Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/front-web/build/assets/resources/agGrid/dist.tar
Назад
angular-sprintf.min.js 0000664 00000000701 15111327504 0010777 0 ustar 00 /*! sprintf-js | Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/) | BSD-3-Clause */ angular.module("sprintf",[]).filter("sprintf",function(){return function(){return sprintf.apply(null,arguments)}}).filter("fmt",["$filter",function(a){return a("sprintf")}]).filter("vsprintf",function(){return function(a,b){return vsprintf(a,b)}}).filter("vfmt",["$filter",function(a){return a("vsprintf")}]); //# sourceMappingURL=angular-sprintf.min.map angular-sprintf.min.js.map 0000664 00000000655 15111327504 0011563 0 ustar 00 {"version":3,"file":"angular-sprintf.min.js","sources":["../src/angular-sprintf.js"],"names":["angular","module","filter","sprintf","apply","arguments","$filter","format","argv","vsprintf"],"mappings":";;AAAAA,QACIC,OAAO,cACPC,OAAO,UAAW,WACd,MAAO,YACH,MAAOC,SAAQC,MAAM,KAAMC,cAGnCH,OAAO,OAAQ,UAAW,SAASI,GAC/B,MAAOA,GAAQ,cAEnBJ,OAAO,WAAY,WACf,MAAO,UAASK,EAAQC,GACpB,MAAOC,UAASF,EAAQC,MAGhCN,OAAO,QAAS,UAAW,SAASI,GAChC,MAAOA,GAAQ"} angular-sprintf.min.map 0000664 00000000655 15111327504 0011150 0 ustar 00 {"version":3,"file":"angular-sprintf.min.js","sources":["../src/angular-sprintf.js"],"names":["angular","module","filter","sprintf","apply","arguments","$filter","format","argv","vsprintf"],"mappings":";;AAAAA,QACIC,OAAO,cACPC,OAAO,UAAW,WACd,MAAO,YACH,MAAOC,SAAQC,MAAM,KAAMC,cAGnCH,OAAO,OAAQ,UAAW,SAASI,GAC/B,MAAOA,GAAQ,cAEnBJ,OAAO,WAAY,WACf,MAAO,UAASK,EAAQC,GACpB,MAAOC,UAASF,EAAQC,MAGhCN,OAAO,QAAS,UAAW,SAASI,GAChC,MAAOA,GAAQ"} sprintf.min.js 0000664 00000006141 15111327504 0007354 0 ustar 00 /*! sprintf-js | Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/) | BSD-3-Clause */ !function(a){function b(){var a=arguments[0],c=b.cache;return c[a]&&c.hasOwnProperty(a)||(c[a]=b.parse(a)),b.format.call(null,c[a],arguments)}function c(a){return Object.prototype.toString.call(a).slice(8,-1).toLowerCase()}function d(a,b){return Array(b+1).join(a)}var e={not_string:/[^s]/,number:/[diefg]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijosuxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[\+\-]/};b.format=function(a,f){var g,h,i,j,k,l,m,n=1,o=a.length,p="",q=[],r=!0,s="";for(h=0;o>h;h++)if(p=c(a[h]),"string"===p)q[q.length]=a[h];else if("array"===p){if(j=a[h],j[2])for(g=f[n],i=0;i<j[2].length;i++){if(!g.hasOwnProperty(j[2][i]))throw new Error(b("[sprintf] property '%s' does not exist",j[2][i]));g=g[j[2][i]]}else g=j[1]?f[j[1]]:f[n++];if("function"==c(g)&&(g=g()),e.not_string.test(j[8])&&e.not_json.test(j[8])&&"number"!=c(g)&&isNaN(g))throw new TypeError(b("[sprintf] expecting number but found %s",c(g)));switch(e.number.test(j[8])&&(r=g>=0),j[8]){case"b":g=g.toString(2);break;case"c":g=String.fromCharCode(g);break;case"d":case"i":g=parseInt(g,10);break;case"j":g=JSON.stringify(g,null,j[6]?parseInt(j[6]):0);break;case"e":g=j[7]?g.toExponential(j[7]):g.toExponential();break;case"f":g=j[7]?parseFloat(g).toFixed(j[7]):parseFloat(g);break;case"g":g=j[7]?parseFloat(g).toPrecision(j[7]):parseFloat(g);break;case"o":g=g.toString(8);break;case"s":g=(g=String(g))&&j[7]?g.substring(0,j[7]):g;break;case"u":g>>>=0;break;case"x":g=g.toString(16);break;case"X":g=g.toString(16).toUpperCase()}e.json.test(j[8])?q[q.length]=g:(!e.number.test(j[8])||r&&!j[3]?s="":(s=r?"+":"-",g=g.toString().replace(e.sign,"")),l=j[4]?"0"===j[4]?"0":j[4].charAt(1):" ",m=j[6]-(s+g).length,k=j[6]&&m>0?d(l,m):"",q[q.length]=j[5]?s+g+k:"0"===l?s+k+g:k+s+g)}return q.join("")},b.cache={},b.parse=function(a){for(var b=a,c=[],d=[],f=0;b;){if(null!==(c=e.text.exec(b)))d[d.length]=c[0];else if(null!==(c=e.modulo.exec(b)))d[d.length]="%";else{if(null===(c=e.placeholder.exec(b)))throw new SyntaxError("[sprintf] unexpected placeholder");if(c[2]){f|=1;var g=[],h=c[2],i=[];if(null===(i=e.key.exec(h)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(g[g.length]=i[1];""!==(h=h.substring(i[0].length));)if(null!==(i=e.key_access.exec(h)))g[g.length]=i[1];else{if(null===(i=e.index_access.exec(h)))throw new SyntaxError("[sprintf] failed to parse named argument key");g[g.length]=i[1]}c[2]=g}else f|=2;if(3===f)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");d[d.length]=c}b=b.substring(c[0].length)}return d};var f=function(a,c,d){return d=(c||[]).slice(0),d.splice(0,0,a),b.apply(null,d)};"undefined"!=typeof exports?(exports.sprintf=b,exports.vsprintf=f):(a.sprintf=b,a.vsprintf=f,"function"==typeof define&&define.amd&&define(function(){return{sprintf:b,vsprintf:f}}))}("undefined"==typeof window?this:window); //# sourceMappingURL=sprintf.min.map sprintf.min.js.map 0000664 00000010447 15111327504 0010134 0 ustar 00 {"version":3,"file":"sprintf.min.js","sources":["../src/sprintf.js"],"names":["window","sprintf","key","arguments","cache","hasOwnProperty","parse","format","call","get_type","variable","Object","prototype","toString","slice","toLowerCase","str_repeat","input","multiplier","Array","join","re","not_string","number","json","not_json","text","modulo","placeholder","key_access","index_access","sign","parse_tree","argv","arg","i","k","match","pad","pad_character","pad_length","cursor","tree_length","length","node_type","output","is_positive","Error","test","isNaN","TypeError","String","fromCharCode","parseInt","JSON","stringify","toExponential","parseFloat","toFixed","substring","toUpperCase","replace","charAt","fmt","_fmt","arg_names","exec","SyntaxError","field_list","replacement_field","field_match","vsprintf","_argv","splice","apply","exports","define","amd","this"],"mappings":";;CAAA,SAAUA,GAeN,QAASC,KACL,GAAIC,GAAMC,UAAU,GAAIC,EAAQH,EAAQG,KAIxC,OAHMA,GAAMF,IAAQE,EAAMC,eAAeH,KACrCE,EAAMF,GAAOD,EAAQK,MAAMJ,IAExBD,EAAQM,OAAOC,KAAK,KAAMJ,EAAMF,GAAMC,WA4JjD,QAASM,GAASC,GACd,MAAOC,QAAOC,UAAUC,SAASL,KAAKE,GAAUI,MAAM,EAAG,IAAIC,cAGjE,QAASC,GAAWC,EAAOC,GACvB,MAAOC,OAAMD,EAAa,GAAGE,KAAKH,GApLtC,GAAII,IACAC,WAAY,OACZC,OAAQ,SACRC,KAAM,MACNC,SAAU,OACVC,KAAM,YACNC,OAAQ,WACRC,YAAa,yFACb1B,IAAK,sBACL2B,WAAY,wBACZC,aAAc,aACdC,KAAM,UAWV9B,GAAQM,OAAS,SAASyB,EAAYC,GAClC,GAAiEC,GAAkBC,EAAGC,EAAGC,EAAOC,EAAKC,EAAeC,EAAhHC,EAAS,EAAGC,EAAcV,EAAWW,OAAQC,EAAY,GAASC,KAA0DC,GAAc,EAAMf,EAAO,EAC3J,KAAKI,EAAI,EAAOO,EAAJP,EAAiBA,IAEzB,GADAS,EAAYnC,EAASuB,EAAWG,IACd,WAAdS,EACAC,EAAOA,EAAOF,QAAUX,EAAWG,OAElC,IAAkB,UAAdS,EAAuB,CAE5B,GADAP,EAAQL,EAAWG,GACfE,EAAM,GAEN,IADAH,EAAMD,EAAKQ,GACNL,EAAI,EAAGA,EAAIC,EAAM,GAAGM,OAAQP,IAAK,CAClC,IAAKF,EAAI7B,eAAegC,EAAM,GAAGD,IAC7B,KAAM,IAAIW,OAAM9C,EAAQ,yCAA0CoC,EAAM,GAAGD,IAE/EF,GAAMA,EAAIG,EAAM,GAAGD,QAIvBF,GADKG,EAAM,GACLJ,EAAKI,EAAM,IAGXJ,EAAKQ,IAOf,IAJqB,YAAjBhC,EAASyB,KACTA,EAAMA,KAGNb,EAAGC,WAAW0B,KAAKX,EAAM,KAAOhB,EAAGI,SAASuB,KAAKX,EAAM,KAAyB,UAAjB5B,EAASyB,IAAoBe,MAAMf,GAClG,KAAM,IAAIgB,WAAUjD,EAAQ,0CAA2CQ,EAASyB,IAOpF,QAJIb,EAAGE,OAAOyB,KAAKX,EAAM,MACrBS,EAAcZ,GAAO,GAGjBG,EAAM,IACV,IAAK,IACDH,EAAMA,EAAIrB,SAAS,EACvB,MACA,KAAK,IACDqB,EAAMiB,OAAOC,aAAalB,EAC9B,MACA,KAAK,IACL,IAAK,IACDA,EAAMmB,SAASnB,EAAK,GACxB,MACA,KAAK,IACDA,EAAMoB,KAAKC,UAAUrB,EAAK,KAAMG,EAAM,GAAKgB,SAAShB,EAAM,IAAM,EACpE,MACA,KAAK,IACDH,EAAMG,EAAM,GAAKH,EAAIsB,cAAcnB,EAAM,IAAMH,EAAIsB,eACvD,MACA,KAAK,IACDtB,EAAMG,EAAM,GAAKoB,WAAWvB,GAAKwB,QAAQrB,EAAM,IAAMoB,WAAWvB,EACpE,MACA,KAAK,IACDA,EAAMA,EAAIrB,SAAS,EACvB,MACA,KAAK,IACDqB,GAAQA,EAAMiB,OAAOjB,KAASG,EAAM,GAAKH,EAAIyB,UAAU,EAAGtB,EAAM,IAAMH,CAC1E,MACA,KAAK,IACDA,KAAc,CAClB,MACA,KAAK,IACDA,EAAMA,EAAIrB,SAAS,GACvB,MACA,KAAK,IACDqB,EAAMA,EAAIrB,SAAS,IAAI+C,cAG3BvC,EAAGG,KAAKwB,KAAKX,EAAM,IACnBQ,EAAOA,EAAOF,QAAUT,IAGpBb,EAAGE,OAAOyB,KAAKX,EAAM,KAASS,IAAeT,EAAM,GAKnDN,EAAO,IAJPA,EAAOe,EAAc,IAAM,IAC3BZ,EAAMA,EAAIrB,WAAWgD,QAAQxC,EAAGU,KAAM,KAK1CQ,EAAgBF,EAAM,GAAkB,MAAbA,EAAM,GAAa,IAAMA,EAAM,GAAGyB,OAAO,GAAK,IACzEtB,EAAaH,EAAM,IAAMN,EAAOG,GAAKS,OACrCL,EAAMD,EAAM,IAAMG,EAAa,EAAIxB,EAAWuB,EAAeC,GAAoB,GACjFK,EAAOA,EAAOF,QAAUN,EAAM,GAAKN,EAAOG,EAAMI,EAAyB,MAAlBC,EAAwBR,EAAOO,EAAMJ,EAAMI,EAAMP,EAAOG,GAI3H,MAAOW,GAAOzB,KAAK,KAGvBnB,EAAQG,SAERH,EAAQK,MAAQ,SAASyD,GAErB,IADA,GAAIC,GAAOD,EAAK1B,KAAYL,KAAiBiC,EAAY,EAClDD,GAAM,CACT,GAAqC,QAAhC3B,EAAQhB,EAAGK,KAAKwC,KAAKF,IACtBhC,EAAWA,EAAWW,QAAUN,EAAM,OAErC,IAAuC,QAAlCA,EAAQhB,EAAGM,OAAOuC,KAAKF,IAC7BhC,EAAWA,EAAWW,QAAU,QAE/B,CAAA,GAA4C,QAAvCN,EAAQhB,EAAGO,YAAYsC,KAAKF,IAgClC,KAAM,IAAIG,aAAY,mCA/BtB,IAAI9B,EAAM,GAAI,CACV4B,GAAa,CACb,IAAIG,MAAiBC,EAAoBhC,EAAM,GAAIiC,IACnD,IAAuD,QAAlDA,EAAcjD,EAAGnB,IAAIgE,KAAKG,IAe3B,KAAM,IAAIF,aAAY,+CAbtB,KADAC,EAAWA,EAAWzB,QAAU2B,EAAY,GACwC,MAA5ED,EAAoBA,EAAkBV,UAAUW,EAAY,GAAG3B,UACnE,GAA8D,QAAzD2B,EAAcjD,EAAGQ,WAAWqC,KAAKG,IAClCD,EAAWA,EAAWzB,QAAU2B,EAAY,OAE3C,CAAA,GAAgE,QAA3DA,EAAcjD,EAAGS,aAAaoC,KAAKG,IAIzC,KAAM,IAAIF,aAAY,+CAHtBC,GAAWA,EAAWzB,QAAU2B,EAAY,GAUxDjC,EAAM,GAAK+B,MAGXH,IAAa,CAEjB,IAAkB,IAAdA,EACA,KAAM,IAAIlB,OAAM,4EAEpBf,GAAWA,EAAWW,QAAUN,EAKpC2B,EAAOA,EAAKL,UAAUtB,EAAM,GAAGM,QAEnC,MAAOX,GAGX,IAAIuC,GAAW,SAASR,EAAK9B,EAAMuC,GAG/B,MAFAA,IAASvC,OAAYnB,MAAM,GAC3B0D,EAAMC,OAAO,EAAG,EAAGV,GACZ9D,EAAQyE,MAAM,KAAMF,GAiBR,oBAAZG,UACPA,QAAQ1E,QAAUA,EAClB0E,QAAQJ,SAAWA,IAGnBvE,EAAOC,QAAUA,EACjBD,EAAOuE,SAAWA,EAEI,kBAAXK,SAAyBA,OAAOC,KACvCD,OAAO,WACH,OACI3E,QAASA,EACTsE,SAAUA,OAKT,mBAAXvE,QAAyB8E,KAAO9E"} sprintf.min.map 0000664 00000010605 15111327504 0007515 0 ustar 00 {"version":3,"file":"sprintf.min.js","sources":["../src/sprintf.js"],"names":["window","sprintf","key","arguments","cache","hasOwnProperty","parse","format","call","get_type","variable","Object","prototype","toString","slice","toLowerCase","str_repeat","input","multiplier","Array","join","re","not_string","number","json","not_json","text","modulo","placeholder","key_access","index_access","sign","parse_tree","argv","arg","i","k","match","pad","pad_character","pad_length","cursor","tree_length","length","node_type","output","is_positive","Error","test","isNaN","TypeError","String","fromCharCode","parseInt","JSON","stringify","toExponential","parseFloat","toFixed","toPrecision","substring","toUpperCase","replace","charAt","fmt","_fmt","arg_names","exec","SyntaxError","field_list","replacement_field","field_match","vsprintf","_argv","splice","apply","exports","define","amd","this"],"mappings":";;CAAA,SAAUA,GAeN,QAASC,KACL,GAAIC,GAAMC,UAAU,GAAIC,EAAQH,EAAQG,KAIxC,OAHMA,GAAMF,IAAQE,EAAMC,eAAeH,KACrCE,EAAMF,GAAOD,EAAQK,MAAMJ,IAExBD,EAAQM,OAAOC,KAAK,KAAMJ,EAAMF,GAAMC,WA+JjD,QAASM,GAASC,GACd,MAAOC,QAAOC,UAAUC,SAASL,KAAKE,GAAUI,MAAM,EAAG,IAAIC,cAGjE,QAASC,GAAWC,EAAOC,GACvB,MAAOC,OAAMD,EAAa,GAAGE,KAAKH,GAvLtC,GAAII,IACAC,WAAY,OACZC,OAAQ,UACRC,KAAM,MACNC,SAAU,OACVC,KAAM,YACNC,OAAQ,WACRC,YAAa,yFACb1B,IAAK,sBACL2B,WAAY,wBACZC,aAAc,aACdC,KAAM,UAWV9B,GAAQM,OAAS,SAASyB,EAAYC,GAClC,GAAiEC,GAAkBC,EAAGC,EAAGC,EAAOC,EAAKC,EAAeC,EAAhHC,EAAS,EAAGC,EAAcV,EAAWW,OAAQC,EAAY,GAASC,KAA0DC,GAAc,EAAMf,EAAO,EAC3J,KAAKI,EAAI,EAAOO,EAAJP,EAAiBA,IAEzB,GADAS,EAAYnC,EAASuB,EAAWG,IACd,WAAdS,EACAC,EAAOA,EAAOF,QAAUX,EAAWG,OAElC,IAAkB,UAAdS,EAAuB,CAE5B,GADAP,EAAQL,EAAWG,GACfE,EAAM,GAEN,IADAH,EAAMD,EAAKQ,GACNL,EAAI,EAAGA,EAAIC,EAAM,GAAGM,OAAQP,IAAK,CAClC,IAAKF,EAAI7B,eAAegC,EAAM,GAAGD,IAC7B,KAAM,IAAIW,OAAM9C,EAAQ,yCAA0CoC,EAAM,GAAGD,IAE/EF,GAAMA,EAAIG,EAAM,GAAGD,QAIvBF,GADKG,EAAM,GACLJ,EAAKI,EAAM,IAGXJ,EAAKQ,IAOf,IAJqB,YAAjBhC,EAASyB,KACTA,EAAMA,KAGNb,EAAGC,WAAW0B,KAAKX,EAAM,KAAOhB,EAAGI,SAASuB,KAAKX,EAAM,KAAyB,UAAjB5B,EAASyB,IAAoBe,MAAMf,GAClG,KAAM,IAAIgB,WAAUjD,EAAQ,0CAA2CQ,EAASyB,IAOpF,QAJIb,EAAGE,OAAOyB,KAAKX,EAAM,MACrBS,EAAcZ,GAAO,GAGjBG,EAAM,IACV,IAAK,IACDH,EAAMA,EAAIrB,SAAS,EACvB,MACA,KAAK,IACDqB,EAAMiB,OAAOC,aAAalB,EAC9B,MACA,KAAK,IACL,IAAK,IACDA,EAAMmB,SAASnB,EAAK,GACxB,MACA,KAAK,IACDA,EAAMoB,KAAKC,UAAUrB,EAAK,KAAMG,EAAM,GAAKgB,SAAShB,EAAM,IAAM,EACpE,MACA,KAAK,IACDH,EAAMG,EAAM,GAAKH,EAAIsB,cAAcnB,EAAM,IAAMH,EAAIsB,eACvD,MACA,KAAK,IACDtB,EAAMG,EAAM,GAAKoB,WAAWvB,GAAKwB,QAAQrB,EAAM,IAAMoB,WAAWvB,EACpE,MACA,KAAK,IACDA,EAAMG,EAAM,GAAKoB,WAAWvB,GAAKyB,YAAYtB,EAAM,IAAMoB,WAAWvB,EACxE,MACA,KAAK,IACDA,EAAMA,EAAIrB,SAAS,EACvB,MACA,KAAK,IACDqB,GAAQA,EAAMiB,OAAOjB,KAASG,EAAM,GAAKH,EAAI0B,UAAU,EAAGvB,EAAM,IAAMH,CAC1E,MACA,KAAK,IACDA,KAAc,CAClB,MACA,KAAK,IACDA,EAAMA,EAAIrB,SAAS,GACvB,MACA,KAAK,IACDqB,EAAMA,EAAIrB,SAAS,IAAIgD,cAG3BxC,EAAGG,KAAKwB,KAAKX,EAAM,IACnBQ,EAAOA,EAAOF,QAAUT,IAGpBb,EAAGE,OAAOyB,KAAKX,EAAM,KAASS,IAAeT,EAAM,GAKnDN,EAAO,IAJPA,EAAOe,EAAc,IAAM,IAC3BZ,EAAMA,EAAIrB,WAAWiD,QAAQzC,EAAGU,KAAM,KAK1CQ,EAAgBF,EAAM,GAAkB,MAAbA,EAAM,GAAa,IAAMA,EAAM,GAAG0B,OAAO,GAAK,IACzEvB,EAAaH,EAAM,IAAMN,EAAOG,GAAKS,OACrCL,EAAMD,EAAM,IAAMG,EAAa,EAAIxB,EAAWuB,EAAeC,GAAoB,GACjFK,EAAOA,EAAOF,QAAUN,EAAM,GAAKN,EAAOG,EAAMI,EAAyB,MAAlBC,EAAwBR,EAAOO,EAAMJ,EAAMI,EAAMP,EAAOG,GAI3H,MAAOW,GAAOzB,KAAK,KAGvBnB,EAAQG,SAERH,EAAQK,MAAQ,SAAS0D,GAErB,IADA,GAAIC,GAAOD,EAAK3B,KAAYL,KAAiBkC,EAAY,EAClDD,GAAM,CACT,GAAqC,QAAhC5B,EAAQhB,EAAGK,KAAKyC,KAAKF,IACtBjC,EAAWA,EAAWW,QAAUN,EAAM,OAErC,IAAuC,QAAlCA,EAAQhB,EAAGM,OAAOwC,KAAKF,IAC7BjC,EAAWA,EAAWW,QAAU,QAE/B,CAAA,GAA4C,QAAvCN,EAAQhB,EAAGO,YAAYuC,KAAKF,IAgClC,KAAM,IAAIG,aAAY,mCA/BtB,IAAI/B,EAAM,GAAI,CACV6B,GAAa,CACb,IAAIG,MAAiBC,EAAoBjC,EAAM,GAAIkC,IACnD,IAAuD,QAAlDA,EAAclD,EAAGnB,IAAIiE,KAAKG,IAe3B,KAAM,IAAIF,aAAY,+CAbtB,KADAC,EAAWA,EAAW1B,QAAU4B,EAAY,GACwC,MAA5ED,EAAoBA,EAAkBV,UAAUW,EAAY,GAAG5B,UACnE,GAA8D,QAAzD4B,EAAclD,EAAGQ,WAAWsC,KAAKG,IAClCD,EAAWA,EAAW1B,QAAU4B,EAAY,OAE3C,CAAA,GAAgE,QAA3DA,EAAclD,EAAGS,aAAaqC,KAAKG,IAIzC,KAAM,IAAIF,aAAY,+CAHtBC,GAAWA,EAAW1B,QAAU4B,EAAY,GAUxDlC,EAAM,GAAKgC,MAGXH,IAAa,CAEjB,IAAkB,IAAdA,EACA,KAAM,IAAInB,OAAM,4EAEpBf,GAAWA,EAAWW,QAAUN,EAKpC4B,EAAOA,EAAKL,UAAUvB,EAAM,GAAGM,QAEnC,MAAOX,GAGX,IAAIwC,GAAW,SAASR,EAAK/B,EAAMwC,GAG/B,MAFAA,IAASxC,OAAYnB,MAAM,GAC3B2D,EAAMC,OAAO,EAAG,EAAGV,GACZ/D,EAAQ0E,MAAM,KAAMF,GAiBR,oBAAZG,UACPA,QAAQ3E,QAAUA,EAClB2E,QAAQJ,SAAWA,IAGnBxE,EAAOC,QAAUA,EACjBD,EAAOwE,SAAWA,EAEI,kBAAXK,SAAyBA,OAAOC,KACvCD,OAAO,WACH,OACI5E,QAASA,EACTuE,SAAUA,OAKT,mBAAXxE,QAAyB+E,KAAO/E"} assets/blocks/reader-revenue-manager/block-editor-plugin/editor-styles.css 0000755 00000000222 15111634507 0023041 0 ustar 00 .block-editor__container .googlesitekit-rrm-settings-panel .googlesitekit-rrm-panel__select-control label{text-transform:none;white-space:normal} assets/blocks/reader-revenue-manager/block-editor-plugin/editor-styles.js 0000755 00000000000 15111634507 0022657 0 ustar 00 assets/blocks/reader-revenue-manager/block-editor-plugin/index.js 0000755 00000346223 15111634507 0021203 0 ustar 00 (()=>{var t={91:t=>{"use strict";t.exports=function(t,e,n,r,o,i,u,a){if(!t){var c;if(void 0===e)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var f=[n,r,o,i,u,a],l=0;(c=new Error(e.replace(/%s/g,function(){return f[l++]}))).name="Invariant Violation"}throw c.framesToPop=1,c}}},192:(t,e,n)=>{"use strict";var r=n(696),o=60103;if("function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var u=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a=Object.prototype.hasOwnProperty,c={key:!0,ref:!0,__self:!0,__source:!0};function f(t,e,n){var r,i={},f=null,l=null;for(r in void 0!==n&&(f=""+n),void 0!==e.key&&(f=""+e.key),void 0!==e.ref&&(l=e.ref),e)a.call(e,r)&&!c.hasOwnProperty(r)&&(i[r]=e[r]);if(t&&t.defaultProps)for(r in e=t.defaultProps)void 0===i[r]&&(i[r]=e[r]);return{$$typeof:o,type:t,key:f,ref:l,props:i,_owner:u.current}}e.jsx=f,e.jsxs=f},234:function(t){t.exports=function(){"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,n){return e=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},e(t,n)}function n(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function r(t,o,i){return r=n()?Reflect.construct:function(t,n,r){var o=[null];o.push.apply(o,n);var i=new(Function.bind.apply(t,o));return r&&e(i,r.prototype),i},r.apply(null,arguments)}function o(t){return i(t)||u(t)||a(t)||_nonIterableSpread()}function i(t){if(Array.isArray(t))return c(t)}function u(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function a(t,e){if(t){if("string"==typeof t)return c(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(t,e):void 0}}function c(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var f=Object.hasOwnProperty,l=Object.setPrototypeOf,s=Object.isFrozen,p=Object.getPrototypeOf,h=Object.getOwnPropertyDescriptor,g=Object.freeze,_=Object.seal,v=Object.create,d="undefined"!=typeof Reflect&&Reflect,y=d.apply,m=d.construct;y||(y=function(t,e,n){return t.apply(e,n)}),g||(g=function(t){return t}),_||(_=function(t){return t}),m||(m=function(t,e){return r(t,o(e))});var b=R(Array.prototype.forEach),w=R(Array.prototype.pop),k=R(Array.prototype.push),S=R(String.prototype.toLowerCase),x=R(String.prototype.toString),A=R(String.prototype.match),E=R(String.prototype.replace),T=R(String.prototype.indexOf),L=R(String.prototype.trim),O=R(RegExp.prototype.test),C=j(TypeError);function R(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return y(t,e,r)}}function j(t){return function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return m(t,n)}}function N(t,e,n){var r;n=null!==(r=n)&&void 0!==r?r:S,l&&l(t,null);for(var o=e.length;o--;){var i=e[o];if("string"==typeof i){var u=n(i);u!==i&&(s(e)||(e[o]=u),i=u)}t[i]=!0}return t}function I(t){var e,n=v(null);for(e in t)!0===y(f,t,[e])&&(n[e]=t[e]);return n}function D(t,e){for(;null!==t;){var n=h(t,e);if(n){if(n.get)return R(n.get);if("function"==typeof n.value)return R(n.value)}t=p(t)}function r(t){return console.warn("fallback value for",t),null}return r}var z=g(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),M=g(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),W=g(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),P=g(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),U=g(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),B=g(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),F=g(["#text"]),$=g(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),H=g(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),q=g(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),G=g(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),V=_(/\{\{[\w\W]*|[\w\W]*\}\}/gm),K=_(/<%[\w\W]*|[\w\W]*%>/gm),Z=_(/\${[\w\W]*}/gm),Y=_(/^data-[\-\w.\u00B7-\uFFFF]+$/),J=_(/^aria-[\-\w]+$/),X=_(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Q=_(/^(?:\w+script|data):/i),tt=_(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),et=_(/^html$/i),nt=_(/^[a-z][.\w]*(-[.\w]+)+$/i),rt=function(){return"undefined"==typeof window?null:window},ot=function(e,n){if("object"!==t(e)||"function"!=typeof e.createPolicy)return null;var r=null,o="data-tt-policy-suffix";n.currentScript&&n.currentScript.hasAttribute(o)&&(r=n.currentScript.getAttribute(o));var i="dompurify"+(r?"#"+r:"");try{return e.createPolicy(i,{createHTML:function(t){return t},createScriptURL:function(t){return t}})}catch(t){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};function it(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:rt(),n=function DOMPurify(t){return it(t)};if(n.version="2.5.8",n.removed=[],!e||!e.document||9!==e.document.nodeType)return n.isSupported=!1,n;var r=e.document,i=e.document,u=e.DocumentFragment,a=e.HTMLTemplateElement,c=e.Node,f=e.Element,l=e.NodeFilter,s=e.NamedNodeMap,p=void 0===s?e.NamedNodeMap||e.MozNamedAttrMap:s,h=e.HTMLFormElement,_=e.DOMParser,v=e.trustedTypes,d=f.prototype,y=D(d,"cloneNode"),m=D(d,"nextSibling"),R=D(d,"childNodes"),j=D(d,"parentNode");if("function"==typeof a){var ut=i.createElement("template");ut.content&&ut.content.ownerDocument&&(i=ut.content.ownerDocument)}var at=ot(v,r),ct=at?at.createHTML(""):"",ft=i,lt=ft.implementation,st=ft.createNodeIterator,pt=ft.createDocumentFragment,ht=ft.getElementsByTagName,gt=r.importNode,_t={};try{_t=I(i).documentMode?i.documentMode:{}}catch(t){}var vt={};n.isSupported="function"==typeof j&<&&void 0!==lt.createHTMLDocument&&9!==_t;var dt,yt,mt=V,bt=K,wt=Z,kt=Y,St=J,xt=Q,At=tt,Et=nt,Tt=X,Lt=null,Ot=N({},[].concat(o(z),o(M),o(W),o(U),o(F))),Ct=null,Rt=N({},[].concat(o($),o(H),o(q),o(G))),jt=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Nt=null,It=null,Dt=!0,zt=!0,Mt=!1,Wt=!0,Pt=!1,Ut=!0,Bt=!1,Ft=!1,$t=!1,Ht=!1,qt=!1,Gt=!1,Vt=!0,Kt=!1,Zt="user-content-",Yt=!0,Jt=!1,Xt={},Qt=null,te=N({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),ee=null,ne=N({},["audio","video","img","source","image","track"]),re=null,oe=N({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ie="http://www.w3.org/1998/Math/MathML",ue="http://www.w3.org/2000/svg",ae="http://www.w3.org/1999/xhtml",ce=ae,fe=!1,le=null,se=N({},[ie,ue,ae],x),pe=["application/xhtml+xml","text/html"],he="text/html",ge=null,_e=i.createElement("form"),ve=function(t){return t instanceof RegExp||t instanceof Function},de=function(e){ge&&ge===e||(e&&"object"===t(e)||(e={}),e=I(e),dt=dt=-1===pe.indexOf(e.PARSER_MEDIA_TYPE)?he:e.PARSER_MEDIA_TYPE,yt="application/xhtml+xml"===dt?x:S,Lt="ALLOWED_TAGS"in e?N({},e.ALLOWED_TAGS,yt):Ot,Ct="ALLOWED_ATTR"in e?N({},e.ALLOWED_ATTR,yt):Rt,le="ALLOWED_NAMESPACES"in e?N({},e.ALLOWED_NAMESPACES,x):se,re="ADD_URI_SAFE_ATTR"in e?N(I(oe),e.ADD_URI_SAFE_ATTR,yt):oe,ee="ADD_DATA_URI_TAGS"in e?N(I(ne),e.ADD_DATA_URI_TAGS,yt):ne,Qt="FORBID_CONTENTS"in e?N({},e.FORBID_CONTENTS,yt):te,Nt="FORBID_TAGS"in e?N({},e.FORBID_TAGS,yt):{},It="FORBID_ATTR"in e?N({},e.FORBID_ATTR,yt):{},Xt="USE_PROFILES"in e&&e.USE_PROFILES,Dt=!1!==e.ALLOW_ARIA_ATTR,zt=!1!==e.ALLOW_DATA_ATTR,Mt=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Wt=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Pt=e.SAFE_FOR_TEMPLATES||!1,Ut=!1!==e.SAFE_FOR_XML,Bt=e.WHOLE_DOCUMENT||!1,Ht=e.RETURN_DOM||!1,qt=e.RETURN_DOM_FRAGMENT||!1,Gt=e.RETURN_TRUSTED_TYPE||!1,$t=e.FORCE_BODY||!1,Vt=!1!==e.SANITIZE_DOM,Kt=e.SANITIZE_NAMED_PROPS||!1,Yt=!1!==e.KEEP_CONTENT,Jt=e.IN_PLACE||!1,Tt=e.ALLOWED_URI_REGEXP||Tt,ce=e.NAMESPACE||ae,jt=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&ve(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(jt.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&ve(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(jt.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(jt.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Pt&&(zt=!1),qt&&(Ht=!0),Xt&&(Lt=N({},o(F)),Ct=[],!0===Xt.html&&(N(Lt,z),N(Ct,$)),!0===Xt.svg&&(N(Lt,M),N(Ct,H),N(Ct,G)),!0===Xt.svgFilters&&(N(Lt,W),N(Ct,H),N(Ct,G)),!0===Xt.mathMl&&(N(Lt,U),N(Ct,q),N(Ct,G))),e.ADD_TAGS&&(Lt===Ot&&(Lt=I(Lt)),N(Lt,e.ADD_TAGS,yt)),e.ADD_ATTR&&(Ct===Rt&&(Ct=I(Ct)),N(Ct,e.ADD_ATTR,yt)),e.ADD_URI_SAFE_ATTR&&N(re,e.ADD_URI_SAFE_ATTR,yt),e.FORBID_CONTENTS&&(Qt===te&&(Qt=I(Qt)),N(Qt,e.FORBID_CONTENTS,yt)),Yt&&(Lt["#text"]=!0),Bt&&N(Lt,["html","head","body"]),Lt.table&&(N(Lt,["tbody"]),delete Nt.tbody),g&&g(e),ge=e)},ye=N({},["mi","mo","mn","ms","mtext"]),me=N({},["annotation-xml"]),be=N({},["title","style","font","a","script"]),we=N({},M);N(we,W),N(we,P);var ke=N({},U);N(ke,B);var Se=function(t){var e=j(t);e&&e.tagName||(e={namespaceURI:ce,tagName:"template"});var n=S(t.tagName),r=S(e.tagName);return!!le[t.namespaceURI]&&(t.namespaceURI===ue?e.namespaceURI===ae?"svg"===n:e.namespaceURI===ie?"svg"===n&&("annotation-xml"===r||ye[r]):Boolean(we[n]):t.namespaceURI===ie?e.namespaceURI===ae?"math"===n:e.namespaceURI===ue?"math"===n&&me[r]:Boolean(ke[n]):t.namespaceURI===ae?!(e.namespaceURI===ue&&!me[r])&&!(e.namespaceURI===ie&&!ye[r])&&!ke[n]&&(be[n]||!we[n]):!("application/xhtml+xml"!==dt||!le[t.namespaceURI]))},xe=function(t){k(n.removed,{element:t});try{t.parentNode.removeChild(t)}catch(e){try{t.outerHTML=ct}catch(e){t.remove()}}},Ae=function(t,e){try{k(n.removed,{attribute:e.getAttributeNode(t),from:e})}catch(t){k(n.removed,{attribute:null,from:e})}if(e.removeAttribute(t),"is"===t&&!Ct[t])if(Ht||qt)try{xe(e)}catch(t){}else try{e.setAttribute(t,"")}catch(t){}},Ee=function(t){var e,n;if($t)t="<remove></remove>"+t;else{var r=A(t,/^[\r\n\t ]+/);n=r&&r[0]}"application/xhtml+xml"===dt&&ce===ae&&(t='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+t+"</body></html>");var o=at?at.createHTML(t):t;if(ce===ae)try{e=(new _).parseFromString(o,dt)}catch(t){}if(!e||!e.documentElement){e=lt.createDocument(ce,"template",null);try{e.documentElement.innerHTML=fe?ct:o}catch(t){}}var u=e.body||e.documentElement;return t&&n&&u.insertBefore(i.createTextNode(n),u.childNodes[0]||null),ce===ae?ht.call(e,Bt?"html":"body")[0]:Bt?e.documentElement:u},Te=function(t){return st.call(t.ownerDocument||t,t,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null,!1)},Le=function(t){return t instanceof h&&("string"!=typeof t.nodeName||"string"!=typeof t.textContent||"function"!=typeof t.removeChild||!(t.attributes instanceof p)||"function"!=typeof t.removeAttribute||"function"!=typeof t.setAttribute||"string"!=typeof t.namespaceURI||"function"!=typeof t.insertBefore||"function"!=typeof t.hasChildNodes)},Oe=function(e){return"object"===t(c)?e instanceof c:e&&"object"===t(e)&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},Ce=function(t,e,r){vt[t]&&b(vt[t],function(t){t.call(n,e,r,ge)})},Re=function(t){var e;if(Ce("beforeSanitizeElements",t,null),Le(t))return xe(t),!0;if(O(/[\u0080-\uFFFF]/,t.nodeName))return xe(t),!0;var r=yt(t.nodeName);if(Ce("uponSanitizeElement",t,{tagName:r,allowedTags:Lt}),t.hasChildNodes()&&!Oe(t.firstElementChild)&&(!Oe(t.content)||!Oe(t.content.firstElementChild))&&O(/<[/\w]/g,t.innerHTML)&&O(/<[/\w]/g,t.textContent))return xe(t),!0;if("select"===r&&O(/<template/i,t.innerHTML))return xe(t),!0;if(7===t.nodeType)return xe(t),!0;if(Ut&&8===t.nodeType&&O(/<[/\w]/g,t.data))return xe(t),!0;if(!Lt[r]||Nt[r]){if(!Nt[r]&&Ne(r)){if(jt.tagNameCheck instanceof RegExp&&O(jt.tagNameCheck,r))return!1;if(jt.tagNameCheck instanceof Function&&jt.tagNameCheck(r))return!1}if(Yt&&!Qt[r]){var o=j(t)||t.parentNode,i=R(t)||t.childNodes;if(i&&o)for(var u=i.length-1;u>=0;--u){var a=y(i[u],!0);a.__removalCount=(t.__removalCount||0)+1,o.insertBefore(a,m(t))}}return xe(t),!0}return t instanceof f&&!Se(t)?(xe(t),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!O(/<\/no(script|embed|frames)/i,t.innerHTML)?(Pt&&3===t.nodeType&&(e=t.textContent,e=E(e,mt," "),e=E(e,bt," "),e=E(e,wt," "),t.textContent!==e&&(k(n.removed,{element:t.cloneNode()}),t.textContent=e)),Ce("afterSanitizeElements",t,null),!1):(xe(t),!0)},je=function(t,e,n){if(Vt&&("id"===e||"name"===e)&&(n in i||n in _e))return!1;if(zt&&!It[e]&&O(kt,e));else if(Dt&&O(St,e));else if(!Ct[e]||It[e]){if(!(Ne(t)&&(jt.tagNameCheck instanceof RegExp&&O(jt.tagNameCheck,t)||jt.tagNameCheck instanceof Function&&jt.tagNameCheck(t))&&(jt.attributeNameCheck instanceof RegExp&&O(jt.attributeNameCheck,e)||jt.attributeNameCheck instanceof Function&&jt.attributeNameCheck(e))||"is"===e&&jt.allowCustomizedBuiltInElements&&(jt.tagNameCheck instanceof RegExp&&O(jt.tagNameCheck,n)||jt.tagNameCheck instanceof Function&&jt.tagNameCheck(n))))return!1}else if(re[e]);else if(O(Tt,E(n,At,"")));else if("src"!==e&&"xlink:href"!==e&&"href"!==e||"script"===t||0!==T(n,"data:")||!ee[t])if(Mt&&!O(xt,E(n,At,"")));else if(n)return!1;return!0},Ne=function(t){return"annotation-xml"!==t&&A(t,Et)},Ie=function(e){var r,o,i,u;Ce("beforeSanitizeAttributes",e,null);var a=e.attributes;if(a&&!Le(e)){var c={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Ct};for(u=a.length;u--;){var f=r=a[u],l=f.name,s=f.namespaceURI;if(o="value"===l?r.value:L(r.value),i=yt(l),c.attrName=i,c.attrValue=o,c.keepAttr=!0,c.forceKeepAttr=void 0,Ce("uponSanitizeAttribute",e,c),o=c.attrValue,!c.forceKeepAttr&&(Ae(l,e),c.keepAttr))if(Wt||!O(/\/>/i,o)){Pt&&(o=E(o,mt," "),o=E(o,bt," "),o=E(o,wt," "));var p=yt(e.nodeName);if(je(p,i,o))if(!Kt||"id"!==i&&"name"!==i||(Ae(l,e),o=Zt+o),Ut&&O(/((--!?|])>)|<\/(style|title)/i,o))Ae(l,e);else{if(at&&"object"===t(v)&&"function"==typeof v.getAttributeType)if(s);else switch(v.getAttributeType(p,i)){case"TrustedHTML":o=at.createHTML(o);break;case"TrustedScriptURL":o=at.createScriptURL(o)}try{s?e.setAttributeNS(s,l,o):e.setAttribute(l,o),Le(e)?xe(e):w(n.removed)}catch(t){}}}else Ae(l,e)}Ce("afterSanitizeAttributes",e,null)}},De=function t(e){var n,r=Te(e);for(Ce("beforeSanitizeShadowDOM",e,null);n=r.nextNode();)Ce("uponSanitizeShadowNode",n,null),Re(n),Ie(n),n.content instanceof u&&t(n.content);Ce("afterSanitizeShadowDOM",e,null)};return n.sanitize=function(o){var i,a,f,l,s,p=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if((fe=!o)&&(o="\x3c!--\x3e"),"string"!=typeof o&&!Oe(o)){if("function"!=typeof o.toString)throw C("toString is not a function");if("string"!=typeof(o=o.toString()))throw C("dirty is not a string, aborting")}if(!n.isSupported){if("object"===t(e.toStaticHTML)||"function"==typeof e.toStaticHTML){if("string"==typeof o)return e.toStaticHTML(o);if(Oe(o))return e.toStaticHTML(o.outerHTML)}return o}if(Ft||de(p),n.removed=[],"string"==typeof o&&(Jt=!1),Jt){if(o.nodeName){var h=yt(o.nodeName);if(!Lt[h]||Nt[h])throw C("root node is forbidden and cannot be sanitized in-place")}}else if(o instanceof c)1===(a=(i=Ee("\x3c!----\x3e")).ownerDocument.importNode(o,!0)).nodeType&&"BODY"===a.nodeName||"HTML"===a.nodeName?i=a:i.appendChild(a);else{if(!Ht&&!Pt&&!Bt&&-1===o.indexOf("<"))return at&&Gt?at.createHTML(o):o;if(!(i=Ee(o)))return Ht?null:Gt?ct:""}i&&$t&&xe(i.firstChild);for(var g=Te(Jt?o:i);f=g.nextNode();)3===f.nodeType&&f===l||(Re(f),Ie(f),f.content instanceof u&&De(f.content),l=f);if(l=null,Jt)return o;if(Ht){if(qt)for(s=pt.call(i.ownerDocument);i.firstChild;)s.appendChild(i.firstChild);else s=i;return(Ct.shadowroot||Ct.shadowrootmod)&&(s=gt.call(r,s,!0)),s}var _=Bt?i.outerHTML:i.innerHTML;return Bt&&Lt["!doctype"]&&i.ownerDocument&&i.ownerDocument.doctype&&i.ownerDocument.doctype.name&&O(et,i.ownerDocument.doctype.name)&&(_="<!DOCTYPE "+i.ownerDocument.doctype.name+">\n"+_),Pt&&(_=E(_,mt," "),_=E(_,bt," "),_=E(_,wt," ")),at&&Gt?at.createHTML(_):_},n.setConfig=function(t){de(t),Ft=!0},n.clearConfig=function(){ge=null,Ft=!1},n.isValidAttribute=function(t,e,n){ge||de({});var r=yt(t),o=yt(e);return je(r,o,n)},n.addHook=function(t,e){"function"==typeof e&&(vt[t]=vt[t]||[],k(vt[t],e))},n.removeHook=function(t){if(vt[t])return w(vt[t])},n.removeHooks=function(t){vt[t]&&(vt[t]=[])},n.removeAllHooks=function(){vt={}},n}return it()}()},243:function(t,e,n){t=n.nmd(t),function(){var r,o="Expected a function",i="__lodash_hash_undefined__",u="__lodash_placeholder__",a=16,c=32,f=64,l=128,s=256,p=1/0,h=9007199254740991,g=NaN,_=4294967295,v=[["ary",l],["bind",1],["bindKey",2],["curry",8],["curryRight",a],["flip",512],["partial",c],["partialRight",f],["rearg",s]],d="[object Arguments]",y="[object Array]",m="[object Boolean]",b="[object Date]",w="[object Error]",k="[object Function]",S="[object GeneratorFunction]",x="[object Map]",A="[object Number]",E="[object Object]",T="[object Promise]",L="[object RegExp]",O="[object Set]",C="[object String]",R="[object Symbol]",j="[object WeakMap]",N="[object ArrayBuffer]",I="[object DataView]",D="[object Float32Array]",z="[object Float64Array]",M="[object Int8Array]",W="[object Int16Array]",P="[object Int32Array]",U="[object Uint8Array]",B="[object Uint8ClampedArray]",F="[object Uint16Array]",$="[object Uint32Array]",H=/\b__p \+= '';/g,q=/\b(__p \+=) '' \+/g,G=/(__e\(.*?\)|\b__t\)) \+\n'';/g,V=/&(?:amp|lt|gt|quot|#39);/g,K=/[&<>"']/g,Z=RegExp(V.source),Y=RegExp(K.source),J=/<%-([\s\S]+?)%>/g,X=/<%([\s\S]+?)%>/g,Q=/<%=([\s\S]+?)%>/g,tt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,et=/^\w*$/,nt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,rt=/[\\^$.*+?()[\]{}|]/g,ot=RegExp(rt.source),it=/^\s+/,ut=/\s/,at=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ct=/\{\n\/\* \[wrapped with (.+)\] \*/,ft=/,? & /,lt=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,st=/[()=,{}\[\]\/\s]/,pt=/\\(\\)?/g,ht=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,gt=/\w*$/,_t=/^[-+]0x[0-9a-f]+$/i,vt=/^0b[01]+$/i,dt=/^\[object .+?Constructor\]$/,yt=/^0o[0-7]+$/i,mt=/^(?:0|[1-9]\d*)$/,bt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,wt=/($^)/,kt=/['\n\r\u2028\u2029\\]/g,St="\\ud800-\\udfff",xt="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",At="\\u2700-\\u27bf",Et="a-z\\xdf-\\xf6\\xf8-\\xff",Tt="A-Z\\xc0-\\xd6\\xd8-\\xde",Lt="\\ufe0e\\ufe0f",Ot="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Ct="['’]",Rt="["+St+"]",jt="["+Ot+"]",Nt="["+xt+"]",It="\\d+",Dt="["+At+"]",zt="["+Et+"]",Mt="[^"+St+Ot+It+At+Et+Tt+"]",Wt="\\ud83c[\\udffb-\\udfff]",Pt="[^"+St+"]",Ut="(?:\\ud83c[\\udde6-\\uddff]){2}",Bt="[\\ud800-\\udbff][\\udc00-\\udfff]",Ft="["+Tt+"]",$t="\\u200d",Ht="(?:"+zt+"|"+Mt+")",qt="(?:"+Ft+"|"+Mt+")",Gt="(?:['’](?:d|ll|m|re|s|t|ve))?",Vt="(?:['’](?:D|LL|M|RE|S|T|VE))?",Kt="(?:"+Nt+"|"+Wt+")"+"?",Zt="["+Lt+"]?",Yt=Zt+Kt+("(?:"+$t+"(?:"+[Pt,Ut,Bt].join("|")+")"+Zt+Kt+")*"),Jt="(?:"+[Dt,Ut,Bt].join("|")+")"+Yt,Xt="(?:"+[Pt+Nt+"?",Nt,Ut,Bt,Rt].join("|")+")",Qt=RegExp(Ct,"g"),te=RegExp(Nt,"g"),ee=RegExp(Wt+"(?="+Wt+")|"+Xt+Yt,"g"),ne=RegExp([Ft+"?"+zt+"+"+Gt+"(?="+[jt,Ft,"$"].join("|")+")",qt+"+"+Vt+"(?="+[jt,Ft+Ht,"$"].join("|")+")",Ft+"?"+Ht+"+"+Gt,Ft+"+"+Vt,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",It,Jt].join("|"),"g"),re=RegExp("["+$t+St+xt+Lt+"]"),oe=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ie=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],ue=-1,ae={};ae[D]=ae[z]=ae[M]=ae[W]=ae[P]=ae[U]=ae[B]=ae[F]=ae[$]=!0,ae[d]=ae[y]=ae[N]=ae[m]=ae[I]=ae[b]=ae[w]=ae[k]=ae[x]=ae[A]=ae[E]=ae[L]=ae[O]=ae[C]=ae[j]=!1;var ce={};ce[d]=ce[y]=ce[N]=ce[I]=ce[m]=ce[b]=ce[D]=ce[z]=ce[M]=ce[W]=ce[P]=ce[x]=ce[A]=ce[E]=ce[L]=ce[O]=ce[C]=ce[R]=ce[U]=ce[B]=ce[F]=ce[$]=!0,ce[w]=ce[k]=ce[j]=!1;var fe={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},le=parseFloat,se=parseInt,pe="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,he="object"==typeof self&&self&&self.Object===Object&&self,ge=pe||he||Function("return this")(),_e=e&&!e.nodeType&&e,ve=_e&&t&&!t.nodeType&&t,de=ve&&ve.exports===_e,ye=de&&pe.process,me=function(){try{var t=ve&&ve.require&&ve.require("util").types;return t||ye&&ye.binding&&ye.binding("util")}catch(t){}}(),be=me&&me.isArrayBuffer,we=me&&me.isDate,ke=me&&me.isMap,Se=me&&me.isRegExp,xe=me&&me.isSet,Ae=me&&me.isTypedArray;function Ee(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function Te(t,e,n,r){for(var o=-1,i=null==t?0:t.length;++o<i;){var u=t[o];e(r,u,n(u),t)}return r}function Le(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t}function Oe(t,e){for(var n=null==t?0:t.length;n--&&!1!==e(t[n],n,t););return t}function Ce(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(!e(t[n],n,t))return!1;return!0}function Re(t,e){for(var n=-1,r=null==t?0:t.length,o=0,i=[];++n<r;){var u=t[n];e(u,n,t)&&(i[o++]=u)}return i}function je(t,e){return!!(null==t?0:t.length)&&Fe(t,e,0)>-1}function Ne(t,e,n){for(var r=-1,o=null==t?0:t.length;++r<o;)if(n(e,t[r]))return!0;return!1}function Ie(t,e){for(var n=-1,r=null==t?0:t.length,o=Array(r);++n<r;)o[n]=e(t[n],n,t);return o}function De(t,e){for(var n=-1,r=e.length,o=t.length;++n<r;)t[o+n]=e[n];return t}function ze(t,e,n,r){var o=-1,i=null==t?0:t.length;for(r&&i&&(n=t[++o]);++o<i;)n=e(n,t[o],o,t);return n}function Me(t,e,n,r){var o=null==t?0:t.length;for(r&&o&&(n=t[--o]);o--;)n=e(n,t[o],o,t);return n}function We(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1}var Pe=Ge("length");function Ue(t,e,n){var r;return n(t,function(t,n,o){if(e(t,n,o))return r=n,!1}),r}function Be(t,e,n,r){for(var o=t.length,i=n+(r?1:-1);r?i--:++i<o;)if(e(t[i],i,t))return i;return-1}function Fe(t,e,n){return e==e?function(t,e,n){var r=n-1,o=t.length;for(;++r<o;)if(t[r]===e)return r;return-1}(t,e,n):Be(t,He,n)}function $e(t,e,n,r){for(var o=n-1,i=t.length;++o<i;)if(r(t[o],e))return o;return-1}function He(t){return t!=t}function qe(t,e){var n=null==t?0:t.length;return n?Ze(t,e)/n:g}function Ge(t){return function(e){return null==e?r:e[t]}}function Ve(t){return function(e){return null==t?r:t[e]}}function Ke(t,e,n,r,o){return o(t,function(t,o,i){n=r?(r=!1,t):e(n,t,o,i)}),n}function Ze(t,e){for(var n,o=-1,i=t.length;++o<i;){var u=e(t[o]);u!==r&&(n=n===r?u:n+u)}return n}function Ye(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}function Je(t){return t?t.slice(0,_n(t)+1).replace(it,""):t}function Xe(t){return function(e){return t(e)}}function Qe(t,e){return Ie(e,function(e){return t[e]})}function tn(t,e){return t.has(e)}function en(t,e){for(var n=-1,r=t.length;++n<r&&Fe(e,t[n],0)>-1;);return n}function nn(t,e){for(var n=t.length;n--&&Fe(e,t[n],0)>-1;);return n}var rn=Ve({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),on=Ve({"&":"&","<":"<",">":">",'"':""","'":"'"});function un(t){return"\\"+fe[t]}function an(t){return re.test(t)}function cn(t){var e=-1,n=Array(t.size);return t.forEach(function(t,r){n[++e]=[r,t]}),n}function fn(t,e){return function(n){return t(e(n))}}function ln(t,e){for(var n=-1,r=t.length,o=0,i=[];++n<r;){var a=t[n];a!==e&&a!==u||(t[n]=u,i[o++]=n)}return i}function sn(t){var e=-1,n=Array(t.size);return t.forEach(function(t){n[++e]=t}),n}function pn(t){var e=-1,n=Array(t.size);return t.forEach(function(t){n[++e]=[t,t]}),n}function hn(t){return an(t)?function(t){var e=ee.lastIndex=0;for(;ee.test(t);)++e;return e}(t):Pe(t)}function gn(t){return an(t)?function(t){return t.match(ee)||[]}(t):function(t){return t.split("")}(t)}function _n(t){for(var e=t.length;e--&&ut.test(t.charAt(e)););return e}var vn=Ve({"&":"&","<":"<",">":">",""":'"',"'":"'"});var dn=function t(e){var n,ut=(e=null==e?ge:dn.defaults(ge.Object(),e,dn.pick(ge,ie))).Array,St=e.Date,xt=e.Error,At=e.Function,Et=e.Math,Tt=e.Object,Lt=e.RegExp,Ot=e.String,Ct=e.TypeError,Rt=ut.prototype,jt=At.prototype,Nt=Tt.prototype,It=e["__core-js_shared__"],Dt=jt.toString,zt=Nt.hasOwnProperty,Mt=0,Wt=(n=/[^.]+$/.exec(It&&It.keys&&It.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Pt=Nt.toString,Ut=Dt.call(Tt),Bt=ge._,Ft=Lt("^"+Dt.call(zt).replace(rt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),$t=de?e.Buffer:r,Ht=e.Symbol,qt=e.Uint8Array,Gt=$t?$t.allocUnsafe:r,Vt=fn(Tt.getPrototypeOf,Tt),Kt=Tt.create,Zt=Nt.propertyIsEnumerable,Yt=Rt.splice,Jt=Ht?Ht.isConcatSpreadable:r,Xt=Ht?Ht.iterator:r,ee=Ht?Ht.toStringTag:r,re=function(){try{var t=ui(Tt,"defineProperty");return t({},"",{}),t}catch(t){}}(),fe=e.clearTimeout!==ge.clearTimeout&&e.clearTimeout,pe=St&&St.now!==ge.Date.now&&St.now,he=e.setTimeout!==ge.setTimeout&&e.setTimeout,_e=Et.ceil,ve=Et.floor,ye=Tt.getOwnPropertySymbols,me=$t?$t.isBuffer:r,Pe=e.isFinite,Ve=Rt.join,yn=fn(Tt.keys,Tt),mn=Et.max,bn=Et.min,wn=St.now,kn=e.parseInt,Sn=Et.random,xn=Rt.reverse,An=ui(e,"DataView"),En=ui(e,"Map"),Tn=ui(e,"Promise"),Ln=ui(e,"Set"),On=ui(e,"WeakMap"),Cn=ui(Tt,"create"),Rn=On&&new On,jn={},Nn=ji(An),In=ji(En),Dn=ji(Tn),zn=ji(Ln),Mn=ji(On),Wn=Ht?Ht.prototype:r,Pn=Wn?Wn.valueOf:r,Un=Wn?Wn.toString:r;function Bn(t){if(Zu(t)&&!Wu(t)&&!(t instanceof LazyWrapper)){if(t instanceof LodashWrapper)return t;if(zt.call(t,"__wrapped__"))return Ni(t)}return new LodashWrapper(t)}var Fn=function(){function t(){}return function(e){if(!Ku(e))return{};if(Kt)return Kt(e);t.prototype=e;var n=new t;return t.prototype=r,n}}();function $n(){}function LodashWrapper(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=r}function LazyWrapper(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=_,this.__views__=[]}function Hash(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function ListCache(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function MapCache(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function SetCache(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new MapCache;++e<n;)this.add(t[e])}function Stack(t){var e=this.__data__=new ListCache(t);this.size=e.size}function Hn(t,e){var n=Wu(t),r=!n&&Mu(t),o=!n&&!r&&Fu(t),i=!n&&!r&&!o&&ra(t),u=n||r||o||i,a=u?Ye(t.length,Ot):[],c=a.length;for(var f in t)!e&&!zt.call(t,f)||u&&("length"==f||o&&("offset"==f||"parent"==f)||i&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||hi(f,c))||a.push(f);return a}function qn(t){var e=t.length;return e?t[Fr(0,e-1)]:r}function Gn(t,e){return Oi(xo(t),er(e,0,t.length))}function Vn(t){return Oi(xo(t))}function Kn(t,e,n){(n!==r&&!Iu(t[e],n)||n===r&&!(e in t))&&Qn(t,e,n)}function Zn(t,e,n){var o=t[e];zt.call(t,e)&&Iu(o,n)&&(n!==r||e in t)||Qn(t,e,n)}function Yn(t,e){for(var n=t.length;n--;)if(Iu(t[n][0],e))return n;return-1}function Jn(t,e,n,r){return ur(t,function(t,o,i){e(r,t,n(t),i)}),r}function Xn(t,e){return t&&Ao(e,Aa(e),t)}function Qn(t,e,n){"__proto__"==e&&re?re(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}function tr(t,e){for(var n=-1,o=e.length,i=ut(o),u=null==t;++n<o;)i[n]=u?r:ba(t,e[n]);return i}function er(t,e,n){return t==t&&(n!==r&&(t=t<=n?t:n),e!==r&&(t=t>=e?t:e)),t}function nr(t,e,n,o,i,u){var a,c=1&e,f=2&e,l=4&e;if(n&&(a=i?n(t,o,i,u):n(t)),a!==r)return a;if(!Ku(t))return t;var s=Wu(t);if(s){if(a=function(t){var e=t.length,n=new t.constructor(e);e&&"string"==typeof t[0]&&zt.call(t,"index")&&(n.index=t.index,n.input=t.input);return n}(t),!c)return xo(t,a)}else{var p=fi(t),h=p==k||p==S;if(Fu(t))return yo(t,c);if(p==E||p==d||h&&!i){if(a=f||h?{}:si(t),!c)return f?function(t,e){return Ao(t,ci(t),e)}(t,function(t,e){return t&&Ao(e,Ea(e),t)}(a,t)):function(t,e){return Ao(t,ai(t),e)}(t,Xn(a,t))}else{if(!ce[p])return i?t:{};a=function(t,e,n){var r=t.constructor;switch(e){case N:return mo(t);case m:case b:return new r(+t);case I:return function(t,e){var n=e?mo(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}(t,n);case D:case z:case M:case W:case P:case U:case B:case F:case $:return bo(t,n);case x:return new r;case A:case C:return new r(t);case L:return function(t){var e=new t.constructor(t.source,gt.exec(t));return e.lastIndex=t.lastIndex,e}(t);case O:return new r;case R:return o=t,Pn?Tt(Pn.call(o)):{}}var o}(t,p,c)}}u||(u=new Stack);var g=u.get(t);if(g)return g;u.set(t,a),ta(t)?t.forEach(function(r){a.add(nr(r,e,n,r,t,u))}):Yu(t)&&t.forEach(function(r,o){a.set(o,nr(r,e,n,o,t,u))});var _=s?r:(l?f?Qo:Xo:f?Ea:Aa)(t);return Le(_||t,function(r,o){_&&(r=t[o=r]),Zn(a,o,nr(r,e,n,o,t,u))}),a}function rr(t,e,n){var o=n.length;if(null==t)return!o;for(t=Tt(t);o--;){var i=n[o],u=e[i],a=t[i];if(a===r&&!(i in t)||!u(a))return!1}return!0}function or(t,e,n){if("function"!=typeof t)throw new Ct(o);return Ai(function(){t.apply(r,n)},e)}function ir(t,e,n,r){var o=-1,i=je,u=!0,a=t.length,c=[],f=e.length;if(!a)return c;n&&(e=Ie(e,Xe(n))),r?(i=Ne,u=!1):e.length>=200&&(i=tn,u=!1,e=new SetCache(e));t:for(;++o<a;){var l=t[o],s=null==n?l:n(l);if(l=r||0!==l?l:0,u&&s==s){for(var p=f;p--;)if(e[p]===s)continue t;c.push(l)}else i(e,s,r)||c.push(l)}return c}Bn.templateSettings={escape:J,evaluate:X,interpolate:Q,variable:"",imports:{_:Bn}},Bn.prototype=$n.prototype,Bn.prototype.constructor=Bn,LodashWrapper.prototype=Fn($n.prototype),LodashWrapper.prototype.constructor=LodashWrapper,LazyWrapper.prototype=Fn($n.prototype),LazyWrapper.prototype.constructor=LazyWrapper,Hash.prototype.clear=function(){this.__data__=Cn?Cn(null):{},this.size=0},Hash.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},Hash.prototype.get=function(t){var e=this.__data__;if(Cn){var n=e[t];return n===i?r:n}return zt.call(e,t)?e[t]:r},Hash.prototype.has=function(t){var e=this.__data__;return Cn?e[t]!==r:zt.call(e,t)},Hash.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Cn&&e===r?i:e,this},ListCache.prototype.clear=function(){this.__data__=[],this.size=0},ListCache.prototype.delete=function(t){var e=this.__data__,n=Yn(e,t);return!(n<0)&&(n==e.length-1?e.pop():Yt.call(e,n,1),--this.size,!0)},ListCache.prototype.get=function(t){var e=this.__data__,n=Yn(e,t);return n<0?r:e[n][1]},ListCache.prototype.has=function(t){return Yn(this.__data__,t)>-1},ListCache.prototype.set=function(t,e){var n=this.__data__,r=Yn(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this},MapCache.prototype.clear=function(){this.size=0,this.__data__={hash:new Hash,map:new(En||ListCache),string:new Hash}},MapCache.prototype.delete=function(t){var e=oi(this,t).delete(t);return this.size-=e?1:0,e},MapCache.prototype.get=function(t){return oi(this,t).get(t)},MapCache.prototype.has=function(t){return oi(this,t).has(t)},MapCache.prototype.set=function(t,e){var n=oi(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this},SetCache.prototype.add=SetCache.prototype.push=function(t){return this.__data__.set(t,i),this},SetCache.prototype.has=function(t){return this.__data__.has(t)},Stack.prototype.clear=function(){this.__data__=new ListCache,this.size=0},Stack.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},Stack.prototype.get=function(t){return this.__data__.get(t)},Stack.prototype.has=function(t){return this.__data__.has(t)},Stack.prototype.set=function(t,e){var n=this.__data__;if(n instanceof ListCache){var r=n.__data__;if(!En||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new MapCache(r)}return n.set(t,e),this.size=n.size,this};var ur=Lo(gr),ar=Lo(_r,!0);function cr(t,e){var n=!0;return ur(t,function(t,r,o){return n=!!e(t,r,o)}),n}function fr(t,e,n){for(var o=-1,i=t.length;++o<i;){var u=t[o],a=e(u);if(null!=a&&(c===r?a==a&&!na(a):n(a,c)))var c=a,f=u}return f}function lr(t,e){var n=[];return ur(t,function(t,r,o){e(t,r,o)&&n.push(t)}),n}function sr(t,e,n,r,o){var i=-1,u=t.length;for(n||(n=pi),o||(o=[]);++i<u;){var a=t[i];e>0&&n(a)?e>1?sr(a,e-1,n,r,o):De(o,a):r||(o[o.length]=a)}return o}var pr=Oo(),hr=Oo(!0);function gr(t,e){return t&&pr(t,e,Aa)}function _r(t,e){return t&&hr(t,e,Aa)}function vr(t,e){return Re(e,function(e){return qu(t[e])})}function dr(t,e){for(var n=0,o=(e=ho(e,t)).length;null!=t&&n<o;)t=t[Ri(e[n++])];return n&&n==o?t:r}function yr(t,e,n){var r=e(t);return Wu(t)?r:De(r,n(t))}function mr(t){return null==t?t===r?"[object Undefined]":"[object Null]":ee&&ee in Tt(t)?function(t){var e=zt.call(t,ee),n=t[ee];try{t[ee]=r;var o=!0}catch(t){}var i=Pt.call(t);o&&(e?t[ee]=n:delete t[ee]);return i}(t):function(t){return Pt.call(t)}(t)}function br(t,e){return t>e}function wr(t,e){return null!=t&&zt.call(t,e)}function kr(t,e){return null!=t&&e in Tt(t)}function Sr(t,e,n){for(var o=n?Ne:je,i=t[0].length,u=t.length,a=u,c=ut(u),f=1/0,l=[];a--;){var s=t[a];a&&e&&(s=Ie(s,Xe(e))),f=bn(s.length,f),c[a]=!n&&(e||i>=120&&s.length>=120)?new SetCache(a&&s):r}s=t[0];var p=-1,h=c[0];t:for(;++p<i&&l.length<f;){var g=s[p],_=e?e(g):g;if(g=n||0!==g?g:0,!(h?tn(h,_):o(l,_,n))){for(a=u;--a;){var v=c[a];if(!(v?tn(v,_):o(t[a],_,n)))continue t}h&&h.push(_),l.push(g)}}return l}function xr(t,e,n){var o=null==(t=ki(t,e=ho(e,t)))?t:t[Ri(Hi(e))];return null==o?r:Ee(o,t,n)}function Ar(t){return Zu(t)&&mr(t)==d}function Er(t,e,n,o,i){return t===e||(null==t||null==e||!Zu(t)&&!Zu(e)?t!=t&&e!=e:function(t,e,n,o,i,u){var a=Wu(t),c=Wu(e),f=a?y:fi(t),l=c?y:fi(e),s=(f=f==d?E:f)==E,p=(l=l==d?E:l)==E,h=f==l;if(h&&Fu(t)){if(!Fu(e))return!1;a=!0,s=!1}if(h&&!s)return u||(u=new Stack),a||ra(t)?Yo(t,e,n,o,i,u):function(t,e,n,r,o,i,u){switch(n){case I:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case N:return!(t.byteLength!=e.byteLength||!i(new qt(t),new qt(e)));case m:case b:case A:return Iu(+t,+e);case w:return t.name==e.name&&t.message==e.message;case L:case C:return t==e+"";case x:var a=cn;case O:var c=1&r;if(a||(a=sn),t.size!=e.size&&!c)return!1;var f=u.get(t);if(f)return f==e;r|=2,u.set(t,e);var l=Yo(a(t),a(e),r,o,i,u);return u.delete(t),l;case R:if(Pn)return Pn.call(t)==Pn.call(e)}return!1}(t,e,f,n,o,i,u);if(!(1&n)){var g=s&&zt.call(t,"__wrapped__"),_=p&&zt.call(e,"__wrapped__");if(g||_){var v=g?t.value():t,k=_?e.value():e;return u||(u=new Stack),i(v,k,n,o,u)}}if(!h)return!1;return u||(u=new Stack),function(t,e,n,o,i,u){var a=1&n,c=Xo(t),f=c.length,l=Xo(e),s=l.length;if(f!=s&&!a)return!1;var p=f;for(;p--;){var h=c[p];if(!(a?h in e:zt.call(e,h)))return!1}var g=u.get(t),_=u.get(e);if(g&&_)return g==e&&_==t;var v=!0;u.set(t,e),u.set(e,t);var d=a;for(;++p<f;){var y=t[h=c[p]],m=e[h];if(o)var b=a?o(m,y,h,e,t,u):o(y,m,h,t,e,u);if(!(b===r?y===m||i(y,m,n,o,u):b)){v=!1;break}d||(d="constructor"==h)}if(v&&!d){var w=t.constructor,k=e.constructor;w==k||!("constructor"in t)||!("constructor"in e)||"function"==typeof w&&w instanceof w&&"function"==typeof k&&k instanceof k||(v=!1)}return u.delete(t),u.delete(e),v}(t,e,n,o,i,u)}(t,e,n,o,Er,i))}function Tr(t,e,n,o){var i=n.length,u=i,a=!o;if(null==t)return!u;for(t=Tt(t);i--;){var c=n[i];if(a&&c[2]?c[1]!==t[c[0]]:!(c[0]in t))return!1}for(;++i<u;){var f=(c=n[i])[0],l=t[f],s=c[1];if(a&&c[2]){if(l===r&&!(f in t))return!1}else{var p=new Stack;if(o)var h=o(l,s,f,t,e,p);if(!(h===r?Er(s,l,3,o,p):h))return!1}}return!0}function Lr(t){return!(!Ku(t)||(e=t,Wt&&Wt in e))&&(qu(t)?Ft:dt).test(ji(t));var e}function Or(t){return"function"==typeof t?t:null==t?Ja:"object"==typeof t?Wu(t)?Dr(t[0],t[1]):Ir(t):uc(t)}function Cr(t){if(!yi(t))return yn(t);var e=[];for(var n in Tt(t))zt.call(t,n)&&"constructor"!=n&&e.push(n);return e}function Rr(t){if(!Ku(t))return function(t){var e=[];if(null!=t)for(var n in Tt(t))e.push(n);return e}(t);var e=yi(t),n=[];for(var r in t)("constructor"!=r||!e&&zt.call(t,r))&&n.push(r);return n}function jr(t,e){return t<e}function Nr(t,e){var n=-1,r=Uu(t)?ut(t.length):[];return ur(t,function(t,o,i){r[++n]=e(t,o,i)}),r}function Ir(t){var e=ii(t);return 1==e.length&&e[0][2]?bi(e[0][0],e[0][1]):function(n){return n===t||Tr(n,t,e)}}function Dr(t,e){return _i(t)&&mi(e)?bi(Ri(t),e):function(n){var o=ba(n,t);return o===r&&o===e?wa(n,t):Er(e,o,3)}}function zr(t,e,n,o,i){t!==e&&pr(e,function(u,a){if(i||(i=new Stack),Ku(u))!function(t,e,n,o,i,u,a){var c=Si(t,n),f=Si(e,n),l=a.get(f);if(l)return void Kn(t,n,l);var s=u?u(c,f,n+"",t,e,a):r,p=s===r;if(p){var h=Wu(f),g=!h&&Fu(f),_=!h&&!g&&ra(f);s=f,h||g||_?Wu(c)?s=c:Bu(c)?s=xo(c):g?(p=!1,s=yo(f,!0)):_?(p=!1,s=bo(f,!0)):s=[]:Xu(f)||Mu(f)?(s=c,Mu(c)?s=sa(c):Ku(c)&&!qu(c)||(s=si(f))):p=!1}p&&(a.set(f,s),i(s,f,o,u,a),a.delete(f));Kn(t,n,s)}(t,e,a,n,zr,o,i);else{var c=o?o(Si(t,a),u,a+"",t,e,i):r;c===r&&(c=u),Kn(t,a,c)}},Ea)}function Mr(t,e){var n=t.length;if(n)return hi(e+=e<0?n:0,n)?t[e]:r}function Wr(t,e,n){e=e.length?Ie(e,function(t){return Wu(t)?function(e){return dr(e,1===t.length?t[0]:t)}:t}):[Ja];var r=-1;e=Ie(e,Xe(ri()));var o=Nr(t,function(t,n,o){var i=Ie(e,function(e){return e(t)});return{criteria:i,index:++r,value:t}});return function(t,e){var n=t.length;for(t.sort(e);n--;)t[n]=t[n].value;return t}(o,function(t,e){return function(t,e,n){var r=-1,o=t.criteria,i=e.criteria,u=o.length,a=n.length;for(;++r<u;){var c=wo(o[r],i[r]);if(c)return r>=a?c:c*("desc"==n[r]?-1:1)}return t.index-e.index}(t,e,n)})}function Pr(t,e,n){for(var r=-1,o=e.length,i={};++r<o;){var u=e[r],a=dr(t,u);n(a,u)&&Vr(i,ho(u,t),a)}return i}function Ur(t,e,n,r){var o=r?$e:Fe,i=-1,u=e.length,a=t;for(t===e&&(e=xo(e)),n&&(a=Ie(t,Xe(n)));++i<u;)for(var c=0,f=e[i],l=n?n(f):f;(c=o(a,l,c,r))>-1;)a!==t&&Yt.call(a,c,1),Yt.call(t,c,1);return t}function Br(t,e){for(var n=t?e.length:0,r=n-1;n--;){var o=e[n];if(n==r||o!==i){var i=o;hi(o)?Yt.call(t,o,1):io(t,o)}}return t}function Fr(t,e){return t+ve(Sn()*(e-t+1))}function $r(t,e){var n="";if(!t||e<1||e>h)return n;do{e%2&&(n+=t),(e=ve(e/2))&&(t+=t)}while(e);return n}function Hr(t,e){return Ei(wi(t,e,Ja),t+"")}function qr(t){return qn(Ia(t))}function Gr(t,e){var n=Ia(t);return Oi(n,er(e,0,n.length))}function Vr(t,e,n,o){if(!Ku(t))return t;for(var i=-1,u=(e=ho(e,t)).length,a=u-1,c=t;null!=c&&++i<u;){var f=Ri(e[i]),l=n;if("__proto__"===f||"constructor"===f||"prototype"===f)return t;if(i!=a){var s=c[f];(l=o?o(s,f,c):r)===r&&(l=Ku(s)?s:hi(e[i+1])?[]:{})}Zn(c,f,l),c=c[f]}return t}var Kr=Rn?function(t,e){return Rn.set(t,e),t}:Ja,Zr=re?function(t,e){return re(t,"toString",{configurable:!0,enumerable:!1,value:Ka(e),writable:!0})}:Ja;function Yr(t){return Oi(Ia(t))}function Jr(t,e,n){var r=-1,o=t.length;e<0&&(e=-e>o?0:o+e),(n=n>o?o:n)<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var i=ut(o);++r<o;)i[r]=t[r+e];return i}function Xr(t,e){var n;return ur(t,function(t,r,o){return!(n=e(t,r,o))}),!!n}function Qr(t,e,n){var r=0,o=null==t?r:t.length;if("number"==typeof e&&e==e&&o<=2147483647){for(;r<o;){var i=r+o>>>1,u=t[i];null!==u&&!na(u)&&(n?u<=e:u<e)?r=i+1:o=i}return o}return to(t,e,Ja,n)}function to(t,e,n,o){var i=0,u=null==t?0:t.length;if(0===u)return 0;for(var a=(e=n(e))!=e,c=null===e,f=na(e),l=e===r;i<u;){var s=ve((i+u)/2),p=n(t[s]),h=p!==r,g=null===p,_=p==p,v=na(p);if(a)var d=o||_;else d=l?_&&(o||h):c?_&&h&&(o||!g):f?_&&h&&!g&&(o||!v):!g&&!v&&(o?p<=e:p<e);d?i=s+1:u=s}return bn(u,4294967294)}function eo(t,e){for(var n=-1,r=t.length,o=0,i=[];++n<r;){var u=t[n],a=e?e(u):u;if(!n||!Iu(a,c)){var c=a;i[o++]=0===u?0:u}}return i}function no(t){return"number"==typeof t?t:na(t)?g:+t}function ro(t){if("string"==typeof t)return t;if(Wu(t))return Ie(t,ro)+"";if(na(t))return Un?Un.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function oo(t,e,n){var r=-1,o=je,i=t.length,u=!0,a=[],c=a;if(n)u=!1,o=Ne;else if(i>=200){var f=e?null:Ho(t);if(f)return sn(f);u=!1,o=tn,c=new SetCache}else c=e?[]:a;t:for(;++r<i;){var l=t[r],s=e?e(l):l;if(l=n||0!==l?l:0,u&&s==s){for(var p=c.length;p--;)if(c[p]===s)continue t;e&&c.push(s),a.push(l)}else o(c,s,n)||(c!==a&&c.push(s),a.push(l))}return a}function io(t,e){return null==(t=ki(t,e=ho(e,t)))||delete t[Ri(Hi(e))]}function uo(t,e,n,r){return Vr(t,e,n(dr(t,e)),r)}function ao(t,e,n,r){for(var o=t.length,i=r?o:-1;(r?i--:++i<o)&&e(t[i],i,t););return n?Jr(t,r?0:i,r?i+1:o):Jr(t,r?i+1:0,r?o:i)}function co(t,e){var n=t;return n instanceof LazyWrapper&&(n=n.value()),ze(e,function(t,e){return e.func.apply(e.thisArg,De([t],e.args))},n)}function fo(t,e,n){var r=t.length;if(r<2)return r?oo(t[0]):[];for(var o=-1,i=ut(r);++o<r;)for(var u=t[o],a=-1;++a<r;)a!=o&&(i[o]=ir(i[o]||u,t[a],e,n));return oo(sr(i,1),e,n)}function lo(t,e,n){for(var o=-1,i=t.length,u=e.length,a={};++o<i;){var c=o<u?e[o]:r;n(a,t[o],c)}return a}function so(t){return Bu(t)?t:[]}function po(t){return"function"==typeof t?t:Ja}function ho(t,e){return Wu(t)?t:_i(t,e)?[t]:Ci(pa(t))}var go=Hr;function _o(t,e,n){var o=t.length;return n=n===r?o:n,!e&&n>=o?t:Jr(t,e,n)}var vo=fe||function(t){return ge.clearTimeout(t)};function yo(t,e){if(e)return t.slice();var n=t.length,r=Gt?Gt(n):new t.constructor(n);return t.copy(r),r}function mo(t){var e=new t.constructor(t.byteLength);return new qt(e).set(new qt(t)),e}function bo(t,e){var n=e?mo(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function wo(t,e){if(t!==e){var n=t!==r,o=null===t,i=t==t,u=na(t),a=e!==r,c=null===e,f=e==e,l=na(e);if(!c&&!l&&!u&&t>e||u&&a&&f&&!c&&!l||o&&a&&f||!n&&f||!i)return 1;if(!o&&!u&&!l&&t<e||l&&n&&i&&!o&&!u||c&&n&&i||!a&&i||!f)return-1}return 0}function ko(t,e,n,r){for(var o=-1,i=t.length,u=n.length,a=-1,c=e.length,f=mn(i-u,0),l=ut(c+f),s=!r;++a<c;)l[a]=e[a];for(;++o<u;)(s||o<i)&&(l[n[o]]=t[o]);for(;f--;)l[a++]=t[o++];return l}function So(t,e,n,r){for(var o=-1,i=t.length,u=-1,a=n.length,c=-1,f=e.length,l=mn(i-a,0),s=ut(l+f),p=!r;++o<l;)s[o]=t[o];for(var h=o;++c<f;)s[h+c]=e[c];for(;++u<a;)(p||o<i)&&(s[h+n[u]]=t[o++]);return s}function xo(t,e){var n=-1,r=t.length;for(e||(e=ut(r));++n<r;)e[n]=t[n];return e}function Ao(t,e,n,o){var i=!n;n||(n={});for(var u=-1,a=e.length;++u<a;){var c=e[u],f=o?o(n[c],t[c],c,n,t):r;f===r&&(f=t[c]),i?Qn(n,c,f):Zn(n,c,f)}return n}function Eo(t,e){return function(n,r){var o=Wu(n)?Te:Jn,i=e?e():{};return o(n,t,ri(r,2),i)}}function To(t){return Hr(function(e,n){var o=-1,i=n.length,u=i>1?n[i-1]:r,a=i>2?n[2]:r;for(u=t.length>3&&"function"==typeof u?(i--,u):r,a&&gi(n[0],n[1],a)&&(u=i<3?r:u,i=1),e=Tt(e);++o<i;){var c=n[o];c&&t(e,c,o,u)}return e})}function Lo(t,e){return function(n,r){if(null==n)return n;if(!Uu(n))return t(n,r);for(var o=n.length,i=e?o:-1,u=Tt(n);(e?i--:++i<o)&&!1!==r(u[i],i,u););return n}}function Oo(t){return function(e,n,r){for(var o=-1,i=Tt(e),u=r(e),a=u.length;a--;){var c=u[t?a:++o];if(!1===n(i[c],c,i))break}return e}}function Co(t){return function(e){var n=an(e=pa(e))?gn(e):r,o=n?n[0]:e.charAt(0),i=n?_o(n,1).join(""):e.slice(1);return o[t]()+i}}function Ro(t){return function(e){return ze(qa(Ma(e).replace(Qt,"")),t,"")}}function jo(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var n=Fn(t.prototype),r=t.apply(n,e);return Ku(r)?r:n}}function No(t){return function(e,n,o){var i=Tt(e);if(!Uu(e)){var u=ri(n,3);e=Aa(e),n=function(t){return u(i[t],t,i)}}var a=t(e,n,o);return a>-1?i[u?e[a]:a]:r}}function Io(t){return Jo(function(e){var n=e.length,i=n,u=LodashWrapper.prototype.thru;for(t&&e.reverse();i--;){var a=e[i];if("function"!=typeof a)throw new Ct(o);if(u&&!c&&"wrapper"==ei(a))var c=new LodashWrapper([],!0)}for(i=c?i:n;++i<n;){var f=ei(a=e[i]),l="wrapper"==f?ti(a):r;c=l&&vi(l[0])&&424==l[1]&&!l[4].length&&1==l[9]?c[ei(l[0])].apply(c,l[3]):1==a.length&&vi(a)?c[f]():c.thru(a)}return function(){var t=arguments,r=t[0];if(c&&1==t.length&&Wu(r))return c.plant(r).value();for(var o=0,i=n?e[o].apply(this,t):r;++o<n;)i=e[o].call(this,i);return i}})}function Do(t,e,n,o,i,u,a,c,f,s){var p=e&l,h=1&e,g=2&e,_=24&e,v=512&e,d=g?r:jo(t);return function l(){for(var y=arguments.length,m=ut(y),b=y;b--;)m[b]=arguments[b];if(_)var w=ni(l),k=function(t,e){for(var n=t.length,r=0;n--;)t[n]===e&&++r;return r}(m,w);if(o&&(m=ko(m,o,i,_)),u&&(m=So(m,u,a,_)),y-=k,_&&y<s){var S=ln(m,w);return Fo(t,e,Do,l.placeholder,n,m,S,c,f,s-y)}var x=h?n:this,A=g?x[t]:t;return y=m.length,c?m=function(t,e){var n=t.length,o=bn(e.length,n),i=xo(t);for(;o--;){var u=e[o];t[o]=hi(u,n)?i[u]:r}return t}(m,c):v&&y>1&&m.reverse(),p&&f<y&&(m.length=f),this&&this!==ge&&this instanceof l&&(A=d||jo(A)),A.apply(x,m)}}function zo(t,e){return function(n,r){return function(t,e,n,r){return gr(t,function(t,o,i){e(r,n(t),o,i)}),r}(n,t,e(r),{})}}function Mo(t,e){return function(n,o){var i;if(n===r&&o===r)return e;if(n!==r&&(i=n),o!==r){if(i===r)return o;"string"==typeof n||"string"==typeof o?(n=ro(n),o=ro(o)):(n=no(n),o=no(o)),i=t(n,o)}return i}}function Wo(t){return Jo(function(e){return e=Ie(e,Xe(ri())),Hr(function(n){var r=this;return t(e,function(t){return Ee(t,r,n)})})})}function Po(t,e){var n=(e=e===r?" ":ro(e)).length;if(n<2)return n?$r(e,t):e;var o=$r(e,_e(t/hn(e)));return an(e)?_o(gn(o),0,t).join(""):o.slice(0,t)}function Uo(t){return function(e,n,o){return o&&"number"!=typeof o&&gi(e,n,o)&&(n=o=r),e=aa(e),n===r?(n=e,e=0):n=aa(n),function(t,e,n,r){for(var o=-1,i=mn(_e((e-t)/(n||1)),0),u=ut(i);i--;)u[r?i:++o]=t,t+=n;return u}(e,n,o=o===r?e<n?1:-1:aa(o),t)}}function Bo(t){return function(e,n){return"string"==typeof e&&"string"==typeof n||(e=la(e),n=la(n)),t(e,n)}}function Fo(t,e,n,o,i,u,a,l,s,p){var h=8&e;e|=h?c:f,4&(e&=~(h?f:c))||(e&=-4);var g=[t,e,i,h?u:r,h?a:r,h?r:u,h?r:a,l,s,p],_=n.apply(r,g);return vi(t)&&xi(_,g),_.placeholder=o,Ti(_,t,e)}function $o(t){var e=Et[t];return function(t,n){if(t=la(t),(n=null==n?0:bn(ca(n),292))&&Pe(t)){var r=(pa(t)+"e").split("e");return+((r=(pa(e(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return e(t)}}var Ho=Ln&&1/sn(new Ln([,-0]))[1]==p?function(t){return new Ln(t)}:nc;function qo(t){return function(e){var n=fi(e);return n==x?cn(e):n==O?pn(e):function(t,e){return Ie(e,function(e){return[e,t[e]]})}(e,t(e))}}function Go(t,e,n,i,p,h,g,_){var v=2&e;if(!v&&"function"!=typeof t)throw new Ct(o);var d=i?i.length:0;if(d||(e&=-97,i=p=r),g=g===r?g:mn(ca(g),0),_=_===r?_:ca(_),d-=p?p.length:0,e&f){var y=i,m=p;i=p=r}var b=v?r:ti(t),w=[t,e,n,i,p,y,m,h,g,_];if(b&&function(t,e){var n=t[1],r=e[1],o=n|r,i=o<131,a=r==l&&8==n||r==l&&n==s&&t[7].length<=e[8]||384==r&&e[7].length<=e[8]&&8==n;if(!i&&!a)return t;1&r&&(t[2]=e[2],o|=1&n?0:4);var c=e[3];if(c){var f=t[3];t[3]=f?ko(f,c,e[4]):c,t[4]=f?ln(t[3],u):e[4]}(c=e[5])&&(f=t[5],t[5]=f?So(f,c,e[6]):c,t[6]=f?ln(t[5],u):e[6]);(c=e[7])&&(t[7]=c);r&l&&(t[8]=null==t[8]?e[8]:bn(t[8],e[8]));null==t[9]&&(t[9]=e[9]);t[0]=e[0],t[1]=o}(w,b),t=w[0],e=w[1],n=w[2],i=w[3],p=w[4],!(_=w[9]=w[9]===r?v?0:t.length:mn(w[9]-d,0))&&24&e&&(e&=-25),e&&1!=e)k=8==e||e==a?function(t,e,n){var o=jo(t);return function i(){for(var u=arguments.length,a=ut(u),c=u,f=ni(i);c--;)a[c]=arguments[c];var l=u<3&&a[0]!==f&&a[u-1]!==f?[]:ln(a,f);return(u-=l.length)<n?Fo(t,e,Do,i.placeholder,r,a,l,r,r,n-u):Ee(this&&this!==ge&&this instanceof i?o:t,this,a)}}(t,e,_):e!=c&&33!=e||p.length?Do.apply(r,w):function(t,e,n,r){var o=1&e,i=jo(t);return function e(){for(var u=-1,a=arguments.length,c=-1,f=r.length,l=ut(f+a),s=this&&this!==ge&&this instanceof e?i:t;++c<f;)l[c]=r[c];for(;a--;)l[c++]=arguments[++u];return Ee(s,o?n:this,l)}}(t,e,n,i);else var k=function(t,e,n){var r=1&e,o=jo(t);return function e(){return(this&&this!==ge&&this instanceof e?o:t).apply(r?n:this,arguments)}}(t,e,n);return Ti((b?Kr:xi)(k,w),t,e)}function Vo(t,e,n,o){return t===r||Iu(t,Nt[n])&&!zt.call(o,n)?e:t}function Ko(t,e,n,o,i,u){return Ku(t)&&Ku(e)&&(u.set(e,t),zr(t,e,r,Ko,u),u.delete(e)),t}function Zo(t){return Xu(t)?r:t}function Yo(t,e,n,o,i,u){var a=1&n,c=t.length,f=e.length;if(c!=f&&!(a&&f>c))return!1;var l=u.get(t),s=u.get(e);if(l&&s)return l==e&&s==t;var p=-1,h=!0,g=2&n?new SetCache:r;for(u.set(t,e),u.set(e,t);++p<c;){var _=t[p],v=e[p];if(o)var d=a?o(v,_,p,e,t,u):o(_,v,p,t,e,u);if(d!==r){if(d)continue;h=!1;break}if(g){if(!We(e,function(t,e){if(!tn(g,e)&&(_===t||i(_,t,n,o,u)))return g.push(e)})){h=!1;break}}else if(_!==v&&!i(_,v,n,o,u)){h=!1;break}}return u.delete(t),u.delete(e),h}function Jo(t){return Ei(wi(t,r,Pi),t+"")}function Xo(t){return yr(t,Aa,ai)}function Qo(t){return yr(t,Ea,ci)}var ti=Rn?function(t){return Rn.get(t)}:nc;function ei(t){for(var e=t.name+"",n=jn[e],r=zt.call(jn,e)?n.length:0;r--;){var o=n[r],i=o.func;if(null==i||i==t)return o.name}return e}function ni(t){return(zt.call(Bn,"placeholder")?Bn:t).placeholder}function ri(){var t=Bn.iteratee||Xa;return t=t===Xa?Or:t,arguments.length?t(arguments[0],arguments[1]):t}function oi(t,e){var n,r,o=t.__data__;return("string"==(r=typeof(n=e))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof e?"string":"hash"]:o.map}function ii(t){for(var e=Aa(t),n=e.length;n--;){var r=e[n],o=t[r];e[n]=[r,o,mi(o)]}return e}function ui(t,e){var n=function(t,e){return null==t?r:t[e]}(t,e);return Lr(n)?n:r}var ai=ye?function(t){return null==t?[]:(t=Tt(t),Re(ye(t),function(e){return Zt.call(t,e)}))}:fc,ci=ye?function(t){for(var e=[];t;)De(e,ai(t)),t=Vt(t);return e}:fc,fi=mr;function li(t,e,n){for(var r=-1,o=(e=ho(e,t)).length,i=!1;++r<o;){var u=Ri(e[r]);if(!(i=null!=t&&n(t,u)))break;t=t[u]}return i||++r!=o?i:!!(o=null==t?0:t.length)&&Vu(o)&&hi(u,o)&&(Wu(t)||Mu(t))}function si(t){return"function"!=typeof t.constructor||yi(t)?{}:Fn(Vt(t))}function pi(t){return Wu(t)||Mu(t)||!!(Jt&&t&&t[Jt])}function hi(t,e){var n=typeof t;return!!(e=null==e?h:e)&&("number"==n||"symbol"!=n&&mt.test(t))&&t>-1&&t%1==0&&t<e}function gi(t,e,n){if(!Ku(n))return!1;var r=typeof e;return!!("number"==r?Uu(n)&&hi(e,n.length):"string"==r&&e in n)&&Iu(n[e],t)}function _i(t,e){if(Wu(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!na(t))||(et.test(t)||!tt.test(t)||null!=e&&t in Tt(e))}function vi(t){var e=ei(t),n=Bn[e];if("function"!=typeof n||!(e in LazyWrapper.prototype))return!1;if(t===n)return!0;var r=ti(n);return!!r&&t===r[0]}(An&&fi(new An(new ArrayBuffer(1)))!=I||En&&fi(new En)!=x||Tn&&fi(Tn.resolve())!=T||Ln&&fi(new Ln)!=O||On&&fi(new On)!=j)&&(fi=function(t){var e=mr(t),n=e==E?t.constructor:r,o=n?ji(n):"";if(o)switch(o){case Nn:return I;case In:return x;case Dn:return T;case zn:return O;case Mn:return j}return e});var di=It?qu:lc;function yi(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Nt)}function mi(t){return t==t&&!Ku(t)}function bi(t,e){return function(n){return null!=n&&(n[t]===e&&(e!==r||t in Tt(n)))}}function wi(t,e,n){return e=mn(e===r?t.length-1:e,0),function(){for(var r=arguments,o=-1,i=mn(r.length-e,0),u=ut(i);++o<i;)u[o]=r[e+o];o=-1;for(var a=ut(e+1);++o<e;)a[o]=r[o];return a[e]=n(u),Ee(t,this,a)}}function ki(t,e){return e.length<2?t:dr(t,Jr(e,0,-1))}function Si(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}var xi=Li(Kr),Ai=he||function(t,e){return ge.setTimeout(t,e)},Ei=Li(Zr);function Ti(t,e,n){var r=e+"";return Ei(t,function(t,e){var n=e.length;if(!n)return t;var r=n-1;return e[r]=(n>1?"& ":"")+e[r],e=e.join(n>2?", ":" "),t.replace(at,"{\n/* [wrapped with "+e+"] */\n")}(r,function(t,e){return Le(v,function(n){var r="_."+n[0];e&n[1]&&!je(t,r)&&t.push(r)}),t.sort()}(function(t){var e=t.match(ct);return e?e[1].split(ft):[]}(r),n)))}function Li(t){var e=0,n=0;return function(){var o=wn(),i=16-(o-n);if(n=o,i>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(r,arguments)}}function Oi(t,e){var n=-1,o=t.length,i=o-1;for(e=e===r?o:e;++n<e;){var u=Fr(n,i),a=t[u];t[u]=t[n],t[n]=a}return t.length=e,t}var Ci=function(t){var e=Lu(t,function(t){return 500===n.size&&n.clear(),t}),n=e.cache;return e}(function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(nt,function(t,n,r,o){e.push(r?o.replace(pt,"$1"):n||t)}),e});function Ri(t){if("string"==typeof t||na(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function ji(t){if(null!=t){try{return Dt.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function Ni(t){if(t instanceof LazyWrapper)return t.clone();var e=new LodashWrapper(t.__wrapped__,t.__chain__);return e.__actions__=xo(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}var Ii=Hr(function(t,e){return Bu(t)?ir(t,sr(e,1,Bu,!0)):[]}),Di=Hr(function(t,e){var n=Hi(e);return Bu(n)&&(n=r),Bu(t)?ir(t,sr(e,1,Bu,!0),ri(n,2)):[]}),zi=Hr(function(t,e){var n=Hi(e);return Bu(n)&&(n=r),Bu(t)?ir(t,sr(e,1,Bu,!0),r,n):[]});function Mi(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var o=null==n?0:ca(n);return o<0&&(o=mn(r+o,0)),Be(t,ri(e,3),o)}function Wi(t,e,n){var o=null==t?0:t.length;if(!o)return-1;var i=o-1;return n!==r&&(i=ca(n),i=n<0?mn(o+i,0):bn(i,o-1)),Be(t,ri(e,3),i,!0)}function Pi(t){return(null==t?0:t.length)?sr(t,1):[]}function Ui(t){return t&&t.length?t[0]:r}var Bi=Hr(function(t){var e=Ie(t,so);return e.length&&e[0]===t[0]?Sr(e):[]}),Fi=Hr(function(t){var e=Hi(t),n=Ie(t,so);return e===Hi(n)?e=r:n.pop(),n.length&&n[0]===t[0]?Sr(n,ri(e,2)):[]}),$i=Hr(function(t){var e=Hi(t),n=Ie(t,so);return(e="function"==typeof e?e:r)&&n.pop(),n.length&&n[0]===t[0]?Sr(n,r,e):[]});function Hi(t){var e=null==t?0:t.length;return e?t[e-1]:r}var qi=Hr(Gi);function Gi(t,e){return t&&t.length&&e&&e.length?Ur(t,e):t}var Vi=Jo(function(t,e){var n=null==t?0:t.length,r=tr(t,e);return Br(t,Ie(e,function(t){return hi(t,n)?+t:t}).sort(wo)),r});function Ki(t){return null==t?t:xn.call(t)}var Zi=Hr(function(t){return oo(sr(t,1,Bu,!0))}),Yi=Hr(function(t){var e=Hi(t);return Bu(e)&&(e=r),oo(sr(t,1,Bu,!0),ri(e,2))}),Ji=Hr(function(t){var e=Hi(t);return e="function"==typeof e?e:r,oo(sr(t,1,Bu,!0),r,e)});function Xi(t){if(!t||!t.length)return[];var e=0;return t=Re(t,function(t){if(Bu(t))return e=mn(t.length,e),!0}),Ye(e,function(e){return Ie(t,Ge(e))})}function Qi(t,e){if(!t||!t.length)return[];var n=Xi(t);return null==e?n:Ie(n,function(t){return Ee(e,r,t)})}var tu=Hr(function(t,e){return Bu(t)?ir(t,e):[]}),eu=Hr(function(t){return fo(Re(t,Bu))}),nu=Hr(function(t){var e=Hi(t);return Bu(e)&&(e=r),fo(Re(t,Bu),ri(e,2))}),ru=Hr(function(t){var e=Hi(t);return e="function"==typeof e?e:r,fo(Re(t,Bu),r,e)}),ou=Hr(Xi);var iu=Hr(function(t){var e=t.length,n=e>1?t[e-1]:r;return n="function"==typeof n?(t.pop(),n):r,Qi(t,n)});function uu(t){var e=Bn(t);return e.__chain__=!0,e}function au(t,e){return e(t)}var cu=Jo(function(t){var e=t.length,n=e?t[0]:0,o=this.__wrapped__,i=function(e){return tr(e,t)};return!(e>1||this.__actions__.length)&&o instanceof LazyWrapper&&hi(n)?((o=o.slice(n,+n+(e?1:0))).__actions__.push({func:au,args:[i],thisArg:r}),new LodashWrapper(o,this.__chain__).thru(function(t){return e&&!t.length&&t.push(r),t})):this.thru(i)});var fu=Eo(function(t,e,n){zt.call(t,n)?++t[n]:Qn(t,n,1)});var lu=No(Mi),su=No(Wi);function pu(t,e){return(Wu(t)?Le:ur)(t,ri(e,3))}function hu(t,e){return(Wu(t)?Oe:ar)(t,ri(e,3))}var gu=Eo(function(t,e,n){zt.call(t,n)?t[n].push(e):Qn(t,n,[e])});var _u=Hr(function(t,e,n){var r=-1,o="function"==typeof e,i=Uu(t)?ut(t.length):[];return ur(t,function(t){i[++r]=o?Ee(e,t,n):xr(t,e,n)}),i}),vu=Eo(function(t,e,n){Qn(t,n,e)});function du(t,e){return(Wu(t)?Ie:Nr)(t,ri(e,3))}var yu=Eo(function(t,e,n){t[n?0:1].push(e)},function(){return[[],[]]});var mu=Hr(function(t,e){if(null==t)return[];var n=e.length;return n>1&&gi(t,e[0],e[1])?e=[]:n>2&&gi(e[0],e[1],e[2])&&(e=[e[0]]),Wr(t,sr(e,1),[])}),bu=pe||function(){return ge.Date.now()};function wu(t,e,n){return e=n?r:e,e=t&&null==e?t.length:e,Go(t,l,r,r,r,r,e)}function ku(t,e){var n;if("function"!=typeof e)throw new Ct(o);return t=ca(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=r),n}}var Su=Hr(function(t,e,n){var r=1;if(n.length){var o=ln(n,ni(Su));r|=c}return Go(t,r,e,n,o)}),xu=Hr(function(t,e,n){var r=3;if(n.length){var o=ln(n,ni(xu));r|=c}return Go(e,r,t,n,o)});function Au(t,e,n){var i,u,a,c,f,l,s=0,p=!1,h=!1,g=!0;if("function"!=typeof t)throw new Ct(o);function _(e){var n=i,o=u;return i=u=r,s=e,c=t.apply(o,n)}function v(t){var n=t-l;return l===r||n>=e||n<0||h&&t-s>=a}function d(){var t=bu();if(v(t))return y(t);f=Ai(d,function(t){var n=e-(t-l);return h?bn(n,a-(t-s)):n}(t))}function y(t){return f=r,g&&i?_(t):(i=u=r,c)}function m(){var t=bu(),n=v(t);if(i=arguments,u=this,l=t,n){if(f===r)return function(t){return s=t,f=Ai(d,e),p?_(t):c}(l);if(h)return vo(f),f=Ai(d,e),_(l)}return f===r&&(f=Ai(d,e)),c}return e=la(e)||0,Ku(n)&&(p=!!n.leading,a=(h="maxWait"in n)?mn(la(n.maxWait)||0,e):a,g="trailing"in n?!!n.trailing:g),m.cancel=function(){f!==r&&vo(f),s=0,i=l=u=f=r},m.flush=function(){return f===r?c:y(bu())},m}var Eu=Hr(function(t,e){return or(t,1,e)}),Tu=Hr(function(t,e,n){return or(t,la(e)||0,n)});function Lu(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new Ct(o);var n=function(){var r=arguments,o=e?e.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var u=t.apply(this,r);return n.cache=i.set(o,u)||i,u};return n.cache=new(Lu.Cache||MapCache),n}function Ou(t){if("function"!=typeof t)throw new Ct(o);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}Lu.Cache=MapCache;var Cu=go(function(t,e){var n=(e=1==e.length&&Wu(e[0])?Ie(e[0],Xe(ri())):Ie(sr(e,1),Xe(ri()))).length;return Hr(function(r){for(var o=-1,i=bn(r.length,n);++o<i;)r[o]=e[o].call(this,r[o]);return Ee(t,this,r)})}),Ru=Hr(function(t,e){var n=ln(e,ni(Ru));return Go(t,c,r,e,n)}),ju=Hr(function(t,e){var n=ln(e,ni(ju));return Go(t,f,r,e,n)}),Nu=Jo(function(t,e){return Go(t,s,r,r,r,e)});function Iu(t,e){return t===e||t!=t&&e!=e}var Du=Bo(br),zu=Bo(function(t,e){return t>=e}),Mu=Ar(function(){return arguments}())?Ar:function(t){return Zu(t)&&zt.call(t,"callee")&&!Zt.call(t,"callee")},Wu=ut.isArray,Pu=be?Xe(be):function(t){return Zu(t)&&mr(t)==N};function Uu(t){return null!=t&&Vu(t.length)&&!qu(t)}function Bu(t){return Zu(t)&&Uu(t)}var Fu=me||lc,$u=we?Xe(we):function(t){return Zu(t)&&mr(t)==b};function Hu(t){if(!Zu(t))return!1;var e=mr(t);return e==w||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!Xu(t)}function qu(t){if(!Ku(t))return!1;var e=mr(t);return e==k||e==S||"[object AsyncFunction]"==e||"[object Proxy]"==e}function Gu(t){return"number"==typeof t&&t==ca(t)}function Vu(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=h}function Ku(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Zu(t){return null!=t&&"object"==typeof t}var Yu=ke?Xe(ke):function(t){return Zu(t)&&fi(t)==x};function Ju(t){return"number"==typeof t||Zu(t)&&mr(t)==A}function Xu(t){if(!Zu(t)||mr(t)!=E)return!1;var e=Vt(t);if(null===e)return!0;var n=zt.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Dt.call(n)==Ut}var Qu=Se?Xe(Se):function(t){return Zu(t)&&mr(t)==L};var ta=xe?Xe(xe):function(t){return Zu(t)&&fi(t)==O};function ea(t){return"string"==typeof t||!Wu(t)&&Zu(t)&&mr(t)==C}function na(t){return"symbol"==typeof t||Zu(t)&&mr(t)==R}var ra=Ae?Xe(Ae):function(t){return Zu(t)&&Vu(t.length)&&!!ae[mr(t)]};var oa=Bo(jr),ia=Bo(function(t,e){return t<=e});function ua(t){if(!t)return[];if(Uu(t))return ea(t)?gn(t):xo(t);if(Xt&&t[Xt])return function(t){for(var e,n=[];!(e=t.next()).done;)n.push(e.value);return n}(t[Xt]());var e=fi(t);return(e==x?cn:e==O?sn:Ia)(t)}function aa(t){return t?(t=la(t))===p||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}function ca(t){var e=aa(t),n=e%1;return e==e?n?e-n:e:0}function fa(t){return t?er(ca(t),0,_):0}function la(t){if("number"==typeof t)return t;if(na(t))return g;if(Ku(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=Ku(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Je(t);var n=vt.test(t);return n||yt.test(t)?se(t.slice(2),n?2:8):_t.test(t)?g:+t}function sa(t){return Ao(t,Ea(t))}function pa(t){return null==t?"":ro(t)}var ha=To(function(t,e){if(yi(e)||Uu(e))Ao(e,Aa(e),t);else for(var n in e)zt.call(e,n)&&Zn(t,n,e[n])}),ga=To(function(t,e){Ao(e,Ea(e),t)}),_a=To(function(t,e,n,r){Ao(e,Ea(e),t,r)}),va=To(function(t,e,n,r){Ao(e,Aa(e),t,r)}),da=Jo(tr);var ya=Hr(function(t,e){t=Tt(t);var n=-1,o=e.length,i=o>2?e[2]:r;for(i&&gi(e[0],e[1],i)&&(o=1);++n<o;)for(var u=e[n],a=Ea(u),c=-1,f=a.length;++c<f;){var l=a[c],s=t[l];(s===r||Iu(s,Nt[l])&&!zt.call(t,l))&&(t[l]=u[l])}return t}),ma=Hr(function(t){return t.push(r,Ko),Ee(La,r,t)});function ba(t,e,n){var o=null==t?r:dr(t,e);return o===r?n:o}function wa(t,e){return null!=t&&li(t,e,kr)}var ka=zo(function(t,e,n){null!=e&&"function"!=typeof e.toString&&(e=Pt.call(e)),t[e]=n},Ka(Ja)),Sa=zo(function(t,e,n){null!=e&&"function"!=typeof e.toString&&(e=Pt.call(e)),zt.call(t,e)?t[e].push(n):t[e]=[n]},ri),xa=Hr(xr);function Aa(t){return Uu(t)?Hn(t):Cr(t)}function Ea(t){return Uu(t)?Hn(t,!0):Rr(t)}var Ta=To(function(t,e,n){zr(t,e,n)}),La=To(function(t,e,n,r){zr(t,e,n,r)}),Oa=Jo(function(t,e){var n={};if(null==t)return n;var r=!1;e=Ie(e,function(e){return e=ho(e,t),r||(r=e.length>1),e}),Ao(t,Qo(t),n),r&&(n=nr(n,7,Zo));for(var o=e.length;o--;)io(n,e[o]);return n});var Ca=Jo(function(t,e){return null==t?{}:function(t,e){return Pr(t,e,function(e,n){return wa(t,n)})}(t,e)});function Ra(t,e){if(null==t)return{};var n=Ie(Qo(t),function(t){return[t]});return e=ri(e),Pr(t,n,function(t,n){return e(t,n[0])})}var ja=qo(Aa),Na=qo(Ea);function Ia(t){return null==t?[]:Qe(t,Aa(t))}var Da=Ro(function(t,e,n){return e=e.toLowerCase(),t+(n?za(e):e)});function za(t){return Ha(pa(t).toLowerCase())}function Ma(t){return(t=pa(t))&&t.replace(bt,rn).replace(te,"")}var Wa=Ro(function(t,e,n){return t+(n?"-":"")+e.toLowerCase()}),Pa=Ro(function(t,e,n){return t+(n?" ":"")+e.toLowerCase()}),Ua=Co("toLowerCase");var Ba=Ro(function(t,e,n){return t+(n?"_":"")+e.toLowerCase()});var Fa=Ro(function(t,e,n){return t+(n?" ":"")+Ha(e)});var $a=Ro(function(t,e,n){return t+(n?" ":"")+e.toUpperCase()}),Ha=Co("toUpperCase");function qa(t,e,n){return t=pa(t),(e=n?r:e)===r?function(t){return oe.test(t)}(t)?function(t){return t.match(ne)||[]}(t):function(t){return t.match(lt)||[]}(t):t.match(e)||[]}var Ga=Hr(function(t,e){try{return Ee(t,r,e)}catch(t){return Hu(t)?t:new xt(t)}}),Va=Jo(function(t,e){return Le(e,function(e){e=Ri(e),Qn(t,e,Su(t[e],t))}),t});function Ka(t){return function(){return t}}var Za=Io(),Ya=Io(!0);function Ja(t){return t}function Xa(t){return Or("function"==typeof t?t:nr(t,1))}var Qa=Hr(function(t,e){return function(n){return xr(n,t,e)}}),tc=Hr(function(t,e){return function(n){return xr(t,n,e)}});function ec(t,e,n){var r=Aa(e),o=vr(e,r);null!=n||Ku(e)&&(o.length||!r.length)||(n=e,e=t,t=this,o=vr(e,Aa(e)));var i=!(Ku(n)&&"chain"in n&&!n.chain),u=qu(t);return Le(o,function(n){var r=e[n];t[n]=r,u&&(t.prototype[n]=function(){var e=this.__chain__;if(i||e){var n=t(this.__wrapped__);return(n.__actions__=xo(this.__actions__)).push({func:r,args:arguments,thisArg:t}),n.__chain__=e,n}return r.apply(t,De([this.value()],arguments))})}),t}function nc(){}var rc=Wo(Ie),oc=Wo(Ce),ic=Wo(We);function uc(t){return _i(t)?Ge(Ri(t)):function(t){return function(e){return dr(e,t)}}(t)}var ac=Uo(),cc=Uo(!0);function fc(){return[]}function lc(){return!1}var sc=Mo(function(t,e){return t+e},0),pc=$o("ceil"),hc=Mo(function(t,e){return t/e},1),gc=$o("floor");var _c,vc=Mo(function(t,e){return t*e},1),dc=$o("round"),yc=Mo(function(t,e){return t-e},0);return Bn.after=function(t,e){if("function"!=typeof e)throw new Ct(o);return t=ca(t),function(){if(--t<1)return e.apply(this,arguments)}},Bn.ary=wu,Bn.assign=ha,Bn.assignIn=ga,Bn.assignInWith=_a,Bn.assignWith=va,Bn.at=da,Bn.before=ku,Bn.bind=Su,Bn.bindAll=Va,Bn.bindKey=xu,Bn.castArray=function(){if(!arguments.length)return[];var t=arguments[0];return Wu(t)?t:[t]},Bn.chain=uu,Bn.chunk=function(t,e,n){e=(n?gi(t,e,n):e===r)?1:mn(ca(e),0);var o=null==t?0:t.length;if(!o||e<1)return[];for(var i=0,u=0,a=ut(_e(o/e));i<o;)a[u++]=Jr(t,i,i+=e);return a},Bn.compact=function(t){for(var e=-1,n=null==t?0:t.length,r=0,o=[];++e<n;){var i=t[e];i&&(o[r++]=i)}return o},Bn.concat=function(){var t=arguments.length;if(!t)return[];for(var e=ut(t-1),n=arguments[0],r=t;r--;)e[r-1]=arguments[r];return De(Wu(n)?xo(n):[n],sr(e,1))},Bn.cond=function(t){var e=null==t?0:t.length,n=ri();return t=e?Ie(t,function(t){if("function"!=typeof t[1])throw new Ct(o);return[n(t[0]),t[1]]}):[],Hr(function(n){for(var r=-1;++r<e;){var o=t[r];if(Ee(o[0],this,n))return Ee(o[1],this,n)}})},Bn.conforms=function(t){return function(t){var e=Aa(t);return function(n){return rr(n,t,e)}}(nr(t,1))},Bn.constant=Ka,Bn.countBy=fu,Bn.create=function(t,e){var n=Fn(t);return null==e?n:Xn(n,e)},Bn.curry=function t(e,n,o){var i=Go(e,8,r,r,r,r,r,n=o?r:n);return i.placeholder=t.placeholder,i},Bn.curryRight=function t(e,n,o){var i=Go(e,a,r,r,r,r,r,n=o?r:n);return i.placeholder=t.placeholder,i},Bn.debounce=Au,Bn.defaults=ya,Bn.defaultsDeep=ma,Bn.defer=Eu,Bn.delay=Tu,Bn.difference=Ii,Bn.differenceBy=Di,Bn.differenceWith=zi,Bn.drop=function(t,e,n){var o=null==t?0:t.length;return o?Jr(t,(e=n||e===r?1:ca(e))<0?0:e,o):[]},Bn.dropRight=function(t,e,n){var o=null==t?0:t.length;return o?Jr(t,0,(e=o-(e=n||e===r?1:ca(e)))<0?0:e):[]},Bn.dropRightWhile=function(t,e){return t&&t.length?ao(t,ri(e,3),!0,!0):[]},Bn.dropWhile=function(t,e){return t&&t.length?ao(t,ri(e,3),!0):[]},Bn.fill=function(t,e,n,o){var i=null==t?0:t.length;return i?(n&&"number"!=typeof n&&gi(t,e,n)&&(n=0,o=i),function(t,e,n,o){var i=t.length;for((n=ca(n))<0&&(n=-n>i?0:i+n),(o=o===r||o>i?i:ca(o))<0&&(o+=i),o=n>o?0:fa(o);n<o;)t[n++]=e;return t}(t,e,n,o)):[]},Bn.filter=function(t,e){return(Wu(t)?Re:lr)(t,ri(e,3))},Bn.flatMap=function(t,e){return sr(du(t,e),1)},Bn.flatMapDeep=function(t,e){return sr(du(t,e),p)},Bn.flatMapDepth=function(t,e,n){return n=n===r?1:ca(n),sr(du(t,e),n)},Bn.flatten=Pi,Bn.flattenDeep=function(t){return(null==t?0:t.length)?sr(t,p):[]},Bn.flattenDepth=function(t,e){return(null==t?0:t.length)?sr(t,e=e===r?1:ca(e)):[]},Bn.flip=function(t){return Go(t,512)},Bn.flow=Za,Bn.flowRight=Ya,Bn.fromPairs=function(t){for(var e=-1,n=null==t?0:t.length,r={};++e<n;){var o=t[e];r[o[0]]=o[1]}return r},Bn.functions=function(t){return null==t?[]:vr(t,Aa(t))},Bn.functionsIn=function(t){return null==t?[]:vr(t,Ea(t))},Bn.groupBy=gu,Bn.initial=function(t){return(null==t?0:t.length)?Jr(t,0,-1):[]},Bn.intersection=Bi,Bn.intersectionBy=Fi,Bn.intersectionWith=$i,Bn.invert=ka,Bn.invertBy=Sa,Bn.invokeMap=_u,Bn.iteratee=Xa,Bn.keyBy=vu,Bn.keys=Aa,Bn.keysIn=Ea,Bn.map=du,Bn.mapKeys=function(t,e){var n={};return e=ri(e,3),gr(t,function(t,r,o){Qn(n,e(t,r,o),t)}),n},Bn.mapValues=function(t,e){var n={};return e=ri(e,3),gr(t,function(t,r,o){Qn(n,r,e(t,r,o))}),n},Bn.matches=function(t){return Ir(nr(t,1))},Bn.matchesProperty=function(t,e){return Dr(t,nr(e,1))},Bn.memoize=Lu,Bn.merge=Ta,Bn.mergeWith=La,Bn.method=Qa,Bn.methodOf=tc,Bn.mixin=ec,Bn.negate=Ou,Bn.nthArg=function(t){return t=ca(t),Hr(function(e){return Mr(e,t)})},Bn.omit=Oa,Bn.omitBy=function(t,e){return Ra(t,Ou(ri(e)))},Bn.once=function(t){return ku(2,t)},Bn.orderBy=function(t,e,n,o){return null==t?[]:(Wu(e)||(e=null==e?[]:[e]),Wu(n=o?r:n)||(n=null==n?[]:[n]),Wr(t,e,n))},Bn.over=rc,Bn.overArgs=Cu,Bn.overEvery=oc,Bn.overSome=ic,Bn.partial=Ru,Bn.partialRight=ju,Bn.partition=yu,Bn.pick=Ca,Bn.pickBy=Ra,Bn.property=uc,Bn.propertyOf=function(t){return function(e){return null==t?r:dr(t,e)}},Bn.pull=qi,Bn.pullAll=Gi,Bn.pullAllBy=function(t,e,n){return t&&t.length&&e&&e.length?Ur(t,e,ri(n,2)):t},Bn.pullAllWith=function(t,e,n){return t&&t.length&&e&&e.length?Ur(t,e,r,n):t},Bn.pullAt=Vi,Bn.range=ac,Bn.rangeRight=cc,Bn.rearg=Nu,Bn.reject=function(t,e){return(Wu(t)?Re:lr)(t,Ou(ri(e,3)))},Bn.remove=function(t,e){var n=[];if(!t||!t.length)return n;var r=-1,o=[],i=t.length;for(e=ri(e,3);++r<i;){var u=t[r];e(u,r,t)&&(n.push(u),o.push(r))}return Br(t,o),n},Bn.rest=function(t,e){if("function"!=typeof t)throw new Ct(o);return Hr(t,e=e===r?e:ca(e))},Bn.reverse=Ki,Bn.sampleSize=function(t,e,n){return e=(n?gi(t,e,n):e===r)?1:ca(e),(Wu(t)?Gn:Gr)(t,e)},Bn.set=function(t,e,n){return null==t?t:Vr(t,e,n)},Bn.setWith=function(t,e,n,o){return o="function"==typeof o?o:r,null==t?t:Vr(t,e,n,o)},Bn.shuffle=function(t){return(Wu(t)?Vn:Yr)(t)},Bn.slice=function(t,e,n){var o=null==t?0:t.length;return o?(n&&"number"!=typeof n&&gi(t,e,n)?(e=0,n=o):(e=null==e?0:ca(e),n=n===r?o:ca(n)),Jr(t,e,n)):[]},Bn.sortBy=mu,Bn.sortedUniq=function(t){return t&&t.length?eo(t):[]},Bn.sortedUniqBy=function(t,e){return t&&t.length?eo(t,ri(e,2)):[]},Bn.split=function(t,e,n){return n&&"number"!=typeof n&&gi(t,e,n)&&(e=n=r),(n=n===r?_:n>>>0)?(t=pa(t))&&("string"==typeof e||null!=e&&!Qu(e))&&!(e=ro(e))&&an(t)?_o(gn(t),0,n):t.split(e,n):[]},Bn.spread=function(t,e){if("function"!=typeof t)throw new Ct(o);return e=null==e?0:mn(ca(e),0),Hr(function(n){var r=n[e],o=_o(n,0,e);return r&&De(o,r),Ee(t,this,o)})},Bn.tail=function(t){var e=null==t?0:t.length;return e?Jr(t,1,e):[]},Bn.take=function(t,e,n){return t&&t.length?Jr(t,0,(e=n||e===r?1:ca(e))<0?0:e):[]},Bn.takeRight=function(t,e,n){var o=null==t?0:t.length;return o?Jr(t,(e=o-(e=n||e===r?1:ca(e)))<0?0:e,o):[]},Bn.takeRightWhile=function(t,e){return t&&t.length?ao(t,ri(e,3),!1,!0):[]},Bn.takeWhile=function(t,e){return t&&t.length?ao(t,ri(e,3)):[]},Bn.tap=function(t,e){return e(t),t},Bn.throttle=function(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new Ct(o);return Ku(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Au(t,e,{leading:r,maxWait:e,trailing:i})},Bn.thru=au,Bn.toArray=ua,Bn.toPairs=ja,Bn.toPairsIn=Na,Bn.toPath=function(t){return Wu(t)?Ie(t,Ri):na(t)?[t]:xo(Ci(pa(t)))},Bn.toPlainObject=sa,Bn.transform=function(t,e,n){var r=Wu(t),o=r||Fu(t)||ra(t);if(e=ri(e,4),null==n){var i=t&&t.constructor;n=o?r?new i:[]:Ku(t)&&qu(i)?Fn(Vt(t)):{}}return(o?Le:gr)(t,function(t,r,o){return e(n,t,r,o)}),n},Bn.unary=function(t){return wu(t,1)},Bn.union=Zi,Bn.unionBy=Yi,Bn.unionWith=Ji,Bn.uniq=function(t){return t&&t.length?oo(t):[]},Bn.uniqBy=function(t,e){return t&&t.length?oo(t,ri(e,2)):[]},Bn.uniqWith=function(t,e){return e="function"==typeof e?e:r,t&&t.length?oo(t,r,e):[]},Bn.unset=function(t,e){return null==t||io(t,e)},Bn.unzip=Xi,Bn.unzipWith=Qi,Bn.update=function(t,e,n){return null==t?t:uo(t,e,po(n))},Bn.updateWith=function(t,e,n,o){return o="function"==typeof o?o:r,null==t?t:uo(t,e,po(n),o)},Bn.values=Ia,Bn.valuesIn=function(t){return null==t?[]:Qe(t,Ea(t))},Bn.without=tu,Bn.words=qa,Bn.wrap=function(t,e){return Ru(po(e),t)},Bn.xor=eu,Bn.xorBy=nu,Bn.xorWith=ru,Bn.zip=ou,Bn.zipObject=function(t,e){return lo(t||[],e||[],Zn)},Bn.zipObjectDeep=function(t,e){return lo(t||[],e||[],Vr)},Bn.zipWith=iu,Bn.entries=ja,Bn.entriesIn=Na,Bn.extend=ga,Bn.extendWith=_a,ec(Bn,Bn),Bn.add=sc,Bn.attempt=Ga,Bn.camelCase=Da,Bn.capitalize=za,Bn.ceil=pc,Bn.clamp=function(t,e,n){return n===r&&(n=e,e=r),n!==r&&(n=(n=la(n))==n?n:0),e!==r&&(e=(e=la(e))==e?e:0),er(la(t),e,n)},Bn.clone=function(t){return nr(t,4)},Bn.cloneDeep=function(t){return nr(t,5)},Bn.cloneDeepWith=function(t,e){return nr(t,5,e="function"==typeof e?e:r)},Bn.cloneWith=function(t,e){return nr(t,4,e="function"==typeof e?e:r)},Bn.conformsTo=function(t,e){return null==e||rr(t,e,Aa(e))},Bn.deburr=Ma,Bn.defaultTo=function(t,e){return null==t||t!=t?e:t},Bn.divide=hc,Bn.endsWith=function(t,e,n){t=pa(t),e=ro(e);var o=t.length,i=n=n===r?o:er(ca(n),0,o);return(n-=e.length)>=0&&t.slice(n,i)==e},Bn.eq=Iu,Bn.escape=function(t){return(t=pa(t))&&Y.test(t)?t.replace(K,on):t},Bn.escapeRegExp=function(t){return(t=pa(t))&&ot.test(t)?t.replace(rt,"\\$&"):t},Bn.every=function(t,e,n){var o=Wu(t)?Ce:cr;return n&&gi(t,e,n)&&(e=r),o(t,ri(e,3))},Bn.find=lu,Bn.findIndex=Mi,Bn.findKey=function(t,e){return Ue(t,ri(e,3),gr)},Bn.findLast=su,Bn.findLastIndex=Wi,Bn.findLastKey=function(t,e){return Ue(t,ri(e,3),_r)},Bn.floor=gc,Bn.forEach=pu,Bn.forEachRight=hu,Bn.forIn=function(t,e){return null==t?t:pr(t,ri(e,3),Ea)},Bn.forInRight=function(t,e){return null==t?t:hr(t,ri(e,3),Ea)},Bn.forOwn=function(t,e){return t&&gr(t,ri(e,3))},Bn.forOwnRight=function(t,e){return t&&_r(t,ri(e,3))},Bn.get=ba,Bn.gt=Du,Bn.gte=zu,Bn.has=function(t,e){return null!=t&&li(t,e,wr)},Bn.hasIn=wa,Bn.head=Ui,Bn.identity=Ja,Bn.includes=function(t,e,n,r){t=Uu(t)?t:Ia(t),n=n&&!r?ca(n):0;var o=t.length;return n<0&&(n=mn(o+n,0)),ea(t)?n<=o&&t.indexOf(e,n)>-1:!!o&&Fe(t,e,n)>-1},Bn.indexOf=function(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var o=null==n?0:ca(n);return o<0&&(o=mn(r+o,0)),Fe(t,e,o)},Bn.inRange=function(t,e,n){return e=aa(e),n===r?(n=e,e=0):n=aa(n),function(t,e,n){return t>=bn(e,n)&&t<mn(e,n)}(t=la(t),e,n)},Bn.invoke=xa,Bn.isArguments=Mu,Bn.isArray=Wu,Bn.isArrayBuffer=Pu,Bn.isArrayLike=Uu,Bn.isArrayLikeObject=Bu,Bn.isBoolean=function(t){return!0===t||!1===t||Zu(t)&&mr(t)==m},Bn.isBuffer=Fu,Bn.isDate=$u,Bn.isElement=function(t){return Zu(t)&&1===t.nodeType&&!Xu(t)},Bn.isEmpty=function(t){if(null==t)return!0;if(Uu(t)&&(Wu(t)||"string"==typeof t||"function"==typeof t.splice||Fu(t)||ra(t)||Mu(t)))return!t.length;var e=fi(t);if(e==x||e==O)return!t.size;if(yi(t))return!Cr(t).length;for(var n in t)if(zt.call(t,n))return!1;return!0},Bn.isEqual=function(t,e){return Er(t,e)},Bn.isEqualWith=function(t,e,n){var o=(n="function"==typeof n?n:r)?n(t,e):r;return o===r?Er(t,e,r,n):!!o},Bn.isError=Hu,Bn.isFinite=function(t){return"number"==typeof t&&Pe(t)},Bn.isFunction=qu,Bn.isInteger=Gu,Bn.isLength=Vu,Bn.isMap=Yu,Bn.isMatch=function(t,e){return t===e||Tr(t,e,ii(e))},Bn.isMatchWith=function(t,e,n){return n="function"==typeof n?n:r,Tr(t,e,ii(e),n)},Bn.isNaN=function(t){return Ju(t)&&t!=+t},Bn.isNative=function(t){if(di(t))throw new xt("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Lr(t)},Bn.isNil=function(t){return null==t},Bn.isNull=function(t){return null===t},Bn.isNumber=Ju,Bn.isObject=Ku,Bn.isObjectLike=Zu,Bn.isPlainObject=Xu,Bn.isRegExp=Qu,Bn.isSafeInteger=function(t){return Gu(t)&&t>=-9007199254740991&&t<=h},Bn.isSet=ta,Bn.isString=ea,Bn.isSymbol=na,Bn.isTypedArray=ra,Bn.isUndefined=function(t){return t===r},Bn.isWeakMap=function(t){return Zu(t)&&fi(t)==j},Bn.isWeakSet=function(t){return Zu(t)&&"[object WeakSet]"==mr(t)},Bn.join=function(t,e){return null==t?"":Ve.call(t,e)},Bn.kebabCase=Wa,Bn.last=Hi,Bn.lastIndexOf=function(t,e,n){var o=null==t?0:t.length;if(!o)return-1;var i=o;return n!==r&&(i=(i=ca(n))<0?mn(o+i,0):bn(i,o-1)),e==e?function(t,e,n){for(var r=n+1;r--;)if(t[r]===e)return r;return r}(t,e,i):Be(t,He,i,!0)},Bn.lowerCase=Pa,Bn.lowerFirst=Ua,Bn.lt=oa,Bn.lte=ia,Bn.max=function(t){return t&&t.length?fr(t,Ja,br):r},Bn.maxBy=function(t,e){return t&&t.length?fr(t,ri(e,2),br):r},Bn.mean=function(t){return qe(t,Ja)},Bn.meanBy=function(t,e){return qe(t,ri(e,2))},Bn.min=function(t){return t&&t.length?fr(t,Ja,jr):r},Bn.minBy=function(t,e){return t&&t.length?fr(t,ri(e,2),jr):r},Bn.stubArray=fc,Bn.stubFalse=lc,Bn.stubObject=function(){return{}},Bn.stubString=function(){return""},Bn.stubTrue=function(){return!0},Bn.multiply=vc,Bn.nth=function(t,e){return t&&t.length?Mr(t,ca(e)):r},Bn.noConflict=function(){return ge._===this&&(ge._=Bt),this},Bn.noop=nc,Bn.now=bu,Bn.pad=function(t,e,n){t=pa(t);var r=(e=ca(e))?hn(t):0;if(!e||r>=e)return t;var o=(e-r)/2;return Po(ve(o),n)+t+Po(_e(o),n)},Bn.padEnd=function(t,e,n){t=pa(t);var r=(e=ca(e))?hn(t):0;return e&&r<e?t+Po(e-r,n):t},Bn.padStart=function(t,e,n){t=pa(t);var r=(e=ca(e))?hn(t):0;return e&&r<e?Po(e-r,n)+t:t},Bn.parseInt=function(t,e,n){return n||null==e?e=0:e&&(e=+e),kn(pa(t).replace(it,""),e||0)},Bn.random=function(t,e,n){if(n&&"boolean"!=typeof n&&gi(t,e,n)&&(e=n=r),n===r&&("boolean"==typeof e?(n=e,e=r):"boolean"==typeof t&&(n=t,t=r)),t===r&&e===r?(t=0,e=1):(t=aa(t),e===r?(e=t,t=0):e=aa(e)),t>e){var o=t;t=e,e=o}if(n||t%1||e%1){var i=Sn();return bn(t+i*(e-t+le("1e-"+((i+"").length-1))),e)}return Fr(t,e)},Bn.reduce=function(t,e,n){var r=Wu(t)?ze:Ke,o=arguments.length<3;return r(t,ri(e,4),n,o,ur)},Bn.reduceRight=function(t,e,n){var r=Wu(t)?Me:Ke,o=arguments.length<3;return r(t,ri(e,4),n,o,ar)},Bn.repeat=function(t,e,n){return e=(n?gi(t,e,n):e===r)?1:ca(e),$r(pa(t),e)},Bn.replace=function(){var t=arguments,e=pa(t[0]);return t.length<3?e:e.replace(t[1],t[2])},Bn.result=function(t,e,n){var o=-1,i=(e=ho(e,t)).length;for(i||(i=1,t=r);++o<i;){var u=null==t?r:t[Ri(e[o])];u===r&&(o=i,u=n),t=qu(u)?u.call(t):u}return t},Bn.round=dc,Bn.runInContext=t,Bn.sample=function(t){return(Wu(t)?qn:qr)(t)},Bn.size=function(t){if(null==t)return 0;if(Uu(t))return ea(t)?hn(t):t.length;var e=fi(t);return e==x||e==O?t.size:Cr(t).length},Bn.snakeCase=Ba,Bn.some=function(t,e,n){var o=Wu(t)?We:Xr;return n&&gi(t,e,n)&&(e=r),o(t,ri(e,3))},Bn.sortedIndex=function(t,e){return Qr(t,e)},Bn.sortedIndexBy=function(t,e,n){return to(t,e,ri(n,2))},Bn.sortedIndexOf=function(t,e){var n=null==t?0:t.length;if(n){var r=Qr(t,e);if(r<n&&Iu(t[r],e))return r}return-1},Bn.sortedLastIndex=function(t,e){return Qr(t,e,!0)},Bn.sortedLastIndexBy=function(t,e,n){return to(t,e,ri(n,2),!0)},Bn.sortedLastIndexOf=function(t,e){if(null==t?0:t.length){var n=Qr(t,e,!0)-1;if(Iu(t[n],e))return n}return-1},Bn.startCase=Fa,Bn.startsWith=function(t,e,n){return t=pa(t),n=null==n?0:er(ca(n),0,t.length),e=ro(e),t.slice(n,n+e.length)==e},Bn.subtract=yc,Bn.sum=function(t){return t&&t.length?Ze(t,Ja):0},Bn.sumBy=function(t,e){return t&&t.length?Ze(t,ri(e,2)):0},Bn.template=function(t,e,n){var o=Bn.templateSettings;n&&gi(t,e,n)&&(e=r),t=pa(t),e=_a({},e,o,Vo);var i,u,a=_a({},e.imports,o.imports,Vo),c=Aa(a),f=Qe(a,c),l=0,s=e.interpolate||wt,p="__p += '",h=Lt((e.escape||wt).source+"|"+s.source+"|"+(s===Q?ht:wt).source+"|"+(e.evaluate||wt).source+"|$","g"),g="//# sourceURL="+(zt.call(e,"sourceURL")?(e.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++ue+"]")+"\n";t.replace(h,function(e,n,r,o,a,c){return r||(r=o),p+=t.slice(l,c).replace(kt,un),n&&(i=!0,p+="' +\n__e("+n+") +\n'"),a&&(u=!0,p+="';\n"+a+";\n__p += '"),r&&(p+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),l=c+e.length,e}),p+="';\n";var _=zt.call(e,"variable")&&e.variable;if(_){if(st.test(_))throw new xt("Invalid `variable` option passed into `_.template`")}else p="with (obj) {\n"+p+"\n}\n";p=(u?p.replace(H,""):p).replace(q,"$1").replace(G,"$1;"),p="function("+(_||"obj")+") {\n"+(_?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(i?", __e = _.escape":"")+(u?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+p+"return __p\n}";var v=Ga(function(){return At(c,g+"return "+p).apply(r,f)});if(v.source=p,Hu(v))throw v;return v},Bn.times=function(t,e){if((t=ca(t))<1||t>h)return[];var n=_,r=bn(t,_);e=ri(e),t-=_;for(var o=Ye(r,e);++n<t;)e(n);return o},Bn.toFinite=aa,Bn.toInteger=ca,Bn.toLength=fa,Bn.toLower=function(t){return pa(t).toLowerCase()},Bn.toNumber=la,Bn.toSafeInteger=function(t){return t?er(ca(t),-9007199254740991,h):0===t?t:0},Bn.toString=pa,Bn.toUpper=function(t){return pa(t).toUpperCase()},Bn.trim=function(t,e,n){if((t=pa(t))&&(n||e===r))return Je(t);if(!t||!(e=ro(e)))return t;var o=gn(t),i=gn(e);return _o(o,en(o,i),nn(o,i)+1).join("")},Bn.trimEnd=function(t,e,n){if((t=pa(t))&&(n||e===r))return t.slice(0,_n(t)+1);if(!t||!(e=ro(e)))return t;var o=gn(t);return _o(o,0,nn(o,gn(e))+1).join("")},Bn.trimStart=function(t,e,n){if((t=pa(t))&&(n||e===r))return t.replace(it,"");if(!t||!(e=ro(e)))return t;var o=gn(t);return _o(o,en(o,gn(e))).join("")},Bn.truncate=function(t,e){var n=30,o="...";if(Ku(e)){var i="separator"in e?e.separator:i;n="length"in e?ca(e.length):n,o="omission"in e?ro(e.omission):o}var u=(t=pa(t)).length;if(an(t)){var a=gn(t);u=a.length}if(n>=u)return t;var c=n-hn(o);if(c<1)return o;var f=a?_o(a,0,c).join(""):t.slice(0,c);if(i===r)return f+o;if(a&&(c+=f.length-c),Qu(i)){if(t.slice(c).search(i)){var l,s=f;for(i.global||(i=Lt(i.source,pa(gt.exec(i))+"g")),i.lastIndex=0;l=i.exec(s);)var p=l.index;f=f.slice(0,p===r?c:p)}}else if(t.indexOf(ro(i),c)!=c){var h=f.lastIndexOf(i);h>-1&&(f=f.slice(0,h))}return f+o},Bn.unescape=function(t){return(t=pa(t))&&Z.test(t)?t.replace(V,vn):t},Bn.uniqueId=function(t){var e=++Mt;return pa(t)+e},Bn.upperCase=$a,Bn.upperFirst=Ha,Bn.each=pu,Bn.eachRight=hu,Bn.first=Ui,ec(Bn,(_c={},gr(Bn,function(t,e){zt.call(Bn.prototype,e)||(_c[e]=t)}),_c),{chain:!1}),Bn.VERSION="4.17.21",Le(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){Bn[t].placeholder=Bn}),Le(["drop","take"],function(t,e){LazyWrapper.prototype[t]=function(n){n=n===r?1:mn(ca(n),0);var o=this.__filtered__&&!e?new LazyWrapper(this):this.clone();return o.__filtered__?o.__takeCount__=bn(n,o.__takeCount__):o.__views__.push({size:bn(n,_),type:t+(o.__dir__<0?"Right":"")}),o},LazyWrapper.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}}),Le(["filter","map","takeWhile"],function(t,e){var n=e+1,r=1==n||3==n;LazyWrapper.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:ri(t,3),type:n}),e.__filtered__=e.__filtered__||r,e}}),Le(["head","last"],function(t,e){var n="take"+(e?"Right":"");LazyWrapper.prototype[t]=function(){return this[n](1).value()[0]}}),Le(["initial","tail"],function(t,e){var n="drop"+(e?"":"Right");LazyWrapper.prototype[t]=function(){return this.__filtered__?new LazyWrapper(this):this[n](1)}}),LazyWrapper.prototype.compact=function(){return this.filter(Ja)},LazyWrapper.prototype.find=function(t){return this.filter(t).head()},LazyWrapper.prototype.findLast=function(t){return this.reverse().find(t)},LazyWrapper.prototype.invokeMap=Hr(function(t,e){return"function"==typeof t?new LazyWrapper(this):this.map(function(n){return xr(n,t,e)})}),LazyWrapper.prototype.reject=function(t){return this.filter(Ou(ri(t)))},LazyWrapper.prototype.slice=function(t,e){t=ca(t);var n=this;return n.__filtered__&&(t>0||e<0)?new LazyWrapper(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==r&&(n=(e=ca(e))<0?n.dropRight(-e):n.take(e-t)),n)},LazyWrapper.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},LazyWrapper.prototype.toArray=function(){return this.take(_)},gr(LazyWrapper.prototype,function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),o=/^(?:head|last)$/.test(e),i=Bn[o?"take"+("last"==e?"Right":""):e],u=o||/^find/.test(e);i&&(Bn.prototype[e]=function(){var e=this.__wrapped__,a=o?[1]:arguments,c=e instanceof LazyWrapper,f=a[0],l=c||Wu(e),s=function(t){var e=i.apply(Bn,De([t],a));return o&&p?e[0]:e};l&&n&&"function"==typeof f&&1!=f.length&&(c=l=!1);var p=this.__chain__,h=!!this.__actions__.length,g=u&&!p,_=c&&!h;if(!u&&l){e=_?e:new LazyWrapper(this);var v=t.apply(e,a);return v.__actions__.push({func:au,args:[s],thisArg:r}),new LodashWrapper(v,p)}return g&&_?t.apply(this,a):(v=this.thru(s),g?o?v.value()[0]:v.value():v)})}),Le(["pop","push","shift","sort","splice","unshift"],function(t){var e=Rt[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",r=/^(?:pop|shift)$/.test(t);Bn.prototype[t]=function(){var t=arguments;if(r&&!this.__chain__){var o=this.value();return e.apply(Wu(o)?o:[],t)}return this[n](function(n){return e.apply(Wu(n)?n:[],t)})}}),gr(LazyWrapper.prototype,function(t,e){var n=Bn[e];if(n){var r=n.name+"";zt.call(jn,r)||(jn[r]=[]),jn[r].push({name:e,func:n})}}),jn[Do(r,2).name]=[{name:"wrapper",func:r}],LazyWrapper.prototype.clone=function(){var t=new LazyWrapper(this.__wrapped__);return t.__actions__=xo(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=xo(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=xo(this.__views__),t},LazyWrapper.prototype.reverse=function(){if(this.__filtered__){var t=new LazyWrapper(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},LazyWrapper.prototype.value=function(){var t=this.__wrapped__.value(),e=this.__dir__,n=Wu(t),r=e<0,o=n?t.length:0,i=function(t,e,n){var r=-1,o=n.length;for(;++r<o;){var i=n[r],u=i.size;switch(i.type){case"drop":t+=u;break;case"dropRight":e-=u;break;case"take":e=bn(e,t+u);break;case"takeRight":t=mn(t,e-u)}}return{start:t,end:e}}(0,o,this.__views__),u=i.start,a=i.end,c=a-u,f=r?a:u-1,l=this.__iteratees__,s=l.length,p=0,h=bn(c,this.__takeCount__);if(!n||!r&&o==c&&h==c)return co(t,this.__actions__);var g=[];t:for(;c--&&p<h;){for(var _=-1,v=t[f+=e];++_<s;){var d=l[_],y=d.iteratee,m=d.type,b=y(v);if(2==m)v=b;else if(!b){if(1==m)continue t;break t}}g[p++]=v}return g},Bn.prototype.at=cu,Bn.prototype.chain=function(){return uu(this)},Bn.prototype.commit=function(){return new LodashWrapper(this.value(),this.__chain__)},Bn.prototype.next=function(){this.__values__===r&&(this.__values__=ua(this.value()));var t=this.__index__>=this.__values__.length;return{done:t,value:t?r:this.__values__[this.__index__++]}},Bn.prototype.plant=function(t){for(var e,n=this;n instanceof $n;){var o=Ni(n);o.__index__=0,o.__values__=r,e?i.__wrapped__=o:e=o;var i=o;n=n.__wrapped__}return i.__wrapped__=t,e},Bn.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof LazyWrapper){var e=t;return this.__actions__.length&&(e=new LazyWrapper(this)),(e=e.reverse()).__actions__.push({func:au,args:[Ki],thisArg:r}),new LodashWrapper(e,this.__chain__)}return this.thru(Ki)},Bn.prototype.toJSON=Bn.prototype.valueOf=Bn.prototype.value=function(){return co(this.__wrapped__,this.__actions__)},Bn.prototype.first=Bn.prototype.head,Xt&&(Bn.prototype[Xt]=function(){return this}),Bn}();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(ge._=dn,define(function(){return dn})):ve?((ve.exports=dn)._=dn,_e._=dn):ge._=dn}.call(this)},362:(t,e,n)=>{"use strict";var r=n(441);function o(){}function i(){}i.resetWarningCache=o,t.exports=function(){function t(t,e,n,o,i,u){if(u!==r){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function e(){return t}t.isRequired=t;var n={array:t,bigint:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:e,element:t,elementType:t,instanceOf:e,node:t,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:i,resetWarningCache:o};return n.PropTypes=n,n}},403:(t,e,n)=>{"use strict";var r=n(664),o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,u=o?Symbol.for("react.portal"):60106,a=o?Symbol.for("react.fragment"):60107,c=o?Symbol.for("react.strict_mode"):60108,f=o?Symbol.for("react.profiler"):60114,l=o?Symbol.for("react.provider"):60109,s=o?Symbol.for("react.context"):60110,p=o?Symbol.for("react.forward_ref"):60112,h=o?Symbol.for("react.suspense"):60113,g=o?Symbol.for("react.memo"):60115,_=o?Symbol.for("react.lazy"):60116,v="function"==typeof Symbol&&Symbol.iterator;function d(t){for(var e="https://reactjs.org/docs/error-decoder.html?invariant="+t,n=1;n<arguments.length;n++)e+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+t+"; visit "+e+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var y={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},m={};function b(t,e,n){this.props=t,this.context=e,this.refs=m,this.updater=n||y}function w(){}function k(t,e,n){this.props=t,this.context=e,this.refs=m,this.updater=n||y}b.prototype.isReactComponent={},b.prototype.setState=function(t,e){if("object"!=typeof t&&"function"!=typeof t&&null!=t)throw Error(d(85));this.updater.enqueueSetState(this,t,e,"setState")},b.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this,t,"forceUpdate")},w.prototype=b.prototype;var S=k.prototype=new w;S.constructor=k,r(S,b.prototype),S.isPureReactComponent=!0;var x={current:null},A=Object.prototype.hasOwnProperty,E={key:!0,ref:!0,__self:!0,__source:!0};function T(t,e,n){var r,o={},u=null,a=null;if(null!=e)for(r in void 0!==e.ref&&(a=e.ref),void 0!==e.key&&(u=""+e.key),e)A.call(e,r)&&!E.hasOwnProperty(r)&&(o[r]=e[r]);var c=arguments.length-2;if(1===c)o.children=n;else if(1<c){for(var f=Array(c),l=0;l<c;l++)f[l]=arguments[l+2];o.children=f}if(t&&t.defaultProps)for(r in c=t.defaultProps)void 0===o[r]&&(o[r]=c[r]);return{$$typeof:i,type:t,key:u,ref:a,props:o,_owner:x.current}}function L(t){return"object"==typeof t&&null!==t&&t.$$typeof===i}var O=/\/+/g,C=[];function R(t,e,n,r){if(C.length){var o=C.pop();return o.result=t,o.keyPrefix=e,o.func=n,o.context=r,o.count=0,o}return{result:t,keyPrefix:e,func:n,context:r,count:0}}function j(t){t.result=null,t.keyPrefix=null,t.func=null,t.context=null,t.count=0,10>C.length&&C.push(t)}function N(t,e,n,r){var o=typeof t;"undefined"!==o&&"boolean"!==o||(t=null);var a=!1;if(null===t)a=!0;else switch(o){case"string":case"number":a=!0;break;case"object":switch(t.$$typeof){case i:case u:a=!0}}if(a)return n(r,t,""===e?"."+D(t,0):e),1;if(a=0,e=""===e?".":e+":",Array.isArray(t))for(var c=0;c<t.length;c++){var f=e+D(o=t[c],c);a+=N(o,f,n,r)}else if(null===t||"object"!=typeof t?f=null:f="function"==typeof(f=v&&t[v]||t["@@iterator"])?f:null,"function"==typeof f)for(t=f.call(t),c=0;!(o=t.next()).done;)a+=N(o=o.value,f=e+D(o,c++),n,r);else if("object"===o)throw n=""+t,Error(d(31,"[object Object]"===n?"object with keys {"+Object.keys(t).join(", ")+"}":n,""));return a}function I(t,e,n){return null==t?0:N(t,"",e,n)}function D(t,e){return"object"==typeof t&&null!==t&&null!=t.key?function(t){var e={"=":"=0",":":"=2"};return"$"+(""+t).replace(/[=:]/g,function(t){return e[t]})}(t.key):e.toString(36)}function z(t,e){t.func.call(t.context,e,t.count++)}function M(t,e,n){var r=t.result,o=t.keyPrefix;t=t.func.call(t.context,e,t.count++),Array.isArray(t)?W(t,r,n,function(t){return t}):null!=t&&(L(t)&&(t=function(t,e){return{$$typeof:i,type:t.type,key:e,ref:t.ref,props:t.props,_owner:t._owner}}(t,o+(!t.key||e&&e.key===t.key?"":(""+t.key).replace(O,"$&/")+"/")+n)),r.push(t))}function W(t,e,n,r,o){var i="";null!=n&&(i=(""+n).replace(O,"$&/")+"/"),I(t,M,e=R(e,i,r,o)),j(e)}var P={current:null};function U(){var t=P.current;if(null===t)throw Error(d(321));return t}var B={ReactCurrentDispatcher:P,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:x,IsSomeRendererActing:{current:!1},assign:r};e.Children={map:function(t,e,n){if(null==t)return t;var r=[];return W(t,r,null,e,n),r},forEach:function(t,e,n){if(null==t)return t;I(t,z,e=R(null,null,e,n)),j(e)},count:function(t){return I(t,function(){return null},null)},toArray:function(t){var e=[];return W(t,e,null,function(t){return t}),e},only:function(t){if(!L(t))throw Error(d(143));return t}},e.Component=b,e.Fragment=a,e.Profiler=f,e.PureComponent=k,e.StrictMode=c,e.Suspense=h,e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=B,e.cloneElement=function(t,e,n){if(null==t)throw Error(d(267,t));var o=r({},t.props),u=t.key,a=t.ref,c=t._owner;if(null!=e){if(void 0!==e.ref&&(a=e.ref,c=x.current),void 0!==e.key&&(u=""+e.key),t.type&&t.type.defaultProps)var f=t.type.defaultProps;for(l in e)A.call(e,l)&&!E.hasOwnProperty(l)&&(o[l]=void 0===e[l]&&void 0!==f?f[l]:e[l])}var l=arguments.length-2;if(1===l)o.children=n;else if(1<l){f=Array(l);for(var s=0;s<l;s++)f[s]=arguments[s+2];o.children=f}return{$$typeof:i,type:t.type,key:u,ref:a,props:o,_owner:c}},e.createContext=function(t,e){return void 0===e&&(e=null),(t={$$typeof:s,_calculateChangedBits:e,_currentValue:t,_currentValue2:t,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:l,_context:t},t.Consumer=t},e.createElement=T,e.createFactory=function(t){var e=T.bind(null,t);return e.type=t,e},e.createRef=function(){return{current:null}},e.forwardRef=function(t){return{$$typeof:p,render:t}},e.isValidElement=L,e.lazy=function(t){return{$$typeof:_,_ctor:t,_status:-1,_result:null}},e.memo=function(t,e){return{$$typeof:g,type:t,compare:void 0===e?null:e}},e.useCallback=function(t,e){return U().useCallback(t,e)},e.useContext=function(t,e){return U().useContext(t,e)},e.useDebugValue=function(){},e.useEffect=function(t,e){return U().useEffect(t,e)},e.useImperativeHandle=function(t,e,n){return U().useImperativeHandle(t,e,n)},e.useLayoutEffect=function(t,e){return U().useLayoutEffect(t,e)},e.useMemo=function(t,e){return U().useMemo(t,e)},e.useReducer=function(t,e,n){return U().useReducer(t,e,n)},e.useRef=function(t){return U().useRef(t)},e.useState=function(t){return U().useState(t)},e.version="16.14.0"},441:t=>{"use strict";t.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},452:t=>{!function(){"use strict";var e={}.hasOwnProperty;function n(){for(var t="",e=0;e<arguments.length;e++){var n=arguments[e];n&&(t=o(t,r(n)))}return t}function r(t){if("string"==typeof t||"number"==typeof t)return t;if("object"!=typeof t)return"";if(Array.isArray(t))return n.apply(null,t);if(t.toString!==Object.prototype.toString&&!t.toString.toString().includes("[native code]"))return t.toString();var r="";for(var i in t)e.call(t,i)&&t[i]&&(r=o(r,i));return r}function o(t,e){return e?t?t+" "+e:t+e:t}t.exports?(n.default=n,t.exports=n):"function"==typeof define&&"object"==typeof define.amd&&define.amd?define("classnames",[],function(){return n}):window.classNames=n}()},523:(t,e,n)=>{!function(){var e=n(919),r=n(987).utf8,o=n(634),i=n(987).bin,u=function(t,n){t.constructor==String?t=n&&"binary"===n.encoding?i.stringToBytes(t):r.stringToBytes(t):o(t)?t=Array.prototype.slice.call(t,0):Array.isArray(t)||t.constructor===Uint8Array||(t=t.toString());for(var a=e.bytesToWords(t),c=8*t.length,f=1732584193,l=-271733879,s=-1732584194,p=271733878,h=0;h<a.length;h++)a[h]=16711935&(a[h]<<8|a[h]>>>24)|4278255360&(a[h]<<24|a[h]>>>8);a[c>>>5]|=128<<c%32,a[14+(c+64>>>9<<4)]=c;var g=u._ff,_=u._gg,v=u._hh,d=u._ii;for(h=0;h<a.length;h+=16){var y=f,m=l,b=s,w=p;f=g(f,l,s,p,a[h+0],7,-680876936),p=g(p,f,l,s,a[h+1],12,-389564586),s=g(s,p,f,l,a[h+2],17,606105819),l=g(l,s,p,f,a[h+3],22,-1044525330),f=g(f,l,s,p,a[h+4],7,-176418897),p=g(p,f,l,s,a[h+5],12,1200080426),s=g(s,p,f,l,a[h+6],17,-1473231341),l=g(l,s,p,f,a[h+7],22,-45705983),f=g(f,l,s,p,a[h+8],7,1770035416),p=g(p,f,l,s,a[h+9],12,-1958414417),s=g(s,p,f,l,a[h+10],17,-42063),l=g(l,s,p,f,a[h+11],22,-1990404162),f=g(f,l,s,p,a[h+12],7,1804603682),p=g(p,f,l,s,a[h+13],12,-40341101),s=g(s,p,f,l,a[h+14],17,-1502002290),f=_(f,l=g(l,s,p,f,a[h+15],22,1236535329),s,p,a[h+1],5,-165796510),p=_(p,f,l,s,a[h+6],9,-1069501632),s=_(s,p,f,l,a[h+11],14,643717713),l=_(l,s,p,f,a[h+0],20,-373897302),f=_(f,l,s,p,a[h+5],5,-701558691),p=_(p,f,l,s,a[h+10],9,38016083),s=_(s,p,f,l,a[h+15],14,-660478335),l=_(l,s,p,f,a[h+4],20,-405537848),f=_(f,l,s,p,a[h+9],5,568446438),p=_(p,f,l,s,a[h+14],9,-1019803690),s=_(s,p,f,l,a[h+3],14,-187363961),l=_(l,s,p,f,a[h+8],20,1163531501),f=_(f,l,s,p,a[h+13],5,-1444681467),p=_(p,f,l,s,a[h+2],9,-51403784),s=_(s,p,f,l,a[h+7],14,1735328473),f=v(f,l=_(l,s,p,f,a[h+12],20,-1926607734),s,p,a[h+5],4,-378558),p=v(p,f,l,s,a[h+8],11,-2022574463),s=v(s,p,f,l,a[h+11],16,1839030562),l=v(l,s,p,f,a[h+14],23,-35309556),f=v(f,l,s,p,a[h+1],4,-1530992060),p=v(p,f,l,s,a[h+4],11,1272893353),s=v(s,p,f,l,a[h+7],16,-155497632),l=v(l,s,p,f,a[h+10],23,-1094730640),f=v(f,l,s,p,a[h+13],4,681279174),p=v(p,f,l,s,a[h+0],11,-358537222),s=v(s,p,f,l,a[h+3],16,-722521979),l=v(l,s,p,f,a[h+6],23,76029189),f=v(f,l,s,p,a[h+9],4,-640364487),p=v(p,f,l,s,a[h+12],11,-421815835),s=v(s,p,f,l,a[h+15],16,530742520),f=d(f,l=v(l,s,p,f,a[h+2],23,-995338651),s,p,a[h+0],6,-198630844),p=d(p,f,l,s,a[h+7],10,1126891415),s=d(s,p,f,l,a[h+14],15,-1416354905),l=d(l,s,p,f,a[h+5],21,-57434055),f=d(f,l,s,p,a[h+12],6,1700485571),p=d(p,f,l,s,a[h+3],10,-1894986606),s=d(s,p,f,l,a[h+10],15,-1051523),l=d(l,s,p,f,a[h+1],21,-2054922799),f=d(f,l,s,p,a[h+8],6,1873313359),p=d(p,f,l,s,a[h+15],10,-30611744),s=d(s,p,f,l,a[h+6],15,-1560198380),l=d(l,s,p,f,a[h+13],21,1309151649),f=d(f,l,s,p,a[h+4],6,-145523070),p=d(p,f,l,s,a[h+11],10,-1120210379),s=d(s,p,f,l,a[h+2],15,718787259),l=d(l,s,p,f,a[h+9],21,-343485551),f=f+y>>>0,l=l+m>>>0,s=s+b>>>0,p=p+w>>>0}return e.endian([f,l,s,p])};u._ff=function(t,e,n,r,o,i,u){var a=t+(e&n|~e&r)+(o>>>0)+u;return(a<<i|a>>>32-i)+e},u._gg=function(t,e,n,r,o,i,u){var a=t+(e&r|n&~r)+(o>>>0)+u;return(a<<i|a>>>32-i)+e},u._hh=function(t,e,n,r,o,i,u){var a=t+(e^n^r)+(o>>>0)+u;return(a<<i|a>>>32-i)+e},u._ii=function(t,e,n,r,o,i,u){var a=t+(n^(e|~r))+(o>>>0)+u;return(a<<i|a>>>32-i)+e},u._blocksize=16,u._digestsize=16,t.exports=function(t,n){if(null==t)throw new Error("Illegal argument "+t);var r=e.wordsToBytes(u(t,n));return n&&n.asBytes?r:n&&n.asString?i.bytesToString(r):e.bytesToHex(r)}}()},532:t=>{t.exports=function(t,e){var n,r,o=0;function i(){var i,u,a=n,c=arguments.length;t:for(;a;){if(a.args.length===arguments.length){for(u=0;u<c;u++)if(a.args[u]!==arguments[u]){a=a.next;continue t}return a!==n&&(a===r&&(r=a.prev),a.prev.next=a.next,a.next&&(a.next.prev=a.prev),a.next=n,a.prev=null,n.prev=a,n=a),a.val}a=a.next}for(i=new Array(c),u=0;u<c;u++)i[u]=arguments[u];return a={args:i,val:t.apply(null,i)},n?(n.prev=a,a.next=n):r=a,o===e.maxSize?(r=r.prev).next=null:o++,n=a,a.val}return e=e||{},i.clear=function(){n=null,r=null,o=0},i}},540:(t,e,n)=>{"use strict";t.exports=n(192)},634:t=>{function e(t){return!!t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}t.exports=function(t){return null!=t&&(e(t)||function(t){return"function"==typeof t.readFloatLE&&"function"==typeof t.slice&&e(t.slice(0,0))}(t)||!!t._isBuffer)}},664:t=>{"use strict";var e=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;t.exports=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map(function(t){return e[t]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(t){r[t]=t}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}()?Object.assign:function(t,o){for(var i,u,a=function(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}(t),c=1;c<arguments.length;c++){for(var f in i=Object(arguments[c]))n.call(i,f)&&(a[f]=i[f]);if(e){u=e(i);for(var l=0;l<u.length;l++)r.call(i,u[l])&&(a[u[l]]=i[u[l]])}}return a}},688:(t,e,n)=>{t.exports=n(362)()},696:(t,e,n)=>{"use strict";t.exports=n(403)},919:t=>{var e,n;e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n={rotl:function(t,e){return t<<e|t>>>32-e},rotr:function(t,e){return t<<32-e|t>>>e},endian:function(t){if(t.constructor==Number)return 16711935&n.rotl(t,8)|4278255360&n.rotl(t,24);for(var e=0;e<t.length;e++)t[e]=n.endian(t[e]);return t},randomBytes:function(t){for(var e=[];t>0;t--)e.push(Math.floor(256*Math.random()));return e},bytesToWords:function(t){for(var e=[],n=0,r=0;n<t.length;n++,r+=8)e[r>>>5]|=t[n]<<24-r%32;return e},wordsToBytes:function(t){for(var e=[],n=0;n<32*t.length;n+=8)e.push(t[n>>>5]>>>24-n%32&255);return e},bytesToHex:function(t){for(var e=[],n=0;n<t.length;n++)e.push((t[n]>>>4).toString(16)),e.push((15&t[n]).toString(16));return e.join("")},hexToBytes:function(t){for(var e=[],n=0;n<t.length;n+=2)e.push(parseInt(t.substr(n,2),16));return e},bytesToBase64:function(t){for(var n=[],r=0;r<t.length;r+=3)for(var o=t[r]<<16|t[r+1]<<8|t[r+2],i=0;i<4;i++)8*r+6*i<=8*t.length?n.push(e.charAt(o>>>6*(3-i)&63)):n.push("=");return n.join("")},base64ToBytes:function(t){t=t.replace(/[^A-Z0-9+\/]/gi,"");for(var n=[],r=0,o=0;r<t.length;o=++r%4)0!=o&&n.push((e.indexOf(t.charAt(r-1))&Math.pow(2,-2*o+8)-1)<<2*o|e.indexOf(t.charAt(r))>>>6-2*o);return n}},t.exports=n},987:t=>{var e={utf8:{stringToBytes:function(t){return e.bin.stringToBytes(unescape(encodeURIComponent(t)))},bytesToString:function(t){return decodeURIComponent(escape(e.bin.bytesToString(t)))}},bin:{stringToBytes:function(t){for(var e=[],n=0;n<t.length;n++)e.push(255&t.charCodeAt(n));return e},bytesToString:function(t){for(var e=[],n=0;n<t.length;n++)e.push(String.fromCharCode(t[n]));return e.join("")}}};t.exports=e}},e={};function __webpack_require__(n){var r=e[n];if(void 0!==r)return r.exports;var o=e[n]={id:n,loaded:!1,exports:{}};return t[n].call(o.exports,o,o.exports,__webpack_require__),o.loaded=!0,o.exports}__webpack_require__.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return __webpack_require__.d(e,{a:e}),e},__webpack_require__.d=(t,e)=>{for(var n in e)__webpack_require__.o(e,n)&&!__webpack_require__.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),__webpack_require__.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),__webpack_require__.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),(()=>{"use strict";const t=wp.plugins,e=googlesitekit.data;var n=__webpack_require__.n(e);const r="core/modules",o="kmAnalyticsTopCategories",i="core/editor",u="modules/reader-revenue-manager",a=googlesitekit.i18n,c=((0,a.__)("Specific content types","google-site-kit"),(0,a.__)("Specified pages","google-site-kit"),(0,a.__)("Site wide","google-site-kit"),"reader-revenue-manager"),f=wp.editPost,l=wp.editor;var s,p=__webpack_require__(696);function h(){return h=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)({}).hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},h.apply(null,arguments)}const g=t=>p.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},t),s||(s=p.createElement("g",{fill:"none",fillRule:"evenodd"},p.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),p.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),p.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),p.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"})))),_=wp.components,v=wp.element;var d=__webpack_require__(540);const{select:y,dispatch:m}=n();function SettingsForm(){const t=y(u).getProductIDs()||[],e=`googlesitekit_rrm_${y(u).getPublicationID()}:productID`,n=y(i).getEditedPostAttribute("meta")?.[e]||"",[r,o]=(0,v.useState)(n),c=""===r?null:(0,a.__)("This will override any other settings you might have applied in Site Kit.","google-site-kit");return(0,d.jsx)(_.SelectControl,{className:"googlesitekit-rrm-panel__select-control",label:(0,a.__)("Decide how site visitors should access this post (if they will see CTAs by Reader Revenue Manager, which you activated via Site Kit):","google-site-kit"),onChange:function(t){o(t),m(i).editPost({meta:{[e]:t}})},value:r,options:[{label:(0,a.__)("Keep the default selection","google-site-kit"),value:""},{label:(0,a.__)("Exclude from Reader Revenue Manager","google-site-kit"),value:"none"},{label:(0,a.__)('Use "open access"',"google-site-kit"),value:"openaccess"},...t.map(t=>{const e=t.split(":"),n=e.length>1?e[1]:t;return{label:(0,a.sprintf)(/* translators: %s: Product ID */ /* translators: %s: Product ID */ (0,a.__)('Use "%s"',"google-site-kit"),n),value:t}})],help:c,__nextHasNoMarginBottom:!0})}var b=__webpack_require__(688),w=__webpack_require__.n(b),k=__webpack_require__(452),S=__webpack_require__.n(k);const x=["body","display","headline","label","title"],A=["small","medium","large"];function Typography({className:t,type:e,size:n,as:r="span",children:o,...i}){return(0,d.jsx)(r,{className:S()("googlesitekit-typography",t,{[`googlesitekit-typography--${e}`]:e&&x.includes(e),[`googlesitekit-typography--${n}`]:n&&A.includes(n)}),...i,children:o})}function SettingPanel(){const t=l.PluginDocumentSettingPanel||f.PluginDocumentSettingPanel;return(0,d.jsx)(t,{className:"googlesitekit-rrm-settings-panel",name:"googlesitekit-rrm-panel",title:(0,a.__)("Google Site Kit","google-site-kit"),icon:(0,d.jsx)(g,{height:"16",width:"16"}),children:(0,d.jsxs)("section",{children:[(0,d.jsx)(Typography,{as:"h3",size:"small",type:"headline",children:(0,a.__)("Reader Revenue Manager","google-site-kit")}),(0,d.jsx)(SettingsForm,{})]})})}Typography.propTypes={className:w().string,type:w().oneOf(x),size:w().oneOf(A),as:w().oneOfType([w().string,w().elementType])};var E=__webpack_require__(243);const T="_googlesitekitDataLayer",L="data-googlesitekit-gtag";function O(t){return function(){t[T]=t[T]||[],t[T].push(arguments)}}const C=new Set(__webpack_require__.g?._googlesitekitBaseData?.enabledFeatures||[]);const R={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:j=[],isSiteKitScreen:N,trackingEnabled:I,trackingID:D,referenceSiteURL:z,userIDHash:M,isAuthenticated:W,userRoles:P}=__webpack_require__.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:U}=__webpack_require__.g,B={activeModules:j,trackingEnabled:I,trackingID:D,referenceSiteURL:z,userIDHash:M,isSiteKitScreen:N,userRoles:P,isAuthenticated:W,pluginVersion:U},{enableTracking:F,disableTracking:$,isTrackingEnabled:H,initializeSnippet:q,trackEvent:G,trackEventOnce:V}=function(t,e=__webpack_require__.g,n=__webpack_require__.g){const r={...R,...t};r.referenceSiteURL&&(r.referenceSiteURL=r.referenceSiteURL.toString().replace(/\/+$/,""));const o=function(t,e){const n=O(e);let r;const{activeModules:o,referenceSiteURL:i,userIDHash:u,userRoles:a=[],isAuthenticated:c,pluginVersion:f}=t;return function(){const{document:e}=__webpack_require__.g;if(void 0===r&&(r=!!e.querySelector(`script[${L}]`)),r)return!1;r=!0;const l=a?.length?a.join(","):"";n("js",new Date),n("config",t.trackingID,{groups:"site_kit",send_page_view:t.isSiteKitScreen,domain:i,plugin_version:f||"",enabled_features:Array.from(C).join(","),active_modules:o.join(","),authenticated:c?"1":"0",user_properties:{user_roles:l,user_identifier:u}});const s=e.createElement("script");return s.setAttribute(L,""),s.async=!0,s.src=`https://www.googletagmanager.com/gtag/js?id=${t.trackingID}&l=${T}`,e.head.appendChild(s),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${t.trackingID}&l=${T}`}}}(r,e),i=function(t,e,n,r){const o=O(e);return async function(e,i,u,a){const{trackingEnabled:c}=t;if(!c)return null;n();const f={send_to:"site_kit",event_category:e,event_label:u,value:a};return new Promise(t=>{const n=setTimeout(function(){r.console.warn(`Tracking event "${i}" (category "${e}") took too long to fire.`),t()},1e3);function u(){clearTimeout(n),t()}o("event",i,{...f,event_callback:u}),r._gaUserPrefs?.ioo?.()&&u()})}}(r,e,o,n),u={};return{enableTracking:function(){r.trackingEnabled=!0},disableTracking:function(){r.trackingEnabled=!1},initializeSnippet:o,isTrackingEnabled:function(){return!!r.trackingEnabled},trackEvent:i,trackEventOnce:function(...t){const e=JSON.stringify(t);u[e]||(u[e]=(0,E.once)(i)),u[e](...t)}}}(B);N&&I&&q();var K=__webpack_require__(234);__webpack_require__.n(K)()(__webpack_require__.g);__webpack_require__(523);var Z=__webpack_require__(532);__webpack_require__.n(Z)()(console.warn);__webpack_require__(91);function ChangeArrow_ChangeArrow({direction:t,invertColor:e,width:n,height:r}){return(0,d.jsx)("svg",{className:S()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${t}`,{"googlesitekit-change-arrow--inverted-color":e}),width:n,height:r,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,d.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow_ChangeArrow.propTypes={direction:w().string,invertColor:w().bool,width:w().number,height:w().number},ChangeArrow_ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};function Y(){let t=!1,n=null;(0,e.subscribe)(()=>{if(void 0===(0,e.select)(u).getPublicationID())return;if(null===n)return void(n=X());const r=(0,e.select)(i).isSavingPost(),o=(0,e.select)(i).isAutosavingPost();if(t&&!r&&!o){const t=X();if(function(t,e){const n=Object.keys(t),r=Object.keys(e);if(n.length!==r.length)return!0;return n.some(n=>t[n]!==e[n])}(n,t)){const e=J();G("wpBlockEditor_rrm","change_product_id",function(t){switch(t){case"":return(0,a.__)("Default","google-site-kit");case"none":return(0,a.__)("None","google-site-kit");case"openaccess":return(0,a.__)("Open access","google-site-kit");default:return(0,a.__)("Custom product ID","google-site-kit")}}(t[e])),n={...t}}}t=r})}function J(){return`googlesitekit_rrm_${(0,e.select)(u).getPublicationID()}:productID`}function X(){const t=(0,e.select)(i).getCurrentPost();if(!t)return{};const n=J();return{[n]:t.meta?.[n]||""}}const{select:Q,resolveSelect:tt}=n();!async function(){if(!!Q("core/edit-site"))return;await Promise.all([tt(r).getModules(),tt("core/user").getUser(),tt(u).getSettings()]);let e=Q(r).hasModuleOwnership(c);!1===e&&(e=await tt(r).hasModuleAccess(c)),e&&((0,t.registerPlugin)("googlesitekit-rrm-plugin",{render:SettingPanel}),Y())}()})()})(); assets/blocks/reader-revenue-manager/common/editor-styles.css 0000755 00000001042 15111634507 0020460 0 ustar 00 .googlesitekit-blocks-reader-revenue-manager-button{align-items:center;background-color:#fff;border:1px solid #dadce0;border-radius:4px;color:#1a73e8;display:flex;font-family:"Google Sans",Roboto-Regular,sans-serif,arial;font-size:14px;font-weight:500;justify-content:center;letter-spacing:.014px;outline:0;padding:12px 34px}.googlesitekit-blocks-reader-revenue-manager-button svg{margin-right:8px}.googlesitekit-blocks-reader-revenue-manager-button.googlesitekit-blocks-reader-revenue-manager-button--disabled{filter:grayscale(100%);opacity:.5} assets/blocks/reader-revenue-manager/common/editor-styles.js 0000755 00000000000 15111634507 0020275 0 ustar 00 assets/blocks/reader-revenue-manager/contribute-with-google/block.json 0000755 00000000616 15111634507 0022243 0 ustar 00 { "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "google-site-kit/rrm-contribute-with-google", "version": "1.165.0", "title": "Contribute with Google", "category": "widgets", "icon": "google", "description": "Allow users to make voluntary contributions using Reader Revenue Manager.", "textdomain": "google-site-kit", "supports": { "inserter": true } } assets/blocks/reader-revenue-manager/contribute-with-google/index.js 0000755 00000037545 15111634507 0021736 0 ustar 00 (()=>{var e={192:(e,t,r)=>{"use strict";var n=r(696),o=60103;if("function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var c=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u=Object.prototype.hasOwnProperty,s={key:!0,ref:!0,__self:!0,__source:!0};function a(e,t,r){var n,i={},a=null,l=null;for(n in void 0!==r&&(a=""+r),void 0!==t.key&&(a=""+t.key),void 0!==t.ref&&(l=t.ref),t)u.call(t,n)&&!s.hasOwnProperty(n)&&(i[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps)void 0===i[n]&&(i[n]=t[n]);return{$$typeof:o,type:e,key:a,ref:l,props:i,_owner:c.current}}t.jsx=a,t.jsxs=a},362:(e,t,r)=>{"use strict";var n=r(441);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,c){if(c!==n){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},403:(e,t,r)=>{"use strict";var n=r(664),o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,c=o?Symbol.for("react.portal"):60106,u=o?Symbol.for("react.fragment"):60107,s=o?Symbol.for("react.strict_mode"):60108,a=o?Symbol.for("react.profiler"):60114,l=o?Symbol.for("react.provider"):60109,p=o?Symbol.for("react.context"):60110,f=o?Symbol.for("react.forward_ref"):60112,d=o?Symbol.for("react.suspense"):60113,y=o?Symbol.for("react.memo"):60115,_=o?Symbol.for("react.lazy"):60116,h="function"==typeof Symbol&&Symbol.iterator;function b(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},g={};function v(e,t,r){this.props=e,this.context=t,this.refs=g,this.updater=r||m}function k(){}function w(e,t,r){this.props=e,this.context=t,this.refs=g,this.updater=r||m}v.prototype.isReactComponent={},v.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(b(85));this.updater.enqueueSetState(this,e,t,"setState")},v.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},k.prototype=v.prototype;var S=w.prototype=new k;S.constructor=w,n(S,v.prototype),S.isPureReactComponent=!0;var O={current:null},P=Object.prototype.hasOwnProperty,E={key:!0,ref:!0,__self:!0,__source:!0};function j(e,t,r){var n,o={},c=null,u=null;if(null!=t)for(n in void 0!==t.ref&&(u=t.ref),void 0!==t.key&&(c=""+t.key),t)P.call(t,n)&&!E.hasOwnProperty(n)&&(o[n]=t[n]);var s=arguments.length-2;if(1===s)o.children=r;else if(1<s){for(var a=Array(s),l=0;l<s;l++)a[l]=arguments[l+2];o.children=a}if(e&&e.defaultProps)for(n in s=e.defaultProps)void 0===o[n]&&(o[n]=s[n]);return{$$typeof:i,type:e,key:c,ref:u,props:o,_owner:O.current}}function A(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var x=/\/+/g,R=[];function M(e,t,r,n){if(R.length){var o=R.pop();return o.result=e,o.keyPrefix=t,o.func=r,o.context=n,o.count=0,o}return{result:e,keyPrefix:t,func:r,context:n,count:0}}function N(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>R.length&&R.push(e)}function q(e,t,r,n){var o=typeof e;"undefined"!==o&&"boolean"!==o||(e=null);var u=!1;if(null===e)u=!0;else switch(o){case"string":case"number":u=!0;break;case"object":switch(e.$$typeof){case i:case c:u=!0}}if(u)return r(n,e,""===t?"."+T(e,0):t),1;if(u=0,t=""===t?".":t+":",Array.isArray(e))for(var s=0;s<e.length;s++){var a=t+T(o=e[s],s);u+=q(o,a,r,n)}else if(null===e||"object"!=typeof e?a=null:a="function"==typeof(a=h&&e[h]||e["@@iterator"])?a:null,"function"==typeof a)for(e=a.call(e),s=0;!(o=e.next()).done;)u+=q(o=o.value,a=t+T(o,s++),r,n);else if("object"===o)throw r=""+e,Error(b(31,"[object Object]"===r?"object with keys {"+Object.keys(e).join(", ")+"}":r,""));return u}function C(e,t,r){return null==e?0:q(e,"",t,r)}function T(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}(e.key):t.toString(36)}function $(e,t){e.func.call(e.context,t,e.count++)}function W(e,t,r){var n=e.result,o=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?I(e,n,r,function(e){return e}):null!=e&&(A(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,o+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(x,"$&/")+"/")+r)),n.push(e))}function I(e,t,r,n,o){var i="";null!=r&&(i=(""+r).replace(x,"$&/")+"/"),C(e,W,t=M(t,i,n,o)),N(t)}var U={current:null};function B(){var e=U.current;if(null===e)throw Error(b(321));return e}var L={ReactCurrentDispatcher:U,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:O,IsSomeRendererActing:{current:!1},assign:n};t.Children={map:function(e,t,r){if(null==e)return e;var n=[];return I(e,n,null,t,r),n},forEach:function(e,t,r){if(null==e)return e;C(e,$,t=M(null,null,t,r)),N(t)},count:function(e){return C(e,function(){return null},null)},toArray:function(e){var t=[];return I(e,t,null,function(e){return e}),t},only:function(e){if(!A(e))throw Error(b(143));return e}},t.Component=v,t.Fragment=u,t.Profiler=a,t.PureComponent=w,t.StrictMode=s,t.Suspense=d,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=L,t.cloneElement=function(e,t,r){if(null==e)throw Error(b(267,e));var o=n({},e.props),c=e.key,u=e.ref,s=e._owner;if(null!=t){if(void 0!==t.ref&&(u=t.ref,s=O.current),void 0!==t.key&&(c=""+t.key),e.type&&e.type.defaultProps)var a=e.type.defaultProps;for(l in t)P.call(t,l)&&!E.hasOwnProperty(l)&&(o[l]=void 0===t[l]&&void 0!==a?a[l]:t[l])}var l=arguments.length-2;if(1===l)o.children=r;else if(1<l){a=Array(l);for(var p=0;p<l;p++)a[p]=arguments[p+2];o.children=a}return{$$typeof:i,type:e.type,key:c,ref:u,props:o,_owner:s}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:p,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:l,_context:e},e.Consumer=e},t.createElement=j,t.createFactory=function(e){var t=j.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=A,t.lazy=function(e){return{$$typeof:_,_ctor:e,_status:-1,_result:null}},t.memo=function(e,t){return{$$typeof:y,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return B().useCallback(e,t)},t.useContext=function(e,t){return B().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return B().useEffect(e,t)},t.useImperativeHandle=function(e,t,r){return B().useImperativeHandle(e,t,r)},t.useLayoutEffect=function(e,t){return B().useLayoutEffect(e,t)},t.useMemo=function(e,t){return B().useMemo(e,t)},t.useReducer=function(e,t,r){return B().useReducer(e,t,r)},t.useRef=function(e){return B().useRef(e)},t.useState=function(e){return B().useState(e)},t.version="16.14.0"},441:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},452:e=>{!function(){"use strict";var t={}.hasOwnProperty;function r(){for(var e="",t=0;t<arguments.length;t++){var r=arguments[t];r&&(e=o(e,n(r)))}return e}function n(e){if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return r.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var n="";for(var i in e)t.call(e,i)&&e[i]&&(n=o(n,i));return n}function o(e,t){return t?e?e+" "+t:e+t:e}e.exports?(r.default=r,e.exports=r):"function"==typeof define&&"object"==typeof define.amd&&define.amd?define("classnames",[],function(){return r}):window.classNames=r}()},540:(e,t,r)=>{"use strict";e.exports=r(192)},664:e=>{"use strict";var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach(function(e){n[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var i,c,u=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),s=1;s<arguments.length;s++){for(var a in i=Object(arguments[s]))r.call(i,a)&&(u[a]=i[a]);if(t){c=t(i);for(var l=0;l<c.length;l++)n.call(i,c[l])&&(u[c[l]]=i[c[l]])}}return u}},688:(e,t,r)=>{e.exports=r(362)()},696:(e,t,r)=>{"use strict";e.exports=r(403)}},t={};function __webpack_require__(r){var n=t[r];if(void 0!==n)return n.exports;var o=t[r]={exports:{}};return e[r](o,o.exports,__webpack_require__),o.exports}__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=(e,t)=>{for(var r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";const e=wp.blocks,t=googlesitekit.data,r="core/modules",n="kmAnalyticsTopCategories",o="modules/reader-revenue-manager",i=googlesitekit.i18n,c=((0,i.__)("Specific content types","google-site-kit"),(0,i.__)("Specified pages","google-site-kit"),(0,i.__)("Site wide","google-site-kit"),"reader-revenue-manager"),u="core/editor",s=wp.components,a=wp.element;var l,p=__webpack_require__(452),f=__webpack_require__.n(p),d=__webpack_require__(688),y=__webpack_require__.n(d),_=__webpack_require__(696);function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},h.apply(null,arguments)}const b=e=>_.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),l||(l=_.createElement("g",{fill:"none",fillRule:"evenodd"},_.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),_.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),_.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),_.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))));var m=__webpack_require__(540);function EditorButton({children:e,disabled:t}){return(0,m.jsxs)("button",{disabled:t,className:f()("googlesitekit-blocks-reader-revenue-manager-button",{"googlesitekit-blocks-reader-revenue-manager-button--disabled":t}),children:[(0,m.jsx)(b,{height:"18",width:"18"}),e]})}EditorButton.propTypes={children:y().node.isRequired,disabled:y().bool.isRequired};const g=wp.blockEditor,v=wp.data;function k({hasModuleAccess:e,withModuleAccessNotice:t,withoutModuleAccessNotice:r}){return void 0===e?null:e?t:r}function ButtonEdit({buttonLabel:e,requiredPaymentOption:n,invalidPaymentOptionWithModuleAccessNotice:i,invalidPaymentOptionWithoutModuleAccessNotice:l,noSnippetWithModuleAccessNotice:p,noSnippetWithoutModuleAccessNotice:f}){const[d,y]=(0,a.useState)(void 0),_=(0,g.useBlockProps)();(0,a.useEffect)(()=>{!async function(){let e=(0,t.select)(r).hasModuleOwnership(c);!1===e&&(e=await(0,t.resolveSelect)(r).hasModuleAccess(c)),y(!!e)}()},[]);const h=(0,t.select)(o).getSettings(),{publicationID:b,paymentOption:w,snippetMode:S,postTypes:O}=h,P=`googlesitekit_rrm_${b}:productID`,E=(0,v.useSelect)(e=>e(u).getEditedPostAttribute("meta")?.[P]||""),j=(0,v.useSelect)(e=>e(u).getCurrentPostType()),{notice:A,disabled:x}=function({paymentOption:e,requiredPaymentOption:t,hasModuleAccess:r,postProductID:n,snippetMode:o,postTypes:i,postType:c,invalidPaymentOptionWithModuleAccessNotice:u,invalidPaymentOptionWithoutModuleAccessNotice:s,noSnippetWithModuleAccessNotice:a,noSnippetWithoutModuleAccessNotice:l}){return e!==t?{disabled:!0,notice:k({hasModuleAccess:r,withModuleAccessNotice:u,withoutModuleAccessNotice:s})}:"none"===n||!n&&"per_post"===o||!n&&"post_types"===o&&!i.includes(c)?{disabled:!0,notice:k({hasModuleAccess:r,withModuleAccessNotice:a,withoutModuleAccessNotice:l})}:{disabled:!1,notice:null}}({paymentOption:w,requiredPaymentOption:n,hasModuleAccess:d,postProductID:E,snippetMode:S,postTypes:O,postType:j,invalidPaymentOptionWithModuleAccessNotice:i,invalidPaymentOptionWithoutModuleAccessNotice:l,noSnippetWithModuleAccessNotice:p,noSnippetWithoutModuleAccessNotice:f});return(0,m.jsxs)(a.Fragment,{children:[A&&(0,m.jsx)(g.InspectorControls,{children:(0,m.jsx)("div",{className:"block-editor-block-card",children:(0,m.jsx)(s.Notice,{status:"warning",isDismissible:!1,children:A})})}),(0,m.jsx)("div",{..._,children:(0,m.jsx)("div",{className:"googlesitekit-blocks-reader-revenue-manager",children:(0,m.jsx)(EditorButton,{disabled:x,children:e})})})]})}function Edit(){const e=(0,t.select)(o).getPublicationID(),r=(0,t.select)(o).getServiceURL({path:"reader-revenue-manager",query:{publication:e}});return(0,m.jsx)(ButtonEdit,{buttonLabel:/* translators: Button label for Contribute with Google. See: https://github.com/subscriptions-project/swg-js/blob/05af2d45cfcaf831a6b4d35c28f2c7b5c2e39308/src/i18n/swg-strings.ts#L58-L91 (please refer to the latest version of the file) */ /* translators: Button label for Contribute with Google. See: https://github.com/subscriptions-project/swg-js/blob/05af2d45cfcaf831a6b4d35c28f2c7b5c2e39308/src/i18n/swg-strings.ts#L58-L91 (please refer to the latest version of the file) */ (0,i.__)("Contribute with Google","google-site-kit"),requiredPaymentOption:"contributions",invalidPaymentOptionWithModuleAccessNotice:(0,a.createInterpolateElement)((0,i.__)("You need to set up a contributions request in Reader Revenue Manager to use this block. <a>Go to Reader Revenue Manager</a>","google-site-kit"),{a:(0,m.jsx)(s.ExternalLink,{href:r})}),invalidPaymentOptionWithoutModuleAccessNotice:(0,i.__)("You need to set up a contributions request in Reader Revenue Manager to use this block. Contact your administrator.","google-site-kit"),noSnippetWithModuleAccessNotice:(0,a.createInterpolateElement)((0,i.__)("This post does not include the Reader Revenue Manager snippet. Configure the snippet for this post in the post settings sidebar.","google-site-kit"),{a:(0,m.jsx)(s.ExternalLink,{href:r})}),noSnippetWithoutModuleAccessNotice:(0,i.__)("This post does not include the Reader Revenue Manager snippet. Contact your administrator","google-site-kit")})}ButtonEdit.propTypes={buttonLabel:y().string.isRequired,requiredPaymentOption:y().string.isRequired,invalidPaymentOptionWithModuleAccessNotice:y().node.isRequired,invalidPaymentOptionWithoutModuleAccessNotice:y().node.isRequired,noSnippetWithModuleAccessNotice:y().node.isRequired,noSnippetWithoutModuleAccessNotice:y().node.isRequired};const w=JSON.parse('{"UU":"google-site-kit/rrm-contribute-with-google"}');!async function(){await Promise.all([(0,t.resolveSelect)(r).getModule(c),(0,t.resolveSelect)("core/user").getUser(),(0,t.resolveSelect)(o).getSettings()]);const n=!!(0,t.select)("core/edit-site");(0,e.registerBlockType)(w.UU,{edit:()=>n?null:(0,m.jsx)(Edit,{}),supports:{inserter:!n}})}()})()})(); assets/blocks/reader-revenue-manager/contribute-with-google/non-site-kit-user.js 0000755 00000031452 15111634507 0024113 0 ustar 00 (()=>{var e={192:(e,r,t)=>{"use strict";var n=t(696),o=60103;if("function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var u=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,l={key:!0,ref:!0,__self:!0,__source:!0};function a(e,r,t){var n,i={},a=null,s=null;for(n in void 0!==t&&(a=""+t),void 0!==r.key&&(a=""+r.key),void 0!==r.ref&&(s=r.ref),r)c.call(r,n)&&!l.hasOwnProperty(n)&&(i[n]=r[n]);if(e&&e.defaultProps)for(n in r=e.defaultProps)void 0===i[n]&&(i[n]=r[n]);return{$$typeof:o,type:e,key:a,ref:s,props:i,_owner:u.current}}r.jsx=a,r.jsxs=a},362:(e,r,t)=>{"use strict";var n=t(441);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,r,t,o,i,u){if(u!==n){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function r(){return e}e.isRequired=e;var t={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:r,element:e,elementType:e,instanceOf:r,node:e,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r,checkPropTypes:i,resetWarningCache:o};return t.PropTypes=t,t}},403:(e,r,t)=>{"use strict";var n=t(664),o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,u=o?Symbol.for("react.portal"):60106,c=o?Symbol.for("react.fragment"):60107,l=o?Symbol.for("react.strict_mode"):60108,a=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,p=o?Symbol.for("react.forward_ref"):60112,d=o?Symbol.for("react.suspense"):60113,y=o?Symbol.for("react.memo"):60115,_=o?Symbol.for("react.lazy"):60116,b="function"==typeof Symbol&&Symbol.iterator;function h(e){for(var r="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t<arguments.length;t++)r+="&args[]="+encodeURIComponent(arguments[t]);return"Minified React error #"+e+"; visit "+r+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},v={};function g(e,r,t){this.props=e,this.context=r,this.refs=v,this.updater=t||m}function k(){}function w(e,r,t){this.props=e,this.context=r,this.refs=v,this.updater=t||m}g.prototype.isReactComponent={},g.prototype.setState=function(e,r){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(h(85));this.updater.enqueueSetState(this,e,r,"setState")},g.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},k.prototype=g.prototype;var S=w.prototype=new k;S.constructor=w,n(S,g.prototype),S.isPureReactComponent=!0;var O={current:null},j=Object.prototype.hasOwnProperty,E={key:!0,ref:!0,__self:!0,__source:!0};function x(e,r,t){var n,o={},u=null,c=null;if(null!=r)for(n in void 0!==r.ref&&(c=r.ref),void 0!==r.key&&(u=""+r.key),r)j.call(r,n)&&!E.hasOwnProperty(n)&&(o[n]=r[n]);var l=arguments.length-2;if(1===l)o.children=t;else if(1<l){for(var a=Array(l),s=0;s<l;s++)a[s]=arguments[s+2];o.children=a}if(e&&e.defaultProps)for(n in l=e.defaultProps)void 0===o[n]&&(o[n]=l[n]);return{$$typeof:i,type:e,key:u,ref:c,props:o,_owner:O.current}}function R(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var P=/\/+/g,C=[];function q(e,r,t,n){if(C.length){var o=C.pop();return o.result=e,o.keyPrefix=r,o.func=t,o.context=n,o.count=0,o}return{result:e,keyPrefix:r,func:t,context:n,count:0}}function $(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>C.length&&C.push(e)}function A(e,r,t,n){var o=typeof e;"undefined"!==o&&"boolean"!==o||(e=null);var c=!1;if(null===e)c=!0;else switch(o){case"string":case"number":c=!0;break;case"object":switch(e.$$typeof){case i:case u:c=!0}}if(c)return t(n,e,""===r?"."+I(e,0):r),1;if(c=0,r=""===r?".":r+":",Array.isArray(e))for(var l=0;l<e.length;l++){var a=r+I(o=e[l],l);c+=A(o,a,t,n)}else if(null===e||"object"!=typeof e?a=null:a="function"==typeof(a=b&&e[b]||e["@@iterator"])?a:null,"function"==typeof a)for(e=a.call(e),l=0;!(o=e.next()).done;)c+=A(o=o.value,a=r+I(o,l++),t,n);else if("object"===o)throw t=""+e,Error(h(31,"[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t,""));return c}function T(e,r,t){return null==e?0:A(e,"",r,t)}function I(e,r){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var r={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return r[e]})}(e.key):r.toString(36)}function N(e,r){e.func.call(e.context,r,e.count++)}function U(e,r,t){var n=e.result,o=e.keyPrefix;e=e.func.call(e.context,r,e.count++),Array.isArray(e)?B(e,n,t,function(e){return e}):null!=e&&(R(e)&&(e=function(e,r){return{$$typeof:i,type:e.type,key:r,ref:e.ref,props:e.props,_owner:e._owner}}(e,o+(!e.key||r&&r.key===e.key?"":(""+e.key).replace(P,"$&/")+"/")+t)),n.push(e))}function B(e,r,t,n,o){var i="";null!=t&&(i=(""+t).replace(P,"$&/")+"/"),T(e,U,r=q(r,i,n,o)),$(r)}var F={current:null};function L(){var e=F.current;if(null===e)throw Error(h(321));return e}var D={ReactCurrentDispatcher:F,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:O,IsSomeRendererActing:{current:!1},assign:n};r.Children={map:function(e,r,t){if(null==e)return e;var n=[];return B(e,n,null,r,t),n},forEach:function(e,r,t){if(null==e)return e;T(e,N,r=q(null,null,r,t)),$(r)},count:function(e){return T(e,function(){return null},null)},toArray:function(e){var r=[];return B(e,r,null,function(e){return e}),r},only:function(e){if(!R(e))throw Error(h(143));return e}},r.Component=g,r.Fragment=c,r.Profiler=a,r.PureComponent=w,r.StrictMode=l,r.Suspense=d,r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=D,r.cloneElement=function(e,r,t){if(null==e)throw Error(h(267,e));var o=n({},e.props),u=e.key,c=e.ref,l=e._owner;if(null!=r){if(void 0!==r.ref&&(c=r.ref,l=O.current),void 0!==r.key&&(u=""+r.key),e.type&&e.type.defaultProps)var a=e.type.defaultProps;for(s in r)j.call(r,s)&&!E.hasOwnProperty(s)&&(o[s]=void 0===r[s]&&void 0!==a?a[s]:r[s])}var s=arguments.length-2;if(1===s)o.children=t;else if(1<s){a=Array(s);for(var f=0;f<s;f++)a[f]=arguments[f+2];o.children=a}return{$$typeof:i,type:e.type,key:u,ref:c,props:o,_owner:l}},r.createContext=function(e,r){return void 0===r&&(r=null),(e={$$typeof:f,_calculateChangedBits:r,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:s,_context:e},e.Consumer=e},r.createElement=x,r.createFactory=function(e){var r=x.bind(null,e);return r.type=e,r},r.createRef=function(){return{current:null}},r.forwardRef=function(e){return{$$typeof:p,render:e}},r.isValidElement=R,r.lazy=function(e){return{$$typeof:_,_ctor:e,_status:-1,_result:null}},r.memo=function(e,r){return{$$typeof:y,type:e,compare:void 0===r?null:r}},r.useCallback=function(e,r){return L().useCallback(e,r)},r.useContext=function(e,r){return L().useContext(e,r)},r.useDebugValue=function(){},r.useEffect=function(e,r){return L().useEffect(e,r)},r.useImperativeHandle=function(e,r,t){return L().useImperativeHandle(e,r,t)},r.useLayoutEffect=function(e,r){return L().useLayoutEffect(e,r)},r.useMemo=function(e,r){return L().useMemo(e,r)},r.useReducer=function(e,r,t){return L().useReducer(e,r,t)},r.useRef=function(e){return L().useRef(e)},r.useState=function(e){return L().useState(e)},r.version="16.14.0"},441:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},452:e=>{!function(){"use strict";var r={}.hasOwnProperty;function t(){for(var e="",r=0;r<arguments.length;r++){var t=arguments[r];t&&(e=o(e,n(t)))}return e}function n(e){if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return t.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var n="";for(var i in e)r.call(e,i)&&e[i]&&(n=o(n,i));return n}function o(e,r){return r?e?e+" "+r:e+r:e}e.exports?(t.default=t,e.exports=t):"function"==typeof define&&"object"==typeof define.amd&&define.amd?define("classnames",[],function(){return t}):window.classNames=t}()},540:(e,r,t)=>{"use strict";e.exports=t(192)},664:e=>{"use strict";var r=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var r={},t=0;t<10;t++)r["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(r).map(function(e){return r[e]}).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach(function(e){n[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var i,u,c=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),l=1;l<arguments.length;l++){for(var a in i=Object(arguments[l]))t.call(i,a)&&(c[a]=i[a]);if(r){u=r(i);for(var s=0;s<u.length;s++)n.call(i,u[s])&&(c[u[s]]=i[u[s]])}}return c}},688:(e,r,t)=>{e.exports=t(362)()},696:(e,r,t)=>{"use strict";e.exports=t(403)}},r={};function __webpack_require__(t){var n=r[t];if(void 0!==n)return n.exports;var o=r[t]={exports:{}};return e[t](o,o.exports,__webpack_require__),o.exports}__webpack_require__.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(r,{a:r}),r},__webpack_require__.d=(e,r)=>{for(var t in r)__webpack_require__.o(r,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},__webpack_require__.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),(()=>{"use strict";const e=wp.blocks,r=wp.blockEditor,t=wp.components,n=wp.element,o=wp.data,i=googlesitekit.i18n;var u,c=__webpack_require__(452),l=__webpack_require__.n(c),a=__webpack_require__(688),s=__webpack_require__.n(a),f=__webpack_require__(696);function p(){return p=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},p.apply(null,arguments)}const d=e=>f.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),u||(u=f.createElement("g",{fill:"none",fillRule:"evenodd"},f.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),f.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),f.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),f.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))));var y=__webpack_require__(540);function EditorButton({children:e,disabled:r}){return(0,y.jsxs)("button",{disabled:r,className:l()("googlesitekit-blocks-reader-revenue-manager-button",{"googlesitekit-blocks-reader-revenue-manager-button--disabled":r}),children:[(0,y.jsx)(d,{height:"18",width:"18"}),e]})}EditorButton.propTypes={children:s().node.isRequired,disabled:s().bool.isRequired};googlesitekit.data,(0,i.__)("Specific content types","google-site-kit"),(0,i.__)("Specified pages","google-site-kit"),(0,i.__)("Site wide","google-site-kit");s().string.isRequired,s().string.isRequired,s().node.isRequired,s().node.isRequired,s().node.isRequired,s().node.isRequired;const _=JSON.parse('{"UU":"google-site-kit/rrm-contribute-with-google"}');function Edit(){const e=(0,r.useBlockProps)();return(0,y.jsxs)(n.Fragment,{children:[(0,y.jsx)(r.InspectorControls,{children:(0,y.jsx)("div",{className:"block-editor-block-card",children:(0,y.jsx)(t.Notice,{status:"warning",isDismissible:!1,children:(0,i.__)("This block can only be configured by Site Kit users. Please contact your administrator.","google-site-kit")})})}),(0,y.jsx)("div",{...e,children:(0,y.jsx)("div",{className:"googlesitekit-blocks-reader-revenue-manager",children:(0,y.jsx)(EditorButton,{disabled:!0,children:/* translators: Button label for Contribute with Google. See: https://github.com/subscriptions-project/swg-js/blob/05af2d45cfcaf831a6b4d35c28f2c7b5c2e39308/src/i18n/swg-strings.ts#L58-L91 (please refer to the latest version of the file) */ /* translators: Button label for Contribute with Google. See: https://github.com/subscriptions-project/swg-js/blob/05af2d45cfcaf831a6b4d35c28f2c7b5c2e39308/src/i18n/swg-strings.ts#L58-L91 (please refer to the latest version of the file) */ (0,i.__)("Contribute with Google","google-site-kit")})})})]})}!function(){const r=!!(0,o.select)("core/edit-site");(0,e.registerBlockType)(_.UU,{edit:()=>r?null:(0,y.jsx)(Edit,{}),supports:{inserter:!r}})}()})()})(); assets/blocks/reader-revenue-manager/subscribe-with-google/block.json 0000755 00000000634 15111634507 0022046 0 ustar 00 { "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "google-site-kit/rrm-subscribe-with-google", "version": "1.165.0", "title": "Subscribe with Google", "category": "widgets", "icon": "google", "description": "Allow users to subscribe using Reader Revenue Manager to access content behind a paywall.", "textdomain": "google-site-kit", "supports": { "inserter": true } } assets/blocks/reader-revenue-manager/subscribe-with-google/index.js 0000755 00000037525 15111634507 0021537 0 ustar 00 (()=>{var e={192:(e,t,r)=>{"use strict";var n=r(696),o=60103;if("function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var c=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u=Object.prototype.hasOwnProperty,s={key:!0,ref:!0,__self:!0,__source:!0};function a(e,t,r){var n,i={},a=null,l=null;for(n in void 0!==r&&(a=""+r),void 0!==t.key&&(a=""+t.key),void 0!==t.ref&&(l=t.ref),t)u.call(t,n)&&!s.hasOwnProperty(n)&&(i[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps)void 0===i[n]&&(i[n]=t[n]);return{$$typeof:o,type:e,key:a,ref:l,props:i,_owner:c.current}}t.jsx=a,t.jsxs=a},362:(e,t,r)=>{"use strict";var n=r(441);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,c){if(c!==n){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},403:(e,t,r)=>{"use strict";var n=r(664),o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,c=o?Symbol.for("react.portal"):60106,u=o?Symbol.for("react.fragment"):60107,s=o?Symbol.for("react.strict_mode"):60108,a=o?Symbol.for("react.profiler"):60114,l=o?Symbol.for("react.provider"):60109,p=o?Symbol.for("react.context"):60110,f=o?Symbol.for("react.forward_ref"):60112,d=o?Symbol.for("react.suspense"):60113,y=o?Symbol.for("react.memo"):60115,_=o?Symbol.for("react.lazy"):60116,h="function"==typeof Symbol&&Symbol.iterator;function b(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},g={};function v(e,t,r){this.props=e,this.context=t,this.refs=g,this.updater=r||m}function w(){}function k(e,t,r){this.props=e,this.context=t,this.refs=g,this.updater=r||m}v.prototype.isReactComponent={},v.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(b(85));this.updater.enqueueSetState(this,e,t,"setState")},v.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},w.prototype=v.prototype;var S=k.prototype=new w;S.constructor=k,n(S,v.prototype),S.isPureReactComponent=!0;var O={current:null},P=Object.prototype.hasOwnProperty,E={key:!0,ref:!0,__self:!0,__source:!0};function j(e,t,r){var n,o={},c=null,u=null;if(null!=t)for(n in void 0!==t.ref&&(u=t.ref),void 0!==t.key&&(c=""+t.key),t)P.call(t,n)&&!E.hasOwnProperty(n)&&(o[n]=t[n]);var s=arguments.length-2;if(1===s)o.children=r;else if(1<s){for(var a=Array(s),l=0;l<s;l++)a[l]=arguments[l+2];o.children=a}if(e&&e.defaultProps)for(n in s=e.defaultProps)void 0===o[n]&&(o[n]=s[n]);return{$$typeof:i,type:e,key:c,ref:u,props:o,_owner:O.current}}function A(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var x=/\/+/g,R=[];function M(e,t,r,n){if(R.length){var o=R.pop();return o.result=e,o.keyPrefix=t,o.func=r,o.context=n,o.count=0,o}return{result:e,keyPrefix:t,func:r,context:n,count:0}}function N(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>R.length&&R.push(e)}function q(e,t,r,n){var o=typeof e;"undefined"!==o&&"boolean"!==o||(e=null);var u=!1;if(null===e)u=!0;else switch(o){case"string":case"number":u=!0;break;case"object":switch(e.$$typeof){case i:case c:u=!0}}if(u)return r(n,e,""===t?"."+T(e,0):t),1;if(u=0,t=""===t?".":t+":",Array.isArray(e))for(var s=0;s<e.length;s++){var a=t+T(o=e[s],s);u+=q(o,a,r,n)}else if(null===e||"object"!=typeof e?a=null:a="function"==typeof(a=h&&e[h]||e["@@iterator"])?a:null,"function"==typeof a)for(e=a.call(e),s=0;!(o=e.next()).done;)u+=q(o=o.value,a=t+T(o,s++),r,n);else if("object"===o)throw r=""+e,Error(b(31,"[object Object]"===r?"object with keys {"+Object.keys(e).join(", ")+"}":r,""));return u}function C(e,t,r){return null==e?0:q(e,"",t,r)}function T(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}(e.key):t.toString(36)}function $(e,t){e.func.call(e.context,t,e.count++)}function W(e,t,r){var n=e.result,o=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?I(e,n,r,function(e){return e}):null!=e&&(A(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,o+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(x,"$&/")+"/")+r)),n.push(e))}function I(e,t,r,n,o){var i="";null!=r&&(i=(""+r).replace(x,"$&/")+"/"),C(e,W,t=M(t,i,n,o)),N(t)}var U={current:null};function B(){var e=U.current;if(null===e)throw Error(b(321));return e}var L={ReactCurrentDispatcher:U,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:O,IsSomeRendererActing:{current:!1},assign:n};t.Children={map:function(e,t,r){if(null==e)return e;var n=[];return I(e,n,null,t,r),n},forEach:function(e,t,r){if(null==e)return e;C(e,$,t=M(null,null,t,r)),N(t)},count:function(e){return C(e,function(){return null},null)},toArray:function(e){var t=[];return I(e,t,null,function(e){return e}),t},only:function(e){if(!A(e))throw Error(b(143));return e}},t.Component=v,t.Fragment=u,t.Profiler=a,t.PureComponent=k,t.StrictMode=s,t.Suspense=d,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=L,t.cloneElement=function(e,t,r){if(null==e)throw Error(b(267,e));var o=n({},e.props),c=e.key,u=e.ref,s=e._owner;if(null!=t){if(void 0!==t.ref&&(u=t.ref,s=O.current),void 0!==t.key&&(c=""+t.key),e.type&&e.type.defaultProps)var a=e.type.defaultProps;for(l in t)P.call(t,l)&&!E.hasOwnProperty(l)&&(o[l]=void 0===t[l]&&void 0!==a?a[l]:t[l])}var l=arguments.length-2;if(1===l)o.children=r;else if(1<l){a=Array(l);for(var p=0;p<l;p++)a[p]=arguments[p+2];o.children=a}return{$$typeof:i,type:e.type,key:c,ref:u,props:o,_owner:s}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:p,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:l,_context:e},e.Consumer=e},t.createElement=j,t.createFactory=function(e){var t=j.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=A,t.lazy=function(e){return{$$typeof:_,_ctor:e,_status:-1,_result:null}},t.memo=function(e,t){return{$$typeof:y,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return B().useCallback(e,t)},t.useContext=function(e,t){return B().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return B().useEffect(e,t)},t.useImperativeHandle=function(e,t,r){return B().useImperativeHandle(e,t,r)},t.useLayoutEffect=function(e,t){return B().useLayoutEffect(e,t)},t.useMemo=function(e,t){return B().useMemo(e,t)},t.useReducer=function(e,t,r){return B().useReducer(e,t,r)},t.useRef=function(e){return B().useRef(e)},t.useState=function(e){return B().useState(e)},t.version="16.14.0"},441:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},452:e=>{!function(){"use strict";var t={}.hasOwnProperty;function r(){for(var e="",t=0;t<arguments.length;t++){var r=arguments[t];r&&(e=o(e,n(r)))}return e}function n(e){if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return r.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var n="";for(var i in e)t.call(e,i)&&e[i]&&(n=o(n,i));return n}function o(e,t){return t?e?e+" "+t:e+t:e}e.exports?(r.default=r,e.exports=r):"function"==typeof define&&"object"==typeof define.amd&&define.amd?define("classnames",[],function(){return r}):window.classNames=r}()},540:(e,t,r)=>{"use strict";e.exports=r(192)},664:e=>{"use strict";var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach(function(e){n[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var i,c,u=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),s=1;s<arguments.length;s++){for(var a in i=Object(arguments[s]))r.call(i,a)&&(u[a]=i[a]);if(t){c=t(i);for(var l=0;l<c.length;l++)n.call(i,c[l])&&(u[c[l]]=i[c[l]])}}return u}},688:(e,t,r)=>{e.exports=r(362)()},696:(e,t,r)=>{"use strict";e.exports=r(403)}},t={};function __webpack_require__(r){var n=t[r];if(void 0!==n)return n.exports;var o=t[r]={exports:{}};return e[r](o,o.exports,__webpack_require__),o.exports}__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=(e,t)=>{for(var r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";const e=wp.blocks,t=googlesitekit.data,r="core/modules",n="kmAnalyticsTopCategories",o="modules/reader-revenue-manager",i=googlesitekit.i18n,c=((0,i.__)("Specific content types","google-site-kit"),(0,i.__)("Specified pages","google-site-kit"),(0,i.__)("Site wide","google-site-kit"),"reader-revenue-manager"),u="core/editor",s=wp.components,a=wp.element;var l,p=__webpack_require__(452),f=__webpack_require__.n(p),d=__webpack_require__(688),y=__webpack_require__.n(d),_=__webpack_require__(696);function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},h.apply(null,arguments)}const b=e=>_.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),l||(l=_.createElement("g",{fill:"none",fillRule:"evenodd"},_.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),_.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),_.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),_.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))));var m=__webpack_require__(540);function EditorButton({children:e,disabled:t}){return(0,m.jsxs)("button",{disabled:t,className:f()("googlesitekit-blocks-reader-revenue-manager-button",{"googlesitekit-blocks-reader-revenue-manager-button--disabled":t}),children:[(0,m.jsx)(b,{height:"18",width:"18"}),e]})}EditorButton.propTypes={children:y().node.isRequired,disabled:y().bool.isRequired};const g=wp.blockEditor,v=wp.data;function w({hasModuleAccess:e,withModuleAccessNotice:t,withoutModuleAccessNotice:r}){return void 0===e?null:e?t:r}function ButtonEdit({buttonLabel:e,requiredPaymentOption:n,invalidPaymentOptionWithModuleAccessNotice:i,invalidPaymentOptionWithoutModuleAccessNotice:l,noSnippetWithModuleAccessNotice:p,noSnippetWithoutModuleAccessNotice:f}){const[d,y]=(0,a.useState)(void 0),_=(0,g.useBlockProps)();(0,a.useEffect)(()=>{!async function(){let e=(0,t.select)(r).hasModuleOwnership(c);!1===e&&(e=await(0,t.resolveSelect)(r).hasModuleAccess(c)),y(!!e)}()},[]);const h=(0,t.select)(o).getSettings(),{publicationID:b,paymentOption:k,snippetMode:S,postTypes:O}=h,P=`googlesitekit_rrm_${b}:productID`,E=(0,v.useSelect)(e=>e(u).getEditedPostAttribute("meta")?.[P]||""),j=(0,v.useSelect)(e=>e(u).getCurrentPostType()),{notice:A,disabled:x}=function({paymentOption:e,requiredPaymentOption:t,hasModuleAccess:r,postProductID:n,snippetMode:o,postTypes:i,postType:c,invalidPaymentOptionWithModuleAccessNotice:u,invalidPaymentOptionWithoutModuleAccessNotice:s,noSnippetWithModuleAccessNotice:a,noSnippetWithoutModuleAccessNotice:l}){return e!==t?{disabled:!0,notice:w({hasModuleAccess:r,withModuleAccessNotice:u,withoutModuleAccessNotice:s})}:"none"===n||!n&&"per_post"===o||!n&&"post_types"===o&&!i.includes(c)?{disabled:!0,notice:w({hasModuleAccess:r,withModuleAccessNotice:a,withoutModuleAccessNotice:l})}:{disabled:!1,notice:null}}({paymentOption:k,requiredPaymentOption:n,hasModuleAccess:d,postProductID:E,snippetMode:S,postTypes:O,postType:j,invalidPaymentOptionWithModuleAccessNotice:i,invalidPaymentOptionWithoutModuleAccessNotice:l,noSnippetWithModuleAccessNotice:p,noSnippetWithoutModuleAccessNotice:f});return(0,m.jsxs)(a.Fragment,{children:[A&&(0,m.jsx)(g.InspectorControls,{children:(0,m.jsx)("div",{className:"block-editor-block-card",children:(0,m.jsx)(s.Notice,{status:"warning",isDismissible:!1,children:A})})}),(0,m.jsx)("div",{..._,children:(0,m.jsx)("div",{className:"googlesitekit-blocks-reader-revenue-manager",children:(0,m.jsx)(EditorButton,{disabled:x,children:e})})})]})}function Edit(){const e=(0,t.select)(o).getPublicationID(),r=(0,t.select)(o).getServiceURL({path:"reader-revenue-manager",query:{publication:e}});return(0,m.jsx)(ButtonEdit,{select:t.select,buttonLabel:/* translators: Button label for Subscribe with Google. See: https://github.com/subscriptions-project/swg-js/blob/05af2d45cfcaf831a6b4d35c28f2c7b5c2e39308/src/i18n/swg-strings.ts#L24-L57 (please refer to the latest version of the file) */ /* translators: Button label for Subscribe with Google. See: https://github.com/subscriptions-project/swg-js/blob/05af2d45cfcaf831a6b4d35c28f2c7b5c2e39308/src/i18n/swg-strings.ts#L24-L57 (please refer to the latest version of the file) */ (0,i.__)("Subscribe with Google","google-site-kit"),requiredPaymentOption:"subscriptions",invalidPaymentOptionWithModuleAccessNotice:(0,a.createInterpolateElement)((0,i.__)("You need to set up a paywall in Reader Revenue Manager to use this block. <a>Go to Reader Revenue Manager</a>","google-site-kit"),{a:(0,m.jsx)(s.ExternalLink,{href:r})}),invalidPaymentOptionWithoutModuleAccessNotice:(0,i.__)("You need to set up a paywall in Reader Revenue Manager to use this block. Contact your administrator.","google-site-kit"),noSnippetWithModuleAccessNotice:(0,a.createInterpolateElement)((0,i.__)("This post does not include the Reader Revenue Manager snippet. Configure the snippet for this post in the post settings sidebar.","google-site-kit"),{a:(0,m.jsx)(s.ExternalLink,{href:r})}),noSnippetWithoutModuleAccessNotice:(0,i.__)("This post does not include the Reader Revenue Manager snippet. Contact your administrator","google-site-kit")})}ButtonEdit.propTypes={buttonLabel:y().string.isRequired,requiredPaymentOption:y().string.isRequired,invalidPaymentOptionWithModuleAccessNotice:y().node.isRequired,invalidPaymentOptionWithoutModuleAccessNotice:y().node.isRequired,noSnippetWithModuleAccessNotice:y().node.isRequired,noSnippetWithoutModuleAccessNotice:y().node.isRequired};const k=JSON.parse('{"UU":"google-site-kit/rrm-subscribe-with-google"}');!async function(){await Promise.all([(0,t.resolveSelect)(r).getModule(c),(0,t.resolveSelect)("core/user").getUser(),(0,t.resolveSelect)(o).getSettings()]);const n=!!(0,t.select)("core/edit-site");(0,e.registerBlockType)(k.UU,{edit:()=>n?null:(0,m.jsx)(Edit,{}),supports:{inserter:!n}})}()})()})(); assets/blocks/reader-revenue-manager/subscribe-with-google/non-site-kit-user.js 0000755 00000031446 15111634507 0023721 0 ustar 00 (()=>{var e={192:(e,r,t)=>{"use strict";var n=t(696),o=60103;if("function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var u=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,l={key:!0,ref:!0,__self:!0,__source:!0};function a(e,r,t){var n,i={},a=null,s=null;for(n in void 0!==t&&(a=""+t),void 0!==r.key&&(a=""+r.key),void 0!==r.ref&&(s=r.ref),r)c.call(r,n)&&!l.hasOwnProperty(n)&&(i[n]=r[n]);if(e&&e.defaultProps)for(n in r=e.defaultProps)void 0===i[n]&&(i[n]=r[n]);return{$$typeof:o,type:e,key:a,ref:s,props:i,_owner:u.current}}r.jsx=a,r.jsxs=a},362:(e,r,t)=>{"use strict";var n=t(441);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,r,t,o,i,u){if(u!==n){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function r(){return e}e.isRequired=e;var t={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:r,element:e,elementType:e,instanceOf:r,node:e,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r,checkPropTypes:i,resetWarningCache:o};return t.PropTypes=t,t}},403:(e,r,t)=>{"use strict";var n=t(664),o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,u=o?Symbol.for("react.portal"):60106,c=o?Symbol.for("react.fragment"):60107,l=o?Symbol.for("react.strict_mode"):60108,a=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,p=o?Symbol.for("react.forward_ref"):60112,d=o?Symbol.for("react.suspense"):60113,y=o?Symbol.for("react.memo"):60115,_=o?Symbol.for("react.lazy"):60116,b="function"==typeof Symbol&&Symbol.iterator;function h(e){for(var r="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t<arguments.length;t++)r+="&args[]="+encodeURIComponent(arguments[t]);return"Minified React error #"+e+"; visit "+r+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},v={};function g(e,r,t){this.props=e,this.context=r,this.refs=v,this.updater=t||m}function k(){}function w(e,r,t){this.props=e,this.context=r,this.refs=v,this.updater=t||m}g.prototype.isReactComponent={},g.prototype.setState=function(e,r){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(h(85));this.updater.enqueueSetState(this,e,r,"setState")},g.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},k.prototype=g.prototype;var S=w.prototype=new k;S.constructor=w,n(S,g.prototype),S.isPureReactComponent=!0;var O={current:null},j=Object.prototype.hasOwnProperty,E={key:!0,ref:!0,__self:!0,__source:!0};function x(e,r,t){var n,o={},u=null,c=null;if(null!=r)for(n in void 0!==r.ref&&(c=r.ref),void 0!==r.key&&(u=""+r.key),r)j.call(r,n)&&!E.hasOwnProperty(n)&&(o[n]=r[n]);var l=arguments.length-2;if(1===l)o.children=t;else if(1<l){for(var a=Array(l),s=0;s<l;s++)a[s]=arguments[s+2];o.children=a}if(e&&e.defaultProps)for(n in l=e.defaultProps)void 0===o[n]&&(o[n]=l[n]);return{$$typeof:i,type:e,key:u,ref:c,props:o,_owner:O.current}}function R(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var P=/\/+/g,C=[];function q(e,r,t,n){if(C.length){var o=C.pop();return o.result=e,o.keyPrefix=r,o.func=t,o.context=n,o.count=0,o}return{result:e,keyPrefix:r,func:t,context:n,count:0}}function $(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>C.length&&C.push(e)}function A(e,r,t,n){var o=typeof e;"undefined"!==o&&"boolean"!==o||(e=null);var c=!1;if(null===e)c=!0;else switch(o){case"string":case"number":c=!0;break;case"object":switch(e.$$typeof){case i:case u:c=!0}}if(c)return t(n,e,""===r?"."+I(e,0):r),1;if(c=0,r=""===r?".":r+":",Array.isArray(e))for(var l=0;l<e.length;l++){var a=r+I(o=e[l],l);c+=A(o,a,t,n)}else if(null===e||"object"!=typeof e?a=null:a="function"==typeof(a=b&&e[b]||e["@@iterator"])?a:null,"function"==typeof a)for(e=a.call(e),l=0;!(o=e.next()).done;)c+=A(o=o.value,a=r+I(o,l++),t,n);else if("object"===o)throw t=""+e,Error(h(31,"[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t,""));return c}function T(e,r,t){return null==e?0:A(e,"",r,t)}function I(e,r){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var r={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return r[e]})}(e.key):r.toString(36)}function N(e,r){e.func.call(e.context,r,e.count++)}function U(e,r,t){var n=e.result,o=e.keyPrefix;e=e.func.call(e.context,r,e.count++),Array.isArray(e)?B(e,n,t,function(e){return e}):null!=e&&(R(e)&&(e=function(e,r){return{$$typeof:i,type:e.type,key:r,ref:e.ref,props:e.props,_owner:e._owner}}(e,o+(!e.key||r&&r.key===e.key?"":(""+e.key).replace(P,"$&/")+"/")+t)),n.push(e))}function B(e,r,t,n,o){var i="";null!=t&&(i=(""+t).replace(P,"$&/")+"/"),T(e,U,r=q(r,i,n,o)),$(r)}var F={current:null};function L(){var e=F.current;if(null===e)throw Error(h(321));return e}var D={ReactCurrentDispatcher:F,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:O,IsSomeRendererActing:{current:!1},assign:n};r.Children={map:function(e,r,t){if(null==e)return e;var n=[];return B(e,n,null,r,t),n},forEach:function(e,r,t){if(null==e)return e;T(e,N,r=q(null,null,r,t)),$(r)},count:function(e){return T(e,function(){return null},null)},toArray:function(e){var r=[];return B(e,r,null,function(e){return e}),r},only:function(e){if(!R(e))throw Error(h(143));return e}},r.Component=g,r.Fragment=c,r.Profiler=a,r.PureComponent=w,r.StrictMode=l,r.Suspense=d,r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=D,r.cloneElement=function(e,r,t){if(null==e)throw Error(h(267,e));var o=n({},e.props),u=e.key,c=e.ref,l=e._owner;if(null!=r){if(void 0!==r.ref&&(c=r.ref,l=O.current),void 0!==r.key&&(u=""+r.key),e.type&&e.type.defaultProps)var a=e.type.defaultProps;for(s in r)j.call(r,s)&&!E.hasOwnProperty(s)&&(o[s]=void 0===r[s]&&void 0!==a?a[s]:r[s])}var s=arguments.length-2;if(1===s)o.children=t;else if(1<s){a=Array(s);for(var f=0;f<s;f++)a[f]=arguments[f+2];o.children=a}return{$$typeof:i,type:e.type,key:u,ref:c,props:o,_owner:l}},r.createContext=function(e,r){return void 0===r&&(r=null),(e={$$typeof:f,_calculateChangedBits:r,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:s,_context:e},e.Consumer=e},r.createElement=x,r.createFactory=function(e){var r=x.bind(null,e);return r.type=e,r},r.createRef=function(){return{current:null}},r.forwardRef=function(e){return{$$typeof:p,render:e}},r.isValidElement=R,r.lazy=function(e){return{$$typeof:_,_ctor:e,_status:-1,_result:null}},r.memo=function(e,r){return{$$typeof:y,type:e,compare:void 0===r?null:r}},r.useCallback=function(e,r){return L().useCallback(e,r)},r.useContext=function(e,r){return L().useContext(e,r)},r.useDebugValue=function(){},r.useEffect=function(e,r){return L().useEffect(e,r)},r.useImperativeHandle=function(e,r,t){return L().useImperativeHandle(e,r,t)},r.useLayoutEffect=function(e,r){return L().useLayoutEffect(e,r)},r.useMemo=function(e,r){return L().useMemo(e,r)},r.useReducer=function(e,r,t){return L().useReducer(e,r,t)},r.useRef=function(e){return L().useRef(e)},r.useState=function(e){return L().useState(e)},r.version="16.14.0"},441:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},452:e=>{!function(){"use strict";var r={}.hasOwnProperty;function t(){for(var e="",r=0;r<arguments.length;r++){var t=arguments[r];t&&(e=o(e,n(t)))}return e}function n(e){if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return t.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var n="";for(var i in e)r.call(e,i)&&e[i]&&(n=o(n,i));return n}function o(e,r){return r?e?e+" "+r:e+r:e}e.exports?(t.default=t,e.exports=t):"function"==typeof define&&"object"==typeof define.amd&&define.amd?define("classnames",[],function(){return t}):window.classNames=t}()},540:(e,r,t)=>{"use strict";e.exports=t(192)},664:e=>{"use strict";var r=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var r={},t=0;t<10;t++)r["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(r).map(function(e){return r[e]}).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach(function(e){n[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var i,u,c=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),l=1;l<arguments.length;l++){for(var a in i=Object(arguments[l]))t.call(i,a)&&(c[a]=i[a]);if(r){u=r(i);for(var s=0;s<u.length;s++)n.call(i,u[s])&&(c[u[s]]=i[u[s]])}}return c}},688:(e,r,t)=>{e.exports=t(362)()},696:(e,r,t)=>{"use strict";e.exports=t(403)}},r={};function __webpack_require__(t){var n=r[t];if(void 0!==n)return n.exports;var o=r[t]={exports:{}};return e[t](o,o.exports,__webpack_require__),o.exports}__webpack_require__.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(r,{a:r}),r},__webpack_require__.d=(e,r)=>{for(var t in r)__webpack_require__.o(r,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},__webpack_require__.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),(()=>{"use strict";const e=wp.blocks,r=wp.blockEditor,t=wp.components,n=wp.element,o=wp.data,i=googlesitekit.i18n;var u,c=__webpack_require__(452),l=__webpack_require__.n(c),a=__webpack_require__(688),s=__webpack_require__.n(a),f=__webpack_require__(696);function p(){return p=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},p.apply(null,arguments)}const d=e=>f.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),u||(u=f.createElement("g",{fill:"none",fillRule:"evenodd"},f.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),f.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),f.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),f.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))));var y=__webpack_require__(540);function EditorButton({children:e,disabled:r}){return(0,y.jsxs)("button",{disabled:r,className:l()("googlesitekit-blocks-reader-revenue-manager-button",{"googlesitekit-blocks-reader-revenue-manager-button--disabled":r}),children:[(0,y.jsx)(d,{height:"18",width:"18"}),e]})}EditorButton.propTypes={children:s().node.isRequired,disabled:s().bool.isRequired};googlesitekit.data,(0,i.__)("Specific content types","google-site-kit"),(0,i.__)("Specified pages","google-site-kit"),(0,i.__)("Site wide","google-site-kit");s().string.isRequired,s().string.isRequired,s().node.isRequired,s().node.isRequired,s().node.isRequired,s().node.isRequired;const _=JSON.parse('{"UU":"google-site-kit/rrm-subscribe-with-google"}');function Edit(){const e=(0,r.useBlockProps)();return(0,y.jsxs)(n.Fragment,{children:[(0,y.jsx)(r.InspectorControls,{children:(0,y.jsx)("div",{className:"block-editor-block-card",children:(0,y.jsx)(t.Notice,{status:"warning",isDismissible:!1,children:(0,i.__)("This block can only be configured by Site Kit users. Please contact your administrator.","google-site-kit")})})}),(0,y.jsx)("div",{...e,children:(0,y.jsx)("div",{className:"googlesitekit-blocks-reader-revenue-manager",children:(0,y.jsx)(EditorButton,{disabled:!0,children:/* translators: Button label for Subscribe with Google. See: https://github.com/subscriptions-project/swg-js/blob/05af2d45cfcaf831a6b4d35c28f2c7b5c2e39308/src/i18n/swg-strings.ts#L24-L57 (please refer to the latest version of the file) */ /* translators: Button label for Subscribe with Google. See: https://github.com/subscriptions-project/swg-js/blob/05af2d45cfcaf831a6b4d35c28f2c7b5c2e39308/src/i18n/swg-strings.ts#L24-L57 (please refer to the latest version of the file) */ (0,i.__)("Subscribe with Google","google-site-kit")})})})]})}!function(){const r=!!(0,o.select)("core/edit-site");(0,e.registerBlockType)(_.UU,{edit:()=>r?null:(0,y.jsx)(Edit,{}),supports:{inserter:!r}})}()})()})(); assets/blocks/sign-in-with-google/block.json 0000755 00000001323 15111634507 0015104 0 ustar 00 { "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "google-site-kit/sign-in-with-google", "version": "1.165.0", "title": "Sign in with Google", "category": "widgets", "icon": "google", "description": "Allow users to sign in to your site using their Google Account.", "textdomain": "google-site-kit", "attributes": { "shape": { "type": "string", "enum": [ "", "rectangular", "pill" ] }, "text": { "type": "string", "enum": [ "", "continue_with", "signin", "signin_with", "signup_with" ] }, "theme": { "type": "string", "enum": [ "", "outline", "filled_blue", "filled_black" ] }, "buttonClassName": { "type": "string" } } } assets/blocks/sign-in-with-google/editor-styles.css 0000755 00000000113 15111634507 0016434 0 ustar 00 .googlesitekit-blocks-sign-in-with-google{max-width:180px;min-width:120px} assets/blocks/sign-in-with-google/editor-styles.js 0000755 00000000000 15111634507 0016253 0 ustar 00 assets/blocks/sign-in-with-google/index.js 0000755 00000071744 15111634507 0014602 0 ustar 00 (()=>{"use strict";var e={192:(e,t,n)=>{var r=n(696),o=60103;if("function"==typeof Symbol&&Symbol.for){var A=Symbol.for;o=A("react.element"),A("react.fragment")}var i=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l=Object.prototype.hasOwnProperty,a={key:!0,ref:!0,__self:!0,__source:!0};function u(e,t,n){var r,A={},u=null,s=null;for(r in void 0!==n&&(u=""+n),void 0!==t.key&&(u=""+t.key),void 0!==t.ref&&(s=t.ref),t)l.call(t,r)&&!a.hasOwnProperty(r)&&(A[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===A[r]&&(A[r]=t[r]);return{$$typeof:o,type:e,key:u,ref:s,props:A,_owner:i.current}}t.jsx=u,t.jsxs=u},403:(e,t,n)=>{var r=n(664),o="function"==typeof Symbol&&Symbol.for,A=o?Symbol.for("react.element"):60103,i=o?Symbol.for("react.portal"):60106,l=o?Symbol.for("react.fragment"):60107,a=o?Symbol.for("react.strict_mode"):60108,u=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,c=o?Symbol.for("react.context"):60110,f=o?Symbol.for("react.forward_ref"):60112,g=o?Symbol.for("react.suspense"):60113,p=o?Symbol.for("react.memo"):60115,v=o?Symbol.for("react.lazy"):60116,h="function"==typeof Symbol&&Symbol.iterator;function C(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var y={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},w={};function B(e,t,n){this.props=e,this.context=t,this.refs=w,this.updater=n||y}function m(){}function b(e,t,n){this.props=e,this.context=t,this.refs=w,this.updater=n||y}B.prototype.isReactComponent={},B.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(C(85));this.updater.enqueueSetState(this,e,t,"setState")},B.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},m.prototype=B.prototype;var E=b.prototype=new m;E.constructor=b,r(E,B.prototype),E.isPureReactComponent=!0;var d={current:null},R=Object.prototype.hasOwnProperty,Y={key:!0,ref:!0,__self:!0,__source:!0};function j(e,t,n){var r,o={},i=null,l=null;if(null!=t)for(r in void 0!==t.ref&&(l=t.ref),void 0!==t.key&&(i=""+t.key),t)R.call(t,r)&&!Y.hasOwnProperty(r)&&(o[r]=t[r]);var a=arguments.length-2;if(1===a)o.children=n;else if(1<a){for(var u=Array(a),s=0;s<a;s++)u[s]=arguments[s+2];o.children=u}if(e&&e.defaultProps)for(r in a=e.defaultProps)void 0===o[r]&&(o[r]=a[r]);return{$$typeof:A,type:e,key:i,ref:l,props:o,_owner:d.current}}function G(e){return"object"==typeof e&&null!==e&&e.$$typeof===A}var I=/\/+/g,P=[];function F(e,t,n,r){if(P.length){var o=P.pop();return o.result=e,o.keyPrefix=t,o.func=n,o.context=r,o.count=0,o}return{result:e,keyPrefix:t,func:n,context:r,count:0}}function S(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>P.length&&P.push(e)}function x(e,t,n,r){var o=typeof e;"undefined"!==o&&"boolean"!==o||(e=null);var l=!1;if(null===e)l=!0;else switch(o){case"string":case"number":l=!0;break;case"object":switch(e.$$typeof){case A:case i:l=!0}}if(l)return n(r,e,""===t?"."+k(e,0):t),1;if(l=0,t=""===t?".":t+":",Array.isArray(e))for(var a=0;a<e.length;a++){var u=t+k(o=e[a],a);l+=x(o,u,n,r)}else if(null===e||"object"!=typeof e?u=null:u="function"==typeof(u=h&&e[h]||e["@@iterator"])?u:null,"function"==typeof u)for(e=u.call(e),a=0;!(o=e.next()).done;)l+=x(o=o.value,u=t+k(o,a++),n,r);else if("object"===o)throw n=""+e,Error(C(31,"[object Object]"===n?"object with keys {"+Object.keys(e).join(", ")+"}":n,""));return l}function N(e,t,n){return null==e?0:x(e,"",t,n)}function k(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}(e.key):t.toString(36)}function W(e,t){e.func.call(e.context,t,e.count++)}function L(e,t,n){var r=e.result,o=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?D(e,r,n,function(e){return e}):null!=e&&(G(e)&&(e=function(e,t){return{$$typeof:A,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,o+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(I,"$&/")+"/")+n)),r.push(e))}function D(e,t,n,r,o){var A="";null!=n&&(A=(""+n).replace(I,"$&/")+"/"),N(e,L,t=F(t,A,r,o)),S(t)}var V={current:null};function Z(){var e=V.current;if(null===e)throw Error(C(321));return e}var Q={ReactCurrentDispatcher:V,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:d,IsSomeRendererActing:{current:!1},assign:r};t.Children={map:function(e,t,n){if(null==e)return e;var r=[];return D(e,r,null,t,n),r},forEach:function(e,t,n){if(null==e)return e;N(e,W,t=F(null,null,t,n)),S(t)},count:function(e){return N(e,function(){return null},null)},toArray:function(e){var t=[];return D(e,t,null,function(e){return e}),t},only:function(e){if(!G(e))throw Error(C(143));return e}},t.Component=B,t.Fragment=l,t.Profiler=u,t.PureComponent=b,t.StrictMode=a,t.Suspense=g,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Q,t.cloneElement=function(e,t,n){if(null==e)throw Error(C(267,e));var o=r({},e.props),i=e.key,l=e.ref,a=e._owner;if(null!=t){if(void 0!==t.ref&&(l=t.ref,a=d.current),void 0!==t.key&&(i=""+t.key),e.type&&e.type.defaultProps)var u=e.type.defaultProps;for(s in t)R.call(t,s)&&!Y.hasOwnProperty(s)&&(o[s]=void 0===t[s]&&void 0!==u?u[s]:t[s])}var s=arguments.length-2;if(1===s)o.children=n;else if(1<s){u=Array(s);for(var c=0;c<s;c++)u[c]=arguments[c+2];o.children=u}return{$$typeof:A,type:e.type,key:i,ref:l,props:o,_owner:a}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:c,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:s,_context:e},e.Consumer=e},t.createElement=j,t.createFactory=function(e){var t=j.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=G,t.lazy=function(e){return{$$typeof:v,_ctor:e,_status:-1,_result:null}},t.memo=function(e,t){return{$$typeof:p,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return Z().useCallback(e,t)},t.useContext=function(e,t){return Z().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return Z().useEffect(e,t)},t.useImperativeHandle=function(e,t,n){return Z().useImperativeHandle(e,t,n)},t.useLayoutEffect=function(e,t){return Z().useLayoutEffect(e,t)},t.useMemo=function(e,t){return Z().useMemo(e,t)},t.useReducer=function(e,t,n){return Z().useReducer(e,t,n)},t.useRef=function(e){return Z().useRef(e)},t.useState=function(e){return Z().useState(e)},t.version="16.14.0"},540:(e,t,n)=>{e.exports=n(192)},664:e=>{var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var A,i,l=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),a=1;a<arguments.length;a++){for(var u in A=Object(arguments[a]))n.call(A,u)&&(l[u]=A[u]);if(t){i=t(A);for(var s=0;s<i.length;s++)r.call(A,i[s])&&(l[i[s]]=A[i[s]])}}return l}},696:(e,t,n)=>{e.exports=n(403)}},t={};function __webpack_require__(n){var r=t[n];if(void 0!==r)return r.exports;var o=t[n]={exports:{}};return e[n](o,o.exports,__webpack_require__),o.exports}const n=wp.blocks,r=wp.blockEditor,o=wp.components,A=wp.element,i=googlesitekit.i18n,l=[{value:"outline",label:"Light"},{value:"filled_blue",label:"Neutral"},{value:"filled_black",label:"Dark"}],a=[{value:"continue_with",label:"Continue with Google"},{value:"signin",label:"Sign in"},{value:"signin_with",label:"Sign in with Google"},{value:"signup_with",label:"Sign up with Google"}],u=[{value:"pill",label:"Pill"},{value:"rectangular",label:"Rectangular"}];var s,c,f,g=__webpack_require__(696);function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},p.apply(null,arguments)}const v=e=>g.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",fill:"none",viewBox:"0 0 180 41"},e),s||(s=g.createElement("rect",{width:180,height:41,fill:"#fff",rx:20.5})),c||(c=g.createElement("path",{fill:"url(#icon_svg__a)",d:"M9 8h162v26H9z"})),f||(f=g.createElement("defs",null,g.createElement("pattern",{id:"icon_svg__a",width:1,height:1,patternContentUnits:"objectBoundingBox"},g.createElement("use",{xlinkHref:"#icon_svg__b",transform:"matrix(.00309 0 0 .01923 -.117 -.692)"})),g.createElement("image",{xlinkHref:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZYAAAB+CAYAAAAHmDfNAAAKpGlDQ1BJQ0MgUHJvZmlsZQAASImVlwdQk9kWgO//p4eEllClhN6ktwBSQg9FerURkhBCiTEQVOyKuIIriogIqAuyKKCgqICsDUSxsCjY6wZZFNR1sSAqKu8PDGF337z35p2Zk/PNybnnnHvn3pnzA0BGs4TCDFgRgExBtigywJsWn5BIww0DPFAEMLAGZBY7S8gIDw8BiMzYv8vHuwCS2luW0lz//v9/FSUON4sNABSOcDIni52J8ElEJWyhKBsAVAniN1ieLZRyG8JUEdIgwj1S5k2zRMrJ0/xhKiY60gcANB4APInFEvEAIFERPy2HzUPykBwQthFw+AKEOQh7ZGYuRSypBmFTJEaIsDQ/PfkveXh/y5ksy8li8WQ8vZcpwfvys4QZrJX/53H8b8nMEM/UMEaUlCoKjJTWQ87sfvrSYBkLkueHzTCfM92TlFPFgTEzzM7ySZxhDss3WLY2Y37IDKfw/ZmyPNnM6BnmZvlFzbBoaaSsVorIhzHDLNFsXXF6jMyfymXK8uemRsfNcA4/dv4MZ6VHBc/G+Mj8InGkrH+uIMB7tq6/bO+ZWX/ZL58pW5udGh0o2ztrtn+ugDGbMyte1huH6+s3GxMjixdme8tqCTPCZfHcjACZPysnSrY2G7mQs2vDZWeYxgoKn2HAB6GABdjZ3BXZ0uZ9lgpXivi81GwaA3lVXBpTwLaaS7OzsUNur/SNTl+B0RtTbw/SUJr15cPIle6YnJxsmfUxVQE4fg4A4udZn8lZABTWA3BlDVssypn2oaU/GEAECoAKNIAOMACmwBLYASfgBryAHwgCYSAaJIDFgA1SQSYQgeVgNdgA8kEh2AF2g3JwABwEh8FR0AxawRnQAS6D6+AmuAMeAQkYAq/AKPgIJiAIwkFkiAJpQLqQEWQB2UF0yAPyg0KgSCgBSoJ4kAASQ6uhTVAhVAyVQ1VQHXQcOg11QFehPugBNACNQO+gLzAKJsFUWBs2hq1hOsyAg+FoeBHMg5fBuXAevB0ug6vhI3AL3AFfh+/AEvgVPIYCKDmUKkoPZYmio3xQYahEVApKhFqLKkCVoqpRjah2VDfqFkqCeo36jMaiKWga2hLthg5Ex6DZ6GXoteht6HL0YXQLugt9Cz2AHkV/x5AxWhgLjCuGiYnH8DDLMfmYUkwt5hTmEuYOZgjzEYvFqmJNsM7YQGwCNg27CrsNuw/bhL2A7cMOYsdwOJwGzgLnjgvDsXDZuHzcXtwR3HlcP24I9wkvh9fF2+H98Yl4AX4jvhRfjz+H78e/wE8QFAlGBFdCGIFDWEkoItQQ2gk3CEOECaIS0YToTowmphE3EMuIjcRLxMfE93JycvpyLnIRcny59XJlcsfkrsgNyH0mKZPMST6khSQxaTvpEOkC6QHpPZlMNiZ7kRPJ2eTt5DryRfJT8id5iryVPFOeI79OvkK+Rb5f/o0CQcFIgaGwWCFXoVThhMINhdeKBEVjRR9FluJaxQrF04r3FMeUKEq2SmFKmUrblOqVrioNK+OUjZX9lDnKecoHlS8qD1JQFAOKD4VN2USpoVyiDFGxVBMqk5pGLaQepfZSR1WUVRxUYlVWqFSonFWRqKJUjVWZqhmqRarNqndVv6hpqzHUuGpb1RrV+tXG1eeoe6lz1QvUm9TvqH/RoGn4aaRr7NRo1XiiidY014zQXK65X/OS5us51Dluc9hzCuY0z3moBWuZa0VqrdI6qNWjNaatox2gLdTeq31R+7WOqo6XTppOic45nRFdiq6HLl+3RPe87kuaCo1By6CV0bpoo3paeoF6Yr0qvV69CX0T/Rj9jfpN+k8MiAZ0gxSDEoNOg1FDXcNQw9WGDYYPjQhGdKNUoz1G3UbjxibGccZbjFuNh03UTZgmuSYNJo9NyaaepstMq01vm2HN6GbpZvvMbprD5o7mqeYV5jcsYAsnC77FPou+uZi5LnMFc6vn3rMkWTIscywbLAesVK1CrDZatVq9sTa0TrTead1t/d3G0SbDpsbmka2ybZDtRtt223d25nZsuwq72/Zke3/7dfZt9m8dLBy4Dvsd7jtSHEMdtzh2On5zcnYSOTU6jTgbOic5Vzrfo1Pp4fRt9CsuGBdvl3UuZ1w+uzq5Zrs2u/7pZumW7lbvNjzPZB53Xs28QXd9d5Z7lbvEg+aR5PGTh8RTz5PlWe35zMvAi+NV6/WCYcZIYxxhvPG28RZ5n/Ie93H1WeNzwRflG+Bb4Nvrp+wX41fu99Rf35/n3+A/GuAYsCrgQiAmMDhwZ+A9pjaTzaxjjgY5B60J6gomBUcFlwc/CzEPEYW0h8KhQaG7Qh/PN5ovmN8aBsKYYbvCnoSbhC8L/yUCGxEeURHxPNI2cnVkdxQlaklUfdTHaO/oouhHMaYx4pjOWIXYhbF1seNxvnHFcZJ46/g18dcTNBP4CW2JuMTYxNrEsQV+C3YvGFrouDB/4d1FJotWLLq6WHNxxuKzSxSWsJacSMIkxSXVJ31lhbGqWWPJzOTK5FG2D3sP+xXHi1PCGeG6c4u5L1LcU4pThnnuvF28kVTP1NLU13wffjn/bVpg2oG08fSw9EPpkxlxGU2Z+MykzNMCZUG6oGupztIVS/uEFsJ8oWSZ67Ldy0ZFwaLaLChrUVZbNhUZhnrEpuLN4oEcj5yKnE/LY5efWKG0QrCiZ6X5yq0rX+T65/68Cr2Kvapztd7qDasH1jDWVK2F1iav7VxnsC5v3dD6gPWHNxA3pG/4daPNxuKNHzbFbWrP085bnze4OWBzQ758vij/3ha3LQd+QP/A/6F3q/3WvVu/F3AKrhXaFJYWft3G3nbtR9sfy36c3J6yvbfIqWj/DuwOwY67Oz13Hi5WKs4tHtwVuqulhFZSUPJh95LdV0sdSg/sIe4R75GUhZS17TXcu2Pv1/LU8jsV3hVNlVqVWyvH93H29e/32t94QPtA4YEvP/F/ul8VUNVSbVxdehB7MOfg85rYmu6f6T/X1WrWFtZ+OyQ4JDkcebirzrmurl6rvqgBbhA3jBxZeOTmUd+jbY2WjVVNqk2Fx8Ax8bGXx5OO320Obu48QT/ReNLoZOUpyqmCFqhlZctoa2qrpC2hre900OnOdrf2U79Y/XLojN6ZirMqZ4vOEc/lnZs8n3t+7ILwwusOXsdg55LORxfjL97uiujqvRR86cpl/8sXuxnd56+4Xzlz1fXq6Wv0a63Xna639Dj2nPrV8ddTvU69LTecb7TddLnZ3jev71y/Z3/HLd9bl28zb1+/M/9O392Yu/fvLbwnuc+5P/wg48HbhzkPJx6tf4x5XPBE8UnpU62n1b+Z/dYkcZKcHfAd6HkW9ezRIHvw1e9Zv38dyntOfl76QvdF3bDd8JkR/5GbLxe8HHolfDXxOv8PpT8q35i+Ofmn1589o/GjQ29FbyffbXuv8f7QB4cPnWPhY08/Zn6cGC/4pPHp8Gf65+4vcV9eTCz/ivta9s3sW/v34O+PJzMnJ4UsEWtqFEAhCqekAPDuEADkBAAoN5H5YcH0DD0l0PTcP0XgP/H0nD0lTgA0IkY6CjG8AGi+gIywiJVHNAzRaC8A29vLdGbenZrNpYJFvlIaKYW8+yH93zfHg3/I9Nz+l77/aYE0q3T0/7v9F0jiBfB415r+AAAAimVYSWZNTQAqAAAACAAEARoABQAAAAEAAAA+ARsABQAAAAEAAABGASgAAwAAAAEAAgAAh2kABAAAAAEAAABOAAAAAAAAAJAAAAABAAAAkAAAAAEAA5KGAAcAAAASAAAAeKACAAQAAAABAAABlqADAAQAAAABAAAAfgAAAABBU0NJSQAAAFNjcmVlbnNob3QyXLg8AAAACXBIWXMAABYlAAAWJQFJUiTwAAAB1mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xMjY8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NDA2PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6VXNlckNvbW1lbnQ+U2NyZWVuc2hvdDwvZXhpZjpVc2VyQ29tbWVudD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CmF5lmAAAAAcaURPVAAAAAIAAAAAAAAAPwAAACgAAAA/AAAAPwAAFCuUliEGAAAT90lEQVR4AexdCZxN1R//YRhmMMxmZyaDwTBGSvlHtoSoJFRkqZStRUgpSYuytln/kiVFJJ+iUskoxUdh7AYz/5lsw2yMZRgG//s9da777rz3Zt7Mve/dN36/z4d37z3nnnvu95w53/NbzrklGse0vU4sjAAjwAgwAoyAQQiUYGIxCEkuhhFgBBgBRkAgwMTCHYERYAQYAUbAUASYWAyFkwtjBBgBRoARYGLhPsAIMAKMACNgKAJMLIbCyYUxAowAI8AIMLFwH2AEGAFGgBEwFAEmFkPh5MIYAUaAEWAEmFi4DzACjAAjwAgYigATi6FwcmGMACPACDACTCzcBxgBRoARYAQMRYCJxVA4uTBGgBFgBBgBJhbuA4wAI8AIMAKGIsDEYiicXBgjwAgwAowAEwv3AUaAEWAEGAFDEWBiMRROLowRYAQYAUaAiYX7ACPACDACjIChCDCxGAonF8YIMAKMACPAxMJ9gBFgBBgBRsBQBJhYDIWTC2MEGAFGgBFgYuE+wAgwAowAI2AoAkwshsLJhTECjAAjwAh4PbH4+pamgIr+VKF8OfL3K0vlyvkSrpUp40M+pUpRyZIluJUZAUaAEfAIAteuXafcq1fp8uVcysm5Qhcv5tCF7Et07vxFyjp7QVzzSMVMfqjXEQuIIjS4EgUHB1Bg5QpU3r+syRBx8YwAI8AImIPA+QuXKPP0OUpPz6LU9DMEIioO4jXEEhpSiapXDaSqVQJttBBfX1+qWbMWVa9WjUJDQikwMJAqBgQohOOvaC6+5OPjUxzaid+BEWAEvBCB3FxoKjl0/sIFOpuVRZmZmZSalkonUlLo2LGjIk2+Fkjl5KlMOnESec7Iy175a2ligXZSp1YVqlUzxEYzCQsLo8gGkRQREUG1a9X2SuC50owAI8AIHDl6hBISEij+YDwlJyergECTOXosjf4+esortRjLEkvd8GoUHlaVypT+R+MIUbSRW5s3p+im0RQUFKQ2AB8wAowAI1AcEMjIyKBdu3fR9h07KE3RaiCXr+RSUvJJSkxK8apXtByx1KgeTPXqVic/xQkPqVs3gv5zZyuKioryKmC5sowAI8AIFBaBvXv30h9bNlNiYoIoIltx+h9OPEHHT6QXtki33mcZYkFEV2SDWlRF8aVAYO5q17YdNYxs6FZA+GGMACPACFgFgQPxByh2Y6xqJjul+F7iDx4VkWVWqaO9eliCWOBDaRxZRzjl/fz8qcu9nally5b26svXGAFGgBG46RDYunUr/fDjOsrOviB8Lvvi/xY+GKsC4XFiiWoURrUVYoE0j2lO3bt1J38loouFEWAEGAFG4AYCF5TIsjVr19COuB3i4hHFub93f/KNDBY68hixYBFjsyZ1KSiwgoCjZ4+erKVYqGNwVRgBRsCaCEB7WbV6lahcRuY52rkn0XILLT1CLFglHxMdIUKIEe3Vp3dvDhu2Zh/mWjECjIAFEUCY8pcrVojoMYQmx+1KEKv5rVJVtxNLxYp+1CKmPpVVNBZEfPV7rC+bvqzSG7gejAAj4DUIwDS29IvPReTYJWW7mG1xh+js2WxL1N+txAJN5bZbGwhSadyoMQ3oP8ASIHAlGAFGgBHwVgQWL1lM+/bvI5DLX9sPWkJzcRuxwKfSskWkMH8xqXhrF+Z6MwKMgBURkOQCs9jWbfEe97m4jVhAKnDUw/z1zOCnrdg2XCdGgBFgBLwWgXnz/yvMYnDog1w8KW4hFhlSDEf9sCFD2afiyRbnZzMCjECxRAA+l9lz5wiHvqdDkU0nFix+bKKsVYGMGD6Co78EEvwfI8AIMALGI4BosZmzZoqC9yhrXLCRpSfEVGLBNi2tW0WJFfW8TsUTzcvPZAQYgZsNAbnOBdvwb9q81yPbv5hKLLfG1BN7f2FF/SN9HrnZ2pfflxFgBBgBjyCw/MvlYoU+9hbbHnfY7XUwjViwS3F0VDhh768xo0azX8XtTcsPZAQYgZsVAfhbpk6fJvYW27U3ye27IptGLG1bNxVb31vBBHYl9SRl791J+L2Sdoqy9+0U/Q3npUOrin+44NcomgLad1bPb9ZOye/NCDAC3o+ANIlhy/2Nm3a79YVMIRZ8pKtBvZpi6/thQ4a59YW0D8vasI6yNv4oSEV7Pb9jv6hmTDL5gcTpjAAjYHkEZs+dLbbcP3j4mFs/FmY4seBzwu3vbia+/Dho4CCPfE8FhJK+YrHQUIra8sG9B7AWU1QQ+X5GgBHwCAL4nsvCRQvFlyg3/LrTbZ85NpxYwutUpYbKB7s8sRAS5q4jr480vAFhLqs2YixBk2FhBBgBRsCbEJALJw8oHwhL+vukW6puOLG0+U8TsW1L/3793fo5YbNIRdsK0F6CHxmovcTHjAAjwAhYGgF85njJ0iWE7V5++2OPW+pqKLGEKp8VbqGEGGOFPSLB3CXpyxcJ05fZz4PmUvvN99m5bzbQXD4jwAgYigAixNLSUpUdkA9TqhKCbLYYSizNmtxC1asFUWfl08Lt27U3u+6ifJi+oK2YLWwOMxthLp8RYATMQmBD7AZap3za+ERKhvJhsP+Z9Ri1XMOIBU77Tu1vFavsx44ZS0FBQepDzDooqqYCskDIcX7CpJIfQpzOCDACVkYgIyODJk+dLJz3P23YbroT3zBiqRpamZo3i3BbiDEIIXHIoy61JXwkIAk44fELUde3KOUhNFlPNEwqLkHMmT2IwK5duwgDCMTf358/9W1yW5w7d47++usv9SmNGzemKlWqqOdWO5Chxzt2JtDJ1NOmVs8wYpE7GLvLDOaKCcwVp3vKx5PFAkq5eNLq0WAYSJKSkujIkSOUmZlJERER1KhRIwoNDXXacf78809aoXzatFq1avTYY4+JX6c3WCgRf9BffPEFwSnZtWtX6tKli4VqV7iqGNEejz/+OG3atElUAO26ZcuWwlXGhbvQ5w4dOiT+lSpVimrXrk01atSgOnXqEM6Ls8TFxVGPHj3UV5wxYwY99NBD6rnVDqQ5zB07HxtGLDIazB07GBfUBAbNBM52VwVaDNbBgJCsGmJ84sQJmjVrFn3++ed2Xw+mSAw0zz33nGKeLGmT5+LFi9SiRQvCtg8Q/HG8/77rONkU6saTuXPn0nvvvac+ccOGDXTLLbeo5952YFR7uJNYfv/9dxozZgylpKTYhTsyMpJeffVVat26td304nDR24hF7nzsjugwQ4gFX4fsoCyK9PX1pbcmvmVqn7l26SSd3/IuZa5NoUtJjreELiypmFp5gwrfvn079ezZs0Cl3XfffTRt2jQqV66cmj89PV0Qi7wQExNDq1evlqeW/33zzTfp008/Vev52WefefUAVpD2WL58OcXGxop3xkTh448/Jh8fHxUDHLiDWHJzcwkz89mzZ9s829HJoEGDaMKECY6Svfq6txELwB4/Ybzydckc+kVZLJmjfMrYLDGEWGSYsTsWReYkLaac5CVUonQIZay+ZpdcijOppKWlUdu2bVVtQ3YMmCCghSBdmkNkGojjq6++sjFNvPHGG7Ro0SIRZIHZ/z333COzW/533759NHToUGH+AxaffPJJnkHW8i+hq2B+7TF+/HgCgUo5fPgwlS5dWp6KX3cQy/Tp0wWpaR8Mf86dd94pJpY7duzIo8VAG9aajLT3evOxNxKLXCxpdtixIcQi9wZrfVdr6t6tu6l95fyWvgStRUrO8SjK+Np2g7W6c5epznmZr7j8zp8/n9555x31dWBqwDmIRUpiYiJhpgi/i5R58+bRvffeK0/FL0xh0DL1M1+bTBY9uX79OsHXUrFiRYvW0PVqOWsPKxDLqVOn8gQEvPzyy/TMM89QiRIlxAtDowEBTpw40QYA+GHKlCljc83bT7yRWNasXUObft9EZu8dZgixNG0cTjVrBJPZOxn/Ywbrm6c/Xr3QlLJijwvtxRVHfZ6CvODCwIEDaePGjWpNf/nlF2X7nLrquTyA1oIZrBQ46CdNmiRPhWZz7do1cY4ZZ/ny5dU07QEG8KNHj9KBAwfEIA7beeXKlenKlSsiWEDm1UbDYHCR0UlIh78H5HXp0iU6ePAgHTt2jKpXry7qXRhigE/i7Nmz8tEiUEEObLgIrU2+W4UKFZRPN/jR1atXRZADBrhKlSqJZ2vrrBbm5ABElp2dLXLAMR0cHGyTG1ilpqaKa9AmAgMDbdJRB5i9pKAeIHaIts7a9kB5KBdt980338hbhVaKgVqb157GgnuBd3x8vBjY4YuqWbOmSgRqgQU4eO2112jp0qVqzpdeeomGDbO/yey4ceNEgIXMjGCLVq1aydM8vwgCwIQI5BUSEiKCUFxZsgBsocXB93j58mXhcwsPD8+j1eV58L8XCtPPXSUWvGNCQoLoIwiuQKBNQECAoyqZcl3ueHzseDrt3pdkyjNQqCHE0rJFJAUFVqDBTw6mevXqmVZZaQaz94ASpesqprEzVGPsR8VWW8F7P/XUU7R+/XoVgs2bN4tBWr3w7wFmv23atFEvw2QEM4aUsLAweUh9+vShyZMnq+fyAOT0wgsv2JAE0mA2u//+++nZZ5+VWQmhrvKPRO8DWrlyJX3//fe0cOFCNb88gAmof//+eQIMZLq9X73zHvWsVauWyApC0TryMRhiAB89Ou9OEI8++qhwMDsiVf2z4StYvHixellvjtq9e7fABRkw4AMTrTaoxwXv0blzZ1GevfYAiSHCz5ngHd59912RRU8sc+bMESZDvYMdWi7aG+ReUNHjivu0ba4vRz/ownQ5duxYfTahVU+dOpXWrFmTJw1aOOoJM5sjASEsW7aMgKVWQ5f5gQm0KrSHIylsP9e/o6OosNOnTwurAszReomOjqYPP/xQLNPQp5lxjj47f8F8ysg8R1u3xZvxCFGmIcQiI8JGvTiaquQT5lqUN3FGLCjXp1I0+cXMKPAjNu7OKXDe/DK2bfrPzDO/fEVNx+CsNTN069ZNRHTp7e35PUc7kPXu3ZumTJlicwtmmJh1FlS0g8y2bdvo4YcfLuitov6u2OD1xPLbb7+ppkB7A6CzijgiVXv3/PDDD2KglmnQIDAwSMEAoY2uQzj37bffLpNJb8YE0chZub32KAqxqA91cIAJ4Lp162z8bg6yist6MxjCajGQOhJoEJidS4H2Bk1EKxiY+/Xrl8dfqM2DY0ekBM0YWtPXX3+tv8XmHNrBkiVL7E56i9LPC0Is0K5BbvibcCaYsNx9993OshiSdkrRgKfPmGb6vmGGEEvHdjFim/wJ4yc4nRkUFZnsuBcp98wuh8X4hvUn3/ABDtP1Cb0mZeovFeo8JKAkzR5eqVD3unoTTDmdOnWyuQ0zO4QVw4cC009BxN5AJu/TDyK4jhlf8+bNaf/+/Xk0GKQXhFjwB46BFOtPtILr0Ly05ixtuv64MMSC+jds2NDuH/ivv/4q1l3on6M/x8wTgRBSXn/9dXriiSfkqdA+YHKSoh8QBw8eTD///LNIjoqKorVr18qsNjNWSfQwN2K2jVk51qRoNY8HHnhAkALMS5LEtRqLWrByAHJDwIMML5dpM2fOJExMCiJ6bWvkyJH0/PPPF+RWu3mysrKoffv2Nn0JfQN1hTkL/UkrCNDo2LGj9pII2nj77bdtriGABaZa9Cft+2ICsGrVKhsNsqj9PD9iAbmOGDGCMCGRgr9V9MPjx4/b/B3gbwD90Gw/FDCZ+NZEsY3++tg4WS3Dfw0hls4dW4itXCa9Pcmm4YyurVWJBe+5cpytPd3od9eWh5kwZmr2BAMFBh2YO8qWLWsvi7jmjFj04bwwfX300UdqyPK3334riExbeH7Eop2RwWfz4IMP2gwqWMGsn9Fqy9ceu0osGARhtkOYLgY0mMXkAI9yYTIq6CJLYCsHPRA5giIgGPT1JhsMItCmINCkmjRpog52qM+oUaNEGv5z1h5Id9V5j3swEIM80A8wu8eaJ23o75NPPinKRd78RN/mMF/16tUrv9scpkND1oYso98iLF72WWhTQ4YMUe8H6QBLadI6c+YMNWt24zMWuL5gwQK64447xD3wwQ0fPtwmQhKa/oABNyaeRe3n+RGL3roALQ+mPWldQN+RZkxUGvWBWdhMQT8Y99o4saXLuvXOtaii1MMQYuna6TZRhynv2ZpTilIxe/eeje1g77J6DWYwmMMKKkZpLHgeNBZoLu4S/R+6/rn4Q8MAClOD7MjaPM4GMmxNoZ3tQcPQ+yGw+E27ONMZscCk9vTTT2sfLwY4rb8C62i02oBNZt2JK8SCWbF2zQuKgr9H63SGVqAdxHSPszn94IMPCP8gwHjPnj2CsGDnf+WVV2zy4kQu3oRjukOHG/0X61LkIIh8ztoD6a4SC+oG84t2/ZLeTGgPGzzLnqCttKSk1yAw0CN83ZHUr19f7JKAdMzkoZnIAA/UFTsP4FcrCINHW0tB4MBdd90lTuG3wwJNKfDfQEPUSn7rg4raz/MjFvjPtBqs1mSLegIHkD92zoC40h7ihkL+99LL/0xKv//pxnY0hSzK4W1eRSz6UGP9W91MxIJ3hyoPuz0GNS0RaHFBx8UKfRl9JNMcDWSY6TVt2lRmo759+9qEN8sEzLww05fijFgwEEND0cp3330nZpTymiuLHF0hFq1zWz5LbwLRaw8yn71faFbamTo0H/grYBIDiUAwu5aDpjSXwXGrDSBAdJy2TRy1h6yDq8QC04q9LV3atWunDmSuLIzVE4tey9MTp6y3/IVGAu0JkpycTAgmkeJIc9Ln05IHtD2YtqRg/Yw+Cg9pwFzrNIffBwEVRvRzZ8SCCDCYjqXAFAeNSi8IXpEmUUSxyUWw+nxGnruDWP4PAAD//6k6zWkAABSGSURBVO1dCVhVxR7/qyghKj02lycmggkiKahh+vC5lVZamZmWllq5pLZpPr80U7Msc2kzs6xM01JLrZd9ark98WkWAooELojbE1ldQQXUd35jczz3cO/lBufcy/Kf74NZzyy/M3d+85/5z5xqYRFdrlMZTa8e7ah69Wo0842Z5ObmVsbcbD9+cdcgunb5tM0EHqH/opoNetqM10f0n5mrDyq1/9tJ3qV+tqwPFhQUUExMDK1bt47Wrl1bLLsuXbrQp59+SrVq1VLjmjZtqrofffRReuedd4Q/JSWFevXqpca99tpr9NRTT6l+6Zg1axZ9/PHH0kt79+4lLy8v4Y+NjaVHHnlEjXvvvffooYceUv1w/PzzzzRixAg17KuvvqLo6GjVb8+xcOFCevvtt9Uk27dvpyZNmgj/tWvXqFmzZmrcY489Rm+99ZbqhyM3N5ciIyPVsOeee47Gjx+v+u05CgsLqXnz5moS4Hb//fdTWFiYGvbZZ5/RM888I/wdOnSgFStW0CuvvELffPONCOvWrRt98cUXano4bL0PmWjKlCkEjKQ5dOgQ1axZU3qF/cQTT4h+AE/Dhg1p165dFvHw3H333YRnYSIiIqz2FxGp+7d69WoLjKZNm0ZDhw5VU6WmplL37t1Vv97Ru3dvmj9/vgj+/fffqX///mqSN954gwYPHqz6paOoqIiCg4Oll7R5PP7447Rz504R5+npSUlJSWo6rQN9FH1Vmo0bN1KLFi3IiH4eHx9Pffv2lVnTvHnz6OGHHxZ+ff5qohIcwLFGjRolpCp9NDCd9OokunbtOm3YFFv6jEp4spoRxNKjawTVqulGU6dMJbxks0x+/DgqOrvXZvY1G/Ykj5B/2YzXR1QWYtG26+LFi7R48WKaO3euNlgMStqB29ZApv+xzJ4922IQkJlWVWJB+4cPH06//PKLgAIEeu+999LTTz8t/CCZd999VwzaeXl5IgyYPvjgg3T8+HHhnz59Og0ZMkS45T9b70PGu5pYduzYYTH4A4PJkyfL6hHaun79etWPfgjykUZLClu2bLGYrAAv7QAtn4ENwpY4YoL05Zdfimjkt3//fuG2RaKI/Prrr2nSpEkiHf59//331KZNGzKin+vz0BLL7t27acCAAWq5jjrQpjp16jia/C+nA5bTZ0yngsIi2rQ1/i8/7+gDhhBL507hVMfzFho/7mWq7+/vaNl/Od2llHeoMH2jzefcbm1NtSPm2YzXRxhFLH5e1WnBmFv12Rvuz8zMFJKBzDg0NJQaN24svRb2d999Ry+//LIa9vzzz9O4ceNUv62B7OjRo4QfsDTWBkHEVWViWb58uTqoYlCDBIIwGCmdAes1a9aIMJDCjBkzhBv/IK3dfvvtqh8OW+9DJnI1sej7RUnSzrlz56h169ay+hbShn42P3PmTIIEojeQxLU4QRrA4A0zZswY+umnn4TbnsTy/vvvC6IXCZV/IDVItPr2lKaf2yOWAwcOUM+ePWWxQqK+8847Vb81R/Xq1QnSm3ZlwVq6soRlKGPI3Hlz6GLeZdr+38SyZGX3WUOIJapdCPl416XhTw+3WCawW3IpIgtPb6RLyTeWbPSPp9ZqSUuyq9PkHlPIz9NXH23Vn3XumtVwfWDSsUL6aN2N2ac+Dv6w29xo2qB61qIMDdPP9F588UXCnzWj/2F37NhRzN5kWlsD2eXLlykkJEQmo0GDBtGbb76p+qWjKhPLkSNHBJlILLR2XFwceXt7i9n7s88+q40Sbh8fH8JSYbVq1SzibL0PmcjVxIJ6dO3aldLS0mSV6Ntvv6X27durfq1D3/+0Ekt+fj61bNlSTT5s2DCaOnWq6pcOPQEBz4kTJ4poSOQffvihTCow9fUt/rvXEhASS4nAiH5uj1iuXLkiltxkBbWkKMNcYWMZdNHniygn9wLtjk0xrQqGEMsdYYHU+O++1K9vP4qKijKtslgGw3KY3qynCPp3eoYIfji8L/ULv7HOqU9XWv+05ecp6ViRzce73OFOY3qbtwQoC9YPaNhXwPKDteXHxMRE6tOnj3xUSCFyGQGB9gaytm3bUk5Ojvqsdv9EBr7wwgv0ww8/SG+V2WORDb7rrrsoPT1deoUt91PguXDhAoWHh1vEw4PlEe2av0xg730gjZ5YkpOTycPDQz4ubDP3WFDAggUL1L04+CG1LFmyhOrVKz6pskcseFaP3759+4rlA7JB/tJo9+GwpKWdVEFChFSuNXg/KEcaSFDaPlvWfm6PWFCmnoi3bdtm8buT9dq0aZMI1+4nyTijbSzRrV67mk7+L5v2Jd2cJBhdjiHEEhTYkFo0b0zR/4imPr1vDmZGVxb56TfwPyjoQMk5N9auZXnvPfiuw1KLfMaWDWll2vILtqJF+LRBdRWpxXIj1e4DZYgcOHAg/frrr2oOkEQw6GBZTBqQCn5k2tkl0sh9AKSzN5DpNzwhwmPDHDNxzPQWLVpUbA9HSz6VefNeYvzqq6/SsmXLpFfYGAgx+5YGSg+QMrUGG9iYveuNvfeBtFASwMAuDSYJ2iVLhJtNLCDLe+65x4JQAwMDac6cOYJEsYRz9epVoRwAKRcKJdJoJRaEQZEBCg3SYP8P2EgFkJUrV6rSCdJA0sOgKJWD0A8xcGvJHfjcd999Isvs7GzR39EvpYESB5Q5pClrPy+JWNA/0E+kgdIHpCy5IgDJDb8l7DFhcojla+3vWD5npP3juh8pZkcMHTh0klLTLCdGRpZjCLH4+91K7SKaU1BQMI0cflPTx8iKyryupC2hK0eX0hm3BvRVftNipIJ0fnX8aHL3SYaQS0nSCspzpkYYlgf69eunbmiifBh0zICAAMrKyrKQNmQcfuQgBmnsDWTYeIXkKTdN5TMYRLRkJcNhVzVigXbRyJEjtRCQfkaqHxyRGKRrbcnG3vvAc/qBGGHY3wG5SK03s4kFZULTTDs4I0waDP5aSVeGw8Z+39ixY9UgaCeBbNCftQZSxcmTJy3yQd+GVpockGX6DRs20KhRo6RX2MAE9ZAb+zISkiI0CbVLkGXt5yURC0gWyh1IpzUgGHd392J1dMZy2SeLPqXU1MMUG3+IMrPOaqtlqNsQYnF3r0nd/9lGgDVj+s1NSkNrqsksIXYqzT54RBNS3NmyfiiN6DCiTOSCfZVt+64Uz1wT4qxlME2RlJCQQFhv1s7WtPFaN36Uq1atslCHRXxJAxkGSa06qTZPa+6qRixnz54V2kUSC5Du1q1bpVfYGRkZFkvDGBgxGFozJb0PvYq0zAPqw5j1wjiDWFDOb7/9JiQz/cQDcdaMtWUqpMPS7ujRo4uRiz4P9F9bG9/65Tn9s/D36NFDSNxS2tGmKUs/L4lYUA40AaHOrpWctOVLN5QXXn/9dVUik+FG21OmTiHs/2z+T4JiFxqdvZqfIcSC3KRm2NgxY6lJQBO1ADMcqxPX0JrEtSVmXRZycYRUUAFnLoNpG3zp0iWxeYof+Z49e4qRDGZtmM2hw4Jc9EY7kCENNHP05uDBg0JVE7NsrQGpYQ0dqpzSaIlF/4OD+K/d78Ezmzdvtliag1ZVp06dZHZ2bQykWoUCnGdo1KiReOb69euEQV4aa8oHelKwpwQh87FmQ0VWzkb1WncyvTYNNpInTJggoyxsR94HpE7UVSsVaIkFEwEMlDDYf8P5Hr3BGSUpJbRr104sv+jTOOJHHSCRff755xb1wbPoe1ATxh/6FiRpWwaDHDTpsGeinyh17txZSDm2SEXmib6H/oDfgtag30MtGpKlfj9Km660/RzlQo1cmg8++IAeeOAB6VVtSGdYuly6dKmqci4j0Ua8E+Bktjl+4jjN/2i+6RphaIdhxNKqZVNq0tiPevXsRd26djMbI3rx3+Mo62KWQ+WMVCSXUEWCcURbLDkjmVYmrKU616Nod1yE3fxdIa3YqhBmtFhCgA48lgPs/ZBs5WErHCQG9UzkiUECB7i0s2P8gLGvA3VJNuYigEEK7/n8+fNiSa1+/fqmHqgrqTUg8jNnzhCkMxxOhfq73Ccp6Vl9PCYraBv6FyYK1pQC9M9o/cAGEgIkKSz7AhtrUor2Ga3bGf0c+yqoI+qFCZCZhyG1bYN7y9YttGHjBjp+Mov2/3FUH22o3zBiaeD/N4psE0yYeY0eNdrQSlrLLCsvm97cPNNhcsG+S3TgP6ilfyj5Km4YEA3yAZnAxKTF0B9/uuEP8epDiUmRdL3o5t4EwqVxlbQiyzfTxkYp1qQhbejPyug1zqydJDezbpw3I2AUAlWpny9YuEBMEOMSDtPpzDNGQWg1H8OIBVe63NOtrbjaZeKEiUIctlqigYGOLomVpcjmPqF0+shAyjljeQCyf7QHPar8VUaDJQmsS2PmB2kEm65QLa1du7ZYdoMWkHZ9XXviuDLiwW2qnAhUpX6OpctZs2eJq1x+3rJH2Ga+VcOIBZVsE96MGjX0cdpyGMr85NdFtP1I8bVkxBllfGr7UUH6WJVcnHUg0qj6/9V8sFaN+8McMdo1fkfScxpGoLwgUJX6uVwGO5WeQwmJ9hWfjHg/hhKLVDv28/OnCeNvXidiREXt5eEMyQXlR3gPpYs57Z1yyt5ee50Rhz0VSCp6tU1t2TgX89JLL5l6t5G2PHYzAkYjUFX6+ey5c5SjCJmmqxnL92MosSBTqR325OAnqVWrVrIc022QS0zaDof3XEpTIWiZ4XxMVTHQ2IHWE7RfoOKMMzLYQwsKChJXmuCWWDaMQEVHoLL3c0wOly5b6hRtMNkXDCeWwNsaUGiLAKcclpSNkDY24T/ZvcgUcjHjqhhZb7YZAUaAETALAXkoMvnACUo7dtqsYizyNZxYsInfTTksiWv0hw0dRqEhN68asSjZRM/2IzG0Zv9aQwimc7PO1FnRJoO6MhtGgBFgBCoSAskpybT4y8XimvwtyqFIfIfFGcZwYkGl5d1hzlI9tgVUWSQYJhRbqHI4I8AIVBQEpIqx2XeD6fEwhVhQSJfoO6i2h7vpNx7rG2TNL8+p/JGZTCmZN+4mwvkVHLDE+RacZ/H19FP+fMQ5F5ZOrKHIYYwAI1CREJA3GedfukLbYvY5teqmEcvfG/lS61aBytkHT6EhZu1aEae2lAtjBBgBRqCKIIBzZtAEy8/Po7370+h/p7Kd2nLTiAWtaKvceFxfufk4MiKSBg4Y6NSGcWGMACPACFRVBFasXEFx8XGUodxgvEe5ydjZxlRi8ax9C0V3bCVO45v9ETBnA8flMQKMACNQHhGQS2DYqI/ZuZ/y8i87vZqmEgtaE6BcTBmuXFAJ44ybj0VB/I8RYAQYgSqIgLzBGE1PVC6aPKFcOOkKYzqxoFHy5mOcyB896lmr17i7ovFcJiPACDAClQUB7KssWPixOGHvjBuM7eHmFGJBBaLahZCPd12XHJy0BwDHMQKMACNQGRCQByFzci/Q7tgb2q+uapfTiAVfmQS51PG8hcJahtGQJ4e4qs1cLiPACDAClQqBJUuXUNIfSeLaFpCKmV+HdAQ4pxELKlO3jge1b9uCblFIhsnFkdfDaRgBRoARsI+AJJXLyqeGf99zgC5cvGT/ASfEOpVY0J569WpTu4jbBbkEBQXT4McH8Z6LE140F8EIMAKVCwHsqSz7ejmlph4mkEps/EHly6L55aKRTicWtBqSS0TrYLEshg39Acq3P5oENCkXgHAlGAFGgBEo7whA+2vlqlVio/5i3mWK33u4XEgqEjeXEAsKx55Lm/AgsaEPP59zAQpsGAFGgBGwj4A8p4JU2KhPSEx1+Z6KvsYuIxZZEamKDD9O6Pfp3YeXxiQ4bDMCjAAj8CcCWPr6cd2P4kQ9glytUmzvxbicWFA5HKIMC7lNnNDH3WL39uxFUVFR9urNcYwAI8AIVBkEIKWs37hB3P2FE/VJKcdcdvjREdDLBbGgorj+JUT5QBjuFoPBlftdu3R1yfdcRAX4HyPACDACLkYA31PZum0r4RPKMLj7K0X5YJcrrmkRFXDwX7khFllf3IrcPKiRuHIfYdAc63RXR6d+5ljWhW1GgBFgBFyBAD4n/N9dO4XGF8rH1feHUk85/Zbi0ra93BGLbAg+FhbYtIH4EiXCoD3WNjKSWt/Rmnx8fGQythkBRoARqBQI5OTk0N59e2lPXJzQ9kKjCgqLKO3oaUpNS69QbSy3xAIU8Znj2wLqiz0YnNiXBstkIS1CKDg4mNWUJShsMwKMQIVDAGrDhw8fVpa3UtTlLjQCKsS4QPLYiQynfU7YSPDKNbFoG+qv7L00auBNDep7C8KRce7u7tS4cQA1atiQ/BWpxtvbm+p5eSlnZDwVlWZ3cnNzk0nZZgQYAUbAqQgUFRUpqsBXFKLIo/PnzlFubi5lZmXSqfR0OnnyhIiTFcKm/OmMXDp1GmnOyuAKaVcYYpHoQorx972VfH29yPtvdcUhSxnHNiPACDACFQkBSCa5Zy5QdvY5ysw+WyGlE2t4Vzhi0TcCBy296nmK0/zQLPPwcBeHL2vVciO3GjUspBv9s+xnBBgBRsBMBCCFFF29SgUFkFwK6ZKyCQ+NLtznde58Xrk72GgUFhWeWIwCgvNhBBgBRoARMAYBJhZjcORcGAFGgBFgBP5EgImFuwIjwAgwAoyAoQgwsRgKJ2fGCDACjAAjwMTCfYARYAQYAUbAUASYWAyFkzNjBBgBRoARYGLhPsAIMAKMACNgKAJMLIbCyZkxAowAI8AIMLFwH2AEGAFGgBEwFAEmFkPh5MwYAUaAEWAEmFi4DzACjAAjwAgYigATi6FwcmaMACPACDACTCzcBxgBRoARYAQMRYCJxVA4OTNGgBFgBBgBJhbuA4wAI8AIMAKGIsDEYiicnBkjwAgwAowAEwv3AUaAEWAEGAFDEWBiMRROzowRYAQYAUaAiYX7ACPACDACjIChCDCxGAonZ8YIMAKMACPAxMJ9gBFgBBgBRsBQBJhYDIWTM2MEGAFGgBFgYuE+wAgwAowAI2AoAkwshsLJmTECjAAjwAj8H8yd9deKaZbhAAAAAElFTkSuQmCC",id:"icon_svg__b",width:406,height:126}))));var h=__webpack_require__(540);const C={label:(0,i.__)("Default (use site settings)","google-site-kit"),value:""};const y=JSON.parse('{"UU":"google-site-kit/sign-in-with-google"}');(0,n.registerBlockType)(y.UU,{edit:function Edit({attributes:e,setAttributes:t,className:n}){const{shape:s,text:c,theme:f,buttonClassName:g}=e,p=(0,r.useBlockProps)({className:n});function y(e){return[C,...e]}function w(e){return function(n){!function(e,n){t({[e]:n||void 0})}(e,n)}}const B={...s?{"data-googlesitekit-siwg-shape":s}:{},...c?{"data-googlesitekit-siwg-text":c}:{},...f?{"data-googlesitekit-siwg-theme":f}:{}},m=["googlesitekit-blocks-sign-in-with-google",g||""].filter(Boolean).join(" ");return(0,h.jsxs)(A.Fragment,{children:[(0,h.jsx)(r.InspectorControls,{children:(0,h.jsxs)(o.PanelBody,{title:(0,i.__)("Button settings","google-site-kit"),initialOpen:!0,children:[(0,h.jsx)(o.SelectControl,{label:(0,i.__)("Button shape","google-site-kit"),value:null!=s?s:"",onChange:w("shape"),options:y(u),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0}),(0,h.jsx)(o.SelectControl,{label:(0,i.__)("Button text","google-site-kit"),value:null!=c?c:"",onChange:w("text"),options:y(a),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0}),(0,h.jsx)(o.SelectControl,{label:(0,i.__)("Button theme","google-site-kit"),value:null!=f?f:"",onChange:w("theme"),options:y(l),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0}),(0,h.jsx)(o.TextControl,{label:(0,i.__)("HTML class","google-site-kit"),help:(0,i.__)("Add optional classes to customize the button in the editor and on the frontend.","google-site-kit"),value:g||"",onChange:function(e){const n=e.trim();t({buttonClassName:n||void 0})},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0})]})}),(0,h.jsx)("div",{...p,children:(0,h.jsx)("div",{className:m,style:{maxWidth:"180px",minWidth:"120px"},...B,children:(0,h.jsx)(v,{})})})]})}})})(); assets/css/googlesitekit-adminbar-css-d193e67e2cbecf306061.min.css 0000755 00000340175 15111634507 0020256 0 ustar 00 :root{--reach-combobox: 1}.googlesitekit-plugin{color:#161b18;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.43}.googlesitekit-plugin *,.googlesitekit-plugin *::before,.googlesitekit-plugin *::after{box-sizing:border-box}.googlesitekit-plugin svg{color:inherit}.googlesitekit-plugin svg:not(:root){overflow:hidden}.googlesitekit-plugin h1,.googlesitekit-plugin h2,.googlesitekit-plugin h3,.googlesitekit-plugin h4,.googlesitekit-plugin h5,.googlesitekit-plugin h6{color:#161b18}.googlesitekit-plugin .googlesitekit-subheading-1{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.14}.googlesitekit-plugin .googlesitekit-subheading-2{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1.33}.googlesitekit-plugin .googlesitekit-nodata{display:none}.googlesitekit-plugin legend,.googlesitekit-plugin p:not([class*=mdc-]){font-size:14px;letter-spacing:.25px}.googlesitekit-plugin a{color:#108080;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin a:hover{color:#108080;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-plugin a:focus{box-shadow:none;outline:1px dotted #000;outline-offset:3px}.googlesitekit-plugin button{background:none;border:none;border-radius:100px;color:#108080;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin button:hover{-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-plugin button:focus{outline:1px dotted #000;outline-offset:6px}.googlesitekit-plugin legend{line-height:1.5;margin:1em 0}.googlesitekit-plugin .screen-reader-only{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}@media(max-width: 599px){.googlesitekit-plugin .hidden-on-mobile{display:none}}.googlesitekit-hidden{display:none !important}.mdc-button,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:500;letter-spacing:.0892857143em;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;padding:0 8px 0 8px;display:inline-flex;position:relative;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;height:36px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:none;overflow:hidden;vertical-align:middle;border-radius:4px}.mdc-button::-moz-focus-inner,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button:active{outline:none}.mdc-button:hover,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button:hover{cursor:pointer}.mdc-button:disabled,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button:disabled{background-color:transparent;color:rgba(0,0,0,.37);cursor:default;pointer-events:none}.mdc-button.mdc-button--dense,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--dense.mdc-button{border-radius:4px}.mdc-button:not(:disabled),#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button:not(:disabled){background-color:transparent}.mdc-button .mdc-button__icon,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;width:18px;height:18px;font-size:18px;vertical-align:top}[dir=rtl] .mdc-button .mdc-button__icon,[dir=rtl] #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button .mdc-button__icon,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar [dir=rtl] .mdc-button .mdc-button__icon,.mdc-button .mdc-button__icon[dir=rtl],#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:0}.mdc-button:not(:disabled),#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button:not(:disabled){color:#3c7251;color:var(--mdc-theme-primary, #3c7251)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}[dir=rtl] .mdc-button__label+.mdc-button__icon,.mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--raised .mdc-button__icon,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon,.mdc-button--outlined .mdc-button__icon{margin-left:-4px;margin-right:8px}[dir=rtl] .mdc-button--raised .mdc-button__icon,[dir=rtl] #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised .mdc-button__icon,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar [dir=rtl] .mdc-button--raised .mdc-button__icon,.mdc-button--raised .mdc-button__icon[dir=rtl],#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--unelevated .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--outlined .mdc-button__icon,.mdc-button--outlined .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:-4px}.mdc-button--raised .mdc-button__label+.mdc-button__icon,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,.mdc-button--outlined .mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:-4px}[dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,[dir=rtl] #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised .mdc-button__label+.mdc-button__icon,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar [dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:-4px;margin-right:8px}.mdc-button--raised,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised,.mdc-button--unelevated{padding:0 16px 0 16px}.mdc-button--raised:disabled,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.37)}.mdc-button--raised:not(:disabled),#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#3c7251}@supports not (-ms-ime-align: auto){.mdc-button--raised:not(:disabled),#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:var(--mdc-theme-primary, #3c7251)}}.mdc-button--raised:not(:disabled),#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-button--raised,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12);transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-button--raised:hover,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:hover,.mdc-button--raised:focus,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:focus{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12)}.mdc-button--raised:active,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:active{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12)}.mdc-button--raised:disabled,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:disabled{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12)}.mdc-button--outlined{border-style:solid;padding:0 15px 0 15px;border-width:1px}.mdc-button--outlined:disabled{border-color:rgba(0,0,0,.37)}.mdc-button--outlined:not(:disabled){border-color:#3c7251;border-color:var(--mdc-theme-primary, #3c7251)}.mdc-button--dense{height:32px;font-size:.8125rem}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var: 1px solid #000;visibility:hidden}.mdc-ripple-surface--test-edge-var-bug::before{border:var(--mdc-ripple-surface-test-edge-var)}.mdc-button,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-button::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button::before,.mdc-button::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-button::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-button.mdc-ripple-upgraded::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded.mdc-button::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-button.mdc-ripple-upgraded::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded.mdc-button::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-button.mdc-ripple-upgraded--unbounded::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded--unbounded.mdc-button::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-button.mdc-ripple-upgraded--foreground-activation::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded--foreground-activation.mdc-button::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-button.mdc-ripple-upgraded--foreground-deactivation::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded--foreground-deactivation.mdc-button::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-button::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button::before,.mdc-button::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-button.mdc-ripple-upgraded::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded.mdc-button::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-button::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button::before,.mdc-button::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button::after{background-color:#3c7251}@supports not (-ms-ime-align: auto){.mdc-button::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button::before,.mdc-button::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button::after{background-color:var(--mdc-theme-primary, #3c7251)}}.mdc-button:hover::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button:hover::before{opacity:.04}.mdc-button:not(.mdc-ripple-upgraded):focus::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button:not(.mdc-ripple-upgraded):focus::before,.mdc-button.mdc-ripple-upgraded--background-focused::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded--background-focused.mdc-button::before{transition-duration:75ms;opacity:.12}.mdc-button:not(.mdc-ripple-upgraded)::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-button:not(.mdc-ripple-upgraded):active::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-button.mdc-ripple-upgraded,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded.mdc-button{--mdc-ripple-fg-opacity: 0.12}.mdc-button--raised::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised::before,.mdc-button--raised::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised::after,.mdc-button--unelevated::before,.mdc-button--unelevated::after{background-color:#fff}@supports not (-ms-ime-align: auto){.mdc-button--raised::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised::before,.mdc-button--raised::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised::after,.mdc-button--unelevated::before,.mdc-button--unelevated::after{background-color:var(--mdc-theme-on-primary, #fff)}}.mdc-button--raised:hover::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:hover::before,.mdc-button--unelevated:hover::before{opacity:.08}.mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,.mdc-button--raised.mdc-ripple-upgraded--background-focused::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded--background-focused.mdc-button--raised::before,.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus::before,.mdc-button--unelevated.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.mdc-button--raised:not(.mdc-ripple-upgraded)::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(.mdc-ripple-upgraded)::after,.mdc-button--unelevated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-button--raised:not(.mdc-ripple-upgraded):active::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(.mdc-ripple-upgraded):active::after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.mdc-button--raised.mdc-ripple-upgraded,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded.mdc-button--raised,.mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}:root{--mdc-layout-grid-margin-desktop: 24px;--mdc-layout-grid-gutter-desktop: 24px;--mdc-layout-grid-column-width-desktop: 72px;--mdc-layout-grid-margin-tablet: 16px;--mdc-layout-grid-gutter-tablet: 16px;--mdc-layout-grid-column-width-tablet: 72px;--mdc-layout-grid-margin-phone: 16px;--mdc-layout-grid-gutter-phone: 16px;--mdc-layout-grid-column-width-phone: 72px}@media(min-width: 961px){.mdc-layout-grid,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:24px;padding:var(--mdc-layout-grid-margin-desktop, 24px)}}@media(min-width: 601px)and (max-width: 960px){.mdc-layout-grid,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:var(--mdc-layout-grid-margin-tablet, 16px)}}@media(max-width: 600px){.mdc-layout-grid,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:var(--mdc-layout-grid-margin-phone, 16px)}}@media(min-width: 961px){.mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-12px;margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1)}@supports(display: grid){.mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:24px;grid-gap:var(--mdc-layout-grid-gutter-desktop, 24px);grid-template-columns:repeat(12, minmax(0, 1fr))}}}@media(min-width: 601px)and (max-width: 960px){.mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1)}@supports(display: grid){.mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-tablet, 16px);grid-template-columns:repeat(8, minmax(0, 1fr))}}}@media(max-width: 600px){.mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1)}@supports(display: grid){.mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-phone, 16px);grid-template-columns:repeat(4, minmax(0, 1fr))}}}@media(min-width: 961px){.mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell{width:calc(33.3333333333% - 24px);width:calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));box-sizing:border-box;margin:12px;margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2)}@supports(display: grid){.mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports(display: grid){.mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:calc(8.3333333333% - 24px);width:calc(8.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:calc(16.6666666667% - 24px);width:calc(16.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3-desktop{width:calc(25% - 24px);width:calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3-desktop{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:calc(33.3333333333% - 24px);width:calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:calc(41.6666666667% - 24px);width:calc(41.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:auto;grid-column-end:span 5}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-6-desktop{width:calc(50% - 24px);width:calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-6-desktop{width:auto;grid-column-end:span 6}}.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7-desktop{width:calc(58.3333333333% - 24px);width:calc(58.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7-desktop{width:auto;grid-column-end:span 7}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:calc(66.6666666667% - 24px);width:calc(66.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:calc(75% - 24px);width:calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:auto;grid-column-end:span 9}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:calc(83.3333333333% - 24px);width:calc(83.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:auto;grid-column-end:span 10}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:calc(91.6666666667% - 24px);width:calc(91.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:auto;grid-column-end:span 11}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:calc(100% - 24px);width:calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:auto;grid-column-end:span 12}}}@media(min-width: 601px)and (max-width: 960px){.mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2)}@supports(display: grid){.mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports(display: grid){.mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:calc(12.5% - 16px);width:calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2-tablet{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2-tablet{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:calc(37.5% - 16px);width:calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4-tablet{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4-tablet{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:calc(62.5% - 16px);width:calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:auto;grid-column-end:span 5}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:auto;grid-column-end:span 6}}.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:calc(87.5% - 16px);width:calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:auto;grid-column-end:span 7}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-8-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-8-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{width:auto;grid-column-end:span 8}}}@media(max-width: 600px){.mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2)}@supports(display: grid){.mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports(display: grid){.mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:auto;grid-column-end:span 4}}}.mdc-layout-grid__cell--order-1{order:1}.mdc-layout-grid__cell--order-2{order:2}.mdc-layout-grid__cell--order-3{order:3}.mdc-layout-grid__cell--order-4{order:4}.mdc-layout-grid__cell--order-5{order:5}.mdc-layout-grid__cell--order-6{order:6}.mdc-layout-grid__cell--order-7{order:7}.mdc-layout-grid__cell--order-8{order:8}.mdc-layout-grid__cell--order-9{order:9}.mdc-layout-grid__cell--order-10{order:10}.mdc-layout-grid__cell--order-11{order:11}.mdc-layout-grid__cell--order-12{order:12}.mdc-layout-grid__cell--align-top{align-self:flex-start}@supports(display: grid){.mdc-layout-grid__cell--align-top{align-self:start}}.mdc-layout-grid__cell--align-middle{align-self:center}.mdc-layout-grid__cell--align-bottom{align-self:flex-end}@supports(display: grid){.mdc-layout-grid__cell--align-bottom{align-self:end}}@media(min-width: 961px){.mdc-layout-grid--fixed-column-width{width:1176px;width:calc( var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2 )}}@media(min-width: 601px)and (max-width: 960px){.mdc-layout-grid--fixed-column-width{width:720px;width:calc( var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2 )}}@media(max-width: 600px){.mdc-layout-grid--fixed-column-width{width:368px;width:calc( var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2 )}}.mdc-layout-grid--align-left{margin-right:auto;margin-left:0}.mdc-layout-grid--align-right{margin-right:0;margin-left:auto}@keyframes primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes buffering{to{transform:translateX(-10px)}}@keyframes primary-indeterminate-translate-reverse{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(-83.67142%)}100%{transform:translateX(-200.611057%)}}@keyframes secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(-37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(-84.386165%)}100%{transform:translateX(-160.277782%)}}@keyframes buffering-reverse{to{transform:translateX(10px)}}.mdc-linear-progress,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress{position:relative;width:100%;height:4px;transform:translateZ(0);transition:opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);overflow:hidden}.mdc-linear-progress__bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar{position:absolute;width:100%;height:100%;animation:none;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-linear-progress__bar-inner,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar-inner{display:inline-block;position:absolute;width:100%;height:100%;animation:none}.mdc-linear-progress__buffering-dots,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffering-dots{position:absolute;width:100%;height:100%;animation:buffering 250ms infinite linear;background-repeat:repeat-x;background-size:10px 4px}.mdc-linear-progress__buffer,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffer{position:absolute;width:100%;height:100%;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-linear-progress__primary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar{transform:scaleX(0)}.mdc-linear-progress__secondary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar{visibility:hidden}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar,.mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar,.mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{left:-145.166611%;animation:primary-indeterminate-translate 2s infinite linear}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner,.mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:primary-indeterminate-scale 2s infinite linear}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar,.mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{left:-54.888891%;animation:secondary-indeterminate-translate 2s infinite linear;visibility:visible}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner,.mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:secondary-indeterminate-scale 2s infinite linear}.mdc-linear-progress--reversed .mdc-linear-progress__bar,.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__bar,.mdc-linear-progress--reversed .mdc-linear-progress__buffer,.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffer,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__buffer{right:0;transform-origin:center right}.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar,.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{animation-name:primary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar,.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{animation-name:secondary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots,.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffering-dots,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots{animation:buffering-reverse 250ms infinite linear}.mdc-linear-progress--closed{opacity:0}.mdc-linear-progress__bar-inner,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar-inner{background-color:#3c7251;background-color:var(--mdc-theme-primary, #3c7251)}.mdc-linear-progress__buffering-dots,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffering-dots{background-image:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 enable-background=%27new 0 0 5 2%27 xml:space=%27preserve%27 viewBox=%270 0 5 2%27 preserveAspectRatio=%27none slice%27%3E%3Ccircle cx=%271%27 cy=%271%27 r=%271%27 fill=%27%23e6e6e6%27/%3E%3C/svg%3E")}.mdc-linear-progress__buffer,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffer{background-color:#e6e6e6}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar,.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{right:-145.166611%;left:auto}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar,.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{right:-54.888891%;left:auto}.googlesitekit-plugin .mdc-button,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button{box-shadow:none;font-weight:500;text-transform:none}.googlesitekit-plugin .mdc-button:not(:disabled),#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button:not(:disabled){color:#3c7251}@media(max-width: 960px){.googlesitekit-plugin .mdc-button,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button{min-width:auto}}.googlesitekit-plugin .mdc-button .mdc-button__icon--image,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button .mdc-button__icon--image{border-radius:50%;display:block;height:18px;width:18px}.googlesitekit-plugin .mdc-button .mdc-button__trailing-icon,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button .mdc-button__trailing-icon{margin-left:8px}.googlesitekit-plugin .mdc-button--raised,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised{border-radius:100px;box-shadow:none;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;height:auto;letter-spacing:normal;min-height:40px;padding-bottom:8px;padding-top:8px;text-align:center}.googlesitekit-plugin .mdc-button--raised:not(:disabled),#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(:disabled){background-color:#3c7251}.googlesitekit-plugin .mdc-button--raised:not(:disabled),#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--raised::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised::before,.googlesitekit-plugin .mdc-button--raised::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--raised::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised::before,.googlesitekit-plugin .mdc-button--raised::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--raised:hover::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--raised.mdc-ripple-upgraded--background-focused::before,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded--background-focused.mdc-button--raised::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded)::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded):active::after,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--raised.mdc-ripple-upgraded,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-ripple-upgraded.mdc-button--raised{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--raised.mdc-button--dense,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--dense.mdc-button--raised{border-radius:100px}.googlesitekit-plugin .mdc-button--raised:hover,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--raised:focus,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .mdc-button--raised:focus{outline:none}.googlesitekit-plugin .mdc-button--danger:not(:disabled){background-color:#ac4220}.googlesitekit-plugin .mdc-button--danger:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--danger::before,.googlesitekit-plugin .mdc-button--danger::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--danger::before,.googlesitekit-plugin .mdc-button--danger::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--danger:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--danger.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--danger.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--dropdown{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.6.6L12%202%206%208%200%202%201.4.6%206%205.2z%22%20fill%3D%22%23757575%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-position:calc(100% - 8px) center;background-repeat:no-repeat;background-size:9px 6px;letter-spacing:normal;padding-right:12px;text-transform:none}.googlesitekit-plugin .mdc-button--dropdown:not(:disabled){color:#161b18}@media(min-width: 600px){.googlesitekit-plugin .mdc-button--dropdown{padding-right:25px}}.googlesitekit-plugin .mdc-button--dropdown:hover,.googlesitekit-plugin .mdc-button--dropdown:active,.googlesitekit-plugin .mdc-button--dropdown:focus{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--dropdown:hover:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:active:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:focus:not(:disabled){background-color:#ebeef0}.googlesitekit-plugin .mdc-button--dropdown:hover:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:active:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--dropdown:hover::before,.googlesitekit-plugin .mdc-button--dropdown:hover::after,.googlesitekit-plugin .mdc-button--dropdown:active::before,.googlesitekit-plugin .mdc-button--dropdown:active::after,.googlesitekit-plugin .mdc-button--dropdown:focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--dropdown:hover::before,.googlesitekit-plugin .mdc-button--dropdown:hover::after,.googlesitekit-plugin .mdc-button--dropdown:active::before,.googlesitekit-plugin .mdc-button--dropdown:active::after,.googlesitekit-plugin .mdc-button--dropdown:focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--dropdown:hover:hover::before,.googlesitekit-plugin .mdc-button--dropdown:active:hover::before,.googlesitekit-plugin .mdc-button--dropdown:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:hover.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--dropdown:hover.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--dropdown:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--dropdown:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}@media(max-width: 599px){.googlesitekit-plugin .mdc-button--dropdown{background-image:none}}@media(max-width: 599px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}}@media(min-width: 600px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(min-width: 960px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:300px}}@media(min-width: 1280px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:450px}}.googlesitekit-plugin .mdc-button--inverse:not(:disabled){background-color:#161b18}.googlesitekit-plugin .mdc-button--inverse:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--inverse::before,.googlesitekit-plugin .mdc-button--inverse::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--inverse::before,.googlesitekit-plugin .mdc-button--inverse::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--inverse:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--inverse:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--inverse.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--inverse:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--inverse:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--inverse.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--tertiary{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;height:auto;letter-spacing:normal;min-height:40px;padding:8px 16px}.googlesitekit-plugin .mdc-button--tertiary:not(:disabled){color:#6c726e}.googlesitekit-plugin .mdc-button--tertiary:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--tertiary:hover:not(:disabled){background-color:rgba(22,27,24,.08)}.googlesitekit-plugin .mdc-button--tertiary:hover:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--tertiary:hover::before,.googlesitekit-plugin .mdc-button--tertiary:hover::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--tertiary:hover::before,.googlesitekit-plugin .mdc-button--tertiary:hover::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--tertiary:hover:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--tertiary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--tertiary:hover:not(:disabled){color:#161b18}.googlesitekit-plugin .mdc-button--tertiary:active,.googlesitekit-plugin .mdc-button--tertiary:focus{outline:none}.googlesitekit-plugin .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .mdc-button--tertiary:focus:not(:disabled){background-color:rgba(22,27,24,.26)}.googlesitekit-plugin .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .mdc-button--tertiary:focus:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--tertiary:active::before,.googlesitekit-plugin .mdc-button--tertiary:active::after,.googlesitekit-plugin .mdc-button--tertiary:focus::before,.googlesitekit-plugin .mdc-button--tertiary:focus::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--tertiary:active::before,.googlesitekit-plugin .mdc-button--tertiary:active::after,.googlesitekit-plugin .mdc-button--tertiary:focus::before,.googlesitekit-plugin .mdc-button--tertiary:focus::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--tertiary:active:hover::before,.googlesitekit-plugin .mdc-button--tertiary:focus:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--tertiary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--tertiary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--tertiary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .mdc-button--tertiary:focus:not(:disabled){color:#161b18}.googlesitekit-plugin .mdc-button--callout{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;height:auto;letter-spacing:normal;min-height:32px;padding:6px 16px}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:not(:disabled){color:#265c3b}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(:disabled){background-color:rgba(147,201,168,.6)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(:disabled){color:#265c3b}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus{outline:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(:disabled){background-color:#93c9a8}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(:disabled){color:#265c3b}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:disabled{color:rgba(38,92,59,.4)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:not(:disabled){color:#4e3300}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(:disabled){background-color:rgba(225,177,85,.6)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(:disabled){color:#4e3300}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus{outline:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(:disabled){background-color:#e1b155}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(:disabled){color:#4e3300}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:disabled{color:rgba(78,51,0,.4)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:not(:disabled){color:#7a1e00}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(:disabled){background-color:rgba(255,194,174,.6)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(:disabled){color:#7a1e00}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus{outline:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(:disabled){background-color:#ffc2ae}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(:disabled){color:#7a1e00}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:disabled{color:rgba(122,30,0,.4)}.googlesitekit-plugin .mdc-linear-progress,.googlesitekit-plugin #wpadminbar .googlesitekit-adminbar .mdc-linear-progress,#wpadminbar .googlesitekit-adminbar .googlesitekit-plugin .mdc-linear-progress{margin:32px 0}.googlesitekit-plugin .mdc-linear-progress .mdc-linear-progress__bar-inner,.googlesitekit-plugin .mdc-linear-progress #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar-inner,#wpadminbar .googlesitekit-adminbar .googlesitekit-plugin .mdc-linear-progress .mdc-linear-progress__bar-inner,.googlesitekit-plugin #wpadminbar .googlesitekit-adminbar .mdc-linear-progress .mdc-linear-progress__bar-inner{background-color:#3c7251}@media(min-width: 960px){.googlesitekit-plugin .mdc-linear-progress,.googlesitekit-plugin #wpadminbar .googlesitekit-adminbar .mdc-linear-progress,#wpadminbar .googlesitekit-adminbar .googlesitekit-plugin .mdc-linear-progress{margin:48px 0}}.googlesitekit-plugin .mdc-linear-progress--small{max-width:150px}.googlesitekit-plugin .mdc-linear-progress--compress{margin:0}.googlesitekit-plugin .MuiCircularProgress-colorPrimary{color:#3c7251}.googlesitekit-plugin .MuiCircularProgress-colorSecondary{color:#108080}#wpadminbar .googlesitekit-adminbar *{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:normal}#wpadminbar .googlesitekit-adminbar .mdc-linear-progress{margin:32px 0}#wpadminbar .googlesitekit-adminbar .mdc-linear-progress .mdc-linear-progress__bar-inner{background-color:#446199}@media(min-width: 960px){#wpadminbar .googlesitekit-adminbar .mdc-linear-progress{margin:48px 0}}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta{box-sizing:border-box}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link{background-color:transparent;font-size:16px;height:auto;letter-spacing:.5px;width:max-content}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-error-cta-wrapper .mdc-button{margin-bottom:24px}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta strong{font-weight:600}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .mdc-button__label{font-weight:400;letter-spacing:1.25px}#wpadminbar.nojs .googlesitekit-noscript{border-left:4px solid #fece72;display:none;left:0;position:absolute;top:32px;width:100%}#wpadminbar.nojs .googlesitekit-wp-adminbar:hover .googlesitekit-noscript{display:block}#wpadminbar .googlesitekit-plugin.ab-sub-wrapper{left:0;width:100%}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar{box-shadow:0 1.25px 5px 0 rgba(0,0,0,.19),0 .33px 1.5px 0 rgba(0,0,0,.039);background:#fff;color:#000;left:0;padding:0;position:absolute;right:0;top:46px;z-index:9999}@media(min-width: 783px){#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar{top:32px}}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar.--has-error{display:none}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__subtitle{color:#6c726e;font-size:16px;letter-spacing:.5px}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__title{color:#333935;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-weight:500;margin:5px 0 0}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__title .googlesitekit-adminbar__title--date-range{color:#6c726e;font-size:14px;letter-spacing:.25px}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link{display:none}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-data-block__datapoint--resize{font-size:inherit}#wpadminbar:not(.mobile) .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link{display:inline-block}#wpadminbar:not(.mobile) .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link--mobile{display:none}@media(min-width: 960px){#wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link{display:inline-block}}#wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link--mobile{display:inline-block;padding-left:16px;position:relative;top:-16px}@media(min-width: 960px){#wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link--mobile{display:none}}#wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .mdc-layout-grid{pointer-events:none}@media(min-width: 960px){#wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .mdc-layout-grid{pointer-events:auto}}#wpadminbar .googlesitekit-wp-adminbar{display:block;position:static}#wpadminbar .googlesitekit-wp-adminbar .ab-item{display:block;float:left;height:46px;position:static;width:52px}@media(min-width: 783px){#wpadminbar .googlesitekit-wp-adminbar .ab-item{height:auto;width:auto}}#wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2243%22%20height%3D%2244%22%20viewBox%3D%220%200%2043%2044%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M42.5%2018H22v8.5h11.8C32.7%2031.9%2028.1%2035%2022%2035c-7.2%200-13-5.8-13-13S14.8%209%2022%209c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C32.6%202.1%2027.6%200%2022%200%209.8%200%200%209.8%200%2022s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-size:contain;display:block;height:26px;margin:10px auto;opacity:.6;padding:0;position:relative;width:26px}@media(min-width: 783px){#wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__icon{float:left;height:15px;margin:8px 8px 5px 0;width:15px}}#wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__label{display:none}@media(min-width: 783px){#wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__label{display:inline}}#wpadminbar .ab-top-menu>.googlesitekit-wp-adminbar.hover>.ab-item,#wpadminbar:not(.mobile) .quicklinks .ab-top-menu>.googlesitekit-wp-adminbar:hover>.ab-item,#wpadminbar:not(.mobile) .quicklinks .ab-top-menu>.googlesitekit-wp-adminbar>.ab-item:focus,#wpadminbar.nojq .quicklinks .ab-top-menu>.googlesitekit-wp-adminbar>.ab-item:focus{background-color:#fff;color:#161b18;position:relative;z-index:10000}#wpadminbar .googlesitekit-wp-adminbar.hover .googlesitekit-wp-adminbar__icon,#wpadminbar:not(.mobile) .googlesitekit-wp-adminbar:hover .googlesitekit-wp-adminbar__icon,#wpadminbar:not(.mobile) .googlesitekit-wp-adminbar .ab-item:focus .googlesitekit-wp-adminbar__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0MyA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTQyLjUgMThIMjJ2OC41aDExLjhDMzIuNyAzMS45IDI4LjEgMzUgMjIgMzVjLTcuMiAwLTEzLTUuOC0xMy0xM1MxNC44IDkgMjIgOWMzLjEgMCA1LjkgMS4xIDguMSAyLjlsNi40LTYuNEMzMi42IDIuMSAyNy42IDAgMjIgMCA5LjggMCAwIDkuOCAwIDIyczkuOCAyMiAyMiAyMmMxMSAwIDIxLTggMjEtMjIgMC0xLjMtLjItMi43LS41LTR6IiBpZD0iYSIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjxwYXRoIGZpbGw9IiNGQkJDMDUiIG1hc2s9InVybCgjYikiIGQ9Ik0tMiAzNVY5bDE3IDEzeiIvPjxwYXRoIGZpbGw9IiMzNEE4NTMiIG1hc2s9InVybCgjYikiIGQ9Ik0tMiAzNWwzMC0yMyA3LjkgMUw0Ni0ydjQ4SC0yeiIvPjxwYXRoIGZpbGw9IiM0Mjg1RjQiIG1hc2s9InVybCgjYikiIGQ9Ik00NiA0NkwxNSAyMmwtNC0zTDQ2IDl6Ii8+PHBhdGggZmlsbD0iI0VBNDMzNSIgbWFzaz0idXJsKCNiKSIgZD0iTS0yIDlsMTcgMTMgNy02LjFMNDYgMTJWLTJILTJ6Ii8+PC9nPjwvc3ZnPg==);opacity:1}.googlesitekit-plugin .googlesitekit-analytics-cta,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta{--cta-analytics-gap: 16px;--cta-analytics-gap-narrow: calc(var(--cta-analytics-gap) / 2);background-color:#ebeef0;display:flex;flex-direction:column;gap:var(--cta-analytics-gap);padding:var(--cta-analytics-gap)}@media(min-width: 1440px){.googlesitekit-plugin .googlesitekit-analytics-cta,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta{--cta-analytics-gap: 24px;flex-direction:row-reverse}}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta--description,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .googlesitekit-analytics-cta--description{color:#161b18;font-size:14px;letter-spacing:.25px;margin:0}.googlesitekit-plugin .googlesitekit-analytics-cta .mdc-button,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .mdc-button,#wpadminbar .googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-adminbar .mdc-button{margin-top:var(--cta-analytics-gap-narrow);width:100%}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-analytics-cta .mdc-button,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .mdc-button,#wpadminbar .googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-adminbar .mdc-button{width:auto}}@media(min-width: 1440px){.googlesitekit-plugin .googlesitekit-analytics-cta .mdc-button,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .mdc-button,#wpadminbar .googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-adminbar .mdc-button{margin-top:var(--cta-analytics-gap)}}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-cta--activate-analytics,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .googlesitekit-cta--activate-analytics,.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graphs,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graphs{display:flex;gap:var(--cta-analytics-gap)}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph{background-color:#fff;border-radius:4px;display:flex;flex:1;flex-direction:column;padding:var(--cta-analytics-gap-narrow)}#dashboard-widgets .googlesitekit-plugin .googlesitekit-analytics-cta h3.googlesitekit-analytics-cta__preview-graph--title,.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--title,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--title{color:#333935;font-size:12px;font-weight:500;letter-spacing:.2px;margin:0 0 auto;padding-bottom:var(--cta-analytics-gap-narrow)}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--icons,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--icons{align-items:center;color:#cbd0d3;display:flex;gap:4px;padding-top:var(--cta-analytics-gap-narrow)}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--up-arrow,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--up-arrow{height:12px}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--bar,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--bar{background-color:#cbd0d3;border-radius:5px;height:8px;width:24px}@media(min-width: 1440px){.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graphs,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graphs,.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__details,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-analytics-cta .googlesitekit-analytics-cta__details{flex:1}}.googlesitekit-plugin .googlesitekit-change-arrow{--color-up: #46732b;--color-down: #ac4220}.googlesitekit-plugin .googlesitekit-change-arrow--inverted-color{--color-up: #ac4220;--color-down: #46732b}.googlesitekit-plugin .googlesitekit-change-arrow--up{color:var(--color-up)}.googlesitekit-plugin .googlesitekit-change-arrow--down{color:var(--color-up);transform:rotate(180deg)}.googlesitekit-plugin .googlesitekit-change-arrow--down path{fill:var(--color-down)}.googlesitekit-plugin .googlesitekit-cta,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{background-color:#ebeef0;border-radius:16px;font-size:14px;grid-column:span 3;grid-row:span 3;height:100%;letter-spacing:.25px;line-height:1.43;padding:16px;width:100%}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-cta,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{padding:24px}}.googlesitekit-wp-dashboard .googlesitekit-plugin .googlesitekit-cta--error,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta--error,#wpadminbar .googlesitekit-wp-dashboard .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta--error,.googlesitekit-wp-dashboard #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta--error{background-color:#fff}.googlesitekit-adminbar-modules .googlesitekit-plugin .googlesitekit-cta,.googlesitekit-adminbar-modules #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta,#wpadminbar .googlesitekit-adminbar-modules .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta,.googlesitekit-adminbar-modules #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{padding:16px}.googlesitekit-wp-dashboard .googlesitekit-plugin .googlesitekit-cta,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta,#wpadminbar .googlesitekit-wp-dashboard .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta,.googlesitekit-wp-dashboard #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{background-color:#ebeef0;box-sizing:border-box;height:auto;margin-top:12px;padding:12px}.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-plugin .googlesitekit-cta,.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta,#wpadminbar .googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta,.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{margin-top:0}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__title,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta .googlesitekit-cta__title,#wpadminbar .googlesitekit-plugin .googlesitekit-cta .googlesitekit-adminbar .googlesitekit-cta__title,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__title{color:#161b18;font-weight:500;margin:0 0 5px}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title,#wpadminbar .googlesitekit-plugin .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-adminbar .googlesitekit-cta__title,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title{font-weight:700;letter-spacing:.5px}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta .googlesitekit-cta__description,#wpadminbar .googlesitekit-plugin .googlesitekit-cta .googlesitekit-adminbar .googlesitekit-cta__description,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description{color:#161b18;margin:0 0 20px}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description p:first-child,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta .googlesitekit-cta__description p:first-child,#wpadminbar .googlesitekit-plugin .googlesitekit-cta .googlesitekit-adminbar .googlesitekit-cta__description p:first-child,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description p:first-child{margin-top:0}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta--error.googlesitekit-cta,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error{background-color:#ffded3}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error a,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta--error.googlesitekit-cta a,.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__title,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta--error.googlesitekit-cta .googlesitekit-cta__title,#wpadminbar .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-adminbar .googlesitekit-cta__title,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error a,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__title{color:#7a1e00}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__description,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta--error.googlesitekit-cta .googlesitekit-cta__description,#wpadminbar .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-adminbar .googlesitekit-cta__description,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__description{color:#7a1e00;word-break:break-word}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .mdc-button:not(:disabled),#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta--error.googlesitekit-cta .mdc-button:not(:disabled),#wpadminbar .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-adminbar .mdc-button:not(:disabled),#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .mdc-button:not(:disabled){background-color:#ac4220;color:#fff}.googlesitekit-plugin .googlesitekit-cta *:last-child,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta *:last-child,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta *:last-child{margin-bottom:0}.googlesitekit-wp-dashboard .googlesitekit-cta--error,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta--error,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-cta--error{margin-top:12px}.googlesitekit-cta-link,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link{align-items:center;cursor:pointer;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:inherit;padding:0;text-align:left;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-cta-link svg,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link svg{fill:currentColor}.googlesitekit-cta-link:hover svg,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link:hover svg{fill:currentColor}.googlesitekit-page .googlesitekit-cta-link,.googlesitekit-page #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-page .googlesitekit-cta-link{color:#108080}.googlesitekit-page .googlesitekit-cta-link:hover,.googlesitekit-page #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link:hover,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-page .googlesitekit-cta-link:hover{color:#108080;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-cta-link.googlesitekit-cta-link--secondary,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--secondary.googlesitekit-cta-link{color:#108080}.googlesitekit-cta-link.googlesitekit-cta-link--secondary svg,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--secondary.googlesitekit-cta-link svg{fill:currentColor}.googlesitekit-cta-link.googlesitekit-cta-link--secondary:hover,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--secondary.googlesitekit-cta-link:hover{color:#108080}.googlesitekit-cta-link.googlesitekit-cta-link--secondary:hover svg,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--secondary.googlesitekit-cta-link:hover svg{fill:currentColor}.googlesitekit-cta-link.googlesitekit-cta-link--caps,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--caps.googlesitekit-cta-link{text-transform:uppercase}.googlesitekit-cta-link.googlesitekit-cta-link--danger,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--danger.googlesitekit-cta-link{color:#ac4220}.googlesitekit-cta-link.googlesitekit-cta-link--small,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--small.googlesitekit-cta-link{font-size:12px;letter-spacing:.2px}.googlesitekit-cta-link.googlesitekit-cta-link--standalone,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--standalone.googlesitekit-cta-link{display:flex}.googlesitekit-cta-link.googlesitekit-cta-link--inverse,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--inverse.googlesitekit-cta-link{color:#fff}.googlesitekit-cta-link.googlesitekit-cta-link--inverse:hover,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--inverse.googlesitekit-cta-link:hover{color:#fff}.googlesitekit-cta-link.googlesitekit-cta-link--disabled,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--disabled.googlesitekit-cta-link{color:#b8bdb9;cursor:default}.googlesitekit-cta-link.googlesitekit-cta-link--danger:hover,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--danger.googlesitekit-cta-link:hover{color:#ac4220}.googlesitekit-cta-link.googlesitekit-cta-link--disabled:hover,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--disabled.googlesitekit-cta-link:hover{color:#b8bdb9;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-cta-link.googlesitekit-cta-link--no-flex,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link--no-flex.googlesitekit-cta-link{display:inline}button.googlesitekit-cta-link,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar button.googlesitekit-cta-link{color:#3c7251}button.googlesitekit-cta-link svg,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar button.googlesitekit-cta-link svg{fill:currentColor}button.googlesitekit-cta-link:hover,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar button.googlesitekit-cta-link:hover{color:#2e5f41}button.googlesitekit-cta-link:hover svg,#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar button.googlesitekit-cta-link:hover svg{fill:currentColor}button.googlesitekit-cta-link--link-button{padding:2px 10px}button.googlesitekit-cta-link--link-button:focus{background-color:rgba(60,114,81,.08);outline:none}button.googlesitekit-cta-link--link-button.googlesitekit-cta-link--secondary:focus{background-color:rgba(16,128,128,.08)}.googlesitekit-data-block,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block{--color-up: #46732b;--color-down: #ac4220;position:relative;text-align:left}.post-php .googlesitekit-data-block,.post-php #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block,#wpadminbar .googlesitekit-adminbar .post-php .googlesitekit-data-block{min-width:150px}.googlesitekit-wp-dashboard .googlesitekit-data-block,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block,#wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-data-block{padding-top:12px}.googlesitekit-data-block .googlesitekit-data-block__title,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__title{align-items:flex-start;color:#6c726e;display:flex;flex:1;flex-direction:column;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;justify-content:flex-start;margin:0 0 12px;row-gap:8px}.googlesitekit-data-block .googlesitekit-data-block__title .googlesitekit-new-badge,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title .googlesitekit-new-badge,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__title .googlesitekit-new-badge{margin-left:0}.googlesitekit-data-block.googlesitekit-data-block--button .googlesitekit-data-block__title,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block--button.googlesitekit-data-block .googlesitekit-data-block__title,.googlesitekit-data-block.googlesitekit-data-block--button #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__title{align-items:center}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title{font-size:16px;font-weight:700;letter-spacing:.5px;margin-bottom:5px}#dashboard-widgets .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__title{font-size:12px;letter-spacing:.2px}.googlesitekit-data-block .googlesitekit-data-block__title-inner,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title-inner{align-items:center;display:flex;flex:1}.googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper{display:flex;flex:1;flex-flow:column}.googlesitekit-data-block .googlesitekit-data-block__datapoint,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint{color:#161b18;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:46px;font-weight:500;line-height:1.13;margin:0;text-wrap:nowrap}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint{display:inline-block;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:38px;line-height:1.158;margin-right:5px}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint,#wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint,.googlesitekit-wp-dashboard .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint{font-size:32px}.googlesitekit-data-block .googlesitekit-data-block__change,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__change{color:#6c726e;font-size:12px;letter-spacing:.2px;line-height:1;margin-top:16px;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change{display:inline-block;font-size:16px;letter-spacing:.5px;margin-top:0}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change,#wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change,.googlesitekit-wp-dashboard .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__change{margin-top:10px}.googlesitekit-data-block .googlesitekit-data-block__change--no-change,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change--no-change{visibility:hidden}.googlesitekit-data-block .googlesitekit-data-block__sparkline,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline{margin-top:8px;max-width:150px}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline{display:none}.googlesitekit-data-block .googlesitekit-data-block__arrow,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__arrow,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__arrow{display:inline-block;line-height:1;margin-right:2px;vertical-align:baseline}.googlesitekit-data-block .googlesitekit-data-block__arrow--reverse,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__arrow--reverse{transform:rotate(180deg)}#wpadminbar .googlesitekit-data-block .googlesitekit-data-block__arrow .svg{height:9px;width:9px}.googlesitekit-data-block .googlesitekit-data-block__suffix,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__suffix{margin-left:4px}.googlesitekit-data-block .googlesitekit-data-block__value,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__value,.googlesitekit-data-block .googlesitekit-data-block__suffix,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__suffix{color:#6c726e;display:inline-block;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1.33;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value,.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__suffix,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__suffix{font-size:16px;font-weight:400;letter-spacing:.5px}.googlesitekit-data-block .googlesitekit-data-block__value--up,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value--up,.googlesitekit-data-block .googlesitekit-data-block__suffix--up,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__suffix--up{color:var(--color-up)}.googlesitekit-data-block .googlesitekit-data-block__value--down,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value--down,.googlesitekit-data-block .googlesitekit-data-block__suffix--down,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__suffix--down{color:var(--color-down)}.googlesitekit-data-block .googlesitekit-data-block__source,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__source{font-size:12px;letter-spacing:.2px;margin-top:8px}@media(min-width: 960px){.googlesitekit-data-block .googlesitekit-data-block__source,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__source{margin-top:12px}}.googlesitekit-data-block--button .googlesitekit-data-block__sparkline,.googlesitekit-data-block--button #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block--button .googlesitekit-data-block__sparkline{margin:8px auto 0 auto}.googlesitekit-data-block--button{cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding-bottom:16px;padding-top:20px;text-align:center;transition:background-color .2s ease-in-out}@media(min-width: 960px){.googlesitekit-data-block--button{padding-bottom:24px;padding-top:28px}}.googlesitekit-data-block--button::before{content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.googlesitekit-data-block--selected::before{opacity:1}.googlesitekit-data-block--button-1:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-1:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-1:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(99,128,184,.1)}.googlesitekit-data-block--button-1.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-1.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-1::before{background-color:#6380b8}.googlesitekit-data-block--button-2:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-2:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-2:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(75,187,187,.1)}.googlesitekit-data-block--button-2.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-2.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-2::before{background-color:#4bbbbb}.googlesitekit-data-block--button-3:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-3:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-3:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(92,146,113,.1)}.googlesitekit-data-block--button-3.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-3.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-3::before{background-color:#5c9271}.googlesitekit-data-block--button-4:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-4:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-4:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(110,72,171,.1)}.googlesitekit-data-block--button-4.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-4.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-4::before{background-color:#6e48ab}.googlesitekit-plugin .googlesitekit-data-block__loading{align-items:center;display:flex;flex-direction:row}.googlesitekit-plugin .googlesitekit-data-block--is-gathering-data{cursor:auto}.googlesitekit-error-text{color:#ac4220;font-weight:500}.googlesitekit-error-retry-text{color:#ac4220;margin-left:1rem}.googlesitekit-report-error-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.googlesitekit-plugin .googlesitekit-gathering-data-notice{text-transform:lowercase}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small span{font-size:12px;letter-spacing:.2px;line-height:1.33;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-default{position:relative;text-align:inherit}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-default span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-overlay{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-overlay span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small-overlay{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small-overlay span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small-overlay span{font-size:18px;line-height:1.33;max-width:80px;padding:0;text-align:center}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-large span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}#wpadminbar .googlesitekit-plugin .googlesitekit-gathering-data-notice span{color:#999f9b;font-size:12px;letter-spacing:.2px;line-height:1.33;text-transform:lowercase}.googlesitekit-plugin .googlesitekit-icon-wrapper{align-items:center;display:inline-flex}.googlesitekit-preview-block{display:flex;flex-direction:column}.googlesitekit-preview-block--padding{padding:16px}.googlesitekit-preview-block--padding+.googlesitekit-preview-block--padding{padding-top:0}@media(min-width: 960px){.googlesitekit-preview-block--padding{padding:24px}}.googlesitekit-preview-block__wrapper{animation:googlesitekit-pulse 1s infinite ease-in-out;animation-direction:alternate;flex:1 1 auto}@media(prefers-reduced-motion: reduce){.googlesitekit-preview-block__wrapper{animation:none;background-image:linear-gradient(150deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15))}}.googlesitekit-preview-block__wrapper--circle{border-radius:50%}@keyframes googlesitekit-pulse{0%{background-color:#ebeef0}100%{background-color:#cbd0d3}}.googlesitekit-noscript{background-color:#fff;margin:5px 20px 5px 0}@media(min-width: 600px){.googlesitekit-noscript{padding-left:10px;padding-right:10px}}.googlesitekit-noscript__title{margin:0}.no-js:not([amp-version]) [id^=js-googlesitekit-]{display:none}.googlesitekit-plugin .googlesitekit-font-weight-medium{font-weight:500}.googlesitekit-plugin .googlesitekit-font-weight-bold{font-weight:700 !important} assets/css/googlesitekit-admin-css-2d878b524029ec067eec.min.css 0000755 00002416605 15111634507 0017527 0 ustar 00 .mdc-button{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:500;letter-spacing:.0892857143em;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;padding:0 8px 0 8px;display:inline-flex;position:relative;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;height:36px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:none;overflow:hidden;vertical-align:middle;border-radius:4px}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{background-color:transparent;color:rgba(0,0,0,.37);cursor:default;pointer-events:none}.mdc-button.mdc-button--dense{border-radius:4px}.mdc-button:not(:disabled){background-color:transparent}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;width:18px;height:18px;font-size:18px;vertical-align:top}[dir=rtl] .mdc-button .mdc-button__icon,.mdc-button .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:0}.mdc-button:not(:disabled){color:#3c7251;color:var(--mdc-theme-primary, #3c7251)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}[dir=rtl] .mdc-button__label+.mdc-button__icon,.mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--raised .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon,.mdc-button--outlined .mdc-button__icon{margin-left:-4px;margin-right:8px}[dir=rtl] .mdc-button--raised .mdc-button__icon,.mdc-button--raised .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--unelevated .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--outlined .mdc-button__icon,.mdc-button--outlined .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:-4px}.mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,.mdc-button--outlined .mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:-4px}[dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:-4px;margin-right:8px}.mdc-button--raised,.mdc-button--unelevated{padding:0 16px 0 16px}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.37)}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#3c7251}@supports not (-ms-ime-align: auto){.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:var(--mdc-theme-primary, #3c7251)}}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-button--raised{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12);transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-button--raised:hover,.mdc-button--raised:focus{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12)}.mdc-button--raised:active{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12)}.mdc-button--raised:disabled{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12)}.mdc-button--outlined{border-style:solid;padding:0 15px 0 15px;border-width:1px}.mdc-button--outlined:disabled{border-color:rgba(0,0,0,.37)}.mdc-button--outlined:not(:disabled){border-color:#3c7251;border-color:var(--mdc-theme-primary, #3c7251)}.mdc-button--dense{height:32px;font-size:.8125rem}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var: 1px solid #000;visibility:hidden}.mdc-ripple-surface--test-edge-var-bug::before{border:var(--mdc-ripple-surface-test-edge-var)}.mdc-button{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-button::before,.mdc-button::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-button::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-button.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-button.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-button.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-button.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-button.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-button::before,.mdc-button::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-button.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-button::before,.mdc-button::after{background-color:#3c7251}@supports not (-ms-ime-align: auto){.mdc-button::before,.mdc-button::after{background-color:var(--mdc-theme-primary, #3c7251)}}.mdc-button:hover::before{opacity:.04}.mdc-button:not(.mdc-ripple-upgraded):focus::before,.mdc-button.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-button:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-button:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.mdc-button--raised::before,.mdc-button--raised::after,.mdc-button--unelevated::before,.mdc-button--unelevated::after{background-color:#fff}@supports not (-ms-ime-align: auto){.mdc-button--raised::before,.mdc-button--raised::after,.mdc-button--unelevated::before,.mdc-button--unelevated::after{background-color:var(--mdc-theme-on-primary, #fff)}}.mdc-button--raised:hover::before,.mdc-button--unelevated:hover::before{opacity:.08}.mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,.mdc-button--raised.mdc-ripple-upgraded--background-focused::before,.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus::before,.mdc-button--unelevated.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.mdc-button--raised:not(.mdc-ripple-upgraded)::after,.mdc-button--unelevated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-button--raised:not(.mdc-ripple-upgraded):active::after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.mdc-button--raised.mdc-ripple-upgraded,.mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(45deg);opacity:0}to{transform:rotate(360deg);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:mdc-animation-deceleration-curve-timing-function;transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,100%{transform:scaleX(0);opacity:0}}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;padding:11px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom}.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.54);background-color:transparent}.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:#446199;border-color:var(--mdc-theme-secondary, #446199);background-color:#446199;background-color:var(--mdc-theme-secondary, #446199)}@keyframes mdc-checkbox-fade-in-background-0{0%{border-color:rgba(0,0,0,.54);background-color:transparent}50%{border-color:#446199;border-color:var(--mdc-theme-secondary, #446199);background-color:#446199;background-color:var(--mdc-theme-secondary, #446199)}}@keyframes mdc-checkbox-fade-out-background-0{0%,80%{border-color:#446199;border-color:var(--mdc-theme-secondary, #446199);background-color:#446199;background-color:var(--mdc-theme-secondary, #446199)}100%{border-color:rgba(0,0,0,.54);background-color:transparent}}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-0}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-0}.mdc-checkbox__checkmark{color:#fff}.mdc-checkbox__mixedmark{border-color:#fff}.mdc-checkbox__background::before{background-color:#446199}@supports not (-ms-ime-align: auto){.mdc-checkbox__background::before{background-color:var(--mdc-theme-secondary, #446199)}}.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.26)}.mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0,0,0,.26)}@media screen and (-ms-high-contrast: active){.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{left:11px;right:initial;display:inline-flex;position:absolute;top:11px;bottom:0;align-items:center;justify-content:center;box-sizing:border-box;width:45%;height:45%;border:2px solid currentColor;border-radius:2px;background-color:transparent;pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox[dir=rtl] .mdc-checkbox__background,[dir=rtl] .mdc-checkbox .mdc-checkbox__background{left:initial;right:11px}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none !important}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{animation-duration:180ms;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{transition:border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__background::before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(0, 0);border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:opacity,transform;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:focus~.mdc-checkbox__background::before{transform:scale(2.75, 2.75);opacity:.12;transition:opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg);opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}.mdc-checkbox{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-checkbox::before,.mdc-checkbox::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-checkbox::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-checkbox.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-checkbox.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-checkbox.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-checkbox.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-checkbox::before,.mdc-checkbox::after{background-color:#446199}@supports not (-ms-ime-align: auto){.mdc-checkbox::before,.mdc-checkbox::after{background-color:var(--mdc-theme-secondary, #446199)}}.mdc-checkbox:hover::before{opacity:.04}.mdc-checkbox:not(.mdc-ripple-upgraded):focus::before,.mdc-checkbox.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-checkbox:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-checkbox:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.mdc-checkbox::before,.mdc-checkbox::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-checkbox.mdc-ripple-upgraded::before,.mdc-checkbox.mdc-ripple-upgraded::after{top:var(--mdc-ripple-top, calc(50% - 50%));left:var(--mdc-ripple-left, calc(50% - 50%));width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-checkbox.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before{content:none}.mdc-dialog,.mdc-dialog__scrim{position:fixed;top:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%}.mdc-dialog{display:none;z-index:7}.mdc-dialog .mdc-dialog__surface{background-color:#fff;background-color:var(--mdc-theme-surface, #fff)}.mdc-dialog .mdc-dialog__scrim{background-color:rgba(0,0,0,.32)}.mdc-dialog .mdc-dialog__title{color:rgba(0,0,0,.87)}.mdc-dialog .mdc-dialog__content{color:rgba(0,0,0,.6)}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions{border-color:rgba(0,0,0,.12)}.mdc-dialog .mdc-dialog__surface{min-width:280px}@media(max-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:calc(100vw - 32px)}}@media(min-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:560px}}.mdc-dialog .mdc-dialog__surface{max-height:calc(100vh - 32px)}.mdc-dialog .mdc-dialog__surface{border-radius:4px}.mdc-dialog__scrim{opacity:0;z-index:-1}.mdc-dialog__container{display:flex;flex-direction:row;justify-content:space-around;box-sizing:border-box;transform:scale(0.8);opacity:0}.mdc-dialog__surface{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0,0,0,.12);display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;max-width:100%;max-height:100%}.mdc-dialog[dir=rtl] .mdc-dialog__surface,[dir=rtl] .mdc-dialog .mdc-dialog__surface{text-align:right}.mdc-dialog__title{display:block;margin-top:0;line-height:normal;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.25rem;line-height:2rem;font-weight:500;letter-spacing:.0125em;text-decoration:inherit;text-transform:inherit;display:block;position:relative;flex-shrink:0;box-sizing:border-box;margin:0;padding:0 24px 9px;border-bottom:1px solid transparent}.mdc-dialog__title::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-dialog[dir=rtl] .mdc-dialog__title,[dir=rtl] .mdc-dialog .mdc-dialog__title{text-align:right}.mdc-dialog--scrollable .mdc-dialog__title{padding-bottom:15px}.mdc-dialog__content{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:.03125em;text-decoration:inherit;text-transform:inherit;flex-grow:1;box-sizing:border-box;margin:0;padding:20px 24px;overflow:auto;-webkit-overflow-scrolling:touch}.mdc-dialog__content>:first-child{margin-top:0}.mdc-dialog__content>:last-child{margin-bottom:0}.mdc-dialog__title+.mdc-dialog__content{padding-top:0}.mdc-dialog--scrollable .mdc-dialog__content{padding-top:8px;padding-bottom:8px}.mdc-dialog__content .mdc-list:first-child:last-child{padding:6px 0 0}.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child{padding:0}.mdc-dialog__actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid transparent}.mdc-dialog--stacked .mdc-dialog__actions{flex-direction:column;align-items:flex-end}.mdc-dialog__button{margin-left:8px;margin-right:0;max-width:100%;text-align:right}[dir=rtl] .mdc-dialog__button,.mdc-dialog__button[dir=rtl]{margin-left:0;margin-right:8px}.mdc-dialog__button:first-child{margin-left:0;margin-right:0}[dir=rtl] .mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir=rtl]{margin-left:0;margin-right:0}.mdc-dialog[dir=rtl] .mdc-dialog__button,[dir=rtl] .mdc-dialog .mdc-dialog__button{text-align:left}.mdc-dialog--stacked .mdc-dialog__button:not(:first-child){margin-top:12px}.mdc-dialog--open,.mdc-dialog--opening,.mdc-dialog--closing{display:flex}.mdc-dialog--opening .mdc-dialog__scrim{transition:opacity 150ms linear}.mdc-dialog--opening .mdc-dialog__container{transition:opacity 75ms linear,transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-dialog--closing .mdc-dialog__scrim,.mdc-dialog--closing .mdc-dialog__container{transition:opacity 75ms linear}.mdc-dialog--closing .mdc-dialog__container{transform:scale(1)}.mdc-dialog--open .mdc-dialog__scrim{opacity:1}.mdc-dialog--open .mdc-dialog__container{transform:scale(1);opacity:1}.mdc-dialog-scroll-lock{overflow:hidden}.mdc-form-field{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field>label{order:0;margin-right:auto;padding-left:4px}[dir=rtl] .mdc-form-field>label,.mdc-form-field[dir=rtl]>label{margin-left:auto;padding-right:4px}.mdc-form-field--align-end>label{order:-1;margin-left:auto;padding-right:4px}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end[dir=rtl]>label{margin-right:auto;padding-left:4px}:root{--mdc-layout-grid-margin-desktop: 24px;--mdc-layout-grid-gutter-desktop: 24px;--mdc-layout-grid-column-width-desktop: 72px;--mdc-layout-grid-margin-tablet: 16px;--mdc-layout-grid-gutter-tablet: 16px;--mdc-layout-grid-column-width-tablet: 72px;--mdc-layout-grid-margin-phone: 16px;--mdc-layout-grid-gutter-phone: 16px;--mdc-layout-grid-column-width-phone: 72px}@media(min-width: 961px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:24px;padding:var(--mdc-layout-grid-margin-desktop, 24px)}}@media(min-width: 601px)and (max-width: 960px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:var(--mdc-layout-grid-margin-tablet, 16px)}}@media(max-width: 600px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:var(--mdc-layout-grid-margin-phone, 16px)}}@media(min-width: 961px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-12px;margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1)}@supports(display: grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:24px;grid-gap:var(--mdc-layout-grid-gutter-desktop, 24px);grid-template-columns:repeat(12, minmax(0, 1fr))}}}@media(min-width: 601px)and (max-width: 960px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1)}@supports(display: grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-tablet, 16px);grid-template-columns:repeat(8, minmax(0, 1fr))}}}@media(max-width: 600px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1)}@supports(display: grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-phone, 16px);grid-template-columns:repeat(4, minmax(0, 1fr))}}}@media(min-width: 961px){.mdc-layout-grid__cell{width:calc(33.3333333333% - 24px);width:calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));box-sizing:border-box;margin:12px;margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2)}@supports(display: grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports(display: grid){.mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:calc(8.3333333333% - 24px);width:calc(8.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:calc(16.6666666667% - 24px);width:calc(16.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop{width:calc(25% - 24px);width:calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:calc(33.3333333333% - 24px);width:calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:calc(41.6666666667% - 24px);width:calc(41.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:auto;grid-column-end:span 5}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop{width:calc(50% - 24px);width:calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop{width:auto;grid-column-end:span 6}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop{width:calc(58.3333333333% - 24px);width:calc(58.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop{width:auto;grid-column-end:span 7}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:calc(66.6666666667% - 24px);width:calc(66.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:calc(75% - 24px);width:calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:auto;grid-column-end:span 9}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:calc(83.3333333333% - 24px);width:calc(83.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:auto;grid-column-end:span 10}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:calc(91.6666666667% - 24px);width:calc(91.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:auto;grid-column-end:span 11}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:calc(100% - 24px);width:calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports(display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:auto;grid-column-end:span 12}}}@media(min-width: 601px)and (max-width: 960px){.mdc-layout-grid__cell{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2)}@supports(display: grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports(display: grid){.mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:calc(12.5% - 16px);width:calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:calc(37.5% - 16px);width:calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:calc(62.5% - 16px);width:calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:auto;grid-column-end:span 5}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:auto;grid-column-end:span 6}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:calc(87.5% - 16px);width:calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:auto;grid-column-end:span 7}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet{width:auto;grid-column-end:span 8}}}@media(max-width: 600px){.mdc-layout-grid__cell{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2)}@supports(display: grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports(display: grid){.mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:auto;grid-column-end:span 4}}}.mdc-layout-grid__cell--order-1{order:1}.mdc-layout-grid__cell--order-2{order:2}.mdc-layout-grid__cell--order-3{order:3}.mdc-layout-grid__cell--order-4{order:4}.mdc-layout-grid__cell--order-5{order:5}.mdc-layout-grid__cell--order-6{order:6}.mdc-layout-grid__cell--order-7{order:7}.mdc-layout-grid__cell--order-8{order:8}.mdc-layout-grid__cell--order-9{order:9}.mdc-layout-grid__cell--order-10{order:10}.mdc-layout-grid__cell--order-11{order:11}.mdc-layout-grid__cell--order-12{order:12}.mdc-layout-grid__cell--align-top{align-self:flex-start}@supports(display: grid){.mdc-layout-grid__cell--align-top{align-self:start}}.mdc-layout-grid__cell--align-middle{align-self:center}.mdc-layout-grid__cell--align-bottom{align-self:flex-end}@supports(display: grid){.mdc-layout-grid__cell--align-bottom{align-self:end}}@media(min-width: 961px){.mdc-layout-grid--fixed-column-width{width:1176px;width:calc( var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2 )}}@media(min-width: 601px)and (max-width: 960px){.mdc-layout-grid--fixed-column-width{width:720px;width:calc( var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2 )}}@media(max-width: 600px){.mdc-layout-grid--fixed-column-width{width:368px;width:calc( var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2 )}}.mdc-layout-grid--align-left{margin-right:auto;margin-left:0}.mdc-layout-grid--align-right{margin-right:0;margin-left:auto}@keyframes primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes buffering{to{transform:translateX(-10px)}}@keyframes primary-indeterminate-translate-reverse{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(-83.67142%)}100%{transform:translateX(-200.611057%)}}@keyframes secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(-37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(-84.386165%)}100%{transform:translateX(-160.277782%)}}@keyframes buffering-reverse{to{transform:translateX(10px)}}.mdc-linear-progress{position:relative;width:100%;height:4px;transform:translateZ(0);transition:opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);overflow:hidden}.mdc-linear-progress__bar{position:absolute;width:100%;height:100%;animation:none;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-linear-progress__bar-inner{display:inline-block;position:absolute;width:100%;height:100%;animation:none}.mdc-linear-progress__buffering-dots{position:absolute;width:100%;height:100%;animation:buffering 250ms infinite linear;background-repeat:repeat-x;background-size:10px 4px}.mdc-linear-progress__buffer{position:absolute;width:100%;height:100%;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-linear-progress__primary-bar{transform:scaleX(0)}.mdc-linear-progress__secondary-bar{visibility:hidden}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{left:-145.166611%;animation:primary-indeterminate-translate 2s infinite linear}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:primary-indeterminate-scale 2s infinite linear}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{left:-54.888891%;animation:secondary-indeterminate-translate 2s infinite linear;visibility:visible}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:secondary-indeterminate-scale 2s infinite linear}.mdc-linear-progress--reversed .mdc-linear-progress__bar,.mdc-linear-progress--reversed .mdc-linear-progress__buffer{right:0;transform-origin:center right}.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{animation-name:primary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{animation-name:secondary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots{animation:buffering-reverse 250ms infinite linear}.mdc-linear-progress--closed{opacity:0}.mdc-linear-progress__bar-inner{background-color:#3c7251;background-color:var(--mdc-theme-primary, #3c7251)}.mdc-linear-progress__buffering-dots{background-image:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 enable-background=%27new 0 0 5 2%27 xml:space=%27preserve%27 viewBox=%270 0 5 2%27 preserveAspectRatio=%27none slice%27%3E%3Ccircle cx=%271%27 cy=%271%27 r=%271%27 fill=%27%23e6e6e6%27/%3E%3C/svg%3E")}.mdc-linear-progress__buffer{background-color:#e6e6e6}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{right:-145.166611%;left:auto}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{right:-54.888891%;left:auto}.mdc-list{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;line-height:1.5rem;margin:0;padding:8px 0;list-style-type:none;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list:focus{outline:none}.mdc-list-item__secondary-text{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))}.mdc-list-item__graphic{background-color:transparent}.mdc-list-item__graphic{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__meta{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-group__subheader{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))}.mdc-list--dense{padding-top:4px;padding-bottom:4px;font-size:.812rem}.mdc-list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item{display:flex;position:relative;align-items:center;justify-content:flex-start;height:48px;padding:0 16px;overflow:hidden}.mdc-list-item:focus,.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item:focus{outline:none}.mdc-list-item--selected,.mdc-list-item--activated{color:#3c7251;color:var(--mdc-theme-primary, #3c7251)}.mdc-list-item--selected .mdc-list-item__graphic,.mdc-list-item--activated .mdc-list-item__graphic{color:#3c7251;color:var(--mdc-theme-primary, #3c7251)}.mdc-list-item--disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38))}.mdc-list-item__graphic{margin-left:0;margin-right:32px;width:24px;height:24px;flex-shrink:0;align-items:center;justify-content:center;fill:currentColor}.mdc-list-item[dir=rtl] .mdc-list-item__graphic,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl].googlesitekit-view-only-menu__list-item .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list-item__graphic,[dir=rtl] .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item .mdc-list-item__graphic,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl] .googlesitekit-view-only-menu__list-item .mdc-list-item__graphic{margin-left:32px;margin-right:0}.mdc-list .mdc-list-item__graphic{display:inline-flex}.mdc-list-item__meta{margin-left:auto;margin-right:0}.mdc-list-item__meta:not(.material-icons){font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em;text-decoration:inherit;text-transform:inherit}.mdc-list-item[dir=rtl] .mdc-list-item__meta,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl].googlesitekit-view-only-menu__list-item .mdc-list-item__meta,[dir=rtl] .mdc-list-item .mdc-list-item__meta,[dir=rtl] .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item .mdc-list-item__meta,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl] .googlesitekit-view-only-menu__list-item .mdc-list-item__meta{margin-left:0;margin-right:auto}.mdc-list-item__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mdc-list-item__text[for]{pointer-events:none}.mdc-list-item__primary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;line-height:normal;margin-bottom:-20px;display:block}.mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list--dense .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list--dense .mdc-list-item__primary-text::before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-list--dense .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item__secondary-text{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em;text-decoration:inherit;text-transform:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;line-height:normal;display:block}.mdc-list-item__secondary-text::before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list--dense .mdc-list-item__secondary-text{display:block;margin-top:0;line-height:normal;font-size:inherit}.mdc-list--dense .mdc-list-item__secondary-text::before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list--dense .mdc-list-item,.mdc-list--dense .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-list--dense .googlesitekit-view-only-menu__list-item{height:40px}.mdc-list--dense .mdc-list-item__graphic{margin-left:0;margin-right:36px;width:20px;height:20px}.mdc-list-item[dir=rtl] .mdc-list--dense .mdc-list-item__graphic,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl].googlesitekit-view-only-menu__list-item .mdc-list--dense .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic,[dir=rtl] .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item .mdc-list--dense .mdc-list-item__graphic,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl] .googlesitekit-view-only-menu__list-item .mdc-list--dense .mdc-list-item__graphic{margin-left:36px;margin-right:0}.mdc-list--avatar-list .mdc-list-item,.mdc-list--avatar-list .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-list--avatar-list .googlesitekit-view-only-menu__list-item{height:56px}.mdc-list--avatar-list .mdc-list-item__graphic{margin-left:0;margin-right:16px;width:40px;height:40px;border-radius:50%}.mdc-list-item[dir=rtl] .mdc-list--avatar-list .mdc-list-item__graphic,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl].googlesitekit-view-only-menu__list-item .mdc-list--avatar-list .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic,[dir=rtl] .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item .mdc-list--avatar-list .mdc-list-item__graphic,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl] .googlesitekit-view-only-menu__list-item .mdc-list--avatar-list .mdc-list-item__graphic{margin-left:16px;margin-right:0}.mdc-list--two-line .mdc-list-item__text{align-self:flex-start}.mdc-list--two-line .mdc-list-item,.mdc-list--two-line .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-list--two-line .googlesitekit-view-only-menu__list-item{height:72px}.mdc-list--two-line.mdc-list--dense .mdc-list-item,.mdc-list--two-line.mdc-list--dense .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-list--two-line.mdc-list--dense .googlesitekit-view-only-menu__list-item,.mdc-list--avatar-list.mdc-list--dense .mdc-list-item,.mdc-list--avatar-list.mdc-list--dense .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-list--avatar-list.mdc-list--dense .googlesitekit-view-only-menu__list-item{height:60px}.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic{margin-left:0;margin-right:20px;width:36px;height:36px}.mdc-list-item[dir=rtl] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl].googlesitekit-view-only-menu__list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,[dir=rtl] .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl] .googlesitekit-view-only-menu__list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic{margin-left:20px;margin-right:0}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled){cursor:pointer}a.mdc-list-item,.googlesitekit-plugin .googlesitekit-view-only-menu a.googlesitekit-view-only-menu__list-item{color:inherit;-webkit-text-decoration:none;text-decoration:none}.mdc-list-divider{height:0;margin:0;border:none;border-bottom-width:1px;border-bottom-style:solid}.mdc-list-divider{border-bottom-color:rgba(0,0,0,.12)}.mdc-list-divider--padded{margin:0 16px}.mdc-list-divider--inset{margin-left:72px;margin-right:0;width:calc(100% - 72px)}.mdc-list-group[dir=rtl] .mdc-list-divider--inset,[dir=rtl] .mdc-list-group .mdc-list-divider--inset{margin-left:0;margin-right:72px}.mdc-list-divider--inset.mdc-list-divider--padded{width:calc(100% - 72px - 16px)}.mdc-list-group .mdc-list{padding:0}.mdc-list-group__subheader{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;margin:.75rem 16px}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled){--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled)::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled)::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled)::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::before,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled).mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled).mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded::after,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled).mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation::after,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled).mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation::after,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled).mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled)::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled)::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled).mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled)::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled)::after{background-color:#000}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:hover::before,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled):hover::before{opacity:.04}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled):not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled).mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled):not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled):not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded,.googlesitekit-plugin .googlesitekit-view-only-menu :not(.mdc-list--non-interactive)>.googlesitekit-view-only-menu__list-item:not(.mdc-list-item--disabled).mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before{opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::after{background-color:#3c7251}@supports not (-ms-ime-align: auto){:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::after{background-color:var(--mdc-theme-primary, #3c7251)}}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:hover::before{opacity:.16}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before{opacity:.08}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::after{background-color:#3c7251}@supports not (-ms-ime-align: auto){:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::after{background-color:var(--mdc-theme-primary, #3c7251)}}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:hover::before{opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.2}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.2}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.2}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after{background-color:#000}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-menu{min-width:112px}.mdc-menu .mdc-list-item__meta{color:rgba(0,0,0,.87)}.mdc-menu .mdc-list-item__graphic{color:rgba(0,0,0,.87)}.mdc-menu .mdc-list{color:rgba(0,0,0,.87)}.mdc-menu .mdc-list-divider{margin:8px 0}.mdc-menu .mdc-list-item,.mdc-menu .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-menu .googlesitekit-view-only-menu__list-item{-webkit-user-select:none;user-select:none}.mdc-menu .mdc-list-item--disabled{cursor:auto}.mdc-menu a.mdc-list-item .mdc-list-item__text,.mdc-menu .googlesitekit-plugin .googlesitekit-view-only-menu a.googlesitekit-view-only-menu__list-item .mdc-list-item__text,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-menu a.googlesitekit-view-only-menu__list-item .mdc-list-item__text,.mdc-menu a.mdc-list-item .mdc-list-item__graphic,.mdc-menu .googlesitekit-plugin .googlesitekit-view-only-menu a.googlesitekit-view-only-menu__list-item .mdc-list-item__graphic,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-menu a.googlesitekit-view-only-menu__list-item .mdc-list-item__graphic{pointer-events:none}.mdc-menu__selection-group{padding:0;fill:currentColor}.mdc-menu__selection-group .mdc-list-item,.mdc-menu__selection-group .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-menu__selection-group .googlesitekit-view-only-menu__list-item{padding-left:56px;padding-right:16px}[dir=rtl] .mdc-menu__selection-group .mdc-list-item,[dir=rtl] .mdc-menu__selection-group .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl] .mdc-menu__selection-group .googlesitekit-view-only-menu__list-item,.mdc-menu__selection-group .mdc-list-item[dir=rtl],.mdc-menu__selection-group .googlesitekit-plugin .googlesitekit-view-only-menu [dir=rtl].googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-menu__selection-group [dir=rtl].googlesitekit-view-only-menu__list-item{padding-left:16px;padding-right:56px}.mdc-menu__selection-group .mdc-menu__selection-group-icon{left:16px;right:initial;display:none;position:absolute}[dir=rtl] .mdc-menu__selection-group .mdc-menu__selection-group-icon,.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir=rtl]{left:initial;right:16px}.mdc-menu-item--selected .mdc-menu__selection-group-icon{display:inline}.mdc-menu-surface{display:none;position:absolute;box-sizing:border-box;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);margin:0;padding:0;transform:scale(1);transform-origin:top left;opacity:0;overflow:auto;will-change:transform,opacity;z-index:8;transition:opacity .03s linear,transform .12s cubic-bezier(0, 0, 0.2, 1);box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12);background-color:#fff;background-color:var(--mdc-theme-surface, #fff);color:#000;color:var(--mdc-theme-on-surface, #000);border-radius:4px;transform-origin-left:top left;transform-origin-right:top right}.mdc-menu-surface:focus{outline:none}.mdc-menu-surface--open{display:inline-block;transform:scale(1);opacity:1}.mdc-menu-surface--animating-open{display:inline-block;transform:scale(0.8);opacity:0}.mdc-menu-surface--animating-closed{display:inline-block;opacity:0;transition:opacity .075s linear}[dir=rtl] .mdc-menu-surface,.mdc-menu-surface[dir=rtl]{transform-origin-left:top right;transform-origin-right:top left}.mdc-menu-surface--anchor{position:relative;overflow:visible}.mdc-menu-surface--fixed{position:fixed}.mdc-radio{display:inline-block;position:relative;flex:0 0 auto;box-sizing:border-box;width:40px;height:40px;padding:10px;cursor:pointer;will-change:opacity,transform,border-color,color}.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.54)}.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#446199;border-color:var(--mdc-theme-secondary, #446199)}.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#446199;border-color:var(--mdc-theme-secondary, #446199)}.mdc-radio .mdc-radio__background::before{background-color:#446199}@supports not (-ms-ime-align: auto){.mdc-radio .mdc-radio__background::before{background-color:var(--mdc-theme-secondary, #446199)}}.mdc-radio__background{display:inline-block;position:absolute;left:10px;box-sizing:border-box;width:50%;height:50%}.mdc-radio__background::before{position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(0, 0);border-radius:50%;opacity:0;pointer-events:none;content:"";transition:opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__outer-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:50%;transition:border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__inner-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;transform:scale(0, 0);border-width:10px;border-style:solid;border-radius:50%;transition:transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio--disabled{cursor:default;pointer-events:none}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(0.5);transition:transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:disabled+.mdc-radio__background,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background{cursor:default}.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.26)}.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle{border-color:rgba(0,0,0,.26)}.mdc-radio__native-control:focus+.mdc-radio__background::before{transform:scale(2, 2);opacity:.12;transition:opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-radio::before,.mdc-radio::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-radio::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-radio.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-radio.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-radio.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-radio.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-radio.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-radio::before,.mdc-radio::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-radio.mdc-ripple-upgraded::before,.mdc-radio.mdc-ripple-upgraded::after{top:var(--mdc-ripple-top, calc(50% - 50%));left:var(--mdc-ripple-left, calc(50% - 50%));width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-radio.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-radio::before,.mdc-radio::after{background-color:#446199}@supports not (-ms-ime-align: auto){.mdc-radio::before,.mdc-radio::after{background-color:var(--mdc-theme-secondary, #446199)}}.mdc-radio:hover::before{opacity:.04}.mdc-radio:not(.mdc-ripple-upgraded):focus::before,.mdc-radio.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-radio:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-radio:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-radio.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before{content:none}.mdc-card{border-radius:4px;background-color:#fff;background-color:var(--mdc-theme-surface, #fff);box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0,0,0,.12);display:flex;flex-direction:column;box-sizing:border-box}.mdc-card--outlined{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12);border-width:1px;border-style:solid;border-color:#e0e0e0}.mdc-card__media{position:relative;box-sizing:border-box;background-repeat:no-repeat;background-position:center;background-size:cover}.mdc-card__media::before{display:block;content:""}.mdc-card__media:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.mdc-card__media:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.mdc-card__media--square::before{margin-top:100%}.mdc-card__media--16-9::before{margin-top:56.25%}.mdc-card__media-content{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box}.mdc-card__primary-action{display:flex;flex-direction:column;box-sizing:border-box;position:relative;outline:none;color:inherit;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;overflow:hidden}.mdc-card__primary-action:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.mdc-card__primary-action:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.mdc-card__actions{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;min-height:52px;padding:8px}.mdc-card__actions--full-bleed{padding:0}.mdc-card__action-buttons,.mdc-card__action-icons{display:flex;flex-direction:row;align-items:center;box-sizing:border-box}.mdc-card__action-icons{color:rgba(0,0,0,.6);flex-grow:1;justify-content:flex-end}.mdc-card__action-buttons+.mdc-card__action-icons{margin-left:16px;margin-right:0}[dir=rtl] .mdc-card__action-buttons+.mdc-card__action-icons,.mdc-card__action-buttons+.mdc-card__action-icons[dir=rtl]{margin-left:0;margin-right:16px}.mdc-card__action{display:inline-flex;flex-direction:row;align-items:center;box-sizing:border-box;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.mdc-card__action:focus{outline:none}.mdc-card__action--button{margin-left:0;margin-right:8px;padding:0 8px}[dir=rtl] .mdc-card__action--button,.mdc-card__action--button[dir=rtl]{margin-left:8px;margin-right:0}.mdc-card__action--button:last-child{margin-left:0;margin-right:0}[dir=rtl] .mdc-card__action--button:last-child,.mdc-card__action--button:last-child[dir=rtl]{margin-left:0;margin-right:0}.mdc-card__actions--full-bleed .mdc-card__action--button{justify-content:space-between;width:100%;height:auto;max-height:none;margin:0;padding:8px 16px;text-align:left}[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button,.mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl]{text-align:right}.mdc-card__action--icon{margin:-6px 0;padding:12px}.mdc-card__action--icon:not(:disabled){color:rgba(0,0,0,.6)}.mdc-card__primary-action{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-card__primary-action::before,.mdc-card__primary-action::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-card__primary-action::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-card__primary-action.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-card__primary-action.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-card__primary-action.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-card__primary-action::before,.mdc-card__primary-action::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-card__primary-action.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-card__primary-action::before,.mdc-card__primary-action::after{background-color:#000}.mdc-card__primary-action:hover::before{opacity:.04}.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::before,.mdc-card__primary-action.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-card__primary-action:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-card__primary-action:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-card__primary-action.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.mdc-chip__icon--leading{color:rgba(0,0,0,.54)}.mdc-chip__icon--trailing{color:rgba(0,0,0,.54)}.mdc-chip__icon--trailing:hover{color:rgba(0,0,0,.62)}.mdc-chip__icon--trailing:focus{color:rgba(0,0,0,.87)}.mdc-chip__icon.mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden){width:20px;height:20px;font-size:20px}.mdc-chip__icon.mdc-chip__icon--trailing{width:18px;height:18px;font-size:18px}.mdc-chip__icon--trailing{margin:0 -4px 0 4px}.mdc-chip{border-radius:16px;background-color:#e0e0e0;color:rgba(0,0,0,.87);font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em;text-decoration:inherit;text-transform:inherit;height:32px;display:inline-flex;position:relative;align-items:center;box-sizing:border-box;padding:7px 12px;outline:none;cursor:pointer;overflow:hidden}.mdc-chip:hover{color:rgba(0,0,0,.87)}.mdc-chip.mdc-chip--selected .mdc-chip__checkmark,.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden){margin-left:-4px;margin-right:4px;margin-top:-4px;margin-bottom:-4px}[dir=rtl] .mdc-chip.mdc-chip--selected .mdc-chip__checkmark,.mdc-chip.mdc-chip--selected .mdc-chip__checkmark[dir=rtl],[dir=rtl] .mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden),.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden)[dir=rtl]{margin-left:4px;margin-right:-4px}.mdc-chip:hover{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-chip--exit{transition:opacity 75ms cubic-bezier(0.4, 0, 0.2, 1),width 150ms cubic-bezier(0, 0, 0.2, 1),padding 100ms linear,margin 100ms linear;opacity:0}.mdc-chip__text{white-space:nowrap}.mdc-chip__icon{border-radius:50%;outline:none;vertical-align:middle}.mdc-chip__checkmark{height:20px}.mdc-chip__checkmark-path{transition:stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);stroke-width:2px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-chip--selected .mdc-chip__checkmark-path{stroke-dashoffset:0}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected{color:#3c7251;color:var(--mdc-theme-primary, #3c7251)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(60,114,81,.54)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover{color:#3c7251;color:var(--mdc-theme-primary, #3c7251)}.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path{stroke:#3c7251;stroke:var(--mdc-theme-primary, #3c7251)}.mdc-chip-set--choice .mdc-chip--selected{background-color:#fff;background-color:var(--mdc-theme-surface, #fff)}.mdc-chip__checkmark-svg{width:0;height:20px;transition:width 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-chip--selected .mdc-chip__checkmark-svg{width:20px}.mdc-chip-set--filter .mdc-chip__icon--leading{transition:opacity 75ms linear;transition-delay:-50ms;opacity:1}.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark{transition:opacity 75ms linear;transition-delay:80ms;opacity:0}.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark .mdc-chip__checkmark-svg{transition:width 0ms}.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading{opacity:0}.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading+.mdc-chip__checkmark{width:0;opacity:1}.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading{width:0;opacity:0}.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading+.mdc-chip__checkmark{width:20px}.mdc-chip{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-chip::before,.mdc-chip::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-chip::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-chip.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-chip.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-chip.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-chip.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-chip.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-chip::before,.mdc-chip::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-chip.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-chip::before,.mdc-chip::after{background-color:rgba(0,0,0,.87)}.mdc-chip:hover::before{opacity:.04}.mdc-chip:not(.mdc-ripple-upgraded):focus::before,.mdc-chip.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-chip:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-chip:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-chip.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before{opacity:.08}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::after{background-color:#3c7251}@supports not (-ms-ime-align: auto){.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::after{background-color:var(--mdc-theme-primary, #3c7251)}}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover::before{opacity:.12}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus::before,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.2}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.2}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.2}@keyframes mdc-chip-entry{from{transform:scale(0.8);opacity:.4}to{transform:scale(1);opacity:1}}.mdc-chip-set{padding:4px;display:flex;flex-wrap:wrap;box-sizing:border-box}.mdc-chip-set .mdc-chip{margin:4px}.mdc-chip-set--input .mdc-chip{animation:mdc-chip-entry 100ms cubic-bezier(0, 0, 0.2, 1)}.mdc-dialog,.mdc-dialog__scrim{position:fixed;top:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%}.mdc-dialog{display:none;z-index:7}.mdc-dialog .mdc-dialog__surface{background-color:#fff;background-color:var(--mdc-theme-surface, #fff)}.mdc-dialog .mdc-dialog__scrim{background-color:rgba(0,0,0,.32)}.mdc-dialog .mdc-dialog__title{color:rgba(0,0,0,.87)}.mdc-dialog .mdc-dialog__content{color:rgba(0,0,0,.6)}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions{border-color:rgba(0,0,0,.12)}.mdc-dialog .mdc-dialog__surface{min-width:280px}@media(max-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:calc(100vw - 32px)}}@media(min-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:560px}}.mdc-dialog .mdc-dialog__surface{max-height:calc(100vh - 32px)}.mdc-dialog .mdc-dialog__surface{border-radius:4px}.mdc-dialog__scrim{opacity:0;z-index:-1}.mdc-dialog__container{display:flex;flex-direction:row;justify-content:space-around;box-sizing:border-box;transform:scale(0.8);opacity:0}.mdc-dialog__surface{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0,0,0,.12);display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;max-width:100%;max-height:100%}.mdc-dialog[dir=rtl] .mdc-dialog__surface,[dir=rtl] .mdc-dialog .mdc-dialog__surface{text-align:right}.mdc-dialog__title{display:block;margin-top:0;line-height:normal;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.25rem;line-height:2rem;font-weight:500;letter-spacing:.0125em;text-decoration:inherit;text-transform:inherit;display:block;position:relative;flex-shrink:0;box-sizing:border-box;margin:0;padding:0 24px 9px;border-bottom:1px solid transparent}.mdc-dialog__title::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-dialog[dir=rtl] .mdc-dialog__title,[dir=rtl] .mdc-dialog .mdc-dialog__title{text-align:right}.mdc-dialog--scrollable .mdc-dialog__title{padding-bottom:15px}.mdc-dialog__content{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:.03125em;text-decoration:inherit;text-transform:inherit;flex-grow:1;box-sizing:border-box;margin:0;padding:20px 24px;overflow:auto;-webkit-overflow-scrolling:touch}.mdc-dialog__content>:first-child{margin-top:0}.mdc-dialog__content>:last-child{margin-bottom:0}.mdc-dialog__title+.mdc-dialog__content{padding-top:0}.mdc-dialog--scrollable .mdc-dialog__content{padding-top:8px;padding-bottom:8px}.mdc-dialog__content .mdc-list:first-child:last-child{padding:6px 0 0}.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child{padding:0}.mdc-dialog__actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid transparent}.mdc-dialog--stacked .mdc-dialog__actions{flex-direction:column;align-items:flex-end}.mdc-dialog__button{margin-left:8px;margin-right:0;max-width:100%;text-align:right}[dir=rtl] .mdc-dialog__button,.mdc-dialog__button[dir=rtl]{margin-left:0;margin-right:8px}.mdc-dialog__button:first-child{margin-left:0;margin-right:0}[dir=rtl] .mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir=rtl]{margin-left:0;margin-right:0}.mdc-dialog[dir=rtl] .mdc-dialog__button,[dir=rtl] .mdc-dialog .mdc-dialog__button{text-align:left}.mdc-dialog--stacked .mdc-dialog__button:not(:first-child){margin-top:12px}.mdc-dialog--open,.mdc-dialog--opening,.mdc-dialog--closing{display:flex}.mdc-dialog--opening .mdc-dialog__scrim{transition:opacity 150ms linear}.mdc-dialog--opening .mdc-dialog__container{transition:opacity 75ms linear,transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-dialog--closing .mdc-dialog__scrim,.mdc-dialog--closing .mdc-dialog__container{transition:opacity 75ms linear}.mdc-dialog--closing .mdc-dialog__container{transform:scale(1)}.mdc-dialog--open .mdc-dialog__scrim{opacity:1}.mdc-dialog--open .mdc-dialog__container{transform:scale(1);opacity:1}.mdc-dialog-scroll-lock{overflow:hidden}@keyframes mdc-select-float-native-control{0%{transform:translateY(8px);opacity:0}100%{transform:translateY(0);opacity:1}}.mdc-line-ripple{position:absolute;bottom:0;left:0;width:100%;height:2px;transform:scaleX(0);transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;z-index:2}.mdc-line-ripple--active{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating{opacity:0}.mdc-notched-outline{display:flex;position:absolute;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;transition:border 150ms cubic-bezier(0.4, 0, 0.2, 1);border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid;flex-grow:1}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 12px * 2)}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;top:17px;bottom:auto;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(100% / .75)}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{padding:0}.mdc-floating-label{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;position:absolute;left:0;transform-origin:left top;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1);line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--float-above{transform:translateY(-50%) scale(0.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0 - 0%)) translateY(-50%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-50%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-50%) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-50%) scale(0.75)}}.mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-select--with-leading-icon .mdc-select__icon{display:inline-block;position:absolute;bottom:16px;box-sizing:border-box;width:24px;height:24px;border:none;background-color:transparent;fill:currentColor;opacity:.54;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none}.mdc-select__icon:not([tabindex]),.mdc-select__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-select-helper-text{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin:0;transition:opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;will-change:opacity}.mdc-select-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-select-helper-text--persistent{transition:none;opacity:1;will-change:initial}.mdc-select{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);display:inline-flex;position:relative;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity,transform,color}.mdc-select:not(.mdc-select--disabled){background-color:#f5f5f5}.mdc-select::before,.mdc-select::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-select::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-select.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-select.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-select.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select::before,.mdc-select::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-select.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-select::before,.mdc-select::after{background-color:rgba(0,0,0,.87)}.mdc-select:hover::before{opacity:.04}.mdc-select:not(.mdc-ripple-upgraded):focus::before,.mdc-select.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0,0,0,.87)}.mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(0,0,0,.6)}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{border-bottom-color:rgba(0,0,0,.42)}.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text{color:rgba(0,0,0,.6)}.mdc-select,.mdc-select__native-control{border-radius:4px 4px 0 0}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#3c7251;background-color:var(--mdc-theme-primary, #3c7251)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:rgba(60,114,81,.87)}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover{border-bottom-color:rgba(0,0,0,.87)}.mdc-select .mdc-floating-label--float-above{transform:translateY(-70%) scale(0.75)}.mdc-select .mdc-floating-label{left:16px;right:initial;top:21px;pointer-events:none}[dir=rtl] .mdc-select .mdc-floating-label,.mdc-select .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-select.mdc-select--with-leading-icon .mdc-floating-label{left:48px;right:initial}[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label,.mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-select.mdc-select--outlined .mdc-floating-label{left:4px;right:initial;top:17px}[dir=rtl] .mdc-select.mdc-select--outlined .mdc-floating-label,.mdc-select.mdc-select--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{left:36px;right:initial}[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl]{left:initial;right:36px}.mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;left:auto;right:8px;position:absolute;bottom:16px;width:24px;height:24px;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}[dir=rtl] .mdc-select__dropdown-icon,.mdc-select__dropdown-icon[dir=rtl]{left:8px;right:auto}.mdc-select--focused .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%233c7251%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;transform:rotate(180deg) translateY(-5px);transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-select__native-control{padding-top:20px}.mdc-select.mdc-select--focused .mdc-line-ripple::after{transform:scale(1, 2);opacity:1}.mdc-select+.mdc-select-helper-text{margin-right:12px;margin-left:12px}.mdc-select--outlined+.mdc-select-helper-text{margin-right:16px;margin-left:16px}.mdc-select--focused+.mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg){opacity:1}.mdc-select__selected-text{min-width:200px;padding-top:22px}.mdc-select__native-control,.mdc-select__selected-text{padding-left:16px;padding-right:52px;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;box-sizing:border-box;width:100%;height:56px;padding-top:20px;padding-bottom:4px;border:none;border-bottom:1px solid;outline:none;background-color:transparent;color:inherit;white-space:nowrap;cursor:pointer;appearance:none}[dir=rtl] .mdc-select__native-control,.mdc-select__native-control[dir=rtl],[dir=rtl] .mdc-select__selected-text,.mdc-select__selected-text[dir=rtl]{padding-left:52px;padding-right:16px}.mdc-select__native-control::-ms-expand,.mdc-select__selected-text::-ms-expand{display:none}.mdc-select__native-control::-ms-value,.mdc-select__selected-text::-ms-value{background-color:transparent;color:inherit}@-moz-document url-prefix(""){.mdc-select__native-control,.mdc-select__selected-text{text-indent:-2px}}.mdc-select--outlined{border:none;overflow:visible}.mdc-select--outlined:not(.mdc-select--disabled){background-color:transparent}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.24)}.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#3c7251;border-color:var(--mdc-theme-primary, #3c7251)}.mdc-select--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-radius:0 4px 4px 0}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-radius:4px 0 0 4px}.mdc-select--outlined .mdc-select__native-control{border-radius:4px}.mdc-select--outlined::before,.mdc-select--outlined::after{content:none}.mdc-select--outlined:not(.mdc-select--disabled){background-color:transparent}.mdc-select--outlined .mdc-floating-label--float-above{transform:translateY(-144%) scale(1)}.mdc-select--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(0.75)}.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined .mdc-select__native-control,.mdc-select--outlined .mdc-select__selected-text{padding-left:16px;padding-right:52px;display:flex;padding-top:12px;padding-bottom:12px;border:none;background-color:transparent;z-index:1}[dir=rtl] .mdc-select--outlined .mdc-select__native-control,.mdc-select--outlined .mdc-select__native-control[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-select__selected-text,.mdc-select--outlined .mdc-select__selected-text[dir=rtl]{padding-left:52px;padding-right:16px}.mdc-select--outlined .mdc-select__selected-text{padding-top:14px}.mdc-select--outlined .mdc-select__icon{z-index:2}.mdc-select--outlined .mdc-floating-label{line-height:1.15rem;pointer-events:auto}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#b00020;background-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#b00020}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid+.mdc-select-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control:hover{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23b00020%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center}.mdc-select--invalid+.mdc-select-helper-text--validation-msg{opacity:1}.mdc-select--required .mdc-floating-label::after{content:"*"}.mdc-select--disabled{background-color:#fafafa;cursor:default;pointer-events:none}.mdc-select--disabled .mdc-floating-label{color:rgba(0,0,0,.37)}.mdc-select--disabled .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.37%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center}.mdc-select--disabled .mdc-line-ripple{display:none}.mdc-select--disabled .mdc-select__icon{color:rgba(0,0,0,.37)}.mdc-select--disabled .mdc-select__native-control,.mdc-select--disabled .mdc-select__selected-text{color:rgba(0,0,0,.37);border-bottom-style:dotted}.mdc-select--disabled .mdc-select__selected-text{pointer-events:none}.mdc-select--disabled.mdc-select--outlined{background-color:transparent}.mdc-select--disabled.mdc-select--outlined .mdc-select__native-control,.mdc-select--disabled.mdc-select--outlined .mdc-select__selected-text{border-bottom-style:none}.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.16)}.mdc-select--with-leading-icon .mdc-select__icon{left:16px;right:initial}[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon,.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl]{left:initial;right:16px}.mdc-select--with-leading-icon .mdc-select__native-control,.mdc-select--with-leading-icon .mdc-select__selected-text{padding-left:48px;padding-right:32px}[dir=rtl] .mdc-select--with-leading-icon .mdc-select__native-control,.mdc-select--with-leading-icon .mdc-select__native-control[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon .mdc-select__selected-text,.mdc-select--with-leading-icon .mdc-select__selected-text[dir=rtl]{padding-left:32px;padding-right:48px}.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above{transform:translateY(-144%) translateX(-32px) scale(1)}[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-144%) translateX(32px) scale(1)}.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-130%) translateX(32px) scale(0.75)}.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1}[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake,.mdc-select--with-leading-icon.mdc-select--outlined[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1}.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text{padding-left:32px;padding-right:32px}[dir=rtl] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text,.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir=rtl]{padding-left:32px;padding-right:32px}.mdc-select__menu .mdc-list .mdc-list-item--selected{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-select__menu .mdc-list .mdc-list-item--selected::before,.mdc-select__menu .mdc-list .mdc-list-item--selected::after{background-color:#000}@supports not (-ms-ime-align: auto){.mdc-select__menu .mdc-list .mdc-list-item--selected::before,.mdc-select__menu .mdc-list .mdc-list-item--selected::after{background-color:var(--mdc-theme-on-surface, #000)}}.mdc-select__menu .mdc-list .mdc-list-item--selected:hover::before{opacity:.04}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before,.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon{0%{transform:translateX(calc(0 - 32px)) translateY(-130%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(-130%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(-130%) scale(0.75)}100%{transform:translateX(calc(0 - 32px)) translateY(-130%) scale(0.75)}}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl{0%{transform:translateX(calc(0 - -32px)) translateY(-130%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(-130%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(-130%) scale(0.75)}100%{transform:translateX(calc(0 - -32px)) translateY(-130%) scale(0.75)}}.mdc-tab{position:relative;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:500;letter-spacing:.0892857143em;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;height:48px;padding:0 24px;border:none;outline:none;background:none;text-align:center;white-space:nowrap;cursor:pointer;-webkit-appearance:none;z-index:1}.mdc-tab .mdc-tab__text-label{color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-tab .mdc-tab__icon{color:#000;color:var(--mdc-theme-on-surface, #000);fill:currentColor}.mdc-tab::-moz-focus-inner{padding:0;border:0}.mdc-tab--min-width{flex:0 1 auto}.mdc-tab__ripple{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.mdc-tab__ripple::before,.mdc-tab__ripple::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-tab__ripple::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-tab__ripple.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-tab__ripple.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-tab__ripple.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-tab__ripple::before,.mdc-tab__ripple::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-tab__ripple.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-tab__ripple::before,.mdc-tab__ripple::after{background-color:#3c7251}@supports not (-ms-ime-align: auto){.mdc-tab__ripple::before,.mdc-tab__ripple::after{background-color:var(--mdc-theme-primary, #3c7251)}}.mdc-tab__ripple:hover::before{opacity:.04}.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before,.mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-tab__ripple:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-tab__ripple.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.mdc-tab__content{position:relative;display:flex;align-items:center;justify-content:center;height:inherit;pointer-events:none}.mdc-tab__text-label,.mdc-tab__icon{transition:150ms color linear,150ms opacity linear;z-index:2}.mdc-tab__text-label{display:inline-block;opacity:.6;line-height:1}.mdc-tab__icon{width:24px;height:24px;opacity:.54;font-size:24px}.mdc-tab--stacked{height:72px}.mdc-tab--stacked .mdc-tab__content{flex-direction:column;align-items:center;justify-content:space-between}.mdc-tab--stacked .mdc-tab__icon{padding-top:12px}.mdc-tab--stacked .mdc-tab__text-label{padding-bottom:16px}.mdc-tab--active .mdc-tab__text-label{color:#3c7251;color:var(--mdc-theme-primary, #3c7251)}.mdc-tab--active .mdc-tab__icon{color:#3c7251;color:var(--mdc-theme-primary, #3c7251);fill:currentColor}.mdc-tab--active .mdc-tab__text-label,.mdc-tab--active .mdc-tab__icon{transition-delay:100ms;opacity:1}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:8px;padding-right:0}[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label,.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl]{padding-left:0;padding-right:8px}.mdc-tab-bar{width:100%}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator>.mdc-tab-indicator__content--underline{background-color:#3c7251;background-color:var(--mdc-theme-primary, #3c7251)}.mdc-tab-indicator>.mdc-tab-indicator__content--underline{height:2px}.mdc-tab-indicator>.mdc-tab-indicator__content--icon{color:#446199;color:var(--mdc-theme-secondary, #446199)}.mdc-tab-indicator>.mdc-tab-indicator__content--icon{height:34px;font-size:34px}.mdc-tab-indicator__content{transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;width:100%}.mdc-tab-indicator__content--icon{align-self:center;margin:0 auto}.mdc-tab-indicator--active>.mdc-tab-indicator__content{opacity:1}.mdc-tab-indicator>.mdc-tab-indicator__content{transition:250ms transform cubic-bezier(0.4, 0, 0.2, 1)}.mdc-tab-indicator--no-transition>.mdc-tab-indicator__content{transition:none}.mdc-tab-indicator--fade>.mdc-tab-indicator__content{transition:150ms opacity linear}.mdc-tab-indicator--active.mdc-tab-indicator--fade>.mdc-tab-indicator__content{transition-delay:100ms}.mdc-tab-scroller{overflow-y:hidden}.mdc-tab-scroller__test{position:absolute;top:-9999px;width:100px;height:100px;overflow-x:scroll}.mdc-tab-scroller__scroll-area{-webkit-overflow-scrolling:touch;display:flex;overflow-x:hidden}.mdc-tab-scroller__scroll-area::-webkit-scrollbar,.mdc-tab-scroller__test::-webkit-scrollbar{display:none}.mdc-tab-scroller__scroll-area--scroll{overflow-x:scroll}.mdc-tab-scroller__scroll-content{position:relative;display:flex;flex:1 0 auto;transform:none;will-change:transform}.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content{justify-content:flex-start}.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content{justify-content:flex-end}.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content{justify-content:center}.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area{-webkit-overflow-scrolling:auto}.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content{transition:250ms transform cubic-bezier(0.4, 0, 0.2, 1)}.mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon{position:absolute;bottom:16px;cursor:pointer}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field-helper-text{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin:0;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;will-change:opacity}.mdc-text-field-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:initial}.mdc-text-field-helper-text{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin:0;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;will-change:opacity}.mdc-text-field-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:initial}.mdc-text-field-character-counter{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin-left:auto;margin-right:0;padding-left:16px;padding-right:0;white-space:nowrap}.mdc-text-field-character-counter::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}[dir=rtl] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon{position:absolute;bottom:16px;cursor:pointer}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:4px 4px 0 0;display:inline-flex;position:relative;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field::before,.mdc-text-field::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-text-field::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-text-field.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-text-field.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-text-field.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field::before,.mdc-text-field::after{background-color:rgba(0,0,0,.87)}.mdc-text-field:hover::before{opacity:.04}.mdc-text-field:not(.mdc-ripple-upgraded):focus::before,.mdc-text-field.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-text-field::before,.mdc-text-field::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-text-field.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(3,14,7,.32)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0,0,0,.87)}.mdc-text-field .mdc-text-field__input{caret-color:#3c7251;caret-color:var(--mdc-theme-primary, #3c7251)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:rgba(0,0,0,.42)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:rgba(0,0,0,.87)}.mdc-text-field .mdc-line-ripple{background-color:#3c7251;background-color:var(--mdc-theme-primary, #3c7251)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,.12)}.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon{color:rgba(0,0,0,.54)}.mdc-text-field:not(.mdc-text-field--disabled){background-color:#f5f5f5}.mdc-text-field .mdc-floating-label{left:16px;right:initial;top:18px;pointer-events:none}[dir=rtl] .mdc-text-field .mdc-floating-label,.mdc-text-field .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-text-field--textarea .mdc-floating-label{left:4px;right:initial}[dir=rtl] .mdc-text-field--textarea .mdc-floating-label,.mdc-text-field--textarea .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:initial;top:17px}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-text-field--outlined--with-leading-icon .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label,.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above{left:40px;right:initial}[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above,.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir=rtl]{left:initial;right:40px}.mdc-text-field__input{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;align-self:flex-end;box-sizing:border-box;width:100%;height:100%;padding:20px 16px 6px;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);border:none;border-bottom:1px solid;border-radius:0;background:none;appearance:none}.mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(3,14,7,.32)}.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}.mdc-text-field__input:-webkit-autofill{z-index:auto !important}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{padding-top:16px;padding-bottom:16px}.mdc-text-field__input:-webkit-autofill+.mdc-floating-label{transform:translateY(-50%) scale(0.75);cursor:auto}.mdc-text-field--outlined{border:none;overflow:visible}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#3c7251;border-color:var(--mdc-theme-primary, #3c7251)}.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-radius:0 4px 4px 0}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-radius:4px 0 0 4px}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-144%) scale(1)}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(0.75)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined::before,.mdc-text-field--outlined::after{content:none}.mdc-text-field--outlined:not(.mdc-text-field--disabled){background-color:transparent}.mdc-text-field--outlined .mdc-text-field__input{display:flex;padding:12px 16px 14px;border:none !important;background-color:transparent;z-index:1}.mdc-text-field--outlined .mdc-text-field__icon{z-index:2}.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--outlined.mdc-text-field--disabled{background-color:transparent}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.06)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{border-bottom:none}.mdc-text-field--outlined.mdc-text-field--dense{height:48px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{transform:translateY(-134%) scale(1)}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{font-size:.8rem}.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-120%) scale(0.8)}.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 7px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label{top:14px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon{top:12px}.mdc-text-field--with-leading-icon .mdc-text-field__icon{left:16px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir=rtl]{left:initial;right:16px}.mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:48px;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__input,.mdc-text-field--with-leading-icon .mdc-text-field__input[dir=rtl]{padding-left:16px;padding-right:48px}.mdc-text-field--with-leading-icon .mdc-floating-label{left:48px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon .mdc-floating-label,.mdc-text-field--with-leading-icon .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon{left:16px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl]{left:initial;right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:48px;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl]{padding-left:16px;padding-right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-144%) translateX(-32px) scale(1)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-144%) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-130%) translateX(32px) scale(0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{transform:translateY(-134%) translateX(-21px) scale(1)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-134%) translateX(21px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{font-size:.8rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-120%) translateX(-21px) scale(0.8)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-120%) translateX(21px) scale(0.8)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label{left:32px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir=rtl]{left:initial;right:32px}.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:initial;right:12px}[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl]{left:12px;right:initial}.mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:16px;padding-right:48px}[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__input,.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl]{padding-left:48px;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon{left:initial;right:16px}[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl]{left:16px;right:initial}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:16px;padding-right:48px}[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input,.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl]{padding-left:48px;padding-right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:16px;right:auto}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl]{left:auto;right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon{right:12px;left:auto}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon[dir=rtl]{right:auto;left:12px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:48px;padding-right:48px}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl]{padding-left:48px;padding-right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{bottom:16px;transform:scale(0.8)}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl]{left:initial;right:12px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:44px;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl]{padding-left:16px;padding-right:44px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label{left:44px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir=rtl]{left:initial;right:44px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:initial;right:12px}[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl]{left:12px;right:initial}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:16px;padding-right:44px}[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl]{padding-left:44px;padding-right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl]{left:auto;right:12px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon{right:12px;left:auto}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon[dir=rtl]{right:auto;left:12px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:44px;padding-right:44px}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl]{padding-left:44px;padding-right:44px}.mdc-text-field--dense .mdc-floating-label--float-above{transform:translateY(-70%) scale(0.8)}.mdc-text-field--dense .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-dense 250ms 1}.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 0}.mdc-text-field--dense .mdc-floating-label{font-size:.813rem}.mdc-text-field--dense .mdc-floating-label--float-above{font-size:.813rem}.mdc-text-field__input:required~.mdc-floating-label::after,.mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label::after{margin-left:1px;content:"*"}.mdc-text-field--textarea{display:inline-flex;width:auto;height:auto;transition:none;overflow:visible}.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#3c7251;border-color:var(--mdc-theme-primary, #3c7251)}.mdc-text-field--textarea .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-radius:0 4px 4px 0}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-radius:4px 0 0 4px}.mdc-text-field--textarea::before,.mdc-text-field--textarea::after{content:none}.mdc-text-field--textarea:not(.mdc-text-field--disabled){background-color:transparent}.mdc-text-field--textarea .mdc-floating-label--float-above{transform:translateY(-144%) scale(1)}.mdc-text-field--textarea .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(0.75)}.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--textarea .mdc-text-field-character-counter{left:initial;right:16px;position:absolute;bottom:13px}[dir=rtl] .mdc-text-field--textarea .mdc-text-field-character-counter,.mdc-text-field--textarea .mdc-text-field-character-counter[dir=rtl]{left:16px;right:initial}.mdc-text-field--textarea .mdc-text-field__input{align-self:auto;box-sizing:border-box;height:auto;margin:8px 1px 1px 0;padding:0 16px 16px;border:none}.mdc-text-field--textarea .mdc-text-field-character-counter+.mdc-text-field__input{margin-bottom:28px;padding-bottom:0}.mdc-text-field--textarea .mdc-floating-label{top:17px;bottom:auto;width:auto;pointer-events:none}.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--fullwidth{width:100%}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea){display:block}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before,.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::after{content:none}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled){background-color:transparent}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:0}.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input{resize:vertical}.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:#ac4220}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field--dense+.mdc-text-field-helper-line{margin-bottom:4px}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(60,114,81,.87)}.mdc-text-field--focused .mdc-text-field__input:required~.mdc-floating-label::after,.mdc-text-field--focused .mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label::after{color:rgba(60,114,81,.87)}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#3c7251;border-color:var(--mdc-theme-primary, #3c7251)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:#ac4220}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:#ac4220}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple{background-color:#ac4220}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#ac4220}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:#ac4220}.mdc-text-field--invalid .mdc-text-field__input{caret-color:#ac4220}.mdc-text-field--invalid .mdc-text-field__input:required~.mdc-floating-label::after,.mdc-text-field--invalid .mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label::after{color:#ac4220}.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon{color:#ac4220}.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon~.mdc-text-field__icon{color:#ac4220}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#ac4220}.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#ac4220}.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#ac4220}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#ac4220}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#ac4220}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#ac4220}.mdc-text-field--disabled{background-color:#fafafa;border-bottom:none;pointer-events:none}.mdc-text-field--disabled .mdc-text-field__input{border-bottom-color:rgba(0,0,0,.06)}.mdc-text-field--disabled .mdc-text-field__input{color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-floating-label{color:rgba(0,0,0,.37)}.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-text-field__icon{color:rgba(0,0,0,.3)}.mdc-text-field--disabled:not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,.12)}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--textarea.mdc-text-field--disabled{background-color:transparent;background-color:#f9f9f9}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.06)}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input{border-bottom:none}@keyframes mdc-floating-label-shake-float-above-text-field-dense{0%{transform:translateX(calc(0 - 0%)) translateY(-70%) scale(0.8)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-70%) scale(0.8)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8)}100%{transform:translateX(calc(0 - 0%)) translateY(-70%) scale(0.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(calc(0 - 0%)) translateY(-130%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-130%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-130%) scale(0.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense{0%{transform:translateX(calc(0 - 0%)) translateY(-120%) scale(0.8)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-120%) scale(0.8)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8)}100%{transform:translateX(calc(0 - 0%)) translateY(-120%) scale(0.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(calc(0 - 0)) translateY(-130%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0)) translateY(-130%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0)) translateY(-130%) scale(0.75)}100%{transform:translateX(calc(0 - 0)) translateY(-130%) scale(0.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense{0%{transform:translateX(calc(0 - 21px)) translateY(-120%) scale(0.8)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 21px)) translateY(-120%) scale(0.8)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8)}100%{transform:translateX(calc(0 - 21px)) translateY(-120%) scale(0.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(calc(0 - 0)) translateY(-130%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0)) translateY(-130%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0)) translateY(-130%) scale(0.75)}100%{transform:translateX(calc(0 - 0)) translateY(-130%) scale(0.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl{0%{transform:translateX(calc(0 - -21px)) translateY(-120%) scale(0.8)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -21px)) translateY(-120%) scale(0.8)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8)}100%{transform:translateX(calc(0 - -21px)) translateY(-120%) scale(0.8)}}@keyframes mdc-floating-label-shake-float-above-textarea{0%{transform:translateX(calc(0 - 0%)) translateY(-130%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-130%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-130%) scale(0.75)}}.mdc-switch{display:inline-block;position:relative;outline:none;-webkit-user-select:none;user-select:none}.mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#446199;background-color:var(--mdc-theme-secondary, #446199);border-color:#446199;border-color:var(--mdc-theme-secondary, #446199)}.mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#446199;background-color:var(--mdc-theme-secondary, #446199);border-color:#446199;border-color:var(--mdc-theme-secondary, #446199)}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000;border-color:#000}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;border-color:#fff}.mdc-switch__native-control{left:0;right:initial;position:absolute;top:0;width:68px;height:48px;margin:0;opacity:0;cursor:pointer;pointer-events:auto}[dir=rtl] .mdc-switch__native-control,.mdc-switch__native-control[dir=rtl]{left:initial;right:0}.mdc-switch__track{box-sizing:border-box;width:32px;height:14px;border:1px solid;border-radius:7px;opacity:.38;transition:opacity 90ms cubic-bezier(0.4, 0, 0.2, 1),background-color 90ms cubic-bezier(0.4, 0, 0.2, 1),border-color 90ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-switch__thumb-underlay{left:-18px;right:initial;display:flex;position:absolute;top:-17px;align-items:center;justify-content:center;width:48px;height:48px;transform:translateX(0);transition:transform 90ms cubic-bezier(0.4, 0, 0.2, 1),background-color 90ms cubic-bezier(0.4, 0, 0.2, 1),border-color 90ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-switch__thumb-underlay,.mdc-switch__thumb-underlay[dir=rtl]{left:initial;right:-18px}.mdc-switch__thumb{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12);box-sizing:border-box;width:20px;height:20px;border:10px solid;border-radius:50%;pointer-events:none;z-index:1}.mdc-switch--checked .mdc-switch__track{opacity:.54}.mdc-switch--checked .mdc-switch__thumb-underlay{transform:translateX(20px)}[dir=rtl] .mdc-switch--checked .mdc-switch__thumb-underlay,.mdc-switch--checked .mdc-switch__thumb-underlay[dir=rtl]{transform:translateX(-20px)}.mdc-switch--checked .mdc-switch__native-control{transform:translateX(-20px)}[dir=rtl] .mdc-switch--checked .mdc-switch__native-control,.mdc-switch--checked .mdc-switch__native-control[dir=rtl]{transform:translateX(20px)}.mdc-switch--disabled{opacity:.38;pointer-events:none}.mdc-switch--disabled .mdc-switch__thumb{border-width:1px}.mdc-switch--disabled .mdc-switch__native-control{cursor:default;pointer-events:none}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after{background-color:#9e9e9e}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before{opacity:.08}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.mdc-switch__thumb-underlay{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-switch__thumb-underlay::before,.mdc-switch__thumb-underlay::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-switch__thumb-underlay::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-switch__thumb-underlay::before,.mdc-switch__thumb-underlay::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::before,.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after{top:var(--mdc-ripple-top, calc(50% - 50%));left:var(--mdc-ripple-left, calc(50% - 50%));width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-switch__thumb-underlay::before,.mdc-switch__thumb-underlay::after{background-color:#446199}@supports not (-ms-ime-align: auto){.mdc-switch__thumb-underlay::before,.mdc-switch__thumb-underlay::after{background-color:var(--mdc-theme-secondary, #446199)}}.mdc-switch__thumb-underlay:hover::before{opacity:.04}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,.mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button{box-shadow:none;font-weight:500;text-transform:none}.googlesitekit-plugin .mdc-button:not(:disabled){color:#3c7251}@media(max-width: 960px){.googlesitekit-plugin .mdc-button{min-width:auto}}.googlesitekit-plugin .mdc-button .mdc-button__icon--image{border-radius:50%;display:block;height:18px;width:18px}.googlesitekit-plugin .mdc-button .mdc-button__trailing-icon{margin-left:8px}.googlesitekit-plugin .mdc-button--raised{border-radius:100px;box-shadow:none;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;height:auto;letter-spacing:normal;min-height:40px;padding-bottom:8px;padding-top:8px;text-align:center}.googlesitekit-plugin .mdc-button--raised:not(:disabled){background-color:#3c7251}.googlesitekit-plugin .mdc-button--raised:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--raised::before,.googlesitekit-plugin .mdc-button--raised::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--raised::before,.googlesitekit-plugin .mdc-button--raised::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--raised:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--raised.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--raised.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--raised.mdc-button--dense{border-radius:100px}.googlesitekit-plugin .mdc-button--raised:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--raised:focus{outline:none}.googlesitekit-plugin .mdc-button--danger:not(:disabled){background-color:#ac4220}.googlesitekit-plugin .mdc-button--danger:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--danger::before,.googlesitekit-plugin .mdc-button--danger::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--danger::before,.googlesitekit-plugin .mdc-button--danger::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--danger:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--danger.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--danger.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--dropdown{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.6.6L12%202%206%208%200%202%201.4.6%206%205.2z%22%20fill%3D%22%23757575%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-position:calc(100% - 8px) center;background-repeat:no-repeat;background-size:9px 6px;letter-spacing:normal;padding-right:12px;text-transform:none}.googlesitekit-plugin .mdc-button--dropdown:not(:disabled){color:#161b18}@media(min-width: 600px){.googlesitekit-plugin .mdc-button--dropdown{padding-right:25px}}.googlesitekit-plugin .mdc-button--dropdown:hover,.googlesitekit-plugin .mdc-button--dropdown:active,.googlesitekit-plugin .mdc-button--dropdown:focus{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--dropdown:hover:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:active:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:focus:not(:disabled){background-color:#ebeef0}.googlesitekit-plugin .mdc-button--dropdown:hover:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:active:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--dropdown:hover::before,.googlesitekit-plugin .mdc-button--dropdown:hover::after,.googlesitekit-plugin .mdc-button--dropdown:active::before,.googlesitekit-plugin .mdc-button--dropdown:active::after,.googlesitekit-plugin .mdc-button--dropdown:focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--dropdown:hover::before,.googlesitekit-plugin .mdc-button--dropdown:hover::after,.googlesitekit-plugin .mdc-button--dropdown:active::before,.googlesitekit-plugin .mdc-button--dropdown:active::after,.googlesitekit-plugin .mdc-button--dropdown:focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--dropdown:hover:hover::before,.googlesitekit-plugin .mdc-button--dropdown:active:hover::before,.googlesitekit-plugin .mdc-button--dropdown:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:hover.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--dropdown:hover.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--dropdown:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--dropdown:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}@media(max-width: 599px){.googlesitekit-plugin .mdc-button--dropdown{background-image:none}}@media(max-width: 599px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}}@media(min-width: 600px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(min-width: 960px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:300px}}@media(min-width: 1280px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:450px}}.googlesitekit-plugin .mdc-button--inverse:not(:disabled){background-color:#161b18}.googlesitekit-plugin .mdc-button--inverse:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--inverse::before,.googlesitekit-plugin .mdc-button--inverse::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--inverse::before,.googlesitekit-plugin .mdc-button--inverse::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--inverse:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--inverse:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--inverse.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--inverse:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--inverse:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--inverse.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--tertiary{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;height:auto;letter-spacing:normal;min-height:40px;padding:8px 16px}.googlesitekit-plugin .mdc-button--tertiary:not(:disabled){color:#6c726e}.googlesitekit-plugin .mdc-button--tertiary:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--tertiary:hover:not(:disabled){background-color:rgba(22,27,24,.08)}.googlesitekit-plugin .mdc-button--tertiary:hover:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--tertiary:hover::before,.googlesitekit-plugin .mdc-button--tertiary:hover::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--tertiary:hover::before,.googlesitekit-plugin .mdc-button--tertiary:hover::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--tertiary:hover:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--tertiary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--tertiary:hover:not(:disabled){color:#161b18}.googlesitekit-plugin .mdc-button--tertiary:active,.googlesitekit-plugin .mdc-button--tertiary:focus{outline:none}.googlesitekit-plugin .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .mdc-button--tertiary:focus:not(:disabled){background-color:rgba(22,27,24,.26)}.googlesitekit-plugin .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .mdc-button--tertiary:focus:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--tertiary:active::before,.googlesitekit-plugin .mdc-button--tertiary:active::after,.googlesitekit-plugin .mdc-button--tertiary:focus::before,.googlesitekit-plugin .mdc-button--tertiary:focus::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--tertiary:active::before,.googlesitekit-plugin .mdc-button--tertiary:active::after,.googlesitekit-plugin .mdc-button--tertiary:focus::before,.googlesitekit-plugin .mdc-button--tertiary:focus::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--tertiary:active:hover::before,.googlesitekit-plugin .mdc-button--tertiary:focus:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--tertiary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--tertiary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--tertiary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .mdc-button--tertiary:focus:not(:disabled){color:#161b18}.googlesitekit-plugin .mdc-button--callout{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;height:auto;letter-spacing:normal;min-height:32px;padding:6px 16px}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:not(:disabled){color:#265c3b}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(:disabled){background-color:rgba(147,201,168,.6)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(:disabled){color:#265c3b}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus{outline:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(:disabled){background-color:#93c9a8}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(:disabled){color:#265c3b}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:disabled{color:rgba(38,92,59,.4)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:not(:disabled){color:#4e3300}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(:disabled){background-color:rgba(225,177,85,.6)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(:disabled){color:#4e3300}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus{outline:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(:disabled){background-color:#e1b155}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(:disabled){color:#4e3300}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:disabled{color:rgba(78,51,0,.4)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:not(:disabled){color:#7a1e00}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(:disabled){background-color:rgba(255,194,174,.6)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(:disabled){color:#7a1e00}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus{outline:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(:disabled){background-color:#ffc2ae}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(:disabled){color:#7a1e00}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:disabled{color:rgba(122,30,0,.4)}.googlesitekit-plugin .mdc-checkbox{box-sizing:content-box;flex:0 0 14px;height:14px;padding:13px;width:14px}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:#161b18;background-color:#fff}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:#161b18;background-color:#000}@keyframes mdc-checkbox-fade-in-background-0{0%{border-color:#161b18;background-color:#fff}50%{border-color:#161b18;background-color:#000}}@keyframes mdc-checkbox-fade-out-background-0{0%,80%{border-color:#161b18;background-color:#000}100%{border-color:#161b18;background-color:#fff}}.googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-0}.googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-0}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__checkmark{color:#fff}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__mixedmark{border-color:#fff}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__background::before{background-color:#265c3b}.googlesitekit-plugin .mdc-checkbox::before,.googlesitekit-plugin .mdc-checkbox::after{background-color:#00220d}.googlesitekit-plugin .mdc-checkbox:hover::before{background-color:rgba(0,34,13,.32);height:36px;left:2px;opacity:1;top:2px;width:36px;z-index:0}.googlesitekit-plugin .mdc-checkbox:not(.mdc-ripple-upgraded):active::after{opacity:.08}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__background{background-color:transparent;left:11px;top:11px}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__background .mdc-checkbox__checkmark{height:9px;left:1px;top:2px;width:12px}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-width:2px}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__background::before{background-color:transparent;border:2px solid #000;height:36px;left:-11px;top:-11px;transform:scale(1);width:36px}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control{appearance:none;background:transparent;border:none;border-radius:0;box-shadow:none;clear:none;color:#161b18;cursor:inherit;display:block;height:100%;line-height:normal;margin:0;min-width:auto;opacity:0;outline:0;padding:0;text-align:center;transition:none;vertical-align:middle;width:100%;z-index:1}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__background::before{opacity:1}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked)~.mdc-checkbox__background,.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:checked:enabled~.mdc-checkbox__background{border-color:#000}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked)~.mdc-checkbox__background{border-color:rgba(3,14,7,.32)}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background{background-color:rgba(8,42,65,.08);border-color:transparent}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke:rgba(3,14,7,.32)}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{background-color:transparent}.googlesitekit-plugin .mdc-checkbox.mdc-checkbox--align-left{margin-left:-11px}.googlesitekit-plugin .mdc-checkbox+.mdc-checkbox__content{padding-left:4px}.googlesitekit-plugin .mdc-checkbox__label-wrapper{align-items:center;column-gap:10px;display:flex}.googlesitekit-plugin .mdc-checkbox__label-wrapper .googlesitekit-badge{margin-left:0}.googlesitekit-plugin .mdc-chip{border-radius:100px;font-weight:500;height:auto;padding:8px 12px}@media(min-width: 783px){.googlesitekit-plugin .mdc-chip{font-size:16px;letter-spacing:.5px;margin:4px 16px;padding:12px 16px}}.googlesitekit-plugin .mdc-dialog{z-index:10000}.googlesitekit-plugin .mdc-dialog .mdc-dialog__surface{border-radius:8px;box-shadow:0 10px 40px 0 rgba(0,0,0,.35);max-width:76vw;padding:24px}@media(min-width: 600px){.googlesitekit-plugin .mdc-dialog .mdc-dialog__surface{max-width:478px;padding:36px}}@media(min-width: 960px){.googlesitekit-plugin .mdc-dialog .mdc-dialog__surface{max-width:590px}}.googlesitekit-plugin .mdc-dialog .mdc-dialog__lead,.googlesitekit-plugin .mdc-dialog .mdc-dialog__title{color:#161b18}.googlesitekit-plugin .mdc-dialog .mdc-dialog__title{align-items:flex-start;column-gap:9px;display:flex;flex-direction:column;font-size:22px;letter-spacing:0;padding:0 0 4px}@media(min-width: 600px){.googlesitekit-plugin .mdc-dialog .mdc-dialog__title{align-items:center;flex-direction:row;padding:0 0 14px}}.googlesitekit-plugin .mdc-dialog .mdc-dialog__title::before{display:none}.googlesitekit-plugin .mdc-dialog .mdc-dialog__title svg{color:#ac4220;margin-bottom:4px}@media(min-width: 600px){.googlesitekit-plugin .mdc-dialog .mdc-dialog__title svg{margin-bottom:0}}.googlesitekit-plugin .mdc-dialog .mdc-dialog__lead{font-size:14px;font-weight:500;line-height:1.43;margin:0;max-width:430px}.googlesitekit-plugin .mdc-dialog .mdc-dialog__content{color:#161b18;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:normal;padding:0}.googlesitekit-plugin .mdc-dialog .mdc-dialog__dependencies{font-size:12px;letter-spacing:.2px;line-height:1.33;margin:1em 0}.googlesitekit-plugin .mdc-dialog .mdc-dialog__dependencies strong{font-weight:500}.googlesitekit-plugin .mdc-dialog .mdc-dialog__provides{overflow:initial;padding:8px 0}.googlesitekit-plugin .mdc-dialog .mdc-list:first-child:last-child{padding:0}.googlesitekit-plugin .mdc-dialog .mdc-list.mdc-list--underlined .mdc-list-item,.googlesitekit-plugin .mdc-dialog .mdc-list.mdc-list--underlined .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-dialog .mdc-list.mdc-list--underlined .googlesitekit-view-only-menu__list-item{font-size:14px;height:unset;letter-spacing:.2px;line-height:1.33;min-height:32px;padding:6px 0 6px 10px}.googlesitekit-plugin .mdc-dialog .mdc-list.mdc-list--underlined .mdc-list-item::before,.googlesitekit-plugin .mdc-dialog .mdc-list.mdc-list--underlined .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item::before,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-dialog .mdc-list.mdc-list--underlined .googlesitekit-view-only-menu__list-item::before{background-color:#161b18;border-radius:50%;content:" ";height:4px;left:0;position:absolute;top:14.3px;width:4px}.googlesitekit-plugin .mdc-dialog .mdc-dialog__actions{column-gap:10px;margin:2em 0 0;min-height:40px;padding:0}@media(min-width: 600px){.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-md .mdc-dialog__surface{max-width:441px}}@media(min-width: 600px){.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-sm .mdc-dialog__surface{max-width:402px}}.googlesitekit-plugin .mdc-dialog.googlesitekit-settings-module__confirm-disconnect-modal .mdc-list-item__text{white-space:normal}.googlesitekit-plugin .mdc-dialog.googlesitekit-settings-module__confirm-disconnect-modal .mdc-dialog__title{align-items:flex-start}.googlesitekit-plugin .mdc-dialog.googlesitekit-settings-module__confirm-disconnect-modal .mdc-list-item:last-child,.googlesitekit-plugin .mdc-dialog.googlesitekit-settings-module__confirm-disconnect-modal .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item:last-child,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-dialog.googlesitekit-settings-module__confirm-disconnect-modal .googlesitekit-view-only-menu__list-item:last-child{border-bottom:0}.googlesitekit-plugin .mdc-floating-label{vertical-align:initial}.googlesitekit-plugin .mdc-form-field{color:#161b18}.googlesitekit-plugin .mdc-layout-grid+.mdc-layout-grid{padding-top:0}.googlesitekit-plugin .mdc-layout-grid--collapsed{padding:0}.googlesitekit-plugin .mdc-layout-grid--collapsed .mdc-layout-grid__inner{grid-gap:0}.googlesitekit-plugin .mdc-layout-grid--fill .mdc-layout-grid__inner{height:100%}.googlesitekit-plugin .mdc-layout-grid__cell--align-left{margin-right:auto;width:auto}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--align-left{justify-self:start}}.googlesitekit-plugin .mdc-layout-grid__cell--align-right{margin-left:auto;width:auto}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--align-right{justify-self:end}}@media(min-width: 0){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-phone{margin-left:auto;width:auto}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-phone{justify-self:end}}}@media(min-width: 601px){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-tablet{margin-left:auto;width:auto}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-tablet{justify-self:end}}}@media(min-width: 961px){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-desktop{margin-left:auto;width:auto}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-desktop{justify-self:end}}}@media(min-width: 600px){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1{margin-left:8.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-1{grid-column-start:2}.googlesitekit-plugin .mdc-layout-grid__cell--offset-2{margin-left:16.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-2{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-2{grid-column-start:3}.googlesitekit-plugin .mdc-layout-grid__cell--offset-3{margin-left:25%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-3{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-3{grid-column-start:4}.googlesitekit-plugin .mdc-layout-grid__cell--offset-4{margin-left:33.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-4{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-4{grid-column-start:5}.googlesitekit-plugin .mdc-layout-grid__cell--offset-5{margin-left:41.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-5{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-5{grid-column-start:6}.googlesitekit-plugin .mdc-layout-grid__cell--offset-6{margin-left:50%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-6{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-6{grid-column-start:7}.googlesitekit-plugin .mdc-layout-grid__cell--offset-7{margin-left:58.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-7{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-7{grid-column-start:8}.googlesitekit-plugin .mdc-layout-grid__cell--offset-8{margin-left:66.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-8{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-8{grid-column-start:9}.googlesitekit-plugin .mdc-layout-grid__cell--offset-9{margin-left:75%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-9{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-9{grid-column-start:10}.googlesitekit-plugin .mdc-layout-grid__cell--offset-10{margin-left:83.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-10{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-10{grid-column-start:11}.googlesitekit-plugin .mdc-layout-grid__cell--offset-11{margin-left:91.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-11{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-11{grid-column-start:12}.googlesitekit-plugin .mdc-layout-grid__cell--offset-12{margin-left:100%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-12{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-12{grid-column-start:13}}@media(min-width: 0){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-phone{margin-left:8.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-1-phone{grid-column-start:2}.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-phone{margin-left:16.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-2-phone{grid-column-start:3}.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-phone{margin-left:25%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-3-phone{grid-column-start:4}.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-phone{margin-left:33.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-4-phone{grid-column-start:5}.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-phone{margin-left:41.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-5-phone{grid-column-start:6}.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-phone{margin-left:50%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-6-phone{grid-column-start:7}.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-phone{margin-left:58.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-7-phone{grid-column-start:8}.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-phone{margin-left:66.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-8-phone{grid-column-start:9}.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-phone{margin-left:75%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-9-phone{grid-column-start:10}.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-phone{margin-left:83.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-10-phone{grid-column-start:11}.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-phone{margin-left:91.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-11-phone{grid-column-start:12}.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-phone{margin-left:100%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-12-phone{grid-column-start:13}}@media(min-width: 601px){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-tablet{margin-left:8.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-1-tablet{grid-column-start:2}.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-tablet{margin-left:16.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-2-tablet{grid-column-start:3}.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-tablet{margin-left:25%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-3-tablet{grid-column-start:4}.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-tablet{margin-left:33.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-4-tablet{grid-column-start:5}.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-tablet{margin-left:41.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-5-tablet{grid-column-start:6}.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-tablet{margin-left:50%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-6-tablet{grid-column-start:7}.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-tablet{margin-left:58.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-7-tablet{grid-column-start:8}.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-tablet{margin-left:66.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-8-tablet{grid-column-start:9}.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-tablet{margin-left:75%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-9-tablet{grid-column-start:10}.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-tablet{margin-left:83.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-10-tablet{grid-column-start:11}.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-tablet{margin-left:91.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-11-tablet{grid-column-start:12}.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-tablet{margin-left:100%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-12-tablet{grid-column-start:13}}@media(min-width: 961px){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-desktop{margin-left:8.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-1-desktop{grid-column-start:2}.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-desktop{margin-left:16.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-2-desktop{grid-column-start:3}.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-desktop{margin-left:25%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-3-desktop{grid-column-start:4}.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-desktop{margin-left:33.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-4-desktop{grid-column-start:5}.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-desktop{margin-left:41.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-5-desktop{grid-column-start:6}.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-desktop{margin-left:50%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-6-desktop{grid-column-start:7}.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-desktop{margin-left:58.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-7-desktop{grid-column-start:8}.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-desktop{margin-left:66.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-8-desktop{grid-column-start:9}.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-desktop{margin-left:75%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-9-desktop{grid-column-start:10}.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-desktop{margin-left:83.3333333333%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-10-desktop{grid-column-start:11}.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-desktop{margin-left:91.6666666667%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-11-desktop{grid-column-start:12}.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-desktop{margin-left:100%}@supports(display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-12-desktop{grid-column-start:13}}@media(min-width: 0){.googlesitekit-plugin .mdc-layout-grid__cell--order-1-phone{order:1}.googlesitekit-plugin .mdc-layout-grid__cell--order-2-phone{order:2}.googlesitekit-plugin .mdc-layout-grid__cell--order-3-phone{order:3}.googlesitekit-plugin .mdc-layout-grid__cell--order-4-phone{order:4}.googlesitekit-plugin .mdc-layout-grid__cell--order-5-phone{order:5}.googlesitekit-plugin .mdc-layout-grid__cell--order-6-phone{order:6}.googlesitekit-plugin .mdc-layout-grid__cell--order-7-phone{order:7}.googlesitekit-plugin .mdc-layout-grid__cell--order-8-phone{order:8}.googlesitekit-plugin .mdc-layout-grid__cell--order-9-phone{order:9}.googlesitekit-plugin .mdc-layout-grid__cell--order-10-phone{order:10}.googlesitekit-plugin .mdc-layout-grid__cell--order-11-phone{order:11}.googlesitekit-plugin .mdc-layout-grid__cell--order-12-phone{order:12}}@media(min-width: 601px){.googlesitekit-plugin .mdc-layout-grid__cell--order-1-tablet{order:1}.googlesitekit-plugin .mdc-layout-grid__cell--order-2-tablet{order:2}.googlesitekit-plugin .mdc-layout-grid__cell--order-3-tablet{order:3}.googlesitekit-plugin .mdc-layout-grid__cell--order-4-tablet{order:4}.googlesitekit-plugin .mdc-layout-grid__cell--order-5-tablet{order:5}.googlesitekit-plugin .mdc-layout-grid__cell--order-6-tablet{order:6}.googlesitekit-plugin .mdc-layout-grid__cell--order-7-tablet{order:7}.googlesitekit-plugin .mdc-layout-grid__cell--order-8-tablet{order:8}.googlesitekit-plugin .mdc-layout-grid__cell--order-9-tablet{order:9}.googlesitekit-plugin .mdc-layout-grid__cell--order-10-tablet{order:10}.googlesitekit-plugin .mdc-layout-grid__cell--order-11-tablet{order:11}.googlesitekit-plugin .mdc-layout-grid__cell--order-12-tablet{order:12}}@media(min-width: 961px){.googlesitekit-plugin .mdc-layout-grid__cell--order-1-desktop{order:1}.googlesitekit-plugin .mdc-layout-grid__cell--order-2-desktop{order:2}.googlesitekit-plugin .mdc-layout-grid__cell--order-3-desktop{order:3}.googlesitekit-plugin .mdc-layout-grid__cell--order-4-desktop{order:4}.googlesitekit-plugin .mdc-layout-grid__cell--order-5-desktop{order:5}.googlesitekit-plugin .mdc-layout-grid__cell--order-6-desktop{order:6}.googlesitekit-plugin .mdc-layout-grid__cell--order-7-desktop{order:7}.googlesitekit-plugin .mdc-layout-grid__cell--order-8-desktop{order:8}.googlesitekit-plugin .mdc-layout-grid__cell--order-9-desktop{order:9}.googlesitekit-plugin .mdc-layout-grid__cell--order-10-desktop{order:10}.googlesitekit-plugin .mdc-layout-grid__cell--order-11-desktop{order:11}.googlesitekit-plugin .mdc-layout-grid__cell--order-12-desktop{order:12}}.googlesitekit-plugin .mdc-linear-progress{margin:32px 0}.googlesitekit-plugin .mdc-linear-progress .mdc-linear-progress__bar-inner{background-color:#3c7251}@media(min-width: 960px){.googlesitekit-plugin .mdc-linear-progress{margin:48px 0}}.googlesitekit-plugin .mdc-linear-progress--small{max-width:150px}.googlesitekit-plugin .mdc-linear-progress--compress{margin:0}.googlesitekit-plugin .mdc-list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item{margin:0}.googlesitekit-plugin .mdc-list.mdc-list--underlined .mdc-list-item,.googlesitekit-plugin .mdc-list.mdc-list--underlined .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-list.mdc-list--underlined .googlesitekit-view-only-menu__list-item{border-bottom:1px solid #ebeef0;padding-left:0;padding-right:0}.mdc-menu-surface{box-shadow:0 1.25px 5px 0 rgba(0,0,0,.19),0 .33px 1.5px 0 rgba(0,0,0,.039);border-radius:16px}.googlesitekit-plugin .mdc-menu-surface{left:auto !important;right:-8px;top:calc(100% + 10px) !important;width:calc(100% + 8px)}.mdc-menu-surface--open{z-index:10000}.googlesitekit-plugin .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:#000}.googlesitekit-plugin .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#000}.googlesitekit-plugin .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#000}.googlesitekit-plugin .mdc-radio .mdc-radio__background::before{background-color:#265c3b}.googlesitekit-plugin .mdc-radio .mdc-radio__native-control{appearance:none;background:transparent;border:none;border-radius:0;box-shadow:none;clear:none;color:#161b18;cursor:inherit;display:block;height:100%;line-height:normal;margin:0;min-width:auto;opacity:0;outline:0;padding:0;text-align:center;transition:none;width:100%;z-index:1}.googlesitekit-plugin .mdc-radio.mdc-radio--align-left{margin-left:-10px}.googlesitekit-plugin .mdc-radio__description{color:#6c726e;font-size:12px;line-height:1.33}.googlesitekit-plugin .mdc-select{max-width:100%}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:#161b18}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:#161b18}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#161b18}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#b8bdb9}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#757575}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#3c7251}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#446199}.googlesitekit-plugin .mdc-select .mdc-notched-outline .mdc-notched-outline__leading{border-radius:8px 0 0 8px}[dir=rtl] .googlesitekit-plugin .mdc-select .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-radius:0 8px 8px 0}.googlesitekit-plugin .mdc-select .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 8px 8px 0}[dir=rtl] .googlesitekit-plugin .mdc-select .mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-select .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-radius:8px 0 0 8px}.googlesitekit-plugin .mdc-select .mdc-select__native-control{border-radius:8px}.googlesitekit-plugin .mdc-select .mdc-select__selected-text{display:block;overflow:hidden;text-overflow:ellipsis}.googlesitekit-plugin .mdc-select .mdc-select__native-control{appearance:none;box-shadow:none;height:56px !important;line-height:1.75rem;margin:0;padding:20px 26px 4px 16px}.googlesitekit-plugin .mdc-select.mdc-select--focused:not(.mdc-select--disabled) .mdc-floating-label--float-above{color:#3c7251}.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#ac4220}.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#ac4220}.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#ac4220}.googlesitekit-plugin .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#ac4220}.googlesitekit-plugin .mdc-select--minimal{background-color:transparent;background-position:right center;display:block;height:20px;line-height:1;margin:0 0 -6px;padding-bottom:6px;width:90px}.googlesitekit-plugin .mdc-select--minimal::before{background-color:transparent}.googlesitekit-plugin .mdc-select--outlined .mdc-select__native-control{background-color:transparent;border:none;box-shadow:none;display:flex;padding:12px 26px 12px 16px;z-index:1}.googlesitekit-plugin .mdc-select--minimal .mdc-select__selected-text{border:none;font-size:12px !important;height:14px !important;letter-spacing:.2px;line-height:1;min-width:0;padding:0 18px 0 0;text-align:right;text-indent:0}.googlesitekit-plugin .mdc-select--minimal .mdc-select__dropdown-icon{bottom:2px;right:-5px}.googlesitekit-plugin .mdc-select--focused .mdc-select__dropdown-icon{transform:rotate(180deg) translateY(0)}.googlesitekit-plugin .mdc-select+.mdc-select-helper-text{color:#6c726e;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:10px 0 0;opacity:1}.googlesitekit-plugin .mdc-select+.mdc-select-helper-text::before{display:none}.googlesitekit-plugin .mdc-switch{vertical-align:middle}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#3c7251;border-color:#3c7251}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#3c7251;border-color:#3c7251}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after{background-color:#3c7251}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover::before{opacity:.04}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#3c7251;border-color:#3c7251}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#b8e5ca;border-color:#b8e5ca}.googlesitekit-plugin .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#6c726e;border-color:#6c726e}.googlesitekit-plugin .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#cbd0d3;border-color:#cbd0d3}.googlesitekit-plugin .mdc-switch .mdc-switch__native-control{appearance:none;background:transparent;border:none;box-shadow:none;clear:none;color:#161b18;cursor:pointer;display:block;height:48px;line-height:normal;margin:0;min-width:auto;outline:0;padding:0;text-align:center;transition:none;vertical-align:middle;width:68px}.googlesitekit-plugin .mdc-switch .mdc-switch__native-control::before{opacity:0 !important}.googlesitekit-plugin .mdc-switch+label{font-size:14px;letter-spacing:.25px;line-height:1.43;margin-left:10px}.googlesitekit-plugin .mdc-switch .mdc-switch__track{opacity:1}.googlesitekit-plugin .mdc-switch .mdc-switch__thumb{box-shadow:none}.googlesitekit-plugin .mdc-tab{font-size:12px;letter-spacing:.2px;line-height:1;text-transform:none}.googlesitekit-plugin .mdc-tab.mdc-tab--active .mdc-tab__text-label{color:#3c7251}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple::before,.googlesitekit-plugin .mdc-tab .mdc-tab__ripple::after{background-color:#3c7251}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple:hover::before{opacity:.04}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-tab .mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-tab:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-tab:focus{color:#3c7251;outline:none}.googlesitekit-plugin .mdc-tab[disabled]{cursor:default}.googlesitekit-plugin .mdc-tab[disabled] .mdc-tab__ripple{display:none}.googlesitekit-plugin .mdc-tab[disabled] .mdc-tab__text-label{color:#999f9b;opacity:.6}.googlesitekit-plugin .mdc-text-field{width:250px}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:#161b18}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#161b18}.googlesitekit-plugin .mdc-text-field .mdc-text-field__input{caret-color:#3c7251}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#3c7251}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#757575}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#b8bdb9}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#b8bdb9}.googlesitekit-plugin .mdc-text-field .mdc-notched-outline__leading{border-radius:8px 0 0 8px}[dir=rtl] .googlesitekit-plugin .mdc-text-field .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field .mdc-notched-outline__leading[dir=rtl]{border-radius:0 8px 8px 0}.googlesitekit-plugin .mdc-text-field .mdc-notched-outline__trailing{border-radius:0 8px 8px 0}[dir=rtl] .googlesitekit-plugin .mdc-text-field .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field .mdc-notched-outline__trailing[dir=rtl]{border-radius:8px 0 0 8px}.googlesitekit-plugin .mdc-text-field .mdc-notched-outline__notch{padding-right:0;width:auto !important}@media(min-width: 600px){.googlesitekit-plugin .mdc-text-field{width:350px}}.googlesitekit-plugin .mdc-text-field--textarea{max-width:650px;width:100%}.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#ac4220}.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#ac4220}.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#ac4220}.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#ac4220}.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-floating-label,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-floating-label{color:#ac4220}.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--focused) .mdc-floating-label--float-above,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--focused) .mdc-floating-label--float-above{color:#ac4220}.googlesitekit-plugin .mdc-text-field--error+.mdc-text-field-helper-line .mdc-text-field-helper-text,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:#ac4220}.googlesitekit-plugin .mdc-text-field--textarea.mdc-text-field--focused{border-color:#446199}.googlesitekit-plugin .mdc-text-field--textarea .mdc-text-field__input{box-shadow:none;padding:8px 12px 12px}.googlesitekit-plugin .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input:focus{border-color:#446199}.googlesitekit-plugin .MuiCircularProgress-colorPrimary{color:#3c7251}.googlesitekit-plugin .MuiCircularProgress-colorSecondary{color:#108080}:root{--reach-combobox: 1}.googlesitekit-plugin{color:#161b18;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.43}.googlesitekit-plugin *,.googlesitekit-plugin *::before,.googlesitekit-plugin *::after{box-sizing:border-box}.googlesitekit-plugin svg{color:inherit}.googlesitekit-plugin svg:not(:root){overflow:hidden}.googlesitekit-plugin h1,.googlesitekit-plugin h2,.googlesitekit-plugin h3,.googlesitekit-plugin h4,.googlesitekit-plugin h5,.googlesitekit-plugin h6{color:#161b18}.googlesitekit-plugin .googlesitekit-subheading-1{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.14}.googlesitekit-plugin .googlesitekit-subheading-2{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1.33}.googlesitekit-plugin .googlesitekit-nodata{display:none}.googlesitekit-plugin legend,.googlesitekit-plugin p:not([class*=mdc-]){font-size:14px;letter-spacing:.25px}.googlesitekit-plugin a{color:#108080;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin a:hover{color:#108080;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-plugin a:focus{box-shadow:none;outline:1px dotted #000;outline-offset:3px}.googlesitekit-plugin button{background:none;border:none;border-radius:100px;color:#108080;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin button:hover{-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-plugin button:focus{outline:1px dotted #000;outline-offset:6px}.googlesitekit-plugin legend{line-height:1.5;margin:1em 0}.googlesitekit-plugin .screen-reader-only{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}@media(max-width: 599px){.googlesitekit-plugin .hidden-on-mobile{display:none}}.googlesitekit-hidden{display:none !important}.googlesitekit-activation .googlesitekit-activation__title{margin:10px 0 20px}.googlesitekit-noscript #googlesitekit-notice-activated{border-left-color:#fece72;margin:5px 15px 5px 0;padding:0}.googlesitekit-noscript #googlesitekit-notice-activated .googlesitekit-noscript{border:0;margin:0;padding:0}.googlesitekit-accordion{border:1px solid #ebeef0}.googlesitekit-accordion .googlesitekit-accordion__header,.googlesitekit-accordion .googlesitekit-accordion__content{padding:14px 20px}.googlesitekit-accordion .googlesitekit-accordion__header{cursor:pointer;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.14;padding-right:32px;position:relative;width:100%}.googlesitekit-accordion .googlesitekit-accordion__header:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-accordion .googlesitekit-accordion__header:focus{outline-offset:0}.googlesitekit-accordion .googlesitekit-accordion__header .googlesitekit-icon-wrapper{align-items:center;display:flex;justify-content:center;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px}.googlesitekit-accordion .googlesitekit-accordion__header .googlesitekit-icon-wrapper svg{color:#5b5b61}.googlesitekit-accordion .googlesitekit-accordion__header.is-active{font-weight:700}.googlesitekit-accordion .googlesitekit-accordion__header.is-active .googlesitekit-icon-wrapper{transform:translateY(-50%) rotate(180deg)}.js .googlesitekit-accordion .googlesitekit-accordion__content{display:none}.js .googlesitekit-accordion .googlesitekit-accordion__content.is-active{display:block}.googlesitekit-accordion .googlesitekit-accordion__content p{margin-top:0}.googlesitekit-accordion.googlesitekit-accordion--disabled .googlesitekit-accordion__header{pointer-events:none}.googlesitekit-accordion.googlesitekit-accordion--disabled .googlesitekit-accordion__header .googlesitekit-icon-wrapper svg{color:rgba(3,14,7,.32)}.googlesitekit-accordion+.googlesitekit-accordion{border-top-width:0}.googlesitekit-plugin .googlesitekit-analytics-cta{--cta-analytics-gap: 16px;--cta-analytics-gap-narrow: calc(var(--cta-analytics-gap) / 2);background-color:#ebeef0;display:flex;flex-direction:column;gap:var(--cta-analytics-gap);padding:var(--cta-analytics-gap)}@media(min-width: 1440px){.googlesitekit-plugin .googlesitekit-analytics-cta{--cta-analytics-gap: 24px;flex-direction:row-reverse}}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta--description{color:#161b18;font-size:14px;letter-spacing:.25px;margin:0}.googlesitekit-plugin .googlesitekit-analytics-cta .mdc-button{margin-top:var(--cta-analytics-gap-narrow);width:100%}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-analytics-cta .mdc-button{width:auto}}@media(min-width: 1440px){.googlesitekit-plugin .googlesitekit-analytics-cta .mdc-button{margin-top:var(--cta-analytics-gap)}}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-cta--activate-analytics,.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graphs{display:flex;gap:var(--cta-analytics-gap)}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph{background-color:#fff;border-radius:4px;display:flex;flex:1;flex-direction:column;padding:var(--cta-analytics-gap-narrow)}#dashboard-widgets .googlesitekit-plugin .googlesitekit-analytics-cta h3.googlesitekit-analytics-cta__preview-graph--title,.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--title{color:#333935;font-size:12px;font-weight:500;letter-spacing:.2px;margin:0 0 auto;padding-bottom:var(--cta-analytics-gap-narrow)}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--icons{align-items:center;color:#cbd0d3;display:flex;gap:4px;padding-top:var(--cta-analytics-gap-narrow)}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--up-arrow{height:12px}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--bar{background-color:#cbd0d3;border-radius:5px;height:8px;width:24px}@media(min-width: 1440px){.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graphs,.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__details{flex:1}}.autocomplete__wrapper{flex:1 1 100%;margin:0 0 16px 0;position:relative}@media(min-width: 600px){.autocomplete__wrapper{flex:1;margin:0 16px 0 0}}@media(min-width: 960px){.autocomplete__wrapper{margin-right:24px}}.autocomplete__wrapper .autocomplete__input{border-color:#b8bdb9;border-radius:4px;color:#161b18;font-size:14px;font-weight:400;height:48px;letter-spacing:.25px;line-height:1.43;padding:12px 16px;position:relative;transition:border-color 150ms ease-in-out;width:100%;z-index:3}.autocomplete__wrapper .autocomplete__input:hover{border-color:#757575}.autocomplete__wrapper .autocomplete__input:focus{border-color:#446199;border-width:2px;box-shadow:none;padding:12px 15px}.autocomplete__input--default{padding:4px}.autocomplete__input--show-all-values{cursor:pointer;padding:4px 34px 4px 4px}.autocomplete__menu{background-color:#446199;border-radius:4px;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;left:1px;line-height:1.5rem;margin:0;padding:8px 0;top:calc(100% - 10px);width:100%}.autocomplete__menu--visible{display:block}.autocomplete__menu--hidden{display:none}.autocomplete__menu--inline{position:absolute;z-index:2}.autocomplete__option{color:#fff;font-weight:400;margin-bottom:0;overflow:hidden;padding:12px 16px;position:relative}.autocomplete__option--focused,.autocomplete__option:hover{background-color:rgba(22,27,24,.08)}.googlesitekit-badge{background-color:#ebeef0;border-radius:100px;color:#333935;display:inline-block;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1.33;padding:4px 8px;vertical-align:middle;white-space:nowrap}.googlesitekit-badge--has-left-spacing{margin-left:12px}.googlesitekit-badge--primary{background-color:#446199;color:#fff}.googlesitekit-badge--hidden{visibility:hidden}.googlesitekit-badge--beta{background-color:#6c726e;color:#fff}.googlesitekit-badge-with-tooltip{background-color:#ffe4b1;color:#684500;display:inline-flex;line-height:16px;padding:6px 10px}.googlesitekit-badge-with-tooltip .googlesitekit-info-tooltip{height:16px;margin-left:4px}.googlesitekit-badge-with-tooltip .googlesitekit-info-tooltip svg path{fill:#4e3300}.googlesitekit-plugin .mdc-button.googlesitekit-button-icon{min-height:auto;min-width:auto;padding:8px}@media(max-width: 599px){.googlesitekit-plugin .mdc-button.googlesitekit-button-icon--phone{min-height:auto;min-width:auto;padding:8px}}.googlesitekit-plugin .mdc-button.googlesitekit-button-icon--spinner__running svg circle{stroke:#fff}.googlesitekit-plugin .mdc-button.googlesitekit-button-icon--spinner__running.googlesitekit-button-icon--spinner__before .mdc-button__label{margin-inline-start:8px}.googlesitekit-plugin .mdc-button.googlesitekit-button-icon--spinner__running.googlesitekit-button-icon--spinner__after .mdc-button__label{margin-inline-end:8px}.googlesitekit-plugin .googlesitekit-change-arrow{--color-up: #46732b;--color-down: #ac4220}.googlesitekit-plugin .googlesitekit-change-arrow--inverted-color{--color-up: #ac4220;--color-down: #46732b}.googlesitekit-plugin .googlesitekit-change-arrow--up{color:var(--color-up)}.googlesitekit-plugin .googlesitekit-change-arrow--down{color:var(--color-up);transform:rotate(180deg)}.googlesitekit-plugin .googlesitekit-change-arrow--down path{fill:var(--color-down)}.googlesitekit-plugin .googlesitekit-change-badge{background-color:#d8ffc0;border-radius:100px;color:#1f4c04;font:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1.33;margin-top:6px;padding:4px 8px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-change-badge{margin-top:12px}}.googlesitekit-plugin .googlesitekit-change-badge.googlesitekit-change-badge--negative{background-color:#ffded3;color:#7a1e00}.googlesitekit-plugin .googlesitekit-change-badge.googlesitekit-change-badge--zero{background-color:#ebeef0;color:#333935}.googlesitekit-chart{position:relative}.googlesitekit-chart .googlesitekit-chart__source{font-size:12px;letter-spacing:.2px;margin-top:16px}.googlesitekit-chart .googlesitekit-chart__date-marker-line{border-left:1px dashed #131418;height:100%;left:0;margin-left:.5px;opacity:0;position:absolute;top:0;transition:opacity 180ms ease-in;width:0}.googlesitekit-chart .googlesitekit-chart__date-marker-tooltip{color:#108080;height:18px;left:0;opacity:0;position:absolute;top:0;transition:opacity 180ms ease-in;width:18px}.googlesitekit-chart--LineChart div.google-visualization-tooltip{height:fit-content !important;width:fit-content !important}.googlesitekit-chart--LineChart div.google-visualization-tooltip .google-visualization-tooltip-item-list{margin:.5em 0}.googlesitekit-chart--LineChart div.google-visualization-tooltip .google-visualization-tooltip-item{margin:0}.googlesitekit-chart--PieChart svg{overflow:visible !important}.googlesitekit-chart--PieChart svg>g>g{pointer-events:none}.googlesitekit-chart--PieChart svg>g:last-child>g:last-child{pointer-events:none}.googlesitekit-chart--PieChart div.google-visualization-tooltip{pointer-events:none;z-index:8}.googlesitekit-chart-loading__forced{height:100%;width:100%}.googlesitekit-chart-loading{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-items:center;width:100%}.googlesitekit-chart-loading .googlesitekit-chart-loading__wrapper{margin:0 auto;text-align:center;width:100%}.googlesitekit-plugin .googlesitekit-chip{background-color:transparent;border:1px solid #b8bdb9;border-radius:8px;color:#161b18;flex-direction:row-reverse;font-size:12px;justify-content:center;letter-spacing:.2px;line-height:1.33;margin:0;min-width:80px;padding:13px 12px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-chip{padding:3px 12px}}.googlesitekit-plugin .googlesitekit-chip .mdc-chip__checkmark{margin:0}.googlesitekit-plugin .googlesitekit-chip .mdc-chip__checkmark-svg{transition:none}.googlesitekit-plugin .googlesitekit-chip .mdc-chip__text{padding:0 12px}.googlesitekit-plugin .googlesitekit-chip.mdc-chip--selected{background-color:#b8e5ca;border-color:#b8e5ca;gap:6px}.googlesitekit-plugin .googlesitekit-chip.mdc-chip--selected .mdc-chip__checkmark-path{stroke:#161b18}.googlesitekit-plugin .googlesitekit-chip.mdc-chip--selected .mdc-chip__checkmark-svg{height:18px;width:18px}.googlesitekit-plugin .googlesitekit-chip.mdc-chip--selected .mdc-chip__text{padding:0}.googlesitekit-plugin .googlesitekit-chip.googlesitekit-chip--disabled{opacity:.5;pointer-events:none}.googlesitekit-plugin .googlesitekit-chip-multi-select{display:flex;flex-wrap:wrap;gap:12px}.googlesitekit-plugin .googlesitekit-chip-multi-select__item.googlesitekit-chip{background-color:#ebeef0;border:none;border-radius:100px;flex-direction:row;padding:6px 26px}.googlesitekit-plugin .googlesitekit-chip-multi-select__item.googlesitekit-chip .mdc-chip__checkmark{display:none}.googlesitekit-plugin .googlesitekit-chip-multi-select__item.googlesitekit-chip.mdc-chip--selected{background-color:#b8e5ca;border:none;gap:10px}.googlesitekit-plugin .googlesitekit-chip-multi-select__item.googlesitekit-chip.mdc-chip--selected .mdc-chip__checkmark{display:block}.googlesitekit-plugin .googlesitekit-chip-multi-select__item.googlesitekit-chip.mdc-chip--selected .mdc-chip__checkmark,.googlesitekit-plugin .googlesitekit-chip-multi-select__item.googlesitekit-chip.mdc-chip--selected .mdc-chip__checkmark svg{height:12px;width:12px}.googlesitekit-plugin .googlesitekit-chip-multi-select__item.googlesitekit-chip .mdc-chip__text{padding:0 11px;text-align:center;text-wrap:inherit}.googlesitekit-plugin .googlesitekit-chip-multi-select__item.googlesitekit-chip.mdc-chip--selected .mdc-chip__text{padding:0}.googlesitekit-plugin .googlesitekit-cta,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{background-color:#ebeef0;border-radius:16px;font-size:14px;grid-column:span 3;grid-row:span 3;height:100%;letter-spacing:.25px;line-height:1.43;padding:16px;width:100%}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-cta,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{padding:24px}}.googlesitekit-wp-dashboard .googlesitekit-plugin .googlesitekit-cta--error,.googlesitekit-wp-dashboard #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta--error{background-color:#fff}.googlesitekit-adminbar-modules .googlesitekit-plugin .googlesitekit-cta,.googlesitekit-adminbar-modules #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{padding:16px}.googlesitekit-wp-dashboard .googlesitekit-plugin .googlesitekit-cta,.googlesitekit-wp-dashboard #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{background-color:#ebeef0;box-sizing:border-box;height:auto;margin-top:12px;padding:12px}.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-plugin .googlesitekit-cta,.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{margin-top:0}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__title,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__title{color:#161b18;font-weight:500;margin:0 0 5px}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title{font-weight:700;letter-spacing:.5px}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description{color:#161b18;margin:0 0 20px}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description p:first-child,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description p:first-child{margin-top:0}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error{background-color:#ffded3}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error a,.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__title,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error a,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__title{color:#7a1e00}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__description,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__description{color:#7a1e00;word-break:break-word}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .mdc-button:not(:disabled),#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .mdc-button:not(:disabled){background-color:#ac4220;color:#fff}.googlesitekit-plugin .googlesitekit-cta *:last-child,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta *:last-child{margin-bottom:0}.googlesitekit-wp-dashboard .googlesitekit-cta--error{margin-top:12px}.googlesitekit-cta-link{align-items:center;cursor:pointer;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:inherit;padding:0;text-align:left;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-cta-link svg{fill:currentColor}.googlesitekit-cta-link:hover svg{fill:currentColor}.googlesitekit-page .googlesitekit-cta-link{color:#108080}.googlesitekit-page .googlesitekit-cta-link:hover{color:#108080;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-cta-link.googlesitekit-cta-link--secondary{color:#108080}.googlesitekit-cta-link.googlesitekit-cta-link--secondary svg{fill:currentColor}.googlesitekit-cta-link.googlesitekit-cta-link--secondary:hover{color:#108080}.googlesitekit-cta-link.googlesitekit-cta-link--secondary:hover svg{fill:currentColor}.googlesitekit-cta-link.googlesitekit-cta-link--caps{text-transform:uppercase}.googlesitekit-cta-link.googlesitekit-cta-link--danger{color:#ac4220}.googlesitekit-cta-link.googlesitekit-cta-link--small{font-size:12px;letter-spacing:.2px}.googlesitekit-cta-link.googlesitekit-cta-link--standalone{display:flex}.googlesitekit-cta-link.googlesitekit-cta-link--inverse{color:#fff}.googlesitekit-cta-link.googlesitekit-cta-link--inverse:hover{color:#fff}.googlesitekit-cta-link.googlesitekit-cta-link--disabled{color:#b8bdb9;cursor:default}.googlesitekit-cta-link.googlesitekit-cta-link--danger:hover{color:#ac4220}.googlesitekit-cta-link.googlesitekit-cta-link--disabled:hover{color:#b8bdb9;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-cta-link.googlesitekit-cta-link--no-flex{display:inline}button.googlesitekit-cta-link{color:#3c7251}button.googlesitekit-cta-link svg{fill:currentColor}button.googlesitekit-cta-link:hover{color:#2e5f41}button.googlesitekit-cta-link:hover svg{fill:currentColor}button.googlesitekit-cta-link--link-button{padding:2px 10px}button.googlesitekit-cta-link--link-button:focus{background-color:rgba(60,114,81,.08);outline:none}button.googlesitekit-cta-link--link-button.googlesitekit-cta-link--secondary:focus{background-color:rgba(16,128,128,.08)}.googlesitekit-plugin .googlesitekit-navigation{background-color:#fff;border-bottom:1px solid #ebeef0;justify-content:center;left:0;padding:12px 0;position:sticky;right:0;top:68px;z-index:10}.googlesitekit-plugin .googlesitekit-navigation::before{content:"";display:block;height:3px;left:0;opacity:1;position:absolute;top:-3px;transition:opacity 0s;width:100%}body.googlesitekit-showing-feature-tour .googlesitekit-plugin .googlesitekit-navigation,body.googlesitekit-showing-tooltip .googlesitekit-plugin .googlesitekit-navigation{position:static}@media(min-width: 601px){body.admin-bar .googlesitekit-plugin .googlesitekit-navigation{top:114px}}@media(min-width: 783px){body.admin-bar .googlesitekit-plugin .googlesitekit-navigation{top:100px}}@media(min-width: 961px){body.admin-bar .googlesitekit-plugin .googlesitekit-navigation{top:116px}}.googlesitekit-plugin .googlesitekit-navigation .mdc-chip{background-color:#fff;border:1px solid #ebeef0;border-radius:100px;color:#161b18;font-size:14px;letter-spacing:.2px;line-height:1;padding:11px 14px 11px 19px}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-navigation .mdc-chip{padding:5px 10px 5px 12px}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-navigation .mdc-chip{margin:4px 12px}}.googlesitekit-plugin .googlesitekit-navigation .mdc-chip::before{background:none}.googlesitekit-plugin .googlesitekit-navigation .mdc-chip:hover::before{background-color:rgba(22,27,24,.08);opacity:1;transition:none}.googlesitekit-plugin .googlesitekit-navigation .mdc-chip .mdc-chip__icon{border-radius:0;height:auto;margin-right:6px;width:auto}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-navigation .mdc-chip .mdc-chip__icon{display:none}}.googlesitekit-plugin .googlesitekit-navigation .mdc-chip--selected{color:#3c7251}.googlesitekit-plugin .googlesitekit-navigation--is-sticky{border-bottom:1px solid #ebeef0}.googlesitekit-plugin .googlesitekit-navigation--is-sticky+.googlesitekit-entity-header{border-bottom:1px solid #ebeef0}.googlesitekit-plugin .googlesitekit-navigation--entityDashboard{border-bottom:1px solid #ebeef0;border-radius:0}.googlesitekit-plugin--has-scrolled .googlesitekit-plugin .googlesitekit-header--has-subheader+.googlesitekit-subheader+.googlesitekit-navigation--is-sticky::before{opacity:0;transition:opacity .1s ease-out}.googlesitekit-data-block{--color-up: #46732b;--color-down: #ac4220;position:relative;text-align:left}.post-php .googlesitekit-data-block{min-width:150px}.googlesitekit-wp-dashboard .googlesitekit-data-block{padding-top:12px}.googlesitekit-data-block .googlesitekit-data-block__title{align-items:flex-start;color:#6c726e;display:flex;flex:1;flex-direction:column;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;justify-content:flex-start;margin:0 0 12px;row-gap:8px}.googlesitekit-data-block .googlesitekit-data-block__title .googlesitekit-new-badge{margin-left:0}.googlesitekit-data-block.googlesitekit-data-block--button .googlesitekit-data-block__title{align-items:center}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title{font-size:16px;font-weight:700;letter-spacing:.5px;margin-bottom:5px}#dashboard-widgets .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__title{font-size:12px;letter-spacing:.2px}.googlesitekit-data-block .googlesitekit-data-block__title-inner{align-items:center;display:flex;flex:1}.googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper{display:flex;flex:1;flex-flow:column}.googlesitekit-data-block .googlesitekit-data-block__datapoint{color:#161b18;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:46px;font-weight:500;line-height:1.13;margin:0;text-wrap:nowrap}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint{display:inline-block;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:38px;line-height:1.158;margin-right:5px}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:32px}.googlesitekit-data-block .googlesitekit-data-block__change{color:#6c726e;font-size:12px;letter-spacing:.2px;line-height:1;margin-top:16px;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change{display:inline-block;font-size:16px;letter-spacing:.5px;margin-top:0}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change{margin-top:10px}.googlesitekit-data-block .googlesitekit-data-block__change--no-change{visibility:hidden}.googlesitekit-data-block .googlesitekit-data-block__sparkline{margin-top:8px;max-width:150px}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline{display:none}.googlesitekit-data-block .googlesitekit-data-block__arrow{display:inline-block;line-height:1;margin-right:2px;vertical-align:baseline}.googlesitekit-data-block .googlesitekit-data-block__arrow--reverse{transform:rotate(180deg)}#wpadminbar .googlesitekit-data-block .googlesitekit-data-block__arrow .svg{height:9px;width:9px}.googlesitekit-data-block .googlesitekit-data-block__suffix{margin-left:4px}.googlesitekit-data-block .googlesitekit-data-block__value,.googlesitekit-data-block .googlesitekit-data-block__suffix{color:#6c726e;display:inline-block;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1.33;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value,.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__suffix{font-size:16px;font-weight:400;letter-spacing:.5px}.googlesitekit-data-block .googlesitekit-data-block__value--up,.googlesitekit-data-block .googlesitekit-data-block__suffix--up{color:var(--color-up)}.googlesitekit-data-block .googlesitekit-data-block__value--down,.googlesitekit-data-block .googlesitekit-data-block__suffix--down{color:var(--color-down)}.googlesitekit-data-block .googlesitekit-data-block__source{font-size:12px;letter-spacing:.2px;margin-top:8px}@media(min-width: 960px){.googlesitekit-data-block .googlesitekit-data-block__source{margin-top:12px}}.googlesitekit-data-block--button .googlesitekit-data-block__sparkline{margin:8px auto 0 auto}.googlesitekit-data-block--button{cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding-bottom:16px;padding-top:20px;text-align:center;transition:background-color .2s ease-in-out}@media(min-width: 960px){.googlesitekit-data-block--button{padding-bottom:24px;padding-top:28px}}.googlesitekit-data-block--button::before{content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.googlesitekit-data-block--selected::before{opacity:1}.googlesitekit-data-block--button-1:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-1:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-1:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(99,128,184,.1)}.googlesitekit-data-block--button-1.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-1.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-1::before{background-color:#6380b8}.googlesitekit-data-block--button-2:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-2:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-2:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(75,187,187,.1)}.googlesitekit-data-block--button-2.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-2.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-2::before{background-color:#4bbbbb}.googlesitekit-data-block--button-3:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-3:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-3:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(92,146,113,.1)}.googlesitekit-data-block--button-3.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-3.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-3::before{background-color:#5c9271}.googlesitekit-data-block--button-4:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-4:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-4:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(110,72,171,.1)}.googlesitekit-data-block--button-4.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-4.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-4::before{background-color:#6e48ab}.googlesitekit-plugin .googlesitekit-data-block__loading{align-items:center;display:flex;flex-direction:row}.googlesitekit-plugin .googlesitekit-data-block--is-gathering-data{cursor:auto}.admin-bar .googlesitekit-plugin .googlesitekit-dialog{align-items:stretch}@media(min-width: 600px){.admin-bar .googlesitekit-plugin .googlesitekit-dialog{align-items:center}}.googlesitekit-plugin .googlesitekit-dialog .mdc-dialog__container{height:100%;max-width:908px;width:100%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dialog .mdc-dialog__container{height:auto;max-height:calc(100vh - 120px);width:80%}}.googlesitekit-plugin .googlesitekit-dialog .mdc-dialog__surface{border-radius:0;box-shadow:none;max-height:100%;max-width:100%;padding:0;width:100%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dialog .mdc-dialog__surface{border-radius:24px;height:auto}}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__back-wrapper{padding:20px 16px}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__back-wrapper[aria-hidden=true]{display:none}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__back{background-color:transparent;border-radius:0;box-shadow:none;min-height:auto;min-width:auto;padding:0;width:24px}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__back:focus{outline:1px dotted #6380b8;outline-offset:3px}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__back .mdc-button__label{height:24px;line-height:1}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__content{overflow:auto;padding:24px 16px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__content{padding:32px}}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__header{display:flex;flex-wrap:nowrap;gap:12px;margin:0 0 32px}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__header-icon span{align-items:center;background-color:#46732b;border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;width:36px}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__header-icon[aria-hidden=true]{display:none}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__title{color:#161b18;margin:0 0 12px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__title{margin:0 0 8px}}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__subtitle{color:#6c726e;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__subtitle--emphasis{font-size:14px}.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__footer{border-top:1px solid #ebeef0;justify-content:flex-end;margin:0;padding:16px;z-index:2}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dialog .googlesitekit-dialog__footer{padding:20px 32px}}.googlesitekit-device-size-tab-bar{border-radius:100px;overflow:hidden;width:auto}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab{background:#ebeef0;height:32px;width:56px}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab:first-child{border-radius:100px 0 0 100px}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab:last-child{border-radius:0 100px 100px 0}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab svg{color:#5f6561}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab.mdc-tab--active{background:#3c7251}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab.mdc-tab--active svg{color:#fff}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab .mdc-tab-indicator{display:none}.googlesitekit-device-size-tab-bar .mdc-tab--active[disabled]{background-color:#999f9b;opacity:.6}.googlesitekit-dropdown-menu .googlesitekit-header__dropdown:focus{outline:0}.googlesitekit-dropdown-menu .mdc-list-item .googlesitekit-cta-link:hover,.googlesitekit-dropdown-menu .googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item .googlesitekit-cta-link:hover,.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-dropdown-menu .googlesitekit-view-only-menu__list-item .googlesitekit-cta-link:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-dropdown-menu.googlesitekit-dropdown-menu__icon-menu .mdc-button--dropdown{background-image:none;color:#6c726e;padding-right:8px}.googlesitekit-dropdown-menu .mdc-button--dropdown[aria-expanded=true]{background-color:#ebeef0;color:rgba(0,0,0,.87)}.googlesitekit-plugin .googlesitekit-entity-header{align-items:center;background-color:#fff;border-bottom:1px solid transparent;color:#6c726e;display:flex;justify-content:space-between;padding:16px;-webkit-position:sticky;position:sticky;top:120px;z-index:9}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-entity-header{padding-left:36px;padding-right:36px}}.googlesitekit-navigation--is-sticky+.googlesitekit-plugin .googlesitekit-entity-header{border-bottom:1px solid #ebeef0}@media(min-width: 601px){body.admin-bar .googlesitekit-plugin .googlesitekit-entity-header{top:183px}}@media(min-width: 783px){body.admin-bar .googlesitekit-plugin .googlesitekit-entity-header{top:169px}}@media(min-width: 961px){body.admin-bar .googlesitekit-plugin .googlesitekit-entity-header{top:185px}}body.googlesitekit-showing-feature-tour .googlesitekit-plugin .googlesitekit-entity-header,body.googlesitekit-showing-tooltip .googlesitekit-plugin .googlesitekit-entity-header{position:static}.googlesitekit-plugin .googlesitekit-entity-header__back{height:auto;min-width:20%;padding-right:30px}.googlesitekit-plugin .googlesitekit-entity-header__back::before,.googlesitekit-plugin .googlesitekit-entity-header__back::after{display:none}.googlesitekit-plugin .googlesitekit-entity-header__back .mdc-button{height:100%;padding-left:0}.googlesitekit-plugin .googlesitekit-entity-header__back .mdc-button:not(:disabled){color:#6c726e}.googlesitekit-plugin .googlesitekit-entity-header__back .mdc-button:not(:disabled):hover{background-color:rgba(22,27,24,.08);color:#161b18;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .googlesitekit-entity-header__back .mdc-button:not(:disabled):hover::before{background-color:rgba(22,27,24,.08);opacity:1}.googlesitekit-plugin .googlesitekit-entity-header__back .mdc-button__label{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.25px;line-height:1.43;margin:0 0 0 8px;text-align:left;text-transform:none}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-entity-header__back .mdc-button__label{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif}}.googlesitekit-plugin .googlesitekit-entity-header__details{font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1.33;overflow:hidden;text-align:right;white-space:nowrap;width:100%}.googlesitekit-plugin .googlesitekit-entity-header__details p{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0;overflow:hidden;text-overflow:ellipsis}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-entity-header__details p{margin:0}}.googlesitekit-plugin .googlesitekit-entity-header__details a{margin:4px;max-width:100%;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-plugin .googlesitekit-entity-header__details a:hover,.googlesitekit-plugin .googlesitekit-entity-header__details a:focus{color:#2e5f41}.googlesitekit-plugin .googlesitekit-entity-search{background-color:#fff;position:relative}.googlesitekit-plugin .googlesitekit-entity-search .googlesitekit-entity-search__actions{position:absolute;right:17px;top:50%;transform:translateY(-50%);z-index:3}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-entity-search .googlesitekit-entity-search__actions{right:2px}}.googlesitekit-plugin .googlesitekit-entity-search .googlesitekit-entity-search__actions svg{color:#5f6561}.googlesitekit-plugin .googlesitekit-entity-search .googlesitekit-entity-search__close{height:30px;width:30px}@media(max-width: 960px){.googlesitekit-plugin .googlesitekit-entity-search .googlesitekit-entity-search__close{border-radius:50%}}.googlesitekit-plugin .googlesitekit-entity-search .googlesitekit-entity-search__loading{border-radius:0 0 16px 16px;bottom:-4px;position:absolute;right:4px;width:calc(100% - 8px);z-index:4}@media(min-width: 783px){.googlesitekit-plugin .googlesitekit-entity-search .googlesitekit-entity-search__loading{bottom:-4px;left:0;margin:0 auto;right:0;width:calc(100% - 25px)}}.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__wrapper{margin:0}.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__input{border:none;border-radius:100px;font-size:14px;height:34px;letter-spacing:.25px;margin:0;padding:0 32px 0 0}@media(min-width: 783px){.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__input{border:1px solid #b8bdb9;padding:0 32px 0 16px}}.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__input:hover{border-color:#161b18}.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__input:focus{border-color:#3c7251;border-width:2px}.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__menu{box-shadow:0 1.25px 5px 0 rgba(0,0,0,.19),0 .33px 1.5px 0 rgba(0,0,0,.039);background-color:#fff;border-radius:16px;margin-left:-12px;overflow:hidden;padding:0;top:calc(100% + 14px);width:calc(100% + 24px)}@media(min-width: 783px){.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__menu{margin:0;top:calc(100% + 1px);width:100%}}.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__option{color:#161b18;font-size:14px;letter-spacing:.25px;line-height:1}.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__option:first-child{border-radius:16px 16px 0 0}.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__option:last-child{border-radius:0 0 16px 16px}.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__option--focused,.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__option:hover,.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__option[data-highlighted]{background-color:rgba(22,27,24,.08);cursor:pointer;opacity:1;transition:none}.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__option--no-results,.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__option--no-results:hover,.googlesitekit-plugin .googlesitekit-entity-search .autocomplete__option--no-results[data-highlighted]{background:none;cursor:default}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-entity-search .mdc-button__label{line-height:0}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-entity-search .mdc-button__label+svg{margin-left:8px}}.googlesitekit-plugin .googlesitekit-entity-search .mdc-button{color:#6c726e;letter-spacing:.3px;min-width:auto;outline:none;text-transform:none}.googlesitekit-plugin .googlesitekit-entity-search .mdc-button:hover,.googlesitekit-plugin .googlesitekit-entity-search .mdc-button:active,.googlesitekit-plugin .googlesitekit-entity-search .mdc-button:focus{background-color:unset;color:rgba(0,0,0,.87);-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .googlesitekit-entity-search .mdc-button:hover::before,.googlesitekit-plugin .googlesitekit-entity-search .mdc-button:hover::after,.googlesitekit-plugin .googlesitekit-entity-search .mdc-button:active::before,.googlesitekit-plugin .googlesitekit-entity-search .mdc-button:active::after,.googlesitekit-plugin .googlesitekit-entity-search .mdc-button:focus::before,.googlesitekit-plugin .googlesitekit-entity-search .mdc-button:focus::after{background-color:rgba(22,27,24,.08);opacity:1;transition:none}.googlesitekit-plugin .googlesitekit-entity-search--is-open{flex:1}@media(max-width: 783px){.googlesitekit-plugin .googlesitekit-entity-search--is-open{align-items:center;display:flex;left:0;margin:0;max-height:68px;padding:14px 16px;position:absolute;right:0;top:0;z-index:1}}.googlesitekit-plugin .googlesitekit-error-handler .googlesitekit-banner__content{overflow:auto}.googlesitekit-plugin .googlesitekit-error-handler .mdc-button:not(:disabled){background-color:#ac4220}.googlesitekit-plugin .googlesitekit-error-handler .mdc-button:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .googlesitekit-error-handler .mdc-button::before,.googlesitekit-plugin .googlesitekit-error-handler .mdc-button::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .googlesitekit-error-handler .mdc-button::before,.googlesitekit-plugin .googlesitekit-error-handler .mdc-button::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .googlesitekit-error-handler .mdc-button:hover::before{opacity:.08}.googlesitekit-plugin .googlesitekit-error-handler .mdc-button:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .googlesitekit-error-handler .mdc-button.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .googlesitekit-error-handler .mdc-button:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .googlesitekit-error-handler .mdc-button:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .googlesitekit-error-handler .mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-error-text{color:#ac4220;font-weight:500}.googlesitekit-error-retry-text{color:#ac4220;margin-left:1rem}.googlesitekit-report-error-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.googlesitekit-plugin .googlesitekit-google-tag-gateway-toggle .googlesitekit-google-tag-gateway-toggle__progress{margin:11.5px 0}.googlesitekit-plugin .googlesitekit-google-tag-gateway-toggle .googlesitekit-notice--warning{margin-top:10px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-google-tag-gateway-toggle .googlesitekit-notice--warning{padding:14px 24px}}.googlesitekit-plugin .googlesitekit-google-tag-gateway-toggle .googlesitekit-badge{margin-left:6px}.googlesitekit-plugin .googlesitekit-gathering-data-notice{text-transform:lowercase}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small span{font-size:12px;letter-spacing:.2px;line-height:1.33;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-default{position:relative;text-align:inherit}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-default span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-overlay{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-overlay span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small-overlay{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small-overlay span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small-overlay span{font-size:18px;line-height:1.33;max-width:80px;padding:0;text-align:center}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-large span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}#wpadminbar .googlesitekit-plugin .googlesitekit-gathering-data-notice span{color:#999f9b;font-size:12px;letter-spacing:.2px;line-height:1.33;text-transform:lowercase}.googlesitekit-plugin .googlesitekit-generic-error-handler-actions{align-items:flex-start;display:flex;flex-direction:column;gap:16px;margin-block-start:16px}.googlesitekit-plugin .googlesitekit-subheader{background-color:#fff;position:relative;z-index:11}.googlesitekit-plugin .googlesitekit-subheader:not(:empty){border-bottom:1px solid #ebeef0}.googlesitekit-plugin .googlesitekit-header{background-color:#fff;left:0;position:sticky;right:0;top:0;transition:box-shadow .2s ease-in-out;z-index:9980}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-header{padding-left:10px;padding-right:10px}}.wp-responsive-open .googlesitekit-plugin .googlesitekit-header{margin-left:-18px;padding-left:28px}body.googlesitekit-showing-feature-tour .googlesitekit-plugin .googlesitekit-header,body.googlesitekit-showing-tooltip .googlesitekit-plugin .googlesitekit-header{position:static}@media(min-width: 601px){body.admin-bar .googlesitekit-plugin .googlesitekit-header{top:46px}}@media(min-width: 783px){body.admin-bar .googlesitekit-plugin .googlesitekit-header{top:32px}}.googlesitekit-plugin .googlesitekit-header .googlesitekit-header__logo{min-width:150px}@media(max-width: 449px){.googlesitekit-plugin .googlesitekit-header .googlesitekit-header__logo{min-width:100px}}.googlesitekit-plugin .googlesitekit-header .googlesitekit-header__logo-link{display:inline-block}.googlesitekit-plugin .googlesitekit-header .googlesitekit-header__button{align-items:center;background-color:transparent;cursor:pointer;display:flex;font-size:12px;letter-spacing:.2px;margin-right:-8px;padding:8px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.googlesitekit-plugin .googlesitekit-header .googlesitekit-header__button:hover{background-color:#446199;color:#fff;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .googlesitekit-header .googlesitekit-header__button svg{fill:currentColor;margin-left:8px}.googlesitekit-plugin .googlesitekit-header .googlesitekit-dropdown-menu{display:inline-block}.googlesitekit-plugin .googlesitekit-header .googlesitekit-dropdown-menu .mdc-button__icon{margin-right:12px}.googlesitekit-plugin .googlesitekit-header .googlesitekit-dropdown-menu .mdc-button__account{margin-right:0}.googlesitekit-plugin .googlesitekit-header .googlesitekit-dropdown-menu .mdc-button__icon,.googlesitekit-plugin .googlesitekit-header .googlesitekit-dropdown-menu .mdc-button__icon--image{height:28px;width:28px}.googlesitekit-plugin .googlesitekit-header .googlesitekit-dropdown-menu .mdc-button__label{font-weight:400}.googlesitekit-plugin .googlesitekit-header .googlesitekit-dropdown-menu .mdc-list-item:hover::before,.googlesitekit-plugin .googlesitekit-header .googlesitekit-dropdown-menu .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item:hover::before,.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-header .googlesitekit-dropdown-menu .googlesitekit-view-only-menu__list-item:hover::before{background-color:rgba(22,27,24,.08);opacity:1;transition:none}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-header .googlesitekit-date-range-selector{background:none}}.googlesitekit-plugin .googlesitekit-header .googlesitekit-date-range-selector svg{margin-right:0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-header .googlesitekit-date-range-selector svg{margin-right:8px}}.googlesitekit-plugin .googlesitekit-header .googlesitekit-date-range-selector .mdc-button--dropdown{color:#6c726e;padding-right:24px}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-header .googlesitekit-date-range-selector .mdc-button--dropdown{background:none;margin-right:0;padding-right:8px}}.googlesitekit-plugin .googlesitekit-header .googlesitekit-date-range-selector .mdc-button--dropdown:hover{background-color:unset;color:#161b18}.googlesitekit-plugin .googlesitekit-header .googlesitekit-date-range-selector .mdc-button--dropdown:hover::before{background-color:rgba(22,27,24,.08);opacity:1;transition:none}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-header .googlesitekit-date-range-selector .mdc-button--dropdown svg{margin-right:0}}.googlesitekit-plugin .googlesitekit-header .googlesitekit-date-range-selector .mdc-menu-surface{right:0}.googlesitekit-plugin .googlesitekit-header .googlesitekit-dropdown-menu.googlesitekit-dropdown-menu__icon-menu .mdc-button--dropdown:hover{background-color:unset;color:#161b18}.googlesitekit-plugin .googlesitekit-header .googlesitekit-dropdown-menu.googlesitekit-dropdown-menu__icon-menu .mdc-button--dropdown:hover::before{background-color:rgba(22,27,24,.08);opacity:1;transition:none}.googlesitekit-plugin .googlesitekit-header .googlesitekit-header__children{align-items:center;display:flex;gap:16px;justify-content:flex-end}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-header .googlesitekit-header__children{gap:24px}}.googlesitekit-plugin .googlesitekit-header .googlesitekit-header__children div>button>.mdc-button__label{display:none}@media(min-width: 784px){.googlesitekit-plugin .googlesitekit-header .googlesitekit-header__children div>button>.mdc-button__label{display:inline-block}}.googlesitekit-plugin .googlesitekit-help-menu-link{padding:0}.googlesitekit-plugin .googlesitekit-help-menu-link:hover{background-color:unset;color:rgba(0,0,0,.87)}.googlesitekit-plugin .googlesitekit-help-menu-link:hover::before{background-color:rgba(22,27,24,.08);opacity:1}.googlesitekit-plugin .googlesitekit-help-menu-link .googlesitekit-cta-link{align-items:center;color:#161b18;display:flex;height:100%;padding:0 16px;width:100%}.googlesitekit-plugin .googlesitekit-icon-wrapper{align-items:center;display:inline-flex}.googlesitekit-plugin .googlesitekit-image-radio-options{display:flex;flex-wrap:wrap;gap:24px}.googlesitekit-plugin .googlesitekit-image-radio{display:flex;flex-direction:column;width:100%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-image-radio{max-width:16.5rem}}.googlesitekit-plugin .googlesitekit-image-radio>label{color:#5f6561;font-size:.75rem;margin-top:.625rem;padding:0}.googlesitekit-plugin .googlesitekit-image-radio>label span{color:#161b18;display:block;font-size:.875rem;margin-bottom:.125rem}.googlesitekit-plugin .googlesitekit-image-radio .image-radio{--mdc-ripple-fg-size: 0 !important;height:unset;padding:0;width:100%}.googlesitekit-plugin .googlesitekit-image-radio .image-radio .mdc-image-radio__background .mdc-image-radio__content{align-items:center;background-color:#fff;border:.375rem solid #fff;border-radius:.5625rem;color:#161b18;display:flex;justify-content:center;min-height:12.1875rem}.googlesitekit-plugin .googlesitekit-image-radio .image-radio .mdc-image-radio__background .mdc-image-radio__content svg{object-fit:contain;width:100%}.googlesitekit-plugin .googlesitekit-image-radio .image-radio .mdc-image-radio__background::after{border:.0625rem solid #999f9b;border-radius:.5625rem;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.googlesitekit-plugin .googlesitekit-image-radio .image-radio .mdc-image-radio__background .mdc-image-radio__content--no-image{background-color:#ebeef0;min-height:5.0625rem;text-align:center}.googlesitekit-plugin .googlesitekit-image-radio .image-radio .mdc-image-radio__background--checked::after{border:.1875rem solid #3c7251}.googlesitekit-plugin .googlesitekit-image-radio .image-radio:hover .mdc-image-radio__content{position:relative}.googlesitekit-plugin .googlesitekit-image-radio .image-radio:hover .mdc-image-radio__content::after{background-color:#cbd0d3;border-radius:.5625rem;content:"";height:calc(100% + 0.75rem);left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%, -50%);width:calc(100% + 0.75rem)}.googlesitekit-plugin .googlesitekit-image-radio .image-radio:hover .mdc-image-radio__content--no-image{background-color:#cbd0d3}.googlesitekit-plugin .googlesitekit-image-radio .image-radio:hover .mdc-image-radio__content--no-image::after{content:unset}.googlesitekit-plugin .googlesitekit-image-radio .image-radio.mdc-ripple-upgraded--background-focused .mdc-image-radio__content,.googlesitekit-plugin .googlesitekit-image-radio .image-radio.mdc-ripple-upgraded--foreground-activation .mdc-image-radio__content{position:relative}.googlesitekit-plugin .googlesitekit-image-radio .image-radio.mdc-ripple-upgraded--background-focused .mdc-image-radio__content::after,.googlesitekit-plugin .googlesitekit-image-radio .image-radio.mdc-ripple-upgraded--foreground-activation .mdc-image-radio__content::after{background-color:rgba(0,34,13,.32);border-radius:.5625rem;content:"";height:100%;opacity:1;position:absolute;width:100%}.googlesitekit-plugin .googlesitekit-image-radio .image-radio.mdc-ripple-upgraded--foreground-activation .mdc-image-radio__content--no-image{background-color:rgba(0,34,13,.32)}.googlesitekit-plugin .googlesitekit-image-radio .image-radio.mdc-ripple-upgraded--foreground-activation .mdc-image-radio__content--no-image::after{content:unset}.googlesitekit-tooltip.MuiTooltip-tooltip.googlesitekit-info-tooltip__content{border-radius:8px;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:.2px;line-height:1.33;max-width:160px;padding:12px}.googlesitekit-tooltip.MuiTooltip-tooltip.googlesitekit-info-tooltip__content>button{background:none;border:none;padding-right:0}.googlesitekit-tooltip.MuiTooltip-tooltip.googlesitekit-info-tooltip__content>a,.googlesitekit-tooltip.MuiTooltip-tooltip.googlesitekit-info-tooltip__content>button{color:#ebeef0;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-layout{background:#fff}.googlesitekit-layout .googlesitekit-layout__header{border-bottom:1px solid #ebeef0;font-size:16px;letter-spacing:.5px}.googlesitekit-layout .googlesitekit-layout__header-title{align-items:center;display:flex;gap:16px;margin:0}.googlesitekit-layout .googlesitekit-layout__footer{border-top:1px solid #ebeef0;font-size:12px;letter-spacing:.2px}.googlesitekit-layout.googlesitekit-layout--transparent{background-color:transparent}.googlesitekit-layout.googlesitekit-layout--rounded{border-radius:24px}.googlesitekit-layout--fill{display:flex;flex-direction:column;height:100%}.googlesitekit-layout--fill>*{flex:1 1 auto;width:100%}.googlesitekit-layout--fill .googlesitekit-layout__header{flex:0 0 auto}.googlesitekit-layout--fill .googlesitekit-layout__footer{flex:0 0 auto}.googlesitekit-layout--relative{position:relative}.googlesitekit-logo{color:#5f6561;line-height:0}.googlesitekit-logo .googlesitekit-logo__logo-g,.googlesitekit-logo .googlesitekit-svg-logo-g{height:24px;vertical-align:middle;width:23px}@media(min-width: 600px){.googlesitekit-logo .googlesitekit-logo__logo-g,.googlesitekit-logo .googlesitekit-svg-logo-g{height:34px;width:32px}}.googlesitekit-logo .googlesitekit-logo__logo-sitekit,.googlesitekit-logo .googlesitekit-svg-logo-sitekit{fill:currentColor;height:16px;margin-left:8px;vertical-align:middle;width:61px}@media(min-width: 600px){.googlesitekit-logo .googlesitekit-logo__logo-sitekit,.googlesitekit-logo .googlesitekit-svg-logo-sitekit{height:26px;margin-left:16px;width:99px}}@media(max-width: 449px){.googlesitekit-logo .googlesitekit-logo__logo-sitekit,.googlesitekit-logo .googlesitekit-svg-logo-sitekit{display:none}}.googlesitekit-logo--mini .googlesitekit-logo__logo-g,.googlesitekit-logo--mini .googlesitekit-svg-logo-g{height:19px;width:19px}.googlesitekit-logo--mini .googlesitekit-logo__logo-sitekit,.googlesitekit-logo--mini .googlesitekit-svg-logo-sitekit{height:17px;margin-left:4px;width:78px}.googlesitekit-mini-chart{margin-left:16px;width:28px}.googlesitekit-module-outro{background-color:#fff;padding:45px 0;text-align:center}@media(min-width: 600px){.googlesitekit-module-outro{padding:45px}}.googlesitekit-module-outro .googlesitekit-module-outro__logo{align-items:center;display:inline-flex}.googlesitekit-module-outro .googlesitekit-module-outro__logo>svg{margin:0 8px}@media(min-width: 960px){.googlesitekit-module-outro .googlesitekit-module-outro__logo>svg{margin:0 12px}}.googlesitekit-module-outro .googlesitekit-module-outro__title{margin:20px auto 25px;max-width:600px}.googlesitekit-module-page{padding-bottom:10px;padding-top:10px}@media(min-width: 600px){.googlesitekit-module-page{padding-left:10px;padding-right:10px}}.googlesitekit-module-recovery-errors{color:#ac4220}.googlesitekit-module-recovery-errors ul{list-style:disc;list-style-position:inside}.googlesitekit-new-badge{background-color:#573195;color:#fff;margin-left:6px;text-transform:none}.googlesitekit-new-badge.googlesitekit-new-badge--has-no-spacing{margin-left:0}.googlesitekit-new-badge.googlesitekit-badge--has-left-spacing{margin-left:12px}.googlesitekit-tooltip.MuiTooltip-tooltip.googlesitekit-new-badge__tooltip{border-radius:8px;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:.2px;line-height:1.33;max-width:160px;padding:12px}.googlesitekit-tooltip.MuiTooltip-tooltip.googlesitekit-new-badge__tooltip>a{color:#ebeef0;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-noscript{background-color:#fff;margin:5px 20px 5px 0}@media(min-width: 600px){.googlesitekit-noscript{padding-left:10px;padding-right:10px}}.googlesitekit-noscript__title{margin:0}.no-js:not([amp-version]) [id^=js-googlesitekit-]{display:none}.googlesitekit-opt-in{position:relative}.googlesitekit-opt-in .mdc-form-field{position:relative}.googlesitekit-opt-in .mdc-form-field label{font-size:12px;letter-spacing:.2px;line-height:1.33}@media(min-width: 960px){.googlesitekit-opt-in span{display:block}}.googlesitekit-opt-in--border{border-top:1px solid #b8bdb9;padding-top:16px}@media(min-width: 960px){.googlesitekit-opt-in--border{padding-top:24px}}.googlesitekit-opt-in--align-top .mdc-form-field{align-items:flex-start}.googlesitekit-opt-in--align-top .mdc-checkbox{margin-top:-7px}.googlesitekit-overlay{align-items:center;background:rgba(235,238,240,.8);bottom:0;cursor:not-allowed;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:10}.googlesitekit-overlay .googlesitekit-overlay__icon{align-items:center;background:#ebeef0;border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto;width:60px}.googlesitekit-overlay .googlesitekit-overlay__icon svg{color:#333935}.googlesitekit-overlay .googlesitekit-overlay__title{margin-bottom:0;padding:0 16px;text-align:center}.googlesitekit-overlay--compress .googlesitekit-overlay__wrapper{align-items:center;display:flex}.googlesitekit-overlay--compress .googlesitekit-overlay__icon{height:40px;width:40px}.googlesitekit-overlay--compress .googlesitekit-overlay__icon .svg{height:20px;width:auto}.googlesitekit-overlay--compress .googlesitekit-overlay__title{margin-top:0;padding-right:0}.googlesitekit-page{margin-left:-10px}@media(min-width: 783px){.googlesitekit-page{margin-left:-20px}}#wpbody-content>div:not(#screen-meta)+.googlesitekit-plugin>.googlesitekit-page,#wpbody-content>div:not(#screen-meta)+script+.googlesitekit-plugin>.googlesitekit-page{margin-top:25px}.googlesitekit-page .googlesitekit-page-content,.googlesitekit-page .googlesitekit-module-page,.googlesitekit-page .googlesitekit-setup{margin:0 auto;max-width:1366px}.googlesitekit-pagespeed-widget header{display:flex;justify-content:space-between}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__data-src-tabs{display:flex}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__refreshing-progress-bar-wrapper{margin-top:-4px}.googlesitekit-pagespeed-widget__refreshing{filter:grayscale(1);opacity:.5}.googlesitekit-page-footer{display:flex;justify-content:flex-end;margin:0}.googlesitekit-page-header{margin:0}.googlesitekit-page-header .googlesitekit-page-header__title{display:inline-block;margin:0 0 -2px;padding:0;vertical-align:middle}.googlesitekit-page-header .googlesitekit-page-header__icon+.googlesitekit-page-header__title{margin-left:8px}.googlesitekit-page-header .googlesitekit-page-header__icon{vertical-align:middle}.googlesitekit-page-header .googlesitekit-page-header__details{align-items:center;display:flex;justify-content:space-between}@media(min-width: 600px){.googlesitekit-page-header .googlesitekit-page-header__details{justify-content:flex-end}}.googlesitekit-page-header .googlesitekit-page-header__status{align-items:center;display:flex;font-size:12px;letter-spacing:.2px;line-height:1;margin:0}.googlesitekit-page-header .googlesitekit-page-header__status .googlesitekit-icon-wrapper{align-items:center;border-radius:50%;display:flex;height:19px;justify-content:center;margin-left:8px;width:19px}.googlesitekit-page-header .googlesitekit-page-header__status--connected .googlesitekit-icon-wrapper{background-color:#46732b;color:#fff}.googlesitekit-page-header .googlesitekit-page-header__status--not-connected .googlesitekit-icon-wrapper{background-color:#895a00;color:#fff}.googlesitekit-page-header .googlesitekit-page-header__status+.googlesitekit-page-header__range{margin-left:16px;margin-top:-3px}@media(min-width: 960px){.googlesitekit-page-header .googlesitekit-page-header__status+.googlesitekit-page-header__range{margin-left:24px}}.googlesitekit-percentage-circle{background-color:#ebeef0;border-radius:50%;font-size:28px;height:1em;margin:0 auto;position:relative;width:1em}.googlesitekit-percentage-circle::after{background-color:#fff;border-radius:50%;box-sizing:content-box;content:"";display:block;height:.8em;left:.1em;position:absolute;top:.1em;width:.8em}.googlesitekit-percentage-circle .googlesitekit-percentage-circle__text{box-sizing:content-box;font-size:18px;font-weight:700;left:0;line-height:50px;position:absolute;text-align:center;top:0;width:50px;z-index:1}.googlesitekit-percentage-circle .googlesitekit-percentage-circle__slice{box-sizing:content-box;clip:rect(0, 1em, 1em, 0.5em);height:1em;position:absolute;width:1em}.googlesitekit-percentage-circle .googlesitekit-percentage-circle__bar{border:.1em solid transparent;border-radius:50%;box-sizing:content-box;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(0deg);width:.8em}.googlesitekit-percentage-circle .googlesitekit-percentage-circle__fill{box-sizing:content-box}.googlesitekit-percentage-circle--fast{color:#46732b}.googlesitekit-percentage-circle--average{color:#895a00}.googlesitekit-percentage-circle--slow{color:#ac4220}.googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-1 .googlesitekit-percentage-circle__bar{transform:rotate(3.6deg)}.googlesitekit-percentage-circle--percent-2 .googlesitekit-percentage-circle__bar{transform:rotate(7.2deg)}.googlesitekit-percentage-circle--percent-3 .googlesitekit-percentage-circle__bar{transform:rotate(10.8deg)}.googlesitekit-percentage-circle--percent-4 .googlesitekit-percentage-circle__bar{transform:rotate(14.4deg)}.googlesitekit-percentage-circle--percent-5 .googlesitekit-percentage-circle__bar{transform:rotate(18deg)}.googlesitekit-percentage-circle--percent-6 .googlesitekit-percentage-circle__bar{transform:rotate(21.6deg)}.googlesitekit-percentage-circle--percent-7 .googlesitekit-percentage-circle__bar{transform:rotate(25.2deg)}.googlesitekit-percentage-circle--percent-8 .googlesitekit-percentage-circle__bar{transform:rotate(28.8deg)}.googlesitekit-percentage-circle--percent-9 .googlesitekit-percentage-circle__bar{transform:rotate(32.4deg)}.googlesitekit-percentage-circle--percent-10 .googlesitekit-percentage-circle__bar{transform:rotate(36deg)}.googlesitekit-percentage-circle--percent-11 .googlesitekit-percentage-circle__bar{transform:rotate(39.6deg)}.googlesitekit-percentage-circle--percent-12 .googlesitekit-percentage-circle__bar{transform:rotate(43.2deg)}.googlesitekit-percentage-circle--percent-13 .googlesitekit-percentage-circle__bar{transform:rotate(46.8deg)}.googlesitekit-percentage-circle--percent-14 .googlesitekit-percentage-circle__bar{transform:rotate(50.4deg)}.googlesitekit-percentage-circle--percent-15 .googlesitekit-percentage-circle__bar{transform:rotate(54deg)}.googlesitekit-percentage-circle--percent-16 .googlesitekit-percentage-circle__bar{transform:rotate(57.6deg)}.googlesitekit-percentage-circle--percent-17 .googlesitekit-percentage-circle__bar{transform:rotate(61.2deg)}.googlesitekit-percentage-circle--percent-18 .googlesitekit-percentage-circle__bar{transform:rotate(64.8deg)}.googlesitekit-percentage-circle--percent-19 .googlesitekit-percentage-circle__bar{transform:rotate(68.4deg)}.googlesitekit-percentage-circle--percent-20 .googlesitekit-percentage-circle__bar{transform:rotate(72deg)}.googlesitekit-percentage-circle--percent-21 .googlesitekit-percentage-circle__bar{transform:rotate(75.6deg)}.googlesitekit-percentage-circle--percent-22 .googlesitekit-percentage-circle__bar{transform:rotate(79.2deg)}.googlesitekit-percentage-circle--percent-23 .googlesitekit-percentage-circle__bar{transform:rotate(82.8deg)}.googlesitekit-percentage-circle--percent-24 .googlesitekit-percentage-circle__bar{transform:rotate(86.4deg)}.googlesitekit-percentage-circle--percent-25 .googlesitekit-percentage-circle__bar{transform:rotate(90deg)}.googlesitekit-percentage-circle--percent-26 .googlesitekit-percentage-circle__bar{transform:rotate(93.6deg)}.googlesitekit-percentage-circle--percent-27 .googlesitekit-percentage-circle__bar{transform:rotate(97.2deg)}.googlesitekit-percentage-circle--percent-28 .googlesitekit-percentage-circle__bar{transform:rotate(100.8deg)}.googlesitekit-percentage-circle--percent-29 .googlesitekit-percentage-circle__bar{transform:rotate(104.4deg)}.googlesitekit-percentage-circle--percent-30 .googlesitekit-percentage-circle__bar{transform:rotate(108deg)}.googlesitekit-percentage-circle--percent-31 .googlesitekit-percentage-circle__bar{transform:rotate(111.6deg)}.googlesitekit-percentage-circle--percent-32 .googlesitekit-percentage-circle__bar{transform:rotate(115.2deg)}.googlesitekit-percentage-circle--percent-33 .googlesitekit-percentage-circle__bar{transform:rotate(118.8deg)}.googlesitekit-percentage-circle--percent-34 .googlesitekit-percentage-circle__bar{transform:rotate(122.4deg)}.googlesitekit-percentage-circle--percent-35 .googlesitekit-percentage-circle__bar{transform:rotate(126deg)}.googlesitekit-percentage-circle--percent-36 .googlesitekit-percentage-circle__bar{transform:rotate(129.6deg)}.googlesitekit-percentage-circle--percent-37 .googlesitekit-percentage-circle__bar{transform:rotate(133.2deg)}.googlesitekit-percentage-circle--percent-38 .googlesitekit-percentage-circle__bar{transform:rotate(136.8deg)}.googlesitekit-percentage-circle--percent-39 .googlesitekit-percentage-circle__bar{transform:rotate(140.4deg)}.googlesitekit-percentage-circle--percent-40 .googlesitekit-percentage-circle__bar{transform:rotate(144deg)}.googlesitekit-percentage-circle--percent-41 .googlesitekit-percentage-circle__bar{transform:rotate(147.6deg)}.googlesitekit-percentage-circle--percent-42 .googlesitekit-percentage-circle__bar{transform:rotate(151.2deg)}.googlesitekit-percentage-circle--percent-43 .googlesitekit-percentage-circle__bar{transform:rotate(154.8deg)}.googlesitekit-percentage-circle--percent-44 .googlesitekit-percentage-circle__bar{transform:rotate(158.4deg)}.googlesitekit-percentage-circle--percent-45 .googlesitekit-percentage-circle__bar{transform:rotate(162deg)}.googlesitekit-percentage-circle--percent-46 .googlesitekit-percentage-circle__bar{transform:rotate(165.6deg)}.googlesitekit-percentage-circle--percent-47 .googlesitekit-percentage-circle__bar{transform:rotate(169.2deg)}.googlesitekit-percentage-circle--percent-48 .googlesitekit-percentage-circle__bar{transform:rotate(172.8deg)}.googlesitekit-percentage-circle--percent-49 .googlesitekit-percentage-circle__bar{transform:rotate(176.4deg)}.googlesitekit-percentage-circle--percent-50 .googlesitekit-percentage-circle__bar{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__bar{transform:rotate(183.6deg)}.googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__bar{transform:rotate(187.2deg)}.googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__bar{transform:rotate(190.8deg)}.googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__bar{transform:rotate(194.4deg)}.googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__bar{transform:rotate(198deg)}.googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__bar{transform:rotate(201.6deg)}.googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__bar{transform:rotate(205.2deg)}.googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__bar{transform:rotate(208.8deg)}.googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__bar{transform:rotate(212.4deg)}.googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__bar{transform:rotate(216deg)}.googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__bar{transform:rotate(219.6deg)}.googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__bar{transform:rotate(223.2deg)}.googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__bar{transform:rotate(226.8deg)}.googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__bar{transform:rotate(230.4deg)}.googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__bar{transform:rotate(234deg)}.googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__bar{transform:rotate(237.6deg)}.googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__bar{transform:rotate(241.2deg)}.googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__bar{transform:rotate(244.8deg)}.googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__bar{transform:rotate(248.4deg)}.googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__bar{transform:rotate(252deg)}.googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__bar{transform:rotate(255.6deg)}.googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__bar{transform:rotate(259.2deg)}.googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__bar{transform:rotate(262.8deg)}.googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__bar{transform:rotate(266.4deg)}.googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__bar{transform:rotate(270deg)}.googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__bar{transform:rotate(273.6deg)}.googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__bar{transform:rotate(277.2deg)}.googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__bar{transform:rotate(280.8deg)}.googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__bar{transform:rotate(284.4deg)}.googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__bar{transform:rotate(288deg)}.googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__bar{transform:rotate(291.6deg)}.googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__bar{transform:rotate(295.2deg)}.googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__bar{transform:rotate(298.8deg)}.googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__bar{transform:rotate(302.4deg)}.googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__bar{transform:rotate(306deg)}.googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__bar{transform:rotate(309.6deg)}.googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__bar{transform:rotate(313.2deg)}.googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__bar{transform:rotate(316.8deg)}.googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__bar{transform:rotate(320.4deg)}.googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__bar{transform:rotate(324deg)}.googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__bar{transform:rotate(327.6deg)}.googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__bar{transform:rotate(331.2deg)}.googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__bar{transform:rotate(334.8deg)}.googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__bar{transform:rotate(338.4deg)}.googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__bar{transform:rotate(342deg)}.googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__bar{transform:rotate(345.6deg)}.googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__bar{transform:rotate(349.2deg)}.googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__bar{transform:rotate(352.8deg)}.googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__bar{transform:rotate(356.4deg)}.googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__bar{transform:rotate(360deg)}.googlesitekit-percentage-circle--fast .googlesitekit-percentage-circle__bar,.googlesitekit-percentage-circle--fast .googlesitekit-percentage-circle__fill{border-color:#46732b}.googlesitekit-percentage-circle--average .googlesitekit-percentage-circle__bar,.googlesitekit-percentage-circle--average .googlesitekit-percentage-circle__fill{border-color:#895a00}.googlesitekit-percentage-circle--slow .googlesitekit-percentage-circle__bar,.googlesitekit-percentage-circle--slow .googlesitekit-percentage-circle__fill{border-color:#ac4220}.googlesitekit-post-searcher{display:flex;flex-wrap:wrap;position:relative;width:100%}.googlesitekit-post-searcher .googlesitekit-post-searcher__label{background-color:#fff;color:#5f6561;font-size:12px;left:12px;letter-spacing:.2px;padding:0 4px;position:absolute;top:-8px;z-index:4}.googlesitekit-post-searcher .googlesitekit-post-searcher__button-wrapper{flex:0 0 auto}.googlesitekit-post-searcher .googlesitekit-post-searcher__button-wrapper .googlesitekit-post-searcher__button{min-height:100%}.googlesitekit-preview-block{display:flex;flex-direction:column}.googlesitekit-preview-block--padding{padding:16px}.googlesitekit-preview-block--padding+.googlesitekit-preview-block--padding{padding-top:0}@media(min-width: 960px){.googlesitekit-preview-block--padding{padding:24px}}.googlesitekit-preview-block__wrapper{animation:googlesitekit-pulse 1s infinite ease-in-out;animation-direction:alternate;flex:1 1 auto}@media(prefers-reduced-motion: reduce){.googlesitekit-preview-block__wrapper{animation:none;background-image:linear-gradient(150deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15))}}.googlesitekit-preview-block__wrapper--circle{border-radius:50%}@keyframes googlesitekit-pulse{0%{background-color:#ebeef0}100%{background-color:#cbd0d3}}.googlesitekit-preview-table{width:100%}.googlesitekit-preview-table .googlesitekit-preview-table__row{margin:0 0 9px}.googlesitekit-preview-table .googlesitekit-preview-table__row:last-child{margin-bottom:0}.googlesitekit-preview-table--padding{padding:16px}.googlesitekit-preview-table--padding+.googlesitekit-preview-table--padding{padding-top:0}@media(min-width: 960px){.googlesitekit-preview-table--padding{padding:24px}}.googlesitekit-progress-segments{background-color:#fff;border-radius:4px;display:flex;gap:4px;height:8px;justify-content:space-between;overflow:hidden}.googlesitekit-progress-segments .googlesitekit-progress-segments__segment{background-color:#ebeef0;height:8px;width:100%}.googlesitekit-progress-segments .googlesitekit-progress-segments__segment--active:nth-child(3n-2){background-color:#b8e5ca}.googlesitekit-progress-segments .googlesitekit-progress-segments__segment--active:nth-child(3n-1){background-color:#77ad8c}.googlesitekit-progress-segments .googlesitekit-progress-segments__segment--active:nth-child(3n){background-color:#3c7251}.googlesitekit-progress-indicator{background-color:#b8e5ca;display:grid;height:14px;justify-content:space-between;overflow:hidden}.googlesitekit-progress-indicator .googlesitekit-progress-indicator__segment{background-color:#5c9271;height:100%;position:relative;width:100%}.googlesitekit-progress-indicator .googlesitekit-progress-indicator__segment:not(.googlesitekit-progress-indicator__segment--final):last-child{border-radius:0 7px 7px 0}.googlesitekit-progress-indicator .googlesitekit-progress-indicator__segment:not(:only-child)::after{background-color:#f1fff7;border-radius:50%;content:"";height:6px;position:absolute;right:5px;top:4px;width:6px}.googlesitekit-selection-box{border-bottom:2px solid #dee3e5;outline:1px solid #fff;outline-offset:-1px;padding:6px 10px 6px 7px}.googlesitekit-selection-box .mdc-form-field{align-items:flex-start}.googlesitekit-selection-box .mdc-checkbox__content{padding-top:9px}.googlesitekit-selection-box .mdc-checkbox__content:has(.googlesitekit-badge){padding-top:8px}.googlesitekit-selection-box label{cursor:pointer;font-size:14px;font-weight:500;line-height:1.43;position:relative}.googlesitekit-selection-box label:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-selection-box label:focus{outline-offset:0}.googlesitekit-selection-box .mdc-checkbox__description{color:#6c726e;font-size:12px;line-height:1.33;padding:7px 0 5px}.googlesitekit-selection-box+.googlesitekit-selection-box{margin-top:16px}.googlesitekit-selection-box.googlesitekit-selection-box--disabled label,.googlesitekit-selection-box.googlesitekit-selection-box--disabled .mdc-checkbox__description{color:rgba(3,14,7,.32);pointer-events:none}.googlesitekit-plugin .googlesitekit-selection-panel{display:flex;flex-direction:column}.googlesitekit-plugin .googlesitekit-selection-panel-header{padding:16px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-selection-panel-header{padding:24px}}.googlesitekit-plugin .googlesitekit-selection-panel-header h3{margin:0}.googlesitekit-plugin .googlesitekit-selection-panel-header p{color:#161b18;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:8px 0 0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-selection-panel-header p{font-size:14px}}.googlesitekit-plugin .googlesitekit-selection-panel-header .googlesitekit-cta-link__contents strong{font-weight:400}.googlesitekit-plugin .googlesitekit-selection-panel-header__row{align-items:center;display:flex;justify-content:space-between}.googlesitekit-plugin .googlesitekit-selection-panel-header__close{color:#6c726e;display:flex;padding:8px}.googlesitekit-plugin .googlesitekit-selection-panel__loading{border-bottom:2px solid #ebeef0;display:flex;justify-content:space-between;margin:8px 24px 10px;padding:6px 0}.googlesitekit-plugin .googlesitekit-selection-panel__loading:last-child{border:none}.googlesitekit-plugin .googlesitekit-selection-panel__loading-item{margin:0 0 10px}.googlesitekit-plugin .googlesitekit-selection-panel-items{overflow:auto}.googlesitekit-plugin .googlesitekit-selection-panel-items .googlesitekit-selection-panel-items__subheading{color:#6c726e;font-size:12px;font-weight:500;line-height:1.33;margin:16px 0 0 16px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-selection-panel-items .googlesitekit-selection-panel-items__subheading{margin:24px 0 0 24px}}.googlesitekit-plugin .googlesitekit-selection-panel-items .googlesitekit-selection-panel-items__subheading:first-child{margin:0 0 0 16px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-selection-panel-items .googlesitekit-selection-panel-items__subheading:first-child{margin:0 0 0 24px}}.googlesitekit-plugin .googlesitekit-selection-panel-item{border-bottom:2px solid #ebeef0;display:flex;margin:0 16px;outline:1px solid #fff;outline-offset:-1px;padding:0}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-selection-panel-item{border-color:#cbd0d3;margin:0 24px}}.googlesitekit-plugin .googlesitekit-selection-panel-item:last-child{border:none}.googlesitekit-plugin .googlesitekit-selection-panel-item .googlesitekit-selection-panel-item-error{color:#ac4220;padding-top:10px}.googlesitekit-plugin .googlesitekit-selection-panel-item .googlesitekit-selection-box{border:none;flex:1;outline:none;padding:0 4px 10px}.googlesitekit-plugin .googlesitekit-selection-panel-item .googlesitekit-selection-box .mdc-form-field{align-items:center;gap:5px}.googlesitekit-plugin .googlesitekit-selection-panel-item .googlesitekit-selection-box .mdc-checkbox__description{padding:0}.googlesitekit-plugin .googlesitekit-selection-panel-item .googlesitekit-selection-panel-item__subtitle{display:block;font-size:12px;letter-spacing:.2px;line-height:1.33;margin-bottom:6px}.googlesitekit-plugin .googlesitekit-selection-panel-item .googlesitekit-selection-panel-item__suffix{color:#161b18;font-size:14px;font-weight:500;line-height:1.43;padding:15px 10px}.googlesitekit-plugin .googlesitekit-selection-panel-item .mdc-checkbox{margin-top:6px}.googlesitekit-plugin .googlesitekit-selection-panel-notice{background-color:#ffe4b1;padding:16px 24px}.googlesitekit-plugin .googlesitekit-selection-panel-notice p{font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-plugin .googlesitekit-selection-panel-error{align-items:anchor-center;flex-direction:row;padding:16px 24px}.googlesitekit-plugin .googlesitekit-selection-panel-footer{background-color:#f3f5f7;margin-top:auto;padding:12px 24px 24px;width:100%}.googlesitekit-plugin .googlesitekit-selection-panel-footer p{font-size:12px;letter-spacing:.2px;line-height:1.33}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-selection-panel-footer p{font-size:14px}}.googlesitekit-plugin .googlesitekit-selection-panel-footer .googlesitekit-error-text p{font-size:14px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-selection-panel-footer__content{align-items:center;column-gap:24px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:12px}}.googlesitekit-plugin .googlesitekit-selection-panel-footer__item-count{font-size:14px;font-weight:500}.googlesitekit-plugin .googlesitekit-selection-panel-footer__item-count .googlesitekit-selection-panel-footer__item-count--max-count{color:#6c726e;font-weight:400}.googlesitekit-plugin .googlesitekit-selection-panel-footer__actions{align-items:center;column-gap:8px;display:flex;justify-content:flex-end}.googlesitekit-plugin .googlesitekit-selection-panel-footer__actions .googlesitekit-cta-link{color:#6c726e}.googlesitekit-plugin .googlesitekit-sharing-settings__button.mdc-button{background-color:transparent;box-shadow:none;color:#6c726e}.googlesitekit-plugin .googlesitekit-sharing-settings__button.mdc-button:focus,.googlesitekit-plugin .googlesitekit-sharing-settings__button.mdc-button:hover{background-color:rgba(22,27,24,.08);color:rgba(0,0,0,.87)}.googlesitekit-plugin .googlesitekit-sharing-settings__button.mdc-button:focus::after,.googlesitekit-plugin .googlesitekit-sharing-settings__button.mdc-button:hover::after{background-color:rgba(0,0,0,.87)}.googlesitekit-plugin .googlesitekit-sharing-settings__button.mdc-button:hover::before{opacity:.04}.googlesitekit-plugin .googlesitekit-sharing-settings-dialog .googlesitekit-dialog__content{padding-bottom:0}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-sharing-settings-dialog .googlesitekit-dialog__footer{border-color:transparent;box-shadow:none;padding:0}}.googlesitekit-plugin .googlesitekit-user-role-select{align-items:center;column-gap:12px;display:flex;flex-wrap:wrap;position:relative;row-gap:4px}.googlesitekit-plugin .googlesitekit-user-role-select:hover::before{background-color:rgba(22,27,24,.08);opacity:1}.googlesitekit-plugin .googlesitekit-user-role-select__button{border:1px solid #3c7251;border-radius:50%;box-shadow:none;color:#3c7251;display:flex;height:48px;min-height:auto;min-width:auto;padding:0;width:48px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-user-role-select__button{height:28px;width:28px}}.googlesitekit-plugin .googlesitekit-user-role-select__button:not(:disabled){background-color:#fff;color:#3c7251}.googlesitekit-plugin .googlesitekit-user-role-select__button svg{fill:#3c7251}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-user-role-select__button svg{height:14px;width:14px}}.googlesitekit-plugin .googlesitekit-user-role-select--open{align-items:flex-start;row-gap:8px}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings{color:#161b18;font-size:14px;line-height:1.14}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__header{align-items:flex-start;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.14}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--product{flex:0 0 50%}@media(max-width: 960px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--product svg{height:28px;width:28px}}.googlesitekit-plugin .googlesitekit-user-role-select__current-roles{color:#333935;display:block;font-size:14px;line-height:1.14}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-user-role-select__current-roles{flex:1}}.googlesitekit-plugin .googlesitekit-user-role-select__add-roles{display:block}.googlesitekit-plugin .googlesitekit-user-role-select__add-roles button{color:#999f9b;font-size:14px;font-weight:400;line-height:1.14}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--view{flex:1 1 30%;position:relative}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--view{align-items:center;display:flex;flex:1 1 45%}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__row{display:flex;flex-wrap:nowrap;gap:16px;position:relative}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__row--disabled::after{background-color:rgba(255,255,255,.6);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__row--editing{flex-direction:column}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__row--editing{align-items:flex-start;flex-direction:row}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__row--editing .googlesitekit-dashboard-sharing-settings__column--product{min-height:48px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__row--editing .googlesitekit-dashboard-sharing-settings__column--product{min-height:28px}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__module{border-bottom:1px solid #ebeef0;padding:16px 0}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__module:last-child{border-bottom:0}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__module .googlesitekit-dashboard-sharing-settings__column--product{align-items:center;display:flex;flex-flow:row nowrap;gap:12px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__module .googlesitekit-dashboard-sharing-settings__column--product{align-items:center;flex-flow:row nowrap;gap:16px}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__module-name{flex:1}.googlesitekit-plugin p.googlesitekit-dashboard-sharing-settings__note{color:#757575;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__select{height:48px;width:100%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__select{height:30px}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__select .mdc-select__selected-text{min-width:100px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__select .mdc-select__selected-text{min-width:140px}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__select .mdc-select__native-control{appearance:none;background:none;font-size:14px;height:48px !important;padding-bottom:0;padding-top:0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__select .mdc-select__native-control{height:30px !important;min-height:30px}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__select .mdc-select__dropdown-icon{bottom:auto;top:50%;transform:translateY(-50%)}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--manage{flex:1 1 45%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--manage{align-items:center;display:flex;flex:0 0 30%}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--manage .googlesitekit-dashboard-sharing-settings__note{align-items:flex-end;display:flex;flex-wrap:wrap;font-size:12px;letter-spacing:.2px;line-height:1.33}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--manage .googlesitekit-dashboard-sharing-settings__note span:not(.googlesitekit-dashboard-sharing-settings__tooltip-icon){width:100%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--manage .googlesitekit-dashboard-sharing-settings__note span:not(.googlesitekit-dashboard-sharing-settings__tooltip-icon){margin-right:4px;width:auto}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--manage .googlesitekit-dashboard-sharing-settings__note svg{fill:#757575}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__column--manage .googlesitekit-dashboard-sharing-settings__tooltip-icon{display:block;height:18px;line-height:1;margin:0 0 0 4px}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__footer{display:flex;flex-basis:100%;flex-direction:column;gap:24px;width:100%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__footer{align-items:center;display:flex;flex-direction:row;gap:32px;justify-content:flex-end;width:auto}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__footer-notice{margin:-0.625rem 0}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__footer-notice{padding:16px 16px 0}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__footer-actions{align-items:center;display:flex;flex:1;flex-direction:row;gap:32px;justify-content:flex-end}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__footer-actions{box-shadow:0 -1px 4px 2px rgba(60,64,67,.15);padding:16px}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings__footer-actions-right{align-items:center;display:flex;flex:1;flex-direction:row;gap:32px;grid-gap:32px;justify-content:flex-end}.googlesitekit-plugin p.googlesitekit-dashboard-sharing-settings__notice{background-color:#cbd0d3;border-radius:8px;color:#161b18;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0;padding:12px 24px;width:100%}@media(min-width: 600px){.googlesitekit-plugin p.googlesitekit-dashboard-sharing-settings__notice{padding:8px}}.googlesitekit-plugin p.googlesitekit-dashboard-sharing-settings__notice:empty{display:none}.googlesitekit-plugin .googlesitekit-user-role-select__chipset{display:flex;flex-wrap:wrap;gap:8px;padding:0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-user-role-select__chipset{flex:1;gap:10px}}.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings--has-multiple-admins .googlesitekit-dashboard-sharing-settings__column--product{align-items:flex-start;flex-basis:25%;flex-direction:column;max-width:25%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-dashboard-sharing-settings--has-multiple-admins .googlesitekit-dashboard-sharing-settings__column--product{align-items:center;flex-direction:row;max-width:none}}.googlesitekit-plugin .googlesitekit-side-sheet{background-color:#fff;bottom:0;overflow:hidden;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .5s;width:100%;z-index:10000}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-side-sheet{width:530px}}body.admin-bar .googlesitekit-plugin .googlesitekit-side-sheet{top:46px}@media(min-width: 783px){body.admin-bar .googlesitekit-plugin .googlesitekit-side-sheet{top:32px}}.googlesitekit-plugin .googlesitekit-side-sheet--open{transform:translateX(0)}.googlesitekit-plugin .googlesitekit-side-sheet-overlay{background-color:rgba(0,0,0,.6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9990}body.googlesitekit-side-sheet-scroll-lock{overflow:hidden}.googlesitekit-source-link{color:#6c726e;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1}.googlesitekit-plugin .googlesitekit-stepper{list-style:none;margin:0;padding:0}.googlesitekit-plugin .googlesitekit-stepper__step{gap:10px;margin:0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-stepper__step{display:flex}}.googlesitekit-plugin .googlesitekit-stepper__step-progress{display:flex;flex-direction:column}.googlesitekit-plugin .googlesitekit-stepper__step-number{align-items:center;background-color:#161b18;border-radius:12px;color:#fff;display:flex;font-size:12px;height:24px;justify-content:center;width:24px}.googlesitekit-plugin .googlesitekit-stepper__step-progress-line{background-color:#cbd0d3;display:none;flex:1;height:100%;margin:5px auto;min-height:30px;width:1px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-stepper__step-progress-line{display:block}}.googlesitekit-plugin .googlesitekit-stepper__step-title{align-items:center;color:#161b18;display:flex;height:24px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-stepper__step-title{margin:0}}.googlesitekit-plugin .googlesitekit-stepper__step-content-container{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease-in-out;visibility:hidden}.googlesitekit-plugin .googlesitekit-stepper__step-content{overflow:hidden}.googlesitekit-plugin .googlesitekit-stepper__step--upcoming .googlesitekit-stepper__step-number{background-color:#6c726e}.googlesitekit-plugin .googlesitekit-stepper__step--upcoming .googlesitekit-stepper__step-title{color:#6c726e}.googlesitekit-plugin .googlesitekit-stepper__step--active .googlesitekit-stepper__step-content-container{grid-template-rows:1fr;margin-bottom:24px;visibility:visible}.googlesitekit-plugin .googlesitekit-stepper__step--completed .googlesitekit-stepper__step-number{color:#fff}.googlesitekit-plugin .googlesitekit-stepper__step--completed .googlesitekit-stepper__step-number svg{height:10px;width:10px}.googlesitekit-plugin .googlesitekit-stepper__step:last-child .googlesitekit-stepper__step-content-container{margin-bottom:0}.googlesitekit-plugin .googlesitekit-tab-bar__settings{margin:0 -16px;width:calc(100% + (16px * 2))}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-tab-bar__settings{margin:0;width:100%}}.googlesitekit-plugin .googlesitekit-tab-bar__settings .mdc-tab-scroller__scroll-content{gap:1px}.googlesitekit-plugin .googlesitekit-tab-bar__settings .mdc-tab{background-color:#fff;color:#161b18;font-size:14px;font-weight:500;letter-spacing:.25px;line-height:1}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-tab-bar__settings .mdc-tab:first-child{border-radius:16px 0 0 16px;overflow:hidden}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-tab-bar__settings .mdc-tab:last-child{border-radius:0 16px 16px 0;overflow:hidden}}.googlesitekit-plugin .googlesitekit-tab-bar__settings .mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .googlesitekit-tab-bar__settings .mdc-ripple-upgraded--background-focused::after{background-color:#fff}.googlesitekit-plugin .googlesitekit-tab-bar__settings .mdc-tab__text-label{color:#161b18;opacity:1}.googlesitekit-plugin .googlesitekit-tab-bar--start-aligned-high-contrast{border-bottom:1px solid #ebeef0}.googlesitekit-plugin .googlesitekit-tab-bar--start-aligned-high-contrast .mdc-tab-scroller__scroll-content .mdc-tab{flex:none;height:56px}.googlesitekit-plugin .googlesitekit-tab-bar--start-aligned-high-contrast .mdc-tab-scroller__scroll-content .mdc-tab .mdc-tab__content{color:#161b18;font-size:12px;font-weight:500;letter-spacing:-0.1px;line-height:1.33;padding-top:2px}.googlesitekit-plugin .googlesitekit-tab-bar--start-aligned-high-contrast .mdc-tab-scroller__scroll-content .mdc-tab.mdc-tab--active .mdc-tab__content{color:#3c7251}.googlesitekit-plugin .googlesitekit-tab-bar--start-aligned-high-contrast .mdc-tab-indicator>.mdc-tab-indicator__content--underline{height:3px}.googlesitekit-table{counter-reset:table;font-size:14px;letter-spacing:.25px;padding:16px;position:relative}@media(min-width: 960px){.googlesitekit-table{padding:24px}}.googlesitekit-alltraffic-widget .googlesitekit-table,.googlesitekit-wp-dashboard .googlesitekit-table{padding:0}.googlesitekit-table .googlesitekit-table__wrapper{border-collapse:collapse;table-layout:fixed;width:100%}.googlesitekit-table .googlesitekit-table__wrapper--tabbed-layout{table-layout:auto}.googlesitekit-table .googlesitekit-table__head-row{border-bottom:1px solid #ebeef0}.googlesitekit-table .googlesitekit-table__head-item{color:#161b18;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;hyphens:auto;line-height:1.25;outline:0;padding:0 4px 8px 4px;position:relative;text-align:right;-webkit-text-decoration:none;text-decoration:none;white-space:normal}@media(min-width: 600px){.googlesitekit-table .googlesitekit-table__head-item{padding:0 8px 8px 8px}}@media(min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item{padding:0 12px 12px 12px}}.googlesitekit-table .googlesitekit-table__head-item:first-child{padding-left:0;text-align:left}.googlesitekit-table .googlesitekit-table__head-item:last-child{padding-right:0}.googlesitekit-widget--with-header .googlesitekit-table .googlesitekit-table__head-item{font-size:14px;line-height:1.14}.googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__head-item:last-child{padding-right:0}@media(min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item[data-tooltip]::before{background:rgba(0,0,0,.7);border-radius:3px;color:#fff;content:attr(data-tooltip);display:none;font-size:12px;letter-spacing:.2px;max-width:250px;opacity:0;padding:calc(16px / 2) 24px;pointer-events:none;position:absolute;right:0;text-align:center;top:100%;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden}}@media(min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item:first-child[data-tooltip]::before{left:0}}.googlesitekit-table .googlesitekit-table__head-item--primary{width:50%}.googlesitekit-table .googlesitekit-table__wrapper--2-col .googlesitekit-table__head-item--primary{width:75%}.googlesitekit-table .googlesitekit-table__body{color:#161b18;font-weight:400}.googlesitekit-table .googlesitekit-table__body-row{border-bottom:1px solid #ebeef0}.googlesitekit-table .googlesitekit-table__body-row--no-data td{white-space:normal}.googlesitekit-table .googlesitekit-table__body-item{padding:8px 4px;text-align:right}@media(min-width: 600px){.googlesitekit-table .googlesitekit-table__body-item{padding:8px}}@media(min-width: 960px){.googlesitekit-table .googlesitekit-table__body-item{padding:12px}}.googlesitekit-table .googlesitekit-table__body-item:first-child{padding-left:0;text-align:left}.googlesitekit-table .googlesitekit-table__body-item:last-child{padding-right:0}.googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart{display:none}@media(min-width: 600px){.googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart{display:block}}.googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__body-item:last-child{padding-right:0}@media(max-width: 600px){.googlesitekit-table .googlesitekit-table__body-item-content .googlesitekit-cta-link,.googlesitekit-table .googlesitekit-table__body-item-content>span{display:block;overflow:hidden;text-overflow:ellipsis}}.googlesitekit-wp-dashboard .googlesitekit-table .googlesitekit-table__body-item-link{background-image:none}.googlesitekit-table .googlesitekit-table__body-item-url{background-image:none;display:block;font-size:12px;letter-spacing:.2px;word-break:break-word}.googlesitekit-table .googlesitekit-table__body-item-chart-wrap{align-items:center;display:flex;justify-content:flex-end}.googlesitekit-table .googlesitekit-table__source{margin-top:16px}@media(min-width: 960px){.googlesitekit-table .googlesitekit-table__source{margin-top:24px}}.googlesitekit-table--with-list .googlesitekit-table__body-row{transition:background-color .2s ease-in-out}.googlesitekit-table--with-list .googlesitekit-table__body-row:last-child{border-bottom:0}.googlesitekit-table--with-list .googlesitekit-table__body-row:hover{background-color:rgba(22,27,24,.08)}.googlesitekit-table--with-list .googlesitekit-table__body-row--no-data:hover{background-color:transparent}.googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content{margin-left:24px;position:relative}.googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content::before{content:counter(table) ".";counter-increment:table;left:-24px;position:absolute}.googlesitekit-table--gathering-data{padding-bottom:0}.googlesitekit-table-overflow{position:relative}@media(max-width: 600px){.googlesitekit-table-overflow::after{background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);bottom:0;content:"";display:block;pointer-events:none;position:absolute;right:0;top:0;transition:all .2s ease-in-out;width:0}}.googlesitekit-table-overflow .googlesitekit-table-overflow__container{overflow-x:auto;white-space:nowrap}@media(min-width: 600px){.googlesitekit-table-overflow .googlesitekit-table-overflow__container{overflow-x:visible;white-space:normal}}@media(max-width: 600px){.googlesitekit-table-overflow--gradient::after{width:15%}}.googlesitekit-plugin .googlesitekit-text-field-icon--warning,.googlesitekit-plugin .googlesitekit-text-field-icon--error{align-items:center;border-radius:50%;display:flex;height:22px;justify-content:center;width:22px}.googlesitekit-plugin .googlesitekit-text-field-icon--warning svg,.googlesitekit-plugin .googlesitekit-text-field-icon--error svg{color:#fff;margin-bottom:3px}.googlesitekit-plugin .googlesitekit-text-field-icon--warning{background-color:#895a00}.googlesitekit-plugin .googlesitekit-text-field-icon--error{background-color:#ac4220}.googlesitekit-tooltip-popper.MuiTooltip-popper{z-index:99999}.googlesitekit-tooltip.MuiTooltip-tooltip{background-color:#161b18;border-radius:32px;color:#ebeef0;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;padding:14.5px 19px}.googlesitekit-tooltip .MuiTooltip-arrow{color:#161b18}.googlesitekit--has-visible-tooltip #adminmenuwrap{z-index:10}.googlesitekit-plugin .googlesitekit-analytics-usesnippet p,.googlesitekit-plugin .googlesitekit-tagmanager-usesnippet p{font-size:12px;letter-spacing:.2px}.googlesitekit-plugin .googlesitekit-header .googlesitekit-user-selector{margin-right:-4px}@media(max-width: 783px){.googlesitekit-plugin .googlesitekit-header .googlesitekit-user-selector .mdc-button__label{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}}@media(max-width: 783px){.googlesitekit-plugin .googlesitekit-header .googlesitekit-user-selector .mdc-button__icon{margin-right:0}}.googlesitekit-plugin .googlesitekit-header .googlesitekit-user-selector button{padding:4px}.googlesitekit-plugin .googlesitekit-user-menu{background-color:#f3f5f7;border-radius:24px;max-width:335px;width:calc(100vw - 32px)}.googlesitekit-plugin .googlesitekit-user-menu .mdc-list{padding-bottom:0}.googlesitekit-plugin .googlesitekit-user-menu li{margin:0;padding:0 8px}.googlesitekit-plugin .googlesitekit-user-menu .mdc-list-item,.googlesitekit-plugin .googlesitekit-user-menu .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-user-menu .googlesitekit-view-only-menu__list-item{padding:0 7.16% 0 14.33%}.googlesitekit-plugin .googlesitekit-user-menu .mdc-list-item:hover,.googlesitekit-plugin .googlesitekit-user-menu .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item:hover,.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-user-menu .googlesitekit-view-only-menu__list-item:hover{background-color:unset;color:rgba(0,0,0,.87)}.googlesitekit-plugin .googlesitekit-user-menu .mdc-list-item:hover::before,.googlesitekit-plugin .googlesitekit-user-menu .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item:hover::before,.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-user-menu .googlesitekit-view-only-menu__list-item:hover::before{background-color:rgba(22,27,24,.08);opacity:1;transition:none}.googlesitekit-plugin .googlesitekit-user-menu__item{align-items:center;column-gap:30px;display:flex;width:100%}.googlesitekit-plugin .googlesitekit-user-menu__item-icon{display:flex}.googlesitekit-plugin .googlesitekit-user-menu__item-label{color:#161b18;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.googlesitekit-plugin .googlesitekit-user-menu__details{align-items:center;background-color:#fff;border-radius:24px;column-gap:14px;display:flex;padding:16px;width:100%}.googlesitekit-plugin .googlesitekit-user-menu__details-avatar{border:1px solid rgba(32,33,36,.13);border-radius:50%;height:64px;width:64px}.googlesitekit-plugin .googlesitekit-user-menu__details-info{overflow:hidden}.googlesitekit-plugin .googlesitekit-user-menu__details-info p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.googlesitekit-plugin .googlesitekit-user-menu__details-info__name{color:#161b18;font-weight:500;line-height:1.43}.googlesitekit-plugin .googlesitekit-user-menu__details-info__email{color:#6c726e;font-size:12px;line-height:1.33}.googlesitekit-plugin .googlesitekit-view-only-menu h4{font-size:16px;letter-spacing:.5px;margin:15px 0}.googlesitekit-plugin .googlesitekit-view-only-menu p{color:#161b18;font-size:14px;letter-spacing:.25px}.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-button--dropdown .mdc-button__icon{margin-right:0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-button--dropdown .mdc-button__icon{height:16px;margin-right:8px;width:16px}}.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-button--dropdown .mdc-button__icon--image{height:inherit;width:inherit}.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-menu{width:320px}.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-list-divider{margin:8px 32px 4px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item{display:block;height:auto;padding:0 32px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__list-item:last-child{margin-bottom:5px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__description p{margin-bottom:8px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__description .mdc-button{margin:6px 0 9px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__service{display:flex;gap:8px;margin-bottom:10px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__service svg{padding:2px;width:24px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__service--icon{flex:0 0 24px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting{padding:0;transition:background-color .3s}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting:hover{background-color:rgba(22,27,24,.08)}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting-item{display:flex;gap:8px;margin-bottom:0}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting-item .mdc-button{color:#161b18;justify-content:flex-start;padding:0 32px;width:100%}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting-item .mdc-button:hover{background:transparent}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting-item .mdc-button::after,.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting-item .mdc-button::before{background-color:transparent}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting-item .mdc-button.mdc-ripple-upgraded--background-focused{background-color:transparent}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting-item svg{padding:2px;width:24px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting-item--icon{align-items:center;display:flex;flex:0 0 24px;justify-content:center;margin-right:7px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__email-reporting-item--name{font-size:14px;letter-spacing:.25px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__service--name{font-size:14px;letter-spacing:.25px}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__service--owner{color:#161b18;flex:1;font-size:12px;letter-spacing:.2px;margin-left:auto;overflow:hidden;text-overflow:ellipsis}.googlesitekit-plugin .googlesitekit-view-only-menu .googlesitekit-view-only-menu__service--standard-item{margin-top:15px}.googlesitekit-plugin .googlesitekit-view-only-menu--user-can-authenticate .googlesitekit-view-only-menu__service--name{flex:0 0 100px;margin-right:8px}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--display{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--display.googlesitekit-typography--small{font-size:38px;font-weight:400;letter-spacing:0;line-height:1.158}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--display.googlesitekit-typography--medium{font-size:46px;font-weight:400;letter-spacing:0;line-height:1.13}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--display.googlesitekit-typography--large{font-size:58px;font-weight:400;letter-spacing:-0.25px;line-height:1.1}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--headline{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--headline.googlesitekit-typography--small{font-size:22px;font-weight:400;letter-spacing:0;line-height:1.27}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--headline.googlesitekit-typography--medium{font-size:28px;font-weight:400;letter-spacing:0;line-height:1.286}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--headline.googlesitekit-typography--large{font-size:32px;font-weight:400;letter-spacing:0;line-height:1.25}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--title{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--title.googlesitekit-typography--small{font-size:14px;font-weight:500;letter-spacing:-0.1px;line-height:1.14}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--title.googlesitekit-typography--medium{font-size:16px;font-weight:500;letter-spacing:0.1px;line-height:1.25}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--title.googlesitekit-typography--large{font-size:18px;font-weight:500;letter-spacing:0;line-height:1.33}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--body{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--body.googlesitekit-typography--small{font-size:12px;font-weight:400;letter-spacing:0.2px;line-height:1.33}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--body.googlesitekit-typography--medium{font-size:14px;font-weight:400;letter-spacing:0.25px;line-height:1.43}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--body.googlesitekit-typography--large{font-size:16px;font-weight:400;letter-spacing:0.5px;line-height:1.5}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--label{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--label.googlesitekit-typography--small{font-size:12px;font-weight:500;letter-spacing:0.2px;line-height:1.33}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--label.googlesitekit-typography--medium{font-size:14px;font-weight:500;letter-spacing:0;line-height:1.43}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-typography--label.googlesitekit-typography--large{font-size:16px;font-weight:500;letter-spacing:0;line-height:1.5}.googlesitekit-plugin .googlesitekit-typography--body+.googlesitekit-typography--body{margin-top:0}.googlesitekit-signin-box{background-color:#fff;border-color:#b8bdb9;display:block;margin:20px auto;padding:20px;text-align:center}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__chart-zero-data{align-items:center;display:flex;justify-content:center;min-height:368px}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__chart-zero-data>svg{color:#cbd0d3;height:300px;width:300px}.googlesitekit-plugin .googlesitekit-adsense-site-stats .google-visualization-tooltip,.googlesitekit-plugin .googlesitekit-analytics-site-stats .google-visualization-tooltip,.googlesitekit-plugin .googlesitekit-search-console-site-stats .google-visualization-tooltip,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .google-visualization-tooltip,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .google-visualization-tooltip{border-color:#b8bdb9;border-radius:8px;box-shadow:none;height:auto !important;width:auto !important;z-index:8}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip{padding:0 1em}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip em,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip em,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip em,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip em,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip em{font-style:normal;font-weight:700}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip strong,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip strong,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip strong,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip strong,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip strong{color:#000;margin:0 .25em 0 1em}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip p,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip p,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip p,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip p,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip p{font-size:14px;letter-spacing:.25px}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip svg,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip svg,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip svg,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip svg,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip svg{margin-right:.25em}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip--up em,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip--up em,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip--up em,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip--up em,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip--up em{color:#46732b}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip--down em,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip--down em,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip--down em,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip--down em,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip--down em{color:#ac4220}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip-others em,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip-others em,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip-others em,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip-others em,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip-others em{display:none}.googlesitekit-dashboard-module-header{margin:0 0 -5px}@media(min-width: 960px){.googlesitekit-dashboard-module-header{margin-bottom:-10px}}.googlesitekit-dashboard-module-header .googlesitekit-dashboard-module-header__title{color:#5f6561;margin:0}.googlesitekit-dashboard-module-header .googlesitekit-dashboard-module-header__description{font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-dashboard-module-header .googlesitekit-dashboard-module-header__time{font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-entity-dashboard .googlesitekit-entity-dashboard__heading{margin:10px 0 0}@media(min-width: 961px){.googlesitekit-entity-dashboard .googlesitekit-entity-dashboard__entity-header{margin-top:var(--mdc-layout-grid-gutter-desktop, 24px)}}@media(min-width: 601px)and (max-width: 960px){.googlesitekit-entity-dashboard .googlesitekit-entity-dashboard__entity-header{margin-top:var(--mdc-layout-grid-gutter-tablet, 16px)}}@media(max-width: 600px){.googlesitekit-entity-dashboard .googlesitekit-entity-dashboard__entity-header{margin-top:var(--mdc-layout-grid-gutter-phone, 16px)}}.googlesitekit-entity-dashboard .googlesitekit-entity-dashboard__title{margin:0 0 10px}.googlesitekit-plugin .googlesitekit-lean-cta-banner{display:flex;flex-direction:column}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-lean-cta-banner{align-items:center;flex:1;flex-direction:row;padding-inline:36px}}.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__body{display:flex;flex-direction:column;padding-block:20px;padding-inline:16px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__body{align-items:center;flex-direction:row;padding-inline:24px}}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__body{flex:0 1 auto;margin-right:24px;padding:0}}.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__body .googlesitekit-lean-cta-banner__body-icon{display:flex;margin-bottom:6px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__body .googlesitekit-lean-cta-banner__body-icon{justify-content:right;margin-bottom:0}}.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__body .googlesitekit-lean-cta-banner__body-content p{margin:0 0 4px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__body .googlesitekit-lean-cta-banner__body-content{margin-left:20px}}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__body .googlesitekit-lean-cta-banner__body-content{margin-left:24px}}.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__graphic{display:flex;justify-content:center;padding-inline:24px}.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__graphic svg{max-height:128px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__graphic{padding-inline:0}.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__graphic svg{height:150px;max-height:unset}}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-lean-cta-banner .googlesitekit-lean-cta-banner__graphic{flex:1 1 auto}}.googlesitekit-pagespeed-widget .googlesitekit-cta-link{white-space:nowrap}.googlesitekit-pagespeed-widget .googlesitekit-table{border-spacing:0;padding:0;width:100%}.googlesitekit-pagespeed-widget .googlesitekit-table thead{display:none}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__content-wrapper{position:relative}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__header{align-items:flex-end;border-bottom:1px solid #ebeef0;border-radius:16px 16px 0 0;display:flex;justify-content:space-between}@media(max-width: 599px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__header{align-items:center;flex-direction:column-reverse;justify-content:flex-end}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__data-src-tabs button.mdc-tab{margin:0 10px;text-transform:none}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__data-src-tabs button.mdc-tab .mdc-tab-indicator__content--underline{border-top-left-radius:3px;border-top-right-radius:3px;height:3px}@media(max-width: 449px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__data-src-tabs button.mdc-tab{margin:0 6px;padding:0 6px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__device-size-tab-bar-wrapper{padding:12px;width:auto}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics--field-data-unavailable{align-items:center;display:flex;height:auto;justify-content:center;padding:16px}@media(min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics--field-data-unavailable{min-height:285px;padding:24px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content{display:flex;flex-direction:column;justify-content:flex-start;max-width:600px;width:75%}@media(max-width: 599px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content{width:100%}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content h3{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;line-height:1.33;margin:0 0 .25rem}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content p{font-size:14px;letter-spacing:.25px;line-height:1.43;margin:.25rem 0}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content a{margin:0}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__footer{border-top:1px solid #ebeef0;gap:16px;justify-content:flex-end;padding-top:0}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__footer button.googlesitekit-cta-link{color:#6c726e}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__footer--with-action{justify-content:space-between}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row,.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__footer{align-items:center;display:flex;padding:18px 16px}@media(min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row,.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__footer{padding:18px 24px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row p,.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__footer p{color:#6c726e;letter-spacing:.25px}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row{gap:24px;justify-content:space-between}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row .googlesitekit-error-text p{color:#ac4220}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--first{padding:12px 16px 8px 16px}@media(min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--first{padding:18px 24px 12px 24px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--single-item{flex-direction:row-reverse}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--last{padding:8px 16px 12px 16px}@media(min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--last{padding:12px 24px 18px 24px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--hidden{visibility:hidden}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--error{align-items:flex-start;flex-direction:column;padding:12px 16px 8px 16px}@media(min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--error{padding:18px 24px 12px 24px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed--recommendations{box-shadow:inset 0 1px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;padding:16px 16px 0}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed--recommendations .googlesitekit-pagespeed-recommendations__title{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;letter-spacing:.1px;line-height:1.25}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed--recommendations .googlesitekit-accordion{border-top-left-radius:16px;border-top-right-radius:16px;color:#000}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed--recommendations .googlesitekit-accordion+.googlesitekit-accordion{border-radius:0}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed--recommendations .googlesitekit-accordion:last-of-type{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed--recommendations .googlesitekit-pagespeed-recommendations__title,.googlesitekit-pagespeed-widget .googlesitekit-pagespeed--recommendations .googlesitekit-accordion:last-child{margin-bottom:16px}@media(min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed--recommendations{padding:24px 24px 0}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed--recommendations .googlesitekit-pagespeed-recommendations__title,.googlesitekit-pagespeed-widget .googlesitekit-pagespeed--recommendations .googlesitekit-accordion:last-child{margin-bottom:24px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed__recommendations-cta--hidden{visibility:hidden}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed__zero-recommendations{display:flex;justify-content:center}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed__zero-recommendations svg{max-height:150px}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__content-wrapper--loading .googlesitekit-pagespeed-widget__data-src-tabs{display:flex;gap:12px}@media(min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__content-wrapper--loading .googlesitekit-pagespeed-widget__data-src-tabs{gap:20px;padding-left:24px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__content-wrapper--loading .googlesitekit-pagespeed-widget__device-size-tab-bar-wrapper{display:flex;padding-right:24px}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__content-wrapper--loading .googlesitekit-pagespeed-widget__values .googlesitekit-preview-block{padding:18px 16px}@media(min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__content-wrapper--loading .googlesitekit-pagespeed-widget__values .googlesitekit-preview-block{padding:18px 24px}}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value-container{align-items:flex-end;display:flex;flex-direction:column;font-size:14px;justify-content:center;letter-spacing:.25px;line-height:1.43;text-align:right}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__display-value,.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__rating{width:auto}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__display-value{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25;white-space:nowrap}.googlesitekit-pagespeed-report-metric--fast{color:#46732b}.googlesitekit-pagespeed-report-metric--average{color:#895a00}.googlesitekit-pagespeed-report-metric--slow{color:#ac4220}.googlesitekit-pagespeed-report-metric__title{align-items:center;color:#161b18;column-gap:8px;display:flex;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;letter-spacing:.1px;line-height:1.25}.googlesitekit-pagespeed-report-metric__title .googlesitekit-info-tooltip{display:inline-flex}.googlesitekit-pagespeed-report-metric__badge{margin-left:6px;vertical-align:bottom}.googlesitekit-pagespeed-report-metric__hint-text{color:#6c726e;letter-spacing:.25px;line-height:1.5;margin-top:.5em}.googlesitekit-pagespeed-report__row--unavailable .googlesitekit-pagespeed-report-metric__title,.googlesitekit-pagespeed-report__row--unavailable .googlesitekit-pagespeed-report-metric__description,.googlesitekit-pagespeed-report__row--unavailable .googlesitekit-pagespeed-report-metric-value{color:#999f9b}.googlesitekit-subtle-notification{align-items:flex-start;background-color:#b8e5ca;border-radius:16px;color:#265c3b;display:flex;flex-direction:column;gap:10px;padding:14px 16px}@media(min-width: 600px){.googlesitekit-subtle-notification{align-items:center;flex-direction:row;gap:16px;padding:14px 24px}}.googlesitekit-subtle-notification .googlesitekit-subtle-notification__icon{display:flex}.googlesitekit-subtle-notification .googlesitekit-subtle-notification__content{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:1.33}@media(min-width: 600px){.googlesitekit-subtle-notification .googlesitekit-subtle-notification__content{flex:1;font-size:18px}}.googlesitekit-subtle-notification .googlesitekit-subtle-notification__content p{margin:0 0 10px}@media(min-width: 600px){.googlesitekit-subtle-notification .googlesitekit-subtle-notification__content p{margin:0}}.googlesitekit-subtle-notification .googlesitekit-subtle-notification__content p>a{color:inherit;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-subtle-notification .mdc-button{margin:0 auto;min-height:32px;padding:6px 16px}.googlesitekit-subtle-notification .mdc-button.mdc-button--tertiary:not(:disabled){color:#265c3b}@media(min-width: 600px){.googlesitekit-subtle-notification .mdc-button{margin:0}}.googlesitekit-subtle-notification .mdc-button.mdc-button--raised{padding:6px 16px}.googlesitekit-subtle-notification .googlesitekit-subtle-notification__action{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:end;width:100%}@media(min-width: 600px){.googlesitekit-subtle-notification .googlesitekit-subtle-notification__action{justify-content:initial;width:initial}}.googlesitekit-subtle-notification .googlesitekit-subtle-notification__action .mdc-button{margin:0}.googlesitekit-subtle-notification p.googlesitekit-subtle-notification__secondary_description{font-weight:400}.googlesitekit-subtle-notification .googlesitekit-subtle-notification__cta:not(.googlesitekit-subtle-notification__cta--spinner__running) svg{margin-inline-start:6px}.googlesitekit-subtle-notification .googlesitekit-subtle-notification__cta.googlesitekit-subtle-notification__cta--spinner__running .mdc-button__label{margin-left:3px}.googlesitekit-wizard{padding-top:10px}@media(min-width: 600px){.googlesitekit-wizard{padding-left:10px;padding-right:10px}}.googlesitekit-wizard .googlesitekit-opt-in{margin-bottom:8px;margin-top:8px}.googlesitekit-wizard .googlesitekit-wizard__asterisk{color:#ac4220}.googlesitekit-wizard .googlesitekit-wizard__asterisk--space{margin-left:3px}.googlesitekit-wizard .googlesitekit-wizard__error-text{color:#ac4220;font-weight:500}.googlesitekit-wizard-auth{border-bottom:1px solid #ebeef0;display:flex;padding-bottom:40px}.googlesitekit-wizard-auth .googlesitekit-wizard-auth__image{border-radius:50%;display:block;flex:0 0 auto;height:32px;margin-right:16px;width:32px}@media(min-width: 600px){.googlesitekit-wizard-auth .googlesitekit-wizard-auth__image{height:64px;width:64px}}@media(min-width: 960px){.googlesitekit-wizard-auth .googlesitekit-wizard-auth__image{margin-right:24px}}.googlesitekit-wizard-auth .googlesitekit-wizard-auth__title{margin:0 0 10px}.googlesitekit-wizard-auth .googlesitekit-wizard-auth__text{margin:0}.googlesitekit-wizard-component .googlesitekit-wizard-component__title{display:inline-block;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 10px}.googlesitekit-wizard-component .googlesitekit-wizard-component__logo{display:inline-block;margin:0 16px 8px 0;vertical-align:bottom}.googlesitekit-wizard-component .googlesitekit-wizard-component__logo img{display:block}.googlesitekit-wizard-component .googlesitekit-wizard-component__description{margin:0 0 17px 0}@media(min-width: 960px){.googlesitekit-wizard-component .googlesitekit-wizard-component__description{margin:0 0 29px 0}}.googlesitekit-wizard-component .googlesitekit-wizard-component__inputs{align-items:center;display:flex;flex-wrap:wrap;margin:0}.googlesitekit-wizard-component .googlesitekit-wizard-component__inputs>div{margin:16px 16px 16px 0}@media(min-width: 960px){.googlesitekit-wizard-component .googlesitekit-wizard-component__inputs>div{margin:24px 24px 24px 0}}.googlesitekit-wizard-component .googlesitekit-wizard-component__inputs--multiline{display:block}.googlesitekit-wizard-component .googlesitekit-wizard-component__inputs--multiline>div{margin:0;width:100%}.googlesitekit-wizard-component .googlesitekit-wizard-component__action{margin:24px 0 0 0}@media(min-width: 600px){.googlesitekit-wizard-component .googlesitekit-wizard-component__action{align-items:center;display:flex;justify-content:space-between}}@media(min-width: 960px){.googlesitekit-wizard-component .googlesitekit-wizard-component__action{margin:36px 0 0 0}}.googlesitekit-wizard-component .googlesitekit-wizard-component__skip{display:flex;flex:1 1 auto;justify-content:space-between;margin-top:16px}@media(min-width: 600px){.googlesitekit-wizard-component .googlesitekit-wizard-component__skip{margin-left:16px;margin-top:0}}@media(min-width: 960px){.googlesitekit-wizard-component .googlesitekit-wizard-component__skip{margin-left:24px}}.googlesitekit-wizard-component .googlesitekit-wizard-component__steps{font-size:12px;letter-spacing:.2px}.googlesitekit-wizard-component-nav{align-items:center;display:flex}.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__button{cursor:pointer}.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon{display:inline-block;opacity:.6}.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon:focus,.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon:active,.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon:hover{opacity:1}.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon--reverse{transform:rotate(180deg)}.googlesitekit-wizard-module{border:1px solid #ebeef0;height:100%;padding:16px;width:100%}@media(min-width: 960px){.googlesitekit-wizard-module{padding:24px}}.googlesitekit-wizard-module .googlesitekit-wizard-module__logo{align-items:flex-end;display:flex;height:36px}.googlesitekit-wizard-module .googlesitekit-wizard-module__logo img{display:block}.googlesitekit-wizard-module .googlesitekit-wizard-module__title{margin:15px 0 10px}.googlesitekit-wizard-module .googlesitekit-wizard-module__text{font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-wizard-module .googlesitekit-wizard-module__switch{float:right}.googlesitekit-wizard-module .googlesitekit-wizard-module__switch .spinner{margin-top:-5px}.googlesitekit-wizard-module .googlesitekit-wizard-module__cta{font-size:12px;letter-spacing:.2px}.googlesitekit-wizard-progress{background-color:#fff}@media(min-width: 600px){.googlesitekit-wizard-progress{padding-left:10px;padding-right:10px}}@media(min-width: 600px){.googlesitekit-wizard-progress{border-bottom:1px solid #ebeef0}}.googlesitekit-wizard-progress .googlesitekit-wizard-progress__subtitle{margin:10px 0 17px}.googlesitekit-wizard-progress .googlesitekit-wizard-progress__title{margin:0 0 10px}@media(min-width: 600px){.googlesitekit-wizard-progress .googlesitekit-wizard-progress__title{margin:0 0 30px}}.googlesitekit-wizard-progress .googlesitekit-wizard-progress__description{font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0 0 10px}@media(min-width: 600px){.googlesitekit-wizard-progress .googlesitekit-wizard-progress__description{margin:0 0 30px}}.googlesitekit-wizard-progress .googlesitekit-wizard-progress__steps{display:flex;padding:16px}@media(min-width: 960px){.googlesitekit-wizard-progress .googlesitekit-wizard-progress__steps{padding:24px 0 0 0}}.googlesitekit-plugin .googlesitekit-wizard-progress-step{display:none;flex:1;flex-wrap:nowrap;text-align:center}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-wizard-progress-step{display:block;margin-bottom:40px}}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-wrapper{position:relative}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-wrapper::before{position:absolute;top:50%;transform:translateY(-50%);background-color:#ebeef0;content:"";display:block;height:2px;left:-16px;right:-16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-wrapper::before{left:-24px;right:-24px}}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number{background-color:#ebeef0;border:15px solid #fff;border-radius:50%;color:#333935;font-size:14px;height:54px;letter-spacing:.25px;line-height:1.43;margin:0 auto;position:relative;width:54px;z-index:2}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--inprogress{background-color:#446199;color:#fff}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--warning{background-color:#895a00;color:#fff}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--warning svg{color:#fff}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--error{background-color:#ac4220;color:#fff}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--error svg{color:#fff}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--completed{background-color:#46732b;color:#fff}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--completed svg{color:#fff}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-text--warning,.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-text--error,.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-text--completed{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-icon{align-items:center;display:flex;height:100%;justify-content:center}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__text{color:#5f6561;font-size:14px;font-weight:500;letter-spacing:.25px;margin:0}.googlesitekit-plugin .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__text span{color:#ac4220;display:inline-block;margin-left:5px}.googlesitekit-plugin .googlesitekit-wizard-progress-step--current{display:block}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-wizard-progress-step--1 .googlesitekit-wizard-progress-step__number-wrapper::after,.googlesitekit-plugin .googlesitekit-wizard-progress-step--completeSetup .googlesitekit-wizard-progress-step__number-wrapper::after{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;content:"";display:block;height:4px}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-wizard-progress-step--1 .googlesitekit-wizard-progress-step__number-wrapper::after{left:-16px;right:50%}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-wizard-progress-step--1 .googlesitekit-wizard-progress-step__number-wrapper::after{left:-24px}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-wizard-progress-step--completeSetup .googlesitekit-wizard-progress-step__number-wrapper::after{left:50%;right:-16px}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-wizard-progress-step--completeSetup .googlesitekit-wizard-progress-step__number-wrapper::after{right:-24px}}.googlesitekit-wizard-step{background-color:#fff;overflow:hidden;padding-bottom:16px;padding-top:16px}@media(min-width: 600px){.googlesitekit-wizard-step{padding-left:10px;padding-right:10px}}@media(min-width: 960px){.googlesitekit-wizard-step{padding-bottom:24px;padding-top:24px}}.googlesitekit-wizard-step .googlesitekit-wizard-step__title{margin:0 0 10px}.googlesitekit-wizard-step .googlesitekit-wizard-step__text{margin:0}.googlesitekit-wizard-step .googlesitekit-wizard-step__subtitle{margin:16px 0 0 0}@media(min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__subtitle{margin-top:24px}}.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs{align-items:center;display:flex;flex-wrap:wrap;margin:0}.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs>div{margin:16px 16px 16px 0}@media(min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs>div{margin:24px 24px 24px 0}}.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs>.googlesitekit-setup-module__input{margin:1em 0}.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs--multiline{display:block}.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs--multiline>div{margin:0;width:100%}.googlesitekit-wizard-step .googlesitekit-wizard-step__action{margin-top:16px}@media(min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__action{margin-top:24px}}.googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:0}.googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify>*:first-child{margin-right:16px;margin-top:16px}@media(min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify>*:first-child{margin-right:24px;margin-top:24px}}.googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify>*:last-child{flex:0 0 auto;margin-top:16px}@media(min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify>*:last-child{margin-top:24px}}.googlesitekit-wizard-step .googlesitekit-wizard-step__back{margin-left:8px}.googlesitekit-plugin .googlesitekit-km-connect-ga4-cta .googlesitekit-banner__title{color:#ac4220}@media(max-width: 959px){.googlesitekit-plugin .googlesitekit-km-connect-ga4-cta .googlesitekit-banner__content{text-align:center}}.googlesitekit-plugin .googlesitekit-key-metrics-setup{padding:32px}.googlesitekit-plugin .googlesitekit-key-metrics-setup__description{color:#6c726e}@media(max-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .mdc-layout-grid__cell--span-2-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports(display: grid){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .mdc-layout-grid__cell--span-2-phone{width:auto;grid-column-end:span 4}}}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-header__title{align-items:center;display:flex}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-header__title .googlesitekit-new-badge{margin-left:12px}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__chip-item,.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items .mdc-tab{background-color:#ebeef0;color:#161b18;font-size:12px;font-weight:500;min-height:28px;padding:6px 14px;--mdc-ripple-fg-opacity: 0}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items{background:#fff;display:flex;flex-wrap:nowrap;gap:12px;left:0;margin:0 16px 15px;overflow:auto;position:sticky;top:0;white-space:nowrap;z-index:1}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items{flex-wrap:wrap;margin:0 25px 25px;overflow:hidden;white-space:unset}}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items .mdc-tab-scroller__scroll-content{gap:10px}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items .mdc-tab{height:unset;line-height:unset}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items .mdc-tab.mdc-tab--active{background-color:#b8e5ca}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items .mdc-tab .mdc-tab-indicator>.mdc-tab-indicator__content{display:none}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items .mdc-tab .mdc-tab__content{position:initial}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__chip-item{overflow:visible}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__chip-item svg{margin-right:7px}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__chip-item-new-dot{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:10px;justify-content:center;position:absolute;right:0;top:0;width:10px}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__chip-item-new-dot::after{background-color:#573195;border-radius:50%;content:"";display:block;height:6px;right:0;top:0;width:6px}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items-row{display:flex;flex-wrap:nowrap;gap:10px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items-row{flex-wrap:wrap}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items-row:last-child .googlesitekit-chip-tab-group__chip-item:nth-last-child(2),.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-items-row:last-child .googlesitekit-chip-tab-group__chip-item:last-child{padding:6px 23px}}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__chip-item--active{background-color:#b8e5ca}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__chip-item-svg__suggested path{fill:#161b18}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__chip-item-count{margin-left:3px}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-selection-panel-item{align-items:center}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-selection-panel-item .googlesitekit-badge{background-color:#573195;color:#fff;font-size:12px;line-height:1.33;margin-right:1px;padding:4px 8px}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-selection-panel-item .googlesitekit-selection-box{padding:0 4px 10px}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__graphic{align-items:center;display:flex;flex-direction:column;margin-top:10%}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__graphic svg{max-height:160px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__graphic svg{max-height:unset}}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-item-mobile-svg{margin-right:7px}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-item-mobile-svg svg{display:block}.googlesitekit-plugin .googlesitekit-chip-tab-group .googlesitekit-chip-tab-group__tab-item-mobile-svg.googlesitekit-chip-tab-group__tab-item-mobile-svg--suggested svg path{fill:#161b18}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-acr-km-selection-panel{width:578px}}.googlesitekit-plugin .googlesitekit-acr-km-selection-panel .googlesitekit-selection-panel-items{flex:1}.googlesitekit-plugin .googlesitekit-acr-km-selection-panel .googlesitekit-selection-panel-footer__actions{width:100%}.googlesitekit-plugin .googlesitekit-acr-km-selection-panel .googlesitekit-selection-panel-footer__actions .googlesitekit-selection-panel-footer__item-count{margin-right:auto;order:1}.googlesitekit-plugin .googlesitekit-acr-km-selection-panel .googlesitekit-selection-panel-footer__actions button{order:2}.googlesitekit-plugin .googlesitekit-km-selection-panel .googlesitekit-selection-panel-footer__actions{width:100%}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-km-selection-panel .googlesitekit-selection-panel-footer__actions{flex-wrap:wrap;justify-content:flex-end}}.googlesitekit-plugin .googlesitekit-km-selection-panel .googlesitekit-selection-panel-footer__actions .googlesitekit-selection-panel-footer__item-count{margin-right:auto;order:1}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-km-selection-panel .googlesitekit-selection-panel-footer__actions .googlesitekit-selection-panel-footer__item-count{order:1;text-align:left;width:100%}}.googlesitekit-plugin .googlesitekit-km-selection-panel .googlesitekit-selection-panel-footer__actions button{order:2}.googlesitekit-plugin .googlesitekit-acr-subtle-notification{padding:14px 24px}.googlesitekit-plugin .googlesitekit-widget--keyMetricsEventDetectionCalloutNotification .googlesitekit-widget__body,.googlesitekit-plugin .googlesitekit-widget--keyMetricsEventDetectionCalloutNotification .mdc-layout-grid{padding:0}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsEventDetectionCalloutNotification{background:transparent}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsEventDetectionCalloutNotification .googlesitekit-widget__body,.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsEventDetectionCalloutNotification .mdc-layout-grid,.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsEventDetectionCalloutNotification .mdc-layout-grid__inner{display:block}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsEventDetectionCalloutNotification .googlesitekit-widget__body .mdc-layout-grid{margin:0}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsEventDetectionCalloutNotification .googlesitekit-widget__body .mdc-layout-grid:nth-child(2){margin:15px 0 0}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsEventDetectionCalloutNotification .googlesitekit-acr-subtle-notification{display:flex}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsEventDetectionCalloutNotification .googlesitekit-cta-link{-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-plugin .googlesitekit-acr-subtle-notification__lost-events{background-color:#ffe4b1}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-acr-subtle-notification__lost-events{gap:10px}}.googlesitekit-plugin .googlesitekit-acr-subtle-notification__lost-events .mdc-button--raised:not(:disabled){background-color:#4e3300}.googlesitekit-plugin .googlesitekit-acr-subtle-notification__lost-events .googlesitekit-subtle-notification__content,.googlesitekit-plugin .googlesitekit-acr-subtle-notification__lost-events .mdc-button--tertiary:not(:disabled),.googlesitekit-plugin .googlesitekit-acr-subtle-notification__lost-events .googlesitekit-subtle-notification__icon svg{color:#4e3300}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change h2{font-size:28px}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change .mdc-dialog__content{margin-top:15px}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change .mdc-dialog__content h3{font-size:14px;font-weight:500;margin:0}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change ul.mdc-list.mdc-list--underlined li.mdc-list-item,.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change ul.mdc-list.mdc-list--underlined .googlesitekit-view-only-menu li.googlesitekit-view-only-menu__list-item,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change ul.mdc-list.mdc-list--underlined li.googlesitekit-view-only-menu__list-item{font-size:12px;min-height:auto;padding:4px 0}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change ul.mdc-list.mdc-list--underlined li.mdc-list-item::before,.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change ul.mdc-list.mdc-list--underlined .googlesitekit-view-only-menu li.googlesitekit-view-only-menu__list-item::before,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change ul.mdc-list.mdc-list--underlined li.googlesitekit-view-only-menu__list-item::before{display:none}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change ul.mdc-list.mdc-list--underlined li.mdc-list-item:last-child,.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change ul.mdc-list.mdc-list--underlined .googlesitekit-view-only-menu li.googlesitekit-view-only-menu__list-item:last-child,.googlesitekit-plugin .googlesitekit-view-only-menu .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change ul.mdc-list.mdc-list--underlined li.googlesitekit-view-only-menu__list-item:last-child{border:none}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change .mdc-dialog__actions{border-top:none}@media(max-width: 600px){.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change .mdc-dialog__actions button{width:100%}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-confirm-site-purpose-change .mdc-dialog__actions button:last-child{margin-top:5px}}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel{color:#6c726e}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-user-settings-selection__panel-content{display:flex;flex-direction:column;padding:16px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-user-settings-selection__panel-content{padding:24px}}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-selection-panel-header{padding:0 0 19px}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-selection-panel-header p{color:#6c726e}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-user-settings-selection__panel-description span{color:#161b18;display:block}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-selection-panel-subscribe-actions{display:flex;justify-content:flex-end;margin-top:30px}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-selection-panel-subscribe-actions .mdc-button--tertiary.googlesitekit-button-icon--spinner__running svg circle{stroke:#6c726e}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-selection-panel-footer{background:transparent;border-top:1px solid #ebeef0;margin-top:auto;padding:0}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-selection-panel-footer p{padding:16px 24px}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-selection-panel-footer .googlesitekit-notice{border-radius:0;margin-top:12px;padding:10px 24px;width:100%}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-selection-panel-footer .googlesitekit-notice p{font-size:12px;padding:0}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-selection-panel-footer__content{margin:0}.googlesitekit-plugin .googlesitekit-user-settings-selection-panel .googlesitekit-selection-panel-footer__content .googlesitekit-typography{margin:0}h3.googlesitekit-frequency-selector-title{color:#6c726e}.googlesitekit-frequency-selector{display:grid;gap:16px;grid-template-columns:repeat(3, minmax(0, 1fr))}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__card{background:#ebeef0;border-radius:8px;color:#161b18;cursor:pointer;padding:12px 16px}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__card:focus-visible{outline:medium auto currentColor;outline:medium auto invert;outline:5px auto -webkit-focus-ring-color}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__label-row{display:flex;justify-content:space-between;margin-bottom:4px}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__label-row .googlesitekit-frequency-selector__saved-indicator{background-color:#f3f5f7;border-radius:50%;height:24px;width:24px}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__label-row .googlesitekit-frequency-selector__saved-indicator svg{color:#999f9b;height:14px;margin:5px 0 0 5px;width:14px}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__period{border-bottom:1px solid #cbd0d3;padding-bottom:8px;padding-top:8px}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__description{padding-bottom:8px;padding-top:8px}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__card--selected{background:#b8e5ca}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__card--selected .googlesitekit-frequency-selector__label-row .googlesitekit-frequency-selector__saved-indicator{background-color:#d0fbe1}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__card--selected .googlesitekit-frequency-selector__label-row .googlesitekit-frequency-selector__saved-indicator svg{color:#5c9271}.googlesitekit-frequency-selector .googlesitekit-frequency-selector__card--selected .googlesitekit-frequency-selector__period{border-color:#93c9a8}.googlesitekit-plugin .googlesitekit-setup{padding-top:10px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-setup{padding-left:10px;padding-right:10px}}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-layout{overflow:hidden}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-opt-in{margin-bottom:8px;margin-top:8px}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__step{border-bottom:1px solid #ebeef0;margin-bottom:16px;padding-bottom:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__step{margin-bottom:24px;padding-bottom:24px}}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__title{display:inline-block;margin:.67em 0}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__notice{font-weight:500}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__description+.googlesitekit-setup__notice{margin-top:1em}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__notice-text{display:inline-block;margin-left:5px;vertical-align:middle}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__footer{border-top:1px solid #ebeef0}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__splash{border-bottom:1px solid #ebeef0;padding-left:10px;padding-right:10px}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__step-hint{display:flex;gap:4px;margin:13px 0 12px;padding:0 8px}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__step-hint p{color:#6c726e;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-plugin .googlesitekit-setup .googlesitekit-setup__step-hint .googlesitekit-info-tooltip{color:#108080;display:flex}.googlesitekit-plugin .googlesitekit-setup-compat{max-width:60rem}.googlesitekit-plugin .googlesitekit-start-setup-wrap{display:flex}.googlesitekit-plugin .googlesitekit-start-setup{margin-right:8px}.googlesitekit-plugin .googlesitekit-start-setup+.googlesitekit-cta-link{margin-left:8px}.googlesitekit-plugin .googlesitekit-setup__wrapper{background-color:#fff;border-radius:16px}.googlesitekit-plugin .googlesitekit-setup__wrapper .googlesitekit-setup__intro-title{color:#161b18;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.14;margin:0 0 17px}.googlesitekit-plugin .googlesitekit-setup__warning{align-items:center;display:flex}.googlesitekit-plugin .googlesitekit-setup__warning svg{color:#895a00;width:34px}.googlesitekit-plugin .googlesitekit-setup__warning div{flex:1;margin:0 0 0 24px}.googlesitekit-plugin .googlesitekit-setup__content{margin:0 auto;max-width:465px;padding:2rem 0}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-setup__content{max-width:none;padding:0}}.googlesitekit-plugin .googlesitekit-setup__content .googlesitekit-setup__description{margin:0}.googlesitekit-plugin .googlesitekit-setup__content .googlesitekit-opt-in{margin:2rem 0}.googlesitekit-plugin .googlesitekit-setup__icon{text-align:center}.googlesitekit-plugin .googlesitekit-setup__icon svg{height:auto;max-width:100%}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-setup__icon{align-self:center;order:2}}.googlesitekit-plugin .googlesitekit-setup-analytics-notice{background-color:#f8fafb;border-radius:16px;display:flex;flex-direction:column-reverse;margin:24px 0 0;padding:16px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-setup-analytics-notice{padding:24px}}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-setup-analytics-notice{align-items:center;flex-flow:row nowrap}}.googlesitekit-plugin .googlesitekit-setup-analytics-notice label{color:#333935;font-size:16px;letter-spacing:.5px;line-height:1.5;padding-top:8px}.googlesitekit-plugin .googlesitekit-setup-analytics-notice .mdc-form-field{align-items:flex-start}.googlesitekit-plugin .googlesitekit-setup-analytics-notice__icon{margin:0 0 24px}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-setup-analytics-notice__icon{margin:0;padding-left:24px}}.googlesitekit-plugin .googlesitekit-setup-analytics-notice__icon svg{display:block;margin:0 auto;max-width:378px;width:100%}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-setup-analytics-notice__icon svg{margin:0;width:378px}}.googlesitekit-tooltip.MuiTooltip-tooltip.googlesitekit-setup__step-hint-tooltip{max-width:220px}.googlesitekit-plugin .googlesitekit-splash{overflow:hidden}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-splash{padding-left:10px;padding-right:10px}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-splash{padding-bottom:0;padding-right:0}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-layout{overflow:hidden}.googlesitekit-plugin .googlesitekit-splash>.mdc-layout-grid{padding-bottom:0;padding-right:0}}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__title{color:#161b18}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__description{margin-top:24px}.googlesitekit-plugin .googlesitekit-splash .mdc-form-field{align-items:flex-start}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__analytics-opt-in-wrapper{margin-top:24px}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__analytics-opt-in-wrapper .mdc-checkbox{margin-top:-10px}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__analytics-opt-in-wrapper .mdc-checkbox__content{display:flex;flex-direction:column;gap:4px}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__analytics-opt-in-wrapper .mdc-checkbox__description{color:#6c726e;font-size:12px}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__analytics-opt-in-wrapper::after{background-color:#b8bdb9;content:"";display:block;height:1px;margin:24px 0}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__analytics-opt-in-wrapper .googlesitekit-splash__analytics-recommended-badge{background-color:#f1fff7;border-radius:4px;color:#3c7251;display:block;margin-top:14px;padding:4px 10px;width:fit-content}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-opt-in{margin-bottom:42px}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-opt-in label{color:#6c726e}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-opt-in label span{display:inline}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-opt-in .mdc-checkbox{margin-top:-13px}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__splash-graphic-background{position:absolute;right:0;z-index:10}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__splash-graphic-screenshot{height:100%;width:100%}@media(max-width: 960px){.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__splash-graphic-screenshot{max-height:230px}}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__splash-graphic-screenshot svg{margin:0 4%;position:relative;top:40px;z-index:11}@media(max-width: 960px){.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__splash-graphic-screenshot svg{left:0}}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__icon{position:relative}@media(max-width: 960px){.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__icon{align-items:content;display:flex;margin-bottom:24px;overflow:hidden}}@media(max-width: 960px){.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__content{padding-top:1rem}}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-splash .googlesitekit-setup__content{padding-bottom:24px}}.googlesitekit-plugin .googlesitekit-splash .googlesitekit-start-setup-wrap .mdc-button__label{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif}.googlesitekit-plugin .googlesitekit-setup-module{flex:1 1 auto}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__step{margin-bottom:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__step{margin-bottom:24px}}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__step:last-child{margin-bottom:0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__logo{display:inline-block;margin:0 16px 0 0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__logo img{display:block;height:auto;width:40px}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__title{display:inline-block;margin:0 0 10px;vertical-align:bottom}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__text--no-margin{margin:0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs+p{margin-top:0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__title+p{margin-bottom:0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__title+p~p{margin-bottom:0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__user{align-items:center;display:flex}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__user-image{border-radius:50%;height:32px;margin-right:10px;width:32px}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs{align-items:center;display:flex;flex-wrap:wrap;margin:0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs>div{margin:16px 16px 16px 0}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs>div{margin:24px 24px 24px 0}}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs>.googlesitekit-setup-module__input{margin:1em 0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs+.googlesitekit-error-text{margin-top:-16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs+.googlesitekit-error-text{margin-top:-24px}}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs--collapsed{align-items:flex-start}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs--collapsed>div{margin-top:0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs--multiline{display:block}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__inputs--multiline>div{margin:0;width:100%}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__switch{margin:16px 0}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__switch{margin:24px 0}}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__action{margin:24px 0 0 0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__action{align-items:center;display:flex}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__action{margin:36px 0 0 0}}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__action .googlesitekit-cta-link{font-size:14px;letter-spacing:.25px;line-height:1.43}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__action .mdc-button+.googlesitekit-cta-link{margin-left:24px}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__sub-action{display:flex;margin-top:16px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__sub-action{margin-left:8px;margin-top:0}}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__list-wrapper{background:#ebeef0;border-radius:16px;margin:16px 0 0 0;padding:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__list-wrapper{margin-top:24px}}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__cta{margin-top:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__cta{margin-top:24px}}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__cta-link{display:inline-block;margin-right:50px}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__cta-link:last-child{margin-right:0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__action+.googlesitekit-setup-module__footer-text{margin:24px 0 0 0}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__action+.googlesitekit-setup-module__footer-text{margin:36px 0 0 0}}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__header{align-items:center;display:flex;flex-wrap:wrap;grid-gap:10px 12px}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__header .googlesitekit-setup-module__logo,.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__header .googlesitekit-setup-module__title{margin-bottom:0}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-setup-module__badges{align-items:center;display:flex;flex-wrap:wrap;gap:10px 12px}.googlesitekit-plugin .googlesitekit-setup-module .googlesitekit-notice--error:first-child{margin-bottom:1rem}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect{--adsense-connect-cta-fade-in-duration: 7.5s;--adsense-connect-cta-fade-out-duration: 500ms}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption-container{display:grid;grid-template-columns:1fr;margin:0}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption-container{display:block;padding:32px 0 0}}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption{color:#999f9b;display:flex;grid-column-start:1;grid-row-start:1;margin:0;opacity:0;transition:color 500ms ease-in-out}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption{margin-bottom:24px;opacity:1}}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption .googlesitekit-setup-module--adsense__stage-caption-indicator{align-self:stretch;background-color:rgba(0,0,0,.1);display:none;margin-right:20px;width:1px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption .googlesitekit-setup-module--adsense__stage-caption-indicator{display:block}}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption h4{color:#7b807d;font-size:18px;font-weight:400;margin:0 0 4px}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption p{color:#7b807d;font-size:12px;margin:0}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption *{transition:inherit}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--static h4,.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--enter h4,.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--leave h4{color:#446199}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--static p,.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--enter p,.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--leave p{color:#333935}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--static{opacity:1}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--static .googlesitekit-setup-module--adsense__stage-caption-indicator{background-color:#446199}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--enter .googlesitekit-setup-module--adsense__stage-caption-indicator,.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--leave .googlesitekit-setup-module--adsense__stage-caption-indicator{background-image:linear-gradient(0deg, #446199 0%, #446199 100%);background-repeat:no-repeat}@keyframes googlesitekit-fade-in{0%{opacity:0}6.67%{opacity:1}100%{opacity:1}}@keyframes googlesitekit-fade-out{0%{opacity:1}50%{opacity:0}100%{opacity:0}}@keyframes googlesitekit-caption-indicator-enter{from{background-size:100% 0%}to{background-size:100% 100%}}@keyframes googlesitekit-caption-indicator-leave{from{background-size:100% 100%}to{background-size:100% 0%}}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--enter{animation:googlesitekit-fade-in var(--adsense-connect-cta-fade-in-duration) linear forwards}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--enter{animation:none}}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--enter .googlesitekit-setup-module--adsense__stage-caption-indicator{animation:googlesitekit-caption-indicator-enter 500ms linear forwards;background-position:0% 0%}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--leave{animation:googlesitekit-fade-out var(--adsense-connect-cta-fade-out-duration) linear forwards}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--leave{animation:none}}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-caption--current--leave .googlesitekit-setup-module--adsense__stage-caption-indicator{animation:googlesitekit-caption-indicator-leave 500ms linear forwards;background-position:0% 100%}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-image-container{display:grid;grid-template-columns:1fr;height:100%;padding:16px 0;width:100%}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-image-container{height:calc(100% + 70px);margin-bottom:12px;margin-top:-70px}}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-image{align-items:center;display:flex;grid-column-start:1;grid-row-start:1;height:100%;justify-content:center;opacity:0;width:100%}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-image svg{flex:1;max-height:312px;max-width:100%}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-image--current--static{opacity:1}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-image--current--enter{animation:googlesitekit-fade-in var(--adsense-connect-cta-fade-in-duration) linear forwards}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-image--current--leave{animation:googlesitekit-fade-out var(--adsense-connect-cta-fade-out-duration) linear forwards}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-indicator{display:grid;grid-auto-flow:column;grid-gap:6px;justify-content:flex-start;margin:12px 0 20px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-indicator{display:none}}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-indicator li{background-color:rgba(0,0,0,.1);border-radius:1px;height:2px;width:26px;--adsense-connect-cta-indicator-duration: 500ms}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-indicator li.googlesitekit-setup-module--adsense__stage-indicator--current--static{background-color:#446199}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-indicator li.googlesitekit-setup-module--adsense__stage-indicator--current--enter,.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-indicator li.googlesitekit-setup-module--adsense__stage-indicator--current--leave{background-image:linear-gradient(0deg, #446199 0%, #446199 100%);background-repeat:no-repeat}@keyframes googlesitekit-indicator-enter{from{background-size:0% 100%}to{background-size:100% 100%}}@keyframes googlesitekit-indicator-leave{from{background-size:100% 100%}to{background-size:0% 100%}}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-indicator li.googlesitekit-setup-module--adsense__stage-indicator--current--enter{animation:googlesitekit-indicator-enter var(--adsense-connect-cta-indicator-duration) linear forwards;background-position:0% 0%}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module--adsense__stage-indicator li.googlesitekit-setup-module--adsense__stage-indicator--current--leave{animation:googlesitekit-indicator-leave var(--adsense-connect-cta-indicator-duration) linear forwards;background-position:100% 0%}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module__action{display:flex;flex-wrap:wrap;gap:4px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module__action{gap:10px}}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module__footer-text{align-items:flex-end;display:flex;justify-content:flex-end}}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module__footer-text a{-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-plugin .googlesitekit-setup__wrapper--adsense-connect .googlesitekit-setup-module__footer-text p{font-size:12px;margin:0}.googlesitekit-plugin #js-googlesitekit-settings .googlesitekit-layout__header{border:none}.googlesitekit-plugin #js-googlesitekit-settings .googlesitekit-layout__header .mdc-layout-grid{padding-bottom:0}.googlesitekit-plugin #js-googlesitekit-settings .googlesitekit-layout__header .mdc-layout-grid h3.googlesitekit-layout__header-title{font-size:18px}.googlesitekit-plugin #js-googlesitekit-settings .googlesitekit-settings-module .googlesitekit-settings-module__footer .mdc-layout-grid{padding-top:0}.googlesitekit-plugin .googlesitekit-settings-connect-module{border:1px solid #ebeef0;border-radius:8px;height:100%;padding:16px;width:100%}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-settings-connect-module{padding:24px}}.googlesitekit-plugin .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__logo{align-items:flex-end;display:flex;height:36px}.googlesitekit-plugin .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__logo img{display:block}.googlesitekit-plugin .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__heading{align-items:center;display:flex;flex-wrap:wrap;grid-gap:10px 12px;margin:15px 0 10px}.googlesitekit-plugin .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__title{margin:0}.googlesitekit-plugin .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__badges{display:flex;flex-wrap:wrap;grid-gap:10px 12px}.googlesitekit-plugin .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__text{font-size:14px;letter-spacing:.25px;line-height:1.43;margin:0}.googlesitekit-plugin .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__switch{float:right}.googlesitekit-plugin .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__switch .spinner{margin-top:-5px}.googlesitekit-plugin .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__cta{font-size:14px;letter-spacing:.25px}.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-settings-consent-mode-switch__enabled-notice,.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-settings-consent-mode-requirements__description{color:#6c726e;font-size:12px;letter-spacing:.2px;line-height:1.33}.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-settings-consent-mode-switch-description--loading{margin:14px 0}.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-settings-consent-mode-requirements__grid{padding:0}.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-settings-consent-mode-requirement{border:1px solid #ebeef0;border-radius:8px;display:flex;flex-direction:column;height:100%;padding:16px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-settings-consent-mode-requirement{padding:24px}}.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-settings-consent-mode-requirement .googlesitekit-typography{font-size:16px;font-weight:500;line-height:1.25;margin:0}.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-settings-consent-mode-requirement__description{flex:1;font-size:12px;letter-spacing:.2px;line-height:1.33}.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-notice{display:flex;flex-direction:column}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-notice{flex-direction:row}}.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-notice .googlesitekit-notice__icon{align-self:start;margin-bottom:6px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-settings-consent-mode .googlesitekit-notice .googlesitekit-notice__icon{align-self:center;margin-bottom:0}}.googlesitekit-plugin .googlesitekit-settings-consent-mode__recommendation-notice{background-color:#dce8ff;color:#2d4a82;font-size:14px;line-height:1.43;margin-bottom:0;margin-top:8px}.googlesitekit-plugin .googlesitekit-settings-consent-mode__recommendation-notice svg{color:#6380b8}.googlesitekit-plugin .googlesitekit-settings-consent-mode-requirement__footer{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:10px;justify-content:center}.googlesitekit-plugin .googlesitekit-settings-consent-mode-requirement__footer .googlesitekit-notice{margin:1.5em 0}.googlesitekit-plugin .googlesitekit-settings-consent-mode-requirement__consent-api-detected-wrapper{align-items:center;display:flex;flex-direction:column;gap:6px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-settings-consent-mode-requirement__consent-api-detected-wrapper{flex-direction:row;gap:10px}}.googlesitekit-plugin .googlesitekit-settings-consent-mode-requirement__consent-api-detected-icon{align-items:center;align-self:start;background-color:#b8e5ca;border-radius:11px;color:#1f4c04;display:flex;height:22px;justify-content:center;margin-top:10px;min-width:22px;width:22px}.googlesitekit-plugin .googlesitekit-settings-consent-mode-requirement__consent-api-detected-icon svg{height:10px;width:10px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-settings-consent-mode-requirement__consent-api-detected-icon{align-self:center;margin-top:0}}.googlesitekit-plugin .googlesitekit-settings-consent-mode-requirement__install-button{padding:6px 16px}.googlesitekit-plugin .googlesitekit-notice.googlesitekit-settings-consent-mode-requirement__consent-management-plugin-notice{margin-bottom:0;padding:10px 16px}.googlesitekit-plugin .googlesitekit-notice.googlesitekit-settings-consent-mode-requirement__consent-management-plugin-notice .googlesitekit-notice__description{font-size:12px}.googlesitekit-plugin .googlesitekit-settings-email-reporting .googlesitekit-settings-email-reporting__switch{text-wrap:nowrap}.googlesitekit-plugin .googlesitekit-settings-email-reporting .googlesitekit-settings-email-reporting__switch .mdc-switch{margin-top:5px;vertical-align:top}.googlesitekit-plugin .googlesitekit-settings-email-reporting .googlesitekit-settings-email-reporting__switch .mdc-switch+label{display:inline-block;height:auto;line-height:25px;padding-right:35px}.googlesitekit-plugin .googlesitekit-settings-email-reporting .googlesitekit-settings-email-reporting__switch .mdc-switch+label .googlesitekit-settings-email-reporting__label-description{color:#6c726e;text-wrap:wrap}.googlesitekit-plugin .googlesitekit-settings-email-reporting .googlesitekit-settings-email-reporting__manage{margin-top:24px}.googlesitekit-plugin .googlesitekit-module-settings-group{background-color:#f3f5f7;border-radius:8px;display:flex;flex-direction:column;gap:20px;padding:24px 16px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-module-settings-group{padding:24px}}.googlesitekit-plugin .googlesitekit-module-settings-group .googlesitekit-typography{font-size:16px;line-height:1.25;margin:0}.googlesitekit-plugin .googlesitekit-module-settings-group .googlesitekit-module-settings-group__switch{display:flex}.googlesitekit-plugin .googlesitekit-module-settings-group .googlesitekit-module-settings-group__switch .mdc-switch{top:3px}.googlesitekit-plugin .googlesitekit-module-settings-group .googlesitekit-google-tag-gateway-toggle__switch-badge{position:relative;top:-2px}.googlesitekit-plugin .googlesitekit-module-settings-group .googlesitekit-module-settings-group__helper-text{color:#6c726e;flex-basis:100%;font-size:12px;margin:6px 0 0 42px}.googlesitekit-plugin .googlesitekit-module-settings-group .googlesitekit-analytics-enable-enhanced-measurement--loading{padding-top:11px}.googlesitekit-plugin .googlesitekit-module-settings-group .googlesitekit-analytics-enable-enhanced-measurement__progress--settings-edit{margin-bottom:12px}.googlesitekit-settings-meta .googlesitekit-settings-meta__profile{align-items:center;display:flex;margin:16px 0}@media(min-width: 960px){.googlesitekit-settings-meta .googlesitekit-settings-meta__profile{margin:24px 0}}.googlesitekit-settings-meta .googlesitekit-settings-meta__profile .googlesitekit-cta-link{font-style:italic}.googlesitekit-settings-meta .googlesitekit-settings-meta__avatar{border-radius:50%;height:64px;margin-right:16px;width:64px}@media(min-width: 960px){.googlesitekit-settings-meta .googlesitekit-settings-meta__avatar{margin-right:24px}}.googlesitekit-settings-meta .googlesitekit-settings-meta__user-details{font-size:12px;letter-spacing:.2px}.googlesitekit-settings-meta .googlesitekit-settings-meta__user{font-weight:700;margin:0}.googlesitekit-settings-meta .googlesitekit-settings-meta__unlink{font-size:12px;letter-spacing:.2px}.googlesitekit-plugin .googlesitekit-settings-module{border-bottom:1px solid #ebeef0;position:relative}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__status{align-items:center;color:#161b18;display:flex;font-size:14px;font-weight:500;letter-spacing:.25px;line-height:1.43;margin:0;text-align:right}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__status--not-connected{color:#895a00}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__status-icon{align-items:center;background-color:#46732b;border-radius:50%;color:#fff;display:flex;height:19px;justify-content:center;margin-left:16px;width:19px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__status-icon--not-connected,.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__status-icon--warning{background-color:#fff;color:#fece72}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__content{border-top:1px solid #ebeef0;display:none}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__content .mdc-layout-grid__cell{font-size:14px;letter-spacing:.25px;line-height:1.43}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__content--open{border:none;display:block;margin-top:-10px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__heading{align-items:center;display:flex;flex-wrap:wrap;row-gap:12px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__title{align-items:center;display:flex;margin:0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__heading-icon{height:auto;margin-right:16px;width:40px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__heading-badges{align-items:center;display:flex;flex-wrap:wrap;row-gap:12px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__footer-cancel{margin-left:8px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-header{margin:0 0 8px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__fields-group{border-bottom:1px solid #ebeef0;margin-bottom:1em}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__fields-group:last-child,.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__fields-group:has(+.googlesitekit-module-settings-group){border-bottom:none;margin-bottom:0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__fields-group--read-only{border:none}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__fields-group--read-only>span{font-size:14px;letter-spacing:.25px;line-height:1.43}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__fields-group--read-only .mdc-text-field-helper-text{color:#6c726e}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__fields-group--no-border{border:none}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__fields-group-title{font-size:14px;font-weight:500}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-items{align-items:stretch;display:flex;flex-wrap:wrap;margin:0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-select{margin:0 16px 16px 0}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-select{margin:0 24px 24px 0}}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item{margin:0 32px 16px 0;width:100%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item{width:auto}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item{margin:0 48px 24px 0}}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item p{font-size:12px;letter-spacing:.2px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item .googlesitekit-settings-module__meta-item-type{color:#161b18;margin:0 0 8px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item .googlesitekit-settings-module__meta-item-data{color:#161b18;font-size:14px;letter-spacing:.25px;line-height:1.43;margin:0;overflow:hidden;text-overflow:ellipsis}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item .googlesitekit-settings-module__meta-item-data .mdc-linear-progress{margin:8px 0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item .googlesitekit-settings-module__meta-item-data--wrap{word-break:break-all}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item .googlesitekit-settings-module__meta-item-data--tiny{font-size:12px;font-weight:400;letter-spacing:.2px;line-height:1.33}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item .googlesitekit-settings-module__meta-item-info{color:#5f6561;font-size:.75rem}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item--data-only{align-items:flex-end;display:flex}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__meta-item--nomargin{margin:0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-setup-module--analytics .googlesitekit-settings-module__meta-item--data-only{margin-top:-16px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-setup-module--analytics .googlesitekit-settings-module__meta-item--data-only{margin-top:0}}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__inline-items{display:flex;flex-wrap:wrap}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__inline-item{margin:0 1rem 0 0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__edit-button-icon svg{color:#6380b8}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__remove-button-icon{color:#cc6240}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__remove-button{align-items:center;display:flex}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__error{background-color:#ac4220;color:#fff;font-weight:700}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__apikey-cancel{font-size:12px;letter-spacing:.2px;margin-left:24px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header{cursor:pointer;display:block;padding:0 32px 0 0;position:relative;width:100%}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header:focus{outline-offset:0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header .googlesitekit-icon-wrapper{height:20px;justify-content:center;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header .googlesitekit-icon-wrapper svg{color:#5b5b61;height:8px;width:12px}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header .mdc-button{color:#ebeef0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header .mdc-button:disabled{background-color:rgba(8,42,65,.08);color:rgba(3,14,7,.32)}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header .googlesitekit-settings-module__status p{margin:8px 0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header .googlesitekit-settings-module__status--not-connected .mdc-button{margin:-1.5px 0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header .googlesitekit-settings-module__status--loading{align-items:center;display:flex;min-width:150px;padding:.5px 0}.googlesitekit-plugin .googlesitekit-settings-module .googlesitekit-settings-module__header--open .googlesitekit-icon-wrapper{transform:translateY(-50%) rotate(180deg)}.googlesitekit-plugin .googlesitekit-settings-module--active .googlesitekit-overlay{background:rgba(203,208,211,.75)}.googlesitekit-plugin .googlesitekit-settings-module--error{border:3px solid #ac4220}.googlesitekit-plugin .googlesitekit-settings-user-input .googlesitekit-settings-user-input__heading-container{border-bottom:1px solid #ebeef0;margin:12px 0;padding-bottom:12px}.googlesitekit-plugin .googlesitekit-settings-user-input .googlesitekit-settings-user-input__heading{color:#161b18;font-size:12px;line-height:1.33;margin:0}.googlesitekit-plugin .googlesitekit-settings-user-input .googlesitekit-user-input__preview-contents{overflow:visible;padding:0}@media(min-width: 1500px){.googlesitekit-plugin .googlesitekit-settings-user-input .googlesitekit-user-input__select-options-wrapper{padding-left:unset}}.googlesitekit-plugin .googlesitekit-user-input__notification-text-loading{margin:14px 0}.googlesitekit-plugin .googlesitekit-settings-visitor-groups__setup p{font-size:14px;line-height:1.43;margin-top:0}.googlesitekit-plugin .googlesitekit-settings-visitor-groups__setup .googlesitekit-cta-link{margin-top:6px}.googlesitekit-plugin .googlesitekit-settings-visitor-groups__setup-progress{margin-top:16px}.googlesitekit-plugin .googlesitekit-settings-visitor-groups__setup-progress p{margin-bottom:10px}.googlesitekit-plugin .googlesitekit-settings-visitor-groups__setup-success{margin-bottom:30px}.googlesitekit-plugin .googlesitekit-user-input{margin-bottom:30px}.googlesitekit-plugin .googlesitekit-user-input__header{padding-bottom:30px;padding-top:30px}.googlesitekit-plugin .googlesitekit-user-input__header .mdc-layout-grid__inner{align-items:center}.googlesitekit-plugin .googlesitekit-user-input__heading{color:#161b18;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:28px;font-weight:400;line-height:1.286}.googlesitekit-plugin .googlesitekit-user-input__subtitle{color:#6c726e;font-size:14px;line-height:1.14}.googlesitekit-plugin .googlesitekit-user-input__content{padding:0}.googlesitekit-plugin .googlesitekit-user-input__content .mdc-linear-progress__buffer{background-color:#f8faff}.googlesitekit-plugin .googlesitekit-user-input__congrats{background-color:#fff;margin:-10px;padding:35px}.googlesitekit-plugin .googlesitekit-user-input__congrats h1{margin-bottom:0}.googlesitekit-plugin .googlesitekit-user-input__note{color:#5f6561;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-plugin .googlesitekit-user-input__error{background-color:#ffded3;bottom:77px;color:#7a1e00;display:flex;gap:7px;left:0;margin:42px 0 0;padding:1px 30px;position:fixed;right:0}.googlesitekit-plugin .googlesitekit-user-input__error .googlesitekit-error-text{color:#7a1e00;font-weight:500}@media(min-width: 783px){.googlesitekit-plugin .googlesitekit-user-input__error{left:160px}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__error{bottom:97px;left:160px;padding:1px 40px}}.googlesitekit-plugin .googlesitekit-user-input__footer{align-items:center;background-color:#fff;border-top:1px solid #ebeef0;bottom:0;display:flex;flex-direction:column;flex-direction:row-reverse;justify-content:space-between;left:0;margin:42px 0 0;padding:18px 14px;position:fixed;right:0;z-index:1}@media(min-width: 783px){.googlesitekit-plugin .googlesitekit-user-input__footer{left:160px}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__footer{left:160px;padding:28px 24px}}.googlesitekit-plugin .googlesitekit-user-input__footer-nav{column-gap:4px;display:flex}.googlesitekit-plugin .googlesitekit-user-input__footer-cancel{border:none;padding:0}.googlesitekit-plugin .googlesitekit-user-input__select-options-wrapper{grid-row:span 2}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__select-options-wrapper{grid-column-start:9}}@media(min-width: 1500px){.googlesitekit-plugin .googlesitekit-user-input__select-options-wrapper{grid-column-start:7;padding-left:60px}}.googlesitekit-plugin p.googlesitekit-user-input__select-instruction{color:#161b18;font-size:12px;line-height:1.33;margin:0;padding-bottom:15px}@media(min-width: 600px){.googlesitekit-plugin p.googlesitekit-user-input__select-instruction{color:#6c726e;font-size:18px;font-weight:500}}.googlesitekit-plugin .googlesitekit-user-input__author p{color:#6c726e;font-size:12px;letter-spacing:.25px;line-height:1.33;margin:0 0 3px}.googlesitekit-plugin .googlesitekit-user-input__author .googlesitekit-user-input__author-info{align-items:center;color:#5f6561;display:flex;font-size:12px;letter-spacing:.2px;margin-top:4px}.googlesitekit-plugin .googlesitekit-user-input__author .googlesitekit-user-input__author-info img{border-radius:50%;height:24px;margin-right:8px;width:24px}.sb-show-main .googlesitekit-plugin .googlesitekit-user-input__footer,.sb-show-main .googlesitekit-plugin .googlesitekit-user-input__error{left:0}@media(min-width: 783px){.auto-fold .googlesitekit-plugin .googlesitekit-user-input__footer{left:36px}}@media(min-width: 960px){.auto-fold .googlesitekit-plugin .googlesitekit-user-input__footer{left:160px;padding:28px 24px}}@media(min-width: 783px){.folded .googlesitekit-plugin .googlesitekit-user-input__question .googlesitekit-user-input__footer,.folded .googlesitekit-plugin .googlesitekit-user-input__preview .googlesitekit-user-input__footer{left:36px}}@media(min-width: 783px){.auto-fold .googlesitekit-plugin .googlesitekit-user-input__error{left:36px}}@media(min-width: 960px){.auto-fold .googlesitekit-plugin .googlesitekit-user-input__error{left:160px}}@media(min-width: 783px){.folded .googlesitekit-plugin .googlesitekit-user-input__question .googlesitekit-user-input__error,.folded .googlesitekit-plugin .googlesitekit-user-input__preview .googlesitekit-user-input__error{left:36px}}.googlesitekit-plugin .googlesitekit-user-input__question,.googlesitekit-plugin .googlesitekit-user-input__preview{background-color:#fff;border-radius:0 0 24px 24px}.googlesitekit-plugin .googlesitekit-user-input__question-progress{padding:0 17px 5px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__question-progress{padding:0 24px 10px}}.googlesitekit-plugin .googlesitekit-user-input__question-contents{padding:17px;position:relative}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__question-contents{padding:28px 24px}}.googlesitekit-plugin .googlesitekit-user-input__question-number,.googlesitekit-plugin p.googlesitekit-user-input__preview-subheader{color:#6c726e;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.14;margin-bottom:10px}.googlesitekit-plugin .googlesitekit-user-input__question-instructions{display:flex;flex-direction:column}@media(min-width: 1500px){.googlesitekit-plugin .googlesitekit-user-input__question-instructions{padding-right:60px}}.googlesitekit-plugin .googlesitekit-user-input__question-instructions h1{color:#161b18;font-size:14px;font-weight:500;line-height:1.33;margin:0 0 14px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__question-instructions h1{font-size:32px;font-weight:400;line-height:1.25;margin:0 0 16px}}.googlesitekit-plugin .googlesitekit-user-input__question-instructions .googlesitekit-user-input__question-instructions--description{color:#161b18;font-size:12px;font-weight:400;letter-spacing:.25px;line-height:1.158;margin:0 0 1em}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__question-instructions .googlesitekit-user-input__question-instructions--description{font-size:14px;line-height:1.43;margin:0 0 25px}}.googlesitekit-plugin .googlesitekit-user-input__question-info p{color:#6c726e;font-size:12px;letter-spacing:.25px;line-height:1.33;margin:0 0 3px}.googlesitekit-plugin p.googlesitekit-user-input__question-notice{color:#6c726e;font-size:12px;font-weight:400;letter-spacing:.25px;line-height:1.33;margin:0 0 1em}@media(min-width: 960px){.googlesitekit-plugin p.googlesitekit-user-input__question-notice{margin:0 0 16px}}.googlesitekit-plugin .googlesitekit-user-input__question--progress{margin:0 auto}.googlesitekit-plugin .googlesitekit-user-input__preview .googlesitekit-user-input__question-instructions--notice{background-color:#cbd0d3;color:#161b18;display:block;font-size:14px;letter-spacing:.25px;line-height:1.43;width:100%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-user-input__preview .googlesitekit-user-input__question-instructions--notice{display:inline-block;margin:0;width:auto}}.googlesitekit-plugin .googlesitekit-user-input__preview-loading{padding:50px 23px}.googlesitekit-plugin .googlesitekit-user-input__preview-contents{padding:17px 17px 26px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__preview-contents{padding:28px 24px 18px}}.googlesitekit-plugin p.googlesitekit-user-input__preview-subheader{margin-bottom:14px}@media(min-width: 960px){.googlesitekit-plugin p.googlesitekit-user-input__preview-subheader{margin-bottom:37px}}.googlesitekit-plugin .googlesitekit-user-input__preview-notice{padding:0 17px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__preview-notice{padding:0 24px}}.googlesitekit-plugin .googlesitekit-user-input__preview-answers{display:flex;flex-wrap:wrap;gap:18px 12px;padding-bottom:8px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__preview-answers{padding-bottom:11px}}.googlesitekit-plugin .googlesitekit-user-input__preview-answer{align-items:center;background-color:#b8e5ca;border-radius:24px;color:#161b18;display:flex;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.25px;line-height:1.43;padding:8px 13px;word-break:break-word}.googlesitekit-plugin .googlesitekit-user-input__preview-group .googlesitekit-user-input__author{margin:24px 0 28px}.googlesitekit-plugin .googlesitekit-user-input__preview-group+.googlesitekit-user-input__preview-group{border-top:1px solid #ebeef0;margin-top:12px;padding-top:12px}.googlesitekit-plugin .googlesitekit-user-input__preview-group-title{display:flex;flex-direction:column-reverse;justify-content:space-between;margin-bottom:14px}.googlesitekit-plugin .googlesitekit-user-input__preview-group-title.googlesitekit-user-input__preview-group-title-with-subtitle{margin-bottom:0}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__preview-group-title{flex-direction:row}}.googlesitekit-plugin .googlesitekit-user-input__preview-group-title p{color:#202124;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;margin:0}.googlesitekit-plugin .googlesitekit-user-input__preview-group-title button{align-items:center;display:flex;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;gap:4px;margin-left:auto;padding:3px 7px 3px 12px}.googlesitekit-plugin .googlesitekit-user-input__preview-group-title button[disabled]{color:#b8bdb9}.googlesitekit-plugin .googlesitekit-user-input__preview-group-title button svg{fill:none;transition:transform .2s ease-out}.googlesitekit-plugin .googlesitekit-user-input__preview-group-title button:hover svg,.googlesitekit-plugin .googlesitekit-user-input__preview-group-title button:focus svg{fill:none}.googlesitekit-plugin .googlesitekit-user-input__preview-group-subtitle p{margin-top:0}.googlesitekit-plugin .googlesitekit-user-input__preview-group-subtitle .googlesitekit-user-input__preview-group-subtitle-component{margin:14px 0 25px}.googlesitekit-plugin .googlesitekit-user-input__preview-group--editing .googlesitekit-user-input__preview-group-title button svg{transform:rotate(180deg)}.googlesitekit-plugin .googlesitekit-user-input__preview-actions{align-items:center;column-gap:4px;display:flex}.googlesitekit-plugin .googlesitekit-user-input__preview-actions .googlesitekit-cta-link{color:#6c726e}.googlesitekit-plugin .googlesitekit-user-input__preview-group--individual-cta{position:relative}.googlesitekit-plugin .googlesitekit-user-input__preview--editing .googlesitekit-user-input__preview-group--individual-cta:not(.googlesitekit-user-input__preview-group--editing){pointer-events:none}.googlesitekit-plugin .googlesitekit-user-input__preview--editing .googlesitekit-user-input__preview-group--individual-cta:not(.googlesitekit-user-input__preview-group--editing)::after{background-color:#cbd0d3;content:"";height:calc(100% + 13px);opacity:.75;position:absolute;top:0;z-index:1}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-user-input__preview--editing .googlesitekit-user-input__preview-group--individual-cta:not(.googlesitekit-user-input__preview-group--editing)::after{margin-left:-24px;margin-left:calc(var(--mdc-layout-grid-margin-desktop, 24px) * -1);width:calc(100% + 24px * 2);width:calc(100% + var(--mdc-layout-grid-margin-desktop, 24px) * 2)}}@media(min-width: 601px)and (max-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__preview--editing .googlesitekit-user-input__preview-group--individual-cta:not(.googlesitekit-user-input__preview-group--editing)::after{margin-left:-16px;margin-left:calc(var(--mdc-layout-grid-margin-tablet, 16px) * -1);width:calc(100% + 16px * 2);width:calc(100% + var(--mdc-layout-grid-margin-tablet, 16px) * 2)}}@media(max-width: 600px){.googlesitekit-plugin .googlesitekit-user-input__preview--editing .googlesitekit-user-input__preview-group--individual-cta:not(.googlesitekit-user-input__preview-group--editing)::after{margin-left:-16px;margin-left:calc(var(--mdc-layout-grid-margin-phone, 16px) * -1);width:calc(100% + 16px * 2);width:calc(100% + var(--mdc-layout-grid-margin-phone, 16px) * 2)}}.googlesitekit-plugin .googlesitekit-user-input__preview--editing .googlesitekit-user-input__preview-group--individual-cta:not(.googlesitekit-user-input__preview-group--editing):first-child::after{height:calc(100% + 26px);top:-13px}.googlesitekit-plugin .googlesitekit-user-input__preview--editing .googlesitekit-user-input__preview-group--individual-cta:not(.googlesitekit-user-input__preview-group--editing):last-child::after{border-radius:0 0 24px 24px}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-user-input__preview--editing .googlesitekit-user-input__preview-group--individual-cta:not(.googlesitekit-user-input__preview-group--editing):last-child::after{height:calc(100% + 24px);height:calc(100% + var(--mdc-layout-grid-margin-desktop, 24px))}}@media(min-width: 601px)and (max-width: 960px){.googlesitekit-plugin .googlesitekit-user-input__preview--editing .googlesitekit-user-input__preview-group--individual-cta:not(.googlesitekit-user-input__preview-group--editing):last-child::after{height:calc(100% + 16px);height:calc(100% + var(--mdc-layout-grid-margin-tablet, 16px))}}@media(max-width: 600px){.googlesitekit-plugin .googlesitekit-user-input__preview--editing .googlesitekit-user-input__preview-group--individual-cta:not(.googlesitekit-user-input__preview-group--editing):last-child::after{height:calc(100% + 16px);height:calc(100% + var(--mdc-layout-grid-margin-phone, 16px))}}.googlesitekit-plugin .googlesitekit-user-input__select-options{margin:0 0 20px;max-width:100%;width:max-content}.googlesitekit-plugin .googlesitekit-user-input__select-option{align-items:center;display:flex;padding:20px 0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-user-input__select-option{padding:10px 0}}.googlesitekit-plugin .googlesitekit-user-input__select-option .mdc-radio{margin-right:8px}.googlesitekit-plugin .googlesitekit-user-input__select-option label{color:#161b18;font-size:14px;letter-spacing:.25px;line-height:1.43}.googlesitekit-plugin .googlesitekit-user-input__select-option:not(:last-child){border-bottom:1px solid #ebeef0}.googlesitekit-plugin .googlesitekit-user-input__text-options{border:2px solid #999f9b;border-radius:4px;margin:13px 0 8px;padding:0 12px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-user-input__text-options{margin-top:0}}.googlesitekit-plugin .googlesitekit-user-input__text-options>div{margin:12px;margin-left:0}.googlesitekit-plugin .googlesitekit-user-input__text-options svg{color:#fff}.googlesitekit-plugin .googlesitekit-user-input__text-options .mdc-text-field,.googlesitekit-plugin .googlesitekit-user-input__text-options .mdc-text-field__input{background-color:transparent}.googlesitekit-plugin .googlesitekit-user-input__text-options .mdc-text-field{height:32px;width:100%}.googlesitekit-plugin .googlesitekit-user-input__text-options .mdc-text-field__input{border:none;margin:0;padding:0 6px}.googlesitekit-plugin .googlesitekit-user-input__text-options .mdc-text-field__input::placeholder{color:#b8bdb9}.googlesitekit-plugin .googlesitekit-user-input__text-options .mdc-line-ripple{display:none}.googlesitekit-plugin .googlesitekit-user-input__text-option{align-items:center;background-color:#b8e5ca;border-radius:8px;color:#265c3b;display:inline-flex;font-size:14px;font-weight:500;letter-spacing:.25px;line-height:1.43;padding:3px 3px 3px 12px;white-space:nowrap}.googlesitekit-plugin .googlesitekit-user-input__text-option button{border-radius:100px;margin:0;min-width:35px;padding:0 12px}.googlesitekit-plugin .googlesitekit-user-input__text-option button svg path{fill:#265c3b}.googlesitekit-plugin .googlesitekit-user-input__text-option .mdc-text-field{width:auto}.googlesitekit-plugin .googlesitekit-user-input__text-option .mdc-text-field .mdc-text-field__input{color:#265c3b;font-weight:500}.googlesitekit-plugin .googlesitekit-user-input__text-option+div{margin-top:0}.googlesitekit-plugin .googlesitekit-user-input__text-options>div:last-child{margin-right:0}.googlesitekit-plugin .googlesitekit-user-input__buttons button{letter-spacing:.25px}.googlesitekit-plugin .googlesitekit-user-input__buttons button.mdc-button{border:none;padding:10px 16px}.googlesitekit-plugin .googlesitekit-user-input__buttons button.googlesitekit-cta-link{color:#6c726e}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-user-input__buttons button span.googlesitekit-user-input__responsive-text{display:none}}.googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen{bottom:0;left:160px;position:fixed;width:calc(100vw - 160px);z-index:99}.googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen .googlesitekit-selection-panel-footer{background:#fff;border-top:1px solid #ebeef0;bottom:0;padding:24px 36px;position:static}.googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen .googlesitekit-selection-panel-footer .googlesitekit-selection-panel-footer__content{margin-top:0}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen .googlesitekit-selection-panel-footer .googlesitekit-selection-panel-footer__item-count{order:1;text-align:left;width:100%}}.googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen .googlesitekit-selection-panel-footer .googlesitekit-selection-panel-footer__actions{justify-content:space-between;width:100%}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen .googlesitekit-selection-panel-footer .googlesitekit-selection-panel-footer__actions{flex-wrap:wrap;justify-content:flex-end}}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen .googlesitekit-selection-panel-footer .googlesitekit-selection-panel-footer__actions button{order:2}}.googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen .googlesitekit-selection-panel-error{padding:14px 48px}.googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-module-page .googlesitekit-user-input__content{margin-bottom:30px;padding-bottom:30px}.sb-show-main .googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen{left:0;width:100vw}.auto-fold .googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen{left:0;width:100vw}@media(min-width: 783px){.auto-fold .googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen{left:36px;width:calc(100vw - 36px)}}@media(min-width: 960px){.auto-fold .googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen{left:160px;width:calc(100vw - 160px)}}.folded .googlesitekit-plugin .googlesitekit-metric-selection .googlesitekit-user-input__footer-container--fullscreen{left:36px;width:calc(100vw - 36px)}.googlesitekit-showing-feature-tour .react-joyride__overlay{mix-blend-mode:multiply !important}.googlesitekit-showing-feature-tour .react-joyride__spotlight{border-radius:16px !important}.googlesitekit-tour-tooltip .googlesitekit-tooltip-card{--mdc-theme-surface: #3c7251;border-radius:8px;box-shadow:none;color:#fff;position:relative}.googlesitekit-tour-tooltip .googlesitekit-tooltip-card a{-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-tour-tooltip .googlesitekit-tooltip-card a:active,.googlesitekit-tour-tooltip .googlesitekit-tooltip-card a:hover,.googlesitekit-tour-tooltip .googlesitekit-tooltip-card a:visited{color:#fff}.googlesitekit-tour-tooltip .googlesitekit-tooltip-card a:focus{box-shadow:none;outline:1px dotted #fff;outline-offset:3px}.googlesitekit-tour-tooltip .googlesitekit-tooltip-card svg{color:#fff}.googlesitekit-tooltip-title{color:#fff;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;letter-spacing:.5px;line-height:1.5;margin-bottom:4px;margin-top:0}.googlesitekit-tooltip-body{box-sizing:border-box;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:300;letter-spacing:.25px;line-height:1.43;max-width:352px;padding:24px 56px 2px 24px}.googlesitekit-tooltip-buttons{line-height:1em}.googlesitekit-tooltip-button,.googlesitekit-tooltip-button:not(:disabled){color:#fff;height:auto;letter-spacing:normal;line-height:1em;min-width:initial;padding:0;text-transform:none}.googlesitekit-tooltip-button:focus{outline:1px dotted #fff;outline-offset:6px}.googlesitekit-tooltip-button:not(:first-of-type){margin-left:28px}.googlesitekit-tooltip-close{height:auto;min-width:auto;padding:0;position:absolute;right:29px;top:29px}.googlesitekit-tooltip-close:focus{outline:1px dotted #fff;outline-offset:6px}.googlesitekit-tooltip-close .mdc-button__label{display:none}.mdc-card__actions.googlesitekit-tooltip-actions{align-items:center;display:flex;justify-content:space-between;padding:12px 24px 18px;text-align:right}.googlesitekit-tooltip-indicators{display:flex;margin:0;margin-right:16px;padding:0}.googlesitekit-tooltip-indicator{background:#fff;border-radius:50%;height:8px;list-style:none;margin-bottom:0;margin-right:8px;opacity:.5;width:8px}.googlesitekit-tooltip-indicator.active{opacity:1}.googlesitekit-tour-tooltip__modal_step{max-width:352px;width:calc(100vw - 64px)}.googlesitekit-tour-tooltip__modal_step .googlesitekit-tooltip-body{max-width:100%;padding:16px 16px 0}.googlesitekit-tour-tooltip__modal_step .googlesitekit-tooltip-title{margin-bottom:10px}.googlesitekit-tour-tooltip__modal_step .googlesitekit-tooltip-close{display:none}.googlesitekit-tour-tooltip__modal_step .googlesitekit-tooltip-actions{padding:0 16px}#react-joyride-step-0:has(.googlesitekit-tour-tooltip__fixed-settings-tooltip)>div.__floater{left:170px !important;position:fixed !important;top:113px !important;transform:none !important}#react-joyride-step-0:has(.googlesitekit-tour-tooltip--user-menu)>div.__floater{left:-70px !important;max-width:302px !important}#react-joyride-step-0:has(.googlesitekit-tour-tooltip--user-menu) .__floater__arrow>span{left:195px !important}.folded #react-joyride-step-0:has(.googlesitekit-tour-tooltip__fixed-settings-tooltip)>div.__floater{left:46px !important;top:46px !important}#react-joyride-step-0:has(.googlesitekit-tour-tooltip__fixed-settings-tooltip) div.__floater__arrow>span{margin-top:42px !important;top:0 !important}body.googlesitekit-showing-feature-tour--dashboardSharing .googlesitekit-sharing-settings-dialog .mdc-dialog__container,body.googlesitekit-showing-feature-tour--dashboardSharing .googlesitekit-sharing-settings-dialog .mdc-dialog__scrim{opacity:1;transform:none}body.googlesitekit-showing-feature-tour--dashboardSharing .googlesitekit-sharing-settings-dialog:not(.mdc-dialog--open,.mdc-dialog--opening){display:flex !important;opacity:0;z-index:-99}.googlesitekit-plugin .googlesitekit-text-field-conversion-tracking-id .googlesitekit-text-field-conversion-tracking-id-prefix.mdc-text-field__icon{color:#161b18;left:20px;top:17.5px}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-settings-module__fields-group{width:100%}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module__inputs>.googlesitekit-settings-module__fields-group{margin:0}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module__create-account{margin:16px 0 0}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module__create-account{margin:24px 0 0}}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module__action{margin-bottom:32px}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container{align-items:center;position:relative}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .googlesitekit-setup-module__action{margin-bottom:0;margin-top:20px}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container h3{margin-top:0}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .align-top{align-self:flex-start}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .instructions{margin-top:5px}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .divider{align-items:center;display:flex;height:28px;justify-content:center;margin:10px 0 28px;position:relative;text-align:center}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .divider{display:initial;height:100%;margin:unset}}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .divider-line{background:#ebeef0;height:1px;position:absolute;width:100%}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .divider-line{height:100%;left:50%;top:0;width:1px}}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .divider-label{background-color:#fff;color:#6c726e;display:block;font-size:12px;padding:6px 20px;position:relative;z-index:2}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .divider-label{top:82px}}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .googlesitekit-ads-setup__form{margin-top:20px}@media(min-width: 961px)and (max-width: 1130px){.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .googlesitekit-ads-setup__form.googlesitekit-ads-setup__form--pax .googlesitekit-text-field-conversion-tracking-id{width:100%}}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container .googlesitekit-ads-setup__form .googlesitekit-ads-setup__ads-id-conflict-warning{margin-top:12px}.googlesitekit-plugin .googlesitekit-setup-module--ads .googlesitekit-setup-module--ads--setup-container button.googlesitekit-button-icon--spinner svg circle{stroke:rgba(0,0,0,.37)}.googlesitekit-plugin .googlesitekit-setup-module--ads.has-pax-flow .mdc-layout-grid__inner{grid-template-columns:1fr}.googlesitekit-plugin .googlesitekit-ads-settings-fields .googlesitekit-settings-module__fields-group-title{margin-bottom:0}.googlesitekit-plugin .googlesitekit-ads-settings-fields p.googlesitekit-settings-module__fields-group-helper-text{color:#6c726e;font-size:14px;font-weight:400;margin-bottom:20px;margin-top:6px}.googlesitekit-plugin .googlesitekit-ads-settings-fields p.mdc-dialog__lead{font-size:14px}.googlesitekit-plugin .googlesitekit-ads-settings-fields .googlesitekit-setup-module__inputs{margin-bottom:34px}.googlesitekit-plugin .googlesitekit-widget .googlesitekit-pax-embedded-app .card-content{padding:0}.googlesitekit-plugin .googlesitekit-widget .googlesitekit-pax-embedded-app .mdc-card.card{border-radius:16px;box-shadow:none;margin-top:0;max-width:unset;padding:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-widget .googlesitekit-pax-embedded-app .mdc-card.card{padding:24px}}.googlesitekit-plugin .googlesitekit-widget .googlesitekit-pax-embedded-app .mdc-card.card .notification{margin-top:0}@media(min-width: 600px){.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__surface{padding:40px}}@media(min-width: 960px){.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__surface{max-width:554px}}@media(min-width: 960px){.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect.googlesitekit-dialog-woocommerce-redirect--ads-connected .mdc-dialog__surface{max-width:608px}}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .googlesitekit-dialog-woocommerce-redirect__svg-wrapper{margin-bottom:10px;text-align:center}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .googlesitekit-dialog-woocommerce-redirect__svg-wrapper svg{display:inline-block}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__title{font-size:28px;font-weight:400;line-height:1.286;padding:0 0 10px}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions{gap:5px;justify-content:center}@media(min-width: 880px){.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions{gap:10px}}@media(min-width: 960px){.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions{justify-content:flex-end}}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions .mdc-button--raised svg{margin-left:6px}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions button .MuiCircularProgress-colorPrimary{color:#fff;margin-right:5px}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions button .MuiCircularProgress-colorPrimary svg{margin:0}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions button.mdc-button--tertiary .MuiCircularProgress-colorPrimary{color:#6c726e}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions a.mdc-button--tertiary,.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions button.mdc-button--tertiary{border-radius:100px}.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions a.mdc-button--tertiary>svg,.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions button.mdc-button--tertiary>svg{margin-left:5px}@media(max-width: 599px){.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions a.mdc-button--tertiary{padding:8px 5px;text-align:center}}@media(min-width: 389px)and (max-width: 599px){.googlesitekit-plugin .mdc-dialog.googlesitekit-dialog-woocommerce-redirect .mdc-dialog__actions a.mdc-button--tertiary{padding:8px 10px}}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__hero-graphic{margin:0 2rem;text-align:center}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__hero-graphic svg{max-width:400px}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__footer{border-top:1px solid #ebeef0;display:flex;flex-direction:column;justify-content:space-between;margin:42px 0 0;padding:14px 24px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__footer{align-items:center;flex-direction:row}}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__steps .googlesitekit-stepper__step-title{letter-spacing:.1px}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__complete-actions .mdc-button{margin-right:10px}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__footer-cancel button{color:#6c726e}.googlesitekit-plugin .googlesitekit-settings-module__ad-blocking-recovery-toggles{margin-top:20px}.googlesitekit-plugin .googlesitekit-settings-module__ad-blocking-recovery-toggles .googlesitekit-settings-module__meta-item{margin-bottom:0}.googlesitekit-plugin .googlesitekit-settings-module__ad-blocking-recovery-toggles .googlesitekit-settings-module__meta-item p{left:42px;margin-top:10px;position:relative}.googlesitekit-plugin .googlesitekit-settings-module__ad-blocking-recovery-toggles .googlesitekit-notice{margin-bottom:0}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__step .googlesitekit-stepper__step-content>p{color:#6c726e;font-size:16px;letter-spacing:.25px}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__step .googlesitekit-stepper__step-content>p:first-child{letter-spacing:.5px;margin-top:0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__step .googlesitekit-stepper__step-content>p:first-child{margin-top:8px}}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__step .googlesitekit-stepper__step-content .mdc-form-field{position:absolute}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__step.googlesitekit-ad-blocking-recovery__step-create-message .googlesitekit-stepper__step-content>p{letter-spacing:.5px}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__step-place-tags p.googlesitekit-ad-blocking-recovery__error-protection-tag-info{font-size:14px;line-height:1.43;margin:52px 0 20px 34px}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__step-create-message .googlesitekit-ad-blocking-recovery__create-message-footer-actions{align-items:center;display:flex;flex-wrap:wrap;gap:26px}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__step-create-message .googlesitekit-ad-blocking-recovery__create-message-footer-actions .googlesitekit-cta-link{color:#6c726e;font-weight:500}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__step-create-message .googlesitekit-ad-blocking-recovery__create-message-footer{display:inline-block;margin-top:12px}.googlesitekit-plugin .googlesitekit-ad-blocking-recovery__step-create-message p.googlesitekit-ad-blocking-recovery__create-message-footer-note{color:#6c726e;font-size:12px;letter-spacing:.2px;line-height:1.33;margin-top:24px}.googlesitekit-plugin .googlesitekit-settings-module--analytics-4 .googlesitekit-settings-module__fields-group-title+.googlesitekit-setup-module__inputs .googlesitekit-analytics__select-account,.googlesitekit-plugin .googlesitekit-settings-module--analytics-4 .googlesitekit-settings-module__fields-group-title+.googlesitekit-setup-module__inputs .googlesitekit-analytics-4__select-property,.googlesitekit-plugin .googlesitekit-settings-module--analytics-4 .googlesitekit-settings-module__fields-group-title+.googlesitekit-setup-module__inputs .googlesitekit-analytics-4__select-webdatastream{margin-top:8px}.googlesitekit-plugin .googlesitekit-settings-module--analytics-4 .googlesitekit-analytics-enable+.googlesitekit-setup-module__inputs .googlesitekit-analytics__select-property,.googlesitekit-plugin .googlesitekit-settings-module--analytics-4 .googlesitekit-analytics-enable+.googlesitekit-setup-module__inputs .googlesitekit-analytics__select-profile{margin-top:8px}.googlesitekit-plugin .googlesitekit-settings-module--analytics-4 .googlesitekit-analytics-settings-notice{margin-bottom:1rem}.googlesitekit-plugin .googlesitekit-analytics-enable-enhanced-measurement--loading{padding-top:10px}.googlesitekit-plugin .googlesitekit-analytics-enable-enhanced-measurement__progress--settings-edit{margin:0 0 21px}.googlesitekit-plugin .googlesitekit-analytics-enable-enhanced-measurement__progress--settings-view{margin:0 0 13px}.googlesitekit-plugin .googlesitekit-analytics-enable-enhanced-measurement__already-enabled-label{display:flex;gap:6px;margin-top:1px}.googlesitekit-plugin .googlesitekit-analytics-enable-enhanced-measurement__already-enabled-tick{align-items:center;background-color:#3c7251;border-radius:11px;color:#fff;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-left:16px;width:20px}.googlesitekit-plugin .googlesitekit-analytics-enable-enhanced-measurement__already-enabled-tick svg{height:10px;width:10px}.googlesitekit-plugin .googlesitekit-setup-module--analytics .googlesitekit-analytics-enable+.googlesitekit-setup-module__inputs .googlesitekit-analytics__select-property,.googlesitekit-plugin .googlesitekit-setup-module--analytics .googlesitekit-analytics-enable+.googlesitekit-setup-module__inputs .googlesitekit-analytics__select-profile{margin-top:8px}.googlesitekit-plugin .googlesitekit-setup-module--analytics .googlesitekit-setup-module__inputs--multiline .googlesitekit-analytics-webdatastreamname{margin-bottom:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module--analytics .googlesitekit-setup-module__inputs--multiline .googlesitekit-analytics-webdatastreamname{margin-bottom:24px}}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile{margin-bottom:16px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__header{align-items:center;border-bottom:1px solid #ebeef0;color:#161b18;display:flex;font-size:14px;justify-content:space-between;line-height:16px;padding:25px;width:100%}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__header .googlesitekit-info-tooltip{color:#108080}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__header .googlesitekit-audience-segmentation-tile__header-title{display:flex}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__header .googlesitekit-audience-segmentation-tile__header-title .googlesitekit-info-tooltip{display:inline-block;height:16px;margin-left:5px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__metrics>.googlesitekit-audience-segmentation-partial-data-notice{margin:16px 16px 10px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric{border-bottom:1px solid #ebeef0;display:flex;margin:0 16px;padding:12px 0}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric{margin:0 24px}}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric:last-child{border-bottom:none}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric .googlesitekit-audience-segmentation-tile-metric__icon{align-items:center;color:#6c726e;display:flex;margin-right:4px;min-width:36px;width:36px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric .googlesitekit-audience-segmentation-tile-metric__icon svg{height:20px;width:20px}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric .googlesitekit-audience-segmentation-tile-metric__icon{justify-content:center;min-width:52px;width:52px}}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric .googlesitekit-audience-segmentation-tile-metric__container{flex-grow:1}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric .googlesitekit-audience-segmentation-tile-metric__container .googlesitekit-audience-segmentation-tile-metric__value{color:#161b18;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:28px;font-weight:400;line-height:32px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric .googlesitekit-audience-segmentation-tile-metric__container .googlesitekit-audience-segmentation-tile-metric__title{color:#6c726e;font-size:14px;font-weight:400;letter-spacing:.25px;line-height:20px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric .googlesitekit-audience-segmentation-tile-metric__badge-container{align-items:center;display:flex;flex-direction:row}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric .googlesitekit-audience-segmentation-tile-metric__badge-container .googlesitekit-change-badge{margin-top:0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--cities .googlesitekit-audience-segmentation-tile-metric__container{min-width:0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--cities .googlesitekit-audience-segmentation-tile-metric__content{display:grid;gap:16px;grid-auto-columns:minmax(0, 1fr);grid-auto-flow:column;margin-top:12px}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--cities .googlesitekit-audience-segmentation-tile-metric__content{gap:10px}}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--cities .googlesitekit-audience-segmentation-tile-metric__content .googlesitekit-audience-segmentation-tile-metric__cities-metric .googlesitekit-audience-segmentation-tile-metric__cities-metric-name{color:#161b18;font-size:14px;font-weight:500;line-height:1.14;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--cities .googlesitekit-audience-segmentation-tile-metric__content .googlesitekit-audience-segmentation-tile-metric__cities-metric .googlesitekit-audience-segmentation-tile-metric__cities-metric-value{color:#161b18;font-size:14px;font-weight:400;line-height:1.43}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-audience-segmentation-tile-metric__title{height:20px;line-height:20px;margin-bottom:10px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-audience-segmentation-tile-metric__title:has(.googlesitekit-audience-segmentation-partial-data-badge){align-items:center;display:flex;height:auto;justify-content:space-between;margin:4px 0 14px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-cta-link,.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-audience-segmentation-tile__top-content-metric-name{margin-right:30px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-audience-segmentation-tile-metric__container,.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-cta-link{min-width:0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-audience-segmentation-tile-metric__container .googlesitekit-cta-link__contents,.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-audience-segmentation-tile-metric__container .googlesitekit-audience-segmentation-tile__top-content-metric-name,.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-cta-link .googlesitekit-cta-link__contents,.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-cta-link .googlesitekit-audience-segmentation-tile__top-content-metric-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-audience-segmentation-tile-metric__page-metric-container{display:flex;font-size:12px;justify-content:space-between;line-height:1.33;margin:6px 0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-audience-segmentation-tile-metric__content .googlesitekit-audience-segmentation-partial-data-notice{margin-top:10px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-audience-segmentation-tile-metric__content .googlesitekit-audience-segmentation-tile-metric__no-data p{color:#161b18;font-size:12px;font-weight:400;line-height:16px;margin:0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile-metric.googlesitekit-audience-segmentation-tile-metric--top-content .googlesitekit-audience-segmentation-tile-metric__content .googlesitekit-audience-segmentation-tile-metric__no-data .mdc-button{margin-top:8px;min-height:32px;padding:6px 16px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile.googlesitekit-audience-segmentation-tile--partial-data .googlesitekit-audience-segmentation-tile__header{padding:19px 25px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__zero-data-container{align-items:center;display:flex;flex-direction:column;text-align:center}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__zero-data-container .googlesitekit-audience-segmentation-tile__header{border-bottom:none}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__zero-data-container .googlesitekit-audience-segmentation-tile__zero-data-content{padding:155px 0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__zero-data-container .googlesitekit-audience-segmentation-tile__zero-data-image{margin-bottom:20px;width:106px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__zero-data-container .googlesitekit-audience-segmentation-tile__zero-data-description{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.14;margin:0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile .googlesitekit-audience-segmentation-tile__zero-data-container .googlesitekit-audience-segmentation-tile-hide-cta{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;margin:6px 0;padding:6px 12px;white-space:nowrap}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-loading{margin:16px 16px 20px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-loading{margin:24px 24px 28px}}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-loading .googlesitekit-preview-block{margin:22px 0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-loading .googlesitekit-preview-block:first-of-type{display:none}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-loading .googlesitekit-preview-block:last-of-type{margin-bottom:31px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-loading .googlesitekit-preview-block{margin:24px 0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-loading .googlesitekit-preview-block:first-of-type{display:flex;margin-bottom:35px}}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-error{background-color:#fff;border:2px solid #ac4220;border-radius:16px;padding:155px 0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-error .googlesitekit-audience-segmentation-tile-error__container{align-items:center;display:flex;flex-direction:column;gap:24px;margin:16px auto;text-align:center}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-error .googlesitekit-audience-segmentation-tile-error__container .googlesitekit-audience-segmentation-tile-error__image{width:190px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-error .googlesitekit-audience-segmentation-tile-error__container .googlesitekit-audience-segmentation-tile-error__body .googlesitekit-audience-segmentation-tile-error__title{color:#161b18;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.14;margin-top:0}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-error .googlesitekit-audience-segmentation-tile-error__container .googlesitekit-audience-segmentation-tile-error__body .googlesitekit-audience-segmentation-tile-error__actions .googlesitekit-report-error-actions{color:#6c726e;flex-direction:column-reverse;font-size:12px;font-weight:400;line-height:1.33;margin:0 16px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-error .googlesitekit-audience-segmentation-tile-error__container .googlesitekit-audience-segmentation-tile-error__body .googlesitekit-audience-segmentation-tile-error__actions .googlesitekit-report-error-actions .mdc-button{min-height:32px;padding:6px 16px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-placeholder{min-height:542px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-placeholder .googlesitekit-widget__body{align-items:center;display:flex;justify-content:center}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-placeholder__container{align-items:center;display:flex;flex-direction:column;gap:24px;max-width:340px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-placeholder__image{max-width:245px}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-placeholder__body{text-align:center}.googlesitekit-plugin .googlesitekit-audience-segmentation-tile-placeholder__body--without-selectable-audiences{margin-top:10px}.googlesitekit-plugin .googlesitekit-typography.googlesitekit-audience-segmentation-tile-placeholder__title{color:#161b18;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.14;margin:0 0 6px}.googlesitekit-plugin p.googlesitekit-audience-segmentation-tile-placeholder__description{color:#6c726e;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:1.33;margin:0}.googlesitekit-plugin p.googlesitekit-audience-segmentation-tile-placeholder__description .googlesitekit-cta-link{font-weight:500}.googlesitekit-audience-segmentation-info-notice{align-items:center;background-color:#fff;border-radius:16px;display:flex;gap:20px;justify-content:space-between;padding:16px}@media(min-width: 960px){.googlesitekit-audience-segmentation-info-notice{padding:16px 40px}}.googlesitekit-audience-segmentation-info-notice svg{flex-shrink:0}.googlesitekit-widget--InfoNoticeWidget svg{color:#fece72}.googlesitekit-audience-segmentation-info-notice__body{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;gap:0 60px;min-width:0}.googlesitekit-audience-segmentation-info-notice__body p{flex-basis:400px;flex-grow:1}.googlesitekit-audience-segmentation-info-notice__dismiss{flex-shrink:0;margin-left:auto}.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget{border:2px solid #ac4220}.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-audience-segmentation-error__widget-primary-cell{padding:20px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-audience-segmentation-error__widget-primary-cell{padding:20px 36px}}.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-audience-segmentation-error__widget-primary-cell .googlesitekit-typography--title{display:grid;margin:0 0 14px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-audience-segmentation-error__widget-primary-cell .googlesitekit-typography--title{place-content:start}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-audience-segmentation-error__widget-primary-cell .googlesitekit-typography--title{margin:14px 0}}.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-report-error-actions{align-items:flex-start;display:flex;flex-direction:column-reverse}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-report-error-actions{padding-bottom:10px}}.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-report-error-actions .mdc-button{padding:6px 16px}.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-report-error-actions .googlesitekit-error-retry-text{color:#161b18;flex:1;letter-spacing:.25px;margin:-14px 0 0}.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-widget-audience-segmentation-error__svg-wrapper{display:flex;justify-content:flex-start;margin:16px 8px 0}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-widget-audience-segmentation-error__svg-wrapper{justify-content:space-evenly;margin:0}}.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-widget-audience-segmentation-error__failed-audiences{list-style:disc;list-style-position:inside}.googlesitekit-plugin .googlesitekit-audience-segmentation-error-widget .googlesitekit-widget-audience-segmentation-error__failed-audiences li{margin-left:10px}.googlesitekit-info-tooltip__content.googlesitekit-info-tooltip__content--audience{color:#ebeef0}.googlesitekit-info-tooltip__content.googlesitekit-info-tooltip__content--audience a{color:#ebeef0;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles{border-radius:16px}.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles .googlesitekit-widget-audience-tiles__tabs .mdc-tab-scroller{border-top-left-radius:16px;border-top-right-radius:16px}.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles .googlesitekit-widget-audience-tiles__tabs .mdc-tab-scroller .mdc-tab-scroller__scroll-content .mdc-tab{pointer-events:none}.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles .googlesitekit-widget-audience-tiles__tabs .mdc-tab-scroller .mdc-tab-scroller__scroll-content .mdc-tab .googlesitekit-info-tooltip{color:#108080}.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles .googlesitekit-widget-audience-tiles__tabs .mdc-tab-scroller .mdc-tab-scroller__scroll-content .mdc-tab .mdc-tab__content{pointer-events:all}.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles .googlesitekit-widget-audience-tiles__tabs .mdc-tab-scroller .mdc-tab-scroller__scroll-content .mdc-tab .mdc-tab__content .googlesitekit-info-tooltip{height:18px;margin-left:5px}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles{background-color:transparent}}.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles>.googlesitekit-widget__body .googlesitekit-widget-audience-tiles__body{display:grid;gap:16px;grid-auto-columns:1fr;grid-template-columns:1fr}.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles>.googlesitekit-widget__body .googlesitekit-widget-audience-tiles__body>.googlesitekit-widget{overflow:hidden}@media(max-width: 960px){.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles>.googlesitekit-widget__body .googlesitekit-widget-audience-tiles__body>:not(.googlesitekit-audience-segmentation-error-widget){border-top-left-radius:0;border-top-right-radius:0}}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget-audience-tiles>.googlesitekit-widget__body .googlesitekit-widget-audience-tiles__body{gap:24px;grid-auto-columns:minmax(400px, 1fr);grid-auto-flow:column;grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));overflow-x:auto}}.googlesitekit-plugin .googlesitekit-audience-widget__source{float:right;margin:14px 0;padding:4px 0}.googlesitekit-plugin .googlesitekit-lean-cta-banner.googlesitekit-no-audience-banner .googlesitekit-lean-cta-banner__graphic{padding-bottom:26px}.googlesitekit-plugin .googlesitekit-lean-cta-banner.googlesitekit-no-audience-banner .googlesitekit-lean-cta-banner__graphic svg{max-height:110px}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-lean-cta-banner.googlesitekit-no-audience-banner .googlesitekit-lean-cta-banner__graphic{padding-bottom:20px;padding-inline:85px;padding-top:20px}}.googlesitekit-plugin .mdc-layout-grid.googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation{padding-top:3px}@media(min-width: 961px){.googlesitekit-plugin .mdc-layout-grid.googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation{padding-top:8px}}.googlesitekit-audience-segmentation-partial-data-notice{background-color:#ffe4b1;border-radius:8px;color:#4e3300;display:flex;font-size:12px;letter-spacing:.2px;line-height:1.33;padding:16px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-selection-box .googlesitekit-badge-with-tooltip{padding:4px 10px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__learn-more{color:#6c726e;font-size:12px;letter-spacing:.2px;line-height:1.33;margin-top:auto;padding:20px 24px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-selection-panel-footer{margin:0}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__error-notice{align-items:anchor-center;column-gap:16px;display:flex;flex-direction:row;justify-content:space-between;padding:10px 24px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__error-notice .googlesitekit-notice__content{width:100%}@media(max-width: 600px){.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__error-notice .googlesitekit-notice__content{width:150%}}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__error-notice .googlesitekit-notice__content p{margin:0}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__error-notice .googlesitekit-report-error-actions{align-items:end;flex-direction:column}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__add-group-notice{background-color:#f3f5f7;margin:5px 24px;padding:16px 20px}@media(max-width: 449px){.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__add-group-notice{padding:16px}}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__add-group-notice .googlesitekit-audience-segmentation-info-notice__body{flex-wrap:nowrap;grid-gap:0 30px}@media(max-width: 449px){.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__add-group-notice .googlesitekit-audience-segmentation-info-notice__body{flex-wrap:wrap}}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__add-group-notice .googlesitekit-audience-segmentation-info-notice__body p{margin:0}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__add-group-notice svg{height:22px;width:22px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__add-group-notice .googlesitekit-audience-segmentation-info-notice__dismiss{color:#161b18}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice{background-color:#f3f5f7;border-radius:8px;margin:5px 24px;padding:20px 20px 6px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice .googlesitekit-notice__content{flex:1 1 0}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice .googlesitekit-notice__description{font-size:12px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice .googlesitekit-notice--warning{align-items:center;border-radius:8px;flex-direction:row;gap:16px;margin:18px 0;padding:8px 16px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice .googlesitekit-notice__action{justify-content:normal;width:auto}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice .googlesitekit-notice--error .googlesitekit-notice__icon{display:none}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice-header{display:flex;justify-content:space-between}.googlesitekit-plugin .googlesitekit-audience-selection-panel p.googlesitekit-audience-selection-panel__audience-creation-notice-title{color:#6c726e;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice-close svg{color:#6c726e;height:12px;width:12px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice-body{display:flex;flex-direction:column;justify-content:space-between}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice-audience{display:flex;justify-content:space-between;margin-bottom:12px;padding-top:5px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice-audience+.googlesitekit-audience-selection-panel__audience-creation-notice-audience{border-top:1px solid #cbd0d3;padding-top:12px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice-audience-details h3{color:#161b18;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.43;margin-bottom:1px;margin-top:7px}.googlesitekit-plugin .googlesitekit-audience-selection-panel p.googlesitekit-audience-selection-panel__audience-creation-notice-audience-description{color:#161b18;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice-audience-button{align-items:center;display:flex}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-selection-panel__audience-creation-notice-audience-button .mdc-button{background-color:#161b18;min-height:32px;padding:6px 16px}.googlesitekit-plugin .googlesitekit-audience-selection-panel .googlesitekit-audience-creation-error-notice{margin-bottom:12px}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice{align-items:center;background-color:#b8e5ca;color:#265c3b;display:flex;gap:10px;justify-content:flex-start;padding:10px 24px}.googlesitekit-plugin p.googlesitekit-audience-selection-panel__success-notice-message{color:inherit;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-icon{height:24px;width:24px}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions{margin-left:auto}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary{margin:0 auto;min-height:32px;padding:6px 16px;white-space:nowrap}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:not(:disabled){color:#265c3b}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover:not(:disabled){background-color:rgba(147,201,168,.6)}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover:hover::before{opacity:.04}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:hover:not(:disabled){color:#265c3b}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus:not(:disabled){background-color:#93c9a8}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active::after,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active::after,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active:hover::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus:hover::before{opacity:.04}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active.mdc-ripple-upgraded,.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .googlesitekit-audience-selection-panel__success-notice-actions .mdc-button--tertiary:focus:not(:disabled){color:#265c3b}.googlesitekit-plugin .googlesitekit-settings-module--reader-revenue-manager .googlesitekit-settings-module__meta-items:last-child .googlesitekit-settings-module__meta-item:last-child{margin-bottom:0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-settings-module--reader-revenue-manager .googlesitekit-settings-module__meta-items:last-child .googlesitekit-settings-module__meta-item{margin-bottom:0}}.googlesitekit-plugin .googlesitekit-settings-module--reader-revenue-manager .googlesitekit-publication-onboarding-state-notice+.googlesitekit-settings-module__meta-items{margin-top:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-settings-module--reader-revenue-manager .googlesitekit-publication-onboarding-state-notice+.googlesitekit-settings-module__meta-items{margin-top:24px}}.googlesitekit-plugin .googlesitekit-rrm-settings-edit .googlesitekit-settings-module__fields-group:not(:last-child) .googlesitekit-publication-onboarding-state-notice{margin-bottom:16px}.googlesitekit-plugin .googlesitekit-rrm-settings-edit .googlesitekit-settings-module__fields-group:not(:last-child) .googlesitekit-publication-onboarding-state-notice:has(+.googlesitekit-rrm-settings-edit__product-id-container){margin-bottom:32px}.googlesitekit-plugin .googlesitekit-rrm-settings-edit .googlesitekit-rrm-settings-edit__product-id-container{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;margin-top:16px;position:relative}.googlesitekit-plugin .googlesitekit-rrm-settings-edit .googlesitekit-rrm-settings-edit__product-id-container .googlesitekit-rrm-settings-edit__product-id-info-notice{width:100%}@media(min-width: 783px){.googlesitekit-plugin .googlesitekit-rrm-settings-edit .googlesitekit-rrm-settings-edit__product-id-container .googlesitekit-rrm-settings-edit__product-id-warning-notice{left:220px;max-width:442px;position:absolute;top:-10px}}.googlesitekit-plugin .googlesitekit-rrm-settings-edit .googlesitekit-rrm-settings-edit__post-types{margin-top:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-rrm-settings-edit .googlesitekit-rrm-settings-edit__post-types{margin-top:24px}}.googlesitekit-plugin .googlesitekit-rrm-settings-edit .googlesitekit-rrm-settings-edit__post-types h5{margin:0 0 14px}.googlesitekit-plugin .googlesitekit-setup-module--reader-revenue-manager form>.googlesitekit-cta-link{font-weight:500}.googlesitekit-plugin .googlesitekit-setup-module--reader-revenue-manager .googlesitekit-setup-module__step .googlesitekit-publication-onboarding-state-notice{margin-bottom:40px}.googlesitekit-plugin .googlesitekit-setup-module__publication-create-screen .googlesitekit-setup-module__title,.googlesitekit-plugin .googlesitekit-setup-module__publication-create-screen .googlesitekit-setup-module__description{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:.25px;line-height:1.43}.googlesitekit-plugin .googlesitekit-setup-module__publication-create-screen .googlesitekit-setup-module__title{margin-bottom:0}.googlesitekit-plugin .googlesitekit-setup-module__publication-create-screen .googlesitekit-setup-module__description{margin-top:3px}.googlesitekit-plugin .googlesitekit-setup-module__publication-create-screen .googlesitekit-setup-module__action{margin-top:40px}.googlesitekit-plugin .googlesitekit-setup-module__publication-create-screen .googlesitekit-setup-module__action svg{margin-left:6px}.googlesitekit-plugin .googlesitekit-sign-in-with-google-compatibility-notice{margin-bottom:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-sign-in-with-google-compatibility-notice{margin-right:24px}}.googlesitekit-plugin .googlesitekit-sign-in-with-google-compatibility-notice .googlesitekit-notice__title{margin-bottom:4px}.googlesitekit-plugin .googlesitekit-sign-in-with-google-compatibility-notice .googlesitekit-notice__content span{display:block}.googlesitekit-plugin .googlesitekit-sign-in-with-google-compatibility-notice .googlesitekit-notice__content span:not(:last-child){margin:0 0 5px}@media(min-width: 1500px){.googlesitekit-plugin .googlesitekit-setup-cta-banner__svg-wrapper--sign-in-with-google-setup-cta{height:100%;position:relative}}.googlesitekit-plugin .googlesitekit-setup-cta-banner__svg-wrapper--sign-in-with-google-setup-cta svg{display:block;justify-self:center;max-height:180px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-setup-cta-banner__svg-wrapper--sign-in-with-google-setup-cta svg{max-height:210px}}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-setup-cta-banner__svg-wrapper--sign-in-with-google-setup-cta svg{justify-self:flex-end;max-height:274px}}@media(min-width: 1500px){.googlesitekit-plugin .googlesitekit-setup-cta-banner__svg-wrapper--sign-in-with-google-setup-cta svg{max-height:300px;position:absolute;right:0;top:50%;transform:translateY(-50%)}}.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-badge{margin:0 0 2px 13px;padding:4px 8px}.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .mdc-text-field{height:48px}.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .mdc-text-field .mdc-floating-label{top:15px}.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-setup-module__step-description{margin:0 0 1.7em}.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-client-id-cta{font-weight:500;min-height:32px;padding:3px 18px}.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-client-id-cta svg{margin-left:6px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-setup__form{display:flex;justify-content:space-between}}.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-setup__form .googlesitekit-setup-module__panel-item{flex:2}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-setup__form .googlesitekit-setup-module__panel-item{max-width:510px}}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-setup__form .googlesitekit-setup-module__panel-item{max-width:670px}}.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-setup__form .googlesitekit-setup-module__panel-item--with-svg{flex:1;margin-bottom:-16px;overflow:hidden;position:relative;text-align:center}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-setup__form .googlesitekit-setup-module__panel-item--with-svg{bottom:unset;margin-bottom:-25px;min-width:40%;top:-30px}}.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-setup__form .googlesitekit-setup-module__panel-item--with-svg svg{display:none;height:100%;position:relative;width:100%}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-setup__form .googlesitekit-setup-module__panel-item--with-svg svg{bottom:-60px;display:inline-block;max-height:260px}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-setup__form .googlesitekit-setup-module__panel-item--with-svg svg{bottom:unset;max-height:248px}}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-sign-in-with-google-setup__form .googlesitekit-setup-module__panel-item--with-svg svg{max-height:300px}}.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-settings-module__fields-group,.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-text-field-client-id{width:100%}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-setup-module--sign-in-with-google .googlesitekit-setup-module__step p{max-width:610px}}.googlesitekit-plugin .googlesitekit-setup__footer--sign-in-with-google{margin-top:32px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-setup__footer--sign-in-with-google{margin-top:0}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-setup__footer--sign-in-with-google .mdc-layout-grid{padding:24px 48px}}.googlesitekit-plugin .googlesitekit-setup__footer--sign-in-with-google .mdc-layout-grid .mdc-layout-grid__cell:first-child{order:2}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-setup__footer--sign-in-with-google .mdc-layout-grid .mdc-layout-grid__cell:first-child{order:1}}.googlesitekit-plugin .googlesitekit-setup__footer--sign-in-with-google .mdc-layout-grid .mdc-layout-grid__cell:last-child{order:1}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-setup__footer--sign-in-with-google .mdc-layout-grid .mdc-layout-grid__cell:last-child{justify-self:start;margin-left:0}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-setup__footer--sign-in-with-google .mdc-layout-grid .mdc-layout-grid__cell:last-child{order:2}}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-settings-module__footer{margin-top:30px}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google>.mdc-layout-grid{margin-bottom:0}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-text-field-client-id,.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-select,.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-select__selected-text{height:52px}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-select{width:100%}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-select .mdc-select__selected-text{min-width:100%;padding-top:12px}@media(min-width: 960px)and (max-width: 1280px){.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-select .mdc-select__selected-text{padding-right:28px}}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-select .mdc-select__dropdown-icon{bottom:14px}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-select.mdc-select--focused .mdc-select__dropdown-icon{transform:rotate(180deg)}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-settings-module__one-tap,.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-settings-module__show-next-to-comments{border-bottom:none}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-settings-module__one-tap,.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-settings-module__show-next-to-comments{margin-top:24px}}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-settings-module__one-tap .mdc-switch,.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-settings-module__show-next-to-comments .mdc-switch{margin-left:3px}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-settings-module__one-tap p,.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-settings-module__show-next-to-comments p{color:#6c726e;letter-spacing:.2px;margin:4px 0 0}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-sign-in-with-google-settings-fields__button-preview{margin-left:30px}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .googlesitekit-sign-in-with-google-settings-fields__button-preview .mdc-layout-grid__inner{display:block}}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-layout-grid{padding:0}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-layout-grid .mdc-layout-grid .mdc-layout-grid__inner{margin-bottom:24px}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-layout-grid.googlesitekit-sign-in-with-google-settings-fields__stretch-form{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-right:52px;width:100%}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-layout-grid.googlesitekit-sign-in-with-google-settings-fields__stretch-form>.mdc-layout-grid__inner:last-child{margin-bottom:0}}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-layout-grid.googlesitekit-sign-in-with-google-settings-fields__stretch-form>.mdc-layout-grid__inner:last-child .mdc-layout-grid__cell{margin-right:14px}}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google-settings-fields .mdc-layout-grid.googlesitekit-sign-in-with-google-settings-fields__stretch-form>.mdc-layout-grid__inner:last-child .mdc-layout-grid__cell:last-child{margin:0}}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google__preview{background-color:#cbd0d3;border-radius:4px;display:flex;flex-direction:column;height:145px;justify-content:center;padding:0 10%;position:relative;width:100%}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google__preview--label{margin:0 0 1rem;text-align:center}.googlesitekit-plugin .googlesitekit-settings-module--sign-in-with-google .googlesitekit-sign-in-with-google__preview--protector{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.googlesitekit-plugin .googlesitekit-registration-disabled-notice .mdc-layout-grid{padding:12px 0 24px 0}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-registration-disabled-notice .mdc-layout-grid{padding-bottom:14px;padding-top:14px}}.googlesitekit-plugin #sign-in-with-google-compatibility-warning .googlesitekit-notice__description span{display:block;margin:3px 0}.googlesitekit-plugin .googlesitekit-km-widget-tile{display:flex;flex-direction:column;justify-content:space-between;padding:12px 16px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile{min-height:150px;padding:18px 24px}}.googlesitekit-plugin .googlesitekit-km-widget-tile .googlesitekit-info-tooltip{color:#108080}.googlesitekit-plugin .googlesitekit-km-widget-tile .googlesitekit-km-widget-tile__title-container{display:flex;flex-basis:50%;flex-grow:1}.googlesitekit-plugin .googlesitekit-km-widget-tile .googlesitekit-km-widget-tile__title{color:#6c726e;flex:1;font-weight:400;line-height:16px;margin:0 8px 4px 0}.googlesitekit-plugin .googlesitekit-km-widget-tile .googlesitekit-km-widget-tile__body{display:flex;flex-basis:50%;flex-grow:1}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile .googlesitekit-km-widget-tile__body{flex-direction:column}}.googlesitekit-plugin .googlesitekit-km-widget-tile .googlesitekit-km-widget-tile__metric-container{flex-basis:100%}.googlesitekit-plugin .googlesitekit-km-widget-tile .googlesitekit-km-widget-tile__metric-change-container{align-self:flex-end;display:flex}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile .googlesitekit-km-widget-tile__metric-change-container{align-self:auto}}.googlesitekit-plugin .googlesitekit-km-widget-tile--numeric .googlesitekit-km-widget-tile__metric{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:32px;line-height:1.25;margin-top:4px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile--numeric .googlesitekit-km-widget-tile__metric{margin:0}}.googlesitekit-plugin .googlesitekit-km-widget-tile--numeric .googlesitekit-km-widget-tile__subtext{font-size:12px;font-weight:500;line-height:1.33;margin:-1px 0 1px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile--numeric .googlesitekit-km-widget-tile__subtext{font-size:14px;font-weight:400;line-height:1.43;margin:-4px 0 1px}}.googlesitekit-plugin .googlesitekit-km-widget-tile--text .googlesitekit-km-widget-tile__metric{font-size:18px;font-weight:500;margin-top:4px;text-transform:capitalize}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile--text .googlesitekit-km-widget-tile__metric{margin:5px 0 0}}.googlesitekit-plugin .googlesitekit-km-widget-tile--text .googlesitekit-km-widget-tile__subtext{font-size:12px;font-weight:500;line-height:1.33;margin:2px 0 0}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile--text .googlesitekit-km-widget-tile__subtext{font-size:14px;font-weight:400;line-height:1.43;margin:0}}.googlesitekit-plugin .googlesitekit-km-widget-tile--table .googlesitekit-km-widget-tile__table{display:flex;flex-direction:column;font-size:12px;margin-top:12px;width:100%}.googlesitekit-plugin .googlesitekit-km-widget-tile--table .googlesitekit-table__body-row{display:flex;flex-direction:row;justify-content:space-between;padding:2px 0}.googlesitekit-plugin .googlesitekit-km-widget-tile--table .googlesitekit-table__body-item{margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.googlesitekit-plugin .googlesitekit-km-widget-tile--table .googlesitekit-table__body-item:last-child{margin-right:0;overflow:visible;text-overflow:unset}.googlesitekit-plugin .googlesitekit-km-widget-tile--table .googlesitekit-table__body-item strong{font-weight:500}.googlesitekit-plugin .googlesitekit-km-widget-tile--table .googlesitekit-table__body-item .googlesitekit-cta-link{display:inline}.googlesitekit-plugin .googlesitekit-km-widget-tile--table .googlesitekit-km-widget-tile__table-plain-text{color:#161b18;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:0;overflow:hidden;text-overflow:ellipsis}.googlesitekit-plugin .googlesitekit-km-widget-tile--table .googlesitekit-table__body-zero-data{font-size:14px;line-height:1.43}.googlesitekit-plugin .googlesitekit-km-widget-tile__loading{width:100%}.googlesitekit-plugin .googlesitekit-km-widget-tile__loading .googlesitekit-km-widget-tile__loading-body{margin-top:10px}.googlesitekit-plugin .googlesitekit-km-widget-tile--error{height:100%}.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error{background:#fff;border:2px solid #7a1e00;padding:14px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error{min-height:150px;padding:16px 22px}}.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-cta__header{column-gap:8px;display:flex;flex-basis:50%}.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-cta__header svg{color:#108080}.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-cta__header_text{color:#6c726e;font-weight:400;line-height:1.286;margin:0 0 10px}.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-cta__title{color:#161b18;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-weight:400}.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-report-error-actions{align-items:flex-start;display:flex;flex-direction:row-reverse;gap:0}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-report-error-actions{flex-direction:column-reverse}}.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-report-error-actions .googlesitekit-error-retry-text{color:#161b18;flex:1;margin:0;margin-right:14px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-report-error-actions .googlesitekit-error-retry-text{margin-right:0}}.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-report-error-actions button:not(.googlesitekit-cta-link),.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-report-error-actions a.mdc-button{align-self:flex-end;min-height:32px;padding:6px 16px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-report-error-actions button:not(.googlesitekit-cta-link),.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-report-error-actions a.mdc-button{align-self:flex-start;margin-top:10px}}.googlesitekit-plugin .googlesitekit-km-widget-tile--error .googlesitekit-cta--error .googlesitekit-report-error-actions .googlesitekit-cta-link{color:#108080}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .mdc-layout-grid__inner{grid-template-rows:auto 1fr}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .mdc-layout-grid__cell{display:grid;grid-row:span 3;grid-template-columns:subgrid;grid-template-rows:subgrid}}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .mdc-layout-grid__cell{grid-row:span 2}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget__body,.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget{display:grid;grid-column:1/-1;grid-row:1/-1;grid-template-columns:subgrid;grid-template-rows:subgrid}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-cta--error,.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-km-widget-tile--error{display:grid;grid-column:1/-1;grid-row:1/-1;grid-template-rows:subgrid}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-km-widget-tile{display:grid;gap:0;grid-column:1/-1;grid-row:1/-1;grid-template-columns:subgrid;grid-template-rows:subgrid}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--addMetricCTATile .googlesitekit-km-add-metric-cta-tile{grid-column:1/-1;grid-row:1/-1}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-km-widget-tile>div{grid-column:1/-1}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-cta--error>div,.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-cta--error>h3{grid-column:1/-1}}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsConnectGA4All,.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsSetupCTA{grid-template-columns:auto;grid-template-rows:auto}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsConnectGA4All .googlesitekit-widget-context,.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsSetupCTA .googlesitekit-widget-context{padding:0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsConnectGA4All .mdc-layout-grid__inner,.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsSetupCTA .mdc-layout-grid__inner{grid-template-rows:auto}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsConnectGA4All .mdc-layout-grid__cell,.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsSetupCTA .mdc-layout-grid__cell{grid-template-columns:auto;grid-template-rows:auto}}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsConnectGA4All .googlesitekit-widget__body,.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget--keyMetricsSetupCTA .googlesitekit-widget__body{display:block}}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .mdc-layout-grid__inner.googlesitekit-widget-key-metrics-footer{display:inline-block}.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget-key-metrics-footer>.googlesitekit-cta-link{margin:5px 0 0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget-area--mainDashboardKeyMetricsPrimary .googlesitekit-widget-area-widgets .googlesitekit-widget-key-metrics-footer>.googlesitekit-cta-link{margin:0 0 0 5px}}.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile .googlesitekit-km-connect-module-cta-tile{align-items:center;display:flex;gap:8px;padding-bottom:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile .googlesitekit-km-connect-module-cta-tile{gap:12px;padding-bottom:24px}}.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile .googlesitekit-km-connect-module-cta-tile__content .googlesitekit-km-connect-module-cta-tile__text{margin:0 0 4px}.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile.googlesitekit-km-widget-tile{min-height:auto;padding:0}.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile.googlesitekit-km-widget-tile .googlesitekit-km-connect-module-cta-tile{padding-top:8px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile.googlesitekit-km-widget-tile .googlesitekit-km-connect-module-cta-tile{padding-top:12px}}.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile.googlesitekit-km-widget-tile.googlesitekit-km-widget-tile--combined{align-items:center;container:cta-tile/inline-size;display:flex;flex-direction:row}.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile.googlesitekit-km-widget-tile.googlesitekit-km-widget-tile--combined .googlesitekit-km-connect-module-cta-tile{padding-top:16px}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile.googlesitekit-km-widget-tile.googlesitekit-km-widget-tile--combined .googlesitekit-km-connect-module-cta-tile{padding-top:24px}}.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile .googlesitekit-km-connect-module-cta-tile__ghost-card{display:none;height:90px;margin-right:12px;max-height:90px}@container cta-tile (inline-size > 400px){.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile .googlesitekit-km-connect-module-cta-tile__ghost-card:nth-child(2){display:flex;margin-left:12px}}@container cta-tile (inline-size > 600px){.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile .googlesitekit-km-connect-module-cta-tile__ghost-card:nth-child(4){display:flex}}@container cta-tile (inline-size > 900px){.googlesitekit-plugin .googlesitekit-widget--connectModuleCTATile .googlesitekit-km-connect-module-cta-tile__ghost-card:nth-child(3){display:flex}}.googlesitekit-plugin .googlesitekit-widget--addMetricCTATile .googlesitekit-km-add-metric-cta-tile{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;padding:16px}.googlesitekit-plugin .googlesitekit-widget--addMetricCTATile .googlesitekit-km-add-metric-cta-tile:focus{border-radius:16px;outline:1px dotted #000}.googlesitekit-plugin .googlesitekit-widget--addMetricCTATile .googlesitekit-km-add-metric-cta-tile__icon{background-color:#ebeef0;border-radius:50%;color:#6c726e;height:48px;margin:0 auto;padding:16px;width:48px}.googlesitekit-plugin .googlesitekit-widget--addMetricCTATile .googlesitekit-km-add-metric-cta-tile__text{color:#6c726e;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1.33;margin:7px 0 0}.googlesitekit-portal-survey{bottom:24px;position:fixed;right:24px;z-index:99999}@media(max-width: 449px){.googlesitekit-portal-survey{bottom:0;right:0}}@media(min-width: 1280px){.googlesitekit-portal-survey{bottom:34px;right:34px}}@media(min-width: 1366px){.googlesitekit-portal-survey{right:calc(((100vw - 1366px) / 2) - 47px)}}@media(max-width: 1500px){.googlesitekit-portal-survey{right:32px}}@media(max-width: 961px){.googlesitekit-portal-survey{right:26px}}@media(min-width: 783px){.folded .googlesitekit-portal-survey{right:calc(((100vw - 1366px) / 2) + 16px)}}@media(min-width: 1366px){.folded .googlesitekit-portal-survey{right:calc(((100vw - 1366px) / 2) + 16px)}}@media(max-width: 1500px){.folded .googlesitekit-portal-survey{right:32px}}@media(max-width: 961px){.folded .googlesitekit-portal-survey{right:26px}}.googlesitekit-plugin .googlesitekit-survey__header-logo{margin:0 16px 0 0;width:24px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-survey__header-logo{margin-right:24px}}.googlesitekit-plugin .googlesitekit-survey__header-logo svg{display:block}.googlesitekit-plugin .googlesitekit-survey__header-close{position:absolute;right:-12px;top:-12px}.googlesitekit-plugin .googlesitekit-survey__header-close svg{fill:#5f6561}.googlesitekit-plugin .googlesitekit-survey__header{align-items:center;display:flex;flex-wrap:nowrap;padding:16px 16px 8px;position:relative}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-survey__header{padding:24px 24px 8px}}.googlesitekit-plugin .googlesitekit-survey__header .mdc-button:not(:disabled){background-color:transparent;border-radius:50%;box-shadow:none;height:40px;min-width:40px;padding:0;transition:background .2s ease-in-out;width:40px}.googlesitekit-plugin .googlesitekit-survey__header .mdc-button:not(:disabled):hover,.googlesitekit-plugin .googlesitekit-survey__header .mdc-button:not(:disabled):focus{background-color:#ebeef0}.googlesitekit-plugin .googlesitekit-survey__header .googlesitekit-typography.googlesitekit-typography--headline{color:#161b18;font-size:16px;line-height:1.5;margin:0}.googlesitekit-plugin .googlesitekit-survey__header-details{flex:1 0;padding:0 32px 0 0;position:relative}.googlesitekit-plugin .googlesitekit-survey{background-color:#fff;border-radius:8px;box-shadow:rgba(0,0,0,.14) 0 16px 24px 2px,rgba(0,0,0,.12) 0 6px 30px 5px,rgba(0,0,0,.2) 0 8px 10px -5px;max-width:400px}@media(max-width: 449px){.googlesitekit-plugin .googlesitekit-survey{max-width:none}}.googlesitekit-plugin .googlesitekit-survey__body{padding:0 0 16px;position:relative}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-survey__body{padding-bottom:24px}}.googlesitekit-plugin .googlesitekit-survey__choices{display:flex;flex-wrap:nowrap;justify-content:space-between;margin-top:8px}.googlesitekit-plugin .googlesitekit-survey__choices>div{min-width:50px;overflow:visible}.googlesitekit-plugin .googlesitekit-survey__footer{padding:0 16px 16px;position:relative;text-align:right}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-survey__footer{padding:0 24px 24px}}.googlesitekit-plugin .googlesitekit-survey__footer p{border-top:1px solid #ebeef0;color:#6c726e;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;letter-spacing:.2px;margin:12px 0 0;padding-top:12px;text-align:left}.googlesitekit-plugin .googlesitekit-survey__footer .googlesitekit-survey__terms{margin:0;padding-top:12px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-survey__footer .googlesitekit-survey__terms{margin:0 0 -12px}}.googlesitekit-plugin .googlesitekit-survey__footer .mdc-button{letter-spacing:.25px}.googlesitekit-plugin .googlesitekit-survey__choice p{color:#6c726e;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:6px 0 0}.googlesitekit-plugin .googlesitekit-survey__choice:first-child{margin-left:8px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-survey__choice:first-child{margin-left:15px}}.googlesitekit-plugin .googlesitekit-survey__choice:first-child p{transform:translateX(9px)}.googlesitekit-plugin .googlesitekit-survey__choice:last-child{margin-right:7px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-survey__choice:last-child{margin-right:17px}}.googlesitekit-plugin .googlesitekit-survey__choice:last-child p{transform:translateX(-9px)}.googlesitekit-plugin .googlesitekit-survey__choice:not(:first-child,:last-child) p{display:none}.googlesitekit-plugin .googlesitekit-survey__choice .mdc-button:not(:disabled){background-color:transparent;border-radius:50%;box-shadow:none;color:#5f6561;height:50px;min-width:50px;padding:0;transition:background .2s ease-in-out;width:50px}.googlesitekit-plugin .googlesitekit-survey__choice .mdc-button:not(:disabled):hover,.googlesitekit-plugin .googlesitekit-survey__choice .mdc-button:not(:disabled):focus{background-color:#ebeef0}.googlesitekit-plugin .googlesitekit-survey__multi-select .googlesitekit-survey__body{padding:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-survey__multi-select .googlesitekit-survey__body{padding:16px 24px}}.googlesitekit-plugin .googlesitekit-survey__multi-select .googlesitekit-survey__multi-select__choice{align-items:center;display:flex;flex-wrap:wrap}.googlesitekit-plugin .googlesitekit-survey__multi-select .googlesitekit-survey__multi-select__choice .mdc-text-field{flex-grow:1;height:35px;margin-left:10px;width:auto}.googlesitekit-plugin .googlesitekit-survey__multi-select .googlesitekit-survey__multi-select__choice .mdc-text-field .mdc-text-field__input{background:transparent;font-size:12px;letter-spacing:.2px}.googlesitekit-plugin .googlesitekit-survey__multi-select .googlesitekit-survey__multi-select__choice--disabled{opacity:.25}.googlesitekit-plugin .googlesitekit-survey__multi-select .googlesitekit-survey__multi-select__choice--disabled :hover{cursor:default}.googlesitekit-plugin .googlesitekit-survey__completion .googlesitekit-survey__body{color:#5f6561;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:.2px;line-height:1.33;padding:0 16px 16px 56px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-survey__completion .googlesitekit-survey__body{padding-left:70px;padding-right:24px}}.googlesitekit-survey__open-text .mdc-text-field{margin-bottom:16px}.googlesitekit-survey__open-text .mdc-text-field-helper-line{padding-left:0}.googlesitekit-survey__open-text .googlesitekit-survey__body{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:16px}@media(min-width: 960px){.googlesitekit-survey__open-text .googlesitekit-survey__body{padding:24px}}.googlesitekit-single-select .googlesitekit-survey__body{padding:16px}@media(min-width: 960px){.googlesitekit-single-select .googlesitekit-survey__body{padding:16px 24px}}.googlesitekit-single-select .googlesitekit-single-select__choice{align-items:center;display:flex;flex-wrap:wrap}.googlesitekit-single-select .mdc-text-field{flex-grow:1;height:35px;margin-left:10px;width:auto}.googlesitekit-single-select .mdc-text-field .mdc-text-field__input{background:transparent;font-size:12px;letter-spacing:.2px}.googlesitekit-single-select .mdc-form-field>label{padding:5px 0 5px 4px}.googlesitekit-banner{background-color:#fff;display:grid;grid-template-columns:1fr}@media(min-width: 961px){.googlesitekit-banner{grid-template-columns:1fr 40%}}@media(min-width: 1281px){.googlesitekit-banner{grid-template-columns:1fr 400px}}.googlesitekit-banner .googlesitekit-banner__content{padding:16px}@media(min-width: 601px){.googlesitekit-banner .googlesitekit-banner__content{min-height:188px;padding:24px}}.googlesitekit-banner .googlesitekit-banner__footer{border-top:1px solid #ebeef0;grid-column:1/-1;padding:24px}.googlesitekit-banner .googlesitekit-banner__footer p{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.43}.googlesitekit-banner .googlesitekit-banner__title-icon{height:52px;margin-bottom:4px;width:52px}.googlesitekit-banner p.googlesitekit-banner__title{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;letter-spacing:.1px;line-height:1.25;margin:0 0 10px}@media(min-width: 601px){.googlesitekit-banner p.googlesitekit-banner__title{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:22px;font-weight:400;letter-spacing:0;line-height:1.27;margin:0 0 8px}}@media(min-width: 961px){.googlesitekit-banner p.googlesitekit-banner__title{font-size:28px;line-height:1.286}}.googlesitekit-banner .googlesitekit-banner__description,.googlesitekit-banner .googlesitekit-banner__description p{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:.2px;line-height:1.33;margin:0}@media(min-width: 601px){.googlesitekit-banner .googlesitekit-banner__description,.googlesitekit-banner .googlesitekit-banner__description p{font-size:14px;letter-spacing:.25px;line-height:1.43}}@media(min-width: 961px){.googlesitekit-banner .googlesitekit-banner__description,.googlesitekit-banner .googlesitekit-banner__description p{font-size:16px;letter-spacing:.5px;line-height:1.5}}.googlesitekit-banner .googlesitekit-banner__description p{margin-bottom:10px}.googlesitekit-banner .googlesitekit-banner__description p:first-child{margin-top:0}.googlesitekit-banner .googlesitekit-banner__description p:last-child{margin-bottom:0}.googlesitekit-banner p.googlesitekit-banner__help-text{color:#6c726e;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;letter-spacing:.2px;line-height:1.33;margin-bottom:0}.googlesitekit-banner .googlesitekit-notice{margin-top:20px}.googlesitekit-banner .googlesitekit-notice__action>.mdc-button{margin-right:10px;margin-top:20px}.googlesitekit-banner .googlesitekit-banner__svg-wrapper{background-position:center bottom;background-repeat:no-repeat;background-size:contain;height:146px;margin:0 auto;width:90%}@media(min-width: 961px){.googlesitekit-banner .googlesitekit-banner__svg-wrapper{background-position-x:right;background-repeat:no-repeat;background-size:100%;height:100%;width:100%}}@media(min-width: 961px){.googlesitekit-banner .googlesitekit-notice__action{margin-bottom:10px}.googlesitekit-banner .googlesitekit-banner__svg-wrapper--top{background-position-y:top}.googlesitekit-banner .googlesitekit-banner__svg-wrapper--center{background-position-y:center}.googlesitekit-banner .googlesitekit-banner__svg-wrapper--bottom{background-position-y:bottom}}.googlesitekit-banner--setup-cta{border-radius:24px}.googlesitekit-banner__progress-bar{margin-bottom:3px}.googlesitekit-banner__progress-bar .mdc-linear-progress__buffer{background-color:#d0fbe1}.googlesitekit-banner__progress-bar .mdc-linear-progress__bar-inner{background-color:#77ad8c}.googlesitekit-widget-context--with-progress-bar{padding-top:0}.googlesitekit-notice{align-items:flex-start;background-color:#b8e5ca;border-radius:16px;color:#265c3b;display:flex;flex-direction:column;gap:10px;padding:14px 16px}@media(min-width: 600px){.googlesitekit-notice{align-items:center;flex-direction:row;gap:16px;padding:14px 24px}}.googlesitekit-notice .googlesitekit-notice__icon{display:flex}.googlesitekit-notice .googlesitekit-notice__content{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.14}@media(min-width: 600px){.googlesitekit-notice .googlesitekit-notice__content{flex:1}}.googlesitekit-notice .googlesitekit-notice__content svg{fill:none}.googlesitekit-notice .googlesitekit-notice__content svg path:not([stroke*=currentColor]){fill:currentColor}.googlesitekit-notice .googlesitekit-notice__content p{margin:0 0 10px}@media(min-width: 600px){.googlesitekit-notice .googlesitekit-notice__content p{margin:0}}.googlesitekit-notice .googlesitekit-notice__content p>a,.googlesitekit-notice .googlesitekit-notice__content p>span>a{color:inherit;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-notice .googlesitekit-notice__content .googlesitekit-notice__title{font-weight:500}.googlesitekit-notice .googlesitekit-notice__content:not(:has(+.googlesitekit-notice__action)) .googlesitekit-notice__description{margin:0}.googlesitekit-notice.googlesitekit-notice--small{padding:8px 16px}.googlesitekit-notice.googlesitekit-notice--small .googlesitekit-notice__content p{font-size:12px}.googlesitekit-notice.googlesitekit-notice--square{border-radius:0}.googlesitekit-notice.googlesitekit-notice--bottom-margin{margin-bottom:24px}.googlesitekit-notice .mdc-button{border-radius:100px;margin:0 auto;min-height:32px;padding:6px 16px}.googlesitekit-notice .mdc-button.mdc-button--tertiary:not(:disabled){color:#265c3b}@media(min-width: 600px){.googlesitekit-notice .mdc-button{margin:0}}.googlesitekit-notice .mdc-button.mdc-button--raised{padding:6px 16px}.googlesitekit-notice .googlesitekit-notice__action{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:end;width:100%}@media(min-width: 600px){.googlesitekit-notice .googlesitekit-notice__action{justify-content:initial;width:initial}}.googlesitekit-notice .googlesitekit-notice__action .mdc-button{margin:0}.googlesitekit-notice .googlesitekit-notice__cta:not(.googlesitekit-notice__cta--spinner__running) svg{margin-inline-start:6px}.googlesitekit-notice .googlesitekit-notice__cta.googlesitekit-notice__cta--spinner__running .mdc-button__label{margin-left:3px}.googlesitekit-notice.googlesitekit-notice--success .googlesitekit-notice__icon svg{height:24px;width:24px}.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__content,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__content{color:#161b18}.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta:not(:disabled){background-color:#161b18}.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta::before,.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta::after,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta::before,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta::before,.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta::after,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta::before,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta:hover::before,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta:hover::before{opacity:.08}.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta.mdc-ripple-upgraded--background-focused::before,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta:not(.mdc-ripple-upgraded)::after,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta:not(.mdc-ripple-upgraded):active::after,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__cta.mdc-ripple-upgraded,.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__cta.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:not(:disabled){color:#161b18}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover:not(:disabled){background-color:rgba(22,27,24,.08)}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover:hover::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover:hover::before{opacity:.08}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover.mdc-ripple-upgraded--background-focused::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded)::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):active::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover.mdc-ripple-upgraded,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:hover:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:hover:not(:disabled){color:#161b18}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus:not(:disabled){background-color:rgba(22,27,24,.26)}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active::after,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active::after,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active:hover::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus:hover::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active:hover::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus:hover::before{opacity:.08}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus.mdc-ripple-upgraded--background-focused::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded)::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):active::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active.mdc-ripple-upgraded,.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus.mdc-ripple-upgraded,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active.mdc-ripple-upgraded,.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info .mdc-button--tertiary:focus:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--info-alt .mdc-button--tertiary:focus:not(:disabled){color:#161b18}.googlesitekit-notice.googlesitekit-notice--info{background-color:#f3f5f7}.googlesitekit-notice.googlesitekit-notice--info .googlesitekit-notice__icon{color:#161b18}.googlesitekit-notice.googlesitekit-notice--info-alt{background-color:#fff}.googlesitekit-notice.googlesitekit-notice--info-alt .googlesitekit-notice__icon{color:#6c726e}.googlesitekit-notice.googlesitekit-notice--warning{background-color:#ffe4b1}.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__icon,.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__content{color:#4e3300}.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta:not(:disabled){background-color:#4e3300}.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta::before,.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta::before,.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta:hover::before{opacity:.08}.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--warning .googlesitekit-notice__cta.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:not(:disabled){color:#4e3300}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover:not(:disabled){background-color:rgba(225,177,85,.6)}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover:hover::before{opacity:.04}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:hover:not(:disabled){color:#4e3300}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus:not(:disabled){background-color:#e1b155}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active::after,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active::after,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active:hover::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus:hover::before{opacity:.04}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active.mdc-ripple-upgraded,.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--warning .mdc-button--tertiary:focus:not(:disabled){color:#4e3300}.googlesitekit-notice.googlesitekit-notice--error{background-color:#ffded3}.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__icon,.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__content,.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__content p{color:#7a1e00}.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta:not(:disabled){background-color:#7a1e00}.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta::before,.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta::before,.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta:hover::before{opacity:.08}.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--error .googlesitekit-notice__cta.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:not(:disabled){color:#7a1e00}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover:not(:disabled){background-color:rgba(255,194,174,.6)}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover:hover::before{opacity:.04}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:hover:not(:disabled){color:#7a1e00}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus:not(:disabled){background-color:#ffc2ae}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active::after,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active::after,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active:hover::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus:hover::before{opacity:.04}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active.mdc-ripple-upgraded,.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--error .mdc-button--tertiary:focus:not(:disabled){color:#7a1e00}.googlesitekit-notice.googlesitekit-notice--new{background-color:#e3d1ff}.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__icon,.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__content{color:#462083}.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta:not(:disabled){background-color:#462083}.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta::before,.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta::before,.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta:hover::before{opacity:.08}.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-notice.googlesitekit-notice--new .googlesitekit-notice__cta.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:not(:disabled){color:#462083}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover:not(:disabled){background-color:rgba(169,131,230,.6)}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover:hover::before{opacity:.04}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:hover:not(:disabled){color:#462083}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus:not(:disabled){background-color:#a983e6}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active::after,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active::after,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active:hover::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus:hover::before{opacity:.04}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active.mdc-ripple-upgraded,.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:active:not(:disabled),.googlesitekit-notice.googlesitekit-notice--new .mdc-button--tertiary:focus:not(:disabled){color:#462083}.googlesitekit-notice-snackbar--bottom-right{bottom:0;gap:16px;position:fixed;right:0;z-index:9}@media(max-width: 600px){.googlesitekit-notice-snackbar--bottom-right{left:0;right:0;width:100%}}@media(max-width: 961px){.googlesitekit-notice-snackbar--bottom-right{right:24px}}@media(min-width: 1366px){.googlesitekit-notice-snackbar--bottom-right{right:calc(((100vw - 1366px) / 2) - (24px * 2))}}@media(max-width: 1500px){.googlesitekit-notice-snackbar--bottom-right{right:36px}}@media(min-width: 783px){.folded .googlesitekit-notice-snackbar--bottom-right{right:calc(((100vw - 1366px) / 2) + 16px)}}@media(min-width: 1366px){.folded .googlesitekit-notice-snackbar--bottom-right{right:calc(((100vw - 1366px) / 2) + 16px)}}@media(max-width: 1500px){.folded .googlesitekit-notice-snackbar--bottom-right{right:31.2px}}@media(max-width: 961px){.folded .googlesitekit-notice-snackbar--bottom-right{right:24px}}.googlesitekit-toast-notice{animation:toast-fade-in 250ms ease-in-out,toast-fade-out 250ms ease-in-out 5.25s;animation-fill-mode:forwards;bottom:45px;position:fixed;right:45px}@keyframes toast-fade-in{from{opacity:0}to{opacity:1}}@keyframes toast-fade-out{from{opacity:1}to{opacity:0}}.googlesitekit-overlay-card{background-color:#fff;border-radius:16px;display:flex;flex-direction:column;margin:16px}@media(min-width: 600px){.googlesitekit-overlay-card{bottom:36px;box-shadow:0 8px 24px 0 rgba(0,0,0,.25);inset-inline-end:36px;margin:0;max-width:348px;position:fixed;z-index:9970}}@media(min-width: 1440px){.googlesitekit-overlay-card{inset-inline-end:calc(((100vw - 1366px) / 2))}}@media(min-width: 1500px){.googlesitekit-overlay-card{inset-inline-end:calc(((100vw - 1366px) / 2) - (24px))}}.googlesitekit-overlay-card .googlesitekit-overlay-card__graphic{overflow:hidden;text-align:center}.googlesitekit-overlay-card .googlesitekit-overlay-card__graphic svg{display:block;height:auto;max-width:100%}.googlesitekit-overlay-card .googlesitekit-overlay-card__body{color:#161b18;padding:16px}.googlesitekit-overlay-card .googlesitekit-overlay-card__body .googlesitekit-overlay-card__badge{margin-bottom:8px}.googlesitekit-overlay-card .googlesitekit-overlay-card__body .googlesitekit-overlay-card__title{margin:0 0 10px}.googlesitekit-overlay-card .googlesitekit-overlay-card__body .googlesitekit-overlay-card__description{font-size:12px;font-weight:400;letter-spacing:.2px;line-height:1.33;margin:0}@media(min-width: 600px){.googlesitekit-overlay-card .googlesitekit-overlay-card__body{padding:24px}.googlesitekit-overlay-card .googlesitekit-overlay-card__body .googlesitekit-typography.googlesitekit-overlay-card__title{font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:22px;font-weight:400;letter-spacing:unset;line-height:1.27;margin:0 0 5px}.googlesitekit-overlay-card .googlesitekit-overlay-card__body .googlesitekit-overlay-card__description{font-size:14px;font-weight:400;letter-spacing:.25px;line-height:1.43}}.googlesitekit-overlay-card .googlesitekit-overlay-card__actions{align-items:center;display:flex;flex-direction:row-reverse;gap:8px;justify-content:flex-end;padding:16px;padding-top:0}@media(min-width: 600px){.googlesitekit-overlay-card .googlesitekit-overlay-card__actions{flex-direction:row;padding:24px;padding-top:0}}.googlesitekit-overlay-card .googlesitekit-overlay-card__actions .mdc-button--raised{gap:0 6px}@media(min-width: 1440px){.folded .googlesitekit-overlay-card{inset-inline-end:calc(((100vw - 1366px + 124px ) / 2))}}@media(min-width: 1500px){.folded .googlesitekit-overlay-card{inset-inline-end:calc(((100vw - 1366px + 124px ) / 2) - (24px))}}.googlesitekit-plugin .googlesitekit-banner-notification{width:100%}.googlesitekit-plugin .googlesitekit-banner-notification .googlesitekit-banner__description,.googlesitekit-plugin .googlesitekit-banner-notification .googlesitekit-banner__description p{font-size:12px}@media(min-width: 601px){.googlesitekit-plugin .googlesitekit-banner-notification .googlesitekit-banner__description,.googlesitekit-plugin .googlesitekit-banner-notification .googlesitekit-banner__description p{font-size:14px}}.googlesitekit-plugin .googlesitekit-banner-notification .googlesitekit-banner__description a,.googlesitekit-plugin .googlesitekit-banner-notification .googlesitekit-banner__description p a{color:unset;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--info{background-color:#f1fff7}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--error{background-color:#fff8f6}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--error .googlesitekit-banner__cta:not(:disabled){background-color:#ac4220}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning{background-color:#fffaef}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action{margin-bottom:0}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary):not(:disabled){background-color:#4e3300}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary):not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary)::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary)::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary)::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary)::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary):hover::before{opacity:.08}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary):not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary).mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary):not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary):not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button:not(.mdc-button--tertiary).mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:not(:disabled){color:#4e3300}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover:not(:disabled){background-color:rgba(225,177,85,.6)}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover:hover::before{opacity:.04}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:hover:not(:disabled){color:#4e3300}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus:not(:disabled){background-color:#e1b155}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active::after,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active::after,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active:hover::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus:hover::before{opacity:.04}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active.mdc-ripple-upgraded,.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:focus:not(:disabled){color:#4e3300}.googlesitekit-plugin .googlesitekit-banner-notification.googlesitekit-banner-notification--warning .googlesitekit-notice__action .mdc-button--tertiary:not(:disabled){background-color:unset}.googlesitekit-plugin .googlesitekit-banner-notification .mdc-layout-grid{padding:0}.googlesitekit-plugin .googlesitekit-banner-notification .googlesitekit-banner{background-color:unset}.googlesitekit-plugin .googlesitekit-banner-notification .googlesitekit-banner__additional-description{margin-top:10px}.googlesitekit-plugin .googlesitekit-banner-notification .googlesitekit-preview-block__wrapper{margin-bottom:10px}.googlesitekit-widget-area--composite .googlesitekit-widget-area-widgets{background:#fff}@media(min-width: 961px){.googlesitekit-widget-area-header{margin-bottom:24px;margin-bottom:var(--mdc-layout-grid-margin-desktop, 24px)}}@media(min-width: 601px)and (max-width: 960px){.googlesitekit-widget-area-header{margin-bottom:16px;margin-bottom:var(--mdc-layout-grid-margin-tablet, 16px)}}@media(max-width: 600px){.googlesitekit-widget-area-header{margin-bottom:16px;margin-bottom:var(--mdc-layout-grid-margin-phone, 16px)}}.googlesitekit-widget-area-header .googlesitekit-widget-area-header__title{color:#161b18;font-weight:500;margin:0 0 .125rem}.googlesitekit-widget-area-header .googlesitekit-widget-area-header__subtitle{color:#161b18;display:flex;flex-grow:1;justify-content:space-between;margin:0}@media(min-width: 600px){.googlesitekit-widget-area-header .googlesitekit-widget-area-header__subtitle{display:block}}.googlesitekit-widget-area-header .googlesitekit-widget-area-header__subtitle .googlesitekit-new-badge{height:24px;margin-left:14px}.googlesitekit-widget-area-header .googlesitekit-widget-area-header__details{align-items:flex-start;display:flex;justify-content:space-between}.googlesitekit-widget-area-header .googlesitekit-widget-area__cta-link{align-items:center;display:flex;font-size:14px;font-weight:500;line-height:1.43;padding-left:6px;white-space:nowrap}.googlesitekit-widget-area-footer__cta{font-size:14px;font-weight:500;margin:12px 0}.googlesitekit-widget-context{padding-bottom:10px;padding-top:10px}@media screen and (min-width: 601px){.googlesitekit-widget-context .mdc-layout-grid{padding:24px}}.googlesitekit-widget-context--last{min-height:80vh}@media screen and (min-height: 1200px){.googlesitekit-widget-context--last{min-height:100vh}}.googlesitekit-plugin .googlesitekit-widget{background:#fff;border-radius:16px;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0}.googlesitekit-plugin .googlesitekit-widget .googlesitekit-widget__header--cta{margin:16px 0 0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget .googlesitekit-widget__header--cta{margin:0}}.googlesitekit-plugin .googlesitekit-widget .googlesitekit-widget__header--cta .googlesitekit-cta-link{font-size:16px;font-weight:400;letter-spacing:.5px}@media(min-width: 961px){.googlesitekit-plugin .googlesitekit-widget__header,.googlesitekit-plugin .googlesitekit-widget__body,.googlesitekit-plugin .googlesitekit-widget__footer{padding:24px;padding:var(--mdc-layout-grid-margin-desktop, 24px)}}@media(min-width: 601px)and (max-width: 960px){.googlesitekit-plugin .googlesitekit-widget__header,.googlesitekit-plugin .googlesitekit-widget__body,.googlesitekit-plugin .googlesitekit-widget__footer{padding:16px;padding:var(--mdc-layout-grid-margin-tablet, 16px)}}@media(max-width: 600px){.googlesitekit-plugin .googlesitekit-widget__header,.googlesitekit-plugin .googlesitekit-widget__body,.googlesitekit-plugin .googlesitekit-widget__footer{padding:16px;padding:var(--mdc-layout-grid-margin-phone, 16px)}}.googlesitekit-plugin .googlesitekit-widget__header{border-bottom:1px solid #ebeef0}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget__header{display:flex;justify-content:space-between}}.googlesitekit-plugin .googlesitekit-widget__header .googlesitekit-typography.googlesitekit-widget__header-title{font-size:16px;line-height:1.25;margin:0}.googlesitekit-plugin .googlesitekit-widget__body{flex:1}.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--no-padding .googlesitekit-widget__body{padding:0}.googlesitekit-plugin .googlesitekit-widget__footer{border-top:1px solid #ebeef0}.googlesitekit-plugin .googlesitekit-widget--hidden-footer .googlesitekit-widget__footer{visibility:hidden}.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--footer-v2 .googlesitekit-widget__footer{border-top:0;display:flex;justify-content:flex-end}.googlesitekit-plugin .googlesitekit-widget-area--composite .googlesitekit-widget{background:transparent;box-shadow:none}.googlesitekit-plugin .googlesitekit-widget-area--composite .googlesitekit-widget .googlesitekit-widget__header,.googlesitekit-plugin .googlesitekit-widget-area--composite .googlesitekit-widget .googlesitekit-widget__body,.googlesitekit-plugin .googlesitekit-widget-area--composite .googlesitekit-widget .googlesitekit-widget__footer{padding-left:0;padding-right:0}.googlesitekit-plugin .googlesitekit-widget-area--composite .googlesitekit-widget .googlesitekit-widget__header:first-child,.googlesitekit-plugin .googlesitekit-widget-area--composite .googlesitekit-widget .googlesitekit-widget__body:first-child,.googlesitekit-plugin .googlesitekit-widget-area--composite .googlesitekit-widget .googlesitekit-widget__footer:first-child{padding-top:0}.googlesitekit-plugin .googlesitekit-widget-area--composite .googlesitekit-widget .googlesitekit-widget__header:last-child,.googlesitekit-plugin .googlesitekit-widget-area--composite .googlesitekit-widget .googlesitekit-widget__body:last-child,.googlesitekit-plugin .googlesitekit-widget-area--composite .googlesitekit-widget .googlesitekit-widget__footer:last-child{padding-bottom:0}.googlesitekit-plugin .googlesitekit-adsense-performance-overview{display:flex;flex-wrap:wrap;justify-content:space-evenly;padding:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-adsense-performance-overview{padding:24px}}.googlesitekit-plugin .googlesitekit-adsense-performance-overview .googlesitekit-data-block--button{min-width:25%;padding-left:20px;padding-right:20px}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__totalcount .googlesitekit-data-block__title{display:block;text-transform:capitalize}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__totalcount svg{vertical-align:bottom}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__totalcount .googlesitekit-cta-link{font-size:16px;letter-spacing:.5px}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .mdc-tab__text-label,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .mdc-tab__text-label{color:#6c726e}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .mdc-tab-scroller__scroll-content,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .mdc-tab-scroller__scroll-content{justify-content:center}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .mdc-tab-indicator__content--underline,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .mdc-tab-indicator__content--underline{border-radius:4px 4px 0 0;height:4px}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .mdc-tab__text-label,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .mdc-tab__text-label{letter-spacing:normal;opacity:1;text-transform:none}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .mdc-tab,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .mdc-tab{height:40px;margin:0 10px;padding:0 20px}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .mdc-tab.mdc-tab--active .mdc-tab__text-label,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .mdc-tab.mdc-tab--active .mdc-tab__text-label{color:#3c7251}@media(min-width: 600px)and (max-width: 1280px){.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .mdc-tab,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .mdc-tab{margin:0;padding:0 10px}}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .mdc-tab--active[disabled] .mdc-tab-indicator__content--underline,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .mdc-tab--active[disabled] .mdc-tab-indicator__content--underline{background-color:#999f9b;opacity:.6}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .googlesitekit-widget__footer,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .googlesitekit-widget__footer{padding-top:0}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .googlesitekit-data-block__title,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .googlesitekit-data-block__title{font-size:14px;letter-spacing:.25px;line-height:1.43}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .googlesitekit-data-block__datapoint,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .googlesitekit-data-block__datapoint{font-size:58px;line-height:1.1}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .googlesitekit-data-block__arrow,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .googlesitekit-data-block__arrow{vertical-align:top}.googlesitekit-plugin .googlesitekit-widget__analytics--all-traffic .googlesitekit-data-block__suffix,.googlesitekit-plugin .googlesitekit-widget.googlesitekit-widget--legacy-all-traffic-widget .googlesitekit-data-block__suffix{font-weight:400}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__user-count-chart{position:relative;top:16px}}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__user-count-chart{top:0}}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions{min-height:450px;padding-top:30px;position:relative}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions .googlesitekit-preview-block.googlesitekit-widget--analyticsAllTraffic__dimensions--not-loading{display:none}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions .googlesitekit-preview-block.googlesitekit-widget--analyticsAllTraffic__dimensions--loading{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%)}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions .googlesitekit-widget--analyticsAllTraffic__dimensions-container{position:relative}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__totalcount--loading{margin:0 0 10px}@media(min-width: 1280px){.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__totalcount--loading{min-height:106px}}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart{height:100%;position:relative;width:100%}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-chart-loading{padding-bottom:32px;padding-top:32px}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__empty-dimensions-chart{padding:16px;text-align:center}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__empty-dimensions-chart{padding:24px}}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__empty-dimensions-chart .mdc-layout-grid__inner{align-items:center;min-height:120px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__empty-dimensions-chart .mdc-layout-grid__inner{min-height:270px}}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__empty-dimensions-chart svg{max-width:140px}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__empty-dimensions-chart h4{color:#6c726e;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:.5px;line-height:1.5;margin:0}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__empty-dimensions-chart p{color:#6c726e;font-size:12px;letter-spacing:.2px;line-height:1.33;margin:4px 0 0}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__selectable .googlesitekit-chart__inner>div>div>div>svg>g>path,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__selectable .googlesitekit-chart__inner>div>div>div>svg>g>g{cursor:pointer}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__slice-selected .googlesitekit-chart--PieChart div.google-visualization-tooltip{pointer-events:auto;z-index:8}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart-title{color:#6c726e;font-size:12px;font-weight:500;left:50%;letter-spacing:.2px;max-width:80px;position:absolute;text-align:center;text-transform:capitalize;top:50%;transform:translate(-50%, -50%)}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart-title span{display:block;font-weight:400}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart-gathering-data{color:#cbd0d3;font-size:18px;left:50%;line-height:1.33;max-width:80px;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%)}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__tabs--small{text-align:center}@media(min-width: 600px){.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__tabs--small{display:none}}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__tabs--loading{display:flex;flex-direction:row;justify-content:center}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__tabs--loading .googlesitekit-preview-block{margin:0 10px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__totals{margin-bottom:-24px}}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__totals .googlesitekit-cta--error{height:auto;margin-top:16px}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__totals .googlesitekit-cta--error{margin-top:24px}}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__chart{min-height:368px;position:relative}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend{margin-top:-6px;text-align:center}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend .googlesitekit-cta-link__contents{align-items:center;display:inline-flex}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend-slice{align-items:center;border-radius:4px;color:#333935;display:inline-flex;font-size:12px;font-weight:400;letter-spacing:.2px;margin:0 4px 0 0;padding:7px 4px;position:relative;text-transform:capitalize}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend-slice:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend-slice:focus{outline:none}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__label{display:inline-flex;flex-direction:column}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__label::after{content:attr(data-label);display:inline-flex;font-weight:500;height:0;visibility:hidden}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dot{border-radius:50%;display:inline-block;height:12px;margin:0 4px 0 0;width:12px}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__underlay{display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease-in-out;width:100%;z-index:1}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend-active{font-weight:500}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend-active .googlesitekit-widget--analyticsAllTraffic__underlay,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend-slice:hover .googlesitekit-widget--analyticsAllTraffic__underlay{opacity:.16}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend-others{cursor:text}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend-others:hover .googlesitekit-widget--analyticsAllTraffic__underlay{opacity:0}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__legend--single .googlesitekit-widget--analyticsAllTraffic__legend-slice:not(:first-child){display:none}.googlesitekit-plugin .googlesitekit-widget--adBlockerWarning{background-color:transparent;box-shadow:none}.googlesitekit-plugin .googlesitekit-analytics-popular-pages-widget__report-table--tabbed-layout .googlesitekit-table__body-item:last-child{white-space:nowrap}.googlesitekit-plugin .googlesitekit-analytics-popular-pages-widget__report-table--tabbed-layout .googlesitekit-table__body-item:last-child .googlesitekit-table__body-item-content{padding-left:1em}.googlesitekit-plugin .googlesitekit-widget-error-handler{display:grid;grid-column:1/-1;grid-row:1/-1;grid-template-columns:subgrid}.googlesitekit-plugin .googlesitekit-align-self-center{align-self:center}.googlesitekit-plugin .googlesitekit-border-radius-round{border-radius:50%}@media(min-width: 600px)and (max-width: 783px){.googlesitekit-plugin .googlesitekit-border-radius-round--tablet{border-radius:50%}}@media(max-width: 599px){.googlesitekit-plugin .googlesitekit-border-radius-round--phone{border-radius:50%}}.googlesitekit-plugin .googlesitekit-color--surfaces-on-background-variant{color:#6c726e}.googlesitekit-plugin .googlesitekit-display-block{display:block}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-desktop-display-none{display:none}}@media(max-width: 960px){.googlesitekit-plugin .googlesitekit-non-desktop-display-none{display:none}}.googlesitekit-plugin .googlesitekit-font-weight-medium{font-weight:500}.googlesitekit-plugin .googlesitekit-font-weight-bold{font-weight:700 !important}.googlesitekit-plugin .googlesitekit-margin-top-0{margin-top:0 !important}.googlesitekit-plugin .googlesitekit-margin-top-1{margin-top:1rem !important}.googlesitekit-plugin .googlesitekit-margin-bottom-0{margin-bottom:0 !important}.googlesitekit-plugin .googlesitekit-margin-bottom-1rem{margin-bottom:1rem !important}.googlesitekit-plugin .googlesitekit-margin-left-1rem{margin-left:1rem}.googlesitekit-plugin .googlesitekit-margin-left-auto{margin-left:auto}.googlesitekit-plugin .googlesitekit-margin-right-0{margin-right:0}.googlesitekit-plugin .googlesitekit-overflow-auto{overflow:auto}.googlesitekit-plugin .googlesitekit-overflow-hidden{overflow:hidden}.googlesitekit-plugin .googlesitekit-overflow-wrap-break-word{overflow-wrap:break-word}.googlesitekit-plugin .googlesitekit-padding-top-0{padding-top:0}.googlesitekit-plugin .googlesitekit-padding-bottom-0{padding-bottom:0}.googlesitekit-plugin .googlesitekit-text-align-center{text-align:center}.googlesitekit-plugin .googlesitekit-width-auto{width:auto} assets/css/googlesitekit-authorize-application-css-5b98b536e7f34c6411c1.min.css 0000755 00000006114 15111634507 0022653 0 ustar 00 .authorize-application-php{background-color:#fff}.authorize-application-php .wrap{margin:30px 0 0}.authorize-application-php .wrap h1{font-size:24px;line-height:32px;padding:0}.authorize-application-php .auth-app-card{border:none;margin:37px 0 0;padding:0}.authorize-application-php .auth-app-card p{font-size:14px;font-weight:500;line-height:20px;margin:19px 0 20px}.authorize-application-php .title{font-size:18px;font-weight:500;line-height:24px}.authorize-application-php strong{font-weight:500}.authorize-application-php .form-field{margin:20px 0 40px;max-width:512px}.authorize-application-php .form-field label{color:#1f1f1f;font-size:12px;font-weight:500;line-height:16px}.authorize-application-php .form-field input{border:1px solid #747775;border-radius:8px;color:#1f1f1f;font-size:14px;line-height:20px;margin:8px 0 0;padding:12px 16px;width:100%}.authorize-application-php .description{color:#1f1f1f;font-size:12px;line-height:16px}.authorize-application-php .description strong{display:block;margin:9px 0 0;max-width:512px}.authorize-application-php .description code{background-color:#ededed;border-radius:4px;color:#1f1f1f;display:inline-block;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:16px;padding:4px 9px}.authorize-application-php .googlesitekit-authorize-application__footer{display:none}@media(min-width: 783px){.authorize-application-php .googlesitekit-authorize-application__footer{bottom:0;display:block;left:0;line-height:32px;margin-left:36px;padding:0 47px;position:absolute}.authorize-application-php .googlesitekit-authorize-application__footer p{color:#1f1f1f;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:20px;margin:19px 0 20px}}@media(min-width: 961px){.authorize-application-php .googlesitekit-authorize-application__footer{margin-left:160px}}html[dir=rtl] .googlesitekit-authorize-application__footer{left:auto;margin-right:36px;right:0}@media(min-width: 961px){html[dir=rtl] .googlesitekit-authorize-application__footer{margin-right:160px}}#wpbody-content{padding-bottom:100px}@media(max-width: 782px){.auto-fold #wpcontent{padding:0 26px}}#wpcontent,#wpfooter{color:#1f1f1f;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif}@media(min-width: 783px){#wpcontent,#wpfooter{padding:0 47px}}#wpbody-content a,#wpfooter a{color:#1a73e8}#wpfooter{bottom:45px}#approve,#reject{border-radius:100px;font-size:14px;font-weight:500;line-height:20px;margin:0 0 15px;padding:10px 24px}#approve{background-color:#0b57d0;border:none;color:#fff}#approve:hover{box-shadow:0 0 0 1000px rgba(255,255,255,.08) inset}#approve:focus{box-shadow:0 0 0 1000px rgba(255,255,255,.12) inset}#reject{background-color:#fff;border:1px solid #747775;color:#0b57d0}#reject:hover{box-shadow:0 0 0 1000px rgba(11,87,208,.08) inset}#reject:focus{border:1px solid #0b57d0;box-shadow:0 0 0 1000px rgba(11,87,208,.12) inset}#description-approve{border-bottom:1px solid #c4c7c5;margin:0 0 33px;padding:0 0 31px}#description-reject{margin:0 0 8px}#footer-thankyou{font-size:12px;line-height:16px} assets/css/googlesitekit-wp-dashboard-css-bd43e70c4bc5ecdc3695.min.css 0000755 00000226717 15111634507 0021224 0 ustar 00 .mdc-button{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:500;letter-spacing:.0892857143em;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;padding:0 8px 0 8px;display:inline-flex;position:relative;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;height:36px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:none;overflow:hidden;vertical-align:middle;border-radius:4px}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{background-color:transparent;color:rgba(0,0,0,.37);cursor:default;pointer-events:none}.mdc-button.mdc-button--dense{border-radius:4px}.mdc-button:not(:disabled){background-color:transparent}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;width:18px;height:18px;font-size:18px;vertical-align:top}[dir=rtl] .mdc-button .mdc-button__icon,.mdc-button .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:0}.mdc-button:not(:disabled){color:#3c7251;color:var(--mdc-theme-primary, #3c7251)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}[dir=rtl] .mdc-button__label+.mdc-button__icon,.mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--raised .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon,.mdc-button--outlined .mdc-button__icon{margin-left:-4px;margin-right:8px}[dir=rtl] .mdc-button--raised .mdc-button__icon,.mdc-button--raised .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--unelevated .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--outlined .mdc-button__icon,.mdc-button--outlined .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:-4px}.mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,.mdc-button--outlined .mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:-4px}[dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:-4px;margin-right:8px}.mdc-button--raised,.mdc-button--unelevated{padding:0 16px 0 16px}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.37)}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#3c7251}@supports not (-ms-ime-align: auto){.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:var(--mdc-theme-primary, #3c7251)}}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-button--raised{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12);transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-button--raised:hover,.mdc-button--raised:focus{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12)}.mdc-button--raised:active{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12)}.mdc-button--raised:disabled{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12)}.mdc-button--outlined{border-style:solid;padding:0 15px 0 15px;border-width:1px}.mdc-button--outlined:disabled{border-color:rgba(0,0,0,.37)}.mdc-button--outlined:not(:disabled){border-color:#3c7251;border-color:var(--mdc-theme-primary, #3c7251)}.mdc-button--dense{height:32px;font-size:.8125rem}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var: 1px solid #000;visibility:hidden}.mdc-ripple-surface--test-edge-var-bug::before{border:var(--mdc-ripple-surface-test-edge-var)}.mdc-button{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-button::before,.mdc-button::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-button::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-button.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-button.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-button.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-button.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-button.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-button::before,.mdc-button::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-button.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-button::before,.mdc-button::after{background-color:#3c7251}@supports not (-ms-ime-align: auto){.mdc-button::before,.mdc-button::after{background-color:var(--mdc-theme-primary, #3c7251)}}.mdc-button:hover::before{opacity:.04}.mdc-button:not(.mdc-ripple-upgraded):focus::before,.mdc-button.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-button:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-button:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.mdc-button--raised::before,.mdc-button--raised::after,.mdc-button--unelevated::before,.mdc-button--unelevated::after{background-color:#fff}@supports not (-ms-ime-align: auto){.mdc-button--raised::before,.mdc-button--raised::after,.mdc-button--unelevated::before,.mdc-button--unelevated::after{background-color:var(--mdc-theme-on-primary, #fff)}}.mdc-button--raised:hover::before,.mdc-button--unelevated:hover::before{opacity:.08}.mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,.mdc-button--raised.mdc-ripple-upgraded--background-focused::before,.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus::before,.mdc-button--unelevated.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.mdc-button--raised:not(.mdc-ripple-upgraded)::after,.mdc-button--unelevated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-button--raised:not(.mdc-ripple-upgraded):active::after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.mdc-button--raised.mdc-ripple-upgraded,.mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button{box-shadow:none;font-weight:500;text-transform:none}.googlesitekit-plugin .mdc-button:not(:disabled){color:#3c7251}@media(max-width: 960px){.googlesitekit-plugin .mdc-button{min-width:auto}}.googlesitekit-plugin .mdc-button .mdc-button__icon--image{border-radius:50%;display:block;height:18px;width:18px}.googlesitekit-plugin .mdc-button .mdc-button__trailing-icon{margin-left:8px}.googlesitekit-plugin .mdc-button--raised{border-radius:100px;box-shadow:none;font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;height:auto;letter-spacing:normal;min-height:40px;padding-bottom:8px;padding-top:8px;text-align:center}.googlesitekit-plugin .mdc-button--raised:not(:disabled){background-color:#3c7251}.googlesitekit-plugin .mdc-button--raised:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--raised::before,.googlesitekit-plugin .mdc-button--raised::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--raised::before,.googlesitekit-plugin .mdc-button--raised::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--raised:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--raised.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--raised.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--raised.mdc-button--dense{border-radius:100px}.googlesitekit-plugin .mdc-button--raised:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--raised:focus{outline:none}.googlesitekit-plugin .mdc-button--danger:not(:disabled){background-color:#ac4220}.googlesitekit-plugin .mdc-button--danger:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--danger::before,.googlesitekit-plugin .mdc-button--danger::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--danger::before,.googlesitekit-plugin .mdc-button--danger::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--danger:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--danger.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--danger.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--dropdown{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.6.6L12%202%206%208%200%202%201.4.6%206%205.2z%22%20fill%3D%22%23757575%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-position:calc(100% - 8px) center;background-repeat:no-repeat;background-size:9px 6px;letter-spacing:normal;padding-right:12px;text-transform:none}.googlesitekit-plugin .mdc-button--dropdown:not(:disabled){color:#161b18}@media(min-width: 600px){.googlesitekit-plugin .mdc-button--dropdown{padding-right:25px}}.googlesitekit-plugin .mdc-button--dropdown:hover,.googlesitekit-plugin .mdc-button--dropdown:active,.googlesitekit-plugin .mdc-button--dropdown:focus{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--dropdown:hover:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:active:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:focus:not(:disabled){background-color:#ebeef0}.googlesitekit-plugin .mdc-button--dropdown:hover:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:active:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--dropdown:hover::before,.googlesitekit-plugin .mdc-button--dropdown:hover::after,.googlesitekit-plugin .mdc-button--dropdown:active::before,.googlesitekit-plugin .mdc-button--dropdown:active::after,.googlesitekit-plugin .mdc-button--dropdown:focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--dropdown:hover::before,.googlesitekit-plugin .mdc-button--dropdown:hover::after,.googlesitekit-plugin .mdc-button--dropdown:active::before,.googlesitekit-plugin .mdc-button--dropdown:active::after,.googlesitekit-plugin .mdc-button--dropdown:focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--dropdown:hover:hover::before,.googlesitekit-plugin .mdc-button--dropdown:active:hover::before,.googlesitekit-plugin .mdc-button--dropdown:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:hover.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--dropdown:hover.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--dropdown:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--dropdown:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}@media(max-width: 599px){.googlesitekit-plugin .mdc-button--dropdown{background-image:none}}@media(max-width: 599px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}}@media(min-width: 600px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(min-width: 960px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:300px}}@media(min-width: 1280px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:450px}}.googlesitekit-plugin .mdc-button--inverse:not(:disabled){background-color:#161b18}.googlesitekit-plugin .mdc-button--inverse:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--inverse::before,.googlesitekit-plugin .mdc-button--inverse::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--inverse::before,.googlesitekit-plugin .mdc-button--inverse::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--inverse:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--inverse:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--inverse.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--inverse:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--inverse:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--inverse.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--tertiary{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;height:auto;letter-spacing:normal;min-height:40px;padding:8px 16px}.googlesitekit-plugin .mdc-button--tertiary:not(:disabled){color:#6c726e}.googlesitekit-plugin .mdc-button--tertiary:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--tertiary:hover:not(:disabled){background-color:rgba(22,27,24,.08)}.googlesitekit-plugin .mdc-button--tertiary:hover:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--tertiary:hover::before,.googlesitekit-plugin .mdc-button--tertiary:hover::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--tertiary:hover::before,.googlesitekit-plugin .mdc-button--tertiary:hover::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--tertiary:hover:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--tertiary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--tertiary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--tertiary:hover:not(:disabled){color:#161b18}.googlesitekit-plugin .mdc-button--tertiary:active,.googlesitekit-plugin .mdc-button--tertiary:focus{outline:none}.googlesitekit-plugin .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .mdc-button--tertiary:focus:not(:disabled){background-color:rgba(22,27,24,.26)}.googlesitekit-plugin .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .mdc-button--tertiary:focus:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-dark, white)}.googlesitekit-plugin .mdc-button--tertiary:active::before,.googlesitekit-plugin .mdc-button--tertiary:active::after,.googlesitekit-plugin .mdc-button--tertiary:focus::before,.googlesitekit-plugin .mdc-button--tertiary:focus::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--tertiary:active::before,.googlesitekit-plugin .mdc-button--tertiary:active::after,.googlesitekit-plugin .mdc-button--tertiary:focus::before,.googlesitekit-plugin .mdc-button--tertiary:focus::after{background-color:var(--mdc-theme-text-primary-on-dark, white)}}.googlesitekit-plugin .mdc-button--tertiary:active:hover::before,.googlesitekit-plugin .mdc-button--tertiary:focus:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--tertiary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--tertiary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--tertiary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--tertiary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--tertiary:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--tertiary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.googlesitekit-plugin .mdc-button--tertiary:active:not(:disabled),.googlesitekit-plugin .mdc-button--tertiary:focus:not(:disabled){color:#161b18}.googlesitekit-plugin .mdc-button--callout{font-family:"Google Sans Text","Helvetica Neue",Helvetica,Arial,sans-serif;height:auto;letter-spacing:normal;min-height:32px;padding:6px 16px}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:not(:disabled){color:#265c3b}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(:disabled){background-color:rgba(147,201,168,.6)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:hover:not(:disabled){color:#265c3b}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus{outline:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(:disabled){background-color:#93c9a8}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:focus:not(:disabled){color:#265c3b}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-primary:disabled{color:rgba(38,92,59,.4)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:not(:disabled){color:#4e3300}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(:disabled){background-color:rgba(225,177,85,.6)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:hover:not(:disabled){color:#4e3300}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus{outline:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(:disabled){background-color:#e1b155}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:focus:not(:disabled){color:#4e3300}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-warning:disabled{color:rgba(78,51,0,.4)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:not(:disabled){color:#7a1e00}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover{-webkit-text-decoration:none;text-decoration:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(:disabled){background-color:rgba(255,194,174,.6)}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:hover:not(:disabled){color:#7a1e00}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus{outline:none}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(:disabled){background-color:#ffc2ae}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(:disabled){color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::after{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus::after{background-color:var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87))}}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:hover::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:active:not(:disabled),.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:focus:not(:disabled){color:#7a1e00}.googlesitekit-plugin .mdc-button--callout.mdc-button--callout-error:disabled{color:rgba(122,30,0,.4)}.googlesitekit-plugin .MuiCircularProgress-colorPrimary{color:#3c7251}.googlesitekit-plugin .MuiCircularProgress-colorSecondary{color:#108080}.googlesitekit-plugin .googlesitekit-analytics-cta{--cta-analytics-gap: 16px;--cta-analytics-gap-narrow: calc(var(--cta-analytics-gap) / 2);background-color:#ebeef0;display:flex;flex-direction:column;gap:var(--cta-analytics-gap);padding:var(--cta-analytics-gap)}@media(min-width: 1440px){.googlesitekit-plugin .googlesitekit-analytics-cta{--cta-analytics-gap: 24px;flex-direction:row-reverse}}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta--description{color:#161b18;font-size:14px;letter-spacing:.25px;margin:0}.googlesitekit-plugin .googlesitekit-analytics-cta .mdc-button{margin-top:var(--cta-analytics-gap-narrow);width:100%}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-analytics-cta .mdc-button{width:auto}}@media(min-width: 1440px){.googlesitekit-plugin .googlesitekit-analytics-cta .mdc-button{margin-top:var(--cta-analytics-gap)}}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-cta--activate-analytics,.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graphs{display:flex;gap:var(--cta-analytics-gap)}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph{background-color:#fff;border-radius:4px;display:flex;flex:1;flex-direction:column;padding:var(--cta-analytics-gap-narrow)}#dashboard-widgets .googlesitekit-plugin .googlesitekit-analytics-cta h3.googlesitekit-analytics-cta__preview-graph--title,.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--title{color:#333935;font-size:12px;font-weight:500;letter-spacing:.2px;margin:0 0 auto;padding-bottom:var(--cta-analytics-gap-narrow)}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--icons{align-items:center;color:#cbd0d3;display:flex;gap:4px;padding-top:var(--cta-analytics-gap-narrow)}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--up-arrow{height:12px}.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graph--bar{background-color:#cbd0d3;border-radius:5px;height:8px;width:24px}@media(min-width: 1440px){.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__preview-graphs,.googlesitekit-plugin .googlesitekit-analytics-cta .googlesitekit-analytics-cta__details{flex:1}}.googlesitekit-plugin .googlesitekit-change-arrow{--color-up: #46732b;--color-down: #ac4220}.googlesitekit-plugin .googlesitekit-change-arrow--inverted-color{--color-up: #ac4220;--color-down: #46732b}.googlesitekit-plugin .googlesitekit-change-arrow--up{color:var(--color-up)}.googlesitekit-plugin .googlesitekit-change-arrow--down{color:var(--color-up);transform:rotate(180deg)}.googlesitekit-plugin .googlesitekit-change-arrow--down path{fill:var(--color-down)}.googlesitekit-plugin .googlesitekit-cta,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{background-color:#ebeef0;border-radius:16px;font-size:14px;grid-column:span 3;grid-row:span 3;height:100%;letter-spacing:.25px;line-height:1.43;padding:16px;width:100%}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-cta,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{padding:24px}}.googlesitekit-wp-dashboard .googlesitekit-plugin .googlesitekit-cta--error,.googlesitekit-wp-dashboard #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta--error{background-color:#fff}.googlesitekit-adminbar-modules .googlesitekit-plugin .googlesitekit-cta,.googlesitekit-adminbar-modules #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{padding:16px}.googlesitekit-wp-dashboard .googlesitekit-plugin .googlesitekit-cta,.googlesitekit-wp-dashboard #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{background-color:#ebeef0;box-sizing:border-box;height:auto;margin-top:12px;padding:12px}.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-plugin .googlesitekit-cta,.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta #dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta{margin-top:0}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__title,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__title{color:#161b18;font-weight:500;margin:0 0 5px}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title{font-weight:700;letter-spacing:.5px}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description{color:#161b18;margin:0 0 20px}.googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description p:first-child,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta .googlesitekit-cta__description p:first-child{margin-top:0}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error{background-color:#ffded3}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error a,.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__title,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error a,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__title{color:#7a1e00}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__description,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .googlesitekit-cta__description{color:#7a1e00;word-break:break-word}.googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .mdc-button:not(:disabled),#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta.googlesitekit-cta--error .mdc-button:not(:disabled){background-color:#ac4220;color:#fff}.googlesitekit-plugin .googlesitekit-cta *:last-child,#dashboard-widgets .inside .googlesitekit-plugin .googlesitekit-cta *:last-child{margin-bottom:0}.googlesitekit-wp-dashboard .googlesitekit-cta--error{margin-top:12px}.googlesitekit-cta-link{align-items:center;cursor:pointer;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:inherit;padding:0;text-align:left;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-cta-link svg{fill:currentColor}.googlesitekit-cta-link:hover svg{fill:currentColor}.googlesitekit-page .googlesitekit-cta-link{color:#108080}.googlesitekit-page .googlesitekit-cta-link:hover{color:#108080;-webkit-text-decoration:underline;text-decoration:underline}.googlesitekit-cta-link.googlesitekit-cta-link--secondary{color:#108080}.googlesitekit-cta-link.googlesitekit-cta-link--secondary svg{fill:currentColor}.googlesitekit-cta-link.googlesitekit-cta-link--secondary:hover{color:#108080}.googlesitekit-cta-link.googlesitekit-cta-link--secondary:hover svg{fill:currentColor}.googlesitekit-cta-link.googlesitekit-cta-link--caps{text-transform:uppercase}.googlesitekit-cta-link.googlesitekit-cta-link--danger{color:#ac4220}.googlesitekit-cta-link.googlesitekit-cta-link--small{font-size:12px;letter-spacing:.2px}.googlesitekit-cta-link.googlesitekit-cta-link--standalone{display:flex}.googlesitekit-cta-link.googlesitekit-cta-link--inverse{color:#fff}.googlesitekit-cta-link.googlesitekit-cta-link--inverse:hover{color:#fff}.googlesitekit-cta-link.googlesitekit-cta-link--disabled{color:#b8bdb9;cursor:default}.googlesitekit-cta-link.googlesitekit-cta-link--danger:hover{color:#ac4220}.googlesitekit-cta-link.googlesitekit-cta-link--disabled:hover{color:#b8bdb9;-webkit-text-decoration:none;text-decoration:none}.googlesitekit-cta-link.googlesitekit-cta-link--no-flex{display:inline}button.googlesitekit-cta-link{color:#3c7251}button.googlesitekit-cta-link svg{fill:currentColor}button.googlesitekit-cta-link:hover{color:#2e5f41}button.googlesitekit-cta-link:hover svg{fill:currentColor}button.googlesitekit-cta-link--link-button{padding:2px 10px}button.googlesitekit-cta-link--link-button:focus{background-color:rgba(60,114,81,.08);outline:none}button.googlesitekit-cta-link--link-button.googlesitekit-cta-link--secondary:focus{background-color:rgba(16,128,128,.08)}.googlesitekit-data-block{--color-up: #46732b;--color-down: #ac4220;position:relative;text-align:left}.post-php .googlesitekit-data-block{min-width:150px}.googlesitekit-wp-dashboard .googlesitekit-data-block{padding-top:12px}.googlesitekit-data-block .googlesitekit-data-block__title{align-items:flex-start;color:#6c726e;display:flex;flex:1;flex-direction:column;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;justify-content:flex-start;margin:0 0 12px;row-gap:8px}.googlesitekit-data-block .googlesitekit-data-block__title .googlesitekit-new-badge{margin-left:0}.googlesitekit-data-block.googlesitekit-data-block--button .googlesitekit-data-block__title{align-items:center}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title{font-size:16px;font-weight:700;letter-spacing:.5px;margin-bottom:5px}#dashboard-widgets .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__title{font-size:12px;letter-spacing:.2px}.googlesitekit-data-block .googlesitekit-data-block__title-inner{align-items:center;display:flex;flex:1}.googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper{display:flex;flex:1;flex-flow:column}.googlesitekit-data-block .googlesitekit-data-block__datapoint{color:#161b18;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:46px;font-weight:500;line-height:1.13;margin:0;text-wrap:nowrap}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint{display:inline-block;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:38px;line-height:1.158;margin-right:5px}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:32px}.googlesitekit-data-block .googlesitekit-data-block__change{color:#6c726e;font-size:12px;letter-spacing:.2px;line-height:1;margin-top:16px;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change{display:inline-block;font-size:16px;letter-spacing:.5px;margin-top:0}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change{margin-top:10px}.googlesitekit-data-block .googlesitekit-data-block__change--no-change{visibility:hidden}.googlesitekit-data-block .googlesitekit-data-block__sparkline{margin-top:8px;max-width:150px}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline{display:none}.googlesitekit-data-block .googlesitekit-data-block__arrow{display:inline-block;line-height:1;margin-right:2px;vertical-align:baseline}.googlesitekit-data-block .googlesitekit-data-block__arrow--reverse{transform:rotate(180deg)}#wpadminbar .googlesitekit-data-block .googlesitekit-data-block__arrow .svg{height:9px;width:9px}.googlesitekit-data-block .googlesitekit-data-block__suffix{margin-left:4px}.googlesitekit-data-block .googlesitekit-data-block__value,.googlesitekit-data-block .googlesitekit-data-block__suffix{color:#6c726e;display:inline-block;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1.33;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value,.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__suffix{font-size:16px;font-weight:400;letter-spacing:.5px}.googlesitekit-data-block .googlesitekit-data-block__value--up,.googlesitekit-data-block .googlesitekit-data-block__suffix--up{color:var(--color-up)}.googlesitekit-data-block .googlesitekit-data-block__value--down,.googlesitekit-data-block .googlesitekit-data-block__suffix--down{color:var(--color-down)}.googlesitekit-data-block .googlesitekit-data-block__source{font-size:12px;letter-spacing:.2px;margin-top:8px}@media(min-width: 960px){.googlesitekit-data-block .googlesitekit-data-block__source{margin-top:12px}}.googlesitekit-data-block--button .googlesitekit-data-block__sparkline{margin:8px auto 0 auto}.googlesitekit-data-block--button{cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding-bottom:16px;padding-top:20px;text-align:center;transition:background-color .2s ease-in-out}@media(min-width: 960px){.googlesitekit-data-block--button{padding-bottom:24px;padding-top:28px}}.googlesitekit-data-block--button::before{content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.googlesitekit-data-block--selected::before{opacity:1}.googlesitekit-data-block--button-1:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-1:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-1:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(99,128,184,.1)}.googlesitekit-data-block--button-1.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-1.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-1::before{background-color:#6380b8}.googlesitekit-data-block--button-2:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-2:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-2:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(75,187,187,.1)}.googlesitekit-data-block--button-2.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-2.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-2::before{background-color:#4bbbbb}.googlesitekit-data-block--button-3:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-3:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-3:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(92,146,113,.1)}.googlesitekit-data-block--button-3.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-3.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-3::before{background-color:#5c9271}.googlesitekit-data-block--button-4:not(.googlesitekit-data-block--is-gathering-data):hover,.googlesitekit-data-block--button-4:not(.googlesitekit-data-block--is-gathering-data):focus,.googlesitekit-data-block--button-4:not(.googlesitekit-data-block--is-gathering-data):active{background-color:rgba(110,72,171,.1)}.googlesitekit-data-block--button-4.googlesitekit-data-block--is-gathering-data::before{background-color:#999f9b}.googlesitekit-data-block--button-4.googlesitekit-data-block--is-gathering-data.googlesitekit-data-block--selected::before{opacity:.6}.googlesitekit-data-block--button-4::before{background-color:#6e48ab}.googlesitekit-plugin .googlesitekit-data-block__loading{align-items:center;display:flex;flex-direction:row}.googlesitekit-plugin .googlesitekit-data-block--is-gathering-data{cursor:auto}.googlesitekit-error-text{color:#ac4220;font-weight:500}.googlesitekit-error-retry-text{color:#ac4220;margin-left:1rem}.googlesitekit-report-error-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.googlesitekit-plugin .googlesitekit-gathering-data-notice{text-transform:lowercase}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small span{font-size:12px;letter-spacing:.2px;line-height:1.33;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-default{position:relative;text-align:inherit}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-default span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-overlay{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-overlay span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small-overlay{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small-overlay span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-small-overlay span{font-size:18px;line-height:1.33;max-width:80px;padding:0;text-align:center}.googlesitekit-plugin .googlesitekit-gathering-data-notice.googlesitekit-gathering-data-notice--has-style-large span{color:#6c726e;display:block;font-size:28px;line-height:1.286;padding:0}#wpadminbar .googlesitekit-plugin .googlesitekit-gathering-data-notice span{color:#999f9b;font-size:12px;letter-spacing:.2px;line-height:1.33;text-transform:lowercase}.googlesitekit-plugin .googlesitekit-generic-error-handler-actions{align-items:flex-start;display:flex;flex-direction:column;gap:16px;margin-block-start:16px}.googlesitekit-plugin .googlesitekit-icon-wrapper{align-items:center;display:inline-flex}.googlesitekit-logo{color:#5f6561;line-height:0}.googlesitekit-logo .googlesitekit-logo__logo-g,.googlesitekit-logo .googlesitekit-svg-logo-g{height:24px;vertical-align:middle;width:23px}@media(min-width: 600px){.googlesitekit-logo .googlesitekit-logo__logo-g,.googlesitekit-logo .googlesitekit-svg-logo-g{height:34px;width:32px}}.googlesitekit-logo .googlesitekit-logo__logo-sitekit,.googlesitekit-logo .googlesitekit-svg-logo-sitekit{fill:currentColor;height:16px;margin-left:8px;vertical-align:middle;width:61px}@media(min-width: 600px){.googlesitekit-logo .googlesitekit-logo__logo-sitekit,.googlesitekit-logo .googlesitekit-svg-logo-sitekit{height:26px;margin-left:16px;width:99px}}@media(max-width: 449px){.googlesitekit-logo .googlesitekit-logo__logo-sitekit,.googlesitekit-logo .googlesitekit-svg-logo-sitekit{display:none}}.googlesitekit-logo--mini .googlesitekit-logo__logo-g,.googlesitekit-logo--mini .googlesitekit-svg-logo-g{height:19px;width:19px}.googlesitekit-logo--mini .googlesitekit-logo__logo-sitekit,.googlesitekit-logo--mini .googlesitekit-svg-logo-sitekit{height:17px;margin-left:4px;width:78px}.googlesitekit-preview-block{display:flex;flex-direction:column}.googlesitekit-preview-block--padding{padding:16px}.googlesitekit-preview-block--padding+.googlesitekit-preview-block--padding{padding-top:0}@media(min-width: 960px){.googlesitekit-preview-block--padding{padding:24px}}.googlesitekit-preview-block__wrapper{animation:googlesitekit-pulse 1s infinite ease-in-out;animation-direction:alternate;flex:1 1 auto}@media(prefers-reduced-motion: reduce){.googlesitekit-preview-block__wrapper{animation:none;background-image:linear-gradient(150deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15))}}.googlesitekit-preview-block__wrapper--circle{border-radius:50%}@keyframes googlesitekit-pulse{0%{background-color:#ebeef0}100%{background-color:#cbd0d3}}.googlesitekit-preview-table{width:100%}.googlesitekit-preview-table .googlesitekit-preview-table__row{margin:0 0 9px}.googlesitekit-preview-table .googlesitekit-preview-table__row:last-child{margin-bottom:0}.googlesitekit-preview-table--padding{padding:16px}.googlesitekit-preview-table--padding+.googlesitekit-preview-table--padding{padding-top:0}@media(min-width: 960px){.googlesitekit-preview-table--padding{padding:24px}}.googlesitekit-source-link{color:#6c726e;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:1}.googlesitekit-table{counter-reset:table;font-size:14px;letter-spacing:.25px;padding:16px;position:relative}@media(min-width: 960px){.googlesitekit-table{padding:24px}}.googlesitekit-alltraffic-widget .googlesitekit-table,.googlesitekit-wp-dashboard .googlesitekit-table{padding:0}.googlesitekit-table .googlesitekit-table__wrapper{border-collapse:collapse;table-layout:fixed;width:100%}.googlesitekit-table .googlesitekit-table__wrapper--tabbed-layout{table-layout:auto}.googlesitekit-table .googlesitekit-table__head-row{border-bottom:1px solid #ebeef0}.googlesitekit-table .googlesitekit-table__head-item{color:#161b18;font-family:"Google Sans Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;hyphens:auto;line-height:1.25;outline:0;padding:0 4px 8px 4px;position:relative;text-align:right;-webkit-text-decoration:none;text-decoration:none;white-space:normal}@media(min-width: 600px){.googlesitekit-table .googlesitekit-table__head-item{padding:0 8px 8px 8px}}@media(min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item{padding:0 12px 12px 12px}}.googlesitekit-table .googlesitekit-table__head-item:first-child{padding-left:0;text-align:left}.googlesitekit-table .googlesitekit-table__head-item:last-child{padding-right:0}.googlesitekit-widget--with-header .googlesitekit-table .googlesitekit-table__head-item{font-size:14px;line-height:1.14}.googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__head-item:last-child{padding-right:0}@media(min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item[data-tooltip]::before{background:rgba(0,0,0,.7);border-radius:3px;color:#fff;content:attr(data-tooltip);display:none;font-size:12px;letter-spacing:.2px;max-width:250px;opacity:0;padding:calc(16px / 2) 24px;pointer-events:none;position:absolute;right:0;text-align:center;top:100%;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden}}@media(min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item:first-child[data-tooltip]::before{left:0}}.googlesitekit-table .googlesitekit-table__head-item--primary{width:50%}.googlesitekit-table .googlesitekit-table__wrapper--2-col .googlesitekit-table__head-item--primary{width:75%}.googlesitekit-table .googlesitekit-table__body{color:#161b18;font-weight:400}.googlesitekit-table .googlesitekit-table__body-row{border-bottom:1px solid #ebeef0}.googlesitekit-table .googlesitekit-table__body-row--no-data td{white-space:normal}.googlesitekit-table .googlesitekit-table__body-item{padding:8px 4px;text-align:right}@media(min-width: 600px){.googlesitekit-table .googlesitekit-table__body-item{padding:8px}}@media(min-width: 960px){.googlesitekit-table .googlesitekit-table__body-item{padding:12px}}.googlesitekit-table .googlesitekit-table__body-item:first-child{padding-left:0;text-align:left}.googlesitekit-table .googlesitekit-table__body-item:last-child{padding-right:0}.googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart{display:none}@media(min-width: 600px){.googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart{display:block}}.googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__body-item:last-child{padding-right:0}@media(max-width: 600px){.googlesitekit-table .googlesitekit-table__body-item-content .googlesitekit-cta-link,.googlesitekit-table .googlesitekit-table__body-item-content>span{display:block;overflow:hidden;text-overflow:ellipsis}}.googlesitekit-wp-dashboard .googlesitekit-table .googlesitekit-table__body-item-link{background-image:none}.googlesitekit-table .googlesitekit-table__body-item-url{background-image:none;display:block;font-size:12px;letter-spacing:.2px;word-break:break-word}.googlesitekit-table .googlesitekit-table__body-item-chart-wrap{align-items:center;display:flex;justify-content:flex-end}.googlesitekit-table .googlesitekit-table__source{margin-top:16px}@media(min-width: 960px){.googlesitekit-table .googlesitekit-table__source{margin-top:24px}}.googlesitekit-table--with-list .googlesitekit-table__body-row{transition:background-color .2s ease-in-out}.googlesitekit-table--with-list .googlesitekit-table__body-row:last-child{border-bottom:0}.googlesitekit-table--with-list .googlesitekit-table__body-row:hover{background-color:rgba(22,27,24,.08)}.googlesitekit-table--with-list .googlesitekit-table__body-row--no-data:hover{background-color:transparent}.googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content{margin-left:24px;position:relative}.googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content::before{content:counter(table) ".";counter-increment:table;left:-24px;position:absolute}.googlesitekit-table--gathering-data{padding-bottom:0}.googlesitekit-table-overflow{position:relative}@media(max-width: 600px){.googlesitekit-table-overflow::after{background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);bottom:0;content:"";display:block;pointer-events:none;position:absolute;right:0;top:0;transition:all .2s ease-in-out;width:0}}.googlesitekit-table-overflow .googlesitekit-table-overflow__container{overflow-x:auto;white-space:nowrap}@media(min-width: 600px){.googlesitekit-table-overflow .googlesitekit-table-overflow__container{overflow-x:visible;white-space:normal}}@media(max-width: 600px){.googlesitekit-table-overflow--gradient::after{width:15%}}.googlesitekit-chart{position:relative}.googlesitekit-chart .googlesitekit-chart__source{font-size:12px;letter-spacing:.2px;margin-top:16px}.googlesitekit-chart .googlesitekit-chart__date-marker-line{border-left:1px dashed #131418;height:100%;left:0;margin-left:.5px;opacity:0;position:absolute;top:0;transition:opacity 180ms ease-in;width:0}.googlesitekit-chart .googlesitekit-chart__date-marker-tooltip{color:#108080;height:18px;left:0;opacity:0;position:absolute;top:0;transition:opacity 180ms ease-in;width:18px}.googlesitekit-chart--LineChart div.google-visualization-tooltip{height:fit-content !important;width:fit-content !important}.googlesitekit-chart--LineChart div.google-visualization-tooltip .google-visualization-tooltip-item-list{margin:.5em 0}.googlesitekit-chart--LineChart div.google-visualization-tooltip .google-visualization-tooltip-item{margin:0}.googlesitekit-chart--PieChart svg{overflow:visible !important}.googlesitekit-chart--PieChart svg>g>g{pointer-events:none}.googlesitekit-chart--PieChart svg>g:last-child>g:last-child{pointer-events:none}.googlesitekit-chart--PieChart div.google-visualization-tooltip{pointer-events:none;z-index:8}.googlesitekit-chart-loading__forced{height:100%;width:100%}#google_dashboard_widget .googlesitekit-search-console-widget{padding-top:12px}#google_dashboard_widget .googlesitekit-search-console-widget .googlesitekit-table__body-row:hover{background:transparent}#google_dashboard_widget .googlesitekit-search-console-widget .googlesitekit-cta-link{-webkit-text-decoration:none;text-decoration:none}#google_dashboard_widget .googlesitekit-unique-visitors-chart-widget{display:grid;padding-top:20px;width:100%}#google_dashboard_widget h2.hndle{line-height:1}#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-wp-dashboard__cta{border-bottom:1px solid #ebeef0;margin:0 -12px;padding:0 12px 12px}#google_dashboard_widget .googlesitekit-data-block .googlesitekit-data-block__datapoint,#google_dashboard_widget .googlesitekit-data-block .googlesitekit-data-block__title,#google_dashboard_widget .googlesitekit-table .googlesitekit-table__head-item{font-family:inherit}#google_dashboard_widget .googlesitekit-table .googlesitekit-table__head-item{font-size:inherit}#google_dashboard_widget .mdc-button.googlesitekit-button-icon--spinner__running svg circle{stroke:#fff}#google_dashboard_widget .mdc-button.googlesitekit-button-icon--spinner__running.googlesitekit-button-icon--spinner__before .mdc-button__label{margin-inline-start:8px}#google_dashboard_widget .mdc-button.googlesitekit-button-icon--spinner__running.googlesitekit-button-icon--spinner__after .mdc-button__label{margin-inline-end:8px}#google_dashboard_widget .googlesitekit-wp-dashboard-loading .googlesitekit-wp-dashboard-stats{display:block}#google_dashboard_widget .googlesitekit-wp-dashboard-loading .googlesitekit-preview-block.googlesitekit-wp-dashboard-loading{min-height:30px}#google_dashboard_widget .googlesitekit-wp-dashboard-loading .googlesitekit-preview-block.googlesitekit-wp-dashboard__cta{min-height:18px}#google_dashboard_widget .googlesitekit-wp-dashboard-loading .googlesitekit-preview-block.googlesitekit-wp-dashboard-loading__search_console_active_and_connected,#google_dashboard_widget .googlesitekit-wp-dashboard-loading .googlesitekit-preview-block.googlesitekit-wp-dashboard-loading__can_view_analytics{min-height:95px}#google_dashboard_widget .googlesitekit-wp-dashboard-loading .googlesitekit-preview-block.googlesitekit-wp-dashboard-stats__cta{min-height:300px;width:100%}#google_dashboard_widget .googlesitekit-wp-dashboard-loading .googlesitekit-preview-block.googlesitekit-unique-visitors-chart-widget{min-height:320px}#google_dashboard_widget .googlesitekit-wp-dashboard-loading .googlesitekit-preview-block.googlesitekit-search-console-widget{min-height:580px}@media(max-width: 599px){#google_dashboard_widget .googlesitekit-wp-dashboard-loading .googlesitekit-preview-block.googlesitekit-search-console-widget{min-height:330px}}#google_dashboard_widget .googlesitekit-wp-dashboard-analytics-activate-cta{min-height:310px}#google_dashboard_widget .googlesitekit-wp-dashboard-analytics_active_and_connected{min-height:935px}@media(max-width: 599px){#google_dashboard_widget .googlesitekit-wp-dashboard-analytics_active_and_connected{min-height:780px}}#google_dashboard_widget .googlesitekit-wp-dashboard-analytics_active_and_connected.googlesitekit-wp-dashboard-search_console_active_and_connected{min-height:650px}#google_dashboard_widget .googlesitekit-wp-dashboard-analytics_active_and_connected.googlesitekit-wp-dashboard-search_console_active_and_connected .googlesitekit-search-console-widget:not(.googlesitekit-search-console-widget--empty-data){min-height:430px}@media(max-width: 599px){#google_dashboard_widget .googlesitekit-wp-dashboard-analytics_active_and_connected.googlesitekit-wp-dashboard-search_console_active_and_connected .googlesitekit-search-console-widget:not(.googlesitekit-search-console-widget--empty-data){min-height:220px}}#google_dashboard_widget .googlesitekit-wp-dashboard-search_console_active_and_connected{min-height:125px}#google_dashboard_widget .googlesitekit-wp-dashboard-search_console_active_and_connected.googlesitekit-wp-dashboard-analytics-activate-cta{min-height:420px}#google_dashboard_widget .googlesitekit-chart div[dir]{width:100% !important}#google_dashboard_widget .googlesitekit-wp-dashboard-stats{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between}#google_dashboard_widget .googlesitekit-wp-dashboard-stats *{box-sizing:border-box}#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__data-table{align-self:stretch;width:48%}@media(min-width: 600px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__data-table{width:auto}}@media(min-width: 800px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__data-table{width:48%}}@media(min-width: 1300px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__data-table{width:auto}}#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__cta{padding-top:12px;width:100%}@media(min-width: 600px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__cta{width:50%}}@media(min-width: 800px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__cta{width:100%}}@media(min-width: 1300px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__cta{width:50%}}@media(min-width: 600px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>:where(.googlesitekit-wp-dashboard-stats__cta)+.googlesitekit-wp-dashboard-stats__cta{margin-left:1px;margin-right:-1px}}@media(min-width: 1300px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>:where(.googlesitekit-wp-dashboard-stats__cta)+.googlesitekit-wp-dashboard-stats__cta{margin-left:1px;margin-right:-1px}}#google_dashboard_widget .googlesitekit-wp-dashboard-stats :where(.googlesitekit-cta)+.googlesitekit-wp-dashboard-stats__cta{width:100%}#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-data-block--is-gathering-data{margin-bottom:16px}@media(min-width: 600px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup>.googlesitekit-wp-dashboard-stats__data-table{width:auto}}@media(min-width: 800px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup>.googlesitekit-wp-dashboard-stats__data-table{width:48%}}@media(min-width: 1300px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup>.googlesitekit-wp-dashboard-stats__data-table{width:auto}}@media(min-width: 1500px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup>.googlesitekit-wp-dashboard-stats__data-table{width:48%}}@media(min-width: 2200px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup>.googlesitekit-wp-dashboard-stats__data-table{width:auto}}#google_dashboard_widget .googlesitekit-wp-dashboard-stats--twoup>.googlesitekit-wp-dashboard-stats__data-table{width:48%}#google_dashboard_widget .googlesitekit-wp-dashboard-stats--twoup>.googlesitekit-wp-dashboard-stats__cta{width:100%}#google_dashboard_widget .googlesitekit-wp-dashboard-stats--twoup>.googlesitekit-wp-dashboard-stats__cta .mdc-button{-webkit-text-decoration:none;text-decoration:none}@media(min-width: 1440px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--twoup>.googlesitekit-wp-dashboard-stats__cta .googlesitekit-analytics-cta{--cta-analytics-gap: 16px;flex-direction:column}}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__chart-zero-data{align-items:center;display:flex;justify-content:center;min-height:368px}.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__chart-zero-data>svg{color:#cbd0d3;height:300px;width:300px}.googlesitekit-plugin .googlesitekit-adsense-site-stats .google-visualization-tooltip,.googlesitekit-plugin .googlesitekit-analytics-site-stats .google-visualization-tooltip,.googlesitekit-plugin .googlesitekit-search-console-site-stats .google-visualization-tooltip,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .google-visualization-tooltip,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .google-visualization-tooltip{border-color:#b8bdb9;border-radius:8px;box-shadow:none;height:auto !important;width:auto !important;z-index:8}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip{padding:0 1em}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip em,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip em,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip em,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip em,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip em{font-style:normal;font-weight:700}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip strong,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip strong,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip strong,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip strong,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip strong{color:#000;margin:0 .25em 0 1em}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip p,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip p,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip p,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip p,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip p{font-size:14px;letter-spacing:.25px}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip svg,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip svg,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip svg,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip svg,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip svg{margin-right:.25em}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip--up em,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip--up em,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip--up em,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip--up em,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip--up em{color:#46732b}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip--down em,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip--down em,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip--down em,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip--down em,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip--down em{color:#ac4220}.googlesitekit-plugin .googlesitekit-adsense-site-stats .googlesitekit-visualization-tooltip-others em,.googlesitekit-plugin .googlesitekit-analytics-site-stats .googlesitekit-visualization-tooltip-others em,.googlesitekit-plugin .googlesitekit-search-console-site-stats .googlesitekit-visualization-tooltip-others em,.googlesitekit-plugin .googlesitekit-unique-visitors-chart-widget .googlesitekit-visualization-tooltip-others em,.googlesitekit-plugin .googlesitekit-widget--analyticsAllTraffic__dimensions-chart .googlesitekit-visualization-tooltip-others em{display:none}.googlesitekit-plugin .googlesitekit-display-block{display:block}@media(min-width: 960px){.googlesitekit-plugin .googlesitekit-desktop-display-none{display:none}}@media(max-width: 960px){.googlesitekit-plugin .googlesitekit-non-desktop-display-none{display:none}}.googlesitekit-plugin .googlesitekit-font-weight-medium{font-weight:500}.googlesitekit-plugin .googlesitekit-font-weight-bold{font-weight:700 !important}.googlesitekit-plugin .googlesitekit-overflow-wrap-break-word{overflow-wrap:break-word} assets/js/146-0b0fbc579abcbffcc013.js 0000755 00000004001 15111634507 0012510 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[146],{6146:(e,t,r)=>{r.r(t),r.d(t,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var l,a,i,n,o,c,s,h=r(63696);function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var l in r)({}).hasOwnProperty.call(r,l)&&(e[l]=r[l])}return e},f.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>h.createElement("svg",f({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 169 95"},e),l||(l=h.createElement("g",{filter:"url(#ghost-card-red_svg__a)"},h.createElement("rect",{width:165,height:90,fill:"#fff",rx:11}),h.createElement("rect",{width:164,height:89,x:.5,y:.5,stroke:"#EBEEF0",rx:10.5}))),a||(a=h.createElement("rect",{width:25,height:8,x:16,y:16,fill:"#EBEEF0",rx:4})),i||(i=h.createElement("rect",{width:50,height:20,x:16,y:33,fill:"#FFDED3",rx:10})),n||(n=h.createElement("rect",{width:133,height:8,x:16,y:68,fill:"#EBEEF0",rx:4})),o||(o=h.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m24.997 40 6.594 6.593m0 0 .073-5.201m-.073 5.201-5.202.074"})),c||(c=h.createElement("rect",{width:20,height:6,x:38,y:40,fill:"#fff",rx:2})),s||(s=h.createElement("defs",null,h.createElement("filter",{id:"ghost-card-red_svg__a",width:169,height:95,x:0,y:0,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},h.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),h.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),h.createElement("feOffset",{dx:4,dy:5}),h.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),h.createElement("feColorMatrix",{values:"0 0 0 0 0.921569 0 0 0 0 0.933333 0 0 0 0 0.941176 0 0 0 1 0"}),h.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_4824_80809"}),h.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_4824_80809",result:"shape"})))))}}]); assets/js/201-bfc0d3aab9dc3f2f6822.js 0000755 00000017730 15111634507 0012446 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[201],{37201:(e,t,l)=>{l.r(t),l.d(t,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var r,c,a,i,h,n,s,m,d,f,o,E,p,v,k,F,x,M,y,D,B,g,W,A,w,u,q,z,H,b,C,_,j,O,V,J,L,R,T,Z,P,G,I,K,N,Q,S,U,X,Y,$=l(63696);function ee(){return ee=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)({}).hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e},ee.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>$.createElement("svg",ee({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 455 281"},e),r||(r=$.createElement("path",{fill:"#F1F3F4",d:"M63 281c34.794 0 63-4.702 63-10.5 0-5.799-28.206-10.5-63-10.5s-63 4.701-63 10.5c0 5.798 28.206 10.5 63 10.5"})),c||(c=$.createElement("path",{fill:"#F9AB00",d:"M119.47 249.471c14.62 0 26.471-4.346 26.471-9.706v-3.53H93v3.53c0 5.36 11.851 9.706 26.47 9.706"})),a||(a=$.createElement("ellipse",{cx:119.47,cy:236.235,fill:"#FDD663",rx:26.471,ry:9.706})),i||(i=$.createElement("path",{fill:"#F9AB00",d:"M119.471 242.411c14.619 0 26.47-4.345 26.47-9.706v-3.529h-52.94v3.529c0 5.361 11.85 9.706 26.47 9.706"})),h||(h=$.createElement("ellipse",{cx:119.471,cy:229.176,fill:"#FDD663",rx:26.471,ry:9.706})),n||(n=$.createElement("path",{fill:"#F9AB00",d:"M119.47 235.352c14.62 0 26.471-4.345 26.471-9.706v-3.529H93v3.529c0 5.361 11.851 9.706 26.47 9.706"})),s||(s=$.createElement("ellipse",{cx:119.47,cy:222.117,fill:"#FDD663",rx:26.471,ry:9.706})),m||(m=$.createElement("path",{fill:"#F9AB00",d:"M119.471 228.294c14.619 0 26.47-4.346 26.47-9.706v-3.529h-52.94v3.529c0 5.36 11.85 9.706 26.47 9.706"})),d||(d=$.createElement("ellipse",{cx:119.471,cy:215.059,fill:"#FDD663",rx:26.471,ry:9.706})),f||(f=$.createElement("path",{fill:"#F9AB00",d:"M119.471 221.234c14.619 0 26.47-4.346 26.47-9.706v-3.529h-52.94v3.529c0 5.36 11.85 9.706 26.47 9.706"})),o||(o=$.createElement("ellipse",{cx:119.471,cy:207.999,fill:"#FDD663",rx:26.471,ry:9.706})),E||(E=$.createElement("path",{fill:"#F9AB00",d:"M119.47 214.176c14.62 0 26.471-4.345 26.471-9.705v-3.53H93v3.53c0 5.36 11.851 9.705 26.47 9.705"})),p||(p=$.createElement("ellipse",{cx:119.471,cy:200.941,fill:"#FDD663",rx:26.471,ry:9.706})),v||(v=$.createElement("path",{fill:"#F29900",d:"M118.669 204v-.591a5.6 5.6 0 0 1-1.11-.19 3.6 3.6 0 0 1-.948-.421 1.75 1.75 0 0 1-.611-.658l1.172-.258q.15.299.549.536.413.238.948.306v-1.507l-.037-.014q-.998-.203-1.647-.529-.648-.333-.648-.848 0-.306.274-.577.287-.272.811-.448a4.4 4.4 0 0 1 1.247-.218V198h.998v.597q.649.054 1.086.21.449.15.698.347.262.196.362.373l-1.148.271a1.1 1.1 0 0 0-.349-.298q-.237-.15-.649-.224v1.425q.674.15 1.198.333.524.176.823.427a.75.75 0 0 1 .312.611q0 .4-.337.679-.324.278-.861.441a5 5 0 0 1-1.135.21V204zm-1.047-4.174q0 .217.262.366.273.143.785.278v-1.221a2.2 2.2 0 0 0-.761.21q-.286.156-.286.367m3.081 2.253q0-.23-.275-.373a3.5 3.5 0 0 0-.761-.272v1.283q.45-.061.736-.224.3-.164.3-.414"})),k||(k=$.createElement("path",{stroke:"#F9AB00",strokeWidth:2,d:"M141.412 200.941c0 .675-.393 1.463-1.436 2.317-1.036.848-2.595 1.656-4.611 2.353-4.021 1.392-9.64 2.271-15.894 2.271-6.255 0-11.874-.879-15.895-2.271-2.015-.697-3.575-1.505-4.61-2.353-1.043-.854-1.437-1.642-1.437-2.317s.394-1.464 1.437-2.317c1.035-.848 2.595-1.656 4.61-2.353 4.021-1.392 9.64-2.271 15.895-2.271s11.873.879 15.894 2.271c2.016.697 3.575 1.505 4.611 2.353 1.043.853 1.436 1.642 1.436 2.317Z"})),F||(F=$.createElement("rect",{width:292.941,height:200.008,x:123,y:51.824,fill:"#F1F3F4",rx:8})),x||(x=$.createElement("path",{fill:"#fff",d:"M138.883 92.23h88.892v143.44h-88.892z"})),M||(M=$.createElement("circle",{cx:163.126,cy:116.473,r:12.122,fill:"#D9DBDF"})),y||(y=$.createElement("path",{fill:"#D9DBDF",d:"M164.438 150.312 146.964 169h72.73l-26.448-28.284-18.89 20.202z"})),D||(D=$.createElement("rect",{width:32.325,height:16.162,x:167.166,y:211.426,fill:"#639AF8",rx:8.081})),B||(B=$.createElement("path",{fill:"#E7E9EC",fillRule:"evenodd",d:"M219.694 190.457h-72.73v-10.589h72.73zm0 12.632h-72.73v-3.53h72.73z",clipRule:"evenodd"})),g||(g=$.createElement("path",{fill:"#3C4043",d:"M123 59.824a8 8 0 0 1 8-8h276.941a8 8 0 0 1 8 8v16.243H123z"})),W||(W=$.createElement("rect",{width:8.081,height:8.081,x:135.122,y:59.904,fill:"#fff",rx:4.041})),A||(A=$.createElement("rect",{width:8.081,height:8.081,x:147.244,y:59.904,fill:"#fff",rx:4.041})),w||(w=$.createElement("rect",{width:8.081,height:8.081,x:159,y:59.904,fill:"#fff",rx:4.041})),u||(u=$.createElement("path",{fill:"#fff",d:"M251.824 92.23h142.43v48.487h-142.43z"})),q||(q=$.createElement("path",{fill:"#E6E8EB",d:"M251.824 156.879h105.055v16.162H251.824zm0 24.242h123.237v4.041H251.824zm0 12.123h105.055v4.041H251.824zm0 12.121h142.43v4.041h-142.43z"})),z||(z=$.createElement("path",{stroke:"#C5221F",strokeWidth:4,d:"M62.118 214.177 60.38 221.5l-5.308 22.368-5.307 22.367H33"})),H||(H=$.createElement("path",{stroke:"#B31412",strokeWidth:4,d:"M62.118 214.176 60.38 221.5"})),b||(b=$.createElement("path",{stroke:"#C5221F",strokeWidth:4,d:"m81.53 214.177 6.176 15-10.588 37.058h15"})),C||(C=$.createElement("path",{stroke:"#B31412",strokeWidth:4,d:"m81.53 214.176 3.088 7.5"})),_||(_=$.createElement("path",{stroke:"#E94235",strokeLinejoin:"round",strokeWidth:4,d:"M111.412 184.576c7.157.828 36.234 7.419 28.459-18.151l6.835-1.66"})),j||(j=$.createElement("path",{stroke:"#E94235",strokeMiterlimit:10,strokeWidth:4,d:"M37.662 185.927c.868 11.581 1.05 24.942-2.262 36.106"})),O||(O=$.createElement("circle",{cx:73.588,cy:178.882,r:38.824,fill:"#D93025"})),V||(V=$.createElement("path",{stroke:"#fff",strokeMiterlimit:10,strokeWidth:4,d:"M85.941 193c-5.771 7.852-16.52 10.425-24.706 1.069"})),J||(J=$.createElement("path",{fill:"#F9AB00",d:"M424.765 258.293c14.619 0 26.47-4.345 26.47-9.706v-3.529h-52.941v3.529c0 5.361 11.851 9.706 26.471 9.706"})),L||(L=$.createElement("ellipse",{cx:424.765,cy:245.058,fill:"#FDD663",rx:26.471,ry:9.706})),R||(R=$.createElement("path",{fill:"#F9AB00",d:"M428.294 249.471c14.619 0 26.471-4.346 26.471-9.706v-3.53h-52.941v3.53c0 5.36 11.851 9.706 26.47 9.706"})),T||(T=$.createElement("ellipse",{cx:428.294,cy:236.235,fill:"#FDD663",rx:26.471,ry:9.706})),Z||(Z=$.createElement("path",{fill:"#F9AB00",d:"M423 242.411c14.619 0 26.471-4.345 26.471-9.705v-3.53H396.53v3.53c0 5.36 11.851 9.705 26.47 9.705"})),P||(P=$.createElement("ellipse",{cx:423,cy:229.176,fill:"#FDD663",rx:26.471,ry:9.706})),G||(G=$.createElement("path",{stroke:"#F9AB00",strokeWidth:2,d:"M444.941 229.177c0 .674-.393 1.463-1.436 2.317-1.036.847-2.595 1.655-4.61 2.353-4.021 1.392-9.641 2.271-15.895 2.271s-11.874-.879-15.895-2.271c-2.015-.698-3.574-1.506-4.61-2.353-1.043-.854-1.436-1.643-1.436-2.317s.393-1.464 1.436-2.318c1.036-.847 2.595-1.655 4.61-2.353 4.021-1.392 9.641-2.271 15.895-2.271s11.874.879 15.895 2.271c2.015.698 3.574 1.506 4.61 2.353 1.043.854 1.436 1.643 1.436 2.318Z"})),I||(I=$.createElement("path",{stroke:"#1967D2",strokeWidth:4,d:"m190.059 51.824 6.301 7.088a3 3 0 0 1 .758 1.993V80.06h10.588"})),K||(K=$.createElement("path",{stroke:"#185ABC",strokeWidth:4,d:"M190.059 51.824 195 57.499"})),N||(N=$.createElement("path",{stroke:"#1967D2",strokeWidth:4,d:"m207.706 49.058 6.048 6.805a4 4 0 0 1 1.011 2.657v18.773h10.588"})),Q||(Q=$.createElement("path",{stroke:"#185ABC",strokeWidth:4,d:"m207.706 49.058 3.529 3.97"})),S||(S=$.createElement("path",{stroke:"#4285F4",strokeMiterlimit:10,strokeWidth:4,d:"M230.647 26.458c15.346 3.878 28.408-9.969 26.233-25.117q-.048-.348-.114-.694"})),U||(U=$.createElement("path",{stroke:"#4285F4",strokeLinejoin:"round",strokeWidth:4,d:"m130.059 32.7.549-.13a6.33 6.33 0 0 1 3.775.299c1.189.481 2.177 1.313 2.811 2.367 3.157 5.17 7.698 8.75 14.807 9.43 5.087.487 11.596-.803 15.117-4.53"})),X||(X=$.createElement("path",{fill:"#1A73E8",d:"M204.078 51.725c20.711-5.55 33.002-26.838 27.453-47.55l-75.002 20.097c5.55 20.711 26.838 33.002 47.549 27.453"})),Y||(Y=$.createElement("path",{stroke:"#fff",strokeMiterlimit:10,strokeWidth:4,d:"M206.515 33.52a20 20 0 0 1-2.436 1.853 18 18 0 0 1-3.224 1.662 16.9 16.9 0 0 1-7.035 1.148 18.5 18.5 0 0 1-2.589-.314"})))}}]); assets/js/314-5de05bb0772a9b99adb1.js 0000755 00001212116 15111634507 0012313 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[314],{76314:(l,c,h)=>{h.r(c),h.d(c,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var v,a,m,e,s,z,t,Z,r,i,E,n,f,q,d,p,H,M,x,g,o,A,u,P,y,B,F,w,I,C,S,V,b,k,X,Y,j,T,U,D=h(63696);function R(){return R=Object.assign?Object.assign.bind():function(l){for(var c=1;c<arguments.length;c++){var h=arguments[c];for(var v in h)({}).hasOwnProperty.call(h,v)&&(l[v]=h[v])}return l},R.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=l=>D.createElement("svg",R({xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",fill:"none",viewBox:"0 0 642 916"},l),D.createElement("g",{filter:"url(#splash-screenshot_svg__a)"},v||(v=D.createElement("path",{fill:"#fff",d:"M22 17h598v31.4H22z"})),a||(a=D.createElement("g",{clipPath:"url(#splash-screenshot_svg__b)"},D.createElement("path",{fill:"#FBBB00",d:"m36.9 34-.5 1.6H35a6 6 0 0 1 0-5.7l1.3.3.6 1.3a3.6 3.6 0 0 0 0 2.5"}),D.createElement("path",{fill:"#518EF8",d:"M46.2 31.6a6.1 6.1 0 0 1-2.1 5.9l-1.8-.1-.2-1.6q1.05-.6 1.5-1.8h-3.2v-2.4z"}),D.createElement("path",{fill:"#28B446",d:"M44 37.5a6 6 0 0 1-9.1-1.9l2-1.6a3.6 3.6 0 0 0 5.2 1.8l2 1.7Z"}),D.createElement("path",{fill:"#F14336",d:"m44.1 28-2 1.6a3.7 3.7 0 0 0-5.3 1.9l-2-1.6a6 6 0 0 1 9.3-1.9"}))),m||(m=D.createElement("path",{fill:"#161B18",d:"M53.5 36.8a3 3 0 0 1-1.2-.2 3 3 0 0 1-1-.8 3 3 0 0 1-.6-1.2l1-.3c0 .4.3.8.6 1.1.4.3.8.5 1.2.5.5 0 .9-.1 1.2-.4.3-.2.5-.6.5-1s-.2-.7-.4-1l-1.4-.6-.5-.2a4 4 0 0 1-1.3-.8c-.4-.3-.6-.7-.6-1.3 0-.4.1-.8.3-1q.3-.6.9-.9l1.2-.2a2.7 2.7 0 0 1 2 .8l.5.8-.9.3c0-.2-.2-.5-.5-.7s-.6-.3-1-.3-.8 0-1 .3a1 1 0 0 0-.5.9c0 .3.1.5.3.7l1.2.6.5.2c.7.2 1.2.5 1.6.9.3.4.5.9.5 1.5 0 .5 0 1-.4 1.3-.2.3-.6.6-1 .8zm4.4-6.9c-.2 0-.4 0-.5-.2a.7.7 0 0 1-.2-.5c0-.1 0-.3.2-.4.1-.2.3-.2.5-.2s.3 0 .5.2l.2.4-.2.5c-.2.2-.3.2-.5.2m-.5 1.2h1v5.5h-1zm4.5 5.6-.6-.1c-.2 0-.4-.2-.5-.3l-.4-.5a2 2 0 0 1 0-.7V32h-1v-.8h1v-1.7h.9v1.7h1.3v.8h-1.3v3c0 .3 0 .5.2.7l.6.2.6-.1v.9h-.4l-.4.1Zm4 .1c-.5 0-1-.1-1.4-.4-.4-.2-.7-.6-1-1l-.3-1.5c0-.6.1-1 .3-1.5a2.6 2.6 0 0 1 2.4-1.5c.5 0 1 .1 1.4.4.4.2.7.6 1 1a3.4 3.4 0 0 1 .2 1.7h-4.3c0 .4 0 .8.3 1a1.8 1.8 0 0 0 1.5 1c.7 0 1.3-.4 1.6-1l.9.3c-.3.5-.6.8-1 1.1s-1 .4-1.5.4Zm1.7-3.6-.2-.6c-.1-.3-.3-.4-.6-.6-.2-.2-.5-.2-1-.2-.3 0-.7.1-1 .4-.3.2-.5.6-.6 1zm4.8-4.6h1v4.2l3.6-4.2h1.2l-3 3.5 3.2 4.5h-1.1l-2.7-3.8-1.2 1.5v2.3h-1zm7.3 1.3c-.1 0-.3 0-.4-.2a.7.7 0 0 1-.2-.5c0-.1 0-.3.2-.4.1-.2.3-.2.4-.2.2 0 .4 0 .5.2.2.1.2.3.2.4 0 .2 0 .4-.2.5-.1.2-.3.2-.5.2m-.4 1.2h1v5.5h-1zm4.5 5.6-.7-.1-.4-.3-.4-.5a2 2 0 0 1 0-.7V32h-1v-.8h1v-1.7h.9v1.7h1.3v.8h-1.3v3l.1.7.6.2.6-.1v.9h-.3l-.4.1Z"})),e||(e=D.createElement("path",{fill:"#6C726E",d:"M405.2 34.8c-.6 0-1-.2-1.3-.5-.4-.4-.5-.9-.5-1.5v-3.2h.6v3.2c0 .5 0 .8.3 1 .2.3.5.4 1 .4.4 0 .7-.1.9-.4.2-.2.3-.5.3-1v-3.2h.6v3.2c0 .6-.2 1.1-.5 1.5a2 2 0 0 1-1.4.5m3.2-.2v-5h1.8c.5 0 1 .1 1.2.4.3.2.4.6.4 1v.7l-.5.5-.7.3 1.3 2.1h-.7l-1.2-2h-1v2zm1.9-4.5H409v2h1.3c.3 0 .5-.2.7-.3l.2-.7c0-.3 0-.6-.2-.7a1 1 0 0 0-.7-.3m2.5 4.5v-5h.6V34h2.4v.5h-3Zm7.2.2a2 2 0 0 1-.8-.2c-.2 0-.4-.2-.5-.3-.2-.2-.2-.4-.3-.7h.6l.3.4c.2.2.4.2.7.2l.6-.1.2-.5c0-.3-.2-.5-.8-.6h-.4l-.8-.4a1 1 0 0 1-.3-.7c0-.3 0-.4.2-.6l.5-.4.7-.1.6.1c.2 0 .4.2.5.3l.3.6-.6.1c0-.2-.1-.3-.3-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.6.2l-.2.4s0 .2.2.3l.5.2.5.1c.4 0 .6.2.8.4s.3.4.3.7 0 .5-.2.6l-.5.4zm3.8 0-.9-.3c-.3-.2-.5-.4-.6-.7l-.2-1c0-.4 0-.7.2-1l.6-.7c.3-.2.6-.3 1-.3s.9.2 1.2.5a2.3 2.3 0 0 1 .4 1.6h-2.8c0 .4.1.7.3 1 .2.2.5.3.8.3s.6 0 .7-.2l.4-.5.5.2-.5.7c-.3.3-.6.4-1 .4Zm0-3.5a1 1 0 0 0-.7.3l-.4.8h2.2c0-.3-.1-.6-.3-.8s-.4-.3-.8-.3m3.8 3.5c-.4 0-.7-.1-1-.4a1 1 0 0 1-.3-.8c0-.2 0-.5.2-.6l.5-.4.7-.1a3.8 3.8 0 0 1 1.1.1v-.4c0-.2 0-.5-.2-.6a1 1 0 0 0-.7-.3c-.5 0-.9.3-1 .7l-.5-.1c0-.4.2-.6.5-.8s.6-.3 1-.3c.5 0 .8.1 1 .4.4.2.5.6.5 1v2.4h-.6v-.4l-.5.4zm.1-.6.6-.1.4-.4.1-.6-1-.1-.6.1c-.2.1-.3.3-.3.5s0 .3.2.5zm2.8.4V31h.6v.5c0-.2.2-.3.4-.4l.6-.2h.3v.7a1 1 0 0 0-.4-.1l-.5.1a1 1 0 0 0-.3.4v2.7h-.7Zm4.1.2-.9-.3-.6-.7-.2-1c0-.4 0-.8.2-1a1.7 1.7 0 0 1 1.6-1c.4 0 .8.1 1 .3.3.3.5.6.5 1h-.6a1 1 0 0 0-.3-.5 1 1 0 0 0-.6-.3 1 1 0 0 0-.9.4c-.2.3-.3.6-.3 1 0 .5.1.9.3 1.1.2.3.5.4.9.4.5 0 .8-.2 1-.8l.5.2c0 .3-.3.6-.5.8-.3.3-.6.4-1 .4Zm2.5-.2v-5.5h.6v2.3l.5-.4.7-.2c.4 0 .8.1 1 .4s.3.6.3 1v2.4h-.6v-2.4c0-.2 0-.5-.2-.6a.9.9 0 0 0-.6-.3 1 1 0 0 0-.6.2 1.1 1.1 0 0 0-.5 1v2.1z"})),D.createElement("mask",{id:"splash-screenshot_svg__c",width:11,height:11,x:442,y:28,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},s||(s=D.createElement("path",{fill:"#D9D9D9",d:"M442.8 28.1h10.1v10.1h-10.1z"}))),z||(z=D.createElement("g",{mask:"url(#splash-screenshot_svg__c)"},D.createElement("path",{fill:"#6C726E",d:"m450.8 36.6-2.3-2.3a2.6 2.6 0 0 1-1.6.6 3 3 0 0 1-2-.8c-.5-.6-.8-1.2-.8-2s.3-1.4.8-2a3 3 0 0 1 2-.8c.7 0 1.4.3 2 .9.5.5.7 1.1.7 2l-.1.8-.4.7 2.3 2.3.1.3v.3l-.4.2c-.1 0-.2 0-.3-.2m-4-2.6c.6 0 1-.2 1.4-.6.4-.3.5-.8.5-1.3s-.1-1-.5-1.3c-.4-.4-.8-.6-1.3-.6s-1 .2-1.3.6c-.4.3-.6.8-.6 1.3s.2 1 .6 1.3c.3.4.8.6 1.3.6Z"}))),D.createElement("mask",{id:"splash-screenshot_svg__d",width:11,height:11,x:467,y:28,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},t||(t=D.createElement("path",{fill:"#D9D9D9",d:"M467.2 28.1h10.1v10.1h-10.1z"}))),Z||(Z=D.createElement("g",{mask:"url(#splash-screenshot_svg__d)"},D.createElement("path",{fill:"#6C726E",d:"M473.3 35.7a1 1 0 0 1-.8-.4 1 1 0 0 1-.3-.7c0-.3.1-.6.3-.8s.5-.3.8-.3.5.1.7.3.3.5.3.8 0 .5-.3.7a1 1 0 0 1-.7.4m-4 1.7-.6-.3a.9.9 0 0 1-.2-.6v-5.8c0-.2 0-.5.2-.6l.6-.3h.4v-.4l.1-.3.3-.2c.1 0 .2 0 .3.2.1 0 .2.1.2.3v.4h3.3v-.4c0-.2 0-.3.2-.3l.3-.2c.1 0 .2 0 .3.2l.1.3v.4h.4l.6.3c.2.1.3.4.3.6v5.8l-.3.6-.6.3zm0-1h5.9v-4h-5.9z"}))),r||(r=D.createElement("path",{fill:"#6C726E",d:"M481 34.6v-5h.5V34h2.5v.5h-3Zm5 .2c-.3 0-.7-.1-.9-.4a1 1 0 0 1-.4-.8l.2-.6.6-.4.7-.1a3.8 3.8 0 0 1 1 .1v-.4c0-.2 0-.5-.2-.6a1 1 0 0 0-.7-.3c-.5 0-.8.3-1 .7l-.5-.1c0-.4.3-.6.5-.8.3-.2.6-.3 1-.3.5 0 .9.1 1.1.4.3.2.4.6.4 1v2.4h-.5v-.4l-.5.4zm.1-.6.6-.1.4-.4.2-.6-1-.1-.7.1c-.2.1-.2.3-.2.5s0 .3.2.5zm4 .6a2 2 0 0 1-.6-.2c-.3 0-.4-.2-.6-.3l-.2-.7h.5l.3.4c.2.2.4.2.7.2l.6-.1c.2-.1.2-.3.2-.5 0-.3-.2-.5-.7-.6h-.5l-.8-.4a1 1 0 0 1-.3-.7l.2-.6.5-.4.7-.1.7.1c.2 0 .3.2.5.3l.2.6-.5.1c0-.2-.2-.3-.3-.4a1 1 0 0 0-.6-.2 1 1 0 0 0-.5.2c-.2 0-.3.2-.3.4l.2.3.6.2.5.1c.3 0 .6.2.8.4l.2.7c0 .3 0 .5-.2.6 0 .2-.3.3-.5.4l-.7.2Zm2.7-1.1v-2.2h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2l.1.5.4.1a.6.6 0 0 0 .3 0v.5a1.2 1.2 0 0 1-.4.1 1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7m4.2 1V34a26 26 0 0 0 1.8-1.6l.4-.7.1-.7c0-.3 0-.6-.2-.7a1 1 0 0 0-.7-.3c-.2 0-.5.1-.6.3a1 1 0 0 0-.3.7l-.6-.1.2-.7a1.4 1.4 0 0 1 1.3-.7c.5 0 .9 0 1.1.3.3.3.4.7.4 1.1s0 .7-.2 1l-.5.9a6.2 6.2 0 0 1-1.5 1.3h2.3v.5h-3Zm5.4 0-.9-.1-.5-.6-.2-.7a1.3 1.3 0 0 1 .8-1.3l-.4-.5c-.2-.2-.2-.4-.2-.7 0-.2 0-.5.2-.7 0-.2.3-.3.5-.5l.7-.1.8.1.5.5.2.7c0 .3 0 .5-.2.7l-.5.5c.3 0 .5.3.6.5.2.2.2.5.2.8l-.1.7-.6.6-.9.2Zm0-3c.3 0 .5 0 .6-.2l.3-.6a1 1 0 0 0-.3-.7.9.9 0 0 0-.6-.2l-.6.2-.2.7c0 .2 0 .4.2.6zm0 2.5c.3 0 .6 0 .7-.3.2-.1.3-.4.3-.7s0-.5-.3-.7a1 1 0 0 0-.7-.2 1 1 0 0 0-.7.2 1 1 0 0 0-.3.7c0 .3.1.6.3.7.2.2.4.3.7.3m6 .6-.9-.3-.6-.7-.2-1 .2-1 .6-.7.9-.3a1.4 1.4 0 0 1 1.2.6v-2.3h.6v5.5h-.6v-.5l-.5.5zm0-.6c.4 0 .7-.1.9-.4.2-.2.3-.6.3-1 0-.5 0-.8-.3-1a1 1 0 0 0-.8-.5 1 1 0 0 0-.9.4c-.2.3-.3.6-.3 1 0 .5.1.9.3 1.1.3.3.5.4.9.4Zm4 .6c-.3 0-.7-.1-.9-.4a1 1 0 0 1-.4-.8l.2-.6.6-.4.7-.1a3.8 3.8 0 0 1 1 .1v-.4c0-.2 0-.5-.2-.6a1 1 0 0 0-.7-.3c-.5 0-.8.3-1 .7l-.5-.1c0-.4.3-.6.5-.8.3-.2.6-.3 1-.3.5 0 .9.1 1.1.4.3.2.4.6.4 1v2.4h-.5v-.4l-.5.4zm.1-.6.6-.1.4-.4.2-.6-1-.1-.7.1c-.2.1-.2.3-.2.5s0 .3.2.5zm3 2h-.2l-.3-.1v-.6l.2.1h.6l.3-.6.2-.4-1.4-3.7h.6l1.1 3 1-3h.7l-1.6 4.2a2 2 0 0 1-.5.8 1 1 0 0 1-.7.3m4.8-1.4a2 2 0 0 1-.8-.2c-.2 0-.4-.2-.5-.3-.2-.2-.2-.4-.3-.7h.6l.3.4c.2.2.4.2.7.2l.6-.1.2-.5c0-.3-.2-.5-.7-.6h-.5l-.8-.4a1 1 0 0 1-.3-.7c0-.3 0-.4.2-.6l.5-.4.7-.1.6.1c.2 0 .4.2.5.3l.3.6-.6.1c0-.2-.1-.3-.3-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.6.2l-.2.4s0 .2.2.3l.5.2.5.1c.4 0 .6.2.8.4s.3.4.3.7 0 .5-.2.6l-.5.4z"})),D.createElement("mask",{id:"splash-screenshot_svg__e",width:12,height:11,x:523,y:28,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},i||(i=D.createElement("path",{fill:"#D9D9D9",d:"M524 28.1h10.1v10.1H524z"}))),E||(E=D.createElement("g",{mask:"url(#splash-screenshot_svg__e)"},D.createElement("path",{fill:"#6C726E",d:"M529 34.4h-.1l-.2-.1-1.9-2-.1-.3.1-.3.3-.1.3.1 1.6 1.6 1.6-1.6.3-.1.4.1v.7l-2 1.9h-.3Z"}))),n||(n=D.createElement("circle",{cx:602.6,cy:32.7,r:5.6,fill:"url(#splash-screenshot_svg__f)"})),D.createElement("mask",{id:"splash-screenshot_svg__g",width:11,height:11,x:572,y:27,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},f||(f=D.createElement("path",{fill:"#D9D9D9",d:"M572.6 27.6h10.1v10.1h-10.1z"}))),q||(q=D.createElement("g",{mask:"url(#splash-screenshot_svg__g)"},D.createElement("path",{fill:"#6C726E",d:"M580.4 33.6c-.1 0-.2 0-.3-.2l-.2-.3v-.8h-.8l-.3-.1-.1-.3.1-.3.3-.2h.8v-.8s0-.2.2-.3l.3-.1.3.1.1.3v.8h.8c.1 0 .3 0 .3.2l.2.3s0 .2-.2.3l-.3.1h-.8v.8l-.1.3zm-4.2-.9c-.5 0-.9-.2-1.2-.5s-.5-.7-.5-1.2.2-.9.5-1.2.7-.5 1.2-.5.9.2 1.2.5.5.7.5 1.2-.2.9-.5 1.2-.7.5-1.2.5m-3 3.4-.3-.1-.1-.3v-.8a1.2 1.2 0 0 1 .7-1.1 6.3 6.3 0 0 1 4-.5l1.4.5c.2 0 .4.2.5.4l.2.7v.8l-.1.3-.4.1z"}))),D.createElement("mask",{id:"splash-screenshot_svg__h",width:11,height:11,x:548,y:27,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},d||(d=D.createElement("path",{fill:"#D9D9D9",d:"M548.3 27.6h10.1v10.1h-10.1z"}))),p||(p=D.createElement("g",{mask:"url(#splash-screenshot_svg__h)"},D.createElement("path",{fill:"#6C726E",d:"M553 35.3c.2 0 .4 0 .5-.2l.1-.4-.1-.4a.5.5 0 0 0-.4-.1l-.4.1-.2.4c0 .2 0 .3.2.4l.4.2Zm.1-4.4c.2 0 .4 0 .5.2l.2.4-.1.3c0 .2-.2.3-.3.4-.3.2-.4.4-.5.6a1 1 0 0 0-.2.4l.1.3.3.1h.3l.1-.4.2-.3.3-.4c.3-.2.4-.4.5-.6l.1-.5c0-.4-.1-.7-.4-.9s-.6-.3-1-.3l-.8.1-.6.6v.2l.1.3h.3c.1 0 .2 0 .3-.2l.3-.2h.3Zm0 6a4.3 4.3 0 0 1-3.9-2.6 4.1 4.1 0 0 1 0-3.2 4.2 4.2 0 0 1 7.8 0c.2.5.3 1 .3 1.6a4.2 4.2 0 0 1-4.2 4.2"}))),H||(H=D.createElement("path",{fill:"#fff",d:"M22 48.4h598v30.8H22z"})),M||(M=D.createElement("rect",{width:59.8,height:17.7,x:166.6,y:54.3,stroke:"#EBEEF0",strokeWidth:.5,rx:8.9})),D.createElement("mask",{id:"splash-screenshot_svg__i",width:11,height:11,x:172,y:58,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},x||(x=D.createElement("path",{fill:"#D9D9D9",d:"M172.4 58.1h10.1v10.1h-10.1z"}))),g||(g=D.createElement("g",{fill:"#161B18",mask:"url(#splash-screenshot_svg__i)"},D.createElement("rect",{width:2.5,height:2.5,x:174.5,y:60.1,rx:.5}),D.createElement("rect",{width:2.5,height:2.5,x:178,y:60.1,rx:.5}),D.createElement("rect",{width:2.5,height:2.5,x:174.5,y:63.6,rx:.5}),D.createElement("rect",{width:2.5,height:2.5,x:178,y:63.6,rx:.5}))),o||(o=D.createElement("path",{fill:"#161B18",d:"M185.3 60.3h.7v2l1.8-2h.8l-1.6 1.9 1.8 2.4h-.9l-1.3-2-.6.8v1.2h-.7zm5.4 4.4c-.3 0-.6 0-.8-.2l-.5-.5c-.2-.3-.2-.6-.2-.9l.1-.8a1.5 1.5 0 0 1 1.4-.8c.3 0 .5 0 .8.2.2.2.4.3.5.6a1.8 1.8 0 0 1 .1 1h-2.3c0 .2.1.5.3.6.2.2.4.2.6.2.4 0 .6-.1.8-.5l.6.3q-.15.45-.6.6c-.2.2-.5.2-.8.2m.8-2-.1-.2-.3-.3a.8.8 0 0 0-.4-.1c-.2 0-.4 0-.5.2a1 1 0 0 0-.3.5h1.6Zm2.4 1.8-1.3-2.9h.7l.9 2 .8-2h.8l-2 4.3h-.6zm4.2-2.9h.6v.4l.5-.3.5-.2c.2 0 .4 0 .6.2l.3.4.4-.4.6-.2c.4 0 .7.1.8.3.2.3.3.6.3 1v1.8h-.6v-1.8l-.2-.5-.4-.2c-.3 0-.4.1-.6.3a1 1 0 0 0-.2.6v1.6h-.6v-1.8c0-.2 0-.4-.2-.5l-.4-.2c-.2 0-.4.1-.5.3a1 1 0 0 0-.2.6v1.6h-.7zm7 3.1c-.3 0-.6 0-.8-.2l-.6-.5-.2-.9.2-.8a1.5 1.5 0 0 1 1.4-.8c.3 0 .5 0 .7.2l.6.6a1.8 1.8 0 0 1 .1 1h-2.3c0 .2.1.5.3.6.2.2.4.2.6.2.4 0 .6-.1.8-.5l.6.3q-.15.45-.6.6c-.2.2-.5.2-.8.2m.8-2-.1-.2-.3-.3a.8.8 0 0 0-.4-.1c-.2 0-.4 0-.6.2a1 1 0 0 0-.3.5h1.7Zm2.6 2h-.4a.8.8 0 0 1-.2-.3 1 1 0 0 1-.3-.7v-1.5h-.5v-.6h.5v-.9h.7v1h.7v.5h-.7V64l.4.2.3-.1v.6zm1.4-3h.6v.4l.4-.4a1 1 0 0 1 .9-.1v.7a1 1 0 0 0-.5-.1c-.2 0-.4 0-.5.2a1 1 0 0 0-.3.7v1.5h-.6v-3Zm3-.6-.3-.1-.1-.3v-.4h.7l.2.4s0 .2-.2.3zm-.3.5h.6v3h-.6zm3 3.1c-.2 0-.5 0-.7-.2a1 1 0 0 1-.6-.5l-.2-.9c0-.3 0-.6.2-.8l.6-.6.8-.2c.3 0 .6.1.8.3.2.1.4.3.5.6l-.6.2a.8.8 0 0 0-.8-.5c-.1 0-.3 0-.4.2l-.3.3-.1.5v.5l.4.4.4.1.5-.1c.2-.1.3-.2.3-.4l.6.3c0 .2-.3.4-.5.6s-.5.2-.8.2Zm3.4 0c-.4 0-.7 0-.9-.2l-.5-.6.6-.3c0 .2.2.3.3.4l.5.1h.4l.1-.3-.1-.2-.4-.2-.4-.1c-.3 0-.5-.2-.6-.3a.7.7 0 0 1-.3-.6c0-.2.1-.5.4-.6.2-.2.5-.3.8-.3s.6 0 .8.2l.4.5-.5.3-.3-.3-.4-.1h-.3l-.2.3.1.2.3.1.5.2c.3 0 .5.2.7.3l.2.6c0 .1 0 .3-.2.5a1 1 0 0 1-.4.3z"})),A||(A=D.createElement("rect",{width:42.8,height:17.7,x:239.1,y:54.3,stroke:"#EBEEF0",strokeWidth:.5,rx:8.9})),D.createElement("mask",{id:"splash-screenshot_svg__j",width:12,height:11,x:244,y:58,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},u||(u=D.createElement("path",{fill:"#D9D9D9",d:"M244.9 58.1H255v10.1h-10.1z"}))),P||(P=D.createElement("g",{mask:"url(#splash-screenshot_svg__j)"},D.createElement("path",{fill:"#131418",d:"M247.7 66.5c-.2 0-.3 0-.5-.2a.6.6 0 0 1-.2-.4v-3.4l.2-.4c.2-.2.3-.2.5-.2s.3 0 .5.2l.1.4V66l-.1.4-.5.2Zm2.3 0c-.2 0-.3 0-.5-.2a.6.6 0 0 1-.2-.4v-5c0-.3.1-.4.2-.5.2-.2.3-.2.5-.2s.3 0 .5.2l.2.4v5l-.2.5zm2.3 0c-.2 0-.3 0-.5-.2a.6.6 0 0 1-.2-.4v-1.7l.2-.5.5-.1.5.1.2.5V66l-.2.4-.5.2Z"}))),y||(y=D.createElement("path",{fill:"#131418",d:"M258.7 61h-1.3v-.7h3.2v.6h-1.3v3.7h-.6zm2.3.6h.6v.5l.4-.4a1 1 0 0 1 .9-.1v.7a1 1 0 0 0-.5-.1c-.2 0-.4 0-.5.2-.2.2-.2.4-.2.7v1.5h-.7zm3.5 3.1-.6-.1a1 1 0 0 1-.4-.4 1 1 0 0 1-.2-.5c0-.3.2-.6.4-.7.2-.2.5-.3 1-.3l.7.1c0-.3 0-.4-.2-.5a.8.8 0 0 0-.5-.2 1 1 0 0 0-.8.4l-.5-.4.6-.4.7-.2c.4 0 .8.1 1 .4.3.2.4.5.4.9v1.8h-.7v-.3l-.4.3a1 1 0 0 1-.5.1m0-.5.5-.1.3-.3.1-.4-.7-.2-.5.1a.4.4 0 0 0 0 .7l.4.2Zm7-3-.2-.2-.2-.3c0-.2 0-.3.2-.3l.3-.2c.1 0 .2 0 .3.2l.1.3-.1.3-.3.1Zm-4.2 1h-.5v-.6h.5v-.3c0-.3.1-.6.3-.8s.5-.3.8-.3h.4v.7a1 1 0 0 0-.4 0h-.3l-.1.4v.3h1.3v-.3c0-.3 0-.6.3-.8.2-.2.4-.3.8-.3h.3v.7a1 1 0 0 0-.3 0h-.3l-.1.4v.3h2v3h-.7v-2.4H270v2.4h-.7v-2.4H268v2.4h-.7zm7 2.5c-.3 0-.5 0-.8-.2l-.5-.5c-.2-.3-.2-.6-.2-.9s0-.6.2-.8l.5-.6.8-.2q.6 0 .9.3c.2.1.4.3.5.6l-.6.2a.8.8 0 0 0-.8-.5c-.1 0-.3 0-.4.2l-.3.3-.2.5c0 .2 0 .4.2.5 0 .2.2.3.3.4l.4.1.5-.1c.1-.1.3-.2.3-.4l.6.3c0 .2-.3.4-.5.6s-.5.2-.9.2"})),B||(B=D.createElement("rect",{width:48.8,height:17.7,x:294.6,y:54.3,stroke:"#EBEEF0",strokeWidth:.5,rx:8.9})),D.createElement("mask",{id:"splash-screenshot_svg__k",width:11,height:11,x:300,y:58,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},F||(F=D.createElement("path",{fill:"#D9D9D9",d:"M300.4 58.1h10.1v10.1h-10.1z"}))),w||(w=D.createElement("g",{mask:"url(#splash-screenshot_svg__k)"},D.createElement("path",{fill:"#131418",d:"M306 62.3h1.2l.3-.1.1-.3-.1-.4h-1.8l-.1.4v.3zm0 2.6h1.2s.2 0 .3-.2l.1-.3-.1-.3-.3-.1H306l-.3.1-.1.3v.3zm-2.3-2.1h1s.2 0 .3-.2l.1-.3v-1l-.1-.2-.3-.2h-1s-.2 0-.3.2l-.1.3v1l.1.2zm0 2.5h1l.3-.1.1-.3v-1l-.1-.3-.3-.1h-1l-.3.1-.1.3v1l.1.3zm-1.1 1.6c-.3 0-.5 0-.7-.2a.9.9 0 0 1-.2-.7v-5.8c0-.2 0-.4.2-.6s.4-.3.7-.3h5.8c.2 0 .5.1.6.3l.3.6V66c0 .3-.1.5-.3.7l-.6.2zm0-.9h5.8v-5.8h-5.8z"}))),I||(I=D.createElement("path",{fill:"#131418",d:"M315.6 64.7c-.4 0-.8 0-1.2-.3-.3-.2-.6-.4-.8-.8a2 2 0 0 1-.3-1.1 2.3 2.3 0 0 1 1.1-2l1.2-.3a2 2 0 0 1 1.6.7l-.5.5a1.4 1.4 0 0 0-1.1-.6l-.8.2-.6.6-.2.9c0 .3 0 .6.2.8l.6.6.8.2q.75 0 1.2-.6l.5.4c-.2.3-.4.5-.7.6-.3.2-.7.2-1 .2m3.9 0c-.3 0-.6 0-.8-.2a1.6 1.6 0 0 1-.8-1.4c0-.3 0-.6.2-.8l.6-.6.8-.2c.3 0 .6 0 .8.2l.6.6.2.8-.2.8a1.5 1.5 0 0 1-1.4.8m0-.6a.9.9 0 0 0 .8-.5l.1-.5-.1-.5c-.1-.2-.2-.3-.4-.3a.9.9 0 0 0-1.2.3l-.1.5.1.5.4.4zm2.3-2.5h.7v.4l.4-.3.6-.2c.3 0 .6.1.8.3.2.3.3.6.3 1v1.8h-.7v-1.8c0-.4-.2-.7-.6-.7-.3 0-.4.1-.6.3a1 1 0 0 0-.2.6v1.6h-.7zm4.9 3h-.4a.8.8 0 0 1-.3-.2 1 1 0 0 1-.3-.7v-1.5h-.5v-.6h.5v-.9h.7v1h.7v.5h-.7v1.4l.1.3.3.2.4-.1v.6zm2.6.1c-.3 0-.6 0-.8-.2-.3-.1-.4-.3-.6-.5l-.2-.9c0-.3 0-.5.2-.8a1.5 1.5 0 0 1 1.3-.8c.3 0 .6 0 .8.2l.6.6a1.8 1.8 0 0 1 .1 1h-2.3c0 .2.1.5.3.6.2.2.4.2.6.2.3 0 .6-.1.8-.5l.6.3c-.2.3-.3.5-.6.6-.2.2-.5.2-.8.2m.7-2v-.2l-.3-.3a.8.8 0 0 0-.5-.1c-.2 0-.3 0-.5.2a1 1 0 0 0-.3.5h1.6Zm1.6-1h.6v.3l.4-.3.6-.2c.3 0 .6.1.8.3.2.3.3.6.3 1v1.8h-.7v-1.8c0-.4-.2-.7-.6-.7l-.6.3a1 1 0 0 0-.2.6v1.6h-.6v-3Zm4.8 3h-.4a.8.8 0 0 1-.3-.3 1 1 0 0 1-.2-.7v-1.5h-.6v-.6h.6v-.9h.6v1h.8v.5h-.8v1.4l.1.3.3.2.4-.1v.6h-.5Z"})),C||(C=D.createElement("rect",{width:42.8,height:17.7,x:356.1,y:54.3,stroke:"#EBEEF0",strokeWidth:.5,rx:8.9})),D.createElement("mask",{id:"splash-screenshot_svg__l",width:12,height:11,x:361,y:58,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},S||(S=D.createElement("path",{fill:"#D9D9D9",d:"M361.9 58.1H372v10.1h-10.1z"}))),V||(V=D.createElement("g",{mask:"url(#splash-screenshot_svg__l)"},D.createElement("path",{fill:"#161B18",d:"M366.3 64.6c.2.2.4.3.7.3q.45 0 .6-.3l1.7-2.6v-.3h-.3l-2.6 1.7c-.2 0-.3.3-.3.6 0 .2 0 .5.2.6m-2.2 2a1 1 0 0 1-.4-.2.7.7 0 0 1-.4-.3 4.3 4.3 0 0 1-.5-2.1 4 4 0 0 1 1.2-3 4.3 4.3 0 0 1 3.9-1.2l.9.3.2.4-.1.3-.3.2h-.3a3 3 0 0 0-1.3-.4c-1 0-1.7.4-2.4 1a3.2 3.2 0 0 0-.8 3.2c0 .3.2.6.3.8h5.7l.4-.8a3.4 3.4 0 0 0 0-1.5l-.2-.7v-.3l.1-.2c.1-.1.3-.2.4-.1.1 0 .2 0 .3.2l.3.8.1.9a4.3 4.3 0 0 1-.6 2.2l-.3.3a1 1 0 0 1-.5.1h-5.7Z"}))),b||(b=D.createElement("path",{fill:"#161B18",d:"M376 64.7a1.6 1.6 0 0 1-1.6-1.2l.6-.2.4.6.6.2c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.4 0-.2 0-.4-.2-.5l-.6-.3-.3-.1a2 2 0 0 1-.8-.5 1 1 0 0 1-.3-.7l.2-.6.5-.5.7-.1c.4 0 .7 0 1 .3.2.1.3.4.4.6l-.6.2-.3-.3a.7.7 0 0 0-.5-.2c-.2 0-.3 0-.5.2l-.2.4c0 .1 0 .2.2.3l.6.3.3.1.8.5c.2.2.3.5.3.8s0 .6-.2.8l-.5.4zm2.3-3h.6v.3l.5-.3.5-.2c.3 0 .5 0 .8.2l.5.6.2.8c0 .3 0 .6-.2.8a1 1 0 0 1-.5.6 1.3 1.3 0 0 1-1.3 0 1 1 0 0 1-.4-.3V66h-.7zm1.5 2.4.5-.1.3-.4.1-.5-.1-.5a.9.9 0 0 0-1.5 0l-.2.5c0 .2 0 .4.2.5 0 .2.2.3.3.4zm3.8.6c-.3 0-.5 0-.8-.2l-.5-.5c-.2-.3-.2-.6-.2-.9l.1-.8a1.5 1.5 0 0 1 1.4-.8c.3 0 .5 0 .8.2.2.2.4.3.5.6a1.8 1.8 0 0 1 .2 1h-2.4c0 .2.1.5.3.6.2.2.4.2.6.2.4 0 .7-.1.8-.5l.6.3q-.15.45-.6.6c-.2.2-.5.2-.8.2m.8-2-.1-.2-.3-.3a.8.8 0 0 0-.4-.1c-.2 0-.4 0-.5.2a1 1 0 0 0-.3.5h1.6Zm3 2c-.4 0-.6 0-.9-.2l-.5-.5c-.2-.3-.2-.6-.2-.9l.1-.8a1.5 1.5 0 0 1 1.4-.8c.3 0 .5 0 .8.2.2.2.4.3.5.6a1.8 1.8 0 0 1 .1 1h-2.3c0 .2.1.5.3.6.2.2.4.2.6.2.4 0 .6-.1.8-.5l.6.3q-.15.45-.6.6c-.2.2-.5.2-.8.2Zm.7-2-.1-.2-.3-.3a.8.8 0 0 0-.4-.1c-.2 0-.4 0-.5.2a1 1 0 0 0-.3.5h1.6Zm2.8 2c-.3 0-.5 0-.7-.2l-.6-.5-.1-.9.1-.8.6-.6a1.4 1.4 0 0 1 1.3 0c.2 0 .3.2.4.3v-1.7h.6v4.3h-.6v-.4l-.4.4zm.1-.6.5-.1.3-.4.1-.5-.1-.5a.9.9 0 0 0-.8-.5.9.9 0 0 0-.8.5v1l.4.4z"})),k||(k=D.createElement("rect",{width:63.8,height:17.7,x:411.6,y:54.3,stroke:"#EBEEF0",strokeWidth:.5,rx:8.9})),D.createElement("mask",{id:"splash-screenshot_svg__m",width:11,height:11,x:417,y:58,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},X||(X=D.createElement("path",{fill:"#D9D9D9",d:"M417.4 58.1h10.1v10.1h-10.1z"}))),Y||(Y=D.createElement("g",{mask:"url(#splash-screenshot_svg__m)"},D.createElement("path",{fill:"#131418",d:"m418.6 65.4-.2-.4s0-.2.2-.3l1.9-1.9c.2-.2.5-.4.9-.4.3 0 .6.2.9.4l.5.5.3.1h.3l1.8-2h-1v-.7l.4-.1h1.6l.4.1V63l-.4.2s-.2 0-.3-.2l-.1-.3v-.6L424 64c-.3.3-.6.4-1 .4-.3 0-.6-.1-.9-.4l-.4-.5h-.6l-2 2h-.5Z"}))),j||(j=D.createElement("path",{fill:"#131418",d:"M430.4 60.3h1l1.2 3.3 1.3-3.3h.9v4.3h-.7v-3.2l-1.2 3.2h-.6l-1.2-3.2v3.2h-.7zm7 4.4c-.4 0-.7 0-.9-.2a1.5 1.5 0 0 1-.8-1.4l.2-.8.6-.6.8-.2c.3 0 .6 0 .8.2l.6.6.2.8c0 .3 0 .6-.2.8a1.5 1.5 0 0 1-1.4.8Zm0-.6a.9.9 0 0 0 .7-.5l.1-.5-.1-.5c0-.2-.2-.3-.3-.3a.9.9 0 0 0-1.2.3c-.2.1-.2.3-.2.5l.1.5.4.4.4.1Zm2.3-2.5h.6v.4l.4-.3.6-.2c.4 0 .6.1.8.3.2.3.3.6.3 1v1.8h-.7v-1.8c0-.4-.2-.7-.6-.7l-.6.3a1 1 0 0 0-.2.6v1.6h-.6zm5 3.1c-.2 0-.5 0-.7-.2-.3-.1-.4-.3-.6-.5l-.2-.9c0-.3 0-.5.2-.8a1.5 1.5 0 0 1 1.4-.8c.3 0 .5 0 .7.2l.6.6a1.8 1.8 0 0 1 .1 1H444c0 .2.1.5.3.6.2.2.4.2.6.2.4 0 .6-.1.8-.5l.6.3c-.2.3-.3.5-.6.6-.2.2-.5.2-.8.2Zm.9-2-.1-.2-.3-.3a.8.8 0 0 0-.5-.1c-.2 0-.3 0-.5.2a1 1 0 0 0-.3.5h1.7Zm2.6 2h-.4a.8.8 0 0 1-.2-.3 1 1 0 0 1-.3-.7v-1.5h-.5v-.6h.5v-.9h.7v1h.7v.5h-.7V64l.4.2.3-.1v.6zM450 61l-.3-.1-.2-.3c0-.2 0-.3.2-.4h.6l.1.4-.1.3zm-.4.5h.7v3h-.7zm1.6 2.5 1.7-1.9h-1.6v-.6h2.4v.6L452 64h1.7v.6h-2.5v-.5Zm4.3.6-.6-.1a1 1 0 0 1-.4-.4 1 1 0 0 1-.2-.5c0-.3.1-.6.4-.7q.3-.3.9-.3l.8.1c0-.3 0-.4-.2-.5a.8.8 0 0 0-.5-.2 1 1 0 0 0-.8.4l-.5-.4.5-.4.8-.2c.4 0 .8.1 1 .4.2.2.4.5.4.9v1.8h-.7v-.3l-.4.3a1 1 0 0 1-.5.1m0-.5.5-.1.3-.3.1-.4-.7-.2-.5.1a.4.4 0 0 0 0 .7l.4.2Zm3.7.5h-.4a.8.8 0 0 1-.3-.3 1 1 0 0 1-.2-.7v-1.5h-.6v-.6h.6v-.9h.6v1h.8v.5h-.8v1.4l.1.3.3.2.4-.1v.6h-.5ZM461 61l-.4-.1v-.7h.7l.1.4-.1.3zm-.4.5h.7v3h-.7zm3.1 3.1c-.3 0-.5 0-.8-.2a1.5 1.5 0 0 1-.8-1.4c0-.3.1-.6.3-.8 0-.2.3-.4.5-.6l.8-.2c.3 0 .6 0 .8.2l.6.6.2.8c0 .3 0 .6-.2.8a1.5 1.5 0 0 1-1.4.8m0-.6a.9.9 0 0 0 .8-.5l.1-.5v-.5l-.4-.3a.9.9 0 0 0-1.2.3l-.2.5.1.5.4.4zm2.4-2.5h.6v.4l.4-.3.6-.2c.4 0 .6.1.8.3.2.3.3.6.3 1v1.8h-.6v-1.8c0-.4-.3-.7-.7-.7-.2 0-.4.1-.5.3a1 1 0 0 0-.3.6v1.6h-.6z"})),T||(T=D.createElement("g",{clipPath:"url(#splash-screenshot_svg__n)"},D.createElement("path",{fill:"#F3F5F7",d:"M22 79.2h598v809H22z"}),D.createElement("rect",{width:574,height:227.2,x:34.2,y:285.6,fill:"#fff",rx:8.1}),D.createElement("path",{stroke:"#BED4FF",strokeWidth:22.3,d:"M498.6 346.5a45.6 45.6 0 1 1 0 91.2 45.6 45.6 0 0 1 0-91.2Z"}),D.createElement("path",{stroke:"#A983E6",strokeWidth:22.3,d:"M498.6 346.5a45.6 45.6 0 1 1-8.3.7"}),D.createElement("path",{stroke:"#FECE72",strokeWidth:22.3,d:"M498.6 346.5A45.6 45.6 0 1 1 455 379"}),D.createElement("path",{fill:"#161B18",d:"M520.2 431h-.5a6 6 0 0 1 .4-2.2l.7-1H519v-.4h2.2v.5a3.4 3.4 0 0 0-1 1.5l-.1.9v.8Zm2.7.1-.2-.3a3 3 0 0 0 1-1l.2-.6-.4.3a1 1 0 0 1-.5.1l-.5-.1a1.1 1.1 0 0 1-.5-1l.1-.6.4-.4.6-.2c.3 0 .4 0 .6.2a1.2 1.2 0 0 1 .6.7v.6a2.2 2.2 0 0 1-.2 1 3 3 0 0 1-.5.7zm.2-1.9c.3 0 .4 0 .6-.2l.2-.5c0-.2 0-.4-.2-.5a.8.8 0 0 0-.6-.3c-.2 0-.4.1-.5.3l-.2.5c0 .2 0 .4.2.5.1.2.3.2.5.2m2.3 1.9-.2-.1v-.5h.5v.5h-.3Zm2.3 0-.5-.1a1.1 1.1 0 0 1-.6-.8 2.4 2.4 0 0 1 .2-1.6l.5-.7.7-.5.2.3a3 3 0 0 0-1 1l-.2.5.3-.2.5-.1.6.1c.2 0 .3.2.4.4a1.1 1.1 0 0 1 0 1.1l-.5.5zm0-.4h.4a.7.7 0 0 0 .4-.7l-.1-.4-.3-.3h-.7c-.2 0-.2.2-.3.3l-.1.4v.4l.4.2zm2.8-1.6a1 1 0 0 1-.5 0 .8.8 0 0 1-.3-.4 1 1 0 0 1-.1-.5l.1-.4a.8.8 0 0 1 .8-.5l.4.1c.2.1.3.2.3.4l.2.4c0 .2 0 .4-.2.5l-.3.3zm0-.3c.1 0 .2 0 .3-.2l.2-.4c0-.1 0-.3-.2-.4l-.3-.1-.4.1-.1.4.1.4zm2.1 2.3a1 1 0 0 1-.4 0 .8.8 0 0 1-.3-.4 1 1 0 0 1-.1-.5v-.4a.8.8 0 0 1 .8-.5l.5.1.3.4.1.4v.5l-.4.3a1 1 0 0 1-.5.1m0-.3c.2 0 .3 0 .4-.2l.1-.4v-.4l-.5-.1-.3.1-.2.4c0 .2 0 .3.2.4zm-2 .3h-.5l2.5-3.7h.4l-2.5 3.7Zm-67.5-71.5v-3l-.7.5v-.5l.9-.7h.3v3.7zm2.3 0h-.4a6 6 0 0 1 .4-2.3l.7-1h-1.7v-.4h2.2v.5a3.4 3.4 0 0 0-1 1.5l-.1.9v.8Zm1.7 0-.2-.1-.1-.2v-.3h.5l.1.3v.2h-.3Zm2.3 0h-.6a1 1 0 0 1-.6-1h.4c0 .2.1.3.3.4 0 .2.2.2.5.2.2 0 .4 0 .5-.2l.2-.6c0-.2 0-.4-.2-.6a.7.7 0 0 0-.5-.2h-.4l-.3.3-.4-.2.2-1.8h1.9v.4h-1.5l-.2 1.1.3-.1.4-.1a1 1 0 0 1 1 .6l.1.6-.1.6-.4.5zm2.6-2a1 1 0 0 1-.4 0 .8.8 0 0 1-.3-.4 1 1 0 0 1-.1-.5v-.4a.8.8 0 0 1 .8-.5c.2 0 .4 0 .5.2l.3.3.1.4-.1.5c0 .2-.2.3-.3.3zm0-.3c.2 0 .3 0 .4-.2l.1-.4-.1-.4-.4-.1-.3.1-.2.4c0 .2 0 .3.2.4zm2.2 2.3a1 1 0 0 1-.4 0 .8.8 0 0 1-.4-.4 1 1 0 0 1 0-.5v-.4c.1-.2.2-.3.4-.3l.4-.2c.2 0 .3 0 .5.2l.3.3v.9l-.3.3a1 1 0 0 1-.5.1m0-.3c.2 0 .3 0 .4-.2l.1-.4-.1-.4-.4-.1-.4.1v.8zm-2.1.3h-.4l2.5-3.7h.3z"}),D.createElement("path",{fill:"#6C726E",d:"M495.6 390v-4.4h1.7c.2 0 .4 0 .6.2a1 1 0 0 1 .6 1 1 1 0 0 1-.6.9 1 1 0 0 1 .8 1c0 .3 0 .5-.2.7l-.5.4-.6.2zm1.7-3.9H496v1.3h1.2l.5-.1.2-.5c0-.3 0-.4-.2-.5a.8.8 0 0 0-.5-.2Zm-1.2 3.4h1.3c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.6 0-.2 0-.4-.2-.6a.8.8 0 0 0-.5-.2H496v1.6Zm3.5 1.8a1.3 1.3 0 0 1-.4 0v-.6l.1.1h.6c0-.2.2-.3.3-.5v-.4l-1.2-3.1h.6l1 2.5.9-2.5h.5l-1.4 3.6-.4.7zm-12.4 6.9c-.5 0-.8-.1-1.2-.3l-.8-.8-.3-1.2a2.3 2.3 0 0 1 1-2l1.2-.3a2 2 0 0 1 1.7.8l-.5.4a1.4 1.4 0 0 0-1.2-.5c-.2 0-.5 0-.8.2a1 1 0 0 0-.5.6c-.2.2-.2.5-.2.8s0 .6.2.9c.1.2.3.4.6.5.2.2.5.2.8.2.4 0 .9-.2 1.2-.6l.5.5c-.2.3-.5.4-.8.6l-1 .2Zm2.5-4.5h.7v1.8c0-.2.2-.3.4-.4l.5-.1c.4 0 .7 0 .9.3.2.2.3.5.3 1v1.8h-.7v-1.8c0-.2 0-.4-.2-.5a.6.6 0 0 0-.5-.2l-.4.1-.2.4-.1.4v1.6h-.7zm4.7 4.5-.6-.1a1 1 0 0 1-.4-.4 1 1 0 0 1-.2-.5c0-.4.2-.6.4-.8q.3-.3.9-.3c.3 0 .6 0 .8.2v-.1c0-.2 0-.4-.2-.5a.8.8 0 0 0-.5-.2c-.3 0-.6.2-.8.4l-.5-.3c.2-.2.3-.4.6-.5l.7-.1c.4 0 .8 0 1 .3.3.2.4.5.4 1v1.8h-.7v-.4l-.4.4a1 1 0 0 1-.5 0Zm.1-.6h.4l.3-.4.1-.4-.7-.1-.5.1-.2.4c0 .1 0 .2.2.3zm2.4-2.5h.7v.4c0-.2.2-.3.4-.4l.5-.1c.4 0 .7 0 .9.3.2.2.3.5.3 1v1.8h-.7v-1.8c0-.5-.2-.7-.7-.7-.2 0-.4 0-.5.3a1 1 0 0 0-.2.6v1.6h-.7zm3.8 0h.6v.4l.4-.4.6-.1c.3 0 .6 0 .8.3.2.2.3.5.3 1v1.8h-.6v-1.8c0-.5-.3-.7-.7-.7-.2 0-.4 0-.6.3a1 1 0 0 0-.2.6v1.6h-.6zm5.1 3-.8-.1-.6-.6-.2-.8.2-.8a1.5 1.5 0 0 1 1.4-.8c.3 0 .5 0 .7.2.3.1.4.3.6.5a1.8 1.8 0 0 1 .1 1H505c0 .3.1.5.3.7l.6.2c.4 0 .6-.2.8-.5l.6.3-.6.6-.8.2Zm.8-1.9-.1-.3-.3-.2a.8.8 0 0 0-.5-.1l-.5.1a1 1 0 0 0-.3.5zm1.5-2.5h.6v4.4h-.6zm2.7 4.5c-.3 0-.6 0-.8-.2l-.5-.7.6-.2c0 .2.2.3.3.4h.9l.1-.2-.1-.3-.4-.2h-.5l-.5-.3a.7.7 0 0 1-.3-.6c0-.3.1-.5.4-.7l.8-.2c.3 0 .5 0 .7.2.3 0 .4.2.5.5l-.6.2-.2-.3h-.8l-.1.3v.2l.4.1.5.1c.3 0 .5.2.7.4l.2.5c0 .2 0 .4-.2.5a1 1 0 0 1-.4.4h-.7Z"}),D.createElement("circle",{cx:428.1,cy:472.6,r:2.5,fill:"#FECE72"}),D.createElement("path",{fill:"#161B18",d:"M435 474.2a2 2 0 0 1-1-.2 2 2 0 0 1-.7-.8l-.3-1.2c0-.5 0-.9.3-1.2a2 2 0 0 1 1.7-1.1 2 2 0 0 1 1.8 1c.2.4.3.8.3 1.3l-.3 1.2a2 2 0 0 1-1.8 1m0-.4a1.5 1.5 0 0 0 1.4-.9l.2-1-.2-.9a1.4 1.4 0 0 0-1.4-.8c-.2 0-.5 0-.7.2q-.45.15-.6.6l-.2 1c0 .4 0 .7.2 1a1.4 1.4 0 0 0 1.3.8m3 .3V471h.4v.5c0-.2.2-.3.4-.4l.5-.1h.3v.5h-.8l-.3.4v2.3h-.6Zm3.5 1.5c-.3 0-.5 0-.7-.2-.2 0-.3-.2-.4-.3a1 1 0 0 1-.3-.5l.5-.1a.9.9 0 0 0 .9.6c.3 0 .5-.1.7-.3l.2-.8v-.4l-.4.4-.7.1a1.3 1.3 0 0 1-1.1-.7 2 2 0 0 1-.2-1c0-.3 0-.6.2-.8 0-.3.3-.4.5-.6a1.3 1.3 0 0 1 1.3 0l.4.4v-.5h.5v3.1c0 .4 0 .7-.2.9l-.5.5zm0-2h.4l.4-.5.1-.6-.1-.7-.4-.4a1 1 0 0 0-.4 0 1 1 0 0 0-.8.5c-.2.1-.2.3-.2.6l.1.6a1 1 0 0 0 .9.6Zm3.3.6c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.3 0-.4.2-.6l.4-.3.6-.1a3.3 3.3 0 0 1 1 .1v-.3c0-.3-.1-.4-.3-.6a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.4-.1c0-.3.2-.5.4-.7s.5-.2.8-.2c.5 0 .8 0 1 .3.2.2.4.5.4.9v2h-.5v-.4l-.4.4zm.1-.4.5-.1c.1-.1.3-.2.3-.4l.2-.4c-.3-.2-.6-.2-.9-.2a1 1 0 0 0-.6.1l-.2.5c0 .1 0 .2.2.3zm2.4.3V471h.5v.5c0-.2.2-.3.4-.4l.6-.1c.3 0 .6 0 .8.3.2.2.3.5.3.8v2.1h-.5v-2l-.2-.6a.8.8 0 0 0-.6-.2l-.4.1-.3.4v2.4h-.6Zm3.8-4h-.3v-.6h.6v.6zm-.3 4V471h.6v3.2h-.6Zm2.8.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.8a1.4 1.4 0 0 1 1.3-.8c.4 0 .7 0 1 .2l.4.8h-.5l-.3-.4a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.3-.3.6-.3 1l.3.9c.2.2.4.3.7.3.5 0 .7-.2.9-.7l.4.1c0 .3-.2.6-.4.8s-.5.2-.9.2m5 0c-.4 0-.7 0-1-.3-.3-.2-.5-.5-.6-1h.6l.3.6c.2.2.4.3.7.3s.6-.1.7-.3c.2 0 .3-.3.3-.5s0-.4-.2-.5-.4-.3-.7-.3l-.4-.1-.6-.3-.4-.4a1 1 0 0 1-.1-.6l.1-.5.6-.4c.2-.2.4-.2.7-.2s.6 0 .8.2c.2 0 .3.2.4.4l.2.5-.5.1c0-.2-.1-.4-.3-.5l-.6-.2c-.3 0-.5 0-.7.2a.5.5 0 0 0 0 .9l.7.3.3.1.6.2.5.4.1.7c0 .3 0 .5-.2.7l-.5.4a2 2 0 0 1-.8.1m3.7 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8c0-.4 0-.7.2-1l.5-.5c.2-.2.5-.2.8-.2.4 0 .8 0 1 .4.3.2.4.6.4 1a2 2 0 0 1 0 .3h-2.4q0 .6.3.9c.2.2.4.3.7.3.2 0 .4 0 .6-.2l.3-.4.4.1c0 .3-.2.5-.4.7-.3.2-.6.2-1 .2Zm0-2.9c-.3 0-.5 0-.7.2l-.3.7h1.9q0-.45-.3-.6-.15-.3-.6-.3m3.2 3c-.3 0-.6-.1-.8-.3a1 1 0 0 1-.3-.7c0-.3 0-.4.2-.6l.4-.3.6-.1a3.3 3.3 0 0 1 1 .1v-.3c0-.3-.1-.4-.3-.6a.8.8 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.4-.1c0-.3.2-.5.4-.7s.5-.2.8-.2c.4 0 .8 0 1 .3q.3.3.3.9v2h-.5v-.4c0 .2-.2.3-.4.4l-.6.1Zm0-.5.6-.1.3-.4.1-.4c-.2-.2-.5-.2-.8-.2a1 1 0 0 0-.6.1l-.2.5c0 .1 0 .2.2.3l.5.2Zm2.5.3V471h.5v.5c0-.2.2-.3.3-.4l.5-.1h.3v.5h-.7l-.3.4-.1.5v1.8h-.5Zm3.5.1c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.8a1.4 1.4 0 0 1 1.3-.8c.4 0 .7 0 1 .2l.4.8h-.5l-.3-.4a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.3-.3.6-.3 1l.3.9c.2.2.4.3.7.3.5 0 .8-.2.9-.7l.4.1c0 .3-.2.6-.4.8s-.5.2-.9.2m2.2 0v-4.8h.5v2c0-.2.2-.3.4-.4l.6-.1c.3 0 .6 0 .8.3.2.2.3.5.3.8v2.1h-.5v-2c0-.3 0-.4-.2-.6a.7.7 0 0 0-.6-.2c-.1 0-.3 0-.4.2a1 1 0 0 0-.4.8v1.8h-.5Z"}),D.createElement("circle",{cx:484.3,cy:472.6,r:2.5,fill:"#A983E6"}),D.createElement("path",{fill:"#161B18",d:"M489.4 474.1v-4.3h1.4a2 2 0 0 1 1.5.6c.3.3.5.9.5 1.6s-.2 1.2-.5 1.6c-.4.4-.9.5-1.5.5zm.5-.4h1c.4 0 .7-.2 1-.4.3-.3.4-.7.4-1.3s-.1-1-.4-1.3-.6-.4-1-.4h-1zm4-3.5-.3-.1v-.6h.6v.6h-.3Zm-.3 4v-3.3h.6v3.2h-.6Zm1.5 0v-3.3h.5v.5l.4-.4.5-.1h.2v.5h-.7l-.3.4v2.3h-.6Zm3.5 0c-.3 0-.5 0-.7-.2-.3-.1-.4-.3-.6-.6a2 2 0 0 1-.1-.8c0-.4 0-.7.2-1 0-.2.3-.4.5-.5.2-.2.4-.2.7-.2.5 0 .8 0 1.1.4.3.2.4.6.4 1a2 2 0 0 1 0 .3h-2.4c0 .4 0 .7.3.9.1.2.4.3.7.3.2 0 .4 0 .5-.2.2 0 .3-.2.3-.4l.5.1c0 .3-.2.5-.5.7-.2.2-.5.2-.9.2m0-2.9c-.2 0-.4 0-.6.2l-.3.7h1.8c0-.3 0-.5-.2-.6-.1-.2-.4-.3-.7-.3m3.6 3c-.3 0-.6-.1-.8-.3a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.8a1.4 1.4 0 0 1 1.3-.8c.4 0 .7 0 1 .2l.4.8h-.5l-.3-.4a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.3-.3.6-.3 1l.3.9c.2.2.4.3.7.3.5 0 .7-.2.9-.7l.4.1c0 .3-.2.6-.4.8s-.5.2-.9.2Zm2.4-1v-1.9h-.5v-.5h.5v-.8h.5v.8h.7v.5h-.7v2.2l.4.1h.3v.4h-.2l-.2.1c-.2 0-.4 0-.6-.2a.9.9 0 0 1-.2-.7"}),D.createElement("circle",{cx:513.4,cy:472.6,r:2.5,fill:"#BED4FF"}),D.createElement("path",{fill:"#161B18",d:"M519.9 474.2c-.5 0-.8 0-1.1-.3-.3-.2-.5-.5-.5-1h.5l.3.6c.2.2.4.3.8.3.3 0 .5-.1.7-.3.2 0 .3-.3.3-.5s-.1-.4-.3-.5c-.1-.1-.4-.3-.7-.3l-.3-.1-.6-.3c-.2 0-.4-.2-.5-.4a1 1 0 0 1-.1-.6c0-.2 0-.4.2-.5l.5-.4c.2-.2.4-.2.7-.2s.6 0 .8.2c.2 0 .4.2.5.4l.2.5-.5.1c0-.2-.2-.4-.3-.5l-.7-.2c-.2 0-.4 0-.6.2a.5.5 0 0 0 0 .9l.6.3.4.1.6.2.4.4.2.7-.2.7-.6.4a2 2 0 0 1-.7.1m3.7 0c-.4 0-.6 0-.9-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.8a1.4 1.4 0 0 1 1.4-.8c.3 0 .5 0 .8.2.2.1.4.3.5.6l.2.8c0 .4 0 .7-.2 1l-.5.5c-.3.2-.5.2-.8.2m0-.4c.3 0 .5-.1.7-.3.2-.3.3-.6.3-1l-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.8.3c-.2.3-.3.6-.3 1l.3.9c.2.2.5.3.8.3m3.6.4c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.8a1.4 1.4 0 0 1 1.3-.8c.4 0 .7 0 1 .2.2.2.3.5.3.8h-.5c0-.1 0-.3-.2-.4a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.3-.3.6-.3 1 0 .3 0 .6.3.9.2.2.4.3.7.3.4 0 .7-.2.8-.7l.5.1c0 .3-.2.6-.4.8-.3.2-.6.2-1 .2Zm2.4-4-.3-.1-.1-.3.1-.3h.5l.1.3v.3h-.3Zm-.3 4v-3.3h.5v3.2h-.5Zm2.4 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.3 0-.4.2-.6l.4-.3.6-.1a3.3 3.3 0 0 1 1 .1v-.3c0-.3 0-.4-.2-.6a.9.9 0 0 0-.6-.2c-.5 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7.3-.2.5-.2.9-.2s.7 0 1 .3q.3.3.3.9v2h-.5v-.4l-.4.4zm.1-.4.5-.1.4-.4v-.4c-.2-.2-.5-.2-.8-.2a1 1 0 0 0-.5.1c-.2.1-.2.3-.2.5l.1.3zm2.4.3v-4.7h.5v4.7z"}),D.createElement("circle",{cx:542.6,cy:472.6,r:2.5,fill:"#EE92DA"}),D.createElement("path",{fill:"#161B18",d:"M547.7 474.1v-4.3h1.6c.4 0 .7.1 1 .3.2.3.3.6.3 1v.5l-.4.5-.6.2 1 1.8h-.5l-1-1.7h-1v1.7zm1.6-3.8h-1.1v1.6h1.1c.2 0 .4 0 .6-.2l.2-.6c0-.3 0-.5-.2-.6a.9.9 0 0 0-.6-.2m3.3 4c-.3 0-.6-.1-.8-.3a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8c0-.4 0-.7.2-1l.5-.5c.2-.2.5-.2.8-.2.4 0 .8 0 1 .4.3.2.4.6.4 1a2 2 0 0 1 0 .3h-2.4q0 .6.3.9c.2.2.4.3.7.3s.4 0 .6-.2l.3-.4.4.1c0 .3-.2.5-.4.7s-.5.2-1 .2Zm0-3c-.3 0-.5 0-.6.2l-.4.7h1.9q0-.45-.3-.6-.15-.3-.6-.3m2.4 2.8v-2.7h-.5v-.5h.5v-.6c0-.3.1-.5.3-.7s.4-.3.7-.3h.2l.2.1v.5h-.1l-.3-.1-.3.1-.2.4v.6h.8v.5h-.8v2.7zm3.2.1c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8l.2-1 .5-.5c.3-.2.5-.2.8-.2.5 0 .8 0 1 .4.3.2.5.6.5 1a2 2 0 0 1 0 .3h-2.4c0 .4 0 .7.2.9s.5.3.7.3c.3 0 .5 0 .6-.2l.3-.4.5.1-.5.7c-.2.2-.5.2-.9.2m0-2.9c-.2 0-.4 0-.6.2a1 1 0 0 0-.3.7h1.8c0-.3 0-.5-.2-.6a1 1 0 0 0-.7-.3m2.3 2.8V471h.4v.5l.4-.4.5-.1h.2v.5h-.8l-.2.4-.1.5v1.8h-.5Zm2.4 0V471h.4v.5l.4-.4.5-.1h.3v.5h-.8l-.2.4-.1.5v1.8h-.5Zm3.2.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.3 0-.4.2-.6l.4-.3.6-.1a3.3 3.3 0 0 1 1 .1v-.3c0-.3-.1-.4-.3-.6a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.4-.1c0-.3.2-.5.4-.7s.5-.2.8-.2c.5 0 .8 0 1 .3.2.2.4.5.4.9v2h-.5v-.4l-.4.4zm.1-.4.5-.1c.1-.1.3-.2.3-.4l.2-.4c-.3-.2-.6-.2-.9-.2a1 1 0 0 0-.6.1l-.2.5c0 .1 0 .2.2.3zm2.4.3v-4.7h.5v4.7z"}),D.createElement("path",{fill:"#3C7251",d:"M447 314c-.4 0-.8 0-1.2-.3-.3-.2-.6-.4-.8-.8q-.3-.45-.3-1.2a2.3 2.3 0 0 1 1.1-2l1.2-.2a2 2 0 0 1 1.6.7l-.5.4a1.4 1.4 0 0 0-1.1-.5c-.3 0-.6 0-.8.2l-.6.6-.2.8c0 .4 0 .7.2.9l.6.6.8.2q.75 0 1.2-.6l.5.4c-.2.3-.4.5-.7.6-.3.2-.6.2-1 .2m2.6-4.4h.6v1.7l.4-.4h.6c.3 0 .6 0 .8.2.2.3.3.6.3 1v1.8h-.7v-1.8l-.1-.5a.6.6 0 0 0-.5-.2c-.2 0-.3 0-.4.2l-.3.3v2h-.7zm4.6 4.4-.6-.1a1 1 0 0 1-.4-.4 1 1 0 0 1-.1-.5c0-.3.1-.6.3-.8l1-.2.8.1c0-.3-.1-.4-.3-.5a.8.8 0 0 0-.5-.2c-.3 0-.5.1-.7.4l-.5-.4.5-.4.7-.2c.5 0 .8.1 1 .3.3.3.4.6.4 1v1.8h-.6v-.3c-.2 0-.3.2-.4.3a1 1 0 0 1-.6.1m.1-.5.4-.1.4-.3v-.4c-.1-.2-.4-.2-.6-.2l-.5.1c-.2.1-.2.2-.2.4l.1.3zm2.5-2.6h.6v.4l.4-.4h.6c.4 0 .6 0 .8.2.2.3.3.6.3 1v1.8h-.6v-1.8c0-.4-.3-.7-.7-.7-.2 0-.4.1-.5.3a1 1 0 0 0-.3.6v1.6h-.6zm3.7 0h.6v.4l.5-.4h.5c.4 0 .7 0 .9.2.2.3.3.6.3 1v1.8h-.7v-1.8c0-.4-.2-.7-.7-.7-.2 0-.4.1-.5.3a1 1 0 0 0-.2.6v1.6h-.7zm5.1 3.1c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6c-.2-.2-.2-.5-.2-.8s0-.5.2-.8a1.5 1.5 0 0 1 1.3-.8c.3 0 .6 0 .8.2.2.1.4.3.5.6a1.8 1.8 0 0 1 .2 1h-2.4l.3.6.7.2c.3 0 .6-.1.8-.5l.5.3a1 1 0 0 1-.5.6zm.8-2v-.3l-.4-.2a.8.8 0 0 0-.4-.1c-.2 0-.4 0-.5.2a1 1 0 0 0-.3.4zm1.5-2.4h.7v4.3h-.7zm2.8 4.4c-.4 0-.6 0-.9-.2-.2-.2-.4-.4-.4-.6l.5-.3.3.4.5.1h.4l.1-.3v-.3l-.5-.1-.4-.1-.6-.3a.7.7 0 0 1-.2-.6c0-.3 0-.5.3-.6q.3-.3.9-.3c.2 0 .5 0 .7.2l.5.5-.6.2-.3-.2-.4-.1h-.3l-.2.3.1.2.4.1.4.1c.3.1.6.2.7.4.2.2.2.3.2.6l-.1.4a1 1 0 0 1-.5.4zm-30.9 5.6c0-.9.7-1.5 1.5-1.5h34.5c.8 0 1.5.6 1.5 1.5z"}),D.createElement("path",{fill:"#6C726E",d:"M490 309.6h.7v3.7h1.8v.6H490zm4.7 4.4c-.3 0-.6 0-.8-.2a1.6 1.6 0 0 1-.8-1.4c0-.3 0-.6.2-.8l.6-.6.8-.2c.3 0 .6 0 .8.2l.6.6.2.8-.2.8a1.5 1.5 0 0 1-1.4.8m0-.6.4-.1.4-.4.1-.5-.1-.5-.4-.4a.9.9 0 0 0-1.2.3l-.1.6.1.5.3.4zm3.8.6c-.3 0-.6 0-.8-.2l-.6-.6-.2-.8.2-.8.6-.6.8-.2c.3 0 .6 0 .8.2.3.2.5.4.6.7l-.7.2a.8.8 0 0 0-.7-.5c-.2 0-.3 0-.5.2l-.3.3-.1.5.1.5.3.4.5.1.5-.1.3-.4.6.3-.5.6zm3.1 0-.6-.1a1 1 0 0 1-.4-.4 1 1 0 0 1-.1-.5c0-.3.1-.6.3-.8l1-.2.8.1c0-.3-.1-.4-.3-.5a.8.8 0 0 0-.5-.2c-.3 0-.5.1-.7.4l-.5-.4.5-.4.7-.2c.5 0 .8.1 1 .3.3.3.4.6.4 1v1.8h-.6v-.3c-.2 0-.3.2-.4.3a1 1 0 0 1-.6.1m.1-.5.4-.1.3-.3.2-.4c-.3-.2-.5-.2-.7-.2l-.6.1-.1.4.1.3zm3.7.5h-.4a.8.8 0 0 1-.3-.3 1 1 0 0 1-.3-.7v-1.5h-.5v-.6h.5v-.9h.7v.9h.7v.6h-.7v1.7l.4.1h.3v.6h-.4Zm1.7-3.6-.3-.1-.1-.4v-.3l.4-.1.3.1.2.3a.4.4 0 0 1-.5.5m-.3.5h.6v3h-.6zm3 3.1c-.2 0-.5 0-.7-.2a1.5 1.5 0 0 1-.8-1.4c0-.3 0-.6.2-.8.1-.3.3-.4.6-.6l.8-.2a1.6 1.6 0 0 1 1.4.8l.2.8-.2.8a1.5 1.5 0 0 1-1.4.8Zm0-.6.5-.1.4-.4v-1l-.4-.4a.9.9 0 0 0-1.2.3l-.1.6.1.5c0 .2.2.3.3.4l.5.1Zm2.4-2.5h.7v.4l.4-.4h.5c.4 0 .7 0 .9.2.2.3.3.6.3 1v1.8h-.7v-1.8c0-.4-.2-.7-.6-.7q-.45 0-.6.3a1 1 0 0 0-.2.6v1.6h-.7zm4.9 3.1c-.4 0-.7 0-1-.2l-.4-.6.6-.3c0 .2.2.3.3.4l.5.1h.4l.1-.3-.1-.3-.4-.1-.4-.1c-.3 0-.5-.2-.6-.3a.7.7 0 0 1-.3-.6c0-.3.1-.5.4-.6.2-.2.5-.3.8-.3s.5 0 .8.2l.4.5-.6.2-.2-.2-.4-.1h-.4l-.1.3.1.2.3.1.5.1.7.4.2.6c0 .1 0 .3-.2.4a1 1 0 0 1-.4.4zm14.3-4.4h1.4c.4 0 .8 0 1.1.2.4.2.6.5.8.8a2.3 2.3 0 0 1 0 2.3c-.2.3-.4.6-.8.8l-1.1.2h-1.4zm1.3 3.7c.5 0 1-.2 1.2-.4.3-.3.4-.7.4-1.2 0-.4-.1-.8-.4-1-.3-.3-.7-.5-1.2-.5h-.7v3h.7Zm4.5.7c-.3 0-.6 0-.8-.2-.3-.1-.4-.3-.6-.6l-.2-.8c0-.3 0-.5.2-.8a1.5 1.5 0 0 1 1.3-.8c.3 0 .6 0 .8.2.3.1.4.3.6.6a1.8 1.8 0 0 1 .1 1h-2.3l.3.6.6.2c.3 0 .6-.1.8-.5l.6.3c-.2.3-.3.5-.6.6zm.7-2v-.3l-.3-.2a.8.8 0 0 0-.5-.1c-.2 0-.3 0-.5.2a1 1 0 0 0-.3.4zm1.2-1.1h.7l.8 2.2.9-2.2h.7l-1.2 3h-.7zm4.2-.5-.3-.1-.2-.4s0-.2.2-.3l.3-.1.3.1.1.3-.1.4h-.3Zm-.3.5h.6v3h-.6zm3 3.1c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6c-.2-.2-.2-.5-.2-.8s0-.6.2-.8c.1-.3.3-.4.5-.6l.8-.2c.4 0 .7 0 .9.2l.5.7-.6.2a.8.8 0 0 0-.8-.5c-.1 0-.3 0-.4.2l-.3.3-.1.5v.5l.4.4.4.1.5-.1c.1-.1.3-.2.3-.4l.6.3c0 .2-.3.4-.5.6zm3.6 0c-.3 0-.6 0-.8-.2l-.6-.6-.2-.8c0-.3 0-.5.2-.8a1.5 1.5 0 0 1 1.4-.8c.3 0 .5 0 .7.2.3.1.4.3.6.6a1.8 1.8 0 0 1 .1 1h-2.3l.3.6.6.2c.4 0 .6-.1.8-.5l.6.3c-.2.3-.3.5-.6.6zm.8-2-.1-.3-.3-.2a.8.8 0 0 0-.5-.1c-.2 0-.3 0-.5.2a1 1 0 0 0-.3.4zm2.6 2c-.3 0-.6 0-.8-.2-.3-.2-.4-.4-.5-.6l.6-.3c0 .2.1.3.3.4l.4.1h.4l.2-.3-.1-.3-.5-.1-.4-.1-.6-.3a.7.7 0 0 1-.2-.6q0-.45.3-.6c.3-.2.5-.3.9-.3.3 0 .5 0 .7.2l.5.5-.6.2s-.1-.2-.3-.2l-.3-.1h-.4l-.1.3v.2l.4.1.5.1c.3.1.5.2.6.4.2.2.3.3.3.6 0 .1 0 .3-.2.4a1 1 0 0 1-.4.4z"}),D.createElement("path",{fill:"#161B18",d:"M52.4 328.3a5.5 5.5 0 0 1-4-1.7c-.5-.7-1-1.4-1.2-2.3l1.8-.8a4 4 0 0 0 1.3 2.1c.6.5 1.3.8 2.1.8.6 0 1.2-.1 1.7-.4a3 3 0 0 0 1.2-1 2.7 2.7 0 0 0 0-3 3 3 0 0 0-1.2-1.1c-.6-.3-1.1-.4-1.8-.4H51v-1.9h1.2c.9 0 1.6-.2 2.2-.7.5-.5.8-1.1.8-2 0-.7-.3-1.3-.8-1.8q-.9-.6-2.1-.6c-1.2 0-1.4.2-2 .6-.4.4-.7 1-.9 1.5l-1.8-.7a5 5 0 0 1 1.6-2.3c.8-.7 1.8-1 3.1-1 1 0 1.8.2 2.5.5a4.3 4.3 0 0 1 2.4 3.8q0 1.35-.6 2.1c-.4.6-1 1-1.6 1.4.8.4 1.5 1 2 1.6a4.1 4.1 0 0 1 0 4.9c-.4.7-1 1.3-1.9 1.8a6 6 0 0 1-2.7.6m7.4-2.4a941 941 0 0 0 5.9-6c.8-.8 1.3-1.5 1.6-2 .3-.4.4-1 .4-1.7a2.6 2.6 0 0 0-1.4-2.3c-.4-.3-1-.4-1.6-.4-.9 0-1.5.2-2 .7-.6.5-1 1-1 1.6l-1.9-.7.9-1.6a5 5 0 0 1 4-2c1 0 1.9.3 2.6.7a4.4 4.4 0 0 1 2.4 4c0 1.6-.8 3.3-2.6 5l-4.7 4.8h7.5v2H60v-2Zm14 2.1c-.4 0-.8 0-1-.4-.4-.3-.5-.6-.5-1s.1-.8.4-1c.3-.4.7-.5 1.1-.5s.7.1 1 .4.5.7.5 1c0 .5-.2.8-.5 1.1s-.6.4-1 .4m9.2.3a5.3 5.3 0 0 1-4.7-2.8c-.5-.8-.7-1.7-.7-2.6 0-.8.2-1.6.5-2.4l1.5-2.6 4.2-6.3 1.6 1-4 5.7c.6-.3 1.2-.5 2-.5a5.3 5.3 0 0 1 5 5.2 5 5 0 0 1-.6 2.6c-.5.8-1.2 1.4-2 2-.9.4-1.8.7-2.8.7m0-2a3.5 3.5 0 0 0 3-1.6 3.4 3.4 0 0 0 0-3.4 3 3 0 0 0-1.2-1.3c-.6-.3-1.1-.4-1.8-.4-.6 0-1.2.1-1.7.4s-1 .7-1.2 1.3c-.4.5-.5 1-.5 1.7a3.4 3.4 0 0 0 3.4 3.4Zm8.4-15h2v8.7l7.6-8.8h2.5v.1l-6.2 7.1 6.7 9.4v.1h-2.5l-5.5-8-2.7 3.1v5h-2v-16.8Zm-44.9-8.5 1.8-5.1h.9l1.8 5h-.8l-.5-1.2h-2l-.4 1.3zm2-3.6-.5 1.5h1.5l-.6-1.5-.1-.6zm3.1 3.6v-5.5h.8v5.5zm1.8 0v-5.5h.7v5.5zm4.5 0-1.4-3.8h.8l1 2.8 1-2.8h.8l-1.4 3.8zm3.2-4.5c-.2 0-.3 0-.4-.2a.5.5 0 0 1-.1-.4l.1-.3a.5.5 0 0 1 .7 0l.2.3c0 .2 0 .3-.2.4zm-.4 4.5V299h.8v3.8zm3 0c-.4 0-.7 0-1-.2a1 1 0 0 1-.5-.9l.7-.1c0 .2.1.3.3.4l.6.2.5-.1.2-.4c0-.1 0-.2-.2-.3l-.5-.2-.4-.1c-.4 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.3.7-.2c.4 0 .7.1 1 .3.2.1.4.4.5.7l-.7.1-.3-.3a1 1 0 0 0-.5-.1 1 1 0 0 0-.5 0l-.2.4c0 .1 0 .2.2.3l.5.2h.5l.8.5c.2.1.3.4.3.7 0 .2 0 .4-.2.6l-.6.4a2 2 0 0 1-.7.2Zm2.6-4.5c-.1 0-.2 0-.3-.2a.5.5 0 0 1-.2-.4c0-.1 0-.2.2-.3l.3-.2c.2 0 .3 0 .4.2l.1.3-.1.4zm-.4 4.5V299h.8v3.8H66Zm2-1v-2.1h-.5v-.7h.6v-1h.7v1h.9v.7h-.9v1.9c0 .3.2.5.5.5h.2l.2-.1v.7a1.5 1.5 0 0 1-.6.1 1 1 0 0 1-.7-.3c-.2-.2-.3-.4-.3-.8Zm4 1c-.4 0-.8 0-1-.2-.3-.1-.5-.4-.7-.7l-.2-1c0-.4 0-.7.2-1s.4-.6.7-.7c.2-.2.6-.3 1-.3l.9.3c.3.1.5.4.6.7.2.3.3.6.3 1s-.1.7-.3 1a1.7 1.7 0 0 1-1.6 1Zm0-.6c.2 0 .5-.1.7-.3.2-.3.3-.6.3-1s-.1-.7-.3-1a1 1 0 0 0-.8-.3 1 1 0 0 0-.7.4q-.3.3-.3.9c0 .6 0 .7.3 1 .2.2.4.3.7.3Zm2.4.6V299h.8v.5l.4-.4.6-.2a1.3 1.3 0 0 1 .3 0v.9l-.5-.1c-.2 0-.4 0-.5.2a1 1 0 0 0-.3.7v2.2zm4 0c-.4 0-.8 0-1-.2q-.45-.3-.6-.9l.8-.1.2.4.6.2.6-.1.2-.4c0-.1 0-.2-.2-.3l-.5-.2-.5-.1c-.3 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7l.2-.6.5-.3.8-.2c.4 0 .7.1 1 .3.2.1.4.4.4.7l-.7.1-.2-.3a1 1 0 0 0-.5-.1 1 1 0 0 0-.5 0l-.2.4.1.3.5.2h.5l.9.5.2.7c0 .2 0 .4-.2.6l-.5.4a2 2 0 0 1-.8.2Z"}),D.createElement("path",{stroke:"#3C7251",strokeLinecap:"square",d:"M49.4 345.4v-5m0 0-2 1.9m2-2 2 2"}),D.createElement("path",{fill:"#3C7251",d:"M54.7 343.7a350 350 0 0 0 2-2v-.4c0-.1 0-.3-.2-.4a.7.7 0 0 0-.5-.2c-.2 0-.3 0-.4.2-.2.1-.2.2-.3.4l-.6-.3.2-.4a1.4 1.4 0 0 1 1.1-.5c.3 0 .5 0 .7.2.2 0 .4.2.5.4l.2.6c0 .4-.2.9-.7 1.3a43 43 0 0 0-1 1v.1h1.7v.6h-2.7zm5 .7c-.4 0-.7 0-1-.2l-.5-.8.6-.3c0 .2.2.4.3.5l.5.2c.2 0 .4 0 .6-.2l.2-.5c0-.2 0-.3-.2-.4a.9.9 0 0 0-.6-.2h-.4v-.6h.3c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.4l-.1-.4a.7.7 0 0 0-.5-.2c-.2 0-.3 0-.4.2l-.3.3-.6-.2a1.3 1.3 0 0 1 1.3-1l.7.2.5.4.1.6-.1.6-.4.3.5.5.2.6c0 .2 0 .4-.2.6l-.5.5-.8.1Zm2.6 0c-.1 0-.2 0-.3-.2l-.1-.3v-.3l.4-.1h.4v.7zm2.7 0c-.3 0-.6 0-.8-.2-.3-.2-.5-.5-.6-.8l.6-.3c0 .2.2.4.3.5l.5.2c.2 0 .4 0 .6-.2l.2-.5c0-.2-.1-.3-.3-.4a.9.9 0 0 0-.5-.2h-.4v-.6h.3c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.4l-.1-.4a.7.7 0 0 0-.5-.2c-.2 0-.3 0-.4.2-.2 0-.2.2-.3.3l-.6-.2a1.3 1.3 0 0 1 1.3-1l.7.2.4.4c.2.2.2.4.2.6l-.1.6-.4.3.5.5.2.6-.2.6-.5.5zm3.3-2.2a1 1 0 0 1-1-.6 1 1 0 0 1 0-1 1 1 0 0 1 1-.5 1 1 0 0 1 .9.5l.1.5a1 1 0 0 1-1 1Zm-.3 2 2.7-4 .4.2-2.7 4-.4-.3Zm.3-2.5c.1 0 .2 0 .3-.2l.2-.4c0-.1 0-.3-.2-.4a.5.5 0 0 0-.3-.1l-.4.1-.1.4.1.4zm2.5 2.7a1 1 0 0 1-1-.5 1 1 0 0 1 .5-1.4l.5-.1.5.1.4.4.1.5a1 1 0 0 1-1 1m0-.5.4-.1.1-.4-.1-.4a.5.5 0 0 0-.4-.1l-.4.1-.1.4.1.4z"}),D.createElement("path",{fill:"#6C726E",d:"m77.2 340.4-.3-.1v-.6h.6v.6h-.3Zm-.3 4V341h.5v3.2H77Zm1.5 0V341h.5v.5l.4-.4.6-.2c.4 0 .6.2.8.4s.3.5.3.8v2.1h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.5.1-.3.4v2.4h-.6Zm5.5-.9v-1.9h-.5v-.5h.5v-.8h.5v.8h.7v.5h-.7v1.8l.1.4.3.1a.6.6 0 0 0 .3 0v.4a1 1 0 0 1-.4 0l-.6-.1a.9.9 0 0 1-.2-.7m2 .8v-4.7h.6v2c0-.2.2-.3.4-.4l.6-.2c.3 0 .6.2.8.4s.3.5.3.8v2.1h-.5v-2c0-.3 0-.4-.2-.6a.7.7 0 0 0-.6-.2l-.4.1a1 1 0 0 0-.4.9v1.8H86Zm5 .1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8c0-.4 0-.7.2-1 0-.2.3-.4.5-.5.2-.2.5-.3.8-.3.4 0 .8.2 1 .5.3.2.4.6.4 1a2 2 0 0 1 0 .3h-2.4q0 .6.3.9c.2.2.4.3.7.3.2 0 .4 0 .6-.2l.2-.4.5.1c0 .3-.2.5-.4.7-.3.2-.6.2-1 .2Zm0-2.9c-.3 0-.5 0-.7.2l-.3.7h1.9q0-.45-.3-.6-.15-.3-.6-.3m3.8 2.8v-4.7h.6v4.7zm2.5.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7l.1-.6.5-.3.6-.1a3.3 3.3 0 0 1 1 .1v-.3c0-.3-.1-.4-.3-.6a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.1.5-.7c.2-.2.5-.3.8-.3.4 0 .8.2 1 .4q.3.3.3.9v2h-.5v-.4c0 .2-.2.3-.4.4zm0-.4.6-.1.3-.4.1-.5-.8-.1a1 1 0 0 0-.6.1l-.2.5c0 .1 0 .2.2.3l.5.2Zm3.5.4h-.6l-.4-.4a1 1 0 0 1-.3-.5l.5-.1c0 .2.1.3.3.4l.5.2.6-.1.2-.4c0-.3-.2-.5-.7-.6h-.4l-.6-.3a.8.8 0 0 1-.3-.6c0-.2 0-.4.2-.5 0-.2.2-.3.4-.3l.6-.2.5.1.5.3.2.5-.5.1c0-.2-.1-.3-.3-.4a.9.9 0 0 0-.4-.1l-.5.1-.2.3c0 .2 0 .3.2.3l.4.2.5.1c.3 0 .5.2.6.3.2.2.3.4.3.7 0 .2 0 .3-.2.5a1 1 0 0 1-.4.3zm2.3-.9v-1.9h-.5v-.5h.5v-.8h.5v.8h.7v.5h-.7v2.2l.4.1a.6.6 0 0 0 .3 0v.4a1 1 0 0 1-.4 0l-.6-.1a.9.9 0 0 1-.2-.7m4.7.8h-.5a7.3 7.3 0 0 1 .5-2.6c.2-.5.5-.9.8-1.2h-2v-.5h2.6v.5a4.1 4.1 0 0 0-1.2 2l-.1.9v1Zm5 .1c-.2 0-.5 0-.7-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.1-.9l.1-.8c.1-.3.3-.5.5-.6.2-.2.5-.3.8-.3a1.2 1.2 0 0 1 1 .6v-2h.5v4.7h-.5v-.4l-.4.4-.6.1Zm.1-.4c.3 0 .6-.1.7-.3.2-.3.3-.6.3-1s0-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3l-.2 1c0 .3 0 .6.2.9.2.2.5.3.7.3m3.4.4c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.3 0-.4.2-.6l.4-.3.6-.1a3.3 3.3 0 0 1 1 .1v-.3c0-.3 0-.4-.2-.6a.9.9 0 0 0-.6-.2c-.5 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7.3-.2.5-.3.9-.3s.7.2 1 .4q.3.3.3.9v2h-.5v-.4l-.4.4zm.1-.4.5-.1.4-.4v-.5l-.8-.1a1 1 0 0 0-.5.1c-.2.1-.3.3-.3.5l.2.3zm2.6 1.7a1.3 1.3 0 0 1-.5-.1v-.5h.2l.2.1.3-.1.3-.5.1-.3-1.2-3.2h.6l.9 2.5 1-2.5h.5l-1.5 3.7c0 .3-.2.5-.4.7zm4-1.3h-.6l-.5-.4a1 1 0 0 1-.2-.5l.5-.1c0 .2.1.3.3.4l.5.2.5-.1c.2-.1.2-.3.2-.4q0-.45-.6-.6h-.4c-.3 0-.5-.2-.7-.3a.8.8 0 0 1-.2-.6l.1-.5c.1-.2.3-.3.5-.3l.6-.2.5.1.4.3.3.5-.5.1c0-.2-.2-.3-.3-.4a.9.9 0 0 0-.4-.1l-.5.1-.2.3.1.3.5.2.5.1.6.3c.2.2.3.4.3.7 0 .2 0 .3-.2.5a1 1 0 0 1-.4.3zm422.5 153.3a1.6 1.6 0 0 1-1.6-1.2l.7-.3c0 .3.2.5.3.6.2.2.4.2.6.2l.6-.1.2-.5c0-.2 0-.3-.2-.4l-.7-.4h-.3a2 2 0 0 1-.7-.5 1 1 0 0 1-.3-.8c0-.2 0-.4.2-.6 0-.1.2-.3.5-.4l.7-.2c.3 0 .7.1.9.3s.4.4.4.6l-.6.3-.2-.4a.7.7 0 0 0-.5-.1l-.5.1c-.2.1-.2.3-.2.4 0 .2 0 .3.2.4l.5.3h.3l.9.6c.2.2.3.5.3.8l-.2.7-.6.5zm3.8 0c-.3 0-.6 0-.8-.2a1.6 1.6 0 0 1-.8-1.4c0-.3 0-.6.2-.8q.15-.45.6-.6l.8-.2c.3 0 .6 0 .8.2l.6.6.2.8-.2.8a1.5 1.5 0 0 1-1.4.8m0-.6.4-.1.4-.4.1-.5-.1-.5-.4-.4a.9.9 0 0 0-1.2.3l-.1.6.1.5c0 .2.2.3.3.4h.5Zm3.5.6q-.6 0-.9-.3c-.2-.3-.3-.6-.3-1v-1.8h.7v1.8c0 .4.2.7.7.7.2 0 .4-.1.5-.3.2-.2.2-.4.2-.6v-1.6h.7v3h-.6v-.4l-.5.4zm2.6-3.1h.6v.4l.4-.4a1 1 0 0 1 1 0v.7a1 1 0 0 0-.6-.2c-.2 0-.4.1-.5.3-.2.2-.2.4-.2.6v1.6h-.7zm3.9 3.1c-.3 0-.6 0-.8-.2a.9.9 0 0 1-.6-.6l-.2-.8c0-.3 0-.6.2-.8q.15-.45.6-.6l.8-.2c.3 0 .6 0 .8.2l.5.6-.6.3a.8.8 0 0 0-.8-.5l-.4.1-.3.4-.1.5v.5l.4.4h.9c.2-.1.3-.3.3-.4l.6.2c0 .3-.2.5-.5.7zm3.5 0c-.3 0-.6 0-.8-.2l-.6-.6-.2-.8.2-.8a1.5 1.5 0 0 1 1.4-.8c.3 0 .5 0 .8.2l.5.5a1.8 1.8 0 0 1 .1 1h-2.3c0 .3.1.5.3.7l.6.2c.4 0 .6-.2.8-.5l.6.3-.6.6zm.8-2-.1-.3-.3-.2a.8.8 0 0 0-.4-.1l-.6.1a1 1 0 0 0-.2.5zm2-.2c-.2 0-.3 0-.4-.2l-.2-.3c0-.1 0-.3.2-.3l.3-.2c.1 0 .2 0 .3.2l.2.3c0 .1 0 .2-.2.3l-.3.2Zm0 2.1-.4-.1-.2-.3c0-.2 0-.3.2-.4l.3-.1.3.1.2.4c0 .1 0 .2-.2.3l-.3.1Z"}),D.createElement("path",{fill:"#108080",d:"M569.7 493.2h.8l1.6 4.4h-.7l-.4-1.1h-1.8l-.4 1.1h-.7zm1 2.7-.4-1.3-.2-.5-.2.5-.5 1.3zm2.1-1.3h.7v.4c0-.2.2-.3.4-.4l.5-.1c.4 0 .7 0 .9.3.2.2.3.5.3 1v1.8h-.7v-1.8c0-.5-.2-.7-.6-.7-.3 0-.4 0-.6.3a1 1 0 0 0-.2.6v1.6h-.7zm4.7 3.1-.6-.1a1 1 0 0 1-.4-.4 1 1 0 0 1-.1-.5c0-.3 0-.6.3-.8s.6-.3 1-.3l.7.2v-.1c0-.2 0-.3-.2-.5a.8.8 0 0 0-.5-.1c-.3 0-.5 0-.7.3l-.5-.3.5-.5.7-.1c.5 0 .8.1 1 .3.3.2.4.5.4 1v1.8h-.7v-.4c0 .2-.2.3-.4.4a1 1 0 0 1-.5.1m.1-.6h.4c.2-.1.3-.2.3-.4l.1-.4-.6-.1-.6.1-.2.4.2.3zm2.5-3.9h.6v4.4h-.6zm2.6 4.2-1.3-2.8h.8l.8 2 .8-2h.8l-2 4.3h-.6zm3.8.2h-.4a.8.8 0 0 1-.3-.2 1 1 0 0 1-.2-.7v-1.5h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v1.3l.1.4.3.1h.4v.6zm1.7-3.5s-.2 0-.3-.2l-.1-.3.1-.3.3-.1.4.1.1.3-.1.3zm-.3.5h.7v3h-.7zm3.1 3.1c-.3 0-.6 0-.8-.2l-.6-.6-.2-.8.2-.8.6-.6.8-.2c.3 0 .6 0 .9.2l.5.6-.6.3a.8.8 0 0 0-.8-.5l-.4.1-.4.4v1l.4.4h.9l.3-.4.6.2-.5.7zm3.3 0c-.3 0-.6 0-.9-.2l-.4-.6.6-.3c0 .2.1.3.3.4l.4.1h.4l.2-.3c0-.1 0-.2-.2-.3l-.4-.1-.4-.1-.6-.3a.7.7 0 0 1-.2-.6c0-.3 0-.5.3-.7l.9-.2c.3 0 .5 0 .7.2.2 0 .4.2.5.5l-.6.2-.3-.3h-.7l-.1.3v.2l.4.1.4.1c.3.1.6.2.7.4.2.1.3.3.3.5l-.2.5a1 1 0 0 1-.5.4z"}),D.createElement("path",{stroke:"#EBEEF0",strokeWidth:.5,d:"M46.3 364.7h328m-328 28.4h328m-328 28.4h328m-328 28.4h328"}),D.createElement("path",{stroke:"#7B807D",strokeWidth:.5,d:"M46.3 478.3h328"}),D.createElement("path",{stroke:"#3C7251",strokeLinejoin:"round",d:"M46.3 425.6c17-1.5 30.8-10.6 51-12.1 10.7-.9 19.3.7 28.9 3.2s7.7 3.5 29.3 5.4c17.8 1.6 22.4-15.3 39.9-14.6 17.4.6 25.5 5.2 44 6.9 18.3 1.7 22-27.6 39.3-19.3 17.4 8.3 33.3-17.5 55-19.1 21.8-1.7 29.7 21.3 40.7 22.1"}),D.createElement("path",{fill:"#6C726E",d:"M378.9 366.7v-.5a20 20 0 0 0 1.2-1.1l.3-.5.1-.5-.1-.6-.5-.2-.5.2-.2.5h-.4c0-.2 0-.4.2-.5 0-.2.2-.3.3-.4l.6-.2c.3 0 .6.1.8.3s.3.5.3.8c0 .2 0 .5-.2.7 0 .2-.2.4-.4.6a4.5 4.5 0 0 1-1 1h1.6v.4h-2Zm4.3 0c-.3 0-.6 0-.8-.2l-.5-.7-.1-1 .1-1 .5-.6c.2-.2.5-.3.8-.3s.5.1.8.3l.4.7.2 1c0 .3 0 .6-.2 1 0 .2-.2.4-.4.6-.3.2-.5.2-.8.2m0-.4c.2 0 .4 0 .5-.2.2 0 .3-.3.3-.5l.2-.8c0-.2 0-.5-.2-.7l-.3-.6a.8.8 0 0 0-.5-.2l-.6.2-.3.6-.1.7.1.8c0 .2.2.4.3.5.2.2.4.2.6.2m3.6.4c-.3 0-.6 0-.8-.2l-.5-.7-.1-1 .1-1 .5-.6c.2-.2.5-.3.8-.3s.5.1.8.3l.4.7.2 1c0 .3 0 .6-.2 1 0 .2-.2.4-.4.6-.3.2-.5.2-.8.2m0-.4c.2 0 .4 0 .5-.2.2 0 .3-.3.3-.5l.2-.8c0-.2 0-.5-.2-.7l-.3-.6a.8.8 0 0 0-.5-.2l-.6.2-.3.6-.1.7.1.8c0 .2.2.4.3.5.2.2.4.2.6.2m-7.2 29.7v-3.1l-.8.6v-.5l1-.7h.2v3.6h-.4Zm2.5 0-.5-.1a1 1 0 0 1-.6-1h.4l.2.5c.1.2.3.2.5.2s.4 0 .6-.2l.2-.6-.2-.6a.7.7 0 0 0-.6-.3l-.3.1-.3.3-.4-.2.2-1.8h1.8v.4h-1.5l-.1 1.1.3-.2h.4a1 1 0 0 1 1 .5l.1.7c0 .2 0 .4-.2.6 0 .2-.2.3-.4.5zm3.3 0c-.3 0-.5 0-.7-.2l-.5-.7-.2-1c0-.3 0-.7.2-1l.5-.6c.2-.2.4-.3.7-.3.4 0 .6.1.8.3.2.1.4.4.5.7l.2 1c0 .3 0 .6-.2.9l-.5.7zm0-.4c.3 0 .5 0 .6-.2.1-.1.3-.3.3-.5l.1-.8v-.7l-.4-.6a.8.8 0 0 0-.6-.2l-.5.2c-.1.2-.3.3-.3.6l-.1.7v.8l.4.5zm-5.8 29.6v-3l-.8.5v-.4l1-.7h.2v3.6zm2.8.1c-.3 0-.6 0-.8-.2l-.5-.7-.2-1 .2-1 .5-.6c.2-.2.5-.3.8-.3s.5 0 .7.3c.3.1.4.4.5.6l.2 1c0 .4 0 .7-.2 1 0 .3-.2.5-.5.7zm0-.4c.2 0 .4 0 .5-.2.2-.1.3-.3.3-.5l.2-.8c0-.3 0-.5-.2-.8 0-.2-.1-.4-.3-.5a.8.8 0 0 0-.5-.2c-.3 0-.4 0-.6.2l-.3.5-.1.8v.8l.4.5zm3.6.4c-.3 0-.6 0-.8-.2l-.5-.7-.2-1 .2-1 .5-.6c.2-.2.5-.3.8-.3s.5 0 .7.3c.3.1.4.4.5.6l.2 1c0 .4 0 .7-.2 1 0 .3-.2.5-.5.7zm0-.4c.2 0 .4 0 .5-.2.2-.1.3-.3.3-.5l.2-.8c0-.3 0-.5-.2-.8 0-.2-.1-.4-.3-.5a.8.8 0 0 0-.5-.2c-.3 0-.4 0-.6.2l-.3.5-.1.8v.8l.4.5zm-6 29.7-.6-.1a1 1 0 0 1-.6-1h.4c0 .2.2.4.3.5l.5.2c.2 0 .4-.1.5-.3.2-.1.2-.3.2-.6 0-.2 0-.4-.2-.6a.7.7 0 0 0-.5-.2l-.4.1-.2.2-.5-.1.2-1.8h1.9v.4h-1.5l-.1 1a1 1 0 0 1 .7-.2 1 1 0 0 1 1 .6v1.3l-.5.4zm3.3 0c-.3 0-.6-.1-.8-.3-.2-.1-.3-.4-.4-.6-.2-.3-.2-.7-.2-1 0-.4 0-.7.2-1 0-.3.2-.5.4-.7l.8-.2c.3 0 .6 0 .8.2l.5.7.1 1-.1 1-.5.6c-.2.2-.5.3-.8.3m0-.4c.2 0 .4 0 .6-.2l.3-.5.1-.8-.1-.8c0-.2-.2-.4-.3-.5a.8.8 0 0 0-.6-.2c-.2 0-.4 0-.5.2l-.4.5v1.6l.4.5zm-3 29.7c-.3 0-.6-.1-.8-.3l-.5-.7-.1-1 .1-.9.5-.7.8-.2c.3 0 .6 0 .8.2l.4.7.2 1c0 .3 0 .6-.2 1 0 .2-.2.4-.4.6s-.5.3-.8.3m0-.4.5-.2.4-.6v-1.5l-.4-.5a.8.8 0 0 0-.5-.2c-.2 0-.4 0-.6.2l-.3.5-.1.8.1.7c0 .3.2.4.3.6zm-333.9 2.8 1.3-3.6h.5l1.3 3.6h-.4l-.4-1h-1.5l-.3 1zm1.4-2.7-.4 1.3h1.2l-.5-1.3-.1-.4zm2.4 3.8v-3.8h.4v.4l.4-.3.5-.1a1.1 1.1 0 0 1 1 .6c.2.3.2.5.2.8s0 .5-.2.7c0 .2-.2.4-.4.5a1 1 0 0 1-.6.2 1 1 0 0 1-.5-.1.9.9 0 0 1-.3-.3v1.4zm1.3-1.4c.2 0 .4 0 .5-.3.2-.1.3-.4.3-.7s-.1-.6-.3-.8a.7.7 0 0 0-.5-.2c-.3 0-.5 0-.6.2-.2.2-.3.5-.3.8s.1.6.3.7q.15.3.6.3m2 .3v-2.7h.4v.4l.3-.3a.8.8 0 0 1 .5-.1h.1v.5l-.3-.1-.3.1-.2.3-.1.3v1.6zm3.5 0v-.4a18 18 0 0 0 1.3-1.2l.3-.5v-.5l-.1-.5-.5-.2c-.2 0-.3 0-.4.2-.2.1-.2.3-.2.5H57v-.6l.4-.4h.6c.4 0 .6 0 .8.2s.3.4.3.8l-.1.7-.4.6a4.4 4.4 0 0 1-1 1H59v.3zm3.6 0v-3l-.8.5v-.4l1-.7h.2v3.6zm90 0 1.3-3.6h.5l1.3 3.6h-.4l-.4-1h-1.5l-.3 1zm1.4-2.7-.4 1.3h1.2l-.5-1.3-.1-.4zm2.4 3.8v-3.8h.4v.4l.4-.3.5-.1a1.1 1.1 0 0 1 1 .6c.2.3.2.5.2.8l-.1.7-.5.5a1 1 0 0 1-.6.2 1 1 0 0 1-.5-.1.9.9 0 0 1-.3-.3v1.4zm1.3-1.4c.2 0 .4 0 .6-.3l.2-.7c0-.3 0-.6-.2-.8a.7.7 0 0 0-.6-.2c-.3 0-.5 0-.6.2-.2.2-.3.5-.3.8s.1.6.3.7q.15.3.6.3m2 .3v-2.7h.4v.4l.3-.3a.8.8 0 0 1 .5-.1h.1v.5l-.3-.1-.3.1-.2.3-.1.3v1.6zm3.5 0v-.4a18 18 0 0 0 1.3-1.2l.3-.5v-1l-.6-.2c-.2 0-.3 0-.4.2l-.2.5h-.4v-.6a1 1 0 0 1 1-.5c.4 0 .6.1.8.3s.3.4.3.8l-.1.7-.4.6-.5.5-.6.4h1.6v.4zm3.8 0-.2-.3a3 3 0 0 0 1-1l.2-.5-.4.3a1 1 0 0 1-.5 0h-.5a1.1 1.1 0 0 1-.5-1l.1-.6.4-.4.6-.2.6.1a1.2 1.2 0 0 1 .6.8v.6a2.2 2.2 0 0 1-.2 1 3 3 0 0 1-.5.7l-.7.6Zm.2-1.8c.3 0 .4 0 .6-.2l.2-.5c0-.3 0-.4-.2-.6a.8.8 0 0 0-.6-.2c-.2 0-.4 0-.5.2l-.2.6c0 .2 0 .4.2.5zm90 1.8v-3.6h.6l1 3h.1l1.1-3h.6v3.6h-.4v-3l-1.1 3h-.4l-1.1-3v3zm5.1.1a1 1 0 0 1-.6-.2.8.8 0 0 1-.3-.6c0-.2 0-.4.2-.5l.3-.2.5-.1a2.7 2.7 0 0 1 .8 0v-.2c0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.1c-.3 0-.6.1-.6.4h-.4q0-.45.3-.6c.2-.2.5-.2.7-.2.4 0 .6 0 .8.2s.3.5.3.8v1.7h-.4v-.3l-.3.3a1 1 0 0 1-.6.1m.1-.4h.4l.3-.4.1-.4a2 2 0 0 0-.7 0h-.5l-.1.4.1.3zm2.3 1.4h-.4v-.4h.7l.2-.4.1-.3-1-2.7h.4l.8 2.1.8-2h.5l-1.2 3-.4.5c-.1.2-.3.2-.4.2Zm5-1h-.5a6 6 0 0 1 .5-2.3c.1-.4.3-.7.6-1h-1.7v-.4h2.2v.4a3.4 3.4 0 0 0-1 1.6v.8l-.1.8Zm90-.1v-3.6h.6l1 3 1.2-3h.6v3.6h-.4v-3l-1.1 3h-.4l-1.1-3v3zm5.1.1a1 1 0 0 1-.7-.2.8.8 0 0 1-.2-.6l.1-.5.4-.2.5-.1a2.7 2.7 0 0 1 .8 0v-.2c0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.1c-.4 0-.6.1-.7.4h-.3q0-.45.3-.6c.2-.2.4-.2.7-.2.4 0 .6 0 .8.2s.3.5.3.8v1.7h-.4v-.3l-.3.3a1 1 0 0 1-.6.1m0-.4h.5l.3-.4.1-.4a2 2 0 0 0-.7 0h-.5l-.2.4c0 .1 0 .2.2.3l.4.1Zm2.3 1.4h-.3v-.4h.6l.2-.4v-.3l-1-2.7h.5l.8 2.1.8-2h.4l-1.2 3c0 .2-.2.4-.3.5-.1.2-.3.2-.5.2m4.8-1v-3.1l-.7.5v-.4l.9-.7h.3v3.6h-.5Zm2.8 0c-.3 0-.6 0-.8-.3a1 1 0 0 1-.5-.6l-.1-1 .1-1 .5-.6c.2-.2.5-.3.8-.3s.6 0 .8.3c.2.1.3.4.4.6.2.3.2.6.2 1s0 .7-.2 1c0 .3-.2.5-.4.6-.2.2-.5.3-.8.3m0-.4c.2 0 .4 0 .5-.2l.4-.5v-1.6l-.4-.5a.8.8 0 0 0-.5-.2c-.2 0-.4 0-.6.2l-.3.5-.1.8.1.8c0 .2.2.4.3.5z"}),D.createElement("path",{fill:"#161B18",d:"M37 538.1c-.7 0-1.3-.2-1.6-.6-.4-.3-.6-.9-.6-1.6v-3.7h.7v3.7c0 .5 0 .9.3 1.2.3.2.7.4 1.1.4.5 0 .9-.2 1.1-.4.3-.3.4-.7.4-1.2v-3.7h.7v3.7c0 .7-.2 1.3-.6 1.6a2 2 0 0 1-1.6.6Zm3.5-.1v-4.3h.7v.6l.5-.5.8-.2c.5 0 .8.1 1 .4.3.3.5.7.5 1.2v2.8h-.7v-2.7c0-.4-.1-.7-.3-.8a1 1 0 0 0-.7-.3 1 1 0 0 0-.6.2c-.1.1-.3.2-.3.4l-.2.6v2.6zm6.5.1c-.3 0-.7 0-1-.3a2 2 0 0 1-.6-.8 2 2 0 0 1-.3-1.1q0-.75.3-1.2c.1-.4.3-.6.6-.8a2 2 0 0 1 1-.3 1.6 1.6 0 0 1 1.4.7v-2.6h.7v6.3h-.7v-.6l-.5.5zm.1-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.6-.1-1-.3-1.3-.3-.2-.6-.4-1-.4s-.7.2-1 .4c-.2.3-.3.7-.3 1.3 0 .5.1.9.4 1.2.2.3.5.4 1 .4Zm5 .6c-.3 0-.7 0-1-.3a2 2 0 0 1-.6-.8 2 2 0 0 1-.3-1.1q0-.75.3-1.2l.6-.8a2 2 0 0 1 1-.3c.7 0 1.2.2 1.5.5.3.4.5.9.5 1.5a3 3 0 0 1 0 .4h-3.2c0 .5.1.8.4 1.1.2.3.5.4.9.4.3 0 .6 0 .8-.2l.4-.6.6.2-.6.9q-.45.3-1.2.3Zm0-3.9a1 1 0 0 0-.7.3c-.3.2-.4.5-.5 1h2.5c0-.4-.1-.7-.3-1-.2-.2-.5-.3-1-.3m3.2 3.8v-4.3h.6v.6l.5-.5.7-.2h.4v.8l-.5-.1-.5.1-.4.5-.1.6v2.5zm4.6.1-.8-.1-.7-.5-.3-.7h.7l.3.5.8.2c.3 0 .5 0 .7-.2.2 0 .3-.2.3-.5s-.3-.6-1-.7h-.4l-1-.5a1 1 0 0 1-.3-.8l.2-.6c.2-.2.4-.4.6-.4.3-.2.5-.2.8-.2l.7.1c.3 0 .5.2.6.4.2.2.3.4.3.7h-.6c0-.2-.2-.3-.4-.4l-.6-.2c-.2 0-.4 0-.6.2-.2 0-.3.2-.3.4s0 .3.2.4l.6.2.6.2c.4 0 .7.2 1 .4l.2.8c0 .3 0 .5-.2.7a1 1 0 0 1-.6.5zm3-1.2v-2.5h-.6v-.7h.7v-1.1h.6v1.1h1v.7h-1v2.4c0 .2 0 .3.2.4 0 .2.2.2.4.2h.2l.2-.1v.7h-.5c-.4 0-.6 0-.8-.2q-.3-.3-.3-.9Zm4.1 1.2c-.4 0-.8-.1-1-.3-.3-.3-.5-.6-.5-1 0-.3.1-.5.3-.7l.5-.5.8-.1a4.2 4.2 0 0 1 1.3.2v-.5a1 1 0 0 0-.3-.7c-.2-.2-.5-.3-.8-.3-.6 0-1 .3-1 .8l-.7-.2q.15-.6.6-.9a2 2 0 0 1 1.1-.3c.6 0 1 .1 1.3.4s.5.7.5 1.2v2.8h-.7v-.6l-.5.5zm.1-.6.7-.1.4-.5c.2-.2.2-.4.2-.6-.4-.2-.8-.2-1.1-.2l-.8.1q-.3.15-.3.6c0 .2.1.4.3.5.2.2.4.2.6.2m3.4.5v-4.3h.6v.6l.5-.5.8-.2c.5 0 .9.1 1.1.4.3.3.4.7.4 1.2v2.8h-.7v-2.7c0-.4 0-.7-.3-.8a1 1 0 0 0-.7-.3 1 1 0 0 0-.6.2l-.3.4-.2.6v2.6zm6.5.1c-.4 0-.8 0-1-.3a2 2 0 0 1-.7-.8c-.2-.3-.2-.7-.2-1.1 0-.5 0-.9.2-1.2.1-.4.4-.6.6-.8a2 2 0 0 1 1-.3 1.6 1.6 0 0 1 1.4.7v-2.6h.7v6.3h-.7v-.6l-.5.5zm0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.6 0-1-.3-1.3-.3-.2-.6-.4-1-.4s-.7.2-1 .4c-.1.3-.3.7-.3 1.3 0 .5.2.9.4 1.2s.5.4 1 .4Zm5.8.5v-6.3h.6v2.6c.1-.2.3-.4.6-.5l.8-.2c.5 0 .8.1 1.1.4s.4.7.4 1.2v2.8h-.7v-2.8c0-.3 0-.5-.3-.7a1 1 0 0 0-.7-.3 1 1 0 0 0-.6.2 1.3 1.3 0 0 0-.6 1.1v2.5zm6.7.1a2 2 0 0 1-1.1-.3 2 2 0 0 1-.7-.8 2 2 0 0 1-.3-1.1q0-.75.3-1.2a1.9 1.9 0 0 1 1.8-1.1c.4 0 .8 0 1 .3.4.2.6.4.8.8l.2 1.2c0 .4 0 .8-.2 1.1a2 2 0 0 1-.7.8 2 2 0 0 1-1.1.3m0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2 0-.9-.3-1.2c-.3-.3-.6-.5-1-.5s-.7.2-1 .5c-.3.2-.4.6-.4 1.2 0 .5.1.9.4 1.2s.6.4 1 .4m3.9.5-1.3-4.3h.7l1 3.4.9-3.4h.7l1 3.4.8-3.4h.7l-1.2 4.3H96l-1-3.4-1 3.4zm9.5.1c-.4 0-.8 0-1-.3a2 2 0 0 1-.7-.8c-.2-.3-.2-.7-.2-1.1 0-.5 0-.9.2-1.2.1-.4.4-.6.6-.8a2 2 0 0 1 1-.3 1.6 1.6 0 0 1 1.4.7v-2.6h.7v6.3h-.7v-.6l-.5.5zm0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.6 0-1-.3-1.3-.3-.2-.6-.4-1-.4s-.7.2-1 .4c-.1.3-.3.7-.3 1.3 0 .5.2.9.4 1.2s.5.4 1 .4Zm3.8-4.8c-.2 0-.3 0-.4-.2a.5.5 0 0 1-.1-.3l.1-.4.4-.1.3.1.1.4-.1.3zm-.4 5.3v-4.3h.7v4.3zm5 0v-3.6h-.7v-.7h.8v-.9c0-.4 0-.7.3-.9s.6-.3 1-.3a2 2 0 0 1 .5 0v.7h-.2l-.3-.1c-.2 0-.4 0-.5.2l-.2.5v.8h1v.7h-1v3.6h-.6Zm-3.2-3.6v-.7h.7v-.9c0-.3.1-.7.4-.9q.3-.3.9-.3a1.7 1.7 0 0 1 .6.1v.7l-.2-.1a1 1 0 0 0-.4-.1c-.2 0-.3 0-.4.2-.2 0-.2.3-.2.5v.8h1.9v.7h-2v3.6h-.6v-3.6zm7.6 3.7c-.4 0-.7 0-1-.3a2 2 0 0 1-.7-.8c-.2-.3-.2-.7-.2-1.1 0-.5 0-.9.2-1.2l.7-.8c.3-.2.6-.3 1-.3a2 2 0 0 1 1.4.5c.4.4.5.9.5 1.5a3 3 0 0 1 0 .4h-3.2c0 .5.2.8.4 1.1.3.3.6.4 1 .4.3 0 .5 0 .7-.2l.4-.6.6.2c0 .3-.3.6-.6.9q-.45.3-1.2.3m0-3.9c-.3 0-.6.1-.8.3s-.4.5-.4 1h2.4c0-.4 0-.7-.3-1q-.3-.3-.9-.3m3.1 3.8v-4.3h.7v.6c0-.2.2-.4.4-.5l.7-.2h.4v.8l-.5-.1-.5.1-.4.5-.1.6v2.5zm4.8.1c-.4 0-.7 0-1-.3a2 2 0 0 1-.7-.8c-.2-.3-.2-.7-.2-1.1 0-.5 0-.9.2-1.2l.7-.8c.3-.2.6-.3 1-.3.6 0 1 .2 1.4.5.4.4.5.9.5 1.5v.4h-3.2c0 .5.2.8.4 1.1.3.3.6.4 1 .4.3 0 .5 0 .7-.2l.4-.6.6.2c0 .3-.3.6-.6.9q-.45.3-1.2.3m0-3.9c-.3 0-.6.1-.8.3s-.4.5-.4 1h2.4c0-.4-.1-.7-.3-1q-.3-.3-.9-.3m3.1 3.8v-4.3h.7v.6l.5-.5.8-.2c.4 0 .8.1 1 .4.3.3.5.7.5 1.2v2.8h-.7v-2.7c0-.4-.1-.7-.3-.8a1 1 0 0 0-.7-.3 1 1 0 0 0-.6.2l-.4.4-.1.6v2.6zm5-1v-2.6h-.7v-.7h.7v-1.1h.7v1.1h1v.7h-1v2.4l.1.4c.1.2.2.2.4.2h.3l.2-.1v.7h-.6c-.3 0-.6 0-.8-.2q-.3-.3-.3-.9Zm6.2 1-1.5-4.3h.7l1.2 3.5 1.2-3.5h.7l-1.6 4.3zm3.6-5.3c-.1 0-.3 0-.4-.2a.5.5 0 0 1-.1-.3l.1-.4.4-.1.3.1.2.4c0 .1 0 .2-.2.3zm-.4 5.3v-4.3h.7v4.3zm3.6.1-.8-.1-.7-.5-.2-.7h.6l.4.5.7.2c.3 0 .5 0 .7-.2.2 0 .3-.2.3-.5s-.3-.6-.9-.7h-.5l-1-.5a1 1 0 0 1-.3-.8l.3-.6c.1-.2.3-.4.5-.4.3-.2.5-.2.8-.2l.7.1c.3 0 .5.2.6.4.2.2.3.4.3.7h-.6c0-.2-.2-.3-.4-.4l-.6-.2c-.2 0-.4 0-.6.2-.2 0-.3.2-.3.4l.2.4.6.2.6.2c.4 0 .7.2 1 .4.1.2.3.5.3.8s-.1.5-.3.7a1 1 0 0 1-.6.5zm3-5.4s-.2 0-.3-.2a.5.5 0 0 1-.1-.3l.1-.4.4-.1.3.1.2.4c0 .1 0 .2-.2.3l-.3.2Zm-.3 5.3v-4.3h.7v4.3zm2.4-1v-2.6h-.6v-.7h.6v-1.1h.7v1.1h1v.7h-1v2.4c0 .2 0 .3.2.4 0 .2.2.2.4.2a.7.7 0 0 0 .4-.1v.7h-.5c-.4 0-.7 0-.9-.2q-.3-.3-.3-.9Zm4.5 1.1a2 2 0 0 1-1.1-.3 2 2 0 0 1-.7-.8 2 2 0 0 1-.3-1.1q0-.75.3-1.2a1.9 1.9 0 0 1 1.8-1.1c.4 0 .8 0 1 .3.4.2.6.4.8.8l.2 1.2c0 .4 0 .8-.2 1.1a2 2 0 0 1-.7.8 2 2 0 0 1-1.1.3m0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2 0-.9-.3-1.2c-.3-.3-.6-.5-1-.5s-.7.2-1 .5c-.3.2-.4.6-.4 1.2 0 .5.1.9.4 1.2s.6.4 1 .4m3.1.5v-4.3h.7v.6c0-.2.2-.4.4-.5l.7-.2h.4v.8l-.5-.1-.5.1-.4.5-.1.6v2.5zm7.4 1.9a2 2 0 0 1-.9-.2l-.6-.5-.3-.6.6-.1.4.5c.2.2.5.3.8.3.4 0 .7-.2 1-.4l.2-1v-.7l-.5.6-.9.2a1.7 1.7 0 0 1-1.5-1l-.3-1.2q0-.75.3-1.2l.6-.8a1.8 1.8 0 0 1 1.8 0l.5.5v-.6h.7v4.1q0 .75-.3 1.2c-.1.3-.3.5-.6.7zm0-2.6.6-.1.5-.5.1-1-.1-.8-.5-.5-.6-.2c-.3 0-.5 0-.7.2l-.4.5-.2.9c0 .3 0 .6.2.9a1.2 1.2 0 0 0 1 .6Zm3.3.7v-4.3h.7v.6c0-.2.2-.4.4-.5l.7-.2h.4v.8l-.5-.1-.5.1-.4.5-.1.6v2.5zm4.9.1a2 2 0 0 1-1.1-.3 2 2 0 0 1-.7-.8 2 2 0 0 1-.3-1.1q0-.75.3-1.2a1.9 1.9 0 0 1 1.8-1.1c.4 0 .8 0 1 .3.4.2.6.4.8.8l.2 1.2c0 .4 0 .8-.2 1.1a2 2 0 0 1-.7.8 2 2 0 0 1-1.1.3m0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.6 0-1-.3-1.2-.3-.3-.6-.5-1-.5s-.7.2-1 .5c-.2.2-.4.6-.4 1.2 0 .5.2.9.4 1.2.3.3.6.4 1 .4m4.6.6c-.4 0-.8-.1-1-.4-.3-.3-.5-.7-.5-1.1v-2.9h.7v2.8c0 .3.1.6.3.8l.7.2c.2 0 .4 0 .6-.2l.4-.4v-3.2h.8v4.3h-.7v-.6l-.5.5c-.2.2-.5.2-.8.2m3.4 1.6v-6h.7v.7c.1-.3.3-.4.5-.6l.9-.2a1.8 1.8 0 0 1 1.6 1c.2.4.3.8.3 1.3 0 .4-.1.8-.3 1.1-.1.4-.4.6-.7.8-.2.2-.6.3-1 .3-.3 0-.6 0-.8-.2l-.5-.5v2.3zm2-2.2c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.6-.1-1-.4-1.3-.2-.2-.5-.4-1-.4-.3 0-.6.2-.9.4-.2.3-.3.7-.3 1.3 0 .5 0 .9.3 1.2s.6.4 1 .4m4.5.6-.8-.1-.6-.5a1 1 0 0 1-.3-.7h.7l.3.5.7.2c.3 0 .5 0 .7-.2.2 0 .3-.2.3-.5s-.3-.6-.8-.7h-.6l-.9-.5a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.6.1-.2.3-.4.6-.4.2-.2.5-.2.8-.2l.7.1c.2 0 .4.2.6.4l.3.7h-.7c0-.2-.2-.3-.3-.4l-.6-.2c-.3 0-.5 0-.7.2l-.2.4c0 .2 0 .3.2.4l.6.2.6.2c.4 0 .7.2.9.4s.3.5.3.8 0 .5-.2.7l-.6.5zm5.5-5.4c-.2 0-.3 0-.4-.2a.5.5 0 0 1-.1-.3l.1-.4.4-.1.3.1.2.4c0 .1 0 .2-.2.3zm-.4 5.3v-4.3h.7v4.3zm2.1 0v-4.3h.7v.6l.5-.5.8-.2c.5 0 .8.1 1 .4.4.3.5.7.5 1.2v2.8h-.7v-2.7c0-.4 0-.7-.3-.8a1 1 0 0 0-.7-.3 1 1 0 0 0-.6.2c-.1.1-.3.2-.3.4l-.2.6v2.6zm5-1v-2.6h-.6v-.7h.6v-1.1h.7v1.1h1v.7h-1v2.4l.1.4c.1.2.3.2.5.2a.7.7 0 0 0 .4-.1v.7h-.6c-.3 0-.6 0-.8-.2q-.3-.3-.3-.9Zm4.4 1.1c-.4 0-.8 0-1-.3a2 2 0 0 1-.7-.8 2 2 0 0 1-.3-1.1q0-.75.3-1.2c.1-.3.4-.6.7-.8s.6-.3 1-.3c.6 0 1 .2 1.4.5.3.4.5.9.5 1.5a3 3 0 0 1 0 .4h-3.2c0 .5.2.8.4 1.1s.5.4 1 .4c.3 0 .5 0 .7-.2l.4-.6.6.2-.6.9q-.45.3-1.2.3m0-3.9c-.3 0-.6.1-.8.3-.3.2-.4.5-.5 1h2.5c0-.4-.1-.7-.3-1-.2-.2-.5-.3-1-.3Zm3 3.8v-4.3h.7v.6l.5-.5.7-.2h.4v.8l-.5-.1-.5.1-.4.5-.1.6v2.5h-.7Zm4.5.1c-.4 0-.7-.1-1-.3-.3-.3-.4-.6-.4-1 0-.3 0-.5.2-.7.1-.2.3-.4.6-.5l.8-.1a4.2 4.2 0 0 1 1.3.2v-.5a1 1 0 0 0-.4-.7 1 1 0 0 0-.7-.3c-.6 0-1 .3-1.1.8l-.6-.2c0-.4.2-.7.5-.9a2 2 0 0 1 1.2-.3c.5 0 1 .1 1.2.4.4.3.5.7.5 1.2v2.8h-.6v-.6l-.6.5zm.2-.6.6-.1.5-.5.2-.6c-.4-.2-.8-.2-1.2-.2l-.7.1q-.3.15-.3.6c0 .2 0 .4.2.5.2.2.4.2.7.2m5 .6a2 2 0 0 1-1-.3 2 2 0 0 1-.8-.7l-.2-1.2c0-.5 0-.9.3-1.2a1.9 1.9 0 0 1 1.7-1.1c.5 0 1 .1 1.3.4s.4.6.5 1l-.7.1c0-.2-.1-.5-.3-.6-.2-.2-.5-.3-.8-.3-.4 0-.7.2-1 .5q-.3.3-.3 1.2c0 .5.1.9.4 1.2.2.3.5.4 1 .4s.9-.3 1-.9l.7.2a2 2 0 0 1-.6 1q-.45.3-1.2.3m3.3-1.2v-2.5h-.7v-.7h.7v-1.1h.6v1.1h1v.7h-1v2.4c0 .2 0 .3.2.4 0 .2.2.2.4.2h.2l.2-.1v.7h-.5c-.4 0-.6 0-.8-.2q-.3-.3-.3-.9m5.9 1-1.2-4.2h.6l1 3.4.9-3.4h.7l1 3.4.9-3.4h.6l-1.2 4.3h-.7l-1-3.4-1 3.4h-.6Zm5.8-5.2c-.1 0-.2 0-.3-.2a.5.5 0 0 1-.2-.3c0-.1 0-.3.2-.4l.3-.1.4.1.1.4-.1.3zm-.3 5.3v-4.3h.7v4.3zm2.4-1v-2.6h-.7v-.7h.7v-1.1h.7v1.1h1v.7h-1v2.4l.1.4c.1.2.2.2.4.2a.7.7 0 0 0 .5-.1v.7h-.6c-.3 0-.6 0-.8-.2q-.3-.3-.3-.9Zm2.9 1v-6.3h.6v2.6c.2-.2.3-.4.6-.5l.8-.2c.5 0 .9.1 1.1.4.3.3.4.7.4 1.2v2.8h-.7v-2.8c0-.3 0-.5-.3-.7a1 1 0 0 0-.7-.3 1 1 0 0 0-.6.2 1.3 1.3 0 0 0-.6 1.1v2.5zm7.5 1.7h-.6v-.7h.2l.3.1.5-.1.3-.6.2-.5-1.7-4.2h.8l1.2 3.3 1.3-3.3h.7l-2 4.9c0 .4-.3.7-.5.9a1 1 0 0 1-.7.2m5.8-1.6a2 2 0 0 1-1.1-.3 2 2 0 0 1-.7-.8 2 2 0 0 1-.3-1.1q0-.75.3-1.2a1.9 1.9 0 0 1 1.8-1.1c.4 0 .8 0 1 .3.4.2.6.4.8.8l.2 1.2c0 .4 0 .8-.2 1.1a2 2 0 0 1-.7.8 2 2 0 0 1-1.1.3m0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.6 0-1-.3-1.2-.3-.3-.6-.5-1-.5s-.7.2-1 .5c-.3.2-.4.6-.4 1.2 0 .5.2.9.4 1.2.3.3.6.4 1 .4m4.6.6c-.5 0-.8-.1-1-.4-.3-.3-.5-.7-.5-1.1v-2.9h.7v2.8c0 .3.1.6.3.8l.7.2c.2 0 .4 0 .6-.2.1 0 .3-.2.3-.4l.2-.6v-2.6h.7v4.3h-.7v-.6l-.5.5c-.2.2-.5.2-.8.2m3.4-.1v-4.3h.7v.6c0-.2.2-.4.4-.5l.7-.2h.4v.8l-.5-.1-.5.1-.4.5-.1.6v2.5zm7.1.1-.8-.1a1 1 0 0 1-.6-.5 1 1 0 0 1-.3-.7h.6l.4.5.7.2c.3 0 .5 0 .7-.2.2 0 .3-.2.3-.5s-.3-.6-.9-.7h-.5l-1-.5a1 1 0 0 1-.2-.8c0-.2 0-.4.2-.6.1-.2.3-.4.5-.4.3-.2.6-.2.8-.2l.8.1c.2 0 .4.2.5.4.2.2.3.4.3.7h-.6c0-.2-.2-.3-.4-.4l-.6-.2c-.2 0-.4 0-.6.2-.2 0-.3.2-.3.4l.2.4.7.2.6.2c.3 0 .6.2.8.4.3.2.4.5.4.8s-.1.5-.3.7l-.5.5zm3-5.4s-.2 0-.3-.2a.5.5 0 0 1-.1-.3l.1-.4.4-.1.3.1.2.4c0 .1 0 .2-.2.3l-.3.2Zm-.3 5.3v-4.3h.7v4.3zm2.4-1v-2.6h-.6v-.7h.6v-1.1h.7v1.1h1v.7h-1v2.4c0 .2 0 .3.2.4 0 .2.2.2.4.2h.2l.2-.1v.7h-.5c-.4 0-.6 0-.9-.2q-.3-.3-.3-.9Zm4.4 1.1c-.4 0-.7 0-1-.3a2 2 0 0 1-.7-.8 2 2 0 0 1-.3-1.1q0-.75.3-1.2l.7-.8c.3-.2.6-.3 1-.3.6 0 1 .2 1.4.5.4.4.5.9.5 1.5a2.5 2.5 0 0 1 0 .4h-3.2c0 .5.2.8.4 1.1s.6.4 1 .4c.3 0 .5 0 .7-.2l.4-.6.6.2-.6.9q-.45.3-1.2.3m0-3.9c-.3 0-.6.1-.8.3s-.4.5-.4 1h2.4c0-.4-.1-.7-.3-1q-.3-.3-.9-.3"}),D.createElement("mask",{id:"splash-screenshot_svg__o",fill:"#fff"},D.createElement("path",{d:"M34.2 557.2a8 8 0 0 1 8-8.1H307a8 8 0 0 1 8 8.1v28.4H34.3v-28.4Z"})),D.createElement("path",{fill:"#fff",d:"M34.2 557.2a8 8 0 0 1 8-8.1H307a8 8 0 0 1 8 8.1v28.4H34.3v-28.4Z"}),D.createElement("path",{fill:"#EBEEF0",d:"M34.2 549H315 34ZM315 586.2H34v-1h281zm-281-.5v-36.5zm281-36.5v36.5z",mask:"url(#splash-screenshot_svg__o)"}),D.createElement("path",{fill:"#161B18",d:"M47 568.8v-5h.9l2.2 3.7v-3.7h.8v5H50l-2.4-3.9v4H47Zm6.4.2-1-.3-.5-.7c-.2-.3-.2-.6-.2-1s0-.8.2-1c.1-.4.3-.6.6-.8l1-.2c.5 0 1 .2 1.2.5.3.3.4.7.4 1.3v.3h-2.7q0 .6.3.9c.2.2.5.3.8.3.2 0 .4 0 .6-.2l.3-.4.6.1c0 .4-.2.6-.5.8-.3.3-.6.4-1 .4Zm0-3.4a1 1 0 0 0-.6.3c-.2.1-.3.4-.4.7h2a1 1 0 0 0-.3-.7c-.1-.2-.4-.3-.7-.3m3.1 3.2-1-3.7h.7l.7 2.7.8-2.7h.8l.7 2.7.7-2.7h.8l-1 3.7h-.9l-.7-2.7-.8 2.7zm7.6 0-1.5-3.7h.9l1 2.8 1-2.8h.8l-1.5 3.7zm3.1-4.5-.3-.1a.5.5 0 0 1-.2-.4c0-.1 0-.2.2-.3l.3-.2c.2 0 .3 0 .4.2l.2.3c0 .2 0 .3-.2.4zm-.3 4.5v-3.7h.7v3.7H67Zm3 .2c-.4 0-.8-.1-1-.4-.3-.2-.5-.4-.6-.8l.8-.1c0 .2.1.3.3.4l.5.2.6-.1.2-.4c0-.2 0-.3-.2-.4l-.5-.2h-.5l-.7-.4a1 1 0 0 1-.3-.7l.1-.6.6-.4.7-.1c.4 0 .7 0 1 .2.2.2.4.5.4.8l-.7.1c0-.2-.1-.3-.2-.3a1 1 0 0 0-.5-.2c-.2 0-.4 0-.5.2-.1 0-.2.1-.2.3l.1.3.5.2h.6l.8.4c.2.2.3.5.3.8l-.3.6c0 .2-.3.3-.5.4a2 2 0 0 1-.8.2m2.6-4.7-.4-.1a.5.5 0 0 1-.1-.4l.1-.3.4-.2c.1 0 .3 0 .4.2l.1.3-.1.4zm-.4 4.5v-3.7h.8v3.7H72Zm2-1v-2h-.6v-.7h.6v-1h.8v1h.9v.7h-.9v1.9c0 .3.2.5.5.5h.2l.2-.1v.7a1.6 1.6 0 0 1-.6.1 1 1 0 0 1-.8-.3c-.2-.2-.3-.5-.3-.8M78 569c-.4 0-.7-.1-1-.3s-.5-.4-.6-.7c-.2-.3-.2-.6-.2-1s0-.8.2-1c.1-.3.3-.6.6-.7.3-.2.6-.3 1-.3s.7 0 1 .3l.6.6.2 1c0 .5 0 .8-.2 1.1-.1.3-.4.5-.6.7-.3.2-.6.3-1 .3m0-.7c.3 0 .6-.2.8-.4s.3-.5.3-1l-.3-.9a1 1 0 0 0-.8-.3 1 1 0 0 0-.8.3c-.2.3-.3.6-.3 1s.1.7.3 1c.2.1.5.3.8.3m2.5.5v-3.7h.7v.5l.4-.4.6-.2a1.3 1.3 0 0 1 .4 0v.8h-.5c-.2 0-.4 0-.6.2a1 1 0 0 0-.2.7v2.1zm4 .2c-.4 0-.8-.1-1-.4-.4-.2-.5-.4-.6-.8l.7-.1c0 .2.2.3.3.4l.6.2.5-.1c.2-.1.3-.2.3-.4l-.2-.4-.6-.2h-.4l-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.4.7-.1c.4 0 .7 0 1 .2s.4.5.5.8l-.7.1q0-.3-.3-.3a1 1 0 0 0-.5-.2c-.1 0-.3 0-.4.2-.2 0-.2.1-.2.3l.1.3.5.2h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4a2 2 0 0 1-.8.2"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__p)"},D.createElement("path",{fill:"#108080",d:"M92.6 568.6h.7v-2h-.7zm.3-2.7.3-.1v-.5h-.5l-.1.3v.2h.3Zm0 4.4a3.3 3.3 0 0 1-3.1-2l-.3-1.4a3.3 3.3 0 0 1 2.1-3.1 3 3 0 0 1 1.3-.3c.5 0 1 .1 1.3.3a3.4 3.4 0 0 1 1.1 5.5l-1 .7zm0-.7a3 3 0 0 0 2-.8c.5-.5.7-1.1.7-1.9s-.2-1.4-.8-2a3 3 0 0 0-1.9-.7c-.7 0-1.4.3-1.9.8s-.8 1.1-.8 1.9.3 1.4.8 2c.5.4 1.2.7 2 .7Z"})),D.createElement("path",{fill:"#fff",d:"M34.2 585.6H315V856c0 4.4-3.7 8-8.1 8H42.3a8.1 8.1 0 0 1-8.1-8z"}),D.createElement("mask",{id:"splash-screenshot_svg__q",fill:"#fff"},D.createElement("path",{d:"M46.3 585.6H303V625H46.3z"})),D.createElement("path",{fill:"#EBEEF0",d:"M302.9 625v-.5H46.3v1H303v-.5Z",mask:"url(#splash-screenshot_svg__q)"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__r)"},D.createElement("path",{fill:"#6C726E",d:"M54.9 608.7v-1.2a1.2 1.2 0 0 1 .6-1.1 6.1 6.1 0 0 1 4.1-.5c.5 0 1 .3 1.4.5.2 0 .3.2.4.4.2.2.2.5.2.7v1.2H55Zm7.6 0v-1.3l-.3-.9-.7-.7a5.2 5.2 0 0 1 1.9.6l.6.4.2.6v1.3zm-4.3-3.4c-.4 0-.8-.2-1.1-.5-.4-.3-.5-.7-.5-1.2s.1-.9.5-1.2c.3-.3.7-.5 1.1-.5.5 0 1 .2 1.2.5.4.3.5.7.5 1.2s-.1.9-.5 1.2c-.3.3-.7.5-1.2.5m4.3-1.7c0 .5-.2.9-.5 1.2a2 2 0 0 1-1.2.5 2.5 2.5 0 0 1-.6 0l.4-.8a2.4 2.4 0 0 0 0-1.7c0-.3-.2-.6-.4-.8h.6c.4 0 .8 0 1.2.4.3.3.5.7.5 1.2m-6.8 4.2h5v-.5l-.1-.2a5.3 5.3 0 0 0-3.5-.4l-1.2.4-.1.2v.5Zm2.5-3.3q.45 0 .6-.3l.3-.6c0-.2 0-.4-.3-.6a.8.8 0 0 0-.6-.2c-.2 0-.4 0-.6.2l-.2.6c0 .2 0 .4.2.6z"})),D.createElement("path",{fill:"#161B18",d:"M75.4 604.5a538 538 0 0 0 4.5-4.9c.2-.3.2-.6.2-1a1.6 1.6 0 0 0-.8-1.5 2 2 0 0 0-1-.2c-.5 0-1 .1-1.2.5a2 2 0 0 0-.6 1l-1.1-.5c0-.3.2-.6.5-1a3 3 0 0 1 2.4-1.2c.6 0 1.2.2 1.6.4.5.3.8.6 1.1 1 .3.5.4 1 .4 1.4 0 1-.5 2-1.6 3.1l-2.9 3h4.6v1h-6.1zm12-.9h-4.6v-1l4.6-6.6h1.3v6.5h1.2v1.1h-1.2v2h-1.2v-2Zm0-1.1v-4.8l-3.2 4.8h3.3Zm4.9 3.3a1 1 0 0 1-.7-.3 1 1 0 0 1-.2-.6c0-.3 0-.5.2-.7l.7-.2c.2 0 .4 0 .6.2s.3.4.3.7l-.3.6zm2.3-1.3a542 542 0 0 0 4.5-4.9c.2-.3.3-.6.3-1a1.6 1.6 0 0 0-.9-1.5 2 2 0 0 0-1-.2c-.5 0-.9.1-1.2.5a2 2 0 0 0-.6 1l-1.1-.5c0-.3.2-.6.5-1a3 3 0 0 1 2.4-1.2c.6 0 1.2.2 1.6.4a2.7 2.7 0 0 1 1.5 2.4c0 1-.5 2-1.6 3.1l-2.9 3h4.6v1h-6.1zm8-9h1.1v5.4l4.7-5.4h1.5l-3.7 4.4 4 5.7h-1.5l-3.4-4.8-1.6 1.9v3h-1.2v-10.2Z"}),D.createElement("path",{fill:"#6C726E",d:"m76.6 615-1.8-5.2h.7l1.2 3.7.2.5.2-.5 1.3-3.7h.6l-1.8 5.1h-.6Zm3.3-4.7s-.2 0-.3-.2l-.1-.3.1-.3.3-.1.3.1.2.3c0 .2 0 .3-.2.3zm-.3 4.6v-3.7h.6v3.7zm3 .1a2 2 0 0 1-.7-.1l-.5-.4-.3-.6.6-.1c0 .2.1.3.3.5l.6.2c.3 0 .5 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.5-.8-.6l-.4-.1c-.3 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.5-.4.7-.1h.6l.5.4.3.6h-.6l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .2 0 .3.2.4l.5.2h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4zm2.6-4.7s-.2 0-.3-.2l-.1-.3.1-.3.3-.1.3.1.2.3c0 .2 0 .3-.2.3zm-.3 4.6v-3.7h.6v3.7H85Zm2-1v-2.2h-.5v-.5h.5v-1h.6v1h.9v.5h-.9v2.1c0 .2 0 .4.2.5l.3.1a.7.7 0 0 0 .4-.1v.6a1.4 1.4 0 0 1-.5 0 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.7Zm3.8 1.1c-.3 0-.6 0-1-.2l-.5-.7a2 2 0 0 1-.3-1c0-.5.1-.8.3-1a1.7 1.7 0 0 1 1.5-1c.4 0 .7 0 1 .2l.6.7.2 1c0 .4 0 .8-.2 1l-.6.8zm0-.5c.4 0 .7-.1.9-.4s.3-.6.3-1c0-.5 0-.9-.3-1.1a1 1 0 0 0-.9-.4 1 1 0 0 0-.8.4c-.2.2-.4.6-.4 1 0 .5.2.8.4 1.1s.5.4.8.4m2.7.4v-3.7h.6v.5c0-.2.2-.3.4-.5l.5-.1h.4v.7a1 1 0 0 0-.4-.1l-.5.1a1 1 0 0 0-.3.4l-.1.5v2.2zm4 .1a2 2 0 0 1-.8-.1l-.5-.4-.3-.6.6-.1c0 .2.1.3.3.5l.6.2c.3 0 .5 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.5-.8-.6l-.4-.1c-.4 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5 0-.2.3-.3.5-.4l.7-.1h.6l.5.4.2.6h-.5l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .2 0 .3.2.4l.5.2h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4-.8.1Z"}),D.createElement("rect",{width:29.1,height:13.1,x:273.8,y:598.8,fill:"#D8FFC0",rx:6.5}),D.createElement("path",{fill:"#1F4C04",d:"M278.3 605.4v-.5h1v-1.1h.6v1h1v.6h-1v1.1h-.6v-1h-1Zm4.3 1.4v-3.5l-1 .7v-.7l1.2-.9h.4v4.4zm1.5-.9v-.5l1.9-3h.7v3h.5v.5h-.5v.9h-.7v-.9zm.8-.6h1.1v-1.8zm3.6 1.5-.4-.1-.1-.3.1-.3.4-.2s.2 0 .3.2l.1.3-.1.3zm2.7 0h-.7l-.5-.4a2 2 0 0 1-.3-1.2 2.9 2.9 0 0 1 .3-1.4l.6-.8.9-.6.3.5a3.3 3.3 0 0 0-1.1 1l-.3.6.4-.3h.5l.7.1.4.5c.2.2.2.4.2.7 0 .2 0 .5-.2.7l-.5.5-.7.2Zm0-.5c.2 0 .4 0 .5-.2l.3-.6a.8.8 0 0 0-.8-.8c-.2 0-.4 0-.6.2l-.2.6c0 .2 0 .4.2.6zm3-1.8-.5-.1a1 1 0 0 1-.4-.4v-1.1l.4-.4.6-.2c.2 0 .4 0 .6.2l.3.4.2.5c0 .2 0 .4-.2.6l-.3.4a1 1 0 0 1-.6.1Zm0-.5c.2 0 .4 0 .5-.2l.1-.4-.1-.4a.5.5 0 0 0-.4-.1l-.4.1-.1.4.1.4.4.2Zm2.8 2.9-.5-.1a1 1 0 0 1-.4-.4l-.1-.6v-.5l.5-.4.5-.2c.3 0 .4 0 .6.2.2 0 .3.2.4.4l.1.5-.1.6-.4.4h-.6Zm0-.5c.2 0 .3 0 .4-.2l.2-.4c0-.2 0-.3-.2-.4a.5.5 0 0 0-.4-.1l-.3.1-.2.4c0 .2 0 .3.2.4zm-2.5.4h-.6l3-4.4h.5l-3 4.4Z"}),D.createElement("mask",{id:"splash-screenshot_svg__s",fill:"#fff"},D.createElement("path",{d:"M46.3 625H303v39.4H46.3z"})),D.createElement("path",{fill:"#EBEEF0",d:"M302.9 664.4v-.5H46.3v1H303v-.5Z",mask:"url(#splash-screenshot_svg__s)"}),D.createElement("path",{fill:"#6C726E",d:"M59.5 648.5a3.8 3.8 0 0 1-3.5-5.3 3.9 3.9 0 0 1 2-2l1.5-.3a3.7 3.7 0 0 1 3 1.4v-1h.8v2.5h-2.5v-.8h1.1c-.2-.4-.6-.7-1-1-.4-.2-.9-.3-1.4-.3-.8 0-1.5.3-2 .9-.7.6-1 1.3-1 2 0 1 .3 1.6 1 2.2.5.6 1.2.8 2 .8s1.4-.2 2-.7c.5-.4.8-1 1-1.8h.8c-.1 1-.5 1.8-1.3 2.4-.7.7-1.5 1-2.5 1m1.2-2-1.6-1.6v-2.3h.8v2l1.4 1.3z"}),D.createElement("path",{fill:"#161B18",d:"M78.4 645.3a3.4 3.4 0 0 1-2.4-1c-.3-.4-.6-.9-.7-1.4l1-.5c.2.6.5 1 .8 1.3.4.3.8.5 1.3.5.4 0 .7-.1 1-.3.4-.1.6-.4.8-.6a1.7 1.7 0 0 0 0-1.9c-.2-.2-.5-.5-.8-.6-.3-.2-.6-.3-1-.3h-.8v-1h.7c.5 0 1-.2 1.3-.5.4-.3.5-.7.5-1.2s-.1-.8-.5-1.1a2 2 0 0 0-1.2-.4c-.5 0-1 .1-1.2.4-.3.2-.5.5-.6 1l-1.1-.6c.2-.5.5-1 1-1.3.5-.5 1-.7 1.9-.7.5 0 1 .2 1.5.4a2.6 2.6 0 0 1 1.5 2.3c0 .5-.2 1-.4 1.3l-1 .8c.5.3.9.6 1.2 1s.5.9.5 1.4a3 3 0 0 1-.5 1.6 3 3 0 0 1-1.1 1 3 3 0 0 1-1.7.4"}),D.createElement("path",{fill:"#6C726E",d:"m76.6 654.3-1.8-5h.7l1.2 3.6.2.5.2-.5 1.3-3.7h.6l-1.8 5.1zm3.3-4.6s-.2 0-.3-.2l-.1-.3.1-.3.3-.1.3.1.2.3c0 .1 0 .2-.2.3zm-.3 4.6v-3.7h.6v3.7zm3 .1a2 2 0 0 1-.7-.1l-.5-.4-.3-.6.6-.1c0 .2.1.3.3.5l.6.2c.3 0 .5 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.5-.8-.6l-.4-.1c-.3 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.5-.4.7-.1h.6l.5.4.3.6h-.6l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .1 0 .3.2.4l.5.2h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4zm2.6-4.7s-.2 0-.3-.2l-.1-.3.1-.3.3-.1.3.1.2.3c0 .1 0 .2-.2.3zm-.3 4.6v-3.7h.6v3.7H85Zm2-1v-2.2h-.5v-.5h.5v-1h.6v1h.9v.5h-.9v2.1c0 .2 0 .4.2.4l.3.2a.7.7 0 0 0 .4-.1v.6h-.5a1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.7Zm3.8 1.1a2 2 0 0 1-.8-.1l-.5-.4-.3-.6.6-.1c0 .2.1.3.3.5l.7.2c.2 0 .4 0 .6-.2l.2-.4c0-.3-.2-.5-.7-.6l-.5-.1c-.3 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.5-.4.7-.1h.6l.5.4c.2.1.2.3.3.6h-.6l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .1 0 .3.2.4l.5.2h.6l.7.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4zm4.2 1.4v-5.2h.6v.5l.5-.4c.2-.2.4-.2.7-.2s.6 0 .9.2l.6.7.2 1c0 .4 0 .8-.2 1l-.6.8-.9.2c-.3 0-.5 0-.7-.2-.2 0-.4-.2-.5-.4v2H95Zm1.8-2c.3 0 .6 0 .8-.3.2-.2.3-.6.3-1 0-.5-.1-.9-.3-1.1a1 1 0 0 0-.8-.4 1 1 0 0 0-.9.4c-.2.2-.3.6-.3 1 0 .5.1.9.3 1.1s.5.4.9.4Zm4.1.6c-.3 0-.6 0-.9-.2l-.6-.7-.2-1c0-.4 0-.8.2-1l.6-.8c.3-.2.6-.2 1-.2s.9.1 1.2.4a2.3 2.3 0 0 1 .4 1.6h-2.8c0 .5.1.8.3 1 .2.3.5.4.8.4s.6 0 .7-.2l.4-.5.5.1c0 .3-.3.6-.5.8-.3.2-.6.3-1 .3Zm0-3.4a1 1 0 0 0-.7.3c-.2.1-.3.4-.4.8h2.2c0-.4-.1-.6-.3-.8s-.4-.3-.8-.3m2.6 3.3v-3.7h.6v.5l.4-.5.6-.1h.4v.7a1 1 0 0 0-.5-.1l-.4.1a1 1 0 0 0-.4.4v2.7zm5.7 0-1.3-3.7h.6l1 3 1.1-3h.6l-1.4 3.7zm3-4.6s-.2 0-.3-.2v-.6l.3-.1.4.1v.6zm-.3 4.6v-3.7h.6v3.7zm3 .1a2 2 0 0 1-.7-.1l-.5-.4-.3-.6.6-.1c0 .2.1.3.3.5l.7.2c.2 0 .4 0 .6-.2l.2-.4c0-.3-.2-.5-.7-.6l-.5-.1c-.3 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.5-.4.7-.1h.6l.5.4q.3.15.3.6h-.6l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .1 0 .3.2.4l.5.2h.6l.7.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4-.7.1Zm2.6-4.7s-.2 0-.3-.2v-.6l.3-.1.4.1v.6zm-.3 4.6v-3.7h.6v3.7h-.5Zm2-1v-2.2h-.5v-.5h.6v-1h.6v1h.8v.5h-.8v2.5l.4.2a.7.7 0 0 0 .4-.1v.6h-.5a1 1 0 0 1-.7-.2 1 1 0 0 1-.2-.7Zm3.9 1.1c-.4 0-.7 0-1-.2s-.5-.4-.6-.7c-.2-.3-.2-.7-.2-1 0-.5 0-.8.2-1a1.7 1.7 0 0 1 1.6-1c.3 0 .6 0 .9.2s.5.4.6.7c.2.3.2.6.2 1s0 .8-.2 1c-.1.4-.3.6-.6.8l-1 .2Zm0-.5c.3 0 .6-.2.8-.4.2-.3.3-.6.3-1 0-.5 0-.9-.3-1.1a1 1 0 0 0-.8-.4c-.4 0-.7.1-.9.4-.2.2-.3.6-.3 1 0 .5 0 .8.3 1 .2.3.5.5.9.5m2.6.4v-3.7h.6v.5c0-.2.2-.3.4-.5l.6-.1h.3v.7a1 1 0 0 0-.4-.1l-.5.1a1 1 0 0 0-.3.4l-.1.5v2.2z"}),D.createElement("rect",{width:26.1,height:13.1,x:276.8,y:638.2,fill:"#D8FFC0",rx:6.5}),D.createElement("path",{fill:"#1F4C04",d:"M281.3 644.8v-.5h1v-1.1h.6v1h1v.6h-1v1h-.6v-1zm4.8 1.4h-.7c0-.7.1-1.4.4-2 .2-.7.5-1.2 1-1.7h-2.1v-.7h2.8v.7a4 4 0 0 0-.8 1.1l-.5 1.3v1.3Zm2 0-.4-.1-.1-.3.1-.4h.7v.7l-.4.1Zm1.2 0v-.6a26 26 0 0 0 1.6-1.4c.3-.4.4-.7.4-1.1 0-.3 0-.4-.2-.6a.7.7 0 0 0-.5-.1l-.5.1-.2.6-.6-.1.1-.6.5-.5.7-.2c.4 0 .8.1 1 .4.2.2.4.5.4 1l-.2.7a3 3 0 0 1-.4.7l-.6.6-.6.5h1.8v.6zm4.5-2.3-.6-.1a1 1 0 0 1-.3-.4l-.2-.6c0-.2 0-.4.2-.5 0-.2.2-.3.3-.4l.6-.2c.2 0 .4 0 .6.2l.3.4.2.5c0 .2 0 .4-.2.6l-.3.4h-.6Zm0-.5c.1 0 .3 0 .4-.2l.1-.4-.1-.4a.5.5 0 0 0-.4-.2l-.4.2-.1.4.1.4zm2.7 2.9c-.2 0-.4 0-.5-.2a1 1 0 0 1-.4-.3l-.1-.6v-.5l.5-.4.5-.2c.3 0 .4 0 .6.2.2 0 .3.2.4.4l.1.5-.1.6c-.1.1-.2.3-.4.3zm0-.5c.2 0 .3 0 .4-.2l.2-.4c0-.2 0-.3-.2-.4a.5.5 0 0 0-.4-.2c-.1 0-.2 0-.3.2l-.2.4c0 .2 0 .3.2.4zm-2.5.4h-.6l3-4.4h.5l-3 4.4Z"}),D.createElement("mask",{id:"splash-screenshot_svg__t",fill:"#fff"},D.createElement("path",{d:"M46.3 664.4H303v39.4H46.3z"})),D.createElement("path",{fill:"#EBEEF0",d:"M302.9 703.8v-.5H46.3v1H303v-.5Z",mask:"url(#splash-screenshot_svg__t)"}),D.createElement("path",{fill:"#6C726E",d:"M61.1 687.5h-5l-.6-.3a.8.8 0 0 1-.2-.6v-5c0-.3 0-.5.2-.6l.6-.3H63c.2 0 .4 0 .6.3.2.1.2.3.2.5v5.1c0 .3 0 .5-.2.6l-.6.3h-.6l-2-2-.5.2h-.5a1.9 1.9 0 0 1-1.9-1.8c0-.6.2-1 .6-1.4.3-.3.8-.5 1.3-.5s1 .2 1.3.5c.4.4.6.8.6 1.4v.5l-.3.5 1.7 1.7h.3v-5h-7v5h4.2l.8.9Zm-1.8-2.6c.3 0 .5 0 .8-.3.2-.2.3-.4.3-.7a1 1 0 0 0-.3-.8 1 1 0 0 0-.8-.3 1 1 0 0 0-.7.3 1 1 0 0 0-.4.8c0 .3.1.5.4.7.2.2.4.3.7.3m-3.2 1.7v-5z"}),D.createElement("path",{fill:"#161B18",d:"M75.4 683.3a576 576 0 0 0 4.5-4.9c.2-.3.2-.7.2-1a1.6 1.6 0 0 0-.8-1.5 2 2 0 0 0-1-.2c-.5 0-1 .1-1.2.4a2 2 0 0 0-.6 1l-1.1-.4c0-.3.2-.7.5-1a3 3 0 0 1 2.4-1.2c.6 0 1.2.2 1.6.4.5.3.8.6 1.1 1 .3.5.4 1 .4 1.4 0 1-.5 2-1.6 3.1l-2.9 3h4.6v1h-6.1z"}),D.createElement("path",{fill:"#6C726E",d:"M75.3 693.7v-5H78l.6.6.2.9c0 .3 0 .6-.2.8l-.6.5-.8.2h-1.3v2zm2-4.5h-1.4v2h1.3c.3 0 .6-.2.7-.3.2-.2.3-.4.3-.7 0-.4-.1-.6-.3-.8a1 1 0 0 0-.7-.2Zm3.4 4.6c-.4 0-.7 0-1-.3a1 1 0 0 1-.3-.8c0-.3 0-.5.2-.7l.5-.4h.7a3.8 3.8 0 0 1 1.1 0v-.3c0-.3 0-.5-.3-.7a1 1 0 0 0-.6-.2c-.6 0-.9.2-1 .6h-.5c0-.4.2-.7.5-.9.2-.2.6-.2 1-.2s.8 0 1 .3c.3.3.5.6.5 1v2.5h-.6v-.5l-.5.4zm0-.5c.3 0 .5 0 .7-.2l.4-.3.1-.6-1-.2c-.3 0-.5 0-.7.2-.1 0-.2.2-.2.5 0 .1 0 .3.2.4l.6.2Zm4.4 2-.8-.1-.5-.4-.3-.6.6-.1c0 .2.1.4.3.5l.7.2c.3 0 .6-.1.8-.3.2-.3.3-.6.3-1v-.5l-.5.5-.8.2a1.5 1.5 0 0 1-1.3-.9c-.2-.3-.3-.6-.3-1 0-.5.1-.8.3-1 .1-.4.3-.6.5-.7a1.6 1.6 0 0 1 1.6 0c.2 0 .3.2.4.4v-.5h.6v3.6c0 .4 0 .7-.2 1l-.6.6zm0-2.2.5-.1.4-.5.2-.7c0-.3 0-.6-.2-.8a1 1 0 0 0-.4-.5 1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1 1 1 0 0 0-.4.5l-.2.8c0 .3 0 .5.2.7l.4.5zm4.3.7c-.4 0-.7 0-1-.2l-.6-.8-.2-1 .2-1 .6-.7c.3-.2.6-.2 1-.2.5 0 .9.1 1.2.4s.4.8.4 1.3a2 2 0 0 1 0 .3h-2.8c0 .5.2.8.4 1 .2.3.4.4.8.4l.6-.2.4-.5.5.1c0 .3-.2.6-.5.8-.2.2-.6.3-1 .3m0-3.4a1 1 0 0 0-.8.3c-.2.1-.3.4-.3.7h2.1a1 1 0 0 0-.3-.7c-.1-.2-.4-.3-.8-.3Zm3.9 3.4a2 2 0 0 1-.8-.1l-.5-.4-.3-.6.6-.1c0 .2.2.3.3.5l.7.2c.2 0 .4 0 .6-.2l.2-.4c0-.3-.2-.5-.7-.6l-.5-.1c-.3 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.5-.4.7-.1h.6l.5.4q.3.15.3.6H94l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .1 0 .3.2.3l.5.3h.6l.7.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4zm4.2 1.4V690h.6v.5l.5-.5.7-.1c.4 0 .6 0 .9.2l.6.7.2 1c0 .4 0 .8-.2 1l-.6.8-.9.2c-.3 0-.5 0-.7-.2-.2 0-.4-.2-.5-.4v2zm1.8-2c.3 0 .6 0 .8-.3s.3-.6.3-1c0-.5-.1-.9-.3-1.1a1 1 0 0 0-.8-.4 1 1 0 0 0-.9.4c-.2.2-.3.6-.3 1 0 .5.1.9.3 1.1s.5.4.9.4Zm4.1.6c-.3 0-.6 0-.9-.2l-.6-.8-.2-1c0-.3 0-.7.2-1l.6-.7c.3-.2.6-.2 1-.2.5 0 .9.1 1.2.4s.4.8.4 1.3a2 2 0 0 1 0 .3h-2.8c0 .5.1.8.3 1 .2.3.5.4.8.4l.7-.2.4-.5.5.1c0 .3-.3.6-.5.8-.3.2-.6.3-1 .3Zm0-3.4a1 1 0 0 0-.7.3c-.2.1-.3.4-.4.7h2.2a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3m2.6 3.3V690h.6v.5l.4-.5.6-.1h.4v.6a1 1 0 0 0-.5 0l-.4.1a1 1 0 0 0-.3.4l-.2.5v2.2zm5.7 0-1.3-3.7h.6l1 3 1.1-3h.6l-1.3 3.7zm3-4.6s-.2 0-.3-.2v-.6l.4-.1.3.1v.6l-.3.2Zm-.2 4.6V690h.6v3.7zm3 .1a2 2 0 0 1-.8-.1l-.5-.4-.3-.6.6-.1c0 .2.2.3.3.5l.7.2c.2 0 .4 0 .6-.2l.2-.4c0-.3-.2-.5-.7-.6l-.5-.1c-.3 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.5-.4.7-.1h.6l.5.4q.3.15.3.6h-.6l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .1 0 .3.2.3l.5.3h.6l.7.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4zm2.6-4.7c-.2 0-.3 0-.4-.2v-.6l.4-.1.3.1v.6zm-.3 4.6V690h.6v3.7zm2-1v-2.2h-.6v-.5h.6v-1h.6v1h.8v.5h-.8v2.5l.4.2a.7.7 0 0 0 .4-.1v.6h-.5a1 1 0 0 1-.7-.2 1 1 0 0 1-.2-.8"}),D.createElement("rect",{width:25.1,height:13.1,x:277.8,y:677.6,fill:"#FFDED3",rx:6.5}),D.createElement("path",{fill:"#7A1E00",d:"M282.3 684v-.6h2v.6zm3.8 1.6V682l-1 .7v-.7l1.1-.9h.5v4.4h-.6Zm2 0-.3-.1v-.7h.7l.1.4-.1.3-.3.1Zm2.8 0h-.7l-.5-.4a2 2 0 0 1-.3-1.2 3 3 0 0 1 1-2.2c.2-.3.5-.5.8-.6l.4.5a3.3 3.3 0 0 0-1.2 1l-.3.6.4-.3h1.2l.5.6.1.7c0 .2 0 .5-.2.7 0 .2-.3.4-.5.5l-.7.2Zm0-.5.6-.2.2-.6c0-.3 0-.5-.2-.6a.8.8 0 0 0-.6-.2c-.2 0-.4 0-.6.2l-.2.6c0 .2 0 .4.2.6zm3.1-1.8c-.2 0-.4 0-.6-.2a1 1 0 0 1-.3-.3l-.2-.6c0-.2 0-.4.2-.5 0-.2.2-.3.3-.4l.6-.2c.2 0 .4 0 .6.2l.4.4v1.1l-.4.3a1 1 0 0 1-.6.2m0-.5c.2 0 .3 0 .4-.2l.1-.4-.1-.4a.5.5 0 0 0-.4-.2c-.1 0-.3 0-.4.2l-.1.4.1.4zm2.8 2.9c-.3 0-.5 0-.6-.2a1 1 0 0 1-.4-.3l-.1-.6.1-.5.4-.4.6-.2c.2 0 .4 0 .5.2.2 0 .3.2.4.4l.1.5-.1.6-.4.3a1 1 0 0 1-.5.2m0-.5c.1 0 .2 0 .3-.2l.2-.4c0-.2 0-.3-.2-.4a.5.5 0 0 0-.3-.2c-.2 0-.3 0-.4.2l-.2.4c0 .2 0 .3.2.4zm-2.6.4h-.6l3-4.4h.5z"}),D.createElement("mask",{id:"splash-screenshot_svg__u",fill:"#fff"},D.createElement("path",{d:"M46.3 703.8H303v39.4H46.3z"})),D.createElement("path",{fill:"#EBEEF0",d:"M302.9 743.2v-.5H46.3v1H303v-.5Z",mask:"url(#splash-screenshot_svg__u)"}),D.createElement("path",{fill:"#6C726E",d:"M56.6 727.3q-.45 0-.6-.3a.8.8 0 0 1-.3-.6v-5.9c0-.2 0-.4.3-.6l.6-.2h5.9c.2 0 .4 0 .6.2l.2.6v6c0 .2 0 .4-.2.5l-.6.3h-6Zm0-.9h5.9v-5h-6v5Zm3-.8a2.7 2.7 0 0 1-2.6-1.7c.2-.5.5-.9 1-1.2a2.6 2.6 0 0 1 3.1 0c.4.3.7.7 1 1.2a2.7 2.7 0 0 1-2.6 1.7Zm0-.6a2 2 0 0 0 1-.3l.8-.8a2 2 0 0 0-1.8-1 2 2 0 0 0-2 1 2 2 0 0 0 2 1Zm0-.5-.5-.1a.6.6 0 0 1-.2-.5c0-.2 0-.3.2-.4 0-.2.2-.2.4-.2s.3 0 .5.2l.1.4-.1.5-.5.1Z"}),D.createElement("path",{fill:"#161B18",d:"m77.7 715.8-1.7 1.3-.6-1 2.7-2h.8v9.8h-1.2v-8Zm3.1 9.2.8-1.1a.8.8 0 0 1-.5-.3.8.8 0 0 1-.2-.6l.3-.6c.2-.2.4-.3.7-.3l.6.3.3.6-.1.5-.3.5-1 1.4zm6.6-1a3.4 3.4 0 0 1-2.5-1c-.4-.5-.6-1-.7-1.5l1-.5c.2.6.4 1 .8 1.4s.9.5 1.4.5c.6 0 1.1-.1 1.5-.5s.6-1 .6-1.6a2 2 0 0 0-2-2 2 2 0 0 0-1 .2 2 2 0 0 0-.8.6l-1.2-.5.6-5h5v1.2h-4l-.4 3c.6-.5 1.2-.7 2-.7.5 0 1 .2 1.5.4.4.3.8.7 1.1 1.2s.4 1 .4 1.6a3.2 3.2 0 0 1-3.3 3.3Zm8 0a3.3 3.3 0 0 1-3.3-3.2c0-.5.1-1 .3-1.4l1-1.7 2.5-3.8 1 .7-2.5 3.4a2.9 2.9 0 0 1 2.7 0 3.2 3.2 0 0 1 1.7 2.8 3 3 0 0 1-.5 1.6c-.3.5-.7 1-1.2 1.2-.5.3-1 .5-1.7.5Zm0-1a2.1 2.1 0 0 0 1.9-1 2 2 0 0 0 0-2.2 2 2 0 0 0-.8-.7 2 2 0 0 0-1-.3 2 2 0 0 0-1.1.3 2 2 0 0 0-.8.7 2 2 0 0 0 1.8 3.1Zm7.9 1a3.4 3.4 0 0 1-2.6-1l-.7-1.5 1-.5c.2.6.5 1 .9 1.4s.8.5 1.4.5 1-.1 1.5-.5c.4-.4.6-1 .6-1.6a2 2 0 0 0-2.1-2 2 2 0 0 0-1.7.8l-1.3-.5.7-5h5v1.2h-4l-.4 3c.5-.5 1.2-.7 1.9-.7.5 0 1 .2 1.5.4a3.2 3.2 0 0 1 1.6 2.8 3.2 3.2 0 0 1-3.3 3.3Z"}),D.createElement("path",{fill:"#6C726E",d:"M76.6 733.2a1.6 1.6 0 0 1-1.3-.6l-.3-.8.6-.1c0 .3.2.5.3.7l.7.2c.3 0 .5 0 .7-.2s.3-.5.3-.7c0-.3-.1-.6-.3-.7a1 1 0 0 0-.7-.3h-.4v-.6h.3c.3 0 .5 0 .7-.2l.2-.6c0-.3 0-.4-.2-.6-.1-.2-.4-.2-.6-.2-.3 0-.5 0-.6.2a1 1 0 0 0-.3.5H75a1.4 1.4 0 0 1 1.5-1.3c.3 0 .5 0 .7.2a1.3 1.3 0 0 1 .7 1.1v.6l-.3.3-.3.3a1.3 1.3 0 0 1 .8 1.3c0 .3 0 .5-.2.8a1 1 0 0 1-.6.5l-.8.2Zm4 0a1.6 1.6 0 0 1-1.3-.6c-.2-.2-.3-.5-.3-.8l.6-.1c0 .3.1.5.3.7l.7.2c.3 0 .5 0 .7-.2s.3-.5.3-.7c0-.3-.1-.6-.3-.7-.2-.2-.5-.3-.8-.3h-.4v-.6h.4c.2 0 .4 0 .6-.2q.3-.15.3-.6c0-.45 0-.4-.2-.6s-.4-.2-.7-.2c-.2 0-.4 0-.6.2a1 1 0 0 0-.3.5h-.5a1.4 1.4 0 0 1 1.4-1.3c.3 0 .6 0 .8.2a1.3 1.3 0 0 1 .7 1.1l-.1.6-.3.3-.3.3c.3 0 .5.2.6.5.2.2.3.4.3.8 0 .3-.1.5-.3.8 0 .2-.3.4-.5.5zm3.6-2.8-.7-.1-.4-.5-.2-.6.2-.7.4-.4c.2-.2.4-.2.7-.2.2 0 .4 0 .6.2.2 0 .3.2.5.4l.1.7-.1.6-.5.5zm0-.5c.2 0 .4 0 .5-.2l.2-.5c0-.3 0-.5-.2-.6a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2-.2.1-.2.3-.2.6 0 .2 0 .4.2.5zm3 3.3c-.2 0-.4 0-.6-.2-.2 0-.4-.2-.5-.4l-.1-.7.1-.6.5-.5.6-.1.7.1.4.5.2.6-.2.7-.4.4c-.2.2-.4.2-.7.2m0-.5c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.6 0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2l-.2.5c0 .3 0 .5.2.6zm-3 .4h-.5l3.4-5h.6l-3.4 5Zm8.7.1c-.3 0-.7 0-1-.2l-.5-.7a2 2 0 0 1-.3-1c0-.5.1-.8.3-1.1a1.7 1.7 0 0 1 1.5-1c.4 0 .7.1 1 .3l.6.7.2 1c0 .4 0 .8-.2 1l-.6.8zm0-.5c.4 0 .7-.2.9-.4.2-.3.3-.6.3-1 0-.5-.1-.9-.3-1.1a1 1 0 0 0-.9-.4 1 1 0 0 0-.8.4c-.3.2-.4.6-.4 1 0 .5.1.8.4 1 .2.3.5.5.8.5m3 .4v-3.2h-.7v-.5h.7v-.8c0-.4 0-.6.3-.8.2-.2.5-.3.8-.3a1.7 1.7 0 0 1 .5 0v.6h-.9l-.1.5v.8h.8v.5h-.8v3.2zm4.7-1V730h-.6v-.5h.6v-1h.6v1h.8v.5h-.8v2.5l.4.2a.7.7 0 0 0 .4-.1v.6a1.3 1.3 0 0 1-.5 0 1 1 0 0 1-.7-.2 1 1 0 0 1-.2-.8Zm3.8 1.1c-.4 0-.7 0-1-.2s-.5-.4-.6-.7c-.2-.3-.2-.7-.2-1 0-.5 0-.8.2-1.1a1.7 1.7 0 0 1 1.5-1c.4 0 .7.1 1 .3s.5.4.6.7c.2.3.2.6.2 1s0 .8-.2 1c-.1.4-.3.6-.6.8l-1 .2Zm0-.5c.3 0 .6-.2.8-.4.2-.3.3-.6.3-1 0-.5 0-.9-.3-1.1a1 1 0 0 0-.9-.4 1 1 0 0 0-.8.4c-.2.2-.3.6-.3 1 0 .5 0 .8.3 1 .2.3.5.5.8.5Zm2.9-.6V730h-.6v-.5h.6v-1h.6v1h.8v.5h-.8v2.5l.4.2a.7.7 0 0 0 .4-.1v.6a1.3 1.3 0 0 1-.5 0 1 1 0 0 1-.7-.2 1 1 0 0 1-.2-.8Zm3.4 1.1c-.4 0-.7-.1-1-.3a1 1 0 0 1-.3-.9c0-.2 0-.4.2-.6l.5-.4h.7a3.7 3.7 0 0 1 1.1 0v-.3c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.2c-.5 0-.8.2-1 .6h-.5c0-.4.2-.7.5-.9s.6-.3 1-.3c.5 0 .8.2 1.1.4.3.3.4.6.4 1v2.5h-.6v-.5l-.4.4zm.1-.5c.2 0 .4 0 .6-.2.2 0 .3-.2.4-.4l.1-.5-1-.2c-.2 0-.5 0-.6.2-.2 0-.3.2-.3.4l.2.5zm2.8.4v-5.5h.6v5.5zm3.7 1.5v-5.2h.6v.5l.5-.5.7-.2c.4 0 .6.1.9.3l.6.7.2 1c0 .4 0 .8-.2 1l-.6.8-.9.2c-.3 0-.5 0-.7-.2l-.5-.4v2zm1.8-2c.3 0 .6 0 .8-.3s.3-.6.3-1c0-.5-.1-.9-.3-1.1a1 1 0 0 0-.8-.4 1 1 0 0 0-.9.4c-.2.2-.3.6-.3 1 0 .5.1.8.3 1 .2.3.5.5.9.5Zm3.8.6c-.4 0-.7-.1-1-.3a1 1 0 0 1-.3-.9c0-.2 0-.4.2-.6l.5-.4h.7a3.7 3.7 0 0 1 1 0v-.3c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.2c-.5 0-.8.2-1 .6h-.5c.1-.4.3-.7.5-.9.3-.2.6-.3 1-.3.5 0 .9.2 1.2.4.2.3.4.6.4 1v2.5h-.6v-.5l-.5.4zm0-.5c.3 0 .5 0 .6-.2.2 0 .3-.2.4-.4l.2-.5-1-.2c-.3 0-.5 0-.7.2l-.2.4c0 .2 0 .4.2.5l.6.2Zm4.3 2-.7-.1-.5-.4-.3-.6.5-.1.4.5.6.2q.6 0 .9-.3l.2-1v-.5l-.5.5-.7.2a1.5 1.5 0 0 1-1.4-.9l-.2-1c0-.5 0-.8.2-1 .2-.4.4-.6.6-.7a1.6 1.6 0 0 1 1.5 0c.3 0 .4.2.5.4v-.5h.6v3.6c0 .4 0 .7-.2 1l-.6.5c-.3.2-.5.2-.9.2m0-2.2.6-.1.4-.5.1-.7-.1-.8a1 1 0 0 0-.4-.5 1 1 0 0 0-.6-.1 1 1 0 0 0-1 .6v1.5a1 1 0 0 0 1 .6m4.3.7c-.3 0-.6 0-.9-.3l-.6-.7-.2-1c0-.4 0-.7.2-1l.6-.7c.3-.2.6-.3 1-.3.5 0 .9.2 1.2.5s.4.8.4 1.3a2 2 0 0 1 0 .3h-2.8c0 .5.1.8.3 1s.5.4.8.4l.7-.2.4-.5.5.1c0 .3-.3.6-.5.8-.3.2-.6.3-1 .3Zm0-3.4a1 1 0 0 0-.7.3c-.2.1-.3.4-.4.7h2.2a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3m3.5 3.3-1.3-3.7h.6l1 3 1-3h.7l-1.4 3.7zm3-4.6s-.2 0-.3-.2l-.1-.3.1-.3.3-.1.3.1.2.3c0 .1 0 .2-.2.3zm-.3 4.6v-3.7h.6v3.7zm3.2.1c-.3 0-.6 0-.9-.3l-.6-.7-.2-1c0-.4 0-.7.2-1l.6-.7c.3-.2.6-.3 1-.3.5 0 .9.2 1.2.5s.4.8.4 1.3a2 2 0 0 1 0 .3h-2.8c0 .5.1.8.3 1 .3.2.5.4.9.4l.6-.2.4-.5.5.1c0 .3-.2.6-.5.8s-.6.3-1 .3Zm0-3.4a1 1 0 0 0-.7.3c-.2.1-.3.4-.4.7h2.2a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3m3.2 3.3-1-3.7h.6l.7 2.9.9-3h.6l.8 3 .8-3h.6l-1 3.8h-.6l-1-3-.8 3zm6 .1a2 2 0 0 1-.7-.1l-.5-.4-.3-.6.6-.1c0 .2.1.3.3.5l.6.2c.3 0 .5 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.6-.8-.6l-.4-.1c-.4 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.3.7-.2c.2 0 .4 0 .6.2.2 0 .4.1.5.3l.2.6h-.5c0-.2-.2-.3-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .1 0 .3.2.3l.5.3h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4z"}),D.createElement("rect",{width:26.1,height:13.1,x:276.8,y:717,fill:"#D8FFC0",rx:6.5}),D.createElement("path",{fill:"#1F4C04",d:"M281.3 723.6v-.5h1V722h.6v1h1v.6h-1v1h-.6v-1zm4.8 1.5c-.2 0-.5 0-.7-.2-.2 0-.4-.2-.5-.4l-.2-.6.6-.2c0 .2.1.4.3.5.1.2.3.3.5.3s.4-.1.5-.3c.2 0 .3-.3.3-.5s-.1-.4-.3-.5a.9.9 0 0 0-.6-.2h-.3v-.6h.3c.2 0 .4 0 .5-.2.2 0 .2-.2.2-.4l-.1-.5-.5-.2c-.2 0-.4 0-.5.2l-.2.4h-.7a1.3 1.3 0 0 1 1.4-1.2c.2 0 .5 0 .7.2a1.1 1.1 0 0 1 .6 1c0 .2 0 .4-.2.6l-.4.3.5.5c.2.1.2.4.2.6a1.3 1.3 0 0 1-.7 1.2zm2.6 0-.3-.2-.2-.3c0-.2 0-.3.2-.4l.3-.1.3.1.1.4v.3l-.4.1Zm2.3 0-.3-.5a3.6 3.6 0 0 0 1.1-1l.4-.7-.4.3h-1.2l-.5-.6-.2-.7c0-.2 0-.5.2-.7a1.4 1.4 0 0 1 1.3-.7c.2 0 .4 0 .6.2a1.4 1.4 0 0 1 .8.9v.7a2.7 2.7 0 0 1-.3 1.4l-.6.7zm.4-2.4c.2 0 .4 0 .5-.2q.3-.15.3-.6c0-.2-.1-.4-.3-.5a.8.8 0 0 0-.5-.3q-.45 0-.6.3c-.2.1-.2.3-.2.5 0 .3 0 .5.2.6.1.2.3.2.6.2m3.2 0c-.2 0-.4 0-.6-.2a1 1 0 0 1-.4-.3V721l.4-.3.6-.2c.2 0 .4 0 .5.2.2 0 .3.2.4.3l.2.6c0 .2 0 .4-.2.6l-.4.3zm0-.5c.1 0 .3 0 .4-.2l.1-.4-.1-.4a.5.5 0 0 0-.4-.2c-.2 0-.3 0-.4.2l-.1.4.1.4zm2.7 2.9c-.2 0-.4 0-.5-.2a1 1 0 0 1-.4-.3l-.1-.6v-.6l.5-.3.5-.2c.2 0 .4 0 .6.2.2 0 .3.2.4.3l.1.6-.1.6-.4.3zm0-.5c.2 0 .3 0 .4-.2l.2-.4-.2-.4a.5.5 0 0 0-.4-.2c-.1 0-.2 0-.3.2l-.2.4c0 .2 0 .3.2.4zm-2.5.4h-.6l3-4.4h.5l-3 4.4Z"}),D.createElement("mask",{id:"splash-screenshot_svg__v",fill:"#fff"},D.createElement("path",{d:"M46.3 743.2H303v49.4H46.3z"})),D.createElement("path",{fill:"#EBEEF0",d:"M302.9 792.6v-.6H46.3v1.1H303v-.5Z",mask:"url(#splash-screenshot_svg__v)"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__w)"},D.createElement("path",{fill:"#6C726E",d:"M59.5 772h-.2l-.2-.2-.5-1.1-.8-1.2-1-1.4-.2-1.5c0-.8.2-1.5.8-2 .6-.7 1.3-1 2.1-1s1.5.3 2.1 1c.6.5.9 1.2.9 2 0 .6-.1 1.2-.4 1.6l-.8 1.3-.9 1.2a6 6 0 0 0-.5 1l-.1.3zm0-1.4a8 8 0 0 1 1-1.7l.8-1c.2-.4.3-.8.3-1.3 0-.6-.2-1-.6-1.5a2 2 0 0 0-1.5-.6 2 2 0 0 0-1.5.6 2 2 0 0 0-.6 1.5c0 .5.1 1 .3 1.3l.7 1a14 14 0 0 1 1.1 1.7m0-3c.3 0 .6 0 .8-.3.2-.2.3-.4.3-.7a1 1 0 0 0-.3-.8 1 1 0 0 0-.8-.3 1 1 0 0 0-.7.3 1 1 0 0 0-.3.8c0 .3 0 .5.3.7.2.3.4.4.7.4Z"})),D.createElement("path",{fill:"#6C726E",d:"M77.4 756.4q-.75 0-1.2-.3c-.4-.3-.7-.6-.8-1-.2-.4-.3-.8-.3-1.4 0-.5 0-1 .3-1.4.2-.4.4-.7.8-1l1.2-.2c.3 0 .6 0 1 .2.2 0 .5.3.7.5.2.3.3.6.3 1h-.6a1.3 1.3 0 0 0-.7-1l-.7-.2c-.4 0-.7.1-1 .3-.2.1-.4.4-.5.7-.2.3-.2.7-.2 1.1 0 .5 0 .9.2 1.2.1.3.3.5.6.7l.9.2c.4 0 .7-.1 1-.3l.5-.9h.5c0 .4-.2.7-.4 1-.1.3-.4.5-.7.6l-1 .2Zm3.2-4.8-.3-.1-.1-.3v-.3l.4-.1h.3l.1.4-.1.3zm-.3 4.7v-3.8h.6v3.8zm2-1v-2.2h-.6v-.6h.6v-1h.6v1h.9v.6h-.9v2l.1.5.4.2a.7.7 0 0 0 .4-.1v.5a1.4 1.4 0 0 1-.5.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8m2.7-3.7-.3-.1-.1-.3.1-.3.3-.1h.3l.2.4c0 .1 0 .2-.2.3zm-.3 4.7v-3.8h.6v3.8zm3.2 0c-.3 0-.6 0-.9-.2l-.6-.7-.2-1c0-.4 0-.7.2-1l.6-.7c.3-.2.6-.3 1-.3.5 0 .9.2 1.2.5s.4.7.4 1.3a2 2 0 0 1 0 .3h-2.8c0 .4.1.8.4 1 .2.2.4.3.8.3.3 0 .5 0 .6-.2.2 0 .3-.2.4-.4l.5.1c0 .3-.2.6-.5.8s-.6.3-1 .3Zm0-3.3a1 1 0 0 0-.7.2l-.4.8H89c0-.3-.1-.6-.3-.8s-.4-.2-.8-.2m4 3.4a2 2 0 0 1-.8-.2c-.2 0-.4-.2-.5-.3-.2-.2-.2-.4-.3-.7h.6l.3.4c.2.2.4.2.7.2l.6-.1.2-.4c0-.4-.2-.6-.8-.7h-.4l-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.4h1.3c.2 0 .4.2.5.3l.3.6-.6.1c0-.2-.1-.3-.3-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.6.2l-.2.4c0 .1 0 .2.2.3l.5.2.5.1.8.4c.2.2.3.4.3.7s0 .5-.2.6l-.5.4zm4.9-.1-1-3.8h.5l.8 3 .8-3h.6l.9 3 .8-3h.6l-1.1 3.8H99l-.9-3-.8 3h-.6Zm5-4.7-.3-.1-.1-.3v-.3l.4-.1h.3l.1.4-.1.3zm-.3 4.7v-3.8h.6v3.8zm2-1v-2.2h-.6v-.6h.6v-1h.6v1h.9v.6h-.9v2l.1.5.4.2a.7.7 0 0 0 .4-.1v.5a1.4 1.4 0 0 1-.5.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8m2.4 1v-5.5h.6v2.2l.5-.4.7-.2c.4 0 .8.1 1 .4s.3.6.3 1v2.5h-.6v-2.4c0-.3 0-.5-.2-.7a.9.9 0 0 0-.7-.2 1 1 0 0 0-.5.1 1.1 1.1 0 0 0-.5 1v2.2zm6.5-1v-2.2h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2l.1.5.4.2a.6.6 0 0 0 .4-.1v.5a1.4 1.4 0 0 1-.5.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8m2.4 1v-5.5h.6v2.2l.5-.4.7-.2c.4 0 .8.1 1 .4s.3.6.3 1v2.5h-.6v-2.4c0-.3 0-.5-.2-.7a.9.9 0 0 0-.7-.2 1 1 0 0 0-.5.1 1.1 1.1 0 0 0-.5 1v2.2zm5.7 0c-.3 0-.6 0-.9-.2l-.6-.7-.2-1c0-.4 0-.7.2-1l.6-.7c.3-.2.6-.3 1-.3.5 0 .9.2 1.2.5s.4.7.4 1.3a3 3 0 0 1 0 .3h-2.8c0 .4.1.8.4 1 .2.2.4.3.8.3.3 0 .5 0 .6-.2.2 0 .3-.2.4-.4l.5.1c0 .3-.2.6-.5.8s-.6.3-1 .3Zm0-3.3a1 1 0 0 0-.7.2l-.4.8h2.2c0-.3-.1-.6-.3-.8s-.4-.2-.8-.2m4.6 3.3v-3.8h.6v.5a1.2 1.2 0 0 1 1-.6c.3 0 .5 0 .7.2.1.1.3.3.3.5l.5-.5.7-.2c.4 0 .6.1.8.4q.3.3.3.9v2.6h-.5v-2.5l-.2-.6c-.2-.2-.3-.2-.6-.2-.2 0-.4 0-.6.2a1 1 0 0 0-.2.7v2.4h-.6v-2.5c0-.3 0-.5-.2-.6a.7.7 0 0 0-.5-.2h-.5a1 1 0 0 0-.3.4l-.1.5v2.4zm7.6 0c-.3 0-.6 0-.9-.2-.3-.1-.5-.4-.6-.7-.2-.3-.2-.6-.2-1s0-.7.2-1a1.7 1.7 0 0 1 1.5-1c.4 0 .7.1 1 .3.3.1.5.4.6.7l.2 1c0 .4 0 .7-.2 1-.1.3-.3.6-.6.7-.3.2-.6.3-1 .3Zm0-.5q.6 0 .9-.3c.2-.3.3-.7.3-1.1 0-.5 0-.8-.3-1a1 1 0 0 0-.9-.4c-.3 0-.6 0-.8.3s-.3.6-.3 1c0 .5 0 .9.3 1.2.2.2.5.3.8.3m4 .6a2 2 0 0 1-.7-.2l-.6-.3-.2-.7h.5l.3.4c.2.2.4.2.7.2l.6-.1c.2-.1.2-.3.2-.4 0-.4-.2-.6-.7-.7h-.5l-.8-.4a1 1 0 0 1-.3-.7l.2-.6.5-.4h1.4c.2 0 .3.2.5.3l.2.6-.5.1c0-.2-.2-.3-.3-.4a1 1 0 0 0-.6-.2 1 1 0 0 0-.5.2c-.2 0-.3.2-.3.4l.2.3.6.2.5.1.8.4c.2.2.2.4.2.7l-.1.6-.6.4zm2.6-1V753h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2l.1.5.4.2a.6.6 0 0 0 .3-.1v.5a1.4 1.4 0 0 1-.4.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8Zm5.2.9-1.3-3.8h.6l1 3 1.1-3h.6l-1.3 3.8zm3-4.7-.2-.1-.2-.3c0-.1 0-.2.2-.3l.3-.1h.3l.1.4-.1.3-.3.1Zm-.2 4.7v-3.8h.6v3.8zm3 0a2 2 0 0 1-.7 0l-.6-.4-.2-.7h.5l.3.4c.2.2.4.2.7.2l.6-.1c.2-.1.2-.3.2-.4 0-.4-.2-.6-.7-.7h-.5l-.8-.4a1 1 0 0 1-.3-.7l.2-.6.5-.4h1.4c.2 0 .3.2.4.3l.3.6-.5.1-.4-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.5.2c-.2 0-.3.2-.3.4l.2.3.6.2.5.1.8.4.2.7c0 .3 0 .5-.2.6 0 .2-.3.3-.5.4l-.7.2Zm2.6-4.7-.3-.1-.2-.3c0-.1 0-.2.2-.3l.3-.1h.3l.1.4-.1.3zm-.3 4.7v-3.8h.6v3.8zm2-1v-2.2h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2l.1.5.4.2a.7.7 0 0 0 .3-.1v.5a1.4 1.4 0 0 1-.4.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8m3.8 1c-.4 0-.7 0-1-.2l-.6-.7-.2-1c0-.4 0-.7.2-1a1.7 1.7 0 0 1 1.6-1c.3 0 .7.1 1 .3.2.1.4.4.5.7.2.3.3.6.3 1s-.1.7-.3 1c-.1.3-.3.6-.6.7-.2.2-.6.3-1 .3Zm0-.5c.3 0 .6-.1.8-.3.3-.3.4-.7.4-1.1 0-.5-.1-.8-.4-1a1 1 0 0 0-.8-.4c-.4 0-.7 0-.9.3s-.3.6-.3 1q0 .75.3 1.2.3.3.9.3m2.6.5v-3.8h.6v.5l.4-.4.6-.2h.4v.7a1 1 0 0 0-.5 0h-.4a1 1 0 0 0-.4.4v2.8zm4 0a2 2 0 0 1-.7 0l-.6-.4-.3-.7h.6l.3.4c.2.2.4.2.7.2l.6-.1.2-.4c0-.4-.2-.6-.7-.7h-.5l-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.4h1.3c.2 0 .4.2.5.3l.3.6-.6.1c0-.2-.1-.3-.3-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.5.2c-.2 0-.3.2-.3.4 0 .1 0 .2.2.3l.5.2.6.1c.3.1.6.2.7.4.2.2.3.4.3.7s0 .5-.2.6l-.5.4-.7.2Z"}),D.createElement("path",{fill:"#161B18",d:"M75.3 772.3v-5H77q1.2 0 1.8.6c.5.5.7 1.1.7 1.9s-.2 1.4-.7 1.9q-.6.6-1.8.6zm.8-.7h1c.4 0 .8-.1 1.1-.4s.5-.8.5-1.4-.2-1-.5-1.4c-.3-.3-.7-.4-1.2-.4h-.9zm5.5.9c-.5 0-.8-.2-1-.4-.2-.3-.3-.6-.3-1v-2.5h.7v2.3c0 .3 0 .5.2.7l.6.2q.45 0 .6-.3c.2-.2.3-.5.3-.8v-2h.7v3.6h-.7v-.4l-.5.4zm4.7 0-.7-.2-.4-.4v.4h-.8v-5.5h.8v2.3c0-.2.2-.3.4-.4l.7-.2a1.6 1.6 0 0 1 1.5 1l.2 1c0 .4 0 .7-.2 1l-.6.7c-.3.2-.5.3-.9.3m-.1-.7c.3 0 .5-.2.7-.4s.3-.5.3-1c0-.3 0-.6-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.8.3c-.2.3-.3.6-.3 1s.1.7.3 1c.2.1.5.3.8.3m2.5.5v-5.5h.8v5.5zm2.2-4.5-.4-.1a.5.5 0 0 1-.2-.4c0-.1 0-.2.2-.3l.4-.2c.1 0 .2 0 .3.2l.2.3c0 .2 0 .3-.2.4zm-.4 4.5v-3.7h.7v3.7zm1.7 0v-3.7h.7v.5l.5-.4.7-.2c.4 0 .7.1 1 .4.2.2.3.6.3 1v2.4h-.8V770c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2 1 1 0 0 0-.7.3l-.2.7v2.1zm-15.6 10.3c-.3 0-.5 0-.7-.2a1 1 0 0 1-.6-.5l-.3-.7.6-.1c0 .3.2.5.3.6.2.2.4.3.7.3s.5 0 .7-.3c.2-.1.3-.4.3-.7q0-.45-.3-.6a1 1 0 0 0-.7-.3h-.4v-.6h.3c.3 0 .5 0 .7-.2l.2-.6c0-.3 0-.5-.2-.6-.1-.2-.4-.3-.6-.3l-.6.2a1 1 0 0 0-.3.6H75a1.4 1.4 0 0 1 .8-1.2l.7-.1c.3 0 .5 0 .7.2a1.3 1.3 0 0 1 .7 1.1v.5l-.3.4-.3.2.6.5.2.8c0 .3 0 .6-.2.8q-.15.45-.6.6l-.8.2Zm4 0c-.3 0-.6 0-.9-.2a1 1 0 0 1-.5-.6l-.2-.7a1.4 1.4 0 0 1 .8-1.3l-.4-.5c-.2-.2-.2-.4-.2-.6 0-.3 0-.5.2-.7 0-.3.2-.4.5-.5.2-.2.4-.2.7-.2s.6 0 .8.2c.2 0 .4.2.5.5a1.4 1.4 0 0 1 0 1.3l-.5.5c.3.1.5.3.6.5.2.2.2.5.2.8s0 .5-.2.7c0 .3-.3.5-.5.6zm0-3q.45 0 .6-.3c.2-.1.3-.4.3-.6q0-.45-.3-.6a.9.9 0 0 0-.6-.3l-.6.3-.2.6c0 .2 0 .5.2.6.2.2.4.2.6.2Zm0 2.4c.3 0 .6 0 .7-.2.2-.2.3-.4.3-.7 0-.4 0-.6-.3-.8a1 1 0 0 0-.7-.2 1 1 0 0 0-.7.2c-.2.2-.3.4-.3.8 0 .3.1.5.3.7zm3 .5-.3-.1-.1-.3v-.4h.7l.2.4s0 .2-.2.3zm3 0-.9-.1a1 1 0 0 1-.5-.6l-.2-.7a1.4 1.4 0 0 1 .8-1.3l-.5-.5-.2-.6.2-.7c.1-.3.3-.4.5-.5.3-.2.5-.2.8-.2s.5 0 .8.2c.2 0 .3.2.5.5a1.4 1.4 0 0 1 0 1.3l-.5.5.6.5.2.8c0 .3 0 .5-.2.7a1 1 0 0 1-.5.6l-.9.2Zm0-3c.3 0 .5 0 .6-.2.2-.1.2-.4.2-.6 0-.3 0-.5-.2-.6a.9.9 0 0 0-.6-.3q-.45 0-.6.3-.3.15-.3.6c0 .2.1.5.3.6.1.2.3.2.6.2m0 2.5c.3 0 .5 0 .7-.2s.3-.4.3-.7c0-.4-.1-.6-.3-.8a1 1 0 0 0-.7-.2 1 1 0 0 0-.7.2c-.2.2-.3.4-.3.8 0 .3 0 .5.3.7zm3.6-2.2c-.2 0-.4 0-.6-.2-.2 0-.4-.2-.5-.4l-.1-.7.1-.6.5-.5.6-.1.6.1.5.5.2.6-.2.7-.5.4zm0-.5c.2 0 .4 0 .5-.2l.2-.6c0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2l-.2.5c0 .3 0 .5.2.6zm3 3.3c-.2 0-.4 0-.6-.2-.2 0-.3-.2-.4-.4l-.2-.7c0-.2 0-.4.2-.6 0-.2.2-.4.4-.5l.7-.1.6.1.4.5.2.6c0 .3 0 .5-.2.7 0 .2-.2.3-.4.4l-.6.2Zm0-.5c.3 0 .4 0 .6-.2l.1-.6-.1-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.6.2l-.1.5.1.6.6.2Zm-2.9.4h-.6l3.5-5.1h.5l-3.4 5Zm62.7-10.2v-5h.9v4.3h2.4v.7zm5.6.2c-.4 0-.7-.1-1-.3l-.7-.7-.2-1 .2-1c.2-.3.4-.6.7-.7.3-.2.6-.3 1-.3.3 0 .7 0 1 .3l.6.6.2 1c0 .5 0 .8-.2 1.1l-.7.7c-.2.2-.6.3-1 .3Zm0-.7c.3 0 .5-.2.7-.4s.3-.5.3-1c0-.3 0-.6-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.8.3c-.2.3-.3.6-.3 1s0 .7.3 1c.2.1.4.3.8.3m2.5.5v-3.7h.7v.5l.5-.4.6-.2c.5 0 .8.1 1 .4.3.2.4.6.4 1v2.4h-.8V770c0-.3 0-.5-.2-.6a.8.8 0 0 0-.6-.2c-.2 0-.5.1-.6.3a1 1 0 0 0-.3.7v2.1zm5.6.2c-.4 0-.7-.1-1-.3-.2-.1-.4-.4-.5-.7l-.2-1c0-.4 0-.8.2-1a1.6 1.6 0 0 1 2.2-.8c.2 0 .3.2.4.4v-2.3h.8v5.5h-.8v-.4l-.4.4zm.1-.7c.3 0 .5-.1.7-.4.2-.2.3-.5.3-1 0-.3 0-.7-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.8.3c-.2.2-.2.6-.2 1s0 .7.2 1c.2.1.5.3.8.3m4.3.7a2 2 0 0 1-1-.3l-.6-.7-.2-1c0-.4 0-.8.2-1 .2-.3.4-.6.7-.7.2-.2.6-.3 1-.3.3 0 .6 0 .9.3.3.1.5.4.6.6.2.3.3.7.3 1 0 .5-.1.8-.3 1.1-.1.3-.3.5-.6.7s-.6.3-1 .3m0-.7c.3 0 .6-.2.8-.4s.3-.5.3-1l-.3-.9a1 1 0 0 0-.8-.3 1 1 0 0 0-.7.3c-.2.3-.3.6-.3 1s0 .7.3 1c.2.1.4.3.7.3m2.6.5v-3.7h.7v.5l.5-.4.6-.2c.4 0 .8.1 1 .4.2.2.3.6.3 1v2.4h-.7V770l-.2-.6a.8.8 0 0 0-.6-.2q-.45 0-.6.3a1 1 0 0 0-.3.7v2.1zM154 782.5v-4.3l-1.2.8v-.7l1.3-1h.4v5.2h-.6Zm1.7 0v-.7a27 27 0 0 0 1.8-1.5l.4-.7.1-.8c0-.3 0-.5-.2-.7-.1-.2-.4-.3-.7-.3-.2 0-.5.1-.6.3a1 1 0 0 0-.3.7h-.6l.2-.8a1.4 1.4 0 0 1 1.3-.7c.5 0 .9.1 1.2.4.2.2.4.6.4 1s-.1.7-.3 1c0 .3-.3.6-.5 1a6.3 6.3 0 0 1-1.4 1.2h2.2v.6zm4.4 0-.3-.1-.1-.3v-.4h.7l.2.4s0 .2-.2.3zm3 0h-.7a1.6 1.6 0 0 1-.8-1.2 3.5 3.5 0 0 1 1-3.2 6 6 0 0 1 .9-.8l.3.5a4.2 4.2 0 0 0-1.3 1.3l-.4.8.5-.3c.2-.2.4-.2.7-.2a1.5 1.5 0 0 1 1.3.8 1.6 1.6 0 0 1 0 1.6l-.6.6-.8.2Zm0-.5.6-.1a1 1 0 0 0 .5-1l-.1-.5a1 1 0 0 0-1-.5c-.1 0-.3 0-.5.2a1 1 0 0 0-.3.3l-.2.6c0 .2 0 .4.2.5 0 .2.2.3.3.4l.6.1Zm3.7-2.2c-.2 0-.4 0-.6-.2-.2 0-.3-.2-.4-.4l-.2-.7c0-.2 0-.4.2-.6 0-.2.2-.4.4-.5l.6-.1.7.1.4.5.2.6c0 .3 0 .5-.2.7 0 .2-.2.3-.4.4zm0-.5c.3 0 .4 0 .5-.2.2-.1.2-.3.2-.6 0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.3 0-.5.2l-.2.5.2.6zm3 3.3c-.2 0-.4 0-.6-.2l-.4-.4-.2-.7.2-.6.4-.5.7-.1.6.1.5.5.1.6-.1.7-.5.4-.6.2Zm0-.5c.3 0 .5 0 .6-.2l.2-.6c0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2l-.2.5c0 .3 0 .5.2.6l.5.2Zm-2.9.4h-.5l3.4-5.1h.6l-3.5 5Zm63.9-10.2v-5h1l2.2 3.7v-3.7h.8v5h-.9l-2.3-3.9v4h-.8Zm6.5.2a2 2 0 0 1-1-.3l-.5-.7c-.2-.3-.3-.6-.3-1s.1-.8.3-1c.1-.4.3-.6.6-.8l1-.2c.5 0 .9.2 1.2.5s.4.7.4 1.3v.3h-2.7q0 .6.3.9c.2.2.5.3.7.3.3 0 .5 0 .6-.2l.4-.4.6.1c0 .4-.2.6-.5.8-.3.3-.6.4-1 .4Zm0-3.4a1 1 0 0 0-.6.3c-.2.1-.3.4-.4.7h2a1 1 0 0 0-.3-.7c-.1-.2-.4-.3-.7-.3m3 3.2-1-3.7h.8l.7 2.7.8-2.7h.8l.7 2.7.7-2.7h.8l-1 3.7h-.9l-.7-2.7-.8 2.7h-.8Zm7.6 0V770l-1.6-2.7h.9l1 1.9h.1l1.1-2h1l-1.7 2.8v2.3zm4 .2c-.4 0-.8-.1-1-.3l-.7-.7-.2-1c0-.4 0-.8.2-1 .2-.3.4-.6.7-.7.2-.2.6-.3 1-.3.3 0 .6 0 .9.3.3.1.5.4.6.6.2.3.3.7.3 1 0 .5-.1.8-.3 1.1-.1.3-.3.5-.6.7s-.6.3-1 .3Zm0-.7.7-.4c.2-.2.3-.5.3-1l-.3-.9a1 1 0 0 0-.8-.3 1 1 0 0 0-.7.3c-.2.3-.3.6-.3 1s0 .7.3 1c.2.1.4.3.7.3Zm2.5.5v-3.7h.7v.5c0-.2.2-.3.4-.4l.6-.2a1.3 1.3 0 0 1 .3 0v.8h-.4c-.3 0-.5 0-.6.2a1 1 0 0 0-.3.7v2.1zm2.8 0v-5.5h.7v3.4l1.5-1.6h1l-1.4 1.5 1.4 2.2h-.9l-1-1.7-.6.5v1.2zM232 782.5l-.4-.4a4 4 0 0 0 1.3-1.3l.4-.9-.5.4-.7.2-.8-.2a1.5 1.5 0 0 1-.7-1.4c0-.3 0-.6.2-.8l.6-.6.8-.2c.3 0 .6 0 .8.2a1.7 1.7 0 0 1 .8 1l.1.8a3.2 3.2 0 0 1-.4 1.5l-.7 1-.9.7Zm.2-2.6c.3 0 .6 0 .8-.2s.3-.5.3-.8a1 1 0 0 0-.3-.8 1 1 0 0 0-.8-.2 1 1 0 0 0-.7.2 1 1 0 0 0-.3.8c0 .3 0 .6.3.8zm3 2.6-.2-.1-.2-.3c0-.2 0-.3.2-.4h.6l.1.4-.1.3-.3.1Zm1.5-1.1v-.5l2.1-3.5h.7v3.4h.6v.6h-.6v1h-.6v-1zm.7-.6h1.5v-2.4zm4.7-1c-.2 0-.4 0-.6-.2-.2 0-.4-.2-.5-.4l-.1-.7.1-.6.5-.5.6-.1.6.1.5.5.1.6-.1.7-.5.4zm0-.5c.2 0 .4 0 .5-.2l.2-.6c0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2l-.2.5c0 .3 0 .5.2.6zm3 3.3c-.2 0-.4 0-.6-.2-.2 0-.3-.2-.4-.4l-.2-.7c0-.2 0-.4.2-.6 0-.2.2-.4.4-.5l.6-.1.7.1.4.5.2.6c0 .3 0 .5-.2.7 0 .2-.2.3-.4.4zm0-.5c.3 0 .4 0 .6-.2l.1-.6c0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.3 0-.5.2l-.1.5.1.6zm-3 .4h-.5l3.5-5.1h.5l-3.4 5Z"}),D.createElement("path",{fill:"#6C726E",d:"M56.1 827.6c-.2 0-.4 0-.6-.2a.8.8 0 0 1-.2-.6v-5c0-.3 0-.5.2-.7l.6-.2H63c.2 0 .4 0 .6.2s.2.4.2.6v5c0 .3 0 .5-.2.7s-.4.2-.6.2h-6.8Zm0-.8h4.5v-1.5H56v1.5Zm5.3 0H63V823h-1.5v3.8Zm-5.3-2.3h4.5V823H56v1.5Zm20.4-18.9v-4.5h-1.6v-.5h3.7v.5H77v4.5h-.6Zm4 .2c-.4 0-.7-.1-1-.3s-.5-.4-.6-.7c-.2-.3-.3-.6-.3-1s.1-.8.3-1a1.7 1.7 0 0 1 1.5-1c.4 0 .7 0 1 .3l.6.6.2 1c0 .5 0 .8-.2 1.1l-.6.7c-.3.2-.6.3-1 .3Zm0-.6c.3 0 .6-.1.8-.4.2-.2.3-.6.3-1 0-.5-.1-.8-.3-1a1 1 0 0 0-.9-.5c-.3 0-.6.2-.8.4-.2.3-.4.6-.4 1 0 .5.2.9.4 1.1.2.3.5.4.8.4Zm2.6 2v-5.3h.6v.6l.5-.5.7-.2a1.6 1.6 0 0 1 1.5 1l.2 1-.2 1-.6.7-.9.3-.7-.2-.5-.4v2zm1.7-2c.4 0 .6-.1.9-.4.2-.2.3-.6.3-1 0-.5-.1-.8-.3-1a1 1 0 0 0-.9-.5 1 1 0 0 0-.8.4c-.2.3-.3.6-.3 1 0 .5 0 .9.3 1.1.2.3.5.4.8.4m6.2.6c-.4 0-.7-.1-1-.3l-.6-.7-.2-1c0-.4.1-.8.3-1a1.7 1.7 0 0 1 1.5-1c.4 0 .8.1 1 .3.3.3.5.6.6 1H92a1 1 0 0 0-.3-.5 1 1 0 0 0-.7-.3 1 1 0 0 0-.9.4c-.2.3-.3.6-.3 1 0 .5.1.9.3 1.1.3.3.5.4.9.4.5 0 .8-.2 1-.8l.5.2c0 .3-.2.6-.5.8s-.6.4-1 .4m4 0c-.4 0-.7-.1-1-.3l-.6-.7-.2-1c0-.4 0-.8.2-1a1.7 1.7 0 0 1 1.6-1c.4 0 .7 0 1 .3l.6.6.2 1c0 .5 0 .8-.2 1.1l-.6.7c-.3.2-.6.3-1 .3m0-.6c.4 0 .6-.1.9-.4.2-.2.3-.6.3-1 0-.5-.1-.8-.3-1a1 1 0 0 0-.9-.5c-.3 0-.6.2-.9.4-.2.3-.3.6-.3 1 0 .5.1.9.3 1.1.3.3.6.4 1 .4Zm2.7.4V802h.5v.5l.5-.4.7-.2c.4 0 .7.1 1 .4.2.2.3.5.3 1v2.4h-.6v-2.4a1 1 0 0 0-.3-.7.9.9 0 0 0-.6-.2c-.2 0-.4 0-.5.2a1 1 0 0 0-.3.4l-.1.5v2.2h-.6Zm4.2-1v-2.1h-.6v-.6h.6v-1h.6v1h.9v.6h-.9v2l.1.5.4.1a.7.7 0 0 0 .4 0v.5h-.2l-.3.1a1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7Zm3.7 1.2-.9-.3-.6-.7-.2-1 .2-1 .6-.8 1-.2c.5 0 .9.2 1.2.5s.4.7.4 1.3a2 2 0 0 1 0 .3h-2.8c0 .4.2.7.4 1 .2.2.4.3.8.3.3 0 .5 0 .6-.2l.4-.5.5.2c0 .3-.2.5-.5.7-.3.3-.6.4-1 .4Zm0-3.5a1 1 0 0 0-.7.3c-.2.2-.3.4-.3.8h2.1c0-.3-.1-.6-.3-.8s-.4-.3-.8-.3m2.7 3.3V802h.5v.5l.5-.4.7-.2c.4 0 .7.1 1 .4.2.2.3.5.3 1v2.4h-.6v-2.4a1 1 0 0 0-.3-.7.9.9 0 0 0-.6-.2c-.2 0-.3 0-.5.2a1 1 0 0 0-.3.4l-.1.5v2.2h-.6Zm4.2-1v-2.1h-.6v-.6h.6v-1h.6v1h.9v.6h-.9v2l.1.5.4.1a.7.7 0 0 0 .4 0v.5h-.2l-.3.1a1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7Zm6.1 1.2a1.4 1.4 0 0 1-1.1-.7v.5h-.6v-5.5h.6v2.3l.4-.4.7-.2c.4 0 .7 0 1 .3.2.1.4.3.5.6l.2 1c0 .5 0 .8-.2 1.1-.1.3-.3.5-.6.7q-.3.3-.9.3m0-.6c.3 0 .6-.1.8-.4.2-.2.3-.6.3-1 0-.5-.1-.8-.3-1a1 1 0 0 0-.8-.5 1 1 0 0 0-.9.4c-.2.3-.3.6-.3 1 0 .5.1.9.3 1.1.3.3.5.4.9.4m2.8 2h-.3l-.2-.1v-.6l.1.1h.3l.4-.1.3-.5.1-.4-1.4-3.7h.6l1.1 3 1.1-3h.6l-1.6 4.2a2 2 0 0 1-.5.8 1 1 0 0 1-.6.3m5.4 0v-5.3h.6v.6l.5-.5.7-.2a1.6 1.6 0 0 1 1.5 1l.2 1-.2 1-.6.7-.9.3-.7-.2-.5-.4v2zm1.7-2c.4 0 .6-.1.9-.4.2-.2.3-.6.3-1 0-.5-.1-.8-.3-1a1 1 0 0 0-.9-.5 1 1 0 0 0-.8.4c-.2.3-.3.6-.3 1 0 .5.1.9.3 1.1.2.3.5.4.8.4m3.8.6c-.3 0-.7-.1-.9-.4a1 1 0 0 1-.4-.8l.2-.6.6-.4.7-.1a3.8 3.8 0 0 1 1 .1v-.4c0-.3 0-.5-.2-.6a1 1 0 0 0-.7-.3c-.5 0-.8.3-1 .7l-.5-.1c0-.4.3-.6.5-.8.3-.2.6-.3 1-.3.5 0 .9.1 1.1.4.3.2.4.6.4 1v2.4h-.5v-.4l-.5.4zm.1-.6.6-.1.4-.4.2-.6-1-.2-.7.2c-.2.1-.2.3-.2.5s0 .3.2.5zm4.3 2h-.7l-.6-.5-.2-.5.5-.2c0 .2.2.4.4.5.1.2.4.2.6.2.4 0 .7 0 .9-.3l.2-.9v-.6l-.5.5c-.2.2-.4.2-.7.2a1.5 1.5 0 0 1-1.4-.9l-.2-1c0-.4 0-.8.2-1l.6-.7a1.6 1.6 0 0 1 1.5 0c.2 0 .4.2.5.4v-.5h.6v3.6c0 .4 0 .7-.2 1l-.6.6-.9.2Zm0-2.1c.2 0 .4 0 .6-.2l.4-.4.1-.8-.1-.8a1 1 0 0 0-.4-.4 1 1 0 0 0-.6-.2 1 1 0 0 0-.5.2 1 1 0 0 0-.4.4c-.2.2-.2.5-.2.8s0 .6.2.8c0 .2.2.3.4.4zm4.3.7-.9-.3c-.3-.2-.5-.4-.6-.7l-.2-1c0-.4 0-.7.2-1l.6-.8 1-.2c.4 0 .9.2 1.1.5.3.3.5.7.5 1.3a2 2 0 0 1 0 .3h-2.8c0 .4.1.7.3 1 .2.2.5.3.8.3s.6 0 .7-.2c.2-.1.3-.3.3-.5l.6.2-.5.7c-.3.3-.6.4-1 .4Zm0-3.5a1 1 0 0 0-.7.3l-.4.8h2.2c0-.3-.1-.6-.3-.8s-.4-.3-.8-.3m3.5 3.3L143 802h.7l1 3 1-3h.7l-1.4 3.7h-.6Zm3-4.6-.3-.1-.1-.3.1-.3.3-.2c.1 0 .2 0 .3.2l.1.3v.3zm-.3 4.6V802h.6v3.7h-.6Zm3.2.2-.9-.3-.6-.7-.2-1c0-.4 0-.7.2-1l.6-.8 1-.2c.5 0 .9.2 1.2.5s.4.7.4 1.3a2 2 0 0 1 0 .3h-2.8c0 .4.1.7.3 1 .2.2.5.3.8.3s.6 0 .7-.2l.4-.5.5.2c0 .3-.3.5-.5.7-.3.3-.6.4-1 .4Zm0-3.5a1 1 0 0 0-.7.3l-.4.8h2.2c0-.3-.1-.6-.3-.8s-.4-.3-.8-.3m3.2 3.3-1-3.7h.6l.7 3 .9-3h.6l.8 3 .8-3h.6l-1 3.7h-.7l-.8-3-.9 3zm6 .2a2 2 0 0 1-.7-.2c-.2 0-.4-.2-.6-.4l-.2-.6h.6l.3.4c.1.2.3.2.6.2l.6-.1c.2-.1.3-.3.3-.5 0-.3-.3-.5-.8-.6h-.5l-.7-.4a1 1 0 0 1-.3-.7c0-.3 0-.4.2-.6 0-.2.2-.3.5-.4l.7-.1.6.1c.2 0 .3.2.5.3l.2.6-.5.1c0-.2-.2-.4-.3-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.6.2c-.2 0-.2.2-.2.3l.1.4.6.2.5.1c.3 0 .6.2.8.4s.3.4.3.7l-.2.6-.5.4z"}),D.createElement("rect",{width:50.4,height:13.1,x:252.5,y:798.6,fill:"#FFE4B1",rx:6.5}),D.createElement("path",{fill:"#684500",d:"M257.6 807.4v-4h1.5c.3 0 .5 0 .7.2.2 0 .4.2.5.4l.2.7c0 .3 0 .5-.2.7a1 1 0 0 1-.5.4l-.7.1h-.9v1.5zm1.5-3.4h-.9v1.4h1c.2 0 .3 0 .5-.2l.2-.5-.2-.5a.8.8 0 0 0-.6-.2m2.9 3.5a1 1 0 0 1-.8-.2.9.9 0 0 1-.3-.7c0-.2 0-.4.2-.5l.4-.3.6-.1a3 3 0 0 1 .8.1v-.3c0-.2 0-.3-.2-.4a.7.7 0 0 0-.5-.2l-.4.1-.3.4-.5-.1c0-.3.2-.5.4-.7l.8-.2c.4 0 .7.1 1 .3q.3.3.3.9v1.8h-.6v-.3l-.4.3a1 1 0 0 1-.5.1m.1-.5c.2 0 .4 0 .6-.2l.2-.5-.7-.2c-.2 0-.4 0-.5.2-.1 0-.2.1-.2.3l.2.3zm4.8-.4V805h-.5v-.5h.5v-.8h.6v.8h.7v.5h-.7v1.5c0 .3.1.4.4.4h.3v.5a1.4 1.4 0 0 1-.4 0l-.7-.1a.9.9 0 0 1-.2-.7m-2.5.8v-2.9h.5v.4l.4-.4h.4a1.2 1.2 0 0 1 .3 0v.6l-.4-.1c-.2 0-.3 0-.4.2-.2.2-.2.3-.2.6v1.6zm4.9-3.5-.3-.1-.2-.3c0-.1 0-.2.2-.3l.3-.1h.2l.2.4s0 .2-.2.3h-.2Zm-.3 3.5v-2.9h.6v3h-.6Zm2.3.1a1 1 0 0 1-.7-.2.9.9 0 0 1-.3-.7c0-.2 0-.4.2-.5l.4-.3.5-.1a3.1 3.1 0 0 1 .9.1v-.3c0-.2 0-.3-.2-.4a.7.7 0 0 0-.5-.2l-.4.1c-.2.1-.2.2-.3.4l-.5-.1c0-.3.2-.5.4-.7l.8-.2c.4 0 .7.1 1 .3q.3.3.3.9v1.8h-.6v-.3l-.4.3a1 1 0 0 1-.6.1m.2-.5c.2 0 .4 0 .6-.2l.2-.5-.8-.2c-.2 0-.3 0-.4.2-.1 0-.2.1-.2.3 0 .1 0 .2.2.3zm2.2.4v-4.3h.6v4.3zm4.2.1c-.2 0-.5 0-.7-.2-.2 0-.3-.3-.4-.5a2 2 0 0 1-.2-.8c0-.4 0-.6.2-.9a1.2 1.2 0 0 1 1.7-.6c.1.1.3.2.3.4V803h.6v4.3h-.5v-.3l-.4.3a1 1 0 0 1-.6.1Zm.1-.5q.45 0 .6-.3c.2-.1.3-.4.3-.7 0-.4-.1-.6-.3-.8a.8.8 0 0 0-.6-.2c-.2 0-.4 0-.6.2l-.2.8c0 .3 0 .6.2.7zm3.2.5a1 1 0 0 1-.7-.2.9.9 0 0 1-.3-.7l.1-.5.4-.3.6-.1a3.1 3.1 0 0 1 .9.1v-.3l-.2-.4a.7.7 0 0 0-.5-.2l-.5.1-.2.4-.5-.1c0-.3.2-.5.4-.7l.8-.2c.4 0 .7.1 1 .3l.2.9v1.8h-.5v-.3l-.4.3a1 1 0 0 1-.6.1m.1-.5c.3 0 .5 0 .6-.2.2-.1.3-.3.3-.5l-.8-.2c-.2 0-.3 0-.4.2-.2 0-.2.1-.2.3l.1.3zm2.5-.4V805h-.5v-.5h.5v-.8h.6v.8h.7v.5h-.7v1.5c0 .3.1.4.4.4h.2v.5h-.4l-.7-.1a.9.9 0 0 1-.2-.7Zm2.9 1a1 1 0 0 1-.8-.3.9.9 0 0 1-.3-.7c0-.2 0-.4.2-.5l.4-.3.6-.1a3 3 0 0 1 .8.1v-.3c0-.2 0-.3-.2-.4a.7.7 0 0 0-.5-.2l-.4.1-.3.4-.5-.1c0-.3.2-.5.4-.7l.8-.2c.4 0 .8.1 1 .3q.3.3.3.9v1.8h-.6v-.3l-.4.3a1 1 0 0 1-.5.1Zm.1-.6c.2 0 .4 0 .6-.2l.2-.5-.7-.2c-.2 0-.4 0-.5.2-.1 0-.2.1-.2.3l.2.3z"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__x)"},D.createElement("path",{fill:"#4E3300",d:"M294.4 806.7h.7V805h-.7v1.8Zm.3-2.5h.3v-.5h-.5v.5zm0 4a3 3 0 0 1-2.8-1.8 3 3 0 0 1-.3-1.2 3 3 0 0 1 2-2.9 3 3 0 0 1 1.1-.2c.5 0 .9 0 1.3.2a3.1 3.1 0 0 1 1 5 2 2 0 0 1-1 .7 3 3 0 0 1-1.3.3Zm0-.5c.7 0 1.3-.3 1.8-.8.5-.4.7-1 .7-1.7a2.4 2.4 0 0 0-2.5-2.5c-.6 0-1.2.2-1.7.7s-.7 1-.7 1.8c0 .7.2 1.3.7 1.7.5.5 1 .8 1.7.8"})),D.createElement("path",{fill:"#108080",d:"M77 822.9a2 2 0 0 1-1.8-1l-.2-1.3c0-.5.1-.8.3-1.2l.7-.8a2 2 0 0 1 1-.3c.5 0 .8.1 1.1.3l.8.8.2 1.2c0 .5 0 .9-.2 1.2a2 2 0 0 1-1.8 1Zm0-.5c.4 0 .6 0 .8-.2l.6-.6.2-1c0-.4 0-.7-.2-1a1.4 1.4 0 0 0-1.3-.8c-.3 0-.6 0-.8.2l-.6.6-.2 1 .2 1a1.4 1.4 0 0 0 1.4.8Zm3.2-3.6-.3-.1-.1-.3.1-.2.3-.1h.2l.1.3v.3zm-.3 4v-3.2h.5v3.2H80Zm1.8 0-.2-.1-.1-.3v-.2l.3-.2c.2 0 .2 0 .3.2l.1.2v.3zm1.6-4-.2-.1-.1-.3v-.2l.3-.1h.3l.1.3-.1.3zm-.2 4v-3.2h.5v3.2H83Zm2.7 0-.8-.1-.5-.6a2 2 0 0 1-.2-1l.2-.8.5-.6.8-.2c.5 0 .8.1 1 .4.3.3.5.6.5 1a2 2 0 0 1 0 .4h-2.4c0 .3 0 .6.2.8s.4.3.7.3l.6-.1.3-.5.5.2-.5.6q-.3.3-.9.3Zm0-2.9-.6.3c-.2.1-.3.4-.3.7h1.8c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.3m3.9 1.2v-.4h2v.4zm4.6 1.7v-4.4H96c.3 0 .5 0 .7.2a1 1 0 0 1 .6 1 1 1 0 0 1-.6.9 1 1 0 0 1 .7 1l-.1.7-.5.4-.7.2zm1.8-3.9h-1.2v1.3H96l.6-.1.2-.5c0-.3 0-.4-.2-.5a.8.8 0 0 0-.5-.2m-1.2 3.4H96c.3 0 .5 0 .6-.2l.2-.6c0-.2 0-.4-.2-.6a.8.8 0 0 0-.6-.2h-1v1.6Zm3.3.5v-3.2h.5v.4l.4-.4.5-.1h.2v.6l-.3-.1-.4.1-.3.4v2.3zm3.3 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7l.1-.5.5-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.3c-.4 0-.7.2-.8.6l-.5-.1.5-.7.8-.2c.4 0 .8 0 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3-.6.2Zm0-.4h.6l.3-.4.1-.5-.8-.2a1 1 0 0 0-.6.2l-.2.4c0 .2 0 .3.2.4l.5.1Zm3.5.5-.6-.1-.4-.4a1 1 0 0 1-.3-.5h.5l.3.3c.1.2.3.2.5.2l.6-.1.2-.4c0-.3-.2-.4-.7-.5l-.4-.1c-.2 0-.5-.1-.6-.3a.8.8 0 0 1-.3-.6c0-.2 0-.3.2-.5l.4-.3.6-.1h.5l.5.4.2.5h-.5c0-.1-.1-.3-.3-.3a.9.9 0 0 0-.4-.2c-.2 0-.4 0-.5.2-.1 0-.2.1-.2.3 0 .1 0 .2.2.3l.4.2h.5c.3.1.5.2.6.4q.3.15.3.6c0 .2 0 .4-.2.5a1 1 0 0 1-.4.4h-.7Zm2.3-4.1-.3-.1-.1-.3v-.2l.3-.1h.3l.1.3v.3zm-.3 4v-3.2h.5v3.2zm1.5 0V818h.5v4.7h-.5Zm2.7 0-.7-.1-.6-.6a2 2 0 0 1-.1-1c0-.2 0-.5.2-.8 0-.2.3-.4.5-.6l.7-.2c.5 0 .9.1 1.1.4.3.3.4.6.4 1a2 2 0 0 1 0 .4h-2.4c0 .3 0 .6.3.8.1.2.4.3.7.3l.5-.1c.2-.2.3-.3.3-.5l.5.2c0 .2-.2.4-.4.6-.3.2-.6.3-1 .3Zm0-2.9-.6.3-.3.7h1.8c0-.3 0-.5-.2-.7-.1-.2-.4-.3-.7-.3m2.5-1.1-.2-.1-.1-.3v-.2l.3-.1h.3l.1.3-.1.3zm-.2 4v-3.2h.5v3.2zm1.5 0v-3.2h.5v.4l.3-.4.5-.1h.3v.6l-.4-.1-.4.1-.2.4-.1.4v1.9zm3.5 0-.8-.1-.5-.6a2 2 0 0 1-.2-1c0-.3 0-.5.2-.8a1.4 1.4 0 0 1 1.3-.8c.3 0 .6 0 .8.2.3.1.4.3.6.6l.2.9-.2.9-.6.6-.8.2Zm0-.4c.3 0 .6-.1.8-.3l.2-1c0-.3 0-.6-.2-.8a1 1 0 0 0-.8-.3 1 1 0 0 0-.7.3q-.3.3-.3.9c0 .6.1.7.3.9s.4.3.7.3m3.4.5-.6-.1-.5-.4a1 1 0 0 1-.2-.5h.5l.2.3c.2.2.4.2.6.2l.5-.1c.2 0 .2-.2.2-.4 0-.3-.2-.4-.6-.5l-.4-.1a1 1 0 0 1-.7-.3.8.8 0 0 1-.2-.6l.1-.5.5-.3.6-.1h.5l.4.4.2.5h-.4l-.3-.3a.9.9 0 0 0-.4-.2c-.2 0-.4 0-.5.2-.2 0-.2.1-.2.3l.1.3.5.2h.4c.3.1.6.2.7.4.2.1.2.3.2.6l-.1.5a1 1 0 0 1-.5.4h-.6Zm3.7-.1v-3.2h.4v.4l.4-.4.6-.1c.4 0 .7 0 .8.3q.3.3.3.9v2h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.1h-.5l-.2.4-.1.5v1.9zm4.4 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.4-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2 0-.4-.2-.5a.9.9 0 0 0-.6-.3c-.5 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3-.7.2Zm.1-.4h.5l.4-.4v-.5l-.8-.2a1 1 0 0 0-.5.2c-.2 0-.2.2-.2.4l.1.4zm4.2.4v-4.4h.5v4.4zm1.5 0v-3.2h.5v.4l.4-.4.5-.1h.2v.6l-.3-.1-.4.1-.3.4v2.3zm2.5 0V818h.5v4.7h-.5Zm2.4 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5 0-.2.2-.3.4-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.3c-.4 0-.7.2-.8.6l-.4-.1c0-.3.2-.5.4-.7l.8-.2c.5 0 .8 0 1 .3.2.2.4.5.4.9v2h-.5v-.3l-.4.3-.7.2Zm.1-.4h.5l.3-.4.2-.5-.9-.2a1 1 0 0 0-.6.2l-.2.4c0 .2 0 .3.2.4zm2.4.4v-3.2h.5v.4l.4-.4.6-.1c.3 0 .6 0 .8.3q.3.3.3.9v2h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.6-.1h-.4l-.3.4v2.4zm4.8 0-.8-.1-.5-.6a2 2 0 0 1-.1-1l.1-.8.5-.6.8-.2.6.1.4.4v-1.9h.5v4.7h-.5v-.5c0 .2-.2.3-.4.4l-.6.2Zm0-.4c.3 0 .6 0 .8-.3l.2-1c0-.3 0-.6-.2-.8a.9.9 0 0 0-.7-.3c-.3 0-.6 0-.8.3l-.2.9c0 .4 0 .7.2.9s.5.3.8.3Zm3.4.5c-.3 0-.6-.1-.8-.3a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.4-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2 0-.4-.2-.5a.9.9 0 0 0-.6-.3c-.5 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3zm.1-.5h.5l.4-.4.1-.5-.9-.2a1 1 0 0 0-.5.2c-.2 0-.2.2-.2.4s0 .3.2.4zm2.5 1.1h-.4l.2-.7v-.1l.1-.3v-.2l.1-.2h.6v.3a11 11 0 0 0-.3.5zm3.3-.7v-4.4h1.7c.3 0 .5 0 .7.2a1 1 0 0 1 .6 1 1 1 0 0 1-.6.9 1 1 0 0 1 .7 1l-.1.7-.5.4-.7.2zm1.8-3.9h-1.2v1.3h1.1l.6-.1.2-.5c0-.3 0-.4-.2-.5a.8.8 0 0 0-.5-.2m-1.2 3.4h1.2c.3 0 .5 0 .6-.2l.2-.6c0-.2 0-.4-.2-.6a.8.8 0 0 0-.6-.2H158v1.6Zm3.3.5v-3.2h.5v.4l.4-.4.5-.1h.2v.6l-.3-.1-.4.1-.3.4v2.3zm3.3 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7l.1-.5.5-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.3c-.4 0-.7.2-.8.6l-.5-.1.5-.7.8-.2c.4 0 .8 0 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3-.6.2Zm0-.4h.6l.3-.4.1-.5-.8-.2a1 1 0 0 0-.6.2l-.2.4c0 .2 0 .3.2.4l.5.1Zm2.3.4v-.5l1.8-2.2H167v-.5h2.3v.4l-1.8 2.3h1.9v.5h-2.5Zm3.6-4-.3-.1v-.5l.3-.1h.3v.6zm-.3 4v-3.2h.6v3.2zm1.5 0V818h.6v4.7h-.6Zm1.8-4-.3-.1v-.5l.3-.1h.3v.6zm-.3 4v-3.2h.5v3.2zm2.5 0c-.4 0-.6 0-.8-.2a1 1 0 0 1-.3-.7l.1-.5.5-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2-.2-.4-.3-.5a.9.9 0 0 0-.6-.3c-.4 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.5-.7l.8-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3-.6.2Zm0-.4h.6l.3-.4.1-.5-.8-.2a1 1 0 0 0-.6.2l-.2.4c0 .2 0 .3.2.4l.5.1Zm2.5.4v-3.2h.5v.4l.3-.4.6-.1c.4 0 .7 0 .9.3l.2.9v2h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.1h-.4l-.3.4-.1.5v1.9zm4.6 0h-.6l-.5-.4a1 1 0 0 1-.2-.5h.4l.3.3c.1.2.3.2.6.2l.5-.1.2-.4c0-.3-.2-.4-.7-.5l-.4-.1-.6-.3a.8.8 0 0 1-.3-.6c0-.2 0-.3.2-.5l.4-.3.6-.1h.6l.4.4.2.5h-.5l-.2-.3a.9.9 0 0 0-.5-.2c-.2 0-.3 0-.5.2 0 0-.2.1-.2.3 0 .1 0 .2.2.3l.5.2h.4l.7.4.2.6c0 .2 0 .4-.2.5a1 1 0 0 1-.4.4zm3.9-4-.3-.1-.1-.3.1-.2.3-.1h.2l.1.3v.3zm-.3 4v-3.2h.5v3.2zm1.5 0v-3.2h.5v.4l.4-.4.6-.1c.3 0 .6 0 .8.3q.3.3.3.9v2h-.5v-2l-.2-.6a.8.8 0 0 0-.6-.1h-.4l-.3.4v2.4zm5.3 0v-4.4h.5v4.4zm1.5 0v-3.2h.5v.4l.4-.4.5-.1h.3v.6l-.4-.1-.4.1-.2.4-.1.4v1.9zm3.6 0-.8-.1c-.3-.2-.4-.4-.5-.6a2 2 0 0 1-.2-1c0-.2 0-.5.2-.8 0-.2.3-.4.5-.6l.7-.2c.5 0 .9.1 1.1.4.3.3.4.6.4 1a2 2 0 0 1 0 .4h-2.4c0 .3.1.6.3.8s.4.3.7.3l.5-.1c.2-.2.3-.3.3-.5l.5.2c0 .2-.2.4-.4.6-.3.2-.6.3-1 .3Zm0-2.9a1 1 0 0 0-.7.3l-.3.7h1.9a1 1 0 0 0-.3-.7c-.1-.2-.4-.3-.7-.3Zm2.2 2.9V818h.5v4.7h-.5Zm2.4 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.4-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.5-.3c-.5 0-.7.2-.9.6l-.4-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3-.7.2Zm.1-.4h.5l.4-.4v-.5l-.8-.2a1 1 0 0 0-.5.2c-.2 0-.3.2-.3.4l.2.4zm2.4.4v-3.2h.5v.4l.4-.4.6-.1c.3 0 .6 0 .8.3q.3.3.3.9v2h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.1h-.5l-.3.4v2.4zm4.8 0-.7-.1c-.3-.2-.4-.4-.5-.6a2 2 0 0 1-.2-1c0-.3 0-.5.2-.8 0-.3.2-.5.5-.6l.7-.2a1.2 1.2 0 0 1 1 .5v-1.9h.5v4.7h-.5v-.5c0 .2-.2.3-.4.4l-.6.2Zm0-.4c.4 0 .6 0 .8-.3.2-.2.2-.5.2-1 0-.3 0-.6-.2-.8a.9.9 0 0 0-.7-.3c-.3 0-.6 0-.7.3q-.3.3-.3.9c0 .6 0 .7.3.9.1.2.4.3.7.3ZM75.2 834.8v-4.3H78v.5h-2.1v1.5h1.9v.4h-2v2h-.5Zm3.6-4h-.2l-.1-.3v-.3l.3-.1.3.1.1.3-.1.2zm-.2 4v-3.2h.5v3.2zm1.5 0v-3.2h.5v.4l.3-.3.6-.2q.6 0 .9.3c.2.3.3.5.3.9v2.1H82v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.4.1c-.2.1-.2.2-.3.4l-.1.4v2H80Zm4.8.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9l.5-.6.8-.2a1.2 1.2 0 0 1 1 .6v-2h.5v4.7h-.5v-.4l-.4.4zm0-.4c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.4.4.7.4m5.5.4c-.3 0-.6 0-.8-.2-.3-.1-.4-.3-.6-.6a2 2 0 0 1-.2-.9l.2-.9a1.4 1.4 0 0 1 1.4-.8l.8.2.5.6.2 1c0 .3 0 .6-.2.8a1 1 0 0 1-.5.6c-.2.2-.5.2-.8.2m0-.4c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6-.1-.7-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.8.3c-.2.2-.2.5-.2 1 0 .3 0 .6.2.8s.5.4.8.4m3.4.4a1 1 0 0 1-.9-.3q-.3-.3-.3-.9v-2h.6v2c0 .3 0 .5.2.6l.5.2c.2 0 .3 0 .4-.2l.3-.3.1-.5v-1.9h.5v3.2h-.5v-.4c0 .2-.2.3-.4.4zm2.7-.9v-2H96v-.4h.5v-.9h.5v1h.7v.4H97v1.8l.1.4h.3a.6.6 0 0 0 .3 0v.5a1.2 1.2 0 0 1-.4 0c-.2 0-.4 0-.6-.2a.9.9 0 0 1-.2-.6m4.3.8-1-3.2h.6l.6 2.5.7-2.5h.6l.7 2.5.7-2.5h.5l-1 3.2h-.5l-.7-2.6-.7 2.6zm4 0v-4.7h.5v2c0-.2.2-.3.4-.4l.6-.2c.4 0 .7.1.9.4.2.2.3.5.3.8v2.1h-.6v-2c0-.3 0-.5-.2-.6a.7.7 0 0 0-.5-.2l-.5.1a1 1 0 0 0-.4.9v1.8zm3.9-4h-.3l-.1-.3.1-.3.3-.1.2.1.1.3v.2zm-.3 4v-3.2h.5v3.2zm2.8.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.3-.8c.4 0 .7.1 1 .3.1.2.3.5.3.8h-.5l-.2-.4a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.2.2.4.4.7.4.4 0 .7-.3.8-.7l.5.1c0 .3-.2.6-.4.7-.3.2-.6.3-1 .3Zm2.1 0V830h.5v2l.4-.4.6-.2c.4 0 .7.1.9.4.2.2.3.5.3.8v2.1h-.5v-2q0-.45-.3-.6a.7.7 0 0 0-.5-.2l-.5.1a1 1 0 0 0-.4.9v1.8h-.5Zm6.3 0c-.4 0-.6 0-.9-.2a1 1 0 0 1-.3-.8l.2-.5c.1-.2.3-.3.5-.3l.6-.1a3.1 3.1 0 0 1 .9.1v-.4c0-.2 0-.4-.2-.5a.9.9 0 0 0-.6-.2c-.5 0-.7.2-.8.6l-.5-.2c0-.2.2-.5.4-.6l.9-.3c.4 0 .7.1 1 .3.2.3.3.6.3 1v2h-.5v-.4l-.4.4-.7.1Zm0-.4.5-.1.4-.4.1-.5-.9-.1a1 1 0 0 0-.5.1c-.2 0-.2.2-.2.4s0 .3.2.4zm2.4.3v-3.2h.5v.5l.4-.4a1 1 0 0 1 .7-.2h.1v.6h-.8l-.2.4-.1.4v2h-.6Zm3.6.1c-.3 0-.6 0-.8-.2-.3-.1-.4-.3-.5-.6a2 2 0 0 1-.2-.9c0-.3 0-.6.2-.8 0-.3.3-.5.5-.7l.7-.2c.5 0 .9.2 1.1.4.3.3.4.7.4 1.1a2 2 0 0 1 0 .3h-2.4q0 .6.3.9c.2.2.4.3.7.3l.6-.2.2-.4.5.1c0 .3-.2.5-.4.7l-1 .2Zm0-3c-.3 0-.5.2-.7.3l-.3.7h1.9a1 1 0 0 0-.3-.7l-.7-.2Zm4.1 2.1v-2h-.5v-.4h.5v-.9h.5v1h.7v.4h-.7v1.8l.1.4h.3a.6.6 0 0 0 .3 0v.5a1.2 1.2 0 0 1-.4 0c-.2 0-.4 0-.6-.2a.9.9 0 0 1-.2-.6m2 .8v-4.7h.6v2c0-.2.2-.3.4-.4l.6-.2c.4 0 .6.1.8.4.2.2.3.5.3.8v2.1h-.5v-2c0-.3 0-.5-.2-.6a.7.7 0 0 0-.5-.2l-.5.1a1 1 0 0 0-.4.9v1.8h-.5Zm5 .1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.8l.5-.7.8-.2c.4 0 .8.2 1 .4.3.3.4.7.4 1.1a2 2 0 0 1 0 .3h-2.4q0 .6.3.9c.2.2.4.3.7.3l.6-.2.3-.4.4.1c0 .3-.2.5-.4.7l-1 .2Zm0-3c-.3 0-.5.2-.7.3l-.3.7h1.9a1 1 0 0 0-.3-.7l-.6-.2Zm3.9 3v-3.3h.4v.4a1 1 0 0 1 1-.5c.2 0 .4 0 .5.2.2 0 .3.2.3.4a1 1 0 0 1 1-.6c.3 0 .6.1.7.3.2.2.3.5.3.8v2.2h-.5v-2.1c0-.3 0-.4-.2-.5 0-.2-.2-.2-.4-.2s-.4 0-.6.2l-.2.6v2h-.5v-2.1l-.1-.5a.6.6 0 0 0-.5-.2l-.4.1-.2.3-.1.4v2h-.5Zm6.5 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.3-.8l.8.2.5.6c.2.3.2.6.2 1 0 .3 0 .6-.2.8 0 .3-.3.5-.5.6-.2.2-.5.2-.8.2m0-.4c.3 0 .6-.2.7-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.2.2.4.4.7.4m3.4.4h-.6l-.5-.4a1 1 0 0 1-.2-.5l.5-.1c0 .1 0 .3.2.4l.6.2c.2 0 .4 0 .5-.2l.2-.3q0-.45-.6-.6h-.4l-.7-.4a.8.8 0 0 1-.3-.6c0-.1 0-.3.2-.4l.4-.4h1.2l.4.3.2.5h-.5c0-.1 0-.2-.2-.3a.9.9 0 0 0-.5-.1l-.4.1c-.2 0-.2.2-.2.3l.1.3.5.2.4.1c.3 0 .5.2.7.3l.2.6-.1.6a1 1 0 0 1-.5.3zm2.2-.9v-2h-.5v-.4h.5v-.9h.5v1h.7v.4h-.7v1.8l.1.4h.3a.6.6 0 0 0 .3 0v.5a1.1 1.1 0 0 1-.4 0c-.2 0-.4 0-.6-.2a.9.9 0 0 1-.2-.6m3.7 2.1v-4.5h.5v.5c0-.2.2-.3.4-.4l.6-.2a1.3 1.3 0 0 1 1.3.8l.2 1-.2.8a1 1 0 0 1-.5.6c-.2.2-.5.2-.8.2l-.6-.1a1 1 0 0 1-.4-.4v1.7zm1.5-1.6c.3 0 .5-.2.7-.4s.2-.5.2-.9 0-.7-.2-.9a.9.9 0 0 0-.7-.3c-.3 0-.6.1-.7.3-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.1.2.4.4.7.4m3.6.4c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.3-.8l.8.2.5.6c.2.3.2.6.2 1 0 .3 0 .6-.2.8 0 .3-.3.5-.5.6-.2.2-.5.2-.8.2m0-.4c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.2.2.4.4.7.4m2.3 1.6v-4.5h.5v.5c0-.2.2-.3.4-.4l.6-.2.8.2.5.6.1 1-.1.8-.5.6c-.2.2-.5.2-.8.2l-.6-.1a1 1 0 0 1-.4-.4v1.7zm1.5-1.6.7-.4.2-.9c0-.4 0-.7-.2-.9a.9.9 0 0 0-.7-.3c-.3 0-.6.1-.7.3-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.1.2.4.4.7.4m3.3.4a1 1 0 0 1-.8-.3q-.3-.3-.3-.9v-2h.5v2c0 .3 0 .5.2.6l.5.2c.2 0 .4 0 .5-.2l.3-.3v-2.4h.6v3.2h-.5v-.4l-.4.4zm2.5 0V830h.5v4.7h-.5Zm2.4 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.5 0-.2.2-.3.4-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.4-.2c0-.2.2-.5.4-.6.2-.2.5-.3.8-.3.5 0 .8.1 1 .3.2.3.3.6.3 1v2h-.4v-.4l-.5.4zm0-.4.6-.1.3-.4.2-.5-.9-.1a1 1 0 0 0-.6.1l-.2.4c0 .2 0 .3.2.4l.5.2Zm2.5.3v-3.2h.5v.5c0-.2.2-.3.3-.4a1 1 0 0 1 .7-.2h.2v.6h-.8l-.3.4v2.4h-.6Zm5.3.1c-.3 0-.5 0-.7-.2-.3-.1-.4-.3-.5-.6a2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9 0-.2.2-.4.4-.6l.8-.2a1.2 1.2 0 0 1 1 .6v-2h.5v4.7h-.5v-.4l-.4.4zm0-.4c.3 0 .6-.2.8-.4s.2-.5.2-.9 0-.7-.2-.9a.9.9 0 0 0-.7-.3c-.3 0-.6.1-.7.3-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.1.2.4.4.7.4Zm3.5.4c-.4 0-.6 0-.9-.2a1 1 0 0 1-.3-.8l.2-.5c.1-.2.3-.3.5-.3l.6-.1a3.2 3.2 0 0 1 1 .1v-.4c0-.2-.2-.4-.3-.5a.8.8 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.2c0-.2.2-.5.4-.6l.9-.3c.4 0 .7.1 1 .3.2.3.3.6.3 1v2h-.5v-.4l-.4.4zm0-.4.5-.1.4-.4.1-.5-.9-.1a1 1 0 0 0-.5.1c-.2 0-.2.2-.2.4s0 .3.2.4zm2.6-.5v-2h-.5v-.4h.5v-.9h.6v1h.7v.4h-.7v2.2h.4a.6.6 0 0 0 .3 0v.5a1.2 1.2 0 0 1-.4 0c-.3 0-.5 0-.6-.2a.9.9 0 0 1-.3-.6m2.4-3.2h-.3l-.1-.3.1-.3.3-.1.2.1.1.3v.2zm-.3 4v-3.2h.5v3.2zm1.5 0v-3.2h.5v.4l.4-.3.6-.2c.3 0 .6.1.8.3.2.3.3.5.3.9v2.1h-.5v-2l-.2-.6a.8.8 0 0 0-.6-.2l-.4.1-.3.4v2.4h-.6Zm4.8 1.4-.6-.1c-.2 0-.4-.2-.5-.3a1 1 0 0 1-.2-.5l.4-.1.3.4.6.2c.3 0 .6-.1.7-.3.2-.2.2-.5.2-.8v-.5c0 .2-.2.3-.4.4l-.6.2a1.3 1.3 0 0 1-1.2-.7 2 2 0 0 1-.2-1c0-.3 0-.6.2-.8.1-.3.3-.5.5-.6a1.3 1.3 0 0 1 1.3 0c.2 0 .3.2.4.4v-.5h.5v3.1c0 .4 0 .6-.2.9 0 .2-.2.4-.5.5zm0-1.9h.5l.3-.5.1-.6v-.7l-.4-.4a.9.9 0 0 0-.5-.1 1 1 0 0 0-.5.1 1 1 0 0 0-.3.4l-.2.7c0 .2 0 .4.2.6 0 .2.2.3.3.4zm5 .6c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.5.1-.2.3-.3.4-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2 0-.4-.2-.5a.9.9 0 0 0-.6-.2c-.5 0-.7.2-.8.6l-.5-.2c0-.2.2-.5.4-.6.3-.2.5-.3.9-.3s.7.1 1 .3c.2.3.3.6.3 1v2h-.5v-.4l-.4.4zm.1-.4.5-.1.4-.4v-.5l-.8-.1a1 1 0 0 0-.5.1c-.2 0-.2.2-.2.4l.1.4zm2.4 1.6v-4.5h.5v.5l.4-.4.7-.2.7.2.5.6.2 1c0 .3 0 .6-.2.8a1 1 0 0 1-.5.6c-.2.2-.4.2-.7.2l-.7-.1a1 1 0 0 1-.4-.4v1.7zm1.5-1.6c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6-.1-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.4.4.7.4m2.2 1.6v-4.5h.5v.5l.4-.4.7-.2a1.3 1.3 0 0 1 1.2.8l.2 1c0 .3 0 .6-.2.8a1 1 0 0 1-.5.6c-.2.2-.5.2-.7.2l-.7-.1a1 1 0 0 1-.4-.4v1.7zm1.5-1.6c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6-.1-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.4.4.7.4m3.3.4h-.6l-.4-.4a1 1 0 0 1-.3-.5l.5-.1.3.4.5.2c.2 0 .4 0 .6-.2l.2-.3c0-.3-.2-.5-.7-.6h-.4c-.2-.1-.5-.2-.6-.4a.8.8 0 0 1-.3-.6c0-.1 0-.3.2-.4 0-.2.2-.3.4-.4h1.1c.2 0 .3.2.5.3l.2.5h-.5l-.3-.3a.9.9 0 0 0-.4-.1l-.5.1-.2.3c0 .1 0 .2.2.3l.4.2.5.1c.3 0 .5.2.6.3l.3.6c0 .2 0 .4-.2.6a1 1 0 0 1-.4.3zm4.7 0c-.4 0-.6 0-.8-.2a1 1 0 0 1-.3-.8l.1-.5c.1-.2.3-.3.5-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2-.2-.4-.3-.5a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.2c0-.2.2-.5.4-.6l.9-.3c.4 0 .7.1 1 .3.2.3.3.6.3 1v2h-.5v-.4l-.4.4zm0-.4.5-.1.4-.4.1-.5-.8-.1a1 1 0 0 0-.6.1c-.2 0-.2.2-.2.4s0 .3.2.4zm2.5.3v-3.2h.4v.4l.4-.3.6-.2c.4 0 .7.1.8.3.2.3.3.5.3.9v2.1h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.5.1-.2.4-.1.4v2h-.5Zm4.7.1c-.2 0-.5 0-.7-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9l.5-.6.7-.2a1.2 1.2 0 0 1 1 .6v-2h.6v4.7h-.5v-.4l-.4.4zm.1-.4c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6-.1-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.4.4.7.4m4.7.3-1-3.2h.6l.6 2.5.8-2.5h.5l.7 2.5.7-2.5h.5l-1 3.2h-.4l-.8-2.6-.7 2.6zm5.2.1c-.3 0-.5 0-.7-.2-.3-.1-.4-.3-.6-.6a2 2 0 0 1-.1-.9l.1-.8.6-.7.7-.2c.5 0 .8.2 1.1.4.3.3.4.7.4 1.1a2 2 0 0 1 0 .3h-2.4c0 .4 0 .7.3.9.1.2.4.3.7.3l.5-.2c.2-.1.3-.3.3-.4l.5.1c0 .3-.2.5-.5.7zm0-3-.6.3-.3.7h1.8c0-.3 0-.5-.2-.7l-.7-.2Zm3.8 3-.6-.1-.4-.4v.4h-.5v-4.7h.5v2c0-.2.2-.3.4-.4l.6-.2.8.2.5.6.1 1-.1.8-.5.6c-.3.2-.5.2-.8.2m0-.4c.2 0 .5-.2.6-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3l-.2 1c0 .3 0 .6.2.8l.7.4Zm3.3.4h-.6l-.5-.4a1 1 0 0 1-.2-.5l.5-.1c0 .1 0 .3.2.4l.6.2c.2 0 .4 0 .5-.2l.2-.3q0-.45-.6-.6h-.4l-.7-.4a.8.8 0 0 1-.3-.6c0-.1 0-.3.2-.4l.4-.4h1.2l.4.3.2.5h-.5c0-.1 0-.2-.2-.3a.9.9 0 0 0-.5-.1l-.4.1c-.2 0-.2.2-.2.3l.1.3.5.2.4.1c.3 0 .5.2.7.3l.2.6-.1.6a1 1 0 0 1-.5.3zm2.2-4c-.1 0-.2 0-.3-.2v-.5l.3-.1.3.1v.5l-.3.1Zm-.3 4v-3.3h.5v3.2h-.5Zm1.8-.9v-2h-.6v-.4h.6v-.9h.5v1h.7v.4h-.7v2.2h.4a.6.6 0 0 0 .3 0v.5a1.2 1.2 0 0 1-.4 0c-.3 0-.5 0-.6-.2a.9.9 0 0 1-.2-.6m3.1 1a1 1 0 0 1-.7-.3c-.3-.1-.4-.3-.6-.6a2 2 0 0 1-.1-.9c0-.3 0-.6.2-.8 0-.3.2-.5.5-.7l.7-.2c.5 0 .8.2 1.1.4.3.3.4.7.4 1.1a2 2 0 0 1 0 .3h-2.4c0 .4 0 .7.3.9.1.2.4.3.7.3l.5-.2c.2-.1.3-.3.3-.4l.5.1c0 .3-.2.5-.5.7l-.9.2Zm0-3c-.2 0-.4 0-.6.2l-.3.7h1.8c0-.3 0-.5-.2-.7zm3.4 3-.6-.2c-.2 0-.4-.2-.5-.3a1 1 0 0 1-.2-.5l.5-.1c0 .1 0 .3.2.4l.6.2c.2 0 .4 0 .5-.2l.2-.3q0-.45-.6-.6h-.4l-.7-.4a.8.8 0 0 1-.3-.6l.2-.4.4-.4h1.2l.4.3.2.5h-.5c0-.1 0-.2-.2-.3a.9.9 0 0 0-.5-.1l-.4.1c-.2 0-.2.2-.2.3l.1.3.5.2.4.1c.3 0 .5.2.7.3l.2.6-.1.6a1 1 0 0 1-.5.3l-.6.1Zm3.9-4.2h-.3v-.6l.3-.1.2.1.2.3s0 .2-.2.2zm-.3 4v-3.2h.5v3.2zm1.5 0v-3.2h.5v.4l.4-.3.6-.2c.3 0 .6.1.8.3.2.3.3.5.3.9v2.1h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.5.1-.3.4v2.4h-.6Zm4 0h-.4v-.6l.3-.1.3.1.1.3-.1.2-.3.2Zm1.6 0h-.3l-.1-.3.1-.3.3-.1.3.1v.5l-.3.2Zm1.6 0h-.2l-.1-.3v-.3l.3-.1.3.1.1.3v.2l-.4.2ZM76 846.9l-1.2-4.4h.6l.8 3.2v.3l.1-.3 1-3.2h.5l.9 3.2v.3l.1-.3.8-3.2h.5l-1 4.4h-.6l-.9-3.2v-.3h-.1l-.1.3-.9 3.2zm4.8 0V842h.5v2l.4-.4.6-.1c.4 0 .7 0 .9.3q.3.3.3.9v2h-.6v-2c0-.2 0-.4-.2-.6a.7.7 0 0 0-.5-.2c-.2 0-.3 0-.5.2a1 1 0 0 0-.4.8v1.9h-.5Zm4.6 0c-.4 0-.6 0-.8-.2a1 1 0 0 1-.4-.7l.2-.6.5-.3.6-.1a3.3 3.3 0 0 1 1 .1v-.3l-.3-.6a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.4l-.4.4-.6.2Zm0-.4.5-.1c.2 0 .3-.2.4-.3l.1-.5-.9-.2a1 1 0 0 0-.5.1c-.2.1-.2.3-.2.5 0 .1 0 .3.2.4zm2.6-.4v-2h-.5v-.4h.5v-1h.6v1h.7v.4h-.7v2.2l.4.1a.6.6 0 0 0 .3 0v.4a1 1 0 0 1-.4.1c-.3 0-.5 0-.6-.2a.9.9 0 0 1-.3-.6m5 .9-.8-.2-.5-.7a2 2 0 0 1-.1-.8l.1-1 .5-.5c.2-.2.5-.2.8-.2a1.2 1.2 0 0 1 1 .5v-2h.5v4.8H94v-.5c0 .2-.2.3-.4.4zm0-.5c.3 0 .6-.1.7-.3.2-.2.3-.5.3-1 0-.3 0-.6-.3-.8a.9.9 0 0 0-.7-.4c-.2 0-.5.1-.7.4l-.2.9c0 .4 0 .7.2.9s.5.3.7.3m3.8.5-.8-.2-.5-.7a2 2 0 0 1-.2-.8c0-.4 0-.7.2-1a1.4 1.4 0 0 1 1.3-.7c.3 0 .6 0 .8.2.2.1.4.3.5.6.2.2.2.5.2.9 0 .3 0 .6-.2.8 0 .3-.3.5-.5.7zm0-.5c.3 0 .6-.1.7-.3.2-.2.3-.5.3-1 0-.3 0-.6-.3-.8a1 1 0 0 0-.7-.4 1 1 0 0 0-.7.4q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m4.6-4h.4l-.2.7v.1l-.1.2a17 17 0 0 1-.2.4h-.6v-.2l.2-.3.1-.2zm1.2 0h.4l-.2.7v.1a9 9 0 0 0-.3.6h-.6l.1-.2.2-.3v-.2zm1.4 4.4v-4.4h.5v3.9h2v.5zm2.9-3 .2-.7v-.1a4 4 0 0 0 .2-.4v-.2h.7a10 10 0 0 1-.3.5v.2l-.4.7zm1.2 0 .2-.7v-.1l.1-.2a6 6 0 0 1 .2-.4h.6v.2l-.2.3-.1.2-.4.7zm5 3-.8-.1-.5-.7a2 2 0 0 1-.2-.8c0-.4 0-.7.2-1a1.4 1.4 0 0 1 1.3-.7c.3 0 .6 0 .8.2.2.1.4.3.5.6.2.2.2.5.2.9 0 .3 0 .6-.2.8 0 .3-.3.5-.5.7l-.8.2Zm0-.4c.3 0 .5-.1.7-.3s.3-.5.3-1c0-.3 0-.6-.3-.8a1 1 0 0 0-.7-.4 1 1 0 0 0-.7.4q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m2.3.4v-3.2h.5v.4l.3-.4.5-.1h.3v.6l-.4-.1-.4.1-.2.3-.1.5v1.9zm4.6-4.4h.5l-.3.7v.1l-.1.2a10 10 0 0 1-.1.4h-.7l.1-.2.2-.3v-.2zm1.2 0h.5l-.3.7v.3a10 10 0 0 1-.2.4h-.7l.1-.2.2-.3.1-.2zm1.4 4.4v-4.4h.6l2.1 3.5v-3.5h.5v4.4h-.5l-2.2-3.7v3.8h-.5Zm4.2-3 .2-.7v-.1a5 5 0 0 0 .3-.6h.6l-.1.2-.1.3-.2.2-.3.7zm1.2 0 .2-.7v-.1a5 5 0 0 0 .3-.6h.6v.2l-.2.3-.1.2-.4.7zm5 3-.8-.1-.5-.6a2 2 0 0 1-.2-1c0-.3 0-.6.2-.8a1.4 1.4 0 0 1 1.3-.8c.4 0 .7 0 1 .3.1.2.3.4.3.7l-.5.1c0-.2-.1-.3-.3-.5a.8.8 0 0 0-.5-.2 1 1 0 0 0-.7.4q-.3.3-.3.9c0 .6 0 .7.3.9.1.2.4.3.7.3.4 0 .7-.2.8-.7l.5.1c0 .4-.2.6-.5.8-.2.2-.5.3-.8.3Zm3 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.4-.3.6-.1a3.2 3.2 0 0 1 1 .1v-.3c0-.2 0-.4-.2-.6a.9.9 0 0 0-.6-.2c-.5 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.4l-.4.4-.7.2Zm.1-.4.5-.1c.2 0 .3-.2.4-.3v-.5l-.8-.2a1 1 0 0 0-.5.1c-.2.1-.2.3-.2.5l.1.4zm2.4.4v-3.2h.5v.4l.4-.4.5-.1h.2v.6l-.3-.1-.4.1-.3.3v2.4zm5.2 0h-.6l-.5-.4a1 1 0 0 1-.2-.5h.5s0 .2.2.3c.2.2.3.2.6.2l.5-.1.2-.4c0-.3-.2-.5-.6-.5l-.4-.1c-.3 0-.5-.2-.7-.3a.8.8 0 0 1-.3-.6l.2-.5.4-.3.6-.1h.6l.4.3.2.5-.5.1c0-.2 0-.3-.2-.4a.9.9 0 0 0-.5 0h-.4c-.2.1-.2.2-.2.4l.1.3.5.2h.4l.7.4.2.6-.1.5a1 1 0 0 1-.5.3l-.6.2Zm2.2-.8v-2h-.5v-.4h.5v-1h.5v1h.7v.4h-.7v1.8l.1.4.3.1a.6.6 0 0 0 .3 0v.4a1 1 0 0 1-.4.1c-.2 0-.4 0-.6-.2a.9.9 0 0 1-.2-.6m2.3-3.2-.2-.1-.2-.3s0-.2.2-.2l.2-.2c.1 0 .2 0 .3.2v.5h-.3Zm-.2 4v-3.2h.5v3.2zm2.7 0-.8-.1-.5-.6a2 2 0 0 1-.2-1l.2-.8a1.4 1.4 0 0 1 1.3-.8c.4 0 .7 0 1 .3l.4.7-.5.1c0-.2-.1-.3-.3-.5a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.4q-.3.3-.3.9c0 .6.1.7.3.9s.4.3.7.3c.5 0 .8-.2.9-.7l.5.1c-.1.4-.3.6-.5.8q-.3.3-.9.3Zm2.2 0V842h.5v3l1.4-1.4h.6l-1.2 1.2 1.2 2h-.6l-1-1.6-.4.5v1h-.5Zm4.3 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8c0-.4 0-.6.2-.9.1-.3.3-.5.5-.6.2-.2.5-.2.8-.2.5 0 .8.1 1 .4.3.2.4.6.4 1a2 2 0 0 1 0 .4h-2.4c0 .3.1.6.3.8s.4.3.7.3.5 0 .6-.2l.3-.4.4.1c0 .3-.2.5-.4.7q-.3.3-.9.3Zm0-2.9q-.45 0-.6.3-.3.15-.3.6h1.8c0-.2 0-.5-.2-.6a1 1 0 0 0-.7-.3m2.2 2.9v-3.2h.5v.4l.4-.4.5-.1h.2v.6l-.3-.1-.4.1-.3.3v2.4zm3.4 0h-.6l-.5-.4a1 1 0 0 1-.2-.5h.5l.2.3c.2.2.4.2.6.2l.5-.1c.2-.1.2-.2.2-.4 0-.3-.2-.5-.6-.5l-.4-.1c-.3 0-.5-.2-.7-.3a.8.8 0 0 1-.2-.6l.1-.5.5-.3.5-.1h.6l.4.3.2.5-.4.1c0-.2-.2-.3-.3-.4a.9.9 0 0 0-.5 0h-.4c-.2.1-.2.2-.2.4l.1.3.5.2h.4l.7.4c.2.1.2.3.2.6l-.1.5a1 1 0 0 1-.5.3l-.6.2Zm3.7 0v-3.2h.4v.4a1 1 0 0 1 1-.5l.5.1.3.4a1 1 0 0 1 1-.5c.3 0 .6 0 .7.3.2.2.3.4.3.7v2.3h-.5v-2.2c0-.2 0-.4-.2-.5l-.4-.2-.6.3-.2.6v2h-.5v-2.2l-.1-.5a.6.6 0 0 0-.5-.2l-.4.1-.2.4-.1.4v2zm6.4 0c-.3 0-.5 0-.7-.2-.3-.1-.4-.3-.6-.6a2 2 0 0 1-.1-.8c0-.4 0-.6.2-.9 0-.3.2-.5.5-.6.2-.2.4-.2.7-.2.5 0 .8.1 1.1.4.3.2.4.6.4 1a2 2 0 0 1 0 .4H172c0 .3 0 .6.3.8.1.2.4.3.7.3.2 0 .4 0 .5-.2.2 0 .3-.2.3-.4l.5.1c0 .3-.2.5-.5.7q-.3.3-.9.3Zm0-2.9-.6.3-.3.6h1.8c0-.2 0-.5-.2-.6-.1-.2-.4-.3-.7-.3m3.3 3c-.4 0-.6-.1-.8-.3a1 1 0 0 1-.3-.7l.1-.6.5-.3.6-.1a3.2 3.2 0 0 1 1 .1v-.3l-.3-.6a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.5-.7l.8-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.4c0 .2-.2.3-.4.4zm0-.5.6-.1.3-.3.1-.5-.8-.2a1 1 0 0 0-.6.1l-.2.5c0 .1 0 .3.2.4l.5.1Zm2.5.4v-3.2h.5v.4c0-.2.2-.3.3-.4l.6-.1c.4 0 .7 0 .9.3.2.2.2.5.2.8v2.2h-.5v-2c0-.4 0-.6-.2-.7a.8.8 0 0 0-.5-.2c-.2 0-.3 0-.4.2-.2 0-.3.2-.3.3l-.1.4v2zm5.4-4-.2-.1-.1-.3v-.2l.3-.2c.1 0 .2 0 .3.2v.5h-.3Zm-.2 4v-3.2h.5v3.2zm1.5 0v-3.2h.4v.4l.4-.4.6-.1c.4 0 .7 0 .8.3.2.2.3.5.3.8v2.2h-.5v-2c0-.4 0-.6-.2-.7a.8.8 0 0 0-.5-.2c-.2 0-.3 0-.4.2-.2 0-.3.2-.3.3l-.1.4v2zm5.2 0v-4.4h.6v4.4zm1.6 0v-3.2h.5v.4l.3-.4.5-.1h.4v.6l-.4-.1-.4.1-.3.3v2.4zm3.5 0c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8l.2-.9c.1-.3.3-.5.5-.6.3-.2.5-.2.8-.2.5 0 .8.1 1 .4.3.2.4.6.4 1a2 2 0 0 1 0 .4h-2.3c0 .3 0 .6.2.8s.4.3.7.3.5 0 .6-.2l.3-.4.5.1-.5.7q-.3.3-.9.3Zm0-2.9-.6.3q-.3.15-.3.6h1.8c0-.2 0-.5-.2-.6a1 1 0 0 0-.7-.3m2.2 2.9V842h.6v4.8h-.6Zm2.5 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7l.1-.6.5-.3.6-.1a3.2 3.2 0 0 1 1 .1v-.3l-.3-.6a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.1c.1-.3.2-.5.5-.7l.8-.2c.4 0 .8 0 1 .3q.3.3.3.9v2h-.5v-.4c0 .2-.2.3-.4.4l-.6.2Zm0-.4.6-.1.3-.3.1-.5-.8-.2a1 1 0 0 0-.6.1l-.2.5c0 .1 0 .3.2.4l.5.1Zm2.5.4v-3.2h.5v.4c0-.2.2-.3.4-.4l.5-.1c.4 0 .7 0 .9.3.2.2.3.5.3.8v2.2h-.5v-2c0-.4-.1-.6-.3-.7a.8.8 0 0 0-.5-.2c-.1 0-.3 0-.4.2l-.3.3-.1.4v2zm4.8 0-.8-.1-.5-.7a2 2 0 0 1-.2-.8l.2-1 .5-.5c.2-.2.5-.2.8-.2a1.2 1.2 0 0 1 1 .5v-2h.5v4.8h-.5v-.5c0 .2-.2.3-.4.4l-.6.2Zm0-.4c.3 0 .6-.1.7-.3.2-.2.3-.5.3-1 0-.3 0-.6-.3-.8a.9.9 0 0 0-.7-.4c-.3 0-.5.1-.7.4-.2.2-.2.5-.2.9s0 .7.2.9.4.3.7.3m3.3-1v-.5l.2-.3.4-.3.3-.3.1-.4c0-.2 0-.4-.2-.5l-.5-.2c-.2 0-.4 0-.5.2l-.2.4h-.5c0-.2 0-.4.2-.6l.4-.3.6-.2q.6 0 .9.3c.2.2.3.5.3.8a1.1 1.1 0 0 1-.3.8l-.3.3-.3.3v.5zm.3 1.4-.3-.1-.1-.3.1-.3h.6v.6zm3.8-1.7v-.4h3v.4zm7.3 1.8a2 2 0 0 1-1-.3 2 2 0 0 1-.7-.8l-.3-1.2c0-.5 0-.9.3-1.2.1-.3.4-.6.7-.8a2 2 0 0 1 1-.3 2 2 0 0 1 1.8 1c.2.4.3.8.3 1.3l-.3 1.2a2 2 0 0 1-.7.8 2 2 0 0 1-1 .3Zm0-.5.8-.2.6-.6.2-1-.2-1a1.4 1.4 0 0 0-1.4-.8c-.2 0-.5 0-.7.2l-.6.6-.2 1c0 .4 0 .7.2 1a1.4 1.4 0 0 0 1.3.8m3.1-3.6-.2-.1-.1-.3v-.2l.3-.2c.2 0 .2 0 .3.2l.1.2v.3h-.4Zm-.2 4v-3.2h.5v3.2zm1.8 0-.3-.1v-.6h.6l.1.3-.1.3zm1.6-4-.3-.1v-.5l.3-.2c.1 0 .2 0 .3.2v.5h-.3Zm-.3 4v-3.2h.6v3.2zm2.8 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8c0-.4 0-.6.2-.9.1-.3.3-.5.5-.6.2-.2.5-.2.8-.2.4 0 .8.1 1 .4.3.2.4.6.4 1v.4h-2.4c0 .3.1.6.3.8s.4.3.7.3.5 0 .6-.2l.3-.4.4.1c0 .3-.2.5-.4.7s-.5.3-1 .3Zm0-2.9q-.45 0-.6.3-.3.15-.3.6h1.8c0-.2 0-.5-.2-.6a1 1 0 0 0-.7-.3m3.9 1.2v-.4h2.9v.4h-3Zm5.6 1.7v-4.4h1.7l.6.1a1 1 0 0 1 .6 1 1 1 0 0 1-.5 1 1 1 0 0 1 .7 1c0 .3 0 .5-.2.7l-.5.4-.6.2zm1.7-3.9h-1.2v1.3h1.2l.5-.1c.2-.1.2-.3.2-.5 0-.3 0-.4-.2-.5a.8.8 0 0 0-.5-.2m-1.2 3.4h1.3c.2 0 .4 0 .5-.2l.3-.6c0-.3-.1-.4-.3-.6a.8.8 0 0 0-.5-.2h-1.3zm3.4.5v-3.2h.5v.4l.3-.4.5-.1h.3v.6l-.3-.1-.4.1c-.2 0-.2.2-.3.3l-.1.5v1.9zm3.2 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.4-.3.6-.1a3.2 3.2 0 0 1 1 .1v-.3c0-.2 0-.4-.2-.6a.9.9 0 0 0-.6-.2c-.5 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.4l-.4.4-.7.2Zm.1-.4.5-.1c.2 0 .3-.2.4-.3v-.5l-.8-.2a1 1 0 0 0-.5.1c-.2.1-.2.3-.2.5l.1.4zm3.5.5-.6-.1-.5-.4a1 1 0 0 1-.2-.5h.5s0 .2.2.3c.2.2.4.2.6.2l.5-.1.2-.4c0-.3-.2-.5-.6-.5l-.4-.1c-.3 0-.5-.2-.7-.3a.8.8 0 0 1-.3-.6l.2-.5.4-.3.6-.1h.6l.4.3.2.5-.5.1c0-.2 0-.3-.2-.4a.9.9 0 0 0-.5 0h-.4c-.2.1-.2.2-.2.4l.1.3.5.2h.4l.7.4.2.6-.1.5a1 1 0 0 1-.5.3zm2.2-4.1-.3-.1v-.5l.3-.2c.1 0 .2 0 .3.2v.5h-.3Zm-.3 4v-3.2h.6v3.2zm1.5 0V842h.5v4.8h-.5Zm2.8 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8c0-.4 0-.6.2-.9.1-.3.3-.5.5-.6.2-.2.5-.2.8-.2.4 0 .8.1 1 .4.3.2.4.6.4 1a2 2 0 0 1 0 .4h-2.4c0 .3.1.6.3.8s.4.3.7.3.5 0 .6-.2l.3-.4.4.1c0 .3-.2.5-.4.7s-.5.3-1 .3Zm0-2.9q-.45 0-.6.3-.3.15-.3.6h1.8l-.2-.6a1 1 0 0 0-.7-.3m2.5-1.1-.3-.1-.1-.3.1-.2.3-.2s.2 0 .2.2l.1.2v.3h-.3Zm-.3 4v-3.2h.5v3.2zm1.5 0v-3.2h.5v.4l.3-.4.5-.1h.4v.6l-.4-.1-.4.1-.3.3v2.4zm3.6 0-.8-.1-.6-.7a2 2 0 0 1-.2-.8l.2-1a1.4 1.4 0 0 1 1.4-.7c.3 0 .6 0 .8.2.2.1.4.3.5.6l.2.9c0 .3 0 .6-.2.8l-.5.7-.8.2Zm0-.4c.3 0 .5-.1.7-.3s.3-.5.3-1c0-.3-.1-.6-.3-.8a1 1 0 0 0-.7-.4 1 1 0 0 0-.8.4c-.2.2-.2.5-.2.9s0 .7.2.9.5.3.8.3m3.4.5-.7-.1-.4-.4a1 1 0 0 1-.3-.5h.5l.3.3c.1.2.3.2.6.2l.5-.1.2-.4c0-.3-.2-.5-.7-.5l-.4-.1-.6-.3a.8.8 0 0 1-.3-.6c0-.2 0-.4.2-.5l.4-.3.6-.1h.5l.5.3.2.5-.5.1c0-.2-.1-.3-.3-.4a.9.9 0 0 0-.4 0h-.5l-.2.4s0 .2.2.3l.4.2h.5l.7.4.2.6c0 .2 0 .4-.2.5a1 1 0 0 1-.4.3zm2.3-.1-.3-.1-.1-.3.1-.3h.6v.6zm1.7 0-.3-.1-.1-.3v-.3h.7l.1.3v.3l-.3.1Zm1.6 0-.3-.1v-.6h.6l.1.3-.1.3z"}),D.createElement("path",{fill:"#161B18",d:"M294.4 822.9c-.3 0-.6 0-.8-.2l-.5-.5-.1-.6a1.2 1.2 0 0 1 .7-1.1l-.4-.4a1 1 0 0 1-.2-.6c0-.2 0-.4.2-.6 0-.2.2-.3.4-.4l.7-.2c.2 0 .4 0 .6.2.2 0 .4.2.5.4a1.2 1.2 0 0 1 0 1.2l-.5.4.6.4.1.7-.1.6-.5.5zm0-2.6.5-.2.2-.6c0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.6.2l-.2.5.2.6zm0 2 .6-.1.2-.6c0-.3 0-.5-.2-.7a.9.9 0 0 0-.6-.2 1 1 0 0 0-.6.2 1 1 0 0 0-.3.7c0 .2 0 .4.3.6l.6.2Zm2-.5v-.4l1.9-3h.5v3h.6v.4h-.6v1h-.5v-1zm.6-.5h1.3v-2zm4.3 1.5h-.6a7.3 7.3 0 0 1 .6-2.7l.7-1.2h-2v-.5h2.6v.6a4.1 4.1 0 0 0-1.1 1.8l-.2 1zM294 835l-.6-.2a1.3 1.3 0 0 1-.7-1.1h.5c0 .2.1.4.3.5.1.2.3.2.6.2s.5 0 .6-.2c.2-.2.3-.5.3-.8a1 1 0 0 0-.3-.7.8.8 0 0 0-.6-.3l-.4.1a1 1 0 0 0-.4.3l-.5-.2.3-2.1h2.2v.5h-1.8l-.2 1.3a1.2 1.2 0 0 1 .9-.3 1.3 1.3 0 0 1 1.1.7l.2.7c0 .3 0 .6-.2.8l-.5.5c-.2.2-.4.2-.7.2Zm3.4-.1-.3-.4a3.5 3.5 0 0 0 1.1-1.1c.2-.3.3-.5.3-.8 0 .2-.2.3-.4.4l-.6.1c-.2 0-.5 0-.7-.2-.2 0-.3-.2-.4-.4-.2-.2-.2-.5-.2-.7 0-.3 0-.5.2-.7l.5-.5c.2-.2.5-.2.7-.2l.7.1a1.4 1.4 0 0 1 .7 1v.6a2.7 2.7 0 0 1-.3 1.3c-.1.3-.3.6-.6.8zm.2-2.3c.3 0 .5 0 .7-.2l.2-.6c0-.3 0-.5-.2-.7a.9.9 0 0 0-.7-.2c-.2 0-.5 0-.6.2a1 1 0 0 0-.3.7l.3.6c.1.2.4.2.6.2m3.6 2.3-.7-.1-.5-.4-.2-.5a3 3 0 0 1 .3-2c.1-.3.3-.6.6-.8l.7-.7.3.4a3.6 3.6 0 0 0-1.1 1.1c-.2.3-.3.5-.3.8 0-.2.2-.3.4-.4l.6-.1c.2 0 .5 0 .7.2.2 0 .3.2.4.4a1.4 1.4 0 0 1 0 1.4l-.5.5c-.2.2-.5.2-.7.2m0-.5h.4l.4-.4v-.9c-.1-.2-.2-.3-.4-.3a1 1 0 0 0-.4-.2 1 1 0 0 0-.5.2l-.3.3-.1.4.1.5.3.3zm-6.8 12.6c-.2 0-.4 0-.6-.2-.2 0-.4-.2-.5-.4l-.2-.6.5-.1c0 .2 0 .4.2.5l.6.3q.45 0 .6-.3.3-.15.3-.6l-.3-.6a1 1 0 0 0-.6-.2h-.4v-.5h.3c.3 0 .4 0 .6-.2l.2-.5c0-.2 0-.4-.2-.5l-.5-.2c-.2 0-.4 0-.5.2-.2 0-.3.2-.3.5l-.5-.1a1.2 1.2 0 0 1 .7-1h1.2a1.1 1.1 0 0 1 .6 1v.5l-.3.3-.2.2a1.1 1.1 0 0 1 .7 1.1 1.3 1.3 0 0 1-.7 1.2zm2-.1v-.6a21 21 0 0 0 1.6-1.3l.4-.6.1-.7c0-.2 0-.4-.2-.6l-.6-.2c-.2 0-.4 0-.5.2a1 1 0 0 0-.2.6h-.5l.1-.7a1.2 1.2 0 0 1 1.1-.6c.5 0 .8.1 1 .3.2.3.3.6.3 1l-.1.8-.5.8a5.3 5.3 0 0 1-1.2 1h1.9v.6h-2.6Zm4.8 0h-.7a1.3 1.3 0 0 1-.7-1.2h.5l.3.6.6.2q.45 0 .6-.3c.2-.2.3-.4.3-.7s-.1-.6-.3-.7a.8.8 0 0 0-.6-.3h-.4a1 1 0 0 0-.4.4l-.5-.2.3-2.2h2.2v.5h-1.8l-.2 1.3a1.2 1.2 0 0 1 .9-.3c.2 0 .4 0 .6.2.3.1.4.3.5.5l.2.8c0 .3 0 .5-.2.7-.1.3-.3.4-.5.6l-.7.2Z"}),D.createElement("mask",{id:"splash-screenshot_svg__y",fill:"#fff"},D.createElement("path",{d:"M327.2 557.2c0-4.5 3.7-8.1 8.1-8.1H600a8 8 0 0 1 8.1 8.1v28.4H327.2z"})),D.createElement("path",{fill:"#fff",d:"M327.2 557.2c0-4.5 3.7-8.1 8.1-8.1H600a8 8 0 0 1 8.1 8.1v28.4H327.2z"}),D.createElement("path",{fill:"#EBEEF0",d:"M327.2 549h281zm281 37.1h-281v-1h281zm-281-.5v-36.5zm281-36.5v36.5z",mask:"url(#splash-screenshot_svg__y)"}),D.createElement("path",{fill:"#161B18",d:"M340 568.8v-5h2c.5 0 .9.1 1.2.4.3.2.4.6.4 1.1 0 .3 0 .6-.2.9s-.5.5-1 .6l1.3 2h-.8l-1.2-2h-1v2zm2-4.3h-1.2v1.6h1.2c.3 0 .5 0 .6-.2q.3-.15.3-.6c0-.45-.1-.5-.3-.6a.9.9 0 0 0-.6-.2m3.8 4.5-.9-.3c-.3-.2-.5-.4-.6-.7-.2-.3-.2-.6-.2-1s0-.8.2-1c.1-.4.4-.6.6-.8l1-.2c.5 0 1 .2 1.2.5.3.3.5.7.5 1.3v.3h-2.8q0 .6.3.9c.2.2.5.3.8.3.2 0 .4 0 .6-.2l.3-.4.7.1c-.1.4-.3.6-.6.8-.2.3-.6.4-1 .4Zm0-3.4a1 1 0 0 0-.6.3c-.2.1-.3.4-.4.7h2a1 1 0 0 0-.3-.7c-.1-.2-.4-.3-.7-.3m2.7 2.2v-2h-.6v-.7h.6v-1h.8v1h.8v.7h-.8v1.9c0 .3.1.5.5.5h.2l.2-.1v.7a1.7 1.7 0 0 1-.6.1 1 1 0 0 1-.8-.3c-.2-.2-.3-.5-.3-.8m3.7 1.2c-.4 0-.8-.2-1-.4-.2-.3-.3-.6-.3-1V565h.7v2.3c0 .3.1.5.3.7l.5.2c.3 0 .5-.1.7-.3l.2-.8v-2h.8v3.6h-.8v-.4l-.4.4-.7.2Zm2.8-.2v-3.7h.8v.5c0-.2.2-.3.4-.4l.6-.2a1.3 1.3 0 0 1 .3 0v.8h-.5c-.2 0-.4 0-.6.2a1 1 0 0 0-.2.7v2.1zm2.8 0v-3.7h.8v.5c0-.2.2-.3.4-.4l.7-.2c.4 0 .8.1 1 .4.2.2.3.6.3 1v2.4h-.8v-2.3c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2 1 1 0 0 0-.7.3l-.2.7v2.1zm4.5-4.5-.3-.1a.5.5 0 0 1-.2-.4c0-.1 0-.2.2-.3l.3-.2c.2 0 .3 0 .4.2l.2.3c0 .2 0 .3-.2.4zm-.3 4.5v-3.7h.7v3.7zm1.7 0v-3.7h.7v.5l.5-.4.7-.2c.4 0 .7.1 1 .4.2.2.3.6.3 1v2.4h-.8v-2.3c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2 1 1 0 0 0-.7.3l-.2.7v2.1zm5.6 1.7c-.4 0-.8-.1-1-.3-.4-.3-.5-.5-.6-.9l.7-.1c0 .2.2.3.3.4l.6.2c.4 0 .6 0 .8-.3.2-.2.2-.5.2-.8v-.5l-.5.5-.7.1a1.5 1.5 0 0 1-1.3-.9c-.2-.2-.2-.6-.2-1s0-.7.2-1c.1-.3.3-.5.6-.7l.8-.2.6.1.5.5v-.5h.8v3.5a2 2 0 0 1-.5 1.4c-.3.3-.7.5-1.3.5m0-2.4c.3 0 .6 0 .7-.3q.3-.3.3-.9c0-.6 0-.7-.3-.9a1 1 0 0 0-1.4 0c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.5.3.7.3m5.5.7-1.4-3.7h.8l1 2.8 1-2.8h.8l-1.4 3.7zm3.2-4.5-.4-.1a.5.5 0 0 1-.1-.4l.1-.3.4-.2c.1 0 .2 0 .3.2l.2.3c0 .2 0 .3-.2.4zm-.4 4.5v-3.7h.8v3.7zm3 .2c-.4 0-.7-.1-1-.4-.3-.2-.5-.4-.5-.8l.7-.1c0 .2.1.3.3.4l.6.2.5-.1c.2-.1.2-.2.2-.4s0-.3-.2-.4l-.5-.2h-.4l-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.4.7-.1c.4 0 .7 0 1 .2l.5.8-.7.1c0-.2-.2-.3-.3-.3a1 1 0 0 0-.5-.2c-.2 0-.3 0-.5.2 0 0-.2.1-.2.3 0 0 0 .2.2.3l.5.2h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.6.4a2 2 0 0 1-.7.2Zm2.6-4.7-.3-.1a.5.5 0 0 1-.2-.4c0-.1 0-.2.2-.3a.5.5 0 0 1 .7 0l.2.3-.2.4zm-.3 4.5v-3.7h.7v3.7zm2-1v-2h-.6v-.7h.6v-1h.7v1h.9v.7h-.9v1.9c0 .3.2.5.5.5h.2l.2-.1v.7a1.6 1.6 0 0 1-.6.1 1 1 0 0 1-.7-.3c-.2-.2-.3-.5-.3-.8m3.8 1.2a2 2 0 0 1-1-.3l-.6-.7-.2-1c0-.4 0-.8.2-1 .2-.3.4-.6.7-.7.2-.2.6-.3 1-.3.3 0 .6 0 .9.3.3.1.5.4.6.6.2.3.3.7.3 1 0 .5-.1.8-.3 1.1-.1.3-.3.5-.6.7s-.6.3-1 .3m0-.7c.3 0 .6-.2.8-.4s.3-.5.3-1l-.3-.9a1 1 0 0 0-.8-.3 1 1 0 0 0-.7.3c-.2.3-.3.6-.3 1s0 .7.3 1c.2.1.4.3.7.3m2.6.5v-3.7h.7v.5c0-.2.2-.3.4-.4l.6-.2a1.3 1.3 0 0 1 .3 0v.8h-.4c-.3 0-.5 0-.6.2a1 1 0 0 0-.3.7v2.1zm4 .2c-.5 0-.9-.1-1.2-.4-.2-.2-.4-.4-.5-.8l.8-.1c0 .2.1.3.3.4l.5.2.6-.1.2-.4c0-.2 0-.3-.2-.4l-.5-.2h-.5l-.8-.4a1 1 0 0 1-.3-.7l.2-.6.6-.4.7-.1c.4 0 .7 0 1 .2.2.2.4.5.4.8l-.7.1c0-.2-.1-.3-.2-.3a1 1 0 0 0-.5-.2c-.2 0-.4 0-.5.2-.1 0-.2.1-.2.3l.1.3.5.2h.5l.9.4.2.8c0 .2 0 .4-.2.6 0 .2-.3.3-.5.4a2 2 0 0 1-.8.2Z"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__z)"},D.createElement("path",{fill:"#108080",d:"M403.7 568.6h.6v-2h-.6zm.3-2.7.2-.1.1-.3v-.2h-.6v.5h.3Zm0 4.4a3.3 3.3 0 0 1-3.1-2 3.3 3.3 0 0 1 0-2.7 3.5 3.5 0 0 1 1.8-1.8 3.3 3.3 0 0 1 2.6 0 3.4 3.4 0 0 1 1 5.5c-.2.3-.6.5-1 .7s-.8.3-1.3.3m0-.7c.7 0 1.4-.3 2-.8a3 3 0 0 0 .7-1.9 3 3 0 0 0-.8-2c-.5-.4-1.2-.7-2-.7-.7 0-1.3.3-1.8.8s-.8 1.1-.8 1.9.3 1.4.8 2a3 3 0 0 0 1.9.7"})),D.createElement("path",{fill:"#fff",d:"M327.2 585.6h281V856c0 4.4-3.7 8-8.2 8H335.3a8.1 8.1 0 0 1-8-8V585.6Z"}),D.createElement("mask",{id:"splash-screenshot_svg__A",fill:"#fff"},D.createElement("path",{d:"M339.4 585.6H596V625H339.4z"})),D.createElement("path",{fill:"#EBEEF0",d:"M596 625v-.5H339.4v1H596z",mask:"url(#splash-screenshot_svg__A)"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__B)"},D.createElement("path",{fill:"#6C726E",d:"M348 608.7v-1.2a1.2 1.2 0 0 1 .6-1.1 6 6 0 0 1 4-.5c.5 0 1 .3 1.4.5.2 0 .4.2.5.4l.2.7v1.2h-6.8Zm7.5 0v-1.3c0-.3 0-.6-.2-.9s-.4-.5-.8-.7a5.2 5.2 0 0 1 2 .6l.5.4c.2.2.2.4.2.6v1.3zm-4.2-3.4a2 2 0 0 1-1.2-.5c-.3-.3-.5-.7-.5-1.2s.2-.9.5-1.2a2 2 0 0 1 1.2-.5c.5 0 .9.2 1.2.5s.5.7.5 1.2-.2.9-.5 1.2-.7.5-1.2.5m4.2-1.7c0 .5-.1.9-.5 1.2-.3.3-.7.5-1.1.5a2.5 2.5 0 0 1-.6 0l.4-.8a2.4 2.4 0 0 0 0-1.7l-.4-.8h.6c.4 0 .8 0 1.1.4.4.3.5.7.5 1.2m-6.7 4.2h5v-.5l-.2-.2a5.3 5.3 0 0 0-2.3-.5l-1.2.1-1.1.4-.2.2zm2.5-3.3c.3 0 .4-.1.6-.3l.3-.6-.3-.6a.8.8 0 0 0-.6-.2c-.2 0-.4 0-.6.2l-.2.6c0 .2 0 .4.2.6z"})),D.createElement("path",{fill:"#161B18",d:"M371.7 606c-.6 0-1.2-.2-1.7-.5a3 3 0 0 1-1.2-1 2.7 2.7 0 0 1 0-3l1.2-.9a3 3 0 0 1-.9-1 2 2 0 0 1-.3-1.1c0-.5 0-1 .3-1.4s.6-.8 1-1c.5-.2 1-.4 1.6-.4s1 .2 1.5.4.8.6 1 1c.3.4.5.9.5 1.4 0 .4-.2.8-.4 1.1a3 3 0 0 1-1 1c.5.2 1 .6 1.2 1 .3.4.5.9.5 1.4 0 .6-.2 1-.4 1.5a3 3 0 0 1-1.2 1 3 3 0 0 1-1.7.4Zm0-6c.5 0 1-.1 1.2-.4.4-.3.5-.7.5-1.2 0-.4-.1-.8-.5-1-.3-.4-.7-.5-1.2-.5s-.9.1-1.2.4c-.4.3-.5.7-.5 1.1 0 .5.1.9.5 1.2.3.3.7.4 1.2.4m0 4.8c.6 0 1-.2 1.5-.5.4-.4.6-.8.6-1.4q0-.75-.6-1.2c-.4-.4-1-.5-1.5-.5-.6 0-1 .1-1.5.5-.3.3-.5.7-.5 1.2 0 .6.2 1 .5 1.4.4.3 1 .5 1.5.5m5.6 1a1 1 0 0 1-.7-.3 1 1 0 0 1-.2-.6c0-.3 0-.5.2-.7l.7-.2c.2 0 .4 0 .6.2s.3.4.3.7l-.3.6zm7-2.2h-4.7v-1l4.5-6.6h1.3v6.5h1.3v1.1h-1.3v2h-1.2v-2Zm0-1.1v-4.8h-.1l-3.2 4.8h3.2Zm4.2-7h1.2v5.4l4.6-5.4h1.6L392 600l4 5.7h-1.4l-3.4-4.8-1.6 1.9v3h-1.2v-10.2Z"}),D.createElement("path",{fill:"#6C726E",d:"m369.7 615-1.8-5.2h.7l1.2 3.7.2.5.2-.5 1.2-3.7h.7l-1.8 5.1h-.6Zm3.3-4.7c-.1 0-.2 0-.3-.2l-.1-.3v-.3l.4-.1.3.1.1.3-.1.3zm-.3 4.6v-3.7h.6v3.7zm3 .1a2 2 0 0 1-.7-.1l-.6-.4-.2-.6.6-.1c0 .2.1.3.3.5l.6.2c.2 0 .4 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.5-.8-.6l-.5-.1c-.3 0-.5-.2-.7-.4a1 1 0 0 1-.3-.7l.1-.5.6-.4.6-.1h.7l.5.4.2.6h-.5l-.3-.4a1 1 0 0 0-.6-.1 1 1 0 0 0-.5.1c-.2.1-.2.3-.2.4l.1.4.6.2h.5l.8.4c.2.2.3.5.3.8l-.2.6-.6.4zm2.6-4.7c-.1 0-.2 0-.3-.2l-.1-.3v-.3l.4-.1.3.1.1.3-.1.3zm-.3 4.6v-3.7h.6v3.7zm2-1v-2.2h-.6v-.5h.6v-1h.6v1h.9v.5h-.9v2.1l.1.5.4.1a.7.7 0 0 0 .4-.1v.6a1.4 1.4 0 0 1-.5 0 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.7Zm3.8 1.1c-.4 0-.7 0-1-.2l-.6-.7-.2-1c0-.5 0-.8.2-1a1.7 1.7 0 0 1 1.6-1c.4 0 .7 0 1 .2l.6.7.2 1c0 .4 0 .8-.2 1l-.6.8zm0-.5c.4 0 .6-.1.9-.4.2-.3.3-.6.3-1 0-.5-.1-.9-.3-1.1a1 1 0 0 0-.9-.4c-.3 0-.6.1-.9.4-.2.2-.3.6-.3 1 0 .5.1.8.3 1.1.3.3.6.4 1 .4Zm2.7.4v-3.7h.5v.5l.4-.5.6-.1h.4v.7a1 1 0 0 0-.5-.1l-.4.1a1 1 0 0 0-.3.4l-.1.5v2.2zm3.9.1a2 2 0 0 1-.7-.1l-.6-.4-.2-.6.5-.1c0 .2.2.3.3.5l.7.2c.2 0 .4 0 .6-.2.2 0 .2-.2.2-.4 0-.3-.2-.5-.7-.6l-.5-.1c-.3 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7l.2-.5.5-.4.7-.1h.7l.5.4.2.6h-.5l-.3-.4a1 1 0 0 0-.6-.1 1 1 0 0 0-.5.1c-.2.1-.2.3-.2.4l.1.4.6.2h.5l.8.4c.2.2.2.5.2.8l-.1.6-.6.4z"}),D.createElement("rect",{width:25.1,height:13.1,x:570.9,y:598.8,fill:"#D8FFC0",rx:6.5}),D.createElement("path",{fill:"#1F4C04",d:"M575.3 605.4v-.5h1.1v-1.1h.6v1h1v.6h-1v1.1h-.6v-1h-1Zm4.3 1.4v-3.5l-1 .7v-.7l1.2-.9h.5v4.4zm2.1 0-.3-.1-.1-.3.1-.3.3-.2c.2 0 .3 0 .4.2l.1.3-.1.3zm2.7 0h-.7l-.5-.5c-.2-.1-.2-.4-.3-.6l.7-.2c0 .3 0 .4.2.6l.6.2.5-.2.2-.6c0-.2 0-.4-.2-.5a.9.9 0 0 0-.6-.2h-.3v-.6h.3l.5-.1.2-.5c0-.2 0-.4-.2-.5l-.5-.2-.5.2-.2.4h-.6a1.2 1.2 0 0 1 .7-1l.6-.2c.3 0 .5 0 .7.2a1.1 1.1 0 0 1 .6 1l-.1.6-.4.3.5.5.2.7a1.3 1.3 0 0 1-.7 1.1l-.7.2Zm3.1-2.3-.6-.1a1 1 0 0 1-.3-.4l-.2-.6c0-.2 0-.4.2-.5 0-.2.2-.3.3-.4l.6-.2c.2 0 .4 0 .6.2l.4.4v1.1l-.4.4a1 1 0 0 1-.6.1m0-.5c.2 0 .3 0 .4-.2l.1-.4-.1-.4a.5.5 0 0 0-.4-.1l-.4.1-.1.4.1.4zm2.8 2.9-.6-.1a1 1 0 0 1-.4-.4l-.1-.6.1-.5.4-.4.6-.2c.2 0 .4 0 .5.2.2 0 .3.2.4.4l.1.5-.1.6-.4.4a1 1 0 0 1-.5 0Zm0-.5c.1 0 .2 0 .3-.2l.2-.4c0-.2 0-.3-.2-.4a.5.5 0 0 0-.3-.1l-.4.1-.2.4c0 .2 0 .3.2.4zm-2.6.4h-.6l3-4.4h.5z"}),D.createElement("mask",{id:"splash-screenshot_svg__C",fill:"#fff"},D.createElement("path",{d:"M339.4 625H596v39.4H339.4z"})),D.createElement("path",{fill:"#EBEEF0",d:"M596 664.4v-.5H339.4v1H596z",mask:"url(#splash-screenshot_svg__C)"}),D.createElement("path",{fill:"#6C726E",d:"M352.6 648.5a3.8 3.8 0 0 1-3.8-3.8 3.7 3.7 0 0 1 1-2.7 3.8 3.8 0 0 1 4.4-.7c.5.2 1 .6 1.3 1v-1h.9v2.5h-2.5v-.8h1.1l-1-1-1.4-.3q-1.2 0-2.1.9c-.6.6-.9 1.3-.9 2 0 1 .3 1.6.9 2.2s1.3.8 2 .8c.8 0 1.5-.2 2-.7.6-.4.9-1 1-1.8h.9c-.1 1-.6 1.8-1.3 2.4-.7.7-1.5 1-2.5 1m1.2-2-1.6-1.6v-2.3h.8v2l1.4 1.3z"}),D.createElement("path",{fill:"#161B18",d:"M371.5 645.3a3.4 3.4 0 0 1-2.4-1c-.4-.4-.6-.9-.7-1.4l1-.5c.2.6.5 1 .8 1.3.4.3.8.5 1.3.5.4 0 .7-.1 1-.3.3-.1.6-.4.7-.6a1.7 1.7 0 0 0 0-1.9c-.1-.2-.4-.5-.7-.6a2 2 0 0 0-1-.3h-.9v-1h.8c.5 0 1-.2 1.3-.5s.5-.7.5-1.2-.2-.8-.5-1.1a2 2 0 0 0-1.3-.4c-.5 0-.8.1-1.1.4-.3.2-.5.5-.6 1l-1.1-.6c.1-.5.5-1 1-1.3.4-.5 1-.7 1.8-.7.6 0 1.1.2 1.6.4a2.6 2.6 0 0 1 1.4 2.3c0 .5-.1 1-.4 1.3a2 2 0 0 1-1 .8c.6.3 1 .6 1.3 1s.5.9.5 1.4a3 3 0 0 1-.5 1.6 3 3 0 0 1-1.2 1 3 3 0 0 1-1.6.4"}),D.createElement("path",{fill:"#6C726E",d:"m369.7 654.3-1.8-5h.7l1.2 3.6.2.5.2-.5 1.2-3.7h.7l-1.8 5.1zm3.3-4.6c-.1 0-.2 0-.3-.2l-.1-.3v-.3l.4-.1.3.1.1.3-.1.3zm-.3 4.6v-3.7h.6v3.7zm3 .1a2 2 0 0 1-.7-.1l-.6-.4-.2-.6.6-.1c0 .2.1.3.3.5l.6.2c.2 0 .4 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.5-.8-.6l-.5-.1c-.3 0-.5-.2-.7-.4a1 1 0 0 1-.3-.7l.1-.5.6-.4.6-.1h.7l.5.4.2.6h-.5l-.3-.4a1 1 0 0 0-.6-.1 1 1 0 0 0-.5.1c-.2.1-.2.2-.2.4l.1.4.6.2h.5l.8.4c.2.2.3.5.3.8l-.2.6-.6.4zm2.6-4.7c-.1 0-.2 0-.3-.2l-.1-.3v-.3l.4-.1.3.1.1.3-.1.3zm-.3 4.6v-3.7h.6v3.7zm2-1v-2.2h-.6v-.5h.6v-1h.6v1h.9v.5h-.9v2.1l.1.4.4.2a.7.7 0 0 0 .4-.1v.6h-.5a1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.7Zm3.7 1.1a2 2 0 0 1-.7-.1l-.5-.4-.3-.6.6-.1c0 .2.1.3.3.5l.6.2c.3 0 .5 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.5-.8-.6l-.4-.1c-.4 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5 0-.2.3-.3.5-.4l.7-.1h.6l.5.4.3.6h-.6l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .1 0 .3.2.4l.5.2h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4zm4.3 1.4v-5.2h.6v.5c0-.2.2-.3.5-.4.2-.2.4-.2.7-.2s.6 0 .9.2l.5.7c.2.3.3.6.3 1s-.1.8-.3 1c-.1.4-.3.6-.5.8l-1 .2c-.2 0-.4 0-.7-.2-.2 0-.3-.2-.4-.4v2zm1.7-2c.4 0 .6 0 .8-.3.3-.2.4-.6.4-1 0-.5-.1-.9-.4-1.1a1 1 0 0 0-.8-.4 1 1 0 0 0-.8.4c-.2.2-.3.6-.3 1 0 .5 0 .9.3 1.1.2.2.5.4.8.4Zm4.2.6c-.4 0-.7 0-1-.2l-.5-.7c-.2-.3-.2-.7-.2-1 0-.4 0-.8.2-1 .1-.4.3-.6.6-.8.2-.2.5-.2.9-.2.5 0 1 .1 1.2.4.3.3.5.8.5 1.3a3 3 0 0 1 0 .3h-2.8c0 .5.1.8.3 1 .2.3.5.4.8.4s.5 0 .7-.2c.1-.1.3-.3.3-.5l.6.1c-.1.3-.3.6-.6.8-.2.2-.6.3-1 .3m0-3.4a1 1 0 0 0-.7.3c-.2.1-.3.4-.4.8h2.1c0-.4 0-.6-.2-.8s-.5-.3-.8-.3m2.6 3.3v-3.7h.6v.5c0-.2.2-.3.4-.5l.6-.1h.3v.7a1 1 0 0 0-.4-.1l-.5.1a1 1 0 0 0-.3.4l-.1.5v2.2zm5.7 0-1.4-3.7h.7l1 3 1-3h.7l-1.4 3.7zm3-4.6c-.1 0-.2 0-.3-.2l-.1-.3.1-.3.3-.1.3.1.2.3c0 .1 0 .2-.2.3zm-.3 4.6v-3.7h.6v3.7zm3 .1a2 2 0 0 1-.7-.1l-.5-.4-.3-.6.6-.1c0 .2.1.3.3.5l.6.2c.3 0 .5 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.5-.8-.6l-.4-.1c-.4 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.5-.4.7-.1h.6l.5.4.3.6h-.6l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .1 0 .3.2.4l.5.2h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4zm2.6-4.7c-.1 0-.2 0-.3-.2l-.1-.3.1-.3.3-.1.3.1.2.3c0 .1 0 .2-.2.3zm-.3 4.6v-3.7h.6v3.7zm2-1v-2.2h-.6v-.5h.6v-1h.6v1h.9v.5h-.9v2.1l.1.4.4.2a.7.7 0 0 0 .4-.1v.6h-.5a1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.7Zm3.8 1.1c-.3 0-.7 0-1-.2l-.5-.7a2 2 0 0 1-.3-1c0-.5.1-.8.3-1a1.7 1.7 0 0 1 1.5-1c.4 0 .7 0 1 .2l.6.7.2 1c0 .4 0 .8-.2 1l-.6.8zm0-.5c.4 0 .7-.2.9-.4.2-.3.3-.6.3-1 0-.5-.1-.9-.3-1.1a1 1 0 0 0-.9-.4 1 1 0 0 0-.8.4c-.3.2-.4.6-.4 1 0 .5.1.8.4 1 .2.3.5.5.8.5m2.7.4v-3.7h.5v.5l.4-.5.6-.1h.4v.7a1 1 0 0 0-.4-.1l-.5.1a1 1 0 0 0-.3.4l-.1.5v2.2z"}),D.createElement("rect",{width:26.1,height:13.1,x:569.9,y:638.2,fill:"#D8FFC0",rx:6.5}),D.createElement("path",{fill:"#1F4C04",d:"M574.3 644.8v-.5h1.1v-1.1h.6v1h1v.6h-1v1h-.6v-1h-1Zm4.9 1.4h-.7c0-.7.1-1.4.3-2 .2-.7.6-1.2 1-1.7h-2v-.7h2.8v.7a4 4 0 0 0-.9 1.1l-.4 1.3zm1.9 0-.3-.1-.2-.3c0-.2 0-.3.2-.4h.6l.2.4c0 .1 0 .2-.2.3zm1.3 0v-.6a26 26 0 0 0 1.5-1.4c.3-.4.5-.7.5-1.1 0-.3 0-.4-.2-.6a.7.7 0 0 0-.5-.1l-.5.1-.3.6-.6-.1.2-.6.5-.5.7-.2c.4 0 .7.1 1 .4.2.2.3.5.3 1l-.1.7a3 3 0 0 1-.5.7l-.5.6-.6.5h1.8v.6zm4.5-2.3-.6-.1a1 1 0 0 1-.4-.4l-.1-.6.1-.5.4-.4.6-.2c.2 0 .4 0 .5.2.2 0 .3.2.4.4l.1.5v.6l-.5.4h-.5Zm0-.5c.1 0 .2 0 .3-.2l.2-.4c0-.2 0-.3-.2-.4a.5.5 0 0 0-.3-.2l-.4.2-.2.4c0 .2 0 .3.2.4zm2.7 2.9c-.2 0-.4 0-.6-.2a1 1 0 0 1-.3-.3l-.2-.6c0-.2 0-.4.2-.5 0-.2.2-.3.3-.4l.6-.2c.2 0 .4 0 .6.2.1 0 .3.2.3.4l.2.5c0 .2 0 .4-.2.6l-.3.3zm0-.5c.2 0 .3 0 .4-.2l.1-.4-.1-.4a.5.5 0 0 0-.4-.2c-.1 0-.3 0-.4.2l-.1.4.1.4zm-2.5.4h-.6l3-4.4h.5l-3 4.4Z"}),D.createElement("mask",{id:"splash-screenshot_svg__D",fill:"#fff"},D.createElement("path",{d:"M339.4 664.4H596v39.4H339.4z"})),D.createElement("path",{fill:"#EBEEF0",d:"M596 703.8v-.5H339.4v1H596z",mask:"url(#splash-screenshot_svg__D)"}),D.createElement("path",{fill:"#6C726E",d:"M354.2 687.5h-5l-.6-.3a.8.8 0 0 1-.2-.6v-5c0-.3 0-.5.2-.6l.6-.3h6.8c.2 0 .4 0 .6.3l.2.5v5.1c0 .3 0 .5-.2.6l-.6.3h-.6l-2-2-.5.2h-.5a1.9 1.9 0 0 1-2-1.8c0-.6.3-1 .6-1.4.4-.3.8-.5 1.4-.5a1.8 1.8 0 0 1 1.9 1.9l-.1.5-.2.5 1.7 1.7h.3v-5h-6.8v5h4.1zm-1.8-2.6c.3 0 .5 0 .7-.3.2-.2.3-.4.3-.7a1 1 0 0 0-.3-.8 1 1 0 0 0-.7-.3 1 1 0 0 0-.8.3 1 1 0 0 0-.3.8c0 .3.1.5.3.7s.5.3.8.3m-3.2 1.7v-5z"}),D.createElement("path",{fill:"#161B18",d:"M371.7 684.7c-.6 0-1.2-.1-1.7-.4a3 3 0 0 1-1.2-1 2.7 2.7 0 0 1 0-3l1.2-1a3 3 0 0 1-.9-.9 2 2 0 0 1-.3-1.1c0-.6 0-1 .3-1.4s.6-.8 1-1c.5-.2 1-.4 1.6-.4s1 .2 1.5.4.8.6 1 1c.3.4.5.8.5 1.4 0 .4-.2.8-.4 1.1a3 3 0 0 1-1 1c.5.2 1 .6 1.2 1 .3.4.5.9.5 1.4s-.2 1-.4 1.5a3 3 0 0 1-1.2 1 3 3 0 0 1-1.7.4m0-5.9c.5 0 1-.1 1.2-.4.4-.3.5-.7.5-1.2 0-.4-.1-.8-.5-1-.3-.4-.7-.5-1.2-.5s-.9.1-1.2.4c-.4.3-.5.7-.5 1.1 0 .5.1.9.5 1.2.3.3.7.4 1.2.4m0 4.8c.6 0 1-.2 1.5-.5.4-.4.6-.8.6-1.4 0-.5-.2-1-.6-1.2-.4-.4-1-.6-1.5-.6-.6 0-1 .2-1.5.6-.3.3-.5.7-.5 1.2 0 .6.2 1 .5 1.4.4.3 1 .4 1.5.4Z"}),D.createElement("path",{fill:"#6C726E",d:"M368.4 693.7v-5h2.7l.5.6q.3.3.3.9c0 .3-.1.6-.3.8l-.5.5-.8.2H369v2zm1.9-4.5H369v2h1.3c.3 0 .5-.2.7-.3.2-.2.3-.4.3-.7 0-.4-.1-.6-.3-.8a1 1 0 0 0-.7-.2m3.5 4.6c-.4 0-.7 0-1-.3a1 1 0 0 1-.3-.8l.1-.7.6-.4h.7a3.8 3.8 0 0 1 1 0v-.3c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.2c-.5 0-.8.2-1 .6h-.5c.1-.4.3-.7.5-.9.3-.2.6-.2 1-.2.5 0 .9 0 1.1.3.3.3.5.6.5 1v2.5h-.6v-.5l-.5.4zm0-.5c.3 0 .5 0 .6-.2.2 0 .3-.2.4-.3l.2-.6-1-.2c-.3 0-.5 0-.7.2-.1 0-.2.2-.2.5 0 .1 0 .3.2.4l.6.2Zm4.3 2-.7-.1-.5-.4-.3-.6.5-.1.4.5.6.2q.6 0 .9-.3l.2-1v-.5l-.5.5-.7.2a1.5 1.5 0 0 1-1.4-.9l-.2-1c0-.5 0-.8.2-1a1.6 1.6 0 0 1 1.4-1l.7.2.5.5v-.5h.6v3.6c0 .4 0 .7-.2 1l-.6.6zm0-2.2.6-.1.4-.5.1-.7-.1-.8a1 1 0 0 0-.4-.5 1 1 0 0 0-.6-.1 1 1 0 0 0-.5.1 1 1 0 0 0-.4.5l-.2.8c0 .3 0 .5.2.7a1 1 0 0 0 1 .6Zm4.3.7c-.3 0-.6 0-.9-.2s-.4-.5-.6-.8l-.2-1c0-.3 0-.7.2-1l.6-.7c.3-.2.6-.2 1-.2s.9.1 1.2.4.4.8.4 1.3a3 3 0 0 1 0 .3h-2.8c0 .5.1.8.3 1 .2.3.5.4.8.4l.7-.2.4-.5.5.1c0 .3-.3.6-.5.8-.3.2-.6.3-1 .3Zm0-3.4a1 1 0 0 0-.7.3c-.2.1-.3.4-.4.7h2.2a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3m4 3.4a2 2 0 0 1-.8-.1l-.5-.4-.3-.6.6-.1c0 .2.1.3.3.5l.6.2c.3 0 .5 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.5-.8-.6l-.4-.1c-.4 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.5-.4.7-.1h.6l.5.4.3.6h-.6l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .1 0 .3.2.3l.5.3h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4-.8.1Zm4.2 1.4V690h.6v.5l.5-.5.7-.1a1.6 1.6 0 0 1 1.5.9l.2 1c0 .4-.1.8-.3 1 0 .4-.3.6-.5.8l-1 .2c-.2 0-.4 0-.6-.2-.3 0-.4-.2-.5-.4v2zm1.7-2c.4 0 .6 0 .8-.3.3-.3.4-.6.4-1 0-.5-.1-.9-.4-1.1a1 1 0 0 0-.8-.4 1 1 0 0 0-.8.4c-.2.2-.3.6-.3 1 0 .5 0 .9.3 1.1.2.2.5.4.8.4Zm4.2.6c-.4 0-.7 0-1-.2l-.5-.8c-.2-.3-.2-.6-.2-1 0-.3 0-.7.2-1 .1-.3.3-.5.6-.7s.6-.2.9-.2c.5 0 1 .1 1.2.4.3.3.5.8.5 1.3a2 2 0 0 1 0 .3h-2.8c0 .5.1.8.3 1 .2.3.5.4.8.4l.7-.2c.1-.1.3-.3.3-.5l.6.1-.5.8a2 2 0 0 1-1.1.3m0-3.4a1 1 0 0 0-.7.3c-.2.1-.3.4-.4.7h2.1c0-.3 0-.5-.2-.7s-.5-.3-.8-.3m2.6 3.3V690h.6v.5c0-.2.2-.4.4-.5l.6-.1h.3v.6a1 1 0 0 0-.4 0l-.5.1a1 1 0 0 0-.3.4v2.7zm5.7 0-1.3-3.7h.6l1 3 1-3h.7l-1.4 3.7zm3-4.6c-.1 0-.2 0-.3-.2l-.1-.3.1-.3.3-.1.3.1.2.3c0 .1 0 .2-.2.3zm-.3 4.6V690h.6v3.7zm3 .1a2 2 0 0 1-.7-.1l-.5-.4-.3-.6.6-.1c0 .2.1.3.3.5l.6.2c.3 0 .5 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.5-.8-.6l-.4-.1c-.3 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.5-.4.7-.1h.6l.5.4.3.6h-.6l-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4c0 .1 0 .3.2.3l.5.3h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4zm2.6-4.7c-.1 0-.2 0-.3-.2l-.1-.3.1-.3.3-.1.3.1.2.3c0 .1 0 .2-.2.3zm-.3 4.6V690h.6v3.7zm2-1v-2.2h-.6v-.5h.6v-1h.6v1h.9v.5h-.9v2.1c0 .2 0 .3.2.4l.3.2a.7.7 0 0 0 .4-.1v.6h-.5a1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8"}),D.createElement("rect",{width:30.1,height:13.1,x:565.9,y:677.6,fill:"#D8FFC0",rx:6.5}),D.createElement("path",{fill:"#1F4C04",d:"M570.3 684.2v-.5h1.1v-1.1h.6v1h1v.6h-1v1h-.6v-1h-1Zm4.3 1.4V682l-1 .7v-.7l1.2-.9h.5v4.4h-.7Zm3.3 0c-.3 0-.6 0-.9-.2l-.6-.8-.2-1.2.2-1.2.6-.8c.3-.2.6-.3 1-.3l.9.3.6.8.2 1.2-.2 1.2-.6.8c-.3.2-.6.3-1 .3Zm0-.5c.4 0 .7-.2.8-.5q.3-.45.3-1.2c0-.75 0-.9-.3-1.2a.9.9 0 0 0-.8-.5c-.3 0-.6.2-.7.5q-.3.45-.3 1.2c0 .75 0 1 .3 1.2.1.3.4.5.7.5m3 .5-.3-.1-.1-.3.1-.4h.7v.7zm1.3-.9v-.5l1.8-3h.7v2.9h.5v.6h-.5v.9h-.6v-.9h-2Zm.7-.6h1.2v-1.8zm4-.8c-.1 0-.3 0-.5-.2a1 1 0 0 1-.4-.3v-1.1l.4-.4.6-.2c.2 0 .4 0 .6.2l.3.4.2.5c0 .2 0 .4-.2.6l-.3.3a1 1 0 0 1-.6.2Zm0-.5c.2 0 .4 0 .5-.2l.1-.4-.1-.4a.5.5 0 0 0-.4-.2c-.2 0-.3 0-.4.2l-.1.4.1.4.4.2Zm2.8 2.9c-.2 0-.4 0-.5-.2a1 1 0 0 1-.4-.3l-.1-.6v-.5l.5-.4.5-.2c.3 0 .4 0 .6.2.2 0 .3.2.4.4l.1.5-.1.6-.4.3zm0-.5c.2 0 .3 0 .4-.2l.2-.4c0-.2 0-.3-.2-.4a.5.5 0 0 0-.4-.2c-.1 0-.2 0-.3.2l-.2.4c0 .2 0 .3.2.4zm-2.5.4h-.6l3-4.4h.5l-3 4.4Z"}),D.createElement("mask",{id:"splash-screenshot_svg__E",fill:"#fff"},D.createElement("path",{d:"M339.4 703.8H596v39.4H339.4z"})),D.createElement("path",{fill:"#EBEEF0",d:"M596 743.2v-.5H339.4v1H596z",mask:"url(#splash-screenshot_svg__E)"}),D.createElement("path",{fill:"#6C726E",d:"m349.6 727.3-.6-.3a.8.8 0 0 1-.2-.6v-5.9c0-.2 0-.4.2-.6l.6-.2h6c.2 0 .4 0 .5.2l.3.6v6c0 .2-.1.4-.3.5q-.15.3-.6.3zm0-.9h6v-5h-6zm3-.8a2.7 2.7 0 0 1-2.6-1.7 4 4 0 0 1 1-1.2 3 3 0 0 1 1.6-.5c.6 0 1 .2 1.5.5s.8.7 1 1.2a2.7 2.7 0 0 1-2.5 1.7m0-.6c.4 0 .7-.1 1-.3.4-.2.6-.5.8-.8a2 2 0 0 0-1.8-1 2 2 0 0 0-1.9 1 2 2 0 0 0 1.9 1Zm0-.5-.5-.1a.6.6 0 0 1-.2-.5l.2-.4c.2-.2.3-.2.5-.2s.3 0 .4.2c.2 0 .2.2.2.4s0 .3-.2.5z"}),D.createElement("path",{fill:"#161B18",d:"M371.5 724a3.4 3.4 0 0 1-2.4-1 2 2 0 0 1-.7-1.3l1-.5c.2.6.5 1 .8 1.3.4.3.8.4 1.3.4.4 0 .7 0 1-.2.3-.1.6-.4.7-.6a1.7 1.7 0 0 0 0-1.9c-.1-.3-.4-.5-.7-.6a2 2 0 0 0-1-.3h-.9v-1h.8c.5 0 1-.2 1.3-.5s.5-.7.5-1.2-.2-.8-.5-1.1a2 2 0 0 0-1.3-.4c-.5 0-.8.1-1.1.4q-.45.3-.6.9l-1.1-.5c.1-.5.5-1 1-1.3.4-.5 1-.7 1.8-.7a3 3 0 0 1 1.6.4 2.6 2.6 0 0 1 1.4 2.3c0 .5-.1 1-.4 1.3a2 2 0 0 1-1 .8c.6.2 1 .5 1.3 1 .3.4.5.9.5 1.4 0 .6-.2 1-.5 1.5a3 3 0 0 1-1.2 1.1 3 3 0 0 1-1.6.4Zm4.5 1 .7-1.1a.8.8 0 0 1-.4-.3.8.8 0 0 1-.2-.6c0-.2 0-.4.2-.6s.4-.3.7-.3l.6.3.3.6-.1.5-.3.5-1 1.4zm5-9.2-1.7 1.3-.6-1 2.8-2h.7v9.8H381v-8Zm3.2 6.9a625 625 0 0 0 4.6-4.9c.2-.3.2-.7.2-1a1.6 1.6 0 0 0-.8-1.5 2 2 0 0 0-1-.2c-.5 0-1 .1-1.2.4a2 2 0 0 0-.7 1l-1-.4c0-.3.2-.7.5-1a3 3 0 0 1 2.4-1.2c.6 0 1.1.2 1.6.4.5.3.8.6 1 1 .3.5.5 1 .5 1.4 0 1-.6 2-1.6 3l-2.9 3h4.6v1.2h-6.2zm12.2-1h-4.7v-.8l4.5-6.7h1.4v6.4h1.2v1.2h-1.2v2h-1.2v-2Zm0-1v-4.8h-.1l-3.2 4.7h3.3Z"}),D.createElement("path",{fill:"#6C726E",d:"M369.8 733.2c-.3 0-.5 0-.8-.2a1.6 1.6 0 0 1-.8-1 3.5 3.5 0 0 1 1-3.3 6 6 0 0 1 1-.8l.3.5a4.2 4.2 0 0 0-1.4 1.3l-.3.9c0-.2.2-.3.4-.4l.8-.2c.2 0 .5 0 .7.2.3.1.4.3.6.6a1.6 1.6 0 0 1 0 1.6l-.6.6zm0-.6.5-.1a1 1 0 0 0 .6-1c0-.1 0-.3-.2-.5a1 1 0 0 0-1-.5s-.3 0-.4.2a1 1 0 0 0-.4.3l-.1.6.1.5.4.4zm3.9.5h-.6a8.5 8.5 0 0 1 .6-3.1c.2-.5.5-1 .9-1.4h-2.4v-.6h3v.6a4.8 4.8 0 0 0-1.2 2.2l-.2 1.2-.1 1Zm3.6-2.7-.7-.1-.4-.5-.2-.6c0-.3 0-.5.2-.7l.4-.4c.2-.2.4-.2.7-.2.2 0 .4 0 .6.2.2 0 .3.2.4.4.2.2.2.4.2.7 0 .2 0 .4-.2.6 0 .2-.2.3-.4.5zm0-.5c.2 0 .3 0 .5-.2l.2-.5-.2-.6a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2-.2.1-.2.3-.2.6 0 .2 0 .4.2.5zm3 3.3c-.2 0-.4 0-.6-.2-.2 0-.4-.2-.5-.4l-.1-.7.1-.6.5-.5.6-.1.6.1.5.5.1.6-.1.7-.5.4c-.1.2-.4.2-.6.2m0-.5c.2 0 .4 0 .5-.2l.2-.6c0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2l-.2.5c0 .3 0 .5.2.6zm-3 .4h-.5l3.4-5h.6l-3.4 5Zm8.7.1c-.3 0-.7 0-1-.2l-.6-.7-.2-1 .2-1.1a1.7 1.7 0 0 1 1.6-1c.4 0 .7.1 1 .3l.6.7.2 1c0 .4 0 .8-.2 1l-.6.8zm0-.5c.4 0 .6-.2.9-.4.2-.3.3-.6.3-1 0-.5-.1-.9-.3-1.1a1 1 0 0 0-.9-.4 1 1 0 0 0-.8.4c-.3.2-.4.6-.4 1 0 .5.1.8.4 1 .2.3.5.5.8.5m3 .4v-3.2h-.7v-.5h.7v-.8c0-.4 0-.6.3-.8.2-.2.5-.3.8-.3a1.7 1.7 0 0 1 .5 0v.6h-.9l-.1.5v.8h.8v.5h-.8v3.2zm4.6-1V730h-.5v-.5h.5v-1h.6v1h.9v.5h-.9v2.1c0 .2 0 .3.2.4l.3.2a.6.6 0 0 0 .4-.1v.6a1.3 1.3 0 0 1-.5 0 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8Zm3.8 1.1c-.3 0-.6 0-1-.2l-.5-.7c-.2-.3-.2-.7-.2-1 0-.5 0-.8.2-1.1a1.7 1.7 0 0 1 1.5-1c.4 0 .7.1 1 .3s.5.4.6.7l.2 1c0 .4 0 .8-.2 1-.1.4-.3.6-.6.8zm0-.5c.4 0 .7-.2.9-.4.2-.3.3-.6.3-1 0-.5 0-.9-.3-1.1a1 1 0 0 0-.9-.4 1 1 0 0 0-.8.4c-.2.2-.4.6-.4 1 0 .5.2.8.4 1 .2.3.5.5.8.5m3-.6V730h-.6v-.5h.6v-1h.5v1h.9v.5h-.9v2.1c0 .2 0 .3.2.4l.3.2a.7.7 0 0 0 .4-.1v.6a1.3 1.3 0 0 1-.5 0 1 1 0 0 1-.7-.2 1 1 0 0 1-.2-.8Zm3.4 1.1c-.4 0-.7-.1-1-.3a1 1 0 0 1-.3-.9c0-.2 0-.4.2-.6l.5-.4h.7a3.7 3.7 0 0 1 1.1 0v-.3c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.2c-.5 0-.9.2-1 .6h-.5c0-.4.2-.7.5-.9s.6-.3 1-.3c.5 0 .8.2 1.1.4.3.3.4.6.4 1v2.5h-.6v-.5l-.4.4zm.1-.5c.2 0 .4 0 .6-.2.2 0 .3-.2.4-.4l.1-.5-1-.2c-.2 0-.5 0-.6.2-.2 0-.3.2-.3.4s0 .4.2.5zm2.8.4v-5.5h.6v5.5zm3.7 1.5v-5.2h.6v.5l.5-.5.7-.2.9.3.6.7.2 1c0 .4 0 .8-.2 1l-.6.8-.9.2c-.3 0-.5 0-.7-.2l-.5-.4v2zm1.7-2c.4 0 .7 0 .9-.3s.3-.6.3-1c0-.5-.1-.9-.3-1.1a1 1 0 0 0-.9-.4 1 1 0 0 0-.8.4c-.2.2-.3.6-.3 1 0 .5.1.8.3 1 .2.3.5.5.8.5Zm3.8.6c-.3 0-.7-.1-.9-.3a1 1 0 0 1-.3-.9l.1-.6.6-.4h.7a3.7 3.7 0 0 1 1 0v-.3c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.2c-.5 0-.8.2-1 .6h-.5c.1-.4.3-.7.5-.9.3-.2.6-.3 1-.3.5 0 .9.2 1.1.4.3.3.4.6.4 1v2.5h-.5v-.5l-.5.4zm.2-.5c.2 0 .4 0 .5-.2.2 0 .3-.2.4-.4l.2-.5-1-.2c-.3 0-.5 0-.7.2-.2 0-.2.2-.2.4s0 .4.2.5zm4.2 2-.7-.1-.6-.4-.2-.6.5-.1.4.5.6.2q.6 0 .9-.3l.2-1v-.5l-.5.5-.7.2a1.5 1.5 0 0 1-1.4-.9l-.2-1c0-.5 0-.8.2-1 .2-.4.4-.6.6-.7a1.6 1.6 0 0 1 1.5 0c.2 0 .4.2.5.4v-.5h.6v3.6c0 .4 0 .7-.2 1l-.6.5c-.3.2-.5.2-.9.2m0-2.2.6-.1.4-.5.1-.7-.1-.8a1 1 0 0 0-.4-.5 1 1 0 0 0-.6-.1 1 1 0 0 0-.5.1 1 1 0 0 0-.4.5l-.2.8c0 .3 0 .5.2.7 0 .2.2.4.4.5zm4.3.7c-.3 0-.6 0-.9-.3-.3-.1-.5-.4-.6-.7l-.2-1c0-.4 0-.7.2-1l.6-.7c.3-.2.6-.3 1-.3s.9.2 1.2.5a2.3 2.3 0 0 1 .4 1.6h-2.8c0 .5.1.8.3 1s.5.4.8.4l.7-.2.4-.5.5.1-.5.8c-.3.2-.6.3-1 .3Zm0-3.4a1 1 0 0 0-.7.3c-.2.1-.3.4-.4.7h2.2a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3m3.5 3.3-1.4-3.7h.7l1 3 1-3h.7l-1.4 3.7zm3-4.6c-.1 0-.2 0-.3-.2l-.1-.3.1-.3.3-.1.3.1.1.3v.3zm-.3 4.6v-3.7h.6v3.7zm3.2.1c-.3 0-.6 0-.9-.3l-.6-.7-.2-1c0-.4 0-.7.2-1l.6-.7c.3-.2.6-.3 1-.3.5 0 .9.2 1.2.5s.4.8.4 1.3a2 2 0 0 1 0 .3h-2.8c0 .5.1.8.3 1s.5.4.9.4l.6-.2.4-.5.5.1c0 .3-.3.6-.5.8-.3.2-.6.3-1 .3Zm0-3.4a1 1 0 0 0-.7.3c-.2.1-.3.4-.4.7h2.2a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3m3.2 3.3-1-3.7h.6l.7 2.9.9-3h.6l.8 3 .8-3h.6l-1 3.8h-.7l-.8-3-.9 3zm6 .1a2 2 0 0 1-.7-.1l-.6-.4-.2-.6.6-.1c0 .2.1.3.3.5l.6.2c.3 0 .5 0 .6-.2.2 0 .3-.2.3-.4 0-.3-.3-.6-.8-.6l-.4-.1c-.4 0-.6-.2-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.3.7-.2c.2 0 .4 0 .6.2.2 0 .4.1.5.3l.2.6h-.5c0-.2-.2-.3-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1l-.2.4.1.3.6.3h.5l.8.4c.2.2.3.5.3.8l-.2.6-.5.4z"}),D.createElement("rect",{width:26.1,height:13.1,x:569.9,y:717,fill:"#FFDED3",rx:6.5}),D.createElement("path",{fill:"#7A1E00",d:"M574.3 723.4v-.6h2v.6zm4.3 1.7c-.2 0-.5 0-.7-.2-.2 0-.3-.2-.5-.4l-.2-.7h.6l.3.5.5.2q.45 0 .6-.3l.2-.6c0-.3 0-.5-.2-.6a.7.7 0 0 0-.6-.3l-.4.1-.3.3-.6-.3.3-2.2h2.3v.6H578l-.2 1.2.4-.2h.4l.7.1.5.5.2.8c0 .3 0 .5-.2.8a1.4 1.4 0 0 1-1.3.7Zm2.7 0-.3-.2-.1-.3v-.4l.4-.1.3.1.2.4s0 .2-.2.3l-.3.1Zm1.2-1v-.5l2-3h.6v2.9h.5v.6h-.5v.9h-.6v-.9zm.8-.6h1.2v-1.9zm4-.8c-.1 0-.3 0-.5-.2a1 1 0 0 1-.4-.3l-.1-.6.1-.6.4-.3.6-.2c.2 0 .4 0 .5.2.2 0 .3.2.4.3l.2.6c0 .2 0 .4-.2.6l-.4.3-.5.2Zm0-.5c.2 0 .4 0 .5-.2l.1-.4-.1-.4a.5.5 0 0 0-.4-.2c-.2 0-.3 0-.4.2l-.1.4.1.4.4.2Zm2.8 2.9c-.2 0-.4 0-.5-.2a1 1 0 0 1-.4-.3l-.2-.6c0-.2 0-.4.2-.6l.4-.3.5-.2c.2 0 .4 0 .6.2l.4.3.1.6-.1.6-.4.3zm0-.5c.2 0 .3 0 .4-.2l.1-.4-.1-.4a.5.5 0 0 0-.4-.2c-.1 0-.3 0-.4.2l-.1.4.1.4zm-2.5.4h-.6l3-4.4h.5l-3 4.4Z"}),D.createElement("mask",{id:"splash-screenshot_svg__F",fill:"#fff"},D.createElement("path",{d:"M339.4 743.2H596v49.4H339.4z"})),D.createElement("path",{fill:"#EBEEF0",d:"M596 792.6v-.6H339.4v1.1H596z",mask:"url(#splash-screenshot_svg__F)"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__G)"},D.createElement("path",{fill:"#6C726E",d:"M352.6 772h-.3l-.1-.2-.5-1.1a11 11 0 0 0-.9-1.2l-.8-1.4c-.3-.4-.4-.9-.4-1.5 0-.8.3-1.5.9-2 .6-.7 1.3-1 2-1 1 0 1.6.3 2.2 1 .6.5.8 1.2.8 2 0 .6 0 1.2-.3 1.6l-.9 1.3-.8 1.2-.5 1c0 .2 0 .3-.2.3zm0-1.4a7.7 7.7 0 0 1 1-1.7l.8-1c.2-.4.3-.8.3-1.3 0-.6-.2-1-.6-1.5a2 2 0 0 0-1.5-.6 2 2 0 0 0-1.5.6 2 2 0 0 0-.6 1.5c0 .5 0 1 .3 1.3l.7 1a14 14 0 0 1 1 1.7Zm0-3c.3 0 .5 0 .7-.3.2-.2.3-.4.3-.7a1 1 0 0 0-.3-.8 1 1 0 0 0-.7-.3 1 1 0 0 0-.8.3 1 1 0 0 0-.3.8c0 .3.1.5.3.7.2.3.5.4.8.4Z"})),D.createElement("path",{fill:"#6C726E",d:"m370.4 756.4-1.2-.3-.8-1c-.2-.4-.3-.8-.3-1.4 0-.5.1-1 .3-1.4s.5-.7.9-1l1.1-.2c.4 0 .7 0 1 .2.3 0 .6.3.7.5l.4 1h-.6a1.3 1.3 0 0 0-.7-1l-.8-.2c-.3 0-.6.1-.8.3-.3.1-.5.4-.6.7a2 2 0 0 0-.3 1.1q0 .75.3 1.2c.1.3.3.5.6.7l.8.2c.5 0 .8-.1 1-.3.3-.3.5-.6.5-.9h.6c0 .4-.2.7-.4 1s-.4.5-.7.6zm3.3-4.8-.3-.1-.2-.3c0-.1 0-.2.2-.3l.3-.1h.3l.1.4-.1.3zm-.3 4.7v-3.8h.6v3.8zm2-1v-2.2h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2l.1.5.4.2a.7.7 0 0 0 .3-.1v.5a1.4 1.4 0 0 1-.4.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8m2.7-3.7-.3-.1-.1-.3v-.3l.4-.1h.3l.1.4-.1.3zm-.3 4.7v-3.8h.6v3.8zm3.2 0c-.3 0-.6 0-1-.2l-.5-.7-.2-1c0-.4 0-.7.2-1l.6-.7.9-.3c.5 0 1 .2 1.2.5.3.3.5.7.5 1.3a3 3 0 0 1 0 .3h-2.8c0 .4.1.8.3 1s.5.3.8.3.6 0 .7-.2c.2 0 .3-.2.3-.4l.6.1-.5.8c-.3.2-.6.3-1 .3Zm0-3.3a1 1 0 0 0-.7.2l-.4.8h2.2c0-.3-.1-.6-.3-.8s-.4-.2-.8-.2m4 3.4a2 2 0 0 1-.8-.2c-.2 0-.4-.2-.5-.3a1 1 0 0 1-.3-.7h.6l.3.4c.1.2.3.2.6.2l.6-.1c.2-.1.3-.3.3-.4 0-.4-.3-.6-.8-.7h-.4l-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.4h1.3c.2 0 .4.2.5.3l.2.6-.5.1c0-.2-.2-.3-.3-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.6.2l-.2.4.1.3.6.2.5.1.8.4c.2.2.3.4.3.7s0 .5-.2.6l-.5.4-.8.2Zm4.8-.1-1-3.8h.6l.8 3 .8-3h.6l.9 3 .7-3h.6l-1 3.8h-.6l-.9-3-.9 3zm5-4.7-.2-.1-.2-.3c0-.1 0-.2.2-.3l.3-.1h.3l.1.4-.1.3-.3.1Zm-.2 4.7v-3.8h.6v3.8zm2-1v-2.2h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2l.1.5.4.2a.7.7 0 0 0 .3-.1v.5a1.4 1.4 0 0 1-.4.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8m2.4 1v-5.5h.6v2.2c0-.1.2-.3.5-.4l.7-.2c.4 0 .7.1 1 .4.2.3.3.6.3 1v2.5h-.6v-2.4c0-.3 0-.5-.2-.7a.9.9 0 0 0-.7-.2 1 1 0 0 0-.5.1 1.1 1.1 0 0 0-.5 1v2.2zm6.5-1v-2.2h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2.5l.4.2a.7.7 0 0 0 .4-.1v.5a1.4 1.4 0 0 1-.5.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.2-.8m2.4 1v-5.5h.6v2.2l.4-.4.8-.2c.4 0 .7.1 1 .4.2.3.3.6.3 1v2.5h-.6v-2.4c0-.3 0-.5-.3-.7a.9.9 0 0 0-.6-.2 1 1 0 0 0-.5.1 1.1 1.1 0 0 0-.5 1v2.2zm5.7 0c-.3 0-.6 0-1-.2l-.5-.7-.2-1c0-.4 0-.7.2-1l.6-.7.9-.3c.5 0 1 .2 1.2.5.3.3.5.7.5 1.3a2 2 0 0 1 0 .3h-2.8c0 .4.1.8.3 1s.5.3.8.3.6 0 .7-.2c.2 0 .3-.2.3-.4l.6.1-.5.8c-.3.2-.6.3-1 .3Zm0-3.3a1 1 0 0 0-.7.2l-.4.8h2.2c0-.3-.1-.6-.3-.8s-.4-.2-.8-.2m4.6 3.3v-3.8h.5v.5a1.2 1.2 0 0 1 1.7-.4l.4.5.5-.5.7-.2c.3 0 .6.1.8.4q.3.3.3.9v2.6h-.6v-2.5c0-.3 0-.5-.2-.6 0-.2-.3-.2-.5-.2s-.5 0-.6.2a1 1 0 0 0-.3.7v2.4h-.6v-2.5l-.1-.6a.7.7 0 0 0-.6-.2h-.4l-.3.4-.1.5v2.4zm7.6 0c-.3 0-.7 0-1-.2l-.6-.7-.2-1c0-.4.1-.7.3-1a1.7 1.7 0 0 1 1.5-1c.4 0 .7.1 1 .3l.6.7.2 1c0 .4 0 .7-.2 1l-.6.7c-.3.2-.6.3-1 .3Zm0-.5q.6 0 .9-.3c.2-.3.3-.7.3-1.1 0-.5-.1-.8-.3-1a1 1 0 0 0-.9-.4c-.3 0-.6 0-.8.3-.3.3-.4.6-.4 1 0 .5.1.9.4 1.2.2.2.5.3.8.3m4 .6a2 2 0 0 1-.8-.2c-.2 0-.4-.2-.5-.3l-.3-.7h.6l.3.4c.2.2.4.2.7.2l.6-.1.2-.4c0-.4-.2-.6-.7-.7h-.5l-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.4h1.3c.2 0 .4.2.5.3l.3.6-.6.1c0-.2-.1-.3-.3-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.6.2l-.2.4c0 .1 0 .2.2.3l.5.2.6.1c.3.1.6.2.7.4.2.2.3.4.3.7s0 .5-.2.6l-.5.4zm2.6-1V753h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2.5l.4.2a.7.7 0 0 0 .4-.1v.5a1.4 1.4 0 0 1-.5.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.2-.8Zm5.2.9-1.3-3.8h.6l1 3 1.1-3h.6l-1.4 3.8zm3-4.7-.3-.1v-.6l.3-.1h.3l.2.4c0 .1 0 .2-.2.3zm-.3 4.7v-3.8h.6v3.8zm3 0a2 2 0 0 1-.7 0l-.5-.4c-.2-.2-.2-.4-.3-.7h.6l.3.4c.2.2.4.2.7.2l.6-.1.2-.4c0-.4-.2-.6-.8-.7h-.4l-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.4h1.3c.2 0 .4.2.5.3l.3.6-.6.1c0-.2-.1-.3-.3-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.6.2l-.2.4c0 .1 0 .2.2.3l.5.2.5.1.8.4c.2.2.3.4.3.7s0 .5-.2.6l-.5.4-.7.2Zm2.6-4.7-.3-.1v-.6l.3-.1h.3l.2.4c0 .1 0 .2-.2.3zm-.3 4.7v-3.8h.6v3.8zm2-1v-2.2h-.5v-.6h.6v-1h.6v1h.8v.6h-.8v2.5l.4.2a.7.7 0 0 0 .4-.1v.5a1.4 1.4 0 0 1-.5.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.2-.8Zm3.9 1c-.4 0-.7 0-1-.2-.3-.1-.5-.4-.6-.7-.2-.3-.2-.6-.2-1s0-.7.2-1a1.7 1.7 0 0 1 1.6-1l.9.3c.3.1.5.4.6.7.2.3.2.6.2 1s0 .7-.2 1c-.1.3-.3.6-.6.7-.3.2-.6.3-1 .3Zm0-.5c.3 0 .6-.1.8-.3.2-.3.3-.7.3-1.1 0-.5 0-.8-.3-1a1 1 0 0 0-.8-.4c-.4 0-.7 0-1 .3l-.2 1c0 .5 0 .9.3 1.2q.3.3.9.3m2.6.5v-3.8h.6v.5l.4-.4.6-.2h.3v.7a1 1 0 0 0-.4 0h-.5a1 1 0 0 0-.3.4l-.1.6v2.2zm4 0a2 2 0 0 1-.8 0l-.5-.4a1 1 0 0 1-.3-.7h.6l.3.4c.1.2.4.2.6.2l.6-.1c.2-.1.3-.3.3-.4 0-.4-.3-.6-.8-.7h-.4l-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.4h1.3c.2 0 .4.2.5.3l.3.6-.6.1c0-.2-.1-.3-.3-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.6.2l-.2.4c0 .1 0 .2.2.3l.5.2.5.1.8.4c.2.2.3.4.3.7s0 .5-.2.6l-.5.4-.8.2Z"}),D.createElement("path",{fill:"#161B18",d:"M368.4 772.3v-5h.8v4.3h2.4v.7zm5.5.2c-.4 0-.7-.1-1-.3s-.5-.4-.6-.7c-.2-.3-.2-.6-.2-1s0-.8.2-1c.1-.3.3-.6.6-.7.3-.2.6-.3 1-.3s.7 0 1 .3l.6.6.2 1c0 .5 0 .8-.2 1.1l-.6.7c-.3.2-.6.3-1 .3m0-.7c.3 0 .6-.2.8-.4s.3-.5.3-1l-.3-.9a1 1 0 0 0-.8-.3 1 1 0 0 0-.8.3c-.2.3-.3.6-.3 1s.1.7.3 1c.2.1.5.3.8.3m2.5.5v-3.7h.7v.5l.5-.4.7-.2c.4 0 .7.1 1 .4.2.2.3.6.3 1v2.4h-.8V770c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2 1 1 0 0 0-.7.3c-.2.2-.2.4-.2.7v2.1zm5.6.2-.9-.3-.6-.7-.2-1c0-.4 0-.8.2-1a1.6 1.6 0 0 1 2.2-.8c.2 0 .3.2.4.4v-2.3h.8v5.5h-.7v-.4l-.5.4zm.1-.7c.3 0 .6-.1.8-.4.2-.2.3-.5.3-1 0-.3-.1-.7-.3-.9a1 1 0 0 0-.8-.3 1 1 0 0 0-.7.3c-.2.2-.3.6-.3 1s0 .7.3 1c.2.1.4.3.7.3m4.4.7c-.4 0-.7-.1-1-.3l-.7-.7-.2-1c0-.4 0-.8.2-1 .2-.3.4-.6.7-.7.3-.2.6-.3 1-.3.3 0 .7 0 1 .3l.6.6.2 1c0 .5 0 .8-.2 1.1l-.7.7c-.2.2-.6.3-1 .3Zm0-.7c.3 0 .5-.2.7-.4s.3-.5.3-1c0-.3 0-.6-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.8.3c-.2.3-.3.6-.3 1s0 .7.3 1c.2.1.4.3.8.3m2.5.5v-3.7h.7v.5l.5-.4.6-.2c.5 0 .8.1 1 .4.2.2.4.6.4 1v2.4h-.8V770c0-.3 0-.5-.2-.6a.8.8 0 0 0-.6-.2c-.2 0-.5.1-.6.3a1 1 0 0 0-.3.7v2.1zm-20.8 10.2v-.7a27 27 0 0 0 1.8-1.5l.4-.7.1-.8c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.3c-.2 0-.5.1-.6.3a1 1 0 0 0-.3.7h-.6l.2-.8.5-.5c.2-.2.5-.2.8-.2.5 0 .9.1 1.1.4.3.2.4.6.4 1s0 .7-.2 1l-.5 1a6.3 6.3 0 0 1-1.5 1.2h2.3v.6zm3.8-1.1v-.5l2.2-3.5h.6v3.4h.6v.6h-.6v1h-.6v-1zm.7-.6h1.5v-2.4zm4.1 1.7-.3-.1-.1-.3.1-.4h.7l.1.4-.1.3zm1.5 0v-.7a27 27 0 0 0 1.7-1.5l.5-.7.1-.8c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.3q-.45 0-.6.3a1 1 0 0 0-.3.7h-.6c0-.3 0-.6.2-.8l.5-.5c.2-.2.5-.2.8-.2.5 0 .9.1 1.1.4.3.2.4.6.4 1s0 .7-.2 1l-.5 1a6.3 6.3 0 0 1-1.5 1.2h2.3v.6zm5-2.7c-.2 0-.4 0-.6-.2-.2 0-.3-.2-.5-.4l-.1-.7.1-.6.5-.5.6-.1.7.1.4.5.2.6-.2.7-.4.4zm0-.5c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.6 0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2l-.2.5c0 .3 0 .5.2.6zm3 3.3c-.2 0-.4 0-.6-.2-.2 0-.3-.2-.4-.4l-.2-.7c0-.2 0-.4.2-.6 0-.2.2-.4.4-.5l.7-.1.6.1.4.5.2.6c0 .3 0 .5-.2.7 0 .2-.2.3-.4.4l-.6.2Zm0-.5c.3 0 .4 0 .6-.2l.2-.6-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2-.2.1-.2.3-.2.5 0 .3 0 .5.2.6l.5.2Zm-2.9.4h-.5l3.4-5.1h.5l-3.4 5Zm62.8-10.2v-5h1.6q1.2 0 1.8.6c.5.5.7 1.1.7 1.9s-.2 1.4-.7 1.9q-.6.6-1.8.6zm.7-.7h1c.5 0 .9-.1 1.2-.4s.4-.8.4-1.4-.1-1-.4-1.4c-.3-.3-.7-.4-1.3-.4h-.9zm5.5.9c-.4 0-.8-.2-1-.4-.2-.3-.3-.6-.3-1v-2.5h.7v2.3l.2.7.6.2q.45 0 .6-.3c.2-.2.3-.5.3-.8v-2h.8v3.6h-.8v-.4l-.4.4zm4.7 0-.7-.2-.4-.4v.4h-.8v-5.5h.8v2.3c0-.2.2-.3.4-.4l.8-.2a1.6 1.6 0 0 1 1.4 1l.2 1c0 .4 0 .7-.2 1-.1.3-.3.6-.6.7q-.3.3-.9.3m-.1-.7c.3 0 .6-.2.8-.4s.3-.5.3-1l-.3-.9a1 1 0 0 0-.8-.3 1 1 0 0 0-.8.3l-.2 1c0 .4 0 .7.3 1 .2.1.4.3.7.3m2.5.5v-5.5h.8v5.5zm2.2-4.5-.4-.1a.5.5 0 0 1-.1-.4l.1-.3a.5.5 0 0 1 .7 0l.2.3c0 .2 0 .3-.2.4zm-.4 4.5v-3.7h.8v3.7zm1.7 0v-3.7h.8v.5l.4-.4.7-.2c.4 0 .8.1 1 .4.2.2.3.6.3 1v2.4h-.7V770q0-.45-.3-.6a.8.8 0 0 0-.5-.2 1 1 0 0 0-.7.3l-.2.7v2.1zm-17 10.2v-.7a27 27 0 0 0 1.7-1.5l.4-.7.2-.8a1 1 0 0 0-.3-.7q-.15-.3-.6-.3c-.45 0-.5.1-.7.3l-.2.7h-.6c0-.3 0-.6.2-.8a1.4 1.4 0 0 1 1.3-.7c.5 0 .8.1 1.1.4.3.2.4.6.4 1s0 .7-.2 1l-.6 1a6.3 6.3 0 0 1-1.4 1.2h2.2v.6h-3Zm4.8 0v-4.3l-1 .8v-.7l1.2-1h.4v5.2zm2.2 0-.3-.1-.1-.3.1-.4h.7l.1.4-.1.3zm3 0h-.8l-.5-.6a1 1 0 0 1-.3-.7l.6-.1q0 .45.3.6c.2.2.4.3.7.3s.5 0 .7-.3c.2-.1.3-.4.3-.7q0-.45-.3-.6c-.2-.2-.5-.3-.8-.3h-.4v-.6h.4c.2 0 .4 0 .6-.2l.3-.6c0-.3 0-.5-.2-.6a1 1 0 0 0-.7-.3l-.6.2a1 1 0 0 0-.3.6h-.5a1.4 1.4 0 0 1 1.4-1.3c.3 0 .6 0 .8.2a1.3 1.3 0 0 1 .7 1.1l-.1.5c0 .2-.2.3-.3.4l-.3.2.6.5c.2.2.3.5.3.8s-.1.6-.3.8c0 .3-.3.5-.5.6l-.8.2Zm3.6-2.7c-.3 0-.5 0-.7-.2l-.4-.4-.2-.7.2-.6.4-.5.7-.1.6.1.5.5.1.6-.1.7-.5.4zm0-.5c.2 0 .4 0 .5-.2l.2-.6c0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2l-.2.5c0 .3 0 .5.2.6zm3 3.3c-.2 0-.4 0-.6-.2-.2 0-.3-.2-.5-.4l-.1-.7.1-.6.5-.5.6-.1.7.1.4.5.2.6-.2.7a1 1 0 0 1-.4.4zm0-.5c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.6 0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2l-.2.5c0 .3 0 .5.2.6zm-3 .4h-.5l3.4-5.1h.6l-3.4 5Zm65.9-10a2 2 0 0 1-1.3-.4q-.45-.45-.6-1.2l.8-.2c0 .3.1.6.3.8l.8.2c.3 0 .6 0 .8-.2.2-.1.2-.3.2-.5 0-.3 0-.5-.2-.6a3 3 0 0 0-.8-.3l-.4-.2-.6-.2-.5-.4c-.2-.2-.2-.5-.2-.8 0-.2 0-.5.2-.7l.6-.5a2 2 0 0 1 .9-.1c.5 0 1 0 1.2.3.3.3.5.6.5 1l-.7.1a1 1 0 0 0-.4-.5 1 1 0 0 0-.6-.2c-.3 0-.5 0-.7.2-.2 0-.3.2-.3.4s.1.4.3.5l.7.3.4.1.7.3.5.5c.2.2.2.4.2.7 0 .4 0 .7-.2.9l-.7.5zm3.8 0c-.4 0-.7-.1-1-.4-.2-.2-.3-.5-.3-.8s0-.5.2-.7c.1-.1.3-.3.5-.3l.7-.2a4 4 0 0 1 1 .2v-.4c0-.2 0-.4-.2-.5a1 1 0 0 0-.6-.3 1 1 0 0 0-.6.2l-.3.4-.6-.1c0-.4.2-.6.5-.8s.6-.3 1-.3c.5 0 1 .1 1.2.4.3.2.4.6.4 1v2.4h-.7v-.4l-.5.4zm.1-.7c.3 0 .6 0 .8-.2s.3-.5.3-.7c-.4-.2-.7-.2-1-.2a1 1 0 0 0-.6.1l-.2.5.2.4zm2.7.5v-3.7h.8v.5l.4-.4.7-.2c.4 0 .8.1 1 .4.2.2.3.6.3 1v2.4h-.7V770l-.2-.6a.8.8 0 0 0-.6-.2q-.45 0-.6.3a1 1 0 0 0-.3.7v2.1zm6 0v-5h3.1v.7H539v1.5h2.1v.7h-2v2.1h-.9Zm3.8 0v-3.7h.7v.5l.4-.4.6-.2a1.3 1.3 0 0 1 .3 0v.8h-.4c-.3 0-.5 0-.6.2a1 1 0 0 0-.3.7v2.1zm3.8.2c-.4 0-.7-.1-1-.4-.2-.2-.3-.5-.3-.8s0-.5.2-.7c.1-.1.3-.3.5-.3l.7-.2a4.2 4.2 0 0 1 1 .2v-.4c0-.2 0-.4-.2-.5a1 1 0 0 0-.6-.3 1 1 0 0 0-.6.2l-.3.4-.6-.1c0-.4.2-.6.5-.8s.6-.3 1-.3c.5 0 1 .1 1.2.4.3.2.4.6.4 1v2.4h-.7v-.4l-.5.4zm.1-.7c.3 0 .6 0 .8-.2s.3-.5.3-.7c-.4-.2-.7-.2-1-.2a1 1 0 0 0-.6.1l-.2.5.2.4zm2.7.5v-3.7h.8v.5l.4-.4.7-.2c.4 0 .8.1 1 .4.2.2.3.6.3 1v2.4h-.7V770l-.2-.6a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.3l-.2.7v2.1zm5.7.2-.9-.3c-.3-.1-.5-.4-.6-.7-.2-.3-.2-.6-.2-1s0-.8.2-1a1.7 1.7 0 0 1 1.6-1c.4 0 .8.1 1 .3.3.3.5.6.6 1h-.7l-.4-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.8.3c-.2.3-.3.6-.3 1s.1.7.3 1c.2.1.5.3.8.3.4 0 .7-.3.9-.7l.7.1a2 2 0 0 1-.6 1c-.2.1-.6.3-1 .3Zm2.8-4.7-.3-.1a.5.5 0 0 1-.2-.4c0-.1 0-.2.2-.3a.5.5 0 0 1 .7 0l.1.3-.1.4zm-.4 4.5v-3.7h.8v3.7zm3.1.2c-.4 0-.8-.1-1-.4-.4-.2-.5-.4-.6-.8l.8-.1c0 .2 0 .3.2.4l.6.2.5-.1c.2-.1.3-.2.3-.4l-.2-.4-.6-.2h-.4l-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.4.7-.1c.4 0 .8 0 1 .2.3.2.4.5.5.8l-.7.1q0-.3-.3-.3a1 1 0 0 0-.4-.2c-.2 0-.4 0-.5.2-.2 0-.2.1-.2.3l.1.3.5.2h.5l.8.4c.2.2.3.5.3.8 0 .2 0 .4-.2.6l-.5.4a2 2 0 0 1-.8.2m3.8 0-1-.3c-.2-.1-.4-.4-.5-.7-.2-.3-.3-.6-.3-1s.1-.8.3-1a1.7 1.7 0 0 1 1.5-1c.5 0 .9.1 1.1.3.3.3.5.6.6 1h-.8l-.3-.4a1 1 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.3-.3.6-.3 1s.1.7.3 1c.2.1.4.3.7.3.5 0 .8-.3 1-.7l.7.1a2 2 0 0 1-.6 1c-.3.1-.6.3-1 .3Zm4 0c-.4 0-.7-.1-1-.3-.2-.2-.5-.4-.6-.7-.2-.3-.2-.6-.2-1s0-.8.2-1c.1-.3.4-.6.6-.7.3-.2.6-.3 1-.3s.7 0 1 .3l.6.6c.2.3.2.7.2 1 0 .5 0 .8-.2 1.1-.1.3-.4.5-.6.7-.3.2-.6.3-1 .3m0-.7c.3 0 .6-.2.8-.4s.3-.5.3-1l-.3-.9a1 1 0 0 0-.8-.3 1 1 0 0 0-.8.3c-.2.3-.3.6-.3 1s.1.7.3 1c.2.1.5.3.8.3m-42.8 10.7v-4.3l-1 .8v-.7l1.3-1h.3v5.2zm1.8 0v-.7a28 28 0 0 0 1.8-1.5l.4-.7.2-.8a1 1 0 0 0-.3-.7c-.1-.2-.4-.3-.6-.3a1 1 0 0 0-.7.3c-.2.2-.2.4-.3.7h-.5l.1-.8.5-.5c.3-.2.5-.2.9-.2s.8.1 1 .4c.3.2.5.6.5 1l-.2 1-.6 1a6.2 6.2 0 0 1-1.4 1.2h2.2v.6zm4.4 0-.3-.1-.1-.3.1-.4h.6l.2.4s0 .2-.2.3zm3 0-.9-.1a1 1 0 0 1-.5-.6l-.2-.7a1.4 1.4 0 0 1 .8-1.3l-.4-.5c-.2-.2-.2-.4-.2-.6l.1-.7c.2-.3.3-.4.6-.5.2-.2.4-.2.7-.2s.6 0 .8.2c.2 0 .4.2.5.5a1.4 1.4 0 0 1 0 1.3l-.5.5a1.4 1.4 0 0 1 .8 1.3c0 .3 0 .5-.2.7 0 .3-.3.5-.5.6l-.9.2Zm0-3c.3 0 .5 0 .6-.2.2-.1.3-.4.3-.6q0-.45-.3-.6a.9.9 0 0 0-.6-.3l-.6.3c-.2.1-.2.3-.2.6 0 .2 0 .5.2.6.2.2.4.2.6.2m0 2.5c.3 0 .5 0 .7-.2s.3-.4.3-.7c0-.4 0-.6-.3-.8a1 1 0 0 0-.7-.2 1 1 0 0 0-.7.2c-.2.2-.3.4-.3.8 0 .3.1.5.3.7zm3.6-2.2c-.2 0-.4 0-.6-.2-.2 0-.3-.2-.4-.4-.2-.2-.2-.4-.2-.7 0-.2 0-.4.2-.6 0-.2.2-.4.4-.5l.6-.1.7.1.4.5.2.6c0 .3 0 .5-.2.7a1 1 0 0 1-.4.4zm0-.5c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.6 0-.2 0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.3 0-.5.2l-.2.5.2.6zm3 3.3c-.2 0-.4 0-.6-.2-.2 0-.3-.2-.4-.4l-.2-.7c0-.2 0-.4.2-.6l.4-.5.7-.1.6.1.4.5.2.6c0 .3 0 .5-.2.7 0 .2-.2.3-.4.4l-.6.2Zm0-.5c.3 0 .4 0 .6-.2l.2-.6-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2-.2.1-.2.3-.2.5 0 .3 0 .5.2.6l.5.2Zm-2.9.4h-.5l3.4-5.1h.5l-3.4 5Z"}),D.createElement("path",{fill:"#6C726E",d:"M349.2 827.6c-.2 0-.4 0-.6-.2a.8.8 0 0 1-.2-.6v-5c0-.3 0-.5.2-.7l.6-.2h6.8c.2 0 .4 0 .6.2l.2.6v5c0 .3 0 .5-.2.7s-.4.2-.6.2zm0-.8h4.4v-1.5h-4.4zm5.3 0h1.5V823h-1.5zm-5.3-2.3h4.4V823h-4.4zm20.3-18.9v-4.5H368v-.5h3.7v.5H370v4.5h-.6Zm4 .2c-.4 0-.7-.1-1-.3l-.6-.7-.2-1c0-.4 0-.8.2-1a1.7 1.7 0 0 1 1.6-1c.4 0 .7 0 1 .3l.6.6.2 1c0 .5 0 .8-.2 1.1l-.7.7q-.3.3-.9.3m0-.6c.4 0 .6-.1.9-.4.2-.2.3-.6.3-1 0-.5-.1-.8-.3-1a1 1 0 0 0-.9-.5c-.3 0-.6.2-.9.4-.2.3-.3.6-.3 1 0 .5.1.9.3 1.1.3.3.6.4.9.4m2.7 2v-5.3h.6v.6c0-.2.2-.4.4-.5l.8-.2a1.6 1.6 0 0 1 1.4 1c.2.2.2.6.2 1s0 .7-.2 1c-.1.3-.3.5-.6.7-.2.2-.5.3-.8.3l-.8-.2-.4-.4v2zm1.7-2c.3 0 .6-.1.8-.4.2-.2.3-.6.3-1 0-.5 0-.8-.3-1a1 1 0 0 0-.8-.5 1 1 0 0 0-.8.4c-.2.3-.3.6-.3 1 0 .5 0 .9.3 1.1.2.3.5.4.8.4m6.1.6-.9-.3-.6-.7-.2-1c0-.4 0-.8.2-1a1.7 1.7 0 0 1 1.6-1c.4 0 .8.1 1 .3.3.3.5.6.5 1h-.6a1 1 0 0 0-.3-.5 1 1 0 0 0-.6-.3 1 1 0 0 0-.9.4c-.2.3-.3.6-.3 1 0 .5.1.9.3 1.1.2.3.5.4.9.4.5 0 .8-.2 1-.8l.5.2c0 .3-.3.6-.5.8-.3.2-.6.4-1 .4Zm4 0-.9-.3-.6-.7-.2-1c0-.4 0-.8.2-1a1.7 1.7 0 0 1 1.6-1c.3 0 .7 0 1 .3.2.1.4.3.5.6.2.3.3.7.3 1 0 .5-.1.8-.3 1.1-.1.3-.3.5-.6.7-.2.2-.6.3-1 .3m0-.6c.4 0 .7-.1 1-.4.1-.2.3-.6.3-1 0-.5-.2-.8-.4-1a1 1 0 0 0-.8-.5c-.4 0-.7.2-.9.4-.2.3-.3.6-.3 1 0 .5.1.9.3 1.1.2.3.5.4.9.4Zm2.7.4V802h.6v.5l.4-.4.7-.2c.5 0 .8.1 1 .4.2.2.3.5.3 1v2.4h-.6v-2.4c0-.3 0-.5-.2-.7a.9.9 0 0 0-.6-.2c-.2 0-.4 0-.5.2a1 1 0 0 0-.4.4v2.7h-.7Zm4.3-1v-2.1h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2l.1.5.4.1a.7.7 0 0 0 .3 0v.5h-.2l-.2.1a1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7Zm3.7 1.2-.9-.3c-.3-.2-.5-.4-.6-.7l-.2-1c0-.4 0-.7.2-1l.6-.8 1-.2c.4 0 .9.2 1.1.5.3.3.5.7.5 1.3a2 2 0 0 1 0 .3h-2.8c0 .4.1.7.3 1 .2.2.5.3.8.3s.6 0 .7-.2l.4-.5.5.2-.5.7c-.3.3-.6.4-1 .4Zm0-3.5a1 1 0 0 0-.7.3l-.4.8h2.2c0-.3-.1-.6-.3-.8s-.4-.3-.8-.3m2.6 3.3V802h.6v.5l.5-.4.6-.2c.5 0 .8.1 1 .4.2.2.3.5.3 1v2.4h-.6v-2.4c0-.3 0-.5-.2-.7a.9.9 0 0 0-.6-.2c-.2 0-.4 0-.5.2a1 1 0 0 0-.4.4v2.7h-.7Zm4.3-1v-2.1h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2l.1.5.4.1h.4v.5h-.2l-.3.1a1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7Zm6.1 1.2a1.4 1.4 0 0 1-1.2-.7v.5h-.6v-5.5h.6v2.3l.5-.4.7-.2c.4 0 .6 0 .9.3l.6.6.2 1c0 .5 0 .8-.2 1.1l-.6.7zm0-.6c.3 0 .6-.1.8-.4.2-.2.3-.6.3-1 0-.5-.1-.8-.3-1a1 1 0 0 0-.9-.5 1 1 0 0 0-.8.4c-.2.3-.3.6-.3 1 0 .5.1.9.3 1.1.2.3.5.4.8.4Zm2.7 2h-.2l-.3-.1v-.6l.2.1h.2l.4-.1.3-.5.2-.4-1.4-3.7h.6l1 3 1.2-3h.6l-1.7 4.2-.4.8a1 1 0 0 1-.7.3m5.5 0v-5.3h.6v.6c0-.2.2-.4.4-.5l.8-.2a1.6 1.6 0 0 1 1.4 1c.2.2.2.6.2 1s0 .7-.2 1c-.1.3-.3.5-.6.7-.2.2-.5.3-.8.3l-.8-.2-.4-.4v2zm1.7-2c.3 0 .6-.1.8-.4.2-.2.3-.6.3-1 0-.5 0-.8-.3-1a1 1 0 0 0-.8-.5 1 1 0 0 0-.8.4c-.2.3-.3.6-.3 1 0 .5 0 .9.3 1.1.2.3.5.4.8.4m3.8.6c-.4 0-.7-.1-1-.4a1 1 0 0 1-.3-.8c0-.3 0-.5.2-.6l.5-.4.7-.1a3.8 3.8 0 0 1 1.1.1v-.4c0-.3 0-.5-.2-.6a1 1 0 0 0-.7-.3c-.5 0-.8.3-1 .7l-.5-.1c0-.4.2-.6.5-.8s.6-.3 1-.3c.5 0 .8.1 1.1.4.3.2.4.6.4 1v2.4h-.6v-.4l-.4.4zm.1-.6.6-.1.4-.4.1-.6-1-.2-.6.2c-.2.1-.3.3-.3.5s.1.3.3.5zm4.3 2h-.8l-.5-.5-.3-.5.6-.2c0 .2.2.4.3.5.2.2.4.2.7.2.4 0 .6 0 .8-.3q.3-.3.3-.9v-.6l-.5.5c-.2.2-.4.2-.7.2a1.5 1.5 0 0 1-1.4-.9c-.2-.2-.2-.6-.2-1s0-.8.2-1c.1-.3.3-.5.6-.7a1.6 1.6 0 0 1 1.5 0c.2 0 .4.2.5.4v-.5h.6v3.6c0 .4-.1.7-.3 1a1 1 0 0 1-.5.6l-.9.2Zm0-2.1c.2 0 .4 0 .5-.2.2 0 .3-.2.4-.4l.2-.8c0-.3 0-.6-.2-.8a1 1 0 0 0-.4-.4 1 1 0 0 0-.5-.2 1 1 0 0 0-1 .6l-.1.8.1.8.4.4zm4.3.7c-.4 0-.7-.1-1-.3l-.5-.7c-.2-.3-.2-.6-.2-1s0-.7.2-1c.1-.3.3-.6.6-.8l.9-.2c.5 0 1 .2 1.2.5.3.3.5.7.5 1.3a3 3 0 0 1 0 .3H433c0 .4 0 .7.3 1 .2.2.5.3.8.3s.5 0 .7-.2l.3-.5.5.2c0 .3-.2.5-.5.7-.2.3-.6.4-1 .4m0-3.5a1 1 0 0 0-.7.3c-.2.2-.4.4-.4.8h2.1c0-.3 0-.6-.2-.8s-.5-.3-.8-.3m3.5 3.3-1.4-3.7h.6l1 3 1.1-3h.6l-1.3 3.7zm3-4.6-.3-.1-.2-.3c0-.2 0-.3.2-.3l.3-.2c.1 0 .2 0 .3.2l.1.3-.1.3zm-.3 4.6V802h.6v3.7h-.6Zm3.2.2c-.4 0-.7-.1-1-.3l-.5-.7c-.2-.3-.2-.6-.2-1s0-.7.2-1c.1-.3.3-.6.6-.8l.9-.2c.5 0 1 .2 1.2.5.3.3.5.7.5 1.3a3 3 0 0 1 0 .3h-2.8c0 .4.1.7.3 1 .2.2.5.3.8.3s.5 0 .7-.2c.1-.1.3-.3.3-.5l.6.2-.5.7c-.3.3-.7.4-1.1.4m0-3.5a1 1 0 0 0-.7.3l-.4.8h2.1c0-.3 0-.6-.2-.8s-.5-.3-.8-.3m3.2 3.3-1-3.7h.5l.8 3 .9-3h.6l.8 3 .8-3h.6l-1 3.7h-.7l-.9-3-.8 3zm6 .2a2 2 0 0 1-.7-.2c-.3 0-.4-.2-.6-.4l-.2-.6h.5l.3.4c.2.2.4.2.7.2l.6-.1c.2-.1.2-.3.2-.5 0-.3-.2-.5-.7-.6h-.5l-.8-.4a1 1 0 0 1-.3-.7l.2-.6.5-.4.7-.1.7.1c.2 0 .3.2.5.3l.2.6-.5.1c-.1-.2-.2-.4-.4-.4a1 1 0 0 0-.5-.2 1 1 0 0 0-.5.2c-.2 0-.3.2-.3.3l.2.4.6.2.5.1c.3 0 .6.2.8.4l.2.7c0 .2 0 .4-.2.6 0 .2-.3.3-.5.4z"}),D.createElement("rect",{width:50.4,height:13.1,x:545.6,y:798.6,fill:"#FFE4B1",rx:6.5}),D.createElement("path",{fill:"#684500",d:"M550.7 807.4v-4h1.5c.3 0 .5 0 .7.2.2 0 .3.2.5.4l.1.7-.1.7a1 1 0 0 1-.5.4l-.7.1h-.9v1.5zm1.5-3.4h-.9v1.4h1c.1 0 .3 0 .4-.2.2-.1.2-.3.2-.5s0-.4-.2-.5a.8.8 0 0 0-.5-.2m2.8 3.5a1 1 0 0 1-.7-.2.9.9 0 0 1-.3-.7c0-.2 0-.4.2-.5l.4-.3.5-.1a3.1 3.1 0 0 1 .9.1v-.3c0-.2 0-.3-.2-.4a.7.7 0 0 0-.5-.2l-.4.1c-.2.1-.2.2-.3.4l-.5-.1c0-.3.2-.5.4-.7l.8-.2c.4 0 .7.1 1 .3q.3.3.3.9v1.8h-.6v-.3l-.4.3zm.2-.5c.2 0 .4 0 .6-.2l.2-.5-.8-.2c-.2 0-.3 0-.4.2-.1 0-.2.1-.2.3 0 .1 0 .2.2.3zm4.8-.4V805h-.5v-.5h.5v-.8h.6v.8h.7v.5h-.7v1.5c0 .3.1.4.3.4h.4v.5a1.4 1.4 0 0 1-.5 0l-.6-.1a.9.9 0 0 1-.2-.7m-2.6.8v-2.9h.6v.4l.3-.4h.5a1.2 1.2 0 0 1 .3 0v.6l-.4-.1c-.2 0-.3 0-.5.2l-.2.6v1.6zm5-3.5-.4-.1v-.6l.3-.1h.3l.1.4v.3h-.4Zm-.4 3.5v-2.9h.6v3h-.6Zm2.4.1a1 1 0 0 1-.7-.2.9.9 0 0 1-.3-.7l.1-.5.4-.3.6-.1a3.1 3.1 0 0 1 .9.1v-.3l-.2-.4a.7.7 0 0 0-.5-.2l-.5.1-.2.4-.5-.1c0-.3.2-.5.4-.7l.8-.2c.4 0 .7.1 1 .3l.2.9v1.8h-.5v-.3l-.4.3zm.1-.5c.3 0 .5 0 .6-.2.2-.1.3-.3.3-.5l-.8-.2c-.2 0-.3 0-.4.2-.2 0-.2.1-.2.3l.1.3zm2.3.4v-4.3h.6v4.3zm4.2.1c-.3 0-.5 0-.7-.2-.2 0-.3-.3-.5-.5a2 2 0 0 1-.1-.8l.1-.9a1.2 1.2 0 0 1 1.8-.6l.3.4V803h.6v4.3h-.6v-.3l-.4.3a1 1 0 0 1-.5.1Zm.1-.5.6-.3c.2-.1.2-.4.2-.7 0-.4 0-.6-.2-.8a.8.8 0 0 0-.6-.2c-.2 0-.4 0-.6.2l-.2.8c0 .3 0 .6.2.7zm3.2.5a1 1 0 0 1-.8-.2.9.9 0 0 1-.2-.7l.1-.5.4-.3.6-.1a3 3 0 0 1 .8.1v-.3c0-.2 0-.3-.2-.4a.7.7 0 0 0-.5-.2l-.4.1-.2.4-.6-.1c0-.3.2-.5.5-.7l.7-.2c.5 0 .8.1 1 .3q.3.3.3.9v1.8h-.6v-.3l-.4.3zm.1-.5c.3 0 .5 0 .6-.2.2-.1.2-.3.2-.5l-.7-.2c-.2 0-.4 0-.5.2l-.1.3.1.3zm2.5-.4V805h-.5v-.5h.5v-.8h.6v.8h.7v.5h-.7v1.5c0 .3.1.4.3.4h.4v.5h-.5l-.6-.1a.9.9 0 0 1-.2-.7m2.8 1a1 1 0 0 1-.7-.3.9.9 0 0 1-.3-.7c0-.2 0-.4.2-.5l.4-.3.5-.1a3.1 3.1 0 0 1 .9.1v-.3c0-.2 0-.3-.2-.4a.7.7 0 0 0-.5-.2l-.4.1c-.2.1-.2.2-.3.4l-.5-.1c0-.3.2-.5.4-.7l.8-.2c.4 0 .7.1 1 .3q.3.3.3.9v1.8h-.6v-.3l-.4.3-.6.1Zm.2-.6c.2 0 .4 0 .6-.2l.2-.5-.8-.2c-.2 0-.3 0-.4.2-.1 0-.2.1-.2.3 0 .1 0 .2.2.3z"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__H)"},D.createElement("path",{fill:"#4E3300",d:"M587.5 806.7h.6V805h-.6v1.8Zm.3-2.5h.2l.1-.3v-.2h-.3a.3.3 0 0 0-.3.2v.3zm0 4a3 3 0 0 1-2.9-1.8 3 3 0 0 1-.2-1.2 3 3 0 0 1 1.9-2.9 3 3 0 0 1 1.2-.2c.5 0 .9 0 1.2.2a3 3 0 0 1 1.7 4 3 3 0 0 1-2.9 2Zm0-.5c.7 0 1.3-.3 1.8-.8.5-.4.7-1 .7-1.7a2.4 2.4 0 0 0-2.5-2.5c-.7 0-1.3.2-1.7.7-.5.5-.8 1-.8 1.8 0 .7.3 1.3.8 1.7.4.5 1 .8 1.7.8"})),D.createElement("path",{fill:"#108080",d:"M368.3 822.8v-4.4h.6l2.2 3.5v-3.5h.5v4.4h-.6l-2.2-3.6v3.6zm5.4 0a1 1 0 0 1-.9-.2q-.3-.3-.3-.9v-2.1h.5v2q0 .45.3.6c.1.2.3.2.5.2l.4-.1.3-.3.1-.5v-2h.5v3.3h-.5v-.4l-.4.3-.5.2Zm2.4 0v-3.2h.5v.4l.4-.4.5-.1.6.1.3.4.4-.4.6-.1c.3 0 .5 0 .7.3.2.2.3.4.3.8v2.2h-.6v-2.2l-.1-.5-.5-.2c-.2 0-.4.1-.5.3l-.2.6v2h-.5v-2.2c0-.2 0-.4-.2-.5a.6.6 0 0 0-.4-.2c-.2 0-.3 0-.4.2l-.3.3v2.4zm6.7 0h-.6l-.4-.5v.5h-.5V818h.5v1.9l.4-.4.6-.1c.3 0 .6 0 .8.2.2.1.4.3.5.6l.2.9c0 .3 0 .6-.2.9l-.5.6zm0-.4c.3 0 .5 0 .7-.3.2-.2.3-.5.3-1 0-.3-.1-.6-.3-.8a.9.9 0 0 0-.7-.3c-.3 0-.5 0-.7.3q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m3.6.5c-.3 0-.6 0-.8-.2-.3-.2-.4-.4-.5-.6a2 2 0 0 1-.2-1c0-.2 0-.5.2-.8 0-.2.3-.4.5-.6l.7-.2c.5 0 .9.1 1.1.4.3.3.4.6.4 1a2 2 0 0 1 0 .4h-2.4c0 .3.1.6.3.8s.4.3.7.3l.6-.1.2-.5.5.2c0 .2-.2.4-.4.6-.3.2-.6.3-1 .3Zm0-3a1 1 0 0 0-.7.3l-.3.7h1.9a1 1 0 0 0-.3-.7c-.1-.2-.4-.3-.7-.3Zm2.2 2.9v-3.2h.5v.4l.3-.4.5-.1h.3v.6l-.3-.1-.4.1-.3.4-.1.4v1.9zm5.4 0-.8-.1-.5-.6a2 2 0 0 1-.2-1c0-.3 0-.5.2-.8a1.4 1.4 0 0 1 1.3-.8c.3 0 .6 0 .8.2.2.1.4.3.5.6.2.3.2.5.2.9 0 .3 0 .6-.2.9 0 .2-.3.4-.5.6l-.8.2Zm0-.4c.3 0 .5-.1.7-.3s.3-.5.3-1c0-.3 0-.6-.3-.8a1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m2.5.4V820h-.5v-.5h.5v-.7c0-.3.1-.5.3-.7s.4-.2.7-.2a1.5 1.5 0 0 1 .4 0v.5h-.7l-.2.5v.6h.8v.5h-.8v2.7h-.5Zm3.8 0v-4.4h1.7c.3 0 .5 0 .7.2l.4.3.2.6a1 1 0 0 1-.6 1 1 1 0 0 1 .7 1c0 .3 0 .5-.2.7 0 .2-.2.3-.4.4l-.7.2zm1.7-3.9h-1.2v1.3h1.2l.6-.1.2-.5c0-.3-.1-.4-.2-.5a.8.8 0 0 0-.6-.2m-1.2 3.4h1.3c.3 0 .4 0 .6-.2l.2-.6c0-.2 0-.4-.2-.6a.8.8 0 0 0-.6-.2h-1.3zm3.4.5v-3.2h.5v.4l.4-.4.5-.1h.2v.6l-.3-.1-.4.1-.3.4v2.3zm3.3 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7l.1-.5.5-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.3c-.4 0-.7.2-.8.6l-.5-.1c.1-.3.2-.5.5-.7l.8-.2c.4 0 .8 0 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3-.6.2Zm0-.4h.6l.3-.4.1-.5-.8-.2a1 1 0 0 0-.6.2l-.2.4c0 .2 0 .3.2.4l.5.1Zm2.3.4v-.5l1.8-2.2h-1.8v-.5h2.4v.4l-1.8 2.3h1.9v.5zm3.6-4-.3-.1v-.5l.3-.1h.3v.6zm-.3 4v-3.2h.5v3.2zm1.5 0V818h.5v4.7h-.5Zm1.8-4-.3-.1v-.5l.3-.1h.2l.2.3c0 .1 0 .2-.2.3zm-.3 4v-3.2h.5v3.2zm2.5 0c-.4 0-.6 0-.8-.2a1 1 0 0 1-.4-.7l.2-.5.5-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2-.2-.4-.3-.5a.9.9 0 0 0-.6-.3c-.4 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3-.6.2Zm0-.4h.5l.4-.4.1-.5-.8-.2a1 1 0 0 0-.6.2c-.2 0-.2.2-.2.4s0 .3.2.4zm2.5.4v-3.2h.4v.4l.4-.4.6-.1c.4 0 .7 0 .8.3q.3.3.3.9v2h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.1h-.5l-.2.4-.1.5v1.9zm4.6 0h-.7l-.4-.4a1 1 0 0 1-.3-.5h.5l.3.3c.1.2.3.2.6.2l.5-.1.2-.4c0-.3-.2-.4-.7-.5l-.4-.1c-.2 0-.5-.1-.6-.3a.8.8 0 0 1-.3-.6c0-.2 0-.3.2-.5l.4-.3.6-.1h.5l.5.4.2.5h-.5c0-.1-.1-.3-.3-.3a.9.9 0 0 0-.4-.2c-.2 0-.3 0-.5.2-.1 0-.2.1-.2.3 0 .1 0 .2.2.3l.4.2h.5l.7.4.2.6c0 .2 0 .4-.2.5a1 1 0 0 1-.4.4zm3.9-4-.3-.1-.1-.3v-.2l.4-.1h.2l.1.3v.3zm-.3 4v-3.2h.5v3.2zm1.5 0v-3.2h.5v.4l.4-.4.5-.1c.4 0 .7 0 .9.3q.3.3.3.9v2h-.5v-2q0-.45-.3-.6a.8.8 0 0 0-.5-.1h-.4l-.3.4-.1.5v1.9zm5.3 0v-4.4h.5v4.4zm1.5 0v-3.2h.5v.4l.4-.4.5-.1h.2v.6l-.3-.1-.4.1-.3.4v2.3zm3.5 0-.7-.1-.6-.6a2 2 0 0 1-.1-1c0-.2 0-.5.2-.8 0-.2.2-.4.5-.6l.7-.2c.5 0 .8.1 1.1.4s.4.6.4 1a2 2 0 0 1 0 .4h-2.4c0 .3 0 .6.3.8.1.2.4.3.7.3l.5-.1c.2-.2.3-.3.3-.5l.5.2c0 .2-.2.4-.5.6q-.3.3-.9.3Zm0-2.9-.6.3-.3.7h1.8c0-.3 0-.5-.2-.7-.1-.2-.4-.3-.7-.3m2.3 2.9V818h.5v4.7h-.5Zm2.4 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5 0-.2.2-.3.4-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.3c-.4 0-.7.2-.8.6l-.4-.1c0-.3.2-.5.4-.7l.8-.2c.5 0 .8 0 1 .3.2.2.4.5.4.9v2h-.5v-.3l-.4.3-.7.2Zm.1-.4h.5l.3-.4.2-.5-.9-.2a1 1 0 0 0-.6.2l-.2.4.2.4zm2.4.4v-3.2h.5v.4l.4-.4.6-.1c.3 0 .6 0 .8.3q.3.3.3.9v2h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.1h-.5l-.3.4v2.4zm4.8 0-.8-.1-.5-.6-.1-1 .1-.8.5-.6.8-.2a1.2 1.2 0 0 1 1 .5v-1.9h.5v4.7h-.5v-.5c0 .2-.2.3-.4.4l-.6.2Zm0-.4c.3 0 .6 0 .8-.3l.2-1c0-.3 0-.6-.2-.8a.9.9 0 0 0-.7-.3c-.3 0-.6 0-.7.3q-.3.3-.3.9c0 .6 0 .7.3.9.1.2.4.3.7.3Zm4.4-3.6-.2-.1-.2-.3s0-.2.2-.2l.2-.1h.3v.6zm-.2 4v-3.2h.5v3.2zm1.5 0v-3.2h.4v.4l.4-.4.6-.1c.4 0 .7 0 .8.3q.3.3.3.9v2h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.1h-.5l-.2.4-.1.5v1.9zm4.8 0-.8-.1-.5-.6a2 2 0 0 1-.2-1c0-.3 0-.6.2-.8a1.4 1.4 0 0 1 1.3-.8c.4 0 .7 0 1 .3l.4.7-.5.1c0-.2-.2-.3-.3-.5a.8.8 0 0 0-.6-.1 1 1 0 0 0-.7.3q-.3.3-.3.9c0 .6.1.7.3.9s.4.3.7.3c.5 0 .7-.2.9-.7l.4.2c0 .3-.2.5-.4.7q-.3.3-.9.3Zm2.1 0v-3.2h.5v.4l.3-.4.6-.1h.3v.6l-.4-.1-.4.1-.3.4v2.3zm3.5 0-.8-.1-.5-.6a2 2 0 0 1-.2-1l.2-.8.5-.6.8-.2c.5 0 .8.1 1 .4.3.3.5.6.5 1a2 2 0 0 1 0 .4h-2.4c0 .3 0 .6.2.8s.5.3.7.3l.6-.1.3-.5.5.2-.5.6q-.3.3-.9.3Zm0-2.9-.6.3c-.2.1-.3.4-.3.7h1.8c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.3m3.3 3c-.4 0-.6-.1-.9-.3a1 1 0 0 1-.3-.7l.2-.5.5-.4h.6a3.1 3.1 0 0 1 .9 0v-.3c0-.2 0-.4-.2-.5a.9.9 0 0 0-.6-.3c-.5 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3zm0-.5h.5l.4-.4.1-.5-.9-.2a1 1 0 0 0-.5.2c-.2 0-.2.2-.2.4s0 .3.2.4zm3.5.5-.6-.1-.5-.4a1 1 0 0 1-.2-.5h.5l.2.3c.2.2.4.2.6.2l.5-.1c.2 0 .2-.2.2-.4 0-.3-.2-.4-.6-.5l-.4-.1a1 1 0 0 1-.7-.3.8.8 0 0 1-.2-.6l.1-.5.5-.3.5-.1h.6l.4.4.2.5h-.4l-.3-.3a.9.9 0 0 0-.5-.2c-.1 0-.3 0-.4.2-.2 0-.2.1-.2.3l.1.3.5.2h.4l.7.4c.2.1.2.3.2.6l-.1.5a1 1 0 0 1-.5.4h-.6Zm3.3 0c-.3 0-.6 0-.8-.2l-.5-.6a2 2 0 0 1-.2-1c0-.2 0-.5.2-.8l.5-.6.8-.2c.5 0 .8.1 1 .4.3.3.4.6.4 1a2 2 0 0 1 0 .4h-2.4c0 .3.2.6.3.8.2.2.4.3.7.3l.6-.1.3-.5.4.2c0 .2-.2.4-.4.6q-.3.3-.9.3m0-3-.6.3c-.2.1-.3.4-.3.7h1.8c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.3m3.4 3-.7-.1-.4-.4a1 1 0 0 1-.3-.5h.5l.3.3c.1.2.3.2.6.2l.5-.1.2-.4c0-.3-.2-.4-.7-.5l-.4-.1c-.2 0-.5-.1-.6-.3a.8.8 0 0 1-.3-.6c0-.2 0-.3.2-.5l.4-.3.6-.1h.5l.5.4.2.5h-.5c0-.1-.1-.3-.3-.3a.9.9 0 0 0-.4-.2c-.2 0-.3 0-.5.2-.1 0-.2.1-.2.3 0 .1 0 .2.2.3l.4.2h.5l.7.4.2.6c0 .2 0 .4-.2.5a1 1 0 0 1-.4.4h-.6Zm3.2-2.8v-.5h.6v-.7c0-.3 0-.5.2-.7s.4-.2.7-.2h.5v.6l-.1-.1h-.7l-.1.5v.6h1.4v.5H487v2.7h-.5V820h-.6Zm2.7-1.3-.2-.1-.1-.3v-.2l.3-.1h.3l.1.3v.3zm-.2 4v-3.2h.5v3.2zm2.3 0-1.2-3.2h.6l.8 2.6 1-2.6h.5l-1.2 3.2zm3.5 0-.8-.1-.5-.6a2 2 0 0 1-.2-1l.2-.8.5-.6.8-.2c.5 0 .8.1 1 .4.3.3.4.6.4 1a2 2 0 0 1 0 .4h-2.4c0 .3.2.6.3.8.2.2.4.3.7.3l.6-.1.3-.5.4.2c0 .2-.2.4-.4.6q-.3.3-.9.3Zm0-2.9-.6.3c-.2.1-.3.4-.3.7h1.8c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.3m2.5 2.9V820h-.6v-.5h.6v-.7c0-.3 0-.5.2-.7s.5-.2.7-.2h.5v.5h-.8l-.1.5v.6h.7v.5h-.7v2.7h-.5Zm3.2 0-.8-.1-.5-.6a2 2 0 0 1-.2-1c0-.3 0-.5.2-.8a1.4 1.4 0 0 1 1.3-.8c.3 0 .6 0 .8.2.2.1.4.3.5.6.2.3.2.5.2.9 0 .3 0 .6-.2.9 0 .2-.3.4-.5.6l-.8.2Zm0-.4c.3 0 .6-.1.7-.3.2-.2.3-.5.3-1 0-.3 0-.6-.3-.8a1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m2.3.4V818h.5v4.7h-.5Zm2.7 0-.7-.1c-.3-.2-.4-.4-.5-.6a2 2 0 0 1-.2-1c0-.3 0-.5.2-.8 0-.3.2-.5.5-.6l.7-.2.6.1.4.4v-1.9h.5v4.7h-.4v-.5l-.5.4-.6.2Zm0-.4c.4 0 .6 0 .8-.3.2-.2.3-.5.3-1 0-.3-.1-.6-.3-.8a.9.9 0 0 0-.7-.3c-.3 0-.6 0-.7.3q-.3.3-.3.9c0 .6 0 .7.3.9.1.2.4.3.7.3Zm4.4-3.6-.2-.1-.1-.3v-.2l.3-.1h.3l.1.3-.1.3zm-.2 4v-3.2h.5v3.2zm1.5 0v-3.2h.5v.4l.3-.4.6-.1c.4 0 .7 0 .9.3q.3.3.3.9v2h-.6v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.1h-.4l-.3.4-.1.5v1.9zm6.3 0h-.7l-.4-.4a1 1 0 0 1-.2-.5h.4l.3.3c.1.2.3.2.6.2l.5-.1.2-.4c0-.3-.2-.4-.7-.5l-.4-.1c-.2 0-.5-.1-.6-.3a.8.8 0 0 1-.3-.6c0-.2 0-.3.2-.5l.4-.3.6-.1h.5l.5.4.2.5h-.5l-.2-.3a.9.9 0 0 0-.5-.2c-.2 0-.3 0-.5.2-.1 0-.2.1-.2.3 0 .1 0 .2.2.3l.4.2h.5l.7.4.2.6c0 .2 0 .4-.2.5a1 1 0 0 1-.4.4zm2.2-4-.3-.1-.1-.3.1-.2.3-.1h.2l.1.3v.3zm-.3 4v-3.2h.5v3.2zm1.2 0 1.1-1.6-1.1-1.6h.6l.8 1.2.8-1.2h.6l-1.1 1.6 1 1.6h-.5l-.8-1.3-.9 1.3zm5.3 1.3h-.4v-.6l.1.1h.6l.2-.5.2-.4-1.3-3.1h.6l1 2.5.9-2.5h.5l-1.4 3.6-.4.7zm4.2-1.2c-.3 0-.6 0-.8-.2l-.5-.6a2 2 0 0 1-.2-1c0-.2 0-.5.2-.8l.5-.6.8-.2c.5 0 .8.1 1 .4.3.3.4.6.4 1a2 2 0 0 1 0 .4h-2.4c0 .3.2.6.3.8.2.2.4.3.7.3l.6-.1.3-.5.4.2c0 .2-.2.4-.4.6q-.3.3-.9.3m0-3c-.2 0-.5.1-.6.3-.2.1-.3.4-.3.7h1.8c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.3m3.2 3c-.3 0-.6-.1-.8-.3a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.4-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2 0-.4-.2-.5a.9.9 0 0 0-.6-.3c-.5 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3zm.1-.5h.5l.4-.4v-.5l-.8-.2a1 1 0 0 0-.5.2c-.2 0-.2.2-.2.4l.1.4zm2.4.4v-3.2h.5v.4l.4-.4.5-.1h.2v.6l-.3-.1-.4.1-.3.4v2.3zm3.4 0h-.6l-.5-.4a1 1 0 0 1-.2-.5h.5l.2.3c.2.2.4.2.6.2l.5-.1c.2 0 .2-.2.2-.4 0-.3-.2-.4-.6-.5l-.4-.1a1 1 0 0 1-.7-.3.8.8 0 0 1-.2-.6l.1-.5.5-.3.5-.1h.6l.4.4.2.5h-.4l-.3-.3a.9.9 0 0 0-.5-.2c-.1 0-.3 0-.4.2-.2 0-.2.1-.2.3l.1.3.5.2h.4l.7.4c.2.1.2.3.2.6l-.1.5a1 1 0 0 1-.5.4zm3.6-1.7v-.4h3v.4zm7.4 1.8a2 2 0 0 1-1.1-.3 2 2 0 0 1-.7-.8q-.3-.45-.3-1.2c0-.75.1-.8.3-1.2.1-.3.4-.6.7-.8a2 2 0 0 1 1-.3 2 2 0 0 1 1.8 1c.2.5.3.8.3 1.3s0 .9-.3 1.2a2 2 0 0 1-.7.8 2 2 0 0 1-1 .3m0-.5c.3 0 .5 0 .7-.2l.6-.6.2-1c0-.4 0-.7-.2-1a1.4 1.4 0 0 0-1.3-.8c-.3 0-.6 0-.8.2l-.6.6-.2 1 .2 1a1.4 1.4 0 0 0 1.4.8m3-3.6-.2-.1-.1-.3.1-.2.3-.1h.2l.1.3v.3l-.3.1Zm-.2 4v-3.2h.5v3.2zm1.8 0-.2-.1-.1-.3v-.2l.3-.2c.1 0 .2 0 .3.2l.1.2v.3zm1.6-4-.2-.1-.2-.3s0-.2.2-.2l.2-.1h.3v.6zm-.2 4v-3.2h.5v3.2zm2.7 0-.8-.1-.5-.6a2 2 0 0 1-.2-1l.2-.8.5-.6.8-.2c.5 0 .8.1 1 .4.3.3.4.6.4 1a2 2 0 0 1 0 .4h-2.4c0 .3.2.6.3.8.2.2.4.3.7.3l.6-.1.3-.5.4.2c0 .2-.2.4-.4.6q-.3.3-.9.3Zm0-2.9-.6.3c-.2.1-.3.4-.3.7h1.8c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.3m2.6 3-.3-.2-.1-.3.1-.2.3-.2s.2 0 .3.2v.5l-.3.1Zm1.7 0c-.2 0-.2-.1-.3-.2l-.1-.3v-.2l.4-.2.2.2.1.2v.3l-.3.1Zm1.6 0-.3-.2v-.5l.3-.2c.1 0 .2 0 .3.2l.1.2-.1.3-.3.1ZM370.1 835a2 2 0 0 1-1-.4 2 2 0 0 1-.7-.8q-.3-.45-.3-1.2c0-.4 0-.8.3-1.1.1-.4.4-.7.7-.8a2 2 0 0 1 1-.3c.4 0 .8 0 1.1.3.3.1.5.4.7.8.2.3.3.7.3 1.1q0 .75-.3 1.2a2 2 0 0 1-.7.8 2 2 0 0 1-1 .3Zm0-.6c.3 0 .6 0 .8-.2l.6-.6.2-1-.2-1a1.4 1.4 0 0 0-1.4-.7c-.2 0-.5 0-.7.2q-.45.15-.6.6l-.2 1c0 .3 0 .7.2 1a1.4 1.4 0 0 0 1.3.7m3.1-3.6h-.2l-.1-.3v-.3l.3-.1.3.1.1.3-.1.2zm-.2 4v-3.2h.5v3.2zm1.8 0h-.3v-.6l.3-.1.3.1.1.3-.1.2-.3.2Zm1.6-4h-.3v-.6l.3-.1.3.1v.5zm-.3 4v-3.2h.5v3.2zm2.8.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.8l.5-.7.8-.2c.4 0 .8.2 1 .4.3.3.4.7.4 1.1a2 2 0 0 1 0 .3H378q0 .6.3.9c.2.2.4.3.7.3l.6-.2.3-.4.4.1c0 .3-.2.5-.4.7zm0-3c-.3 0-.5.2-.6.3l-.4.7h1.9a1 1 0 0 0-.3-.7l-.6-.2Zm3.9 1.3v-.5h1.9v.5h-2Zm4.6 1.6v-4.3h1.7l.6.1a1 1 0 0 1 .7 1 1 1 0 0 1-.6.9l.5.4.2.7c0 .2 0 .4-.2.6 0 .2-.2.4-.4.5l-.7.1zm1.7-3.8H388v1.3h1.2c.2 0 .4 0 .5-.2.2 0 .2-.2.2-.5l-.1-.5a.8.8 0 0 0-.6-.1Zm-1.2 3.3h1.3c.2 0 .4 0 .6-.2l.2-.5-.2-.6a.8.8 0 0 0-.6-.2h-1.3zm3.4.5v-3.2h.5v.5c0-.2.2-.3.3-.4a1 1 0 0 1 .7-.2h.2v.6h-.8l-.3.4v2.4h-.6Zm3.3.1c-.4 0-.6 0-.8-.2a1 1 0 0 1-.3-.8l.1-.5c.1-.2.3-.3.5-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2-.2-.4-.3-.5a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.2c0-.2.2-.5.5-.6.2-.2.5-.3.8-.3.4 0 .7.1 1 .3.2.3.3.6.3 1v2h-.5v-.4l-.4.4zm0-.4.5-.1.4-.4.1-.5-.8-.1a1 1 0 0 0-.6.1c-.2 0-.2.2-.2.4s0 .3.2.4l.5.2Zm3.5.4h-.6l-.5-.4a1 1 0 0 1-.2-.5l.5-.1.3.4.5.2c.2 0 .4 0 .5-.2.2 0 .2-.2.2-.3q0-.45-.6-.6h-.4l-.7-.4a.8.8 0 0 1-.2-.6l.1-.4.5-.4h1.1c.2 0 .3.2.4.3l.2.5h-.4l-.3-.3a.9.9 0 0 0-.4-.1l-.5.1-.2.3.1.3.5.2.4.1c.3 0 .6.2.7.3l.3.6-.2.6a1 1 0 0 1-.5.3zm2.2-4s-.2 0-.2-.2l-.2-.2c0-.1 0-.2.2-.3l.2-.1.3.1v.5l-.3.1Zm-.2 4v-3.3h.5v3.2h-.5Zm1.5 0V830h.5v4.7h-.5Zm2.7 0c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9l.2-.8.5-.7.8-.2c.5 0 .8.2 1 .4.3.3.4.7.4 1.1a2 2 0 0 1 0 .3h-2.3c0 .4 0 .7.2.9s.4.3.7.3l.6-.2.3-.4.5.1-.5.7zm0-3-.6.3a1 1 0 0 0-.3.7h1.8c0-.3 0-.5-.2-.7l-.7-.2Zm2.5-1c-.1 0-.2 0-.3-.2v-.5l.3-.1.3.1v.5l-.3.1Zm-.3 4v-3.3h.6v3.2h-.6Zm1.5 0v-3.3h.5v.5l.4-.4a1 1 0 0 1 .7-.2v.6h-.7l-.3.4v2.4zm3.6 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.3-.8l.8.2.5.6c.2.3.2.6.2 1 0 .3 0 .6-.2.8 0 .3-.3.5-.5.6-.2.2-.5.2-.8.2m0-.4c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.2.2.4.4.7.4m3.4.4h-.6l-.5-.4a1 1 0 0 1-.2-.5l.5-.1c0 .1 0 .3.2.4l.6.2c.2 0 .4 0 .5-.2l.2-.3q0-.45-.6-.6h-.4l-.7-.4a.8.8 0 0 1-.3-.6c0-.1 0-.3.2-.4l.4-.4h1.2l.4.3.2.5h-.5c0-.1 0-.2-.2-.3a.9.9 0 0 0-.5-.1l-.5.1-.1.3.1.3.5.2.4.1c.3 0 .5.2.7.3l.2.6-.1.6a1 1 0 0 1-.5.3zm3.6 0v-3.3h.5v.4l.4-.3.6-.2c.3 0 .6.1.8.3.2.3.3.5.3.9v2.1h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.5.1-.3.4v2.4zm4.5 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.5 0-.2.2-.3.4-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.4-.2c0-.2.2-.5.4-.6.2-.2.5-.3.8-.3.5 0 .8.1 1 .3.2.3.4.6.4 1v2h-.5v-.4l-.4.4zm.1-.4.5-.1c.1-.1.3-.2.3-.4l.2-.5-.9-.1a1 1 0 0 0-.6.1l-.2.4c0 .2 0 .3.2.4zm4.1.3v-4.3h.5v4.3zm1.6 0v-3.2h.5v.5c0-.2.2-.3.3-.4a1 1 0 0 1 .7-.2h.2v.6h-.8l-.3.4v2.4h-.6Zm2.4 0v-4.7h.6v4.7zm2.5.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.8l.1-.5c.2-.2.3-.3.5-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.2c.1-.2.2-.5.5-.6.2-.2.5-.3.8-.3.4 0 .8.1 1 .3.2.3.3.6.3 1v2h-.5v-.4l-.4.4zm0-.4.6-.1.3-.4.1-.5-.8-.1a1 1 0 0 0-.6.1l-.2.4c0 .2 0 .3.2.4l.5.2Zm2.5.3v-3.2h.5v.4l.4-.3.5-.2q.6 0 .9.3c.2.3.3.5.3.9v2.1h-.6v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.4.1-.3.4-.1.4v2h-.5Zm4.8.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9l.2-.9.5-.6.8-.2a1.2 1.2 0 0 1 1 .6v-2h.5v4.7h-.5v-.4l-.4.4zm0-.4c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.2.5-.2 1 0 .3 0 .6.2.8s.4.4.7.4m3.4.4c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.5 0-.2.2-.3.4-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.4-.2c0-.2.2-.5.4-.6.2-.2.5-.3.8-.3.5 0 .8.1 1 .3.2.3.4.6.4 1v2h-.5v-.4l-.4.4zm.1-.4.5-.1c.1-.1.3-.2.3-.4l.2-.5-.9-.1a1 1 0 0 0-.6.1l-.2.4.2.4zm2.5 1h-.5l.3-.7v-.3l.2-.3v-.1h.6a6 6 0 0 1-.2.5l-.1.3-.3.7Zm3.3-.7v-4.3h1.7l.6.1c.2 0 .4.2.5.4l.2.6a1 1 0 0 1-.6.9 1 1 0 0 1 .7 1c0 .3 0 .5-.2.7 0 .2-.2.4-.4.5l-.7.1zm1.7-3.8H451v1.3h1.2c.2 0 .4 0 .5-.2.2 0 .2-.2.2-.5l-.1-.5a.8.8 0 0 0-.6-.1Zm-1.2 3.3h1.3c.2 0 .4 0 .6-.2l.2-.5-.2-.6a.8.8 0 0 0-.6-.2h-1.3zm3.4.5v-3.2h.5v.5c0-.2.2-.3.3-.4a1 1 0 0 1 .7-.2h.2v.6h-.8l-.3.4v2.4h-.6Zm3.3.1c-.4 0-.6 0-.8-.2a1 1 0 0 1-.3-.8l.1-.5c.1-.2.3-.3.5-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2-.2-.4-.3-.5a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.2c0-.2.2-.5.5-.6.2-.2.5-.3.8-.3.4 0 .7.1 1 .3.2.3.3.6.3 1v2h-.5v-.4l-.4.4zm0-.4.5-.1.4-.4.1-.5-.8-.1a1 1 0 0 0-.6.1c-.2 0-.2.2-.2.4s0 .3.2.4l.5.2Zm2.3.3v-.4l1.8-2.3h-1.8v-.5h2.4v.5l-1.8 2.3h1.9v.4zm3.6-4h-.3l-.1-.3.1-.3.3-.1.2.1.1.3v.2zm-.3 4v-3.2h.5v3.2zm1.5 0v-4.7h.5v4.7zm1.8-4h-.3l-.1-.3.1-.3.3-.1.2.1.1.3v.2zm-.3 4v-3.2h.5v3.2zm2.4.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.5.1-.2.3-.3.4-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2 0-.4-.2-.5a.9.9 0 0 0-.6-.2c-.5 0-.7.2-.8.6l-.5-.2c0-.2.2-.5.4-.6.3-.2.5-.3.9-.3s.7.1 1 .3c.2.3.3.6.3 1v2h-.5v-.4l-.4.4zm.1-.4.5-.1.4-.4v-.5l-.8-.1a1 1 0 0 0-.5.1c-.2 0-.2.2-.2.4l.1.4zm2.4.3v-3.2h.5v.4l.4-.3.6-.2c.4 0 .6.1.8.3.2.3.3.5.3.9v2.1h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.5.1-.3.4v2.4h-.6Zm4.6.1h-.6l-.5-.4a1 1 0 0 1-.2-.5l.5-.1.3.4.5.2c.2 0 .4 0 .6-.2l.2-.3c0-.3-.3-.5-.7-.6h-.4c-.3-.1-.5-.2-.6-.4a.8.8 0 0 1-.3-.6c0-.1 0-.3.2-.4 0-.2.2-.3.4-.4h1.1c.2 0 .3.2.4.3.2.1.2.3.3.5h-.5l-.3-.3a.9.9 0 0 0-.4-.1l-.5.1-.2.3c0 .1 0 .2.2.3l.4.2.5.1c.3 0 .5.2.6.3l.3.6c0 .2 0 .4-.2.6a1 1 0 0 1-.4.3zm4-4c-.2 0-.3 0-.3-.2l-.1-.2v-.3l.3-.1.3.1.1.3-.1.2-.3.1Zm-.3 4v-3.3h.5v3.2h-.5Zm1.5 0v-3.3h.5v.4l.3-.3.6-.2q.6 0 .9.3c.2.3.2.5.2.9v2.1h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.4.1c-.2.1-.3.2-.3.4l-.1.4v2zm5.2 0v-4.4h.6v4.3h-.6Zm1.6 0v-3.3h.5v.5c0-.2.2-.3.3-.4a1 1 0 0 1 .7-.2h.2v.6h-.8l-.3.4v2.4zm3.5 0c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.1-.9l.1-.8.5-.7.8-.2c.5 0 .8.2 1 .4.3.3.5.7.5 1.1a2 2 0 0 1 0 .3h-2.4c0 .4 0 .7.2.9s.5.3.7.3l.6-.2c.2-.1.3-.3.3-.4l.5.1c-.1.3-.2.5-.5.7zm0-3-.6.3a1 1 0 0 0-.3.7h1.8c0-.3 0-.5-.2-.7l-.7-.2Zm2.3 3V830h.5v4.7h-.5Zm2.4 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.5 0-.2.2-.3.4-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.4-.2c0-.2.2-.5.4-.6.2-.2.5-.3.8-.3.4 0 .8.1 1 .3.2.3.3.6.3 1v2h-.4v-.4l-.5.4zm0-.4.6-.1.3-.4.1-.5-.8-.1a1 1 0 0 0-.6.1l-.2.4c0 .2 0 .3.2.4l.5.2Zm2.5.3v-3.2h.5v.4l.4-.3.6-.2c.3 0 .6.1.8.3.2.3.3.5.3.9v2.1h-.5v-2l-.2-.6a.8.8 0 0 0-.6-.2l-.4.1-.3.4v2.4h-.6Zm4.8.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.1-.9l.1-.9.5-.6.8-.2a1.2 1.2 0 0 1 1 .6v-2h.5v4.7h-.5v-.4l-.4.4zm0-.4c.3 0 .6-.2.7-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3l-.2 1c0 .3 0 .6.2.8zm-133.9 12.4V843H368v-.5h3.1v.5h-1.3v3.9zm2.5 0V842h.5v2l.4-.4.6-.1c.4 0 .7 0 .9.3q.3.3.3.9v2h-.5v-2l-.2-.6a.7.7 0 0 0-.6-.2c-.2 0-.3 0-.4.2a1 1 0 0 0-.5.8v1.9h-.5Zm5 0c-.4 0-.6 0-.9-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8l.2-.9.5-.6c.3-.2.5-.2.8-.2.5 0 .8.1 1 .4.3.2.5.6.5 1a2 2 0 0 1 0 .4h-2.4c0 .3 0 .6.2.8s.5.3.7.3c.3 0 .5 0 .6-.2.2 0 .2-.2.3-.4l.5.1c-.1.3-.2.5-.5.7q-.3.3-.9.3Zm0-2.9a1 1 0 0 0-.7.3q-.3.15-.3.6h1.8c0-.2 0-.5-.2-.6a1 1 0 0 0-.7-.3Zm4 2v-1.9h-.4v-.4h.5v-1h.5v1h.7v.4h-.7v2.2l.4.1a.6.6 0 0 0 .3 0v.4a1 1 0 0 1-.4.1c-.2 0-.4 0-.6-.2a.9.9 0 0 1-.2-.6Zm3.3 1-.8-.2-.5-.7a2 2 0 0 1-.2-.8c0-.4 0-.7.2-1a1.4 1.4 0 0 1 1.3-.7c.3 0 .6 0 .8.2.3.1.4.3.5.6.2.2.2.5.2.9 0 .3 0 .6-.2.8 0 .3-.2.5-.5.7zm0-.5c.3 0 .6-.1.7-.3.2-.2.3-.5.3-1 0-.3 0-.6-.3-.8a1 1 0 0 0-.7-.4 1 1 0 0 0-.7.4q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m2.3 1.7v-4.5h.5v.4l.4-.4.6-.1c.3 0 .6 0 .8.2.2.1.4.3.5.6l.2.9-.2.9-.5.6-.8.2c-.2 0-.4 0-.6-.2a1 1 0 0 1-.4-.4v1.8zm1.5-1.7c.3 0 .5-.1.7-.3s.3-.5.3-1c0-.3-.1-.6-.3-.8a.9.9 0 0 0-.7-.4c-.3 0-.5.1-.7.4q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m5 .5c-.1 0-.4 0-.5-.2-.2 0-.4-.2-.5-.4l-.3-.6.5-.1c0 .2.2.4.3.5l.6.3.6-.3c.2-.1.2-.3.2-.6 0-.2 0-.4-.2-.6a1 1 0 0 0-.7-.2h-.3v-.5h.3c.2 0 .4 0 .6-.2l.2-.5c0-.2 0-.4-.2-.5l-.5-.2c-.3 0-.4 0-.6.2 0 0-.2.2-.2.5l-.5-.1a1.2 1.2 0 0 1 .7-1h1.2a1.1 1.1 0 0 1 .6 1v.5l-.3.3-.3.2a1.1 1.1 0 0 1 .8 1.1 1.3 1.3 0 0 1-.7 1.2l-.7.2Zm5.5 0a1.2 1.2 0 0 1-1-.6v.5h-.5V842h.5v2l.4-.4.6-.1c.3 0 .5 0 .7.2.3.1.4.3.5.6.2.2.2.5.2.9 0 .3 0 .6-.2.8 0 .3-.2.5-.5.7l-.7.2Zm0-.5c.2 0 .5-.1.6-.3.2-.2.3-.5.3-1 0-.3 0-.6-.3-.8a.9.9 0 0 0-.7-.4c-.3 0-.5.1-.7.4q-.3.3-.3.9c0 .6.1.7.3.9s.4.3.7.3Zm3.2.5c-.3 0-.6-.1-.8-.3a1 1 0 0 1-.3-.7l.1-.6.5-.3.6-.1a3.3 3.3 0 0 1 1 .1v-.3l-.3-.6a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.1c.1-.3.2-.5.5-.7l.8-.2c.4 0 .8 0 1 .3q.3.3.3.9v2h-.5v-.4c0 .2-.2.3-.4.4zm0-.5.6-.1.3-.3.1-.5-.8-.2a1 1 0 0 0-.6.1l-.2.5c0 .1 0 .3.2.4l.5.1Zm2.5.4v-3.2h.5v.4l.3-.4.5-.1h.3v.6l-.3-.1-.4.1-.3.3-.1.5v1.9zm3.4 0h-.7l-.4-.4a1 1 0 0 1-.3-.5h.5l.3.3c.1.2.3.2.6.2l.5-.1.2-.4c0-.3-.2-.5-.7-.5l-.4-.1-.6-.3a.8.8 0 0 1-.3-.6c0-.2 0-.4.2-.5l.4-.3.6-.1h.5l.5.3.2.5-.5.1c0-.2-.1-.3-.3-.4a.9.9 0 0 0-.4 0h-.5l-.2.4s0 .2.2.3l.4.2h.5l.7.4.2.6c0 .2 0 .4-.2.5a1 1 0 0 1-.4.3l-.6.2Zm3.8 0V844h-.6v-.4h.6v-.7c0-.3 0-.5.2-.7s.5-.3.7-.3a1.4 1.4 0 0 1 .5.1v.5h-.8l-.1.4v.7h.7v.4h-.7v2.8h-.5Zm3.2 0-.8-.1-.5-.7a2 2 0 0 1-.2-.8c0-.4 0-.7.2-1a1.4 1.4 0 0 1 1.3-.7c.3 0 .6 0 .8.2.2.1.4.3.5.6.2.2.2.5.2.9 0 .3 0 .6-.2.8 0 .3-.3.5-.5.7l-.8.2Zm0-.4c.3 0 .6-.1.7-.3.2-.2.3-.5.3-1 0-.3 0-.6-.3-.8a1 1 0 0 0-.7-.4 1 1 0 0 0-.7.4q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m2.3.4v-3.2h.5v.4l.3-.4.5-.1h.3v.6l-.4-.1-.3.1c-.2 0-.3.2-.3.3l-.1.5v1.9zm4.1 0v-4.4h1.7l.6.1.5.4.1.6a1 1 0 0 1-.5 1 1 1 0 0 1 .7 1c0 .3 0 .5-.2.7 0 .2-.2.3-.4.4l-.7.2zm1.7-3.9h-1.2v1.3h1.2l.5-.1c.2-.1.2-.3.2-.5 0-.3 0-.4-.2-.5a.8.8 0 0 0-.5-.2m-1.2 3.4h1.3c.2 0 .4 0 .6-.2l.2-.6c0-.3-.1-.4-.3-.6a.8.8 0 0 0-.5-.2h-1.3zm3.4.5v-3.2h.5v.4l.3-.4.5-.1h.4v.6l-.4-.1-.4.1-.3.3v2.4zm3.3 0c-.4 0-.6 0-.9-.2a1 1 0 0 1-.3-.7l.2-.6.5-.3.6-.1a3.2 3.2 0 0 1 1 .1v-.3l-.3-.6a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.4l-.4.4-.6.2Zm0-.4.5-.1c.2 0 .3-.2.4-.3l.1-.5-.9-.2a1 1 0 0 0-.5.1c-.2.1-.2.3-.2.5 0 .1 0 .3.2.4zm2.3.4v-.5l1.8-2.3h-1.8v-.4h2.4v.4l-1.8 2.3h1.9v.5zm3.6-4-.3-.1-.1-.3.1-.2.3-.2s.2 0 .2.2l.1.2v.3h-.3Zm-.3 4v-3.2h.5v3.2zm1.5 0V842h.5v4.8h-.5Zm1.8-4-.3-.1-.1-.3v-.2l.4-.2.2.2.1.2v.3h-.3Zm-.3 4v-3.2h.5v3.2zm2.4 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.4-.3.6-.1a3.3 3.3 0 0 1 1 .1v-.3c0-.2 0-.4-.2-.6a.9.9 0 0 0-.6-.2c-.5 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.4-.7l.9-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.4l-.4.4-.7.2Zm.1-.4.5-.1c.2 0 .3-.2.4-.3v-.5l-.8-.2a1 1 0 0 0-.5.1c-.2.1-.3.3-.3.5l.2.4zm2.4.4v-3.2h.5v.4l.4-.4.6-.1c.3 0 .6 0 .8.3.2.2.3.5.3.8v2.2h-.5v-2c0-.4 0-.6-.2-.7a.8.8 0 0 0-.5-.2c-.2 0-.4 0-.5.2l-.3.3v2.4zm4.6 0h-.6l-.5-.4a1 1 0 0 1-.2-.5h.5l.3.3c.1.2.3.2.5.2l.5-.1c.2-.1.3-.2.3-.4 0-.3-.3-.5-.7-.5l-.4-.1c-.3 0-.5-.2-.7-.3a.8.8 0 0 1-.2-.6l.1-.5.5-.3.6-.1h.5l.4.3.3.5-.5.1c0-.2-.1-.3-.3-.4a.9.9 0 0 0-.4 0h-.5l-.2.4s0 .2.2.3l.4.2h.5c.3.1.5.2.6.4q.3.15.3.6c0 .2 0 .4-.2.5a1 1 0 0 1-.4.3l-.7.2Zm4-.8v-2h-.6v-.4h.5v-1h.5v1h.8v.4h-.8v1.8l.1.4.4.1a.6.6 0 0 0 .3 0v.4a1 1 0 0 1-.4.1c-.3 0-.5 0-.6-.2a.9.9 0 0 1-.3-.6Zm3.2.9-.8-.2-.6-.7a2 2 0 0 1-.2-.8l.2-1a1.4 1.4 0 0 1 1.4-.7c.3 0 .6 0 .8.2.2.1.4.3.5.6l.2.9c0 .3 0 .6-.2.8l-.5.7zm0-.5c.3 0 .5-.1.7-.3s.3-.5.3-1c0-.3-.1-.6-.3-.8a1 1 0 0 0-.7-.4 1 1 0 0 0-.8.4l-.2.9c0 .4 0 .7.2.9s.5.3.8.3m4 1.7v-4.5h.4v.4l.5-.4.6-.1c.3 0 .5 0 .7.2.3.1.4.3.5.6.2.2.2.5.2.9 0 .3 0 .6-.2.9 0 .2-.3.4-.5.6l-.7.2c-.3 0-.5 0-.6-.2a1 1 0 0 1-.4-.4v1.8zm1.4-1.7c.3 0 .6-.1.7-.3.2-.2.3-.5.3-1 0-.3 0-.6-.3-.8a.9.9 0 0 0-.7-.4c-.3 0-.5.1-.7.4q-.3.3-.3.9c0 .6.1.7.3.9s.4.3.7.3m3.3.5c-.3 0-.6-.1-.8-.3a1 1 0 0 1-.3-.7l.1-.6.5-.3.6-.1a3.3 3.3 0 0 1 1 .1v-.3l-.3-.6a.8.8 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.1c.1-.3.2-.5.5-.7l.8-.2c.4 0 .8 0 1 .3q.3.3.3.9v2h-.5v-.4c0 .2-.2.3-.4.4zm0-.5.6-.1.3-.3.1-.5-.8-.2a1 1 0 0 0-.6.1l-.2.5c0 .1 0 .3.2.4l.5.1Zm5.1-.4v-2h-.5v-.4h.5v-1h.5v1h.7v.4h-.7v1.8l.1.4.3.1a.6.6 0 0 0 .3 0v.4a1 1 0 0 1-.4.1c-.2 0-.4 0-.6-.2a.9.9 0 0 1-.2-.6m-2.6.8v-3.2h.5v.4l.3-.4.5-.1h.3v.6l-.3-.1-.4.1c-.2 0-.2.2-.3.3l-.1.5v1.9zm4.9 1.3a1.3 1.3 0 0 1-.5-.1v-.5h.2l.2.1.3-.1.3-.4.1-.4-1.2-3.1h.6l.9 2.5 1-2.5h.5l-1.5 3.6c0 .3-.2.5-.4.7zm4.9-5.3-.3-.1v-.5l.3-.2c.1 0 .2 0 .3.2v.5h-.3Zm-.3 4v-3.2h.6v3.2zm1.5 0v-3.2h.5v.4l.4-.4.6-.1c.4 0 .6 0 .8.3.2.2.3.5.3.8v2.2h-.5v-2c0-.4 0-.6-.2-.7a.8.8 0 0 0-.5-.2c-.2 0-.3 0-.5.2l-.3.3v2.4zm5.3 0v-4.4h1.5c.6 0 1 .2 1.4.6s.6.9.6 1.6-.2 1.2-.6 1.6c-.3.4-.8.6-1.4.6zm.5-.5h1c.4 0 .8-.2 1-.4.3-.3.4-.7.4-1.3s0-1-.4-1.3c-.2-.3-.6-.4-1-.4h-1zm4.9.6a1 1 0 0 1-.8-.4c-.2-.2-.3-.4-.3-.8v-2.1h.5v2c0 .3 0 .5.2.6l.5.2.5-.1.2-.4.1-.4v-2h.6v3.3h-.5v-.5l-.4.4zm4 0a1.2 1.2 0 0 1-1-.6v.5h-.6V842h.6v2l.3-.4.7-.1c.3 0 .5 0 .7.2.2.1.4.3.5.6l.2.9c0 .3 0 .6-.2.8l-.5.7-.7.2Zm0-.5.6-.3c.2-.2.3-.5.3-1 0-.3-.1-.6-.3-.8a.9.9 0 0 0-.7-.4c-.3 0-.5.1-.7.4q-.3.3-.3.9c0 .6.1.7.3.9s.4.3.7.3Zm2.2.4V842h.5v4.8h-.5Zm1.7-4-.2-.1-.1-.3v-.2l.3-.2c.1 0 .2 0 .3.2v.5h-.3Zm-.2 4v-3.2h.5v3.2zm1.5 0v-3.2h.4v.4l.4-.4.6-.1c.4 0 .7 0 .8.3.2.2.3.5.3.8v2.2h-.5v-2c0-.4 0-.6-.2-.7a.8.8 0 0 0-.5-.2c-.2 0-.3 0-.4.2-.2 0-.3.2-.3.3l-.1.4v2zm5.2-1.7v-.4h2.9v.4h-3Zm7.3 1.8a2 2 0 0 1-1-.3 2 2 0 0 1-.8-.8l-.3-1.2q0-.75.3-1.2a2 2 0 0 1 1.8-1c.4 0 .7 0 1 .2l.8.8.2 1.2c0 .4 0 .8-.2 1.2a2 2 0 0 1-.8.8 2 2 0 0 1-1 .3m0-.5a1.5 1.5 0 0 0 1.3-.8l.2-1c0-.4 0-.7-.2-1a1.4 1.4 0 0 0-1.3-.8c-.3 0-.6 0-.8.2l-.6.6-.2 1 .2 1a1.4 1.4 0 0 0 1.4.8m3-3.6-.2-.1-.1-.3.1-.2.3-.2s.2 0 .2.2l.1.2v.3h-.3Zm-.2 4v-3.2h.5v3.2zm1.9 0-.3-.1-.1-.3v-.3h.7l.1.3v.3l-.3.1Zm1.5-4-.2-.1-.1-.3v-.2l.3-.2c.1 0 .2 0 .3.2l.1.2-.1.3h-.3Zm-.2 4v-3.2h.5v3.2zm2.7 0c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8l.2-.9.5-.6c.3-.2.5-.2.8-.2.5 0 .8.1 1 .4.3.2.5.6.5 1a2 2 0 0 1 0 .4h-2.4c0 .3 0 .6.2.8s.5.3.7.3c.3 0 .5 0 .6-.2.2 0 .2-.2.3-.4l.5.1c-.1.3-.2.5-.5.7q-.3.3-.9.3Zm0-2.9-.6.3q-.3.15-.3.6h1.8c0-.2 0-.5-.2-.6a1 1 0 0 0-.7-.3m4 1.2v-.4h2.8v.4h-2.9Zm5.5 1.7v-4.4h1.7l.6.1.5.4.2.6a1 1 0 0 1-.6 1 1 1 0 0 1 .7 1c0 .3 0 .5-.2.7 0 .2-.2.3-.4.4l-.7.2zm1.7-3.9h-1.2v1.3h1.2l.6-.1.2-.5c0-.3-.1-.4-.2-.5a.8.8 0 0 0-.6-.2m-1.2 3.4h1.3c.2 0 .4 0 .6-.2l.2-.6c0-.3 0-.4-.2-.6a.8.8 0 0 0-.6-.2h-1.3zm3.4.5v-3.2h.5v.4l.3-.4.5-.1h.4v.6l-.4-.1-.4.1-.3.3v2.4zm3.3 0c-.4 0-.6 0-.8-.2a1 1 0 0 1-.3-.7l.1-.6.5-.3.6-.1a3.2 3.2 0 0 1 1 .1v-.3l-.3-.6a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.5-.1c0-.3.2-.5.5-.7l.8-.2c.4 0 .7 0 1 .3q.3.3.3.9v2h-.5v-.4c0 .2-.2.3-.4.4l-.6.2Zm0-.4.6-.1.3-.3.1-.5-.8-.2a1 1 0 0 0-.6.1l-.2.5c0 .1 0 .3.2.4l.5.1Zm3.5.5-.6-.1-.5-.4a1 1 0 0 1-.2-.5h.5l.3.3c0 .2.3.2.5.2l.5-.1c.2-.1.2-.2.2-.4 0-.3-.2-.5-.6-.5l-.4-.1c-.3 0-.5-.2-.7-.3a.8.8 0 0 1-.2-.6l.1-.5.5-.3.6-.1h.5l.4.3.2.5-.4.1c0-.2-.2-.3-.3-.4a.9.9 0 0 0-.4 0h-.5l-.2.4.1.3.5.2h.5c.2.1.5.2.6.4q.3.15.3.6l-.2.5a1 1 0 0 1-.5.3zm2.2-4.1-.2-.1-.1-.3v-.2l.3-.2c.1 0 .2 0 .3.2l.1.2-.1.3h-.3Zm-.2 4v-3.2h.5v3.2zm1.5 0V842h.5v4.8h-.5Zm2.7 0c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.8l.2-.9.5-.6c.3-.2.5-.2.8-.2.5 0 .8.1 1 .4.3.2.5.6.5 1a2 2 0 0 1 0 .4h-2.4c0 .3 0 .6.2.8s.5.3.7.3c.3 0 .5 0 .6-.2l.3-.4.5.1-.5.7q-.3.3-.9.3Zm0-2.9-.6.3q-.3.15-.3.6h1.8c0-.2 0-.5-.2-.6a1 1 0 0 0-.7-.3m2.5-1.1-.3-.1v-.5l.3-.2c.1 0 .2 0 .3.2v.5h-.3Zm-.3 4v-3.2h.6v3.2zm1.5 0v-3.2h.5v.4l.4-.4.5-.1h.2v.6l-.3-.1-.4.1-.3.3v2.4zm3.6 0-.8-.1-.5-.7a2 2 0 0 1-.2-.8c0-.4 0-.7.2-1a1.4 1.4 0 0 1 1.3-.7c.3 0 .6 0 .8.2.2.1.4.3.5.6.2.2.2.5.2.9 0 .3 0 .6-.2.8 0 .3-.3.5-.5.7l-.8.2Zm0-.4c.3 0 .6-.1.7-.3.2-.2.3-.5.3-1 0-.3 0-.6-.3-.8a1 1 0 0 0-.7-.4 1 1 0 0 0-.7.4q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m3.4.5-.6-.1-.5-.4a1 1 0 0 1-.2-.5h.5s0 .2.2.3c.2.2.3.2.6.2l.5-.1.2-.4c0-.3-.2-.5-.6-.5l-.4-.1c-.3 0-.5-.2-.7-.3a.8.8 0 0 1-.3-.6c0-.2 0-.4.2-.5l.4-.3.6-.1h.6l.4.3.2.5-.5.1c0-.2 0-.3-.2-.4a.9.9 0 0 0-.5 0h-.4c-.2.1-.2.2-.2.4l.1.3.5.2h.4l.7.4.2.6-.1.5a1 1 0 0 1-.5.3zm2.3-.1-.3-.1v-.6h.6l.1.3-.1.3zm1.7 0-.3-.1-.1-.3.1-.3h.6v.6zm1.7 0-.3-.1-.1-.3v-.3h.7l.1.3v.3l-.3.1Z"}),D.createElement("path",{fill:"#161B18",d:"M586.6 822.9c-.3 0-.5 0-.7-.2a1.3 1.3 0 0 1-.7-.9 3 3 0 0 1 .9-2.8l.7-.6.3.4a3.6 3.6 0 0 0-1.1 1.1 1 1 0 0 0-.3.7l.4-.3.6-.2.7.2.4.5a1.4 1.4 0 0 1 0 1.4l-.5.5zm0-.5.4-.1a.8.8 0 0 0 .5-.8l-.1-.5-.4-.3a1 1 0 0 0-.4-.1 1 1 0 0 0-.5.1l-.3.3-.1.5.1.5.3.3h.5Zm3.8.5-.9-.3c-.3-.2-.4-.5-.6-.8l-.2-1.2c0-.4 0-.8.2-1.2.2-.3.3-.6.6-.8s.6-.3 1-.3l.9.3.5.8c.2.4.2.8.2 1.2s0 .8-.2 1.2c0 .3-.3.6-.5.8-.3.2-.6.3-1 .3m0-.5c.3 0 .5 0 .7-.2l.4-.7.1-.9-.1-1-.4-.5a1 1 0 0 0-.7-.3 1 1 0 0 0-.6.3c-.2.1-.3.3-.4.6l-.1.9v1l.5.6zm3.9.5c-.3 0-.5 0-.7-.2a1.3 1.3 0 0 1-.7-1l.5-.1.2.6.7.2.6-.3c.2-.2.3-.4.3-.7a1 1 0 0 0-.3-.7.8.8 0 0 0-.6-.3l-.5.1a1 1 0 0 0-.3.3l-.5-.2.2-2.2h2.3v.5h-1.8l-.2 1.3.4-.2h.4a1.3 1.3 0 0 1 1.2.6l.2.8c0 .3 0 .5-.2.7a1 1 0 0 1-.5.6zm-7.9 12.1-.7-.2-.5-.4-.2-.6.5-.2q0 .45.3.6c.1.2.3.2.6.2.2 0 .4 0 .6-.2l.2-.6c0-.3 0-.5-.2-.6a1 1 0 0 0-.7-.2h-.3v-.5h.3c.2 0 .4 0 .5-.2.2-.1.3-.3.3-.5s0-.4-.2-.5c-.1-.2-.3-.2-.6-.2l-.5.1-.2.5h-.5c0-.3 0-.5.2-.6l.4-.4.6-.1.7.1a1.1 1.1 0 0 1 .6 1v.5l-.3.3-.3.2a1.1 1.1 0 0 1 .7 1.1l-.1.7-.5.5-.7.1Zm3.4 0-.6-.2a1.3 1.3 0 0 1-.8-1.1h.5c0 .2.2.4.3.5.2.2.4.2.6.2.3 0 .5 0 .7-.2l.2-.8c0-.3 0-.5-.2-.7a.8.8 0 0 0-.7-.3l-.4.1a1 1 0 0 0-.3.3l-.5-.2.2-2.1h2.2v.5h-1.8l-.1 1.3a1.2 1.2 0 0 1 .8-.3 1.3 1.3 0 0 1 1.2.7l.1.7-.1.8-.5.5c-.3.2-.5.2-.8.2Zm3.5 0-.8-.2-.4-.5-.2-.7a1.2 1.2 0 0 1 .7-1l-.4-.5a1 1 0 0 1-.1-.5l.1-.6.4-.5.7-.1.7.1.4.5a1.2 1.2 0 0 1 0 1.1l-.4.4.5.5.2.6c0 .3 0 .5-.2.7 0 .2-.2.3-.4.5l-.8.1Zm0-2.7c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.5s0-.4-.2-.5a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2-.2 0-.2.3-.2.5s0 .4.2.5zm0 2.1c.3 0 .5 0 .6-.2q.3-.15.3-.6c0-.45-.1-.5-.3-.6a.9.9 0 0 0-.6-.2 1 1 0 0 0-.6.2q-.3.15-.3.6c0 .45.1.5.3.6.1.2.3.2.6.2m-7.8 12.5v-3.7l-1 .7v-.6l1.2-.8h.3v4.4zm3.2 0c-.4 0-.7 0-1-.2l-.6-.8-.1-1.2.1-1.2.6-.8c.3-.2.6-.3 1-.3l.9.3.6.8.2 1.2-.2 1.2-.6.8c-.3.2-.6.3-1 .3Zm0-.4.6-.3c.2-.1.3-.3.4-.6l.1-1v-.8l-.5-.7a1 1 0 0 0-.6-.2 1 1 0 0 0-.7.2l-.4.7-.1.9.1 1 .4.5c.2.2.4.3.7.3m2.4.4v-.6a23 23 0 0 0 1.5-1.3l.4-.6v-.7l-.1-.6-.6-.2c-.2 0-.4 0-.5.2a1 1 0 0 0-.3.6h-.5c0-.3 0-.5.2-.7l.4-.4.7-.2c.4 0 .7.1 1 .3.2.3.3.6.3 1 0 .3 0 .6-.2.8 0 .3-.2.5-.4.8l-.6.5-.7.6h2v.5H591Z"}),D.createElement("path",{fill:"#6C726E",d:"M549 877.6a1.6 1.6 0 0 1-1.6-1.2l.6-.3c0 .3.2.4.4.6.1.2.3.2.6.2l.5-.1c.2-.2.2-.3.2-.5s0-.3-.2-.4c-.1-.2-.3-.3-.7-.4h-.2a2 2 0 0 1-.8-.5 1 1 0 0 1-.3-.8l.2-.6.5-.4.7-.2c.4 0 .7.1 1 .3l.4.6-.6.3-.3-.4a.7.7 0 0 0-.5-.1l-.5.1-.2.4c0 .2 0 .3.2.4l.6.3h.2c.4.2.7.3 1 .6l.2.8c0 .3 0 .5-.2.7-.1.2-.3.3-.6.4zm3.7 0c-.3 0-.5 0-.8-.2a1.6 1.6 0 0 1-.7-1.4c0-.3 0-.6.2-.9 0-.2.3-.4.5-.5.3-.2.5-.2.8-.2a1.6 1.6 0 0 1 1.4.8l.2.8c0 .3 0 .5-.2.8a1.5 1.5 0 0 1-1.4.8m0-.6c.2 0 .3 0 .5-.2l.3-.3.1-.5v-.6l-.4-.3a.9.9 0 0 0-1.2.3l-.2.6c0 .2 0 .3.2.5 0 .1.1.3.3.3zm3.5.6a1 1 0 0 1-.8-.4q-.3-.3-.3-.9v-1.8h.7v1.7c0 .5.2.8.6.8l.6-.3.2-.6v-1.6h.6v3h-.6v-.4l-.4.3zm2.6-3.1h.7v.4l.4-.4a1 1 0 0 1 .9 0v.6a1 1 0 0 0-.5 0c-.2 0-.4 0-.6.2l-.2.6v1.6h-.7zm4 3-.9-.1-.6-.6-.2-.8.2-.9.6-.5c.2-.2.5-.2.8-.2s.6 0 .9.2l.5.6-.6.3a.8.8 0 0 0-.8-.5l-.4.1c-.2 0-.3.2-.4.4v1c.1.1.2.3.4.3l.4.2c.2 0 .3 0 .5-.2l.3-.3.6.2a1 1 0 0 1-.5.6l-.9.3Zm3.5 0-.9-.1-.5-.6-.2-.8c0-.3 0-.6.2-.8a1.5 1.5 0 0 1 1.3-.8c.3 0 .6 0 .8.2l.5.5a1.8 1.8 0 0 1 .2 1h-2.3c0 .3 0 .5.3.6q.15.3.6.3c.45 0 .6-.2.8-.5l.5.3c0 .2-.3.4-.5.6l-.9.2Zm.7-1.9v-.3l-.3-.3a.8.8 0 0 0-.5 0l-.5.1a1 1 0 0 0-.3.5zm2-.3h-.4l-.1-.4.1-.4h.7l.1.4-.1.3zm0 2.2-.4-.1-.1-.4.1-.3.4-.1.3.1.1.3-.1.4z"}),D.createElement("path",{fill:"#108080",d:"M573.2 873.1h.8l1.7 4.4h-.8l-.4-1.1h-1.7l-.4 1h-.8zm1 2.6-.4-1.3-.1-.5-.3.5-.4 1.3h1.3Zm2.2-1.2h.6v.4l.4-.4.6-.1c.4 0 .6 0 .8.3q.3.3.3.9v1.9h-.6v-1.8c0-.5-.3-.7-.7-.7-.2 0-.4 0-.5.2a1 1 0 0 0-.2.7v1.6h-.7zm4.6 3h-.5a1 1 0 0 1-.4-.4 1 1 0 0 1-.2-.6c0-.3.1-.5.4-.7q.3-.3.9-.3c.3 0 .6 0 .8.2v-.1c0-.2 0-.4-.2-.5a.8.8 0 0 0-.5-.2c-.4 0-.6.2-.8.4l-.5-.3.5-.5.8-.1c.4 0 .7 0 1 .3.2.2.3.5.3 1v1.8h-.6v-.4l-.4.4a1 1 0 0 1-.6 0m.2-.5h.4l.3-.4v-.4l-.6-.2c-.2 0-.4 0-.5.2l-.2.4s0 .2.2.3zm2.4-3.9h.7v4.4h-.7V873Zm2.6 4.2-1.3-2.8h.8l.8 2 .9-2h.7l-1.9 4.3h-.7zm3.8.2h-.3a.8.8 0 0 1-.3-.2 1 1 0 0 1-.3-.7V875h-.5v-.6h.5v-1h.7v1h.7v.6h-.7v1.8l.4.1.3-.1v.7zm1.8-3.5c-.1 0-.2 0-.3-.2l-.2-.3c0-.1 0-.2.2-.3l.3-.1h.3l.1.4v.3zm-.3.5h.6v3h-.6zm3 3-.8-.1-.5-.6-.2-.8c0-.3 0-.6.2-.9l.5-.5c.3-.2.6-.2.9-.2s.6 0 .8.2l.5.6-.6.3a.8.8 0 0 0-.8-.5l-.4.1-.3.4-.1.5v.5l.4.3.4.2c.2 0 .4 0 .5-.2.2 0 .3-.2.3-.3l.6.2c0 .3-.3.5-.5.6-.2.2-.5.3-.8.3Zm3.4 0c-.4 0-.7 0-1-.2l-.4-.6.6-.2.3.4h.9l.1-.3-.1-.2-.4-.2h-.4c-.3-.1-.5-.2-.6-.4a.7.7 0 0 1-.3-.5c0-.3.1-.5.4-.7.2-.2.5-.2.8-.2l.8.1.4.6-.6.2-.2-.3h-.7c-.2 0-.2.2-.2.3l.1.2h.3l.5.2c.3 0 .5.2.7.4l.2.5c0 .2 0 .4-.2.5a1 1 0 0 1-.4.4z"}),D.createElement("path",{stroke:"#108080",strokeWidth:.7,d:"M604 873.6h-.7c-.5 0-.9.4-.9.8v3.1c0 .5.4.9.9.9h3c.6 0 1-.4 1-.9v-.6m-2.3-3.3h2.3v2.2m-3.1.8 2.8-2.8"}),D.createElement("path",{fill:"#161B18",d:"M35.3 246.8h5.9v1.1h-4.7v3.5h4.2v1.1h-4.2v4.4h-1.2zm7.8 1.6c-.2 0-.4 0-.6-.3a.8.8 0 0 1-.2-.6c0-.2 0-.4.2-.6l.6-.2c.3 0 .5 0 .7.2l.2.6c0 .3 0 .5-.2.6a1 1 0 0 1-.7.3m-.6 1.5h1.2v7h-1.2zm3.1 0h1.2v1a3 3 0 0 1 1-.9c.4-.2.8-.3 1.3-.3.9 0 1.5.2 2 .7.4.5.7 1.2.7 2v4.5h-1.2v-4.3c0-1.2-.6-1.9-1.8-1.9-.4 0-.7.2-1 .4s-.6.5-.7.8c-.2.4-.3.7-.3 1.1v4h-1.2zm10.8 7.2a3 3 0 0 1-1.7-.4 4 4 0 0 1-1.7-3.3c0-.7.2-1.4.5-2 .3-.5.7-1 1.2-1.3a3 3 0 0 1 1.7-.4 3 3 0 0 1 2.5 1.2v-4.1H60v10.1h-1.2v-1l-1 .9a3 3 0 0 1-1.5.3Zm.2-1a2.2 2.2 0 0 0 2-1.3c.2-.4.3-.9.3-1.4s0-1-.3-1.4l-.8-1-1.2-.3c-.4 0-.8.2-1.2.4a2 2 0 0 0-.8 1 3 3 0 0 0-.3 1.3c0 .5 0 1 .3 1.4l.8 1zm11.8 1c-.7 0-1.4-.1-2-.4a4 4 0 0 1-1.7-3.3c0-.7.2-1.3.5-1.9s.7-1 1.3-1.4c.5-.3 1.2-.4 1.9-.4a3.5 3.5 0 0 1 3.1 1.8 4 4 0 0 1 0 3.8c-.3.6-.7 1-1.3 1.4-.5.3-1.2.4-1.8.4m0-1c.4 0 .8-.2 1.1-.4.4-.2.7-.5 1-.9.2-.4.3-.9.3-1.4s-.1-1-.4-1.4a2.3 2.3 0 0 0-3.2-1l-1 1-.2 1.4c0 .5 0 1 .3 1.4.2.4.5.7.9 1 .3.1.7.3 1.2.3m7.5 1c-.9 0-1.6-.2-2-.7a3 3 0 0 1-.7-2v-4.5h1.2v4.2c0 1.3.6 2 1.8 2 .4 0 .7-.2 1-.4s.6-.5.7-.8c.2-.4.3-.7.3-1.1v-4h1.2v7.1h-1.2v-1l-1 .9a3 3 0 0 1-1.3.3m8 0-.8-.2a2 2 0 0 1-.6-.4l-.4-.6-.1-.9v-4h-1.3v-1.1H82v-2.1h1v2h2v1.2h-2v3.7q0 .6.3.9c.1.2.4.3.7.3s.6 0 .8-.2v1.2a2.7 2.7 0 0 1-1 .2Zm5.7-10.3h1.2v4.1a3 3 0 0 1 1-.9c.3-.2.8-.3 1.3-.3.9 0 1.5.2 2 .7.4.5.6 1.2.6 2v4.5h-1.1v-4.3c0-.6-.2-1-.5-1.4-.3-.3-.8-.5-1.3-.5-.4 0-.7.2-1 .4s-.6.5-.8.9l-.2 1v4h-1.2zm11 10.3c-.6 0-1.3-.1-1.8-.4-.6-.4-1-.8-1.3-1.4a4 4 0 0 1-.4-1.9c0-.7.1-1.3.4-1.9s.7-1 1.3-1.4c.5-.3 1.2-.4 1.9-.4a3.5 3.5 0 0 1 3.1 1.8 4 4 0 0 1 0 3.8c-.3.6-.7 1-1.3 1.4-.5.3-1.2.4-1.8.4Zm0-1c.5 0 .9-.2 1.2-.4.4-.2.7-.5 1-.9.2-.4.3-.9.3-1.4s-.1-1-.4-1.4a2.3 2.3 0 0 0-4.1 0c-.2.4-.3.9-.3 1.4s0 1 .3 1.4c.2.4.5.7.9 1 .3.1.7.3 1.2.3Zm4.1-6.2h1.3l1.6 5.5 1.8-5.5h1.3l1.7 5.5 1.7-5.5h1.2l-2.3 7h-1.2l-1.8-5.6-1.8 5.6H107zm17 6.6-3-6.6h1.4l2.2 5.2 2.1-5.2h1.3l-4.4 10h-1.2zm8 .6c-.7 0-1.4-.1-2-.4a4 4 0 0 1-1.7-3.3c0-.7.2-1.3.5-1.9s.7-1 1.3-1.4c.5-.3 1.2-.4 1.8-.4a3.5 3.5 0 0 1 3.2 1.8 4 4 0 0 1 0 3.8c-.3.6-.7 1-1.3 1.4-.5.3-1.2.4-1.9.4Zm0-1c.4 0 .8-.2 1.1-.4.4-.2.7-.5 1-.9.1-.4.3-.9.3-1.4s-.2-1-.4-1.4a2.3 2.3 0 0 0-2-1.3c-.5 0-.9.2-1.2.4-.4.2-.7.5-1 1-.1.3-.3.8-.3 1.3s.2 1 .4 1.4.5.7.9 1c.3.1.7.3 1.1.3Zm7.5 1c-1 0-1.6-.2-2-.7a3 3 0 0 1-.7-2v-4.5h1.2v4.2c0 1.3.6 2 1.8 2 .3 0 .7-.2 1-.4l.7-.8c.2-.4.3-.7.3-1.1v-4h1.2v7.1h-1.2v-1l-1 .9a3 3 0 0 1-1.3.3m5.2-7.2h1.2v1.1c.2-.4.4-.7.8-1a2.3 2.3 0 0 1 2.1-.2v1.3a2 2 0 0 0-1-.2c-.3 0-.6 0-1 .3a2.2 2.2 0 0 0-1 1.8v4h-1v-7.1Zm10.8 7.2c-.5 0-1 0-1.4-.3-.4-.2-.7-.4-1-.8l-.3-1.2c0-.8.3-1.4.8-1.8.6-.4 1.3-.6 2.2-.6a4.5 4.5 0 0 1 2 .4v-.3c0-.4 0-.7-.2-1l-.7-.6a2 2 0 0 0-1-.2 2 2 0 0 0-1.8 1l-1-.7a3 3 0 0 1 1.1-1c.5-.2 1-.3 1.7-.3 1 0 1.7.2 2.3.7.5.6.8 1.3.8 2.1v4.4h-1.2v-1a3 3 0 0 1-1 .9c-.3.2-.8.3-1.3.3m.1-1c.4 0 .7-.1 1-.3a2.3 2.3 0 0 0 1.2-2c-.5-.3-1.1-.4-1.8-.4-.6 0-1 0-1.4.4-.4.2-.6.6-.6 1s.2.7.5 1c.3.2.7.3 1.1.3m7.6 1c-.8 0-1.5-.2-2-.7a3 3 0 0 1-.6-2v-4.5h1.2v4.2c0 1.3.6 2 1.7 2 .4 0 .8-.2 1-.4.4-.2.6-.5.8-.8.2-.4.2-.7.2-1.1v-4h1.2v7.1h-1.1v-1l-1 .9c-.4.2-.9.3-1.4.3m8.2 0a3 3 0 0 1-1.7-.4c-.5-.4-1-.8-1.2-1.4a4 4 0 0 1-.5-1.9c0-.7.2-1.4.5-2 .3-.5.7-1 1.2-1.3a3 3 0 0 1 1.7-.4 3 3 0 0 1 2.4 1.2h.1v-4.1h1.1v10.1h-1.1v-1l-1 .9a3 3 0 0 1-1.5.3m.2-1a2.2 2.2 0 0 0 2-1.3c.2-.4.3-.9.3-1.4s-.1-1-.3-1.4-.5-.7-.9-1c-.3-.1-.7-.3-1.1-.3s-.8.2-1.2.4a2 2 0 0 0-.8 1 3 3 0 0 0-.4 1.3c0 .5.1 1 .4 1.4l.8 1zm6-7.7c-.3 0-.5 0-.7-.3a.8.8 0 0 1-.2-.6c0-.2 0-.4.2-.6l.6-.2c.3 0 .5 0 .6.2l.3.6q0 .45-.3.6-.15.3-.6.3Zm-.7 1.5h1.2v7h-1.2zm6.2 7.2a4 4 0 0 1-1.9-.4c-.5-.4-1-.8-1.2-1.4a4 4 0 0 1-.5-1.9c0-.7.2-1.3.4-1.9a3.3 3.3 0 0 1 3-1.8 4 4 0 0 1 1.9.4c.5.3.9.8 1.1 1.3a4.3 4.3 0 0 1 .4 2.2h-5.6c0 .6.2 1 .4 1.4a2.3 2.3 0 0 0 2 1 2 2 0 0 0 2-1.3l1.1.6a3.3 3.3 0 0 1-3.2 1.8Zm2-4.5c0-.3-.1-.6-.3-.8-.1-.3-.3-.6-.7-.8q-.45-.3-1.2-.3a2 2 0 0 0-1.3.6 2 2 0 0 0-.8 1.3zm2.6-2.7h1.2v1a3 3 0 0 1 1-.9c.4-.2.8-.3 1.3-.3.9 0 1.5.2 2 .7.4.5.7 1.2.7 2v4.5h-1.2v-4.3c0-1.2-.6-1.9-1.8-1.9-.4 0-.7.2-1 .4s-.6.5-.7.8c-.2.4-.3.7-.3 1.1v4h-1.2zm11 7.2a4 4 0 0 1-1.8-.4c-.5-.4-1-.8-1.3-1.4a4 4 0 0 1-.4-1.9c0-.7.1-1.4.4-2 .3-.5.8-1 1.3-1.3.6-.3 1.2-.4 1.9-.4s1.4.1 1.9.5.9.9 1.1 1.4l-1 .5a2 2 0 0 0-2.1-1.4 2 2 0 0 0-1.1.4c-.4.2-.7.5-.9 1-.2.3-.3.8-.3 1.3s.1 1 .3 1.4.5.7.9 1c.3.1.7.3 1.1.3.5 0 1-.2 1.3-.4.4-.2.6-.6.8-1l1 .4a4 4 0 0 1-1 1.5c-.6.4-1.3.5-2 .5Zm7.5 0c-.7 0-1.3-.1-1.8-.4-.5-.4-1-.8-1.3-1.4a4 4 0 0 1-.4-1.9c0-.7.1-1.3.4-1.9a3.3 3.3 0 0 1 3-1.8c.7 0 1.3.1 1.8.4s1 .8 1.2 1.3a4.3 4.3 0 0 1 .4 2.2h-5.6c0 .6.2 1 .4 1.4a2.3 2.3 0 0 0 2 1 2 2 0 0 0 2-1.3l1.1.6c-.3.5-.7 1-1.3 1.3-.5.4-1.1.5-1.9.5m2-4.5c0-.3 0-.6-.2-.8-.1-.3-.4-.6-.7-.8q-.45-.3-1.2-.3a2 2 0 0 0-1.4.6c-.4.3-.6.7-.7 1.3zm6.7-4.2c-.2 0-.4 0-.6-.3a.8.8 0 0 1-.3-.6l.3-.6.6-.2c.2 0 .4 0 .6.2l.3.6q0 .45-.3.6zm-.6 1.5h1.2v7H212zm5.5 7.2c-.7 0-1.3-.1-1.9-.5a3 3 0 0 1-1-1.4l1-.5c.2.4.5.8.8 1 .4.3.7.4 1.1.4a2 2 0 0 0 1.2-.3c.3-.2.4-.5.4-.7 0-.3 0-.5-.3-.7a3 3 0 0 0-1.2-.5l-1-.2a4 4 0 0 1-1.3-.7c-.4-.3-.5-.7-.5-1.3 0-.4 0-.8.3-1.1l1-.7 1.4-.3c.6 0 1.2.2 1.6.5.6.3 1 .6 1.1 1.2l-1 .4c-.2-.3-.4-.6-.7-.7a2.1 2.1 0 0 0-2 0c-.4.2-.5.4-.5.7 0 .2 0 .4.3.6l.9.3 1 .3c.8.2 1.3.5 1.6.8.4.4.5.8.5 1.3 0 .4 0 .8-.3 1-.3.4-.6.7-1 .9s-1 .2-1.5.2m10.5 3.1c-.8 0-1.5-.2-2-.6a3 3 0 0 1-1.2-1.4l1.2-.5a2 2 0 0 0 2 1.4c.8 0 1.3-.2 1.7-.6.5-.5.7-1 .7-1.9v-.7h-.1l-1 .9a3 3 0 0 1-3.1-.1c-.5-.4-1-.8-1.2-1.4a4 4 0 0 1-.5-2c0-.6.2-1.3.5-1.8.3-.6.7-1 1.2-1.4a3 3 0 0 1 1.7-.4c.5 0 1 0 1.4.3.4.2.8.5 1 .9v-1h1.2v6.7a4 4 0 0 1-.4 2c-.4.5-.8 1-1.3 1.2-.5.3-1.1.4-1.8.4m0-4.2c.5 0 .9 0 1.2-.3.4-.2.6-.5.8-1 .3-.3.4-.8.4-1.3 0-.6-.1-1-.4-1.4-.2-.4-.4-.7-.8-1a2.2 2.2 0 0 0-2.3 0l-.8 1a3 3 0 0 0-.4 1.4c0 .5.1 1 .4 1.4l.8 1 1.2.2Zm5.3-6.1h1.1v1.1c.2-.4.5-.7.9-1a2.3 2.3 0 0 1 2-.2v1.3a2 2 0 0 0-1-.2c-.3 0-.6 0-.9.3a2.2 2.2 0 0 0-1 1.8v4h-1.1zm8 7.2c-.7 0-1.4-.1-1.9-.4-.6-.4-1-.8-1.3-1.4a4 4 0 0 1-.4-1.9c0-.7.1-1.3.4-1.9s.7-1 1.3-1.4c.5-.3 1.2-.4 1.9-.4a3.5 3.5 0 0 1 3.1 1.8 4 4 0 0 1 0 3.8c-.3.6-.7 1-1.3 1.4-.5.3-1.2.4-1.8.4m0-1c.4 0 .8-.2 1.1-.4.4-.2.7-.5 1-.9.2-.4.3-.9.3-1.4s-.1-1-.4-1.4a2.3 2.3 0 0 0-2-1.3c-.5 0-.9.2-1.2.4-.4.2-.7.5-1 1l-.2 1.3c0 .5 0 1 .3 1.4.2.4.5.7.9 1 .3.1.7.3 1.2.3m4-6.2h1.3l1.6 5.5 1.8-5.5h1.3l1.7 5.5 1.7-5.5h1.2l-2.3 7h-1.2l-1.8-5.6-1.8 5.6h-1.2zm12.3-1.5c-.3 0-.5 0-.6-.3a.8.8 0 0 1-.3-.6l.3-.6.6-.2c.2 0 .4 0 .6.2l.3.6q0 .45-.3.6zm-.6 1.5h1.2v7H257zm3 0h1.2v1l1-.9c.4-.2.9-.3 1.4-.3.8 0 1.5.2 2 .7.4.5.6 1.2.6 2v4.5H265v-4.3c0-1.2-.6-1.9-1.8-1.9-.3 0-.7.2-1 .4l-.7.8c-.2.4-.2.7-.2 1.1v4H260zm11 10.3c-1 0-1.6-.2-2.1-.6a3 3 0 0 1-1.1-1.4l1-.5c.2.4.5.8.8 1 .4.3.8.4 1.3.4q1.2 0 1.8-.6c.4-.5.6-1 .6-1.9v-.7l-1 .9a3 3 0 0 1-3.1-.1c-.6-.4-1-.8-1.3-1.4a4 4 0 0 1-.5-2c0-.6.2-1.3.5-1.8.3-.6.7-1 1.2-1.4a3 3 0 0 1 1.7-.4c.5 0 1 0 1.4.3.5.2.8.5 1 .9v-1h1.2v6.7a4 4 0 0 1-.4 2 3 3 0 0 1-1.3 1.2c-.5.3-1.1.4-1.8.4Zm0-4.2c.4 0 .8 0 1.1-.3.4-.2.6-.5.9-1 .2-.3.3-.8.3-1.3 0-.6-.1-1-.3-1.4a2.2 2.2 0 0 0-3.2-1l-.8 1a3 3 0 0 0-.3 1.4c0 .5 0 1 .3 1.4l.8 1zM36.1 272.5v-5.1h-1.7v-.7h4.2v.7h-1.8v5.1zm3 0v-4.3h.7v.6l.5-.5.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.6.2l-.3.4-.1.6v2.5h-.7Zm4.5.1c-.4 0-.8 0-1-.3-.3-.3-.4-.6-.4-1 0-.3 0-.5.2-.7.1-.2.3-.3.6-.4l.8-.2a4.2 4.2 0 0 1 1.2.2v-.5a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3a1 1 0 0 0-1 .8l-.7-.2q.15-.6.6-.9a2 2 0 0 1 1.1-.3c.6 0 1 .1 1.3.4s.5.7.5 1.2v2.8H45v-.6l-.5.5c-.2.2-.5.2-.9.2m.1-.6.7-.1.5-.5.1-.6c-.4-.2-.7-.2-1.1-.2l-.8.1c-.2.2-.3.3-.3.6 0 .2.1.4.3.5.2.2.4.2.6.2m5 .6a2 2 0 0 1-1-.2 2 2 0 0 1-.7-.8l-.2-1.2c0-.5 0-.9.2-1.2a1.9 1.9 0 0 1 1.8-1c.5 0 1 0 1.2.3.3.3.5.6.6 1l-.7.1-.3-.6c-.2-.2-.5-.3-.8-.3-.4 0-.7.2-1 .5q-.3.3-.3 1.2c0 .5 0 .9.3 1.2s.6.4 1 .4c.6 0 1-.3 1.1-.9l.6.2c0 .4-.2.7-.6 1-.2.2-.6.3-1.1.3Zm3-.1v-6.3h.7v4l1.9-2h.8l-1.6 1.7 1.6 2.6h-.8l-1.2-2.1-.7.7v1.4zm7 1.8h-.3l-.3-.1v-.7l.2.1h.3l.4-.1.3-.6.2-.5-1.6-4.2h.7l1.3 3.4 1.2-3.4h.7l-1.9 4.9a2 2 0 0 1-.5.9 1 1 0 0 1-.7.3m5.7-1.7a2 2 0 0 1-1-.3 2 2 0 0 1-.8-.8l-.2-1.1c0-.5 0-.9.2-1.2a1.9 1.9 0 0 1 1.8-1c.4 0 .8 0 1.1.2l.7.8q.3.45.3 1.2c0 .4-.1.8-.3 1.1a2 2 0 0 1-.7.9 2 2 0 0 1-1 .2Zm0-.6c.4 0 .8-.1 1-.4.3-.3.4-.7.4-1.2s-.1-1-.4-1.2c-.2-.3-.6-.5-1-.5s-.7.2-1 .5c-.2.2-.3.7-.3 1.2s0 .9.3 1.2.6.4 1 .4m4.7.6c-.5 0-.9-.1-1.1-.4-.3-.3-.4-.7-.4-1.1v-2.9h.7v2.8c0 .4 0 .6.2.8l.7.2c.3 0 .5 0 .6-.2.2 0 .3-.2.4-.4l.1-.6v-2.6h.7v4.3h-.6v-.6c-.2.2-.3.4-.6.5-.2.2-.4.2-.7.2m3.4-.1v-4.3h.6v.6l.5-.5.6-.2h.5v.8l-.6-.1c-.1 0-.3 0-.5.2l-.3.4-.2.6v2.5zm7 .1-.8-.1-.6-.5c-.2-.1-.3-.4-.3-.7h.7l.3.5.8.2.6-.1c.2-.2.3-.3.3-.5 0-.4-.3-.7-.8-.8H79l-.9-.5a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.6l.6-.4.8-.2.7.1.6.4.3.7h-.7c0-.2-.1-.3-.3-.4l-.6-.2c-.3 0-.5 0-.7.2l-.2.4c0 .2 0 .3.2.4l.6.2.6.2c.4 0 .7.2.9.4s.3.5.3.8 0 .5-.2.7l-.6.5zm3.1-5.4-.3-.1a.5.5 0 0 1-.2-.4c0-.1 0-.3.2-.3l.3-.2c.2 0 .3 0 .4.2l.1.3-.1.4zm-.3 5.3v-4.3h.7v4.3zm2.4-1v-2.6H84v-.7h.7v-1.1h.7v1.1h1v.7h-1v2.4l.1.5.4.1h.4v.6h-.5c-.3 0-.6 0-.8-.2q-.3-.3-.3-.9Zm4.3 1.1c-.4 0-.7 0-1-.3a2 2 0 0 1-.7-.8l-.2-1.1c0-.5 0-.8.2-1.2l.7-.8a2 2 0 0 1 1-.3c.7 0 1.1.2 1.5.5.3.4.5.9.5 1.5a3 3 0 0 1 0 .4h-3.2c0 .5.1.9.3 1.1.3.3.6.4 1 .4.3 0 .6 0 .7-.2.2-.1.4-.3.4-.6l.6.2c0 .3-.2.6-.5.9-.3.2-.7.3-1.3.3m0-3.9c-.3 0-.6.1-.8.3s-.3.5-.4 1h2.5c0-.4-.2-.7-.4-1q-.3-.3-.9-.3m3-.1.3-1v-.1a6 6 0 0 0 .3-.6v-.2h.9l-.2.3-.2.4-.1.3-.5.9zm3.8 4-.8-.1a1 1 0 0 1-.6-.5c-.2-.1-.3-.4-.3-.7h.6l.4.5.7.2.7-.1c.2-.2.3-.3.3-.5 0-.4-.3-.7-.9-.8h-.5a2 2 0 0 1-.9-.5 1 1 0 0 1-.3-.8c0-.2 0-.4.2-.6l.5-.4.8-.2.8.1.5.4c.2.2.3.4.3.7h-.6c0-.2-.2-.3-.4-.4l-.6-.2c-.2 0-.4 0-.6.2-.2 0-.3.2-.3.4l.2.4.7.2.6.2c.3 0 .6.2.8.4.3.2.4.5.4.8s-.1.5-.3.7l-.5.5zm5.5-1.2V269h-.7v-.7h.7v-1.1h.6v1.1h1v.7h-1v2.4c0 .2 0 .3.2.5l.4.1a.7.7 0 0 0 .4 0v.6h-.5c-.4 0-.6 0-.8-.2q-.3-.3-.3-.9Zm2.8 1.1v-4.3h.6v.6l.5-.5.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.5.2-.2 0-.3.2-.4.4l-.1.6v2.5zm4.4.1c-.4 0-.8 0-1-.3-.3-.3-.4-.6-.4-1 0-.3 0-.5.2-.7.1-.2.3-.3.6-.4l.8-.2a4.2 4.2 0 0 1 1.2.2v-.5a1 1 0 0 0-.3-.7 1 1 0 0 0-.7-.3c-.6 0-1 .3-1.1.8l-.6-.2c0-.4.2-.7.5-.9a2 2 0 0 1 1.2-.3c.5 0 1 .1 1.2.4.4.3.5.7.5 1.2v2.8h-.7v-.6l-.5.5c-.2.2-.5.2-.9.2m.2-.6.6-.1.5-.5.1-.6c-.3-.2-.7-.2-1-.2l-.9.1-.2.6c0 .2 0 .4.2.5.2.2.4.2.7.2m5.4-3.1v-.7h.8v-.8c0-.4 0-.8.3-1s.6-.3 1-.3h.3l.3.1v.7l-.2-.1a1 1 0 0 0-.4 0h-.5l-.2.6v.8h2v.7h-2v3.6h-.6v-3.6zm-2.5 0v-.7h.7v-.8c0-.4.1-.8.4-1q.3-.3.9-.3a1.7 1.7 0 0 1 .6.1v.7l-.2-.1a1 1 0 0 0-.4 0h-.4c-.2.2-.2.4-.2.6v.8h1.9v.7h-2v3.6h-.6v-3.6zm6.2-1.7-.4-.1a.5.5 0 0 1-.1-.4l.1-.3.4-.2c.1 0 .2 0 .3.2l.2.3c0 .1 0 .3-.2.4zm-.4 5.3v-4.3h.7v4.3zm3.8.1a2 2 0 0 1-1-.2 2 2 0 0 1-.7-.8l-.3-1.2q0-.75.3-1.2a1.9 1.9 0 0 1 1.8-1c.5 0 .9 0 1.2.3s.5.6.5 1l-.6.1c0-.2-.2-.5-.4-.6-.2-.2-.4-.3-.8-.3-.3 0-.7.2-1 .5q-.3.3-.3 1.2c0 .5.1.9.4 1.2.2.3.6.4 1 .4.5 0 1-.3 1-.9l.7.2c0 .4-.3.7-.6 1q-.45.3-1.2.3m7.1 0a2 2 0 0 1-1-.3 2 2 0 0 1-.8-.8l-.2-1.1c0-.5 0-.9.2-1.2a1.9 1.9 0 0 1 1.8-1c.4 0 .8 0 1.1.2l.7.8q.3.45.3 1.2c0 .4-.1.8-.3 1.1a2 2 0 0 1-.7.9 2 2 0 0 1-1 .2Zm0-.6c.4 0 .7-.1 1-.4.2-.3.4-.7.4-1.2s-.2-1-.4-1.2c-.3-.3-.6-.5-1-.5s-.7.2-1 .5c-.2.2-.3.7-.3 1.2s0 .9.3 1.2.6.4 1 .4m4.2.5-1.6-4.3h.8l1.1 3.5 1.3-3.5h.7l-1.6 4.3zm4.8.1c-.4 0-.7 0-1-.3a2 2 0 0 1-.7-.8 2.4 2.4 0 0 1 0-2.3l.7-.8c.3-.2.6-.3 1-.3.6 0 1 .2 1.4.5.4.4.5.9.5 1.5a3 3 0 0 1 0 .4H136c0 .5.2.9.4 1.1.2.3.6.4 1 .4.3 0 .5 0 .7-.2.2-.1.3-.3.4-.6l.6.2-.6.9q-.45.3-1.2.3m0-3.9c-.3 0-.6.1-.8.3s-.4.5-.4 1h2.4c0-.4-.1-.7-.3-1q-.3-.3-.9-.3m3.1 3.8v-4.3h.7v.6c0-.2.2-.4.4-.5l.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.5.2-.2 0-.3.2-.4.4l-.1.6v2.5zm6-1v-2.6h-.7v-.7h.7v-1.1h.7v1.1h1v.7h-1v2.4l.1.5.4.1h.5v.6h-.6c-.3 0-.6 0-.8-.2q-.3-.3-.3-.9Zm3.2-4.3-.3-.1a.5.5 0 0 1-.2-.4c0-.1 0-.3.2-.3l.3-.2c.2 0 .3 0 .4.2l.1.3-.1.4zm-.3 5.3v-4.3h.6v4.3zm2 0v-4.3h.7v.6l.5-.5.7-.2c.3 0 .6 0 .8.2l.4.5.5-.5.8-.2c.4 0 .8.1 1 .4s.3.6.3 1v3h-.6v-2.9a1 1 0 0 0-.3-.7l-.6-.2a1 1 0 0 0-.7.3c-.2.3-.3.5-.3.8v2.7h-.6v-2.8c0-.4-.1-.6-.3-.8a.8.8 0 0 0-.6-.2c-.2 0-.3 0-.5.2a1 1 0 0 0-.3.4l-.1.6v2.6h-.7Zm8.8.1c-.4 0-.7 0-1-.3a2 2 0 0 1-.7-.8l-.2-1.1c0-.5 0-.8.2-1.2l.7-.8a2 2 0 0 1 1-.3c.7 0 1.1.2 1.5.5.3.4.5.9.5 1.5a2.5 2.5 0 0 1 0 .4h-3.2c0 .5.1.9.3 1.1.3.3.6.4 1 .4.3 0 .6 0 .7-.2.2-.1.3-.3.4-.6l.6.2c0 .3-.2.6-.5.9-.3.2-.7.3-1.3.3m0-3.9c-.3 0-.6.1-.8.3s-.3.5-.4 1h2.4c0-.4 0-.7-.3-1q-.3-.3-.9-.3"}),D.createElement("path",{fill:"#108080",d:"M544.3 123.3c.2-.2.6-.2.8 0l.7.7c.2.2.2.5 0 .7l-3.3 3.3-.3.2-.9.1a.5.5 0 0 1-.6-.6l.2-.9.1-.2zm-3 3.5-.2 1c0 .1 0 .2.2.2l.9-.2 2.7-2.7-1-1z"}),D.createElement("path",{fill:"#108080",d:"M541.3 128.3v.1Zm-.3-1.7v-.1Zm.3.2h-.1Zm-.2 1h-.1Zm1.1 0h.1Zm2.7-2.7v.1zm-.6-1.8h.9a.6.6 0 0 0-.8 0Zm.8 0 .6.7h.1l-.7-.8Zm.7.7v.7c.3-.2.3-.5 0-.8Zm0 .7-3.4 3.2v.1h.1l3.3-3.2Zm-3.3 3.3h-.3v.2l.3-.1Zm-.3.2v-.1l-.9.1v.2l1-.2Zm-.9.1a.4.4 0 0 1-.5-.6h-.2c0 .4.3.8.7.7Zm-.6-.6h.1l.2-.9h-.1l-.3.9zm.2-.9.2-.2-.1-.1-.2.3zm.1-.2h.1l3.3-3.3h-.1l-3.3 3.2Zm.3.2h-.1l.1.1zm0 0h-.1l-.2 1h.1l.2-.9Zm-.2 1h-.1c0 .1.1.3.3.3v-.1zm.2.2.9-.1v-.2l-1 .2Zm.9-.2h.1l-.1-.1zm0 0h.1l2.6-2.6-.1-.1-2.6 2.6Zm2.7-2.7-1-1v.1l.9 1Zm-1-1-2.7 2.6v.1h.1l2.7-2.6h-.1Zm7.9 4.2c-.5 0-.9 0-1.2-.3-.4-.2-.6-.5-.8-.9s-.3-.9-.3-1.4c0-.6 0-1 .3-1.4a2.2 2.2 0 0 1 2-1.3c.4 0 .7 0 1 .2.3.1.6.3.8.6.2.2.3.5.3 1h-.8c0-.3-.2-.5-.4-.7q-.3-.3-.9-.3c-.3 0-.6 0-.8.2a1 1 0 0 0-.5.6c-.2.3-.2.7-.2 1 0 .5 0 .9.2 1.1l.5.7.8.2c.4 0 .7-.1 1-.3.1-.2.3-.4.3-.8l.8.1c0 .5-.3 1-.7 1.3-.3.3-.8.4-1.4.4m3 0v-5.6h.7v2.3c0-.2.2-.3.4-.4.2-.2.5-.2.7-.2.5 0 .8.1 1 .4.3.2.4.6.4 1v2.4h-.8V126c0-.3 0-.5-.2-.6a.8.8 0 0 0-.6-.2l-.5.1a1 1 0 0 0-.3.4l-.1.6v2h-.8Zm5.3 0c-.4 0-.7 0-1-.3-.2-.2-.3-.5-.3-.8s0-.5.2-.7l.5-.4.7-.1a4 4 0 0 1 1 .1v-.3c0-.2 0-.4-.2-.6a1 1 0 0 0-.6-.2 1 1 0 0 0-.6.2l-.3.4-.6-.1c0-.4.2-.7.5-.8.3-.2.6-.3 1-.3.5 0 1 .1 1.2.4.3.2.4.6.4 1v2.4h-.7v-.4l-.5.4zm.1-.6c.3 0 .6 0 .8-.3.2-.2.3-.4.3-.7l-1-.1a1 1 0 0 0-.6.1l-.2.5.2.4zm2.8.5v-3.7h.7v.5l.5-.5.7-.1c.4 0 .7.1 1 .4.2.2.3.6.3 1v2.4h-.8V126c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2c-.3 0-.5 0-.7.3-.2.2-.2.4-.2.7v2.1h-.8Zm5.7 1.7c-.5 0-.9-.1-1.2-.4l-.5-.8.8-.1a.9.9 0 0 0 .9.6c.3 0 .6-.1.7-.3q.3-.3.3-.9v-.4l-.5.4-.7.2a1.5 1.5 0 0 1-1.4-.9l-.2-1c0-.4 0-.8.2-1l.6-.7.8-.2.7.1.4.4v-.4h.8v3.5c0 .6-.1 1-.5 1.4-.3.3-.7.5-1.2.5m0-2.4c.3 0 .5-.1.7-.3s.3-.5.3-1c0-.3-.1-.6-.3-.8a1 1 0 0 0-1.4 0q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m4.2.8c-.3 0-.6 0-1-.2l-.5-.7c-.2-.3-.2-.6-.2-1s0-.8.2-1c.1-.4.3-.6.6-.8l1-.2c.5 0 1 .1 1.2.5.3.3.4.7.4 1.3v.3H572q0 .6.3.9c.2.2.5.3.8.3l.6-.2.3-.5.6.2c0 .3-.2.6-.5.8s-.6.3-1 .3Zm0-3.3a1 1 0 0 0-.6.3c-.2.1-.3.3-.4.6h2a1 1 0 0 0-.3-.6c-.1-.2-.4-.3-.7-.3m4.4 3.2v-3.7h.7v.5a1.2 1.2 0 0 1 1-.6l.7.1.4.5.4-.5.7-.1c.4 0 .7.1 1 .3l.2 1v2.5h-.7v-2.4l-.2-.5c-.1-.2-.3-.2-.5-.2s-.4 0-.6.2a1 1 0 0 0-.2.7v2.2h-.7v-2.4c0-.2 0-.4-.2-.5a.6.6 0 0 0-.5-.2c-.2 0-.4 0-.5.2a1 1 0 0 0-.3.7v2.2zm7.7.1c-.4 0-.7 0-1-.2l-.6-.7-.2-1c0-.4 0-.8.2-1a1.7 1.7 0 0 1 1.5-1c.6 0 1 .1 1.4.5.2.3.4.7.4 1.3v.3h-2.8c0 .4.2.7.4.9s.4.3.7.3l.6-.2c.2-.1.3-.3.3-.5l.7.2-.5.8a2 2 0 0 1-1.1.3m0-3.3a1 1 0 0 0-.7.3c-.1.1-.3.3-.3.6h2a1 1 0 0 0-.3-.6 1 1 0 0 0-.7-.3m2.7 2.2v-2h-.6v-.7h.6v-1h.8v1h.8v.7h-.8v1.8c0 .4.1.6.4.6h.3l.1-.2v.8a1.8 1.8 0 0 1-.5 0 1 1 0 0 1-.8-.2c-.2-.2-.3-.5-.3-.8m2.5 1v-3.7h.7v.5c0-.2.2-.3.4-.4.2-.2.3-.2.6-.2a1.5 1.5 0 0 1 .3 0v.8h-.4c-.3 0-.5 0-.6.2a1 1 0 0 0-.3.7v2.1zm3.2-4.5-.4-.1a.5.5 0 0 1-.1-.4l.1-.4a.5.5 0 0 1 .7 0l.2.4c0 .1 0 .3-.2.4zm-.4 4.5v-3.7h.8v3.7zm3.3.1c-.3 0-.6 0-1-.2l-.5-.7c-.2-.3-.3-.6-.3-1s.1-.8.3-1a1.7 1.7 0 0 1 1.5-1c.5 0 .9 0 1.1.3.3.2.5.5.6 1h-.8c0-.2-.1-.3-.3-.4a1 1 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .4 0 .7.3 1l.7.2c.5 0 .8-.2 1-.7l.7.2q-.15.6-.6.9c-.3.2-.6.3-1 .3Zm3.8 0c-.4 0-.8 0-1-.3-.4-.2-.5-.5-.6-.8l.7-.1.3.4.6.2c.2 0 .4 0 .5-.2.2 0 .3-.2.3-.3l-.2-.4-.6-.2h-.4l-.8-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6l.5-.4.7-.1c.4 0 .7 0 1 .2s.4.5.5.8l-.7.1c0-.2-.1-.3-.3-.4a1 1 0 0 0-.5 0h-.4c-.2.1-.2.2-.2.4l.1.3.5.1.5.1.8.4c.2.2.3.4.3.8 0 .2 0 .4-.2.6l-.5.4a2 2 0 0 1-.8.1"}),D.createElement("path",{fill:"#161B18",d:"M35.3 102.3h1.2v5.4l4.6-5.4h1.6v.1l-3.8 4.4 4 5.7h-1.4l-3.4-4.8-1.6 1.8v3h-1.2zm11.5 10.4a4 4 0 0 1-1.9-.4c-.5-.4-1-.8-1.2-1.4a4 4 0 0 1-.5-2c0-.6.2-1.2.5-1.8a3.3 3.3 0 0 1 3-1.9c.7 0 1.3.2 1.8.5s.9.7 1.2 1.3a4.3 4.3 0 0 1 .4 2.2h-5.6c0 .6.1 1 .3 1.4a2.3 2.3 0 0 0 2 1c1 0 1.6-.4 2-1.3l1.2.6c-.4.5-.8 1-1.3 1.3-.5.4-1.2.5-2 .5Zm2-4.5-.2-.8-.7-.8q-.45-.3-1.2-.3a2 2 0 0 0-1.4.5c-.4.4-.7.8-.8 1.4zm4.6 3.9-2.9-6.6h1.3l2.2 5.2 2.2-5.2h1.3l-4.4 10h-1.3zm8.3-6.6H63v1l1-.9a2.6 2.6 0 0 1 2.6 0c.4.3.7.6.9 1 .2-.4.6-.7 1-1 .4-.2.9-.4 1.4-.4.8 0 1.5.3 1.9.8s.6 1.2.6 2v4.5h-1.2v-4.2c0-.7-.1-1.2-.4-1.5s-.7-.5-1.2-.5c-.4 0-.7.1-1 .4-.3.2-.5.5-.6.8-.2.4-.3.7-.3 1.1v4h-1.2v-4.3c0-.7-.1-1.2-.4-1.5-.2-.3-.6-.5-1.2-.5-.3 0-.7.1-1 .4l-.6.8c-.2.4-.3.7-.3 1.1v4h-1.2v-7.1Zm15.4 7.2a4 4 0 0 1-1.8-.4c-.5-.4-1-.8-1.2-1.4a4 4 0 0 1-.5-2c0-.6.2-1.2.4-1.8a3.3 3.3 0 0 1 3-1.9c.7 0 1.3.2 1.9.5.5.3.9.7 1.1 1.3a4.3 4.3 0 0 1 .4 2.2h-5.6c0 .6.2 1 .4 1.4a2.3 2.3 0 0 0 2 1 2 2 0 0 0 2-1.3l1.1.6a3.3 3.3 0 0 1-3.2 1.8m2-4.5c0-.3 0-.6-.2-.8-.1-.3-.3-.6-.7-.8q-.45-.3-1.2-.3a2 2 0 0 0-1.3.5c-.4.4-.7.8-.8 1.4h4.3Zm5.2 4.4-.8-.1a2 2 0 0 1-.6-.4l-.4-.6-.1-.9v-4H81v-1.1h1.3v-2.1h1.2v2h1.7v1.2h-1.7v3.7c0 .4 0 .7.2.9s.4.3.7.3.6 0 .8-.2v1.2a2.7 2.7 0 0 1-1 .2Zm2.4-7.1h1.1v1.1h.1c.1-.4.4-.7.8-1a2.3 2.3 0 0 1 2-.2v1.3a2 2 0 0 0-1-.2c-.3 0-.6 0-.9.3a2.2 2.2 0 0 0-1 1.8v4h-1.1zm6-1.5c-.3 0-.5 0-.7-.3a.8.8 0 0 1-.3-.6l.3-.6c.2-.2.4-.2.6-.2s.4 0 .6.2l.3.6q0 .45-.3.6-.15.3-.6.3Zm-.7 1.5h1.2v7H92zm6.2 7.2c-.7 0-1.3-.1-1.8-.4-.6-.4-1-.8-1.3-1.4a4 4 0 0 1-.5-2c0-.6.2-1.3.5-1.8a3.5 3.5 0 0 1 3.1-1.8c.8 0 1.4.1 2 .5.4.4.8.8 1 1.4l-1 .5a2 2 0 0 0-2-1.4c-.5 0-.9.2-1.2.4-.4.2-.6.5-.9 1-.2.3-.3.8-.3 1.3s.1 1 .3 1.4l.9 1 1.1.2c.5 0 1 0 1.3-.3.4-.2.6-.6.8-1l1 .4c-.1.6-.5 1.1-1 1.5-.6.4-1.2.5-2 .5m6.9 0c-.8 0-1.4-.1-2-.5a3 3 0 0 1-1-1.4l1-.5c.2.4.5.8.8 1 .4.3.7.4 1.2.4a2 2 0 0 0 1-.3c.4-.2.5-.5.5-.7 0-.3 0-.5-.3-.7a3 3 0 0 0-1.1-.5l-1-.2-1.4-.7c-.3-.3-.5-.8-.5-1.3 0-.4.1-.8.3-1.1.3-.3.6-.6 1-.7l1.4-.3c.6 0 1.2.2 1.7.5.5.2.8.6 1 1.1l-1 .5c-.2-.3-.4-.6-.7-.7a2.1 2.1 0 0 0-2 0c-.4.2-.5.4-.5.7 0 .2 0 .4.3.6l1 .3 1 .3c.7.2 1.2.4 1.5.8.4.4.6.8.6 1.3 0 .4-.2.7-.4 1-.2.4-.6.7-1 .9zm-68.9 16.1v-5.1h-1.8v-.7h4.2v.7h-1.8v5.1zm3 0v-4.3h.6v.6l.5-.5.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.5.2-.2 0-.3.2-.4.4l-.1.6v2.5zm4.4.1c-.4 0-.8 0-1-.3-.3-.3-.4-.6-.4-1 0-.3 0-.5.2-.7.1-.2.3-.3.6-.4l.8-.2a4.3 4.3 0 0 1 1.2.2v-.5a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3a1 1 0 0 0-1 .8l-.7-.2.6-.9a2 2 0 0 1 1.1-.3c.6 0 1 .2 1.3.4.3.3.5.7.5 1.2v2.8H45v-.5l-.5.4c-.2.2-.5.2-.9.2m.2-.6.6-.1.5-.5.1-.6c-.3-.2-.7-.2-1.1-.2-.3 0-.6 0-.8.2l-.2.5c0 .2 0 .4.2.5.2.2.4.2.7.2m5 .6a2 2 0 0 1-1-.2 2 2 0 0 1-.8-.8l-.2-1.2c0-.5 0-.9.3-1.2a1.9 1.9 0 0 1 1.7-1c.5 0 1 0 1.2.3.3.3.5.6.6 1l-.7.1-.3-.6c-.2-.2-.5-.3-.8-.3-.4 0-.7.2-1 .5q-.3.45-.3 1.2c0 .75.1 1 .3 1.2.3.3.6.4 1 .4.6 0 1-.3 1.1-.9l.7.2a2 2 0 0 1-.6 1q-.45.3-1.2.3m3 0v-6.4h.6v4l1.9-2h.8l-1.6 1.7 1.6 2.6h-.8l-1.2-2.1-.7.7v1.4h-.6Zm6.6 1.7v-6h.6v.6l.6-.6.8-.2c.4 0 .7.1 1 .3l.7.8.2 1.2c0 .4 0 .8-.2 1.2l-.7.8-1 .2c-.3 0-.6 0-.8-.2-.3-.1-.4-.3-.5-.4v2.3zm2-2.3c.3 0 .6-.1.9-.4q.3-.45.3-1.2c0-.6 0-1-.3-1.2-.3-.3-.6-.5-1-.5-.3 0-.6.2-.9.5-.2.2-.4.6-.4 1.2 0 .5.2 1 .4 1.2.3.3.6.4 1 .4m3 .5v-4.3h.7v.6l.5-.5.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.6.2l-.3.4-.2.6v2.5h-.6Zm5 .1a2 2 0 0 1-1.1-.2 2 2 0 0 1-.8-.8l-.2-1.2c0-.5 0-.9.2-1.2a1.9 1.9 0 0 1 1.8-1c.5 0 .8 0 1.1.2s.6.5.7.8q.3.45.3 1.2l-.3 1.2a2 2 0 0 1-.7.8 2 2 0 0 1-1 .2m0-.6c.3 0 .7-.1 1-.4q.3-.45.3-1.2c0-.75-.1-1-.4-1.2-.2-.3-.6-.5-1-.5s-.7.2-1 .5q-.3.45-.3 1.2c0 .75.1.9.4 1.2.2.3.5.4 1 .4m4.9 2.4a2 2 0 0 1-.9-.2l-.6-.4a1 1 0 0 1-.3-.7l.6-.1.4.5c.2.2.5.3.8.3.4 0 .7-.2 1-.4l.2-1v-.7l-.5.6-.9.2a1.7 1.7 0 0 1-1.6-1l-.2-1.2c0-.5 0-.9.2-1.2s.4-.6.7-.7a1.8 1.8 0 0 1 1.8 0c.2 0 .4.2.5.4v-.6h.7v4.2c0 .4-.1.8-.3 1.1-.1.3-.4.5-.7.7l-1 .2Zm0-2.5.6-.2.4-.5c.2-.3.2-.6.2-.9 0-.4 0-.6-.2-.9 0-.2-.2-.4-.4-.5l-.6-.2c-.3 0-.5 0-.7.2l-.4.5c-.2.3-.2.5-.2.9 0 .3 0 .6.2.9 0 .2.2.4.4.5zm3.3.6v-4.3h.7v.6c0-.2.2-.3.4-.5l.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.5.2-.2 0-.3.2-.4.4l-.1.6v2.5zm4.8.1c-.4 0-.8 0-1-.3a2 2 0 0 1-.7-.8 2.4 2.4 0 0 1 0-2.3c.1-.3.4-.6.7-.8s.6-.3 1-.3c.6 0 1 .2 1.4.6.3.3.5.8.5 1.4a3 3 0 0 1 0 .4H80c0 .5.2.9.4 1.1.2.3.5.4 1 .4.3 0 .5 0 .7-.2.2-.1.3-.3.4-.6l.6.2c-.1.4-.3.6-.6.9q-.45.3-1.2.3Zm0-3.9c-.3 0-.6.1-.8.3s-.4.5-.5 1h2.5c0-.4-.1-.7-.3-1-.2-.2-.5-.3-1-.3Zm4.6 4-.8-.2-.7-.4-.3-.7.7-.2c0 .3.1.4.3.6s.5.2.8.2l.7-.1c.2-.2.3-.3.3-.5 0-.4-.3-.7-1-.8h-.4l-1-.5a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.6l.6-.4.8-.2.7.1.6.4c.2.2.2.4.3.7h-.6l-.4-.4-.6-.2c-.2 0-.5 0-.6.2-.2 0-.3.2-.3.4s0 .3.2.4l.6.3h.6l1 .5.2.8c0 .3 0 .5-.2.7a1 1 0 0 1-.6.5l-.8.1Zm4.2 0-.8-.2-.7-.4-.3-.7.7-.2c0 .3.2.4.3.6.2.2.5.2.8.2l.7-.1c.2-.2.3-.3.3-.5 0-.4-.3-.7-.9-.8h-.5l-1-.5a1 1 0 0 1-.3-.8l.2-.6.6-.4.8-.2.7.1c.3.1.5.2.6.4.2.2.3.4.3.7h-.6c0-.2-.2-.3-.4-.4l-.6-.2c-.2 0-.4 0-.6.2-.2 0-.3.2-.3.4s0 .3.2.4l.6.3h.6l1 .5.2.8c0 .3 0 .5-.2.7a1 1 0 0 1-.6.5l-.8.1Zm5.4-1.3v-2.5H95v-.7h.6v-1.1h.7v1.1h1v.7h-1v2.4c0 .2 0 .4.2.5l.4.1a.8.8 0 0 0 .4 0v.6h-.5c-.4 0-.7 0-.9-.2q-.3-.3-.3-.9m4.5 1.2a2 2 0 0 1-1.1-.2 2 2 0 0 1-.7-.8l-.3-1.2q0-.75.3-1.2a1.9 1.9 0 0 1 1.8-1c.4 0 .8 0 1 .2.4.2.6.5.8.8l.2 1.2c0 .4 0 .8-.2 1.2a2 2 0 0 1-.7.8 2 2 0 0 1-1.1.2m0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.75-.1-1-.3-1.2-.3-.3-.6-.5-1-.5s-.7.2-1 .5-.4.7-.4 1.2.1.9.4 1.2.6.4 1 .4m3.9.5-1.3-4.3h.7l1 3.4.9-3.4h.7l1 3.4.8-3.4h.7l-1.2 4.3h-.7l-1-3.4-1 3.4zm6.7.1c-.5 0-.8 0-1-.3-.4-.3-.5-.6-.5-1 0-.3 0-.5.2-.7l.6-.4.8-.2a4.3 4.3 0 0 1 1.3.2v-.5a1 1 0 0 0-.3-.7c-.2-.2-.5-.3-.8-.3-.6 0-1 .3-1 .8l-.7-.2c0-.3.3-.6.6-.9a2 2 0 0 1 1-.3c.6 0 1 .2 1.4.4.3.3.4.7.4 1.2v2.8h-.6v-.5l-.6.4c-.2.2-.5.2-.8.2m.1-.6.7-.1.4-.5.2-.6c-.4-.2-.8-.2-1.2-.2-.3 0-.5 0-.7.2-.2 0-.3.3-.3.5s0 .4.3.5c.1.2.3.2.6.2m3.3.5v-4.3h.7v.6c0-.2.2-.3.4-.5l.7-.2h.4v.8l-.5-.1c-.2 0-.3 0-.5.2l-.4.4v3.1zm4.8.1c-.4 0-.8 0-1-.2a2 2 0 0 1-.7-.8c-.2-.4-.2-.8-.2-1.2 0-.5 0-.9.2-1.2l.7-.8c.2-.2.6-.3 1-.3a1.6 1.6 0 0 1 1.3.7v-2.6h.7v6.3h-.7v-.6c0 .2-.3.4-.5.5-.2.2-.5.2-.8.2m0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.6 0-1-.3-1.2-.3-.3-.6-.5-1-.5-.3 0-.7.2-.9.5-.2.2-.4.6-.4 1.2 0 .5.2 1 .4 1.2.2.3.6.4 1 .4Zm4.8.6-.8-.1-.6-.4a1 1 0 0 1-.3-.7l.6-.2c0 .3.2.4.4.6s.4.2.7.2l.7-.1c.2-.2.3-.3.3-.5 0-.4-.3-.7-.9-.8h-.5l-.9-.5a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.6.1-.2.3-.3.6-.4l.8-.2.7.1.6.4.2.7h-.6c0-.2-.2-.3-.3-.4l-.6-.2c-.3 0-.5 0-.7.2l-.2.4c0 .2 0 .3.2.4l.6.3h.6l.9.5c.2.2.3.5.3.8s0 .5-.2.7l-.6.5zm5.4 1.7h-.3l-.3-.1v-.7l.2.1h.3l.5-.1.3-.6.2-.4-1.7-4.3h.8l1.2 3.4 1.3-3.4h.7l-2 4.9c0 .4-.3.7-.5.9a1 1 0 0 1-.7.3m5.8-1.7a2 2 0 0 1-1.1-.2 2 2 0 0 1-.7-.8l-.3-1.2q0-.75.3-1.2a1.9 1.9 0 0 1 1.8-1c.4 0 .8 0 1 .2.4.2.6.5.8.8l.2 1.2c0 .4 0 .8-.2 1.2a2 2 0 0 1-.7.8 2 2 0 0 1-1.1.2m0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.75 0-1-.3-1.2-.3-.3-.6-.5-1-.5s-.7.2-1 .5c-.2.3-.4.7-.4 1.2s.2.9.4 1.2c.3.3.6.4 1 .4m4.6.6c-.4 0-.8-.1-1-.4-.3-.3-.5-.6-.5-1.1v-2.9h.7v2.8c0 .4.1.6.3.8l.7.2.6-.1.4-.5v-3.2h.8v4.3h-.7v-.5l-.5.4c-.2.2-.5.2-.8.2m3.4 0v-4.4h.7v.6c0-.2.2-.3.4-.5l.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.5.2-.2 0-.3.2-.4.4l-.1.6v2.5h-.7Zm7.4 1.8a2 2 0 0 1-.9-.2l-.6-.4-.3-.7.6-.1.4.5c.2.2.5.3.8.3.4 0 .7-.2 1-.4l.2-1v-.7l-.5.6-.9.2a1.7 1.7 0 0 1-1.5-1q-.3-.45-.3-1.2c0-.75.1-.9.3-1.2.1-.3.4-.6.6-.7a1.8 1.8 0 0 1 1.8 0c.2 0 .4.2.5.4v-.6h.7v4.2c0 .4 0 .8-.3 1.1-.1.3-.3.5-.6.7zm0-2.5.6-.2.5-.5.1-.9-.1-.9-.5-.5-.6-.2c-.3 0-.5 0-.7.2l-.4.5-.2.9c0 .3 0 .6.2.9 0 .2.2.4.4.5zm5 .7a2 2 0 0 1-1-.2 2 2 0 0 1-.7-.8l-.3-1.2q0-.75.3-1.2a1.9 1.9 0 0 1 1.8-1c.4 0 .7 0 1 .2.4.2.6.5.7.8q.3.45.3 1.2c0 .4 0 .8-.3 1.2a2 2 0 0 1-.7.8 2 2 0 0 1-1 .2Zm0-.6c.5 0 .8-.1 1-.4.3-.3.4-.7.4-1.2s-.1-1-.4-1.2c-.2-.3-.5-.5-1-.5-.3 0-.7.2-1 .5q-.3.45-.3 1.2c0 .75.1.9.4 1.2.2.3.6.4 1 .4Zm4.6.6c-.5 0-.8 0-1.1-.3s-.4-.6-.4-1c0-.3 0-.5.2-.7l.6-.4.8-.2a4.3 4.3 0 0 1 1.3.2v-.5a1 1 0 0 0-.3-.7c-.2-.2-.5-.3-.8-.3-.6 0-1 .3-1 .8l-.7-.2c0-.3.3-.6.6-.9a2 2 0 0 1 1-.3c.6 0 1 .2 1.4.4.3.3.4.7.4 1.2v2.8h-.6v-.5l-.6.4c-.2.2-.5.2-.8.2m.1-.6.7-.1.4-.5.2-.6c-.4-.2-.8-.2-1.2-.2-.3 0-.5 0-.7.2-.2 0-.3.3-.3.5s0 .4.2.5c.2.2.4.2.7.2m3.3.5v-6.3h.7v6.3zm3.6.1-.9-.1-.6-.4a1 1 0 0 1-.3-.7l.7-.2c0 .3.1.4.3.6s.4.2.8.2l.6-.1c.2-.2.3-.3.3-.5 0-.4-.3-.7-.8-.8h-.6l-.9-.5a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.6l.6-.4.8-.2.7.1.6.4.3.7h-.7c0-.2-.1-.3-.3-.4l-.6-.2c-.3 0-.5 0-.7.2l-.2.4c0 .2 0 .3.2.4l.6.3h.6l.9.5c.2.2.3.5.3.8s0 .5-.2.7l-.6.5zm5.8 0-1.2-4.4h.7l.8 3.4 1-3.4h.7l1 3.4.9-3.4h.6l-1.2 4.3h-.7l-1-3.4-1 3.4h-.6Zm5.8-5.4-.3-.1a.5.5 0 0 1-.2-.4l.2-.3.3-.2c.2 0 .3 0 .4.2l.1.3-.1.4zm-.3 5.3v-4.3h.7v4.3zm2.4-1v-2.6h-.7v-.7h.7v-1.1h.7v1.1h1v.7h-1v2.4l.1.5.4.1a.8.8 0 0 0 .5 0v.6h-.6c-.3 0-.6 0-.8-.2q-.3-.3-.3-.9Zm2.9 1v-6.3h.7v2.6c0-.2.2-.3.5-.5l.8-.2c.5 0 .9.2 1.1.5.3.3.4.6.4 1.1v2.8h-.7v-2.7c0-.4 0-.6-.2-.8a1 1 0 0 0-.8-.3 1 1 0 0 0-.6.2 1.3 1.3 0 0 0-.5 1.1v2.5zm7.6-1v-2.6h-.7v-.7h.7v-1.1h.7v1.1h1v.7h-1v2.4l.1.5.4.1a.8.8 0 0 0 .5 0v.6h-.6c-.3 0-.6 0-.8-.2q-.3-.3-.3-.9Zm4 1.1c-.4 0-.8 0-1-.3-.3-.3-.4-.6-.4-1 0-.3 0-.5.2-.7.1-.2.3-.3.6-.4l.8-.2a4.3 4.3 0 0 1 1.2.2v-.5a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3a1 1 0 0 0-1 .8l-.6-.2c0-.3.2-.6.5-.9a2 2 0 0 1 1.1-.3c.6 0 1 .2 1.3.4.3.3.5.7.5 1.2v2.8h-.7v-.5l-.5.4c-.2.2-.5.2-.9.2m.2-.6.6-.1.5-.5.1-.6c-.3-.2-.7-.2-1.1-.2-.3 0-.6 0-.8.2l-.2.5c0 .2 0 .4.2.5.2.2.4.2.7.2m3.6-4.8-.3-.1a.5.5 0 0 1-.2-.4c0-.1 0-.2.2-.3l.3-.2c.2 0 .3 0 .4.2l.1.3-.1.4zm-.3 5.3v-4.3h.7v4.3zm2 0v-6.3h.8v6.3h-.7Zm4 .1a2 2 0 0 1-1.1-.2 2 2 0 0 1-.7-.8l-.3-1.2q0-.75.3-1.2a1.9 1.9 0 0 1 1.8-1c.4 0 .7 0 1 .2s.6.5.7.8q.3.45.3 1.2c0 .4 0 .8-.3 1.2a2 2 0 0 1-.7.8 2 2 0 0 1-1 .2m0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.75-.1-1-.4-1.2-.2-.3-.5-.5-1-.5-.3 0-.7.2-1 .5q-.3.45-.3 1.2c0 .75.1.9.4 1.2.2.3.6.4 1 .4m3.1.5v-4.3h.6v.6l.5-.5.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.5.2-.2 0-.3.2-.4.4l-.1.6v2.5zm4.8.1c-.4 0-.8 0-1-.3a2 2 0 0 1-.7-.8 2.4 2.4 0 0 1 0-2.3c.1-.3.4-.6.7-.8s.6-.3 1-.3c.6 0 1 .2 1.4.6.3.3.5.8.5 1.4a2.5 2.5 0 0 1 0 .4h-3.2c0 .5.2.9.4 1.1.2.3.5.4 1 .4.3 0 .5 0 .7-.2.2-.1.3-.3.4-.6l.6.2c-.1.4-.3.6-.6.9q-.45.3-1.2.3m0-3.9c-.3 0-.6.1-.8.3-.3.2-.4.5-.5 1h2.5c0-.4-.1-.7-.3-1-.2-.2-.5-.3-1-.3Zm4.8 4c-.4 0-.7-.2-1-.3a2 2 0 0 1-.7-.8l-.2-1.2c0-.5 0-.9.2-1.2l.7-.8c.3-.2.6-.3 1-.3a1.6 1.6 0 0 1 1.3.7v-2.6h.7v6.3h-.6v-.6c-.2.2-.3.4-.6.5-.2.2-.5.2-.8.2Zm0-.7c.4 0 .8-.1 1-.4s.4-.7.4-1.2c0-.6-.2-1-.4-1.2-.2-.3-.6-.5-1-.5-.3 0-.6.2-.9.5q-.3.3-.3 1.2c0 .5 0 1 .3 1.2.3.3.6.4 1 .4Zm5.8.5v-4.3h.6v.6a1.4 1.4 0 0 1 1.2-.7c.3 0 .6 0 .8.2.2.1.3.3.4.6a1.4 1.4 0 0 1 1.3-.8c.4 0 .8.1 1 .4s.3.6.3 1v3h-.6V126c0-.4-.1-.6-.3-.7q-.15-.3-.6-.3c-.45 0-.5.1-.7.4a1 1 0 0 0-.3.7v2.7h-.6V126c0-.4-.1-.6-.3-.7a.8.8 0 0 0-.6-.3c-.2 0-.3 0-.5.2a1 1 0 0 0-.3.4l-.1.6v2.6zm8.7.1c-.4 0-.7 0-1-.3a2 2 0 0 1-.7-.8l-.2-1.1c0-.5 0-.8.2-1.2l.7-.8a2 2 0 0 1 2.5.3c.3.3.5.8.5 1.4a2.5 2.5 0 0 1 0 .4h-3.2c0 .5.1.9.3 1.1.3.3.6.4 1 .4.3 0 .6 0 .7-.2.2-.1.3-.3.4-.6l.6.2c0 .4-.2.6-.5.9-.3.2-.7.3-1.3.3m0-3.9c-.3 0-.6.1-.8.3s-.3.5-.4 1h2.4c0-.4 0-.7-.3-1q-.3-.3-.9-.3m3.4 2.7v-2.5h-.7v-.7h.7v-1.1h.6v1.1h1v.7h-1v2.4c0 .2 0 .4.2.5l.4.1a.8.8 0 0 0 .4 0v.6h-.5c-.4 0-.6 0-.8-.2q-.3-.3-.3-.9m2.8 1.1v-4.3h.7v.6c0-.2.2-.3.4-.5l.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.5.2-.2 0-.3.2-.4.4l-.1.6v2.5zm3.7-5.3-.4-.1a.5.5 0 0 1-.1-.4l.1-.3.4-.2c.1 0 .2 0 .3.2l.2.3c0 .1 0 .3-.2.4zm-.4 5.3v-4.3h.7v4.3zm3.8.1a2 2 0 0 1-1-.2 2 2 0 0 1-.7-.8l-.3-1.2q0-.75.3-1.2a1.9 1.9 0 0 1 1.7-1c.6 0 1 0 1.3.3s.5.6.5 1l-.6.1c0-.2-.2-.4-.4-.6s-.4-.3-.8-.3c-.3 0-.7.2-1 .5q-.3.45-.3 1.2c0 .75.1 1 .4 1.2.2.3.6.4 1 .4.5 0 .9-.3 1-.9l.7.2a2 2 0 0 1-.6 1q-.45.3-1.2.3m4.4 0-.8-.1-.6-.4a1 1 0 0 1-.3-.7l.7-.2c0 .3.1.4.3.6s.4.2.7.2l.7-.1c.2-.2.3-.3.3-.5 0-.4-.3-.7-.9-.8h-.5l-.9-.5a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.6.1-.2.3-.3.6-.4l.8-.2.7.1.6.4.2.7h-.6c0-.2-.2-.3-.3-.4l-.6-.2c-.3 0-.5 0-.7.2l-.2.4c0 .2 0 .3.2.4l.6.3h.6l.9.5c.2.2.3.5.3.8s0 .5-.2.7l-.6.5zm6.4 0c-.4 0-.8 0-1-.3-.3-.3-.4-.6-.4-1 0-.3 0-.5.2-.7.1-.2.3-.3.6-.4l.8-.2a4.4 4.4 0 0 1 1.2.2v-.5a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3a1 1 0 0 0-1 .8l-.7-.2.6-.9a2 2 0 0 1 1.1-.3c.6 0 1 .2 1.3.4.3.3.5.7.5 1.2v2.8h-.7v-.5l-.5.4c-.2.2-.5.2-.9.2m.2-.6.6-.1.5-.5.1-.6c-.4-.2-.7-.2-1.1-.2-.3 0-.6 0-.8.2-.2 0-.3.3-.3.5s.1.4.3.5c.2.2.4.2.7.2m3.3.5v-4.3h.6v.6l.5-.5.8-.2c.5 0 .9.2 1.1.4.3.3.4.7.4 1.2v2.8h-.7v-2.7c0-.4 0-.7-.3-.8a1 1 0 0 0-.6-.3 1 1 0 0 0-.6.2l-.4.4-.1.6v2.6zm6.5.1c-.4 0-.7 0-1-.2a2 2 0 0 1-.7-.8l-.2-1.2c0-.5 0-.9.2-1.2l.7-.8c.3-.2.6-.3 1-.3a1.6 1.6 0 0 1 1.3.7v-2.6h.7v6.3h-.6v-.6c-.2.2-.3.4-.6.5-.2.2-.5.2-.8.2m0-.6c.4 0 .8-.1 1-.4s.4-.7.4-1.2c0-.6-.2-1-.4-1.2-.3-.3-.6-.5-1-.5-.3 0-.6.2-.9.5q-.3.3-.3 1.2c0 .5 0 1 .3 1.2.3.3.6.4 1 .4Zm6.1-4.8-.3-.1a.5.5 0 0 1-.2-.4c0-.1 0-.2.2-.3l.3-.2c.1 0 .3 0 .4.2l.1.3-.1.4zm-.3 5.3v-4.3h.6v4.3zm2 0v-4.3h.7v.6a1.4 1.4 0 0 1 1.2-.7c.3 0 .6 0 .8.2.2.1.3.3.4.6a1.5 1.5 0 0 1 1.3-.8c.4 0 .8.1 1 .4s.3.6.3 1v3h-.6V126c0-.4-.1-.6-.3-.7q-.15-.3-.6-.3c-.45 0-.5.1-.7.4a1 1 0 0 0-.3.7v2.7h-.6V126c0-.4-.1-.6-.3-.7a.8.8 0 0 0-.6-.3c-.2 0-.3 0-.5.2a1 1 0 0 0-.3.4l-.1.6v2.6h-.7Zm7.1 1.8v-6h.7v.6l.5-.6.9-.2a1.8 1.8 0 0 1 1.6 1c.2.4.3.8.3 1.3l-.3 1.2c-.1.3-.3.6-.6.8l-1 .2c-.4 0-.6 0-.9-.2l-.5-.4v2.3zm2-2.3c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.6-.1-1-.4-1.2-.2-.3-.5-.5-1-.5-.3 0-.6.2-.8.5-.3.2-.4.6-.4 1.2 0 .5.1 1 .4 1.2.2.3.5.4.9.4m5 .6a2 2 0 0 1-1.1-.2 2 2 0 0 1-.7-.8l-.3-1.2c0-.5 0-.9.3-1.2a1.9 1.9 0 0 1 1.7-1c.5 0 .8 0 1.1.2s.6.5.7.8q.3.45.3 1.2l-.3 1.2a2 2 0 0 1-.7.8 2 2 0 0 1-1 .2m0-.6c.3 0 .7-.1 1-.4q.3-.45.3-1.2c0-.75-.1-1-.4-1.2-.2-.3-.6-.5-1-.5-.3 0-.7.2-1 .5q-.3.45-.3 1.2c0 .75.1.9.4 1.2.2.3.6.4 1 .4m6.6-.6v-2.5h-.7v-.7h.7v-1.1h.7v1.1h1v.7h-1v2.4l.1.5.4.1a.8.8 0 0 0 .4 0v.6h-.5c-.3 0-.6 0-.8-.2q-.3-.3-.3-.9m-3.5 1.1v-4.3h.6v.6l.5-.5.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.5.2-.2 0-.3.2-.4.4l-.1.6v2.5zm7.5.1c-.4 0-.8 0-1-.3-.3-.3-.5-.6-.5-1 0-.3.1-.5.3-.7.1-.2.3-.3.6-.4l.8-.2a4.3 4.3 0 0 1 1.2.2v-.5a1 1 0 0 0-.3-.7c-.2-.2-.4-.3-.8-.3a1 1 0 0 0-1 .8l-.7-.2.6-.9a2 2 0 0 1 1.1-.3c.6 0 1 .2 1.3.4.3.3.5.7.5 1.2v2.8h-.7v-.5l-.5.4c-.2.2-.5.2-.9.2m.1-.6.7-.1.5-.5.1-.6c-.4-.2-.7-.2-1.1-.2-.3 0-.6 0-.8.2-.2 0-.3.3-.3.5s.1.4.3.5c.2.2.4.2.6.2m3.4.5v-4.3h.6v.6l.5-.5.8-.2c.5 0 .9.2 1.1.4.3.3.4.7.4 1.2v2.8h-.7v-2.7c0-.4 0-.7-.3-.8a1 1 0 0 0-.6-.3 1 1 0 0 0-.6.2l-.4.4-.1.6v2.6zm5-1v-2.6h-.7v-.7h.7v-1.1h.6v1.1h1v.7h-1v2.4c0 .2 0 .4.2.5l.4.1a.8.8 0 0 0 .4 0v.6h-.5c-.4 0-.6 0-.8-.2q-.3-.3-.3-.9Zm6.6 1.1c-.5 0-.9-.1-1.1-.4-.3-.3-.4-.6-.4-1.1v-2.9h.7v2.8c0 .4 0 .6.2.8l.7.2.6-.1.4-.5.1-.6v-2.6h.7v4.3h-.6v-.5l-.5.4c-.3.2-.5.2-.8.2m4.8 0-.8-.1-.7-.4-.3-.7.7-.2c0 .3.1.4.3.6s.5.2.8.2l.7-.1c.2-.2.2-.3.2-.5 0-.4-.2-.7-.8-.8h-.5l-1-.5a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.6l.6-.4.8-.2.7.1.6.4.3.7h-.7c0-.2-.1-.3-.3-.4l-.6-.2c-.2 0-.5 0-.6.2-.2 0-.3.2-.3.4s0 .3.2.4l.6.3h.6l1 .5.2.8c0 .3 0 .5-.2.7a1 1 0 0 1-.6.5zm4.5 0c-.4 0-.8 0-1-.3a2 2 0 0 1-.7-.8 2.4 2.4 0 0 1 0-2.3c.1-.3.4-.6.7-.8s.6-.3 1-.3c.6 0 1 .2 1.4.6.3.3.5.8.5 1.4a3 3 0 0 1 0 .4h-3.2c0 .5.2.9.4 1.1.2.3.5.4 1 .4.3 0 .5 0 .7-.2.2-.1.3-.3.4-.6l.6.2c-.1.4-.3.6-.6.9q-.45.3-1.2.3m0-3.9c-.3 0-.6.1-.8.3s-.4.5-.5 1h2.5c0-.4-.1-.7-.3-1-.2-.2-.5-.3-1-.3Zm3 3.8v-4.3h.7v.6l.5-.5.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.5.2-.2 0-.3.2-.4.4l-.1.6v2.5h-.7Zm6-5.3-.3-.1a.5.5 0 0 1-.1-.4l.1-.3.4-.2c.1 0 .2 0 .3.2l.2.3c0 .1 0 .3-.2.4l-.3.1Zm-.3 5.3v-4.3h.7v4.3zm2.1 0v-4.3h.7v.6l.5-.5.8-.2c.5 0 .8.2 1.1.4.3.3.4.7.4 1.2v2.8h-.7v-2.7c0-.4 0-.7-.3-.8a1 1 0 0 0-.7-.3 1 1 0 0 0-.6.2l-.3.4-.2.6v2.6zm5-1v-2.6h-.6v-.7h.6v-1.1h.7v1.1h1v.7h-1v2.4c0 .2 0 .4.2.5l.4.1a.8.8 0 0 0 .4 0v.6h-.5c-.4 0-.7 0-.9-.2q-.3-.3-.3-.9Zm4.4 1.1c-.4 0-.8 0-1-.3a2 2 0 0 1-.7-.8 2.4 2.4 0 0 1 0-2.3c.1-.3.4-.6.7-.8s.6-.3 1-.3c.6 0 1 .2 1.4.6.3.3.5.8.5 1.4a2.5 2.5 0 0 1 0 .4h-3.2c0 .5.2.9.4 1.1.2.3.5.4 1 .4.3 0 .5 0 .7-.2.2-.1.3-.3.4-.6l.6.2c-.1.4-.3.6-.6.9q-.45.3-1.2.3m0-3.9c-.3 0-.6.1-.8.3s-.4.5-.4 1h2.4c0-.4-.1-.7-.3-1-.2-.2-.5-.3-1-.3Zm3.1 3.8v-4.3h.6v.6l.5-.5.7-.2h.4v.8l-.5-.1c-.2 0-.4 0-.5.2-.2 0-.3.2-.4.4l-.1.6v2.5zm4.5.1c-.5 0-.8 0-1.1-.3s-.4-.6-.4-1c0-.3 0-.5.2-.7.1-.2.3-.3.6-.4l.8-.2a4.3 4.3 0 0 1 1.3.2v-.5a1 1 0 0 0-.4-.7 1 1 0 0 0-.7-.3c-.6 0-1 .3-1.1.8l-.6-.2c0-.3.2-.6.5-.9a2 2 0 0 1 1.2-.3c.5 0 1 .2 1.3.4.3.3.4.7.4 1.2v2.8h-.6v-.5l-.6.4c-.2.2-.5.2-.8.2m0-.6.7-.1.5-.5.2-.6c-.4-.2-.8-.2-1.2-.2-.3 0-.5 0-.7.2-.2 0-.3.3-.3.5s0 .4.2.5c.2.2.4.2.7.2Zm5.1.6a2 2 0 0 1-1-.2 2 2 0 0 1-.7-.8l-.3-1.2q0-.75.3-1.2a1.9 1.9 0 0 1 1.7-1c.5 0 1 0 1.3.3s.4.6.5 1l-.6.1-.4-.6c-.2-.2-.5-.3-.8-.3-.4 0-.7.2-1 .5q-.3.45-.3 1.2c0 .75.1 1 .4 1.2.2.3.5.4 1 .4s.9-.3 1-.9l.7.2a2 2 0 0 1-.6 1q-.45.3-1.2.3m3.3-1.2v-2.5h-.7v-.7h.7v-1.1h.7v1.1h1v.7h-1v2.9l.5.1a.8.8 0 0 0 .4 0v.6h-.5c-.3 0-.6 0-.8-.2q-.3-.3-.3-.9m3.2-4.2-.4-.1a.5.5 0 0 1-.1-.4l.1-.3.4-.2c.1 0 .2 0 .3.2l.2.3c0 .1 0 .3-.2.4zm-.4 5.3v-4.3h.7v4.3zm3.9.1a2 2 0 0 1-1-.2 2 2 0 0 1-.8-.8c-.2-.4-.2-.8-.2-1.2 0-.5 0-.9.2-1.2a1.9 1.9 0 0 1 1.8-1c.4 0 .8 0 1 .2.4.2.6.5.8.8l.2 1.2c0 .4 0 .8-.2 1.2a2 2 0 0 1-.7.8 2 2 0 0 1-1.1.2m0-.6c.4 0 .7-.1 1-.4q.3-.45.3-1.2c0-.75 0-1-.3-1.2-.3-.3-.6-.5-1-.5s-.7.2-1 .5c-.2.3-.4.7-.4 1.2s.2.9.4 1.2c.3.3.6.4 1 .4m3.1.5v-4.3h.7v.6l.5-.5.8-.2c.5 0 .8.2 1 .4.3.3.5.7.5 1.2v2.8h-.7v-2.7c0-.4-.1-.7-.3-.8a1 1 0 0 0-.7-.3 1 1 0 0 0-.6.2l-.4.4v3.2zm7.2 0v-4.3h.7v.6a1.4 1.4 0 0 1 1.2-.7c.3 0 .5 0 .7.2.2.1.4.3.4.6a1.4 1.4 0 0 1 1.3-.8c.5 0 .8.1 1 .4.3.3.4.6.4 1v3h-.7V126c0-.4 0-.6-.2-.7l-.6-.3c-.3 0-.6.1-.7.4a1 1 0 0 0-.3.7v2.7h-.7V126c0-.4 0-.6-.2-.7a.8.8 0 0 0-.6-.3c-.2 0-.4 0-.5.2a1 1 0 0 0-.4.4l-.1.6v2.6zm8.8.1c-.4 0-.8 0-1-.3a2 2 0 0 1-.7-.8 2.4 2.4 0 0 1 0-2.3c.1-.3.4-.6.7-.8.2-.2.6-.3 1-.3.6 0 1 .2 1.4.6.3.3.5.8.5 1.4a3 3 0 0 1 0 .4h-3.2c0 .5.1.9.4 1.1.2.3.5.4 1 .4.2 0 .5 0 .7-.2.2-.1.3-.3.4-.6l.6.2c-.1.4-.3.6-.6.9q-.45.3-1.2.3m0-3.9c-.4 0-.6.1-.8.3-.3.2-.4.5-.5 1h2.5c0-.4-.1-.7-.3-1-.2-.2-.5-.3-1-.3Zm3.3 2.7v-2.5h-.7v-.7h.7v-1.1h.7v1.1h1v.7h-1v2.4l.1.5.4.1a.8.8 0 0 0 .5 0v.6h-.6c-.3 0-.6 0-.8-.2q-.3-.3-.3-.9m2.8 1.1v-4.3h.7v.6c0-.2.2-.3.4-.5l.7-.2h.4v.8l-.5-.1c-.2 0-.3 0-.5.2l-.4.4v3.1zm3.7-5.3-.4-.1a.5.5 0 0 1-.1-.4l.1-.3.4-.2c.1 0 .3 0 .3.2l.2.3c0 .1 0 .3-.2.4zm-.3 5.3v-4.3h.6v4.3zm3.8.1a2 2 0 0 1-1-.2 2 2 0 0 1-.8-.8l-.2-1.2c0-.5 0-.9.2-1.2a1.9 1.9 0 0 1 1.8-1c.5 0 1 0 1.2.3.3.3.5.6.6 1l-.7.1c0-.2-.2-.4-.4-.6-.1-.2-.4-.3-.7-.3-.4 0-.7.2-1 .5q-.3.45-.3 1.2c0 .75 0 1 .3 1.2.3.3.6.4 1 .4.6 0 1-.3 1.1-.9l.6.2c0 .4-.3.7-.6 1a2 2 0 0 1-1.1.3m4.4 0-.8-.1-.7-.4-.3-.7.7-.2c0 .3.1.4.3.6s.5.2.8.2l.7-.1c.2-.2.2-.3.2-.5 0-.4-.2-.7-.8-.8h-.5l-1-.5a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.6l.6-.4.8-.2.7.1.6.4.3.7h-.6l-.4-.4-.6-.2c-.2 0-.5 0-.6.2-.2 0-.3.2-.3.4s0 .3.2.4l.6.3h.6l1 .5.2.8c0 .3 0 .5-.2.7a1 1 0 0 1-.6.5z"}),D.createElement("rect",{width:134.4,height:76.1,x:34.2,y:138.1,fill:"#fff",rx:8.1}),D.createElement("rect",{width:110,height:40.4,x:46.3,y:147.2,fill:"#fff",rx:8.1}),D.createElement("path",{fill:"#6C726E",d:"M46.9 153.2v-4.4h1.6c.2 0 .4 0 .6.2.2 0 .4.2.5.4.2.2.2.5.2.8s0 .5-.2.7c0 .2-.3.3-.5.4l-.6.2h-1.1v1.7zm1.6-3.9h-1.1v1.7h1c.3 0 .5 0 .7-.2l.2-.6c0-.3 0-.5-.2-.7a.8.8 0 0 0-.6-.2m3 4q-.6 0-.9-.3a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5l.4-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2 0-.4-.2-.5a.9.9 0 0 0-.6-.2c-.5 0-.7.1-.8.5h-.5c0-.4.2-.6.4-.8l.9-.2c.4 0 .7.1 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3-.7.2Zm0-.5h.5l.4-.4v-.5l-.8-.2a1 1 0 0 0-.5.2c-.2 0-.2.2-.2.4l.1.4zm3.7 1.8-.7-.1-.4-.4a1 1 0 0 1-.2-.4l.4-.2c0 .2.2.3.3.5l.6.1c.3 0 .5 0 .7-.3.2-.1.2-.4.2-.7v-.5c0 .2-.2.3-.4.4l-.6.2a1.3 1.3 0 0 1-1.2-.8 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9l.5-.5a1.3 1.3 0 0 1 1.3 0c.2 0 .3.2.4.3v-.4h.5v3c0 .4 0 .7-.2 1 0 .2-.3.3-.5.4zm0-1.9.5-.1.3-.4.1-.7-.1-.6c0-.2-.2-.3-.3-.4a.9.9 0 0 0-.5-.1 1 1 0 0 0-.5 0 1 1 0 0 0-.3.5l-.2.6c0 .3 0 .5.2.7 0 .2.2.3.3.4zm3.7.6c-.3 0-.6 0-.8-.2-.3-.2-.4-.4-.5-.6a2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9 0-.2.3-.4.5-.6l.7-.2c.5 0 .9.1 1.1.4.3.3.4.6.4 1.1a2 2 0 0 1 0 .3h-2.4c0 .3.1.6.3.8s.4.3.7.3l.5-.1c.2-.1.3-.3.3-.5l.5.2c0 .2-.2.4-.4.6-.3.2-.6.3-1 .3Zm0-3a1 1 0 0 0-.7.3l-.3.7h1.9a1 1 0 0 0-.3-.7c-.1-.2-.4-.2-.7-.2Zm3.3 3-.6-.1-.5-.3a1 1 0 0 1-.2-.6h.5l.2.4.6.1.5-.1c.2 0 .2-.2.2-.4 0-.3-.2-.4-.6-.5h-.4l-.7-.4a.8.8 0 0 1-.2-.6l.1-.5.4-.3.6-.1h.6l.4.4.2.5H63l-.3-.3a.9.9 0 0 0-.5-.2c-.1 0-.3 0-.4.2-.2 0-.2.2-.2.3l.1.3.5.2h.4l.7.4c.2.1.2.3.2.6l-.1.5a1 1 0 0 1-.5.4h-.6Zm3.6 1.2V150h.5v.5l.5-.4c.1-.2.3-.2.6-.2s.5 0 .7.2c.2.1.4.3.5.6l.2.9c0 .3 0 .6-.2.9l-.5.6-.7.2c-.3 0-.5 0-.7-.2a1 1 0 0 1-.3-.3v1.7zm1.5-1.7c.3 0 .5 0 .7-.3.2-.2.3-.5.3-1 0-.3-.1-.6-.3-.8a.9.9 0 0 0-.7-.3c-.3 0-.5 0-.7.3q-.3.3-.3.9c0 .6.1.7.3.9s.4.3.7.3m3.6.5c-.3 0-.6 0-.8-.2l-.5-.6a2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9l.5-.6.8-.2c.4 0 .8.1 1 .4.3.3.4.6.4 1.1a2 2 0 0 1 0 .3H70c0 .3.1.6.3.8s.4.3.7.3l.6-.1.3-.5.4.2c0 .2-.2.4-.4.6s-.5.3-1 .3m0-3q-.45 0-.6.3c-.2.1-.3.4-.3.7h1.8l-.2-.7c-.2-.2-.4-.2-.7-.2Zm2.2 2.9V150h.5v.4c0-.1.2-.3.4-.3a1 1 0 0 1 .6-.2h.2v.6H74l-.3.4v2.3H73Zm4.9 0-1.2-3.2h.6l.9 2.6.9-2.6h.5l-1.2 3.2zm2.6-4-.3-.1-.1-.3.1-.2.3-.1h.2l.1.3v.3zm-.3 4V150h.5v3.2zm2.6 0h-.6l-.5-.3a1 1 0 0 1-.2-.6h.5l.2.4.6.1.5-.1.2-.4c0-.3-.2-.4-.6-.5h-.4l-.7-.4a.8.8 0 0 1-.3-.6l.2-.5.4-.3.6-.1h.6l.4.4.2.5h-.5c0-.1 0-.3-.2-.3a.9.9 0 0 0-.5-.2c-.2 0-.3 0-.4.2-.2 0-.2.2-.2.3l.1.3.5.2h.4l.7.4.2.6-.1.5a1 1 0 0 1-.5.4H83Zm2.2-4-.3-.1v-.5l.3-.1h.3v.6zm-.3 4V150h.6v3.2zm1.8-.8v-2H86v-.4h.5v-.9h.5v.9h.7v.5H87v2.1l.4.2a.6.6 0 0 0 .3-.1v.5a1.2 1.2 0 0 1-.4 0c-.3 0-.5 0-.6-.2a.9.9 0 0 1-.2-.6Z"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__I)"},D.createElement("path",{fill:"#108080",d:"M152 153.4h.6v-2h-.6zm.3-2.7.2-.1.1-.3v-.2l-.3-.1-.2.1-.1.2v.3h.3Zm0 4.4a3.3 3.3 0 0 1-3.1-2l-.3-1.4a3.3 3.3 0 0 1 2-3.1l1.4-.3c.5 0 1 .1 1.3.3a3.4 3.4 0 0 1 1.8 4.4 3.4 3.4 0 0 1-3 2Zm0-.7a3 3 0 0 0 2-.8c.5-.5.7-1.2.7-2 0-.7-.2-1.3-.8-1.8-.5-.6-1.1-.8-1.9-.8-.7 0-1.4.2-2 .8a3 3 0 0 0-.7 1.9c0 .7.3 1.4.8 2 .5.4 1.2.7 2 .7Z"})),D.createElement("path",{fill:"#161B18",d:"M50.8 173.5c-.7 0-1.3-.2-1.9-.5s-1-.6-1.4-1.1a3 3 0 0 1 0-3.4c.4-.4.9-.8 1.4-1v-.2c-.4-.2-.8-.6-1-1-.3-.4-.5-.9-.5-1.3 0-.6.2-1.1.5-1.6a3 3 0 0 1 1.2-1.1c.5-.3 1-.4 1.7-.4s1.2.1 1.7.4c.6.2 1 .6 1.2 1 .3.6.5 1 .5 1.7 0 .4-.2.9-.4 1.3-.3.4-.7.8-1.1 1v.1c.6.3 1 .7 1.3 1.1.4.5.5 1 .5 1.7a3 3 0 0 1-.4 1.7c-.4.5-.8.8-1.4 1.1s-1.2.5-1.9.5m0-6.7c.6 0 1-.2 1.4-.5.4-.4.6-.8.6-1.4 0-.5-.2-1-.6-1.2a2 2 0 0 0-1.4-.5 2 2 0 0 0-1.4.5q-.6.45-.6 1.2c0 .6.2 1 .6 1.4.4.3.8.5 1.4.5m0 5.4c.7 0 1.2-.2 1.7-.6.4-.4.7-.9.7-1.5s-.3-1-.7-1.5c-.5-.4-1-.6-1.7-.6s-1.2.2-1.7.6q-.6.6-.6 1.5c0 .9.2 1.1.6 1.5.5.4 1 .6 1.7.6m-3 11.3v-4.3l-1.1.8v-.7l1.3-1h.4v5.2zm3 0-.4-.4a4 4 0 0 0 1.4-1.3l.4-.9-.5.4-.7.2c-.3 0-.6 0-.8-.2a1.6 1.6 0 0 1-.8-1.4c0-.3.1-.6.3-.8l.6-.6.8-.2c.3 0 .6 0 .8.2a1.7 1.7 0 0 1 .8 1v.8a3.2 3.2 0 0 1-.3 1.5 4 4 0 0 1-.7 1 6 6 0 0 1-.9.7m.3-2.6c.3 0 .6 0 .8-.2s.3-.5.3-.8a1 1 0 0 0-.3-.8 1 1 0 0 0-.8-.2 1 1 0 0 0-.7.2 1 1 0 0 0-.3.8c0 .3 0 .6.3.8zm5 1.6v-2.2h-.7v-.6h.6v-1h.6v1h.8v.6h-.8v2.1l.1.4.4.2a.7.7 0 0 0 .4-.1v.5a1.3 1.3 0 0 1-.5.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8Zm3.7 1c-.4 0-.7 0-1-.2l-.6-.7-.2-1c0-.4 0-.7.2-1a1.7 1.7 0 0 1 1.6-1c.4 0 .7.1 1 .3l.6.7.2 1-.2 1c-.2.3-.4.6-.7.7q-.3.3-.9.3Zm0-.5c.4 0 .6 0 .9-.3.2-.3.3-.6.3-1q0-.75-.3-1.2a1 1 0 0 0-.9-.3l-.9.3a2 2 0 0 0-.3 1.1c0 .5.1.8.3 1 .3.3.6.4.9.4m3-.5v-2.2H62v-.6h.6v-1h.6v1h.9v.6h-.9v2.1l.1.4.4.2a.7.7 0 0 0 .4-.1v.5a1.3 1.3 0 0 1-.5.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8Zm3.4 1c-.4 0-.7 0-1-.2a1 1 0 0 1-.3-.9c0-.2 0-.4.2-.6 0-.2.3-.3.5-.4l.7-.1a3.8 3.8 0 0 1 1 .2v-.5c0-.2 0-.4-.2-.6a1 1 0 0 0-.7-.2c-.5 0-.8.2-1 .6l-.5-.1c.1-.3.3-.6.6-.8.2-.2.6-.3 1-.3s.8.1 1 .4c.3.2.5.6.5 1v2.5h-.6v-.5l-.5.4-.7.2Zm0-.4c.3 0 .5 0 .6-.2.2 0 .3-.2.4-.4l.2-.5c-.3-.2-.7-.2-1-.2l-.7.1-.2.5c0 .2 0 .4.2.5l.6.2Zm2.9.4V178h.6v5.5H69Zm3.7 1.5v-5.3h.6v.6c0-.2.2-.3.4-.5l.8-.2a1.6 1.6 0 0 1 1.4 1c.2.3.2.6.2 1s0 .7-.2 1c-.1.3-.3.6-.6.7-.2.2-.5.3-.8.3s-.6 0-.8-.2l-.4-.4v2zm1.7-2c.3 0 .6 0 .8-.3s.3-.6.3-1c0-.6 0-1-.3-1.2a1 1 0 0 0-.8-.3 1 1 0 0 0-.8.3c-.2.3-.3.6-.3 1.1s0 .8.3 1c.2.3.5.4.8.4m3.8.6c-.4 0-.7-.1-1-.3a1 1 0 0 1-.3-.9c0-.2 0-.4.2-.6l.5-.4.7-.1a3.8 3.8 0 0 1 1.1.2v-.5c0-.2 0-.4-.2-.6a1 1 0 0 0-.7-.2c-.5 0-.8.2-1 .6l-.5-.1c0-.3.2-.6.5-.8s.6-.3 1-.3c.5 0 .8.1 1.1.4.3.2.4.6.4 1v2.5h-.6v-.5l-.4.4zm.1-.5c.2 0 .4 0 .6-.2.2 0 .3-.2.4-.4l.1-.5c-.3-.2-.6-.2-1-.2l-.6.1c-.2.1-.3.3-.3.5l.2.5zm4.3 2-.8-.1-.5-.4-.3-.6.6-.1c0 .2.2.3.3.5l.7.2c.4 0 .6-.1.8-.4q.3-.3.3-.9v-.5l-.5.5-.7.1a1.5 1.5 0 0 1-1.4-.8c-.2-.3-.2-.7-.2-1 0-.5 0-.8.2-1.1a1.6 1.6 0 0 1 1.4-.9c.3 0 .5 0 .7.2l.5.4v-.5h.6v3.6c0 .4-.1.8-.3 1a1 1 0 0 1-.5.6c-.3.2-.6.2-1 .2Zm0-2.2c.2 0 .4 0 .5-.2.2 0 .3-.2.4-.4l.2-.8c0-.3 0-.5-.2-.7a1 1 0 0 0-.4-.5 1 1 0 0 0-1.1 0 1 1 0 0 0-.4.5l-.1.7.1.8.4.4zm4.3.7c-.4 0-.7-.1-1-.3-.2-.1-.4-.4-.5-.7-.2-.3-.2-.6-.2-1s0-.7.2-1c.1-.3.3-.5.6-.7q.3-.3.9-.3c.5 0 1 .2 1.2.5.3.3.5.7.5 1.3a2 2 0 0 1 0 .3h-2.8c0 .4 0 .8.3 1 .2.2.5.3.8.3l.7-.1.3-.5.5.1c0 .3-.2.6-.5.8-.2.2-.6.3-1 .3m0-3.4a1 1 0 0 0-.7.2c-.2.2-.4.5-.4.8H88c0-.3 0-.6-.2-.7-.2-.2-.5-.3-.8-.3m3.9 3.4a2 2 0 0 1-.7-.1l-.6-.4-.2-.6.5-.1.3.4c.2.2.4.3.7.3l.6-.2c.2-.1.2-.2.2-.4 0-.4-.2-.6-.7-.7h-.5l-.8-.4a1 1 0 0 1-.3-.7l.2-.6c.2-.1.3-.3.5-.3l.7-.2.7.1.5.4.2.5-.5.1c0-.2-.2-.3-.3-.4a1 1 0 0 0-.6-.1 1 1 0 0 0-.5.1c-.2 0-.3.2-.3.4l.2.3.6.2.5.1.8.4.2.7c0 .3 0 .5-.2.6 0 .2-.3.3-.5.4z"}),D.createElement("rect",{width:26.1,height:13.1,x:46.3,y:193.7,fill:"#D8FFC0",rx:6.5}),D.createElement("path",{fill:"#1F4C04",d:"M50.8 200.4v-.6h1v-1h.7v1h1v.6h-1v1h-.6v-1h-1Zm4.9 1.3H55c0-.7 0-1.4.3-2 .2-.6.6-1.2 1-1.7h-2v-.6H57v.6a4 4 0 0 0-.8 1.2l-.4 1.3zm1.9 0h-.3l-.2-.4c0-.1 0-.2.2-.3l.3-.1.3.1.1.3v.3l-.4.2Zm1.3 0v-.6a27 27 0 0 0 1.5-1.4c.3-.3.5-.7.5-1l-.2-.6a.7.7 0 0 0-.5-.2c-.2 0-.4 0-.5.2-.2.1-.2.3-.3.5h-.6l.2-.7.5-.4c.2-.2.4-.2.7-.2.4 0 .7.1 1 .3.2.3.3.6.3 1l-.1.8a3 3 0 0 1-.5.7l-.5.5a9 9 0 0 1-.6.5h1.8v.6zm4.5-2.3-.6-.1a1 1 0 0 1-.4-.4l-.1-.5.1-.6.4-.4.6-.1.5.1.4.4.1.6-.1.5c0 .2-.2.3-.4.4zm0-.5.3-.1.2-.4c0-.2 0-.4-.2-.5a.5.5 0 0 0-.3-.1l-.4.1-.2.5c0 .1 0 .3.2.4zm2.7 3-.6-.2a1 1 0 0 1-.3-.4l-.2-.5c0-.2 0-.4.2-.6 0-.2.2-.3.3-.4l.6-.1.6.1.3.4.2.6c0 .2 0 .4-.2.5 0 .2-.2.3-.3.4l-.6.1Zm0-.6.4-.1.1-.4-.1-.5a.5.5 0 0 0-.4-.1l-.4.1-.1.5.1.4zm-2.5.4H63l2.9-4.3h.6l-3 4.3Z"}),D.createElement("rect",{width:134.4,height:76.1,x:327.2,y:138.1,fill:"#fff",rx:8.1}),D.createElement("rect",{width:110,height:40.4,x:339.4,y:147.2,fill:"#fff",rx:8.1}),D.createElement("path",{fill:"#6C726E",d:"m341 153.2-1.5-4.4h.6l1 3.2.2.4.1-.4 1.1-3.2h.6l-1.6 4.4zm2.9-4-.3-.1-.1-.3.1-.2.3-.1h.2l.1.3v.3zm-.3 4V150h.5v3.2zm2.6 0h-.6l-.5-.3a1 1 0 0 1-.2-.6h.5l.2.4.6.1.5-.1.2-.4c0-.3-.2-.4-.6-.5h-.4l-.7-.4a.8.8 0 0 1-.3-.6c0-.2 0-.3.2-.5l.4-.3.6-.1h.6l.4.4.2.5h-.5c0-.1 0-.3-.2-.3a.9.9 0 0 0-.5-.2c-.2 0-.3 0-.5.2l-.1.3.1.3.5.2h.4l.7.4.2.6-.1.5a1 1 0 0 1-.5.4zm2.2-4-.3-.1v-.5l.3-.1h.3v.6zm-.3 4V150h.5v3.2zm1.8-.8v-2h-.6v-.4h.6v-.9h.5v.9h.7v.5h-.7v2.1l.4.2a.6.6 0 0 0 .3-.1v.5a1.2 1.2 0 0 1-.4 0c-.3 0-.5 0-.6-.2a.9.9 0 0 1-.3-.6Zm3.1.9-.6-.1-.5-.3a1 1 0 0 1-.2-.6h.5l.3.4.5.1.5-.1c.2 0 .3-.2.3-.4 0-.3-.3-.4-.7-.5h-.4l-.7-.4a.8.8 0 0 1-.2-.6l.1-.5.5-.3.6-.1h.5l.4.4c.2 0 .2.3.3.5h-.5c0-.1-.1-.3-.3-.3a.9.9 0 0 0-.4-.2c-.2 0-.4 0-.5.2l-.2.3c0 .1 0 .2.2.3l.4.2h.5c.3.1.5.2.6.4q.3.15.3.6c0 .2 0 .4-.2.5a1 1 0 0 1-.4.4h-.7Zm3.7 1.2V150h.5v.5c0-.2.2-.3.4-.4.2-.2.4-.2.6-.2a1.3 1.3 0 0 1 1.3.8l.1.9-.1.9-.5.6-.8.2c-.2 0-.5 0-.6-.2a1 1 0 0 1-.4-.3v1.7zm1.5-1.7c.2 0 .5 0 .7-.3l.2-1c0-.3 0-.6-.2-.8a.9.9 0 0 0-.7-.3c-.3 0-.6 0-.8.3l-.2.9c0 .4 0 .7.2.9s.5.3.8.3m3.5.5c-.3 0-.5 0-.8-.2l-.5-.6a2 2 0 0 1-.2-.9l.2-.9.5-.6.8-.2c.5 0 .8.1 1 .4.3.3.5.6.5 1.1a2 2 0 0 1 0 .3h-2.4c0 .3 0 .6.2.8s.5.3.7.3l.6-.1.3-.5.5.2-.5.6q-.3.3-.9.3m0-3-.6.3c-.2.1-.3.4-.3.7h1.8c0-.3 0-.5-.2-.7s-.4-.2-.7-.2Zm2.3 2.9V150h.4v.4c.1-.1.2-.3.4-.3.1-.2.3-.2.5-.2h.3v.6h-.8l-.2.4-.1.4v1.9zm4.8 0-1.1-3.2h.5l.9 2.6.9-2.6h.5l-1.1 3.2zm2.6-4-.3-.1v-.5l.3-.1h.3v.6zm-.3 4V150h.6v3.2zm2.6 0h-.6l-.5-.3a1 1 0 0 1-.2-.6h.5l.3.4.5.1.5-.1c.2 0 .2-.2.2-.4 0-.3-.2-.4-.6-.5h-.4l-.7-.4a.8.8 0 0 1-.2-.6l.1-.5.5-.3.6-.1h.5l.4.4.3.5h-.5l-.3-.3a.9.9 0 0 0-.4-.2c-.2 0-.4 0-.5.2l-.2.3.1.3.5.2h.5c.2.1.5.2.6.4q.3.15.3.6l-.2.5a1 1 0 0 1-.4.4zm2.2-4-.2-.1-.1-.3v-.2l.3-.1h.3l.1.3-.1.3zm-.2 4V150h.5v3.2zm1.7-.8v-2h-.5v-.4h.5v-.9h.5v.9h.7v.5h-.7v1.8l.1.3.3.2a.6.6 0 0 0 .3-.1v.5a1.2 1.2 0 0 1-.4 0c-.2 0-.4 0-.6-.2a.9.9 0 0 1-.2-.6m3.2.9c-.3 0-.5 0-.8-.2l-.5-.6a2 2 0 0 1-.2-1c0-.2 0-.5.2-.8a1.4 1.4 0 0 1 1.3-.8c.3 0 .6 0 .8.2l.6.6.2.9-.2.9-.6.6zm0-.5c.3 0 .6 0 .8-.3.2-.2.2-.5.2-1 0-.3 0-.6-.2-.8a1 1 0 0 0-.8-.3 1 1 0 0 0-.7.3q-.3.3-.3.9c0 .6.1.7.3.9s.4.3.7.3m2.3.4V150h.5v.4l.3-.3a1 1 0 0 1 .7-.2h.2v.6h-.8l-.3.4v2.3z"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__J)"},D.createElement("path",{fill:"#108080",d:"M445 153.4h.7v-2h-.7zm.4-2.7.2-.1.1-.3v-.2l-.3-.1-.3.1v.5h.3Zm0 4.4a3.3 3.3 0 0 1-3.1-2l-.3-1.4a3.3 3.3 0 0 1 2-3.1l1.4-.3c.4 0 .9.1 1.3.3a3.3 3.3 0 0 1 1.8 4.4 3.4 3.4 0 0 1-3.1 2Zm0-.7a2.7 2.7 0 0 0 2.7-2.8c0-.7-.3-1.3-.8-1.8-.5-.6-1.2-.8-2-.8-.7 0-1.3.2-1.8.8-.6.5-.8 1.1-.8 1.9 0 .7.2 1.4.8 2a3 3 0 0 0 1.9.7"})),D.createElement("path",{fill:"#161B18",d:"M340.1 171.8a625 625 0 0 0 5.2-5.5l.3-1.2a1.8 1.8 0 0 0-1-1.6 2 2 0 0 0-1.1-.3 2 2 0 0 0-1.4.5c-.4.3-.6.7-.7 1.1l-1.3-.5c.1-.4.3-.7.6-1a3.4 3.4 0 0 1 2.8-1.4c.7 0 1.3.1 1.8.4.6.3 1 .7 1.3 1.2s.4 1 .4 1.5q0 1.8-1.8 3.6l-3.3 3.3h5.3v1.3h-7v-1.4Zm8.5 0a663 663 0 0 0 5.2-5.5l.3-1.2a1.8 1.8 0 0 0-1-1.6c-.3-.2-.6-.3-1-.3a2 2 0 0 0-1.5.5c-.3.3-.6.7-.7 1.1l-1.2-.5c0-.4.3-.7.5-1a3.4 3.4 0 0 1 2.9-1.4 4 4 0 0 1 1.8.4c.5.3 1 .7 1.2 1.2.3.5.4 1 .4 1.5q0 1.8-1.8 3.6l-3.3 3.3h5.3v1.3h-7v-1.4Zm-7.1 11.8c-.4 0-.7-.1-1-.3l-.6-.7-.2-1c0-.4 0-.7.2-1a1.7 1.7 0 0 1 1.6-1c.4 0 .7.1 1 .3l.6.7.2 1-.2 1c-.2.3-.4.6-.7.7q-.3.3-.9.3m0-.6c.3 0 .6 0 .8-.3.3-.3.4-.6.4-1 0-.5-.1-.9-.4-1.2a1 1 0 0 0-.8-.3l-.9.3a2 2 0 0 0-.3 1.1c0 .5.1.8.3 1 .3.3.6.4.9.4m3 .5v-3.2h-.7v-.6h.6v-.7c0-.4.2-.7.4-.9s.4-.2.8-.2a1.7 1.7 0 0 1 .5 0v.6h-.9l-.2.5v.7h1v.6h-1v3.2h-.6Zm5.3 0v-4.3l-1.1.8v-.7l1.3-1h.3v5.2zm1.9.9h-.5l.2-1a5 5 0 0 1 .1-.3l.1-.3v-.2h.8a13 13 0 0 1-.4 1zm3.2-.8a1.6 1.6 0 0 1-1.3-.7l-.3-.7.6-.1c0 .3.2.5.3.6.2.2.4.3.7.3s.5 0 .7-.3c.2-.1.3-.4.3-.7a1 1 0 0 0-.3-.7l-.7-.2h-.4v-.6h.3c.3 0 .5 0 .7-.2l.2-.6c0-.3 0-.5-.2-.6-.1-.2-.4-.3-.6-.3l-.6.2a1 1 0 0 0-.3.6h-.6a1.4 1.4 0 0 1 .8-1.2l.7-.1c.3 0 .5 0 .7.2a1.3 1.3 0 0 1 .7 1.1v.5l-.3.4-.3.2.6.5.2.8a1.5 1.5 0 0 1-.8 1.4zm2.5-.1v-.7a26 26 0 0 0 1.7-1.5l.5-.7.1-.8c0-.3 0-.5-.2-.7a1 1 0 0 0-.7-.3q-.45 0-.6.3a1 1 0 0 0-.3.7h-.6c0-.3 0-.6.2-.8l.5-.5c.2-.2.5-.2.8-.2.5 0 .9.1 1.1.4.3.2.4.6.4 1s0 .7-.2 1l-.5 1-.7.6-.8.6h2.3v.6zm3.8-1.1v-.5l2.2-3.5h.6v3.4h.6v.6h-.6v1h-.6v-1zm.7-.6h1.5v-2.4zm6 .7v-2.2h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2.5l.4.2a.7.7 0 0 0 .4-.1v.5l-.2.1h-.3a1 1 0 0 1-.7-.2 1 1 0 0 1-.2-.8m3.8 1c-.4 0-.7 0-1-.2-.3-.1-.5-.4-.6-.7-.2-.3-.2-.6-.2-1s0-.7.2-1a1.7 1.7 0 0 1 1.6-1l1 .3c.2.1.4.4.5.7.2.3.2.6.2 1s0 .7-.2 1c-.1.3-.3.6-.6.7-.3.2-.6.3-1 .3Zm0-.5c.3 0 .6 0 .8-.3s.3-.6.3-1c0-.5 0-.9-.3-1.2a1 1 0 0 0-.8-.3q-.6 0-.9.3a2 2 0 0 0-.3 1.1c0 .5 0 .8.3 1 .2.3.5.4.9.4m2.9-.5v-2.2h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2.5l.5.2a.7.7 0 0 0 .3-.1v.5a1.3 1.3 0 0 1-.4.1 1 1 0 0 1-.8-.2 1 1 0 0 1-.2-.8m3.4 1c-.4 0-.7 0-1-.2a1 1 0 0 1-.3-.9l.2-.6.5-.4.7-.1a3.8 3.8 0 0 1 1.2.2v-.5l-.3-.6a1 1 0 0 0-.7-.2c-.5 0-.8.2-1 .6l-.5-.1c0-.3.2-.6.5-.8s.6-.3 1-.3c.5 0 .9.1 1.1.4.3.2.4.6.4 1v2.5h-.5v-.5l-.5.4-.8.2Zm.1-.4c.2 0 .4 0 .6-.2.2 0 .3-.2.4-.4l.2-.5c-.4-.2-.7-.2-1-.2l-.7.1c-.2.1-.3.3-.3.5s.1.4.3.5zm2.8.4V178h.6v5.5zm4.7 0-1.4-3.8h.7l1 3 1-3h.7l-1.4 3.8zm3-4.7-.3-.1-.1-.3.1-.3.3-.1h.3l.1.4v.3zm-.3 4.7v-3.8h.6v3.8zm3 0a2 2 0 0 1-.7 0l-.6-.4-.2-.6.6-.1.3.4q.15.3.6.3l.6-.2c.2-.1.3-.2.3-.4 0-.4-.3-.6-.8-.7h-.5l-.7-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6 0-.1.3-.3.5-.3l.7-.2.6.1.5.4.2.5-.5.1c0-.2-.2-.3-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1c-.2 0-.2.2-.2.4l.1.3.6.2.5.1.8.4c.2.2.3.4.3.7l-.2.6-.5.4-.8.2Zm2.6-4.7-.3-.1-.1-.3.1-.3.3-.1h.3l.1.4v.3zm-.3 4.7v-3.8h.6v3.8zm2-1v-2.2h-.6v-.6h.6v-1h.6v1h.9v.6h-.9v2.1l.1.4.4.2a.7.7 0 0 0 .4-.1v.5l-.2.1h-.3a1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8m3.8 1c-.4 0-.7 0-1-.2l-.6-.7-.2-1 .2-1a1.7 1.7 0 0 1 1.6-1c.4 0 .7.1 1 .3l.6.7.2 1c0 .4 0 .7-.2 1l-.6.7c-.3.2-.6.3-1 .3Zm0-.5c.4 0 .6 0 .9-.3.2-.3.3-.6.3-1q0-.75-.3-1.2a1 1 0 0 0-.9-.3c-.3 0-.6.1-.8.3-.3.3-.4.7-.4 1.1 0 .5.1.8.4 1 .2.3.5.4.8.4m2.7.5v-3.8h.5v.6l.4-.5.6-.2h.4v.7a1 1 0 0 0-.5 0h-.4a1 1 0 0 0-.3.5l-.1.5v2.2zm3.9 0a2 2 0 0 1-.7 0l-.6-.4-.2-.6.6-.1c0 .1 0 .3.3.4q.15.3.6.3l.6-.2c.2-.1.3-.2.3-.4 0-.4-.3-.6-.8-.7h-.5l-.7-.4a1 1 0 0 1-.3-.7l.1-.6c.2-.1.3-.3.5-.3l.7-.2.7.1.5.4.2.5-.5.1c0-.2-.2-.3-.3-.4a1 1 0 0 0-.6-.1 1 1 0 0 0-.5.1c-.2 0-.2.2-.2.4l.1.3.6.2.5.1.8.4c.2.2.3.4.3.7l-.2.6-.6.4-.7.2Z"}),D.createElement("rect",{width:26.1,height:13.1,x:339.4,y:193.7,fill:"#FFDED3",rx:6.5}),D.createElement("path",{fill:"#7A1E00",d:"M343.9 200.1v-.5h2v.5zm2.8.8v-.5l1.9-3h.7v2.8h.5v.7h-.5v.8h-.7v-.8zm.8-.7h1.1v-1.8zm3.5 1.6s-.2 0-.3-.2l-.1-.3.1-.3.3-.1.4.1.1.3-.1.3zm1.3-1v-.4l1.8-3h.7v2.8h.6v.7h-.6v.8h-.6v-.8h-2Zm.7-.6h1.2v-1.8zm4.1-.8-.6-.1a1 1 0 0 1-.3-.4l-.2-.5c0-.2 0-.4.2-.6 0-.2.2-.3.3-.4l.6-.1.6.1.4.4v1.1l-.4.4zm0-.5.4-.1.1-.4-.1-.5a.5.5 0 0 0-.4-.1l-.4.1-.1.5.1.4zm2.8 3-.6-.2a1 1 0 0 1-.4-.4l-.1-.5.1-.6.4-.4.6-.1.5.1.4.4.1.6-.1.5c0 .2-.2.3-.4.4l-.5.1Zm0-.6.3-.1.2-.4c0-.2 0-.4-.2-.5a.5.5 0 0 0-.3-.1l-.4.1-.2.5c0 .1 0 .3.2.4zm-2.6.4h-.6l3-4.3h.5z"}),D.createElement("rect",{width:134.4,height:76.1,x:180.7,y:138.1,fill:"#fff",rx:8.1}),D.createElement("rect",{width:110,height:40.4,x:192.9,y:147.2,fill:"#fff",rx:8.1}),D.createElement("path",{fill:"#6C726E",d:"m194.5 153.2-1.5-4.4h.5l1 3.2.2.4.2-.4 1-3.2h.7l-1.6 4.4zm2.8-4-.2-.1-.1-.3v-.2l.3-.1h.3v.6zm-.2 4V150h.5v3.2zm2.5 0h-.6l-.4-.3a1 1 0 0 1-.3-.6h.5l.3.4.5.1.6-.1.2-.4c0-.3-.2-.4-.7-.5h-.4c-.2-.1-.5-.2-.6-.4a.8.8 0 0 1-.3-.6c0-.2 0-.3.2-.5l.4-.3.6-.1h.5l.5.4.2.5h-.5c0-.1-.1-.3-.3-.3a.9.9 0 0 0-.4-.2c-.2 0-.4 0-.5.2l-.2.3c0 .1 0 .2.2.3l.4.2h.5c.3.1.5.2.6.4q.3.15.3.6c0 .2 0 .4-.2.5a1 1 0 0 1-.4.4zm2.3-4-.3-.1-.1-.3v-.2l.4-.1h.2l.1.3v.3zm-.3 4V150h.5v3.2zm1.7-.8v-2h-.5v-.4h.5v-.9h.5v.9h.8v.5h-.8v1.8l.1.3.3.2a.6.6 0 0 0 .4-.1v.5a1.1 1.1 0 0 1-.4 0c-.3 0-.5 0-.7-.2a.9.9 0 0 1-.2-.6m3.7.8v-4.7h.5v4.7zm2.8 0-.8-.1-.5-.6a2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9l.5-.6.8-.2c.4 0 .8.1 1 .4.3.3.4.6.4 1.1a2 2 0 0 1 0 .3h-2.4c0 .3.1.6.3.8s.4.3.7.3l.6-.1.3-.5.4.2c0 .2-.2.4-.4.6s-.5.3-1 .3Zm0-2.8c-.3 0-.5 0-.7.2l-.3.7h1.9a1 1 0 0 0-.3-.7c-.1-.2-.3-.2-.6-.2m2.2 2.8V150h.5v.4l.4-.4.6-.1c.3 0 .6.1.8.3q.3.3.3.9v2h-.5v-2l-.2-.6a.8.8 0 0 0-.6-.1h-.4l-.3.4v2.4zm4.8 1.4-.6-.1-.5-.4a1 1 0 0 1-.2-.4l.5-.2.2.5.6.1c.3 0 .6 0 .7-.3.2-.1.2-.4.2-.7v-.5c0 .2-.2.3-.4.4l-.6.2a1.3 1.3 0 0 1-1.2-.8 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.3 1.3 0 0 1 1.2-.7l.6.1.4.4v-.4h.5v3c0 .4 0 .7-.2 1 0 .2-.2.3-.5.4zm0-1.9.5-.1.3-.4.1-.7v-.6l-.4-.4a.9.9 0 0 0-.5-.1 1 1 0 0 0-.8.5l-.2.6c0 .3 0 .5.2.7 0 .2.2.3.3.4zm2.6-.3v-2h-.5v-.4h.5v-.9h.6v.9h.7v.5h-.7v2.1l.4.2a.6.6 0 0 0 .3-.1v.5a1.2 1.2 0 0 1-.4 0c-.3 0-.5 0-.6-.2a.9.9 0 0 1-.3-.6m2.1.8v-4.7h.5v1.9l.4-.3c.2-.2.4-.2.6-.2q.6 0 .9.3c.2.3.3.5.3.9v2h-.5v-2c0-.2-.1-.4-.3-.5a.7.7 0 0 0-.5-.2l-.5.1a1 1 0 0 0-.4.8v1.9z"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__K)"},D.createElement("path",{fill:"#108080",d:"M298.5 153.4h.7v-2h-.7zm.3-2.7.3-.1v-.5l-.3-.1-.2.1v.5h.2Zm0 4.4a3.3 3.3 0 0 1-3-2l-.3-1.4a3.3 3.3 0 0 1 2-3.1 3.2 3.2 0 0 1 2.7 0 3.4 3.4 0 0 1 1.8 4.4 3.4 3.4 0 0 1-3.2 2Zm0-.7a3 3 0 0 0 2-.8c.5-.5.7-1.2.7-2a2.6 2.6 0 0 0-2.7-2.6c-.7 0-1.3.2-1.9.8-.5.5-.8 1.1-.8 1.9 0 .7.3 1.4.8 2 .6.4 1.2.7 2 .7Z"})),D.createElement("path",{fill:"#161B18",d:"M197.1 173.5a3.8 3.8 0 0 1-2.7-1.2c-.4-.4-.7-1-.9-1.6l1.3-.5a2.3 2.3 0 0 0 2.4 2 2 2 0 0 0 1-.3l1-.7a1.9 1.9 0 0 0 0-2.2 2.5 2.5 0 0 0-2-1H196v-1.2h.9c.6 0 1-.2 1.5-.5.4-.4.6-.8.6-1.4 0-.5-.2-1-.6-1.3s-.9-.4-1.5-.4a2 2 0 0 0-1.3.4l-.7 1-1.2-.5c.1-.5.5-1 1-1.5.6-.5 1.4-.7 2.2-.7.7 0 1.3 0 1.8.4a3 3 0 0 1 1.7 2.6c0 .6-.2 1-.5 1.5-.3.4-.6.7-1 .9.5.3 1 .6 1.3 1.1s.5 1 .5 1.7c0 .6-.1 1.2-.5 1.7a3 3 0 0 1-1.3 1.2 4 4 0 0 1-1.9.5Zm5.3-7.3h1.2v1a3 3 0 0 1 1-.9 2.6 2.6 0 0 1 2.6 0c.4.3.7.6.8 1a3 3 0 0 1 1-1c.5-.2 1-.4 1.5-.4.8 0 1.4.3 1.9.8.4.5.6 1.2.6 2v4.5h-1.2V169c0-.7-.2-1.2-.4-1.5-.3-.3-.7-.5-1.2-.5-.4 0-.7.2-1 .4l-.7.8-.2 1.1v4h-1.2V169c0-.7-.1-1.2-.4-1.5s-.7-.5-1.2-.5c-.4 0-.7.2-1 .4-.2.2-.5.5-.6.8-.2.4-.3.7-.3 1.1v4h-1.2zm15.9 5.6a531 531 0 0 0 5.2-5.5l.3-1.2a1.8 1.8 0 0 0-1-1.6 2 2 0 0 0-1.1-.3 2 2 0 0 0-1.4.5c-.4.3-.6.7-.7 1.1l-1.3-.5c.1-.4.3-.7.6-1a3.4 3.4 0 0 1 2.8-1.4c.7 0 1.3.1 1.8.4.6.3 1 .7 1.3 1.2.2.5.4 1 .4 1.5q0 1.8-1.8 3.6l-3.3 3.3h5.2v1.3h-7zm8.5 0a625 625 0 0 0 5.2-5.5l.3-1.2a1.8 1.8 0 0 0-1-1.6 2 2 0 0 0-1.1-.3 2 2 0 0 0-1.4.5c-.4.3-.6.7-.7 1.1l-1.3-.5c.1-.4.3-.7.6-1a3.4 3.4 0 0 1 2.8-1.4c.7 0 1.3.1 1.8.4.6.3 1 .7 1.3 1.2s.4 1 .4 1.5q0 1.8-1.8 3.6l-3.3 3.3h5.2v1.3h-7zm11.2 1.6c-.8 0-1.4-.1-2-.5a3 3 0 0 1-1-1.4l1-.5c.3.4.5.8.9 1 .3.3.7.4 1.1.4a2 2 0 0 0 1.1-.3c.3-.2.5-.5.5-.7 0-.3-.1-.5-.4-.7a3 3 0 0 0-1.1-.5l-1-.2a4 4 0 0 1-1.3-.7c-.4-.3-.6-.7-.6-1.3 0-.4.1-.8.4-1.1.2-.3.6-.5 1-.7a3 3 0 0 1 3 .2c.5.3.9.6 1 1.2l-1 .4c-.2-.3-.4-.6-.7-.7a2.1 2.1 0 0 0-2 0c-.3.2-.5.4-.5.7l.3.6 1 .3 1 .3c.7.2 1.2.5 1.6.8.3.4.5.8.5 1.3 0 .4-.1.8-.4 1-.2.4-.5.7-1 .9-.4.2-.9.2-1.4.2m-43.4 10.1-.4-.4a4 4 0 0 0 1.4-1.3l.3-.9c0 .2-.2.3-.5.4l-.7.2c-.2 0-.5 0-.7-.2l-.6-.6a1.6 1.6 0 0 1 .6-2.2l.9-.2c.3 0 .5 0 .8.2a1.7 1.7 0 0 1 .8 1v.8a3.2 3.2 0 0 1-.3 1.5 4 4 0 0 1-.7 1 6 6 0 0 1-1 .7Zm.3-2.6c.3 0 .5 0 .7-.2s.3-.5.3-.8a1 1 0 0 0-.3-.8 1 1 0 0 0-.7-.2 1 1 0 0 0-.8.2 1 1 0 0 0-.3.8c0 .3.1.6.3.8zm4.5 2.7c-.4 0-.8-.1-1-.4-.4-.2-.6-.5-.8-1l-.2-1.3c0-.5 0-1 .2-1.3l.7-1a2 2 0 0 1 1.1-.3c.4 0 .8 0 1 .3.4.3.6.6.8 1l.2 1.3c0 .5 0 1-.2 1.4l-.7 1a2 2 0 0 1-1.1.3m0-.6c.3 0 .6 0 .8-.3.2-.1.3-.4.4-.7l.2-1c0-.5 0-.8-.2-1.1 0-.4-.2-.6-.4-.8s-.5-.3-.8-.3-.6.1-.8.3l-.4.8-.2 1c0 .4 0 .8.2 1.1 0 .3.2.6.4.7.2.2.5.3.8.3m4.5.6c-.3 0-.6 0-.8-.2a1.5 1.5 0 0 1-.8-1.3h.5c0 .3.2.5.4.7l.7.2c.3 0 .5 0 .7-.3q.3-.3.3-.9c0-.3 0-.6-.3-.8a1 1 0 0 0-.7-.3 1 1 0 0 0-.5.1l-.4.3-.6-.2.3-2.5h2.6v.6h-2.1l-.2 1.5.4-.3h.6a1.5 1.5 0 0 1 1.3.7l.2 1c0 .3 0 .6-.2.8-.1.3-.3.5-.6.7zm4.8-1v-2.3h-.5v-.6h.5v-1h.6v1h.9v.6h-.9v2.1c0 .2 0 .3.2.4l.3.2a.7.7 0 0 0 .4-.1v.5l-.2.1h-.3a1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8Zm3.8 1-1-.3c-.2-.1-.4-.4-.5-.7-.2-.3-.2-.6-.2-1s0-.7.2-1a1.7 1.7 0 0 1 1.5-1c.4 0 .7.1 1 .3.3.1.5.4.6.7l.2 1c0 .4 0 .7-.2 1-.1.3-.3.6-.6.7-.3.2-.6.3-1 .3m0-.6c.4 0 .7 0 .9-.3s.3-.6.3-1c0-.5 0-.9-.3-1.2a1 1 0 0 0-.9-.3c-.3 0-.6.1-.8.3a2 2 0 0 0-.3 1.1c0 .5 0 .8.3 1 .2.3.5.4.8.4m3-.5v-2.2h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2.5l.4.2a.7.7 0 0 0 .4-.1v.5a1.3 1.3 0 0 1-.5.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.2-.8m3.4 1c-.4 0-.7 0-1-.2a1 1 0 0 1-.3-.9c0-.2 0-.4.2-.6l.5-.4.7-.1a3.8 3.8 0 0 1 1.1.2v-.5c0-.2 0-.4-.2-.6a1 1 0 0 0-.7-.2c-.5 0-.8.2-1 .6l-.5-.1c0-.3.2-.6.5-.8s.6-.3 1-.3c.5 0 .8.1 1.1.4.3.2.4.6.4 1v2.5h-.6v-.5l-.4.4-.8.2Zm.1-.4c.2 0 .4 0 .6-.2.2 0 .3-.2.4-.4l.1-.5c-.3-.2-.6-.2-1-.2l-.6.1c-.2.1-.3.3-.3.5s0 .4.2.5zm2.8.4V178h.6v5.5zm4.7 0-1.4-3.8h.6l1 3 1.1-3h.6l-1.3 3.8zm3-4.7-.3-.1-.1-.3v-.3l.4-.1h.3l.1.4-.1.3zm-.3 4.7v-3.8h.6v3.8zm3 0a2 2 0 0 1-.7 0l-.6-.4-.2-.6.5-.1.3.4c.2.2.4.3.7.3l.6-.2c.2-.1.3-.2.3-.4 0-.4-.3-.6-.8-.7h-.5l-.8-.4a1 1 0 0 1-.3-.7l.2-.6c.2-.1.3-.3.5-.3l.7-.2.7.1.5.4.2.5-.5.1c0-.2-.2-.3-.3-.4a1 1 0 0 0-.6-.1 1 1 0 0 0-.5.1c-.2 0-.2.2-.2.4l.1.3.6.2.5.1.8.4c.2.2.2.4.2.7l-.1.6-.6.4-.7.2Zm2.6-4.7-.3-.1-.2-.3c0-.1 0-.2.2-.3l.3-.1h.3l.1.4-.1.3zm-.3 4.7v-3.8h.6v3.8zm2-1v-2.2h-.6v-.6h.6v-1h.6v1h.8v.6h-.8v2.1l.1.4.4.2a.7.7 0 0 0 .4-.1v.5a1.3 1.3 0 0 1-.5.1 1 1 0 0 1-.7-.2 1 1 0 0 1-.3-.8m3.7 1a2 2 0 0 1-.7 0l-.6-.4-.2-.6.6-.1.3.4q.15.3.6.3l.6-.2c.2-.1.3-.2.3-.4 0-.4-.3-.6-.8-.7h-.5l-.7-.4a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.6 0-.1.3-.3.5-.3l.7-.2.6.1.5.4.2.5-.5.1c0-.2-.2-.3-.3-.4a1 1 0 0 0-.5-.1 1 1 0 0 0-.6.1c-.2 0-.2.2-.2.4l.1.3.6.2.5.1.8.4c.2.2.3.4.3.7l-.2.6-.5.4-.8.2Z"}),D.createElement("rect",{width:29.1,height:13.1,x:192.9,y:193.7,fill:"#D8FFC0",rx:6.5}),D.createElement("path",{fill:"#1F4C04",d:"M197.4 200.4v-.6h1v-1h.6v1h1v.6h-1v1h-.6v-1zm4.3 1.3v-3.5l-1 .7v-.7l1.1-.8h.5v4.3zm3.3.1c-.4 0-.7 0-1-.3l-.6-.8-.1-1.1.1-1.2.6-.8c.3-.2.6-.3 1-.3.3 0 .7 0 1 .3.2.2.4.4.5.8l.2 1.2c0 .4 0 .8-.2 1.1-.1.4-.3.6-.6.8-.2.2-.6.3-1 .3Zm0-.6c.3 0 .6-.1.8-.4l.2-1.2c0-.5 0-1-.2-1.2a.9.9 0 0 0-.8-.5c-.4 0-.6.2-.8.5q-.3.45-.3 1.2c0 .75.1.9.3 1.2s.4.4.8.4m3 .6c-.2 0-.3 0-.4-.2l-.1-.3.1-.3.4-.1.3.1.1.3-.1.3zm2.6 0-.6-.1a1.3 1.3 0 0 1-.8-1.1l.6-.1c0 .2.2.4.3.5.1.2.3.2.5.2.3 0 .5 0 .6-.2.2-.2.2-.4.2-.7 0-.2 0-.4-.2-.6a.7.7 0 0 0-.6-.2h-.3l-.3.3-.7-.3.3-2.1h2.3v.6H210l-.1 1.1.3-.1.4-.1c.3 0 .5 0 .7.2.2 0 .4.2.5.5l.2.7c0 .3 0 .6-.2.8a1.4 1.4 0 0 1-1.3.7Zm3.2-2.4-.6-.1a1 1 0 0 1-.4-.4l-.1-.5.1-.6.4-.4.6-.1.5.1.4.4.2.6c0 .2 0 .4-.2.5 0 .2-.2.3-.4.4zm0-.5.4-.1.1-.4-.1-.5a.5.5 0 0 0-.4-.1l-.4.1-.1.5.1.4zm2.7 3-.5-.2a1 1 0 0 1-.4-.4l-.2-.5c0-.2 0-.4.2-.6 0-.2.2-.3.4-.4l.5-.1.6.1.4.4.1.6-.1.5-.4.4-.6.1Zm0-.6.4-.1.1-.4-.1-.5a.5.5 0 0 0-.4-.1l-.3.1-.2.5c0 .1 0 .3.2.4zm-2.5.4h-.6l3-4.3h.5l-3 4.3Z"}),D.createElement("rect",{width:134.4,height:76.1,x:473.8,y:138.1,fill:"#fff",rx:8.1}),D.createElement("rect",{width:110,height:43.6,x:485.9,y:147.2,fill:"#fff",rx:8.1}),D.createElement("path",{fill:"#6C726E",d:"M486.5 153.2v-4.4h.7l1.3 3.6 1.3-3.6h.8v4.4h-.5v-3.6l-1.4 3.6h-.4l-1.3-3.6v3.6zm6.4 0-.8-.1-.5-.6a2 2 0 0 1-.2-1c0-.2 0-.5.2-.8a1.4 1.4 0 0 1 1.3-.8c.3 0 .6 0 .8.2l.5.6c.2.3.2.6.2.9s0 .6-.2.9c0 .2-.3.4-.5.6l-.8.2Zm0-.4c.3 0 .6 0 .7-.3.2-.2.3-.5.3-1 0-.3 0-.6-.3-.8a1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3q-.3.3-.3.9c0 .6 0 .7.3.9.2.2.4.3.7.3m3.4.5-.6-.1-.5-.3a1 1 0 0 1-.2-.6h.5l.2.4.6.1.5-.1.2-.4c0-.3-.2-.4-.6-.5h-.4l-.7-.4a.8.8 0 0 1-.3-.6l.2-.5.4-.3.6-.1h.6l.4.4.2.5h-.5c0-.1 0-.3-.2-.3a.9.9 0 0 0-.5-.2c-.2 0-.3 0-.4.2-.2 0-.2.2-.2.3l.1.3.5.2h.4l.7.4.2.6-.1.5a1 1 0 0 1-.5.4h-.6Zm2.2-1v-1.8h-.5v-.5h.5v-.9h.5v.9h.7v.5h-.7v1.8l.1.3.3.2a.6.6 0 0 0 .3-.1v.5a1.2 1.2 0 0 1-.4 0c-.2 0-.4 0-.6-.2a.9.9 0 0 1-.2-.6Zm5 1c-.3 0-.6 0-.8-.2l-.5-.6a2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9l.5-.6.8-.2c.4 0 .8.1 1 .4.3.3.4.6.4 1.1a2 2 0 0 1 0 .3h-2.4c0 .3.1.6.3.8s.4.3.7.3l.6-.1.3-.5.4.2c0 .2-.2.4-.4.6s-.5.3-1 .3Zm0-3q-.45 0-.6.3c-.2.1-.3.4-.4.7h1.9a1 1 0 0 0-.3-.7c-.1-.2-.3-.2-.6-.2Zm2.2 2.9V150h.5v.4l.4-.4.6-.1c.3 0 .6.1.8.3q.3.3.3.9v2h-.5v-2c0-.2 0-.4-.2-.6a.8.8 0 0 0-.5-.1h-.5l-.3.4v2.4zm4.8 1.4-.6-.1-.5-.4a1 1 0 0 1-.2-.4l.5-.2c0 .2.1.3.3.5l.5.1c.3 0 .6 0 .7-.3.2-.1.3-.4.3-.7v-.5l-.5.4-.6.2a1.3 1.3 0 0 1-1.2-.8 2 2 0 0 1-.2-.9l.2-.9.5-.5a1.3 1.3 0 0 1 1.3 0c.2 0 .3.2.4.3v-.4h.5v3l-.1 1-.5.4zm0-1.9.5-.1.3-.4.2-.7c0-.2 0-.5-.2-.6 0-.2-.2-.3-.3-.4a.9.9 0 0 0-.5-.1 1 1 0 0 0-.5 0 1 1 0 0 0-.3.5l-.2.6c0 .3 0 .5.2.7 0 .2.2.3.3.4zm3.4.6c-.4 0-.6-.1-.8-.3a1 1 0 0 1-.3-.7l.1-.5.5-.4h.6a3.1 3.1 0 0 1 1 0v-.3c0-.2-.2-.4-.3-.5a.9.9 0 0 0-.6-.2c-.4 0-.7.1-.8.5h-.5c0-.4.2-.6.5-.8l.8-.2c.4 0 .7.1 1 .3q.3.3.3.9v2h-.5v-.3l-.4.3zm0-.5h.6l.3-.4.1-.5-.8-.2a1 1 0 0 0-.6.2l-.2.4c0 .2 0 .3.2.4l.5.1Zm3.7 1.8-.6-.1-.5-.4a1 1 0 0 1-.2-.4l.5-.2c0 .2.1.3.3.5l.5.1c.3 0 .6 0 .7-.3.2-.1.3-.4.3-.7v-.5l-.5.4-.6.2a1.3 1.3 0 0 1-1.2-.8 2 2 0 0 1-.2-.9l.2-.9.5-.5a1.3 1.3 0 0 1 1.3 0c.2 0 .3.2.4.3v-.4h.5v3l-.1 1-.5.4zm0-1.9.5-.1.3-.4.2-.7c0-.2 0-.5-.2-.6 0-.2-.2-.3-.3-.4a.9.9 0 0 0-.5-.1 1 1 0 0 0-.5 0 1 1 0 0 0-.3.5l-.1.6v.7l.4.4zm2.7-3.5-.3-.1v-.5l.3-.1h.2l.2.3c0 .1 0 .2-.2.3zm-.3 4V150h.5v3.2zm1.5 0V150h.5v.4l.4-.4.6-.1c.3 0 .6.1.8.3q.3.3.3.9v2h-.5v-2c0-.2 0-.4-.2-.6a.8.8 0 0 0-.5-.1h-.5l-.3.4v2.4zm4.8 1.4-.6-.1-.5-.4a1 1 0 0 1-.2-.4l.5-.2c0 .2.1.3.3.5l.5.1c.3 0 .6 0 .7-.3.2-.1.3-.4.3-.7v-.5l-.5.4-.6.2a1.3 1.3 0 0 1-1.2-.8 2 2 0 0 1-.2-.9l.2-.9.5-.5a1.3 1.3 0 0 1 1.3 0c.2 0 .3.2.4.3v-.4h.5v3l-.1 1-.5.4zm0-1.9.5-.1.3-.4.2-.7c0-.2 0-.5-.2-.6 0-.2-.2-.3-.3-.4a.9.9 0 0 0-.5-.1 1 1 0 0 0-.8.5l-.1.6v.7l.4.4zm4 1.8V150h.6v.5c0-.2.2-.3.4-.4.2-.2.4-.2.6-.2.3 0 .6 0 .8.2.2.1.4.3.5.6l.1.9-.1.9-.5.6-.8.2c-.2 0-.4 0-.6-.2a1 1 0 0 1-.4-.3v1.7h-.5Zm1.6-1.7c.2 0 .5 0 .7-.3l.2-1c0-.3 0-.6-.2-.8a.9.9 0 0 0-.7-.3c-.3 0-.6 0-.7.3q-.3.3-.3.9c0 .6 0 .7.3.9.1.2.4.3.7.3m3.2.5c-.3 0-.6-.1-.8-.3a1 1 0 0 1-.3-.7c0-.2 0-.4.2-.5 0-.2.2-.3.4-.4h.6a3.2 3.2 0 0 1 1 0v-.3c0-.2-.1-.4-.3-.5a.8.8 0 0 0-.6-.2c-.4 0-.7.1-.8.5h-.4c0-.4.2-.6.4-.8l.8-.2c.5 0 .8.1 1 .3s.4.5.4.9v2h-.5v-.3l-.4.3zm.1-.5h.5l.3-.4.2-.5-.9-.2a1 1 0 0 0-.6.2l-.2.4c0 .2 0 .3.2.4zm3.7 1.8-.7-.1-.4-.4a1 1 0 0 1-.3-.4l.5-.2c0 .2.2.3.3.5l.6.1c.3 0 .5 0 .7-.3l.2-.7v-.5l-.4.4-.7.2a1.3 1.3 0 0 1-1.1-.8 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9l.5-.5a1.3 1.3 0 0 1 1.3 0c.2 0 .3.2.4.3v-.4h.5v3c0 .4 0 .7-.2 1l-.5.4zm0-1.9.4-.1.4-.4.1-.7-.1-.6-.4-.4a.9.9 0 0 0-.4-.1 1 1 0 0 0-.9.5l-.1.6.1.7.4.4zm3.6.6c-.3 0-.5 0-.8-.2l-.5-.6a2 2 0 0 1-.1-.9l.1-.9.6-.6.7-.2c.5 0 .8.1 1 .4.3.3.5.6.5 1.1a2 2 0 0 1 0 .3h-2.4c0 .3 0 .6.3.8.1.2.4.3.6.3l.6-.1c.2-.1.3-.3.3-.5l.5.2c-.1.2-.2.4-.5.6q-.3.3-.9.3m0-3-.6.3c-.2.1-.3.4-.3.7h1.8c0-.3 0-.5-.2-.7s-.4-.2-.7-.2Zm3.4 3-.6-.1-.5-.3a1 1 0 0 1-.2-.6h.5l.2.4.6.1.5-.1.2-.4c0-.3-.2-.4-.6-.5h-.4l-.7-.4a.8.8 0 0 1-.3-.6c0-.2 0-.3.2-.5l.4-.3.6-.1h.6l.4.4.2.5h-.5c0-.1 0-.3-.2-.3a.9.9 0 0 0-.5-.2c-.2 0-.3 0-.5.2l-.1.3.1.3.5.2h.4l.7.4.2.6-.1.5a1 1 0 0 1-.5.4h-.6Z"}),D.createElement("g",{clipPath:"url(#splash-screenshot_svg__L)"},D.createElement("path",{fill:"#108080",d:"M591.6 153.4h.7v-2h-.7zm.3-2.7.3-.1v-.5l-.3-.1-.2.1-.1.2v.3h.3Zm0 4.4a3.3 3.3 0 0 1-3.1-2l-.3-1.4a3.3 3.3 0 0 1 2.1-3.1c.4-.2.8-.3 1.3-.3s1 .1 1.3.3a3.3 3.3 0 0 1 1.8 4.4 3.4 3.4 0 0 1-3 2Zm0-.7a3 3 0 0 0 2-.8c.5-.5.7-1.2.7-2 0-.7-.2-1.3-.8-1.8-.5-.6-1.1-.8-1.9-.8-.7 0-1.4.2-1.9.8-.5.5-.8 1.1-.8 1.9 0 .7.3 1.4.8 2 .5.4 1.2.7 2 .7Z"})),D.createElement("path",{fill:"#108080",d:"M486.5 171.8v-4.3h1.6l.7.1a1 1 0 0 1 .6 1 1 1 0 0 1-.6.9 1 1 0 0 1 .7 1l-.1.7-.5.5-.7.1zm1.7-3.8H487v1.3h1.1c.3 0 .5 0 .6-.2.1 0 .2-.2.2-.5 0-.2 0-.4-.2-.5a.8.8 0 0 0-.5-.1m-1.2 3.3h1.3c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.5 0-.3 0-.5-.2-.6a.8.8 0 0 0-.6-.2H487zm4.7.6c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.3-.8l.8.2.5.6c.2.3.2.6.2 1 0 .3 0 .6-.2.8 0 .3-.3.5-.5.6-.2.2-.5.2-.8.2m0-.4c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.2.2.4.4.7.4m3.4.4c-.4 0-.6 0-.8-.3q-.3-.3-.3-.9v-2h.5v2c0 .3 0 .5.2.6l.5.2c.2 0 .3 0 .5-.2l.2-.3.1-.5v-1.9h.5v3.2h-.4v-.4l-.4.4zm4.7 1.2v-1.7l-.4.4-.7.1c-.2 0-.5 0-.7-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9l.5-.6.7-.2c.3 0 .5 0 .7.2l.4.4v-.5h.5v4.5zm-1-1.6c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6-.1-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.4.4.7.4m3.6.4c-.4 0-.7 0-.9-.3q-.3-.3-.3-.9v-2h.5v2q0 .45.3.6l.5.2c.1 0 .3 0 .4-.2l.3-.3.1-.5v-1.9h.5v3.2h-.5v-.4c0 .2-.2.3-.4.4zm3.7 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.8 0-.3.3-.5.5-.7l.8-.2c.4 0 .8.2 1 .4.3.3.4.7.4 1.1a2 2 0 0 1 0 .3H505q0 .6.3.9c.2.2.4.3.7.3l.6-.2.2-.4.5.1c0 .3-.2.5-.4.7l-1 .2Zm0-3c-.3 0-.5.2-.7.3l-.3.7h1.9a1 1 0 0 0-.3-.7l-.6-.2Zm2.4 2.1v-2h-.5v-.4h.5v-.9h.5v1h.7v.4h-.7v2.2h.4a.6.6 0 0 0 .3 0v.5h-.4c-.3 0-.5 0-.6-.2a.9.9 0 0 1-.2-.6m3.1 1-.6-.2c-.2 0-.3-.2-.4-.3a1 1 0 0 1-.3-.5l.5-.1.3.4.5.2c.2 0 .4 0 .6-.2l.2-.3c0-.3-.2-.5-.7-.6h-.4c-.2-.1-.5-.2-.6-.4a.8.8 0 0 1-.3-.6c0-.1 0-.3.2-.4 0-.2.2-.3.4-.4h1.1c.2 0 .3.2.5.3l.2.5h-.5l-.3-.3a.9.9 0 0 0-.4-.1l-.5.1-.2.3c0 .1 0 .2.2.3l.4.2.5.1c.3 0 .5.2.6.3l.3.6c0 .2 0 .4-.2.6a1 1 0 0 1-.4.3l-.7.1Zm3.9-.2v-2.7h-.6v-.5h.6v-.6c0-.3 0-.6.2-.7.2-.2.4-.3.7-.3a1.4 1.4 0 0 1 .4 0v.6h-.1l-.3-.1-.3.1-.1.4v.6h.7v.5h-.7v2.7zm3.2.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.3-.8l.8.2.5.6c.2.3.2.6.2 1 0 .3 0 .6-.2.8 0 .3-.3.5-.5.6-.2.2-.5.2-.8.2m0-.4c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.2.2.4.4.7.4m2.3.3v-3.2h.4v.5l.4-.4.5-.2h.3v.6h-.8l-.2.4-.1.4v2h-.5Zm4.6 0-1-3.2h.6l.6 2.5.8-2.5h.5l.7 2.5.7-2.5h.5l-1 3.2h-.4l-.8-2.6-.7 2.6zm5.3.1c-.3 0-.6 0-.8-.2-.3-.1-.4-.3-.5-.6a2 2 0 0 1-.2-.9c0-.3 0-.6.2-.8 0-.3.3-.5.5-.7l.7-.2c.5 0 .9.2 1.1.4.3.3.4.7.4 1.1a2 2 0 0 1 0 .3h-2.4q0 .6.3.9c.2.2.4.3.7.3l.5-.2c.2-.1.3-.3.3-.4l.5.1c0 .3-.2.5-.4.7l-1 .2Zm0-3c-.3 0-.5.2-.7.3l-.3.7h1.9a1 1 0 0 0-.3-.7l-.7-.2Zm3.5 3c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6l-.2-.9c0-.3 0-.6.2-.9l.5-.6.8-.2c.2 0 .4 0 .6.2l.4.4v-2h.5v4.7h-.5v-.4l-.4.4zm0-.4c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6-.1-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.4.4.7.4m3.7.4c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6l-.2-.9.2-.9.5-.6.8-.2c.2 0 .4 0 .6.2l.4.4v-2h.5v4.7h-.5v-.4l-.4.4zm0-.4c.3 0 .6-.2.7-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.2.5-.2 1 0 .3 0 .6.2.8s.4.4.7.4m2.7-3.7h-.2l-.1-.3v-.3l.3-.1.3.1.1.3-.1.2zm-.2 4v-3.2h.5v3.2zm1.5 0v-3.2h.5v.4l.3-.3.6-.2q.6 0 .9.3c.2.3.3.5.3.9v2.1h-.6v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.4.1c-.2.1-.3.2-.3.4l-.1.4v2h-.5Zm4.8 1.4-.7-.1c-.2 0-.3-.2-.4-.3a1 1 0 0 1-.3-.5l.5-.1.3.4.6.2c.3 0 .5-.1.7-.3l.2-.8v-.5l-.4.4c-.2.2-.4.2-.6.2a1.3 1.3 0 0 1-1.2-.7 2 2 0 0 1-.2-1c0-.3 0-.6.2-.8.1-.3.3-.5.5-.6a1.3 1.3 0 0 1 1.3 0c.2 0 .3.2.4.4v-.5h.5v3.1c0 .4 0 .6-.2.9l-.5.5zm0-1.9.4-.1c.2 0 .3-.2.4-.4l.1-.6-.1-.7-.4-.4a1 1 0 0 0-.4-.1 1 1 0 0 0-.5.1 1 1 0 0 0-.4.4v1.3a1 1 0 0 0 .9.5m3.4.6h-.6l-.4-.4a1 1 0 0 1-.3-.5l.5-.1.3.4.5.2c.2 0 .4 0 .6-.2l.2-.3c0-.3-.2-.5-.7-.6h-.4c-.2-.1-.5-.2-.6-.4a.8.8 0 0 1-.3-.6c0-.1 0-.3.2-.4 0-.2.2-.3.4-.4h1.1c.2 0 .3.2.5.3l.2.5h-.5l-.3-.3a.9.9 0 0 0-.4-.1l-.5.1-.2.3c0 .1 0 .2.2.3l.4.2.5.1c.3 0 .5.2.6.3l.3.6c0 .2 0 .4-.2.6a1 1 0 0 1-.4.3zm2.4 0c-.1 0-.2 0-.3-.2l-.1-.2.1-.3.3-.1.2.1.2.3s0 .2-.2.2zm1.6 0s-.2 0-.2-.2l-.1-.2v-.3l.3-.1.3.1.1.3v.2zm1.7 0c-.1 0-.2 0-.3-.2v-.5l.3-.1.3.1.1.3-.1.2zm-68.5 8h-.6l-.5-.4a1 1 0 0 1-.2-.5l.5-.1c0 .1 0 .3.2.4l.6.2c.2 0 .3 0 .5-.2l.2-.3q0-.45-.6-.6h-.4l-.7-.4a.8.8 0 0 1-.3-.6c0-.1 0-.3.2-.4l.4-.4h1.2l.4.3.2.5h-.5l-.2-.3a.9.9 0 0 0-.5-.1l-.5.1-.2.3.2.3c0 .1.2.2.5.2l.4.1c.3 0 .5.2.7.3l.2.6c0 .2 0 .4-.2.6a1 1 0 0 1-.4.3zm3 0c-.3 0-.6 0-.8-.3q-.3-.3-.3-.9v-2h.5v2q0 .45.3.6l.5.2c.2 0 .3 0 .4-.2l.3-.3.1-.5v-1.9h.5v3.2h-.5v-.4c0 .2-.2.3-.4.4l-.5.1Zm3.8 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.3-.8c.4 0 .7.1 1 .3.2.2.3.5.3.8h-.5c0-.1 0-.3-.2-.4a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.2.2.4.4.7.4.4 0 .7-.3.8-.7l.5.1c0 .3-.2.6-.4.7-.3.2-.6.3-1 .3Zm3.4 0c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.3-.8c.4 0 .7.1 1 .3l.4.8h-.5l-.3-.4a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.4.4.7.4c.4 0 .7-.3.9-.7l.4.1c0 .3-.2.6-.4.7-.2.2-.5.3-1 .3Zm3.2 0c-.3 0-.6 0-.8-.3q-.3-.3-.3-.9v-2h.5v2c0 .3 0 .5.2.6l.5.2c.2 0 .4 0 .5-.2l.3-.3v-2.4h.6v3.2h-.5v-.4l-.4.4zm2.5 0V175h.5v4.7h-.5Zm2.7 0c-.3 0-.5 0-.7-.2-.3-.1-.4-.3-.6-.6a2 2 0 0 1-.1-.9l.1-.8.6-.7.7-.2c.5 0 .8.2 1.1.4.2.3.4.7.4 1.1a2 2 0 0 1 0 .3h-2.4c0 .4 0 .7.3.9.1.2.4.3.7.3l.5-.2c.2-.1.3-.3.3-.4l.5.1c0 .3-.2.5-.5.7zm0-3-.6.3c-.1.2-.3.4-.3.7h1.8c0-.3 0-.5-.2-.7l-.7-.2Zm2.3 3v-3.3h.5v.4l.3-.3.6-.2q.6 0 .9.3c.2.3.3.5.3.9v2.1h-.6v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.4.1c-.2.1-.3.2-.3.4l-.1.4v2zm3.6-.9v-2h-.5v-.4h.5v-.9h.5v1h.8v.4h-.8v1.8l.1.4h.3a.6.6 0 0 0 .4 0v.5h-.4c-.3 0-.5 0-.6-.2a.9.9 0 0 1-.3-.6m3.2 1-.6-.2c-.2 0-.4-.2-.5-.3a1 1 0 0 1-.2-.5l.5-.1.2.4.6.2c.2 0 .4 0 .5-.2.2 0 .2-.2.2-.3q0-.45-.6-.6h-.4l-.7-.4a.8.8 0 0 1-.2-.6l.1-.4.4-.4h1.2c.2 0 .3.2.4.3l.2.5h-.4l-.3-.3a.9.9 0 0 0-.5-.1l-.4.1c-.2 0-.2.2-.2.3l.1.3.5.2.4.1c.3 0 .5.2.7.3.2.2.2.4.2.6l-.1.6a1 1 0 0 1-.5.3l-.6.1Zm4.6 0c-.3 0-.6-.2-.8-.3a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.5 0-.2.2-.3.4-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.6-.2c-.4 0-.7.2-.8.6l-.4-.2c0-.2.2-.5.4-.6.2-.2.5-.3.8-.3.5 0 .8.1 1 .3.2.3.4.6.4 1v2h-.5v-.4l-.4.4-.7.1Zm.1-.5c.2 0 .4 0 .5-.2.1 0 .3-.1.3-.3l.2-.5-.9-.1a1 1 0 0 0-.6.1l-.2.4c0 .2 0 .3.2.4zm2.4.3v-3.2h.5v.4l.4-.3.6-.2c.3 0 .6.1.8.3.2.3.3.5.3.9v2.1h-.5v-2c0-.3 0-.5-.2-.6a.8.8 0 0 0-.5-.2l-.5.1-.3.4v2.4h-.6Zm4.8.1c-.3 0-.5 0-.8-.2l-.5-.6a2 2 0 0 1-.1-.9l.1-.9.5-.6.8-.2c.2 0 .4 0 .6.2l.4.4v-2h.5v4.7h-.5v-.4l-.4.4zm0-.4c.3 0 .6-.2.8-.4l.2-.9c0-.4 0-.7-.2-.9a.9.9 0 0 0-.7-.3c-.3 0-.6.1-.7.3-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.1.2.4.4.7.4Zm5.5.4c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.3-.8c.4 0 .7.1 1 .3.1.2.3.5.3.8h-.5l-.2-.4a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.2.2.4.4.7.4.4 0 .7-.3.8-.7l.5.1c0 .3-.2.6-.4.7-.3.2-.6.3-1 .3Zm3 0c-.3 0-.5 0-.8-.2a1 1 0 0 1-.3-.8l.2-.5c.1-.2.3-.3.4-.3l.7-.1a3.1 3.1 0 0 1 .9.1v-.4c0-.2 0-.4-.2-.5a.9.9 0 0 0-.6-.2c-.5 0-.7.2-.8.6l-.5-.2c0-.2.2-.5.4-.6l.9-.3c.4 0 .7.1 1 .3.2.3.3.6.3 1v2h-.5v-.4l-.4.4zm.1-.4c.2 0 .4 0 .5-.2.2 0 .3-.1.4-.3l.1-.5-.9-.1a1 1 0 0 0-.5.1c-.2 0-.2.2-.2.4s0 .3.2.4zm3.7.4c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.3-.8c.4 0 .7.1 1 .3l.4.8h-.5l-.3-.4a.8.8 0 0 0-.6-.2 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.4.4.7.4c.5 0 .8-.3.9-.7l.4.1c0 .3-.2.6-.4.7q-.3.3-.9.3m2.4-.9v-2h-.5v-.4h.5v-.9h.5v1h.7v.4h-.7v1.8l.1.4h.3a.6.6 0 0 0 .3 0v.5h-.4c-.2 0-.4 0-.6-.2a.9.9 0 0 1-.2-.6m2.3-3.2h-.3v-.6l.3-.1.3.1v.5zm-.3 4v-3.2h.6v3.2zm3.2 1.3v-4.5h.5v.5c0-.2.2-.3.4-.4l.6-.2a1.3 1.3 0 0 1 1.3.8l.2 1-.2.8a1 1 0 0 1-.5.6c-.2.2-.5.2-.8.2l-.6-.1a1 1 0 0 1-.4-.4v1.7zm1.5-1.6c.3 0 .5-.2.7-.4l.2-.9c0-.4 0-.7-.2-.9a.9.9 0 0 0-.7-.3c-.3 0-.6.1-.7.3-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.1.2.4.4.7.4m2.2.3v-4.7h.5v4.7zm1.8 0h-.2l-.2-.3c0-.1 0-.2.2-.3l.2-.1.3.1.1.3v.2l-.4.2Zm1.7 0h-.3v-.6l.3-.1.3.1v.5l-.3.2Zm1.7 0h-.3l-.1-.3.1-.3.3-.1.2.1.2.3s0 .2-.2.2l-.2.2Zm-69.4 8v-4.3h1.6l.7.1a1 1 0 0 1 .6 1 1 1 0 0 1-.6.9 1 1 0 0 1 .7 1l-.1.7-.5.5-.7.1zm1.7-3.8H487v1.3h1.1c.3 0 .5 0 .6-.2.1 0 .2-.2.2-.5 0-.2 0-.4-.2-.5a.8.8 0 0 0-.5-.1m-1.2 3.3h1.3c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.5 0-.3 0-.5-.2-.6a.8.8 0 0 0-.6-.2H487zm3.6-3.5h-.3v-.6l.3-.1.3.1v.5zm-.3 4v-3.2h.6v3.2zm4.2-.8v-2h-.5v-.4h.5v-.9h.5v1h.7v.4h-.7v2.2h.4a.6.6 0 0 0 .3 0v.5h-.4c-.3 0-.5 0-.6-.2a.9.9 0 0 1-.2-.6m-2.7.8v-3.2h.5v.5l.4-.4.5-.2h.2v.6h-.7l-.3.4v2.4h-.6Zm4.7 0v-4.7h.5v2l.4-.4.6-.2c.4 0 .7.1.9.4.2.2.3.5.3.8v2.1h-.5v-2l-.2-.6a.7.7 0 0 0-.6-.2l-.4.1a1 1 0 0 0-.5.9v1.8zm4.9.1c-.3 0-.6 0-.8-.2a1 1 0 0 1-.5-.6l-.1-.9.1-.9.5-.6.8-.2c.2 0 .4 0 .6.2l.4.4v-2h.5v4.7h-.5v-.4l-.4.4zm0-.4c.3 0 .6-.2.7-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3l-.2 1c0 .3 0 .6.2.8s.4.4.7.4m3.4.4c-.3 0-.6 0-.8-.2a1 1 0 0 1-.3-.8c0-.2 0-.4.2-.5.1-.2.2-.3.4-.3l.6-.1a3.1 3.1 0 0 1 1 .1v-.4c0-.2-.1-.4-.3-.5a.9.9 0 0 0-.5-.2c-.5 0-.7.2-.9.6l-.4-.2c0-.2.2-.5.4-.6.3-.2.5-.3.9-.3s.7.1 1 .3c.2.3.3.6.3 1v2h-.5v-.4l-.4.4zm.1-.4c.2 0 .4 0 .5-.2.2 0 .3-.1.4-.3v-.5l-.8-.1a1 1 0 0 0-.5.1c-.2 0-.3.2-.3.4l.2.4zm2.6 1.6h-.5v-.5h.7l.3-.5.1-.3-1.2-3.2h.6l.9 2.5 1-2.5h.5l-1.5 3.7c0 .3-.2.5-.4.6-.1.2-.3.2-.5.2m6.2-1.2a1.2 1.2 0 0 1-1-.5v.4h-.5v-4.7h.5v2c0-.2.2-.3.4-.4l.6-.2.7.2.5.6.2 1c0 .3 0 .6-.2.8 0 .3-.3.5-.5.6-.2.2-.4.2-.7.2m0-.4c.2 0 .4-.2.6-.4q.3-.3.3-.9c0-.6 0-.7-.3-.9a.9.9 0 0 0-.7-.3 1 1 0 0 0-.7.3c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.4.4.7.4Zm3.6.4c-.4 0-.6 0-.9-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9c0-.3 0-.6.2-.9a1.4 1.4 0 0 1 1.4-.8l.8.2.5.6.2 1c0 .3 0 .6-.2.8a1 1 0 0 1-.5.6c-.3.2-.5.2-.8.2m0-.4c.3 0 .5-.2.7-.4q.3-.3.3-.9c0-.6-.1-.7-.3-.9a1 1 0 0 0-.7-.3 1 1 0 0 0-.8.3c-.2.2-.3.5-.3 1 0 .3.1.6.3.8s.5.4.8.4m3.3.4c-.3 0-.6 0-.8-.3q-.3-.3-.3-.9v-2h.5v2l.2.6.6.2c.1 0 .3 0 .4-.2l.3-.3v-2.4h.6v3.2h-.5v-.4c0 .2-.2.3-.4.4zm4.7 1.2v-1.7l-.4.4-.6.1c-.3 0-.5 0-.8-.2l-.5-.6-.1-.9.1-.9.5-.6.8-.2c.2 0 .4 0 .6.2l.4.4v-.5h.5v4.5zm-1-1.6c.3 0 .6-.2.8-.4l.2-.9c0-.4 0-.7-.2-.9a.9.9 0 0 0-.7-.3c-.3 0-.6.1-.7.3-.2.2-.3.5-.3 1 0 .3 0 .6.3.8.1.2.4.4.7.4Zm3.6.4c-.4 0-.6 0-.8-.3q-.3-.3-.3-.9v-2h.5v2c0 .3 0 .5.2.6l.5.2c.2 0 .4 0 .5-.2l.3-.3v-2.4h.6v3.2h-.5v-.4l-.4.4zm3.7 0c-.3 0-.5 0-.8-.2a1 1 0 0 1-.5-.6 2 2 0 0 1-.2-.9l.2-.8.5-.7.8-.2c.5 0 .8.2 1 .4.3.3.4.7.4 1.1a2 2 0 0 1 0 .3h-2.3c0 .4 0 .7.2.9s.4.3.7.3l.6-.2.3-.4.5.1-.5.7zm0-3-.6.3a1 1 0 0 0-.3.7h1.8c0-.3 0-.5-.2-.7l-.7-.2Zm2.4 2.1v-2h-.5v-.4h.5v-.9h.5v1h.7v.4h-.7v1.8l.1.4h.3a.6.6 0 0 0 .4 0v.5h-.4c-.3 0-.5 0-.7-.2a.9.9 0 0 1-.2-.6m3.2 1-.6-.2c-.2 0-.4-.2-.5-.3a1 1 0 0 1-.2-.5l.5-.1.2.4.6.2c.2 0 .4 0 .5-.2.2 0 .2-.2.2-.3q0-.45-.6-.6h-.4l-.7-.4a.8.8 0 0 1-.2-.6l.1-.4.4-.4h1.2c.2 0 .3.2.4.3l.2.5h-.4l-.3-.3a.9.9 0 0 0-.5-.1l-.4.1c-.2 0-.2.2-.2.3l.1.3.5.2.4.1c.3 0 .5.2.7.3.2.2.2.4.2.6l-.1.6a1 1 0 0 1-.5.3l-.6.1Zm2.3-.1s-.2 0-.2-.2l-.2-.2c0-.1 0-.2.2-.3l.2-.1.3.1.1.3-.1.2zm1.7 0c-.1 0-.2 0-.3-.2l-.1-.2.1-.3.3-.1.3.1v.5zm1.7 0c-.1 0-.2 0-.3-.2l-.1-.2v-.3l.4-.1.2.1.2.3s0 .2-.2.2z"}),D.createElement("path",{fill:"#161B18",d:"M569.3 171.8v-3.5l-1 .7v-.7l1.1-.8h.5v4.3zm2.9 0h-.7c0-.7 0-1.4.3-2 .2-.7.5-1.2 1-1.7h-2v-.6h2.7v.6a4 4 0 0 0-.8 1.2l-.4 1.3zm1.9 0h-.4l-.1-.4.1-.3.4-.2s.2 0 .3.2l.1.3-.1.3-.3.2Zm2 0v-3.5l-1 .7v-.7l1.1-.8h.5v4.3h-.7Zm2.5-2.3-.5-.1a1 1 0 0 1-.4-.4l-.1-.6v-.5l.5-.4.5-.1.6.1.4.4.1.5-.1.6-.4.4a1 1 0 0 1-.6.1m0-.5.4-.1.2-.5-.2-.4a.5.5 0 0 0-.4-.1l-.3.1-.2.4c0 .2 0 .4.2.5zm2.8 3-.6-.2a1 1 0 0 1-.4-.4l-.1-.6.1-.5.4-.4.6-.1.5.1.4.4.2.5-.2.6c0 .2-.2.3-.4.4a1 1 0 0 1-.5.1Zm0-.6.4-.1.1-.5-.1-.4a.5.5 0 0 0-.4-.1l-.4.1-.1.4.1.5zm-2.6.4h-.6l3-4.3h.6zm7.8.1a2 2 0 0 1-1-.3c-.3-.1-.5-.4-.7-.7-.2-.4-.3-.8-.3-1.3l.3-1.2.7-.8 1-.2.9.1.6.5.3.8h-.5a1.1 1.1 0 0 0-.6-.8l-.7-.1c-.3 0-.5 0-.7.2-.3.1-.4.3-.5.6-.2.2-.2.6-.2 1 0 .3 0 .7.2 1 0 .2.3.4.5.5.2.2.4.2.7.2.4 0 .7 0 .9-.3l.4-.7h.5c0 .4-.2.6-.3.9l-.7.5a2 2 0 0 1-.8.1m3.6 0v-4H589v-.4h3.2v.5h-1.4v3.8h-.5Zm2.6 0v-4.4h1.6c.5 0 .8 0 1 .3.3.2.4.5.4 1l-.1.5c0 .2-.2.3-.3.4l-.6.3 1 1.8h-.5l-1.1-1.8h-.8v1.8h-.6Zm1.7-4h-1.1v1.7h1l.7-.2.2-.6c0-.3 0-.5-.2-.6a.9.9 0 0 0-.6-.2Zm-7.9 12a2 2 0 0 1-1-.3c-.3-.1-.5-.4-.7-.7-.2-.4-.3-.8-.3-1.3l.3-1.2.7-.8 1-.2.9.1.6.5.3.8h-.5a1.1 1.1 0 0 0-.6-.8l-.7-.1c-.3 0-.5 0-.7.2-.3.1-.4.3-.5.6-.2.2-.2.6-.2 1 0 .3 0 .7.2 1 0 .2.3.4.5.5.2.2.4.2.7.2.4 0 .7 0 .9-.3l.4-.7h.5c0 .4-.2.6-.3.9l-.7.5a2 2 0 0 1-.8.1m3.6 0v-4H589v-.4h3.2v.5h-1.4v3.8h-.5Zm2.6 0v-4.4h1.6c.5 0 .8 0 1 .3.3.2.4.5.4 1l-.1.5c0 .2-.2.3-.3.4l-.6.3 1 1.8h-.5l-1.1-1.8h-.8v1.8h-.6Zm1.7-4h-1.1v1.7h1l.7-.2.2-.6c0-.3 0-.5-.2-.6a.9.9 0 0 0-.6-.2Zm-7.9 12a2 2 0 0 1-1-.3c-.3-.1-.5-.4-.7-.7-.2-.4-.3-.8-.3-1.3l.3-1.2.7-.8 1-.2.9.1.6.5.3.8h-.5a1.1 1.1 0 0 0-.6-.8l-.7-.1c-.3 0-.5 0-.7.2-.3.1-.4.3-.5.6-.2.2-.2.6-.2 1 0 .3 0 .7.2 1 0 .2.3.4.5.5.2.2.4.2.7.2.4 0 .7 0 .9-.3l.4-.7h.5c0 .4-.2.6-.3.9l-.7.5a2 2 0 0 1-.8.1m3.6 0v-4H589v-.4h3.2v.5h-1.4v3.8h-.5Zm2.6 0v-4.4h1.6c.5 0 .8 0 1 .3.3.2.4.5.4 1l-.1.5c0 .2-.2.3-.3.4l-.6.3 1 1.8h-.5l-1.1-1.8h-.8v1.8h-.6Zm1.7-4h-1.1v1.7h1l.7-.2.2-.6c0-.3 0-.5-.2-.6a.9.9 0 0 0-.6-.2Z"}),D.createElement("path",{fill:"#131418",d:"M567 179.8v-3.5l-1 .7v-.7l1.2-.8h.4v4.3zm1.5-.9v-.5l1.9-3h.7v3h.5v.5h-.5v1h-.6v-1zm.8-.6h1.2v-1.8zm3.6 1.6c-.2 0-.3 0-.4-.2v-.6l.4-.2s.2 0 .3.2l.1.3-.1.3zm1.3 0v-.7a27 27 0 0 0 1.5-1.4c.3-.3.4-.7.4-1s0-.5-.2-.6a.7.7 0 0 0-.5-.2c-.2 0-.3 0-.5.2l-.2.5h-.6c0-.3 0-.5.2-.7 0-.2.2-.3.4-.5l.7-.1c.5 0 .8 0 1 .3.3.2.4.5.4 1 0 .2 0 .5-.2.8a3 3 0 0 1-.4.7l-.5.5-.7.5h1.9v.6h-2.7Zm4.4-2.4-.5-.1a1 1 0 0 1-.4-.4l-.1-.6v-.5l.5-.4.5-.1.6.1.4.4.1.5-.1.6-.4.4a1 1 0 0 1-.6.1m0-.5.4-.1.2-.5-.2-.4a.5.5 0 0 0-.4-.1l-.3.1-.2.4c0 .2 0 .4.2.5zm2.8 3-.6-.2a1 1 0 0 1-.4-.4l-.1-.6.1-.5.4-.4.6-.1.5.1.4.4.2.5-.2.6c0 .2-.2.3-.4.4a1 1 0 0 1-.5.1Zm0-.6.4-.1.1-.5-.1-.4a.5.5 0 0 0-.4-.1l-.4.1-.1.4.1.5zm-2.6.4h-.6l3-4.3h.6zm-10.6 8v-3.5l-1 .7v-.7l1.2-.8h.5v4.3zm2.5 0v-3.5l-1 .7v-.7l1.2-.8h.5v4.3zm2.1 0h-.3l-.1-.4.1-.3.3-.2c.2 0 .3 0 .4.2l.1.3-.1.3-.4.2Zm2.7.1-.8-.1-.5-.5-.1-.7a1.2 1.2 0 0 1 .6-1l-.3-.5a1.2 1.2 0 0 1 .5-1.6l.6-.1.7.1.4.5a1.1 1.1 0 0 1 0 1.1c0 .2-.2.3-.4.4a1.2 1.2 0 0 1 .7 1.1 1.3 1.3 0 0 1-.6 1.2zm0-2.6.5-.2.1-.5-.1-.4a.6.6 0 0 0-.5-.2c-.2 0-.4 0-.5.2l-.2.4.2.5zm0 2c.2 0 .4 0 .5-.2.2-.1.2-.3.2-.5 0-.3 0-.4-.2-.6a.8.8 0 0 0-.5-.2l-.6.2-.2.6.2.5zm3.1-1.8-.5-.1a1 1 0 0 1-.4-.4l-.1-.6v-.5l.5-.4.5-.1.6.1.4.4.1.5-.1.6-.4.4a1 1 0 0 1-.6.1m0-.5.4-.1.2-.5-.2-.4a.5.5 0 0 0-.4-.1l-.3.1-.2.4c0 .2 0 .4.2.5zm2.8 3-.6-.2a1 1 0 0 1-.4-.4l-.1-.6.1-.5.4-.4.6-.1.5.1.4.4.2.5-.2.6c0 .2-.2.3-.4.4a1 1 0 0 1-.5.1Zm0-.6.4-.1.1-.5-.1-.4a.5.5 0 0 0-.4-.1l-.4.1-.1.4.1.5zm-2.6.4h-.6l3-4.3h.6z"})))),U||(U=D.createElement("defs",null,D.createElement("clipPath",{id:"splash-screenshot_svg__b"},D.createElement("path",{fill:"#fff",d:"M34.2 26.6h12.2v12.2H34.2z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__n"},D.createElement("path",{fill:"#fff",d:"M22 79.2h598v809H22z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__p"},D.createElement("path",{fill:"#fff",d:"M88.9 562.8h8v8.1h-8z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__r"},D.createElement("path",{fill:"#fff",d:"M54.4 600.2h10.1v10.1h-10z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__w"},D.createElement("path",{fill:"#fff",d:"M54.4 762.8h10.1v10.1h-10z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__x"},D.createElement("path",{fill:"#fff",d:"M291 801.4h7.5v7.5H291z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__z"},D.createElement("path",{fill:"#fff",d:"M400 562.8h8v8.1h-8z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__B"},D.createElement("path",{fill:"#fff",d:"M347.5 600.2h10.1v10.1h-10z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__G"},D.createElement("path",{fill:"#fff",d:"M347.5 762.8h10.1v10.1h-10z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__H"},D.createElement("path",{fill:"#fff",d:"M584 801.4h7.6v7.5H584z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__I"},D.createElement("path",{fill:"#fff",d:"M148.3 147.6h8v8.1h-8z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__J"},D.createElement("path",{fill:"#fff",d:"M441.3 147.6h8.1v8.1h-8z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__K"},D.createElement("path",{fill:"#fff",d:"M294.8 147.6h8v8.1h-8z"})),D.createElement("clipPath",{id:"splash-screenshot_svg__L"},D.createElement("path",{fill:"#fff",d:"M587.9 147.6h8v8.1h-8z"})),D.createElement("pattern",{id:"splash-screenshot_svg__f",width:1,height:1,patternContentUnits:"objectBoundingBox"},D.createElement("use",{xlinkHref:"#splash-screenshot_svg__M",transform:"scale(.00725 .00746)"})),D.createElement("filter",{id:"splash-screenshot_svg__a",width:641.9,height:915.1,x:.1,y:.5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},D.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),D.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),D.createElement("feOffset",{dy:5.5}),D.createElement("feGaussianBlur",{stdDeviation:11}),D.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),D.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"}),D.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_4047_21573"}),D.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_4047_21573",result:"shape"})),D.createElement("image",{xlinkHref:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIoAAACGCAYAAAACRRIfAAAAAXNSR0IArs4c6QAAQABJREFUeAGUvVeTZGl6mPemKe+ruqq6u7qrq+309HizOzM7a7ELQgAjCDIEioSEUCh0wwtdKPQP9jdQEQrpShYKRYAiRJABigQWWKybndndMT0z7V21Ke9dVmZWVep53lM5MyCpCOl0Z2XmyXM+83r3faf0X/3RP2odHh5G+zg4aEazeRCtViu6urqiXq/H0dFRVKvVvKSjo4PfjvI8l+R5r6uUSnHQLO7t7OyM/v7+6O3tjVqtFqurq7RxGJ6vVjuiUilHKY7Cfpvc43ulUsmXnRwdtbIP+3Uc3ndwcBAl+vDzIf03uO/g+L5SuRIt2vP6UrkaPfRrG7a7u7ubbXR3d4djt5+9vb18L5db0VFmJMf92L6/t8fl9/Y9nitVy8EguL8e5ZJtdeS1pVKL8XGuQnudJS+JoyZjaVWjyjUMhbEeMPbu6Onr456j2AUuOZdD5soF9tVq0Uf5iGvrwG2X+5gT10aUo7e7P2YfzwG3Spyemoqu7q68J5HC7D2qHcCVsXjYXr64o1wuM14GxSE8/e582p99FwYelQp4hAa8pt1Go9GIarPZ4AZbACm8eUFPT09eJHL83tnZAdF02054kxP1sO8vG2QwXCugffc4BDj7+/vZlgTiIcH19vbQ32Gsra0lIbUH5G/26SREkIf3214ZYqhWK3nu8ABgcp0D8J6yyIUQvW9/vwagj2JoaCgBIRFLjLbn/Y6jo0MEVvn9AACBHNqxDwFmG7b9JeAq+fvhEbA44hrmLEJbIMzrGUS22dlZjebhXuyJ4KNmlI4q0dPZHy1AYR+2V68DC5jEQxgngfLb3h5Ew7g6uzqit6cr1tZ3QCxtg5P7D+7FwMBwdHftxerySoyPT0KMBcFnQ4ykVGojlVHJhMzHeThvx9chsXKuYMaC4WX2zs6ubEIYO2dhWSo5X9t0nrYjA4I3B1kACQ6gwwRicn0l6rV9KBoA8b3Mbw7c77TAdxt0GHAEg8p/vDt5KVJJJCAFju23kexnAXcAgbaR0UaU7577KqH4uX0cHLQ/F5NM+qaPNrIlilIZLj9uQwB4FO06toKTnDx8A8fTHq8yRCPHycH2h5ChnQKhVd4Fvlx96PVO2m95Hhgw/7I38Ekm2txcZ867kFFnjAwiCXrhbK51/gcHrSSKZiJlP8fZ3dWTROyYhNf2zjbjOIja/m4sLy1y7iD7r+/X6aEcg4OD0dXRmQQrrBxOMRYJBKJkjDKovxWEjDSjP6/xe3FPISllHmEkroSRhHN42MzrWlI4R0HkrajauBf7XmEyUp2NMf84BOG+t0DsoaLe71IXnSp/7LiF6DyA24pGpT5FmpwPldKpAHCQcrKDkZJrEGADAvJwsJ6332yPNj1E2BGf/a19nxP2mg4mpJTjh0SOBCQ3dHah2hC/DYhQpPnysA/VqerIfhoN1ClzBXSoHi7IMTtnkM45+0OX5r1ViKQikPlFgmjx6jysREe1i3aRCsxP4CrRvF+iqnYAR9SOqkUGU0U6xrW1jagzNr/bnsdA/2D09Q0k8lWJR616NA9qsba6ElvbG0iegQJWrU6u642x0RM51wa4EEYOVfjmmJEEjqeQJKoRpbvzLH4Xdo7DMYpjr/U+4eNv4q6tYTzv/R5+Tjkk8ipwlRPrQIT6gze1kevFDqrRUIQjtkG6HYk4icffVE1lBuC9/JHBmHQxCQdREsAgeB/dfHCA+qJ9728PyGty4lwHagpg0oeD9boOuMiXSBYx5UOugjgcdxm9rlQoxsm1jK8OkXRKIPbhD7RvH0pFsJRvgY1SwaZpc42EIGC58ouxJQEwHwle9aN0OIQ5ymXgY1scEsM+/cnJ3V2OCTVXKog5idvuec3PL0QNBukfGICYsLWA2/r6BvcDU/odGuiLgaFuOHw7gdeLtCkBA7VQDSIaHTmZDFIgWfih4pgcQ8qXYwXdwEXmSxQwPwlFGMrANAtStCUrvTKPhAGx8bt49R6ZS80i3IuXql3hAICdfEUCgFA0BhtMuMVLw8aOPCQSD5EtBduggJVoBEIhYaBiO+TboQYaYrAq53M4hXqzjvSBwHi1GFXlGFgHXNvRjTgFqfZ2QF/qeaWEtoRc3SbIHDzSoMSsjwCUhmByFEg7qEO0AKQkwTM2ibMFlJV/EoDjkno7MUoTwCAozwOYUonfvEcJwDgOaZ9v0cAeKmvLMMlDAOnYDpr+hsQ72I8mhLuzvYldsYBaWYPrwVoJBByUY7NXo7kT9QNhVHticHgs1h4/5vd69PVXYx+iOYL4Dpu0U2/ENhKkaxWCGR4AgUd8b2CfDERtS/OgM6+fn5+PUydPRaOG5MHo3dvf4nwtRsbGwE0vbaP0MJpVpakRjhpIqy9xJt6EoUyjBHOuqmylSr1R47djQcHvSj5ZQZtPrBaSQIIASCJcXVxwjXotGLTeTGEQ2oGI8SVHqBMlFoEs6au+jo7kQLheCuK8AxMxTZDYOET00pbUpfpQLCrR0m44HmRLQuG8XNfNpFsQTSFJlFwSTkG8iVCIDiOKPiQcDDI5gW4lEvtuMU7PKzuVXhJCZ46H3znktPahgEAgJxGXQbBjhlPyu+2l+gVo2hr1lmq4mZyuTbK9ucY8dqPU243U3IlKV39s7W5Fd3dfbO2gUo6qMTQ4mhJsc2s7jdoa18kQIrUKohp4TrV9DHLmL4d7z8rKdiJzcnKS9jZhskM8oF7ONWOvvhHbe5tJKE0IrrdvlP4GAEd32hSyiIAWZxK6uBRvMqDmxsbGBuoayXds8GvbpdRNXBWCQYbf49rKCxfP/VCEKMYLyNAaPwoj+CyRqichkBX9As/ObFDqLHQe4i25tNB3qX4YYOpHri2MQZFykJJJQlEiKC0qIMB/LQaZSAaRTY0r/vV096R3oKv4VVtHqmewALKYfVtUpm0lQhOZ2k1+xjBE3RUWfUEohYoRiIVKLYDDxJicY/e7xJvzEBBO2nepG6ioZvdrjdDA1H6Ze/Y4dnbW6QPQSdTMb3e3ASLqhAn6Us0tLizGyPBojI6Ocu123tsLUTnnra2t7FPi6EKy7u7spFu/s7sPcezh7uvaSzTLCVPnogRYhzi3tnZyTIfYTbV9GQVc4rp7qBILSVrAvggncC8St44EUy0rHJyV9mCGRcCDqvjQ35irwiDDCS9fufzDbhCSyOcCYS/gnYC6UUnS1lUOrvD9dUP3c3LCUHFfABfGZRKqqwptdKYaKogtJQKdVxSNtFO4pxJTQYC27RhEjgQlUjxn37qc/uZ3f08EcoV9i8E0IOnXMTh5uc0jx8L9Hrqjfvdw8imNePce27N9gWpb2iipeGz/uD/7UkV3QKQ7IGdubj421tezHeMxO9vbSaCjo4OMgZADUnV3ByCD7H6M0EYD9UV/U6dOZXhgcWlegYeUwZDFLVbE7xKf6SF0IAPuQoh9/b1xfuZsDA8P59wXF5a5qhXDo0OxCXEtr6zQbw0cSdwQWUcvsC2IWMSXkbQewkQpJaFwMue2i0NRAJB7gWE38Okh1qQHy4mcS5X79W4PcASqXVCXryacJ/BUPdoEAi9VC8SjJGm7t3Kt5+VUxpKHn0t6CfjdSgYHKVXq/fgupYo8EaGxLBeqDpRG9lOopqI/f7P/BvcJMPWs1nlnBswYJ15DYaAWnJ9ShK4xitIucpJtjmsTRkHohV72eonDOfjub757SAwSTAXbhQvys9iUQJI4uc4xLeG2boMofgGIdZDdG+MTJ2Jndx010MCg7QWmBP66teUOY4jgYxNC2dhYJfg4EKNjE3ESVbK2vgYT7MUIUmYcHCwuLWHcbkM4ndHDOFXj2ngZJ3I8MF6F6/axaeYX5qOG1NL2UYKqBk9OFN7TPnaTRrqEkkasuOQSBcAhONKWq1QLm6cOw6sxVlbXY3ICOwc8qoIPUa+HOAkyvYZ25Z1XX/6hoigRCvKAWnKVgKlj7BRAPI6IMliJSYDSbSLN7wJbRLYlgoSxj1guVFNBUEkATNwJSEypfmioU7XH/XUG2/a+xJtULHHZjmqxG73se2EvMQ5En/1INNpTSkIN7jITbUdhC4IuEC6BtInE0RcSRH1tIK4Q5cJBqSXgvdejUML5kbhSLR7cfxCrK6tpICoxtbPSU0STdRMsMxYjTDo0YrFPnMf6+hbE3kQyEATkn4gcnxhP6bGKy2wfw6NjMTQyqiagTYOEtIHtoBRwLM5veHgkVfzO3jZwaUCIgxjtPRB2Z8ZXxk+MIoVQZ8B5hLY6O5FOMqOEzqsMcRjFFmZpL9LHs7mFePhoNlaRjvap9BM/enEyvoe0UVUcbuGiwV9cCDcggrQBGiIIBH5Vmkg0vqTSlCIgulAZUCxulqJL5B7SSZUZG8bfA7gSlgZbBukkVw4nI5JEmIAoJEuhPgr7oIgDqDIGhoaxyOsYbrtJfMXwFSKqKPUrowevJdo0ailBZEyC95QQzMM+UmJyznkVBOK7nFcAsi05dDO1fzqIh+gb2o9wQvYlt+1hnPZPkKIAqKpgjUAawZvqiZOnTqZq2dvejaX5JcZxhN2hSivcfCyfqEHQ/QTOxiYm48TJ0/Hs2TzSZDVhW0V11GrbMTg0mm70IF6PAbEqRLkBnp48JQgHMZ0+eTL6uoais9yVEmtgAM+mAnM1sZVgPuIHhSQC2Y5d5jN6LBw60xg+iB08p21soD1wPTraHxuMeR88Glw7MLXQahT4gzYIBRTGSwajAIocLqC1Kart6CtIF3keEojXtlWG6sSjG3Gp/eK9GlFeb9tqJI98yzYQ7VJ3GqT84Ax4KWlUgU7E+9KwFaHH49H6LvrVligMUbnDcfhKZGNUKQ2acK8E7fn2IZHYtuPzKO7RID6WNJxTZXp4nYe/2YRI7mS8td1anDl1GqaAI1ElxoSEU/OgBCf3RbepCSLDYydOcl1XDPSMQCTPUr3sw4SqEr0wobGrwY47OzQ4FNMzvfH5jZvEWeboC6+O64o8mWGCPcL243lubm4Zhga2jKuBasDulT5xyWGw2Iz1jYVY28DwJzjX27/K+cnoIfzfwEVWTabaSXuykQxeQyrVUEPlShcEU0sJdgQedvf3CA6uIiyIqjP/fuZFkLUw4gBPIlqpsJv+NZQlR/07RxvYcmTb5/YSPxdSo5AWhss9voqsQiLBmeADlCWle406WM5WFzY1uqDqDr8jKj3qTCYNMSYrYbYlQBIY9xZEos1C1HdvB/1qjKdwA9XLfrZvD5HeHtOXBGHMAG6EQDynK+yYynCrUlCD2399vf3RxZguX7yMB7IUz0DsxuZm9A30x+TpwkiVsPb28HyY4eo68ZWNLYAA0dJeB95SB46D5zd3atE/MhkbW3uxuLgcz54uxc7ePlIJVQzcjzBO6w1gtLmLDTORjLVXM6yA20wf8/Nr0XmmLzrpcHHpIWOfh+DGotbciVu3iXwfLMB4J2L6/NVodbTA6W4KgZMnyRXBfAgMbKoanhI2n/iAgPYwoHeRMnNPn2EDzcUwhvaJ0REM2a5C9aTxChX39PYlshhHcnSBWBleA9B3uVTDrjBWZbwkEBAhx/q7ek7PoXgp8jUWCwNSieA1EgnoSg4u1EAhTYymNnnJyV6XIpPBaGIntx9LCFEuV3mNCFVlZLucE9F5nnO27TgkjOJzQVQSTvvIflA13qf9k/fDn8YWVKtVPBLnViMnto+HsbuziwfVGSdOjJEJ7sFFJSyPVFESK/02tzZjdvY6EqgrDLVobHZ0I/LN2XgNWd9NxP3O8kas7pBKQI/oRW3TPrSKdKqb/UCdlUK1swvx3L33IMdfA5EVYiSOf3t3OzZRFZ1lDNPubaROOb77Wy/E8Nhw/PrDR/Hezxfi1p1N1MlmMKtYXVphDEcY0JvxwosvEgUeiGVUWUMJbKYb0b+xvRPXP/88TZCUPsC3l+umL56HLuAY3bm2V2NaXqMtI7JcKCDbh58LTwJqJ6ooUIElxqMpbybHd22UEn68xPHVw3sLpEAkcKiI60iiA5EQkLpeaSL39cJ1f/uQdBXYeEu0KyHZV1sV+YsRWuMXyKccYyfRSPW6hO1YCjUi0RREQhMcjIVxpFuMhS8MpCEJT8NUQzXVBfdrJO9AJDvbW3gvBLdwXUcxHi9fuQyhiEAMW200AD83t4RUJGhmPBNVBBaSiAbxbvRa6nCv7mm9tYGdM4hnY2YehnJIaWxVgIfqkxgJ49xCqjjGOpJW6ao0ABN4UBvR3DuIibHD+NrbZ+P0mYG4efvz+OzTlRgeGaHFTdxzYkjMpYJpoCpZWl6Ojrt348qVK8zXQCnSC3vGRqvMcZMYTg/XgyTsqKEYHT+Rc9MFgZL1ZHT1iPZBKHorcpMI8Ly0ouXrkQTFCeg+zxd/uPIYISJFYzelAvcYHm6TDC2lzjOWkvkI2rDdOvpeYKt6OhmkAa0j7QCNVWhEQgLFRTt8VtI4ZonjkHuMvqfXZhtoyyrcXEg64wiO35dqVMNOIHM9bUiUMoQtlwi7VzEGj0pmywsX3Uhr64Cxcn0fUqFvoCeNuzqsv4S3sk8bXf3DjJloKKq3AfU1jjpipw5hGXEF6RrCQ8RBjDDv7R/Fztp6qqZKhZwOYr51aHSWeUggcL6OBnzkCCEK8YAHJGVgd9XrMCKEqJ1ThjDNmel0DA52xXe/9zoh/4X4m796EGtEc3d3LGk4AukdMYj022vsZxBPD21pcR412p2pguWlBeBoJBh1xD9hpIt/9uwZiG2YMRN9NpAHyadtoZdi6h/YYYAKUIAAh2hUioQMuoAFv6teMgdDON2IoZLikHudYEf+Tn4BztGD8rcy4tUAXB5co+FqXUYSFCe14kWO7qCcaZj6AFGthNBY7MLNTLtBQvM3pRZI0cCsQJgt+m5ppDkG+wT5DYArogqVU03PSQbQg1DFmBGXMA9Kfm7gDm6DbFx6dHxtb4t5mcfqBmxVvLeROHX6fMTJ8ehEAqjvl4k77ALQe7PzKRFEXidJvEePsVv2UNEoTAmsrrroI2dUi1h4MJtIaDaKuhvHdgQizLK3INCogij/M3fpOA1+EkzGuKQgGU64VSAAJQByL0aHO5AOBPmaxGBWnsboUGesLfRTC9OHfRGMZSWONiB2kNONytQZkXgfPboTk3hojBBcAif6PmA+Og1deF67SCKlUQn49mmSAKXMtsJSyWoSRSKX7xpxfpfinZQRXH8r7BA40XuODzPHXJjf0jBFImmQbhOx9N62HSEBHpQBIkZbSh8HLpfQbnI673zxfx6FUXlskErF1UKFqXpyzMf9S6UV0whWiKHnJUKln2PWLUzug6savDwyZoLoNdKKcMIoJHDFXI0v6Br6e5exG2IUXRAAaIunz56m9Dg7PY0r3sn3+ZQwG0uIcySGsRAjphK48zkk2GZsZ2/2KaqniM+kisRjUVg6RW2DnKtTQ3qAkWgiJdrzL65CdTpoDlrNuZQcY/TTb2/MPlolSjuBkUwScXCYduoxPHQmni0vxPLyXJRWduFOnINuMsa0jQ5JjaAR7Xz7KHXwEA4MB3y0iBVhLHsPhvUWtksVGkgkKg0kCA8JQJ3od7nXQ1XkeVWKh8j3aH/HeMjPAqhQV4XNUAR3isIZ3WIPDVEtN9WVfUiM9udREGrxbjtKLslRr0PCpeNEQnssaQspFWm7A3tAwSX9WpciF6mXDhGtm1vr1HUUtSDaHl1cm9ly7SnmeEDZwsKSwa8m1XFjEAfRUaRHL2qlQu3JfqNFrGEMF3iQjC5eDrpbu+rZ/GLs7WxhszAv5tTAtbQfs8ZN082MH7gzDMYPcWmUO+YWzAFegAOwgHBUJV1mfzn0+lS3VpsBCUGbxzErZUlmairGdXhIP0d9MbcgDE8So9nHA5sCAIOxeONWQWApdakPIqLr0bJdgLSnSrEKD1WttMWAgrm4wDGRZG0CF0MNWHlKlIJDLZXLwBHXpesLdyqmCuNUMYwOpjHPSQxya9ohAgF4yOHeLwIlCMW7yTiP5P5s10hmYfjahnTj9R6qMD/aZrvddEvBfHo4kgsXeL1E4f35Sr5UTGtXoIrwUkpM0t/s1yKmGlFfbSANYa9TSknuB5QQ6EorxDupSS139BExnULVEEjDWN/BJljHeGVGEE5v9EE0PRju2kcnxsfotJwJPUJglB/sU2y0FLtcn/kwXVtKDZDPqXZ1i8cgrnXKP7W9lCwWQWlfiTiNZomLb8AWaSuhAB/nACsJojyUKF5Tgki6e/qxiXCSGgPxo7+6lWNrNnGZO4dwy5/h9oorJS/MznUSXAdq3NBhSnjmXaJ8oVQhyIoErXJtGfx2dknUlRggfrJHuGFh/hm/AVDjBwWH+g7QkB56DA1lEYfcrkSRSCQAv4ssD0W89xon6ISY2pJnB+vZl+F0pU+qI95TcjFgkaUBVRBG8dn2i+/HLJRSxHiCcREJq+gzc0kAS9vGkgZpKAmA9gAhxFGokAS2RdCI9A5S9o7TsTjnJkRSg/u3iWMI/Co2ySGxn7n5dQC6wrzMOlslpyrWxlLVHiFN+jLiPDo2DnI7CGpBXBgDGszbzFedAiSio6c7JkamYnVtGc7dQepsAiORxQiR78VLQ9rBg3rwuUdsJQmcayAR6YGjTSTH5zwprVQZL+PZrkGIm8RJ5i3ItpwBVV/eSQ+JUrzopnoO6ANDpCZG9oFqDTyVGK/Ehu2dTD+I4Wq+qBdGOnniBPMmaotrvYu0NFFYVZ+KIJHvu9JEkSPFydFtxKe4ZIwF0RgMM76gK1xMJLlZbuU+gdyOq0ggIigjrXxWOih5KtgSHm131eu5DEAxXn8Hod7HF0QmEUp+kOhsT2oDdVlWaEFyqiQI3EhtnZgAHiTtSJRggDaaiPYaHofut8VTvienOhYIvaOzEPEakc5TaWI+Zh+JIgFkBFhuw+C0Qm0Fj+fZwhJjLIq2LMLyn5J0kLC+AawmwN3YoH4W9WQBmHp/F/UnsRzg5eXcQaDzUO1ojKujjHVkaIL2tLWyrkbiwCtrH6VOGYaXUhSJsIUdWNvv5V6kI3Er8vr8Tkeoy2pPEcfKEQLTIxgEBEQZCdKizdaRxj02COpneHgQQ3gxbt1YYv7Yc0pi5qu3WpU4PFLX8y6iBaJSxthB8Zsd+1tRElAQFaqGa8SlrqhiXZppqxwDZyI1w/IghBlzLUSEzpMQyiDS+9vGc5tQsiP++JtHsUSCD4piO+NIIgJI9WOCVoQbFWa2cKVWfDec3ovYJCtKKn5zUwMTtYm3pkfFSFLUc5vooC+8IZBiFlVPQ7F7RBg88C60oSRLYSERpzhHYtVwY1otpZFwASn8qGg3jN8NNew1mB+4tITAOtkW1XDlrsLVBkccEI+qHND0VAZij/nq8aE8IWzcYvMyeGNKRVw9R8w9hfTWwOYk//WEVG8sAxnQg2lkuQMKnrFjpDd2gTfjZqw240ySMa0oE1kwRomoYAMvbuHpcszXhYX3YeAyjwMkzBGwEeowemEb2IDEIudLLAJeizg/i4hjdSOSRKJqxUOjz3OpAyEA7ZiGeQza6Gd9jQTSkd4IhitEmUEx2hbpJiH1eLxfG0UPwfP2KcF5eN4CphwH14lwEayHoptahVhUk7rWaA8ysCMAqx73Hz5C7K9lgRBKCiJhLowjJRxzMftcQUKUKGZWMsrJSqAM+iGBSsDFZSEikosgbN59gRjVQ9oYx6c0Yg9EOr/3Mef+vv7o7sdAhFKWV0i4NlDBXeX42uvX4lvvfiMeP5yNf/uv/zLD/MKnzBgquqj0qcRShe9bLwIzGAvhgx2DMC1NQE1HBsd6e5l3mSRiXYrHw8Nm6R8aoUnvx+Xfp7yhTmS2TFtfCCTaA3Yt4AsN40Yj0zoOM7O9S+3MxgbESXdW6clY6kTbyyp8OUUiAUdf2CvWjHpO0esQPUSiRGIsoq2m2gg3fqKR529Kox7YRtdU4mi7xnpAAlmiS10MFrxf5HmuWtW1VVKpAuEtAGV/XaTLdWOtPM/7mKjjK+IuGqYtxC9RSAJY5kdcoLVJDkY33jkl8cFkqsmWLycO0RQxGJDEOceut3GoPcJY6CjnbH/yrXaKRu8R8JDw0sD0EtrPz0ZgIT5tHxd31Q+KTGzrcJ/xU2w02BF/93e+HV9//fVYuTITSw/uRk+1N15+8dU4d/WF+ON/+a/iN598EpB7Em5VGySHUNh1Eig0lYcw0mZz5iWjqlCBGXS1ytjYSDxHe1tb1KwgJe7fuo5UBN5SCu3lEhU+Q7cxeWKQxWRDZLwHILpS3Lv/NAl9FxmwR5oB2gf+3EvD1RStQpNDZBWuqs5QgVCR7CHRgLNCYqC/5XBvUyIcXwCC9jL6l1zLj7kGyHu1BbhZ9ZJEgW5vx070njxnf9o9qiXtCyVJqjS+ZwDQ/rnfTh2zRMOFGbfYgwtNZGrMmU+xCn+QavZUcRCbnpb92If3ep9HBdFbxqbRTmmHx5sQwhH9N5U4jsXpS2zQjkpLYBf3y+UFM9kmfJfEu4ckMNl2AOI6kS5VPDCLm5+/fC6OkCzDSIGp5y/G3/v+t6OXirRXX3kzJq69EkNnT8V/+9//D4TfP4XADRuYDDX+XeDGAWhneHTjFR0y7h1snnLVJR5ISiT7AWrCMMA+Rvprr75BbOhu3PjoNyI273O8jBJ4tqKfCPjv/OAbFFD1klS8R0JyMa5eORm37+0jwbFzqGtpooK2NshKU08DoUBdhMw9jC9kBBYkFaX/BVz8Lavq0eciu21sqh4EkrkeadbfJAjrUPScvE42MAqq5+JvZqcV69apSAh6PhrMRV1uUY/qfb4ETE8PRppeDH2ZqleKWPXm/fsYpgtUhUmqJygEunL1KmFnopIAwZWC/f0D2bZEPoJK6maeekeOUyOzieu3t7ZIcGmRLO4m6nQrFpdXeS1n2h10ASCBjHrGaMTsFczAgjlJsEkoGt1IPuDQwuNxjsLUepDa3kb0E73+2qsvx3/5R/8QaXEY13/586gj/RgAhWFb8euf/2UcffhBvPX7fy/+m//6n8S/+LM/jxs378eTx89wpalRwU5Q9RQkojSTOYG1dhJtlIGLvFo9QGSSIKzXy/H+ez+P9UVWG4ZlDxL0MbHluyUTrZg5OxKXzo+SwPw0Fp7do/aF4qdRA4w7qCsX/pnHM19mKkcbBRHchBIzy4r47B+iKgtAHmDYCIwUGwzPGy1fLCMSTbVbnqhU8T4JVmvahWHdcHMXEsKorEajNkmW0qGGgGDeV4WT+yAuZ23o/xCEw9RwPd9Bqu6ty06tM90nQ2qftlPGO6mLDNptIhV6SVr94PU34uKVK7ioJ7Im5Aij1FKDIqJbSB+Ln/SYrP3o7bOqX+MXxigTpdx6nBy1uf0U4tMYF9FdWXuytrIVa8s7vGpw70GsrDeJq6DaDsgMdwwTmsOgBg4NxmSOyGBdo74XZ6ZOxvOvXIy1rSdx5ezl+N1vvhVH5FcOVMtLT1E5JFRrizHA8o2RE1PRN4nR3/E4zp7ujr/z/bfjpRfeiF++9+u4d/d6vPH6Jepsz8Qnn9yMH//kl8wb85s1Q3GEBIHjKxXUMRAxjnOAwWyqpF6pxY2dX4FepSu4BKYp3Q8Je7R6wE8N72yXoOEWWWWM8mYVydGf0nn52RJuMZIbWhgcPhEnCAOUibOQ4qFjkFCiTlTNm/pcAkBUN+GMdM9AaBq7Eg7IlqrF8peEYo0rlM/vikAlRBblYmt4TunkUdghEhayAkSrAdrZYJGn1tWANBlW2DH8LrFBoBW8AG2cPqREJ5LhhVdeiikSV2MQyAENmSp4/Hg2C25c07yHoeuKRO2ddmG10smqeGMfI5QljvRVYrhjD2AinYhS1ohjWCnW24ulMDYQl6cnMERxq1lCYbxmfvFZPH26Go+fIOJ3NwjIIRnR4+s7B7FVO4hNxldF+Z84ORH/2R/+fezAhbh0+mysM665R59HqUaoP1j702OhEzGLQZae9pKLKT+mT9RHTMelC2Nx+fIkzLMUL17rid/7nXezbPLG5xfj5On++Jd//stYWtENlrE0rJVi+9wLWzLXIySInkwdY1ScVoANKAOOSncxp/FPRdsYTNR8HI/vPoxmrcw8Oik7WEJdHcHs4Blj2VxZB3RwjpRFFi7pdYh0dXhbtWjE2oGLpVUB1qB4jYaqARgNvoJQiveMyvJ7ButQD7ZlFZiHnzN8T+eKMoaRkoTT2Ye/+0/1YjuqHfVzxi8YmyWOZjStM33xpZcA5OWMdXx247P46x//Za7AM2axzz1mOyUs7R2lmnNrrxyQCTK5yNgFwADu6ulhKtcZVwP74YhF5ifH+yEkd1Cox9Rpqs/OnYjTpyHOzkZMX+mM12oTsbcFYW6hv7fqSI1a/OyDh/F0pRXzm6VY2qDWmHYarLc52XcQY50HMbt6GxvoOmN5BrIjRoaKgFYNRBnzQcPEzsc/i9HJPyTi+92YOH0GuJ+Lve2+uDAD0XbuxNffmoxT0/8gpd5Pf34rHs0upDMk7+p0l3TLFJMJXSUIFpU/gkdQDo2A3zJUDaFUCMSNjXciqWj/Qk/87KerZMP34oWXL5Dl7qWsYS/uPpwDOTWM2zFKNilesjE5TqQLSLlQHQuNZCWVldwatG2LW4PS39qSx/e0RY7PFd6KRrFXSQgkHdMO0bPRSGMSiMIkDeZmiFkPRm+iwYo3+1NNpLj0PFwyemIiM52mveepgL/+6SexskyOBRWjZBvs62JB+EmkAi4hnNYgdqCbnkRPG9oNNJ+EaPmCBNjApTxAIlSwN2AigIqOb3VkYm1/fxP1RDV892MKgrrj0uXTcf7iuTg/82KcGOkCcHuojsexv3ML7+BBXLkcsUrebX6jLz690xGvvP52fPetS7H4+fux+uxXsbP5AbBcBOEog74XowPgDw5bOopaOFyPu08+jvWnxlp+jRrA5uvYjbMnWWN8doaaEEMVZMqJy1yYORn/4O9/FxwFCUlC9NgSxQpHvFVMBdWtB1MGKsw5MeU5JkhwLT0e4GCU2bIH+x4YXI9vf3s4PvsMu22zFifO9McaS1qPYNqxMVY39hPZtgQDMqcD1UHh8bTrTUVq0SG9Kk2OKSXP81tbCiXiQX6epx0RIlFLXAaQktA57znsPaeREkYpUkxFIjk+588QnstSs16TMakCDYCtbayBxBV+dt+Waly7dgX1MUiWFIOV3zXE7dNqwSbxi20MU4t8PFwQryTZxIJ3icQ2ds82xqvVarsEo3Q3D4hiSttGSE3GHTTJJmNzLq2XYnZuPXo/PIizF0qk9E/GtUs9cXZsmrXAfUiB6Th7eDdWN5/EeaTSWy+zFOMUy0Of/STm792PyekyhN4Rd+5jvx5OxOOFQYgdW5CIaZnCpHFyRlcu/G6sNe5HxxDh955PYnONANneS8RjzmHz9sbG6hZxITLEm+W4cY9C7LlnjHMPyUcRVDKEMaIixiLONKy5IGWLrr9qxL1aVO9RUR0bJ6FWpXMqHt5+wHw34s03TsXHHy/G01mq8SHK8bFeHIAelqoOsaAfoxa8pLjXcBV5HiK9KIwxbpGnvvjjb0lcvnNIKHKuhKPelHtVH9kGBKKE8ffGcUzD70qhdrO+K12UKKqLXAJKp7ZjOWI3waslvJILFy/ESy9S6se6XBeCm6WFPlAbur/0jRTUe6sSc+nu6UvCt6+2R+X4TFJusZzTaO0zOHKOtTGPnj2Nhw8fI52Id2Dlb2+RRNyFwHCRy2Wq/4lVrW0znvmD+BRb4y9/cS+G+3bixQv98c3Xp+PNVyCU0xRRV+YpJT2AeJeivvsX8etf7cUHP9+L3/uH34vLz72FxOlHirwcq4sVCGWbCnpgwpLQBgb1y++8EzP9k7F/cCuWt2/F3VufR1+F1YSbj2J68rW4c3cx/tm/+FHMLkEcYyeIgVB8TR1sJ/aQoQTxJnEXcZc2ZJHaIER2LDkXcl0EGoC2RWLM5eP1+I9/dyxef/USHt+zGBxTNbmMg4X2PcNxEftva18Y4EoP9Ebpn/yj36fOp1hKIHLS1UPcW2ysRNCFVfWhLUA4dr4cD5HA2F8cKR2417S7hOPCapFke8W7dgdUxCGReBjXUMxoV9iXgSprTu2/Cw9Je+UEhur0+fPRPdiNRFmhxPBpLjcdY6XcCQJLSpNRCMfFVopgN4zR6tcj00uyJ+0TX9pGVttpyLaJ9RAg7BMef/p0Ie7eeRj37s2i0rYgouV48mSBMRslltBRxej4EtndA6riyRnjuVRjlDDASQqHXniuFa+8UI9zp9bjwumTsfSkFn/6z2YhiIhLL70Ql155MfqRHCWWV5RK7G9Cav/EiGO+Tc3tjwjG7ZCIexVG66KU8TpzXYrNFarfq69gDP92/PM//Zv4yS8/ikYVCXZ6Bu8PW4hk4wbpigeP5yEQqvqJxOoMQBcQCLYhRFJKqQIRgcBq1yDniZQTfKtSVTfSuxv/0Q9m4nd+5wyw2Ym/+Rle1h1qs06MA7WeWKDMcn2nI57M1+LK8y/gLXH6q8cxHjmlAevLX/0j1RZI9kxb5bTfvVDkpFTisrQJICzVil5O6k/PK96ZREoiEGphsp+dpPe69tbvp89MZd3n7OyDmF+G48nAuoTh3NmzGLMzMX12KncnGsCLcSGWnGNgrkSbylb7paEcByjOsXECQ3SVANI6hcnkf8yWsgS0i4VU13CxX3/pLdSYqmElbty+STzjejycvZUZYBfDdTR0LYmZkLZ3l4PVdXYy2IIJIPqT56fj6vg3o3/yLLGdhegZ+nmcIl1/2BqIx7M7cTCHxBpgHTGvkVEioSO9qKiu6Gee88/+71hh7fLY0A8wZl+AOakr2folqvLHUTl/Pr7+tRnccgzMJ1uoqRlyfbvx/LWZGKEk4p/+d/9jPHStDxFU6SQDhBCLMjtfwBw5AIMBD7yZEonDoOSTusH40d88Rppsx1vfPBvnrrwU41NIqdIkLnM9+7p7fxXTN+Kzz++qegCjBJAvScCPNFh8LP4e/+yXVClIlAIRIr2wL4ynuK+Yh8SnNPFdAvE3DwnAhJftG3k1R6Ka8tBOMvXuOIZY8GX77733HlLkCcZjd0xPT8XV567GpUsXYgrgDmGfmJVNL0vppIijKUsljecYnbUf+3QsSrTMQ0HMXcRoujZ6KWdcjNuffR7PnizxWzUmJi/E1edfwyOYiO998914440rEM2DePzsTnz+8fXYfcyKP3ZCWsHG2UecH1BPWycrvbVDsGp8Js5eexON1RPbDCf6zlL+uIQLPsw4iJOUBzBS+A3GsI51f18i0uO6itv909jt3EQS1uL02W9izK/norzy0YexsvmXMXn23fhP/vA78f6HLMm4cgmDvZFjPDV9OX7y8/djVkIBfqoWZpwkIjCYPtITox3j3mq9HhbJ1w834hTeY8vFX4sL8fk9JEdjEyObNsfORG19F3hsoO53UIVoEeydbQKHrPGiNXUL/5FR+Vmu91wSDL35Tzui+K4VznVc30J0SyieV1VoUyjmOZXEoTfl4TXaKV4jshT9EpClCX7W9tKYNjekh/TZjc9xeeez3RPjw/HW116Ja89fylV4IyMsvSTqmisCbZu+W4xHo1eVYxzBmtkSY9EuseZTCdPJuS7GoQ7uGWxghJ6OS0dX49XnX2E3gsX46PqNeO/9j+K9n/5UrU7JYzdIOxmvvPZifO8bvxd/+Pt/FKuPH8bNT38Wn974RTx7NAdACW9jw2wvg5TD5ejpZ2NDlkDcY53NnacPY5eU/aOn94mZWJ44TLQXSMIg0xcn4uuv/gH1RN1x+/ZRXH//GqF0l/AOxEn855HRqTh7Zi/mYj129h9S1vCIwu7vxTvf/lpMnB3HWO8FXv2UlJbj+avPxZ//5c+DrVIST+JQAhGdyalM37LTk6QIJmemuWc3rlyaiRNU6v3Zn/xxDE62YujUYDx6uM4yjwUCnARATYrSwKGwJfLTiU1ICL8wPAsioAN+9OVR/PVc0afntFMMcMnAbWnir0ZUrcEwP6L3kS6vxINt0ASBIigztBCGDZsFRill4ylpiCxaAzEHgVgAZJXXpYsX4t1vvZVBqAkSWAMsw+ym7lNRmnED+ioKlyQ40g/YKVk+qF0BYRx9QdB6QswTYipjBFbJlnIjxUwYapVeVvQNkSAbi1OTQ/Hrjz7BTrhHieNCPHv8JK7/5kH82fD7McnCqbe/cSXOw9GvfHMyWrsrsUvkdv7JHERGDKT3g9hYMId1LiZHx+MM5YifQyzBTgOsYY9+XOGO8lZMTk1AKCwFbXXHz//N5/HRZ7eZz5nYhklaZ2bwnmoxNgLBTF2M7spvxf07/wrbZJGI7EfYI/W4+XABD62P3BYZfIJk5pUGBwax9VxoBoLASxtv8r/xsIODKp7SUtRKtXjtG+fjrW9fJOTfFf/5yH8RC3MPMOQ3Y3h8Mx4+vgNxUAnIfVmeIMJBUaZ10q6g6aJAR12ffeXfMv4z16VdYWo7k3Jcm4EciKFFbYnV8kqbDPdzrimhJAItH8i78z4jpLqx5obMdNYIdSuSRZ77jCwvr/DC+oMC9WIuXZiJ730XIoH6x8cs7yM9gO/vSrqiqh9DG3tBKk5XnXfT8wXxFepUtZoqjd+OSNenCoLI3etNFWoGv0J5Yxnp04L63vr6O4xNonaBPQVKKxAvC8K3NpsEuObi+t3fxKWr3fGDb5+PF5AKZ9iS4vlrJ+PyNQqR+25w7XvYSeSVeiZjBi7dPEl1WdcmFfzNeOXl0xBpJ2UQPUSHsU16mrFFpG2ZnEyF5KB7pbRag3HnwVy88splgnKo38YgBj0eFQk7Vq3G8tZSzC2j0ncniLyynehSMx6TYmBGBCXBExFaVY+HQTbVtzETLoh9FoyVl1kq+oy5I9VPUYE/gkc5OTkSd+7cwRbbgjjAJ+pGDaJat+ALVPENFVYnX+AuhB5tCWGsQiRXgaRE4VZUmYTCsnZJgtVRqqxM2UMAyBc6IPSLeynSijpUObcjk3euRNTQlFDMMLuGpYkhmRVlTGgJd3V+YQFvyjXMHXHh/Jn45ruvI1ancDfdt0OVhCQh/1AhOZfLPfRIIBTVV0okdK79GdaGhJmdo0KJqNfo26i0Bdd+zrnyeytD1XpaxGLQ732DY7jg+1SLIdnmiJriG7dYH1NsrFdBdUT86oP5+OzDmxDCcLzz+uX43rdmCMhdpf7EfdbuxerCpwTZ5uLBzVlc5s1gRWe89Fp3vPyye/auwsGfxpNHvyRIOAlMqHhr0QfF0YMsCVlfo4NuvUASkNSQHFaI3xBbwXMHjiRUSS0MDlKB5/qgrVLcvbEcn88uxg6wdJNAk4J6PRkz0ZsgdqIaTWzjFtdYuPbxT29S1vh/xj/+T/8gXnr5JZZ0DLPw/VnGmo5yjTLwwqZJrSGRKZaAaOXFKxd/aHre2g2zrB6WACgB7MO9w4xxSFD7vHTF3BJhnaqxLXYO2gHxmyyJ1L2FepgkrinupFFSw/2JVDozjuKq+aRy1EQH0VdzOsssdZhn64Ue7RsQeX7mTHzn2+/ESy9dZQdEPBK43z3JdNO1Zwr75isSQ8nmP7kHIm2XP0oQbXXqPFKdOudjQsl3vstxusAulai4tpjlCUZCLci2ZGCN/UowLMj30M8BtgFILR9RPbdVxkbZjRufPUVVHuGFvQ5Rf53rzlEtBlGh65ul1fjmD16PKy+/SICLWtxDSgyp0Z1/yBYWfTNJ9FaWbWzsU8U/xPeu6MXVH+ir42J/FPduvYdBvIOR/TzrkmYYB9e0MI7xvo5QHZWeMbwS9lVZw5em8KmlowBSy7jAecAM/MCriK5XZAyIaoViqg/e/zX9ulCMHBX937nzKJafsewUPEoFqvI+VwriLk+y+Q+EcuGH5lWMjWhI+q77aslg5nvoyHrTDdwzF1G76n2dtSurrHhz2ygXNW+TTDOIswdxeF4bY8fCF4gjSwtBsmHzrF1Ju0HEdLKNw2buNWJS0ljIyMhgvPXW69RSvEDSagARDUAg3h7Y1YFLCEkMjFE7SGmnCvlbhMJ3IFr8bxOFZ/zM/79NKAnWJJQSMRjbrB5LIsE1h50CTyApWElHeWUvhUaYyiCck8j6feyPVbbfWkYSnEV0XL7yGjGk04T1jzhHBpu4ydT5CzDVDpHVz4mwLkUToXGEhDhCrI+coE02B2wiHTchNtcBlRursbv2CcT2MyTMLAVZZIQ7J2A+goykHKYmLpO0I1pLPubk1HMxc+XFxMfC/BMkExoAKaKPnKYABJ+HeolDzWGowriVS10fo04/+vDTuHnzATYMuxfQv4HLPMCXyddOHBKaVSK3skYkG0JHtcx9gEyXDliTag2IIW935LGQRXeW5jIuUeSEACmSowv11KKUzm0u3QJD97Qfhafk74MTLRF0Az29GwnGcsXlZTaqg7i6URlGAF964bm0yCcnRoli9uLZWDsCAWOzuMVm2zV3fHl8hRCKE4X6dE5AKqWM59vGefua9rt0k14TwEvmYx72McxerlefvwoA7zJ3x6oAZ2cDfndP3XUXrJMmaBDtbDDv7Ue78W9/fD9ee/MbrP0px9nnzhOw2o2nc5vx4IlSdp0lD9SmgK+XzmM4U4awsfE0unCH3/rW2zHz0ql4/9fUt5KKnj6JCsSu6RhjXdHAK7Gy0cmLss+dRfJLcDk5p5npMxAXNURdZ2Lg5CtRBx6f3SAghyQvTBRnVmgEyJqxK1kkAFkKLQHjCs9VFspbX1ynOl/bTu1hTqhF9llC3ibWtI25odmQyzXcwrJAgsYmxhz1IaqZdXIhGp9F1dYeaoCIKaJJj8ZKMusrzOrSMgRkqYIJOepcoWjrLQ+3SPVDCL1IF1f/DxDJlIe1Hix8dsmiEqxCkc8kRtvUqRP48pYBINkAqsaqQbYyybrchAeAiHRo4EvJwMd/9xAYAkWjLD8xvv+3Q5VVQA/ig4DRc3gn/THUGM20wcMH8xjRSFWMwQ6WnJarLHegVOAAdXVIbKRJ7coR1//1L25F5Z/+r/H9710gpD8Qp89PEbMYTUa7QNbw0tWZWJsnND8yETMXL4KERzG3fjNW2PimNDhBOSRGLpbSSMdjip3Yd6W5TdjfWpJTxFkI5+8RNSXr3GoeIrFXIKLurLlVSlhIropXzRQz9i9zQeu4ShJOTs9FIsg6YGyQjf11foeIm6690qngumPTQydDMyIRKkyU5i9cmv6hG8wlsqFIDThzIr6acItF1LsgNUsT0d+57BJVkW4yEkP1pCu7k4vbjcxCSHo2tGXsJK9HMtUhGHdolnUtrdPLOcJK1x4YJkR/5fI5AlwvxtmpScoYAZm+exqnGJtwLjfycuy8+x8Cy4nkyeJ8W3KkUV5cXlzfvo8bvSaZAss5vSIkHDY+8y++Q5W0XdhwemMrS9SfPHqC10DoHpVjDGeX2hNWV1PDYYV9HwQ9yly649Prd+L9928wmAbG65U4c2Yau5Cx65L3WE9jnOksBuqZ2IS/VlAlz8DXEdHgzupuDHTPkhq4AT5vI3UxZlnmWjsYiFt3WUmwVo2x4SlwuR97LK9Y2W7Gwhr7FdSq8eEnN3DRP0pv07nJ7GTgwDXrhgd7yI/14W1RdUhuqMacDC10EWbQC1SvGOJ3VaWVg34WAK6iHCRmNUiQrom9xner1RQ3qBOihlsUJadhSMbQRUvurdaJtwIp5+p7fWqJQALRy7EKzaUZ5kO4KBFB33TMiz71Qrxnj6UNu1btRm+G7TUWyxBVF3mLk5NkUC+eRapQvkjJgDWdcrl9WNRc0EaB5KQLT/ytw9+8XsnBy7ke/+65lELH71/e5kXHbdoPd/iSaCQgAeXKvuEh9kmTqCD+Fnr9oIlxXWVTPBwMo8CWJhxybmePyrK9LlTKAob6BJKGQBW23tnpmVjYmCPwNpe/bwPLToqjFtfLsXt4EvWBrUOU9+xwK/pa2H1EggmUYp8hDTogQFRAX9cJRPUA0hsjuQt7iWLtChHfX3/weXzw8Y9jkSiqdUNgARXhzEEA803PFTqdPncaiT6ehV0b2Jc6uWqKhBn3ub+c9k1hcnRwP3BAioyigt9882tx+yaeksahxqwJPTeoFbBS5S51nYfUh/TgibimxXiEJYpHEIWROlP48qKRizrX2bto8k/WmDBecAxxOWC8Js4vsIvPOKV17tKcT7bgHsP+585OxHOXz+OqEVBDzKsxWxQP277V905AFIrwlBrO8PhVfHduAuj//yFcHXeOnT6YLWMr2h8jU3uaJN/IYF9su2EfRuc2huokof46Udcu60tblClQ21Kp9OG+DiNZCcTtd1EFh9FP8PCl179JpPV8fHbnIcG3gTio0Qae7G6NUAFSaJgg4qnTfTEBw9TXWKGDcCcdhVvu5n9TcWH6HNHaU/Ho/g6Lzp7GBuuHR7rHY+bSy3H/f/s0bty6A1FSjchuDBmeVToyTqWie86Ok46YPneO78AQ6elE9RwtKLd8VW0j6LLmBeN1iPJHLTKdFLWAP/7W978P40AATa6u4yJrPUgQGqQ17JNuiMhn0Ljpm/u59fcTMOrryDR+1nTgCZURb3WosguRBfHThSDnBcGp84/4Df5MqbVLAqoXN5iLGHSR9B4ZJgM7eYJ6VvIviEaJSmRRDEkTxkj0dCQTx1yojWQaZ+crj+Ld3xPJx2f/v74pSRyUqQBNdYevG98JEU9NnSY4NYELj2sLYPeRjkNKOTiwu4OURNMczRbEzzOCHDPOwP/8x38Wf/on2C57pZi5/It457tvABs2zqMW5oh1Ntvrj+Bw1/tiW+BJjnUSBmjwufpCrHDP/dkPUEMjBPDY9ZqqenNPkycmo0oBdIVCpqGJ0/F0FSnANUNT07SHzQRjW9wtk2qcCP6MoxCpa1DVb/xqB5uns9rPeI+I5uLilwiLICRcDuyhdrBUwVc3ZaOukRIb7uwAccmxqFHfudhdlN11qRN7pAPiMH0PNQFHygcgkl7cpX2osZfJWY+5TUDqEIPJp2wYJteuNvKacWBFigNGtbmwDBJG+rg/PBX6XNNLKeIUIe3TpydoF1uE+1GfXEt7FBC7/iZVD004RiWdR1uq2PS/J1GcxFeP9vd8zzu++usXn/2F1vKVV2m7YGS70/S5c9Px+ae3UREGHjsgGnepJuZB3uYAYrFS3lLDPSRLiXoYF32tHFGKAJAHt4mwArt9PBq3+uzuQQ0TYFzdxgarjESNTHXn9nz0w1DuNjm3XMK1vhDzSOIbmw/IvaACxmsxOgMznR+jev6FWMTAebywFdOXrlGfciU++tUvUEuE9lEpyZwC3aQliNezefKYhzVAkIuuq6bA2kNJ7/XuFddFnEgbtAGeNlgu20U8yQx3H5Fb7cRN9qGrGrbVt+5n8bXbcEskqiNVUB+JsV6MnhZRv87uEjECiAREd6Nn333nO3H7/pP4zW+uM3nK6ogb4Aem7jvEqjYAJHMa9je51AWSFWkWCHVQsyn191DxP3VqMk5PjlOVbwgbMmPwHb0QDSvg0LjJ2XyBSnJ+XxBJfpN6vnIUEoXJc67gEVHOi8vyStvxjF+Oz5k0dGQpDRxwUjaqhCCfqw5MbJ6hpME1zubcDzGsDTBOTgxjh1Hf0sPGOmxEnBv5sn4I2ctY+6KJfdfAy7h89SIR5gvx85/+MvZBQomHHIz1s80XRmUvOySUqV19Qullk1jUUwhwgWu26xSHs7tjCYlyfup5cE5B9BhhBJZ7/tVPPorP7j2L0Ykr0Tc8nhsB9WPzkPVEJDg7DuwPo7Huzba+4g5Pt9KxaGJeFDbYMXS0S7jcyLt83MX4D7U5SWG4rfopEpTuXdfN+cpz0xM/FH4udDaUbmTVVfp2Zl6lFwCp/0aH2dEQ1/ClFy5T7PKdNFK9b5inOkyfP0/QR29JieEqQqiVQSRYJaQAAEAASURBVOgqH0LZWv5GdDUGLf6x7Q6WN0xNDMUrAPL82dPYdKwspDCnp5vII7yoOCwj1RpY/yLPwFta5Hwz0JYRWpEtsThbXxJaflAfF8SiEMqcld+Rmu7+3KJdCcPrU916V0pBCZhYCmM9akgVVKHDRMaLHs3OAh9UDHZaJ5Jwm71gy0gVolBIDGIazNHtNlSpBkA7+V5Bbe6sr8bDe/eSiRrsNG2Z4TrllfPL+3H/ydO4cZ9FWvd4p4ptlrjL8roSdxCjni1DeQDCJuNoUbHX7BiMTz57BqN2kVt6OaYuzGAvISGCZRdU2FXwWDaxMY1LacQytZxb7qSFt+aTSDK2kswAyyLldHDUFOoBvVhrg8pZocTN4M5YmDssLC+ukOsBsRWKXgyu5AHgTRSagNOVOqiTtCq72LsW3/nuOwSiLsftW7fi7LnnSNhdZHuHtXhEPYfutB0ZjT1uqEAEncmvqHdsLfx48uFuZ1khJuH2lG4jgdTlBa1DSCYfXRydVVmoPCO2zCMHLYGk1GGCEo5uoNKBn2nAWfvZxmzvy3dgkYQj9Mxj+b24yeu8ixO+y4nczBU5Dheeecp9Xt9++614ukDepUYxD5LGoBQMCja047AdkB7Go1pIU4NZJSSxQNcgVPSvLq8BABwHjNhA/LtWuXnAUzaALfFJkGo8SaOURCSFv8ac+gfwAtm0Zw4ps0A12yaE9o+/9dtx9vJMHND23jZLMiCCJte/+fYbuTfLne276WVmBWF6onIr4+QQQgmfPOE8ix+KRCLMJSxhDkMoG6QFPieF0Uc5gnvQoXqYINASdm4jXkWiGJQxCecOyhsUrQwSUuwjV37uwuW4/tnNhHoPDTxlr9MPP/w4PvyY8DShabcjzy0zYOcMtdOzpQV2bvtSsEM7whAxoObqPcsQtih0bjHhmnqcYFNX31CuLXHHwwaLmjrYU0zOqHCtaQZD0HppOXPOS1TaLyI4MZ9EckwQnjM2wgC0f5Jo8hRfksp85z/3eBv/U6oYA9KF9JxbaL746itx/ebDXEno1hkVGqvDFEoVPQr7z3/YKo6DaaM6rSdGI4BgvQi3NyizACufFwhM3IUhk514PNAZ55FywGwfj3K/vo4EIykILAbxvg5wG2U21wSPDozAOUiE07SPjbhD2eIy22xdunQlFlnAtYldIgMIc6b6Hzycb7oIeUHhREghxtS0Nc3ut2B+YeTcKtcunvmh2dHkZLg5l2cwYBFhpXqFSXTAHRepLPO6TvRqP8+d+c1H1+NXv/qYzCPFLqyRqKFnBJxBHCkzDU86keslDgdl9E+jeYAKr1PUl5wixb27sxY3b3wS1z/5OD6iFuTW7bvx4OGjuP8IQ47BnmQxlbq8A8PWwicJ0A6sPne3BTnESbeP7Ie+zMlwZYpfP4uEdA99PxZDSh3h5O0FoXA3X7Sr2vmvLIaCYCSaIWIqW1sbrCzEOMRLNJioOtNDMlptoLFYl6RwIq6C7nf+ub8sMSeJxv1jE/CoP1WYKxcHkR7W+yr+3dHBR+ExWO5noxyi1247js7M4Net27dStX3ttVfZFIcgJnmwqVNTSChca4jWnRK2cOVlTg+Xhcqs/96RIGO+wFJHwzoeJUnWLytJmYtEUsAGdeok1bu6hoLN392u0qJnagozQjqOH98zCFJJDtrQwyf3KcR9ADAJ869giGHgmScQiWkzJPgZGpTo8lJtlvZgLTFAQpNm70Ms71JdtsByRix2OMbdEiPmGAuuNtw2ztqWm5+/yFYR34nz51FzuNbpzmFnFHUjGOLYQIpZ+zW6eKw4khjkXHcsKOdsIQkDZEZ5ESvwrtiUgpm3n/1YEJ0GbgahMExt0W3LrKibmhqPv/ODb5FW6IqPP7mFXbZHDmwbyeBuixKBKlb1qoSWMSxhcMluwUCOVQmaC9O0mbBptCdUub0sCrfwO0MTSOZt1Moea3W6SWHokh9oGkBMruv+5//Hn8TNTz4hcjoKQz0iOQsceUSLaZFd7lN+O2UnVmI8+dk5fuXIOecoZTwlSiHNcqsTKKYF7plQEg/TV9MANF1BAGUq/xAukHM1QrsYpKH0ISJ0w6OTZKgb1GfOknV8lMsv66iKXhQs9EaY19JGXrq02ae8irdDfkgisWxBABoTyUXkiHOTgd1UZ01hjI0TLnaX54WFNepUKejhWcnzz56yZ+oCyTBE/G+Vco1xilPc1rRPgERhqyAlsCAT0XhxTlwiEEF1VJpPI1O2GG08MoCHTaGhlo81YcxZ+C1UuUc3F24g6loEEAWy0sg9WNyb9dKFaVTmaGa0f0XmtUEG2cx6IVVogjaMJ6W0ARb5KFmkiOWFhhky7ACtukZaO2ULZjtq4F0Cx1FUsbuHu6NTDeY1Z+b2Wbq5O2Sgd3brlF4MUzHXE3/x5z9CiutRogIZbydS2u23UpBIBb44NC2++JJnij8iX5iIo9ST2FV+dwMfBYfU5SNg8kELuKK5rgeyz4vkdlPNvqAf+irjT48TPWWDOAZtfGB+YRXCYlC1TTbK6SY3Q+UWruxv7s6Rl7B6zPscJYiDAK1lrTKIQ0LainELk7rY8WafHNLFrz3HQi7qNyf6ABQby+2om1FjVPXexGC+c/cW0eL1+PhXv0GNIKapuB9jz3klhYHBKuPIOBB95Tvc4xMxrMvYxINbonh4mdcW3oCei4CsERXuIU4wdmIi2zrF+HMJB0QrGFzb46q7Q67tJOikdPOerPCXeNAfJV4DbAioZDCBmnU8qrNi1kCN+SPdCt8KCUKGtow0MIxI3RjECKcSctAb06tYoubFfW19hNzU2bPJ51X2iR3oGiA1QGKVsVgDVIFRy2usGowRQgqjuSX5OrEXVZR7whSSw3Ecj4VhpEqlxRwbc/lS4iMc+Je/K1k5FBAWYRuJt4jJ3S9N5noeG9GgFkk+OQGVkNlhiYSJuzmO6shHhOwaDHr2mIVXRmxLRAqH47WXrsU4FL66thWfsFbV4aVrxntKKZUeRzGM4m9xQvHczKUXYydGmRfLHijQkWNqGLAmI62Gc7926byEMf300Wz86v0P4hvfYV+RkaHctttiJw8505oWe9vk4UkbrHl5+vgRNa+PkUiLJPTcmlyPxb1LEM1ET2WaEsQxAeGdPXM2d2o+zedxciIGmmSOaOLag14Ra3SySXBKL3oN4/HZ7LNYRtzXMCY1Mg+QGlaFWQpqGUWqFAcETJXfHcCsE2IgRIeN5m5UfRQl4bbCbOsUENUhTtXO7OOnKUXco17mtF3tmlRtINztPuYXGtTkTmYeqcWTyLbnFwteBwEFsdBlgruQsnwr/qdAYDwchbNBUE77lGuLXB2Xwdz92IQ6EWNjowRDT6WzwY4U0r0ii78GW4CgKiINGQAggWxBQSuMwKdxduGW9RAQe/7KRXIg3agPopdDZEXRaVkJzyD0zB2i3ogUKwE5Af11P1gyMOa236zh2URibO8t50RXlty7HW4m7OwTtlxWCnyzLW99/OBhFjefZ6lGqgva96mhhSFKVpplpxvLz9DTqwCdTWbg4F7SAiga1sxMYoBCkHCoDOHDCLYA+sIc2148fRSffUSl+uQEZZjnyfqei1NTqJixCaQKZZJIIPeFVa1iPEF8G5RKLjJ2Hg+H2NdwFdiqQeGIRZZSpfCyEOHMwAde9jAZ3egRHpvyAmUHO7iKOyx070K1rQLnHSSp+82h79PucVvRfIAV+BAlJhiMPsjMa8Cnm82HXX6rcpEw3Ug5KYK/BdSUbXIEuBAJXxyEGFHL1itLMKonfxZ/PUSWrUNy1eXp01OUXvaTt5pl7koN2vfJm8ZALImUejUMTRrtbGKs8c9lFp0Yp0eIdXfruUjp/97WQuzyAMR04ahG2+b63KaybUABQDnM4UMhX/x1cz3dyxWKqcEBKQEeyQpRrGEY7u4g8vpHY2bmHKrqILZZL7xOuNrnyoiNFTa6OXtZ+8GdHtnuASC7o5IBsqdIkF0M4yoxmkG9CYqcj5ojqAvUCHaJUWHv6ccw184oc99jEnePHj2M2Yf3Y+HJg9jCJnp8/x7q8CQJvbfi/CWKXjl8JEvJ5BuqcXVpPdcDHyDy9RLLxE5EhDaSUW6ThyUkZhlJzQ50RKUNwCGhQXQ/0mQUCXnhzInYRbQvL5IrAm5QZNRxhw8wSLX5LGTQ0zEmIxrN8OfW7xBaB20tcO0h9pblpQVkHWVBDbk1KGRVnEGs6Xt/cRTXiHP30BOOPmCih+i6j2Fx5229LqWJBd+AN6UOa6UkFCeH6oEbclN+JpruJFdZGGPupYsQsTsbqg6uXrmciO6Cmn2W7zLGl+UExsa0GzM2w+SVJcYYtHWYfUoT/YH2vh7GT3Zw8RpNyiYhinMXnyOfxAAJi+eyVW7pJbS/z3rgdUosV30qJxJoHxHdS81KJw95NuS8a80vANa7AU9FHEQjKweDxIFQrJcxBNCCIXYhPqBOQTT7xRP0O/P1N+Pt115KibQNY1hstY30uXPnJsbwUZx3XBBvi4Xshu+XeFTcNmNQighJYWhphFX9nnJbTu2YEkznWifWo8NkSBmizC2yvxswxGfXPyGoybILSiAtuWyRefZpFluo3h1sIpe+wLJoLSQ+jCX4ilgN0+KzJxaXiaQ7Z1Saxe0Jb4lFvYN0Q8bnfW0C8ja9MLWFtoqPjrFiT9uxvSNWF6sbNbgb2F53bt+GEKluxN6r7lPd7bZTVnGnyqF5DTjMhKihy838+hDoDqnysB4nyC9MT1F1RclAL3t9baEutrEtjBBOkrtZZstKDbY6E9XNdsdmt7BwG1BzCvmsugE9DlegsZsA9aYbVI+dmb7I0si9WGCzmhpc61O1NKpM858cH4kZ8kFjUP4snL+FTnZxFk+4iToLq93taB9CUbeW2dfd5Z5HqJUKnptbcOUSUgxFs6M+CKHOInSLqq3J7egmPsLDi0apiTkzjaHcOUNBEhvjUNa5gOv/8BlFS1DEpfPPZXs7pDNWtiFW5tSgjR32Y5EPtGV5Q3LACgDfPKqb0vQg3foEPr/7cIImtsg6RLjfXEaaokcwdI8gkjXW86iwDHrWIWZXVLprZRa5p0qBDGjTB2OWqZ81tbNPBb8UY8RaqSPRKiFkRjF3aP0sp7/UO/5WHBKMsR8JBjDRDzEh4O0T4i282tiw5rmw/axwqzbdIxuRmrseoiqcsI1LwQwVcQuncK8b1w5CGAMA16q3JTbVd+82n2q1SH3oANlf79vvYshuIQFRdbDJrSWSqPHkAtvsQSXwlUAeriLSwprMTTalefrBDdbskqUkv7GNO9zJ+w7Ir1OcMzZWjdcvX4g3L15mTe5uSg/1o0ae610MuxkwchOYQwqkdD1VE4dUMu/T1hLEjK9BTGIIopigDTYHxAB3eUSdYuanbCMxtDQWF69dZSXemeiHcPomOmJgvFl4epQYWMg0QqBxkzXQazsbsYuUMtaD9gG49A8Gin1EYAq+qDAMKLprUUBcXdgQhuV393ooWiIcTyVhk3U9ZYh7mDERKYGgN9JuwHyGMQuYqc6ULMI2EQ6haFe4/XgV2G4bseVH98VrGSMigehhKsEjA2l+kJhTBPqlMAcMWyiBIY+ibfoyxQJok0hUs95okDUfPplbYh43Qpc07ot7FVH+Q7Qq2npYe1IhnP746VzqMytKutDDPn3BVXyG8FvsNmQRjPkLw/7riOp8JAqTg3AxhvUAcPEQez1wT5O1LhsQ3cDoSRZjX6ay/Hz8X//qz+Nb3347HuDp/PVP/gpVNBw3btyOp5/dijdeuIYkIHUPIWSAjziGwTGfWH4EgXaTPHOC7sa8Sm3pIXr+9Xe/S1XZICUA7HQIABuI90PyI1bc12rEbZBi7r/yyWcP4hrlh2fO4YZPskdbYwvPgrVFJD5XFtdRSagw3Nn1ddblIhVa1vJCAHK0Npc+ohvp9SFFB3oHYoqVhw1C7n1dxIi4xtLKXW0t7mkwxk1UJooX6QJhIdXNlSGmQAzLU4z4oo6Nc2lPgIZEGmAkY41qkPiwK6xqq+MAlCvUmYCvFmuCmCHXQj5IJN8dWXK+TUAc7UPCOYJSxFfGjxijJoh10DK3OSwdBZ0cdq7WaqcDDVAG5aT5k+pHzsjGbB+OdU/5XYDVxJXV0JFQlqjO1yB2y/Jhtuw8O/VKGqTWOdy6+zAq1GrWNWqhzC1yHhU4rMxgujHeNokfWP9w+eIlEHMmLj53NYaIb/zkZ38d99j+YRlbYIZ6FaWTKfDTBP4Uz33kOrJiXDigX022mR6oEvdw7PsQ4s46uwedPk94nMAedtUCdsmD2XmWZRLvocSsBMFYXaYHNzY8HWMDpzI2tDCHVCuv4p5TiARM3P1pkOIqw/BbK6yJWeWxbszDJZd6GcIPM0wWZpwaogS/CBxqr3WRjxkaZyMaXPd1AogdrAg0iNmFdzPPUpU697uCcYWNckbxAnux7HV/nYP2hTWs1vnI/xrJqgajuWX2YLMU4IhtMiw8d/2HNqW2ZiEdHJBqyZcUxutY57SVjy6/h4VWiEJ+LojFyKzbg+QZhIPqzEfzIlHwo+UFiMQfC2nCpyQWCZFhArAOwtEHIHyNsLXVcJMgusl6l02APgogrX4bpYh35tyF9KBu3bqPS9rNLpOUPiIu50lUNfbXso8B0uZScD/F1m+8/jUMJnZrBoB9hMYtZnr3nTcoFv6UHAYb+ccwSx0WIaaL8TKqpx9RNUw5ZQYFIV7rV1w96LwrSCijmTiz0WQzvQE4E6jnfmTvfXKdqnd2WYJ7l5EOT2fnGDP1sKhPyxxeuHAuXr58JVpsSzWP66sEnbKSnjLPLjLcPVSEzc0u59LSXQiF3o49RLdExWaAaSvoC1XwSWpVTrDCscz2GIcQj4AfGx/jGcMrzBVEMO/OLmuIjYDrRLAdqv3AiBn0xDbwMLahegD/wI1/MjH4cJ+6AVzsBjW0LqExwn1ILEr8KeV01/NRKzaiTjwWSW0i8bSfbdNDZQK6sy970gNWY6Y6O76mcv7k+A+1TxQ3JqSkIK3rtI69GarWoNIe0fuR4nYRp1pWxiL0atxhsY9azyoG7xD1pa7rmZ19GNMEsnxcySDW/NLiEqvuNriuh0XcQ/HGy9fYaO4iwS0fR0/F1uPZNOBGCeC9RCBvjMVg+2Sv9zB033ztdeIOV+GeiHfffRfiQ0ogKWrcp6i0TNOSAAtszKXobo6zPHSd5+/85tefUK96L8bPnGMfkO/Gy2+8zQ7NTxh/V7z5je/EXZ4OOouUuXPrbszeux+vv/wytbujlFLcIJZyijIKq+2JuRBYe0DNyHu/+BhVxf6vEL+PsVfqWLTUxa7bxpRkjnNTJzLj3jyo4Yb7zGZSH0+eIQlHlTfs4ERsCtj5mDvrdAyumZJIHCB96nhMSqoCiYUoUKJUie4awbXwyxhViW0zXBjX0e1WIgQSMQMMXgoniUa1U+BZI7c4kmb4mDSX7+K6uBo9xBkkFv0wHD9CQe79az9pBGmR49/gmUhdGTgCAOYRJARD0E5oWwsfovH7DpyhSO0lx3CIvdBA92qJG+6dfXiTweoGB1tPnmJ3gFkoFDsC+8QaXcspLTEYBYjqYhd41Vlf4raXTx/dxcjkUawE9r75zusQEgbowFiRqsd1HSCDWwY46k239sx6WsUjKsKxutpuGNV095PP486Nm5kjuTB1jtjL83Hq/KWoYjsckvBceMICLDKva6g+LLdUFfMLK/E//S//e/zeb38HyXgpywiHUaslllrU8Ow+v3GHPAxxDxirCExiazEWpoTEFU4AGe+xhCpoYi/pZspwJ0+dIXrNlhgbPB4FjyUjrUg6vUzzNGJN4shDmPNPA93DQFpuTcL1EoeVZ9o6daz4blypmemTJE9R/T2bVBqaPd6OD345D/P45A+qBBENSXNQiMShirZyT5Mis9gQuYeBQ+ttOzrMzUEPSimJgZ+b7HPHrpASSeE7+ySMdhZZlzYHT+sp8nhXOflyDqhZkA+VE6lsMOh9rG/D1AsA+8aNW3gqExAAbhUTtUB4b28LOwPXjkENIUUGiWH0o2p6UDk91OJ2oHJ8FKz7ybrxsAE/n4Hnjo/8xKq8BguyZnjYI/of8eXSVXV3anPUtFFGqb+TvNM+rvA2L/W+nsYh5weIArsRcheG2xnSBhusRlycfcBeaYhwzo8i9WZwkedn78df/OhH8f3vfwu3kdA9kquOur2LFLqDZNITE9gN0v8uQ+lxhyi9LGDSTVypi+RkjTLITeIlm6QNJiam8WrIb1G/U2djY41ZXW/VfQPbS8msnOd2DueT4M13mcC4VtUELTmyAVILlkDsss+KxV0nJ1loNjVCFrker37tZXaoMvtsLe577NH2mPADloc7MUF2hdRApRwTZKHGvlQ7UKEDSHVXPBgUSQ3xy8iqzsqlqYkfWiisCPco9jxDzQD43CFSMqQRLWeJRGpTVWkAG6jxOrcO75byodo1OG4OXTyCCpk6w0Insp63795n12eIAHfZwqPnL83Ey9cuoJbYdhxiMCs7Qv7m3PTZfGaMwTYDbW6HbjLOSi7rcqeJ1vYiUVwYb/Wdybg08uDcistKIDBzFy7x6Of6iRNW9/NkL7kGeWzBkU/oHIFQ52cfYk+wwwD2Vg/+/xkI5we/9c2YGB/NBzAssnU6FIE6BLhIzH/zr/8qHrAlxT7+sFEK12GrLhy7LrBSZJKC5LFB6mhB6gQ5o1UM3/v32Q/u6Uqcv3CFbbCQNCC9AfwOfNfFRnIrwZMyEgN8TJjzDoz1OvSsusCRy3ItJTAgmJKK1Qtl9o7d2nzGAropdqyczlKI6ZnT1PewHJawg/XLyUS0qcT1VXRW4JsO+ApBwJgFLOE6DgnSYGERymcFgKUBBncM57oAjPBhDsKaVxGhmM0akvysXtScktLdNAdOR5r4bDrNxhpG3iYPjO7EqCwR8pYwbt+5jS2jy2xiq/AiTAR2EZPxGXfGILpQRQap6rRjMnDSRCF9FCUE5JaIDbhkASlPW4bzyaIyMceSWV2ubvHlEBupjCpskEnd53MPsfMePJDuo12q1gnvz1How64Bqoc//IO/iw2EbUQ9jPvGyVC6w+sby3H1xasQLXu8YnRqtH726Q3sHSQiDFEDVi47EQqm5HUC3J50dLQnN8qbZl8UyCv3RhthjcwZQvU37z2JH/34fTifsD2q0d0R9pm7C+NbaRe25Yjz4MVYcCKBe2FyGhz00TY+VkYEDhLYvHLlCuqFbcFQx6rbX/z4LvbYjfj625cox3gZu7APpqzBeJNI4zrqnBJOJKChDlWM9JFHIhRJhuSQFipoAc2MEkb/ATaW3oLbmFYthHEnAj2hXAoqFYMk2/HGXCdDYEvjJrchz5lARNzgNapYH31SB4tHLHbeZw1JJ9RvqaTbeGr8gtWkWrqnU41dUvoaWgzYGlGXOJrL4CT/EbNIEksENZo3WbNyavJULjOVEIzZEBBJLvNaCcZ9Wgqg0g+DKmMs9biEEonnclT2omZ7zmnS8hZHoy7wLjbJM3WjpoZxYQ8PeGQcgbQNCPr5a5eTKKenL6FC6rni/1cffIxIx6hP5EEYEIswyh0zRSpwEvI++dz6k3VC3mbl59khYOb8CSQjFWwUpq+RRDSSq0+TtSPM3zn/hw+gRbMa6obxVRnaJkob4aOHVYchnsySOcaQXyYfdulqfzz3nK4yy2OQsk1Um1lgd5cQV9bfMFwI4MseU6Awhsx2+zu48vMEa4fEydrqGvfSXl9/LxyHYqHhDvSrqwHVi0SaASB6nYFxKpcqKoYtotHST2lDr8YSLKDZgjIb3ORiI1gVroAL4JYe9Wp5GxeZABfA66esss8iI3T1IWLf6GyFBwDUMYLTsEUvlhDvbsZzBCB6CZj53F2wgR3kUgIXbiNlIMLMU4kjupRs5e5c9M6YO5gX+44xCTKhJueOeggADmbl2AQJwSX2ZFlfXmf/jxHSBqQEiKNI0KMQZR/BOXdR2MNb+eA3H1IdX6ihHaOpx5AVvyWkoMRq9n0AA7qC9FqlDHGFSHVuLASBuJKvE6Y5xR4jdylN8LG62n5uG6Yx64Jwl67wIbEng9um9ok1NsmsXOeSF5SUrIGk9flEG0Rvda2RnhDxEAyzwv61P/nrj+Pc+eeBvWqHaC+BRNCWhxrOZx5ntJbulCxm8u1R6WasKJ/kCkFKpYkDbCG3acUv8WKtd6x0XpYn1gn6uE24e5MOYORlZI+JubDch0IbiLNAWupu0tkWdR4CCUeIZZIUKqHTt0HywvwcbiVSAUmzR+ESzw6KAXI8/fRXBenVbm0M8jU8BIlBfAEgZoiByETZG0SDVEtcr8O+JcwW0sunlrtbtfEe2cQtscpIPponqIdeZ7zqZp9PPIZ75yoBM9QtxoGKZ8+yUwTDTieAJmYuJtD6sV0EpraJKPnFBx/GJyQGt1jl5/oW5DIvAEq/Rphx+1B/ZNXhRFfWbTDG2QezjHU3uX6IhGMfJRhzuNPVTrYiQ4pCHgBdRizEv5LJ4Jo0LTwds1FrCUSYGMOSCTKewnU+yEJV3s365rERJC9MuDi/HG+wMfIpgpPdPaMsD9nJ+FYFVUnZcRJA26uRAOzHeZgspaMcgZvm6AlZ3pqlBwoEBIYhB8MFEApkwKAEerGPGBfCWQ2NOAcMUaTRiDhSJ3YiDTSQpFIniUWTtsIuIXEzrRILa6gRs1TWkxVeJvqqyrLIl2mywlCegDjQuR37LpCnffrzwQgpGiAcdzFc3mQBLhMaosLKCq8cD+pOUSxlcAfiDNXCuJyqQpVmkHwQCSPTJsp/SUeoIoDmZsU+EsZDRKiv3dBH26mDm021b5FycHepNVxZVxhsUDNSSlezID6r8+1I47piVBSPx2Wy7jmygic2MDRKRJl9RbClVjHk3Vx5Ew+pk/uUmlk/C1EIU+Hnf//keBmTSzZ0g/MHroMuUsIDpjzn7DQVdilDHR/tZ8MhlpWyAGxuYYONg6/FG+zR8v6vb7JB0S4SAXqAqaqkLlz628TWUz0qefcgZn6FWIA35a4+9d4nlNivmkAp4v5xQwQbvQd3GcoCuL4X+kmiYcUbutwFW67x0cxwYZMxkCPEIWkj7gHdEEBRooC+BNhWY8mJGrJbcNdBbQsg4Z2wf4ih9A4Ipw8vx5iDD2SswuUd6DWBY32mtRdNvId6tUkEtR4j4+wHQtSzxu5C2oCK6+Q0pYUGF9CzxypjKaz2wjfL5RBMWWklv0pwZYADjafRxk85V70JF9wbidSLkEG8dpt11x9/fJ0tNckcY/C6XMTCLIaQetvKvyySBj5NCs65iR2QMHZR3/msPwC7TtJR+8/tRLWfNpFIe/swBWPwu21pgMvd0n4FYpRAlIRMCXUNjOFwJUFKk2Ov1OvFxwo1MTNk0PsHxtkFu5dtwp5QpXeZBOg2qyOup+or06bRXbe/oGdGaU2UHi6wAK9Vgo4GO/WEsrY2iZGxMD8lcLAN2Bh5LukiCSWXJvCjxNJ+5UMYGdw24nUfItB47QGoiiMLc46YyJdUjmQBAk6en/E8kEjqXSjTUgPX4ygBRijU8aUR68CsTiuBJCOBWvYt7Jh9CIXKEaq3oGSiuuvYMT4Kzj3fGS2TYjaMC+GWrrlfs1NFnATMD0cYcwLliAkmIvgsMDpAkHEdf5MgFC4duMa69ZZSNnl6lvblPHuT/82P2SQYL85kndtgZUhcOqJfa2WFQ3vf/k0MbCVEE0KxjthnCjI4iJ+5kpfZZq+7CqUGBxBGYXQzthwE41DAYY+IHJ+2roep+pPTpQ2XXYjkrx7+trS0Fn/xF+8l807wFIw337wWP/3Zh/E+WfilVWw/VKF75CmR0nuknSOk+Aa7dtuwhm0SPLEzNysyFGGw1KerpLQDn08gPh+SxWCoR0FvS2FtaeK7EkZOtfiGKBLcZLiaz6iNGvUrwJrr4QSu41aux1ZBMjQYgGqiF4LSbTYgpwF8hOHKEq4o0xYyydnLhCkCbUNVQQSciCkV84IF4PVBUP9PY/fVbOd1Hnh+IxKByIEkQCIxU6SCLdtd7nHNRV/OzXwkf61xTZVttVvdU/bIkkiKYgCJTJAIBECEA+AAmP/veXEoWa2p6hfY5+yz9xvWetaT01IycK/J8S6OGOlaxe2TPRZgtZUaGQ5547NM7JmU1XT/qBMFL1QbF8KJjDskGdg3todxPI3+mkQ6zINk+/2aBH+x+upcTfxqSaalBMpWm60oikuGl1J70QSqm49C/qBxysiX6Pyghfw+0XC7wvHpENBFROfWrD3m7WS0WXlI0v3mZf7NjaUx+oQBLv+dOYdhOwjaVnveu79+cb/4rx92ne4KkAon6eQ4NKVYovgi6npGLhDVCNJHVEAqJXZgEHxoO0tyf/AksZVEca0uCJ9++ikOFAsKERwQZF6tvjHtzE9gt1HcQlG1OhZbvIk3bGYWpfjQxjm7+EA47QyTjE8dDpu6Z+xPLxVyXkTZZN3by7Ms/OScNjBpk3darK3FeVg6EJip9jixR5zwPRAhUgooRg/7WztzQJOJJ/F7W1aOZ0D4fnTePGneEzXyQhc9ICRqvDjUel5fCG37liuXrlQB8HmOQ3slh/wt+hTFhRwceZ1mWimdi6jmQ6JIN5WOOhFEsZ5DWX0o5GGmIbV6KIixnNZn86ZvITw9iXLXZw3pPxxG/8Phu/lgsXyITB88SaTxeYRjHTiZ0tXWo5EiDk5Ig574XZe8EFLsqXPU66+/PrlFX5w9OwgBHvuyDPWg/ebryyEef9Xm2fF1K/fsLFgLQF5R7LxQOoCOFdDgRCilPj6pq8EmfpMWn2JqkaUx4goIROxoWF1/qZ8RrLP/7ybmWkRAecUOsaINsxYl0eYtCqfS8RQ0zXYO5iWNKa1u9TkPrwUb9/KIlhS6/AO7Qlxcwr6E90v+zm7JIsnkDEDjhew7XCWIxamaj6yvrDtm6SKWAmpzkR/yIJPYDhtfZrlwv7PkxkfSYthEaYmi8/4uvhjWyZ313PVl6lkl4Qfm57qFa550uFnYWcHuMZTdWCBv1Mq8F6HtR8QYYbWIFquBB/+FK877xu7wCx8JXN0WcUMUkI9o+mwIoHutB286pLMmQ85phpIeaOeT999/v8zBY9M4CccY46W1x1FwM3G4U+VEf/Thr6da1B7J0+Ic2zF5iLJBxbPgLd5QSg+nRIpr2ODwScGvfWWqiZ5O/a0hNy6cJ1WmSVJyKbt5O7sHwQGVKLvKLCEP3cIA2fH4F/m9NZf6rvwfn39eJPebK6v9Xx2OW+WPSU7qqcLju6eeYlpl6TJAx9gcB9lM9GR9bMlfsoXi1GThIkSZndg7f5Am5ATche91XgviE3sGPshqu1IqxO8//Sy/SnvuxNJfoAxb0K4vKyprmNiNw3V/iCw2JjIObmuNwbxezCQm5znDZpLdvwfNf4u6/EUfLNKd0cAn8jCFeeC8wU6GOufU+cFaMw56DA4xfWi6QGXAzAgidEB+OhBiJILnoT1S/33X7w8BfvqTts6Nm9h38csvv2yeC4K4Xs7PN9e/Xv0ui/XNd96sp97Pm3fB12C7dWObOFwFhWE1RJG+bc+SZwuGN8U+3xFGPn6BOIhrNCmmMt+MuA/zVEKVjgV0hekWyXJKj0iKN9ACjlkJo/Q2u/CiSceduu8sVh+o9dmWmXbn8mXJvLHUWF9s/fH94kRhxYG6Dj3MBF0/qKf88bE8JAHjYOhqe4igxed0Puz9WDIBaXOUPt7NkBZoPdE1vKdP89w+S54/zGmlvPViosfYLQrugIZ3JFqxVle793bz7zmMgBej0Jtbcq07M5jw7/BwW7vhA82LfuUn2TOFahHHC6VtyvERdVeBOed2/41j7uAmsQ8B2gTmfMVSgiCDC/MJTICAvRKHFN1Qb77BuFhSFPjD9fI/8dprI2q+rvLAWmMQnJxqnpQQ7z1WUnv3YDpfrKLhzJlTedErzpsUkwCygSCAM4qtB3cj/ox1OQ6m2kNhs1INsltwynbtCqNR31gtsVyphjoagBTu0gp3uYUKuKETRx7P7yBKSILiTVpHBVbEw5Blf33gb+QG39KkH9z+bvXFR/+eS/no6tmZN0O8rat7e2+s1jI79+aMs3i7GhMfyJYQk8m8NIPhgWyB8voyi8OMnmksntV85pmNMVxgxXHoQZRb+X0wHgC0TgAtcksJbGhDsb7DAnCSOSe4NcEeUTcleSYhkUf6MWvYWfRrInJHyuIER4nlAKSZH0QagLmmY0GzP3wyemMD3RQ83HAU055HLPKoTpsNY3g+PwhpC2AB24WT1IE6bqKb1pUrV5pPezD2t998JwrPRNv3FF7ZG0eUkN5gx0Gp9TrxFYJn0fQF0TMDCgDc5LYX44RT0AR5hjf2HcramtxIIkzwzXe6QwLYjr7LsR4AKljvQUoYxp/ChQ4JQqj7eWkjooAasKNo8gOVU4pBdkuD1ztMD9vvY48NZnX6WB0jX3op9//O1ceJhi391mrKvjsHqz/ZffyV9Keos7E635ilAJjspszfLf2tsgDZP00xfuaFB0Wt04o9K0Fc6Vom55pYTITAmthZ4biErT1tcnC3dp1ElOY+dCpw4zzbiKMgMl5iIslMhkDArSP0HISzyMbJCUc8rCWi1nGvroBaPyAIYLqmGy1IBGme/6Og9Omknyb6tG5l/U3qQ2Of3jIlIIn1aKQo9weMrxSysFa7CnTuzaLcL9ksxPi2KLnSkIP5rCDL8RTZE6/9ZIiMX2gqMJvA1vXYHoCNOQx8fTi6Q5wAwFGlF+toTOkmwdkkOomKuZPlaLiDHTD29xo3eVr3WovZhQXf9CVqQ8h6j3239srq1pO8gLn6t2V60i+G5AM8z+5mMZz8KRKRUglHg996qMDa0VdWJ998Y3Xs3RriZVncyMG1q8SnA8VQtlcxt9YiPA1ht+X3iBYG0MSmcVEs5cpM54OWZVsWmGwxtLy5lMKbot7lwnzx1Vflw8oVkTWWbtTY97wYIqf9r+cstBiIaPq0IKKQ/laxFMnjFk81A5+Qv7b0bN5anNYHuNDsuyyjLyTmn7Ar6wZyDBbPqBcEef52botIIZ97jOkcN9pU2QlkYTEdPxahhBTnS0bfygPd1jKP8uWIisvBXdJCSvrOxH+5wraXE0OvVAajQxMr0HrezzBQ8vpiDs4P6oKFcbCWIovxapdcLdtpwfwNDPYb5xC0QjkwETulp/Cp+GwUK1glwSCkupdiS4kMT5J9O7I8ouaApQ5FbfDTMtgkWH+XkndPakIi6MUAMPv79BzWjaY0xF1uyYBaJnsBxa0pzgdOJSvz7N7Lyjp+vESgx6+tTodUoqiAhYXzQG6XLtA4xIl0bSTLx9JpnPBxiVK3nj0PZwkjR1d5lJl9q+Qq0eWGPC/u/bCjewefKAtIiBaQIoJxQXwJXALVIINzzHcO+BFs42/BTMVB6Q5xy7WQA8E9UNqaMxOTJraGfSxX/vDT/ehwsz5z4nzQOjCB5b2UcP7q8dXJ4HP9+rU2Nzg6cKMjfhXSK7DTncKmEy8Gv9eO2TDq1bjzkUEQ2+y9eeb06CjXul5ejaaLJMb2fF78MRtqyVg9BrKhzBql97RxlolJQRDeO1zFhaPoBSCHLPUdsbAtcZWHo5QEyIDMo8mimYZzKaD3indAMK5uydRcAPGr4V7eof5BrIAuyLa3xJ9XsqxeKMNtc67qGi6O8vc4St9WhtueKMnO5yyHzXk9H6f4ap6sHwjKr/FLSLIgQwNKXHhG7B1hhKj+9vla3IKJqGsCxRjLFvS0gvQT/o9J/mlOGx7LCUzmJ4Iks8ghA0wa8TNQ6UfX+5rivzNLblcwQnDfV5ekO/gGkoCna+HLnx6zDhTdnt0pIwa2tejOhXQ//5u/GfXgantB3ykPiM5EnCh4J7op8PtCBoqwCPXXly5V61yC+7N3R/zYDvgvf/LBzONGVQLrzV9zR0qusTqMYXxtPuBON+AZdF8OB+kEbHMm33ufuYFzAGhDpxnu0kQ4yHanMTtPExiULvJMubML5uYq5rpNOsvdEouL3XTes9ieGI8ShNTd8V7KZntYYG5X1Laz1+4WK3dvFEH7Tt6GYbazBbgXUmJZGI9wv3wjj1BCXEs9cgP9YbJzsof3GZ8Ki4epDkEhjIq4u7nZ8Ucckw8J8bgNj/N6ugCFXPJyj2sMOGyML87EGoM4VhtBLTDswu6rrTm4IDKHDb11RuqxnUcsgXnn0m0g8Jz1hx9EnPxW97botJijL7+8On7yVHDbEdHVviskWfrnyXIJVBEhLmi8ksCkdthJTbXnhfPn6uzwZPXp7z4qb+Wtpdl0j28Yq/3TyOfAWHOkDAsUhCRvm9NwFItrkl4OWGRVyS8nwSjIAWk2EOcPfom5YEGibqpgacyuuKkyCkXUKHxblgPustaAb7Uod5sQnWRHgDahnt4Eq3/Jhr9K1j64V8vv9JyU1YMhx9aAfS9u0c1X+9s8cZeOBiGKeE43KKm+B+JMmee5PwawOIC5zXxMDEQ6nzMOnszndLHuq007hyIPeOrMIDJdDdAhY1rsInoGNAiHveWWntsz5z0O2VzcPwsEHIhHMGFZaLmBKOd2c11j6Dpm9Z87RoTGkawY8fVKusjrb74Zgby4upgL4btqqtxTMRq4ep4b0mPolxaZFYNDa8cuT1lrMRHhTcNZC3gmroEQEj7hVGwg1nriWY17krubaGGLToEYHd4TOQtVLHY2X4G/mVIbQMdFXDOsd65cfixA5WKXGMk68PjuGyJMW61S8jjgbhWdvVOw70FK3a4UQFzAM5xLy76dqHry3bXVjnSH7dn0uzNxnyRi1pqcEqubey6tTrzz1urgyWN1X2xcYzx5RtZWyCXxaY4murFtnbkNxPvFPEYUEGkitt73T/L3WuOTnskL27LPgnOVmwMPjDFaWMjlPYJxZwdkgWRzz/5CVGMEZN0sSBLX6CLn03AcngvmAaD/xFtY3tFf85uJS794NR/Iu+++Wx7uzdXvP/m4GE3pD93/Qfk+kFC6xSR1sfa6loK6p+tOnDgZ59i6uppockcKqnwZ7VJVRsRzhgNDfG1GEBFfivVGPNbYWod0eWX7w0IZsA9hEyiQeS6AVYADaXwPyJCF+Blu1I09SLBpmtaN5phlEXVhu1Mp33VP4y5Y6c1Y5o007rXH8jkbVN9x8JHj77333urN48dX53/zq9WdS+dTjgv7VwCmvDHNdvU0bVmW/UeZzgfOHwth2ugo7vIQUrTQEsWbaeMH/BaxRZfIhNItrjH7junOnO2UKc0U9EN992vpqUHPksCMWBY/0Tb3yqIhUgAH0OlV4EJEBFEftwALwlh4zjSA/oNYsfydMHewnFALYvg87k3MEsI9C3wPlTD0fnVGB/IX6cZw/sLFKbjXNPphO8lzEVh46zFt1YL77CHQtXxGu+I8+6uXttUKM1pu8smTp1qXZQCNfrg4bj4dE7qeMTGctLUXXR4rr/vl3lhEzrCtrifvIA2X/ZY4wmC7hQfcPvvjw98oajysM9kmPJTRhPvt3jK5cRM8ZmdAuxc3Ubh1PYfZrZw9e18s1TERQk7r00Hx2pmNL5Hp5VjttljqC9XV7krWb25B6DZE19dR1qWUs4tnvyozv7LNSPm106dXL79+evUk/8rGOBpG915ETWs6yGEOG6JHyaax7i0Yti//wjc3bs947GYW6jX/Th5dLc9yCqw/ARiq4Ab+b3lelgkpPO5Fin/jfJBvhrwfcdPnc8yAgNPVz7mHz3rJ9iei5bG8Fgd5/fU3Sh46XGbhtamWvJMJezdL5l4WE6fY9DfpFvZWdBA13SjFPqU8OL5S3iufzaXLF2adDh95aTqFC54mVOeamYBJbRyNi1ExcwvrvVfFMGkGFvyPEWXhGiHBQAWbDWRNZPQSE+zlgPUOQAOg5ed8ZN5zrCX3drRwHGl7c6Rdv34jB5i2D1XiB8iH6+WnRqUYOeSQQxGZVrTeRgJrYXJbtj7K5/I0ZcvmDqLRR9oXeM/xl2o8eKla4sur77/4KnOuLk75WzjacDd6AsqYMRuMcZtDY6aoIgDLzaohVjT+PXL4UPGeapDSc3BVPf95kcVPtgbXSdKKUpdFfj7BZo3jTqv4PsKB7YOotadQPSTBeTCigVr3ImJ4TpcWn40xKkZssswOZe299dabiZpXw+8tFep/lTv94rjezUGuy/30Ep2o3RcSz817L+EaZ5LX+0LKLrFjbrpLhvJxtrpORKjM313pJlbsOf9rTAi++3UtkWyw5juWXvD8ISgIERxkG4uFuzkIzWd/+mMDUSCX6ziQDHFu0Y+5V78tzLQ6j93jKlzuMHxLATYlE5rRmPiekEDw72kKrP1mZvewHv9d5aT7m5D8DoXqh1NiA08Z811fgtBbf/2z1X/6P/+P1c5Y9LPEYqHwFGSRVKjbRJcB9W7hjIBhbL4d/1FAQQ02DFD6eeTog9XRAoPSKTqzc0OKEGUqCSz8IEt4DICxJL8bWL4SC7M9TlB/lpBTWzF6GHWBaBrAA2JIZkiLjseAI/L9vWV16syZUVRxEPewr44GNtd4TkMKHPfaNfuzQLxQfMbupuZjqXpY+TDD3SMmsLYj/eXylnktJFppTfbVo4shyday43iz04kAqpdArsEgHqkf4dLAaSGnFONRSHsoRRQQhZon3XBwJCCNxbNYRQDaGGeQzsWJTGoA+fyJEGawtO/7P0B51L3HnDahbgBx1/rsZj6V299XMlqdiopBvcNidBNXeUhxbWUecOM/S742xvWbdTKoUGzPy0dW2+u4tCV/yqY2k36cGfp0T4pdi7clhrQ15bNBLovUMwEVABYgxqYbAGTxmlyQTGBtO7Zuv1Yyz+HV5W9vrLbn79CKXHOYiciGEDyciM3hfkF03itq4xntMVE766ZsnOFG87UzlwNMghkuYGFt7Dh7Ah0/XnHb6T5e4iu321zrclbNneDD5zI6HhgmsiEKEE9RW4i83Lz54Hzj3qN4lgMbQS7+ofZtzPzXn/do6Ruv1/50TxWa6yVhcSDClCErY+vfhp7qxsM5B44hChaWVjCOKjCggI7E60IWAJGAfWHhyiRACphh6MhkD5gXALAKvJ7LvyY0CTt+N1FFSHwYkqE0vRGJv1U3hGMtiKp8iqvyg6fVuuYsWW1O91hr21iR6Ud994jszS9A8dycqfcseW5rlE3NYSLEnUOPlT8LcBSRYc8BA4eAwMMJcgM/7WVONHxpDMpGXspzea3OR4fzXH6fCPymPml6udh+RlNg+yzO0TNb02bZPUMeXlKJT3ZmXYtDLvgDio1hFpO2Ewxd5IgTCyMQMWJYNuy+2xjoh3xQN3N+2YmN8QDOUkZn0wMYF5Lb8KCp/HAgg+WD5XOnbS8d9eLlr9ptvbZlwRQSHTp6ePXGW28kFu+vzn3RWvTdztJNwZS3GqxIEswBAxjua807ys4TP8j714QmASiKF/9BlChJ20wXQQosD8AXkZJs74ZzhChToxIgWBcgBRsXe74hhiSQ63a5pzjH5qybrbXNkPJ4vxadD4o6765C/1EIEq018AbWeet0J5sf4SxNLl1vpZRpe4ixu2e80AQt/JYIY7FsLGAj7HoIS+YyhcFRbMe4AL4JoYjGmClfbune/D3f1OnxQNWIh24Wcg81j58+s/rnX/yizgdfVrRWpCpn2/799aDPn0KPul9MSIUeXMExtdzyOS8u0EoMaHDz0peX6JACsDkCsABvhCTvffD+5IV88unvFyTqQmJrbtCPR3max5fS59B8+dHXFm8e3Zr4Asw5j3pGND3z15r+2ndXI6CIMu+2nU92la2/rZSJ+5W2Cga28mUDpHj3mWQvutXDcMH9uTism5f3+VHSDQaTmlzzEidQTUdr39JD7LPzA6IYYIOxGE9bxP7q/C5qZSYnpO+HXQUmbBpAsPT1bHhY6jse0JnovhY6riAb/zpTtwIsprTcD+mWdigdpTOfiKTgaczbudtYNCE3h0VPbgFbfAhs8YPaUG5jtFz+eee/gqyFuzTmBk5Rc9xtYW7mCX5SfOla/pvvMtvPX7wwCubuTMuDh+szF7U/7nwNBTfVM85zPG9n42wELe6yQfjElgBlnoljURj7KwISQN1bP5YdexZ3Ac7w4Ye/KWhXDZDFTFTcyex/sfiW1meCdBKl/twxcxro+zZO9XyOTap5JkbpSsHepqGCrhynB0JyfXa//vrq6srF8/OMl44cHG4WqBPBcU0crH84HMZAtYAk1iuungcxbCKbNhxmrfCi1PY5p8ui3FoIbG8BkvoZCzk6Tk+aTYFCGHb9eAXzaVBgn8VK+WNGTDUt3xkQV/O+KBVLv5GZfOLpy+2oVSlHsYadiRaLACE9kwXDF3E74H2fo05KH5+NsfM9TKghhJ9MMFaAz/u3IMpgRfNLIR6OArGMvUXosye1ErvfQl8v1fKXv/rt6mLdGK6nzOosdfXb61F8Xa9n3BZNkHDQcxYCkiAQLTiek3bnLAphw+5ILIXUu4oY76oLg5QFSMeVr+hNtweWln6uX509NyIGfO+FvLi69XefBaXd74+OznP/xffic7AKKRJp+0IKfhWZdvfTc9754Mflo+yredD5+vC2c/v1b6eIf38Vk3rtP7z/faU1i7WorQYusuFcpbMyWsbqmTgC0fIcCYTHpyCrx28k54zPpO9NZJTdvpN7wRQV/qbM2RGcNeFwc8gj5Q47dY6SRdjqXrpD8rRu7/QHbXb0IATaRzx0HXPRuVIeW9aQJyBHFdsqStqS7MbtuslQAZ2Kk297L+bkuNp7fgxtQZXkuVZgdJF4yYIwITNgyLN9UmqnTTH/73/+5er81ZspxJmXAftKuSmXr37b/BdvqvFj60SBjH9/20AT4jumMM14yfpZXQplCBLgOf2UScw2ed3khZTJx4nSN994P0vraD6SZbcOvhH5LeMAbbxTyQefu/8fkKV3ZCv0jUjmmL99Xsytbg+vvnZi9EqGw5245NGDhyaqrAL03FdnizqXmtDOawcPHcKYMygWc/vl9CWmtwbEp0+fnpRJBE45rgZLHUeADDnkyUIEugnxg1qwng3RMyy+BXIOaocS45B7Pg03lHOxuYVwDq+eayiNzltrEOI+fA38CMw+7b5UFuAsmznc+k7J5iAq6yQo5UYZyhmLJ/NRicEkBQdMipiXDaL1xu8uC+z8pPQ1Nnv6TaZ94k9XABFxBLBeycXdetdqN/rSy8czs4+1I9fFHHlFY4tMP6sYnvwf13rLxdM6anHj5dZXziClgq7zg45Heei7ThmfzndFpYmZQNuL4mt/gX2rv/3P/zl9bWftKX5bmD9Tmnhl5eQyQAS43TgDu9Mwp+63gTAjanCTPoMcDlxXFiFdTBqCNI3Tp04Ht62r//Ev/221t06XksFta/tiRP36G8WMWlse8ZfjaPJXOEclq+2NIBE6JIEblOqtMui3ZX566KQIwtIocPwoLaKTIcpkaPeeCx4C4CrkGu5ABrqxPXvoInfK65BOgGugOAXaEEXSsn4guh8iAiJAojAvKP3glbTyXWXHybjaHvZAJpQbkSYeQ54AMWPsMxyn9Rlt3T2JGR2ixJcECo1ZXuuY9yEhBFE/jO1PZhmOEqLez7dAsT524tTqYOGEqnrbZTzEbQ/ie+1A2mxnhWyMuTWxyJFmwQAw5hLw4yIhxqQx4CYjmnwfp7WCs5rNJ+66NUo+WXb7jz740Ygb1Yj6vIjb2D1jLETjduOud+1w+5CBmFIJMIjR94OcEQb485f4rfU6PcRubnsKR0i7PH78eNbP16sr5y6m1LaLR17wA3EY4n+dvtdsNBLgy5Eb+zCdSbcHh9RJ8wTLLT99+9Tfo3i8D1/KAAAkSklEQVQcgALU5/Olhd2QfwYxTiLcoRuIATifBYFj+PRhilfrPgszFNvi2AQbbeEc7iG4ha06KHDkodTAJ5TUviev9X+T9CRH1Q7eniP5CIDGLc787EEomOKGA48Pofey4N0fwJmUglwaFUsSuhvw1vq9VkfLtYChgQ5u+qBwsZ3RFZj/93/9VSWwj0vcPlE2fTESE0oM6m7w4r5C8N1zKijBi5jr6/GnNB+IOpg779A8WIZcSbzdORSPtBvGe++9vfq7//3v0iH2Tcnq9dqmqkacfi7m1Rw8chah+4D19kIXOA/znR7EQnUKzkYCiI9JZdDdQSsNkkBejm3m5KaIYttJhNl9vaRqzXtsVH4/WPi9P8ccr7Jn6I8jzQIBbegp1s3Rs5a82IF4LHoWBql26E/mgFWDECHFzCRu4LN+ejO/AQVXgVwvbtqbL4J/YEfNfq8Wa7hUCuRaHZZqBeoekLCrSkMJKdK2C25db8eK76vSOxLbm9YLbP9iEl937atvvR1F8vVUXEZEdc3oI3XLJochTqwmDo/SElV9RjEnXjislBt43pPMbxSjEyb9R/3Lp198ufqXuhZ8eeFqfV9DLnkitfnUlw43ZSb/xc//qvjPrtXvfvPr1dnPPpskJ0nLwgEEnRzajQOnRKUoFAfQSvRILb/eeuvM6n/7u78dBf+f//lfJpTxcOqWtxboyyRukYdLDKYEIjfqTrossZrAG0cSDDRJQT6H+A4LTpxMGGItrn0r6+nypUtJTVn222rf9WpEVGlNCKSBomtUAHx17lyI9ahdVN+WyJIjLjEasuAgfDrmb029an8ChH96LJ/98XcGOjIrLjLFYTCtRRm2FMDI6tuZvkod7jWgR9/k6Q3jd4TtU/sSlg6y4SgWt4VkraA8lPIgb+bZz8+u9paUtLPdS7dEOZNP2/PuBsitdW+azkz5Kx6nK0A1OsO4xSFf/yGxZ/DfaNAzCBeSsHDWAwBFe9OED6LcEOthDfl+8/GnbZ759RTTPylC3bAKAWTdVJClKzd/w0e//fXq53/5VwEv6o8DpXE8B1gw6a8xu43Ix8EThw59BkFeyot84tSrs2nn3bt3Vr/+5W9TnnPFl1yBo9251YJk4ISZzcXdlgNc6Gk4O864wYm7eSdwP+DkqjIlU+nSycgI3okRiVg3E+W74uAvvXJ8uOCpU2dWl1JScdTJlU1Ma2hkj6BPP/+sCsE9ccy11ct5b/dmpeEo1A2H90kUGGnBueMXkbLBLRbusgx9FqBFmAq2AGUCyz/rk8ITBuqGRHm7E8JwzYnrrBclJraY2I9qOT4D6G+OPgqYbV4goEbFYhkXzl9c7Slbba/tU7IW7GtD7j9KhIz567khhH8snvH5ZJlI/SN6YhfDOlHzUjayRHRxFi20UBDcpPStrxeEzEEWyqZ/pg+FjIChzwo/EYTj6FPi8MsHv1jdrIMAq2AQoYXiHrBuA68Aj7x8h10fyhw9XnXAiRP1VitZ+YVyUX/xi3+Ocyo5LbYV59Vt4FEUPiUbPXduMEvT27gIGqZbaZfR4gzC42KQEL1BjMXJt5joMuyJoSdtxCAx/Frm/bY48dESqlmls7lonGQtPU3awk9+8p9WX335Rb6Vr0cc3yxbbv3Eq6v3cgYu4ZrF/WE+W/76g3f+HhIMZ+iDDWTZ0OKN24ABwyL7nrcW6sNyOR5dPiYW+adlhI2ZiAdK6OTHtrAUYIrl7pxsB3LNq/rHPoXOp/Nh1CMf5F5IhmZ2JzNHGe2em9Nj+FH07eABhjj3e86NqP37nHl2E6PPrCdaHtFBCibaYdXfxAyoYrvm2ch6ibUwg8s+27an6v/b+U6S2ynj8l429TzzNGeE8SRKu5WZ79nmCkHkoEIMvqJJV+wPSKPYSmD1cIr5+x+8u/rrv/mrFu3h6h/+4R9CurhkTrgtPeONN97tnvmF8tmgcotPZLkp2IdFvSVyWpv+dk/wVjcMyYlbVorf3BqUU5boGCHPr7ufMso63BGsT58+PWtw7vyXXeNZm1Y/+elPpns3fVD+bOQ/L21dIcq0k22unrFV9wHyyuTlh+rpvoiT5277BmrhAW0op5vRrMl/52mAZwIsHyUKFl0hlyQzrJNvxf35EyxWNxmAqo/ZUvrivm37J4J8N0p/knKndVder+TsvfYZ3FPP2Fz9dy8PV2LeaQ0WOMacFP+YhOj0hRcSWSwNewGNM635ADBrSUPdST/ISlA3/iRKfph+ci9rRUv1t97/YPW0irhv0pPsC0QBnFZh3U8+hkVk3Uyv+jgPwmm1Z1E5xnQpCO4RUI0KX6rvazrJ+++/F0d5aXXh0uXVbzKBz1+8Vueiw0WpD65+/OOfpaO0oVW5JQ8etnN90dxp6wkJe+Y4KoMTxZnnvOnGsav/CXlk+UN3XvNZ7uEwIWj6yyMyLA4ZFBpf+l9K9Fpc/OwXnzSuw6u33327Nqift19jCdblI//2w49X79Sx+6//4i+6b9u/tKsb/ro1a3P67DXR+20dw2lYHrKtP1JiAixWi+pGNwk+xJJWEJDCZz+YyM7pujFdw061I5KFpTGOJcJCSelcm/rbEKVJET2Lkyp9IQrbVP6Ihr0Use/vLtxCmww1NDAcJdwMkBBn647nsYhyLDbFTYQtqQM7A47MrPzLufJ5dTJ5o3SURY8a5x+Eze2+NTF46Zubq19/9HlJT9+vvquR3/3C8k+icGKHdWOjzLff/SCzfn31u09+V8uNWo61KNpG8O9A8qhj7h+etSgtSHCxEZJA5eEjB1dnTp/J4XUsKi7QV5Dw//3Vv6++aotZ88RJTpw40+JvzfF1blwFz1Lau3G3iXvQ7psGAhwFvW/gKYchzpLdP2IeYYqexbzmuslrbYk7a7g2U523nciQL4vrfvzxh91oS3sivVH5yYVak+BMq/YK+jqx/2h17EgbXyaeiEPXWW+4wJfmd+pD2BI766+hwNEXhlqgd68OFw3y9N4kXONmG1wG5ZKJuMvhQ4emffeDlKS1TFDVfAiQFfDIliGdp8Mwp48A4J2ACTnC0hZUcnY9VuJsm6IgFs4NdNOEpCfqob+rRWHC7TTuCfn0owUMXxtbnskWGwegrEohAJwHsTdm6CdfXlr9X//1vydmOr85KU9NInpC8+u+jf/HP/nL2Gz6Th0bnvXi7NvSM5EoyhIzGmSM/W/LItkewG0xB0k4q45m7RmH3NbPPv19iUfnQuuIsXGdOfN6uPVk9Y//9I+NFyyWfGQdwMVbJr+l5y1if4F9D05MLmsRec46IcaWD1BH1BEjCumJ95jOIMnDuL7dN/Ym5hXpUcq3f/FZEeRl30REeiqOtznP9Hff1uL91vU2vJCjQtyxdiKQHsER6xhEAehFrCyIAEMRz1qyeRCpAZkgHcPBs0pfea4Nj1jZGZWM2Rpl3k5/ALTpA995dI1oPLEhXM7aibUFdG04v6/STqmphdjcfSd1MqQCJmmPgQ0Eoz6u/qrfSjXb1P12N9F9xU/2xLZrLZu5W2ZCrP92Ud0gPWYhZxlB9TQl9Vam760QtTzLrteZsRtCrpD8hcb8YtWGLLTf/urX5cm0GSQZ9ZwY6CZTvhAc1ErrrKCvmUKqgyVN8bjeSy+STsnlL+HowoWvVmdTFDWr2Z8P5vXX34xLrs12MhDhXk62h+kstq99fCePb4hCiQYpegZER2AWzTE0W4TYOjW9OKZvfR/iet9piJeIRfgcdRCH6a6q03w1WeYGPFrnyyMRtGK0Q3235+Sp1e0b37TWdMHm3TO2acTXIdfGMTmzHmBJNkSP1pONJOAsSu7CCqOwbgBxiKBRDGfQWGqrFBWNhzQRwOFGV3ncAi9pCpmyia9FLASMFkpJJWcRZfGbq18H8MOrbcL4QWypueG8W3q26AzJCoE4T7NU9LKHQ1u3ZsKF8aF1nzfmnucLIk5+Lfe1zQ2i19XVTOxvbjeubbvbu2d3SB7VxMF2VgOtEaBt7lGdqLesPAAZhRbSJRImnbNp7s+aefVEyT8p5bdi6TfLsVFGQfeAAJCEFXG1ONH2uMjBA0fiJGfyvdwpe/73EUeo0Hm36vANSYh83NZK80HZHmbh3i1+yANBIFFTnKM/AzVu3rvgv+FHsu8OFWI7x1kEjdg5ROlBkrS1YX3aGrH6bhUvgwA7Sp0E611x6r21E1lvXbYmHqd7Vchn/bWU9aytFpDZaSwbCMG6mDZXIQskgByQxHvnODhhvF8wfInrGDtq0EflUc4ziUaTORYgUKRZ06S5/0cbT2+wRyFvLEWXM0lZqTW3E6eaZpp/sbXhFjB+MltyiNmq7VoKL7p6XO7FnnQeiqWciulaWQjA/j30jy+L3fzjL/9tdSHz9k4dklg1kIiSu6fWpNo+2H1rFOOeMVw9fYhJiZvsjoUfSbycPP1qi5T/JUL4/PPPxhXAQ3ugOMrevLcUz48/+XgWgqfz5PHjqzfffHvE0P/TVryIi56yGA7V4TxKT2gs3PMj6poLDjKENzMD6T86rFOIO2IHUbQm2MszSBHsEbpQwZPGx4VA+aVf0dX25qm1L/We3P0K1q62H/SeovcHMhY2bW43seY7+x7haRAq+NP1Fm4al5J292x3Zldcgl0+yNCD6QoGBfOYSo4NpDDhDSTZEEHqW+kSO7rPsSri9+7P8Rbl787pw7ei59mInBbSZOKAk43P1/JaAL1RON/ziDd76ulWNBZIk7KzuDwN4szkdZXs6ykOvxOrB/x2BxxusjmOoKuSDY/yza2uhbD/9N/+tWbAl6qPToQFhGddo7HeWq1Bb3Z/B/zfmKfOjo8f1voz/ePnP/+r1U/+4mch9r3Vb379b6vzX30xW/Aicw1pfv5XP5/1+vbba6svz54dzmxRXjvx2urHH3yQ+DmbIvlJFsx6oYA9U08tf+VpPXbVIVnryWN5zjIkXA+iBIu5mcH1LJ0dCaPx4bSIlEwXz2cREw4iZXIs0N7zw4zHuHNu5Xzbf+Bw2+K8ujpTkT/uqS8bD+6313Nkxgh2BdvF/ZF4rS4bMdBXEDardUQPBOA0c0CAhVsYR4NpAvST55rvnGMxcZmNz11vA6TB6ibFB6I70o7hTGH2TBpyNef+IYY0xGlWzNWOFXM/T3GSXnAsqBYSC9VwbycFlrjrOZRHFtaw6RD71jjiWuTGQ9fYnmiR4b+7zLivQ7DffPLF6tMvL0ZNyXLYSao2p2bVe0iFJzmy6gLu0t1IEHTz6kc/emcsmN+2o+jlQglXSy2E8MpgX6q08+SpU6MTQJIrbVSthYYc2FOnztQx4GjWzrlxIOpF8v6PPmjs2yfm8snvPp5mhjjAFJpZWBbfApgZzcTd5t0ffviMrjfGxfNZzLfBxRo4rAnYICrb1Ukvxa1xlQ2r6M233moO2/OEf7a6VIqDeZ/JMXj1mwvpTremCfQrjV8FJ8TV3DCZ0t2DFVYFGQxiBhnlkVGwzCAMYGGJEGgZ2MZv1837bkQ34Vq30PrC0lvgyR/OFTFuYZOZaxUm3Uym650CmLyMEoi3tMhMyDHx+u5pNv8jLZg3lWSTkrmlCsLdRUL3Fkp/8qBEnwAuNdJ0MsLbuTSAZbF88sWF1b/95qPMYK5xAO4WkL9zm20T73eKaR8Pp9qeMowjAgn2fO1aeyBfudwm2rU473xSaWcKtJIKZjClVorAtyUD6a+Ce773ox+FJK9McvQnv/+4QOfhAm8HQzrF4OtteHW+OSQii+LyHFt4PiiF8yw3g6F3WIMZiMH98dHf47XFORvjoIe1GzVhCRQSZYiK7nX08MEJZ/SQ4TrCBnrqv37m9bjb7tXvP/qtCMroTldD+EfFwuyWsjsvL0QRPGWV5iqJTbeguMeGVbOMMQpsYlIEHZDBAZFwE+cuSteCBMxe2fj2Mb6Z4ma7kmmKk4KqKd/3d28vW6JYxGb3OJ8ACrediajurvQJzrGd+Uxcx3MqgWqizLE/C2UDgNu5nqVG7C9BZ1ciS04FxftBw+uKiQOVgruyQdS//vajvK6VUqb3wA9uip7e6d5wW4UQAcmGSDuYTSHk/bykg7ARyK1iM2FSWN02MUcOZ5avqinaP2au7gwKxEVl78bC9Wk9ffrUKK7nz1/ID/PJmMRW/upV53VOc/Ro2X0i6/Q5TkTIAZYbXN1JRIzx9dX/dMhLftpkJpTRuQsRWp+qA1v8g+lMYj1CKSxDW+LEUIdjQRJ+L10hBWnfTzyuxUW+qWfepbhijHR1LETXlIj++ijTWh+Xujws5pjBTT0tajObgD/yifXQJDY4C4QhBiijfjt8ppjL5tGz8JxtvZ40UPfcnMzj2aRxP3lSnKPZQzRKGfeyTDO0gbISKmNOy6XVhhRQtrdClEZdEGSn3wvQ5O6jkOxo7uaDWSB3W7DDB6LOFNBPz365OlvX6W/yZTxLaV3ncU6BxkkAPh41yCJ/xVgowfdwnSich/QHAiAWU8y39nwy+9DLh1uEQ7Pot8u3uVV+7ZVyPdbjoAdfzdmWyLkbDC6euzDPevvNtyb+dKvC8I/ibCdOvgZY4yjUu2TEd/D32YIScb3h5BTRP48k4L2BWETMkty0fLjB8elOu1NU1SSD3c7ENbP7fhx8rV1EblfSOxtqxZGXRssRJFWhzS+zC/q9ezo03bj2bcQneS2lGyuenRyi3kXnIIIWnwkF1WQMgO4CwwBxQwz5DafEd75p4a7Xm9XW9JFwyw4ximOsFbtpjRLCIZvcj8RGMZ2dtSHFAbYfPbS6V2ogxQv73JYrfraRz0rSy0QLT+ffy8u7e/fedg+vgF0Xx9jhuXuXVmtHcxgFlMNR0ebE0sf//uHkuk5P+54nSx9gccd+zdEazGe0FjubT7yhEW98j1Am+JYoOJBvZGcApHgKUNIjKLbX6m5tEwmOwPXnnE+g8+wX7RIWYuzMd3Oskk6c5lo5qudyvJ399LMhDCmiLD8KKHkTejTXOF6iDDKzOiGAbMApO8GCOxdiMHmnS+XMwYhd3e+kgkhygnj0xb3VPe3bFwfL9/SsDTB52afVas4CJu/XVy7l23lr+vffC2mPHirzrX0YbzdW+yc+uH9jXBgvJI4PIODF3s78CRDeQ4Zxw1vqkGPjgCAA6DPI4zcu87Sw/djtTX5TORFPyhKzRSo2SlF8kMzbtTtzObf87jaoJl7k2vL86fgoTrK+rowgszb+aAwUMc/Yto0ClnMqhXWtMk8u9umsfLeCpqhF6/UQfnUjsaGYbEfF7N9+eyNRp1VYnANStwK41SzG88n4bjDFr77vtOfHAvBh7VH5tAfr96t5LBHL9sxkaYEXLl4sktyeyo1XS8433yja2rxu3rheI9+2y427HjpQV6PGbqEPHzg0wTxK8ReXLoZoLKrEYaMcR15cD09ZxgRp4rXF3KRhLCrocySegRJI/d33M8mN64L1cOrgrF1Yw0nUK4sxc2pC1VsR4c3EzHpi76VXXpu8mtupCee+/KrKh91Fki8UHb/d6379aPOt9GLK8odt+dk7Z/7eAGehGuCDlJfWuL+5yBeEgCALt6G3LGCGKJBnZGnn6x3G+0fZnNZXswB2/MpBFzJAwF1p4fb+xWHMmeeQPqDPhzFw/DiP21is6H5j2b//UGYcHadCpj7z4k/h3LL3DaRey/8ibY9YknDTvCJAvDsK7A9+iw1xMnD9ox/G0emDSPwg0+Ggv4jTbek2ZLl8GoXjlNaLlzKz07l8bwwSlI+9XPuNbqQAnw4gSZlFRCkEw6mXaQGPFFH+/l7jbKzThSBKdd2M0SDCFrqiMfkc3D1nQYyMjOY0cMdZGvUyt4UIOOFmR7LOpnMhNl2ZuOpJDDARoN0ejPlIjh97rYekD7YYn3740errnI2CnpuLlcl44+EFV1mIr585rcU5vz4xsaQBiGXA9j/WP3r28wF7txwGTM8Y8dOgTdwkvRRVWadtL7wYojBz7w8iQsDWoIGL6aCmEDDxEGgaVAiyVXRZsXa5m5wg0aREb76eW4Xju2ScSnv22Ex6V7pCPdfcp5d0AiLAqrfey9G1PW6A/vyTP/MLxS1I5RcNRvR2U36P/YmzJVk5/Sgd6Nvr16be5n7PZaJzld8PgQVOEdp3ZdqzeE6fPj2KrOivRddIUJNlrn5wwzUDdwi8PC+UwHsIwuYbl20BJ74z4/kzQ/7/+QjR7kxdUCME0XD8JyGQaoFtcWOIYGPy70qZuHjxfHkyP8pYeGH1d//lv+Qj+vWUdKy3fczl8+eaU/3wdWnoIDFqdZbFkKJmEU2Kyx0Alr8XyoLZXg4T3eA0BoJN6TmLz8xUmyhs9trdptlPyr6ymQCnTU+Yf25F1uI+EM1CqZ9RUccs08JzHHBhO11D1v3d7xVfLd0OINF4ILt2YiGwwd1nXlh3+lAvH5DrstKXzgHLef/Tz66H2MsNAnDEY5NLiKyc9naIoTDMfL1gImsRx7Cvs8/uxMJtWXLq1KlpI45SWWwWjIzYk5/os88/jaN8H9fkYk82BDHjNP8ZOyD2TE2H/WYG99Vwmn7+h2NBsobi3/P525pG6qOIMYsIIdtHYBNECfz8Y0pn7pYjfO7c2bLv25e6NIu333l71vzGt5WN3N6egn5+RCFcgBvnMum3/DTRw8RjcYgVSPN38PKNw6VVxf4gygaWLmw3R07y2gugbH9Gc7bhIoy+kby+WgxHboPNLSGYbs2bi9JOHChLQyyHV1USMOTgUidLLdCFCxfTN64NAh2NSjWNwdaxW1xoWYBgiAIDqJADPWJKK4gb2OgVIHmcF9PT3//x2OAmwXgWjO6rGzXxhmuNjhTHsJXKFGbFvZa80qXyAPClXB4qMfyD939cXOXQPJvowzmM0/z0dr2dkouqdV9qhEOU/QoOGQl4SuMd0RNyQyJKK45pHoPw3QvXgDxEycyp3wui9bwkA72MpUM3AxdtU2eMiWhNgXjcVSTyzpIirxw7PjAT0vj1r3+1+vSTDyPKZevhyczPeSorYMv7b5/5exHbnU3GB0olsBoD5VG1wI6h/P7eQBKLAknoBCZtp66dyfEHWScW2HeCf8QaYFnA7eknoqJ0ENcIkHFU3U35nK5FnbMlvUBKpMDVAK9rj9YXFfIJl0MyVERETjyqsU3GVuctuAFyPbPPcSCHZ3XSvP+PP8zNmcu5FgFF4kD0klPJ5lfKOe3W0yFKFHx0tyjNgaoh7quvlhP7zjshRKL2uV4yT+0EpaRbg4FqwX1xqT1FqTnmcBXzMw/DA98l6rtYlUMIhm2+DXNg6JlNcgg3rkOnAktcT3wGPCDXC3FzSIr4X8i0dc5CLMt9hBMkb5vnydOlaUbgoEp9uFfXSCY05BUc5Dl/blws0WB6icWnYMJUTimAhygGaSJeDud5wVQcyBLwNdzLMvm6qjubMi+hcmIoLE5/oPgtwEln6RlbeHaa6P04yfdZLPSCPQXWOPjulirwqLjM4p0soy4E0XKLw4rOcE+B+DKUGc+y1suCD9R9CrrPD2z4j//e+LwH9HZxU5uLNAEcRDHZgSKukEQkmujbmk6SVh5senD3m3hTt3VvHQkgsntYSHCa5KkGpowU/HBd5x2M1Us5+Md//Ke2d7u6eqHrR4zMvRbODbEHreeLH0Y7bzqtA5FY6PmjH+bhBnxC2qyn+LdjOyX2ydOS0voeYtCFZsb9sCaPMhZwj93pfGJuENW8r14533oulZqUZA0Yt/z03Tf/HnI4NrCY65zH0I29d2wginMgjxeg+D1KXf6IK3kgcRSYfjcLQKPfl1850rV8GERVCnOudYohZQ0iUkhvitxGYXgqdihvQxgAE2BisxoAmi9A0zuiCTAGQOT5TN9vB1B4/S8c5E0vpRecVCdOngzQeSSjYiJNusCnKaFXIH9/R6RV8pXx59ldCvmNF1d9udjP4eI8vNy4Dn1Ny1Pv+V2kHwiJPGcPQ0CStnFJVuHGLBCpnJ3AHMEx3T3Is3Dl5T0kMvQZu/H7fA7ETTSn2A83z9mGo7WGCNtDxJZYlrfl3ARz9UqH24jzWh7s//HLX2b2X+p1taDmiaLmIut3wwEOtxaave9hTE0vj0UxkoscFsnL4Tysz8P8dqAAyb8yxvkINref8EuF5bFc8pKZRa8IX54PsvKLh4vZyNoxYXkgNi6gqwiWkckIyguSylcBseuZqKr9IejIbwP4gbKW8330p4f7/fljU8hctvzJU7Poms7ok6brAkTYQD978UytS/qWz8ApHXEW4WiucB5bX1iQIYzgBFE2YAfOUiaFHJS02AQC4o8Lv/vJ2tvWomL/3+Wp/sOxMYLnn4CJBzXn4Tz5ojTh9gGEN88xbwP2WjqdhPftT7NiZ1UXjmWMu3rW0zin9Ap8BudUDnO/33vydr/z3rvjpf6wdba5ZsjGfVuKQHA0KUlBwylitVpMGDigTBJLiGNyjkUMdVHAtJo8l9Ig793VR+TIsFkDvpcDZxTUWDZxxPFGUX4YxtNjliSplND+yXjLN9Q9F6W0XIHe80TqsbanMzavPv/si3G+mezCSKGPcfTCov4XD1Fi4oyi/FZaPxH52WefT0IzXWuSlqyHGFCHWNYmcOq9OmEWzZ52ZT8aQfykPXBUEOAAcmEkbplIQxzuaN6CgzivOmdchrPuSK3G+IpwT+ugghCS6UI9SDBP8/Q/mVfwfiYGh5sGIx5t54DiwCWY4dALki6Rf99b12VtF4X3Xhz+em564scYNAGiSmgpTxVpj57Vj957b+qh03F4QJUCPOcY8Vf6yZjJIQXYb6lTje3hnDtad4vSXwtF+z5AKJZ69fiuqKj64VztvKnflv0lgWfz9lzfuZJRTP05EzsNOOQbxEzkA75JQ0YTiTDClaDsi+6vrTdli0K2Jc19C4R2DW7qTexUxn/G5lxANuMGENz1lDoLA2Ej7MadOMuiOZYO8tO/+Hnj3bn68KOP8qx+N3Ux+8qoE83GMLdktTGFFU2NY49Pp9drx1+twu7dessnCuOWEslnK7kQRJfox4/u5vI/0a5kRYgVk+XSdy+KZagfxy7ROjF6+dKV1cNnUk45yPKBBKMrly6VL5wlBBAm0K9BnN72v4PYBxHf91kfisvRXYg+30BOIhpxUXJlF9JS3EHHJvEtJviziPPrS+e65fZ2Pr2SH+bp6ujJ4yNyRPJxE9H5revdAJKggkmG6V6wEvIYkAiuLCz9R01wtHDU20AMgKwchXUMpULbuYJv5niSwa6txbNKPdqvvWr69oyJPT9c/2IcV7MIPWdTMSAiBOKgKvGgJ8+UgGJ3YULa/B6U1mgUNEkL2JVrmYNrPd6vrvhxUeWnNTtWk/OsRUGVsGhyPUKO8eHUMcl8Ivrc6dtXp06eqebmb1uY3TmfLuQdrkNCdcfr9S1RGnH10tczLnm/L9UiYl9c5miW3Tdd+zil/UCyXXManPWT331SyH7v6mRyHewep5sdOVguSEjzYoVsm2qoHJePm7AQIXR/RBiivC+V93H5kjA+xVN+674U4DL4LCQl3Po/P/iMLP3oJCYScvA6D7V0PSJ7WrQbMm0OMZdcGwTIFREXQfjQiASIIYxro1jcjSsXVz/+2c+n4uG7W9faBe1e1YLBONjvjdDvpafUHyVqiJUyOx1YLhaJ3UffQ/VjrQxyhDyRpO/6ssn6McPq59IeQbPhb1LcHjVoCURX2uXbgPcFAIXUY173DMQCMdzIGHg6UQBusGPHnknM5sfwLL/vpeAK1SvWPt0iHyqIdeVK7UO/PNvChRgBTkYAi8W4xUsAdEP3WsRfqYAh2ZnTb0wXaFaO+ppvym91HD1yeOIfeszzQbBo1sqDuRFn3JYIEtfRDpU4dl/sGUFR+MR3mL8Ub/kzdytBOXv2fv1iT+bhLUM/AroQ8rHomLDu7fzjx4+HpNXZpGhYaFl1Epy2PijOE0IubLVfLe4cXbew3NYBF4UcmbsTP8ssdkDWaoWHqIVIJoU0qRDIB/kwBMTEiHmWMi3vly4pTHH/YUpu4vD24xyI01kyZTcC1zhpFEz3gCTzkBbQ56gFksC8xcfQIALMKJqd4N84wDqPcrlo03eijMxiLKtIMe6iQe7NgCEFkFgTURVTWnQfSLK0jjKG6UKUcnj8+LEZy+08iZezpiCKoqxtlWOqP9ldxFl553q5EtirrejU+ABtowStAARwUVoIyJrYk9f37XffXb391tuTQ6ot1rnc1UIEFE+OwRs3rnUN5O9K2Nx1Apt32mvI7vDgA3Ed3kMY1p2Wp2fPfp4YEihNgWzX8jfOvDKK8p4d+0d8yQ2+8V2JzS2KcYnFvJxS+1VUa0MGohWnJDYEBJ88R4SN8cxDn/8gmoVZiOvpsIDD6OfSYa0mIBoyKFeFlCN648DEFeRq2MGrvwsarlefffny5clTIR1Yumvl/VC64SUx/P8BEzqVH3eQ6VIAAAAASUVORK5CYII=",id:"splash-screenshot_svg__M",width:138,height:134,preserveAspectRatio:"none"}))))}}]); assets/js/315-8efb84c505eda33243df.js 0000755 00000022547 15111634507 0012326 0 ustar 00 (globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[315],{91315:()=>{!function(){"use strict";if("object"==typeof window)if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)"isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var t=function(){for(var t=window.document,e=r(t);e;)e=r(t=e.ownerDocument);return t}(),e=[],n=null,o=null;IntersectionObserver.prototype.THROTTLE_TIMEOUT=100,IntersectionObserver.prototype.POLL_INTERVAL=null,IntersectionObserver.prototype.USE_MUTATION_OBSERVER=!0,IntersectionObserver._setupCrossOriginUpdater=function(){return n||(n=function(t,n){o=t&&n?a(t,n):{top:0,bottom:0,left:0,right:0,width:0,height:0},e.forEach(function(t){t._checkForIntersections()})}),n},IntersectionObserver._resetCrossOriginUpdater=function(){n=null,o=null},IntersectionObserver.prototype.observe=function(t){if(!this._observationTargets.some(function(e){return e.element==t})){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(t.ownerDocument),this._checkForIntersections()}},IntersectionObserver.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._unmonitorIntersections(t.ownerDocument),0==this._observationTargets.length&&this._unregisterInstance()},IntersectionObserver.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorAllIntersections(),this._unregisterInstance()},IntersectionObserver.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},IntersectionObserver.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},IntersectionObserver.prototype._parseRootMargin=function(t){var e=(t||"0px").split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return e[1]=e[1]||e[0],e[2]=e[2]||e[0],e[3]=e[3]||e[1],e},IntersectionObserver.prototype._monitorIntersections=function(e){var n=e.defaultView;if(n&&-1==this._monitoringDocuments.indexOf(e)){var o=this._checkForIntersections,h=null,c=null;this.POLL_INTERVAL?h=n.setInterval(o,this.POLL_INTERVAL):(i(n,"resize",o,!0),i(e,"scroll",o,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in n&&(c=new n.MutationObserver(o)).observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0})),this._monitoringDocuments.push(e),this._monitoringUnsubscribes.push(function(){var t=e.defaultView;t&&(h&&t.clearInterval(h),s(t,"resize",o,!0)),s(e,"scroll",o,!0),c&&c.disconnect()});var u=this.root&&(this.root.ownerDocument||this.root)||t;if(e!=u){var a=r(e);a&&this._monitorIntersections(a.ownerDocument)}}},IntersectionObserver.prototype._unmonitorIntersections=function(e){var n=this._monitoringDocuments.indexOf(e);if(-1!=n){var o=this.root&&(this.root.ownerDocument||this.root)||t,i=this._observationTargets.some(function(t){var n=t.element.ownerDocument;if(n==e)return!0;for(;n&&n!=o;){var i=r(n);if((n=i&&i.ownerDocument)==e)return!0}return!1});if(!i){var s=this._monitoringUnsubscribes[n];if(this._monitoringDocuments.splice(n,1),this._monitoringUnsubscribes.splice(n,1),s(),e!=o){var h=r(e);h&&this._unmonitorIntersections(h.ownerDocument)}}}},IntersectionObserver.prototype._unmonitorAllIntersections=function(){var t=this._monitoringUnsubscribes.slice(0);this._monitoringDocuments.length=0,this._monitoringUnsubscribes.length=0;for(var e=0;e<t.length;e++)t[e]()},IntersectionObserver.prototype._checkForIntersections=function(){if(this.root||!n||o){var t=this._rootIsInDom(),e=t?this._getRootRect():{top:0,bottom:0,left:0,right:0,width:0,height:0};this._observationTargets.forEach(function(o){var r=o.element,i=c(r),s=this._rootContainsTarget(r),h=o.entry,u=t&&s&&this._computeTargetAndRootIntersection(r,i,e),a=null;this._rootContainsTarget(r)?n&&!this.root||(a=e):a={top:0,bottom:0,left:0,right:0,width:0,height:0};var l=o.entry=new IntersectionObserverEntry({time:window.performance&&performance.now&&performance.now(),target:r,boundingClientRect:i,rootBounds:a,intersectionRect:u});h?t&&s?this._hasCrossedThreshold(h,l)&&this._queuedEntries.push(l):h&&h.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)}},IntersectionObserver.prototype._computeTargetAndRootIntersection=function(e,r,i){if("none"!=window.getComputedStyle(e).display){for(var s=r,u=f(e),l=!1;!l&&u;){var p=null,g=1==u.nodeType?window.getComputedStyle(u):{};if("none"==g.display)return null;if(u==this.root||9==u.nodeType)if(l=!0,u==this.root||u==t)n&&!this.root?!o||0==o.width&&0==o.height?(u=null,p=null,s=null):p=o:p=i;else{var d=f(u),v=d&&c(d),b=d&&this._computeTargetAndRootIntersection(d,v,i);v&&b?(u=d,p=a(v,b)):(u=null,s=null)}else{var m=u.ownerDocument;u!=m.body&&u!=m.documentElement&&"visible"!=g.overflow&&(p=c(u))}if(p&&(s=h(p,s)),!s)break;u=u&&f(u)}return s}},IntersectionObserver.prototype._getRootRect=function(){var e;if(this.root&&!p(this.root))e=c(this.root);else{var n=p(this.root)?this.root:t,o=n.documentElement,r=n.body;e={top:0,left:0,right:o.clientWidth||r.clientWidth,width:o.clientWidth||r.clientWidth,bottom:o.clientHeight||r.clientHeight,height:o.clientHeight||r.clientHeight}}return this._expandRectByRootMargin(e)},IntersectionObserver.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100}),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},IntersectionObserver.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,o=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==o)for(var r=0;r<this.thresholds.length;r++){var i=this.thresholds[r];if(i==n||i==o||i<n!=i<o)return!0}},IntersectionObserver.prototype._rootIsInDom=function(){return!this.root||l(t,this.root)},IntersectionObserver.prototype._rootContainsTarget=function(e){var n=this.root&&(this.root.ownerDocument||this.root)||t;return l(n,e)&&(!this.root||n==e.ownerDocument)},IntersectionObserver.prototype._registerInstance=function(){e.indexOf(this)<0&&e.push(this)},IntersectionObserver.prototype._unregisterInstance=function(){var t=e.indexOf(this);-1!=t&&e.splice(t,1)},window.IntersectionObserver=IntersectionObserver,window.IntersectionObserverEntry=IntersectionObserverEntry}function r(t){try{return t.defaultView&&t.defaultView.frameElement||null}catch(t){return null}}function IntersectionObserverEntry(t){this.time=t.time,this.target=t.target,this.rootBounds=u(t.rootBounds),this.boundingClientRect=u(t.boundingClientRect),this.intersectionRect=u(t.intersectionRect||{top:0,bottom:0,left:0,right:0,width:0,height:0}),this.isIntersecting=!!t.intersectionRect;var e=this.boundingClientRect,n=e.width*e.height,o=this.intersectionRect,r=o.width*o.height;this.intersectionRatio=n?Number((r/n).toFixed(4)):this.isIntersecting?1:0}function IntersectionObserver(t,e){var n,o,r,i=e||{};if("function"!=typeof t)throw new Error("callback must be a function");if(i.root&&1!=i.root.nodeType&&9!=i.root.nodeType)throw new Error("root must be a Document or Element");this._checkForIntersections=(n=this._checkForIntersections.bind(this),o=this.THROTTLE_TIMEOUT,r=null,function(){r||(r=setTimeout(function(){n(),r=null},o))}),this._callback=t,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(i.rootMargin),this.thresholds=this._initThresholds(i.threshold),this.root=i.root||null,this.rootMargin=this._rootMarginValues.map(function(t){return t.value+t.unit}).join(" "),this._monitoringDocuments=[],this._monitoringUnsubscribes=[]}function i(t,e,n,o){"function"==typeof t.addEventListener?t.addEventListener(e,n,o||!1):"function"==typeof t.attachEvent&&t.attachEvent("on"+e,n)}function s(t,e,n,o){"function"==typeof t.removeEventListener?t.removeEventListener(e,n,o||!1):"function"==typeof t.detachEvent&&t.detachEvent("on"+e,n)}function h(t,e){var n=Math.max(t.top,e.top),o=Math.min(t.bottom,e.bottom),r=Math.max(t.left,e.left),i=Math.min(t.right,e.right),s=i-r,h=o-n;return s>=0&&h>=0&&{top:n,bottom:o,left:r,right:i,width:s,height:h}||null}function c(t){var e;try{e=t.getBoundingClientRect()}catch(t){}return e?(e.width&&e.height||(e={top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):{top:0,bottom:0,left:0,right:0,width:0,height:0}}function u(t){return!t||"x"in t?t:{top:t.top,y:t.top,bottom:t.bottom,left:t.left,x:t.left,right:t.right,width:t.width,height:t.height}}function a(t,e){var n=e.top-t.top,o=e.left-t.left;return{top:n,left:o,height:e.height,width:e.width,bottom:n+e.height,right:o+e.width}}function l(t,e){for(var n=e;n;){if(n==t)return!0;n=f(n)}return!1}function f(e){var n=e.parentNode;return 9==e.nodeType&&e!=t?r(e):(n&&n.assignedSlot&&(n=n.assignedSlot.parentNode),n&&11==n.nodeType&&n.host?n.host:n)}function p(t){return t&&9===t.nodeType}}()}}]); assets/js/379-ab0828b6563a66528385.js 0000755 00000024013 15111634507 0011754 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[379],{87379:(e,t,a)=>{a.r(t),a.d(t,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var l,c,r,h,n,i,f,m,E,d,p,s,M,v,o,g,A,B,_,C=a(63696);function x(){return x=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var l in a)({}).hasOwnProperty.call(a,l)&&(e[l]=a[l])}return e},x.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>C.createElement("svg",x({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 562 300"},e),l||(l=C.createElement("path",{fill:"#fff",d:"M0 0h562v300H0z"})),c||(c=C.createElement("path",{fill:"#F1F3F4",d:"M31.732 32.46a114 114 0 0 1 12.105-8.655C84.456-1.486 132.833-2.465 179.294 2.151c31.409 3.12 59.072 22.42 91.702 16.47 21.378-3.895 41.767-11.49 63.802-12.25 43.962-1.522 86.976 12.803 126.127 30.846 31.609 14.569 79.302 33.038 94.88 65.751 26.704 56.072-37.725 156.99-101.575 161.749-46.266 3.449-84.449-37.223-131.147-27.803-28.767 5.803-45.83 30.146-68.023 46.211-25.894 18.743-64.587 21.026-94.907 11.023-28.894-9.532-53.324-31.866-62.76-59.689-7.185-21.188-6.464-42.412-23.716-59.009-24.34-23.42-62.629-36.345-71.876-71.463-7.257-27.625 8.358-53.83 29.93-71.528Z"})),r||(r=C.createElement("circle",{cx:281,cy:150,r:80,fill:"#fff"})),h||(h=C.createElement("rect",{width:40,height:28,x:197,y:92,fill:"#BDC1C6",rx:4})),n||(n=C.createElement("rect",{width:102,height:74,x:24,y:24,fill:"#464B48",rx:12})),i||(i=C.createElement("g",{clipPath:"url(#adsense-connect-2_svg__a)"},C.createElement("rect",{width:94,height:66,x:28,y:28,fill:"#E8F0FE",rx:8}),C.createElement("path",{fill:"#81C995",d:"M89 69a10.01 10.01 0 0 1-10-10 1 1 0 0 1 1-1 10.01 10.01 0 0 1 10 10 1 1 0 0 1-1 1m26 0a10.01 10.01 0 0 0 10-10 1 1 0 0 0-1-1 10.01 10.01 0 0 0-10 10 1 1 0 0 0 1 1"}),C.createElement("path",{fill:"#81C995",d:"M88.159 60a14 14 0 1 0 27.682 0z"}),C.createElement("path",{fill:"#4D760B",d:"M102 71a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1 1 1 0 0 1 1 1v8a1 1 0 0 1-1 1"}),C.createElement("path",{fill:"#E94235",d:"M90 66a8.01 8.01 0 0 0 8-8v-5a1 1 0 0 0-1-1 7.99 7.99 0 0 0-6.078 2.8A12.56 12.56 0 0 0 83 52a1 1 0 0 0-1 1v5a8.01 8.01 0 0 0 8 8"}),C.createElement("path",{fill:"#B31412",d:"M90.922 54.8h.006A7.96 7.96 0 0 0 89 60a1 1 0 0 1-2 0 9.95 9.95 0 0 1 2.263-6.326q.874.498 1.659 1.126M98 58v-5a1 1 0 0 0-1-1c-1.82 0-3.585.625-5 1.769V55a9.98 9.98 0 0 0 4.159 8.1A7.96 7.96 0 0 0 98 58"}),C.createElement("path",{fill:"#E94235",d:"M114 66a8.01 8.01 0 0 1-8-8v-5a1 1 0 0 1 1-1 7.99 7.99 0 0 1 6.078 2.8A12.56 12.56 0 0 1 121 52a1 1 0 0 1 1 1v5a8.006 8.006 0 0 1-8 8"}),C.createElement("path",{fill:"#B31412",d:"M113.078 54.8h-.006A7.96 7.96 0 0 1 115 60a.998.998 0 0 0 1.707.707A1 1 0 0 0 117 60a9.95 9.95 0 0 0-2.263-6.326 12.7 12.7 0 0 0-1.659 1.126M106 58v-5a1 1 0 0 1 1-1c1.82 0 3.585.625 5 1.769V55a9.98 9.98 0 0 1-4.159 8.1A7.96 7.96 0 0 1 106 58"}),C.createElement("path",{fill:"#fff",d:"M108 95H96a1 1 0 0 1-.892-1.453L98 87.857v-1.5L84.326 69.632a1 1 0 0 1 .068-1.34 4.42 4.42 0 0 1 6.242 0 2.42 2.42 0 0 0 3.415 0 4.42 4.42 0 0 1 6.242 0 2.417 2.417 0 0 0 3.414 0 4.42 4.42 0 0 1 6.242 0 2.423 2.423 0 0 0 3.415 0 4.417 4.417 0 0 1 6.242 0 1.004 1.004 0 0 1 .068 1.34L106 86.377v1.387l2.9 5.79a1.004 1.004 0 0 1-.411 1.322A1 1 0 0 1 108 95"}),C.createElement("path",{fill:"#BDC1C6",d:"m85.026 70.49.782-.783a2.59 2.59 0 0 1 3.416 0 4.425 4.425 0 0 0 6.241 0 2.42 2.42 0 0 1 3.413 0 4.42 4.42 0 0 0 6.243 0 2.417 2.417 0 0 1 3.415 0 4.425 4.425 0 0 0 6.242 0 2.48 2.48 0 0 1 3.414 0l.783.782.7-.856a.997.997 0 0 0-.068-1.34 4.417 4.417 0 0 0-6.242 0 2.423 2.423 0 0 1-3.415 0 4.42 4.42 0 0 0-6.242 0 2.417 2.417 0 0 1-3.414 0 4.42 4.42 0 0 0-6.242 0 2.42 2.42 0 0 1-3.415 0 4.42 4.42 0 0 0-6.242 0 1 1 0 0 0-.068 1.34l.7.856ZM102 83a1 1 0 0 1 1 1v3h-2v-3a1 1 0 0 1 1-1"}),C.createElement("path",{fill:"#BDC1C6",d:"M106 86h-8a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2"}),C.createElement("path",{fill:"#E94235",d:"M102 63a8.01 8.01 0 0 1-8-8v-5a1 1 0 0 1 1-1 7.99 7.99 0 0 1 6.078 2.8A12.56 12.56 0 0 1 109 49a1 1 0 0 1 1 1v5a8.006 8.006 0 0 1-8 8"}),C.createElement("path",{fill:"#B31412",d:"M101.078 51.8h-.006A7.96 7.96 0 0 1 103 57a.998.998 0 0 0 1.707.707A1 1 0 0 0 105 57a9.95 9.95 0 0 0-2.263-6.326 12.7 12.7 0 0 0-1.659 1.126"}),C.createElement("path",{fill:"#fff",d:"M45.016 65.974a1 1 0 0 1-.858-1.513 5.81 5.81 0 0 0-.865-7.1 7.836 7.836 0 0 1 0-11.071 1 1 0 0 1 1.414 1.414 5.83 5.83 0 0 0 0 8.243 7.81 7.81 0 0 1 1.168 9.536 1 1 0 0 1-.86.491Zm18.95.026a1 1 0 0 1-1-.934 5.78 5.78 0 0 0-1.662-3.7A7.84 7.84 0 0 1 61.3 50.3a1 1 0 0 1 1.416 1.412 5.836 5.836 0 0 0 0 8.237 7.78 7.78 0 0 1 2.244 4.984A1 1 0 0 1 64.033 66z"}),C.createElement("path",{fill:"#B31412",d:"M44 48a1 1 0 0 1-.581-.187c-.59-.419-14.42-10.395-14.42-18.813a8.965 8.965 0 0 1 15-6.665A8.965 8.965 0 0 1 59 29c0 8.418-13.83 18.394-14.418 18.813A1 1 0 0 1 44 48"}),C.createElement("path",{fill:"#E94235",d:"M62 52a1 1 0 0 1-.555-.168C60.937 51.493 49 43.444 49 35.545a7.54 7.54 0 0 1 13-5.207 7.542 7.542 0 0 1 13 5.207c0 7.9-11.938 15.948-12.445 16.287A1 1 0 0 1 62 52"}),C.createElement("path",{fill:"#fff",d:"M38 24a5.006 5.006 0 0 0-5 5 1 1 0 0 1-2 0 7.01 7.01 0 0 1 7-7 1 1 0 0 1 0 2m18.5 8a3.5 3.5 0 0 0-3.5 3.5 1 1 0 0 1-2 0 5.507 5.507 0 0 1 5.5-5.5 1 1 0 0 1 0 2"}))),f||(f=C.createElement("rect",{width:28,height:18,x:290,y:208,fill:"#BDC1C6",rx:4,transform:"rotate(90 290 208)"})),m||(m=C.createElement("rect",{width:56,height:36,x:156,y:220,fill:"#464B48",rx:8,transform:"rotate(90 156 220)"})),E||(E=C.createElement("g",{clipPath:"url(#adsense-connect-2_svg__b)"},C.createElement("rect",{width:28,height:48,x:124,y:224,fill:"#fff",rx:4}),C.createElement("path",{fill:"#E94235",d:"M149 271c-12.682 0-23-10.317-23-23s10.318-23 23-23 23 10.317 23 23-10.318 23-23 23"}),C.createElement("path",{fill:"#B31412",d:"M150 225h-2v46h2z"}),C.createElement("path",{fill:"#B31412",d:"M172 247h-46v2h46z"}),C.createElement("path",{fill:"#B31412",d:"M140 248c0-6.468-2.688-12.317-7-16.5q-.72.699-1.377 1.458C135.549 236.776 138 242.104 138 248s-2.451 11.224-6.377 15.042q.657.759 1.377 1.458c4.312-4.183 7-10.032 7-16.5"}))),d||(d=C.createElement("path",{fill:"#BDC1C6",d:"M330 136a4 4 0 0 1 4-4h44a4 4 0 0 1 4 4v29h-52zm-3 29h58v2a2 2 0 0 1-2 2h-54a2 2 0 0 1-2-2z"})),p||(p=C.createElement("path",{fill:"#464B48",d:"M420 54a8 8 0 0 1 8-8h96a8 8 0 0 1 8 8v64H420z"})),s||(s=C.createElement("g",{clipPath:"url(#adsense-connect-2_svg__c)"},C.createElement("path",{fill:"#FEEFC3",d:"M424 54a4 4 0 0 1 4-4h96a4 4 0 0 1 4 4v64H424z"}),C.createElement("path",{fill:"#81C995",d:"m495.188 111.979 1.981-1.981a16.143 16.143 0 0 0 22.829-22.829l1.981-1.981a.75.75 0 0 1 .53-.214.73.73 0 0 1 .521.233 19.7 19.7 0 0 1 3.901 20.521 19.69 19.69 0 0 1-18.348 12.543 19.6 19.6 0 0 1-13.376-5.241.735.735 0 0 1-.18-.808.7.7 0 0 1 .161-.243"}),C.createElement("path",{fill:"#E94235",d:"M508.458 114.625c-4.225 0-8.28-1.662-11.289-4.627l22.829-22.83a16.15 16.15 0 0 1 3.366 17.569 16.14 16.14 0 0 1-14.906 9.888"}),C.createElement("path",{fill:"#B31412",d:"M515.191 105.921a.73.73 0 0 0 .675-.45.73.73 0 0 0-.159-.796l-2.165-2.164a.73.73 0 0 0-1.01.021.73.73 0 0 0-.021 1.01l2.164 2.164a.73.73 0 0 0 .516.215m-6.608 2.737a.73.73 0 0 0 .729-.73v-3.062a.728.728 0 1 0-1.458 0v3.062a.73.73 0 0 0 .729.73m6.284-9.345h3.063a.729.729 0 0 0 0-1.459h-3.063a.727.727 0 0 0-.729.73.73.73 0 0 0 .729.729"}),C.createElement("path",{fill:"#fff",d:"M485.834 81.424a.89.89 0 0 0-.743-.424h-18.182a.89.89 0 0 0-.743.424c-.17.266-.213.607-.113.913l7.379 22.672c.392 1.21 1.401 1.991 2.568 1.991s2.176-.781 2.568-1.99l7.379-22.673c.1-.306.057-.647-.113-.913"}),C.createElement("path",{fill:"#4285F4",d:"M487.838 71.059C486.908 65.267 481.961 61 476 61s-10.908 4.267-11.838 10.059A6.01 6.01 0 0 0 459 77c0 3.309 2.691 6 6 6h11v5.5a1.5 1.5 0 0 0 3 0V83h8c3.309 0 6-2.691 6-6a6.01 6.01 0 0 0-5.162-5.941"}),C.createElement("path",{fill:"#5BB974",d:"m449.7 102.558-.445.77a3.115 3.115 0 0 1-4.255 1.14l.445-.77a3.114 3.114 0 0 1 4.255-1.14"}),C.createElement("path",{fill:"#FBBC04",d:"M440.5 118a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15"}),C.createElement("path",{fill:"#D37E44",d:"M438.028 113.753a.445.445 0 1 0 .445-.77.445.445 0 0 0-.445.77m-1.837-2.602a.667.667 0 1 0 .667-1.155.667.667 0 0 0-.667 1.155"}),C.createElement("path",{fill:"#81C995",d:"M436.854 97v.958a3.354 3.354 0 0 1-3.354 3.354v-.958A3.355 3.355 0 0 1 436.854 97"}),C.createElement("path",{fill:"#FDD663",d:"M433.5 118a8.5 8.5 0 0 0 8.5-8.5 8.5 8.5 0 0 0-8.5-8.5 8.5 8.5 0 1 0 0 17"}),C.createElement("path",{fill:"#F9AB00",d:"M433.5 114.167a.48.48 0 1 0 0-.958.48.48 0 0 0 0 .958m-3.115-1.438a.72.72 0 1 0 0-1.438.72.72 0 0 0 0 1.438m6.23 0a.718.718 0 1 0 0-1.437.718.718 0 0 0 0 1.437"}))),M||(M=C.createElement("path",{fill:"#5F6561",d:"M414 118h124v4a4 4 0 0 1-4 4H418a4 4 0 0 1-4-4z"})),v||(v=C.createElement("path",{fill:"#D94F3D",d:"M281 137a12.93 12.93 0 0 1 8.346 3.047l6.54-6.228a21.974 21.974 0 0 0-34.593 6.417l7.373 5.683A13.02 13.02 0 0 1 281 137"})),o||(o=C.createElement("path",{fill:"#F2C042",d:"M268 150c.002-1.387.227-2.765.666-4.081l-7.373-5.683a21.94 21.94 0 0 0 0 19.528l7.373-5.683A13 13 0 0 1 268 150"})),g||(g=C.createElement("path",{fill:"#5085ED",d:"M302.1 146h-21v9H293a10.73 10.73 0 0 1-4.555 6.162l7.316 5.64c4.675-4.196 7.422-11.019 6.339-20.802"})),A||(A=C.createElement("path",{fill:"#57A75C",d:"M288.442 161.162A14 14 0 0 1 281 163a13.01 13.01 0 0 1-12.334-8.919l-7.373 5.683A22.02 22.02 0 0 0 281 172a21.87 21.87 0 0 0 14.758-5.2z"})),B||(B=C.createElement("path",{stroke:"#161B18",strokeLinejoin:"round",strokeWidth:4,d:"M210.062 80.407c-11.993-24.671-45.098-35.662-67.438-35.17M261 236c-24.099 19.674-68.28 19.9-95 12.564M458 140c-13.952 19.674-39.531 19.9-55 12.564"})),_||(_=C.createElement("defs",null,C.createElement("clipPath",{id:"adsense-connect-2_svg__a"},C.createElement("rect",{width:94,height:66,x:28,y:28,fill:"#fff",rx:8})),C.createElement("clipPath",{id:"adsense-connect-2_svg__b"},C.createElement("rect",{width:28,height:48,x:124,y:224,fill:"#fff",rx:4})),C.createElement("clipPath",{id:"adsense-connect-2_svg__c"},C.createElement("path",{fill:"#fff",d:"M424 54a4 4 0 0 1 4-4h96a4 4 0 0 1 4 4v64H424z"})))))}}]); assets/js/590-d8b228a1522eb952e6a2.js 0000755 00000012534 15111634507 0012157 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[590],{93590:(e,t,l)=>{l.r(t),l.d(t,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var r,a,i,n,c,h,o,E,f,s,g,d,m,p,u,x,_,w,B=l(63696);function v(){return v=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)({}).hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e},v.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>B.createElement("svg",v({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 352 264"},e),r||(r=B.createElement("path",{fill:"#B8E5CA",d:"M161.312 213.435c21.143 1.184 37.692 26.264 85.404 28.514s90.4-14.403 102.174-56.713c11.773-42.311-12.603-59.865-36.459-89.572S282.56 5.634 235.463.692c-72.917-7.652-58.964 50.412-113.877 64.815S27.963 76.76 6.358 128.972s15.744 95.437 54.913 100.824c35.694 4.909 79.016-17.538 100.041-16.361"})),a||(a=B.createElement("g",{filter:"url(#sign-in-with-google-setup_svg__a)"},B.createElement("path",{fill:"#fff",d:"M99.08 31.536c0-6.843 5.547-12.39 12.39-12.39h150.762c6.843 0 12.39 5.547 12.39 12.39V233.61c0 6.843-5.547 12.39-12.391 12.39H111.47c-6.843 0-12.39-5.547-12.39-12.39z"}))),i||(i=B.createElement("path",{fill:"#EBEEF0",d:"M112.583 47.108c0-1.99 1.613-3.601 3.601-3.601h141.334a3.6 3.6 0 0 1 3.601 3.6v34.209a3.6 3.6 0 0 1-3.601 3.6H116.184a3.6 3.6 0 0 1-3.601-3.6zM112.583 217.248a3.6 3.6 0 0 1 3.601-3.601h141.334a3.6 3.6 0 0 1 3.601 3.601v4.501a3.6 3.6 0 0 1-3.601 3.601H116.184a3.6 3.6 0 0 1-3.601-3.601z"})),n||(n=B.createElement("rect",{width:48.612,height:12.603,x:176.499,y:169.537,fill:"#EBEEF0",rx:6.301})),c||(c=B.createElement("rect",{width:84.62,height:4.501,x:176.499,y:189.341,fill:"#EBEEF0",rx:2.251})),h||(h=B.createElement("rect",{width:53.113,height:4.501,x:112.583,y:189.341,fill:"#EBEEF0",rx:2.251})),o||(o=B.createElement("rect",{width:53.113,height:4.501,x:112.583,y:179.439,fill:"#EBEEF0",rx:2.251})),E||(E=B.createElement("rect",{width:53.113,height:4.501,x:112.583,y:199.244,fill:"#EBEEF0",rx:2.251})),f||(f=B.createElement("rect",{width:53.113,height:4.501,x:112.583,y:169.537,fill:"#EBEEF0",rx:2.251})),s||(s=B.createElement("rect",{width:84.62,height:4.501,x:176.499,y:199.244,fill:"#EBEEF0",rx:2.251})),g||(g=B.createElement("g",{filter:"url(#sign-in-with-google-setup_svg__b)"},B.createElement("rect",{width:235.856,height:115.227,x:69.373,y:65.957,fill:"#fff",rx:7.202}))),d||(d=B.createElement("rect",{width:103.525,height:10.803,x:135.989,y:113.668,fill:"#EBEEF0",rx:5.401})),m||(m=B.createElement("rect",{width:103.525,height:23.406,x:135.989,y:83.961,fill:"#EBEEF0",rx:11.703})),p||(p=B.createElement("rect",{width:63,height:7,x:163,y:92,fill:"#CBD0D3",rx:3.5})),u||(u=B.createElement("g",{clipPath:"url(#sign-in-with-google-setup_svg__c)"},B.createElement("path",{fill:"#FBBB00",d:"m147.084 96.979-.439 1.638-1.603.033a6.26 6.26 0 0 1-.751-2.986c0-1.045.254-2.03.704-2.898l1.428.262.625 1.419a3.74 3.74 0 0 0 .036 2.532"}),B.createElement("path",{fill:"#518EF8",d:"M156.783 94.487q.11.573.11 1.177-.001.677-.137 1.316a6.3 6.3 0 0 1-2.219 3.598l-1.798-.092-.255-1.588a3.75 3.75 0 0 0 1.616-1.918h-3.37v-2.493h6.053"}),B.createElement("path",{fill:"#28B446",d:"M154.537 100.578a6.3 6.3 0 0 1-9.495-1.928l2.042-1.671a3.746 3.746 0 0 0 5.4 1.919z"}),B.createElement("path",{fill:"#F14336",d:"m154.614 90.813-2.041 1.672a3.748 3.748 0 0 0-5.525 1.962l-2.053-1.68a6.3 6.3 0 0 1 9.619-1.954"}))),x||(x=B.createElement("rect",{width:103.525,height:10.803,x:135.989,y:128.972,fill:"#EBEEF0",rx:5.401})),_||(_=B.createElement("rect",{width:24.306,height:13.503,x:175.598,y:152.378,fill:"#B8E5CA",rx:6.752})),w||(w=B.createElement("defs",null,B.createElement("filter",{id:"sign-in-with-google-setup_svg__a",width:204.349,height:255.661,x:84.677,y:8.343,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},B.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),B.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),B.createElement("feOffset",{dy:3.601}),B.createElement("feGaussianBlur",{stdDeviation:7.202}),B.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),B.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),B.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_600_1592"}),B.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_600_1592",result:"shape"})),B.createElement("filter",{id:"sign-in-with-google-setup_svg__b",width:264.663,height:144.034,x:54.97,y:55.154,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},B.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),B.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),B.createElement("feOffset",{dy:3.601}),B.createElement("feGaussianBlur",{stdDeviation:7.202}),B.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),B.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),B.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_600_1592"}),B.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_600_1592",result:"shape"})),B.createElement("clipPath",{id:"sign-in-with-google-setup_svg__c"},B.createElement("path",{fill:"#fff",d:"M144.291 89.363h12.603v12.603h-12.603z"})))))}}]); assets/js/640-cb6aaf742e94e522352c.js 0000755 00000014310 15111634507 0012230 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[640],{96640:(e,t,l)=>{l.r(t),l.d(t,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var a,r,c,n,i,s,m,h,f,d,o,E,p,_,g,k=l(63696);function v(){return v=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var a in l)({}).hasOwnProperty.call(l,a)&&(e[a]=l[a])}return e},v.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>k.createElement("svg",v({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 418 300"},e),a||(a=k.createElement("path",{fill:"#F1F3F4",d:"M209 300c82.843 0 150-67.157 150-150S291.843 0 209 0 59 67.157 59 150s67.157 150 150 150"})),r||(r=k.createElement("g",{clipPath:"url(#adsense-connect-1_svg__a)"},k.createElement("rect",{width:143,height:120,x:279.244,y:58,fill:"#E8EAED",rx:8,transform:"rotate(15 279.244 58)"}),k.createElement("circle",{cx:290.557,cy:77.596,r:8,fill:"#BDC1C6",transform:"rotate(15 290.557 77.596)"}),k.createElement("path",{fill:"#BDC1C6",d:"m270.96 88.91 138.128 37.011-15.529 57.956-138.127-37.011z"}),k.createElement("rect",{width:151,height:111,x:133,y:62,fill:"#000",fillOpacity:.04,rx:10}),k.createElement("g",{clipPath:"url(#adsense-connect-1_svg__b)"},k.createElement("path",{fill:"#fff",d:"m308.107 138.168-.776 2.898a2 2 0 0 0 1.414 2.45l40.569 10.87a2 2 0 0 0 2.449-1.414l.777-2.898z"}),k.createElement("path",{fill:"#9AA0A6",d:"m352.092 141.701-7.041-5.021-10.935-13.283-4.153-1.113-.393.309s-3.54 2.778-7.887 1.614c-4.346-1.165-6.023-5.341-6.023-5.341l-.186-.464-.966-.259a1 1 0 0 0-1.225.707l-5.176 19.318 44.433 11.906 1.093-4.081a4 4 0 0 0-1.541-4.292"}),k.createElement("path",{fill:"#5F6368",d:"m334.117 123.397-4.154-1.113-.393.309s-1.329 1.093-3.423 1.567l-1.559.411 8 8.611c.129.138.293.236.474.285l11.893 3.187z"}),k.createElement("path",{fill:"#fff",d:"m335.827 125.512-2.817 1.626a.967.967 0 0 0-.362 1.352c.141.245.405.42.599.471.193.052.508.033.753-.108l3.185-1.839zm.559 7.189c.289.078.508.033.753-.108l3.062-1.768-1.235-1.573-2.817 1.626a.967.967 0 0 0-.362 1.352c.142.245.405.419.599.471"})))),c||(c=k.createElement("g",{clipPath:"url(#adsense-connect-1_svg__c)"},k.createElement("rect",{width:143,height:120,y:95.011,fill:"#E8EAED",rx:8,transform:"rotate(-15 0 95.01)"}),k.createElement("circle",{cx:19.596,cy:106.324,r:8,fill:"#BDC1C6",transform:"rotate(-15 19.596 106.324)"}),k.createElement("path",{fill:"#BDC1C6",d:"m8.282 125.92 138.127-37.01 15.53 57.955L23.81 183.876z"}),k.createElement("rect",{width:151,height:111,x:133,y:62,fill:"#000",fillOpacity:.04,rx:10}),k.createElement("g",{clipPath:"url(#adsense-connect-1_svg__d)"},k.createElement("path",{fill:"#fff",d:"M87.582 121.975a5.84 5.84 0 0 0-4.012-4.102 5.846 5.846 0 0 0-3.62 11.109l1.353 5.05 6.453-1.729-1.353-5.05a5.83 5.83 0 0 0 1.179-5.278"}),k.createElement("path",{fill:"#9AA0A6",d:"M85.178 135.587a10.02 10.02 0 1 0 12.272 7.085 10.03 10.03 0 0 0-12.272-7.085m4.538 16.938a7.51 7.51 0 0 1-7.907-2.684 7.52 7.52 0 0 1-.546-8.333 7.518 7.518 0 0 1 13.768 1.813 7.52 7.52 0 0 1-5.315 9.204"}),k.createElement("path",{fill:"#5F6368",d:"m97.334 135.787-22.584 6.052a.835.835 0 0 1-1.022-.591l-1.297-4.839a.836.836 0 0 1 .59-1.023l22.584-6.051a.83.83 0 0 1 1.023.59l1.297 4.84a.83.83 0 0 1-.59 1.022Z"})))),n||(n=k.createElement("rect",{width:143,height:120,x:137,y:49,fill:"#fff",rx:8})),i||(i=k.createElement("circle",{cx:153,cy:65,r:8,fill:"#639AF8"})),s||(s=k.createElement("path",{fill:"#BDC1C6",d:"M167 63h98v4h-98zm-22 86h127v4H145zm0 8h60v4h-60z"})),m||(m=k.createElement("path",{fill:"#639AF8",d:"M137 81h143v60H137z"})),h||(h=k.createElement("path",{fill:"#F1F3F4",d:"M201.999 105a1 1 0 0 1-.969-.757l-2-8a1 1 0 1 1 1.94-.486l2 8a1 1 0 0 1-.971 1.243"})),f||(f=k.createElement("path",{fill:"#3C4043",d:"M223 127c-5.514 0-10-4.486-10-10s4.486-10 10-10 10 4.486 10 10-4.486 10-10 10m0-18c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8m-28 18c-5.514 0-10-4.486-10-10s4.486-10 10-10 10 4.486 10 10-4.486 10-10 10m0-18c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8m9-12h-7a1 1 0 1 1 0-2h7a1 1 0 1 1 0 2"})),d||(d=k.createElement("path",{fill:"#1A73E8",d:"M222.999 118a1 1 0 0 1-.961-.726l-6-21a1 1 0 0 1 1.924-.549l6 21.001a1 1 0 0 1-.963 1.274"})),o||(o=k.createElement("path",{fill:"#1A73E8",d:"M207 118h-12a1 1 0 0 1-.881-1.474l7-13c.154-.285.436-.478.757-.518l16-2a.99.99 0 0 1 .986.486 1 1 0 0 1-.055 1.097l-11 15.001A1 1 0 0 1 207 118m-10.326-2h9.819l9.328-12.72-13.185 1.648z"})),E||(E=k.createElement("path",{fill:"#F1F3F4",d:"M224 97h-7a1 1 0 1 1 0-2h7a1 1 0 1 1 0 2"})),k.createElement("mask",{id:"adsense-connect-1_svg__e",width:300,height:300,x:59,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},p||(p=k.createElement("path",{fill:"#F1F3F4",d:"M209 300c82.843 0 150-67.157 150-150S291.843 0 209 0 59 67.157 59 150s67.157 150 150 150"}))),_||(_=k.createElement("g",{mask:"url(#adsense-connect-1_svg__e)"},k.createElement("path",{stroke:"#fff",strokeMiterlimit:10,strokeWidth:4,d:"M258.62 132.984 273 122.283m-25.501-2.164L251.145 104m-20.556 21.226-6.832-16.572"}),k.createElement("path",{stroke:"#34A853",strokeLinejoin:"round",strokeWidth:12,d:"M60.003 241.137c15.963 10.802 40.713 10.518 61.838 3.924 21.125-6.593 39.544-18.571 57.603-30.242 8.538-5.513 17.31-11.108 27.325-14.135s21.683-3.038 29.185 2.108c4.31 2.96 6.616 7.529 6.813 12.333"}),k.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:12,d:"m243.565 133.87-24.368 91.183"}),k.createElement("path",{stroke:"#5F6368",strokeMiterlimit:10,strokeWidth:12,d:"M241.207 142.517 216.839 233.7"}))),g||(g=k.createElement("defs",null,k.createElement("clipPath",{id:"adsense-connect-1_svg__a"},k.createElement("rect",{width:143,height:120,x:279.244,y:58,fill:"#fff",rx:8,transform:"rotate(15 279.244 58)"})),k.createElement("clipPath",{id:"adsense-connect-1_svg__b"},k.createElement("path",{fill:"#fff",d:"m315.423 107 46.365 12.423-12.424 46.365L303 153.364z"})),k.createElement("clipPath",{id:"adsense-connect-1_svg__c"},k.createElement("rect",{width:143,height:120,y:95.011,fill:"#fff",rx:8,transform:"rotate(-15 0 95.01)"})),k.createElement("clipPath",{id:"adsense-connect-1_svg__d"},k.createElement("path",{fill:"#fff",d:"m60.849 122.222 38.715-10.374 10.374 38.716-38.715 10.373z"})))))}}]); assets/js/909-27b62c0405cff1d1b57f.js 0000755 00000004106 15111634507 0012235 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[909],{4290:(e,t,r)=>{r.r(t),r.d(t,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var l,a,n,i,o,c,s,h=r(63696);function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var l in r)({}).hasOwnProperty.call(r,l)&&(e[l]=r[l])}return e},f.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>h.createElement("svg",f({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 169 95"},e),l||(l=h.createElement("g",{filter:"url(#ghost-card-green_svg__a)"},h.createElement("rect",{width:165,height:90,fill:"#fff",rx:11}),h.createElement("rect",{width:164,height:89,x:.5,y:.5,stroke:"#EBEEF0",rx:10.5}))),a||(a=h.createElement("rect",{width:64,height:8,x:16,y:16,fill:"#EBEEF0",rx:4})),n||(n=h.createElement("path",{fill:"#B8E6CA",d:"M16 43c0-5.523 4.477-10 10-10h30c5.523 0 10 4.477 10 10s-4.477 10-10 10H26c-5.523 0-10-4.477-10-10"})),i||(i=h.createElement("rect",{width:133,height:8,x:16,y:68,fill:"#EBEEF0",rx:4})),o||(o=h.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m25 46.667 6.593-6.594m0 0L26.392 40m5.201.073.074 5.202"})),c||(c=h.createElement("rect",{width:20,height:6,x:38,y:40,fill:"#fff",rx:2})),s||(s=h.createElement("defs",null,h.createElement("filter",{id:"ghost-card-green_svg__a",width:169,height:95,x:0,y:0,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},h.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),h.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),h.createElement("feOffset",{dx:4,dy:5}),h.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),h.createElement("feColorMatrix",{values:"0 0 0 0 0.921569 0 0 0 0 0.933333 0 0 0 0 0.941176 0 0 0 1 0"}),h.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_4824_80823"}),h.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_4824_80823",result:"shape"})))))}}]); assets/js/analytics-advanced-tracking-78f90889e2d99b97b685.js 0000755 00000001516 15111634507 0017113 0 ustar 00 (()=>{"use strict";var t={};function e(t,e){const o=t.matches||t.matchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||function(t){const e=(this.document||this.ownerDocument).querySelectorAll(t);let o=e.length;for(;--o>=0&&e.item(o)!==this;);return o>-1};return!!o&&o.call(t,e)}t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}();const o=window._googlesitekitAnalyticsTrackingData||[];Array.isArray(o)&&function(o){const n=[];o.forEach(o=>{function c(t){var n,c;("DOMContentLoaded"===o.on||e(t.target,o.selector)||e(t.target,o.selector.concat(" *")))&&(n=o.action,c=o.metadata,window.gtag("event",n,c||void 0))}t.g.document.addEventListener(o.on,c,!0),n.push([o.on,c,!0])})}(o)})(); assets/js/googlesitekit-activation-cf67b1551538a8d25daf.js 0000755 00000207460 15111634507 0016747 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[722],{2522:(e,t,i)=>{i.d(t,{D:()=>r});var n=i(32091),o=i.n(n);function r(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3714:(e,t,i)=>{i.d(t,{Kk:()=>r,SZ:()=>n,Yw:()=>s,oJ:()=>a,tT:()=>o});const n="body",o=[n,"display","headline","label","title"],r="small",s="medium",a=[r,s,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var n=i(62688),o=i.n(n),r=i(49383),s=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:n,onClick:o,href:a}){return e&&(o||a)?(0,s.jsx)(r.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||n,isSaving:n,onClick:o,href:a,children:e}):null}CTAButton.propTypes={label:o().string,ariaLabel:o().string,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,dismissOnClick:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(62688),o=i.n(n),r=i(63696),s=i(81276),a=i(49383),l=i(8420),c=i(62540);let g=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const n=(0,r.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):g;e&&document.body.contains(e)&&e.focus(),t||(g=null)})},[t]),o=(0,s.A)(e);return(0,r.useEffect)(()=>(!0===o&&!1===e&&n(),()=>{n()}),[o,e,n]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(g=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:o().bool,refocusQuerySelector:o().string,...a.Dialog.propTypes};const d=RefocusableModalDialog},6732:(e,t,i)=>{i.d(t,{A:()=>n});const n=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(63696),o=i(77766),r=i(12850);function s(e,t,{viewAction:i="view_notification",confirmAction:s="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,o.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,n.useCallback)((...e)=>(0,r.sx)(g,i,...e),[g,i]),confirm:(0,n.useCallback)((...e)=>(0,r.sx)(g,s,...e),[g,s]),dismiss:(0,n.useCallback)((...e)=>(0,r.sx)(g,a,...e),[g,a]),clickLearnMore:(0,n.useCallback)((...e)=>(0,r.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>o,n:()=>n});const n="core/ui",o="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>h});var n=i(4452),o=i.n(n),r=i(62688),s=i.n(r),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:s().string,children:s().node},Title.propTypes={className:s().string,children:s().node};var g=i(12850),d=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:n,children:r}){return(0,c.jsxs)("div",{className:o()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(d.A,{...i}),n&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:n}),r]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:s().string,description:s().oneOfType([s().string,s().node]),learnMoreLink:s().shape(d.A.propTypes),additionalDescription:s().oneOfType([s().string,s().node]),children:s().node},HelpText.propTypes={className:s().string,children:s().node};var u=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:s().string,children:s().node};var m=i(80035);const I=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:n,additionalDescription:r,errorText:s,helpText:a,learnMoreLink:g,dismissButton:d,ctaButton:I,svg:h,footer:y},M)=>{const N=(0,l.dv)(),f=N===l.mp||N===l.Lg;let j=null;f&&h?.mobile?j=h.mobile:!f&&h?.desktop&&(j=h.desktop);const k=h?.verticalPosition?h.verticalPosition:"center";return(0,c.jsxs)("div",{ref:M,className:o()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:n,learnMoreLink:g,additionalDescription:r}),a&&(0,c.jsx)(HelpText,{children:a}),s&&(0,c.jsx)(m.A,{type:"error",description:s}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[I&&(0,c.jsx)(u.A,{...I}),d?.onClick&&(0,c.jsx)(p.A,{...d})]})]}),j&&(0,c.jsx)("div",{className:o()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${k}`]:k}),style:{backgroundImage:`url(${j})`}}),y&&(0,c.jsx)(Footer,{children:y})]})});I.propTypes={titleIcon:s().node,title:s().string,description:s().oneOfType([s().string,s().node]),additionalDescription:s().oneOfType([s().string,s().node]),errorText:s().string,helpText:s().string,learnMoreLink:s().shape(d.A.propTypes),dismissButton:s().shape(p.A.propTypes),ctaButton:s().shape(u.A.propTypes),svg:s().shape({desktop:s().elementType,mobile:s().elementType,verticalPosition:s().oneOf(["top","center","bottom"])}),footer:s().node};const h=I},8143:(e,t,i)=>{i.d(t,{VZ:()=>r,dc:()=>s,pH:()=>o,r0:()=>a});var n=i(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function r(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function s(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),o=e.replace(i.origin,"");if(o.length<t)return o;const r=o.length-Math.floor(t)+1;return"…"+o.substr(r)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(52684),l=i(13606),c=i(82871),g=i(49383),d=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:n=null,onClose:o=null,title:r=null,provides:p,handleConfirm:m,subtitle:I,confirmButton:h=null,dependentModules:y,danger:M=!1,inProgress:N=!1,small:f=!1,medium:j=!1,buttonLink:k=null}){const b=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,x=!(!p||!p.length);return(0,u.jsxs)(g.Dialog,{open:t,onOpen:n,onClose:o,"aria-describedby":x?b:void 0,tabIndex:"-1",className:s()(e,{"googlesitekit-dialog-sm":f,"googlesitekit-dialog-md":j}),children:[(0,u.jsxs)(g.DialogTitle,{children:[M&&(0,u.jsx)(d.A,{width:28,height:28}),r]}),I?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:I}):[],(0,u.jsxs)(g.DialogContent,{children:[x&&(0,u.jsx)("section",{id:b,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),y&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),y),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(g.DialogFooter,{children:[(0,u.jsx)(g.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:N,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),k?(0,u.jsx)(g.Button,{href:k,onClick:m,target:"_blank",danger:M,children:h}):(0,u.jsx)(g.SpinnerButton,{onClick:m,danger:M,disabled:N,isSaving:N,children:h||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:o().string,dialogActive:o().bool,handleDialog:o().func,handleConfirm:o().func.isRequired,onOpen:o().func,onClose:o().func,title:o().string,confirmButton:o().string,danger:o().bool,small:o().bool,medium:o().bool,buttonLink:o().string};const p=ModalDialog},11106:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(63696),o=i(65214);const r=(0,n.createContext)(o.t)},12701:(e,t,i)=>{i.d(t,{A:()=>Root});var n=i(62688),o=i.n(n),r=i(44010),s=i(77105),a=i(63696),l=i(50539),c=i.n(l),g=i(82871),d=i(54312),u=i(61991),p=i(90007),m=i(12850),I=i(62540);class ErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,m.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,I.jsx)(p.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,g.__)("Site Kit encountered an error","google-site-kit"),description:(0,I.jsxs)(a.Fragment,{children:[(0,I.jsx)(d.A,{message:t.message,componentStack:i.componentStack}),(0,I.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,i.componentStack]})]})}):e}}ErrorHandler.contextType=u.Ay,ErrorHandler.propTypes={children:o().node.isRequired};const h=ErrorHandler;var y=i(11106);const{Consumer:M,Provider:N}=y.A,f=N;var j=i(65214),k=i(4445),b=i(78340),x=i(45472),T=i(58116),v=i(64067),D=i(14007);const A=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(T.oR).getPermissionScopeError()),n=(0,l.useSelect)(e=>e(T.oR).getUnsatisfiedScopes()),o=(0,l.useSelect)(e=>e(T.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||i.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:r}=(0,l.useDispatch)(T.oR),{navigateTo:s}=(0,l.useDispatch)(x.M),{setValues:c}=(0,l.useDispatch)(b.s),d=(0,a.useCallback)(()=>{r()},[r]),u=(0,a.useCallback)(async()=>{c(T.$8,{permissionsError:t}),await(0,v.mR)(e),s(o)},[e,o,s,t,c]);return(0,a.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await u()}()},[u,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||n&&t?.data?.scopes.every(e=>n.includes(e))?null:(0,I.jsx)(D.A,{children:(0,I.jsx)(k.A,{title:(0,g.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,g.__)("Proceed","google-site-kit"),handleConfirm:u,handleCancel:d,onClose:d,dialogActive:!0,medium:!0})}):(i.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const S=function PermissionsModal(){return(0,l.useSelect)(e=>e(T.oR).isAuthenticated())?(0,I.jsx)(A,{}):null};const C=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[i,n]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{i||(async()=>{await(0,v.P9)(t),n(!0)})()},[t,i]),i?e:null};var w=i(15844),z=i(77766),E=i(39771);function FeatureTours(){const e=(0,z.A)(),{triggerTourForView:t}=(0,l.useDispatch)(T.oR);(0,w.A)(()=>{t(e)});const n=(0,l.useSelect)(e=>e(T.oR).getCurrentTour());return(0,a.useEffect)(()=>{if(!n)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[n]),n?(0,I.jsx)(E.Ay,{tourID:n.slug,steps:n.steps,gaEventCategory:n.gaEventCategory,callback:n.callback}):null}var _=i(68869),O=i(22821);function Root({children:e,registry:t,viewContext:i=null}){const n=r.D,[o]=(0,a.useState)({key:"Root",value:!0});return(0,I.jsx)(a.StrictMode,{children:(0,I.jsx)(_.Ay,{value:o,children:(0,I.jsx)(l.RegistryProvider,{value:t,children:(0,I.jsx)(f,{value:j.t,children:(0,I.jsx)(u.Kq,{value:i,children:(0,I.jsx)(s.A,{theme:n(),children:(0,I.jsxs)(h,{children:[(0,I.jsxs)(C,{children:[e,i&&(0,I.jsx)(FeatureTours,{})]}),(0,O.A)(i)&&(0,I.jsx)(S,{})]})})})})})})})}Root.propTypes={children:o().node,registry:o().object,viewContext:o().string.isRequired},Root.defaultProps={registry:c()}},12850:(e,t,i)=>{i.d(t,{tt:()=>T,Jg:()=>x,Gp:()=>k,GH:()=>j,r0:()=>b,Du:()=>v,Zf:()=>U,Cn:()=>P,G7:()=>h,vH:()=>I,N_:()=>E,zh:()=>Q,mK:()=>g.mK,Ql:()=>D,vY:()=>L,sq:()=>S,VZ:()=>B.VZ,JK:()=>g.JK,IS:()=>w,pH:()=>B.pH,kf:()=>Y,O5:()=>z,Qr:()=>A,x6:()=>Z,K5:()=>g.K5,S_:()=>m,dc:()=>B.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>H.D,N9:()=>G,p9:()=>r.p,XH:()=>C,Zm:()=>l,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>r.C,BG:()=>V});var n=i(17243),o=i(89318),r=i(82046),s=i(10523),a=i.n(s);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let n=e[i];n&&"object"==typeof n&&!Array.isArray(n)&&(n=c(n)),t[i]=n}),t}var g=i(79829);function d(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[d,u,p];let i=e;for(const e of t)i=e(i);return i}function I(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function h(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var y=i(32091),M=i.n(y),N=i(82871);const f="Date param must construct to a valid date instance or be a valid date instance itself.",j="Invalid dateString parameter, it must be a string.",k='Invalid date range, it must be a string with the format "last-x-days".',b=60,x=60*b,T=24*x,v=7*T;function D(){function e(e){return(0,N.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,N._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function A(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function S(e){M()((0,n.isDate)(e)&&!isNaN(e),f);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function C(e){M()(A(e),j);const[t,i,n]=e.split("-");return new Date(t,i-1,n)}function w(e,t){return S(E(e,t*T))}function z(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function E(e,t){M()(A(e)||(0,n.isDate)(e)&&!isNaN(e),j);const i=A(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var _=i(69743),O=i(94552),R=i(62540);function L(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,_.Ay)((0,R.jsx)(O.A,{direction:e>0?"up":"down",invertColor:i}))}function P(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var B=i(8143);function Z(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function Y(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function G(e){return Array.isArray(e)?[...e].sort():e}var H=i(2522);function U(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function V(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function Q(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},14007:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(47209),o=i(62688),r=i.n(o),s=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,s.useState)(document.createElement("div"));return(0,n.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:r().string,children:r().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:n="span",children:o,...r}){return(0,l.jsx)(n,{className:s()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...r,children:o})}Typography.propTypes={className:o().string,type:o().oneOf(a.tT),size:o().oneOf(a.oJ),as:o().oneOfType([o().string,o().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>o});var n=i(31234);const o=i.n(n)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var n=i(55620),o=i(99123);const r={},s=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=r){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,d]=(0,n._)("undefined"==typeof document?[l,c]:a,t,i);function u(){return d(a)}return(0,o.A)(s,"resize",u),(0,o.A)(s,"orientationchange",u),g}function c(e){return l(e)[0]}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:s()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:o().string,children:o().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20898:(e,t,i)=>{i.d(t,{A:()=>A});var n,o=i(4452),r=i.n(o),s=i(62688),a=i.n(s),l=i(39941),c=i(63696),g=i(82871);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},d.apply(null,arguments)}const u=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),n||(n=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},m.apply(null,arguments)}const I=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var h;function y(){return y=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},y.apply(null,arguments)}const M=e=>c.createElement("svg",y({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),h||(h=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var N=i(83366),f=i(84385),j=i(62540);const k="BUTTON",b="BUTTON_DISABLED",x="EXTERNAL_LINK",T="LINK",v="ROUTER_LINK",D=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:n=!1,arrow:o=!1,back:s=!1,caps:a=!1,children:c,className:d="",danger:p=!1,disabled:m=!1,external:h=!1,hideExternalIndicator:y=!1,href:D="",inverse:A=!1,noFlex:S=!1,onClick:C,small:w=!1,standalone:z=!1,linkButton:E=!1,to:_,leadingIcon:O,trailingIcon:R,...L}=e;const P=D||_||!C?_?v:h?x:T:m?b:k;const B=P===k||P===b?"button":P===v?l.N_:"a",Z=function(){let e;return P===x&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===b&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let Y=O,G=R;return s&&(Y=(0,j.jsx)(M,{width:14,height:14})),h&&!y&&(G=(0,j.jsx)(N.A,{width:14,height:14})),o&&!A&&(G=(0,j.jsx)(u,{width:14,height:14})),o&&A&&(G=(0,j.jsx)(I,{width:14,height:14})),(0,j.jsxs)(B,{"aria-label":Z,className:r()("googlesitekit-cta-link",d,{"googlesitekit-cta-link--secondary":n,"googlesitekit-cta-link--inverse":A,"googlesitekit-cta-link--small":w,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":z,"googlesitekit-cta-link--link-button":E,"googlesitekit-cta-link--no-flex":!!S}),disabled:m,href:P!==T&&P!==x||m?void 0:D,onClick:C,rel:P===x?"noopener noreferrer":void 0,ref:t,target:P===x?"_blank":void 0,to:_,...L,children:[!!Y&&(0,j.jsx)(f.A,{marginRight:5,children:Y}),(0,j.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!G&&(0,j.jsx)(f.A,{marginLeft:5,children:G})]})});D.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const A=D},21134:(e,t,i)=>{i.d(t,{Gq:()=>d,IL:()=>I,LD:()=>p,SO:()=>u,a2:()=>o,xD:()=>m});var n=i(12850);const o="googlesitekit_",r=`${o}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,s=["sessionStorage","localStorage"];let a,l=[...s];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function d(e){const t=await g();if(t){const i=t.getItem(`${r}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:n,value:o,isError:r}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:o,isError:r}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:o=n.Jg,timestamp:s=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${r}${e}`,JSON.stringify({timestamp:s,ttl:o,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(o)?e:`${r}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const n=e.key(i);0===n.indexOf(o)&&t.push(n)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function I(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},22558:(e,t,i)=>{var n=i(131),o=i(78325),r=i(63696),s=i(82871),a=i(50539),l=i(49383),c=i(99455),g=i(55527),d=i(12850),u=i(93896),p=i(58116),m=i(45472),I=i(77766),h=i(15167),y=i(62540);function ActivationApp(){const{navigateTo:e}=(0,a.useDispatch)(m.M),t=(0,I.A)(),i=(0,a.useSelect)(e=>e(u.O4).getAdminURL("googlesitekit-dashboard")),n=(0,a.useSelect)(e=>e(u.O4).getAdminURL("googlesitekit-splash")),o=(0,a.useSelect)(e=>e(p.oR).hasCapability(p.jx)),[M,N]=(0,r.useState)(!1),f=o?i:n,j=o?(0,s.__)("Go to dashboard","google-site-kit"):(0,s.__)("Start setup","google-site-kit");(0,r.useEffect)(()=>{!M&&f&&((0,d.sx)(t,"view_notification"),N(!0))},[t,f,M]);const k=(0,r.useCallback)(async i=>{i.preventDefault();const n=o?"dashboard":"splash";await(0,d.sx)(t,"confirm_notification",n),e(f)},[f,o,e,t]);return f?(0,y.jsx)(g.xA,{children:(0,y.jsx)(g.fI,{children:(0,y.jsxs)(g.fh,{size:12,children:[(0,y.jsx)(c.A,{}),(0,y.jsx)(h.A,{as:"h3",size:"small",type:"headline",className:"googlesitekit-activation__title",children:(0,s.__)("Congratulations, the Site Kit plugin is now activated","google-site-kit")}),(0,y.jsx)(l.Button,{id:"start-setup-link",className:"googlesitekit-start-setup",onClick:k,children:j})]})})}):null}var M=i(24558),N=i(12701);(0,n.A)(()=>{const e=document.getElementById("js-googlesitekit-activation");e&&((0,o.render)((0,y.jsx)(N.A,{viewContext:M.ly,children:(0,y.jsx)(ActivationApp,{})}),e),e.classList.remove("googlesitekit-activation--loading"))})},22821:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(24558);function o(e){return n.kz.includes(e)}},24558:(e,t,i)=>{i.d(t,{Ax:()=>r,CZ:()=>g,Ej:()=>b,Gw:()=>x,Is:()=>s,KK:()=>u,Nn:()=>v,OT:()=>j,SH:()=>f,Y$:()=>p,ZS:()=>a,bg:()=>h,en:()=>k,ep:()=>I,f7:()=>o,hi:()=>m,jU:()=>n,k$:()=>M,kz:()=>T,ly:()=>l,mo:()=>y,s3:()=>N,uR:()=>c,zx:()=>d});const n="mainDashboard",o="entityDashboard",r="mainDashboardViewOnly",s="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",d="adminBarViewOnly",u="settings",p="adBlockingRecovery",m="wpDashboard",I="wpDashboardViewOnly",h="moduleSetup",y="metricSelection",M="wpBlockEditor",N="keyMetricsSetup",f="key-metrics",j="traffic",k="content",b="speed",x="monetization",T=[n,o,r,s,a,c,u,h,y],v=[r,s,d,I]},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var n=i(62688),o=i.n(n),r=i(82871),s=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,r.__)("Maybe later","google-site-kit"),onClick:i,disabled:n,tertiary:o=!0}){return i?(0,a.jsx)(s.Button,{className:e,onClick:i,disabled:n,tertiary:o,children:t}):null}DismissButton.propTypes={className:o().string,label:o().string,onClick:o().func,disabled:o().bool,tertiary:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var n=i(62688),o=i.n(n),r=i(82871),s=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,r.__)("Learn more","google-site-kit"),external:n=!0,onClick:o=()=>{}}){return e?(0,a.jsx)(s.A,{href:e,className:t,onClick:o,external:n,children:i}):null}LearnMoreLink.propTypes={href:o().string.isRequired,className:o().string,label:o().string,external:o().bool,onClick:o().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>r,Lg:()=>s,Qb:()=>o,dv:()=>l,mp:()=>a});var n=i(15577);const o="xlarge",r="desktop",s="tablet",a="small";function l(){const e=(0,n.SO)();return e>1280?o:e>960?r:e>600?s:a}},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>I,ei:()=>y});var n=i(15844),o=i(36703),r=i(62688),s=i.n(r),a=i(82871),l=i(50539),c=i(7081),g=i(58116),d=i(89318),u=i(60592),p=i(77766),m=i(62540);const I={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},h={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},y={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},M={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:r,callback:s}){const a=`${t}-step`,N=`${t}-run`,{setValue:f}=(0,l.useDispatch)(c.n),{dismissTour:j}=(0,l.useDispatch)(g.oR),k=(0,l.useRegistry)(),b=(0,p.A)(),x=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),T=(0,l.useSelect)(e=>e(c.n).getValue(N)&&!1===e(g.oR).isTourDismissed(t));(0,n.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),f(N,!0)});const v=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(o.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:n,status:s,type:a}){const l=e+1,c="function"==typeof r?r(b):r;a===o.qY.TOOLTIP&&i===o.VD.TOOLTIP?(0,d.sx)(c,M.VIEW,l):t===o.kl.CLOSE&&i===o.VD.COMPLETE?(0,d.sx)(c,M.DISMISS,l):t===o.kl.NEXT&&s===o.XQ.FINISHED&&a===o.qY.TOUR_END&&n===l&&(0,d.sx)(c,M.COMPLETE,l),i===o.VD.COMPLETE&&s!==o.XQ.FINISHED&&(t===o.kl.PREV&&(0,d.sx)(c,M.PREV,l),t===o.kl.NEXT&&(0,d.sx)(c,M.NEXT,l))}(e);const{action:n,index:l,status:c,step:g,type:u}=e,p=n===o.kl.CLOSE,m=!p&&[o.qY.STEP_AFTER,o.qY.TARGET_NOT_FOUND].includes(u),I=[o.XQ.FINISHED,o.XQ.SKIPPED].includes(c),h=p&&u===o.qY.STEP_AFTER,y=I||h;if(o.qY.STEP_BEFORE===u){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){f(a,e+(t===o.kl.PREV?-1:1))}(l,n):y&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),j(t)),s&&s(e,k)},floaterProps:y,locale:h,run:T,stepIndex:x,steps:v,styles:I,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:s().arrayOf(s().object).isRequired,tourID:s().string.isRequired,gaEventCategory:s().oneOfType([s().string,s().func]).isRequired,callback:s().func}},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},45472:(e,t,i)=>{i.d(t,{M:()=>n});const n="core/location"},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>n});const n={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},54312:(e,t,i)=>{i.d(t,{A:()=>GenericErrorHandlerActions});var n=i(62688),o=i.n(n),r=i(82871),s=i(20898),a=i(38021),l=i.n(a),c=i(63696),g=i(12417),d=i(1027),u=i(65123),p=i(49383),m=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,n]=(0,c.useState)(!1);return(0,m.jsx)(p.Button,{"aria-label":i?(0,r.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),n(!0)},trailingIcon:(0,m.jsx)(g.A,{className:"mdc-button__icon",icon:i?d.A:u.A}),children:i?(0,r.__)("Copied to clipboard","google-site-kit"):(0,r.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:o().string,componentStack:o().string};const I=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,m.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,m.jsx)(I,{message:e,componentStack:t}),(0,m.jsx)(s.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,r.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:o().string,componentStack:o().string}},55527:(e,t,i)=>{i.d(t,{$z:()=>o.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>n.N,P3:()=>s.P,Si:()=>r.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var n=i(91046),o=i(3412),r=i(30454),s=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>s,$Q:()=>p,BT:()=>E,CQ:()=>v,DF:()=>Q,GM:()=>T,GT:()=>M,HA:()=>L,HD:()=>u,HP:()=>z,J5:()=>B,JF:()=>A,JK:()=>h,Ml:()=>I,SS:()=>_,UF:()=>g,UY:()=>H,Vl:()=>O,W6:()=>V,Xq:()=>D,YQ:()=>S,Yw:()=>G,dV:()=>w,dX:()=>x,ej:()=>c,em:()=>r,ep:()=>k,fu:()=>f,gC:()=>N,hz:()=>m,jx:()=>d,lV:()=>l,nH:()=>P,oR:()=>n,od:()=>a,p3:()=>y,pG:()=>b,qv:()=>o,qy:()=>C,t1:()=>U,t7:()=>Y,tB:()=>j,tK:()=>Z,u_:()=>R});const n="core/user",o="connected_url_mismatch",r="__global",s="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",d="googlesitekit_view_dashboard",u="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",I="googlesitekit_delegate_module_sharing_management",h="googlesitekit_update_plugins",y="kmAnalyticsAdSenseTopEarningContent",M="kmAnalyticsEngagedTrafficSource",N="kmAnalyticsLeastEngagingPages",f="kmAnalyticsNewVisitors",j="kmAnalyticsPopularAuthors",k="kmAnalyticsPopularContent",b="kmAnalyticsPopularProducts",x="kmAnalyticsReturningVisitors",T="kmAnalyticsTopCities",v="kmAnalyticsTopCitiesDrivingLeads",D="kmAnalyticsTopCitiesDrivingAddToCart",A="kmAnalyticsTopCitiesDrivingPurchases",S="kmAnalyticsTopDeviceDrivingPurchases",C="kmAnalyticsTopConvertingTrafficSource",w="kmAnalyticsTopCountries",z="kmAnalyticsTopPagesDrivingLeads",E="kmAnalyticsTopRecentTrendingPages",_="kmAnalyticsTopTrafficSource",O="kmAnalyticsTopTrafficSourceDrivingAddToCart",R="kmAnalyticsTopTrafficSourceDrivingLeads",L="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",B="kmAnalyticsVisitLength",Z="kmAnalyticsTopReturningVisitorPages",Y="kmSearchConsolePopularKeywords",G="kmAnalyticsVisitsPerVisitor",H="kmAnalyticsMostEngagingPages",U="kmAnalyticsTopCategories",V=[y,M,N,f,j,k,b,x,U,T,v,D,A,S,C,w,E,_,O,P,B,Z,G,H,U],Q=[...V,Y]},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var n=i(28056),o=i.n(n),r=i(4452),s=i.n(r),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var d=i(72545),u=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:r,size:a,step:l,tooltipProps:m}){const I=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function h(e){return s()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:s()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(o(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(n.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:I.map(e=>(0,p.jsx)("li",{className:h(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,r.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...r,children:r.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(d.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{i.d(t,{Ay:()=>s,Kq:()=>r});const n=(0,i(63696).createContext)(""),{Consumer:o,Provider:r}=n,s=n},64067:(e,t,i)=>{i.d(t,{P9:()=>y,k:()=>m,mR:()=>h});var n=i(32091),o=i.n(n),r=i(17243),s=i(50539),a=i.n(s),l=i(21134),c=i(12850);const g="CREATE_SNAPSHOT",d="DELETE_SNAPSHOT",u="RESTORE_SNAPSHOT",p="SET_STATE_FROM_SNAPSHOT";function m(e,{keysToSnapshot:t}={}){o()(e,"storeName is required to create a snapshot store.");const i={},n={*deleteSnapshot(){return yield{payload:{},type:d}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:n}=yield{payload:{},type:u};return i&&(yield{payload:{snapshot:n},type:p},t&&(yield{payload:{},type:d})),i},*createSnapshot(){return yield{payload:{},type:g}}},a={[d]:()=>(0,l.LD)(`datastore::cache::${e}`),[g]:(0,s.createRegistryControl)(i=>()=>{const n=i.stores[e].store.getState(),o=t?.length>0?(0,r.pick)(n,t):n;return(0,l.SO)(`datastore::cache::${e}`,o)}),[u]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:n,controls:a,reducer:function(e=i,{type:n,payload:o}){if(n===p){const{snapshot:i}=o,{error:n,...r}=i;return t?.length>0?{...e,...r}:r}return e}}}function I(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function h(e=a()){return Promise.all(I(e).map(e=>e.getActions().createSnapshot()))}function y(e=a()){return Promise.all(I(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,i)=>{i.d(t,{G:()=>o,t:()=>n});const n=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=n){return t instanceof Set&&t.has(e)}},68869:(e,t,i)=>{i.d(t,{Ay:()=>s});var n=i(6732);const{Consumer:o,Provider:r}=n.A,s=r},71423:(e,t,i)=>{i.d(t,{$:()=>r,D:()=>o});var n=i(24558);const o="core/notifications",r=[n.uR,n.jU,n.f7,n.Ax,n.Is]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>g});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:n,alignBottom:o,alignRight:r,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:d,smSize:u,smStart:p,smOrder:m,mdSize:I,mdStart:h,mdOrder:y,lgSize:M,lgStart:N,lgOrder:f,size:j,children:k,...b}=e;return(0,a.jsx)("div",{...b,className:s()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":n,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":r,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":d,[`mdc-layout-grid__cell--span-${j}`]:12>=j&&j>0,[`mdc-layout-grid__cell--span-${M}-desktop`]:12>=M&&M>0,[`mdc-layout-grid__cell--start-${N}-desktop`]:12>=N&&N>0,[`mdc-layout-grid__cell--order-${f}-desktop`]:12>=f&&f>0,[`mdc-layout-grid__cell--span-${I}-tablet`]:8>=I&&I>0,[`mdc-layout-grid__cell--start-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--order-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:k})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},n)=>(0,a.jsx)("div",{ref:n,className:s()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const g=c,d=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:n,collapsed:o,...r},l)=>(0,a.jsx)("div",{className:s()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":t}),...r,ref:l,children:n}));d.displayName="Grid",d.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},d.defaultProps={className:""};const u=d},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),o=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,n.useContext)(o.Ay)}},78340:(e,t,i)=>{i.d(t,{s:()=>n});const n="core/forms"},79829:(e,t,i)=>{i.d(t,{Eo:()=>d,JK:()=>I,K5:()=>m,jq:()=>p,mK:()=>g});var n=i(17243),o=i(50532),r=i.n(o),s=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:n}=function(e,t={}){const{hours:i,minutes:n,seconds:o}=l(e);return{hours:i,minutes:n,seconds:o,formatUnit(){const{unitDisplay:r="short",...a}=t,l={unitDisplay:r,...a,style:"unit"};return 0===e?p(o,{...l,unit:"second"}):(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?p(o,{...l,unit:"second"}):"",n?p(n,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,s.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,s.__)("%ds","google-site-kit"),o);if(0===e)return t;const r=(0,s.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,s.__)("%dm","google-site-kit"),n),a=(0,s.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,s.__)("%dh","google-site-kit"),i);return(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",n?r:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return n()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function d(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:o="metric"}=i;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,s.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?a(e,i):"durationISO"===o?function(e){let{hours:t,minutes:i,seconds:n}=l(e);return n=("0"+n).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${n}`:`${t}:${i}:${n}`}(e):p(e,i)}const u=r()(console.warn);function p(e,t={}){const{locale:i=I(),...n}=t;try{return new Intl.NumberFormat(i,n).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},r=["signDisplay","compactDisplay"],s={};for(const[e,t]of Object.entries(n))o[e]&&t===o[e]||r.includes(e)||(s[e]=t);try{return new Intl.NumberFormat(i,s).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=I(),style:n="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:n,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const r=(0,s.__)(", ","google-site-kit");return e.join(r)}function I(e=i.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>N});var n,o=i(62688),r=i.n(o),s=i(4452),a=i.n(s),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var d=i(42343),u=i(49655),p=i(62540);const m={[u.Q.NEW]:d.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:r().oneOf(Object.values(u.Q))},Title.propTypes={className:r().string,children:r().node},Description.propTypes={className:r().string,children:r().node};var I=i(49383),h=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:n,href:o,external:r,hideExternalIndicator:s}){let a;return r&&!s&&(a=(0,p.jsx)(h.A,{width:14,height:14})),(0,p.jsx)(I.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:n,href:o,target:r?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:r().string.isRequired,disabled:r().bool,inProgress:r().bool,onClick:r().func,href:r().string,external:r().bool,hideExternalIndicator:r().bool};var y=i(82871);function DismissButton({label:e=(0,y.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(I.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:r().string,onClick:r().func.isRequired,disabled:r().bool};const M=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:n,ctaButton:o,type:r=u.Q.INFO,children:s,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${r}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:r})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(n?.label||n?.onClick||o?.label&&(o?.onClick||o?.href)||s)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[s,(n?.label||n?.onClick)&&(0,p.jsx)(DismissButton,{label:n.label,onClick:n.onClick,disabled:n.disabled}),o?.label&&(o?.onClick||o?.href)&&(0,p.jsx)(CTAButton,{label:o.label,onClick:o.onClick,inProgress:o.inProgress,disabled:o.disabled,href:o.href,external:o.external,hideExternalIndicator:o.hideExternalIndicator})]})]}));M.TYPES=u.Q,M.propTypes={className:r().string,title:r().oneOfType([r().string,r().object]),description:r().node,type:r().oneOf(Object.values(u.Q)),dismissButton:r().shape(DismissButton.propTypes),ctaButton:r().shape({...CTAButton.propTypes,label:r().string}),children:r().node,hideIcon:r().bool};const N=M},82046:(e,t,i)=>{i.d(t,{C:()=>r,p:()=>o});var n=i(15210);function o(e,t={}){return{__html:n.O.sanitize(e,t)}}function r(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var n=i(62688),o=i.n(n),r=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,r.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:o().node.isRequired,marginLeft:o().number,marginRight:o().number}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o,r=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>r.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),n||(n=r.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),o||(o=r.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},88933:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),n||(n=o.createElement("g",{fill:"none",fillRule:"evenodd"},o.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),o.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),o.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),o.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))))},89318:(e,t,i)=>{i.d(t,{M9:()=>T,sx:()=>b,BI:()=>x});var n=i(17243);const o="_googlesitekitDataLayer",r="data-googlesitekit-gtag";function s(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isAuthenticated:I,userRoles:h}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:y}=i.g,M={activeModules:c,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:h,isAuthenticated:I,pluginVersion:y},{enableTracking:N,disableTracking:f,isTrackingEnabled:j,initializeSnippet:k,trackEvent:b,trackEventOnce:x}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const d=function(e,t){const n=s(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:d,userRoles:u=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${r}]`)),l)return!1;l=!0;const s=u?.length?u.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:s,user_identifier:d}});const I=t.createElement("script");return I.setAttribute(r,""),I.async=!0,I.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(I),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(g,t),u=function(e,t,i,n){const o=s(t);return async function(t,r,s,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:s,value:a};return new Promise(e=>{const i=setTimeout(function(){n.console.warn(`Tracking event "${r}" (category "${t}") took too long to fire.`),e()},1e3);function s(){clearTimeout(i),e()}o("event",r,{...c,event_callback:s}),n._gaUserPrefs?.ioo?.()&&s()})}}(g,t,d,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:d,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,n.once)(u)),p[t](...e)}}}(M);function T(e){e?N():f()}g&&d&&k()},90007:(e,t,i)=>{i.d(t,{Q:()=>M,A:()=>BannerNotification});var n=i(4452),o=i.n(n),r=i(62688),s=i.n(r),a=i(50539),l=i(71423),c=i(7070),g=i(7184),d=i(30823),u=i(3782),p=i(29584),m=i(55527);const I="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",h="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var y=i(62540);const M={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=M.INFO,learnMoreLink:i,dismissButton:n,ctaButton:r,gaTrackingEventArgs:s,...d}){const u=(0,c.A)(e,s?.category),{dismissNotification:p}=(0,a.useDispatch)(l.D);let N=d?.svg;return N||t===M.INFO||(N={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===M.WARNING&&(N.desktop=I),t===M.ERROR&&(N.desktop=h)),(0,y.jsx)("div",{className:o()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,y.jsx)(m.xA,{className:"googlesitekit-page-content",children:(0,y.jsx)(m.fI,{children:(0,y.jsx)(m.fh,{size:12,children:(0,y.jsx)(g.A,{learnMoreLink:i&&{...i,onClick:async function(e){u.clickLearnMore(s?.label,s?.value),await(i?.onClick?.(e))}},dismissButton:n&&{...n,onClick:async function(t){await(n?.onClick?.(t)),u.dismiss(s?.label,s?.value),p(e,{...n?.dismissOptions})}},ctaButton:r&&{...r,onClick:async function(t){u.confirm(s?.label,s?.value),await(r?.onClick?.(t)),r?.dismissOnClick&&p(e,{...r?.dismissOptions})}},svg:N,...d})})})})})}BannerNotification.propTypes={notificationID:s().string.isRequired,type:s().oneOf(Object.values(M)),titleIcon:s().node,title:s().string,description:s().oneOfType([s().string,s().node]),learnMoreLink:s().shape(d.A.propTypes),dismissButton:s().shape(p.A.propTypes),ctaButton:s().shape(u.A.propTypes),gaTrackingEventArgs:s().shape({category:s().string,label:s().string,value:s().number})}},93896:(e,t,i)=>{i.d(t,{O4:()=>n,OQ:()=>r,qc:()=>o});const n="core/site",o="primary",r="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:n}){return(0,a.jsx)("svg",{className:s()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},99455:(e,t,i)=>{i.d(t,{A:()=>d});var n,o=i(82871),r=i(88933),s=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},a.apply(null,arguments)}const l=e=>s.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 21"},e),n||(n=s.createElement("path",{fill:"#5F6368",d:"M62.09 1.664h3.038v.1L58.34 9.593l7.241 10.224v.1H62.7L56.755 11.4 53.95 14.64v5.278h-2.351V1.664h2.35v9.415h.1zM69.985 3.117c0 .454-.167.853-.488 1.175-.322.322-.71.488-1.176.488-.455 0-.854-.166-1.175-.488a1.6 1.6 0 0 1-.488-1.175c0-.466.166-.854.488-1.176s.71-.488 1.175-.488c.455 0 .854.166 1.176.488.332.333.487.72.487 1.176m-.477 4.313v12.498h-2.351V7.43zM77.016 20.128c-1.02 0-1.864-.31-2.54-.943q-1.014-.948-1.031-2.628V9.57h-2.196V7.43h2.196V3.603h2.35V7.43h3.061v2.14h-3.06v6.222c0 .831.166 1.397.488 1.696.321.3.687.444 1.097.444.189 0 .366-.022.555-.067.188-.044.344-.1.499-.166l.743 2.096c-.632.222-1.342.333-2.162.333M2.673 18.952C1.375 18.009.488 16.678 0 14.97l2.883-1.176c.289 1.076.799 1.94 1.542 2.628.732.677 1.619 1.02 2.65 1.02.965 0 1.774-.244 2.45-.742.677-.5 1.01-1.187 1.01-2.052 0-.798-.3-1.453-.887-1.974q-.883-.781-3.094-1.564l-1.22-.432Q3.371 9.997 2.04 8.716C1.153 7.862.71 6.742.71 5.346c0-.966.266-1.853.787-2.673S2.75 1.209 3.693.72C4.624.244 5.678 0 6.864 0c1.708 0 3.072.41 4.081 1.242 1.02.832 1.697 1.752 2.04 2.795L10.236 5.2c-.2-.621-.576-1.164-1.142-1.63-.565-.477-1.286-.71-2.173-.71s-1.641.222-2.251.676-.91 1.032-.91 1.742c0 .676.278 1.22.82 1.663.544.432 1.398.854 2.563 1.253l1.22.41c1.674.577 2.96 1.342 3.88 2.274.921.931 1.376 2.184 1.376 3.748 0 1.275-.322 2.34-.976 3.193a6 6 0 0 1-2.495 1.919 8 8 0 0 1-3.116.621c-1.62 0-3.072-.466-4.358-1.408M15.969 3.449a1.95 1.95 0 0 1-.588-1.43c0-.566.2-1.043.588-1.431A1.95 1.95 0 0 1 17.399 0c.566 0 1.043.2 1.43.588.389.388.588.865.588 1.43 0 .566-.2 1.043-.587 1.43a1.95 1.95 0 0 1-1.43.589c-.566-.012-1.043-.2-1.431-.588m-.067 2.595h2.994v13.883h-2.994zM25.406 19.85c-.544-.2-.987-.466-1.331-.788-.776-.776-1.176-1.84-1.176-3.182V8.683h-2.428v-2.64h2.428V2.13h2.994v3.926h3.372v2.639h-3.372v6.531c0 .743.145 1.276.433 1.575.277.366.743.543 1.42.543.31 0 .576-.044.82-.122q.35-.116.765-.399v2.917c-.599.277-1.32.41-2.173.41a5 5 0 0 1-1.753-.3M33.623 19.407a6.63 6.63 0 0 1-2.529-2.628c-.61-1.12-.909-2.373-.909-3.77 0-1.332.3-2.551.887-3.693.588-1.132 1.409-2.04 2.462-2.706s2.251-1.01 3.593-1.01c1.397 0 2.606.311 3.637.921a6.1 6.1 0 0 1 2.34 2.528c.532 1.076.799 2.274.799 3.627 0 .255-.023.576-.078.953H33.179c.111 1.287.566 2.285 1.375 2.983a4.16 4.16 0 0 0 2.817 1.043c.854 0 1.597-.189 2.218-.588a4.27 4.27 0 0 0 1.508-1.597l2.528 1.198q-.981 1.713-2.561 2.694c-1.054.655-2.318.976-3.782.976q-2.046.033-3.66-.931m7.23-8.051a3.3 3.3 0 0 0-.466-1.453c-.277-.477-.687-.887-1.242-1.208-.554-.322-1.23-.488-2.03-.488-.964 0-1.773.288-2.439.853-.665.566-1.12 1.342-1.375 2.296z"})));var c=i(16834),g=i(62540);const d=function Logo(){return(0,g.jsxs)("div",{className:"googlesitekit-logo","aria-hidden":"true",children:[(0,g.jsx)(r.A,{className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),(0,g.jsx)(l,{className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),(0,g.jsx)(c.A,{children:(0,o.__)("Site Kit by Google Logo","google-site-kit")})]})}}},e=>{e.O(0,[660],()=>{return t=22558,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-ad-blocking-recovery-04056d66d815c45fe98f.js 0000755 00000533465 15111634507 0020477 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[265,290],{1102:(e,t,i)=>{i.d(t,{w:()=>a});var s=i(35470),n=i(63696),o=i(2422);function r(){}function a(e,t){const i=(0,o.W)({sticky:!0}),a=(0,n.useRef)(),l=(0,n.useCallback)(e,t),c=(0,s.A)(i?l:r);return i&&(a.current=c),a.current}},2362:(e,t,i)=>{i.d(t,{A:()=>g});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...s},o)=>(0,l.jsx)("span",{ref:o,...s,className:n()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:r().string.isRequired,hasLeftSpacing:r().bool};const g=c},2422:(e,t,i)=>{i.d(t,{W:()=>l});var s=i(79257),n=i(35470),o=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,o.useContext)(r.A),[i,l]=(0,o.useState)(!1),c=(0,n.A)(e=>e(a.n).getInViewResetCount()),g=(0,n.A)(e=>e(a.n).getValue("forceInView"));return(0,o.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,o.useEffect)(()=>{g&&l(!0)},[g]),(0,s.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2522:(e,t,i)=>{i.d(t,{D:()=>o});var s=i(32091),n=i.n(s);function o(e,{dateRangeLength:t}){n()(Array.isArray(e),"report must be an array to partition."),n()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3288:(e,t,i)=>{i.d(t,{Q:()=>s});const s="emailReportingUserSettingsSelectionPanelOpened"},3714:(e,t,i)=>{i.d(t,{Kk:()=>o,SZ:()=>s,Yw:()=>r,oJ:()=>a,tT:()=>n});const s="body",n=[s,"display","headline","label","title"],o="small",r="medium",a=[o,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var s=i(62688),n=i.n(s),o=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:s,onClick:n,href:a}){return e&&(n||a)?(0,r.jsx)(o.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||s,isSaving:s,onClick:n,href:a,children:e}):null}CTAButton.propTypes={label:n().string,ariaLabel:n().string,disabled:n().bool,inProgress:n().bool,onClick:n().func,href:n().string,dismissOnClick:n().bool,dismissOptions:n().shape({expiresInSeconds:n().number,skipHidingFromQueue:n().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>d});var s=i(62688),n=i.n(s),o=i(63696),r=i(81276),a=i(49383),l=i(8420),c=i(62540);let g=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const s=(0,o.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):g;e&&document.body.contains(e)&&e.focus(),t||(g=null)})},[t]),n=(0,r.A)(e);return(0,o.useEffect)(()=>(!0===n&&!1===e&&s(),()=>{s()}),[n,e,s]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(g=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:n().bool,refocusQuerySelector:n().string,...a.Dialog.propTypes};const d=RefocusableModalDialog},4884:(e,t,i)=>{i.d(t,{A:()=>d});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(49383),l=i(20898),c=i(15167),g=i(62540);function CTA({title:e,headerText:t,headerContent:i,description:s,ctaLink:n,ctaLabel:o,ctaLinkExternal:d,ctaType:u,error:p,onClick:h,"aria-label":m,children:f}){return(0,g.jsxs)("div",{className:r()("googlesitekit-cta",{"googlesitekit-cta--error":p}),children:[(t||i)&&(0,g.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,g.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),i]}),(0,g.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,g.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),s&&"string"==typeof s&&(0,g.jsx)("p",{className:"googlesitekit-cta__description",children:s}),s&&"string"!=typeof s&&(0,g.jsx)("div",{className:"googlesitekit-cta__description",children:s}),o&&"button"===u&&(0,g.jsx)(a.Button,{"aria-label":m,href:n,onClick:h,children:o}),o&&"link"===u&&(0,g.jsx)(l.A,{href:n,onClick:h,"aria-label":m,external:d,hideExternalIndicator:d,arrow:!0,children:o}),f]})]})}CTA.propTypes={title:n().string.isRequired,headerText:n().string,description:n().oneOfType([n().string,n().node]),ctaLink:n().string,ctaLinkExternal:n().bool,ctaLabel:n().string,ctaType:n().string,"aria-label":n().string,error:n().bool,onClick:n().func,children:n().node,headerContent:n().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const d=CTA},6464:(e,t,i)=>{i.d(t,{i:()=>r});var s=i(63696),n=i(11106),o=i(65214);function r(e){const t=(0,s.useContext)(n.A);return(0,o.G)(e,t)}},6732:(e,t,i)=>{i.d(t,{A:()=>s});const s=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var s=i(63696),n=i(77766),o=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,n.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,s.useCallback)((...e)=>(0,o.sx)(g,i,...e),[g,i]),confirm:(0,s.useCallback)((...e)=>(0,o.sx)(g,r,...e),[g,r]),dismiss:(0,s.useCallback)((...e)=>(0,o.sx)(g,a,...e),[g,a]),clickLearnMore:(0,s.useCallback)((...e)=>(0,o.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>n,n:()=>s});const s="core/ui",n="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>f});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:n()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:n()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var g=i(12850),d=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:s,children:o}){return(0,c.jsxs)("div",{className:n()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(d.A,{...i}),s&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:s}),o]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:n()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(d.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var u=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:n()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var h=i(80035);const m=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:s,additionalDescription:o,errorText:r,helpText:a,learnMoreLink:g,dismissButton:d,ctaButton:m,svg:f,footer:k},_)=>{const y=(0,l.dv)(),v=y===l.mp||y===l.Lg;let x=null;v&&f?.mobile?x=f.mobile:!v&&f?.desktop&&(x=f.desktop);const b=f?.verticalPosition?f.verticalPosition:"center";return(0,c.jsxs)("div",{ref:_,className:n()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:s,learnMoreLink:g,additionalDescription:o}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(h.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[m&&(0,c.jsx)(u.A,{...m}),d?.onClick&&(0,c.jsx)(p.A,{...d})]})]}),x&&(0,c.jsx)("div",{className:n()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${b}`]:b}),style:{backgroundImage:`url(${x})`}}),k&&(0,c.jsx)(Footer,{children:k})]})});m.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(d.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(u.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const f=m},8143:(e,t,i)=>{i.d(t,{VZ:()=>o,dc:()=>r,pH:()=>n,r0:()=>a});var s=i(84024);function n(e){try{return new URL(e).pathname}catch{}return null}function o(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,s.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),n=e.replace(i.origin,"");if(n.length<t)return n;const o=n.length-Math.floor(t)+1;return"…"+n.substr(o)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(52684),l=i(13606),c=i(82871),g=i(49383),d=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:s=null,onClose:n=null,title:o=null,provides:p,handleConfirm:h,subtitle:m,confirmButton:f=null,dependentModules:k,danger:_=!1,inProgress:y=!1,small:v=!1,medium:x=!1,buttonLink:b=null}){const S=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,A=!(!p||!p.length);return(0,u.jsxs)(g.Dialog,{open:t,onOpen:s,onClose:n,"aria-describedby":A?S:void 0,tabIndex:"-1",className:r()(e,{"googlesitekit-dialog-sm":v,"googlesitekit-dialog-md":x}),children:[(0,u.jsxs)(g.DialogTitle,{children:[_&&(0,u.jsx)(d.A,{width:28,height:28}),o]}),m?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:m}):[],(0,u.jsxs)(g.DialogContent,{children:[A&&(0,u.jsx)("section",{id:S,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),k&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),k),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(g.DialogFooter,{children:[(0,u.jsx)(g.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:y,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),b?(0,u.jsx)(g.Button,{href:b,onClick:h,target:"_blank",danger:_,children:f}):(0,u.jsx)(g.SpinnerButton,{onClick:h,danger:_,disabled:y,isSaving:y,children:f||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:n().string,dialogActive:n().bool,handleDialog:n().func,handleConfirm:n().func.isRequired,onOpen:n().func,onClose:n().func,title:n().string,confirmButton:n().string,danger:n().bool,small:n().bool,medium:n().bool,buttonLink:n().string};const p=ModalDialog},10804:(e,t,i)=>{i.d(t,{A:()=>AdBlockerWarning});var s,n=i(62688),o=i.n(n),r=i(50539),a=i(93896),l=i(37226),c=i(82871),g=i(13606),d=i(20898),u=i(63696);function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},p.apply(null,arguments)}const h=e=>u.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 14"},e),s||(s=u.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M4.5 1.5H3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V9M7 1.5h5v5M5 8.5 11.5 2"})));var m=i(80035),f=i(62540);function AdBlockerWarningMessage({getHelpLink:e="",warningMessage:t=null}){return t?(0,f.jsx)(m.A,{className:"googlesitekit-notice--small",type:m.A.TYPES.WARNING,description:(0,g.A)((0,c.sprintf)(/* translators: 1: The warning message. 2: "Get help" text. */ /* translators: 1: The warning message. 2: "Get help" text. */ (0,c.__)("%1$s. <Link><Strong>%2$s</Strong></Link>","google-site-kit"),t,(0,c.__)("Get help","google-site-kit")),{Link:(0,f.jsx)(d.A,{href:e,trailingIcon:(0,f.jsx)(h,{width:15,height:15}),external:!0,hideExternalIndicator:!0}),Strong:(0,f.jsx)("strong",{})}),hideIcon:!0}):null}function AdBlockerWarning({moduleSlug:e,className:t}){const i=(0,r.useSelect)(t=>t(l.i).getModuleStoreName(e)),s=(0,r.useSelect)(e=>e(i)?.getAdBlockerWarningMessage()),n=(0,r.useSelect)(t=>t(a.O4).getDocumentationLinkURL(`${e}-ad-blocker-detected`));return(0,f.jsx)(AdBlockerWarningMessage,{className:t,getHelpLink:n,warningMessage:s})}AdBlockerWarningMessage.propTypes={getHelpLink:o().string,warningMessage:o().string},AdBlockerWarning.propTypes={className:o().string,moduleSlug:o().string.isRequired}},11106:(e,t,i)=>{i.d(t,{A:()=>o});var s=i(63696),n=i(65214);const o=(0,s.createContext)(n.t)},12108:(e,t,i)=>{i.d(t,{YJ:()=>o,Eq:()=>r});var s=i(32947),n=i(17243);function o(e,t){const s=document.querySelector(e);if(!s)return 0;const n=s.getBoundingClientRect().top,o=r(t);return n+i.g.scrollY-o}function r(e){let t=function(e){let t=0;const o=document.querySelector(".googlesitekit-header");t=o&&"sticky"===i.g.getComputedStyle(o).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===s.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==s.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,n.isFinite)(e)?e:0}(t),t<0?0:t}(e);const o=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(o).reduce((e,t)=>e+t.offsetHeight,0),t}},12701:(e,t,i)=>{i.d(t,{A:()=>Root});var s=i(62688),n=i.n(s),o=i(44010),r=i(77105),a=i(63696),l=i(50539),c=i.n(l),g=i(82871),d=i(54312),u=i(61991),p=i(90007),h=i(12850),m=i(62540);class ErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,h.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,m.jsx)(p.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,g.__)("Site Kit encountered an error","google-site-kit"),description:(0,m.jsxs)(a.Fragment,{children:[(0,m.jsx)(d.A,{message:t.message,componentStack:i.componentStack}),(0,m.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,i.componentStack]})]})}):e}}ErrorHandler.contextType=u.Ay,ErrorHandler.propTypes={children:n().node.isRequired};const f=ErrorHandler;var k=i(11106);const{Consumer:_,Provider:y}=k.A,v=y;var x=i(65214),b=i(4445),S=i(78340),A=i(45472),j=i(58116),N=i(64067),I=i(14007);const w=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(j.oR).getPermissionScopeError()),s=(0,l.useSelect)(e=>e(j.oR).getUnsatisfiedScopes()),n=(0,l.useSelect)(e=>e(j.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||i.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:o}=(0,l.useDispatch)(j.oR),{navigateTo:r}=(0,l.useDispatch)(A.M),{setValues:c}=(0,l.useDispatch)(S.s),d=(0,a.useCallback)(()=>{o()},[o]),u=(0,a.useCallback)(async()=>{c(j.$8,{permissionsError:t}),await(0,N.mR)(e),r(n)},[e,n,r,t,c]);return(0,a.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await u()}()},[u,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||s&&t?.data?.scopes.every(e=>s.includes(e))?null:(0,m.jsx)(I.A,{children:(0,m.jsx)(b.A,{title:(0,g.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,g.__)("Proceed","google-site-kit"),handleConfirm:u,handleCancel:d,onClose:d,dialogActive:!0,medium:!0})}):(i.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const E=function PermissionsModal(){return(0,l.useSelect)(e=>e(j.oR).isAuthenticated())?(0,m.jsx)(w,{}):null};const T=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[i,s]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{i||(async()=>{await(0,N.P9)(t),s(!0)})()},[t,i]),i?e:null};var M=i(15844),C=i(77766),D=i(39771);function FeatureTours(){const e=(0,C.A)(),{triggerTourForView:t}=(0,l.useDispatch)(j.oR);(0,M.A)(()=>{t(e)});const s=(0,l.useSelect)(e=>e(j.oR).getCurrentTour());return(0,a.useEffect)(()=>{if(!s)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[s]),s?(0,m.jsx)(D.Ay,{tourID:s.slug,steps:s.steps,gaEventCategory:s.gaEventCategory,callback:s.callback}):null}var R=i(68869),O=i(22821);function Root({children:e,registry:t,viewContext:i=null}){const s=o.D,[n]=(0,a.useState)({key:"Root",value:!0});return(0,m.jsx)(a.StrictMode,{children:(0,m.jsx)(R.Ay,{value:n,children:(0,m.jsx)(l.RegistryProvider,{value:t,children:(0,m.jsx)(v,{value:x.t,children:(0,m.jsx)(u.Kq,{value:i,children:(0,m.jsx)(r.A,{theme:s(),children:(0,m.jsxs)(f,{children:[(0,m.jsxs)(T,{children:[e,i&&(0,m.jsx)(FeatureTours,{})]}),(0,O.A)(i)&&(0,m.jsx)(E,{})]})})})})})})})}Root.propTypes={children:n().node,registry:n().object,viewContext:n().string.isRequired},Root.defaultProps={registry:c()}},12755:(e,t,i)=>{i.d(t,{A:()=>Qe});var s,n,o=i(62688),r=i.n(o),a=i(4452),l=i.n(a),c=i(41814),g=i(82871),d=i(63696),u=i(50539),p=i(99455),h=i(21795),m=i(31589),f=i(19266),k=i(49383),_=i(8420),y=i(12850),v=i(21134),x=i(14007),b=i(58116),S=i(62540);function Details(){const e=(0,u.useSelect)(e=>e(b.oR).getPicture()),t=(0,u.useSelect)(e=>e(b.oR).getFullName()),i=(0,u.useSelect)(e=>e(b.oR).getEmail());return(0,S.jsxs)("div",{className:"googlesitekit-user-menu__details","aria-label":(0,g.__)("Google account","google-site-kit"),children:[!!e&&(0,S.jsx)("img",{className:"googlesitekit-user-menu__details-avatar",src:e,alt:""}),(0,S.jsxs)("div",{className:"googlesitekit-user-menu__details-info",children:[(0,S.jsx)("p",{className:"googlesitekit-user-menu__details-info__name",children:t}),(0,S.jsx)("p",{className:"googlesitekit-user-menu__details-info__email","aria-label":(0,g.__)("Email","google-site-kit"),children:i})]})]})}function Item({icon:e,label:t}){return(0,S.jsxs)("div",{className:"googlesitekit-user-menu__item",children:[(0,S.jsx)("div",{className:"googlesitekit-user-menu__item-icon",children:e}),(0,S.jsx)("span",{className:"googlesitekit-user-menu__item-label",children:t})]})}function A(){return A=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},A.apply(null,arguments)}Item.propTypes={icon:r().node,label:r().string};const j=e=>d.createElement("svg",A({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.7,d:"m11.775 5.701.58-.58a4.547 4.547 0 0 1 6.43 0v0a4.547 4.547 0 0 1 0 6.43l-.598.599m-12.504-.357-.562.562a4.547 4.547 0 0 0 0 6.43v0a4.547 4.547 0 0 0 6.43 0l.58-.58"})),n||(n=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"m8.543 15.363 1.118-1.118m5.684-5.684L14.226 9.68M5.107 5.134l13.664 13.664"})));var N,I,w,E,T;function M(){return M=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},M.apply(null,arguments)}const C=e=>d.createElement("svg",M({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),N||(N=d.createElement("rect",{width:18,height:13,x:3,y:4,stroke:"#6C726E",strokeWidth:1.5,rx:2})),I||(I=d.createElement("path",{fill:"#6C726E",d:"M9 17h6v3H9z"})),w||(w=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M10 9h7M10 12h7"})),E||(E=d.createElement("circle",{cx:7,cy:9,r:1,fill:"#6C726E"})),T||(T=d.createElement("circle",{cx:7,cy:12,r:1,fill:"#6C726E"})));var D,R,O;function L(){return L=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},L.apply(null,arguments)}const z=e=>d.createElement("svg",L({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),D||(D=d.createElement("rect",{width:18,height:12,x:3,y:6,stroke:"#6C726E",strokeWidth:1.5,rx:2})),R||(R=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3.566 7.5 7.086 7.086a2 2 0 0 0 2.829 0l7.019-7.02"})),O||(O=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M20.246 17.5 15.5 12.754M4 17.5l4.746-4.746"})));var B=i(93896),P=i(7081),H=i(45472),U=i(72455),G=i(3288),Y=i(99235),F=i(77766),V=i(27333),W=i(6464);function UserMenu(){const e=(0,W.i)("proactiveUserEngagement"),t=(0,u.useSelect)(e=>e(B.O4).getProxyPermissionsURL()),i=(0,u.useSelect)(e=>e(b.oR).getEmail()),s=(0,u.useSelect)(e=>e(b.oR).getPicture()),n=(0,u.useSelect)(e=>e(b.oR).getFullName()),o=(0,u.useSelect)(e=>e(B.O4).getAdminURL("googlesitekit-splash",{googlesitekit_context:"revoked"})),r=(0,V.A)(U.CV,"isAutoCreatingCustomDimensionsForAudience"),[a,l]=(0,d.useState)(!1),[c,p]=(0,d.useState)(!1),A=(0,d.useRef)(),N=(0,d.useRef)(),I=(0,F.A)(),{navigateTo:w}=(0,u.useDispatch)(H.M);(0,h.A)(A,()=>p(!1)),(0,Y.l)([f._f,f.wn],A,()=>{p(!1),N.current?.focus()});const E=(0,d.useCallback)(()=>{l(!1),p(!1)},[l,p]),T=(0,d.useCallback)(e=>{f._f===e.keyCode&&E()},[E]);(0,m.A)("keyup",T);const M=(0,d.useCallback)(()=>{c||(0,y.sx)(`${I}_headerbar`,"open_usermenu"),p(!c)},[c,I]),D=(0,d.useCallback)(()=>{l(!a),p(!1)},[a]),{setValue:R}=(0,u.useDispatch)(P.n),O=(0,d.useCallback)(async(e,i)=>{const{detail:{item:s}}=i;switch(s?.id){case"manage-sites":t&&(await(0,y.sx)(`${I}_headerbar_usermenu`,"manage_sites"),w(t));break;case"disconnect":D();break;case"manage-email-reports":R(G.Q,!0);break;default:M()}},[t,M,D,w,R,I]),L=(0,d.useCallback)(async()=>{l(!1),await(0,v.IL)(),await(0,y.sx)(`${I}_headerbar_usermenu`,"disconnect_user"),w(o)},[o,w,I]);if(!i)return null;let Z;return n&&i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name 2: User's email address. */ /* translators: Account info text. 1: User's (full) name 2: User's email address. */ (0,g.__)("Google Account for %1$s (Email: %2$s)","google-site-kit"),n,i)),n&&!i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name. */ /* translators: Account info text. 1: User's (full) name. */ (0,g.__)("Google Account for %1$s","google-site-kit"),n)),!n&&i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's email address. */ /* translators: Account info text. 1: User's email address. */ (0,g.__)("Google Account (Email: %1$s)","google-site-kit"),i)),(0,S.jsxs)(d.Fragment,{children:[(0,S.jsxs)("div",{ref:A,className:"googlesitekit-user-selector googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,S.jsx)(k.Button,{disabled:r,ref:N,className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--tablet googlesitekit-border-radius-round--phone googlesitekit-border-radius-round googlesitekit-button-icon",onClick:M,icon:!!s&&(0,S.jsx)("i",{className:"mdc-button__icon mdc-button__account","aria-hidden":"true",children:(0,S.jsx)("img",{className:"mdc-button__icon--image",src:s,alt:(0,g.__)("User Avatar","google-site-kit")})}),"aria-haspopup":"menu","aria-expanded":c,"aria-controls":"user-menu","aria-label":r?void 0:(0,g.__)("Account","google-site-kit"),tooltipEnterDelayInMS:500,customizedTooltip:r?null:(0,S.jsxs)("span",{"aria-label":Z,children:[(0,S.jsx)("strong",{children:(0,g.__)("Google Account","google-site-kit")}),(0,S.jsx)("br",{}),(0,S.jsx)("br",{}),n,n&&(0,S.jsx)("br",{}),i]}),text:!0,tooltip:!0}),(0,S.jsxs)(k.Menu,{className:"googlesitekit-user-menu",menuOpen:c,onSelected:O,id:"user-menu",children:[(0,S.jsx)("li",{children:(0,S.jsx)(Details,{})}),e&&(0,S.jsx)("li",{id:"manage-email-reports",className:"mdc-list-item",role:"menuitem",children:(0,S.jsx)(Item,{icon:(0,S.jsx)(z,{width:"24"}),label:(0,g.__)("Manage email reports","google-site-kit")})}),!!t&&(0,S.jsx)("li",{id:"manage-sites",className:"mdc-list-item",role:"menuitem",children:(0,S.jsx)(Item,{icon:(0,S.jsx)(C,{width:"24"}),label:(0,g.__)("Manage Sites","google-site-kit")})}),(0,S.jsx)("li",{id:"disconnect",className:"mdc-list-item",role:"menuitem",children:(0,S.jsx)(Item,{icon:(0,S.jsx)(j,{width:"24"}),label:(0,g.__)("Disconnect","google-site-kit")})})]})]}),(0,S.jsx)(x.A,{children:(0,S.jsx)(_.A,{dialogActive:a,handleConfirm:L,handleCancel:E,onClose:E,title:(0,g.__)("Disconnect","google-site-kit"),subtitle:(0,g.__)("Disconnecting Site Kit by Google will remove your access to all services. After disconnecting, you will need to re-authorize to restore service.","google-site-kit"),confirmButton:(0,g.__)("Disconnect","google-site-kit"),danger:!0,small:!0})})]})}var Z=i(55527),$=i(35323),Q=i(29898),X=i(15844),J=i(39525),q=i(30521),K=i(24558),ee=i(73874),te=i(12108),ie=i(32947);var se=i(44949),ne=i(86134);const oe={[ee.Oo]:{[K.SH]:se.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,[K.OT]:se.CONTEXT_MAIN_DASHBOARD_TRAFFIC,[K.en]:se.CONTEXT_MAIN_DASHBOARD_CONTENT,[K.Ej]:se.CONTEXT_MAIN_DASHBOARD_SPEED,[K.Gw]:se.CONTEXT_MAIN_DASHBOARD_MONETIZATION},[ee.oE]:{[K.OT]:se.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,[K.en]:se.CONTEXT_ENTITY_DASHBOARD_CONTENT,[K.Ej]:se.CONTEXT_ENTITY_DASHBOARD_SPEED,[K.Gw]:se.CONTEXT_ENTITY_DASHBOARD_MONETIZATION}};var re;function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ae.apply(null,arguments)}const le=e=>d.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),re||(re=d.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18 16V2c0-1.1-1-2-2.222-2H2.222C1 0 0 .9 0 2v14c0 1.1 1 2 2.222 2h13.556C17 18 18 17.1 18 16M9 7h5V5H9zm7-5H2v14h14zM4 4h4v4H4zm10 7H9v2h5zM4 10h4v4H4z",clipRule:"evenodd"})));var ce,ge,de,ue;function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},pe.apply(null,arguments)}const he=e=>d.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 12"},e),ce||(ce=d.createElement("rect",{width:5,height:5,x:.5,fill:"currentColor",rx:1})),ge||(ge=d.createElement("rect",{width:5,height:5,x:7.5,fill:"currentColor",rx:1})),de||(de=d.createElement("rect",{width:5,height:5,x:.5,y:7,fill:"currentColor",rx:1})),ue||(ue=d.createElement("rect",{width:5,height:5,x:7.5,y:7,fill:"currentColor",rx:1})));var me;function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},fe.apply(null,arguments)}const ke=e=>d.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 12"},e),me||(me=d.createElement("path",{fill:"currentColor",d:"M16.1 0v2h2.967l-5.946 5.17-4.6-4L0 10.59 1.622 12l6.9-6 4.6 4L20.7 3.42V6H23V0z"})));var _e,ye;function ve(){return ve=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ve.apply(null,arguments)}const xe=e=>d.createElement("svg",ve({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},e),_e||(_e=d.createElement("path",{fill:"currentColor",d:"m18.378 4.543-1.232 1.854a8.02 8.02 0 0 1-.22 7.598H3.043A8.02 8.02 0 0 1 4.154 4.49 8.01 8.01 0 0 1 13.57 2.82l1.853-1.233A10.01 10.01 0 0 0 3.117 2.758a10.026 10.026 0 0 0-1.797 12.24A2 2 0 0 0 3.043 16h13.873a2 2 0 0 0 1.742-1.002 10.03 10.03 0 0 0-.27-10.465z"})),ye||(ye=d.createElement("path",{fill:"currentColor",d:"M8.572 11.399a2.003 2.003 0 0 0 2.835 0l5.669-8.51-8.504 5.673a2.005 2.005 0 0 0 0 2.837"})));var be;function Se(){return Se=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Se.apply(null,arguments)}const Ae=e=>d.createElement("svg",Se({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 16"},e),be||(be=d.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 0h3.971v16H7zM0 8h4v8H0zm18-3h-4v11h4z",clipRule:"evenodd"})));function Navigation(){const e=(0,ee.Ay)(),t=(0,d.useRef)(),s=(0,F.A)(),n=function(){const e=(0,ee.Ay)(),t=(0,$.A)();return(0,u.useSelect)(i=>{const s=t?i(b.oR).getViewableModules():null,n=i(b.oR).isKeyMetricsWidgetHidden(),o={modules:s||void 0};return Object.keys(oe[e]).reduce((t,s)=>(s===K.SH&&n||i(ne.aO).isWidgetContextActive(oe[e][s],o)&&t.push(s),t),[])})}(),{calculateScrollPosition:o,defaultChipID:r,findClosestSection:a,isValidChipID:c,scrollToChip:p,updateURLHash:h}=function({visibleSections:e}){const t=(0,ie.dv)(),s=(0,$.A)(),n=(0,d.useCallback)(()=>e.includes(K.SH)?K.SH:s?e[0]||"":K.OT,[s,e])(),o=(0,d.useCallback)(t=>e.includes(t),[e]),r=(0,d.useCallback)(e=>{i.g.history.replaceState({},"",`#${e}`)},[]),a=(0,d.useCallback)(e=>e!==n?(0,te.YJ)(`#${e}`,t):0,[t,n]),l=(0,d.useCallback)(e=>{i.g.scrollTo({top:a(e,t,n),behavior:"smooth"})},[t,a,n]),c=(0,d.useCallback)(t=>{var i;const s=document.querySelector(".googlesitekit-entity-header")?.getBoundingClientRect?.()?.bottom,{bottom:o}=null!==(i=t?.current?.getBoundingClientRect?.())&&void 0!==i?i:{};let r,a=n;for(const t of e){const e=document.getElementById(t);if(!e)continue;const i=e.getBoundingClientRect().top-20-(s||o||0);i<0&&(void 0===r||r<i)&&(r=i,a=t)}return a},[n,e]);return{calculateScrollPosition:a,defaultChipID:n,findClosestSection:c,isValidChipID:o,scrollToChip:l,updateURLHash:r}}({visibleSections:n}),f=i.g.location.hash?.substring(1),[k,_]=(0,d.useState)(f||void 0),[v,x]=(0,d.useState)(!1),[A,j]=(0,d.useState)(f),{setValue:N}=(0,u.useDispatch)(P.n),I=(0,d.useCallback)(({target:e})=>{const t=e.closest(".mdc-chip"),i=t?.dataset?.contextId;h(i),_(i),p(i),(0,y.sx)(`${s}_navigation`,"tab_select",i),setTimeout(()=>{N(P.F,i)},50)},[p,N,h,s]),w=(0,d.useCallback)(()=>{if(!t?.current)return;const{top:e}=t?.current?.getBoundingClientRect();if(0===i.g.scrollY)x(!1);else{const t=document.querySelector(".googlesitekit-header")?.getBoundingClientRect?.()?.bottom;x(e===t)}},[]),E=(0,d.useCallback)(e=>{function n(e){N(P.F,void 0),j(e),_(void 0)}const o=a(t);if(k)k===o&&n(o);else{const{hash:t}=i.g.location;o!==t?.substring(1)&&(e&&(0,y.sx)(`${s}_navigation`,"tab_scroll",o),h(o),n(o))}},[a,k,N,h,s]);(0,X.A)(()=>{if(!f)return j(r),void setTimeout(()=>h(r));const e=c(f)?f:r;j(e),N(P.F,e),setTimeout(()=>{const t=o(e);i.g.scrollY!==t?p(e):N(P.F,void 0)},50)});const T=(0,d.useCallback)(e=>{w(),E(e)},[E,w]),M=(0,q.A)(T,150);(0,m.A)("scroll",M);const C={[K.SH]:{label:(0,g.__)("Key metrics","google-site-kit"),icon:(0,S.jsx)(he,{width:"18",height:"16"})},[K.OT]:{label:(0,g.__)("Traffic","google-site-kit"),icon:(0,S.jsx)(Ae,{width:"18",height:"16"})},[K.en]:{label:(0,g.__)("Content","google-site-kit"),icon:(0,S.jsx)(le,{width:"18",height:"18"})},[K.Ej]:{label:(0,g.__)("Speed","google-site-kit"),icon:(0,S.jsx)(xe,{width:"20",height:"16"})},[K.Gw]:{label:(0,g.__)("Monetization","google-site-kit"),icon:(0,S.jsx)(ke,{width:"18",height:"16"})}};return(0,S.jsx)("nav",{className:l()("mdc-chip-set","googlesitekit-navigation",`googlesitekit-navigation--${e}`,{"googlesitekit-navigation--is-sticky":v}),ref:t,children:n.map(e=>(0,S.jsx)(J.Chip,{id:e,label:C[e].label,leadingIcon:C[e].icon,onClick:I,selected:A===e,"data-context-id":e},e))})}function DashboardNavigation(){const e=(0,$.A)(),t=(0,u.useSelect)(t=>e?t(b.oR).getViewableModules():null),i=(0,u.useSelect)(e=>e(b.oR).getKeyMetrics());return(0,S.jsx)(Q.A,{loading:void 0===t||void 0===i,width:"100%",smallHeight:"59px",height:"71px",children:(0,S.jsx)(Navigation,{})})}var je,Ne;function Ie(){return Ie=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Ie.apply(null,arguments)}const we=e=>d.createElement("svg",Ie({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),je||(je=d.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),Ne||(Ne=d.createElement("path",{fill:"currentColor",d:"M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"})));var Ee=i(20898),Te=i(59323),Me=i(8143);const Ce=function EntityHeader(){const e=(0,F.A)(),t=(0,ee.Ay)(),s=(0,u.useSelect)(e=>e(B.O4).getCurrentEntityTitle()),n=(0,u.useSelect)(e=>e(B.O4).getCurrentEntityURL()),o=(0,d.useRef)(),[r,a]=(0,d.useState)(n),l=(0,d.useCallback)(()=>{if(!o.current)return;const e=o.current.clientWidth-40,t=i.g.getComputedStyle(o.current.lastChild,null).getPropertyValue("font-size"),s=2*e/parseFloat(t);a((0,Me.r0)(n,s))},[n]),c=(0,q.A)(l,150);(0,m.A)("resize",c);const{navigateTo:p}=(0,u.useDispatch)(H.M),h=(0,u.useSelect)(e=>e(B.O4).getAdminURL("googlesitekit-dashboard")),f=(0,d.useCallback)(()=>{(0,y.sx)(`${e}_navigation`,"return_to_dashboard"),p(h)},[h,p,e]);return ee.oE!==t||null===n||null===s?null:(0,S.jsxs)("div",{className:"googlesitekit-entity-header",children:[(0,S.jsx)("div",{className:"googlesitekit-entity-header__back",children:(0,S.jsx)(k.Button,{icon:(0,S.jsx)(we,{width:24,height:24}),"aria-label":(0,g.__)("Back to dashboard","google-site-kit"),onClick:f,text:!0,tertiary:!0,children:(0,g.__)("Back to dashboard","google-site-kit")})}),(0,S.jsxs)("div",{ref:o,className:"googlesitekit-entity-header__details",children:[(0,S.jsx)(Te.A,{children:s}),(0,S.jsx)(Ee.A,{href:n,"aria-label":n,secondary:!0,external:!0,children:r})]})]})};var De;function Re(){return Re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Re.apply(null,arguments)}const Oe=e=>d.createElement("svg",Re({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 10"},e),De||(De=d.createElement("path",{fill:"currentColor",d:"M8 1.333c2.756 0 5.214 1.42 6.415 3.667-1.2 2.247-3.659 3.667-6.415 3.667S2.785 7.247 1.585 5C2.785 2.753 5.244 1.333 8 1.333M8 0C4.364 0 1.258 2.073 0 5c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5m0 3.333c1.004 0 1.818.747 1.818 1.667S9.004 6.667 8 6.667 6.182 5.92 6.182 5 6.996 3.333 8 3.333M8 2C6.196 2 4.727 3.347 4.727 5S6.197 8 8 8s3.273-1.347 3.273-3S9.803 2 8 2"})));var Le=i(13606);function Description(){const e=(0,F.A)(),t=(0,u.useSelect)(e=>e(b.oR).hasCapability(b.ej)),i=(0,u.useSelect)(e=>e(B.O4).getProxySetupURL()),s=(0,u.useSelect)(e=>e(B.O4).getDocumentationLinkURL("dashboard-sharing")),{navigateTo:n}=(0,u.useDispatch)(H.M),o=(0,d.useCallback)(async t=>{t.preventDefault(),await Promise.all([(0,v.SO)("start_user_setup",!0),(0,y.sx)(`${e}_headerbar_viewonly`,"start_user_setup",i?"proxy":"custom-oauth")]),n(i)},[i,n,e]),r=(0,d.useCallback)(()=>{(0,y.sx)(`${e}_headerbar_viewonly`,"click_learn_more_link")},[e]),a=t?(0,Le.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <strong>Sign in to connect more services and control sharing access.</strong>","google-site-kit"),{strong:(0,S.jsx)("strong",{})}):(0,Le.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <a>Learn more</a>","google-site-kit"),{a:(0,S.jsx)(Ee.A,{href:s,onClick:r,"aria-label":(0,g.__)("Learn more about dashboard sharing","google-site-kit"),external:!0})});return(0,S.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__description",children:[(0,S.jsx)(Te.A,{children:a}),t&&(0,S.jsx)(k.Button,{onClick:o,children:(0,g._x)("Sign in with Google","Service name","google-site-kit")})]})}var ze=i(37226);function Service({module:e}){const t=(0,u.useSelect)(e=>e(b.oR).hasCapability(b.ej)),{name:i,owner:s}=(0,u.useSelect)(t=>t(ze.i).getModule(e)||{}),n=(0,u.useSelect)(t=>t(ze.i).getModuleIcon(e));return(0,S.jsxs)("li",{className:"googlesitekit-view-only-menu__service",children:[(0,S.jsx)("span",{className:"googlesitekit-view-only-menu__service--icon",children:(0,S.jsx)(n,{height:26})}),(0,S.jsx)("span",{className:"googlesitekit-view-only-menu__service--name",children:i}),t&&s?.login&&(0,S.jsx)("span",{className:"googlesitekit-view-only-menu__service--owner",children:(0,Le.A)((0,g.sprintf)(/* translators: %s: module owner Google Account email address */ /* translators: %s: module owner Google Account email address */ (0,g.__)("Shared by <strong>%s</strong>","google-site-kit"),s.login),{strong:(0,S.jsx)("strong",{title:s.login})})})]})}Service.propTypes={module:r().string.isRequired};var Be=i(15167);function SharedServices(){const e=(0,u.useSelect)(e=>e(b.oR).getViewableModules());return void 0===e?null:(0,S.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,S.jsx)(Be.A,{as:"h4",size:"large",type:"title",children:(0,g.__)("Shared services","google-site-kit")}),(0,S.jsx)("ul",{children:e.map(e=>(0,S.jsx)(Service,{module:e},e))})]})}var Pe=i(82167);function Tracking(){const e=(0,F.A)();return(0,S.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,S.jsx)(Te.A,{children:(0,Le.A)((0,g.__)("Thanks for using Site Kit!<br />Help us make it even better","google-site-kit"),{br:(0,S.jsx)("br",{})})}),(0,S.jsx)(Pe.A,{trackEventCategory:`${e}_headerbar_viewonly`,alignCheckboxLeft:!0})]})}var He=i(74595);function ManageEmailReports(){const{setValue:e}=(0,He.wA)(P.n);return(0,S.jsxs)(d.Fragment,{children:[(0,S.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,S.jsx)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__email-reporting",children:(0,S.jsx)("ul",{className:"googlesitekit-view-only-menu",children:(0,S.jsx)("li",{className:"googlesitekit-view-only-menu__email-reporting-item",children:(0,S.jsx)(k.Button,{onClick:()=>e(G.Q,!0),icon:(0,S.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--icon",children:(0,S.jsx)(z,{width:"24"})}),tertiary:!0,children:(0,S.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--name",children:(0,g.__)("Manage email reports","google-site-kit")})})})})})]})}function ViewOnlyMenu(){const e=(0,W.i)("proactiveUserEngagement"),[t,i]=(0,d.useState)(!1),s=(0,d.useRef)(),n=(0,F.A)();(0,h.A)(s,()=>i(!1)),(0,Y.l)([f._f,f.wn],s,()=>i(!1));const o=(0,d.useCallback)(()=>{t||(0,y.sx)(`${n}_headerbar`,"open_viewonly"),i(!t)},[t,n]),r=(0,u.useSelect)(e=>e(b.oR).hasCapability(b.ej));return(0,S.jsxs)("div",{ref:s,className:l()("googlesitekit-view-only-menu","googlesitekit-dropdown-menu","googlesitekit-dropdown-menu__icon-menu","mdc-menu-surface--anchor",{"googlesitekit-view-only-menu--user-can-authenticate":r}),children:[(0,S.jsx)(k.Button,{className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--phone googlesitekit-button-icon",onClick:o,icon:(0,S.jsx)("span",{className:"mdc-button__icon","aria-hidden":"true",children:(0,S.jsx)(Oe,{className:"mdc-button__icon--image"})}),"aria-haspopup":"menu","aria-expanded":t,"aria-controls":"view-only-menu","aria-label":(0,g.__)("View only","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,g.__)("View only","google-site-kit")}),(0,S.jsxs)(k.Menu,{menuOpen:t,onSelected:o,id:"view-only-menu",nonInteractive:!0,children:[(0,S.jsx)(Description,{}),(0,S.jsx)(SharedServices,{}),e&&(0,S.jsx)(ManageEmailReports,{}),(0,S.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,S.jsx)(Tracking,{})]})]})}var Ue=i(71423),Ge=i(53137),Ye=i(77513);function CoreSiteBannerNotification({id:e,...t}){const{dismissNotification:i,acceptNotification:s}=(0,u.useDispatch)(B.O4),n=(0,d.useCallback)(()=>{s(e)},[e,s]),o=(0,d.useCallback)(()=>{i(e)},[e,i]);return(0,S.jsx)(Ye.A,{onCTAClick:n,onDismissClick:o,...t,id:e})}CoreSiteBannerNotification.propTypes={content:r().string,ctaLabel:r().string,ctaTarget:r().string,ctaURL:r().string,dismissLabel:r().string,dismissible:r().bool,gaTrackingEventArgs:r().object,id:r().string.isRequired,learnMoreLabel:r().string,learnMoreURL:r().string,title:r().string.isRequired},CoreSiteBannerNotification.defaultProps={content:"",ctaLabel:"",ctaTarget:"",ctaURL:"",dismissLabel:(0,g.__)("OK, Got it!","google-site-kit"),dismissible:!0,learnMoreLabel:"",learnMoreURL:""};const Fe=CoreSiteBannerNotification;const Ve=function CoreSiteBannerNotifications(){const e=(0,F.A)(),[t,i]=(0,d.useState)(!1),[s,n]=(0,d.useState)(!1),o=(0,d.useRef)(Date.now()),r=(0,u.useSelect)(e=>e(B.O4).isUsingProxy()&&!1===e(b.oR).areSurveysOnCooldown()?e(b.oR).getCurrentSurvey():null),[a,l]=(0,d.useState)([]),{registerNotification:c}=(0,u.useDispatch)(Ue.D),g=(0,u.useSelect)(e=>e(B.O4).getNotifications());return(0,d.useEffect)(()=>{const e=setTimeout(()=>{s||i(!0)},5e3);return()=>{clearTimeout(e)}},[s]),(0,d.useEffect)(()=>{Math.floor((Date.now()-o.current)/1e3)<5&&r&&n(!0)},[o,r,n]),(0,d.useEffect)(()=>{t&&!s&&g?.forEach(t=>{if(a.includes(t.id))return;const i={category:`${e}_remote-site-notification`,label:t.id};c(t.id,{Component:({Notification:e})=>(0,S.jsx)(e,{gaTrackingEventArgs:i,children:(0,S.jsx)(Fe,{...t,gaTrackingEventArgs:i})}),priority:t.priority,areaSlug:Ge.bI.HEADER,isDismissible:t.dismissible}),l(e=>(e.push(t.id),e))})},[e,s,g,c,a,t]),null};var We=i(90007),Ze=i(43569);function InternalServerError(){const e=(0,u.useSelect)(e=>e(B.O4).getInternalServerError());return e?(0,S.jsx)(Ze.A,{id:"internal-server-error",children:(0,S.jsx)(We.A,{notificationID:"internal-server-error",type:We.Q.ERROR,title:e.title,description:e.description})}):null}function LegacyNotifications(){const e=(0,$.A)(),t=(0,ee.Ay)(),i=(0,u.useSelect)(e=>e(b.oR).isAuthenticated());return(0,S.jsxs)(d.Fragment,{children:[(0,S.jsx)(InternalServerError,{}),!e&&t===ee.Oo&&i&&(0,S.jsx)(Ve,{})]})}var $e=i(74995);function Header({children:e,subHeader:t,showNavigation:i}){const s=!!(0,ee.Ay)(),n=(0,$.A)();!function(){const e=(0,F.A)(),t=(0,u.useSelect)(e=>e(B.O4).isUsingProxy()),i=(0,u.useSelect)(e=>e(B.O4).getSetupErrorMessage());(0,d.useEffect)(()=>{i||void 0===t||async function(){const i=await(0,v.Gq)("start_user_setup"),s=await(0,v.Gq)("start_site_setup");i.cacheHit&&(await(0,v.LD)("start_user_setup"),(0,y.sx)(`${e}_setup`,"complete_user_setup",t?"proxy":"custom-oauth")),s.cacheHit&&(await(0,v.LD)("start_site_setup"),(0,y.sx)(`${e}_setup`,"complete_site_setup",t?"proxy":"custom-oauth"))}()},[e,t,i])}();const o=(0,u.useSelect)(e=>e(B.O4).getAdminURL("googlesitekit-dashboard")),r=(0,u.useSelect)(e=>e(b.oR).isAuthenticated()),[a,h]=(0,c.A)({childList:!0}),m=!!h.target?.childElementCount;return(0,S.jsxs)(d.Fragment,{children:[(0,S.jsx)("header",{className:l()("googlesitekit-header",{"googlesitekit-header--has-subheader":m,"googlesitekit-header--has-navigation":i}),children:(0,S.jsx)(Z.xA,{children:(0,S.jsxs)(Z.fI,{children:[(0,S.jsx)(Z.fh,{smSize:1,mdSize:2,lgSize:4,className:"googlesitekit-header__logo",alignMiddle:!0,children:(0,S.jsx)(Ee.A,{"aria-label":(0,g.__)("Go to dashboard","google-site-kit"),className:"googlesitekit-header__logo-link",href:o,children:(0,S.jsx)(p.A,{})})}),(0,S.jsxs)(Z.fh,{smSize:3,mdSize:6,lgSize:8,className:"googlesitekit-header__children",alignMiddle:!0,children:[e,!r&&s&&n&&(0,S.jsx)(ViewOnlyMenu,{}),r&&!n&&(0,S.jsx)(UserMenu,{})]})]})})}),(0,S.jsx)("div",{className:"googlesitekit-subheader",ref:a,children:t}),i&&(0,S.jsx)(DashboardNavigation,{}),(0,S.jsx)(Ce,{}),(0,S.jsx)(LegacyNotifications,{}),(0,S.jsx)($e.A,{areaSlug:Ge.bI.HEADER})]})}Header.displayName="Header",Header.propTypes={children:r().node,subHeader:r().element,showNavigation:r().bool},Header.defaultProps={children:null,subHeader:null};const Qe=Header},12850:(e,t,i)=>{i.d(t,{tt:()=>j,Jg:()=>A,Gp:()=>b,GH:()=>x,r0:()=>S,Du:()=>N,Zf:()=>F,Cn:()=>B,G7:()=>f,vH:()=>m,N_:()=>D,zh:()=>W,mK:()=>g.mK,Ql:()=>I,vY:()=>z,sq:()=>E,VZ:()=>P.VZ,JK:()=>g.JK,IS:()=>M,pH:()=>P.pH,kf:()=>U,O5:()=>C,Qr:()=>w,x6:()=>H,K5:()=>g.K5,S_:()=>h,dc:()=>P.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>Y.D,N9:()=>G,p9:()=>o.p,XH:()=>T,Zm:()=>l,sx:()=>n.sx,BI:()=>n.BI,CZ:()=>o.C,BG:()=>V});var s=i(17243),n=i(89318),o=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let s=e[i];s&&"object"==typeof s&&!Array.isArray(s)&&(s=c(s)),t[i]=s}),t}var g=i(79829);function d(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function h(e){const t=[d,u,p];let i=e;for(const e of t)i=e(i);return i}function m(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var k=i(32091),_=i.n(k),y=i(82871);const v="Date param must construct to a valid date instance or be a valid date instance itself.",x="Invalid dateString parameter, it must be a string.",b='Invalid date range, it must be a string with the format "last-x-days".',S=60,A=60*S,j=24*A,N=7*j;function I(){function e(e){return(0,y.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,y._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function w(e=""){if(!(0,s.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,s.isDate)(t)&&!isNaN(t)}function E(e){_()((0,s.isDate)(e)&&!isNaN(e),v);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function T(e){_()(w(e),x);const[t,i,s]=e.split("-");return new Date(t,i-1,s)}function M(e,t){return E(D(e,t*j))}function C(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function D(e,t){_()(w(e)||(0,s.isDate)(e)&&!isNaN(e),x);const i=w(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var R=i(69743),O=i(94552),L=i(62540);function z(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,R.Ay)((0,L.jsx)(O.A,{direction:e>0?"up":"down",invertColor:i}))}function B(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var P=i(8143);function H(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function U(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function G(e){return Array.isArray(e)?[...e].sort():e}var Y=i(2522);function F(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const s=(t-e)/e;return Number.isNaN(s)||!Number.isFinite(s)?null:s}function V(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function W(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,s.unescape)(t)}},14007:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(47209),n=i(62688),o=i.n(n),r=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,r.useState)(document.createElement("div"));return(0,s.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:o().string,children:o().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:s="span",children:n,...o}){return(0,l.jsx)(s,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...o,children:n})}Typography.propTypes={className:n().string,type:n().oneOf(a.tT),size:n().oneOf(a.oJ),as:n().oneOfType([n().string,n().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>n});var s=i(31234);const n=i.n(s)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var s=i(55620),n=i(99123);const o={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=o){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,d]=(0,s._)("undefined"==typeof document?[l,c]:a,t,i);function u(){return d(a)}return(0,n.A)(r,"resize",u),(0,n.A)(r,"orientationchange",u),g}function c(e){return l(e)[0]}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:r()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:n().string,children:n().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},18418:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2 12"},e),s||(s=n.createElement("g",{fill:"currentColor",fillRule:"evenodd"},n.createElement("path",{d:"M0 0h2v7H0zM0 10h2v2H0z"}))))},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20898:(e,t,i)=>{i.d(t,{A:()=>w});var s,n=i(4452),o=i.n(n),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),g=i(82871);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},d.apply(null,arguments)}const u=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),s||(s=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},h.apply(null,arguments)}const m=e=>c.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var f;function k(){return k=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},k.apply(null,arguments)}const _=e=>c.createElement("svg",k({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),f||(f=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var y=i(83366),v=i(84385),x=i(62540);const b="BUTTON",S="BUTTON_DISABLED",A="EXTERNAL_LINK",j="LINK",N="ROUTER_LINK",I=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:s=!1,arrow:n=!1,back:r=!1,caps:a=!1,children:c,className:d="",danger:p=!1,disabled:h=!1,external:f=!1,hideExternalIndicator:k=!1,href:I="",inverse:w=!1,noFlex:E=!1,onClick:T,small:M=!1,standalone:C=!1,linkButton:D=!1,to:R,leadingIcon:O,trailingIcon:L,...z}=e;const B=I||R||!T?R?N:f?A:j:h?S:b;const P=B===b||B===S?"button":B===N?l.N_:"a",H=function(){let e;return B===A&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),B===S&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let U=O,G=L;return r&&(U=(0,x.jsx)(_,{width:14,height:14})),f&&!k&&(G=(0,x.jsx)(y.A,{width:14,height:14})),n&&!w&&(G=(0,x.jsx)(u,{width:14,height:14})),n&&w&&(G=(0,x.jsx)(m,{width:14,height:14})),(0,x.jsxs)(P,{"aria-label":H,className:o()("googlesitekit-cta-link",d,{"googlesitekit-cta-link--secondary":s,"googlesitekit-cta-link--inverse":w,"googlesitekit-cta-link--small":M,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":h,"googlesitekit-cta-link--standalone":C,"googlesitekit-cta-link--link-button":D,"googlesitekit-cta-link--no-flex":!!E}),disabled:h,href:B!==j&&B!==A||h?void 0:I,onClick:T,rel:B===A?"noopener noreferrer":void 0,ref:t,target:B===A?"_blank":void 0,to:R,...z,children:[!!U&&(0,x.jsx)(v.A,{marginRight:5,children:U}),(0,x.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!G&&(0,x.jsx)(v.A,{marginLeft:5,children:G})]})});I.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const w=I},21134:(e,t,i)=>{i.d(t,{Gq:()=>d,IL:()=>m,LD:()=>p,SO:()=>u,a2:()=>n,xD:()=>h});var s=i(12850);const n="googlesitekit_",o=`${n}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function d(e){const t=await g();if(t){const i=t.getItem(`${o}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:s,value:n,isError:o}=e;if(t&&(!s||Math.round(Date.now()/1e3)-t<s))return{cacheHit:!0,value:n,isError:o}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:n=s.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${o}${e}`,JSON.stringify({timestamp:r,ttl:n,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(n)?e:`${o}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function h(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const s=e.key(i);0===s.indexOf(n)&&t.push(s)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function m(){if(await g()){const e=await h();for(const t of e)await p(t);return!0}return!1}},22821:(e,t,i)=>{i.d(t,{A:()=>n});var s=i(24558);function n(e){return s.kz.includes(e)}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:s,padding:n,smallWidth:o,smallHeight:c,tabletWidth:g,tabletHeight:d,desktopWidth:u,desktopHeight:p}){const h=(0,a.dv)(),m={width:{[a.mp]:o,[a.Lg]:g,[a.Fo]:u,[a.Qb]:u},height:{[a.mp]:c,[a.Lg]:d,[a.Fo]:p,[a.Qb]:u}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":n}),style:{width:m.width[h]||t,height:m.height[h]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===s})})})}PreviewBlock.propTypes={className:n().string,width:n().string,height:n().string,shape:n().string,padding:n().bool,smallWidth:n().string,smallHeight:n().string,tabletWidth:n().string,tabletHeight:n().string,desktopWidth:n().string,desktopHeight:n().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>o,CZ:()=>g,Ej:()=>S,Gw:()=>A,Is:()=>r,KK:()=>u,Nn:()=>N,OT:()=>x,SH:()=>v,Y$:()=>p,ZS:()=>a,bg:()=>f,en:()=>b,ep:()=>m,f7:()=>n,hi:()=>h,jU:()=>s,k$:()=>_,kz:()=>j,ly:()=>l,mo:()=>k,s3:()=>y,uR:()=>c,zx:()=>d});const s="mainDashboard",n="entityDashboard",o="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",d="adminBarViewOnly",u="settings",p="adBlockingRecovery",h="wpDashboard",m="wpDashboardViewOnly",f="moduleSetup",k="metricSelection",_="wpBlockEditor",y="keyMetricsSetup",v="key-metrics",x="traffic",b="content",S="speed",A="monetization",j=[s,n,o,r,a,c,u,f,k],N=[o,r,d,m]},24560:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 12"},e),s||(s=n.createElement("g",{fill:"currentColor",fillRule:"evenodd"},n.createElement("path",{d:"M0 6.414 1.415 5l5.292 5.292-1.414 1.415z"}),n.createElement("path",{d:"m14.146.146 1.415 1.414L5.414 11.707 4 10.292z"}))))},27333:(e,t,i)=>{i.d(t,{A:()=>o});var s=i(35470),n=i(78340);function o(e,t){return(0,s.A)(i=>{const{getValue:s}=i(n.s);return s(e,t)},[e,t])}},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var s=i(62688),n=i.n(s),o=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,o.__)("Maybe later","google-site-kit"),onClick:i,disabled:s,tertiary:n=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:s,tertiary:n,children:t}):null}DismissButton.propTypes={className:n().string,label:n().string,onClick:n().func,disabled:n().bool,tertiary:n().bool,dismissOptions:n().shape({expiresInSeconds:n().number,skipHidingFromQueue:n().bool})}},29898:(e,t,i)=>{i.d(t,{A:()=>LoadingWrapper});var s=i(62688),n=i.n(s),o=i(23224),r=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,r.jsx)(o.A,{...i}):t}LoadingWrapper.propTypes={loading:n().bool,children:n().node,...o.A.propTypes}},30679:(e,t,i)=>{i.d(t,{A:()=>StoreErrorNotices});var s=i(62688),n=i.n(s),o=i(50539),r=i(77967),a=i(37226),l=i(67150),c=i(65311),g=i(62540);function StoreErrorNotices({hasButton:e=!1,moduleSlug:t,storeName:i}){const s=(0,o.useSelect)(e=>e(i).getErrors()),n=(0,o.useSelect)(e=>e(a.i).getModule(t)),d=[];return s.filter(e=>!(!e?.message||d.includes(e.message))&&(d.push(e.message),!0)).map((t,s)=>{let{message:o}=t;return(0,l.SG)(t)&&(o=(0,c.c)(o,n)),(0,g.jsx)(r.A,{error:t,hasButton:e,storeName:i,message:o},s)})}StoreErrorNotices.propTypes={hasButton:n().bool,storeName:n().string.isRequired,moduleSlug:n().string}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var s=i(62688),n=i.n(s),o=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,o.__)("Learn more","google-site-kit"),external:s=!0,onClick:n=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:n,external:s,children:i}):null}LearnMoreLink.propTypes={href:n().string.isRequired,className:n().string,label:n().string,external:n().bool,onClick:n().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>o,Lg:()=>r,Qb:()=>n,dv:()=>l,mp:()=>a});var s=i(15577);const n="xlarge",o="desktop",r="tablet",a="small";function l(){const e=(0,s.SO)();return e>1280?n:e>960?o:e>600?r:a}},35323:(e,t,i)=>{i.d(t,{A:()=>o});var s=i(24558),n=i(77766);function o(){const e=(0,n.A)();return s.Nn.includes(e)}},36466:(e,t,i)=>{function s(e){return"string"==typeof e&&/^pub-\d+$/.test(e)}function n(e){return"string"==typeof e&&/^ca-pub-\d+$/.test(e)}i.d(t,{H:()=>s,X:()=>n})},37226:(e,t,i)=>{i.d(t,{U:()=>n,i:()=>s});const s="core/modules",n="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>m,ei:()=>k});var s=i(15844),n=i(36703),o=i(62688),r=i.n(o),a=i(82871),l=i(50539),c=i(7081),g=i(58116),d=i(89318),u=i(60592),p=i(77766),h=i(62540);const m={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},f={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},k={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},_={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:o,callback:r}){const a=`${t}-step`,y=`${t}-run`,{setValue:v}=(0,l.useDispatch)(c.n),{dismissTour:x}=(0,l.useDispatch)(g.oR),b=(0,l.useRegistry)(),S=(0,p.A)(),A=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),j=(0,l.useSelect)(e=>e(c.n).getValue(y)&&!1===e(g.oR).isTourDismissed(t));(0,s.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),v(y,!0)});const N=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,h.jsx)(n.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:s,status:r,type:a}){const l=e+1,c="function"==typeof o?o(S):o;a===n.qY.TOOLTIP&&i===n.VD.TOOLTIP?(0,d.sx)(c,_.VIEW,l):t===n.kl.CLOSE&&i===n.VD.COMPLETE?(0,d.sx)(c,_.DISMISS,l):t===n.kl.NEXT&&r===n.XQ.FINISHED&&a===n.qY.TOUR_END&&s===l&&(0,d.sx)(c,_.COMPLETE,l),i===n.VD.COMPLETE&&r!==n.XQ.FINISHED&&(t===n.kl.PREV&&(0,d.sx)(c,_.PREV,l),t===n.kl.NEXT&&(0,d.sx)(c,_.NEXT,l))}(e);const{action:s,index:l,status:c,step:g,type:u}=e,p=s===n.kl.CLOSE,h=!p&&[n.qY.STEP_AFTER,n.qY.TARGET_NOT_FOUND].includes(u),m=[n.XQ.FINISHED,n.XQ.SKIPPED].includes(c),f=p&&u===n.qY.STEP_AFTER,k=m||f;if(n.qY.STEP_BEFORE===u){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}h?function(e,t){v(a,e+(t===n.kl.PREV?-1:1))}(l,s):k&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),x(t)),r&&r(e,b)},floaterProps:k,locale:f,run:j,stepIndex:A,steps:N,styles:m,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:r().arrayOf(r().object).isRequired,tourID:r().string.isRequired,gaEventCategory:r().oneOfType([r().string,r().func]).isRequired,callback:r().func}},42125:(e,t,i)=>{i.d(t,{$:()=>n});var s=i(63696);function n(e,t=0){(0,s.useEffect)(()=>{let s,n=!1;function o(){s=i.g.setTimeout(()=>{n=!0},t)}function r(){i.g.clearTimeout(s),n&&(n=!1,e())}return i.g.addEventListener("focus",r),i.g.addEventListener("blur",o),()=>{i.g.removeEventListener("focus",r),i.g.removeEventListener("blur",o),i.g.clearTimeout(s)}},[t,e])}},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},43569:(e,t,i)=>{i.d(t,{A:()=>Notification});var s=i(62688),n=i.n(s),o=i(63696),r=i(50539),a=i(7081),l=i(71423),c=i(89362);function g(e){return`notification/${e}/viewed`}function d(e){return(0,r.useSelect)(t=>!!t(a.n).getValue(g(e)),[e])}function ViewedStateObserver({id:e,observeRef:t,threshold:i}){const s=(0,c.A)(t,{threshold:i}),{setValue:n}=(0,r.useDispatch)(a.n),{markNotificationSeen:g}=(0,r.useDispatch)(l.D),u=!!s?.isIntersecting,p=d(e),h=(0,o.useRef)();function m(){h.current&&clearTimeout(h.current)}return(0,o.useEffect)(()=>(!p&&u?(m(),h.current=setTimeout(()=>{s?.isIntersecting&&(n(d.getKey(e),!0),g(e))},3e3)):!u&&h.current&&m(),()=>{m()}),[p,u,n,g,e,s]),null}d.getKey=g,ViewedStateObserver.propTypes={id:n().string,observeRef:n().object,threshold:n().number};var u=i(7070),p=i(62540);function Notification({id:e,className:t,gaTrackingEventArgs:i,children:s,onView:n}){const a=(0,o.useRef)(),c=d(e),g=(0,u.A)(e,i?.category,{viewAction:i?.viewAction}),[h,m]=(0,o.useState)(!1),f=(0,r.useSelect)(t=>t(l.D).getNotificationSeenDates(e)),{dismissNotification:k}=(0,r.useDispatch)(l.D);return(0,o.useEffect)(()=>{!h&&c&&(g.view(i?.label,i?.value),n?.(),m(!0)),f?.length>=3&&k(e,{skipHidingFromQueue:!0})},[c,g,h,i,n,f,k,e]),(0,p.jsxs)("section",{id:e,ref:a,className:t,children:[s,!c&&(0,p.jsx)(ViewedStateObserver,{id:e,observeRef:a,threshold:.5})]})}Notification.propTypes={id:n().string,className:n().string,gaTrackingEventArgs:n().shape({category:n().string,viewAction:n().string,label:n().string,value:n().string}),children:n().node,onView:n().func}},44174:(e,t,i)=>{i.d(t,{A:()=>SupportLink});var s=i(62688),n=i.n(s),o=i(50539),r=i(93896),a=i(20898),l=i(62540);function SupportLink(e){const{path:t,query:i,hash:s,...n}=e,c=(0,o.useSelect)(e=>e(r.O4).getGoogleSupportURL({path:t,query:i,hash:s}));return(0,l.jsx)(a.A,{...n,href:c})}SupportLink.propTypes={path:n().string.isRequired,query:n().object,hash:n().string}},44949:(e,t,i)=>{i.r(t),i.d(t,{CONTEXT_ENTITY_DASHBOARD_CONTENT:()=>c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:()=>d,CONTEXT_ENTITY_DASHBOARD_SPEED:()=>g,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:()=>l,CONTEXT_MAIN_DASHBOARD_CONTENT:()=>o,CONTEXT_MAIN_DASHBOARD_KEY_METRICS:()=>s,CONTEXT_MAIN_DASHBOARD_MONETIZATION:()=>a,CONTEXT_MAIN_DASHBOARD_SPEED:()=>r,CONTEXT_MAIN_DASHBOARD_TRAFFIC:()=>n,default:()=>u});const s="mainDashboardKeyMetrics",n="mainDashboardTraffic",o="mainDashboardContent",r="mainDashboardSpeed",a="mainDashboardMonetization",l="entityDashboardTraffic",c="entityDashboardContent",g="entityDashboardSpeed",d="entityDashboardMonetization",u={CONTEXT_MAIN_DASHBOARD_KEY_METRICS:s,CONTEXT_MAIN_DASHBOARD_TRAFFIC:n,CONTEXT_MAIN_DASHBOARD_CONTENT:o,CONTEXT_MAIN_DASHBOARD_SPEED:r,CONTEXT_MAIN_DASHBOARD_MONETIZATION:a,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:l,CONTEXT_ENTITY_DASHBOARD_CONTENT:c,CONTEXT_ENTITY_DASHBOARD_SPEED:g,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:d}},45472:(e,t,i)=>{i.d(t,{M:()=>s});const s="core/location"},46034:(e,t,i)=>{i.d(t,{RR:()=>AdBlockingRecoveryApp,zw:()=>SetupMain_SetupMain});var s=i(63696),n=i(12755),o=i(84826),r=i(55527),a=i(44451),l=i(82871),c=i(50539),g=i(49383),d=i(20898),u=i(95267),p=i(59323),h=i(62688),m=i.n(h),f=i(4452),k=i.n(f),_=i(63972);const y={UPCOMING:"upcoming",ACTIVE:"active",COMPLETED:"completed"};var v=i(62540);function Stepper({children:e,activeStep:t,className:i}){const n=s.Children.count(e);function o(e,t){switch(t){case y.UPCOMING:return(0,l.sprintf)(/* translators: 1: The number of the current step. 2: The total number of steps. */ /* translators: 1: The number of the current step. 2: The total number of steps. */ (0,l.__)("Step %1$s of %2$s (upcoming).","google-site-kit"),e,n);case y.ACTIVE:return(0,l.sprintf)(/* translators: 1: The number of the current step. 2: The total number of steps. */ /* translators: 1: The number of the current step. 2: The total number of steps. */ (0,l.__)("Step %1$s of %2$s (active).","google-site-kit"),e,n);case y.COMPLETED:return(0,l.sprintf)(/* translators: 1: The number of the current step. 2: The total number of steps. */ /* translators: 1: The number of the current step. 2: The total number of steps. */ (0,l.__)("Step %1$s of %2$s (completed).","google-site-kit"),e,n);default:return""}}return(0,v.jsx)("ol",{className:k()("googlesitekit-stepper",i),children:s.Children.map(e,(e,i)=>{const r=function(e=-1){return e<t?y.COMPLETED:e===t?y.ACTIVE:y.UPCOMING}(i),a=i+1;return(0,v.jsxs)("li",{className:k()("googlesitekit-stepper__step",`googlesitekit-stepper__step--${r}`,e.props.className),children:[(0,v.jsxs)("div",{className:"googlesitekit-stepper__step-progress",children:[(0,v.jsx)("span",{className:"googlesitekit-stepper__step-number",title:o(a,r),children:r===y.COMPLETED?(0,v.jsx)(_.A,{}):a}),a<n&&(0,v.jsx)("div",{className:"googlesitekit-stepper__step-progress-line"})]}),(0,s.cloneElement)(e,{stepStatus:r})]})})})}Stepper.propTypes={children:m().node.isRequired,activeStep:m().number,className:m().string};var x=i(15167);function Step({children:e,title:t,stepStatus:i}){return(0,v.jsxs)("div",{className:"googlesitekit-stepper__step-info",children:[(0,v.jsx)(x.A,{as:"h2",className:"googlesitekit-stepper__step-title",size:"medium",type:"title",children:t}),(0,v.jsx)("div",{className:"googlesitekit-stepper__step-content-container",children:i===y.ACTIVE&&(0,v.jsx)("div",{className:"googlesitekit-stepper__step-content",children:e})})]})}Step.propTypes={children:m().node.isRequired,title:m().string.isRequired,stepStatus:m().oneOf(Object.values(y))};var b,S,A,j,N,I,w,E,T,M,C,D,R,O,L,z,B,P,H,U,G=i(99620),Y=i(45472),F=i(93896),V=i(7081),W=i(77766),Z=i(12850),$=i(74179);function Q(){return Q=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Q.apply(null,arguments)}const X=e=>s.createElement("svg",Q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 390 273"},e),b||(b=s.createElement("path",{fill:"#F3F5F7",d:"M22.56 28.885a85 85 0 0 1 8.606-7.899C60.044-2.097 83.903-2.06 116.934 2.153 139.265 5 158.642 18.5 182.13 17.185 205.617 15.871 238.088 7.743 264 9.5c29.5 2 37 5.5 63.227 19.385 24.273 12.85 46.312 35.426 57.388 65.284 18.985 51.177-14.865 143.285-60.259 147.628-32.893 3.148-60.039-33.973-93.239-25.376-20.452 5.297-32.583 27.515-48.362 42.177-18.409 17.107-48.199 16.032-69.755 6.902-20.542-8.699-35.63-25.926-42.338-51.32-5.107-19.338-4.595-38.709-16.86-53.857C36.497 138.947 9.432 134 1.281 94.168c-5.16-25.213 5.942-49.13 21.279-65.283"})),S||(S=s.createElement("g",{filter:"url(#ad-blocking-recovery-setup_svg__a)"},s.createElement("rect",{width:257.906,height:176.087,x:50.837,y:42.913,fill:"#fff",rx:14.086}),s.createElement("rect",{width:259.302,height:177.484,x:50.139,y:42.214,stroke:"#CBD0D3",strokeWidth:1.396,rx:14.785}))),A||(A=s.createElement("rect",{width:78,height:126.285,x:65,y:78.486,fill:"#EE92DA",rx:5.282})),j||(j=s.createElement("circle",{cx:104.5,cy:139.528,r:11,stroke:"#fff",strokeWidth:3})),N||(N=s.createElement("path",{stroke:"#fff",strokeWidth:3,d:"m112 132.028-15.5 15.5"})),I||(I=s.createElement("path",{fill:"#EBEEF0",d:"M50.837 56.999c0-7.78 6.307-14.086 14.087-14.086h229.733c7.78 0 14.086 6.306 14.086 14.086v7.258H50.837z"})),w||(w=s.createElement("rect",{width:7.115,height:7.115,x:61.509,y:50.027,fill:"#CBD0D3",rx:3.557})),E||(E=s.createElement("rect",{width:7.115,height:7.115,x:72.181,y:50.027,fill:"#CBD0D3",rx:3.557})),T||(T=s.createElement("rect",{width:125.396,height:42.688,x:164,y:78.486,fill:"#EBEEF0",rx:5.585})),M||(M=s.createElement("rect",{width:92.49,height:14.229,x:164,y:129,fill:"#EBEEF0",rx:7.115})),C||(C=s.createElement("rect",{width:108.498,height:5.585,x:164,y:151,fill:"#EBEEF0",rx:2.793})),D||(D=s.createElement("rect",{width:92.49,height:5.585,x:164,y:165,fill:"#EBEEF0",rx:2.793})),R||(R=s.createElement("rect",{width:125.396,height:5.585,x:164,y:179,fill:"#EBEEF0",rx:2.793})),O||(O=s.createElement("g",{filter:"url(#ad-blocking-recovery-setup_svg__b)"},s.createElement("path",{fill:"#fff",d:"M199 163c0-6.075 4.925-11 11-11h126c6.075 0 11 4.925 11 11v83.038c0 6.076-4.925 11-11 11H210c-6.075 0-11-4.924-11-11z"}),s.createElement("path",{stroke:"#CBD0D3",d:"M199.5 163c0-5.799 4.701-10.5 10.5-10.5h126c5.799 0 10.5 4.701 10.5 10.5v83.038c0 5.799-4.701 10.5-10.5 10.5H210c-5.799 0-10.5-4.701-10.5-10.5z"}))),L||(L=s.createElement("rect",{width:96.635,height:5.224,x:224.247,y:192.918,fill:"#EBEEF0",rx:2.612})),z||(z=s.createElement("rect",{width:53.106,height:22.635,x:246.882,y:222.518,fill:"#77AD8C",rx:11.318})),B||(B=s.createElement("circle",{cx:273,cy:172.023,r:9.576,fill:"#EBEEF0"})),P||(P=s.createElement("path",{stroke:"#fff",strokeWidth:3,d:"m266.906 233.539 5.003 5.003 9.495-9.495"})),H||(H=s.createElement("rect",{width:98.376,height:5.224,x:222.506,y:205.106,fill:"#EBEEF0",rx:2.612})),U||(U=s.createElement("defs",null,s.createElement("filter",{id:"ad-blocking-recovery-setup_svg__a",width:264.699,height:183.88,x:49.441,y:41.516,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dx:4,dy:5}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0.796078 0 0 0 0 0.815686 0 0 0 0 0.827451 0 0 0 1 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_149_3117"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_149_3117",result:"shape"})),s.createElement("filter",{id:"ad-blocking-recovery-setup_svg__b",width:152,height:110.038,x:199,y:152,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dx:4,dy:5}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0.796078 0 0 0 0 0.815686 0 0 0 0 0.827451 0 0 0 1 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_149_3117"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_149_3117",result:"shape"})))));var J=i(32947);function Content({children:e}){const t=(0,J.dv)(),i=![J.Lg,J.mp].includes(t);return(0,v.jsx)(r.xA,{className:"googlesitekit-ad-blocking-recovery__content",children:(0,v.jsxs)(r.fI,{children:[(0,v.jsx)(r.fh,{mdSize:8,lgSize:8,children:e}),i&&(0,v.jsx)(r.fh,{className:"googlesitekit-ad-blocking-recovery__hero-graphic",lgSize:4,children:(0,v.jsx)(X,{})})]})})}Content.propTypes={children:m().node};var q=i(15844),K=i(77967);function CreateMessageStep(){const e=(0,W.A)(),t=(0,c.useSelect)(e=>e($.wl).getAccountID()),i=(0,c.useSelect)(e=>e($.wl).getServiceURL({path:`/${t}/privacymessaging/ad_blocking`})),n=(0,c.useSelect)(e=>e(F.O4).getAdminURL("googlesitekit-dashboard")),o=(0,a.F)(n,{notification:"ad_blocking_recovery_setup_success"}),r=(0,c.useSelect)(e=>e($.wl).isDoingSaveSettings()||e(Y.M).isNavigatingTo(o)),u=(0,c.useSelect)(e=>!!e(V.n).getValue($.Ap)),h=(0,c.useSelect)(e=>e($.wl).getErrorForAction("saveSettings")),{saveSettings:m,setAdBlockingRecoverySetupStatus:f}=(0,c.useDispatch)($.wl),{navigateTo:k}=(0,c.useDispatch)(Y.M),{setValue:_}=(0,c.useDispatch)(V.n),y=(0,s.useCallback)(async()=>{if(!u)return await(0,Z.sx)(`${e}_adsense-abr`,"create_message","primary_cta"),void _($.Ap,!0);f($.Tt.SETUP_CONFIRMED);const{error:t}=await m();t||(await(0,Z.sx)(`${e}_adsense-abr`,"confirm_message_ready"),k(o))},[u,k,m,f,_,o,e]),x=(0,s.useCallback)(async()=>{f($.Tt.SETUP_CONFIRMED);const{error:t}=await m();t||(await(0,Z.sx)(`${e}_adsense-abr`,"confirm_message_ready_secondary_cta"),k(o))},[f,m,k,o,e]);return(0,q.A)(()=>{(0,Z.sx)(`${e}_adsense-abr`,"setup_create_message")}),(0,s.useEffect)(()=>{u&&(0,Z.sx)(`${e}_adsense-abr`,"setup_final_step")},[u,e]),(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(p.A,{children:(0,l.__)("Create and publish an ad blocking recovery message in AdSense","google-site-kit")}),(0,v.jsx)(p.A,{children:(0,l.__)("Site visitors will be given the option to allow ads on your site. You can also present them with other options to fund your site (optional)","google-site-kit")}),h&&(0,v.jsx)(K.A,{error:h}),(0,v.jsxs)("div",{className:"googlesitekit-ad-blocking-recovery__create-message-footer",children:[(0,v.jsx)("div",{className:"googlesitekit-ad-blocking-recovery__create-message-footer-actions",children:u?(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(g.SpinnerButton,{onClick:y,isSaving:r,disabled:r,children:(0,l.__)("My message is ready","google-site-kit")}),(0,v.jsx)(d.A,{onClick:function(){(0,Z.sx)(`${e}_adsense-abr`,"create_message","secondary_cta")},href:i,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Create message","google-site-kit")})]}):(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(g.Button,{href:i,target:"_blank",onClick:y,children:(0,l.__)("Create message","google-site-kit")}),(0,v.jsx)(d.A,{onClick:x,disabled:r,children:(0,l.__)("I published my message","google-site-kit")})]})}),u&&(0,v.jsx)("p",{className:"googlesitekit-ad-blocking-recovery__create-message-footer-note",children:(0,l.__)("Ad blocking recovery only works if you’ve created and published your message in AdSense","google-site-kit")})]})]})}var ee=i(13606);function PlaceTagsStep({setActiveStep:e}){const t=(0,W.A)(),i=(0,c.useSelect)(e=>e($.wl).getUseAdBlockingRecoveryErrorSnippet()),n=(0,c.useSelect)(e=>e($.wl).isDoingSaveSettings()||e($.wl).isFetchingSyncAdBlockingRecoveryTags()),o=(0,c.useSelect)(e=>e($.wl).getErrorForAction("syncAdBlockingRecoveryTags")||e($.wl).getErrorForAction("saveSettings")),r=(0,c.useSelect)(e=>e(F.O4).getDocumentationLinkURL("ad-blocking-recovery")),{saveSettings:a,setAdBlockingRecoverySetupStatus:u,setUseAdBlockingRecoverySnippet:h,setUseAdBlockingRecoveryErrorSnippet:m,syncAdBlockingRecoveryTags:f}=(0,c.useDispatch)($.wl),k=(0,s.useCallback)(({target:e})=>{const i=!!e.checked;m(i),(0,Z.sx)(`${t}_adsense-abr`,i?"check_box":"uncheck_box")},[m,t]),_=(0,s.useCallback)(async()=>{const{error:i}=await f();if(i)return;u($.Tt.TAG_PLACED),h(!0);const{error:s}=await a();s||(await(0,Z.sx)(`${t}_adsense-abr`,"setup_enable_tag"),e($.J4.CREATE_MESSAGE))},[a,e,u,h,f,t]);return(0,q.A)(()=>{i||m(!0),(0,Z.sx)(`${t}_adsense-abr`,"setup_place_tag")}),(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(p.A,{children:(0,l.__)("Identify site visitors that have an ad blocker browser extension installed. These site visitors will see the ad blocking recovery message created in AdSense.","google-site-kit")}),(0,v.jsx)(g.Checkbox,{checked:i,id:"ad-blocking-recovery-error-protection-tag-checkbox",name:"ad-blocking-recovery-error-protection-tag-checkbox",value:"1",onChange:k,alignLeft:!0,children:(0,l.__)("Enable error protection code (optional)","google-site-kit")}),(0,v.jsx)("p",{className:"googlesitekit-ad-blocking-recovery__error-protection-tag-info",children:(0,ee.A)((0,l.__)("If a site visitor’s ad blocker browser extension blocks the message you create in AdSense, a default, non-customizable ad blocking recovery message will display instead. <a>Learn more</a>","google-site-kit"),{a:(0,v.jsx)(d.A,{href:r,external:!0})})}),o&&(0,v.jsx)(K.A,{error:o}),(0,v.jsx)(g.SpinnerButton,{onClick:_,isSaving:n,disabled:n,children:(0,l.__)("Enable message","google-site-kit")})]})}PlaceTagsStep.propTypes={setActiveStep:m().func};var te=i(73589);function SetupMain(){const e=(0,W.A)(),t=(0,c.useSelect)(e=>e(F.O4).getAdminURL("googlesitekit-settings")),i=(0,c.useSelect)(e=>e(F.O4).getModuleSettingsURL(te.Py)),n=(0,c.useSelect)(e=>!!e(V.n).getValue($.Ap)),o=(0,c.useSelect)(e=>e(F.O4).getAdminURL("googlesitekit-dashboard")),h=(0,c.useSelect)(e=>{const t={[$.Tt.TAG_PLACED]:$.J4.CREATE_MESSAGE,[$.Tt.SETUP_CONFIRMED]:$.J4.COMPLETE},i=e($.wl).getAdBlockingRecoverySetupStatus();if(void 0!==i)return t[i]||$.J4.PLACE_TAGS}),m=(0,a.F)(o,{notification:"ad_blocking_recovery_setup_success"}),f=(0,c.useSelect)(e=>e($.wl).getAccountID()),k=(0,c.useSelect)(e=>e($.wl).getServiceURL({path:`/${f}/privacymessaging/ad_blocking`})),{saveSettings:_,setAdBlockingRecoverySetupStatus:y,setUseAdBlockingRecoverySnippet:x,setUseAdBlockingRecoveryErrorSnippet:b}=(0,c.useDispatch)($.wl),{navigateTo:S}=(0,c.useDispatch)(Y.M),[A,j]=(0,s.useState)(h),N=(0,s.useCallback)(async()=>{if(0===A)return await(0,Z.sx)(`${e}_adsense-abr`,"cancel_setup","on_place_tag_step"),document.referrer.includes(t)?S(i):S(o);if(n)return await(0,Z.sx)(`${e}_adsense-abr`,"cancel_setup","on_final_step"),S(i);y(""),x(!1),b(!1);const{error:s}=await _();return await(0,Z.sx)(`${e}_adsense-abr`,"cancel_setup","on_create_message_step"),s||(document.referrer.includes(t)?S(i):S(o)),null},[A,i,n,o,S,_,y,b,x,t,e]);return(0,s.useEffect)(()=>{void 0===A&&void 0!==h&&j(h)},[A,h]),(0,v.jsxs)(G.A,{rounded:!0,children:[(0,v.jsx)(r.xA,{children:(0,v.jsx)(r.fI,{children:(0,v.jsx)(r.fh,{lgSize:6,mdSize:8,smSize:4,children:(0,v.jsx)(u.A,{className:"googlesitekit-heading-3 googlesitekit-ad-blocking-recovery__heading",title:(0,l.__)("Ad Blocking Recovery","google-site-kit"),fullWidth:!0})})})}),(0,v.jsxs)(Content,{children:[(0,v.jsxs)(Stepper,{activeStep:A,className:"googlesitekit-ad-blocking-recovery__steps",children:[(0,v.jsx)(Step,{title:(0,l.__)("Enable ad blocking recovery message (required)","google-site-kit"),className:"googlesitekit-ad-blocking-recovery__step googlesitekit-ad-blocking-recovery__step-place-tags",children:(0,v.jsx)(PlaceTagsStep,{setActiveStep:j})}),(0,v.jsx)(Step,{title:(0,l.__)("Create your site’s ad blocking recovery message (required)","google-site-kit"),className:"googlesitekit-ad-blocking-recovery__step googlesitekit-ad-blocking-recovery__step-create-message",children:(0,v.jsx)(CreateMessageStep,{})})]}),$.J4.COMPLETE===A&&(0,v.jsxs)("div",{className:"googlesitekit-ad-blocking-recovery__complete-content",children:[(0,v.jsx)(p.A,{children:(0,l.__)("Create and publish an ad blocking recovery message in AdSense","google-site-kit")}),(0,v.jsx)(p.A,{children:(0,l.__)("Site visitors will be given the option to allow ads on your site. You can also present them with other options to fund your site (optional)","google-site-kit")})]})]}),(0,v.jsx)("div",{className:"googlesitekit-ad-blocking-recovery__footer googlesitekit-ad-blocking-recovery__buttons",children:(0,v.jsx)("div",{className:"googlesitekit-ad-blocking-recovery__footer-cancel",children:$.J4.COMPLETE===A?(0,v.jsxs)("div",{className:"googlesitekit-ad-blocking-recovery__complete-actions",children:[(0,v.jsx)(g.SpinnerButton,{href:m,children:(0,l.__)("My message is ready","google-site-kit")}),(0,v.jsx)(d.A,{href:k,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Create message","google-site-kit")})]}):(0,v.jsx)(d.A,{onClick:N,children:(0,l.__)("Cancel","google-site-kit")})})})]})}function AdBlockingRecoveryApp(){return(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(n.A,{children:(0,v.jsx)(o.A,{})}),(0,v.jsx)("div",{className:"googlesitekit-ad-blocking-recovery googlesitekit-module-page",children:(0,v.jsx)(r.xA,{children:(0,v.jsx)(r.fI,{children:(0,v.jsx)(r.fh,{size:12,children:(0,v.jsx)(SetupMain,{})})})})})]})}var ie=i(52009),se=i(90399);function SetupUseSnippetSwitch(){const e=(0,c.useSelect)(e=>e($.wl).getOriginalUseSnippet()),t=(0,c.useSelect)(e=>e($.wl).getExistingTag()),i=(0,c.useSelect)(e=>e($.wl).getClientID()),{setUseSnippet:n,saveSettings:o}=(0,c.useDispatch)($.wl),r=Boolean(t);if((0,s.useEffect)(()=>{r&&(n(!1),o())},[r,o,n]),e&&!t||void 0===t||void 0===e)return null;let a,g;const d=(0,l.__)("Make sure to remove the existing AdSense code to avoid conflicts with the code placed by Site Kit","google-site-kit");return t===i?(g=(0,l.__)("You’ve already got an AdSense code on your site for this account. We recommend you use Site Kit to place the code to get the most out of AdSense.","google-site-kit"),a=`${g} ${d}`):t?(g=(0,l.sprintf)(/* translators: 1: existing account ID, 2: current account ID */ /* translators: 1: existing account ID, 2: current account ID */ (0,l.__)("Site Kit detected AdSense code for a different account %1$s on your site. In order to configure AdSense for your current account %2$s, we recommend you use Site Kit to place the code instead.","google-site-kit"),(0,ie.c)(t),(0,ie.c)(i)),a=`${g} ${d}`):a=d,(0,v.jsx)(se.TZ,{checkedMessage:a,uncheckedMessage:g,saveOnChange:!0})}var ne=i(79257),oe=i(93431),re=i(81779),ae=i(61991);function SetupAccountSiteUI({heading:e,description:t,primaryButton:i,secondaryButton:n}){const o=(0,c.useSelect)(e=>e($.wl).isDoingSubmitChanges()||e(Y.M).isNavigating());return(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(x.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:e}),(0,v.jsx)(se.kg,{}),(0,v.jsx)(p.A,{children:t}),(0,v.jsx)(SetupUseSnippetSwitch,{}),(0,v.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[(0,v.jsx)(g.SpinnerButton,{onClick:i.onClick,href:i.href,disabled:o,isSaving:o,children:i.label}),n&&(0,v.jsx)("div",{className:"googlesitekit-setup-module__sub-action",children:(0,v.jsx)(g.Button,{onClick:n.onClick,tertiary:!0,children:n.label})})]})]})}function NeedsAttention(){const e=(0,s.useContext)(ae.Ay),t=(0,c.useSelect)(e=>e($.wl).getServiceAccountManageSitesURL()),n=(0,s.useCallback)(s=>{s.preventDefault(),(0,Z.sx)(`${e}_adsense`,"review_site_state","needs_attention"),i.g.open(t,"_blank")},[t,e]),o=(0,l.__)("Your site isn’t ready to show ads yet","google-site-kit"),r=(0,l.__)("You need to fix some things with this site before we can connect Site Kit to your AdSense account","google-site-kit"),a={label:(0,l.__)("Review site in AdSense","google-site-kit"),href:t,onClick:n};return(0,v.jsx)(SetupAccountSiteUI,{heading:o,description:r,primaryButton:a})}function GettingReady(){const e=(0,s.useContext)(ae.Ay),t=(0,c.useSelect)(e=>e($.wl).getServiceAccountManageSitesURL()),n=(0,s.useCallback)(s=>{s.preventDefault(),(0,Z.sx)(`${e}_adsense`,"review_site_state","getting_ready"),i.g.open(t,"_blank")},[t,e]),o=(0,l.__)("Your site is getting ready","google-site-kit"),r=(0,l.__)("This usually takes a few days, but in some cases can take a few weeks. You’ll get an email from AdSense as soon as they have run some checks on your site.","google-site-kit"),a={label:(0,l.__)("Review site in AdSense","google-site-kit"),href:t,onClick:n};return(0,v.jsx)(SetupAccountSiteUI,{heading:o,description:r,primaryButton:a})}function RequiresReview(){const e=(0,s.useContext)(ae.Ay),t=(0,c.useSelect)(e=>e($.wl).getServiceAccountManageSitesURL()),n=(0,s.useCallback)(s=>{s.preventDefault(),(0,Z.sx)(`${e}_adsense`,"review_site_state","requires_review"),i.g.open(t,"_blank")},[t,e]),o=(0,l.__)("Your site requires review","google-site-kit"),r=(0,l.__)("To start serving ads, your site needs to be approved first. Go to AdSense to request the review.","google-site-kit"),a={label:(0,l.__)("Request review in AdSense","google-site-kit"),href:t,onClick:n};return(0,v.jsx)(SetupAccountSiteUI,{heading:o,description:r,primaryButton:a})}function Ready({site:e,finishSetup:t}){const[n,o]=(0,s.useState)(!1),r=(0,s.useContext)(ae.Ay),a=(0,c.useSelect)(e=>e($.wl).getExistingTag()),g=(0,c.useSelect)(e=>e($.wl).getServiceAccountSiteAdsPreviewURL()),d=(0,c.useSelect)(e=>e($.wl).isDoingSubmitChanges()),{completeSiteSetup:u,completeAccountSetup:p}=(0,c.useDispatch)($.wl),{setValue:h}=(0,c.useDispatch)(V.n),m=(0,s.useCallback)(e=>{e.preventDefault(),(0,Z.sx)(`${r}_adsense`,"enable_auto_ads"),i.g.open(g,"_blank")},[g,r]),f=(0,s.useCallback)(e=>{e.preventDefault(),(0,Z.sx)(`${r}_adsense`,"disable_auto_ads"),o(!0)},[r]),k=(0,s.useCallback)(async()=>{if(d)return;h($.O0,!0);const e=await u(),i=await p();h($.O0,!1),e&&i&&"function"==typeof t&&t()},[d,h,u,p,t]),_={};return e.autoAdsEnabled||n?(_.heading=a?(0,l.__)("Your AdSense account is ready to connect to Site Kit","google-site-kit"):(0,l.__)("Your site is ready to use AdSense","google-site-kit"),_.description=a?(0,l.__)("Connect your AdSense account to see stats on your overall earnings, page CTR, and top earning pages","google-site-kit"):(0,l.__)("Site Kit has placed AdSense code on your site to connect your site to AdSense and help you get the most out of ads","google-site-kit"),_.primaryButton={label:(0,l.__)("Complete setup","google-site-kit"),onClick:k}):(_.heading=(0,l.__)("Enable auto ads for your site","google-site-kit"),_.description=(0,l.__)("To start serving ads via Site Kit, you need to activate auto ads first. Go to AdSense and enable auto ads for your site.","google-site-kit"),_.primaryButton={label:(0,l.__)("Enable auto ads","google-site-kit"),href:g,onClick:m},a&&(_.description=(0,l.__)("Site Kit recommends enabling auto ads. If your existing AdSense setup relies on individual ad units, you can proceed without enabling auto ads.","google-site-kit"),_.secondaryButton={label:(0,l.__)("Proceed without enabling auto ads","google-site-kit"),onClick:f})),(0,v.jsx)(SetupAccountSiteUI,{..._})}function SetupAccountSite({site:e,finishSetup:t}){const{autoAdsEnabled:i,state:n}=e,{setSiteStatus:o}=(0,c.useDispatch)($.wl);switch((0,s.useEffect)(()=>{let e;switch(n){case $._L:e=re.k;break;case $.LE:e=re.dL;break;case $.IY:e=re.oC;break;case $.jb:e=i?re.TF:re.um}e&&o(e)},[i,o,n]),n){case $._L:return(0,v.jsx)(NeedsAttention,{});case $.LE:return(0,v.jsx)(RequiresReview,{});case $.IY:return(0,v.jsx)(GettingReady,{});case $.jb:return(0,v.jsx)(Ready,{site:e,finishSetup:t});default:return(0,v.jsx)(K.A,{message:(0,l.sprintf)(/* translators: %s: invalid site state identifier */ /* translators: %s: invalid site state identifier */ (0,l.__)("Invalid site state %s","google-site-kit"),n),skipRetryMessage:!0})}}SetupAccountSiteUI.propTypes={heading:m().string.isRequired,description:m().string.isRequired,primaryButton:m().shape({label:m().string,href:m().string,onClick:m().func}).isRequired,secondaryButton:m().shape({label:m().string,onClick:m().func})},SetupAccountSite.propTypes={site:m().shape({autoAdsEnabled:m().bool,state:m().string}).isRequired,finishSetup:m().func};var le=i(44174);function SetupAccountNoClient(){const e=(0,W.A)(),t=(0,s.useCallback)(()=>{(0,Z.sx)(`${e}_adsense`,"apply_afc")},[e]);return(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(x.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:(0,l.__)("Looks like you need to upgrade your AdSense account","google-site-kit")}),(0,v.jsx)(se.kg,{}),(0,v.jsx)(p.A,{children:(0,ee.A)((0,l.__)("To start using AdSense on your website, you need to upgrade your account to add “AdSense for content”. <a>Learn more</a>","google-site-kit"),{a:(0,v.jsx)(le.A,{path:"/adsense/answer/6023158","aria-label":(0,l.__)("Learn more about updating your AdSense account","google-site-kit"),external:!0})})}),(0,v.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,v.jsx)(g.Button,{href:"https://www.google.com/adsense",target:"_blank","aria-label":(0,l.__)("Learn more about updating your AdSense account","google-site-kit"),onClick:t,children:(0,l.__)("Apply now","google-site-kit")})})]})}function SetupAccountCreateSite(){const e=(0,W.A)(),t=(0,c.useSelect)(e=>e($.wl).getServiceAccountManageSiteURL()),n=(0,s.useCallback)(s=>{s.preventDefault(),(0,Z.sx)(`${e}_adsense`,"create_site"),i.g.open(t,"_blank")},[t,e]);return(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(x.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:(0,l.__)("Add this site to your AdSense account","google-site-kit")}),(0,v.jsx)(se.kg,{}),(0,v.jsx)(p.A,{children:(0,l.__)("We’ve detected that you haven’t added this site to your AdSense account yet","google-site-kit")}),(0,v.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,v.jsx)(g.Button,{onClick:n,href:t,children:(0,l.__)("Add site to AdSense","google-site-kit")})})]})}function SetupAccountPendingTasks(){const e=(0,W.A)(),t=(0,s.useCallback)(()=>{(0,Z.sx)(`${e}_adsense`,"review_tasks")},[e]),i=(0,c.useSelect)(e=>e($.wl).getServiceAccountURL());return(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(x.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:(0,l.__)("Your account isn’t ready to show ads yet","google-site-kit")}),(0,v.jsx)(se.kg,{}),(0,v.jsx)(p.A,{children:(0,l.__)("You need to fix some things before we can connect Site Kit to your AdSense account","google-site-kit")}),(0,v.jsx)(SetupUseSnippetSwitch,{}),(0,v.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,v.jsx)(g.Button,{onClick:t,href:i,children:(0,l.__)("Review AdSense account","google-site-kit")})})]})}function SetupAccount({account:e,finishSetup:t}){const{_id:i,state:n}=e,o=(0,c.useSelect)(e=>e($.wl).getClientID()),r=(0,c.useSelect)(e=>e($.wl).getCurrentSite(i)),a=(0,c.useSelect)(e=>e($.wl).getAFCClient(i)),{setClientID:l,setAccountStatus:d,setSiteStatus:u}=(0,c.useDispatch)($.wl);return(0,s.useEffect)(()=>{a?._id&&o!==a._id?l(a._id):null===a&&o&&l("")},[a,o,l]),(0,s.useEffect)(()=>{null===r&&u(re.SG)},[u,r]),(0,s.useEffect)(()=>{void 0!==r&&(o?n===$._L?d(re.gV):a?.state===$.LE?d(re.bF):a?.state===$.IY?d(re.Yb):d(re.pJ):d(re.ze))},[n,a,o,d,r]),void 0===r?(0,v.jsx)(g.ProgressBar,{}):o?null===r?(0,v.jsx)(SetupAccountCreateSite,{}):n===$._L||a?.state===$.LE||a?.state===$.IY?(0,v.jsx)(SetupAccountPendingTasks,{}):(0,v.jsx)(SetupAccountSite,{site:r,finishSetup:t}):(0,v.jsx)(SetupAccountNoClient,{})}SetupAccount.propTypes={account:m().shape({_id:m().string,state:m().string}),finishSetup:m().func};var ce=i(58116);function SetupCreateAccount(){const e=`${(0,W.A)()}_adsense`,t=(0,c.useSelect)(e=>e(ce.oR).getEmail()),n=(0,c.useSelect)(e=>e($.wl).getExistingTag()),o=(0,c.useSelect)(e=>e($.wl).getServiceCreateAccountURL()),r=(0,s.useCallback)(async t=>{t.preventDefault(),await(0,Z.sx)(e,"create_account"),i.g.open(o,"_blank")},[o,e]);return(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(x.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:(0,l.__)("Create your AdSense account","google-site-kit")}),(0,v.jsx)(se.kg,{}),(0,v.jsx)(p.A,{children:(0,l.__)("Once you create your account, Site Kit will place AdSense code on every page across your site. This means your site will be automatically optimized to help you earn money from your content.","google-site-kit")}),(0,v.jsx)(se.Fv,{}),(0,v.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,v.jsx)(g.Button,{onClick:r,href:o,children:(0,l.__)("Create AdSense account","google-site-kit")})}),(0,v.jsxs)("p",{className:"googlesitekit-setup-module__footer-text",children:[n&&(0,l.sprintf)(/* translators: 1: client ID, 2: user email address, 3: account ID */ /* translators: 1: client ID, 2: user email address, 3: account ID */ (0,l.__)("Site Kit detected AdSense code %1$s on your page. We recommend you remove that code or add %2$s as a user to the AdSense account %3$s.","google-site-kit"),n,t,(0,ie.c)(n)),!n&&(0,ee.A)((0,l.sprintf)(/* translators: %s: user email address */ /* translators: %s: user email address */ (0,l.__)("Already use AdSense? Add %s as a user to an existing AdSense account. <a>Learn more</a>","google-site-kit"),t),{a:(0,v.jsx)(le.A,{path:"/adsense/answer/2659101","aria-label":(0,l.__)("Learn more about adding a user to an existing AdSense account","google-site-kit"),external:!0})})]})]})}function SetupSelectAccount(){return(0,v.jsxs)(s.Fragment,{children:[(0,v.jsx)(x.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:(0,l.__)("Select your AdSense account","google-site-kit")}),(0,v.jsx)(se.kg,{}),(0,v.jsx)(p.A,{children:(0,l.__)("Looks like you have multiple AdSense accounts associated with your Google account. Select the account to use with Site Kit below.","google-site-kit")}),(0,v.jsx)("div",{className:"googlesitekit-setup-module__inputs",children:(0,v.jsx)(se.QB,{})})]})}var ge=i(10804),de=i(42125);function SetupMain_SetupMain({finishSetup:e}){const t=`${(0,W.A)()}_adsense`,{resetAccounts:i,resetClients:n,resetSites:o,setAccountID:r,setAccountStatus:a,submitChanges:d}=(0,c.useDispatch)($.wl),[u,p]=(0,s.useState)(!1),[h,m]=(0,s.useState)(!1),f=(0,c.useSelect)(e=>!!e(V.n).getValue($.O0)),k=(0,c.useSelect)(e=>e(ce.oR).isAdBlockerActive()),_=(0,c.useSelect)(e=>e($.wl).getAccounts()),y=(0,c.useSelect)(e=>e($.wl).getAccountID()),b=(0,c.useSelect)(e=>e($.wl).hasSettingChanged("accountID")),S=(0,c.useSelect)(e=>e($.wl).hasSettingChanged("clientID")),A=(0,c.useSelect)(e=>e($.wl).canSubmitChanges()),j=(0,c.useSelect)(e=>e($.wl).getClientID()),N=(0,c.useSelect)(e=>e($.wl).getAccountStatus()),I=(0,c.useSelect)(e=>e($.wl).hasSettingChanged("accountStatus")),w=(0,c.useSelect)(e=>e($.wl).getSiteStatus()),E=(0,c.useSelect)(e=>e($.wl).hasSettingChanged("siteStatus")),T=(0,c.useSelect)(e=>e($.wl).hasErrors()),M=(0,c.useSelect)(e=>e($.wl).hasFinishedResolution("getAccounts")),C=(0,c.useSelect)(e=>e(ce.oR).getEmail()),D=(0,c.useSelect)(e=>e(F.O4).getReferenceSiteURL()),R=(0,c.useSelect)(e=>e($.wl).getExistingTag()),O=_?.find(({_id:e})=>e===y);(0,ne.A)(()=>{(b&&void 0!==y||S&&void 0!==j||I&&void 0!==N||E&&void 0!==w)&&p(!0)},[y,b,j,S,N,I,w,E]),(0,s.useEffect)(()=>{if(!Array.isArray(_))return;let e;1!==_.length||y&&_[0]._id===y?0===_.length&&y&&(e=""):e=_[0]._id,void 0!==e&&(r(e),p(!0))},[_,y,r]),(0,s.useEffect)(()=>{0===_?.length?a(re.uP):_?.length>1&&!y&&a(re.Sw)},[a,y,_]),(0,s.useEffect)(()=>{u&&!h&&A&&!f&&(p(!1),(async()=>{m(!0),await d(),m(!1)})())},[u,h,A,d,f]);const L=(0,s.useCallback)(()=>{void 0!==N&&re.pJ!==N&&(i(),n(),o())},[N,i,n,o]);let z;return(0,de.$)(L,15e3),(0,s.useEffect)(()=>{void 0!==N&&(0,Z.sx)(t,"receive_account_state",N)},[t,N]),(0,s.useEffect)(()=>{void 0!==w&&(0,Z.sx)(t,"receive_site_state",w)},[t,w]),z=M&&void 0!==y&&void 0!==C&&void 0!==D&&void 0!==R?T?(0,v.jsx)(se.kg,{hasButton:!0}):_?.length?y?(0,v.jsx)(SetupAccount,{account:O,finishSetup:e}):(0,v.jsx)(SetupSelectAccount,{}):(0,v.jsx)(SetupCreateAccount,{}):(0,v.jsx)(g.ProgressBar,{}),(0,v.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--adsense",children:[(0,v.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,v.jsx)("div",{className:"googlesitekit-setup-module__logo",children:(0,v.jsx)(oe.A,{width:"40",height:"40"})}),(0,v.jsx)(x.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:(0,l._x)("AdSense","Service name","google-site-kit")})]}),(0,v.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,v.jsx)(ge.A,{moduleSlug:"adsense"}),!k&&z]})]})}SetupMain_SetupMain.propTypes={finishSetup:m().func}},47121:(e,t,i)=>{i.d(t,{$C:()=>I,RF:()=>N,WI:()=>A,_5:()=>x,jU:()=>v,o3:()=>y,x0:()=>S});var s=i(32091),n=i.n(s),o=i(50532),r=i.n(o),a=i(17243),l=i(78913);const c="GET_REGISTRY",g="AWAIT";function d(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=b(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return n()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const u=d,p=d;function h(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,s={})=>t.reduce((e,t)=>t(e,s),e)}const m=d,f=d,k=d;function _(e){return e}function y(...e){const t=k(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:u(...e.map(e=>e.actions||{})),reducer:h(t,...e.map(e=>e.reducer||_)),resolvers:m(...e.map(e=>e.resolvers||{})),selectors:f(...e.map(e=>e.selectors||{}))}}const v={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:g}}},x={[c]:(0,l.b)(e=>()=>e),[g]:({payload:e})=>e.value};function b(e){const t=[],i={};for(let s=0;s<e.length;s++){const n=e[s];i[n]=i[n]>=1?i[n]+1:1,i[n]>1&&t.push(n)}return t}const S={actions:v,controls:x,reducer:_};function A(e){return t=>j(e(t))}const j=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const s=e(...i);return n()(void 0!==s,`${t}(...) is not resolved`),s}));function N(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(s,...n)=>{const o=!t,r=!!t;try{return e(i,s,...n),o}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...s)=>{e(t,i,...s)})}}function I(e,t){return n()("function"==typeof e,"a validator function is required."),n()("function"==typeof t,"an action creator function is required."),n()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>s});const s={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var s=i(18117),n=i(17243),o=i(63696);function r(...e){const t=(0,s.MA)(()=>(0,n.debounce)(...e),e);return(0,o.useEffect)(()=>()=>t.cancel(),[t]),t}},52009:(e,t,i)=>{i.d(t,{c:()=>n,v:()=>o});var s=i(36466);function n(e){if((0,s.X)(e))return e.match(/pub-\d+$/)[0]}function o(e){if((0,s.H)(e))return e.match(/pub-\d+$/)[0]}},53137:(e,t,i)=>{i.d(t,{FQ:()=>o,He:()=>a,bI:()=>r,rq:()=>n,ui:()=>s});const s="warning-notification-gtg",n="gtg-setup-cta",o={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54312:(e,t,i)=>{i.d(t,{A:()=>GenericErrorHandlerActions});var s=i(62688),n=i.n(s),o=i(82871),r=i(20898),a=i(38021),l=i.n(a),c=i(63696),g=i(12417),d=i(1027),u=i(65123),p=i(49383),h=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,s]=(0,c.useState)(!1);return(0,h.jsx)(p.Button,{"aria-label":i?(0,o.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),s(!0)},trailingIcon:(0,h.jsx)(g.A,{className:"mdc-button__icon",icon:i?d.A:u.A}),children:i?(0,o.__)("Copied to clipboard","google-site-kit"):(0,o.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:n().string,componentStack:n().string};const m=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,h.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,h.jsx)(m,{message:e,componentStack:t}),(0,h.jsx)(r.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,o.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:n().string,componentStack:n().string}},55527:(e,t,i)=>{i.d(t,{$z:()=>n.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>s.N,P3:()=>r.P,Si:()=>o.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var s=i(91046),n=i(3412),o=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},56929:(e,t,i)=>{i.d(t,{Ay:()=>AutoAdExclusionSwitches,BN:()=>u,nk:()=>g,ru:()=>d});var s=i(63696),n=i(82871),o=i(50539),r=i(49383),a=i(59323),l=i(74179),c=i(62540);const g="loggedinUsers",d="contentCreators",u={[g]:(0,n.__)("All logged-in users","google-site-kit"),[d]:(0,n.__)("Users who can write posts","google-site-kit")};function AutoAdExclusionSwitches(){const e=(0,o.useSelect)(e=>e(l.wl).getAutoAdsDisabled()),{setAutoAdsDisabled:t}=(0,o.useDispatch)(l.wl);let i;i=e&&e.includes(g)?(0,n.__)("Ads will not be displayed for all logged-in users","google-site-kit"):e&&e.includes(d)?(0,n.__)("Ads will not be displayed for users that can write posts","google-site-kit"):(0,n.__)("Ads will be displayed for all users","google-site-kit");const p=(0,s.useCallback)((i,s)=>{const n=s?e.concat(i):e.filter(e=>e!==i);t(n)},[e,t]),h=(0,s.useCallback)(e=>{const{checked:t}=e.target;p(d,t)},[p]),m=(0,s.useCallback)(e=>{const{checked:t}=e.target;p(g,t)},[p]);return Array.isArray(e)?(0,c.jsxs)("fieldset",{className:"googlesitekit-analytics-auto-ads-disabled",children:[(0,c.jsx)("legend",{className:"googlesitekit-setup-module__text",children:(0,n.__)("Exclude from Ads","google-site-kit")}),(0,c.jsxs)("div",{className:"googlesitekit-settings-module__inline-items",children:[(0,c.jsx)("div",{className:"googlesitekit-settings-module__inline-item",children:(0,c.jsx)(r.Switch,{label:u[g],checked:e.includes(g),onClick:m,hideLabel:!1})}),!e.includes(g)&&(0,c.jsx)("div",{className:"googlesitekit-settings-module__inline-item",children:(0,c.jsx)(r.Switch,{label:u[d],checked:e.includes(d),onClick:h,hideLabel:!1})})]}),(0,c.jsx)(a.A,{children:i})]}):null}},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>p,BT:()=>D,CQ:()=>N,DF:()=>W,GM:()=>j,GT:()=>_,HA:()=>z,HD:()=>u,HP:()=>C,J5:()=>P,JF:()=>w,JK:()=>f,Ml:()=>m,SS:()=>R,UF:()=>g,UY:()=>Y,Vl:()=>O,W6:()=>V,Xq:()=>I,YQ:()=>E,Yw:()=>G,dV:()=>M,dX:()=>A,ej:()=>c,em:()=>o,ep:()=>b,fu:()=>v,gC:()=>y,hz:()=>h,jx:()=>d,lV:()=>l,nH:()=>B,oR:()=>s,od:()=>a,p3:()=>k,pG:()=>S,qv:()=>n,qy:()=>T,t1:()=>F,t7:()=>U,tB:()=>x,tK:()=>H,u_:()=>L});const s="core/user",n="connected_url_mismatch",o="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",d="googlesitekit_view_dashboard",u="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",h="googlesitekit_manage_module_sharing_options",m="googlesitekit_delegate_module_sharing_management",f="googlesitekit_update_plugins",k="kmAnalyticsAdSenseTopEarningContent",_="kmAnalyticsEngagedTrafficSource",y="kmAnalyticsLeastEngagingPages",v="kmAnalyticsNewVisitors",x="kmAnalyticsPopularAuthors",b="kmAnalyticsPopularContent",S="kmAnalyticsPopularProducts",A="kmAnalyticsReturningVisitors",j="kmAnalyticsTopCities",N="kmAnalyticsTopCitiesDrivingLeads",I="kmAnalyticsTopCitiesDrivingAddToCart",w="kmAnalyticsTopCitiesDrivingPurchases",E="kmAnalyticsTopDeviceDrivingPurchases",T="kmAnalyticsTopConvertingTrafficSource",M="kmAnalyticsTopCountries",C="kmAnalyticsTopPagesDrivingLeads",D="kmAnalyticsTopRecentTrendingPages",R="kmAnalyticsTopTrafficSource",O="kmAnalyticsTopTrafficSourceDrivingAddToCart",L="kmAnalyticsTopTrafficSourceDrivingLeads",z="kmAnalyticsTopTrafficSourceDrivingPurchases",B="kmAnalyticsPagesPerVisit",P="kmAnalyticsVisitLength",H="kmAnalyticsTopReturningVisitorPages",U="kmSearchConsolePopularKeywords",G="kmAnalyticsVisitsPerVisitor",Y="kmAnalyticsMostEngagingPages",F="kmAnalyticsTopCategories",V=[k,_,y,v,x,b,S,A,F,j,N,I,w,E,T,M,D,R,O,B,P,H,G,Y,F],W=[...V,U]},59323:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),n=i.n(s),o=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...s}){const n=(0,o.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(n===o.mp?a.Kk:a.Yw),...s,children:i})}c.propTypes={type:n().oneOf(a.tT),size:n().oneOf(a.oJ)}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var s=i(28056),n=i.n(s),o=i(4452),r=i.n(o),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var d=i(72545),u=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:o,size:a,step:l,tooltipProps:h}){const m=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function f(e){return r()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:r()("googlesitekit-tour-tooltip",l.className),...h,children:(0,p.jsxs)(n(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(s.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:m.map(e=>(0,p.jsx)("li",{className:f(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,o.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...o,children:o.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(d.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>o});const s=(0,i(63696).createContext)(""),{Consumer:n,Provider:o}=s,r=s},63972:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 11 9"},e),s||(s=n.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M1 3.838 4.106 7 10 1"})))},64067:(e,t,i)=>{i.d(t,{P9:()=>k,k:()=>h,mR:()=>f});var s=i(32091),n=i.n(s),o=i(17243),r=i(50539),a=i.n(r),l=i(21134),c=i(12850);const g="CREATE_SNAPSHOT",d="DELETE_SNAPSHOT",u="RESTORE_SNAPSHOT",p="SET_STATE_FROM_SNAPSHOT";function h(e,{keysToSnapshot:t}={}){n()(e,"storeName is required to create a snapshot store.");const i={},s={*deleteSnapshot(){return yield{payload:{},type:d}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:s}=yield{payload:{},type:u};return i&&(yield{payload:{snapshot:s},type:p},t&&(yield{payload:{},type:d})),i},*createSnapshot(){return yield{payload:{},type:g}}},a={[d]:()=>(0,l.LD)(`datastore::cache::${e}`),[g]:(0,r.createRegistryControl)(i=>()=>{const s=i.stores[e].store.getState(),n=t?.length>0?(0,o.pick)(s,t):s;return(0,l.SO)(`datastore::cache::${e}`,n)}),[u]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:s,controls:a,reducer:function(e=i,{type:s,payload:n}){if(s===p){const{snapshot:i}=n,{error:s,...o}=i;return t?.length>0?{...e,...o}:o}return e}}}function m(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function f(e=a()){return Promise.all(m(e).map(e=>e.getActions().createSnapshot()))}function k(e=a()){return Promise.all(m(e).map(e=>e.getActions().restoreSnapshot()))}},64843:(e,t,i)=>{i.d(t,{A:()=>WebStoriesAdUnitSelect});var s=i(63696),n=i(82871),o=i(49383),r=i(50539),a=i(74179),l=i(62540);function WebStoriesAdUnitSelect(){const e=(0,r.useSelect)(e=>e(a.wl).getAccountID()),t=(0,r.useSelect)(e=>e(a.wl).getClientID()),i=(0,r.useSelect)(e=>e(a.wl).getWebStoriesAdUnit()),c=(0,r.useSelect)(i=>i(a.wl).getAdUnits(e,t)),g=(0,r.useSelect)(i=>i(a.wl).hasFinishedResolution("getAdUnits",[e,t])),{setWebStoriesAdUnit:d}=(0,r.useDispatch)(a.wl),u=(0,s.useCallback)((e,t)=>{const s=t.dataset.value;i!==s&&d(s)},[i,d]);return g?(0,l.jsxs)(o.Select,{className:"googlesitekit-adsense__select-field",label:(0,n.__)("Web Stories Ad Unit","google-site-kit"),value:i,onEnhancedChange:u,enhanced:!0,outlined:!0,children:[(0,l.jsx)(o.Option,{value:"",children:(0,n.__)("Select ad unit","google-site-kit")}),(c||[]).map(({_id:e,displayName:t})=>(0,l.jsx)(o.Option,{value:e,children:t},e))]}):(0,l.jsx)(o.ProgressBar,{small:!0})}},65214:(e,t,i)=>{i.d(t,{G:()=>n,t:()=>s});const s=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function n(e,t=s){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{i.d(t,{c:()=>r});var s=i(82871),n=i(97398),o=i(99897);function r(e="",t={}){const{slug:i="",name:r="",owner:a={}}=t||{};if(!i||!r)return e;let l="",c="";return o.L1===i?e.match(/account/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):n.Y===i&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,s.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,s.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),r)),a&&a.login&&(c=(0,s.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,s.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),c||(c=(0,s.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>d,SG:()=>g,db:()=>n,e4:()=>p,vl:()=>u});i(17243);var s=i(82871);const n="missing_required_scopes",o="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===n}function g(e){return[o,r].includes(e?.data?.reason)}function d(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||g(e)||c(e)||d(e))}function p(e){return e?.code===a?(0,s.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,s.__)("The server provided an invalid response","google-site-kit"):e?.message}},68869:(e,t,i)=>{i.d(t,{Ay:()=>r});var s=i(6732);const{Consumer:n,Provider:o}=s.A,r=o},71032:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),n=i.n(s),o=i(63696),r=i(82871),a=i(77967),l=i(62540);class MediaErrorHandler extends o.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e})}render(){const{children:e,errorMessage:t}=this.props,{error:i}=this.state;return i?(0,l.jsx)(a.A,{message:t}):e}}MediaErrorHandler.defaultProps={errorMessage:(0,r.__)("Failed to load media","google-site-kit")},MediaErrorHandler.propTypes={children:n().node.isRequired,errorMessage:n().string.isRequired};const c=MediaErrorHandler},71423:(e,t,i)=>{i.d(t,{$:()=>o,D:()=>n});var s=i(24558);const n="core/notifications",o=[s.uR,s.jU,s.f7,s.Ax,s.Is]},72455:(e,t,i)=>{i.d(t,{CV:()=>I,Cu:()=>b,K9:()=>s,Kr:()=>m,Lf:()=>p,Oh:()=>r,PW:()=>N,Rx:()=>C,S9:()=>f,TQ:()=>d,Vt:()=>T,Wl:()=>v,ZC:()=>n,ZY:()=>a,_p:()=>M,ag:()=>h,aj:()=>u,bz:()=>w,dq:()=>E,f2:()=>c,fB:()=>j,fV:()=>A,iB:()=>g,kc:()=>l,mo:()=>_,nc:()=>S,rm:()=>x,to:()=>o,wo:()=>k,yn:()=>y});const s="modules/analytics-4",n="account_create",o="property_create",r="webdatastream_create",a="analyticsSetup",l=10,c=1,g="https://www.googleapis.com/auth/tagmanager.readonly",d="enhanced-measurement-form",u="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",h="analyticsAccountCreate",m="analyticsCustomDimensionsCreate",f="https://www.googleapis.com/auth/analytics.edit",k="dashboardAllTrafficWidgetDimensionName",_="dashboardAllTrafficWidgetDimensionColor",y="dashboardAllTrafficWidgetDimensionValue",v="dashboardAllTrafficWidgetActiveRowIndex",x="dashboardAllTrafficWidgetLoaded",b={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},S={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},A=[S.CONTACT,S.GENERATE_LEAD,S.SUBMIT_LEAD_FORM],j={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},N="audiencePermissionsSetup",I="audienceTileCustomDimensionCreate",w="audience-selection-panel-expirable-new-badge-",E="audience",T="customDimension",M="property",C=[E,T,M]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),s||(s=n.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73589:(e,t,i)=>{i.d(t,{CX:()=>n,Py:()=>r,SM:()=>s,kj:()=>o});const s="adsense-connect-cta",n="adsense-connect-cta-tooltip-state",o="adsense-ga4-top-earnings-notice",r="adsense"},73874:(e,t,i)=>{i.d(t,{Ay:()=>a,Oo:()=>o,oE:()=>r});var s=i(24558),n=i(77766);const o=s.jU,r=s.f7;function a(){const e=(0,n.A)();return e===s.jU||e===s.Ax?o:e===s.f7||e===s.Is?r:null}},74179:(e,t,i)=>{i.d(t,{Ap:()=>d,IY:()=>l,J4:()=>h,LE:()=>a,O0:()=>c,OT:()=>u,RR:()=>g,Tt:()=>p,_L:()=>r,f2:()=>n,jb:()=>o,wl:()=>s});const s="modules/adsense",n=1,o="READY",r="NEEDS_ATTENTION",a="REQUIRES_REVIEW",l="GETTING_READY",c="background-submit-suspended",g="adsenseAdBlockingFormSettings",d="googlesitekit-ad-blocking-recovery-setup-create-message-cta-clicked",u="ad-blocking-recovery-notification",p={TAG_PLACED:"tag-placed",SETUP_CONFIRMED:"setup-confirmed"},h={PLACE_TAGS:0,CREATE_MESSAGE:1,COMPLETE:2}},74595:(e,t,i)=>{i.d(t,{wA:()=>a.A,ws:()=>u.w,WM:()=>r.A});var s=i(29725),n=i(56805),o=i(78913),r=i(35470),a=i(63737),l=i(44319),c=i(31170),g=i(30043),d=i(66293),u=i(1102),p=i(47121),h=i(97241);const m=(0,s.I)({},i.g.wp?.data);m.combineStores=p.o3,m.commonActions=p.jU,m.commonControls=p._5,m.commonStore=p.x0,m.createReducer=function(e){return(0,h.Ay)(e)},m.useInViewSelect=u.w,m.controls=n.n,m.createRegistryControl=o.b,m.createRegistrySelector=o.N,m.useSelect=r.A,m.useDispatch=a.A,m.useRegistry=l.A,m.withSelect=c.A,m.withDispatch=g.A,m.RegistryProvider=d.Ay;const f=m;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=f},74995:(e,t,i)=>{i.d(t,{A:()=>Notifications});var s=i(62688),n=i.n(s),o=i(50539),r=i(77766),a=i(71423),l=i(53137),c=i(50532),g=i.n(c),d=i(43569),u=i(62540);const p=g()(e=>({id:e,Notification:h(e)(d.A)}));function h(e){return t=>{function WithNotificationID(i){return(0,u.jsx)(t,{...i,id:e})}return WithNotificationID.displayName="WithNotificationID",(t.displayName||t.name)&&(WithNotificationID.displayName+=`(${t.displayName||t.name})`),WithNotificationID}}function Notifications({areaSlug:e,groupID:t=l.He.DEFAULT}){const i=(0,r.A)(),s=(0,o.useSelect)(e=>e(a.D).getQueuedNotifications(i,t));if(void 0===s?.[0]||s?.[0]?.areaSlug!==e)return null;const{id:n,Component:c}=s[0],g={...p(n)};return(0,u.jsx)(c,{...g})}Notifications.propTypes={viewContext:n().string,areaSlug:n().string}},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>g});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:s,alignBottom:n,alignRight:o,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:d,smSize:u,smStart:p,smOrder:h,mdSize:m,mdStart:f,mdOrder:k,lgSize:_,lgStart:y,lgOrder:v,size:x,children:b,...S}=e;return(0,a.jsx)("div",{...S,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":s,"mdc-layout-grid__cell--align-bottom":n,"mdc-layout-grid__cell--align-right":o,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":d,[`mdc-layout-grid__cell--span-${x}`]:12>=x&&x>0,[`mdc-layout-grid__cell--span-${_}-desktop`]:12>=_&&_>0,[`mdc-layout-grid__cell--start-${y}-desktop`]:12>=y&&y>0,[`mdc-layout-grid__cell--order-${v}-desktop`]:12>=v&&v>0,[`mdc-layout-grid__cell--span-${m}-tablet`]:8>=m&&m>0,[`mdc-layout-grid__cell--start-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--order-${k}-tablet`]:8>=k&&k>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${h}-phone`]:4>=h&&h>0}),children:b})}Cell.propTypes={smSize:n().number,smStart:n().number,smOrder:n().number,mdSize:n().number,mdStart:n().number,mdOrder:n().number,lgSize:n().number,lgStart:n().number,lgOrder:n().number,size:n().number,alignTop:n().bool,alignMiddle:n().bool,alignBottom:n().bool,alignRight:n().bool,alignLeft:n().bool,smAlignRight:n().bool,mdAlignRight:n().bool,lgAlignRight:n().bool,className:n().string,children:n().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},s)=>(0,a.jsx)("div",{ref:s,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:n().string,children:n().node},c.defaultProps={className:""};const g=c,d=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:s,collapsed:n,...o},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":n,"mdc-layout-grid--fill":t}),...o,ref:l,children:s}));d.displayName="Grid",d.propTypes={alignLeft:n().bool,fill:n().bool,className:n().string,collapsed:n().bool,children:n().node},d.defaultProps={className:""};const u=d},77513:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(62688),n=i.n(s),o=i(90007),r=i(12850),a=i(62540);function NotificationFromServer({id:e,titleIcon:t,title:i,content:s,ctaLabel:n,ctaTarget:l,ctaURL:c,dismissible:g,dismissLabel:d,learnMoreLabel:u,learnMoreURL:p,onCTAClick:h,onDismissClick:m,gaTrackingEventArgs:f}){const k={expiresInSeconds:r.Jg};return(0,a.jsx)(o.A,{notificationID:e,type:o.Q.WARNING,titleIcon:t||void 0,title:i,description:s,learnMoreLink:p?{label:u,href:p}:void 0,ctaButton:{label:n,href:c,target:l,onClick:h,dismissOptions:k},dismissButton:g?{label:d,onClick:m,dismissOptions:k}:void 0,gaTrackingEventArgs:f})}NotificationFromServer.propTypes={id:n().string.isRequired,title:n().string.isRequired,content:n().node,ctaLabel:n().string,ctaTarget:n().string,ctaURL:n().string,dismissible:n().bool,dismissLabel:n().string,learnMoreLabel:n().string,learnMoreURL:n().string,onCTAClick:n().func,onDismissClick:n().func,gaTrackingEventArgs:n().object};const l=NotificationFromServer},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696),n=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,s.useContext)(n.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var s=i(62688),n=i.n(s),o=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),d=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:s,message:n=t.message,noPrefix:p=!1,skipRetryMessage:h,hideIcon:m=!1}){const f=(0,l.useDispatch)(),k=(0,l.useSelect)(e=>s?e(s).getSelectorDataForError(t):null),_=(0,o.useCallback)(()=>{f(k.storeName).invalidateResolution(k.name,k.args)},[f,k]);if(!n||(0,c.G)(t))return null;const y=i&&(0,c.vl)(t,k);let v=n;i||h||(v=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),v)),p||(v=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),v));const x=t?.data?.reconnectURL;x&&(0,a.m)(x)&&(v=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),v,x));return(0,u.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(v,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:y?{label:(0,r.__)("Retry","google-site-kit"),onClick:_}:void 0,hideIcon:m})}ErrorNotice.propTypes={className:n().string,error:n().shape({message:n().string}),hasButton:n().bool,storeName:n().string,message:n().string,noPrefix:n().bool,skipRetryMessage:n().bool,hideIcon:n().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>s});const s="core/forms"},79829:(e,t,i)=>{i.d(t,{Eo:()=>d,JK:()=>m,K5:()=>h,jq:()=>p,mK:()=>g});var s=i(17243),n=i(50532),o=i.n(n),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:s}=function(e,t={}){const{hours:i,minutes:s,seconds:n}=l(e);return{hours:i,minutes:s,seconds:n,formatUnit(){const{unitDisplay:o="short",...a}=t,l={unitDisplay:o,...a,style:"unit"};return 0===e?p(n,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?p(n,{...l,unit:"second"}):"",s?p(s,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),n);if(0===e)return t;const o=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),s),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?t:"",s?o:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return s()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,s.isPlainObject)(e)&&(t={...e}),t}function d(e,t={}){e=(0,s.isFinite)(e)?e:Number(e),(0,s.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:n="metric"}=i;return"metric"===n?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===n?a(e,i):"durationISO"===n?function(e){let{hours:t,minutes:i,seconds:s}=l(e);return s=("0"+s).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${s}`:`${t}:${i}:${s}`}(e):p(e,i)}const u=o()(console.warn);function p(e,t={}){const{locale:i=m(),...s}=t;try{return new Intl.NumberFormat(i,s).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(s)} ).format( ${typeof e} )`,t.message)}const n={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},o=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(s))n[e]&&t===n[e]||o.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function h(e,t={}){const{locale:i=m(),style:s="long",type:n="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:s,type:n}).format(e)} /* translators: used between list items, there is a space after the comma. */const o=(0,r.__)(", ","google-site-kit");return e.join(o)}function m(e=i.g){const t=(0,s.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>y});var s,n=i(62688),o=i.n(n),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var d=i(42343),u=i(49655),p=i(62540);const h={[u.Q.NEW]:d.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=h[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:o().oneOf(Object.values(u.Q))},Title.propTypes={className:o().string,children:o().node},Description.propTypes={className:o().string,children:o().node};var m=i(49383),f=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:s,href:n,external:o,hideExternalIndicator:r}){let a;return o&&!r&&(a=(0,p.jsx)(f.A,{width:14,height:14})),(0,p.jsx)(m.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:s,href:n,target:o?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:o().string.isRequired,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,external:o().bool,hideExternalIndicator:o().bool};var k=i(82871);function DismissButton({label:e=(0,k.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(m.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:o().string,onClick:o().func.isRequired,disabled:o().bool};const _=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:s,ctaButton:n,type:o=u.Q.INFO,children:r,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${o}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:o})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(s?.label||s?.onClick||n?.label&&(n?.onClick||n?.href)||r)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(s?.label||s?.onClick)&&(0,p.jsx)(DismissButton,{label:s.label,onClick:s.onClick,disabled:s.disabled}),n?.label&&(n?.onClick||n?.href)&&(0,p.jsx)(CTAButton,{label:n.label,onClick:n.onClick,inProgress:n.inProgress,disabled:n.disabled,href:n.href,external:n.external,hideExternalIndicator:n.hideExternalIndicator})]})]}));_.TYPES=u.Q,_.propTypes={className:o().string,title:o().oneOfType([o().string,o().object]),description:o().node,type:o().oneOf(Object.values(u.Q)),dismissButton:o().shape(DismissButton.propTypes),ctaButton:o().shape({...CTAButton.propTypes,label:o().string}),children:o().node,hideIcon:o().bool};const y=_},81779:(e,t,i)=>{i.d(t,{DZ:()=>b,RL:()=>x,SG:()=>v,Sw:()=>u,TF:()=>_,Uv:()=>h,X_:()=>o,Yb:()=>g,ZT:()=>r,bF:()=>c,dL:()=>f,f8:()=>s,gV:()=>a,iP:()=>n,k:()=>m,oC:()=>k,pJ:()=>l,uP:()=>d,um:()=>y,ze:()=>p});const s="disapproved",n="graylisted",o="pending",r="approved",a="needs-attention",l="ready",c="client-requires-review",g="client-getting-ready",d="none",u="multiple",p="no-client",h="added",m="needs-attention",f="requires-review",k="getting-ready",_="ready",y="ready-no-auto-ads",v="none",x=[s,n,o,r];function b(e){return e===n||e===o}},82046:(e,t,i)=>{i.d(t,{C:()=>o,p:()=>n});var s=i(15210);function n(e,t={}){return{__html:s.O.sanitize(e,t)}}function o(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82167:(e,t,i)=>{i.d(t,{A:()=>OptIn});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(63696),l=i(13606),c=i(82871),g=i(50539),d=i(49383),u=i(58116),p=i(89318),h=i(20898),m=i(77766),f=i(50787),k=i(62540);function OptIn({id:e="googlesitekit-opt-in",name:t="optIn",className:i,trackEventCategory:s,alignLeftCheckbox:n=!1}){const[o,_]=(0,a.useState)(),y=(0,g.useSelect)(e=>e(u.oR).isTrackingEnabled()),v=(0,g.useSelect)(e=>e(u.oR).getErrorForAction("setTrackingEnabled",[!y])),{setTrackingEnabled:x}=(0,g.useDispatch)(u.oR),b=(0,m.A)(),S=(0,a.useCallback)(async e=>{const{response:t,error:i}=await x(e);i?_(y):((0,p.M9)(t.enabled),t.enabled&&(0,p.sx)(s||b,"tracking_optin"))},[y,x,s,b]);(0,a.useEffect)(()=>{void 0!==y&&void 0===o&&_(y)},[y,o]);const A=(0,f.d)(S,300),j=(0,a.useCallback)(e=>{const t=e.target.checked;_(t),A(t)},[A]);return(0,k.jsxs)("div",{className:r()("googlesitekit-opt-in",i),children:[(0,k.jsx)(d.Checkbox,{id:e,name:t,value:"1",checked:o,onChange:j,loading:void 0===y,alignLeft:n,children:(0,l.A)((0,c.__)("<span>Help us improve Site Kit by sharing anonymous usage data.</span> <span>All collected data is treated in accordance with the <a>Google Privacy Policy.</a></span>","google-site-kit"),{a:(0,k.jsx)(h.A,{href:"https://policies.google.com/privacy",external:!0},"link"),span:(0,k.jsx)("span",{})})}),v?.message&&(0,k.jsx)("div",{className:"googlesitekit-error-text",children:v?.message})]})}OptIn.propTypes={id:n().string,name:n().string,className:n().string,trackEventCategory:n().string,alignLeftCheckbox:n().bool}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},83945:(e,t,i)=>{i.d(t,{A:()=>AdSenseConnectCTA});var s=i(63560),n=i(62688),o=i.n(n),r=i(82871),a=i(63696),l=i(13606),c=i(50539),g=i(49383),d=i(74179),u=i(73589),p=i(55527),h=i(93896),m=i(37226),f=i(45472),k=i(21134),_=i(12850),y=i(4452),v=i.n(y),x=i(23224),b=i(71032),S=i(62540);const A=(0,a.lazy)(()=>i.e(201).then(i.bind(i,37201))),j=(0,a.lazy)(()=>i.e(640).then(i.bind(i,96640))),N=(0,a.lazy)(()=>i.e(379).then(i.bind(i,87379)));function LazyContentSVG({stage:e}){const t={0:(0,S.jsx)(A,{}),1:(0,S.jsx)(j,{}),2:(0,S.jsx)(N,{})};return t[e]?(0,S.jsx)(b.A,{errorMessage:(0,r.__)("Failed to load graphic","google-site-kit"),children:t[e]}):null}function ContentSVG({stage:e}){return(0,S.jsx)(a.Suspense,{fallback:(0,S.jsx)(x.A,{width:"100%",height:"100%"}),children:(0,S.jsx)(LazyContentSVG,{stage:e})})}ContentSVG.propTypes={stage:n.PropTypes.oneOf([0,1,2]).isRequired};var I=i(93431),w=i(15167),E=i(59323);const T=(0,a.forwardRef)(({stage:e,mode:t,onAnimationEnd:i},s)=>{const n=[{title:(0,r.__)("Earn money from your site","google-site-kit"),description:(0,r.__)("Focus on writing good content and let AdSense help you make it profitable","google-site-kit")},{title:(0,r.__)("Save time with automated ads","google-site-kit"),description:(0,r.__)("Auto ads automatically place and optimize your ads for you so you don't have to spend time doing it yourself","google-site-kit")},{title:(0,r.__)("You’re in control","google-site-kit"),description:(0,r.__)("Block ads you don't like, customize where ads appear, and choose which types fit your site best","google-site-kit")}],o={smSize:4,mdSize:4,lgSize:6};return(0,S.jsxs)(a.Fragment,{children:[(0,S.jsx)(p.fI,{children:(0,S.jsxs)(p.fh,{size:12,children:[(0,S.jsx)("p",{className:"googlesitekit-setup__intro-title",children:(0,r.__)("Connect Service","google-site-kit")}),(0,S.jsxs)("div",{className:"googlesitekit-setup-module",children:[(0,S.jsx)("div",{className:"googlesitekit-setup-module__logo",children:(0,S.jsx)(I.A,{width:"33",height:"33"})}),(0,S.jsx)(w.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:(0,r._x)("AdSense","Service name","google-site-kit")})]})]})}),(0,S.jsxs)(p.fI,{ref:s,children:[(0,S.jsxs)(p.fh,{...o,smOrder:2,mdOrder:1,className:"googlesitekit-setup-module--adsense__stage-captions",children:[(0,S.jsx)("ul",{className:"googlesitekit-setup-module--adsense__stage-caption-container",children:n.map(({title:i,description:s},n)=>(0,S.jsxs)("li",{className:v()("googlesitekit-setup-module--adsense__stage-caption",{[`googlesitekit-setup-module--adsense__stage-caption--current--${t}`]:e===n}),children:[(0,S.jsx)("div",{className:"googlesitekit-setup-module--adsense__stage-caption-indicator"}),(0,S.jsxs)("div",{children:[(0,S.jsx)(w.A,{as:"h4",size:"large",type:"title",children:i}),(0,S.jsx)(E.A,{children:s})]})]},n))}),(0,S.jsx)("ul",{className:"googlesitekit-setup-module--adsense__stage-indicator",children:n.map((i,s)=>(0,S.jsx)("li",{className:v()({[`googlesitekit-setup-module--adsense__stage-indicator--current--${t}`]:e===s})},s))})]}),(0,S.jsx)(p.fh,{...o,smOrder:1,mdOrder:2,className:"googlesitekit-setup-module--adsense__stage-images",children:(0,S.jsx)("div",{className:"googlesitekit-setup-module--adsense__stage-image-container",children:n.map((s,n)=>(0,S.jsx)("div",{className:v()("googlesitekit-setup-module--adsense__stage-image",{[`googlesitekit-setup-module--adsense__stage-image--current--${t}`]:e===n}),onAnimationEnd:e===n?i:void 0,children:(0,S.jsx)(ContentSVG,{stage:n})},n))})})]})]})});T.propTypes={stage:o().oneOf([0,1,2]),mode:o().oneOf(["static","enter","leave"]),onAnimationEnd:o().func};const M=T,C=0,D=2;function ContentAutoUpdate({hasBeenInView:e}){const[{stage:t,mode:i},s]=(0,a.useState)({stage:0,mode:"static"});return(0,a.useEffect)(()=>{if(!e)return()=>{};const t=setTimeout(()=>{s({stage:0,mode:"leave"})},7e3);return()=>{clearTimeout(t)}},[e]),(0,S.jsx)(M,{stage:t,mode:i,onAnimationEnd:function(){"enter"===i?s({stage:t,mode:"leave"}):"leave"===i&&s({stage:t===D?C:t+1,mode:"enter"})}})}ContentAutoUpdate.propTypes={hasBeenInView:o().bool.isRequired};var R=i(44174),O=i(77766);function AdSenseConnectCTA({onDismissModule:e}){const{navigateTo:t}=(0,c.useDispatch)(f.M),{activateModule:i}=(0,c.useDispatch)(m.i),{setInternalServerError:n}=(0,c.useDispatch)(h.O4),o=(0,O.A)(),y=(0,a.useRef)(),[v,x]=(0,a.useState)(!1),b=(0,s.A)(y,{threshold:.25}),A=!!b?.intersectionRatio;(0,a.useEffect)(()=>{A&&!v&&((0,_.sx)(`${o}_adsense-cta-widget`,"widget_view"),x(!0))},[A,o,v]);const j=(0,c.useSelect)(e=>e(d.wl).getAdminReauthURL()),N=(0,c.useSelect)(e=>e(m.i).isModuleActive(u.Py)),I=(0,c.useSelect)(e=>e(m.i).isModuleConnected(u.Py)),w=(0,c.useSelect)(e=>!!e(m.i).isFetchingSetModuleActivation(u.Py,!0)||!!j&&e(f.M).isNavigatingTo(j)),T=(0,a.useCallback)(async()=>{const{response:e,error:s}=await i(u.Py);return s?(n({id:"setup-module-error",description:s.message}),null):(await(0,_.sx)(`${o}_adsense-cta-widget`,"activate_module",u.Py),await(0,k.SO)("module_setup",u.Py,{ttl:300}),t(e.moduleReauthURL),null)},[i,t,n,o]),M=(0,a.useCallback)(()=>t(j),[j,t]),C=(0,a.useCallback)(()=>{(0,_.sx)(`${o}_adsense-cta-widget`,"dismiss_widget"),e()},[e,o]),D={smSize:4,mdSize:4,lgSize:6};return(0,S.jsx)("section",{ref:y,className:"googlesitekit-setup__wrapper googlesitekit-setup__wrapper--adsense-connect",children:(0,S.jsxs)(p.xA,{children:[(0,S.jsx)(ContentAutoUpdate,{hasBeenInView:v}),(0,S.jsxs)(p.fI,{children:[(0,S.jsx)(p.fh,{...D,children:(0,S.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[!N&&(0,S.jsx)(g.SpinnerButton,{onClick:T,isSaving:w,disabled:w,children:(0,r.__)("Connect now","google-site-kit")}),N&&!I&&(0,S.jsx)(g.SpinnerButton,{onClick:M,isSaving:w,children:(0,r.__)("Complete setup","google-site-kit")}),(0,S.jsx)(g.Button,{onClick:C,tertiary:!0,children:(0,r.__)("Maybe later","google-site-kit")})]})}),(0,S.jsx)(p.fh,{...D,className:"googlesitekit-setup-module__footer-text",children:(0,S.jsx)(E.A,{children:(0,l.A)((0,r.__)("AdSense accounts are <a>subject to review and approval</a> by the Google AdSense team","google-site-kit"),{a:(0,S.jsx)(R.A,{path:"/adsense/answer/9724",external:!0,hideExternalIndicator:!0})})})})]})]})})}AdSenseConnectCTA.propTypes={onDismissModule:o().func.isRequired}},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var s=i(62688),n=i.n(s),o=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,o.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:n().node.isRequired,marginLeft:n().number,marginRight:n().number}},84826:(e,t,i)=>{i.d(t,{A:()=>HelpMenu});var s,n=i(62688),o=i.n(n),r=i(21795),a=i(63696),l=i(19266),c=i(82871),g=i(50539),d=i(49383);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},u.apply(null,arguments)}const p=e=>a.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),s||(s=a.createElement("path",{fill:"currentColor",d:"M9 16h2v-2H9zm1-16C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14C7.79 4 6 5.79 6 8h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"})));var h=i(99235),m=i(12850),f=i(20898),k=i(77766),_=i(62540);function HelpMenuLink({children:e,href:t,gaEventLabel:i}){const s=(0,k.A)(),n=(0,a.useCallback)(async()=>{i&&await(0,m.sx)(`${s}_headerbar_helpmenu`,"click_outgoing_link",i)},[i,s]);return(0,_.jsx)("li",{className:"googlesitekit-help-menu-link mdc-list-item",role:"none",children:(0,_.jsx)(f.A,{className:"mdc-list-item__text",href:t,role:"menuitem",onClick:n,external:!0,hideExternalIndicator:!0,children:e})})}HelpMenuLink.propTypes={children:o().node.isRequired,href:o().string.isRequired,gaEventLabel:o().string};const y=HelpMenuLink;var v=i(37226),x=i(93896),b=i(73589);function HelpMenu({children:e}){const[t,i]=(0,a.useState)(!1),s=(0,a.useRef)(),n=(0,k.A)();(0,r.A)(s,()=>i(!1)),(0,h.l)([l._f,l.wn],s,()=>i(!1));const o=(0,g.useSelect)(e=>e(v.i).isModuleActive(b.Py)),u=(0,a.useCallback)(()=>{t||(0,m.sx)(`${n}_headerbar`,"open_helpmenu"),i(!t)},[t,n]),f=(0,a.useCallback)(()=>{i(!1)},[]),S=(0,g.useSelect)(e=>e(x.O4).getDocumentationLinkURL("fix-common-issues"));return(0,_.jsxs)("div",{ref:s,className:"googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,_.jsx)(d.Button,{"aria-controls":"googlesitekit-help-menu","aria-expanded":t,"aria-label":(0,c.__)("Help","google-site-kit"),"aria-haspopup":"menu",className:"googlesitekit-header__dropdown googlesitekit-border-radius-round googlesitekit-button-icon googlesitekit-help-menu__button mdc-button--dropdown",icon:(0,_.jsx)(p,{width:"20",height:"20"}),onClick:u,tooltipEnterDelayInMS:500,text:!0}),(0,_.jsxs)(d.Menu,{className:"googlesitekit-width-auto",menuOpen:t,id:"googlesitekit-help-menu",onSelected:f,children:[e,(0,_.jsx)(y,{gaEventLabel:"fix_common_issues",href:S,children:(0,c.__)("Fix common issues","google-site-kit")}),(0,_.jsx)(y,{gaEventLabel:"documentation",href:"https://sitekit.withgoogle.com/documentation/",children:(0,c.__)("Read help docs","google-site-kit")}),(0,_.jsx)(y,{gaEventLabel:"support_forum",href:"https://wordpress.org/support/plugin/google-site-kit/",children:(0,c.__)("Get support","google-site-kit")}),o&&(0,_.jsx)(y,{gaEventLabel:"adsense_help",href:"https://support.google.com/adsense/",children:(0,c.__)("Get help with AdSense","google-site-kit")})]})]})}HelpMenu.propTypes={children:o().node}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),s||(s=o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),n||(n=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},86134:(e,t,i)=>{i.d(t,{N$:()=>n,aO:()=>o,qB:()=>s});const s={BOXES:"boxes",COMPOSITE:"composite"},n={QUARTER:"quarter",HALF:"half",FULL:"full"},o="core/widgets"},87848:(e,t,i)=>{var s=i(131),n=i(78325),o=i(24558),r=i(46034),a=i(12701),l=i(62540);(0,s.A)(()=>{const e=document.getElementById("js-googlesitekit-ad-blocking-recovery");e&&(0,n.render)((0,l.jsx)(a.A,{viewContext:o.Y$,children:(0,l.jsx)(r.RR,{})}),e)})},88933:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),s||(s=n.createElement("g",{fill:"none",fillRule:"evenodd"},n.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),n.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),n.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),n.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))))},89318:(e,t,i)=>{i.d(t,{M9:()=>j,sx:()=>S,BI:()=>A});var s=i(17243);const n="_googlesitekitDataLayer",o="data-googlesitekit-gtag";function r(e){return function(){e[n]=e[n]||[],e[n].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:h,isAuthenticated:m,userRoles:f}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:k}=i.g,_={activeModules:c,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:h,isSiteKitScreen:g,userRoles:f,isAuthenticated:m,pluginVersion:k},{enableTracking:y,disableTracking:v,isTrackingEnabled:x,initializeSnippet:b,trackEvent:S,trackEventOnce:A}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const d=function(e,t){const s=r(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:d,userRoles:u=[],isAuthenticated:p,pluginVersion:h}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${o}]`)),l)return!1;l=!0;const r=u?.length?u.join(","):"";s("js",new Date),s("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:h||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:r,user_identifier:d}});const m=t.createElement("script");return m.setAttribute(o,""),m.async=!0,m.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`,t.head.appendChild(m),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`}}}(g,t),u=function(e,t,i,s){const n=r(t);return async function(t,o,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){s.console.warn(`Tracking event "${o}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}n("event",o,{...c,event_callback:r}),s._gaUserPrefs?.ioo?.()&&r()})}}(g,t,d,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:d,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,s.once)(u)),p[t](...e)}}}(_);function j(e){e?y():v()}g&&d&&b()},89362:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){const[n,o]=(0,s.useState)(null);return(0,s.useEffect)(()=>{if(e.current&&"function"==typeof i.g.IntersectionObserver){function s(e){o(e[e.length-1])}const n=new i.g.IntersectionObserver(s,t);return n.observe(e.current),()=>{o(null),n.disconnect()}}return()=>{}},[e.current,t.threshold,t.root,t.rootMargin]),n}},90007:(e,t,i)=>{i.d(t,{Q:()=>_,A:()=>BannerNotification});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(50539),l=i(71423),c=i(7070),g=i(7184),d=i(30823),u=i(3782),p=i(29584),h=i(55527);const m="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",f="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var k=i(62540);const _={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=_.INFO,learnMoreLink:i,dismissButton:s,ctaButton:o,gaTrackingEventArgs:r,...d}){const u=(0,c.A)(e,r?.category),{dismissNotification:p}=(0,a.useDispatch)(l.D);let y=d?.svg;return y||t===_.INFO||(y={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===_.WARNING&&(y.desktop=m),t===_.ERROR&&(y.desktop=f)),(0,k.jsx)("div",{className:n()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,k.jsx)(h.xA,{className:"googlesitekit-page-content",children:(0,k.jsx)(h.fI,{children:(0,k.jsx)(h.fh,{size:12,children:(0,k.jsx)(g.A,{learnMoreLink:i&&{...i,onClick:async function(e){u.clickLearnMore(r?.label,r?.value),await(i?.onClick?.(e))}},dismissButton:s&&{...s,onClick:async function(t){await(s?.onClick?.(t)),u.dismiss(r?.label,r?.value),p(e,{...s?.dismissOptions})}},ctaButton:o&&{...o,onClick:async function(t){u.confirm(r?.label,r?.value),await(o?.onClick?.(t)),o?.dismissOnClick&&p(e,{...o?.dismissOptions})}},svg:y,...d})})})})})}BannerNotification.propTypes={notificationID:r().string.isRequired,type:r().oneOf(Object.values(_)),titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(d.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(u.A.propTypes),gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number})}},90399:(e,t,i)=>{i.d(t,{QB:()=>AccountSelect,gx:()=>AdSenseLinkCTA,Ve:()=>v.Ay,kg:()=>ErrorNotices,TZ:()=>UseSnippetSwitch,Fv:()=>UserProfile});var s=i(63696),n=i(82871),o=i(49383),r=i(50539),a=i(12850),l=i(74179),c=i(77766),g=i(62540);function AccountSelect(){const e=`${(0,c.A)()}_adsense`,t=(0,r.useSelect)(e=>e(l.wl).getAccountID()),i=(0,r.useSelect)(e=>e(l.wl).getAccounts()),d=(0,r.useSelect)(e=>e(l.wl).hasFinishedResolution("getAccounts")),{setAccountID:u}=(0,r.useDispatch)(l.wl),p=(0,s.useCallback)((i,s)=>{const n=s.dataset.value;t!==n&&(u(n),(0,a.sx)(e,"change_account"))},[t,e,u]);return d?(0,g.jsx)(o.Select,{className:"googlesitekit-adsense__select-account",label:(0,n.__)("Account","google-site-kit"),value:t,onEnhancedChange:p,enhanced:!0,outlined:!0,children:(i||[]).map(({_id:e,displayName:t},i)=>(0,g.jsx)(o.Option,{value:e,children:t},i))}):(0,g.jsx)(o.ProgressBar,{small:!0})}var d=i(4884),u=i(93896);function AdSenseLinkCTA({onClick:e=()=>{}}){const t=(0,r.useSelect)(e=>e(u.O4).getGoogleSupportURL({path:"/adsense/answer/6084409"}));return(0,g.jsx)(d.A,{title:(0,n.__)("Link Analytics and AdSense","google-site-kit"),description:(0,n.__)("Get reports for your top earning pages by linking your Analytics and AdSense accounts","google-site-kit"),ctaLink:t,ctaLabel:(0,n.__)("Learn more","google-site-kit"),onClick:e,ctaLinkExternal:!0})}var p=i(30679),h=i(62688),m=i.n(h);function ErrorNotices({hasButton:e=!1}){return(0,g.jsx)(p.A,{hasButton:e,moduleSlug:"adsense",storeName:l.wl})}ErrorNotices.propTypes={hasButton:m().bool};var f=i(58116);function UserProfile(){const e=(0,r.useSelect)(e=>e(f.oR).getEmail()),t=(0,r.useSelect)(e=>e(f.oR).getPicture());return(0,r.useSelect)(e=>e(f.oR).hasFinishedResolution("getUser"))?(0,g.jsxs)("p",{className:"googlesitekit-setup-module__user",children:[(0,g.jsx)("img",{className:"googlesitekit-setup-module__user-image",src:t,alt:""}),(0,g.jsx)("span",{className:"googlesitekit-setup-module__user-email",children:e})]}):(0,g.jsx)(o.ProgressBar,{small:!0})}var k=i(79257),_=i(2362),y=i(80035);function UseSnippetSwitch(e){const{label:t=(0,n.__)("Let Site Kit place AdSense code on your site","google-site-kit"),checkedMessage:i,uncheckedMessage:d,saveOnChange:u}=e,p=`${(0,c.A)()}_adsense`,h=(0,r.useSelect)(e=>e(l.wl).getUseSnippet()),m=(0,r.useSelect)(e=>e(l.wl).isDoingSubmitChanges()),{setUseSnippet:f,saveSettings:v}=(0,r.useDispatch)(l.wl),x=(0,s.useCallback)(async()=>{f(!h),u&&await v()},[h,u,f,v]);return(0,k.A)(()=>{(0,a.sx)(p,h?"enable_tag":"disable_tag")},[p,h]),void 0===h?null:(0,g.jsxs)(s.Fragment,{children:[(0,g.jsxs)("div",{className:"googlesitekit-setup-module__switch",children:[(0,g.jsx)(o.Switch,{label:t,onClick:x,checked:h,disabled:m,hideLabel:!1})," ",(0,g.jsx)(_.A,{className:"googlesitekit-badge--primary",label:(0,n.__)("Recommended","google-site-kit")})]}),h&&i&&(0,g.jsx)(y.A,{className:"googlesitekit-notice--bottom-margin",type:y.A.TYPES.INFO,description:i}),!h&&d&&(0,g.jsx)(y.A,{className:"googlesitekit-notice--bottom-margin",type:y.A.TYPES.INFO,description:d})]})}UseSnippetSwitch.propTypes={label:m().string,checkedMessage:m().string,uncheckedMessage:m().string,saveOnChange:m().bool},UseSnippetSwitch.defaultProps={saveOnChange:!1};i(64843);var v=i(56929);i(83945)},91560:(e,t,i)=>{i.d(t,{A:()=>u});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(13606),l=i(82871),c=i(20898),g=i(35323),d=i(62540);function SourceLink({name:e,href:t,className:i,external:s}){return(0,g.A)()?null:(0,d.jsx)("div",{className:r()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,d.jsx)(c.A,{href:t,external:s},"link")})})}SourceLink.propTypes={name:n().string,href:n().string,className:n().string,external:n().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const u=SourceLink},93431:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 173 152"},e),s||(s=n.createElement("g",{fill:"none",fillRule:"evenodd"},n.createElement("path",{fill:"#FBBC04",d:"M107.91 41.72c7.73-13.22 3.14-30.12-10.24-37.75S67.18.87 59.45 14.09c-.35.59-.66 1.2-.96 1.81l-26.1 44.66q-.435.66-.84 1.35c-.27.46-.52.93-.76 1.4L3.67 110.1l48.45 27.16 26.98-46.4q.435-.66.84-1.35c.27-.46.52-.93.76-1.39l26.11-44.67c.38-.57.76-1.14 1.1-1.73"}),n.createElement("path",{fill:"#34A853",d:"M52.34 137.11c-7.68 13.43-25 18.38-38.31 10.62s-18.02-24.57-10.34-38 24.86-18.39 38.16-10.64 18.18 24.59 10.49 38.02"}),n.createElement("path",{fill:"#4285F4",d:"M158.79 51.86c-13.23-7.62-30.15-3.1-37.79 10.1l-27.66 47.8c-7.64 13.2-3.11 30.08 10.13 37.7 13.23 7.62 30.15 3.1 37.79-10.1l27.66-47.8c7.63-13.2 3.1-30.08-10.13-37.7"}))))},93896:(e,t,i)=>{i.d(t,{O4:()=>s,OQ:()=>o,qc:()=>n});const s="core/site",n="primary",o="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:s}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:s,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:n().string,invertColor:n().bool,width:n().number,height:n().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},95267:(e,t,i)=>{i.d(t,{A:()=>PageHeader});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(55527),l=i(24560),c=i(18418),g=i(84385),d=i(15167),u=i(62540);function PageHeader(e){const{title:t,icon:i,className:s,status:o,statusText:r,fullWidth:p,children:h}=e,m=p?{size:12}:{smSize:4,mdSize:4,lgSize:6},f=""!==o||Boolean(h);return(0,u.jsx)("header",{className:"googlesitekit-page-header",children:(0,u.jsxs)(a.fI,{children:[t&&(0,u.jsxs)(a.fh,{...m,children:[i,(0,u.jsx)(d.A,{as:"h1",className:n()("googlesitekit-page-header__title",s),size:"medium",type:"title",children:t})]}),f&&(0,u.jsx)(a.fh,{smSize:4,mdSize:4,lgSize:6,alignBottom:!0,mdAlignRight:!0,children:(0,u.jsxs)("div",{className:"googlesitekit-page-header__details",children:[o&&(0,u.jsxs)("span",{className:n()("googlesitekit-page-header__status",`googlesitekit-page-header__status--${o}`),children:[r,(0,u.jsx)(g.A,{children:"connected"===o?(0,u.jsx)(l.A,{width:10,height:8}):(0,u.jsx)(c.A,{width:2,height:12})})]}),h]})})]})})}PageHeader.propTypes={title:r().string,icon:r().node,className:r().string,status:r().string,statusText:r().string,fullWidth:r().bool},PageHeader.defaultProps={title:"",icon:null,className:"googlesitekit-heading-3",status:"",statusText:"",fullWidth:!1}},97398:(e,t,i)=>{i.d(t,{Y:()=>s});const s="search-console"},99235:(e,t,i)=>{i.d(t,{l:()=>n});var s=i(78174);function n(e,t,i){(0,s.A)(i=>e.includes(i.keyCode)&&t.current.contains(i.target),i)}},99455:(e,t,i)=>{i.d(t,{A:()=>d});var s,n=i(82871),o=i(88933),r=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const l=e=>r.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 21"},e),s||(s=r.createElement("path",{fill:"#5F6368",d:"M62.09 1.664h3.038v.1L58.34 9.593l7.241 10.224v.1H62.7L56.755 11.4 53.95 14.64v5.278h-2.351V1.664h2.35v9.415h.1zM69.985 3.117c0 .454-.167.853-.488 1.175-.322.322-.71.488-1.176.488-.455 0-.854-.166-1.175-.488a1.6 1.6 0 0 1-.488-1.175c0-.466.166-.854.488-1.176s.71-.488 1.175-.488c.455 0 .854.166 1.176.488.332.333.487.72.487 1.176m-.477 4.313v12.498h-2.351V7.43zM77.016 20.128c-1.02 0-1.864-.31-2.54-.943q-1.014-.948-1.031-2.628V9.57h-2.196V7.43h2.196V3.603h2.35V7.43h3.061v2.14h-3.06v6.222c0 .831.166 1.397.488 1.696.321.3.687.444 1.097.444.189 0 .366-.022.555-.067.188-.044.344-.1.499-.166l.743 2.096c-.632.222-1.342.333-2.162.333M2.673 18.952C1.375 18.009.488 16.678 0 14.97l2.883-1.176c.289 1.076.799 1.94 1.542 2.628.732.677 1.619 1.02 2.65 1.02.965 0 1.774-.244 2.45-.742.677-.5 1.01-1.187 1.01-2.052 0-.798-.3-1.453-.887-1.974q-.883-.781-3.094-1.564l-1.22-.432Q3.371 9.997 2.04 8.716C1.153 7.862.71 6.742.71 5.346c0-.966.266-1.853.787-2.673S2.75 1.209 3.693.72C4.624.244 5.678 0 6.864 0c1.708 0 3.072.41 4.081 1.242 1.02.832 1.697 1.752 2.04 2.795L10.236 5.2c-.2-.621-.576-1.164-1.142-1.63-.565-.477-1.286-.71-2.173-.71s-1.641.222-2.251.676-.91 1.032-.91 1.742c0 .676.278 1.22.82 1.663.544.432 1.398.854 2.563 1.253l1.22.41c1.674.577 2.96 1.342 3.88 2.274.921.931 1.376 2.184 1.376 3.748 0 1.275-.322 2.34-.976 3.193a6 6 0 0 1-2.495 1.919 8 8 0 0 1-3.116.621c-1.62 0-3.072-.466-4.358-1.408M15.969 3.449a1.95 1.95 0 0 1-.588-1.43c0-.566.2-1.043.588-1.431A1.95 1.95 0 0 1 17.399 0c.566 0 1.043.2 1.43.588.389.388.588.865.588 1.43 0 .566-.2 1.043-.587 1.43a1.95 1.95 0 0 1-1.43.589c-.566-.012-1.043-.2-1.431-.588m-.067 2.595h2.994v13.883h-2.994zM25.406 19.85c-.544-.2-.987-.466-1.331-.788-.776-.776-1.176-1.84-1.176-3.182V8.683h-2.428v-2.64h2.428V2.13h2.994v3.926h3.372v2.639h-3.372v6.531c0 .743.145 1.276.433 1.575.277.366.743.543 1.42.543.31 0 .576-.044.82-.122q.35-.116.765-.399v2.917c-.599.277-1.32.41-2.173.41a5 5 0 0 1-1.753-.3M33.623 19.407a6.63 6.63 0 0 1-2.529-2.628c-.61-1.12-.909-2.373-.909-3.77 0-1.332.3-2.551.887-3.693.588-1.132 1.409-2.04 2.462-2.706s2.251-1.01 3.593-1.01c1.397 0 2.606.311 3.637.921a6.1 6.1 0 0 1 2.34 2.528c.532 1.076.799 2.274.799 3.627 0 .255-.023.576-.078.953H33.179c.111 1.287.566 2.285 1.375 2.983a4.16 4.16 0 0 0 2.817 1.043c.854 0 1.597-.189 2.218-.588a4.27 4.27 0 0 0 1.508-1.597l2.528 1.198q-.981 1.713-2.561 2.694c-1.054.655-2.318.976-3.782.976q-2.046.033-3.66-.931m7.23-8.051a3.3 3.3 0 0 0-.466-1.453c-.277-.477-.687-.887-1.242-1.208-.554-.322-1.23-.488-2.03-.488-.964 0-1.773.288-2.439.853-.665.566-1.12 1.342-1.375 2.296z"})));var c=i(16834),g=i(62540);const d=function Logo(){return(0,g.jsxs)("div",{className:"googlesitekit-logo","aria-hidden":"true",children:[(0,g.jsx)(o.A,{className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),(0,g.jsx)(l,{className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),(0,g.jsx)(c.A,{children:(0,n.__)("Site Kit by Google Logo","google-site-kit")})]})}},99620:(e,t,i)=>{i.d(t,{A:()=>m});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(63696),l=i(55527),c=i(20898),g=i(15167),d=i(62540);class LayoutHeader extends a.Component{render(){const{title:e,badge:t,ctaLabel:i,ctaLink:s}=this.props,n=s?{alignMiddle:!0,smSize:4,lgSize:6}:{alignMiddle:!0,smSize:4,mdSize:8,lgSize:12};return(0,d.jsx)("header",{className:"googlesitekit-layout__header",children:(0,d.jsx)(l.xA,{children:(0,d.jsxs)(l.fI,{children:[e&&(0,d.jsx)(l.fh,{...n,children:(0,d.jsxs)(g.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-subheading-1 googlesitekit-layout__header-title",children:[e,t]})}),s&&(0,d.jsx)(l.fh,{smSize:4,lgSize:6,alignMiddle:!0,mdAlignRight:!0,children:(0,d.jsx)(c.A,{href:s,external:!0,children:i})})]})})})}}LayoutHeader.propTypes={title:n().string,badge:n().node,ctaLabel:n().string,ctaLink:n().string},LayoutHeader.defaultProps={title:"",badge:null,ctaLabel:"",ctaLink:""};const u=LayoutHeader;var p=i(91560);class LayoutFooter extends a.Component{render(){const{ctaLabel:e,ctaLink:t,footerContent:i}=this.props;return(0,d.jsx)("footer",{className:"googlesitekit-layout__footer",children:(0,d.jsx)(l.xA,{children:(0,d.jsx)(l.fI,{children:(0,d.jsxs)(l.fh,{size:12,children:[t&&e&&(0,d.jsx)(p.A,{className:"googlesitekit-data-block__source",name:e,href:t,external:!0}),i]})})})})}}LayoutFooter.propTypes={ctaLabel:n().string,ctaLink:n().string};const h=LayoutFooter;class Layout extends a.Component{render(){const{header:e,footer:t,children:i,title:s,badge:n,headerCTALabel:o,headerCTALink:a,footerCTALabel:l,footerCTALink:c,footerContent:g,className:p,fill:m,relative:f,rounded:k=!1,transparent:_=!1,...y}=this.props;return(0,d.jsxs)("div",{className:r()("googlesitekit-layout",p,{"googlesitekit-layout--fill":m,"googlesitekit-layout--relative":f,"googlesitekit-layout--rounded":k,"googlesitekit-layout--transparent":_}),...y,children:[e&&(0,d.jsx)(u,{title:s,badge:n,ctaLabel:o,ctaLink:a}),i,t&&(0,d.jsx)(h,{ctaLabel:l,ctaLink:c,footerContent:g})]})}}Layout.propTypes={header:n().bool,footer:n().bool,children:n().node.isRequired,title:n().string,badge:n().node,headerCTALabel:n().string,headerCTALink:n().string,footerCTALabel:n().string,footerCTALink:n().string,footerContent:n().node,className:n().string,fill:n().bool,relative:n().bool,rounded:n().bool,transparent:n().bool},Layout.defaultProps={header:!1,footer:!1,title:"",badge:null,headerCTALabel:"",headerCTALink:"",footerCTALabel:"",footerCTALink:"",footerContent:null,className:"",fill:!1,relative:!1};const m=Layout},99897:(e,t,i)=>{i.d(t,{A_:()=>g,DF:()=>u,L1:()=>p,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>o,ue:()=>n,wq:()=>s,xR:()=>d});const s=1,n=2,o=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",d="_r..nav",u="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=87848,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-adminbar-a78c323609736404fc2f.js 0000755 00000321540 15111634507 0016137 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[182],{2362:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(4452),o=i.n(n),r=i(62688),s=i.n(r),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...n},r)=>(0,l.jsx)("span",{ref:r,...n,className:o()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:s().string.isRequired,hasLeftSpacing:s().bool};const g=c},2522:(e,t,i)=>{i.d(t,{D:()=>r});var n=i(32091),o=i.n(n);function r(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3714:(e,t,i)=>{i.d(t,{Kk:()=>r,SZ:()=>n,Yw:()=>s,oJ:()=>a,tT:()=>o});const n="body",o=[n,"display","headline","label","title"],r="small",s="medium",a=[r,s,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var n=i(62688),o=i.n(n),r=i(49383),s=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:n,onClick:o,href:a}){return e&&(o||a)?(0,s.jsx)(r.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||n,isSaving:n,onClick:o,href:a,children:e}):null}CTAButton.propTypes={label:o().string,ariaLabel:o().string,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,dismissOnClick:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(62688),o=i.n(n),r=i(63696),s=i(81276),a=i(49383),l=i(8420),c=i(62540);let g=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const n=(0,r.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):g;e&&document.body.contains(e)&&e.focus(),t||(g=null)})},[t]),o=(0,s.A)(e);return(0,r.useEffect)(()=>(!0===o&&!1===e&&n(),()=>{n()}),[o,e,n]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(g=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:o().bool,refocusQuerySelector:o().string,...a.Dialog.propTypes};const d=RefocusableModalDialog},4884:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(49383),l=i(20898),c=i(15167),g=i(62540);function CTA({title:e,headerText:t,headerContent:i,description:n,ctaLink:o,ctaLabel:r,ctaLinkExternal:d,ctaType:u,error:p,onClick:m,"aria-label":h,children:y}){return(0,g.jsxs)("div",{className:s()("googlesitekit-cta",{"googlesitekit-cta--error":p}),children:[(t||i)&&(0,g.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,g.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),i]}),(0,g.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,g.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),n&&"string"==typeof n&&(0,g.jsx)("p",{className:"googlesitekit-cta__description",children:n}),n&&"string"!=typeof n&&(0,g.jsx)("div",{className:"googlesitekit-cta__description",children:n}),r&&"button"===u&&(0,g.jsx)(a.Button,{"aria-label":h,href:o,onClick:m,children:r}),r&&"link"===u&&(0,g.jsx)(l.A,{href:o,onClick:m,"aria-label":h,external:d,hideExternalIndicator:d,arrow:!0,children:r}),y]})]})}CTA.propTypes={title:o().string.isRequired,headerText:o().string,description:o().oneOfType([o().string,o().node]),ctaLink:o().string,ctaLinkExternal:o().bool,ctaLabel:o().string,ctaType:o().string,"aria-label":o().string,error:o().bool,onClick:o().func,children:o().node,headerContent:o().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const d=CTA},6205:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o,r,s,a,l,c,g,d,u,p,m,h,y,f=i(63696);function I(){return I=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},I.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>f.createElement("svg",I({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 116 59"},e),n||(n=f.createElement("path",{fill:"#DEDEDE",d:"M86.66 6.101a22.4 22.4 0 0 1 6.226-1.09l.215 7.871a14.5 14.5 0 0 0-4.046.709z"})),o||(o=f.createElement("path",{fill:"#C6C6C6",d:"M75.423 14.275a22.54 22.54 0 0 1 10.57-7.945l2.628 7.41a14.66 14.66 0 0 0-6.871 5.164z"})),r||(r=f.createElement("path",{fill:"#F1F1F1",d:"M75.317 40.725a22.5 22.5 0 0 1-4.226-12.872 22.64 22.64 0 0 1 3.925-13l6.47 4.426a14.7 14.7 0 0 0-2.552 8.45c.035 3.01.995 5.932 2.747 8.367z"})),s||(s=f.createElement("path",{fill:"#959595",d:"M106.601 45.702a22.4 22.4 0 0 1-16.346 4.074 22.28 22.28 0 0 1-14.517-8.485l6.217-4.827a14.48 14.48 0 0 0 9.436 5.515 14.56 14.56 0 0 0 10.625-2.648z"})),a||(a=f.createElement("path",{fill:"#C7C7C7",d:"M93.59 5c4.673 0 9.223 1.466 13.013 4.194a22.37 22.37 0 0 1 8.129 11.018 22.624 22.624 0 0 1-7.567 25.067l-4.783-6.223a14.7 14.7 0 0 0 4.919-16.293 14.54 14.54 0 0 0-5.284-7.162 14.48 14.48 0 0 0-8.458-2.726z"})),l||(l=f.createElement("circle",{cx:83.5,cy:56.899,r:1.5,fill:"#959595"})),c||(c=f.createElement("circle",{cx:90.5,cy:56.899,r:1.5,fill:"#C7C7C7"})),g||(g=f.createElement("circle",{cx:97.5,cy:56.899,r:1.5,fill:"#DEDEDE"})),d||(d=f.createElement("circle",{cx:104.5,cy:56.899,r:1.5,fill:"#F1F1F1"})),u||(u=f.createElement("path",{stroke:"#ECE9F1",strokeLinecap:"round",strokeWidth:.937,d:"M.468 58.531h55.064"})),p||(p=f.createElement("path",{stroke:"#ECE9F1",strokeLinecap:"round",strokeWidth:.468,d:"M.234 44.765h55.532M.234 30.765h55.532M.234 16.766h55.532"})),m||(m=f.createElement("path",{fill:"url(#cta-graph-traffic_svg__a)",d:"M25.531 47.668c-4.138-1.288-5.95-4.746-9.87-5.24-4.053-.51-7.2 12.53-15.661 13.777V59h56V35.07c-2.25-.486-4.367-17.89-9.25-16.601-4.882 1.288-8.475 20.892-12.365 14.578-3.89-6.313-4.716 15.91-8.854 14.622",opacity:.08})),h||(h=f.createElement("path",{fill:"#B8B8B8",d:"M2.766 1.116.883 6.3h-.77L2.281.612h.496zM4.344 6.3 2.457 1.116 2.445.612h.496L5.117 6.3zm-.098-2.106v.618H1.051v-.618zM6.555.3v6h-.727v-6zM8.5.3v6h-.727v-6zm5.73 5.023v-3.25h.727V6.3h-.691zm.137-.89.301-.008q0 .421-.09.781a1.7 1.7 0 0 1-.281.617q-.194.262-.512.41a1.85 1.85 0 0 1-.77.145q-.308 0-.566-.09a1.1 1.1 0 0 1-.437-.277 1.3 1.3 0 0 1-.285-.489 2.4 2.4 0 0 1-.098-.722V2.073h.723v2.735q0 .285.062.472.066.184.176.293.113.105.25.149.14.043.289.043.46 0 .73-.176.27-.18.387-.48.12-.306.121-.676m4.153.746q0-.155-.07-.29-.067-.136-.278-.245-.207-.114-.625-.196a5 5 0 0 1-.637-.176 2 2 0 0 1-.48-.246q-.195-.144-.301-.34a.95.95 0 0 1-.106-.457q0-.25.11-.472.112-.223.316-.395.207-.171.496-.27.29-.097.645-.097.507 0 .867.18t.55.48q.192.297.192.66h-.722a.6.6 0 0 0-.106-.34.8.8 0 0 0-.3-.277 1 1 0 0 0-.481-.11q-.3 0-.488.095a.63.63 0 0 0-.27.23.58.58 0 0 0-.043.508q.043.09.148.168.106.074.297.14t.489.133q.519.117.855.282.336.163.5.402.165.238.164.578 0 .277-.117.508a1.1 1.1 0 0 1-.332.398 1.7 1.7 0 0 1-.516.258q-.297.09-.668.09-.558 0-.945-.2a1.46 1.46 0 0 1-.586-.515q-.2-.316-.2-.668h.727q.016.297.172.473a.9.9 0 0 0 .383.246q.226.07.45.07.296 0 .495-.078a.7.7 0 0 0 .31-.215.5.5 0 0 0 .105-.312m3.425 1.199a2.1 2.1 0 0 1-.8-.149 1.8 1.8 0 0 1-.614-.425q-.254-.274-.39-.649a2.4 2.4 0 0 1-.137-.82v-.164q0-.516.152-.918.153-.405.414-.688.262-.28.594-.425t.688-.145q.453 0 .78.156.333.157.544.438.21.278.312.656.102.375.102.82v.325h-3.156V3.8h2.433v-.055q-.016-.281-.117-.547a1 1 0 0 0-.312-.437q-.216-.172-.586-.172a.98.98 0 0 0-.809.41q-.149.202-.23.496-.082.292-.082.676v.164q0 .301.081.566.087.262.247.461.163.2.394.313.235.113.531.113.384 0 .649-.156.265-.157.465-.418l.437.348q-.137.207-.348.394t-.519.305a2 2 0 0 1-.723.117m3.211-3.64V6.3h-.722V2.073h.703zm1.32-.688-.003.672a1.827 1.827 0 0 0-.352-.031q-.25 0-.441.078a.9.9 0 0 0-.325.218 1 1 0 0 0-.21.336q-.075.192-.098.422l-.203.117q0-.382.074-.718.078-.336.238-.594.16-.262.407-.406a1.14 1.14 0 0 1 .914-.094m3.13 3.129a.6.6 0 0 0-.07-.29q-.068-.136-.278-.245-.207-.114-.625-.196a5 5 0 0 1-.637-.176 2 2 0 0 1-.48-.246q-.195-.144-.301-.34a.95.95 0 0 1-.106-.457q0-.25.11-.472.112-.223.316-.395.207-.171.496-.27.29-.097.645-.097.507 0 .867.18t.55.48q.192.297.192.66h-.723a.6.6 0 0 0-.105-.34.8.8 0 0 0-.3-.277 1 1 0 0 0-.481-.11q-.3 0-.488.095a.63.63 0 0 0-.27.23.58.58 0 0 0-.043.508q.043.09.148.168.106.074.297.14t.489.133q.519.117.855.282.335.163.5.402.164.238.164.578 0 .277-.117.508a1.1 1.1 0 0 1-.332.398 1.7 1.7 0 0 1-.516.258q-.297.09-.668.09-.558 0-.945-.2a1.46 1.46 0 0 1-.586-.515q-.2-.316-.2-.668h.727q.016.297.172.473a.9.9 0 0 0 .383.246q.226.07.45.07.296 0 .495-.078a.7.7 0 0 0 .309-.215.5.5 0 0 0 .105-.312"})),y||(y=f.createElement("defs",null,f.createElement("linearGradient",{id:"cta-graph-traffic_svg__a",x1:19.094,x2:19.094,y1:18.399,y2:66.554,gradientUnits:"userSpaceOnUse"},f.createElement("stop",{stopColor:"#4F4F4F"}),f.createElement("stop",{offset:1,stopColor:"#4F4F4F",stopOpacity:0})))))},6732:(e,t,i)=>{i.d(t,{A:()=>n});const n=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(63696),o=i(77766),r=i(12850);function s(e,t,{viewAction:i="view_notification",confirmAction:s="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,o.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,n.useCallback)((...e)=>(0,r.sx)(g,i,...e),[g,i]),confirm:(0,n.useCallback)((...e)=>(0,r.sx)(g,s,...e),[g,s]),dismiss:(0,n.useCallback)((...e)=>(0,r.sx)(g,a,...e),[g,a]),clickLearnMore:(0,n.useCallback)((...e)=>(0,r.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>o,n:()=>n});const n="core/ui",o="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>y});var n=i(4452),o=i.n(n),r=i(62688),s=i.n(r),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:s().string,children:s().node},Title.propTypes={className:s().string,children:s().node};var g=i(12850),d=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:n,children:r}){return(0,c.jsxs)("div",{className:o()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(d.A,{...i}),n&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:n}),r]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:s().string,description:s().oneOfType([s().string,s().node]),learnMoreLink:s().shape(d.A.propTypes),additionalDescription:s().oneOfType([s().string,s().node]),children:s().node},HelpText.propTypes={className:s().string,children:s().node};var u=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:s().string,children:s().node};var m=i(80035);const h=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:n,additionalDescription:r,errorText:s,helpText:a,learnMoreLink:g,dismissButton:d,ctaButton:h,svg:y,footer:f},I)=>{const k=(0,l.dv)(),N=k===l.mp||k===l.Lg;let b=null;N&&y?.mobile?b=y.mobile:!N&&y?.desktop&&(b=y.desktop);const j=y?.verticalPosition?y.verticalPosition:"center";return(0,c.jsxs)("div",{ref:I,className:o()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:n,learnMoreLink:g,additionalDescription:r}),a&&(0,c.jsx)(HelpText,{children:a}),s&&(0,c.jsx)(m.A,{type:"error",description:s}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[h&&(0,c.jsx)(u.A,{...h}),d?.onClick&&(0,c.jsx)(p.A,{...d})]})]}),b&&(0,c.jsx)("div",{className:o()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${j}`]:j}),style:{backgroundImage:`url(${b})`}}),f&&(0,c.jsx)(Footer,{children:f})]})});h.propTypes={titleIcon:s().node,title:s().string,description:s().oneOfType([s().string,s().node]),additionalDescription:s().oneOfType([s().string,s().node]),errorText:s().string,helpText:s().string,learnMoreLink:s().shape(d.A.propTypes),dismissButton:s().shape(p.A.propTypes),ctaButton:s().shape(u.A.propTypes),svg:s().shape({desktop:s().elementType,mobile:s().elementType,verticalPosition:s().oneOf(["top","center","bottom"])}),footer:s().node};const y=h},8143:(e,t,i)=>{i.d(t,{VZ:()=>r,dc:()=>s,pH:()=>o,r0:()=>a});var n=i(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function r(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function s(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),o=e.replace(i.origin,"");if(o.length<t)return o;const r=o.length-Math.floor(t)+1;return"…"+o.substr(r)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(52684),l=i(13606),c=i(82871),g=i(49383),d=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:n=null,onClose:o=null,title:r=null,provides:p,handleConfirm:m,subtitle:h,confirmButton:y=null,dependentModules:f,danger:I=!1,inProgress:k=!1,small:N=!1,medium:b=!1,buttonLink:j=null}){const M=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,v=!(!p||!p.length);return(0,u.jsxs)(g.Dialog,{open:t,onOpen:n,onClose:o,"aria-describedby":v?M:void 0,tabIndex:"-1",className:s()(e,{"googlesitekit-dialog-sm":N,"googlesitekit-dialog-md":b}),children:[(0,u.jsxs)(g.DialogTitle,{children:[I&&(0,u.jsx)(d.A,{width:28,height:28}),r]}),h?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:h}):[],(0,u.jsxs)(g.DialogContent,{children:[v&&(0,u.jsx)("section",{id:M,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),f&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),f),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(g.DialogFooter,{children:[(0,u.jsx)(g.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:k,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),j?(0,u.jsx)(g.Button,{href:j,onClick:m,target:"_blank",danger:I,children:y}):(0,u.jsx)(g.SpinnerButton,{onClick:m,danger:I,disabled:k,isSaving:k,children:y||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:o().string,dialogActive:o().bool,handleDialog:o().func,handleConfirm:o().func.isRequired,onOpen:o().func,onClose:o().func,title:o().string,confirmButton:o().string,danger:o().bool,small:o().bool,medium:o().bool,buttonLink:o().string};const p=ModalDialog},9652:(e,t,i)=>{i.d(t,{A:()=>RecoverableModules});var n=i(62688),o=i.n(n),r=i(82871),s=i(50539),a=i(37226),l=i(4884),c=i(62540);function RecoverableModules({moduleSlugs:e}){const t=(0,s.useSelect)(t=>{const i=t(a.i).getModules();if(void 0!==i)return e.map(e=>i[e].name)});if(void 0===t)return null;const i=1===t.length?(0,r.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,r.__)("%s data was previously shared by an admin who no longer has access. Please contact another admin to restore it.","google-site-kit"),t[0]):(0,r.sprintf)(/* translators: %s: List of module names */ /* translators: %s: List of module names */ (0,r.__)("The data for the following modules was previously shared by an admin who no longer has access: %s. Please contact another admin to restore it.","google-site-kit"),t.join((0,r._x)(", ","Recoverable modules","google-site-kit")));return(0,c.jsx)(l.A,{title:(0,r.__)("Data Unavailable","google-site-kit"),description:i})}RecoverableModules.propTypes={moduleSlugs:o().arrayOf(o().string).isRequired}},11106:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(63696),o=i(65214);const r=(0,n.createContext)(o.t)},11345:(e,t,i)=>{i.d(t,{A:()=>ReportError});var n=i(62688),o=i.n(n),r=i(17243),s=i(63696),a=i(82871),l=i(50539),c=i(37226),g=i(67150),d=i(65311),u=i(15210),p=i(4884),m=i(35902),h=i(35323),y=i(77967),f=i(62540);function ReportError({moduleSlug:e,error:t}){const i=(0,h.A)(),n=(0,l.useSelect)(t=>t(c.i).getModule(e)),o=Array.isArray(t)?t:[t];let I;function k(e){return(0,g.SG)(e)?i?(I=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Access lost to %s","google-site-kit"),n?.name),(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("The administrator sharing this module with you has lost access to the %s service, so you won’t be able to see stats from it on the Site Kit dashboard. You can contact them or another administrator to restore access.","google-site-kit"),n?.name)):(I=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Insufficient permissions in %s","google-site-kit"),n?.name),(0,d.c)(e.message,n)):(0,g.e4)(e)}const N=(0,r.uniqWith)(o.map(e=>({...e,message:k(e),reconnectURL:e.data?.reconnectURL})),(e,t)=>e.message===t.message&&e.reconnectURL===t.reconnectURL),b=o.some(e=>(0,g.SG)(e));b||1!==N.length?!b&&N.length>1&&(I=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Data errors in %s","google-site-kit"),n?.name)):I=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Data error in %s","google-site-kit"),n?.name);const j=(0,f.jsx)(s.Fragment,{children:N.map(e=>{const t=e?.data?.reconnectURL;return t?(0,f.jsx)(y.A,{error:e,message:e.message},e.message):(0,f.jsx)("p",{children:u.O.sanitize(e.message,{ALLOWED_TAGS:[]})},e.message)})});return(0,f.jsx)(p.A,{title:I,description:j,error:!0,children:(0,f.jsx)(m.A,{moduleSlug:e,error:t})})}ReportError.propTypes={moduleSlug:o().string.isRequired,error:o().oneOfType([o().arrayOf(o().object),o().object]).isRequired}},12701:(e,t,i)=>{i.d(t,{A:()=>Root});var n=i(62688),o=i.n(n),r=i(44010),s=i(77105),a=i(63696),l=i(50539),c=i.n(l),g=i(82871),d=i(54312),u=i(61991),p=i(90007),m=i(12850),h=i(62540);class ErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,m.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,h.jsx)(p.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,g.__)("Site Kit encountered an error","google-site-kit"),description:(0,h.jsxs)(a.Fragment,{children:[(0,h.jsx)(d.A,{message:t.message,componentStack:i.componentStack}),(0,h.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,i.componentStack]})]})}):e}}ErrorHandler.contextType=u.Ay,ErrorHandler.propTypes={children:o().node.isRequired};const y=ErrorHandler;var f=i(11106);const{Consumer:I,Provider:k}=f.A,N=k;var b=i(65214),j=i(4445),M=i(78340),v=i(45472),x=i(58116),A=i(64067),S=i(14007);const T=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(x.oR).getPermissionScopeError()),n=(0,l.useSelect)(e=>e(x.oR).getUnsatisfiedScopes()),o=(0,l.useSelect)(e=>e(x.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||i.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:r}=(0,l.useDispatch)(x.oR),{navigateTo:s}=(0,l.useDispatch)(v.M),{setValues:c}=(0,l.useDispatch)(M.s),d=(0,a.useCallback)(()=>{r()},[r]),u=(0,a.useCallback)(async()=>{c(x.$8,{permissionsError:t}),await(0,A.mR)(e),s(o)},[e,o,s,t,c]);return(0,a.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await u()}()},[u,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||n&&t?.data?.scopes.every(e=>n.includes(e))?null:(0,h.jsx)(S.A,{children:(0,h.jsx)(j.A,{title:(0,g.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,g.__)("Proceed","google-site-kit"),handleConfirm:u,handleCancel:d,onClose:d,dialogActive:!0,medium:!0})}):(i.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const D=function PermissionsModal(){return(0,l.useSelect)(e=>e(x.oR).isAuthenticated())?(0,h.jsx)(T,{}):null};const _=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[i,n]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{i||(async()=>{await(0,A.P9)(t),n(!0)})()},[t,i]),i?e:null};var C=i(15844),w=i(77766),E=i(39771);function FeatureTours(){const e=(0,w.A)(),{triggerTourForView:t}=(0,l.useDispatch)(x.oR);(0,C.A)(()=>{t(e)});const n=(0,l.useSelect)(e=>e(x.oR).getCurrentTour());return(0,a.useEffect)(()=>{if(!n)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[n]),n?(0,h.jsx)(E.Ay,{tourID:n.slug,steps:n.steps,gaEventCategory:n.gaEventCategory,callback:n.callback}):null}var R=i(68869),L=i(22821);function Root({children:e,registry:t,viewContext:i=null}){const n=r.D,[o]=(0,a.useState)({key:"Root",value:!0});return(0,h.jsx)(a.StrictMode,{children:(0,h.jsx)(R.Ay,{value:o,children:(0,h.jsx)(l.RegistryProvider,{value:t,children:(0,h.jsx)(N,{value:b.t,children:(0,h.jsx)(u.Kq,{value:i,children:(0,h.jsx)(s.A,{theme:n(),children:(0,h.jsxs)(y,{children:[(0,h.jsxs)(_,{children:[e,i&&(0,h.jsx)(FeatureTours,{})]}),(0,L.A)(i)&&(0,h.jsx)(D,{})]})})})})})})})}Root.propTypes={children:o().node,registry:o().object,viewContext:o().string.isRequired},Root.defaultProps={registry:c()}},12850:(e,t,i)=>{i.d(t,{tt:()=>x,Jg:()=>v,Gp:()=>j,GH:()=>b,r0:()=>M,Du:()=>A,Zf:()=>Y,Cn:()=>P,G7:()=>y,vH:()=>h,N_:()=>E,zh:()=>V,mK:()=>g.mK,Ql:()=>S,vY:()=>O,sq:()=>D,VZ:()=>B.VZ,JK:()=>g.JK,IS:()=>C,pH:()=>B.pH,kf:()=>U,O5:()=>w,Qr:()=>T,x6:()=>G,K5:()=>g.K5,S_:()=>m,dc:()=>B.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>W.D,N9:()=>Z,p9:()=>r.p,XH:()=>_,Zm:()=>l,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>r.C,BG:()=>H});var n=i(17243),o=i(89318),r=i(82046),s=i(10523),a=i.n(s);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let n=e[i];n&&"object"==typeof n&&!Array.isArray(n)&&(n=c(n)),t[i]=n}),t}var g=i(79829);function d(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[d,u,p];let i=e;for(const e of t)i=e(i);return i}function h(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function y(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var f=i(32091),I=i.n(f),k=i(82871);const N="Date param must construct to a valid date instance or be a valid date instance itself.",b="Invalid dateString parameter, it must be a string.",j='Invalid date range, it must be a string with the format "last-x-days".',M=60,v=60*M,x=24*v,A=7*x;function S(){function e(e){return(0,k.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,k._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function T(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function D(e){I()((0,n.isDate)(e)&&!isNaN(e),N);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function _(e){I()(T(e),b);const[t,i,n]=e.split("-");return new Date(t,i-1,n)}function C(e,t){return D(E(e,t*x))}function w(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function E(e,t){I()(T(e)||(0,n.isDate)(e)&&!isNaN(e),b);const i=T(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var R=i(69743),L=i(94552),z=i(62540);function O(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,R.Ay)((0,z.jsx)(L.A,{direction:e>0?"up":"down",invertColor:i}))}function P(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var B=i(8143);function G(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function U(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function Z(e){return Array.isArray(e)?[...e].sort():e}var W=i(2522);function Y(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function H(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function V(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},14007:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(47209),o=i(62688),r=i.n(o),s=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,s.useState)(document.createElement("div"));return(0,n.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:r().string,children:r().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:n="span",children:o,...r}){return(0,l.jsx)(n,{className:s()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...r,children:o})}Typography.propTypes={className:o().string,type:o().oneOf(a.tT),size:o().oneOf(a.oJ),as:o().oneOfType([o().string,o().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>o});var n=i(31234);const o=i.n(n)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var n=i(55620),o=i(99123);const r={},s=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=r){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,d]=(0,n._)("undefined"==typeof document?[l,c]:a,t,i);function u(){return d(a)}return(0,o.A)(s,"resize",u),(0,o.A)(s,"orientationchange",u),g}function c(e){return l(e)[0]}},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20898:(e,t,i)=>{i.d(t,{A:()=>T});var n,o=i(4452),r=i.n(o),s=i(62688),a=i.n(s),l=i(39941),c=i(63696),g=i(82871);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},d.apply(null,arguments)}const u=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),n||(n=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},m.apply(null,arguments)}const h=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var y;function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},f.apply(null,arguments)}const I=e=>c.createElement("svg",f({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),y||(y=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var k=i(83366),N=i(84385),b=i(62540);const j="BUTTON",M="BUTTON_DISABLED",v="EXTERNAL_LINK",x="LINK",A="ROUTER_LINK",S=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:n=!1,arrow:o=!1,back:s=!1,caps:a=!1,children:c,className:d="",danger:p=!1,disabled:m=!1,external:y=!1,hideExternalIndicator:f=!1,href:S="",inverse:T=!1,noFlex:D=!1,onClick:_,small:C=!1,standalone:w=!1,linkButton:E=!1,to:R,leadingIcon:L,trailingIcon:z,...O}=e;const P=S||R||!_?R?A:y?v:x:m?M:j;const B=P===j||P===M?"button":P===A?l.N_:"a",G=function(){let e;return P===v&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===M&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let U=L,Z=z;return s&&(U=(0,b.jsx)(I,{width:14,height:14})),y&&!f&&(Z=(0,b.jsx)(k.A,{width:14,height:14})),o&&!T&&(Z=(0,b.jsx)(u,{width:14,height:14})),o&&T&&(Z=(0,b.jsx)(h,{width:14,height:14})),(0,b.jsxs)(B,{"aria-label":G,className:r()("googlesitekit-cta-link",d,{"googlesitekit-cta-link--secondary":n,"googlesitekit-cta-link--inverse":T,"googlesitekit-cta-link--small":C,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":w,"googlesitekit-cta-link--link-button":E,"googlesitekit-cta-link--no-flex":!!D}),disabled:m,href:P!==x&&P!==v||m?void 0:S,onClick:_,rel:P===v?"noopener noreferrer":void 0,ref:t,target:P===v?"_blank":void 0,to:R,...O,children:[!!U&&(0,b.jsx)(N.A,{marginRight:5,children:U}),(0,b.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!Z&&(0,b.jsx)(N.A,{marginLeft:5,children:Z})]})});S.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const T=S},21134:(e,t,i)=>{i.d(t,{Gq:()=>d,IL:()=>h,LD:()=>p,SO:()=>u,a2:()=>o,xD:()=>m});var n=i(12850);const o="googlesitekit_",r=`${o}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,s=["sessionStorage","localStorage"];let a,l=[...s];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function d(e){const t=await g();if(t){const i=t.getItem(`${r}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:n,value:o,isError:r}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:o,isError:r}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:o=n.Jg,timestamp:s=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${r}${e}`,JSON.stringify({timestamp:s,ttl:o,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(o)?e:`${r}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const n=e.key(i);0===n.indexOf(o)&&t.push(n)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function h(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},22821:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(24558);function o(e){return n.kz.includes(e)}},23141:(e,t,i)=>{i.d(t,{A:()=>WidgetRecoverableModules});var n=i(62688),o=i.n(n),r=i(63696),s=i(47345),a=i(9652),l=i(62540);function WidgetRecoverableModules({widgetSlug:e,moduleSlugs:t,...i}){const n=(0,r.useMemo)(()=>({moduleSlug:[...t].sort().join(","),moduleSlugs:t}),[t]);return(0,s.A)(e,a.A,n),(0,l.jsx)(a.A,{moduleSlugs:t,...i})}WidgetRecoverableModules.propTypes={widgetSlug:o().string.isRequired,...a.A.propTypes}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:n,padding:o,smallWidth:r,smallHeight:c,tabletWidth:g,tabletHeight:d,desktopWidth:u,desktopHeight:p}){const m=(0,a.dv)(),h={width:{[a.mp]:r,[a.Lg]:g,[a.Fo]:u,[a.Qb]:u},height:{[a.mp]:c,[a.Lg]:d,[a.Fo]:p,[a.Qb]:u}};return(0,l.jsx)("div",{className:s()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":o}),style:{width:h.width[m]||t,height:h.height[m]||i},children:(0,l.jsx)("div",{className:s()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===n})})})}PreviewBlock.propTypes={className:o().string,width:o().string,height:o().string,shape:o().string,padding:o().bool,smallWidth:o().string,smallHeight:o().string,tabletWidth:o().string,tabletHeight:o().string,desktopWidth:o().string,desktopHeight:o().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>r,CZ:()=>g,Ej:()=>M,Gw:()=>v,Is:()=>s,KK:()=>u,Nn:()=>A,OT:()=>b,SH:()=>N,Y$:()=>p,ZS:()=>a,bg:()=>y,en:()=>j,ep:()=>h,f7:()=>o,hi:()=>m,jU:()=>n,k$:()=>I,kz:()=>x,ly:()=>l,mo:()=>f,s3:()=>k,uR:()=>c,zx:()=>d});const n="mainDashboard",o="entityDashboard",r="mainDashboardViewOnly",s="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",d="adminBarViewOnly",u="settings",p="adBlockingRecovery",m="wpDashboard",h="wpDashboardViewOnly",y="moduleSetup",f="metricSelection",I="wpBlockEditor",k="keyMetricsSetup",N="key-metrics",b="traffic",j="content",M="speed",v="monetization",x=[n,o,r,s,a,c,u,y,f],A=[r,s,d,h]},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var n=i(62688),o=i.n(n),r=i(82871),s=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,r.__)("Maybe later","google-site-kit"),onClick:i,disabled:n,tertiary:o=!0}){return i?(0,a.jsx)(s.Button,{className:e,onClick:i,disabled:n,tertiary:o,children:t}):null}DismissButton.propTypes={className:o().string,label:o().string,onClick:o().func,disabled:o().bool,tertiary:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var n=i(62688),o=i.n(n),r=i(82871),s=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,r.__)("Learn more","google-site-kit"),external:n=!0,onClick:o=()=>{}}){return e?(0,a.jsx)(s.A,{href:e,className:t,onClick:o,external:n,children:i}):null}LearnMoreLink.propTypes={href:o().string.isRequired,className:o().string,label:o().string,external:o().bool,onClick:o().func}},30829:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(17243);function o(e,t){return(0,n.sumBy)(e,t)||0}},32947:(e,t,i)=>{i.d(t,{Fo:()=>r,Lg:()=>s,Qb:()=>o,dv:()=>l,mp:()=>a});var n=i(15577);const o="xlarge",r="desktop",s="tablet",a="small";function l(){const e=(0,n.SO)();return e>1280?o:e>960?r:e>600?s:a}},35001:(e,t,i)=>{i.d(t,{c1:()=>k,V8:()=>j,WP:()=>b});var n=i(50532),o=i.n(n),r=i(39828),s=i(62688),a=i.n(s),l=i(63696),c=i(47345),g=i(73549),d=i(62540);function WidgetReportZero({widgetSlug:e,moduleSlug:t,...i}){const n=(0,l.useMemo)(()=>({moduleSlug:t}),[t]);return(0,c.A)(e,g.A,n),(0,d.jsx)(g.A,{moduleSlug:t,...i})}WidgetReportZero.propTypes={widgetSlug:a().string.isRequired,...g.A.propTypes};var u=i(11345);function WidgetReportError({widgetSlug:e,...t}){return(0,d.jsx)(u.A,{...t})}WidgetReportError.propTypes={widgetSlug:a().string.isRequired,...u.A.propTypes};var p=i(84093),m=i(23141),h=i(17064),y=i(52684),f=i(50539),I=i(7081);function WPDashboardReportError({moduleSlug:e,error:t}){const i=(0,y.A)(WPDashboardReportError,"WPDashboardReportError"),{setValue:n}=(0,f.useDispatch)(I.n),o=t.message,r=(0,f.useSelect)(t=>t(I.n).getValue(`WPDashboardReportError-${e}-${o}`));return(0,h.A)(()=>{n(`WPDashboardReportError-${e}-${o}`,i)},()=>{n(`WPDashboardReportError-${e}-${o}`,void 0)}),r!==i?null:(0,d.jsx)(u.A,{moduleSlug:e,error:t})}WPDashboardReportError.propTypes={moduleSlug:a().string.isRequired,error:a().object.isRequired};const k=o()(e=>({widgetSlug:e,Widget:N(e)(r.A),WidgetRecoverableModules:N(e)(m.A),WidgetReportZero:N(e)(WidgetReportZero),WidgetReportError:N(e)(WidgetReportError),WidgetNull:N(e)(p.A)}));function N(e){return t=>{const i=(0,l.forwardRef)((i,n)=>(0,d.jsx)(t,{...i,ref:n,widgetSlug:e}));return i.displayName="WithWidgetSlug",(t.displayName||t.name)&&(i.displayName+=`(${t.displayName||t.name})`),i}}function b(e){const t=k(e);return e=>{function DecoratedComponent(i){return(0,d.jsx)(e,{...i,...t})}return DecoratedComponent.displayName="WithWidgetComponentProps",(e.displayName||e.name)&&(DecoratedComponent.displayName+=`(${e.displayName||e.name})`),DecoratedComponent}}function j(e){return t=>{function DecoratedComponent(i){return(0,d.jsx)(t,{...i,WPDashboardReportError:N(e)(WPDashboardReportError)})}return DecoratedComponent.displayName="WithWPDashboardWidgetComponentProps",(t.displayName||t.name)&&(DecoratedComponent.displayName+=`(${t.displayName||t.name})`),DecoratedComponent}}},35323:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(24558),o=i(77766);function r(){const e=(0,o.A)();return n.Nn.includes(e)}},35902:(e,t,i)=>{i.d(t,{A:()=>ReportErrorActions});var n=i(62688),o=i.n(n),r=i(63696),s=i(13606),a=i(82871),l=i(50539),c=i(49383),g=i(93896),d=i(37226),u=i(67150),p=i(35323),m=i(20898),h=i(62540);function ReportErrorActions(e){const{moduleSlug:t,error:i,GetHelpLink:n,hideGetHelpLink:o,buttonVariant:y,onRetry:f,onRequestAccess:I,getHelpClassName:k,RequestAccessButton:N,RetryButton:b}=e,j=(0,p.A)(),M=(0,l.useSelect)(e=>e(d.i).getModuleStoreName(t)),v=(0,l.useSelect)(e=>"function"==typeof e(M)?.getServiceEntityAccessURL?e(M).getServiceEntityAccessURL():null),x=Array.isArray(i)?i:[i],A=(0,l.useSelect)(e=>x.map(t=>{const i=e(M)?.getSelectorDataForError(t);return{...t,selectorData:i}})),S=A?.filter(e=>(0,u.vl)(e,e.selectorData)&&"getReport"===e.selectorData.name),T=!!S.length,D=(0,l.useSelect)(e=>{const i={...T?S[0]:x[0]};return(0,u.SG)(i)&&(i.code=`${t}_insufficient_permissions`),e(g.O4).getErrorTroubleshootingLinkURL(i)}),_=(0,l.useDispatch)(),C=x.some(e=>(0,u.SG)(e)),w=(0,r.useCallback)(()=>{S.forEach(e=>{const{selectorData:t}=e;_(t.storeName).invalidateResolution(t.name,t.args)}),f?.()},[_,S,f]),E=v&&C&&!j;return(0,h.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[E&&("function"==typeof N?(0,h.jsx)(N,{requestAccessURL:v}):(0,h.jsx)(c.Button,{onClick:I,href:v,target:"_blank",danger:"danger"===y,tertiary:"tertiary"===y,children:(0,a.__)("Request access","google-site-kit")})),T&&(0,h.jsxs)(r.Fragment,{children:["function"==typeof b?(0,h.jsx)(b,{handleRetry:w}):(0,h.jsx)(c.Button,{onClick:w,danger:"danger"===y,tertiary:"tertiary"===y,children:(0,a.__)("Retry","google-site-kit")}),!o&&(0,h.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,s.A)((0,a.__)("Retry didn’t work? <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(m.A,{href:D,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})})]}),!T&&!o&&(0,h.jsx)("div",{className:k,children:"function"==typeof n?(0,h.jsx)(n,{linkURL:D}):(0,h.jsx)(m.A,{href:D,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})]})}ReportErrorActions.propTypes={moduleSlug:o().string.isRequired,error:o().oneOfType([o().arrayOf(o().object),o().object]).isRequired,GetHelpLink:o().elementType,hideGetHelpLink:o().bool,buttonVariant:o().string,onRetry:o().func,onRequestAccess:o().func,getHelpClassName:o().string,RequestAccessButton:o().elementType,RetryButton:o().elementType}},37226:(e,t,i)=>{i.d(t,{U:()=>o,i:()=>n});const n="core/modules",o="insufficient_module_dependencies"},38652:(e,t,i)=>{var n=i(17243),o=i(131),r=i(78325),s=i(12850),a=i(12701),l=i(63696),c=i(82871),g=i(50539),d=i(20898),u=i(55527),p=i(93896),m=i(58116),h=i(97029),y=i(23224),f=i(96820),I=i(45512),k=i(30829),N=i(2522),b=i(62540);const j=function AdminBarImpressions({WidgetReportError:e}){const t=(0,g.useSelect)(e=>e(I.n).isGatheringData()),i=(0,g.useSelect)(e=>e(p.O4).getCurrentEntityURL()),{compareStartDate:n,endDate:o}=(0,g.useSelect)(e=>e(m.oR).getDateRangeDates({compare:!0,offsetDays:I.f})),r=(0,g.useSelect)(e=>e(m.oR).getDateRangeNumberOfDays()),a={startDate:n,endDate:o,dimensions:"date",url:i,reportID:"adminbar_admin-bar-impressions_component_reportArgs"},l=(0,g.useSelect)(e=>e(I.n).getReport(a)),d=(0,g.useSelect)(e=>e(I.n).hasFinishedResolution("getReport",[a])),u=(0,g.useSelect)(e=>e(I.n).getErrorForSelector("getReport",[a]));if(!d||void 0===t)return(0,b.jsx)(y.A,{width:"auto",height:"59px"});if(u)return(0,b.jsx)(e,{moduleSlug:"search-console",error:u});const{compareRange:j,currentRange:M}=(0,N.D)(l,{dateRangeLength:r}),v=(0,k.A)(M,"impressions"),x=(0,k.A)(j,"impressions"),A=(0,s.Zf)(x,v),S={gatheringData:t,gatheringDataNoticeStyle:f.v.SMALL};return(0,b.jsx)(h.A,{className:"overview-total-impressions",title:(0,c.__)("Total Impressions","google-site-kit"),datapoint:v,change:A,changeDataUnit:"%",...S})};const M=function AdminBarClicks({WidgetReportError:e}){const t=(0,g.useSelect)(e=>e(I.n).isGatheringData()),i=(0,g.useSelect)(e=>e(p.O4).getCurrentEntityURL()),{compareStartDate:n,endDate:o}=(0,g.useSelect)(e=>e(m.oR).getDateRangeDates({compare:!0,offsetDays:I.f})),r=(0,g.useSelect)(e=>e(m.oR).getDateRangeNumberOfDays()),a={startDate:n,endDate:o,dimensions:"date",url:i,reportID:"adminbar_admin-bar-clicks_component_reportArgs"},l=(0,g.useSelect)(e=>e(I.n).getReport(a)),d=(0,g.useSelect)(e=>e(I.n).hasFinishedResolution("getReport",[a])),u=(0,g.useSelect)(e=>e(I.n).getErrorForSelector("getReport",[a]));if(!d||void 0===t)return(0,b.jsx)(y.A,{width:"auto",height:"59px"});if(u)return(0,b.jsx)(e,{moduleSlug:"search-console",error:u});const{compareRange:j,currentRange:M}=(0,N.D)(l,{dateRangeLength:r}),v=(0,k.A)(M,"clicks"),x=(0,k.A)(j,"clicks"),A=(0,s.Zf)(x,v),S={gatheringData:t,gatheringDataNoticeStyle:f.v.SMALL};return(0,b.jsx)(h.A,{className:"overview-total-clicks",title:(0,c.__)("Total Clicks","google-site-kit"),datapoint:v,change:A,changeDataUnit:"%",...S})};var v=i(72455);const x=function AdminBarUniqueVisitorsGA4({WidgetReportError:e}){const t=(0,g.useSelect)(e=>e(v.K9).isGatheringData()),i=(0,g.useSelect)(e=>e(p.O4).getCurrentEntityURL()),n={...(0,g.useSelect)(e=>e(m.oR).getDateRangeDates({compare:!0,offsetDays:v.f2})),metrics:[{name:"totalUsers"}],url:i,reportID:"adminbar_admin-bar-unique-visitors-ga4_component_reportArgs"},o=(0,g.useSelect)(e=>e(v.K9).getReport(n)),r=(0,g.useSelect)(e=>e(v.K9).hasFinishedResolution("getReport",[n])),a=(0,g.useSelect)(e=>e(v.K9).getErrorForSelector("getReport",[n]));if(!r||void 0===t)return(0,b.jsx)(y.A,{width:"auto",height:"59px"});if(a)return(0,b.jsx)(e,{moduleSlug:"analytics-4",error:a});const l=o?.totals?.[0]?.metricValues?.[0]?.value,d=o?.totals?.[1]?.metricValues?.[0]?.value,u={gatheringData:t,gatheringDataNoticeStyle:f.v.SMALL};return(0,b.jsx)(h.A,{className:"overview-total-users",title:(0,c.__)("Total Users","google-site-kit"),datapoint:l,change:(0,s.Zf)(d,l),changeDataUnit:"%",...u})};const A=function AdminBarSessionsGA4({WidgetReportError:e}){const t=(0,g.useSelect)(e=>e(v.K9).isGatheringData()),i=(0,g.useSelect)(e=>e(p.O4).getCurrentEntityURL()),n={...(0,g.useSelect)(e=>e(m.oR).getDateRangeDates({compare:!0,offsetDays:v.f2})),dimensions:[{name:"date"}],limit:10,metrics:[{name:"sessions"}],url:i,reportID:"adminbar_admin-bar-sessions-ga4_component_reportArgs"},o=(0,g.useSelect)(e=>e(v.K9).getReport(n)),r=(0,g.useSelect)(e=>e(v.K9).hasFinishedResolution("getReport",[n])),a=(0,g.useSelect)(e=>e(v.K9).getErrorForSelector("getReport",[n])),l={gatheringData:t,gatheringDataNoticeStyle:f.v.SMALL};if(!r||void 0===t)return(0,b.jsx)(y.A,{width:"auto",height:"59px"});if(a)return(0,b.jsx)(e,{moduleSlug:"analytics-4",error:a});const{totals:d}=o,u=d?.[0]?.metricValues?.[0]?.value,I=d?.[1]?.metricValues?.[0]?.value,k=u,N=(0,s.Zf)(I,u);return(0,b.jsx)(h.A,{className:"overview-total-sessions",title:(0,c.__)("Total Sessions","google-site-kit"),datapoint:k,change:N,changeDataUnit:"%",...l})};var S=i(6205),T=i(69667),D=i(46894),_=i(59357);function AdminBarActivateAnalyticsCTA(){return(0,b.jsxs)(D.A,{children:[(0,b.jsx)(_.A,{title:(0,c.__)("Traffic","google-site-kit"),GraphSVG:S.A,showIcons:!1}),(0,b.jsx)(_.A,{title:(0,c.__)("Unique visitors from Search","google-site-kit"),GraphSVG:T.A})]})}var C=i(37226),w=i(35001),E=i(97398),R=i(99897);const L=(0,w.WP)("adminBarImpressions")(j),z=(0,w.WP)("adminBarClicks")(M),O=(0,w.WP)("adminBarUniqueVisitors")(x),P=(0,w.WP)("adminBarSessions")(A);function AdminBarWidgets(){const e=(0,g.useSelect)(e=>e(C.i).isModuleAvailable(R.L1)),t=(0,g.useSelect)(e=>e(C.i).isModuleConnected(R.L1)),i=(0,g.useSelect)(e=>e(C.i).isModuleActive(R.L1)),n=(0,g.useSelect)(e=>e(m.oR).hasAccessToShareableModule(R.L1)),o=(0,g.useSelect)(e=>e(m.oR).hasAccessToShareableModule(E.Y)),r=n?{lg:3,md:2}:{lg:6,md:4},s=o?{lg:3,md:2}:{lg:6,md:4};return(0,b.jsxs)(u.fI,{children:[o&&(0,b.jsxs)(l.Fragment,{children:[(0,b.jsx)(u.fh,{lgSize:r.lg,mdSize:r.md,children:(0,b.jsx)(L,{})}),(0,b.jsx)(u.fh,{lgSize:r.lg,mdSize:r.md,children:(0,b.jsx)(z,{})})]}),t&&i&&n&&(0,b.jsxs)(l.Fragment,{children:[(0,b.jsx)(u.fh,{lgSize:s.lg,mdSize:s.md,children:(0,b.jsx)(O,{})}),(0,b.jsx)(u.fh,{lgSize:s.lg,mdSize:s.md,children:(0,b.jsx)(P,{})})]}),e&&(!t||!i)&&(0,b.jsx)(u.fh,{lgSize:6,mdSize:4,children:(0,b.jsx)(AdminBarActivateAnalyticsCTA,{})})]})}var B=i(77766);function AdminBarApp(){const e=(0,B.A)(),t=(0,g.useSelect)(e=>e(p.O4).getCurrentEntityURL()),i=(0,g.useSelect)(e=>e(p.O4).getCurrentEntityTitle()),n=(0,g.useSelect)(e=>e(p.O4).getAdminURL("googlesitekit-dashboard",{permaLink:t})),o=(0,g.useSelect)(e=>e(m.oR).getDateRangeNumberOfDays()),r=(0,l.useCallback)(async()=>{await(0,s.sx)(e,"open_urldetails"),document.location.assign(n)},[n,e]);return n&&t?(0,b.jsxs)(l.Fragment,{children:[(0,b.jsx)(u.xA,{children:(0,b.jsxs)(u.fI,{children:[(0,b.jsxs)(u.fh,{size:3,alignMiddle:!0,children:[(0,b.jsx)("div",{className:"googlesitekit-adminbar__subtitle",children:(0,c.__)("Stats for","google-site-kit")}),(0,b.jsxs)("div",{className:"googlesitekit-adminbar__title",children:[i?(0,s.zh)(i):t,(0,b.jsx)("p",{className:"googlesitekit-adminbar__title--date-range",children:(0,c.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,c._n)("over the last %s day","over the last %s days",o,"google-site-kit"),o)})]})]}),(0,b.jsx)(u.fh,{mdSize:8,lgSize:7,alignMiddle:!0,children:(0,b.jsx)(AdminBarWidgets,{})}),(0,b.jsx)(u.fh,{size:2,alignMiddle:!0,children:(0,b.jsx)(d.A,{className:"googlesitekit-adminbar__link",href:"#",onClick:r,children:(0,c.__)("More details","google-site-kit")})})]})}),(0,b.jsx)(d.A,{className:"googlesitekit-adminbar__link googlesitekit-adminbar__link--mobile",href:"#",onClick:r,children:(0,c.__)("More details","google-site-kit")})]}):null}var G=i(24558);const U=(0,n.once)(()=>{const e=document.getElementById("js-googlesitekit-adminbar-modules");if(e){const{viewOnly:t}=e.dataset,i=t?G.zx:G.CZ;(0,r.render)((0,b.jsx)(a.A,{viewContext:i,children:(0,b.jsx)(AdminBarApp,{})}),e),(0,s.sx)(i,"view_urlsummary")}});(0,o.A)(()=>{const e=document.getElementById("wp-admin-bar-google-site-kit");e&&(e.addEventListener("mouseover",U,{once:!0}),e.addEventListener("focusin",U,{once:!0}))})},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>h,ei:()=>f});var n=i(15844),o=i(36703),r=i(62688),s=i.n(r),a=i(82871),l=i(50539),c=i(7081),g=i(58116),d=i(89318),u=i(60592),p=i(77766),m=i(62540);const h={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},y={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},f={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},I={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:r,callback:s}){const a=`${t}-step`,k=`${t}-run`,{setValue:N}=(0,l.useDispatch)(c.n),{dismissTour:b}=(0,l.useDispatch)(g.oR),j=(0,l.useRegistry)(),M=(0,p.A)(),v=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),x=(0,l.useSelect)(e=>e(c.n).getValue(k)&&!1===e(g.oR).isTourDismissed(t));(0,n.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),N(k,!0)});const A=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(o.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:n,status:s,type:a}){const l=e+1,c="function"==typeof r?r(M):r;a===o.qY.TOOLTIP&&i===o.VD.TOOLTIP?(0,d.sx)(c,I.VIEW,l):t===o.kl.CLOSE&&i===o.VD.COMPLETE?(0,d.sx)(c,I.DISMISS,l):t===o.kl.NEXT&&s===o.XQ.FINISHED&&a===o.qY.TOUR_END&&n===l&&(0,d.sx)(c,I.COMPLETE,l),i===o.VD.COMPLETE&&s!==o.XQ.FINISHED&&(t===o.kl.PREV&&(0,d.sx)(c,I.PREV,l),t===o.kl.NEXT&&(0,d.sx)(c,I.NEXT,l))}(e);const{action:n,index:l,status:c,step:g,type:u}=e,p=n===o.kl.CLOSE,m=!p&&[o.qY.STEP_AFTER,o.qY.TARGET_NOT_FOUND].includes(u),h=[o.XQ.FINISHED,o.XQ.SKIPPED].includes(c),y=p&&u===o.qY.STEP_AFTER,f=h||y;if(o.qY.STEP_BEFORE===u){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){N(a,e+(t===o.kl.PREV?-1:1))}(l,n):f&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),b(t)),s&&s(e,j)},floaterProps:f,locale:y,run:x,stepIndex:v,steps:A,styles:h,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:s().arrayOf(s().object).isRequired,tourID:s().string.isRequired,gaEventCategory:s().oneOfType([s().string,s().func]).isRequired,callback:s().func}},39828:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(4452),o=i.n(n),r=i(62688),s=i.n(r),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({children:e,className:t,widgetSlug:i,noPadding:n,Header:r,Footer:s},a)=>(0,l.jsxs)("div",{className:o()("googlesitekit-widget",`googlesitekit-widget--${i}`,{"googlesitekit-widget--no-padding":n},{"googlesitekit-widget--with-header":r},t),ref:a,children:[r&&(0,l.jsx)("div",{className:"googlesitekit-widget__header",children:(0,l.jsx)(r,{})}),(0,l.jsx)("div",{className:"googlesitekit-widget__body",children:e}),s&&(0,l.jsx)("div",{className:"googlesitekit-widget__footer",children:(0,l.jsx)(s,{})})]}));c.defaultProps={children:void 0,noPadding:!1},c.propTypes={children:s().node,widgetSlug:s().string.isRequired,noPadding:s().bool,Header:s().elementType,Footer:s().elementType};const g=c},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},45472:(e,t,i)=>{i.d(t,{M:()=>n});const n="core/location"},45512:(e,t,i)=>{i.d(t,{f:()=>o,n:()=>n});const n="modules/search-console",o=1},46894:(e,t,i)=>{i.d(t,{A:()=>ActivateAnalyticsCTA});var n=i(62688),o=i.n(n),r=i(63696),s=i(82871),a=i(49383),l=i(50539),c=i(37226),g=i(72455),d=i(99897),u=i(45472),p=i(92698),m=i(94468),h=i(50787),y=i(62540);function ActivateAnalyticsCTA({children:e}){const t=(0,p.A)(d.L1),i=(0,m.A)(d.L1),n=(0,l.useSelect)(e=>e(c.i).isModuleActive(d.L1)),o=(0,l.useSelect)(e=>{const{isModuleAvailable:t}=e(c.i);return t(d.L1)&&!!e(g.K9)}),[f,I]=(0,r.useState)(!1),k=(0,l.useSelect)(e=>{if(!o)return!1;const t=e(g.K9).getAdminReauthURL();return!!t&&e(u.M).isNavigatingTo(t)}),N=(0,l.useSelect)(e=>!!o&&e(c.i).isFetchingSetModuleActivation(d.L1,!0)),b=(0,h.d)(I,3e3);(0,r.useEffect)(()=>{N||k?I(!0):b(!1)},[N,k,b]);const j=n?i:t;return o&&j?(0,y.jsxs)("div",{className:"googlesitekit-analytics-cta",children:[(0,y.jsx)("div",{className:"googlesitekit-analytics-cta__preview-graphs",children:e}),(0,y.jsxs)("div",{className:"googlesitekit-analytics-cta__details",children:[(0,y.jsx)("p",{className:"googlesitekit-analytics-cta--description",children:(0,s.__)("See how many people visit your site from Search and track how you’re achieving your goals","google-site-kit")}),(0,y.jsx)(a.SpinnerButton,{onClick:j,isSaving:f,disabled:f,children:n?(0,s.__)("Complete setup","google-site-kit"):(0,s.__)("Set up Google Analytics","google-site-kit")})]})]}):null}ActivateAnalyticsCTA.propTypes={children:o().node.isRequired}},47345:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(63696),o=i(50539),r=i(86134);function s(e,t,i){const{setWidgetState:s,unsetWidgetState:a}=(0,o.useDispatch)(r.aO);(0,n.useEffect)(()=>(s(e,t,i),()=>{a(e,t,i)}),[e,t,i,s,a])}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>n});const n={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>s});var n=i(18117),o=i(17243),r=i(63696);function s(...e){const t=(0,n.MA)(()=>(0,o.debounce)(...e),e);return(0,r.useEffect)(()=>()=>t.cancel(),[t]),t}},54312:(e,t,i)=>{i.d(t,{A:()=>GenericErrorHandlerActions});var n=i(62688),o=i.n(n),r=i(82871),s=i(20898),a=i(38021),l=i.n(a),c=i(63696),g=i(12417),d=i(1027),u=i(65123),p=i(49383),m=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,n]=(0,c.useState)(!1);return(0,m.jsx)(p.Button,{"aria-label":i?(0,r.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),n(!0)},trailingIcon:(0,m.jsx)(g.A,{className:"mdc-button__icon",icon:i?d.A:u.A}),children:i?(0,r.__)("Copied to clipboard","google-site-kit"):(0,r.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:o().string,componentStack:o().string};const h=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,m.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,m.jsx)(h,{message:e,componentStack:t}),(0,m.jsx)(s.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,r.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:o().string,componentStack:o().string}},55527:(e,t,i)=>{i.d(t,{$z:()=>o.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>n.N,P3:()=>s.P,Si:()=>r.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var n=i(91046),o=i(3412),r=i(30454),s=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>s,$Q:()=>p,BT:()=>E,CQ:()=>A,DF:()=>V,GM:()=>x,GT:()=>I,HA:()=>O,HD:()=>u,HP:()=>w,J5:()=>B,JF:()=>T,JK:()=>y,Ml:()=>h,SS:()=>R,UF:()=>g,UY:()=>W,Vl:()=>L,W6:()=>H,Xq:()=>S,YQ:()=>D,Yw:()=>Z,dV:()=>C,dX:()=>v,ej:()=>c,em:()=>r,ep:()=>j,fu:()=>N,gC:()=>k,hz:()=>m,jx:()=>d,lV:()=>l,nH:()=>P,oR:()=>n,od:()=>a,p3:()=>f,pG:()=>M,qv:()=>o,qy:()=>_,t1:()=>Y,t7:()=>U,tB:()=>b,tK:()=>G,u_:()=>z});const n="core/user",o="connected_url_mismatch",r="__global",s="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",d="googlesitekit_view_dashboard",u="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",h="googlesitekit_delegate_module_sharing_management",y="googlesitekit_update_plugins",f="kmAnalyticsAdSenseTopEarningContent",I="kmAnalyticsEngagedTrafficSource",k="kmAnalyticsLeastEngagingPages",N="kmAnalyticsNewVisitors",b="kmAnalyticsPopularAuthors",j="kmAnalyticsPopularContent",M="kmAnalyticsPopularProducts",v="kmAnalyticsReturningVisitors",x="kmAnalyticsTopCities",A="kmAnalyticsTopCitiesDrivingLeads",S="kmAnalyticsTopCitiesDrivingAddToCart",T="kmAnalyticsTopCitiesDrivingPurchases",D="kmAnalyticsTopDeviceDrivingPurchases",_="kmAnalyticsTopConvertingTrafficSource",C="kmAnalyticsTopCountries",w="kmAnalyticsTopPagesDrivingLeads",E="kmAnalyticsTopRecentTrendingPages",R="kmAnalyticsTopTrafficSource",L="kmAnalyticsTopTrafficSourceDrivingAddToCart",z="kmAnalyticsTopTrafficSourceDrivingLeads",O="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",B="kmAnalyticsVisitLength",G="kmAnalyticsTopReturningVisitorPages",U="kmSearchConsolePopularKeywords",Z="kmAnalyticsVisitsPerVisitor",W="kmAnalyticsMostEngagingPages",Y="kmAnalyticsTopCategories",H=[f,I,k,N,b,j,M,v,Y,x,A,S,T,D,_,C,E,R,L,P,B,G,Z,W,Y],V=[...H,U]},59357:(e,t,i)=>{i.d(t,{A:()=>PreviewGraph});var n,o=i(62688),r=i.n(o),s=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},a.apply(null,arguments)}const l=e=>s.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 6"},e),n||(n=s.createElement("path",{fill:"currentColor",d:"m0 3.01.443.387 1.755-1.534v3.344h.628V1.863L4.578 3.4l.446-.39L2.512.811z"})));var c=i(15167),g=i(62540);function PreviewGraph({title:e,GraphSVG:t,showIcons:i}){return(0,g.jsxs)("div",{className:"googlesitekit-analytics-cta__preview-graph",children:[(0,g.jsx)(c.A,{as:"h3",size:"small",type:"body",className:"googlesitekit-analytics-cta__preview-graph--title",children:e}),(0,g.jsx)("div",{children:(0,g.jsx)(t,{})}),i&&(0,g.jsxs)("div",{className:"googlesitekit-analytics-cta__preview-graph--icons",children:[(0,g.jsx)(l,{className:"googlesitekit-analytics-cta__preview-graph--up-arrow"}),(0,g.jsx)("span",{className:"googlesitekit-analytics-cta__preview-graph--bar"})]})]})}PreviewGraph.propTypes={title:r().string.isRequired,GraphSVG:r().elementType.isRequired,showIcons:r().bool},PreviewGraph.defaultProps={showIcons:!0}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var n=i(28056),o=i.n(n),r=i(4452),s=i.n(r),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var d=i(72545),u=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:r,size:a,step:l,tooltipProps:m}){const h=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function y(e){return s()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:s()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(o(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(n.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:h.map(e=>(0,p.jsx)("li",{className:y(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,r.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...r,children:r.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(d.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{i.d(t,{Ay:()=>s,Kq:()=>r});const n=(0,i(63696).createContext)(""),{Consumer:o,Provider:r}=n,s=n},64067:(e,t,i)=>{i.d(t,{P9:()=>f,k:()=>m,mR:()=>y});var n=i(32091),o=i.n(n),r=i(17243),s=i(50539),a=i.n(s),l=i(21134),c=i(12850);const g="CREATE_SNAPSHOT",d="DELETE_SNAPSHOT",u="RESTORE_SNAPSHOT",p="SET_STATE_FROM_SNAPSHOT";function m(e,{keysToSnapshot:t}={}){o()(e,"storeName is required to create a snapshot store.");const i={},n={*deleteSnapshot(){return yield{payload:{},type:d}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:n}=yield{payload:{},type:u};return i&&(yield{payload:{snapshot:n},type:p},t&&(yield{payload:{},type:d})),i},*createSnapshot(){return yield{payload:{},type:g}}},a={[d]:()=>(0,l.LD)(`datastore::cache::${e}`),[g]:(0,s.createRegistryControl)(i=>()=>{const n=i.stores[e].store.getState(),o=t?.length>0?(0,r.pick)(n,t):n;return(0,l.SO)(`datastore::cache::${e}`,o)}),[u]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:n,controls:a,reducer:function(e=i,{type:n,payload:o}){if(n===p){const{snapshot:i}=o,{error:n,...r}=i;return t?.length>0?{...e,...r}:r}return e}}}function h(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function y(e=a()){return Promise.all(h(e).map(e=>e.getActions().createSnapshot()))}function f(e=a()){return Promise.all(h(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,i)=>{i.d(t,{G:()=>o,t:()=>n});const n=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=n){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{i.d(t,{c:()=>s});var n=i(82871),o=i(97398),r=i(99897);function s(e="",t={}){const{slug:i="",name:s="",owner:a={}}=t||{};if(!i||!s)return e;let l="",c="";return r.L1===i?e.match(/account/i)?l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):o.Y===i&&(l=(0,n.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,n.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,n.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),s)),a&&a.login&&(c=(0,n.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,n.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),c||(c=(0,n.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>d,SG:()=>g,db:()=>o,e4:()=>p,vl:()=>u});i(17243);var n=i(82871);const o="missing_required_scopes",r="insufficientPermissions",s="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===o}function g(e){return[r,s].includes(e?.data?.reason)}function d(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||g(e)||c(e)||d(e))}function p(e){return e?.code===a?(0,n.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,n.__)("The server provided an invalid response","google-site-kit"):e?.message}},68869:(e,t,i)=>{i.d(t,{Ay:()=>s});var n=i(6732);const{Consumer:o,Provider:r}=n.A,s=r},69667:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 102 30"},e),n||(n=o.createElement("path",{stroke:"#CCC",strokeWidth:2,d:"m1 24.053 5-4.825 4 2.193 5.333-2.193 7.334 6.579 6-1.754 3-4.825 4.666 6.579 3.334-1.754L47.333 28 55 19.228l4.333 2.193 5.334-3.509 2 1.316h6L81.333 3 84 9.579l2.333-1.754L89 13.088l12-5.263"})))},71423:(e,t,i)=>{i.d(t,{$:()=>r,D:()=>o});var n=i(24558);const o="core/notifications",r=[n.uR,n.jU,n.f7,n.Ax,n.Is]},72455:(e,t,i)=>{i.d(t,{CV:()=>S,Cu:()=>j,K9:()=>n,Kr:()=>h,Lf:()=>p,Oh:()=>s,PW:()=>A,Rx:()=>w,S9:()=>y,TQ:()=>d,Vt:()=>_,Wl:()=>N,ZC:()=>o,ZY:()=>a,_p:()=>C,ag:()=>m,aj:()=>u,bz:()=>T,dq:()=>D,f2:()=>c,fB:()=>x,fV:()=>v,iB:()=>g,kc:()=>l,mo:()=>I,nc:()=>M,rm:()=>b,to:()=>r,wo:()=>f,yn:()=>k});const n="modules/analytics-4",o="account_create",r="property_create",s="webdatastream_create",a="analyticsSetup",l=10,c=1,g="https://www.googleapis.com/auth/tagmanager.readonly",d="enhanced-measurement-form",u="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",m="analyticsAccountCreate",h="analyticsCustomDimensionsCreate",y="https://www.googleapis.com/auth/analytics.edit",f="dashboardAllTrafficWidgetDimensionName",I="dashboardAllTrafficWidgetDimensionColor",k="dashboardAllTrafficWidgetDimensionValue",N="dashboardAllTrafficWidgetActiveRowIndex",b="dashboardAllTrafficWidgetLoaded",j={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},M={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},v=[M.CONTACT,M.GENERATE_LEAD,M.SUBMIT_LEAD_FORM],x={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},A="audiencePermissionsSetup",S="audienceTileCustomDimensionCreate",T="audience-selection-panel-expirable-new-badge-",D="audience",_="customDimension",C="property",w=[D,_,C]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73549:(e,t,i)=>{i.d(t,{A:()=>ReportZero});var n=i(62688),o=i.n(n),r=i(82871),s=i(50539),a=i(37226),l=i(4884),c=i(62540);function ReportZero({moduleSlug:e}){const t=(0,s.useSelect)(t=>t(a.i).getModule(e));return(0,c.jsx)(l.A,{title:(0,r.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,r.__)("%s Gathering Data","google-site-kit"),t?.name),description:(0,r.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,r.__)("%s data is not yet available, please check back later","google-site-kit"),t?.name)})}ReportZero.propTypes={moduleSlug:o().string.isRequired}},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>g});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:n,alignBottom:o,alignRight:r,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:d,smSize:u,smStart:p,smOrder:m,mdSize:h,mdStart:y,mdOrder:f,lgSize:I,lgStart:k,lgOrder:N,size:b,children:j,...M}=e;return(0,a.jsx)("div",{...M,className:s()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":n,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":r,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":d,[`mdc-layout-grid__cell--span-${b}`]:12>=b&&b>0,[`mdc-layout-grid__cell--span-${I}-desktop`]:12>=I&&I>0,[`mdc-layout-grid__cell--start-${k}-desktop`]:12>=k&&k>0,[`mdc-layout-grid__cell--order-${N}-desktop`]:12>=N&&N>0,[`mdc-layout-grid__cell--span-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--start-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--order-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:j})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},n)=>(0,a.jsx)("div",{ref:n,className:s()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const g=c,d=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:n,collapsed:o,...r},l)=>(0,a.jsx)("div",{className:s()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":t}),...r,ref:l,children:n}));d.displayName="Grid",d.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},d.defaultProps={className:""};const u=d},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),o=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,n.useContext)(o.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var n=i(62688),o=i.n(n),r=i(63696),s=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),d=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:n,message:o=t.message,noPrefix:p=!1,skipRetryMessage:m,hideIcon:h=!1}){const y=(0,l.useDispatch)(),f=(0,l.useSelect)(e=>n?e(n).getSelectorDataForError(t):null),I=(0,r.useCallback)(()=>{y(f.storeName).invalidateResolution(f.name,f.args)},[y,f]);if(!o||(0,c.G)(t))return null;const k=i&&(0,c.vl)(t,f);let N=o;i||m||(N=(0,s.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,s.__)("%s (Please try again.)","google-site-kit"),N)),p||(N=(0,s.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,s.__)("Error: %s","google-site-kit"),N));const b=t?.data?.reconnectURL;b&&(0,a.m)(b)&&(N=(0,s.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,s.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),N,b));return(0,u.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(N,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:k?{label:(0,s.__)("Retry","google-site-kit"),onClick:I}:void 0,hideIcon:h})}ErrorNotice.propTypes={className:o().string,error:o().shape({message:o().string}),hasButton:o().bool,storeName:o().string,message:o().string,noPrefix:o().bool,skipRetryMessage:o().bool,hideIcon:o().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>n});const n="core/forms"},79829:(e,t,i)=>{i.d(t,{Eo:()=>d,JK:()=>h,K5:()=>m,jq:()=>p,mK:()=>g});var n=i(17243),o=i(50532),r=i.n(o),s=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:n}=function(e,t={}){const{hours:i,minutes:n,seconds:o}=l(e);return{hours:i,minutes:n,seconds:o,formatUnit(){const{unitDisplay:r="short",...a}=t,l={unitDisplay:r,...a,style:"unit"};return 0===e?p(o,{...l,unit:"second"}):(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?p(o,{...l,unit:"second"}):"",n?p(n,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,s.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,s.__)("%ds","google-site-kit"),o);if(0===e)return t;const r=(0,s.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,s.__)("%dm","google-site-kit"),n),a=(0,s.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,s.__)("%dh","google-site-kit"),i);return(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",n?r:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return n()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function d(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:o="metric"}=i;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,s.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?a(e,i):"durationISO"===o?function(e){let{hours:t,minutes:i,seconds:n}=l(e);return n=("0"+n).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${n}`:`${t}:${i}:${n}`}(e):p(e,i)}const u=r()(console.warn);function p(e,t={}){const{locale:i=h(),...n}=t;try{return new Intl.NumberFormat(i,n).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},r=["signDisplay","compactDisplay"],s={};for(const[e,t]of Object.entries(n))o[e]&&t===o[e]||r.includes(e)||(s[e]=t);try{return new Intl.NumberFormat(i,s).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=h(),style:n="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:n,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const r=(0,s.__)(", ","google-site-kit");return e.join(r)}function h(e=i.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>k});var n,o=i(62688),r=i.n(o),s=i(4452),a=i.n(s),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var d=i(42343),u=i(49655),p=i(62540);const m={[u.Q.NEW]:d.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:r().oneOf(Object.values(u.Q))},Title.propTypes={className:r().string,children:r().node},Description.propTypes={className:r().string,children:r().node};var h=i(49383),y=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:n,href:o,external:r,hideExternalIndicator:s}){let a;return r&&!s&&(a=(0,p.jsx)(y.A,{width:14,height:14})),(0,p.jsx)(h.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:n,href:o,target:r?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:r().string.isRequired,disabled:r().bool,inProgress:r().bool,onClick:r().func,href:r().string,external:r().bool,hideExternalIndicator:r().bool};var f=i(82871);function DismissButton({label:e=(0,f.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(h.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:r().string,onClick:r().func.isRequired,disabled:r().bool};const I=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:n,ctaButton:o,type:r=u.Q.INFO,children:s,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${r}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:r})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(n?.label||n?.onClick||o?.label&&(o?.onClick||o?.href)||s)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[s,(n?.label||n?.onClick)&&(0,p.jsx)(DismissButton,{label:n.label,onClick:n.onClick,disabled:n.disabled}),o?.label&&(o?.onClick||o?.href)&&(0,p.jsx)(CTAButton,{label:o.label,onClick:o.onClick,inProgress:o.inProgress,disabled:o.disabled,href:o.href,external:o.external,hideExternalIndicator:o.hideExternalIndicator})]})]}));I.TYPES=u.Q,I.propTypes={className:r().string,title:r().oneOfType([r().string,r().object]),description:r().node,type:r().oneOf(Object.values(u.Q)),dismissButton:r().shape(DismissButton.propTypes),ctaButton:r().shape({...CTAButton.propTypes,label:r().string}),children:r().node,hideIcon:r().bool};const k=I},81520:(e,t,i)=>{function Null(){return null}i.d(t,{A:()=>Null})},82046:(e,t,i)=>{i.d(t,{C:()=>r,p:()=>o});var n=i(15210);function o(e,t={}){return{__html:n.O.sanitize(e,t)}}function r(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84093:(e,t,i)=>{i.d(t,{A:()=>WidgetNull});var n=i(62688),o=i.n(n),r=i(47345),s=i(81520),a=i(62540);const l={};function WidgetNull({widgetSlug:e}){return(0,r.A)(e,s.A,l),(0,a.jsx)(s.A,{})}WidgetNull.propTypes={widgetSlug:o().string.isRequired,...s.A.propTypes}},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var n=i(62688),o=i.n(n),r=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,r.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:o().node.isRequired,marginLeft:o().number,marginRight:o().number}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o,r=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>r.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),n||(n=r.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),o||(o=r.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},86134:(e,t,i)=>{i.d(t,{N$:()=>o,aO:()=>r,qB:()=>n});const n={BOXES:"boxes",COMPOSITE:"composite"},o={QUARTER:"quarter",HALF:"half",FULL:"full"},r="core/widgets"},89318:(e,t,i)=>{i.d(t,{M9:()=>x,sx:()=>M,BI:()=>v});var n=i(17243);const o="_googlesitekitDataLayer",r="data-googlesitekit-gtag";function s(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isAuthenticated:h,userRoles:y}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:f}=i.g,I={activeModules:c,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:y,isAuthenticated:h,pluginVersion:f},{enableTracking:k,disableTracking:N,isTrackingEnabled:b,initializeSnippet:j,trackEvent:M,trackEventOnce:v}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const d=function(e,t){const n=s(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:d,userRoles:u=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${r}]`)),l)return!1;l=!0;const s=u?.length?u.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:s,user_identifier:d}});const h=t.createElement("script");return h.setAttribute(r,""),h.async=!0,h.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(h),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(g,t),u=function(e,t,i,n){const o=s(t);return async function(t,r,s,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:s,value:a};return new Promise(e=>{const i=setTimeout(function(){n.console.warn(`Tracking event "${r}" (category "${t}") took too long to fire.`),e()},1e3);function s(){clearTimeout(i),e()}o("event",r,{...c,event_callback:s}),n._gaUserPrefs?.ioo?.()&&s()})}}(g,t,d,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:d,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,n.once)(u)),p[t](...e)}}}(I);function x(e){e?k():N()}g&&d&&j()},90007:(e,t,i)=>{i.d(t,{Q:()=>I,A:()=>BannerNotification});var n=i(4452),o=i.n(n),r=i(62688),s=i.n(r),a=i(50539),l=i(71423),c=i(7070),g=i(7184),d=i(30823),u=i(3782),p=i(29584),m=i(55527);const h="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",y="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var f=i(62540);const I={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=I.INFO,learnMoreLink:i,dismissButton:n,ctaButton:r,gaTrackingEventArgs:s,...d}){const u=(0,c.A)(e,s?.category),{dismissNotification:p}=(0,a.useDispatch)(l.D);let k=d?.svg;return k||t===I.INFO||(k={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===I.WARNING&&(k.desktop=h),t===I.ERROR&&(k.desktop=y)),(0,f.jsx)("div",{className:o()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,f.jsx)(m.xA,{className:"googlesitekit-page-content",children:(0,f.jsx)(m.fI,{children:(0,f.jsx)(m.fh,{size:12,children:(0,f.jsx)(g.A,{learnMoreLink:i&&{...i,onClick:async function(e){u.clickLearnMore(s?.label,s?.value),await(i?.onClick?.(e))}},dismissButton:n&&{...n,onClick:async function(t){await(n?.onClick?.(t)),u.dismiss(s?.label,s?.value),p(e,{...n?.dismissOptions})}},ctaButton:r&&{...r,onClick:async function(t){u.confirm(s?.label,s?.value),await(r?.onClick?.(t)),r?.dismissOnClick&&p(e,{...r?.dismissOptions})}},svg:k,...d})})})})})}BannerNotification.propTypes={notificationID:s().string.isRequired,type:s().oneOf(Object.values(I)),titleIcon:s().node,title:s().string,description:s().oneOfType([s().string,s().node]),learnMoreLink:s().shape(d.A.propTypes),dismissButton:s().shape(p.A.propTypes),ctaButton:s().shape(u.A.propTypes),gaTrackingEventArgs:s().shape({category:s().string,label:s().string,value:s().number})}},91560:(e,t,i)=>{i.d(t,{A:()=>u});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(13606),l=i(82871),c=i(20898),g=i(35323),d=i(62540);function SourceLink({name:e,href:t,className:i,external:n}){return(0,g.A)()?null:(0,d.jsx)("div",{className:s()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,d.jsx)(c.A,{href:t,external:n},"link")})})}SourceLink.propTypes={name:o().string,href:o().string,className:o().string,external:o().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const u=SourceLink},92698:(e,t,i)=>{i.d(t,{A:()=>u});var n=i(63696),o=i(50539),r=i(93896),s=i(58116),a=i(37226),l=i(45472),c=i(21134),g=i(89318),d=i(77766);function u(e){const t=(0,d.A)(),i=(0,o.useSelect)(t=>t(a.i).getModule(e)),u=(0,o.useSelect)(e=>e(s.oR).hasCapability(s.HD)),{activateModule:p}=(0,o.useDispatch)(a.i),{navigateTo:m}=(0,o.useDispatch)(l.M),{setInternalServerError:h}=(0,o.useDispatch)(r.O4),y=(0,n.useCallback)(async()=>{const{error:i,response:n}=await p(e);i?h({id:`${e}-setup-error`,description:i.message}):(await(0,g.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),m(n.moduleReauthURL))},[p,e,m,h,t]);return i?.name&&u?y:null}},93896:(e,t,i)=>{i.d(t,{O4:()=>n,OQ:()=>r,qc:()=>o});const n="core/site",o="primary",r="secondary"},94468:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(63696),o=i(50539),r=i(58116),s=i(37226),a=i(45472);function l(e){const t=(0,o.useSelect)(e=>e(r.oR).hasCapability(r.HD)),i=(0,o.useSelect)(t=>t(s.i).getModuleStoreName(e)),l=(0,o.useSelect)(e=>e(i)?.getAdminReauthURL()),{navigateTo:c}=(0,o.useDispatch)(a.M),g=(0,n.useCallback)(()=>c(l),[l,c]);return l&&t?g:null}},94552:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:n}){return(0,a.jsx)("svg",{className:s()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},96820:(e,t,i)=>{i.d(t,{A:()=>g,v:()=>c});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(82871),l=i(62540);const c={DEFAULT:"default",OVERLAY:"overlay",SMALL:"small",SMALL_OVERLAY:"small-overlay",LARGE:"large"};function GatheringDataNotice({style:e}){return(0,l.jsx)("div",{className:s()("googlesitekit-gathering-data-notice",{[`googlesitekit-gathering-data-notice--has-style-${e}`]:!!e}),children:(0,l.jsx)("span",{children:(0,a.__)("Gathering data…","google-site-kit")})})}GatheringDataNotice.propTypes={style:o().oneOf(Object.values(c))};const g=GatheringDataNotice},97029:(e,t,i)=>{i.d(t,{A:()=>I});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(63696),l=i(96820),c=i(12850),g=i(62540);function Sparkline({sparkline:e,invertChangeColor:t}){let i=e;return i&&t&&(i=(0,a.cloneElement)(e,{invertChangeColor:t})),(0,g.jsx)("div",{className:"googlesitekit-data-block__sparkline",children:i})}Sparkline.propTypes={sparkline:o().element,invertChangeColor:o().bool};const d=Sparkline;var u=i(2362),p=i(82871),m=i(94552);function Change({change:e,changeDataUnit:t,period:i,invertChangeColor:n}){let o=e;return t&&(o="%"===t?(0,c.Eo)(e,{style:"percent",signDisplay:"never",maximumFractionDigits:1}):(0,c.Eo)(e,t)),i&&(o=(0,p.sprintf)(i,o)),(0,g.jsxs)("div",{className:s()("googlesitekit-data-block__change",{"googlesitekit-data-block__change--no-change":!e}),children:[!!e&&(0,g.jsx)("span",{className:"googlesitekit-data-block__arrow",children:(0,g.jsx)(m.A,{direction:0<parseFloat(e)?"up":"down",invertColor:n})}),(0,g.jsx)("span",{className:"googlesitekit-data-block__value",children:o})]})}Change.propTypes={change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),period:o().string,invertChangeColor:o().bool};const h=Change;var y=i(91560),f=i(15167);function Content({title:e="",datapoint:t=null,datapointUnit:i="",change:n=null,changeDataUnit:o="",period:r="",source:s,sparkline:l,invertChangeColor:p=!1,gatheringData:m=!1,badge:I}){const k=void 0===t?t:(0,c.Eo)(t,i);return(0,g.jsxs)(a.Fragment,{children:[(0,g.jsxs)("div",{className:"googlesitekit-data-block__title-datapoint-wrapper",children:[(0,g.jsxs)(f.A,{as:"h3",size:"small",type:"title",className:" googlesitekit-subheading-1 googlesitekit-data-block__title ",children:[!0===I?(0,g.jsx)(u.A,{"aria-hidden":"true",className:"googlesitekit-badge--hidden",label:"X"}):I,(0,g.jsx)("span",{className:"googlesitekit-data-block__title-inner",children:e})]}),!m&&(0,g.jsx)("div",{className:"googlesitekit-data-block__datapoint",children:(0,g.jsx)("span",{className:"googlesitekit-data-block__datapoint--resize",children:k})})]}),!m&&l&&(0,g.jsx)(d,{sparkline:l,invertChangeColor:p}),!m&&(0,g.jsxs)("div",{className:"googlesitekit-data-block__change-source-wrapper",children:[(0,g.jsx)(h,{change:n,changeDataUnit:o,period:r,invertChangeColor:p}),s&&(0,g.jsx)(y.A,{className:"googlesitekit-data-block__source",name:s.name,href:s.link,external:s?.external})]})]})}function DataBlock({stat:e=null,className:t="",title:i="",datapoint:n=null,datapointUnit:o="",change:r=null,changeDataUnit:c="",context:d="default",period:u="",selected:p=!1,source:m,sparkline:h,handleStatSelection:y=null,invertChangeColor:f=!1,gatheringData:I=!1,gatheringDataNoticeStyle:k=l.v.DEFAULT,badge:N}){const b=(0,a.useCallback)(()=>{!I&&y&&y(e)},[I,y,e]),j=(0,a.useCallback)(e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),b())},[b]),M="button"===d,v=M?"button":"";return(0,g.jsxs)("div",{className:s()("googlesitekit-data-block",t,`googlesitekit-data-block--${d}`,{"googlesitekit-data-block--selected":p,"googlesitekit-data-block--is-gathering-data":I}),tabIndex:M&&!I?"0":"-1",role:y&&v,onClick:b,onKeyDown:j,"aria-disabled":I||void 0,"aria-label":y&&i,"aria-pressed":y&&p,children:[(0,g.jsx)(Content,{title:i,datapoint:n,datapointUnit:o,change:r,changeDataUnit:c,period:u,source:m,sparkline:h,invertChangeColor:f,gatheringData:I,badge:N}),I&&(0,g.jsx)(l.A,{style:k})]})}Content.propTypes={title:o().string,datapoint:o().oneOfType([o().string,o().number]),datapointUnit:o().string,change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),period:o().string,source:o().object,sparkline:o().element,invertChangeColor:o().bool,gatheringData:o().bool,badge:o().oneOfType([o().bool,o().node])},DataBlock.propTypes={stat:o().number,className:o().string,title:o().string,datapoint:o().oneOfType([o().string,o().number]),datapointUnit:o().string,change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),context:o().string,period:o().string,selected:o().bool,source:o().object,sparkline:o().element,handleStatSelection:o().func,invertChangeColor:o().bool,gatheringData:o().bool,gatheringDataNoticeStyle:o().oneOf(Object.values(l.v)),badge:o().oneOfType([o().bool,o().node])};const I=DataBlock},97398:(e,t,i)=>{i.d(t,{Y:()=>n});const n="search-console"},99897:(e,t,i)=>{i.d(t,{A_:()=>g,DF:()=>u,L1:()=>p,M0:()=>s,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>r,ue:()=>o,wq:()=>n,xR:()=>d});const n=1,o=2,r=3,s="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",d="_r..nav",u="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=38652,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-api-4acd9eba95567bccec3c.js 0000755 00000047175 15111634507 0015664 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[926],{2522:(t,e,n)=>{n.d(e,{D:()=>o});var r=n(32091),i=n.n(r);function o(t,{dateRangeLength:e}){i()(Array.isArray(t),"report must be an array to partition."),i()(Number.isInteger(e)&&e>0,"dateRangeLength must be a positive integer.");const n=-1*e;return{currentRange:t.slice(n),compareRange:t.slice(2*n,n)}}},8143:(t,e,n)=>{n.d(e,{VZ:()=>o,dc:()=>a,pH:()=>i,r0:()=>s});var r=n(84024);function i(t){try{return new URL(t).pathname}catch{}return null}function o(t,e){try{return new URL(e,t).href}catch{}return("string"==typeof t?t:"")+("string"==typeof e?e:"")}function a(t){return"string"!=typeof t?t:t.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function s(t,e){if(!(0,r.m)(t))return t;if(t.length<=e)return t;const n=new URL(t),i=t.replace(n.origin,"");if(i.length<e)return i;const o=i.length-Math.floor(e)+1;return"…"+i.substr(o)}},12850:(t,e,n)=>{n.d(e,{tt:()=>$,Jg:()=>T,Gp:()=>b,GH:()=>v,r0:()=>D,Du:()=>S,Zf:()=>H,Cn:()=>j,G7:()=>h,vH:()=>p,N_:()=>P,zh:()=>V,mK:()=>l.mK,Ql:()=>A,vY:()=>x,sq:()=>E,VZ:()=>F.VZ,JK:()=>l.JK,IS:()=>C,pH:()=>F.pH,kf:()=>q,O5:()=>I,Qr:()=>N,x6:()=>U,K5:()=>l.K5,S_:()=>m,dc:()=>F.dc,Eo:()=>l.Eo,jq:()=>l.jq,DK:()=>G.D,N9:()=>K,p9:()=>o.p,XH:()=>L,Zm:()=>c,sx:()=>i.sx,BI:()=>i.BI,CZ:()=>o.C,BG:()=>J});var r=n(17243),i=n(89318),o=n(82046),a=n(10523),s=n.n(a);function c(t){return s()(JSON.stringify(u(t)))}function u(t){const e={};return Object.keys(t).sort().forEach(n=>{let r=t[n];r&&"object"==typeof r&&!Array.isArray(r)&&(r=u(r)),e[n]=r}),e}var l=n(79829);function g(t){return t.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function d(t){return`<p>${t.replace(/\n{2,}/g,"</p><p>")}</p>`}function f(t){return t.replace(/\n/gi,"<br>")}function m(t){const e=[g,d,f];let n=t;for(const t of e)n=t(n);return n}function p(t){return t=parseFloat(t),isNaN(t)||0===t?[0,0,0,0]:[Math.floor(t/60/60),Math.floor(t/60%60),Math.floor(t%60),Math.floor(1e3*t)-1e3*Math.floor(t)]}function h(t){const e=t&&!Number.isInteger(t)?new Date(t).getTime():t;return isNaN(e)||!e?0:e}var y=n(32091),k=n.n(y),_=n(82871);const w="Date param must construct to a valid date instance or be a valid date instance itself.",v="Invalid dateString parameter, it must be a string.",b='Invalid date range, it must be a string with the format "last-x-days".',D=60,T=60*D,$=24*T,S=7*$;function A(){function t(t){return(0,_.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,_._n)("Last %s day","Last %s days",t,"google-site-kit"),t)}return{"last-7-days":{slug:"last-7-days",label:t(7),days:7},"last-14-days":{slug:"last-14-days",label:t(14),days:14},"last-28-days":{slug:"last-28-days",label:t(28),days:28},"last-90-days":{slug:"last-90-days",label:t(90),days:90}}}function N(t=""){if(!(0,r.isString)(t))return!1;if(3!==t.split("-").length)return!1;const e=new Date(t);return(0,r.isDate)(e)&&!isNaN(e)}function E(t){k()((0,r.isDate)(t)&&!isNaN(t),w);const e=`${t.getMonth()+1}`,n=`${t.getDate()}`;return[t.getFullYear(),e.length<2?`0${e}`:e,n.length<2?`0${n}`:n].join("-")}function L(t){k()(N(t),v);const[e,n,r]=t.split("-");return new Date(e,n-1,r)}function C(t,e){return E(P(t,e*$))}function I(t){const e=t.split("-");return 3===e.length&&"last"===e[0]&&!Number.isNaN(e[1])&&!Number.isNaN(parseFloat(e[1]))&&"days"===e[2]}function P(t,e){k()(N(t)||(0,r.isDate)(t)&&!isNaN(t),v);const n=N(t)?Date.parse(t):t.getTime();return new Date(n-1e3*e)}var M=n(69743),R=n(94552),O=n(62540);function x(t,e={}){if(Number.isNaN(Number(t)))return"";const{invertColor:n=!1}=e;return(0,M.Ay)((0,O.jsx)(R.A,{direction:t>0?"up":"down",invertColor:n}))}function j(t,e){return t>0&&e>0?t/e-1:t>0?1:e>0?-1:0}var F=n(8143);function U(t){const e=parseFloat(t)||0;return!!Number.isInteger(e)&&e>0}function q(t){if("number"==typeof t)return!0;const e=(t||"").toString();return!!e&&!isNaN(e)}function K(t){return Array.isArray(t)?[...t].sort():t}var G=n(2522);function H(t,e){function n(t){return"0"===t||0===t}if(n(t)&&n(e))return 0;if(n(t)||Number.isNaN(t))return null;const r=(e-t)/t;return Number.isNaN(r)||!Number.isFinite(r)?null:r}function J(t){try{return JSON.parse(t)&&!!t}catch(t){return!1}}function V(t){if(!t)return"";const e=t.replace(/&#(\d+);/g,(t,e)=>String.fromCharCode(e)).replace(/(\\)/g,"");return(0,r.unescape)(e)}},15210:(t,e,n)=>{n.d(e,{O:()=>i});var r=n(31234);const i=n.n(r)()(n.g)},21134:(t,e,n)=>{n.d(e,{Gq:()=>g,IL:()=>p,LD:()=>f,SO:()=>d,a2:()=>i,xD:()=>m});var r=n(12850);const i="googlesitekit_",o=`${i}1.165.0_${n.g._googlesitekitBaseData.storagePrefix}_`,a=["sessionStorage","localStorage"];let s,c=[...a];async function u(t){const e=n.g[t];if(!e)return!1;try{const t="__storage_test__";return e.setItem(t,t),e.removeItem(t),!0}catch(t){return t instanceof DOMException&&(22===t.code||1014===t.code||"QuotaExceededError"===t.name||"NS_ERROR_DOM_QUOTA_REACHED"===t.name)&&0!==e.length}}async function l(){if(void 0!==s)return s;for(const t of c)s||await u(t)&&(s=n.g[t]);return void 0===s&&(s=null),s}async function g(t){const e=await l();if(e){const n=e.getItem(`${o}${t}`);if(n){const t=JSON.parse(n),{timestamp:e,ttl:r,value:i,isError:o}=t;if(e&&(!r||Math.round(Date.now()/1e3)-e<r))return{cacheHit:!0,value:i,isError:o}}}return{cacheHit:!1,value:void 0}}async function d(t,e,{ttl:i=r.Jg,timestamp:a=Math.round(Date.now()/1e3),isError:s=!1}={}){const c=await l();if(c)try{return c.setItem(`${o}${t}`,JSON.stringify({timestamp:a,ttl:i,value:e,isError:s})),!0}catch(t){return n.g.console.warn("Encountered an unexpected storage error:",t),!1}return!1}async function f(t){const e=await l();if(e)try{const n=t.startsWith(i)?t:`${o}${t}`;return e.removeItem(n),!0}catch(t){return n.g.console.warn("Encountered an unexpected storage error:",t),!1}return!1}async function m(){const t=await l();if(t)try{const e=[];for(let n=0;n<t.length;n++){const r=t.key(n);0===r.indexOf(i)&&e.push(r)}return e}catch(t){return n.g.console.warn("Encountered an unexpected storage error:",t),[]}return[]}async function p(){if(await l()){const t=await m();for(const e of t)await f(e);return!0}return!1}},42926:(t,e,n)=>{n.d(e,{A:()=>l});var r=n(19371),i=n(31638);const o=function(t){const e=Object.keys(t).reduce((e,n)=>(e[(0,i.getStablePath)(n)]=t[n],e),{});let n=!1;return(t,r)=>{if(n)return r(t);setTimeout(()=>{n=!0},3e3);const{parse:o=!0}=t,a=t.path;if("string"==typeof t.path){const n=t.method?.toUpperCase()||"GET",r=(0,i.getStablePath)(a);if(o&&"GET"===n&&e[r]){const t=Promise.resolve(e[r].body);return delete e[r],t}if("OPTIONS"===n&&e[n]&&e[n][r]){const t=Promise.resolve(e[n][r]);return delete e[n][r],t}}return r(t)}},{nonce:a,nonceEndpoint:s,preloadedData:c,rootURL:u}=n.g._googlesitekitAPIFetchData||{};r.default.nonceEndpoint=s,r.default.nonceMiddleware=r.default.createNonceMiddleware(a),r.default.rootURLMiddleware=r.default.createRootURLMiddleware(u),r.default.preloadingMiddleware=o(c),r.default.use(r.default.nonceMiddleware),r.default.use(r.default.mediaUploadMiddleware),r.default.use(r.default.rootURLMiddleware),r.default.use(r.default.preloadingMiddleware);const l=r.default},50618:(t,e,n)=>{var r=n(32091),i=n.n(r),o=n(42926),a=n(44451),s=n(21134),c=n(12850),u=n(67150);const l=["fetch_error"],g=[];var d=n(58116);let f=!0;function m(t,e,n,r={}){const i=[t,e,n].filter(t=>!!t&&t.length);return 3===i.length&&r&&r.constructor===Object&&Object.keys(r).length&&i.push((0,c.Zm)(r)),i.join("::")}function p(t){const e=n.g.googlesitekit?.data?.dispatch?.(d.oR);e&&((0,u.G)(t)?e.setPermissionScopeError(t):(0,u.HY)(t)&&e.setAuthError(t))}async function h(t,e,r,{bodyParams:u,cacheTTL:d=c.Jg,method:f="GET",queryParams:h,useCache:k,signal:_}={}){i()(t,"`type` argument for requests is required."),i()(e,"`identifier` argument for requests is required."),i()(r,"`datapoint` argument for requests is required.");const w="GET"===f&&(void 0!==k?k:y()),v=m(t,e,r,h);if(w){const{cacheHit:t,value:e,isError:n}=await(0,s.Gq)(v);if(n)throw p(e),e;if(t)return e}try{const n=await(0,o.A)({data:u,method:f,signal:_,path:(0,a.F)(`/google-site-kit/v1/${t}/${e}/data/${r}`,h)});return w&&await(0,s.SO)(v,n,{ttl:d}),n}catch(i){if(_?.aborted)throw i;throw i?.data?.cacheTTL&&await(0,s.SO)(v,i,{ttl:i.data.cacheTTL,isError:!0}),async function(t){const{method:e,type:n,identifier:r,datapoint:i,error:o}=t,a=`${n}/${r}/data/${i}`;if(g.includes(a))return;if(!o||l.includes(o?.code))return;let s=`code: ${o.code}`;o.data?.reason&&(s+=`, reason: ${o.data.reason}`),await(0,c.sx)("api_error",`${e}:${n}/${r}/data/${i}`,`${o.message} (${s})`,o.data?.status||o.code)}({method:f,datapoint:r,type:t,identifier:e,error:i}),p(i),n.g.console.error("Google Site Kit API Error",`method:${f}`,`datapoint:${r}`,`type:${t}`,`identifier:${e}`,`error:"${i.message}"`),i}}function y(){return f}async function k(t,e,n){const r=m(t,e,n);(await(0,s.xD)()).forEach(t=>{new RegExp(`^${s.a2}([^_]+_){2}${r}`).test(t)&&(0,s.LD)(t)})}const _={invalidateCache:k,get:function(t,e,n,r,{cacheTTL:i=c.Jg,useCache:o,signal:a}={}){return h(t,e,n,{cacheTTL:i,queryParams:r,useCache:o,signal:a})},set:async function(t,e,n,r,{method:i="POST",queryParams:o={},signal:a}={}){const s=await h(t,e,n,{bodyParams:{data:r},method:i,queryParams:o,useCache:!1,signal:a});return await k(t,e,n),s},setUsingCache:function(t){return f=!!t,f},usingCache:y};void 0===n.g.googlesitekit&&(n.g.googlesitekit={}),void 0===n.g.googlesitekit.api&&(n.g.googlesitekit.api=_)},58116:(t,e,n)=>{n.d(e,{$8:()=>a,$Q:()=>f,BT:()=>P,CQ:()=>S,DF:()=>V,GM:()=>$,GT:()=>k,HA:()=>x,HD:()=>d,HP:()=>I,J5:()=>F,JF:()=>N,JK:()=>h,Ml:()=>p,SS:()=>M,UF:()=>l,UY:()=>G,Vl:()=>R,W6:()=>J,Xq:()=>A,YQ:()=>E,Yw:()=>K,dV:()=>C,dX:()=>T,ej:()=>u,em:()=>o,ep:()=>b,fu:()=>w,gC:()=>_,hz:()=>m,jx:()=>g,lV:()=>c,nH:()=>j,oR:()=>r,od:()=>s,p3:()=>y,pG:()=>D,qv:()=>i,qy:()=>L,t1:()=>H,t7:()=>q,tB:()=>v,tK:()=>U,u_:()=>O});const r="core/user",i="connected_url_mismatch",o="__global",a="temporary_persist_permission_error",s="adblocker_active",c=["weekly","monthly","quarterly"],u="googlesitekit_authenticate",l="googlesitekit_setup",g="googlesitekit_view_dashboard",d="googlesitekit_manage_options",f="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",p="googlesitekit_delegate_module_sharing_management",h="googlesitekit_update_plugins",y="kmAnalyticsAdSenseTopEarningContent",k="kmAnalyticsEngagedTrafficSource",_="kmAnalyticsLeastEngagingPages",w="kmAnalyticsNewVisitors",v="kmAnalyticsPopularAuthors",b="kmAnalyticsPopularContent",D="kmAnalyticsPopularProducts",T="kmAnalyticsReturningVisitors",$="kmAnalyticsTopCities",S="kmAnalyticsTopCitiesDrivingLeads",A="kmAnalyticsTopCitiesDrivingAddToCart",N="kmAnalyticsTopCitiesDrivingPurchases",E="kmAnalyticsTopDeviceDrivingPurchases",L="kmAnalyticsTopConvertingTrafficSource",C="kmAnalyticsTopCountries",I="kmAnalyticsTopPagesDrivingLeads",P="kmAnalyticsTopRecentTrendingPages",M="kmAnalyticsTopTrafficSource",R="kmAnalyticsTopTrafficSourceDrivingAddToCart",O="kmAnalyticsTopTrafficSourceDrivingLeads",x="kmAnalyticsTopTrafficSourceDrivingPurchases",j="kmAnalyticsPagesPerVisit",F="kmAnalyticsVisitLength",U="kmAnalyticsTopReturningVisitorPages",q="kmSearchConsolePopularKeywords",K="kmAnalyticsVisitsPerVisitor",G="kmAnalyticsMostEngagingPages",H="kmAnalyticsTopCategories",J=[y,k,_,w,v,b,D,T,H,$,S,A,N,E,L,C,P,M,R,j,F,U,K,G,H],V=[...J,q]},65214:(t,e,n)=>{n.d(e,{G:()=>i,t:()=>r});const r=new Set(n.g?._googlesitekitBaseData?.enabledFeatures||[]);function i(t,e=r){return e instanceof Set&&e.has(t)}},67150:(t,e,n)=>{n.d(e,{G:()=>u,HY:()=>g,SG:()=>l,db:()=>i,e4:()=>f,vl:()=>d});n(17243);var r=n(82871);const i="missing_required_scopes",o="insufficientPermissions",a="forbidden",s="internal_server_error",c="invalid_json";function u(t){return t?.code===i}function l(t){return[o,a].includes(t?.data?.reason)}function g(t){return!!t?.data?.reconnectURL}function d(t,e){return!(!e?.storeName||l(t)||u(t)||g(t))}function f(t){return t?.code===s?(0,r.__)("There was a critical error on this website while fetching data","google-site-kit"):t?.code===c?(0,r.__)("The server provided an invalid response","google-site-kit"):t?.message}},79829:(t,e,n)=>{n.d(e,{Eo:()=>g,JK:()=>p,K5:()=>m,jq:()=>f,mK:()=>l});var r=n(17243),i=n(50532),o=n.n(i),a=n(82871);function s(t,e={}){const{formatUnit:n,formatDecimal:r}=function(t,e={}){const{hours:n,minutes:r,seconds:i}=c(t);return{hours:n,minutes:r,seconds:i,formatUnit(){const{unitDisplay:o="short",...s}=e,c={unitDisplay:o,...s,style:"unit"};return 0===t?f(i,{...c,unit:"second"}):(0,a.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,a._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),i?f(i,{...c,unit:"second"}):"",r?f(r,{...c,unit:"minute"}):"",n?f(n,{...c,unit:"hour"}):"").trim()},formatDecimal(){const e=(0,a.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,a.__)("%ds","google-site-kit"),i);if(0===t)return e;const o=(0,a.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,a.__)("%dm","google-site-kit"),r),s=(0,a.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,a.__)("%dh","google-site-kit"),n);return(0,a.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,a._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),i?e:"",r?o:"",n?s:"").trim()}}}(t,e);try{return n()}catch{return r()}}function c(t){t=parseInt(t,10),Number.isNaN(t)&&(t=0);return{hours:Math.floor(t/60/60),minutes:Math.floor(t/60%60),seconds:Math.floor(t%60)}}function u(t){return 1e6<=t?Math.round(t/1e5)/10:1e4<=t?Math.round(t/1e3):1e3<=t?Math.round(t/100)/10:t}function l(t){let e={};return"%"===t?e={style:"percent",maximumFractionDigits:2}:"s"===t?e={style:"duration",unitDisplay:"narrow"}:t&&"string"==typeof t?e={style:"currency",currency:t}:(0,r.isPlainObject)(t)&&(e={...t}),e}function g(t,e={}){t=(0,r.isFinite)(t)?t:Number(t),(0,r.isFinite)(t)||(console.warn("Invalid number",t,typeof t),t=0);const n=l(e),{style:i="metric"}=n;return"metric"===i?function(t){const e={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=t?(0,a.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,a.__)("%sM","google-site-kit"),f(u(t),t%10==0?{}:e)):1e4<=t?(0,a.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,a.__)("%sK","google-site-kit"),f(u(t))):1e3<=t?(0,a.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,a.__)("%sK","google-site-kit"),f(u(t),t%10==0?{}:e)):f(t,{signDisplay:"never",maximumFractionDigits:1})}(t):"duration"===i?s(t,n):"durationISO"===i?function(t){let{hours:e,minutes:n,seconds:r}=c(t);return r=("0"+r).slice(-2),n=("0"+n).slice(-2),e=("0"+e).slice(-2),"00"===e?`${n}:${r}`:`${e}:${n}:${r}`}(t):f(t,n)}const d=o()(console.warn);function f(t,e={}){const{locale:n=p(),...r}=e;try{return new Intl.NumberFormat(n,r).format(t)}catch(e){d(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(n)}, ${JSON.stringify(r)} ).format( ${typeof t} )`,e.message)}const i={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},o=["signDisplay","compactDisplay"],a={};for(const[t,e]of Object.entries(r))i[t]&&e===i[t]||o.includes(t)||(a[t]=e);try{return new Intl.NumberFormat(n,a).format(t)}catch{return new Intl.NumberFormat(n).format(t)}}function m(t,e={}){const{locale:n=p(),style:r="long",type:i="conjunction"}=e;if(Intl.ListFormat){return new Intl.ListFormat(n,{style:r,type:i}).format(t)} /* translators: used between list items, there is a space after the comma. */const o=(0,a.__)(", ","google-site-kit");return t.join(o)}function p(t=n.g){const e=(0,r.get)(t,["_googlesitekitLegacyData","locale"]);if(e){const t=e.match(/^(\w{2})?(_)?(\w{2})/);if(t&&t[0])return t[0].replace(/_/g,"-")}return t.navigator.language}},82046:(t,e,n)=>{n.d(e,{C:()=>o,p:()=>i});var r=n(15210);function i(t,e={}){return{__html:r.O.sanitize(t,e)}}function o(t){const e="object"==typeof t?t.toString():t;return e?.replace?.(/\/+$/,"")}},82871:t=>{t.exports=googlesitekit.i18n},89318:(t,e,n)=>{n.d(e,{M9:()=>$,sx:()=>D,BI:()=>T});var r=n(17243);const i="_googlesitekitDataLayer",o="data-googlesitekit-gtag";function a(t){return function(){t[i]=t[i]||[],t[i].push(arguments)}}var s=n(65214);const c={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:u=[],isSiteKitScreen:l,trackingEnabled:g,trackingID:d,referenceSiteURL:f,userIDHash:m,isAuthenticated:p,userRoles:h}=n.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:y}=n.g,k={activeModules:u,trackingEnabled:g,trackingID:d,referenceSiteURL:f,userIDHash:m,isSiteKitScreen:l,userRoles:h,isAuthenticated:p,pluginVersion:y},{enableTracking:_,disableTracking:w,isTrackingEnabled:v,initializeSnippet:b,trackEvent:D,trackEventOnce:T}=function(t,e=n.g,u=n.g){const l={...c,...t};l.referenceSiteURL&&(l.referenceSiteURL=l.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(t,e){const r=a(e);let c;const{activeModules:u,referenceSiteURL:l,userIDHash:g,userRoles:d=[],isAuthenticated:f,pluginVersion:m}=t;return function(){const{document:e}=n.g;if(void 0===c&&(c=!!e.querySelector(`script[${o}]`)),c)return!1;c=!0;const a=d?.length?d.join(","):"";r("js",new Date),r("config",t.trackingID,{groups:"site_kit",send_page_view:t.isSiteKitScreen,domain:l,plugin_version:m||"",enabled_features:Array.from(s.t).join(","),active_modules:u.join(","),authenticated:f?"1":"0",user_properties:{user_roles:a,user_identifier:g}});const p=e.createElement("script");return p.setAttribute(o,""),p.async=!0,p.src=`https://www.googletagmanager.com/gtag/js?id=${t.trackingID}&l=${i}`,e.head.appendChild(p),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${t.trackingID}&l=${i}`}}}(l,e),d=function(t,e,n,r){const i=a(e);return async function(e,o,a,s){const{trackingEnabled:c}=t;if(!c)return null;n();const u={send_to:"site_kit",event_category:e,event_label:a,value:s};return new Promise(t=>{const n=setTimeout(function(){r.console.warn(`Tracking event "${o}" (category "${e}") took too long to fire.`),t()},1e3);function a(){clearTimeout(n),t()}i("event",o,{...u,event_callback:a}),r._gaUserPrefs?.ioo?.()&&a()})}}(l,e,g,u),f={};return{enableTracking:function(){l.trackingEnabled=!0},disableTracking:function(){l.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!l.trackingEnabled},trackEvent:d,trackEventOnce:function(...t){const e=JSON.stringify(t);f[e]||(f[e]=(0,r.once)(d)),f[e](...t)}}}(k);function $(t){t?_():w()}l&&g&&b()},94552:(t,e,n)=>{n.d(e,{A:()=>c});var r=n(62688),i=n.n(r),o=n(4452),a=n.n(o),s=n(62540);function ChangeArrow({direction:t,invertColor:e,width:n,height:r}){return(0,s.jsx)("svg",{className:a()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${t}`,{"googlesitekit-change-arrow--inverted-color":e}),width:n,height:r,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,s.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:i().string,invertColor:i().bool,width:i().number,height:i().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const c=ChangeArrow}},t=>{t.O(0,[660],()=>{return e=50618,t(t.s=e);var e});t.O()}]); assets/js/googlesitekit-block-tracking-1032e2e997b7685502b9.js 0000755 00000033201 15111634507 0017174 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[101],{2522:(t,e,n)=>{n.d(e,{D:()=>o});var r=n(32091),i=n.n(r);function o(t,{dateRangeLength:e}){i()(Array.isArray(t),"report must be an array to partition."),i()(Number.isInteger(e)&&e>0,"dateRangeLength must be a positive integer.");const n=-1*e;return{currentRange:t.slice(n),compareRange:t.slice(2*n,n)}}},8143:(t,e,n)=>{n.d(e,{VZ:()=>o,dc:()=>s,pH:()=>i,r0:()=>a});var r=n(84024);function i(t){try{return new URL(t).pathname}catch{}return null}function o(t,e){try{return new URL(e,t).href}catch{}return("string"==typeof t?t:"")+("string"==typeof e?e:"")}function s(t){return"string"!=typeof t?t:t.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(t,e){if(!(0,r.m)(t))return t;if(t.length<=e)return t;const n=new URL(t),i=t.replace(n.origin,"");if(i.length<e)return i;const o=i.length-Math.floor(e)+1;return"…"+i.substr(o)}},12850:(t,e,n)=>{n.d(e,{tt:()=>S,Jg:()=>D,Gp:()=>_,GH:()=>v,r0:()=>N,Du:()=>I,Zf:()=>V,Cn:()=>T,G7:()=>h,vH:()=>p,N_:()=>R,zh:()=>z,mK:()=>l.mK,Ql:()=>$,vY:()=>K,sq:()=>E,VZ:()=>C.VZ,JK:()=>l.JK,IS:()=>j,pH:()=>C.pH,kf:()=>B,O5:()=>M,Qr:()=>L,x6:()=>U,K5:()=>l.K5,S_:()=>m,dc:()=>C.dc,Eo:()=>l.Eo,jq:()=>l.jq,DK:()=>J.D,N9:()=>H,p9:()=>o.p,XH:()=>O,Zm:()=>c,sx:()=>i.sx,BI:()=>i.BI,CZ:()=>o.C,BG:()=>Z});var r=n(17243),i=n(89318),o=n(82046),s=n(10523),a=n.n(s);function c(t){return a()(JSON.stringify(u(t)))}function u(t){const e={};return Object.keys(t).sort().forEach(n=>{let r=t[n];r&&"object"==typeof r&&!Array.isArray(r)&&(r=u(r)),e[n]=r}),e}var l=n(79829);function g(t){return t.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function f(t){return`<p>${t.replace(/\n{2,}/g,"</p><p>")}</p>`}function d(t){return t.replace(/\n/gi,"<br>")}function m(t){const e=[g,f,d];let n=t;for(const t of e)n=t(n);return n}function p(t){return t=parseFloat(t),isNaN(t)||0===t?[0,0,0,0]:[Math.floor(t/60/60),Math.floor(t/60%60),Math.floor(t%60),Math.floor(1e3*t)-1e3*Math.floor(t)]}function h(t){const e=t&&!Number.isInteger(t)?new Date(t).getTime():t;return isNaN(e)||!e?0:e}var y=n(32091),b=n.n(y),k=n(82871);const w="Date param must construct to a valid date instance or be a valid date instance itself.",v="Invalid dateString parameter, it must be a string.",_='Invalid date range, it must be a string with the format "last-x-days".',N=60,D=60*N,S=24*D,I=7*S;function $(){function t(t){return(0,k.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,k._n)("Last %s day","Last %s days",t,"google-site-kit"),t)}return{"last-7-days":{slug:"last-7-days",label:t(7),days:7},"last-14-days":{slug:"last-14-days",label:t(14),days:14},"last-28-days":{slug:"last-28-days",label:t(28),days:28},"last-90-days":{slug:"last-90-days",label:t(90),days:90}}}function L(t=""){if(!(0,r.isString)(t))return!1;if(3!==t.split("-").length)return!1;const e=new Date(t);return(0,r.isDate)(e)&&!isNaN(e)}function E(t){b()((0,r.isDate)(t)&&!isNaN(t),w);const e=`${t.getMonth()+1}`,n=`${t.getDate()}`;return[t.getFullYear(),e.length<2?`0${e}`:e,n.length<2?`0${n}`:n].join("-")}function O(t){b()(L(t),v);const[e,n,r]=t.split("-");return new Date(e,n-1,r)}function j(t,e){return E(R(t,e*S))}function M(t){const e=t.split("-");return 3===e.length&&"last"===e[0]&&!Number.isNaN(e[1])&&!Number.isNaN(parseFloat(e[1]))&&"days"===e[2]}function R(t,e){b()(L(t)||(0,r.isDate)(t)&&!isNaN(t),v);const n=L(t)?Date.parse(t):t.getTime();return new Date(n-1e3*e)}var x=n(69743),A=n(94552),F=n(62540);function K(t,e={}){if(Number.isNaN(Number(t)))return"";const{invertColor:n=!1}=e;return(0,x.Ay)((0,F.jsx)(A.A,{direction:t>0?"up":"down",invertColor:n}))}function T(t,e){return t>0&&e>0?t/e-1:t>0?1:e>0?-1:0}var C=n(8143);function U(t){const e=parseFloat(t)||0;return!!Number.isInteger(e)&&e>0}function B(t){if("number"==typeof t)return!0;const e=(t||"").toString();return!!e&&!isNaN(e)}function H(t){return Array.isArray(t)?[...t].sort():t}var J=n(2522);function V(t,e){function n(t){return"0"===t||0===t}if(n(t)&&n(e))return 0;if(n(t)||Number.isNaN(t))return null;const r=(e-t)/t;return Number.isNaN(r)||!Number.isFinite(r)?null:r}function Z(t){try{return JSON.parse(t)&&!!t}catch(t){return!1}}function z(t){if(!t)return"";const e=t.replace(/&#(\d+);/g,(t,e)=>String.fromCharCode(e)).replace(/(\\)/g,"");return(0,r.unescape)(e)}},15210:(t,e,n)=>{n.d(e,{O:()=>i});var r=n(31234);const i=n.n(r)()(n.g)},24558:(t,e,n)=>{n.d(e,{Ax:()=>o,CZ:()=>l,Ej:()=>N,Gw:()=>D,Is:()=>s,KK:()=>f,Nn:()=>I,OT:()=>v,SH:()=>w,Y$:()=>d,ZS:()=>a,bg:()=>h,en:()=>_,ep:()=>p,f7:()=>i,hi:()=>m,jU:()=>r,k$:()=>b,kz:()=>S,ly:()=>c,mo:()=>y,s3:()=>k,uR:()=>u,zx:()=>g});const r="mainDashboard",i="entityDashboard",o="mainDashboardViewOnly",s="entityDashboardViewOnly",a="userInput",c="activation",u="splash",l="adminBar",g="adminBarViewOnly",f="settings",d="adBlockingRecovery",m="wpDashboard",p="wpDashboardViewOnly",h="moduleSetup",y="metricSelection",b="wpBlockEditor",k="keyMetricsSetup",w="key-metrics",v="traffic",_="content",N="speed",D="monetization",S=[r,i,o,s,a,u,f,h,y],I=[o,s,g,p]},50539:t=>{t.exports=googlesitekit.data},65214:(t,e,n)=>{n.d(e,{G:()=>i,t:()=>r});const r=new Set(n.g?._googlesitekitBaseData?.enabledFeatures||[]);function i(t,e=r){return e instanceof Set&&e.has(t)}},71715:(t,e,n)=>{var r=n(12850),i=n(50539),o=n(24558);!function(t){const e=function(t){const e=new Map,n=(0,i.subscribe)(()=>{(0,i.select)("core/block-editor").getInserterItems().filter(({id:e})=>t.includes(e)).forEach(({id:t,title:n})=>e.set(t,n)),e.size===t.length&&n()});return function(t){return e.get(t)}}(t),n=new Set((0,i.select)("core/block-editor").getBlocks().map(t=>t.clientId));(0,i.subscribe)(()=>{(0,i.select)("core/block-editor").getBlocks().forEach(s=>{const{clientId:a,name:c}=s;t.includes(c)&&!n.has(a)&&(0,i.select)("core/block-editor").isBlockSelected(a)&&(0,r.sx)(`${o.k$}_rrm`,"insert_block",e(c)),n.add(a)})})}(["google-site-kit/rrm-subscribe-with-google","google-site-kit/rrm-contribute-with-google"])},79829:(t,e,n)=>{n.d(e,{Eo:()=>g,JK:()=>p,K5:()=>m,jq:()=>d,mK:()=>l});var r=n(17243),i=n(50532),o=n.n(i),s=n(82871);function a(t,e={}){const{formatUnit:n,formatDecimal:r}=function(t,e={}){const{hours:n,minutes:r,seconds:i}=c(t);return{hours:n,minutes:r,seconds:i,formatUnit(){const{unitDisplay:o="short",...a}=e,c={unitDisplay:o,...a,style:"unit"};return 0===t?d(i,{...c,unit:"second"}):(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),i?d(i,{...c,unit:"second"}):"",r?d(r,{...c,unit:"minute"}):"",n?d(n,{...c,unit:"hour"}):"").trim()},formatDecimal(){const e=(0,s.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,s.__)("%ds","google-site-kit"),i);if(0===t)return e;const o=(0,s.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,s.__)("%dm","google-site-kit"),r),a=(0,s.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,s.__)("%dh","google-site-kit"),n);return(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),i?e:"",r?o:"",n?a:"").trim()}}}(t,e);try{return n()}catch{return r()}}function c(t){t=parseInt(t,10),Number.isNaN(t)&&(t=0);return{hours:Math.floor(t/60/60),minutes:Math.floor(t/60%60),seconds:Math.floor(t%60)}}function u(t){return 1e6<=t?Math.round(t/1e5)/10:1e4<=t?Math.round(t/1e3):1e3<=t?Math.round(t/100)/10:t}function l(t){let e={};return"%"===t?e={style:"percent",maximumFractionDigits:2}:"s"===t?e={style:"duration",unitDisplay:"narrow"}:t&&"string"==typeof t?e={style:"currency",currency:t}:(0,r.isPlainObject)(t)&&(e={...t}),e}function g(t,e={}){t=(0,r.isFinite)(t)?t:Number(t),(0,r.isFinite)(t)||(console.warn("Invalid number",t,typeof t),t=0);const n=l(e),{style:i="metric"}=n;return"metric"===i?function(t){const e={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=t?(0,s.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,s.__)("%sM","google-site-kit"),d(u(t),t%10==0?{}:e)):1e4<=t?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),d(u(t))):1e3<=t?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),d(u(t),t%10==0?{}:e)):d(t,{signDisplay:"never",maximumFractionDigits:1})}(t):"duration"===i?a(t,n):"durationISO"===i?function(t){let{hours:e,minutes:n,seconds:r}=c(t);return r=("0"+r).slice(-2),n=("0"+n).slice(-2),e=("0"+e).slice(-2),"00"===e?`${n}:${r}`:`${e}:${n}:${r}`}(t):d(t,n)}const f=o()(console.warn);function d(t,e={}){const{locale:n=p(),...r}=e;try{return new Intl.NumberFormat(n,r).format(t)}catch(e){f(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(n)}, ${JSON.stringify(r)} ).format( ${typeof t} )`,e.message)}const i={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},o=["signDisplay","compactDisplay"],s={};for(const[t,e]of Object.entries(r))i[t]&&e===i[t]||o.includes(t)||(s[t]=e);try{return new Intl.NumberFormat(n,s).format(t)}catch{return new Intl.NumberFormat(n).format(t)}}function m(t,e={}){const{locale:n=p(),style:r="long",type:i="conjunction"}=e;if(Intl.ListFormat){return new Intl.ListFormat(n,{style:r,type:i}).format(t)} /* translators: used between list items, there is a space after the comma. */const o=(0,s.__)(", ","google-site-kit");return t.join(o)}function p(t=n.g){const e=(0,r.get)(t,["_googlesitekitLegacyData","locale"]);if(e){const t=e.match(/^(\w{2})?(_)?(\w{2})/);if(t&&t[0])return t[0].replace(/_/g,"-")}return t.navigator.language}},82046:(t,e,n)=>{n.d(e,{C:()=>o,p:()=>i});var r=n(15210);function i(t,e={}){return{__html:r.O.sanitize(t,e)}}function o(t){const e="object"==typeof t?t.toString():t;return e?.replace?.(/\/+$/,"")}},82871:t=>{t.exports=googlesitekit.i18n},89318:(t,e,n)=>{n.d(e,{M9:()=>S,sx:()=>N,BI:()=>D});var r=n(17243);const i="_googlesitekitDataLayer",o="data-googlesitekit-gtag";function s(t){return function(){t[i]=t[i]||[],t[i].push(arguments)}}var a=n(65214);const c={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:u=[],isSiteKitScreen:l,trackingEnabled:g,trackingID:f,referenceSiteURL:d,userIDHash:m,isAuthenticated:p,userRoles:h}=n.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:y}=n.g,b={activeModules:u,trackingEnabled:g,trackingID:f,referenceSiteURL:d,userIDHash:m,isSiteKitScreen:l,userRoles:h,isAuthenticated:p,pluginVersion:y},{enableTracking:k,disableTracking:w,isTrackingEnabled:v,initializeSnippet:_,trackEvent:N,trackEventOnce:D}=function(t,e=n.g,u=n.g){const l={...c,...t};l.referenceSiteURL&&(l.referenceSiteURL=l.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(t,e){const r=s(e);let c;const{activeModules:u,referenceSiteURL:l,userIDHash:g,userRoles:f=[],isAuthenticated:d,pluginVersion:m}=t;return function(){const{document:e}=n.g;if(void 0===c&&(c=!!e.querySelector(`script[${o}]`)),c)return!1;c=!0;const s=f?.length?f.join(","):"";r("js",new Date),r("config",t.trackingID,{groups:"site_kit",send_page_view:t.isSiteKitScreen,domain:l,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:u.join(","),authenticated:d?"1":"0",user_properties:{user_roles:s,user_identifier:g}});const p=e.createElement("script");return p.setAttribute(o,""),p.async=!0,p.src=`https://www.googletagmanager.com/gtag/js?id=${t.trackingID}&l=${i}`,e.head.appendChild(p),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${t.trackingID}&l=${i}`}}}(l,e),f=function(t,e,n,r){const i=s(e);return async function(e,o,s,a){const{trackingEnabled:c}=t;if(!c)return null;n();const u={send_to:"site_kit",event_category:e,event_label:s,value:a};return new Promise(t=>{const n=setTimeout(function(){r.console.warn(`Tracking event "${o}" (category "${e}") took too long to fire.`),t()},1e3);function s(){clearTimeout(n),t()}i("event",o,{...u,event_callback:s}),r._gaUserPrefs?.ioo?.()&&s()})}}(l,e,g,u),d={};return{enableTracking:function(){l.trackingEnabled=!0},disableTracking:function(){l.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!l.trackingEnabled},trackEvent:f,trackEventOnce:function(...t){const e=JSON.stringify(t);d[e]||(d[e]=(0,r.once)(f)),d[e](...t)}}}(b);function S(t){t?k():w()}l&&g&&_()},94552:(t,e,n)=>{n.d(e,{A:()=>c});var r=n(62688),i=n.n(r),o=n(4452),s=n.n(o),a=n(62540);function ChangeArrow({direction:t,invertColor:e,width:n,height:r}){return(0,a.jsx)("svg",{className:s()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${t}`,{"googlesitekit-change-arrow--inverted-color":e}),width:n,height:r,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:i().string,invertColor:i().bool,width:i().number,height:i().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const c=ChangeArrow}},t=>{t.O(0,[660],()=>{return e=71715,t(t.s=e);var e});t.O()}]); assets/js/googlesitekit-components-75585de31a179a264558.js 0000755 00000042607 15111634507 0016504 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[998],{2390:(e,l,n)=>{n.d(l,{A:()=>SpinnerButton,k:()=>d});var i=n(62688),o=n.n(i),t=n(4452),r=n.n(t),a=n(25874),s=n(9341),c=n(62540);const d={BEFORE:"before",AFTER:"after"};function SpinnerButton(e){const{className:l,onClick:n=()=>{},isSaving:i=!1,spinnerPosition:o=d.AFTER,...t}=e;return(0,c.jsx)(a.A,{className:r()(l,"googlesitekit-button-icon--spinner",{"googlesitekit-button-icon--spinner__running":i,"googlesitekit-button-icon--spinner__before":o===d.BEFORE,"googlesitekit-button-icon--spinner__after":o===d.AFTER}),icon:i&&o===d.BEFORE?(0,c.jsx)(s.A,{size:14}):void 0,trailingIcon:i&&o===d.AFTER?(0,c.jsx)(s.A,{size:14}):void 0,onClick:n,...t})}SpinnerButton.propTypes={className:o().string,onClick:o().func,isSaving:o().bool,spinnerPosition:o().oneOf(Object.values(d))}},9341:(e,l,n)=>{n.d(l,{A:()=>CircularProgress});var i=n(75762),o=n(62540);function CircularProgress(e){return(0,o.jsx)(i.A,{...e})}},12886:(e,l,n)=>{n.d(l,{A:()=>Checkbox});var i=n(4452),o=n.n(i),t=n(62688),r=n.n(t),a=n(63696),s=n(27240),c=n(62540);function Checkbox(e){const{onChange:l,id:n,name:i,value:t,checked:r,disabled:d,children:m,tabIndex:g,onKeyDown:u,loading:p,alignLeft:b,description:h,badge:x}=e,f=x?(0,c.jsxs)("div",{className:"mdc-checkbox__label-wrapper",children:[(0,c.jsx)("label",{htmlFor:n,children:m}),x]}):(0,c.jsx)("label",{htmlFor:n,children:m});return(0,c.jsxs)("div",{className:"mdc-form-field",children:[(0,c.jsx)("div",{className:o()("mdc-checkbox",{"mdc-checkbox--disabled":d,"mdc-checkbox--align-left":b}),children:p?(0,c.jsx)(s.A,{style:{margin:"0"},isSaving:!0}):(0,c.jsxs)(a.Fragment,{children:[(0,c.jsx)("input",{className:"mdc-checkbox__native-control",type:"checkbox",id:n,name:i,value:t,checked:r,disabled:d,onChange:l,tabIndex:g,onKeyDown:u}),(0,c.jsxs)("div",{className:"mdc-checkbox__background",children:[(0,c.jsx)("svg",{className:"mdc-checkbox__checkmark",viewBox:"0 0 12 9",children:(0,c.jsx)("path",{className:"mdc-checkbox__checkmark-path",d:"M2.08301 5.28834L3.55703 7.29507C4.24647 8.23368 5.5034 8.23368 6.19285 7.29507L10.083 1.99902",fill:"none",stroke:"none"})}),(0,c.jsx)("div",{className:"mdc-checkbox__mixedmark"})]})]})}),!h&&f,h&&(0,c.jsxs)("div",{className:"mdc-checkbox__content",children:[f,(0,c.jsx)("div",{className:"mdc-checkbox__description",children:h})]})]})}Checkbox.propTypes={onChange:r().func.isRequired,onKeyDown:r().func,id:r().string.isRequired,name:r().string.isRequired,value:r().string.isRequired,checked:r().bool,disabled:r().bool,children:r().node.isRequired,tabIndex:r().oneOfType([r().number,r().string]),loading:r().bool,alignLeft:r().bool,description:r().node,badge:r().node},Checkbox.defaultProps={checked:!1,disabled:!1,tabIndex:void 0,onKeyDown:null,loading:!1,alignLeft:!1,description:""}},15577:(e,l,n)=>{n.d(l,{SO:()=>c});var i=n(55620),o=n(99123);const t={},r=void 0===n.g?null:n.g;function a(){return[n.g.innerWidth,n.g.innerHeight]}function s(e=t){const{fps:l,leading:n,initialWidth:s=0,initialHeight:c=0}=e,[d,m]=(0,i._)("undefined"==typeof document?[s,c]:a,l,n);function g(){return m(a)}return(0,o.A)(r,"resize",g),(0,o.A)(r,"orientationchange",g),d}function c(e){return s(e)[0]}},25874:(e,l,n)=>{n.d(l,{A:()=>h});var i=n(62688),o=n.n(i),t=n(47485),r=n(63696),a=n(82871),s=n(55527),c=n(4452),d=n.n(c),m=n(62540);const g=(0,r.forwardRef)(({children:e,href:l,text:n,className:i,danger:o,disabled:t,target:r,"aria-label":a,inverse:s,tertiary:c,callout:g,calloutStyle:u,...p},b)=>{const h=l&&!t?"a":"button";return(0,m.jsx)(h,{className:d()("mdc-button",i,{"mdc-button--raised":!n&&!c&&!g,"mdc-button--danger":o,"mdc-button--inverse":s,"mdc-button--tertiary":c,"mdc-button--callout":g,"mdc-button--callout-primary":g||"primary"===u,"mdc-button--callout-warning":"warning"===u,"mdc-button--callout-error":"error"===u}),href:t?void 0:l,ref:b,disabled:!!t,"aria-label":a,target:r||"_self",role:"a"===h?"button":void 0,...p,children:e})});g.propTypes={children:o().node,href:o().string,text:o().bool,className:o().string,danger:o().bool,disabled:o().bool,target:o().string,"aria-label":o().string,inverse:o().bool,tertiary:o().bool,callout:o().bool,calloutStyle:o().oneOf(["primary","warning","error"])};const u=g;var p=n(59020);function MaybeTooltip({children:e,disabled:l=!1,tooltip:n=!1,tooltipTitle:i=null,hasIconOnly:o=!1,tooltipEnterDelayInMS:t=100}){return!l&&(n&&i||o&&i)?(0,m.jsx)(p.A,{title:i,enterDelay:t,children:e}):e}MaybeTooltip.propTypes={children:o().node.isRequired,disabled:o().bool,tooltip:o().bool,tooltipTitle:o().oneOfType([o().string,o().element]),hasIconOnly:o().bool,tooltipEnterDelayInMS:o().number};const b=(0,r.forwardRef)(({children:e,href:l=null,text:n=!1,className:i="",danger:o=!1,disabled:c=!1,target:d,icon:g=null,trailingIcon:p=null,"aria-label":b,title:h=null,customizedTooltip:x=null,tooltip:f=!1,inverse:y=!1,hideTooltipTitle:_=!1,tooltipEnterDelayInMS:v=100,tertiary:k=!1,callout:N=!1,calloutStyle:T=null,...S},C)=>{const j=(0,r.useCallback)(e=>{null!==e&&s.Nv.attachTo(e)},[]),w=(0,t.A)(C,j);const R=_?null:h||x||b;return(0,m.jsx)(MaybeTooltip,{disabled:c,tooltip:f,tooltipTitle:R,hasIconOnly:!!g&&void 0===e,tooltipEnterDelayInMS:v,children:(0,m.jsxs)(u,{href:l,disabled:c,className:i,danger:o,text:n,tertiary:k,inverse:y,callout:N,calloutStyle:T,ref:w,"aria-label":function(){let l=b;if("_blank"!==d)return l;const n=(0,a._x)("(opens in a new tab)","screen reader text","google-site-kit");return"string"==typeof e&&(l=l||e),l?`${l} ${n}`:n}(),target:d||"_self",...S,children:[g,e&&(0,m.jsx)("span",{className:"mdc-button__label",children:e}),p]})})});b.propTypes={onClick:o().func,children:o().node,href:o().string,text:o().bool,className:o().string,danger:o().bool,disabled:o().bool,icon:o().element,trailingIcon:o().element,title:o().string,customizedTooltip:o().element,tooltip:o().bool,inverse:o().bool,hideTooltipTitle:o().bool,callout:o().bool,calloutStyle:o().oneOf(["primary","warning","error"])};const h=b},27240:(e,l,n)=>{n.d(l,{A:()=>r});var i=n(62688),o=n.n(i),t=n(62540);function Spinner({isSaving:e,style:l={}}){return(0,t.jsx)("span",{className:"spinner",style:{display:e?"inline-block":"none",float:"none",marginTop:"0",visibility:"visible",...l}})}Spinner.propTypes={isSaving:o().bool,style:o().object};const r=Spinner},32947:(e,l,n)=>{n.d(l,{Fo:()=>t,Lg:()=>r,Qb:()=>o,dv:()=>s,mp:()=>a});var i=n(15577);const o="xlarge",t="desktop",r="tablet",a="small";function s(){const e=(0,i.SO)();return e>1280?o:e>960?t:e>600?r:a}},55527:(e,l,n)=>{n.d(l,{$z:()=>o.$,CR:()=>a.C,Cf:()=>s.DialogContent,Es:()=>s.DialogFooter,Nv:()=>i.N,P3:()=>r.P,Si:()=>t.S,fI:()=>d.fI,fh:()=>d.fh,lG:()=>c.a,xA:()=>d.xA});var i=n(91046),o=n(3412),t=n(30454),r=n(26569),a=n(56655),s=n(12786),c=n.n(s),d=n(75487)},59020:(e,l,n)=>{n.d(l,{A:()=>Tooltip});var i=n(62688),o=n.n(i),t=n(4452),r=n.n(t),a=n(90295),s=n(63696),c=n(62540);function Tooltip({children:e,popperClassName:l,tooltipClassName:n,onOpen:i,onClose:o,...t}){const d=(0,s.useRef)(!1),m=i?()=>{d.current||(d.current=!0,i?.())}:void 0,g=i?()=>{d.current=!1,o?.()}:o;return(0,c.jsx)(a.Ay,{classes:{popper:r()("googlesitekit-tooltip-popper",l),tooltip:r()("googlesitekit-tooltip",n)},onOpen:m,onClose:g,...t,arrow:!0,children:e})}Tooltip.propTypes={children:o().node,popperClassName:o().string,tooltipClassName:o().string,onOpen:o().func,onClose:o().func}},75487:(e,l,n)=>{n.d(l,{fh:()=>Cell,xA:()=>g,fI:()=>d});var i=n(62688),o=n.n(i),t=n(4452),r=n.n(t),a=n(62540);function Cell(e){const{className:l,alignTop:n,alignMiddle:i,alignBottom:o,alignRight:t,alignLeft:s,smAlignRight:c,mdAlignRight:d,lgAlignRight:m,smSize:g,smStart:u,smOrder:p,mdSize:b,mdStart:h,mdOrder:x,lgSize:f,lgStart:y,lgOrder:_,size:v,children:k,...N}=e;return(0,a.jsx)("div",{...N,className:r()(l,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":n,"mdc-layout-grid__cell--align-middle":i,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":t,"mdc-layout-grid__cell--align-left":s,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":d,"mdc-layout-grid__cell--align-right-desktop":m,[`mdc-layout-grid__cell--span-${v}`]:12>=v&&v>0,[`mdc-layout-grid__cell--span-${f}-desktop`]:12>=f&&f>0,[`mdc-layout-grid__cell--start-${y}-desktop`]:12>=y&&y>0,[`mdc-layout-grid__cell--order-${_}-desktop`]:12>=_&&_>0,[`mdc-layout-grid__cell--span-${b}-tablet`]:8>=b&&b>0,[`mdc-layout-grid__cell--start-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--order-${x}-tablet`]:8>=x&&x>0,[`mdc-layout-grid__cell--span-${g}-phone`]:4>=g&&g>0,[`mdc-layout-grid__cell--start-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--order-${p}-phone`]:4>=p&&p>0}),children:k})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var s=n(63696);const c=(0,s.forwardRef)(({className:e,children:l,...n},i)=>(0,a.jsx)("div",{ref:i,className:r()("mdc-layout-grid__inner",e),...n,children:l}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const d=c,m=(0,s.forwardRef)(({alignLeft:e,fill:l,className:n,children:i,collapsed:o,...t},s)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",n,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":l}),...t,ref:s,children:i}));m.displayName="Grid",m.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},m.defaultProps={className:""};const g=m},82871:e=>{e.exports=googlesitekit.i18n},92368:(e,l,n)=>{n.d(l,{$n:()=>z});var i=n(12786),o=n.n(i),t=n(91310),r=n.n(t),a=n(26805),s=n.n(a),c=n(65165),d=n.n(c),m=n(25874),g=n(12886),u=n(39525),p=n(4452),b=n.n(p),h=n(62688),x=n.n(h),f=n(62540);function Chip({id:e,label:l,onClick:n,selected:i,className:o,CheckMark:t=u.ChipCheckmark,disabled:r,...a}){return(0,f.jsx)(u.Chip,{chipCheckmark:(0,f.jsx)(t,{}),"data-chip-id":e,id:e,label:l,onClick:e=>{r||n?.(e)},selected:i,className:b()("googlesitekit-chip",o,{"googlesitekit-chip--disabled":r}),...a})}Chip.propTypes={id:x().string.isRequired,label:x().string.isRequired,onClick:x().func,selected:x().bool,className:x().string,CheckMark:x().elementType};var y=n(9341),_=n(47485),v=n(63696),k=n(55527);const N=(0,v.forwardRef)(({children:e,className:l,menuOpen:n,menuItems:i,onSelected:o,nonInteractive:t,id:r},a)=>{const[s,c]=(0,v.useState)(null),d=(0,v.useRef)(null),m=(0,_.A)(a,d),g=(0,v.useCallback)(e=>{const{detail:{index:l}}=e;o(l,e)},[o]);return(0,v.useEffect)(()=>{if(!d?.current)return()=>{};const e=new k.CR(d.current);return e.listen("MDCMenu:selected",g),e.quickOpen=!0,c(e),()=>{e.unlisten("MDCMenu:selected",g),e.destroy()}},[d,g,t]),(0,v.useEffect)(()=>{s&&(s.open=n,s.setDefaultFocusState(1))},[s,n]),(0,f.jsx)("div",{className:b()("mdc-menu","mdc-menu-surface",l),ref:m,children:(0,f.jsxs)("ul",{"aria-hidden":!n,"aria-orientation":"vertical",className:b()("mdc-list",{"mdc-list--non-interactive":t}),id:r,role:"menu",tabIndex:"-1",children:[!e&&i.map((e,l)=>(0,f.jsx)("li",{className:"mdc-list-item",role:"menuitem",children:(0,f.jsx)("span",{className:"mdc-list-item__text",children:e})},l)),e]})})});N.displayName="Menu",N.propTypes={className:x().string,children:x().node,menuOpen:x().bool.isRequired,menuItems:x().array,id:x().string.isRequired,onSelected:x().func,nonInteractive:x().bool},N.defaultProps={onSelected:()=>{},nonInteractive:!1};const T=N;var S=n(32947);function ProgressBar({className:e,small:l,compress:n,indeterminate:i,height:o,verticalSpacing:t,mobileVerticalSpacing:r,tabletVerticalSpacing:a,desktopVerticalSpacing:s,progress:c}){const d=(0,S.dv)();let m,g=t;S.mp===d&&void 0!==r?g=r:S.Lg===d&&void 0!==a?g=a:S.Qb!==d&&S.Fo!==d||void 0===s||(g=s),void 0!==g&&(m=0===g?0:Math.round(g/2));const u=c?`scaleX(${c})`:void 0;return(0,f.jsxs)("div",{role:"progressbar",style:{marginTop:m,marginBottom:m,...o&&{height:`${o}px`}},className:b()("mdc-linear-progress",e,{"mdc-linear-progress--indeterminate":i,"mdc-linear-progress--small":l,"mdc-linear-progress--compress":n}),children:[(0,f.jsx)("div",{className:"mdc-linear-progress__buffering-dots"}),(0,f.jsx)("div",{className:"mdc-linear-progress__buffer"}),(0,f.jsx)("div",{className:"mdc-linear-progress__bar mdc-linear-progress__primary-bar",style:{transform:u},children:(0,f.jsx)("span",{className:"mdc-linear-progress__bar-inner"})}),(0,f.jsx)("div",{className:"mdc-linear-progress__bar mdc-linear-progress__secondary-bar",children:(0,f.jsx)("span",{className:"mdc-linear-progress__bar-inner"})})]})}function Radio(e){const{id:l,name:n,value:i,checked:o=!1,disabled:t=!1,children:r,tabIndex:a,onKeyDown:s=null,onClick:c=null,onChange:d=null,alignLeft:m=!1,description:g}=e,u=(0,v.useCallback)(e=>{if(null!==e){const l=new k.$z(e),n=e.querySelector(".mdc-radio");n&&(l.input=new k.Si(n))}},[]);return(0,f.jsxs)("div",{className:"mdc-form-field",ref:u,children:[(0,f.jsxs)("div",{className:b()("mdc-radio",{"mdc-radio--disabled":t,"mdc-radio--align-left":m}),children:[(0,f.jsx)("input",{className:"mdc-radio__native-control",onClick:c,onKeyDown:s,type:"radio",id:l,name:n,value:i,checked:o,disabled:t,tabIndex:a,onChange:d,readOnly:!0}),(0,f.jsxs)("div",{className:"mdc-radio__background",children:[(0,f.jsx)("div",{className:"mdc-radio__outer-circle"}),(0,f.jsx)("div",{className:"mdc-radio__inner-circle"})]})]}),!g&&(0,f.jsx)("label",{htmlFor:l,children:r}),g&&(0,f.jsxs)("div",{className:"mdc-radio__content",children:[(0,f.jsx)("label",{htmlFor:l,children:r}),(0,f.jsx)("div",{className:"mdc-radio__description",children:g})]})]})}ProgressBar.propTypes={className:x().string,small:x().bool,compress:x().bool,indeterminate:x().bool,progress:x().number,height:x().number,verticalSpacing:x().number,mobileVerticalSpacing:x().number,tabletVerticalSpacing:x().number,desktopVerticalSpacing:x().number},ProgressBar.defaultProps={className:"",small:!1,compress:!1,indeterminate:!0,progress:0,height:4},Radio.propTypes={onClick:x().func,onKeyDown:x().func,onChange:x().func,id:x().string.isRequired,name:x().string.isRequired,value:x().string.isRequired,checked:x().bool,disabled:x().bool,children:x().string.isRequired,tabIndex:x().oneOfType([x().number,x().string]),description:x().node};var C=n(52684);var j=n(2390),w=n(19266);function Switch({onClick:e,label:l,checked:n,disabled:i,hideLabel:o}){const t=(0,C.A)(Switch),r=(0,v.useCallback)(e=>{null!==e&&k.P3.attachTo(e)},[]),a=(0,v.useCallback)(l=>{"function"==typeof e&&w.Fm===l.keyCode&&e(l)},[e]),s=`googlesitekit-switch-${t}`;return(0,f.jsxs)(v.Fragment,{children:[(0,f.jsxs)("div",{"aria-checked":n?"true":"false",className:b()("mdc-switch",{"mdc-switch--checked":n,"mdc-switch--disabled":i}),onClick:e,onKeyDown:a,role:"switch",ref:r,tabIndex:0,children:[(0,f.jsx)("div",{className:"mdc-switch__track",children:" "}),(0,f.jsx)("div",{className:"mdc-switch__thumb-underlay",children:(0,f.jsx)("div",{className:"mdc-switch__thumb",children:(0,f.jsx)("input",{type:"checkbox",id:s,className:"mdc-switch__native-control",role:"switch",checked:n,disabled:i,readOnly:!0})})})]}),(0,f.jsx)("label",{className:b()({"screen-reader-only":o}),htmlFor:s,children:l})]})}Switch.propTypes={id:x().string,onClick:x().func,label:x().node.isRequired,checked:x().bool,disabled:x().bool,hideLabel:x().bool},Switch.defaultProps={checked:!1,disabled:!1,hideLabel:!0};const R=Switch;var O=n(38748),I=n.n(O);function TextField({className:e,name:l,label:n,noLabel:i,outlined:o,textarea:t,leadingIcon:r,trailingIcon:a,helperText:s,id:c,inputType:d,value:m,size:g,maxLength:u,tabIndex:p,disabled:b,onChange:h,onKeyDown:x}){const y=(0,C.A)(TextField,"googlesitekit-textfield");return(0,f.jsx)(I(),{className:e,name:l,label:n,noLabel:i,outlined:o,textarea:t,leadingIcon:r,trailingIcon:a,helperText:s&&(0,f.jsx)(O.HelperText,{persistent:!0,children:s}),children:(0,f.jsx)(O.Input,{id:c||y,inputType:d,value:m,size:g,maxLength:u,tabIndex:p,disabled:b,onChange:h,onKeyDown:x})})}TextField.propTypes={className:x().string,name:x().string,label:x().string,noLabel:x().bool,outlined:x().bool,textarea:x().bool,leadingIcon:x().element,trailingIcon:x().oneOfType([x().bool,x().element]),helperText:x().oneOfType([x().bool,x().string]),id:x().string,inputType:x().string,value:x().oneOfType([x().string,x().number]),size:x().number,maxLength:x().number,tabIndex:x().oneOfType([x().number,x().string]),disabled:x().bool,onChange:x().func,onKeyDown:x().func};const A=TextField;var D=n(59020);const F={Button:m.A,Checkbox:g.A,Chip,CircularProgress:y.A,Dialog:o(),DialogTitle:i.DialogTitle,DialogContent:i.DialogContent,DialogFooter:i.DialogFooter,HelperText:O.HelperText,Menu:T,Option:t.Option,ProgressBar,Radio,Select:function Select({id:e,helperText:l,...n}){const i=(0,C.A)(Select,"googlesitekit-select");return(0,f.jsx)(r(),{id:e||i,helperText:l?(0,f.jsx)(t.SelectHelperText,{children:l}):void 0,...n})},SpinnerButton:j.A,SPINNER_POSITION:j.k,Switch:R,Tab:s(),TabBar:d(),TextField:A,Tooltip:D.A},P=F;void 0===n.g.googlesitekit&&(n.g.googlesitekit={}),n.g.googlesitekit.components=P;const{Button:z,Checkbox:B,Chip:L,CircularProgress:M,Dialog:$,DialogTitle:E,DialogContent:q,DialogFooter:K,Menu:H,Option:V,ProgressBar:G,Radio:J,Select:Q,SpinnerButton:W,Switch:X,Tab:U,TabBar:Y,TextField:Z,HelperText:ee,Tooltip:le}=P}},e=>{e.O(0,[660],()=>{return l=92368,e(e.s=l);var l});e.O()}]); assets/js/googlesitekit-consent-mode-bc2e26cfa69fcd4a8261.js 0000755 00000214040 15111634507 0017326 0 ustar 00 (()=>{var n={243:function(n,t,r){n=r.nmd(n),function(){var e,u="Expected a function",i="__lodash_hash_undefined__",o="__lodash_placeholder__",f=32,a=128,c=1/0,l=9007199254740991,s=NaN,h=4294967295,p=[["ary",a],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",f],["partialRight",64],["rearg",256]],v="[object Arguments]",_="[object Array]",g="[object Boolean]",y="[object Date]",d="[object Error]",w="[object Function]",b="[object GeneratorFunction]",m="[object Map]",x="[object Number]",j="[object Object]",A="[object Promise]",k="[object RegExp]",O="[object Set]",E="[object String]",I="[object Symbol]",R="[object WeakMap]",z="[object ArrayBuffer]",S="[object DataView]",C="[object Float32Array]",L="[object Float64Array]",W="[object Int8Array]",T="[object Int16Array]",U="[object Int32Array]",B="[object Uint8Array]",D="[object Uint8ClampedArray]",$="[object Uint16Array]",M="[object Uint32Array]",F=/\b__p \+= '';/g,N=/\b(__p \+=) '' \+/g,P=/(__e\(.*?\)|\b__t\)) \+\n'';/g,q=/&(?:amp|lt|gt|quot|#39);/g,Z=/[&<>"']/g,K=RegExp(q.source),V=RegExp(Z.source),G=/<%-([\s\S]+?)%>/g,H=/<%([\s\S]+?)%>/g,J=/<%=([\s\S]+?)%>/g,Y=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Q=/^\w*$/,X=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nn=/[\\^$.*+?()[\]{}|]/g,tn=RegExp(nn.source),rn=/^\s+/,en=/\s/,un=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,on=/\{\n\/\* \[wrapped with (.+)\] \*/,fn=/,? & /,an=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,cn=/[()=,{}\[\]\/\s]/,ln=/\\(\\)?/g,sn=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,hn=/\w*$/,pn=/^[-+]0x[0-9a-f]+$/i,vn=/^0b[01]+$/i,_n=/^\[object .+?Constructor\]$/,gn=/^0o[0-7]+$/i,yn=/^(?:0|[1-9]\d*)$/,dn=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,wn=/($^)/,bn=/['\n\r\u2028\u2029\\]/g,mn="\\ud800-\\udfff",xn="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",jn="\\u2700-\\u27bf",An="a-z\\xdf-\\xf6\\xf8-\\xff",kn="A-Z\\xc0-\\xd6\\xd8-\\xde",On="\\ufe0e\\ufe0f",En="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",In="["+mn+"]",Rn="["+En+"]",zn="["+xn+"]",Sn="\\d+",Cn="["+jn+"]",Ln="["+An+"]",Wn="[^"+mn+En+Sn+jn+An+kn+"]",Tn="\\ud83c[\\udffb-\\udfff]",Un="[^"+mn+"]",Bn="(?:\\ud83c[\\udde6-\\uddff]){2}",Dn="[\\ud800-\\udbff][\\udc00-\\udfff]",$n="["+kn+"]",Mn="\\u200d",Fn="(?:"+Ln+"|"+Wn+")",Nn="(?:"+$n+"|"+Wn+")",Pn="(?:['’](?:d|ll|m|re|s|t|ve))?",qn="(?:['’](?:D|LL|M|RE|S|T|VE))?",Zn="(?:"+zn+"|"+Tn+")?",Kn="["+On+"]?",Vn=Kn+Zn+"(?:"+Mn+"(?:"+[Un,Bn,Dn].join("|")+")"+Kn+Zn+")*",Gn="(?:"+[Cn,Bn,Dn].join("|")+")"+Vn,Hn="(?:"+[Un+zn+"?",zn,Bn,Dn,In].join("|")+")",Jn=RegExp("['’]","g"),Yn=RegExp(zn,"g"),Qn=RegExp(Tn+"(?="+Tn+")|"+Hn+Vn,"g"),Xn=RegExp([$n+"?"+Ln+"+"+Pn+"(?="+[Rn,$n,"$"].join("|")+")",Nn+"+"+qn+"(?="+[Rn,$n+Fn,"$"].join("|")+")",$n+"?"+Fn+"+"+Pn,$n+"+"+qn,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Sn,Gn].join("|"),"g"),nt=RegExp("["+Mn+mn+xn+On+"]"),tt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,rt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],et=-1,ut={};ut[C]=ut[L]=ut[W]=ut[T]=ut[U]=ut[B]=ut[D]=ut[$]=ut[M]=!0,ut[v]=ut[_]=ut[z]=ut[g]=ut[S]=ut[y]=ut[d]=ut[w]=ut[m]=ut[x]=ut[j]=ut[k]=ut[O]=ut[E]=ut[R]=!1;var it={};it[v]=it[_]=it[z]=it[S]=it[g]=it[y]=it[C]=it[L]=it[W]=it[T]=it[U]=it[m]=it[x]=it[j]=it[k]=it[O]=it[E]=it[I]=it[B]=it[D]=it[$]=it[M]=!0,it[d]=it[w]=it[R]=!1;var ot={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ft=parseFloat,at=parseInt,ct="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g,lt="object"==typeof self&&self&&self.Object===Object&&self,st=ct||lt||Function("return this")(),ht=t&&!t.nodeType&&t,pt=ht&&n&&!n.nodeType&&n,vt=pt&&pt.exports===ht,_t=vt&&ct.process,gt=function(){try{return pt&&pt.require&&pt.require("util").types||_t&&_t.binding&&_t.binding("util")}catch(n){}}(),yt=gt&>.isArrayBuffer,dt=gt&>.isDate,wt=gt&>.isMap,bt=gt&>.isRegExp,mt=gt&>.isSet,xt=gt&>.isTypedArray;function jt(n,t,r){switch(r.length){case 0:return n.call(t);case 1:return n.call(t,r[0]);case 2:return n.call(t,r[0],r[1]);case 3:return n.call(t,r[0],r[1],r[2])}return n.apply(t,r)}function At(n,t,r,e){for(var u=-1,i=null==n?0:n.length;++u<i;){var o=n[u];t(e,o,r(o),n)}return e}function kt(n,t){for(var r=-1,e=null==n?0:n.length;++r<e&&!1!==t(n[r],r,n););return n}function Ot(n,t){for(var r=null==n?0:n.length;r--&&!1!==t(n[r],r,n););return n}function Et(n,t){for(var r=-1,e=null==n?0:n.length;++r<e;)if(!t(n[r],r,n))return!1;return!0}function It(n,t){for(var r=-1,e=null==n?0:n.length,u=0,i=[];++r<e;){var o=n[r];t(o,r,n)&&(i[u++]=o)}return i}function Rt(n,t){return!(null==n||!n.length)&&$t(n,t,0)>-1}function zt(n,t,r){for(var e=-1,u=null==n?0:n.length;++e<u;)if(r(t,n[e]))return!0;return!1}function St(n,t){for(var r=-1,e=null==n?0:n.length,u=Array(e);++r<e;)u[r]=t(n[r],r,n);return u}function Ct(n,t){for(var r=-1,e=t.length,u=n.length;++r<e;)n[u+r]=t[r];return n}function Lt(n,t,r,e){var u=-1,i=null==n?0:n.length;for(e&&i&&(r=n[++u]);++u<i;)r=t(r,n[u],u,n);return r}function Wt(n,t,r,e){var u=null==n?0:n.length;for(e&&u&&(r=n[--u]);u--;)r=t(r,n[u],u,n);return r}function Tt(n,t){for(var r=-1,e=null==n?0:n.length;++r<e;)if(t(n[r],r,n))return!0;return!1}var Ut=Pt("length");function Bt(n,t,r){var e;return r(n,function(n,r,u){if(t(n,r,u))return e=r,!1}),e}function Dt(n,t,r,e){for(var u=n.length,i=r+(e?1:-1);e?i--:++i<u;)if(t(n[i],i,n))return i;return-1}function $t(n,t,r){return t==t?function(n,t,r){for(var e=r-1,u=n.length;++e<u;)if(n[e]===t)return e;return-1}(n,t,r):Dt(n,Ft,r)}function Mt(n,t,r,e){for(var u=r-1,i=n.length;++u<i;)if(e(n[u],t))return u;return-1}function Ft(n){return n!=n}function Nt(n,t){var r=null==n?0:n.length;return r?Kt(n,t)/r:s}function Pt(n){return function(t){return null==t?e:t[n]}}function qt(n){return function(t){return null==n?e:n[t]}}function Zt(n,t,r,e,u){return u(n,function(n,u,i){r=e?(e=!1,n):t(r,n,u,i)}),r}function Kt(n,t){for(var r,u=-1,i=n.length;++u<i;){var o=t(n[u]);o!==e&&(r=r===e?o:r+o)}return r}function Vt(n,t){for(var r=-1,e=Array(n);++r<n;)e[r]=t(r);return e}function Gt(n){return n?n.slice(0,sr(n)+1).replace(rn,""):n}function Ht(n){return function(t){return n(t)}}function Jt(n,t){return St(t,function(t){return n[t]})}function Yt(n,t){return n.has(t)}function Qt(n,t){for(var r=-1,e=n.length;++r<e&&$t(t,n[r],0)>-1;);return r}function Xt(n,t){for(var r=n.length;r--&&$t(t,n[r],0)>-1;);return r}var nr=qt({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),tr=qt({"&":"&","<":"<",">":">",'"':""","'":"'"});function rr(n){return"\\"+ot[n]}function er(n){return nt.test(n)}function ur(n){var t=-1,r=Array(n.size);return n.forEach(function(n,e){r[++t]=[e,n]}),r}function ir(n,t){return function(r){return n(t(r))}}function or(n,t){for(var r=-1,e=n.length,u=0,i=[];++r<e;){var f=n[r];f!==t&&f!==o||(n[r]=o,i[u++]=r)}return i}function fr(n){var t=-1,r=Array(n.size);return n.forEach(function(n){r[++t]=n}),r}function ar(n){var t=-1,r=Array(n.size);return n.forEach(function(n){r[++t]=[n,n]}),r}function cr(n){return er(n)?function(n){for(var t=Qn.lastIndex=0;Qn.test(n);)++t;return t}(n):Ut(n)}function lr(n){return er(n)?function(n){return n.match(Qn)||[]}(n):function(n){return n.split("")}(n)}function sr(n){for(var t=n.length;t--&&en.test(n.charAt(t)););return t}var hr=qt({"&":"&","<":"<",">":">",""":'"',"'":"'"}),pr=function n(t){var r,en=(t=null==t?st:pr.defaults(st.Object(),t,pr.pick(st,rt))).Array,mn=t.Date,xn=t.Error,jn=t.Function,An=t.Math,kn=t.Object,On=t.RegExp,En=t.String,In=t.TypeError,Rn=en.prototype,zn=jn.prototype,Sn=kn.prototype,Cn=t["__core-js_shared__"],Ln=zn.toString,Wn=Sn.hasOwnProperty,Tn=0,Un=(r=/[^.]+$/.exec(Cn&&Cn.keys&&Cn.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",Bn=Sn.toString,Dn=Ln.call(kn),$n=st._,Mn=On("^"+Ln.call(Wn).replace(nn,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Fn=vt?t.Buffer:e,Nn=t.Symbol,Pn=t.Uint8Array,qn=Fn?Fn.allocUnsafe:e,Zn=ir(kn.getPrototypeOf,kn),Kn=kn.create,Vn=Sn.propertyIsEnumerable,Gn=Rn.splice,Hn=Nn?Nn.isConcatSpreadable:e,Qn=Nn?Nn.iterator:e,nt=Nn?Nn.toStringTag:e,ot=function(){try{var n=ai(kn,"defineProperty");return n({},"",{}),n}catch(n){}}(),ct=t.clearTimeout!==st.clearTimeout&&t.clearTimeout,lt=mn&&mn.now!==st.Date.now&&mn.now,ht=t.setTimeout!==st.setTimeout&&t.setTimeout,pt=An.ceil,_t=An.floor,gt=kn.getOwnPropertySymbols,Ut=Fn?Fn.isBuffer:e,qt=t.isFinite,vr=Rn.join,_r=ir(kn.keys,kn),gr=An.max,yr=An.min,dr=mn.now,wr=t.parseInt,br=An.random,mr=Rn.reverse,xr=ai(t,"DataView"),jr=ai(t,"Map"),Ar=ai(t,"Promise"),kr=ai(t,"Set"),Or=ai(t,"WeakMap"),Er=ai(kn,"create"),Ir=Or&&new Or,Rr={},zr=Ui(xr),Sr=Ui(jr),Cr=Ui(Ar),Lr=Ui(kr),Wr=Ui(Or),Tr=Nn?Nn.prototype:e,Ur=Tr?Tr.valueOf:e,Br=Tr?Tr.toString:e;function Dr(n){if(nf(n)&&!Po(n)&&!(n instanceof Nr)){if(n instanceof Fr)return n;if(Wn.call(n,"__wrapped__"))return Bi(n)}return new Fr(n)}var $r=function(){function n(){}return function(t){if(!Xo(t))return{};if(Kn)return Kn(t);n.prototype=t;var r=new n;return n.prototype=e,r}}();function Mr(){}function Fr(n,t){this.__wrapped__=n,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=e}function Nr(n){this.__wrapped__=n,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=h,this.__views__=[]}function Pr(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function qr(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function Zr(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function Kr(n){var t=-1,r=null==n?0:n.length;for(this.__data__=new Zr;++t<r;)this.add(n[t])}function Vr(n){var t=this.__data__=new qr(n);this.size=t.size}function Gr(n,t){var r=Po(n),e=!r&&No(n),u=!r&&!e&&Vo(n),i=!r&&!e&&!u&&cf(n),o=r||e||u||i,f=o?Vt(n.length,En):[],a=f.length;for(var c in n)!t&&!Wn.call(n,c)||o&&("length"==c||u&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||_i(c,a))||f.push(c);return f}function Hr(n){var t=n.length;return t?n[Ze(0,t-1)]:e}function Jr(n,t){return Si(Ou(n),ie(t,0,n.length))}function Yr(n){return Si(Ou(n))}function Qr(n,t,r){(r!==e&&!$o(n[t],r)||r===e&&!(t in n))&&ee(n,t,r)}function Xr(n,t,r){var u=n[t];Wn.call(n,t)&&$o(u,r)&&(r!==e||t in n)||ee(n,t,r)}function ne(n,t){for(var r=n.length;r--;)if($o(n[r][0],t))return r;return-1}function te(n,t,r,e){return le(n,function(n,u,i){t(e,n,r(n),i)}),e}function re(n,t){return n&&Eu(t,Sf(t),n)}function ee(n,t,r){"__proto__"==t&&ot?ot(n,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):n[t]=r}function ue(n,t){for(var r=-1,u=t.length,i=en(u),o=null==n;++r<u;)i[r]=o?e:Of(n,t[r]);return i}function ie(n,t,r){return n==n&&(r!==e&&(n=n<=r?n:r),t!==e&&(n=n>=t?n:t)),n}function oe(n,t,r,u,i,o){var f,a=1&t,c=2&t,l=4&t;if(r&&(f=i?r(n,u,i,o):r(n)),f!==e)return f;if(!Xo(n))return n;var s=Po(n);if(s){if(f=function(n){var t=n.length,r=new n.constructor(t);return t&&"string"==typeof n[0]&&Wn.call(n,"index")&&(r.index=n.index,r.input=n.input),r}(n),!a)return Ou(n,f)}else{var h=si(n),p=h==w||h==b;if(Vo(n))return bu(n,a);if(h==j||h==v||p&&!i){if(f=c||p?{}:pi(n),!a)return c?function(n,t){return Eu(n,li(n),t)}(n,function(n,t){return n&&Eu(t,Cf(t),n)}(f,n)):function(n,t){return Eu(n,ci(n),t)}(n,re(f,n))}else{if(!it[h])return i?n:{};f=function(n,t,r){var e,u=n.constructor;switch(t){case z:return mu(n);case g:case y:return new u(+n);case S:return function(n,t){var r=t?mu(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.byteLength)}(n,r);case C:case L:case W:case T:case U:case B:case D:case $:case M:return xu(n,r);case m:return new u;case x:case E:return new u(n);case k:return function(n){var t=new n.constructor(n.source,hn.exec(n));return t.lastIndex=n.lastIndex,t}(n);case O:return new u;case I:return e=n,Ur?kn(Ur.call(e)):{}}}(n,h,a)}}o||(o=new Vr);var _=o.get(n);if(_)return _;o.set(n,f),of(n)?n.forEach(function(e){f.add(oe(e,t,r,e,n,o))}):tf(n)&&n.forEach(function(e,u){f.set(u,oe(e,t,r,u,n,o))});var d=s?e:(l?c?ti:ni:c?Cf:Sf)(n);return kt(d||n,function(e,u){d&&(e=n[u=e]),Xr(f,u,oe(e,t,r,u,n,o))}),f}function fe(n,t,r){var u=r.length;if(null==n)return!u;for(n=kn(n);u--;){var i=r[u],o=t[i],f=n[i];if(f===e&&!(i in n)||!o(f))return!1}return!0}function ae(n,t,r){if("function"!=typeof n)throw new In(u);return Ei(function(){n.apply(e,r)},t)}function ce(n,t,r,e){var u=-1,i=Rt,o=!0,f=n.length,a=[],c=t.length;if(!f)return a;r&&(t=St(t,Ht(r))),e?(i=zt,o=!1):t.length>=200&&(i=Yt,o=!1,t=new Kr(t));n:for(;++u<f;){var l=n[u],s=null==r?l:r(l);if(l=e||0!==l?l:0,o&&s==s){for(var h=c;h--;)if(t[h]===s)continue n;a.push(l)}else i(t,s,e)||a.push(l)}return a}Dr.templateSettings={escape:G,evaluate:H,interpolate:J,variable:"",imports:{_:Dr}},Dr.prototype=Mr.prototype,Dr.prototype.constructor=Dr,Fr.prototype=$r(Mr.prototype),Fr.prototype.constructor=Fr,Nr.prototype=$r(Mr.prototype),Nr.prototype.constructor=Nr,Pr.prototype.clear=function(){this.__data__=Er?Er(null):{},this.size=0},Pr.prototype.delete=function(n){var t=this.has(n)&&delete this.__data__[n];return this.size-=t?1:0,t},Pr.prototype.get=function(n){var t=this.__data__;if(Er){var r=t[n];return r===i?e:r}return Wn.call(t,n)?t[n]:e},Pr.prototype.has=function(n){var t=this.__data__;return Er?t[n]!==e:Wn.call(t,n)},Pr.prototype.set=function(n,t){var r=this.__data__;return this.size+=this.has(n)?0:1,r[n]=Er&&t===e?i:t,this},qr.prototype.clear=function(){this.__data__=[],this.size=0},qr.prototype.delete=function(n){var t=this.__data__,r=ne(t,n);return!(r<0||(r==t.length-1?t.pop():Gn.call(t,r,1),--this.size,0))},qr.prototype.get=function(n){var t=this.__data__,r=ne(t,n);return r<0?e:t[r][1]},qr.prototype.has=function(n){return ne(this.__data__,n)>-1},qr.prototype.set=function(n,t){var r=this.__data__,e=ne(r,n);return e<0?(++this.size,r.push([n,t])):r[e][1]=t,this},Zr.prototype.clear=function(){this.size=0,this.__data__={hash:new Pr,map:new(jr||qr),string:new Pr}},Zr.prototype.delete=function(n){var t=oi(this,n).delete(n);return this.size-=t?1:0,t},Zr.prototype.get=function(n){return oi(this,n).get(n)},Zr.prototype.has=function(n){return oi(this,n).has(n)},Zr.prototype.set=function(n,t){var r=oi(this,n),e=r.size;return r.set(n,t),this.size+=r.size==e?0:1,this},Kr.prototype.add=Kr.prototype.push=function(n){return this.__data__.set(n,i),this},Kr.prototype.has=function(n){return this.__data__.has(n)},Vr.prototype.clear=function(){this.__data__=new qr,this.size=0},Vr.prototype.delete=function(n){var t=this.__data__,r=t.delete(n);return this.size=t.size,r},Vr.prototype.get=function(n){return this.__data__.get(n)},Vr.prototype.has=function(n){return this.__data__.has(n)},Vr.prototype.set=function(n,t){var r=this.__data__;if(r instanceof qr){var e=r.__data__;if(!jr||e.length<199)return e.push([n,t]),this.size=++r.size,this;r=this.__data__=new Zr(e)}return r.set(n,t),this.size=r.size,this};var le=zu(de),se=zu(we,!0);function he(n,t){var r=!0;return le(n,function(n,e,u){return r=!!t(n,e,u)}),r}function pe(n,t,r){for(var u=-1,i=n.length;++u<i;){var o=n[u],f=t(o);if(null!=f&&(a===e?f==f&&!af(f):r(f,a)))var a=f,c=o}return c}function ve(n,t){var r=[];return le(n,function(n,e,u){t(n,e,u)&&r.push(n)}),r}function _e(n,t,r,e,u){var i=-1,o=n.length;for(r||(r=vi),u||(u=[]);++i<o;){var f=n[i];t>0&&r(f)?t>1?_e(f,t-1,r,e,u):Ct(u,f):e||(u[u.length]=f)}return u}var ge=Su(),ye=Su(!0);function de(n,t){return n&&ge(n,t,Sf)}function we(n,t){return n&&ye(n,t,Sf)}function be(n,t){return It(t,function(t){return Jo(n[t])})}function me(n,t){for(var r=0,u=(t=gu(t,n)).length;null!=n&&r<u;)n=n[Ti(t[r++])];return r&&r==u?n:e}function xe(n,t,r){var e=t(n);return Po(n)?e:Ct(e,r(n))}function je(n){return null==n?n===e?"[object Undefined]":"[object Null]":nt&&nt in kn(n)?function(n){var t=Wn.call(n,nt),r=n[nt];try{n[nt]=e;var u=!0}catch(n){}var i=Bn.call(n);return u&&(t?n[nt]=r:delete n[nt]),i}(n):function(n){return Bn.call(n)}(n)}function Ae(n,t){return n>t}function ke(n,t){return null!=n&&Wn.call(n,t)}function Oe(n,t){return null!=n&&t in kn(n)}function Ee(n,t,r){for(var u=r?zt:Rt,i=n[0].length,o=n.length,f=o,a=en(o),c=1/0,l=[];f--;){var s=n[f];f&&t&&(s=St(s,Ht(t))),c=yr(s.length,c),a[f]=!r&&(t||i>=120&&s.length>=120)?new Kr(f&&s):e}s=n[0];var h=-1,p=a[0];n:for(;++h<i&&l.length<c;){var v=s[h],_=t?t(v):v;if(v=r||0!==v?v:0,!(p?Yt(p,_):u(l,_,r))){for(f=o;--f;){var g=a[f];if(!(g?Yt(g,_):u(n[f],_,r)))continue n}p&&p.push(_),l.push(v)}}return l}function Ie(n,t,r){var u=null==(n=Ai(n,t=gu(t,n)))?n:n[Ti(Gi(t))];return null==u?e:jt(u,n,r)}function Re(n){return nf(n)&&je(n)==v}function ze(n,t,r,u,i){return n===t||(null==n||null==t||!nf(n)&&!nf(t)?n!=n&&t!=t:function(n,t,r,u,i,o){var f=Po(n),a=Po(t),c=f?_:si(n),l=a?_:si(t),s=(c=c==v?j:c)==j,h=(l=l==v?j:l)==j,p=c==l;if(p&&Vo(n)){if(!Vo(t))return!1;f=!0,s=!1}if(p&&!s)return o||(o=new Vr),f||cf(n)?Qu(n,t,r,u,i,o):function(n,t,r,e,u,i,o){switch(r){case S:if(n.byteLength!=t.byteLength||n.byteOffset!=t.byteOffset)return!1;n=n.buffer,t=t.buffer;case z:return!(n.byteLength!=t.byteLength||!i(new Pn(n),new Pn(t)));case g:case y:case x:return $o(+n,+t);case d:return n.name==t.name&&n.message==t.message;case k:case E:return n==t+"";case m:var f=ur;case O:var a=1&e;if(f||(f=fr),n.size!=t.size&&!a)return!1;var c=o.get(n);if(c)return c==t;e|=2,o.set(n,t);var l=Qu(f(n),f(t),e,u,i,o);return o.delete(n),l;case I:if(Ur)return Ur.call(n)==Ur.call(t)}return!1}(n,t,c,r,u,i,o);if(!(1&r)){var w=s&&Wn.call(n,"__wrapped__"),b=h&&Wn.call(t,"__wrapped__");if(w||b){var A=w?n.value():n,R=b?t.value():t;return o||(o=new Vr),i(A,R,r,u,o)}}return!!p&&(o||(o=new Vr),function(n,t,r,u,i,o){var f=1&r,a=ni(n),c=a.length;if(c!=ni(t).length&&!f)return!1;for(var l=c;l--;){var s=a[l];if(!(f?s in t:Wn.call(t,s)))return!1}var h=o.get(n),p=o.get(t);if(h&&p)return h==t&&p==n;var v=!0;o.set(n,t),o.set(t,n);for(var _=f;++l<c;){var g=n[s=a[l]],y=t[s];if(u)var d=f?u(y,g,s,t,n,o):u(g,y,s,n,t,o);if(!(d===e?g===y||i(g,y,r,u,o):d)){v=!1;break}_||(_="constructor"==s)}if(v&&!_){var w=n.constructor,b=t.constructor;w==b||!("constructor"in n)||!("constructor"in t)||"function"==typeof w&&w instanceof w&&"function"==typeof b&&b instanceof b||(v=!1)}return o.delete(n),o.delete(t),v}(n,t,r,u,i,o))}(n,t,r,u,ze,i))}function Se(n,t,r,u){var i=r.length,o=i,f=!u;if(null==n)return!o;for(n=kn(n);i--;){var a=r[i];if(f&&a[2]?a[1]!==n[a[0]]:!(a[0]in n))return!1}for(;++i<o;){var c=(a=r[i])[0],l=n[c],s=a[1];if(f&&a[2]){if(l===e&&!(c in n))return!1}else{var h=new Vr;if(u)var p=u(l,s,c,n,t,h);if(!(p===e?ze(s,l,3,u,h):p))return!1}}return!0}function Ce(n){return!(!Xo(n)||(t=n,Un&&Un in t))&&(Jo(n)?Mn:_n).test(Ui(n));var t}function Le(n){return"function"==typeof n?n:null==n?ea:"object"==typeof n?Po(n)?De(n[0],n[1]):Be(n):ha(n)}function We(n){if(!bi(n))return _r(n);var t=[];for(var r in kn(n))Wn.call(n,r)&&"constructor"!=r&&t.push(r);return t}function Te(n,t){return n<t}function Ue(n,t){var r=-1,e=Zo(n)?en(n.length):[];return le(n,function(n,u,i){e[++r]=t(n,u,i)}),e}function Be(n){var t=fi(n);return 1==t.length&&t[0][2]?xi(t[0][0],t[0][1]):function(r){return r===n||Se(r,n,t)}}function De(n,t){return yi(n)&&mi(t)?xi(Ti(n),t):function(r){var u=Of(r,n);return u===e&&u===t?Ef(r,n):ze(t,u,3)}}function $e(n,t,r,u,i){n!==t&&ge(t,function(o,f){if(i||(i=new Vr),Xo(o))!function(n,t,r,u,i,o,f){var a=ki(n,r),c=ki(t,r),l=f.get(c);if(l)Qr(n,r,l);else{var s=o?o(a,c,r+"",n,t,f):e,h=s===e;if(h){var p=Po(c),v=!p&&Vo(c),_=!p&&!v&&cf(c);s=c,p||v||_?Po(a)?s=a:Ko(a)?s=Ou(a):v?(h=!1,s=bu(c,!0)):_?(h=!1,s=xu(c,!0)):s=[]:ef(c)||No(c)?(s=a,No(a)?s=yf(a):Xo(a)&&!Jo(a)||(s=pi(c))):h=!1}h&&(f.set(c,s),i(s,c,u,o,f),f.delete(c)),Qr(n,r,s)}}(n,t,f,r,$e,u,i);else{var a=u?u(ki(n,f),o,f+"",n,t,i):e;a===e&&(a=o),Qr(n,f,a)}},Cf)}function Me(n,t){var r=n.length;if(r)return _i(t+=t<0?r:0,r)?n[t]:e}function Fe(n,t,r){t=t.length?St(t,function(n){return Po(n)?function(t){return me(t,1===n.length?n[0]:n)}:n}):[ea];var e=-1;t=St(t,Ht(ii()));var u=Ue(n,function(n,r,u){var i=St(t,function(t){return t(n)});return{criteria:i,index:++e,value:n}});return function(n){var t=n.length;for(n.sort(function(n,t){return function(n,t,r){for(var e=-1,u=n.criteria,i=t.criteria,o=u.length,f=r.length;++e<o;){var a=ju(u[e],i[e]);if(a)return e>=f?a:a*("desc"==r[e]?-1:1)}return n.index-t.index}(n,t,r)});t--;)n[t]=n[t].value;return n}(u)}function Ne(n,t,r){for(var e=-1,u=t.length,i={};++e<u;){var o=t[e],f=me(n,o);r(f,o)&&Je(i,gu(o,n),f)}return i}function Pe(n,t,r,e){var u=e?Mt:$t,i=-1,o=t.length,f=n;for(n===t&&(t=Ou(t)),r&&(f=St(n,Ht(r)));++i<o;)for(var a=0,c=t[i],l=r?r(c):c;(a=u(f,l,a,e))>-1;)f!==n&&Gn.call(f,a,1),Gn.call(n,a,1);return n}function qe(n,t){for(var r=n?t.length:0,e=r-1;r--;){var u=t[r];if(r==e||u!==i){var i=u;_i(u)?Gn.call(n,u,1):au(n,u)}}return n}function Ze(n,t){return n+_t(br()*(t-n+1))}function Ke(n,t){var r="";if(!n||t<1||t>l)return r;do{t%2&&(r+=n),(t=_t(t/2))&&(n+=n)}while(t);return r}function Ve(n,t){return Ii(ji(n,t,ea),n+"")}function Ge(n){return Hr(Mf(n))}function He(n,t){var r=Mf(n);return Si(r,ie(t,0,r.length))}function Je(n,t,r,u){if(!Xo(n))return n;for(var i=-1,o=(t=gu(t,n)).length,f=o-1,a=n;null!=a&&++i<o;){var c=Ti(t[i]),l=r;if("__proto__"===c||"constructor"===c||"prototype"===c)return n;if(i!=f){var s=a[c];(l=u?u(s,c,a):e)===e&&(l=Xo(s)?s:_i(t[i+1])?[]:{})}Xr(a,c,l),a=a[c]}return n}var Ye=Ir?function(n,t){return Ir.set(n,t),n}:ea,Qe=ot?function(n,t){return ot(n,"toString",{configurable:!0,enumerable:!1,value:na(t),writable:!0})}:ea;function Xe(n){return Si(Mf(n))}function nu(n,t,r){var e=-1,u=n.length;t<0&&(t=-t>u?0:u+t),(r=r>u?u:r)<0&&(r+=u),u=t>r?0:r-t>>>0,t>>>=0;for(var i=en(u);++e<u;)i[e]=n[e+t];return i}function tu(n,t){var r;return le(n,function(n,e,u){return!(r=t(n,e,u))}),!!r}function ru(n,t,r){var e=0,u=null==n?e:n.length;if("number"==typeof t&&t==t&&u<=2147483647){for(;e<u;){var i=e+u>>>1,o=n[i];null!==o&&!af(o)&&(r?o<=t:o<t)?e=i+1:u=i}return u}return eu(n,t,ea,r)}function eu(n,t,r,u){var i=0,o=null==n?0:n.length;if(0===o)return 0;for(var f=(t=r(t))!=t,a=null===t,c=af(t),l=t===e;i<o;){var s=_t((i+o)/2),h=r(n[s]),p=h!==e,v=null===h,_=h==h,g=af(h);if(f)var y=u||_;else y=l?_&&(u||p):a?_&&p&&(u||!v):c?_&&p&&!v&&(u||!g):!v&&!g&&(u?h<=t:h<t);y?i=s+1:o=s}return yr(o,4294967294)}function uu(n,t){for(var r=-1,e=n.length,u=0,i=[];++r<e;){var o=n[r],f=t?t(o):o;if(!r||!$o(f,a)){var a=f;i[u++]=0===o?0:o}}return i}function iu(n){return"number"==typeof n?n:af(n)?s:+n}function ou(n){if("string"==typeof n)return n;if(Po(n))return St(n,ou)+"";if(af(n))return Br?Br.call(n):"";var t=n+"";return"0"==t&&1/n==-1/0?"-0":t}function fu(n,t,r){var e=-1,u=Rt,i=n.length,o=!0,f=[],a=f;if(r)o=!1,u=zt;else if(i>=200){var c=t?null:Ku(n);if(c)return fr(c);o=!1,u=Yt,a=new Kr}else a=t?[]:f;n:for(;++e<i;){var l=n[e],s=t?t(l):l;if(l=r||0!==l?l:0,o&&s==s){for(var h=a.length;h--;)if(a[h]===s)continue n;t&&a.push(s),f.push(l)}else u(a,s,r)||(a!==f&&a.push(s),f.push(l))}return f}function au(n,t){return null==(n=Ai(n,t=gu(t,n)))||delete n[Ti(Gi(t))]}function cu(n,t,r,e){return Je(n,t,r(me(n,t)),e)}function lu(n,t,r,e){for(var u=n.length,i=e?u:-1;(e?i--:++i<u)&&t(n[i],i,n););return r?nu(n,e?0:i,e?i+1:u):nu(n,e?i+1:0,e?u:i)}function su(n,t){var r=n;return r instanceof Nr&&(r=r.value()),Lt(t,function(n,t){return t.func.apply(t.thisArg,Ct([n],t.args))},r)}function hu(n,t,r){var e=n.length;if(e<2)return e?fu(n[0]):[];for(var u=-1,i=en(e);++u<e;)for(var o=n[u],f=-1;++f<e;)f!=u&&(i[u]=ce(i[u]||o,n[f],t,r));return fu(_e(i,1),t,r)}function pu(n,t,r){for(var u=-1,i=n.length,o=t.length,f={};++u<i;){var a=u<o?t[u]:e;r(f,n[u],a)}return f}function vu(n){return Ko(n)?n:[]}function _u(n){return"function"==typeof n?n:ea}function gu(n,t){return Po(n)?n:yi(n,t)?[n]:Wi(df(n))}var yu=Ve;function du(n,t,r){var u=n.length;return r=r===e?u:r,!t&&r>=u?n:nu(n,t,r)}var wu=ct||function(n){return st.clearTimeout(n)};function bu(n,t){if(t)return n.slice();var r=n.length,e=qn?qn(r):new n.constructor(r);return n.copy(e),e}function mu(n){var t=new n.constructor(n.byteLength);return new Pn(t).set(new Pn(n)),t}function xu(n,t){var r=t?mu(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.length)}function ju(n,t){if(n!==t){var r=n!==e,u=null===n,i=n==n,o=af(n),f=t!==e,a=null===t,c=t==t,l=af(t);if(!a&&!l&&!o&&n>t||o&&f&&c&&!a&&!l||u&&f&&c||!r&&c||!i)return 1;if(!u&&!o&&!l&&n<t||l&&r&&i&&!u&&!o||a&&r&&i||!f&&i||!c)return-1}return 0}function Au(n,t,r,e){for(var u=-1,i=n.length,o=r.length,f=-1,a=t.length,c=gr(i-o,0),l=en(a+c),s=!e;++f<a;)l[f]=t[f];for(;++u<o;)(s||u<i)&&(l[r[u]]=n[u]);for(;c--;)l[f++]=n[u++];return l}function ku(n,t,r,e){for(var u=-1,i=n.length,o=-1,f=r.length,a=-1,c=t.length,l=gr(i-f,0),s=en(l+c),h=!e;++u<l;)s[u]=n[u];for(var p=u;++a<c;)s[p+a]=t[a];for(;++o<f;)(h||u<i)&&(s[p+r[o]]=n[u++]);return s}function Ou(n,t){var r=-1,e=n.length;for(t||(t=en(e));++r<e;)t[r]=n[r];return t}function Eu(n,t,r,u){var i=!r;r||(r={});for(var o=-1,f=t.length;++o<f;){var a=t[o],c=u?u(r[a],n[a],a,r,n):e;c===e&&(c=n[a]),i?ee(r,a,c):Xr(r,a,c)}return r}function Iu(n,t){return function(r,e){var u=Po(r)?At:te,i=t?t():{};return u(r,n,ii(e,2),i)}}function Ru(n){return Ve(function(t,r){var u=-1,i=r.length,o=i>1?r[i-1]:e,f=i>2?r[2]:e;for(o=n.length>3&&"function"==typeof o?(i--,o):e,f&&gi(r[0],r[1],f)&&(o=i<3?e:o,i=1),t=kn(t);++u<i;){var a=r[u];a&&n(t,a,u,o)}return t})}function zu(n,t){return function(r,e){if(null==r)return r;if(!Zo(r))return n(r,e);for(var u=r.length,i=t?u:-1,o=kn(r);(t?i--:++i<u)&&!1!==e(o[i],i,o););return r}}function Su(n){return function(t,r,e){for(var u=-1,i=kn(t),o=e(t),f=o.length;f--;){var a=o[n?f:++u];if(!1===r(i[a],a,i))break}return t}}function Cu(n){return function(t){var r=er(t=df(t))?lr(t):e,u=r?r[0]:t.charAt(0),i=r?du(r,1).join(""):t.slice(1);return u[n]()+i}}function Lu(n){return function(t){return Lt(Yf(Pf(t).replace(Jn,"")),n,"")}}function Wu(n){return function(){var t=arguments;switch(t.length){case 0:return new n;case 1:return new n(t[0]);case 2:return new n(t[0],t[1]);case 3:return new n(t[0],t[1],t[2]);case 4:return new n(t[0],t[1],t[2],t[3]);case 5:return new n(t[0],t[1],t[2],t[3],t[4]);case 6:return new n(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new n(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var r=$r(n.prototype),e=n.apply(r,t);return Xo(e)?e:r}}function Tu(n){return function(t,r,u){var i=kn(t);if(!Zo(t)){var o=ii(r,3);t=Sf(t),r=function(n){return o(i[n],n,i)}}var f=n(t,r,u);return f>-1?i[o?t[f]:f]:e}}function Uu(n){return Xu(function(t){var r=t.length,i=r,o=Fr.prototype.thru;for(n&&t.reverse();i--;){var f=t[i];if("function"!=typeof f)throw new In(u);if(o&&!a&&"wrapper"==ei(f))var a=new Fr([],!0)}for(i=a?i:r;++i<r;){var c=ei(f=t[i]),l="wrapper"==c?ri(f):e;a=l&&di(l[0])&&424==l[1]&&!l[4].length&&1==l[9]?a[ei(l[0])].apply(a,l[3]):1==f.length&&di(f)?a[c]():a.thru(f)}return function(){var n=arguments,e=n[0];if(a&&1==n.length&&Po(e))return a.plant(e).value();for(var u=0,i=r?t[u].apply(this,n):e;++u<r;)i=t[u].call(this,i);return i}})}function Bu(n,t,r,u,i,o,f,c,l,s){var h=t&a,p=1&t,v=2&t,_=24&t,g=512&t,y=v?e:Wu(n);return function a(){for(var d=arguments.length,w=en(d),b=d;b--;)w[b]=arguments[b];if(_)var m=ui(a),x=function(n,t){for(var r=n.length,e=0;r--;)n[r]===t&&++e;return e}(w,m);if(u&&(w=Au(w,u,i,_)),o&&(w=ku(w,o,f,_)),d-=x,_&&d<s){var j=or(w,m);return qu(n,t,Bu,a.placeholder,r,w,j,c,l,s-d)}var A=p?r:this,k=v?A[n]:n;return d=w.length,c?w=function(n,t){for(var r=n.length,u=yr(t.length,r),i=Ou(n);u--;){var o=t[u];n[u]=_i(o,r)?i[o]:e}return n}(w,c):g&&d>1&&w.reverse(),h&&l<d&&(w.length=l),this&&this!==st&&this instanceof a&&(k=y||Wu(k)),k.apply(A,w)}}function Du(n,t){return function(r,e){return function(n,t,r,e){return de(n,function(n,u,i){t(e,r(n),u,i)}),e}(r,n,t(e),{})}}function $u(n,t){return function(r,u){var i;if(r===e&&u===e)return t;if(r!==e&&(i=r),u!==e){if(i===e)return u;"string"==typeof r||"string"==typeof u?(r=ou(r),u=ou(u)):(r=iu(r),u=iu(u)),i=n(r,u)}return i}}function Mu(n){return Xu(function(t){return t=St(t,Ht(ii())),Ve(function(r){var e=this;return n(t,function(n){return jt(n,e,r)})})})}function Fu(n,t){var r=(t=t===e?" ":ou(t)).length;if(r<2)return r?Ke(t,n):t;var u=Ke(t,pt(n/cr(t)));return er(t)?du(lr(u),0,n).join(""):u.slice(0,n)}function Nu(n){return function(t,r,u){return u&&"number"!=typeof u&&gi(t,r,u)&&(r=u=e),t=pf(t),r===e?(r=t,t=0):r=pf(r),function(n,t,r,e){for(var u=-1,i=gr(pt((t-n)/(r||1)),0),o=en(i);i--;)o[e?i:++u]=n,n+=r;return o}(t,r,u=u===e?t<r?1:-1:pf(u),n)}}function Pu(n){return function(t,r){return"string"==typeof t&&"string"==typeof r||(t=gf(t),r=gf(r)),n(t,r)}}function qu(n,t,r,u,i,o,a,c,l,s){var h=8&t;t|=h?f:64,4&(t&=~(h?64:f))||(t&=-4);var p=[n,t,i,h?o:e,h?a:e,h?e:o,h?e:a,c,l,s],v=r.apply(e,p);return di(n)&&Oi(v,p),v.placeholder=u,Ri(v,n,t)}function Zu(n){var t=An[n];return function(n,r){if(n=gf(n),(r=null==r?0:yr(vf(r),292))&&qt(n)){var e=(df(n)+"e").split("e");return+((e=(df(t(e[0]+"e"+(+e[1]+r)))+"e").split("e"))[0]+"e"+(+e[1]-r))}return t(n)}}var Ku=kr&&1/fr(new kr([,-0]))[1]==c?function(n){return new kr(n)}:aa;function Vu(n){return function(t){var r=si(t);return r==m?ur(t):r==O?ar(t):function(n,t){return St(t,function(t){return[t,n[t]]})}(t,n(t))}}function Gu(n,t,r,i,c,l,s,h){var p=2&t;if(!p&&"function"!=typeof n)throw new In(u);var v=i?i.length:0;if(v||(t&=-97,i=c=e),s=s===e?s:gr(vf(s),0),h=h===e?h:vf(h),v-=c?c.length:0,64&t){var _=i,g=c;i=c=e}var y=p?e:ri(n),d=[n,t,r,i,c,_,g,l,s,h];if(y&&function(n,t){var r=n[1],e=t[1],u=r|e,i=u<131,f=e==a&&8==r||e==a&&256==r&&n[7].length<=t[8]||384==e&&t[7].length<=t[8]&&8==r;if(!i&&!f)return n;1&e&&(n[2]=t[2],u|=1&r?0:4);var c=t[3];if(c){var l=n[3];n[3]=l?Au(l,c,t[4]):c,n[4]=l?or(n[3],o):t[4]}(c=t[5])&&(l=n[5],n[5]=l?ku(l,c,t[6]):c,n[6]=l?or(n[5],o):t[6]),(c=t[7])&&(n[7]=c),e&a&&(n[8]=null==n[8]?t[8]:yr(n[8],t[8])),null==n[9]&&(n[9]=t[9]),n[0]=t[0],n[1]=u}(d,y),n=d[0],t=d[1],r=d[2],i=d[3],c=d[4],!(h=d[9]=d[9]===e?p?0:n.length:gr(d[9]-v,0))&&24&t&&(t&=-25),t&&1!=t)w=8==t||16==t?function(n,t,r){var u=Wu(n);return function i(){for(var o=arguments.length,f=en(o),a=o,c=ui(i);a--;)f[a]=arguments[a];var l=o<3&&f[0]!==c&&f[o-1]!==c?[]:or(f,c);return(o-=l.length)<r?qu(n,t,Bu,i.placeholder,e,f,l,e,e,r-o):jt(this&&this!==st&&this instanceof i?u:n,this,f)}}(n,t,h):t!=f&&33!=t||c.length?Bu.apply(e,d):function(n,t,r,e){var u=1&t,i=Wu(n);return function t(){for(var o=-1,f=arguments.length,a=-1,c=e.length,l=en(c+f),s=this&&this!==st&&this instanceof t?i:n;++a<c;)l[a]=e[a];for(;f--;)l[a++]=arguments[++o];return jt(s,u?r:this,l)}}(n,t,r,i);else var w=function(n,t,r){var e=1&t,u=Wu(n);return function t(){return(this&&this!==st&&this instanceof t?u:n).apply(e?r:this,arguments)}}(n,t,r);return Ri((y?Ye:Oi)(w,d),n,t)}function Hu(n,t,r,u){return n===e||$o(n,Sn[r])&&!Wn.call(u,r)?t:n}function Ju(n,t,r,u,i,o){return Xo(n)&&Xo(t)&&(o.set(t,n),$e(n,t,e,Ju,o),o.delete(t)),n}function Yu(n){return ef(n)?e:n}function Qu(n,t,r,u,i,o){var f=1&r,a=n.length,c=t.length;if(a!=c&&!(f&&c>a))return!1;var l=o.get(n),s=o.get(t);if(l&&s)return l==t&&s==n;var h=-1,p=!0,v=2&r?new Kr:e;for(o.set(n,t),o.set(t,n);++h<a;){var _=n[h],g=t[h];if(u)var y=f?u(g,_,h,t,n,o):u(_,g,h,n,t,o);if(y!==e){if(y)continue;p=!1;break}if(v){if(!Tt(t,function(n,t){if(!Yt(v,t)&&(_===n||i(_,n,r,u,o)))return v.push(t)})){p=!1;break}}else if(_!==g&&!i(_,g,r,u,o)){p=!1;break}}return o.delete(n),o.delete(t),p}function Xu(n){return Ii(ji(n,e,Pi),n+"")}function ni(n){return xe(n,Sf,ci)}function ti(n){return xe(n,Cf,li)}var ri=Ir?function(n){return Ir.get(n)}:aa;function ei(n){for(var t=n.name+"",r=Rr[t],e=Wn.call(Rr,t)?r.length:0;e--;){var u=r[e],i=u.func;if(null==i||i==n)return u.name}return t}function ui(n){return(Wn.call(Dr,"placeholder")?Dr:n).placeholder}function ii(){var n=Dr.iteratee||ua;return n=n===ua?Le:n,arguments.length?n(arguments[0],arguments[1]):n}function oi(n,t){var r,e,u=n.__data__;return("string"==(e=typeof(r=t))||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==r:null===r)?u["string"==typeof t?"string":"hash"]:u.map}function fi(n){for(var t=Sf(n),r=t.length;r--;){var e=t[r],u=n[e];t[r]=[e,u,mi(u)]}return t}function ai(n,t){var r=function(n,t){return null==n?e:n[t]}(n,t);return Ce(r)?r:e}var ci=gt?function(n){return null==n?[]:(n=kn(n),It(gt(n),function(t){return Vn.call(n,t)}))}:_a,li=gt?function(n){for(var t=[];n;)Ct(t,ci(n)),n=Zn(n);return t}:_a,si=je;function hi(n,t,r){for(var e=-1,u=(t=gu(t,n)).length,i=!1;++e<u;){var o=Ti(t[e]);if(!(i=null!=n&&r(n,o)))break;n=n[o]}return i||++e!=u?i:!!(u=null==n?0:n.length)&&Qo(u)&&_i(o,u)&&(Po(n)||No(n))}function pi(n){return"function"!=typeof n.constructor||bi(n)?{}:$r(Zn(n))}function vi(n){return Po(n)||No(n)||!!(Hn&&n&&n[Hn])}function _i(n,t){var r=typeof n;return!!(t=null==t?l:t)&&("number"==r||"symbol"!=r&&yn.test(n))&&n>-1&&n%1==0&&n<t}function gi(n,t,r){if(!Xo(r))return!1;var e=typeof t;return!!("number"==e?Zo(r)&&_i(t,r.length):"string"==e&&t in r)&&$o(r[t],n)}function yi(n,t){if(Po(n))return!1;var r=typeof n;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=n&&!af(n))||Q.test(n)||!Y.test(n)||null!=t&&n in kn(t)}function di(n){var t=ei(n),r=Dr[t];if("function"!=typeof r||!(t in Nr.prototype))return!1;if(n===r)return!0;var e=ri(r);return!!e&&n===e[0]}(xr&&si(new xr(new ArrayBuffer(1)))!=S||jr&&si(new jr)!=m||Ar&&si(Ar.resolve())!=A||kr&&si(new kr)!=O||Or&&si(new Or)!=R)&&(si=function(n){var t=je(n),r=t==j?n.constructor:e,u=r?Ui(r):"";if(u)switch(u){case zr:return S;case Sr:return m;case Cr:return A;case Lr:return O;case Wr:return R}return t});var wi=Cn?Jo:ga;function bi(n){var t=n&&n.constructor;return n===("function"==typeof t&&t.prototype||Sn)}function mi(n){return n==n&&!Xo(n)}function xi(n,t){return function(r){return null!=r&&r[n]===t&&(t!==e||n in kn(r))}}function ji(n,t,r){return t=gr(t===e?n.length-1:t,0),function(){for(var e=arguments,u=-1,i=gr(e.length-t,0),o=en(i);++u<i;)o[u]=e[t+u];u=-1;for(var f=en(t+1);++u<t;)f[u]=e[u];return f[t]=r(o),jt(n,this,f)}}function Ai(n,t){return t.length<2?n:me(n,nu(t,0,-1))}function ki(n,t){if(("constructor"!==t||"function"!=typeof n[t])&&"__proto__"!=t)return n[t]}var Oi=zi(Ye),Ei=ht||function(n,t){return st.setTimeout(n,t)},Ii=zi(Qe);function Ri(n,t,r){var e=t+"";return Ii(n,function(n,t){var r=t.length;if(!r)return n;var e=r-1;return t[e]=(r>1?"& ":"")+t[e],t=t.join(r>2?", ":" "),n.replace(un,"{\n/* [wrapped with "+t+"] */\n")}(e,function(n,t){return kt(p,function(r){var e="_."+r[0];t&r[1]&&!Rt(n,e)&&n.push(e)}),n.sort()}(function(n){var t=n.match(on);return t?t[1].split(fn):[]}(e),r)))}function zi(n){var t=0,r=0;return function(){var u=dr(),i=16-(u-r);if(r=u,i>0){if(++t>=800)return arguments[0]}else t=0;return n.apply(e,arguments)}}function Si(n,t){var r=-1,u=n.length,i=u-1;for(t=t===e?u:t;++r<t;){var o=Ze(r,i),f=n[o];n[o]=n[r],n[r]=f}return n.length=t,n}var Ci,Li,Wi=(Ci=Lo(function(n){var t=[];return 46===n.charCodeAt(0)&&t.push(""),n.replace(X,function(n,r,e,u){t.push(e?u.replace(ln,"$1"):r||n)}),t},function(n){return 500===Li.size&&Li.clear(),n}),Li=Ci.cache,Ci);function Ti(n){if("string"==typeof n||af(n))return n;var t=n+"";return"0"==t&&1/n==-1/0?"-0":t}function Ui(n){if(null!=n){try{return Ln.call(n)}catch(n){}try{return n+""}catch(n){}}return""}function Bi(n){if(n instanceof Nr)return n.clone();var t=new Fr(n.__wrapped__,n.__chain__);return t.__actions__=Ou(n.__actions__),t.__index__=n.__index__,t.__values__=n.__values__,t}var Di=Ve(function(n,t){return Ko(n)?ce(n,_e(t,1,Ko,!0)):[]}),$i=Ve(function(n,t){var r=Gi(t);return Ko(r)&&(r=e),Ko(n)?ce(n,_e(t,1,Ko,!0),ii(r,2)):[]}),Mi=Ve(function(n,t){var r=Gi(t);return Ko(r)&&(r=e),Ko(n)?ce(n,_e(t,1,Ko,!0),e,r):[]});function Fi(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:vf(r);return u<0&&(u=gr(e+u,0)),Dt(n,ii(t,3),u)}function Ni(n,t,r){var u=null==n?0:n.length;if(!u)return-1;var i=u-1;return r!==e&&(i=vf(r),i=r<0?gr(u+i,0):yr(i,u-1)),Dt(n,ii(t,3),i,!0)}function Pi(n){return null!=n&&n.length?_e(n,1):[]}function qi(n){return n&&n.length?n[0]:e}var Zi=Ve(function(n){var t=St(n,vu);return t.length&&t[0]===n[0]?Ee(t):[]}),Ki=Ve(function(n){var t=Gi(n),r=St(n,vu);return t===Gi(r)?t=e:r.pop(),r.length&&r[0]===n[0]?Ee(r,ii(t,2)):[]}),Vi=Ve(function(n){var t=Gi(n),r=St(n,vu);return(t="function"==typeof t?t:e)&&r.pop(),r.length&&r[0]===n[0]?Ee(r,e,t):[]});function Gi(n){var t=null==n?0:n.length;return t?n[t-1]:e}var Hi=Ve(Ji);function Ji(n,t){return n&&n.length&&t&&t.length?Pe(n,t):n}var Yi=Xu(function(n,t){var r=null==n?0:n.length,e=ue(n,t);return qe(n,St(t,function(n){return _i(n,r)?+n:n}).sort(ju)),e});function Qi(n){return null==n?n:mr.call(n)}var Xi=Ve(function(n){return fu(_e(n,1,Ko,!0))}),no=Ve(function(n){var t=Gi(n);return Ko(t)&&(t=e),fu(_e(n,1,Ko,!0),ii(t,2))}),to=Ve(function(n){var t=Gi(n);return t="function"==typeof t?t:e,fu(_e(n,1,Ko,!0),e,t)});function ro(n){if(!n||!n.length)return[];var t=0;return n=It(n,function(n){if(Ko(n))return t=gr(n.length,t),!0}),Vt(t,function(t){return St(n,Pt(t))})}function eo(n,t){if(!n||!n.length)return[];var r=ro(n);return null==t?r:St(r,function(n){return jt(t,e,n)})}var uo=Ve(function(n,t){return Ko(n)?ce(n,t):[]}),io=Ve(function(n){return hu(It(n,Ko))}),oo=Ve(function(n){var t=Gi(n);return Ko(t)&&(t=e),hu(It(n,Ko),ii(t,2))}),fo=Ve(function(n){var t=Gi(n);return t="function"==typeof t?t:e,hu(It(n,Ko),e,t)}),ao=Ve(ro),co=Ve(function(n){var t=n.length,r=t>1?n[t-1]:e;return r="function"==typeof r?(n.pop(),r):e,eo(n,r)});function lo(n){var t=Dr(n);return t.__chain__=!0,t}function so(n,t){return t(n)}var ho=Xu(function(n){var t=n.length,r=t?n[0]:0,u=this.__wrapped__,i=function(t){return ue(t,n)};return!(t>1||this.__actions__.length)&&u instanceof Nr&&_i(r)?((u=u.slice(r,+r+(t?1:0))).__actions__.push({func:so,args:[i],thisArg:e}),new Fr(u,this.__chain__).thru(function(n){return t&&!n.length&&n.push(e),n})):this.thru(i)}),po=Iu(function(n,t,r){Wn.call(n,r)?++n[r]:ee(n,r,1)}),vo=Tu(Fi),_o=Tu(Ni);function go(n,t){return(Po(n)?kt:le)(n,ii(t,3))}function yo(n,t){return(Po(n)?Ot:se)(n,ii(t,3))}var wo=Iu(function(n,t,r){Wn.call(n,r)?n[r].push(t):ee(n,r,[t])}),bo=Ve(function(n,t,r){var e=-1,u="function"==typeof t,i=Zo(n)?en(n.length):[];return le(n,function(n){i[++e]=u?jt(t,n,r):Ie(n,t,r)}),i}),mo=Iu(function(n,t,r){ee(n,r,t)});function xo(n,t){return(Po(n)?St:Ue)(n,ii(t,3))}var jo=Iu(function(n,t,r){n[r?0:1].push(t)},function(){return[[],[]]}),Ao=Ve(function(n,t){if(null==n)return[];var r=t.length;return r>1&&gi(n,t[0],t[1])?t=[]:r>2&&gi(t[0],t[1],t[2])&&(t=[t[0]]),Fe(n,_e(t,1),[])}),ko=lt||function(){return st.Date.now()};function Oo(n,t,r){return t=r?e:t,t=n&&null==t?n.length:t,Gu(n,a,e,e,e,e,t)}function Eo(n,t){var r;if("function"!=typeof t)throw new In(u);return n=vf(n),function(){return--n>0&&(r=t.apply(this,arguments)),n<=1&&(t=e),r}}var Io=Ve(function(n,t,r){var e=1;if(r.length){var u=or(r,ui(Io));e|=f}return Gu(n,e,t,r,u)}),Ro=Ve(function(n,t,r){var e=3;if(r.length){var u=or(r,ui(Ro));e|=f}return Gu(t,e,n,r,u)});function zo(n,t,r){var i,o,f,a,c,l,s=0,h=!1,p=!1,v=!0;if("function"!=typeof n)throw new In(u);function _(t){var r=i,u=o;return i=o=e,s=t,a=n.apply(u,r)}function g(n){var r=n-l;return l===e||r>=t||r<0||p&&n-s>=f}function y(){var n=ko();if(g(n))return d(n);c=Ei(y,function(n){var r=t-(n-l);return p?yr(r,f-(n-s)):r}(n))}function d(n){return c=e,v&&i?_(n):(i=o=e,a)}function w(){var n=ko(),r=g(n);if(i=arguments,o=this,l=n,r){if(c===e)return function(n){return s=n,c=Ei(y,t),h?_(n):a}(l);if(p)return wu(c),c=Ei(y,t),_(l)}return c===e&&(c=Ei(y,t)),a}return t=gf(t)||0,Xo(r)&&(h=!!r.leading,f=(p="maxWait"in r)?gr(gf(r.maxWait)||0,t):f,v="trailing"in r?!!r.trailing:v),w.cancel=function(){c!==e&&wu(c),s=0,i=l=o=c=e},w.flush=function(){return c===e?a:d(ko())},w}var So=Ve(function(n,t){return ae(n,1,t)}),Co=Ve(function(n,t,r){return ae(n,gf(t)||0,r)});function Lo(n,t){if("function"!=typeof n||null!=t&&"function"!=typeof t)throw new In(u);var r=function(){var e=arguments,u=t?t.apply(this,e):e[0],i=r.cache;if(i.has(u))return i.get(u);var o=n.apply(this,e);return r.cache=i.set(u,o)||i,o};return r.cache=new(Lo.Cache||Zr),r}function Wo(n){if("function"!=typeof n)throw new In(u);return function(){var t=arguments;switch(t.length){case 0:return!n.call(this);case 1:return!n.call(this,t[0]);case 2:return!n.call(this,t[0],t[1]);case 3:return!n.call(this,t[0],t[1],t[2])}return!n.apply(this,t)}}Lo.Cache=Zr;var To=yu(function(n,t){var r=(t=1==t.length&&Po(t[0])?St(t[0],Ht(ii())):St(_e(t,1),Ht(ii()))).length;return Ve(function(e){for(var u=-1,i=yr(e.length,r);++u<i;)e[u]=t[u].call(this,e[u]);return jt(n,this,e)})}),Uo=Ve(function(n,t){var r=or(t,ui(Uo));return Gu(n,f,e,t,r)}),Bo=Ve(function(n,t){var r=or(t,ui(Bo));return Gu(n,64,e,t,r)}),Do=Xu(function(n,t){return Gu(n,256,e,e,e,t)});function $o(n,t){return n===t||n!=n&&t!=t}var Mo=Pu(Ae),Fo=Pu(function(n,t){return n>=t}),No=Re(function(){return arguments}())?Re:function(n){return nf(n)&&Wn.call(n,"callee")&&!Vn.call(n,"callee")},Po=en.isArray,qo=yt?Ht(yt):function(n){return nf(n)&&je(n)==z};function Zo(n){return null!=n&&Qo(n.length)&&!Jo(n)}function Ko(n){return nf(n)&&Zo(n)}var Vo=Ut||ga,Go=dt?Ht(dt):function(n){return nf(n)&&je(n)==y};function Ho(n){if(!nf(n))return!1;var t=je(n);return t==d||"[object DOMException]"==t||"string"==typeof n.message&&"string"==typeof n.name&&!ef(n)}function Jo(n){if(!Xo(n))return!1;var t=je(n);return t==w||t==b||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Yo(n){return"number"==typeof n&&n==vf(n)}function Qo(n){return"number"==typeof n&&n>-1&&n%1==0&&n<=l}function Xo(n){var t=typeof n;return null!=n&&("object"==t||"function"==t)}function nf(n){return null!=n&&"object"==typeof n}var tf=wt?Ht(wt):function(n){return nf(n)&&si(n)==m};function rf(n){return"number"==typeof n||nf(n)&&je(n)==x}function ef(n){if(!nf(n)||je(n)!=j)return!1;var t=Zn(n);if(null===t)return!0;var r=Wn.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&Ln.call(r)==Dn}var uf=bt?Ht(bt):function(n){return nf(n)&&je(n)==k},of=mt?Ht(mt):function(n){return nf(n)&&si(n)==O};function ff(n){return"string"==typeof n||!Po(n)&&nf(n)&&je(n)==E}function af(n){return"symbol"==typeof n||nf(n)&&je(n)==I}var cf=xt?Ht(xt):function(n){return nf(n)&&Qo(n.length)&&!!ut[je(n)]},lf=Pu(Te),sf=Pu(function(n,t){return n<=t});function hf(n){if(!n)return[];if(Zo(n))return ff(n)?lr(n):Ou(n);if(Qn&&n[Qn])return function(n){for(var t,r=[];!(t=n.next()).done;)r.push(t.value);return r}(n[Qn]());var t=si(n);return(t==m?ur:t==O?fr:Mf)(n)}function pf(n){return n?(n=gf(n))===c||n===-1/0?17976931348623157e292*(n<0?-1:1):n==n?n:0:0===n?n:0}function vf(n){var t=pf(n),r=t%1;return t==t?r?t-r:t:0}function _f(n){return n?ie(vf(n),0,h):0}function gf(n){if("number"==typeof n)return n;if(af(n))return s;if(Xo(n)){var t="function"==typeof n.valueOf?n.valueOf():n;n=Xo(t)?t+"":t}if("string"!=typeof n)return 0===n?n:+n;n=Gt(n);var r=vn.test(n);return r||gn.test(n)?at(n.slice(2),r?2:8):pn.test(n)?s:+n}function yf(n){return Eu(n,Cf(n))}function df(n){return null==n?"":ou(n)}var wf=Ru(function(n,t){if(bi(t)||Zo(t))Eu(t,Sf(t),n);else for(var r in t)Wn.call(t,r)&&Xr(n,r,t[r])}),bf=Ru(function(n,t){Eu(t,Cf(t),n)}),mf=Ru(function(n,t,r,e){Eu(t,Cf(t),n,e)}),xf=Ru(function(n,t,r,e){Eu(t,Sf(t),n,e)}),jf=Xu(ue),Af=Ve(function(n,t){n=kn(n);var r=-1,u=t.length,i=u>2?t[2]:e;for(i&&gi(t[0],t[1],i)&&(u=1);++r<u;)for(var o=t[r],f=Cf(o),a=-1,c=f.length;++a<c;){var l=f[a],s=n[l];(s===e||$o(s,Sn[l])&&!Wn.call(n,l))&&(n[l]=o[l])}return n}),kf=Ve(function(n){return n.push(e,Ju),jt(Wf,e,n)});function Of(n,t,r){var u=null==n?e:me(n,t);return u===e?r:u}function Ef(n,t){return null!=n&&hi(n,t,Oe)}var If=Du(function(n,t,r){null!=t&&"function"!=typeof t.toString&&(t=Bn.call(t)),n[t]=r},na(ea)),Rf=Du(function(n,t,r){null!=t&&"function"!=typeof t.toString&&(t=Bn.call(t)),Wn.call(n,t)?n[t].push(r):n[t]=[r]},ii),zf=Ve(Ie);function Sf(n){return Zo(n)?Gr(n):We(n)}function Cf(n){return Zo(n)?Gr(n,!0):function(n){if(!Xo(n))return function(n){var t=[];if(null!=n)for(var r in kn(n))t.push(r);return t}(n);var t=bi(n),r=[];for(var e in n)("constructor"!=e||!t&&Wn.call(n,e))&&r.push(e);return r}(n)}var Lf=Ru(function(n,t,r){$e(n,t,r)}),Wf=Ru(function(n,t,r,e){$e(n,t,r,e)}),Tf=Xu(function(n,t){var r={};if(null==n)return r;var e=!1;t=St(t,function(t){return t=gu(t,n),e||(e=t.length>1),t}),Eu(n,ti(n),r),e&&(r=oe(r,7,Yu));for(var u=t.length;u--;)au(r,t[u]);return r}),Uf=Xu(function(n,t){return null==n?{}:function(n,t){return Ne(n,t,function(t,r){return Ef(n,r)})}(n,t)});function Bf(n,t){if(null==n)return{};var r=St(ti(n),function(n){return[n]});return t=ii(t),Ne(n,r,function(n,r){return t(n,r[0])})}var Df=Vu(Sf),$f=Vu(Cf);function Mf(n){return null==n?[]:Jt(n,Sf(n))}var Ff=Lu(function(n,t,r){return t=t.toLowerCase(),n+(r?Nf(t):t)});function Nf(n){return Jf(df(n).toLowerCase())}function Pf(n){return(n=df(n))&&n.replace(dn,nr).replace(Yn,"")}var qf=Lu(function(n,t,r){return n+(r?"-":"")+t.toLowerCase()}),Zf=Lu(function(n,t,r){return n+(r?" ":"")+t.toLowerCase()}),Kf=Cu("toLowerCase"),Vf=Lu(function(n,t,r){return n+(r?"_":"")+t.toLowerCase()}),Gf=Lu(function(n,t,r){return n+(r?" ":"")+Jf(t)}),Hf=Lu(function(n,t,r){return n+(r?" ":"")+t.toUpperCase()}),Jf=Cu("toUpperCase");function Yf(n,t,r){return n=df(n),(t=r?e:t)===e?function(n){return tt.test(n)}(n)?function(n){return n.match(Xn)||[]}(n):function(n){return n.match(an)||[]}(n):n.match(t)||[]}var Qf=Ve(function(n,t){try{return jt(n,e,t)}catch(n){return Ho(n)?n:new xn(n)}}),Xf=Xu(function(n,t){return kt(t,function(t){t=Ti(t),ee(n,t,Io(n[t],n))}),n});function na(n){return function(){return n}}var ta=Uu(),ra=Uu(!0);function ea(n){return n}function ua(n){return Le("function"==typeof n?n:oe(n,1))}var ia=Ve(function(n,t){return function(r){return Ie(r,n,t)}}),oa=Ve(function(n,t){return function(r){return Ie(n,r,t)}});function fa(n,t,r){var e=Sf(t),u=be(t,e);null!=r||Xo(t)&&(u.length||!e.length)||(r=t,t=n,n=this,u=be(t,Sf(t)));var i=!(Xo(r)&&"chain"in r&&!r.chain),o=Jo(n);return kt(u,function(r){var e=t[r];n[r]=e,o&&(n.prototype[r]=function(){var t=this.__chain__;if(i||t){var r=n(this.__wrapped__);return(r.__actions__=Ou(this.__actions__)).push({func:e,args:arguments,thisArg:n}),r.__chain__=t,r}return e.apply(n,Ct([this.value()],arguments))})}),n}function aa(){}var ca=Mu(St),la=Mu(Et),sa=Mu(Tt);function ha(n){return yi(n)?Pt(Ti(n)):function(n){return function(t){return me(t,n)}}(n)}var pa=Nu(),va=Nu(!0);function _a(){return[]}function ga(){return!1}var ya,da=$u(function(n,t){return n+t},0),wa=Zu("ceil"),ba=$u(function(n,t){return n/t},1),ma=Zu("floor"),xa=$u(function(n,t){return n*t},1),ja=Zu("round"),Aa=$u(function(n,t){return n-t},0);return Dr.after=function(n,t){if("function"!=typeof t)throw new In(u);return n=vf(n),function(){if(--n<1)return t.apply(this,arguments)}},Dr.ary=Oo,Dr.assign=wf,Dr.assignIn=bf,Dr.assignInWith=mf,Dr.assignWith=xf,Dr.at=jf,Dr.before=Eo,Dr.bind=Io,Dr.bindAll=Xf,Dr.bindKey=Ro,Dr.castArray=function(){if(!arguments.length)return[];var n=arguments[0];return Po(n)?n:[n]},Dr.chain=lo,Dr.chunk=function(n,t,r){t=(r?gi(n,t,r):t===e)?1:gr(vf(t),0);var u=null==n?0:n.length;if(!u||t<1)return[];for(var i=0,o=0,f=en(pt(u/t));i<u;)f[o++]=nu(n,i,i+=t);return f},Dr.compact=function(n){for(var t=-1,r=null==n?0:n.length,e=0,u=[];++t<r;){var i=n[t];i&&(u[e++]=i)}return u},Dr.concat=function(){var n=arguments.length;if(!n)return[];for(var t=en(n-1),r=arguments[0],e=n;e--;)t[e-1]=arguments[e];return Ct(Po(r)?Ou(r):[r],_e(t,1))},Dr.cond=function(n){var t=null==n?0:n.length,r=ii();return n=t?St(n,function(n){if("function"!=typeof n[1])throw new In(u);return[r(n[0]),n[1]]}):[],Ve(function(r){for(var e=-1;++e<t;){var u=n[e];if(jt(u[0],this,r))return jt(u[1],this,r)}})},Dr.conforms=function(n){return function(n){var t=Sf(n);return function(r){return fe(r,n,t)}}(oe(n,1))},Dr.constant=na,Dr.countBy=po,Dr.create=function(n,t){var r=$r(n);return null==t?r:re(r,t)},Dr.curry=function n(t,r,u){var i=Gu(t,8,e,e,e,e,e,r=u?e:r);return i.placeholder=n.placeholder,i},Dr.curryRight=function n(t,r,u){var i=Gu(t,16,e,e,e,e,e,r=u?e:r);return i.placeholder=n.placeholder,i},Dr.debounce=zo,Dr.defaults=Af,Dr.defaultsDeep=kf,Dr.defer=So,Dr.delay=Co,Dr.difference=Di,Dr.differenceBy=$i,Dr.differenceWith=Mi,Dr.drop=function(n,t,r){var u=null==n?0:n.length;return u?nu(n,(t=r||t===e?1:vf(t))<0?0:t,u):[]},Dr.dropRight=function(n,t,r){var u=null==n?0:n.length;return u?nu(n,0,(t=u-(t=r||t===e?1:vf(t)))<0?0:t):[]},Dr.dropRightWhile=function(n,t){return n&&n.length?lu(n,ii(t,3),!0,!0):[]},Dr.dropWhile=function(n,t){return n&&n.length?lu(n,ii(t,3),!0):[]},Dr.fill=function(n,t,r,u){var i=null==n?0:n.length;return i?(r&&"number"!=typeof r&&gi(n,t,r)&&(r=0,u=i),function(n,t,r,u){var i=n.length;for((r=vf(r))<0&&(r=-r>i?0:i+r),(u=u===e||u>i?i:vf(u))<0&&(u+=i),u=r>u?0:_f(u);r<u;)n[r++]=t;return n}(n,t,r,u)):[]},Dr.filter=function(n,t){return(Po(n)?It:ve)(n,ii(t,3))},Dr.flatMap=function(n,t){return _e(xo(n,t),1)},Dr.flatMapDeep=function(n,t){return _e(xo(n,t),c)},Dr.flatMapDepth=function(n,t,r){return r=r===e?1:vf(r),_e(xo(n,t),r)},Dr.flatten=Pi,Dr.flattenDeep=function(n){return null!=n&&n.length?_e(n,c):[]},Dr.flattenDepth=function(n,t){return null!=n&&n.length?_e(n,t=t===e?1:vf(t)):[]},Dr.flip=function(n){return Gu(n,512)},Dr.flow=ta,Dr.flowRight=ra,Dr.fromPairs=function(n){for(var t=-1,r=null==n?0:n.length,e={};++t<r;){var u=n[t];e[u[0]]=u[1]}return e},Dr.functions=function(n){return null==n?[]:be(n,Sf(n))},Dr.functionsIn=function(n){return null==n?[]:be(n,Cf(n))},Dr.groupBy=wo,Dr.initial=function(n){return null!=n&&n.length?nu(n,0,-1):[]},Dr.intersection=Zi,Dr.intersectionBy=Ki,Dr.intersectionWith=Vi,Dr.invert=If,Dr.invertBy=Rf,Dr.invokeMap=bo,Dr.iteratee=ua,Dr.keyBy=mo,Dr.keys=Sf,Dr.keysIn=Cf,Dr.map=xo,Dr.mapKeys=function(n,t){var r={};return t=ii(t,3),de(n,function(n,e,u){ee(r,t(n,e,u),n)}),r},Dr.mapValues=function(n,t){var r={};return t=ii(t,3),de(n,function(n,e,u){ee(r,e,t(n,e,u))}),r},Dr.matches=function(n){return Be(oe(n,1))},Dr.matchesProperty=function(n,t){return De(n,oe(t,1))},Dr.memoize=Lo,Dr.merge=Lf,Dr.mergeWith=Wf,Dr.method=ia,Dr.methodOf=oa,Dr.mixin=fa,Dr.negate=Wo,Dr.nthArg=function(n){return n=vf(n),Ve(function(t){return Me(t,n)})},Dr.omit=Tf,Dr.omitBy=function(n,t){return Bf(n,Wo(ii(t)))},Dr.once=function(n){return Eo(2,n)},Dr.orderBy=function(n,t,r,u){return null==n?[]:(Po(t)||(t=null==t?[]:[t]),Po(r=u?e:r)||(r=null==r?[]:[r]),Fe(n,t,r))},Dr.over=ca,Dr.overArgs=To,Dr.overEvery=la,Dr.overSome=sa,Dr.partial=Uo,Dr.partialRight=Bo,Dr.partition=jo,Dr.pick=Uf,Dr.pickBy=Bf,Dr.property=ha,Dr.propertyOf=function(n){return function(t){return null==n?e:me(n,t)}},Dr.pull=Hi,Dr.pullAll=Ji,Dr.pullAllBy=function(n,t,r){return n&&n.length&&t&&t.length?Pe(n,t,ii(r,2)):n},Dr.pullAllWith=function(n,t,r){return n&&n.length&&t&&t.length?Pe(n,t,e,r):n},Dr.pullAt=Yi,Dr.range=pa,Dr.rangeRight=va,Dr.rearg=Do,Dr.reject=function(n,t){return(Po(n)?It:ve)(n,Wo(ii(t,3)))},Dr.remove=function(n,t){var r=[];if(!n||!n.length)return r;var e=-1,u=[],i=n.length;for(t=ii(t,3);++e<i;){var o=n[e];t(o,e,n)&&(r.push(o),u.push(e))}return qe(n,u),r},Dr.rest=function(n,t){if("function"!=typeof n)throw new In(u);return Ve(n,t=t===e?t:vf(t))},Dr.reverse=Qi,Dr.sampleSize=function(n,t,r){return t=(r?gi(n,t,r):t===e)?1:vf(t),(Po(n)?Jr:He)(n,t)},Dr.set=function(n,t,r){return null==n?n:Je(n,t,r)},Dr.setWith=function(n,t,r,u){return u="function"==typeof u?u:e,null==n?n:Je(n,t,r,u)},Dr.shuffle=function(n){return(Po(n)?Yr:Xe)(n)},Dr.slice=function(n,t,r){var u=null==n?0:n.length;return u?(r&&"number"!=typeof r&&gi(n,t,r)?(t=0,r=u):(t=null==t?0:vf(t),r=r===e?u:vf(r)),nu(n,t,r)):[]},Dr.sortBy=Ao,Dr.sortedUniq=function(n){return n&&n.length?uu(n):[]},Dr.sortedUniqBy=function(n,t){return n&&n.length?uu(n,ii(t,2)):[]},Dr.split=function(n,t,r){return r&&"number"!=typeof r&&gi(n,t,r)&&(t=r=e),(r=r===e?h:r>>>0)?(n=df(n))&&("string"==typeof t||null!=t&&!uf(t))&&!(t=ou(t))&&er(n)?du(lr(n),0,r):n.split(t,r):[]},Dr.spread=function(n,t){if("function"!=typeof n)throw new In(u);return t=null==t?0:gr(vf(t),0),Ve(function(r){var e=r[t],u=du(r,0,t);return e&&Ct(u,e),jt(n,this,u)})},Dr.tail=function(n){var t=null==n?0:n.length;return t?nu(n,1,t):[]},Dr.take=function(n,t,r){return n&&n.length?nu(n,0,(t=r||t===e?1:vf(t))<0?0:t):[]},Dr.takeRight=function(n,t,r){var u=null==n?0:n.length;return u?nu(n,(t=u-(t=r||t===e?1:vf(t)))<0?0:t,u):[]},Dr.takeRightWhile=function(n,t){return n&&n.length?lu(n,ii(t,3),!1,!0):[]},Dr.takeWhile=function(n,t){return n&&n.length?lu(n,ii(t,3)):[]},Dr.tap=function(n,t){return t(n),n},Dr.throttle=function(n,t,r){var e=!0,i=!0;if("function"!=typeof n)throw new In(u);return Xo(r)&&(e="leading"in r?!!r.leading:e,i="trailing"in r?!!r.trailing:i),zo(n,t,{leading:e,maxWait:t,trailing:i})},Dr.thru=so,Dr.toArray=hf,Dr.toPairs=Df,Dr.toPairsIn=$f,Dr.toPath=function(n){return Po(n)?St(n,Ti):af(n)?[n]:Ou(Wi(df(n)))},Dr.toPlainObject=yf,Dr.transform=function(n,t,r){var e=Po(n),u=e||Vo(n)||cf(n);if(t=ii(t,4),null==r){var i=n&&n.constructor;r=u?e?new i:[]:Xo(n)&&Jo(i)?$r(Zn(n)):{}}return(u?kt:de)(n,function(n,e,u){return t(r,n,e,u)}),r},Dr.unary=function(n){return Oo(n,1)},Dr.union=Xi,Dr.unionBy=no,Dr.unionWith=to,Dr.uniq=function(n){return n&&n.length?fu(n):[]},Dr.uniqBy=function(n,t){return n&&n.length?fu(n,ii(t,2)):[]},Dr.uniqWith=function(n,t){return t="function"==typeof t?t:e,n&&n.length?fu(n,e,t):[]},Dr.unset=function(n,t){return null==n||au(n,t)},Dr.unzip=ro,Dr.unzipWith=eo,Dr.update=function(n,t,r){return null==n?n:cu(n,t,_u(r))},Dr.updateWith=function(n,t,r,u){return u="function"==typeof u?u:e,null==n?n:cu(n,t,_u(r),u)},Dr.values=Mf,Dr.valuesIn=function(n){return null==n?[]:Jt(n,Cf(n))},Dr.without=uo,Dr.words=Yf,Dr.wrap=function(n,t){return Uo(_u(t),n)},Dr.xor=io,Dr.xorBy=oo,Dr.xorWith=fo,Dr.zip=ao,Dr.zipObject=function(n,t){return pu(n||[],t||[],Xr)},Dr.zipObjectDeep=function(n,t){return pu(n||[],t||[],Je)},Dr.zipWith=co,Dr.entries=Df,Dr.entriesIn=$f,Dr.extend=bf,Dr.extendWith=mf,fa(Dr,Dr),Dr.add=da,Dr.attempt=Qf,Dr.camelCase=Ff,Dr.capitalize=Nf,Dr.ceil=wa,Dr.clamp=function(n,t,r){return r===e&&(r=t,t=e),r!==e&&(r=(r=gf(r))==r?r:0),t!==e&&(t=(t=gf(t))==t?t:0),ie(gf(n),t,r)},Dr.clone=function(n){return oe(n,4)},Dr.cloneDeep=function(n){return oe(n,5)},Dr.cloneDeepWith=function(n,t){return oe(n,5,t="function"==typeof t?t:e)},Dr.cloneWith=function(n,t){return oe(n,4,t="function"==typeof t?t:e)},Dr.conformsTo=function(n,t){return null==t||fe(n,t,Sf(t))},Dr.deburr=Pf,Dr.defaultTo=function(n,t){return null==n||n!=n?t:n},Dr.divide=ba,Dr.endsWith=function(n,t,r){n=df(n),t=ou(t);var u=n.length,i=r=r===e?u:ie(vf(r),0,u);return(r-=t.length)>=0&&n.slice(r,i)==t},Dr.eq=$o,Dr.escape=function(n){return(n=df(n))&&V.test(n)?n.replace(Z,tr):n},Dr.escapeRegExp=function(n){return(n=df(n))&&tn.test(n)?n.replace(nn,"\\$&"):n},Dr.every=function(n,t,r){var u=Po(n)?Et:he;return r&&gi(n,t,r)&&(t=e),u(n,ii(t,3))},Dr.find=vo,Dr.findIndex=Fi,Dr.findKey=function(n,t){return Bt(n,ii(t,3),de)},Dr.findLast=_o,Dr.findLastIndex=Ni,Dr.findLastKey=function(n,t){return Bt(n,ii(t,3),we)},Dr.floor=ma,Dr.forEach=go,Dr.forEachRight=yo,Dr.forIn=function(n,t){return null==n?n:ge(n,ii(t,3),Cf)},Dr.forInRight=function(n,t){return null==n?n:ye(n,ii(t,3),Cf)},Dr.forOwn=function(n,t){return n&&de(n,ii(t,3))},Dr.forOwnRight=function(n,t){return n&&we(n,ii(t,3))},Dr.get=Of,Dr.gt=Mo,Dr.gte=Fo,Dr.has=function(n,t){return null!=n&&hi(n,t,ke)},Dr.hasIn=Ef,Dr.head=qi,Dr.identity=ea,Dr.includes=function(n,t,r,e){n=Zo(n)?n:Mf(n),r=r&&!e?vf(r):0;var u=n.length;return r<0&&(r=gr(u+r,0)),ff(n)?r<=u&&n.indexOf(t,r)>-1:!!u&&$t(n,t,r)>-1},Dr.indexOf=function(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:vf(r);return u<0&&(u=gr(e+u,0)),$t(n,t,u)},Dr.inRange=function(n,t,r){return t=pf(t),r===e?(r=t,t=0):r=pf(r),function(n,t,r){return n>=yr(t,r)&&n<gr(t,r)}(n=gf(n),t,r)},Dr.invoke=zf,Dr.isArguments=No,Dr.isArray=Po,Dr.isArrayBuffer=qo,Dr.isArrayLike=Zo,Dr.isArrayLikeObject=Ko,Dr.isBoolean=function(n){return!0===n||!1===n||nf(n)&&je(n)==g},Dr.isBuffer=Vo,Dr.isDate=Go,Dr.isElement=function(n){return nf(n)&&1===n.nodeType&&!ef(n)},Dr.isEmpty=function(n){if(null==n)return!0;if(Zo(n)&&(Po(n)||"string"==typeof n||"function"==typeof n.splice||Vo(n)||cf(n)||No(n)))return!n.length;var t=si(n);if(t==m||t==O)return!n.size;if(bi(n))return!We(n).length;for(var r in n)if(Wn.call(n,r))return!1;return!0},Dr.isEqual=function(n,t){return ze(n,t)},Dr.isEqualWith=function(n,t,r){var u=(r="function"==typeof r?r:e)?r(n,t):e;return u===e?ze(n,t,e,r):!!u},Dr.isError=Ho,Dr.isFinite=function(n){return"number"==typeof n&&qt(n)},Dr.isFunction=Jo,Dr.isInteger=Yo,Dr.isLength=Qo,Dr.isMap=tf,Dr.isMatch=function(n,t){return n===t||Se(n,t,fi(t))},Dr.isMatchWith=function(n,t,r){return r="function"==typeof r?r:e,Se(n,t,fi(t),r)},Dr.isNaN=function(n){return rf(n)&&n!=+n},Dr.isNative=function(n){if(wi(n))throw new xn("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Ce(n)},Dr.isNil=function(n){return null==n},Dr.isNull=function(n){return null===n},Dr.isNumber=rf,Dr.isObject=Xo,Dr.isObjectLike=nf,Dr.isPlainObject=ef,Dr.isRegExp=uf,Dr.isSafeInteger=function(n){return Yo(n)&&n>=-9007199254740991&&n<=l},Dr.isSet=of,Dr.isString=ff,Dr.isSymbol=af,Dr.isTypedArray=cf,Dr.isUndefined=function(n){return n===e},Dr.isWeakMap=function(n){return nf(n)&&si(n)==R},Dr.isWeakSet=function(n){return nf(n)&&"[object WeakSet]"==je(n)},Dr.join=function(n,t){return null==n?"":vr.call(n,t)},Dr.kebabCase=qf,Dr.last=Gi,Dr.lastIndexOf=function(n,t,r){var u=null==n?0:n.length;if(!u)return-1;var i=u;return r!==e&&(i=(i=vf(r))<0?gr(u+i,0):yr(i,u-1)),t==t?function(n,t,r){for(var e=r+1;e--;)if(n[e]===t)return e;return e}(n,t,i):Dt(n,Ft,i,!0)},Dr.lowerCase=Zf,Dr.lowerFirst=Kf,Dr.lt=lf,Dr.lte=sf,Dr.max=function(n){return n&&n.length?pe(n,ea,Ae):e},Dr.maxBy=function(n,t){return n&&n.length?pe(n,ii(t,2),Ae):e},Dr.mean=function(n){return Nt(n,ea)},Dr.meanBy=function(n,t){return Nt(n,ii(t,2))},Dr.min=function(n){return n&&n.length?pe(n,ea,Te):e},Dr.minBy=function(n,t){return n&&n.length?pe(n,ii(t,2),Te):e},Dr.stubArray=_a,Dr.stubFalse=ga,Dr.stubObject=function(){return{}},Dr.stubString=function(){return""},Dr.stubTrue=function(){return!0},Dr.multiply=xa,Dr.nth=function(n,t){return n&&n.length?Me(n,vf(t)):e},Dr.noConflict=function(){return st._===this&&(st._=$n),this},Dr.noop=aa,Dr.now=ko,Dr.pad=function(n,t,r){n=df(n);var e=(t=vf(t))?cr(n):0;if(!t||e>=t)return n;var u=(t-e)/2;return Fu(_t(u),r)+n+Fu(pt(u),r)},Dr.padEnd=function(n,t,r){n=df(n);var e=(t=vf(t))?cr(n):0;return t&&e<t?n+Fu(t-e,r):n},Dr.padStart=function(n,t,r){n=df(n);var e=(t=vf(t))?cr(n):0;return t&&e<t?Fu(t-e,r)+n:n},Dr.parseInt=function(n,t,r){return r||null==t?t=0:t&&(t=+t),wr(df(n).replace(rn,""),t||0)},Dr.random=function(n,t,r){if(r&&"boolean"!=typeof r&&gi(n,t,r)&&(t=r=e),r===e&&("boolean"==typeof t?(r=t,t=e):"boolean"==typeof n&&(r=n,n=e)),n===e&&t===e?(n=0,t=1):(n=pf(n),t===e?(t=n,n=0):t=pf(t)),n>t){var u=n;n=t,t=u}if(r||n%1||t%1){var i=br();return yr(n+i*(t-n+ft("1e-"+((i+"").length-1))),t)}return Ze(n,t)},Dr.reduce=function(n,t,r){var e=Po(n)?Lt:Zt,u=arguments.length<3;return e(n,ii(t,4),r,u,le)},Dr.reduceRight=function(n,t,r){var e=Po(n)?Wt:Zt,u=arguments.length<3;return e(n,ii(t,4),r,u,se)},Dr.repeat=function(n,t,r){return t=(r?gi(n,t,r):t===e)?1:vf(t),Ke(df(n),t)},Dr.replace=function(){var n=arguments,t=df(n[0]);return n.length<3?t:t.replace(n[1],n[2])},Dr.result=function(n,t,r){var u=-1,i=(t=gu(t,n)).length;for(i||(i=1,n=e);++u<i;){var o=null==n?e:n[Ti(t[u])];o===e&&(u=i,o=r),n=Jo(o)?o.call(n):o}return n},Dr.round=ja,Dr.runInContext=n,Dr.sample=function(n){return(Po(n)?Hr:Ge)(n)},Dr.size=function(n){if(null==n)return 0;if(Zo(n))return ff(n)?cr(n):n.length;var t=si(n);return t==m||t==O?n.size:We(n).length},Dr.snakeCase=Vf,Dr.some=function(n,t,r){var u=Po(n)?Tt:tu;return r&&gi(n,t,r)&&(t=e),u(n,ii(t,3))},Dr.sortedIndex=function(n,t){return ru(n,t)},Dr.sortedIndexBy=function(n,t,r){return eu(n,t,ii(r,2))},Dr.sortedIndexOf=function(n,t){var r=null==n?0:n.length;if(r){var e=ru(n,t);if(e<r&&$o(n[e],t))return e}return-1},Dr.sortedLastIndex=function(n,t){return ru(n,t,!0)},Dr.sortedLastIndexBy=function(n,t,r){return eu(n,t,ii(r,2),!0)},Dr.sortedLastIndexOf=function(n,t){if(null!=n&&n.length){var r=ru(n,t,!0)-1;if($o(n[r],t))return r}return-1},Dr.startCase=Gf,Dr.startsWith=function(n,t,r){return n=df(n),r=null==r?0:ie(vf(r),0,n.length),t=ou(t),n.slice(r,r+t.length)==t},Dr.subtract=Aa,Dr.sum=function(n){return n&&n.length?Kt(n,ea):0},Dr.sumBy=function(n,t){return n&&n.length?Kt(n,ii(t,2)):0},Dr.template=function(n,t,r){var u=Dr.templateSettings;r&&gi(n,t,r)&&(t=e),n=df(n),t=mf({},t,u,Hu);var i,o,f=mf({},t.imports,u.imports,Hu),a=Sf(f),c=Jt(f,a),l=0,s=t.interpolate||wn,h="__p += '",p=On((t.escape||wn).source+"|"+s.source+"|"+(s===J?sn:wn).source+"|"+(t.evaluate||wn).source+"|$","g"),v="//# sourceURL="+(Wn.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++et+"]")+"\n";n.replace(p,function(t,r,e,u,f,a){return e||(e=u),h+=n.slice(l,a).replace(bn,rr),r&&(i=!0,h+="' +\n__e("+r+") +\n'"),f&&(o=!0,h+="';\n"+f+";\n__p += '"),e&&(h+="' +\n((__t = ("+e+")) == null ? '' : __t) +\n'"),l=a+t.length,t}),h+="';\n";var _=Wn.call(t,"variable")&&t.variable;if(_){if(cn.test(_))throw new xn("Invalid `variable` option passed into `_.template`")}else h="with (obj) {\n"+h+"\n}\n";h=(o?h.replace(F,""):h).replace(N,"$1").replace(P,"$1;"),h="function("+(_||"obj")+") {\n"+(_?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(i?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+h+"return __p\n}";var g=Qf(function(){return jn(a,v+"return "+h).apply(e,c)});if(g.source=h,Ho(g))throw g;return g},Dr.times=function(n,t){if((n=vf(n))<1||n>l)return[];var r=h,e=yr(n,h);t=ii(t),n-=h;for(var u=Vt(e,t);++r<n;)t(r);return u},Dr.toFinite=pf,Dr.toInteger=vf,Dr.toLength=_f,Dr.toLower=function(n){return df(n).toLowerCase()},Dr.toNumber=gf,Dr.toSafeInteger=function(n){return n?ie(vf(n),-9007199254740991,l):0===n?n:0},Dr.toString=df,Dr.toUpper=function(n){return df(n).toUpperCase()},Dr.trim=function(n,t,r){if((n=df(n))&&(r||t===e))return Gt(n);if(!n||!(t=ou(t)))return n;var u=lr(n),i=lr(t);return du(u,Qt(u,i),Xt(u,i)+1).join("")},Dr.trimEnd=function(n,t,r){if((n=df(n))&&(r||t===e))return n.slice(0,sr(n)+1);if(!n||!(t=ou(t)))return n;var u=lr(n);return du(u,0,Xt(u,lr(t))+1).join("")},Dr.trimStart=function(n,t,r){if((n=df(n))&&(r||t===e))return n.replace(rn,"");if(!n||!(t=ou(t)))return n;var u=lr(n);return du(u,Qt(u,lr(t))).join("")},Dr.truncate=function(n,t){var r=30,u="...";if(Xo(t)){var i="separator"in t?t.separator:i;r="length"in t?vf(t.length):r,u="omission"in t?ou(t.omission):u}var o=(n=df(n)).length;if(er(n)){var f=lr(n);o=f.length}if(r>=o)return n;var a=r-cr(u);if(a<1)return u;var c=f?du(f,0,a).join(""):n.slice(0,a);if(i===e)return c+u;if(f&&(a+=c.length-a),uf(i)){if(n.slice(a).search(i)){var l,s=c;for(i.global||(i=On(i.source,df(hn.exec(i))+"g")),i.lastIndex=0;l=i.exec(s);)var h=l.index;c=c.slice(0,h===e?a:h)}}else if(n.indexOf(ou(i),a)!=a){var p=c.lastIndexOf(i);p>-1&&(c=c.slice(0,p))}return c+u},Dr.unescape=function(n){return(n=df(n))&&K.test(n)?n.replace(q,hr):n},Dr.uniqueId=function(n){var t=++Tn;return df(n)+t},Dr.upperCase=Hf,Dr.upperFirst=Jf,Dr.each=go,Dr.eachRight=yo,Dr.first=qi,fa(Dr,(ya={},de(Dr,function(n,t){Wn.call(Dr.prototype,t)||(ya[t]=n)}),ya),{chain:!1}),Dr.VERSION="4.17.21",kt(["bind","bindKey","curry","curryRight","partial","partialRight"],function(n){Dr[n].placeholder=Dr}),kt(["drop","take"],function(n,t){Nr.prototype[n]=function(r){r=r===e?1:gr(vf(r),0);var u=this.__filtered__&&!t?new Nr(this):this.clone();return u.__filtered__?u.__takeCount__=yr(r,u.__takeCount__):u.__views__.push({size:yr(r,h),type:n+(u.__dir__<0?"Right":"")}),u},Nr.prototype[n+"Right"]=function(t){return this.reverse()[n](t).reverse()}}),kt(["filter","map","takeWhile"],function(n,t){var r=t+1,e=1==r||3==r;Nr.prototype[n]=function(n){var t=this.clone();return t.__iteratees__.push({iteratee:ii(n,3),type:r}),t.__filtered__=t.__filtered__||e,t}}),kt(["head","last"],function(n,t){var r="take"+(t?"Right":"");Nr.prototype[n]=function(){return this[r](1).value()[0]}}),kt(["initial","tail"],function(n,t){var r="drop"+(t?"":"Right");Nr.prototype[n]=function(){return this.__filtered__?new Nr(this):this[r](1)}}),Nr.prototype.compact=function(){return this.filter(ea)},Nr.prototype.find=function(n){return this.filter(n).head()},Nr.prototype.findLast=function(n){return this.reverse().find(n)},Nr.prototype.invokeMap=Ve(function(n,t){return"function"==typeof n?new Nr(this):this.map(function(r){return Ie(r,n,t)})}),Nr.prototype.reject=function(n){return this.filter(Wo(ii(n)))},Nr.prototype.slice=function(n,t){n=vf(n);var r=this;return r.__filtered__&&(n>0||t<0)?new Nr(r):(n<0?r=r.takeRight(-n):n&&(r=r.drop(n)),t!==e&&(r=(t=vf(t))<0?r.dropRight(-t):r.take(t-n)),r)},Nr.prototype.takeRightWhile=function(n){return this.reverse().takeWhile(n).reverse()},Nr.prototype.toArray=function(){return this.take(h)},de(Nr.prototype,function(n,t){var r=/^(?:filter|find|map|reject)|While$/.test(t),u=/^(?:head|last)$/.test(t),i=Dr[u?"take"+("last"==t?"Right":""):t],o=u||/^find/.test(t);i&&(Dr.prototype[t]=function(){var t=this.__wrapped__,f=u?[1]:arguments,a=t instanceof Nr,c=f[0],l=a||Po(t),s=function(n){var t=i.apply(Dr,Ct([n],f));return u&&h?t[0]:t};l&&r&&"function"==typeof c&&1!=c.length&&(a=l=!1);var h=this.__chain__,p=!!this.__actions__.length,v=o&&!h,_=a&&!p;if(!o&&l){t=_?t:new Nr(this);var g=n.apply(t,f);return g.__actions__.push({func:so,args:[s],thisArg:e}),new Fr(g,h)}return v&&_?n.apply(this,f):(g=this.thru(s),v?u?g.value()[0]:g.value():g)})}),kt(["pop","push","shift","sort","splice","unshift"],function(n){var t=Rn[n],r=/^(?:push|sort|unshift)$/.test(n)?"tap":"thru",e=/^(?:pop|shift)$/.test(n);Dr.prototype[n]=function(){var n=arguments;if(e&&!this.__chain__){var u=this.value();return t.apply(Po(u)?u:[],n)}return this[r](function(r){return t.apply(Po(r)?r:[],n)})}}),de(Nr.prototype,function(n,t){var r=Dr[t];if(r){var e=r.name+"";Wn.call(Rr,e)||(Rr[e]=[]),Rr[e].push({name:t,func:r})}}),Rr[Bu(e,2).name]=[{name:"wrapper",func:e}],Nr.prototype.clone=function(){var n=new Nr(this.__wrapped__);return n.__actions__=Ou(this.__actions__),n.__dir__=this.__dir__,n.__filtered__=this.__filtered__,n.__iteratees__=Ou(this.__iteratees__),n.__takeCount__=this.__takeCount__,n.__views__=Ou(this.__views__),n},Nr.prototype.reverse=function(){if(this.__filtered__){var n=new Nr(this);n.__dir__=-1,n.__filtered__=!0}else(n=this.clone()).__dir__*=-1;return n},Nr.prototype.value=function(){var n=this.__wrapped__.value(),t=this.__dir__,r=Po(n),e=t<0,u=r?n.length:0,i=function(n,t,r){for(var e=-1,u=r.length;++e<u;){var i=r[e],o=i.size;switch(i.type){case"drop":n+=o;break;case"dropRight":t-=o;break;case"take":t=yr(t,n+o);break;case"takeRight":n=gr(n,t-o)}}return{start:n,end:t}}(0,u,this.__views__),o=i.start,f=i.end,a=f-o,c=e?f:o-1,l=this.__iteratees__,s=l.length,h=0,p=yr(a,this.__takeCount__);if(!r||!e&&u==a&&p==a)return su(n,this.__actions__);var v=[];n:for(;a--&&h<p;){for(var _=-1,g=n[c+=t];++_<s;){var y=l[_],d=y.iteratee,w=y.type,b=d(g);if(2==w)g=b;else if(!b){if(1==w)continue n;break n}}v[h++]=g}return v},Dr.prototype.at=ho,Dr.prototype.chain=function(){return lo(this)},Dr.prototype.commit=function(){return new Fr(this.value(),this.__chain__)},Dr.prototype.next=function(){this.__values__===e&&(this.__values__=hf(this.value()));var n=this.__index__>=this.__values__.length;return{done:n,value:n?e:this.__values__[this.__index__++]}},Dr.prototype.plant=function(n){for(var t,r=this;r instanceof Mr;){var u=Bi(r);u.__index__=0,u.__values__=e,t?i.__wrapped__=u:t=u;var i=u;r=r.__wrapped__}return i.__wrapped__=n,t},Dr.prototype.reverse=function(){var n=this.__wrapped__;if(n instanceof Nr){var t=n;return this.__actions__.length&&(t=new Nr(this)),(t=t.reverse()).__actions__.push({func:so,args:[Qi],thisArg:e}),new Fr(t,this.__chain__)}return this.thru(Qi)},Dr.prototype.toJSON=Dr.prototype.valueOf=Dr.prototype.value=function(){return su(this.__wrapped__,this.__actions__)},Dr.prototype.first=Dr.prototype.head,Qn&&(Dr.prototype[Qn]=function(){return this}),Dr}();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(st._=pr,define(function(){return pr})):pt?((pt.exports=pr)._=pr,ht._=pr):st._=pr}.call(this)}},t={};function r(e){var u=t[e];if(void 0!==u)return u.exports;var i=t[e]={id:e,loaded:!1,exports:{}};return n[e].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}r.n=n=>{var t=n&&n.__esModule?()=>n.default:()=>n;return r.d(t,{a:t}),t},r.d=(n,t)=>{for(var e in t)r.o(t,e)&&!r.o(n,e)&&Object.defineProperty(n,e,{enumerable:!0,get:t[e]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(n){if("object"==typeof window)return window}}(),r.o=(n,t)=>Object.prototype.hasOwnProperty.call(n,t),r.nmd=n=>(n.paths=[],n.children||(n.children=[]),n),(()=>{"use strict";var n=r(243);!function(){function t(){if(!r.g.wp_consent_type&&!r.g.wp_fallback_consent_type)return;const t={};let e=!1;Object.entries(r.g._googlesitekitConsentCategoryMap).forEach(n=>{let[u,i]=n;r.g.wp_has_consent&&r.g.wp_has_consent(u)&&(i.forEach(n=>{t[n]="granted"}),e=e||!!i.length)}),e&&!(0,n.isEqual)(t,r.g._googlesitekitConsents)&&(r.g.gtag("consent","update",t),r.g._googlesitekitConsents=t)}r.g.document.addEventListener("wp_listen_for_consent_change",function(n){if(n.detail){const t={};let e=!1;Object.keys(n.detail).forEach(u=>{if(r.g._googlesitekitConsentCategoryMap[u]){const i="allow"===n.detail[u]?"granted":"denied",o=r.g._googlesitekitConsentCategoryMap[u];o.forEach(n=>{t[n]=i}),e=!!o.length}}),e&&r.g.gtag("consent","update",t)}}),r.g.document.addEventListener("wp_consent_type_defined",t),r.g.document.addEventListener("DOMContentLoaded",()=>{r.g.waitfor_consent_hook||t()})}()})()})(); assets/js/googlesitekit-data-2868d5c75a96f60bd472.js 0000755 00000006722 15111634507 0015371 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[290],{1102:(t,e,o)=>{o.d(e,{w:()=>i});var n=o(35470),c=o(63696),r=o(2422);function s(){}function i(t,e){const o=(0,r.W)({sticky:!0}),i=(0,c.useRef)(),a=(0,c.useCallback)(t,e),u=(0,n.A)(o?a:s);return o&&(i.current=u),i.current}},2422:(t,e,o)=>{o.d(e,{W:()=>a});var n=o(79257),c=o(35470),r=o(63696),s=o(6732),i=o(7081);function a({sticky:t=!1}={}){const e=(0,r.useContext)(s.A),[o,a]=(0,r.useState)(!1),u=(0,c.A)(t=>t(i.n).getInViewResetCount()),l=(0,c.A)(t=>t(i.n).getValue("forceInView"));return(0,r.useEffect)(()=>{e.value&&!o&&a(!0)},[o,e,a]),(0,r.useEffect)(()=>{l&&a(!0)},[l]),(0,n.A)(()=>{a(!1)},[u]),!(!t||!o)||!!e.value}},6732:(t,e,o)=>{o.d(e,{A:()=>n});const n=(0,o(63696).createContext)(!1)},7081:(t,e,o)=>{o.d(e,{F:()=>c,n:()=>n});const n="core/ui",c="activeContextID"},47121:(t,e,o)=>{o.d(e,{$C:()=>I,RF:()=>_,WI:()=>R,_5:()=>h,jU:()=>S,o3:()=>w,x0:()=>b});var n=o(32091),c=o.n(n),r=o(50532),s=o.n(r),i=o(17243),a=o(78913);const u="GET_REGISTRY",l="AWAIT";function g(...t){const e=t.reduce((t,e)=>({...t,...e}),{}),o=k(t.reduce((t,e)=>[...t,...Object.keys(e)],[]));return c()(0===o.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${o.join(", ")}. Check your data stores for duplicates.`),e}const f=g,d=g;function p(...t){const e=[...t];let o;return"function"!=typeof e[0]&&(o=e.shift()),(t=o,n={})=>e.reduce((t,e)=>e(t,n),t)}const y=g,A=g,v=g;function m(t){return t}function w(...t){const e=v(...t.map(t=>t.initialState||{}));return{initialState:e,controls:d(...t.map(t=>t.controls||{})),actions:f(...t.map(t=>t.actions||{})),reducer:p(e,...t.map(t=>t.reducer||m)),resolvers:y(...t.map(t=>t.resolvers||{})),selectors:A(...t.map(t=>t.selectors||{}))}}const S={getRegistry:()=>({payload:{},type:u}),*await(t){return{payload:{value:t},type:l}}},h={[u]:(0,a.b)(t=>()=>t),[l]:({payload:t})=>t.value};function k(t){const e=[],o={};for(let n=0;n<t.length;n++){const c=t[n];o[c]=o[c]>=1?o[c]+1:1,o[c]>1&&e.push(c)}return e}const b={actions:S,controls:h,reducer:m};function R(t){return e=>C(t(e))}const C=s()(t=>(0,i.mapValues)(t,(t,e)=>(...o)=>{const n=t(...o);return c()(void 0!==n,`${e}(...) is not resolved`),n}));function _(t,{negate:e=!1}={}){return{safeSelector:(0,a.N)(o=>(n,...c)=>{const r=!e,s=!!e;try{return t(o,n,...c),r}catch{return s}}),dangerousSelector:(0,a.N)(e=>(o,...n)=>{t(e,o,...n)})}}function I(t,e){return c()("function"==typeof t,"a validator function is required."),c()("function"==typeof e,"an action creator function is required."),c()("Generator"!==t[Symbol.toStringTag]&&"GeneratorFunction"!==t[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...o)=>(t(...o),e(...o))}},74595:(t,e,o)=>{o.d(e,{wA:()=>i.A,ws:()=>f.w,WM:()=>s.A});var n=o(29725),c=o(56805),r=o(78913),s=o(35470),i=o(63737),a=o(44319),u=o(31170),l=o(30043),g=o(66293),f=o(1102),d=o(47121),p=o(97241);const y=(0,n.I)({},o.g.wp?.data);y.combineStores=d.o3,y.commonActions=d.jU,y.commonControls=d._5,y.commonStore=d.x0,y.createReducer=function(t){return(0,p.Ay)(t)},y.useInViewSelect=f.w,y.controls=c.n,y.createRegistryControl=r.b,y.createRegistrySelector=r.N,y.useSelect=s.A,y.useDispatch=i.A,y.useRegistry=a.A,y.withSelect=u.A,y.withDispatch=l.A,y.RegistryProvider=g.Ay;const A=y;void 0===o.g.googlesitekit&&(o.g.googlesitekit={}),o.g.googlesitekit.data=A}},t=>{t.O(0,[660],()=>{return e=74595,t(t.s=e);var e});t.O()}]); assets/js/googlesitekit-datastore-forms-d643ba5ba26668542bde.js 0000755 00000044130 15111634507 0017704 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[643],{2522:(e,t,r)=>{r.d(t,{D:()=>s});var n=r(32091),o=r.n(n);function s(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const r=-1*t;return{currentRange:e.slice(r),compareRange:e.slice(2*r,r)}}},8143:(e,t,r)=>{r.d(t,{VZ:()=>s,dc:()=>a,pH:()=>o,r0:()=>i});var n=r(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function s(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function a(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function i(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const r=new URL(e),o=e.replace(r.origin,"");if(o.length<t)return o;const s=o.length-Math.floor(t)+1;return"…"+o.substr(s)}},12850:(e,t,r)=>{r.d(t,{tt:()=>E,Jg:()=>w,Gp:()=>_,GH:()=>v,r0:()=>k,Du:()=>D,Zf:()=>P,Cn:()=>C,G7:()=>y,vH:()=>p,N_:()=>T,zh:()=>G,mK:()=>l.mK,Ql:()=>A,vY:()=>F,sq:()=>$,VZ:()=>H.VZ,JK:()=>l.JK,IS:()=>I,pH:()=>H.pH,kf:()=>J,O5:()=>L,Qr:()=>R,x6:()=>K,K5:()=>l.K5,S_:()=>m,dc:()=>H.dc,Eo:()=>l.Eo,jq:()=>l.jq,DK:()=>U.D,N9:()=>q,p9:()=>s.p,XH:()=>O,Zm:()=>c,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>s.C,BG:()=>V});var n=r(17243),o=r(89318),s=r(82046),a=r(10523),i=r.n(a);function c(e){return i()(JSON.stringify(u(e)))}function u(e){const t={};return Object.keys(e).sort().forEach(r=>{let n=e[r];n&&"object"==typeof n&&!Array.isArray(n)&&(n=u(n)),t[r]=n}),t}var l=r(79829);function g(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function f(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function d(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[g,f,d];let r=e;for(const e of t)r=e(r);return r}function p(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function y(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var h=r(32091),b=r.n(h),N=r(82871);const S="Date param must construct to a valid date instance or be a valid date instance itself.",v="Invalid dateString parameter, it must be a string.",_='Invalid date range, it must be a string with the format "last-x-days".',k=60,w=60*k,E=24*w,D=7*E;function A(){function e(e){return(0,N.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,N._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function R(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function $(e){b()((0,n.isDate)(e)&&!isNaN(e),S);const t=`${e.getMonth()+1}`,r=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,r.length<2?`0${r}`:r].join("-")}function O(e){b()(R(e),v);const[t,r,n]=e.split("-");return new Date(t,r-1,n)}function I(e,t){return $(T(e,t*E))}function L(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function T(e,t){b()(R(e)||(0,n.isDate)(e)&&!isNaN(e),v);const r=R(e)?Date.parse(e):e.getTime();return new Date(r-1e3*t)}var M=r(69743),j=r(94552),x=r(62540);function F(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:r=!1}=t;return(0,M.Ay)((0,x.jsx)(j.A,{direction:e>0?"up":"down",invertColor:r}))}function C(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var H=r(8143);function K(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function J(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function q(e){return Array.isArray(e)?[...e].sort():e}var U=r(2522);function P(e,t){function r(e){return"0"===e||0===e}if(r(e)&&r(t))return 0;if(r(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function V(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function G(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},15210:(e,t,r)=>{r.d(t,{O:()=>o});var n=r(31234);const o=r.n(n)()(r.g)},21125:(e,t,r)=>{r.d(t,{g4:()=>p,o1:()=>m});var n=r(78913),o=r(32091),s=r.n(o),a=r(10523),i=r.n(a),c=r(12850),u=r(50539);const l="RECEIVE_ERROR",g="CLEAR_ERROR",f="CLEAR_ERRORS";function d(e,t){if(t&&Array.isArray(t)){const r=t.map(e=>"object"==typeof e?(0,c.Zm)(e):e);return`${e}::${i()(JSON.stringify(r))}`}return e}const m={receiveError:(e,t,r=[])=>(s()(e,"error is required."),s()(t,"baseName is required."),s()(r&&Array.isArray(r),"args must be an array."),{type:l,payload:{error:e,baseName:t,args:r}}),clearError:(e,t=[])=>(s()(e,"baseName is required."),s()(t&&Array.isArray(t),"args must be an array."),{type:g,payload:{baseName:e,args:t}}),clearErrors:e=>({type:f,payload:{baseName:e}})};function p(e){s()(e,"storeName must be defined.");const t=(0,u.createReducer)((e,{type:t,payload:r})=>{switch(t){case l:{const{baseName:t,args:n,error:o}=r,s=d(t,n);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[s]=o,e.errorArgs[s]=n;break}case g:{const{baseName:t,args:n}=r,o=d(t,n);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[o],delete e.errorArgs[o];break}case f:{const{baseName:t}=r;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const r in e.errors)(r===t||r.startsWith(`${t}::`))&&(delete e.errors[r],delete e.errorArgs[r])}else e.errors={},e.errorArgs={};break}}}),r={getErrorForSelector:(e,t,n=[])=>(s()(t,"selectorName is required."),r.getError(e,t,n)),getErrorForAction:(e,t,n=[])=>(s()(t,"actionName is required."),r.getError(e,t,n)),getError(e,t,r){const{errors:n}=e;return s()(t,"baseName is required."),n[d(t,r)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const r=Object.keys(e.errors).find(r=>e.errors[r]===t);if(r){return{baseName:r.substring(0,r.indexOf("::")),args:e.errorArgs[r]}}return null},getSelectorDataForError:(0,n.N)(t=>function(r,n){const o=t(e).getMetaDataForError(n);if(o){const{baseName:r,args:n}=o;if(!!t(e)[r])return{storeName:e,name:r,args:n}}return null}),hasErrors:e=>r.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:m,controls:{},reducer:t,resolvers:{},selectors:r}}},21134:(e,t,r)=>{r.d(t,{Gq:()=>g,IL:()=>p,LD:()=>d,SO:()=>f,a2:()=>o,xD:()=>m});var n=r(12850);const o="googlesitekit_",s=`${o}1.165.0_${r.g._googlesitekitBaseData.storagePrefix}_`,a=["sessionStorage","localStorage"];let i,c=[...a];async function u(e){const t=r.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function l(){if(void 0!==i)return i;for(const e of c)i||await u(e)&&(i=r.g[e]);return void 0===i&&(i=null),i}async function g(e){const t=await l();if(t){const r=t.getItem(`${s}${e}`);if(r){const e=JSON.parse(r),{timestamp:t,ttl:n,value:o,isError:s}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:o,isError:s}}}return{cacheHit:!1,value:void 0}}async function f(e,t,{ttl:o=n.Jg,timestamp:a=Math.round(Date.now()/1e3),isError:i=!1}={}){const c=await l();if(c)try{return c.setItem(`${s}${e}`,JSON.stringify({timestamp:a,ttl:o,value:t,isError:i})),!0}catch(e){return r.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function d(e){const t=await l();if(t)try{const r=e.startsWith(o)?e:`${s}${e}`;return t.removeItem(r),!0}catch(e){return r.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await l();if(e)try{const t=[];for(let r=0;r<e.length;r++){const n=e.key(r);0===n.indexOf(o)&&t.push(n)}return t}catch(e){return r.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function p(){if(await l()){const e=await m();for(const t of e)await d(t);return!0}return!1}},34663:(e,t,r)=>{var n=r(50539),o=r.n(n),s=r(21125),a=r(64067),i=r(32091),c=r.n(i),u=r(17243);const l="SET_FORM_VALUES",g={initialState:{},actions:{setValues:(e,t)=>(c()(e&&"string"==typeof e,"a valid formName is required for setting values."),c()((0,u.isPlainObject)(t),"formData must be an object."),{payload:{formName:e,formData:t},type:l})},controls:{},reducer:(0,n.createReducer)((e,{type:t,payload:r})=>{if(t===l){const{formName:t,formData:n}=r;e[t]={...e[t],...n}}}),resolvers:{},selectors:{getValue:(e,t,r)=>(e[t]||{})[r],hasForm:(e,t)=>!!e[t]}};var f=r(78340);const d=(0,n.combineStores)(n.commonStore,g,(0,a.k)(f.s),(0,s.g4)(f.s));d.initialState,d.actions,d.controls,d.reducer,d.resolvers,d.selectors;o().registerStore(f.s,d)},50539:e=>{e.exports=googlesitekit.data},64067:(e,t,r)=>{r.d(t,{P9:()=>h,k:()=>m,mR:()=>y});var n=r(32091),o=r.n(n),s=r(17243),a=r(50539),i=r.n(a),c=r(21134),u=r(12850);const l="CREATE_SNAPSHOT",g="DELETE_SNAPSHOT",f="RESTORE_SNAPSHOT",d="SET_STATE_FROM_SNAPSHOT";function m(e,{keysToSnapshot:t}={}){o()(e,"storeName is required to create a snapshot store.");const r={},n={*deleteSnapshot(){return yield{payload:{},type:g}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:r,value:n}=yield{payload:{},type:f};return r&&(yield{payload:{snapshot:n},type:d},t&&(yield{payload:{},type:g})),r},*createSnapshot(){return yield{payload:{},type:l}}},i={[g]:()=>(0,c.LD)(`datastore::cache::${e}`),[l]:(0,a.createRegistryControl)(r=>()=>{const n=r.stores[e].store.getState(),o=t?.length>0?(0,s.pick)(n,t):n;return(0,c.SO)(`datastore::cache::${e}`,o)}),[f]:()=>(0,c.Gq)(`datastore::cache::${e}`,u.Jg)};return{initialState:r,actions:n,controls:i,reducer:function(e=r,{type:n,payload:o}){if(n===d){const{snapshot:r}=o,{error:n,...s}=r;return t?.length>0?{...e,...s}:s}return e}}}function p(e=i()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function y(e=i()){return Promise.all(p(e).map(e=>e.getActions().createSnapshot()))}function h(e=i()){return Promise.all(p(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,r)=>{r.d(t,{G:()=>o,t:()=>n});const n=new Set(r.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=n){return t instanceof Set&&t.has(e)}},78340:(e,t,r)=>{r.d(t,{s:()=>n});const n="core/forms"},79829:(e,t,r)=>{r.d(t,{Eo:()=>g,JK:()=>p,K5:()=>m,jq:()=>d,mK:()=>l});var n=r(17243),o=r(50532),s=r.n(o),a=r(82871);function i(e,t={}){const{formatUnit:r,formatDecimal:n}=function(e,t={}){const{hours:r,minutes:n,seconds:o}=c(e);return{hours:r,minutes:n,seconds:o,formatUnit(){const{unitDisplay:s="short",...i}=t,c={unitDisplay:s,...i,style:"unit"};return 0===e?d(o,{...c,unit:"second"}):(0,a.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,a._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?d(o,{...c,unit:"second"}):"",n?d(n,{...c,unit:"minute"}):"",r?d(r,{...c,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,a.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,a.__)("%ds","google-site-kit"),o);if(0===e)return t;const s=(0,a.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,a.__)("%dm","google-site-kit"),n),i=(0,a.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,a.__)("%dh","google-site-kit"),r);return(0,a.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,a._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",n?s:"",r?i:"").trim()}}}(e,t);try{return r()}catch{return n()}}function c(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function u(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function l(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function g(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const r=l(t),{style:o="metric"}=r;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,a.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,a.__)("%sM","google-site-kit"),d(u(e),e%10==0?{}:t)):1e4<=e?(0,a.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,a.__)("%sK","google-site-kit"),d(u(e))):1e3<=e?(0,a.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,a.__)("%sK","google-site-kit"),d(u(e),e%10==0?{}:t)):d(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?i(e,r):"durationISO"===o?function(e){let{hours:t,minutes:r,seconds:n}=c(e);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),t=("0"+t).slice(-2),"00"===t?`${r}:${n}`:`${t}:${r}:${n}`}(e):d(e,r)}const f=s()(console.warn);function d(e,t={}){const{locale:r=p(),...n}=t;try{return new Intl.NumberFormat(r,n).format(e)}catch(t){f(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(r)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},s=["signDisplay","compactDisplay"],a={};for(const[e,t]of Object.entries(n))o[e]&&t===o[e]||s.includes(e)||(a[e]=t);try{return new Intl.NumberFormat(r,a).format(e)}catch{return new Intl.NumberFormat(r).format(e)}}function m(e,t={}){const{locale:r=p(),style:n="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(r,{style:n,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const s=(0,a.__)(", ","google-site-kit");return e.join(s)}function p(e=r.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},82046:(e,t,r)=>{r.d(t,{C:()=>s,p:()=>o});var n=r(15210);function o(e,t={}){return{__html:n.O.sanitize(e,t)}}function s(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},89318:(e,t,r)=>{r.d(t,{M9:()=>E,sx:()=>k,BI:()=>w});var n=r(17243);const o="_googlesitekitDataLayer",s="data-googlesitekit-gtag";function a(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var i=r(65214);const c={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:u=[],isSiteKitScreen:l,trackingEnabled:g,trackingID:f,referenceSiteURL:d,userIDHash:m,isAuthenticated:p,userRoles:y}=r.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:h}=r.g,b={activeModules:u,trackingEnabled:g,trackingID:f,referenceSiteURL:d,userIDHash:m,isSiteKitScreen:l,userRoles:y,isAuthenticated:p,pluginVersion:h},{enableTracking:N,disableTracking:S,isTrackingEnabled:v,initializeSnippet:_,trackEvent:k,trackEventOnce:w}=function(e,t=r.g,u=r.g){const l={...c,...e};l.referenceSiteURL&&(l.referenceSiteURL=l.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(e,t){const n=a(t);let c;const{activeModules:u,referenceSiteURL:l,userIDHash:g,userRoles:f=[],isAuthenticated:d,pluginVersion:m}=e;return function(){const{document:t}=r.g;if(void 0===c&&(c=!!t.querySelector(`script[${s}]`)),c)return!1;c=!0;const a=f?.length?f.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:l,plugin_version:m||"",enabled_features:Array.from(i.t).join(","),active_modules:u.join(","),authenticated:d?"1":"0",user_properties:{user_roles:a,user_identifier:g}});const p=t.createElement("script");return p.setAttribute(s,""),p.async=!0,p.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(p),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(l,t),f=function(e,t,r,n){const o=a(t);return async function(t,s,a,i){const{trackingEnabled:c}=e;if(!c)return null;r();const u={send_to:"site_kit",event_category:t,event_label:a,value:i};return new Promise(e=>{const r=setTimeout(function(){n.console.warn(`Tracking event "${s}" (category "${t}") took too long to fire.`),e()},1e3);function a(){clearTimeout(r),e()}o("event",s,{...u,event_callback:a}),n._gaUserPrefs?.ioo?.()&&a()})}}(l,t,g,u),d={};return{enableTracking:function(){l.trackingEnabled=!0},disableTracking:function(){l.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!l.trackingEnabled},trackEvent:f,trackEventOnce:function(...e){const t=JSON.stringify(e);d[t]||(d[t]=(0,n.once)(f)),d[t](...e)}}}(b);function E(e){e?N():S()}l&&g&&_()},94552:(e,t,r)=>{r.d(t,{A:()=>c});var n=r(62688),o=r.n(n),s=r(4452),a=r.n(s),i=r(62540);function ChangeArrow({direction:e,invertColor:t,width:r,height:n}){return(0,i.jsx)("svg",{className:a()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:r,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const c=ChangeArrow}},e=>{e.O(0,[660],()=>{return t=34663,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-datastore-location-a7fd5d1461e0562c934a.js 0000755 00000006076 15111634507 0020314 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[943],{45472:(t,e,o)=>{o.d(e,{M:()=>n});const n="core/location"},47121:(t,e,o)=>{o.d(e,{$C:()=>I,RF:()=>G,WI:()=>k,_5:()=>b,jU:()=>h,o3:()=>S,x0:()=>R});var n=o(32091),r=o.n(n),a=o(50532),i=o.n(a),c=o(17243),s=o(78913);const l="GET_REGISTRY",u="AWAIT";function g(...t){const e=t.reduce((t,e)=>({...t,...e}),{}),o=_(t.reduce((t,e)=>[...t,...Object.keys(e)],[]));return r()(0===o.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${o.join(", ")}. Check your data stores for duplicates.`),e}const p=g,d=g;function f(...t){const e=[...t];let o;return"function"!=typeof e[0]&&(o=e.shift()),(t=o,n={})=>e.reduce((t,e)=>e(t,n),t)}const y=g,v=g,T=g;function m(t){return t}function S(...t){const e=T(...t.map(t=>t.initialState||{}));return{initialState:e,controls:d(...t.map(t=>t.controls||{})),actions:p(...t.map(t=>t.actions||{})),reducer:f(e,...t.map(t=>t.reducer||m)),resolvers:y(...t.map(t=>t.resolvers||{})),selectors:v(...t.map(t=>t.selectors||{}))}}const h={getRegistry:()=>({payload:{},type:l}),*await(t){return{payload:{value:t},type:u}}},b={[l]:(0,s.b)(t=>()=>t),[u]:({payload:t})=>t.value};function _(t){const e=[],o={};for(let n=0;n<t.length;n++){const r=t[n];o[r]=o[r]>=1?o[r]+1:1,o[r]>1&&e.push(r)}return e}const R={actions:h,controls:b,reducer:m};function k(t){return e=>N(t(e))}const N=i()(t=>(0,c.mapValues)(t,(t,e)=>(...o)=>{const n=t(...o);return r()(void 0!==n,`${e}(...) is not resolved`),n}));function G(t,{negate:e=!1}={}){return{safeSelector:(0,s.N)(o=>(n,...r)=>{const a=!e,i=!!e;try{return t(o,n,...r),a}catch{return i}}),dangerousSelector:(0,s.N)(e=>(o,...n)=>{t(e,o,...n)})}}function I(t,e){return r()("function"==typeof t,"a validator function is required."),r()("function"==typeof e,"an action creator function is required."),r()("Generator"!==t[Symbol.toStringTag]&&"GeneratorFunction"!==t[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...o)=>(t(...o),e(...o))}},50539:t=>{t.exports=googlesitekit.data},79760:(t,e,o)=>{var n=o(50539),r=o.n(n),a=o(45472),i=o(32091),c=o.n(i),s=o(47121);const l="DO_NAVIGATE_TO",u="SET_NAVIGATING_TO",g={initialState:{navigatingTo:void 0},actions:{navigateTo:(0,s.$C)(t=>{let e=!1;try{e=new URL(t)}catch{}c()(!!e,"url must be a valid URI.")},function*(t){const e={url:t};return yield{type:u,payload:e},yield{type:l,payload:e}})},controls:{[l]:({payload:t})=>{o.g.location.assign(t.url)}},reducer:(0,n.createReducer)((t,{type:e,payload:o})=>{if(e===u)t.navigatingTo=o.url}),resolvers:{},selectors:{isNavigating:t=>!!t.navigatingTo,isNavigatingTo(t,e){const{navigatingTo:o}=t;return c()("string"==typeof e||e instanceof RegExp,"url must be either a string or a regular expression."),"string"==typeof e?o===e:e.test(o)},getNavigateURL:t=>t.navigatingTo||null}},p=(0,n.combineStores)(n.commonStore,g);p.initialState,p.actions,p.controls,p.reducer,p.resolvers,p.selectors;r().registerStore(a.M,p)}},t=>{t.O(0,[660],()=>{return e=79760,t(t.s=e);var e});t.O()}]); assets/js/googlesitekit-datastore-site-3c39e3fbabbd2f01e016.js 0000755 00000156701 15111634507 0017654 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[815],{2522:(e,t,n)=>{n.d(t,{D:()=>i});var r=n(32091),o=n.n(r);function i(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const n=-1*t;return{currentRange:e.slice(n),compareRange:e.slice(2*n,n)}}},3687:(e,t,n)=>{n.d(t,{U:()=>y});var r=n(32091),o=n.n(r),i=n(17243),s=n(21125),a=n(71769),c=n(12850),l=n(50539);function g(e){return e}function u(){return{}}function d(){}const{clearError:p,receiveError:m}=s.o1;function y({baseName:e,controlCallback:t,reducerCallback:n=g,argsToParams:r=u,validateParams:s=d}){let y;o()(e,"baseName is required."),o()("function"==typeof t,"controlCallback is required and must be a function."),o()("function"==typeof n,"reducerCallback must be a function."),o()("function"==typeof r,"argsToParams must be a function."),o()("function"==typeof s,"validateParams must be a function.");try{s(r()),y=!1}catch(e){y=!0}const f=(0,a.m2)(e),S=(0,a.sP)(e),R=`FETCH_${S}`,v=`START_${R}`,h=`FINISH_${R}`,b=`CATCH_${R}`,E=`RECEIVE_${S}`,C=`fetch${f}`,k=`receive${f}`,A=`isFetching${f}`,T={[A]:{}};const L={[C](...t){const n=r(...t);return s(n),function*(t,n){let r,o;yield{payload:{params:t},type:v},yield p(e,n);try{r=yield{payload:{params:t},type:R},yield L[k](r,t),yield{payload:{params:t},type:h}}catch(r){o=r,yield m(o,e,n),yield{payload:{params:t},type:b}}return{response:r,error:o}}(n,t)},[k]:(e,t)=>(o()(void 0!==e,"response is required."),y?(o()((0,i.isPlainObject)(t),"params is required."),s(t)):t={},{payload:{response:e,params:t},type:E})},U={[R]:({payload:e})=>t(e.params)},_=(0,l.createReducer)((e,{type:t,payload:r})=>{switch(t){case v:{const{params:t}=r;return e[A]=e[A]||{},e[A][(0,c.Zm)(t)]=!0,e}case E:{const{response:t,params:o}=r;return n(e,t,o)}case h:{const{params:t}=r;return e[A]=e[A]||{},e[A][(0,c.Zm)(t)]=!1,e}case b:{const{params:t}=r;return e[A]=e[A]||{},e[A][(0,c.Zm)(t)]=!1,e}default:return e}});return{initialState:T,actions:L,controls:U,reducer:_,resolvers:{},selectors:{[A]:(e,...t)=>{if(void 0===e[A])return!1;let n;try{n=r(...t),s(n)}catch(e){return!1}return!!e[A][(0,c.Zm)(n)]}}}}},8143:(e,t,n)=>{n.d(t,{VZ:()=>i,dc:()=>s,pH:()=>o,r0:()=>a});var r=n(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function i(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function s(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,r.m)(e))return e;if(e.length<=t)return e;const n=new URL(e),o=e.replace(n.origin,"");if(o.length<t)return o;const i=o.length-Math.floor(t)+1;return"…"+o.substr(i)}},11965:(e,t,n)=>{n.d(t,{N:()=>g,g:()=>u});var r=n(32091),o=n.n(r),i=n(17243),s=n(42926),a=n(84024),c=n(44451),l=n(93896);function g(e,t){const n=t.find(t=>t.test(e));return!!n&&n.exec(e)[1]}const u=(0,i.memoize)(async({homeURL:e,ampMode:t})=>{o()((0,a.m)(e),"homeURL must be valid URL");const n=[e];if(l.OQ===t)try{const e=await(0,s.A)({path:"/wp/v2/posts?per_page=1"}).then(e=>e.slice(0,1).map(e=>(0,c.F)(e.link,{amp:1})).pop());e&&n.push(e)}catch{return n}return n})},12315:(e,t,n)=>{n.d(t,{Y:()=>c});var r=n(32091),o=n.n(r),i=n(54419),s=n(50539),a=n(3687);function c(e,t,n,{server:r=!0,storeName:c}={}){o()(e,"type is required."),o()(t,"identifier is required."),o()(n,"datapoint is required.");const l=c||`${e}/${t}`,g={serverNotifications:r?void 0:{}},u=(0,a.U)({baseName:"getNotifications",controlCallback:()=>(0,i.get)(e,t,n),reducerCallback:(0,s.createReducer)((e,t)=>{e.serverNotifications=t.reduce((e,t)=>({...e,[t.id]:t}),{})})});const d={*getNotifications(){(yield s.commonActions.getRegistry()).select(l).getNotifications()||(yield u.actions.fetchGetNotifications())}};r||delete d.getNotifications;const p={getNotifications(e){const{serverNotifications:t}=e;return void 0===t?t:Object.values({...t||{}})}};return{...(0,s.combineStores)(u,{initialState:g,actions:{},controls:{},reducer:function(e=g,{type:t}){return e},resolvers:d,selectors:p}),STORE_NAME:l}}},12850:(e,t,n)=>{n.d(t,{tt:()=>A,Jg:()=>k,Gp:()=>E,GH:()=>b,r0:()=>C,Du:()=>T,Zf:()=>K,Cn:()=>$,G7:()=>f,vH:()=>y,N_:()=>O,zh:()=>V,mK:()=>g.mK,Ql:()=>L,vY:()=>G,sq:()=>_,VZ:()=>x.VZ,JK:()=>g.JK,IS:()=>N,pH:()=>x.pH,kf:()=>B,O5:()=>P,Qr:()=>U,x6:()=>F,K5:()=>g.K5,S_:()=>m,dc:()=>x.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>q.D,N9:()=>j,p9:()=>i.p,XH:()=>w,Zm:()=>c,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>i.C,BG:()=>H});var r=n(17243),o=n(89318),i=n(82046),s=n(10523),a=n.n(s);function c(e){return a()(JSON.stringify(l(e)))}function l(e){const t={};return Object.keys(e).sort().forEach(n=>{let r=e[n];r&&"object"==typeof r&&!Array.isArray(r)&&(r=l(r)),t[n]=r}),t}var g=n(79829);function u(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function d(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[u,d,p];let n=e;for(const e of t)n=e(n);return n}function y(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var S=n(32091),R=n.n(S),v=n(82871);const h="Date param must construct to a valid date instance or be a valid date instance itself.",b="Invalid dateString parameter, it must be a string.",E='Invalid date range, it must be a string with the format "last-x-days".',C=60,k=60*C,A=24*k,T=7*A;function L(){function e(e){return(0,v.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,v._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function U(e=""){if(!(0,r.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,r.isDate)(t)&&!isNaN(t)}function _(e){R()((0,r.isDate)(e)&&!isNaN(e),h);const t=`${e.getMonth()+1}`,n=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,n.length<2?`0${n}`:n].join("-")}function w(e){R()(U(e),b);const[t,n,r]=e.split("-");return new Date(t,n-1,r)}function N(e,t){return _(O(e,t*A))}function P(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function O(e,t){R()(U(e)||(0,r.isDate)(e)&&!isNaN(e),b);const n=U(e)?Date.parse(e):e.getTime();return new Date(n-1e3*t)}var M=n(69743),I=n(94552),D=n(62540);function G(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:n=!1}=t;return(0,M.Ay)((0,D.jsx)(I.A,{direction:e>0?"up":"down",invertColor:n}))}function $(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var x=n(8143);function F(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function B(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function j(e){return Array.isArray(e)?[...e].sort():e}var q=n(2522);function K(e,t){function n(e){return"0"===e||0===e}if(n(e)&&n(t))return 0;if(n(e)||Number.isNaN(e))return null;const r=(t-e)/e;return Number.isNaN(r)||!Number.isFinite(r)?null:r}function H(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function V(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,r.unescape)(t)}},15210:(e,t,n)=>{n.d(t,{O:()=>o});var r=n(31234);const o=n.n(r)()(n.g)},21125:(e,t,n)=>{n.d(t,{g4:()=>y,o1:()=>m});var r=n(78913),o=n(32091),i=n.n(o),s=n(10523),a=n.n(s),c=n(12850),l=n(50539);const g="RECEIVE_ERROR",u="CLEAR_ERROR",d="CLEAR_ERRORS";function p(e,t){if(t&&Array.isArray(t)){const n=t.map(e=>"object"==typeof e?(0,c.Zm)(e):e);return`${e}::${a()(JSON.stringify(n))}`}return e}const m={receiveError:(e,t,n=[])=>(i()(e,"error is required."),i()(t,"baseName is required."),i()(n&&Array.isArray(n),"args must be an array."),{type:g,payload:{error:e,baseName:t,args:n}}),clearError:(e,t=[])=>(i()(e,"baseName is required."),i()(t&&Array.isArray(t),"args must be an array."),{type:u,payload:{baseName:e,args:t}}),clearErrors:e=>({type:d,payload:{baseName:e}})};function y(e){i()(e,"storeName must be defined.");const t=(0,l.createReducer)((e,{type:t,payload:n})=>{switch(t){case g:{const{baseName:t,args:r,error:o}=n,i=p(t,r);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[i]=o,e.errorArgs[i]=r;break}case u:{const{baseName:t,args:r}=n,o=p(t,r);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[o],delete e.errorArgs[o];break}case d:{const{baseName:t}=n;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const n in e.errors)(n===t||n.startsWith(`${t}::`))&&(delete e.errors[n],delete e.errorArgs[n])}else e.errors={},e.errorArgs={};break}}}),n={getErrorForSelector:(e,t,r=[])=>(i()(t,"selectorName is required."),n.getError(e,t,r)),getErrorForAction:(e,t,r=[])=>(i()(t,"actionName is required."),n.getError(e,t,r)),getError(e,t,n){const{errors:r}=e;return i()(t,"baseName is required."),r[p(t,n)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const n=Object.keys(e.errors).find(n=>e.errors[n]===t);if(n){return{baseName:n.substring(0,n.indexOf("::")),args:e.errorArgs[n]}}return null},getSelectorDataForError:(0,r.N)(t=>function(n,r){const o=t(e).getMetaDataForError(r);if(o){const{baseName:n,args:r}=o;if(!!t(e)[n])return{storeName:e,name:n,args:r}}return null}),hasErrors:e=>n.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:m,controls:{},reducer:t,resolvers:{},selectors:n}}},21134:(e,t,n)=>{n.d(t,{Gq:()=>u,IL:()=>y,LD:()=>p,SO:()=>d,a2:()=>o,xD:()=>m});var r=n(12850);const o="googlesitekit_",i=`${o}1.165.0_${n.g._googlesitekitBaseData.storagePrefix}_`,s=["sessionStorage","localStorage"];let a,c=[...s];async function l(e){const t=n.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of c)a||await l(e)&&(a=n.g[e]);return void 0===a&&(a=null),a}async function u(e){const t=await g();if(t){const n=t.getItem(`${i}${e}`);if(n){const e=JSON.parse(n),{timestamp:t,ttl:r,value:o,isError:i}=e;if(t&&(!r||Math.round(Date.now()/1e3)-t<r))return{cacheHit:!0,value:o,isError:i}}}return{cacheHit:!1,value:void 0}}async function d(e,t,{ttl:o=r.Jg,timestamp:s=Math.round(Date.now()/1e3),isError:a=!1}={}){const c=await g();if(c)try{return c.setItem(`${i}${e}`,JSON.stringify({timestamp:s,ttl:o,value:t,isError:a})),!0}catch(e){return n.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const n=e.startsWith(o)?e:`${i}${e}`;return t.removeItem(n),!0}catch(e){return n.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let n=0;n<e.length;n++){const r=e.key(n);0===r.indexOf(o)&&t.push(r)}return t}catch(e){return n.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function y(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},34002:(e,t,n)=>{n.d(t,{I:()=>r});const r="ads"},37226:(e,t,n)=>{n.d(t,{U:()=>o,i:()=>r});const r="core/modules",o="insufficient_module_dependencies"},40761:(e,t,n)=>{n.d(t,{H:()=>r});const r="tagmanager"},42926:(e,t,n)=>{n.d(t,{A:()=>g});var r=n(19371),o=n(31638);const i=function(e){const t=Object.keys(e).reduce((t,n)=>(t[(0,o.getStablePath)(n)]=e[n],t),{});let n=!1;return(e,r)=>{if(n)return r(e);setTimeout(()=>{n=!0},3e3);const{parse:i=!0}=e,s=e.path;if("string"==typeof e.path){const n=e.method?.toUpperCase()||"GET",r=(0,o.getStablePath)(s);if(i&&"GET"===n&&t[r]){const e=Promise.resolve(t[r].body);return delete t[r],e}if("OPTIONS"===n&&t[n]&&t[n][r]){const e=Promise.resolve(t[n][r]);return delete t[n][r],e}}return r(e)}},{nonce:s,nonceEndpoint:a,preloadedData:c,rootURL:l}=n.g._googlesitekitAPIFetchData||{};r.default.nonceEndpoint=a,r.default.nonceMiddleware=r.default.createNonceMiddleware(s),r.default.rootURLMiddleware=r.default.createRootURLMiddleware(l),r.default.preloadingMiddleware=i(c),r.default.use(r.default.nonceMiddleware),r.default.use(r.default.mediaUploadMiddleware),r.default.use(r.default.rootURLMiddleware),r.default.use(r.default.preloadingMiddleware);const g=r.default},47121:(e,t,n)=>{n.d(t,{$C:()=>L,RF:()=>T,WI:()=>k,_5:()=>b,jU:()=>h,o3:()=>v,x0:()=>C});var r=n(32091),o=n.n(r),i=n(50532),s=n.n(i),a=n(17243),c=n(78913);const l="GET_REGISTRY",g="AWAIT";function u(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),n=E(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return o()(0===n.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${n.join(", ")}. Check your data stores for duplicates.`),t}const d=u,p=u;function m(...e){const t=[...e];let n;return"function"!=typeof t[0]&&(n=t.shift()),(e=n,r={})=>t.reduce((e,t)=>t(e,r),e)}const y=u,f=u,S=u;function R(e){return e}function v(...e){const t=S(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:d(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||R)),resolvers:y(...e.map(e=>e.resolvers||{})),selectors:f(...e.map(e=>e.selectors||{}))}}const h={getRegistry:()=>({payload:{},type:l}),*await(e){return{payload:{value:e},type:g}}},b={[l]:(0,c.b)(e=>()=>e),[g]:({payload:e})=>e.value};function E(e){const t=[],n={};for(let r=0;r<e.length;r++){const o=e[r];n[o]=n[o]>=1?n[o]+1:1,n[o]>1&&t.push(o)}return t}const C={actions:h,controls:b,reducer:R};function k(e){return t=>A(e(t))}const A=s()(e=>(0,a.mapValues)(e,(e,t)=>(...n)=>{const r=e(...n);return o()(void 0!==r,`${t}(...) is not resolved`),r}));function T(e,{negate:t=!1}={}){return{safeSelector:(0,c.N)(n=>(r,...o)=>{const i=!t,s=!!t;try{return e(n,r,...o),i}catch{return s}}),dangerousSelector:(0,c.N)(t=>(n,...r)=>{e(t,n,...r)})}}function L(e,t){return o()("function"==typeof e,"a validator function is required."),o()("function"==typeof t,"an action creator function is required."),o()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...n)=>(e(...n),t(...n))}},50539:e=>{e.exports=googlesitekit.data},50946:(e,t,n)=>{var r=n(50539),o=n.n(r),i=n(21125),s=n(64067),a=n(93896),c=n(32091),l=n.n(c),g=n(21134);const u="CACHE_SET_ITEM",d={*setCacheItem(e,t,n){l()(e,"key is required"),l()(void 0!==t,"value is required"),yield{type:u,payload:{key:e,value:t,args:n}}}},p={[u]:async({payload:e})=>{const{key:t,value:n,args:r}=e;await(0,g.SO)(t,n,r)}},m=(0,r.combineStores)({initialState:{},actions:d,controls:p}),y=(m.initialState,m.actions,m.controls,m.reducer,m.resolvers,m.selectors,m);var f=n(54419),S=n(3687);const R=(0,S.U)({baseName:"getConnection",controlCallback:()=>(0,f.get)("core","site","connection",void 0,{useCache:!1}),reducerCallback:(0,r.createReducer)((e,t)=>{e.connection=t})}),v={connection:void 0},h={*getConnection(){(yield r.commonActions.getRegistry()).select(a.O4).getConnection()||(yield R.actions.fetchGetConnection())}},b={getConnection(e){const{connection:t}=e;return t},getOwnerID:(0,r.createRegistrySelector)(e=>()=>{const{ownerID:t}=e(a.O4).getConnection()||{};return t}),hasConnectedAdmins:(0,r.createRegistrySelector)(e=>()=>{const{hasConnectedAdmins:t}=e(a.O4).getConnection()||{};return t}),isConnected:(0,r.createRegistrySelector)(e=>()=>{const t=e(a.O4).getConnection();return void 0!==t?t.connected:t}),isResettable:(0,r.createRegistrySelector)(e=>()=>{const t=e(a.O4).getConnection();return void 0!==t?t.resettable:t}),isSetupCompleted:(0,r.createRegistrySelector)(e=>()=>{const t=e(a.O4).getConnection();return void 0!==t?t.setupCompleted:t}),hasMultipleAdmins:(0,r.createRegistrySelector)(e=>()=>e(a.O4).getConnection()?.hasMultipleAdmins)},E=(0,r.combineStores)(R,{initialState:v,resolvers:h,selectors:b}),C=(E.initialState,E.actions,E.controls,E.reducer,E.resolvers,E.selectors,E);var k=n(17243),A=n(58116);const{clearError:T,receiveError:L}=i.o1,{getRegistry:U}=r.commonActions,_="SET_CONSENT_MODE_ENABLED",w="INSTALL_ACTIVATE_WP_CONSENT_API_RESPONSE",N="INSTALL_ACTIVATE_WP_CONSENT_API_FETCHING",P=(0,r.createReducer)((e,t)=>{e.consentMode.settings=t}),O=(0,S.U)({baseName:"getConsentModeSettings",controlCallback:()=>(0,f.get)("core","site","consent-mode",null,{useCache:!1}),reducerCallback:P}),M=(0,S.U)({baseName:"saveConsentModeSettings",controlCallback:({settings:e})=>(0,f.set)("core","site","consent-mode",{settings:e}),reducerCallback:P,argsToParams:e=>({settings:e}),validateParams:({settings:e})=>{l()((0,k.isPlainObject)(e),"settings must be a plain object.")}}),I=(0,S.U)({baseName:"getConsentAPIInfo",controlCallback:()=>(0,f.get)("core","site","consent-api-info",null,{useCache:!1}),reducerCallback:(0,r.createReducer)((e,t)=>{e.consentMode.apiInfo=t})}),D=(0,S.U)({baseName:"installActivateWPConsentAPI",controlCallback:async({nonce:e})=>{const t=new FormData;t.append("action","install_activate_wp_consent_api"),t.append("_ajax_nonce",e);return(await fetch(n.g.ajaxurl,{method:"POST",credentials:"same-origin",body:t})).json()},argsToParams:({nonce:e})=>({nonce:e}),validateParams:({nonce:e})=>{l()("string"==typeof e,"nonce must be a string.")}}),G=(0,S.U)({baseName:"activateConsentAPI",controlCallback:()=>(0,f.set)("core","site","consent-api-activate",null,{useCache:!1})}),$=(0,S.U)({baseName:"getAdsMeasurementStatus",controlCallback:({useCache:e})=>(0,f.get)("core","site","ads-measurement-status",null,{useCache:e}),reducerCallback:(0,r.createReducer)((e,t,{useCache:n})=>{e.consentMode.adsConnected=t.connected,n||(e.consentMode.adsConnectedUncached=t.connected)}),argsToParams:({useCache:e}={})=>({useCache:e}),validateParams:({useCache:e})=>{l()("boolean"==typeof e,"useCache must be a boolean.")}}),x={consentMode:{settings:void 0,apiInfo:void 0,apiInstallResponse:void 0,isApiFetching:void 0,adsConnected:void 0,adsConnectedUncached:void 0}},F={*saveConsentModeSettings(){const{select:e}=yield U(),t=e(a.O4).getConsentModeSettings();return yield M.actions.fetchSaveConsentModeSettings(t)},setConsentModeEnabled:e=>({type:_,payload:{enabled:e}}),*installActivateWPConsentAPI(){const e=yield U();yield T("installActivateWPConsentAPI",[]),yield{type:N,payload:!0},yield r.commonActions.await(e.resolveSelect(A.oR).getNonces());const t=e.select(A.oR).getNonce("updates");if(void 0===t){const t=e.select(A.oR).getErrorForSelector("getNonces");return yield L(t,"installActivateWPConsentAPI",[]),yield{type:N,payload:!1},void e.dispatch(A.oR).invalidateResolution("getNonces",[])}const{response:n}=yield D.actions.fetchInstallActivateWPConsentAPI({nonce:t});yield{type:w,payload:n},yield{type:N,payload:!1},yield I.actions.fetchGetConsentAPIInfo()},*activateConsentAPI(){const e=yield G.actions.fetchActivateConsentAPI();yield{type:w,payload:e},yield I.actions.fetchGetConsentAPIInfo()}},B=(0,r.createReducer)((e,{type:t,payload:n})=>{switch(t){case _:e.consentMode.settings=e.consentMode.settings||{},e.consentMode.settings.enabled=!!n.enabled;break;case w:e.consentMode.apiInstallResponse=n;break;case N:e.consentMode.isApiFetching=n}}),j={getConsentModeSettings:e=>e.consentMode.settings,isConsentModeEnabled:(0,r.createRegistrySelector)(e=>()=>{const{enabled:t}=e(a.O4).getConsentModeSettings()||{};return t}),getConsentAPIInfo:e=>e.consentMode.apiInfo,getApiInstallResponse:e=>e.consentMode.apiInstallResponse,isApiFetching:e=>e.consentMode.isApiFetching,isAdsConnected:e=>e.consentMode.adsConnected,isAdsConnectedUncached:e=>e.consentMode.adsConnectedUncached},q={*getConsentModeSettings(){const{select:e}=yield U();e(a.O4).getConsentModeSettings()||(yield O.actions.fetchGetConsentModeSettings())},*getConsentAPIInfo(){const{select:e}=yield U();e(a.O4).getConsentAPIInfo()||(yield I.actions.fetchGetConsentAPIInfo())},*isAdsConnected(){const{select:e}=yield U();void 0===e(a.O4).isAdsConnected()&&(yield $.actions.fetchGetAdsMeasurementStatus({useCache:!0}))},*isAdsConnectedUncached(){const{select:e}=yield U();void 0===e(a.O4).isAdsConnectedUncached()&&(yield $.actions.fetchGetAdsMeasurementStatus({useCache:!1}))}},K=(0,r.combineStores)(O,M,I,D,G,$,{initialState:x,actions:F,controls:{},reducer:B,resolvers:q,selectors:j}),H=(K.initialState,K.actions,K.controls,K.reducer,K.resolvers,K.selectors,K),{getRegistry:V}=r.commonActions,W="SET_CONVERSION_TRACKING_ENABLED",J="RESET_CONVERSION_TRACKING_SETTINGS",Z=(0,r.createReducer)((e,t)=>{e.conversionTracking.settings=t,e.conversionTracking.savedSettings=t}),z=(0,S.U)({baseName:"getConversionTrackingSettings",controlCallback:()=>(0,f.get)("core","site","conversion-tracking",null,{useCache:!1}),reducerCallback:Z}),Y=(0,S.U)({baseName:"saveConversionTrackingSettings",controlCallback:({settings:e})=>(0,f.set)("core","site","conversion-tracking",{settings:e}),reducerCallback:Z,argsToParams:e=>({settings:e}),validateParams:({settings:e})=>{l()((0,k.isPlainObject)(e),"settings must be a plain object.")}}),Q={conversionTracking:{settings:void 0,savedSettings:void 0}},X={*saveConversionTrackingSettings(){const{select:e}=yield V(),t=e(a.O4).getConversionTrackingSettings();return yield Y.actions.fetchSaveConversionTrackingSettings(t)},setConversionTrackingEnabled:e=>({type:W,payload:{enabled:e}}),resetConversionTrackingSettings:()=>({payload:{},type:J})},ee=(0,r.createReducer)((e,{type:t,payload:n})=>{switch(t){case W:e.conversionTracking.settings=e.conversionTracking.settings||{},e.conversionTracking.settings.enabled=!!n.enabled;break;case J:e.conversionTracking.settings=e.conversionTracking.savedSettings}}),te={getConversionTrackingSettings:e=>e.conversionTracking.settings,isConversionTrackingEnabled:(0,r.createRegistrySelector)(e=>()=>{const{enabled:t}=e(a.O4).getConversionTrackingSettings()||{};return t}),haveConversionTrackingSettingsChanged(e){const{settings:t,savedSettings:n}=e.conversionTracking;return!(0,k.isEqual)(t,n)}},ne={*getConversionTrackingSettings(){const{select:e}=yield V();e(a.O4).getConversionTrackingSettings()||(yield z.actions.fetchGetConversionTrackingSettings())}},re=(0,r.combineStores)(z,Y,{initialState:Q,actions:X,controls:{},reducer:ee,resolvers:ne,selectors:te}),oe=(re.initialState,re.actions,re.controls,re.reducer,re.resolvers,re.selectors,re),ie={emailReporting:{settings:void 0,savedSettings:void 0}},se=(0,r.createReducer)((e,t)=>{e.emailReporting.settings=t,e.emailReporting.savedSettings=t}),ae=(0,S.U)({baseName:"getEmailReportingSettings",controlCallback:()=>(0,f.get)("core","site","email-reporting",void 0,{useCache:!1}),reducerCallback:se}),ce=(0,S.U)({baseName:"saveEmailReportingSettings",controlCallback:e=>(0,f.set)("core","site","email-reporting",{settings:e}),reducerCallback:se,argsToParams:e=>e,validateParams:e=>{l()((0,k.isPlainObject)(e),"Email Reporting settings should be an object."),l()("boolean"==typeof e.enabled,"enabled should be a boolean.")}}),le="SET_EMAIL_REPORTING_SETTINGS",ge={*saveEmailReportingSettings(){const{select:e}=yield r.commonActions.getRegistry(),t=e(a.O4).getEmailReportingSettings();return yield ce.actions.fetchSaveEmailReportingSettings(t)},setEmailReportingEnabled:e=>(l()("boolean"==typeof e,"enabled should be a boolean."),{type:le,payload:{settings:{enabled:e}}})},ue=(0,r.createReducer)((e,t)=>{const{type:n,payload:r}=t;if(n===le)e.emailReporting.settings={...e.emailReporting.settings,...r.settings}}),de={*getEmailReportingSettings(){void 0===(yield r.commonActions.getRegistry()).select(a.O4).getEmailReportingSettings()&&(yield ae.actions.fetchGetEmailReportingSettings())}},pe={getEmailReportingSettings:e=>e.emailReporting?.settings,isEmailReportingEnabled(e){const t=e.emailReporting?.settings;return!!t?.enabled}},me=(0,r.combineStores)(ae,ce,{initialState:ie,actions:ge,reducer:ue,resolvers:de,selectors:pe}),ye=(me.initialState,me.actions,me.controls,me.reducer,me.resolvers,me.selectors,me);var fe=n(82871);const Se="SET_SERVER_ERROR",Re="CLEAR_SERVER_ERROR",ve={internalServerError:void 0},he={setInternalServerError(e){l()((0,k.isPlainObject)(e),"internalServerError must be a plain object.");const{title:t=(0,fe.__)("Internal Server Error","google-site-kit"),format:n="small",type:r="win-error",...o}=e;return{type:Se,payload:{internalServerError:{title:t,format:n,type:r,...o}}}},clearInternalServerError:()=>({type:Re})},be=(0,r.createReducer)((e,{type:t,payload:n})=>{switch(t){case Se:e.internalServerError=n.internalServerError;break;case Re:e.internalServerError=void 0}}),Ee={getInternalServerError:e=>e.internalServerError},Ce=(0,r.combineStores)({initialState:ve,actions:he,reducer:be,resolvers:{},selectors:Ee}),ke=(Ce.initialState,Ce.actions,Ce.controls,Ce.reducer,Ce.resolvers,Ce.selectors,Ce);var Ae=n(37226),Te=n(34002),Le=n(99897),Ue=n(65214),_e=n(40761);const we="SET_GOOGLE_TAG_GATEWAY_ENABLED",Ne="RESET_GOOGLE_TAG_GATEWAY_SETTINGS",Pe=(0,r.createReducer)((e,t)=>{e.googleTagGatewaySettings=t,e.googleTagGatewaySavedSettings=t}),Oe=(0,S.U)({baseName:"getGoogleTagGatewaySettings",controlCallback:()=>(0,f.get)("core","site","gtg-settings",void 0,{useCache:!1}),reducerCallback:Pe}),Me=(0,S.U)({baseName:"saveGoogleTagGatewaySettings",controlCallback:({settings:e})=>(0,f.set)("core","site","gtg-settings",{settings:e}),reducerCallback:Pe,argsToParams:e=>{const{isEnabled:t}=e||{};return{settings:{isEnabled:t}}},validateParams:({settings:e})=>{l()((0,k.isPlainObject)(e),"settings must be a plain object."),l()("boolean"==typeof e.isEnabled,"isEnabled must be a boolean."),l()(1===Object.keys(e).length,"settings must have only the `isEnabled` property.")}}),Ie=(0,S.U)({baseName:"getGTGServerRequirementStatus",controlCallback:()=>(0,f.get)("core","site","gtg-server-requirement-status",void 0,{useCache:!1}),reducerCallback:Pe}),De={googleTagGatewaySettings:void 0,googleTagGatewaySavedSettings:void 0},Ge={*saveGoogleTagGatewaySettings(){const{dispatch:e,select:t}=yield r.commonActions.getRegistry(),n=t(a.O4).getGoogleTagGatewaySettings(),o=yield Me.actions.fetchSaveGoogleTagGatewaySettings(n);return o?.response?.isEnabled&&(yield r.commonActions.await(e(A.oR).triggerSurvey("gtg_setup_completed"))),o},setGoogleTagGatewayEnabled:e=>({type:we,payload:{isEnabled:e}}),resetGoogleTagGatewaySettings:()=>({payload:{},type:Ne})},$e=(0,r.createReducer)((e,{type:t,payload:n})=>{switch(t){case we:e.googleTagGatewaySettings=e.googleTagGatewaySettings||{},e.googleTagGatewaySettings.isEnabled=!!n.isEnabled;break;case Ne:e.googleTagGatewaySettings=e.googleTagGatewaySavedSettings}}),xe={*getGoogleTagGatewaySettings(){const{select:e}=yield r.commonActions.getRegistry();void 0===e(a.O4).getGoogleTagGatewaySettings()&&(yield Oe.actions.fetchGetGoogleTagGatewaySettings())}},Fe={getGoogleTagGatewaySettings:e=>e.googleTagGatewaySettings,isGoogleTagGatewayEnabled:(0,r.createRegistrySelector)(e=>()=>{const{isEnabled:t}=e(a.O4).getGoogleTagGatewaySettings()||{};return t}),isGTGHealthy:(0,r.createRegistrySelector)(e=>()=>{const{isGTGHealthy:t}=e(a.O4).getGoogleTagGatewaySettings()||{};return t}),isScriptAccessEnabled:(0,r.createRegistrySelector)(e=>()=>{const{isScriptAccessEnabled:t}=e(a.O4).getGoogleTagGatewaySettings()||{};return t}),haveGoogleTagGatewaySettingsChanged(e){const{googleTagGatewaySettings:t,googleTagGatewaySavedSettings:n}=e;return!(0,k.isEqual)(t,n)},isAnyGoogleTagGatewayModuleConnected:(0,r.createRegistrySelector)(e=>()=>{if(!(0,Ue.G)("googleTagGateway"))return!1;const{isModuleConnected:t}=e(Ae.i);return t(Le.L1)||t(Te.I)||t(_e.H)})},Be=(0,r.combineStores)(Oe,Me,Ie,{initialState:De,actions:Ge,controls:{},reducer:$e,resolvers:xe,selectors:Fe}),je=(Be.initialState,Be.actions,Be.controls,Be.reducer,Be.resolvers,Be.selectors,Be);var qe=n(84024),Ke=n(44451),He=n(11965);const Ve=(0,S.U)({baseName:"getHTMLForURL",argsToParams:e=>({url:e}),validateParams:({url:e}={})=>{l()((0,qe.m)(e),"a valid url is required to fetch HTML.")},controlCallback:async({url:e})=>{const t={tagverify:1,timestamp:Date.now()},n=await fetch((0,Ke.F)(e,t),{credentials:"omit"});try{const e=await n.text();return""===e||void 0===e?null:e}catch{return null}},reducerCallback:(0,r.createReducer)((e,t,{url:n})=>{e.htmlForURL[n]=t})}),We="RESET_HTML_FOR_URL",Je="CHECK_FOR_SETUP_TAG",Ze={*resetHTMLForURL(e){const{dispatch:t}=yield r.commonActions.getRegistry();return yield{payload:{url:e},type:We},t(a.O4).invalidateResolutionForStoreSelector("getHTMLForURL")},*checkForSetupTag(){return yield{payload:{},type:Je}}},ze={[Je]:(0,r.createRegistryControl)(e=>async()=>{let t,n,r,o=!1;try{({token:r}=await(0,f.set)("core","site","setup-tag"));const o=await e.select(a.O4).getHomeURL();({response:n,error:t}=await e.dispatch(a.O4).fetchGetHTMLForURL(o))}catch{t="check_fetch_failed"}if(!t){o=r===(0,He.N)(n,[/<meta name="googlesitekit-setup" content="([a-z0-9-]+)"/]),o||(t="setup_token_mismatch")}return{response:o,error:t}})},Ye=(0,r.createReducer)((e,{type:t,payload:n})=>{if(t===We){const{url:t}=n;e.htmlForURL[t]=void 0}}),Qe={*getHTMLForURL(e){void 0===(yield r.commonActions.getRegistry()).select(a.O4).getHTMLForURL(e)&&(yield Ve.actions.fetchGetHTMLForURL(e))}},Xe={getHTMLForURL:(e,t)=>e.htmlForURL[t]},et=(0,r.combineStores)(Ve,{initialState:{htmlForURL:{}},actions:Ze,controls:ze,reducer:Ye,resolvers:Qe,selectors:Xe}),tt=(et.initialState,et.actions,et.controls,et.reducer,et.resolvers,et.selectors,et);var nt=n(63251);const rt=(0,S.U)({baseName:"reset",controlCallback:()=>(0,f.set)("core","site","reset")}),ot={*reset(){yield rt.actions.fetchReset()}},it={isDoingReset:(0,r.createRegistrySelector)(e=>()=>e(a.O4).isFetchingReset())},st=(0,r.combineStores)(rt,{initialState:{},actions:ot,selectors:it}),at=(st.initialState,st.actions,st.controls,st.reducer,st.resolvers,st.selectors,st),{receiveError:ct,clearError:lt}=i.o1,gt=(0,S.U)({baseName:"enableAutoUpdate",controlCallback:async({nonce:e,pluginBasename:t})=>{const r=new FormData;r.append("action","toggle-auto-updates"),r.append("_ajax_nonce",e),r.append("state","enable"),r.append("type","plugin"),r.append("asset",t);return(await fetch(n.g.ajaxurl,{method:"POST",credentials:"same-origin",body:r})).json()},argsToParams:({nonce:e,pluginBasename:t})=>({nonce:e,pluginBasename:t}),validateParams:({nonce:e,pluginBasename:t})=>{l()("string"==typeof e,"nonce must be a string."),l()("string"==typeof t,"pluginBasename must be a string.")}}),ut={*enableAutoUpdate(){yield lt("enableAutoUpdate",[]);const e=yield r.commonActions.getRegistry();yield r.commonActions.await(e.resolveSelect(A.oR).getNonces()),yield r.commonActions.await(e.resolveSelect(a.O4).getSiteInfo());const t=e.select(A.oR).getNonce("updates"),n=e.select(a.O4).getPluginBasename(),{response:o,error:i}=yield gt.actions.fetchEnableAutoUpdate({nonce:t,pluginBasename:n});o?.success&&e.dispatch(a.O4).setSiteKitAutoUpdatesEnabled(!0),i&&(yield ct(i,"enableAutoUpdate",[]))}},dt={isDoingEnableAutoUpdate:(0,r.createRegistrySelector)(e=>()=>{const t=e(A.oR).getNonce("updates"),n=e(a.O4).getPluginBasename();return void 0!==t&&void 0!==n&&e(a.O4).isFetchingEnableAutoUpdate({nonce:t,pluginBasename:n})})},pt=(0,r.combineStores)(gt,{initialState:{},actions:ut,selectors:dt}),mt=(pt.initialState,pt.actions,pt.controls,pt.reducer,pt.resolvers,pt.selectors,pt),yt=(0,S.U)({baseName:"getAdminBarSettings",controlCallback:()=>(0,f.get)("core","site","admin-bar-settings",void 0,{useCache:!1}),reducerCallback:(0,r.createReducer)((e,t)=>{e.adminBarSettings={...e.adminBarSettings||{},...t}})}),ft=(0,S.U)({baseName:"setAdminBarSettings",controlCallback:({enabled:e})=>(0,f.set)("core","site","admin-bar-settings",{enabled:e}),reducerCallback:(0,r.createReducer)((e,t)=>{e.adminBarSettings={...e.adminBarSettings||{},...t}}),argsToParams:({enabled:e})=>({enabled:e}),validateParams({enabled:e}){l()("boolean"==typeof e,"enabled must be of boolean type")}}),St={adminBarSettings:void 0},Rt={*setShowAdminBar(e){const{response:t,error:n}=yield ft.actions.fetchSetAdminBarSettings({enabled:e});return{response:t,error:n}}};const vt={*getAdminBarSettings(){const{select:e}=yield r.commonActions.getRegistry();void 0===e(a.O4).getAdminBarSettings()&&(yield yt.actions.fetchGetAdminBarSettings())}},ht={getAdminBarSettings:e=>e.adminBarSettings,getShowAdminBar:(0,r.createRegistrySelector)(e=>()=>e(a.O4).getAdminBarSettings()?.enabled),getModuleSettingsURL:(0,r.createRegistrySelector)(e=>(t,n)=>{l()(n,"moduleSlug is required to get module settings URL");return`${e(a.O4).getAdminURL("googlesitekit-settings")}#connected-services/${n}`}),getModuleSettingsEditURL:(0,r.createRegistrySelector)(e=>(t,n)=>{l()(n,"moduleSlug is required to get module settings edit URL");return`${e(a.O4).getModuleSettingsURL(n)}/edit`}),getConnectMoreServicesURL:(0,r.createRegistrySelector)(e=>()=>`${e(a.O4).getAdminURL("googlesitekit-settings")}#connect-more-services`),getSiteKitAdminSettingsURL:(0,r.createRegistrySelector)(e=>(t,n)=>`${e(a.O4).getAdminURL("googlesitekit-settings",n)}#/admin-settings`)},bt=(0,r.combineStores)(yt,ft,{initialState:St,actions:Rt,controls:{},reducer:function(e,{type:t}){return e},resolvers:vt,selectors:ht}),Et=(bt.initialState,bt.actions,bt.controls,bt.reducer,bt.resolvers,bt.selectors,bt);var Ct=n(12850);const kt={selectors:{getGoogleLocaleAwareURL(e,t){const n=(0,Ct.JK)(),{website:r,path:o,query:i,hash:s,locale:a=n.match(/^([a-zA-Z]+[-_]?[a-zA-Z]*)/)?.[0]||n}=t||{};if(!o)return null;const c=new URL(r);c.pathname=o,c.hash=s||"";const l={...i,hl:a};for(const e in l)c.searchParams.set(e,l[e]);return c.toString()},getGoogleSupportURL:(0,r.createRegistrySelector)(e=>(t,n)=>e(a.O4).getGoogleLocaleAwareURL({...n,website:"https://support.google.com"})),getGooglePrivacyPolicyURL:(0,r.createRegistrySelector)(e=>()=>e(a.O4).getGoogleLocaleAwareURL({website:"https://myaccount.google.com",path:"/privacypolicy"})),getDocumentationLinkURL:(0,r.createRegistrySelector)(e=>(t,n)=>{l()(n,"A slug is required.");return`${e(a.O4).getProxySupportLinkURL()}?doc=${encodeURIComponent(n)}`}),getErrorTroubleshootingLinkURL:(0,r.createRegistrySelector)(e=>(t,n)=>{l()(n,"An error is required.");const r=e(a.O4).getProxySupportLinkURL();return n.id&&!(0,Ct.kf)(n.id)?`${r}?error_id=${encodeURIComponent(n.id)}`:n.code&&!(0,Ct.kf)(n.code)?`${r}?error_id=${encodeURIComponent(n.code)}`:`${r}?error=${encodeURIComponent(n.message)}`}),getGoogleTermsURL:(0,r.createRegistrySelector)(e=>()=>e(a.O4).getGoogleLocaleAwareURL({website:"https://policies.google.com",path:"/terms"}))}},At=(0,S.U)({baseName:"getDeveloperPluginState",controlCallback:()=>(0,f.get)("core","site","developer-plugin",void 0,{useCache:!1}),reducerCallback:(0,r.createReducer)((e,t)=>{e.developerPluginState=t})}),Tt={developerPluginState:void 0},Lt={*getDeveloperPluginState(){(yield r.commonActions.getRegistry()).select(a.O4).getDeveloperPluginState()||(yield At.actions.fetchGetDeveloperPluginState())}},Ut={getDeveloperPluginState:e=>e.developerPluginState},_t=(0,r.combineStores)(At,{initialState:Tt,resolvers:Lt,selectors:Ut}),wt=(_t.initialState,_t.actions,_t.controls,_t.reducer,_t.resolvers,_t.selectors,_t);var Nt=n(12315),Pt=n(47121);const Ot="accepted",Mt="dismissed";function It(e){return"string"==typeof e}const Dt=(0,S.U)({baseName:"markNotification",controlCallback:({notificationID:e,notificationState:t})=>(0,f.set)("core","site","mark-notification",{notificationID:e,notificationState:t}),argsToParams:({notificationID:e,notificationState:t})=>({notificationID:e,notificationState:t}),validateParams:({notificationID:e,notificationState:t}={})=>{l()([Ot,Mt].includes(t),"notificationState must be accepted or dismissed."),l()(It(e),"a valid notification ID is required to mark a notification.")}}),Gt={acceptNotification:(0,Pt.$C)(e=>{l()(It(e),"a valid notification ID is required to accept a notification.")},function*(e){const{response:t,error:n}=yield Dt.actions.fetchMarkNotification({notificationID:e,notificationState:Ot});return n&&(yield i.o1.receiveError(n,"acceptNotification",[e])),{response:t,error:n}}),dismissNotification:(0,Pt.$C)(e=>{l()(It(e),"a valid notification ID is required to dismiss a notification.")},function*(e){const{response:t,error:n}=yield Dt.actions.fetchMarkNotification({notificationID:e,notificationState:Mt});return n&&(yield i.o1.receiveError(n,"dismissNotification",[e])),{response:t,error:n}})},$t=(0,r.combineStores)((0,Nt.Y)("core","site","notifications",{storeName:a.O4}),Dt,{actions:Gt}),xt=(0,r.combineStores)(r.commonStore,C,H,oe,ye,ke,je,tt,nt.Ay,wt,at,mt,Et,kt,$t,y,(0,i.g4)(a.O4),(0,s.k)(a.O4,{pick:["conversionTracking"]}));xt.initialState,xt.actions,xt.controls,xt.reducer,xt.resolvers,xt.selectors;o().registerStore(a.O4,xt)},54419:e=>{e.exports=googlesitekit.api},58116:(e,t,n)=>{n.d(t,{$8:()=>s,$Q:()=>p,BT:()=>O,CQ:()=>T,DF:()=>V,GM:()=>A,GT:()=>R,HA:()=>G,HD:()=>d,HP:()=>P,J5:()=>x,JF:()=>U,JK:()=>f,Ml:()=>y,SS:()=>M,UF:()=>g,UY:()=>q,Vl:()=>I,W6:()=>H,Xq:()=>L,YQ:()=>_,Yw:()=>j,dV:()=>N,dX:()=>k,ej:()=>l,em:()=>i,ep:()=>E,fu:()=>h,gC:()=>v,hz:()=>m,jx:()=>u,lV:()=>c,nH:()=>$,oR:()=>r,od:()=>a,p3:()=>S,pG:()=>C,qv:()=>o,qy:()=>w,t1:()=>K,t7:()=>B,tB:()=>b,tK:()=>F,u_:()=>D});const r="core/user",o="connected_url_mismatch",i="__global",s="temporary_persist_permission_error",a="adblocker_active",c=["weekly","monthly","quarterly"],l="googlesitekit_authenticate",g="googlesitekit_setup",u="googlesitekit_view_dashboard",d="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",y="googlesitekit_delegate_module_sharing_management",f="googlesitekit_update_plugins",S="kmAnalyticsAdSenseTopEarningContent",R="kmAnalyticsEngagedTrafficSource",v="kmAnalyticsLeastEngagingPages",h="kmAnalyticsNewVisitors",b="kmAnalyticsPopularAuthors",E="kmAnalyticsPopularContent",C="kmAnalyticsPopularProducts",k="kmAnalyticsReturningVisitors",A="kmAnalyticsTopCities",T="kmAnalyticsTopCitiesDrivingLeads",L="kmAnalyticsTopCitiesDrivingAddToCart",U="kmAnalyticsTopCitiesDrivingPurchases",_="kmAnalyticsTopDeviceDrivingPurchases",w="kmAnalyticsTopConvertingTrafficSource",N="kmAnalyticsTopCountries",P="kmAnalyticsTopPagesDrivingLeads",O="kmAnalyticsTopRecentTrendingPages",M="kmAnalyticsTopTrafficSource",I="kmAnalyticsTopTrafficSourceDrivingAddToCart",D="kmAnalyticsTopTrafficSourceDrivingLeads",G="kmAnalyticsTopTrafficSourceDrivingPurchases",$="kmAnalyticsPagesPerVisit",x="kmAnalyticsVisitLength",F="kmAnalyticsTopReturningVisitorPages",B="kmSearchConsolePopularKeywords",j="kmAnalyticsVisitsPerVisitor",q="kmAnalyticsMostEngagingPages",K="kmAnalyticsTopCategories",H=[S,R,v,h,b,E,C,k,K,A,T,L,U,_,w,N,O,M,I,$,x,F,j,q,K],V=[...H,B]},63251:(e,t,n)=>{n.d(t,{ne:()=>h,Ay:()=>k});var r=n(32091),o=n.n(r),i=n(61971),s=n(44451),a=n(82286),c=n(50539),l=n(93896),g=n(12850);function u(e){if(void 0!==e)return!e}function d(e){return(0,c.createRegistrySelector)(t=>()=>(t(l.O4).getSiteInfo()||{})[e])}const p="RECEIVE_SITE_INFO",m="RECEIVE_PERMALINK_PARAM",y="SET_SITE_KIT_AUTO_UPDATES_ENABLED",f="SET_KEY_METRICS_SETUP_COMPLETED_BY",S="SET_SETUP_ERROR_CODE",R={siteInfo:void 0,permaLink:!1},v={receiveSiteInfo:e=>(o()(e,"siteInfo is required."),{payload:{siteInfo:e},type:p}),receivePermaLinkParam:e=>(o()(e,"permaLink is required."),{payload:{permaLink:e},type:m}),setSiteKitAutoUpdatesEnabled:e=>(o()("boolean"==typeof e,"siteKitAutoUpdatesEnabled must be a boolean."),{payload:{siteKitAutoUpdatesEnabled:e},type:y}),setKeyMetricsSetupCompletedBy:e=>(o()("number"==typeof e,"keyMetricsSetupCompletedBy must be a number."),{payload:{keyMetricsSetupCompletedBy:e},type:f}),setSetupErrorCode:e=>(o()("string"==typeof e||null===e,"setupErrorCode must be a string or null."),{payload:{setupErrorCode:e},type:S})},h={},b=(0,c.createReducer)((e,{payload:t,type:n})=>{switch(n){case p:const{adminURL:n,ampMode:r,currentEntityID:o,currentEntityTitle:i,currentEntityType:s,currentEntityURL:a,homeURL:c,proxyPermissionsURL:l,proxySetupURL:g,referenceSiteURL:u,setupErrorCode:d,setupErrorMessage:R,setupErrorRedoURL:v,siteName:h,siteLocale:b,timezone:E,startOfWeek:C,usingProxy:k,webStoriesActive:A,proxySupportLinkURL:T,widgetsAdminURL:L,postTypes:U,wpVersion:_,updateCoreURL:w,changePluginAutoUpdatesCapacity:N,siteKitAutoUpdatesEnabled:P,pluginBasename:O,productPostType:M,keyMetricsSetupCompletedBy:I,keyMetricsSetupNew:D,consentModeRegions:G,anyoneCanRegister:$,isMultisite:x}=t.siteInfo;e.siteInfo={adminURL:n,ampMode:r,currentEntityID:parseInt(o,10),currentEntityTitle:i,currentEntityType:s,currentEntityURL:a,homeURL:c,proxyPermissionsURL:l,proxySetupURL:g,referenceSiteURL:u,setupErrorCode:d,setupErrorMessage:R,setupErrorRedoURL:v,siteName:h,siteLocale:b,timezone:E,startOfWeek:C,usingProxy:k,webStoriesActive:A,proxySupportLinkURL:T,widgetsAdminURL:L,postTypes:U,wpVersion:_,updateCoreURL:w,changePluginAutoUpdatesCapacity:N,siteKitAutoUpdatesEnabled:P,pluginBasename:O,productPostType:M,keyMetricsSetupCompletedBy:I,keyMetricsSetupNew:D,consentModeRegions:G,anyoneCanRegister:$,isMultisite:x};break;case m:e.permaLink=t.permaLink;break;case y:e.siteInfo||(e.siteInfo={}),e.siteInfo.siteKitAutoUpdatesEnabled=t.siteKitAutoUpdatesEnabled;break;case f:e.siteInfo||(e.siteInfo={}),e.siteInfo.keyMetricsSetupCompletedBy=t.keyMetricsSetupCompletedBy;break;case S:e.siteInfo||(e.siteInfo={}),e.siteInfo.setupErrorCode=t.setupErrorCode}}),E={*getSiteInfo(){if((yield c.commonActions.getRegistry()).select(l.O4).getSiteInfo())return;if(!n.g._googlesitekitBaseData||!n.g._googlesitekitEntityData)return void n.g.console.error("Could not load core/site info.");const{adminURL:e,ampMode:t,homeURL:r,proxyPermissionsURL:o,proxySetupURL:i,referenceSiteURL:s,setupErrorCode:a,setupErrorMessage:g,setupErrorRedoURL:u,siteName:d,siteLocale:p,timezone:m,startOfWeek:y,usingProxy:f,webStoriesActive:S,proxySupportLinkURL:R,widgetsAdminURL:h,postTypes:b,wpVersion:E,updateCoreURL:C,changePluginAutoUpdatesCapacity:k,siteKitAutoUpdatesEnabled:A,pluginBasename:T,productPostType:L,keyMetricsSetupCompletedBy:U,keyMetricsSetupNew:_,consentModeRegions:w,anyoneCanRegister:N,isMultisite:P}=n.g._googlesitekitBaseData,{currentEntityID:O,currentEntityTitle:M,currentEntityType:I,currentEntityURL:D}=n.g._googlesitekitEntityData;yield v.receiveSiteInfo({adminURL:e,ampMode:t,currentEntityID:O,currentEntityTitle:M,currentEntityType:I,currentEntityURL:D,homeURL:r,proxyPermissionsURL:o,proxySetupURL:i,referenceSiteURL:s,setupErrorCode:a,setupErrorMessage:g,setupErrorRedoURL:u,siteName:d,siteLocale:p,timezone:m,startOfWeek:y,postTypes:b,usingProxy:!!f,webStoriesActive:S,proxySupportLinkURL:R,widgetsAdminURL:h,wpVersion:E,updateCoreURL:C,changePluginAutoUpdatesCapacity:k,siteKitAutoUpdatesEnabled:A,pluginBasename:T,productPostType:L,keyMetricsSetupCompletedBy:U,keyMetricsSetupNew:_,consentModeRegions:w,anyoneCanRegister:N,isMultisite:P})}},C={getSiteInfo:e=>e.siteInfo,getAdminURL:(0,c.createRegistrySelector)(e=>(t,n,r={})=>{const{adminURL:o}=e(l.O4).getSiteInfo()||{};if(void 0===o||void 0===n)return o;const a="/"===o[o.length-1]?o:`${o}/`;let c=n,g="admin.php";if(-1!==n.indexOf(".php?")){const e=n.split("?");if(c=i.parse(e.pop()).page,!c)return o;g=e.shift()}const{page:u,...d}=r;return(0,s.F)(`${a}${g}`,{page:c,...d})}),getAMPMode:d("ampMode"),getCurrentEntityID:d("currentEntityID"),getCurrentEntityTitle:d("currentEntityTitle"),getCurrentEntityType:d("currentEntityType"),getCurrentEntityURL:d("currentEntityURL"),getHomeURL:d("homeURL"),getReferenceSiteURL:d("referenceSiteURL"),getProxySetupURL:d("proxySetupURL"),getProxyPermissionsURL:d("proxyPermissionsURL"),getCurrentReferenceURL:(0,c.createRegistrySelector)(e=>()=>{const t=e(l.O4).getCurrentEntityURL();return null!==t?t:e(l.O4).getReferenceSiteURL()}),isAMP:(0,c.createRegistrySelector)(e=>()=>{const t=e(l.O4).getAMPMode();if(void 0!==t)return!!t}),isPrimaryAMP:(0,c.createRegistrySelector)(e=>()=>{const t=e(l.O4).getAMPMode();if(void 0!==t)return t===l.qc}),isSecondaryAMP:(0,c.createRegistrySelector)(e=>()=>{const t=e(l.O4).getAMPMode();if(void 0!==t)return t===l.OQ}),getAdminSettingsURL:(0,c.createRegistrySelector)(e=>()=>{const t=e(l.O4).getAdminURL(),n=e(l.O4).isMultisite();if(void 0!==t&&void 0!==n)return new URL(!0===n?"network/settings.php":"options-general.php",t).href}),getTimezone:d("timezone"),getStartOfWeek:d("startOfWeek"),isUsingProxy:d("usingProxy"),getSiteName:d("siteName"),getSiteLocale:(0,c.createRegistrySelector)(e=>()=>e(l.O4).getSiteInfo()?.siteLocale?.replace("_","-")),getSetupErrorCode:d("setupErrorCode"),getSetupErrorMessage:d("setupErrorMessage"),getSetupErrorRedoURL:d("setupErrorRedoURL"),getProxySupportLinkURL:d("proxySupportLinkURL"),getWidgetsAdminURL:d("widgetsAdminURL"),getPostTypes:d("postTypes"),getPermaLinkParam:e=>{if(e.permaLink)return e.permaLink;const t=(0,a.d)(n.g.location.href,"permaLink");return t||!1},isWebStoriesActive:d("webStoriesActive"),isSiteURLMatch:(0,c.createRegistrySelector)(e=>(t,n)=>{const r=e(l.O4).getReferenceSiteURL();return(0,g.dc)(r)===(0,g.dc)(n)}),getSiteURLPermutations:(0,c.createRegistrySelector)(e=>()=>{const t=e(l.O4).getReferenceSiteURL(),n=[],r=new URL(t);return r.hostname=r.hostname.replace(/^www\./i,""),r.protocol="http",n.push((0,g.CZ)(r)),r.protocol="https",n.push((0,g.CZ)(r)),r.hostname="www."+r.hostname,n.push((0,g.CZ)(r)),r.protocol="http",n.push((0,g.CZ)(r)),n}),getWPVersion:d("wpVersion"),getUpdateCoreURL:d("updateCoreURL"),hasChangePluginAutoUpdatesCapacity:d("changePluginAutoUpdatesCapacity"),getSiteKitAutoUpdatesEnabled:d("siteKitAutoUpdatesEnabled"),getPluginBasename:d("pluginBasename"),getKeyMetricsSetupCompletedBy:d("keyMetricsSetupCompletedBy"),getKeyMetricsSetupNew:d("keyMetricsSetupNew"),hasMinimumWordPressVersion:(0,c.createRegistrySelector)(e=>(t,n)=>{o()(n,"minimumWPVersion is required.");const{major:r,minor:i}=e(l.O4).getWPVersion()||{};if(void 0===r||void 0===i)return;const[s,a=0]=n.split(".").map(e=>parseInt(e,10));return s<r||s===r&&a<=i}),getProductPostType:d("productPostType"),isKeyMetricsSetupCompleted:e=>u(u(C.getKeyMetricsSetupCompletedBy(e))),getConsentModeRegions:d("consentModeRegions"),getAnyoneCanRegister:d("anyoneCanRegister"),isMultisite:d("isMultisite")},k={initialState:R,actions:v,controls:h,reducer:b,resolvers:E,selectors:C}},64067:(e,t,n)=>{n.d(t,{P9:()=>S,k:()=>m,mR:()=>f});var r=n(32091),o=n.n(r),i=n(17243),s=n(50539),a=n.n(s),c=n(21134),l=n(12850);const g="CREATE_SNAPSHOT",u="DELETE_SNAPSHOT",d="RESTORE_SNAPSHOT",p="SET_STATE_FROM_SNAPSHOT";function m(e,{keysToSnapshot:t}={}){o()(e,"storeName is required to create a snapshot store.");const n={},r={*deleteSnapshot(){return yield{payload:{},type:u}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:n,value:r}=yield{payload:{},type:d};return n&&(yield{payload:{snapshot:r},type:p},t&&(yield{payload:{},type:u})),n},*createSnapshot(){return yield{payload:{},type:g}}},a={[u]:()=>(0,c.LD)(`datastore::cache::${e}`),[g]:(0,s.createRegistryControl)(n=>()=>{const r=n.stores[e].store.getState(),o=t?.length>0?(0,i.pick)(r,t):r;return(0,c.SO)(`datastore::cache::${e}`,o)}),[d]:()=>(0,c.Gq)(`datastore::cache::${e}`,l.Jg)};return{initialState:n,actions:r,controls:a,reducer:function(e=n,{type:r,payload:o}){if(r===p){const{snapshot:n}=o,{error:r,...i}=n;return t?.length>0?{...e,...i}:i}return e}}}function y(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function f(e=a()){return Promise.all(y(e).map(e=>e.getActions().createSnapshot()))}function S(e=a()){return Promise.all(y(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,n)=>{n.d(t,{G:()=>o,t:()=>r});const r=new Set(n.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=r){return t instanceof Set&&t.has(e)}},71769:(e,t,n)=>{function r(e){return e.charAt(0).toUpperCase()+e.slice(1)}function o(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function i(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}n.d(t,{Uf:()=>i,m2:()=>r,sP:()=>o})},79829:(e,t,n)=>{n.d(t,{Eo:()=>u,JK:()=>y,K5:()=>m,jq:()=>p,mK:()=>g});var r=n(17243),o=n(50532),i=n.n(o),s=n(82871);function a(e,t={}){const{formatUnit:n,formatDecimal:r}=function(e,t={}){const{hours:n,minutes:r,seconds:o}=c(e);return{hours:n,minutes:r,seconds:o,formatUnit(){const{unitDisplay:i="short",...a}=t,c={unitDisplay:i,...a,style:"unit"};return 0===e?p(o,{...c,unit:"second"}):(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?p(o,{...c,unit:"second"}):"",r?p(r,{...c,unit:"minute"}):"",n?p(n,{...c,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,s.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,s.__)("%ds","google-site-kit"),o);if(0===e)return t;const i=(0,s.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,s.__)("%dm","google-site-kit"),r),a=(0,s.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,s.__)("%dh","google-site-kit"),n);return(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",r?i:"",n?a:"").trim()}}}(e,t);try{return n()}catch{return r()}}function c(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function l(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,r.isPlainObject)(e)&&(t={...e}),t}function u(e,t={}){e=(0,r.isFinite)(e)?e:Number(e),(0,r.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const n=g(t),{style:o="metric"}=n;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,s.__)("%sM","google-site-kit"),p(l(e),e%10==0?{}:t)):1e4<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),p(l(e))):1e3<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),p(l(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?a(e,n):"durationISO"===o?function(e){let{hours:t,minutes:n,seconds:r}=c(e);return r=("0"+r).slice(-2),n=("0"+n).slice(-2),t=("0"+t).slice(-2),"00"===t?`${n}:${r}`:`${t}:${n}:${r}`}(e):p(e,n)}const d=i()(console.warn);function p(e,t={}){const{locale:n=y(),...r}=t;try{return new Intl.NumberFormat(n,r).format(e)}catch(t){d(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(n)}, ${JSON.stringify(r)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},i=["signDisplay","compactDisplay"],s={};for(const[e,t]of Object.entries(r))o[e]&&t===o[e]||i.includes(e)||(s[e]=t);try{return new Intl.NumberFormat(n,s).format(e)}catch{return new Intl.NumberFormat(n).format(e)}}function m(e,t={}){const{locale:n=y(),style:r="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(n,{style:r,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const i=(0,s.__)(", ","google-site-kit");return e.join(i)}function y(e=n.g){const t=(0,r.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},82046:(e,t,n)=>{n.d(t,{C:()=>i,p:()=>o});var r=n(15210);function o(e,t={}){return{__html:r.O.sanitize(e,t)}}function i(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},89318:(e,t,n)=>{n.d(t,{M9:()=>A,sx:()=>C,BI:()=>k});var r=n(17243);const o="_googlesitekitDataLayer",i="data-googlesitekit-gtag";function s(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var a=n(65214);const c={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:l=[],isSiteKitScreen:g,trackingEnabled:u,trackingID:d,referenceSiteURL:p,userIDHash:m,isAuthenticated:y,userRoles:f}=n.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:S}=n.g,R={activeModules:l,trackingEnabled:u,trackingID:d,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:f,isAuthenticated:y,pluginVersion:S},{enableTracking:v,disableTracking:h,isTrackingEnabled:b,initializeSnippet:E,trackEvent:C,trackEventOnce:k}=function(e,t=n.g,l=n.g){const g={...c,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const u=function(e,t){const r=s(t);let c;const{activeModules:l,referenceSiteURL:g,userIDHash:u,userRoles:d=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=n.g;if(void 0===c&&(c=!!t.querySelector(`script[${i}]`)),c)return!1;c=!0;const s=d?.length?d.join(","):"";r("js",new Date),r("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:l.join(","),authenticated:p?"1":"0",user_properties:{user_roles:s,user_identifier:u}});const y=t.createElement("script");return y.setAttribute(i,""),y.async=!0,y.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(y),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(g,t),d=function(e,t,n,r){const o=s(t);return async function(t,i,s,a){const{trackingEnabled:c}=e;if(!c)return null;n();const l={send_to:"site_kit",event_category:t,event_label:s,value:a};return new Promise(e=>{const n=setTimeout(function(){r.console.warn(`Tracking event "${i}" (category "${t}") took too long to fire.`),e()},1e3);function s(){clearTimeout(n),e()}o("event",i,{...l,event_callback:s}),r._gaUserPrefs?.ioo?.()&&s()})}}(g,t,u,l),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:u,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:d,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,r.once)(d)),p[t](...e)}}}(R);function A(e){e?v():h()}g&&u&&E()},93896:(e,t,n)=>{n.d(t,{O4:()=>r,OQ:()=>i,qc:()=>o});const r="core/site",o="primary",i="secondary"},94552:(e,t,n)=>{n.d(t,{A:()=>c});var r=n(62688),o=n.n(r),i=n(4452),s=n.n(i),a=n(62540);function ChangeArrow({direction:e,invertColor:t,width:n,height:r}){return(0,a.jsx)("svg",{className:s()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:n,height:r,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const c=ChangeArrow},99897:(e,t,n)=>{n.d(t,{A_:()=>g,DF:()=>d,L1:()=>p,M0:()=>s,Mc:()=>a,Ok:()=>l,U9:()=>c,iW:()=>i,ue:()=>o,wq:()=>r,xR:()=>u});const r=1,o=2,i=3,s="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",c="_r.explorerCard..selmet",l="_r.explorerCard..seldim",g="_r..dataFilters",u="_r..nav",d="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=50946,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-datastore-ui-ab5c239e3cf8b9ab02b0.js 0000755 00000044661 15111634507 0017332 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[832],{2522:(e,t,r)=>{r.d(t,{D:()=>s});var n=r(32091),o=r.n(n);function s(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const r=-1*t;return{currentRange:e.slice(r),compareRange:e.slice(2*r,r)}}},7081:(e,t,r)=>{r.d(t,{F:()=>o,n:()=>n});const n="core/ui",o="activeContextID"},8143:(e,t,r)=>{r.d(t,{VZ:()=>s,dc:()=>a,pH:()=>o,r0:()=>i});var n=r(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function s(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function a(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function i(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const r=new URL(e),o=e.replace(r.origin,"");if(o.length<t)return o;const s=o.length-Math.floor(t)+1;return"…"+o.substr(s)}},12850:(e,t,r)=>{r.d(t,{tt:()=>E,Jg:()=>k,Gp:()=>N,GH:()=>w,r0:()=>_,Du:()=>A,Zf:()=>q,Cn:()=>F,G7:()=>y,vH:()=>m,N_:()=>T,zh:()=>G,mK:()=>l.mK,Ql:()=>D,vY:()=>M,sq:()=>O,VZ:()=>V.VZ,JK:()=>l.JK,IS:()=>$,pH:()=>V.pH,kf:()=>K,O5:()=>L,Qr:()=>R,x6:()=>H,K5:()=>l.K5,S_:()=>p,dc:()=>V.dc,Eo:()=>l.Eo,jq:()=>l.jq,DK:()=>U.D,N9:()=>J,p9:()=>s.p,XH:()=>I,Zm:()=>c,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>s.C,BG:()=>P});var n=r(17243),o=r(89318),s=r(82046),a=r(10523),i=r.n(a);function c(e){return i()(JSON.stringify(u(e)))}function u(e){const t={};return Object.keys(e).sort().forEach(r=>{let n=e[r];n&&"object"==typeof n&&!Array.isArray(n)&&(n=u(n)),t[r]=n}),t}var l=r(79829);function g(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function f(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function d(e){return e.replace(/\n/gi,"<br>")}function p(e){const t=[g,f,d];let r=e;for(const e of t)r=e(r);return r}function m(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function y(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var h=r(32091),b=r.n(h),v=r(82871);const S="Date param must construct to a valid date instance or be a valid date instance itself.",w="Invalid dateString parameter, it must be a string.",N='Invalid date range, it must be a string with the format "last-x-days".',_=60,k=60*_,E=24*k,A=7*E;function D(){function e(e){return(0,v.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,v._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function R(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function O(e){b()((0,n.isDate)(e)&&!isNaN(e),S);const t=`${e.getMonth()+1}`,r=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,r.length<2?`0${r}`:r].join("-")}function I(e){b()(R(e),w);const[t,r,n]=e.split("-");return new Date(t,r-1,n)}function $(e,t){return O(T(e,t*E))}function L(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function T(e,t){b()(R(e)||(0,n.isDate)(e)&&!isNaN(e),w);const r=R(e)?Date.parse(e):e.getTime();return new Date(r-1e3*t)}var C=r(69743),j=r(94552),x=r(62540);function M(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:r=!1}=t;return(0,C.Ay)((0,x.jsx)(j.A,{direction:e>0?"up":"down",invertColor:r}))}function F(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var V=r(8143);function H(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function K(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function J(e){return Array.isArray(e)?[...e].sort():e}var U=r(2522);function q(e,t){function r(e){return"0"===e||0===e}if(r(e)&&r(t))return 0;if(r(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function P(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function G(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},15210:(e,t,r)=>{r.d(t,{O:()=>o});var n=r(31234);const o=r.n(n)()(r.g)},21125:(e,t,r)=>{r.d(t,{g4:()=>m,o1:()=>p});var n=r(78913),o=r(32091),s=r.n(o),a=r(10523),i=r.n(a),c=r(12850),u=r(50539);const l="RECEIVE_ERROR",g="CLEAR_ERROR",f="CLEAR_ERRORS";function d(e,t){if(t&&Array.isArray(t)){const r=t.map(e=>"object"==typeof e?(0,c.Zm)(e):e);return`${e}::${i()(JSON.stringify(r))}`}return e}const p={receiveError:(e,t,r=[])=>(s()(e,"error is required."),s()(t,"baseName is required."),s()(r&&Array.isArray(r),"args must be an array."),{type:l,payload:{error:e,baseName:t,args:r}}),clearError:(e,t=[])=>(s()(e,"baseName is required."),s()(t&&Array.isArray(t),"args must be an array."),{type:g,payload:{baseName:e,args:t}}),clearErrors:e=>({type:f,payload:{baseName:e}})};function m(e){s()(e,"storeName must be defined.");const t=(0,u.createReducer)((e,{type:t,payload:r})=>{switch(t){case l:{const{baseName:t,args:n,error:o}=r,s=d(t,n);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[s]=o,e.errorArgs[s]=n;break}case g:{const{baseName:t,args:n}=r,o=d(t,n);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[o],delete e.errorArgs[o];break}case f:{const{baseName:t}=r;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const r in e.errors)(r===t||r.startsWith(`${t}::`))&&(delete e.errors[r],delete e.errorArgs[r])}else e.errors={},e.errorArgs={};break}}}),r={getErrorForSelector:(e,t,n=[])=>(s()(t,"selectorName is required."),r.getError(e,t,n)),getErrorForAction:(e,t,n=[])=>(s()(t,"actionName is required."),r.getError(e,t,n)),getError(e,t,r){const{errors:n}=e;return s()(t,"baseName is required."),n[d(t,r)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const r=Object.keys(e.errors).find(r=>e.errors[r]===t);if(r){return{baseName:r.substring(0,r.indexOf("::")),args:e.errorArgs[r]}}return null},getSelectorDataForError:(0,n.N)(t=>function(r,n){const o=t(e).getMetaDataForError(n);if(o){const{baseName:r,args:n}=o;if(!!t(e)[r])return{storeName:e,name:r,args:n}}return null}),hasErrors:e=>r.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:p,controls:{},reducer:t,resolvers:{},selectors:r}}},21134:(e,t,r)=>{r.d(t,{Gq:()=>g,IL:()=>m,LD:()=>d,SO:()=>f,a2:()=>o,xD:()=>p});var n=r(12850);const o="googlesitekit_",s=`${o}1.165.0_${r.g._googlesitekitBaseData.storagePrefix}_`,a=["sessionStorage","localStorage"];let i,c=[...a];async function u(e){const t=r.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function l(){if(void 0!==i)return i;for(const e of c)i||await u(e)&&(i=r.g[e]);return void 0===i&&(i=null),i}async function g(e){const t=await l();if(t){const r=t.getItem(`${s}${e}`);if(r){const e=JSON.parse(r),{timestamp:t,ttl:n,value:o,isError:s}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:o,isError:s}}}return{cacheHit:!1,value:void 0}}async function f(e,t,{ttl:o=n.Jg,timestamp:a=Math.round(Date.now()/1e3),isError:i=!1}={}){const c=await l();if(c)try{return c.setItem(`${s}${e}`,JSON.stringify({timestamp:a,ttl:o,value:t,isError:i})),!0}catch(e){return r.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function d(e){const t=await l();if(t)try{const r=e.startsWith(o)?e:`${s}${e}`;return t.removeItem(r),!0}catch(e){return r.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(){const e=await l();if(e)try{const t=[];for(let r=0;r<e.length;r++){const n=e.key(r);0===n.indexOf(o)&&t.push(n)}return t}catch(e){return r.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function m(){if(await l()){const e=await p();for(const t of e)await d(t);return!0}return!1}},42288:(e,t,r)=>{var n=r(50539),o=r.n(n),s=r(21125),a=r(64067),i=r(32091),c=r.n(i),u=r(17243),l=r(7081);const g="SET_VALUES",f="SET_VALUE",d={*resetInViewHook(){const e=(yield n.commonActions.getRegistry()).select(l.n).getValue("useInViewResetCount");return yield d.setValue("useInViewResetCount",e+1)},setIsOnline:e=>(c()((0,u.isBoolean)(e),"value must be boolean."),d.setValue("isOnline",e)),setValues:e=>(c()((0,u.isPlainObject)(e),"values must be an object."),{payload:{values:e},type:g}),setValue:(e,t)=>(c()(e,"key is required."),{payload:{key:e,value:t},type:f})},p=(0,n.createReducer)((e,{type:t,payload:r})=>{switch(t){case g:Object.assign(e,r.values);break;case f:e[r.key]=r.value}}),m={initialState:{useInViewResetCount:0,isOnline:!0},actions:d,controls:{},reducer:p,resolvers:{},selectors:{getValue:(e,t)=>e[t],getInViewResetCount:e=>e.useInViewResetCount,getIsOnline:e=>e.isOnline}},y=(0,n.combineStores)(n.commonStore,m,(0,a.k)(l.n),(0,s.g4)(l.n));y.initialState,y.actions,y.controls,y.reducer,y.resolvers,y.selectors;o().registerStore(l.n,y)},50539:e=>{e.exports=googlesitekit.data},64067:(e,t,r)=>{r.d(t,{P9:()=>h,k:()=>p,mR:()=>y});var n=r(32091),o=r.n(n),s=r(17243),a=r(50539),i=r.n(a),c=r(21134),u=r(12850);const l="CREATE_SNAPSHOT",g="DELETE_SNAPSHOT",f="RESTORE_SNAPSHOT",d="SET_STATE_FROM_SNAPSHOT";function p(e,{keysToSnapshot:t}={}){o()(e,"storeName is required to create a snapshot store.");const r={},n={*deleteSnapshot(){return yield{payload:{},type:g}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:r,value:n}=yield{payload:{},type:f};return r&&(yield{payload:{snapshot:n},type:d},t&&(yield{payload:{},type:g})),r},*createSnapshot(){return yield{payload:{},type:l}}},i={[g]:()=>(0,c.LD)(`datastore::cache::${e}`),[l]:(0,a.createRegistryControl)(r=>()=>{const n=r.stores[e].store.getState(),o=t?.length>0?(0,s.pick)(n,t):n;return(0,c.SO)(`datastore::cache::${e}`,o)}),[f]:()=>(0,c.Gq)(`datastore::cache::${e}`,u.Jg)};return{initialState:r,actions:n,controls:i,reducer:function(e=r,{type:n,payload:o}){if(n===d){const{snapshot:r}=o,{error:n,...s}=r;return t?.length>0?{...e,...s}:s}return e}}}function m(e=i()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function y(e=i()){return Promise.all(m(e).map(e=>e.getActions().createSnapshot()))}function h(e=i()){return Promise.all(m(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,r)=>{r.d(t,{G:()=>o,t:()=>n});const n=new Set(r.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=n){return t instanceof Set&&t.has(e)}},79829:(e,t,r)=>{r.d(t,{Eo:()=>g,JK:()=>m,K5:()=>p,jq:()=>d,mK:()=>l});var n=r(17243),o=r(50532),s=r.n(o),a=r(82871);function i(e,t={}){const{formatUnit:r,formatDecimal:n}=function(e,t={}){const{hours:r,minutes:n,seconds:o}=c(e);return{hours:r,minutes:n,seconds:o,formatUnit(){const{unitDisplay:s="short",...i}=t,c={unitDisplay:s,...i,style:"unit"};return 0===e?d(o,{...c,unit:"second"}):(0,a.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,a._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?d(o,{...c,unit:"second"}):"",n?d(n,{...c,unit:"minute"}):"",r?d(r,{...c,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,a.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,a.__)("%ds","google-site-kit"),o);if(0===e)return t;const s=(0,a.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,a.__)("%dm","google-site-kit"),n),i=(0,a.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,a.__)("%dh","google-site-kit"),r);return(0,a.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,a._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",n?s:"",r?i:"").trim()}}}(e,t);try{return r()}catch{return n()}}function c(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function u(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function l(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function g(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const r=l(t),{style:o="metric"}=r;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,a.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,a.__)("%sM","google-site-kit"),d(u(e),e%10==0?{}:t)):1e4<=e?(0,a.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,a.__)("%sK","google-site-kit"),d(u(e))):1e3<=e?(0,a.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,a.__)("%sK","google-site-kit"),d(u(e),e%10==0?{}:t)):d(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?i(e,r):"durationISO"===o?function(e){let{hours:t,minutes:r,seconds:n}=c(e);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),t=("0"+t).slice(-2),"00"===t?`${r}:${n}`:`${t}:${r}:${n}`}(e):d(e,r)}const f=s()(console.warn);function d(e,t={}){const{locale:r=m(),...n}=t;try{return new Intl.NumberFormat(r,n).format(e)}catch(t){f(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(r)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},s=["signDisplay","compactDisplay"],a={};for(const[e,t]of Object.entries(n))o[e]&&t===o[e]||s.includes(e)||(a[e]=t);try{return new Intl.NumberFormat(r,a).format(e)}catch{return new Intl.NumberFormat(r).format(e)}}function p(e,t={}){const{locale:r=m(),style:n="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(r,{style:n,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const s=(0,a.__)(", ","google-site-kit");return e.join(s)}function m(e=r.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},82046:(e,t,r)=>{r.d(t,{C:()=>s,p:()=>o});var n=r(15210);function o(e,t={}){return{__html:n.O.sanitize(e,t)}}function s(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},89318:(e,t,r)=>{r.d(t,{M9:()=>E,sx:()=>_,BI:()=>k});var n=r(17243);const o="_googlesitekitDataLayer",s="data-googlesitekit-gtag";function a(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var i=r(65214);const c={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:u=[],isSiteKitScreen:l,trackingEnabled:g,trackingID:f,referenceSiteURL:d,userIDHash:p,isAuthenticated:m,userRoles:y}=r.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:h}=r.g,b={activeModules:u,trackingEnabled:g,trackingID:f,referenceSiteURL:d,userIDHash:p,isSiteKitScreen:l,userRoles:y,isAuthenticated:m,pluginVersion:h},{enableTracking:v,disableTracking:S,isTrackingEnabled:w,initializeSnippet:N,trackEvent:_,trackEventOnce:k}=function(e,t=r.g,u=r.g){const l={...c,...e};l.referenceSiteURL&&(l.referenceSiteURL=l.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(e,t){const n=a(t);let c;const{activeModules:u,referenceSiteURL:l,userIDHash:g,userRoles:f=[],isAuthenticated:d,pluginVersion:p}=e;return function(){const{document:t}=r.g;if(void 0===c&&(c=!!t.querySelector(`script[${s}]`)),c)return!1;c=!0;const a=f?.length?f.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:l,plugin_version:p||"",enabled_features:Array.from(i.t).join(","),active_modules:u.join(","),authenticated:d?"1":"0",user_properties:{user_roles:a,user_identifier:g}});const m=t.createElement("script");return m.setAttribute(s,""),m.async=!0,m.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(m),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(l,t),f=function(e,t,r,n){const o=a(t);return async function(t,s,a,i){const{trackingEnabled:c}=e;if(!c)return null;r();const u={send_to:"site_kit",event_category:t,event_label:a,value:i};return new Promise(e=>{const r=setTimeout(function(){n.console.warn(`Tracking event "${s}" (category "${t}") took too long to fire.`),e()},1e3);function a(){clearTimeout(r),e()}o("event",s,{...u,event_callback:a}),n._gaUserPrefs?.ioo?.()&&a()})}}(l,t,g,u),d={};return{enableTracking:function(){l.trackingEnabled=!0},disableTracking:function(){l.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!l.trackingEnabled},trackEvent:f,trackEventOnce:function(...e){const t=JSON.stringify(e);d[t]||(d[t]=(0,n.once)(f)),d[t](...e)}}}(b);function E(e){e?v():S()}l&&g&&N()},94552:(e,t,r)=>{r.d(t,{A:()=>c});var n=r(62688),o=r.n(n),s=r(4452),a=r.n(s),i=r(62540);function ChangeArrow({direction:e,invertColor:t,width:r,height:n}){return(0,i.jsx)("svg",{className:a()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:r,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const c=ChangeArrow}},e=>{e.O(0,[660],()=>{return t=42288,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-datastore-user-554efe90316700e16739.js 0000755 00000245007 15111634507 0017253 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[995],{2522:(e,t,i)=>{i.d(t,{D:()=>o});var s=i(32091),r=i.n(s);function o(e,{dateRangeLength:t}){r()(Array.isArray(e),"report must be an array to partition."),r()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3687:(e,t,i)=>{i.d(t,{U:()=>y});var s=i(32091),r=i.n(s),o=i(17243),n=i(21125),a=i(71769),c=i(12850),l=i(50539);function g(e){return e}function u(){return{}}function d(){}const{clearError:p,receiveError:m}=n.o1;function y({baseName:e,controlCallback:t,reducerCallback:i=g,argsToParams:s=u,validateParams:n=d}){let y;r()(e,"baseName is required."),r()("function"==typeof t,"controlCallback is required and must be a function."),r()("function"==typeof i,"reducerCallback must be a function."),r()("function"==typeof s,"argsToParams must be a function."),r()("function"==typeof n,"validateParams must be a function.");try{n(s()),y=!1}catch(e){y=!0}const S=(0,a.m2)(e),v=(0,a.sP)(e),f=`FETCH_${v}`,h=`START_${f}`,_=`FINISH_${f}`,b=`CATCH_${f}`,R=`RECEIVE_${v}`,A=`fetch${S}`,E=`receive${S}`,C=`isFetching${S}`,k={[C]:{}};const T={[A](...t){const i=s(...t);return n(i),function*(t,i){let s,r;yield{payload:{params:t},type:h},yield p(e,i);try{s=yield{payload:{params:t},type:f},yield T[E](s,t),yield{payload:{params:t},type:_}}catch(s){r=s,yield m(r,e,i),yield{payload:{params:t},type:b}}return{response:s,error:r}}(i,t)},[E]:(e,t)=>(r()(void 0!==e,"response is required."),y?(r()((0,o.isPlainObject)(t),"params is required."),n(t)):t={},{payload:{response:e,params:t},type:R})},I={[f]:({payload:e})=>t(e.params)},D=(0,l.createReducer)((e,{type:t,payload:s})=>{switch(t){case h:{const{params:t}=s;return e[C]=e[C]||{},e[C][(0,c.Zm)(t)]=!0,e}case R:{const{response:t,params:r}=s;return i(e,t,r)}case _:{const{params:t}=s;return e[C]=e[C]||{},e[C][(0,c.Zm)(t)]=!1,e}case b:{const{params:t}=s;return e[C]=e[C]||{},e[C][(0,c.Zm)(t)]=!1,e}default:return e}});return{initialState:k,actions:T,controls:I,reducer:D,resolvers:{},selectors:{[C]:(e,...t)=>{if(void 0===e[C])return!1;let i;try{i=s(...t),n(i)}catch(e){return!1}return!!e[C][(0,c.Zm)(i)]}}}}},8143:(e,t,i)=>{i.d(t,{VZ:()=>o,dc:()=>n,pH:()=>r,r0:()=>a});var s=i(84024);function r(e){try{return new URL(e).pathname}catch{}return null}function o(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function n(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,s.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),r=e.replace(i.origin,"");if(r.length<t)return r;const o=r.length-Math.floor(t)+1;return"…"+r.substr(o)}},11997:(e,t,i)=>{function s(e,...t){return e.reduce((e,i,s)=>e+i+encodeURIComponent(t[s]||""),"")}i.d(t,{U:()=>s})},12315:(e,t,i)=>{i.d(t,{Y:()=>c});var s=i(32091),r=i.n(s),o=i(54419),n=i(50539),a=i(3687);function c(e,t,i,{server:s=!0,storeName:c}={}){r()(e,"type is required."),r()(t,"identifier is required."),r()(i,"datapoint is required.");const l=c||`${e}/${t}`,g={serverNotifications:s?void 0:{}},u=(0,a.U)({baseName:"getNotifications",controlCallback:()=>(0,o.get)(e,t,i),reducerCallback:(0,n.createReducer)((e,t)=>{e.serverNotifications=t.reduce((e,t)=>({...e,[t.id]:t}),{})})});const d={*getNotifications(){(yield n.commonActions.getRegistry()).select(l).getNotifications()||(yield u.actions.fetchGetNotifications())}};s||delete d.getNotifications;const p={getNotifications(e){const{serverNotifications:t}=e;return void 0===t?t:Object.values({...t||{}})}};return{...(0,n.combineStores)(u,{initialState:g,actions:{},controls:{},reducer:function(e=g,{type:t}){return e},resolvers:d,selectors:p}),STORE_NAME:l}}},12850:(e,t,i)=>{i.d(t,{tt:()=>C,Jg:()=>E,Gp:()=>R,GH:()=>b,r0:()=>A,Du:()=>k,Zf:()=>j,Cn:()=>q,G7:()=>S,vH:()=>y,N_:()=>P,zh:()=>H,mK:()=>g.mK,Ql:()=>T,vY:()=>M,sq:()=>D,VZ:()=>F.VZ,JK:()=>g.JK,IS:()=>N,pH:()=>F.pH,kf:()=>V,O5:()=>w,Qr:()=>I,x6:()=>x,K5:()=>g.K5,S_:()=>m,dc:()=>F.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>K.D,N9:()=>$,p9:()=>o.p,XH:()=>U,Zm:()=>c,sx:()=>r.sx,BI:()=>r.BI,CZ:()=>o.C,BG:()=>B});var s=i(17243),r=i(89318),o=i(82046),n=i(10523),a=i.n(n);function c(e){return a()(JSON.stringify(l(e)))}function l(e){const t={};return Object.keys(e).sort().forEach(i=>{let s=e[i];s&&"object"==typeof s&&!Array.isArray(s)&&(s=l(s)),t[i]=s}),t}var g=i(79829);function u(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function d(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[u,d,p];let i=e;for(const e of t)i=e(i);return i}function y(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function S(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var v=i(32091),f=i.n(v),h=i(82871);const _="Date param must construct to a valid date instance or be a valid date instance itself.",b="Invalid dateString parameter, it must be a string.",R='Invalid date range, it must be a string with the format "last-x-days".',A=60,E=60*A,C=24*E,k=7*C;function T(){function e(e){return(0,h.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,h._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function I(e=""){if(!(0,s.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,s.isDate)(t)&&!isNaN(t)}function D(e){f()((0,s.isDate)(e)&&!isNaN(e),_);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function U(e){f()(I(e),b);const[t,i,s]=e.split("-");return new Date(t,i-1,s)}function N(e,t){return D(P(e,t*C))}function w(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function P(e,t){f()(I(e)||(0,s.isDate)(e)&&!isNaN(e),b);const i=I(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var L=i(69743),O=i(94552),G=i(62540);function M(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,L.Ay)((0,G.jsx)(O.A,{direction:e>0?"up":"down",invertColor:i}))}function q(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var F=i(8143);function x(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function V(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function $(e){return Array.isArray(e)?[...e].sort():e}var K=i(2522);function j(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const s=(t-e)/e;return Number.isNaN(s)||!Number.isFinite(s)?null:s}function B(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function H(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,s.unescape)(t)}},15210:(e,t,i)=>{i.d(t,{O:()=>r});var s=i(31234);const r=i.n(s)()(i.g)},21125:(e,t,i)=>{i.d(t,{g4:()=>y,o1:()=>m});var s=i(78913),r=i(32091),o=i.n(r),n=i(10523),a=i.n(n),c=i(12850),l=i(50539);const g="RECEIVE_ERROR",u="CLEAR_ERROR",d="CLEAR_ERRORS";function p(e,t){if(t&&Array.isArray(t)){const i=t.map(e=>"object"==typeof e?(0,c.Zm)(e):e);return`${e}::${a()(JSON.stringify(i))}`}return e}const m={receiveError:(e,t,i=[])=>(o()(e,"error is required."),o()(t,"baseName is required."),o()(i&&Array.isArray(i),"args must be an array."),{type:g,payload:{error:e,baseName:t,args:i}}),clearError:(e,t=[])=>(o()(e,"baseName is required."),o()(t&&Array.isArray(t),"args must be an array."),{type:u,payload:{baseName:e,args:t}}),clearErrors:e=>({type:d,payload:{baseName:e}})};function y(e){o()(e,"storeName must be defined.");const t=(0,l.createReducer)((e,{type:t,payload:i})=>{switch(t){case g:{const{baseName:t,args:s,error:r}=i,o=p(t,s);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[o]=r,e.errorArgs[o]=s;break}case u:{const{baseName:t,args:s}=i,r=p(t,s);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[r],delete e.errorArgs[r];break}case d:{const{baseName:t}=i;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const i in e.errors)(i===t||i.startsWith(`${t}::`))&&(delete e.errors[i],delete e.errorArgs[i])}else e.errors={},e.errorArgs={};break}}}),i={getErrorForSelector:(e,t,s=[])=>(o()(t,"selectorName is required."),i.getError(e,t,s)),getErrorForAction:(e,t,s=[])=>(o()(t,"actionName is required."),i.getError(e,t,s)),getError(e,t,i){const{errors:s}=e;return o()(t,"baseName is required."),s[p(t,i)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const i=Object.keys(e.errors).find(i=>e.errors[i]===t);if(i){return{baseName:i.substring(0,i.indexOf("::")),args:e.errorArgs[i]}}return null},getSelectorDataForError:(0,s.N)(t=>function(i,s){const r=t(e).getMetaDataForError(s);if(r){const{baseName:i,args:s}=r;if(!!t(e)[i])return{storeName:e,name:i,args:s}}return null}),hasErrors:e=>i.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:m,controls:{},reducer:t,resolvers:{},selectors:i}}},21134:(e,t,i)=>{i.d(t,{Gq:()=>u,IL:()=>y,LD:()=>p,SO:()=>d,a2:()=>r,xD:()=>m});var s=i(12850);const r="googlesitekit_",o=`${r}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,n=["sessionStorage","localStorage"];let a,c=[...n];async function l(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of c)a||await l(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function u(e){const t=await g();if(t){const i=t.getItem(`${o}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:s,value:r,isError:o}=e;if(t&&(!s||Math.round(Date.now()/1e3)-t<s))return{cacheHit:!0,value:r,isError:o}}}return{cacheHit:!1,value:void 0}}async function d(e,t,{ttl:r=s.Jg,timestamp:n=Math.round(Date.now()/1e3),isError:a=!1}={}){const c=await g();if(c)try{return c.setItem(`${o}${e}`,JSON.stringify({timestamp:n,ttl:r,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(r)?e:`${o}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const s=e.key(i);0===s.indexOf(r)&&t.push(s)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function y(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},25623:(e,t,i)=>{i.d(t,{G:()=>u});var s=i(82871),r=i(58116),o=i(93896),n=i(72455);function a({select:e,slug:t}){return e(n.K9).hasConversionReportingEvents(this.requiredConversionEventName)||e(r.oR).isKeyMetricActive(t)}var c=i(50111);function l({select:e,isViewOnlyDashboard:t}){return!t||!(!t||!e(n.K9).getAdSenseLinked())}function g({select:e,isViewOnlyDashboard:t}){return!t||e(n.K9).hasCustomDimensions(this.requiredCustomDimensions)}const u={[r.p3]:{title:(0,s.__)("Top earning pages","google-site-kit"),description:(0,s.__)("Pages that generated the most AdSense revenue","google-site-kit"),infoTooltip:(0,s.__)("Pages that generated the most AdSense revenue","google-site-kit"),displayInSelectionPanel:l,displayInList:l,metadata:{group:c.hs.SLUG}},[r.BT]:{title:(0,s.__)("Top recent trending pages","google-site-kit"),description:(0,s.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),infoTooltip:(0,s.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_date"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:c.hs.SLUG}},[r.tB]:{title:(0,s.__)("Most popular authors by pageviews","google-site-kit"),description:(0,s.__)("Authors whose posts got the most visits","google-site-kit"),infoTooltip:(0,s.__)("Authors whose posts got the most visits","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_author"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:c.hs.SLUG}},[r.t1]:{title:(0,s.__)("Top categories by pageviews","google-site-kit"),description:(0,s.__)("Categories that your site visitors viewed the most","google-site-kit"),infoTooltip:(0,s.__)("Categories that your site visitors viewed the most","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_categories"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:c.hs.SLUG}},[r.ep]:{title:(0,s.__)("Most popular content by pageviews","google-site-kit"),description:(0,s.__)("Pages that brought in the most visitors","google-site-kit"),infoTooltip:(0,s.__)("Pages your visitors read the most","google-site-kit"),metadata:{group:c.hs.SLUG}},[r.pG]:{title:(0,s.__)("Most popular products by pageviews","google-site-kit"),description:(0,s.__)("Products that brought in the most visitors","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_type"],displayInSelectionPanel:({select:e})=>e(r.oR).isKeyMetricActive(r.pG)||e(o.O4).getProductPostType(),displayInWidgetArea:g,metadata:{group:c.GF.SLUG}},[r.nH]:{title:(0,s.__)("Pages per visit","google-site-kit"),description:(0,s.__)("Number of pages visitors viewed per session on average","google-site-kit"),infoTooltip:(0,s.__)("Number of pages visitors viewed per session on average","google-site-kit"),metadata:{group:c.IX.SLUG}},[r.J5]:{title:(0,s.__)("Visit length","google-site-kit"),description:(0,s.__)("Average duration of engaged visits","google-site-kit"),infoTooltip:(0,s.__)("Average duration of engaged visits","google-site-kit"),metadata:{group:c.IX.SLUG}},[r.Yw]:{title:(0,s.__)("Visits per visitor","google-site-kit"),description:(0,s.__)("Average number of sessions per site visitor","google-site-kit"),infoTooltip:(0,s.__)("Average number of sessions per site visitor","google-site-kit"),metadata:{group:c.IX.SLUG}},[r.UY]:{title:(0,s.__)("Most engaging pages","google-site-kit"),description:(0,s.__)("Pages with the highest engagement rate","google-site-kit"),infoTooltip:(0,s.__)("Pages with the highest engagement rate","google-site-kit"),metadata:{group:c.hs.SLUG}},[r.gC]:{title:(0,s.__)("Least engaging pages","google-site-kit"),description:(0,s.__)("Pages with the highest percentage of visitors that left without engagement with your site","google-site-kit"),infoTooltip:(0,s.__)("Percentage of visitors that left without engagement with your site","google-site-kit"),metadata:{group:c.hs.SLUG}},[r.tK]:{title:(0,s.__)("Top pages by returning visitors","google-site-kit"),description:(0,s.__)("Pages that attracted the most returning visitors","google-site-kit"),infoTooltip:(0,s.__)("Pages that attracted the most returning visitors","google-site-kit"),metadata:{group:c.IX.SLUG}},[r.fu]:{title:(0,s.__)("New visitors","google-site-kit"),description:(0,s.__)("How many new visitors you got and how the overall audience changed","google-site-kit"),infoTooltip:(0,s.__)("Portion of visitors who visited your site for the first time in this timeframe","google-site-kit"),metadata:{group:c.IX.SLUG}},[r.dX]:{title:(0,s.__)("Returning visitors","google-site-kit"),description:(0,s.__)("Portion of people who visited your site more than once","google-site-kit"),infoTooltip:(0,s.__)("Portion of your site’s visitors that returned at least once in this timeframe","google-site-kit"),metadata:{group:c.IX.SLUG}},[r.SS]:{title:(0,s.__)("Top traffic source","google-site-kit"),description:(0,s.__)("Channel which brought in the most visitors to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most visitors to your site","google-site-kit"),metadata:{group:c.wb.SLUG}},[r.Vl]:{title:(0,s.__)("Top traffic source driving add to cart","google-site-kit"),description:(0,s.__)("Channel which brought in the most add to cart events to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most add to cart events to your site","google-site-kit"),requiredConversionEventName:[n.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:c.GF.SLUG}},[r.u_]:{title:(0,s.__)("Top traffic source driving leads","google-site-kit"),description:(0,s.__)("Channel which brought in the most leads to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most leads to your site","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:c.XU.SLUG}},[r.HA]:{title:(0,s.__)("Top traffic source driving purchases","google-site-kit"),description:(0,s.__)("Channel which brought in the most purchases to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most purchases to your site","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:c.GF.SLUG}},[r.GT]:{title:(0,s.__)("Most engaged traffic source","google-site-kit"),description:(0,s.__)("Visitors coming via this channel spent the most time on your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most visitors who had a meaningful engagement with your site","google-site-kit"),metadata:{group:c.wb.SLUG}},[r.qy]:{title:(0,s.__)("Top converting traffic source","google-site-kit"),description:(0,s.__)("Channel which brought in the most visits that resulted in key events","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in visitors who generated the most key events","google-site-kit"),metadata:{group:c.wb.SLUG}},[r.GM]:{title:(0,s.__)("Top cities driving traffic","google-site-kit"),description:(0,s.__)("Which cities you get the most visitors from","google-site-kit"),infoTooltip:(0,s.__)("The cities where most of your visitors came from","google-site-kit"),metadata:{group:c.wb.SLUG}},[r.CQ]:{title:(0,s.__)("Top cities driving leads","google-site-kit"),description:(0,s.__)("Cities driving the most contact form submissions","google-site-kit"),infoTooltip:(0,s.__)("Cities driving the most contact form submissions","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:c.XU.SLUG}},[r.Xq]:{title:(0,s.__)("Top cities driving add to cart","google-site-kit"),description:(0,s.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),infoTooltip:(0,s.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),requiredConversionEventName:[n.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:c.GF.SLUG}},[r.JF]:{title:(0,s.__)("Top cities driving purchases","google-site-kit"),description:(0,s.__)("Cities driving the most purchases","google-site-kit"),infoTooltip:(0,s.__)("Cities driving the most purchases","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:c.GF.SLUG}},[r.YQ]:{title:(0,s.__)("Top device driving purchases","google-site-kit"),description:(0,s.__)("Top device driving the most purchases","google-site-kit"),infoTooltip:(0,s.__)("Top device driving the most purchases","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:c.GF.SLUG}},[r.dV]:{title:(0,s.__)("Top countries driving traffic","google-site-kit"),description:(0,s.__)("Which countries you get the most visitors from","google-site-kit"),infoTooltip:(0,s.__)("The countries where most of your visitors came from","google-site-kit"),metadata:{group:c.wb.SLUG}},[r.t7]:{title:(0,s.__)("Top performing keywords","google-site-kit"),description:(0,s.__)("What people searched for before they came to your site","google-site-kit"),infoTooltip:(0,s.__)("The top search queries for your site by highest clickthrough rate","google-site-kit"),metadata:{group:c.wb.SLUG}},[r.HP]:{title:(0,s.__)("Top pages driving leads","google-site-kit"),description:(0,s.__)("Pages on which forms are most frequently submitted","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:c.XU.SLUG}}}},37226:(e,t,i)=>{i.d(t,{U:()=>r,i:()=>s});const s="core/modules",r="insufficient_module_dependencies"},44053:(e,t,i)=>{var s=i(50539),r=i.n(s),o=i(21125),n=i(32091),a=i.n(n),c=i(52891),l=i(58116);const g="CHECK_ADBLOCKER",u="RECEIVE_IS_ADBLOCKER_ACTIVE",d={isAdBlockerActive:void 0},p={*checkAdBlocker(){return yield{payload:{},type:g}},receiveIsAdBlockerActive:e=>(a()("boolean"==typeof e,"isAdBlockerActive must be boolean."),{payload:{isAdBlockerActive:e},type:u})},m={[g]:async()=>{if(await(0,c.detectAnyAdblocker)())return!0;try{const e=["google-site-kit=/adsense/pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",`timestamp=${Date.now()}`];await fetch(`/favicon.ico?${e.join("&")}`,{credentials:"omit",redirect:"manual"})}catch{return!0}return!1}},y=(0,s.createReducer)((e,{payload:t,type:i})=>{if(i===u)e.isAdBlockerActive=t.isAdBlockerActive}),S={*isAdBlockerActive(){if(void 0!==(yield s.commonActions.getRegistry()).select(l.oR).isAdBlockerActive())return;const e=yield p.checkAdBlocker();yield p.receiveIsAdBlockerActive(e)}},v={initialState:d,actions:p,controls:m,reducer:y,resolvers:S,selectors:{isAdBlockerActive(e){const{isAdBlockerActive:t}=e;return t}}};var f=i(17243),h=i(54419),_=i(72455),b=i(3687),R=i(47121);const{receiveError:A,clearError:E}=o.o1;const C=(0,s.createReducer)((e,t)=>{e.audienceSettings||(e.audienceSettings={}),e.audienceSettings.settings=t,e.audienceSettings.savedSettings=t}),k=(0,b.U)({baseName:"getUserAudienceSettings",controlCallback:()=>(0,h.get)("core","user","audience-settings",{},{useCache:!1}),reducerCallback:C}),T=(0,b.U)({baseName:"saveUserAudienceSettings",controlCallback:e=>(0,h.set)("core","user","audience-settings",{settings:e}),reducerCallback:C,argsToParams:e=>e,validateParams:function(e){a()((0,f.isPlainObject)(e),"Audience settings should be an object."),a()(Array.isArray(e.configuredAudiences),"Configured audiences should be an array."),a()("boolean"==typeof e.isAudienceSegmentationWidgetHidden,"Audience segmentation widget visibility should be a boolean.")}}),I="RESET_AUDIENCE_SETTINGS",D="SET_CONFIGURED_AUDIENCES",U="SET_AUDIENCE_SEGMENTATION_WIDGET_HIDDEN",N={audienceSettings:void 0},w={saveUserAudienceSettings:(0,R.$C)((e={})=>{a()((0,f.isPlainObject)(e),"audience settings should be an object to save.")},function*(e={}){yield E("saveUserAudienceSettings",[]);const t=yield s.commonActions.getRegistry(),i={...yield s.commonActions.await(t.resolveSelect(l.oR).getUserAudienceSettings()),...e},r=yield s.commonActions.await(t.resolveSelect(_.K9).getOrSyncAvailableAudiences()),o=[...i.configuredAudiences].sort((e,t)=>{const i=r.findIndex(t=>t.name===e),s=r.findIndex(e=>e.name===t);return-1===i||-1===s?0:i-s});i.configuredAudiences=o;const{response:n,error:a}=yield T.actions.fetchSaveUserAudienceSettings(i);return a&&(yield A(a,"saveUserAudienceSettings",[])),{response:n,error:a}}),*resetUserAudienceSettings(){const{dispatch:e}=yield s.commonActions.getRegistry();return yield{payload:{},type:I},yield o.o1.clearErrors("getUserAudienceSettings"),e(l.oR).invalidateResolutionForStoreSelector("getUserAudienceSettings")},setConfiguredAudiences:e=>(a()(Array.isArray(e),"Configured audiences should be an array."),{type:D,payload:{audienceResourceNames:e}}),setAudienceSegmentationWidgetHidden:e=>(a()("boolean"==typeof e,"Audience segmentation widget visibility should be a boolean."),{type:U,payload:{isWidgetHidden:e}})},P=(0,s.createReducer)((e,{type:t,payload:i})=>{switch(t){case I:e.audienceSettings=N.audienceSettings;break;case D:{const{audienceResourceNames:t}=i;e.audienceSettings||(e.audienceSettings={}),e.audienceSettings.settings={...e.audienceSettings.settings,configuredAudiences:t};break}case U:{const{isWidgetHidden:t}=i;e.audienceSettings||(e.audienceSettings={}),e.audienceSettings.settings={...e.audienceSettings.settings,isAudienceSegmentationWidgetHidden:t};break}}}),L={*getUserAudienceSettings(){void 0===(yield s.commonActions.getRegistry()).select(l.oR).getUserAudienceSettings()&&(yield k.actions.fetchGetUserAudienceSettings())}},O={getUserAudienceSettings:e=>e.audienceSettings?.settings,getConfiguredAudiences:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getUserAudienceSettings();return t?.configuredAudiences}),isAudienceSegmentationWidgetHidden:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getUserAudienceSettings();return t?.isAudienceSegmentationWidgetHidden}),didSetAudiences:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getUserAudienceSettings();return t?.didSetAudiences}),haveConfiguredAudiencesChanged(e){const{settings:t,savedSettings:i}=e.audienceSettings||{};return!(0,f.isEqual)(t?.configuredAudiences,i?.configuredAudiences)},isSavingUserAudienceSettings:e=>Object.values(e.isFetchingSaveUserAudienceSettings).some(Boolean)},G=(0,s.combineStores)(k,T,{initialState:N,actions:w,controls:{},reducer:P,resolvers:L,selectors:O}),M=(G.initialState,G.actions,G.controls,G.reducer,G.resolvers,G.selectors,G);function q(e){return(0,s.createRegistrySelector)(t=>()=>(t(l.oR).getAuthentication()||{})[e])}const F=(0,b.U)({baseName:"getAuthentication",controlCallback:()=>(0,h.get)("core","user","authentication",void 0,{useCache:!1}),reducerCallback:(0,s.createReducer)((e,t)=>{e.authentication=t})}),x="SET_AUTH_ERROR",V="CLEAR_AUTH_ERROR",$={authentication:void 0,authError:null},K={setAuthError:e=>({payload:{error:e},type:x}),clearAuthError:()=>({payload:{},type:V})},j=(0,s.createReducer)((e,{type:t,payload:i})=>{switch(t){case x:e.authError=i.error;break;case V:e.authError=null}}),B={*getAuthentication(){const{select:e}=yield s.commonActions.getRegistry();e(l.oR).getAuthentication()||(yield F.actions.fetchGetAuthentication())}},H={getAuthentication(e){const{authentication:t}=e;return t},hasScope:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(l.oR).getGrantedScopes(t);if(void 0!==s)return s.includes(i)}),isAuthenticated:q("authenticated"),getGrantedScopes:q("grantedScopes"),getRequiredScopes:q("requiredScopes"),getUnsatisfiedScopes:q("unsatisfiedScopes"),needsReauthentication:q("needsReauthentication"),getDisconnectedReason:q("disconnectedReason"),getConnectedProxyURL:q("connectedProxyURL"),getPreviousConnectedProxyURL:q("previousConnectedProxyURL"),getAuthError(e){const{authError:t}=e;return t}},W=(0,s.combineStores)(F,{initialState:$,actions:K,reducer:j,resolvers:B,selectors:H}),J=(W.initialState,W.actions,W.controls,W.reducer,W.resolvers,W.selectors,W);var Y=i(12850);const Q={dateRange:"last-28-days",referenceDate:(0,Y.sq)(new Date)},X="SET_DATE_RANGE",Z="SET_REFERENCE_DATE",z={setDateRange:e=>(a()(e,"Date range slug is required."),a()((0,Y.O5)(e),Y.Gp),{type:X,payload:{slug:e}}),setReferenceDate:e=>(a()(e,"Date string is required."),a()((0,Y.Qr)(e),Y.GH),{type:Z,payload:{dateString:e}})},ee=(0,s.createReducer)((e,{type:t,payload:i})=>{switch(t){case X:e.dateRange=i.slug;break;case Z:e.referenceDate=i.dateString}}),te={getDateRange(e){const{dateRange:t}=e;return t},getDateRangeDates(e,{compare:t=!1,offsetDays:s,referenceDate:r=e.referenceDate}={}){void 0===s&&(i.g.console.warn("getDateRangeDates was called without offsetDays"),s=0);const o=te.getDateRange(e),n=(0,Y.IS)(r,s),a=o.match("-(.*)-"),c=Number(a?a[1]:28),l=(0,Y.IS)(n,c-1),g={startDate:l,endDate:n};if(t){const e=(0,Y.IS)(l,1),t=(0,Y.IS)(e,c-1);g.compareStartDate=t,g.compareEndDate=e}return g},getDateRangeNumberOfDays(e){const t=te.getDateRange(e).match(/-(\d+)-/);return parseInt(t?t[1]:28,10)},getReferenceDate:e=>e.referenceDate},ie={initialState:Q,actions:z,controls:{},reducer:ee,resolvers:{},selectors:te},se=(0,b.U)({baseName:"disconnect",controlCallback:()=>(0,h.set)("core","user","disconnect"),reducerCallback:(0,s.createReducer)((e,t)=>{e.disconnected=t})}),re={disconnected:void 0},oe={*disconnect(){yield se.actions.fetchDisconnect()}},ne={isDoingDisconnect:(0,s.createRegistrySelector)(e=>()=>e(l.oR).isFetchingDisconnect())},ae=(0,s.combineStores)(se,{initialState:re,actions:oe,selectors:ne}),ce=(ae.initialState,ae.actions,ae.controls,ae.reducer,ae.resolvers,ae.selectors,ae),{getRegistry:le}=s.commonActions,ge=(0,s.createReducer)((e,t)=>{e.dismissedItems=Array.isArray(t)?t:[]}),ue=(0,b.U)({baseName:"getDismissedItems",controlCallback:()=>(0,h.get)("core","user","dismissed-items",{},{useCache:!1}),reducerCallback:ge}),de=(0,b.U)({baseName:"removeDismissedItems",controlCallback:({slugs:e})=>(0,h.set)("core","user","dismissed-items",{slugs:e},{method:"DELETE"}),reducerCallback:ge,argsToParams:e=>({slugs:e}),validateParams:({slugs:e})=>{a()(Array.isArray(e),"slugs must be an array."),a()(e.every(e=>"string"==typeof e),"All slugs must be strings.")}}),pe=(0,b.U)({baseName:"dismissItem",controlCallback:({slug:e,expiresInSeconds:t})=>(0,h.set)("core","user","dismiss-item",{slug:e,expiration:t}),reducerCallback:ge,argsToParams:(e,t=0)=>({slug:e,expiresInSeconds:t}),validateParams:({slug:e,expiresInSeconds:t}={})=>{a()(e,"slug is required."),a()(Number.isInteger(t),"expiresInSeconds must be an integer.")}}),me={dismissedItems:void 0,isDismissingItems:{}},ye={dismissItem:(0,R.$C)((e,t={})=>{const{expiresInSeconds:i=0}=t;a()(e,"A slug is required to dismiss an item."),a()("string"==typeof e,"A slug must be a string."),a()(Number.isInteger(i),"expiresInSeconds must be an integer.")},function*(e,t={}){const{expiresInSeconds:i=0}=t,r=yield s.commonActions.getRegistry();r.dispatch(l.oR).setIsItemDimissing(e,!0);const{response:o,error:n}=yield pe.actions.fetchDismissItem(e,i);return r.dispatch(l.oR).setIsItemDimissing(e,!1),{response:o,error:n}}),removeDismissedItems:(0,R.$C)((...e)=>{a()(e.length>0,"At least one slug must be provided."),a()(e.every(e=>"string"==typeof e),"All slugs must be strings.")},(...e)=>de.actions.fetchRemoveDismissedItems(e)),setIsItemDimissing:(e,t)=>({payload:{slug:e,isDismissing:t},type:"SET_IS_ITEM_DISMISSING"})},Se=(0,s.createReducer)((e,{type:t,payload:i})=>{switch(t){case"SET_IS_ITEM_DISMISSING":{const{slug:t,isDismissing:s}=i;e.isDismissingItems={[t]:s};break}}}),ve={*getDismissedItems(){const{select:e}=yield le();void 0===e(l.oR).getDismissedItems()&&(yield ue.actions.fetchGetDismissedItems())}},fe={getDismissedItems:e=>e.dismissedItems,isItemDismissed:(0,s.createRegistrySelector)(e=>(t,i)=>e(l.oR).getDismissedItems()?.includes(i)),isDismissingItem:(e,t)=>!!e.isDismissingItems[t]},{actions:he,controls:_e,initialState:be,reducer:Re,resolvers:Ae,selectors:Ee}=(0,s.combineStores)({initialState:me,actions:ye,resolvers:ve,reducer:Se,selectors:fe},pe,ue,de),Ce={actions:he,controls:_e,initialState:be,reducer:Re,resolvers:Ae,selectors:Ee},{getRegistry:ke}=s.commonActions,Te=(0,s.createReducer)((e,t)=>{e.expirableItems=t}),Ie=(0,b.U)({baseName:"getExpirableItems",controlCallback:()=>(0,h.get)("core","user","expirable-items",{},{useCache:!1}),reducerCallback:Te}),De=(0,b.U)({baseName:"setExpirableItemTimers",controlCallback:e=>(0,h.set)("core","user","set-expirable-item-timers",e),reducerCallback:Te,argsToParams:(e=[])=>e.map(e=>{const{slug:t,expiresInSeconds:i}=e;return{slug:t,expiration:i}}),validateParams:e=>{a()(Array.isArray(e),"items are required."),e.forEach(e=>{const{slug:t,expiresInSeconds:i=0}=e;a()(t,"slug is required."),a()(Number.isInteger(i),"expiresInSeconds must be an integer.")})}}),Ue={expirableItems:void 0},Ne={setExpirableItemTimers:(0,R.$C)((e=[])=>{e.forEach(e=>{const{slug:t,expiresInSeconds:i}=e;a()(t,"An item slug is required."),a()(Number.isInteger(i),"expiresInSeconds must be an integer.")})},e=>De.actions.fetchSetExpirableItemTimers(e))},we={*getExpirableItems(){const{select:e}=yield ke();void 0===e(l.oR).getExpirableItems()&&(yield Ie.actions.fetchGetExpirableItems())}},Pe={getExpirableItems:e=>e.expirableItems,hasExpirableItem:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(l.oR).getExpirableItems();if(void 0!==s)return s.hasOwnProperty(i)}),isExpirableItemActive:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(l.oR).getExpirableItems();if(void 0===s)return;const r=s[i];return void 0!==r&&r>Math.floor(Date.now()/1e3)})},{actions:Le,controls:Oe,initialState:Ge,reducer:Me,resolvers:qe,selectors:Fe}=(0,s.combineStores)({initialState:Ue,actions:Ne,resolvers:we,selectors:Pe},Ie,De),xe={actions:Le,controls:Oe,initialState:Ge,reducer:Me,resolvers:qe,selectors:Fe};var Ve=i(58674),$e=i.n(Ve),Ke=i(93896);var je=i(21134);const{getRegistry:Be}=s.commonActions,He="feature_tour_last_dismissed_at",We="DISMISS_TOUR",Je="RECEIVE_CURRENT_TOUR",Ye="RECEIVE_READY_TOURS",Qe="RECEIVE_TOURS",Xe="CHECK_TOUR_REQUIREMENTS",Ze="CHECK_ON_DEMAND_TOUR_REQUIREMENTS",ze="RECEIVE_LAST_DISMISSED_AT",et=(0,b.U)({baseName:"getDismissedTours",controlCallback:()=>(0,h.get)("core","user","dismissed-tours",{},{useCache:!1}),reducerCallback:(0,s.createReducer)((e,t)=>{e.dismissedTourSlugs=t})}),tt=(0,b.U)({baseName:"dismissTour",controlCallback:({slug:e})=>(0,h.set)("core","user","dismiss-tour",{slug:e}),reducerCallback:(0,s.createReducer)((e,t)=>{e.dismissedTourSlugs=t}),argsToParams:e=>({slug:e}),validateParams:({slug:e}={})=>{a()(e,"slug is required.")}}),it={lastDismissedAt:void 0,dismissedTourSlugs:void 0,tours:[],currentTour:void 0,shownTour:void 0},st={dismissTour:(0,R.$C)(e=>{a()(e,"A tour slug is required to dismiss a tour.")},function*(e){const{select:t}=yield Be();if(t(l.oR).isFetchingDismissTour(e)){return{response:t(l.oR).getDismissedFeatureTourSlugs(),error:void 0}}return yield{type:We,payload:{slug:e}},yield ct.setLastDismissedAt(Date.now()),yield tt.actions.fetchDismissTour(e)}),receiveCurrentTour:e=>(a()((0,f.isPlainObject)(e)||(0,f.isNull)(e),"tour must be a plain object or null."),{payload:{tour:e},type:Je}),receiveFeatureToursForView:(e,{viewContext:t}={})=>(a()(Array.isArray(e),"viewTours must be an array."),a()(t,"viewContext is required."),{payload:{viewTours:e,viewContext:t},type:Ye}),receiveAllFeatureTours:e=>(a()(Array.isArray(e),"tours must be an array."),{payload:{tours:e},type:Qe}),receiveLastDismissedAt:e=>(a()(void 0!==e,"A timestamp is required."),{type:ze,payload:{timestamp:e}}),setLastDismissedAt:(0,R.$C)(e=>{a()(e,"A timestamp is required.")},function*(e){(yield Be()).dispatch(Ke.O4).setCacheItem(He,e,{ttl:7200}),yield{type:ze,payload:{timestamp:e}}}),*triggerTour(e){const{select:t}=yield Be();t(l.oR).getCurrentTour()||(yield st.receiveCurrentTour(e))},*triggerOnDemandTour(e){(yield{payload:{tour:e},type:Ze})&&(yield st.triggerTour(e))},*triggerTourForView(e){const{select:t,resolveSelect:i}=yield Be();if(yield s.commonActions.await(i(l.oR).getLastDismissedAt()),t(l.oR).areFeatureToursOnCooldown())return{};const r=t(l.oR).getAllFeatureTours();for(const t of r){if(yield{payload:{tour:t,viewContext:e},type:Xe})return yield st.triggerTour(t),t}return yield st.triggerTour(null),null}},rt={[Xe]:(0,s.createRegistryControl)(e=>async({payload:t})=>{const{tour:i,viewContext:s}=t;if(!i.contexts.includes(s))return!1;const r=await e.resolveSelect(l.oR).getInitialSiteKitVersion();return!!r&&(!$e().compare(r,i.version,">=")&&(await e.resolveSelect(l.oR).getDismissedFeatureTourSlugs(),!e.select(l.oR).isTourDismissed(i.slug)&&(!i.checkRequirements||!!await i.checkRequirements(e))))}),[Ze]:(0,s.createRegistryControl)(e=>async({payload:t})=>{const{tour:i}=t;return await e.resolveSelect(l.oR).getDismissedFeatureTourSlugs(),!e.select(l.oR).isTourDismissed(i.slug)&&(!i.checkRequirements||!!await i.checkRequirements(e))})},ot=(0,s.createReducer)((e,{type:t,payload:i})=>{switch(t){case We:const{slug:t}=i,{dismissedTourSlugs:s=[]}=e;if(s.includes(t))break;e.currentTour=e.currentTour?.slug===t?null:e.currentTour,e.dismissedTourSlugs=s.concat(t);break;case Je:e.currentTour=i.tour,e.shownTour=i.tour;break;case Ye:const{viewContext:r,viewTours:o}=i;e.viewTours={...e.viewTours,[r]:o};break;case Qe:e.tours=i.tours;break;case ze:e.lastDismissedAt=i.timestamp}}),nt={*getDismissedFeatureTourSlugs(){const{select:e}=yield Be();void 0===e(l.oR).getDismissedFeatureTourSlugs()&&(yield et.actions.fetchGetDismissedTours())},*getLastDismissedAt(){const{value:e}=yield s.commonActions.await((0,je.Gq)(He));yield ct.receiveLastDismissedAt(e||null)}},at={getCurrentTour:e=>e.currentTour,getShownTour:e=>e.shownTour,getDismissedFeatureTourSlugs:e=>e.dismissedTourSlugs,getAllFeatureTours:e=>e.tours,isTourDismissed:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(l.oR).getDismissedFeatureTourSlugs();if(void 0!==s)return s.includes(i)}),getLastDismissedAt:e=>e.lastDismissedAt,areFeatureToursOnCooldown:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getLastDismissedAt();if(void 0===t)return;if(null===t)return!1;const i=t+72e5;return Date.now()<i})},{actions:ct,controls:lt,initialState:gt,reducer:ut,resolvers:dt,selectors:pt}=(0,s.combineStores)({initialState:it,actions:st,controls:rt,reducer:ot,resolvers:nt,selectors:at},tt,et),mt={actions:ct,controls:lt,initialState:gt,reducer:ut,resolvers:dt,selectors:pt};var yt=i(37226),St=i(86134),vt=i(25623);const{receiveError:ft,clearError:ht}=o.o1,_t="SET_KEY_METRICS_SETTING",bt={keyMetricsSettings:void 0},Rt=(0,s.createReducer)((e,t)=>{e.keyMetricsSettings=t}),At=(0,b.U)({baseName:"getKeyMetricsSettings",controlCallback:()=>(0,h.get)("core","user","key-metrics",void 0,{useCache:!1}),reducerCallback:Rt}),Et=(0,b.U)({baseName:"saveKeyMetricsSettings",controlCallback:e=>(0,h.set)("core","user","key-metrics",{settings:e}),reducerCallback:Rt,argsToParams:e=>e,validateParams:e=>{a()((0,f.isPlainObject)(e),"Settings should be an object.")}}),Ct={setKeyMetricsSetting:(e,t)=>({type:_t,payload:{settingID:e,value:t}}),*saveKeyMetricsSettings(e={}){a()((0,f.isPlainObject)(e),"key metric settings should be an object to save."),yield ht("saveKeyMetricsSettings",[]);const t=yield s.commonActions.getRegistry(),i=t.select(l.oR).getKeyMetricsSettings(),{response:r,error:o}=yield Et.actions.fetchSaveKeyMetricsSettings({...i,...e});return o?yield ft(o,"saveKeyMetricsSettings",[]):((0,f.isEmpty)(e)||e.widgetSlugs)&&t.dispatch(Ke.O4).setKeyMetricsSetupCompletedBy(t.select(l.oR).getID()),{response:r,error:o}}},kt=(0,s.createReducer)((e,t)=>{const{type:i,payload:s}=t;if(i===_t)e.keyMetricsSettings||(e.keyMetricsSettings={}),e.keyMetricsSettings[s.settingID]=s.value}),Tt={*getKeyMetricsSettings(){(yield s.commonActions.getRegistry()).select(l.oR).getKeyMetricsSettings()||(yield At.actions.fetchGetKeyMetricsSettings())}},It={getKeyMetrics:(0,s.createRegistrySelector)(e=>()=>{const{getAnswerBasedMetrics:t,getUserPickedMetrics:i}=e(l.oR),s=i();if(void 0===s)return;if(s.length)return s;const r=t();if(void 0===r)return;if(r.length)return r;return e(Ke.O4).isKeyMetricsSetupCompleted()?[l.fu,l.SS,l.GT,l.t7]:[]}),getRegularKeyMetricsWidgetIDs:(0,s.createRegistrySelector)(e=>()=>{const t=(e(Ke.O4).getPostTypes()||[]).some(({slug:e})=>"product"===e);return{publish_blog:[l.dX,l.fu,l.SS,l.GT],publish_news:[l.nH,l.J5,l.Yw,l.UY],monetize_content:[l.ep,l.GT,l.fu,l.SS],sell_products_or_service:[t?l.pG:l.ep,l.GT,l.t7,l.SS],sell_products:[t?l.pG:l.ep,l.p3,l.t7,l.qy],provide_services:[l.SS,l.GT,l.t7,l.ep],share_portfolio:[l.fu,l.SS,l.GT,l.t7]}}),getConversionTailoredKeyMetricsWidgetIDs:(0,s.createRegistrySelector)(e=>(t,i)=>{var s;const r=(null!==(s=e(Ke.O4).getPostTypes())&&void 0!==s?s:[]).some(({slug:e})=>"product"===e),o=e(l.oR).getUserInputSettings();function n(e){return e.some(e=>o?.includeConversionEvents?.values?.includes(e)||Array.isArray(i)&&i?.includes(e))}return{publish_blog:[l.t1,l.qy,l.tK,l.t7,l.BT,l.SS,...n([_.nc.CONTACT,_.nc.GENERATE_LEAD,_.nc.SUBMIT_LEAD_FORM])?[l.HP,l.u_]:[]],publish_news:[l.GT,l.tB,l.GM,l.t7,l.BT,l.SS,...n([_.nc.CONTACT,_.nc.GENERATE_LEAD,_.nc.SUBMIT_LEAD_FORM])?[l.HP,l.u_]:[]],monetize_content:[l.UY,l.ep,l.fu,l.p3,l.J5,l.Yw,l.GT,l.t7],sell_products_or_service:[r?l.pG:l.ep,...n([_.nc.PURCHASE])?[l.JF,l.YQ,l.HA]:[],...n([_.nc.ADD_TO_CART])?[l.Vl]:[],l.p3,l.qy,l.t7],sell_products:[r?l.pG:l.ep,...n([_.nc.PURCHASE])?[l.JF,l.YQ,l.HA]:[],...n([_.nc.ADD_TO_CART])?[l.Vl]:[],l.p3,l.qy,l.t7],provide_services:[...n([_.nc.CONTACT,_.nc.GENERATE_LEAD,_.nc.SUBMIT_LEAD_FORM])?[l.CQ,l.HP,l.u_]:[],l.SS,l.GT,l.t7,l.ep,l.tK],share_portfolio:[l.qy,l.tK,l.tB,...n([_.nc.CONTACT,_.nc.GENERATE_LEAD,_.nc.SUBMIT_LEAD_FORM])?[l.CQ,l.HP,l.u_]:[],l.ep,l.t7]}}),getAnswerBasedMetrics:(0,s.createRegistrySelector)(e=>(t,i,s)=>{const r=e(l.oR).getUserInputSettings();if(void 0===r)return;const o=null!=i?i:r?.purpose?.values?.[0];return e(l.oR).getConversionTailoredKeyMetricsWidgetIDs(s)[o]||[]}),getUserPickedMetrics:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getKeyMetricsSettings();if(void 0===t)return;if(!Array.isArray(t.widgetSlugs))return[];const i=!e(l.oR).isAuthenticated(),s=t.widgetSlugs.filter(t=>{const s=vt.G[t];return!!s&&(!s.displayInWidgetArea||"function"!=typeof s.displayInWidgetArea||s.displayInWidgetArea({select:e,isViewOnlyDashboard:i,slug:t}))});return 1===s.length?[]:s}),isKeyMetricActive:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(l.oR).getKeyMetrics();if(void 0!==s)return s.includes(i)}),isKeyMetricsWidgetHidden:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getKeyMetricsSettings();if(void 0!==t)return t.isWidgetHidden}),getKeyMetricsSettings(e){const t=e.keyMetricsSettings;if(t)return t},isSavingKeyMetricsSettings:e=>Object.values(e.isFetchingSaveKeyMetricsSettings).some(Boolean),isKeyMetricAvailable:(0,s.createRegistrySelector)(e=>(t,i)=>{a()(i,"Key metric widget slug required.");const s=e(l.oR).isAuthenticated();if(void 0===s)return;const r=e(St.aO).getWidget(i);if(!r)return!1;const{getModule:o}=e(yt.i),{canViewSharedModule:n}=e(l.oR);return r.modules.every(e=>{const t=o(e);return!!t&&!(!s&&t?.shareable&&!n(e))})})},Dt=(0,s.combineStores)(At,Et,{initialState:bt,actions:Ct,controls:{},reducer:kt,resolvers:Tt,selectors:It}),Ut=(Dt.initialState,Dt.actions,Dt.controls,Dt.reducer,Dt.resolvers,Dt.selectors,Dt);const Nt=(0,i(12315).Y)("core","user","notifications",{server:!1}),wt="RECEIVE_NONCES",Pt=(0,b.U)({baseName:"getNonces",controlCallback:()=>(0,h.get)("core","user","nonces",void 0,{useCache:!1}),reducerCallback:(0,s.createReducer)((e,t)=>{e.nonces=t})}),Lt={nonces:void 0},Ot={receiveNonces:e=>({type:wt,payload:{nonces:e}})},Gt=(0,s.createReducer)((e,{type:t,payload:i})=>{if(t===wt)e.nonces=i.nonces}),Mt={*getNonces(){(yield s.commonActions.getRegistry()).select(l.oR).getNonces()||(yield Pt.actions.fetchGetNonces())}},qt={getNonces(e){const{nonces:t}=e;return t},getNonce:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(l.oR).getNonces();if(s)return s[i]})},Ft=(0,s.combineStores)(Pt,{initialState:Lt,actions:Ot,controls:{},reducer:Gt,resolvers:Mt,selectors:qt}),xt=(Ft.initialState,Ft.actions,Ft.controls,Ft.reducer,Ft.resolvers,Ft.selectors,Ft);const Vt="CLEAR_PERMISSION_SCOPE_ERROR",$t="SET_PERMISSION_SCOPE_ERROR",Kt="RECEIVE_CAPABILITIES",jt=(0,b.U)({baseName:"getCapabilities",controlCallback:()=>(0,h.get)("core","user","permissions",void 0,{useCache:!1}),reducerCallback:(0,s.createReducer)((e,t)=>{e.capabilities=t})}),Bt={permissionError:null,capabilities:void 0},Ht={clearPermissionScopeError:()=>({payload:{},type:Vt}),setPermissionScopeError:e=>(a()(e,"permissionError is required."),{payload:{permissionError:e},type:$t}),receiveCapabilities:e=>({type:Kt,payload:{capabilities:e}}),*refreshCapabilities(){const{dispatch:e}=yield s.commonActions.getRegistry(),{response:t,error:i}=yield jt.actions.fetchGetCapabilities();return i&&e(l.oR).setPermissionScopeError(i),{response:t,error:i}}},Wt=(0,s.createReducer)((e,{type:t,payload:i})=>{switch(t){case Vt:e.permissionError=null;break;case $t:e.permissionError=i.permissionError;break;case Kt:e.capabilities=i.capabilities}}),Jt={*getCapabilities(){if((yield s.commonActions.getRegistry()).select(l.oR).getCapabilities())return;const e=i.g._googlesitekitAPIFetchData?.preloadedData?.["/google-site-kit/v1/core/user/data/permissions"]?.body;e&&(yield jt.actions.receiveGetCapabilities({...e})),yield jt.actions.fetchGetCapabilities()}},Yt={getPermissionScopeError(e){const{permissionError:t}=e;return t},getCapabilities(e){const{capabilities:t}=e;return t},getViewableModules:(0,s.createRegistrySelector)(e=>()=>{const t=e(yt.i).getModules();if(void 0!==t)return Object.values(t).reduce((t,i)=>{const s=e(l.oR).hasCapability(l.$Q,i.slug);return i.shareable&&s?[...t,i.slug]:t},[])}),hasCapability:(0,s.createRegistrySelector)(e=>(t,i,...s)=>{const r=e(l.oR).getCapabilities();if(s.length>0&&(i=function(e,...t){return`${e}::${JSON.stringify(t)}`}(i,...s)),r)return!!r[i]}),canViewSharedModule:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(yt.i).getModule(i);if(void 0!==s)return!(null===s||!s.shareable)&&e(l.oR).hasCapability(l.$Q,s.slug)}),hasAccessToShareableModule:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(yt.i).isModuleAvailable(i);if(void 0!==s)return!1!==s&&(!!e(l.oR).isAuthenticated()||e(l.oR).canViewSharedModule(i))})},Qt=(0,s.combineStores)(jt,{initialState:Bt,actions:Ht,controls:{},reducer:Wt,resolvers:Jt,selectors:Yt}),Xt=(Qt.initialState,Qt.actions,Qt.controls,Qt.reducer,Qt.resolvers,Qt.selectors,Qt),{getRegistry:Zt}=s.commonActions,zt=(0,s.createReducer)((e,t)=>{e.dismissedPrompts="object"==typeof t?t:{}}),ei=(0,b.U)({baseName:"getDismissedPrompts",controlCallback:()=>(0,h.get)("core","user","dismissed-prompts",{},{useCache:!1}),reducerCallback:zt}),ti=(0,b.U)({baseName:"dismissPrompt",controlCallback:({slug:e,expiresInSeconds:t})=>(0,h.set)("core","user","dismiss-prompt",{slug:e,expiration:t}),reducerCallback:zt,argsToParams:(e,t=0)=>({slug:e,expiresInSeconds:t}),validateParams:({slug:e,expiresInSeconds:t}={})=>{a()(e,"slug is required."),a()(Number.isInteger(t),"expiresInSeconds must be an integer.")}}),ii={dismissedPrompts:void 0,isDismissingPrompts:{}},si={dismissPrompt:(0,R.$C)((e,t={})=>{const{expiresInSeconds:i=0}=t;a()(e,"A tour slug is required to dismiss a tour."),a()(Number.isInteger(i),"expiresInSeconds must be an integer.")},function*(e,t={}){const{expiresInSeconds:i=0}=t,r=yield s.commonActions.getRegistry();r.dispatch(l.oR).setIsPromptDismissing(e,!0);const{response:o,error:n}=yield ti.actions.fetchDismissPrompt(e,i);return r.dispatch(l.oR).setIsPromptDismissing(e,!1),{response:o,error:n}}),setIsPromptDismissing:(e,t)=>({payload:{slug:e,isDismissing:t},type:"SET_IS_PROMPT_DISMISSING"})},ri={*getDismissedPrompts(){const{select:e}=yield Zt();void 0===e(l.oR).getDismissedPrompts()&&(yield ei.actions.fetchGetDismissedPrompts())}},oi=(0,s.createReducer)((e,{type:t,payload:i})=>{if("SET_IS_PROMPT_DISMISSING"===t){const{slug:t,isDismissing:s}=i;e.isDismissingPrompts={[t]:s}}}),ni={getDismissedPrompts(e){if(void 0===e.dismissedPrompts)return;const t=Math.floor(Date.now()/1e3);return Object.entries(e.dismissedPrompts).reduce((e,[i,{expires:s}])=>((0===s||s>t)&&e.push(i),e),[])},getPromptDismissCount:(0,s.createRegistrySelector)(()=>(e,t)=>{if(e.dismissedPrompts)return e.dismissedPrompts[t]?.count||0}),isPromptDismissed:(0,s.createRegistrySelector)(e=>(t,i)=>e(l.oR).getDismissedPrompts()?.includes(i)),isDismissingPrompt:(e,t)=>!!e.isDismissingPrompts[t]},{actions:ai,controls:ci,initialState:li,reducer:gi,resolvers:ui,selectors:di}=(0,s.combineStores)({initialState:ii,actions:si,resolvers:ri,selectors:ni,reducer:oi},ti,ei),pi={actions:ai,controls:ci,initialState:li,reducer:gi,resolvers:ui,selectors:di},mi=(0,b.U)({baseName:"triggerSurvey",controlCallback:({triggerID:e,ttl:t})=>{const i=t?{ttl:t}:{};return(0,h.set)("core","user","survey-trigger",{triggerID:e,...i})},argsToParams:(e,t)=>({triggerID:e,ttl:t}),validateParams:({triggerID:e,ttl:t=0}={})=>{a()("string"==typeof e&&e.length,"triggerID is required and must be a string"),a()("number"==typeof t,"ttl must be a number")}}),yi=(0,b.U)({baseName:"sendSurveyEvent",controlCallback:({event:e,session:t})=>(0,h.set)("core","user","survey-event",{event:e,session:t}),argsToParams:(e,t)=>({event:e,session:t})}),Si=(0,b.U)({baseName:"getSurveyTimeouts",controlCallback:()=>(0,h.get)("core","user","survey-timeouts",{},{useCache:!1}),reducerCallback:(0,s.createReducer)((e,t)=>{e.surveyTimeouts=Array.isArray(t)?t:[]})}),vi=(0,b.U)({baseName:"getSurvey",controlCallback:()=>(0,h.get)("core","user","survey",{}),reducerCallback:(0,s.createReducer)((e,{survey:t})=>{const{survey_payload:i=null,session:s=null}=t||{};e.currentSurvey=i,e.currentSurveySession=s})}),fi={currentSurvey:void 0,currentSurveySession:void 0,lockedSurveyTriggers:{}},hi="LOCK_SURVEY_TRIGGER",_i="UNLOCK_SURVEY_TRIGGER";const bi={triggerSurvey:(0,R.$C)((e,t={})=>{const{ttl:i=0}=t;a()("string"==typeof e&&e.length,"triggerID is required and must be a string"),a()((0,f.isPlainObject)(t),"options must be an object"),a()("number"==typeof i,"options.ttl must be a number")},function*(e,t={}){const{ttl:i=0}=t,{select:r,resolveSelect:o}=yield s.commonActions.getRegistry(),{isAuthenticated:n,isSurveyTimedOut:a,isSurveyTriggerLocked:c,getSurveyTimeouts:g}=r(l.oR),{isUsingProxy:u}=r(Ke.O4);if(c(e))return{};yield function(e){return{type:hi,payload:{triggerID:e}}}(e);try{if(yield s.commonActions.await(Promise.all([o(l.oR).getAuthentication(),o(Ke.O4).getSiteInfo()])),!n()||!u())return{};if(yield s.commonActions.await(o(l.oR).getSurveyTimeouts()),a(e))return{response:{},error:!1};const{response:t,error:r}=yield mi.actions.fetchTriggerSurvey(e,i);if(r)return{response:t,error:r};if(i>0){const t=g()||[];yield Si.actions.receiveGetSurveyTimeouts([...t,e])}return{response:{},error:!1}}finally{yield function(e){return{type:_i,payload:{triggerID:e}}}(e)}}),sendSurveyEvent:(0,R.$C)((e,t={})=>{a()("string"==typeof e&&e.length,"eventID is required and must be a string"),a()((0,f.isPlainObject)(t),"eventData must be an object")},function*(e,t={}){const i={[e]:t},{select:r}=yield s.commonActions.getRegistry(),o=r(l.oR).getCurrentSurveySession();if(o){const{response:e,error:t}=yield yi.actions.fetchSendSurveyEvent(i,o);return{response:e,error:t}}return{response:null,error:"no session found"}})},Ri={*getCurrentSurvey(){const{select:e}=yield s.commonActions.getRegistry();void 0===e(l.oR).getCurrentSurvey()&&(yield vi.actions.fetchGetSurvey())},*getSurveyTimeouts(){const{select:e}=yield s.commonActions.getRegistry();void 0===e(l.oR).getSurveyTimeouts()&&(yield Si.actions.fetchGetSurveyTimeouts())}},Ai={getCurrentSurvey:e=>e.currentSurvey,getCurrentSurveySession:e=>e.currentSurveySession,getCurrentSurveyCompletions:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getCurrentSurvey();return t?.completion||null}),getCurrentSurveyQuestions:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getCurrentSurvey();return t?.question||null}),getSurveyTimeouts:e=>e.surveyTimeouts,isSurveyTimedOut:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(l.oR).getSurveyTimeouts();return void 0===s?void 0:s.includes(i)}),isSurveyTriggerLocked:(e,t)=>!!e.lockedSurveyTriggers[t],areSurveysOnCooldown:(0,s.createRegistrySelector)(e=>()=>e(l.oR).isSurveyTimedOut(l.em))},Ei=(0,s.createReducer)((e,t)=>{switch(t.type){case hi:{const{triggerID:i}=t.payload;e.lockedSurveyTriggers[i]=!0;break}case _i:{const{triggerID:i}=t.payload;e.lockedSurveyTriggers[i]=!1}}}),Ci=(0,s.combineStores)(mi,yi,Si,vi,{initialState:fi,actions:bi,reducer:Ei,resolvers:Ri,selectors:Ai}),ki=(Ci.initialState,Ci.actions,Ci.resolvers,Ci.selectors,Ci),{receiveError:Ti,clearError:Ii}=o.o1,Di=(0,s.createReducer)((e,t)=>{e.tracking=t}),Ui=(0,b.U)({baseName:"getTracking",controlCallback:()=>(0,h.get)("core","user","tracking"),reducerCallback:Di}),Ni=(0,b.U)({baseName:"setTracking",controlCallback:e=>(0,h.set)("core","user","tracking",{enabled:!!e}),reducerCallback:Di,argsToParams:e=>e}),wi={tracking:void 0,isSavingTrackingEnabled:!1},Pi="SET_TRACKING_ENABLED_SAVING_ACTION",Li={*setTrackingEnabled(e){yield Ii("setTrackingEnabled",[e]),yield{type:Pi,payload:{isSaving:!0}};const{response:t,error:i}=yield Ni.actions.fetchSetTracking(e);return i&&(yield Ti(i,"setTrackingEnabled",[e])),yield{type:Pi,payload:{isSaving:!1}},{response:t,error:i}}},Oi=(0,s.createReducer)((e,{type:t,payload:i})=>{if(t===Pi)e.isSavingTrackingEnabled=i.isSaving}),Gi={*isTrackingEnabled(){const{select:e}=yield s.commonActions.getRegistry();void 0===e(l.oR).isTrackingEnabled()&&(yield Ui.actions.fetchGetTracking())}},Mi={isSavingTrackingEnabled:e=>!!e?.isSavingTrackingEnabled,isTrackingEnabled(e){const{tracking:t}=e;return t?.enabled}},qi=(0,s.combineStores)(Ui,Ni,{initialState:wi,actions:Li,reducer:Oi,resolvers:Gi,selectors:Mi}),Fi=(qi.initialState,qi.actions,qi.controls,qi.reducer,qi.resolvers,qi.selectors,qi);var xi=i(44451),Vi=i(11997);const $i="RECEIVE_CONNECT_URL",Ki="RECEIVE_USER_INFO",ji="RECEIVE_USER_IS_VERIFIED",Bi="RECEIVE_IS_USER_INPUT_COMPLETED",Hi="RECEIVE_USER_INITIAL_SITE_KIT_VERSION",Wi={connectURL:void 0,initialVersion:void 0,user:void 0,verified:void 0,isUserInputCompleted:void 0},Ji={receiveConnectURL:e=>(a()(e,"connectURL is required."),{payload:{connectURL:e},type:$i}),receiveUserInfo:e=>(a()(e,"userInfo is required."),{payload:{user:e},type:Ki}),receiveInitialSiteKitVersion:e=>(a()(e,"initialVersion is required."),{payload:{initialVersion:e},type:Hi}),receiveUserIsVerified:e=>(a()(void 0!==e,"userIsVerified is required."),{payload:{verified:e},type:ji}),receiveIsUserInputCompleted:e=>(a()(void 0!==e,"The isUserInputCompleted param is required."),{payload:{isUserInputCompleted:e},type:Bi})},Yi=(0,s.createReducer)((e,{type:t,payload:i})=>{switch(t){case $i:e.connectURL=i.connectURL;break;case Ki:e.user=i.user;break;case Hi:e.initialVersion=i.initialVersion;break;case ji:e.verified=i.verified;break;case Bi:e.isUserInputCompleted=i.isUserInputCompleted}}),Qi={*getConnectURL(){const{select:e}=yield s.commonActions.getRegistry();if(e(l.oR).getConnectURL())return;if(!i.g._googlesitekitUserData)return void i.g.console.error("Could not load core/user info.");const{connectURL:t}=i.g._googlesitekitUserData;yield Ji.receiveConnectURL(t)},*getUser(){const{select:e}=yield s.commonActions.getRegistry();if(void 0!==e(l.oR).getUser())return;if(!i.g._googlesitekitUserData)return void i.g.console.error("Could not load core/user info.");const{user:t}=i.g._googlesitekitUserData;yield Ji.receiveUserInfo(t)},*getInitialSiteKitVersion(){const{select:e}=yield s.commonActions.getRegistry();if(void 0!==e(l.oR).getInitialSiteKitVersion())return;if(!i.g._googlesitekitUserData)return void i.g.console.error("Could not load core/user info.");const{initialVersion:t}=i.g._googlesitekitUserData;t&&(yield Ji.receiveInitialSiteKitVersion(t))},*isVerified(){const{select:e}=yield s.commonActions.getRegistry();if(void 0!==e(l.oR).isVerified())return;if(!i.g._googlesitekitUserData)return void i.g.console.error("Could not load core/user info.");const{verified:t}=i.g._googlesitekitUserData;yield Ji.receiveUserIsVerified(t)},*isUserInputCompleted(){const{select:e}=yield s.commonActions.getRegistry();if(void 0!==e(l.oR).isUserInputCompleted())return;if(!i.g._googlesitekitUserData)return void i.g.console.error("Could not load core/user info.");const{isUserInputCompleted:t}=i.g._googlesitekitUserData;yield Ji.receiveIsUserInputCompleted(t)}},Xi={getUser(e){const{user:t}=e;return t},getConnectURL(e,{additionalScopes:t=[],redirectURL:i,errorRedirectURL:s}={}){const{connectURL:r}=e,o={redirect:i,errorRedirect:s};if(void 0!==r){if(t?.length){const e=t.map(e=>e.replace(/^http(s)?:/,"gttp$1:"));return(0,xi.F)(r,{...o,additional_scopes:e})}return(0,xi.F)(r,o)}},getID:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getUser();return void 0!==t?t.id:t}),getName:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getUser();return void 0!==t?t.name:t}),getEmail:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getUser();return void 0!==t?t.email:t}),getPicture:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getUser();return void 0!==t?t.picture:t}),getFullName:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getUser();if(void 0!==t)return t.full_name}),getAccountChooserURL:(0,s.createRegistrySelector)(e=>(t,i)=>{a()(i,"destinationURL is required");const s=e(l.oR).getEmail();if(void 0!==s)return Vi.U`https://accounts.google.com/accountchooser?continue=${i}&Email=${s}`}),getInitialSiteKitVersion:e=>e.initialVersion,isVerified(e){const{verified:t}=e;return t},isUserInputCompleted(e){const{isUserInputCompleted:t}=e;return t}},Zi={initialState:Wi,actions:Ji,controls:{},reducer:Yi,resolvers:Qi,selectors:Xi},{receiveError:zi,clearError:es}=o.o1,ts=(0,s.createReducer)((e,t)=>{e.inputSettings=t,e.savedInputSettings=t}),is=(0,b.U)({baseName:"getUserInputSettings",controlCallback:()=>(0,h.get)("core","user","user-input-settings",void 0,{useCache:!1}),reducerCallback:ts}),ss=(0,b.U)({baseName:"saveUserInputSettings",controlCallback:e=>(0,h.set)("core","user","user-input-settings",{settings:e}),reducerCallback:ts,argsToParams:e=>e,validateParams:e=>{a()((0,f.isPlainObject)(e),"valid settings are required.")}}),rs="SET_USER_INPUT_SETTING",os="SET_USER_INPUT_SETTINGS_SAVING_FLAG",ns="RESET_USER_INPUT_SETTINGS",as={inputSettings:void 0,isSavingInputSettings:!1,savedInputSettings:void 0},cs={setUserInputSetting:(e,t)=>({type:rs,payload:{settingID:e,values:t.map(e=>e.trim())}}),*saveUserInputSettings(){const e=yield s.commonActions.getRegistry();function t(e){return e.trim()}function i(e){return e.length>0}yield es("saveUserInputSettings",[]);const r=e.select(l.oR).getUserInputSettings(),o=Object.keys(r).reduce((e,s)=>({...e,[s]:(r[s]?.values||[]).map(t).filter(i)}),{});yield{type:os,payload:{isSaving:!0}};const{response:n,error:a}=yield ss.actions.fetchSaveUserInputSettings(o);return a&&(yield zi(a,"saveUserInputSettings",[])),a||(yield cs.maybeTriggerUserInputSurvey()),yield{type:os,payload:{isSaving:!1}},{response:n,error:a}},*resetUserInputSettings(){return{type:ns,payload:{}}},*maybeTriggerUserInputSurvey(){const{resolveSelect:e,dispatch:t}=yield s.commonActions.getRegistry(),i=yield s.commonActions.await(e(l.oR).getUserInputSettings()),r=Object.keys(i).filter(e=>i[e].values.includes("other"));if(!r.length>0)return{};const o=`userInput_answered_other__${r.join("_")}`,{response:n,error:a}=yield s.commonActions.await(t(l.oR).triggerSurvey(o));return{response:n,error:a}}},ls=(0,s.createReducer)((e,t)=>{const{type:i,payload:s}=t;switch(i){case rs:e.inputSettings=e.inputSettings||{},e.inputSettings[s.settingID]||(e.inputSettings[s.settingID]={}),e.inputSettings[s.settingID].values=s.values;break;case os:e.isSavingInputSettings=s.isSaving;break;case ns:e.inputSettings=e.savedInputSettings}}),gs={*getUserInputSettings(){const{select:e}=yield s.commonActions.getRegistry();e(l.oR).getUserInputSettings()||(yield is.actions.fetchGetUserInputSettings())}},us={isSavingUserInputSettings:e=>!!e?.isSavingInputSettings,getUserInputSettings(e){const{inputSettings:t}=e;return t},getSavedUserInputSettings(e){const{savedInputSettings:t}=e;return t},getUserInputSetting:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(l.oR).getUserInputSettings()||{},r=s[i]?.values;return Array.isArray(r)?r:[]}),getUserInputSettingScope:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(l.oR).getUserInputSettings()||{};return s[i]?.scope}),getUserInputSettingAuthor:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(l.oR).getUserInputSettings()||{};return s[i]?.author}),haveUserInputSettingsChanged(e,t=null){const{inputSettings:i,savedInputSettings:s}=e;return t?!(0,f.isEqual)((0,f.pick)(i,t),(0,f.pick)(s,t)):!(0,f.isEqual)(i,s)},hasUserInputSettingChanged:(e,t)=>(a()(t,"setting is required."),us.haveUserInputSettingsChanged(e,[t]))},ds=(0,s.combineStores)(is,ss,{initialState:as,actions:cs,reducer:ls,resolvers:gs,selectors:us}),ps=(ds.initialState,ds.actions,ds.controls,ds.reducer,ds.resolvers,ds.selectors,ds),ms={conversionReportingSettings:void 0},ys=(0,s.createReducer)((e,t)=>{e.conversionReportingSettings=t}),Ss=(0,b.U)({baseName:"getConversionReportingSettings",controlCallback:()=>(0,h.get)("core","user","conversion-reporting-settings",void 0,{useCache:!1}),reducerCallback:ys}),vs=(0,b.U)({baseName:"saveConversionReportingSettings",controlCallback:e=>(0,h.set)("core","user","conversion-reporting-settings",{settings:e}),reducerCallback:ys,argsToParams:e=>e,validateParams:e=>{a()((0,f.isPlainObject)(e),"Conversion reporting settings should be an object."),e.newEventsCalloutDismissedAt&&a()(Number.isInteger(e.newEventsCalloutDismissedAt),"newEventsCalloutDismissedAt should be a timestamp."),e.lostEventsCalloutDismissedAt&&a()(Number.isInteger(e.lostEventsCalloutDismissedAt),"lostEventsCalloutDismissedAt should be an integer.")}}),fs={saveConversionReportingSettings:(0,R.$C)((e={})=>{a()((0,f.isPlainObject)(e),"Conversion reporting settings should be an object to save.")},function*(e={}){return yield vs.actions.fetchSaveConversionReportingSettings(e)})},hs={*getConversionReportingSettings(){void 0===(yield s.commonActions.getRegistry()).select(l.oR).getConversionReportingSettings()&&(yield Ss.actions.fetchGetConversionReportingSettings())}},_s={getConversionReportingSettings:e=>e.conversionReportingSettings,isSavingConversionReportingSettings:e=>Object.values(e.isFetchingSaveConversionReportingSettings).some(Boolean),haveNewConversionEventsAfterDismiss:(0,s.createRegistrySelector)(e=>(t,i)=>{const{getConversionReportingSettings:s}=e(l.oR),r=s();return!!r&&i>r.newEventsCalloutDismissedAt}),haveLostConversionEventsAfterDismiss:(0,s.createRegistrySelector)(e=>(t,i)=>{const{getConversionReportingSettings:s}=e(l.oR),r=s();return!!r&&i>r.lostEventsCalloutDismissedAt})},bs=(0,s.combineStores)(Ss,vs,{initialState:ms,actions:fs,resolvers:hs,selectors:_s}),Rs=(bs.initialState,bs.actions,bs.controls,bs.reducer,bs.resolvers,bs.selectors,bs),As={emailReporting:{settings:void 0,savedSettings:void 0,isSavingSettings:!1}},Es=(0,s.createReducer)((e,t)=>{e.emailReporting.settings=t,e.emailReporting.savedSettings=t}),Cs=(0,b.U)({baseName:"getEmailReportingSettings",controlCallback:()=>(0,h.get)("core","user","email-reporting-settings",void 0,{useCache:!1}),reducerCallback:Es}),ks=(0,b.U)({baseName:"saveEmailReportingSettings",controlCallback:e=>(0,h.set)("core","user","email-reporting-settings",{settings:e}),reducerCallback:Es,argsToParams:e=>e,validateParams:e=>{a()((0,f.isPlainObject)(e),"Email Reporting settings should be an object."),void 0!==e.subscribed&&a()("boolean"==typeof e.subscribed,"subscribed should be a boolean."),void 0!==e.frequency&&(a()("string"==typeof e.frequency,"frequency should be a string."),a()(l.lV.includes(e.frequency),`frequency should be one of: ${l.lV.join(", ")}`))}}),Ts="SET_EMAIL_REPORTING_SETTINGS",Is="SET_EMAIL_REPORTING_SETTINGS_SAVING_FLAG",Ds="RESET_EMAIL_REPORTING_SETTINGS",Us={setEmailReportingSettings:e=>({type:Ts,payload:{settings:e}}),setEmailReportingFrequency:e=>(a()(l.lV.includes(e),`frequency should be one of: ${l.lV.join(", ")}`),{type:Ts,payload:{settings:{frequency:e}}}),saveEmailReportingSettings:(0,R.$C)((e={})=>{a()((0,f.isPlainObject)(e),"Email Reporting settings should be an object to save.")},function*(e={}){const t=(yield s.commonActions.getRegistry()).select(l.oR).getEmailReportingSettings(),i=t||{},r=Object.keys(e).length>0?{...i,...e}:t;yield{type:Is,payload:{isSaving:!0}};const{response:o,error:n}=yield ks.actions.fetchSaveEmailReportingSettings(r);return yield{type:Is,payload:{isSaving:!1}},{response:o,error:n}}),*resetEmailReportingSettings(){return{type:Ds,payload:{}}}},Ns=(0,s.createReducer)((e,t)=>{const{type:i,payload:s}=t;switch(i){case Ts:e.emailReporting.settings={...e.emailReporting.settings,...s.settings};break;case Is:e.emailReporting.isSavingSettings=s.isSaving;break;case Ds:e.emailReporting.settings=e.emailReporting.savedSettings}}),ws={*getEmailReportingSettings(){void 0===(yield s.commonActions.getRegistry()).select(l.oR).getEmailReportingSettings()&&(yield Cs.actions.fetchGetEmailReportingSettings())}},Ps={getEmailReportingSettings:e=>e.emailReporting.settings,isEmailReportingSubscribed(e){const t=e.emailReporting.settings;return!!t?.subscribed},haveEmailReportingSettingsChanged(e){const{settings:t,savedSettings:i}=e.emailReporting;return!(0,f.isEqual)(t,i)},isSavingEmailReportingSettings:e=>!!e.emailReporting.isSavingSettings,getEmailReportingFrequency(e){const t=e?.emailReporting?.settings;if(void 0!==t)return t.frequency||l.lV[0]},getEmailReportingSavedFrequency:e=>e?.emailReporting?.savedSettings?.frequency},Ls=(0,s.combineStores)(Cs,ks,{initialState:As,actions:Us,reducer:Ns,resolvers:ws,selectors:Ps}),Os=(Ls.initialState,Ls.actions,Ls.controls,Ls.reducer,Ls.resolvers,Ls.selectors,Ls),Gs="SET_IS_ANALYTICS_SETUP_COMPLETE",Ms={initialSetupSettings:void 0},qs=(0,s.createReducer)((e,t)=>{e.initialSetupSettings=t}),Fs=(0,b.U)({baseName:"getInitialSetupSettings",controlCallback:()=>(0,h.get)("core","user","initial-setup-settings",void 0,{useCache:!1}),reducerCallback:qs}),xs=(0,b.U)({baseName:"saveInitialSetupSettings",controlCallback:e=>(0,h.set)("core","user","initial-setup-settings",{settings:e}),reducerCallback:qs,argsToParams:e=>e,validateParams:e=>{a()((0,f.isPlainObject)(e),"Initial setup settings should be an object."),void 0!==e.isAnalyticsSetupComplete&&a()("boolean"==typeof e.isAnalyticsSetupComplete,"isAnalyticsSetupComplete should be a boolean.")}}),Vs={saveInitialSetupSettings:(0,R.$C)((e={})=>{a()((0,f.isPlainObject)(e),"Initial setup settings should be an object to save.")},function*(e={}){const t=yield s.commonActions.getRegistry(),i={...yield s.commonActions.await(t.resolveSelect(l.oR).getInitialSetupSettings()),...e};return yield xs.actions.fetchSaveInitialSetupSettings(i)}),setIsAnalyticsSetupComplete:e=>(a()("boolean"==typeof e,"Analytics setup completeness should be a boolean."),{type:Gs,payload:{isAnalyticsSetupComplete:e}})},$s=(0,s.createReducer)((e,{type:t,payload:i})=>{switch(t){case Gs:{const{isAnalyticsSetupComplete:t}=i;e.initialSetupSettings={...e.initialSetupSettings,isAnalyticsSetupComplete:t};break}}}),Ks={*getInitialSetupSettings(){void 0===(yield s.commonActions.getRegistry()).select(l.oR).getInitialSetupSettings()&&(yield Fs.actions.fetchGetInitialSetupSettings())}},js={getInitialSetupSettings:e=>e.initialSetupSettings,isAnalyticsSetupComplete:(0,s.createRegistrySelector)(e=>()=>{const t=e(l.oR).getInitialSetupSettings();return t?.isAnalyticsSetupComplete})},Bs=(0,s.combineStores)(Fs,xs,{initialState:Ms,actions:Vs,reducer:$s,resolvers:Ks,selectors:js}),Hs=(Bs.initialState,Bs.actions,Bs.controls,Bs.reducer,Bs.resolvers,Bs.selectors,Bs),Ws=(0,s.combineStores)(s.commonStore,(0,o.g4)(l.oR),v,M,J,ie,ce,Ce,xe,mt,Ut,Nt,Xt,pi,xt,ki,Fi,Zi,ps,Rs,Os,Hs),{initialState:Js,actions:Ys,controls:Qs,reducer:Xs,resolvers:Zs,selectors:zs}=Ws;var er;(er=r()).registerStore(l.oR,Ws),i.g._googlesitekitBaseData?.referenceDate&&er.dispatch(l.oR).setReferenceDate(i.g._googlesitekitBaseData.referenceDate)},47121:(e,t,i)=>{i.d(t,{$C:()=>T,RF:()=>k,WI:()=>E,_5:()=>b,jU:()=>_,o3:()=>h,x0:()=>A});var s=i(32091),r=i.n(s),o=i(50532),n=i.n(o),a=i(17243),c=i(78913);const l="GET_REGISTRY",g="AWAIT";function u(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=R(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return r()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const d=u,p=u;function m(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,s={})=>t.reduce((e,t)=>t(e,s),e)}const y=u,S=u,v=u;function f(e){return e}function h(...e){const t=v(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:d(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||f)),resolvers:y(...e.map(e=>e.resolvers||{})),selectors:S(...e.map(e=>e.selectors||{}))}}const _={getRegistry:()=>({payload:{},type:l}),*await(e){return{payload:{value:e},type:g}}},b={[l]:(0,c.b)(e=>()=>e),[g]:({payload:e})=>e.value};function R(e){const t=[],i={};for(let s=0;s<e.length;s++){const r=e[s];i[r]=i[r]>=1?i[r]+1:1,i[r]>1&&t.push(r)}return t}const A={actions:_,controls:b,reducer:f};function E(e){return t=>C(e(t))}const C=n()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const s=e(...i);return r()(void 0!==s,`${t}(...) is not resolved`),s}));function k(e,{negate:t=!1}={}){return{safeSelector:(0,c.N)(i=>(s,...r)=>{const o=!t,n=!!t;try{return e(i,s,...r),o}catch{return n}}),dangerousSelector:(0,c.N)(t=>(i,...s)=>{e(t,i,...s)})}}function T(e,t){return r()("function"==typeof e,"a validator function is required."),r()("function"==typeof t,"an action creator function is required."),r()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},50111:(e,t,i)=>{i.d(t,{EA:()=>o,GF:()=>v,Hl:()=>u,IX:()=>m,Is:()=>n,KD:()=>p,LO:()=>g,NO:()=>l,Nl:()=>c,QJ:()=>d,Uf:()=>r,XU:()=>S,Y0:()=>a,hs:()=>f,wb:()=>y});var s=i(82871);const r="key-metrics-setup-cta-widget",o="googlesitekit-key-metrics-selection-panel-opened",n="key-metrics-selection-form",a="key-metrics-selected",c="key-metrics-effective-selection",l="key-metrics-unstaged-selection",g=2,u=8,d={SLUG:"current-selection",LABEL:(0,s.__)("Current selection","google-site-kit")},p={SLUG:"suggested",LABEL:(0,s.__)("Suggested","google-site-kit")},m={SLUG:"visitors",LABEL:(0,s.__)("Visitors","google-site-kit")},y={SLUG:"driving-traffic",LABEL:(0,s.__)("Driving traffic","google-site-kit")},S={SLUG:"generating-leads",LABEL:(0,s.__)("Generating leads","google-site-kit")},v={SLUG:"selling-products",LABEL:(0,s.__)("Selling products","google-site-kit")},f={SLUG:"content-performance",LABEL:(0,s.__)("Content performance","google-site-kit")}},50539:e=>{e.exports=googlesitekit.data},54419:e=>{e.exports=googlesitekit.api},58116:(e,t,i)=>{i.d(t,{$8:()=>n,$Q:()=>p,BT:()=>P,CQ:()=>k,DF:()=>H,GM:()=>C,GT:()=>f,HA:()=>M,HD:()=>d,HP:()=>w,J5:()=>F,JF:()=>I,JK:()=>S,Ml:()=>y,SS:()=>L,UF:()=>g,UY:()=>K,Vl:()=>O,W6:()=>B,Xq:()=>T,YQ:()=>D,Yw:()=>$,dV:()=>N,dX:()=>E,ej:()=>l,em:()=>o,ep:()=>R,fu:()=>_,gC:()=>h,hz:()=>m,jx:()=>u,lV:()=>c,nH:()=>q,oR:()=>s,od:()=>a,p3:()=>v,pG:()=>A,qv:()=>r,qy:()=>U,t1:()=>j,t7:()=>V,tB:()=>b,tK:()=>x,u_:()=>G});const s="core/user",r="connected_url_mismatch",o="__global",n="temporary_persist_permission_error",a="adblocker_active",c=["weekly","monthly","quarterly"],l="googlesitekit_authenticate",g="googlesitekit_setup",u="googlesitekit_view_dashboard",d="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",y="googlesitekit_delegate_module_sharing_management",S="googlesitekit_update_plugins",v="kmAnalyticsAdSenseTopEarningContent",f="kmAnalyticsEngagedTrafficSource",h="kmAnalyticsLeastEngagingPages",_="kmAnalyticsNewVisitors",b="kmAnalyticsPopularAuthors",R="kmAnalyticsPopularContent",A="kmAnalyticsPopularProducts",E="kmAnalyticsReturningVisitors",C="kmAnalyticsTopCities",k="kmAnalyticsTopCitiesDrivingLeads",T="kmAnalyticsTopCitiesDrivingAddToCart",I="kmAnalyticsTopCitiesDrivingPurchases",D="kmAnalyticsTopDeviceDrivingPurchases",U="kmAnalyticsTopConvertingTrafficSource",N="kmAnalyticsTopCountries",w="kmAnalyticsTopPagesDrivingLeads",P="kmAnalyticsTopRecentTrendingPages",L="kmAnalyticsTopTrafficSource",O="kmAnalyticsTopTrafficSourceDrivingAddToCart",G="kmAnalyticsTopTrafficSourceDrivingLeads",M="kmAnalyticsTopTrafficSourceDrivingPurchases",q="kmAnalyticsPagesPerVisit",F="kmAnalyticsVisitLength",x="kmAnalyticsTopReturningVisitorPages",V="kmSearchConsolePopularKeywords",$="kmAnalyticsVisitsPerVisitor",K="kmAnalyticsMostEngagingPages",j="kmAnalyticsTopCategories",B=[v,f,h,_,b,R,A,E,j,C,k,T,I,D,U,N,P,L,O,q,F,x,$,K,j],H=[...B,V]},65214:(e,t,i)=>{i.d(t,{G:()=>r,t:()=>s});const s=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function r(e,t=s){return t instanceof Set&&t.has(e)}},71769:(e,t,i)=>{function s(e){return e.charAt(0).toUpperCase()+e.slice(1)}function r(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function o(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>o,m2:()=>s,sP:()=>r})},72455:(e,t,i)=>{i.d(t,{CV:()=>T,Cu:()=>R,K9:()=>s,Kr:()=>y,Lf:()=>p,Oh:()=>n,PW:()=>k,Rx:()=>w,S9:()=>S,TQ:()=>u,Vt:()=>U,Wl:()=>_,ZC:()=>r,ZY:()=>a,_p:()=>N,ag:()=>m,aj:()=>d,bz:()=>I,dq:()=>D,f2:()=>l,fB:()=>C,fV:()=>E,iB:()=>g,kc:()=>c,mo:()=>f,nc:()=>A,rm:()=>b,to:()=>o,wo:()=>v,yn:()=>h});const s="modules/analytics-4",r="account_create",o="property_create",n="webdatastream_create",a="analyticsSetup",c=10,l=1,g="https://www.googleapis.com/auth/tagmanager.readonly",u="enhanced-measurement-form",d="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",m="analyticsAccountCreate",y="analyticsCustomDimensionsCreate",S="https://www.googleapis.com/auth/analytics.edit",v="dashboardAllTrafficWidgetDimensionName",f="dashboardAllTrafficWidgetDimensionColor",h="dashboardAllTrafficWidgetDimensionValue",_="dashboardAllTrafficWidgetActiveRowIndex",b="dashboardAllTrafficWidgetLoaded",R={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},A={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},E=[A.CONTACT,A.GENERATE_LEAD,A.SUBMIT_LEAD_FORM],C={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},k="audiencePermissionsSetup",T="audienceTileCustomDimensionCreate",I="audience-selection-panel-expirable-new-badge-",D="audience",U="customDimension",N="property",w=[D,U,N]},79829:(e,t,i)=>{i.d(t,{Eo:()=>u,JK:()=>y,K5:()=>m,jq:()=>p,mK:()=>g});var s=i(17243),r=i(50532),o=i.n(r),n=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:s}=function(e,t={}){const{hours:i,minutes:s,seconds:r}=c(e);return{hours:i,minutes:s,seconds:r,formatUnit(){const{unitDisplay:o="short",...a}=t,c={unitDisplay:o,...a,style:"unit"};return 0===e?p(r,{...c,unit:"second"}):(0,n.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,n._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),r?p(r,{...c,unit:"second"}):"",s?p(s,{...c,unit:"minute"}):"",i?p(i,{...c,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,n.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,n.__)("%ds","google-site-kit"),r);if(0===e)return t;const o=(0,n.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,n.__)("%dm","google-site-kit"),s),a=(0,n.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,n.__)("%dh","google-site-kit"),i);return(0,n.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,n._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),r?t:"",s?o:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return s()}}function c(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function l(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,s.isPlainObject)(e)&&(t={...e}),t}function u(e,t={}){e=(0,s.isFinite)(e)?e:Number(e),(0,s.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:r="metric"}=i;return"metric"===r?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,n.__)("%sM","google-site-kit"),p(l(e),e%10==0?{}:t)):1e4<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,n.__)("%sK","google-site-kit"),p(l(e))):1e3<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,n.__)("%sK","google-site-kit"),p(l(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===r?a(e,i):"durationISO"===r?function(e){let{hours:t,minutes:i,seconds:s}=c(e);return s=("0"+s).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${s}`:`${t}:${i}:${s}`}(e):p(e,i)}const d=o()(console.warn);function p(e,t={}){const{locale:i=y(),...s}=t;try{return new Intl.NumberFormat(i,s).format(e)}catch(t){d(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(s)} ).format( ${typeof e} )`,t.message)}const r={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},o=["signDisplay","compactDisplay"],n={};for(const[e,t]of Object.entries(s))r[e]&&t===r[e]||o.includes(e)||(n[e]=t);try{return new Intl.NumberFormat(i,n).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=y(),style:s="long",type:r="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:s,type:r}).format(e)} /* translators: used between list items, there is a space after the comma. */const o=(0,n.__)(", ","google-site-kit");return e.join(o)}function y(e=i.g){const t=(0,s.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},82046:(e,t,i)=>{i.d(t,{C:()=>o,p:()=>r});var s=i(15210);function r(e,t={}){return{__html:s.O.sanitize(e,t)}}function o(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},86134:(e,t,i)=>{i.d(t,{N$:()=>r,aO:()=>o,qB:()=>s});const s={BOXES:"boxes",COMPOSITE:"composite"},r={QUARTER:"quarter",HALF:"half",FULL:"full"},o="core/widgets"},89318:(e,t,i)=>{i.d(t,{M9:()=>C,sx:()=>A,BI:()=>E});var s=i(17243);const r="_googlesitekitDataLayer",o="data-googlesitekit-gtag";function n(e){return function(){e[r]=e[r]||[],e[r].push(arguments)}}var a=i(65214);const c={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:l=[],isSiteKitScreen:g,trackingEnabled:u,trackingID:d,referenceSiteURL:p,userIDHash:m,isAuthenticated:y,userRoles:S}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:v}=i.g,f={activeModules:l,trackingEnabled:u,trackingID:d,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:S,isAuthenticated:y,pluginVersion:v},{enableTracking:h,disableTracking:_,isTrackingEnabled:b,initializeSnippet:R,trackEvent:A,trackEventOnce:E}=function(e,t=i.g,l=i.g){const g={...c,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const u=function(e,t){const s=n(t);let c;const{activeModules:l,referenceSiteURL:g,userIDHash:u,userRoles:d=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===c&&(c=!!t.querySelector(`script[${o}]`)),c)return!1;c=!0;const n=d?.length?d.join(","):"";s("js",new Date),s("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:l.join(","),authenticated:p?"1":"0",user_properties:{user_roles:n,user_identifier:u}});const y=t.createElement("script");return y.setAttribute(o,""),y.async=!0,y.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${r}`,t.head.appendChild(y),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${r}`}}}(g,t),d=function(e,t,i,s){const r=n(t);return async function(t,o,n,a){const{trackingEnabled:c}=e;if(!c)return null;i();const l={send_to:"site_kit",event_category:t,event_label:n,value:a};return new Promise(e=>{const i=setTimeout(function(){s.console.warn(`Tracking event "${o}" (category "${t}") took too long to fire.`),e()},1e3);function n(){clearTimeout(i),e()}r("event",o,{...l,event_callback:n}),s._gaUserPrefs?.ioo?.()&&n()})}}(g,t,u,l),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:u,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:d,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,s.once)(d)),p[t](...e)}}}(f);function C(e){e?h():_()}g&&u&&R()},93896:(e,t,i)=>{i.d(t,{O4:()=>s,OQ:()=>o,qc:()=>r});const s="core/site",r="primary",o="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),r=i.n(s),o=i(4452),n=i.n(o),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:s}){return(0,a.jsx)("svg",{className:n()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:s,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:r().string,invertColor:r().bool,width:r().number,height:r().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const c=ChangeArrow}},e=>{e.O(0,[660],()=>{return t=44053,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-entity-dashboard-676fd34c9ca371e65aae.js 0000755 00000611102 15111634507 0020122 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[290,804],{718:(e,t,i)=>{i.d(t,{gy:()=>SelectionPanelFooter,W4:()=>SelectionPanelHeader,y3:()=>SelectionPanelItem,DW:()=>SelectionPanelItems,Ay:()=>T});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(4544),l=i.n(a),c=i(21795),g=i(78174),d=i(63696),u=i(19266),p=i(14007),h=i(62540);function SideSheet({className:e,children:t,isOpen:i,isLoading:n,onOpen:o=()=>{},closeSheet:r=()=>{},focusTrapOptions:a={}}){const m=(0,d.useRef)();return(0,d.useEffect)(()=>{i?(o(),document.body.classList.add("googlesitekit-side-sheet-scroll-lock")):document.body.classList.remove("googlesitekit-side-sheet-scroll-lock")},[i,o]),(0,c.A)(m,r),(0,g.A)(e=>i&&u._f===e.keyCode,r),(0,h.jsxs)(p.A,{children:[(0,h.jsx)(l(),{active:!!i&&!n,focusTrapOptions:{fallbackFocus:"body",...a},children:(0,h.jsx)("section",{ref:m,className:s()("googlesitekit-side-sheet",e,{"googlesitekit-side-sheet--open":i}),role:"dialog","aria-modal":"true","aria-hidden":!i,tabIndex:"0",children:t})}),i&&(0,h.jsx)("span",{className:"googlesitekit-side-sheet-overlay"})]})}function SelectionPanel({children:e,isOpen:t,isLoading:i,onOpen:n,closePanel:o,className:r}){const a=r?.split(/\s+/).map(e=>`.${e}`).join(""),l=a?`${a} .googlesitekit-selection-panel-item .googlesitekit-selection-box input`:".googlesitekit-selection-panel-item .googlesitekit-selection-box input";return(0,h.jsx)(SideSheet,{className:s()("googlesitekit-selection-panel",r),isOpen:t,isLoading:i,onOpen:n,closeSheet:o,focusTrapOptions:{initialFocus:l},children:e})}SideSheet.propTypes={className:r().string,children:r().node,isOpen:r().bool,isLoading:r().bool,onOpen:r().func,closeSheet:r().func,focusTrapOptions:r().object},SelectionPanel.propTypes={children:r().node,isOpen:r().bool,isLoading:r().bool,onOpen:r().func,closePanel:r().func,className:r().string};var m=i(20898),f=i(72545),b=i(15167);function SelectionPanelHeader({children:e,title:t,onCloseClick:i}){return(0,h.jsxs)("header",{className:"googlesitekit-selection-panel-header",children:[(0,h.jsxs)("div",{className:"googlesitekit-selection-panel-header__row",children:[(0,h.jsx)(b.A,{as:"h3",size:"small",type:"headline",children:t}),(0,h.jsx)(m.A,{className:"googlesitekit-selection-panel-header__close",onClick:i,linkButton:!0,children:(0,h.jsx)(f.A,{width:"15",height:"15"})})]}),e]})}SelectionPanelHeader.propTypes={children:r().node,title:r().string,onCloseClick:r().func};var k=i(82871),y=i(49383);function SelectionBox({badge:e,checked:t,children:i,disabled:n,id:o,onChange:r,title:a,value:l}){return(0,h.jsx)("div",{className:s()("googlesitekit-selection-box",{"googlesitekit-selection-box--disabled":n}),children:(0,h.jsx)(y.Checkbox,{checked:t,description:i,disabled:n,id:o,name:o,onChange:r,value:l,badge:e,children:a})})}SelectionBox.propTypes={badge:r().node,checked:r().bool,children:r().node,disabled:r().bool,id:r().string,onChange:r().func,title:r().string,value:r().string};var x=i(2362);function SelectionPanelItem({children:e,id:t,slug:i,title:n,description:s,isItemSelected:o,isItemDisabled:r,onCheckboxChange:a,subtitle:l,suffix:c,badge:g,isNewlyDetected:d}){return(0,h.jsxs)("div",{className:"googlesitekit-selection-panel-item",children:[(0,h.jsxs)(SelectionBox,{badge:g,checked:o,disabled:r,id:t,onChange:a,title:n,value:i,children:[l&&(0,h.jsx)("span",{className:"googlesitekit-selection-panel-item__subtitle",children:l}),s,e]}),d&&(0,h.jsx)(x.A,{label:(0,k.__)("New","google-site-kit")}),c&&(0,h.jsx)("span",{className:"googlesitekit-selection-panel-item__suffix",children:c})]})}function SelectionPanelItems({currentSelectionTitle:e=(0,k.__)("Current selection","google-site-kit"),availableItemsTitle:t=(0,k.__)("Additional items","google-site-kit"),savedItemSlugs:i=[],availableSavedItems:n={},availableUnsavedItems:s={},ItemComponent:o,notice:r}){function a(e){return Object.keys(e).map(t=>(0,h.jsx)(o,{slug:t,savedItemSlugs:i,...e[t]},t))}const l=Object.keys(s).length;return(0,h.jsxs)("div",{className:"googlesitekit-selection-panel-items",children:[0!==i.length&&(0,h.jsxs)(d.Fragment,{children:[(0,h.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:e}),(0,h.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(n)}),l>0&&(0,h.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:t})]}),l>0&&(0,h.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(s)}),r]})}SelectionPanelItem.propTypes={children:r().node,id:r().string,slug:r().string,title:r().string,description:r().string,isItemSelected:r().bool,isItemDisabled:r().bool,onCheckboxChange:r().func,subtitle:r().string,suffix:r().node,badge:r().node,isNewlyDetected:r().bool},SelectionPanelItems.propTypes={currentSelectionTitle:r().string,availableItemsTitle:r().string,savedItemSlugs:r().array,availableSavedItems:r().object,availableUnsavedItems:r().object,ItemComponent:r().elementType,notice:r().node};var _=i(17243),v=i(13606),j=i(50539),S=i(12850),N=i(72455),A=i(23224),I=i(80035);function SelectionPanelFooter({savedItemSlugs:e=[],selectedItemSlugs:t=[],saveSettings:i=()=>{},itemLimitError:n,minSelectedItemCount:s=0,maxSelectedItemCount:o=0,isBusy:r,onSaveSuccess:a=()=>{},onCancel:l=()=>{},isOpen:c,closePanel:g=()=>{}}){const[u,p]=(0,d.useState)(null),[m,f]=(0,d.useState)(!1),b=(0,j.useSelect)(e=>e(N.K9).isFetchingSyncAvailableAudiences()),x=(0,d.useMemo)(()=>!(0,_.isEqual)((0,S.N9)(t),(0,S.N9)(e)),[e,t]),T=e?.length>0&&x?(0,k.__)("Apply changes","google-site-kit"):(0,k.__)("Save selection","google-site-kit"),C=(0,d.useCallback)(async()=>{const{error:e}=await i(t);e||(a(),g(),p(T),f(!0))},[i,t,a,g,T]),w=(0,d.useCallback)(()=>{g(),l()},[g,l]),[M,E]=(0,d.useState)(null);(0,d.useEffect)(()=>{null!==M&&M!==c&&c&&(p(null),f(!1)),E(c)},[c,M]);const D=t?.length||0,R=b?(0,h.jsx)(A.A,{width:"89px",height:"20px"}):(0,h.jsx)("p",{className:"googlesitekit-selection-panel-footer__item-count",children:(0,v.A)((0,k.sprintf)(/* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ /* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ (0,k.__)("%1$d selected <MaxCount>(up to %2$d)</MaxCount>","google-site-kit"),D,o),{MaxCount:(0,h.jsx)("span",{className:"googlesitekit-selection-panel-footer__item-count--max-count"})})});return(0,h.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,h.jsxs)("div",{className:"googlesitekit-selection-panel-footer__content",children:[x&&n?(0,h.jsx)(I.A,{type:I.A.TYPES.ERROR,description:n}):R,(0,h.jsxs)("div",{className:"googlesitekit-selection-panel-footer__actions",children:[(0,h.jsx)(y.Button,{onClick:w,disabled:r,tertiary:!0,children:(0,k.__)("Cancel","google-site-kit")}),(0,h.jsx)(y.SpinnerButton,{onClick:C,isSaving:r,disabled:D<s||D>o||r||!c&&m,children:u||T})]})]})})}SelectionPanelFooter.propTypes={savedItemSlugs:r().array,selectedItemSlugs:r().array,saveSettings:r().func,itemLimitError:r().string,minSelectedItemCount:r().number,maxSelectedItemCount:r().number,isBusy:r().bool,onSaveSuccess:r().func,onCancel:r().func,isOpen:r().bool,closePanel:r().func};const T=SelectionPanel},1102:(e,t,i)=>{i.d(t,{w:()=>a});var n=i(35470),s=i(63696),o=i(2422);function r(){}function a(e,t){const i=(0,o.W)({sticky:!0}),a=(0,s.useRef)(),l=(0,s.useCallback)(e,t),c=(0,n.A)(i?l:r);return i&&(a.current=c),a.current}},2362:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...n},o)=>(0,l.jsx)("span",{ref:o,...n,className:s()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:r().string.isRequired,hasLeftSpacing:r().bool};const g=c},2390:(e,t,i)=>{i.d(t,{A:()=>SpinnerButton,k:()=>g});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(25874),l=i(9341),c=i(62540);const g={BEFORE:"before",AFTER:"after"};function SpinnerButton(e){const{className:t,onClick:i=()=>{},isSaving:n=!1,spinnerPosition:s=g.AFTER,...o}=e;return(0,c.jsx)(a.A,{className:r()(t,"googlesitekit-button-icon--spinner",{"googlesitekit-button-icon--spinner__running":n,"googlesitekit-button-icon--spinner__before":s===g.BEFORE,"googlesitekit-button-icon--spinner__after":s===g.AFTER}),icon:n&&s===g.BEFORE?(0,c.jsx)(l.A,{size:14}):void 0,trailingIcon:n&&s===g.AFTER?(0,c.jsx)(l.A,{size:14}):void 0,onClick:i,...o})}SpinnerButton.propTypes={className:s().string,onClick:s().func,isSaving:s().bool,spinnerPosition:s().oneOf(Object.values(g))}},2422:(e,t,i)=>{i.d(t,{W:()=>l});var n=i(79257),s=i(35470),o=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,o.useContext)(r.A),[i,l]=(0,o.useState)(!1),c=(0,s.A)(e=>e(a.n).getInViewResetCount()),g=(0,s.A)(e=>e(a.n).getValue("forceInView"));return(0,o.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,o.useEffect)(()=>{g&&l(!0)},[g]),(0,n.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2522:(e,t,i)=>{i.d(t,{D:()=>o});var n=i(32091),s=i.n(n);function o(e,{dateRangeLength:t}){s()(Array.isArray(e),"report must be an array to partition."),s()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3288:(e,t,i)=>{i.d(t,{Q:()=>n});const n="emailReportingUserSettingsSelectionPanelOpened"},3714:(e,t,i)=>{i.d(t,{Kk:()=>o,SZ:()=>n,Yw:()=>r,oJ:()=>a,tT:()=>s});const n="body",s=[n,"display","headline","label","title"],o="small",r="medium",a=[o,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var n=i(62688),s=i.n(n),o=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:n,onClick:s,href:a}){return e&&(s||a)?(0,r.jsx)(o.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||n,isSaving:n,onClick:s,href:a,children:e}):null}CTAButton.propTypes={label:s().string,ariaLabel:s().string,disabled:s().bool,inProgress:s().bool,onClick:s().func,href:s().string,dismissOnClick:s().bool,dismissOptions:s().shape({expiresInSeconds:s().number,skipHidingFromQueue:s().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(62688),s=i.n(n),o=i(63696),r=i(81276),a=i(49383),l=i(8420),c=i(62540);let g=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const n=(0,o.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):g;e&&document.body.contains(e)&&e.focus(),t||(g=null)})},[t]),s=(0,r.A)(e);return(0,o.useEffect)(()=>(!0===s&&!1===e&&n(),()=>{n()}),[s,e,n]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(g=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:s().bool,refocusQuerySelector:s().string,...a.Dialog.propTypes};const d=RefocusableModalDialog},4884:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(49383),l=i(20898),c=i(15167),g=i(62540);function CTA({title:e,headerText:t,headerContent:i,description:n,ctaLink:s,ctaLabel:o,ctaLinkExternal:d,ctaType:u,error:p,onClick:h,"aria-label":m,children:f}){return(0,g.jsxs)("div",{className:r()("googlesitekit-cta",{"googlesitekit-cta--error":p}),children:[(t||i)&&(0,g.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,g.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),i]}),(0,g.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,g.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),n&&"string"==typeof n&&(0,g.jsx)("p",{className:"googlesitekit-cta__description",children:n}),n&&"string"!=typeof n&&(0,g.jsx)("div",{className:"googlesitekit-cta__description",children:n}),o&&"button"===u&&(0,g.jsx)(a.Button,{"aria-label":m,href:s,onClick:h,children:o}),o&&"link"===u&&(0,g.jsx)(l.A,{href:s,onClick:h,"aria-label":m,external:d,hideExternalIndicator:d,arrow:!0,children:o}),f]})]})}CTA.propTypes={title:s().string.isRequired,headerText:s().string,description:s().oneOfType([s().string,s().node]),ctaLink:s().string,ctaLinkExternal:s().bool,ctaLabel:s().string,ctaType:s().string,"aria-label":s().string,error:s().bool,onClick:s().func,children:s().node,headerContent:s().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const d=CTA},6464:(e,t,i)=>{i.d(t,{i:()=>r});var n=i(63696),s=i(11106),o=i(65214);function r(e){const t=(0,n.useContext)(s.A);return(0,o.G)(e,t)}},6732:(e,t,i)=>{i.d(t,{A:()=>n});const n=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(63696),s=i(77766),o=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,s.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,n.useCallback)((...e)=>(0,o.sx)(g,i,...e),[g,i]),confirm:(0,n.useCallback)((...e)=>(0,o.sx)(g,r,...e),[g,r]),dismiss:(0,n.useCallback)((...e)=>(0,o.sx)(g,a,...e),[g,a]),clickLearnMore:(0,n.useCallback)((...e)=>(0,o.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>s,n:()=>n});const n="core/ui",s="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>f});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:s()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:s()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var g=i(12850),d=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:n,children:o}){return(0,c.jsxs)("div",{className:s()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(d.A,{...i}),n&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:n}),o]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:s()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(d.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var u=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:s()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var h=i(80035);const m=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:n,additionalDescription:o,errorText:r,helpText:a,learnMoreLink:g,dismissButton:d,ctaButton:m,svg:f,footer:b},k)=>{const y=(0,l.dv)(),x=y===l.mp||y===l.Lg;let _=null;x&&f?.mobile?_=f.mobile:!x&&f?.desktop&&(_=f.desktop);const v=f?.verticalPosition?f.verticalPosition:"center";return(0,c.jsxs)("div",{ref:k,className:s()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:n,learnMoreLink:g,additionalDescription:o}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(h.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[m&&(0,c.jsx)(u.A,{...m}),d?.onClick&&(0,c.jsx)(p.A,{...d})]})]}),_&&(0,c.jsx)("div",{className:s()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${v}`]:v}),style:{backgroundImage:`url(${_})`}}),b&&(0,c.jsx)(Footer,{children:b})]})});m.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(d.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(u.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const f=m},8143:(e,t,i)=>{i.d(t,{VZ:()=>o,dc:()=>r,pH:()=>s,r0:()=>a});var n=i(84024);function s(e){try{return new URL(e).pathname}catch{}return null}function o(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),s=e.replace(i.origin,"");if(s.length<t)return s;const o=s.length-Math.floor(t)+1;return"…"+s.substr(o)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(52684),l=i(13606),c=i(82871),g=i(49383),d=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:n=null,onClose:s=null,title:o=null,provides:p,handleConfirm:h,subtitle:m,confirmButton:f=null,dependentModules:b,danger:k=!1,inProgress:y=!1,small:x=!1,medium:_=!1,buttonLink:v=null}){const j=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,S=!(!p||!p.length);return(0,u.jsxs)(g.Dialog,{open:t,onOpen:n,onClose:s,"aria-describedby":S?j:void 0,tabIndex:"-1",className:r()(e,{"googlesitekit-dialog-sm":x,"googlesitekit-dialog-md":_}),children:[(0,u.jsxs)(g.DialogTitle,{children:[k&&(0,u.jsx)(d.A,{width:28,height:28}),o]}),m?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:m}):[],(0,u.jsxs)(g.DialogContent,{children:[S&&(0,u.jsx)("section",{id:j,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),b&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),b),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(g.DialogFooter,{children:[(0,u.jsx)(g.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:y,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),v?(0,u.jsx)(g.Button,{href:v,onClick:h,target:"_blank",danger:k,children:f}):(0,u.jsx)(g.SpinnerButton,{onClick:h,danger:k,disabled:y,isSaving:y,children:f||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:s().string,dialogActive:s().bool,handleDialog:s().func,handleConfirm:s().func.isRequired,onOpen:s().func,onClose:s().func,title:s().string,confirmButton:s().string,danger:s().bool,small:s().bool,medium:s().bool,buttonLink:s().string};const p=ModalDialog},9341:(e,t,i)=>{i.d(t,{A:()=>CircularProgress});var n=i(75762),s=i(62540);function CircularProgress(e){return(0,s.jsx)(n.A,{...e})}},9652:(e,t,i)=>{i.d(t,{A:()=>RecoverableModules});var n=i(62688),s=i.n(n),o=i(82871),r=i(50539),a=i(37226),l=i(4884),c=i(62540);function RecoverableModules({moduleSlugs:e}){const t=(0,r.useSelect)(t=>{const i=t(a.i).getModules();if(void 0!==i)return e.map(e=>i[e].name)});if(void 0===t)return null;const i=1===t.length?(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s data was previously shared by an admin who no longer has access. Please contact another admin to restore it.","google-site-kit"),t[0]):(0,o.sprintf)(/* translators: %s: List of module names */ /* translators: %s: List of module names */ (0,o.__)("The data for the following modules was previously shared by an admin who no longer has access: %s. Please contact another admin to restore it.","google-site-kit"),t.join((0,o._x)(", ","Recoverable modules","google-site-kit")));return(0,c.jsx)(l.A,{title:(0,o.__)("Data Unavailable","google-site-kit"),description:i})}RecoverableModules.propTypes={moduleSlugs:s().arrayOf(s().string).isRequired}},10072:(e,t,i)=>{i.d(t,{A:()=>ModuleIcon});var n=i(62688),s=i.n(n),o=i(50539),r=i(37226),a=i(62540);function ModuleIcon({slug:e,size:t,...i}){const n=(0,o.useSelect)(t=>t(r.i).getModuleIcon(e));return n?(0,a.jsx)(n,{width:t,height:t,...i}):null}ModuleIcon.propTypes={slug:s().string.isRequired,size:s().number},ModuleIcon.defaultProps={size:33}},11106:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(63696),s=i(65214);const o=(0,n.createContext)(s.t)},11253:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 12"},e),n||(n=s.createElement("g",{fill:"currentColor",fillRule:"evenodd"},s.createElement("path",{d:"M0 6.414 1.415 5l5.292 5.292-1.414 1.415z"}),s.createElement("path",{d:"m14.146.146 1.415 1.414L5.414 11.707 4 10.292z"}))))},11345:(e,t,i)=>{i.d(t,{A:()=>ReportError});var n=i(62688),s=i.n(n),o=i(17243),r=i(63696),a=i(82871),l=i(50539),c=i(37226),g=i(67150),d=i(65311),u=i(15210),p=i(4884),h=i(35902),m=i(35323),f=i(77967),b=i(62540);function ReportError({moduleSlug:e,error:t}){const i=(0,m.A)(),n=(0,l.useSelect)(t=>t(c.i).getModule(e)),s=Array.isArray(t)?t:[t];let k;function y(e){return(0,g.SG)(e)?i?(k=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Access lost to %s","google-site-kit"),n?.name),(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("The administrator sharing this module with you has lost access to the %s service, so you won’t be able to see stats from it on the Site Kit dashboard. You can contact them or another administrator to restore access.","google-site-kit"),n?.name)):(k=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Insufficient permissions in %s","google-site-kit"),n?.name),(0,d.c)(e.message,n)):(0,g.e4)(e)}const x=(0,o.uniqWith)(s.map(e=>({...e,message:y(e),reconnectURL:e.data?.reconnectURL})),(e,t)=>e.message===t.message&&e.reconnectURL===t.reconnectURL),_=s.some(e=>(0,g.SG)(e));_||1!==x.length?!_&&x.length>1&&(k=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Data errors in %s","google-site-kit"),n?.name)):k=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Data error in %s","google-site-kit"),n?.name);const v=(0,b.jsx)(r.Fragment,{children:x.map(e=>{const t=e?.data?.reconnectURL;return t?(0,b.jsx)(f.A,{error:e,message:e.message},e.message):(0,b.jsx)("p",{children:u.O.sanitize(e.message,{ALLOWED_TAGS:[]})},e.message)})});return(0,b.jsx)(p.A,{title:k,description:v,error:!0,children:(0,b.jsx)(h.A,{moduleSlug:e,error:t})})}ReportError.propTypes={moduleSlug:s().string.isRequired,error:s().oneOfType([s().arrayOf(s().object),s().object]).isRequired}},12108:(e,t,i)=>{i.d(t,{YJ:()=>o,Eq:()=>r});var n=i(32947),s=i(17243);function o(e,t){const n=document.querySelector(e);if(!n)return 0;const s=n.getBoundingClientRect().top,o=r(t);return s+i.g.scrollY-o}function r(e){let t=function(e){let t=0;const o=document.querySelector(".googlesitekit-header");t=o&&"sticky"===i.g.getComputedStyle(o).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===n.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==n.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,s.isFinite)(e)?e:0}(t),t<0?0:t}(e);const o=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(o).reduce((e,t)=>e+t.offsetHeight,0),t}},12701:(e,t,i)=>{i.d(t,{A:()=>Root});var n=i(62688),s=i.n(n),o=i(44010),r=i(77105),a=i(63696),l=i(50539),c=i.n(l),g=i(82871),d=i(54312),u=i(61991),p=i(90007),h=i(12850),m=i(62540);class ErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,h.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,m.jsx)(p.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,g.__)("Site Kit encountered an error","google-site-kit"),description:(0,m.jsxs)(a.Fragment,{children:[(0,m.jsx)(d.A,{message:t.message,componentStack:i.componentStack}),(0,m.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,i.componentStack]})]})}):e}}ErrorHandler.contextType=u.Ay,ErrorHandler.propTypes={children:s().node.isRequired};const f=ErrorHandler;var b=i(11106);const{Consumer:k,Provider:y}=b.A,x=y;var _=i(65214),v=i(4445),j=i(78340),S=i(45472),N=i(58116),A=i(64067),I=i(14007);const T=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(N.oR).getPermissionScopeError()),n=(0,l.useSelect)(e=>e(N.oR).getUnsatisfiedScopes()),s=(0,l.useSelect)(e=>e(N.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||i.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:o}=(0,l.useDispatch)(N.oR),{navigateTo:r}=(0,l.useDispatch)(S.M),{setValues:c}=(0,l.useDispatch)(j.s),d=(0,a.useCallback)(()=>{o()},[o]),u=(0,a.useCallback)(async()=>{c(N.$8,{permissionsError:t}),await(0,A.mR)(e),r(s)},[e,s,r,t,c]);return(0,a.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await u()}()},[u,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||n&&t?.data?.scopes.every(e=>n.includes(e))?null:(0,m.jsx)(I.A,{children:(0,m.jsx)(v.A,{title:(0,g.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,g.__)("Proceed","google-site-kit"),handleConfirm:u,handleCancel:d,onClose:d,dialogActive:!0,medium:!0})}):(i.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const C=function PermissionsModal(){return(0,l.useSelect)(e=>e(N.oR).isAuthenticated())?(0,m.jsx)(T,{}):null};const w=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[i,n]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{i||(async()=>{await(0,A.P9)(t),n(!0)})()},[t,i]),i?e:null};var M=i(15844),E=i(77766),D=i(39771);function FeatureTours(){const e=(0,E.A)(),{triggerTourForView:t}=(0,l.useDispatch)(N.oR);(0,M.A)(()=>{t(e)});const n=(0,l.useSelect)(e=>e(N.oR).getCurrentTour());return(0,a.useEffect)(()=>{if(!n)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[n]),n?(0,m.jsx)(D.Ay,{tourID:n.slug,steps:n.steps,gaEventCategory:n.gaEventCategory,callback:n.callback}):null}var R=i(68869),O=i(22821);function Root({children:e,registry:t,viewContext:i=null}){const n=o.D,[s]=(0,a.useState)({key:"Root",value:!0});return(0,m.jsx)(a.StrictMode,{children:(0,m.jsx)(R.Ay,{value:s,children:(0,m.jsx)(l.RegistryProvider,{value:t,children:(0,m.jsx)(x,{value:_.t,children:(0,m.jsx)(u.Kq,{value:i,children:(0,m.jsx)(r.A,{theme:n(),children:(0,m.jsxs)(f,{children:[(0,m.jsxs)(w,{children:[e,i&&(0,m.jsx)(FeatureTours,{})]}),(0,O.A)(i)&&(0,m.jsx)(C,{})]})})})})})})})}Root.propTypes={children:s().node,registry:s().object,viewContext:s().string.isRequired},Root.defaultProps={registry:c()}},12755:(e,t,i)=>{i.d(t,{A:()=>qe});var n,s,o=i(62688),r=i.n(o),a=i(4452),l=i.n(a),c=i(41814),g=i(82871),d=i(63696),u=i(50539),p=i(99455),h=i(21795),m=i(31589),f=i(19266),b=i(49383),k=i(8420),y=i(12850),x=i(21134),_=i(14007),v=i(58116),j=i(62540);function Details(){const e=(0,u.useSelect)(e=>e(v.oR).getPicture()),t=(0,u.useSelect)(e=>e(v.oR).getFullName()),i=(0,u.useSelect)(e=>e(v.oR).getEmail());return(0,j.jsxs)("div",{className:"googlesitekit-user-menu__details","aria-label":(0,g.__)("Google account","google-site-kit"),children:[!!e&&(0,j.jsx)("img",{className:"googlesitekit-user-menu__details-avatar",src:e,alt:""}),(0,j.jsxs)("div",{className:"googlesitekit-user-menu__details-info",children:[(0,j.jsx)("p",{className:"googlesitekit-user-menu__details-info__name",children:t}),(0,j.jsx)("p",{className:"googlesitekit-user-menu__details-info__email","aria-label":(0,g.__)("Email","google-site-kit"),children:i})]})]})}function Item({icon:e,label:t}){return(0,j.jsxs)("div",{className:"googlesitekit-user-menu__item",children:[(0,j.jsx)("div",{className:"googlesitekit-user-menu__item-icon",children:e}),(0,j.jsx)("span",{className:"googlesitekit-user-menu__item-label",children:t})]})}function S(){return S=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},S.apply(null,arguments)}Item.propTypes={icon:r().node,label:r().string};const N=e=>d.createElement("svg",S({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.7,d:"m11.775 5.701.58-.58a4.547 4.547 0 0 1 6.43 0v0a4.547 4.547 0 0 1 0 6.43l-.598.599m-12.504-.357-.562.562a4.547 4.547 0 0 0 0 6.43v0a4.547 4.547 0 0 0 6.43 0l.58-.58"})),s||(s=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"m8.543 15.363 1.118-1.118m5.684-5.684L14.226 9.68M5.107 5.134l13.664 13.664"})));var A,I,T,C,w;function M(){return M=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},M.apply(null,arguments)}const E=e=>d.createElement("svg",M({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),A||(A=d.createElement("rect",{width:18,height:13,x:3,y:4,stroke:"#6C726E",strokeWidth:1.5,rx:2})),I||(I=d.createElement("path",{fill:"#6C726E",d:"M9 17h6v3H9z"})),T||(T=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M10 9h7M10 12h7"})),C||(C=d.createElement("circle",{cx:7,cy:9,r:1,fill:"#6C726E"})),w||(w=d.createElement("circle",{cx:7,cy:12,r:1,fill:"#6C726E"})));var D,R,O;function L(){return L=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},L.apply(null,arguments)}const z=e=>d.createElement("svg",L({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),D||(D=d.createElement("rect",{width:18,height:12,x:3,y:6,stroke:"#6C726E",strokeWidth:1.5,rx:2})),R||(R=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3.566 7.5 7.086 7.086a2 2 0 0 0 2.829 0l7.019-7.02"})),O||(O=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M20.246 17.5 15.5 12.754M4 17.5l4.746-4.746"})));var P=i(93896),B=i(7081),H=i(45472),W=i(72455),U=i(3288),G=i(99235),Y=i(77766),V=i(27333),F=i(6464);function UserMenu(){const e=(0,F.i)("proactiveUserEngagement"),t=(0,u.useSelect)(e=>e(P.O4).getProxyPermissionsURL()),i=(0,u.useSelect)(e=>e(v.oR).getEmail()),n=(0,u.useSelect)(e=>e(v.oR).getPicture()),s=(0,u.useSelect)(e=>e(v.oR).getFullName()),o=(0,u.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-splash",{googlesitekit_context:"revoked"})),r=(0,V.A)(W.CV,"isAutoCreatingCustomDimensionsForAudience"),[a,l]=(0,d.useState)(!1),[c,p]=(0,d.useState)(!1),S=(0,d.useRef)(),A=(0,d.useRef)(),I=(0,Y.A)(),{navigateTo:T}=(0,u.useDispatch)(H.M);(0,h.A)(S,()=>p(!1)),(0,G.l)([f._f,f.wn],S,()=>{p(!1),A.current?.focus()});const C=(0,d.useCallback)(()=>{l(!1),p(!1)},[l,p]),w=(0,d.useCallback)(e=>{f._f===e.keyCode&&C()},[C]);(0,m.A)("keyup",w);const M=(0,d.useCallback)(()=>{c||(0,y.sx)(`${I}_headerbar`,"open_usermenu"),p(!c)},[c,I]),D=(0,d.useCallback)(()=>{l(!a),p(!1)},[a]),{setValue:R}=(0,u.useDispatch)(B.n),O=(0,d.useCallback)(async(e,i)=>{const{detail:{item:n}}=i;switch(n?.id){case"manage-sites":t&&(await(0,y.sx)(`${I}_headerbar_usermenu`,"manage_sites"),T(t));break;case"disconnect":D();break;case"manage-email-reports":R(U.Q,!0);break;default:M()}},[t,M,D,T,R,I]),L=(0,d.useCallback)(async()=>{l(!1),await(0,x.IL)(),await(0,y.sx)(`${I}_headerbar_usermenu`,"disconnect_user"),T(o)},[o,T,I]);if(!i)return null;let Z;return s&&i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name 2: User's email address. */ /* translators: Account info text. 1: User's (full) name 2: User's email address. */ (0,g.__)("Google Account for %1$s (Email: %2$s)","google-site-kit"),s,i)),s&&!i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name. */ /* translators: Account info text. 1: User's (full) name. */ (0,g.__)("Google Account for %1$s","google-site-kit"),s)),!s&&i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's email address. */ /* translators: Account info text. 1: User's email address. */ (0,g.__)("Google Account (Email: %1$s)","google-site-kit"),i)),(0,j.jsxs)(d.Fragment,{children:[(0,j.jsxs)("div",{ref:S,className:"googlesitekit-user-selector googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,j.jsx)(b.Button,{disabled:r,ref:A,className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--tablet googlesitekit-border-radius-round--phone googlesitekit-border-radius-round googlesitekit-button-icon",onClick:M,icon:!!n&&(0,j.jsx)("i",{className:"mdc-button__icon mdc-button__account","aria-hidden":"true",children:(0,j.jsx)("img",{className:"mdc-button__icon--image",src:n,alt:(0,g.__)("User Avatar","google-site-kit")})}),"aria-haspopup":"menu","aria-expanded":c,"aria-controls":"user-menu","aria-label":r?void 0:(0,g.__)("Account","google-site-kit"),tooltipEnterDelayInMS:500,customizedTooltip:r?null:(0,j.jsxs)("span",{"aria-label":Z,children:[(0,j.jsx)("strong",{children:(0,g.__)("Google Account","google-site-kit")}),(0,j.jsx)("br",{}),(0,j.jsx)("br",{}),s,s&&(0,j.jsx)("br",{}),i]}),text:!0,tooltip:!0}),(0,j.jsxs)(b.Menu,{className:"googlesitekit-user-menu",menuOpen:c,onSelected:O,id:"user-menu",children:[(0,j.jsx)("li",{children:(0,j.jsx)(Details,{})}),e&&(0,j.jsx)("li",{id:"manage-email-reports",className:"mdc-list-item",role:"menuitem",children:(0,j.jsx)(Item,{icon:(0,j.jsx)(z,{width:"24"}),label:(0,g.__)("Manage email reports","google-site-kit")})}),!!t&&(0,j.jsx)("li",{id:"manage-sites",className:"mdc-list-item",role:"menuitem",children:(0,j.jsx)(Item,{icon:(0,j.jsx)(E,{width:"24"}),label:(0,g.__)("Manage Sites","google-site-kit")})}),(0,j.jsx)("li",{id:"disconnect",className:"mdc-list-item",role:"menuitem",children:(0,j.jsx)(Item,{icon:(0,j.jsx)(N,{width:"24"}),label:(0,g.__)("Disconnect","google-site-kit")})})]})]}),(0,j.jsx)(_.A,{children:(0,j.jsx)(k.A,{dialogActive:a,handleConfirm:L,handleCancel:C,onClose:C,title:(0,g.__)("Disconnect","google-site-kit"),subtitle:(0,g.__)("Disconnecting Site Kit by Google will remove your access to all services. After disconnecting, you will need to re-authorize to restore service.","google-site-kit"),confirmButton:(0,g.__)("Disconnect","google-site-kit"),danger:!0,small:!0})})]})}var Z=i(55527),$=i(35323),q=i(29898),Q=i(15844),X=i(39525),J=i(30521),K=i(24558),ee=i(73874),te=i(12108),ie=i(32947);var ne=i(44949),se=i(86134);const oe={[ee.Oo]:{[K.SH]:ne.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,[K.OT]:ne.CONTEXT_MAIN_DASHBOARD_TRAFFIC,[K.en]:ne.CONTEXT_MAIN_DASHBOARD_CONTENT,[K.Ej]:ne.CONTEXT_MAIN_DASHBOARD_SPEED,[K.Gw]:ne.CONTEXT_MAIN_DASHBOARD_MONETIZATION},[ee.oE]:{[K.OT]:ne.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,[K.en]:ne.CONTEXT_ENTITY_DASHBOARD_CONTENT,[K.Ej]:ne.CONTEXT_ENTITY_DASHBOARD_SPEED,[K.Gw]:ne.CONTEXT_ENTITY_DASHBOARD_MONETIZATION}};var re;function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ae.apply(null,arguments)}const le=e=>d.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),re||(re=d.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18 16V2c0-1.1-1-2-2.222-2H2.222C1 0 0 .9 0 2v14c0 1.1 1 2 2.222 2h13.556C17 18 18 17.1 18 16M9 7h5V5H9zm7-5H2v14h14zM4 4h4v4H4zm10 7H9v2h5zM4 10h4v4H4z",clipRule:"evenodd"})));var ce,ge,de,ue;function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},pe.apply(null,arguments)}const he=e=>d.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 12"},e),ce||(ce=d.createElement("rect",{width:5,height:5,x:.5,fill:"currentColor",rx:1})),ge||(ge=d.createElement("rect",{width:5,height:5,x:7.5,fill:"currentColor",rx:1})),de||(de=d.createElement("rect",{width:5,height:5,x:.5,y:7,fill:"currentColor",rx:1})),ue||(ue=d.createElement("rect",{width:5,height:5,x:7.5,y:7,fill:"currentColor",rx:1})));var me;function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},fe.apply(null,arguments)}const be=e=>d.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 12"},e),me||(me=d.createElement("path",{fill:"currentColor",d:"M16.1 0v2h2.967l-5.946 5.17-4.6-4L0 10.59 1.622 12l6.9-6 4.6 4L20.7 3.42V6H23V0z"})));var ke,ye;function xe(){return xe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},xe.apply(null,arguments)}const _e=e=>d.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},e),ke||(ke=d.createElement("path",{fill:"currentColor",d:"m18.378 4.543-1.232 1.854a8.02 8.02 0 0 1-.22 7.598H3.043A8.02 8.02 0 0 1 4.154 4.49 8.01 8.01 0 0 1 13.57 2.82l1.853-1.233A10.01 10.01 0 0 0 3.117 2.758a10.026 10.026 0 0 0-1.797 12.24A2 2 0 0 0 3.043 16h13.873a2 2 0 0 0 1.742-1.002 10.03 10.03 0 0 0-.27-10.465z"})),ye||(ye=d.createElement("path",{fill:"currentColor",d:"M8.572 11.399a2.003 2.003 0 0 0 2.835 0l5.669-8.51-8.504 5.673a2.005 2.005 0 0 0 0 2.837"})));var ve;function je(){return je=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},je.apply(null,arguments)}const Se=e=>d.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 16"},e),ve||(ve=d.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 0h3.971v16H7zM0 8h4v8H0zm18-3h-4v11h4z",clipRule:"evenodd"})));function Navigation(){const e=(0,ee.Ay)(),t=(0,d.useRef)(),n=(0,Y.A)(),s=function(){const e=(0,ee.Ay)(),t=(0,$.A)();return(0,u.useSelect)(i=>{const n=t?i(v.oR).getViewableModules():null,s=i(v.oR).isKeyMetricsWidgetHidden(),o={modules:n||void 0};return Object.keys(oe[e]).reduce((t,n)=>(n===K.SH&&s||i(se.aO).isWidgetContextActive(oe[e][n],o)&&t.push(n),t),[])})}(),{calculateScrollPosition:o,defaultChipID:r,findClosestSection:a,isValidChipID:c,scrollToChip:p,updateURLHash:h}=function({visibleSections:e}){const t=(0,ie.dv)(),n=(0,$.A)(),s=(0,d.useCallback)(()=>e.includes(K.SH)?K.SH:n?e[0]||"":K.OT,[n,e])(),o=(0,d.useCallback)(t=>e.includes(t),[e]),r=(0,d.useCallback)(e=>{i.g.history.replaceState({},"",`#${e}`)},[]),a=(0,d.useCallback)(e=>e!==s?(0,te.YJ)(`#${e}`,t):0,[t,s]),l=(0,d.useCallback)(e=>{i.g.scrollTo({top:a(e,t,s),behavior:"smooth"})},[t,a,s]),c=(0,d.useCallback)(t=>{var i;const n=document.querySelector(".googlesitekit-entity-header")?.getBoundingClientRect?.()?.bottom,{bottom:o}=null!==(i=t?.current?.getBoundingClientRect?.())&&void 0!==i?i:{};let r,a=s;for(const t of e){const e=document.getElementById(t);if(!e)continue;const i=e.getBoundingClientRect().top-20-(n||o||0);i<0&&(void 0===r||r<i)&&(r=i,a=t)}return a},[s,e]);return{calculateScrollPosition:a,defaultChipID:s,findClosestSection:c,isValidChipID:o,scrollToChip:l,updateURLHash:r}}({visibleSections:s}),f=i.g.location.hash?.substring(1),[b,k]=(0,d.useState)(f||void 0),[x,_]=(0,d.useState)(!1),[S,N]=(0,d.useState)(f),{setValue:A}=(0,u.useDispatch)(B.n),I=(0,d.useCallback)(({target:e})=>{const t=e.closest(".mdc-chip"),i=t?.dataset?.contextId;h(i),k(i),p(i),(0,y.sx)(`${n}_navigation`,"tab_select",i),setTimeout(()=>{A(B.F,i)},50)},[p,A,h,n]),T=(0,d.useCallback)(()=>{if(!t?.current)return;const{top:e}=t?.current?.getBoundingClientRect();if(0===i.g.scrollY)_(!1);else{const t=document.querySelector(".googlesitekit-header")?.getBoundingClientRect?.()?.bottom;_(e===t)}},[]),C=(0,d.useCallback)(e=>{function s(e){A(B.F,void 0),N(e),k(void 0)}const o=a(t);if(b)b===o&&s(o);else{const{hash:t}=i.g.location;o!==t?.substring(1)&&(e&&(0,y.sx)(`${n}_navigation`,"tab_scroll",o),h(o),s(o))}},[a,b,A,h,n]);(0,Q.A)(()=>{if(!f)return N(r),void setTimeout(()=>h(r));const e=c(f)?f:r;N(e),A(B.F,e),setTimeout(()=>{const t=o(e);i.g.scrollY!==t?p(e):A(B.F,void 0)},50)});const w=(0,d.useCallback)(e=>{T(),C(e)},[C,T]),M=(0,J.A)(w,150);(0,m.A)("scroll",M);const E={[K.SH]:{label:(0,g.__)("Key metrics","google-site-kit"),icon:(0,j.jsx)(he,{width:"18",height:"16"})},[K.OT]:{label:(0,g.__)("Traffic","google-site-kit"),icon:(0,j.jsx)(Se,{width:"18",height:"16"})},[K.en]:{label:(0,g.__)("Content","google-site-kit"),icon:(0,j.jsx)(le,{width:"18",height:"18"})},[K.Ej]:{label:(0,g.__)("Speed","google-site-kit"),icon:(0,j.jsx)(_e,{width:"20",height:"16"})},[K.Gw]:{label:(0,g.__)("Monetization","google-site-kit"),icon:(0,j.jsx)(be,{width:"18",height:"16"})}};return(0,j.jsx)("nav",{className:l()("mdc-chip-set","googlesitekit-navigation",`googlesitekit-navigation--${e}`,{"googlesitekit-navigation--is-sticky":x}),ref:t,children:s.map(e=>(0,j.jsx)(X.Chip,{id:e,label:E[e].label,leadingIcon:E[e].icon,onClick:I,selected:S===e,"data-context-id":e},e))})}function DashboardNavigation(){const e=(0,$.A)(),t=(0,u.useSelect)(t=>e?t(v.oR).getViewableModules():null),i=(0,u.useSelect)(e=>e(v.oR).getKeyMetrics());return(0,j.jsx)(q.A,{loading:void 0===t||void 0===i,width:"100%",smallHeight:"59px",height:"71px",children:(0,j.jsx)(Navigation,{})})}var Ne,Ae;function Ie(){return Ie=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Ie.apply(null,arguments)}const Te=e=>d.createElement("svg",Ie({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Ne||(Ne=d.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),Ae||(Ae=d.createElement("path",{fill:"currentColor",d:"M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"})));var Ce=i(20898),we=i(59323),Me=i(8143);const Ee=function EntityHeader(){const e=(0,Y.A)(),t=(0,ee.Ay)(),n=(0,u.useSelect)(e=>e(P.O4).getCurrentEntityTitle()),s=(0,u.useSelect)(e=>e(P.O4).getCurrentEntityURL()),o=(0,d.useRef)(),[r,a]=(0,d.useState)(s),l=(0,d.useCallback)(()=>{if(!o.current)return;const e=o.current.clientWidth-40,t=i.g.getComputedStyle(o.current.lastChild,null).getPropertyValue("font-size"),n=2*e/parseFloat(t);a((0,Me.r0)(s,n))},[s]),c=(0,J.A)(l,150);(0,m.A)("resize",c);const{navigateTo:p}=(0,u.useDispatch)(H.M),h=(0,u.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-dashboard")),f=(0,d.useCallback)(()=>{(0,y.sx)(`${e}_navigation`,"return_to_dashboard"),p(h)},[h,p,e]);return ee.oE!==t||null===s||null===n?null:(0,j.jsxs)("div",{className:"googlesitekit-entity-header",children:[(0,j.jsx)("div",{className:"googlesitekit-entity-header__back",children:(0,j.jsx)(b.Button,{icon:(0,j.jsx)(Te,{width:24,height:24}),"aria-label":(0,g.__)("Back to dashboard","google-site-kit"),onClick:f,text:!0,tertiary:!0,children:(0,g.__)("Back to dashboard","google-site-kit")})}),(0,j.jsxs)("div",{ref:o,className:"googlesitekit-entity-header__details",children:[(0,j.jsx)(we.A,{children:n}),(0,j.jsx)(Ce.A,{href:s,"aria-label":s,secondary:!0,external:!0,children:r})]})]})};var De;function Re(){return Re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Re.apply(null,arguments)}const Oe=e=>d.createElement("svg",Re({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 10"},e),De||(De=d.createElement("path",{fill:"currentColor",d:"M8 1.333c2.756 0 5.214 1.42 6.415 3.667-1.2 2.247-3.659 3.667-6.415 3.667S2.785 7.247 1.585 5C2.785 2.753 5.244 1.333 8 1.333M8 0C4.364 0 1.258 2.073 0 5c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5m0 3.333c1.004 0 1.818.747 1.818 1.667S9.004 6.667 8 6.667 6.182 5.92 6.182 5 6.996 3.333 8 3.333M8 2C6.196 2 4.727 3.347 4.727 5S6.197 8 8 8s3.273-1.347 3.273-3S9.803 2 8 2"})));var Le=i(13606);function Description(){const e=(0,Y.A)(),t=(0,u.useSelect)(e=>e(v.oR).hasCapability(v.ej)),i=(0,u.useSelect)(e=>e(P.O4).getProxySetupURL()),n=(0,u.useSelect)(e=>e(P.O4).getDocumentationLinkURL("dashboard-sharing")),{navigateTo:s}=(0,u.useDispatch)(H.M),o=(0,d.useCallback)(async t=>{t.preventDefault(),await Promise.all([(0,x.SO)("start_user_setup",!0),(0,y.sx)(`${e}_headerbar_viewonly`,"start_user_setup",i?"proxy":"custom-oauth")]),s(i)},[i,s,e]),r=(0,d.useCallback)(()=>{(0,y.sx)(`${e}_headerbar_viewonly`,"click_learn_more_link")},[e]),a=t?(0,Le.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <strong>Sign in to connect more services and control sharing access.</strong>","google-site-kit"),{strong:(0,j.jsx)("strong",{})}):(0,Le.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <a>Learn more</a>","google-site-kit"),{a:(0,j.jsx)(Ce.A,{href:n,onClick:r,"aria-label":(0,g.__)("Learn more about dashboard sharing","google-site-kit"),external:!0})});return(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__description",children:[(0,j.jsx)(we.A,{children:a}),t&&(0,j.jsx)(b.Button,{onClick:o,children:(0,g._x)("Sign in with Google","Service name","google-site-kit")})]})}var ze=i(37226);function Service({module:e}){const t=(0,u.useSelect)(e=>e(v.oR).hasCapability(v.ej)),{name:i,owner:n}=(0,u.useSelect)(t=>t(ze.i).getModule(e)||{}),s=(0,u.useSelect)(t=>t(ze.i).getModuleIcon(e));return(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__service",children:[(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__service--icon",children:(0,j.jsx)(s,{height:26})}),(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__service--name",children:i}),t&&n?.login&&(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__service--owner",children:(0,Le.A)((0,g.sprintf)(/* translators: %s: module owner Google Account email address */ /* translators: %s: module owner Google Account email address */ (0,g.__)("Shared by <strong>%s</strong>","google-site-kit"),n.login),{strong:(0,j.jsx)("strong",{title:n.login})})})]})}Service.propTypes={module:r().string.isRequired};var Pe=i(15167);function SharedServices(){const e=(0,u.useSelect)(e=>e(v.oR).getViewableModules());return void 0===e?null:(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,j.jsx)(Pe.A,{as:"h4",size:"large",type:"title",children:(0,g.__)("Shared services","google-site-kit")}),(0,j.jsx)("ul",{children:e.map(e=>(0,j.jsx)(Service,{module:e},e))})]})}var Be=i(82167);function Tracking(){const e=(0,Y.A)();return(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,j.jsx)(we.A,{children:(0,Le.A)((0,g.__)("Thanks for using Site Kit!<br />Help us make it even better","google-site-kit"),{br:(0,j.jsx)("br",{})})}),(0,j.jsx)(Be.A,{trackEventCategory:`${e}_headerbar_viewonly`,alignCheckboxLeft:!0})]})}var He=i(74595);function ManageEmailReports(){const{setValue:e}=(0,He.wA)(B.n);return(0,j.jsxs)(d.Fragment,{children:[(0,j.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,j.jsx)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__email-reporting",children:(0,j.jsx)("ul",{className:"googlesitekit-view-only-menu",children:(0,j.jsx)("li",{className:"googlesitekit-view-only-menu__email-reporting-item",children:(0,j.jsx)(b.Button,{onClick:()=>e(U.Q,!0),icon:(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--icon",children:(0,j.jsx)(z,{width:"24"})}),tertiary:!0,children:(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--name",children:(0,g.__)("Manage email reports","google-site-kit")})})})})})]})}function ViewOnlyMenu(){const e=(0,F.i)("proactiveUserEngagement"),[t,i]=(0,d.useState)(!1),n=(0,d.useRef)(),s=(0,Y.A)();(0,h.A)(n,()=>i(!1)),(0,G.l)([f._f,f.wn],n,()=>i(!1));const o=(0,d.useCallback)(()=>{t||(0,y.sx)(`${s}_headerbar`,"open_viewonly"),i(!t)},[t,s]),r=(0,u.useSelect)(e=>e(v.oR).hasCapability(v.ej));return(0,j.jsxs)("div",{ref:n,className:l()("googlesitekit-view-only-menu","googlesitekit-dropdown-menu","googlesitekit-dropdown-menu__icon-menu","mdc-menu-surface--anchor",{"googlesitekit-view-only-menu--user-can-authenticate":r}),children:[(0,j.jsx)(b.Button,{className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--phone googlesitekit-button-icon",onClick:o,icon:(0,j.jsx)("span",{className:"mdc-button__icon","aria-hidden":"true",children:(0,j.jsx)(Oe,{className:"mdc-button__icon--image"})}),"aria-haspopup":"menu","aria-expanded":t,"aria-controls":"view-only-menu","aria-label":(0,g.__)("View only","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,g.__)("View only","google-site-kit")}),(0,j.jsxs)(b.Menu,{menuOpen:t,onSelected:o,id:"view-only-menu",nonInteractive:!0,children:[(0,j.jsx)(Description,{}),(0,j.jsx)(SharedServices,{}),e&&(0,j.jsx)(ManageEmailReports,{}),(0,j.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,j.jsx)(Tracking,{})]})]})}var We=i(71423),Ue=i(53137),Ge=i(77513);function CoreSiteBannerNotification({id:e,...t}){const{dismissNotification:i,acceptNotification:n}=(0,u.useDispatch)(P.O4),s=(0,d.useCallback)(()=>{n(e)},[e,n]),o=(0,d.useCallback)(()=>{i(e)},[e,i]);return(0,j.jsx)(Ge.A,{onCTAClick:s,onDismissClick:o,...t,id:e})}CoreSiteBannerNotification.propTypes={content:r().string,ctaLabel:r().string,ctaTarget:r().string,ctaURL:r().string,dismissLabel:r().string,dismissible:r().bool,gaTrackingEventArgs:r().object,id:r().string.isRequired,learnMoreLabel:r().string,learnMoreURL:r().string,title:r().string.isRequired},CoreSiteBannerNotification.defaultProps={content:"",ctaLabel:"",ctaTarget:"",ctaURL:"",dismissLabel:(0,g.__)("OK, Got it!","google-site-kit"),dismissible:!0,learnMoreLabel:"",learnMoreURL:""};const Ye=CoreSiteBannerNotification;const Ve=function CoreSiteBannerNotifications(){const e=(0,Y.A)(),[t,i]=(0,d.useState)(!1),[n,s]=(0,d.useState)(!1),o=(0,d.useRef)(Date.now()),r=(0,u.useSelect)(e=>e(P.O4).isUsingProxy()&&!1===e(v.oR).areSurveysOnCooldown()?e(v.oR).getCurrentSurvey():null),[a,l]=(0,d.useState)([]),{registerNotification:c}=(0,u.useDispatch)(We.D),g=(0,u.useSelect)(e=>e(P.O4).getNotifications());return(0,d.useEffect)(()=>{const e=setTimeout(()=>{n||i(!0)},5e3);return()=>{clearTimeout(e)}},[n]),(0,d.useEffect)(()=>{Math.floor((Date.now()-o.current)/1e3)<5&&r&&s(!0)},[o,r,s]),(0,d.useEffect)(()=>{t&&!n&&g?.forEach(t=>{if(a.includes(t.id))return;const i={category:`${e}_remote-site-notification`,label:t.id};c(t.id,{Component:({Notification:e})=>(0,j.jsx)(e,{gaTrackingEventArgs:i,children:(0,j.jsx)(Ye,{...t,gaTrackingEventArgs:i})}),priority:t.priority,areaSlug:Ue.bI.HEADER,isDismissible:t.dismissible}),l(e=>(e.push(t.id),e))})},[e,n,g,c,a,t]),null};var Fe=i(90007),Ze=i(43569);function InternalServerError(){const e=(0,u.useSelect)(e=>e(P.O4).getInternalServerError());return e?(0,j.jsx)(Ze.A,{id:"internal-server-error",children:(0,j.jsx)(Fe.A,{notificationID:"internal-server-error",type:Fe.Q.ERROR,title:e.title,description:e.description})}):null}function LegacyNotifications(){const e=(0,$.A)(),t=(0,ee.Ay)(),i=(0,u.useSelect)(e=>e(v.oR).isAuthenticated());return(0,j.jsxs)(d.Fragment,{children:[(0,j.jsx)(InternalServerError,{}),!e&&t===ee.Oo&&i&&(0,j.jsx)(Ve,{})]})}var $e=i(74995);function Header({children:e,subHeader:t,showNavigation:i}){const n=!!(0,ee.Ay)(),s=(0,$.A)();!function(){const e=(0,Y.A)(),t=(0,u.useSelect)(e=>e(P.O4).isUsingProxy()),i=(0,u.useSelect)(e=>e(P.O4).getSetupErrorMessage());(0,d.useEffect)(()=>{i||void 0===t||async function(){const i=await(0,x.Gq)("start_user_setup"),n=await(0,x.Gq)("start_site_setup");i.cacheHit&&(await(0,x.LD)("start_user_setup"),(0,y.sx)(`${e}_setup`,"complete_user_setup",t?"proxy":"custom-oauth")),n.cacheHit&&(await(0,x.LD)("start_site_setup"),(0,y.sx)(`${e}_setup`,"complete_site_setup",t?"proxy":"custom-oauth"))}()},[e,t,i])}();const o=(0,u.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-dashboard")),r=(0,u.useSelect)(e=>e(v.oR).isAuthenticated()),[a,h]=(0,c.A)({childList:!0}),m=!!h.target?.childElementCount;return(0,j.jsxs)(d.Fragment,{children:[(0,j.jsx)("header",{className:l()("googlesitekit-header",{"googlesitekit-header--has-subheader":m,"googlesitekit-header--has-navigation":i}),children:(0,j.jsx)(Z.xA,{children:(0,j.jsxs)(Z.fI,{children:[(0,j.jsx)(Z.fh,{smSize:1,mdSize:2,lgSize:4,className:"googlesitekit-header__logo",alignMiddle:!0,children:(0,j.jsx)(Ce.A,{"aria-label":(0,g.__)("Go to dashboard","google-site-kit"),className:"googlesitekit-header__logo-link",href:o,children:(0,j.jsx)(p.A,{})})}),(0,j.jsxs)(Z.fh,{smSize:3,mdSize:6,lgSize:8,className:"googlesitekit-header__children",alignMiddle:!0,children:[e,!r&&n&&s&&(0,j.jsx)(ViewOnlyMenu,{}),r&&!s&&(0,j.jsx)(UserMenu,{})]})]})})}),(0,j.jsx)("div",{className:"googlesitekit-subheader",ref:a,children:t}),i&&(0,j.jsx)(DashboardNavigation,{}),(0,j.jsx)(Ee,{}),(0,j.jsx)(LegacyNotifications,{}),(0,j.jsx)($e.A,{areaSlug:Ue.bI.HEADER})]})}Header.displayName="Header",Header.propTypes={children:r().node,subHeader:r().element,showNavigation:r().bool},Header.defaultProps={children:null,subHeader:null};const qe=Header},12850:(e,t,i)=>{i.d(t,{tt:()=>N,Jg:()=>S,Gp:()=>v,GH:()=>_,r0:()=>j,Du:()=>A,Zf:()=>Y,Cn:()=>P,G7:()=>f,vH:()=>m,N_:()=>D,zh:()=>F,mK:()=>g.mK,Ql:()=>I,vY:()=>z,sq:()=>C,VZ:()=>B.VZ,JK:()=>g.JK,IS:()=>M,pH:()=>B.pH,kf:()=>W,O5:()=>E,Qr:()=>T,x6:()=>H,K5:()=>g.K5,S_:()=>h,dc:()=>B.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>G.D,N9:()=>U,p9:()=>o.p,XH:()=>w,Zm:()=>l,sx:()=>s.sx,BI:()=>s.BI,CZ:()=>o.C,BG:()=>V});var n=i(17243),s=i(89318),o=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let n=e[i];n&&"object"==typeof n&&!Array.isArray(n)&&(n=c(n)),t[i]=n}),t}var g=i(79829);function d(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function h(e){const t=[d,u,p];let i=e;for(const e of t)i=e(i);return i}function m(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var b=i(32091),k=i.n(b),y=i(82871);const x="Date param must construct to a valid date instance or be a valid date instance itself.",_="Invalid dateString parameter, it must be a string.",v='Invalid date range, it must be a string with the format "last-x-days".',j=60,S=60*j,N=24*S,A=7*N;function I(){function e(e){return(0,y.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,y._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function T(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function C(e){k()((0,n.isDate)(e)&&!isNaN(e),x);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function w(e){k()(T(e),_);const[t,i,n]=e.split("-");return new Date(t,i-1,n)}function M(e,t){return C(D(e,t*N))}function E(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function D(e,t){k()(T(e)||(0,n.isDate)(e)&&!isNaN(e),_);const i=T(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var R=i(69743),O=i(94552),L=i(62540);function z(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,R.Ay)((0,L.jsx)(O.A,{direction:e>0?"up":"down",invertColor:i}))}function P(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var B=i(8143);function H(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function W(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function U(e){return Array.isArray(e)?[...e].sort():e}var G=i(2522);function Y(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function V(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function F(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},13719:(e,t,i)=>{i.d(t,{A:()=>ModuleDashboardEffects});var n=i(50539),s=i(37226),o=i(73874),r=i(62540);const a={[o.Oo]:"DashboardMainEffectComponent",[o.oE]:"DashboardEntityEffectComponent"};function ModuleDashboardEffects(){const e=(0,o.Ay)(),t=(0,n.useSelect)(e=>e(s.i).getModules());if(!t)return null;const i=a[e];return Object.values(t).reduce((e,t)=>{const n=t[i];return t.active&&n?[...e,(0,r.jsx)(n,{},t.slug)]:e},[])}},14007:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(47209),s=i(62688),o=i.n(s),r=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,r.useState)(document.createElement("div"));return(0,n.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:o().string,children:o().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15135:(e,t,i)=>{i.d(t,{Gr:()=>r,We:()=>l,Y2:()=>a});var n=i(86134),s=i(73549),o=i(9652);const r={[n.N$.QUARTER]:3,[n.N$.HALF]:6,[n.N$.FULL]:12},a="googlesitekit-hidden",l=[s.A,o.A]},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:n="span",children:s,...o}){return(0,l.jsx)(n,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...o,children:s})}Typography.propTypes={className:s().string,type:s().oneOf(a.tT),size:s().oneOf(a.oJ),as:s().oneOfType([s().string,s().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>s});var n=i(31234);const s=i.n(n)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var n=i(55620),s=i(99123);const o={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=o){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,d]=(0,n._)("undefined"==typeof document?[l,c]:a,t,i);function u(){return d(a)}return(0,s.A)(r,"resize",u),(0,s.A)(r,"orientationchange",u),g}function c(e){return l(e)[0]}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:r()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:s().string,children:s().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},18418:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2 12"},e),n||(n=s.createElement("g",{fill:"currentColor",fillRule:"evenodd"},s.createElement("path",{d:"M0 0h2v7H0zM0 10h2v2H0z"}))))},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20898:(e,t,i)=>{i.d(t,{A:()=>T});var n,s=i(4452),o=i.n(s),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),g=i(82871);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},d.apply(null,arguments)}const u=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),n||(n=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},h.apply(null,arguments)}const m=e=>c.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var f;function b(){return b=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},b.apply(null,arguments)}const k=e=>c.createElement("svg",b({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),f||(f=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var y=i(83366),x=i(84385),_=i(62540);const v="BUTTON",j="BUTTON_DISABLED",S="EXTERNAL_LINK",N="LINK",A="ROUTER_LINK",I=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:n=!1,arrow:s=!1,back:r=!1,caps:a=!1,children:c,className:d="",danger:p=!1,disabled:h=!1,external:f=!1,hideExternalIndicator:b=!1,href:I="",inverse:T=!1,noFlex:C=!1,onClick:w,small:M=!1,standalone:E=!1,linkButton:D=!1,to:R,leadingIcon:O,trailingIcon:L,...z}=e;const P=I||R||!w?R?A:f?S:N:h?j:v;const B=P===v||P===j?"button":P===A?l.N_:"a",H=function(){let e;return P===S&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===j&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let W=O,U=L;return r&&(W=(0,_.jsx)(k,{width:14,height:14})),f&&!b&&(U=(0,_.jsx)(y.A,{width:14,height:14})),s&&!T&&(U=(0,_.jsx)(u,{width:14,height:14})),s&&T&&(U=(0,_.jsx)(m,{width:14,height:14})),(0,_.jsxs)(B,{"aria-label":H,className:o()("googlesitekit-cta-link",d,{"googlesitekit-cta-link--secondary":n,"googlesitekit-cta-link--inverse":T,"googlesitekit-cta-link--small":M,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":h,"googlesitekit-cta-link--standalone":E,"googlesitekit-cta-link--link-button":D,"googlesitekit-cta-link--no-flex":!!C}),disabled:h,href:P!==N&&P!==S||h?void 0:I,onClick:w,rel:P===S?"noopener noreferrer":void 0,ref:t,target:P===S?"_blank":void 0,to:R,...z,children:[!!W&&(0,_.jsx)(x.A,{marginRight:5,children:W}),(0,_.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!U&&(0,_.jsx)(x.A,{marginLeft:5,children:U})]})});I.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const T=I},21134:(e,t,i)=>{i.d(t,{Gq:()=>d,IL:()=>m,LD:()=>p,SO:()=>u,a2:()=>s,xD:()=>h});var n=i(12850);const s="googlesitekit_",o=`${s}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function d(e){const t=await g();if(t){const i=t.getItem(`${o}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:n,value:s,isError:o}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:s,isError:o}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:s=n.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${o}${e}`,JSON.stringify({timestamp:r,ttl:s,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(s)?e:`${o}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function h(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const n=e.key(i);0===n.indexOf(s)&&t.push(n)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function m(){if(await g()){const e=await h();for(const t of e)await p(t);return!0}return!1}},22821:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(24558);function s(e){return n.kz.includes(e)}},23141:(e,t,i)=>{i.d(t,{A:()=>WidgetRecoverableModules});var n=i(62688),s=i.n(n),o=i(63696),r=i(47345),a=i(9652),l=i(62540);function WidgetRecoverableModules({widgetSlug:e,moduleSlugs:t,...i}){const n=(0,o.useMemo)(()=>({moduleSlug:[...t].sort().join(","),moduleSlugs:t}),[t]);return(0,r.A)(e,a.A,n),(0,l.jsx)(a.A,{moduleSlugs:t,...i})}WidgetRecoverableModules.propTypes={widgetSlug:s().string.isRequired,...a.A.propTypes}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:n,padding:s,smallWidth:o,smallHeight:c,tabletWidth:g,tabletHeight:d,desktopWidth:u,desktopHeight:p}){const h=(0,a.dv)(),m={width:{[a.mp]:o,[a.Lg]:g,[a.Fo]:u,[a.Qb]:u},height:{[a.mp]:c,[a.Lg]:d,[a.Fo]:p,[a.Qb]:u}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":s}),style:{width:m.width[h]||t,height:m.height[h]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===n})})})}PreviewBlock.propTypes={className:s().string,width:s().string,height:s().string,shape:s().string,padding:s().bool,smallWidth:s().string,smallHeight:s().string,tabletWidth:s().string,tabletHeight:s().string,desktopWidth:s().string,desktopHeight:s().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24288:(e,t,i)=>{i.d(t,{hk:()=>o,tm:()=>s,zP:()=>n});const n="editing-user-role-select-slug-key",s="dashboardSharingDialogOpen",o="resetSharingDialogOpen"},24452:(e,t,i)=>{i.d(t,{A:()=>H});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(50539),l=i(63696),c=i(93934),g=i(12108),d=i(86134),u=i(7081),p=i(55527),h=i(32947),m=i(68869),f=i(17243),b=i(37226),k=i(39828),y=i(23141),x=i(15135),_=i(35323),v=i(62540);function WidgetRenderer({slug:e,OverrideComponent:t}){const i=(0,a.useSelect)(t=>t(d.aO).getWidget(e)),n=(0,h.dv)(),s=(0,c.c1)(e),{Widget:o,WidgetNull:r}=s,g=(0,a.useSelect)(e=>e(b.i).getRecoverableModules()),u=(0,_.A)(),p=(0,l.useMemo)(()=>i&&g&&(0,f.intersection)(i.modules,Object.keys(g)),[g,i]),m=(0,a.useSelect)(t=>t(d.aO).isWidgetPreloaded(e));if(!i||void 0===p||i?.hideOnBreakpoints?.includes(n))return(0,v.jsx)(r,{});const{Component:j,wrapWidget:S}=i;let N=(0,v.jsx)(j,{...s});return u&&p?.length&&(N=(0,v.jsx)(y.A,{widgetSlug:e,moduleSlugs:p})),t?N=(0,v.jsxs)(l.Fragment,{children:[(0,v.jsx)(k.A,{widgetSlug:"overridden",children:(0,v.jsx)(t,{})}),(0,v.jsx)("div",{className:x.Y2,children:N})]}):S&&(N=(0,v.jsx)(o,{children:N})),m?(0,v.jsx)("div",{className:x.Y2,children:N}):N}WidgetRenderer.propTypes={slug:s().string.isRequired,OverrideComponent:s().elementType};const j=WidgetRenderer;function WidgetCellWrapper({gridColumnWidth:e,children:t}){return 0===e?(0,v.jsx)("div",{className:x.Y2,children:t}):e<6?(0,v.jsx)(p.fh,{lgSize:e,mdSize:4,smSize:2,children:t}):e<8?(0,v.jsx)(p.fh,{lgSize:e,mdSize:8,children:t}):(0,v.jsx)(p.fh,{size:e,children:t})}WidgetCellWrapper.propTypes={gridColumnWidth:s().number.isRequired,children:s().element.isRequired};const S=WidgetCellWrapper;var N=i(38021),A=i.n(N),I=i(82871),T=i(4884),C=i(54312),w=i(61991),M=i(12850),E=i(59323);class WidgetErrorHandler extends l.Component{constructor(e){super(e),this.state={error:null,info:null},this.onErrorClick=this.onErrorClick.bind(this)}componentDidCatch(e,t){i.g.console.error("Widget error:",e,t),this.setState({error:e,info:t}),(0,M.sx)("widget_error",`handle_${this.context||"unknown"}_error`,`${this.props.slug}_${e?.message}\n${t?.componentStack}`.slice(0,500-this.props.slug.length-1))}onErrorClick(){const{error:e,info:t}=this.state;A()(`\`${e?.message}\n${t?.componentStack}\``)}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,v.jsx)("div",{className:"googlesitekit-widget-error-handler",children:(0,v.jsx)(T.A,{description:(0,v.jsxs)(l.Fragment,{children:[(0,v.jsx)(E.A,{children:(0,I.__)("An error prevented this Widget from being displayed properly. Report the exact contents of the error on the support forum to find out what caused it.","google-site-kit")}),(0,v.jsx)(C.A,{message:t.message,componentStack:i.componentStack})]}),onErrorClick:this.onErrorClick,onClick:this.onErrorClick,title:(0,I.__)("Error in Widget","google-site-kit"),error:!0})}):e}}WidgetErrorHandler.contextType=w.Ay,WidgetErrorHandler.propTypes={children:s().node.isRequired};const D=WidgetErrorHandler;var R=i(58116),O=i(89362),L=i(98652);function WidgetNewBadge({slug:e}){const t=(0,a.useSelect)(t=>t(d.aO).getWidgetArea(e)),{hasNewBadge:i}=t,n=`widget-area-expirable-new-badge-${e}`,s=(0,a.useSelect)(e=>e(R.oR).hasExpirableItem(n)),o=(0,a.useSelect)(e=>e(R.oR).isExpirableItemActive(n)),r=i&&(!1===s||o),{setExpirableItemTimers:c}=(0,a.useDispatch)(R.oR);return(0,l.useEffect)(()=>{void 0!==s&&void 0!==o&&i&&!s&&c([{slug:n,expiresInSeconds:4*M.Du}])},[i,n,s,o,c]),!!r&&(0,v.jsx)(L.A,{})}WidgetNewBadge.propTypes={slug:s().string.isRequired};var z=i(15577),P=i(15167);function WidgetAreaHeader({slug:e,Icon:t=!1,title:i="",subtitle:n="",CTA:s}){const o=(0,z.SO)(),r=s&&o>=783,a="function"==typeof n?n:void 0;return(0,v.jsxs)(l.Fragment,{children:[t&&(0,v.jsx)(t,{width:33,height:33}),i&&(0,v.jsxs)(P.A,{as:"h3",type:"headline",size:"small",className:"googlesitekit-widget-area-header__title",children:[i,(0,v.jsx)(WidgetNewBadge,{slug:e})]}),(n||s)&&(0,v.jsxs)("div",{className:"googlesitekit-widget-area-header__details",children:[n&&(0,v.jsxs)(P.A,{as:"h4",size:"medium",type:"body",className:"googlesitekit-widget-area-header__subtitle",children:[a&&(0,v.jsx)(a,{}),!a&&n,!i&&(0,v.jsx)(WidgetNewBadge,{slug:e})]}),r&&(0,v.jsx)("div",{className:"googlesitekit-widget-area-header__cta",children:(0,v.jsx)(s,{})})]})]})}function B(e){const t={[h.Qb]:48,[h.Fo]:48,[h.Lg]:32,[h.mp]:32}[e];return`${-Math.abs((0,g.Eq)(e)+t)}px ${-t}px ${-t}px ${-t}px`}function WidgetAreaRenderer({slug:e,contextID:t}){const i=(0,_.A)(),n=(0,a.useSelect)(e=>i?e(R.oR).getViewableModules():null),s=(0,z.SO)(),o=(0,h.dv)(),g=(0,l.useRef)(),f=(0,O.A)(g,{rootMargin:B(o),threshold:0}),b=(0,a.useSelect)(t=>t(d.aO).getWidgetArea(e)),{Icon:k,title:y,style:x,subtitle:N,CTA:A,Footer:I}=b,T=(0,a.useSelect)(t=>t(d.aO).getWidgets(e,{modules:n||void 0})),C=(0,a.useSelect)(e=>e(d.aO).getWidgetStates()),w=(0,a.useSelect)(t=>t(d.aO).isWidgetAreaActive(e,{modules:n||void 0})),M=(0,a.useSelect)(e=>e(u.n).getValue(u.F)),[E,L]=(0,l.useState)({key:`WidgetAreaRenderer-${e}`,value:M?M===t:!!f?.intersectionRatio});(0,l.useEffect)(()=>{L({key:`WidgetAreaRenderer-${e}`,value:M?M===t:!!f?.intersectionRatio})},[f,e,M,t]);const P=A&&s<=782;if(void 0===n)return null;const{columnWidths:H,rowIndexes:W}=(0,c.X9)(T,C),{gridColumnWidths:U,overrideComponents:G}=(0,c.DO)(T,C,{columnWidths:H,rowIndexes:W}),Y=T.map((e,t)=>(0,v.jsx)(S,{gridColumnWidth:U[t],children:(0,v.jsx)(D,{slug:e.slug,children:(0,v.jsx)(j,{OverrideComponent:G[t]?()=>{const{Component:e,metadata:i}=G[t];return(0,v.jsx)(e,{...i})}:void 0,slug:e.slug})})},`${e.slug}-wrapper`));return(0,v.jsxs)(m.Ay,{value:E,children:[!!w&&(0,v.jsxs)(p.xA,{className:r()("googlesitekit-widget-area",`googlesitekit-widget-area--${e}`,`googlesitekit-widget-area--${x}`),ref:g,children:[(0,v.jsx)(p.fI,{children:(0,v.jsx)(p.fh,{className:"googlesitekit-widget-area-header",size:12,children:(0,v.jsx)(WidgetAreaHeader,{slug:e,Icon:k,title:y,subtitle:N,CTA:A})})}),(0,v.jsx)("div",{className:"googlesitekit-widget-area-widgets",children:(0,v.jsxs)(p.fI,{children:[x===d.qB.BOXES&&Y,x===d.qB.COMPOSITE&&(0,v.jsx)(p.fh,{size:12,children:(0,v.jsx)(p.xA,{children:(0,v.jsx)(p.fI,{children:Y})})})]})}),(0,v.jsxs)(p.fI,{children:[P&&(0,v.jsx)(p.fh,{className:"googlesitekit-widget-area-footer",lgSize:12,mdSize:4,smSize:2,children:(0,v.jsx)("div",{className:"googlesitekit-widget-area-footer__cta",children:(0,v.jsx)(A,{})})}),I&&(0,v.jsx)(p.fh,{className:"googlesitekit-widget-area-footer",lgSize:12,mdSize:P?4:8,smSize:P?2:4,children:(0,v.jsx)(I,{})})]})]}),!w&&(0,v.jsx)(p.xA,{className:r()(c.Y2,"googlesitekit-widget-area",{[`googlesitekit-widget-area--${e}`]:!!e,[`googlesitekit-widget-area--${x}`]:!!x}),ref:g,children:Y})]})}function WidgetContextRenderer(e){const{id:t,slug:i,className:n,Header:s,Footer:o}=e,l=(0,_.A)(),c=(0,a.useSelect)(e=>l?e(R.oR).getViewableModules():null),g=(0,a.useSelect)(e=>i?e(d.aO).getWidgetAreas(i):null),u=(0,a.useSelect)(e=>!!i&&e(d.aO).isWidgetContextActive(i,{modules:c||void 0}));return void 0===c?null:(0,v.jsxs)("div",{id:t,className:r()("googlesitekit-widget-context",{"googlesitekit-hidden":!u},n),children:[s&&u&&(0,v.jsx)(p.xA,{children:(0,v.jsx)(p.fI,{children:(0,v.jsx)(p.fh,{size:12,children:(0,v.jsx)(s,{})})})}),g&&g.map(e=>(0,v.jsx)(WidgetAreaRenderer,{slug:e.slug,contextID:t},e.slug)),o&&u&&(0,v.jsx)(p.xA,{children:(0,v.jsx)(p.fI,{children:(0,v.jsx)(p.fh,{size:12,children:(0,v.jsx)(o,{})})})})]})}WidgetAreaHeader.propTypes={slug:s().string.isRequired,Icon:s().bool,title:s().oneOfType([s().string,s().element]),subtitle:s().oneOfType([s().string,s().elementType]),CTA:s().elementType},WidgetAreaRenderer.propTypes={slug:s().string.isRequired,contextID:s().string},WidgetContextRenderer.propTypes={id:s().string,slug:s().string,className:s().string,Header:s().elementType,Footer:s().elementType};const H=WidgetContextRenderer},24558:(e,t,i)=>{i.d(t,{Ax:()=>o,CZ:()=>g,Ej:()=>j,Gw:()=>S,Is:()=>r,KK:()=>u,Nn:()=>A,OT:()=>_,SH:()=>x,Y$:()=>p,ZS:()=>a,bg:()=>f,en:()=>v,ep:()=>m,f7:()=>s,hi:()=>h,jU:()=>n,k$:()=>k,kz:()=>N,ly:()=>l,mo:()=>b,s3:()=>y,uR:()=>c,zx:()=>d});const n="mainDashboard",s="entityDashboard",o="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",d="adminBarViewOnly",u="settings",p="adBlockingRecovery",h="wpDashboard",m="wpDashboardViewOnly",f="moduleSetup",b="metricSelection",k="wpBlockEditor",y="keyMetricsSetup",x="key-metrics",_="traffic",v="content",j="speed",S="monetization",N=[n,s,o,r,a,c,u,f,b],A=[o,r,d,m]},24560:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 12"},e),n||(n=s.createElement("g",{fill:"currentColor",fillRule:"evenodd"},s.createElement("path",{d:"M0 6.414 1.415 5l5.292 5.292-1.414 1.415z"}),s.createElement("path",{d:"m14.146.146 1.415 1.414L5.414 11.707 4 10.292z"}))))},25874:(e,t,i)=>{i.d(t,{A:()=>f});var n=i(62688),s=i.n(n),o=i(47485),r=i(63696),a=i(82871),l=i(55527),c=i(4452),g=i.n(c),d=i(62540);const u=(0,r.forwardRef)(({children:e,href:t,text:i,className:n,danger:s,disabled:o,target:r,"aria-label":a,inverse:l,tertiary:c,callout:u,calloutStyle:p,...h},m)=>{const f=t&&!o?"a":"button";return(0,d.jsx)(f,{className:g()("mdc-button",n,{"mdc-button--raised":!i&&!c&&!u,"mdc-button--danger":s,"mdc-button--inverse":l,"mdc-button--tertiary":c,"mdc-button--callout":u,"mdc-button--callout-primary":u||"primary"===p,"mdc-button--callout-warning":"warning"===p,"mdc-button--callout-error":"error"===p}),href:o?void 0:t,ref:m,disabled:!!o,"aria-label":a,target:r||"_self",role:"a"===f?"button":void 0,...h,children:e})});u.propTypes={children:s().node,href:s().string,text:s().bool,className:s().string,danger:s().bool,disabled:s().bool,target:s().string,"aria-label":s().string,inverse:s().bool,tertiary:s().bool,callout:s().bool,calloutStyle:s().oneOf(["primary","warning","error"])};const p=u;var h=i(59020);function MaybeTooltip({children:e,disabled:t=!1,tooltip:i=!1,tooltipTitle:n=null,hasIconOnly:s=!1,tooltipEnterDelayInMS:o=100}){return!t&&(i&&n||s&&n)?(0,d.jsx)(h.A,{title:n,enterDelay:o,children:e}):e}MaybeTooltip.propTypes={children:s().node.isRequired,disabled:s().bool,tooltip:s().bool,tooltipTitle:s().oneOfType([s().string,s().element]),hasIconOnly:s().bool,tooltipEnterDelayInMS:s().number};const m=(0,r.forwardRef)(({children:e,href:t=null,text:i=!1,className:n="",danger:s=!1,disabled:c=!1,target:g,icon:u=null,trailingIcon:h=null,"aria-label":m,title:f=null,customizedTooltip:b=null,tooltip:k=!1,inverse:y=!1,hideTooltipTitle:x=!1,tooltipEnterDelayInMS:_=100,tertiary:v=!1,callout:j=!1,calloutStyle:S=null,...N},A)=>{const I=(0,r.useCallback)(e=>{null!==e&&l.Nv.attachTo(e)},[]),T=(0,o.A)(A,I);const C=x?null:f||b||m;return(0,d.jsx)(MaybeTooltip,{disabled:c,tooltip:k,tooltipTitle:C,hasIconOnly:!!u&&void 0===e,tooltipEnterDelayInMS:_,children:(0,d.jsxs)(p,{href:t,disabled:c,className:n,danger:s,text:i,tertiary:v,inverse:y,callout:j,calloutStyle:S,ref:T,"aria-label":function(){let t=m;if("_blank"!==g)return t;const i=(0,a._x)("(opens in a new tab)","screen reader text","google-site-kit");return"string"==typeof e&&(t=t||e),t?`${t} ${i}`:i}(),target:g||"_self",...N,children:[u,e&&(0,d.jsx)("span",{className:"mdc-button__label",children:e}),h]})})});m.propTypes={onClick:s().func,children:s().node,href:s().string,text:s().bool,className:s().string,danger:s().bool,disabled:s().bool,icon:s().element,trailingIcon:s().element,title:s().string,customizedTooltip:s().element,tooltip:s().bool,inverse:s().bool,hideTooltipTitle:s().bool,callout:s().bool,calloutStyle:s().oneOf(["primary","warning","error"])};const f=m},27333:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(35470),s=i(78340);function o(e,t){return(0,n.A)(i=>{const{getValue:n}=i(s.s);return n(e,t)},[e,t])}},29507:(e,t,i)=>{i.d(t,{A:()=>DateRangeSelector});var n,s=i(21795),o=i(4452),r=i.n(o),a=i(63696),l=i(19266),c=i(82871),g=i(50539),d=i(49383);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},u.apply(null,arguments)}const p=e=>a.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 20"},e),n||(n=a.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6 9H4v2h2zm4 0H8v2h2zm4 0h-2v2h2zm2-7h-1V0h-2v2H5V0H3v2H2C.89 2 .01 2.9.01 4L0 18a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 16H2V7h14z"})));var h=i(58116),m=i(99235),f=i(12850),b=i(7081),k=i(77766),y=i(62540);function DateRangeSelector(){const e=(0,f.Ql)(),t=(0,g.useSelect)(e=>e(h.oR).getDateRange()),{setDateRange:i}=(0,g.useDispatch)(h.oR),{resetInViewHook:n}=(0,g.useDispatch)(b.n),[o,u]=(0,a.useState)(!1),x=(0,a.useRef)(),_=(0,k.A)();(0,s.A)(x,()=>u(!1)),(0,m.l)([l._f,l.wn],x,()=>u(!1));const v=(0,a.useCallback)(()=>{u(!o)},[o]),j=(0,a.useCallback)(s=>{const o=Object.values(e)[s].slug;t!==o&&(0,f.sx)(`${_}_headerbar`,"change_daterange",o),n(),i(o),u(!1)},[e,t,n,i,_]),S=e[t]?.label,N=Object.values(e).map(e=>e.label);return(0,y.jsxs)("div",{ref:x,className:"googlesitekit-date-range-selector googlesitekit-dropdown-menu mdc-menu-surface--anchor",children:[(0,y.jsx)(d.Button,{className:r()("mdc-button--dropdown","googlesitekit-header__dropdown","googlesitekit-header__date-range-selector-menu","googlesitekit-border-radius-round--phone","googlesitekit-button-icon--phone"),onClick:v,icon:(0,y.jsx)(p,{width:"20",height:"20"}),"aria-haspopup":"menu","aria-expanded":o,"aria-controls":"date-range-selector-menu",title:(0,c.__)("Date range","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:S}),(0,y.jsx)(d.Menu,{menuOpen:o,menuItems:N,onSelected:j,id:"date-range-selector-menu",className:"googlesitekit-width-auto"})]})}},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var n=i(62688),s=i.n(n),o=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,o.__)("Maybe later","google-site-kit"),onClick:i,disabled:n,tertiary:s=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:n,tertiary:s,children:t}):null}DismissButton.propTypes={className:s().string,label:s().string,onClick:s().func,disabled:s().bool,tertiary:s().bool,dismissOptions:s().shape({expiresInSeconds:s().number,skipHidingFromQueue:s().bool})}},29898:(e,t,i)=>{i.d(t,{A:()=>LoadingWrapper});var n=i(62688),s=i.n(n),o=i(23224),r=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,r.jsx)(o.A,{...i}):t}LoadingWrapper.propTypes={loading:s().bool,children:s().node,...o.A.propTypes}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var n=i(62688),s=i.n(n),o=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,o.__)("Learn more","google-site-kit"),external:n=!0,onClick:s=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:s,external:n,children:i}):null}LearnMoreLink.propTypes={href:s().string.isRequired,className:s().string,label:s().string,external:s().bool,onClick:s().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>o,Lg:()=>r,Qb:()=>s,dv:()=>l,mp:()=>a});var n=i(15577);const s="xlarge",o="desktop",r="tablet",a="small";function l(){const e=(0,n.SO)();return e>1280?s:e>960?o:e>600?r:a}},35001:(e,t,i)=>{i.d(t,{c1:()=>y,V8:()=>v,WP:()=>_});var n=i(50532),s=i.n(n),o=i(39828),r=i(62688),a=i.n(r),l=i(63696),c=i(47345),g=i(73549),d=i(62540);function WidgetReportZero({widgetSlug:e,moduleSlug:t,...i}){const n=(0,l.useMemo)(()=>({moduleSlug:t}),[t]);return(0,c.A)(e,g.A,n),(0,d.jsx)(g.A,{moduleSlug:t,...i})}WidgetReportZero.propTypes={widgetSlug:a().string.isRequired,...g.A.propTypes};var u=i(11345);function WidgetReportError({widgetSlug:e,...t}){return(0,d.jsx)(u.A,{...t})}WidgetReportError.propTypes={widgetSlug:a().string.isRequired,...u.A.propTypes};var p=i(84093),h=i(23141),m=i(17064),f=i(52684),b=i(50539),k=i(7081);function WPDashboardReportError({moduleSlug:e,error:t}){const i=(0,f.A)(WPDashboardReportError,"WPDashboardReportError"),{setValue:n}=(0,b.useDispatch)(k.n),s=t.message,o=(0,b.useSelect)(t=>t(k.n).getValue(`WPDashboardReportError-${e}-${s}`));return(0,m.A)(()=>{n(`WPDashboardReportError-${e}-${s}`,i)},()=>{n(`WPDashboardReportError-${e}-${s}`,void 0)}),o!==i?null:(0,d.jsx)(u.A,{moduleSlug:e,error:t})}WPDashboardReportError.propTypes={moduleSlug:a().string.isRequired,error:a().object.isRequired};const y=s()(e=>({widgetSlug:e,Widget:x(e)(o.A),WidgetRecoverableModules:x(e)(h.A),WidgetReportZero:x(e)(WidgetReportZero),WidgetReportError:x(e)(WidgetReportError),WidgetNull:x(e)(p.A)}));function x(e){return t=>{const i=(0,l.forwardRef)((i,n)=>(0,d.jsx)(t,{...i,ref:n,widgetSlug:e}));return i.displayName="WithWidgetSlug",(t.displayName||t.name)&&(i.displayName+=`(${t.displayName||t.name})`),i}}function _(e){const t=y(e);return e=>{function DecoratedComponent(i){return(0,d.jsx)(e,{...i,...t})}return DecoratedComponent.displayName="WithWidgetComponentProps",(e.displayName||e.name)&&(DecoratedComponent.displayName+=`(${e.displayName||e.name})`),DecoratedComponent}}function v(e){return t=>{function DecoratedComponent(i){return(0,d.jsx)(t,{...i,WPDashboardReportError:x(e)(WPDashboardReportError)})}return DecoratedComponent.displayName="WithWPDashboardWidgetComponentProps",(t.displayName||t.name)&&(DecoratedComponent.displayName+=`(${t.displayName||t.name})`),DecoratedComponent}}},35323:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(24558),s=i(77766);function o(){const e=(0,s.A)();return n.Nn.includes(e)}},35902:(e,t,i)=>{i.d(t,{A:()=>ReportErrorActions});var n=i(62688),s=i.n(n),o=i(63696),r=i(13606),a=i(82871),l=i(50539),c=i(49383),g=i(93896),d=i(37226),u=i(67150),p=i(35323),h=i(20898),m=i(62540);function ReportErrorActions(e){const{moduleSlug:t,error:i,GetHelpLink:n,hideGetHelpLink:s,buttonVariant:f,onRetry:b,onRequestAccess:k,getHelpClassName:y,RequestAccessButton:x,RetryButton:_}=e,v=(0,p.A)(),j=(0,l.useSelect)(e=>e(d.i).getModuleStoreName(t)),S=(0,l.useSelect)(e=>"function"==typeof e(j)?.getServiceEntityAccessURL?e(j).getServiceEntityAccessURL():null),N=Array.isArray(i)?i:[i],A=(0,l.useSelect)(e=>N.map(t=>{const i=e(j)?.getSelectorDataForError(t);return{...t,selectorData:i}})),I=A?.filter(e=>(0,u.vl)(e,e.selectorData)&&"getReport"===e.selectorData.name),T=!!I.length,C=(0,l.useSelect)(e=>{const i={...T?I[0]:N[0]};return(0,u.SG)(i)&&(i.code=`${t}_insufficient_permissions`),e(g.O4).getErrorTroubleshootingLinkURL(i)}),w=(0,l.useDispatch)(),M=N.some(e=>(0,u.SG)(e)),E=(0,o.useCallback)(()=>{I.forEach(e=>{const{selectorData:t}=e;w(t.storeName).invalidateResolution(t.name,t.args)}),b?.()},[w,I,b]),D=S&&M&&!v;return(0,m.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[D&&("function"==typeof x?(0,m.jsx)(x,{requestAccessURL:S}):(0,m.jsx)(c.Button,{onClick:k,href:S,target:"_blank",danger:"danger"===f,tertiary:"tertiary"===f,children:(0,a.__)("Request access","google-site-kit")})),T&&(0,m.jsxs)(o.Fragment,{children:["function"==typeof _?(0,m.jsx)(_,{handleRetry:E}):(0,m.jsx)(c.Button,{onClick:E,danger:"danger"===f,tertiary:"tertiary"===f,children:(0,a.__)("Retry","google-site-kit")}),!s&&(0,m.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,r.A)((0,a.__)("Retry didn’t work? <HelpLink />","google-site-kit"),{HelpLink:(0,m.jsx)(h.A,{href:C,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})})]}),!T&&!s&&(0,m.jsx)("div",{className:y,children:"function"==typeof n?(0,m.jsx)(n,{linkURL:C}):(0,m.jsx)(h.A,{href:C,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})]})}ReportErrorActions.propTypes={moduleSlug:s().string.isRequired,error:s().oneOfType([s().arrayOf(s().object),s().object]).isRequired,GetHelpLink:s().elementType,hideGetHelpLink:s().bool,buttonVariant:s().string,onRetry:s().func,onRequestAccess:s().func,getHelpClassName:s().string,RequestAccessButton:s().elementType,RetryButton:s().elementType}},37226:(e,t,i)=>{i.d(t,{U:()=>s,i:()=>n});const n="core/modules",s="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>m,ei:()=>b});var n=i(15844),s=i(36703),o=i(62688),r=i.n(o),a=i(82871),l=i(50539),c=i(7081),g=i(58116),d=i(89318),u=i(60592),p=i(77766),h=i(62540);const m={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},f={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},b={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},k={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:o,callback:r}){const a=`${t}-step`,y=`${t}-run`,{setValue:x}=(0,l.useDispatch)(c.n),{dismissTour:_}=(0,l.useDispatch)(g.oR),v=(0,l.useRegistry)(),j=(0,p.A)(),S=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),N=(0,l.useSelect)(e=>e(c.n).getValue(y)&&!1===e(g.oR).isTourDismissed(t));(0,n.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),x(y,!0)});const A=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,h.jsx)(s.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:n,status:r,type:a}){const l=e+1,c="function"==typeof o?o(j):o;a===s.qY.TOOLTIP&&i===s.VD.TOOLTIP?(0,d.sx)(c,k.VIEW,l):t===s.kl.CLOSE&&i===s.VD.COMPLETE?(0,d.sx)(c,k.DISMISS,l):t===s.kl.NEXT&&r===s.XQ.FINISHED&&a===s.qY.TOUR_END&&n===l&&(0,d.sx)(c,k.COMPLETE,l),i===s.VD.COMPLETE&&r!==s.XQ.FINISHED&&(t===s.kl.PREV&&(0,d.sx)(c,k.PREV,l),t===s.kl.NEXT&&(0,d.sx)(c,k.NEXT,l))}(e);const{action:n,index:l,status:c,step:g,type:u}=e,p=n===s.kl.CLOSE,h=!p&&[s.qY.STEP_AFTER,s.qY.TARGET_NOT_FOUND].includes(u),m=[s.XQ.FINISHED,s.XQ.SKIPPED].includes(c),f=p&&u===s.qY.STEP_AFTER,b=m||f;if(s.qY.STEP_BEFORE===u){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}h?function(e,t){x(a,e+(t===s.kl.PREV?-1:1))}(l,n):b&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),_(t)),r&&r(e,v)},floaterProps:b,locale:f,run:N,stepIndex:S,steps:A,styles:m,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:r().arrayOf(r().object).isRequired,tourID:r().string.isRequired,gaEventCategory:r().oneOfType([r().string,r().func]).isRequired,callback:r().func}},39828:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({children:e,className:t,widgetSlug:i,noPadding:n,Header:o,Footer:r},a)=>(0,l.jsxs)("div",{className:s()("googlesitekit-widget",`googlesitekit-widget--${i}`,{"googlesitekit-widget--no-padding":n},{"googlesitekit-widget--with-header":o},t),ref:a,children:[o&&(0,l.jsx)("div",{className:"googlesitekit-widget__header",children:(0,l.jsx)(o,{})}),(0,l.jsx)("div",{className:"googlesitekit-widget__body",children:e}),r&&(0,l.jsx)("div",{className:"googlesitekit-widget__footer",children:(0,l.jsx)(r,{})})]}));c.defaultProps={children:void 0,noPadding:!1},c.propTypes={children:r().node,widgetSlug:r().string.isRequired,noPadding:r().bool,Header:r().elementType,Footer:r().elementType};const g=c},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},42926:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(19371),s=i(31638);const o=function(e){const t=Object.keys(e).reduce((t,i)=>(t[(0,s.getStablePath)(i)]=e[i],t),{});let i=!1;return(e,n)=>{if(i)return n(e);setTimeout(()=>{i=!0},3e3);const{parse:o=!0}=e,r=e.path;if("string"==typeof e.path){const i=e.method?.toUpperCase()||"GET",n=(0,s.getStablePath)(r);if(o&&"GET"===i&&t[n]){const e=Promise.resolve(t[n].body);return delete t[n],e}if("OPTIONS"===i&&t[i]&&t[i][n]){const e=Promise.resolve(t[i][n]);return delete t[i][n],e}}return n(e)}},{nonce:r,nonceEndpoint:a,preloadedData:l,rootURL:c}=i.g._googlesitekitAPIFetchData||{};n.default.nonceEndpoint=a,n.default.nonceMiddleware=n.default.createNonceMiddleware(r),n.default.rootURLMiddleware=n.default.createRootURLMiddleware(c),n.default.preloadingMiddleware=o(l),n.default.use(n.default.nonceMiddleware),n.default.use(n.default.mediaUploadMiddleware),n.default.use(n.default.rootURLMiddleware),n.default.use(n.default.preloadingMiddleware);const g=n.default},43569:(e,t,i)=>{i.d(t,{A:()=>Notification});var n=i(62688),s=i.n(n),o=i(63696),r=i(50539),a=i(7081),l=i(71423),c=i(89362);function g(e){return`notification/${e}/viewed`}function d(e){return(0,r.useSelect)(t=>!!t(a.n).getValue(g(e)),[e])}function ViewedStateObserver({id:e,observeRef:t,threshold:i}){const n=(0,c.A)(t,{threshold:i}),{setValue:s}=(0,r.useDispatch)(a.n),{markNotificationSeen:g}=(0,r.useDispatch)(l.D),u=!!n?.isIntersecting,p=d(e),h=(0,o.useRef)();function m(){h.current&&clearTimeout(h.current)}return(0,o.useEffect)(()=>(!p&&u?(m(),h.current=setTimeout(()=>{n?.isIntersecting&&(s(d.getKey(e),!0),g(e))},3e3)):!u&&h.current&&m(),()=>{m()}),[p,u,s,g,e,n]),null}d.getKey=g,ViewedStateObserver.propTypes={id:s().string,observeRef:s().object,threshold:s().number};var u=i(7070),p=i(62540);function Notification({id:e,className:t,gaTrackingEventArgs:i,children:n,onView:s}){const a=(0,o.useRef)(),c=d(e),g=(0,u.A)(e,i?.category,{viewAction:i?.viewAction}),[h,m]=(0,o.useState)(!1),f=(0,r.useSelect)(t=>t(l.D).getNotificationSeenDates(e)),{dismissNotification:b}=(0,r.useDispatch)(l.D);return(0,o.useEffect)(()=>{!h&&c&&(g.view(i?.label,i?.value),s?.(),m(!0)),f?.length>=3&&b(e,{skipHidingFromQueue:!0})},[c,g,h,i,s,f,b,e]),(0,p.jsxs)("section",{id:e,ref:a,className:t,children:[n,!c&&(0,p.jsx)(ViewedStateObserver,{id:e,observeRef:a,threshold:.5})]})}Notification.propTypes={id:s().string,className:s().string,gaTrackingEventArgs:s().shape({category:s().string,viewAction:s().string,label:s().string,value:s().string}),children:s().node,onView:s().func}},44949:(e,t,i)=>{i.r(t),i.d(t,{CONTEXT_ENTITY_DASHBOARD_CONTENT:()=>c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:()=>d,CONTEXT_ENTITY_DASHBOARD_SPEED:()=>g,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:()=>l,CONTEXT_MAIN_DASHBOARD_CONTENT:()=>o,CONTEXT_MAIN_DASHBOARD_KEY_METRICS:()=>n,CONTEXT_MAIN_DASHBOARD_MONETIZATION:()=>a,CONTEXT_MAIN_DASHBOARD_SPEED:()=>r,CONTEXT_MAIN_DASHBOARD_TRAFFIC:()=>s,default:()=>u});const n="mainDashboardKeyMetrics",s="mainDashboardTraffic",o="mainDashboardContent",r="mainDashboardSpeed",a="mainDashboardMonetization",l="entityDashboardTraffic",c="entityDashboardContent",g="entityDashboardSpeed",d="entityDashboardMonetization",u={CONTEXT_MAIN_DASHBOARD_KEY_METRICS:n,CONTEXT_MAIN_DASHBOARD_TRAFFIC:s,CONTEXT_MAIN_DASHBOARD_CONTENT:o,CONTEXT_MAIN_DASHBOARD_SPEED:r,CONTEXT_MAIN_DASHBOARD_MONETIZATION:a,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:l,CONTEXT_ENTITY_DASHBOARD_CONTENT:c,CONTEXT_ENTITY_DASHBOARD_SPEED:g,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:d}},45472:(e,t,i)=>{i.d(t,{M:()=>n});const n="core/location"},47121:(e,t,i)=>{i.d(t,{$C:()=>I,RF:()=>A,WI:()=>S,_5:()=>_,jU:()=>x,o3:()=>y,x0:()=>j});var n=i(32091),s=i.n(n),o=i(50532),r=i.n(o),a=i(17243),l=i(78913);const c="GET_REGISTRY",g="AWAIT";function d(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=v(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return s()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const u=d,p=d;function h(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,n={})=>t.reduce((e,t)=>t(e,n),e)}const m=d,f=d,b=d;function k(e){return e}function y(...e){const t=b(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:u(...e.map(e=>e.actions||{})),reducer:h(t,...e.map(e=>e.reducer||k)),resolvers:m(...e.map(e=>e.resolvers||{})),selectors:f(...e.map(e=>e.selectors||{}))}}const x={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:g}}},_={[c]:(0,l.b)(e=>()=>e),[g]:({payload:e})=>e.value};function v(e){const t=[],i={};for(let n=0;n<e.length;n++){const s=e[n];i[s]=i[s]>=1?i[s]+1:1,i[s]>1&&t.push(s)}return t}const j={actions:x,controls:_,reducer:k};function S(e){return t=>N(e(t))}const N=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const n=e(...i);return s()(void 0!==n,`${t}(...) is not resolved`),n}));function A(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(n,...s)=>{const o=!t,r=!!t;try{return e(i,n,...s),o}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...n)=>{e(t,i,...n)})}}function I(e,t){return s()("function"==typeof e,"a validator function is required."),s()("function"==typeof t,"an action creator function is required."),s()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},47345:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(63696),s=i(50539),o=i(86134);function r(e,t,i){const{setWidgetState:r,unsetWidgetState:a}=(0,s.useDispatch)(o.aO);(0,n.useEffect)(()=>(r(e,t,i),()=>{a(e,t,i)}),[e,t,i,r,a])}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>n});const n={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var n=i(18117),s=i(17243),o=i(63696);function r(...e){const t=(0,n.MA)(()=>(0,s.debounce)(...e),e);return(0,o.useEffect)(()=>()=>t.cancel(),[t]),t}},51891:(e,t,i)=>{var n=i(131),s=i(78325),o=i(4452),r=i.n(o),a=i(63696),l=i(13606),c=i(82871),g=i(50539),d=i(12755),u=i(59323),p=i(44949),h=i(24452),m=i(75949),f=i(29507),b=i(84826),k=i(24558),y=i(93896),x=i(58116),_=i(20898),v=i(16834),j=i(55527),S=i(95267),N=i(99620),A=i(86134),I=i(66847),T=i(60072),C=i(35323),w=i(84754),M=i(66201),E=i(13719),D=i(89506),R=i(6464),O=i(62540);const L=function DashboardEntityApp(){const e=(0,C.A)(),t=(0,R.i)("proactiveUserEngagement"),i=(0,g.useSelect)(t=>e?t(x.oR).getViewableModules():null),n=(0,g.useSelect)(e=>e(y.O4).getCurrentEntityURL()),s=(0,g.useSelect)(e=>e(y.O4).getPermaLinkParam()),o=(0,g.useSelect)(e=>e(y.O4).getAdminURL("googlesitekit-dashboard")),L={modules:i||void 0},z=(0,g.useSelect)(e=>e(A.aO).isWidgetContextActive(p.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,L)),P=(0,g.useSelect)(e=>e(A.aO).isWidgetContextActive(p.CONTEXT_ENTITY_DASHBOARD_CONTENT,L)),B=(0,g.useSelect)(e=>e(A.aO).isWidgetContextActive(p.CONTEXT_ENTITY_DASHBOARD_SPEED,L)),H=(0,g.useSelect)(e=>e(A.aO).isWidgetContextActive(p.CONTEXT_ENTITY_DASHBOARD_MONETIZATION,L)),W=(0,g.useSelect)(e=>e(y.O4).getDocumentationLinkURL("url-not-part-of-this-site"));(0,M.Z)();let U=null;return H?U=k.Gw:B?U=k.Ej:P?U=k.en:z&&(U=k.OT),null===n?(0,O.jsxs)("div",{className:"googlesitekit-widget-context googlesitekit-module-page googlesitekit-entity-dashboard",children:[(0,O.jsx)(I.A,{}),(0,O.jsx)(E.A,{}),(0,O.jsx)(j.xA,{children:(0,O.jsx)(j.fI,{children:(0,O.jsx)(j.fh,{size:12,children:(0,O.jsxs)(a.Fragment,{children:[(0,O.jsx)(_.A,{href:o,back:!0,small:!0,children:(0,c.__)("Back to the Site Kit dashboard","google-site-kit")}),(0,O.jsx)(S.A,{title:(0,c.__)("Detailed Page Stats","google-site-kit"),className:"googlesitekit-heading-2 googlesitekit-entity-dashboard__heading",fullWidth:!0}),(0,O.jsx)(N.A,{className:"googlesitekit-entity-dashboard__entity-header",children:(0,O.jsx)(j.xA,{children:(0,O.jsx)(j.fI,{children:(0,O.jsx)(j.fh,{size:12,children:(0,O.jsx)(u.A,{children:(0,l.A)((0,c.sprintf)(/* translators: %s: current entity URL. */ /* translators: %s: current entity URL. */ (0,c.__)("It looks like the URL %s is not part of this site or is not based on standard WordPress content types, therefore there is no data available to display. Visit our <link1>support forums</link1> or <link2><VisuallyHidden>Site Kit</VisuallyHidden> website</link2> for support or further information.","google-site-kit"),`<strong>${s}</strong>`),{strong:(0,O.jsx)("strong",{}),link1:(0,O.jsx)(_.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0}),link2:(0,O.jsx)(_.A,{href:W,external:!0}),VisuallyHidden:(0,O.jsx)(v.A,{})})})})})})})]})})})}),(0,O.jsx)(w.A,{})]}):(0,O.jsxs)(a.Fragment,{children:[(0,O.jsx)(I.A,{}),(0,O.jsx)(E.A,{}),(0,O.jsxs)(d.A,{showNavigation:!0,children:[(0,O.jsx)(m.A,{}),(0,O.jsx)(f.A,{}),!e&&(0,O.jsx)(T.A,{}),(0,O.jsx)(b.A,{})]}),(0,O.jsxs)("div",{className:"googlesitekit-page-content",children:[(0,O.jsx)(h.A,{id:k.OT,slug:p.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,className:r()({"googlesitekit-widget-context--last":U===k.OT})}),(0,O.jsx)(h.A,{id:k.en,slug:p.CONTEXT_ENTITY_DASHBOARD_CONTENT,className:r()({"googlesitekit-widget-context--last":U===k.en})}),(0,O.jsx)(h.A,{id:k.Ej,slug:p.CONTEXT_ENTITY_DASHBOARD_SPEED,className:r()({"googlesitekit-widget-context--last":U===k.Ej})}),(0,O.jsx)(h.A,{id:k.Gw,slug:p.CONTEXT_ENTITY_DASHBOARD_MONETIZATION,className:r()({"googlesitekit-widget-context--last":U===k.Gw})}),(0,O.jsx)(w.A,{})]}),t&&(0,O.jsx)(D.A,{})]})};var z=i(12701);(0,n.A)(()=>{const e=document.getElementById("js-googlesitekit-entity-dashboard");if(e){const{viewOnly:t}=e.dataset;(0,s.render)((0,O.jsx)(z.A,{viewContext:t?k.Is:k.f7,children:(0,O.jsx)(L,{})}),e)}})},53137:(e,t,i)=>{i.d(t,{FQ:()=>o,He:()=>a,bI:()=>r,rq:()=>s,ui:()=>n});const n="warning-notification-gtg",s="gtg-setup-cta",o={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54312:(e,t,i)=>{i.d(t,{A:()=>GenericErrorHandlerActions});var n=i(62688),s=i.n(n),o=i(82871),r=i(20898),a=i(38021),l=i.n(a),c=i(63696),g=i(12417),d=i(1027),u=i(65123),p=i(49383),h=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,n]=(0,c.useState)(!1);return(0,h.jsx)(p.Button,{"aria-label":i?(0,o.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),n(!0)},trailingIcon:(0,h.jsx)(g.A,{className:"mdc-button__icon",icon:i?d.A:u.A}),children:i?(0,o.__)("Copied to clipboard","google-site-kit"):(0,o.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:s().string,componentStack:s().string};const m=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,h.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,h.jsx)(m,{message:e,componentStack:t}),(0,h.jsx)(r.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,o.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:s().string,componentStack:s().string}},54419:e=>{e.exports=googlesitekit.api},55527:(e,t,i)=>{i.d(t,{$z:()=>s.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>n.N,P3:()=>r.P,Si:()=>o.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var n=i(91046),s=i(3412),o=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>p,BT:()=>D,CQ:()=>A,DF:()=>F,GM:()=>N,GT:()=>k,HA:()=>z,HD:()=>u,HP:()=>E,J5:()=>B,JF:()=>T,JK:()=>f,Ml:()=>m,SS:()=>R,UF:()=>g,UY:()=>G,Vl:()=>O,W6:()=>V,Xq:()=>I,YQ:()=>C,Yw:()=>U,dV:()=>M,dX:()=>S,ej:()=>c,em:()=>o,ep:()=>v,fu:()=>x,gC:()=>y,hz:()=>h,jx:()=>d,lV:()=>l,nH:()=>P,oR:()=>n,od:()=>a,p3:()=>b,pG:()=>j,qv:()=>s,qy:()=>w,t1:()=>Y,t7:()=>W,tB:()=>_,tK:()=>H,u_:()=>L});const n="core/user",s="connected_url_mismatch",o="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",d="googlesitekit_view_dashboard",u="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",h="googlesitekit_manage_module_sharing_options",m="googlesitekit_delegate_module_sharing_management",f="googlesitekit_update_plugins",b="kmAnalyticsAdSenseTopEarningContent",k="kmAnalyticsEngagedTrafficSource",y="kmAnalyticsLeastEngagingPages",x="kmAnalyticsNewVisitors",_="kmAnalyticsPopularAuthors",v="kmAnalyticsPopularContent",j="kmAnalyticsPopularProducts",S="kmAnalyticsReturningVisitors",N="kmAnalyticsTopCities",A="kmAnalyticsTopCitiesDrivingLeads",I="kmAnalyticsTopCitiesDrivingAddToCart",T="kmAnalyticsTopCitiesDrivingPurchases",C="kmAnalyticsTopDeviceDrivingPurchases",w="kmAnalyticsTopConvertingTrafficSource",M="kmAnalyticsTopCountries",E="kmAnalyticsTopPagesDrivingLeads",D="kmAnalyticsTopRecentTrendingPages",R="kmAnalyticsTopTrafficSource",O="kmAnalyticsTopTrafficSourceDrivingAddToCart",L="kmAnalyticsTopTrafficSourceDrivingLeads",z="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",B="kmAnalyticsVisitLength",H="kmAnalyticsTopReturningVisitorPages",W="kmSearchConsolePopularKeywords",U="kmAnalyticsVisitsPerVisitor",G="kmAnalyticsMostEngagingPages",Y="kmAnalyticsTopCategories",V=[b,k,y,x,_,v,j,S,Y,N,A,I,T,C,w,M,D,R,O,P,B,H,U,G,Y],F=[...V,W]},59020:(e,t,i)=>{i.d(t,{A:()=>Tooltip});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(90295),l=i(63696),c=i(62540);function Tooltip({children:e,popperClassName:t,tooltipClassName:i,onOpen:n,onClose:s,...o}){const g=(0,l.useRef)(!1),d=n?()=>{g.current||(g.current=!0,n?.())}:void 0,u=n?()=>{g.current=!1,s?.()}:s;return(0,c.jsx)(a.Ay,{classes:{popper:r()("googlesitekit-tooltip-popper",t),tooltip:r()("googlesitekit-tooltip",i)},onOpen:d,onClose:u,...o,arrow:!0,children:e})}Tooltip.propTypes={children:s().node,popperClassName:s().string,tooltipClassName:s().string,onOpen:s().func,onClose:s().func}},59323:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),s=i.n(n),o=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...n}){const s=(0,o.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(s===o.mp?a.Kk:a.Yw),...n,children:i})}c.propTypes={type:s().oneOf(a.tT),size:s().oneOf(a.oJ)}},60072:(e,t,i)=>{i.d(t,{A:()=>DashboardSharingSettingsButton});var n=i(82871),s=i(63696),o=i(50539),r=i(49383),a=i(69195),l=i(77766),c=i(12850),g=i(7081),d=i(93896),u=i(72455),p=i(24288),h=i(81042),m=i(31589),f=i(78174),b=i(4452),k=i.n(b),y=i(13606),x=i(19266),_=i(12417),v=i(82218),j=i(37226),S=i(32947),N=i(14007),A=i(55527),I=i(20898),T=i(87251),C=i(62688),w=i.n(C),M=i(62540);function Notice(){const e=(0,o.useSelect)(e=>e(j.i).canSubmitSharingChanges()),t=(0,o.useSelect)(e=>e(j.i).haveSharingSettingsExpanded("management")),i=(0,o.useSelect)(e=>e(j.i).haveSharingSettingsExpanded("sharedRoles"));return(0,M.jsxs)("p",{className:"googlesitekit-dashboard-sharing-settings__notice",children:[t&&e&&(0,M.jsx)("span",{children:(0,y.A)((0,n.__)("By clicking <strong>Apply</strong>, you will give other authenticated admins of your site permission to manage view-only access to Site Kit dashboard data from the chosen Google service","google-site-kit"),{strong:(0,M.jsx)("strong",{})})}),!t&&e&&i&&(0,M.jsx)("span",{children:(0,y.A)((0,n.__)("By clicking <strong>Apply</strong>, you’re granting the selected roles view-only access to data from the Google services you’ve connected via your account","google-site-kit"),{strong:(0,M.jsx)("strong",{})})})]})}var E=i(77967);function Footer({closeDialog:e,openResetDialog:t}){const i=(0,l.A)(),[a,d]=(0,s.useState)(null),[u,h]=(0,s.useState)(!1),m=(0,o.useSelect)(e=>e(j.i).canSubmitSharingChanges()),f=(0,o.useSelect)(e=>e(j.i).isDoingSubmitSharingChanges()),b=(0,o.useSelect)(e=>e(j.i).haveSharingSettingsExpanded("management")),k=(0,o.useSelect)(e=>e(j.i).haveSharingSettingsExpanded("sharedRoles")),y=(0,o.useSelect)(e=>e(j.i).haveSharingSettingsUpdated()),x=(0,o.useSelect)(e=>!!e(g.n).getValue(p.tm)),_=(0,o.useSelect)(e=>!!e(g.n).getValue(p.hk)),{resetSharingSettings:v,saveSharingSettings:S}=(0,o.useDispatch)(j.i),{setValue:N}=(0,o.useDispatch)(g.n),A=(0,s.useCallback)(async()=>{d(null);const{error:t}=await S();t?d(t.message):((0,c.sx)(`${i}_sharing`,"settings_confirm"),N(p.zP,void 0),e())},[i,S,N,e]),T=(0,s.useCallback)(async()=>{d(null),h(!0);const{error:t}=await v();t?d(t.message):(h(!1),e())},[e,v]),C=(0,s.useCallback)(()=>{(0,c.sx)(`${i}_sharing`,"settings_cancel"),e()},[e,i]),w=a||b||k;return(0,M.jsxs)("div",{className:"googlesitekit-dashboard-sharing-settings__footer",children:[w&&(0,M.jsxs)("div",{className:"googlesitekit-dashboard-sharing-settings__footer-notice",children:[a&&(0,M.jsx)(E.A,{message:a}),!a&&(0,M.jsx)(Notice,{})]}),(0,M.jsxs)("div",{className:"googlesitekit-dashboard-sharing-settings__footer-actions",children:[y&&x&&!w&&(0,M.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__footer-actions-left",children:(0,M.jsx)(I.A,{onClick:t,className:"googlesitekit-reset-sharing-permissions-button",danger:!0,children:(0,n.__)("Reset sharing permissions","google-site-kit")})}),(0,M.jsxs)("div",{className:"googlesitekit-dashboard-sharing-settings__footer-actions-right",children:[(0,M.jsx)(r.Button,{onClick:C,tertiary:!0,children:(0,n.__)("Cancel","google-site-kit")}),x&&(0,M.jsx)(r.SpinnerButton,{onClick:A,disabled:f||!m,isSaving:f,children:(0,n.__)("Apply","google-site-kit")}),_&&(0,M.jsx)(r.SpinnerButton,{onClick:T,disabled:u,isSaving:u,danger:!0,children:(0,n.__)("Reset","google-site-kit")})]})]})]})}Footer.propTypes={closeDialog:w().func.isRequired,openResetDialog:w().func.isRequired};var D=i(15167);function DashboardSharingDialog(){const[e,t]=(0,s.useState)(!1),i=(0,s.useRef)(void 0),l=(0,S.dv)(),{y:c}=(0,h.A)(),{setValue:u}=(0,o.useDispatch)(g.n),{rollbackSharingSettings:b}=(0,o.useDispatch)(j.i),C=(0,o.useSelect)(e=>!!e(g.n).getValue(p.tm)),w=(0,o.useSelect)(e=>!!e(g.n).getValue(p.hk)),E=(0,o.useSelect)(e=>e(g.n).getValue(p.zP)),R=(0,o.useSelect)(e=>e(j.i).haveSharingSettingsChanged()),O=(0,o.useSelect)(e=>e(d.O4).getDocumentationLinkURL("dashboard-sharing"));(0,s.useEffect)(()=>{if(e){const e=document.querySelector(".googlesitekit-reset-sharing-permissions-button");e&&e.focus(),t(!1)}},[e]);const L={};l===S.mp&&(L.top=(c<46?46-c:0)+"px",L.height=`calc(100% - 46px + ${c<46?c:46}px)`),(0,s.useEffect)(()=>{!C&&R&&b()},[C,R,b]);const z=(0,s.useCallback)(()=>{u(p.tm,!0)},[u]),P=(0,s.useCallback)(()=>{u(p.tm,!1),u(p.zP,void 0)},[u]),B=(0,s.useCallback)(()=>{P(),u(p.hk,!0)},[P,u]),H=(0,s.useCallback)(()=>{u(p.hk,!1),z(),t(!0)},[z,u]),W=(0,s.useCallback)(()=>{w?H():P()},[H,P,w]),U=(0,s.useCallback)(e=>{w&&e.target.classList.contains("mdc-dialog__scrim")&&H()},[w,H]);return(0,m.A)("click",U),(0,f.A)(e=>w&&x._f===e.keyCode,H),(0,M.jsx)(N.A,{children:(0,M.jsxs)(A.lG,{open:C||w,onClose:W,className:"googlesitekit-dialog googlesitekit-sharing-settings-dialog",style:L,escapeKeyAction:void 0!==E||w?"":"close",scrimClickAction:void 0!==E||w?"":"close",children:[(0,M.jsx)("div",{className:"googlesitekit-dialog__back-wrapper","aria-hidden":l!==S.mp,ref:i,children:(0,M.jsx)(r.Button,{"aria-label":(0,n.__)("Back","google-site-kit"),className:"googlesitekit-dialog__back",onClick:W,children:(0,M.jsx)(_.A,{icon:v.A})})}),(0,M.jsxs)(A.Cf,{className:"googlesitekit-dialog__content",children:[(0,M.jsxs)("div",{className:"googlesitekit-dialog__header",children:[C&&(0,M.jsx)("div",{className:"googlesitekit-dialog__header-icon","aria-hidden":l===S.mp,children:(0,M.jsx)("span",{children:(0,M.jsx)(a.A,{width:20,height:20})})}),(0,M.jsxs)("div",{className:"googlesitekit-dialog__header-titles",children:[(0,M.jsxs)(D.A,{as:"h2",className:"googlesitekit-dialog__title",size:"medium",type:"headline",children:[C&&(0,M.jsx)("span",{children:(0,n.__)("Dashboard sharing & permissions","google-site-kit")}),w&&(0,M.jsx)("span",{children:(0,n.__)("Reset dashboard sharing permissions","google-site-kit")})]}),(0,M.jsxs)("p",{className:k()("googlesitekit-dialog__subtitle",{"googlesitekit-dialog__subtitle--emphasis":w}),children:[C&&(0,M.jsx)("span",{children:(0,y.A)((0,n.__)("Share a view-only version of your Site Kit dashboard with other WordPress roles. <a>Learn more</a>","google-site-kit"),{a:(0,M.jsx)(I.A,{"aria-label":(0,n.__)("Learn more about dashboard sharing","google-site-kit"),href:O,external:!0})})}),w&&(0,M.jsx)("span",{children:(0,n.__)("Warning: Resetting these permissions will remove view-only access for all users. Are you sure you want to reset all dashboard sharing permissions?","google-site-kit")})]})]})]}),C&&(0,M.jsx)("div",{className:"googlesitekit-dialog__main",children:(0,M.jsx)(T.A,{})})]}),(0,M.jsx)(A.Es,{className:"googlesitekit-dialog__footer",children:(0,M.jsx)(Footer,{closeDialog:W,openResetDialog:B})})]})})}var R=i(27333);function DashboardSharingSettingsButton(){const e=(0,l.A)(),{setValue:t}=(0,o.useDispatch)(g.n),i=(0,o.useSelect)(e=>e(d.O4).hasMultipleAdmins()),h=(0,R.A)(u.CV,"isAutoCreatingCustomDimensionsForAudience"),m=(0,s.useCallback)(()=>{(0,c.sx)(`${e}_headerbar`,"open_sharing",i?"advanced":"simple"),t(p.tm,!0)},[t,e,i]);return(0,M.jsxs)(s.Fragment,{children:[(0,M.jsx)(r.Button,{"aria-label":(0,n.__)("Open sharing settings","google-site-kit"),className:"googlesitekit-sharing-settings__button googlesitekit-header__dropdown googlesitekit-border-radius-round googlesitekit-button-icon",onClick:m,icon:(0,M.jsx)(a.A,{width:20,height:20}),tooltipEnterDelayInMS:500,disabled:h}),(0,M.jsx)(DashboardSharingDialog,{})]})}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var n=i(28056),s=i.n(n),o=i(4452),r=i.n(o),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var d=i(72545),u=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:o,size:a,step:l,tooltipProps:h}){const m=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function f(e){return r()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:r()("googlesitekit-tour-tooltip",l.className),...h,children:(0,p.jsxs)(s(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(n.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:m.map(e=>(0,p.jsx)("li",{className:f(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,o.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...o,children:o.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(d.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>o});const n=(0,i(63696).createContext)(""),{Consumer:s,Provider:o}=n,r=n},63972:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 11 9"},e),n||(n=s.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M1 3.838 4.106 7 10 1"})))},64067:(e,t,i)=>{i.d(t,{P9:()=>b,k:()=>h,mR:()=>f});var n=i(32091),s=i.n(n),o=i(17243),r=i(50539),a=i.n(r),l=i(21134),c=i(12850);const g="CREATE_SNAPSHOT",d="DELETE_SNAPSHOT",u="RESTORE_SNAPSHOT",p="SET_STATE_FROM_SNAPSHOT";function h(e,{keysToSnapshot:t}={}){s()(e,"storeName is required to create a snapshot store.");const i={},n={*deleteSnapshot(){return yield{payload:{},type:d}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:n}=yield{payload:{},type:u};return i&&(yield{payload:{snapshot:n},type:p},t&&(yield{payload:{},type:d})),i},*createSnapshot(){return yield{payload:{},type:g}}},a={[d]:()=>(0,l.LD)(`datastore::cache::${e}`),[g]:(0,r.createRegistryControl)(i=>()=>{const n=i.stores[e].store.getState(),s=t?.length>0?(0,o.pick)(n,t):n;return(0,l.SO)(`datastore::cache::${e}`,s)}),[u]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:n,controls:a,reducer:function(e=i,{type:n,payload:s}){if(n===p){const{snapshot:i}=s,{error:n,...o}=i;return t?.length>0?{...e,...o}:o}return e}}}function m(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function f(e=a()){return Promise.all(m(e).map(e=>e.getActions().createSnapshot()))}function b(e=a()){return Promise.all(m(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,i)=>{i.d(t,{G:()=>s,t:()=>n});const n=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function s(e,t=n){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{i.d(t,{c:()=>r});var n=i(82871),s=i(97398),o=i(99897);function r(e="",t={}){const{slug:i="",name:r="",owner:a={}}=t||{};if(!i||!r)return e;let l="",c="";return o.L1===i?e.match(/account/i)?l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):s.Y===i&&(l=(0,n.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,n.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,n.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),r)),a&&a.login&&(c=(0,n.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,n.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),c||(c=(0,n.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},66201:(e,t,i)=>{i.d(t,{Z:()=>c});var n=i(31589),s=i(40960),o=i(42926),r=i(63696),a=i(50539),l=i(7081);function c(){const{setIsOnline:e}=(0,a.useDispatch)(l.n),t=(0,a.useSelect)(e=>e(l.n).getIsOnline()),i=(0,r.useCallback)(async()=>{if(navigator.onLine){try{await(0,o.A)({path:"/google-site-kit/v1/"})}catch(t){if("fetch_error"===t?.code)return void e(!1)}e(!0)}else e(!1)},[e]);(0,n.A)("online",i),(0,n.A)("offline",i),(0,s.A)(i,t?12e4:15e3)}},66847:(e,t,i)=>{i.d(t,{A:()=>ScrollEffect});var n=i(81042),s=i(63696);function ScrollEffect(){return function(){const{y:e}=(0,n.A)(),[t,o]=(0,s.useState)(!1),r="googlesitekit-plugin--has-scrolled";(0,s.useEffect)(()=>{t?i.g.document.body.classList.add(r):i.g.document.body.classList.remove(r)},[t]),e>0&&!t?o(!0):0===e&&t&&o(!1)}(),null}},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>d,SG:()=>g,db:()=>s,e4:()=>p,vl:()=>u});i(17243);var n=i(82871);const s="missing_required_scopes",o="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===s}function g(e){return[o,r].includes(e?.data?.reason)}function d(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||g(e)||c(e)||d(e))}function p(e){return e?.code===a?(0,n.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,n.__)("The server provided an invalid response","google-site-kit"):e?.message}},68869:(e,t,i)=>{i.d(t,{Ay:()=>r});var n=i(6732);const{Consumer:s,Provider:o}=n.A,r=o},69195:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),n||(n=s.createElement("path",{fill:"currentColor",d:"M16.666 7.5V5H15v2.5h-2.5v1.666H15v2.5h1.666v-2.5h2.5V7.5zM7.5 10a3.332 3.332 0 1 0 0-6.667A3.332 3.332 0 1 0 7.5 10m0-5c.916 0 1.666.75 1.666 1.666 0 .917-.75 1.667-1.666 1.667-.917 0-1.667-.75-1.667-1.667C5.833 5.75 6.583 5 7.5 5m5.325 7.133c-1.4-.717-3.217-1.3-5.325-1.3s-3.925.583-5.325 1.3A2.48 2.48 0 0 0 .833 14.35v2.316h13.333V14.35c0-.934-.508-1.792-1.341-2.217M12.5 15h-10v-.65c0-.317.166-.6.433-.734A10.1 10.1 0 0 1 7.5 12.5c1.975 0 3.575.608 4.566 1.116a.81.81 0 0 1 .434.734z"})))},71423:(e,t,i)=>{i.d(t,{$:()=>o,D:()=>s});var n=i(24558);const s="core/notifications",o=[n.uR,n.jU,n.f7,n.Ax,n.Is]},72455:(e,t,i)=>{i.d(t,{CV:()=>I,Cu:()=>v,K9:()=>n,Kr:()=>m,Lf:()=>p,Oh:()=>r,PW:()=>A,Rx:()=>E,S9:()=>f,TQ:()=>d,Vt:()=>w,Wl:()=>x,ZC:()=>s,ZY:()=>a,_p:()=>M,ag:()=>h,aj:()=>u,bz:()=>T,dq:()=>C,f2:()=>c,fB:()=>N,fV:()=>S,iB:()=>g,kc:()=>l,mo:()=>k,nc:()=>j,rm:()=>_,to:()=>o,wo:()=>b,yn:()=>y});const n="modules/analytics-4",s="account_create",o="property_create",r="webdatastream_create",a="analyticsSetup",l=10,c=1,g="https://www.googleapis.com/auth/tagmanager.readonly",d="enhanced-measurement-form",u="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",h="analyticsAccountCreate",m="analyticsCustomDimensionsCreate",f="https://www.googleapis.com/auth/analytics.edit",b="dashboardAllTrafficWidgetDimensionName",k="dashboardAllTrafficWidgetDimensionColor",y="dashboardAllTrafficWidgetDimensionValue",x="dashboardAllTrafficWidgetActiveRowIndex",_="dashboardAllTrafficWidgetLoaded",v={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},j={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},S=[j.CONTACT,j.GENERATE_LEAD,j.SUBMIT_LEAD_FORM],N={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},A="audiencePermissionsSetup",I="audienceTileCustomDimensionCreate",T="audience-selection-panel-expirable-new-badge-",C="audience",w="customDimension",M="property",E=[C,w,M]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),n||(n=s.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73549:(e,t,i)=>{i.d(t,{A:()=>ReportZero});var n=i(62688),s=i.n(n),o=i(82871),r=i(50539),a=i(37226),l=i(4884),c=i(62540);function ReportZero({moduleSlug:e}){const t=(0,r.useSelect)(t=>t(a.i).getModule(e));return(0,c.jsx)(l.A,{title:(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s Gathering Data","google-site-kit"),t?.name),description:(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s data is not yet available, please check back later","google-site-kit"),t?.name)})}ReportZero.propTypes={moduleSlug:s().string.isRequired}},73589:(e,t,i)=>{i.d(t,{CX:()=>s,Py:()=>r,SM:()=>n,kj:()=>o});const n="adsense-connect-cta",s="adsense-connect-cta-tooltip-state",o="adsense-ga4-top-earnings-notice",r="adsense"},73874:(e,t,i)=>{i.d(t,{Ay:()=>a,Oo:()=>o,oE:()=>r});var n=i(24558),s=i(77766);const o=n.jU,r=n.f7;function a(){const e=(0,s.A)();return e===n.jU||e===n.Ax?o:e===n.f7||e===n.Is?r:null}},74595:(e,t,i)=>{i.d(t,{wA:()=>a.A,ws:()=>u.w,WM:()=>r.A});var n=i(29725),s=i(56805),o=i(78913),r=i(35470),a=i(63737),l=i(44319),c=i(31170),g=i(30043),d=i(66293),u=i(1102),p=i(47121),h=i(97241);const m=(0,n.I)({},i.g.wp?.data);m.combineStores=p.o3,m.commonActions=p.jU,m.commonControls=p._5,m.commonStore=p.x0,m.createReducer=function(e){return(0,h.Ay)(e)},m.useInViewSelect=u.w,m.controls=s.n,m.createRegistryControl=o.b,m.createRegistrySelector=o.N,m.useSelect=r.A,m.useDispatch=a.A,m.useRegistry=l.A,m.withSelect=c.A,m.withDispatch=g.A,m.RegistryProvider=d.Ay;const f=m;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=f},74995:(e,t,i)=>{i.d(t,{A:()=>Notifications});var n=i(62688),s=i.n(n),o=i(50539),r=i(77766),a=i(71423),l=i(53137),c=i(50532),g=i.n(c),d=i(43569),u=i(62540);const p=g()(e=>({id:e,Notification:h(e)(d.A)}));function h(e){return t=>{function WithNotificationID(i){return(0,u.jsx)(t,{...i,id:e})}return WithNotificationID.displayName="WithNotificationID",(t.displayName||t.name)&&(WithNotificationID.displayName+=`(${t.displayName||t.name})`),WithNotificationID}}function Notifications({areaSlug:e,groupID:t=l.He.DEFAULT}){const i=(0,r.A)(),n=(0,o.useSelect)(e=>e(a.D).getQueuedNotifications(i,t));if(void 0===n?.[0]||n?.[0]?.areaSlug!==e)return null;const{id:s,Component:c}=n[0],g={...p(s)};return(0,u.jsx)(c,{...g})}Notifications.propTypes={viewContext:s().string,areaSlug:s().string}},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>g});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:n,alignBottom:s,alignRight:o,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:d,smSize:u,smStart:p,smOrder:h,mdSize:m,mdStart:f,mdOrder:b,lgSize:k,lgStart:y,lgOrder:x,size:_,children:v,...j}=e;return(0,a.jsx)("div",{...j,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":n,"mdc-layout-grid__cell--align-bottom":s,"mdc-layout-grid__cell--align-right":o,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":d,[`mdc-layout-grid__cell--span-${_}`]:12>=_&&_>0,[`mdc-layout-grid__cell--span-${k}-desktop`]:12>=k&&k>0,[`mdc-layout-grid__cell--start-${y}-desktop`]:12>=y&&y>0,[`mdc-layout-grid__cell--order-${x}-desktop`]:12>=x&&x>0,[`mdc-layout-grid__cell--span-${m}-tablet`]:8>=m&&m>0,[`mdc-layout-grid__cell--start-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--order-${b}-tablet`]:8>=b&&b>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${h}-phone`]:4>=h&&h>0}),children:v})}Cell.propTypes={smSize:s().number,smStart:s().number,smOrder:s().number,mdSize:s().number,mdStart:s().number,mdOrder:s().number,lgSize:s().number,lgStart:s().number,lgOrder:s().number,size:s().number,alignTop:s().bool,alignMiddle:s().bool,alignBottom:s().bool,alignRight:s().bool,alignLeft:s().bool,smAlignRight:s().bool,mdAlignRight:s().bool,lgAlignRight:s().bool,className:s().string,children:s().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},n)=>(0,a.jsx)("div",{ref:n,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:s().string,children:s().node},c.defaultProps={className:""};const g=c,d=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:n,collapsed:s,...o},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":s,"mdc-layout-grid--fill":t}),...o,ref:l,children:n}));d.displayName="Grid",d.propTypes={alignLeft:s().bool,fill:s().bool,className:s().string,collapsed:s().bool,children:s().node},d.defaultProps={className:""};const u=d},75949:(e,t,i)=>{i.d(t,{A:()=>C});var n,s=i(15844),o=i(79257),r=i(52684),a=i(63696),l=i(82871),c=i(50539),g=i(49383),d=i(16834);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},u.apply(null,arguments)}const p=e=>a.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),n||(n=a.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16 9.5c0 1.407-.45 2.714-1.218 3.783L20.49 19 19 20.49l-5.717-5.708A6.46 6.46 0 0 1 9.5 16 6.5 6.5 0 1 1 16 9.5m-11 0C5 11.99 7.01 14 9.5 14S14 11.99 14 9.5 11.99 5 9.5 5 5 7.01 5 9.5",clipRule:"evenodd"})));var h;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},m.apply(null,arguments)}const f=e=>a.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),h||(h=a.createElement("path",{fill:"currentColor",d:"m15.833 5.342-1.175-1.175L10 8.825 5.342 4.167 4.167 5.342 8.825 10l-4.658 4.658 1.175 1.175L10 11.175l4.658 4.658 1.175-1.175L11.175 10z"})));var b=i(62688),k=i.n(b),y=i(82351),x=i(19266),_=i(54419);var v=i(93896),j=i(62540);function S(){}function PostSearcherAutoSuggest({id:e,match:t,setMatch:i,isLoading:n,showDropdown:s=!0,setIsLoading:o=S,setIsActive:r=S,autoFocus:g,setCanSubmit:d=S,onClose:u=S,placeholder:p=""}){const h=(0,a.useRef)(),[m,f]=(0,a.useState)(""),b=t?.title,k=function(e,t){const[i,n]=(0,a.useState)(e);return(0,a.useEffect)(()=>{const i=setTimeout(()=>{n(e)},t);return()=>{clearTimeout(i)}},[e,t]),i}(m,m===b?0:200),[N,A]=(0,a.useState)([]),I=(0,l.__)("No results found","google-site-kit"),T=(0,c.useSelect)(e=>e(v.O4).getCurrentEntityTitle()),C=(0,a.useRef)(null),w=(0,a.useCallback)(()=>{r(!0)},[r]),M=(0,a.useCallback)(e=>{var t,i;e.relatedTarget?.classList.contains("autocomplete__option--result")||(r(!1),f(null!==(t=null!==(i=C.current)&&void 0!==i?i:T)&&void 0!==t?t:""))},[T,r]),E=(0,a.useCallback)(e=>{if(Array.isArray(N)&&e!==I){const t=N.find(t=>t.title.toLowerCase()===e.toLowerCase());t?(C.current=t.title,d(!0),i(t),f(t.title)):C.current=null}else C.current=null,d(!1)},[N,d,i,I,f]),D=(0,a.useCallback)(e=>{d(!1),f(e.target.value)},[d]);(0,a.useEffect)(()=>{if(""!==k&&k!==T&&k?.toLowerCase()!==b?.toLowerCase()){const e="undefined"==typeof AbortController?void 0:new AbortController;return async function(){o(!0);const t=(0,_.get)("core","search","entity-search",{query:encodeURIComponent(k)},{useCache:!1,signal:e?.signal});h.current=t;try{const e=await t;A(e)}catch{A(null)}finally{t===h.current&&o(!1)}}(),()=>e?.abort()}return()=>{}},[k,o,T,b]),(0,a.useEffect)(()=>{m||A([])},[m]),(0,a.useEffect)(()=>{T&&f(T)},[T]);const R=(0,a.useRef)(),O=(0,a.useCallback)(e=>{const t=R.current;switch(e.keyCode){case x.yZ:t?.value&&(e.preventDefault(),t.selectionStart=0,t.selectionEnd=0);break;case x.Kp:t?.value&&(e.preventDefault(),t.selectionStart=t.value.length,t.selectionEnd=t.value.length)}switch(e.keyCode){case x._f:u();break;case x.Fm:E(m)}},[u,E,m]);return(0,j.jsxs)(y.G3,{className:"autocomplete__wrapper",onSelect:E,children:[(0,j.jsx)(y.oK,{ref:R,id:e,className:"autocomplete__input autocomplete__input--default",type:"text",onBlur:M,onChange:D,onFocus:w,placeholder:p,onKeyDown:O,value:m,autoFocus:g}),!n&&s&&k!==T&&""!==k&&0===N?.length&&(0,j.jsx)(y.Nf,{portal:!1,children:(0,j.jsx)(y.ex,{className:"autocomplete__menu autocomplete__menu--inline",children:(0,j.jsx)(y.jO,{value:I,className:"autocomplete__option autocomplete__option--no-results"})})}),s&&""!==k&&k!==T&&N?.length>0&&(0,j.jsx)(y.Nf,{portal:!1,children:(0,j.jsx)(y.ex,{className:"autocomplete__menu autocomplete__menu--inline",children:N.map(({id:e,title:t})=>(0,j.jsx)(y.jO,{value:t,className:"autocomplete__option autocomplete__option--result"},e))})})]})}PostSearcherAutoSuggest.propTypes={id:k().string,match:k().object,setCanSubmit:k().func,setMatch:k().func,isLoading:k().bool,setIsLoading:k().func,onKeyDown:k().func,autoFocus:k().bool,placeholder:k().string};var N=i(45472),A=i(12850),I=i(73874),T=i(77766);const C=function EntitySearchInput(){const e=(0,r.A)(EntitySearchInput,"EntitySearchInput"),[t,i]=(0,a.useState)(!1),[n,u]=(0,a.useState)(!1),[h,m]=(0,a.useState)(!1),b=(0,T.A)(),k=(0,I.Ay)(),y=(0,a.useRef)(),x=(0,a.useCallback)(()=>{(0,A.sx)(`${b}_headerbar`,"open_urlsearch"),i(!0)},[b]),_=(0,a.useCallback)(()=>{(0,A.sx)(`${b}_headerbar`,"close_urlsearch"),i(!1)},[b]),[S,C]=(0,a.useState)({}),w=(0,c.useSelect)(e=>S?.url?e(v.O4).getAdminURL("googlesitekit-dashboard",{permaLink:S.url}):null),{navigateTo:M}=(0,c.useDispatch)(N.M);return(0,a.useEffect)(()=>{w&&(0,A.sx)(`${b}_headerbar_urlsearch`,"open_urldetails").finally(()=>{M(w)})},[w,M,b]),(0,s.A)(()=>{k===I.oE&&i(!0)}),(0,o.A)(()=>{t||y?.current?.focus()},[t]),t?(0,j.jsxs)("div",{className:"googlesitekit-entity-search googlesitekit-entity-search--is-open",children:[(0,j.jsx)(d.A,{children:(0,j.jsx)("label",{htmlFor:e,children:(0,l.__)("Page/URL Search","google-site-kit")})}),(0,j.jsx)(PostSearcherAutoSuggest,{id:e,match:S,setIsActive:m,setMatch:C,placeholder:(0,l.__)("Enter title or URL…","google-site-kit"),isLoading:n,setIsLoading:u,showDropdown:h,onClose:_,autoFocus:!0}),n&&h&&(0,j.jsx)(g.ProgressBar,{className:"googlesitekit-entity-search__loading",compress:!0}),(0,j.jsx)("div",{className:"googlesitekit-entity-search__actions",children:(0,j.jsx)(g.Button,{onClick:_,trailingIcon:(0,j.jsx)(f,{width:"30",height:"20"}),className:"googlesitekit-entity-search__close",title:(0,l.__)("Close","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0})})]}):(0,j.jsx)("div",{className:"googlesitekit-entity-search",children:(0,j.jsx)(g.Button,{className:"googlesitekit-border-radius-round--phone googlesitekit-button-icon--phone",onClick:x,ref:y,title:(0,l.__)("Search","google-site-kit"),trailingIcon:(0,j.jsx)(p,{width:"20",height:"20"}),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,l.__)("URL Search","google-site-kit")})})}},77513:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),s=i.n(n),o=i(90007),r=i(12850),a=i(62540);function NotificationFromServer({id:e,titleIcon:t,title:i,content:n,ctaLabel:s,ctaTarget:l,ctaURL:c,dismissible:g,dismissLabel:d,learnMoreLabel:u,learnMoreURL:p,onCTAClick:h,onDismissClick:m,gaTrackingEventArgs:f}){const b={expiresInSeconds:r.Jg};return(0,a.jsx)(o.A,{notificationID:e,type:o.Q.WARNING,titleIcon:t||void 0,title:i,description:n,learnMoreLink:p?{label:u,href:p}:void 0,ctaButton:{label:s,href:c,target:l,onClick:h,dismissOptions:b},dismissButton:g?{label:d,onClick:m,dismissOptions:b}:void 0,gaTrackingEventArgs:f})}NotificationFromServer.propTypes={id:s().string.isRequired,title:s().string.isRequired,content:s().node,ctaLabel:s().string,ctaTarget:s().string,ctaURL:s().string,dismissible:s().bool,dismissLabel:s().string,learnMoreLabel:s().string,learnMoreURL:s().string,onCTAClick:s().func,onDismissClick:s().func,gaTrackingEventArgs:s().object};const l=NotificationFromServer},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),s=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,n.useContext)(s.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var n=i(62688),s=i.n(n),o=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),d=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:n,message:s=t.message,noPrefix:p=!1,skipRetryMessage:h,hideIcon:m=!1}){const f=(0,l.useDispatch)(),b=(0,l.useSelect)(e=>n?e(n).getSelectorDataForError(t):null),k=(0,o.useCallback)(()=>{f(b.storeName).invalidateResolution(b.name,b.args)},[f,b]);if(!s||(0,c.G)(t))return null;const y=i&&(0,c.vl)(t,b);let x=s;i||h||(x=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),x)),p||(x=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),x));const _=t?.data?.reconnectURL;_&&(0,a.m)(_)&&(x=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),x,_));return(0,u.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(x,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:y?{label:(0,r.__)("Retry","google-site-kit"),onClick:k}:void 0,hideIcon:m})}ErrorNotice.propTypes={className:s().string,error:s().shape({message:s().string}),hasButton:s().bool,storeName:s().string,message:s().string,noPrefix:s().bool,skipRetryMessage:s().bool,hideIcon:s().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>n});const n="core/forms"},79829:(e,t,i)=>{i.d(t,{Eo:()=>d,JK:()=>m,K5:()=>h,jq:()=>p,mK:()=>g});var n=i(17243),s=i(50532),o=i.n(s),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:n}=function(e,t={}){const{hours:i,minutes:n,seconds:s}=l(e);return{hours:i,minutes:n,seconds:s,formatUnit(){const{unitDisplay:o="short",...a}=t,l={unitDisplay:o,...a,style:"unit"};return 0===e?p(s,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?p(s,{...l,unit:"second"}):"",n?p(n,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),s);if(0===e)return t;const o=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),n),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?t:"",n?o:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return n()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function d(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:s="metric"}=i;return"metric"===s?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===s?a(e,i):"durationISO"===s?function(e){let{hours:t,minutes:i,seconds:n}=l(e);return n=("0"+n).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${n}`:`${t}:${i}:${n}`}(e):p(e,i)}const u=o()(console.warn);function p(e,t={}){const{locale:i=m(),...n}=t;try{return new Intl.NumberFormat(i,n).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const s={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},o=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(n))s[e]&&t===s[e]||o.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function h(e,t={}){const{locale:i=m(),style:n="long",type:s="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:n,type:s}).format(e)} /* translators: used between list items, there is a space after the comma. */const o=(0,r.__)(", ","google-site-kit");return e.join(o)}function m(e=i.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>y});var n,s=i(62688),o=i.n(s),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var d=i(42343),u=i(49655),p=i(62540);const h={[u.Q.NEW]:d.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=h[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:o().oneOf(Object.values(u.Q))},Title.propTypes={className:o().string,children:o().node},Description.propTypes={className:o().string,children:o().node};var m=i(49383),f=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:n,href:s,external:o,hideExternalIndicator:r}){let a;return o&&!r&&(a=(0,p.jsx)(f.A,{width:14,height:14})),(0,p.jsx)(m.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:n,href:s,target:o?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:o().string.isRequired,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,external:o().bool,hideExternalIndicator:o().bool};var b=i(82871);function DismissButton({label:e=(0,b.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(m.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:o().string,onClick:o().func.isRequired,disabled:o().bool};const k=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:n,ctaButton:s,type:o=u.Q.INFO,children:r,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${o}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:o})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(n?.label||n?.onClick||s?.label&&(s?.onClick||s?.href)||r)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(n?.label||n?.onClick)&&(0,p.jsx)(DismissButton,{label:n.label,onClick:n.onClick,disabled:n.disabled}),s?.label&&(s?.onClick||s?.href)&&(0,p.jsx)(CTAButton,{label:s.label,onClick:s.onClick,inProgress:s.inProgress,disabled:s.disabled,href:s.href,external:s.external,hideExternalIndicator:s.hideExternalIndicator})]})]}));k.TYPES=u.Q,k.propTypes={className:o().string,title:o().oneOfType([o().string,o().object]),description:o().node,type:o().oneOf(Object.values(u.Q)),dismissButton:o().shape(DismissButton.propTypes),ctaButton:o().shape({...CTAButton.propTypes,label:o().string}),children:o().node,hideIcon:o().bool};const y=k},81520:(e,t,i)=>{function Null(){return null}i.d(t,{A:()=>Null})},82046:(e,t,i)=>{i.d(t,{C:()=>o,p:()=>s});var n=i(15210);function s(e,t={}){return{__html:n.O.sanitize(e,t)}}function o(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82167:(e,t,i)=>{i.d(t,{A:()=>OptIn});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(63696),l=i(13606),c=i(82871),g=i(50539),d=i(49383),u=i(58116),p=i(89318),h=i(20898),m=i(77766),f=i(50787),b=i(62540);function OptIn({id:e="googlesitekit-opt-in",name:t="optIn",className:i,trackEventCategory:n,alignLeftCheckbox:s=!1}){const[o,k]=(0,a.useState)(),y=(0,g.useSelect)(e=>e(u.oR).isTrackingEnabled()),x=(0,g.useSelect)(e=>e(u.oR).getErrorForAction("setTrackingEnabled",[!y])),{setTrackingEnabled:_}=(0,g.useDispatch)(u.oR),v=(0,m.A)(),j=(0,a.useCallback)(async e=>{const{response:t,error:i}=await _(e);i?k(y):((0,p.M9)(t.enabled),t.enabled&&(0,p.sx)(n||v,"tracking_optin"))},[y,_,n,v]);(0,a.useEffect)(()=>{void 0!==y&&void 0===o&&k(y)},[y,o]);const S=(0,f.d)(j,300),N=(0,a.useCallback)(e=>{const t=e.target.checked;k(t),S(t)},[S]);return(0,b.jsxs)("div",{className:r()("googlesitekit-opt-in",i),children:[(0,b.jsx)(d.Checkbox,{id:e,name:t,value:"1",checked:o,onChange:N,loading:void 0===y,alignLeft:s,children:(0,l.A)((0,c.__)("<span>Help us improve Site Kit by sharing anonymous usage data.</span> <span>All collected data is treated in accordance with the <a>Google Privacy Policy.</a></span>","google-site-kit"),{a:(0,b.jsx)(h.A,{href:"https://policies.google.com/privacy",external:!0},"link"),span:(0,b.jsx)("span",{})})}),x?.message&&(0,b.jsx)("div",{className:"googlesitekit-error-text",children:x?.message})]})}OptIn.propTypes={id:s().string,name:s().string,className:s().string,trackEventCategory:s().string,alignLeftCheckbox:s().bool}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84093:(e,t,i)=>{i.d(t,{A:()=>WidgetNull});var n=i(62688),s=i.n(n),o=i(47345),r=i(81520),a=i(62540);const l={};function WidgetNull({widgetSlug:e}){return(0,o.A)(e,r.A,l),(0,a.jsx)(r.A,{})}WidgetNull.propTypes={widgetSlug:s().string.isRequired,...r.A.propTypes}},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var n=i(62688),s=i.n(n),o=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,o.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:s().node.isRequired,marginLeft:s().number,marginRight:s().number}},84754:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(63696),s=i(82871),o=i(50539),r=i(7081),a=i(80035),l=i(62540);const c=function OfflineNotification(){const[e,t]=(0,n.useState)(!1),i=(0,o.useSelect)(e=>e(r.n).getIsOnline());return(0,n.useEffect)(()=>{i&&e&&t(!1)},[i,e]),(0,l.jsx)("div",{"aria-live":"polite",children:!i&&!e&&(0,l.jsx)(a.A,{className:"googlesitekit-notice-snackbar--bottom-right",type:a.A.TYPES.WARNING,description:(0,s.__)("You are currently offline. Some features may not be available.","google-site-kit"),ctaButton:{label:(0,s.__)("OK, Got it!","google-site-kit"),onClick:()=>t(!0)}})})}},84826:(e,t,i)=>{i.d(t,{A:()=>HelpMenu});var n,s=i(62688),o=i.n(s),r=i(21795),a=i(63696),l=i(19266),c=i(82871),g=i(50539),d=i(49383);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},u.apply(null,arguments)}const p=e=>a.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),n||(n=a.createElement("path",{fill:"currentColor",d:"M9 16h2v-2H9zm1-16C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14C7.79 4 6 5.79 6 8h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"})));var h=i(99235),m=i(12850),f=i(20898),b=i(77766),k=i(62540);function HelpMenuLink({children:e,href:t,gaEventLabel:i}){const n=(0,b.A)(),s=(0,a.useCallback)(async()=>{i&&await(0,m.sx)(`${n}_headerbar_helpmenu`,"click_outgoing_link",i)},[i,n]);return(0,k.jsx)("li",{className:"googlesitekit-help-menu-link mdc-list-item",role:"none",children:(0,k.jsx)(f.A,{className:"mdc-list-item__text",href:t,role:"menuitem",onClick:s,external:!0,hideExternalIndicator:!0,children:e})})}HelpMenuLink.propTypes={children:o().node.isRequired,href:o().string.isRequired,gaEventLabel:o().string};const y=HelpMenuLink;var x=i(37226),_=i(93896),v=i(73589);function HelpMenu({children:e}){const[t,i]=(0,a.useState)(!1),n=(0,a.useRef)(),s=(0,b.A)();(0,r.A)(n,()=>i(!1)),(0,h.l)([l._f,l.wn],n,()=>i(!1));const o=(0,g.useSelect)(e=>e(x.i).isModuleActive(v.Py)),u=(0,a.useCallback)(()=>{t||(0,m.sx)(`${s}_headerbar`,"open_helpmenu"),i(!t)},[t,s]),f=(0,a.useCallback)(()=>{i(!1)},[]),j=(0,g.useSelect)(e=>e(_.O4).getDocumentationLinkURL("fix-common-issues"));return(0,k.jsxs)("div",{ref:n,className:"googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,k.jsx)(d.Button,{"aria-controls":"googlesitekit-help-menu","aria-expanded":t,"aria-label":(0,c.__)("Help","google-site-kit"),"aria-haspopup":"menu",className:"googlesitekit-header__dropdown googlesitekit-border-radius-round googlesitekit-button-icon googlesitekit-help-menu__button mdc-button--dropdown",icon:(0,k.jsx)(p,{width:"20",height:"20"}),onClick:u,tooltipEnterDelayInMS:500,text:!0}),(0,k.jsxs)(d.Menu,{className:"googlesitekit-width-auto",menuOpen:t,id:"googlesitekit-help-menu",onSelected:f,children:[e,(0,k.jsx)(y,{gaEventLabel:"fix_common_issues",href:j,children:(0,c.__)("Fix common issues","google-site-kit")}),(0,k.jsx)(y,{gaEventLabel:"documentation",href:"https://sitekit.withgoogle.com/documentation/",children:(0,c.__)("Read help docs","google-site-kit")}),(0,k.jsx)(y,{gaEventLabel:"support_forum",href:"https://wordpress.org/support/plugin/google-site-kit/",children:(0,c.__)("Get support","google-site-kit")}),o&&(0,k.jsx)(y,{gaEventLabel:"adsense_help",href:"https://support.google.com/adsense/",children:(0,c.__)("Get help with AdSense","google-site-kit")})]})]})}HelpMenu.propTypes={children:o().node}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),s||(s=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},86134:(e,t,i)=>{i.d(t,{N$:()=>s,aO:()=>o,qB:()=>n});const n={BOXES:"boxes",COMPOSITE:"composite"},s={QUARTER:"quarter",HALF:"half",FULL:"full"},o="core/widgets"},87251:(e,t,i)=>{i.d(t,{A:()=>DashboardSharingSettings});var n=i(4452),s=i.n(n),o=i(82871),r=i(50539),a=i(62688),l=i.n(a),c=i(63696),g=i(10072),d=i(77766),u=i(37226),p=i(93896),h=i(7081),m=i(24288),f=i(12850),b=i(58116),k=i(13606),y=i(19266),x=i(49383),_=i(20898),v=i(69195),j=i(11253),S=i(99235),N=i(62540);const A=(0,o.__)("All","google-site-kit"),I=(0,c.forwardRef)(({moduleSlug:e,isLocked:t=!1},i)=>{const n=(0,d.A)(),a=(0,c.useRef)(),{setSharedRoles:l}=(0,r.useDispatch)(u.i),{setValue:g}=(0,r.useDispatch)(h.n),p=(0,r.useSelect)(e=>e(u.i).getShareableRoles()),b=(0,r.useSelect)(t=>t(u.i).getSharedRoles(e)),k=(0,r.useSelect)(e=>e(h.n).getValue(m.zP))===e;(0,S.l)([y._f],i,()=>{k&&g(m.zP,void 0)});const I=(0,r.useSelect)(t=>t(u.i).haveModuleSharingSettingsChanged(e,"sharedRoles")),T=(0,c.useCallback)(()=>{k?(g(m.zP,void 0),I&&(0,f.sx)(`${n}_sharing`,"change_shared_roles",e)):g(m.zP,e)},[k,I,e,g,n]);(0,c.useEffect)(()=>{a.current&&(k?a.current.firstChild.focus():a.current.focus())},[k]);const C=(0,c.useCallback)(({type:t,target:i,keyCode:n})=>{if("keydown"===t&&n!==y.Fm)return;const s=i.closest(".mdc-chip"),o=s?.dataset?.chipId;if(!o)return;let r;r="all"===o?b?.length===p?.length?[]:p.map(({id:e})=>e):null===b?[o]:b.includes(o)?b.filter(e=>e!==o):[...b,o],l(e,r)},[e,l,b,p]);return p?(0,N.jsxs)("div",{className:s()("googlesitekit-user-role-select",{"googlesitekit-user-role-select--open":k}),children:[!k&&(0,N.jsx)(x.Button,{"aria-label":(0,o.__)("Edit roles","google-site-kit"),className:"googlesitekit-user-role-select__button",onClick:T,icon:(0,N.jsx)(v.A,{width:23,height:23}),tabIndex:t?-1:void 0,ref:a}),!k&&b?.length>0&&(0,N.jsx)("span",{className:"googlesitekit-user-role-select__current-roles",children:function(){const e=p?.reduce((e,t)=>(b.includes(t.id)&&e.push(t.displayName),e),[]);return e.join(", ")}()}),!k&&(!b||0===b?.length)&&(0,N.jsx)("span",{className:"googlesitekit-user-role-select__add-roles",children:(0,N.jsx)(_.A,{onClick:T,tabIndex:t?-1:void 0,children:(0,o.__)("Add roles","google-site-kit")})}),k&&(0,N.jsxs)(c.Fragment,{children:[(0,N.jsxs)("div",{className:"googlesitekit-user-role-select__chipset",ref:a,children:[(0,N.jsx)(x.Chip,{id:"all",label:A,onClick:C,onKeyDown:C,selected:b?.length===p?.length,className:"googlesitekit-user-role-select__chip--all"}),p.map(({id:e,displayName:t},i)=>(0,N.jsx)(x.Chip,{id:e,label:t,onClick:C,onKeyDown:C,selected:b?.includes(e)},i))]}),(0,N.jsx)(x.Button,{"aria-label":(0,o.__)("Done editing roles","google-site-kit"),title:(0,o.__)("Done","google-site-kit"),className:"googlesitekit-user-role-select__button",onClick:T,icon:(0,N.jsx)(j.A,{width:18,height:18}),tabIndex:t?-1:void 0})]})]}):null});I.propTypes={moduleSlug:l().string.isRequired,isLocked:l().bool};const T=I;var C=i(80035);const w=(0,c.forwardRef)(({moduleSlug:e,isLocked:t,hasSharingCapability:i,recoverable:n,recoverableModuleSupportLink:s},r)=>i?(0,N.jsx)(T,{moduleSlug:e,isLocked:t,ref:r}):n?(0,N.jsx)(C.A,{className:"googlesitekit-notice--small",type:C.A.TYPES.WARNING,description:(0,k.A)((0,o.__)("Managing user required to manage view access. <a>Learn more</a>","google-site-kit"),{a:(0,N.jsx)(_.A,{href:s,external:!0,hideExternalIndicator:!0})}),hideIcon:!0}):(0,N.jsx)("p",{className:"googlesitekit-dashboard-sharing-settings__note",children:(0,o.__)("Contact managing user to manage view access","google-site-kit")}));w.propTypes={moduleSlug:l().string.isRequired,isLocked:l().bool.isRequired,hasSharingCapability:l().bool,recoverable:l().bool,recoverableModuleSupportLink:l().string},w.displayName="ModuleViewAccess";const M=w;var E=i(12417),D=i(51135);const R=[{value:"owner",label:(0,o.__)("Only me","google-site-kit")},{value:"all_admins",label:(0,o.__)("Any admin signed in with Google","google-site-kit")}];function ModuleManageAccess({sharedOwnershipModule:e,hasOwnedModule:t,ownerUsername:i,hasSharingCapability:n,manageViewAccess:s,onChange:r}){return e?(0,N.jsxs)("p",{className:"googlesitekit-dashboard-sharing-settings__note",children:[(0,N.jsx)("span",{children:(0,o.__)("Any admin signed in with Google","google-site-kit")}),(0,N.jsx)(x.Tooltip,{title:(0,o.__)("This service requires general access to Google APIs rather than access to a specific user-owned property/entity, so view access is manageable by any admin signed in with Google.","google-site-kit"),children:(0,N.jsx)("span",{className:"googlesitekit-dashboard-sharing-settings__tooltip-icon",children:(0,N.jsx)(E.A,{icon:D.A,size:18})})})]}):t?(0,N.jsx)(x.Select,{className:"googlesitekit-dashboard-sharing-settings__select",value:s,options:R,onChange:r,onClick:r,outlined:!0}):i?(0,N.jsxs)("p",{className:"googlesitekit-dashboard-sharing-settings__note",children:[(0,k.A)((0,o.sprintf)(/* translators: %s: user who manages the module. */ /* translators: %s: user who manages the module. */ (0,o.__)("<span>Managed by</span> <strong>%s</strong>","google-site-kit"),i),{span:(0,N.jsx)("span",{}),strong:(0,N.jsx)("strong",{})}),(0,N.jsx)(x.Tooltip,{title:n?(0,o.sprintf)(/* translators: %s: name of the user who manages the module. */ /* translators: %s: name of the user who manages the module. */ (0,o.__)("%s has connected this and given managing permissions to all admins. You can change who can view this on the dashboard.","google-site-kit"),i):(0,o.sprintf)(/* translators: %s: name of the user who manages the module. */ /* translators: %s: name of the user who manages the module. */ (0,o.__)("Contact %s to change who can manage view access for this module","google-site-kit"),i),children:(0,N.jsx)("span",{className:"googlesitekit-dashboard-sharing-settings__tooltip-icon",children:(0,N.jsx)(E.A,{icon:D.A,size:18})})})]}):null}function Module({moduleSlug:e,moduleName:t,ownerUsername:i,recoverable:n}){const o=(0,d.A)(),a=(0,c.useRef)(),[l,k]=(0,c.useState)(void 0),y=(0,r.useSelect)(e=>e(u.i).hasRecoverableModules()),x=(0,r.useSelect)(e=>e(p.O4).hasMultipleAdmins()),_=y||x,v=(0,r.useSelect)(t=>{var i;return null!==(i=t(u.i).getSharingManagement(e))&&void 0!==i?i:"owner"}),j=(0,r.useSelect)(t=>t(b.oR).hasCapability(b.Ml,e)),S=(0,r.useSelect)(t=>t(b.oR).hasCapability(b.hz,e)),A=(0,r.useSelect)(e=>e(u.i).getSharedOwnershipModules()),I=(0,r.useSelect)(e=>e(h.n).getValue(m.zP)),T=(0,r.useSelect)(e=>e(u.i).isDoingSubmitSharingChanges()),C=(0,r.useSelect)(e=>e(p.O4).getDocumentationLinkURL("dashboard-sharing-module-recovery")),{setSharingManagement:w}=(0,r.useDispatch)(u.i),E=A&&Object.keys(A).includes(e);(0,c.useEffect)(()=>{k(E?"all_admins":v)},[v,E]);const D=(0,r.useSelect)(t=>t(u.i).haveModuleSharingSettingsChanged(e,"management"));(0,c.useEffect)(()=>{D&&(0,f.sx)(`${o}_sharing`,`change_management_${v}`,e)},[D,v,e,o]);const R=(0,c.useCallback)(t=>{const i=t.target.value;k(i),w(e,i)},[w,k,e]),O=e===I,L=!O&&void 0!==I||T;return(0,N.jsxs)("div",{className:s()("googlesitekit-dashboard-sharing-settings__module","googlesitekit-dashboard-sharing-settings__row",{"googlesitekit-dashboard-sharing-settings__row--editing":O,"googlesitekit-dashboard-sharing-settings__row--disabled":L}),ref:a,children:[(0,N.jsxs)("div",{className:"googlesitekit-dashboard-sharing-settings__column--product",children:[(0,N.jsx)(g.A,{slug:e,size:48}),(0,N.jsx)("span",{className:"googlesitekit-dashboard-sharing-settings__module-name",children:t})]}),(0,N.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__column--view",children:(0,N.jsx)(M,{moduleSlug:e,isLocked:L,hasSharingCapability:S,recoverable:n,recoverableModuleSupportLink:C,ref:a})}),_&&(0,N.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__column--manage",children:(0,N.jsx)(ModuleManageAccess,{sharedOwnershipModule:E,hasOwnedModule:j,ownerUsername:i,hasSharingCapability:S,manageViewAccess:l,onChange:R})})]})}function DashboardSharingSettings(){const t=(0,r.useSelect)(e=>e(u.i).hasRecoverableModules()),i=(0,r.useSelect)(e=>e(p.O4).hasMultipleAdmins()),n=t||i,a=(0,r.useSelect)(t=>{const i=t(b.oR).getID(),n=t(u.i).getShareableModules(),s=[],o=[],r=[];for(e of Object.values(n))e.owner?.id===i?s.push(e):t(b.oR).hasCapability(b.hz,e.slug)?o.push(e):r.push(e);return[...s,...o,...r]});return void 0===a?null:(0,N.jsxs)("div",{className:s()("googlesitekit-dashboard-sharing-settings",{"googlesitekit-dashboard-sharing-settings--has-multiple-admins":n}),children:[(0,N.jsxs)("header",{className:"googlesitekit-dashboard-sharing-settings__header googlesitekit-dashboard-sharing-settings__row",children:[(0,N.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__column--product",children:(0,o.__)("Product","google-site-kit")}),(0,N.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__column--view",children:(0,o.__)("Who can view","google-site-kit")}),n&&(0,N.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__column--manage",children:(0,o.__)("Who can manage view access","google-site-kit")})]}),(0,N.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__main",children:a.map(({slug:e,name:t,owner:i,recoverable:n})=>(0,N.jsx)(Module,{moduleSlug:e,moduleName:t,ownerUsername:i?.login,recoverable:n},e))})]})}ModuleManageAccess.propTypes={sharedOwnershipModule:l().bool,hasOwnedModule:l().bool,ownerUsername:l().string,hasSharingCapability:l().bool,manageViewAccess:l().string,onChange:l().func.isRequired},Module.propTypes={moduleSlug:l().string.isRequired,moduleName:l().string.isRequired,ownerUsername:l().string,recoverable:l().bool},e=i.hmd(e)},88933:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),n||(n=s.createElement("g",{fill:"none",fillRule:"evenodd"},s.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),s.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),s.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),s.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))))},89318:(e,t,i)=>{i.d(t,{M9:()=>N,sx:()=>j,BI:()=>S});var n=i(17243);const s="_googlesitekitDataLayer",o="data-googlesitekit-gtag";function r(e){return function(){e[s]=e[s]||[],e[s].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:h,isAuthenticated:m,userRoles:f}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:b}=i.g,k={activeModules:c,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:h,isSiteKitScreen:g,userRoles:f,isAuthenticated:m,pluginVersion:b},{enableTracking:y,disableTracking:x,isTrackingEnabled:_,initializeSnippet:v,trackEvent:j,trackEventOnce:S}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const d=function(e,t){const n=r(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:d,userRoles:u=[],isAuthenticated:p,pluginVersion:h}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${o}]`)),l)return!1;l=!0;const r=u?.length?u.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:h||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:r,user_identifier:d}});const m=t.createElement("script");return m.setAttribute(o,""),m.async=!0,m.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`,t.head.appendChild(m),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`}}}(g,t),u=function(e,t,i,n){const s=r(t);return async function(t,o,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){n.console.warn(`Tracking event "${o}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}s("event",o,{...c,event_callback:r}),n._gaUserPrefs?.ioo?.()&&r()})}}(g,t,d,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:d,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,n.once)(u)),p[t](...e)}}}(k);function N(e){e?y():x()}g&&d&&v()},89362:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){const[s,o]=(0,n.useState)(null);return(0,n.useEffect)(()=>{if(e.current&&"function"==typeof i.g.IntersectionObserver){function n(e){o(e[e.length-1])}const s=new i.g.IntersectionObserver(n,t);return s.observe(e.current),()=>{o(null),s.disconnect()}}return()=>{}},[e.current,t.threshold,t.root,t.rootMargin]),s}},89506:(e,t,i)=>{i.d(t,{A:()=>UserSettingsSelectionPanel});var n=i(82871),s=i(63696),o=i(50539),r=i(7081),a=i(58116),l=i(3288),c=i(718),g=i(62688),d=i.n(g),u=i(13606),p=i(45472),h=i(93896),m=i(35323),f=i(20898),b=i(59323),k=i(77766),y=i(24558),x=i(62540);function Header({closePanel:e}){const t=(0,k.A)(),i=(0,m.A)(),r=(0,o.useSelect)(e=>e(h.O4).getSiteKitAdminSettingsURL()),{navigateTo:a}=(0,o.useDispatch)(p.M),l=(0,s.useCallback)(()=>{y.KK===t&&e(),a(r)},[r,a,e,t]);return(0,x.jsx)(c.W4,{title:(0,n.__)("Email reports subscription","google-site-kit"),onCloseClick:e,children:!i&&(0,x.jsx)(b.A,{type:"body",size:"small",children:(0,u.A)((0,n.__)("You can always deactivate this feature in <link>Settings</link>","google-site-kit"),{link:(0,x.jsx)(f.A,{onClick:l,secondary:!0})})})})}var _=i(80035);function SelectionPanelFooter({notice:e,onNoticeDismiss:t}){return(0,x.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,x.jsx)("div",{className:"googlesitekit-selection-panel-footer__content",children:e?(0,x.jsx)(_.A,{type:e.type,description:e.text,dismissButton:{label:(0,n.__)("Got it","google-site-kit"),onClick:t},hideIcon:!0}):(0,x.jsx)(b.A,{type:"body",size:"small",children:(0,n.__)("This email is generated by Site Kit using data from your dashboard and sent to your WordPress email, so all your data stays with you.","google-site-kit")})})})}SelectionPanelFooter.propTypes={notice:d().shape({text:d().string,type:d().oneOf(["info","success","error"])}),onNoticeDismiss:d().func};var v=i(15167),j=i(4452),S=i.n(j),N=i(63972);function FrequencySelector({isUserSubscribed:e}){const t=(0,s.useMemo)(()=>[(0,n._x)("Sunday","day name","google-site-kit"),(0,n._x)("Monday","day name","google-site-kit"),(0,n._x)("Tuesday","day name","google-site-kit"),(0,n._x)("Wednesday","day name","google-site-kit"),(0,n._x)("Thursday","day name","google-site-kit"),(0,n._x)("Friday","day name","google-site-kit"),(0,n._x)("Saturday","day name","google-site-kit")],[]);const i=(0,o.useSelect)(e=>e(h.O4).getStartOfWeek()),r=(0,o.useSelect)(e=>e(a.oR).getEmailReportingFrequency()),l=(0,o.useSelect)(e=>e(a.oR).getEmailReportingSavedFrequency()),{setEmailReportingFrequency:c}=(0,o.useDispatch)(a.oR),g=(0,n.sprintf)(/* translators: %s: localized day-of-week name (e.g. Monday). */ /* translators: %s: localized day-of-week name (e.g. Monday). */ (0,n.__)("Sent every %s","google-site-kit"),function(e){const i=Number.isInteger(e)&&e>=0&&e<=6?e:1;return t[i]}(i)),d={weekly:{label:(0,n.__)("Weekly","google-site-kit"),period:(0,n.__)("Last 7 days","google-site-kit"),description:g},monthly:{label:(0,n.__)("Monthly","google-site-kit"),period:(0,n.__)("Last 28 days","google-site-kit"),description:(0,n.__)("Sent on the 1st of each month","google-site-kit")},quarterly:{label:(0,n.__)("Quarterly","google-site-kit"),period:(0,n.__)("Last 90 days","google-site-kit"),description:(0,n.__)("Sent on the 1st of each quarter","google-site-kit")}};return(0,x.jsxs)(s.Fragment,{children:[(0,x.jsx)(v.A,{className:"googlesitekit-frequency-selector-title",type:"label",size:"small",as:"h3",children:(0,n.__)("Frequency","google-site-kit")}),(0,x.jsx)("div",{className:"googlesitekit-frequency-selector",role:"radiogroup","aria-label":(0,n.__)("Frequency","google-site-kit"),children:a.lV.map(t=>{const i=r===t,{label:n,period:s,description:o}=d[t]||{};return(0,x.jsxs)("div",{className:S()("googlesitekit-frequency-selector__card",{"googlesitekit-frequency-selector__card--selected":i}),role:"radio","aria-checked":i,tabIndex:0,onClick:()=>c(t),onKeyDown:e=>function(e,t){" "!==e.key&&"Spacebar"!==e.key&&"Enter"!==e.key||(e.preventDefault(),c(t))}(e,t),children:[(0,x.jsxs)("div",{className:"googlesitekit-frequency-selector__label-row",children:[(0,x.jsx)(v.A,{className:"googlesitekit-frequency-selector__label",type:"label",size:"large",as:"div",children:n}),l===t&&e&&(0,x.jsx)("div",{className:"googlesitekit-frequency-selector__saved-indicator",children:(0,x.jsx)(N.A,{className:"googlesitekit-frequency-selector__label-tick","aria-hidden":"true"})})]}),(0,x.jsx)(v.A,{className:"googlesitekit-frequency-selector__period",type:"body",size:"small",as:"div",children:s}),(0,x.jsx)(v.A,{className:"googlesitekit-frequency-selector__description",type:"body",size:"small",as:"div",children:o})]},t)})})]})}FrequencySelector.propTypes={isUserSubscribed:d().bool};var A=i(2390);const I={SUBSCRIBE:"subscribe",UNSUBSCRIBE:"unsubscribe",UPDATE_SETTINGS:"update_settings"};function SubscribeActions({isSubscribed:e,onSubscribe:t,onUnsubscribe:i,updateSettings:o,isLoading:r}){const[a,l]=(0,s.useState)("");function c(e){switch(l(e),e){case I.UPDATE_SETTINGS:o();break;case I.SUBSCRIBE:t();break;case I.UNSUBSCRIBE:i()}}return(0,x.jsxs)("div",{className:"googlesitekit-selection-panel-subscribe-actions",children:[e&&(0,x.jsx)(A.A,{onClick:()=>c(I.UNSUBSCRIBE),isSaving:r&&a===I.UNSUBSCRIBE,disabled:r,tertiary:!0,children:(0,n.__)("Unsubscribe","google-site-kit")}),(0,x.jsx)(A.A,{onClick:()=>c(e?I.UPDATE_SETTINGS:I.SUBSCRIBE),isSaving:r&&a!==I.UNSUBSCRIBE,disabled:r,children:e?(0,n.__)("Update Settings","google-site-kit"):(0,n.__)("Subscribe","google-site-kit")})]})}function PanelContent({notice:e,isUserSubscribed:t,isSavingSettings:i,onSaveCallback:r,onSubscribe:l,onUnsubscribe:c,onNoticeDismiss:g,closePanel:d}){const u=(0,o.useSelect)(e=>e(a.oR).getUser()),p=u?.wpEmail;return(0,x.jsxs)(s.Fragment,{children:[(0,x.jsxs)("div",{className:"googlesitekit-user-settings-selection__panel-content",children:[(0,x.jsx)(Header,{closePanel:d}),(0,x.jsx)("div",{className:"googlesitekit-user-settings-selection__panel-description",children:(0,x.jsxs)(b.A,{type:"body",size:"small",children:[(0,n.__)("You’ll receive the report to your WordPress user email","google-site-kit"),p&&(0,x.jsx)(v.A,{type:"body",size:"medium",children:p})]})}),(0,x.jsx)(FrequencySelector,{isUserSubscribed:t}),(0,x.jsx)(SubscribeActions,{onSubscribe:l,onUnsubscribe:c,updateSettings:r,isSubscribed:t,isLoading:i})]}),(0,x.jsx)(SelectionPanelFooter,{notice:e,onNoticeDismiss:g})]})}function UserSettingsSelectionPanel(){const e=(0,o.useSelect)(e=>e(r.n).getValue(l.Q)),t=(0,o.useSelect)(t=>e?t(a.oR).getEmailReportingSettings():{}),i=(0,o.useSelect)(t=>!!e&&t(a.oR).isSavingEmailReportingSettings()),[g,d]=(0,s.useState)(null),{setValue:u}=(0,o.useDispatch)(r.n),{saveEmailReportingSettings:p,resetEmailReportingSettings:h}=(0,o.useDispatch)(a.oR),m=(0,s.useCallback)(()=>{e&&(setTimeout(()=>{h(),d(null)},310),u(l.Q,!1))},[e,h,u]),f=(0,s.useCallback)(async()=>{const{error:e}=await p();d(e?{type:"error",text:e?.message||(0,n.__)("An error occurred.","google-site-kit")}:{type:"success",text:(0,n.__)("You’ve successfully updated frequency settings!","google-site-kit")})},[p]),b=(0,s.useCallback)(async()=>{const{error:e}=await p({subscribed:!0});d(e?{type:"error",text:e?.message||(0,n.__)("An error occurred.","google-site-kit")}:{type:"success",text:(0,n.__)("You’ve successfully subscribed to email reports!","google-site-kit")})},[p]),k=(0,s.useCallback)(async()=>{const{error:e}=await p({subscribed:!1});d(e?{type:"error",text:e?.message||(0,n.__)("An error occurred.","google-site-kit")}:{type:"info",text:(0,n.__)("You’ve unsubscribed from email reports","google-site-kit")})},[p]),y=(0,s.useCallback)(()=>d(null),[]);return(0,x.jsx)(c.Ay,{className:"googlesitekit-user-settings-selection-panel",isOpen:!!e,closePanel:m,children:(0,x.jsx)(PanelContent,{notice:g,isUserSubscribed:t?.subscribed,isSavingSettings:i,onSaveCallback:f,onSubscribe:b,onUnsubscribe:k,onNoticeDismiss:y,closePanel:m})})}SubscribeActions.propTypes={isSubscribed:d().bool,onSubscribe:d().func.isRequired,onUnsubscribe:d().func.isRequired,updateSettings:d().func.isRequired,isLoading:d().bool},PanelContent.propTypes={savedFrequency:d().string,notice:d().shape({text:d().string,type:d().oneOf(["info","success","error"])}),onSaveCallback:d().func,onUnsubscribe:d().func,onNoticeDismiss:d().func,closePanel:d().func}},90007:(e,t,i)=>{i.d(t,{Q:()=>k,A:()=>BannerNotification});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(50539),l=i(71423),c=i(7070),g=i(7184),d=i(30823),u=i(3782),p=i(29584),h=i(55527);const m="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",f="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var b=i(62540);const k={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=k.INFO,learnMoreLink:i,dismissButton:n,ctaButton:o,gaTrackingEventArgs:r,...d}){const u=(0,c.A)(e,r?.category),{dismissNotification:p}=(0,a.useDispatch)(l.D);let y=d?.svg;return y||t===k.INFO||(y={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===k.WARNING&&(y.desktop=m),t===k.ERROR&&(y.desktop=f)),(0,b.jsx)("div",{className:s()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,b.jsx)(h.xA,{className:"googlesitekit-page-content",children:(0,b.jsx)(h.fI,{children:(0,b.jsx)(h.fh,{size:12,children:(0,b.jsx)(g.A,{learnMoreLink:i&&{...i,onClick:async function(e){u.clickLearnMore(r?.label,r?.value),await(i?.onClick?.(e))}},dismissButton:n&&{...n,onClick:async function(t){await(n?.onClick?.(t)),u.dismiss(r?.label,r?.value),p(e,{...n?.dismissOptions})}},ctaButton:o&&{...o,onClick:async function(t){u.confirm(r?.label,r?.value),await(o?.onClick?.(t)),o?.dismissOnClick&&p(e,{...o?.dismissOptions})}},svg:y,...d})})})})})}BannerNotification.propTypes={notificationID:r().string.isRequired,type:r().oneOf(Object.values(k)),titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(d.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(u.A.propTypes),gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number})}},91560:(e,t,i)=>{i.d(t,{A:()=>u});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(13606),l=i(82871),c=i(20898),g=i(35323),d=i(62540);function SourceLink({name:e,href:t,className:i,external:n}){return(0,g.A)()?null:(0,d.jsx)("div",{className:r()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,d.jsx)(c.A,{href:t,external:n},"link")})})}SourceLink.propTypes={name:s().string,href:s().string,className:s().string,external:s().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const u=SourceLink},93896:(e,t,i)=>{i.d(t,{O4:()=>n,OQ:()=>o,qc:()=>s});const n="core/site",s="primary",o="secondary"},93934:(e,t,i)=>{i.d(t,{Y2:()=>n.Y2,DO:()=>g,c1:()=>d.c1,X9:()=>l,JS:()=>o,T5:()=>u,WP:()=>d.WP});var n=i(15135),s=i(81520);function o(e){return!!e&&e.Component===s.A}function r(e,t){if(9!==t)return[e,t];let i=(e=[...e]).length-1;for(;0!==t&&i>=0;)3===e[i]?(t-=3,e[i]=4):6===e[i]&&(t-=6,e[i]=8),i--;return[e,t]}function a(e,t){return(Array.isArray(t.width)?t.width:[t.width]).map(t=>({counter:e+n.Gr[t],width:t}))}function l(e,t){let i=[];const s=[];if(!e?.length)return{columnWidths:i,rowIndexes:s};let l=0,c=0;function g({counter:e},{counter:t}){return e-t}function d({counter:e},{counter:t}){return t-e}function u({counter:e}){return e<=12}return e.forEach((p,h)=>{if(o(t[p.slug]))return i.push(0),void s.push(c);let m=a(l,p);const f=function(e,t,i){for(;++e<t.length;)if(!o(i[t[e].slug]))return t[e];return null}(h,e,t);if(null===f||0===a(m.sort(g)[0].counter,f).filter(u).length){m.some(u)&&(m=m.sort(d),m=m.filter(u))}const b=m[0].width;s.push(c),l+=n.Gr[b],l>12?(l-=n.Gr[b],s[h]++,9===l&&([i,l]=r(i,l)),l=n.Gr[b],c++):12===l&&(l=0,c++),i.push(n.Gr[b])}),9===l&&([i,l]=r(i,l)),{columnWidths:i,rowIndexes:s}}var c=i(17243);function g(e,t,{columnWidths:i,rowIndexes:s}){const o=[],r=[...i];if(!e?.length)return{gridColumnWidths:r,overrideComponents:o};let a=null,l=-1,g=[];if(function(e,t){const i={};for(let s=0;s<e.length;s++){const o=e[s],r=t?.[o.slug],a=r?.Component,l=r?.metadata?.moduleSlug,c=n.We.includes(a);if(!a||!l||!c)return!1;if(i[l]){if(i[l]!==a)return!1}else i[l]=a}return!(Object.keys(i).length>1)}(e,t)){const i=Array.from({length:e.length-1}).fill(0);return{overrideComponents:[t[e[0].slug]],gridColumnWidths:[12,...i]}}return e.forEach((n,d)=>{if(o.push(null),a=t[n.slug],l=s[d],a)if(u=a,p=t[e[d+1]?.slug],h=l,m=s[d+1],h===m&&(0,c.isEqual)(u,p))g.push(i[d]),r[d]=0;else if(g.length>0){g.push(i[d]);const e=g.reduce((e,t)=>e+t,0);o[d]=a,r[d]=e,g=[]}var u,p,h,m}),{gridColumnWidths:r,overrideComponents:o}}var d=i(35001);function u(e){return(Array.isArray(e)?e:[e]).filter(e=>"string"==typeof e&&e.length>0)}},94552:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:n}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:s().string,invertColor:s().bool,width:s().number,height:s().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},95267:(e,t,i)=>{i.d(t,{A:()=>PageHeader});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(55527),l=i(24560),c=i(18418),g=i(84385),d=i(15167),u=i(62540);function PageHeader(e){const{title:t,icon:i,className:n,status:o,statusText:r,fullWidth:p,children:h}=e,m=p?{size:12}:{smSize:4,mdSize:4,lgSize:6},f=""!==o||Boolean(h);return(0,u.jsx)("header",{className:"googlesitekit-page-header",children:(0,u.jsxs)(a.fI,{children:[t&&(0,u.jsxs)(a.fh,{...m,children:[i,(0,u.jsx)(d.A,{as:"h1",className:s()("googlesitekit-page-header__title",n),size:"medium",type:"title",children:t})]}),f&&(0,u.jsx)(a.fh,{smSize:4,mdSize:4,lgSize:6,alignBottom:!0,mdAlignRight:!0,children:(0,u.jsxs)("div",{className:"googlesitekit-page-header__details",children:[o&&(0,u.jsxs)("span",{className:s()("googlesitekit-page-header__status",`googlesitekit-page-header__status--${o}`),children:[r,(0,u.jsx)(g.A,{children:"connected"===o?(0,u.jsx)(l.A,{width:10,height:8}):(0,u.jsx)(c.A,{width:2,height:12})})]}),h]})})]})})}PageHeader.propTypes={title:r().string,icon:r().node,className:r().string,status:r().string,statusText:r().string,fullWidth:r().bool},PageHeader.defaultProps={title:"",icon:null,className:"googlesitekit-heading-3",status:"",statusText:"",fullWidth:!1}},97398:(e,t,i)=>{i.d(t,{Y:()=>n});const n="search-console"},98652:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(63696),l=i(82871),c=i(49383),g=i(2362),d=i(20898),u=i(62540);function NewBadge({tooltipTitle:e,learnMoreLink:t,forceOpen:i,hasLeftSpacing:n,hasNoSpacing:s,onLearnMoreClick:o=()=>{}}){const p=(0,u.jsx)(g.A,{className:r()("googlesitekit-new-badge",{"googlesitekit-new-badge--has-no-spacing":s}),label:(0,l.__)("New","google-site-kit"),hasLeftSpacing:n});return e?(0,u.jsx)(c.Tooltip,{tooltipClassName:"googlesitekit-new-badge__tooltip",title:(0,u.jsxs)(a.Fragment,{children:[e,(0,u.jsx)("br",{}),(0,u.jsx)(d.A,{href:t,onClick:o,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Learn more","google-site-kit")})]}),placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,open:i,interactive:!0,children:p}):p}NewBadge.propTypes={tooltipTitle:s().string,learnMoreLink:s().string,forceOpen:s().bool,onLearnMoreClick:s().func,hasLeftSpacing:s().bool,hasNoSpacing:s().bool};const p=NewBadge},99235:(e,t,i)=>{i.d(t,{l:()=>s});var n=i(78174);function s(e,t,i){(0,n.A)(i=>e.includes(i.keyCode)&&t.current.contains(i.target),i)}},99455:(e,t,i)=>{i.d(t,{A:()=>d});var n,s=i(82871),o=i(88933),r=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},a.apply(null,arguments)}const l=e=>r.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 21"},e),n||(n=r.createElement("path",{fill:"#5F6368",d:"M62.09 1.664h3.038v.1L58.34 9.593l7.241 10.224v.1H62.7L56.755 11.4 53.95 14.64v5.278h-2.351V1.664h2.35v9.415h.1zM69.985 3.117c0 .454-.167.853-.488 1.175-.322.322-.71.488-1.176.488-.455 0-.854-.166-1.175-.488a1.6 1.6 0 0 1-.488-1.175c0-.466.166-.854.488-1.176s.71-.488 1.175-.488c.455 0 .854.166 1.176.488.332.333.487.72.487 1.176m-.477 4.313v12.498h-2.351V7.43zM77.016 20.128c-1.02 0-1.864-.31-2.54-.943q-1.014-.948-1.031-2.628V9.57h-2.196V7.43h2.196V3.603h2.35V7.43h3.061v2.14h-3.06v6.222c0 .831.166 1.397.488 1.696.321.3.687.444 1.097.444.189 0 .366-.022.555-.067.188-.044.344-.1.499-.166l.743 2.096c-.632.222-1.342.333-2.162.333M2.673 18.952C1.375 18.009.488 16.678 0 14.97l2.883-1.176c.289 1.076.799 1.94 1.542 2.628.732.677 1.619 1.02 2.65 1.02.965 0 1.774-.244 2.45-.742.677-.5 1.01-1.187 1.01-2.052 0-.798-.3-1.453-.887-1.974q-.883-.781-3.094-1.564l-1.22-.432Q3.371 9.997 2.04 8.716C1.153 7.862.71 6.742.71 5.346c0-.966.266-1.853.787-2.673S2.75 1.209 3.693.72C4.624.244 5.678 0 6.864 0c1.708 0 3.072.41 4.081 1.242 1.02.832 1.697 1.752 2.04 2.795L10.236 5.2c-.2-.621-.576-1.164-1.142-1.63-.565-.477-1.286-.71-2.173-.71s-1.641.222-2.251.676-.91 1.032-.91 1.742c0 .676.278 1.22.82 1.663.544.432 1.398.854 2.563 1.253l1.22.41c1.674.577 2.96 1.342 3.88 2.274.921.931 1.376 2.184 1.376 3.748 0 1.275-.322 2.34-.976 3.193a6 6 0 0 1-2.495 1.919 8 8 0 0 1-3.116.621c-1.62 0-3.072-.466-4.358-1.408M15.969 3.449a1.95 1.95 0 0 1-.588-1.43c0-.566.2-1.043.588-1.431A1.95 1.95 0 0 1 17.399 0c.566 0 1.043.2 1.43.588.389.388.588.865.588 1.43 0 .566-.2 1.043-.587 1.43a1.95 1.95 0 0 1-1.43.589c-.566-.012-1.043-.2-1.431-.588m-.067 2.595h2.994v13.883h-2.994zM25.406 19.85c-.544-.2-.987-.466-1.331-.788-.776-.776-1.176-1.84-1.176-3.182V8.683h-2.428v-2.64h2.428V2.13h2.994v3.926h3.372v2.639h-3.372v6.531c0 .743.145 1.276.433 1.575.277.366.743.543 1.42.543.31 0 .576-.044.82-.122q.35-.116.765-.399v2.917c-.599.277-1.32.41-2.173.41a5 5 0 0 1-1.753-.3M33.623 19.407a6.63 6.63 0 0 1-2.529-2.628c-.61-1.12-.909-2.373-.909-3.77 0-1.332.3-2.551.887-3.693.588-1.132 1.409-2.04 2.462-2.706s2.251-1.01 3.593-1.01c1.397 0 2.606.311 3.637.921a6.1 6.1 0 0 1 2.34 2.528c.532 1.076.799 2.274.799 3.627 0 .255-.023.576-.078.953H33.179c.111 1.287.566 2.285 1.375 2.983a4.16 4.16 0 0 0 2.817 1.043c.854 0 1.597-.189 2.218-.588a4.27 4.27 0 0 0 1.508-1.597l2.528 1.198q-.981 1.713-2.561 2.694c-1.054.655-2.318.976-3.782.976q-2.046.033-3.66-.931m7.23-8.051a3.3 3.3 0 0 0-.466-1.453c-.277-.477-.687-.887-1.242-1.208-.554-.322-1.23-.488-2.03-.488-.964 0-1.773.288-2.439.853-.665.566-1.12 1.342-1.375 2.296z"})));var c=i(16834),g=i(62540);const d=function Logo(){return(0,g.jsxs)("div",{className:"googlesitekit-logo","aria-hidden":"true",children:[(0,g.jsx)(o.A,{className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),(0,g.jsx)(l,{className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),(0,g.jsx)(c.A,{children:(0,s.__)("Site Kit by Google Logo","google-site-kit")})]})}},99620:(e,t,i)=>{i.d(t,{A:()=>m});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(63696),l=i(55527),c=i(20898),g=i(15167),d=i(62540);class LayoutHeader extends a.Component{render(){const{title:e,badge:t,ctaLabel:i,ctaLink:n}=this.props,s=n?{alignMiddle:!0,smSize:4,lgSize:6}:{alignMiddle:!0,smSize:4,mdSize:8,lgSize:12};return(0,d.jsx)("header",{className:"googlesitekit-layout__header",children:(0,d.jsx)(l.xA,{children:(0,d.jsxs)(l.fI,{children:[e&&(0,d.jsx)(l.fh,{...s,children:(0,d.jsxs)(g.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-subheading-1 googlesitekit-layout__header-title",children:[e,t]})}),n&&(0,d.jsx)(l.fh,{smSize:4,lgSize:6,alignMiddle:!0,mdAlignRight:!0,children:(0,d.jsx)(c.A,{href:n,external:!0,children:i})})]})})})}}LayoutHeader.propTypes={title:s().string,badge:s().node,ctaLabel:s().string,ctaLink:s().string},LayoutHeader.defaultProps={title:"",badge:null,ctaLabel:"",ctaLink:""};const u=LayoutHeader;var p=i(91560);class LayoutFooter extends a.Component{render(){const{ctaLabel:e,ctaLink:t,footerContent:i}=this.props;return(0,d.jsx)("footer",{className:"googlesitekit-layout__footer",children:(0,d.jsx)(l.xA,{children:(0,d.jsx)(l.fI,{children:(0,d.jsxs)(l.fh,{size:12,children:[t&&e&&(0,d.jsx)(p.A,{className:"googlesitekit-data-block__source",name:e,href:t,external:!0}),i]})})})})}}LayoutFooter.propTypes={ctaLabel:s().string,ctaLink:s().string};const h=LayoutFooter;class Layout extends a.Component{render(){const{header:e,footer:t,children:i,title:n,badge:s,headerCTALabel:o,headerCTALink:a,footerCTALabel:l,footerCTALink:c,footerContent:g,className:p,fill:m,relative:f,rounded:b=!1,transparent:k=!1,...y}=this.props;return(0,d.jsxs)("div",{className:r()("googlesitekit-layout",p,{"googlesitekit-layout--fill":m,"googlesitekit-layout--relative":f,"googlesitekit-layout--rounded":b,"googlesitekit-layout--transparent":k}),...y,children:[e&&(0,d.jsx)(u,{title:n,badge:s,ctaLabel:o,ctaLink:a}),i,t&&(0,d.jsx)(h,{ctaLabel:l,ctaLink:c,footerContent:g})]})}}Layout.propTypes={header:s().bool,footer:s().bool,children:s().node.isRequired,title:s().string,badge:s().node,headerCTALabel:s().string,headerCTALink:s().string,footerCTALabel:s().string,footerCTALink:s().string,footerContent:s().node,className:s().string,fill:s().bool,relative:s().bool,rounded:s().bool,transparent:s().bool},Layout.defaultProps={header:!1,footer:!1,title:"",badge:null,headerCTALabel:"",headerCTALink:"",footerCTALabel:"",footerCTALink:"",footerContent:null,className:"",fill:!1,relative:!1};const m=Layout},99897:(e,t,i)=>{i.d(t,{A_:()=>g,DF:()=>u,L1:()=>p,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>o,ue:()=>s,wq:()=>n,xR:()=>d});const n=1,s=2,o=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",d="_r..nav",u="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=51891,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-events-provider-contact-form-7-40476021fb6e59177033.js 0000755 00000012224 15111634507 0022103 0 ustar 00 (()=>{"use strict";var e={};function t(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function n(e,t,n){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();const r="email",i="phone",o="name",l={[r]:["email","e-mail","mail","email address"],[i]:["phone","tel","mobile","cell","telephone","phone number"],[o]:["name","full-name","full name","full_name","fullname","first-name","first name","first_name","firstname","last-name","last name","last_name","lastname","given-name","given name","given_name","givenname","family-name","family name","family_name","familyname","fname","lname","first","last","your-name","your name"]};function a(e){return e&&"string"==typeof e?e.trim().toLowerCase():""}function u(e){const t=a(e),n=t.lastIndexOf("@");if(-1===n)return t;const r=t.slice(n+1);if(["gmail.com","googlemail.com"].includes(r)){const e=t.slice(0,n).replace(/\./g,"");return"".concat(e,"@").concat(r)}return t}function c(e){const t=a(e),n=t.replace(/\D/g,"");return t.startsWith("+")?"+".concat(n):n}function s(e){const r=e.filter(e=>{let{type:t}=e;return t===o}).map(e=>{let{value:t}=e;return a(t)}).filter(Boolean);if(!r.length)return;const[i,...l]=1===r.length?r[0].split(" "):r;return function(e){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?t(Object(i),!0).forEach(function(t){n(e,t,i[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):t(Object(i)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))})}return e}({first_name:i},(null==l?void 0:l.length)>0?{last_name:l.join(" ")}:{})}function f(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===r}))||void 0===t?void 0:t.value}function m(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===i}))||void 0===t?void 0:t.value}function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function v(e,t,n){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}e.g.document.addEventListener("wpcf7mailsent",t=>{var n,y,b;const g=(null===(n=e.g._googlesitekit)||void 0===n?void 0:n.gtagUserData)?function(e){if(!(e&&e instanceof HTMLFormElement))return;const t=new FormData(e);return function(e){const t=[["address",s(e)],["email",f(e)],["phone_number",m(e)]].filter(e=>{let[,t]=e;return t});if(0!==t.length)return Object.fromEntries(t)}(Array.from(t.entries()).map(t=>{var n;let[s,f]=t;const m=e.querySelector("[name='".concat(s,"']")),p=null==m?void 0:m.type;return"hidden"===p||"submit"===p?null:function(e){let{type:t,name:n,value:s,label:f}=e||{};switch(t=a(t),n=a(n),s=a(s),f=function(e){return e&&"string"==typeof e?e.trim().toLowerCase().replace(/\s*\*+\s*$/,"").replace(/\s*\(required\)\s*$/i,"").replace(/\s*:\s*$/,"").trim():""}(f),t){case"email":return{type:r,value:u(s)};case"tel":return{type:i,value:c(s)}}return function(e){if(!e)return!1;const t=u(e);return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t)}(s)||l[r].includes(n)||l[r].includes(f)?{type:r,value:u(s)}:l[i].includes(n)||l[i].includes(f)?{type:i,value:c(s)}:l[o].includes(n)||l[o].includes(f)?{type:o,value:a(s)}:function(e){if(!e)return!1;if(!function(e){const t=e.replace(/\D/g,"");return!(t.length<7||t.length<e.length/2)&&/^[\s\-()+.\d]*$/.test(e)}(e))return!1;const t=c(e);if(!/^\+?\d{7,}$/.test(t))return!1;const n=/[\s\-()+.]/.test(e),r=e.trim().startsWith("+");return!(!n&&!r)}(s)?{type:i,value:c(s)}:null}({type:p,label:null!=m&&m.id?null===(n=e.querySelector("label[for='".concat(null==m?void 0:m.id,"']")))||void 0===n?void 0:n.textContent:void 0,name:s,value:f})}).filter(Boolean))}(t.target):null;null===(y=e.g._googlesitekit)||void 0===y||null===(b=y.gtagEvent)||void 0===b||b.call(y,"contact",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach(function(t){v(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({event_category:t.detail.contactFormId,event_label:t.detail.unitTag},g?{user_data:g}:{}))})})(); assets/js/googlesitekit-events-provider-easy-digital-downloads-85026152b9292f580065.js 0000755 00000003067 15111634507 0023641 0 ustar 00 (()=>{"use strict";var e,t,r,a,l,o={};o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(e=o.g.jQuery)&&(e("body").on("edd_cart_item_added",(e,t)=>{var r,a;const{name:l,value:i}=function(e){var t,r;const a=(new DOMParser).parseFromString(e,"text/html"),l=(null===(t=a.querySelector(".edd-cart-item-title"))||void 0===t?void 0:t.textContent.trim())||"";let o=((null===(r=a.querySelector(".edd-cart-item-price"))||void 0===r?void 0:r.textContent.trim())||"").replace(/[^\d.,]/g,"").trim();const i=o.lastIndexOf(","),n=o.lastIndexOf(".");return i>-1&&n>-1?o=i>n?o.replace(/\./g,"").replace(",","."):o.replace(/,/g,""):i>-1?o=3===o.length-i?o.replace(",","."):o.replace(/,/g,""):n>-1&&3!==o.length-n&&(o=o.replace(/\./g,"")),{name:l,value:parseFloat(o)||0}}(t.cart_item),n=o.g._googlesitekit.easyDigitalDownloadsCurrency;null===(r=o.g._googlesitekit)||void 0===r||null===(a=r.gtagEvent)||void 0===a||a.call(r,"add_to_cart",{currency:n,value:i,items:[{item_name:l,price:i}]})}),null!==(t=o.g._googlesitekit)&&void 0!==t&&t.gtagUserData&&null!==(r=o.g._googlesitekit)&&void 0!==r&&null!==(r=r.edddata)&&void 0!==r&&null!==(r=r.purchase)&&void 0!==r&&r.user_data&&(null===(a=o.g._googlesitekit)||void 0===a||null===(l=a.gtagEvent)||void 0===l||l.call(a,"purchase",{user_data:o.g._googlesitekit.edddata.purchase.user_data})))})(); assets/js/googlesitekit-events-provider-mailchimp-766d83b09856fae7cf87.js 0000755 00000012162 15111634507 0021644 0 ustar 00 (()=>{"use strict";var e={};function t(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function n(e,t,n){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();const r="email",i="phone",o="name",l={[r]:["email","e-mail","mail","email address"],[i]:["phone","tel","mobile","cell","telephone","phone number"],[o]:["name","full-name","full name","full_name","fullname","first-name","first name","first_name","firstname","last-name","last name","last_name","lastname","given-name","given name","given_name","givenname","family-name","family name","family_name","familyname","fname","lname","first","last","your-name","your name"]};function u(e){return e&&"string"==typeof e?e.trim().toLowerCase():""}function a(e){const t=u(e),n=t.lastIndexOf("@");if(-1===n)return t;const r=t.slice(n+1);if(["gmail.com","googlemail.com"].includes(r)){const e=t.slice(0,n).replace(/\./g,"");return"".concat(e,"@").concat(r)}return t}function c(e){const t=u(e),n=t.replace(/\D/g,"");return t.startsWith("+")?"+".concat(n):n}function s(e){const r=e.filter(e=>{let{type:t}=e;return t===o}).map(e=>{let{value:t}=e;return u(t)}).filter(Boolean);if(!r.length)return;const[i,...l]=1===r.length?r[0].split(" "):r;return function(e){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?t(Object(i),!0).forEach(function(t){n(e,t,i[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):t(Object(i)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))})}return e}({first_name:i},(null==l?void 0:l.length)>0?{last_name:l.join(" ")}:{})}function f(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===r}))||void 0===t?void 0:t.value}function m(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===i}))||void 0===t?void 0:t.value}function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function v(e,t,n){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var y;(y=e.g.mc4wp)&&y.forms.on("subscribed",(t,n)=>{var y,b,g;const d=(null===(y=e.g._googlesitekit)||void 0===y?void 0:y.gtagUserData)?function(e,t){if(!(e&&e instanceof HTMLFormElement))return;return function(e){const t=[["address",s(e)],["email",f(e)],["phone_number",m(e)]].filter(e=>{let[,t]=e;return t});if(0!==t.length)return Object.fromEntries(t)}(Object.entries(t).map(n=>{var s;let[f,m]=n;if("NAME"===f&&("FNAME"in t||"LNAME"in t))return null;const p=e.querySelector("[name='".concat(f,"']"));return function(e){let{type:t,name:n,value:s,label:f}=e||{};switch(t=u(t),n=u(n),s=u(s),f=function(e){return e&&"string"==typeof e?e.trim().toLowerCase().replace(/\s*\*+\s*$/,"").replace(/\s*\(required\)\s*$/i,"").replace(/\s*:\s*$/,"").trim():""}(f),t){case"email":return{type:r,value:a(s)};case"tel":return{type:i,value:c(s)}}return function(e){if(!e)return!1;const t=a(e);return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t)}(s)||l[r].includes(n)||l[r].includes(f)?{type:r,value:a(s)}:l[i].includes(n)||l[i].includes(f)?{type:i,value:c(s)}:l[o].includes(n)||l[o].includes(f)?{type:o,value:u(s)}:function(e){if(!e)return!1;if(!function(e){const t=e.replace(/\D/g,"");return!(t.length<7||t.length<e.length/2)&&/^[\s\-()+.\d]*$/.test(e)}(e))return!1;const t=c(e);if(!/^\+?\d{7,}$/.test(t))return!1;const n=/[\s\-()+.]/.test(e),r=e.trim().startsWith("+");return!(!n&&!r)}(s)?{type:i,value:c(s)}:null}({type:null==p?void 0:p.type,label:null!=p&&p.id?null===(s=e.querySelector("label[for='".concat(null==p?void 0:p.id,"']")))||void 0===s?void 0:s.textContent:void 0,name:f,value:m})}).filter(Boolean))}(t.element,n):null;null===(b=e.g._googlesitekit)||void 0===b||null===(g=b.gtagEvent)||void 0===g||g.call(b,"submit_lead_form",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach(function(t){v(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({event_category:"mailchimp"},d?{user_data:d}:{}))})})(); assets/js/googlesitekit-events-provider-ninja-forms-1bcc43dc33ac5df43991.js 0000755 00000010153 15111634507 0022221 0 ustar 00 (()=>{"use strict";var e={};function t(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function n(e,t,n){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();const r="email",i="phone",l="name",a={[r]:["email","e-mail","mail","email address"],[i]:["phone","tel","mobile","cell","telephone","phone number"],[l]:["name","full-name","full name","full_name","fullname","first-name","first name","first_name","firstname","last-name","last name","last_name","lastname","given-name","given name","given_name","givenname","family-name","family name","family_name","familyname","fname","lname","first","last","your-name","your name"]};function o(e){return e&&"string"==typeof e?e.trim().toLowerCase():""}function u(e){const t=o(e),n=t.lastIndexOf("@");if(-1===n)return t;const r=t.slice(n+1);if(["gmail.com","googlemail.com"].includes(r)){const e=t.slice(0,n).replace(/\./g,"");return"".concat(e,"@").concat(r)}return t}function s(e){const t=o(e),n=t.replace(/\D/g,"");return t.startsWith("+")?"+".concat(n):n}function c(e){const r=e.filter(e=>{let{type:t}=e;return t===l}).map(e=>{let{value:t}=e;return o(t)}).filter(Boolean);if(!r.length)return;const[i,...a]=1===r.length?r[0].split(" "):r;return function(e){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?t(Object(i),!0).forEach(function(t){n(e,t,i[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):t(Object(i)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))})}return e}({first_name:i},(null==a?void 0:a.length)>0?{last_name:a.join(" ")}:{})}function f(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===r}))||void 0===t?void 0:t.value}function m(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===i}))||void 0===t?void 0:t.value}((t,n,v)=>{if(!t||!n||!v)return;const g=n.Object.extend({initialize(){this.listenTo(v.Radio.channel("forms"),"submit:response",this.actionSubmit)},actionSubmit(t){var n,v,g;const y=(null===(n=e.g._googlesitekit)||void 0===n?void 0:n.gtagUserData)?(d=t.data.fields,function(e){const t=[["address",c(e)],["email",f(e)],["phone_number",m(e)]].filter(e=>{let[,t]=e;return t});if(0!==t.length)return Object.fromEntries(t)}(Object.values(d).map(e=>{var t;const{label:n,type:c,value:f,key:m}=e;return function(e){let{type:t,name:n,value:c,label:f}=e||{};switch(t=o(t),n=o(n),c=o(c),f=function(e){return e&&"string"==typeof e?e.trim().toLowerCase().replace(/\s*\*+\s*$/,"").replace(/\s*\(required\)\s*$/i,"").replace(/\s*:\s*$/,"").trim():""}(f),t){case"email":return{type:r,value:u(c)};case"tel":return{type:i,value:s(c)}}return function(e){if(!e)return!1;const t=u(e);return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t)}(c)||a[r].includes(n)||a[r].includes(f)?{type:r,value:u(c)}:a[i].includes(n)||a[i].includes(f)?{type:i,value:s(c)}:a[l].includes(n)||a[l].includes(f)?{type:l,value:o(c)}:function(e){if(!e)return!1;if(!function(e){const t=e.replace(/\D/g,"");return!(t.length<7||t.length<e.length/2)&&/^[\s\-()+.\d]*$/.test(e)}(e))return!1;const t=s(e);if(!/^\+?\d{7,}$/.test(t))return!1;const n=/[\s\-()+.]/.test(e),r=e.trim().startsWith("+");return!(!n&&!r)}(c)?{type:i,value:s(c)}:null}({label:n,type:null!==(t=p[c])&&void 0!==t?t:c,value:f,name:m})}).filter(Boolean))):void 0;var d;null===(v=e.g._googlesitekit)||void 0===v||null===(g=v.gtagEvent)||void 0===g||g.call(v,"submit_lead_form",y?{user_data:y}:void 0)}});t(document).ready(()=>{new g})})(e.g.jQuery,e.g.Marionette,e.g.Backbone);const p={phone:"tel",textbox:"text"}})(); assets/js/googlesitekit-events-provider-optin-monster-e6fa11a9d13d20a7ece5.js 0000755 00000010377 15111634507 0022700 0 ustar 00 (()=>{"use strict";var e={};function t(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function n(e,t,n){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();const r="email",i="phone",l="name",a={[r]:["email","e-mail","mail","email address"],[i]:["phone","tel","mobile","cell","telephone","phone number"],[l]:["name","full-name","full name","full_name","fullname","first-name","first name","first_name","firstname","last-name","last name","last_name","lastname","given-name","given name","given_name","givenname","family-name","family name","family_name","familyname","fname","lname","first","last","your-name","your name"]};function o(e){return e&&"string"==typeof e?e.trim().toLowerCase():""}function u(e){const t=o(e),n=t.lastIndexOf("@");if(-1===n)return t;const r=t.slice(n+1);if(["gmail.com","googlemail.com"].includes(r)){const e=t.slice(0,n).replace(/\./g,"");return"".concat(e,"@").concat(r)}return t}function c(e){const t=o(e),n=t.replace(/\D/g,"");return t.startsWith("+")?"+".concat(n):n}function s(e){const r=e.filter(e=>{let{type:t}=e;return t===l}).map(e=>{let{value:t}=e;return o(t)}).filter(Boolean);if(!r.length)return;const[i,...a]=1===r.length?r[0].split(" "):r;return function(e){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?t(Object(i),!0).forEach(function(t){n(e,t,i[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):t(Object(i)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))})}return e}({first_name:i},(null==a?void 0:a.length)>0?{last_name:a.join(" ")}:{})}function f(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===r}))||void 0===t?void 0:t.value}function m(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===i}))||void 0===t?void 0:t.value}e.g.document.addEventListener("om.Analytics.track",t=>{let{detail:n}=t;if("conversion"===n.Analytics.type){var p,v,g,y;const t=(null===(p=e.g._googlesitekit)||void 0===p?void 0:p.gtagUserData)&&null!==(v=n.Campaign)&&void 0!==v&&v.Form?function(e){if(!e||!e.inputs)return;const t=Array.isArray(e.inputs)?e.inputs:Object.values(e.inputs);return t.length?function(e){const t=[["address",s(e)],["email",f(e)],["phone_number",m(e)]].filter(e=>{let[,t]=e;return t});if(0!==t.length)return Object.fromEntries(t)}(t.map(e=>{var t;if("hidden"===e.type)return null;const n=e.id?null===(t=document.querySelector("label[for='".concat(e.id,"']")))||void 0===t?void 0:t.textContent:e.placeholder||"";return function(e){let{type:t,name:n,value:s,label:f}=e||{};switch(t=o(t),n=o(n),s=o(s),f=function(e){return e&&"string"==typeof e?e.trim().toLowerCase().replace(/\s*\*+\s*$/,"").replace(/\s*\(required\)\s*$/i,"").replace(/\s*:\s*$/,"").trim():""}(f),t){case"email":return{type:r,value:u(s)};case"tel":return{type:i,value:c(s)}}return function(e){if(!e)return!1;const t=u(e);return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t)}(s)||a[r].includes(n)||a[r].includes(f)?{type:r,value:u(s)}:a[i].includes(n)||a[i].includes(f)?{type:i,value:c(s)}:a[l].includes(n)||a[l].includes(f)?{type:l,value:o(s)}:function(e){if(!e)return!1;if(!function(e){const t=e.replace(/\D/g,"");return!(t.length<7||t.length<e.length/2)&&/^[\s\-()+.\d]*$/.test(e)}(e))return!1;const t=c(e);if(!/^\+?\d{7,}$/.test(t))return!1;const n=/[\s\-()+.]/.test(e),r=e.trim().startsWith("+");return!(!n&&!r)}(s)?{type:i,value:c(s)}:null}({type:e.type,name:e.name,value:e.value,label:n})}).filter(Boolean)):void 0}(n.Campaign.Form):null,d={campaignID:n.Campaign.id,campaignType:n.Campaign.type};t&&(d.user_data=t),null===(g=e.g._googlesitekit)||void 0===g||null===(y=g.gtagEvent)||void 0===y||y.call(g,"submit_lead_form",d)}})})(); assets/js/googlesitekit-events-provider-popup-maker-561440dc30d29e4d73d1.js 0000755 00000010527 15111634507 0022022 0 ustar 00 (()=>{"use strict";var e={};function t(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function n(e,t,n){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();const r="email",i="phone",l="name",o={[r]:["email","e-mail","mail","email address"],[i]:["phone","tel","mobile","cell","telephone","phone number"],[l]:["name","full-name","full name","full_name","fullname","first-name","first name","first_name","firstname","last-name","last name","last_name","lastname","given-name","given name","given_name","givenname","family-name","family name","family_name","familyname","fname","lname","first","last","your-name","your name"]};function a(e){return e&&"string"==typeof e?e.trim().toLowerCase():""}function u(e){const t=a(e),n=t.lastIndexOf("@");if(-1===n)return t;const r=t.slice(n+1);if(["gmail.com","googlemail.com"].includes(r)){const e=t.slice(0,n).replace(/\./g,"");return"".concat(e,"@").concat(r)}return t}function c(e){const t=a(e),n=t.replace(/\D/g,"");return t.startsWith("+")?"+".concat(n):n}function s(e){const r=e.filter(e=>{let{type:t}=e;return t===l}).map(e=>{let{value:t}=e;return a(t)}).filter(Boolean);if(!r.length)return;const[i,...o]=1===r.length?r[0].split(" "):r;return function(e){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?t(Object(i),!0).forEach(function(t){n(e,t,i[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):t(Object(i)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))})}return e}({first_name:i},(null==o?void 0:o.length)>0?{last_name:o.join(" ")}:{})}function f(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===r}))||void 0===t?void 0:t.value}function m(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===i}))||void 0===t?void 0:t.value}var p,v;p=e.g.jQuery,v=e.g.PUM,p&&v&&v.hooks.addAction("pum.integration.form.success",(t,n)=>{var p,v,g;const y=(null===(p=e.g._googlesitekit)||void 0===p?void 0:p.gtagUserData)&&(b=n.formProvider,!d.includes(b))?function(e){if(!(e=e instanceof HTMLFormElement?e:e[0]))return;const t=new FormData(e);return function(e){const t=[["address",s(e)],["email",f(e)],["phone_number",m(e)]].filter(e=>{let[,t]=e;return t});if(0!==t.length)return Object.fromEntries(t)}(Array.from(t.entries()).map(t=>{var n,s;let[f,m]=t;const p=e.querySelector("[name='".concat(f,"']")),v=null==p?void 0:p.type;return"hidden"===v?null:function(e){let{type:t,name:n,value:s,label:f}=e||{};switch(t=a(t),n=a(n),s=a(s),f=function(e){return e&&"string"==typeof e?e.trim().toLowerCase().replace(/\s*\*+\s*$/,"").replace(/\s*\(required\)\s*$/i,"").replace(/\s*:\s*$/,"").trim():""}(f),t){case"email":return{type:r,value:u(s)};case"tel":return{type:i,value:c(s)}}return function(e){if(!e)return!1;const t=u(e);return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t)}(s)||o[r].includes(n)||o[r].includes(f)?{type:r,value:u(s)}:o[i].includes(n)||o[i].includes(f)?{type:i,value:c(s)}:o[l].includes(n)||o[l].includes(f)?{type:l,value:a(s)}:function(e){if(!e)return!1;if(!function(e){const t=e.replace(/\D/g,"");return!(t.length<7||t.length<e.length/2)&&/^[\s\-()+.\d]*$/.test(e)}(e))return!1;const t=c(e);if(!/^\+?\d{7,}$/.test(t))return!1;const n=/[\s\-()+.]/.test(e),r=e.trim().startsWith("+");return!(!n&&!r)}(s)?{type:i,value:c(s)}:null}({type:v,label:(null!=p&&p.id?null===(n=e.querySelector("label[for='".concat(null==p?void 0:p.id,"']")))||void 0===n?void 0:n.textContent:null)||(null==p||null===(s=p.closest("label"))||void 0===s?void 0:s.textContent),name:f,value:m})}).filter(Boolean))}(t):void 0;var b;null===(v=e.g._googlesitekit)||void 0===v||null===(g=v.gtagEvent)||void 0===g||g.call(v,"submit_lead_form",y?{user_data:y}:void 0)});const d=["wpforms","contactform7","ninjaforms","mc4wp"]})(); assets/js/googlesitekit-events-provider-woocommerce-56777fd664fb7392edc2.js 0000755 00000005054 15111634507 0022214 0 ustar 00 (()=>{var t={};t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),((o,n)=>{if(!o)return;const{currency:e,products:i,purchase:a,add_to_cart:l,eventsToTrack:c}=(null===(n=t.g._googlesitekit)||void 0===n?void 0:n.wcdata)||{},r=null==c?void 0:c.includes("add_to_cart"),d=null==c?void 0:c.includes("purchase");if(l&&r){var u,s;const{price:o}=l,n=f(o,e,l);null===(u=t.g._googlesitekit)||void 0===u||null===(s=u.gtagEvent)||void 0===s||s.call(u,"add_to_cart",n)}if(a&&d){var g,_,p;const{id:o,totals:n,items:e,user_data:i}=a,l=f(n.total_price,n.currency_code,e,o,n.shipping_total,n.tax_total);null!==(g=t.g._googlesitekit)&&void 0!==g&&g.gtagUserData&&i&&(l.user_data=i),null===(_=t.g._googlesitekit)||void 0===_||null===(p=_.gtagEvent)||void 0===p||p.call(_,"purchase",l)}const v=o("body");function f(t,o,n){let e=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:null;const l={value:m(t),currency:o,items:[]};if(e&&(l.transaction_id=e),"number"==typeof i&&(l.shipping=i),"number"==typeof a&&(l.tax=a),n&&n.length)for(const t of n)l.items.push(h(t));else n&&n.id&&(l.items=[h(n)]);return l}function h(t){const{id:o,name:n,price:e,variation:i,quantity:a,categories:l}=t,c={item_id:o,item_name:n,price:m(e)};if(a&&(c.quantity=a),i&&(c.item_variant=i),l&&null!=l&&l.length){let t=1;for(const o of l)c[t>1?"item_category".concat(t):"item_category"]=o.name,t++}return c}function m(t){let o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;return parseInt(t,10)/10**o}r&&(v.on("added_to_cart",(o,n,a,l)=>{var c,r;const d=parseInt(l.data("product_id"),10);if(!d)return;const u=(null==i?void 0:i.find(t=>(null==t?void 0:t.id)===d))||{},{price:s}=u,g=f(s,e,u);null===(c=t.g._googlesitekit)||void 0===c||null===(r=c.gtagEvent)||void 0===r||r.call(c,"add_to_cart",g)}),o(".products-block-post-template .product, .wc-block-product-template .product").each(function(){const n=o(this),a=parseInt(n.find("[data-product_id]").attr("data-product_id"),10);a&&n.on("click",n=>{var l,c;const r=o(n.target).closest(".wc-block-components-product-button [data-product_id]");if(!r.length||!r.hasClass("add_to_cart_button")||r.hasClass("product_type_variable"))return;const d=(null==i?void 0:i.find(t=>(null==t?void 0:t.id)===a))||{},{price:u}=d,s=f(u,e,d);null===(l=t.g._googlesitekit)||void 0===l||null===(c=l.gtagEvent)||void 0===c||c.call(l,"add_to_cart",s)})}))})(t.g.jQuery)})(); assets/js/googlesitekit-events-provider-wpforms-ed443a3a3d45126a22ce.js 0000755 00000010614 15111634507 0021402 0 ustar 00 (()=>{"use strict";var e={};function t(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function n(e,t,n){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();const r="email",i="phone",l="name",o={[r]:["email","e-mail","mail","email address"],[i]:["phone","tel","mobile","cell","telephone","phone number"],[l]:["name","full-name","full name","full_name","fullname","first-name","first name","first_name","firstname","last-name","last name","last_name","lastname","given-name","given name","given_name","givenname","family-name","family name","family_name","familyname","fname","lname","first","last","your-name","your name"]};function a(e){return e&&"string"==typeof e?e.trim().toLowerCase():""}function u(e){const t=a(e),n=t.lastIndexOf("@");if(-1===n)return t;const r=t.slice(n+1);if(["gmail.com","googlemail.com"].includes(r)){const e=t.slice(0,n).replace(/\./g,"");return"".concat(e,"@").concat(r)}return t}function c(e){const t=a(e),n=t.replace(/\D/g,"");return t.startsWith("+")?"+".concat(n):n}function s(e){const r=e.filter(e=>{let{type:t}=e;return t===l}).map(e=>{let{value:t}=e;return a(t)}).filter(Boolean);if(!r.length)return;const[i,...o]=1===r.length?r[0].split(" "):r;return function(e){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?t(Object(i),!0).forEach(function(t){n(e,t,i[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):t(Object(i)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))})}return e}({first_name:i},(null==o?void 0:o.length)>0?{last_name:o.join(" ")}:{})}function f(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===r}))||void 0===t?void 0:t.value}function m(e){var t;return null===(t=e.find(e=>{let{type:t}=e;return t===i}))||void 0===t?void 0:t.value}var v;(v=e.g.jQuery)&&v(e.g.document.body).on("wpformsAjaxSubmitSuccess",t=>{var n,v,d;const p=(null===(n=e.g._googlesitekit)||void 0===n?void 0:n.gtagUserData)?function(e){if(!(e&&e instanceof HTMLFormElement))return;const t=new FormData(e);return function(e){const t=[["address",s(e)],["email",f(e)],["phone_number",m(e)]].filter(e=>{let[,t]=e;return t});if(0!==t.length)return Object.fromEntries(t)}(Array.from(t.entries()).map(t=>{var n,s,f,m,v,d;let[p,y]=t,g=e.querySelector("[name='".concat(p,"']"));"hidden"===(null===(n=g)||void 0===n?void 0:n.type)&&"hidden"!==(null===(s=g)||void 0===s||null===(s=s.previousSibling)||void 0===s?void 0:s.type)&&(g=g.previousSibling);const b=null===(f=g)||void 0===f?void 0:f.type;return"hidden"===b||"submit"===b?null:function(e){let{type:t,name:n,value:s,label:f}=e||{};switch(t=a(t),n=a(n),s=a(s),f=function(e){return e&&"string"==typeof e?e.trim().toLowerCase().replace(/\s*\*+\s*$/,"").replace(/\s*\(required\)\s*$/i,"").replace(/\s*:\s*$/,"").trim():""}(f),t){case"email":return{type:r,value:u(s)};case"tel":return{type:i,value:c(s)}}return function(e){if(!e)return!1;const t=u(e);return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t)}(s)||o[r].includes(n)||o[r].includes(f)?{type:r,value:u(s)}:o[i].includes(n)||o[i].includes(f)?{type:i,value:c(s)}:o[l].includes(n)||o[l].includes(f)?{type:l,value:a(s)}:function(e){if(!e)return!1;if(!function(e){const t=e.replace(/\D/g,"");return!(t.length<7||t.length<e.length/2)&&/^[\s\-()+.\d]*$/.test(e)}(e))return!1;const t=c(e);if(!/^\+?\d{7,}$/.test(t))return!1;const n=/[\s\-()+.]/.test(e),r=e.trim().startsWith("+");return!(!n&&!r)}(s)?{type:i,value:c(s)}:null}({type:b,label:null!==(m=g)&&void 0!==m&&m.id?null===(v=e.querySelector("label[for='".concat(null===(d=g)||void 0===d?void 0:d.id,"']")))||void 0===v?void 0:v.textContent:void 0,name:p,value:y})}).filter(Boolean))}(t.target):null;null===(v=e.g._googlesitekit)||void 0===v||null===(d=v.gtagEvent)||void 0===d||d.call(v,"submit_lead_form",p?{user_data:p}:void 0)})})(); assets/js/googlesitekit-i18n-f0c172b703253d0876a2.js 0000755 00000044353 15111634507 0015127 0 ustar 00 (()=>{var e={147:(e,t,r)=>{var n=r(564).default;function o(t,r){if("function"==typeof WeakMap)var i=new WeakMap,a=new WeakMap;return(e.exports=o=function(e,t){if(!t&&e&&e.__esModule)return e;var r,o,s={__proto__:null,default:e};if(null===e||"object"!=n(e)&&"function"!=typeof e)return s;if(r=t?a:i){if(r.has(e))return r.get(e);r.set(e,s)}for(var u in e)"default"!==u&&{}.hasOwnProperty.call(e,u)&&((o=(r=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,u))&&(o.get||o.set)?r(s,u,o):s[u]=e[u]);return s},e.exports.__esModule=!0,e.exports.default=e.exports)(t,r)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},279:(e,t,r)=>{"use strict";var n=r(784);Object.defineProperty(t,"__esModule",{value:!0}),t.createI18n=void 0;var o=n(r(707)),i=n(r(685));function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?a(Object(r),!0).forEach(function(t){(0,o.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):a(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var u={"":{plural_forms:function(e){return 1===e?0:1}}},l=/^i18n\.(n?gettext|has_translation)(_|$)/;t.createI18n=function(e,t,r){var n=new i.default({}),o=new Set,a=function(){o.forEach(function(e){return e()})},c=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";n.data[t]=s(s(s({},u),n.data[t]),e),n.data[t][""]=s(s({},u[""]),n.data[t][""])},f=function(e,t){c(e,t),a()},p=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",t=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,o=arguments.length>3?arguments[3]:void 0,i=arguments.length>4?arguments[4]:void 0;return n.data[e]||c(void 0,e),n.dcnpgettext(e,t,r,o,i)},d=function(){return arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default"},h=function(e,t,n){var o=p(n,t,e);return r?(o=r.applyFilters("i18n.gettext_with_context",o,e,t,n),r.applyFilters("i18n.gettext_with_context_"+d(n),o,e,t,n)):o};if(e&&f(e,t),r){var v=function(e){l.test(e)&&a()};r.addAction("hookAdded","core/i18n",v),r.addAction("hookRemoved","core/i18n",v)}return{getLocaleData:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return n.data[e]},setLocaleData:f,resetLocaleData:function(e,t){n.data={},n.pluralForms={},f(e,t)},subscribe:function(e){return o.add(e),function(){return o.delete(e)}},__:function(e,t){var n=p(t,void 0,e);return r?(n=r.applyFilters("i18n.gettext",n,e,t),r.applyFilters("i18n.gettext_"+d(t),n,e,t)):n},_x:h,_n:function(e,t,n,o){var i=p(o,void 0,e,t,n);return r?(i=r.applyFilters("i18n.ngettext",i,e,t,n,o),r.applyFilters("i18n.ngettext_"+d(o),i,e,t,n,o)):i},_nx:function(e,t,n,o,i){var a=p(i,o,e,t,n);return r?(a=r.applyFilters("i18n.ngettext_with_context",a,e,t,n,o,i),r.applyFilters("i18n.ngettext_with_context_"+d(i),a,e,t,n,o,i)):a},isRTL:function(){return"rtl"===h("ltr","text direction")},hasTranslation:function(e,t,o){var i,a,s=t?t+""+e:e,u=!(null===(i=n.data)||void 0===i||null===(a=i[null!=o?o:"default"])||void 0===a||!a[s]);return r&&(u=r.applyFilters("i18n.has_translation",u,e,t,o),u=r.applyFilters("i18n.has_translation_"+d(o),u,e,t,o)),u}}}},290:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.hasTranslation=t.isRTL=t._nx=t._n=t._x=t.__=t.subscribe=t.resetLocaleData=t.setLocaleData=t.getLocaleData=t.default=void 0;var n=r(279),o=r(926),i=(0,n.createI18n)(void 0,void 0,o.defaultHooks),a=i;t.default=a;var s=i.getLocaleData.bind(i);t.getLocaleData=s;var u=i.setLocaleData.bind(i);t.setLocaleData=u;var l=i.resetLocaleData.bind(i);t.resetLocaleData=l;var c=i.subscribe.bind(i);t.subscribe=c;var f=i.__.bind(i);t.__=f;var p=i._x.bind(i);t._x=p;var d=i._n.bind(i);t._n=d;var h=i._nx.bind(i);t._nx=h;var v=i.isRTL.bind(i);t.isRTL=v;var _=i.hasTranslation.bind(i);t.hasTranslation=_},304:(e,t,r)=>{var n;!function(){"use strict";var o={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function i(e){return function(e,t){var r,n,a,s,u,l,c,f,p,d=1,h=e.length,v="";for(n=0;n<h;n++)if("string"==typeof e[n])v+=e[n];else if("object"==typeof e[n]){if((s=e[n]).keys)for(r=t[d],a=0;a<s.keys.length;a++){if(null==r)throw new Error(i('[sprintf] Cannot access property "%s" of undefined value "%s"',s.keys[a],s.keys[a-1]));r=r[s.keys[a]]}else r=s.param_no?t[s.param_no]:t[d++];if(o.not_type.test(s.type)&&o.not_primitive.test(s.type)&&r instanceof Function&&(r=r()),o.numeric_arg.test(s.type)&&"number"!=typeof r&&isNaN(r))throw new TypeError(i("[sprintf] expecting number but found %T",r));switch(o.number.test(s.type)&&(f=r>=0),s.type){case"b":r=parseInt(r,10).toString(2);break;case"c":r=String.fromCharCode(parseInt(r,10));break;case"d":case"i":r=parseInt(r,10);break;case"j":r=JSON.stringify(r,null,s.width?parseInt(s.width):0);break;case"e":r=s.precision?parseFloat(r).toExponential(s.precision):parseFloat(r).toExponential();break;case"f":r=s.precision?parseFloat(r).toFixed(s.precision):parseFloat(r);break;case"g":r=s.precision?String(Number(r.toPrecision(s.precision))):parseFloat(r);break;case"o":r=(parseInt(r,10)>>>0).toString(8);break;case"s":r=String(r),r=s.precision?r.substring(0,s.precision):r;break;case"t":r=String(!!r),r=s.precision?r.substring(0,s.precision):r;break;case"T":r=Object.prototype.toString.call(r).slice(8,-1).toLowerCase(),r=s.precision?r.substring(0,s.precision):r;break;case"u":r=parseInt(r,10)>>>0;break;case"v":r=r.valueOf(),r=s.precision?r.substring(0,s.precision):r;break;case"x":r=(parseInt(r,10)>>>0).toString(16);break;case"X":r=(parseInt(r,10)>>>0).toString(16).toUpperCase()}o.json.test(s.type)?v+=r:(!o.number.test(s.type)||f&&!s.sign?p="":(p=f?"+":"-",r=r.toString().replace(o.sign,"")),l=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",c=s.width-(p+r).length,u=s.width&&c>0?l.repeat(c):"",v+=s.align?p+r+u:"0"===l?p+u+r:u+p+r)}return v}(function(e){if(s[e])return s[e];for(var t,r=e,n=[],i=0;r;){if(null!==(t=o.text.exec(r)))n.push(t[0]);else if(null!==(t=o.modulo.exec(r)))n.push("%");else{if(null===(t=o.placeholder.exec(r)))throw new SyntaxError("[sprintf] unexpected placeholder");if(t[2]){i|=1;var a=[],u=t[2],l=[];if(null===(l=o.key.exec(u)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(a.push(l[1]);""!==(u=u.substring(l[0].length));)if(null!==(l=o.key_access.exec(u)))a.push(l[1]);else{if(null===(l=o.index_access.exec(u)))throw new SyntaxError("[sprintf] failed to parse named argument key");a.push(l[1])}t[2]=a}else i|=2;if(3===i)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");n.push({placeholder:t[0],param_no:t[1],keys:t[2],sign:t[3],pad_char:t[4],align:t[5],width:t[6],precision:t[7],type:t[8]})}r=r.substring(t[0].length)}return s[e]=n}(e),arguments)}function a(e,t){return i.apply(null,[e].concat(t||[]))}var s=Object.create(null);t.sprintf=i,t.vsprintf=a,"undefined"!=typeof window&&(window.sprintf=i,window.vsprintf=a,void 0===(n=function(){return{sprintf:i,vsprintf:a}}.call(t,r,t,e))||(e.exports=n))}()},327:(e,t,r)=>{var n=r(564).default;e.exports=function(e,t){if("object"!=n(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,t||"default");if("object"!=n(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},498:(e,t,r)=>{var n=r(564).default,o=r(327);e.exports=function(e){var t=o(e,"string");return"symbol"==n(t)?t:t+""},e.exports.__esModule=!0,e.exports.default=e.exports},532:e=>{e.exports=function(e,t){var r,n,o=0;function i(){var i,a,s=r,u=arguments.length;e:for(;s;){if(s.args.length===arguments.length){for(a=0;a<u;a++)if(s.args[a]!==arguments[a]){s=s.next;continue e}return s!==r&&(s===n&&(n=s.prev),s.prev.next=s.next,s.next&&(s.next.prev=s.prev),s.next=r,s.prev=null,r.prev=s,r=s),s.val}s=s.next}for(i=new Array(u),a=0;a<u;a++)i[a]=arguments[a];return s={args:i,val:e.apply(null,i)},r?(r.prev=s,s.next=r):n=s,o===t.maxSize?(n=n.prev).next=null:o++,r=s,s.val}return t=t||{},i.clear=function(){r=null,n=null,o=0},i}},564:e=>{function t(r){return e.exports=t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},588:(e,t,r)=>{"use strict";var n=r(147);Object.defineProperty(t,"__esModule",{value:!0});var o={sprintf:!0,defaultI18n:!0,setLocaleData:!0,resetLocaleData:!0,getLocaleData:!0,subscribe:!0,__:!0,_x:!0,_n:!0,_nx:!0,isRTL:!0,hasTranslation:!0};Object.defineProperty(t,"sprintf",{enumerable:!0,get:function(){return i.sprintf}}),Object.defineProperty(t,"defaultI18n",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(t,"setLocaleData",{enumerable:!0,get:function(){return s.setLocaleData}}),Object.defineProperty(t,"resetLocaleData",{enumerable:!0,get:function(){return s.resetLocaleData}}),Object.defineProperty(t,"getLocaleData",{enumerable:!0,get:function(){return s.getLocaleData}}),Object.defineProperty(t,"subscribe",{enumerable:!0,get:function(){return s.subscribe}}),Object.defineProperty(t,"__",{enumerable:!0,get:function(){return s.__}}),Object.defineProperty(t,"_x",{enumerable:!0,get:function(){return s._x}}),Object.defineProperty(t,"_n",{enumerable:!0,get:function(){return s._n}}),Object.defineProperty(t,"_nx",{enumerable:!0,get:function(){return s._nx}}),Object.defineProperty(t,"isRTL",{enumerable:!0,get:function(){return s.isRTL}}),Object.defineProperty(t,"hasTranslation",{enumerable:!0,get:function(){return s.hasTranslation}});var i=r(662),a=r(279);Object.keys(a).forEach(function(e){"default"!==e&&"__esModule"!==e&&(Object.prototype.hasOwnProperty.call(o,e)||e in t&&t[e]===a[e]||Object.defineProperty(t,e,{enumerable:!0,get:function(){return a[e]}}))});var s=n(r(290))},662:(e,t,r)=>{"use strict";var n=r(784);Object.defineProperty(t,"__esModule",{value:!0}),t.sprintf=function(e){try{for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return i.default.sprintf.apply(i.default,[e].concat(r))}catch(t){return a("sprintf error: \n\n"+t.toString()),e}};var o=n(r(532)),i=n(r(304)),a=(0,o.default)(console.error)},685:(e,t,r)=>{"use strict";var n,o,i,a;r.r(t),r.d(t,{default:()=>l}),n={"(":9,"!":8,"*":7,"/":7,"%":7,"+":6,"-":6,"<":5,"<=":5,">":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},o=["(","?"],i={")":["("],":":["?","?:"]},a=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var s={"!":function(e){return!e},"*":function(e,t){return e*t},"/":function(e,t){return e/t},"%":function(e,t){return e%t},"+":function(e,t){return e+t},"-":function(e,t){return e-t},"<":function(e,t){return e<t},"<=":function(e,t){return e<=t},">":function(e,t){return e>t},">=":function(e,t){return e>=t},"==":function(e,t){return e===t},"!=":function(e,t){return e!==t},"&&":function(e,t){return e&&t},"||":function(e,t){return e||t},"?:":function(e,t,r){if(e)throw t;return r}};var u={contextDelimiter:"",onMissingKey:null};function l(e,t){var r;for(r in this.data=e,this.pluralForms={},this.options={},u)this.options[r]=void 0!==t&&r in t?t[r]:u[r]}l.prototype.getPluralForm=function(e,t){var r,u,l,c,f=this.pluralForms[e];return f||("function"!=typeof(l=(r=this.data[e][""])["Plural-Forms"]||r["plural-forms"]||r.plural_forms)&&(u=function(e){var t,r,n;for(t=e.split(";"),r=0;r<t.length;r++)if(0===(n=t[r].trim()).indexOf("plural="))return n.substr(7)}(r["Plural-Forms"]||r["plural-forms"]||r.plural_forms),c=function(e){var t=function(e){for(var t,r,s,u,l=[],c=[];t=e.match(a);){for(r=t[0],(s=e.substr(0,t.index).trim())&&l.push(s);u=c.pop();){if(i[r]){if(i[r][0]===u){r=i[r][1]||r;break}}else if(o.indexOf(u)>=0||n[u]<n[r]){c.push(u);break}l.push(u)}i[r]||c.push(r),e=e.substr(t.index+r.length)}return(e=e.trim())&&l.push(e),l.concat(c.reverse())}(e);return function(e){return function(e,t){var r,n,o,i,a,u,l=[];for(r=0;r<e.length;r++){if(a=e[r],i=s[a]){for(n=i.length,o=Array(n);n--;)o[n]=l.pop();try{u=i.apply(null,o)}catch(e){return e}}else u=t.hasOwnProperty(a)?t[a]:+a;l.push(u)}return l[0]}(t,e)}}(u),l=function(e){return+c({n:e})}),f=this.pluralForms[e]=l),f(t)},l.prototype.dcnpgettext=function(e,t,r,n,o){var i,a,s;return i=void 0===o?0:this.getPluralForm(e,o),a=r,t&&(a=t+this.options.contextDelimiter+r),(s=this.data[e][a])&&s[i]?s[i]:(this.options.onMissingKey&&this.options.onMissingKey(r,e),0===i?r:n)}},707:(e,t,r)=>{var n=r(498);e.exports=function(e,t,r){return(t=n(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},784:e=>{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},926:(e,t,r)=>{"use strict";r.r(t),r.d(t,{actions:()=>S,addAction:()=>v,addFilter:()=>_,applyFilters:()=>j,createHooks:()=>d,currentAction:()=>k,currentFilter:()=>F,defaultHooks:()=>h,didAction:()=>L,didFilter:()=>T,doAction:()=>O,doingAction:()=>A,doingFilter:()=>P,filters:()=>D,hasAction:()=>y,hasFilter:()=>x,removeAction:()=>b,removeAllActions:()=>m,removeAllFilters:()=>w,removeFilter:()=>g});const n=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)},o=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)},i=function(e,t){return function(r,i,a){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10,u=e[t];if(o(r)&&n(i))if("function"==typeof a)if("number"==typeof s){var l={callback:a,priority:s,namespace:i};if(u[r]){var c,f=u[r].handlers;for(c=f.length;c>0&&!(s>=f[c-1].priority);c--);c===f.length?f[c]=l:f.splice(c,0,l),u.__current.forEach(function(e){e.name===r&&e.currentIndex>=c&&e.currentIndex++})}else u[r]={handlers:[l],runs:0};"hookAdded"!==r&&e.doAction("hookAdded",r,i,a,s)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}},a=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(i,a){var s=e[t];if(o(i)&&(r||n(a))){if(!s[i])return 0;var u=0;if(r)u=s[i].handlers.length,s[i]={runs:s[i].runs,handlers:[]};else for(var l=s[i].handlers,c=function(e){l[e].namespace===a&&(l.splice(e,1),u++,s.__current.forEach(function(t){t.name===i&&t.currentIndex>=e&&t.currentIndex--}))},f=l.length-1;f>=0;f--)c(f);return"hookRemoved"!==i&&e.doAction("hookRemoved",i,a),u}}},s=function(e,t){return function(r,n){var o=e[t];return void 0!==n?r in o&&o[r].handlers.some(function(e){return e.namespace===n}):r in o}},u=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(n){var o=e[t];o[n]||(o[n]={handlers:[],runs:0}),o[n].runs++;for(var i=o[n].handlers,a=arguments.length,s=new Array(a>1?a-1:0),u=1;u<a;u++)s[u-1]=arguments[u];if(!i||!i.length)return r?s[0]:void 0;var l={name:n,currentIndex:0};for(o.__current.push(l);l.currentIndex<i.length;){var c=i[l.currentIndex].callback.apply(null,s);r&&(s[0]=c),l.currentIndex++}return o.__current.pop(),r?s[0]:void 0}},l=function(e,t){return function(){var r,n,o=e[t];return null!==(r=null===(n=o.__current[o.__current.length-1])||void 0===n?void 0:n.name)&&void 0!==r?r:null}},c=function(e,t){return function(r){var n=e[t];return void 0===r?void 0!==n.__current[0]:!!n.__current[0]&&r===n.__current[0].name}},f=function(e,t){return function(r){var n=e[t];if(o(r))return n[r]&&n[r].runs?n[r].runs:0}};var p=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.actions=Object.create(null),this.actions.__current=[],this.filters=Object.create(null),this.filters.__current=[],this.addAction=i(this,"actions"),this.addFilter=i(this,"filters"),this.removeAction=a(this,"actions"),this.removeFilter=a(this,"filters"),this.hasAction=s(this,"actions"),this.hasFilter=s(this,"filters"),this.removeAllActions=a(this,"actions",!0),this.removeAllFilters=a(this,"filters",!0),this.doAction=u(this,"actions"),this.applyFilters=u(this,"filters",!0),this.currentAction=l(this,"actions"),this.currentFilter=l(this,"filters"),this.doingAction=c(this,"actions"),this.doingFilter=c(this,"filters"),this.didAction=f(this,"actions"),this.didFilter=f(this,"filters")};const d=function(){return new p};var h=d(),v=h.addAction,_=h.addFilter,b=h.removeAction,g=h.removeFilter,y=h.hasAction,x=h.hasFilter,m=h.removeAllActions,w=h.removeAllFilters,O=h.doAction,j=h.applyFilters,k=h.currentAction,F=h.currentFilter,A=h.doingAction,P=h.doingFilter,L=h.didAction,T=h.didFilter,S=h.actions,D=h.filters}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{"use strict";var e=r(588);r.g.googlesitekit=r.g.googlesitekit||{},r.g.googlesitekit.i18n=r.g.googlesitekit.i18n||{sprintf:e.sprintf,setLocaleData:e.setLocaleData,__:e.__,_x:e._x,_n:e._n,_nx:e._nx,isRTL:e.isRTL}})()})(); assets/js/googlesitekit-key-metrics-setup-b01b0e10038a0489334a.js 0000755 00000372741 15111634507 0017731 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[290,503],{1102:(e,t,i)=>{i.d(t,{w:()=>a});var n=i(35470),o=i(63696),s=i(2422);function r(){}function a(e,t){const i=(0,s.W)({sticky:!0}),a=(0,o.useRef)(),l=(0,o.useCallback)(e,t),c=(0,n.A)(i?l:r);return i&&(a.current=c),a.current}},2422:(e,t,i)=>{i.d(t,{W:()=>l});var n=i(79257),o=i(35470),s=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,s.useContext)(r.A),[i,l]=(0,s.useState)(!1),c=(0,o.A)(e=>e(a.n).getInViewResetCount()),g=(0,o.A)(e=>e(a.n).getValue("forceInView"));return(0,s.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,s.useEffect)(()=>{g&&l(!0)},[g]),(0,n.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2522:(e,t,i)=>{i.d(t,{D:()=>s});var n=i(32091),o=i.n(n);function s(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3288:(e,t,i)=>{i.d(t,{Q:()=>n});const n="emailReportingUserSettingsSelectionPanelOpened"},3555:(e,t,i)=>{i.d(t,{A:()=>UserInputSelectOptions});var n=i(62688),o=i.n(n),s=i(63696),r=i(19266),a=i(82871),l=i(50539),c=i(49383),g=i(58116),u=i(78340),d=i(45472),p=i(55527),m=i(60460),h=i(12850),f=i(77766),y=i(62540);function UserInputSelectOptions({slug:e,descriptions:t,options:i,max:n,next:o,showInstructions:_,alignLeftOptions:k}){const I=(0,f.A)(),N=(0,l.useSelect)(t=>t(g.oR).getUserInputSetting(e)||[]),b=(0,l.useSelect)(e=>e(g.oR).isSavingUserInputSettings(N)),v=(0,l.useSelect)(e=>e(d.M).isNavigating()),{setUserInputSetting:A}=(0,l.useDispatch)(g.oR),x=(0,s.useRef)();(0,s.useEffect)(()=>{if(!x?.current)return;function e(e){e&&setTimeout(()=>{e.focus()},50)}const t=1===n?"radio":"checkbox",i=x.current.querySelector(`input[type="${t}"]:checked`);if(i)e(i);else{e(x.current.querySelector(`input[type="${t}"]`))}},[n]);const{setValues:j}=(0,l.useDispatch)(u.s),T=(0,s.useCallback)(t=>{const{target:i}=t,{value:o,checked:s}=i,r=new Set([o,...N]);s||r.delete(o);const a=e===m.aq?"content_frequency_question_answer":`site_${e}_question_answer`,l=Array.from(r).slice(0,n);(0,h.sx)(`${I}_kmw`,a,l.join()),e===m.a3&&j(m.we,{[e]:N}),A(e,l)},[n,A,e,N,I,j]),M=(0,s.useCallback)(e=>{e.keyCode===r.Fm&&N.length>0&&N.length<=n&&!N.includes("")&&o&&"function"==typeof o&&o()},[N,o,n]),S={[n>1?"onChange":"onClick"]:T},E=1===n?c.Radio:c.Checkbox,C=Object.keys(i).map(o=>{if("sell_products_or_service"===o)return!1;const s={id:`${e}-${o}`,value:o,description:t?.[o],checked:N.includes(o),onKeyDown:M,alignLeft:k,...S};return n>1?(s.disabled=N.length>=n&&!N.includes(o),s.name=`${e}-${o}`):s.name=e,(b||v)&&(s.disabled=!0),(0,y.jsx)("div",{className:"googlesitekit-user-input__select-option",children:(0,y.jsx)(E,{...s,children:i[o]})},o)});return(0,y.jsxs)(p.fh,{className:"googlesitekit-user-input__select-options-wrapper",lgStart:6,lgSize:6,mdSize:8,smSize:4,children:[_&&(0,y.jsx)("p",{className:"googlesitekit-user-input__select-instruction",children:(0,y.jsx)("span",{children:(0,a.sprintf)(/* translators: %s: number of answers allowed. */ /* translators: %s: number of answers allowed. */ (0,a._n)("Select only %d answer","Select up to %d answers",n,"google-site-kit"),n)})}),(0,y.jsx)("div",{className:"googlesitekit-user-input__select-options",ref:x,children:C})]})}UserInputSelectOptions.propTypes={slug:o().string.isRequired,descriptions:o().shape({}),options:o().shape({}).isRequired,max:o().number,next:o().func,showInstructions:o().bool,alignLeftOptions:o().bool},UserInputSelectOptions.defaultProps={max:1,showInstructions:!1,alignLeftOptions:!1}},3714:(e,t,i)=>{i.d(t,{Kk:()=>s,SZ:()=>n,Yw:()=>r,oJ:()=>a,tT:()=>o});const n="body",o=[n,"display","headline","label","title"],s="small",r="medium",a=[s,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var n=i(62688),o=i.n(n),s=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:n,onClick:o,href:a}){return e&&(o||a)?(0,r.jsx)(s.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||n,isSaving:n,onClick:o,href:a,children:e}):null}CTAButton.propTypes={label:o().string,ariaLabel:o().string,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,dismissOnClick:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>u});var n=i(62688),o=i.n(n),s=i(63696),r=i(81276),a=i(49383),l=i(8420),c=i(62540);let g=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const n=(0,s.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):g;e&&document.body.contains(e)&&e.focus(),t||(g=null)})},[t]),o=(0,r.A)(e);return(0,s.useEffect)(()=>(!0===o&&!1===e&&n(),()=>{n()}),[o,e,n]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(g=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:o().bool,refocusQuerySelector:o().string,...a.Dialog.propTypes};const u=RefocusableModalDialog},6464:(e,t,i)=>{i.d(t,{i:()=>r});var n=i(63696),o=i(11106),s=i(65214);function r(e){const t=(0,n.useContext)(o.A);return(0,s.G)(e,t)}},6732:(e,t,i)=>{i.d(t,{A:()=>n});const n=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(63696),o=i(77766),s=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,o.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,n.useCallback)((...e)=>(0,s.sx)(g,i,...e),[g,i]),confirm:(0,n.useCallback)((...e)=>(0,s.sx)(g,r,...e),[g,r]),dismiss:(0,n.useCallback)((...e)=>(0,s.sx)(g,a,...e),[g,a]),clickLearnMore:(0,n.useCallback)((...e)=>(0,s.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>o,n:()=>n});const n="core/ui",o="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>f});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var g=i(12850),u=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:n,children:s}){return(0,c.jsxs)("div",{className:o()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(u.A,{...i}),n&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:n}),s]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(u.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var d=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var m=i(80035);const h=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:n,additionalDescription:s,errorText:r,helpText:a,learnMoreLink:g,dismissButton:u,ctaButton:h,svg:f,footer:y},_)=>{const k=(0,l.dv)(),I=k===l.mp||k===l.Lg;let N=null;I&&f?.mobile?N=f.mobile:!I&&f?.desktop&&(N=f.desktop);const b=f?.verticalPosition?f.verticalPosition:"center";return(0,c.jsxs)("div",{ref:_,className:o()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:n,learnMoreLink:g,additionalDescription:s}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(m.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[h&&(0,c.jsx)(d.A,{...h}),u?.onClick&&(0,c.jsx)(p.A,{...u})]})]}),N&&(0,c.jsx)("div",{className:o()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${b}`]:b}),style:{backgroundImage:`url(${N})`}}),y&&(0,c.jsx)(Footer,{children:y})]})});h.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(u.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(d.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const f=h},8143:(e,t,i)=>{i.d(t,{VZ:()=>s,dc:()=>r,pH:()=>o,r0:()=>a});var n=i(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function s(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),o=e.replace(i.origin,"");if(o.length<t)return o;const s=o.length-Math.floor(t)+1;return"…"+o.substr(s)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(52684),l=i(13606),c=i(82871),g=i(49383),u=i(85149),d=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:n=null,onClose:o=null,title:s=null,provides:p,handleConfirm:m,subtitle:h,confirmButton:f=null,dependentModules:y,danger:_=!1,inProgress:k=!1,small:I=!1,medium:N=!1,buttonLink:b=null}){const v=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,A=!(!p||!p.length);return(0,d.jsxs)(g.Dialog,{open:t,onOpen:n,onClose:o,"aria-describedby":A?v:void 0,tabIndex:"-1",className:r()(e,{"googlesitekit-dialog-sm":I,"googlesitekit-dialog-md":N}),children:[(0,d.jsxs)(g.DialogTitle,{children:[_&&(0,d.jsx)(u.A,{width:28,height:28}),s]}),h?(0,d.jsx)("p",{className:"mdc-dialog__lead",children:h}):[],(0,d.jsxs)(g.DialogContent,{children:[A&&(0,d.jsx)("section",{id:v,className:"mdc-dialog__provides",children:(0,d.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,d.jsx)("li",{className:"mdc-list-item",children:(0,d.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),y&&(0,d.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),y),{strong:(0,d.jsx)("strong",{})})})]}),(0,d.jsxs)(g.DialogFooter,{children:[(0,d.jsx)(g.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:k,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),b?(0,d.jsx)(g.Button,{href:b,onClick:m,target:"_blank",danger:_,children:f}):(0,d.jsx)(g.SpinnerButton,{onClick:m,danger:_,disabled:k,isSaving:k,children:f||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:o().string,dialogActive:o().bool,handleDialog:o().func,handleConfirm:o().func.isRequired,onOpen:o().func,onClose:o().func,title:o().string,confirmButton:o().string,danger:o().bool,small:o().bool,medium:o().bool,buttonLink:o().string};const p=ModalDialog},11106:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(63696),o=i(65214);const s=(0,n.createContext)(o.t)},12108:(e,t,i)=>{i.d(t,{YJ:()=>s,Eq:()=>r});var n=i(32947),o=i(17243);function s(e,t){const n=document.querySelector(e);if(!n)return 0;const o=n.getBoundingClientRect().top,s=r(t);return o+i.g.scrollY-s}function r(e){let t=function(e){let t=0;const s=document.querySelector(".googlesitekit-header");t=s&&"sticky"===i.g.getComputedStyle(s).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===n.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==n.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,o.isFinite)(e)?e:0}(t),t<0?0:t}(e);const s=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(s).reduce((e,t)=>e+t.offsetHeight,0),t}},12701:(e,t,i)=>{i.d(t,{A:()=>Root});var n=i(62688),o=i.n(n),s=i(44010),r=i(77105),a=i(63696),l=i(50539),c=i.n(l),g=i(82871),u=i(54312),d=i(61991),p=i(90007),m=i(12850),h=i(62540);class ErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,m.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,h.jsx)(p.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,g.__)("Site Kit encountered an error","google-site-kit"),description:(0,h.jsxs)(a.Fragment,{children:[(0,h.jsx)(u.A,{message:t.message,componentStack:i.componentStack}),(0,h.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,i.componentStack]})]})}):e}}ErrorHandler.contextType=d.Ay,ErrorHandler.propTypes={children:o().node.isRequired};const f=ErrorHandler;var y=i(11106);const{Consumer:_,Provider:k}=y.A,I=k;var N=i(65214),b=i(4445),v=i(78340),A=i(45472),x=i(58116),j=i(64067),T=i(14007);const M=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(x.oR).getPermissionScopeError()),n=(0,l.useSelect)(e=>e(x.oR).getUnsatisfiedScopes()),o=(0,l.useSelect)(e=>e(x.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||i.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:s}=(0,l.useDispatch)(x.oR),{navigateTo:r}=(0,l.useDispatch)(A.M),{setValues:c}=(0,l.useDispatch)(v.s),u=(0,a.useCallback)(()=>{s()},[s]),d=(0,a.useCallback)(async()=>{c(x.$8,{permissionsError:t}),await(0,j.mR)(e),r(o)},[e,o,r,t,c]);return(0,a.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await d()}()},[d,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||n&&t?.data?.scopes.every(e=>n.includes(e))?null:(0,h.jsx)(T.A,{children:(0,h.jsx)(b.A,{title:(0,g.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,g.__)("Proceed","google-site-kit"),handleConfirm:d,handleCancel:u,onClose:u,dialogActive:!0,medium:!0})}):(i.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const S=function PermissionsModal(){return(0,l.useSelect)(e=>e(x.oR).isAuthenticated())?(0,h.jsx)(M,{}):null};const E=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[i,n]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{i||(async()=>{await(0,j.P9)(t),n(!0)})()},[t,i]),i?e:null};var C=i(15844),w=i(77766),D=i(39771);function FeatureTours(){const e=(0,w.A)(),{triggerTourForView:t}=(0,l.useDispatch)(x.oR);(0,C.A)(()=>{t(e)});const n=(0,l.useSelect)(e=>e(x.oR).getCurrentTour());return(0,a.useEffect)(()=>{if(!n)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[n]),n?(0,h.jsx)(D.Ay,{tourID:n.slug,steps:n.steps,gaEventCategory:n.gaEventCategory,callback:n.callback}):null}var O=i(68869),R=i(22821);function Root({children:e,registry:t,viewContext:i=null}){const n=s.D,[o]=(0,a.useState)({key:"Root",value:!0});return(0,h.jsx)(a.StrictMode,{children:(0,h.jsx)(O.Ay,{value:o,children:(0,h.jsx)(l.RegistryProvider,{value:t,children:(0,h.jsx)(I,{value:N.t,children:(0,h.jsx)(d.Kq,{value:i,children:(0,h.jsx)(r.A,{theme:n(),children:(0,h.jsxs)(f,{children:[(0,h.jsxs)(E,{children:[e,i&&(0,h.jsx)(FeatureTours,{})]}),(0,R.A)(i)&&(0,h.jsx)(S,{})]})})})})})})})}Root.propTypes={children:o().node,registry:o().object,viewContext:o().string.isRequired},Root.defaultProps={registry:c()}},12755:(e,t,i)=>{i.d(t,{A:()=>$e});var n,o,s=i(62688),r=i.n(s),a=i(4452),l=i.n(a),c=i(41814),g=i(82871),u=i(63696),d=i(50539),p=i(99455),m=i(21795),h=i(31589),f=i(19266),y=i(49383),_=i(8420),k=i(12850),I=i(21134),N=i(14007),b=i(58116),v=i(62540);function Details(){const e=(0,d.useSelect)(e=>e(b.oR).getPicture()),t=(0,d.useSelect)(e=>e(b.oR).getFullName()),i=(0,d.useSelect)(e=>e(b.oR).getEmail());return(0,v.jsxs)("div",{className:"googlesitekit-user-menu__details","aria-label":(0,g.__)("Google account","google-site-kit"),children:[!!e&&(0,v.jsx)("img",{className:"googlesitekit-user-menu__details-avatar",src:e,alt:""}),(0,v.jsxs)("div",{className:"googlesitekit-user-menu__details-info",children:[(0,v.jsx)("p",{className:"googlesitekit-user-menu__details-info__name",children:t}),(0,v.jsx)("p",{className:"googlesitekit-user-menu__details-info__email","aria-label":(0,g.__)("Email","google-site-kit"),children:i})]})]})}function Item({icon:e,label:t}){return(0,v.jsxs)("div",{className:"googlesitekit-user-menu__item",children:[(0,v.jsx)("div",{className:"googlesitekit-user-menu__item-icon",children:e}),(0,v.jsx)("span",{className:"googlesitekit-user-menu__item-label",children:t})]})}function A(){return A=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},A.apply(null,arguments)}Item.propTypes={icon:r().node,label:r().string};const x=e=>u.createElement("svg",A({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.7,d:"m11.775 5.701.58-.58a4.547 4.547 0 0 1 6.43 0v0a4.547 4.547 0 0 1 0 6.43l-.598.599m-12.504-.357-.562.562a4.547 4.547 0 0 0 0 6.43v0a4.547 4.547 0 0 0 6.43 0l.58-.58"})),o||(o=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"m8.543 15.363 1.118-1.118m5.684-5.684L14.226 9.68M5.107 5.134l13.664 13.664"})));var j,T,M,S,E;function C(){return C=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},C.apply(null,arguments)}const w=e=>u.createElement("svg",C({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),j||(j=u.createElement("rect",{width:18,height:13,x:3,y:4,stroke:"#6C726E",strokeWidth:1.5,rx:2})),T||(T=u.createElement("path",{fill:"#6C726E",d:"M9 17h6v3H9z"})),M||(M=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M10 9h7M10 12h7"})),S||(S=u.createElement("circle",{cx:7,cy:9,r:1,fill:"#6C726E"})),E||(E=u.createElement("circle",{cx:7,cy:12,r:1,fill:"#6C726E"})));var D,O,R;function L(){return L=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},L.apply(null,arguments)}const z=e=>u.createElement("svg",L({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),D||(D=u.createElement("rect",{width:18,height:12,x:3,y:6,stroke:"#6C726E",strokeWidth:1.5,rx:2})),O||(O=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3.566 7.5 7.086 7.086a2 2 0 0 0 2.829 0l7.019-7.02"})),R||(R=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M20.246 17.5 15.5 12.754M4 17.5l4.746-4.746"})));var P=i(93896),B=i(7081),H=i(45472),U=i(72455),G=i(3288),Y=i(99235),Z=i(77766),V=i(27333),W=i(6464);function UserMenu(){const e=(0,W.i)("proactiveUserEngagement"),t=(0,d.useSelect)(e=>e(P.O4).getProxyPermissionsURL()),i=(0,d.useSelect)(e=>e(b.oR).getEmail()),n=(0,d.useSelect)(e=>e(b.oR).getPicture()),o=(0,d.useSelect)(e=>e(b.oR).getFullName()),s=(0,d.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-splash",{googlesitekit_context:"revoked"})),r=(0,V.A)(U.CV,"isAutoCreatingCustomDimensionsForAudience"),[a,l]=(0,u.useState)(!1),[c,p]=(0,u.useState)(!1),A=(0,u.useRef)(),j=(0,u.useRef)(),T=(0,Z.A)(),{navigateTo:M}=(0,d.useDispatch)(H.M);(0,m.A)(A,()=>p(!1)),(0,Y.l)([f._f,f.wn],A,()=>{p(!1),j.current?.focus()});const S=(0,u.useCallback)(()=>{l(!1),p(!1)},[l,p]),E=(0,u.useCallback)(e=>{f._f===e.keyCode&&S()},[S]);(0,h.A)("keyup",E);const C=(0,u.useCallback)(()=>{c||(0,k.sx)(`${T}_headerbar`,"open_usermenu"),p(!c)},[c,T]),D=(0,u.useCallback)(()=>{l(!a),p(!1)},[a]),{setValue:O}=(0,d.useDispatch)(B.n),R=(0,u.useCallback)(async(e,i)=>{const{detail:{item:n}}=i;switch(n?.id){case"manage-sites":t&&(await(0,k.sx)(`${T}_headerbar_usermenu`,"manage_sites"),M(t));break;case"disconnect":D();break;case"manage-email-reports":O(G.Q,!0);break;default:C()}},[t,C,D,M,O,T]),L=(0,u.useCallback)(async()=>{l(!1),await(0,I.IL)(),await(0,k.sx)(`${T}_headerbar_usermenu`,"disconnect_user"),M(s)},[s,M,T]);if(!i)return null;let F;return o&&i&&(F=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name 2: User's email address. */ /* translators: Account info text. 1: User's (full) name 2: User's email address. */ (0,g.__)("Google Account for %1$s (Email: %2$s)","google-site-kit"),o,i)),o&&!i&&(F=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name. */ /* translators: Account info text. 1: User's (full) name. */ (0,g.__)("Google Account for %1$s","google-site-kit"),o)),!o&&i&&(F=(0,g.sprintf)(/* translators: Account info text. 1: User's email address. */ /* translators: Account info text. 1: User's email address. */ (0,g.__)("Google Account (Email: %1$s)","google-site-kit"),i)),(0,v.jsxs)(u.Fragment,{children:[(0,v.jsxs)("div",{ref:A,className:"googlesitekit-user-selector googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,v.jsx)(y.Button,{disabled:r,ref:j,className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--tablet googlesitekit-border-radius-round--phone googlesitekit-border-radius-round googlesitekit-button-icon",onClick:C,icon:!!n&&(0,v.jsx)("i",{className:"mdc-button__icon mdc-button__account","aria-hidden":"true",children:(0,v.jsx)("img",{className:"mdc-button__icon--image",src:n,alt:(0,g.__)("User Avatar","google-site-kit")})}),"aria-haspopup":"menu","aria-expanded":c,"aria-controls":"user-menu","aria-label":r?void 0:(0,g.__)("Account","google-site-kit"),tooltipEnterDelayInMS:500,customizedTooltip:r?null:(0,v.jsxs)("span",{"aria-label":F,children:[(0,v.jsx)("strong",{children:(0,g.__)("Google Account","google-site-kit")}),(0,v.jsx)("br",{}),(0,v.jsx)("br",{}),o,o&&(0,v.jsx)("br",{}),i]}),text:!0,tooltip:!0}),(0,v.jsxs)(y.Menu,{className:"googlesitekit-user-menu",menuOpen:c,onSelected:R,id:"user-menu",children:[(0,v.jsx)("li",{children:(0,v.jsx)(Details,{})}),e&&(0,v.jsx)("li",{id:"manage-email-reports",className:"mdc-list-item",role:"menuitem",children:(0,v.jsx)(Item,{icon:(0,v.jsx)(z,{width:"24"}),label:(0,g.__)("Manage email reports","google-site-kit")})}),!!t&&(0,v.jsx)("li",{id:"manage-sites",className:"mdc-list-item",role:"menuitem",children:(0,v.jsx)(Item,{icon:(0,v.jsx)(w,{width:"24"}),label:(0,g.__)("Manage Sites","google-site-kit")})}),(0,v.jsx)("li",{id:"disconnect",className:"mdc-list-item",role:"menuitem",children:(0,v.jsx)(Item,{icon:(0,v.jsx)(x,{width:"24"}),label:(0,g.__)("Disconnect","google-site-kit")})})]})]}),(0,v.jsx)(N.A,{children:(0,v.jsx)(_.A,{dialogActive:a,handleConfirm:L,handleCancel:S,onClose:S,title:(0,g.__)("Disconnect","google-site-kit"),subtitle:(0,g.__)("Disconnecting Site Kit by Google will remove your access to all services. After disconnecting, you will need to re-authorize to restore service.","google-site-kit"),confirmButton:(0,g.__)("Disconnect","google-site-kit"),danger:!0,small:!0})})]})}var F=i(55527),Q=i(35323),$=i(29898),X=i(15844),J=i(39525),K=i(30521),q=i(24558),ee=i(73874),te=i(12108),ie=i(32947);var ne=i(44949),oe=i(86134);const se={[ee.Oo]:{[q.SH]:ne.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,[q.OT]:ne.CONTEXT_MAIN_DASHBOARD_TRAFFIC,[q.en]:ne.CONTEXT_MAIN_DASHBOARD_CONTENT,[q.Ej]:ne.CONTEXT_MAIN_DASHBOARD_SPEED,[q.Gw]:ne.CONTEXT_MAIN_DASHBOARD_MONETIZATION},[ee.oE]:{[q.OT]:ne.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,[q.en]:ne.CONTEXT_ENTITY_DASHBOARD_CONTENT,[q.Ej]:ne.CONTEXT_ENTITY_DASHBOARD_SPEED,[q.Gw]:ne.CONTEXT_ENTITY_DASHBOARD_MONETIZATION}};var re;function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ae.apply(null,arguments)}const le=e=>u.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),re||(re=u.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18 16V2c0-1.1-1-2-2.222-2H2.222C1 0 0 .9 0 2v14c0 1.1 1 2 2.222 2h13.556C17 18 18 17.1 18 16M9 7h5V5H9zm7-5H2v14h14zM4 4h4v4H4zm10 7H9v2h5zM4 10h4v4H4z",clipRule:"evenodd"})));var ce,ge,ue,de;function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},pe.apply(null,arguments)}const me=e=>u.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 12"},e),ce||(ce=u.createElement("rect",{width:5,height:5,x:.5,fill:"currentColor",rx:1})),ge||(ge=u.createElement("rect",{width:5,height:5,x:7.5,fill:"currentColor",rx:1})),ue||(ue=u.createElement("rect",{width:5,height:5,x:.5,y:7,fill:"currentColor",rx:1})),de||(de=u.createElement("rect",{width:5,height:5,x:7.5,y:7,fill:"currentColor",rx:1})));var he;function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},fe.apply(null,arguments)}const ye=e=>u.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 12"},e),he||(he=u.createElement("path",{fill:"currentColor",d:"M16.1 0v2h2.967l-5.946 5.17-4.6-4L0 10.59 1.622 12l6.9-6 4.6 4L20.7 3.42V6H23V0z"})));var _e,ke;function Ie(){return Ie=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Ie.apply(null,arguments)}const Ne=e=>u.createElement("svg",Ie({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},e),_e||(_e=u.createElement("path",{fill:"currentColor",d:"m18.378 4.543-1.232 1.854a8.02 8.02 0 0 1-.22 7.598H3.043A8.02 8.02 0 0 1 4.154 4.49 8.01 8.01 0 0 1 13.57 2.82l1.853-1.233A10.01 10.01 0 0 0 3.117 2.758a10.026 10.026 0 0 0-1.797 12.24A2 2 0 0 0 3.043 16h13.873a2 2 0 0 0 1.742-1.002 10.03 10.03 0 0 0-.27-10.465z"})),ke||(ke=u.createElement("path",{fill:"currentColor",d:"M8.572 11.399a2.003 2.003 0 0 0 2.835 0l5.669-8.51-8.504 5.673a2.005 2.005 0 0 0 0 2.837"})));var be;function ve(){return ve=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ve.apply(null,arguments)}const Ae=e=>u.createElement("svg",ve({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 16"},e),be||(be=u.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 0h3.971v16H7zM0 8h4v8H0zm18-3h-4v11h4z",clipRule:"evenodd"})));function Navigation(){const e=(0,ee.Ay)(),t=(0,u.useRef)(),n=(0,Z.A)(),o=function(){const e=(0,ee.Ay)(),t=(0,Q.A)();return(0,d.useSelect)(i=>{const n=t?i(b.oR).getViewableModules():null,o=i(b.oR).isKeyMetricsWidgetHidden(),s={modules:n||void 0};return Object.keys(se[e]).reduce((t,n)=>(n===q.SH&&o||i(oe.aO).isWidgetContextActive(se[e][n],s)&&t.push(n),t),[])})}(),{calculateScrollPosition:s,defaultChipID:r,findClosestSection:a,isValidChipID:c,scrollToChip:p,updateURLHash:m}=function({visibleSections:e}){const t=(0,ie.dv)(),n=(0,Q.A)(),o=(0,u.useCallback)(()=>e.includes(q.SH)?q.SH:n?e[0]||"":q.OT,[n,e])(),s=(0,u.useCallback)(t=>e.includes(t),[e]),r=(0,u.useCallback)(e=>{i.g.history.replaceState({},"",`#${e}`)},[]),a=(0,u.useCallback)(e=>e!==o?(0,te.YJ)(`#${e}`,t):0,[t,o]),l=(0,u.useCallback)(e=>{i.g.scrollTo({top:a(e,t,o),behavior:"smooth"})},[t,a,o]),c=(0,u.useCallback)(t=>{var i;const n=document.querySelector(".googlesitekit-entity-header")?.getBoundingClientRect?.()?.bottom,{bottom:s}=null!==(i=t?.current?.getBoundingClientRect?.())&&void 0!==i?i:{};let r,a=o;for(const t of e){const e=document.getElementById(t);if(!e)continue;const i=e.getBoundingClientRect().top-20-(n||s||0);i<0&&(void 0===r||r<i)&&(r=i,a=t)}return a},[o,e]);return{calculateScrollPosition:a,defaultChipID:o,findClosestSection:c,isValidChipID:s,scrollToChip:l,updateURLHash:r}}({visibleSections:o}),f=i.g.location.hash?.substring(1),[y,_]=(0,u.useState)(f||void 0),[I,N]=(0,u.useState)(!1),[A,x]=(0,u.useState)(f),{setValue:j}=(0,d.useDispatch)(B.n),T=(0,u.useCallback)(({target:e})=>{const t=e.closest(".mdc-chip"),i=t?.dataset?.contextId;m(i),_(i),p(i),(0,k.sx)(`${n}_navigation`,"tab_select",i),setTimeout(()=>{j(B.F,i)},50)},[p,j,m,n]),M=(0,u.useCallback)(()=>{if(!t?.current)return;const{top:e}=t?.current?.getBoundingClientRect();if(0===i.g.scrollY)N(!1);else{const t=document.querySelector(".googlesitekit-header")?.getBoundingClientRect?.()?.bottom;N(e===t)}},[]),S=(0,u.useCallback)(e=>{function o(e){j(B.F,void 0),x(e),_(void 0)}const s=a(t);if(y)y===s&&o(s);else{const{hash:t}=i.g.location;s!==t?.substring(1)&&(e&&(0,k.sx)(`${n}_navigation`,"tab_scroll",s),m(s),o(s))}},[a,y,j,m,n]);(0,X.A)(()=>{if(!f)return x(r),void setTimeout(()=>m(r));const e=c(f)?f:r;x(e),j(B.F,e),setTimeout(()=>{const t=s(e);i.g.scrollY!==t?p(e):j(B.F,void 0)},50)});const E=(0,u.useCallback)(e=>{M(),S(e)},[S,M]),C=(0,K.A)(E,150);(0,h.A)("scroll",C);const w={[q.SH]:{label:(0,g.__)("Key metrics","google-site-kit"),icon:(0,v.jsx)(me,{width:"18",height:"16"})},[q.OT]:{label:(0,g.__)("Traffic","google-site-kit"),icon:(0,v.jsx)(Ae,{width:"18",height:"16"})},[q.en]:{label:(0,g.__)("Content","google-site-kit"),icon:(0,v.jsx)(le,{width:"18",height:"18"})},[q.Ej]:{label:(0,g.__)("Speed","google-site-kit"),icon:(0,v.jsx)(Ne,{width:"20",height:"16"})},[q.Gw]:{label:(0,g.__)("Monetization","google-site-kit"),icon:(0,v.jsx)(ye,{width:"18",height:"16"})}};return(0,v.jsx)("nav",{className:l()("mdc-chip-set","googlesitekit-navigation",`googlesitekit-navigation--${e}`,{"googlesitekit-navigation--is-sticky":I}),ref:t,children:o.map(e=>(0,v.jsx)(J.Chip,{id:e,label:w[e].label,leadingIcon:w[e].icon,onClick:T,selected:A===e,"data-context-id":e},e))})}function DashboardNavigation(){const e=(0,Q.A)(),t=(0,d.useSelect)(t=>e?t(b.oR).getViewableModules():null),i=(0,d.useSelect)(e=>e(b.oR).getKeyMetrics());return(0,v.jsx)($.A,{loading:void 0===t||void 0===i,width:"100%",smallHeight:"59px",height:"71px",children:(0,v.jsx)(Navigation,{})})}var xe,je;function Te(){return Te=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Te.apply(null,arguments)}const Me=e=>u.createElement("svg",Te({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),xe||(xe=u.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),je||(je=u.createElement("path",{fill:"currentColor",d:"M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"})));var Se=i(20898),Ee=i(59323),Ce=i(8143);const we=function EntityHeader(){const e=(0,Z.A)(),t=(0,ee.Ay)(),n=(0,d.useSelect)(e=>e(P.O4).getCurrentEntityTitle()),o=(0,d.useSelect)(e=>e(P.O4).getCurrentEntityURL()),s=(0,u.useRef)(),[r,a]=(0,u.useState)(o),l=(0,u.useCallback)(()=>{if(!s.current)return;const e=s.current.clientWidth-40,t=i.g.getComputedStyle(s.current.lastChild,null).getPropertyValue("font-size"),n=2*e/parseFloat(t);a((0,Ce.r0)(o,n))},[o]),c=(0,K.A)(l,150);(0,h.A)("resize",c);const{navigateTo:p}=(0,d.useDispatch)(H.M),m=(0,d.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-dashboard")),f=(0,u.useCallback)(()=>{(0,k.sx)(`${e}_navigation`,"return_to_dashboard"),p(m)},[m,p,e]);return ee.oE!==t||null===o||null===n?null:(0,v.jsxs)("div",{className:"googlesitekit-entity-header",children:[(0,v.jsx)("div",{className:"googlesitekit-entity-header__back",children:(0,v.jsx)(y.Button,{icon:(0,v.jsx)(Me,{width:24,height:24}),"aria-label":(0,g.__)("Back to dashboard","google-site-kit"),onClick:f,text:!0,tertiary:!0,children:(0,g.__)("Back to dashboard","google-site-kit")})}),(0,v.jsxs)("div",{ref:s,className:"googlesitekit-entity-header__details",children:[(0,v.jsx)(Ee.A,{children:n}),(0,v.jsx)(Se.A,{href:o,"aria-label":o,secondary:!0,external:!0,children:r})]})]})};var De;function Oe(){return Oe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Oe.apply(null,arguments)}const Re=e=>u.createElement("svg",Oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 10"},e),De||(De=u.createElement("path",{fill:"currentColor",d:"M8 1.333c2.756 0 5.214 1.42 6.415 3.667-1.2 2.247-3.659 3.667-6.415 3.667S2.785 7.247 1.585 5C2.785 2.753 5.244 1.333 8 1.333M8 0C4.364 0 1.258 2.073 0 5c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5m0 3.333c1.004 0 1.818.747 1.818 1.667S9.004 6.667 8 6.667 6.182 5.92 6.182 5 6.996 3.333 8 3.333M8 2C6.196 2 4.727 3.347 4.727 5S6.197 8 8 8s3.273-1.347 3.273-3S9.803 2 8 2"})));var Le=i(13606);function Description(){const e=(0,Z.A)(),t=(0,d.useSelect)(e=>e(b.oR).hasCapability(b.ej)),i=(0,d.useSelect)(e=>e(P.O4).getProxySetupURL()),n=(0,d.useSelect)(e=>e(P.O4).getDocumentationLinkURL("dashboard-sharing")),{navigateTo:o}=(0,d.useDispatch)(H.M),s=(0,u.useCallback)(async t=>{t.preventDefault(),await Promise.all([(0,I.SO)("start_user_setup",!0),(0,k.sx)(`${e}_headerbar_viewonly`,"start_user_setup",i?"proxy":"custom-oauth")]),o(i)},[i,o,e]),r=(0,u.useCallback)(()=>{(0,k.sx)(`${e}_headerbar_viewonly`,"click_learn_more_link")},[e]),a=t?(0,Le.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <strong>Sign in to connect more services and control sharing access.</strong>","google-site-kit"),{strong:(0,v.jsx)("strong",{})}):(0,Le.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <a>Learn more</a>","google-site-kit"),{a:(0,v.jsx)(Se.A,{href:n,onClick:r,"aria-label":(0,g.__)("Learn more about dashboard sharing","google-site-kit"),external:!0})});return(0,v.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__description",children:[(0,v.jsx)(Ee.A,{children:a}),t&&(0,v.jsx)(y.Button,{onClick:s,children:(0,g._x)("Sign in with Google","Service name","google-site-kit")})]})}var ze=i(37226);function Service({module:e}){const t=(0,d.useSelect)(e=>e(b.oR).hasCapability(b.ej)),{name:i,owner:n}=(0,d.useSelect)(t=>t(ze.i).getModule(e)||{}),o=(0,d.useSelect)(t=>t(ze.i).getModuleIcon(e));return(0,v.jsxs)("li",{className:"googlesitekit-view-only-menu__service",children:[(0,v.jsx)("span",{className:"googlesitekit-view-only-menu__service--icon",children:(0,v.jsx)(o,{height:26})}),(0,v.jsx)("span",{className:"googlesitekit-view-only-menu__service--name",children:i}),t&&n?.login&&(0,v.jsx)("span",{className:"googlesitekit-view-only-menu__service--owner",children:(0,Le.A)((0,g.sprintf)(/* translators: %s: module owner Google Account email address */ /* translators: %s: module owner Google Account email address */ (0,g.__)("Shared by <strong>%s</strong>","google-site-kit"),n.login),{strong:(0,v.jsx)("strong",{title:n.login})})})]})}Service.propTypes={module:r().string.isRequired};var Pe=i(15167);function SharedServices(){const e=(0,d.useSelect)(e=>e(b.oR).getViewableModules());return void 0===e?null:(0,v.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,v.jsx)(Pe.A,{as:"h4",size:"large",type:"title",children:(0,g.__)("Shared services","google-site-kit")}),(0,v.jsx)("ul",{children:e.map(e=>(0,v.jsx)(Service,{module:e},e))})]})}var Be=i(82167);function Tracking(){const e=(0,Z.A)();return(0,v.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,v.jsx)(Ee.A,{children:(0,Le.A)((0,g.__)("Thanks for using Site Kit!<br />Help us make it even better","google-site-kit"),{br:(0,v.jsx)("br",{})})}),(0,v.jsx)(Be.A,{trackEventCategory:`${e}_headerbar_viewonly`,alignCheckboxLeft:!0})]})}var He=i(74595);function ManageEmailReports(){const{setValue:e}=(0,He.wA)(B.n);return(0,v.jsxs)(u.Fragment,{children:[(0,v.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,v.jsx)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__email-reporting",children:(0,v.jsx)("ul",{className:"googlesitekit-view-only-menu",children:(0,v.jsx)("li",{className:"googlesitekit-view-only-menu__email-reporting-item",children:(0,v.jsx)(y.Button,{onClick:()=>e(G.Q,!0),icon:(0,v.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--icon",children:(0,v.jsx)(z,{width:"24"})}),tertiary:!0,children:(0,v.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--name",children:(0,g.__)("Manage email reports","google-site-kit")})})})})})]})}function ViewOnlyMenu(){const e=(0,W.i)("proactiveUserEngagement"),[t,i]=(0,u.useState)(!1),n=(0,u.useRef)(),o=(0,Z.A)();(0,m.A)(n,()=>i(!1)),(0,Y.l)([f._f,f.wn],n,()=>i(!1));const s=(0,u.useCallback)(()=>{t||(0,k.sx)(`${o}_headerbar`,"open_viewonly"),i(!t)},[t,o]),r=(0,d.useSelect)(e=>e(b.oR).hasCapability(b.ej));return(0,v.jsxs)("div",{ref:n,className:l()("googlesitekit-view-only-menu","googlesitekit-dropdown-menu","googlesitekit-dropdown-menu__icon-menu","mdc-menu-surface--anchor",{"googlesitekit-view-only-menu--user-can-authenticate":r}),children:[(0,v.jsx)(y.Button,{className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--phone googlesitekit-button-icon",onClick:s,icon:(0,v.jsx)("span",{className:"mdc-button__icon","aria-hidden":"true",children:(0,v.jsx)(Re,{className:"mdc-button__icon--image"})}),"aria-haspopup":"menu","aria-expanded":t,"aria-controls":"view-only-menu","aria-label":(0,g.__)("View only","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,g.__)("View only","google-site-kit")}),(0,v.jsxs)(y.Menu,{menuOpen:t,onSelected:s,id:"view-only-menu",nonInteractive:!0,children:[(0,v.jsx)(Description,{}),(0,v.jsx)(SharedServices,{}),e&&(0,v.jsx)(ManageEmailReports,{}),(0,v.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,v.jsx)(Tracking,{})]})]})}var Ue=i(71423),Ge=i(53137),Ye=i(77513);function CoreSiteBannerNotification({id:e,...t}){const{dismissNotification:i,acceptNotification:n}=(0,d.useDispatch)(P.O4),o=(0,u.useCallback)(()=>{n(e)},[e,n]),s=(0,u.useCallback)(()=>{i(e)},[e,i]);return(0,v.jsx)(Ye.A,{onCTAClick:o,onDismissClick:s,...t,id:e})}CoreSiteBannerNotification.propTypes={content:r().string,ctaLabel:r().string,ctaTarget:r().string,ctaURL:r().string,dismissLabel:r().string,dismissible:r().bool,gaTrackingEventArgs:r().object,id:r().string.isRequired,learnMoreLabel:r().string,learnMoreURL:r().string,title:r().string.isRequired},CoreSiteBannerNotification.defaultProps={content:"",ctaLabel:"",ctaTarget:"",ctaURL:"",dismissLabel:(0,g.__)("OK, Got it!","google-site-kit"),dismissible:!0,learnMoreLabel:"",learnMoreURL:""};const Ze=CoreSiteBannerNotification;const Ve=function CoreSiteBannerNotifications(){const e=(0,Z.A)(),[t,i]=(0,u.useState)(!1),[n,o]=(0,u.useState)(!1),s=(0,u.useRef)(Date.now()),r=(0,d.useSelect)(e=>e(P.O4).isUsingProxy()&&!1===e(b.oR).areSurveysOnCooldown()?e(b.oR).getCurrentSurvey():null),[a,l]=(0,u.useState)([]),{registerNotification:c}=(0,d.useDispatch)(Ue.D),g=(0,d.useSelect)(e=>e(P.O4).getNotifications());return(0,u.useEffect)(()=>{const e=setTimeout(()=>{n||i(!0)},5e3);return()=>{clearTimeout(e)}},[n]),(0,u.useEffect)(()=>{Math.floor((Date.now()-s.current)/1e3)<5&&r&&o(!0)},[s,r,o]),(0,u.useEffect)(()=>{t&&!n&&g?.forEach(t=>{if(a.includes(t.id))return;const i={category:`${e}_remote-site-notification`,label:t.id};c(t.id,{Component:({Notification:e})=>(0,v.jsx)(e,{gaTrackingEventArgs:i,children:(0,v.jsx)(Ze,{...t,gaTrackingEventArgs:i})}),priority:t.priority,areaSlug:Ge.bI.HEADER,isDismissible:t.dismissible}),l(e=>(e.push(t.id),e))})},[e,n,g,c,a,t]),null};var We=i(90007),Fe=i(43569);function InternalServerError(){const e=(0,d.useSelect)(e=>e(P.O4).getInternalServerError());return e?(0,v.jsx)(Fe.A,{id:"internal-server-error",children:(0,v.jsx)(We.A,{notificationID:"internal-server-error",type:We.Q.ERROR,title:e.title,description:e.description})}):null}function LegacyNotifications(){const e=(0,Q.A)(),t=(0,ee.Ay)(),i=(0,d.useSelect)(e=>e(b.oR).isAuthenticated());return(0,v.jsxs)(u.Fragment,{children:[(0,v.jsx)(InternalServerError,{}),!e&&t===ee.Oo&&i&&(0,v.jsx)(Ve,{})]})}var Qe=i(74995);function Header({children:e,subHeader:t,showNavigation:i}){const n=!!(0,ee.Ay)(),o=(0,Q.A)();!function(){const e=(0,Z.A)(),t=(0,d.useSelect)(e=>e(P.O4).isUsingProxy()),i=(0,d.useSelect)(e=>e(P.O4).getSetupErrorMessage());(0,u.useEffect)(()=>{i||void 0===t||async function(){const i=await(0,I.Gq)("start_user_setup"),n=await(0,I.Gq)("start_site_setup");i.cacheHit&&(await(0,I.LD)("start_user_setup"),(0,k.sx)(`${e}_setup`,"complete_user_setup",t?"proxy":"custom-oauth")),n.cacheHit&&(await(0,I.LD)("start_site_setup"),(0,k.sx)(`${e}_setup`,"complete_site_setup",t?"proxy":"custom-oauth"))}()},[e,t,i])}();const s=(0,d.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-dashboard")),r=(0,d.useSelect)(e=>e(b.oR).isAuthenticated()),[a,m]=(0,c.A)({childList:!0}),h=!!m.target?.childElementCount;return(0,v.jsxs)(u.Fragment,{children:[(0,v.jsx)("header",{className:l()("googlesitekit-header",{"googlesitekit-header--has-subheader":h,"googlesitekit-header--has-navigation":i}),children:(0,v.jsx)(F.xA,{children:(0,v.jsxs)(F.fI,{children:[(0,v.jsx)(F.fh,{smSize:1,mdSize:2,lgSize:4,className:"googlesitekit-header__logo",alignMiddle:!0,children:(0,v.jsx)(Se.A,{"aria-label":(0,g.__)("Go to dashboard","google-site-kit"),className:"googlesitekit-header__logo-link",href:s,children:(0,v.jsx)(p.A,{})})}),(0,v.jsxs)(F.fh,{smSize:3,mdSize:6,lgSize:8,className:"googlesitekit-header__children",alignMiddle:!0,children:[e,!r&&n&&o&&(0,v.jsx)(ViewOnlyMenu,{}),r&&!o&&(0,v.jsx)(UserMenu,{})]})]})})}),(0,v.jsx)("div",{className:"googlesitekit-subheader",ref:a,children:t}),i&&(0,v.jsx)(DashboardNavigation,{}),(0,v.jsx)(we,{}),(0,v.jsx)(LegacyNotifications,{}),(0,v.jsx)(Qe.A,{areaSlug:Ge.bI.HEADER})]})}Header.displayName="Header",Header.propTypes={children:r().node,subHeader:r().element,showNavigation:r().bool},Header.defaultProps={children:null,subHeader:null};const $e=Header},12850:(e,t,i)=>{i.d(t,{tt:()=>x,Jg:()=>A,Gp:()=>b,GH:()=>N,r0:()=>v,Du:()=>j,Zf:()=>Z,Cn:()=>P,G7:()=>f,vH:()=>h,N_:()=>D,zh:()=>W,mK:()=>g.mK,Ql:()=>T,vY:()=>z,sq:()=>S,VZ:()=>B.VZ,JK:()=>g.JK,IS:()=>C,pH:()=>B.pH,kf:()=>U,O5:()=>w,Qr:()=>M,x6:()=>H,K5:()=>g.K5,S_:()=>m,dc:()=>B.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>Y.D,N9:()=>G,p9:()=>s.p,XH:()=>E,Zm:()=>l,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>s.C,BG:()=>V});var n=i(17243),o=i(89318),s=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let n=e[i];n&&"object"==typeof n&&!Array.isArray(n)&&(n=c(n)),t[i]=n}),t}var g=i(79829);function u(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function d(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[u,d,p];let i=e;for(const e of t)i=e(i);return i}function h(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var y=i(32091),_=i.n(y),k=i(82871);const I="Date param must construct to a valid date instance or be a valid date instance itself.",N="Invalid dateString parameter, it must be a string.",b='Invalid date range, it must be a string with the format "last-x-days".',v=60,A=60*v,x=24*A,j=7*x;function T(){function e(e){return(0,k.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,k._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function M(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function S(e){_()((0,n.isDate)(e)&&!isNaN(e),I);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function E(e){_()(M(e),N);const[t,i,n]=e.split("-");return new Date(t,i-1,n)}function C(e,t){return S(D(e,t*x))}function w(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function D(e,t){_()(M(e)||(0,n.isDate)(e)&&!isNaN(e),N);const i=M(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var O=i(69743),R=i(94552),L=i(62540);function z(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,O.Ay)((0,L.jsx)(R.A,{direction:e>0?"up":"down",invertColor:i}))}function P(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var B=i(8143);function H(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function U(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function G(e){return Array.isArray(e)?[...e].sort():e}var Y=i(2522);function Z(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function V(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function W(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},13206:(e,t,i)=>{var n=i(131),o=i(78325),s=i(12701),r=i(17243),a=i(63696),l=i(13606),c=i(82871),g=i(50539),u=i(49383),d=i(45472),p=i(93896),m=i(58116),h=i(37226),f=i(99897),y=i(55527),_=i(72455),k=i(12755),I=i(99620),N=i(77967),b=i(15167),v=i(59323),A=i(40409),x=i(3555),j=i(99234),T=i(64078),M=i(60460),S=i(85149),E=i(20068),C=i(62540);function KeyMetricsSetupApp(){const e=(0,g.useSelect)(e=>e(p.O4).getAdminURL("googlesitekit-dashboard")),t=(0,g.useSelect)(e=>e(m.oR).getUserInputSettings()),i=(0,g.useSelect)(e=>e(m.oR).isSavingUserInputSettings(t)),n=(0,g.useSelect)(e=>e(d.M).isNavigating()),o=(0,g.useSelect)(e=>e(h.i).isModuleConnected(f.L1)),s=(0,g.useSelect)(e=>e(m.oR).getErrorForAction("saveUserInputSettings",[])),w=(0,g.useSelect)(e=>e(m.oR).getUserInputSetting(M.a3)||[]),{saveUserInputSettings:D}=(0,g.useDispatch)(m.oR),{navigateTo:O}=(0,g.useDispatch)(d.M),R=(0,a.useCallback)(async()=>{if(!(await D()).error){const t=new URL(e);O(t.toString())}},[D,e,O]),L=i||n,z=(0,g.useSelect)(e=>e(_.K9).isFetchingSyncAvailableCustomDimensions()),P=(0,g.useSelect)(e=>e(_.K9).isSyncingAudiences()),B=z||P,{fetchSyncAvailableCustomDimensions:H,syncAvailableAudiences:U}=(0,g.useDispatch)(_.K9);(0,a.useEffect)(()=>{U(),H()},[U,H]);const G=(0,a.useCallback)(()=>{L||B||R()},[L,B,R]),{USER_INPUT_ANSWERS_PURPOSE:Y}=(0,M.Dc)(),{USER_INPUT_ANSWERS_PURPOSE:Z}=(0,M.B$)(),[V]=(0,E.A)("showProgress"),W=V?(0,C.jsx)(A.A,{totalSegments:6,currentSegment:4}):null;return(0,C.jsxs)(a.Fragment,{children:[(0,C.jsx)(k.A,{subHeader:W}),(0,C.jsx)("div",{className:"googlesitekit-key-metrics-setup",children:(0,C.jsx)(y.xA,{children:(0,C.jsx)(y.fI,{children:(0,C.jsx)(y.fh,{size:12,children:(0,C.jsxs)(I.A,{rounded:!0,children:[(0,C.jsx)(b.A,{as:"h1",type:"headline",size:"medium",children:(0,c.__)("Tell us your main goal to get tailored metrics","google-site-kit")}),(0,C.jsx)(b.A,{as:"h2",type:"body",size:"large",children:(0,c.__)("Which option most closely matches the purpose of your site?","google-site-kit")}),(0,C.jsx)(v.A,{className:"googlesitekit-key-metrics-setup__description",type:"body",size:"small",children:(0,l.A)((0,c.__)("Even if multiple options apply to your site, select the one that applies the most.<br />You can also answer or edit your response later in Settings.","google-site-kit"),{br:(0,C.jsx)("br",{})})}),(0,C.jsx)(x.A,{slug:M.a3,max:M.Ax[M.a3],options:(0,r.omit)(Y,"other"),descriptions:Z}),s&&(0,C.jsx)(N.A,{error:s,Icon:S.A}),(0,C.jsx)(u.SpinnerButton,{onClick:G,isSaving:L||B,disabled:(0,T.A)(w)||B,children:(0,c.__)("Complete setup","google-site-kit")})]})})})})}),o&&(0,C.jsx)(j.A,{title:(0,c.__)("Google Analytics was successfully set up","google-site-kit")})]})}var w=i(24558);(0,n.A)(()=>{const e=document.getElementById("js-googlesitekit-key-metrics-setup");e&&(0,o.render)((0,C.jsx)(s.A,{viewContext:w.s3,children:(0,C.jsx)(KeyMetricsSetupApp,{})}),e)})},14007:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(47209),o=i(62688),s=i.n(o),r=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,r.useState)(document.createElement("div"));return(0,n.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:s().string,children:s().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:n="span",children:o,...s}){return(0,l.jsx)(n,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...s,children:o})}Typography.propTypes={className:o().string,type:o().oneOf(a.tT),size:o().oneOf(a.oJ),as:o().oneOfType([o().string,o().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>o});var n=i(31234);const o=i.n(n)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var n=i(55620),o=i(99123);const s={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=s){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,u]=(0,n._)("undefined"==typeof document?[l,c]:a,t,i);function d(){return u(a)}return(0,o.A)(r,"resize",d),(0,o.A)(r,"orientationchange",d),g}function c(e){return l(e)[0]}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:r()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:o().string,children:o().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),o=i(82286),s=i(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,r=i.g){const[a,l]=(0,n.useState)((0,o.d)(r.location.href,e)||t);return[a,function(t){l(t);const i=(0,s.F)(r.location.href,{[e]:t});r.history.replaceState(null,"",i)}]}},20898:(e,t,i)=>{i.d(t,{A:()=>M});var n,o=i(4452),s=i.n(o),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),g=i(82871);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},u.apply(null,arguments)}const d=e=>c.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),n||(n=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},m.apply(null,arguments)}const h=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var f;function y(){return y=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},y.apply(null,arguments)}const _=e=>c.createElement("svg",y({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),f||(f=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var k=i(83366),I=i(84385),N=i(62540);const b="BUTTON",v="BUTTON_DISABLED",A="EXTERNAL_LINK",x="LINK",j="ROUTER_LINK",T=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:n=!1,arrow:o=!1,back:r=!1,caps:a=!1,children:c,className:u="",danger:p=!1,disabled:m=!1,external:f=!1,hideExternalIndicator:y=!1,href:T="",inverse:M=!1,noFlex:S=!1,onClick:E,small:C=!1,standalone:w=!1,linkButton:D=!1,to:O,leadingIcon:R,trailingIcon:L,...z}=e;const P=T||O||!E?O?j:f?A:x:m?v:b;const B=P===b||P===v?"button":P===j?l.N_:"a",H=function(){let e;return P===A&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===v&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let U=R,G=L;return r&&(U=(0,N.jsx)(_,{width:14,height:14})),f&&!y&&(G=(0,N.jsx)(k.A,{width:14,height:14})),o&&!M&&(G=(0,N.jsx)(d,{width:14,height:14})),o&&M&&(G=(0,N.jsx)(h,{width:14,height:14})),(0,N.jsxs)(B,{"aria-label":H,className:s()("googlesitekit-cta-link",u,{"googlesitekit-cta-link--secondary":n,"googlesitekit-cta-link--inverse":M,"googlesitekit-cta-link--small":C,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":w,"googlesitekit-cta-link--link-button":D,"googlesitekit-cta-link--no-flex":!!S}),disabled:m,href:P!==x&&P!==A||m?void 0:T,onClick:E,rel:P===A?"noopener noreferrer":void 0,ref:t,target:P===A?"_blank":void 0,to:O,...z,children:[!!U&&(0,N.jsx)(I.A,{marginRight:5,children:U}),(0,N.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!G&&(0,N.jsx)(I.A,{marginLeft:5,children:G})]})});T.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const M=T},21134:(e,t,i)=>{i.d(t,{Gq:()=>u,IL:()=>h,LD:()=>p,SO:()=>d,a2:()=>o,xD:()=>m});var n=i(12850);const o="googlesitekit_",s=`${o}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function u(e){const t=await g();if(t){const i=t.getItem(`${s}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:n,value:o,isError:s}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:o,isError:s}}}return{cacheHit:!1,value:void 0}}async function d(e,t,{ttl:o=n.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${s}${e}`,JSON.stringify({timestamp:r,ttl:o,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(o)?e:`${s}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const n=e.key(i);0===n.indexOf(o)&&t.push(n)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function h(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},22821:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(24558);function o(e){return n.kz.includes(e)}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:n,padding:o,smallWidth:s,smallHeight:c,tabletWidth:g,tabletHeight:u,desktopWidth:d,desktopHeight:p}){const m=(0,a.dv)(),h={width:{[a.mp]:s,[a.Lg]:g,[a.Fo]:d,[a.Qb]:d},height:{[a.mp]:c,[a.Lg]:u,[a.Fo]:p,[a.Qb]:d}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":o}),style:{width:h.width[m]||t,height:h.height[m]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===n})})})}PreviewBlock.propTypes={className:o().string,width:o().string,height:o().string,shape:o().string,padding:o().bool,smallWidth:o().string,smallHeight:o().string,tabletWidth:o().string,tabletHeight:o().string,desktopWidth:o().string,desktopHeight:o().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>s,CZ:()=>g,Ej:()=>v,Gw:()=>A,Is:()=>r,KK:()=>d,Nn:()=>j,OT:()=>N,SH:()=>I,Y$:()=>p,ZS:()=>a,bg:()=>f,en:()=>b,ep:()=>h,f7:()=>o,hi:()=>m,jU:()=>n,k$:()=>_,kz:()=>x,ly:()=>l,mo:()=>y,s3:()=>k,uR:()=>c,zx:()=>u});const n="mainDashboard",o="entityDashboard",s="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",u="adminBarViewOnly",d="settings",p="adBlockingRecovery",m="wpDashboard",h="wpDashboardViewOnly",f="moduleSetup",y="metricSelection",_="wpBlockEditor",k="keyMetricsSetup",I="key-metrics",N="traffic",b="content",v="speed",A="monetization",x=[n,o,s,r,a,c,d,f,y],j=[s,r,u,h]},27333:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(35470),o=i(78340);function s(e,t){return(0,n.A)(i=>{const{getValue:n}=i(o.s);return n(e,t)},[e,t])}},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var n=i(62688),o=i.n(n),s=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,s.__)("Maybe later","google-site-kit"),onClick:i,disabled:n,tertiary:o=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:n,tertiary:o,children:t}):null}DismissButton.propTypes={className:o().string,label:o().string,onClick:o().func,disabled:o().bool,tertiary:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},29898:(e,t,i)=>{i.d(t,{A:()=>LoadingWrapper});var n=i(62688),o=i.n(n),s=i(23224),r=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,r.jsx)(s.A,{...i}):t}LoadingWrapper.propTypes={loading:o().bool,children:o().node,...s.A.propTypes}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var n=i(62688),o=i.n(n),s=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,s.__)("Learn more","google-site-kit"),external:n=!0,onClick:o=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:o,external:n,children:i}):null}LearnMoreLink.propTypes={href:o().string.isRequired,className:o().string,label:o().string,external:o().bool,onClick:o().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>s,Lg:()=>r,Qb:()=>o,dv:()=>l,mp:()=>a});var n=i(15577);const o="xlarge",s="desktop",r="tablet",a="small";function l(){const e=(0,n.SO)();return e>1280?o:e>960?s:e>600?r:a}},35323:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(24558),o=i(77766);function s(){const e=(0,o.A)();return n.Nn.includes(e)}},37226:(e,t,i)=>{i.d(t,{U:()=>o,i:()=>n});const n="core/modules",o="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>h,ei:()=>y});var n=i(15844),o=i(36703),s=i(62688),r=i.n(s),a=i(82871),l=i(50539),c=i(7081),g=i(58116),u=i(89318),d=i(60592),p=i(77766),m=i(62540);const h={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},f={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},y={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},_={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:s,callback:r}){const a=`${t}-step`,k=`${t}-run`,{setValue:I}=(0,l.useDispatch)(c.n),{dismissTour:N}=(0,l.useDispatch)(g.oR),b=(0,l.useRegistry)(),v=(0,p.A)(),A=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),x=(0,l.useSelect)(e=>e(c.n).getValue(k)&&!1===e(g.oR).isTourDismissed(t));(0,n.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),I(k,!0)});const j=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(o.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:n,status:r,type:a}){const l=e+1,c="function"==typeof s?s(v):s;a===o.qY.TOOLTIP&&i===o.VD.TOOLTIP?(0,u.sx)(c,_.VIEW,l):t===o.kl.CLOSE&&i===o.VD.COMPLETE?(0,u.sx)(c,_.DISMISS,l):t===o.kl.NEXT&&r===o.XQ.FINISHED&&a===o.qY.TOUR_END&&n===l&&(0,u.sx)(c,_.COMPLETE,l),i===o.VD.COMPLETE&&r!==o.XQ.FINISHED&&(t===o.kl.PREV&&(0,u.sx)(c,_.PREV,l),t===o.kl.NEXT&&(0,u.sx)(c,_.NEXT,l))}(e);const{action:n,index:l,status:c,step:g,type:d}=e,p=n===o.kl.CLOSE,m=!p&&[o.qY.STEP_AFTER,o.qY.TARGET_NOT_FOUND].includes(d),h=[o.XQ.FINISHED,o.XQ.SKIPPED].includes(c),f=p&&d===o.qY.STEP_AFTER,y=h||f;if(o.qY.STEP_BEFORE===d){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){I(a,e+(t===o.kl.PREV?-1:1))}(l,n):y&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),N(t)),r&&r(e,b)},floaterProps:y,locale:f,run:x,stepIndex:A,steps:j,styles:h,tooltipComponent:d.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:r().arrayOf(r().object).isRequired,tourID:r().string.isRequired,gaEventCategory:r().oneOfType([r().string,r().func]).isRequired,callback:r().func}},40409:(e,t,i)=>{i.d(t,{A:()=>ProgressIndicator});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(62540);function ProgressIndicator({currentSegment:e=0,totalSegments:t=0,className:i}){return(0,a.jsxs)("div",{style:{gridTemplateColumns:`46px repeat(${t||1}, 1fr)`},className:o()("googlesitekit-progress-indicator",i),children:[(0,a.jsx)("div",{className:o()("googlesitekit-progress-indicator__segment")}),t>0&&Array.from(Array(e+1).keys()).map(i=>(0,a.jsx)("div",{className:o()("googlesitekit-progress-indicator__segment",{"googlesitekit-progress-indicator__segment--final":e+1===t})},i))]})}ProgressIndicator.propTypes={currentSegment:r().number,totalSegments:r().number,className:r().string}},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},43569:(e,t,i)=>{i.d(t,{A:()=>Notification});var n=i(62688),o=i.n(n),s=i(63696),r=i(50539),a=i(7081),l=i(71423),c=i(89362);function g(e){return`notification/${e}/viewed`}function u(e){return(0,r.useSelect)(t=>!!t(a.n).getValue(g(e)),[e])}function ViewedStateObserver({id:e,observeRef:t,threshold:i}){const n=(0,c.A)(t,{threshold:i}),{setValue:o}=(0,r.useDispatch)(a.n),{markNotificationSeen:g}=(0,r.useDispatch)(l.D),d=!!n?.isIntersecting,p=u(e),m=(0,s.useRef)();function h(){m.current&&clearTimeout(m.current)}return(0,s.useEffect)(()=>(!p&&d?(h(),m.current=setTimeout(()=>{n?.isIntersecting&&(o(u.getKey(e),!0),g(e))},3e3)):!d&&m.current&&h(),()=>{h()}),[p,d,o,g,e,n]),null}u.getKey=g,ViewedStateObserver.propTypes={id:o().string,observeRef:o().object,threshold:o().number};var d=i(7070),p=i(62540);function Notification({id:e,className:t,gaTrackingEventArgs:i,children:n,onView:o}){const a=(0,s.useRef)(),c=u(e),g=(0,d.A)(e,i?.category,{viewAction:i?.viewAction}),[m,h]=(0,s.useState)(!1),f=(0,r.useSelect)(t=>t(l.D).getNotificationSeenDates(e)),{dismissNotification:y}=(0,r.useDispatch)(l.D);return(0,s.useEffect)(()=>{!m&&c&&(g.view(i?.label,i?.value),o?.(),h(!0)),f?.length>=3&&y(e,{skipHidingFromQueue:!0})},[c,g,m,i,o,f,y,e]),(0,p.jsxs)("section",{id:e,ref:a,className:t,children:[n,!c&&(0,p.jsx)(ViewedStateObserver,{id:e,observeRef:a,threshold:.5})]})}Notification.propTypes={id:o().string,className:o().string,gaTrackingEventArgs:o().shape({category:o().string,viewAction:o().string,label:o().string,value:o().string}),children:o().node,onView:o().func}},44949:(e,t,i)=>{i.r(t),i.d(t,{CONTEXT_ENTITY_DASHBOARD_CONTENT:()=>c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:()=>u,CONTEXT_ENTITY_DASHBOARD_SPEED:()=>g,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:()=>l,CONTEXT_MAIN_DASHBOARD_CONTENT:()=>s,CONTEXT_MAIN_DASHBOARD_KEY_METRICS:()=>n,CONTEXT_MAIN_DASHBOARD_MONETIZATION:()=>a,CONTEXT_MAIN_DASHBOARD_SPEED:()=>r,CONTEXT_MAIN_DASHBOARD_TRAFFIC:()=>o,default:()=>d});const n="mainDashboardKeyMetrics",o="mainDashboardTraffic",s="mainDashboardContent",r="mainDashboardSpeed",a="mainDashboardMonetization",l="entityDashboardTraffic",c="entityDashboardContent",g="entityDashboardSpeed",u="entityDashboardMonetization",d={CONTEXT_MAIN_DASHBOARD_KEY_METRICS:n,CONTEXT_MAIN_DASHBOARD_TRAFFIC:o,CONTEXT_MAIN_DASHBOARD_CONTENT:s,CONTEXT_MAIN_DASHBOARD_SPEED:r,CONTEXT_MAIN_DASHBOARD_MONETIZATION:a,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:l,CONTEXT_ENTITY_DASHBOARD_CONTENT:c,CONTEXT_ENTITY_DASHBOARD_SPEED:g,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:u}},45472:(e,t,i)=>{i.d(t,{M:()=>n});const n="core/location"},47121:(e,t,i)=>{i.d(t,{$C:()=>T,RF:()=>j,WI:()=>A,_5:()=>N,jU:()=>I,o3:()=>k,x0:()=>v});var n=i(32091),o=i.n(n),s=i(50532),r=i.n(s),a=i(17243),l=i(78913);const c="GET_REGISTRY",g="AWAIT";function u(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=b(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return o()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const d=u,p=u;function m(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,n={})=>t.reduce((e,t)=>t(e,n),e)}const h=u,f=u,y=u;function _(e){return e}function k(...e){const t=y(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:d(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||_)),resolvers:h(...e.map(e=>e.resolvers||{})),selectors:f(...e.map(e=>e.selectors||{}))}}const I={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:g}}},N={[c]:(0,l.b)(e=>()=>e),[g]:({payload:e})=>e.value};function b(e){const t=[],i={};for(let n=0;n<e.length;n++){const o=e[n];i[o]=i[o]>=1?i[o]+1:1,i[o]>1&&t.push(o)}return t}const v={actions:I,controls:N,reducer:_};function A(e){return t=>x(e(t))}const x=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const n=e(...i);return o()(void 0!==n,`${t}(...) is not resolved`),n}));function j(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(n,...o)=>{const s=!t,r=!!t;try{return e(i,n,...o),s}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...n)=>{e(t,i,...n)})}}function T(e,t){return o()("function"==typeof e,"a validator function is required."),o()("function"==typeof t,"an action creator function is required."),o()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>n});const n={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var n=i(18117),o=i(17243),s=i(63696);function r(...e){const t=(0,n.MA)(()=>(0,o.debounce)(...e),e);return(0,s.useEffect)(()=>()=>t.cancel(),[t]),t}},53137:(e,t,i)=>{i.d(t,{FQ:()=>s,He:()=>a,bI:()=>r,rq:()=>o,ui:()=>n});const n="warning-notification-gtg",o="gtg-setup-cta",s={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54312:(e,t,i)=>{i.d(t,{A:()=>GenericErrorHandlerActions});var n=i(62688),o=i.n(n),s=i(82871),r=i(20898),a=i(38021),l=i.n(a),c=i(63696),g=i(12417),u=i(1027),d=i(65123),p=i(49383),m=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,n]=(0,c.useState)(!1);return(0,m.jsx)(p.Button,{"aria-label":i?(0,s.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),n(!0)},trailingIcon:(0,m.jsx)(g.A,{className:"mdc-button__icon",icon:i?u.A:d.A}),children:i?(0,s.__)("Copied to clipboard","google-site-kit"):(0,s.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:o().string,componentStack:o().string};const h=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,m.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,m.jsx)(h,{message:e,componentStack:t}),(0,m.jsx)(r.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,s.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:o().string,componentStack:o().string}},55527:(e,t,i)=>{i.d(t,{$z:()=>o.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>n.N,P3:()=>r.P,Si:()=>s.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var n=i(91046),o=i(3412),s=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>p,BT:()=>D,CQ:()=>j,DF:()=>W,GM:()=>x,GT:()=>_,HA:()=>z,HD:()=>d,HP:()=>w,J5:()=>B,JF:()=>M,JK:()=>f,Ml:()=>h,SS:()=>O,UF:()=>g,UY:()=>Y,Vl:()=>R,W6:()=>V,Xq:()=>T,YQ:()=>S,Yw:()=>G,dV:()=>C,dX:()=>A,ej:()=>c,em:()=>s,ep:()=>b,fu:()=>I,gC:()=>k,hz:()=>m,jx:()=>u,lV:()=>l,nH:()=>P,oR:()=>n,od:()=>a,p3:()=>y,pG:()=>v,qv:()=>o,qy:()=>E,t1:()=>Z,t7:()=>U,tB:()=>N,tK:()=>H,u_:()=>L});const n="core/user",o="connected_url_mismatch",s="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",u="googlesitekit_view_dashboard",d="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",h="googlesitekit_delegate_module_sharing_management",f="googlesitekit_update_plugins",y="kmAnalyticsAdSenseTopEarningContent",_="kmAnalyticsEngagedTrafficSource",k="kmAnalyticsLeastEngagingPages",I="kmAnalyticsNewVisitors",N="kmAnalyticsPopularAuthors",b="kmAnalyticsPopularContent",v="kmAnalyticsPopularProducts",A="kmAnalyticsReturningVisitors",x="kmAnalyticsTopCities",j="kmAnalyticsTopCitiesDrivingLeads",T="kmAnalyticsTopCitiesDrivingAddToCart",M="kmAnalyticsTopCitiesDrivingPurchases",S="kmAnalyticsTopDeviceDrivingPurchases",E="kmAnalyticsTopConvertingTrafficSource",C="kmAnalyticsTopCountries",w="kmAnalyticsTopPagesDrivingLeads",D="kmAnalyticsTopRecentTrendingPages",O="kmAnalyticsTopTrafficSource",R="kmAnalyticsTopTrafficSourceDrivingAddToCart",L="kmAnalyticsTopTrafficSourceDrivingLeads",z="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",B="kmAnalyticsVisitLength",H="kmAnalyticsTopReturningVisitorPages",U="kmSearchConsolePopularKeywords",G="kmAnalyticsVisitsPerVisitor",Y="kmAnalyticsMostEngagingPages",Z="kmAnalyticsTopCategories",V=[y,_,k,I,N,b,v,A,Z,x,j,T,M,S,E,C,D,O,R,P,B,H,G,Y,Z],W=[...V,U]},59323:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),o=i.n(n),s=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...n}){const o=(0,s.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(o===s.mp?a.Kk:a.Yw),...n,children:i})}c.propTypes={type:o().oneOf(a.tT),size:o().oneOf(a.oJ)}},60460:(e,t,i)=>{i.d(t,{Ax:()=>c,B$:()=>y,Dc:()=>f,Fy:()=>h,KM:()=>a,Tk:()=>u,W:()=>l,a3:()=>s,aq:()=>r,b6:()=>g,cz:()=>p,oG:()=>m,we:()=>d});var n=i(82871),o=i(72455);const s="purpose",r="postFrequency",a="goals",l=[s,r,a],c={[s]:1,[r]:1,[a]:3},g="googlesitekit-user-input-currently-editing",u="user_input_question_number",d="user_input_question_snapshot",p="user-input-legacy-site-purpose-dismissed-item",m={publish_blog:[o.nc.CONTACT,o.nc.GENERATE_LEAD,o.nc.SUBMIT_LEAD_FORM],publish_news:[o.nc.CONTACT,o.nc.GENERATE_LEAD,o.nc.SUBMIT_LEAD_FORM],monetize_content:[],sell_products_or_service:[o.nc.PURCHASE,o.nc.ADD_TO_CART],sell_products:[o.nc.PURCHASE,o.nc.ADD_TO_CART],provide_services:[o.nc.CONTACT,o.nc.GENERATE_LEAD,o.nc.SUBMIT_LEAD_FORM],share_portfolio:[o.nc.CONTACT,o.nc.GENERATE_LEAD,o.nc.SUBMIT_LEAD_FORM],other:[]};function h(){const e=(0,n.__)("Based on your answer, Site Kit will suggest the metrics you see on your dashboard to help you track how close you’re getting to your specific goals","google-site-kit");return[{title:(0,n.__)("What is the main purpose of this site?","google-site-kit"),description:e},{title:(0,n.__)("How often do you create new content for this site?","google-site-kit"),description:e},{title:(0,n.__)("What are your top 3 goals for this site?","google-site-kit"),description:e}]}function f(){return{USER_INPUT_ANSWERS_PURPOSE:{sell_products_or_service:(0,n.__)("Sell products or services","google-site-kit"),sell_products:(0,n.__)("Sell products","google-site-kit"),provide_services:(0,n.__)("Provide services","google-site-kit"),monetize_content:(0,n.__)("Monetize content","google-site-kit"),publish_blog:(0,n.__)("Publish a blog","google-site-kit"),publish_news:(0,n.__)("Publish news content","google-site-kit"),share_portfolio:(0,n.__)("Portfolio or business card","google-site-kit"),other:(0,n.__)("Other","google-site-kit")},USER_INPUT_ANSWERS_POST_FREQUENCY:{never:(0,n.__)("Never","google-site-kit"),daily:(0,n.__)("Daily","google-site-kit"),weekly:(0,n.__)("Weekly","google-site-kit"),monthly:(0,n.__)("Monthly","google-site-kit"),other:(0,n.__)("Other","google-site-kit")},USER_INPUT_ANSWERS_GOALS:{retaining_visitors:(0,n.__)("Retain visitors, turn them into loyal readers or customers","google-site-kit"),improving_performance:(0,n.__)("Improve speed and performance","google-site-kit"),finding_new_topics:(0,n.__)("Find new topics to write about that connect with my audience","google-site-kit"),growing_audience:(0,n.__)("Grow my audience","google-site-kit"),expanding_business:(0,n.__)("Expand my business into new cities, states or markets","google-site-kit"),generating_revenue:(0,n.__)("Generate more revenue","google-site-kit"),generating_leads:(0,n.__)("Generate leads","google-site-kit"),help_better_rank:(0,n.__)("Help my content rank in a better position in Google search results","google-site-kit"),understanding_content_performance:(0,n.__)("Understand which content is performing best","google-site-kit"),encourage_to_post:(0,n.__)("Encouragement to post more frequently","google-site-kit"),other:(0,n.__)("Other","google-site-kit")}}}function y(){return{USER_INPUT_ANSWERS_PURPOSE:{sell_products_or_service:(0,n.__)("E.g. selling products like devices, apparel, equipment, etc. or offering services like courses, consulting, tutoring, etc.","google-site-kit"),sell_products:(0,n.__)("E.g. selling devices, apparel, equipment, etc.","google-site-kit"),provide_services:(0,n.__)("E.g. offering courses, consulting, tutoring, etc.","google-site-kit"),monetize_content:(0,n.__)("Using display ads, affiliate links, sponsored content, etc.","google-site-kit"),publish_blog:(0,n.__)("Writing on a topic you’re passionate about, no focus on monetizing content","google-site-kit"),publish_news:(0,n.__)("E.g. local news, investigative pieces, interviews, etc.","google-site-kit"),share_portfolio:(0,n.__)("My website represents me or my company","google-site-kit"),other:void 0}}}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var n=i(28056),o=i.n(n),s=i(4452),r=i.n(s),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var u=i(72545),d=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:s,size:a,step:l,tooltipProps:m}){const h=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function f(e){return r()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:r()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(o(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(d.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(n.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:h.map(e=>(0,p.jsx)("li",{className:f(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,s.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...s,children:s.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(u.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>s});const n=(0,i(63696).createContext)(""),{Consumer:o,Provider:s}=n,r=n},64067:(e,t,i)=>{i.d(t,{P9:()=>y,k:()=>m,mR:()=>f});var n=i(32091),o=i.n(n),s=i(17243),r=i(50539),a=i.n(r),l=i(21134),c=i(12850);const g="CREATE_SNAPSHOT",u="DELETE_SNAPSHOT",d="RESTORE_SNAPSHOT",p="SET_STATE_FROM_SNAPSHOT";function m(e,{keysToSnapshot:t}={}){o()(e,"storeName is required to create a snapshot store.");const i={},n={*deleteSnapshot(){return yield{payload:{},type:u}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:n}=yield{payload:{},type:d};return i&&(yield{payload:{snapshot:n},type:p},t&&(yield{payload:{},type:u})),i},*createSnapshot(){return yield{payload:{},type:g}}},a={[u]:()=>(0,l.LD)(`datastore::cache::${e}`),[g]:(0,r.createRegistryControl)(i=>()=>{const n=i.stores[e].store.getState(),o=t?.length>0?(0,s.pick)(n,t):n;return(0,l.SO)(`datastore::cache::${e}`,o)}),[d]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:n,controls:a,reducer:function(e=i,{type:n,payload:o}){if(n===p){const{snapshot:i}=o,{error:n,...s}=i;return t?.length>0?{...e,...s}:s}return e}}}function h(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function f(e=a()){return Promise.all(h(e).map(e=>e.getActions().createSnapshot()))}function y(e=a()){return Promise.all(h(e).map(e=>e.getActions().restoreSnapshot()))}},64078:(e,t,i)=>{i.d(t,{A:()=>o,j:()=>s});var n=i(82871);function o(e){return 0===e.length}function s(e,t=1){return 0===e.length?1===t?(0,n.__)("Please select an answer","google-site-kit"):(0,n.__)("Please select at least 1 answer","google-site-kit"):null}},65214:(e,t,i)=>{i.d(t,{G:()=>o,t:()=>n});const n=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=n){return t instanceof Set&&t.has(e)}},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>u,SG:()=>g,db:()=>o,e4:()=>p,vl:()=>d});i(17243);var n=i(82871);const o="missing_required_scopes",s="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===o}function g(e){return[s,r].includes(e?.data?.reason)}function u(e){return!!e?.data?.reconnectURL}function d(e,t){return!(!t?.storeName||g(e)||c(e)||u(e))}function p(e){return e?.code===a?(0,n.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,n.__)("The server provided an invalid response","google-site-kit"):e?.message}},68869:(e,t,i)=>{i.d(t,{Ay:()=>r});var n=i(6732);const{Consumer:o,Provider:s}=n.A,r=s},71423:(e,t,i)=>{i.d(t,{$:()=>s,D:()=>o});var n=i(24558);const o="core/notifications",s=[n.uR,n.jU,n.f7,n.Ax,n.Is]},72455:(e,t,i)=>{i.d(t,{CV:()=>T,Cu:()=>b,K9:()=>n,Kr:()=>h,Lf:()=>p,Oh:()=>r,PW:()=>j,Rx:()=>w,S9:()=>f,TQ:()=>u,Vt:()=>E,Wl:()=>I,ZC:()=>o,ZY:()=>a,_p:()=>C,ag:()=>m,aj:()=>d,bz:()=>M,dq:()=>S,f2:()=>c,fB:()=>x,fV:()=>A,iB:()=>g,kc:()=>l,mo:()=>_,nc:()=>v,rm:()=>N,to:()=>s,wo:()=>y,yn:()=>k});const n="modules/analytics-4",o="account_create",s="property_create",r="webdatastream_create",a="analyticsSetup",l=10,c=1,g="https://www.googleapis.com/auth/tagmanager.readonly",u="enhanced-measurement-form",d="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",m="analyticsAccountCreate",h="analyticsCustomDimensionsCreate",f="https://www.googleapis.com/auth/analytics.edit",y="dashboardAllTrafficWidgetDimensionName",_="dashboardAllTrafficWidgetDimensionColor",k="dashboardAllTrafficWidgetDimensionValue",I="dashboardAllTrafficWidgetActiveRowIndex",N="dashboardAllTrafficWidgetLoaded",b={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},v={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},A=[v.CONTACT,v.GENERATE_LEAD,v.SUBMIT_LEAD_FORM],x={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},j="audiencePermissionsSetup",T="audienceTileCustomDimensionCreate",M="audience-selection-panel-expirable-new-badge-",S="audience",E="customDimension",C="property",w=[S,E,C]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73874:(e,t,i)=>{i.d(t,{Ay:()=>a,Oo:()=>s,oE:()=>r});var n=i(24558),o=i(77766);const s=n.jU,r=n.f7;function a(){const e=(0,o.A)();return e===n.jU||e===n.Ax?s:e===n.f7||e===n.Is?r:null}},74595:(e,t,i)=>{i.d(t,{wA:()=>a.A,ws:()=>d.w,WM:()=>r.A});var n=i(29725),o=i(56805),s=i(78913),r=i(35470),a=i(63737),l=i(44319),c=i(31170),g=i(30043),u=i(66293),d=i(1102),p=i(47121),m=i(97241);const h=(0,n.I)({},i.g.wp?.data);h.combineStores=p.o3,h.commonActions=p.jU,h.commonControls=p._5,h.commonStore=p.x0,h.createReducer=function(e){return(0,m.Ay)(e)},h.useInViewSelect=d.w,h.controls=o.n,h.createRegistryControl=s.b,h.createRegistrySelector=s.N,h.useSelect=r.A,h.useDispatch=a.A,h.useRegistry=l.A,h.withSelect=c.A,h.withDispatch=g.A,h.RegistryProvider=u.Ay;const f=h;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=f},74995:(e,t,i)=>{i.d(t,{A:()=>Notifications});var n=i(62688),o=i.n(n),s=i(50539),r=i(77766),a=i(71423),l=i(53137),c=i(50532),g=i.n(c),u=i(43569),d=i(62540);const p=g()(e=>({id:e,Notification:m(e)(u.A)}));function m(e){return t=>{function WithNotificationID(i){return(0,d.jsx)(t,{...i,id:e})}return WithNotificationID.displayName="WithNotificationID",(t.displayName||t.name)&&(WithNotificationID.displayName+=`(${t.displayName||t.name})`),WithNotificationID}}function Notifications({areaSlug:e,groupID:t=l.He.DEFAULT}){const i=(0,r.A)(),n=(0,s.useSelect)(e=>e(a.D).getQueuedNotifications(i,t));if(void 0===n?.[0]||n?.[0]?.areaSlug!==e)return null;const{id:o,Component:c}=n[0],g={...p(o)};return(0,d.jsx)(c,{...g})}Notifications.propTypes={viewContext:o().string,areaSlug:o().string}},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>d,fI:()=>g});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:n,alignBottom:o,alignRight:s,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:u,smSize:d,smStart:p,smOrder:m,mdSize:h,mdStart:f,mdOrder:y,lgSize:_,lgStart:k,lgOrder:I,size:N,children:b,...v}=e;return(0,a.jsx)("div",{...v,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":n,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":s,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":u,[`mdc-layout-grid__cell--span-${N}`]:12>=N&&N>0,[`mdc-layout-grid__cell--span-${_}-desktop`]:12>=_&&_>0,[`mdc-layout-grid__cell--start-${k}-desktop`]:12>=k&&k>0,[`mdc-layout-grid__cell--order-${I}-desktop`]:12>=I&&I>0,[`mdc-layout-grid__cell--span-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--start-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--order-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--span-${d}-phone`]:4>=d&&d>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:b})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},n)=>(0,a.jsx)("div",{ref:n,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const g=c,u=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:n,collapsed:o,...s},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":t}),...s,ref:l,children:n}));u.displayName="Grid",u.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},u.defaultProps={className:""};const d=u},77513:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(90007),r=i(12850),a=i(62540);function NotificationFromServer({id:e,titleIcon:t,title:i,content:n,ctaLabel:o,ctaTarget:l,ctaURL:c,dismissible:g,dismissLabel:u,learnMoreLabel:d,learnMoreURL:p,onCTAClick:m,onDismissClick:h,gaTrackingEventArgs:f}){const y={expiresInSeconds:r.Jg};return(0,a.jsx)(s.A,{notificationID:e,type:s.Q.WARNING,titleIcon:t||void 0,title:i,description:n,learnMoreLink:p?{label:d,href:p}:void 0,ctaButton:{label:o,href:c,target:l,onClick:m,dismissOptions:y},dismissButton:g?{label:u,onClick:h,dismissOptions:y}:void 0,gaTrackingEventArgs:f})}NotificationFromServer.propTypes={id:o().string.isRequired,title:o().string.isRequired,content:o().node,ctaLabel:o().string,ctaTarget:o().string,ctaURL:o().string,dismissible:o().bool,dismissLabel:o().string,learnMoreLabel:o().string,learnMoreURL:o().string,onCTAClick:o().func,onDismissClick:o().func,gaTrackingEventArgs:o().object};const l=NotificationFromServer},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),o=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,n.useContext)(o.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var n=i(62688),o=i.n(n),s=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),u=i(12850),d=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:n,message:o=t.message,noPrefix:p=!1,skipRetryMessage:m,hideIcon:h=!1}){const f=(0,l.useDispatch)(),y=(0,l.useSelect)(e=>n?e(n).getSelectorDataForError(t):null),_=(0,s.useCallback)(()=>{f(y.storeName).invalidateResolution(y.name,y.args)},[f,y]);if(!o||(0,c.G)(t))return null;const k=i&&(0,c.vl)(t,y);let I=o;i||m||(I=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),I)),p||(I=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),I));const N=t?.data?.reconnectURL;N&&(0,a.m)(N)&&(I=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),I,N));return(0,d.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,d.jsx)("span",{dangerouslySetInnerHTML:(0,u.p9)(I,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:k?{label:(0,r.__)("Retry","google-site-kit"),onClick:_}:void 0,hideIcon:h})}ErrorNotice.propTypes={className:o().string,error:o().shape({message:o().string}),hasButton:o().bool,storeName:o().string,message:o().string,noPrefix:o().bool,skipRetryMessage:o().bool,hideIcon:o().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>n});const n="core/forms"},79829:(e,t,i)=>{i.d(t,{Eo:()=>u,JK:()=>h,K5:()=>m,jq:()=>p,mK:()=>g});var n=i(17243),o=i(50532),s=i.n(o),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:n}=function(e,t={}){const{hours:i,minutes:n,seconds:o}=l(e);return{hours:i,minutes:n,seconds:o,formatUnit(){const{unitDisplay:s="short",...a}=t,l={unitDisplay:s,...a,style:"unit"};return 0===e?p(o,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?p(o,{...l,unit:"second"}):"",n?p(n,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),o);if(0===e)return t;const s=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),n),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",n?s:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return n()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function u(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:o="metric"}=i;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?a(e,i):"durationISO"===o?function(e){let{hours:t,minutes:i,seconds:n}=l(e);return n=("0"+n).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${n}`:`${t}:${i}:${n}`}(e):p(e,i)}const d=s()(console.warn);function p(e,t={}){const{locale:i=h(),...n}=t;try{return new Intl.NumberFormat(i,n).format(e)}catch(t){d(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},s=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(n))o[e]&&t===o[e]||s.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=h(),style:n="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:n,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const s=(0,r.__)(", ","google-site-kit");return e.join(s)}function h(e=i.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>k});var n,o=i(62688),s=i.n(o),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var u=i(42343),d=i(49655),p=i(62540);const m={[d.Q.NEW]:u.A,[d.Q.SUCCESS]:c.A,[d.Q.INFO]:warning_notice,[d.Q.WARNING]:warning_notice,[d.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:s().oneOf(Object.values(d.Q))},Title.propTypes={className:s().string,children:s().node},Description.propTypes={className:s().string,children:s().node};var h=i(49383),f=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:n,href:o,external:s,hideExternalIndicator:r}){let a;return s&&!r&&(a=(0,p.jsx)(f.A,{width:14,height:14})),(0,p.jsx)(h.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:n,href:o,target:s?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:s().string.isRequired,disabled:s().bool,inProgress:s().bool,onClick:s().func,href:s().string,external:s().bool,hideExternalIndicator:s().bool};var y=i(82871);function DismissButton({label:e=(0,y.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(h.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:s().string,onClick:s().func.isRequired,disabled:s().bool};const _=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:n,ctaButton:o,type:s=d.Q.INFO,children:r,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${s}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:s})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(n?.label||n?.onClick||o?.label&&(o?.onClick||o?.href)||r)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(n?.label||n?.onClick)&&(0,p.jsx)(DismissButton,{label:n.label,onClick:n.onClick,disabled:n.disabled}),o?.label&&(o?.onClick||o?.href)&&(0,p.jsx)(CTAButton,{label:o.label,onClick:o.onClick,inProgress:o.inProgress,disabled:o.disabled,href:o.href,external:o.external,hideExternalIndicator:o.hideExternalIndicator})]})]}));_.TYPES=d.Q,_.propTypes={className:s().string,title:s().oneOfType([s().string,s().object]),description:s().node,type:s().oneOf(Object.values(d.Q)),dismissButton:s().shape(DismissButton.propTypes),ctaButton:s().shape({...CTAButton.propTypes,label:s().string}),children:s().node,hideIcon:s().bool};const k=_},82046:(e,t,i)=>{i.d(t,{C:()=>s,p:()=>o});var n=i(15210);function o(e,t={}){return{__html:n.O.sanitize(e,t)}}function s(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82167:(e,t,i)=>{i.d(t,{A:()=>OptIn});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(63696),l=i(13606),c=i(82871),g=i(50539),u=i(49383),d=i(58116),p=i(89318),m=i(20898),h=i(77766),f=i(50787),y=i(62540);function OptIn({id:e="googlesitekit-opt-in",name:t="optIn",className:i,trackEventCategory:n,alignLeftCheckbox:o=!1}){const[s,_]=(0,a.useState)(),k=(0,g.useSelect)(e=>e(d.oR).isTrackingEnabled()),I=(0,g.useSelect)(e=>e(d.oR).getErrorForAction("setTrackingEnabled",[!k])),{setTrackingEnabled:N}=(0,g.useDispatch)(d.oR),b=(0,h.A)(),v=(0,a.useCallback)(async e=>{const{response:t,error:i}=await N(e);i?_(k):((0,p.M9)(t.enabled),t.enabled&&(0,p.sx)(n||b,"tracking_optin"))},[k,N,n,b]);(0,a.useEffect)(()=>{void 0!==k&&void 0===s&&_(k)},[k,s]);const A=(0,f.d)(v,300),x=(0,a.useCallback)(e=>{const t=e.target.checked;_(t),A(t)},[A]);return(0,y.jsxs)("div",{className:r()("googlesitekit-opt-in",i),children:[(0,y.jsx)(u.Checkbox,{id:e,name:t,value:"1",checked:s,onChange:x,loading:void 0===k,alignLeft:o,children:(0,l.A)((0,c.__)("<span>Help us improve Site Kit by sharing anonymous usage data.</span> <span>All collected data is treated in accordance with the <a>Google Privacy Policy.</a></span>","google-site-kit"),{a:(0,y.jsx)(m.A,{href:"https://policies.google.com/privacy",external:!0},"link"),span:(0,y.jsx)("span",{})})}),I?.message&&(0,y.jsx)("div",{className:"googlesitekit-error-text",children:I?.message})]})}OptIn.propTypes={id:o().string,name:o().string,className:o().string,trackEventCategory:o().string,alignLeftCheckbox:o().bool}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var n=i(62688),o=i.n(n),s=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,s.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:o().node.isRequired,marginLeft:o().number,marginRight:o().number}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o,s=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),o||(o=s.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},86134:(e,t,i)=>{i.d(t,{N$:()=>o,aO:()=>s,qB:()=>n});const n={BOXES:"boxes",COMPOSITE:"composite"},o={QUARTER:"quarter",HALF:"half",FULL:"full"},s="core/widgets"},88933:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),n||(n=o.createElement("g",{fill:"none",fillRule:"evenodd"},o.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),o.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),o.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),o.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))))},89318:(e,t,i)=>{i.d(t,{M9:()=>x,sx:()=>v,BI:()=>A});var n=i(17243);const o="_googlesitekitDataLayer",s="data-googlesitekit-gtag";function r(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:u,trackingID:d,referenceSiteURL:p,userIDHash:m,isAuthenticated:h,userRoles:f}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:y}=i.g,_={activeModules:c,trackingEnabled:u,trackingID:d,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:f,isAuthenticated:h,pluginVersion:y},{enableTracking:k,disableTracking:I,isTrackingEnabled:N,initializeSnippet:b,trackEvent:v,trackEventOnce:A}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const u=function(e,t){const n=r(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:u,userRoles:d=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${s}]`)),l)return!1;l=!0;const r=d?.length?d.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:r,user_identifier:u}});const h=t.createElement("script");return h.setAttribute(s,""),h.async=!0,h.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(h),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(g,t),d=function(e,t,i,n){const o=r(t);return async function(t,s,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){n.console.warn(`Tracking event "${s}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}o("event",s,{...c,event_callback:r}),n._gaUserPrefs?.ioo?.()&&r()})}}(g,t,u,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:u,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:d,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,n.once)(d)),p[t](...e)}}}(_);function x(e){e?k():I()}g&&u&&b()},89362:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){const[o,s]=(0,n.useState)(null);return(0,n.useEffect)(()=>{if(e.current&&"function"==typeof i.g.IntersectionObserver){function n(e){s(e[e.length-1])}const o=new i.g.IntersectionObserver(n,t);return o.observe(e.current),()=>{s(null),o.disconnect()}}return()=>{}},[e.current,t.threshold,t.root,t.rootMargin]),o}},90007:(e,t,i)=>{i.d(t,{Q:()=>_,A:()=>BannerNotification});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(50539),l=i(71423),c=i(7070),g=i(7184),u=i(30823),d=i(3782),p=i(29584),m=i(55527);const h="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",f="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var y=i(62540);const _={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=_.INFO,learnMoreLink:i,dismissButton:n,ctaButton:s,gaTrackingEventArgs:r,...u}){const d=(0,c.A)(e,r?.category),{dismissNotification:p}=(0,a.useDispatch)(l.D);let k=u?.svg;return k||t===_.INFO||(k={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===_.WARNING&&(k.desktop=h),t===_.ERROR&&(k.desktop=f)),(0,y.jsx)("div",{className:o()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,y.jsx)(m.xA,{className:"googlesitekit-page-content",children:(0,y.jsx)(m.fI,{children:(0,y.jsx)(m.fh,{size:12,children:(0,y.jsx)(g.A,{learnMoreLink:i&&{...i,onClick:async function(e){d.clickLearnMore(r?.label,r?.value),await(i?.onClick?.(e))}},dismissButton:n&&{...n,onClick:async function(t){await(n?.onClick?.(t)),d.dismiss(r?.label,r?.value),p(e,{...n?.dismissOptions})}},ctaButton:s&&{...s,onClick:async function(t){d.confirm(r?.label,r?.value),await(s?.onClick?.(t)),s?.dismissOnClick&&p(e,{...s?.dismissOptions})}},svg:k,...u})})})})})}BannerNotification.propTypes={notificationID:r().string.isRequired,type:r().oneOf(Object.values(_)),titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(u.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(d.A.propTypes),gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number})}},91560:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(13606),l=i(82871),c=i(20898),g=i(35323),u=i(62540);function SourceLink({name:e,href:t,className:i,external:n}){return(0,g.A)()?null:(0,u.jsx)("div",{className:r()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,u.jsx)(c.A,{href:t,external:n},"link")})})}SourceLink.propTypes={name:o().string,href:o().string,className:o().string,external:o().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const d=SourceLink},93896:(e,t,i)=>{i.d(t,{O4:()=>n,OQ:()=>s,qc:()=>o});const n="core/site",o="primary",s="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:n}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},99234:(e,t,i)=>{i.d(t,{A:()=>ToastNotice});var n=i(15844),o=i(63696),s=i(80035),r=i(49655),a=i(62540);function ToastNotice({title:e,onDismiss:t}){const[i,l]=(0,o.useState)(!1);return(0,n.A)(()=>{setTimeout(()=>{l(!0),t?.()},5500)}),i?null:(0,a.jsx)(s.A,{className:"googlesitekit-toast-notice",title:e,type:r.Q.SUCCESS})}},99235:(e,t,i)=>{i.d(t,{l:()=>o});var n=i(78174);function o(e,t,i){(0,n.A)(i=>e.includes(i.keyCode)&&t.current.contains(i.target),i)}},99455:(e,t,i)=>{i.d(t,{A:()=>u});var n,o=i(82871),s=i(88933),r=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},a.apply(null,arguments)}const l=e=>r.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 21"},e),n||(n=r.createElement("path",{fill:"#5F6368",d:"M62.09 1.664h3.038v.1L58.34 9.593l7.241 10.224v.1H62.7L56.755 11.4 53.95 14.64v5.278h-2.351V1.664h2.35v9.415h.1zM69.985 3.117c0 .454-.167.853-.488 1.175-.322.322-.71.488-1.176.488-.455 0-.854-.166-1.175-.488a1.6 1.6 0 0 1-.488-1.175c0-.466.166-.854.488-1.176s.71-.488 1.175-.488c.455 0 .854.166 1.176.488.332.333.487.72.487 1.176m-.477 4.313v12.498h-2.351V7.43zM77.016 20.128c-1.02 0-1.864-.31-2.54-.943q-1.014-.948-1.031-2.628V9.57h-2.196V7.43h2.196V3.603h2.35V7.43h3.061v2.14h-3.06v6.222c0 .831.166 1.397.488 1.696.321.3.687.444 1.097.444.189 0 .366-.022.555-.067.188-.044.344-.1.499-.166l.743 2.096c-.632.222-1.342.333-2.162.333M2.673 18.952C1.375 18.009.488 16.678 0 14.97l2.883-1.176c.289 1.076.799 1.94 1.542 2.628.732.677 1.619 1.02 2.65 1.02.965 0 1.774-.244 2.45-.742.677-.5 1.01-1.187 1.01-2.052 0-.798-.3-1.453-.887-1.974q-.883-.781-3.094-1.564l-1.22-.432Q3.371 9.997 2.04 8.716C1.153 7.862.71 6.742.71 5.346c0-.966.266-1.853.787-2.673S2.75 1.209 3.693.72C4.624.244 5.678 0 6.864 0c1.708 0 3.072.41 4.081 1.242 1.02.832 1.697 1.752 2.04 2.795L10.236 5.2c-.2-.621-.576-1.164-1.142-1.63-.565-.477-1.286-.71-2.173-.71s-1.641.222-2.251.676-.91 1.032-.91 1.742c0 .676.278 1.22.82 1.663.544.432 1.398.854 2.563 1.253l1.22.41c1.674.577 2.96 1.342 3.88 2.274.921.931 1.376 2.184 1.376 3.748 0 1.275-.322 2.34-.976 3.193a6 6 0 0 1-2.495 1.919 8 8 0 0 1-3.116.621c-1.62 0-3.072-.466-4.358-1.408M15.969 3.449a1.95 1.95 0 0 1-.588-1.43c0-.566.2-1.043.588-1.431A1.95 1.95 0 0 1 17.399 0c.566 0 1.043.2 1.43.588.389.388.588.865.588 1.43 0 .566-.2 1.043-.587 1.43a1.95 1.95 0 0 1-1.43.589c-.566-.012-1.043-.2-1.431-.588m-.067 2.595h2.994v13.883h-2.994zM25.406 19.85c-.544-.2-.987-.466-1.331-.788-.776-.776-1.176-1.84-1.176-3.182V8.683h-2.428v-2.64h2.428V2.13h2.994v3.926h3.372v2.639h-3.372v6.531c0 .743.145 1.276.433 1.575.277.366.743.543 1.42.543.31 0 .576-.044.82-.122q.35-.116.765-.399v2.917c-.599.277-1.32.41-2.173.41a5 5 0 0 1-1.753-.3M33.623 19.407a6.63 6.63 0 0 1-2.529-2.628c-.61-1.12-.909-2.373-.909-3.77 0-1.332.3-2.551.887-3.693.588-1.132 1.409-2.04 2.462-2.706s2.251-1.01 3.593-1.01c1.397 0 2.606.311 3.637.921a6.1 6.1 0 0 1 2.34 2.528c.532 1.076.799 2.274.799 3.627 0 .255-.023.576-.078.953H33.179c.111 1.287.566 2.285 1.375 2.983a4.16 4.16 0 0 0 2.817 1.043c.854 0 1.597-.189 2.218-.588a4.27 4.27 0 0 0 1.508-1.597l2.528 1.198q-.981 1.713-2.561 2.694c-1.054.655-2.318.976-3.782.976q-2.046.033-3.66-.931m7.23-8.051a3.3 3.3 0 0 0-.466-1.453c-.277-.477-.687-.887-1.242-1.208-.554-.322-1.23-.488-2.03-.488-.964 0-1.773.288-2.439.853-.665.566-1.12 1.342-1.375 2.296z"})));var c=i(16834),g=i(62540);const u=function Logo(){return(0,g.jsxs)("div",{className:"googlesitekit-logo","aria-hidden":"true",children:[(0,g.jsx)(s.A,{className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),(0,g.jsx)(l,{className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),(0,g.jsx)(c.A,{children:(0,o.__)("Site Kit by Google Logo","google-site-kit")})]})}},99620:(e,t,i)=>{i.d(t,{A:()=>h});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(63696),l=i(55527),c=i(20898),g=i(15167),u=i(62540);class LayoutHeader extends a.Component{render(){const{title:e,badge:t,ctaLabel:i,ctaLink:n}=this.props,o=n?{alignMiddle:!0,smSize:4,lgSize:6}:{alignMiddle:!0,smSize:4,mdSize:8,lgSize:12};return(0,u.jsx)("header",{className:"googlesitekit-layout__header",children:(0,u.jsx)(l.xA,{children:(0,u.jsxs)(l.fI,{children:[e&&(0,u.jsx)(l.fh,{...o,children:(0,u.jsxs)(g.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-subheading-1 googlesitekit-layout__header-title",children:[e,t]})}),n&&(0,u.jsx)(l.fh,{smSize:4,lgSize:6,alignMiddle:!0,mdAlignRight:!0,children:(0,u.jsx)(c.A,{href:n,external:!0,children:i})})]})})})}}LayoutHeader.propTypes={title:o().string,badge:o().node,ctaLabel:o().string,ctaLink:o().string},LayoutHeader.defaultProps={title:"",badge:null,ctaLabel:"",ctaLink:""};const d=LayoutHeader;var p=i(91560);class LayoutFooter extends a.Component{render(){const{ctaLabel:e,ctaLink:t,footerContent:i}=this.props;return(0,u.jsx)("footer",{className:"googlesitekit-layout__footer",children:(0,u.jsx)(l.xA,{children:(0,u.jsx)(l.fI,{children:(0,u.jsxs)(l.fh,{size:12,children:[t&&e&&(0,u.jsx)(p.A,{className:"googlesitekit-data-block__source",name:e,href:t,external:!0}),i]})})})})}}LayoutFooter.propTypes={ctaLabel:o().string,ctaLink:o().string};const m=LayoutFooter;class Layout extends a.Component{render(){const{header:e,footer:t,children:i,title:n,badge:o,headerCTALabel:s,headerCTALink:a,footerCTALabel:l,footerCTALink:c,footerContent:g,className:p,fill:h,relative:f,rounded:y=!1,transparent:_=!1,...k}=this.props;return(0,u.jsxs)("div",{className:r()("googlesitekit-layout",p,{"googlesitekit-layout--fill":h,"googlesitekit-layout--relative":f,"googlesitekit-layout--rounded":y,"googlesitekit-layout--transparent":_}),...k,children:[e&&(0,u.jsx)(d,{title:n,badge:o,ctaLabel:s,ctaLink:a}),i,t&&(0,u.jsx)(m,{ctaLabel:l,ctaLink:c,footerContent:g})]})}}Layout.propTypes={header:o().bool,footer:o().bool,children:o().node.isRequired,title:o().string,badge:o().node,headerCTALabel:o().string,headerCTALink:o().string,footerCTALabel:o().string,footerCTALink:o().string,footerContent:o().node,className:o().string,fill:o().bool,relative:o().bool,rounded:o().bool,transparent:o().bool},Layout.defaultProps={header:!1,footer:!1,title:"",badge:null,headerCTALabel:"",headerCTALink:"",footerCTALabel:"",footerCTALink:"",footerContent:null,className:"",fill:!1,relative:!1};const h=Layout},99897:(e,t,i)=>{i.d(t,{A_:()=>g,DF:()=>d,L1:()=>p,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>s,ue:()=>o,wq:()=>n,xR:()=>u});const n=1,o=2,s=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",u="_r..nav",d="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=13206,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-main-dashboard-28000cf844561eb9fe35.js 0000755 00001545643 15111634507 0017327 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[290,978],{133:(e,t,i)=>{i.d(t,{B:()=>s});i(72455);function s(e){return 400===e?.code&&e?.message?.includes("is not a valid dimension")}},674:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 22 22"},e),s||(s=o.createElement("path",{fillRule:"evenodd",d:"m12.149 7.96-5.166 5.166a.34.34 0 0 0-.094.176l-.35 1.755a.344.344 0 0 0 .404.404l1.755-.35a.34.34 0 0 0 .175-.095l5.166-5.165zm2.301-1.814a1.03 1.03 0 0 0-1.458 0L6.497 12.64a1.03 1.03 0 0 0-.282.527l-.35 1.755a1.03 1.03 0 0 0 1.213 1.213l1.754-.35c.2-.04.383-.139.527-.283l6.495-6.494a1.03 1.03 0 0 0 0-1.459z",clipRule:"evenodd"})),n||(n=o.createElement("path",{d:"m12.149 7.96.117-.116a.165.165 0 0 0-.234 0zm-5.166 5.166-.116-.116zm-.094.176.162.033zm-.35 1.755.161.032zm.404.404.032.162zm1.755-.35.032.161zm.175-.095.117.117zm5.166-5.165.116.116a.165.165 0 0 0 0-.233zm-1.047-3.705.116.116zm1.458 0-.116.116zM6.497 12.64l.117.117zm-.282.527-.162-.032zm-.35 1.755.161.032zm1.213 1.213-.033-.162zm1.754-.35.033.161zm.527-.283.117.117zm6.495-6.494-.117-.117zm0-1.459.117-.116zm-3.822.295L6.867 13.01l.233.233 5.166-5.165zM6.867 13.01a.5.5 0 0 0-.14.26l.324.065a.2.2 0 0 1 .05-.092zm-.14.26-.35 1.754.323.065.351-1.755zm-.35 1.754a.51.51 0 0 0 .598.599l-.064-.324a.18.18 0 0 1-.21-.21zm.598.599 1.755-.35-.065-.325-1.754.351zm1.755-.35a.5.5 0 0 0 .26-.14l-.233-.233a.2.2 0 0 1-.092.048zm.26-.14 5.165-5.166-.233-.233L8.757 14.9zm3.042-7.055 1.89 1.89.233-.234-1.89-1.89zm1.076-1.816a.866.866 0 0 1 1.226 0l.233-.233a1.196 1.196 0 0 0-1.692 0zm-6.494 6.495 6.494-6.495-.233-.233-6.494 6.495zm-.237.443a.87.87 0 0 1 .237-.443l-.233-.233c-.167.167-.281.38-.328.61zm-.35 1.754.35-1.754-.324-.065-.35 1.755zm1.018 1.02a.866.866 0 0 1-1.019-1.02l-.323-.065a1.196 1.196 0 0 0 1.407 1.408zm1.755-.351-1.755.35.065.324 1.755-.35zm.443-.237a.87.87 0 0 1-.443.237l.065.323c.231-.046.444-.16.611-.327zm6.494-6.495-6.494 6.495.233.233 6.495-6.494zm0-1.225a.866.866 0 0 1 0 1.225l.234.234a1.196 1.196 0 0 0 0-1.692zm-1.403-1.404 1.403 1.404.234-.233-1.404-1.404z"})))},718:(e,t,i)=>{i.d(t,{gy:()=>SelectionPanelFooter,W4:()=>SelectionPanelHeader,y3:()=>SelectionPanelItem,DW:()=>SelectionPanelItems,Ay:()=>N});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(4544),l=i.n(a),c=i(21795),d=i(78174),u=i(63696),g=i(19266),p=i(14007),m=i(62540);function SideSheet({className:e,children:t,isOpen:i,isLoading:s,onOpen:o=()=>{},closeSheet:r=()=>{},focusTrapOptions:a={}}){const h=(0,u.useRef)();return(0,u.useEffect)(()=>{i?(o(),document.body.classList.add("googlesitekit-side-sheet-scroll-lock")):document.body.classList.remove("googlesitekit-side-sheet-scroll-lock")},[i,o]),(0,c.A)(h,r),(0,d.A)(e=>i&&g._f===e.keyCode,r),(0,m.jsxs)(p.A,{children:[(0,m.jsx)(l(),{active:!!i&&!s,focusTrapOptions:{fallbackFocus:"body",...a},children:(0,m.jsx)("section",{ref:h,className:n()("googlesitekit-side-sheet",e,{"googlesitekit-side-sheet--open":i}),role:"dialog","aria-modal":"true","aria-hidden":!i,tabIndex:"0",children:t})}),i&&(0,m.jsx)("span",{className:"googlesitekit-side-sheet-overlay"})]})}function SelectionPanel({children:e,isOpen:t,isLoading:i,onOpen:s,closePanel:o,className:r}){const a=r?.split(/\s+/).map(e=>`.${e}`).join(""),l=a?`${a} .googlesitekit-selection-panel-item .googlesitekit-selection-box input`:".googlesitekit-selection-panel-item .googlesitekit-selection-box input";return(0,m.jsx)(SideSheet,{className:n()("googlesitekit-selection-panel",r),isOpen:t,isLoading:i,onOpen:s,closeSheet:o,focusTrapOptions:{initialFocus:l},children:e})}SideSheet.propTypes={className:r().string,children:r().node,isOpen:r().bool,isLoading:r().bool,onOpen:r().func,closeSheet:r().func,focusTrapOptions:r().object},SelectionPanel.propTypes={children:r().node,isOpen:r().bool,isLoading:r().bool,onOpen:r().func,closePanel:r().func,className:r().string};var h=i(20898),f=i(72545),y=i(15167);function SelectionPanelHeader({children:e,title:t,onCloseClick:i}){return(0,m.jsxs)("header",{className:"googlesitekit-selection-panel-header",children:[(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-header__row",children:[(0,m.jsx)(y.A,{as:"h3",size:"small",type:"headline",children:t}),(0,m.jsx)(h.A,{className:"googlesitekit-selection-panel-header__close",onClick:i,linkButton:!0,children:(0,m.jsx)(f.A,{width:"15",height:"15"})})]}),e]})}SelectionPanelHeader.propTypes={children:r().node,title:r().string,onCloseClick:r().func};var v=i(82871),_=i(49383);function SelectionBox({badge:e,checked:t,children:i,disabled:s,id:o,onChange:r,title:a,value:l}){return(0,m.jsx)("div",{className:n()("googlesitekit-selection-box",{"googlesitekit-selection-box--disabled":s}),children:(0,m.jsx)(_.Checkbox,{checked:t,description:i,disabled:s,id:o,name:o,onChange:r,value:l,badge:e,children:a})})}SelectionBox.propTypes={badge:r().node,checked:r().bool,children:r().node,disabled:r().bool,id:r().string,onChange:r().func,title:r().string,value:r().string};var k=i(2362);function SelectionPanelItem({children:e,id:t,slug:i,title:s,description:n,isItemSelected:o,isItemDisabled:r,onCheckboxChange:a,subtitle:l,suffix:c,badge:d,isNewlyDetected:u}){return(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-item",children:[(0,m.jsxs)(SelectionBox,{badge:d,checked:o,disabled:r,id:t,onChange:a,title:s,value:i,children:[l&&(0,m.jsx)("span",{className:"googlesitekit-selection-panel-item__subtitle",children:l}),n,e]}),u&&(0,m.jsx)(k.A,{label:(0,v.__)("New","google-site-kit")}),c&&(0,m.jsx)("span",{className:"googlesitekit-selection-panel-item__suffix",children:c})]})}function SelectionPanelItems({currentSelectionTitle:e=(0,v.__)("Current selection","google-site-kit"),availableItemsTitle:t=(0,v.__)("Additional items","google-site-kit"),savedItemSlugs:i=[],availableSavedItems:s={},availableUnsavedItems:n={},ItemComponent:o,notice:r}){function a(e){return Object.keys(e).map(t=>(0,m.jsx)(o,{slug:t,savedItemSlugs:i,...e[t]},t))}const l=Object.keys(n).length;return(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-items",children:[0!==i.length&&(0,m.jsxs)(u.Fragment,{children:[(0,m.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:e}),(0,m.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(s)}),l>0&&(0,m.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:t})]}),l>0&&(0,m.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(n)}),r]})}SelectionPanelItem.propTypes={children:r().node,id:r().string,slug:r().string,title:r().string,description:r().string,isItemSelected:r().bool,isItemDisabled:r().bool,onCheckboxChange:r().func,subtitle:r().string,suffix:r().node,badge:r().node,isNewlyDetected:r().bool},SelectionPanelItems.propTypes={currentSelectionTitle:r().string,availableItemsTitle:r().string,savedItemSlugs:r().array,availableSavedItems:r().object,availableUnsavedItems:r().object,ItemComponent:r().elementType,notice:r().node};var x=i(17243),I=i(13606),A=i(50539),j=i(12850),M=i(72455),S=i(23224),b=i(80035);function SelectionPanelFooter({savedItemSlugs:e=[],selectedItemSlugs:t=[],saveSettings:i=()=>{},itemLimitError:s,minSelectedItemCount:n=0,maxSelectedItemCount:o=0,isBusy:r,onSaveSuccess:a=()=>{},onCancel:l=()=>{},isOpen:c,closePanel:d=()=>{}}){const[g,p]=(0,u.useState)(null),[h,f]=(0,u.useState)(!1),y=(0,A.useSelect)(e=>e(M.K9).isFetchingSyncAvailableAudiences()),k=(0,u.useMemo)(()=>!(0,x.isEqual)((0,j.N9)(t),(0,j.N9)(e)),[e,t]),N=e?.length>0&&k?(0,v.__)("Apply changes","google-site-kit"):(0,v.__)("Save selection","google-site-kit"),E=(0,u.useCallback)(async()=>{const{error:e}=await i(t);e||(a(),d(),p(N),f(!0))},[i,t,a,d,N]),w=(0,u.useCallback)(()=>{d(),l()},[d,l]),[C,T]=(0,u.useState)(null);(0,u.useEffect)(()=>{null!==C&&C!==c&&c&&(p(null),f(!1)),T(c)},[c,C]);const D=t?.length||0,R=y?(0,m.jsx)(S.A,{width:"89px",height:"20px"}):(0,m.jsx)("p",{className:"googlesitekit-selection-panel-footer__item-count",children:(0,I.A)((0,v.sprintf)(/* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ /* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ (0,v.__)("%1$d selected <MaxCount>(up to %2$d)</MaxCount>","google-site-kit"),D,o),{MaxCount:(0,m.jsx)("span",{className:"googlesitekit-selection-panel-footer__item-count--max-count"})})});return(0,m.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-footer__content",children:[k&&s?(0,m.jsx)(b.A,{type:b.A.TYPES.ERROR,description:s}):R,(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-footer__actions",children:[(0,m.jsx)(_.Button,{onClick:w,disabled:r,tertiary:!0,children:(0,v.__)("Cancel","google-site-kit")}),(0,m.jsx)(_.SpinnerButton,{onClick:E,isSaving:r,disabled:D<n||D>o||r||!c&&h,children:g||N})]})]})})}SelectionPanelFooter.propTypes={savedItemSlugs:r().array,selectedItemSlugs:r().array,saveSettings:r().func,itemLimitError:r().string,minSelectedItemCount:r().number,maxSelectedItemCount:r().number,isBusy:r().bool,onSaveSuccess:r().func,onCancel:r().func,isOpen:r().bool,closePanel:r().func};const N=SelectionPanel},1102:(e,t,i)=>{i.d(t,{w:()=>a});var s=i(35470),n=i(63696),o=i(2422);function r(){}function a(e,t){const i=(0,o.W)({sticky:!0}),a=(0,n.useRef)(),l=(0,n.useCallback)(e,t),c=(0,s.A)(i?l:r);return i&&(a.current=c),a.current}},2362:(e,t,i)=>{i.d(t,{A:()=>d});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...s},o)=>(0,l.jsx)("span",{ref:o,...s,className:n()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:r().string.isRequired,hasLeftSpacing:r().bool};const d=c},2390:(e,t,i)=>{i.d(t,{A:()=>SpinnerButton,k:()=>d});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(25874),l=i(9341),c=i(62540);const d={BEFORE:"before",AFTER:"after"};function SpinnerButton(e){const{className:t,onClick:i=()=>{},isSaving:s=!1,spinnerPosition:n=d.AFTER,...o}=e;return(0,c.jsx)(a.A,{className:r()(t,"googlesitekit-button-icon--spinner",{"googlesitekit-button-icon--spinner__running":s,"googlesitekit-button-icon--spinner__before":n===d.BEFORE,"googlesitekit-button-icon--spinner__after":n===d.AFTER}),icon:s&&n===d.BEFORE?(0,c.jsx)(l.A,{size:14}):void 0,trailingIcon:s&&n===d.AFTER?(0,c.jsx)(l.A,{size:14}):void 0,onClick:i,...o})}SpinnerButton.propTypes={className:n().string,onClick:n().func,isSaving:n().bool,spinnerPosition:n().oneOf(Object.values(d))}},2422:(e,t,i)=>{i.d(t,{W:()=>l});var s=i(79257),n=i(35470),o=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,o.useContext)(r.A),[i,l]=(0,o.useState)(!1),c=(0,n.A)(e=>e(a.n).getInViewResetCount()),d=(0,n.A)(e=>e(a.n).getValue("forceInView"));return(0,o.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,o.useEffect)(()=>{d&&l(!0)},[d]),(0,s.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2478:(e,t,i)=>{i.d(t,{A:()=>ChangeBadge});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(12850),l=i(62540);function ChangeBadge(e){const{previousValue:t,currentValue:i,isAbsolute:s}=e,n=s?i-t:(0,a.Zf)(t,i),o=n<0,c=0===n;return null===n?null:(0,l.jsx)("div",{className:r()("googlesitekit-change-badge",{"googlesitekit-change-badge--negative":o,"googlesitekit-change-badge--zero":c}),children:(0,a.Eo)(n,{style:"percent",signDisplay:"exceptZero",maximumFractionDigits:1})})}ChangeBadge.propTypes={isAbsolute:n().bool,previousValue:n().number.isRequired,currentValue:n().number.isRequired}},2522:(e,t,i)=>{i.d(t,{D:()=>o});var s=i(32091),n=i.n(s);function o(e,{dateRangeLength:t}){n()(Array.isArray(e),"report must be an array to partition."),n()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3288:(e,t,i)=>{i.d(t,{Q:()=>s});const s="emailReportingUserSettingsSelectionPanelOpened"},3714:(e,t,i)=>{i.d(t,{Kk:()=>o,SZ:()=>s,Yw:()=>r,oJ:()=>a,tT:()=>n});const s="body",n=[s,"display","headline","label","title"],o="small",r="medium",a=[o,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var s=i(62688),n=i.n(s),o=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:s,onClick:n,href:a}){return e&&(n||a)?(0,r.jsx)(o.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||s,isSaving:s,onClick:n,href:a,children:e}):null}CTAButton.propTypes={label:n().string,ariaLabel:n().string,disabled:n().bool,inProgress:n().bool,onClick:n().func,href:n().string,dismissOnClick:n().bool,dismissOptions:n().shape({expiresInSeconds:n().number,skipHidingFromQueue:n().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>u});var s=i(62688),n=i.n(s),o=i(63696),r=i(81276),a=i(49383),l=i(8420),c=i(62540);let d=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const s=(0,o.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):d;e&&document.body.contains(e)&&e.focus(),t||(d=null)})},[t]),n=(0,r.A)(e);return(0,o.useEffect)(()=>(!0===n&&!1===e&&s(),()=>{s()}),[n,e,s]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(d=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:n().bool,refocusQuerySelector:n().string,...a.Dialog.propTypes};const u=RefocusableModalDialog},4884:(e,t,i)=>{i.d(t,{A:()=>u});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(49383),l=i(20898),c=i(15167),d=i(62540);function CTA({title:e,headerText:t,headerContent:i,description:s,ctaLink:n,ctaLabel:o,ctaLinkExternal:u,ctaType:g,error:p,onClick:m,"aria-label":h,children:f}){return(0,d.jsxs)("div",{className:r()("googlesitekit-cta",{"googlesitekit-cta--error":p}),children:[(t||i)&&(0,d.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,d.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),i]}),(0,d.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,d.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),s&&"string"==typeof s&&(0,d.jsx)("p",{className:"googlesitekit-cta__description",children:s}),s&&"string"!=typeof s&&(0,d.jsx)("div",{className:"googlesitekit-cta__description",children:s}),o&&"button"===g&&(0,d.jsx)(a.Button,{"aria-label":h,href:n,onClick:m,children:o}),o&&"link"===g&&(0,d.jsx)(l.A,{href:n,onClick:m,"aria-label":h,external:u,hideExternalIndicator:u,arrow:!0,children:o}),f]})]})}CTA.propTypes={title:n().string.isRequired,headerText:n().string,description:n().oneOfType([n().string,n().node]),ctaLink:n().string,ctaLinkExternal:n().bool,ctaLabel:n().string,ctaType:n().string,"aria-label":n().string,error:n().bool,onClick:n().func,children:n().node,headerContent:n().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const u=CTA},6464:(e,t,i)=>{i.d(t,{i:()=>r});var s=i(63696),n=i(11106),o=i(65214);function r(e){const t=(0,s.useContext)(n.A);return(0,o.G)(e,t)}},6732:(e,t,i)=>{i.d(t,{A:()=>s});const s=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var s=i(63696),n=i(77766),o=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,n.A)(),d=null!=t?t:`${c}_${e}`;return{view:(0,s.useCallback)((...e)=>(0,o.sx)(d,i,...e),[d,i]),confirm:(0,s.useCallback)((...e)=>(0,o.sx)(d,r,...e),[d,r]),dismiss:(0,s.useCallback)((...e)=>(0,o.sx)(d,a,...e),[d,a]),clickLearnMore:(0,s.useCallback)((...e)=>(0,o.sx)(d,l,...e),[d,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>n,n:()=>s});const s="core/ui",n="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>f});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:n()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:n()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var d=i(12850),u=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:s,children:o}){return(0,c.jsxs)("div",{className:n()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(u.A,{...i}),s&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:s}),o]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:n()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(u.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var g=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:n()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var m=i(80035);const h=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:s,additionalDescription:o,errorText:r,helpText:a,learnMoreLink:d,dismissButton:u,ctaButton:h,svg:f,footer:y},v)=>{const _=(0,l.dv)(),k=_===l.mp||_===l.Lg;let x=null;k&&f?.mobile?x=f.mobile:!k&&f?.desktop&&(x=f.desktop);const I=f?.verticalPosition?f.verticalPosition:"center";return(0,c.jsxs)("div",{ref:v,className:n()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:s,learnMoreLink:d,additionalDescription:o}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(m.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[h&&(0,c.jsx)(g.A,{...h}),u?.onClick&&(0,c.jsx)(p.A,{...u})]})]}),x&&(0,c.jsx)("div",{className:n()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${I}`]:I}),style:{backgroundImage:`url(${x})`}}),y&&(0,c.jsx)(Footer,{children:y})]})});h.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(u.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(g.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const f=h},8143:(e,t,i)=>{i.d(t,{VZ:()=>o,dc:()=>r,pH:()=>n,r0:()=>a});var s=i(84024);function n(e){try{return new URL(e).pathname}catch{}return null}function o(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,s.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),n=e.replace(i.origin,"");if(n.length<t)return n;const o=n.length-Math.floor(t)+1;return"…"+n.substr(o)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(52684),l=i(13606),c=i(82871),d=i(49383),u=i(85149),g=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:s=null,onClose:n=null,title:o=null,provides:p,handleConfirm:m,subtitle:h,confirmButton:f=null,dependentModules:y,danger:v=!1,inProgress:_=!1,small:k=!1,medium:x=!1,buttonLink:I=null}){const A=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,j=!(!p||!p.length);return(0,g.jsxs)(d.Dialog,{open:t,onOpen:s,onClose:n,"aria-describedby":j?A:void 0,tabIndex:"-1",className:r()(e,{"googlesitekit-dialog-sm":k,"googlesitekit-dialog-md":x}),children:[(0,g.jsxs)(d.DialogTitle,{children:[v&&(0,g.jsx)(u.A,{width:28,height:28}),o]}),h?(0,g.jsx)("p",{className:"mdc-dialog__lead",children:h}):[],(0,g.jsxs)(d.DialogContent,{children:[j&&(0,g.jsx)("section",{id:A,className:"mdc-dialog__provides",children:(0,g.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,g.jsx)("li",{className:"mdc-list-item",children:(0,g.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),y&&(0,g.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),y),{strong:(0,g.jsx)("strong",{})})})]}),(0,g.jsxs)(d.DialogFooter,{children:[(0,g.jsx)(d.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:_,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),I?(0,g.jsx)(d.Button,{href:I,onClick:m,target:"_blank",danger:v,children:f}):(0,g.jsx)(d.SpinnerButton,{onClick:m,danger:v,disabled:_,isSaving:_,children:f||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:n().string,dialogActive:n().bool,handleDialog:n().func,handleConfirm:n().func.isRequired,onOpen:n().func,onClose:n().func,title:n().string,confirmButton:n().string,danger:n().bool,small:n().bool,medium:n().bool,buttonLink:n().string};const p=ModalDialog},9341:(e,t,i)=>{i.d(t,{A:()=>CircularProgress});var s=i(75762),n=i(62540);function CircularProgress(e){return(0,n.jsx)(s.A,{...e})}},9652:(e,t,i)=>{i.d(t,{A:()=>RecoverableModules});var s=i(62688),n=i.n(s),o=i(82871),r=i(50539),a=i(37226),l=i(4884),c=i(62540);function RecoverableModules({moduleSlugs:e}){const t=(0,r.useSelect)(t=>{const i=t(a.i).getModules();if(void 0!==i)return e.map(e=>i[e].name)});if(void 0===t)return null;const i=1===t.length?(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s data was previously shared by an admin who no longer has access. Please contact another admin to restore it.","google-site-kit"),t[0]):(0,o.sprintf)(/* translators: %s: List of module names */ /* translators: %s: List of module names */ (0,o.__)("The data for the following modules was previously shared by an admin who no longer has access: %s. Please contact another admin to restore it.","google-site-kit"),t.join((0,o._x)(", ","Recoverable modules","google-site-kit")));return(0,c.jsx)(l.A,{title:(0,o.__)("Data Unavailable","google-site-kit"),description:i})}RecoverableModules.propTypes={moduleSlugs:n().arrayOf(n().string).isRequired}},10072:(e,t,i)=>{i.d(t,{A:()=>ModuleIcon});var s=i(62688),n=i.n(s),o=i(50539),r=i(37226),a=i(62540);function ModuleIcon({slug:e,size:t,...i}){const s=(0,o.useSelect)(t=>t(r.i).getModuleIcon(e));return s?(0,a.jsx)(s,{width:t,height:t,...i}):null}ModuleIcon.propTypes={slug:n().string.isRequired,size:n().number},ModuleIcon.defaultProps={size:33}},10953:(e,t,i)=>{i.d(t,{A:()=>InfoTooltip});var s,n=i(4452),o=i.n(n),r=i(62688),a=i.n(r),l=i(49383),c=i(63696);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},d.apply(null,arguments)}const u=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),s||(s=c.createElement("path",{fill:"currentColor",d:"M7.334 11.333h1.333v-4H7.334zM8.001 6a.658.658 0 0 0 .667-.667.6.6 0 0 0-.2-.467.6.6 0 0 0-.467-.2.66.66 0 0 0-.667.667q0 .284.183.483A.7.7 0 0 0 8.001 6m0 8.666a6.6 6.6 0 0 1-2.6-.516 6.9 6.9 0 0 1-2.117-1.434A6.9 6.9 0 0 1 1.851 10.6 6.6 6.6 0 0 1 1.334 8q0-1.385.517-2.6a6.9 6.9 0 0 1 1.433-2.117q.9-.9 2.117-1.417A6.4 6.4 0 0 1 8 1.333q1.383 0 2.6.533a6.6 6.6 0 0 1 2.116 1.417q.9.9 1.417 2.117.533 1.215.533 2.6 0 1.383-.533 2.6a6.6 6.6 0 0 1-1.417 2.116 6.9 6.9 0 0 1-2.116 1.434 6.6 6.6 0 0 1-2.6.516m0-1.333q2.233 0 3.783-1.55T13.334 8t-1.55-3.784-3.783-1.55-3.784 1.55T2.667 8t1.55 3.783 3.784 1.55"})));var g=i(62540);function InfoTooltip({onOpen:e,title:t,tooltipClassName:i}){return t?(0,g.jsx)(l.Tooltip,{className:"googlesitekit-info-tooltip",tooltipClassName:o()("googlesitekit-info-tooltip__content",i),title:t,placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,onOpen:e,interactive:!0,children:(0,g.jsx)("span",{children:(0,g.jsx)(u,{width:"16",height:"16"})})}):null}InfoTooltip.propTypes={onOpen:a().func,title:a().oneOfType([a().string,a().element]),tooltipClassName:a().string}},11106:(e,t,i)=>{i.d(t,{A:()=>o});var s=i(63696),n=i(65214);const o=(0,s.createContext)(n.t)},11253:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 12"},e),s||(s=n.createElement("g",{fill:"currentColor",fillRule:"evenodd"},n.createElement("path",{d:"M0 6.414 1.415 5l5.292 5.292-1.414 1.415z"}),n.createElement("path",{d:"m14.146.146 1.415 1.414L5.414 11.707 4 10.292z"}))))},11345:(e,t,i)=>{i.d(t,{A:()=>ReportError});var s=i(62688),n=i.n(s),o=i(17243),r=i(63696),a=i(82871),l=i(50539),c=i(37226),d=i(67150),u=i(65311),g=i(15210),p=i(4884),m=i(35902),h=i(35323),f=i(77967),y=i(62540);function ReportError({moduleSlug:e,error:t}){const i=(0,h.A)(),s=(0,l.useSelect)(t=>t(c.i).getModule(e)),n=Array.isArray(t)?t:[t];let v;function _(e){return(0,d.SG)(e)?i?(v=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Access lost to %s","google-site-kit"),s?.name),(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("The administrator sharing this module with you has lost access to the %s service, so you won’t be able to see stats from it on the Site Kit dashboard. You can contact them or another administrator to restore access.","google-site-kit"),s?.name)):(v=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Insufficient permissions in %s","google-site-kit"),s?.name),(0,u.c)(e.message,s)):(0,d.e4)(e)}const k=(0,o.uniqWith)(n.map(e=>({...e,message:_(e),reconnectURL:e.data?.reconnectURL})),(e,t)=>e.message===t.message&&e.reconnectURL===t.reconnectURL),x=n.some(e=>(0,d.SG)(e));x||1!==k.length?!x&&k.length>1&&(v=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Data errors in %s","google-site-kit"),s?.name)):v=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Data error in %s","google-site-kit"),s?.name);const I=(0,y.jsx)(r.Fragment,{children:k.map(e=>{const t=e?.data?.reconnectURL;return t?(0,y.jsx)(f.A,{error:e,message:e.message},e.message):(0,y.jsx)("p",{children:g.O.sanitize(e.message,{ALLOWED_TAGS:[]})},e.message)})});return(0,y.jsx)(p.A,{title:v,description:I,error:!0,children:(0,y.jsx)(m.A,{moduleSlug:e,error:t})})}ReportError.propTypes={moduleSlug:n().string.isRequired,error:n().oneOfType([n().arrayOf(n().object),n().object]).isRequired}},12108:(e,t,i)=>{i.d(t,{YJ:()=>o,Eq:()=>r});var s=i(32947),n=i(17243);function o(e,t){const s=document.querySelector(e);if(!s)return 0;const n=s.getBoundingClientRect().top,o=r(t);return n+i.g.scrollY-o}function r(e){let t=function(e){let t=0;const o=document.querySelector(".googlesitekit-header");t=o&&"sticky"===i.g.getComputedStyle(o).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===s.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==s.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,n.isFinite)(e)?e:0}(t),t<0?0:t}(e);const o=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(o).reduce((e,t)=>e+t.offsetHeight,0),t}},12701:(e,t,i)=>{i.d(t,{A:()=>Root});var s=i(62688),n=i.n(s),o=i(44010),r=i(77105),a=i(63696),l=i(50539),c=i.n(l),d=i(82871),u=i(54312),g=i(61991),p=i(90007),m=i(12850),h=i(62540);class ErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,m.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,h.jsx)(p.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,d.__)("Site Kit encountered an error","google-site-kit"),description:(0,h.jsxs)(a.Fragment,{children:[(0,h.jsx)(u.A,{message:t.message,componentStack:i.componentStack}),(0,h.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,i.componentStack]})]})}):e}}ErrorHandler.contextType=g.Ay,ErrorHandler.propTypes={children:n().node.isRequired};const f=ErrorHandler;var y=i(11106);const{Consumer:v,Provider:_}=y.A,k=_;var x=i(65214),I=i(4445),A=i(78340),j=i(45472),M=i(58116),S=i(64067),b=i(14007);const N=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(M.oR).getPermissionScopeError()),s=(0,l.useSelect)(e=>e(M.oR).getUnsatisfiedScopes()),n=(0,l.useSelect)(e=>e(M.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||i.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:o}=(0,l.useDispatch)(M.oR),{navigateTo:r}=(0,l.useDispatch)(j.M),{setValues:c}=(0,l.useDispatch)(A.s),u=(0,a.useCallback)(()=>{o()},[o]),g=(0,a.useCallback)(async()=>{c(M.$8,{permissionsError:t}),await(0,S.mR)(e),r(n)},[e,n,r,t,c]);return(0,a.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await g()}()},[g,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||s&&t?.data?.scopes.every(e=>s.includes(e))?null:(0,h.jsx)(b.A,{children:(0,h.jsx)(I.A,{title:(0,d.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,d.__)("Proceed","google-site-kit"),handleConfirm:g,handleCancel:u,onClose:u,dialogActive:!0,medium:!0})}):(i.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const E=function PermissionsModal(){return(0,l.useSelect)(e=>e(M.oR).isAuthenticated())?(0,h.jsx)(N,{}):null};const w=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[i,s]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{i||(async()=>{await(0,S.P9)(t),s(!0)})()},[t,i]),i?e:null};var C=i(15844),T=i(77766),D=i(39771);function FeatureTours(){const e=(0,T.A)(),{triggerTourForView:t}=(0,l.useDispatch)(M.oR);(0,C.A)(()=>{t(e)});const s=(0,l.useSelect)(e=>e(M.oR).getCurrentTour());return(0,a.useEffect)(()=>{if(!s)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[s]),s?(0,h.jsx)(D.Ay,{tourID:s.slug,steps:s.steps,gaEventCategory:s.gaEventCategory,callback:s.callback}):null}var R=i(68869),O=i(22821);function Root({children:e,registry:t,viewContext:i=null}){const s=o.D,[n]=(0,a.useState)({key:"Root",value:!0});return(0,h.jsx)(a.StrictMode,{children:(0,h.jsx)(R.Ay,{value:n,children:(0,h.jsx)(l.RegistryProvider,{value:t,children:(0,h.jsx)(k,{value:x.t,children:(0,h.jsx)(g.Kq,{value:i,children:(0,h.jsx)(r.A,{theme:s(),children:(0,h.jsxs)(f,{children:[(0,h.jsxs)(w,{children:[e,i&&(0,h.jsx)(FeatureTours,{})]}),(0,O.A)(i)&&(0,h.jsx)(E,{})]})})})})})})})}Root.propTypes={children:n().node,registry:n().object,viewContext:n().string.isRequired},Root.defaultProps={registry:c()}},12755:(e,t,i)=>{i.d(t,{A:()=>qe});var s,n,o=i(62688),r=i.n(o),a=i(4452),l=i.n(a),c=i(41814),d=i(82871),u=i(63696),g=i(50539),p=i(99455),m=i(21795),h=i(31589),f=i(19266),y=i(49383),v=i(8420),_=i(12850),k=i(21134),x=i(14007),I=i(58116),A=i(62540);function Details(){const e=(0,g.useSelect)(e=>e(I.oR).getPicture()),t=(0,g.useSelect)(e=>e(I.oR).getFullName()),i=(0,g.useSelect)(e=>e(I.oR).getEmail());return(0,A.jsxs)("div",{className:"googlesitekit-user-menu__details","aria-label":(0,d.__)("Google account","google-site-kit"),children:[!!e&&(0,A.jsx)("img",{className:"googlesitekit-user-menu__details-avatar",src:e,alt:""}),(0,A.jsxs)("div",{className:"googlesitekit-user-menu__details-info",children:[(0,A.jsx)("p",{className:"googlesitekit-user-menu__details-info__name",children:t}),(0,A.jsx)("p",{className:"googlesitekit-user-menu__details-info__email","aria-label":(0,d.__)("Email","google-site-kit"),children:i})]})]})}function Item({icon:e,label:t}){return(0,A.jsxs)("div",{className:"googlesitekit-user-menu__item",children:[(0,A.jsx)("div",{className:"googlesitekit-user-menu__item-icon",children:e}),(0,A.jsx)("span",{className:"googlesitekit-user-menu__item-label",children:t})]})}function j(){return j=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},j.apply(null,arguments)}Item.propTypes={icon:r().node,label:r().string};const M=e=>u.createElement("svg",j({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.7,d:"m11.775 5.701.58-.58a4.547 4.547 0 0 1 6.43 0v0a4.547 4.547 0 0 1 0 6.43l-.598.599m-12.504-.357-.562.562a4.547 4.547 0 0 0 0 6.43v0a4.547 4.547 0 0 0 6.43 0l.58-.58"})),n||(n=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"m8.543 15.363 1.118-1.118m5.684-5.684L14.226 9.68M5.107 5.134l13.664 13.664"})));var S,b,N,E,w;function C(){return C=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},C.apply(null,arguments)}const T=e=>u.createElement("svg",C({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),S||(S=u.createElement("rect",{width:18,height:13,x:3,y:4,stroke:"#6C726E",strokeWidth:1.5,rx:2})),b||(b=u.createElement("path",{fill:"#6C726E",d:"M9 17h6v3H9z"})),N||(N=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M10 9h7M10 12h7"})),E||(E=u.createElement("circle",{cx:7,cy:9,r:1,fill:"#6C726E"})),w||(w=u.createElement("circle",{cx:7,cy:12,r:1,fill:"#6C726E"})));var D,R,O;function z(){return z=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},z.apply(null,arguments)}const L=e=>u.createElement("svg",z({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),D||(D=u.createElement("rect",{width:18,height:12,x:3,y:6,stroke:"#6C726E",strokeWidth:1.5,rx:2})),R||(R=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3.566 7.5 7.086 7.086a2 2 0 0 0 2.829 0l7.019-7.02"})),O||(O=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M20.246 17.5 15.5 12.754M4 17.5l4.746-4.746"})));var B=i(93896),P=i(7081),G=i(45472),U=i(72455),V=i(3288),F=i(99235),W=i(77766),H=i(27333),Y=i(6464);function UserMenu(){const e=(0,Y.i)("proactiveUserEngagement"),t=(0,g.useSelect)(e=>e(B.O4).getProxyPermissionsURL()),i=(0,g.useSelect)(e=>e(I.oR).getEmail()),s=(0,g.useSelect)(e=>e(I.oR).getPicture()),n=(0,g.useSelect)(e=>e(I.oR).getFullName()),o=(0,g.useSelect)(e=>e(B.O4).getAdminURL("googlesitekit-splash",{googlesitekit_context:"revoked"})),r=(0,H.A)(U.CV,"isAutoCreatingCustomDimensionsForAudience"),[a,l]=(0,u.useState)(!1),[c,p]=(0,u.useState)(!1),j=(0,u.useRef)(),S=(0,u.useRef)(),b=(0,W.A)(),{navigateTo:N}=(0,g.useDispatch)(G.M);(0,m.A)(j,()=>p(!1)),(0,F.l)([f._f,f.wn],j,()=>{p(!1),S.current?.focus()});const E=(0,u.useCallback)(()=>{l(!1),p(!1)},[l,p]),w=(0,u.useCallback)(e=>{f._f===e.keyCode&&E()},[E]);(0,h.A)("keyup",w);const C=(0,u.useCallback)(()=>{c||(0,_.sx)(`${b}_headerbar`,"open_usermenu"),p(!c)},[c,b]),D=(0,u.useCallback)(()=>{l(!a),p(!1)},[a]),{setValue:R}=(0,g.useDispatch)(P.n),O=(0,u.useCallback)(async(e,i)=>{const{detail:{item:s}}=i;switch(s?.id){case"manage-sites":t&&(await(0,_.sx)(`${b}_headerbar_usermenu`,"manage_sites"),N(t));break;case"disconnect":D();break;case"manage-email-reports":R(V.Q,!0);break;default:C()}},[t,C,D,N,R,b]),z=(0,u.useCallback)(async()=>{l(!1),await(0,k.IL)(),await(0,_.sx)(`${b}_headerbar_usermenu`,"disconnect_user"),N(o)},[o,N,b]);if(!i)return null;let Z;return n&&i&&(Z=(0,d.sprintf)(/* translators: Account info text. 1: User's (full) name 2: User's email address. */ /* translators: Account info text. 1: User's (full) name 2: User's email address. */ (0,d.__)("Google Account for %1$s (Email: %2$s)","google-site-kit"),n,i)),n&&!i&&(Z=(0,d.sprintf)(/* translators: Account info text. 1: User's (full) name. */ /* translators: Account info text. 1: User's (full) name. */ (0,d.__)("Google Account for %1$s","google-site-kit"),n)),!n&&i&&(Z=(0,d.sprintf)(/* translators: Account info text. 1: User's email address. */ /* translators: Account info text. 1: User's email address. */ (0,d.__)("Google Account (Email: %1$s)","google-site-kit"),i)),(0,A.jsxs)(u.Fragment,{children:[(0,A.jsxs)("div",{ref:j,className:"googlesitekit-user-selector googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,A.jsx)(y.Button,{disabled:r,ref:S,className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--tablet googlesitekit-border-radius-round--phone googlesitekit-border-radius-round googlesitekit-button-icon",onClick:C,icon:!!s&&(0,A.jsx)("i",{className:"mdc-button__icon mdc-button__account","aria-hidden":"true",children:(0,A.jsx)("img",{className:"mdc-button__icon--image",src:s,alt:(0,d.__)("User Avatar","google-site-kit")})}),"aria-haspopup":"menu","aria-expanded":c,"aria-controls":"user-menu","aria-label":r?void 0:(0,d.__)("Account","google-site-kit"),tooltipEnterDelayInMS:500,customizedTooltip:r?null:(0,A.jsxs)("span",{"aria-label":Z,children:[(0,A.jsx)("strong",{children:(0,d.__)("Google Account","google-site-kit")}),(0,A.jsx)("br",{}),(0,A.jsx)("br",{}),n,n&&(0,A.jsx)("br",{}),i]}),text:!0,tooltip:!0}),(0,A.jsxs)(y.Menu,{className:"googlesitekit-user-menu",menuOpen:c,onSelected:O,id:"user-menu",children:[(0,A.jsx)("li",{children:(0,A.jsx)(Details,{})}),e&&(0,A.jsx)("li",{id:"manage-email-reports",className:"mdc-list-item",role:"menuitem",children:(0,A.jsx)(Item,{icon:(0,A.jsx)(L,{width:"24"}),label:(0,d.__)("Manage email reports","google-site-kit")})}),!!t&&(0,A.jsx)("li",{id:"manage-sites",className:"mdc-list-item",role:"menuitem",children:(0,A.jsx)(Item,{icon:(0,A.jsx)(T,{width:"24"}),label:(0,d.__)("Manage Sites","google-site-kit")})}),(0,A.jsx)("li",{id:"disconnect",className:"mdc-list-item",role:"menuitem",children:(0,A.jsx)(Item,{icon:(0,A.jsx)(M,{width:"24"}),label:(0,d.__)("Disconnect","google-site-kit")})})]})]}),(0,A.jsx)(x.A,{children:(0,A.jsx)(v.A,{dialogActive:a,handleConfirm:z,handleCancel:E,onClose:E,title:(0,d.__)("Disconnect","google-site-kit"),subtitle:(0,d.__)("Disconnecting Site Kit by Google will remove your access to all services. After disconnecting, you will need to re-authorize to restore service.","google-site-kit"),confirmButton:(0,d.__)("Disconnect","google-site-kit"),danger:!0,small:!0})})]})}var Z=i(55527),Q=i(35323),q=i(29898),K=i(15844),X=i(39525),$=i(30521),J=i(24558),ee=i(73874),te=i(12108),ie=i(32947);var se=i(44949),ne=i(86134);const oe={[ee.Oo]:{[J.SH]:se.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,[J.OT]:se.CONTEXT_MAIN_DASHBOARD_TRAFFIC,[J.en]:se.CONTEXT_MAIN_DASHBOARD_CONTENT,[J.Ej]:se.CONTEXT_MAIN_DASHBOARD_SPEED,[J.Gw]:se.CONTEXT_MAIN_DASHBOARD_MONETIZATION},[ee.oE]:{[J.OT]:se.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,[J.en]:se.CONTEXT_ENTITY_DASHBOARD_CONTENT,[J.Ej]:se.CONTEXT_ENTITY_DASHBOARD_SPEED,[J.Gw]:se.CONTEXT_ENTITY_DASHBOARD_MONETIZATION}};var re;function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ae.apply(null,arguments)}const le=e=>u.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),re||(re=u.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18 16V2c0-1.1-1-2-2.222-2H2.222C1 0 0 .9 0 2v14c0 1.1 1 2 2.222 2h13.556C17 18 18 17.1 18 16M9 7h5V5H9zm7-5H2v14h14zM4 4h4v4H4zm10 7H9v2h5zM4 10h4v4H4z",clipRule:"evenodd"})));var ce,de,ue,ge;function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},pe.apply(null,arguments)}const me=e=>u.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 12"},e),ce||(ce=u.createElement("rect",{width:5,height:5,x:.5,fill:"currentColor",rx:1})),de||(de=u.createElement("rect",{width:5,height:5,x:7.5,fill:"currentColor",rx:1})),ue||(ue=u.createElement("rect",{width:5,height:5,x:.5,y:7,fill:"currentColor",rx:1})),ge||(ge=u.createElement("rect",{width:5,height:5,x:7.5,y:7,fill:"currentColor",rx:1})));var he;function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},fe.apply(null,arguments)}const ye=e=>u.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 12"},e),he||(he=u.createElement("path",{fill:"currentColor",d:"M16.1 0v2h2.967l-5.946 5.17-4.6-4L0 10.59 1.622 12l6.9-6 4.6 4L20.7 3.42V6H23V0z"})));var ve,_e;function ke(){return ke=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ke.apply(null,arguments)}const xe=e=>u.createElement("svg",ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},e),ve||(ve=u.createElement("path",{fill:"currentColor",d:"m18.378 4.543-1.232 1.854a8.02 8.02 0 0 1-.22 7.598H3.043A8.02 8.02 0 0 1 4.154 4.49 8.01 8.01 0 0 1 13.57 2.82l1.853-1.233A10.01 10.01 0 0 0 3.117 2.758a10.026 10.026 0 0 0-1.797 12.24A2 2 0 0 0 3.043 16h13.873a2 2 0 0 0 1.742-1.002 10.03 10.03 0 0 0-.27-10.465z"})),_e||(_e=u.createElement("path",{fill:"currentColor",d:"M8.572 11.399a2.003 2.003 0 0 0 2.835 0l5.669-8.51-8.504 5.673a2.005 2.005 0 0 0 0 2.837"})));var Ie;function Ae(){return Ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Ae.apply(null,arguments)}const je=e=>u.createElement("svg",Ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 16"},e),Ie||(Ie=u.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 0h3.971v16H7zM0 8h4v8H0zm18-3h-4v11h4z",clipRule:"evenodd"})));function Navigation(){const e=(0,ee.Ay)(),t=(0,u.useRef)(),s=(0,W.A)(),n=function(){const e=(0,ee.Ay)(),t=(0,Q.A)();return(0,g.useSelect)(i=>{const s=t?i(I.oR).getViewableModules():null,n=i(I.oR).isKeyMetricsWidgetHidden(),o={modules:s||void 0};return Object.keys(oe[e]).reduce((t,s)=>(s===J.SH&&n||i(ne.aO).isWidgetContextActive(oe[e][s],o)&&t.push(s),t),[])})}(),{calculateScrollPosition:o,defaultChipID:r,findClosestSection:a,isValidChipID:c,scrollToChip:p,updateURLHash:m}=function({visibleSections:e}){const t=(0,ie.dv)(),s=(0,Q.A)(),n=(0,u.useCallback)(()=>e.includes(J.SH)?J.SH:s?e[0]||"":J.OT,[s,e])(),o=(0,u.useCallback)(t=>e.includes(t),[e]),r=(0,u.useCallback)(e=>{i.g.history.replaceState({},"",`#${e}`)},[]),a=(0,u.useCallback)(e=>e!==n?(0,te.YJ)(`#${e}`,t):0,[t,n]),l=(0,u.useCallback)(e=>{i.g.scrollTo({top:a(e,t,n),behavior:"smooth"})},[t,a,n]),c=(0,u.useCallback)(t=>{var i;const s=document.querySelector(".googlesitekit-entity-header")?.getBoundingClientRect?.()?.bottom,{bottom:o}=null!==(i=t?.current?.getBoundingClientRect?.())&&void 0!==i?i:{};let r,a=n;for(const t of e){const e=document.getElementById(t);if(!e)continue;const i=e.getBoundingClientRect().top-20-(s||o||0);i<0&&(void 0===r||r<i)&&(r=i,a=t)}return a},[n,e]);return{calculateScrollPosition:a,defaultChipID:n,findClosestSection:c,isValidChipID:o,scrollToChip:l,updateURLHash:r}}({visibleSections:n}),f=i.g.location.hash?.substring(1),[y,v]=(0,u.useState)(f||void 0),[k,x]=(0,u.useState)(!1),[j,M]=(0,u.useState)(f),{setValue:S}=(0,g.useDispatch)(P.n),b=(0,u.useCallback)(({target:e})=>{const t=e.closest(".mdc-chip"),i=t?.dataset?.contextId;m(i),v(i),p(i),(0,_.sx)(`${s}_navigation`,"tab_select",i),setTimeout(()=>{S(P.F,i)},50)},[p,S,m,s]),N=(0,u.useCallback)(()=>{if(!t?.current)return;const{top:e}=t?.current?.getBoundingClientRect();if(0===i.g.scrollY)x(!1);else{const t=document.querySelector(".googlesitekit-header")?.getBoundingClientRect?.()?.bottom;x(e===t)}},[]),E=(0,u.useCallback)(e=>{function n(e){S(P.F,void 0),M(e),v(void 0)}const o=a(t);if(y)y===o&&n(o);else{const{hash:t}=i.g.location;o!==t?.substring(1)&&(e&&(0,_.sx)(`${s}_navigation`,"tab_scroll",o),m(o),n(o))}},[a,y,S,m,s]);(0,K.A)(()=>{if(!f)return M(r),void setTimeout(()=>m(r));const e=c(f)?f:r;M(e),S(P.F,e),setTimeout(()=>{const t=o(e);i.g.scrollY!==t?p(e):S(P.F,void 0)},50)});const w=(0,u.useCallback)(e=>{N(),E(e)},[E,N]),C=(0,$.A)(w,150);(0,h.A)("scroll",C);const T={[J.SH]:{label:(0,d.__)("Key metrics","google-site-kit"),icon:(0,A.jsx)(me,{width:"18",height:"16"})},[J.OT]:{label:(0,d.__)("Traffic","google-site-kit"),icon:(0,A.jsx)(je,{width:"18",height:"16"})},[J.en]:{label:(0,d.__)("Content","google-site-kit"),icon:(0,A.jsx)(le,{width:"18",height:"18"})},[J.Ej]:{label:(0,d.__)("Speed","google-site-kit"),icon:(0,A.jsx)(xe,{width:"20",height:"16"})},[J.Gw]:{label:(0,d.__)("Monetization","google-site-kit"),icon:(0,A.jsx)(ye,{width:"18",height:"16"})}};return(0,A.jsx)("nav",{className:l()("mdc-chip-set","googlesitekit-navigation",`googlesitekit-navigation--${e}`,{"googlesitekit-navigation--is-sticky":k}),ref:t,children:n.map(e=>(0,A.jsx)(X.Chip,{id:e,label:T[e].label,leadingIcon:T[e].icon,onClick:b,selected:j===e,"data-context-id":e},e))})}function DashboardNavigation(){const e=(0,Q.A)(),t=(0,g.useSelect)(t=>e?t(I.oR).getViewableModules():null),i=(0,g.useSelect)(e=>e(I.oR).getKeyMetrics());return(0,A.jsx)(q.A,{loading:void 0===t||void 0===i,width:"100%",smallHeight:"59px",height:"71px",children:(0,A.jsx)(Navigation,{})})}var Me,Se;function be(){return be=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},be.apply(null,arguments)}const Ne=e=>u.createElement("svg",be({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Me||(Me=u.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),Se||(Se=u.createElement("path",{fill:"currentColor",d:"M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"})));var Ee=i(20898),we=i(59323),Ce=i(8143);const Te=function EntityHeader(){const e=(0,W.A)(),t=(0,ee.Ay)(),s=(0,g.useSelect)(e=>e(B.O4).getCurrentEntityTitle()),n=(0,g.useSelect)(e=>e(B.O4).getCurrentEntityURL()),o=(0,u.useRef)(),[r,a]=(0,u.useState)(n),l=(0,u.useCallback)(()=>{if(!o.current)return;const e=o.current.clientWidth-40,t=i.g.getComputedStyle(o.current.lastChild,null).getPropertyValue("font-size"),s=2*e/parseFloat(t);a((0,Ce.r0)(n,s))},[n]),c=(0,$.A)(l,150);(0,h.A)("resize",c);const{navigateTo:p}=(0,g.useDispatch)(G.M),m=(0,g.useSelect)(e=>e(B.O4).getAdminURL("googlesitekit-dashboard")),f=(0,u.useCallback)(()=>{(0,_.sx)(`${e}_navigation`,"return_to_dashboard"),p(m)},[m,p,e]);return ee.oE!==t||null===n||null===s?null:(0,A.jsxs)("div",{className:"googlesitekit-entity-header",children:[(0,A.jsx)("div",{className:"googlesitekit-entity-header__back",children:(0,A.jsx)(y.Button,{icon:(0,A.jsx)(Ne,{width:24,height:24}),"aria-label":(0,d.__)("Back to dashboard","google-site-kit"),onClick:f,text:!0,tertiary:!0,children:(0,d.__)("Back to dashboard","google-site-kit")})}),(0,A.jsxs)("div",{ref:o,className:"googlesitekit-entity-header__details",children:[(0,A.jsx)(we.A,{children:s}),(0,A.jsx)(Ee.A,{href:n,"aria-label":n,secondary:!0,external:!0,children:r})]})]})};var De;function Re(){return Re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Re.apply(null,arguments)}const Oe=e=>u.createElement("svg",Re({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 10"},e),De||(De=u.createElement("path",{fill:"currentColor",d:"M8 1.333c2.756 0 5.214 1.42 6.415 3.667-1.2 2.247-3.659 3.667-6.415 3.667S2.785 7.247 1.585 5C2.785 2.753 5.244 1.333 8 1.333M8 0C4.364 0 1.258 2.073 0 5c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5m0 3.333c1.004 0 1.818.747 1.818 1.667S9.004 6.667 8 6.667 6.182 5.92 6.182 5 6.996 3.333 8 3.333M8 2C6.196 2 4.727 3.347 4.727 5S6.197 8 8 8s3.273-1.347 3.273-3S9.803 2 8 2"})));var ze=i(13606);function Description(){const e=(0,W.A)(),t=(0,g.useSelect)(e=>e(I.oR).hasCapability(I.ej)),i=(0,g.useSelect)(e=>e(B.O4).getProxySetupURL()),s=(0,g.useSelect)(e=>e(B.O4).getDocumentationLinkURL("dashboard-sharing")),{navigateTo:n}=(0,g.useDispatch)(G.M),o=(0,u.useCallback)(async t=>{t.preventDefault(),await Promise.all([(0,k.SO)("start_user_setup",!0),(0,_.sx)(`${e}_headerbar_viewonly`,"start_user_setup",i?"proxy":"custom-oauth")]),n(i)},[i,n,e]),r=(0,u.useCallback)(()=>{(0,_.sx)(`${e}_headerbar_viewonly`,"click_learn_more_link")},[e]),a=t?(0,ze.A)((0,d.__)("You can see stats from all shared Google services, but you can't make any changes. <strong>Sign in to connect more services and control sharing access.</strong>","google-site-kit"),{strong:(0,A.jsx)("strong",{})}):(0,ze.A)((0,d.__)("You can see stats from all shared Google services, but you can't make any changes. <a>Learn more</a>","google-site-kit"),{a:(0,A.jsx)(Ee.A,{href:s,onClick:r,"aria-label":(0,d.__)("Learn more about dashboard sharing","google-site-kit"),external:!0})});return(0,A.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__description",children:[(0,A.jsx)(we.A,{children:a}),t&&(0,A.jsx)(y.Button,{onClick:o,children:(0,d._x)("Sign in with Google","Service name","google-site-kit")})]})}var Le=i(37226);function Service({module:e}){const t=(0,g.useSelect)(e=>e(I.oR).hasCapability(I.ej)),{name:i,owner:s}=(0,g.useSelect)(t=>t(Le.i).getModule(e)||{}),n=(0,g.useSelect)(t=>t(Le.i).getModuleIcon(e));return(0,A.jsxs)("li",{className:"googlesitekit-view-only-menu__service",children:[(0,A.jsx)("span",{className:"googlesitekit-view-only-menu__service--icon",children:(0,A.jsx)(n,{height:26})}),(0,A.jsx)("span",{className:"googlesitekit-view-only-menu__service--name",children:i}),t&&s?.login&&(0,A.jsx)("span",{className:"googlesitekit-view-only-menu__service--owner",children:(0,ze.A)((0,d.sprintf)(/* translators: %s: module owner Google Account email address */ /* translators: %s: module owner Google Account email address */ (0,d.__)("Shared by <strong>%s</strong>","google-site-kit"),s.login),{strong:(0,A.jsx)("strong",{title:s.login})})})]})}Service.propTypes={module:r().string.isRequired};var Be=i(15167);function SharedServices(){const e=(0,g.useSelect)(e=>e(I.oR).getViewableModules());return void 0===e?null:(0,A.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,A.jsx)(Be.A,{as:"h4",size:"large",type:"title",children:(0,d.__)("Shared services","google-site-kit")}),(0,A.jsx)("ul",{children:e.map(e=>(0,A.jsx)(Service,{module:e},e))})]})}var Pe=i(82167);function Tracking(){const e=(0,W.A)();return(0,A.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,A.jsx)(we.A,{children:(0,ze.A)((0,d.__)("Thanks for using Site Kit!<br />Help us make it even better","google-site-kit"),{br:(0,A.jsx)("br",{})})}),(0,A.jsx)(Pe.A,{trackEventCategory:`${e}_headerbar_viewonly`,alignCheckboxLeft:!0})]})}var Ge=i(74595);function ManageEmailReports(){const{setValue:e}=(0,Ge.wA)(P.n);return(0,A.jsxs)(u.Fragment,{children:[(0,A.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,A.jsx)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__email-reporting",children:(0,A.jsx)("ul",{className:"googlesitekit-view-only-menu",children:(0,A.jsx)("li",{className:"googlesitekit-view-only-menu__email-reporting-item",children:(0,A.jsx)(y.Button,{onClick:()=>e(V.Q,!0),icon:(0,A.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--icon",children:(0,A.jsx)(L,{width:"24"})}),tertiary:!0,children:(0,A.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--name",children:(0,d.__)("Manage email reports","google-site-kit")})})})})})]})}function ViewOnlyMenu(){const e=(0,Y.i)("proactiveUserEngagement"),[t,i]=(0,u.useState)(!1),s=(0,u.useRef)(),n=(0,W.A)();(0,m.A)(s,()=>i(!1)),(0,F.l)([f._f,f.wn],s,()=>i(!1));const o=(0,u.useCallback)(()=>{t||(0,_.sx)(`${n}_headerbar`,"open_viewonly"),i(!t)},[t,n]),r=(0,g.useSelect)(e=>e(I.oR).hasCapability(I.ej));return(0,A.jsxs)("div",{ref:s,className:l()("googlesitekit-view-only-menu","googlesitekit-dropdown-menu","googlesitekit-dropdown-menu__icon-menu","mdc-menu-surface--anchor",{"googlesitekit-view-only-menu--user-can-authenticate":r}),children:[(0,A.jsx)(y.Button,{className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--phone googlesitekit-button-icon",onClick:o,icon:(0,A.jsx)("span",{className:"mdc-button__icon","aria-hidden":"true",children:(0,A.jsx)(Oe,{className:"mdc-button__icon--image"})}),"aria-haspopup":"menu","aria-expanded":t,"aria-controls":"view-only-menu","aria-label":(0,d.__)("View only","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,d.__)("View only","google-site-kit")}),(0,A.jsxs)(y.Menu,{menuOpen:t,onSelected:o,id:"view-only-menu",nonInteractive:!0,children:[(0,A.jsx)(Description,{}),(0,A.jsx)(SharedServices,{}),e&&(0,A.jsx)(ManageEmailReports,{}),(0,A.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,A.jsx)(Tracking,{})]})]})}var Ue=i(71423),Ve=i(53137),Fe=i(77513);function CoreSiteBannerNotification({id:e,...t}){const{dismissNotification:i,acceptNotification:s}=(0,g.useDispatch)(B.O4),n=(0,u.useCallback)(()=>{s(e)},[e,s]),o=(0,u.useCallback)(()=>{i(e)},[e,i]);return(0,A.jsx)(Fe.A,{onCTAClick:n,onDismissClick:o,...t,id:e})}CoreSiteBannerNotification.propTypes={content:r().string,ctaLabel:r().string,ctaTarget:r().string,ctaURL:r().string,dismissLabel:r().string,dismissible:r().bool,gaTrackingEventArgs:r().object,id:r().string.isRequired,learnMoreLabel:r().string,learnMoreURL:r().string,title:r().string.isRequired},CoreSiteBannerNotification.defaultProps={content:"",ctaLabel:"",ctaTarget:"",ctaURL:"",dismissLabel:(0,d.__)("OK, Got it!","google-site-kit"),dismissible:!0,learnMoreLabel:"",learnMoreURL:""};const We=CoreSiteBannerNotification;const He=function CoreSiteBannerNotifications(){const e=(0,W.A)(),[t,i]=(0,u.useState)(!1),[s,n]=(0,u.useState)(!1),o=(0,u.useRef)(Date.now()),r=(0,g.useSelect)(e=>e(B.O4).isUsingProxy()&&!1===e(I.oR).areSurveysOnCooldown()?e(I.oR).getCurrentSurvey():null),[a,l]=(0,u.useState)([]),{registerNotification:c}=(0,g.useDispatch)(Ue.D),d=(0,g.useSelect)(e=>e(B.O4).getNotifications());return(0,u.useEffect)(()=>{const e=setTimeout(()=>{s||i(!0)},5e3);return()=>{clearTimeout(e)}},[s]),(0,u.useEffect)(()=>{Math.floor((Date.now()-o.current)/1e3)<5&&r&&n(!0)},[o,r,n]),(0,u.useEffect)(()=>{t&&!s&&d?.forEach(t=>{if(a.includes(t.id))return;const i={category:`${e}_remote-site-notification`,label:t.id};c(t.id,{Component:({Notification:e})=>(0,A.jsx)(e,{gaTrackingEventArgs:i,children:(0,A.jsx)(We,{...t,gaTrackingEventArgs:i})}),priority:t.priority,areaSlug:Ve.bI.HEADER,isDismissible:t.dismissible}),l(e=>(e.push(t.id),e))})},[e,s,d,c,a,t]),null};var Ye=i(90007),Ze=i(43569);function InternalServerError(){const e=(0,g.useSelect)(e=>e(B.O4).getInternalServerError());return e?(0,A.jsx)(Ze.A,{id:"internal-server-error",children:(0,A.jsx)(Ye.A,{notificationID:"internal-server-error",type:Ye.Q.ERROR,title:e.title,description:e.description})}):null}function LegacyNotifications(){const e=(0,Q.A)(),t=(0,ee.Ay)(),i=(0,g.useSelect)(e=>e(I.oR).isAuthenticated());return(0,A.jsxs)(u.Fragment,{children:[(0,A.jsx)(InternalServerError,{}),!e&&t===ee.Oo&&i&&(0,A.jsx)(He,{})]})}var Qe=i(74995);function Header({children:e,subHeader:t,showNavigation:i}){const s=!!(0,ee.Ay)(),n=(0,Q.A)();!function(){const e=(0,W.A)(),t=(0,g.useSelect)(e=>e(B.O4).isUsingProxy()),i=(0,g.useSelect)(e=>e(B.O4).getSetupErrorMessage());(0,u.useEffect)(()=>{i||void 0===t||async function(){const i=await(0,k.Gq)("start_user_setup"),s=await(0,k.Gq)("start_site_setup");i.cacheHit&&(await(0,k.LD)("start_user_setup"),(0,_.sx)(`${e}_setup`,"complete_user_setup",t?"proxy":"custom-oauth")),s.cacheHit&&(await(0,k.LD)("start_site_setup"),(0,_.sx)(`${e}_setup`,"complete_site_setup",t?"proxy":"custom-oauth"))}()},[e,t,i])}();const o=(0,g.useSelect)(e=>e(B.O4).getAdminURL("googlesitekit-dashboard")),r=(0,g.useSelect)(e=>e(I.oR).isAuthenticated()),[a,m]=(0,c.A)({childList:!0}),h=!!m.target?.childElementCount;return(0,A.jsxs)(u.Fragment,{children:[(0,A.jsx)("header",{className:l()("googlesitekit-header",{"googlesitekit-header--has-subheader":h,"googlesitekit-header--has-navigation":i}),children:(0,A.jsx)(Z.xA,{children:(0,A.jsxs)(Z.fI,{children:[(0,A.jsx)(Z.fh,{smSize:1,mdSize:2,lgSize:4,className:"googlesitekit-header__logo",alignMiddle:!0,children:(0,A.jsx)(Ee.A,{"aria-label":(0,d.__)("Go to dashboard","google-site-kit"),className:"googlesitekit-header__logo-link",href:o,children:(0,A.jsx)(p.A,{})})}),(0,A.jsxs)(Z.fh,{smSize:3,mdSize:6,lgSize:8,className:"googlesitekit-header__children",alignMiddle:!0,children:[e,!r&&s&&n&&(0,A.jsx)(ViewOnlyMenu,{}),r&&!n&&(0,A.jsx)(UserMenu,{})]})]})})}),(0,A.jsx)("div",{className:"googlesitekit-subheader",ref:a,children:t}),i&&(0,A.jsx)(DashboardNavigation,{}),(0,A.jsx)(Te,{}),(0,A.jsx)(LegacyNotifications,{}),(0,A.jsx)(Qe.A,{areaSlug:Ve.bI.HEADER})]})}Header.displayName="Header",Header.propTypes={children:r().node,subHeader:r().element,showNavigation:r().bool},Header.defaultProps={children:null,subHeader:null};const qe=Header},12850:(e,t,i)=>{i.d(t,{tt:()=>M,Jg:()=>j,Gp:()=>I,GH:()=>x,r0:()=>A,Du:()=>S,Zf:()=>W,Cn:()=>B,G7:()=>f,vH:()=>h,N_:()=>D,zh:()=>Y,mK:()=>d.mK,Ql:()=>b,vY:()=>L,sq:()=>E,VZ:()=>P.VZ,JK:()=>d.JK,IS:()=>C,pH:()=>P.pH,kf:()=>U,O5:()=>T,Qr:()=>N,x6:()=>G,K5:()=>d.K5,S_:()=>m,dc:()=>P.dc,Eo:()=>d.Eo,jq:()=>d.jq,DK:()=>F.D,N9:()=>V,p9:()=>o.p,XH:()=>w,Zm:()=>l,sx:()=>n.sx,BI:()=>n.BI,CZ:()=>o.C,BG:()=>H});var s=i(17243),n=i(89318),o=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let s=e[i];s&&"object"==typeof s&&!Array.isArray(s)&&(s=c(s)),t[i]=s}),t}var d=i(79829);function u(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function g(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[u,g,p];let i=e;for(const e of t)i=e(i);return i}function h(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var y=i(32091),v=i.n(y),_=i(82871);const k="Date param must construct to a valid date instance or be a valid date instance itself.",x="Invalid dateString parameter, it must be a string.",I='Invalid date range, it must be a string with the format "last-x-days".',A=60,j=60*A,M=24*j,S=7*M;function b(){function e(e){return(0,_.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,_._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function N(e=""){if(!(0,s.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,s.isDate)(t)&&!isNaN(t)}function E(e){v()((0,s.isDate)(e)&&!isNaN(e),k);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function w(e){v()(N(e),x);const[t,i,s]=e.split("-");return new Date(t,i-1,s)}function C(e,t){return E(D(e,t*M))}function T(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function D(e,t){v()(N(e)||(0,s.isDate)(e)&&!isNaN(e),x);const i=N(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var R=i(69743),O=i(94552),z=i(62540);function L(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,R.Ay)((0,z.jsx)(O.A,{direction:e>0?"up":"down",invertColor:i}))}function B(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var P=i(8143);function G(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function U(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function V(e){return Array.isArray(e)?[...e].sort():e}var F=i(2522);function W(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const s=(t-e)/e;return Number.isNaN(s)||!Number.isFinite(s)?null:s}function H(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function Y(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,s.unescape)(t)}},13719:(e,t,i)=>{i.d(t,{A:()=>ModuleDashboardEffects});var s=i(50539),n=i(37226),o=i(73874),r=i(62540);const a={[o.Oo]:"DashboardMainEffectComponent",[o.oE]:"DashboardEntityEffectComponent"};function ModuleDashboardEffects(){const e=(0,o.Ay)(),t=(0,s.useSelect)(e=>e(n.i).getModules());if(!t)return null;const i=a[e];return Object.values(t).reduce((e,t)=>{const s=t[i];return t.active&&s?[...e,(0,r.jsx)(s,{},t.slug)]:e},[])}},14007:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(47209),n=i(62688),o=i.n(n),r=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,r.useState)(document.createElement("div"));return(0,s.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:o().string,children:o().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15135:(e,t,i)=>{i.d(t,{Gr:()=>r,We:()=>l,Y2:()=>a});var s=i(86134),n=i(73549),o=i(9652);const r={[s.N$.QUARTER]:3,[s.N$.HALF]:6,[s.N$.FULL]:12},a="googlesitekit-hidden",l=[n.A,o.A]},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:s="span",children:n,...o}){return(0,l.jsx)(s,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...o,children:n})}Typography.propTypes={className:n().string,type:n().oneOf(a.tT),size:n().oneOf(a.oJ),as:n().oneOfType([n().string,n().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>n});var s=i(31234);const n=i.n(s)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var s=i(55620),n=i(99123);const o={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=o){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[d,u]=(0,s._)("undefined"==typeof document?[l,c]:a,t,i);function g(){return u(a)}return(0,n.A)(r,"resize",g),(0,n.A)(r,"orientationchange",g),d}function c(e){return l(e)[0]}},15863:(e,t,i)=>{i.d(t,{i:()=>r});var s=i(63696),n=i(50539),o=i(7081);function r(e){const{setValue:t}=(0,n.useDispatch)(o.n);return(0,s.useCallback)(()=>{t("admin-screen-tooltip",{isTooltipVisible:!0,...e})},[t,e])}},16196:(e,t,i)=>{i.d(t,{A:()=>a});var s=i(50539),n=i(37226),o=i(71769),r=i(62540);function a({moduleName:e,FallbackComponent:t,IncompleteComponent:i}){return a=>{function WhenActiveComponent(o){const l=(0,s.useSelect)(t=>t(n.i).getModule(e),[e]);if(!l)return null;const c=t||o.WidgetNull||null;if(!1===l.active)return c&&(0,r.jsx)(c,{...o});if(!1===l.connected){const e=i||c;return e&&(0,r.jsx)(e,{...o})}return(0,r.jsx)(a,{...o})}return WhenActiveComponent.displayName=`When${(0,o.Uf)(e)}Active`,(a.displayName||a.name)&&(WhenActiveComponent.displayName+=`(${a.displayName||a.name})`),WhenActiveComponent}}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:r()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:n().string,children:n().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696),n=i(82286),o=i(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,r=i.g){const[a,l]=(0,s.useState)((0,n.d)(r.location.href,e)||t);return[a,function(t){l(t);const i=(0,o.F)(r.location.href,{[e]:t});r.history.replaceState(null,"",i)}]}},20898:(e,t,i)=>{i.d(t,{A:()=>N});var s,n=i(4452),o=i.n(n),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),d=i(82871);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},u.apply(null,arguments)}const g=e=>c.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),s||(s=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},m.apply(null,arguments)}const h=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var f;function y(){return y=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},y.apply(null,arguments)}const v=e=>c.createElement("svg",y({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),f||(f=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var _=i(83366),k=i(84385),x=i(62540);const I="BUTTON",A="BUTTON_DISABLED",j="EXTERNAL_LINK",M="LINK",S="ROUTER_LINK",b=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:s=!1,arrow:n=!1,back:r=!1,caps:a=!1,children:c,className:u="",danger:p=!1,disabled:m=!1,external:f=!1,hideExternalIndicator:y=!1,href:b="",inverse:N=!1,noFlex:E=!1,onClick:w,small:C=!1,standalone:T=!1,linkButton:D=!1,to:R,leadingIcon:O,trailingIcon:z,...L}=e;const B=b||R||!w?R?S:f?j:M:m?A:I;const P=B===I||B===A?"button":B===S?l.N_:"a",G=function(){let e;return B===j&&(e=(0,d._x)("(opens in a new tab)","screen reader text","google-site-kit")),B===A&&(e=(0,d._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let U=O,V=z;return r&&(U=(0,x.jsx)(v,{width:14,height:14})),f&&!y&&(V=(0,x.jsx)(_.A,{width:14,height:14})),n&&!N&&(V=(0,x.jsx)(g,{width:14,height:14})),n&&N&&(V=(0,x.jsx)(h,{width:14,height:14})),(0,x.jsxs)(P,{"aria-label":G,className:o()("googlesitekit-cta-link",u,{"googlesitekit-cta-link--secondary":s,"googlesitekit-cta-link--inverse":N,"googlesitekit-cta-link--small":C,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":T,"googlesitekit-cta-link--link-button":D,"googlesitekit-cta-link--no-flex":!!E}),disabled:m,href:B!==M&&B!==j||m?void 0:b,onClick:w,rel:B===j?"noopener noreferrer":void 0,ref:t,target:B===j?"_blank":void 0,to:R,...L,children:[!!U&&(0,x.jsx)(k.A,{marginRight:5,children:U}),(0,x.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!V&&(0,x.jsx)(k.A,{marginLeft:5,children:V})]})});b.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const N=b},21134:(e,t,i)=>{i.d(t,{Gq:()=>u,IL:()=>h,LD:()=>p,SO:()=>g,a2:()=>n,xD:()=>m});var s=i(12850);const n="googlesitekit_",o=`${n}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function d(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function u(e){const t=await d();if(t){const i=t.getItem(`${o}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:s,value:n,isError:o}=e;if(t&&(!s||Math.round(Date.now()/1e3)-t<s))return{cacheHit:!0,value:n,isError:o}}}return{cacheHit:!1,value:void 0}}async function g(e,t,{ttl:n=s.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await d();if(l)try{return l.setItem(`${o}${e}`,JSON.stringify({timestamp:r,ttl:n,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await d();if(t)try{const i=e.startsWith(n)?e:`${o}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await d();if(e)try{const t=[];for(let i=0;i<e.length;i++){const s=e.key(i);0===s.indexOf(n)&&t.push(s)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function h(){if(await d()){const e=await m();for(const t of e)await p(t);return!0}return!1}},22821:(e,t,i)=>{i.d(t,{A:()=>n});var s=i(24558);function n(e){return s.kz.includes(e)}},23141:(e,t,i)=>{i.d(t,{A:()=>WidgetRecoverableModules});var s=i(62688),n=i.n(s),o=i(63696),r=i(47345),a=i(9652),l=i(62540);function WidgetRecoverableModules({widgetSlug:e,moduleSlugs:t,...i}){const s=(0,o.useMemo)(()=>({moduleSlug:[...t].sort().join(","),moduleSlugs:t}),[t]);return(0,r.A)(e,a.A,s),(0,l.jsx)(a.A,{moduleSlugs:t,...i})}WidgetRecoverableModules.propTypes={widgetSlug:n().string.isRequired,...a.A.propTypes}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:s,padding:n,smallWidth:o,smallHeight:c,tabletWidth:d,tabletHeight:u,desktopWidth:g,desktopHeight:p}){const m=(0,a.dv)(),h={width:{[a.mp]:o,[a.Lg]:d,[a.Fo]:g,[a.Qb]:g},height:{[a.mp]:c,[a.Lg]:u,[a.Fo]:p,[a.Qb]:g}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":n}),style:{width:h.width[m]||t,height:h.height[m]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===s})})})}PreviewBlock.propTypes={className:n().string,width:n().string,height:n().string,shape:n().string,padding:n().bool,smallWidth:n().string,smallHeight:n().string,tabletWidth:n().string,tabletHeight:n().string,desktopWidth:n().string,desktopHeight:n().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24288:(e,t,i)=>{i.d(t,{hk:()=>o,tm:()=>n,zP:()=>s});const s="editing-user-role-select-slug-key",n="dashboardSharingDialogOpen",o="resetSharingDialogOpen"},24452:(e,t,i)=>{i.d(t,{A:()=>G});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(50539),l=i(63696),c=i(93934),d=i(12108),u=i(86134),g=i(7081),p=i(55527),m=i(32947),h=i(68869),f=i(17243),y=i(37226),v=i(39828),_=i(23141),k=i(15135),x=i(35323),I=i(62540);function WidgetRenderer({slug:e,OverrideComponent:t}){const i=(0,a.useSelect)(t=>t(u.aO).getWidget(e)),s=(0,m.dv)(),n=(0,c.c1)(e),{Widget:o,WidgetNull:r}=n,d=(0,a.useSelect)(e=>e(y.i).getRecoverableModules()),g=(0,x.A)(),p=(0,l.useMemo)(()=>i&&d&&(0,f.intersection)(i.modules,Object.keys(d)),[d,i]),h=(0,a.useSelect)(t=>t(u.aO).isWidgetPreloaded(e));if(!i||void 0===p||i?.hideOnBreakpoints?.includes(s))return(0,I.jsx)(r,{});const{Component:A,wrapWidget:j}=i;let M=(0,I.jsx)(A,{...n});return g&&p?.length&&(M=(0,I.jsx)(_.A,{widgetSlug:e,moduleSlugs:p})),t?M=(0,I.jsxs)(l.Fragment,{children:[(0,I.jsx)(v.A,{widgetSlug:"overridden",children:(0,I.jsx)(t,{})}),(0,I.jsx)("div",{className:k.Y2,children:M})]}):j&&(M=(0,I.jsx)(o,{children:M})),h?(0,I.jsx)("div",{className:k.Y2,children:M}):M}WidgetRenderer.propTypes={slug:n().string.isRequired,OverrideComponent:n().elementType};const A=WidgetRenderer;function WidgetCellWrapper({gridColumnWidth:e,children:t}){return 0===e?(0,I.jsx)("div",{className:k.Y2,children:t}):e<6?(0,I.jsx)(p.fh,{lgSize:e,mdSize:4,smSize:2,children:t}):e<8?(0,I.jsx)(p.fh,{lgSize:e,mdSize:8,children:t}):(0,I.jsx)(p.fh,{size:e,children:t})}WidgetCellWrapper.propTypes={gridColumnWidth:n().number.isRequired,children:n().element.isRequired};const j=WidgetCellWrapper;var M=i(38021),S=i.n(M),b=i(82871),N=i(4884),E=i(54312),w=i(61991),C=i(12850),T=i(59323);class WidgetErrorHandler extends l.Component{constructor(e){super(e),this.state={error:null,info:null},this.onErrorClick=this.onErrorClick.bind(this)}componentDidCatch(e,t){i.g.console.error("Widget error:",e,t),this.setState({error:e,info:t}),(0,C.sx)("widget_error",`handle_${this.context||"unknown"}_error`,`${this.props.slug}_${e?.message}\n${t?.componentStack}`.slice(0,500-this.props.slug.length-1))}onErrorClick(){const{error:e,info:t}=this.state;S()(`\`${e?.message}\n${t?.componentStack}\``)}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,I.jsx)("div",{className:"googlesitekit-widget-error-handler",children:(0,I.jsx)(N.A,{description:(0,I.jsxs)(l.Fragment,{children:[(0,I.jsx)(T.A,{children:(0,b.__)("An error prevented this Widget from being displayed properly. Report the exact contents of the error on the support forum to find out what caused it.","google-site-kit")}),(0,I.jsx)(E.A,{message:t.message,componentStack:i.componentStack})]}),onErrorClick:this.onErrorClick,onClick:this.onErrorClick,title:(0,b.__)("Error in Widget","google-site-kit"),error:!0})}):e}}WidgetErrorHandler.contextType=w.Ay,WidgetErrorHandler.propTypes={children:n().node.isRequired};const D=WidgetErrorHandler;var R=i(58116),O=i(89362),z=i(98652);function WidgetNewBadge({slug:e}){const t=(0,a.useSelect)(t=>t(u.aO).getWidgetArea(e)),{hasNewBadge:i}=t,s=`widget-area-expirable-new-badge-${e}`,n=(0,a.useSelect)(e=>e(R.oR).hasExpirableItem(s)),o=(0,a.useSelect)(e=>e(R.oR).isExpirableItemActive(s)),r=i&&(!1===n||o),{setExpirableItemTimers:c}=(0,a.useDispatch)(R.oR);return(0,l.useEffect)(()=>{void 0!==n&&void 0!==o&&i&&!n&&c([{slug:s,expiresInSeconds:4*C.Du}])},[i,s,n,o,c]),!!r&&(0,I.jsx)(z.A,{})}WidgetNewBadge.propTypes={slug:n().string.isRequired};var L=i(15577),B=i(15167);function WidgetAreaHeader({slug:e,Icon:t=!1,title:i="",subtitle:s="",CTA:n}){const o=(0,L.SO)(),r=n&&o>=783,a="function"==typeof s?s:void 0;return(0,I.jsxs)(l.Fragment,{children:[t&&(0,I.jsx)(t,{width:33,height:33}),i&&(0,I.jsxs)(B.A,{as:"h3",type:"headline",size:"small",className:"googlesitekit-widget-area-header__title",children:[i,(0,I.jsx)(WidgetNewBadge,{slug:e})]}),(s||n)&&(0,I.jsxs)("div",{className:"googlesitekit-widget-area-header__details",children:[s&&(0,I.jsxs)(B.A,{as:"h4",size:"medium",type:"body",className:"googlesitekit-widget-area-header__subtitle",children:[a&&(0,I.jsx)(a,{}),!a&&s,!i&&(0,I.jsx)(WidgetNewBadge,{slug:e})]}),r&&(0,I.jsx)("div",{className:"googlesitekit-widget-area-header__cta",children:(0,I.jsx)(n,{})})]})]})}function P(e){const t={[m.Qb]:48,[m.Fo]:48,[m.Lg]:32,[m.mp]:32}[e];return`${-Math.abs((0,d.Eq)(e)+t)}px ${-t}px ${-t}px ${-t}px`}function WidgetAreaRenderer({slug:e,contextID:t}){const i=(0,x.A)(),s=(0,a.useSelect)(e=>i?e(R.oR).getViewableModules():null),n=(0,L.SO)(),o=(0,m.dv)(),d=(0,l.useRef)(),f=(0,O.A)(d,{rootMargin:P(o),threshold:0}),y=(0,a.useSelect)(t=>t(u.aO).getWidgetArea(e)),{Icon:v,title:_,style:k,subtitle:M,CTA:S,Footer:b}=y,N=(0,a.useSelect)(t=>t(u.aO).getWidgets(e,{modules:s||void 0})),E=(0,a.useSelect)(e=>e(u.aO).getWidgetStates()),w=(0,a.useSelect)(t=>t(u.aO).isWidgetAreaActive(e,{modules:s||void 0})),C=(0,a.useSelect)(e=>e(g.n).getValue(g.F)),[T,z]=(0,l.useState)({key:`WidgetAreaRenderer-${e}`,value:C?C===t:!!f?.intersectionRatio});(0,l.useEffect)(()=>{z({key:`WidgetAreaRenderer-${e}`,value:C?C===t:!!f?.intersectionRatio})},[f,e,C,t]);const B=S&&n<=782;if(void 0===s)return null;const{columnWidths:G,rowIndexes:U}=(0,c.X9)(N,E),{gridColumnWidths:V,overrideComponents:F}=(0,c.DO)(N,E,{columnWidths:G,rowIndexes:U}),W=N.map((e,t)=>(0,I.jsx)(j,{gridColumnWidth:V[t],children:(0,I.jsx)(D,{slug:e.slug,children:(0,I.jsx)(A,{OverrideComponent:F[t]?()=>{const{Component:e,metadata:i}=F[t];return(0,I.jsx)(e,{...i})}:void 0,slug:e.slug})})},`${e.slug}-wrapper`));return(0,I.jsxs)(h.Ay,{value:T,children:[!!w&&(0,I.jsxs)(p.xA,{className:r()("googlesitekit-widget-area",`googlesitekit-widget-area--${e}`,`googlesitekit-widget-area--${k}`),ref:d,children:[(0,I.jsx)(p.fI,{children:(0,I.jsx)(p.fh,{className:"googlesitekit-widget-area-header",size:12,children:(0,I.jsx)(WidgetAreaHeader,{slug:e,Icon:v,title:_,subtitle:M,CTA:S})})}),(0,I.jsx)("div",{className:"googlesitekit-widget-area-widgets",children:(0,I.jsxs)(p.fI,{children:[k===u.qB.BOXES&&W,k===u.qB.COMPOSITE&&(0,I.jsx)(p.fh,{size:12,children:(0,I.jsx)(p.xA,{children:(0,I.jsx)(p.fI,{children:W})})})]})}),(0,I.jsxs)(p.fI,{children:[B&&(0,I.jsx)(p.fh,{className:"googlesitekit-widget-area-footer",lgSize:12,mdSize:4,smSize:2,children:(0,I.jsx)("div",{className:"googlesitekit-widget-area-footer__cta",children:(0,I.jsx)(S,{})})}),b&&(0,I.jsx)(p.fh,{className:"googlesitekit-widget-area-footer",lgSize:12,mdSize:B?4:8,smSize:B?2:4,children:(0,I.jsx)(b,{})})]})]}),!w&&(0,I.jsx)(p.xA,{className:r()(c.Y2,"googlesitekit-widget-area",{[`googlesitekit-widget-area--${e}`]:!!e,[`googlesitekit-widget-area--${k}`]:!!k}),ref:d,children:W})]})}function WidgetContextRenderer(e){const{id:t,slug:i,className:s,Header:n,Footer:o}=e,l=(0,x.A)(),c=(0,a.useSelect)(e=>l?e(R.oR).getViewableModules():null),d=(0,a.useSelect)(e=>i?e(u.aO).getWidgetAreas(i):null),g=(0,a.useSelect)(e=>!!i&&e(u.aO).isWidgetContextActive(i,{modules:c||void 0}));return void 0===c?null:(0,I.jsxs)("div",{id:t,className:r()("googlesitekit-widget-context",{"googlesitekit-hidden":!g},s),children:[n&&g&&(0,I.jsx)(p.xA,{children:(0,I.jsx)(p.fI,{children:(0,I.jsx)(p.fh,{size:12,children:(0,I.jsx)(n,{})})})}),d&&d.map(e=>(0,I.jsx)(WidgetAreaRenderer,{slug:e.slug,contextID:t},e.slug)),o&&g&&(0,I.jsx)(p.xA,{children:(0,I.jsx)(p.fI,{children:(0,I.jsx)(p.fh,{size:12,children:(0,I.jsx)(o,{})})})})]})}WidgetAreaHeader.propTypes={slug:n().string.isRequired,Icon:n().bool,title:n().oneOfType([n().string,n().element]),subtitle:n().oneOfType([n().string,n().elementType]),CTA:n().elementType},WidgetAreaRenderer.propTypes={slug:n().string.isRequired,contextID:n().string},WidgetContextRenderer.propTypes={id:n().string,slug:n().string,className:n().string,Header:n().elementType,Footer:n().elementType};const G=WidgetContextRenderer},24558:(e,t,i)=>{i.d(t,{Ax:()=>o,CZ:()=>d,Ej:()=>A,Gw:()=>j,Is:()=>r,KK:()=>g,Nn:()=>S,OT:()=>x,SH:()=>k,Y$:()=>p,ZS:()=>a,bg:()=>f,en:()=>I,ep:()=>h,f7:()=>n,hi:()=>m,jU:()=>s,k$:()=>v,kz:()=>M,ly:()=>l,mo:()=>y,s3:()=>_,uR:()=>c,zx:()=>u});const s="mainDashboard",n="entityDashboard",o="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",d="adminBar",u="adminBarViewOnly",g="settings",p="adBlockingRecovery",m="wpDashboard",h="wpDashboardViewOnly",f="moduleSetup",y="metricSelection",v="wpBlockEditor",_="keyMetricsSetup",k="key-metrics",x="traffic",I="content",A="speed",j="monetization",M=[s,n,o,r,a,c,g,f,y],S=[o,r,u,h]},25623:(e,t,i)=>{i.d(t,{G:()=>u});var s=i(82871),n=i(58116),o=i(93896),r=i(72455);function a({select:e,slug:t}){return e(r.K9).hasConversionReportingEvents(this.requiredConversionEventName)||e(n.oR).isKeyMetricActive(t)}var l=i(50111);function c({select:e,isViewOnlyDashboard:t}){return!t||!(!t||!e(r.K9).getAdSenseLinked())}function d({select:e,isViewOnlyDashboard:t}){return!t||e(r.K9).hasCustomDimensions(this.requiredCustomDimensions)}const u={[n.p3]:{title:(0,s.__)("Top earning pages","google-site-kit"),description:(0,s.__)("Pages that generated the most AdSense revenue","google-site-kit"),infoTooltip:(0,s.__)("Pages that generated the most AdSense revenue","google-site-kit"),displayInSelectionPanel:c,displayInList:c,metadata:{group:l.hs.SLUG}},[n.BT]:{title:(0,s.__)("Top recent trending pages","google-site-kit"),description:(0,s.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),infoTooltip:(0,s.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_date"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[n.tB]:{title:(0,s.__)("Most popular authors by pageviews","google-site-kit"),description:(0,s.__)("Authors whose posts got the most visits","google-site-kit"),infoTooltip:(0,s.__)("Authors whose posts got the most visits","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_author"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[n.t1]:{title:(0,s.__)("Top categories by pageviews","google-site-kit"),description:(0,s.__)("Categories that your site visitors viewed the most","google-site-kit"),infoTooltip:(0,s.__)("Categories that your site visitors viewed the most","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_categories"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[n.ep]:{title:(0,s.__)("Most popular content by pageviews","google-site-kit"),description:(0,s.__)("Pages that brought in the most visitors","google-site-kit"),infoTooltip:(0,s.__)("Pages your visitors read the most","google-site-kit"),metadata:{group:l.hs.SLUG}},[n.pG]:{title:(0,s.__)("Most popular products by pageviews","google-site-kit"),description:(0,s.__)("Products that brought in the most visitors","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_type"],displayInSelectionPanel:({select:e})=>e(n.oR).isKeyMetricActive(n.pG)||e(o.O4).getProductPostType(),displayInWidgetArea:d,metadata:{group:l.GF.SLUG}},[n.nH]:{title:(0,s.__)("Pages per visit","google-site-kit"),description:(0,s.__)("Number of pages visitors viewed per session on average","google-site-kit"),infoTooltip:(0,s.__)("Number of pages visitors viewed per session on average","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.J5]:{title:(0,s.__)("Visit length","google-site-kit"),description:(0,s.__)("Average duration of engaged visits","google-site-kit"),infoTooltip:(0,s.__)("Average duration of engaged visits","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.Yw]:{title:(0,s.__)("Visits per visitor","google-site-kit"),description:(0,s.__)("Average number of sessions per site visitor","google-site-kit"),infoTooltip:(0,s.__)("Average number of sessions per site visitor","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.UY]:{title:(0,s.__)("Most engaging pages","google-site-kit"),description:(0,s.__)("Pages with the highest engagement rate","google-site-kit"),infoTooltip:(0,s.__)("Pages with the highest engagement rate","google-site-kit"),metadata:{group:l.hs.SLUG}},[n.gC]:{title:(0,s.__)("Least engaging pages","google-site-kit"),description:(0,s.__)("Pages with the highest percentage of visitors that left without engagement with your site","google-site-kit"),infoTooltip:(0,s.__)("Percentage of visitors that left without engagement with your site","google-site-kit"),metadata:{group:l.hs.SLUG}},[n.tK]:{title:(0,s.__)("Top pages by returning visitors","google-site-kit"),description:(0,s.__)("Pages that attracted the most returning visitors","google-site-kit"),infoTooltip:(0,s.__)("Pages that attracted the most returning visitors","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.fu]:{title:(0,s.__)("New visitors","google-site-kit"),description:(0,s.__)("How many new visitors you got and how the overall audience changed","google-site-kit"),infoTooltip:(0,s.__)("Portion of visitors who visited your site for the first time in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.dX]:{title:(0,s.__)("Returning visitors","google-site-kit"),description:(0,s.__)("Portion of people who visited your site more than once","google-site-kit"),infoTooltip:(0,s.__)("Portion of your site’s visitors that returned at least once in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.SS]:{title:(0,s.__)("Top traffic source","google-site-kit"),description:(0,s.__)("Channel which brought in the most visitors to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most visitors to your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.Vl]:{title:(0,s.__)("Top traffic source driving add to cart","google-site-kit"),description:(0,s.__)("Channel which brought in the most add to cart events to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most add to cart events to your site","google-site-kit"),requiredConversionEventName:[r.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[n.u_]:{title:(0,s.__)("Top traffic source driving leads","google-site-kit"),description:(0,s.__)("Channel which brought in the most leads to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most leads to your site","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}},[n.HA]:{title:(0,s.__)("Top traffic source driving purchases","google-site-kit"),description:(0,s.__)("Channel which brought in the most purchases to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most purchases to your site","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[n.GT]:{title:(0,s.__)("Most engaged traffic source","google-site-kit"),description:(0,s.__)("Visitors coming via this channel spent the most time on your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most visitors who had a meaningful engagement with your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.qy]:{title:(0,s.__)("Top converting traffic source","google-site-kit"),description:(0,s.__)("Channel which brought in the most visits that resulted in key events","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in visitors who generated the most key events","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.GM]:{title:(0,s.__)("Top cities driving traffic","google-site-kit"),description:(0,s.__)("Which cities you get the most visitors from","google-site-kit"),infoTooltip:(0,s.__)("The cities where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.CQ]:{title:(0,s.__)("Top cities driving leads","google-site-kit"),description:(0,s.__)("Cities driving the most contact form submissions","google-site-kit"),infoTooltip:(0,s.__)("Cities driving the most contact form submissions","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}},[n.Xq]:{title:(0,s.__)("Top cities driving add to cart","google-site-kit"),description:(0,s.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),infoTooltip:(0,s.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),requiredConversionEventName:[r.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[n.JF]:{title:(0,s.__)("Top cities driving purchases","google-site-kit"),description:(0,s.__)("Cities driving the most purchases","google-site-kit"),infoTooltip:(0,s.__)("Cities driving the most purchases","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[n.YQ]:{title:(0,s.__)("Top device driving purchases","google-site-kit"),description:(0,s.__)("Top device driving the most purchases","google-site-kit"),infoTooltip:(0,s.__)("Top device driving the most purchases","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[n.dV]:{title:(0,s.__)("Top countries driving traffic","google-site-kit"),description:(0,s.__)("Which countries you get the most visitors from","google-site-kit"),infoTooltip:(0,s.__)("The countries where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.t7]:{title:(0,s.__)("Top performing keywords","google-site-kit"),description:(0,s.__)("What people searched for before they came to your site","google-site-kit"),infoTooltip:(0,s.__)("The top search queries for your site by highest clickthrough rate","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.HP]:{title:(0,s.__)("Top pages driving leads","google-site-kit"),description:(0,s.__)("Pages on which forms are most frequently submitted","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}}}},25874:(e,t,i)=>{i.d(t,{A:()=>f});var s=i(62688),n=i.n(s),o=i(47485),r=i(63696),a=i(82871),l=i(55527),c=i(4452),d=i.n(c),u=i(62540);const g=(0,r.forwardRef)(({children:e,href:t,text:i,className:s,danger:n,disabled:o,target:r,"aria-label":a,inverse:l,tertiary:c,callout:g,calloutStyle:p,...m},h)=>{const f=t&&!o?"a":"button";return(0,u.jsx)(f,{className:d()("mdc-button",s,{"mdc-button--raised":!i&&!c&&!g,"mdc-button--danger":n,"mdc-button--inverse":l,"mdc-button--tertiary":c,"mdc-button--callout":g,"mdc-button--callout-primary":g||"primary"===p,"mdc-button--callout-warning":"warning"===p,"mdc-button--callout-error":"error"===p}),href:o?void 0:t,ref:h,disabled:!!o,"aria-label":a,target:r||"_self",role:"a"===f?"button":void 0,...m,children:e})});g.propTypes={children:n().node,href:n().string,text:n().bool,className:n().string,danger:n().bool,disabled:n().bool,target:n().string,"aria-label":n().string,inverse:n().bool,tertiary:n().bool,callout:n().bool,calloutStyle:n().oneOf(["primary","warning","error"])};const p=g;var m=i(59020);function MaybeTooltip({children:e,disabled:t=!1,tooltip:i=!1,tooltipTitle:s=null,hasIconOnly:n=!1,tooltipEnterDelayInMS:o=100}){return!t&&(i&&s||n&&s)?(0,u.jsx)(m.A,{title:s,enterDelay:o,children:e}):e}MaybeTooltip.propTypes={children:n().node.isRequired,disabled:n().bool,tooltip:n().bool,tooltipTitle:n().oneOfType([n().string,n().element]),hasIconOnly:n().bool,tooltipEnterDelayInMS:n().number};const h=(0,r.forwardRef)(({children:e,href:t=null,text:i=!1,className:s="",danger:n=!1,disabled:c=!1,target:d,icon:g=null,trailingIcon:m=null,"aria-label":h,title:f=null,customizedTooltip:y=null,tooltip:v=!1,inverse:_=!1,hideTooltipTitle:k=!1,tooltipEnterDelayInMS:x=100,tertiary:I=!1,callout:A=!1,calloutStyle:j=null,...M},S)=>{const b=(0,r.useCallback)(e=>{null!==e&&l.Nv.attachTo(e)},[]),N=(0,o.A)(S,b);const E=k?null:f||y||h;return(0,u.jsx)(MaybeTooltip,{disabled:c,tooltip:v,tooltipTitle:E,hasIconOnly:!!g&&void 0===e,tooltipEnterDelayInMS:x,children:(0,u.jsxs)(p,{href:t,disabled:c,className:s,danger:n,text:i,tertiary:I,inverse:_,callout:A,calloutStyle:j,ref:N,"aria-label":function(){let t=h;if("_blank"!==d)return t;const i=(0,a._x)("(opens in a new tab)","screen reader text","google-site-kit");return"string"==typeof e&&(t=t||e),t?`${t} ${i}`:i}(),target:d||"_self",...M,children:[g,e&&(0,u.jsx)("span",{className:"mdc-button__label",children:e}),m]})})});h.propTypes={onClick:n().func,children:n().node,href:n().string,text:n().bool,className:n().string,danger:n().bool,disabled:n().bool,icon:n().element,trailingIcon:n().element,title:n().string,customizedTooltip:n().element,tooltip:n().bool,inverse:n().bool,hideTooltipTitle:n().bool,callout:n().bool,calloutStyle:n().oneOf(["primary","warning","error"])};const f=h},27134:(e,t,i)=>{i.d(t,{A:()=>PanelContent});var s=i(4452),n=i.n(s),o=i(17243),r=i(62688),a=i.n(r),l=i(63696),c=i(82871),d=i(81276),u=i(50539),g=i(58116),p=i(72455),m=i(99897),h=i(50111),f=i(25623),y=i(66889),v=i(16196),_=i(27333),k=i(59323),x=i(62540);const I=(0,v.A)({moduleName:m.L1})(function CustomDimensionsNotice(){const e=(0,_.A)(h.Is,h.Y0),t=e?.flatMap(e=>{const t=f.G[e];return t?.requiredCustomDimensions||[]}),s=(0,u.useInViewSelect)(e=>!!t?.length&&!e(p.K9).hasCustomDimensions(t),[t]),n=(0,u.useInViewSelect)(e=>e(g.oR).hasScope(p.S9));(0,u.useInViewSelect)(e=>e(p.K9).getAvailableCustomDimensions());const o=(0,d.A)(s),r=(0,l.useRef)();if((0,l.useEffect)(()=>{if(s&&!1===o){const e=i.g.document.activeElement;e&&e.closest(".googlesitekit-selection-panel-item")&&(0,y.N)(r.current,e)&&e.scrollIntoView()}},[s,o]),!1===s)return null;const a=n?(0,c.__)("The metrics you selected require more data tracking. We will update your Analytics property after saving your selection.","google-site-kit"):(0,c.__)("The metrics you selected require more data tracking. You will be directed to update your Analytics property after saving your selection.","google-site-kit");return(0,x.jsx)("div",{className:"googlesitekit-selection-panel-notice",ref:r,children:(0,x.jsx)(k.A,{children:a})})});var A=i(13606),j=i(45472),M=i(93896),S=i(20898),b=i(718),N=i(35323);function Header({closePanel:e}){const t=(0,N.A)(),i=(0,u.useSelect)(e=>e(M.O4).getSiteKitAdminSettingsURL()),s=(0,u.useSelect)(e=>e(g.oR).isSavingKeyMetricsSettings()),{navigateTo:n}=(0,u.useDispatch)(j.M),o=(0,l.useCallback)(()=>n(i),[i,n]);return(0,x.jsx)(b.W4,{title:(0,c.sprintf)(/* translators: %d: number of max allowed metrics */ /* translators: %d: number of max allowed metrics */ (0,c.__)("Select up to %d metrics","google-site-kit"),h.Hl),onCloseClick:e,children:!t&&(0,x.jsx)(k.A,{children:(0,A.A)((0,c.__)("Edit your personalized goals or deactivate this widget in <link><strong>Settings</strong></link>","google-site-kit"),{link:(0,x.jsx)(S.A,{onClick:o,disabled:s,secondary:!0}),strong:(0,x.jsx)("strong",{})})})})}Header.propTypes={closePanel:a().func.isRequired};var E=i(78340),w=i(37226),C=i(67150),T=i(77766),D=i(64067),R=i(12850),O=i(49383),z=i(23224);function SelectionPanelFooter({savedItemSlugs:e=[],selectedItemSlugs:t=[],saveSettings:i=()=>{},minSelectedItemCount:s=0,maxSelectedItemCount:n=0,isBusy:r,onSaveSuccess:a=()=>{},onCancel:d=()=>{},isOpen:g,closePanel:m=()=>{},isFullScreen:h=!1}){const[f,y]=(0,l.useState)(null),[v,_]=(0,l.useState)(!1),k=(0,u.useSelect)(e=>e(p.K9).isFetchingSyncAvailableAudiences()),I=(0,l.useMemo)(()=>!(0,o.isEqual)((0,R.N9)(t),(0,R.N9)(e)),[e,t]);let j=e?.length>0&&I?(0,c.__)("Apply changes","google-site-kit"):(0,c.__)("Save selection","google-site-kit");h&&(j=(0,c.__)("Complete setup","google-site-kit"));const M=(0,l.useCallback)(async()=>{const{error:e}=await i(t);e||(a(),m(),h||(y(j),_(!0)))},[i,t,a,m,h,j]),S=(0,l.useCallback)(()=>{m(),d()},[m,d]),[b,N]=(0,l.useState)(null);(0,l.useEffect)(()=>{null!==b&&b!==g&&g&&(y(null),_(!1)),N(g)},[g,b]);const E=t?.length||0,w=k?(0,x.jsx)(z.A,{width:"89px",height:"20px"}):(0,x.jsx)("p",{className:"googlesitekit-selection-panel-footer__item-count",children:(0,A.A)((0,c.sprintf)(/* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ /* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ (0,c.__)("%1$d selected <MaxCount>(up to %2$d)</MaxCount>","google-site-kit"),E,n),{MaxCount:(0,x.jsx)("span",{className:"googlesitekit-selection-panel-footer__item-count--max-count"})})});return(0,x.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,x.jsx)("div",{className:"googlesitekit-selection-panel-footer__content",children:(0,x.jsxs)("div",{className:"googlesitekit-selection-panel-footer__actions",children:[(0,x.jsx)(O.Button,{onClick:S,disabled:r,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),w,(0,x.jsx)(O.SpinnerButton,{onClick:M,isSaving:r,disabled:E<s||E>n||r||!g&&v,children:f||j})]})})})}function Footer({isOpen:e,closePanel:t=o.noop,savedMetrics:i,onNavigationToOAuthURL:s=()=>{},isFullScreen:n=!1}){const r=(0,u.useRegistry)(),a=(0,T.A)(),d=(0,_.A)(h.Is,h.Y0),y=(0,u.useSelect)(e=>e(g.oR).isSavingKeyMetricsSettings()),v=`${a}_kmw-sidebar`,k=d?.flatMap(e=>{const t=f.G[e];return t?.requiredCustomDimensions||[]}),I=(0,u.useInViewSelect)(e=>{if(!k?.length)return!1;return!e(p.K9).hasCustomDimensions(k)},[k]),A=(0,u.useInViewSelect)(e=>e(g.oR).hasScope(p.S9)),S=(0,u.useSelect)(e=>e(w.i).isModuleConnected(m.L1)),b=(0,u.useSelect)(e=>e(M.O4).getAdminURL("googlesitekit-dashboard",{notification:"custom_dimensions"})),N=(0,u.useSelect)(e=>{const t=e(g.oR).getConnectURL({additionalScopes:[p.S9],redirectURL:b});return!!t&&e(j.M).isNavigatingTo(t)}),O=(0,u.useSelect)(e=>e(M.O4).getAdminURL("googlesitekit-dashboard")),z=(0,u.useSelect)(e=>!!O&&e(j.M).isNavigatingTo(O)),{saveKeyMetricsSettings:L,setPermissionScopeError:B}=(0,u.useDispatch)(g.oR),{setValues:P}=(0,u.useDispatch)(E.s),{navigateTo:G}=(0,u.useDispatch)(j.M),U=(0,u.useSelect)(e=>e(p.K9).getKeyMetricsConversionEventWidgets()),V=(0,l.useCallback)(async e=>{const{error:t}=await L({widgetSlugs:e});return{error:t}},[L]),F=(0,l.useCallback)(async e=>{if(Object.values(U).flat().some(t=>e.includes(t))?(0,R.sx)(v,"metrics_sidebar_save","conversion_reporting"):(0,R.sx)(v,"metrics_sidebar_save"),S&&I){if(P(p.Kr,{autoSubmit:!0}),!A)return s(),t(),void B({code:C.db,message:(0,c.__)("Additional permissions are required to create new Analytics custom dimensions","google-site-kit"),data:{status:403,scopes:[p.S9],skipModal:!0,redirectURL:b}});n&&await(0,D.mR)(r)}n&&G(O)},[U,S,I,n,v,P,A,s,t,B,b,r,G,O]),W=(0,l.useCallback)(()=>{(0,R.sx)(v,"metrics_sidebar_cancel"),n&&G(O)},[n,O,G,v]);return(0,x.jsx)(SelectionPanelFooter,{savedItemSlugs:i,selectedItemSlugs:d,saveSettings:V,minSelectedItemCount:h.LO,maxSelectedItemCount:h.Hl,isBusy:y||N||z&&n,onSaveSuccess:()=>{F(d)},onCancel:W,isOpen:e,closePanel:t,isFullScreen:n})}SelectionPanelFooter.propTypes={savedItemSlugs:a().array,selectedItemSlugs:a().array,saveSettings:a().func,saveError:a().object,itemLimitError:a().string,minSelectedItemCount:a().number,maxSelectedItemCount:a().number,isBusy:a().bool,onSaveSuccess:a().func,onCancel:a().func,isOpen:a().bool,closePanel:a().func,isFullScreen:a().bool},Footer.propTypes={isOpen:a().bool,closePanel:a().func,savedMetrics:a().array,onNavigationToOAuthURL:a().func,isFullScreen:a().bool};var L=i(54593);function SelectionPanelItems({savedItemSlugs:e=[],allMetricItems:t}){return(0,x.jsx)("div",{className:"googlesitekit-selection-panel-items",children:(0,x.jsx)(L.A,{savedItemSlugs:e,allMetricItems:t})})}function MetricItems({savedMetrics:e}){const t=(0,N.A)(),{isKeyMetricAvailable:i}=(0,u.useSelect)(e=>e(g.oR)),s=(0,u.useInViewSelect)(e=>i=>f.G[i].displayInSelectionPanel({select:e,isViewOnlyDashboard:t,slug:i}),[t]);const n=Object.keys(f.G).reduce(function(e,t){if(!i(t))return e;if(void 0===s||"function"==typeof f.G[t].displayInSelectionPanel&&!s(t))return e;const{title:n,description:o,metadata:{group:r}}=f.G[t];return{...e,[t]:{title:n,description:o,group:r}}},{});return(0,x.jsx)(SelectionPanelItems,{savedItemSlugs:e,allMetricItems:n})}SelectionPanelItems.propTypes={savedItemSlugs:a().array,allMetricItems:a().object.isRequired},MetricItems.propTypes={savedMetrics:a().array};var B=i(67768);const P=(0,v.A)({moduleName:m.L1})(function KeyMetricsError({savedMetrics:e}){const t=(0,_.A)(h.Is,h.Y0),i=(0,u.useInViewSelect)(e=>e(g.oR).getKeyMetricsSettings()),s=(0,l.useMemo)(()=>!(0,o.isEqual)((0,R.N9)(t),(0,R.N9)(e)),[e,t]),n=(0,u.useSelect)(e=>e(g.oR).getErrorForAction("saveKeyMetricsSettings",[{...i,widgetSlugs:t}])),r=t?.length||0;let a;r<h.LO?a=(0,c.sprintf)(/* translators: 1: Minimum number of metrics that can be selected. 2: Number of selected metrics. */ /* translators: 1: Minimum number of metrics that can be selected. 2: Number of selected metrics. */ (0,c.__)("Select at least %1$d metrics (%2$d selected)","google-site-kit"),h.LO,r):r>h.Hl&&(a=(0,c.sprintf)(/* translators: 1: Maximum number of metrics that can be selected. 2: Number of selected metrics. */ /* translators: 1: Maximum number of metrics that can be selected. 2: Number of selected metrics. */ (0,c.__)("Select up to %1$d metrics (%2$d selected)","google-site-kit"),h.Hl,r));let d=n;return s&&a&&(d={message:a}),(0,x.jsx)(B.A,{error:d,skipRetryMessage:!!a})});function PanelContent({isOpen:e=!1,closePanel:t,savedViewableMetrics:i,showHeader:s=!0,setIsNavigatingToOAuthURL:r=o.noop,isFullScreen:a=!1}){return(0,x.jsxs)(l.Fragment,{children:[s&&(0,x.jsx)(Header,{closePanel:t}),(0,x.jsx)(MetricItems,{savedMetrics:i}),(0,x.jsx)(I,{}),(0,x.jsxs)("div",{className:n()("googlesitekit-user-input__footer-container",{"googlesitekit-user-input__footer-container--fullscreen":a}),children:[(0,x.jsx)(P,{savedMetrics:i}),(0,x.jsx)(Footer,{isOpen:e,closePanel:t,savedMetrics:i,onNavigationToOAuthURL:()=>{r(!0)},isFullScreen:a})]})]})}PanelContent.propTypes={isOpen:a().bool,closePanel:a().func,savedViewableMetrics:a().array,showHeader:a().bool,setIsNavigatingToOAuthURL:a().func,isFullScreen:a().bool}},27333:(e,t,i)=>{i.d(t,{A:()=>o});var s=i(35470),n=i(78340);function o(e,t){return(0,s.A)(i=>{const{getValue:s}=i(n.s);return s(e,t)},[e,t])}},28663:(e,t,i)=>{i.d(t,{W:()=>j,A:()=>AudienceSegmentationIntroductoryOverlayNotification});var s,n,o=i(62688),r=i.n(o),a=i(82871),l=i(50539),c=i(63696);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},d.apply(null,arguments)}const u=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 296 163"},e),s||(s=c.createElement("g",{clipPath:"url(#audience-segmentation-introductory-graphic-desktop_svg__a)"},c.createElement("path",{fill:"#B8E6CA",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-desktop_svg__b)"},c.createElement("rect",{width:153,height:174,x:-10,y:25,fill:"#fff",rx:11})),c.createElement("rect",{width:53.016,height:9.516,x:9.031,y:110.641,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:19.031,height:9.516,x:9.031,y:95.688,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:19.031,height:9.516,x:9.031,y:148.703,fill:"#EBEEF0",rx:4.758}),c.createElement("path",{fill:"#B8E6CA",d:"M94.672 108.602a8.836 8.836 0 0 1 8.836-8.836h13.594a8.836 8.836 0 0 1 0 17.672h-13.594a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("rect",{width:36,height:9,x:9,y:46,fill:"#EBEEF0",rx:4.5}),c.createElement("path",{fill:"#FFDED3",d:"M94.672 161.617a8.836 8.836 0 0 1 8.836-8.836h13.594a8.836 8.836 0 1 1 0 17.672h-13.594a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-desktop_svg__c)"},c.createElement("rect",{width:153,height:174,x:152,y:25,fill:"#fff",rx:11})),c.createElement("rect",{width:52.805,height:9.516,x:170.955,y:110.641,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:18.956,height:9.516,x:170.955,y:95.688,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:18.956,height:9.516,x:170.955,y:148.703,fill:"#EBEEF0",rx:4.758}),c.createElement("path",{fill:"#B8E6CA",d:"M256.256 108.602a8.836 8.836 0 0 1 8.836-8.836h13.47a8.836 8.836 0 0 1 8.835 8.836 8.836 8.836 0 0 1-8.835 8.836h-13.47a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("rect",{width:36,height:9,x:171,y:46,fill:"#EBEEF0",rx:4.5}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:2,d:"M295 73.5H152"}),c.createElement("path",{fill:"#FFDED3",d:"M256.256 161.617a8.836 8.836 0 0 1 8.836-8.836h13.47a8.836 8.836 0 0 1 8.835 8.836 8.836 8.836 0 0 1-8.835 8.836h-13.47a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:2,d:"M143 73.5H0"}))),n||(n=c.createElement("defs",null,c.createElement("filter",{id:"audience-segmentation-introductory-graphic-desktop_svg__b",width:185,height:206,x:-26,y:13,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1395_20972"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1395_20972",result:"shape"})),c.createElement("filter",{id:"audience-segmentation-introductory-graphic-desktop_svg__c",width:185,height:206,x:136,y:13,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1395_20972"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1395_20972",result:"shape"})),c.createElement("clipPath",{id:"audience-segmentation-introductory-graphic-desktop_svg__a"},c.createElement("path",{fill:"#fff",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"})))));var g,p,m,h;function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},f.apply(null,arguments)}const y=e=>c.createElement("svg",f({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 343 123"},e),c.createElement("g",{clipPath:"url(#audience-segmentation-introductory-graphic-mobile_svg__a)"},g||(g=c.createElement("path",{fill:"#B8E6CA",d:"M41.064 27.146a64 64 0 0 1 6.51-5.868C69.418 4.126 87.464 4.153 112.45 7.283c16.891 2.116 26.759 10.167 49.788 8.9s28.929-7.127 57.117-5.25c22.315 1.487 32.324 5.897 52.163 16.213 18.36 9.549 35.031 26.324 43.408 48.509 14.361 38.026-11.243 106.466-45.58 109.693-24.881 2.339-45.414-25.243-70.527-18.855-15.47 3.936-24.646 20.444-36.581 31.339-13.925 12.711-43.922 11.912-60.227 5.129-15.538-6.464-30.653-19.276-35.728-38.145-3.863-14.369-4.916-31.498-15.733-44.622-13.09-15.883-21.087-22.968-25.581-44.54-3.903-18.734 4.494-36.505 16.095-48.508"})),c.createElement("mask",{id:"audience-segmentation-introductory-graphic-mobile_svg__b",width:295,height:203,x:24,y:5,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},p||(p=c.createElement("path",{fill:"#B8E6CA",d:"M41.064 27.146a64 64 0 0 1 6.51-5.868C69.418 4.126 87.464 4.153 112.45 7.283c16.891 2.116 26.759 10.167 49.788 8.9s28.929-7.127 57.117-5.25c22.315 1.487 32.324 5.897 52.163 16.213 18.36 9.549 35.031 26.324 43.408 48.509 14.361 38.026-11.243 106.466-45.58 109.693-24.881 2.339-45.414-25.243-70.527-18.855-15.47 3.936-24.646 20.444-36.581 31.339-13.925 12.711-43.922 11.912-60.227 5.129-15.538-6.464-30.653-19.276-35.728-38.145-3.863-14.369-4.916-31.498-15.733-44.622-13.09-15.883-21.087-22.968-25.581-44.54-3.903-18.734 4.494-36.505 16.095-48.508"}))),m||(m=c.createElement("g",{mask:"url(#audience-segmentation-introductory-graphic-mobile_svg__b)"},c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-mobile_svg__c)"},c.createElement("rect",{width:100.401,height:136.493,x:71.449,y:21.433,fill:"#fff",rx:7.218})),c.createElement("rect",{width:34.79,height:6.244,x:83.941,y:77.631,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.489,height:6.244,x:83.941,y:67.819,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.489,height:6.244,x:83.941,y:99.983,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{fill:"#B8E6CA",d:"M140.133 76.293a5.8 5.8 0 0 1 5.798-5.798h8.921a5.798 5.798 0 0 1 0 11.596h-8.921a5.8 5.8 0 0 1-5.798-5.798"}),c.createElement("rect",{width:23.624,height:5.906,x:83.926,y:35.213,fill:"#EBEEF0",rx:2.953}),c.createElement("path",{fill:"#FFDED3",d:"M140.133 108.458a5.8 5.8 0 0 1 5.798-5.798h8.921a5.798 5.798 0 0 1 0 11.597h-8.921a5.8 5.8 0 0 1-5.798-5.799"}),c.createElement("rect",{width:36.574,height:6.244,x:83.043,y:109.796,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.312,d:"M171.848 53.259H72.103"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-mobile_svg__d)"},c.createElement("rect",{width:100.401,height:136.493,x:184.973,y:21.433,fill:"#fff",rx:7.218})),c.createElement("rect",{width:34.652,height:6.244,x:197.414,y:77.631,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.439,height:6.244,x:197.414,y:67.819,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.439,height:6.244,x:197.41,y:99.983,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{fill:"#B8E6CA",d:"M253.391 76.293a5.8 5.8 0 0 1 5.798-5.798h8.839a5.798 5.798 0 0 1 0 11.596h-8.839a5.8 5.8 0 0 1-5.798-5.798"}),c.createElement("rect",{width:23.624,height:5.906,x:197.449,y:35.213,fill:"#EBEEF0",rx:2.953}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.312,d:"M278.82 53.259h-93.838"}),c.createElement("path",{fill:"#FFDED3",d:"M253.391 108.458a5.8 5.8 0 0 1 5.798-5.798h8.839a5.798 5.798 0 0 1 0 11.597h-8.839a5.8 5.8 0 0 1-5.798-5.799"}),c.createElement("rect",{width:36.429,height:6.244,x:196.523,y:109.796,fill:"#EBEEF0",rx:3.122})))),h||(h=c.createElement("defs",null,c.createElement("filter",{id:"audience-segmentation-introductory-graphic-mobile_svg__c",width:132.402,height:168.493,x:55.449,y:9.433,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16651"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16651",result:"shape"})),c.createElement("filter",{id:"audience-segmentation-introductory-graphic-mobile_svg__d",width:132.402,height:168.493,x:168.973,y:9.433,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16651"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16651",result:"shape"})),c.createElement("clipPath",{id:"audience-segmentation-introductory-graphic-mobile_svg__a"},c.createElement("path",{fill:"#fff",d:"M0 0h343v128H0z"})))));var v=i(76422),_=i(12108),k=i(32947),x=i(71423),I=i(77766),A=i(62540);const j="audienceSegmentationIntroductoryOverlayNotification";function AudienceSegmentationIntroductoryOverlayNotification({id:e,Notification:t}){const s=(0,I.A)(),n=(0,k.dv)(),{dismissNotification:o}=(0,l.useDispatch)(x.D);const r={category:`${s}_audiences-secondary-user-intro`};return(0,A.jsx)(t,{gaTrackingEventArgs:r,children:(0,A.jsx)(v.A,{notificationID:e,title:(0,a.__)("New! Visitor groups","google-site-kit"),description:(0,a.__)("You can now learn more about your site visitor groups by comparing different metrics.","google-site-kit"),GraphicDesktop:u,GraphicMobile:y,ctaButton:{label:(0,a.__)("Show me","google-site-kit"),onClick:function(t){t.preventDefault(),setTimeout(()=>{i.g.scrollTo({top:(0,_.YJ)(".googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation",n),behavior:"smooth"})},0),o(e)}},dismissButton:{label:(0,a.__)("Got it","google-site-kit")},gaTrackingEventArgs:r})})}AudienceSegmentationIntroductoryOverlayNotification.propTypes={id:r().string.isRequired,Notification:r().elementType.isRequired}},29507:(e,t,i)=>{i.d(t,{A:()=>DateRangeSelector});var s,n=i(21795),o=i(4452),r=i.n(o),a=i(63696),l=i(19266),c=i(82871),d=i(50539),u=i(49383);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const p=e=>a.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 20"},e),s||(s=a.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M6 9H4v2h2zm4 0H8v2h2zm4 0h-2v2h2zm2-7h-1V0h-2v2H5V0H3v2H2C.89 2 .01 2.9.01 4L0 18a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 16H2V7h14z"})));var m=i(58116),h=i(99235),f=i(12850),y=i(7081),v=i(77766),_=i(62540);function DateRangeSelector(){const e=(0,f.Ql)(),t=(0,d.useSelect)(e=>e(m.oR).getDateRange()),{setDateRange:i}=(0,d.useDispatch)(m.oR),{resetInViewHook:s}=(0,d.useDispatch)(y.n),[o,g]=(0,a.useState)(!1),k=(0,a.useRef)(),x=(0,v.A)();(0,n.A)(k,()=>g(!1)),(0,h.l)([l._f,l.wn],k,()=>g(!1));const I=(0,a.useCallback)(()=>{g(!o)},[o]),A=(0,a.useCallback)(n=>{const o=Object.values(e)[n].slug;t!==o&&(0,f.sx)(`${x}_headerbar`,"change_daterange",o),s(),i(o),g(!1)},[e,t,s,i,x]),j=e[t]?.label,M=Object.values(e).map(e=>e.label);return(0,_.jsxs)("div",{ref:k,className:"googlesitekit-date-range-selector googlesitekit-dropdown-menu mdc-menu-surface--anchor",children:[(0,_.jsx)(u.Button,{className:r()("mdc-button--dropdown","googlesitekit-header__dropdown","googlesitekit-header__date-range-selector-menu","googlesitekit-border-radius-round--phone","googlesitekit-button-icon--phone"),onClick:I,icon:(0,_.jsx)(p,{width:"20",height:"20"}),"aria-haspopup":"menu","aria-expanded":o,"aria-controls":"date-range-selector-menu",title:(0,c.__)("Date range","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:j}),(0,_.jsx)(u.Menu,{menuOpen:o,menuItems:M,onSelected:A,id:"date-range-selector-menu",className:"googlesitekit-width-auto"})]})}},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var s=i(62688),n=i.n(s),o=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,o.__)("Maybe later","google-site-kit"),onClick:i,disabled:s,tertiary:n=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:s,tertiary:n,children:t}):null}DismissButton.propTypes={className:n().string,label:n().string,onClick:n().func,disabled:n().bool,tertiary:n().bool,dismissOptions:n().shape({expiresInSeconds:n().number,skipHidingFromQueue:n().bool})}},29877:(e,t,i)=>{function s(e,t=3){return e.filter(({dimensionValues:e})=>"(not set)"!==e[0].value&&""!==e[0].value).slice(0,t)}i.d(t,{S:()=>s})},29898:(e,t,i)=>{i.d(t,{A:()=>LoadingWrapper});var s=i(62688),n=i.n(s),o=i(23224),r=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,r.jsx)(o.A,{...i}):t}LoadingWrapper.propTypes={loading:n().bool,children:n().node,...o.A.propTypes}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var s=i(62688),n=i.n(s),o=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,o.__)("Learn more","google-site-kit"),external:s=!0,onClick:n=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:n,external:s,children:i}):null}LearnMoreLink.propTypes={href:n().string.isRequired,className:n().string,label:n().string,external:n().bool,onClick:n().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>o,Lg:()=>r,Qb:()=>n,dv:()=>l,mp:()=>a});var s=i(15577);const n="xlarge",o="desktop",r="tablet",a="small";function l(){const e=(0,s.SO)();return e>1280?n:e>960?o:e>600?r:a}},33566:(e,t,i)=>{i.d(t,{A:()=>p});var s=i(99408),n=i(82871),o=i(63696),r=i(44451),a=i(50539),l=i(78340),c=i(58116),d=i(67150),u=i(72455),g=i(27333);function p({redirectURL:e,onSuccess:t,onError:p,onOAuthNavigation:m}={}){const h=(0,s.A)(),[f,y]=(0,o.useState)([]),[v,_]=(0,o.useState)([]),[k,x]=(0,o.useState)(!1),I=(0,a.useSelect)(e=>e(c.oR).hasScope(u.S9)),A=(0,g.A)(u.PW,"autoSubmit"),{setValues:j}=(0,a.useDispatch)(l.s),{setPermissionScopeError:M}=(0,a.useDispatch)(c.oR),{enableAudienceGroup:S,fetchSyncAvailableCustomDimensions:b,determineNeedForAnalytics4EditScope:N,syncAvailableAudiences:E}=(0,a.useDispatch)(u.K9);e||(e=(0,r.F)(i.g.location.href,{notification:"audience_segmentation"}));const w=(0,o.useCallback)(async()=>{const{error:e}=await E();if(e)return{error:e};const{error:t}=await b();if(t)return{error:t};if(!I){const{error:e,needsScope:t}=await N();if(e)return{error:e};if(t)return{needsScope:!0}}j(u.PW,{autoSubmit:!1});const{error:i,failedSiteKitAudienceSlugs:s}=await S(v)||{};return{error:i,failedSiteKitAudienceSlugs:s}},[S,v,b,I,N,j,E]),C=(0,o.useCallback)(async()=>{x(!0);const{error:s,needsScope:o,failedSiteKitAudienceSlugs:r}=await w();if(o)return j(u.PW,{autoSubmit:!0}),await(m?.()),void M({code:d.db,message:(0,n.__)("Additional permissions are required to create new audiences in Analytics.","google-site-kit"),data:{status:403,scopes:[u.S9],skipModal:!0,skipDefaultErrorNotifications:!0,redirectURL:e,errorRedirectURL:i.g.location.href}});if(s||r?p?.():t?.(),h()){function a(e){return e.length?[]:e}s?(y([s]),_(a)):Array.isArray(r)?(_(r),y(a)):(y(a),_(a)),x(!1)}},[w,h,j,m,M,e,p,t]);return(0,o.useEffect)(()=>{I&&A&&C()},[I,A,C]),{apiErrors:f,failedAudiences:v,isSaving:k,onEnableGroups:C}}},34375:(e,t,i)=>{i.d(t,{A:()=>SetupCTA});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(50539),c=i(71423),d=i(7070),u=i(7184),g=i(30823),p=i(3782),m=i(29584),h=i(55527),f=i(49383),y=i(62540);function SetupCTA({notificationID:e,title:t,description:i,errorText:s,helpText:o,learnMoreLink:r,dismissButton:g,ctaButton:p,svg:m,footer:v,gaTrackingEventArgs:_,waitingProgress:k,...x}){const I=(0,d.A)(e,_?.category),{dismissNotification:A}=(0,l.useDispatch)(c.D);return(0,y.jsxs)(a.Fragment,{children:[!!k&&(0,y.jsx)(f.ProgressBar,{className:"googlesitekit-banner__progress-bar",...k}),(0,y.jsx)("div",{className:n()("googlesitekit-widget-context",{"googlesitekit-widget-context--with-progress-bar":!!k}),children:(0,y.jsx)(h.xA,{children:(0,y.jsx)(h.fI,{children:(0,y.jsx)(h.fh,{size:12,children:(0,y.jsx)(u.A,{className:"googlesitekit-banner--setup-cta",title:t,description:i,errorText:s,helpText:o,learnMoreLink:r&&{...r,onClick:async function(e){I.clickLearnMore(_?.label,_?.value),await(r?.onClick?.(e))}},dismissButton:g&&{...g,onClick:async function(t){await(g?.onClick?.(t)),I.dismiss(_?.label,_?.value),A(e,{...g?.dismissOptions})}},ctaButton:p&&{...p,onClick:async function(t){I.confirm(_?.label,_?.value),await(p?.onClick?.(t)),p?.dismissOnClick&&A(e,{...p?.dismissOptions})}},svg:m,footer:v,...x})})})})})]})}SetupCTA.propTypes={notificationID:r().string,title:r().string,description:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(g.A.propTypes),dismissButton:r().shape(m.A.propTypes),ctaButton:r().shape(p.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node,gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number}),waitingProgress:r().shape(f.ProgressBar.propTypes)}},35001:(e,t,i)=>{i.d(t,{c1:()=>_,V8:()=>I,WP:()=>x});var s=i(50532),n=i.n(s),o=i(39828),r=i(62688),a=i.n(r),l=i(63696),c=i(47345),d=i(73549),u=i(62540);function WidgetReportZero({widgetSlug:e,moduleSlug:t,...i}){const s=(0,l.useMemo)(()=>({moduleSlug:t}),[t]);return(0,c.A)(e,d.A,s),(0,u.jsx)(d.A,{moduleSlug:t,...i})}WidgetReportZero.propTypes={widgetSlug:a().string.isRequired,...d.A.propTypes};var g=i(11345);function WidgetReportError({widgetSlug:e,...t}){return(0,u.jsx)(g.A,{...t})}WidgetReportError.propTypes={widgetSlug:a().string.isRequired,...g.A.propTypes};var p=i(84093),m=i(23141),h=i(17064),f=i(52684),y=i(50539),v=i(7081);function WPDashboardReportError({moduleSlug:e,error:t}){const i=(0,f.A)(WPDashboardReportError,"WPDashboardReportError"),{setValue:s}=(0,y.useDispatch)(v.n),n=t.message,o=(0,y.useSelect)(t=>t(v.n).getValue(`WPDashboardReportError-${e}-${n}`));return(0,h.A)(()=>{s(`WPDashboardReportError-${e}-${n}`,i)},()=>{s(`WPDashboardReportError-${e}-${n}`,void 0)}),o!==i?null:(0,u.jsx)(g.A,{moduleSlug:e,error:t})}WPDashboardReportError.propTypes={moduleSlug:a().string.isRequired,error:a().object.isRequired};const _=n()(e=>({widgetSlug:e,Widget:k(e)(o.A),WidgetRecoverableModules:k(e)(m.A),WidgetReportZero:k(e)(WidgetReportZero),WidgetReportError:k(e)(WidgetReportError),WidgetNull:k(e)(p.A)}));function k(e){return t=>{const i=(0,l.forwardRef)((i,s)=>(0,u.jsx)(t,{...i,ref:s,widgetSlug:e}));return i.displayName="WithWidgetSlug",(t.displayName||t.name)&&(i.displayName+=`(${t.displayName||t.name})`),i}}function x(e){const t=_(e);return e=>{function DecoratedComponent(i){return(0,u.jsx)(e,{...i,...t})}return DecoratedComponent.displayName="WithWidgetComponentProps",(e.displayName||e.name)&&(DecoratedComponent.displayName+=`(${e.displayName||e.name})`),DecoratedComponent}}function I(e){return t=>{function DecoratedComponent(i){return(0,u.jsx)(t,{...i,WPDashboardReportError:k(e)(WPDashboardReportError)})}return DecoratedComponent.displayName="WithWPDashboardWidgetComponentProps",(t.displayName||t.name)&&(DecoratedComponent.displayName+=`(${t.displayName||t.name})`),DecoratedComponent}}},35323:(e,t,i)=>{i.d(t,{A:()=>o});var s=i(24558),n=i(77766);function o(){const e=(0,n.A)();return s.Nn.includes(e)}},35902:(e,t,i)=>{i.d(t,{A:()=>ReportErrorActions});var s=i(62688),n=i.n(s),o=i(63696),r=i(13606),a=i(82871),l=i(50539),c=i(49383),d=i(93896),u=i(37226),g=i(67150),p=i(35323),m=i(20898),h=i(62540);function ReportErrorActions(e){const{moduleSlug:t,error:i,GetHelpLink:s,hideGetHelpLink:n,buttonVariant:f,onRetry:y,onRequestAccess:v,getHelpClassName:_,RequestAccessButton:k,RetryButton:x}=e,I=(0,p.A)(),A=(0,l.useSelect)(e=>e(u.i).getModuleStoreName(t)),j=(0,l.useSelect)(e=>"function"==typeof e(A)?.getServiceEntityAccessURL?e(A).getServiceEntityAccessURL():null),M=Array.isArray(i)?i:[i],S=(0,l.useSelect)(e=>M.map(t=>{const i=e(A)?.getSelectorDataForError(t);return{...t,selectorData:i}})),b=S?.filter(e=>(0,g.vl)(e,e.selectorData)&&"getReport"===e.selectorData.name),N=!!b.length,E=(0,l.useSelect)(e=>{const i={...N?b[0]:M[0]};return(0,g.SG)(i)&&(i.code=`${t}_insufficient_permissions`),e(d.O4).getErrorTroubleshootingLinkURL(i)}),w=(0,l.useDispatch)(),C=M.some(e=>(0,g.SG)(e)),T=(0,o.useCallback)(()=>{b.forEach(e=>{const{selectorData:t}=e;w(t.storeName).invalidateResolution(t.name,t.args)}),y?.()},[w,b,y]),D=j&&C&&!I;return(0,h.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[D&&("function"==typeof k?(0,h.jsx)(k,{requestAccessURL:j}):(0,h.jsx)(c.Button,{onClick:v,href:j,target:"_blank",danger:"danger"===f,tertiary:"tertiary"===f,children:(0,a.__)("Request access","google-site-kit")})),N&&(0,h.jsxs)(o.Fragment,{children:["function"==typeof x?(0,h.jsx)(x,{handleRetry:T}):(0,h.jsx)(c.Button,{onClick:T,danger:"danger"===f,tertiary:"tertiary"===f,children:(0,a.__)("Retry","google-site-kit")}),!n&&(0,h.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,r.A)((0,a.__)("Retry didn’t work? <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(m.A,{href:E,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})})]}),!N&&!n&&(0,h.jsx)("div",{className:_,children:"function"==typeof s?(0,h.jsx)(s,{linkURL:E}):(0,h.jsx)(m.A,{href:E,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})]})}ReportErrorActions.propTypes={moduleSlug:n().string.isRequired,error:n().oneOfType([n().arrayOf(n().object),n().object]).isRequired,GetHelpLink:n().elementType,hideGetHelpLink:n().bool,buttonVariant:n().string,onRetry:n().func,onRequestAccess:n().func,getHelpClassName:n().string,RequestAccessButton:n().elementType,RetryButton:n().elementType}},37226:(e,t,i)=>{i.d(t,{U:()=>n,i:()=>s});const s="core/modules",n="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>h,ei:()=>y});var s=i(15844),n=i(36703),o=i(62688),r=i.n(o),a=i(82871),l=i(50539),c=i(7081),d=i(58116),u=i(89318),g=i(60592),p=i(77766),m=i(62540);const h={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},f={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},y={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},v={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:o,callback:r}){const a=`${t}-step`,_=`${t}-run`,{setValue:k}=(0,l.useDispatch)(c.n),{dismissTour:x}=(0,l.useDispatch)(d.oR),I=(0,l.useRegistry)(),A=(0,p.A)(),j=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),M=(0,l.useSelect)(e=>e(c.n).getValue(_)&&!1===e(d.oR).isTourDismissed(t));(0,s.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),k(_,!0)});const S=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(n.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:s,status:r,type:a}){const l=e+1,c="function"==typeof o?o(A):o;a===n.qY.TOOLTIP&&i===n.VD.TOOLTIP?(0,u.sx)(c,v.VIEW,l):t===n.kl.CLOSE&&i===n.VD.COMPLETE?(0,u.sx)(c,v.DISMISS,l):t===n.kl.NEXT&&r===n.XQ.FINISHED&&a===n.qY.TOUR_END&&s===l&&(0,u.sx)(c,v.COMPLETE,l),i===n.VD.COMPLETE&&r!==n.XQ.FINISHED&&(t===n.kl.PREV&&(0,u.sx)(c,v.PREV,l),t===n.kl.NEXT&&(0,u.sx)(c,v.NEXT,l))}(e);const{action:s,index:l,status:c,step:d,type:g}=e,p=s===n.kl.CLOSE,m=!p&&[n.qY.STEP_AFTER,n.qY.TARGET_NOT_FOUND].includes(g),h=[n.XQ.FINISHED,n.XQ.SKIPPED].includes(c),f=p&&g===n.qY.STEP_AFTER,y=h||f;if(n.qY.STEP_BEFORE===g){let e=d.target;"string"==typeof d.target&&(e=i.g.document.querySelector(d.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){k(a,e+(t===n.kl.PREV?-1:1))}(l,s):y&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),x(t)),r&&r(e,I)},floaterProps:y,locale:f,run:M,stepIndex:j,steps:S,styles:h,tooltipComponent:g.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:r().arrayOf(r().object).isRequired,tourID:r().string.isRequired,gaEventCategory:r().oneOfType([r().string,r().func]).isRequired,callback:r().func}},39828:(e,t,i)=>{i.d(t,{A:()=>d});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({children:e,className:t,widgetSlug:i,noPadding:s,Header:o,Footer:r},a)=>(0,l.jsxs)("div",{className:n()("googlesitekit-widget",`googlesitekit-widget--${i}`,{"googlesitekit-widget--no-padding":s},{"googlesitekit-widget--with-header":o},t),ref:a,children:[o&&(0,l.jsx)("div",{className:"googlesitekit-widget__header",children:(0,l.jsx)(o,{})}),(0,l.jsx)("div",{className:"googlesitekit-widget__body",children:e}),r&&(0,l.jsx)("div",{className:"googlesitekit-widget__footer",children:(0,l.jsx)(r,{})})]}));c.defaultProps={children:void 0,noPadding:!1},c.propTypes={children:r().node,widgetSlug:r().string.isRequired,noPadding:r().bool,Header:r().elementType,Footer:r().elementType};const d=c},40409:(e,t,i)=>{i.d(t,{A:()=>ProgressIndicator});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(62540);function ProgressIndicator({currentSegment:e=0,totalSegments:t=0,className:i}){return(0,a.jsxs)("div",{style:{gridTemplateColumns:`46px repeat(${t||1}, 1fr)`},className:n()("googlesitekit-progress-indicator",i),children:[(0,a.jsx)("div",{className:n()("googlesitekit-progress-indicator__segment")}),t>0&&Array.from(Array(e+1).keys()).map(i=>(0,a.jsx)("div",{className:n()("googlesitekit-progress-indicator__segment",{"googlesitekit-progress-indicator__segment--final":e+1===t})},i))]})}ProgressIndicator.propTypes={currentSegment:r().number,totalSegments:r().number,className:r().string}},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},42926:(e,t,i)=>{i.d(t,{A:()=>d});var s=i(19371),n=i(31638);const o=function(e){const t=Object.keys(e).reduce((t,i)=>(t[(0,n.getStablePath)(i)]=e[i],t),{});let i=!1;return(e,s)=>{if(i)return s(e);setTimeout(()=>{i=!0},3e3);const{parse:o=!0}=e,r=e.path;if("string"==typeof e.path){const i=e.method?.toUpperCase()||"GET",s=(0,n.getStablePath)(r);if(o&&"GET"===i&&t[s]){const e=Promise.resolve(t[s].body);return delete t[s],e}if("OPTIONS"===i&&t[i]&&t[i][s]){const e=Promise.resolve(t[i][s]);return delete t[i][s],e}}return s(e)}},{nonce:r,nonceEndpoint:a,preloadedData:l,rootURL:c}=i.g._googlesitekitAPIFetchData||{};s.default.nonceEndpoint=a,s.default.nonceMiddleware=s.default.createNonceMiddleware(r),s.default.rootURLMiddleware=s.default.createRootURLMiddleware(c),s.default.preloadingMiddleware=o(l),s.default.use(s.default.nonceMiddleware),s.default.use(s.default.mediaUploadMiddleware),s.default.use(s.default.rootURLMiddleware),s.default.use(s.default.preloadingMiddleware);const d=s.default},43427:(e,t,i)=>{i.r(t),i.d(t,{AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:()=>d,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:()=>g,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:()=>u,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:()=>c,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:()=>r,AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:()=>s,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:()=>l,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:()=>a,AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION:()=>o,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:()=>n,default:()=>p});const s="mainDashboardKeyMetricsPrimary",n="mainDashboardTrafficPrimary",o="mainDashboardTrafficAudienceSegmentation",r="mainDashboardContentPrimary",a="mainDashboardSpeedPrimary",l="mainDashboardMonetizationPrimary",c="entityDashboardTrafficPrimary",d="entityDashboardContentPrimary",u="entityDashboardSpeedPrimary",g="entityDashboardMonetizationPrimary",p={AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:s,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:n,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:r,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:a,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:l,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:c,AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:d,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:u,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:g}},43569:(e,t,i)=>{i.d(t,{A:()=>Notification});var s=i(62688),n=i.n(s),o=i(63696),r=i(50539),a=i(7081),l=i(71423),c=i(89362);function d(e){return`notification/${e}/viewed`}function u(e){return(0,r.useSelect)(t=>!!t(a.n).getValue(d(e)),[e])}function ViewedStateObserver({id:e,observeRef:t,threshold:i}){const s=(0,c.A)(t,{threshold:i}),{setValue:n}=(0,r.useDispatch)(a.n),{markNotificationSeen:d}=(0,r.useDispatch)(l.D),g=!!s?.isIntersecting,p=u(e),m=(0,o.useRef)();function h(){m.current&&clearTimeout(m.current)}return(0,o.useEffect)(()=>(!p&&g?(h(),m.current=setTimeout(()=>{s?.isIntersecting&&(n(u.getKey(e),!0),d(e))},3e3)):!g&&m.current&&h(),()=>{h()}),[p,g,n,d,e,s]),null}u.getKey=d,ViewedStateObserver.propTypes={id:n().string,observeRef:n().object,threshold:n().number};var g=i(7070),p=i(62540);function Notification({id:e,className:t,gaTrackingEventArgs:i,children:s,onView:n}){const a=(0,o.useRef)(),c=u(e),d=(0,g.A)(e,i?.category,{viewAction:i?.viewAction}),[m,h]=(0,o.useState)(!1),f=(0,r.useSelect)(t=>t(l.D).getNotificationSeenDates(e)),{dismissNotification:y}=(0,r.useDispatch)(l.D);return(0,o.useEffect)(()=>{!m&&c&&(d.view(i?.label,i?.value),n?.(),h(!0)),f?.length>=3&&y(e,{skipHidingFromQueue:!0})},[c,d,m,i,n,f,y,e]),(0,p.jsxs)("section",{id:e,ref:a,className:t,children:[s,!c&&(0,p.jsx)(ViewedStateObserver,{id:e,observeRef:a,threshold:.5})]})}Notification.propTypes={id:n().string,className:n().string,gaTrackingEventArgs:n().shape({category:n().string,viewAction:n().string,label:n().string,value:n().string}),children:n().node,onView:n().func}},44949:(e,t,i)=>{i.r(t),i.d(t,{CONTEXT_ENTITY_DASHBOARD_CONTENT:()=>c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:()=>u,CONTEXT_ENTITY_DASHBOARD_SPEED:()=>d,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:()=>l,CONTEXT_MAIN_DASHBOARD_CONTENT:()=>o,CONTEXT_MAIN_DASHBOARD_KEY_METRICS:()=>s,CONTEXT_MAIN_DASHBOARD_MONETIZATION:()=>a,CONTEXT_MAIN_DASHBOARD_SPEED:()=>r,CONTEXT_MAIN_DASHBOARD_TRAFFIC:()=>n,default:()=>g});const s="mainDashboardKeyMetrics",n="mainDashboardTraffic",o="mainDashboardContent",r="mainDashboardSpeed",a="mainDashboardMonetization",l="entityDashboardTraffic",c="entityDashboardContent",d="entityDashboardSpeed",u="entityDashboardMonetization",g={CONTEXT_MAIN_DASHBOARD_KEY_METRICS:s,CONTEXT_MAIN_DASHBOARD_TRAFFIC:n,CONTEXT_MAIN_DASHBOARD_CONTENT:o,CONTEXT_MAIN_DASHBOARD_SPEED:r,CONTEXT_MAIN_DASHBOARD_MONETIZATION:a,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:l,CONTEXT_ENTITY_DASHBOARD_CONTENT:c,CONTEXT_ENTITY_DASHBOARD_SPEED:d,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:u}},45472:(e,t,i)=>{i.d(t,{M:()=>s});const s="core/location"},45512:(e,t,i)=>{i.d(t,{f:()=>n,n:()=>s});const s="modules/search-console",n=1},47121:(e,t,i)=>{i.d(t,{$C:()=>b,RF:()=>S,WI:()=>j,_5:()=>x,jU:()=>k,o3:()=>_,x0:()=>A});var s=i(32091),n=i.n(s),o=i(50532),r=i.n(o),a=i(17243),l=i(78913);const c="GET_REGISTRY",d="AWAIT";function u(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=I(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return n()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const g=u,p=u;function m(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,s={})=>t.reduce((e,t)=>t(e,s),e)}const h=u,f=u,y=u;function v(e){return e}function _(...e){const t=y(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:g(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||v)),resolvers:h(...e.map(e=>e.resolvers||{})),selectors:f(...e.map(e=>e.selectors||{}))}}const k={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:d}}},x={[c]:(0,l.b)(e=>()=>e),[d]:({payload:e})=>e.value};function I(e){const t=[],i={};for(let s=0;s<e.length;s++){const n=e[s];i[n]=i[n]>=1?i[n]+1:1,i[n]>1&&t.push(n)}return t}const A={actions:k,controls:x,reducer:v};function j(e){return t=>M(e(t))}const M=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const s=e(...i);return n()(void 0!==s,`${t}(...) is not resolved`),s}));function S(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(s,...n)=>{const o=!t,r=!!t;try{return e(i,s,...n),o}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...s)=>{e(t,i,...s)})}}function b(e,t){return n()("function"==typeof e,"a validator function is required."),n()("function"==typeof t,"an action creator function is required."),n()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},47345:(e,t,i)=>{i.d(t,{A:()=>r});var s=i(63696),n=i(50539),o=i(86134);function r(e,t,i){const{setWidgetState:r,unsetWidgetState:a}=(0,n.useDispatch)(o.aO);(0,s.useEffect)(()=>(r(e,t,i),()=>{a(e,t,i)}),[e,t,i,r,a])}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>s});const s={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50111:(e,t,i)=>{i.d(t,{EA:()=>o,GF:()=>y,Hl:()=>u,IX:()=>m,Is:()=>r,KD:()=>p,LO:()=>d,NO:()=>c,Nl:()=>l,QJ:()=>g,Uf:()=>n,XU:()=>f,Y0:()=>a,hs:()=>v,wb:()=>h});var s=i(82871);const n="key-metrics-setup-cta-widget",o="googlesitekit-key-metrics-selection-panel-opened",r="key-metrics-selection-form",a="key-metrics-selected",l="key-metrics-effective-selection",c="key-metrics-unstaged-selection",d=2,u=8,g={SLUG:"current-selection",LABEL:(0,s.__)("Current selection","google-site-kit")},p={SLUG:"suggested",LABEL:(0,s.__)("Suggested","google-site-kit")},m={SLUG:"visitors",LABEL:(0,s.__)("Visitors","google-site-kit")},h={SLUG:"driving-traffic",LABEL:(0,s.__)("Driving traffic","google-site-kit")},f={SLUG:"generating-leads",LABEL:(0,s.__)("Generating leads","google-site-kit")},y={SLUG:"selling-products",LABEL:(0,s.__)("Selling products","google-site-kit")},v={SLUG:"content-performance",LABEL:(0,s.__)("Content performance","google-site-kit")}},50234:(e,t,i)=>{i.d(t,{A:()=>u});var s=i(50539),n=i(37226),o=i(58116),r=i(50111),a=i(72455),l=i(99897),c=i(45512),d=i(97398);function u(){return(0,s.useSelect)(e=>{const t=e(o.oR).isItemDismissed(r.Uf),i=e(o.oR).isDismissingItem(r.Uf),s=g(e,d.Y,c.n),n=g(e,l.L1,a.K9);return!1===t&&!1===i&&s&&n},[])}function g(e,t,i){if(e(n.i).isModuleConnected(t)){const{isGatheringData:t,isDataAvailableOnLoad:s}=e(i);return t(),s()}return!1}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var s=i(18117),n=i(17243),o=i(63696);function r(...e){const t=(0,s.MA)(()=>(0,n.debounce)(...e),e);return(0,o.useEffect)(()=>()=>t.cancel(),[t]),t}},53137:(e,t,i)=>{i.d(t,{FQ:()=>o,He:()=>a,bI:()=>r,rq:()=>n,ui:()=>s});const s="warning-notification-gtg",n="gtg-setup-cta",o={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54312:(e,t,i)=>{i.d(t,{A:()=>GenericErrorHandlerActions});var s=i(62688),n=i.n(s),o=i(82871),r=i(20898),a=i(38021),l=i.n(a),c=i(63696),d=i(12417),u=i(1027),g=i(65123),p=i(49383),m=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,s]=(0,c.useState)(!1);return(0,m.jsx)(p.Button,{"aria-label":i?(0,o.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),s(!0)},trailingIcon:(0,m.jsx)(d.A,{className:"mdc-button__icon",icon:i?u.A:g.A}),children:i?(0,o.__)("Copied to clipboard","google-site-kit"):(0,o.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:n().string,componentStack:n().string};const h=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,m.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,m.jsx)(h,{message:e,componentStack:t}),(0,m.jsx)(r.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,o.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:n().string,componentStack:n().string}},54349:(e,t,i)=>{i.d(t,{A:()=>NoticeNotification});var s=i(80035),n=i(7070),o=i(50539),r=i(71423),a=i(55527),l=i(62688),c=i.n(l),d=i(62540);function NoticeNotification({notificationID:e,children:t,dismissButton:i,ctaButton:l,gaTrackingEventArgs:c,...u}){const g=(0,n.A)(e),{dismissNotification:p}=(0,o.useDispatch)(r.D);return(0,d.jsx)(a.xA,{children:(0,d.jsx)(a.fI,{children:(0,d.jsx)(a.fh,{size:12,alignMiddle:!0,children:(0,d.jsx)(s.A,{dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),g.dismiss(c?.label,c?.value),p(e,{...i?.dismissOptions||{}})}},ctaButton:{...l,onClick:async function(t){g.confirm(c?.label,c?.value),await(l?.onClick?.(t)),l?.dismissOnClick&&p(e,{...l?.dismissOptions})}},...u,children:t})})})})}NoticeNotification.propTypes={notificationID:c().string.isRequired,children:c().node,dismissButton:c().oneOfType([c().bool,c().object]),ctaButton:c().object,gaTrackingEventArgs:c().object}},54419:e=>{e.exports=googlesitekit.api},54593:(e,t,i)=>{i.d(t,{A:()=>ChipTabGroup});var s=i(63696),n=i(81276),o=i(50539),r=i(50111),a=i(78340),l=i(72455),c=i(99897),d=i(7081),u=i(58116),g=i(37226),p=i(32947),m=i(27333);var h=i(31589),f=i(50787);var y=i(62688),v=i.n(y),_=i(49383),k=i(4452),x=i.n(k),I=i(80452),A=i(42343),j=i(81520),M=i(62540);const S={[r.QJ.SLUG]:I.A,[r.KD.SLUG]:A.A};function Chip({slug:e,label:t,isActive:i,onClick:s,hasNewBadge:n=!1,selectedCount:o=0}){const r=S[e]||j.A;return(0,M.jsxs)(_.Button,{className:x()("googlesitekit-chip-tab-group__chip-item",{"googlesitekit-chip-tab-group__chip-item--active":i}),icon:(0,M.jsx)(r,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__chip-item-svg__${e}`}),trailingIcon:o>0?(0,M.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",o,")"]}):null,onClick:()=>s(e),children:[t,n&&(0,M.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]})}Chip.propTypes={slug:v().string.isRequired,label:v().string.isRequired,isActive:v().bool,hasNewBadge:v().bool,selectedCount:v().number,onClick:v().func.isRequired};const b={[r.QJ.SLUG]:I.A,[r.KD.SLUG]:A.A};function TabItems({containerRef:e,isMobileBreakpoint:t,chipItemRows:i,allGroups:s,isActive:n,onChipChange:o,selectedCounts:r,newlyDetectedMetrics:a,activeGroupIndex:l}){return(0,M.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-items",ref:e,children:[!t&&i.map(e=>(0,M.jsx)("div",{className:"googlesitekit-chip-tab-group__tab-items-row",children:e.map(e=>(0,M.jsx)(Chip,{slug:e.SLUG,label:e.LABEL,hasNewBadge:!!a?.[e.SLUG],isActive:e.SLUG===n,onClick:o,selectedCount:r[e.SLUG]},e.SLUG))},`row-${e[0].SLUG}`)),t&&(0,M.jsx)(_.TabBar,{activeIndex:l,handleActiveIndexUpdate:e=>o(null,e),children:s.map((e,t)=>{const i=b[e.SLUG]||j.A;return(0,M.jsxs)(_.Tab,{"aria-label":e.LABEL,children:[(0,M.jsx)(i,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__tab-item-mobile-svg googlesitekit-chip-tab-group__chip-item-svg__${e.SLUG}`}),e.LABEL,r[e.SLUG]>0&&(0,M.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",r[e.SLUG],")"]}),!!a?.[e.SLUG]&&(0,M.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]},t)})})]})}TabItems.propTypes={containerRef:v().object,isMobileBreakpoint:v().bool,chipItemRows:v().array.isRequired,allGroups:v().array.isRequired,isActive:v().string.isRequired,onChipChange:v().func.isRequired,selectedCounts:v().object.isRequired,newlyDetectedMetrics:v().object.isRequired,activeGroupIndex:v().number.isRequired};var N,E,w,C,T,D,R,O,z,L,B,P,G,U,V,F,W,H,Y,Z,Q,q,K=i(82871),X=i(86134),$=i(718);function MetricItem({slug:e,title:t,description:i,isNewlyDetected:n,savedItemSlugs:l=[]}){const c=(0,o.useSelect)(t=>{const{getModule:i}=t(g.i),s=t(X.aO).getWidget(e);return s?.modules.reduce((e,t)=>{const s=i(t);return s?.connected||!s?.name?e:[...e,s.name]},[])}),d=(0,m.A)(r.Is,r.Y0),{getValue:u}=(0,o.useSelect)(e=>e(a.s)),{setValues:p}=(0,o.useDispatch)(a.s),h=(0,s.useCallback)(t=>{const i=u(r.Is,r.Y0),s=t.target.checked?i.concat([e]):i.filter(t=>t!==e);p(r.Is,{[r.Y0]:s,[r.NO]:s})},[u,p,e]),f=d?.includes(e),y=!l.includes(e)&&c.length>0,v=`key-metric-selection-checkbox-${e}`;return(0,M.jsx)($.y3,{id:v,slug:e,title:t,description:i,isNewlyDetected:n,isItemSelected:f,isItemDisabled:y,onCheckboxChange:h,children:c.length>0&&(0,M.jsx)("div",{className:"googlesitekit-selection-panel-item-error",children:(0,K.sprintf)(/* translators: %s: module names. */ /* translators: %s: module names. */ (0,K._n)("%s is disconnected, no data to show","%s are disconnected, no data to show",c.length,"google-site-kit"),c.join((0,K.__)(" and ","google-site-kit")))})})}function J(){return J=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},J.apply(null,arguments)}MetricItem.propTypes={slug:v().string.isRequired,title:v().string.isRequired,description:v().string.isRequired,isNewlyDetected:v().bool,savedItemSlugs:v().array};const key_metrics_no_selected_items=e=>s.createElement("svg",J({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 383 238"},e),N||(N=s.createElement("path",{fill:"#B8E6CA",d:"M59.238 58.571c-2.136 20.178 4.272 29.099 20.48 53.216 16.209 24.118-29.092 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.443-3.208 57.819 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86-18.53 5.918-32.662 22.571-34.335 38.621"})),E||(E=s.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__a)"},s.createElement("rect",{width:130.621,height:89.651,x:242.455,y:45.266,fill:"#fff",rx:10.957,transform:"rotate(15 242.455 45.266)"}))),w||(w=s.createElement("rect",{width:24.903,height:7.969,x:253.726,y:64.785,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 253.726 64.785)"})),C||(C=s.createElement("rect",{width:49.806,height:19.923,x:249.342,y:81.144,fill:"#FFDED3",rx:9.961,transform:"rotate(15 249.342 81.144)"})),T||(T=s.createElement("rect",{width:99.428,height:8.773,x:240.436,y:114.357,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 240.436 114.357)"})),D||(D=s.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m256.195 90.198 4.644 8.044m0 0 1.412-4.986m-1.412 4.986-5.023-1.27"})),R||(R=s.createElement("rect",{width:19.923,height:5.977,x:268.706,y:93.551,fill:"#fff",rx:1.992,transform:"rotate(15 268.706 93.55)"})),O||(O=s.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__b)"},s.createElement("rect",{width:130.621,height:89.68,x:13.887,y:79.094,fill:"#fff",rx:10.957,transform:"rotate(-15 13.887 79.094)"}))),z||(z=s.createElement("rect",{width:62.386,height:7.798,x:32.989,y:90.122,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 32.99 90.122)"})),L||(L=s.createElement("rect",{width:49.806,height:19.923,x:37.691,y:106.902,fill:"#FFDED3",rx:9.961,transform:"rotate(-15 37.691 106.902)"})),B||(B=s.createElement("rect",{width:99.428,height:7.798,x:46.612,y:140.967,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 46.612 140.967)"})),P||(P=s.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m48.152 111.318 8.044 4.645m0 0-1.27-5.024m1.27 5.024-4.986 1.411"})),G||(G=s.createElement("rect",{width:19.923,height:5.977,x:60.663,y:107.966,fill:"#fff",rx:1.992,transform:"rotate(-15 60.663 107.966)"})),U||(U=s.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__c)"},s.createElement("rect",{width:130.621,height:89.68,x:126.251,y:37.4,fill:"#fff",rx:10.957}))),V||(V=s.createElement("rect",{width:98.333,height:7.867,x:143.013,y:53.134,fill:"#EBEEF0",rx:3.933})),F||(F=s.createElement("rect",{width:49.806,height:19.923,x:142.369,y:70.423,fill:"#B8E6CA",rx:9.961})),W||(W=s.createElement("rect",{width:33.04,height:7.867,x:143.013,y:105.84,fill:"#EBEEF0",rx:3.933})),H||(H=s.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m151.336 84.036 6.568-6.567m0 0-5.182-.073m5.182.073.073 5.18"})),Y||(Y=s.createElement("rect",{width:19.923,height:5.977,x:164.287,y:77.395,fill:"#fff",rx:1.992})),s.createElement("mask",{id:"key-metrics-no-selected-items_svg__d",width:273,height:230,x:58,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Z||(Z=s.createElement("path",{fill:"#B8E6CA",d:"M59.237 58.571C57.1 78.75 63.509 87.67 79.717 111.787c16.209 24.118-29.091 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.444-3.208 57.82 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86C75.042 25.868 60.91 42.52 59.237 58.57"}))),Q||(Q=s.createElement("g",{mask:"url(#key-metrics-no-selected-items_svg__d)"},s.createElement("path",{stroke:"#CBD0D3",strokeMiterlimit:10,strokeWidth:3.147,d:"m227.674 108.973 11.312-8.418M218.925 98.852l2.868-12.68M205.623 102.87l-5.375-13.037"}),s.createElement("path",{stroke:"#3C7251",strokeLinejoin:"round",strokeWidth:9.44,d:"M63.953 190.487c16.127 12.193 38.716 10.349 55.335 5.162 16.618-5.187 31.107-14.61 45.314-23.791 6.717-4.337 13.617-8.738 21.496-11.119s17.057-2.39 22.958 1.658c3.392 2.328 5.205 5.923 5.36 9.702"}),s.createElement("path",{stroke:"#CBD0D3",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:9.44,d:"m215.831 109.67-19.169 71.73"}),s.createElement("path",{stroke:"#161B18",strokeMiterlimit:10,strokeWidth:9.44,d:"m213.975 116.472-19.169 71.731"}))),q||(q=s.createElement("defs",null,s.createElement("filter",{id:"key-metrics-no-selected-items_svg__a",width:176.33,height:147.36,x:205.773,y:35.772,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dy:3.985}),s.createElement("feGaussianBlur",{stdDeviation:7.969}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),s.createElement("filter",{id:"key-metrics-no-selected-items_svg__b",width:176.337,height:147.388,x:.409,y:35.793,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dy:3.985}),s.createElement("feGaussianBlur",{stdDeviation:7.969}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),s.createElement("filter",{id:"key-metrics-no-selected-items_svg__c",width:162.497,height:121.556,x:110.313,y:25.447,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dy:3.985}),s.createElement("feGaussianBlur",{stdDeviation:7.969}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})))));var ee=i(59323);function TabContent({activeMetricItems:e,newlyDetectedMetrics:t,savedItemSlugs:i}){return(0,M.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-item",children:[Object.keys(e).map(s=>{const n=e[s].group,o=t?.[n]?.includes(s);return(0,M.jsx)(MetricItem,{slug:s,savedItemSlugs:i,isNewlyDetected:o,...e[s]},s)}),!Object.keys(e).length&&(0,M.jsxs)("div",{className:"googlesitekit-chip-tab-group__graphic",children:[(0,M.jsx)(key_metrics_no_selected_items,{height:250}),(0,M.jsx)(ee.A,{children:(0,K.__)("No metrics were selected yet","google-site-kit")})]})]})}TabContent.propTypes={activeMetricItems:v().object.isRequired,newlyDetectedMetrics:v().object.isRequired,savedItemSlugs:v().array};const te=Object.freeze([]);function ChipTabGroup({allMetricItems:e,savedItemSlugs:t}){const i=(0,s.useRef)(),[y,v]=(0,s.useState)(r.QJ.SLUG),[_,k]=(0,s.useState)(0),x=(0,p.dv)()===p.mp,I=(0,m.A)(r.Is,r.Y0),A=(0,m.A)(r.Is,r.Nl)||te,j=(0,m.A)(r.Is,r.NO)||te,S=(0,o.useSelect)(e=>e(u.oR).isUserInputCompleted()),b=(0,o.useSelect)(e=>{const t=e(u.oR).getUserPickedMetrics();if(t?.length){const i=e(l.K9).getKeyMetricsConversionEventWidgets();return Object.keys(i).filter(e=>t.some(t=>i[e].includes(t)))}const i=e(u.oR).getUserInputSettings();return i?.includeConversionEvents?.values}),N=(0,o.useSelect)(e=>e(g.i).isModuleConnected(c.L1)),E=(0,o.useSelect)(e=>N?e(l.K9).getDetectedEvents():[]),w=(0,o.useSelect)(e=>e(u.oR).getAnswerBasedMetrics(null,[...b||[],...E||[]])),{keyMetricsGroups:C,dynamicGroups:T}=function({detectedEvents:e=[],currentlyActiveEvents:t=[],isUserInputCompleted:i,answerBasedMetrics:n=[]}){const o=[l.nc.SUBMIT_LEAD_FORM,l.nc.CONTACT,l.nc.GENERATE_LEAD].filter(i=>e?.includes(i)||t?.includes(i)),a=[l.nc.ADD_TO_CART,l.nc.PURCHASE].filter(i=>e?.includes(i)||t?.includes(i)),c=(0,s.useMemo)(()=>[r.IX,r.wb,...o?.length?[r.XU]:[],...a?.length?[r.GF]:[],r.hs],[o,a]),d=(0,s.useMemo)(()=>i&&n?.length?[r.QJ,r.KD]:[r.QJ],[i,n]);return{hasGeneratingLeadsGroup:o,hasSellingProductsGroup:a,keyMetricsGroups:c,dynamicGroups:d}}({detectedEvents:E,currentlyActiveEvents:b,isUserInputCompleted:S,answerBasedMetrics:w}),D=(0,s.useMemo)(()=>[...T,...C],[T,C]),R=(0,o.useSelect)(e=>{if(!e(g.i).isModuleConnected(c.L1))return[];const t=e(l.K9).getDetectedEvents(),i=e(l.K9).getNewBadgeEvents();if(t?.length&&i?.length){const e=t.filter(e=>l.fV.includes(e)),s=i.filter(e=>l.fV.includes(e)),n=i.filter(e=>!l.fV.includes(e));if(e?.length>1&&s.length>0)return n}return i}),O=(0,o.useSelect)(e=>N?e(l.K9).getKeyMetricsConversionEventWidgets():[]),{selectedCounts:z,activeMetricItems:L,newlyDetectedMetrics:B}=function({allMetricItems:e={},isActive:t,effectiveSelection:i=[],answerBasedMetrics:n=[],selectedMetrics:o=[],newBadgeEvents:a=[],conversionReportingEventWidgets:l={}}){return(0,s.useMemo)(()=>{const s={[r.QJ.SLUG]:0},c={},d={};for(const g in e){const p=e[g].group;if((p===t||t===r.QJ.SLUG&&i.includes(g))&&(c[g]=e[g]),t===r.KD.SLUG&&n.includes(g)&&n.includes(g)&&(c[g]=e[g]),!s[p]){const t=Object.keys(e).filter(t=>!(e[t].group!==p||!o?.includes(t))).length;s[p]=t}var u;if(a?.length)a.some(e=>l[e].includes(g))&&(d[p]=[...null!==(u=d[p])&&void 0!==u?u:[],g])}return{selectedCounts:s,activeMetricItems:c,newlyDetectedMetrics:d}},[e,t,i,n,o,a,l])}({allMetricItems:e,isActive:y,effectiveSelection:A,answerBasedMetrics:w,selectedMetrics:I,newBadgeEvents:R,conversionReportingEventWidgets:O}),{setValues:P}=(0,o.useDispatch)(a.s),G=(0,s.useCallback)(()=>{P(r.Is,{[r.Y0]:I,[r.Nl]:[...A,...j],[r.NO]:[]})},[I,A,j,P]),U=(0,s.useCallback)((e,t)=>{if(e)v(e);else{const e=D[t];k(t),v(e.SLUG)}j.length&&G()},[D,j,v,G]),V=(0,o.useSelect)(e=>e(d.n).getValue(r.EA)),F=(0,n.A)(V),W=Object.keys(B);(0,s.useEffect)(()=>{if(!F&&V)if(v(r.QJ.SLUG),k(0),W.length&&x){const e=D.find(e=>e.SLUG===W[0]);k(D.indexOf(e)),v(e.SLUG)}else k(0),v(r.QJ.SLUG);F&&!V&&G()},[V,F,j,D,x,W,G]),function({containerRef:e,isMobileBreakpoint:t,isSelectionPanelOpen:i,isSelectionPanelOpenPrevious:n}){const o=(0,s.useCallback)(()=>{const i=e.current?.querySelector(".mdc-tab-scroller__scroll-content");if(!t)return;const s=e.current?.querySelectorAll(".googlesitekit-chip-tab-group__tab-items .mdc-tab");if(!s?.length||!i)return;const n=e.current?.getBoundingClientRect(),r=[];s.forEach((e,t)=>{const i=e.getBoundingClientRect();i.left>=n.left&&i.right<=n.right&&r.push(t)});const a=s[r.length];if(!a)return;const l=a.getBoundingClientRect();(l.left>=n.right||l.left-n.right<0&&-(l.left-n.right)<=20)&&("2px"===i.style.columnGap?i.style.columnGap="20px":i.style.columnGap="2px",o())},[e,t]),r=(0,f.d)(o,50);(0,h.A)("resize",r),(0,s.useEffect)(()=>{!n&&i&&o()},[i,n,o])}({containerRef:i,isMobileBreakpoint:x,isSelectionPanelOpen:V,isSelectionPanelOpenPrevious:F});const H=[[...T,...C.slice(0,2)],[...C.slice(2)]];return(0,M.jsxs)("div",{className:"googlesitekit-chip-tab-group",children:[(0,M.jsx)(TabItems,{containerRef:i,isMobileBreakpoint:x,chipItemRows:H,allGroups:D,isActive:y,onChipChange:U,selectedCounts:z,newlyDetectedMetrics:B,activeGroupIndex:_}),(0,M.jsx)(TabContent,{activeMetricItems:L,newlyDetectedMetrics:B,savedItemSlugs:t})]})}},55527:(e,t,i)=>{i.d(t,{$z:()=>n.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>s.N,P3:()=>r.P,Si:()=>o.S,fI:()=>d.fI,fh:()=>d.fh,lG:()=>c.a,xA:()=>d.xA});var s=i(91046),n=i(3412),o=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),d=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>p,BT:()=>D,CQ:()=>S,DF:()=>Y,GM:()=>M,GT:()=>v,HA:()=>L,HD:()=>g,HP:()=>T,J5:()=>P,JF:()=>N,JK:()=>f,Ml:()=>h,SS:()=>R,UF:()=>d,UY:()=>F,Vl:()=>O,W6:()=>H,Xq:()=>b,YQ:()=>E,Yw:()=>V,dV:()=>C,dX:()=>j,ej:()=>c,em:()=>o,ep:()=>I,fu:()=>k,gC:()=>_,hz:()=>m,jx:()=>u,lV:()=>l,nH:()=>B,oR:()=>s,od:()=>a,p3:()=>y,pG:()=>A,qv:()=>n,qy:()=>w,t1:()=>W,t7:()=>U,tB:()=>x,tK:()=>G,u_:()=>z});const s="core/user",n="connected_url_mismatch",o="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",d="googlesitekit_setup",u="googlesitekit_view_dashboard",g="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",h="googlesitekit_delegate_module_sharing_management",f="googlesitekit_update_plugins",y="kmAnalyticsAdSenseTopEarningContent",v="kmAnalyticsEngagedTrafficSource",_="kmAnalyticsLeastEngagingPages",k="kmAnalyticsNewVisitors",x="kmAnalyticsPopularAuthors",I="kmAnalyticsPopularContent",A="kmAnalyticsPopularProducts",j="kmAnalyticsReturningVisitors",M="kmAnalyticsTopCities",S="kmAnalyticsTopCitiesDrivingLeads",b="kmAnalyticsTopCitiesDrivingAddToCart",N="kmAnalyticsTopCitiesDrivingPurchases",E="kmAnalyticsTopDeviceDrivingPurchases",w="kmAnalyticsTopConvertingTrafficSource",C="kmAnalyticsTopCountries",T="kmAnalyticsTopPagesDrivingLeads",D="kmAnalyticsTopRecentTrendingPages",R="kmAnalyticsTopTrafficSource",O="kmAnalyticsTopTrafficSourceDrivingAddToCart",z="kmAnalyticsTopTrafficSourceDrivingLeads",L="kmAnalyticsTopTrafficSourceDrivingPurchases",B="kmAnalyticsPagesPerVisit",P="kmAnalyticsVisitLength",G="kmAnalyticsTopReturningVisitorPages",U="kmSearchConsolePopularKeywords",V="kmAnalyticsVisitsPerVisitor",F="kmAnalyticsMostEngagingPages",W="kmAnalyticsTopCategories",H=[y,v,_,k,x,I,A,j,W,M,S,b,N,E,w,C,D,R,O,B,P,G,V,F,W],Y=[...H,U]},59020:(e,t,i)=>{i.d(t,{A:()=>Tooltip});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(90295),l=i(63696),c=i(62540);function Tooltip({children:e,popperClassName:t,tooltipClassName:i,onOpen:s,onClose:n,...o}){const d=(0,l.useRef)(!1),u=s?()=>{d.current||(d.current=!0,s?.())}:void 0,g=s?()=>{d.current=!1,n?.()}:n;return(0,c.jsx)(a.Ay,{classes:{popper:r()("googlesitekit-tooltip-popper",t),tooltip:r()("googlesitekit-tooltip",i)},onOpen:u,onClose:g,...o,arrow:!0,children:e})}Tooltip.propTypes={children:n().node,popperClassName:n().string,tooltipClassName:n().string,onOpen:n().func,onClose:n().func}},59323:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),n=i.n(s),o=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...s}){const n=(0,o.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(n===o.mp?a.Kk:a.Yw),...s,children:i})}c.propTypes={type:n().oneOf(a.tT),size:n().oneOf(a.oJ)}},60072:(e,t,i)=>{i.d(t,{A:()=>DashboardSharingSettingsButton});var s=i(82871),n=i(63696),o=i(50539),r=i(49383),a=i(69195),l=i(77766),c=i(12850),d=i(7081),u=i(93896),g=i(72455),p=i(24288),m=i(81042),h=i(31589),f=i(78174),y=i(4452),v=i.n(y),_=i(13606),k=i(19266),x=i(12417),I=i(82218),A=i(37226),j=i(32947),M=i(14007),S=i(55527),b=i(20898),N=i(87251),E=i(62688),w=i.n(E),C=i(62540);function Notice(){const e=(0,o.useSelect)(e=>e(A.i).canSubmitSharingChanges()),t=(0,o.useSelect)(e=>e(A.i).haveSharingSettingsExpanded("management")),i=(0,o.useSelect)(e=>e(A.i).haveSharingSettingsExpanded("sharedRoles"));return(0,C.jsxs)("p",{className:"googlesitekit-dashboard-sharing-settings__notice",children:[t&&e&&(0,C.jsx)("span",{children:(0,_.A)((0,s.__)("By clicking <strong>Apply</strong>, you will give other authenticated admins of your site permission to manage view-only access to Site Kit dashboard data from the chosen Google service","google-site-kit"),{strong:(0,C.jsx)("strong",{})})}),!t&&e&&i&&(0,C.jsx)("span",{children:(0,_.A)((0,s.__)("By clicking <strong>Apply</strong>, you’re granting the selected roles view-only access to data from the Google services you’ve connected via your account","google-site-kit"),{strong:(0,C.jsx)("strong",{})})})]})}var T=i(77967);function Footer({closeDialog:e,openResetDialog:t}){const i=(0,l.A)(),[a,u]=(0,n.useState)(null),[g,m]=(0,n.useState)(!1),h=(0,o.useSelect)(e=>e(A.i).canSubmitSharingChanges()),f=(0,o.useSelect)(e=>e(A.i).isDoingSubmitSharingChanges()),y=(0,o.useSelect)(e=>e(A.i).haveSharingSettingsExpanded("management")),v=(0,o.useSelect)(e=>e(A.i).haveSharingSettingsExpanded("sharedRoles")),_=(0,o.useSelect)(e=>e(A.i).haveSharingSettingsUpdated()),k=(0,o.useSelect)(e=>!!e(d.n).getValue(p.tm)),x=(0,o.useSelect)(e=>!!e(d.n).getValue(p.hk)),{resetSharingSettings:I,saveSharingSettings:j}=(0,o.useDispatch)(A.i),{setValue:M}=(0,o.useDispatch)(d.n),S=(0,n.useCallback)(async()=>{u(null);const{error:t}=await j();t?u(t.message):((0,c.sx)(`${i}_sharing`,"settings_confirm"),M(p.zP,void 0),e())},[i,j,M,e]),N=(0,n.useCallback)(async()=>{u(null),m(!0);const{error:t}=await I();t?u(t.message):(m(!1),e())},[e,I]),E=(0,n.useCallback)(()=>{(0,c.sx)(`${i}_sharing`,"settings_cancel"),e()},[e,i]),w=a||y||v;return(0,C.jsxs)("div",{className:"googlesitekit-dashboard-sharing-settings__footer",children:[w&&(0,C.jsxs)("div",{className:"googlesitekit-dashboard-sharing-settings__footer-notice",children:[a&&(0,C.jsx)(T.A,{message:a}),!a&&(0,C.jsx)(Notice,{})]}),(0,C.jsxs)("div",{className:"googlesitekit-dashboard-sharing-settings__footer-actions",children:[_&&k&&!w&&(0,C.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__footer-actions-left",children:(0,C.jsx)(b.A,{onClick:t,className:"googlesitekit-reset-sharing-permissions-button",danger:!0,children:(0,s.__)("Reset sharing permissions","google-site-kit")})}),(0,C.jsxs)("div",{className:"googlesitekit-dashboard-sharing-settings__footer-actions-right",children:[(0,C.jsx)(r.Button,{onClick:E,tertiary:!0,children:(0,s.__)("Cancel","google-site-kit")}),k&&(0,C.jsx)(r.SpinnerButton,{onClick:S,disabled:f||!h,isSaving:f,children:(0,s.__)("Apply","google-site-kit")}),x&&(0,C.jsx)(r.SpinnerButton,{onClick:N,disabled:g,isSaving:g,danger:!0,children:(0,s.__)("Reset","google-site-kit")})]})]})]})}Footer.propTypes={closeDialog:w().func.isRequired,openResetDialog:w().func.isRequired};var D=i(15167);function DashboardSharingDialog(){const[e,t]=(0,n.useState)(!1),i=(0,n.useRef)(void 0),l=(0,j.dv)(),{y:c}=(0,m.A)(),{setValue:g}=(0,o.useDispatch)(d.n),{rollbackSharingSettings:y}=(0,o.useDispatch)(A.i),E=(0,o.useSelect)(e=>!!e(d.n).getValue(p.tm)),w=(0,o.useSelect)(e=>!!e(d.n).getValue(p.hk)),T=(0,o.useSelect)(e=>e(d.n).getValue(p.zP)),R=(0,o.useSelect)(e=>e(A.i).haveSharingSettingsChanged()),O=(0,o.useSelect)(e=>e(u.O4).getDocumentationLinkURL("dashboard-sharing"));(0,n.useEffect)(()=>{if(e){const e=document.querySelector(".googlesitekit-reset-sharing-permissions-button");e&&e.focus(),t(!1)}},[e]);const z={};l===j.mp&&(z.top=(c<46?46-c:0)+"px",z.height=`calc(100% - 46px + ${c<46?c:46}px)`),(0,n.useEffect)(()=>{!E&&R&&y()},[E,R,y]);const L=(0,n.useCallback)(()=>{g(p.tm,!0)},[g]),B=(0,n.useCallback)(()=>{g(p.tm,!1),g(p.zP,void 0)},[g]),P=(0,n.useCallback)(()=>{B(),g(p.hk,!0)},[B,g]),G=(0,n.useCallback)(()=>{g(p.hk,!1),L(),t(!0)},[L,g]),U=(0,n.useCallback)(()=>{w?G():B()},[G,B,w]),V=(0,n.useCallback)(e=>{w&&e.target.classList.contains("mdc-dialog__scrim")&&G()},[w,G]);return(0,h.A)("click",V),(0,f.A)(e=>w&&k._f===e.keyCode,G),(0,C.jsx)(M.A,{children:(0,C.jsxs)(S.lG,{open:E||w,onClose:U,className:"googlesitekit-dialog googlesitekit-sharing-settings-dialog",style:z,escapeKeyAction:void 0!==T||w?"":"close",scrimClickAction:void 0!==T||w?"":"close",children:[(0,C.jsx)("div",{className:"googlesitekit-dialog__back-wrapper","aria-hidden":l!==j.mp,ref:i,children:(0,C.jsx)(r.Button,{"aria-label":(0,s.__)("Back","google-site-kit"),className:"googlesitekit-dialog__back",onClick:U,children:(0,C.jsx)(x.A,{icon:I.A})})}),(0,C.jsxs)(S.Cf,{className:"googlesitekit-dialog__content",children:[(0,C.jsxs)("div",{className:"googlesitekit-dialog__header",children:[E&&(0,C.jsx)("div",{className:"googlesitekit-dialog__header-icon","aria-hidden":l===j.mp,children:(0,C.jsx)("span",{children:(0,C.jsx)(a.A,{width:20,height:20})})}),(0,C.jsxs)("div",{className:"googlesitekit-dialog__header-titles",children:[(0,C.jsxs)(D.A,{as:"h2",className:"googlesitekit-dialog__title",size:"medium",type:"headline",children:[E&&(0,C.jsx)("span",{children:(0,s.__)("Dashboard sharing & permissions","google-site-kit")}),w&&(0,C.jsx)("span",{children:(0,s.__)("Reset dashboard sharing permissions","google-site-kit")})]}),(0,C.jsxs)("p",{className:v()("googlesitekit-dialog__subtitle",{"googlesitekit-dialog__subtitle--emphasis":w}),children:[E&&(0,C.jsx)("span",{children:(0,_.A)((0,s.__)("Share a view-only version of your Site Kit dashboard with other WordPress roles. <a>Learn more</a>","google-site-kit"),{a:(0,C.jsx)(b.A,{"aria-label":(0,s.__)("Learn more about dashboard sharing","google-site-kit"),href:O,external:!0})})}),w&&(0,C.jsx)("span",{children:(0,s.__)("Warning: Resetting these permissions will remove view-only access for all users. Are you sure you want to reset all dashboard sharing permissions?","google-site-kit")})]})]})]}),E&&(0,C.jsx)("div",{className:"googlesitekit-dialog__main",children:(0,C.jsx)(N.A,{})})]}),(0,C.jsx)(S.Es,{className:"googlesitekit-dialog__footer",children:(0,C.jsx)(Footer,{closeDialog:U,openResetDialog:P})})]})})}var R=i(27333);function DashboardSharingSettingsButton(){const e=(0,l.A)(),{setValue:t}=(0,o.useDispatch)(d.n),i=(0,o.useSelect)(e=>e(u.O4).hasMultipleAdmins()),m=(0,R.A)(g.CV,"isAutoCreatingCustomDimensionsForAudience"),h=(0,n.useCallback)(()=>{(0,c.sx)(`${e}_headerbar`,"open_sharing",i?"advanced":"simple"),t(p.tm,!0)},[t,e,i]);return(0,C.jsxs)(n.Fragment,{children:[(0,C.jsx)(r.Button,{"aria-label":(0,s.__)("Open sharing settings","google-site-kit"),className:"googlesitekit-sharing-settings__button googlesitekit-header__dropdown googlesitekit-border-radius-round googlesitekit-button-icon",onClick:h,icon:(0,C.jsx)(a.A,{width:20,height:20}),tooltipEnterDelayInMS:500,disabled:m}),(0,C.jsx)(DashboardSharingDialog,{})]})}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var s=i(28056),n=i.n(s),o=i(4452),r=i.n(o),a=i(62688),l=i.n(a),c=i(82871),d=i(49383);var u=i(72545),g=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:o,size:a,step:l,tooltipProps:m}){const h=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function f(e){return r()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:r()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(n(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(g.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(s.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:h.map(e=>(0,p.jsx)("li",{className:f(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,o.title&&(0,p.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...o,children:o.title})]})]}),(0,p.jsx)(d.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(u.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61046:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(63560),n=i(62688),o=i.n(n),r=i(63696),a=i(62540);function l(e){function WithIntersectionObserverComponent({onInView:t,...i}){const n=(0,r.useRef)(),o=(0,s.A)(n,{root:null,threshold:.45}),[l,c]=(0,r.useState)(!1),d=!!o?.isIntersecting&&!!o?.intersectionRatio;return(0,r.useEffect)(()=>{o&&d&&!l&&(t(),c(!0))},[l,d,o,t]),(0,a.jsx)(e,{ref:n,...i})}return WithIntersectionObserverComponent.displayName="WithIntersectionObserverComponent",(e.displayName||e.name)&&(WithIntersectionObserverComponent.displayName+=`(${e.displayName||e.name})`),WithIntersectionObserverComponent.propTypes={onInView:o().func.isRequired,...e.propTypes},WithIntersectionObserverComponent}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>o});const s=(0,i(63696).createContext)(""),{Consumer:n,Provider:o}=s,r=s},63972:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 11 9"},e),s||(s=n.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M1 3.838 4.106 7 10 1"})))},64067:(e,t,i)=>{i.d(t,{P9:()=>y,k:()=>m,mR:()=>f});var s=i(32091),n=i.n(s),o=i(17243),r=i(50539),a=i.n(r),l=i(21134),c=i(12850);const d="CREATE_SNAPSHOT",u="DELETE_SNAPSHOT",g="RESTORE_SNAPSHOT",p="SET_STATE_FROM_SNAPSHOT";function m(e,{keysToSnapshot:t}={}){n()(e,"storeName is required to create a snapshot store.");const i={},s={*deleteSnapshot(){return yield{payload:{},type:u}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:s}=yield{payload:{},type:g};return i&&(yield{payload:{snapshot:s},type:p},t&&(yield{payload:{},type:u})),i},*createSnapshot(){return yield{payload:{},type:d}}},a={[u]:()=>(0,l.LD)(`datastore::cache::${e}`),[d]:(0,r.createRegistryControl)(i=>()=>{const s=i.stores[e].store.getState(),n=t?.length>0?(0,o.pick)(s,t):s;return(0,l.SO)(`datastore::cache::${e}`,n)}),[g]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:s,controls:a,reducer:function(e=i,{type:s,payload:n}){if(s===p){const{snapshot:i}=n,{error:s,...o}=i;return t?.length>0?{...e,...o}:o}return e}}}function h(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function f(e=a()){return Promise.all(h(e).map(e=>e.getActions().createSnapshot()))}function y(e=a()){return Promise.all(h(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,i)=>{i.d(t,{G:()=>n,t:()=>s});const s=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function n(e,t=s){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{i.d(t,{c:()=>r});var s=i(82871),n=i(97398),o=i(99897);function r(e="",t={}){const{slug:i="",name:r="",owner:a={}}=t||{};if(!i||!r)return e;let l="",c="";return o.L1===i?e.match(/account/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):n.Y===i&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,s.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,s.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),r)),a&&a.login&&(c=(0,s.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,s.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),c||(c=(0,s.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},66201:(e,t,i)=>{i.d(t,{Z:()=>c});var s=i(31589),n=i(40960),o=i(42926),r=i(63696),a=i(50539),l=i(7081);function c(){const{setIsOnline:e}=(0,a.useDispatch)(l.n),t=(0,a.useSelect)(e=>e(l.n).getIsOnline()),i=(0,r.useCallback)(async()=>{if(navigator.onLine){try{await(0,o.A)({path:"/google-site-kit/v1/"})}catch(t){if("fetch_error"===t?.code)return void e(!1)}e(!0)}else e(!1)},[e]);(0,s.A)("online",i),(0,s.A)("offline",i),(0,n.A)(i,t?12e4:15e3)}},66847:(e,t,i)=>{i.d(t,{A:()=>ScrollEffect});var s=i(81042),n=i(63696);function ScrollEffect(){return function(){const{y:e}=(0,s.A)(),[t,o]=(0,n.useState)(!1),r="googlesitekit-plugin--has-scrolled";(0,n.useEffect)(()=>{t?i.g.document.body.classList.add(r):i.g.document.body.classList.remove(r)},[t]),e>0&&!t?o(!0):0===e&&t&&o(!1)}(),null}},66889:(e,t,i)=>{function s(e,t){const i=e.getBoundingClientRect(),s=t.getBoundingClientRect();return!(i.bottom<s.top||s.bottom<i.top||i.right<s.left||s.right<i.left)}i.d(t,{N:()=>s})},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>u,SG:()=>d,db:()=>n,e4:()=>p,vl:()=>g});i(17243);var s=i(82871);const n="missing_required_scopes",o="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===n}function d(e){return[o,r].includes(e?.data?.reason)}function u(e){return!!e?.data?.reconnectURL}function g(e,t){return!(!t?.storeName||d(e)||c(e)||u(e))}function p(e){return e?.code===a?(0,s.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,s.__)("The server provided an invalid response","google-site-kit"):e?.message}},67768:(e,t,i)=>{i.d(t,{A:()=>SelectionPanelError});var s=i(62688),n=i.n(s),o=i(63696),r=i(66889),a=i(77967),l=i(62540);function SelectionPanelError({error:e,noPrefix:t=!0,skipRetryMessage:s=!0}){const n=(0,o.useRef)();return(0,o.useEffect)(()=>{if(e){const e=i.g.document.activeElement;e&&e.closest(".googlesitekit-selection-panel-item")&&(0,r.N)(n.current,e)&&e.scrollIntoView()}},[e]),e?(0,l.jsx)("div",{ref:n,children:(0,l.jsx)(a.A,{className:"googlesitekit-notice--square googlesitekit-selection-panel-error",error:e,noPrefix:t,skipRetryMessage:s})}):null}SelectionPanelError.propTypes={error:n().shape({message:n().string}),noPrefix:n().bool,skipRetryMessage:n().bool}},68485:(e,t,i)=>{i.d(t,{r:()=>AdminScreenTooltip,i:()=>s.i});var s=i(15863),n=i(63696),o=i(50539),r=i(62688),a=i(36703),l=i(40960),c=i(60592),d=i(14007),u=i(39771),g=i(32947),p=i(62540);function JoyrideTooltip(e){const{title:t,content:s,dismissLabel:o,disableOverlay:r=!0,target:m,cta:h=!1,className:f,styles:y={},slug:v="",placement:_="auto",onDismiss:k=()=>{},onView:x=()=>{},onTourStart:I=()=>{},onTourEnd:A=()=>{}}=e;function j(){return!!i.g.document.querySelector(m)}const[M,S]=(0,n.useState)(j),b=(0,g.dv)(),N=b===g.mp||b===g.Lg,[E,w]=(0,n.useState)(!0),C=(0,n.useRef)(N);if((0,l.A)(()=>{j()&&S(!0)},M?null:250),(0,n.useEffect)(()=>{let e=()=>{};if("function"==typeof i.g.ResizeObserver){const t=i.g.document.querySelector(m);if(t){const s=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});s.observe(t),e=()=>s.disconnect()}}return e},[m,M]),(0,n.useEffect)(()=>{let e;return C.current!==N&&(w(!1),e=setTimeout(()=>{w(!0)},50),C.current=N),()=>{e&&clearTimeout(e)}},[N]),!M)return null;const T=[{title:t,target:m,content:s,disableBeacon:!0,isFixed:!0,placement:_,cta:h,className:f}],D={close:o,last:o};return(0,p.jsx)(d.A,{slug:v,children:(0,p.jsx)(a.Ay,{callback:function({type:e}){switch(e){case a.qY.TOUR_START:I(),i.g.document.body.classList.add("googlesitekit-showing-tooltip");break;case a.qY.TOUR_END:A(),i.g.document.body.classList.remove("googlesitekit-showing-tooltip");break;case a.qY.STEP_AFTER:k();break;case a.qY.TOOLTIP:x()}},disableOverlay:r,spotlightPadding:0,floaterProps:u.ei,locale:D,steps:T,styles:{...u.R0,...y,options:{...u.R0.options,...y?.options},spotlight:{...u.R0.spotlight,...y?.spotlight}},tooltipComponent:c.A,run:E,disableScrolling:!0})})}JoyrideTooltip.propTypes={title:r.PropTypes.node,content:r.PropTypes.string,disableOverlay:r.PropTypes.bool,dismissLabel:r.PropTypes.string,target:r.PropTypes.string.isRequired,onDismiss:r.PropTypes.func,onShow:r.PropTypes.func,className:r.PropTypes.string,styles:r.PropTypes.object,slug:r.PropTypes.string,placement:r.PropTypes.string,onView:r.PropTypes.func};var m=i(7081),h=i(12850),f=i(77766);function AdminScreenTooltip(){const e=(0,f.A)(),{setValue:t}=(0,o.useDispatch)(m.n),i=(0,g.dv)(),{isTooltipVisible:s=!1,target:r,placement:a,className:l,tooltipSlug:c,title:d,content:u,dismissLabel:y}=(0,o.useSelect)(e=>e(m.n).getValue("admin-screen-tooltip")||{isTooltipVisible:!1});const v=(0,n.useCallback)(()=>{c&&(0,h.sx)(`${e}_${c}`,"tooltip_dismiss"),t("admin-screen-tooltip",void 0)},[t,c,e]);if(!s)return null;const _=i===g.mp||i===g.Lg,k=null!=r?r:'#adminmenu [href*="page=googlesitekit-settings"]',x=null!=a?a:"right";return(0,p.jsx)(JoyrideTooltip,{target:_?"body":k,placement:_?"center":x,className:_?"googlesitekit-tour-tooltip__modal_step":l||(r?void 0:"googlesitekit-tour-tooltip__fixed-settings-tooltip"),disableOverlay:!_,slug:"admin-screen-tooltip",title:d,content:u,dismissLabel:y,onView:function(){(0,h.sx)(`${e}_${c}`,"tooltip_view")},onDismiss:v})}},68869:(e,t,i)=>{i.d(t,{Ay:()=>r});var s=i(6732);const{Consumer:n,Provider:o}=s.A,r=o},69195:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),s||(s=n.createElement("path",{fill:"currentColor",d:"M16.666 7.5V5H15v2.5h-2.5v1.666H15v2.5h1.666v-2.5h2.5V7.5zM7.5 10a3.332 3.332 0 1 0 0-6.667A3.332 3.332 0 1 0 7.5 10m0-5c.916 0 1.666.75 1.666 1.666 0 .917-.75 1.667-1.666 1.667-.917 0-1.667-.75-1.667-1.667C5.833 5.75 6.583 5 7.5 5m5.325 7.133c-1.4-.717-3.217-1.3-5.325-1.3s-3.925.583-5.325 1.3A2.48 2.48 0 0 0 .833 14.35v2.316h13.333V14.35c0-.934-.508-1.792-1.341-2.217M12.5 15h-10v-.65c0-.317.166-.6.433-.734A10.1 10.1 0 0 1 7.5 12.5c1.975 0 3.575.608 4.566 1.116a.81.81 0 0 1 .434.734z"})))},71423:(e,t,i)=>{i.d(t,{$:()=>o,D:()=>n});var s=i(24558);const n="core/notifications",o=[s.uR,s.jU,s.f7,s.Ax,s.Is]},71769:(e,t,i)=>{function s(e){return e.charAt(0).toUpperCase()+e.slice(1)}function n(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function o(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>o,m2:()=>s,sP:()=>n})},72455:(e,t,i)=>{i.d(t,{CV:()=>b,Cu:()=>I,K9:()=>s,Kr:()=>h,Lf:()=>p,Oh:()=>r,PW:()=>S,Rx:()=>T,S9:()=>f,TQ:()=>u,Vt:()=>w,Wl:()=>k,ZC:()=>n,ZY:()=>a,_p:()=>C,ag:()=>m,aj:()=>g,bz:()=>N,dq:()=>E,f2:()=>c,fB:()=>M,fV:()=>j,iB:()=>d,kc:()=>l,mo:()=>v,nc:()=>A,rm:()=>x,to:()=>o,wo:()=>y,yn:()=>_});const s="modules/analytics-4",n="account_create",o="property_create",r="webdatastream_create",a="analyticsSetup",l=10,c=1,d="https://www.googleapis.com/auth/tagmanager.readonly",u="enhanced-measurement-form",g="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",m="analyticsAccountCreate",h="analyticsCustomDimensionsCreate",f="https://www.googleapis.com/auth/analytics.edit",y="dashboardAllTrafficWidgetDimensionName",v="dashboardAllTrafficWidgetDimensionColor",_="dashboardAllTrafficWidgetDimensionValue",k="dashboardAllTrafficWidgetActiveRowIndex",x="dashboardAllTrafficWidgetLoaded",I={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},A={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},j=[A.CONTACT,A.GENERATE_LEAD,A.SUBMIT_LEAD_FORM],M={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},S="audiencePermissionsSetup",b="audienceTileCustomDimensionCreate",N="audience-selection-panel-expirable-new-badge-",E="audience",w="customDimension",C="property",T=[E,w,C]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),s||(s=n.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73549:(e,t,i)=>{i.d(t,{A:()=>ReportZero});var s=i(62688),n=i.n(s),o=i(82871),r=i(50539),a=i(37226),l=i(4884),c=i(62540);function ReportZero({moduleSlug:e}){const t=(0,r.useSelect)(t=>t(a.i).getModule(e));return(0,c.jsx)(l.A,{title:(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s Gathering Data","google-site-kit"),t?.name),description:(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s data is not yet available, please check back later","google-site-kit"),t?.name)})}ReportZero.propTypes={moduleSlug:n().string.isRequired}},73589:(e,t,i)=>{i.d(t,{CX:()=>n,Py:()=>r,SM:()=>s,kj:()=>o});const s="adsense-connect-cta",n="adsense-connect-cta-tooltip-state",o="adsense-ga4-top-earnings-notice",r="adsense"},73874:(e,t,i)=>{i.d(t,{Ay:()=>a,Oo:()=>o,oE:()=>r});var s=i(24558),n=i(77766);const o=s.jU,r=s.f7;function a(){const e=(0,n.A)();return e===s.jU||e===s.Ax?o:e===s.f7||e===s.Is?r:null}},74595:(e,t,i)=>{i.d(t,{wA:()=>a.A,ws:()=>g.w,WM:()=>r.A});var s=i(29725),n=i(56805),o=i(78913),r=i(35470),a=i(63737),l=i(44319),c=i(31170),d=i(30043),u=i(66293),g=i(1102),p=i(47121),m=i(97241);const h=(0,s.I)({},i.g.wp?.data);h.combineStores=p.o3,h.commonActions=p.jU,h.commonControls=p._5,h.commonStore=p.x0,h.createReducer=function(e){return(0,m.Ay)(e)},h.useInViewSelect=g.w,h.controls=n.n,h.createRegistryControl=o.b,h.createRegistrySelector=o.N,h.useSelect=r.A,h.useDispatch=a.A,h.useRegistry=l.A,h.withSelect=c.A,h.withDispatch=d.A,h.RegistryProvider=u.Ay;const f=h;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=f},74995:(e,t,i)=>{i.d(t,{A:()=>Notifications});var s=i(62688),n=i.n(s),o=i(50539),r=i(77766),a=i(71423),l=i(53137),c=i(50532),d=i.n(c),u=i(43569),g=i(62540);const p=d()(e=>({id:e,Notification:m(e)(u.A)}));function m(e){return t=>{function WithNotificationID(i){return(0,g.jsx)(t,{...i,id:e})}return WithNotificationID.displayName="WithNotificationID",(t.displayName||t.name)&&(WithNotificationID.displayName+=`(${t.displayName||t.name})`),WithNotificationID}}function Notifications({areaSlug:e,groupID:t=l.He.DEFAULT}){const i=(0,r.A)(),s=(0,o.useSelect)(e=>e(a.D).getQueuedNotifications(i,t));if(void 0===s?.[0]||s?.[0]?.areaSlug!==e)return null;const{id:n,Component:c}=s[0],d={...p(n)};return(0,g.jsx)(c,{...d})}Notifications.propTypes={viewContext:n().string,areaSlug:n().string}},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>g,fI:()=>d});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:s,alignBottom:n,alignRight:o,alignLeft:l,smAlignRight:c,mdAlignRight:d,lgAlignRight:u,smSize:g,smStart:p,smOrder:m,mdSize:h,mdStart:f,mdOrder:y,lgSize:v,lgStart:_,lgOrder:k,size:x,children:I,...A}=e;return(0,a.jsx)("div",{...A,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":s,"mdc-layout-grid__cell--align-bottom":n,"mdc-layout-grid__cell--align-right":o,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":d,"mdc-layout-grid__cell--align-right-desktop":u,[`mdc-layout-grid__cell--span-${x}`]:12>=x&&x>0,[`mdc-layout-grid__cell--span-${v}-desktop`]:12>=v&&v>0,[`mdc-layout-grid__cell--start-${_}-desktop`]:12>=_&&_>0,[`mdc-layout-grid__cell--order-${k}-desktop`]:12>=k&&k>0,[`mdc-layout-grid__cell--span-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--start-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--order-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--span-${g}-phone`]:4>=g&&g>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:I})}Cell.propTypes={smSize:n().number,smStart:n().number,smOrder:n().number,mdSize:n().number,mdStart:n().number,mdOrder:n().number,lgSize:n().number,lgStart:n().number,lgOrder:n().number,size:n().number,alignTop:n().bool,alignMiddle:n().bool,alignBottom:n().bool,alignRight:n().bool,alignLeft:n().bool,smAlignRight:n().bool,mdAlignRight:n().bool,lgAlignRight:n().bool,className:n().string,children:n().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},s)=>(0,a.jsx)("div",{ref:s,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:n().string,children:n().node},c.defaultProps={className:""};const d=c,u=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:s,collapsed:n,...o},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":n,"mdc-layout-grid--fill":t}),...o,ref:l,children:s}));u.displayName="Grid",u.propTypes={alignLeft:n().bool,fill:n().bool,className:n().string,collapsed:n().bool,children:n().node},u.defaultProps={className:""};const g=u},75949:(e,t,i)=>{i.d(t,{A:()=>E});var s,n=i(15844),o=i(79257),r=i(52684),a=i(63696),l=i(82871),c=i(50539),d=i(49383),u=i(16834);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const p=e=>a.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),s||(s=a.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16 9.5c0 1.407-.45 2.714-1.218 3.783L20.49 19 19 20.49l-5.717-5.708A6.46 6.46 0 0 1 9.5 16 6.5 6.5 0 1 1 16 9.5m-11 0C5 11.99 7.01 14 9.5 14S14 11.99 14 9.5 11.99 5 9.5 5 5 7.01 5 9.5",clipRule:"evenodd"})));var m;function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},h.apply(null,arguments)}const f=e=>a.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),m||(m=a.createElement("path",{fill:"currentColor",d:"m15.833 5.342-1.175-1.175L10 8.825 5.342 4.167 4.167 5.342 8.825 10l-4.658 4.658 1.175 1.175L10 11.175l4.658 4.658 1.175-1.175L11.175 10z"})));var y=i(62688),v=i.n(y),_=i(82351),k=i(19266),x=i(54419);var I=i(93896),A=i(62540);function j(){}function PostSearcherAutoSuggest({id:e,match:t,setMatch:i,isLoading:s,showDropdown:n=!0,setIsLoading:o=j,setIsActive:r=j,autoFocus:d,setCanSubmit:u=j,onClose:g=j,placeholder:p=""}){const m=(0,a.useRef)(),[h,f]=(0,a.useState)(""),y=t?.title,v=function(e,t){const[i,s]=(0,a.useState)(e);return(0,a.useEffect)(()=>{const i=setTimeout(()=>{s(e)},t);return()=>{clearTimeout(i)}},[e,t]),i}(h,h===y?0:200),[M,S]=(0,a.useState)([]),b=(0,l.__)("No results found","google-site-kit"),N=(0,c.useSelect)(e=>e(I.O4).getCurrentEntityTitle()),E=(0,a.useRef)(null),w=(0,a.useCallback)(()=>{r(!0)},[r]),C=(0,a.useCallback)(e=>{var t,i;e.relatedTarget?.classList.contains("autocomplete__option--result")||(r(!1),f(null!==(t=null!==(i=E.current)&&void 0!==i?i:N)&&void 0!==t?t:""))},[N,r]),T=(0,a.useCallback)(e=>{if(Array.isArray(M)&&e!==b){const t=M.find(t=>t.title.toLowerCase()===e.toLowerCase());t?(E.current=t.title,u(!0),i(t),f(t.title)):E.current=null}else E.current=null,u(!1)},[M,u,i,b,f]),D=(0,a.useCallback)(e=>{u(!1),f(e.target.value)},[u]);(0,a.useEffect)(()=>{if(""!==v&&v!==N&&v?.toLowerCase()!==y?.toLowerCase()){const e="undefined"==typeof AbortController?void 0:new AbortController;return async function(){o(!0);const t=(0,x.get)("core","search","entity-search",{query:encodeURIComponent(v)},{useCache:!1,signal:e?.signal});m.current=t;try{const e=await t;S(e)}catch{S(null)}finally{t===m.current&&o(!1)}}(),()=>e?.abort()}return()=>{}},[v,o,N,y]),(0,a.useEffect)(()=>{h||S([])},[h]),(0,a.useEffect)(()=>{N&&f(N)},[N]);const R=(0,a.useRef)(),O=(0,a.useCallback)(e=>{const t=R.current;switch(e.keyCode){case k.yZ:t?.value&&(e.preventDefault(),t.selectionStart=0,t.selectionEnd=0);break;case k.Kp:t?.value&&(e.preventDefault(),t.selectionStart=t.value.length,t.selectionEnd=t.value.length)}switch(e.keyCode){case k._f:g();break;case k.Fm:T(h)}},[g,T,h]);return(0,A.jsxs)(_.G3,{className:"autocomplete__wrapper",onSelect:T,children:[(0,A.jsx)(_.oK,{ref:R,id:e,className:"autocomplete__input autocomplete__input--default",type:"text",onBlur:C,onChange:D,onFocus:w,placeholder:p,onKeyDown:O,value:h,autoFocus:d}),!s&&n&&v!==N&&""!==v&&0===M?.length&&(0,A.jsx)(_.Nf,{portal:!1,children:(0,A.jsx)(_.ex,{className:"autocomplete__menu autocomplete__menu--inline",children:(0,A.jsx)(_.jO,{value:b,className:"autocomplete__option autocomplete__option--no-results"})})}),n&&""!==v&&v!==N&&M?.length>0&&(0,A.jsx)(_.Nf,{portal:!1,children:(0,A.jsx)(_.ex,{className:"autocomplete__menu autocomplete__menu--inline",children:M.map(({id:e,title:t})=>(0,A.jsx)(_.jO,{value:t,className:"autocomplete__option autocomplete__option--result"},e))})})]})}PostSearcherAutoSuggest.propTypes={id:v().string,match:v().object,setCanSubmit:v().func,setMatch:v().func,isLoading:v().bool,setIsLoading:v().func,onKeyDown:v().func,autoFocus:v().bool,placeholder:v().string};var M=i(45472),S=i(12850),b=i(73874),N=i(77766);const E=function EntitySearchInput(){const e=(0,r.A)(EntitySearchInput,"EntitySearchInput"),[t,i]=(0,a.useState)(!1),[s,g]=(0,a.useState)(!1),[m,h]=(0,a.useState)(!1),y=(0,N.A)(),v=(0,b.Ay)(),_=(0,a.useRef)(),k=(0,a.useCallback)(()=>{(0,S.sx)(`${y}_headerbar`,"open_urlsearch"),i(!0)},[y]),x=(0,a.useCallback)(()=>{(0,S.sx)(`${y}_headerbar`,"close_urlsearch"),i(!1)},[y]),[j,E]=(0,a.useState)({}),w=(0,c.useSelect)(e=>j?.url?e(I.O4).getAdminURL("googlesitekit-dashboard",{permaLink:j.url}):null),{navigateTo:C}=(0,c.useDispatch)(M.M);return(0,a.useEffect)(()=>{w&&(0,S.sx)(`${y}_headerbar_urlsearch`,"open_urldetails").finally(()=>{C(w)})},[w,C,y]),(0,n.A)(()=>{v===b.oE&&i(!0)}),(0,o.A)(()=>{t||_?.current?.focus()},[t]),t?(0,A.jsxs)("div",{className:"googlesitekit-entity-search googlesitekit-entity-search--is-open",children:[(0,A.jsx)(u.A,{children:(0,A.jsx)("label",{htmlFor:e,children:(0,l.__)("Page/URL Search","google-site-kit")})}),(0,A.jsx)(PostSearcherAutoSuggest,{id:e,match:j,setIsActive:h,setMatch:E,placeholder:(0,l.__)("Enter title or URL…","google-site-kit"),isLoading:s,setIsLoading:g,showDropdown:m,onClose:x,autoFocus:!0}),s&&m&&(0,A.jsx)(d.ProgressBar,{className:"googlesitekit-entity-search__loading",compress:!0}),(0,A.jsx)("div",{className:"googlesitekit-entity-search__actions",children:(0,A.jsx)(d.Button,{onClick:x,trailingIcon:(0,A.jsx)(f,{width:"30",height:"20"}),className:"googlesitekit-entity-search__close",title:(0,l.__)("Close","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0})})]}):(0,A.jsx)("div",{className:"googlesitekit-entity-search",children:(0,A.jsx)(d.Button,{className:"googlesitekit-border-radius-round--phone googlesitekit-button-icon--phone",onClick:k,ref:_,title:(0,l.__)("Search","google-site-kit"),trailingIcon:(0,A.jsx)(p,{width:"20",height:"20"}),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,l.__)("URL Search","google-site-kit")})})}},76283:(e,t,i)=>{i.d(t,{Fs:()=>AudienceAreaFooter,Oc:()=>s.A,AG:()=>Z.A,Rl:()=>AudienceSelectionPanel,c9:()=>$i,x_:()=>ChangeGroupsLink,H8:()=>ConnectAnalyticsCTAWidget,xE:()=>Ds,vw:()=>PrimaryUserSetupWidget,VR:()=>SecondaryUserSetupWidget});var s=i(80869),n=i(17243),o=i(62688),r=i.n(o),a=i(63696),l=i(16196),c=i(50539),d=i(67150),u=i(7081),g=i(82871);const p="audience-segmentation-info-notice-ui",m="audience-segmentation-info-notice",h=[{slug:"new-visitors",content:(0,g.__)("The higher the portion of new visitors you have, the more your audience is growing. Looking at what content brings them to your site may give you insights on how to reach even more people.","google-site-kit")},{slug:"compare-metrics",content:(0,g.__)("Select up to three visitor groups to display on the dashboard and easily compare metrics between them.","google-site-kit")},{slug:"custom-audiences",content:(0,g.__)("Configure your own custom audiences in Analytics to gain deeper insights into visitor behavior, for example consider creating an “Existing customers” or “Subscribers” segment, depending on what goals you have for your site.","google-site-kit")},{slug:"purchasers",content:(0,g.__)("Select the Purchasers visitor group to gain insights into which visitors bring the most revenue to your site.","google-site-kit")},{slug:"returning-visitors",content:(0,g.__)("The more returning visitors your site has, the stronger and more loyal an audience you’re building. Check which content brings people back to your site - it might help you create a strategy to build a community.","google-site-kit")},{slug:"compare-new-returning",content:(0,g.__)("Compare the ratio of “new” to “returning” visitors – this can give you insights on whether you have more people stopping by as a one-off, or more loyal visitors.","google-site-kit")},{slug:"compare-cities",content:(0,g.__)("Check the cities which bring you more new vs more returning visitors – there might be new audiences you could engage with in locations you hadn’t thought about.","google-site-kit")}];var f,y,v,_,k,x,I,A,j,M,S,b,N=i(55527),E=i(32947);function w(){return w=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},w.apply(null,arguments)}const C=e=>a.createElement("svg",w({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 233 117"},e),f||(f=a.createElement("path",{fill:"#F3F5F7",d:"M2.956 80.014a32.4 32.4 0 0 0 6.283 9.673c10.459 11.015 25.911 11.949 40.083 9.193A98.3 98.3 0 0 0 88.91 81.449c6.738-4.994 13.394-11.19 22.316-11.467 3.35-.103 6.814.82 9.345 2.998 5.259 4.497 5.165 12.186 9.269 17.516 5.458 7.088 13.308 9.283 21.87 10.101 24.191 2.309 53.006-5.265 69.646-23.694 14.857-16.452 16.64-42.63-1.343-57.629-8.216-6.852-19.483-9.992-30.117-8.392-8.127 1.223-16.378 4.942-24.791 5.977-9.908 1.22-16.033-2.943-24.05-7.79C127.086.641 108.62-2.597 92.807 2.292 77.671 6.972 66.777 19.747 52.048 25.36c-12.727 4.852-27.761 4.114-38.82 12.017C.143 46.727-3.146 65.603 2.956 80.014"})),a.createElement("path",{fill:"#161B18",d:"M118.945 116.194c32.642 0 59.104-1.654 59.104-3.694s-26.462-3.694-59.104-3.694c-32.643 0-59.105 1.654-59.105 3.694s26.462 3.694 59.105 3.694",opacity:.1,style:{mixBlendMode:"multiply"}}),y||(y=a.createElement("path",{fill:"#CBD0D3",d:"M118.945 116.194c32.642 0 59.104-1.654 59.104-3.694s-26.462-3.694-59.104-3.694c-32.643 0-59.105 1.654-59.105 3.694s26.462 3.694 59.105 3.694"})),v||(v=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.396,d:"M99.725 51.387c1.758 6.518 7.872 11.126 14.356 13.01 6.484 1.882 13.377 1.514 20.12 1.177 3.188-.158 6.449-.298 9.503.627s5.912 3.137 6.724 6.222c.466 1.773.121 3.686-.787 5.274"})),_||(_=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.4,d:"M87.114 62.487c-1.015 16.075-6.61 30.497-2.87 48.618h-4.26M91.929 111.105h-4.261l7.53-48.618"})),k||(k=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.396,d:"M73.527 57.419c-3.635 1.642-10.613 5.299-10.613 12.724"})),x||(x=a.createElement("path",{fill:"#CBD0D3",d:"m103.118 84.07-2.957.269-18.04 1.632-10.545.952-1-23.491-1.74-40.88 32.912-1.199.664 30.445.09 4.099.612 28.078z"})),I||(I=a.createElement("path",{fill:"#999F9B",d:"m100.163 84.339 1.697-.155 1.261-.114-1.371-62.719-1.891.087 1.017 59.457-29.439 2.786.103 2.34.04.9 10.545-.952 18.04-1.632z"})),A||(A=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.396,d:"M62.912 70.143c0 4.321 4.917 7.437 8.424 5.913"})),j||(j=a.createElement("path",{stroke:"#7B807D",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:3.607,d:"m159.169 21.79-22.985 89.068"})),M||(M=a.createElement("path",{fill:"#E77D5B",d:"m157.57 14.897-34.151 34.35a3.61 3.61 0 0 0 .016 5.1 3.6 3.6 0 0 0 1.62.929l46.822 12.4a3.606 3.606 0 0 0 4.404-4.435l-12.674-46.745a3.6 3.6 0 0 0-2.557-2.542 3.6 3.6 0 0 0-3.48.942"})),S||(S=a.createElement("path",{fill:"#962C0A",d:"m153.345 35.252 2.003-7.566 3.905 1.034-2.003 7.566-2.874 9.163-3.103-.822zm-2.709 18.123a2.77 2.77 0 0 1-1.715-1.274 2.77 2.77 0 0 1-.259-2.121q.296-1.116 1.265-1.68a2.77 2.77 0 0 1 2.121-.259q1.116.296 1.68 1.266t.268 2.085a2.77 2.77 0 0 1-1.275 1.715q-.97.564-2.085.268"})),b||(b=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.396,d:"M149.639 77.697a6.85 6.85 0 0 1-3.747 3.098c-3.335 1.14-7.399-.673-8.778-3.916"})));var T=i(15167),D=i(59323),R=i(49383),O=i(35902),z=i(13606),L=i(20898),B=i(62540);function GetHelpLink({linkURL:e}){return(0,z.A)((0,g.__)("Contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,B.jsx)(L.A,{href:e,external:!0,hideExternalIndicator:!0,children:(0,g.__)("Get help","google-site-kit")})})}function ErrorWidgetDetails({failedAudiences:e,showRetryButton:t,onRetry:i,onRequestAccess:s,errors:n,hasInsufficientPermissionsError:o}){return e?.length?(0,B.jsxs)("div",{children:[(0,B.jsx)(D.A,{children:(0,g.__)("Failed to create the following audiences:","google-site-kit")}),(0,B.jsx)("ul",{className:"googlesitekit-widget-audience-segmentation-error__failed-audiences",children:e.map(e=>(0,B.jsx)("li",{children:e},e))}),(0,B.jsx)(R.Button,{onClick:i,danger:!0,children:(0,g.__)("Retry","google-site-kit")})]}):t&&i?(0,B.jsx)(R.Button,{onClick:i,danger:!0,children:(0,g.__)("Retry","google-site-kit")}):(0,B.jsx)(O.A,{moduleSlug:"analytics-4",error:n,GetHelpLink:o?GetHelpLink:void 0,hideGetHelpLink:!o,buttonVariant:"danger",getHelpClassName:"googlesitekit-error-retry-text",onRetry:i,onRequestAccess:s})}GetHelpLink.propTypes={linkURL:r().string.isRequired},ErrorWidgetDetails.propTypes={errors:r().arrayOf(r().object).isRequired,onRetry:r().func.isRequired,onRequestAccess:r().func.isRequired,showRetryButton:r().bool,failedAudiences:r().arrayOf(r().string),hasInsufficientPermissionsError:r().bool};const P=(0,a.forwardRef)(({Widget:e,errors:t,onRetry:i,onRequestAccess:s,showRetryButton:n,failedAudiences:o},r)=>{const a=(0,E.dv)(),l=a===E.mp,c=a===E.Lg,u=t.some(d.SG);return(0,B.jsx)(e,{ref:r,className:"googlesitekit-audience-segmentation-error-widget",noPadding:!0,children:(0,B.jsx)(N.xA,{className:"googlesitekit-audience-segmentation-error__widget-primary-cell",collapsed:!0,children:(0,B.jsxs)(N.fI,{children:[(0,B.jsxs)(N.fh,{smSize:6,mdSize:8,lgSize:7,children:[(0,B.jsx)(T.A,{as:"h3",type:"title",size:"large",children:u?(0,g.__)("Insufficient permissions","google-site-kit"):(0,g.__)("Your visitor groups data loading failed","google-site-kit")}),(0,B.jsx)("div",{className:"googlesitekit-widget-audience-segmentation-error__actions",children:(0,B.jsx)(ErrorWidgetDetails,{failedAudiences:o,showRetryButton:n,onRetry:i,onRequestAccess:s,errors:t,hasInsufficientPermissionsError:u})})]}),!l&&!c&&(0,B.jsx)(N.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",smSize:6,mdSize:3,lgSize:5,children:(0,B.jsx)(C,{width:"233px"})}),c&&(0,B.jsx)(N.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",mdSize:8,children:(0,B.jsx)(C,{width:"233px"})}),l&&(0,B.jsx)(N.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",smSize:8,children:(0,B.jsx)(C,{width:"233px"})})]})})})});P.propTypes={Widget:r().elementType.isRequired,errors:r().arrayOf(r().object).isRequired,onRetry:r().func.isRequired,onRequestAccess:r().func.isRequired,showRetryButton:r().bool,failedAudiences:r().arrayOf(r().string)};const G=P;var U=i(61046),V=i(12850),F=i(77766),W=i(99897);const H=(0,U.A)(G);function AudienceSegmentationErrorWidget({Widget:e,errors:t,onRetry:i,showRetryButton:s,failedAudiences:o}){const r=(0,F.A)(),{setValue:l}=(0,c.useDispatch)(u.n),g=t?(0,n.castArray)(t):[],m=g.some(d.SG);return(0,a.useEffect)(()=>{l(p,!0)},[l]),(0,B.jsx)(H,{Widget:e,errors:g,onRetry:function(){(0,V.sx)(`${r}_audiences-all-tiles`,"data_loading_error_retry").finally(()=>{l(p,!1),i?.()})},failedAudiences:o,onRequestAccess:()=>{(0,V.sx)(`${r}_audiences-all-tiles`,"insufficient_permissions_error_request_access")},showRetryButton:s,onInView:()=>{const e=m?"insufficient_permissions_error":"data_loading_error";(0,V.sx)(`${r}_audiences-all-tiles`,e)}})}AudienceSegmentationErrorWidget.propTypes={Widget:r().elementType.isRequired,errors:r().oneOfType([r().object,r().arrayOf(r().object)]).isRequired,onRetry:r().func,showRetryButton:r().bool,failedAudiences:r().arrayOf(r().string)};const Y=(0,l.A)({moduleName:W.L1})(AudienceSegmentationErrorWidget);var Z=i(28663),Q=(i(78464),i(72455)),q=i(58116),K=i(133),X=i(29877);function $(e,t){return(0,c.useSelect)(i=>t.reduce((t,s)=>{const n=i(Q.K9).getPartialDataSiteKitAudience(s);if(void 0===n)return{};const o={};n?o.newVsReturning="new-visitors"===n.audienceSlug?"new":"returning":o.audienceResourceName=s;const r=i(Q.K9).hasFinishedResolution("getReport",[{...e,dimensionFilters:{...e.dimensionFilters,...o}}]);return t[s]=r,t},{}))}function J(e,t){return(0,c.useSelect)(i=>t.reduce((t,s)=>{const n=i(Q.K9).getPartialDataSiteKitAudience(s);if(void 0===n)return t;const o={};n?o.newVsReturning="new-visitors"===n.audienceSlug?"new":"returning":o.audienceResourceName=s;const r=i(Q.K9).getErrorForSelector("getReport",[{...e,dimensionFilters:{...e.dimensionFilters,...o}}]);return r&&(t[s]=r),t},{}))}function ee({isSiteKitAudiencePartialData:e,siteKitAudiences:t,otherAudiences:i}){const s=(0,c.useSelect)(e=>e(q.oR).getConfiguredAudiences()),n={audienceResourceName:s},o=(0,c.useSelect)(e=>e(q.oR).getDateRangeDates({offsetDays:Q.f2,compare:!0})),{startDate:r,endDate:a}=o,l=void 0===e?void 0:i.length>0||!1===e,d=t.length>0&&e,u={...o,dimensions:[{name:"audienceResourceName"}],dimensionFilters:n,metrics:[{name:"totalUsers"},{name:"sessionsPerUser"},{name:"screenPageViewsPerSession"},{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_reportOptions"},g=(0,c.useInViewSelect)(e=>{if(void 0!==l)return l?e(Q.K9).getReport(u):null},[l,u]),p=(0,c.useSelect)(e=>{if(void 0!==l)return!l||e(Q.K9).hasFinishedResolution("getReport",[u])}),m=(0,c.useSelect)(e=>{if(void 0!==l)return l?e(Q.K9).getErrorForSelector("getReport",[u]):null}),h={...o,dimensions:[{name:"newVsReturning"}],dimensionFilters:{newVsReturning:["new","returning"]},metrics:[{name:"totalUsers"},{name:"sessionsPerUser"},{name:"screenPageViewsPerSession"},{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_newVsReturningReportOptions"},f=(0,c.useInViewSelect)(e=>{if(void 0!==d)return d?e(Q.K9).getReport(h):null},[d,h]),y=(0,c.useSelect)(e=>{if(void 0!==d)return!d||e(Q.K9).hasFinishedResolution("getReport",[h])}),v=(0,c.useSelect)(e=>{if(void 0!==d)return d?e(Q.K9).getErrorForSelector("getReport",[h]):null}),_={startDate:r,endDate:a,metrics:[{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_totalPageviewsReportOptions"},k=(0,c.useInViewSelect)(e=>e(Q.K9).getReport(_)),x=(0,c.useSelect)(e=>e(Q.K9).hasFinishedResolution("getReport",[_])),I=(0,c.useSelect)(e=>e(Q.K9).getErrorForSelector("getReport",[_])),A=Number(k?.totals?.[0]?.metricValues?.[0]?.value)||0,j={startDate:r,endDate:a,dimensions:["city"],metrics:[{name:"totalUsers"}],orderby:[{metric:{metricName:"totalUsers"},desc:!0}],limit:4,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topCitiesReportOptions"},M=(0,c.useInViewSelect)(e=>e(Q.K9).getReportForAllAudiences(j,s)),S=$(j,s),b=J(j,s),N={startDate:r,endDate:a,dimensions:["pagePath"],metrics:[{name:"screenPageViews"}],dimensionFilters:{"customEvent:googlesitekit_post_type":{filterType:"stringFilter",matchType:"EXACT",value:"post"}},orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:3,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topContentReportOptions"},E=(0,c.useInViewSelect)(e=>e(Q.K9).getReportForAllAudiences(N,s)),w=$(N,s),C=J(N,s),T={startDate:r,endDate:a,dimensions:["pagePath","pageTitle"],metrics:[{name:"screenPageViews"}],dimensionFilters:{"customEvent:googlesitekit_post_type":{filterType:"stringFilter",matchType:"EXACT",value:"post"}},orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:15,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topContentPageTitlesReportOptions"};return{report:g,reportLoaded:p,reportError:m,siteKitAudiencesReport:f,siteKitAudiencesReportLoaded:y,siteKitAudiencesReportError:v,totalPageviews:A,totalPageviewsReportLoaded:x,totalPageviewsReportError:I,topCitiesReport:M,topCitiesReportsLoaded:S,topCitiesReportErrors:b,topContentReport:E,topContentReportsLoaded:w,topContentReportErrors:C,topContentPageTitlesReport:(0,c.useInViewSelect)(e=>e(Q.K9).getReportForAllAudiences(T,s)),topContentPageTitlesReportsLoaded:$(T,s),topContentPageTitlesReportErrors:J(T,s)}}var te,ie,se,ne,oe,re,ae,le,ce,de,ue,ge,pe=i(35323),me=i(23224);function AudienceTileLoading(){return(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-loading",children:[(0,B.jsx)(me.A,{width:"100%",height:"20px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"})]})}function he(){return he=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},he.apply(null,arguments)}const fe=e=>a.createElement("svg",he({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 190 142"},e),te||(te=a.createElement("path",{fill:"#F3F5F7",d:"M11.755 110.799a44 44 0 0 0 4.457 4.095c14.958 11.965 27.316 11.946 44.424 9.762 15.862-2.025 17.862-10.923 35.362-10.923s25.665 6.38 46 5 38.081-23.761 44.757-41.774c9.833-26.528-4.519-57.596-24.82-66.096-18.699-8.5-31.437.01-51.437-3.63C84.998 2.59 79.998-4.051 60.636 4c-20.53 8.701-20.455 23.533-32.699 38.667C18.974 53.747 4.956 56.312.734 76.959c-2.673 13.07 3.077 25.467 11.021 33.84"})),a.createElement("path",{fill:"#161B18",d:"M96.07 141.772c39.765 0 72-2.014 72-4.5 0-2.485-32.235-4.5-72-4.5s-72 2.015-72 4.5c0 2.486 32.236 4.5 72 4.5",opacity:.1,style:{mixBlendMode:"multiply"}}),ie||(ie=a.createElement("path",{fill:"#CBD0D3",d:"M96.07 141.772c39.765 0 72-2.014 72-4.5 0-2.485-32.235-4.5-72-4.5s-72 2.015-72 4.5c0 2.486 32.236 4.5 72 4.5"})),se||(se=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"M72.657 62.826c2.14 7.94 9.59 13.553 17.488 15.847 7.898 2.295 16.295 1.846 24.51 1.435 3.883-.192 7.855-.363 11.576.764s7.202 3.821 8.191 7.58c.568 2.16.147 4.49-.959 6.424"})),ne||(ne=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.705,d:"M57.306 76.348c-1.237 19.582-8.053 37.15-3.497 59.224h-5.188M63.171 135.572h-5.19l9.173-59.224"})),oe||(oe=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.7,d:"M40.754 70.174c-4.429 2-12.93 6.455-12.929 15.5"})),re||(re=a.createElement("path",{fill:"#CBD0D3",d:"m76.804 102.64-3.602.327-21.976 1.988-12.845 1.16-1.22-28.616-2.118-49.8 40.092-1.46.81 37.088.109 4.993.745 34.204z"})),ae||(ae=a.createElement("path",{fill:"#999F9B",d:"m73.203 102.967 2.067-.188 1.537-.139-1.671-76.403-2.303.105 1.24 72.43-35.862 3.393.125 2.852.048 1.095 12.845-1.159 21.977-1.989z"})),le||(le=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.7,d:"M27.827 85.674c0 5.264 5.99 9.06 10.262 7.203"})),ce||(ce=a.createElement("path",{stroke:"#7B807D",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:4.393,d:"m145.07 26.773-28 108.499"})),de||(de=a.createElement("path",{fill:"#E77D5B",d:"M143.121 18.374 101.519 60.22a4.39 4.39 0 0 0-1.124 4.247 4.4 4.4 0 0 0 3.116 3.096l57.038 15.105a4.394 4.394 0 0 0 5.365-5.402l-15.439-56.943a4.393 4.393 0 0 0-7.354-1.949"})),ue||(ue=a.createElement("path",{fill:"#962C0A",d:"m138.137 42.556 2.44-9.216 4.756 1.26-2.44 9.215-3.501 11.163-3.78-1.001zm-3.301 22.078a3.37 3.37 0 0 1-2.088-1.553 3.37 3.37 0 0 1-.316-2.584q.36-1.359 1.541-2.046a3.38 3.38 0 0 1 2.584-.316q1.359.36 2.046 1.542t.327 2.54a3.38 3.38 0 0 1-1.553 2.09q-1.182.686-2.541.327"})),ge||(ge=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"M133.461 94.876a8.35 8.35 0 0 1-4.565 3.774c-4.063 1.39-9.013-.82-10.694-4.77"}))),ye=(0,a.forwardRef)(({errors:e,onRetry:t,onRequestAccess:i},s)=>{const n=e.some(e=>(0,d.SG)(e));return(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error",ref:s,children:(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-error__container",children:[(0,B.jsx)(fe,{className:"googlesitekit-audience-segmentation-tile-error__image"}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-error__body",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error__message",children:(0,B.jsx)(T.A,{as:"h3",type:"headline",size:"small",className:"googlesitekit-audience-segmentation-tile-error__title",children:n?(0,g.__)("Insufficient permissions","google-site-kit"):(0,g.__)("Data loading failed","google-site-kit")})}),(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error__actions",children:(0,B.jsx)(O.A,{moduleSlug:"analytics-4",error:e,GetHelpLink:n?GetHelpLink:void 0,hideGetHelpLink:!n,buttonVariant:"danger",onRetry:t,onRequestAccess:i})})]})]})})});ye.propTypes={errors:r().array.isRequired,onRetry:r().func.isRequired,onRequestAccess:r().func.isRequired};const ve=ye,_e=(0,U.A)(ve);function AudienceTileError({audienceSlug:e,errors:t}){const i=(0,F.A)(),s=t.some(e=>(0,d.SG)(e));return(0,B.jsx)(_e,{errors:t,onInView:()=>{const t=s?"insufficient_permissions_error":"data_loading_error";(0,V.sx)(`${i}_audiences-tile`,t,e)},onRetry:()=>{(0,V.sx)(`${i}_audiences-tile`,"data_loading_error_retry",e)},onRequestAccess:()=>{(0,V.sx)(`${i}_audiences-tile`,"insufficient_permissions_error_request_access",e)}})}AudienceTileError.propTypes={audienceSlug:r().string.isRequired,errors:r().array.isRequired};var ke,xe=i(4452),Ie=i.n(xe);function Ae(){return Ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Ae.apply(null,arguments)}const je=e=>a.createElement("svg",Ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),ke||(ke=a.createElement("path",{fill:"currentColor",d:"M.833 16.667v-2.334q0-.708.354-1.291a2.5 2.5 0 0 1 .98-.917q1.29-.646 2.624-.958a11 11 0 0 1 2.709-.333q1.375 0 2.708.333 1.333.313 2.625.958.604.313.958.917.375.584.375 1.292v2.333zm15 0v-2.5q0-.917-.52-1.75-.5-.855-1.438-1.458 1.062.125 2 .437a10 10 0 0 1 1.75.73q.75.416 1.145.937.396.5.396 1.104v2.5zM7.5 10a3.2 3.2 0 0 1-2.354-.979 3.2 3.2 0 0 1-.98-2.354q0-1.376.98-2.354a3.2 3.2 0 0 1 2.354-.98 3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .979 2.354 3.2 3.2 0 0 1-.98 2.354 3.2 3.2 0 0 1-2.353.98m8.333-3.333a3.2 3.2 0 0 1-.98 2.354 3.2 3.2 0 0 1-2.353.98q-.23 0-.584-.042a7 7 0 0 1-.583-.125q.563-.667.854-1.48a4.7 4.7 0 0 0 .313-1.687q0-.875-.313-1.688a4.8 4.8 0 0 0-.854-1.479q.292-.104.583-.125a4 4 0 0 1 .584-.042 3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .979 2.354M2.5 15h10v-.666a.74.74 0 0 0-.125-.417.74.74 0 0 0-.292-.292 10.5 10.5 0 0 0-2.27-.833 9.34 9.34 0 0 0-4.626 0q-1.146.27-2.27.833a.9.9 0 0 0-.313.292.84.84 0 0 0-.104.417zm5-6.666q.687 0 1.166-.48.5-.5.5-1.187t-.5-1.167Q8.186 5 7.5 5q-.688 0-1.188.5-.48.48-.479 1.167 0 .687.48 1.187.499.48 1.187.48"})));var Me;function Se(){return Se=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Se.apply(null,arguments)}const be=e=>a.createElement("svg",Se({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Me||(Me=a.createElement("path",{fill:"currentColor",d:"M10 17.5a7.4 7.4 0 0 1-2.937-.583 8 8 0 0 1-2.375-1.605 8 8 0 0 1-1.605-2.374A7.4 7.4 0 0 1 2.5 10q0-1.563.583-2.917a7.7 7.7 0 0 1 1.604-2.375 7.6 7.6 0 0 1 2.375-1.604A7.2 7.2 0 0 1 10 2.5q1.708 0 3.23.73a7.25 7.25 0 0 1 2.603 2.062V3.333H17.5v5h-5V6.667h2.292a6.2 6.2 0 0 0-2.104-1.834A5.6 5.6 0 0 0 10 4.167q-2.437 0-4.146 1.708Q4.167 7.563 4.167 10t1.687 4.146q1.71 1.687 4.146 1.687 2.188 0 3.813-1.416 1.646-1.418 1.937-3.584h1.708q-.312 2.854-2.458 4.771-2.125 1.896-5 1.896m2.333-4-3.166-3.167v-4.5h1.666v3.834l2.667 2.666z"})));var Ne;function Ee(){return Ee=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Ee.apply(null,arguments)}const we=e=>a.createElement("svg",Ee({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Ne||(Ne=a.createElement("path",{fill:"currentColor",d:"M13.125 16.667H3.334q-.689 0-1.188-.48-.48-.5-.479-1.187V5q0-.687.48-1.166.498-.5 1.187-.5h13.333q.687 0 1.167.5.5.479.5 1.166v10q0 .688-.5 1.188-.48.48-1.167.479H15.5l-3.916-3.917q-.437.292-.959.438-.5.146-1.041.146-1.562 0-2.667-1.084-1.083-1.104-1.083-2.666 0-1.563 1.083-2.646a3.63 3.63 0 0 1 2.667-1.104q1.562 0 2.646 1.104 1.104 1.083 1.104 2.646 0 .563-.146 1.062a3.4 3.4 0 0 1-.438.938L16.167 15h.5V5H3.334v10h8.125zm-3.541-5q.874 0 1.479-.604.604-.604.604-1.48 0-.875-.604-1.479a2.01 2.01 0 0 0-1.48-.604q-.874 0-1.479.604a2.01 2.01 0 0 0-.604 1.48q0 .875.604 1.479.604.603 1.48.604M3.334 15V5z"})));var Ce;function Te(){return Te=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Te.apply(null,arguments)}const De=e=>a.createElement("svg",Te({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Ce||(Ce=a.createElement("path",{fill:"currentColor",d:"M4.167 17.5q-.688 0-1.188-.48-.48-.498-.479-1.187V4.167q0-.689.48-1.167.499-.5 1.187-.5h11.666q.688 0 1.167.5.5.48.5 1.167v11.666q0 .688-.5 1.188-.48.48-1.167.479zm0-1.667h11.666v-10H4.167zM10 14.167q-1.709 0-3.062-.917A5.4 5.4 0 0 1 5 10.833a5.27 5.27 0 0 1 1.938-2.395Q8.29 7.499 10 7.5q1.709 0 3.042.938A5.23 5.23 0 0 1 15 10.833a5.35 5.35 0 0 1-1.958 2.417q-1.334.917-3.042.917m0-1.25q1.167 0 2.125-.542a4 4 0 0 0 1.5-1.542 3.85 3.85 0 0 0-1.5-1.52A4.1 4.1 0 0 0 10 8.75a4.1 4.1 0 0 0-2.125.563 3.85 3.85 0 0 0-1.5 1.52 4 4 0 0 0 1.5 1.542 4.24 4.24 0 0 0 2.125.542m0-.834a1.26 1.26 0 0 1-.896-.354 1.26 1.26 0 0 1-.354-.896q0-.52.354-.875.375-.375.896-.375.52 0 .875.375.375.354.375.875t-.375.896a1.2 1.2 0 0 1-.875.354"})));var Re;function Oe(){return Oe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Oe.apply(null,arguments)}const ze=e=>a.createElement("svg",Oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Re||(Re=a.createElement("path",{fill:"currentColor",d:"M10 18.333a.78.78 0 0 1-.5-.166 1 1 0 0 1-.312-.438 11.6 11.6 0 0 0-1-2.187q-.585-1.022-1.646-2.396-1.062-1.376-1.73-2.625-.645-1.25-.645-3.021 0-2.437 1.687-4.125Q7.564 1.666 10 1.667q2.438 0 4.125 1.708 1.71 1.688 1.709 4.125 0 1.896-.73 3.166-.708 1.25-1.645 2.48-1.125 1.5-1.709 2.5a11.8 11.8 0 0 0-.937 2.083.94.94 0 0 1-.334.458.8.8 0 0 1-.479.146m0-2.979q.354-.708.792-1.396.459-.688 1.333-1.833a20 20 0 0 0 1.459-2.146q.583-1 .583-2.48 0-1.728-1.23-2.937Q11.73 3.332 10 3.333t-2.958 1.23Q5.833 5.77 5.834 7.5q0 1.479.562 2.479.584.98 1.48 2.146.874 1.146 1.312 1.833.458.688.812 1.396m0-5.77q.876 0 1.48-.605.603-.604.604-1.48 0-.874-.604-1.478A2.01 2.01 0 0 0 10 5.417q-.875-.001-1.479.604A2.01 2.01 0 0 0 7.917 7.5q0 .875.604 1.479t1.48.604"})));var Le;function Be(){return Be=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Be.apply(null,arguments)}const Pe=e=>a.createElement("svg",Be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Le||(Le=a.createElement("path",{fill:"currentColor",d:"M3.334 16.667q-.689 0-1.188-.48-.48-.5-.479-1.187V5q0-.687.48-1.166.498-.5 1.187-.5h13.333q.687 0 1.167.5.5.479.5 1.166v10q0 .688-.5 1.188-.48.48-1.167.479zm0-1.667h8.75v-2.916h-8.75zm10.416 0h2.917V7.5H13.75zM3.334 10.417h8.75V7.5h-8.75z"})));function AudienceTileMetric({TileIcon:e,title:t,metricValue:i,Badge:s,metricValueFormat:n}){return(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,B.jsx)(e,{})}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__value",children:(0,V.Eo)(i,n)}),(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:t})]}),(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__badge-container",children:(0,B.jsx)(s,{})})]})}function AudienceTileNoData(){return(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__no-data",children:(0,g.__)("No data to show yet","google-site-kit")})}function AudienceTileCitiesMetric({TileIcon:e,title:t,topCities:i}){const s=i?.dimensionValues?.filter(Boolean)||[],n=!!s.length;return(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric googlesitekit-audience-segmentation-tile-metric--cities",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,B.jsx)(e,{})}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:t}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__content",children:[!n&&(0,B.jsx)(AudienceTileNoData,{}),n&&s.map((e,t)=>(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric-name",children:e?.value}),(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric-value",children:(0,V.Eo)(i?.metricValues[t]?.value/i?.total,{style:"percent",maximumFractionDigits:1})})]},e?.value))]})]})]})}AudienceTileMetric.propTypes={TileIcon:r().elementType.isRequired,title:r().string.isRequired,metricValue:r().number.isRequired,Badge:r().elementType.isRequired,metricValueFormat:r().object},AudienceTileCitiesMetric.propTypes={TileIcon:r().elementType.isRequired,title:r().string.isRequired,topCities:r().object};var Ge=i(44451),Ue=i(78340),Ve=i(93896),Fe=i(10953);function BadgeWithTooltip({className:e="",label:t,onTooltipOpen:i,tooltipTitle:s}){return(0,B.jsxs)("span",{className:Ie()("googlesitekit-badge-with-tooltip","googlesitekit-badge",e),children:[t,s&&(0,B.jsx)(Fe.A,{onOpen:i,title:s})]})}function PartialDataNotice({content:e}){return(0,B.jsx)("span",{className:"googlesitekit-audience-segmentation-partial-data-notice",children:e})}BadgeWithTooltip.propTypes={onTooltipOpen:r().func,tooltipTitle:r().node,className:r().string,label:r().node.isRequired},PartialDataNotice.propTypes={content:r().node};const We=(0,a.forwardRef)(({onClick:e,isSaving:t},i)=>(0,B.jsxs)("div",{ref:i,className:"googlesitekit-audience-segmentation-tile-metric__no-data",children:[(0,g.__)("No data to show","google-site-kit"),(0,B.jsx)(D.A,{children:(0,g.__)("Update Analytics to track metric","google-site-kit")}),(0,B.jsx)(R.SpinnerButton,{onClick:e,isSaving:t,disabled:t,danger:!0,children:(0,g.__)("Update","google-site-kit")})]}));We.propTypes={onClick:r().func.isRequired,isSaving:r().bool};const He=We,Ye=(0,U.A)(He);function AudienceTilePagesMetricContent({topContentTitles:e,topContent:t,isTopContentPartialData:i,hasCustomDimension:s,onCreateCustomDimension:n,isSaving:o}){const r=(0,F.A)(),a=(0,pe.A)(),l=(0,E.dv)(),d=[E.mp,E.Lg].includes(l),u=t?.dimensionValues?.filter(Boolean)||[],p=!!u.length,m=(0,c.useSelect)(e=>e(q.oR).getDateRangeDates({offsetDays:Q.f2}));function ContentLinkComponent({content:t}){const i=e[t?.value],s=t?.value,n=(0,c.useSelect)(e=>a?null:e(Q.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:s},dates:m}));return a?(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__top-content-metric-name",children:i}):(0,B.jsx)(L.A,{href:n,title:i,external:!0,hideExternalIndicator:!0,children:i})}return(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__content",children:[!s&&(0,B.jsx)(Ye,{onClick:function(){(0,V.sx)(`${r}_audiences-top-content-cta`,"create_custom_dimension").finally(n)},isSaving:o,onInView:()=>{(0,V.sx)(`${r}_audiences-top-content-cta`,"view_cta")}}),s&&!p&&(0,B.jsx)(AudienceTileNoData,{}),s&&p&&u.map((e,i)=>(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__page-metric-container",children:[(0,B.jsx)(ContentLinkComponent,{content:e}),(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__page-metric-value",children:(0,V.Eo)(t?.metricValues[i]?.value)})]},e?.value)),d&&i&&(0,B.jsx)(PartialDataNotice,{content:(0,g.__)("Still collecting full data for this timeframe, partial data is displayed for this metric","google-site-kit")})]})}AudienceTilePagesMetricContent.propTypes={topContentTitles:r().object,topContent:r().object,isTopContentPartialData:r().bool,hasCustomDimension:r().bool,onCreateCustomDimension:r().func,isSaving:r().bool};var Ze=i(43427),Qe=i(27333);function AudienceTilePagesMetric({audienceTileNumber:e,audienceSlug:t,TileIcon:n,title:o,topContent:r,topContentTitles:l,isTopContentPartialData:u}){const p=(0,E.dv)(),m=(0,F.A)(),h=Q.Cu.googlesitekit_post_type.parameterName,f=(0,c.useSelect)(e=>!e(Q.K9).hasCustomDimensions(h)),y=(0,c.useSelect)(e=>e(q.oR).hasScope(Q.S9)),v=(0,Ge.F)(i.g.location.href,{notification:"audience_segmentation",widgetArea:Ze.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION}),_=(0,Ge.F)(i.g.location.href,{widgetArea:Ze.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION}),k=(0,Qe.A)(Q.CV,"isAutoCreatingCustomDimensionsForAudience"),x=(0,c.useSelect)(e=>e(Q.K9).isCreatingCustomDimension(h)),I=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableCustomDimensions()),A=(0,c.useSelect)(e=>e(Q.K9).getCreateCustomDimensionError(h)),j=(0,c.useSelect)(e=>e(Q.K9).getPropertyID()),{clearError:M}=(0,c.useDispatch)(Q.K9),{setValues:S}=(0,c.useDispatch)(Ue.s),{setPermissionScopeError:b,clearPermissionScopeError:N}=(0,c.useDispatch)(q.oR),w=(0,Qe.A)(Q.CV,"isRetrying"),C=(0,Qe.A)(Q.CV,"autoSubmit"),T=(0,c.useSelect)(e=>e(Ve.O4).getSetupErrorCode()),{setSetupErrorCode:D}=(0,c.useDispatch)(Ve.O4),R=C&&"access_denied"===T,O=(0,a.useCallback)(({isRetrying:e}={})=>{S(Q.CV,{autoSubmit:!0,isRetrying:e}),y||b({code:d.db,message:(0,g.__)("Additional permissions are required to create new audiences in Analytics.","google-site-kit"),data:{status:403,scopes:[Q.S9],skipModal:!0,skipDefaultErrorNotifications:!0,redirectURL:v,errorRedirectURL:_}})},[y,v,_,b,S]),z=(0,a.useCallback)(()=>{S(Q.CV,{autoSubmit:!1,isRetrying:!1}),D(null),N(),M("createCustomDimension",[j,Q.Cu.googlesitekit_post_type])},[M,N,j,D,S]),L=[E.mp,E.Lg].includes(p),P=k||x||I;return(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric googlesitekit-audience-segmentation-tile-metric--top-content",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,B.jsx)(n,{})}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:[o,!L&&u&&(0,B.jsx)(BadgeWithTooltip,{className:"googlesitekit-audience-segmentation-partial-data-badge",label:(0,g.__)("Partial data","google-site-kit"),onTooltipOpen:()=>{(0,V.sx)(`${m}_audiences-tile`,"view_top_content_partial_data_tooltip",t)},tooltipTitle:(0,g.__)("Still collecting full data for this timeframe, partial data is displayed for this metric","google-site-kit")})]}),(0,B.jsx)(AudienceTilePagesMetricContent,{topContentTitles:l,topContent:r,isTopContentPartialData:u,hasCustomDimension:!f,onCreateCustomDimension:O,isSaving:P}),0===e&&(A&&!P||w&&!k||R)&&(0,B.jsx)(s.A,{apiErrors:[A],title:(0,g.__)("Failed to enable metric","google-site-kit"),description:(0,g.__)("Oops! Something went wrong. Retry enabling the metric.","google-site-kit"),onRetry:()=>O({isRetrying:!0}),onCancel:z,inProgress:P,hasOAuthError:R,trackEventCategory:`${m}_audiences-top-content-cta`})]})]})}AudienceTilePagesMetric.propTypes={audienceTileNumber:r().number,audienceSlug:r().string.isRequired,TileIcon:r().elementType.isRequired,title:r().string.isRequired,topContent:r().object,topContentTitles:r().object,isTopContentPartialData:r().bool};var qe,Ke,Xe,$e,Je,et,tt,it,st,nt,ot=i(2478);function rt(){return rt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},rt.apply(null,arguments)}const at=e=>a.createElement("svg",rt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 109 94"},e),qe||(qe=a.createElement("path",{fill:"#EBEEF0",d:"M54.323 93.529c21.908 0 39.667-17.76 39.667-39.667 0-21.908-17.76-39.667-39.667-39.667s-39.667 17.76-39.667 39.667 17.76 39.667 39.667 39.667"})),Ke||(Ke=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2.578,d:"m37.717 38.469 52.162 18.445a12.955 12.955 0 0 0 16.533-7.896v0a12.95 12.95 0 0 0-3.553-13.955 13 13 0 0 0-4.349-2.582L87.024 28.42l-.014.042c.3-1.877.323-3.787.07-5.67"})),Xe||(Xe=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2.578,d:"M70.947 38.469 18.785 56.914A12.955 12.955 0 0 1 2.25 49.018v0a12.955 12.955 0 0 1 7.902-16.537L21.64 28.42l.016.042a19.4 19.4 0 0 1-.07-5.668"})),$e||($e=a.createElement("path",{fill:"#70B2F5",d:"m27.61.51.497 83.126a39.625 39.625 0 0 0 53.598-1.071l1.19-82.11z"})),Je||(Je=a.createElement("path",{fill:"#77AD8C",d:"m27.61.51.497 83.126a39.625 39.625 0 0 0 53.598-1.071l1.19-82.11z"})),a.createElement("path",{fill:"#77AD8C",d:"m82.648 17.112.24-16.66h-5.853l-1.033 86.633a40 40 0 0 0 5.702-4.526z",opacity:.2,style:{mixBlendMode:"multiply"}}),et||(et=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.785,d:"M44.723 46.377c4.916 3.946 11.868 4.892 19.218.273"})),tt||(tt=a.createElement("path",{fill:"#7B807D",d:"M80.38 24.992c0-9.563-11.446-17.056-26.059-17.056s-26.06 7.49-26.06 17.056z"})),it||(it=a.createElement("path",{fill:"#fff",stroke:"#464B48",strokeLinejoin:"round",strokeWidth:4.363,d:"M39.588 39.737c8.143 0 14.744-6.602 14.744-14.745s-6.601-14.744-14.744-14.744-14.744 6.601-14.744 14.744 6.601 14.744 14.744 14.744Z"})),st||(st=a.createElement("path",{fill:"#fff",stroke:"#464B48",strokeLinejoin:"round",strokeWidth:4.363,d:"M69.076 39.737c8.143 0 14.745-6.602 14.745-14.745s-6.602-14.744-14.745-14.744-14.744 6.601-14.744 14.744 6.601 14.744 14.744 14.744Z"})),nt||(nt=a.createElement("path",{stroke:"#B8BDB9",strokeLinejoin:"round",strokeWidth:3.173,d:"M30.86 24.992a8.74 8.74 0 0 1 8.726-8.726M60.348 24.992a8.74 8.74 0 0 1 8.726-8.726"})));function AudienceTileCollectingData(){return(0,B.jsxs)(a.Fragment,{children:[(0,B.jsx)(at,{className:"googlesitekit-audience-segmentation-tile__zero-data-image"}),(0,B.jsx)("p",{className:"googlesitekit-audience-segmentation-tile__zero-data-description",children:(0,g.__)("Site Kit is collecting data for this group.","google-site-kit")})]})}var lt;function ct(){return ct=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ct.apply(null,arguments)}const dt=e=>a.createElement("svg",ct({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 19 19"},e),lt||(lt=a.createElement("path",{fill:"currentColor",d:"m12.907 10.523-1.088-1.088q.17-.88-.506-1.65-.675-.768-1.743-.6L8.482 6.098q.319-.15.638-.225.337-.075.712-.075 1.407 0 2.381.994.994.975.994 2.381 0 .375-.075.712-.075.319-.225.638m2.4 2.362-1.088-1.05a8 8 0 0 0 1.257-1.18 6.7 6.7 0 0 0 .956-1.482 7.3 7.3 0 0 0-2.7-3q-1.743-1.125-3.9-1.125-.544 0-1.069.075t-1.031.225L6.57 4.185a8 8 0 0 1 1.575-.468 8.2 8.2 0 0 1 1.687-.169q2.831 0 5.044 1.575a8.87 8.87 0 0 1 3.206 4.05 8.8 8.8 0 0 1-1.144 2.063 8.2 8.2 0 0 1-1.631 1.65m.375 4.613-3.15-3.113a10 10 0 0 1-1.331.32 10 10 0 0 1-1.369.093q-2.831 0-5.044-1.556a9 9 0 0 1-3.206-4.07 8.7 8.7 0 0 1 .994-1.837q.6-.862 1.369-1.537l-2.063-2.1 1.05-1.05 13.8 13.8zM4.995 6.848A8 8 0 0 0 4 7.917q-.45.58-.769 1.256a7.46 7.46 0 0 0 2.681 3.019q1.763 1.106 3.919 1.106.375 0 .731-.038.357-.056.731-.112l-.675-.713a6 6 0 0 1-.393.094 4 4 0 0 1-.394.019q-1.405 0-2.4-.975-.975-.994-.975-2.4 0-.207.019-.394.037-.187.094-.394z"})));function AudienceTileCollectingDataHideable({onHideTile:e}){return(0,B.jsxs)(a.Fragment,{children:[(0,B.jsx)("p",{className:"googlesitekit-audience-segmentation-tile__zero-data-description",children:(0,g.__)("You can hide this group until data is available.","google-site-kit")}),(0,B.jsx)(L.A,{className:"googlesitekit-audience-segmentation-tile-hide-cta",onClick:e,leadingIcon:(0,B.jsx)(dt,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,g.__)("Temporarily hide","google-site-kit")})]})}AudienceTileCollectingDataHideable.propTypes={onHideTile:r().func.isRequired};const ut=(0,a.forwardRef)(({Widget:e,audienceSlug:t,title:i,infoTooltip:s,isMobileBreakpoint:n,isTileHideable:o,onHideTile:r},a)=>{const l=(0,F.A)();return(0,B.jsx)(e,{ref:a,noPadding:!0,children:(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile",children:(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__zero-data-container",children:[!n&&(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__header",children:(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header-title",children:[i,s&&(0,B.jsx)(Fe.A,{title:s,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>(0,V.sx)(`${l}_audiences-tile`,"view_tile_tooltip",t)})]})}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__zero-data-content",children:[(0,B.jsx)(AudienceTileCollectingData,{}),o&&(0,B.jsx)(AudienceTileCollectingDataHideable,{onHideTile:r})]})]})})})});ut.propTypes={Widget:r().elementType.isRequired,audienceSlug:r().string.isRequired,title:r().string.isRequired,infoTooltip:r().oneOfType([r().string,r().element]),isMobileBreakpoint:r().bool,isTileHideable:r().bool,onHideTile:r().func};const gt=ut,pt=(0,U.A)(gt);function AudienceTileZeroData({Widget:e,audienceSlug:t,title:i,infoTooltip:s,isMobileBreakpoint:n,isTileHideable:o,onHideTile:r}){const a=(0,F.A)();return(0,B.jsx)(pt,{Widget:e,audienceSlug:t,title:i,infoTooltip:s,isMobileBreakpoint:n,isTileHideable:o,onHideTile:function(){(0,V.sx)(`${a}_audiences-tile`,"temporarily_hide",t).finally(r)},onInView:()=>{(0,V.sx)(`${a}_audiences-tile`,"view_tile_collecting_data",t)}})}function AudienceTile({audienceTileNumber:e=0,audienceSlug:t,title:i,infoTooltip:s,visitors:n,visitsPerVisitor:o,pagesPerVisit:r,pageviews:a,percentageOfTotalPageViews:l,topCities:d,topContent:u,topContentTitles:p,hasInvalidCustomDimensionError:m,Widget:h,audienceResourceName:f,isZeroData:y,isPartialData:v,isTileHideable:_,onHideTile:k}){const x=(0,E.dv)(),I=(0,F.A)(),A=(0,pe.A)(),j=(0,c.useInViewSelect)(e=>{const t=e(Q.K9).getPropertyID();return t&&e(Q.K9).isPropertyPartialData(t)}),M=(0,c.useSelect)(e=>e(Q.K9).isSiteKitAudience(f)),S=(0,c.useInViewSelect)(e=>!M&&void 0!==j&&(!j&&f&&e(Q.K9).isAudiencePartialData(f)),[j,M,f]),b=(0,c.useInViewSelect)(e=>void 0!==j&&(!j&&!S&&e(Q.K9).isCustomDimensionPartialData("googlesitekit_post_type")),[S]),N=(0,c.useInViewSelect)(e=>e(Q.K9).hasCustomDimensions("googlesitekit_post_type"),[]),w=[E.mp,E.Lg].includes(x);return v&&y?(0,B.jsx)(AudienceTileZeroData,{Widget:h,audienceSlug:t,title:i,infoTooltip:s,isMobileBreakpoint:w,isTileHideable:_,onHideTile:k}):(0,B.jsx)(h,{noPadding:!0,children:(0,B.jsxs)("div",{className:Ie()("googlesitekit-audience-segmentation-tile",{"googlesitekit-audience-segmentation-tile--partial-data":S}),children:[!w&&(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header",children:[(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header-title",children:[i,s&&(0,B.jsx)(Fe.A,{title:s,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>(0,V.sx)(`${I}_audiences-tile`,"view_tile_tooltip",t)})]}),S&&(0,B.jsx)(BadgeWithTooltip,{className:"googlesitekit-audience-segmentation-partial-data-badge",label:(0,g.__)("Partial data","google-site-kit"),tooltipTitle:(0,g.__)("Still collecting full data for this timeframe, partial data is displayed for this group","google-site-kit"),onTooltipOpen:()=>{(0,V.sx)(`${I}_audiences-tile`,"view_tile_partial_data_tooltip",t)}})]}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__metrics",children:[w&&S&&(0,B.jsx)(PartialDataNotice,{content:(0,g.__)("Still collecting full data for this timeframe, partial data is displayed for this group","google-site-kit")}),(0,B.jsx)(AudienceTileMetric,{TileIcon:je,title:(0,g.__)("Visitors","google-site-kit"),metricValue:n.currentValue,Badge:()=>(0,B.jsx)(ot.A,{previousValue:n.previousValue,currentValue:n.currentValue})}),(0,B.jsx)(AudienceTileMetric,{TileIcon:be,title:(0,g.__)("Visits per visitor","google-site-kit"),metricValue:o.currentValue,Badge:()=>(0,B.jsx)(ot.A,{previousValue:o.previousValue,currentValue:o.currentValue})}),(0,B.jsx)(AudienceTileMetric,{TileIcon:we,title:(0,g.__)("Pages per visit","google-site-kit"),metricValue:r.currentValue,Badge:()=>(0,B.jsx)(ot.A,{previousValue:r.previousValue,currentValue:r.currentValue}),metricValueFormat:{style:"decimal",maximumFractionDigits:2}}),(0,B.jsx)(AudienceTileMetric,{TileIcon:De,title:(0,g.sprintf)(/* translators: %s: is a percentage value such as 33.3%. */ /* translators: %s: is a percentage value such as 33.3%. */ (0,g.__)("%s of total pageviews","google-site-kit"),(0,V.Eo)(l,{style:"percent",maximumFractionDigits:1})),metricValue:a.currentValue,Badge:()=>(0,B.jsx)(ot.A,{previousValue:a.previousValue,currentValue:a.currentValue})}),(0,B.jsx)(AudienceTileCitiesMetric,{TileIcon:ze,title:(0,g.__)("Cities with the most visitors","google-site-kit"),topCities:d}),(!A||N&&!m)&&(0,B.jsx)(AudienceTilePagesMetric,{audienceTileNumber:e,audienceSlug:t,TileIcon:Pe,title:(0,g.__)("Top content by pageviews","google-site-kit"),topContentTitles:p,topContent:u,isTopContentPartialData:b})]})]})})}function AudienceTooltipMessage({audienceSlug:e,audienceName:t}){const i=(0,c.useSelect)(e=>e(Ve.O4).getDocumentationLinkURL("visitor-group-insights"));return(0,a.useMemo)(()=>{switch(e){case"new-visitors":return(0,z.A)((0,g.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,g.__)('%s are people who visited your site for the first time. Note that under some circumstances it\'s possible for a visitor to be counted in both the "new" and "returning" groups. <link>Learn more</link>',"google-site-kit"),"<strong>New visitors</strong>"),{strong:(0,B.jsx)("strong",{}),link:(0,B.jsx)(L.A,{href:i,external:!0,hideExternalIndicator:!0})});case"returning-visitors":return(0,z.A)((0,g.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,g.__)('%s are people who have visited your site at least once before. Note that under some circumstances it\'s possible for a visitor to be counted in both the "new" and "returning" groups. <link>Learn more</link>',"google-site-kit"),"<strong>Returning visitors</strong>"),{strong:(0,B.jsx)("strong",{}),link:(0,B.jsx)(L.A,{href:i,external:!0,hideExternalIndicator:!0})});default:return(0,z.A)((0,g.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,g.__)("%s is an audience that already exists in your Analytics property. Note that it's possible for a visitor to be counted in more than one group. <link>Learn more</link>","google-site-kit"),`<strong>${t}</strong>`),{strong:(0,B.jsx)("strong",{}),link:(0,B.jsx)(L.A,{href:i,external:!0,hideExternalIndicator:!0})})}},[e,t,i])}var mt,ht,ft,yt,vt,_t,kt,xt,It,At,jt,Mt,St,bt,Nt,Et,wt,Ct,Tt,Dt,Rt,Ot,zt,Lt,Bt,Pt,Gt,Ut,Vt,Ft,Wt,Ht,Yt,Zt,Qt,qt,Kt,Xt,$t,Jt,ei,ti,ii,si,ni,oi,ri,ai,li,ci,di,ui,gi,pi,mi,hi,fi,yi,vi,_i,ki,xi,Ii,Ai,ji,Mi,Si,bi,Ni,Ei;function wi(){return wi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},wi.apply(null,arguments)}AudienceTileZeroData.propTypes={Widget:r().elementType.isRequired,audienceSlug:r().string.isRequired,title:r().string.isRequired,infoTooltip:r().oneOfType([r().string,r().element]),isMobileBreakpoint:r().bool,isTileHideable:r().bool,onHideTile:r().func},AudienceTile.propTypes={audienceTileNumber:r().number,audienceSlug:r().string.isRequired,title:r().string.isRequired,infoTooltip:r().oneOfType([r().string,r().element]),visitors:r().object,visitsPerVisitor:r().object,pagesPerVisit:r().object,pageviews:r().object,percentageOfTotalPageViews:r().number,topCities:r().object,topContent:r().object,topContentTitles:r().object,hasInvalidCustomDimensionError:r().bool,Widget:r().elementType.isRequired,audienceResourceName:r().string.isRequired,isZeroData:r().bool,isPartialData:r().bool,isTileHideable:r().bool,onHideTile:r().func},AudienceTooltipMessage.propTypes={audienceSlug:r().string.isRequired};const Ci=e=>a.createElement("svg",wi({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 211 109"},e),mt||(mt=a.createElement("path",{fill:"#B8E6CA",d:"M2.675 72.31a29.3 29.3 0 0 0 5.678 8.74c9.451 9.955 23.416 10.799 36.223 8.308a88.8 88.8 0 0 0 35.776-15.752c6.09-4.513 12.104-10.113 20.167-10.363 3.027-.093 6.158.741 8.445 2.71 4.753 4.063 4.668 11.012 8.377 15.829 4.932 6.405 12.026 8.389 19.764 9.128 21.862 2.086 47.902-4.758 62.939-21.412 13.426-14.868 15.038-38.526-1.214-52.08-7.425-6.192-17.606-9.03-27.216-7.584-7.345 1.105-14.801 4.467-22.404 5.401-8.954 1.103-14.49-2.659-21.734-7.04C114.852.58 98.164-2.345 83.874 2.072 70.195 6.301 60.35 17.846 47.04 22.918c-11.502 4.385-25.089 3.717-35.082 10.86C.133 42.228-2.84 59.286 2.675 72.31"})),a.createElement("path",{fill:"#161B18",d:"M108.273 109c54.612 0 98.883-1.735 98.883-3.874s-44.271-3.875-98.883-3.875-98.882 1.735-98.882 3.875S53.66 109 108.273 109",opacity:.1,style:{mixBlendMode:"multiply"}}),ht||(ht=a.createElement("path",{fill:"#CBD0D3",d:"M108.273 109c54.612 0 98.883-1.735 98.883-3.874s-44.271-3.875-98.883-3.875-98.882 1.735-98.882 3.875S53.66 109 108.273 109"})),ft||(ft=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M134.765 53.225c-1.065 16.927-6.936 32.112-3.012 51.193h-4.468M139.814 104.418h-4.47l7.9-51.193"})),yt||(yt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M120.504 36.651c-3.814 1.73-11.135 5.58-11.135 13.398M147.266 35.787c3.493 1.787 11.06 7.678 11.977 13.225"})),vt||(vt=a.createElement("path",{fill:"#77AD8C",d:"m151.555 75.952-3.102.282-18.926 1.719-11.063 1.002-1.049-24.735-1.825-43.046 34.528-1.262.697 32.058.094 4.316.642 29.565z"})),_t||(_t=a.createElement("path",{fill:"#5C9271",d:"m148.453 76.234 1.78-.162 1.323-.12-1.439-66.042-1.983.091 1.281 63.2-24.976 2.127.862-19.15-7.844-1.074.86 20.438.107 2.465.041.946 11.063-1.002 18.927-1.719z"})),kt||(kt=a.createElement("path",{fill:"#CBD0D3",d:"M135.891 70.752c.032.916-.392-20.197-.629-27.044-6.628-3.008-13.797-3.559-20.67-1.228l.628 27.043c6.874-2.33 14.043-1.779 20.671 1.23"})),xt||(xt=a.createElement("path",{fill:"#EBEEF0",d:"M135.926 70.752c.01.916-.547-20.194-.629-27.044 6.481-3.306 13.617-4.182 20.592-2.166l.629 27.043c-6.975-2.015-14.111-1.139-20.592 2.167"})),It||(It=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M133.233 60.796c-.083-3.907-.202-9.298-.333-14.96l.196-.005a8404 8404 0 0 1 .43 19.559l.023 1.18.004.262v.05l-.001.008a.18.18 0 0 1-.093.083.18.18 0 0 1-.1-.08l-.002-.007v-.007l-.001-.02h.001v-.025l-.004-.26-.023-1.18zm.126 6.063a.2.2 0 0 1 .093-.08.2.2 0 0 1 .097.073zm.194.01v-.001zM130.917 60.007c-.084-3.912-.203-9.29-.334-14.911l.197-.004a10935 10935 0 0 1 .432 19.528l.024 1.198.004.271.001.05v.008l-.004.02c-.054.062-.17.035-.189-.002l-.003-.015-.001-.005v-.053000000000000005l-.005-.27-.024-1.198c-.022-1.071-.055-2.66-.098-4.617m.129 6.12.193-.006-.001-.006c-.02-.037-.135-.063-.19-.002zM128.613 59.401c-.086-3.923-.206-9.285-.335-14.834l.197-.005a9890 9890 0 0 1 .459 20.704l.005.284.001.055v.008l-.001.006a.18.18 0 0 1-.094.087.2.2 0 0 1-.1-.082l-.001-.007-.001-.017h.001l-.001-.047-.005-.283-.025-1.221zm.131 6.199.195-.007a.2.2 0 0 0-.1-.081.2.2 0 0 0-.095.086zM126.303 58.977c-.087-3.938-.207-9.284-.334-14.744l.196-.005c.127 5.46.248 10.807.335 14.744l.102 4.688.032 1.545.001.061v.012l-.001.009c-.005.02-.109.084-.191.017l-.004-.02v-.008l-.001-.007h.001v-.001l-.001-.06-.006-.296-.026-1.248zm.136 6.292.195-.007-.004-.018c-.081-.066-.186-.003-.19.017zM124.002 58.73c-.088-3.958-.209-9.292-.334-14.653l.196-.004a14129 14129 0 0 1 .439 19.391l.028 1.28.006.312.002.068v.015l-.002.014c-.08.078-.19.014-.194-.004l-.001-.007v-.009000000000000001l.196-.006v-.005c-.005-.018-.114-.082-.194-.004l-.002.014v.001-.007l-.001-.066-.006-.312-.028-1.28zM121.709 58.698c-.09-3.97-.211-9.281-.333-14.54l.196-.005a15731 15731 0 0 1 .44 19.316l.029 1.306.006.327.002.074v.021a.2.2 0 0 1-.021.056.17.17 0 0 1-.175-.05v-.006l-.001-.004.197-.007-.001-.003a.16.16 0 0 0-.174-.05.2.2 0 0 0-.021.056v.003l-.001-.013-.001-.073-.007-.326-.028-1.307zM119.414 58.855c-.091-3.986-.212-9.28-.332-14.44l.196-.005c.12 5.16.242 10.454.333 14.44l.109 4.818.03 1.336.008.34.001.082.001.017v.006c0 .004-.098.096-.196.009l-.001-.007v-.002l.197-.006-.001-.006c-.098-.087-.196.005-.196.01v.001-.018000000000000002l-.002-.081-.007-.34-.03-1.336zM116.797 44.873l.196-.004.489 21.033h-.01l-.186.005z",clipRule:"evenodd"})),At||(At=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M133.317 67.22c-5.153-1.86-10.563-2.237-15.85-.939a.388.388 0 1 1-.188-.754c5.447-1.338 11.016-.948 16.306.963a.388.388 0 1 1-.268.73M133.267 64.222c-5.159-1.867-10.574-2.245-15.866-.946a.388.388 0 1 1-.189-.754c5.454-1.34 11.027-.947 16.323.97a.387.387 0 0 1 .234.498.39.39 0 0 1-.502.232M133.204 61.217c-5.162-1.867-10.576-2.245-15.866-.946a.393.393 0 0 1-.475-.284.39.39 0 0 1 .287-.47c5.45-1.339 11.023-.946 16.323.97a.39.39 0 0 1 .234.498.393.393 0 0 1-.503.232M133.134 58.212c-5.163-1.866-10.576-2.245-15.866-.946a.388.388 0 1 1-.189-.755c5.451-1.338 11.024-.945 16.323.97a.386.386 0 0 1 .234.499.39.39 0 0 1-.502.232M133.071 55.213c-5.163-1.872-10.584-2.252-15.881-.95a.388.388 0 1 1-.189-.754c5.459-1.342 11.038-.947 16.339.974a.39.39 0 0 1 .234.498.393.393 0 0 1-.503.232M133.001 52.208c-5.164-1.87-10.584-2.251-15.882-.95a.389.389 0 1 1-.188-.755c5.458-1.34 11.038-.945 16.339.975a.388.388 0 1 1-.269.73",clipRule:"evenodd"})),jt||(jt=a.createElement("path",{fill:"#B8BDB9",d:"M116.886 44.87c5.378-1.32 10.878-.934 16.11.963l.054 2.999c-5.227-1.891-10.721-2.276-16.094-.957z"})),Mt||(Mt=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m117.284 45.176.051 2.21c5.118-1.161 10.331-.806 15.312.893l-.039-2.17c-4.989-1.759-10.21-2.127-15.324-.934m-.494-.682c5.459-1.341 11.038-.947 16.339.975l.253.091.069 3.832-.536-.194c-5.159-1.867-10.574-2.245-15.866-.945l-.475.116-.089-3.8z",clipRule:"evenodd"})),St||(St=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M137.87 60.692a7073 7073 0 0 1-.362-14.961l.196-.005a8741 8741 0 0 0 .48 19.558l.04 1.44v.025h.001l.001.02-.001.003v.012a.2.2 0 0 1-.097.084.18.18 0 0 1-.097-.08l-.002-.008v-.003l-.002-.046-.008-.262-.032-1.18c-.028-1.06-.068-2.644-.117-4.597m.352 6.057a.2.2 0 0 0-.096-.076.2.2 0 0 0-.093.078zm-.193.018v.001zM140.148 59.798c-.098-3.912-.228-9.29-.359-14.91l.196-.005a10307 10307 0 0 0 .507 20.724l.008.27.001.036h.001v.023l-.002.015c-.018.038-.132.07-.189.01l-.005-.02v-.008l-.002-.05-.008-.27-.032-1.199c-.027-1.07-.068-2.66-.116-4.616m.352 6.115-.003-.014c-.057-.06-.172-.027-.189.01l-.001.006zM142.426 59.088c-.097-3.923-.227-9.285-.356-14.835l.197-.004c.129 5.55.258 10.911.355 14.834l.116 4.647.032 1.22.008.284.002.047v.024a.2.2 0 0 1-.096.086.2.2 0 0 1-.099-.082l-.001-.006v-.008l-.002-.055-.008-.284-.032-1.22zm.353 6.193v-.002a.2.2 0 0 0-.099-.082.18.18 0 0 0-.095.086zM144.711 58.559c-.096-3.937-.225-9.283-.352-14.744l.197-.004c.127 5.46.255 10.806.351 14.743l.115 4.688.032 1.247.008.297.002.059v.001h.001v.011000000000000001l-.001.004-.003.02c-.078.07-.186.012-.191-.008l-.002-.01v-.011l-.002-.06-.008-.298-.032-1.248zm.353 6.287-.001-.008c-.006-.02-.113-.078-.191-.008l-.004.018zm-.196.007",clipRule:"evenodd"})),bt||(bt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M137.979 66.391c5.195-2.149 10.74-2.792 16.244-1.703a.389.389 0 1 1-.153.762c-5.342-1.057-10.728-.435-15.789 1.659a.394.394 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.889 63.393c5.201-2.155 10.751-2.8 16.261-1.71a.39.39 0 0 1 .308.457.39.39 0 0 1-.461.305c-5.348-1.058-10.739-.434-15.806 1.665a.39.39 0 0 1-.512-.209.387.387 0 0 1 .21-.508M137.823 60.389c5.2-2.155 10.749-2.8 16.256-1.71a.388.388 0 1 1-.153.762c-5.345-1.057-10.735-.434-15.801 1.665a.394.394 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.749 57.383c5.2-2.154 10.748-2.8 16.256-1.71a.388.388 0 1 1-.154.762c-5.344-1.057-10.735-.433-15.8 1.665a.393.393 0 0 1-.513-.209.39.39 0 0 1 .211-.508M137.663 54.385c5.206-2.16 10.761-2.807 16.276-1.716a.389.389 0 1 1-.153.763c-5.352-1.06-10.75-.434-15.821 1.67a.394.394 0 0 1-.513-.208.39.39 0 0 1 .211-.509M137.596 51.38c5.206-2.16 10.762-2.808 16.277-1.716a.39.39 0 0 1 .308.457.393.393 0 0 1-.462.305c-5.352-1.06-10.749-.432-15.82 1.67a.393.393 0 0 1-.513-.208.387.387 0 0 1 .21-.508M137.542 48.368c5.201-2.154 10.751-2.8 16.26-1.71a.389.389 0 1 1-.153.763c-5.346-1.058-10.739-.434-15.805 1.665a.393.393 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.456 45.37c5.206-2.16 10.761-2.808 16.276-1.716a.39.39 0 0 1 .308.457.39.39 0 0 1-.461.306c-5.353-1.06-10.75-.434-15.821 1.67a.394.394 0 0 1-.513-.209.39.39 0 0 1 .211-.508",clipRule:"evenodd"})),Nt||(Nt=a.createElement("path",{fill:"#CBD0D3",d:"M137.608 45.729c5.139-2.133 10.618-2.768 16.049-1.693l.21 9.014c-5.434-1.075-10.91-.439-16.049 1.693z"})),Et||(Et=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m138.005 45.986.19 8.184c4.901-1.928 10.097-2.52 15.267-1.592l-.191-8.22c-5.162-.96-10.364-.356-15.266 1.628m-.55-.616c5.206-2.16 10.765-2.807 16.277-1.716a.39.39 0 0 1 .315.372l.21 9.015a.39.39 0 0 1-.14.307.4.4 0 0 1-.329.083c-5.352-1.06-10.749-.434-15.82 1.67a.4.4 0 0 1-.365-.032.39.39 0 0 1-.178-.317l-.21-9.015a.39.39 0 0 1 .24-.367",clipRule:"evenodd"})),wt||(wt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M159.24 49.011c.761 4.603-4.117 7.506-7.486 6.434M109.37 50.05c.001 4.55 5.159 7.83 8.838 6.226"})),Ct||(Ct=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"m31.757 63.326-5.175 13.74a23 23 0 0 0-.534 1.593c-1.686 5.718-.919 11.872 1.862 17.155l4.678 8.598h-4.473"})),Tt||(Tt=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.472,d:"m39.988 67.196.768 37.221"})),Dt||(Dt=a.createElement("path",{stroke:"#1967D2",strokeLinejoin:"round",strokeWidth:2.748,d:"M31.757 63.326a27.5 27.5 0 0 0-2.058 5.225"})),Rt||(Rt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M47.8 52.642c4.738 2.161 9.71 4.53 10.766 11.237M13.781 61.718c-2.557 3.62-6.986 9.225-5.039 14.72"})),Ot||(Ot=a.createElement("path",{fill:"#70B2F5",d:"M1.535 51.315 54.34 35.316s5.107 29.415-22.04 34.95c-.009 0-18.561 4.185-30.764-18.952"})),zt||(zt=a.createElement("path",{fill:"#77AD8C",d:"M1.535 51.315 54.34 35.316s5.107 29.415-22.04 34.95c-.009 0-18.561 4.185-30.764-18.952"})),Lt||(Lt=a.createElement("path",{fill:"#5C9271",d:"M33.856 67.557S16.354 71.503 4.163 50.52l-2.628.795C13.738 74.452 32.29 70.266 32.29 70.266c10.329-2.105 15.985-7.67 19.032-13.753-3.297 4.975-8.696 9.256-17.466 11.044"})),Bt||(Bt=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M45.22 104.418h-4.47"})),Pt||(Pt=a.createElement("path",{fill:"#CBD0D3",d:"M38.095 85.802c.172.861-3.494-19.049-4.776-25.49-6.736-1.845-13.604-1.284-19.746 1.959l4.776 25.49c6.143-3.243 13.01-3.804 19.746-1.96"})),Gt||(Gt=a.createElement("path",{fill:"#EBEEF0",d:"M38.129 85.796c.152.865-3.64-19.022-4.776-25.491 5.62-4.106 12.236-6.013 19.146-5.159l4.776 25.49c-6.91-.853-13.525 1.053-19.146 5.16"})),Ut||(Ut=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M34.042 76.784c-.683-3.684-1.629-8.766-2.629-14.104l.185-.033A7852 7852 0 0 1 35.233 82.2l.052.29v.011a.17.17 0 0 1-.075.093.18.18 0 0 1-.106-.06l-.003-.007v-.003l-.001-.003v-.001l-.004-.019-.003-.023-.045-.246-.204-1.113c-.184-1-.46-2.493-.802-4.335m1.057 5.717a.18.18 0 0 1 .075-.09c.05.007.09.041.103.055zM31.73 76.387A9015 9015 0 0 0 29.11 62.33l.184-.034a9008 9008 0 0 1 3.637 19.54l.055.307v.024c-.042.066-.155.058-.18.026l-.004-.013-.001-.006-.004-.016h.001l-.006-.034-.046-.255-.208-1.13zm1.068 5.77.181-.035-.002-.005c-.024-.032-.137-.04-.178.026zM29.454 76.162c-.688-3.698-1.63-8.753-2.61-13.984l.184-.033a10403 10403 0 0 1 3.636 19.517l.058.32v.008l.001.006a.18.18 0 0 1-.076.096.18.18 0 0 1-.107-.063l-.002-.006-.003-.016-.007-.045-.049-.267-.212-1.15zm1.082 5.845.183-.035a.18.18 0 0 0-.107-.063.18.18 0 0 0-.076.096zM27.204 76.11c-.69-3.712-1.631-8.752-2.596-13.898l.185-.034a13168 13168 0 0 1 3.687 19.775l.01.057.002.007v.013c0 .02-.09.095-.177.045l-.008-.023v-.003l-.002-.007-.01-.057-.051-.28-.218-1.176zm1.101 5.932.184-.035-.006-.017c-.088-.05-.177.025-.178.045zm.185-.03v-.001M24.99 76.224c-.695-3.732-1.634-8.76-2.58-13.813l.184-.033a16041 16041 0 0 1 3.637 19.486l.055.294q.008.046.011.064l.003.028c-.063.086-.176.042-.183.025l-.002-.006v-.003l-.002-.005.184-.036v-.005c-.008-.016-.12-.06-.184.026v.013999999999999999-.006l-.066-.357-.224-1.206zM22.813 76.54c-.698-3.743-1.634-8.749-2.563-13.706l.185-.034a20173 20173 0 0 1 3.701 19.818l.003.014v.005a.2.2 0 0 1-.01.057c-.09.047-.172-.018-.174-.022v-.006l-.002-.002.185-.037-.001-.003c-.001-.004-.083-.069-.173-.021a.2.2 0 0 0-.01.059l-.003-.012-.012-.07-.057-.307-.23-1.232zM20.668 77.034l-2.547-13.61.184-.034a29372 29372 0 0 1 3.69 19.733l.015.076.003.017v.005c.001.004-.077.105-.183.038l-.001-.006v-.002l.184-.035-.002-.006c-.106-.067-.184.035-.183.038v.002-.002l-.003-.016-.014-.076-.06-.32-.235-1.26zM16.023 64.202l.185-.034 3.715 19.826-.01.001-.165.03-.01.002z",clipRule:"evenodd"})),Vt||(Vt=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M35.112 82.85c-5.163-.983-10.34-.522-15.14 1.505a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.947-2.089 10.276-2.56 15.576-1.551a.373.373 0 0 1 .298.436.375.375 0 0 1-.44.295M34.601 80.02c-5.17-.987-10.35-.527-15.157 1.502a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.953-2.09 10.287-2.561 15.593-1.548a.373.373 0 0 1 .299.436.375.375 0 0 1-.44.296M34.078 77.187c-5.173-.986-10.353-.526-15.157 1.501a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.95-2.09 10.283-2.56 15.593-1.547a.373.373 0 1 1-.141.731M33.547 74.355c-5.173-.986-10.354-.527-15.157 1.5a.377.377 0 0 1-.493-.196.37.37 0 0 1 .198-.489c4.95-2.089 10.282-2.559 15.593-1.547a.373.373 0 0 1 .298.436.375.375 0 0 1-.44.296M33.023 71.527c-5.175-.991-10.362-.532-15.172 1.5a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.489c4.957-2.093 10.296-2.563 15.609-1.545a.373.373 0 1 1-.142.73M32.492 68.695c-5.175-.99-10.362-.532-15.172 1.5a.377.377 0 0 1-.494-.198.37.37 0 0 1 .198-.488c4.957-2.093 10.297-2.562 15.61-1.546a.373.373 0 1 1-.142.732",clipRule:"evenodd"})),Ft||(Ft=a.createElement("path",{fill:"#B8BDB9",d:"M16.109 64.187c4.884-2.062 10.147-2.527 15.39-1.523l.515 2.83c-5.238-1-10.495-.535-15.374 1.525z"})),Wt||(Wt=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m16.538 64.414.39 2.084c4.663-1.872 9.65-2.323 14.625-1.468l-.373-2.047c-4.991-.91-9.988-.47-14.642 1.431m-.572-.57c4.957-2.093 10.297-2.563 15.609-1.545l.253.048.658 3.614-.538-.102c-5.169-.987-10.35-.527-15.157 1.502l-.43.182-.672-3.582z",clipRule:"evenodd"})),Ht||(Ht=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M38.41 75.985c-.698-3.682-1.656-8.762-2.656-14.1l.185-.033a7932 7932 0 0 0 3.477 18.43l.26 1.357.005.023h.001l.004.022v.011a.17.17 0 0 1-.077.094.18.18 0 0 1-.105-.06l-.003-.01-.009-.044-.048-.246-.212-1.112zm1.269 5.677a.2.2 0 0 0-.102-.057.2.2 0 0 0-.077.088zm-.18.046v.002zM40.426 74.796c-.697-3.687-1.652-8.755-2.645-14.053l.185-.034a9326 9326 0 0 0 3.684 19.53l.049.255.006.034h.001l.003.016v.019c-.01.04-.113.087-.176.04l-.008-.023-.001-.004-.01-.046-.049-.256c-.046-.242-.12-.624-.215-1.128zm1.278 5.732-.005-.013c-.063-.047-.166 0-.177.039v.005zM42.474 73.78c-.698-3.697-1.65-8.75-2.63-13.98l.184-.034a10586 10586 0 0 0 3.678 19.51l.05.266.01.044.003.016v.006a.18.18 0 0 1-.077.097.18.18 0 0 1-.106-.063l-.002-.006-.001-.008-.01-.051-.052-.267-.219-1.15c-.194-1.023-.48-2.532-.828-4.38m1.291 5.806v-.001a.18.18 0 0 0-.106-.063.18.18 0 0 0-.077.096zM44.553 72.934c-.7-3.71-1.647-8.748-2.612-13.895l.185-.034a13097 13097 0 0 0 3.722 19.768l.011.055v.001l.002.007v.027c-.062.078-.172.039-.181.021l-.005-.02-.011-.056a265 265 0 0 1-.277-1.456zm1.306 5.895-.002-.007c-.008-.017-.119-.057-.182.021v.018zm-.184.037",clipRule:"evenodd"})),Yt||(Yt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M39.398 81.36c4.582-2.818 9.729-4.263 15.104-4.064.208.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.217-.193-10.217 1.208-14.681 3.953a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M38.848 78.538c4.587-2.825 9.738-4.273 15.12-4.074.207.007.369.18.361.386a.374.374 0 0 1-.389.358c-5.222-.193-10.227 1.211-14.695 3.962a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513M38.316 75.705c4.587-2.824 9.737-4.272 15.115-4.073.208.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.22-.193-10.223 1.211-14.69 3.962a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513M37.789 72.873c4.587-2.824 9.737-4.272 15.115-4.073.207.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.22-.193-10.223 1.211-14.691 3.962a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M37.243 70.05c4.591-2.83 9.747-4.282 15.134-4.082.207.007.37.18.362.386a.374.374 0 0 1-.39.358c-5.227-.194-10.236 1.213-14.709 3.97a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M36.712 67.216c4.591-2.829 9.747-4.281 15.134-4.08.207.007.369.18.361.385a.374.374 0 0 1-.389.358c-5.227-.194-10.236 1.214-14.71 3.97a.38.38 0 0 1-.516-.12.37.37 0 0 1 .12-.513M36.195 64.376c4.588-2.824 9.74-4.273 15.12-4.074.207.008.37.181.362.386a.374.374 0 0 1-.39.359c-5.22-.194-10.226 1.21-14.695 3.961a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M35.65 61.552c4.59-2.83 9.747-4.281 15.133-4.081.207.008.37.18.362.386a.374.374 0 0 1-.39.358c-5.227-.194-10.236 1.213-14.708 3.97a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513",clipRule:"evenodd"})),Zt||(Zt=a.createElement("path",{fill:"#CBD0D3",d:"M35.851 61.868c4.532-2.793 9.618-4.222 14.922-4.025l1.592 8.497c-5.307-.198-10.39 1.232-14.922 4.025z"})),Qt||(Qt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m36.268 62.051 1.446 7.715c4.338-2.565 9.162-3.91 14.197-3.812l-1.452-7.749c-5.032-.127-9.86 1.23-14.191 3.846m-.615-.5c4.591-2.83 9.75-4.28 15.134-4.08a.375.375 0 0 1 .355.304l1.593 8.497a.37.37 0 0 1-.085.31.38.38 0 0 1-.298.13c-5.228-.195-10.237 1.212-14.71 3.97a.378.378 0 0 1-.568-.25l-1.592-8.496a.37.37 0 0 1 .171-.384",clipRule:"evenodd"})),qt||(qt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M58.565 63.879c.876 5.566-4.736 9.076-8.612 7.78M8.738 76.438c1.616 4.56 7.623 6.458 13.652 0"})),Kt||(Kt=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.472,d:"M160.68 68.356c.934 6.676 1.531 14.409 0 20.996M171.536 72.568l-3.781 31.849h-4.47"})),Xt||(Xt=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M187.455 104.418h-4.471c.637-10.18 1.817-24.67 1.817-24.67"})),$t||($t=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M199.766 66.904c2.35 3.645 6.395 13.017 4.381 17.69M161.004 59.99c-3.656 2.734-9.85 8.336-9.904 15.127"})),Jt||(Jt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M161.004 59.99c-3.656 2.734-9.85 8.336-9.904 15.127-.045 5.634 4.35 10.804 12.101 6.915"})),ei||(ei=a.createElement("path",{fill:"#77AD8C",d:"M188.416 36.69c5.324 1.935 9.926 5.533 12.45 10.684 5.586 11.402.195 27.178-11.38 32.714-10.499 5.032-24.499 1.152-30.83-8.532s-4.157-23.882 4.792-31.286c6.7-5.538 16.706-6.574 24.968-3.58"})),ti||(ti=a.createElement("path",{fill:"#5C9271",d:"M200.868 47.374a19.8 19.8 0 0 0-4.03-5.505c.638.885 1.2 1.822 1.68 2.8 5.587 11.402.196 27.177-11.38 32.714-9.081 4.35-20.778 2.028-27.868-4.939 6.584 9.03 20.044 12.517 30.218 7.648 11.568-5.54 16.966-21.316 11.38-32.718"})),ii||(ii=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.105,d:"M182.034 67.78c-2.79 3.71-7.987 4.925-11.944.505"})),si||(si=a.createElement("path",{fill:"#CBD0D3",d:"M175.979 96.185c-.089.946 2.303-20.818 2.977-27.89-6.413-3.959-13.71-5.464-21.09-3.967l-2.976 27.888c7.38-1.496 14.677.009 21.089 3.969"})),ni||(ni=a.createElement("path",{fill:"#EBEEF0",d:"M176.015 96.189c-.112.943 2.142-20.835 2.976-27.89 7.107-2.55 14.561-2.518 21.463.468l-2.976 27.888c-6.902-2.985-14.356-3.017-21.463-.466"})),oi||(oi=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M174.58 85.6c.437-4.028 1.037-9.587 1.66-15.427l.203.022a8025 8025 0 0 1-2.178 20.167l-.165 1.486-.006.048-.001.004-.002.008a.2.2 0 0 1-.107.073.2.2 0 0 1-.093-.094v-.012l.001-.003v-.001l.002-.02h.001l.003-.026.03-.268.135-1.217zm-.683 6.25a.2.2 0 0 1 .106-.07.2.2 0 0 1 .09.089zm.198.037v-.002zM172.305 84.486c.438-4.034 1.035-9.579 1.654-15.376l.203.022a10438 10438 0 0 1-2.172 20.136l-.136 1.235-.031.28-.006.05-.001.005-.001.004-.007.02c-.063.057-.179.014-.194-.027l-.001-.015.001-.006.001-.018h.001l.004-.036.032-.28.135-1.234c.121-1.104.3-2.743.518-4.76m-.688 6.31.2.019-.001-.006c-.015-.04-.13-.083-.194-.028zM170.011 83.561c.437-4.044 1.033-9.574 1.643-15.297l.203.022a10698 10698 0 0 1-2.163 20.089l-.138 1.259-.033.292-.007.057-.001.008-.001.007a.2.2 0 0 1-.109.076.2.2 0 0 1-.092-.097v-.007l.001-.018h.001l.006-.049.032-.291.138-1.258zm-.696 6.391.201.019a.2.2 0 0 0-.091-.097.2.2 0 0 0-.109.077zM167.698 82.823c.438-4.06 1.03-9.573 1.631-15.204l.202.021a14092 14092 0 0 1-2.153 20.038l-.141 1.287-.033.306-.008.063-.001.007v.004l-.002.01c-.008.02-.124.072-.199-.008-.001-.008-.002-.019-.001-.021v-.008l.001-.007v-.001l.007-.061.034-.306.14-1.287c.124-1.136.304-2.803.523-4.833m-.704 6.488.202.018-.002-.018c-.074-.08-.19-.028-.198-.008zM165.365 82.269c.44-4.083 1.03-9.583 1.62-15.111l.202.021a15535 15535 0 0 1-2.146 19.997l-.143 1.319-.035.322-.008.07-.002.015-.004.015c-.092.07-.196-.01-.198-.03v-.01l.001-.006.202.019v-.005c-.002-.02-.106-.1-.198-.03l-.004.014v.002l.001-.008.007-.068.036-.322.143-1.319zM163.009 81.934c.44-4.093 1.027-9.57 1.606-14.994l.202.021a31559 31559 0 0 1-2.135 19.918l-.146 1.348-.037.336-.008.077-.002.016-.001.006a.2.2 0 0 1-.029.055.17.17 0 0 1-.173-.075v-.007l.001-.003.202.019.001-.004c0-.005-.066-.097-.173-.075a.2.2 0 0 0-.03.055v.003l.001-.012.009-.076.037-.337.145-1.347zM160.626 81.796c.441-4.111 1.025-9.57 1.593-14.891l.203.02c-.568 5.322-1.153 10.781-1.593 14.892l-.533 4.968-.148 1.378-.038.35-.009.084-.002.018-.001.006c0 .004-.113.086-.202-.016v-.009000000000000001l.203.02v-.007c-.089-.102-.202-.02-.202-.016l-.001.002.001-.002.001-.017.009-.084.038-.35.148-1.378zM159.809 67.077l.202.02-2.315 21.692h-.01l-.182-.02h-.01z",clipRule:"evenodd"})),ri||(ri=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M173.801 92.217c-5.049-2.588-10.56-3.683-16.171-3.04a.406.406 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.78-.662 11.454.468 16.637 3.125a.4.4 0 0 1 .174.543.41.41 0 0 1-.548.173M174.149 89.126c-5.054-2.595-10.57-3.692-16.187-3.048a.406.406 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.787-.663 11.465.47 16.654 3.134a.4.4 0 0 1 .173.543.41.41 0 0 1-.548.172M174.49 86.028c-5.059-2.594-10.575-3.691-16.188-3.048a.405.405 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.783-.662 11.461.47 16.653 3.134a.4.4 0 0 1 .174.543.407.407 0 0 1-.547.172M174.822 82.93c-5.059-2.595-10.575-3.692-16.188-3.049a.405.405 0 0 1-.45-.354.405.405 0 0 1 .358-.446c5.783-.663 11.461.47 16.653 3.133a.4.4 0 0 1 .174.543.407.407 0 0 1-.547.173M175.157 79.838c-5.059-2.6-10.581-3.7-16.202-3.055a.404.404 0 1 1-.093-.8c5.792-.665 11.476.47 16.669 3.14a.4.4 0 0 1 .174.543.41.41 0 0 1-.548.172M175.485 76.739c-5.059-2.6-10.581-3.7-16.202-3.056a.404.404 0 1 1-.093-.8c5.792-.665 11.476.472 16.67 3.14a.4.4 0 0 1 .173.543.41.41 0 0 1-.548.173",clipRule:"evenodd"})),ai||(ai=a.createElement("path",{fill:"#B8BDB9",d:"M159.902 67.086c5.707-.655 11.31.463 16.436 3.098l-.346 3.09c-5.121-2.628-10.719-3.743-16.42-3.09z"})),li||(li=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m160.27 67.451-.243 2.28c5.417-.524 10.73.523 15.624 2.922l.251-2.237c-4.894-2.461-10.214-3.522-15.632-2.965m-.416-.765c5.792-.665 11.476.47 16.67 3.14l.247.127-.442 3.949-.526-.27c-5.054-2.594-10.571-3.691-16.187-3.047l-.504.057.419-3.919z",clipRule:"evenodd"})),ci||(ci=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M179.36 86.1c.423-4.031 1.009-9.591 1.632-15.431l.203.021c-.623 5.84-1.21 11.4-1.632 15.43-.211 2.015-.382 3.648-.495 4.742l-.125 1.218-.027.269-.002.025h.001l-.003.02-.001.004v.004l-.002.008a.2.2 0 0 1-.11.074.2.2 0 0 1-.09-.094v-.012l.004-.049.027-.27.125-1.217zm-.449 6.274a.2.2 0 0 0-.088-.09.2.2 0 0 0-.107.067zm-.201-.007v.001zM181.821 85.478c.424-4.035 1.01-9.582 1.628-15.378l.203.02a9453 9453 0 0 0-2.255 21.376l-.029.28-.003.036h.001l-.003.018-.001.006-.004.015c-.023.037-.145.055-.195-.013-.002-.008-.002-.02-.002-.022v-.008l.005-.052.028-.28.128-1.236zm-.457 6.334-.002-.015c-.051-.068-.172-.05-.196-.013l-.001.005zM184.261 85.047c.426-4.046 1.011-9.577 1.622-15.3l.202.021c-.61 5.723-1.195 11.254-1.621 15.3-.213 2.022-.387 3.674-.503 4.793l-.131 1.26-.03.291-.005.05h.001l-.002.017-.002.006a.2.2 0 0 1-.11.077.2.2 0 0 1-.091-.097l.001-.007v-.008l.005-.057.03-.293.131-1.26zm-.466 6.414v-.002a.2.2 0 0 0-.09-.097.2.2 0 0 0-.11.076zM186.679 84.801c.429-4.06 1.013-9.574 1.614-15.205l.202.02a14313 14313 0 0 0-2.288 21.634l-.007.061v.001h.001l-.001.008v.002l-.001.002v.003l-.006.021c-.09.062-.193-.012-.196-.033V91.3l.001-.007.006-.063.031-.306.135-1.288zm-.479 6.511v-.008c-.003-.02-.106-.095-.195-.033l-.006.018zm-.202-.018",clipRule:"evenodd"})),di||(di=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M178.707 91.973c5.63-1.53 11.417-1.465 16.931.375.212.07.327.3.255.51a.41.41 0 0 1-.515.254c-5.351-1.786-10.973-1.852-16.457-.361a.407.407 0 0 1-.499-.282.403.403 0 0 1 .285-.496M179.019 88.88c5.636-1.536 11.429-1.473 16.948.368a.403.403 0 1 1-.259.764c-5.357-1.787-10.984-1.851-16.475-.356a.403.403 0 1 1-.214-.777M179.351 85.78c5.635-1.534 11.427-1.471 16.943.369a.403.403 0 1 1-.259.764c-5.354-1.786-10.98-1.85-16.47-.356a.403.403 0 1 1-.214-.777M179.683 82.682c5.635-1.535 11.427-1.472 16.943.368a.403.403 0 1 1-.259.764c-5.354-1.786-10.98-1.85-16.469-.355a.403.403 0 1 1-.215-.777M179.994 79.588c5.643-1.54 11.442-1.479 16.966.365.213.071.327.3.255.51a.407.407 0 0 1-.515.254c-5.361-1.79-10.994-1.853-16.49-.352a.403.403 0 1 1-.216-.777M180.323 76.489c5.642-1.54 11.441-1.479 16.965.365.213.072.327.3.255.51a.407.407 0 0 1-.515.254c-5.361-1.79-10.994-1.852-16.49-.352a.403.403 0 1 1-.215-.777M180.671 73.385c5.637-1.534 11.43-1.471 16.949.37.212.071.327.3.255.51a.407.407 0 0 1-.515.254c-5.356-1.787-10.984-1.852-16.474-.357a.402.402 0 1 1-.215-.777M180.987 70.291c5.642-1.54 11.441-1.478 16.965.366.213.071.327.3.255.51a.406.406 0 0 1-.514.254c-5.362-1.79-10.995-1.853-16.491-.353a.403.403 0 1 1-.215-.777",clipRule:"evenodd"})),ui||(ui=a.createElement("path",{fill:"#CBD0D3",d:"M181.096 70.68c5.569-1.52 11.288-1.457 16.728.358l-.992 9.297c-5.443-1.817-11.159-1.88-16.728-.36z"})),gi||(gi=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m181.469 70.997-.901 8.44c5.297-1.342 10.719-1.271 15.911.36l.905-8.477c-5.179-1.662-10.609-1.722-15.915-.323m-.482-.706c5.642-1.54 11.444-1.477 16.965.366.18.06.294.236.274.424l-.992 9.296a.404.404 0 0 1-.534.34c-5.361-1.79-10.994-1.853-16.49-.352a.41.41 0 0 1-.371-.082.4.4 0 0 1-.141-.349l.992-9.296a.4.4 0 0 1 .297-.347",clipRule:"evenodd"})),pi||(pi=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M204.146 84.595c-1.671 3.879-7.751 2.74-10.354-.297M151.096 75.116c-.045 5.635 4.349 10.805 12.1 6.915"})),mi||(mi=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M91.429 81.618c-.729 8.2-.457 15.965 1.975 22.796h4.47M80.227 81.238c-.76 8.178-.245 15.966 2.153 23.178h-4.478"})),hi||(hi=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M118.418 79.006c7.32 3.89 10.2 8.445 9.473 12.335M60.719 71.227c-7.51 3.313-11.627 6.373-11.627 13.398"})),fi||(fi=a.createElement("path",{fill:"#77AD8C",d:"m57.84 49.763-3.38 33.985 68.342 6.303 1.443-32.81z"})),yi||(yi=a.createElement("path",{fill:"#5C9271",d:"m57.476 82.268 2.638-32.25-2.273-.255-3.38 33.985 68.341 6.303.127-2.876z"})),vi||(vi=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.105,d:"M80.625 72.749c3.832 4.721 11.357 6.736 17.468 1.896"})),_i||(_i=a.createElement("path",{fill:"#CBD0D3",d:"M86.74 98.236c-.1.945 2.55-20.79 3.308-27.852-6.365-4.035-13.644-5.624-21.041-4.213L65.7 94.023c7.397-1.41 14.676.179 21.04 4.213"})),ki||(ki=a.createElement("path",{fill:"#EBEEF0",d:"M86.776 98.24c-.123.942 2.39-20.808 3.308-27.852 7.137-2.468 14.59-2.35 21.455.717l-3.307 27.851c-6.865-3.065-14.319-3.184-21.456-.716"})),xi||(xi=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M85.467 87.637c.485-4.024 1.151-9.575 1.844-15.407l.202.023a8547 8547 0 0 1-2.418 20.141l-.192 1.544a.2.2 0 0 1-.108.072.2.2 0 0 1-.091-.095v-.017l.002-.02h.001l.004-.025.033-.268.15-1.215zm-.757 6.242a.2.2 0 0 1 .106-.069c.05.022.08.071.089.09zm.197.038v-.001zM83.205 86.496c.485-4.028 1.149-9.566 1.836-15.355l.202.023a9661 9661 0 0 1-2.561 21.343l-.042.335-.001.004-.007.02c-.065.056-.18.012-.194-.03v-.02q0-.007.002-.019l.005-.036.035-.278.15-1.233zm-.763 6.302.199.02v-.005c-.015-.041-.13-.085-.194-.03zM80.927 85.544c.485-4.04 1.146-9.561 1.825-15.277l.202.023A11321 11321 0 0 1 80.4 91.61l-.043.35-.003.014a.2.2 0 0 1-.11.076.2.2 0 0 1-.09-.1l.001-.023.007-.05.036-.29.153-1.257zm-.772 6.383.201.02a.2.2 0 0 0-.09-.097.2.2 0 0 0-.11.075zM78.619 84.779c.486-4.055 1.144-9.56 1.811-15.184l.203.024a14138 14138 0 0 1-2.593 21.664l-.001.007-.003.014c-.008.02-.124.07-.198-.01l-.002-.025v-.003l.001-.008.001-.001.008-.06.037-.306.156-1.285zm-.781 6.48.202.02-.002-.019c-.074-.08-.19-.03-.198-.01zM76.295 84.198c.488-4.077 1.144-9.57 1.8-15.091l.201.023a17205 17205 0 0 1-2.59 21.68l-.002.015-.004.014c-.093.07-.196-.012-.198-.032v-.016l.203.022v-.005c-.001-.02-.104-.101-.198-.033l-.004.015v.001l.001-.007.009-.069q.011-.1.039-.32l.158-1.318c.14-1.157.341-2.84.585-4.88M73.94 83.836c.489-4.088 1.14-9.558 1.784-14.975l.202.024a21887 21887 0 0 1-2.584 21.65l-.002.017v.005a.2.2 0 0 1-.03.055.17.17 0 0 1-.172-.077v-.01l.203.021v-.003a.17.17 0 0 0-.172-.077.2.2 0 0 0-.03.054v.004l.001-.013.01-.076.04-.336.162-1.346zM71.563 83.67l1.77-14.872.201.024a33930 33930 0 0 1-2.568 21.56l-.01.083-.002.018v.006c-.001.004-.115.084-.203-.019v-.009000000000000001l.203.022v-.006c-.088-.103-.201-.023-.202-.019v.002-.001l.002-.018.01-.083.042-.35.165-1.376zM70.918 68.942l.202.023-2.572 21.664-.01-.001-.182-.022h-.01z",clipRule:"evenodd"})),Ii||(Ii=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M84.613 94.243c-5.017-2.647-10.516-3.805-16.133-3.227a.405.405 0 0 1-.446-.36.404.404 0 0 1 .362-.442c5.789-.596 11.448.6 16.6 3.318a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M84.997 91.157c-5.023-2.653-10.527-3.815-16.15-3.236a.405.405 0 0 1-.446-.36.404.404 0 0 1 .363-.442c5.794-.596 11.459.603 16.615 3.327a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M85.372 88.063c-5.028-2.653-10.53-3.814-16.15-3.236a.405.405 0 0 1-.446-.36.404.404 0 0 1 .363-.442c5.791-.595 11.455.604 16.615 3.327a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M85.739 84.969c-5.027-2.653-10.53-3.815-16.15-3.237a.405.405 0 0 1-.446-.359.404.404 0 0 1 .363-.442c5.791-.596 11.455.603 16.615 3.326a.4.4 0 0 1 .168.545.41.41 0 0 1-.55.167M86.113 81.88c-5.027-2.658-10.536-3.822-16.165-3.243a.405.405 0 0 1-.445-.359.404.404 0 0 1 .362-.442c5.8-.598 11.47.604 16.631 3.333a.4.4 0 0 1 .167.546.41.41 0 0 1-.55.165M86.477 78.786c-5.028-2.658-10.537-3.823-16.165-3.243a.405.405 0 0 1-.446-.36.404.404 0 0 1 .362-.442c5.8-.597 11.47.606 16.632 3.334a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166",clipRule:"evenodd"})),Ai||(Ai=a.createElement("path",{fill:"#B8BDB9",d:"M71.012 68.953c5.714-.588 11.304.594 16.398 3.288l-.383 3.087c-5.09-2.688-10.674-3.868-16.383-3.28z"})),ji||(ji=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m71.377 69.322-.27 2.277c5.424-.461 10.724.647 15.589 3.103l.277-2.234c-4.864-2.518-10.171-3.64-15.596-3.146m-.406-.77c5.8-.597 11.47.604 16.63 3.334l.247.13-.49 3.943-.522-.276c-5.023-2.652-10.526-3.814-16.15-3.235l-.504.052.465-3.915z",clipRule:"evenodd"})),Mi||(Mi=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M90.243 88.191c.47-4.025 1.123-9.578 1.816-15.41l.202.023a8576 8576 0 0 0-2.367 20.146l-.172 1.51h.001l-.003.02v.006l-.001.002-.002.008a.2.2 0 0 1-.111.073.2.2 0 0 1-.089-.096v-.012l.005-.047.03-.27.14-1.216zm-.523 6.269a.2.2 0 0 0-.088-.091.2.2 0 0 0-.107.066zM92.712 87.598c.472-4.03 1.124-9.57 1.811-15.359l.203.024a9910 9910 0 0 0-2.51 21.348l-.031.279-.004.036q0 .012-.002.018v.006l-.005.015c-.024.036-.146.053-.195-.016l-.002-.021v-.009000000000000001l.006-.051.031-.28.143-1.234zm-.532 6.328q0-.007-.002-.015c-.05-.069-.171-.052-.195-.016l-.002.006zM95.154 87.195c.474-4.041 1.124-9.564 1.803-15.28l.202.023a11129 11129 0 0 0-2.509 21.325l-.038.34-.002.018-.002.007a.2.2 0 0 1-.111.075.2.2 0 0 1-.09-.098v-.007l.001-.008.007-.057.033-.293a5635.92 5635.92 0 0 1 .706-6.046m-.543 6.409v-.002c0-.007-.03-.07-.09-.099a.2.2 0 0 0-.11.075zM97.577 86.978c.477-4.056 1.126-9.562 1.794-15.186l.202.023a13877 13877 0 0 0-2.546 21.606l-.007.06v.013l-.001.004-.007.02c-.09.062-.192-.014-.195-.035v-.014l.001-.008.007-.062.035-.307.15-1.285zm-.557 6.505v-.008c-.003-.021-.104-.097-.195-.036l-.006.018zm-.202-.02",clipRule:"evenodd"})),Si||(Si=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M89.522 94.057c5.648-1.465 11.434-1.333 16.925.57a.4.4 0 0 1 .249.514.407.407 0 0 1-.517.247c-5.33-1.848-10.95-1.978-16.452-.552a.403.403 0 1 1-.205-.78M89.865 90.967c5.655-1.47 11.446-1.34 16.943.565a.4.4 0 0 1 .249.514.407.407 0 0 1-.517.247c-5.336-1.85-10.961-1.979-16.47-.547a.403.403 0 1 1-.206-.78M90.236 87.872c5.654-1.47 11.444-1.34 16.938.565a.4.4 0 0 1 .249.513.407.407 0 0 1-.517.248c-5.333-1.849-10.957-1.978-16.464-.547a.403.403 0 1 1-.205-.78M90.603 84.776c5.654-1.469 11.444-1.339 16.939.566a.402.402 0 1 1-.269.76c-5.332-1.848-10.957-1.977-16.464-.546a.403.403 0 1 1-.206-.78M90.954 81.687c5.66-1.474 11.458-1.346 16.96.563a.4.4 0 0 1 .249.513.41.41 0 0 1-.518.247c-5.339-1.852-10.971-1.98-16.485-.544a.403.403 0 1 1-.206-.78M91.317 78.592c5.66-1.473 11.458-1.346 16.961.563a.402.402 0 1 1-.269.76c-5.34-1.852-10.972-1.979-16.486-.544a.403.403 0 1 1-.206-.78M91.705 75.492c5.654-1.469 11.447-1.339 16.943.567a.4.4 0 0 1 .249.513.407.407 0 0 1-.518.247c-5.334-1.849-10.96-1.978-16.469-.548a.403.403 0 1 1-.205-.78M92.056 72.402c5.66-1.474 11.458-1.345 16.96.563a.4.4 0 0 1 .249.513.407.407 0 0 1-.518.248c-5.34-1.852-10.972-1.98-16.485-.544a.403.403 0 1 1-.206-.78",clipRule:"evenodd"})),bi||(bi=a.createElement("path",{fill:"#CBD0D3",d:"M92.158 72.792c5.587-1.455 11.305-1.326 16.723.553l-1.103 9.284c-5.421-1.88-11.136-2.008-16.723-.553z"})),Ni||(Ni=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m92.53 73.113-1.002 8.43c5.313-1.28 10.734-1.147 15.906.545l1.005-8.467c-5.159-1.721-10.587-1.844-15.91-.508m-.475-.71c5.66-1.475 11.461-1.345 16.961.562.179.062.291.24.269.427l-1.103 9.285a.4.4 0 0 1-.188.294.41.41 0 0 1-.35.039c-5.339-1.852-10.971-1.98-16.485-.544a.41.41 0 0 1-.37-.086.4.4 0 0 1-.136-.35l1.102-9.285c.02-.164.139-.3.3-.343",clipRule:"evenodd"})),Ei||(Ei=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M127.892 91.34c-1.329 7.115-12.918 8.843-24.256 0M49.088 84.625c0 6.05 9.182 11.081 24.545 3.457"}))),Ti="audience-segmentation-add-group-notice",Di="googlesitekit-audience-selection-panel-opened",Ri="audience-selection-form",Oi="audience-selected",zi="audience-selection-changed",Li="audience-selection-dismissed-items-error",Bi="audience-segmentation-creation-notice",Pi="audience-segmentation-creation-success-notice",Gi=1,Ui=3,Vi="audience-creation-edit-scope-notice",Fi="audience-creation-form";function PlaceholderTile({Widget:e}){const t=(0,c.useSelect)(e=>{const t=e(q.oR).getConfiguredAudiences();return e(Q.K9).getConfigurableAudiences().some(e=>"DEFAULT_AUDIENCE"!==e.audienceType&&!t.includes(e.name))}),i=(0,c.useSelect)(e=>e(Ve.O4).getGoogleSupportURL({path:"/analytics/answer/12799087"})),{setValue:s}=(0,c.useDispatch)(u.n),n=(0,B.jsx)(L.A,{href:i,secondary:!0,external:!0});return(0,B.jsx)(e,{className:"googlesitekit-audience-segmentation-tile-placeholder",children:(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-placeholder__container",children:[(0,B.jsx)(Ci,{className:"googlesitekit-audience-segmentation-tile-placeholder__image"}),(0,B.jsxs)("div",{className:Ie()("googlesitekit-audience-segmentation-tile-placeholder__body",{"googlesitekit-audience-segmentation-tile-placeholder__body--without-selectable-audiences":!t}),children:[(0,B.jsx)(T.A,{as:"h3",type:"title",size:"small",className:"googlesitekit-audience-segmentation-tile-placeholder__title",children:t?(0,g.__)("Compare your group to other groups","google-site-kit"):(0,g.__)("Create more visitor groups","google-site-kit")}),(0,B.jsx)("p",{className:"googlesitekit-audience-segmentation-tile-placeholder__description",children:t?(0,z.A)((0,g.__)("<SelectGroupLink>Select</SelectGroupLink> another group to compare with your current group or learn more about how to group site visitors in <AnalyticsLink>Analytics</AnalyticsLink>","google-site-kit"),{AnalyticsLink:n,SelectGroupLink:(0,B.jsx)(L.A,{onClick:()=>s(Di,!0),secondary:!0})}):(0,z.A)((0,g.__)("Learn more about how to group site visitors in <AnalyticsLink>Analytics</AnalyticsLink>","google-site-kit"),{AnalyticsLink:n})})]})]})})}function MaybePlaceholderTile({Widget:e,loading:t,allTilesError:i,visibleAudienceCount:s}){return!1!==i&&!t||1!==s?null:t?(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})}):(0,B.jsx)(PlaceholderTile,{Widget:e})}function Body({activeTileIndex:e,allTilesError:t,individualTileErrors:i,loading:s,topCitiesReportsLoaded:n,topContentReportsLoaded:o,topContentPageTitlesReportsLoaded:r,visibleAudiences:l,Widget:d}){const u=(0,E.dv)(),g=(0,pe.A)(),p=u===E.mp||u===E.Lg,m=(0,c.useInViewSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences(),[]),h=(0,c.useInViewSelect)(e=>e(q.oR).getConfiguredAudiences(),[]),[f,y]=(0,c.useSelect)(e=>e(Q.K9).getConfiguredSiteKitAndOtherAudiences())||[[],[]],v=(0,c.useSelect)(e=>e(Q.K9).hasAudiencePartialData(f)),_=(0,c.useInViewSelect)(e=>h?.reduce((t,i)=>(t[i]=e(Q.K9).isAudiencePartialData(i),t),{}),[h]),{report:k,reportError:x,siteKitAudiencesReport:I,totalPageviews:A,totalPageviewsReportError:j,topCitiesReport:M,topContentReport:S,topContentReportErrors:b,topContentPageTitlesReport:N,topContentPageTitlesReportErrors:w}=ee({isSiteKitAudiencePartialData:v,siteKitAudiences:f,otherAudiences:y});function C(e,t){const i=m?.filter(({name:t})=>t===e)?.[0]?.displayName||"",s=m?.filter(({name:t})=>t===e)?.[0]?.audienceSlug||"",{current:n,previous:o}=function(e){const t=f.some(t=>t.name===e),i=f.find(t=>t.name===e)?.audienceSlug;function s(s){let n;if(t&&v){const e="new-visitors"===i?"new":"returning";n=I?.rows?.find(({dimensionValues:t})=>t?.[0]?.value===e&&t?.[1]?.value===s)}else n=k?.rows?.find(({dimensionValues:t})=>t?.[0]?.value===e&&t?.[1]?.value===s);return[Number(n?.metricValues?.[0]?.value||0),Number(n?.metricValues?.[1]?.value||0),Number(n?.metricValues?.[2]?.value||0),Number(n?.metricValues?.[3]?.value||0)]}return{current:s("date_range_0"),previous:s("date_range_1")}}(e),r=n[0],a=o[0],l=n[1],c=o[1],d=n[2],u=o[2],g=n[3],p=o[3],h=M?.[t],y=S?.[t],x=N?.[t]?.rows?.reduce((e,t)=>(e[t.dimensionValues[0].value]=t.dimensionValues[1].value,e),{})||{},A=f.some(t=>t.name===e);let j=k,b=e;A&&v&&(j=I,b="new-visitors"===s?"new":"returning");const E=function(e,t){const i=e?.rows?.find(e=>e.dimensionValues?.[0]?.value===t);return 0===(i?.metricValues?.[0]?.value||0)}(j,b);return{audienceName:i,audienceSlug:s,visitors:r,prevVisitors:a,visitsPerVisitors:l,prevVisitsPerVisitors:c,pagesPerVisit:d,prevPagesPerVisit:u,pageviews:g,prevPageviews:p,topCities:h,topContent:y,topContentTitles:x,isZeroData:E,isPartialData:!A&&_[e]}}const T=Object.values(b).some(K.B)||Object.values(w).some(K.B),{dismissItem:D}=(0,c.useDispatch)(q.oR),{fetchSyncAvailableCustomDimensions:R}=(0,c.useDispatch)(Q.K9),O=(0,a.useCallback)(e=>{D(`audience-tile-${e}`)},[D]);(0,a.useEffect)(()=>{!g&&T&&R()},[R,T,g]);let z=0;return(0,B.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[t&&!s&&(0,B.jsx)(Y,{Widget:d,errors:[...Object.values(i).flat(2),x,j]}),(!1===t||s)&&l.map((t,a)=>{if(p&&a!==e)return null;const{audienceName:c,audienceSlug:u,visitors:g,prevVisitors:m,visitsPerVisitors:h,prevVisitsPerVisitors:f,pagesPerVisit:y,prevPagesPerVisit:v,pageviews:_,prevPageviews:k,topCities:x,topContent:I,topContentTitles:j,isZeroData:M,isPartialData:S}=C(t,a),b=x?.rows?(0,X.S)(x.rows):[];return!s&&n?.[t]&&o?.[t]&&r?.[t]&&void 0!==M&&void 0!==S?i[t].length>0?(0,B.jsx)(AudienceTileError,{audienceSlug:u,errors:i[t]},t):(0,B.jsx)(AudienceTile,{audienceTileNumber:z++,audienceSlug:u,title:c,infoTooltip:(0,B.jsx)(AudienceTooltipMessage,{audienceName:c,audienceSlug:u}),visitors:{currentValue:g,previousValue:m},visitsPerVisitor:{currentValue:h,previousValue:f},pagesPerVisit:{currentValue:y,previousValue:v},pageviews:{currentValue:_,previousValue:k},percentageOfTotalPageViews:0!==A?_/A:0,topCities:{dimensionValues:[b?.[0]?.dimensionValues?.[0],b?.[1]?.dimensionValues?.[0],b?.[2]?.dimensionValues?.[0]],metricValues:[b?.[0]?.metricValues?.[0],b?.[1]?.metricValues?.[0],b?.[2]?.metricValues?.[0]],total:g},topContent:{dimensionValues:[I?.rows?.[0]?.dimensionValues?.[0],I?.rows?.[1]?.dimensionValues?.[0],I?.rows?.[2]?.dimensionValues?.[0]],metricValues:[I?.rows?.[0]?.metricValues?.[0],I?.rows?.[1]?.metricValues?.[0],I?.rows?.[2]?.metricValues?.[0]]},topContentTitles:j,hasInvalidCustomDimensionError:T,Widget:d,audienceResourceName:t,isZeroData:M,isPartialData:S,isTileHideable:l.length>1,onHideTile:()=>O(t)},t):(0,B.jsx)(d,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})},t)}),!p&&(0,B.jsx)(MaybePlaceholderTile,{Widget:d,loading:s,allTilesError:t,visibleAudienceCount:l.length})]})}function Header({activeTileIndex:e,setActiveTile:t,visibleAudiences:i}){const s=(0,F.A)(),n=(0,c.useInViewSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences(),[]);return(0,B.jsx)(R.TabBar,{className:"googlesitekit-widget-audience-tiles__tabs googlesitekit-tab-bar--start-aligned-high-contrast",activeIndex:e,handleActiveIndexUpdate:e=>t(i[e]),children:i.map((e,t)=>{const i=n?.filter(({name:t})=>t===e)?.[0]?.displayName||"",o=n?.filter(({name:t})=>t===e)?.[0]?.audienceSlug||"",r=(0,B.jsx)(AudienceTooltipMessage,{audienceName:i,audienceSlug:o});return(0,B.jsxs)(R.Tab,{"aria-label":i,children:[i,(0,B.jsx)(Fe.A,{title:r,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>{(0,V.sx)(`${s}_audiences-tile`,"view_tile_tooltip",o)}})]},t)})},i.length)}function AudienceTiles_hasZeroDataForAudience(e,t){const i=e?.rows?.find(e=>e.dimensionValues?.[0]?.value===t);return 0===(i?.metricValues?.[0]?.value||0)}function AudienceTiles({Widget:e,widgetLoading:t}){const i=(0,E.dv)(),s=i===E.mp||i===E.Lg,n=(0,c.useInViewSelect)(e=>e(q.oR).getConfiguredAudiences(),[]),o=(0,c.useInViewSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences(),[]),[r,l]=(0,c.useSelect)(e=>e(Q.K9).getConfiguredSiteKitAndOtherAudiences())||[[],[]],d=(0,c.useSelect)(e=>e(Q.K9).hasAudiencePartialData(r)),{report:u,reportLoaded:g,reportError:p,siteKitAudiencesReport:m,siteKitAudiencesReportLoaded:h,siteKitAudiencesReportError:f,totalPageviewsReportLoaded:y,totalPageviewsReportError:v,topCitiesReportsLoaded:_,topCitiesReportErrors:k,topContentReportsLoaded:x,topContentReportErrors:I,topContentPageTitlesReportsLoaded:A,topContentPageTitlesReportErrors:j}=ee({isSiteKitAudiencePartialData:d,siteKitAudiences:r,otherAudiences:l}),M=n?.reduce((e,t)=>(e[t]=[],[k,I,j].forEach(i=>{const s=i[t];s&&!(0,K.B)(s)&&e[t].push(s)}),e),{}),S=(0,c.useSelect)(e=>e(q.oR).getDismissedItems()),{isDismissingItem:b}=(0,c.useSelect)(e=>e(q.oR)),{dismissItem:N}=(0,c.useDispatch)(q.oR),w=(0,a.useRef)({}),[C,T]=(0,a.useMemo)(()=>{const e=[],t=[],i=n?.slice().filter(e=>o.some(t=>t.name===e));for(;i?.length>0;){const s=i.shift(),n=S?.includes(`audience-tile-${s}`),o=r.some(e=>e.name===s);let a=u,l=s;if(o&&d){a=m;const e=r.find(e=>e.name===s)?.audienceSlug;l="new-visitors"===e?"new":"returning"}const c=AudienceTiles_hasZeroDataForAudience(a,l),g=i.length+t.length>0;n&&c&&g||(n&&!c&&e.push(s),t.push(s))}return[e,t]},[o,n,S,d,u,r,m]);const D=function(){const e=[];return u&&e.push(p),m&&e.push(f),!(!e.every(Boolean)&&!v)||n?.every(e=>M[e].length>0)}();(0,a.useEffect)(()=>{C.forEach(e=>{const t=`audience-tile-${e}`;w.current[t]||(N(t,{expiresInSeconds:1}),w.current[t]=!0)})},[C,N,b]);const R=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableCustomDimensions()),[O,z]=(0,a.useState)(T[0]),L=(0,a.useCallback)(e=>{const t=T.indexOf(e);return-1===t?0:t},[T]);(0,a.useEffect)(()=>{T.includes(O)||z(T[0])},[O,T]);const P=L(O),G=t||!g||!h||!y||!_||!x||!A||R;return(0,B.jsxs)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:[!1===D&&!G&&s&&T.length>0&&(0,B.jsx)(Header,{activeTileIndex:P,setActiveTile:z,visibleAudiences:T}),(0,B.jsx)(Body,{activeTileIndex:P,allTilesError:D,individualTileErrors:M,loading:G,topCitiesReportsLoaded:_,topContentReportsLoaded:x,topContentPageTitlesReportsLoaded:A,visibleAudiences:T,Widget:e})]})}MaybePlaceholderTile.propTypes={Widget:r().elementType.isRequired,loading:r().bool.isRequired,allTilesError:r().bool,visibleAudienceCount:r().number.isRequired},Body.propTypes={activeTileIndex:r().number.isRequired,allTilesError:r().bool.isRequired,individualTileErrors:r().object,loading:r().bool.isRequired,topCitiesReportsLoaded:r().object.isRequired,topContentReportsLoaded:r().object.isRequired,topContentPageTitlesReportsLoaded:r().object.isRequired,visibleAudiences:r().array.isRequired,Widget:r().elementType.isRequired},AudienceTiles.propTypes={Widget:r().elementType.isRequired,widgetLoading:r().bool.isRequired};var Wi=i(37226);const Hi=(0,a.forwardRef)(({className:e,children:t,Icon:i,SVGGraphic:s},n)=>(0,B.jsxs)("div",{ref:n,className:Ie()("googlesitekit-lean-cta-banner",e),children:[(0,B.jsxs)("div",{className:"googlesitekit-lean-cta-banner__body",children:[i&&(0,B.jsx)("div",{className:"googlesitekit-lean-cta-banner__body-icon",children:(0,B.jsx)(i,{width:"32",height:"32"})}),(0,B.jsx)("div",{className:"googlesitekit-lean-cta-banner__body-content",children:t})]}),s&&(0,B.jsx)("div",{className:"googlesitekit-lean-cta-banner__graphic",children:(0,B.jsx)(s,{})})]}));Hi.propTypes={className:r().string,children:r().node.isRequired,Icon:r().elementType,SVGGraphic:r().elementType};const Yi=Hi;var Zi=i(45472);const Qi=(0,a.forwardRef)((e,t)=>{const i=(0,F.A)(),s=(0,pe.A)(),n=(0,c.useSelect)(e=>e(q.oR).didSetAudiences()),o=(0,c.useSelect)(e=>e(Wi.i).getModuleIcon(W.L1)),r=(0,c.useSelect)(e=>e(Ve.O4).getSiteKitAdminSettingsURL({scrollTo:"visitor-groups"})),{setValue:a}=(0,c.useDispatch)(u.n),{navigateTo:l}=(0,c.useDispatch)(Zi.M),d=n?"no-longer-available":"none-selected";function p(){(0,V.sx)(`${i}_audiences-no-audiences`,"select_groups",d).finally(()=>{a(Di,!0)})}return(0,B.jsxs)(Yi,{ref:t,className:"googlesitekit-no-audience-banner",Icon:o,SVGGraphic:Ci,children:[(0,B.jsxs)(D.A,{children:[n&&(0,z.A)((0,g.__)("It looks like your visitor groups aren’t available anymore. <a>Select other groups</a>.","google-site-kit"),{a:(0,B.jsx)(L.A,{onClick:p,secondary:!0})}),!n&&(0,z.A)((0,g.__)("You don’t have any visitor groups selected. <a>Select groups</a>.","google-site-kit"),{a:(0,B.jsx)(L.A,{onClick:p,secondary:!0})})]}),!s&&(0,B.jsx)(D.A,{children:(0,z.A)((0,g.__)("You can deactivate this widget in <a>Settings</a>.","google-site-kit"),{a:(0,B.jsx)(L.A,{onClick:()=>{(0,V.sx)(`${i}_audiences-no-audiences`,"change_settings",d).finally(()=>{l(r)})},secondary:!0})})})]})}),qi=(0,U.A)(Qi);function NoAudienceBannerWidget({Widget:e,WidgetNull:t}){const i=(0,F.A)(),s=(0,c.useSelect)(e=>{const t=e(Q.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)}),n=(0,c.useSelect)(e=>e(q.oR).getConfiguredAudiences()),o=(0,c.useSelect)(e=>e(q.oR).didSetAudiences()),r=n?.every(e=>Array.isArray(s)&&!s.includes(e));return n&&(0===n?.length||r)?(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(qi,{onInView:()=>{(0,V.sx)(`${i}_audiences-no-audiences`,"view_banner",o?"no-longer-available":"none-selected")}})}):(0,B.jsx)(t,{})}NoAudienceBannerWidget.propTypes={Widget:r().elementType.isRequired,WidgetNull:r().elementType.isRequired};const Ki=(0,l.A)({moduleName:W.L1})(NoAudienceBannerWidget);var Xi=i(84093);function AudienceTilesWidget({Widget:e}){const t=(0,c.useSelect)(e=>{const t=e(Q.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)}),i=(0,c.useSelect)(e=>e(q.oR).getConfiguredAudiences()),s=(0,c.useSelect)(e=>e(Q.K9).hasSyncedAudiences()),n=(0,c.useSelect)(e=>e(Q.K9).isSyncingAudiences()),{clearErrors:o,maybeSyncAvailableAudiences:r,syncAvailableAudiences:l}=(0,c.useDispatch)(Q.K9),u=(0,c.useSelect)(e=>e(Q.K9).isSettingUpAudiences()),g=(0,c.useSelect)(e=>e(Q.K9).getErrorForAction("syncAvailableAudiences"));if((0,a.useEffect)(()=>{s||n||u||r()},[s,n,u,r]),g){const t=(0,d.SG)(g);return(0,B.jsx)(Y,{errors:g,Widget:e,onRetry:t?void 0:async()=>{await o("syncAvailableAudiences"),await l()},showRetryButton:!t})}const p=i?.some(e=>t?.includes(e));return p?(0,B.jsx)(AudienceTiles,{Widget:e,widgetLoading:!s||!t||!i}):s?(0,B.jsx)(Ki,{Widget:e,WidgetNull:Xi.A}):(0,B.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,B.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})}),(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})})]})})}AudienceTilesWidget.propTypes={Widget:r().elementType.isRequired,WidgetNull:r().elementType.isRequired};const $i=(0,l.A)({moduleName:W.L1})(AudienceTilesWidget);var Ji,es=i(68869),ts=i(3183),is=i(98652),ss=i(718);function AudienceItem({slug:e,title:t,description:i,subtitle:s,userCount:n,audienceType:o}){const r=`${Q.bz}${e}`,l=(0,Qe.A)(Ri,Oi),d=(0,c.useSelect)(e=>e(q.oR).hasExpirableItem(r)),u=(0,c.useSelect)(e=>e(q.oR).isExpirableItemActive(r)),[p,m]=(0,c.useSelect)(e=>e(Q.K9).getAudienceUserCountReportErrors())||[],h=[];m&&h.push(m),p&&h.push(p);const{setValues:f}=(0,c.useDispatch)(Ue.s),y=(0,c.useSelect)(t=>t(q.oR).isItemDismissed(`audience-tile-${e}`)),v=(0,a.useCallback)(t=>{f(Ri,{[Oi]:t.target.checked?l.concat([e]):l.filter(t=>t!==e),[zi]:!0})},[l,f,e]),_="DEFAULT_AUDIENCE"!==o&&(!1===d||u),k=l?.includes(e),x=`audience-selection-checkbox-${e}`;function ItemBadge(){return y?(0,B.jsx)(BadgeWithTooltip,{label:(0,g.__)("Temporarily hidden","google-site-kit"),tooltipTitle:(0,g.__)("Site Kit is collecting data for this group. Once data is available the group will be added to your dashboard.","google-site-kit")}):_?(0,B.jsx)(is.A,{}):null}return(0,B.jsx)(ss.y3,{id:x,slug:e,title:t,subtitle:s,description:i,isItemSelected:k,onCheckboxChange:v,suffix:h.length?"-":(0,V.Eo)(n),badge:(y||_)&&(0,B.jsx)(ItemBadge,{})})}function AudienceItemPreviewBlock(){return(0,B.jsxs)("div",{className:"googlesitekit-selection-panel__loading",children:[(0,B.jsxs)("div",{className:"googlesitekit-selection-panel__loading-left",children:[(0,B.jsx)(me.A,{width:"90px",height:"20px",className:"googlesitekit-selection-panel__loading-item"}),(0,B.jsx)(me.A,{width:"293px",height:"15px",className:"googlesitekit-selection-panel__loading-item"})]}),(0,B.jsx)("div",{className:"googlesitekit-selection-panel__loading-right",children:(0,B.jsx)(me.A,{width:"43px",height:"20px",className:"googlesitekit-selection-panel__loading-item"})})]})}function ns(){return ns=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ns.apply(null,arguments)}AudienceItem.propTypes={slug:r().string.isRequired,title:r().string.isRequired,description:r().string.isRequired,subtitle:r().string,userCount:r().number.isRequired,audienceType:r().string.isRequired};const os=e=>a.createElement("svg",ns({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 22"},e),Ji||(Ji=a.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.5 22q-2.283 0-4.29-.852a11.3 11.3 0 0 1-3.492-2.366 11.3 11.3 0 0 1-2.365-3.492A10.9 10.9 0 0 1 .5 11q0-2.283.853-4.29a11.3 11.3 0 0 1 2.364-3.492A10.9 10.9 0 0 1 7.21.88 10.6 10.6 0 0 1 11.5 0q2.283 0 4.29.88a10.9 10.9 0 0 1 3.492 2.337q1.486 1.486 2.338 3.493.88 2.007.88 4.29t-.88 4.29a10.9 10.9 0 0 1-2.338 3.492q-1.485 1.485-3.492 2.366A10.9 10.9 0 0 1 11.5 22m0-14.3q.468 0 .77-.303.33-.33.33-.797a1 1 0 0 0-.33-.77 1 1 0 0 0-.77-.33q-.467 0-.797.33a1.04 1.04 0 0 0-.303.77q0 .468.303.798.33.302.797.302m-1.1 8.8V9.9h2.2v6.6z",clipRule:"evenodd"})));var rs;function as(){return as=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},as.apply(null,arguments)}const ls=e=>a.createElement("svg",as({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),rs||(rs=a.createElement("path",{fill:"currentColor",d:"M10 18.333q-.687 0-1.188-.479a1.66 1.66 0 0 1-.479-1.188h3.334q0 .689-.5 1.188-.48.48-1.167.48Zm-3.333-2.5v-1.667h6.666v1.667zm.208-2.5a6.5 6.5 0 0 1-2.292-2.292Q3.75 9.604 3.75 7.916q0-2.604 1.813-4.416Q7.393 1.667 10 1.667q2.604 0 4.417 1.833 1.833 1.812 1.833 4.417a6 6 0 0 1-.854 3.124 6.3 6.3 0 0 1-2.271 2.292zm.5-1.667h5.25a4.5 4.5 0 0 0 1.438-1.645q.52-.98.52-2.105 0-1.915-1.333-3.25Q11.917 3.334 10 3.333c-1.917-.001-2.361.445-3.25 1.333q-1.333 1.335-1.333 3.25 0 1.125.5 2.105a4.7 4.7 0 0 0 1.458 1.645"}))),cs=(0,a.forwardRef)(({className:e,content:t,dismissLabel:i,Icon:s=ls,onDismiss:n},o)=>(0,B.jsxs)("div",{ref:o,className:Ie()("googlesitekit-audience-segmentation-info-notice",e),children:[(0,B.jsx)(s,{width:"20",height:"20"}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-info-notice__body",children:[(0,B.jsx)(D.A,{children:t}),i&&(0,B.jsx)(R.Button,{onClick:n,className:"googlesitekit-audience-segmentation-info-notice__dismiss",tertiary:!0,children:i})]})]}));cs.propTypes={className:r().string,content:r().string.isRequired,dismissLabel:r().string,Icon:r().elementType,onDismiss:r().func};const ds=cs;function AddGroupNotice(){const[e,t]=(0,a.useState)(!1),i=(0,c.useInViewSelect)(e=>e(q.oR).isItemDismissed(Ti)),s=(0,c.useSelect)(e=>e(u.n).getValue(Di)),n=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableAudiences()),o=(0,Qe.A)(Ri,Oi),{dismissItem:r}=(0,c.useDispatch)(q.oR),l=(0,a.useCallback)(async()=>{await r(Ti)},[r]);return(0,a.useEffect)(()=>{Array.isArray(o)&&(o.length>1&&t(!0),s||1!==o?.length||t(!1))},[o,s,t]),i||e||n||!o?.length?null:(0,B.jsx)(ds,{className:"googlesitekit-audience-selection-panel__add-group-notice",content:(0,g.__)("By adding another group to your dashboard, you will be able to compare them and understand which content brings back users from each group","google-site-kit"),dismissLabel:(0,g.__)("Got it","google-site-kit"),Icon:os,onDismiss:l})}AddGroupNotice.propTypes={savedItemSlugs:r().array};var us=i(72545),gs=i(2390),ps=i(80035);function AudienceCreationErrorNotice({apiErrors:e,hasOAuthError:t}){const i=(0,F.A)(),s=Array.isArray(e)?e:[e],n=(0,c.useSelect)(e=>e(Ve.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),o=(0,c.useSelect)(e=>e(Q.K9).getServiceEntityAccessURL()),r=(0,c.useSelect)(e=>e(Ve.O4).getErrorTroubleshootingLinkURL({code:"access_denied"})),l=(0,c.useSelect)(e=>e(u.n).getValue(Di)),p=s.length>0,m=s.some(e=>(0,d.SG)(e));if((0,a.useEffect)(()=>{if(!l||!p&&!t)return;let e="setup_error";t?e="auth_error":m&&(e="insufficient_permissions_error"),(0,V.sx)(`${i}_audiences-sidebar-create-audiences`,e)},[p,m,t,l,i]),!s.length&&!t)return null;let h,f;return t?f=(0,z.A)((0,g.__)("Setup was interrupted because you didn’t grant the necessary permissions. Click on Create again to retry. If that doesn’t work, <HelpLink />","google-site-kit"),{HelpLink:(0,B.jsx)(L.A,{href:r,external:!0,hideExternalIndicator:!0,children:(0,g.__)("get help","google-site-kit")})}):m?(h=(0,g.__)("Insufficient permissions","google-site-kit"),f=(0,z.A)((0,g.__)("Contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,B.jsx)(L.A,{href:n,external:!0,hideExternalIndicator:!0,children:(0,g.__)("Get help","google-site-kit")})})):(h=(0,g.__)("Analytics update failed","google-site-kit"),f=(0,g.__)("Click on Create to try again.","google-site-kit")),(0,B.jsx)(ps.A,{className:"googlesitekit-audience-creation-error-notice",type:ps.A.TYPES.ERROR,title:h,description:f,ctaButton:m?{label:(0,g.__)("Request access","google-site-kit"),href:o,onClick:()=>{(0,V.sx)(`${i}_audiences-sidebar-create-audiences`,"insufficient_permissions_error_request_access")}}:void 0,hideIcon:!0})}function AudienceCreationNotice(){const e=(0,F.A)(),[t,s]=(0,a.useState)(!1),n=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t}=e(Q.K9),i=t();if(void 0!==i)return i.length?i.filter(({audienceType:e})=>"SITE_KIT_AUDIENCE"===e):[]}),{dismissItem:o}=(0,c.useDispatch)(q.oR),{setValue:r}=(0,c.useDispatch)(u.n),l=(0,c.useInViewSelect)(e=>e(q.oR).isItemDismissed(Bi)),p=(0,c.useInViewSelect)(e=>e(q.oR).isItemDismissed(Vi)),m=(0,c.useInViewSelect)(e=>e(q.oR).hasScope(Q.S9)),h=(0,c.useSelect)(e=>e(u.n).getValue(Di));const f=(0,Ge.F)(i.g.location.href,{notification:"audience_segmentation"}),{setValues:y}=(0,c.useDispatch)(Ue.s),{setPermissionScopeError:v}=(0,c.useDispatch)(q.oR),{createAudience:_,syncAvailableAudiences:k}=(0,c.useDispatch)(Q.K9),x=(0,Qe.A)(Fi,"autoSubmit"),I=(0,Qe.A)(Fi,"audienceToCreate"),[A,j]=(0,a.useState)([]),M=(0,a.useCallback)(async e=>{if(s(e),!m)return y(Fi,{autoSubmit:!0,audienceToCreate:e}),void v({code:d.db,message:(0,g.__)("Additional permissions are required to create a new audience in Analytics.","google-site-kit"),data:{status:403,scopes:[Q.S9],skipModal:!0,redirectURL:f}});y(Fi,{autoSubmit:!1,audienceToCreate:void 0});const{error:t}=await _(Q.fB[e]);j(t?[t]:[]),await k(),s(!1),t||r(Pi,!0)},[m,_,k,y,v,f,r]);const S=(0,c.useSelect)(e=>e(Ve.O4).getSetupErrorCode()),b=x&&"access_denied"===S;(0,a.useEffect)(()=>{!async function(){m&&x&&(r(Di,!0),await M(I))}()},[I,M,m,x,r]);const N=!l&&n?.length<2;if((0,a.useEffect)(()=>{h&&N&&(0,V.sx)(`${e}_audiences-sidebar-create-audiences`,"view_notice")},[h,N,e]),(0,a.useEffect)(()=>{!h||m||p||(0,V.sx)(`${e}_audiences-sidebar-create-audiences`,"view_oauth_notice")},[m,p,h,e]),!N)return null;const E=Object.keys(Q.fB).filter(e=>!n.some(t=>t.audienceSlug===e));return(0,B.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice",children:[(0,B.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-header",children:[(0,B.jsx)("p",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-title",children:(0,g.__)("Create groups suggested by Site Kit","google-site-kit")}),(0,B.jsx)(L.A,{className:"googlesitekit-audience-selection-panel__audience-creation-notice-close",onClick:function(){o(Bi)},linkButton:!0,children:(0,B.jsx)(us.A,{width:"15",height:"15"})})]}),(0,B.jsx)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-body",children:E&&E.map(i=>(0,B.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience",children:[(0,B.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-details",children:[(0,B.jsx)(T.A,{as:"h3",type:"title",size:"small",children:Q.fB[i].displayName}),(0,B.jsx)("p",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-description",children:Q.fB[i].description})]}),(0,B.jsx)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-button",children:(0,B.jsx)(gs.A,{spinnerPosition:gs.k.BEFORE,onClick:()=>{(0,V.sx)(`${e}_audiences-sidebar-create-audiences`,"create_audience",i).finally(()=>{M(i)})},isSaving:t===i,children:(0,g.__)("Create","google-site-kit")})})]},i))}),!m&&!p&&(0,B.jsx)(ps.A,{type:ps.A.TYPES.WARNING,description:(0,g.__)("Creating these groups require more data tracking. You will be directed to update your Analytics property.","google-site-kit"),dismissButton:{onClick:function(){(0,V.sx)(`${e}_audiences-sidebar-create-audiences`,"dismiss_oauth_notice").finally(()=>{o(Vi)})}},hideIcon:!0}),(A.length>0||b)&&(0,B.jsx)(AudienceCreationErrorNotice,{apiErrors:A,hasOAuthError:b})]})}function AudienceItems({savedItemSlugs:e=[]}){const[t,i]=(0,a.useState)(!0),{setExpirableItemTimers:s}=(0,c.useDispatch)(q.oR),{syncAvailableAudiences:n}=(0,c.useDispatch)(Q.K9),o=(0,pe.A)(),r=(0,c.useSelect)(e=>e(u.n).getValue(Di)),l=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableAudiences());(0,a.useEffect)(()=>{t&&r&&(i(!1),async function(){await n()}())},[t,r,n]);const d=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t,getReport:i,getAudiencesUserCountReportOptions:s,getConfigurableSiteKitAndOtherAudiences:n,hasAudiencePartialData:o}=e(Q.K9),r=t();if(void 0===r)return;if(!r.length)return[];const[a,l]=n(),c=o(a),d=e(q.oR).getDateRangeDates({offsetDays:Q.f2}),u=c&&i({...d,metrics:[{name:"totalUsers"}],dimensions:[{name:"newVsReturning"}],reportID:"audience-segmentation_audience-items_component_newVsReturningReport"}),g=!1===c||!0===c&&l?.length>0?i(s(c?l:r)):{},{rows:p=[]}=u||{},{rows:m=[]}=g||{};function h(e,t){return e.find(e=>e?.dimensionValues?.[0]?.value===t)}return r.map(e=>{let t;return t="SITE_KIT_AUDIENCE"===e.audienceType&&c?h(p,"new-visitors"===e.audienceSlug?"new":"returning"):h(m,e.name),{...e,userCount:Number(t?.metricValues?.[0]?.value)||0}})});function p(e,{audienceType:t,description:i,displayName:s,name:n,userCount:o}){let r="";switch(t){case"DEFAULT_AUDIENCE":r=(0,g.__)("Created by default by Google Analytics","google-site-kit"),i="";break;case"SITE_KIT_AUDIENCE":r=(0,g.__)("Created by Site Kit","google-site-kit");break;case"USER_AUDIENCE":r=(0,g.__)("Already exists in your Analytics property","google-site-kit")}return{...e,[n]:{title:s,subtitle:i,description:r,userCount:o,audienceType:t}}}const m=d?.filter(({name:t})=>e.includes(t)).reduce(p,{}),h=d?.filter(({name:t})=>!e.includes(t)).reduce(p,{}),f=(0,c.useSelect)(e=>{if(void 0===d)return;const{hasFinishedResolution:t,hasExpirableItem:i}=e(q.oR);return t("getExpirableItems")?d.filter(({audienceType:e,name:t})=>"DEFAULT_AUDIENCE"!==e&&!i(`${Q.bz}${t}`)).map(({name:e})=>`${Q.bz}${e}`):void 0});return(0,ts.A)(()=>{r&&void 0!==f&&f.length&&s(f.map(e=>({slug:e,expiresInSeconds:4*V.Du})))},[r,s,f]),(0,B.jsx)(ss.DW,{availableItemsTitle:(0,g.__)("Additional groups","google-site-kit"),availableSavedItems:m,availableUnsavedItems:h,ItemComponent:l?AudienceItemPreviewBlock:AudienceItem,savedItemSlugs:e,notice:(0,B.jsxs)(a.Fragment,{children:[(0,B.jsx)(AddGroupNotice,{}),!o&&(0,B.jsx)(AudienceCreationNotice,{})]})})}function RequestAccessButton({requestAccessURL:e}){const t=(0,F.A)();return(0,B.jsx)(R.Button,{className:"googlesitekit-audience-selection-panel__error-notice-action",href:e,target:"_blank",onClick:()=>{(0,V.sx)(`${t}_audiences-sidebar`,"insufficient_permissions_error_request_access")},tertiary:!0,children:(0,g.__)("Request access","google-site-kit")})}function RetryButton({handleRetry:e}){const t=(0,F.A)();return(0,B.jsx)(R.Button,{className:"googlesitekit-audience-selection-panel__error-notice-action",onClick:()=>{e(),(0,V.sx)(`${t}_audiences-sidebar`,"data_loading_error_retry")},tertiary:!0,children:(0,g.__)("Retry","google-site-kit")})}function SyncErrorNotice(){const e=(0,F.A)(),t=(0,c.useSelect)(e=>e(Q.K9).getErrorForAction("syncAvailableAudiences")),[i,s]=(0,c.useInViewSelect)(e=>e(Q.K9).getAudienceUserCountReportErrors())||[],n=(0,c.useSelect)(e=>e(Ve.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),o=(0,c.useSelect)(e=>e(u.n).getValue(Di)),{clearError:r,syncAvailableAudiences:l}=(0,c.useDispatch)(Q.K9),p=(0,a.useCallback)(async()=>{await r("syncAvailableAudiences"),l()},[r,l]),m=[];t&&m.push(t),s&&m.push(s),i&&m.push(i);const h=m.length>0,f=m.some(e=>(0,d.SG)(e));if((0,a.useEffect)(()=>{o&&h&&(0,V.sx)(`${e}_audiences-sidebar`,f?"insufficient_permissions_error":"data_loading_error")},[h,f,o,e]),!m.length)return null;const y=[s,i].some(e=>!!e);return(0,B.jsx)(ps.A,{className:"googlesitekit-audience-selection-panel__error-notice googlesitekit-notice--error googlesitekit-notice--small googlesitekit-notice--square",type:ps.A.TYPES.ERROR,description:f?(0,z.A)((0,g.__)("Insufficient permissions, contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,B.jsx)(L.A,{href:n,external:!0,hideExternalIndicator:!0,children:(0,g.__)("Get help","google-site-kit")})}):(0,g.__)("Data loading failed","google-site-kit"),hideIcon:!0,children:f||y?(0,B.jsx)(O.A,{moduleSlug:"analytics-4",error:m,buttonVariant:"danger",RequestAccessButton,RetryButton,hideGetHelpLink:!0}):(0,B.jsx)(RetryButton,{handleRetry:p})})}function Footer({isOpen:e,closePanel:t,savedItemSlugs:i}){const s=(0,F.A)(),n=(0,Qe.A)(Ri,Oi),{setValues:o}=(0,c.useDispatch)(Ue.s),r=(0,c.useSelect)(e=>e(q.oR).isSavingUserAudienceSettings()),l=(0,c.useInViewSelect)(e=>{const t=e(q.oR).getDismissedItems();return t?.filter(e=>e.startsWith("audience-tile-"))}),d=(0,c.useSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences()),{saveUserAudienceSettings:u,removeDismissedItems:g}=(0,c.useDispatch)(q.oR),{getConfiguredAudiences:p}=(0,c.useSelect)(q.oR),m=(0,a.useCallback)(async e=>{o(Ri,{[Li]:null});let{error:t}=await u({configuredAudiences:e});if(!t){const i=l?.filter(t=>{const i=t.replace("audience-tile-","");return!e.includes(i)})||[];e.every(e=>l?.includes(`audience-tile-${e}`))&&i.push(`audience-tile-${e[0]}`),i?.length>0&&(({error:t}=await g(...i)),t&&o(Ri,{[Li]:t}))}return{error:t}},[l,g,u,o]),h=(0,a.useCallback)(()=>{const e={USER_AUDIENCE:"user",SITE_KIT_AUDIENCE:"site-kit",DEFAULT_AUDIENCE:"default"},t=p(),i=Object.keys(e).map(i=>{const s=t.filter(e=>{const t=d?.find(({name:t})=>e===t);return t?.audienceType===i});return`${e[i]}:${s.length}`}).join(",");(0,V.sx)(`${s}_audiences-sidebar`,"audiences_sidebar_save",i)},[d,p,s]),f=(0,a.useCallback)(()=>{(0,V.sx)(`${s}_audiences-sidebar`,"audiences_sidebar_cancel")},[s]);return(0,B.jsx)(ss.gy,{savedItemSlugs:i,selectedItemSlugs:n,saveSettings:m,minSelectedItemCount:Gi,maxSelectedItemCount:Ui,isBusy:r,isOpen:e,closePanel:t,onSaveSuccess:h,onCancel:f})}function Header_Header({closePanel:e}){const t=(0,pe.A)(),i=(0,c.useSelect)(e=>e(Ve.O4).getSiteKitAdminSettingsURL({scrollTo:"visitor-groups"})),s=(0,c.useSelect)(e=>e(q.oR).isSavingUserAudienceSettings()),{navigateTo:n}=(0,c.useDispatch)(Zi.M),o=(0,a.useCallback)(()=>n(i),[i,n]);return(0,B.jsx)(ss.W4,{title:(0,g.__)("Select visitor groups","google-site-kit"),onCloseClick:e,children:!t&&(0,B.jsx)(D.A,{children:(0,z.A)((0,g.__)("You can deactivate this widget in <link><strong>Settings</strong></link>","google-site-kit"),{link:(0,B.jsx)(L.A,{onClick:o,disabled:s,secondary:!0}),strong:(0,B.jsx)("strong",{})})})})}function LearnMoreLink(){const e=(0,c.useSelect)(e=>e(Ve.O4).getGoogleSupportURL({path:"/analytics/answer/12799087"}));return(0,B.jsx)("div",{className:"googlesitekit-audience-selection-panel__learn-more",children:(0,z.A)((0,g.__)("Learn more about grouping site visitors and audiences in <link><strong>Analytics</strong></link>","google-site-kit"),{link:(0,B.jsx)(L.A,{href:e,secondary:!0,external:!0}),strong:(0,B.jsx)("strong",{})})})}AudienceCreationErrorNotice.propTypes={apiErrors:r().oneOfType([r().arrayOf(r().object),r().object,r().array]),hasOAuthError:r().bool},AudienceItems.propTypes={savedItemSlugs:r().array},RequestAccessButton.propTypes={requestAccessURL:r().string.isRequired},RetryButton.propTypes={handleRetry:r().func.isRequired},Footer.propTypes={isOpen:r().bool,closePanel:r().func.isRequired,savedItemSlugs:r().array},Header_Header.propTypes={closePanel:r().func.isRequired};var ms=i(19793);function AudienceCreationSuccessNotice(){const e=(0,F.A)(),{setValue:t}=(0,c.useDispatch)(u.n),i=(0,c.useSelect)(e=>e(u.n).getValue(Pi)),s=(0,c.useSelect)(e=>e(u.n).getValue(Di));return(0,a.useEffect)(()=>{s&&i&&(0,V.sx)(`${e}_audiences-sidebar-create-audiences-success`,"view_notification")},[s,i,e]),i?(0,B.jsxs)("div",{className:"googlesitekit-audience-selection-panel__success-notice",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-selection-panel__success-notice-icon",children:(0,B.jsx)(ms.A,{width:24,height:24})}),(0,B.jsx)("p",{className:"googlesitekit-audience-selection-panel__success-notice-message",children:(0,g.__)("Visitor group created successfully!","google-site-kit")}),(0,B.jsx)("div",{className:"googlesitekit-audience-selection-panel__success-notice-actions",children:(0,B.jsx)(R.Button,{onClick:()=>{(0,V.sx)(`${e}_audiences-sidebar-create-audiences-success`,"dismiss_notification").finally(()=>{t(Pi,!1)})},tertiary:!0,children:(0,g.__)("Got it","google-site-kit")})})]}):null}var hs=i(74595),fs=i(67768);function SaveErrorNotice({savedItemSlugs:e}){const t=(0,Qe.A)(Ri,Oi),i=(0,Qe.A)(Ri,Li),s=(0,hs.ws)(e=>e(q.oR).getUserAudienceSettings()),o=(0,hs.WM)(e=>e(q.oR).getErrorForAction("saveUserAudienceSettings",[{...s,configuredAudiences:t}])),r=t?.length||0;let l;r<Gi?l=(0,g.sprintf)(/* translators: 1: Minimum number of groups that can be selected. 2: Number of selected groups. */ /* translators: 1: Minimum number of groups that can be selected. 2: Number of selected groups. */ (0,g._n)("Select at least %1$d group (%2$d selected)","Select at least %1$d groups (%2$d selected)",Gi,"google-site-kit"),Gi,r):r>Ui&&(l=(0,g.sprintf)(/* translators: 1: Maximum number of groups that can be selected. 2: Number of selected groups. */ /* translators: 1: Maximum number of groups that can be selected. 2: Number of selected groups. */ (0,g.__)("Select up to %1$d groups (%2$d selected)","google-site-kit"),Ui,r));const c=(0,a.useMemo)(()=>!(0,n.isEqual)((0,V.N9)(t),(0,V.N9)(e)),[t,e]);if(!l&&!o&&!i)return null;let d=o||i;return c&&l&&(d={message:l}),(0,B.jsx)(fs.A,{error:d})}function Panel(){const e=(0,F.A)(),t=(0,c.useSelect)(e=>e(u.n).getValue(Di)),i=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableAudiences()),s=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t}=e(Q.K9),{getConfiguredAudiences:i}=e(q.oR),s=i()||[],n=t()||[];return n.length&&s.length?n.filter(({name:e})=>s.includes(e)).map(({name:e})=>e):[]}),n=(0,Qe.A)(Fi,"autoSubmit"),{setValues:o}=(0,c.useDispatch)(Ue.s),{setValue:r}=(0,c.useDispatch)(u.n),l=(0,a.useCallback)(()=>{o(Ri,{[Oi]:s,[zi]:!1}),(0,V.sx)(`${e}_audiences-sidebar`,"audiences_sidebar_view")},[s,o,e]),d=(0,a.useCallback)(()=>{t&&(r(Di,!1),r(Pi,!1))},[r,t]);return(0,B.jsxs)(ss.Ay,{className:"googlesitekit-audience-selection-panel",closePanel:d,isOpen:t||n,isLoading:i,onOpen:l,children:[(0,B.jsx)(Header_Header,{closePanel:d}),(0,B.jsx)(AudienceItems,{savedItemSlugs:s}),(0,B.jsx)(LearnMoreLink,{}),(0,B.jsx)(SaveErrorNotice,{savedItemSlugs:s}),(0,B.jsx)(SyncErrorNotice,{}),(0,B.jsx)(AudienceCreationSuccessNotice,{}),(0,B.jsx)(Footer,{closePanel:d,isOpen:t,savedItemSlugs:s})]})}function AudienceSelectionPanel(){const e=(0,c.useSelect)(e=>e(u.n).getValue(Di));return(0,B.jsx)(es.Ay,{value:{key:"AudienceSelectionPanel",value:!!e},children:(0,B.jsx)(Panel,{})})}var ys=i(91560);function AudienceAreaFooter(){const e=(0,pe.A)(),t=(0,c.useSelect)(e=>e(q.oR).getDateRangeDates({offsetDays:Q.f2})),i=(0,c.useSelect)(i=>e?null:i(Q.K9).getServiceReportURL("audiences",{dates:t}));return(0,c.useSelect)(e=>e(Wi.i).isModuleConnected(W.L1))?(0,B.jsx)(ys.A,{className:"googlesitekit-audience-widget__source",name:(0,g._x)("Analytics","Service name","google-site-kit"),href:i,external:!0}):null}var vs,_s,ks,xs,Is=i(674);function ChangeGroupsLink(){const e=(0,F.A)(),t=(0,c.useInViewSelect)(e=>e(Q.K9).getConfigurableAudiences(),[]),{setValue:i}=(0,c.useDispatch)(u.n),s=(0,a.useCallback)(()=>{i(Di,!0),(0,V.sx)(`${e}_audiences-sidebar`,"change_groups")},[i,e]);return Array.isArray(t)&&t?.length>0?(0,B.jsx)(L.A,{className:"googlesitekit-widget-area__cta-link",onClick:s,leadingIcon:(0,B.jsx)(Is.A,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,g.__)("Change groups","google-site-kit")}):null}function As(){return As=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},As.apply(null,arguments)}const js=e=>a.createElement("svg",As({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"-3 1 333.666 149.252"},e),vs||(vs=a.createElement("defs",null,a.createElement("filter",{id:"audience-connect-analytics-cta-graphic_svg__c",width:144.59,height:185.064,x:109.551,y:18.171,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:4}),a.createElement("feGaussianBlur",{stdDeviation:8}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1731_24094"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1731_24094",result:"shape"})),a.createElement("filter",{id:"audience-connect-analytics-cta-graphic_svg__d",width:144.59,height:185.064,x:236.859,y:18.171,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:4}),a.createElement("feGaussianBlur",{stdDeviation:8}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1731_24094"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1731_24094",result:"shape"})),a.createElement("clipPath",{id:"audience-connect-analytics-cta-graphic_svg__a"},a.createElement("path",{fill:"#fff",d:"M0 0h480v150H0z"})))),a.createElement("g",{clipPath:"url(#audience-connect-analytics-cta-graphic_svg__a)",transform:"translate(-73)"},_s||(_s=a.createElement("path",{fill:"#B8E6CA",d:"M91.722 36.579a72 72 0 0 1 7.307-6.582c24.521-19.234 44.779-19.203 72.826-15.693 18.961 2.373 30.038 11.4 55.889 9.98s32.474-7.992 64.117-5.887c25.048 1.667 36.285 6.612 58.554 18.182 20.61 10.707 39.324 29.519 48.728 54.397 16.12 42.644-12.622 119.393-51.166 123.012-27.93 2.623-50.979-28.308-79.169-21.145-17.366 4.414-27.666 22.927-41.064 35.144-15.631 14.255-49.304 13.359-67.607 5.751-17.442-7.248-34.409-21.615-40.106-42.775-4.337-16.114-5.519-35.322-17.661-50.04-14.694-17.811-23.672-25.756-28.716-49.947-4.382-21.009 5.045-40.938 18.068-54.397"})),a.createElement("mask",{id:"audience-connect-analytics-cta-graphic_svg__b",width:332,height:228,x:72,y:12,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},ks||(ks=a.createElement("path",{fill:"#B8E6CA",d:"M91.722 36.579a72 72 0 0 1 7.307-6.582c24.521-19.234 44.779-19.203 72.826-15.693 18.961 2.373 30.038 11.4 55.889 9.98s32.474-7.992 64.117-5.887c25.048 1.667 36.285 6.612 58.554 18.182 20.61 10.707 39.324 29.519 48.728 54.397 16.12 42.644-12.622 119.393-51.166 123.012-27.93 2.623-50.979-28.308-79.169-21.145-17.366 4.414-27.666 22.927-41.064 35.144-15.631 14.255-49.304 13.359-67.607 5.751-17.442-7.248-34.409-21.615-40.106-42.775-4.337-16.114-5.519-35.322-17.661-50.04-14.694-17.811-23.672-25.756-28.716-49.947-4.382-21.009 5.045-40.938 18.068-54.397"}))),xs||(xs=a.createElement("g",{mask:"url(#audience-connect-analytics-cta-graphic_svg__b)"},a.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic_svg__c)"},a.createElement("rect",{width:112.591,height:153.065,x:125.551,y:30.171,fill:"#fff",rx:8.095})),a.createElement("rect",{width:39.014,height:7.002,x:139.555,y:93.193,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:14.005,height:7.002,x:139.555,y:82.189,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:14.005,height:7.002,x:139.555,y:118.259,fill:"#EBEEF0",rx:3.501}),a.createElement("path",{fill:"#B8E6CA",d:"M202.578 91.693a6.5 6.5 0 0 1 6.502-6.503h10.004a6.502 6.502 0 0 1 0 13.005H209.08a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:26.492,height:6.623,x:139.535,y:45.625,fill:"#EBEEF0",rx:3.311}),a.createElement("path",{fill:"#FFDED3",d:"M202.578 127.763a6.5 6.5 0 0 1 6.502-6.502h10.004a6.502 6.502 0 1 1 0 13.004H209.08a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:41.014,height:7.002,x:138.555,y:129.263,fill:"#EBEEF0",rx:3.501}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M238.141 65.862H126.286"}),a.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic_svg__d)"},a.createElement("rect",{width:112.591,height:153.065,x:252.859,y:30.171,fill:"#fff",rx:8.095})),a.createElement("rect",{width:38.859,height:7.002,x:266.809,y:93.193,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:13.949,height:7.002,x:266.809,y:82.189,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:13.949,height:7.002,x:266.805,y:118.259,fill:"#EBEEF0",rx:3.501}),a.createElement("path",{fill:"#B8E6CA",d:"M329.582 91.693a6.5 6.5 0 0 1 6.502-6.503h9.912a6.502 6.502 0 1 1 0 13.005h-9.912a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:26.492,height:6.623,x:266.844,y:45.625,fill:"#EBEEF0",rx:3.311}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M358.094 65.862H252.862"}),a.createElement("path",{fill:"#FFDED3",d:"M329.582 127.763a6.5 6.5 0 0 1 6.502-6.502h9.912a6.502 6.502 0 1 1 0 13.004h-9.912a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:40.852,height:7.002,x:265.812,y:129.263,fill:"#EBEEF0",rx:3.501})))));var Ms,Ss,bs,Ns;function Es(){return Es=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Es.apply(null,arguments)}const ws=e=>a.createElement("svg",Es({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 553 146"},e),a.createElement("g",{clipPath:"url(#audience-connect-analytics-cta-graphic-tablet_svg__a)"},Ms||(Ms=a.createElement("path",{fill:"#B8E6CA",d:"M67.728 34.59a72 72 0 0 1 7.31-6.584c24.527-19.24 44.792-19.21 72.848-15.698 18.966 2.374 30.047 11.404 55.905 9.984C229.65 20.872 234.5 10.117 271 14.308S322.5-1.5 360.5 1.5s52 32 72 42 37 8.5 50 35 4 83.5-36 106-99.355 25.386-122.439 27.553c-27.938 2.624-50.995-28.317-79.194-21.151-17.371 4.415-27.674 22.934-41.076 35.155-15.636 14.258-49.319 13.362-67.627 5.752-17.448-7.25-34.42-21.622-40.118-42.788-4.338-16.119-5.521-35.333-17.667-50.056-14.698-17.816-23.679-25.763-28.725-49.961-4.382-21.016 5.047-40.95 18.074-54.414"})),a.createElement("mask",{id:"audience-connect-analytics-cta-graphic-tablet_svg__b",width:441,height:237,x:48,y:1,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Ss||(Ss=a.createElement("path",{fill:"#B8E6CA",d:"M67.728 34.59a72 72 0 0 1 7.31-6.584c24.527-19.24 44.792-19.21 72.848-15.698 18.966 2.374 30.047 11.404 55.905 9.984C229.65 20.872 234.5 10.117 271 14.308S322.5-1.5 360.5 1.5s52 32 72 42 37 8.5 50 35 4 83.5-36 106-99.355 25.386-122.439 27.553c-27.938 2.624-50.995-28.317-79.194-21.151-17.371 4.415-27.674 22.934-41.076 35.155-15.636 14.258-49.319 13.362-67.627 5.752-17.448-7.25-34.42-21.622-40.118-42.788-4.338-16.119-5.521-35.333-17.667-50.056-14.698-17.816-23.679-25.763-28.725-49.961-4.382-21.016 5.047-40.95 18.074-54.414"}))),bs||(bs=a.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic-tablet_svg__c)",mask:"url(#audience-connect-analytics-cta-graphic-tablet_svg__b)"},a.createElement("rect",{width:112.625,height:153.111,x:93,y:29.181,fill:"#fff",rx:8.097}),a.createElement("rect",{width:39.025,height:7.005,x:107.008,y:92.222,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:14.009,height:7.005,x:107.008,y:81.214,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:14.009,height:7.005,x:107.008,y:117.295,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{fill:"#B8E6CA",d:"M170.051 90.72a6.504 6.504 0 0 1 6.504-6.504h10.007a6.504 6.504 0 0 1 0 13.009h-10.007a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:26.5,height:6.625,x:106.984,y:44.639,fill:"#EBEEF0",rx:3.313}),a.createElement("path",{fill:"#FFDED3",d:"M170.051 126.802a6.504 6.504 0 0 1 6.504-6.505h10.007a6.504 6.504 0 0 1 0 13.009h-10.007a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:41.027,height:7.005,x:106.008,y:128.303,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M205.625 64.882H93.736"}),a.createElement("rect",{width:112.625,height:153.111,x:220.348,y:29.181,fill:"#fff",rx:8.097}),a.createElement("rect",{width:38.871,height:7.005,x:234.301,y:92.222,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:234.301,y:81.214,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:234.301,y:117.295,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{fill:"#B8E6CA",d:"M297.094 90.72a6.504 6.504 0 0 1 6.504-6.504h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:26.5,height:6.625,x:234.332,y:44.639,fill:"#EBEEF0",rx:3.313}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M325.613 64.882H220.349"}),a.createElement("path",{fill:"#FFDED3",d:"M297.094 126.802a6.504 6.504 0 0 1 6.504-6.505h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:40.864,height:7.005,x:233.305,y:128.303,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:112.625,height:153.111,x:347.695,y:29.181,fill:"#fff",rx:8.097}),a.createElement("rect",{width:38.871,height:7.005,x:361.648,y:92.222,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:361.648,y:81.214,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:361.648,y:117.295,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{fill:"#FFDED3",d:"M424.441 90.72a6.504 6.504 0 0 1 6.505-6.504h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.505-6.504"}),a.createElement("rect",{width:26.5,height:6.625,x:361.68,y:44.639,fill:"#EBEEF0",rx:3.313}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M452.961 64.882H347.697"}),a.createElement("path",{fill:"#B8E6CA",d:"M424.441 126.802a6.505 6.505 0 0 1 6.505-6.505h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.505-6.504"}),a.createElement("rect",{width:40.864,height:7.005,x:360.652,y:128.303,fill:"#EBEEF0",rx:3.502})))),Ns||(Ns=a.createElement("defs",null,a.createElement("clipPath",{id:"audience-connect-analytics-cta-graphic-tablet_svg__a"},a.createElement("path",{fill:"#fff",d:"M0 0h553v158H0z"})),a.createElement("filter",{id:"audience-connect-analytics-cta-graphic-tablet_svg__c",width:399.32,height:185.111,x:77,y:17.181,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:4}),a.createElement("feGaussianBlur",{stdDeviation:8}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16714"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16714",result:"shape"})))));var Cs=i(92698);function ConnectAnalyticsCTAWidget({Widget:e}){const t=(0,E.dv)()===E.Lg,i=(0,Cs.A)(W.L1),s=(0,c.useSelect)(e=>e(Wi.i).getModuleIcon(W.L1)),n=t?(0,B.jsx)(D.A,{children:(0,z.A)((0,g.__)("Google Analytics is disconnected, your audience metrics can’t be displayed. <a>Connect Google Analytics</a>","google-site-kit"),{a:(0,B.jsx)(L.A,{onClick:i,secondary:!0})})}):(0,B.jsxs)(a.Fragment,{children:[(0,B.jsx)(D.A,{children:(0,g.__)("Google Analytics is disconnected, your audience metrics can’t be displayed","google-site-kit")}),(0,B.jsx)(L.A,{onClick:i,secondary:!0,children:(0,g.__)("Connect Google Analytics","google-site-kit")})]});return(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(Yi,{Icon:s,SVGGraphic:t?ws:js,children:n})})}ConnectAnalyticsCTAWidget.propTypes={Widget:r().elementType.isRequired};const Ts=(0,U.A)(ds);function InfoNoticeWidget({Widget:e,WidgetNull:t}){const i=(0,F.A)(),s=(0,c.useInViewSelect)(e=>{const t=e(Q.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)},[]),n=(0,c.useInViewSelect)(e=>e(q.oR).getConfiguredAudiences(),[]),o=n?.some(e=>s?.includes(e)),r=h.length,l=(0,c.useInViewSelect)(e=>e(q.oR).isPromptDismissed(m),[]),d=(0,c.useSelect)(e=>e(u.n).getValue(p)),f=(0,c.useInViewSelect)(e=>e(q.oR).getPromptDismissCount(m),[]),{dismissPrompt:y}=(0,c.useDispatch)(q.oR),v=(0,a.useCallback)(()=>{void 0!==f&&(0,V.sx)(`${i}_audiences-info-notice`,"dismiss_notice",h[f].slug).finally(()=>{const e=2*V.Du;y(m,{expiresInSeconds:f+1<r?e:0})})},[f,y,r,i]);if(!0!==o||l||void 0===f||f>=r||!0===d)return(0,B.jsx)(t,{});const{slug:_,content:k}=h[f];return(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(Ts,{content:k,dismissLabel:(0,g.__)("Got it","google-site-kit"),onDismiss:v,onInView:()=>{(0,V.sx)(`${i}_audiences-info-notice`,"view_notice",_)}})})}InfoNoticeWidget.propTypes={Widget:r().elementType.isRequired,WidgetNull:r().elementType.isRequired};const Ds=(0,l.A)({moduleName:W.L1})(InfoNoticeWidget);var Rs=i(15844);function SecondaryUserSetupWidget({Widget:e}){const[t,i]=(0,a.useState)(null),s=(0,c.useSelect)(e=>e(Q.K9).isSettingUpAudiences()),{enableSecondaryUserAudienceGroup:n}=(0,c.useDispatch)(Q.K9);return(0,Rs.A)(()=>{s||(async()=>{const{error:e}=await n();e&&i(e)})()}),t?(0,B.jsx)(Y,{Widget:e,errors:t,onRetry:async function(){i(null);const{error:e}=await n();e&&i(e)},showRetryButton:!(0,d.SG)(t)}):(0,B.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,B.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})}),(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})})]})})}SecondaryUserSetupWidget.propTypes={Widget:r().elementType.isRequired};var Os=i(33566);function PrimaryUserSetupWidget({Widget:e}){const{apiErrors:t,isSaving:i,failedAudiences:s,onEnableGroups:n}=(0,Os.A)(),o=(0,c.useSelect)(e=>e(Q.K9).isSettingUpAudiences());return(0,Rs.A)(()=>{o||n()}),!t.length&&!s.length||i?(0,B.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,B.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})}),(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})})]})}):(0,B.jsx)(Y,{Widget:e,errors:t,onRetry:n,failedAudiences:s,showRetryButton:!(0,d.SG)(t[0])})}PrimaryUserSetupWidget.propTypes={Widget:r().elementType.isRequired}},76422:(e,t,i)=>{i.d(t,{A:()=>OverlayNotification});var s=i(62688),n=i.n(s),o=i(50539),r=i(71423),a=i(7070),l=i(5230),c=i(4452),d=i.n(c),u=i(32947),g=i(63696),p=i(15167),m=i(62540);function Title({children:e}){return(0,m.jsx)(p.A,{as:"h3",size:"medium",type:"title",className:"googlesitekit-overlay-card__title",children:e})}function Description({children:e}){return(0,m.jsx)("p",{className:"googlesitekit-overlay-card__description",children:e})}Title.propTypes={children:n().node.isRequired},Description.propTypes={children:n().node.isRequired};var h=i(82871),f=i(49383);function DismissButton({label:e=(0,h.__)("Maybe later","google-site-kit"),onClick:t,disabled:i}){return(0,m.jsx)(f.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}const y={label:n().string,onClick:n().func,disabled:n().bool};function CTAButton(e){const{label:t,...i}=e;return(0,m.jsx)(f.Button,{...i,children:t})}DismissButton.propTypes=y,CTAButton.propTypes={...y,href:n().string,target:n().string,trailingIcon:n().object};var v=i(98652);function Body({title:e,description:t,ctaButton:i,dismissButton:s,GraphicDesktop:n,GraphicMobile:o,newBadge:r}){const a=(0,u.dv)();return(0,m.jsxs)(g.Fragment,{children:[a!==u.mp&&n&&(0,m.jsx)("div",{className:"googlesitekit-overlay-card__graphic",children:(0,m.jsx)(n,{})}),(0,m.jsxs)("div",{className:"googlesitekit-overlay-card__body",children:[r&&(0,m.jsx)("div",{className:"googlesitekit-overlay-card__badge",children:(0,m.jsx)(v.A,{hasNoSpacing:!0})}),e&&(0,m.jsx)(Title,{children:e}),t&&(0,m.jsx)(Description,{children:t})]}),(i||s)&&(0,m.jsxs)("div",{className:"googlesitekit-overlay-card__actions",children:[s&&(0,m.jsx)(DismissButton,{...s}),i&&(0,m.jsx)(CTAButton,{...i})]}),a===u.mp&&o&&(0,m.jsx)(o,{})]})}function OverlayCard(e){const{visible:t,className:i,...s}=e,n=(0,u.dv)();if(!t)return null;const o=(0,m.jsx)("div",{className:d()("googlesitekit-overlay-card",i),children:(0,m.jsx)(Body,{...s})});return n===u.mp?o:(0,m.jsx)(l.A,{direction:"up",in:t,children:o})}function OverlayNotification({notificationID:e,ctaButton:t,dismissButton:i,gaTrackingEventArgs:s,...n}){const l=(0,a.A)(e,s?.category,{confirmAction:s?.confirmAction,dismissAction:s?.dismissAction}),{dismissNotification:c}=(0,o.useDispatch)(r.D);const{dismissOnClick:d,dismissOptions:u,...g}=t||{};const p=t?{...g,onClick:async function(i){l.confirm(s?.label,s?.value),await(t?.onClick?.(i)),d&&c(e,{...u})}}:void 0;return(0,m.jsx)(OverlayCard,{ctaButton:p,dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),l.dismiss(s?.label,s?.value),c(e,{...i.dismissOptions})}},...n,visible:!0})}Body.propTypes={title:n().node,description:n().node,ctaButton:n().shape({...y,href:n().string,target:n().string,trailingIcon:n().element}),dismissButton:n().shape({...y}),GraphicDesktop:n().elementType,GraphicMobile:n().elementType,newBadge:n().bool},OverlayCard.propTypes={className:n().string,title:n().string,description:n().oneOfType([n().string,n().object]),ctaButton:n().shape({...y,href:n().string,target:n().string,trailingIcon:n().object}),dismissButton:n().shape(y),GraphicDesktop:n().elementType,GraphicMobile:n().elementType,newBadge:n().bool,visible:n().bool},OverlayCard.defaultProps={visible:!1},OverlayNotification.propTypes={notificationID:n().string,ctaButton:n().object,dismissButton:n().oneOfType([n().object,n().bool])}},77513:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(62688),n=i.n(s),o=i(90007),r=i(12850),a=i(62540);function NotificationFromServer({id:e,titleIcon:t,title:i,content:s,ctaLabel:n,ctaTarget:l,ctaURL:c,dismissible:d,dismissLabel:u,learnMoreLabel:g,learnMoreURL:p,onCTAClick:m,onDismissClick:h,gaTrackingEventArgs:f}){const y={expiresInSeconds:r.Jg};return(0,a.jsx)(o.A,{notificationID:e,type:o.Q.WARNING,titleIcon:t||void 0,title:i,description:s,learnMoreLink:p?{label:g,href:p}:void 0,ctaButton:{label:n,href:c,target:l,onClick:m,dismissOptions:y},dismissButton:d?{label:u,onClick:h,dismissOptions:y}:void 0,gaTrackingEventArgs:f})}NotificationFromServer.propTypes={id:n().string.isRequired,title:n().string.isRequired,content:n().node,ctaLabel:n().string,ctaTarget:n().string,ctaURL:n().string,dismissible:n().bool,dismissLabel:n().string,learnMoreLabel:n().string,learnMoreURL:n().string,onCTAClick:n().func,onDismissClick:n().func,gaTrackingEventArgs:n().object};const l=NotificationFromServer},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696),n=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,s.useContext)(n.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var s=i(62688),n=i.n(s),o=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),d=i(80035),u=i(12850),g=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:s,message:n=t.message,noPrefix:p=!1,skipRetryMessage:m,hideIcon:h=!1}){const f=(0,l.useDispatch)(),y=(0,l.useSelect)(e=>s?e(s).getSelectorDataForError(t):null),v=(0,o.useCallback)(()=>{f(y.storeName).invalidateResolution(y.name,y.args)},[f,y]);if(!n||(0,c.G)(t))return null;const _=i&&(0,c.vl)(t,y);let k=n;i||m||(k=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),k)),p||(k=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),k));const x=t?.data?.reconnectURL;x&&(0,a.m)(x)&&(k=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),k,x));return(0,g.jsx)(d.A,{className:e,type:d.A.TYPES.ERROR,description:(0,g.jsx)("span",{dangerouslySetInnerHTML:(0,u.p9)(k,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:_?{label:(0,r.__)("Retry","google-site-kit"),onClick:v}:void 0,hideIcon:h})}ErrorNotice.propTypes={className:n().string,error:n().shape({message:n().string}),hasButton:n().bool,storeName:n().string,message:n().string,noPrefix:n().bool,skipRetryMessage:n().bool,hideIcon:n().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>s});const s="core/forms"},78464:(e,t,i)=>{i.d(t,{Z:()=>C,A:()=>T});var s=i(62688),n=i.n(s),o=i(82871),r=i(39016),a=i(63696),l=i(50539),c=i(78340),d=i(58116),u=i(93896),g=i(71423),p=i(53137),m=i(72455),h=i(77766),f=i(68485),y=i(12850),v=i(33566),_=i(80869),k=i(34375);var x=i(99897),I=i(16196),A=i(93934),j=i(54349),M=i(49655),S=i(12108),b=i(32947),N=i(62540);const E="setup-success-notification-audiences";function AudienceSegmentationSetupSuccessSubtleNotification({id:e,Notification:t}){const s=(0,b.dv)(),{dismissNotification:n}=(0,l.useDispatch)(g.D),r=(0,l.useSelect)(e=>e(d.oR).isAudienceSegmentationWidgetHidden());return(0,a.useEffect)(()=>{r&&n(E)},[n,r]),void 0===r?null:(0,N.jsx)(t,{children:(0,N.jsx)(j.A,{notificationID:e,type:M.Q.SUCCESS,title:(0,o.__)("Success! Visitor groups added to your dashboard","google-site-kit"),description:(0,o.__)("Get to know how different types of visitors interact with your site, e.g. which pages they visit and for how long","google-site-kit"),ctaButton:{label:(0,o.__)("Show me","google-site-kit"),onClick:function(e){e.preventDefault(),n(E),setTimeout(()=>{i.g.scrollTo({top:(0,S.YJ)(".googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation",s),behavior:"smooth"})},50)}},dismissButton:!0})})}AudienceSegmentationSetupSuccessSubtleNotification.propTypes={id:n().string.isRequired,Notification:n().elementType.isRequired};var w=i(27333);const C="audience_segmentation_setup_cta-notification";function AudienceSegmentationSetupCTABanner({id:e,Notification:t}){const i=(0,h.A)(),s=`${i}_audiences-setup-cta-dashboard`,{dismissNotification:n,registerNotification:r,pinNotification:x}=(0,l.useDispatch)(g.D),{setValues:I}=(0,l.useDispatch)(c.s),A={tooltipSlug:e,title:(0,o.__)("You can always enable groups in Settings later","google-site-kit"),content:(0,o.__)("The visitors group section will be added to your dashboard once you set it up.","google-site-kit"),dismissLabel:(0,o.__)("Got it","google-site-kit")},j=(0,f.i)(A),M=(0,l.useSelect)(t=>t(g.D).isNotificationDismissalFinal(e)),S=(0,w.A)(m.PW,"autoSubmit"),[b,C]=(0,a.useState)(!1),T=(0,a.useCallback)(()=>{r(E,{Component:AudienceSegmentationSetupSuccessSubtleNotification,areaSlug:p.bI.DASHBOARD_TOP}),n(e)},[r,n,e]),D=(0,a.useCallback)(()=>{C(!0)},[C]),R=(0,a.useCallback)(()=>x(e,p.He.SETUP_CTAS),[e,x]),{apiErrors:O,failedAudiences:z,isSaving:L,onEnableGroups:B}=(0,v.A)({onSuccess:T,onError:D,onOAuthNavigation:R}),{clearPermissionScopeError:P}=(0,l.useDispatch)(d.oR),{setSetupErrorCode:G}=(0,l.useDispatch)(u.O4),U=(0,a.useCallback)(()=>{I(m.PW,{autoSubmit:!1}),P(),G(null),C(!1)},[P,G,I]),V=(0,l.useSelect)(e=>e(u.O4).getSetupErrorCode()),F=(0,l.useSelect)(e=>e(u.O4).getDocumentationLinkURL("visitor-groups")),W=S&&"access_denied"===V,H={gaTrackingEventArgs:{category:s}};return(0,N.jsxs)(a.Fragment,{children:[(0,N.jsx)(t,{...H,children:(0,N.jsx)(k.A,{notificationID:e,title:(0,o.__)("Learn how different types of visitors interact with your site","google-site-kit"),description:(0,o.__)('Understand what brings new visitors to your site and keeps them coming back. Site Kit can now group your site visitors into relevant segments like "new" and "returning". To set up these new groups, Site Kit needs to update your Google Analytics property.',"google-site-kit"),learnMoreLink:{href:F},ctaButton:{label:L?(0,o.__)("Enabling groups","google-site-kit"):(0,o.__)("Enable groups","google-site-kit"),onClick:B,disabled:L,inProgress:L},dismissButton:{label:M?(0,o.__)("Don’t show again","google-site-kit"):(0,o.__)("Maybe later","google-site-kit"),onClick:j,disabled:L,dismissOptions:{expiresInSeconds:M?0:2*y.Du}},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDk2IiBoZWlnaHQ9IjI1MyIgdmlld0JveD0iMCAwIDQ5NiAyNTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzExMzIzKSI+CjxwYXRoIGQ9Ik0zOS4wMzAzIDYwLjcwNjRDNDIuMTc1IDU3LjQ2NCA0NS40OTIxIDU0LjQ3NjMgNDguOTYwMSA1MS43NjNDODIuMjgxMiAyNS42MjUgMTA5LjgxMSAyNS42NjcgMTQ3LjkyNCAzMC40Mzc1QzE3My42OSAzMy42NjE1IDE4OC43NDMgNDUuOTI5NCAyMjMuODcxIDQ0QzI1OSA0Mi4wNzA2IDI2OCAzMy4xMzkxIDMxMSAzNS45OTk5QzM0NS4wMzggMzguMjY0NiAzNjAuMzA4IDQ0Ljk4NDYgMzkwLjU3IDYwLjcwNjRDNDE4LjU3NyA3NS4yNTY4IDQ0NC4wMDcgMTAwLjgyIDQ1Ni43ODYgMTM0LjYyOEM0NzguNjkyIDE5Mi41NzYgNDM5LjYzNCAyOTYuODcxIDM4Ny4yNTYgMzAxLjc4OEMzNDkuMzAzIDMwNS4zNTMgMzE3Ljk4MSAyNjMuMzIgMjc5LjY3MyAyNzMuMDU1QzI1Ni4wNzQgMjc5LjA1MyAyNDIuMDc4IDMwNC4yMSAyMjMuODcxIDMyMC44MTJDMjAyLjYzIDM0MC4xODMgMTU2Ljg3MiAzMzguOTY1IDEzMiAzMjguNjI4QzEwOC4yOTggMzE4Ljc3NyA4NS4yNDEgMjk5LjI1NCA3Ny41IDI3MC41QzcxLjYwNjggMjQ4LjYwMyA3MCAyMjIuNSA1My41IDIwMi41QzMzLjUzMjQgMTc4LjI5NiAyMS4zMzI4IDE2Ny41IDE0LjQ3NzYgMTM0LjYyOEM4LjUyMzg3IDEwNi4wNzggMjEuMzMzNSA3OC45OTY3IDM5LjAzMDMgNjAuNzA2NFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzE0NjFfMTEzMjMpIj4KPG1hc2sgaWQ9Im1hc2swXzE0NjFfMTEzMjMiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjEzIiB5PSIyNyIgd2lkdGg9IjQ1MCIgaGVpZ2h0PSIzMDkiPgo8cGF0aCBkPSJNMzkuMDMwMyA2MC43MDY0QzQyLjE3NSA1Ny40NjQgNDUuNDkyMSA1NC40NzYzIDQ4Ljk2MDEgNTEuNzYzQzgyLjI4MTIgMjUuNjI1IDEwOS44MTEgMjUuNjY3IDE0Ny45MjQgMzAuNDM3NUMxNzMuNjkgMzMuNjYxNSAxODguNzQzIDQ1LjkyOTQgMjIzLjg3MSA0NEMyNTkgNDIuMDcwNiAyNjggMzMuMTM5MSAzMTEgMzUuOTk5OUMzNDUuMDM4IDM4LjI2NDYgMzYwLjMwOCA0NC45ODQ2IDM5MC41NyA2MC43MDY0QzQxOC41NzcgNzUuMjU2OCA0NDQuMDA3IDEwMC44MiA0NTYuNzg2IDEzNC42MjhDNDc4LjY5MiAxOTIuNTc2IDQzOS42MzQgMjk2Ljg3MSAzODcuMjU2IDMwMS43ODhDMzQ5LjMwMyAzMDUuMzUzIDMxNy45ODEgMjYzLjMyIDI3OS42NzMgMjczLjA1NUMyNTYuMDc0IDI3OS4wNTMgMjQyLjA3OCAzMDQuMjEgMjIzLjg3MSAzMjAuODEyQzIwMi42MyAzNDAuMTgzIDE1Ni44NzIgMzM4Ljk2NSAxMzIgMzI4LjYyOEMxMDguMjk4IDMxOC43NzcgODUuMjQxIDI5OS4yNTQgNzcuNSAyNzAuNUM3MS42MDY4IDI0OC42MDMgNzAgMjIyLjUgNTMuNSAyMDIuNUMzMy41MzI0IDE3OC4yOTYgMjEuMzMyOCAxNjcuNSAxNC40Nzc2IDEzNC42MjhDOC41MjM4NyAxMDYuMDc4IDIxLjMzMzUgNzguOTk2NyAzOS4wMzAzIDYwLjcwNjRaIiBmaWxsPSIjQjhFNkNBIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xNDYxXzExMzIzKSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTQ2MV8xMTMyMykiPgo8cmVjdCB4PSI4NSIgeT0iNTIiIHdpZHRoPSIxNTMiIGhlaWdodD0iMjA4IiByeD0iMTEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTM3LjY0MSIgd2lkdGg9IjUzLjAxNTYiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTIyLjY4OCIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTcxLjcwMyIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMjE4LjcwMyIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTE4OS42NzIgMTM1LjYwMkMxODkuNjcyIDEzMC43MjIgMTkzLjYyOCAxMjYuNzY2IDE5OC41MDggMTI2Ljc2NkgyMTIuMTAyQzIxNi45ODIgMTI2Ljc2NiAyMjAuOTM4IDEzMC43MjIgMjIwLjkzOCAxMzUuNjAyQzIyMC45MzggMTQwLjQ4MiAyMTYuOTgyIDE0NC40MzggMjEyLjEwMiAxNDQuNDM4SDE5OC41MDhDMTkzLjYyOCAxNDQuNDM4IDE4OS42NzIgMTQwLjQ4MiAxODkuNjcyIDEzNS42MDJaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjEwNCIgeT0iNzMiIHdpZHRoPSIzNiIgaGVpZ2h0PSI5IiByeD0iNC41IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0xODkuNjcyIDE4NC42MTdDMTg5LjY3MiAxNzkuNzM3IDE5My42MjggMTc1Ljc4MSAxOTguNTA4IDE3NS43ODFIMjEyLjEwMkMyMTYuOTgyIDE3NS43ODEgMjIwLjkzOCAxNzkuNzM3IDIyMC45MzggMTg0LjYxN0MyMjAuOTM4IDE4OS40OTcgMjE2Ljk4MiAxOTMuNDUzIDIxMi4xMDIgMTkzLjQ1M0gxOTguNTA4QzE5My42MjggMTkzLjQ1MyAxODkuNjcyIDE4OS40OTcgMTg5LjY3MiAxODQuNjE3WiIgZmlsbD0iI0ZGREVEMyIvPgo8cGF0aCBkPSJNMTg5LjY3MiAyMzEuNjE3QzE4OS42NzIgMjI2LjczNyAxOTMuNjI4IDIyMi43ODEgMTk4LjUwOCAyMjIuNzgxSDIxMi4xMDJDMjE2Ljk4MiAyMjIuNzgxIDIyMC45MzggMjI2LjczNyAyMjAuOTM4IDIzMS42MTdDMjIwLjkzOCAyMzYuNDk3IDIxNi45ODIgMjQwLjQ1MyAyMTIuMTAyIDI0MC40NTNIMTk4LjUwOEMxOTMuNjI4IDI0MC40NTMgMTg5LjY3MiAyMzYuNDk3IDE4OS42NzIgMjMxLjYxN1oiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMTAyLjY3MiIgeT0iMTg2LjY1NiIgd2lkdGg9IjU1LjczNDQiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTAyLjY3MiIgeT0iMjQzLjY1NiIgd2lkdGg9IjU1LjczNDQiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTIzOCAxMDAuNUw4NiAxMDAuNSIgc3Ryb2tlPSIjRUJFRUYwIiBzdHJva2Utd2lkdGg9IjIiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZF8xNDYxXzExMzIzKSI+CjxyZWN0IHg9IjI1OCIgeT0iNTIiIHdpZHRoPSIxNTMiIGhlaWdodD0iMjA4IiByeD0iMTEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjc2Ljk1NiIgeT0iMTM3LjY0MSIgd2lkdGg9IjUyLjgwNTMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NiIgeT0iMTIyLjY4OCIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NSIgeT0iMTcxLjcwMyIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NSIgeT0iMjE4LjcwMyIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTM2Mi4yNTcgMTM1LjYwMkMzNjIuMjU3IDEzMC43MjIgMzY2LjIxMyAxMjYuNzY2IDM3MS4wOTMgMTI2Ljc2NkgzODQuNTYyQzM4OS40NDIgMTI2Ljc2NiAzOTMuMzk4IDEzMC43MjIgMzkzLjM5OCAxMzUuNjAyQzM5My4zOTggMTQwLjQ4MiAzODkuNDQyIDE0NC40MzggMzg0LjU2MiAxNDQuNDM4SDM3MS4wOTNDMzY2LjIxMyAxNDQuNDM4IDM2Mi4yNTcgMTQwLjQ4MiAzNjIuMjU3IDEzNS42MDJaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjI3NyIgeT0iNzMiIHdpZHRoPSIzNiIgaGVpZ2h0PSI5IiByeD0iNC41IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik00MDEuMDAxIDEwMC41TDI1OC4wMDEgMTAwLjUiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0zNjIuMjU2IDE4NC42MTdDMzYyLjI1NiAxNzkuNzM3IDM2Ni4yMTIgMTc1Ljc4MSAzNzEuMDkyIDE3NS43ODFIMzg0LjU2MkMzODkuNDQxIDE3NS43ODEgMzkzLjM5NyAxNzkuNzM3IDM5My4zOTcgMTg0LjYxN0MzOTMuMzk3IDE4OS40OTcgMzg5LjQ0MSAxOTMuNDUzIDM4NC41NjIgMTkzLjQ1M0gzNzEuMDkyQzM2Ni4yMTIgMTkzLjQ1MyAzNjIuMjU2IDE4OS40OTcgMzYyLjI1NiAxODQuNjE3WiIgZmlsbD0iI0ZGREVEMyIvPgo8cGF0aCBkPSJNMzYyLjI1NiAyMzEuNjE3QzM2Mi4yNTYgMjI2LjczNyAzNjYuMjEyIDIyMi43ODEgMzcxLjA5MiAyMjIuNzgxSDM4NC41NjJDMzg5LjQ0MSAyMjIuNzgxIDM5My4zOTcgMjI2LjczNyAzOTMuMzk3IDIzMS42MTdDMzkzLjM5NyAyMzYuNDk3IDM4OS40NDEgMjQwLjQ1MyAzODQuNTYyIDI0MC40NTNIMzcxLjA5MkMzNjYuMjEyIDI0MC40NTMgMzYyLjI1NiAyMzYuNDk3IDM2Mi4yNTYgMjMxLjYxN1oiIGZpbGw9IiNGRkRFRDMiLz4KPHJlY3QgeD0iMjc1LjYwMiIgeT0iMTg2LjY1NiIgd2lkdGg9IjU1LjUxMzMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc1LjYwMiIgeT0iMjQzLjY1NiIgd2lkdGg9IjU1LjUxMzMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNDYxXzExMzIzIiB4PSI2OSIgeT0iNDAiIHdpZHRoPSIxODUiIGhlaWdodD0iMjQwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjQiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iOCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExMzIzIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTEzMjMiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNDYxXzExMzIzIiB4PSIyNDIiIHk9IjQwIiB3aWR0aD0iMTg1IiBoZWlnaHQ9IjI0MCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSI0Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjgiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMTMyMyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExMzIzIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE0NjFfMTEzMjMiPgo8cmVjdCB3aWR0aD0iNDk2IiBoZWlnaHQ9IjI1MyIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPGNsaXBQYXRoIGlkPSJjbGlwMV8xNDYxXzExMzIzIj4KPHJlY3Qgd2lkdGg9IjQ1MCIgaGVpZ2h0PSIyMjUiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAyOCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K",mobile:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMzIiBoZWlnaHQ9IjE0NyIgdmlld0JveD0iMCAwIDQzMyAxNDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQ2OTUpIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzE1MDVfNDY5NSkiPgo8cGF0aCBkPSJNNTIuMjUzOSAzNS43MDY1QzU1LjA2MzIgMzIuNDY0MSA1OC4wMjY1IDI5LjQ3NjQgNjEuMTI0NSAyNi43NjMxQzkwLjg5MTQgMC42MjUwOTIgMTE1LjQ4NCAwLjY2NzA1MyAxNDkuNTMyIDUuNDM3NTNDMTcyLjU1IDguNjYxNTMgMTg1Ljk5NyAyMC45Mjk0IDIxNy4zNzkgMTlDMjc0LjIwMSAxNS41MDY1IDMxNi41MTYgMS40Nzc4NyAzNjkgMzJDMzk0LjAyIDQ2LjU1MDQgNDE0LjAzMyA3NS44MjA0IDQyNS40NDkgMTA5LjYyOEM0NDUuMDE4IDE2Ny41NzYgNDEwLjEyNyAyNzEuODcxIDM2My4zMzYgMjc2Ljc4OEMzMjkuNDMxIDI4MC4zNTMgMzAxLjQ0OSAyMzguMzIgMjY3LjIyOCAyNDguMDU1QzI0Ni4xNDcgMjU0LjA1MyAyMzMuNjQzIDI3OS4yMSAyMTcuMzc5IDI5NS44MTJDMTk4LjQwMyAzMTUuMTgzIDE1Ny41MjYgMzEzLjk2NSAxMzUuMzA3IDMwMy42MjhDMTE0LjEzMyAyOTMuNzc3IDkzLjUzNTQgMjc0LjI1NCA4Ni42MjAyIDI0NS41QzgxLjM1NTYgMjIzLjYwMyA3OS45MjAyIDE5Ny41IDY1LjE4MDIgMTc3LjVDNDcuMzQyNCAxNTMuMjk2IDM2LjQ0NDIgMTQyLjUgMzAuMzIwMiAxMDkuNjI4QzI1LjAwMTUgODEuMDc4NCAzNi40NDQ4IDUzLjk5NjggNTIuMjUzOSAzNS43MDY1WiIgZmlsbD0iI0I4RTZDQSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDJfMTUwNV80Njk1KSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTUwNV80Njk1KSI+CjxyZWN0IHg9Ijk2LjQzOTkiIHk9IjIyLjgxMzUiIHdpZHRoPSIxMTMuNTYiIGhlaWdodD0iMTU0LjM4MiIgcng9IjguMTY0NDQiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iODYuMzc3OSIgd2lkdGg9IjM5LjM0OTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iNzUuMjc5MyIgd2lkdGg9IjE0LjEyNTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iMTExLjY2IiB3aWR0aD0iMTQuMTI1NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxMTAuNTY1IiB5PSIxNDYuNTQ0IiB3aWR0aD0iMTQuMTI1NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMTc0LjEzIDg0Ljg2NDRDMTc0LjEzIDgxLjI0MjQgMTc3LjA2NiA3OC4zMDYyIDE4MC42ODggNzguMzA2MkgxOTAuNzc4QzE5NC40IDc4LjMwNjIgMTk3LjMzNiA4MS4yNDI0IDE5Ny4zMzYgODQuODY0NEMxOTcuMzM2IDg4LjQ4NjQgMTk0LjQgOTEuNDIyNiAxOTAuNzc4IDkxLjQyMjZIMTgwLjY4OEMxNzcuMDY2IDkxLjQyMjYgMTc0LjEzIDg4LjQ4NjQgMTc0LjEzIDg0Ljg2NDRaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjExMC41NDIiIHk9IjM4LjQwMDEiIHdpZHRoPSIyNi43MiIgaGVpZ2h0PSI2LjY4IiByeD0iMy4zNCIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMTc0LjEzIDEyMS4yNDVDMTc0LjEzIDExNy42MjMgMTc3LjA2NiAxMTQuNjg3IDE4MC42ODggMTE0LjY4N0gxOTAuNzc4QzE5NC40IDExNC42ODcgMTk3LjMzNiAxMTcuNjIzIDE5Ny4zMzYgMTIxLjI0NUMxOTcuMzM2IDEyNC44NjcgMTk0LjQgMTI3LjgwMyAxOTAuNzc4IDEyNy44MDNIMTgwLjY4OEMxNzcuMDY2IDEyNy44MDMgMTc0LjEzIDEyNC44NjcgMTc0LjEzIDEyMS4yNDVaIiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjEwOS41NTciIHk9IjEyMi43NTgiIHdpZHRoPSI0MS4zNjczIiBoZWlnaHQ9IjcuMDYyNzEiIHJ4PSIzLjUzMTM1IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yMTAgNTguODExM0w5Ny4xODIyIDU4LjgxMTMiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIxLjQ4NDQ0Ii8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV80Njk1KSI+CjxyZWN0IHg9IjIyNC44NDQiIHk9IjIyLjgxMzUiIHdpZHRoPSIxMTMuNTYiIGhlaWdodD0iMTU0LjM4MiIgcng9IjguMTY0NDQiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjM4LjkxNCIgeT0iODYuMzc3OSIgd2lkdGg9IjM5LjE5MzMiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjM4LjkxNCIgeT0iNzUuMjc5MyIgd2lkdGg9IjE0LjA2OTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjM4LjkxMyIgeT0iMTExLjY2IiB3aWR0aD0iMTQuMDY5NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIyMzguOTEzIiB5PSIxNDYuNTQ0IiB3aWR0aD0iMTQuMDY5NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMzAyLjIyNiA4NC44NjQ0QzMwMi4yMjYgODEuMjQyNCAzMDUuMTYyIDc4LjMwNjIgMzA4Ljc4NCA3OC4zMDYySDMxOC43ODJDMzIyLjQwNCA3OC4zMDYyIDMyNS4zNCA4MS4yNDI0IDMyNS4zNCA4NC44NjQ0QzMyNS4zNCA4OC40ODY0IDMyMi40MDQgOTEuNDIyNiAzMTguNzgyIDkxLjQyMjZIMzA4Ljc4NEMzMDUuMTYyIDkxLjQyMjYgMzAyLjIyNiA4OC40ODY0IDMwMi4yMjYgODQuODY0NFoiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMjM4Ljk0NyIgeT0iMzguNDAwMSIgd2lkdGg9IjI2LjcyIiBoZWlnaHQ9IjYuNjgiIHJ4PSIzLjM0IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0zMzAuOTgzIDU4LjgxMTNMMjI0Ljg0NSA1OC44MTEzIiBzdHJva2U9IiNFQkVFRjAiIHN0cm9rZS13aWR0aD0iMS40ODQ0NCIvPgo8cGF0aCBkPSJNMzAyLjIyNiAxMjEuMjQ1QzMwMi4yMjYgMTE3LjYyMyAzMDUuMTYyIDExNC42ODcgMzA4Ljc4NCAxMTQuNjg3SDMxOC43ODFDMzIyLjQwMyAxMTQuNjg3IDMyNS4zNCAxMTcuNjIzIDMyNS4zNCAxMjEuMjQ1QzMyNS4zNCAxMjQuODY3IDMyMi40MDMgMTI3LjgwMyAzMTguNzgxIDEyNy44MDNIMzA4Ljc4NEMzMDUuMTYyIDEyNy44MDMgMzAyLjIyNiAxMjQuODY3IDMwMi4yMjYgMTIxLjI0NVoiIGZpbGw9IiNGRkRFRDMiLz4KPHJlY3QgeD0iMjM3LjkwOSIgeT0iMTIyLjc1OCIgd2lkdGg9IjQxLjIwMzIiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNTA1XzQ2OTUiIHg9Ijg0LjU2NDQiIHk9IjEzLjkwNjgiIHdpZHRoPSIxMzcuMzExIiBoZWlnaHQ9IjE3OC4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi45Njg4OSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1LjkzNzc4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDY5NSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ2OTUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNTA1XzQ2OTUiIHg9IjIxMi45NjkiIHk9IjEzLjkwNjgiIHdpZHRoPSIxMzcuMzExIiBoZWlnaHQ9IjE3OC4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi45Njg4OSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1LjkzNzc4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDY5NSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ2OTUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjQzMyIgaGVpZ2h0PSIxNDciIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDFfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjU1MyIgaGVpZ2h0PSIyNTMiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjApIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDJfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjMzNCIgaGVpZ2h0PSIxNjciIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",verticalPosition:"bottom"},gaTrackingEventArgs:{category:s}})}),(b||W)&&(0,N.jsx)(_.A,{hasOAuthError:W,apiErrors:O.length?O:z,onRetry:B,inProgress:L,onCancel:W?U:()=>C(!1),trackEventCategory:`${i}_audiences-setup`})]})}AudienceSegmentationSetupCTABanner.propTypes={id:n().string,Notification:n().elementType};const T=(0,r.A)((0,I.A)({moduleName:x.L1}),(0,A.WP)("audienceSegmentationSetupCTA"))(AudienceSegmentationSetupCTABanner)},79829:(e,t,i)=>{i.d(t,{Eo:()=>u,JK:()=>h,K5:()=>m,jq:()=>p,mK:()=>d});var s=i(17243),n=i(50532),o=i.n(n),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:s}=function(e,t={}){const{hours:i,minutes:s,seconds:n}=l(e);return{hours:i,minutes:s,seconds:n,formatUnit(){const{unitDisplay:o="short",...a}=t,l={unitDisplay:o,...a,style:"unit"};return 0===e?p(n,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?p(n,{...l,unit:"second"}):"",s?p(s,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),n);if(0===e)return t;const o=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),s),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?t:"",s?o:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return s()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function d(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,s.isPlainObject)(e)&&(t={...e}),t}function u(e,t={}){e=(0,s.isFinite)(e)?e:Number(e),(0,s.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=d(t),{style:n="metric"}=i;return"metric"===n?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===n?a(e,i):"durationISO"===n?function(e){let{hours:t,minutes:i,seconds:s}=l(e);return s=("0"+s).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${s}`:`${t}:${i}:${s}`}(e):p(e,i)}const g=o()(console.warn);function p(e,t={}){const{locale:i=h(),...s}=t;try{return new Intl.NumberFormat(i,s).format(e)}catch(t){g(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(s)} ).format( ${typeof e} )`,t.message)}const n={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},o=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(s))n[e]&&t===n[e]||o.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=h(),style:s="long",type:n="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:s,type:n}).format(e)} /* translators: used between list items, there is a space after the comma. */const o=(0,r.__)(", ","google-site-kit");return e.join(o)}function h(e=i.g){const t=(0,s.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>_});var s,n=i(62688),o=i.n(n),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},d.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var u=i(42343),g=i(49655),p=i(62540);const m={[g.Q.NEW]:u.A,[g.Q.SUCCESS]:c.A,[g.Q.INFO]:warning_notice,[g.Q.WARNING]:warning_notice,[g.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:o().oneOf(Object.values(g.Q))},Title.propTypes={className:o().string,children:o().node},Description.propTypes={className:o().string,children:o().node};var h=i(49383),f=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:s,href:n,external:o,hideExternalIndicator:r}){let a;return o&&!r&&(a=(0,p.jsx)(f.A,{width:14,height:14})),(0,p.jsx)(h.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:s,href:n,target:o?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:o().string.isRequired,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,external:o().bool,hideExternalIndicator:o().bool};var y=i(82871);function DismissButton({label:e=(0,y.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(h.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:o().string,onClick:o().func.isRequired,disabled:o().bool};const v=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:s,ctaButton:n,type:o=g.Q.INFO,children:r,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${o}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:o})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(s?.label||s?.onClick||n?.label&&(n?.onClick||n?.href)||r)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(s?.label||s?.onClick)&&(0,p.jsx)(DismissButton,{label:s.label,onClick:s.onClick,disabled:s.disabled}),n?.label&&(n?.onClick||n?.href)&&(0,p.jsx)(CTAButton,{label:n.label,onClick:n.onClick,inProgress:n.inProgress,disabled:n.disabled,href:n.href,external:n.external,hideExternalIndicator:n.hideExternalIndicator})]})]}));v.TYPES=g.Q,v.propTypes={className:o().string,title:o().oneOfType([o().string,o().object]),description:o().node,type:o().oneOf(Object.values(g.Q)),dismissButton:o().shape(DismissButton.propTypes),ctaButton:o().shape({...CTAButton.propTypes,label:o().string}),children:o().node,hideIcon:o().bool};const _=v},80452:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 9"},e),s||(s=n.createElement("path",{stroke:"currentColor",strokeLinecap:"square",strokeWidth:1.6,d:"m2 5.309 1.474 2.14c.69 1.001 1.946 1.001 2.636 0L10 1.8"})))},80869:(e,t,i)=>{i.d(t,{A:()=>AudienceErrorModal});var s=i(62688),n=i.n(s),o=i(13606),r=i(82871),a=i(50539),l=i(20898),c=i(4445),d=i(14007),u=i(93896),g=i(72455),p=i(67150),m=i(12850),h=i(62540);function AudienceErrorModal({apiErrors:e,hasOAuthError:t,inProgress:i,title:s,description:n,trackEventCategory:f,onCancel:y=()=>{},onRetry:v=()=>{}}){const _=Array.isArray(e)?e:[e],k=(0,a.useSelect)(e=>e(u.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),x=(0,a.useSelect)(e=>e(g.K9).getServiceEntityAccessURL()),I=(0,a.useSelect)(e=>e(u.O4).getErrorTroubleshootingLinkURL({code:"access_denied"}));if(!_.length&&!t)return null;const A=_.some(e=>(0,p.SG)(e));let j,M,S,b;return t?(j=(0,r.__)("Analytics update failed","google-site-kit"),M=(0,o.A)((0,r.__)("Setup was interrupted because you did not grant the necessary permissions. <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(l.A,{href:I,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})}),S=(0,r.__)("Retry","google-site-kit")):A?(j=(0,r.__)("Insufficient permissions","google-site-kit"),M=(0,o.A)((0,r.__)("You’ll need to contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(l.A,{href:k,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})}),S=(0,r.__)("Request access","google-site-kit"),b=x):(j=s||(0,r.__)("Failed to set up visitor groups","google-site-kit"),M=n||(0,r.__)("Oops! Something went wrong. Retry enabling groups.","google-site-kit"),S=(0,r.__)("Retry","google-site-kit")),(0,h.jsx)(d.A,{children:(0,h.jsx)(c.A,{buttonLink:b,title:j,subtitle:M,handleConfirm:function(){let e;e=t?"auth_error_retry":A?"insufficient_permissions_error_request_access":"setup_error_retry",(0,m.sx)(f,e).finally(()=>{A||v()})},confirmButton:S,handleCancel:function(){let e;e=t?"auth_error_cancel":A?"insufficient_permissions_error_cancel":"setup_error_cancel",(0,m.sx)(f,e).finally(y)},onOpen:()=>{let e;e=t?"auth_error":A?"insufficient_permissions_error":"setup_error",(0,m.sx)(f,e)},onClose:y,inProgress:i,refocusQuerySelector:"#audience_segmentation_setup_cta-notification .googlesitekit-banner__cta",danger:!0,dialogActive:!0})})}AudienceErrorModal.propTypes={apiErrors:n().oneOfType([n().arrayOf(n().object),n().object,n().array]),hasOAuthError:n().bool,inProgress:n().bool,title:n().string,description:n().string,trackEventCategory:n().string,onCancel:n().func,onRetry:n().func}},81520:(e,t,i)=>{function Null(){return null}i.d(t,{A:()=>Null})},82046:(e,t,i)=>{i.d(t,{C:()=>o,p:()=>n});var s=i(15210);function n(e,t={}){return{__html:s.O.sanitize(e,t)}}function o(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82167:(e,t,i)=>{i.d(t,{A:()=>OptIn});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(63696),l=i(13606),c=i(82871),d=i(50539),u=i(49383),g=i(58116),p=i(89318),m=i(20898),h=i(77766),f=i(50787),y=i(62540);function OptIn({id:e="googlesitekit-opt-in",name:t="optIn",className:i,trackEventCategory:s,alignLeftCheckbox:n=!1}){const[o,v]=(0,a.useState)(),_=(0,d.useSelect)(e=>e(g.oR).isTrackingEnabled()),k=(0,d.useSelect)(e=>e(g.oR).getErrorForAction("setTrackingEnabled",[!_])),{setTrackingEnabled:x}=(0,d.useDispatch)(g.oR),I=(0,h.A)(),A=(0,a.useCallback)(async e=>{const{response:t,error:i}=await x(e);i?v(_):((0,p.M9)(t.enabled),t.enabled&&(0,p.sx)(s||I,"tracking_optin"))},[_,x,s,I]);(0,a.useEffect)(()=>{void 0!==_&&void 0===o&&v(_)},[_,o]);const j=(0,f.d)(A,300),M=(0,a.useCallback)(e=>{const t=e.target.checked;v(t),j(t)},[j]);return(0,y.jsxs)("div",{className:r()("googlesitekit-opt-in",i),children:[(0,y.jsx)(u.Checkbox,{id:e,name:t,value:"1",checked:o,onChange:M,loading:void 0===_,alignLeft:n,children:(0,l.A)((0,c.__)("<span>Help us improve Site Kit by sharing anonymous usage data.</span> <span>All collected data is treated in accordance with the <a>Google Privacy Policy.</a></span>","google-site-kit"),{a:(0,y.jsx)(m.A,{href:"https://policies.google.com/privacy",external:!0},"link"),span:(0,y.jsx)("span",{})})}),k?.message&&(0,y.jsx)("div",{className:"googlesitekit-error-text",children:k?.message})]})}OptIn.propTypes={id:n().string,name:n().string,className:n().string,trackEventCategory:n().string,alignLeftCheckbox:n().bool}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84093:(e,t,i)=>{i.d(t,{A:()=>WidgetNull});var s=i(62688),n=i.n(s),o=i(47345),r=i(81520),a=i(62540);const l={};function WidgetNull({widgetSlug:e}){return(0,o.A)(e,r.A,l),(0,a.jsx)(r.A,{})}WidgetNull.propTypes={widgetSlug:n().string.isRequired,...r.A.propTypes}},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var s=i(62688),n=i.n(s),o=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,o.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:n().node.isRequired,marginLeft:n().number,marginRight:n().number}},84707:(e,t,i)=>{var s=i(131),n=i(78325),o=i(21134),r=i(12701),a=i(24558),l=i(62688),c=i.n(l),d=i(15844),u=i(18117),g=i(63696),p=i(82871),m=i(50539),h=i(93896),f=i(37226),y=i(45472),v=i(99897),_=i(12850),k=i(6464),x=i(20068),I=i(84826),A=i(55527),j=i(12755),M=i(4452),S=i.n(M),b=i(20898),N=i(49383),E=i(62540);function ModuleSetupFooter({module:e,onCancel:t,onComplete:i}){const[s,n]=(0,g.useState)(!1),o=(0,m.useSelect)(e=>e(h.O4).getAdminURL("googlesitekit-settings")),r=(0,m.useSelect)(t=>t(e?.storeName)?.isSetupBlocked?.()),a=(0,m.useSelect)(t=>t(f.i).canSubmitChanges(e?.slug)),l=(0,g.useCallback)(async()=>{n(!0),await i(),n(!1)},[n,i]);return e?(0,E.jsx)("div",{className:S()("googlesitekit-setup__footer",`googlesitekit-setup__footer--${e?.slug}`),children:(0,E.jsx)(A.xA,{children:(0,E.jsxs)(A.fI,{children:[(0,E.jsx)(A.fh,{smSize:2,mdSize:4,lgSize:6,alignMiddle:!0,children:(0,E.jsx)(b.A,{id:`setup-${e.slug}-cancel`,href:o,onClick:t,children:r?(0,p.__)("Back","google-site-kit"):(0,p.__)("Cancel","google-site-kit")})}),i&&(0,E.jsx)(A.fh,{smSize:2,mdSize:4,lgSize:6,alignRight:!0,children:(0,E.jsx)(N.SpinnerButton,{id:`setup-${e.slug}-complete`,onClick:l,disabled:!a||s,isSaving:s,children:(0,p.__)("Complete Setup","google-site-kit")})})]})})}):null}ModuleSetupFooter.propTypes={module:c().shape({slug:c().string.isRequired,storeName:c().string.isRequired}).isRequired,onCancel:c().func.isRequired,onComplete:c().func};var w=i(40409);function ModuleSetup({moduleSlug:e}){const{navigateTo:t}=(0,m.useDispatch)(y.M),i=(0,k.i)("setupFlowRefresh"),[s]=(0,x.A)("showProgress"),n=(0,m.useSelect)(t=>t(f.i).getModule(e)),r=(0,m.useRegistry)(),a=(0,u.l6)(async i=>{if(await(0,o.LD)("module_setup"),await(0,_.sx)("moduleSetup","complete_module_setup",e),i)return void t(i);const{select:s,resolveSelect:n}=r;await n(h.O4).getSiteInfo();const a=s(h.O4).getAdminURL("googlesitekit-dashboard",{notification:"authentication_success",slug:e});t(a)},[r,t,e]),l=n?.onCompleteSetup,c=(0,g.useCallback)(()=>l(r,a),[l,r,a]),M=(0,g.useCallback)(async()=>{await(0,_.sx)("moduleSetup","cancel_module_setup",e)},[e]);if((0,d.A)(()=>{(0,_.sx)("moduleSetup","view_module_setup",e)}),!n?.SetupComponent)return null;const{SetupComponent:S}=n,b=i&&e===v.L1&&"true"===s;return(0,E.jsxs)(g.Fragment,{children:[(0,E.jsx)(j.A,{subHeader:b?(0,E.jsx)(w.A,{currentSegment:4,totalSegments:6}):null,children:(0,E.jsx)(I.A,{})}),(0,E.jsx)("div",{className:"googlesitekit-setup",children:(0,E.jsx)(A.xA,{children:(0,E.jsx)(A.fI,{children:(0,E.jsx)(A.fh,{size:12,children:(0,E.jsxs)("section",{className:"googlesitekit-setup__wrapper",children:[(0,E.jsx)(A.xA,{children:(0,E.jsx)(A.fI,{children:(0,E.jsxs)(A.fh,{size:12,children:[(0,E.jsx)("p",{className:"googlesitekit-setup__intro-title",children:(0,p.__)("Connect Service","google-site-kit")}),(0,E.jsx)(S,{module:n,finishSetup:a})]})})}),(0,E.jsx)(ModuleSetupFooter,{module:n,onCancel:M,onComplete:"function"==typeof l?c:void 0})]})})})})})]})}ModuleSetup.propTypes={moduleSlug:c().string.isRequired};var C=i(44949),T=i(60072),D=i(24452),R=i(76283),O=i(75949),z=i(29507),L=i(98748),B=i(58116),P=i(5230),G=i(78340),U=i(12417),V=i(56009),F=i(88933),W=i(15167);function SurveyHeader({title:e,dismissSurvey:t}){return(0,E.jsxs)("div",{className:"googlesitekit-survey__header",children:[(0,E.jsx)("div",{className:"googlesitekit-survey__header-logo",children:(0,E.jsx)(F.A,{width:24,height:24})}),(0,E.jsxs)("div",{className:"googlesitekit-survey__header-details",children:[(0,E.jsx)(W.A,{as:"h3",type:"headline",size:"small",children:e}),(0,E.jsx)(N.Button,{"aria-label":(0,p.__)("Dismiss","google-site-kit"),icon:(0,E.jsx)(U.A,{icon:V.A,size:40}),onClick:t,className:"googlesitekit-survey__header-close"})]})]})}SurveyHeader.propTypes={title:c().string.isRequired,dismissSurvey:c().func.isRequired};const H=SurveyHeader;function SurveyCompletion({title:e,children:t,ctaText:i,ctaURL:s,ctaOnClick:n,dismissSurvey:o}){return(0,E.jsxs)("div",{className:"googlesitekit-survey__completion",children:[(0,E.jsx)(H,{title:e,dismissSurvey:o}),(0,E.jsx)("div",{className:"googlesitekit-survey__body",children:t}),s&&i&&(0,E.jsx)("div",{className:"googlesitekit-survey__footer",children:(0,E.jsx)(N.Button,{href:s,onClick:n,target:"_blank",children:i})})]})}SurveyCompletion.propTypes={title:c().string.isRequired,children:c().node,ctaText:c().string,ctaURL:c().string,ctaOnClick:c().func,dismissSurvey:c().func.isRequired},SurveyCompletion.defaultProps={title:"",children:null,ctaText:"",ctaURL:"",ctaOnClick:null};const Y=SurveyCompletion;var Z=i(13606);function SurveyTerms(){const e=(0,m.useSelect)(e=>e(h.O4).getGooglePrivacyPolicyURL()),t=(0,m.useSelect)(e=>e(h.O4).getGoogleTermsURL());return(0,E.jsx)("p",{className:"googlesitekit-survey__terms",children:(0,Z.A)((0,p.__)("By continuing, you agree to allow Google to use your answers and account info to improve services, per our <privacy>Privacy</privacy> & <terms>Terms</terms>.","google-site-kit"),{privacy:(0,E.jsx)(b.A,{href:e,external:!0,hideExternalIndicator:!0,noFlex:!0}),terms:(0,E.jsx)(b.A,{href:t,external:!0,hideExternalIndicator:!0,noFlex:!0})})})}var Q,q=i(59323);function K(){return K=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},K.apply(null,arguments)}var X;function $(){return $=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},$.apply(null,arguments)}var J;function survey_neutral_extends(){return survey_neutral_extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},survey_neutral_extends.apply(null,arguments)}var ee;function te(){return te=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},te.apply(null,arguments)}var ie;function se(){return se=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},se.apply(null,arguments)}const ne={1:e=>g.createElement("svg",K({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),Q||(Q=g.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.985 0C6.705 0 0 6.72 0 15s6.705 15 14.985 15C23.28 30 30 23.28 30 15S23.28 0 14.985 0M15 27C8.37 27 3 21.63 3 15S8.37 3 15 3s12 5.37 12 12-5.37 12-12 12m7.5-15.75a2.247 2.247 0 0 1-2.25 2.25A2.247 2.247 0 0 1 18 11.25 2.247 2.247 0 0 1 20.25 9a2.247 2.247 0 0 1 2.25 2.25M9.75 13.5A2.247 2.247 0 0 0 12 11.25 2.247 2.247 0 0 0 9.75 9a2.247 2.247 0 0 0-2.25 2.25 2.247 2.247 0 0 0 2.25 2.25m-2.415 9c1.2-3.06 4.17-5.25 7.665-5.25s6.465 2.19 7.665 5.25z",clipRule:"evenodd"}))),2:e=>g.createElement("svg",$({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),X||(X=g.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M30 15c0 8.28-6.72 15-15.015 15C6.705 30 0 23.28 0 15S6.705 0 14.985 0C23.28 0 30 6.72 30 15m-9.75-1.5a2.247 2.247 0 0 0 2.25-2.25A2.247 2.247 0 0 0 20.25 9 2.247 2.247 0 0 0 18 11.25a2.247 2.247 0 0 0 2.25 2.25m-13.725 9c1.245-3.495 4.56-6 8.49-6 3.915 0 7.23 2.505 8.475 6h-3.315c-1.035-1.785-2.955-3-5.16-3-2.22 0-4.125 1.215-5.175 3zM12 11.25a2.247 2.247 0 0 1-2.25 2.25 2.247 2.247 0 0 1-2.25-2.25A2.247 2.247 0 0 1 9.75 9 2.247 2.247 0 0 1 12 11.25M15 3c6.63 0 12 5.37 12 12s-5.37 12-12 12S3 21.63 3 15 8.37 3 15 3",clipRule:"evenodd"}))),3:e=>g.createElement("svg",survey_neutral_extends({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),J||(J=g.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M30 15c0 8.28-6.72 15-15.015 15C6.705 30 0 23.28 0 15S6.705 0 14.985 0C23.28 0 30 6.72 30 15M9.75 9A2.247 2.247 0 0 1 12 11.25a2.247 2.247 0 0 1-2.25 2.25 2.247 2.247 0 0 1-2.25-2.25A2.247 2.247 0 0 1 9.75 9m10.5 0A2.247 2.247 0 0 0 18 11.25a2.247 2.247 0 0 0 2.25 2.25 2.247 2.247 0 0 0 2.25-2.25A2.247 2.247 0 0 0 20.25 9M10.5 22.5v-3h9v3zM15 3c6.63 0 12 5.37 12 12s-5.37 12-12 12S3 21.63 3 15 8.37 3 15 3",clipRule:"evenodd"}))),4:e=>g.createElement("svg",te({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),ee||(ee=g.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M30 15c0 8.28-6.72 15-15.015 15C6.705 30 0 23.28 0 15S6.705 0 14.985 0C23.28 0 30 6.72 30 15m-9.75-1.5a2.247 2.247 0 0 0 2.25-2.25A2.247 2.247 0 0 0 20.25 9 2.247 2.247 0 0 0 18 11.25a2.247 2.247 0 0 0 2.25 2.25m3.225 4.5c-1.245 3.495-4.56 6-8.49 6-3.915 0-7.23-2.505-8.475-6h3.315c1.035 1.785 2.955 3 5.16 3 2.22 0 4.125-1.215 5.175-3zM12 11.25a2.247 2.247 0 0 1-2.25 2.25 2.247 2.247 0 0 1-2.25-2.25A2.247 2.247 0 0 1 9.75 9 2.247 2.247 0 0 1 12 11.25M15 3c6.63 0 12 5.37 12 12s-5.37 12-12 12S3 21.63 3 15 8.37 3 15 3",clipRule:"evenodd"}))),5:e=>g.createElement("svg",se({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),ie||(ie=g.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M14.985 0C6.705 0 0 6.72 0 15s6.705 15 14.985 15C23.28 30 30 23.28 30 15S23.28 0 14.985 0M15 27C8.37 27 3 21.63 3 15S8.37 3 15 3s12 5.37 12 12-5.37 12-12 12m7.5-15.75a2.247 2.247 0 0 1-2.25 2.25A2.247 2.247 0 0 1 18 11.25 2.247 2.247 0 0 1 20.25 9a2.247 2.247 0 0 1 2.25 2.25M9.75 13.5A2.247 2.247 0 0 0 12 11.25 2.247 2.247 0 0 0 9.75 9a2.247 2.247 0 0 0-2.25 2.25 2.247 2.247 0 0 0 2.25 2.25M22.665 18c-1.2 3.06-4.17 5.25-7.665 5.25S8.535 21.06 7.335 18z",clipRule:"evenodd"})))};function SurveyQuestionRatingChoice({choice:e,answerQuestion:t}){const i=(0,g.useCallback)(()=>{"function"==typeof t&&t({answer:{answer_ordinal:e.answer_ordinal}})},[t,e]),s=ne[e.answer_ordinal];return s?(0,E.jsxs)("div",{className:"googlesitekit-survey__choice",children:[(0,E.jsx)(N.Button,{icon:(0,E.jsx)(s,{width:30,height:30}),"aria-label":e.text,onClick:i}),(0,E.jsx)(q.A,{children:e.text})]}):null}SurveyQuestionRatingChoice.propTypes={choice:c().shape({answer_ordinal:c().oneOfType([c().string,c().number]),text:c().string}).isRequired};const oe=SurveyQuestionRatingChoice;function SurveyQuestionRating({question:e,choices:t,answerQuestion:i,dismissSurvey:s}){return(0,E.jsxs)("div",{className:"googlesitekit-survey__question-rating",children:[(0,E.jsx)(H,{title:e,dismissSurvey:s}),(0,E.jsx)("div",{className:"googlesitekit-survey__body",children:(0,E.jsx)("div",{className:"googlesitekit-survey__choices",children:t.map((e,t)=>(0,E.jsx)(oe,{choice:e,answerQuestion:i},t))})})]})}SurveyQuestionRating.propTypes={question:c().string.isRequired,choices:c().arrayOf(c().shape({answer_ordinal:c().oneOfType([c().string,c().number]),text:c().string})).isRequired,answerQuestion:c().func.isRequired,dismissSurvey:c().func.isRequired};const re=SurveyQuestionRating;var ae=i(52684),le=i(16834);function SurveyQuestionOpenText({question:e,answerQuestion:t,placeholder:i,subtitle:s,dismissSurvey:n,submitButtonText:o}){const[r,a]=(0,g.useState)("");const l=(0,g.useCallback)(e=>{a(e.target.value.slice(0,200))},[a]),c=(0,ae.A)(SurveyQuestionOpenText,"SurveyQuestionOpenText");return(0,E.jsxs)("div",{className:"googlesitekit-survey__open-text",children:[(0,E.jsx)(H,{title:e,dismissSurvey:n}),(0,E.jsxs)("div",{className:"googlesitekit-survey__body",children:[(0,E.jsx)(le.A,{children:(0,E.jsx)("label",{htmlFor:c,children:i})}),(0,E.jsx)(N.TextField,{name:`survey-opentext-${c}`,helperText:s,onChange:l,label:i,inputType:"textarea",id:c,value:r,textarea:!0})]}),(0,E.jsx)("div",{className:"googlesitekit-survey__footer",children:(0,E.jsx)(N.Button,{disabled:0===r.length,onClick:function(){t({answer:r})},children:o})})]})}SurveyQuestionOpenText.propTypes={question:c().string.isRequired,subtitle:c().string.isRequired,placeholder:c().string.isRequired,answerQuestion:c().func.isRequired,dismissSurvey:c().func.isRequired,submitButtonText:c().string.isRequired};const ce=SurveyQuestionOpenText;var de=i(17243);function SurveyQuestionMultiSelect({question:e,choices:t,answerQuestion:i,dismissSurvey:s,minChoices:n=1,maxChoices:o,submitButtonText:r}){const a=(0,ae.A)(SurveyQuestionMultiSelect,"SurveyQuestionMultiSelect"),l=t.map(({answer_ordinal:e,write_in:t})=>({answer_ordinal:e,selected:!1,...t?{answer_text:""}:{}})),c=(0,de.keyBy)(l,"answer_ordinal"),[d,u]=(0,g.useState)(c);const m=t.filter(({write_in:e,answer_ordinal:t})=>{if(e){const{selected:e,answer_text:i}=d[t];if(e&&0===i.length)return!0}return!1}).length>0,h=Object.values(d).filter(({selected:e})=>e).length,f=o&&h===o,y=m||h<n;return(0,E.jsxs)("div",{className:"googlesitekit-survey__multi-select",children:[(0,E.jsx)(H,{title:e,dismissSurvey:s}),(0,E.jsx)("div",{className:"googlesitekit-survey__body",children:t.map(({answer_ordinal:e,text:t,write_in:i})=>{const s=d[e],n=`${a}-answer-${e}`;return(0,E.jsxs)("div",{className:S()("googlesitekit-survey__multi-select__choice",{"googlesitekit-survey__multi-select__choice--disabled":f&&!s.selected}),children:[(0,E.jsx)(N.Checkbox,{checked:s.selected,disabled:f&&!s.selected,onChange:()=>function(e){const t={...d,[e]:{...d[e],selected:!d[e].selected}};u(t)}(e),value:`${e}`,id:n,name:n,children:t}),i&&(0,E.jsxs)(g.Fragment,{children:[(0,E.jsx)(le.A,{children:(0,E.jsx)("label",{htmlFor:`${n}-write-in`,children:(0,p.sprintf)(/* translators: %s: Option name */ /* translators: %s: Option name */ (0,p.__)("Text input for option %s","google-site-kit"),t)})}),(0,E.jsx)(N.TextField,{id:`${n}-write-in`,onChange:t=>function(e,t){const i={...d,[t]:{...d[t],answer_text:e.target.value?.slice(0,200)}};u(i)}(t,e),value:s.answer_text,disabled:!s.selected})]})]},n)})}),(0,E.jsxs)("div",{className:"googlesitekit-survey__footer",children:[n>1&&(0,E.jsx)(N.HelperText,{persistent:!0,children:(0,p.sprintf)(/* translators: %s: the number of answers. */ /* translators: %s: the number of answers. */ (0,p.__)("Choose at least %s answers","google-site-kit"),n)}),(0,E.jsx)(N.Button,{onClick:function(){const e=Object.values(d).filter(({selected:e})=>e).map(({answer_ordinal:e,answer_text:t})=>t?{answer_ordinal:e,answer_text:t}:{answer_ordinal:e});i({answer:e})},disabled:y,children:r})]})]})}SurveyQuestionMultiSelect.propTypes={question:c().string.isRequired,choices:c().arrayOf(c().shape({answer_ordinal:c().oneOfType([c().string,c().number]),text:c().string,write_in:c().bool})).isRequired,answerQuestion:c().func.isRequired,dismissSurvey:c().func.isRequired,minChoices:c().number,maxChoices:c().number,submitButtonText:c().string.isRequired};const ue=SurveyQuestionMultiSelect;function SurveyQuestionSingleSelectChoice({value:e,setValue:t,writeIn:i,setWriteIn:s,choice:n}){const{answer_ordinal:o,text:r,write_in:a}=n,l=e===o,c=`googlesitekit-survey__multi-select-${o}-${r}`;return(0,E.jsxs)("div",{className:"googlesitekit-single-select__choice",children:[(0,E.jsx)(N.Radio,{id:r.replace(/ /g,"-"),value:o,checked:l,name:r,onClick:()=>t(o),children:r}),a&&(0,E.jsxs)(g.Fragment,{children:[(0,E.jsx)(le.A,{children:(0,E.jsx)("label",{htmlFor:c,children:(0,p.sprintf)(/* translators: %s: Option name */ /* translators: %s: Option name */ (0,p.__)("Text input for option %s","google-site-kit"),r)})}),(0,E.jsx)(N.TextField,{id:c,onChange:e=>s(e.target.value.slice(0,200)),value:i,disabled:!l})]})]})}SurveyQuestionSingleSelectChoice.propTypes={choice:c().shape({answer_ordinal:c().oneOfType([c().string,c().number]),text:c().string,write_in:c().bool}),value:c().string.isRequired,setValue:c().func.isRequired,writeIn:c().string.isRequired,setWriteIn:c().func.isRequired};const ge=SurveyQuestionSingleSelectChoice;function SurveyQuestionSingleSelect({question:e,choices:t,answerQuestion:i,dismissSurvey:s,submitButtonText:n}){const[o,r]=(0,g.useState)(""),[a,l]=(0,g.useState)(""),c=t.map(e=>({...e,answer_ordinal:`${e.answer_ordinal}`})),d=!!o&&c.filter(({answer_ordinal:e,write_in:t})=>e===o&&t).length>0;const u=""===o||d&&""===a;return(0,E.jsxs)("div",{className:"googlesitekit-single-select",children:[(0,E.jsx)(H,{title:e,dismissSurvey:s}),(0,E.jsx)("div",{className:"googlesitekit-survey__body",children:c.map((e,t)=>(0,E.jsx)(ge,{value:o,setValue:r,writeIn:a,setWriteIn:l,choice:e},t))}),(0,E.jsx)("div",{className:"googlesitekit-survey__footer",children:(0,E.jsx)(N.Button,{onClick:function(){const e=d?{answer_text:a}:{};i({answer:{answer_ordinal:Number(o),...e}})},disabled:u,children:n})})]})}SurveyQuestionSingleSelect.propTypes={question:c().string.isRequired,choices:c().arrayOf(c().shape({answer_ordinal:c().oneOfType([c().string,c().number]),text:c().string,write_in:c().bool})).isRequired,answerQuestion:c().func.isRequired,dismissSurvey:c().func.isRequired};const pe=SurveyQuestionSingleSelect,me={MULTI_SELECT:"multi_select",OPEN_TEXT:"open_text",RATING:"rating",SINGLE_SELECT:"single_select"};function SurveyQuestion({currentQuestion:e,answerQuestion:t,dismissSurvey:i,isLastQuestion:s}){const n={key:e.question_text,answerQuestion:t,dismissSurvey:i,question:e.question_text,submitButtonText:s?(0,p.__)("Submit","google-site-kit"):(0,p.__)("Next","google-site-kit")};return(0,E.jsxs)(g.Fragment,{children:[e.question_type===me.MULTI_SELECT&&(0,E.jsx)(ue,{...n,choices:e.question.answer_choice,minChoices:e.question.min_choices,maxChoices:e.question.max_choices}),e.question_type===me.OPEN_TEXT&&(0,E.jsx)(ce,{...n,subtitle:e.question.subtitle,placeholder:e.question.placeholder}),e.question_type===me.RATING&&(0,E.jsx)(re,{...n,choices:e.question.answer_choice}),e.question_type===me.SINGLE_SELECT&&(0,E.jsx)(pe,{...n,choices:e.question.answer_choice})]})}function he(e,t){return!1===e.some(({trigger_condition:e})=>!(!Array.isArray(e)||0===e.length)&&e.some(e=>e.question_ordinal===t.question_ordinal))}function fe(e){return e.reduce((e,{question_ordinal:t,answer:i})=>({...e,[t]:i.answer.answer_ordinal||i.answer}),{})}SurveyQuestion.propTypes={currentQuestion:c().object.isRequired,answerQuestion:c().func.isRequired,dismissSurvey:c().func.isRequired,isLastQuestion:c().bool.isRequired};var ye=i(27333);const ve=Object.freeze([]);function CurrentSurvey(){const[e,t]=(0,g.useState)(!1),[i,s]=(0,g.useState)(!1),[n,o]=(0,g.useState)(!1),[r,a]=(0,g.useState)(!1),l=(0,m.useSelect)(e=>e(B.oR).getCurrentSurveyCompletions()),c=(0,m.useSelect)(e=>e(B.oR).getCurrentSurveyQuestions()),u=(0,m.useSelect)(e=>e(B.oR).getCurrentSurveySession()),p=(0,m.useSelect)(e=>e(B.oR).isTrackingEnabled()),h=u?`survey-${u.session_id}`:null,f=(0,ye.A)(h,"hideSurvey"),y=(0,ye.A)(h,"answers")||ve,{setValues:v}=(0,m.useDispatch)(G.s),{sendSurveyEvent:_}=(0,m.useDispatch)(B.oR);(0,g.useEffect)(()=>{c?.length&&!e&&(t(!0),_("survey_shown"))},[c,e,_]);const{currentQuestion:k,currentQuestionOrdinal:x}=function(e,t){const i=fe(t);let s=Math.max(0,...t.map(e=>e.question_ordinal))+1;const n=e?.find(e=>{const{question_ordinal:t,trigger_condition:n}=e;if(t<s)return!1;if(Array.isArray(n)&&n.length>0)for(const e of n){const t=i[e.question_ordinal];if(!t)return s++,!1;const n=e.answer_ordinal||[];if(!Array.isArray(t)&&!n.includes(t))return s++,!1;if(Array.isArray(t)&&!t.some(({answer_ordinal:e})=>n.includes(e))){s++;break}}return t===s});return{currentQuestion:n,currentQuestionOrdinal:s}}(c,y),I=(0,g.useCallback)(e=>{r||(a(!0),_("question_answered",{question_ordinal:k?.question_ordinal,answer:e}),setTimeout(()=>{v(h,{answers:[...y,{question_ordinal:k?.question_ordinal,answer:e}]}),a(!1)},300))},[y,k,h,_,v,r]),A=function(e,t,i,s){const n=fe(t);let o;return e?.length&&s>e.length&&(o=(i||[]).find(e=>{const t=e.trigger_condition||[];for(const i of t)if(i.answer_ordinal.includes(n[i.question_ordinal]))return o=e,!0;return!1}),o||(o=i[0])),o}(c,y,l,x),j=(0,g.useCallback)(()=>{_("follow_up_link_clicked",{completion_ordinal:A?.completion_ordinal}),_("survey_closed"),v(h,{hideSurvey:!0})},[h,_,v,A]),M=(0,g.useCallback)(()=>{_("survey_closed"),o(!1)},[_]),S=(0,g.useCallback)(()=>{v(h,{hideSurvey:!0})},[h,v]);return(0,g.useEffect)(()=>{A&&!i&&(s(!0),_("completion_shown",{completion_ordinal:A?.completion_ordinal}))},[i,_,A]),(0,d.A)(()=>{o(!0)}),!f&&c&&l&&void 0!==p?A?(0,E.jsx)(P.A,{direction:"up",in:n,onExited:S,children:(0,E.jsx)("div",{className:"googlesitekit-survey",children:(0,E.jsx)(Y,{dismissSurvey:M,ctaOnClick:j,ctaText:A.follow_up_text,ctaURL:A.follow_up_url,title:A.completion_title,children:A.completion_text})})}):Object.values(me).includes(k?.question_type)?(0,E.jsx)(P.A,{direction:"up",in:n,onExited:S,children:(0,E.jsxs)("div",{className:"googlesitekit-survey",children:[(0,E.jsx)(SurveyQuestion,{currentQuestion:k,answerQuestion:I,dismissSurvey:M,isLastQuestion:he(c,k)}),!1===p&&1===k?.question_ordinal&&(0,E.jsx)("div",{className:"googlesitekit-survey__footer",children:(0,E.jsx)(SurveyTerms,{})})]})}):null:null}var _e=i(14007);function CurrentSurveyPortal(){return(0,m.useSelect)(e=>e(h.O4).isUsingProxy()&&!1===e(B.oR).areSurveysOnCooldown()?e(B.oR).getCurrentSurvey():null)?(0,E.jsx)(_e.A,{slug:"survey",children:(0,E.jsx)(CurrentSurvey,{})}):null}var ke=i(66847),xe=i(7081),Ie=i(50111),Ae=i(68869),je=i(27134),Me=i(718),Se=i(77766);function Panel(){const e=(0,Se.A)(),t=(0,m.useSelect)(e=>e(xe.n).getValue(Ie.EA)),i=(0,m.useInViewSelect)(e=>{const t=e(B.oR).getKeyMetrics();if(!Array.isArray(t))return[];const{isKeyMetricAvailable:i}=e(B.oR);return t.filter(i)}),{setValues:s}=(0,m.useDispatch)(G.s),{setValue:n}=(0,m.useDispatch)(xe.n),o=(0,g.useCallback)(()=>{s(Ie.Is,{[Ie.Y0]:i,[Ie.Nl]:i}),(0,_.sx)(`${e}_kmw-sidebar`,"metrics_sidebar_view")},[i,s,e]),r=(0,g.useCallback)(()=>{t&&n(Ie.EA,!1)},[n,t]),[a,l]=(0,g.useState)(!1);return(0,E.jsx)(Me.Ay,{isOpen:t||a,onOpen:o,closePanel:r,className:"googlesitekit-km-selection-panel googlesitekit-acr-km-selection-panel",children:(0,E.jsx)(je.A,{isOpen:t,closePanel:r,savedViewableMetrics:i,setIsNavigatingToOAuthURL:l})})}function MetricsSelectionPanel(){const e=(0,m.useSelect)(e=>e(xe.n).getValue(Ie.EA));return(0,E.jsx)(Ae.Ay,{value:{key:"MetricsSelectionPanel",value:!!e},children:(0,E.jsx)(Panel,{})})}var be=i(89506),Ne=i(86134),Ee=i(35323),we=i(84754),Ce=i(13719),Te=i(32947),De=i(66201),Re=i(12108),Oe=i(50234),ze=i(74995),Le=i(53137),Be=i(68485);function DashboardMainApp(){const[e,t]=(0,g.useState)(!1),s=(0,Ee.A)(),n=(0,Te.dv)(),[o,r]=(0,x.A)("widgetArea"),{setValues:l}=(0,m.useDispatch)(G.s),c=(0,m.useSelect)(e=>e(B.oR).getGrantedScopes()),u=(0,ye.A)(B.$8,"permissionsError"),p=void 0!==c&&u?.data?.scopes?.some(e=>c.includes(e)),f=(0,m.useSelect)(e=>e(B.oR).getConfiguredAudiences());(0,d.A)(()=>{if(s||setTimeout(()=>t(!0),5e3),o){const e=`.googlesitekit-widget-area--${o}`;setTimeout(()=>{function t(){i.g.scrollTo({top:(0,Re.YJ)(e,n),behavior:"smooth"})}i.g.addEventListener("scrollend",function e(){t(),i.g.removeEventListener("scrollend",e)}),t(),r(void 0)},100)}}),(0,g.useEffect)(()=>{void 0!==u&&p&&l(B.$8,{permissionsError:{}})},[p,l,u]);const y=(0,m.useSelect)(e=>s?e(B.oR).getViewableModules():null),v={modules:y||void 0},A=(0,m.useSelect)(e=>e(Ne.aO).isWidgetContextActive(C.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,v)),M=(0,m.useSelect)(e=>e(Ne.aO).isWidgetContextActive(C.CONTEXT_MAIN_DASHBOARD_TRAFFIC,v)),b=(0,m.useSelect)(e=>e(Ne.aO).isWidgetContextActive(C.CONTEXT_MAIN_DASHBOARD_CONTENT,v)),N=(0,m.useSelect)(e=>e(Ne.aO).isWidgetContextActive(C.CONTEXT_MAIN_DASHBOARD_SPEED,v)),w=(0,m.useSelect)(e=>e(Ne.aO).isWidgetContextActive(C.CONTEXT_MAIN_DASHBOARD_MONETIZATION,v)),P=(0,m.useSelect)(e=>e(B.oR).isKeyMetricsWidgetHidden()),U=(0,Oe.A)(),V=(0,m.useSelect)(e=>!0===e(h.O4).isKeyMetricsSetupCompleted()&&!1===P||e(B.oR).isAuthenticated()&&!1===e(h.O4).isKeyMetricsSetupCompleted()&&U),F=(0,k.i)("proactiveUserEngagement");(0,De.Z)();let W=null;return w?W=a.Gw:N?W=a.Ej:b?W=a.en:M?W=a.OT:A&&(W=a.SH),(0,E.jsxs)(g.Fragment,{children:[(0,E.jsx)(ke.A,{}),(0,E.jsx)(Ce.A,{}),(0,E.jsx)(Be.r,{}),(0,E.jsxs)(j.A,{showNavigation:!0,children:[(0,E.jsx)(O.A,{}),(0,E.jsx)(z.A,{}),!s&&(0,E.jsx)(T.A,{}),(0,E.jsx)(I.A,{})]}),(0,E.jsxs)("div",{className:"googlesitekit-page-content",children:[(0,E.jsx)(ze.A,{areaSlug:Le.bI.DASHBOARD_TOP}),(0,E.jsx)(ze.A,{areaSlug:Le.bI.DASHBOARD_TOP,groupID:Le.He.SETUP_CTAS}),(0,E.jsx)(ze.A,{areaSlug:Le.bI.OVERLAYS,groupID:Le.He.SETUP_CTAS}),!0!==P&&(0,E.jsx)(D.A,{id:a.SH,slug:C.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,className:S()({"googlesitekit-widget-context--last":W===a.SH})}),(0,E.jsx)(D.A,{id:a.OT,slug:C.CONTEXT_MAIN_DASHBOARD_TRAFFIC,className:S()({"googlesitekit-widget-context--last":W===a.OT})}),(0,E.jsx)(D.A,{id:a.en,slug:C.CONTEXT_MAIN_DASHBOARD_CONTENT,className:S()({"googlesitekit-widget-context--last":W===a.en})}),(0,E.jsx)(D.A,{id:a.Ej,slug:C.CONTEXT_MAIN_DASHBOARD_SPEED,className:S()({"googlesitekit-widget-context--last":W===a.Ej})}),(0,E.jsx)(D.A,{id:a.Gw,slug:C.CONTEXT_MAIN_DASHBOARD_MONETIZATION,className:S()({"googlesitekit-widget-context--last":W===a.Gw})}),(0,E.jsx)(we.A,{})]}),(0,E.jsx)(L.A,{triggerID:"view_dashboard",ttl:_.tt}),e&&(0,E.jsx)(CurrentSurveyPortal,{}),V&&(0,E.jsx)(MetricsSelectionPanel,{}),F&&(0,E.jsx)(be.A,{}),f&&(0,E.jsx)(R.Rl,{}),(0,E.jsx)(we.A,{})]})}function DashboardEntryPoint({setupModuleSlug:e}){return e?(0,E.jsx)(ModuleSetup,{moduleSlug:e}):(0,E.jsx)(DashboardMainApp,{})}DashboardEntryPoint.propTypes={setupModuleSlug:c().string},(0,s.A)(async()=>{i.g._googlesitekitLegacyData.admin.resetSession&&await(0,o.IL)();const e=document.getElementById("js-googlesitekit-main-dashboard");if(e){const{setupModuleSlug:t,viewOnly:i}=e.dataset;let s=a.bg;t||(s=i?a.Ax:a.jU),(0,n.render)((0,E.jsx)(r.A,{viewContext:s,children:(0,E.jsx)(DashboardEntryPoint,{setupModuleSlug:t})}),e)}})},84754:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(63696),n=i(82871),o=i(50539),r=i(7081),a=i(80035),l=i(62540);const c=function OfflineNotification(){const[e,t]=(0,s.useState)(!1),i=(0,o.useSelect)(e=>e(r.n).getIsOnline());return(0,s.useEffect)(()=>{i&&e&&t(!1)},[i,e]),(0,l.jsx)("div",{"aria-live":"polite",children:!i&&!e&&(0,l.jsx)(a.A,{className:"googlesitekit-notice-snackbar--bottom-right",type:a.A.TYPES.WARNING,description:(0,n.__)("You are currently offline. Some features may not be available.","google-site-kit"),ctaButton:{label:(0,n.__)("OK, Got it!","google-site-kit"),onClick:()=>t(!0)}})})}},84826:(e,t,i)=>{i.d(t,{A:()=>HelpMenu});var s,n=i(62688),o=i.n(n),r=i(21795),a=i(63696),l=i(19266),c=i(82871),d=i(50539),u=i(49383);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const p=e=>a.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),s||(s=a.createElement("path",{fill:"currentColor",d:"M9 16h2v-2H9zm1-16C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14C7.79 4 6 5.79 6 8h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"})));var m=i(99235),h=i(12850),f=i(20898),y=i(77766),v=i(62540);function HelpMenuLink({children:e,href:t,gaEventLabel:i}){const s=(0,y.A)(),n=(0,a.useCallback)(async()=>{i&&await(0,h.sx)(`${s}_headerbar_helpmenu`,"click_outgoing_link",i)},[i,s]);return(0,v.jsx)("li",{className:"googlesitekit-help-menu-link mdc-list-item",role:"none",children:(0,v.jsx)(f.A,{className:"mdc-list-item__text",href:t,role:"menuitem",onClick:n,external:!0,hideExternalIndicator:!0,children:e})})}HelpMenuLink.propTypes={children:o().node.isRequired,href:o().string.isRequired,gaEventLabel:o().string};const _=HelpMenuLink;var k=i(37226),x=i(93896),I=i(73589);function HelpMenu({children:e}){const[t,i]=(0,a.useState)(!1),s=(0,a.useRef)(),n=(0,y.A)();(0,r.A)(s,()=>i(!1)),(0,m.l)([l._f,l.wn],s,()=>i(!1));const o=(0,d.useSelect)(e=>e(k.i).isModuleActive(I.Py)),g=(0,a.useCallback)(()=>{t||(0,h.sx)(`${n}_headerbar`,"open_helpmenu"),i(!t)},[t,n]),f=(0,a.useCallback)(()=>{i(!1)},[]),A=(0,d.useSelect)(e=>e(x.O4).getDocumentationLinkURL("fix-common-issues"));return(0,v.jsxs)("div",{ref:s,className:"googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,v.jsx)(u.Button,{"aria-controls":"googlesitekit-help-menu","aria-expanded":t,"aria-label":(0,c.__)("Help","google-site-kit"),"aria-haspopup":"menu",className:"googlesitekit-header__dropdown googlesitekit-border-radius-round googlesitekit-button-icon googlesitekit-help-menu__button mdc-button--dropdown",icon:(0,v.jsx)(p,{width:"20",height:"20"}),onClick:g,tooltipEnterDelayInMS:500,text:!0}),(0,v.jsxs)(u.Menu,{className:"googlesitekit-width-auto",menuOpen:t,id:"googlesitekit-help-menu",onSelected:f,children:[e,(0,v.jsx)(_,{gaEventLabel:"fix_common_issues",href:A,children:(0,c.__)("Fix common issues","google-site-kit")}),(0,v.jsx)(_,{gaEventLabel:"documentation",href:"https://sitekit.withgoogle.com/documentation/",children:(0,c.__)("Read help docs","google-site-kit")}),(0,v.jsx)(_,{gaEventLabel:"support_forum",href:"https://wordpress.org/support/plugin/google-site-kit/",children:(0,c.__)("Get support","google-site-kit")}),o&&(0,v.jsx)(_,{gaEventLabel:"adsense_help",href:"https://support.google.com/adsense/",children:(0,c.__)("Get help with AdSense","google-site-kit")})]})]})}HelpMenu.propTypes={children:o().node}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),s||(s=o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),n||(n=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},86134:(e,t,i)=>{i.d(t,{N$:()=>n,aO:()=>o,qB:()=>s});const s={BOXES:"boxes",COMPOSITE:"composite"},n={QUARTER:"quarter",HALF:"half",FULL:"full"},o="core/widgets"},87251:(e,t,i)=>{i.d(t,{A:()=>DashboardSharingSettings});var s=i(4452),n=i.n(s),o=i(82871),r=i(50539),a=i(62688),l=i.n(a),c=i(63696),d=i(10072),u=i(77766),g=i(37226),p=i(93896),m=i(7081),h=i(24288),f=i(12850),y=i(58116),v=i(13606),_=i(19266),k=i(49383),x=i(20898),I=i(69195),A=i(11253),j=i(99235),M=i(62540);const S=(0,o.__)("All","google-site-kit"),b=(0,c.forwardRef)(({moduleSlug:e,isLocked:t=!1},i)=>{const s=(0,u.A)(),a=(0,c.useRef)(),{setSharedRoles:l}=(0,r.useDispatch)(g.i),{setValue:d}=(0,r.useDispatch)(m.n),p=(0,r.useSelect)(e=>e(g.i).getShareableRoles()),y=(0,r.useSelect)(t=>t(g.i).getSharedRoles(e)),v=(0,r.useSelect)(e=>e(m.n).getValue(h.zP))===e;(0,j.l)([_._f],i,()=>{v&&d(h.zP,void 0)});const b=(0,r.useSelect)(t=>t(g.i).haveModuleSharingSettingsChanged(e,"sharedRoles")),N=(0,c.useCallback)(()=>{v?(d(h.zP,void 0),b&&(0,f.sx)(`${s}_sharing`,"change_shared_roles",e)):d(h.zP,e)},[v,b,e,d,s]);(0,c.useEffect)(()=>{a.current&&(v?a.current.firstChild.focus():a.current.focus())},[v]);const E=(0,c.useCallback)(({type:t,target:i,keyCode:s})=>{if("keydown"===t&&s!==_.Fm)return;const n=i.closest(".mdc-chip"),o=n?.dataset?.chipId;if(!o)return;let r;r="all"===o?y?.length===p?.length?[]:p.map(({id:e})=>e):null===y?[o]:y.includes(o)?y.filter(e=>e!==o):[...y,o],l(e,r)},[e,l,y,p]);return p?(0,M.jsxs)("div",{className:n()("googlesitekit-user-role-select",{"googlesitekit-user-role-select--open":v}),children:[!v&&(0,M.jsx)(k.Button,{"aria-label":(0,o.__)("Edit roles","google-site-kit"),className:"googlesitekit-user-role-select__button",onClick:N,icon:(0,M.jsx)(I.A,{width:23,height:23}),tabIndex:t?-1:void 0,ref:a}),!v&&y?.length>0&&(0,M.jsx)("span",{className:"googlesitekit-user-role-select__current-roles",children:function(){const e=p?.reduce((e,t)=>(y.includes(t.id)&&e.push(t.displayName),e),[]);return e.join(", ")}()}),!v&&(!y||0===y?.length)&&(0,M.jsx)("span",{className:"googlesitekit-user-role-select__add-roles",children:(0,M.jsx)(x.A,{onClick:N,tabIndex:t?-1:void 0,children:(0,o.__)("Add roles","google-site-kit")})}),v&&(0,M.jsxs)(c.Fragment,{children:[(0,M.jsxs)("div",{className:"googlesitekit-user-role-select__chipset",ref:a,children:[(0,M.jsx)(k.Chip,{id:"all",label:S,onClick:E,onKeyDown:E,selected:y?.length===p?.length,className:"googlesitekit-user-role-select__chip--all"}),p.map(({id:e,displayName:t},i)=>(0,M.jsx)(k.Chip,{id:e,label:t,onClick:E,onKeyDown:E,selected:y?.includes(e)},i))]}),(0,M.jsx)(k.Button,{"aria-label":(0,o.__)("Done editing roles","google-site-kit"),title:(0,o.__)("Done","google-site-kit"),className:"googlesitekit-user-role-select__button",onClick:N,icon:(0,M.jsx)(A.A,{width:18,height:18}),tabIndex:t?-1:void 0})]})]}):null});b.propTypes={moduleSlug:l().string.isRequired,isLocked:l().bool};const N=b;var E=i(80035);const w=(0,c.forwardRef)(({moduleSlug:e,isLocked:t,hasSharingCapability:i,recoverable:s,recoverableModuleSupportLink:n},r)=>i?(0,M.jsx)(N,{moduleSlug:e,isLocked:t,ref:r}):s?(0,M.jsx)(E.A,{className:"googlesitekit-notice--small",type:E.A.TYPES.WARNING,description:(0,v.A)((0,o.__)("Managing user required to manage view access. <a>Learn more</a>","google-site-kit"),{a:(0,M.jsx)(x.A,{href:n,external:!0,hideExternalIndicator:!0})}),hideIcon:!0}):(0,M.jsx)("p",{className:"googlesitekit-dashboard-sharing-settings__note",children:(0,o.__)("Contact managing user to manage view access","google-site-kit")}));w.propTypes={moduleSlug:l().string.isRequired,isLocked:l().bool.isRequired,hasSharingCapability:l().bool,recoverable:l().bool,recoverableModuleSupportLink:l().string},w.displayName="ModuleViewAccess";const C=w;var T=i(12417),D=i(51135);const R=[{value:"owner",label:(0,o.__)("Only me","google-site-kit")},{value:"all_admins",label:(0,o.__)("Any admin signed in with Google","google-site-kit")}];function ModuleManageAccess({sharedOwnershipModule:e,hasOwnedModule:t,ownerUsername:i,hasSharingCapability:s,manageViewAccess:n,onChange:r}){return e?(0,M.jsxs)("p",{className:"googlesitekit-dashboard-sharing-settings__note",children:[(0,M.jsx)("span",{children:(0,o.__)("Any admin signed in with Google","google-site-kit")}),(0,M.jsx)(k.Tooltip,{title:(0,o.__)("This service requires general access to Google APIs rather than access to a specific user-owned property/entity, so view access is manageable by any admin signed in with Google.","google-site-kit"),children:(0,M.jsx)("span",{className:"googlesitekit-dashboard-sharing-settings__tooltip-icon",children:(0,M.jsx)(T.A,{icon:D.A,size:18})})})]}):t?(0,M.jsx)(k.Select,{className:"googlesitekit-dashboard-sharing-settings__select",value:n,options:R,onChange:r,onClick:r,outlined:!0}):i?(0,M.jsxs)("p",{className:"googlesitekit-dashboard-sharing-settings__note",children:[(0,v.A)((0,o.sprintf)(/* translators: %s: user who manages the module. */ /* translators: %s: user who manages the module. */ (0,o.__)("<span>Managed by</span> <strong>%s</strong>","google-site-kit"),i),{span:(0,M.jsx)("span",{}),strong:(0,M.jsx)("strong",{})}),(0,M.jsx)(k.Tooltip,{title:s?(0,o.sprintf)(/* translators: %s: name of the user who manages the module. */ /* translators: %s: name of the user who manages the module. */ (0,o.__)("%s has connected this and given managing permissions to all admins. You can change who can view this on the dashboard.","google-site-kit"),i):(0,o.sprintf)(/* translators: %s: name of the user who manages the module. */ /* translators: %s: name of the user who manages the module. */ (0,o.__)("Contact %s to change who can manage view access for this module","google-site-kit"),i),children:(0,M.jsx)("span",{className:"googlesitekit-dashboard-sharing-settings__tooltip-icon",children:(0,M.jsx)(T.A,{icon:D.A,size:18})})})]}):null}function Module({moduleSlug:e,moduleName:t,ownerUsername:i,recoverable:s}){const o=(0,u.A)(),a=(0,c.useRef)(),[l,v]=(0,c.useState)(void 0),_=(0,r.useSelect)(e=>e(g.i).hasRecoverableModules()),k=(0,r.useSelect)(e=>e(p.O4).hasMultipleAdmins()),x=_||k,I=(0,r.useSelect)(t=>{var i;return null!==(i=t(g.i).getSharingManagement(e))&&void 0!==i?i:"owner"}),A=(0,r.useSelect)(t=>t(y.oR).hasCapability(y.Ml,e)),j=(0,r.useSelect)(t=>t(y.oR).hasCapability(y.hz,e)),S=(0,r.useSelect)(e=>e(g.i).getSharedOwnershipModules()),b=(0,r.useSelect)(e=>e(m.n).getValue(h.zP)),N=(0,r.useSelect)(e=>e(g.i).isDoingSubmitSharingChanges()),E=(0,r.useSelect)(e=>e(p.O4).getDocumentationLinkURL("dashboard-sharing-module-recovery")),{setSharingManagement:w}=(0,r.useDispatch)(g.i),T=S&&Object.keys(S).includes(e);(0,c.useEffect)(()=>{v(T?"all_admins":I)},[I,T]);const D=(0,r.useSelect)(t=>t(g.i).haveModuleSharingSettingsChanged(e,"management"));(0,c.useEffect)(()=>{D&&(0,f.sx)(`${o}_sharing`,`change_management_${I}`,e)},[D,I,e,o]);const R=(0,c.useCallback)(t=>{const i=t.target.value;v(i),w(e,i)},[w,v,e]),O=e===b,z=!O&&void 0!==b||N;return(0,M.jsxs)("div",{className:n()("googlesitekit-dashboard-sharing-settings__module","googlesitekit-dashboard-sharing-settings__row",{"googlesitekit-dashboard-sharing-settings__row--editing":O,"googlesitekit-dashboard-sharing-settings__row--disabled":z}),ref:a,children:[(0,M.jsxs)("div",{className:"googlesitekit-dashboard-sharing-settings__column--product",children:[(0,M.jsx)(d.A,{slug:e,size:48}),(0,M.jsx)("span",{className:"googlesitekit-dashboard-sharing-settings__module-name",children:t})]}),(0,M.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__column--view",children:(0,M.jsx)(C,{moduleSlug:e,isLocked:z,hasSharingCapability:j,recoverable:s,recoverableModuleSupportLink:E,ref:a})}),x&&(0,M.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__column--manage",children:(0,M.jsx)(ModuleManageAccess,{sharedOwnershipModule:T,hasOwnedModule:A,ownerUsername:i,hasSharingCapability:j,manageViewAccess:l,onChange:R})})]})}function DashboardSharingSettings(){const t=(0,r.useSelect)(e=>e(g.i).hasRecoverableModules()),i=(0,r.useSelect)(e=>e(p.O4).hasMultipleAdmins()),s=t||i,a=(0,r.useSelect)(t=>{const i=t(y.oR).getID(),s=t(g.i).getShareableModules(),n=[],o=[],r=[];for(e of Object.values(s))e.owner?.id===i?n.push(e):t(y.oR).hasCapability(y.hz,e.slug)?o.push(e):r.push(e);return[...n,...o,...r]});return void 0===a?null:(0,M.jsxs)("div",{className:n()("googlesitekit-dashboard-sharing-settings",{"googlesitekit-dashboard-sharing-settings--has-multiple-admins":s}),children:[(0,M.jsxs)("header",{className:"googlesitekit-dashboard-sharing-settings__header googlesitekit-dashboard-sharing-settings__row",children:[(0,M.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__column--product",children:(0,o.__)("Product","google-site-kit")}),(0,M.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__column--view",children:(0,o.__)("Who can view","google-site-kit")}),s&&(0,M.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__column--manage",children:(0,o.__)("Who can manage view access","google-site-kit")})]}),(0,M.jsx)("div",{className:"googlesitekit-dashboard-sharing-settings__main",children:a.map(({slug:e,name:t,owner:i,recoverable:s})=>(0,M.jsx)(Module,{moduleSlug:e,moduleName:t,ownerUsername:i?.login,recoverable:s},e))})]})}ModuleManageAccess.propTypes={sharedOwnershipModule:l().bool,hasOwnedModule:l().bool,ownerUsername:l().string,hasSharingCapability:l().bool,manageViewAccess:l().string,onChange:l().func.isRequired},Module.propTypes={moduleSlug:l().string.isRequired,moduleName:l().string.isRequired,ownerUsername:l().string,recoverable:l().bool},e=i.hmd(e)},88933:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),s||(s=n.createElement("g",{fill:"none",fillRule:"evenodd"},n.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),n.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),n.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),n.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))))},89318:(e,t,i)=>{i.d(t,{M9:()=>M,sx:()=>A,BI:()=>j});var s=i(17243);const n="_googlesitekitDataLayer",o="data-googlesitekit-gtag";function r(e){return function(){e[n]=e[n]||[],e[n].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:d,trackingEnabled:u,trackingID:g,referenceSiteURL:p,userIDHash:m,isAuthenticated:h,userRoles:f}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:y}=i.g,v={activeModules:c,trackingEnabled:u,trackingID:g,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:d,userRoles:f,isAuthenticated:h,pluginVersion:y},{enableTracking:_,disableTracking:k,isTrackingEnabled:x,initializeSnippet:I,trackEvent:A,trackEventOnce:j}=function(e,t=i.g,c=i.g){const d={...l,...e};d.referenceSiteURL&&(d.referenceSiteURL=d.referenceSiteURL.toString().replace(/\/+$/,""));const u=function(e,t){const s=r(t);let l;const{activeModules:c,referenceSiteURL:d,userIDHash:u,userRoles:g=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${o}]`)),l)return!1;l=!0;const r=g?.length?g.join(","):"";s("js",new Date),s("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:d,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:r,user_identifier:u}});const h=t.createElement("script");return h.setAttribute(o,""),h.async=!0,h.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`,t.head.appendChild(h),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`}}}(d,t),g=function(e,t,i,s){const n=r(t);return async function(t,o,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){s.console.warn(`Tracking event "${o}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}n("event",o,{...c,event_callback:r}),s._gaUserPrefs?.ioo?.()&&r()})}}(d,t,u,c),p={};return{enableTracking:function(){d.trackingEnabled=!0},disableTracking:function(){d.trackingEnabled=!1},initializeSnippet:u,isTrackingEnabled:function(){return!!d.trackingEnabled},trackEvent:g,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,s.once)(g)),p[t](...e)}}}(v);function M(e){e?_():k()}d&&u&&I()},89362:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){const[n,o]=(0,s.useState)(null);return(0,s.useEffect)(()=>{if(e.current&&"function"==typeof i.g.IntersectionObserver){function s(e){o(e[e.length-1])}const n=new i.g.IntersectionObserver(s,t);return n.observe(e.current),()=>{o(null),n.disconnect()}}return()=>{}},[e.current,t.threshold,t.root,t.rootMargin]),n}},89506:(e,t,i)=>{i.d(t,{A:()=>UserSettingsSelectionPanel});var s=i(82871),n=i(63696),o=i(50539),r=i(7081),a=i(58116),l=i(3288),c=i(718),d=i(62688),u=i.n(d),g=i(13606),p=i(45472),m=i(93896),h=i(35323),f=i(20898),y=i(59323),v=i(77766),_=i(24558),k=i(62540);function Header({closePanel:e}){const t=(0,v.A)(),i=(0,h.A)(),r=(0,o.useSelect)(e=>e(m.O4).getSiteKitAdminSettingsURL()),{navigateTo:a}=(0,o.useDispatch)(p.M),l=(0,n.useCallback)(()=>{_.KK===t&&e(),a(r)},[r,a,e,t]);return(0,k.jsx)(c.W4,{title:(0,s.__)("Email reports subscription","google-site-kit"),onCloseClick:e,children:!i&&(0,k.jsx)(y.A,{type:"body",size:"small",children:(0,g.A)((0,s.__)("You can always deactivate this feature in <link>Settings</link>","google-site-kit"),{link:(0,k.jsx)(f.A,{onClick:l,secondary:!0})})})})}var x=i(80035);function SelectionPanelFooter({notice:e,onNoticeDismiss:t}){return(0,k.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,k.jsx)("div",{className:"googlesitekit-selection-panel-footer__content",children:e?(0,k.jsx)(x.A,{type:e.type,description:e.text,dismissButton:{label:(0,s.__)("Got it","google-site-kit"),onClick:t},hideIcon:!0}):(0,k.jsx)(y.A,{type:"body",size:"small",children:(0,s.__)("This email is generated by Site Kit using data from your dashboard and sent to your WordPress email, so all your data stays with you.","google-site-kit")})})})}SelectionPanelFooter.propTypes={notice:u().shape({text:u().string,type:u().oneOf(["info","success","error"])}),onNoticeDismiss:u().func};var I=i(15167),A=i(4452),j=i.n(A),M=i(63972);function FrequencySelector({isUserSubscribed:e}){const t=(0,n.useMemo)(()=>[(0,s._x)("Sunday","day name","google-site-kit"),(0,s._x)("Monday","day name","google-site-kit"),(0,s._x)("Tuesday","day name","google-site-kit"),(0,s._x)("Wednesday","day name","google-site-kit"),(0,s._x)("Thursday","day name","google-site-kit"),(0,s._x)("Friday","day name","google-site-kit"),(0,s._x)("Saturday","day name","google-site-kit")],[]);const i=(0,o.useSelect)(e=>e(m.O4).getStartOfWeek()),r=(0,o.useSelect)(e=>e(a.oR).getEmailReportingFrequency()),l=(0,o.useSelect)(e=>e(a.oR).getEmailReportingSavedFrequency()),{setEmailReportingFrequency:c}=(0,o.useDispatch)(a.oR),d=(0,s.sprintf)(/* translators: %s: localized day-of-week name (e.g. Monday). */ /* translators: %s: localized day-of-week name (e.g. Monday). */ (0,s.__)("Sent every %s","google-site-kit"),function(e){const i=Number.isInteger(e)&&e>=0&&e<=6?e:1;return t[i]}(i)),u={weekly:{label:(0,s.__)("Weekly","google-site-kit"),period:(0,s.__)("Last 7 days","google-site-kit"),description:d},monthly:{label:(0,s.__)("Monthly","google-site-kit"),period:(0,s.__)("Last 28 days","google-site-kit"),description:(0,s.__)("Sent on the 1st of each month","google-site-kit")},quarterly:{label:(0,s.__)("Quarterly","google-site-kit"),period:(0,s.__)("Last 90 days","google-site-kit"),description:(0,s.__)("Sent on the 1st of each quarter","google-site-kit")}};return(0,k.jsxs)(n.Fragment,{children:[(0,k.jsx)(I.A,{className:"googlesitekit-frequency-selector-title",type:"label",size:"small",as:"h3",children:(0,s.__)("Frequency","google-site-kit")}),(0,k.jsx)("div",{className:"googlesitekit-frequency-selector",role:"radiogroup","aria-label":(0,s.__)("Frequency","google-site-kit"),children:a.lV.map(t=>{const i=r===t,{label:s,period:n,description:o}=u[t]||{};return(0,k.jsxs)("div",{className:j()("googlesitekit-frequency-selector__card",{"googlesitekit-frequency-selector__card--selected":i}),role:"radio","aria-checked":i,tabIndex:0,onClick:()=>c(t),onKeyDown:e=>function(e,t){" "!==e.key&&"Spacebar"!==e.key&&"Enter"!==e.key||(e.preventDefault(),c(t))}(e,t),children:[(0,k.jsxs)("div",{className:"googlesitekit-frequency-selector__label-row",children:[(0,k.jsx)(I.A,{className:"googlesitekit-frequency-selector__label",type:"label",size:"large",as:"div",children:s}),l===t&&e&&(0,k.jsx)("div",{className:"googlesitekit-frequency-selector__saved-indicator",children:(0,k.jsx)(M.A,{className:"googlesitekit-frequency-selector__label-tick","aria-hidden":"true"})})]}),(0,k.jsx)(I.A,{className:"googlesitekit-frequency-selector__period",type:"body",size:"small",as:"div",children:n}),(0,k.jsx)(I.A,{className:"googlesitekit-frequency-selector__description",type:"body",size:"small",as:"div",children:o})]},t)})})]})}FrequencySelector.propTypes={isUserSubscribed:u().bool};var S=i(2390);const b={SUBSCRIBE:"subscribe",UNSUBSCRIBE:"unsubscribe",UPDATE_SETTINGS:"update_settings"};function SubscribeActions({isSubscribed:e,onSubscribe:t,onUnsubscribe:i,updateSettings:o,isLoading:r}){const[a,l]=(0,n.useState)("");function c(e){switch(l(e),e){case b.UPDATE_SETTINGS:o();break;case b.SUBSCRIBE:t();break;case b.UNSUBSCRIBE:i()}}return(0,k.jsxs)("div",{className:"googlesitekit-selection-panel-subscribe-actions",children:[e&&(0,k.jsx)(S.A,{onClick:()=>c(b.UNSUBSCRIBE),isSaving:r&&a===b.UNSUBSCRIBE,disabled:r,tertiary:!0,children:(0,s.__)("Unsubscribe","google-site-kit")}),(0,k.jsx)(S.A,{onClick:()=>c(e?b.UPDATE_SETTINGS:b.SUBSCRIBE),isSaving:r&&a!==b.UNSUBSCRIBE,disabled:r,children:e?(0,s.__)("Update Settings","google-site-kit"):(0,s.__)("Subscribe","google-site-kit")})]})}function PanelContent({notice:e,isUserSubscribed:t,isSavingSettings:i,onSaveCallback:r,onSubscribe:l,onUnsubscribe:c,onNoticeDismiss:d,closePanel:u}){const g=(0,o.useSelect)(e=>e(a.oR).getUser()),p=g?.wpEmail;return(0,k.jsxs)(n.Fragment,{children:[(0,k.jsxs)("div",{className:"googlesitekit-user-settings-selection__panel-content",children:[(0,k.jsx)(Header,{closePanel:u}),(0,k.jsx)("div",{className:"googlesitekit-user-settings-selection__panel-description",children:(0,k.jsxs)(y.A,{type:"body",size:"small",children:[(0,s.__)("You’ll receive the report to your WordPress user email","google-site-kit"),p&&(0,k.jsx)(I.A,{type:"body",size:"medium",children:p})]})}),(0,k.jsx)(FrequencySelector,{isUserSubscribed:t}),(0,k.jsx)(SubscribeActions,{onSubscribe:l,onUnsubscribe:c,updateSettings:r,isSubscribed:t,isLoading:i})]}),(0,k.jsx)(SelectionPanelFooter,{notice:e,onNoticeDismiss:d})]})}function UserSettingsSelectionPanel(){const e=(0,o.useSelect)(e=>e(r.n).getValue(l.Q)),t=(0,o.useSelect)(t=>e?t(a.oR).getEmailReportingSettings():{}),i=(0,o.useSelect)(t=>!!e&&t(a.oR).isSavingEmailReportingSettings()),[d,u]=(0,n.useState)(null),{setValue:g}=(0,o.useDispatch)(r.n),{saveEmailReportingSettings:p,resetEmailReportingSettings:m}=(0,o.useDispatch)(a.oR),h=(0,n.useCallback)(()=>{e&&(setTimeout(()=>{m(),u(null)},310),g(l.Q,!1))},[e,m,g]),f=(0,n.useCallback)(async()=>{const{error:e}=await p();u(e?{type:"error",text:e?.message||(0,s.__)("An error occurred.","google-site-kit")}:{type:"success",text:(0,s.__)("You’ve successfully updated frequency settings!","google-site-kit")})},[p]),y=(0,n.useCallback)(async()=>{const{error:e}=await p({subscribed:!0});u(e?{type:"error",text:e?.message||(0,s.__)("An error occurred.","google-site-kit")}:{type:"success",text:(0,s.__)("You’ve successfully subscribed to email reports!","google-site-kit")})},[p]),v=(0,n.useCallback)(async()=>{const{error:e}=await p({subscribed:!1});u(e?{type:"error",text:e?.message||(0,s.__)("An error occurred.","google-site-kit")}:{type:"info",text:(0,s.__)("You’ve unsubscribed from email reports","google-site-kit")})},[p]),_=(0,n.useCallback)(()=>u(null),[]);return(0,k.jsx)(c.Ay,{className:"googlesitekit-user-settings-selection-panel",isOpen:!!e,closePanel:h,children:(0,k.jsx)(PanelContent,{notice:d,isUserSubscribed:t?.subscribed,isSavingSettings:i,onSaveCallback:f,onSubscribe:y,onUnsubscribe:v,onNoticeDismiss:_,closePanel:h})})}SubscribeActions.propTypes={isSubscribed:u().bool,onSubscribe:u().func.isRequired,onUnsubscribe:u().func.isRequired,updateSettings:u().func.isRequired,isLoading:u().bool},PanelContent.propTypes={savedFrequency:u().string,notice:u().shape({text:u().string,type:u().oneOf(["info","success","error"])}),onSaveCallback:u().func,onUnsubscribe:u().func,onNoticeDismiss:u().func,closePanel:u().func}},90007:(e,t,i)=>{i.d(t,{Q:()=>v,A:()=>BannerNotification});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(50539),l=i(71423),c=i(7070),d=i(7184),u=i(30823),g=i(3782),p=i(29584),m=i(55527);const h="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",f="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var y=i(62540);const v={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=v.INFO,learnMoreLink:i,dismissButton:s,ctaButton:o,gaTrackingEventArgs:r,...u}){const g=(0,c.A)(e,r?.category),{dismissNotification:p}=(0,a.useDispatch)(l.D);let _=u?.svg;return _||t===v.INFO||(_={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===v.WARNING&&(_.desktop=h),t===v.ERROR&&(_.desktop=f)),(0,y.jsx)("div",{className:n()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,y.jsx)(m.xA,{className:"googlesitekit-page-content",children:(0,y.jsx)(m.fI,{children:(0,y.jsx)(m.fh,{size:12,children:(0,y.jsx)(d.A,{learnMoreLink:i&&{...i,onClick:async function(e){g.clickLearnMore(r?.label,r?.value),await(i?.onClick?.(e))}},dismissButton:s&&{...s,onClick:async function(t){await(s?.onClick?.(t)),g.dismiss(r?.label,r?.value),p(e,{...s?.dismissOptions})}},ctaButton:o&&{...o,onClick:async function(t){g.confirm(r?.label,r?.value),await(o?.onClick?.(t)),o?.dismissOnClick&&p(e,{...o?.dismissOptions})}},svg:_,...u})})})})})}BannerNotification.propTypes={notificationID:r().string.isRequired,type:r().oneOf(Object.values(v)),titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(u.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(g.A.propTypes),gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number})}},91560:(e,t,i)=>{i.d(t,{A:()=>g});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(13606),l=i(82871),c=i(20898),d=i(35323),u=i(62540);function SourceLink({name:e,href:t,className:i,external:s}){return(0,d.A)()?null:(0,u.jsx)("div",{className:r()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,u.jsx)(c.A,{href:t,external:s},"link")})})}SourceLink.propTypes={name:n().string,href:n().string,className:n().string,external:n().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const g=SourceLink},92698:(e,t,i)=>{i.d(t,{A:()=>g});var s=i(63696),n=i(50539),o=i(93896),r=i(58116),a=i(37226),l=i(45472),c=i(21134),d=i(89318),u=i(77766);function g(e){const t=(0,u.A)(),i=(0,n.useSelect)(t=>t(a.i).getModule(e)),g=(0,n.useSelect)(e=>e(r.oR).hasCapability(r.HD)),{activateModule:p}=(0,n.useDispatch)(a.i),{navigateTo:m}=(0,n.useDispatch)(l.M),{setInternalServerError:h}=(0,n.useDispatch)(o.O4),f=(0,s.useCallback)(async()=>{const{error:i,response:s}=await p(e);i?h({id:`${e}-setup-error`,description:i.message}):(await(0,d.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),m(s.moduleReauthURL))},[p,e,m,h,t]);return i?.name&&g?f:null}},93896:(e,t,i)=>{i.d(t,{O4:()=>s,OQ:()=>o,qc:()=>n});const s="core/site",n="primary",o="secondary"},93934:(e,t,i)=>{i.d(t,{Y2:()=>s.Y2,DO:()=>d,c1:()=>u.c1,X9:()=>l,JS:()=>o,T5:()=>g,WP:()=>u.WP});var s=i(15135),n=i(81520);function o(e){return!!e&&e.Component===n.A}function r(e,t){if(9!==t)return[e,t];let i=(e=[...e]).length-1;for(;0!==t&&i>=0;)3===e[i]?(t-=3,e[i]=4):6===e[i]&&(t-=6,e[i]=8),i--;return[e,t]}function a(e,t){return(Array.isArray(t.width)?t.width:[t.width]).map(t=>({counter:e+s.Gr[t],width:t}))}function l(e,t){let i=[];const n=[];if(!e?.length)return{columnWidths:i,rowIndexes:n};let l=0,c=0;function d({counter:e},{counter:t}){return e-t}function u({counter:e},{counter:t}){return t-e}function g({counter:e}){return e<=12}return e.forEach((p,m)=>{if(o(t[p.slug]))return i.push(0),void n.push(c);let h=a(l,p);const f=function(e,t,i){for(;++e<t.length;)if(!o(i[t[e].slug]))return t[e];return null}(m,e,t);if(null===f||0===a(h.sort(d)[0].counter,f).filter(g).length){h.some(g)&&(h=h.sort(u),h=h.filter(g))}const y=h[0].width;n.push(c),l+=s.Gr[y],l>12?(l-=s.Gr[y],n[m]++,9===l&&([i,l]=r(i,l)),l=s.Gr[y],c++):12===l&&(l=0,c++),i.push(s.Gr[y])}),9===l&&([i,l]=r(i,l)),{columnWidths:i,rowIndexes:n}}var c=i(17243);function d(e,t,{columnWidths:i,rowIndexes:n}){const o=[],r=[...i];if(!e?.length)return{gridColumnWidths:r,overrideComponents:o};let a=null,l=-1,d=[];if(function(e,t){const i={};for(let n=0;n<e.length;n++){const o=e[n],r=t?.[o.slug],a=r?.Component,l=r?.metadata?.moduleSlug,c=s.We.includes(a);if(!a||!l||!c)return!1;if(i[l]){if(i[l]!==a)return!1}else i[l]=a}return!(Object.keys(i).length>1)}(e,t)){const i=Array.from({length:e.length-1}).fill(0);return{overrideComponents:[t[e[0].slug]],gridColumnWidths:[12,...i]}}return e.forEach((s,u)=>{if(o.push(null),a=t[s.slug],l=n[u],a)if(g=a,p=t[e[u+1]?.slug],m=l,h=n[u+1],m===h&&(0,c.isEqual)(g,p))d.push(i[u]),r[u]=0;else if(d.length>0){d.push(i[u]);const e=d.reduce((e,t)=>e+t,0);o[u]=a,r[u]=e,d=[]}var g,p,m,h}),{gridColumnWidths:r,overrideComponents:o}}var u=i(35001);function g(e){return(Array.isArray(e)?e:[e]).filter(e=>"string"==typeof e&&e.length>0)}},94552:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:s}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:s,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:n().string,invertColor:n().bool,width:n().number,height:n().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},97398:(e,t,i)=>{i.d(t,{Y:()=>s});const s="search-console"},98652:(e,t,i)=>{i.d(t,{A:()=>p});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(63696),l=i(82871),c=i(49383),d=i(2362),u=i(20898),g=i(62540);function NewBadge({tooltipTitle:e,learnMoreLink:t,forceOpen:i,hasLeftSpacing:s,hasNoSpacing:n,onLearnMoreClick:o=()=>{}}){const p=(0,g.jsx)(d.A,{className:r()("googlesitekit-new-badge",{"googlesitekit-new-badge--has-no-spacing":n}),label:(0,l.__)("New","google-site-kit"),hasLeftSpacing:s});return e?(0,g.jsx)(c.Tooltip,{tooltipClassName:"googlesitekit-new-badge__tooltip",title:(0,g.jsxs)(a.Fragment,{children:[e,(0,g.jsx)("br",{}),(0,g.jsx)(u.A,{href:t,onClick:o,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Learn more","google-site-kit")})]}),placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,open:i,interactive:!0,children:p}):p}NewBadge.propTypes={tooltipTitle:n().string,learnMoreLink:n().string,forceOpen:n().bool,onLearnMoreClick:n().func,hasLeftSpacing:n().bool,hasNoSpacing:n().bool};const p=NewBadge},98748:(e,t,i)=>{i.d(t,{A:()=>SurveyViewTrigger});var s=i(63696),n=i(62688),o=i.n(n),r=i(50539),a=i(58116);function SurveyViewTrigger({triggerID:e,ttl:t=0}){const{triggerSurvey:i}=(0,r.useDispatch)(a.oR);return(0,s.useEffect)(()=>{i(e,{ttl:t})},[e,t,i]),null}SurveyViewTrigger.propTypes={triggerID:o().string.isRequired,ttl:o().number}},99235:(e,t,i)=>{i.d(t,{l:()=>n});var s=i(78174);function n(e,t,i){(0,s.A)(i=>e.includes(i.keyCode)&&t.current.contains(i.target),i)}},99455:(e,t,i)=>{i.d(t,{A:()=>u});var s,n=i(82871),o=i(88933),r=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const l=e=>r.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 21"},e),s||(s=r.createElement("path",{fill:"#5F6368",d:"M62.09 1.664h3.038v.1L58.34 9.593l7.241 10.224v.1H62.7L56.755 11.4 53.95 14.64v5.278h-2.351V1.664h2.35v9.415h.1zM69.985 3.117c0 .454-.167.853-.488 1.175-.322.322-.71.488-1.176.488-.455 0-.854-.166-1.175-.488a1.6 1.6 0 0 1-.488-1.175c0-.466.166-.854.488-1.176s.71-.488 1.175-.488c.455 0 .854.166 1.176.488.332.333.487.72.487 1.176m-.477 4.313v12.498h-2.351V7.43zM77.016 20.128c-1.02 0-1.864-.31-2.54-.943q-1.014-.948-1.031-2.628V9.57h-2.196V7.43h2.196V3.603h2.35V7.43h3.061v2.14h-3.06v6.222c0 .831.166 1.397.488 1.696.321.3.687.444 1.097.444.189 0 .366-.022.555-.067.188-.044.344-.1.499-.166l.743 2.096c-.632.222-1.342.333-2.162.333M2.673 18.952C1.375 18.009.488 16.678 0 14.97l2.883-1.176c.289 1.076.799 1.94 1.542 2.628.732.677 1.619 1.02 2.65 1.02.965 0 1.774-.244 2.45-.742.677-.5 1.01-1.187 1.01-2.052 0-.798-.3-1.453-.887-1.974q-.883-.781-3.094-1.564l-1.22-.432Q3.371 9.997 2.04 8.716C1.153 7.862.71 6.742.71 5.346c0-.966.266-1.853.787-2.673S2.75 1.209 3.693.72C4.624.244 5.678 0 6.864 0c1.708 0 3.072.41 4.081 1.242 1.02.832 1.697 1.752 2.04 2.795L10.236 5.2c-.2-.621-.576-1.164-1.142-1.63-.565-.477-1.286-.71-2.173-.71s-1.641.222-2.251.676-.91 1.032-.91 1.742c0 .676.278 1.22.82 1.663.544.432 1.398.854 2.563 1.253l1.22.41c1.674.577 2.96 1.342 3.88 2.274.921.931 1.376 2.184 1.376 3.748 0 1.275-.322 2.34-.976 3.193a6 6 0 0 1-2.495 1.919 8 8 0 0 1-3.116.621c-1.62 0-3.072-.466-4.358-1.408M15.969 3.449a1.95 1.95 0 0 1-.588-1.43c0-.566.2-1.043.588-1.431A1.95 1.95 0 0 1 17.399 0c.566 0 1.043.2 1.43.588.389.388.588.865.588 1.43 0 .566-.2 1.043-.587 1.43a1.95 1.95 0 0 1-1.43.589c-.566-.012-1.043-.2-1.431-.588m-.067 2.595h2.994v13.883h-2.994zM25.406 19.85c-.544-.2-.987-.466-1.331-.788-.776-.776-1.176-1.84-1.176-3.182V8.683h-2.428v-2.64h2.428V2.13h2.994v3.926h3.372v2.639h-3.372v6.531c0 .743.145 1.276.433 1.575.277.366.743.543 1.42.543.31 0 .576-.044.82-.122q.35-.116.765-.399v2.917c-.599.277-1.32.41-2.173.41a5 5 0 0 1-1.753-.3M33.623 19.407a6.63 6.63 0 0 1-2.529-2.628c-.61-1.12-.909-2.373-.909-3.77 0-1.332.3-2.551.887-3.693.588-1.132 1.409-2.04 2.462-2.706s2.251-1.01 3.593-1.01c1.397 0 2.606.311 3.637.921a6.1 6.1 0 0 1 2.34 2.528c.532 1.076.799 2.274.799 3.627 0 .255-.023.576-.078.953H33.179c.111 1.287.566 2.285 1.375 2.983a4.16 4.16 0 0 0 2.817 1.043c.854 0 1.597-.189 2.218-.588a4.27 4.27 0 0 0 1.508-1.597l2.528 1.198q-.981 1.713-2.561 2.694c-1.054.655-2.318.976-3.782.976q-2.046.033-3.66-.931m7.23-8.051a3.3 3.3 0 0 0-.466-1.453c-.277-.477-.687-.887-1.242-1.208-.554-.322-1.23-.488-2.03-.488-.964 0-1.773.288-2.439.853-.665.566-1.12 1.342-1.375 2.296z"})));var c=i(16834),d=i(62540);const u=function Logo(){return(0,d.jsxs)("div",{className:"googlesitekit-logo","aria-hidden":"true",children:[(0,d.jsx)(o.A,{className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),(0,d.jsx)(l,{className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),(0,d.jsx)(c.A,{children:(0,n.__)("Site Kit by Google Logo","google-site-kit")})]})}},99897:(e,t,i)=>{i.d(t,{A_:()=>d,DF:()=>g,L1:()=>p,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>o,ue:()=>n,wq:()=>s,xR:()=>u});const s=1,n=2,o=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",d="_r..dataFilters",u="_r..nav",g="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=84707,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-metric-selection-fa2203e0c4f9ef557b3b.js 0000755 00000517027 15111634507 0020130 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[15,290],{718:(e,t,i)=>{i.d(t,{gy:()=>SelectionPanelFooter,W4:()=>SelectionPanelHeader,y3:()=>SelectionPanelItem,DW:()=>SelectionPanelItems,Ay:()=>M});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(4544),l=i.n(a),c=i(21795),g=i(78174),d=i(63696),u=i(19266),p=i(14007),m=i(62540);function SideSheet({className:e,children:t,isOpen:i,isLoading:n,onOpen:s=()=>{},closeSheet:r=()=>{},focusTrapOptions:a={}}){const h=(0,d.useRef)();return(0,d.useEffect)(()=>{i?(s(),document.body.classList.add("googlesitekit-side-sheet-scroll-lock")):document.body.classList.remove("googlesitekit-side-sheet-scroll-lock")},[i,s]),(0,c.A)(h,r),(0,g.A)(e=>i&&u._f===e.keyCode,r),(0,m.jsxs)(p.A,{children:[(0,m.jsx)(l(),{active:!!i&&!n,focusTrapOptions:{fallbackFocus:"body",...a},children:(0,m.jsx)("section",{ref:h,className:o()("googlesitekit-side-sheet",e,{"googlesitekit-side-sheet--open":i}),role:"dialog","aria-modal":"true","aria-hidden":!i,tabIndex:"0",children:t})}),i&&(0,m.jsx)("span",{className:"googlesitekit-side-sheet-overlay"})]})}function SelectionPanel({children:e,isOpen:t,isLoading:i,onOpen:n,closePanel:s,className:r}){const a=r?.split(/\s+/).map(e=>`.${e}`).join(""),l=a?`${a} .googlesitekit-selection-panel-item .googlesitekit-selection-box input`:".googlesitekit-selection-panel-item .googlesitekit-selection-box input";return(0,m.jsx)(SideSheet,{className:o()("googlesitekit-selection-panel",r),isOpen:t,isLoading:i,onOpen:n,closeSheet:s,focusTrapOptions:{initialFocus:l},children:e})}SideSheet.propTypes={className:r().string,children:r().node,isOpen:r().bool,isLoading:r().bool,onOpen:r().func,closeSheet:r().func,focusTrapOptions:r().object},SelectionPanel.propTypes={children:r().node,isOpen:r().bool,isLoading:r().bool,onOpen:r().func,closePanel:r().func,className:r().string};var h=i(20898),f=i(72545),y=i(15167);function SelectionPanelHeader({children:e,title:t,onCloseClick:i}){return(0,m.jsxs)("header",{className:"googlesitekit-selection-panel-header",children:[(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-header__row",children:[(0,m.jsx)(y.A,{as:"h3",size:"small",type:"headline",children:t}),(0,m.jsx)(h.A,{className:"googlesitekit-selection-panel-header__close",onClick:i,linkButton:!0,children:(0,m.jsx)(f.A,{width:"15",height:"15"})})]}),e]})}SelectionPanelHeader.propTypes={children:r().node,title:r().string,onCloseClick:r().func};var k=i(82871),v=i(49383);function SelectionBox({badge:e,checked:t,children:i,disabled:n,id:s,onChange:r,title:a,value:l}){return(0,m.jsx)("div",{className:o()("googlesitekit-selection-box",{"googlesitekit-selection-box--disabled":n}),children:(0,m.jsx)(v.Checkbox,{checked:t,description:i,disabled:n,id:s,name:s,onChange:r,value:l,badge:e,children:a})})}SelectionBox.propTypes={badge:r().node,checked:r().bool,children:r().node,disabled:r().bool,id:r().string,onChange:r().func,title:r().string,value:r().string};var _=i(2362);function SelectionPanelItem({children:e,id:t,slug:i,title:n,description:o,isItemSelected:s,isItemDisabled:r,onCheckboxChange:a,subtitle:l,suffix:c,badge:g,isNewlyDetected:d}){return(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-item",children:[(0,m.jsxs)(SelectionBox,{badge:g,checked:s,disabled:r,id:t,onChange:a,title:n,value:i,children:[l&&(0,m.jsx)("span",{className:"googlesitekit-selection-panel-item__subtitle",children:l}),o,e]}),d&&(0,m.jsx)(_.A,{label:(0,k.__)("New","google-site-kit")}),c&&(0,m.jsx)("span",{className:"googlesitekit-selection-panel-item__suffix",children:c})]})}function SelectionPanelItems({currentSelectionTitle:e=(0,k.__)("Current selection","google-site-kit"),availableItemsTitle:t=(0,k.__)("Additional items","google-site-kit"),savedItemSlugs:i=[],availableSavedItems:n={},availableUnsavedItems:o={},ItemComponent:s,notice:r}){function a(e){return Object.keys(e).map(t=>(0,m.jsx)(s,{slug:t,savedItemSlugs:i,...e[t]},t))}const l=Object.keys(o).length;return(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-items",children:[0!==i.length&&(0,m.jsxs)(d.Fragment,{children:[(0,m.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:e}),(0,m.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(n)}),l>0&&(0,m.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:t})]}),l>0&&(0,m.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(o)}),r]})}SelectionPanelItem.propTypes={children:r().node,id:r().string,slug:r().string,title:r().string,description:r().string,isItemSelected:r().bool,isItemDisabled:r().bool,onCheckboxChange:r().func,subtitle:r().string,suffix:r().node,badge:r().node,isNewlyDetected:r().bool},SelectionPanelItems.propTypes={currentSelectionTitle:r().string,availableItemsTitle:r().string,savedItemSlugs:r().array,availableSavedItems:r().object,availableUnsavedItems:r().object,ItemComponent:r().elementType,notice:r().node};var b=i(17243),I=i(13606),x=i(50539),S=i(12850),N=i(72455),A=i(23224),j=i(80035);function SelectionPanelFooter({savedItemSlugs:e=[],selectedItemSlugs:t=[],saveSettings:i=()=>{},itemLimitError:n,minSelectedItemCount:o=0,maxSelectedItemCount:s=0,isBusy:r,onSaveSuccess:a=()=>{},onCancel:l=()=>{},isOpen:c,closePanel:g=()=>{}}){const[u,p]=(0,d.useState)(null),[h,f]=(0,d.useState)(!1),y=(0,x.useSelect)(e=>e(N.K9).isFetchingSyncAvailableAudiences()),_=(0,d.useMemo)(()=>!(0,b.isEqual)((0,S.N9)(t),(0,S.N9)(e)),[e,t]),M=e?.length>0&&_?(0,k.__)("Apply changes","google-site-kit"):(0,k.__)("Save selection","google-site-kit"),T=(0,d.useCallback)(async()=>{const{error:e}=await i(t);e||(a(),g(),p(M),f(!0))},[i,t,a,g,M]),C=(0,d.useCallback)(()=>{g(),l()},[g,l]),[E,w]=(0,d.useState)(null);(0,d.useEffect)(()=>{null!==E&&E!==c&&c&&(p(null),f(!1)),w(c)},[c,E]);const D=t?.length||0,O=y?(0,m.jsx)(A.A,{width:"89px",height:"20px"}):(0,m.jsx)("p",{className:"googlesitekit-selection-panel-footer__item-count",children:(0,I.A)((0,k.sprintf)(/* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ /* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ (0,k.__)("%1$d selected <MaxCount>(up to %2$d)</MaxCount>","google-site-kit"),D,s),{MaxCount:(0,m.jsx)("span",{className:"googlesitekit-selection-panel-footer__item-count--max-count"})})});return(0,m.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-footer__content",children:[_&&n?(0,m.jsx)(j.A,{type:j.A.TYPES.ERROR,description:n}):O,(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-footer__actions",children:[(0,m.jsx)(v.Button,{onClick:C,disabled:r,tertiary:!0,children:(0,k.__)("Cancel","google-site-kit")}),(0,m.jsx)(v.SpinnerButton,{onClick:T,isSaving:r,disabled:D<o||D>s||r||!c&&h,children:u||M})]})]})})}SelectionPanelFooter.propTypes={savedItemSlugs:r().array,selectedItemSlugs:r().array,saveSettings:r().func,itemLimitError:r().string,minSelectedItemCount:r().number,maxSelectedItemCount:r().number,isBusy:r().bool,onSaveSuccess:r().func,onCancel:r().func,isOpen:r().bool,closePanel:r().func};const M=SelectionPanel},1102:(e,t,i)=>{i.d(t,{w:()=>a});var n=i(35470),o=i(63696),s=i(2422);function r(){}function a(e,t){const i=(0,s.W)({sticky:!0}),a=(0,o.useRef)(),l=(0,o.useCallback)(e,t),c=(0,n.A)(i?l:r);return i&&(a.current=c),a.current}},2362:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...n},s)=>(0,l.jsx)("span",{ref:s,...n,className:o()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:r().string.isRequired,hasLeftSpacing:r().bool};const g=c},2422:(e,t,i)=>{i.d(t,{W:()=>l});var n=i(79257),o=i(35470),s=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,s.useContext)(r.A),[i,l]=(0,s.useState)(!1),c=(0,o.A)(e=>e(a.n).getInViewResetCount()),g=(0,o.A)(e=>e(a.n).getValue("forceInView"));return(0,s.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,s.useEffect)(()=>{g&&l(!0)},[g]),(0,n.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2522:(e,t,i)=>{i.d(t,{D:()=>s});var n=i(32091),o=i.n(n);function s(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3288:(e,t,i)=>{i.d(t,{Q:()=>n});const n="emailReportingUserSettingsSelectionPanelOpened"},3714:(e,t,i)=>{i.d(t,{Kk:()=>s,SZ:()=>n,Yw:()=>r,oJ:()=>a,tT:()=>o});const n="body",o=[n,"display","headline","label","title"],s="small",r="medium",a=[s,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var n=i(62688),o=i.n(n),s=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:n,onClick:o,href:a}){return e&&(o||a)?(0,r.jsx)(s.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||n,isSaving:n,onClick:o,href:a,children:e}):null}CTAButton.propTypes={label:o().string,ariaLabel:o().string,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,dismissOnClick:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(62688),o=i.n(n),s=i(63696),r=i(81276),a=i(49383),l=i(8420),c=i(62540);let g=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const n=(0,s.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):g;e&&document.body.contains(e)&&e.focus(),t||(g=null)})},[t]),o=(0,r.A)(e);return(0,s.useEffect)(()=>(!0===o&&!1===e&&n(),()=>{n()}),[o,e,n]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(g=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:o().bool,refocusQuerySelector:o().string,...a.Dialog.propTypes};const d=RefocusableModalDialog},6464:(e,t,i)=>{i.d(t,{i:()=>r});var n=i(63696),o=i(11106),s=i(65214);function r(e){const t=(0,n.useContext)(o.A);return(0,s.G)(e,t)}},6732:(e,t,i)=>{i.d(t,{A:()=>n});const n=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(63696),o=i(77766),s=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,o.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,n.useCallback)((...e)=>(0,s.sx)(g,i,...e),[g,i]),confirm:(0,n.useCallback)((...e)=>(0,s.sx)(g,r,...e),[g,r]),dismiss:(0,n.useCallback)((...e)=>(0,s.sx)(g,a,...e),[g,a]),clickLearnMore:(0,n.useCallback)((...e)=>(0,s.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>o,n:()=>n});const n="core/ui",o="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>f});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var g=i(12850),d=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:n,children:s}){return(0,c.jsxs)("div",{className:o()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(d.A,{...i}),n&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:n}),s]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(d.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var u=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var m=i(80035);const h=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:n,additionalDescription:s,errorText:r,helpText:a,learnMoreLink:g,dismissButton:d,ctaButton:h,svg:f,footer:y},k)=>{const v=(0,l.dv)(),_=v===l.mp||v===l.Lg;let b=null;_&&f?.mobile?b=f.mobile:!_&&f?.desktop&&(b=f.desktop);const I=f?.verticalPosition?f.verticalPosition:"center";return(0,c.jsxs)("div",{ref:k,className:o()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:n,learnMoreLink:g,additionalDescription:s}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(m.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[h&&(0,c.jsx)(u.A,{...h}),d?.onClick&&(0,c.jsx)(p.A,{...d})]})]}),b&&(0,c.jsx)("div",{className:o()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${I}`]:I}),style:{backgroundImage:`url(${b})`}}),y&&(0,c.jsx)(Footer,{children:y})]})});h.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(d.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(u.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const f=h},8143:(e,t,i)=>{i.d(t,{VZ:()=>s,dc:()=>r,pH:()=>o,r0:()=>a});var n=i(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function s(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),o=e.replace(i.origin,"");if(o.length<t)return o;const s=o.length-Math.floor(t)+1;return"…"+o.substr(s)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(52684),l=i(13606),c=i(82871),g=i(49383),d=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:n=null,onClose:o=null,title:s=null,provides:p,handleConfirm:m,subtitle:h,confirmButton:f=null,dependentModules:y,danger:k=!1,inProgress:v=!1,small:_=!1,medium:b=!1,buttonLink:I=null}){const x=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,S=!(!p||!p.length);return(0,u.jsxs)(g.Dialog,{open:t,onOpen:n,onClose:o,"aria-describedby":S?x:void 0,tabIndex:"-1",className:r()(e,{"googlesitekit-dialog-sm":_,"googlesitekit-dialog-md":b}),children:[(0,u.jsxs)(g.DialogTitle,{children:[k&&(0,u.jsx)(d.A,{width:28,height:28}),s]}),h?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:h}):[],(0,u.jsxs)(g.DialogContent,{children:[S&&(0,u.jsx)("section",{id:x,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),y&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),y),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(g.DialogFooter,{children:[(0,u.jsx)(g.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:v,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),I?(0,u.jsx)(g.Button,{href:I,onClick:m,target:"_blank",danger:k,children:f}):(0,u.jsx)(g.SpinnerButton,{onClick:m,danger:k,disabled:v,isSaving:v,children:f||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:o().string,dialogActive:o().bool,handleDialog:o().func,handleConfirm:o().func.isRequired,onOpen:o().func,onClose:o().func,title:o().string,confirmButton:o().string,danger:o().bool,small:o().bool,medium:o().bool,buttonLink:o().string};const p=ModalDialog},11106:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(63696),o=i(65214);const s=(0,n.createContext)(o.t)},12108:(e,t,i)=>{i.d(t,{YJ:()=>s,Eq:()=>r});var n=i(32947),o=i(17243);function s(e,t){const n=document.querySelector(e);if(!n)return 0;const o=n.getBoundingClientRect().top,s=r(t);return o+i.g.scrollY-s}function r(e){let t=function(e){let t=0;const s=document.querySelector(".googlesitekit-header");t=s&&"sticky"===i.g.getComputedStyle(s).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===n.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==n.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,o.isFinite)(e)?e:0}(t),t<0?0:t}(e);const s=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(s).reduce((e,t)=>e+t.offsetHeight,0),t}},12701:(e,t,i)=>{i.d(t,{A:()=>Root});var n=i(62688),o=i.n(n),s=i(44010),r=i(77105),a=i(63696),l=i(50539),c=i.n(l),g=i(82871),d=i(54312),u=i(61991),p=i(90007),m=i(12850),h=i(62540);class ErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,m.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,h.jsx)(p.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,g.__)("Site Kit encountered an error","google-site-kit"),description:(0,h.jsxs)(a.Fragment,{children:[(0,h.jsx)(d.A,{message:t.message,componentStack:i.componentStack}),(0,h.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,i.componentStack]})]})}):e}}ErrorHandler.contextType=u.Ay,ErrorHandler.propTypes={children:o().node.isRequired};const f=ErrorHandler;var y=i(11106);const{Consumer:k,Provider:v}=y.A,_=v;var b=i(65214),I=i(4445),x=i(78340),S=i(45472),N=i(58116),A=i(64067),j=i(14007);const M=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(N.oR).getPermissionScopeError()),n=(0,l.useSelect)(e=>e(N.oR).getUnsatisfiedScopes()),o=(0,l.useSelect)(e=>e(N.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||i.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:s}=(0,l.useDispatch)(N.oR),{navigateTo:r}=(0,l.useDispatch)(S.M),{setValues:c}=(0,l.useDispatch)(x.s),d=(0,a.useCallback)(()=>{s()},[s]),u=(0,a.useCallback)(async()=>{c(N.$8,{permissionsError:t}),await(0,A.mR)(e),r(o)},[e,o,r,t,c]);return(0,a.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await u()}()},[u,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||n&&t?.data?.scopes.every(e=>n.includes(e))?null:(0,h.jsx)(j.A,{children:(0,h.jsx)(I.A,{title:(0,g.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,g.__)("Proceed","google-site-kit"),handleConfirm:u,handleCancel:d,onClose:d,dialogActive:!0,medium:!0})}):(i.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const T=function PermissionsModal(){return(0,l.useSelect)(e=>e(N.oR).isAuthenticated())?(0,h.jsx)(M,{}):null};const C=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[i,n]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{i||(async()=>{await(0,A.P9)(t),n(!0)})()},[t,i]),i?e:null};var E=i(15844),w=i(77766),D=i(39771);function FeatureTours(){const e=(0,w.A)(),{triggerTourForView:t}=(0,l.useDispatch)(N.oR);(0,E.A)(()=>{t(e)});const n=(0,l.useSelect)(e=>e(N.oR).getCurrentTour());return(0,a.useEffect)(()=>{if(!n)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[n]),n?(0,h.jsx)(D.Ay,{tourID:n.slug,steps:n.steps,gaEventCategory:n.gaEventCategory,callback:n.callback}):null}var O=i(68869),L=i(22821);function Root({children:e,registry:t,viewContext:i=null}){const n=s.D,[o]=(0,a.useState)({key:"Root",value:!0});return(0,h.jsx)(a.StrictMode,{children:(0,h.jsx)(O.Ay,{value:o,children:(0,h.jsx)(l.RegistryProvider,{value:t,children:(0,h.jsx)(_,{value:b.t,children:(0,h.jsx)(u.Kq,{value:i,children:(0,h.jsx)(r.A,{theme:n(),children:(0,h.jsxs)(f,{children:[(0,h.jsxs)(C,{children:[e,i&&(0,h.jsx)(FeatureTours,{})]}),(0,L.A)(i)&&(0,h.jsx)(T,{})]})})})})})})})}Root.propTypes={children:o().node,registry:o().object,viewContext:o().string.isRequired},Root.defaultProps={registry:c()}},12755:(e,t,i)=>{i.d(t,{A:()=>$e});var n,o,s=i(62688),r=i.n(s),a=i(4452),l=i.n(a),c=i(41814),g=i(82871),d=i(63696),u=i(50539),p=i(99455),m=i(21795),h=i(31589),f=i(19266),y=i(49383),k=i(8420),v=i(12850),_=i(21134),b=i(14007),I=i(58116),x=i(62540);function Details(){const e=(0,u.useSelect)(e=>e(I.oR).getPicture()),t=(0,u.useSelect)(e=>e(I.oR).getFullName()),i=(0,u.useSelect)(e=>e(I.oR).getEmail());return(0,x.jsxs)("div",{className:"googlesitekit-user-menu__details","aria-label":(0,g.__)("Google account","google-site-kit"),children:[!!e&&(0,x.jsx)("img",{className:"googlesitekit-user-menu__details-avatar",src:e,alt:""}),(0,x.jsxs)("div",{className:"googlesitekit-user-menu__details-info",children:[(0,x.jsx)("p",{className:"googlesitekit-user-menu__details-info__name",children:t}),(0,x.jsx)("p",{className:"googlesitekit-user-menu__details-info__email","aria-label":(0,g.__)("Email","google-site-kit"),children:i})]})]})}function Item({icon:e,label:t}){return(0,x.jsxs)("div",{className:"googlesitekit-user-menu__item",children:[(0,x.jsx)("div",{className:"googlesitekit-user-menu__item-icon",children:e}),(0,x.jsx)("span",{className:"googlesitekit-user-menu__item-label",children:t})]})}function S(){return S=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},S.apply(null,arguments)}Item.propTypes={icon:r().node,label:r().string};const N=e=>d.createElement("svg",S({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.7,d:"m11.775 5.701.58-.58a4.547 4.547 0 0 1 6.43 0v0a4.547 4.547 0 0 1 0 6.43l-.598.599m-12.504-.357-.562.562a4.547 4.547 0 0 0 0 6.43v0a4.547 4.547 0 0 0 6.43 0l.58-.58"})),o||(o=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"m8.543 15.363 1.118-1.118m5.684-5.684L14.226 9.68M5.107 5.134l13.664 13.664"})));var A,j,M,T,C;function E(){return E=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},E.apply(null,arguments)}const w=e=>d.createElement("svg",E({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),A||(A=d.createElement("rect",{width:18,height:13,x:3,y:4,stroke:"#6C726E",strokeWidth:1.5,rx:2})),j||(j=d.createElement("path",{fill:"#6C726E",d:"M9 17h6v3H9z"})),M||(M=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M10 9h7M10 12h7"})),T||(T=d.createElement("circle",{cx:7,cy:9,r:1,fill:"#6C726E"})),C||(C=d.createElement("circle",{cx:7,cy:12,r:1,fill:"#6C726E"})));var D,O,L;function R(){return R=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},R.apply(null,arguments)}const P=e=>d.createElement("svg",R({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),D||(D=d.createElement("rect",{width:18,height:12,x:3,y:6,stroke:"#6C726E",strokeWidth:1.5,rx:2})),O||(O=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3.566 7.5 7.086 7.086a2 2 0 0 0 2.829 0l7.019-7.02"})),L||(L=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M20.246 17.5 15.5 12.754M4 17.5l4.746-4.746"})));var z=i(93896),B=i(7081),G=i(45472),U=i(72455),H=i(3288),F=i(99235),V=i(77766),Y=i(27333),W=i(6464);function UserMenu(){const e=(0,W.i)("proactiveUserEngagement"),t=(0,u.useSelect)(e=>e(z.O4).getProxyPermissionsURL()),i=(0,u.useSelect)(e=>e(I.oR).getEmail()),n=(0,u.useSelect)(e=>e(I.oR).getPicture()),o=(0,u.useSelect)(e=>e(I.oR).getFullName()),s=(0,u.useSelect)(e=>e(z.O4).getAdminURL("googlesitekit-splash",{googlesitekit_context:"revoked"})),r=(0,Y.A)(U.CV,"isAutoCreatingCustomDimensionsForAudience"),[a,l]=(0,d.useState)(!1),[c,p]=(0,d.useState)(!1),S=(0,d.useRef)(),A=(0,d.useRef)(),j=(0,V.A)(),{navigateTo:M}=(0,u.useDispatch)(G.M);(0,m.A)(S,()=>p(!1)),(0,F.l)([f._f,f.wn],S,()=>{p(!1),A.current?.focus()});const T=(0,d.useCallback)(()=>{l(!1),p(!1)},[l,p]),C=(0,d.useCallback)(e=>{f._f===e.keyCode&&T()},[T]);(0,h.A)("keyup",C);const E=(0,d.useCallback)(()=>{c||(0,v.sx)(`${j}_headerbar`,"open_usermenu"),p(!c)},[c,j]),D=(0,d.useCallback)(()=>{l(!a),p(!1)},[a]),{setValue:O}=(0,u.useDispatch)(B.n),L=(0,d.useCallback)(async(e,i)=>{const{detail:{item:n}}=i;switch(n?.id){case"manage-sites":t&&(await(0,v.sx)(`${j}_headerbar_usermenu`,"manage_sites"),M(t));break;case"disconnect":D();break;case"manage-email-reports":O(H.Q,!0);break;default:E()}},[t,E,D,M,O,j]),R=(0,d.useCallback)(async()=>{l(!1),await(0,_.IL)(),await(0,v.sx)(`${j}_headerbar_usermenu`,"disconnect_user"),M(s)},[s,M,j]);if(!i)return null;let Z;return o&&i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name 2: User's email address. */ /* translators: Account info text. 1: User's (full) name 2: User's email address. */ (0,g.__)("Google Account for %1$s (Email: %2$s)","google-site-kit"),o,i)),o&&!i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name. */ /* translators: Account info text. 1: User's (full) name. */ (0,g.__)("Google Account for %1$s","google-site-kit"),o)),!o&&i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's email address. */ /* translators: Account info text. 1: User's email address. */ (0,g.__)("Google Account (Email: %1$s)","google-site-kit"),i)),(0,x.jsxs)(d.Fragment,{children:[(0,x.jsxs)("div",{ref:S,className:"googlesitekit-user-selector googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,x.jsx)(y.Button,{disabled:r,ref:A,className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--tablet googlesitekit-border-radius-round--phone googlesitekit-border-radius-round googlesitekit-button-icon",onClick:E,icon:!!n&&(0,x.jsx)("i",{className:"mdc-button__icon mdc-button__account","aria-hidden":"true",children:(0,x.jsx)("img",{className:"mdc-button__icon--image",src:n,alt:(0,g.__)("User Avatar","google-site-kit")})}),"aria-haspopup":"menu","aria-expanded":c,"aria-controls":"user-menu","aria-label":r?void 0:(0,g.__)("Account","google-site-kit"),tooltipEnterDelayInMS:500,customizedTooltip:r?null:(0,x.jsxs)("span",{"aria-label":Z,children:[(0,x.jsx)("strong",{children:(0,g.__)("Google Account","google-site-kit")}),(0,x.jsx)("br",{}),(0,x.jsx)("br",{}),o,o&&(0,x.jsx)("br",{}),i]}),text:!0,tooltip:!0}),(0,x.jsxs)(y.Menu,{className:"googlesitekit-user-menu",menuOpen:c,onSelected:L,id:"user-menu",children:[(0,x.jsx)("li",{children:(0,x.jsx)(Details,{})}),e&&(0,x.jsx)("li",{id:"manage-email-reports",className:"mdc-list-item",role:"menuitem",children:(0,x.jsx)(Item,{icon:(0,x.jsx)(P,{width:"24"}),label:(0,g.__)("Manage email reports","google-site-kit")})}),!!t&&(0,x.jsx)("li",{id:"manage-sites",className:"mdc-list-item",role:"menuitem",children:(0,x.jsx)(Item,{icon:(0,x.jsx)(w,{width:"24"}),label:(0,g.__)("Manage Sites","google-site-kit")})}),(0,x.jsx)("li",{id:"disconnect",className:"mdc-list-item",role:"menuitem",children:(0,x.jsx)(Item,{icon:(0,x.jsx)(N,{width:"24"}),label:(0,g.__)("Disconnect","google-site-kit")})})]})]}),(0,x.jsx)(b.A,{children:(0,x.jsx)(k.A,{dialogActive:a,handleConfirm:R,handleCancel:T,onClose:T,title:(0,g.__)("Disconnect","google-site-kit"),subtitle:(0,g.__)("Disconnecting Site Kit by Google will remove your access to all services. After disconnecting, you will need to re-authorize to restore service.","google-site-kit"),confirmButton:(0,g.__)("Disconnect","google-site-kit"),danger:!0,small:!0})})]})}var Z=i(55527),Q=i(35323),$=i(29898),X=i(15844),q=i(39525),K=i(30521),J=i(24558),ee=i(73874),te=i(12108),ie=i(32947);var ne=i(44949),oe=i(86134);const se={[ee.Oo]:{[J.SH]:ne.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,[J.OT]:ne.CONTEXT_MAIN_DASHBOARD_TRAFFIC,[J.en]:ne.CONTEXT_MAIN_DASHBOARD_CONTENT,[J.Ej]:ne.CONTEXT_MAIN_DASHBOARD_SPEED,[J.Gw]:ne.CONTEXT_MAIN_DASHBOARD_MONETIZATION},[ee.oE]:{[J.OT]:ne.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,[J.en]:ne.CONTEXT_ENTITY_DASHBOARD_CONTENT,[J.Ej]:ne.CONTEXT_ENTITY_DASHBOARD_SPEED,[J.Gw]:ne.CONTEXT_ENTITY_DASHBOARD_MONETIZATION}};var re;function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ae.apply(null,arguments)}const le=e=>d.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),re||(re=d.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18 16V2c0-1.1-1-2-2.222-2H2.222C1 0 0 .9 0 2v14c0 1.1 1 2 2.222 2h13.556C17 18 18 17.1 18 16M9 7h5V5H9zm7-5H2v14h14zM4 4h4v4H4zm10 7H9v2h5zM4 10h4v4H4z",clipRule:"evenodd"})));var ce,ge,de,ue;function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},pe.apply(null,arguments)}const me=e=>d.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 12"},e),ce||(ce=d.createElement("rect",{width:5,height:5,x:.5,fill:"currentColor",rx:1})),ge||(ge=d.createElement("rect",{width:5,height:5,x:7.5,fill:"currentColor",rx:1})),de||(de=d.createElement("rect",{width:5,height:5,x:.5,y:7,fill:"currentColor",rx:1})),ue||(ue=d.createElement("rect",{width:5,height:5,x:7.5,y:7,fill:"currentColor",rx:1})));var he;function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},fe.apply(null,arguments)}const ye=e=>d.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 12"},e),he||(he=d.createElement("path",{fill:"currentColor",d:"M16.1 0v2h2.967l-5.946 5.17-4.6-4L0 10.59 1.622 12l6.9-6 4.6 4L20.7 3.42V6H23V0z"})));var ke,ve;function _e(){return _e=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},_e.apply(null,arguments)}const be=e=>d.createElement("svg",_e({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},e),ke||(ke=d.createElement("path",{fill:"currentColor",d:"m18.378 4.543-1.232 1.854a8.02 8.02 0 0 1-.22 7.598H3.043A8.02 8.02 0 0 1 4.154 4.49 8.01 8.01 0 0 1 13.57 2.82l1.853-1.233A10.01 10.01 0 0 0 3.117 2.758a10.026 10.026 0 0 0-1.797 12.24A2 2 0 0 0 3.043 16h13.873a2 2 0 0 0 1.742-1.002 10.03 10.03 0 0 0-.27-10.465z"})),ve||(ve=d.createElement("path",{fill:"currentColor",d:"M8.572 11.399a2.003 2.003 0 0 0 2.835 0l5.669-8.51-8.504 5.673a2.005 2.005 0 0 0 0 2.837"})));var Ie;function xe(){return xe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},xe.apply(null,arguments)}const Se=e=>d.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 16"},e),Ie||(Ie=d.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 0h3.971v16H7zM0 8h4v8H0zm18-3h-4v11h4z",clipRule:"evenodd"})));function Navigation(){const e=(0,ee.Ay)(),t=(0,d.useRef)(),n=(0,V.A)(),o=function(){const e=(0,ee.Ay)(),t=(0,Q.A)();return(0,u.useSelect)(i=>{const n=t?i(I.oR).getViewableModules():null,o=i(I.oR).isKeyMetricsWidgetHidden(),s={modules:n||void 0};return Object.keys(se[e]).reduce((t,n)=>(n===J.SH&&o||i(oe.aO).isWidgetContextActive(se[e][n],s)&&t.push(n),t),[])})}(),{calculateScrollPosition:s,defaultChipID:r,findClosestSection:a,isValidChipID:c,scrollToChip:p,updateURLHash:m}=function({visibleSections:e}){const t=(0,ie.dv)(),n=(0,Q.A)(),o=(0,d.useCallback)(()=>e.includes(J.SH)?J.SH:n?e[0]||"":J.OT,[n,e])(),s=(0,d.useCallback)(t=>e.includes(t),[e]),r=(0,d.useCallback)(e=>{i.g.history.replaceState({},"",`#${e}`)},[]),a=(0,d.useCallback)(e=>e!==o?(0,te.YJ)(`#${e}`,t):0,[t,o]),l=(0,d.useCallback)(e=>{i.g.scrollTo({top:a(e,t,o),behavior:"smooth"})},[t,a,o]),c=(0,d.useCallback)(t=>{var i;const n=document.querySelector(".googlesitekit-entity-header")?.getBoundingClientRect?.()?.bottom,{bottom:s}=null!==(i=t?.current?.getBoundingClientRect?.())&&void 0!==i?i:{};let r,a=o;for(const t of e){const e=document.getElementById(t);if(!e)continue;const i=e.getBoundingClientRect().top-20-(n||s||0);i<0&&(void 0===r||r<i)&&(r=i,a=t)}return a},[o,e]);return{calculateScrollPosition:a,defaultChipID:o,findClosestSection:c,isValidChipID:s,scrollToChip:l,updateURLHash:r}}({visibleSections:o}),f=i.g.location.hash?.substring(1),[y,k]=(0,d.useState)(f||void 0),[_,b]=(0,d.useState)(!1),[S,N]=(0,d.useState)(f),{setValue:A}=(0,u.useDispatch)(B.n),j=(0,d.useCallback)(({target:e})=>{const t=e.closest(".mdc-chip"),i=t?.dataset?.contextId;m(i),k(i),p(i),(0,v.sx)(`${n}_navigation`,"tab_select",i),setTimeout(()=>{A(B.F,i)},50)},[p,A,m,n]),M=(0,d.useCallback)(()=>{if(!t?.current)return;const{top:e}=t?.current?.getBoundingClientRect();if(0===i.g.scrollY)b(!1);else{const t=document.querySelector(".googlesitekit-header")?.getBoundingClientRect?.()?.bottom;b(e===t)}},[]),T=(0,d.useCallback)(e=>{function o(e){A(B.F,void 0),N(e),k(void 0)}const s=a(t);if(y)y===s&&o(s);else{const{hash:t}=i.g.location;s!==t?.substring(1)&&(e&&(0,v.sx)(`${n}_navigation`,"tab_scroll",s),m(s),o(s))}},[a,y,A,m,n]);(0,X.A)(()=>{if(!f)return N(r),void setTimeout(()=>m(r));const e=c(f)?f:r;N(e),A(B.F,e),setTimeout(()=>{const t=s(e);i.g.scrollY!==t?p(e):A(B.F,void 0)},50)});const C=(0,d.useCallback)(e=>{M(),T(e)},[T,M]),E=(0,K.A)(C,150);(0,h.A)("scroll",E);const w={[J.SH]:{label:(0,g.__)("Key metrics","google-site-kit"),icon:(0,x.jsx)(me,{width:"18",height:"16"})},[J.OT]:{label:(0,g.__)("Traffic","google-site-kit"),icon:(0,x.jsx)(Se,{width:"18",height:"16"})},[J.en]:{label:(0,g.__)("Content","google-site-kit"),icon:(0,x.jsx)(le,{width:"18",height:"18"})},[J.Ej]:{label:(0,g.__)("Speed","google-site-kit"),icon:(0,x.jsx)(be,{width:"20",height:"16"})},[J.Gw]:{label:(0,g.__)("Monetization","google-site-kit"),icon:(0,x.jsx)(ye,{width:"18",height:"16"})}};return(0,x.jsx)("nav",{className:l()("mdc-chip-set","googlesitekit-navigation",`googlesitekit-navigation--${e}`,{"googlesitekit-navigation--is-sticky":_}),ref:t,children:o.map(e=>(0,x.jsx)(q.Chip,{id:e,label:w[e].label,leadingIcon:w[e].icon,onClick:j,selected:S===e,"data-context-id":e},e))})}function DashboardNavigation(){const e=(0,Q.A)(),t=(0,u.useSelect)(t=>e?t(I.oR).getViewableModules():null),i=(0,u.useSelect)(e=>e(I.oR).getKeyMetrics());return(0,x.jsx)($.A,{loading:void 0===t||void 0===i,width:"100%",smallHeight:"59px",height:"71px",children:(0,x.jsx)(Navigation,{})})}var Ne,Ae;function je(){return je=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},je.apply(null,arguments)}const Me=e=>d.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Ne||(Ne=d.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),Ae||(Ae=d.createElement("path",{fill:"currentColor",d:"M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"})));var Te=i(20898),Ce=i(59323),Ee=i(8143);const we=function EntityHeader(){const e=(0,V.A)(),t=(0,ee.Ay)(),n=(0,u.useSelect)(e=>e(z.O4).getCurrentEntityTitle()),o=(0,u.useSelect)(e=>e(z.O4).getCurrentEntityURL()),s=(0,d.useRef)(),[r,a]=(0,d.useState)(o),l=(0,d.useCallback)(()=>{if(!s.current)return;const e=s.current.clientWidth-40,t=i.g.getComputedStyle(s.current.lastChild,null).getPropertyValue("font-size"),n=2*e/parseFloat(t);a((0,Ee.r0)(o,n))},[o]),c=(0,K.A)(l,150);(0,h.A)("resize",c);const{navigateTo:p}=(0,u.useDispatch)(G.M),m=(0,u.useSelect)(e=>e(z.O4).getAdminURL("googlesitekit-dashboard")),f=(0,d.useCallback)(()=>{(0,v.sx)(`${e}_navigation`,"return_to_dashboard"),p(m)},[m,p,e]);return ee.oE!==t||null===o||null===n?null:(0,x.jsxs)("div",{className:"googlesitekit-entity-header",children:[(0,x.jsx)("div",{className:"googlesitekit-entity-header__back",children:(0,x.jsx)(y.Button,{icon:(0,x.jsx)(Me,{width:24,height:24}),"aria-label":(0,g.__)("Back to dashboard","google-site-kit"),onClick:f,text:!0,tertiary:!0,children:(0,g.__)("Back to dashboard","google-site-kit")})}),(0,x.jsxs)("div",{ref:s,className:"googlesitekit-entity-header__details",children:[(0,x.jsx)(Ce.A,{children:n}),(0,x.jsx)(Te.A,{href:o,"aria-label":o,secondary:!0,external:!0,children:r})]})]})};var De;function Oe(){return Oe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Oe.apply(null,arguments)}const Le=e=>d.createElement("svg",Oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 10"},e),De||(De=d.createElement("path",{fill:"currentColor",d:"M8 1.333c2.756 0 5.214 1.42 6.415 3.667-1.2 2.247-3.659 3.667-6.415 3.667S2.785 7.247 1.585 5C2.785 2.753 5.244 1.333 8 1.333M8 0C4.364 0 1.258 2.073 0 5c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5m0 3.333c1.004 0 1.818.747 1.818 1.667S9.004 6.667 8 6.667 6.182 5.92 6.182 5 6.996 3.333 8 3.333M8 2C6.196 2 4.727 3.347 4.727 5S6.197 8 8 8s3.273-1.347 3.273-3S9.803 2 8 2"})));var Re=i(13606);function Description(){const e=(0,V.A)(),t=(0,u.useSelect)(e=>e(I.oR).hasCapability(I.ej)),i=(0,u.useSelect)(e=>e(z.O4).getProxySetupURL()),n=(0,u.useSelect)(e=>e(z.O4).getDocumentationLinkURL("dashboard-sharing")),{navigateTo:o}=(0,u.useDispatch)(G.M),s=(0,d.useCallback)(async t=>{t.preventDefault(),await Promise.all([(0,_.SO)("start_user_setup",!0),(0,v.sx)(`${e}_headerbar_viewonly`,"start_user_setup",i?"proxy":"custom-oauth")]),o(i)},[i,o,e]),r=(0,d.useCallback)(()=>{(0,v.sx)(`${e}_headerbar_viewonly`,"click_learn_more_link")},[e]),a=t?(0,Re.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <strong>Sign in to connect more services and control sharing access.</strong>","google-site-kit"),{strong:(0,x.jsx)("strong",{})}):(0,Re.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <a>Learn more</a>","google-site-kit"),{a:(0,x.jsx)(Te.A,{href:n,onClick:r,"aria-label":(0,g.__)("Learn more about dashboard sharing","google-site-kit"),external:!0})});return(0,x.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__description",children:[(0,x.jsx)(Ce.A,{children:a}),t&&(0,x.jsx)(y.Button,{onClick:s,children:(0,g._x)("Sign in with Google","Service name","google-site-kit")})]})}var Pe=i(37226);function Service({module:e}){const t=(0,u.useSelect)(e=>e(I.oR).hasCapability(I.ej)),{name:i,owner:n}=(0,u.useSelect)(t=>t(Pe.i).getModule(e)||{}),o=(0,u.useSelect)(t=>t(Pe.i).getModuleIcon(e));return(0,x.jsxs)("li",{className:"googlesitekit-view-only-menu__service",children:[(0,x.jsx)("span",{className:"googlesitekit-view-only-menu__service--icon",children:(0,x.jsx)(o,{height:26})}),(0,x.jsx)("span",{className:"googlesitekit-view-only-menu__service--name",children:i}),t&&n?.login&&(0,x.jsx)("span",{className:"googlesitekit-view-only-menu__service--owner",children:(0,Re.A)((0,g.sprintf)(/* translators: %s: module owner Google Account email address */ /* translators: %s: module owner Google Account email address */ (0,g.__)("Shared by <strong>%s</strong>","google-site-kit"),n.login),{strong:(0,x.jsx)("strong",{title:n.login})})})]})}Service.propTypes={module:r().string.isRequired};var ze=i(15167);function SharedServices(){const e=(0,u.useSelect)(e=>e(I.oR).getViewableModules());return void 0===e?null:(0,x.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,x.jsx)(ze.A,{as:"h4",size:"large",type:"title",children:(0,g.__)("Shared services","google-site-kit")}),(0,x.jsx)("ul",{children:e.map(e=>(0,x.jsx)(Service,{module:e},e))})]})}var Be=i(82167);function Tracking(){const e=(0,V.A)();return(0,x.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,x.jsx)(Ce.A,{children:(0,Re.A)((0,g.__)("Thanks for using Site Kit!<br />Help us make it even better","google-site-kit"),{br:(0,x.jsx)("br",{})})}),(0,x.jsx)(Be.A,{trackEventCategory:`${e}_headerbar_viewonly`,alignCheckboxLeft:!0})]})}var Ge=i(74595);function ManageEmailReports(){const{setValue:e}=(0,Ge.wA)(B.n);return(0,x.jsxs)(d.Fragment,{children:[(0,x.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,x.jsx)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__email-reporting",children:(0,x.jsx)("ul",{className:"googlesitekit-view-only-menu",children:(0,x.jsx)("li",{className:"googlesitekit-view-only-menu__email-reporting-item",children:(0,x.jsx)(y.Button,{onClick:()=>e(H.Q,!0),icon:(0,x.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--icon",children:(0,x.jsx)(P,{width:"24"})}),tertiary:!0,children:(0,x.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--name",children:(0,g.__)("Manage email reports","google-site-kit")})})})})})]})}function ViewOnlyMenu(){const e=(0,W.i)("proactiveUserEngagement"),[t,i]=(0,d.useState)(!1),n=(0,d.useRef)(),o=(0,V.A)();(0,m.A)(n,()=>i(!1)),(0,F.l)([f._f,f.wn],n,()=>i(!1));const s=(0,d.useCallback)(()=>{t||(0,v.sx)(`${o}_headerbar`,"open_viewonly"),i(!t)},[t,o]),r=(0,u.useSelect)(e=>e(I.oR).hasCapability(I.ej));return(0,x.jsxs)("div",{ref:n,className:l()("googlesitekit-view-only-menu","googlesitekit-dropdown-menu","googlesitekit-dropdown-menu__icon-menu","mdc-menu-surface--anchor",{"googlesitekit-view-only-menu--user-can-authenticate":r}),children:[(0,x.jsx)(y.Button,{className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--phone googlesitekit-button-icon",onClick:s,icon:(0,x.jsx)("span",{className:"mdc-button__icon","aria-hidden":"true",children:(0,x.jsx)(Le,{className:"mdc-button__icon--image"})}),"aria-haspopup":"menu","aria-expanded":t,"aria-controls":"view-only-menu","aria-label":(0,g.__)("View only","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,g.__)("View only","google-site-kit")}),(0,x.jsxs)(y.Menu,{menuOpen:t,onSelected:s,id:"view-only-menu",nonInteractive:!0,children:[(0,x.jsx)(Description,{}),(0,x.jsx)(SharedServices,{}),e&&(0,x.jsx)(ManageEmailReports,{}),(0,x.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,x.jsx)(Tracking,{})]})]})}var Ue=i(71423),He=i(53137),Fe=i(77513);function CoreSiteBannerNotification({id:e,...t}){const{dismissNotification:i,acceptNotification:n}=(0,u.useDispatch)(z.O4),o=(0,d.useCallback)(()=>{n(e)},[e,n]),s=(0,d.useCallback)(()=>{i(e)},[e,i]);return(0,x.jsx)(Fe.A,{onCTAClick:o,onDismissClick:s,...t,id:e})}CoreSiteBannerNotification.propTypes={content:r().string,ctaLabel:r().string,ctaTarget:r().string,ctaURL:r().string,dismissLabel:r().string,dismissible:r().bool,gaTrackingEventArgs:r().object,id:r().string.isRequired,learnMoreLabel:r().string,learnMoreURL:r().string,title:r().string.isRequired},CoreSiteBannerNotification.defaultProps={content:"",ctaLabel:"",ctaTarget:"",ctaURL:"",dismissLabel:(0,g.__)("OK, Got it!","google-site-kit"),dismissible:!0,learnMoreLabel:"",learnMoreURL:""};const Ve=CoreSiteBannerNotification;const Ye=function CoreSiteBannerNotifications(){const e=(0,V.A)(),[t,i]=(0,d.useState)(!1),[n,o]=(0,d.useState)(!1),s=(0,d.useRef)(Date.now()),r=(0,u.useSelect)(e=>e(z.O4).isUsingProxy()&&!1===e(I.oR).areSurveysOnCooldown()?e(I.oR).getCurrentSurvey():null),[a,l]=(0,d.useState)([]),{registerNotification:c}=(0,u.useDispatch)(Ue.D),g=(0,u.useSelect)(e=>e(z.O4).getNotifications());return(0,d.useEffect)(()=>{const e=setTimeout(()=>{n||i(!0)},5e3);return()=>{clearTimeout(e)}},[n]),(0,d.useEffect)(()=>{Math.floor((Date.now()-s.current)/1e3)<5&&r&&o(!0)},[s,r,o]),(0,d.useEffect)(()=>{t&&!n&&g?.forEach(t=>{if(a.includes(t.id))return;const i={category:`${e}_remote-site-notification`,label:t.id};c(t.id,{Component:({Notification:e})=>(0,x.jsx)(e,{gaTrackingEventArgs:i,children:(0,x.jsx)(Ve,{...t,gaTrackingEventArgs:i})}),priority:t.priority,areaSlug:He.bI.HEADER,isDismissible:t.dismissible}),l(e=>(e.push(t.id),e))})},[e,n,g,c,a,t]),null};var We=i(90007),Ze=i(43569);function InternalServerError(){const e=(0,u.useSelect)(e=>e(z.O4).getInternalServerError());return e?(0,x.jsx)(Ze.A,{id:"internal-server-error",children:(0,x.jsx)(We.A,{notificationID:"internal-server-error",type:We.Q.ERROR,title:e.title,description:e.description})}):null}function LegacyNotifications(){const e=(0,Q.A)(),t=(0,ee.Ay)(),i=(0,u.useSelect)(e=>e(I.oR).isAuthenticated());return(0,x.jsxs)(d.Fragment,{children:[(0,x.jsx)(InternalServerError,{}),!e&&t===ee.Oo&&i&&(0,x.jsx)(Ye,{})]})}var Qe=i(74995);function Header({children:e,subHeader:t,showNavigation:i}){const n=!!(0,ee.Ay)(),o=(0,Q.A)();!function(){const e=(0,V.A)(),t=(0,u.useSelect)(e=>e(z.O4).isUsingProxy()),i=(0,u.useSelect)(e=>e(z.O4).getSetupErrorMessage());(0,d.useEffect)(()=>{i||void 0===t||async function(){const i=await(0,_.Gq)("start_user_setup"),n=await(0,_.Gq)("start_site_setup");i.cacheHit&&(await(0,_.LD)("start_user_setup"),(0,v.sx)(`${e}_setup`,"complete_user_setup",t?"proxy":"custom-oauth")),n.cacheHit&&(await(0,_.LD)("start_site_setup"),(0,v.sx)(`${e}_setup`,"complete_site_setup",t?"proxy":"custom-oauth"))}()},[e,t,i])}();const s=(0,u.useSelect)(e=>e(z.O4).getAdminURL("googlesitekit-dashboard")),r=(0,u.useSelect)(e=>e(I.oR).isAuthenticated()),[a,m]=(0,c.A)({childList:!0}),h=!!m.target?.childElementCount;return(0,x.jsxs)(d.Fragment,{children:[(0,x.jsx)("header",{className:l()("googlesitekit-header",{"googlesitekit-header--has-subheader":h,"googlesitekit-header--has-navigation":i}),children:(0,x.jsx)(Z.xA,{children:(0,x.jsxs)(Z.fI,{children:[(0,x.jsx)(Z.fh,{smSize:1,mdSize:2,lgSize:4,className:"googlesitekit-header__logo",alignMiddle:!0,children:(0,x.jsx)(Te.A,{"aria-label":(0,g.__)("Go to dashboard","google-site-kit"),className:"googlesitekit-header__logo-link",href:s,children:(0,x.jsx)(p.A,{})})}),(0,x.jsxs)(Z.fh,{smSize:3,mdSize:6,lgSize:8,className:"googlesitekit-header__children",alignMiddle:!0,children:[e,!r&&n&&o&&(0,x.jsx)(ViewOnlyMenu,{}),r&&!o&&(0,x.jsx)(UserMenu,{})]})]})})}),(0,x.jsx)("div",{className:"googlesitekit-subheader",ref:a,children:t}),i&&(0,x.jsx)(DashboardNavigation,{}),(0,x.jsx)(we,{}),(0,x.jsx)(LegacyNotifications,{}),(0,x.jsx)(Qe.A,{areaSlug:He.bI.HEADER})]})}Header.displayName="Header",Header.propTypes={children:r().node,subHeader:r().element,showNavigation:r().bool},Header.defaultProps={children:null,subHeader:null};const $e=Header},12850:(e,t,i)=>{i.d(t,{tt:()=>N,Jg:()=>S,Gp:()=>I,GH:()=>b,r0:()=>x,Du:()=>A,Zf:()=>V,Cn:()=>z,G7:()=>f,vH:()=>h,N_:()=>D,zh:()=>W,mK:()=>g.mK,Ql:()=>j,vY:()=>P,sq:()=>T,VZ:()=>B.VZ,JK:()=>g.JK,IS:()=>E,pH:()=>B.pH,kf:()=>U,O5:()=>w,Qr:()=>M,x6:()=>G,K5:()=>g.K5,S_:()=>m,dc:()=>B.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>F.D,N9:()=>H,p9:()=>s.p,XH:()=>C,Zm:()=>l,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>s.C,BG:()=>Y});var n=i(17243),o=i(89318),s=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let n=e[i];n&&"object"==typeof n&&!Array.isArray(n)&&(n=c(n)),t[i]=n}),t}var g=i(79829);function d(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[d,u,p];let i=e;for(const e of t)i=e(i);return i}function h(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var y=i(32091),k=i.n(y),v=i(82871);const _="Date param must construct to a valid date instance or be a valid date instance itself.",b="Invalid dateString parameter, it must be a string.",I='Invalid date range, it must be a string with the format "last-x-days".',x=60,S=60*x,N=24*S,A=7*N;function j(){function e(e){return(0,v.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,v._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function M(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function T(e){k()((0,n.isDate)(e)&&!isNaN(e),_);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function C(e){k()(M(e),b);const[t,i,n]=e.split("-");return new Date(t,i-1,n)}function E(e,t){return T(D(e,t*N))}function w(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function D(e,t){k()(M(e)||(0,n.isDate)(e)&&!isNaN(e),b);const i=M(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var O=i(69743),L=i(94552),R=i(62540);function P(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,O.Ay)((0,R.jsx)(L.A,{direction:e>0?"up":"down",invertColor:i}))}function z(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var B=i(8143);function G(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function U(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function H(e){return Array.isArray(e)?[...e].sort():e}var F=i(2522);function V(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function Y(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function W(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},14007:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(47209),o=i(62688),s=i.n(o),r=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,r.useState)(document.createElement("div"));return(0,n.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:s().string,children:s().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:n="span",children:o,...s}){return(0,l.jsx)(n,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...s,children:o})}Typography.propTypes={className:o().string,type:o().oneOf(a.tT),size:o().oneOf(a.oJ),as:o().oneOfType([o().string,o().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>o});var n=i(31234);const o=i.n(n)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var n=i(55620),o=i(99123);const s={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=s){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,d]=(0,n._)("undefined"==typeof document?[l,c]:a,t,i);function u(){return d(a)}return(0,o.A)(r,"resize",u),(0,o.A)(r,"orientationchange",u),g}function c(e){return l(e)[0]}},16196:(e,t,i)=>{i.d(t,{A:()=>a});var n=i(50539),o=i(37226),s=i(71769),r=i(62540);function a({moduleName:e,FallbackComponent:t,IncompleteComponent:i}){return a=>{function WhenActiveComponent(s){const l=(0,n.useSelect)(t=>t(o.i).getModule(e),[e]);if(!l)return null;const c=t||s.WidgetNull||null;if(!1===l.active)return c&&(0,r.jsx)(c,{...s});if(!1===l.connected){const e=i||c;return e&&(0,r.jsx)(e,{...s})}return(0,r.jsx)(a,{...s})}return WhenActiveComponent.displayName=`When${(0,s.Uf)(e)}Active`,(a.displayName||a.name)&&(WhenActiveComponent.displayName+=`(${a.displayName||a.name})`),WhenActiveComponent}}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:r()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:o().string,children:o().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},18418:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2 12"},e),n||(n=o.createElement("g",{fill:"currentColor",fillRule:"evenodd"},o.createElement("path",{d:"M0 0h2v7H0zM0 10h2v2H0z"}))))},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20898:(e,t,i)=>{i.d(t,{A:()=>M});var n,o=i(4452),s=i.n(o),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),g=i(82871);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},d.apply(null,arguments)}const u=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),n||(n=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},m.apply(null,arguments)}const h=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var f;function y(){return y=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},y.apply(null,arguments)}const k=e=>c.createElement("svg",y({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),f||(f=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var v=i(83366),_=i(84385),b=i(62540);const I="BUTTON",x="BUTTON_DISABLED",S="EXTERNAL_LINK",N="LINK",A="ROUTER_LINK",j=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:n=!1,arrow:o=!1,back:r=!1,caps:a=!1,children:c,className:d="",danger:p=!1,disabled:m=!1,external:f=!1,hideExternalIndicator:y=!1,href:j="",inverse:M=!1,noFlex:T=!1,onClick:C,small:E=!1,standalone:w=!1,linkButton:D=!1,to:O,leadingIcon:L,trailingIcon:R,...P}=e;const z=j||O||!C?O?A:f?S:N:m?x:I;const B=z===I||z===x?"button":z===A?l.N_:"a",G=function(){let e;return z===S&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),z===x&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let U=L,H=R;return r&&(U=(0,b.jsx)(k,{width:14,height:14})),f&&!y&&(H=(0,b.jsx)(v.A,{width:14,height:14})),o&&!M&&(H=(0,b.jsx)(u,{width:14,height:14})),o&&M&&(H=(0,b.jsx)(h,{width:14,height:14})),(0,b.jsxs)(B,{"aria-label":G,className:s()("googlesitekit-cta-link",d,{"googlesitekit-cta-link--secondary":n,"googlesitekit-cta-link--inverse":M,"googlesitekit-cta-link--small":E,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":w,"googlesitekit-cta-link--link-button":D,"googlesitekit-cta-link--no-flex":!!T}),disabled:m,href:z!==N&&z!==S||m?void 0:j,onClick:C,rel:z===S?"noopener noreferrer":void 0,ref:t,target:z===S?"_blank":void 0,to:O,...P,children:[!!U&&(0,b.jsx)(_.A,{marginRight:5,children:U}),(0,b.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!H&&(0,b.jsx)(_.A,{marginLeft:5,children:H})]})});j.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const M=j},21134:(e,t,i)=>{i.d(t,{Gq:()=>d,IL:()=>h,LD:()=>p,SO:()=>u,a2:()=>o,xD:()=>m});var n=i(12850);const o="googlesitekit_",s=`${o}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function d(e){const t=await g();if(t){const i=t.getItem(`${s}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:n,value:o,isError:s}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:o,isError:s}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:o=n.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${s}${e}`,JSON.stringify({timestamp:r,ttl:o,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(o)?e:`${s}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const n=e.key(i);0===n.indexOf(o)&&t.push(n)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function h(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},22821:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(24558);function o(e){return n.kz.includes(e)}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:n,padding:o,smallWidth:s,smallHeight:c,tabletWidth:g,tabletHeight:d,desktopWidth:u,desktopHeight:p}){const m=(0,a.dv)(),h={width:{[a.mp]:s,[a.Lg]:g,[a.Fo]:u,[a.Qb]:u},height:{[a.mp]:c,[a.Lg]:d,[a.Fo]:p,[a.Qb]:u}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":o}),style:{width:h.width[m]||t,height:h.height[m]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===n})})})}PreviewBlock.propTypes={className:o().string,width:o().string,height:o().string,shape:o().string,padding:o().bool,smallWidth:o().string,smallHeight:o().string,tabletWidth:o().string,tabletHeight:o().string,desktopWidth:o().string,desktopHeight:o().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>s,CZ:()=>g,Ej:()=>x,Gw:()=>S,Is:()=>r,KK:()=>u,Nn:()=>A,OT:()=>b,SH:()=>_,Y$:()=>p,ZS:()=>a,bg:()=>f,en:()=>I,ep:()=>h,f7:()=>o,hi:()=>m,jU:()=>n,k$:()=>k,kz:()=>N,ly:()=>l,mo:()=>y,s3:()=>v,uR:()=>c,zx:()=>d});const n="mainDashboard",o="entityDashboard",s="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",d="adminBarViewOnly",u="settings",p="adBlockingRecovery",m="wpDashboard",h="wpDashboardViewOnly",f="moduleSetup",y="metricSelection",k="wpBlockEditor",v="keyMetricsSetup",_="key-metrics",b="traffic",I="content",x="speed",S="monetization",N=[n,o,s,r,a,c,u,f,y],A=[s,r,d,h]},24560:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 12"},e),n||(n=o.createElement("g",{fill:"currentColor",fillRule:"evenodd"},o.createElement("path",{d:"M0 6.414 1.415 5l5.292 5.292-1.414 1.415z"}),o.createElement("path",{d:"m14.146.146 1.415 1.414L5.414 11.707 4 10.292z"}))))},25623:(e,t,i)=>{i.d(t,{G:()=>d});var n=i(82871),o=i(58116),s=i(93896),r=i(72455);function a({select:e,slug:t}){return e(r.K9).hasConversionReportingEvents(this.requiredConversionEventName)||e(o.oR).isKeyMetricActive(t)}var l=i(50111);function c({select:e,isViewOnlyDashboard:t}){return!t||!(!t||!e(r.K9).getAdSenseLinked())}function g({select:e,isViewOnlyDashboard:t}){return!t||e(r.K9).hasCustomDimensions(this.requiredCustomDimensions)}const d={[o.p3]:{title:(0,n.__)("Top earning pages","google-site-kit"),description:(0,n.__)("Pages that generated the most AdSense revenue","google-site-kit"),infoTooltip:(0,n.__)("Pages that generated the most AdSense revenue","google-site-kit"),displayInSelectionPanel:c,displayInList:c,metadata:{group:l.hs.SLUG}},[o.BT]:{title:(0,n.__)("Top recent trending pages","google-site-kit"),description:(0,n.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),infoTooltip:(0,n.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_date"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:l.hs.SLUG}},[o.tB]:{title:(0,n.__)("Most popular authors by pageviews","google-site-kit"),description:(0,n.__)("Authors whose posts got the most visits","google-site-kit"),infoTooltip:(0,n.__)("Authors whose posts got the most visits","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_author"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:l.hs.SLUG}},[o.t1]:{title:(0,n.__)("Top categories by pageviews","google-site-kit"),description:(0,n.__)("Categories that your site visitors viewed the most","google-site-kit"),infoTooltip:(0,n.__)("Categories that your site visitors viewed the most","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_categories"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:l.hs.SLUG}},[o.ep]:{title:(0,n.__)("Most popular content by pageviews","google-site-kit"),description:(0,n.__)("Pages that brought in the most visitors","google-site-kit"),infoTooltip:(0,n.__)("Pages your visitors read the most","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.pG]:{title:(0,n.__)("Most popular products by pageviews","google-site-kit"),description:(0,n.__)("Products that brought in the most visitors","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_type"],displayInSelectionPanel:({select:e})=>e(o.oR).isKeyMetricActive(o.pG)||e(s.O4).getProductPostType(),displayInWidgetArea:g,metadata:{group:l.GF.SLUG}},[o.nH]:{title:(0,n.__)("Pages per visit","google-site-kit"),description:(0,n.__)("Number of pages visitors viewed per session on average","google-site-kit"),infoTooltip:(0,n.__)("Number of pages visitors viewed per session on average","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.J5]:{title:(0,n.__)("Visit length","google-site-kit"),description:(0,n.__)("Average duration of engaged visits","google-site-kit"),infoTooltip:(0,n.__)("Average duration of engaged visits","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.Yw]:{title:(0,n.__)("Visits per visitor","google-site-kit"),description:(0,n.__)("Average number of sessions per site visitor","google-site-kit"),infoTooltip:(0,n.__)("Average number of sessions per site visitor","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.UY]:{title:(0,n.__)("Most engaging pages","google-site-kit"),description:(0,n.__)("Pages with the highest engagement rate","google-site-kit"),infoTooltip:(0,n.__)("Pages with the highest engagement rate","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.gC]:{title:(0,n.__)("Least engaging pages","google-site-kit"),description:(0,n.__)("Pages with the highest percentage of visitors that left without engagement with your site","google-site-kit"),infoTooltip:(0,n.__)("Percentage of visitors that left without engagement with your site","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.tK]:{title:(0,n.__)("Top pages by returning visitors","google-site-kit"),description:(0,n.__)("Pages that attracted the most returning visitors","google-site-kit"),infoTooltip:(0,n.__)("Pages that attracted the most returning visitors","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.fu]:{title:(0,n.__)("New visitors","google-site-kit"),description:(0,n.__)("How many new visitors you got and how the overall audience changed","google-site-kit"),infoTooltip:(0,n.__)("Portion of visitors who visited your site for the first time in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.dX]:{title:(0,n.__)("Returning visitors","google-site-kit"),description:(0,n.__)("Portion of people who visited your site more than once","google-site-kit"),infoTooltip:(0,n.__)("Portion of your site’s visitors that returned at least once in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.SS]:{title:(0,n.__)("Top traffic source","google-site-kit"),description:(0,n.__)("Channel which brought in the most visitors to your site","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in the most visitors to your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.Vl]:{title:(0,n.__)("Top traffic source driving add to cart","google-site-kit"),description:(0,n.__)("Channel which brought in the most add to cart events to your site","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in the most add to cart events to your site","google-site-kit"),requiredConversionEventName:[r.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.u_]:{title:(0,n.__)("Top traffic source driving leads","google-site-kit"),description:(0,n.__)("Channel which brought in the most leads to your site","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in the most leads to your site","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}},[o.HA]:{title:(0,n.__)("Top traffic source driving purchases","google-site-kit"),description:(0,n.__)("Channel which brought in the most purchases to your site","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in the most purchases to your site","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.GT]:{title:(0,n.__)("Most engaged traffic source","google-site-kit"),description:(0,n.__)("Visitors coming via this channel spent the most time on your site","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in the most visitors who had a meaningful engagement with your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.qy]:{title:(0,n.__)("Top converting traffic source","google-site-kit"),description:(0,n.__)("Channel which brought in the most visits that resulted in key events","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in visitors who generated the most key events","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.GM]:{title:(0,n.__)("Top cities driving traffic","google-site-kit"),description:(0,n.__)("Which cities you get the most visitors from","google-site-kit"),infoTooltip:(0,n.__)("The cities where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.CQ]:{title:(0,n.__)("Top cities driving leads","google-site-kit"),description:(0,n.__)("Cities driving the most contact form submissions","google-site-kit"),infoTooltip:(0,n.__)("Cities driving the most contact form submissions","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}},[o.Xq]:{title:(0,n.__)("Top cities driving add to cart","google-site-kit"),description:(0,n.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),infoTooltip:(0,n.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),requiredConversionEventName:[r.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.JF]:{title:(0,n.__)("Top cities driving purchases","google-site-kit"),description:(0,n.__)("Cities driving the most purchases","google-site-kit"),infoTooltip:(0,n.__)("Cities driving the most purchases","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.YQ]:{title:(0,n.__)("Top device driving purchases","google-site-kit"),description:(0,n.__)("Top device driving the most purchases","google-site-kit"),infoTooltip:(0,n.__)("Top device driving the most purchases","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.dV]:{title:(0,n.__)("Top countries driving traffic","google-site-kit"),description:(0,n.__)("Which countries you get the most visitors from","google-site-kit"),infoTooltip:(0,n.__)("The countries where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.t7]:{title:(0,n.__)("Top performing keywords","google-site-kit"),description:(0,n.__)("What people searched for before they came to your site","google-site-kit"),infoTooltip:(0,n.__)("The top search queries for your site by highest clickthrough rate","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.HP]:{title:(0,n.__)("Top pages driving leads","google-site-kit"),description:(0,n.__)("Pages on which forms are most frequently submitted","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}}}},27134:(e,t,i)=>{i.d(t,{A:()=>PanelContent});var n=i(4452),o=i.n(n),s=i(17243),r=i(62688),a=i.n(r),l=i(63696),c=i(82871),g=i(81276),d=i(50539),u=i(58116),p=i(72455),m=i(99897),h=i(50111),f=i(25623),y=i(66889),k=i(16196),v=i(27333),_=i(59323),b=i(62540);const I=(0,k.A)({moduleName:m.L1})(function CustomDimensionsNotice(){const e=(0,v.A)(h.Is,h.Y0),t=e?.flatMap(e=>{const t=f.G[e];return t?.requiredCustomDimensions||[]}),n=(0,d.useInViewSelect)(e=>!!t?.length&&!e(p.K9).hasCustomDimensions(t),[t]),o=(0,d.useInViewSelect)(e=>e(u.oR).hasScope(p.S9));(0,d.useInViewSelect)(e=>e(p.K9).getAvailableCustomDimensions());const s=(0,g.A)(n),r=(0,l.useRef)();if((0,l.useEffect)(()=>{if(n&&!1===s){const e=i.g.document.activeElement;e&&e.closest(".googlesitekit-selection-panel-item")&&(0,y.N)(r.current,e)&&e.scrollIntoView()}},[n,s]),!1===n)return null;const a=o?(0,c.__)("The metrics you selected require more data tracking. We will update your Analytics property after saving your selection.","google-site-kit"):(0,c.__)("The metrics you selected require more data tracking. You will be directed to update your Analytics property after saving your selection.","google-site-kit");return(0,b.jsx)("div",{className:"googlesitekit-selection-panel-notice",ref:r,children:(0,b.jsx)(_.A,{children:a})})});var x=i(13606),S=i(45472),N=i(93896),A=i(20898),j=i(718),M=i(35323);function Header({closePanel:e}){const t=(0,M.A)(),i=(0,d.useSelect)(e=>e(N.O4).getSiteKitAdminSettingsURL()),n=(0,d.useSelect)(e=>e(u.oR).isSavingKeyMetricsSettings()),{navigateTo:o}=(0,d.useDispatch)(S.M),s=(0,l.useCallback)(()=>o(i),[i,o]);return(0,b.jsx)(j.W4,{title:(0,c.sprintf)(/* translators: %d: number of max allowed metrics */ /* translators: %d: number of max allowed metrics */ (0,c.__)("Select up to %d metrics","google-site-kit"),h.Hl),onCloseClick:e,children:!t&&(0,b.jsx)(_.A,{children:(0,x.A)((0,c.__)("Edit your personalized goals or deactivate this widget in <link><strong>Settings</strong></link>","google-site-kit"),{link:(0,b.jsx)(A.A,{onClick:s,disabled:n,secondary:!0}),strong:(0,b.jsx)("strong",{})})})})}Header.propTypes={closePanel:a().func.isRequired};var T=i(78340),C=i(37226),E=i(67150),w=i(77766),D=i(64067),O=i(12850),L=i(49383),R=i(23224);function SelectionPanelFooter({savedItemSlugs:e=[],selectedItemSlugs:t=[],saveSettings:i=()=>{},minSelectedItemCount:n=0,maxSelectedItemCount:o=0,isBusy:r,onSaveSuccess:a=()=>{},onCancel:g=()=>{},isOpen:u,closePanel:m=()=>{},isFullScreen:h=!1}){const[f,y]=(0,l.useState)(null),[k,v]=(0,l.useState)(!1),_=(0,d.useSelect)(e=>e(p.K9).isFetchingSyncAvailableAudiences()),I=(0,l.useMemo)(()=>!(0,s.isEqual)((0,O.N9)(t),(0,O.N9)(e)),[e,t]);let S=e?.length>0&&I?(0,c.__)("Apply changes","google-site-kit"):(0,c.__)("Save selection","google-site-kit");h&&(S=(0,c.__)("Complete setup","google-site-kit"));const N=(0,l.useCallback)(async()=>{const{error:e}=await i(t);e||(a(),m(),h||(y(S),v(!0)))},[i,t,a,m,h,S]),A=(0,l.useCallback)(()=>{m(),g()},[m,g]),[j,M]=(0,l.useState)(null);(0,l.useEffect)(()=>{null!==j&&j!==u&&u&&(y(null),v(!1)),M(u)},[u,j]);const T=t?.length||0,C=_?(0,b.jsx)(R.A,{width:"89px",height:"20px"}):(0,b.jsx)("p",{className:"googlesitekit-selection-panel-footer__item-count",children:(0,x.A)((0,c.sprintf)(/* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ /* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ (0,c.__)("%1$d selected <MaxCount>(up to %2$d)</MaxCount>","google-site-kit"),T,o),{MaxCount:(0,b.jsx)("span",{className:"googlesitekit-selection-panel-footer__item-count--max-count"})})});return(0,b.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,b.jsx)("div",{className:"googlesitekit-selection-panel-footer__content",children:(0,b.jsxs)("div",{className:"googlesitekit-selection-panel-footer__actions",children:[(0,b.jsx)(L.Button,{onClick:A,disabled:r,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),C,(0,b.jsx)(L.SpinnerButton,{onClick:N,isSaving:r,disabled:T<n||T>o||r||!u&&k,children:f||S})]})})})}function Footer({isOpen:e,closePanel:t=s.noop,savedMetrics:i,onNavigationToOAuthURL:n=()=>{},isFullScreen:o=!1}){const r=(0,d.useRegistry)(),a=(0,w.A)(),g=(0,v.A)(h.Is,h.Y0),y=(0,d.useSelect)(e=>e(u.oR).isSavingKeyMetricsSettings()),k=`${a}_kmw-sidebar`,_=g?.flatMap(e=>{const t=f.G[e];return t?.requiredCustomDimensions||[]}),I=(0,d.useInViewSelect)(e=>{if(!_?.length)return!1;return!e(p.K9).hasCustomDimensions(_)},[_]),x=(0,d.useInViewSelect)(e=>e(u.oR).hasScope(p.S9)),A=(0,d.useSelect)(e=>e(C.i).isModuleConnected(m.L1)),j=(0,d.useSelect)(e=>e(N.O4).getAdminURL("googlesitekit-dashboard",{notification:"custom_dimensions"})),M=(0,d.useSelect)(e=>{const t=e(u.oR).getConnectURL({additionalScopes:[p.S9],redirectURL:j});return!!t&&e(S.M).isNavigatingTo(t)}),L=(0,d.useSelect)(e=>e(N.O4).getAdminURL("googlesitekit-dashboard")),R=(0,d.useSelect)(e=>!!L&&e(S.M).isNavigatingTo(L)),{saveKeyMetricsSettings:P,setPermissionScopeError:z}=(0,d.useDispatch)(u.oR),{setValues:B}=(0,d.useDispatch)(T.s),{navigateTo:G}=(0,d.useDispatch)(S.M),U=(0,d.useSelect)(e=>e(p.K9).getKeyMetricsConversionEventWidgets()),H=(0,l.useCallback)(async e=>{const{error:t}=await P({widgetSlugs:e});return{error:t}},[P]),F=(0,l.useCallback)(async e=>{if(Object.values(U).flat().some(t=>e.includes(t))?(0,O.sx)(k,"metrics_sidebar_save","conversion_reporting"):(0,O.sx)(k,"metrics_sidebar_save"),A&&I){if(B(p.Kr,{autoSubmit:!0}),!x)return n(),t(),void z({code:E.db,message:(0,c.__)("Additional permissions are required to create new Analytics custom dimensions","google-site-kit"),data:{status:403,scopes:[p.S9],skipModal:!0,redirectURL:j}});o&&await(0,D.mR)(r)}o&&G(L)},[U,A,I,o,k,B,x,n,t,z,j,r,G,L]),V=(0,l.useCallback)(()=>{(0,O.sx)(k,"metrics_sidebar_cancel"),o&&G(L)},[o,L,G,k]);return(0,b.jsx)(SelectionPanelFooter,{savedItemSlugs:i,selectedItemSlugs:g,saveSettings:H,minSelectedItemCount:h.LO,maxSelectedItemCount:h.Hl,isBusy:y||M||R&&o,onSaveSuccess:()=>{F(g)},onCancel:V,isOpen:e,closePanel:t,isFullScreen:o})}SelectionPanelFooter.propTypes={savedItemSlugs:a().array,selectedItemSlugs:a().array,saveSettings:a().func,saveError:a().object,itemLimitError:a().string,minSelectedItemCount:a().number,maxSelectedItemCount:a().number,isBusy:a().bool,onSaveSuccess:a().func,onCancel:a().func,isOpen:a().bool,closePanel:a().func,isFullScreen:a().bool},Footer.propTypes={isOpen:a().bool,closePanel:a().func,savedMetrics:a().array,onNavigationToOAuthURL:a().func,isFullScreen:a().bool};var P=i(54593);function SelectionPanelItems({savedItemSlugs:e=[],allMetricItems:t}){return(0,b.jsx)("div",{className:"googlesitekit-selection-panel-items",children:(0,b.jsx)(P.A,{savedItemSlugs:e,allMetricItems:t})})}function MetricItems({savedMetrics:e}){const t=(0,M.A)(),{isKeyMetricAvailable:i}=(0,d.useSelect)(e=>e(u.oR)),n=(0,d.useInViewSelect)(e=>i=>f.G[i].displayInSelectionPanel({select:e,isViewOnlyDashboard:t,slug:i}),[t]);const o=Object.keys(f.G).reduce(function(e,t){if(!i(t))return e;if(void 0===n||"function"==typeof f.G[t].displayInSelectionPanel&&!n(t))return e;const{title:o,description:s,metadata:{group:r}}=f.G[t];return{...e,[t]:{title:o,description:s,group:r}}},{});return(0,b.jsx)(SelectionPanelItems,{savedItemSlugs:e,allMetricItems:o})}SelectionPanelItems.propTypes={savedItemSlugs:a().array,allMetricItems:a().object.isRequired},MetricItems.propTypes={savedMetrics:a().array};var z=i(67768);const B=(0,k.A)({moduleName:m.L1})(function KeyMetricsError({savedMetrics:e}){const t=(0,v.A)(h.Is,h.Y0),i=(0,d.useInViewSelect)(e=>e(u.oR).getKeyMetricsSettings()),n=(0,l.useMemo)(()=>!(0,s.isEqual)((0,O.N9)(t),(0,O.N9)(e)),[e,t]),o=(0,d.useSelect)(e=>e(u.oR).getErrorForAction("saveKeyMetricsSettings",[{...i,widgetSlugs:t}])),r=t?.length||0;let a;r<h.LO?a=(0,c.sprintf)(/* translators: 1: Minimum number of metrics that can be selected. 2: Number of selected metrics. */ /* translators: 1: Minimum number of metrics that can be selected. 2: Number of selected metrics. */ (0,c.__)("Select at least %1$d metrics (%2$d selected)","google-site-kit"),h.LO,r):r>h.Hl&&(a=(0,c.sprintf)(/* translators: 1: Maximum number of metrics that can be selected. 2: Number of selected metrics. */ /* translators: 1: Maximum number of metrics that can be selected. 2: Number of selected metrics. */ (0,c.__)("Select up to %1$d metrics (%2$d selected)","google-site-kit"),h.Hl,r));let g=o;return n&&a&&(g={message:a}),(0,b.jsx)(z.A,{error:g,skipRetryMessage:!!a})});function PanelContent({isOpen:e=!1,closePanel:t,savedViewableMetrics:i,showHeader:n=!0,setIsNavigatingToOAuthURL:r=s.noop,isFullScreen:a=!1}){return(0,b.jsxs)(l.Fragment,{children:[n&&(0,b.jsx)(Header,{closePanel:t}),(0,b.jsx)(MetricItems,{savedMetrics:i}),(0,b.jsx)(I,{}),(0,b.jsxs)("div",{className:o()("googlesitekit-user-input__footer-container",{"googlesitekit-user-input__footer-container--fullscreen":a}),children:[(0,b.jsx)(B,{savedMetrics:i}),(0,b.jsx)(Footer,{isOpen:e,closePanel:t,savedMetrics:i,onNavigationToOAuthURL:()=>{r(!0)},isFullScreen:a})]})]})}PanelContent.propTypes={isOpen:a().bool,closePanel:a().func,savedViewableMetrics:a().array,showHeader:a().bool,setIsNavigatingToOAuthURL:a().func,isFullScreen:a().bool}},27333:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(35470),o=i(78340);function s(e,t){return(0,n.A)(i=>{const{getValue:n}=i(o.s);return n(e,t)},[e,t])}},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var n=i(62688),o=i.n(n),s=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,s.__)("Maybe later","google-site-kit"),onClick:i,disabled:n,tertiary:o=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:n,tertiary:o,children:t}):null}DismissButton.propTypes={className:o().string,label:o().string,onClick:o().func,disabled:o().bool,tertiary:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},29898:(e,t,i)=>{i.d(t,{A:()=>LoadingWrapper});var n=i(62688),o=i.n(n),s=i(23224),r=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,r.jsx)(s.A,{...i}):t}LoadingWrapper.propTypes={loading:o().bool,children:o().node,...s.A.propTypes}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var n=i(62688),o=i.n(n),s=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,s.__)("Learn more","google-site-kit"),external:n=!0,onClick:o=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:o,external:n,children:i}):null}LearnMoreLink.propTypes={href:o().string.isRequired,className:o().string,label:o().string,external:o().bool,onClick:o().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>s,Lg:()=>r,Qb:()=>o,dv:()=>l,mp:()=>a});var n=i(15577);const o="xlarge",s="desktop",r="tablet",a="small";function l(){const e=(0,n.SO)();return e>1280?o:e>960?s:e>600?r:a}},35323:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(24558),o=i(77766);function s(){const e=(0,o.A)();return n.Nn.includes(e)}},37226:(e,t,i)=>{i.d(t,{U:()=>o,i:()=>n});const n="core/modules",o="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>h,ei:()=>y});var n=i(15844),o=i(36703),s=i(62688),r=i.n(s),a=i(82871),l=i(50539),c=i(7081),g=i(58116),d=i(89318),u=i(60592),p=i(77766),m=i(62540);const h={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},f={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},y={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},k={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:s,callback:r}){const a=`${t}-step`,v=`${t}-run`,{setValue:_}=(0,l.useDispatch)(c.n),{dismissTour:b}=(0,l.useDispatch)(g.oR),I=(0,l.useRegistry)(),x=(0,p.A)(),S=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),N=(0,l.useSelect)(e=>e(c.n).getValue(v)&&!1===e(g.oR).isTourDismissed(t));(0,n.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),_(v,!0)});const A=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(o.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:n,status:r,type:a}){const l=e+1,c="function"==typeof s?s(x):s;a===o.qY.TOOLTIP&&i===o.VD.TOOLTIP?(0,d.sx)(c,k.VIEW,l):t===o.kl.CLOSE&&i===o.VD.COMPLETE?(0,d.sx)(c,k.DISMISS,l):t===o.kl.NEXT&&r===o.XQ.FINISHED&&a===o.qY.TOUR_END&&n===l&&(0,d.sx)(c,k.COMPLETE,l),i===o.VD.COMPLETE&&r!==o.XQ.FINISHED&&(t===o.kl.PREV&&(0,d.sx)(c,k.PREV,l),t===o.kl.NEXT&&(0,d.sx)(c,k.NEXT,l))}(e);const{action:n,index:l,status:c,step:g,type:u}=e,p=n===o.kl.CLOSE,m=!p&&[o.qY.STEP_AFTER,o.qY.TARGET_NOT_FOUND].includes(u),h=[o.XQ.FINISHED,o.XQ.SKIPPED].includes(c),f=p&&u===o.qY.STEP_AFTER,y=h||f;if(o.qY.STEP_BEFORE===u){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){_(a,e+(t===o.kl.PREV?-1:1))}(l,n):y&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),b(t)),r&&r(e,I)},floaterProps:y,locale:f,run:N,stepIndex:S,steps:A,styles:h,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:r().arrayOf(r().object).isRequired,tourID:r().string.isRequired,gaEventCategory:r().oneOfType([r().string,r().func]).isRequired,callback:r().func}},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},43569:(e,t,i)=>{i.d(t,{A:()=>Notification});var n=i(62688),o=i.n(n),s=i(63696),r=i(50539),a=i(7081),l=i(71423),c=i(89362);function g(e){return`notification/${e}/viewed`}function d(e){return(0,r.useSelect)(t=>!!t(a.n).getValue(g(e)),[e])}function ViewedStateObserver({id:e,observeRef:t,threshold:i}){const n=(0,c.A)(t,{threshold:i}),{setValue:o}=(0,r.useDispatch)(a.n),{markNotificationSeen:g}=(0,r.useDispatch)(l.D),u=!!n?.isIntersecting,p=d(e),m=(0,s.useRef)();function h(){m.current&&clearTimeout(m.current)}return(0,s.useEffect)(()=>(!p&&u?(h(),m.current=setTimeout(()=>{n?.isIntersecting&&(o(d.getKey(e),!0),g(e))},3e3)):!u&&m.current&&h(),()=>{h()}),[p,u,o,g,e,n]),null}d.getKey=g,ViewedStateObserver.propTypes={id:o().string,observeRef:o().object,threshold:o().number};var u=i(7070),p=i(62540);function Notification({id:e,className:t,gaTrackingEventArgs:i,children:n,onView:o}){const a=(0,s.useRef)(),c=d(e),g=(0,u.A)(e,i?.category,{viewAction:i?.viewAction}),[m,h]=(0,s.useState)(!1),f=(0,r.useSelect)(t=>t(l.D).getNotificationSeenDates(e)),{dismissNotification:y}=(0,r.useDispatch)(l.D);return(0,s.useEffect)(()=>{!m&&c&&(g.view(i?.label,i?.value),o?.(),h(!0)),f?.length>=3&&y(e,{skipHidingFromQueue:!0})},[c,g,m,i,o,f,y,e]),(0,p.jsxs)("section",{id:e,ref:a,className:t,children:[n,!c&&(0,p.jsx)(ViewedStateObserver,{id:e,observeRef:a,threshold:.5})]})}Notification.propTypes={id:o().string,className:o().string,gaTrackingEventArgs:o().shape({category:o().string,viewAction:o().string,label:o().string,value:o().string}),children:o().node,onView:o().func}},44675:(e,t,i)=>{var n=i(131),o=i(78325),s=i(12701),r=i(81276),a=i(63696),l=i(82871),c=i(50539),g=i(93896),d=i(58116),u=i(55527),p=i(12755),m=i(84826),h=i(99620),f=i(95267),y=i(27134),k=i(50111),v=i(78340),_=i(62540);function FullScreenMetricSelectionApp(){const{setValues:e}=(0,c.useDispatch)(v.s),t=(0,c.useSelect)(e=>(e(d.oR).getUserInputSettings(),e(d.oR).hasFinishedResolution("getUserInputSettings"))),i=(0,c.useSelect)(e=>{const t=e(d.oR).getKeyMetrics();if(!Array.isArray(t))return[];const{isKeyMetricAvailable:i}=e(d.oR);return t.filter(i)}),n=(0,c.useSelect)(e=>e(g.O4).isKeyMetricsSetupCompleted()),o=(0,r.A)(n),s=t&&!1===n||!o&&n;return(0,a.useEffect)(()=>{e(k.Is,{[k.Y0]:i})},[i,e]),(0,_.jsxs)(a.Fragment,{children:[(0,_.jsx)(p.A,{children:(0,_.jsx)(m.A,{})}),(0,_.jsx)("div",{className:"googlesitekit-metric-selection",children:(0,_.jsx)("div",{className:"googlesitekit-module-page",children:s&&(0,_.jsx)(u.xA,{children:(0,_.jsxs)(h.A,{rounded:!0,children:[(0,_.jsx)(u.xA,{className:"googlesitekit-user-input__header",children:(0,_.jsxs)(u.fI,{children:[(0,_.jsx)(u.fh,{lgSize:12,mdSize:8,smSize:6,children:(0,_.jsx)(f.A,{className:"googlesitekit-heading-3 googlesitekit-user-input__heading",title:(0,l.__)("Select up to 8 metrics that are most important for your business goals","google-site-kit"),fullWidth:!0})}),(0,_.jsx)(u.fh,{lgSize:12,mdSize:8,smSize:6,children:(0,_.jsx)("span",{className:"googlesitekit-user-input__subtitle",children:(0,l.__)("Site Kit will start collecting data and add them on your dashboard. You can change your selection later on from Site Kit’s main dashboard.","google-site-kit")})})]})}),(0,_.jsx)(u.xA,{className:"googlesitekit-user-input__content",children:(0,_.jsx)(u.fI,{children:(0,_.jsx)(u.fh,{lgSize:12,mdSize:8,smSize:6,children:(0,_.jsx)(y.A,{savedViewableMetrics:i,showHeader:!1,isFullScreen:!0})})})})]})})})})]})}var b=i(24558);(0,n.A)(()=>{const e=document.getElementById("js-googlesitekit-metric-selection");e&&(0,o.render)((0,_.jsx)(s.A,{viewContext:b.mo,children:(0,_.jsx)(FullScreenMetricSelectionApp,{})}),e)})},44949:(e,t,i)=>{i.r(t),i.d(t,{CONTEXT_ENTITY_DASHBOARD_CONTENT:()=>c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:()=>d,CONTEXT_ENTITY_DASHBOARD_SPEED:()=>g,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:()=>l,CONTEXT_MAIN_DASHBOARD_CONTENT:()=>s,CONTEXT_MAIN_DASHBOARD_KEY_METRICS:()=>n,CONTEXT_MAIN_DASHBOARD_MONETIZATION:()=>a,CONTEXT_MAIN_DASHBOARD_SPEED:()=>r,CONTEXT_MAIN_DASHBOARD_TRAFFIC:()=>o,default:()=>u});const n="mainDashboardKeyMetrics",o="mainDashboardTraffic",s="mainDashboardContent",r="mainDashboardSpeed",a="mainDashboardMonetization",l="entityDashboardTraffic",c="entityDashboardContent",g="entityDashboardSpeed",d="entityDashboardMonetization",u={CONTEXT_MAIN_DASHBOARD_KEY_METRICS:n,CONTEXT_MAIN_DASHBOARD_TRAFFIC:o,CONTEXT_MAIN_DASHBOARD_CONTENT:s,CONTEXT_MAIN_DASHBOARD_SPEED:r,CONTEXT_MAIN_DASHBOARD_MONETIZATION:a,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:l,CONTEXT_ENTITY_DASHBOARD_CONTENT:c,CONTEXT_ENTITY_DASHBOARD_SPEED:g,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:d}},45472:(e,t,i)=>{i.d(t,{M:()=>n});const n="core/location"},47121:(e,t,i)=>{i.d(t,{$C:()=>j,RF:()=>A,WI:()=>S,_5:()=>b,jU:()=>_,o3:()=>v,x0:()=>x});var n=i(32091),o=i.n(n),s=i(50532),r=i.n(s),a=i(17243),l=i(78913);const c="GET_REGISTRY",g="AWAIT";function d(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=I(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return o()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const u=d,p=d;function m(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,n={})=>t.reduce((e,t)=>t(e,n),e)}const h=d,f=d,y=d;function k(e){return e}function v(...e){const t=y(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:u(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||k)),resolvers:h(...e.map(e=>e.resolvers||{})),selectors:f(...e.map(e=>e.selectors||{}))}}const _={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:g}}},b={[c]:(0,l.b)(e=>()=>e),[g]:({payload:e})=>e.value};function I(e){const t=[],i={};for(let n=0;n<e.length;n++){const o=e[n];i[o]=i[o]>=1?i[o]+1:1,i[o]>1&&t.push(o)}return t}const x={actions:_,controls:b,reducer:k};function S(e){return t=>N(e(t))}const N=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const n=e(...i);return o()(void 0!==n,`${t}(...) is not resolved`),n}));function A(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(n,...o)=>{const s=!t,r=!!t;try{return e(i,n,...o),s}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...n)=>{e(t,i,...n)})}}function j(e,t){return o()("function"==typeof e,"a validator function is required."),o()("function"==typeof t,"an action creator function is required."),o()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>n});const n={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50111:(e,t,i)=>{i.d(t,{EA:()=>s,GF:()=>y,Hl:()=>d,IX:()=>m,Is:()=>r,KD:()=>p,LO:()=>g,NO:()=>c,Nl:()=>l,QJ:()=>u,Uf:()=>o,XU:()=>f,Y0:()=>a,hs:()=>k,wb:()=>h});var n=i(82871);const o="key-metrics-setup-cta-widget",s="googlesitekit-key-metrics-selection-panel-opened",r="key-metrics-selection-form",a="key-metrics-selected",l="key-metrics-effective-selection",c="key-metrics-unstaged-selection",g=2,d=8,u={SLUG:"current-selection",LABEL:(0,n.__)("Current selection","google-site-kit")},p={SLUG:"suggested",LABEL:(0,n.__)("Suggested","google-site-kit")},m={SLUG:"visitors",LABEL:(0,n.__)("Visitors","google-site-kit")},h={SLUG:"driving-traffic",LABEL:(0,n.__)("Driving traffic","google-site-kit")},f={SLUG:"generating-leads",LABEL:(0,n.__)("Generating leads","google-site-kit")},y={SLUG:"selling-products",LABEL:(0,n.__)("Selling products","google-site-kit")},k={SLUG:"content-performance",LABEL:(0,n.__)("Content performance","google-site-kit")}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var n=i(18117),o=i(17243),s=i(63696);function r(...e){const t=(0,n.MA)(()=>(0,o.debounce)(...e),e);return(0,s.useEffect)(()=>()=>t.cancel(),[t]),t}},53137:(e,t,i)=>{i.d(t,{FQ:()=>s,He:()=>a,bI:()=>r,rq:()=>o,ui:()=>n});const n="warning-notification-gtg",o="gtg-setup-cta",s={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54312:(e,t,i)=>{i.d(t,{A:()=>GenericErrorHandlerActions});var n=i(62688),o=i.n(n),s=i(82871),r=i(20898),a=i(38021),l=i.n(a),c=i(63696),g=i(12417),d=i(1027),u=i(65123),p=i(49383),m=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,n]=(0,c.useState)(!1);return(0,m.jsx)(p.Button,{"aria-label":i?(0,s.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),n(!0)},trailingIcon:(0,m.jsx)(g.A,{className:"mdc-button__icon",icon:i?d.A:u.A}),children:i?(0,s.__)("Copied to clipboard","google-site-kit"):(0,s.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:o().string,componentStack:o().string};const h=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,m.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,m.jsx)(h,{message:e,componentStack:t}),(0,m.jsx)(r.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,s.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:o().string,componentStack:o().string}},54593:(e,t,i)=>{i.d(t,{A:()=>ChipTabGroup});var n=i(63696),o=i(81276),s=i(50539),r=i(50111),a=i(78340),l=i(72455),c=i(99897),g=i(7081),d=i(58116),u=i(37226),p=i(32947),m=i(27333);var h=i(31589),f=i(50787);var y=i(62688),k=i.n(y),v=i(49383),_=i(4452),b=i.n(_),I=i(80452),x=i(42343),S=i(81520),N=i(62540);const A={[r.QJ.SLUG]:I.A,[r.KD.SLUG]:x.A};function Chip({slug:e,label:t,isActive:i,onClick:n,hasNewBadge:o=!1,selectedCount:s=0}){const r=A[e]||S.A;return(0,N.jsxs)(v.Button,{className:b()("googlesitekit-chip-tab-group__chip-item",{"googlesitekit-chip-tab-group__chip-item--active":i}),icon:(0,N.jsx)(r,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__chip-item-svg__${e}`}),trailingIcon:s>0?(0,N.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",s,")"]}):null,onClick:()=>n(e),children:[t,o&&(0,N.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]})}Chip.propTypes={slug:k().string.isRequired,label:k().string.isRequired,isActive:k().bool,hasNewBadge:k().bool,selectedCount:k().number,onClick:k().func.isRequired};const j={[r.QJ.SLUG]:I.A,[r.KD.SLUG]:x.A};function TabItems({containerRef:e,isMobileBreakpoint:t,chipItemRows:i,allGroups:n,isActive:o,onChipChange:s,selectedCounts:r,newlyDetectedMetrics:a,activeGroupIndex:l}){return(0,N.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-items",ref:e,children:[!t&&i.map(e=>(0,N.jsx)("div",{className:"googlesitekit-chip-tab-group__tab-items-row",children:e.map(e=>(0,N.jsx)(Chip,{slug:e.SLUG,label:e.LABEL,hasNewBadge:!!a?.[e.SLUG],isActive:e.SLUG===o,onClick:s,selectedCount:r[e.SLUG]},e.SLUG))},`row-${e[0].SLUG}`)),t&&(0,N.jsx)(v.TabBar,{activeIndex:l,handleActiveIndexUpdate:e=>s(null,e),children:n.map((e,t)=>{const i=j[e.SLUG]||S.A;return(0,N.jsxs)(v.Tab,{"aria-label":e.LABEL,children:[(0,N.jsx)(i,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__tab-item-mobile-svg googlesitekit-chip-tab-group__chip-item-svg__${e.SLUG}`}),e.LABEL,r[e.SLUG]>0&&(0,N.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",r[e.SLUG],")"]}),!!a?.[e.SLUG]&&(0,N.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]},t)})})]})}TabItems.propTypes={containerRef:k().object,isMobileBreakpoint:k().bool,chipItemRows:k().array.isRequired,allGroups:k().array.isRequired,isActive:k().string.isRequired,onChipChange:k().func.isRequired,selectedCounts:k().object.isRequired,newlyDetectedMetrics:k().object.isRequired,activeGroupIndex:k().number.isRequired};var M,T,C,E,w,D,O,L,R,P,z,B,G,U,H,F,V,Y,W,Z,Q,$,X=i(82871),q=i(86134),K=i(718);function MetricItem({slug:e,title:t,description:i,isNewlyDetected:o,savedItemSlugs:l=[]}){const c=(0,s.useSelect)(t=>{const{getModule:i}=t(u.i),n=t(q.aO).getWidget(e);return n?.modules.reduce((e,t)=>{const n=i(t);return n?.connected||!n?.name?e:[...e,n.name]},[])}),g=(0,m.A)(r.Is,r.Y0),{getValue:d}=(0,s.useSelect)(e=>e(a.s)),{setValues:p}=(0,s.useDispatch)(a.s),h=(0,n.useCallback)(t=>{const i=d(r.Is,r.Y0),n=t.target.checked?i.concat([e]):i.filter(t=>t!==e);p(r.Is,{[r.Y0]:n,[r.NO]:n})},[d,p,e]),f=g?.includes(e),y=!l.includes(e)&&c.length>0,k=`key-metric-selection-checkbox-${e}`;return(0,N.jsx)(K.y3,{id:k,slug:e,title:t,description:i,isNewlyDetected:o,isItemSelected:f,isItemDisabled:y,onCheckboxChange:h,children:c.length>0&&(0,N.jsx)("div",{className:"googlesitekit-selection-panel-item-error",children:(0,X.sprintf)(/* translators: %s: module names. */ /* translators: %s: module names. */ (0,X._n)("%s is disconnected, no data to show","%s are disconnected, no data to show",c.length,"google-site-kit"),c.join((0,X.__)(" and ","google-site-kit")))})})}function J(){return J=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},J.apply(null,arguments)}MetricItem.propTypes={slug:k().string.isRequired,title:k().string.isRequired,description:k().string.isRequired,isNewlyDetected:k().bool,savedItemSlugs:k().array};const key_metrics_no_selected_items=e=>n.createElement("svg",J({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 383 238"},e),M||(M=n.createElement("path",{fill:"#B8E6CA",d:"M59.238 58.571c-2.136 20.178 4.272 29.099 20.48 53.216 16.209 24.118-29.092 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.443-3.208 57.819 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86-18.53 5.918-32.662 22.571-34.335 38.621"})),T||(T=n.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__a)"},n.createElement("rect",{width:130.621,height:89.651,x:242.455,y:45.266,fill:"#fff",rx:10.957,transform:"rotate(15 242.455 45.266)"}))),C||(C=n.createElement("rect",{width:24.903,height:7.969,x:253.726,y:64.785,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 253.726 64.785)"})),E||(E=n.createElement("rect",{width:49.806,height:19.923,x:249.342,y:81.144,fill:"#FFDED3",rx:9.961,transform:"rotate(15 249.342 81.144)"})),w||(w=n.createElement("rect",{width:99.428,height:8.773,x:240.436,y:114.357,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 240.436 114.357)"})),D||(D=n.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m256.195 90.198 4.644 8.044m0 0 1.412-4.986m-1.412 4.986-5.023-1.27"})),O||(O=n.createElement("rect",{width:19.923,height:5.977,x:268.706,y:93.551,fill:"#fff",rx:1.992,transform:"rotate(15 268.706 93.55)"})),L||(L=n.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__b)"},n.createElement("rect",{width:130.621,height:89.68,x:13.887,y:79.094,fill:"#fff",rx:10.957,transform:"rotate(-15 13.887 79.094)"}))),R||(R=n.createElement("rect",{width:62.386,height:7.798,x:32.989,y:90.122,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 32.99 90.122)"})),P||(P=n.createElement("rect",{width:49.806,height:19.923,x:37.691,y:106.902,fill:"#FFDED3",rx:9.961,transform:"rotate(-15 37.691 106.902)"})),z||(z=n.createElement("rect",{width:99.428,height:7.798,x:46.612,y:140.967,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 46.612 140.967)"})),B||(B=n.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m48.152 111.318 8.044 4.645m0 0-1.27-5.024m1.27 5.024-4.986 1.411"})),G||(G=n.createElement("rect",{width:19.923,height:5.977,x:60.663,y:107.966,fill:"#fff",rx:1.992,transform:"rotate(-15 60.663 107.966)"})),U||(U=n.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__c)"},n.createElement("rect",{width:130.621,height:89.68,x:126.251,y:37.4,fill:"#fff",rx:10.957}))),H||(H=n.createElement("rect",{width:98.333,height:7.867,x:143.013,y:53.134,fill:"#EBEEF0",rx:3.933})),F||(F=n.createElement("rect",{width:49.806,height:19.923,x:142.369,y:70.423,fill:"#B8E6CA",rx:9.961})),V||(V=n.createElement("rect",{width:33.04,height:7.867,x:143.013,y:105.84,fill:"#EBEEF0",rx:3.933})),Y||(Y=n.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m151.336 84.036 6.568-6.567m0 0-5.182-.073m5.182.073.073 5.18"})),W||(W=n.createElement("rect",{width:19.923,height:5.977,x:164.287,y:77.395,fill:"#fff",rx:1.992})),n.createElement("mask",{id:"key-metrics-no-selected-items_svg__d",width:273,height:230,x:58,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Z||(Z=n.createElement("path",{fill:"#B8E6CA",d:"M59.237 58.571C57.1 78.75 63.509 87.67 79.717 111.787c16.209 24.118-29.091 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.444-3.208 57.82 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86C75.042 25.868 60.91 42.52 59.237 58.57"}))),Q||(Q=n.createElement("g",{mask:"url(#key-metrics-no-selected-items_svg__d)"},n.createElement("path",{stroke:"#CBD0D3",strokeMiterlimit:10,strokeWidth:3.147,d:"m227.674 108.973 11.312-8.418M218.925 98.852l2.868-12.68M205.623 102.87l-5.375-13.037"}),n.createElement("path",{stroke:"#3C7251",strokeLinejoin:"round",strokeWidth:9.44,d:"M63.953 190.487c16.127 12.193 38.716 10.349 55.335 5.162 16.618-5.187 31.107-14.61 45.314-23.791 6.717-4.337 13.617-8.738 21.496-11.119s17.057-2.39 22.958 1.658c3.392 2.328 5.205 5.923 5.36 9.702"}),n.createElement("path",{stroke:"#CBD0D3",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:9.44,d:"m215.831 109.67-19.169 71.73"}),n.createElement("path",{stroke:"#161B18",strokeMiterlimit:10,strokeWidth:9.44,d:"m213.975 116.472-19.169 71.731"}))),$||($=n.createElement("defs",null,n.createElement("filter",{id:"key-metrics-no-selected-items_svg__a",width:176.33,height:147.36,x:205.773,y:35.772,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},n.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),n.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),n.createElement("feOffset",{dy:3.985}),n.createElement("feGaussianBlur",{stdDeviation:7.969}),n.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),n.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),n.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),n.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),n.createElement("filter",{id:"key-metrics-no-selected-items_svg__b",width:176.337,height:147.388,x:.409,y:35.793,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},n.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),n.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),n.createElement("feOffset",{dy:3.985}),n.createElement("feGaussianBlur",{stdDeviation:7.969}),n.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),n.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),n.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),n.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),n.createElement("filter",{id:"key-metrics-no-selected-items_svg__c",width:162.497,height:121.556,x:110.313,y:25.447,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},n.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),n.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),n.createElement("feOffset",{dy:3.985}),n.createElement("feGaussianBlur",{stdDeviation:7.969}),n.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),n.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),n.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),n.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})))));var ee=i(59323);function TabContent({activeMetricItems:e,newlyDetectedMetrics:t,savedItemSlugs:i}){return(0,N.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-item",children:[Object.keys(e).map(n=>{const o=e[n].group,s=t?.[o]?.includes(n);return(0,N.jsx)(MetricItem,{slug:n,savedItemSlugs:i,isNewlyDetected:s,...e[n]},n)}),!Object.keys(e).length&&(0,N.jsxs)("div",{className:"googlesitekit-chip-tab-group__graphic",children:[(0,N.jsx)(key_metrics_no_selected_items,{height:250}),(0,N.jsx)(ee.A,{children:(0,X.__)("No metrics were selected yet","google-site-kit")})]})]})}TabContent.propTypes={activeMetricItems:k().object.isRequired,newlyDetectedMetrics:k().object.isRequired,savedItemSlugs:k().array};const te=Object.freeze([]);function ChipTabGroup({allMetricItems:e,savedItemSlugs:t}){const i=(0,n.useRef)(),[y,k]=(0,n.useState)(r.QJ.SLUG),[v,_]=(0,n.useState)(0),b=(0,p.dv)()===p.mp,I=(0,m.A)(r.Is,r.Y0),x=(0,m.A)(r.Is,r.Nl)||te,S=(0,m.A)(r.Is,r.NO)||te,A=(0,s.useSelect)(e=>e(d.oR).isUserInputCompleted()),j=(0,s.useSelect)(e=>{const t=e(d.oR).getUserPickedMetrics();if(t?.length){const i=e(l.K9).getKeyMetricsConversionEventWidgets();return Object.keys(i).filter(e=>t.some(t=>i[e].includes(t)))}const i=e(d.oR).getUserInputSettings();return i?.includeConversionEvents?.values}),M=(0,s.useSelect)(e=>e(u.i).isModuleConnected(c.L1)),T=(0,s.useSelect)(e=>M?e(l.K9).getDetectedEvents():[]),C=(0,s.useSelect)(e=>e(d.oR).getAnswerBasedMetrics(null,[...j||[],...T||[]])),{keyMetricsGroups:E,dynamicGroups:w}=function({detectedEvents:e=[],currentlyActiveEvents:t=[],isUserInputCompleted:i,answerBasedMetrics:o=[]}){const s=[l.nc.SUBMIT_LEAD_FORM,l.nc.CONTACT,l.nc.GENERATE_LEAD].filter(i=>e?.includes(i)||t?.includes(i)),a=[l.nc.ADD_TO_CART,l.nc.PURCHASE].filter(i=>e?.includes(i)||t?.includes(i)),c=(0,n.useMemo)(()=>[r.IX,r.wb,...s?.length?[r.XU]:[],...a?.length?[r.GF]:[],r.hs],[s,a]),g=(0,n.useMemo)(()=>i&&o?.length?[r.QJ,r.KD]:[r.QJ],[i,o]);return{hasGeneratingLeadsGroup:s,hasSellingProductsGroup:a,keyMetricsGroups:c,dynamicGroups:g}}({detectedEvents:T,currentlyActiveEvents:j,isUserInputCompleted:A,answerBasedMetrics:C}),D=(0,n.useMemo)(()=>[...w,...E],[w,E]),O=(0,s.useSelect)(e=>{if(!e(u.i).isModuleConnected(c.L1))return[];const t=e(l.K9).getDetectedEvents(),i=e(l.K9).getNewBadgeEvents();if(t?.length&&i?.length){const e=t.filter(e=>l.fV.includes(e)),n=i.filter(e=>l.fV.includes(e)),o=i.filter(e=>!l.fV.includes(e));if(e?.length>1&&n.length>0)return o}return i}),L=(0,s.useSelect)(e=>M?e(l.K9).getKeyMetricsConversionEventWidgets():[]),{selectedCounts:R,activeMetricItems:P,newlyDetectedMetrics:z}=function({allMetricItems:e={},isActive:t,effectiveSelection:i=[],answerBasedMetrics:o=[],selectedMetrics:s=[],newBadgeEvents:a=[],conversionReportingEventWidgets:l={}}){return(0,n.useMemo)(()=>{const n={[r.QJ.SLUG]:0},c={},g={};for(const u in e){const p=e[u].group;if((p===t||t===r.QJ.SLUG&&i.includes(u))&&(c[u]=e[u]),t===r.KD.SLUG&&o.includes(u)&&o.includes(u)&&(c[u]=e[u]),!n[p]){const t=Object.keys(e).filter(t=>!(e[t].group!==p||!s?.includes(t))).length;n[p]=t}var d;if(a?.length)a.some(e=>l[e].includes(u))&&(g[p]=[...null!==(d=g[p])&&void 0!==d?d:[],u])}return{selectedCounts:n,activeMetricItems:c,newlyDetectedMetrics:g}},[e,t,i,o,s,a,l])}({allMetricItems:e,isActive:y,effectiveSelection:x,answerBasedMetrics:C,selectedMetrics:I,newBadgeEvents:O,conversionReportingEventWidgets:L}),{setValues:B}=(0,s.useDispatch)(a.s),G=(0,n.useCallback)(()=>{B(r.Is,{[r.Y0]:I,[r.Nl]:[...x,...S],[r.NO]:[]})},[I,x,S,B]),U=(0,n.useCallback)((e,t)=>{if(e)k(e);else{const e=D[t];_(t),k(e.SLUG)}S.length&&G()},[D,S,k,G]),H=(0,s.useSelect)(e=>e(g.n).getValue(r.EA)),F=(0,o.A)(H),V=Object.keys(z);(0,n.useEffect)(()=>{if(!F&&H)if(k(r.QJ.SLUG),_(0),V.length&&b){const e=D.find(e=>e.SLUG===V[0]);_(D.indexOf(e)),k(e.SLUG)}else _(0),k(r.QJ.SLUG);F&&!H&&G()},[H,F,S,D,b,V,G]),function({containerRef:e,isMobileBreakpoint:t,isSelectionPanelOpen:i,isSelectionPanelOpenPrevious:o}){const s=(0,n.useCallback)(()=>{const i=e.current?.querySelector(".mdc-tab-scroller__scroll-content");if(!t)return;const n=e.current?.querySelectorAll(".googlesitekit-chip-tab-group__tab-items .mdc-tab");if(!n?.length||!i)return;const o=e.current?.getBoundingClientRect(),r=[];n.forEach((e,t)=>{const i=e.getBoundingClientRect();i.left>=o.left&&i.right<=o.right&&r.push(t)});const a=n[r.length];if(!a)return;const l=a.getBoundingClientRect();(l.left>=o.right||l.left-o.right<0&&-(l.left-o.right)<=20)&&("2px"===i.style.columnGap?i.style.columnGap="20px":i.style.columnGap="2px",s())},[e,t]),r=(0,f.d)(s,50);(0,h.A)("resize",r),(0,n.useEffect)(()=>{!o&&i&&s()},[i,o,s])}({containerRef:i,isMobileBreakpoint:b,isSelectionPanelOpen:H,isSelectionPanelOpenPrevious:F});const Y=[[...w,...E.slice(0,2)],[...E.slice(2)]];return(0,N.jsxs)("div",{className:"googlesitekit-chip-tab-group",children:[(0,N.jsx)(TabItems,{containerRef:i,isMobileBreakpoint:b,chipItemRows:Y,allGroups:D,isActive:y,onChipChange:U,selectedCounts:R,newlyDetectedMetrics:z,activeGroupIndex:v}),(0,N.jsx)(TabContent,{activeMetricItems:P,newlyDetectedMetrics:z,savedItemSlugs:t})]})}},55527:(e,t,i)=>{i.d(t,{$z:()=>o.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>n.N,P3:()=>r.P,Si:()=>s.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var n=i(91046),o=i(3412),s=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>p,BT:()=>D,CQ:()=>A,DF:()=>W,GM:()=>N,GT:()=>k,HA:()=>P,HD:()=>u,HP:()=>w,J5:()=>B,JF:()=>M,JK:()=>f,Ml:()=>h,SS:()=>O,UF:()=>g,UY:()=>F,Vl:()=>L,W6:()=>Y,Xq:()=>j,YQ:()=>T,Yw:()=>H,dV:()=>E,dX:()=>S,ej:()=>c,em:()=>s,ep:()=>I,fu:()=>_,gC:()=>v,hz:()=>m,jx:()=>d,lV:()=>l,nH:()=>z,oR:()=>n,od:()=>a,p3:()=>y,pG:()=>x,qv:()=>o,qy:()=>C,t1:()=>V,t7:()=>U,tB:()=>b,tK:()=>G,u_:()=>R});const n="core/user",o="connected_url_mismatch",s="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",d="googlesitekit_view_dashboard",u="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",h="googlesitekit_delegate_module_sharing_management",f="googlesitekit_update_plugins",y="kmAnalyticsAdSenseTopEarningContent",k="kmAnalyticsEngagedTrafficSource",v="kmAnalyticsLeastEngagingPages",_="kmAnalyticsNewVisitors",b="kmAnalyticsPopularAuthors",I="kmAnalyticsPopularContent",x="kmAnalyticsPopularProducts",S="kmAnalyticsReturningVisitors",N="kmAnalyticsTopCities",A="kmAnalyticsTopCitiesDrivingLeads",j="kmAnalyticsTopCitiesDrivingAddToCart",M="kmAnalyticsTopCitiesDrivingPurchases",T="kmAnalyticsTopDeviceDrivingPurchases",C="kmAnalyticsTopConvertingTrafficSource",E="kmAnalyticsTopCountries",w="kmAnalyticsTopPagesDrivingLeads",D="kmAnalyticsTopRecentTrendingPages",O="kmAnalyticsTopTrafficSource",L="kmAnalyticsTopTrafficSourceDrivingAddToCart",R="kmAnalyticsTopTrafficSourceDrivingLeads",P="kmAnalyticsTopTrafficSourceDrivingPurchases",z="kmAnalyticsPagesPerVisit",B="kmAnalyticsVisitLength",G="kmAnalyticsTopReturningVisitorPages",U="kmSearchConsolePopularKeywords",H="kmAnalyticsVisitsPerVisitor",F="kmAnalyticsMostEngagingPages",V="kmAnalyticsTopCategories",Y=[y,k,v,_,b,I,x,S,V,N,A,j,M,T,C,E,D,O,L,z,B,G,H,F,V],W=[...Y,U]},59323:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),o=i.n(n),s=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...n}){const o=(0,s.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(o===s.mp?a.Kk:a.Yw),...n,children:i})}c.propTypes={type:o().oneOf(a.tT),size:o().oneOf(a.oJ)}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var n=i(28056),o=i.n(n),s=i(4452),r=i.n(s),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var d=i(72545),u=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:s,size:a,step:l,tooltipProps:m}){const h=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function f(e){return r()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:r()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(o(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(n.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:h.map(e=>(0,p.jsx)("li",{className:f(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,s.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...s,children:s.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(d.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>s});const n=(0,i(63696).createContext)(""),{Consumer:o,Provider:s}=n,r=n},64067:(e,t,i)=>{i.d(t,{P9:()=>y,k:()=>m,mR:()=>f});var n=i(32091),o=i.n(n),s=i(17243),r=i(50539),a=i.n(r),l=i(21134),c=i(12850);const g="CREATE_SNAPSHOT",d="DELETE_SNAPSHOT",u="RESTORE_SNAPSHOT",p="SET_STATE_FROM_SNAPSHOT";function m(e,{keysToSnapshot:t}={}){o()(e,"storeName is required to create a snapshot store.");const i={},n={*deleteSnapshot(){return yield{payload:{},type:d}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:n}=yield{payload:{},type:u};return i&&(yield{payload:{snapshot:n},type:p},t&&(yield{payload:{},type:d})),i},*createSnapshot(){return yield{payload:{},type:g}}},a={[d]:()=>(0,l.LD)(`datastore::cache::${e}`),[g]:(0,r.createRegistryControl)(i=>()=>{const n=i.stores[e].store.getState(),o=t?.length>0?(0,s.pick)(n,t):n;return(0,l.SO)(`datastore::cache::${e}`,o)}),[u]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:n,controls:a,reducer:function(e=i,{type:n,payload:o}){if(n===p){const{snapshot:i}=o,{error:n,...s}=i;return t?.length>0?{...e,...s}:s}return e}}}function h(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function f(e=a()){return Promise.all(h(e).map(e=>e.getActions().createSnapshot()))}function y(e=a()){return Promise.all(h(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,i)=>{i.d(t,{G:()=>o,t:()=>n});const n=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=n){return t instanceof Set&&t.has(e)}},66889:(e,t,i)=>{function n(e,t){const i=e.getBoundingClientRect(),n=t.getBoundingClientRect();return!(i.bottom<n.top||n.bottom<i.top||i.right<n.left||n.right<i.left)}i.d(t,{N:()=>n})},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>d,SG:()=>g,db:()=>o,e4:()=>p,vl:()=>u});i(17243);var n=i(82871);const o="missing_required_scopes",s="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===o}function g(e){return[s,r].includes(e?.data?.reason)}function d(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||g(e)||c(e)||d(e))}function p(e){return e?.code===a?(0,n.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,n.__)("The server provided an invalid response","google-site-kit"):e?.message}},67768:(e,t,i)=>{i.d(t,{A:()=>SelectionPanelError});var n=i(62688),o=i.n(n),s=i(63696),r=i(66889),a=i(77967),l=i(62540);function SelectionPanelError({error:e,noPrefix:t=!0,skipRetryMessage:n=!0}){const o=(0,s.useRef)();return(0,s.useEffect)(()=>{if(e){const e=i.g.document.activeElement;e&&e.closest(".googlesitekit-selection-panel-item")&&(0,r.N)(o.current,e)&&e.scrollIntoView()}},[e]),e?(0,l.jsx)("div",{ref:o,children:(0,l.jsx)(a.A,{className:"googlesitekit-notice--square googlesitekit-selection-panel-error",error:e,noPrefix:t,skipRetryMessage:n})}):null}SelectionPanelError.propTypes={error:o().shape({message:o().string}),noPrefix:o().bool,skipRetryMessage:o().bool}},68869:(e,t,i)=>{i.d(t,{Ay:()=>r});var n=i(6732);const{Consumer:o,Provider:s}=n.A,r=s},71423:(e,t,i)=>{i.d(t,{$:()=>s,D:()=>o});var n=i(24558);const o="core/notifications",s=[n.uR,n.jU,n.f7,n.Ax,n.Is]},71769:(e,t,i)=>{function n(e){return e.charAt(0).toUpperCase()+e.slice(1)}function o(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function s(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>s,m2:()=>n,sP:()=>o})},72455:(e,t,i)=>{i.d(t,{CV:()=>j,Cu:()=>I,K9:()=>n,Kr:()=>h,Lf:()=>p,Oh:()=>r,PW:()=>A,Rx:()=>w,S9:()=>f,TQ:()=>d,Vt:()=>C,Wl:()=>_,ZC:()=>o,ZY:()=>a,_p:()=>E,ag:()=>m,aj:()=>u,bz:()=>M,dq:()=>T,f2:()=>c,fB:()=>N,fV:()=>S,iB:()=>g,kc:()=>l,mo:()=>k,nc:()=>x,rm:()=>b,to:()=>s,wo:()=>y,yn:()=>v});const n="modules/analytics-4",o="account_create",s="property_create",r="webdatastream_create",a="analyticsSetup",l=10,c=1,g="https://www.googleapis.com/auth/tagmanager.readonly",d="enhanced-measurement-form",u="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",m="analyticsAccountCreate",h="analyticsCustomDimensionsCreate",f="https://www.googleapis.com/auth/analytics.edit",y="dashboardAllTrafficWidgetDimensionName",k="dashboardAllTrafficWidgetDimensionColor",v="dashboardAllTrafficWidgetDimensionValue",_="dashboardAllTrafficWidgetActiveRowIndex",b="dashboardAllTrafficWidgetLoaded",I={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},x={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},S=[x.CONTACT,x.GENERATE_LEAD,x.SUBMIT_LEAD_FORM],N={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},A="audiencePermissionsSetup",j="audienceTileCustomDimensionCreate",M="audience-selection-panel-expirable-new-badge-",T="audience",C="customDimension",E="property",w=[T,C,E]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73589:(e,t,i)=>{i.d(t,{CX:()=>o,Py:()=>r,SM:()=>n,kj:()=>s});const n="adsense-connect-cta",o="adsense-connect-cta-tooltip-state",s="adsense-ga4-top-earnings-notice",r="adsense"},73874:(e,t,i)=>{i.d(t,{Ay:()=>a,Oo:()=>s,oE:()=>r});var n=i(24558),o=i(77766);const s=n.jU,r=n.f7;function a(){const e=(0,o.A)();return e===n.jU||e===n.Ax?s:e===n.f7||e===n.Is?r:null}},74595:(e,t,i)=>{i.d(t,{wA:()=>a.A,ws:()=>u.w,WM:()=>r.A});var n=i(29725),o=i(56805),s=i(78913),r=i(35470),a=i(63737),l=i(44319),c=i(31170),g=i(30043),d=i(66293),u=i(1102),p=i(47121),m=i(97241);const h=(0,n.I)({},i.g.wp?.data);h.combineStores=p.o3,h.commonActions=p.jU,h.commonControls=p._5,h.commonStore=p.x0,h.createReducer=function(e){return(0,m.Ay)(e)},h.useInViewSelect=u.w,h.controls=o.n,h.createRegistryControl=s.b,h.createRegistrySelector=s.N,h.useSelect=r.A,h.useDispatch=a.A,h.useRegistry=l.A,h.withSelect=c.A,h.withDispatch=g.A,h.RegistryProvider=d.Ay;const f=h;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=f},74995:(e,t,i)=>{i.d(t,{A:()=>Notifications});var n=i(62688),o=i.n(n),s=i(50539),r=i(77766),a=i(71423),l=i(53137),c=i(50532),g=i.n(c),d=i(43569),u=i(62540);const p=g()(e=>({id:e,Notification:m(e)(d.A)}));function m(e){return t=>{function WithNotificationID(i){return(0,u.jsx)(t,{...i,id:e})}return WithNotificationID.displayName="WithNotificationID",(t.displayName||t.name)&&(WithNotificationID.displayName+=`(${t.displayName||t.name})`),WithNotificationID}}function Notifications({areaSlug:e,groupID:t=l.He.DEFAULT}){const i=(0,r.A)(),n=(0,s.useSelect)(e=>e(a.D).getQueuedNotifications(i,t));if(void 0===n?.[0]||n?.[0]?.areaSlug!==e)return null;const{id:o,Component:c}=n[0],g={...p(o)};return(0,u.jsx)(c,{...g})}Notifications.propTypes={viewContext:o().string,areaSlug:o().string}},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>g});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:n,alignBottom:o,alignRight:s,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:d,smSize:u,smStart:p,smOrder:m,mdSize:h,mdStart:f,mdOrder:y,lgSize:k,lgStart:v,lgOrder:_,size:b,children:I,...x}=e;return(0,a.jsx)("div",{...x,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":n,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":s,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":d,[`mdc-layout-grid__cell--span-${b}`]:12>=b&&b>0,[`mdc-layout-grid__cell--span-${k}-desktop`]:12>=k&&k>0,[`mdc-layout-grid__cell--start-${v}-desktop`]:12>=v&&v>0,[`mdc-layout-grid__cell--order-${_}-desktop`]:12>=_&&_>0,[`mdc-layout-grid__cell--span-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--start-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--order-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:I})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},n)=>(0,a.jsx)("div",{ref:n,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const g=c,d=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:n,collapsed:o,...s},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":t}),...s,ref:l,children:n}));d.displayName="Grid",d.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},d.defaultProps={className:""};const u=d},77513:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(90007),r=i(12850),a=i(62540);function NotificationFromServer({id:e,titleIcon:t,title:i,content:n,ctaLabel:o,ctaTarget:l,ctaURL:c,dismissible:g,dismissLabel:d,learnMoreLabel:u,learnMoreURL:p,onCTAClick:m,onDismissClick:h,gaTrackingEventArgs:f}){const y={expiresInSeconds:r.Jg};return(0,a.jsx)(s.A,{notificationID:e,type:s.Q.WARNING,titleIcon:t||void 0,title:i,description:n,learnMoreLink:p?{label:u,href:p}:void 0,ctaButton:{label:o,href:c,target:l,onClick:m,dismissOptions:y},dismissButton:g?{label:d,onClick:h,dismissOptions:y}:void 0,gaTrackingEventArgs:f})}NotificationFromServer.propTypes={id:o().string.isRequired,title:o().string.isRequired,content:o().node,ctaLabel:o().string,ctaTarget:o().string,ctaURL:o().string,dismissible:o().bool,dismissLabel:o().string,learnMoreLabel:o().string,learnMoreURL:o().string,onCTAClick:o().func,onDismissClick:o().func,gaTrackingEventArgs:o().object};const l=NotificationFromServer},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),o=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,n.useContext)(o.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var n=i(62688),o=i.n(n),s=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),d=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:n,message:o=t.message,noPrefix:p=!1,skipRetryMessage:m,hideIcon:h=!1}){const f=(0,l.useDispatch)(),y=(0,l.useSelect)(e=>n?e(n).getSelectorDataForError(t):null),k=(0,s.useCallback)(()=>{f(y.storeName).invalidateResolution(y.name,y.args)},[f,y]);if(!o||(0,c.G)(t))return null;const v=i&&(0,c.vl)(t,y);let _=o;i||m||(_=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),_)),p||(_=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),_));const b=t?.data?.reconnectURL;b&&(0,a.m)(b)&&(_=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),_,b));return(0,u.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(_,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:v?{label:(0,r.__)("Retry","google-site-kit"),onClick:k}:void 0,hideIcon:h})}ErrorNotice.propTypes={className:o().string,error:o().shape({message:o().string}),hasButton:o().bool,storeName:o().string,message:o().string,noPrefix:o().bool,skipRetryMessage:o().bool,hideIcon:o().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>n});const n="core/forms"},79829:(e,t,i)=>{i.d(t,{Eo:()=>d,JK:()=>h,K5:()=>m,jq:()=>p,mK:()=>g});var n=i(17243),o=i(50532),s=i.n(o),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:n}=function(e,t={}){const{hours:i,minutes:n,seconds:o}=l(e);return{hours:i,minutes:n,seconds:o,formatUnit(){const{unitDisplay:s="short",...a}=t,l={unitDisplay:s,...a,style:"unit"};return 0===e?p(o,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?p(o,{...l,unit:"second"}):"",n?p(n,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),o);if(0===e)return t;const s=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),n),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",n?s:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return n()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function d(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:o="metric"}=i;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?a(e,i):"durationISO"===o?function(e){let{hours:t,minutes:i,seconds:n}=l(e);return n=("0"+n).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${n}`:`${t}:${i}:${n}`}(e):p(e,i)}const u=s()(console.warn);function p(e,t={}){const{locale:i=h(),...n}=t;try{return new Intl.NumberFormat(i,n).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},s=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(n))o[e]&&t===o[e]||s.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=h(),style:n="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:n,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const s=(0,r.__)(", ","google-site-kit");return e.join(s)}function h(e=i.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>v});var n,o=i(62688),s=i.n(o),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var d=i(42343),u=i(49655),p=i(62540);const m={[u.Q.NEW]:d.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:s().oneOf(Object.values(u.Q))},Title.propTypes={className:s().string,children:s().node},Description.propTypes={className:s().string,children:s().node};var h=i(49383),f=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:n,href:o,external:s,hideExternalIndicator:r}){let a;return s&&!r&&(a=(0,p.jsx)(f.A,{width:14,height:14})),(0,p.jsx)(h.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:n,href:o,target:s?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:s().string.isRequired,disabled:s().bool,inProgress:s().bool,onClick:s().func,href:s().string,external:s().bool,hideExternalIndicator:s().bool};var y=i(82871);function DismissButton({label:e=(0,y.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(h.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:s().string,onClick:s().func.isRequired,disabled:s().bool};const k=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:n,ctaButton:o,type:s=u.Q.INFO,children:r,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${s}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:s})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(n?.label||n?.onClick||o?.label&&(o?.onClick||o?.href)||r)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(n?.label||n?.onClick)&&(0,p.jsx)(DismissButton,{label:n.label,onClick:n.onClick,disabled:n.disabled}),o?.label&&(o?.onClick||o?.href)&&(0,p.jsx)(CTAButton,{label:o.label,onClick:o.onClick,inProgress:o.inProgress,disabled:o.disabled,href:o.href,external:o.external,hideExternalIndicator:o.hideExternalIndicator})]})]}));k.TYPES=u.Q,k.propTypes={className:s().string,title:s().oneOfType([s().string,s().object]),description:s().node,type:s().oneOf(Object.values(u.Q)),dismissButton:s().shape(DismissButton.propTypes),ctaButton:s().shape({...CTAButton.propTypes,label:s().string}),children:s().node,hideIcon:s().bool};const v=k},80452:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 9"},e),n||(n=o.createElement("path",{stroke:"currentColor",strokeLinecap:"square",strokeWidth:1.6,d:"m2 5.309 1.474 2.14c.69 1.001 1.946 1.001 2.636 0L10 1.8"})))},81520:(e,t,i)=>{function Null(){return null}i.d(t,{A:()=>Null})},82046:(e,t,i)=>{i.d(t,{C:()=>s,p:()=>o});var n=i(15210);function o(e,t={}){return{__html:n.O.sanitize(e,t)}}function s(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82167:(e,t,i)=>{i.d(t,{A:()=>OptIn});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(63696),l=i(13606),c=i(82871),g=i(50539),d=i(49383),u=i(58116),p=i(89318),m=i(20898),h=i(77766),f=i(50787),y=i(62540);function OptIn({id:e="googlesitekit-opt-in",name:t="optIn",className:i,trackEventCategory:n,alignLeftCheckbox:o=!1}){const[s,k]=(0,a.useState)(),v=(0,g.useSelect)(e=>e(u.oR).isTrackingEnabled()),_=(0,g.useSelect)(e=>e(u.oR).getErrorForAction("setTrackingEnabled",[!v])),{setTrackingEnabled:b}=(0,g.useDispatch)(u.oR),I=(0,h.A)(),x=(0,a.useCallback)(async e=>{const{response:t,error:i}=await b(e);i?k(v):((0,p.M9)(t.enabled),t.enabled&&(0,p.sx)(n||I,"tracking_optin"))},[v,b,n,I]);(0,a.useEffect)(()=>{void 0!==v&&void 0===s&&k(v)},[v,s]);const S=(0,f.d)(x,300),N=(0,a.useCallback)(e=>{const t=e.target.checked;k(t),S(t)},[S]);return(0,y.jsxs)("div",{className:r()("googlesitekit-opt-in",i),children:[(0,y.jsx)(d.Checkbox,{id:e,name:t,value:"1",checked:s,onChange:N,loading:void 0===v,alignLeft:o,children:(0,l.A)((0,c.__)("<span>Help us improve Site Kit by sharing anonymous usage data.</span> <span>All collected data is treated in accordance with the <a>Google Privacy Policy.</a></span>","google-site-kit"),{a:(0,y.jsx)(m.A,{href:"https://policies.google.com/privacy",external:!0},"link"),span:(0,y.jsx)("span",{})})}),_?.message&&(0,y.jsx)("div",{className:"googlesitekit-error-text",children:_?.message})]})}OptIn.propTypes={id:o().string,name:o().string,className:o().string,trackEventCategory:o().string,alignLeftCheckbox:o().bool}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var n=i(62688),o=i.n(n),s=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,s.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:o().node.isRequired,marginLeft:o().number,marginRight:o().number}},84826:(e,t,i)=>{i.d(t,{A:()=>HelpMenu});var n,o=i(62688),s=i.n(o),r=i(21795),a=i(63696),l=i(19266),c=i(82871),g=i(50539),d=i(49383);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},u.apply(null,arguments)}const p=e=>a.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),n||(n=a.createElement("path",{fill:"currentColor",d:"M9 16h2v-2H9zm1-16C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14C7.79 4 6 5.79 6 8h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"})));var m=i(99235),h=i(12850),f=i(20898),y=i(77766),k=i(62540);function HelpMenuLink({children:e,href:t,gaEventLabel:i}){const n=(0,y.A)(),o=(0,a.useCallback)(async()=>{i&&await(0,h.sx)(`${n}_headerbar_helpmenu`,"click_outgoing_link",i)},[i,n]);return(0,k.jsx)("li",{className:"googlesitekit-help-menu-link mdc-list-item",role:"none",children:(0,k.jsx)(f.A,{className:"mdc-list-item__text",href:t,role:"menuitem",onClick:o,external:!0,hideExternalIndicator:!0,children:e})})}HelpMenuLink.propTypes={children:s().node.isRequired,href:s().string.isRequired,gaEventLabel:s().string};const v=HelpMenuLink;var _=i(37226),b=i(93896),I=i(73589);function HelpMenu({children:e}){const[t,i]=(0,a.useState)(!1),n=(0,a.useRef)(),o=(0,y.A)();(0,r.A)(n,()=>i(!1)),(0,m.l)([l._f,l.wn],n,()=>i(!1));const s=(0,g.useSelect)(e=>e(_.i).isModuleActive(I.Py)),u=(0,a.useCallback)(()=>{t||(0,h.sx)(`${o}_headerbar`,"open_helpmenu"),i(!t)},[t,o]),f=(0,a.useCallback)(()=>{i(!1)},[]),x=(0,g.useSelect)(e=>e(b.O4).getDocumentationLinkURL("fix-common-issues"));return(0,k.jsxs)("div",{ref:n,className:"googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,k.jsx)(d.Button,{"aria-controls":"googlesitekit-help-menu","aria-expanded":t,"aria-label":(0,c.__)("Help","google-site-kit"),"aria-haspopup":"menu",className:"googlesitekit-header__dropdown googlesitekit-border-radius-round googlesitekit-button-icon googlesitekit-help-menu__button mdc-button--dropdown",icon:(0,k.jsx)(p,{width:"20",height:"20"}),onClick:u,tooltipEnterDelayInMS:500,text:!0}),(0,k.jsxs)(d.Menu,{className:"googlesitekit-width-auto",menuOpen:t,id:"googlesitekit-help-menu",onSelected:f,children:[e,(0,k.jsx)(v,{gaEventLabel:"fix_common_issues",href:x,children:(0,c.__)("Fix common issues","google-site-kit")}),(0,k.jsx)(v,{gaEventLabel:"documentation",href:"https://sitekit.withgoogle.com/documentation/",children:(0,c.__)("Read help docs","google-site-kit")}),(0,k.jsx)(v,{gaEventLabel:"support_forum",href:"https://wordpress.org/support/plugin/google-site-kit/",children:(0,c.__)("Get support","google-site-kit")}),s&&(0,k.jsx)(v,{gaEventLabel:"adsense_help",href:"https://support.google.com/adsense/",children:(0,c.__)("Get help with AdSense","google-site-kit")})]})]})}HelpMenu.propTypes={children:s().node}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o,s=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),o||(o=s.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},86134:(e,t,i)=>{i.d(t,{N$:()=>o,aO:()=>s,qB:()=>n});const n={BOXES:"boxes",COMPOSITE:"composite"},o={QUARTER:"quarter",HALF:"half",FULL:"full"},s="core/widgets"},88933:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),n||(n=o.createElement("g",{fill:"none",fillRule:"evenodd"},o.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),o.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),o.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),o.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))))},89318:(e,t,i)=>{i.d(t,{M9:()=>N,sx:()=>x,BI:()=>S});var n=i(17243);const o="_googlesitekitDataLayer",s="data-googlesitekit-gtag";function r(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isAuthenticated:h,userRoles:f}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:y}=i.g,k={activeModules:c,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:f,isAuthenticated:h,pluginVersion:y},{enableTracking:v,disableTracking:_,isTrackingEnabled:b,initializeSnippet:I,trackEvent:x,trackEventOnce:S}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const d=function(e,t){const n=r(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:d,userRoles:u=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${s}]`)),l)return!1;l=!0;const r=u?.length?u.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:r,user_identifier:d}});const h=t.createElement("script");return h.setAttribute(s,""),h.async=!0,h.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(h),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(g,t),u=function(e,t,i,n){const o=r(t);return async function(t,s,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){n.console.warn(`Tracking event "${s}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}o("event",s,{...c,event_callback:r}),n._gaUserPrefs?.ioo?.()&&r()})}}(g,t,d,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:d,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,n.once)(u)),p[t](...e)}}}(k);function N(e){e?v():_()}g&&d&&I()},89362:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){const[o,s]=(0,n.useState)(null);return(0,n.useEffect)(()=>{if(e.current&&"function"==typeof i.g.IntersectionObserver){function n(e){s(e[e.length-1])}const o=new i.g.IntersectionObserver(n,t);return o.observe(e.current),()=>{s(null),o.disconnect()}}return()=>{}},[e.current,t.threshold,t.root,t.rootMargin]),o}},90007:(e,t,i)=>{i.d(t,{Q:()=>k,A:()=>BannerNotification});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(50539),l=i(71423),c=i(7070),g=i(7184),d=i(30823),u=i(3782),p=i(29584),m=i(55527);const h="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",f="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var y=i(62540);const k={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=k.INFO,learnMoreLink:i,dismissButton:n,ctaButton:s,gaTrackingEventArgs:r,...d}){const u=(0,c.A)(e,r?.category),{dismissNotification:p}=(0,a.useDispatch)(l.D);let v=d?.svg;return v||t===k.INFO||(v={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===k.WARNING&&(v.desktop=h),t===k.ERROR&&(v.desktop=f)),(0,y.jsx)("div",{className:o()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,y.jsx)(m.xA,{className:"googlesitekit-page-content",children:(0,y.jsx)(m.fI,{children:(0,y.jsx)(m.fh,{size:12,children:(0,y.jsx)(g.A,{learnMoreLink:i&&{...i,onClick:async function(e){u.clickLearnMore(r?.label,r?.value),await(i?.onClick?.(e))}},dismissButton:n&&{...n,onClick:async function(t){await(n?.onClick?.(t)),u.dismiss(r?.label,r?.value),p(e,{...n?.dismissOptions})}},ctaButton:s&&{...s,onClick:async function(t){u.confirm(r?.label,r?.value),await(s?.onClick?.(t)),s?.dismissOnClick&&p(e,{...s?.dismissOptions})}},svg:v,...d})})})})})}BannerNotification.propTypes={notificationID:r().string.isRequired,type:r().oneOf(Object.values(k)),titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(d.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(u.A.propTypes),gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number})}},91560:(e,t,i)=>{i.d(t,{A:()=>u});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(13606),l=i(82871),c=i(20898),g=i(35323),d=i(62540);function SourceLink({name:e,href:t,className:i,external:n}){return(0,g.A)()?null:(0,d.jsx)("div",{className:r()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,d.jsx)(c.A,{href:t,external:n},"link")})})}SourceLink.propTypes={name:o().string,href:o().string,className:o().string,external:o().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const u=SourceLink},93896:(e,t,i)=>{i.d(t,{O4:()=>n,OQ:()=>s,qc:()=>o});const n="core/site",o="primary",s="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:n}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},95267:(e,t,i)=>{i.d(t,{A:()=>PageHeader});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(55527),l=i(24560),c=i(18418),g=i(84385),d=i(15167),u=i(62540);function PageHeader(e){const{title:t,icon:i,className:n,status:s,statusText:r,fullWidth:p,children:m}=e,h=p?{size:12}:{smSize:4,mdSize:4,lgSize:6},f=""!==s||Boolean(m);return(0,u.jsx)("header",{className:"googlesitekit-page-header",children:(0,u.jsxs)(a.fI,{children:[t&&(0,u.jsxs)(a.fh,{...h,children:[i,(0,u.jsx)(d.A,{as:"h1",className:o()("googlesitekit-page-header__title",n),size:"medium",type:"title",children:t})]}),f&&(0,u.jsx)(a.fh,{smSize:4,mdSize:4,lgSize:6,alignBottom:!0,mdAlignRight:!0,children:(0,u.jsxs)("div",{className:"googlesitekit-page-header__details",children:[s&&(0,u.jsxs)("span",{className:o()("googlesitekit-page-header__status",`googlesitekit-page-header__status--${s}`),children:[r,(0,u.jsx)(g.A,{children:"connected"===s?(0,u.jsx)(l.A,{width:10,height:8}):(0,u.jsx)(c.A,{width:2,height:12})})]}),m]})})]})})}PageHeader.propTypes={title:r().string,icon:r().node,className:r().string,status:r().string,statusText:r().string,fullWidth:r().bool},PageHeader.defaultProps={title:"",icon:null,className:"googlesitekit-heading-3",status:"",statusText:"",fullWidth:!1}},99235:(e,t,i)=>{i.d(t,{l:()=>o});var n=i(78174);function o(e,t,i){(0,n.A)(i=>e.includes(i.keyCode)&&t.current.contains(i.target),i)}},99455:(e,t,i)=>{i.d(t,{A:()=>d});var n,o=i(82871),s=i(88933),r=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},a.apply(null,arguments)}const l=e=>r.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 21"},e),n||(n=r.createElement("path",{fill:"#5F6368",d:"M62.09 1.664h3.038v.1L58.34 9.593l7.241 10.224v.1H62.7L56.755 11.4 53.95 14.64v5.278h-2.351V1.664h2.35v9.415h.1zM69.985 3.117c0 .454-.167.853-.488 1.175-.322.322-.71.488-1.176.488-.455 0-.854-.166-1.175-.488a1.6 1.6 0 0 1-.488-1.175c0-.466.166-.854.488-1.176s.71-.488 1.175-.488c.455 0 .854.166 1.176.488.332.333.487.72.487 1.176m-.477 4.313v12.498h-2.351V7.43zM77.016 20.128c-1.02 0-1.864-.31-2.54-.943q-1.014-.948-1.031-2.628V9.57h-2.196V7.43h2.196V3.603h2.35V7.43h3.061v2.14h-3.06v6.222c0 .831.166 1.397.488 1.696.321.3.687.444 1.097.444.189 0 .366-.022.555-.067.188-.044.344-.1.499-.166l.743 2.096c-.632.222-1.342.333-2.162.333M2.673 18.952C1.375 18.009.488 16.678 0 14.97l2.883-1.176c.289 1.076.799 1.94 1.542 2.628.732.677 1.619 1.02 2.65 1.02.965 0 1.774-.244 2.45-.742.677-.5 1.01-1.187 1.01-2.052 0-.798-.3-1.453-.887-1.974q-.883-.781-3.094-1.564l-1.22-.432Q3.371 9.997 2.04 8.716C1.153 7.862.71 6.742.71 5.346c0-.966.266-1.853.787-2.673S2.75 1.209 3.693.72C4.624.244 5.678 0 6.864 0c1.708 0 3.072.41 4.081 1.242 1.02.832 1.697 1.752 2.04 2.795L10.236 5.2c-.2-.621-.576-1.164-1.142-1.63-.565-.477-1.286-.71-2.173-.71s-1.641.222-2.251.676-.91 1.032-.91 1.742c0 .676.278 1.22.82 1.663.544.432 1.398.854 2.563 1.253l1.22.41c1.674.577 2.96 1.342 3.88 2.274.921.931 1.376 2.184 1.376 3.748 0 1.275-.322 2.34-.976 3.193a6 6 0 0 1-2.495 1.919 8 8 0 0 1-3.116.621c-1.62 0-3.072-.466-4.358-1.408M15.969 3.449a1.95 1.95 0 0 1-.588-1.43c0-.566.2-1.043.588-1.431A1.95 1.95 0 0 1 17.399 0c.566 0 1.043.2 1.43.588.389.388.588.865.588 1.43 0 .566-.2 1.043-.587 1.43a1.95 1.95 0 0 1-1.43.589c-.566-.012-1.043-.2-1.431-.588m-.067 2.595h2.994v13.883h-2.994zM25.406 19.85c-.544-.2-.987-.466-1.331-.788-.776-.776-1.176-1.84-1.176-3.182V8.683h-2.428v-2.64h2.428V2.13h2.994v3.926h3.372v2.639h-3.372v6.531c0 .743.145 1.276.433 1.575.277.366.743.543 1.42.543.31 0 .576-.044.82-.122q.35-.116.765-.399v2.917c-.599.277-1.32.41-2.173.41a5 5 0 0 1-1.753-.3M33.623 19.407a6.63 6.63 0 0 1-2.529-2.628c-.61-1.12-.909-2.373-.909-3.77 0-1.332.3-2.551.887-3.693.588-1.132 1.409-2.04 2.462-2.706s2.251-1.01 3.593-1.01c1.397 0 2.606.311 3.637.921a6.1 6.1 0 0 1 2.34 2.528c.532 1.076.799 2.274.799 3.627 0 .255-.023.576-.078.953H33.179c.111 1.287.566 2.285 1.375 2.983a4.16 4.16 0 0 0 2.817 1.043c.854 0 1.597-.189 2.218-.588a4.27 4.27 0 0 0 1.508-1.597l2.528 1.198q-.981 1.713-2.561 2.694c-1.054.655-2.318.976-3.782.976q-2.046.033-3.66-.931m7.23-8.051a3.3 3.3 0 0 0-.466-1.453c-.277-.477-.687-.887-1.242-1.208-.554-.322-1.23-.488-2.03-.488-.964 0-1.773.288-2.439.853-.665.566-1.12 1.342-1.375 2.296z"})));var c=i(16834),g=i(62540);const d=function Logo(){return(0,g.jsxs)("div",{className:"googlesitekit-logo","aria-hidden":"true",children:[(0,g.jsx)(s.A,{className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),(0,g.jsx)(l,{className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),(0,g.jsx)(c.A,{children:(0,o.__)("Site Kit by Google Logo","google-site-kit")})]})}},99620:(e,t,i)=>{i.d(t,{A:()=>h});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(63696),l=i(55527),c=i(20898),g=i(15167),d=i(62540);class LayoutHeader extends a.Component{render(){const{title:e,badge:t,ctaLabel:i,ctaLink:n}=this.props,o=n?{alignMiddle:!0,smSize:4,lgSize:6}:{alignMiddle:!0,smSize:4,mdSize:8,lgSize:12};return(0,d.jsx)("header",{className:"googlesitekit-layout__header",children:(0,d.jsx)(l.xA,{children:(0,d.jsxs)(l.fI,{children:[e&&(0,d.jsx)(l.fh,{...o,children:(0,d.jsxs)(g.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-subheading-1 googlesitekit-layout__header-title",children:[e,t]})}),n&&(0,d.jsx)(l.fh,{smSize:4,lgSize:6,alignMiddle:!0,mdAlignRight:!0,children:(0,d.jsx)(c.A,{href:n,external:!0,children:i})})]})})})}}LayoutHeader.propTypes={title:o().string,badge:o().node,ctaLabel:o().string,ctaLink:o().string},LayoutHeader.defaultProps={title:"",badge:null,ctaLabel:"",ctaLink:""};const u=LayoutHeader;var p=i(91560);class LayoutFooter extends a.Component{render(){const{ctaLabel:e,ctaLink:t,footerContent:i}=this.props;return(0,d.jsx)("footer",{className:"googlesitekit-layout__footer",children:(0,d.jsx)(l.xA,{children:(0,d.jsx)(l.fI,{children:(0,d.jsxs)(l.fh,{size:12,children:[t&&e&&(0,d.jsx)(p.A,{className:"googlesitekit-data-block__source",name:e,href:t,external:!0}),i]})})})})}}LayoutFooter.propTypes={ctaLabel:o().string,ctaLink:o().string};const m=LayoutFooter;class Layout extends a.Component{render(){const{header:e,footer:t,children:i,title:n,badge:o,headerCTALabel:s,headerCTALink:a,footerCTALabel:l,footerCTALink:c,footerContent:g,className:p,fill:h,relative:f,rounded:y=!1,transparent:k=!1,...v}=this.props;return(0,d.jsxs)("div",{className:r()("googlesitekit-layout",p,{"googlesitekit-layout--fill":h,"googlesitekit-layout--relative":f,"googlesitekit-layout--rounded":y,"googlesitekit-layout--transparent":k}),...v,children:[e&&(0,d.jsx)(u,{title:n,badge:o,ctaLabel:s,ctaLink:a}),i,t&&(0,d.jsx)(m,{ctaLabel:l,ctaLink:c,footerContent:g})]})}}Layout.propTypes={header:o().bool,footer:o().bool,children:o().node.isRequired,title:o().string,badge:o().node,headerCTALabel:o().string,headerCTALink:o().string,footerCTALabel:o().string,footerCTALink:o().string,footerContent:o().node,className:o().string,fill:o().bool,relative:o().bool,rounded:o().bool,transparent:o().bool},Layout.defaultProps={header:!1,footer:!1,title:"",badge:null,headerCTALabel:"",headerCTALink:"",footerCTALabel:"",footerCTALink:"",footerContent:null,className:"",fill:!1,relative:!1};const h=Layout},99897:(e,t,i)=>{i.d(t,{A_:()=>g,DF:()=>u,L1:()=>p,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>s,ue:()=>o,wq:()=>n,xR:()=>d});const n=1,o=2,s=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",d="_r..nav",u="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=44675,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-modules-ads-6547fa863cf79755997f.js 0000755 00000455710 15111634507 0016652 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[300],{2362:(e,t,i)=>{i.d(t,{A:()=>g});var o=i(4452),s=i.n(o),n=i(62688),r=i.n(n),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...o},n)=>(0,l.jsx)("span",{ref:n,...o,className:s()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:r().string.isRequired,hasLeftSpacing:r().bool};const g=c},2422:(e,t,i)=>{i.d(t,{W:()=>l});var o=i(79257),s=i(35470),n=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,n.useContext)(r.A),[i,l]=(0,n.useState)(!1),c=(0,s.A)(e=>e(a.n).getInViewResetCount()),g=(0,s.A)(e=>e(a.n).getValue("forceInView"));return(0,n.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,n.useEffect)(()=>{g&&l(!0)},[g]),(0,o.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2522:(e,t,i)=>{i.d(t,{D:()=>n});var o=i(32091),s=i.n(o);function n(e,{dateRangeLength:t}){s()(Array.isArray(e),"report must be an array to partition."),s()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3170:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o,s=i(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22 19"},e),o||(o=s.createElement("path",{fill:"currentColor",d:"M0 19h22L11 0zm12-3h-2v-2h2zm0-4h-2V8h2z"})))},3687:(e,t,i)=>{i.d(t,{U:()=>I});var o=i(32091),s=i.n(o),n=i(17243),r=i(21125),a=i(71769),l=i(12850),c=i(50539);function g(e){return e}function d(){return{}}function u(){}const{clearError:p,receiveError:m}=r.o1;function I({baseName:e,controlCallback:t,reducerCallback:i=g,argsToParams:o=d,validateParams:r=u}){let I;s()(e,"baseName is required."),s()("function"==typeof t,"controlCallback is required and must be a function."),s()("function"==typeof i,"reducerCallback must be a function."),s()("function"==typeof o,"argsToParams must be a function."),s()("function"==typeof r,"validateParams must be a function.");try{r(o()),I=!1}catch(e){I=!0}const y=(0,a.m2)(e),h=(0,a.sP)(e),f=`FETCH_${h}`,M=`START_${f}`,k=`FINISH_${f}`,j=`CATCH_${f}`,S=`RECEIVE_${h}`,b=`fetch${y}`,v=`receive${y}`,N=`isFetching${y}`,A={[N]:{}};const C={[b](...t){const i=o(...t);return r(i),function*(t,i){let o,s;yield{payload:{params:t},type:M},yield p(e,i);try{o=yield{payload:{params:t},type:f},yield C[v](o,t),yield{payload:{params:t},type:k}}catch(o){s=o,yield m(s,e,i),yield{payload:{params:t},type:j}}return{response:o,error:s}}(i,t)},[v]:(e,t)=>(s()(void 0!==e,"response is required."),I?(s()((0,n.isPlainObject)(t),"params is required."),r(t)):t={},{payload:{response:e,params:t},type:S})},x={[f]:({payload:e})=>t(e.params)},D=(0,c.createReducer)((e,{type:t,payload:o})=>{switch(t){case M:{const{params:t}=o;return e[N]=e[N]||{},e[N][(0,l.Zm)(t)]=!0,e}case S:{const{response:t,params:s}=o;return i(e,t,s)}case k:{const{params:t}=o;return e[N]=e[N]||{},e[N][(0,l.Zm)(t)]=!1,e}case j:{const{params:t}=o;return e[N]=e[N]||{},e[N][(0,l.Zm)(t)]=!1,e}default:return e}});return{initialState:A,actions:C,controls:x,reducer:D,resolvers:{},selectors:{[N]:(e,...t)=>{if(void 0===e[N])return!1;let i;try{i=o(...t),r(i)}catch(e){return!1}return!!e[N][(0,l.Zm)(i)]}}}}},3714:(e,t,i)=>{i.d(t,{Kk:()=>n,SZ:()=>o,Yw:()=>r,oJ:()=>a,tT:()=>s});const o="body",s=[o,"display","headline","label","title"],n="small",r="medium",a=[n,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var o=i(62688),s=i.n(o),n=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:o,onClick:s,href:a}){return e&&(s||a)?(0,r.jsx)(n.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||o,isSaving:o,onClick:s,href:a,children:e}):null}CTAButton.propTypes={label:s().string,ariaLabel:s().string,disabled:s().bool,inProgress:s().bool,onClick:s().func,href:s().string,dismissOnClick:s().bool,dismissOptions:s().shape({expiresInSeconds:s().number,skipHidingFromQueue:s().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>d});var o=i(62688),s=i.n(o),n=i(63696),r=i(81276),a=i(49383),l=i(8420),c=i(62540);let g=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const o=(0,n.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):g;e&&document.body.contains(e)&&e.focus(),t||(g=null)})},[t]),s=(0,r.A)(e);return(0,n.useEffect)(()=>(!0===s&&!1===e&&o(),()=>{o()}),[s,e,o]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(g=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:s().bool,refocusQuerySelector:s().string,...a.Dialog.propTypes};const d=RefocusableModalDialog},4884:(e,t,i)=>{i.d(t,{A:()=>d});var o=i(62688),s=i.n(o),n=i(4452),r=i.n(n),a=i(49383),l=i(20898),c=i(15167),g=i(62540);function CTA({title:e,headerText:t,headerContent:i,description:o,ctaLink:s,ctaLabel:n,ctaLinkExternal:d,ctaType:u,error:p,onClick:m,"aria-label":I,children:y}){return(0,g.jsxs)("div",{className:r()("googlesitekit-cta",{"googlesitekit-cta--error":p}),children:[(t||i)&&(0,g.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,g.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),i]}),(0,g.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,g.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),o&&"string"==typeof o&&(0,g.jsx)("p",{className:"googlesitekit-cta__description",children:o}),o&&"string"!=typeof o&&(0,g.jsx)("div",{className:"googlesitekit-cta__description",children:o}),n&&"button"===u&&(0,g.jsx)(a.Button,{"aria-label":I,href:s,onClick:m,children:n}),n&&"link"===u&&(0,g.jsx)(l.A,{href:s,onClick:m,"aria-label":I,external:d,hideExternalIndicator:d,arrow:!0,children:n}),y]})]})}CTA.propTypes={title:s().string.isRequired,headerText:s().string,description:s().oneOfType([s().string,s().node]),ctaLink:s().string,ctaLinkExternal:s().bool,ctaLabel:s().string,ctaType:s().string,"aria-label":s().string,error:s().bool,onClick:s().func,children:s().node,headerContent:s().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const d=CTA},6464:(e,t,i)=>{i.d(t,{i:()=>r});var o=i(63696),s=i(11106),n=i(65214);function r(e){const t=(0,o.useContext)(s.A);return(0,n.G)(e,t)}},6732:(e,t,i)=>{i.d(t,{A:()=>o});const o=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var o=i(63696),s=i(77766),n=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,s.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,o.useCallback)((...e)=>(0,n.sx)(g,i,...e),[g,i]),confirm:(0,o.useCallback)((...e)=>(0,n.sx)(g,r,...e),[g,r]),dismiss:(0,o.useCallback)((...e)=>(0,n.sx)(g,a,...e),[g,a]),clickLearnMore:(0,o.useCallback)((...e)=>(0,n.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>s,n:()=>o});const o="core/ui",s="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>y});var o=i(4452),s=i.n(o),n=i(62688),r=i.n(n),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:s()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:s()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var g=i(12850),d=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:o,children:n}){return(0,c.jsxs)("div",{className:s()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(d.A,{...i}),o&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:o}),n]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:s()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(d.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var u=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:s()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var m=i(80035);const I=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:o,additionalDescription:n,errorText:r,helpText:a,learnMoreLink:g,dismissButton:d,ctaButton:I,svg:y,footer:h},f)=>{const M=(0,l.dv)(),k=M===l.mp||M===l.Lg;let j=null;k&&y?.mobile?j=y.mobile:!k&&y?.desktop&&(j=y.desktop);const S=y?.verticalPosition?y.verticalPosition:"center";return(0,c.jsxs)("div",{ref:f,className:s()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:o,learnMoreLink:g,additionalDescription:n}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(m.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[I&&(0,c.jsx)(u.A,{...I}),d?.onClick&&(0,c.jsx)(p.A,{...d})]})]}),j&&(0,c.jsx)("div",{className:s()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${S}`]:S}),style:{backgroundImage:`url(${j})`}}),h&&(0,c.jsx)(Footer,{children:h})]})});I.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(d.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(u.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const y=I},8143:(e,t,i)=>{i.d(t,{VZ:()=>n,dc:()=>r,pH:()=>s,r0:()=>a});var o=i(84024);function s(e){try{return new URL(e).pathname}catch{}return null}function n(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,o.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),s=e.replace(i.origin,"");if(s.length<t)return s;const n=s.length-Math.floor(t)+1;return"…"+s.substr(n)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var o=i(62688),s=i.n(o),n=i(4452),r=i.n(n),a=i(52684),l=i(13606),c=i(82871),g=i(49383),d=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:o=null,onClose:s=null,title:n=null,provides:p,handleConfirm:m,subtitle:I,confirmButton:y=null,dependentModules:h,danger:f=!1,inProgress:M=!1,small:k=!1,medium:j=!1,buttonLink:S=null}){const b=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,v=!(!p||!p.length);return(0,u.jsxs)(g.Dialog,{open:t,onOpen:o,onClose:s,"aria-describedby":v?b:void 0,tabIndex:"-1",className:r()(e,{"googlesitekit-dialog-sm":k,"googlesitekit-dialog-md":j}),children:[(0,u.jsxs)(g.DialogTitle,{children:[f&&(0,u.jsx)(d.A,{width:28,height:28}),n]}),I?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:I}):[],(0,u.jsxs)(g.DialogContent,{children:[v&&(0,u.jsx)("section",{id:b,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),h&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),h),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(g.DialogFooter,{children:[(0,u.jsx)(g.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:M,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),S?(0,u.jsx)(g.Button,{href:S,onClick:m,target:"_blank",danger:f,children:y}):(0,u.jsx)(g.SpinnerButton,{onClick:m,danger:f,disabled:M,isSaving:M,children:y||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:s().string,dialogActive:s().bool,handleDialog:s().func,handleConfirm:s().func.isRequired,onOpen:s().func,onClose:s().func,title:s().string,confirmButton:s().string,danger:s().bool,small:s().bool,medium:s().bool,buttonLink:s().string};const p=ModalDialog},10804:(e,t,i)=>{i.d(t,{A:()=>AdBlockerWarning});var o,s=i(62688),n=i.n(s),r=i(50539),a=i(93896),l=i(37226),c=i(82871),g=i(13606),d=i(20898),u=i(63696);function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},p.apply(null,arguments)}const m=e=>u.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 14"},e),o||(o=u.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M4.5 1.5H3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V9M7 1.5h5v5M5 8.5 11.5 2"})));var I=i(80035),y=i(62540);function AdBlockerWarningMessage({getHelpLink:e="",warningMessage:t=null}){return t?(0,y.jsx)(I.A,{className:"googlesitekit-notice--small",type:I.A.TYPES.WARNING,description:(0,g.A)((0,c.sprintf)(/* translators: 1: The warning message. 2: "Get help" text. */ /* translators: 1: The warning message. 2: "Get help" text. */ (0,c.__)("%1$s. <Link><Strong>%2$s</Strong></Link>","google-site-kit"),t,(0,c.__)("Get help","google-site-kit")),{Link:(0,y.jsx)(d.A,{href:e,trailingIcon:(0,y.jsx)(m,{width:15,height:15}),external:!0,hideExternalIndicator:!0}),Strong:(0,y.jsx)("strong",{})}),hideIcon:!0}):null}function AdBlockerWarning({moduleSlug:e,className:t}){const i=(0,r.useSelect)(t=>t(l.i).getModuleStoreName(e)),o=(0,r.useSelect)(e=>e(i)?.getAdBlockerWarningMessage()),s=(0,r.useSelect)(t=>t(a.O4).getDocumentationLinkURL(`${e}-ad-blocker-detected`));return(0,y.jsx)(AdBlockerWarningMessage,{className:t,getHelpLink:s,warningMessage:o})}AdBlockerWarningMessage.propTypes={getHelpLink:n().string,warningMessage:n().string},AdBlockerWarning.propTypes={className:n().string,moduleSlug:n().string.isRequired}},11106:(e,t,i)=>{i.d(t,{A:()=>n});var o=i(63696),s=i(65214);const n=(0,o.createContext)(s.t)},12850:(e,t,i)=>{i.d(t,{tt:()=>N,Jg:()=>v,Gp:()=>S,GH:()=>j,r0:()=>b,Du:()=>A,Zf:()=>H,Cn:()=>G,G7:()=>y,vH:()=>I,N_:()=>E,zh:()=>Q,mK:()=>g.mK,Ql:()=>C,vY:()=>O,sq:()=>D,VZ:()=>z.VZ,JK:()=>g.JK,IS:()=>w,pH:()=>z.pH,kf:()=>U,O5:()=>_,Qr:()=>x,x6:()=>Z,K5:()=>g.K5,S_:()=>m,dc:()=>z.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>B.D,N9:()=>W,p9:()=>n.p,XH:()=>T,Zm:()=>l,sx:()=>s.sx,BI:()=>s.BI,CZ:()=>n.C,BG:()=>Y});var o=i(17243),s=i(89318),n=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let o=e[i];o&&"object"==typeof o&&!Array.isArray(o)&&(o=c(o)),t[i]=o}),t}var g=i(79829);function d(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[d,u,p];let i=e;for(const e of t)i=e(i);return i}function I(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function y(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var h=i(32091),f=i.n(h),M=i(82871);const k="Date param must construct to a valid date instance or be a valid date instance itself.",j="Invalid dateString parameter, it must be a string.",S='Invalid date range, it must be a string with the format "last-x-days".',b=60,v=60*b,N=24*v,A=7*N;function C(){function e(e){return(0,M.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,M._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function x(e=""){if(!(0,o.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,o.isDate)(t)&&!isNaN(t)}function D(e){f()((0,o.isDate)(e)&&!isNaN(e),k);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function T(e){f()(x(e),j);const[t,i,o]=e.split("-");return new Date(t,i-1,o)}function w(e,t){return D(E(e,t*N))}function _(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function E(e,t){f()(x(e)||(0,o.isDate)(e)&&!isNaN(e),j);const i=x(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var R=i(69743),L=i(94552),P=i(62540);function O(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,R.Ay)((0,P.jsx)(L.A,{direction:e>0?"up":"down",invertColor:i}))}function G(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var z=i(8143);function Z(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function U(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function W(e){return Array.isArray(e)?[...e].sort():e}var B=i(2522);function H(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const o=(t-e)/e;return Number.isNaN(o)||!Number.isFinite(o)?null:o}function Y(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function Q(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,o.unescape)(t)}},13620:e=>{e.exports=googlesitekit.modules},14007:(e,t,i)=>{i.d(t,{A:()=>l});var o=i(47209),s=i(62688),n=i.n(s),r=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,r.useState)(document.createElement("div"));return(0,o.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:n().string,children:n().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var o=i(62688),s=i.n(o),n=i(4452),r=i.n(n),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:o="span",children:s,...n}){return(0,l.jsx)(o,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...n,children:s})}Typography.propTypes={className:s().string,type:s().oneOf(a.tT),size:s().oneOf(a.oJ),as:s().oneOfType([s().string,s().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>s});var o=i(31234);const s=i.n(o)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var o=i(55620),s=i(99123);const n={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=n){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,d]=(0,o._)("undefined"==typeof document?[l,c]:a,t,i);function u(){return d(a)}return(0,s.A)(r,"resize",u),(0,s.A)(r,"orientationchange",u),g}function c(e){return l(e)[0]}},15863:(e,t,i)=>{i.d(t,{i:()=>r});var o=i(63696),s=i(50539),n=i(7081);function r(e){const{setValue:t}=(0,s.useDispatch)(n.n);return(0,o.useCallback)(()=>{t("admin-screen-tooltip",{isTooltipVisible:!0,...e})},[t,e])}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var o=i(62688),s=i.n(o),n=i(4452),r=i.n(n),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:r()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:s().string,children:s().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},17691:(e,t,i)=>{i.d(t,{A:()=>r,G:()=>n});var o=i(62688),s=i.n(o);const n=" ";function DisplaySetting({value:e}){return e||n}DisplaySetting.propTypes={value:s().oneOfType([s().string,s().bool,s().number])};const r=DisplaySetting},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o,s=i(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),o||(o=s.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o=i(63696),s=i(82286),n=i(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,r=i.g){const[a,l]=(0,o.useState)((0,s.d)(r.location.href,e)||t);return[a,function(t){l(t);const i=(0,n.F)(r.location.href,{[e]:t});r.history.replaceState(null,"",i)}]}},20898:(e,t,i)=>{i.d(t,{A:()=>x});var o,s=i(4452),n=i.n(s),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),g=i(82871);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},d.apply(null,arguments)}const u=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),o||(o=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},m.apply(null,arguments)}const I=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var y;function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},h.apply(null,arguments)}const f=e=>c.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),y||(y=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var M=i(83366),k=i(84385),j=i(62540);const S="BUTTON",b="BUTTON_DISABLED",v="EXTERNAL_LINK",N="LINK",A="ROUTER_LINK",C=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:o=!1,arrow:s=!1,back:r=!1,caps:a=!1,children:c,className:d="",danger:p=!1,disabled:m=!1,external:y=!1,hideExternalIndicator:h=!1,href:C="",inverse:x=!1,noFlex:D=!1,onClick:T,small:w=!1,standalone:_=!1,linkButton:E=!1,to:R,leadingIcon:L,trailingIcon:P,...O}=e;const G=C||R||!T?R?A:y?v:N:m?b:S;const z=G===S||G===b?"button":G===A?l.N_:"a",Z=function(){let e;return G===v&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),G===b&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let U=L,W=P;return r&&(U=(0,j.jsx)(f,{width:14,height:14})),y&&!h&&(W=(0,j.jsx)(M.A,{width:14,height:14})),s&&!x&&(W=(0,j.jsx)(u,{width:14,height:14})),s&&x&&(W=(0,j.jsx)(I,{width:14,height:14})),(0,j.jsxs)(z,{"aria-label":Z,className:n()("googlesitekit-cta-link",d,{"googlesitekit-cta-link--secondary":o,"googlesitekit-cta-link--inverse":x,"googlesitekit-cta-link--small":w,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":_,"googlesitekit-cta-link--link-button":E,"googlesitekit-cta-link--no-flex":!!D}),disabled:m,href:G!==N&&G!==v||m?void 0:C,onClick:T,rel:G===v?"noopener noreferrer":void 0,ref:t,target:G===v?"_blank":void 0,to:R,...O,children:[!!U&&(0,j.jsx)(k.A,{marginRight:5,children:U}),(0,j.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!W&&(0,j.jsx)(k.A,{marginLeft:5,children:W})]})});C.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const x=C},21125:(e,t,i)=>{i.d(t,{g4:()=>I,o1:()=>m});var o=i(78913),s=i(32091),n=i.n(s),r=i(10523),a=i.n(r),l=i(12850),c=i(50539);const g="RECEIVE_ERROR",d="CLEAR_ERROR",u="CLEAR_ERRORS";function p(e,t){if(t&&Array.isArray(t)){const i=t.map(e=>"object"==typeof e?(0,l.Zm)(e):e);return`${e}::${a()(JSON.stringify(i))}`}return e}const m={receiveError:(e,t,i=[])=>(n()(e,"error is required."),n()(t,"baseName is required."),n()(i&&Array.isArray(i),"args must be an array."),{type:g,payload:{error:e,baseName:t,args:i}}),clearError:(e,t=[])=>(n()(e,"baseName is required."),n()(t&&Array.isArray(t),"args must be an array."),{type:d,payload:{baseName:e,args:t}}),clearErrors:e=>({type:u,payload:{baseName:e}})};function I(e){n()(e,"storeName must be defined.");const t=(0,c.createReducer)((e,{type:t,payload:i})=>{switch(t){case g:{const{baseName:t,args:o,error:s}=i,n=p(t,o);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[n]=s,e.errorArgs[n]=o;break}case d:{const{baseName:t,args:o}=i,s=p(t,o);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[s],delete e.errorArgs[s];break}case u:{const{baseName:t}=i;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const i in e.errors)(i===t||i.startsWith(`${t}::`))&&(delete e.errors[i],delete e.errorArgs[i])}else e.errors={},e.errorArgs={};break}}}),i={getErrorForSelector:(e,t,o=[])=>(n()(t,"selectorName is required."),i.getError(e,t,o)),getErrorForAction:(e,t,o=[])=>(n()(t,"actionName is required."),i.getError(e,t,o)),getError(e,t,i){const{errors:o}=e;return n()(t,"baseName is required."),o[p(t,i)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const i=Object.keys(e.errors).find(i=>e.errors[i]===t);if(i){return{baseName:i.substring(0,i.indexOf("::")),args:e.errorArgs[i]}}return null},getSelectorDataForError:(0,o.N)(t=>function(i,o){const s=t(e).getMetaDataForError(o);if(s){const{baseName:i,args:o}=s;if(!!t(e)[i])return{storeName:e,name:i,args:o}}return null}),hasErrors:e=>i.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:m,controls:{},reducer:t,resolvers:{},selectors:i}}},21134:(e,t,i)=>{i.d(t,{Gq:()=>d,IL:()=>I,LD:()=>p,SO:()=>u,a2:()=>s,xD:()=>m});var o=i(12850);const s="googlesitekit_",n=`${s}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function d(e){const t=await g();if(t){const i=t.getItem(`${n}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:o,value:s,isError:n}=e;if(t&&(!o||Math.round(Date.now()/1e3)-t<o))return{cacheHit:!0,value:s,isError:n}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:s=o.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${n}${e}`,JSON.stringify({timestamp:r,ttl:s,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(s)?e:`${n}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const o=e.key(i);0===o.indexOf(s)&&t.push(o)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function I(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},22242:(e,t,i)=>{i.d(t,{B7:()=>S,FK:()=>j,JG:()=>M,VM:()=>b,Wq:()=>I,hk:()=>k,mV:()=>m});var o=i(32091),s=i.n(o),n=i(17243),r=i(54419),a=i(50539),l=i(47121),c=i(71769),g=i(3687),d=i(21125);const{clearError:u,receiveError:p}=d.o1,m="cannot submit changes while submitting changes",I="cannot submit changes if settings have not changed",y="SET_SETTINGS",h="ROLLBACK_SETTINGS",f="ROLLBACK_SETTING";function M(e,t,i,{ownedSettingsSlugs:o,storeName:d,settingSlugs:m=[],initialSettings:I,validateHaveSettingsChanged:M=b()}={}){s()(e,"type is required."),s()(t,"identifier is required."),s()(i,"datapoint is required.");const k=d||`${e}/${t}`,j={ownedSettingsSlugs:o,settings:I,savedSettings:void 0},S=(0,g.U)({baseName:"getSettings",controlCallback:()=>(0,r.get)(e,t,i,{},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t,...e.settings||{}}})}),v=(0,g.U)({baseName:"saveSettings",controlCallback:o=>{const{values:s}=o;return(0,r.set)(e,t,i,s)},reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t}}),argsToParams:e=>({values:e}),validateParams:({values:e}={})=>{s()((0,n.isPlainObject)(e),"values is required.")}}),N={},A={setSettings:e=>(s()((0,n.isPlainObject)(e),"values is required."),{payload:{values:e},type:y}),rollbackSettings:()=>({payload:{},type:h}),rollbackSetting:e=>(s()(e,"setting is required."),{payload:{setting:e},type:f}),*saveSettings(){const e=yield a.commonActions.getRegistry();yield u("saveSettings",[]);const t=e.select(k).getSettings(),{response:i,error:o}=yield v.actions.fetchSaveSettings(t);return o&&(yield p(o,"saveSettings",[])),{response:i,error:o}}},C=(0,a.createReducer)((e,{type:t,payload:i})=>{switch(t){case y:{const{values:t}=i;e.settings={...e.settings||{},...t};break}case h:e.settings=e.savedSettings;break;case f:{const{setting:t}=i;e.savedSettings[t]&&(e.settings={...e.settings||{},[t]:e.savedSettings[t]});break}default:void 0!==N[t]&&N[t](e,{type:t,payload:i})}}),x={*getSettings(){(yield a.commonActions.getRegistry()).select(k).getSettings()||(yield S.actions.fetchGetSettings())}},{safeSelector:D,dangerousSelector:T}=(0,l.RF)(M),w={haveSettingsChanged:D,__dangerousHaveSettingsChanged:T,getSettings:e=>e.settings,hasSettingChanged(e,t){s()(t,"setting is required.");const{settings:i,savedSettings:o}=e;return!(!i||!o)&&!(0,n.isEqual)(i[t],o[t])},isDoingSaveSettings:e=>Object.values(e.isFetchingSaveSettings).some(Boolean),getOwnedSettingsSlugs:e=>e.ownedSettingsSlugs,haveOwnedSettingsChanged:(0,a.createRegistrySelector)(e=>()=>{const t=e(k).getOwnedSettingsSlugs();return e(k).haveSettingsChanged(t)})};m.forEach(e=>{const t=(0,c.m2)(e),i=(0,c.sP)(e);A[`set${t}`]=e=>(s()(void 0!==e,`value is required for calls to set${t}().`),{payload:{value:e},type:`SET_${i}`}),N[`SET_${i}`]=(t,{payload:i})=>{const{value:o}=i;t.settings={...t.settings||{},[e]:o}},w[`get${t}`]=(0,a.createRegistrySelector)(t=>()=>(t(k).getSettings()||{})[e])});return{...(0,a.combineStores)(a.commonStore,S,v,{initialState:j,actions:A,controls:{},reducer:C,resolvers:x,selectors:w}),STORE_NAME:k}}function k(e,t){return async({select:i,dispatch:o})=>{if(i(t).haveSettingsChanged()){const{error:e}=await o(t).saveSettings();if(e)return{error:e}}return await(0,r.invalidateCache)("modules",e),{}}}function j(e){return({select:t,dispatch:i})=>t(e).haveSettingsChanged()?i(e).rollbackSettings():{}}function S(e){return t=>{const i=(0,l.WI)(t),{haveSettingsChanged:o,isDoingSubmitChanges:n}=i(e);s()(!n(),m),s()(o(),I)}}function b(){return(e,t,i)=>{const{settings:o,savedSettings:r}=t;i&&s()(!(0,n.isEqual)((0,n.pick)(o,i),(0,n.pick)(r,i)),I),s()(!(0,n.isEqual)(o,r),I)}}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var o=i(62688),s=i.n(o),n=i(4452),r=i.n(n),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:o,padding:s,smallWidth:n,smallHeight:c,tabletWidth:g,tabletHeight:d,desktopWidth:u,desktopHeight:p}){const m=(0,a.dv)(),I={width:{[a.mp]:n,[a.Lg]:g,[a.Fo]:u,[a.Qb]:u},height:{[a.mp]:c,[a.Lg]:d,[a.Fo]:p,[a.Qb]:u}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":s}),style:{width:I.width[m]||t,height:I.height[m]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===o})})})}PreviewBlock.propTypes={className:s().string,width:s().string,height:s().string,shape:s().string,padding:s().bool,smallWidth:s().string,smallHeight:s().string,tabletWidth:s().string,tabletHeight:s().string,desktopWidth:s().string,desktopHeight:s().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>n,CZ:()=>g,Ej:()=>b,Gw:()=>v,Is:()=>r,KK:()=>u,Nn:()=>A,OT:()=>j,SH:()=>k,Y$:()=>p,ZS:()=>a,bg:()=>y,en:()=>S,ep:()=>I,f7:()=>s,hi:()=>m,jU:()=>o,k$:()=>f,kz:()=>N,ly:()=>l,mo:()=>h,s3:()=>M,uR:()=>c,zx:()=>d});const o="mainDashboard",s="entityDashboard",n="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",d="adminBarViewOnly",u="settings",p="adBlockingRecovery",m="wpDashboard",I="wpDashboardViewOnly",y="moduleSetup",h="metricSelection",f="wpBlockEditor",M="keyMetricsSetup",k="key-metrics",j="traffic",S="content",b="speed",v="monetization",N=[o,s,n,r,a,c,u,y,h],A=[n,r,d,I]},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var o=i(62688),s=i.n(o),n=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,n.__)("Maybe later","google-site-kit"),onClick:i,disabled:o,tertiary:s=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:o,tertiary:s,children:t}):null}DismissButton.propTypes={className:s().string,label:s().string,onClick:s().func,disabled:s().bool,tertiary:s().bool,dismissOptions:s().shape({expiresInSeconds:s().number,skipHidingFromQueue:s().bool})}},29898:(e,t,i)=>{i.d(t,{A:()=>LoadingWrapper});var o=i(62688),s=i.n(o),n=i(23224),r=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,r.jsx)(n.A,{...i}):t}LoadingWrapper.propTypes={loading:s().bool,children:s().node,...n.A.propTypes}},30427:(e,t,i)=>{i.d(t,{A:()=>SettingsGroup});var o=i(62688),s=i.n(o),n=i(15167),r=i(62540);function SettingsGroup({title:e,children:t}){return(0,r.jsxs)("div",{className:"googlesitekit-module-settings-group",children:[(0,r.jsx)(n.A,{as:"h4",size:"medium",type:"title",children:e}),t]})}SettingsGroup.propTypes={title:s().string.isRequired,children:s().node.isRequired}},30679:(e,t,i)=>{i.d(t,{A:()=>StoreErrorNotices});var o=i(62688),s=i.n(o),n=i(50539),r=i(77967),a=i(37226),l=i(67150),c=i(65311),g=i(62540);function StoreErrorNotices({hasButton:e=!1,moduleSlug:t,storeName:i}){const o=(0,n.useSelect)(e=>e(i).getErrors()),s=(0,n.useSelect)(e=>e(a.i).getModule(t)),d=[];return o.filter(e=>!(!e?.message||d.includes(e.message))&&(d.push(e.message),!0)).map((t,o)=>{let{message:n}=t;return(0,l.SG)(t)&&(n=(0,c.c)(n,s)),(0,g.jsx)(r.A,{error:t,hasButton:e,storeName:i,message:n},o)})}StoreErrorNotices.propTypes={hasButton:s().bool,storeName:s().string.isRequired,moduleSlug:s().string}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var o=i(62688),s=i.n(o),n=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,n.__)("Learn more","google-site-kit"),external:o=!0,onClick:s=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:s,external:o,children:i}):null}LearnMoreLink.propTypes={href:s().string.isRequired,className:s().string,label:s().string,external:s().bool,onClick:s().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>n,Lg:()=>r,Qb:()=>s,dv:()=>l,mp:()=>a});var o=i(15577);const s="xlarge",n="desktop",r="tablet",a="small";function l(){const e=(0,o.SO)();return e>1280?s:e>960?n:e>600?r:a}},34002:(e,t,i)=>{i.d(t,{I:()=>o});const o="ads"},34375:(e,t,i)=>{i.d(t,{A:()=>SetupCTA});var o=i(4452),s=i.n(o),n=i(62688),r=i.n(n),a=i(63696),l=i(50539),c=i(71423),g=i(7070),d=i(7184),u=i(30823),p=i(3782),m=i(29584),I=i(55527),y=i(49383),h=i(62540);function SetupCTA({notificationID:e,title:t,description:i,errorText:o,helpText:n,learnMoreLink:r,dismissButton:u,ctaButton:p,svg:m,footer:f,gaTrackingEventArgs:M,waitingProgress:k,...j}){const S=(0,g.A)(e,M?.category),{dismissNotification:b}=(0,l.useDispatch)(c.D);return(0,h.jsxs)(a.Fragment,{children:[!!k&&(0,h.jsx)(y.ProgressBar,{className:"googlesitekit-banner__progress-bar",...k}),(0,h.jsx)("div",{className:s()("googlesitekit-widget-context",{"googlesitekit-widget-context--with-progress-bar":!!k}),children:(0,h.jsx)(I.xA,{children:(0,h.jsx)(I.fI,{children:(0,h.jsx)(I.fh,{size:12,children:(0,h.jsx)(d.A,{className:"googlesitekit-banner--setup-cta",title:t,description:i,errorText:o,helpText:n,learnMoreLink:r&&{...r,onClick:async function(e){S.clickLearnMore(M?.label,M?.value),await(r?.onClick?.(e))}},dismissButton:u&&{...u,onClick:async function(t){await(u?.onClick?.(t)),S.dismiss(M?.label,M?.value),b(e,{...u?.dismissOptions})}},ctaButton:p&&{...p,onClick:async function(t){S.confirm(M?.label,M?.value),await(p?.onClick?.(t)),p?.dismissOnClick&&b(e,{...p?.dismissOptions})}},svg:m,footer:f,...j})})})})})]})}SetupCTA.propTypes={notificationID:r().string,title:r().string,description:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(u.A.propTypes),dismissButton:r().shape(m.A.propTypes),ctaButton:r().shape(p.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node,gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number}),waitingProgress:r().shape(y.ProgressBar.propTypes)}},37226:(e,t,i)=>{i.d(t,{U:()=>s,i:()=>o});const o="core/modules",s="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>I,ei:()=>h});var o=i(15844),s=i(36703),n=i(62688),r=i.n(n),a=i(82871),l=i(50539),c=i(7081),g=i(58116),d=i(89318),u=i(60592),p=i(77766),m=i(62540);const I={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},y={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},h={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},f={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:n,callback:r}){const a=`${t}-step`,M=`${t}-run`,{setValue:k}=(0,l.useDispatch)(c.n),{dismissTour:j}=(0,l.useDispatch)(g.oR),S=(0,l.useRegistry)(),b=(0,p.A)(),v=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),N=(0,l.useSelect)(e=>e(c.n).getValue(M)&&!1===e(g.oR).isTourDismissed(t));(0,o.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),k(M,!0)});const A=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(s.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:o,status:r,type:a}){const l=e+1,c="function"==typeof n?n(b):n;a===s.qY.TOOLTIP&&i===s.VD.TOOLTIP?(0,d.sx)(c,f.VIEW,l):t===s.kl.CLOSE&&i===s.VD.COMPLETE?(0,d.sx)(c,f.DISMISS,l):t===s.kl.NEXT&&r===s.XQ.FINISHED&&a===s.qY.TOUR_END&&o===l&&(0,d.sx)(c,f.COMPLETE,l),i===s.VD.COMPLETE&&r!==s.XQ.FINISHED&&(t===s.kl.PREV&&(0,d.sx)(c,f.PREV,l),t===s.kl.NEXT&&(0,d.sx)(c,f.NEXT,l))}(e);const{action:o,index:l,status:c,step:g,type:u}=e,p=o===s.kl.CLOSE,m=!p&&[s.qY.STEP_AFTER,s.qY.TARGET_NOT_FOUND].includes(u),I=[s.XQ.FINISHED,s.XQ.SKIPPED].includes(c),y=p&&u===s.qY.STEP_AFTER,h=I||y;if(s.qY.STEP_BEFORE===u){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){k(a,e+(t===s.kl.PREV?-1:1))}(l,o):h&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),j(t)),r&&r(e,S)},floaterProps:h,locale:y,run:N,stepIndex:v,steps:A,styles:I,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:r().arrayOf(r().object).isRequired,tourID:r().string.isRequired,gaEventCategory:r().oneOfType([r().string,r().func]).isRequired,callback:r().func}},41566:(e,t,i)=>{i.d(t,{A:()=>GoogleTagGatewayToggle});var o=i(4452),s=i.n(o),n=i(15844),r=i(63696),a=i(13606),l=i(82871),c=i(49383),g=i(50539),d=i(93896),u=i(2362),p=i(20898),m=i(77766),I=i(12850),y=i(61046),h=i(80035),f=i(62540);const M=(0,y.A)(h.A);function GoogleTagGatewayToggle({className:e}){const t=(0,m.A)(),i=(0,g.useSelect)(e=>e(d.O4).isGoogleTagGatewayEnabled()),o=(0,g.useSelect)(e=>e(d.O4).isFetchingGetGTGServerRequirementStatus()),y=(0,g.useSelect)(e=>{const{isGTGHealthy:t,isScriptAccessEnabled:i}=e(d.O4);return!1!==t()&&!1!==i()}),{fetchGetGTGServerRequirementStatus:k,setGoogleTagGatewayEnabled:j}=(0,g.useDispatch)(d.O4),S=(0,g.useSelect)(e=>e(d.O4).getDocumentationLinkURL("google-tag-gateway-introduction")),b=(0,g.useSelect)(e=>e(d.O4).getDocumentationLinkURL("google-tag-gateway-server-requirements"));(0,n.A)(k);const v=(0,r.useCallback)(()=>{const e=i?"deactivate_google_tag_gateway":"activate_google_tag_gateway";(0,I.sx)(`${t}_gtg-settings-toggle`,e).finally(()=>{j(!i)})},[i,j,t]);return(0,f.jsxs)("div",{className:s()("googlesitekit-google-tag-gateway-toggle",e),children:[o&&(0,f.jsx)(c.ProgressBar,{className:"googlesitekit-google-tag-gateway-toggle__progress",small:!0}),!o&&(0,f.jsxs)("div",{className:"googlesitekit-module-settings-group__switch",children:[(0,f.jsx)(c.Switch,{label:(0,l.__)("Google tag gateway for advertisers","google-site-kit"),checked:!!i&&y,disabled:!y,onClick:v,hideLabel:!1}),(0,f.jsx)("div",{className:"googlesitekit-google-tag-gateway-toggle__switch-badge",children:(0,f.jsx)(u.A,{className:"googlesitekit-badge--beta",label:(0,l.__)("Beta","google-site-kit"),hasLeftSpacing:!0})})]}),(0,f.jsx)("p",{className:"googlesitekit-module-settings-group__helper-text",children:(0,a.A)((0,l.__)("Your tag data will be sent through your own domain to improve data quality and help you recover measurement signals. <a>Learn more</a>","google-site-kit"),{a:(0,f.jsx)(p.A,{href:S,onClick:()=>{(0,I.sx)(`${t}_gtg-settings-toggle`,"click_learn_more_link")},"aria-label":(0,l.__)("Learn more about Google tag gateway for advertisers","google-site-kit"),external:!0})})}),!o&&!y&&(0,f.jsx)(M,{type:h.A.TYPES.WARNING,title:(0,a.A)((0,l.__)("Your server’s current settings prevent Google tag gateway for advertisers from working. To enable it, please contact your hosting provider and request access to external resources and plugin files. <a>Learn more</a>","google-site-kit"),{a:(0,f.jsx)(p.A,{href:b,onClick:()=>{(0,I.sx)(`${t}_gtg-settings-toggle-disabled`,"click_learn_more_link")},"aria-label":(0,l.__)("Learn more about Google tag gateway for advertisers server requirements","google-site-kit"),external:!0})}),variant:"warning",onInView:()=>{(0,I.sx)(`${t}_gtg-settings-toggle-disabled`,"view_notice")}})]})}},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o,s=i(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),o||(o=s.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},42820:(e,t,i)=>{i.d(t,{A:()=>ConversionTrackingToggle});var o=i(63696),s=i(82871),n=i(49383),r=i(50539),a=i(93896),l=i(29898),c=i(62688),g=i.n(c),d=i(15844),u=i(4445),p=i(12850),m=i(77766),I=i(62540);function ConfirmDisableConversionTrackingDialog({onConfirm:e,onCancel:t}){const i=(0,m.A)(),o=(0,s.__)("By disabling plugin conversion tracking, you will no longer have access to:","google-site-kit"),n=[(0,s.__)("Performance of your Ad campaigns","google-site-kit"),(0,s.__)("Tracking additional conversion-related events via Analytics","google-site-kit")];return(0,d.A)(()=>{(0,p.sx)(`${i}`,"ect_view_modal")}),(0,I.jsx)(u.A,{className:"googlesitekit-settings-module__confirm-disconnect-modal",title:(0,s.__)("Disable plugin conversion tracking","google-site-kit"),subtitle:o,handleConfirm:e,handleCancel:t,onClose:t,provides:n,confirmButton:(0,s.__)("Disable","google-site-kit"),dialogActive:!0,danger:!0})}ConfirmDisableConversionTrackingDialog.propTypes={onConfirm:g().func.isRequired,onCancel:g().func.isRequired};var y=i(77967);function ConversionTrackingToggle({children:e,loading:t}){const i=(0,m.A)(),[c]=(0,o.useState)(null),[g,d]=(0,o.useState)(!1),u=(0,r.useSelect)(e=>e(a.O4).isConversionTrackingEnabled()),h=(0,r.useSelect)(e=>e(a.O4).isFetchingSaveConversionTrackingSettings()),{setConversionTrackingEnabled:f}=(0,r.useDispatch)(a.O4);return(0,I.jsxs)("div",{children:[(0,I.jsx)(l.A,{loading:t,width:"180px",height:"21.3px",children:(0,I.jsx)("div",{className:"googlesitekit-module-settings-group__switch",children:(0,I.jsx)(n.Switch,{label:(0,s.__)("Plugin conversion tracking","google-site-kit"),checked:u,disabled:h||t,onClick:()=>{u?((0,p.sx)(`${i}`,"ect_disable"),d(!0)):((0,p.sx)(`${i}`,"ect_enable"),f(!0))},hideLabel:!1})})}),!!c&&(0,I.jsx)(y.A,{message:c.message}),(0,I.jsx)(l.A,{className:"googlesitekit-settings-conversion-tracking-switch-description--loading",loading:t,width:"750px",height:"42px",smallWidth:"386px",smallHeight:"84px",tabletWidth:"540px",tabletHeight:"84px",children:(0,I.jsx)("p",{className:"googlesitekit-module-settings-group__helper-text",children:e})}),g&&(0,I.jsx)(ConfirmDisableConversionTrackingDialog,{onConfirm:()=>{(0,p.sx)(`${i}`,"ect_confirm_disable"),f(!1),d(!1)},onCancel:()=>{(0,p.sx)(`${i}`,"ect_cancel_disable"),d(!1)}})]})}ConversionTrackingToggle.propTypes={children:g().node.isRequired,loading:g().bool}},42926:(e,t,i)=>{i.d(t,{A:()=>g});var o=i(19371),s=i(31638);const n=function(e){const t=Object.keys(e).reduce((t,i)=>(t[(0,s.getStablePath)(i)]=e[i],t),{});let i=!1;return(e,o)=>{if(i)return o(e);setTimeout(()=>{i=!0},3e3);const{parse:n=!0}=e,r=e.path;if("string"==typeof e.path){const i=e.method?.toUpperCase()||"GET",o=(0,s.getStablePath)(r);if(n&&"GET"===i&&t[o]){const e=Promise.resolve(t[o].body);return delete t[o],e}if("OPTIONS"===i&&t[i]&&t[i][o]){const e=Promise.resolve(t[i][o]);return delete t[i][o],e}}return o(e)}},{nonce:r,nonceEndpoint:a,preloadedData:l,rootURL:c}=i.g._googlesitekitAPIFetchData||{};o.default.nonceEndpoint=a,o.default.nonceMiddleware=o.default.createNonceMiddleware(r),o.default.rootURLMiddleware=o.default.createRootURLMiddleware(c),o.default.preloadingMiddleware=n(l),o.default.use(o.default.nonceMiddleware),o.default.use(o.default.mediaUploadMiddleware),o.default.use(o.default.rootURLMiddleware),o.default.use(o.default.preloadingMiddleware);const g=o.default},44174:(e,t,i)=>{i.d(t,{A:()=>SupportLink});var o=i(62688),s=i.n(o),n=i(50539),r=i(93896),a=i(20898),l=i(62540);function SupportLink(e){const{path:t,query:i,hash:o,...s}=e,c=(0,n.useSelect)(e=>e(r.O4).getGoogleSupportURL({path:t,query:i,hash:o}));return(0,l.jsx)(a.A,{...s,href:c})}SupportLink.propTypes={path:s().string.isRequired,query:s().object,hash:s().string}},45472:(e,t,i)=>{i.d(t,{M:()=>o});const o="core/location"},46935:e=>{e.exports=googlesitekit.notifications},47121:(e,t,i)=>{i.d(t,{$C:()=>C,RF:()=>A,WI:()=>v,_5:()=>j,jU:()=>k,o3:()=>M,x0:()=>b});var o=i(32091),s=i.n(o),n=i(50532),r=i.n(n),a=i(17243),l=i(78913);const c="GET_REGISTRY",g="AWAIT";function d(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=S(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return s()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const u=d,p=d;function m(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,o={})=>t.reduce((e,t)=>t(e,o),e)}const I=d,y=d,h=d;function f(e){return e}function M(...e){const t=h(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:u(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||f)),resolvers:I(...e.map(e=>e.resolvers||{})),selectors:y(...e.map(e=>e.selectors||{}))}}const k={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:g}}},j={[c]:(0,l.b)(e=>()=>e),[g]:({payload:e})=>e.value};function S(e){const t=[],i={};for(let o=0;o<e.length;o++){const s=e[o];i[s]=i[s]>=1?i[s]+1:1,i[s]>1&&t.push(s)}return t}const b={actions:k,controls:j,reducer:f};function v(e){return t=>N(e(t))}const N=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const o=e(...i);return s()(void 0!==o,`${t}(...) is not resolved`),o}));function A(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(o,...s)=>{const n=!t,r=!!t;try{return e(i,o,...s),n}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...o)=>{e(t,i,...o)})}}function C(e,t){return s()("function"==typeof e,"a validator function is required."),s()("function"==typeof t,"an action creator function is required."),s()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},48102:(e,t,i)=>{i.d(t,{A:()=>SetupEnhancedConversionTrackingNotice});var o=i(4452),s=i.n(o),n=i(50539),r=i(93896),a=i(62540);function SetupEnhancedConversionTrackingNotice({className:e,message:t}){const i=(0,n.useSelect)(e=>e(r.O4).isConversionTrackingEnabled());return i||void 0===i?null:(0,a.jsx)("p",{className:s()(e,"googlesitekit-color--surfaces-on-background-variant"),children:t})}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>o});const o={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var o=i(18117),s=i(17243),n=i(63696);function r(...e){const t=(0,o.MA)(()=>(0,s.debounce)(...e),e);return(0,n.useEffect)(()=>()=>t.cancel(),[t]),t}},53137:(e,t,i)=>{i.d(t,{FQ:()=>n,He:()=>a,bI:()=>r,rq:()=>s,ui:()=>o});const o="warning-notification-gtg",s="gtg-setup-cta",n={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54349:(e,t,i)=>{i.d(t,{A:()=>NoticeNotification});var o=i(80035),s=i(7070),n=i(50539),r=i(71423),a=i(55527),l=i(62688),c=i.n(l),g=i(62540);function NoticeNotification({notificationID:e,children:t,dismissButton:i,ctaButton:l,gaTrackingEventArgs:c,...d}){const u=(0,s.A)(e),{dismissNotification:p}=(0,n.useDispatch)(r.D);return(0,g.jsx)(a.xA,{children:(0,g.jsx)(a.fI,{children:(0,g.jsx)(a.fh,{size:12,alignMiddle:!0,children:(0,g.jsx)(o.A,{dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),u.dismiss(c?.label,c?.value),p(e,{...i?.dismissOptions||{}})}},ctaButton:{...l,onClick:async function(t){u.confirm(c?.label,c?.value),await(l?.onClick?.(t)),l?.dismissOnClick&&p(e,{...l?.dismissOptions})}},...d,children:t})})})})}NoticeNotification.propTypes={notificationID:c().string.isRequired,children:c().node,dismissButton:c().oneOfType([c().bool,c().object]),ctaButton:c().object,gaTrackingEventArgs:c().object}},54419:e=>{e.exports=googlesitekit.api},55527:(e,t,i)=>{i.d(t,{$z:()=>s.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>o.N,P3:()=>r.P,Si:()=>n.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var o=i(91046),s=i(3412),n=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>p,BT:()=>E,CQ:()=>A,DF:()=>Q,GM:()=>N,GT:()=>f,HA:()=>O,HD:()=>u,HP:()=>_,J5:()=>z,JF:()=>x,JK:()=>y,Ml:()=>I,SS:()=>R,UF:()=>g,UY:()=>B,Vl:()=>L,W6:()=>Y,Xq:()=>C,YQ:()=>D,Yw:()=>W,dV:()=>w,dX:()=>v,ej:()=>c,em:()=>n,ep:()=>S,fu:()=>k,gC:()=>M,hz:()=>m,jx:()=>d,lV:()=>l,nH:()=>G,oR:()=>o,od:()=>a,p3:()=>h,pG:()=>b,qv:()=>s,qy:()=>T,t1:()=>H,t7:()=>U,tB:()=>j,tK:()=>Z,u_:()=>P});const o="core/user",s="connected_url_mismatch",n="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",d="googlesitekit_view_dashboard",u="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",I="googlesitekit_delegate_module_sharing_management",y="googlesitekit_update_plugins",h="kmAnalyticsAdSenseTopEarningContent",f="kmAnalyticsEngagedTrafficSource",M="kmAnalyticsLeastEngagingPages",k="kmAnalyticsNewVisitors",j="kmAnalyticsPopularAuthors",S="kmAnalyticsPopularContent",b="kmAnalyticsPopularProducts",v="kmAnalyticsReturningVisitors",N="kmAnalyticsTopCities",A="kmAnalyticsTopCitiesDrivingLeads",C="kmAnalyticsTopCitiesDrivingAddToCart",x="kmAnalyticsTopCitiesDrivingPurchases",D="kmAnalyticsTopDeviceDrivingPurchases",T="kmAnalyticsTopConvertingTrafficSource",w="kmAnalyticsTopCountries",_="kmAnalyticsTopPagesDrivingLeads",E="kmAnalyticsTopRecentTrendingPages",R="kmAnalyticsTopTrafficSource",L="kmAnalyticsTopTrafficSourceDrivingAddToCart",P="kmAnalyticsTopTrafficSourceDrivingLeads",O="kmAnalyticsTopTrafficSourceDrivingPurchases",G="kmAnalyticsPagesPerVisit",z="kmAnalyticsVisitLength",Z="kmAnalyticsTopReturningVisitorPages",U="kmSearchConsolePopularKeywords",W="kmAnalyticsVisitsPerVisitor",B="kmAnalyticsMostEngagingPages",H="kmAnalyticsTopCategories",Y=[h,f,M,k,j,S,b,v,H,N,A,C,x,D,T,w,E,R,L,G,z,Z,W,B,H],Q=[...Y,U]},59323:(e,t,i)=>{i.d(t,{A:()=>c});var o=i(62688),s=i.n(o),n=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...o}){const s=(0,n.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(s===n.mp?a.Kk:a.Yw),...o,children:i})}c.propTypes={type:s().oneOf(a.tT),size:s().oneOf(a.oJ)}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var o=i(28056),s=i.n(o),n=i(4452),r=i.n(n),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var d=i(72545),u=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:n,size:a,step:l,tooltipProps:m}){const I=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function y(e){return r()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:r()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(s(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(o.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:I.map(e=>(0,p.jsx)("li",{className:y(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,n.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...n,children:n.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(d.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61046:(e,t,i)=>{i.d(t,{A:()=>l});var o=i(63560),s=i(62688),n=i.n(s),r=i(63696),a=i(62540);function l(e){function WithIntersectionObserverComponent({onInView:t,...i}){const s=(0,r.useRef)(),n=(0,o.A)(s,{root:null,threshold:.45}),[l,c]=(0,r.useState)(!1),g=!!n?.isIntersecting&&!!n?.intersectionRatio;return(0,r.useEffect)(()=>{n&&g&&!l&&(t(),c(!0))},[l,g,n,t]),(0,a.jsx)(e,{ref:s,...i})}return WithIntersectionObserverComponent.displayName="WithIntersectionObserverComponent",(e.displayName||e.name)&&(WithIntersectionObserverComponent.displayName+=`(${e.displayName||e.name})`),WithIntersectionObserverComponent.propTypes={onInView:n().func.isRequired,...e.propTypes},WithIntersectionObserverComponent}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>n});const o=(0,i(63696).createContext)(""),{Consumer:s,Provider:n}=o,r=o},63251:(e,t,i)=>{i.d(t,{ne:()=>k,Ay:()=>v});var o=i(32091),s=i.n(o),n=i(61971),r=i(44451),a=i(82286),l=i(50539),c=i(93896),g=i(12850);function d(e){if(void 0!==e)return!e}function u(e){return(0,l.createRegistrySelector)(t=>()=>(t(c.O4).getSiteInfo()||{})[e])}const p="RECEIVE_SITE_INFO",m="RECEIVE_PERMALINK_PARAM",I="SET_SITE_KIT_AUTO_UPDATES_ENABLED",y="SET_KEY_METRICS_SETUP_COMPLETED_BY",h="SET_SETUP_ERROR_CODE",f={siteInfo:void 0,permaLink:!1},M={receiveSiteInfo:e=>(s()(e,"siteInfo is required."),{payload:{siteInfo:e},type:p}),receivePermaLinkParam:e=>(s()(e,"permaLink is required."),{payload:{permaLink:e},type:m}),setSiteKitAutoUpdatesEnabled:e=>(s()("boolean"==typeof e,"siteKitAutoUpdatesEnabled must be a boolean."),{payload:{siteKitAutoUpdatesEnabled:e},type:I}),setKeyMetricsSetupCompletedBy:e=>(s()("number"==typeof e,"keyMetricsSetupCompletedBy must be a number."),{payload:{keyMetricsSetupCompletedBy:e},type:y}),setSetupErrorCode:e=>(s()("string"==typeof e||null===e,"setupErrorCode must be a string or null."),{payload:{setupErrorCode:e},type:h})},k={},j=(0,l.createReducer)((e,{payload:t,type:i})=>{switch(i){case p:const{adminURL:i,ampMode:o,currentEntityID:s,currentEntityTitle:n,currentEntityType:r,currentEntityURL:a,homeURL:l,proxyPermissionsURL:c,proxySetupURL:g,referenceSiteURL:d,setupErrorCode:u,setupErrorMessage:f,setupErrorRedoURL:M,siteName:k,siteLocale:j,timezone:S,startOfWeek:b,usingProxy:v,webStoriesActive:N,proxySupportLinkURL:A,widgetsAdminURL:C,postTypes:x,wpVersion:D,updateCoreURL:T,changePluginAutoUpdatesCapacity:w,siteKitAutoUpdatesEnabled:_,pluginBasename:E,productPostType:R,keyMetricsSetupCompletedBy:L,keyMetricsSetupNew:P,consentModeRegions:O,anyoneCanRegister:G,isMultisite:z}=t.siteInfo;e.siteInfo={adminURL:i,ampMode:o,currentEntityID:parseInt(s,10),currentEntityTitle:n,currentEntityType:r,currentEntityURL:a,homeURL:l,proxyPermissionsURL:c,proxySetupURL:g,referenceSiteURL:d,setupErrorCode:u,setupErrorMessage:f,setupErrorRedoURL:M,siteName:k,siteLocale:j,timezone:S,startOfWeek:b,usingProxy:v,webStoriesActive:N,proxySupportLinkURL:A,widgetsAdminURL:C,postTypes:x,wpVersion:D,updateCoreURL:T,changePluginAutoUpdatesCapacity:w,siteKitAutoUpdatesEnabled:_,pluginBasename:E,productPostType:R,keyMetricsSetupCompletedBy:L,keyMetricsSetupNew:P,consentModeRegions:O,anyoneCanRegister:G,isMultisite:z};break;case m:e.permaLink=t.permaLink;break;case I:e.siteInfo||(e.siteInfo={}),e.siteInfo.siteKitAutoUpdatesEnabled=t.siteKitAutoUpdatesEnabled;break;case y:e.siteInfo||(e.siteInfo={}),e.siteInfo.keyMetricsSetupCompletedBy=t.keyMetricsSetupCompletedBy;break;case h:e.siteInfo||(e.siteInfo={}),e.siteInfo.setupErrorCode=t.setupErrorCode}}),S={*getSiteInfo(){if((yield l.commonActions.getRegistry()).select(c.O4).getSiteInfo())return;if(!i.g._googlesitekitBaseData||!i.g._googlesitekitEntityData)return void i.g.console.error("Could not load core/site info.");const{adminURL:e,ampMode:t,homeURL:o,proxyPermissionsURL:s,proxySetupURL:n,referenceSiteURL:r,setupErrorCode:a,setupErrorMessage:g,setupErrorRedoURL:d,siteName:u,siteLocale:p,timezone:m,startOfWeek:I,usingProxy:y,webStoriesActive:h,proxySupportLinkURL:f,widgetsAdminURL:k,postTypes:j,wpVersion:S,updateCoreURL:b,changePluginAutoUpdatesCapacity:v,siteKitAutoUpdatesEnabled:N,pluginBasename:A,productPostType:C,keyMetricsSetupCompletedBy:x,keyMetricsSetupNew:D,consentModeRegions:T,anyoneCanRegister:w,isMultisite:_}=i.g._googlesitekitBaseData,{currentEntityID:E,currentEntityTitle:R,currentEntityType:L,currentEntityURL:P}=i.g._googlesitekitEntityData;yield M.receiveSiteInfo({adminURL:e,ampMode:t,currentEntityID:E,currentEntityTitle:R,currentEntityType:L,currentEntityURL:P,homeURL:o,proxyPermissionsURL:s,proxySetupURL:n,referenceSiteURL:r,setupErrorCode:a,setupErrorMessage:g,setupErrorRedoURL:d,siteName:u,siteLocale:p,timezone:m,startOfWeek:I,postTypes:j,usingProxy:!!y,webStoriesActive:h,proxySupportLinkURL:f,widgetsAdminURL:k,wpVersion:S,updateCoreURL:b,changePluginAutoUpdatesCapacity:v,siteKitAutoUpdatesEnabled:N,pluginBasename:A,productPostType:C,keyMetricsSetupCompletedBy:x,keyMetricsSetupNew:D,consentModeRegions:T,anyoneCanRegister:w,isMultisite:_})}},b={getSiteInfo:e=>e.siteInfo,getAdminURL:(0,l.createRegistrySelector)(e=>(t,i,o={})=>{const{adminURL:s}=e(c.O4).getSiteInfo()||{};if(void 0===s||void 0===i)return s;const a="/"===s[s.length-1]?s:`${s}/`;let l=i,g="admin.php";if(-1!==i.indexOf(".php?")){const e=i.split("?");if(l=n.parse(e.pop()).page,!l)return s;g=e.shift()}const{page:d,...u}=o;return(0,r.F)(`${a}${g}`,{page:l,...u})}),getAMPMode:u("ampMode"),getCurrentEntityID:u("currentEntityID"),getCurrentEntityTitle:u("currentEntityTitle"),getCurrentEntityType:u("currentEntityType"),getCurrentEntityURL:u("currentEntityURL"),getHomeURL:u("homeURL"),getReferenceSiteURL:u("referenceSiteURL"),getProxySetupURL:u("proxySetupURL"),getProxyPermissionsURL:u("proxyPermissionsURL"),getCurrentReferenceURL:(0,l.createRegistrySelector)(e=>()=>{const t=e(c.O4).getCurrentEntityURL();return null!==t?t:e(c.O4).getReferenceSiteURL()}),isAMP:(0,l.createRegistrySelector)(e=>()=>{const t=e(c.O4).getAMPMode();if(void 0!==t)return!!t}),isPrimaryAMP:(0,l.createRegistrySelector)(e=>()=>{const t=e(c.O4).getAMPMode();if(void 0!==t)return t===c.qc}),isSecondaryAMP:(0,l.createRegistrySelector)(e=>()=>{const t=e(c.O4).getAMPMode();if(void 0!==t)return t===c.OQ}),getAdminSettingsURL:(0,l.createRegistrySelector)(e=>()=>{const t=e(c.O4).getAdminURL(),i=e(c.O4).isMultisite();if(void 0!==t&&void 0!==i)return new URL(!0===i?"network/settings.php":"options-general.php",t).href}),getTimezone:u("timezone"),getStartOfWeek:u("startOfWeek"),isUsingProxy:u("usingProxy"),getSiteName:u("siteName"),getSiteLocale:(0,l.createRegistrySelector)(e=>()=>e(c.O4).getSiteInfo()?.siteLocale?.replace("_","-")),getSetupErrorCode:u("setupErrorCode"),getSetupErrorMessage:u("setupErrorMessage"),getSetupErrorRedoURL:u("setupErrorRedoURL"),getProxySupportLinkURL:u("proxySupportLinkURL"),getWidgetsAdminURL:u("widgetsAdminURL"),getPostTypes:u("postTypes"),getPermaLinkParam:e=>{if(e.permaLink)return e.permaLink;const t=(0,a.d)(i.g.location.href,"permaLink");return t||!1},isWebStoriesActive:u("webStoriesActive"),isSiteURLMatch:(0,l.createRegistrySelector)(e=>(t,i)=>{const o=e(c.O4).getReferenceSiteURL();return(0,g.dc)(o)===(0,g.dc)(i)}),getSiteURLPermutations:(0,l.createRegistrySelector)(e=>()=>{const t=e(c.O4).getReferenceSiteURL(),i=[],o=new URL(t);return o.hostname=o.hostname.replace(/^www\./i,""),o.protocol="http",i.push((0,g.CZ)(o)),o.protocol="https",i.push((0,g.CZ)(o)),o.hostname="www."+o.hostname,i.push((0,g.CZ)(o)),o.protocol="http",i.push((0,g.CZ)(o)),i}),getWPVersion:u("wpVersion"),getUpdateCoreURL:u("updateCoreURL"),hasChangePluginAutoUpdatesCapacity:u("changePluginAutoUpdatesCapacity"),getSiteKitAutoUpdatesEnabled:u("siteKitAutoUpdatesEnabled"),getPluginBasename:u("pluginBasename"),getKeyMetricsSetupCompletedBy:u("keyMetricsSetupCompletedBy"),getKeyMetricsSetupNew:u("keyMetricsSetupNew"),hasMinimumWordPressVersion:(0,l.createRegistrySelector)(e=>(t,i)=>{s()(i,"minimumWPVersion is required.");const{major:o,minor:n}=e(c.O4).getWPVersion()||{};if(void 0===o||void 0===n)return;const[r,a=0]=i.split(".").map(e=>parseInt(e,10));return r<o||r===o&&a<=n}),getProductPostType:u("productPostType"),isKeyMetricsSetupCompleted:e=>d(d(b.getKeyMetricsSetupCompletedBy(e))),getConsentModeRegions:u("consentModeRegions"),getAnyoneCanRegister:u("anyoneCanRegister"),isMultisite:u("isMultisite")},v={initialState:f,actions:M,controls:k,reducer:j,resolvers:S,selectors:b}},65214:(e,t,i)=>{i.d(t,{G:()=>s,t:()=>o});const o=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function s(e,t=o){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{i.d(t,{c:()=>r});var o=i(82871),s=i(97398),n=i(99897);function r(e="",t={}){const{slug:i="",name:r="",owner:a={}}=t||{};if(!i||!r)return e;let l="",c="";return n.L1===i?e.match(/account/i)?l=(0,o.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,o.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,o.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):s.Y===i&&(l=(0,o.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,o.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,o.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),r)),a&&a.login&&(c=(0,o.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,o.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),c||(c=(0,o.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>d,SG:()=>g,db:()=>s,e4:()=>p,vl:()=>u});i(17243);var o=i(82871);const s="missing_required_scopes",n="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===s}function g(e){return[n,r].includes(e?.data?.reason)}function d(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||g(e)||c(e)||d(e))}function p(e){return e?.code===a?(0,o.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,o.__)("The server provided an invalid response","google-site-kit"):e?.message}},68485:(e,t,i)=>{i.d(t,{r:()=>AdminScreenTooltip,i:()=>o.i});var o=i(15863),s=i(63696),n=i(50539),r=i(62688),a=i(36703),l=i(40960),c=i(60592),g=i(14007),d=i(39771),u=i(32947),p=i(62540);function JoyrideTooltip(e){const{title:t,content:o,dismissLabel:n,disableOverlay:r=!0,target:m,cta:I=!1,className:y,styles:h={},slug:f="",placement:M="auto",onDismiss:k=()=>{},onView:j=()=>{},onTourStart:S=()=>{},onTourEnd:b=()=>{}}=e;function v(){return!!i.g.document.querySelector(m)}const[N,A]=(0,s.useState)(v),C=(0,u.dv)(),x=C===u.mp||C===u.Lg,[D,T]=(0,s.useState)(!0),w=(0,s.useRef)(x);if((0,l.A)(()=>{v()&&A(!0)},N?null:250),(0,s.useEffect)(()=>{let e=()=>{};if("function"==typeof i.g.ResizeObserver){const t=i.g.document.querySelector(m);if(t){const o=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});o.observe(t),e=()=>o.disconnect()}}return e},[m,N]),(0,s.useEffect)(()=>{let e;return w.current!==x&&(T(!1),e=setTimeout(()=>{T(!0)},50),w.current=x),()=>{e&&clearTimeout(e)}},[x]),!N)return null;const _=[{title:t,target:m,content:o,disableBeacon:!0,isFixed:!0,placement:M,cta:I,className:y}],E={close:n,last:n};return(0,p.jsx)(g.A,{slug:f,children:(0,p.jsx)(a.Ay,{callback:function({type:e}){switch(e){case a.qY.TOUR_START:S(),i.g.document.body.classList.add("googlesitekit-showing-tooltip");break;case a.qY.TOUR_END:b(),i.g.document.body.classList.remove("googlesitekit-showing-tooltip");break;case a.qY.STEP_AFTER:k();break;case a.qY.TOOLTIP:j()}},disableOverlay:r,spotlightPadding:0,floaterProps:d.ei,locale:E,steps:_,styles:{...d.R0,...h,options:{...d.R0.options,...h?.options},spotlight:{...d.R0.spotlight,...h?.spotlight}},tooltipComponent:c.A,run:D,disableScrolling:!0})})}JoyrideTooltip.propTypes={title:r.PropTypes.node,content:r.PropTypes.string,disableOverlay:r.PropTypes.bool,dismissLabel:r.PropTypes.string,target:r.PropTypes.string.isRequired,onDismiss:r.PropTypes.func,onShow:r.PropTypes.func,className:r.PropTypes.string,styles:r.PropTypes.object,slug:r.PropTypes.string,placement:r.PropTypes.string,onView:r.PropTypes.func};var m=i(7081),I=i(12850),y=i(77766);function AdminScreenTooltip(){const e=(0,y.A)(),{setValue:t}=(0,n.useDispatch)(m.n),i=(0,u.dv)(),{isTooltipVisible:o=!1,target:r,placement:a,className:l,tooltipSlug:c,title:g,content:d,dismissLabel:h}=(0,n.useSelect)(e=>e(m.n).getValue("admin-screen-tooltip")||{isTooltipVisible:!1});const f=(0,s.useCallback)(()=>{c&&(0,I.sx)(`${e}_${c}`,"tooltip_dismiss"),t("admin-screen-tooltip",void 0)},[t,c,e]);if(!o)return null;const M=i===u.mp||i===u.Lg,k=null!=r?r:'#adminmenu [href*="page=googlesitekit-settings"]',j=null!=a?a:"right";return(0,p.jsx)(JoyrideTooltip,{target:M?"body":k,placement:M?"center":j,className:M?"googlesitekit-tour-tooltip__modal_step":l||(r?void 0:"googlesitekit-tour-tooltip__fixed-settings-tooltip"),disableOverlay:!M,slug:"admin-screen-tooltip",title:g,content:d,dismissLabel:h,onView:function(){(0,I.sx)(`${e}_${c}`,"tooltip_view")},onDismiss:f})}},70898:(e,t,i)=>{function o(e){return"string"==typeof e&&""!==e&&/^AW-[0-9]+$/.test(e)}i.d(t,{EL:()=>o})},71423:(e,t,i)=>{i.d(t,{$:()=>n,D:()=>s});var o=i(24558);const s="core/notifications",n=[o.uR,o.jU,o.f7,o.Ax,o.Is]},71769:(e,t,i)=>{function o(e){return e.charAt(0).toUpperCase()+e.slice(1)}function s(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function n(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>n,m2:()=>o,sP:()=>s})},72455:(e,t,i)=>{i.d(t,{CV:()=>C,Cu:()=>S,K9:()=>o,Kr:()=>I,Lf:()=>p,Oh:()=>r,PW:()=>A,Rx:()=>_,S9:()=>y,TQ:()=>d,Vt:()=>T,Wl:()=>k,ZC:()=>s,ZY:()=>a,_p:()=>w,ag:()=>m,aj:()=>u,bz:()=>x,dq:()=>D,f2:()=>c,fB:()=>N,fV:()=>v,iB:()=>g,kc:()=>l,mo:()=>f,nc:()=>b,rm:()=>j,to:()=>n,wo:()=>h,yn:()=>M});const o="modules/analytics-4",s="account_create",n="property_create",r="webdatastream_create",a="analyticsSetup",l=10,c=1,g="https://www.googleapis.com/auth/tagmanager.readonly",d="enhanced-measurement-form",u="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",m="analyticsAccountCreate",I="analyticsCustomDimensionsCreate",y="https://www.googleapis.com/auth/analytics.edit",h="dashboardAllTrafficWidgetDimensionName",f="dashboardAllTrafficWidgetDimensionColor",M="dashboardAllTrafficWidgetDimensionValue",k="dashboardAllTrafficWidgetActiveRowIndex",j="dashboardAllTrafficWidgetLoaded",S={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},b={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},v=[b.CONTACT,b.GENERATE_LEAD,b.SUBMIT_LEAD_FORM],N={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},A="audiencePermissionsSetup",C="audienceTileCustomDimensionCreate",x="audience-selection-panel-expirable-new-badge-",D="audience",T="customDimension",w="property",_=[D,T,w]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o,s=i(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),o||(o=s.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>g});var o=i(62688),s=i.n(o),n=i(4452),r=i.n(n),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:o,alignBottom:s,alignRight:n,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:d,smSize:u,smStart:p,smOrder:m,mdSize:I,mdStart:y,mdOrder:h,lgSize:f,lgStart:M,lgOrder:k,size:j,children:S,...b}=e;return(0,a.jsx)("div",{...b,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":o,"mdc-layout-grid__cell--align-bottom":s,"mdc-layout-grid__cell--align-right":n,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":d,[`mdc-layout-grid__cell--span-${j}`]:12>=j&&j>0,[`mdc-layout-grid__cell--span-${f}-desktop`]:12>=f&&f>0,[`mdc-layout-grid__cell--start-${M}-desktop`]:12>=M&&M>0,[`mdc-layout-grid__cell--order-${k}-desktop`]:12>=k&&k>0,[`mdc-layout-grid__cell--span-${I}-tablet`]:8>=I&&I>0,[`mdc-layout-grid__cell--start-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--order-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:S})}Cell.propTypes={smSize:s().number,smStart:s().number,smOrder:s().number,mdSize:s().number,mdStart:s().number,mdOrder:s().number,lgSize:s().number,lgStart:s().number,lgOrder:s().number,size:s().number,alignTop:s().bool,alignMiddle:s().bool,alignBottom:s().bool,alignRight:s().bool,alignLeft:s().bool,smAlignRight:s().bool,mdAlignRight:s().bool,lgAlignRight:s().bool,className:s().string,children:s().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},o)=>(0,a.jsx)("div",{ref:o,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:s().string,children:s().node},c.defaultProps={className:""};const g=c,d=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:o,collapsed:s,...n},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":s,"mdc-layout-grid--fill":t}),...n,ref:l,children:o}));d.displayName="Grid",d.propTypes={alignLeft:s().bool,fill:s().bool,className:s().string,collapsed:s().bool,children:s().node},d.defaultProps={className:""};const u=d},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o=i(63696),s=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,o.useContext)(s.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var o=i(62688),s=i.n(o),n=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),d=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:o,message:s=t.message,noPrefix:p=!1,skipRetryMessage:m,hideIcon:I=!1}){const y=(0,l.useDispatch)(),h=(0,l.useSelect)(e=>o?e(o).getSelectorDataForError(t):null),f=(0,n.useCallback)(()=>{y(h.storeName).invalidateResolution(h.name,h.args)},[y,h]);if(!s||(0,c.G)(t))return null;const M=i&&(0,c.vl)(t,h);let k=s;i||m||(k=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),k)),p||(k=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),k));const j=t?.data?.reconnectURL;j&&(0,a.m)(j)&&(k=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),k,j));return(0,u.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(k,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:M?{label:(0,r.__)("Retry","google-site-kit"),onClick:f}:void 0,hideIcon:I})}ErrorNotice.propTypes={className:s().string,error:s().shape({message:s().string}),hasButton:s().bool,storeName:s().string,message:s().string,noPrefix:s().bool,skipRetryMessage:s().bool,hideIcon:s().bool}},79829:(e,t,i)=>{i.d(t,{Eo:()=>d,JK:()=>I,K5:()=>m,jq:()=>p,mK:()=>g});var o=i(17243),s=i(50532),n=i.n(s),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:o}=function(e,t={}){const{hours:i,minutes:o,seconds:s}=l(e);return{hours:i,minutes:o,seconds:s,formatUnit(){const{unitDisplay:n="short",...a}=t,l={unitDisplay:n,...a,style:"unit"};return 0===e?p(s,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?p(s,{...l,unit:"second"}):"",o?p(o,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),s);if(0===e)return t;const n=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),o),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?t:"",o?n:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return o()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,o.isPlainObject)(e)&&(t={...e}),t}function d(e,t={}){e=(0,o.isFinite)(e)?e:Number(e),(0,o.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:s="metric"}=i;return"metric"===s?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===s?a(e,i):"durationISO"===s?function(e){let{hours:t,minutes:i,seconds:o}=l(e);return o=("0"+o).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${o}`:`${t}:${i}:${o}`}(e):p(e,i)}const u=n()(console.warn);function p(e,t={}){const{locale:i=I(),...o}=t;try{return new Intl.NumberFormat(i,o).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(o)} ).format( ${typeof e} )`,t.message)}const s={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},n=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(o))s[e]&&t===s[e]||n.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=I(),style:o="long",type:s="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:o,type:s}).format(e)} /* translators: used between list items, there is a space after the comma. */const n=(0,r.__)(", ","google-site-kit");return e.join(n)}function I(e=i.g){const t=(0,o.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>M});var o,s=i(62688),n=i.n(s),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),o||(o=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var d=i(42343),u=i(49655),p=i(62540);const m={[u.Q.NEW]:d.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:n().oneOf(Object.values(u.Q))},Title.propTypes={className:n().string,children:n().node},Description.propTypes={className:n().string,children:n().node};var I=i(49383),y=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:o,href:s,external:n,hideExternalIndicator:r}){let a;return n&&!r&&(a=(0,p.jsx)(y.A,{width:14,height:14})),(0,p.jsx)(I.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:o,href:s,target:n?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:n().string.isRequired,disabled:n().bool,inProgress:n().bool,onClick:n().func,href:n().string,external:n().bool,hideExternalIndicator:n().bool};var h=i(82871);function DismissButton({label:e=(0,h.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(I.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:n().string,onClick:n().func.isRequired,disabled:n().bool};const f=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:o,ctaButton:s,type:n=u.Q.INFO,children:r,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${n}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:n})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(o?.label||o?.onClick||s?.label&&(s?.onClick||s?.href)||r)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(o?.label||o?.onClick)&&(0,p.jsx)(DismissButton,{label:o.label,onClick:o.onClick,disabled:o.disabled}),s?.label&&(s?.onClick||s?.href)&&(0,p.jsx)(CTAButton,{label:s.label,onClick:s.onClick,inProgress:s.inProgress,disabled:s.disabled,href:s.href,external:s.external,hideExternalIndicator:s.hideExternalIndicator})]})]}));f.TYPES=u.Q,f.propTypes={className:n().string,title:n().oneOfType([n().string,n().object]),description:n().node,type:n().oneOf(Object.values(u.Q)),dismissButton:n().shape(DismissButton.propTypes),ctaButton:n().shape({...CTAButton.propTypes,label:n().string}),children:n().node,hideIcon:n().bool};const M=f},82046:(e,t,i)=>{i.d(t,{C:()=>n,p:()=>s});var o=i(15210);function s(e,t={}){return{__html:o.O.sanitize(e,t)}}function n(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o,s=i(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),o||(o=s.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var o=i(62688),s=i.n(o),n=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,n.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:s().node.isRequired,marginLeft:s().number,marginRight:s().number}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o,s,n=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),o||(o=n.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),s||(s=n.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},87388:(e,t,i)=>{i.d(t,{A:()=>SettingsStatuses});var o=i(62688),s=i.n(o),n=i(82871),r=i(49383),a=i(15167),l=i(62540);function SettingsStatuses({statuses:e}){if(!e||0===e.length)return null;function t(e){return void 0===e?(0,l.jsx)("div",{className:"googlesitekit-settings-module__meta-item-data",children:(0,l.jsx)(r.ProgressBar,{})}):(0,l.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:e?(0,n.__)("Enabled","google-site-kit"):(0,n.__)("Disabled","google-site-kit")})}return(0,l.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:e.map(({label:e,status:i})=>(0,l.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,l.jsx)(a.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:e}),t(i)]},e))})}SettingsStatuses.propTypes={statuses:s().arrayOf(s().shape({label:s().string.isRequired,status:s().oneOf([void 0,!0,!1])}))}},88176:e=>{e.exports=googlesitekit.widgets},89318:(e,t,i)=>{i.d(t,{M9:()=>N,sx:()=>b,BI:()=>v});var o=i(17243);const s="_googlesitekitDataLayer",n="data-googlesitekit-gtag";function r(e){return function(){e[s]=e[s]||[],e[s].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isAuthenticated:I,userRoles:y}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:h}=i.g,f={activeModules:c,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:y,isAuthenticated:I,pluginVersion:h},{enableTracking:M,disableTracking:k,isTrackingEnabled:j,initializeSnippet:S,trackEvent:b,trackEventOnce:v}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const d=function(e,t){const o=r(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:d,userRoles:u=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${n}]`)),l)return!1;l=!0;const r=u?.length?u.join(","):"";o("js",new Date),o("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:r,user_identifier:d}});const I=t.createElement("script");return I.setAttribute(n,""),I.async=!0,I.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`,t.head.appendChild(I),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`}}}(g,t),u=function(e,t,i,o){const s=r(t);return async function(t,n,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){o.console.warn(`Tracking event "${n}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}s("event",n,{...c,event_callback:r}),o._gaUserPrefs?.ioo?.()&&r()})}}(g,t,d,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:d,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,o.once)(u)),p[t](...e)}}}(f);function N(e){e?M():k()}g&&d&&S()},91599:(e,t,i)=>{var o,s,n=i(50539),r=i.n(n),a=i(13620),l=i.n(a),c=i(88176),g=i.n(c),d=i(46935),u=i.n(d),p=i(82871),m=i(82286),I=i(63696);function y(){return y=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},y.apply(null,arguments)}const h=e=>I.createElement("svg",y({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40"},e),o||(o=I.createElement("g",{clipPath:"url(#ads_svg__a)"},I.createElement("path",{fill:"#3C8BD9",d:"M13.612 5.602c.386-1.015.918-1.95 1.707-2.706C18.478-.181 23.697.592 25.84 4.458c1.61 2.932 3.318 5.8 4.978 8.7 2.77 4.816 5.573 9.632 8.312 14.465 2.303 4.044-.193 9.15-4.768 9.843-2.803.419-5.43-.87-6.88-3.383-2.432-4.237-4.88-8.473-7.313-12.694a1.5 1.5 0 0 0-.177-.258c-.258-.21-.37-.515-.531-.79-1.08-1.9-2.191-3.785-3.27-5.67-.693-1.224-1.418-2.432-2.11-3.656a6.67 6.67 0 0 1-.887-3.544c.048-.645.129-1.29.419-1.87"}),I.createElement("path",{fill:"#FABC04",d:"M13.612 5.602c-.145.58-.274 1.16-.306 1.772-.048 1.353.29 2.61.966 3.786 1.772 3.044 3.544 6.105 5.3 9.166.161.274.29.547.451.805a805 805 0 0 1-2.915 5.01c-1.354 2.336-2.707 4.688-4.076 7.024-.064 0-.08-.032-.097-.08-.016-.13.033-.242.065-.371.66-2.417.113-4.56-1.547-6.396-1.015-1.111-2.303-1.74-3.785-1.949-1.933-.274-3.641.226-5.171 1.434-.274.21-.451.515-.774.677-.064 0-.096-.033-.112-.081.773-1.337 1.53-2.674 2.303-4.011 3.19-5.542 6.38-11.083 9.585-16.609.032-.064.08-.113.113-.177"}),I.createElement("path",{fill:"#34A852",d:"M1.675 26.447c.306-.274.596-.564.918-.821 3.915-3.093 9.795-.854 10.648 4.043.21 1.176.097 2.304-.257 3.431a2 2 0 0 1-.065.274c-.145.258-.274.532-.435.79-1.434 2.368-3.544 3.544-6.315 3.366C2.996 37.305.5 34.92.064 31.763c-.21-1.53.097-2.964.886-4.285.161-.29.354-.548.532-.838.08-.064.048-.193.193-.193"}),I.createElement("path",{fill:"#FABC04",d:"M1.675 26.447c-.064.065-.064.177-.177.194-.016-.113.048-.178.113-.258z"}),I.createElement("path",{fill:"#E1C025",d:"M12.92 33.374c-.065-.113 0-.193.064-.274l.064.065z"}))),s||(s=I.createElement("defs",null,I.createElement("clipPath",{id:"ads_svg__a"},I.createElement("path",{fill:"#fff",d:"M0 0h40v40H0z"})))));var f=i(4452),M=i.n(f);const k="modules/ads",j="https://www.googleapis.com/auth/adwords",S="wc-redirect-modal",b="woocommerce",v="google-listings-and-ads",N=[b,v];var A=i(93896),C=i(58116),x=i(17691),D=i(62688),T=i.n(D),w=i(13606),_=i(2422),E=i(7070),R=i(49655),L=i(92152),P=i(54349),O=i(62540);const G="ecee-notification-ads";function EnhancedConversionsNotification({id:e,Notification:t}){const i=(0,n.useSelect)(e=>e(A.O4).getDocumentationLinkURL("enhanced-conversions-ads"));return(0,O.jsx)(t,{children:(0,O.jsx)(P.A,{notificationID:e,type:R.Q.INFO_ALT,title:(0,p.__)("Boost your data and Ads results with enhanced conversions","google-site-kit"),description:(0,w.A)((0,p.__)("Site Kit now supports enhanced conversions. This feature helps your ads count sales and leads more accurately, even across different devices, so your budget is spent smarter. To turn this on, simply agree to the terms of service in your Ads account. <a />","google-site-kit"),{a:(0,O.jsx)(L.A,{id:e,label:(0,p.__)("Learn more","google-site-kit"),url:i,hideExternalIndicator:!0})}),dismissButton:{label:(0,p.__)("No thanks","google-site-kit")},ctaButton:{label:(0,p.__)("Go to Ads","google-site-kit"),href:"https://ads.google.com/aw/conversions/customersettings",dismissOnClick:!0,external:!0,hideExternalIndicator:!0}})})}EnhancedConversionsNotification.propTypes={id:T().string.isRequired,Notification:T().elementType.isRequired};var z=i(80035);function EnhancedConversionsSettingsNotice({type:e=z.A.TYPES.INFO}){const t=G,i=(0,_.W)(),o=(0,E.A)(t),[s,r]=(0,I.useState)(!1),a=(0,n.useSelect)(e=>e(A.O4).getDocumentationLinkURL("enhanced-conversions-ads")),l=(0,n.useSelect)(e=>e(C.oR).isItemDismissed(t)),{dismissItem:c}=(0,n.useDispatch)(C.oR),g=(0,I.useCallback)(async()=>{await c(t),o.confirm()},[c,t,o]),d=(0,I.useCallback)(async()=>{await c(t),o.dismiss()},[c,t,o]);return(0,I.useEffect)(()=>{!s&&i&&(o.view(),r(!0))},[i,o,s]),l?null:(0,O.jsx)(z.A,{type:e,title:(0,p.__)("Boost your data and Ads results with enhanced conversions","google-site-kit"),description:(0,w.A)((0,p.__)("Site Kit now supports enhanced conversions. This feature helps your ads count sales and leads more accurately, even across different devices, so your budget is spent smarter. To turn this on, simply agree to the terms of service in your Ads account. <a />","google-site-kit"),{a:(0,O.jsx)(L.A,{id:t,label:(0,p.__)("Learn more","google-site-kit"),url:a,hideExternalIndicator:!0})}),dismissButton:{label:(0,p.__)("No thanks","google-site-kit"),onClick:d},ctaButton:{label:(0,p.__)("Go to Ads","google-site-kit"),href:"https://ads.google.com/aw/conversions/customersettings",onClick:g,external:!0,hideExternalIndicator:!0}})}EnhancedConversionsSettingsNotice.propTypes={type:T().oneOf(Object.values(z.A.TYPES))};var Z=i(10804),U=i(6464),W=i(87388),B=i(15167);function SettingsView(){const e=(0,U.i)("adsPax"),t=(0,U.i)("googleTagGateway"),i=(0,U.i)("gtagUserData"),o=(0,n.useSelect)(e=>e(k).getConversionID()),s=(0,n.useSelect)(e=>e(k).getPaxConversionID()),r=(0,n.useSelect)(e=>e(k).getExtCustomerID()),a=(0,n.useSelect)(e=>e(C.oR).isAdBlockerActive()),l=e&&s?s:o,c=e&&(s||r),g=(0,n.useSelect)(e=>e(A.O4).isConversionTrackingEnabled()),d=(0,n.useSelect)(e=>{if(!t)return!1;const{isGoogleTagGatewayEnabled:i,isGTGHealthy:o,isScriptAccessEnabled:s}=e(A.O4);return i()&&o()&&s()});return(0,O.jsxs)("div",{className:"googlesitekit-setup-module",children:[(0,O.jsx)("div",{className:M()({"googlesitekit-settings-module__meta-item":a}),children:(0,O.jsx)(Z.A,{moduleSlug:"ads"})}),!a&&(0,O.jsxs)(I.Fragment,{children:[(0,O.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,O.jsx)(B.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,p.__)("Conversion ID","google-site-kit")}),(0,O.jsxs)("p",{className:"googlesitekit-settings-module__meta-item-data",children:[""===l&&(0,p.__)("None","google-site-kit"),l||void 0===l&&(0,O.jsx)(x.A,{value:l})]})]}),c&&(0,O.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,O.jsx)(B.A,{as:"h5",size:"medium",type:"body",className:"googlesitekit-settings-module__meta-item-type",children:(0,p.__)("Customer ID","google-site-kit")}),(0,O.jsxs)("p",{className:"googlesitekit-settings-module__meta-item-data",children:[""===r&&(0,p.__)("None","google-site-kit"),r||void 0===r&&(0,O.jsx)(x.A,{value:r})]})]})]}),(0,O.jsx)(W.A,{statuses:[{label:(0,p.__)("Plugin conversion tracking","google-site-kit"),status:g},...t?[{label:(0,p.__)("Google tag gateway for advertisers","google-site-kit"),status:d}]:[]]}),i&&(0,O.jsx)(EnhancedConversionsSettingsNotice,{})]})}var H=i(42820),Y=i(30679),Q=i(50787),F=i(49383),V=i(16834),J=i(70898),X=i(3170);function ConversionIDTextField({helperText:e,hideHeading:t=!1}){const i=(0,n.useSelect)(e=>e(k).getConversionID()),[o,s]=(0,I.useState)(!i||(0,J.EL)(i)),r=(0,Q.d)(s,500),{setConversionID:a}=(0,n.useDispatch)(k),l=(0,I.useCallback)(({currentTarget:e})=>{let t=e.value.trim().toUpperCase();""===t||/^AW-/.test(t)||(t=`AW-${t}`),t!==i&&a(t),r((0,J.EL)(t))},[r,i,a]);return(0,O.jsxs)("div",{className:"googlesitekit-settings-module__fields-group",children:[!t&&(0,O.jsx)(B.A,{as:"h4",size:"small",type:"title",className:"googlesitekit-settings-module__fields-group-title",children:(0,p.__)("Conversion ID","google-site-kit")}),e&&(0,O.jsx)("p",{className:"googlesitekit-settings-module__fields-group-helper-text",children:e}),(0,O.jsx)(F.TextField,{label:(0,p.__)("Conversion ID","google-site-kit"),className:M()("googlesitekit-text-field-conversion-tracking-id",{"mdc-text-field--error":!o}),helperText:!o&&(0,p.__)("Tracking for your Ads campaigns won’t work until you insert a valid ID","google-site-kit"),leadingIcon:(0,O.jsx)("span",{className:"googlesitekit-text-field-conversion-tracking-id-prefix",children:"AW-"}),trailingIcon:!o&&(0,O.jsxs)("span",{className:"googlesitekit-text-field-icon--error",children:[(0,O.jsx)(V.A,{children:(0,p.__)("Error","google-site-kit")}),(0,O.jsx)(X.A,{width:14,height:12})]}),value:i?.replace(/^(AW)?-?/,""),onChange:l,maxLength:20,outlined:!0})]})}var K=i(40960),q=i(52684),$=i(23224),ee=i(4884),te=i(72455),ie=i(32091),oe=i.n(ie),se=i(17243);const ne="pax",re=1,ae=2,le="pax_setup_success_notification";var ce=i(50532),ge=i.n(ce),de=i(42926),ue=i(54419),pe=i(12850);function me(e){const t=(0,pe.XH)(e);return{year:t.getFullYear(),month:t.getMonth()+1,day:t.getDate()}}function Ie(e,t={}){const{onCampaignCreated:i=null,onFinishAndCloseSignUpFlow:o=null}=t,{select:s,resolveSelect:n}=e,r=function(){const e=ge()(()=>(0,ue.set)("core","user","get-token")),t=(0,se.debounce)(e.clear,3e4,{leading:!1,trailing:!0,maxWait:24e4});function i(){return t(),e()}return i.clear=()=>{t.cancel(),e.clear()},i}();async function a(){return await n(k).getModuleData(),s(k).getSupportedConversionEvents()||[]}return{authenticationService:{get:async()=>({accessToken:(await r()).token}),fix:async()=>(r.clear(),{retryReady:!0})},businessService:{getBusinessInfo:async()=>{await n(A.O4).getSiteInfo();return{businessName:s(A.O4).getSiteName(),businessUrl:s(A.O4).getHomeURL()}},fixBusinessInfo:async()=>({retryReady:!0})},campaignService:{notifyNewCampaignCreated:async()=>(i&&await i(),{})},conversionTrackingService:{getSupportedConversionLabels:async()=>({conversionLabels:await a()}),getPageViewConversionSetting:async()=>({websitePages:await async function(){try{return(await(0,de.A)({path:"/wp/v2/pages?per_page=100"})).map(e=>({title:e.title.rendered,path:new URL(e.link).pathname}))}catch{return[]}}()}),getSupportedConversionTrackingTypes:async()=>{const e=["TYPE_PAGE_VIEW"];return(await a()).length>0&&e.push("TYPE_CONVERSION_EVENT"),{conversionTrackingTypes:e}}},termsAndConditionsService:{notify:async()=>({})},partnerDateRangeService:{get:async()=>{const{startDate:t,endDate:i}=e.select(C.oR).getDateRangeDates({offsetDays:1});return{startDate:me(t),endDate:me(i)}}},userActionService:{finishAndCloseSignUpFlow:async()=>(o&&await o(),{})}}}function PAXEmbeddedApp({displayMode:e="default",onLaunch:t,onCampaignCreated:o,onFinishAndCloseSignUpFlow:s}){const[r,a]=(0,I.useState)("function"==typeof i.g?.google?.ads?.integration?.integrator?.launchGoogleAds),[l,c]=(0,I.useState)(!1),[g,d]=(0,I.useState)(!0),[u,m]=(0,I.useState)(void 0),y=(0,n.useSelect)(t=>"reporting"!==e?{}:t(C.oR).getDateRangeDates({offsetDays:te.f2})),h=(0,n.useSelect)(e=>e(C.oR).isAdBlockerActive()),f=`googlesitekit-pax-embedded-app-${(0,q.A)(PAXEmbeddedApp,"PAXEmbeddedApp")}`,M=(0,I.useRef)(),k=(0,I.useCallback)(()=>{"reporting"===e&&M?.current&&y.startDate&&y.endDate&&M.current.getServices().adsDateRangeService.update({startDate:me(y.startDate),endDate:me(y.endDate)})},[e,y.endDate,y.startDate]),j=(0,n.useRegistry)(),S=(0,I.useCallback)(async()=>{if(l)return;c(!0);const n=function(e={}){const{contentContainer:t,reportingStyle:o,_global:s=i.g}=e,n=s?._googlesitekitPAXConfig;return oe()((0,se.isPlainObject)(n),"base PAX config must be a plain object"),(0,se.merge)(n,t?{clientConfig:{partnerName:"site-kit",contentContainer:t}}:{},o?{contentConfig:{partnerAdsExperienceConfig:{reportingStyle:o}}}:{})}({contentContainer:`#${f}`,reportingStyle:"reporting"===e?"REPORTING_STYLE_MINI":"REPORTING_STYLE_FULL"}),r=Ie(j,{onCampaignCreated:o,onFinishAndCloseSignUpFlow:s});try{M.current=await i.g.google.ads.integration.integrator.launchGoogleAds(n,r),k(),t?.(M.current)}catch(e){m(e),i.g.console.error("Google Ads Partner Experience Error:",e)}d(!1)},[e,f,l,o,s,t,j,k]);return(0,K.A)(()=>{r||l||"function"==typeof i.g?.google?.ads?.integration?.integrator?.launchGoogleAds&&a(!0)},l?null:50),(0,I.useEffect)(()=>{r&&!l&&S()},[l,g,r,S]),(0,I.useEffect)(()=>{k()},[k,y.startDate,y.endDate]),(0,O.jsxs)("div",{className:"googlesitekit-pax-embedded-app",children:[!!u&&!h&&(0,O.jsx)(ee.A,{title:(0,p.__)("Google Ads error","google-site-kit"),description:(0,p.__)("Could not load Google Ads content.","google-site-kit"),error:!0}),g&&(0,O.jsx)($.A,{width:"100%",height:"240px"}),(0,O.jsx)("div",{id:f})]})}PAXEmbeddedApp.propTypes={displayMode:T().oneOf(["default","reporting","setup"]),onLaunch:T().func,onCampaignCreated:T().func,onFinishAndCloseSignUpFlow:T().func};var ye,he=i(44451),fe=i(34002),Me=i(45472),ke=i(71423);function je(){return je=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)({}).hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},je.apply(null,arguments)}const Se=e=>I.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 109 46"},e),ye||(ye=I.createElement("path",{fill:"#873EFF",fillRule:"evenodd",d:"M45.718 8.472c-2.54 0-4.194.827-5.67 3.603l-6.734 12.7V13.491c0-3.367-1.595-5.02-4.549-5.02-2.953 0-4.193 1.004-5.67 3.839l-6.38 12.463V13.611c0-3.604-1.476-5.14-5.079-5.14H4.312C1.536 8.472 0 9.772 0 12.135s1.477 3.78 4.194 3.78h3.012V30.15c0 4.017 2.717 6.38 6.616 6.38s5.67-1.536 7.62-5.14l4.252-7.973v6.733c0 3.958 2.599 6.38 6.556 6.38 3.958 0 5.435-1.36 7.679-5.14l9.805-16.538c2.127-3.603.65-6.38-4.076-6.38zM64.147 8.472c-8.033 0-14.117 5.965-14.117 14.058s6.143 13.998 14.117 13.998 14.058-5.965 14.117-13.998c0-8.093-6.143-14.058-14.117-14.058m0 19.433c-3.012 0-5.08-2.245-5.08-5.376 0-3.13 2.068-5.434 5.08-5.434s5.08 2.304 5.08 5.435-2.008 5.375-5.08 5.375M94.329 8.472c-7.974 0-14.117 5.965-14.117 14.058s6.143 13.998 14.117 13.998 14.117-5.965 14.117-13.998c0-8.034-6.143-14.058-14.117-14.058m0 19.433c-3.072 0-5.02-2.245-5.02-5.376 0-3.13 2.007-5.434 5.02-5.434s5.08 2.304 5.08 5.435-2.009 5.375-5.08 5.375",clipRule:"evenodd"})));var be=i(83366),ve=i(92698),Ne=i(77766),Ae=i(59323);function WooCommerceRedirectModal({dialogActive:e,onClose:t,onDismiss:i=null,onContinue:o=null,onBeforeSetupCallback:s=null}){const[r,a]=(0,I.useState)(""),l=(0,Ne.A)(),c=(0,n.useSelect)(e=>e(A.O4).getAdminURL()),g=(0,n.useSelect)(e=>e(k).isWooCommerceActivated()),d=(0,n.useSelect)(e=>e(k).isGoogleForWooCommerceActivated()),u=d?"gfw":"wc";(0,I.useEffect)(()=>{e&&(0,pe.sx)(`${l}_pax_wc-redirect`,"view_modal",u)},[e,l,u]);const m=(0,n.useSelect)(e=>{const t=e(k).hasGoogleForWooCommerceAdsAccount();return!!(g&&d&&t)}),y=(0,n.useSelect)(e=>e(k).isWooCommerceRedirectModalDismissed()),h=(0,n.useSelect)(e=>e(C.oR).isItemDismissed("account-linked-via-google-for-woocommerce")),f=(0,I.useMemo)(()=>{if(!c||!g)return;if(!1===d)return(0,he.F)(`${c}/plugin-install.php`,{s:v,tab:"search",type:"term"});const e=encodeURIComponent("/google/dashboard");return`${c}/admin.php?page=wc-admin&path=${e}`},[c,g,d]),{navigateTo:j}=(0,n.useDispatch)(Me.M),{dismissNotification:S}=(0,n.useDispatch)(ke.D),b=(0,I.useCallback)(async()=>{h||S("account-linked-via-google-for-woocommerce"),await(0,pe.sx)(`${l}_pax_wc-redirect`,"choose_gfw",u),m&&(a("primary"),j(f)),i?.(),t?.()},[h,S,a,i,t,j,f,l,u,m]),N=(0,ve.A)(fe.I),x=(0,I.useCallback)(()=>{if((0,pe.sx)(`${l}_pax_wc-redirect`,"choose_sk",u),o||(a("tertiary"),i?.()),o)return t(),void o();s?.(),N()},[a,i,t,s,N,o,l,u]);return y&&!r?null:(0,O.jsxs)(F.Dialog,{className:M()("googlesitekit-dialog-woocommerce-redirect",{"googlesitekit-dialog-woocommerce-redirect--ads-connected":m}),open:e,"aria-describedby":void 0,tabIndex:"-1",onClose:t,children:[(0,O.jsx)("div",{className:"googlesitekit-dialog-woocommerce-redirect__svg-wrapper",children:(0,O.jsx)(Se,{width:110,height:46})}),(0,O.jsx)(F.DialogTitle,{children:m?(0,p.__)("Are you sure you want to create another Ads account for this site?","google-site-kit"):(0,p.__)("Using the WooCommerce plugin?","google-site-kit")}),(0,O.jsx)(F.DialogContent,{children:(0,O.jsx)(Ae.A,{children:m?(0,O.jsxs)(I.Fragment,{children:[(0,p.__)("Site Kit has detected an already existing Ads account connected to this site via the Google for WooCommerce extension.","google-site-kit"),(0,O.jsx)("br",{}),(0,p.__)("Continue Ads setup with Site Kit only if you do want to create another account.","google-site-kit")]}):(0,p.__)("The Google for WooCommerce plugin can utilize your provided business information for advertising on Google and may be more suitable for your business.","google-site-kit")})}),(0,O.jsxs)(F.DialogFooter,{children:[(0,O.jsx)(F.Button,{className:"mdc-dialog__cancel-button",onClick:x,icon:"tertiary"===r?(0,O.jsx)(F.CircularProgress,{size:14}):void 0,disabled:!!r,tertiary:!0,children:m?(0,p.__)("Create another account","google-site-kit"):(0,p.__)("Continue with Site Kit","google-site-kit")}),(0,O.jsx)(F.Button,{trailingIcon:m?void 0:(0,O.jsx)(be.A,{width:13,height:13}),icon:"primary"===r?(0,O.jsx)(F.CircularProgress,{size:14}):void 0,onClick:()=>{m||g?b():t()},href:m?null:f,target:m?"_self":"_blank",disabled:!!r,tertiary:!m,children:m?(0,p.__)("View current Ads account","google-site-kit"):(0,p.__)("Use Google for WooCommerce","google-site-kit")})]})]})}WooCommerceRedirectModal.propTypes={dialogActive:T().bool.isRequired,onDismiss:T().func,onClose:T().func.isRequired,onContinue:T().func,onBeforeSetupCallback:T().func};var Ce=i(20898),xe=i(30427),De=i(41566);function SettingsForm(){const e=(0,U.i)("adsPax"),t=(0,U.i)("googleTagGateway"),i=(0,U.i)("gtagUserData"),o=(0,n.useSelect)(e=>e(k).getConversionID()),s=(0,n.useSelect)(e=>e(k).getPaxConversionID()),r=(0,n.useSelect)(e=>e(k).getExtCustomerID()),a=(0,n.useSelect)(e=>e(A.O4).getDocumentationLinkURL("plugin-conversion-tracking")),l=e&&s?s:o,c=e&&(s||r);return(0,O.jsxs)("div",{className:"googlesitekit-ads-settings-fields",children:[(0,O.jsx)(Y.A,{moduleSlug:"ads",storeName:k}),!c&&(0,O.jsx)("div",{className:"googlesitekit-setup-module__inputs",children:(0,O.jsx)(ConversionIDTextField,{helperText:(0,p.__)("The Conversion ID will help track the performance of ad campaigns for the corresponding account","google-site-kit")})}),c&&(0,O.jsxs)("div",{children:[(0,O.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,O.jsx)(B.A,{as:"h5",size:"small",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,p.__)("Conversion ID","google-site-kit")}),(0,O.jsxs)("p",{className:"googlesitekit-settings-module__meta-item-data",children:[""===l&&(0,p.__)("None","google-site-kit"),l||void 0===l&&(0,O.jsx)(x.A,{value:l})]})]}),(0,O.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,O.jsx)(B.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,p.__)("Customer ID","google-site-kit")}),(0,O.jsxs)("p",{className:"googlesitekit-settings-module__meta-item-data",children:[""===r&&(0,p.__)("None","google-site-kit"),r||void 0===r&&(0,O.jsx)(x.A,{value:r})]})]})]}),(0,O.jsxs)(xe.A,{title:(0,p.__)("Improve your measurement","google-site-kit"),children:[(0,O.jsx)(H.A,{children:(0,w.A)((0,p.__)("To track the performance of your campaigns, Site Kit will enable plugin conversion tracking. <a>Learn more</a>","google-site-kit"),{a:(0,O.jsx)(Ce.A,{href:a,"aria-label":(0,p.__)("Learn more about conversion tracking","google-site-kit"),external:!0})})}),t&&(0,O.jsx)(De.A,{}),i&&(0,O.jsx)(EnhancedConversionsSettingsNotice,{type:R.Q.INFO_ALT})]})]})}function SettingsEdit(){const e=(0,n.useSelect)(e=>e(k).isDoingSubmitChanges());let t;return t=(0,n.useSelect)(e=>e(C.oR).isAdBlockerActive())?(0,O.jsx)(Z.A,{moduleSlug:"ads"}):e?(0,O.jsx)(F.ProgressBar,{}):(0,O.jsx)(SettingsForm,{}),(0,O.jsx)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--ads",children:t})}var Te=i(48102);function SetupForm({finishSetup:e,createAccountCTA:t,isNavigatingToOAuthURL:i}){const o=(0,n.useSelect)(e=>e(k).canSubmitChanges()),s=(0,n.useSelect)(e=>e(k).isDoingSubmitChanges()&&!i),{submitChanges:r}=(0,n.useDispatch)(k),{setConversionTrackingEnabled:a,saveConversionTrackingSettings:l}=(0,n.useDispatch)(A.O4),c=(0,I.useCallback)(async t=>{t.preventDefault();const{error:i}=await r();i||(a(!0),await l(),e())},[e,l,a,r]);return(0,O.jsxs)("form",{className:"googlesitekit-ads-setup__form",onSubmit:c,children:[(0,O.jsx)(Y.A,{moduleSlug:"ads",storeName:k}),(0,O.jsx)("div",{className:"googlesitekit-setup-module__inputs",children:(0,O.jsx)(ConversionIDTextField,{})}),t&&(0,O.jsx)("div",{className:"googlesitekit-setup-module__create-account",children:t}),(0,O.jsx)(Te.A,{className:"googlesitekit-margin-top-1",message:(0,p.__)("To track the performance of your campaigns, Site Kit will enable plugin conversion tracking. You can always disable it in settings.","google-site-kit")}),(0,O.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,O.jsx)(F.SpinnerButton,{disabled:!o||s,isSaving:s,children:(0,p.__)("Complete setup","google-site-kit")})})]})}function SetupFormPAX({finishSetup:e,isNavigatingToOAuthURL:t}){const i=(0,n.useSelect)(e=>e(k).canSubmitChanges()),o=(0,n.useSelect)(e=>e(k).isDoingSubmitChanges()&&!t),{submitChanges:s}=(0,n.useDispatch)(k),{setConversionTrackingEnabled:r,saveConversionTrackingSettings:a}=(0,n.useDispatch)(A.O4),l=(0,n.useSelect)(e=>e(k).getConversionID()),c=(0,n.useSelect)(e=>e(k).getGoogleForWooCommerceConversionID()),g=!!l&&l===c,d=(0,I.useCallback)(async t=>{t.preventDefault();const{error:i}=await s();i||(r(!0),await a(),e())},[e,a,r,s]);return(0,O.jsxs)("div",{className:"googlesitekit-ads-setup__form googlesitekit-ads-setup__form--pax",children:[(0,O.jsx)(Y.A,{moduleSlug:"ads",storeName:k}),(0,O.jsx)("div",{className:"googlesitekit-setup-module__inputs",children:(0,O.jsx)(ConversionIDTextField,{hideHeading:!0})}),g&&(0,O.jsx)(z.A,{className:"googlesitekit-notice--small googlesitekit-ads-setup__ads-id-conflict-warning",type:z.A.TYPES.WARNING,description:(0,p.__)("This Conversion ID is already in use via the Google for WooCommerce plugin. We don’t recommend adding it in Site Kit, as it may result in inaccurate measurement of your Ads campaign conversions.","google-site-kit"),hideIcon:!0}),(0,O.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,O.jsx)(F.SpinnerButton,{disabled:!i||o||g,isSaving:o,onClick:d,children:(0,p.__)("Complete manual setup","google-site-kit")})})]})}SetupForm.propTypes={finishSetup:T().func,createAccountCTA:T().node,isNavigatingToOAuthURL:T().bool},SetupForm.defaultProps={finishSetup:()=>{},createAccountCTA:null,isNavigatingToOAuthURL:!1},SetupFormPAX.propTypes={finishSetup:T().func,isNavigatingToOAuthURL:T().bool};var we=i(44174);function SetupMain({finishSetup:e}){const t=(0,n.useSelect)(e=>e(C.oR).isAdBlockerActive());return(0,O.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--ads",children:[(0,O.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,O.jsx)("div",{className:"googlesitekit-setup-module__logo",children:(0,O.jsx)(h,{width:"40",height:"40"})}),(0,O.jsx)(B.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:(0,p._x)("Ads","Service name","google-site-kit")})]}),(0,O.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,O.jsx)(Z.A,{moduleSlug:"ads"}),!t&&(0,O.jsxs)(I.Fragment,{children:[(0,O.jsxs)(Ae.A,{children:[(0,w.A)((0,p.__)("Add your conversion ID below. Site Kit will place it on your site so you can track the performance of your Google Ads campaigns. <a>Learn more</a>","google-site-kit"),{a:(0,O.jsx)(we.A,{path:"/google-ads/thread/108976144/where-i-can-find-google-conversion-id-begins-with-aw",external:!0})}),(0,O.jsx)("br",{}),(0,p.__)("You can always change this later in Site Kit Settings.","google-site-kit")]}),(0,O.jsx)(SetupForm,{finishSetup:e})]})]})]})}SetupMain.propTypes={finishSetup:T().func},SetupMain.defaultProps={finishSetup:()=>{}};var _e=i(18117),Ee=i(15844),Re=i(20068),Le=i(55527);function SetupMainPAX({finishSetup:e}){const[t,o]=(0,I.useState)(!1),[s,r]=(0,Re.A)("pax"),a=!!s&&parseInt(s,10),l=(0,I.useRef)(),c=(0,Ne.A)(),g=(0,n.useSelect)(e=>e(C.oR).isAdBlockerActive()),d=(0,n.useSelect)(e=>e(C.oR).hasScope(j)),u=(0,n.useSelect)(e=>{const t=(0,he.F)(i.g.location.href,{[ne]:re});return e(C.oR).getConnectURL({additionalScopes:[j,"https://www.googleapis.com/auth/supportcontent"],redirectURL:t})}),m=(0,n.useSelect)(e=>!!u&&e(Me.M).isNavigatingTo(u)),{triggerSurvey:y}=(0,n.useDispatch)(C.oR),{navigateTo:f}=(0,n.useDispatch)(Me.M),{setPaxConversionID:S,setCustomerID:b,setExtCustomerID:v,setFormattedExtCustomerID:N,setUserID:x,setAccountOverviewURL:D,submitChanges:T}=(0,n.useDispatch)(k);(0,Ee.A)(()=>{ae===a&&r(re)});const{setConversionTrackingEnabled:_,saveConversionTrackingSettings:E}=(0,n.useDispatch)(A.O4),R=(0,_e.l6)(async()=>{if(!l?.current)return;const{accountService:e,conversionTrackingIdService:t}=l.current.getServices(),i=await e.getAccountId({}),o=await e.getGoogleAdsUrl({}),s=await t.getConversionTrackingId({});if(!i.externalCustomerId&&!s.conversionTrackingId)return;(0,pe.sx)(`${c}_pax`,"pax_campaign_created"),y("pax_campaign_created"),x(i.userId),b(i.customerId),v(i.externalCustomerId),N(i.formattedExternalCustomerId),S(s.conversionTrackingId),D(o.accountOverviewUrl);const{error:n}=await T();n||(_(!0),await E())},[v,S,c]),L=(0,n.useRegistry)(),P=(0,_e.l6)(async()=>{const{select:t,resolveSelect:i}=L;await i(A.O4).getSiteInfo();const o=t(A.O4).getAdminURL("googlesitekit-dashboard",{notification:le});await Promise.all([(0,pe.sx)(`${c}_pax`,"pax_setup_completed"),y("pax_setup_completed")]),e(o)},[L,e,c]),G=(0,n.useSelect)(e=>e(k).isWooCommerceRedirectModalDismissed()),z=(0,n.useSelect)(e=>e(k).isWooCommerceActivated()),U=(0,I.useCallback)(()=>{d?r(re):f(u)},[f,r,d,u]),W=(0,I.useCallback)(e=>{(0,pe.sx)(`${c}_pax`,"pax_launch"),y("pax_launch"),l.current=e},[c,y]),H=(0,I.useCallback)(async()=>{!z||G?(await Promise.all([(0,pe.sx)(c,"start_setup_pax"),y("start_setup_pax")]),U()):o(!0)},[y,z,G,o,U,c]),Y=(0,n.useSelect)(e=>e(A.O4).getDocumentationLinkURL("ads-set-up-a-new-ads-account")),Q=(0,n.useSelect)(e=>e(A.O4).getDocumentationLinkURL("ads-connect-an-existing-ads-account"));return(0,O.jsxs)("div",{className:M()("googlesitekit-setup-module","googlesitekit-setup-module--ads",{"has-pax-flow":!g&&re===a&&d}),children:[(0,O.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,O.jsx)("div",{className:"googlesitekit-setup-module__logo",children:(0,O.jsx)(h,{width:"40",height:"40"})}),(0,O.jsx)(B.A,{as:"h3",size:"small",type:"headline",className:"googlesitekit-setup-module__title",children:(0,p._x)("Ads","Service name","google-site-kit")})]}),(0,O.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,O.jsx)(Z.A,{moduleSlug:"ads"}),!g&&re===a&&d&&(0,O.jsx)(Le.fI,{children:(0,O.jsx)(Le.fh,{mdSize:12,lgSize:12,children:(0,O.jsx)(PAXEmbeddedApp,{displayMode:"setup",onLaunch:W,onCampaignCreated:R,onFinishAndCloseSignUpFlow:P})})}),!g&&(!a||!d)&&(0,O.jsxs)(Le.fI,{className:"googlesitekit-setup-module--ads--setup-container",children:[(0,O.jsxs)(Le.fh,{smSize:8,mdSize:8,lgSize:5,className:"align-top",children:[(0,O.jsx)(B.A,{as:"h3",type:"headline",size:"small",children:(0,p.__)("Set up a new Ads account","google-site-kit")}),(0,O.jsx)("p",{className:"instructions",children:(0,w.A)((0,p.__)("Create your first Ads campaign, add billing information, and choose your conversion goals. To create a new Ads account, you’ll need to grant Site Kit additional permissions during the account creation process. <a>Learn more</a>","google-site-kit"),{a:(0,O.jsx)(Ce.A,{href:Y,external:!0})})}),(0,O.jsx)(F.SpinnerButton,{onClick:H,disabled:m,isSaving:m,children:(0,p.__)("Start setup","google-site-kit")})]}),(0,O.jsxs)(Le.fh,{className:"divider",smSize:8,mdSize:8,lgSize:2,children:[(0,O.jsx)("span",{className:"divider-line"}),(0,O.jsx)("span",{className:"divider-label",children:(0,p.__)("OR","google-site-kit")})]}),(0,O.jsxs)(Le.fh,{smSize:8,mdSize:8,lgSize:5,children:[(0,O.jsx)(B.A,{as:"h3",type:"headline",size:"small",children:(0,p.__)("Connect an existing Ads account","google-site-kit")}),(0,O.jsx)("p",{className:"instructions",children:(0,w.A)((0,p.__)("To track conversions for your Ads campaign, you need to add your Conversion ID to Site Kit. You can always change the Conversion ID later in Site Kit Settings. <a>Learn more</a>","google-site-kit"),{a:(0,O.jsx)(Ce.A,{href:Q,external:!0}),br:(0,O.jsx)("br",{})})}),(0,O.jsx)(SetupFormPAX,{finishSetup:e,isNavigatingToOAuthURL:m})]})]})]}),t&&(0,O.jsx)(WooCommerceRedirectModal,{onClose:()=>o(!1),onContinue:U,dialogActive:!0})]})}SetupMainPAX.defaultProps={finishSetup:()=>{}};var Pe=i(37226),Oe=i(65214),Ge=i(35470);function PAXSetupSuccessSubtleNotification({id:e,Notification:t}){const{dismissNotification:i}=(0,n.useDispatch)(ke.D),[,o]=(0,Re.A)("notification"),s=(0,I.useCallback)(()=>{o(void 0)},[o]),r=(0,Ge.A)(e=>{const t=e(k).getAccountOverviewURL();return t?e(C.oR).getAccountChooserURL(t):null}),a=(0,I.useCallback)(()=>{s(),i(e)},[s,i,e]);return(0,O.jsx)(t,{children:(0,O.jsx)(P.A,{notificationID:e,type:R.Q.SUCCESS,title:(0,p.__)("Your Ads campaign was successfully set up!","google-site-kit"),description:(0,p.__)("Track your conversions, measure your campaign results and make the most of your ad spend","google-site-kit"),dismissButton:{onClick:s},ctaButton:{onClick:a,label:(0,p.__)("Show me","google-site-kit"),href:r,external:!0}})})}function SetupSuccessSubtleNotification({id:e,Notification:t}){const[,i]=(0,Re.A)("notification"),[,o]=(0,Re.A)("slug");return(0,O.jsx)(t,{children:(0,O.jsx)(P.A,{notificationID:e,type:R.Q.SUCCESS,title:(0,p.__)("Success! Your Conversion ID was added to your site","google-site-kit"),description:(0,p.__)("You can now track conversions for your Ads campaigns","google-site-kit"),dismissButton:{onClick:function(){i(void 0),o(void 0)}}})})}function AccountLinkedViaGoogleForWooCommerceSubtleNotification({id:e,Notification:t}){const[i,o]=(0,I.useState)(!1),s=(0,ve.A)(fe.I),{dismissNotification:r}=(0,n.useDispatch)(ke.D),{setCacheItem:a}=(0,n.useDispatch)(A.O4),l=(0,I.useCallback)(async()=>{await a(S,!0,{ttl:5*pe.r0})},[a]),c=(0,I.useCallback)(async()=>{o(!0),await r(e,{skipHidingFromQueue:!0}),await l(),await s()},[o,l,r,e,s]),g=(0,I.useCallback)(async()=>{o(!0),await r(e),await l()},[o,r,l,e]);return(0,O.jsx)(t,{children:(0,O.jsx)(P.A,{notificationID:e,type:"new",description:(0,p.__)("We’ve detected an existing Ads account via the Google for WooCommerce plugin. You can still create a new Ads account using Site Kit.","google-site-kit"),dismissButton:{label:(0,p.__)("Create new account","google-site-kit"),onClick:c,disabled:i},ctaButton:{label:(0,p.__)("Keep existing account","google-site-kit"),onClick:g,disabled:i}})})}PAXSetupSuccessSubtleNotification.propTypes={id:T().string.isRequired,Notification:T().elementType.isRequired},SetupSuccessSubtleNotification.propTypes={id:T().string.isRequired,Notification:T().elementType.isRequired},AccountLinkedViaGoogleForWooCommerceSubtleNotification.propTypes={id:T().string.isRequired,Notification:T().elementType.isRequired};var ze=i(68485),Ze=i(34375);var Ue=i(98748);function AdsModuleSetupCTABanner({id:e,Notification:t}){const[i,o]=(0,I.useState)(!1),[s,r]=(0,I.useState)(!1),a=(0,n.useSelect)(e=>e(A.O4).getDocumentationLinkURL("set-up-ads")),l=(0,n.useSelect)(e=>e(C.oR).isAdBlockerActive()),c=(0,n.useSelect)(t=>t(ke.D).isNotificationDismissalFinal(e)),g=(0,n.useSelect)(e=>{const{isWooCommerceActivated:t,isGoogleForWooCommerceActivated:i,hasGoogleForWooCommerceAdsAccount:o}=e(k);return t()&&i()&&!o()||t()&&!i()}),d=(0,n.useSelect)(e=>e(k).isWooCommerceRedirectModalDismissed()),{dismissNotification:u}=(0,n.useDispatch)(ke.D),{setCacheItem:m}=(0,n.useDispatch)(A.O4),y=(0,I.useCallback)(()=>{m(S,!0,{ttl:5*pe.r0})},[m]),h=(0,ve.A)(fe.I),{triggerSurvey:f}=(0,n.useDispatch)(C.oR),M=(0,I.useCallback)(()=>{if(f("accept_ads_setup_cta"),!g||d)return r(!0),void h();o(!0)},[f,g,h,d]),j=(0,I.useCallback)(()=>{o(!1)},[o]),b={tooltipSlug:"ads-setup-notification",content:(0,p.__)("You can always enable Ads in Settings later","google-site-kit"),dismissLabel:(0,p.__)("Got it","google-site-kit")},v=(0,ze.i)(b),[N,x]=(0,I.useState)((0,p.__)("Maybe later","google-site-kit"));return(0,Ee.A)(()=>{!0===c&&x((0,p.__)("Don’t show again","google-site-kit"))}),(0,O.jsxs)(t,{children:[(0,O.jsx)(Ze.A,{notificationID:e,title:(0,p.__)("Get better quality leads and enhance conversions with Ads","google-site-kit"),description:(0,O.jsxs)(I.Fragment,{children:[(0,w.A)((0,p.__)("Help drive sales, leads, or site traffic by getting your business in front of people who are actively searching Google for products or services you offer. <a />","google-site-kit"),{a:(0,O.jsx)(L.A,{id:e,label:(0,p.__)("Learn more","google-site-kit"),url:a})}),l&&(0,O.jsx)(Z.A,{moduleSlug:"ads"})]}),ctaButton:{label:(0,p.__)("Set up Ads","google-site-kit"),onClick:M,disabled:l||s||i,inProgress:s,dismissOnClick:!0,dismissOptions:{expiresInSeconds:2*pe.Du,skipHidingFromQueue:!0}},dismissButton:{label:N,onClick:v,disabled:s,dismissOptions:{expiresInSeconds:c?0:2*pe.Du}},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMCIgdmlld0JveD0iMCAwIDUxMiA1MTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00NzcuOTAzIDE1OS40NDdDNDgxLjY1NyAyMDIuOTUxIDQ3MC4zOTEgMjIyLjE4NCA0NDEuODkxIDI3NC4xODRDNDEzLjM5MSAzMjYuMTg0IDQ1My40NzEgMzg3LjYzMyA0MDkuMzkxIDQ0Ni4xODRDMzU2Ljk1MSA1MTUuODQgMTczLjcwOSA1MjEuNTI0IDk0LjY1MTggNDkyLjUyM0MxNS41OTQ2IDQ2My41MjMgLTQuNzkxODIgNDAzLjU3OCAwLjg5MDU2OCAzNDguNjg0QzguNjAyNTQgMjc0LjE4NCA3NC4zNDczIDI1MC4wMTYgOTQuNjUxOCAyMTMuNTA1QzEyNC44IDE1OS4yOTQgODAuNTY4MSAxMDMuMjcyIDEzOC45MjcgNTkuNzk5MkMyMDQuNTcyIDEwLjg5OTQgMjUwLjM4NCA3OC43NDA1IDMxMy4zMjIgNzQuMzIyMkMzNDkuNjMzIDcxLjc3MzEgMzg1LjI5NSA2My41NTMgNDE3LjUyOCA3Ni4xNzU0QzQ1MC4xMTIgODguOTM1IDQ3NC45NiAxMjQuODQxIDQ3Ny45MDMgMTU5LjQ0N1oiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMTkzLjYwMyIgeT0iMjI2LjQ5NiIgd2lkdGg9IjExOSIgaGVpZ2h0PSI4IiByeD0iNCIgZmlsbD0iI0YzRjVGNyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzE0NjFfMTE4MzgpIj4KPHJlY3QgeD0iMTc1LjYwMyIgeT0iMTYwLjQ5NiIgd2lkdGg9IjE1NSIgaGVpZ2h0PSIyNTIiIHJ4PSIyMCIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTkzLjYwMyIgeT0iMTc3LjQ5NiIgd2lkdGg9IjExOSIgaGVpZ2h0PSIyMSIgcng9IjQiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTkzLjYwMyIgeT0iMjM0LjQ5NiIgd2lkdGg9IjExOSIgaGVpZ2h0PSIxMzAiIHJ4PSI0IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjE5My42MDMiIHk9IjM3Mi40OTYiIHdpZHRoPSIxMTkiIGhlaWdodD0iOCIgcng9IjQiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMjE1LjYwMyIgeT0iMjA4LjQ5NiIgd2lkdGg9Ijc1IiBoZWlnaHQ9IjEyIiByeD0iNiIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxOTMuNjAzIiB5PSIyMDkuNDk2IiB3aWR0aD0iMTUiIGhlaWdodD0iMiIgcng9IjEiIGZpbGw9IiNERUUzRTYiLz4KPHJlY3QgeD0iMTkzLjYwMyIgeT0iMjEzLjQ5NiIgd2lkdGg9IjE1IiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjREVFM0U2Ii8+CjxyZWN0IHg9IjE5My42MDMiIHk9IjIxNy40OTYiIHdpZHRoPSIxNSIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iI0RFRTNFNiIvPgo8Y2lyY2xlIGN4PSIzNjcuODQ4IiBjeT0iMTYwLjc0MiIgcj0iMTgiIGZpbGw9IiM2MzgwQjgiLz4KPGNpcmNsZSBjeD0iMzY2LjQyNSIgY3k9IjE1OC44NzgiIHI9IjQuODQyMTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi4wNjUyOCIvPgo8cGF0aCBkPSJNMzY5Ljc3NyAxNjIuOTc1TDM3My44NDggMTY3Ljc4MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjA2NTI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGNpcmNsZSBjeD0iMzg5Ljg0OCIgY3k9IjIxMC43NDIiIHI9IjE0IiBmaWxsPSIjNjM4MEI4Ii8+CjxjaXJjbGUgY3g9IjM4OC43NDEiIGN5PSIyMDkuMjkyIiByPSIzLjc2NjE0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuMDY1MjgiLz4KPHBhdGggZD0iTTM5MS4zNDggMjEyLjQ3OUwzOTQuNTE0IDIxNi4yMTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi4wNjUyOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxjaXJjbGUgY3g9Ijg1Ljg0NzciIGN5PSIzMzQuNzQyIiByPSIyNSIgZmlsbD0iIzYzODBCOCIvPgo8Y2lyY2xlIGN4PSI4My44NzE1IiBjeT0iMzMyLjE1MyIgcj0iNi43MjUyNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjA2NTI4Ii8+CjxwYXRoIGQ9Ik04OC41MjczIDMzNy44NDRMOTQuMTgxIDM0NC41MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjA2NTI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGNpcmNsZSBjeD0iNDE0Ljg0OCIgY3k9IjExOS43NDIiIHI9IjIyIiBmaWxsPSIjNjM4MEI4Ii8+CjxjaXJjbGUgY3g9IjQxMy4xMDkiIGN5PSIxMTcuNDY0IiByPSI1LjkxODIzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuMDY1MjgiLz4KPHBhdGggZD0iTTQxNy4yMDYgMTIyLjQ3Mkw0MjIuMTgxIDEyOC4zNDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi4wNjUyOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZF8xNDYxXzExODM4KSI+CjxwYXRoIGQ9Ik0xNDguNjAzIDI1OC40OTZDMTQ4LjYwMyAyNTQuMDc4IDE1Mi4xODQgMjUwLjQ5NiAxNTYuNjAzIDI1MC40OTZIMjM5LjYwM0MyNDQuMDIxIDI1MC40OTYgMjQ3LjYwMyAyNTQuMDc4IDI0Ny42MDMgMjU4LjQ5NlYyOTUuNDk2SDE0OC42MDNWMjU4LjQ5NloiIGZpbGw9IiM5QkI4RjAiLz4KPHBhdGggZD0iTTE0OC42MDMgMzAxLjk5NkgyNDcuNjAzVjM0NS40OTZDMjQ3LjYwMyAzNDkuOTE1IDI0NC4wMjEgMzUzLjQ5NiAyMzkuNjAzIDM1My40OTZIMTU2LjYwM0MxNTIuMTg0IDM1My40OTYgMTQ4LjYwMyAzNDkuOTE1IDE0OC42MDMgMzQ1LjQ5NlYzMDEuOTk2WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTQ4LjYwMyIgeT0iMjk1LjQ5NiIgd2lkdGg9Ijk5IiBoZWlnaHQ9IjE5IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjE1Ny42MDMiIHk9IjMwMS40OTYiIHdpZHRoPSI2MiIgaGVpZ2h0PSI3IiByeD0iMy41IiBmaWxsPSIjREVFM0U2Ii8+CjxyZWN0IHg9IjE1Ny42MDMiIHk9IjMyNS40OTYiIHdpZHRoPSI1NCIgaGVpZ2h0PSI1IiByeD0iMi41IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjE1Ny42MDMiIHk9IjMzNC40OTYiIHdpZHRoPSIzNiIgaGVpZ2h0PSI1IiByeD0iMi41IiBmaWxsPSIjRUJFRUYwIi8+CjxjaXJjbGUgY3g9IjIzMC42MDMiIGN5PSIzMzIuNDk2IiByPSI4IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yMjkuNDYgMzI5LjA2OEwyMzIuODg4IDMzMi40OTZMMjI5LjQ2IDMzNS45MjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi4yODU3MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjJfZF8xNDYxXzExODM4KSI+CjxwYXRoIGQ9Ik0yNTguNjAzIDI1OC40OTZDMjU4LjYwMyAyNTQuMDc4IDI2Mi4xODQgMjUwLjQ5NiAyNjYuNjAzIDI1MC40OTZIMzQ5LjYwM0MzNTQuMDIxIDI1MC40OTYgMzU3LjYwMyAyNTQuMDc4IDM1Ny42MDMgMjU4LjQ5NlYyOTUuNDk2SDI1OC42MDNWMjU4LjQ5NloiIGZpbGw9IiM5QkI4RjAiLz4KPHBhdGggZD0iTTI1OC42MDMgMzAxLjk5NkgzNTcuNjAzVjM0NS40OTZDMzU3LjYwMyAzNDkuOTE1IDM1NC4wMjEgMzUzLjQ5NiAzNDkuNjAzIDM1My40OTZIMjY2LjYwM0MyNjIuMTg0IDM1My40OTYgMjU4LjYwMyAzNDkuOTE1IDI1OC42MDMgMzQ1LjQ5NlYzMDEuOTk2WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMjU4LjYwMyIgeT0iMjk1LjQ5NiIgd2lkdGg9Ijk5IiBoZWlnaHQ9IjE5IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjI2Ny42MDMiIHk9IjMwMS40OTYiIHdpZHRoPSI2MiIgaGVpZ2h0PSI3IiByeD0iMy41IiBmaWxsPSIjREVFM0U2Ii8+CjxyZWN0IHg9IjI2Ny42MDMiIHk9IjMyNS40OTYiIHdpZHRoPSI1NCIgaGVpZ2h0PSI1IiByeD0iMi41IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjI2Ny42MDMiIHk9IjMzNC40OTYiIHdpZHRoPSIzNiIgaGVpZ2h0PSI1IiByeD0iMi41IiBmaWxsPSIjRUJFRUYwIi8+CjxjaXJjbGUgY3g9IjM0MC42MDMiIGN5PSIzMzIuNDk2IiByPSI4IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0zMzkuNDYgMzI5LjA2OEwzNDIuODg4IDMzMi40OTZMMzM5LjQ2IDMzNS45MjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi4yODU3MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNDYxXzExODM4IiB4PSI0NC44NDc3IiB5PSI4NS43NDE3IiB3aWR0aD0iNDA4IiBoZWlnaHQ9IjM0Ni43NTUiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTE4MzgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMTgzOCIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9kXzE0NjFfMTE4MzgiIHg9IjEzMi42MDMiIHk9IjI0Mi40OTYiIHdpZHRoPSIxMzEiIGhlaWdodD0iMTM1IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjgiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iOCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExODM4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTE4MzgiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjJfZF8xNDYxXzExODM4IiB4PSIyNDIuNjAzIiB5PSIyNDIuNDk2IiB3aWR0aD0iMTMxIiBoZWlnaHQ9IjEzNSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSI4Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjgiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMTgzOCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExODM4IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=",mobile:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDE0IiBoZWlnaHQ9IjE0MCIgdmlld0JveD0iMCAwIDQxNCAxNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzUxOTIpIj4KPHBhdGggZD0iTTQxMC4yNjIgMTI2Ljk4N0M0MTQuMjI0IDE3Mi45MTUgNDAyLjMzNSAxOTMuMjE5IDM3Mi4yNjMgMjQ4LjExNUMzNDIuMTkxIDMwMy4wMTEgMzg0LjQ4MiAzNjcuODgyIDMzNy45NzEgNDI5LjY5NEMyODIuNjM5IDUwMy4yMjggODkuMjkgNTA5LjIyOSA1Ljg3MjM4IDQ3OC42MTNDLTc3LjU0NTIgNDQ3Ljk5OCAtOTkuMDU2MSAzODQuNzE1IC05My4wNjAzIDMyNi43NjRDLTg0LjkyMyAyNDguMTE1IC0zMi41MTIxIDI1My4xMTMgNS44NzIzOCAxODQuMDU3QzQ0LjI1NjkgMTE1IC0xMiA3Ni41MDAxIDU0LjUgMzBDMTIxIC0xNi41IDE3MC4xOTQgNDEuNzg2NiAyMzYuNjAzIDM3LjEyMjJDMjc0LjkxNyAzNC40MzEyIDMxMi41NDcgMjUuNzUzMyAzNDYuNTU3IDM5LjA3ODZDMzgwLjkzOCA1Mi41NDg5IDQwNy4xNTcgOTAuNDU0NSA0MTAuMjYyIDEyNi45ODdaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjE3MS4wODYiIHk9IjI4LjA4MTMiIHdpZHRoPSI5Mi44NjY3IiBoZWlnaHQ9IjYuMjQzMTQiIHJ4PSIzLjEyMTU3IiBmaWxsPSIjRjNGNUY3Ii8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTUwNV81MTkyKSI+CjxyZWN0IHg9IjE2Ni41MjYiIHk9IjYiIHdpZHRoPSIxMDEuOTg2IiBoZWlnaHQ9IjE2NS44MSIgcng9IjEzLjE1OTUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE3OC4zNyIgeT0iMTcuMTg1NSIgd2lkdGg9Ijc4LjI5OTEiIGhlaWdodD0iMTMuODE3NSIgcng9IjIuNjMxOSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxNzguMzciIHk9IjU0LjY5MDIiIHdpZHRoPSI3OC4yOTkxIiBoZWlnaHQ9Ijg1LjUzNjkiIHJ4PSIyLjYzMTkiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTkyLjg0NSIgeT0iMzcuNTgyOCIgd2lkdGg9IjQ5LjM0ODIiIGhlaWdodD0iNy44OTU3MSIgcng9IjMuOTQ3ODYiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTc4LjM3IiB5PSIzOC4yNDA3IiB3aWR0aD0iOS44Njk2NCIgaGVpZ2h0PSIxLjMxNTk1IiByeD0iMC42NTc5NzYiIGZpbGw9IiNERUUzRTYiLz4KPHJlY3QgeD0iMTc4LjM3IiB5PSI0MC44NzI2IiB3aWR0aD0iOS44Njk2NCIgaGVpZ2h0PSIxLjMxNTk1IiByeD0iMC42NTc5NzYiIGZpbGw9IiNERUUzRTYiLz4KPHJlY3QgeD0iMTc4LjM3IiB5PSI0My41MDQ2IiB3aWR0aD0iOS44Njk2NCIgaGVpZ2h0PSIxLjMxNTk1IiByeD0iMC42NTc5NzYiIGZpbGw9IiNERUUzRTYiLz4KPGNpcmNsZSBjeD0iMzQyLjMwMiIgY3k9IjY5LjU0NTEiIHI9IjE0LjA0NzEiIGZpbGw9IiM2MzgwQjgiLz4KPGNpcmNsZSBjeD0iMzQxLjE5MiIgY3k9IjY4LjA5MDYiIHI9IjMuNzc4OCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjYxMTczIi8+CjxwYXRoIGQ9Ik0zNDMuODA4IDcxLjI4ODFMMzQ2Ljk4NCA3NS4wMzkyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNjExNzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8Y2lyY2xlIGN4PSIzNTkuNDciIGN5PSIxMDguNTY1IiByPSIxMC45MjU1IiBmaWxsPSIjNjM4MEI4Ii8+CjxjaXJjbGUgY3g9IjM1OC42MDciIGN5PSIxMDcuNDMzIiByPSIyLjkzOTA3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNjExNzMiLz4KPHBhdGggZD0iTTM2MC42NDIgMTA5LjkyTDM2My4xMTIgMTEyLjgzOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjYxMTczIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGNpcmNsZSBjeD0iODYuOTk0OSIgY3k9IjkyLjU1NTIiIHI9IjE5LjUwOTgiIGZpbGw9IiM2MzgwQjgiLz4KPGNpcmNsZSBjeD0iODUuNDUyNyIgY3k9IjkwLjUzNTIiIHI9IjUuMjQ4MzQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS42MTE3MyIvPgo8cGF0aCBkPSJNODkuMDg1OSA5NC45NzYxTDkzLjQ5OCAxMDAuMTg2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNjExNzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8Y2lyY2xlIGN4PSIzNzguOTgiIGN5PSIzNy41NDkiIHI9IjE3LjE2ODYiIGZpbGw9IiM2MzgwQjgiLz4KPGNpcmNsZSBjeD0iMzc3LjYyMyIgY3k9IjM1Ljc3MTQiIHI9IjQuNjE4NTQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS42MTE3MyIvPgo8cGF0aCBkPSJNMzgwLjgyMSAzOS42Nzk0TDM4NC43MDQgNDQuMjY0MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjYxMTczIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMV9kXzE1MDVfNTE5MikiPgo8cGF0aCBkPSJNMTM1Ljk2OSA1My4wNTM5QzEzNS45NjkgNDkuNjA1OSAxMzguNzY0IDQ2LjgxMDggMTQyLjIxMiA0Ni44MTA4SDIwNi45ODRDMjEwLjQzMiA0Ni44MTA4IDIxMy4yMjcgNDkuNjA1OSAyMTMuMjI3IDUzLjA1MzlWODEuOTI4NEgxMzUuOTY5VjUzLjA1MzlaIiBmaWxsPSIjOUJCOEYwIi8+CjxwYXRoIGQ9Ik0xMzUuOTY5IDg3LjAwMUgyMTMuMjI3VjEyMC45NDhDMjEzLjIyNyAxMjQuMzk2IDIxMC40MzIgMTI3LjE5MSAyMDYuOTg0IDEyNy4xOTFIMTQyLjIxMkMxMzguNzY0IDEyNy4xOTEgMTM1Ljk2OSAxMjQuMzk2IDEzNS45NjkgMTIwLjk0OFY4Ny4wMDFaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMzUuOTY5IiB5PSI4MS45Mjg1IiB3aWR0aD0iNzcuMjU4OCIgaGVpZ2h0PSIxNC44Mjc1IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjE0Mi45OTIiIHk9Ijg2LjYxMDgiIHdpZHRoPSI0OC4zODQzIiBoZWlnaHQ9IjUuNDYyNzQiIHJ4PSIyLjczMTM3IiBmaWxsPSIjREVFM0U2Ii8+CjxyZWN0IHg9IjE0Mi45OTIiIHk9IjEwNS4zNCIgd2lkdGg9IjQyLjE0MTIiIGhlaWdodD0iMy45MDE5NiIgcng9IjEuOTUwOTgiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTQyLjk5MiIgeT0iMTEyLjM2NCIgd2lkdGg9IjI4LjA5NDEiIGhlaWdodD0iMy45MDE5NiIgcng9IjEuOTUwOTgiIGZpbGw9IiNFQkVFRjAiLz4KPGNpcmNsZSBjeD0iMTk5Ljk2MSIgY3k9IjExMC44MDMiIHI9IjYuMjQzMTQiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTE5OS4wNjkgMTA4LjEyN0wyMDEuNzQ0IDExMC44MDNMMTk5LjA2OSAxMTMuNDc4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNzgzNzUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIyX2RfMTUwNV81MTkyKSI+CjxwYXRoIGQ9Ik0yMjEuODEyIDUzLjA1MzlDMjIxLjgxMiA0OS42MDU5IDIyNC42MDcgNDYuODEwOCAyMjguMDU1IDQ2LjgxMDhIMjkyLjgyN0MyOTYuMjc1IDQ2LjgxMDggMjk5LjA3IDQ5LjYwNTkgMjk5LjA3IDUzLjA1MzlWODEuOTI4NEgyMjEuODEyVjUzLjA1MzlaIiBmaWxsPSIjOUJCOEYwIi8+CjxwYXRoIGQ9Ik0yMjEuODEyIDg3LjAwMUgyOTkuMDdWMTIwLjk0OEMyOTkuMDcgMTI0LjM5NiAyOTYuMjc1IDEyNy4xOTEgMjkyLjgyNyAxMjcuMTkxSDIyOC4wNTVDMjI0LjYwNyAxMjcuMTkxIDIyMS44MTIgMTI0LjM5NiAyMjEuODEyIDEyMC45NDhWODcuMDAxWiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMjIxLjgxMiIgeT0iODEuOTI4NSIgd2lkdGg9Ijc3LjI1ODgiIGhlaWdodD0iMTQuODI3NSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIyMjguODM1IiB5PSI4Ni42MTA4IiB3aWR0aD0iNDguMzg0MyIgaGVpZ2h0PSI1LjQ2Mjc0IiByeD0iMi43MzEzNyIgZmlsbD0iI0RFRTNFNiIvPgo8cmVjdCB4PSIyMjguODM1IiB5PSIxMDUuMzQiIHdpZHRoPSI0Mi4xNDEyIiBoZWlnaHQ9IjMuOTAxOTYiIHJ4PSIxLjk1MDk4IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjIyOC44MzUiIHk9IjExMi4zNjQiIHdpZHRoPSIyOC4wOTQxIiBoZWlnaHQ9IjMuOTAxOTYiIHJ4PSIxLjk1MDk4IiBmaWxsPSIjRUJFRUYwIi8+CjxjaXJjbGUgY3g9IjI4NS44MDQiIGN5PSIxMTAuODAzIiByPSI2LjI0MzE0IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yODQuOTEyIDEwOC4xMjdMMjg3LjU4OCAxMTAuODAzTDI4NC45MTIgMTEzLjQ3OCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjc4Mzc1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMTUwNV81MTkyIiB4PSI1NC45OTg4IiB5PSItMy4zNjQ3MSIgd2lkdGg9IjM1My42MzYiIGhlaWdodD0iMTkwLjc4MyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIzLjEyMTU3Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuMjQzMTQiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV81MTkyIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNTE5MiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9kXzE1MDVfNTE5MiIgeD0iMTIzLjQ4MiIgeT0iNDAuNTY3NyIgd2lkdGg9IjEwMi4yMzEiIGhlaWdodD0iMTA1LjM1MyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSI2LjI0MzE0Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuMjQzMTQiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV81MTkyIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNTE5MiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9kXzE1MDVfNTE5MiIgeD0iMjA5LjMyNSIgeT0iNDAuNTY3NyIgd2lkdGg9IjEwMi4yMzEiIGhlaWdodD0iMTA1LjM1MyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSI2LjI0MzE0Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuMjQzMTQiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV81MTkyIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNTE5MiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNTA1XzUxOTIiPgo8cmVjdCB3aWR0aD0iNDE0IiBoZWlnaHQ9IjE0MCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K",verticalPosition:"center"}}),i&&(0,O.jsx)(WooCommerceRedirectModal,{onDismiss:()=>u(e),onClose:j,onBeforeSetupCallback:y,dialogActive:!0}),(0,O.jsx)(Ue.A,{triggerID:"view_ads_setup_cta",ttl:pe.tt})]})}AdsModuleSetupCTABanner.propTypes={id:T().string.isRequired,Notification:T().elementType.isRequired};var We=i(53137),Be=i(24558),He=i(47121),Ye=i(22242);const Qe=l().createModuleStore(fe.I,{ownedSettingsSlugs:["conversionID","paxConversionID","extCustomerID","customerID","userID"],storeName:k,settingSlugs:["conversionID","ownerID","paxConversionID","customerID","extCustomerID","formattedExtCustomerID","userID","accountOverviewURL"],requiresSetup:!0,submitChanges:async function({select:e,dispatch:t}){if(e(k).haveSettingsChanged()){const{error:e}=await t(k).saveSettings();if(e)return{error:e}}if(e(A.O4).haveConversionTrackingSettingsChanged()){const{error:e}=await t(A.O4).saveConversionTrackingSettings();if(e)return{error:e}}if(e(A.O4).haveGoogleTagGatewaySettingsChanged()){const{error:i}=await t(A.O4).saveGoogleTagGatewaySettings();if(i)return{error:i};if(e(A.O4).isGoogleTagGatewayEnabled()&&!e(ke.D).isNotificationDismissed(We.rq)){const{error:e}=await t(ke.D).dismissNotification(We.rq)||{};if(e)return{error:e}}}return await(0,ue.invalidateCache)("modules",fe.I),await(0,ue.invalidateCache)("core","site","ads-measurement-status"),{}},rollbackChanges:function({select:e,dispatch:t}){e(k).haveSettingsChanged()&&(t(k).rollbackSettings(),t(A.O4).resetConversionTrackingSettings(),t(A.O4).resetGoogleTagGatewaySettings())},validateCanSubmitChanges:function(e){const t=(0,He.WI)(e),{isDoingSubmitChanges:i,haveSettingsChanged:o,getConversionID:s,getPaxConversionID:n}=t(k);oe()(!i(),Ye.mV),oe()(o(),Ye.Wq),oe()((0,J.EL)(s())||(0,J.EL)(n()),"a valid conversionID is required to submit changes")},validateHaveSettingsChanged:function(e,t,i){const{settings:o,savedSettings:s}=t,n=e(A.O4).haveConversionTrackingSettingsChanged(),r=e(A.O4).haveGoogleTagGatewaySettingsChanged();i&&oe()((0,se.isEqual)((0,se.pick)(o,i),(0,se.pick)(s,i))||!n||r,Ye.Wq),oe()(!(0,se.isEqual)(o,s)||n||r,Ye.Wq)}}),Fe={selectors:{getAdBlockerWarningMessage:(0,n.createRegistrySelector)(e=>()=>{const t=e(C.oR).isAdBlockerActive();if(void 0===t)return;if(!t)return null;return e(Pe.i).isModuleConnected(fe.I)?(0,p.__)("To get the latest Ads data you will need to disable your Ad blocker","google-site-kit"):(0,p.__)("To set up Ads you will need to disable your Ad blocker","google-site-kit")})}};var Ve=i(63251);function Je(e){return(0,n.createRegistrySelector)(t=>()=>(t(k).getModuleData()||[])[e])}function Xe(e,t){return oe()(e,"propName is required."),oe()(t,"plugin is required."),oe()(N.includes(t),"Invalid plugin."),(0,n.createRegistrySelector)(i=>()=>{const{getPluginsData:o}=i(k);return((o()||[])[t]||[])[e]})}const Ke="RECEIVE_MODULE_DATA",qe={moduleData:{supportedConversionEvents:void 0,plugins:void 0}},$e={receiveModuleData:e=>(oe()(e,"moduleData is required."),{payload:e,type:Ke})},et=(0,n.createReducer)((e,{payload:t,type:i})=>{switch(i){case Ke:{const{supportedConversionEvents:i,plugins:o}=t,s={supportedConversionEvents:i,plugins:o};e.moduleData=s;break}}}),tt={*getModuleData(){const{resolveSelect:e}=yield n.commonActions.getRegistry(),t=yield n.commonActions.await(e(Pe.i).getModuleInlineData(fe.I));t&&(yield $e.receiveModuleData(t))}},it={getModuleData:e=>e.moduleData,getSupportedConversionEvents:Je("supportedConversionEvents"),getPluginsData:Je("plugins"),isWooCommerceInstalled:Xe("installed",b),isWooCommerceActivated:Xe("active",b),isGoogleForWooCommerceInstalled:Xe("installed",v),isGoogleForWooCommerceActivated:Xe("active",v),hasGoogleForWooCommerceAdsAccount:Xe("adsConnected",v),getGoogleForWooCommerceConversionID:Xe("conversionID",v)},ot={initialState:qe,actions:$e,controls:Ve.ne,reducer:et,resolvers:tt,selectors:it};var st=i(21134);const nt="RECEIVE_WOOCOMMERCE_MODAL_CACHE_KEY",rt={receiveIsWooCommerceRedirectModalDismissed:e=>(oe()(void 0!==e,"A cacheHit is required."),{type:nt,payload:{cacheHit:e}})},at=(0,n.createReducer)((e,{type:t,payload:i})=>{if(t===nt)e.woocommerceModalDismissed=i.cacheHit}),lt={isWooCommerceRedirectModalDismissed:e=>e.woocommerceModalDismissed},ct={*isWooCommerceRedirectModalDismissed(){const{cacheHit:e}=yield n.commonActions.await((0,st.Gq)(S));yield rt.receiveIsWooCommerceRedirectModalDismissed(e||!1)}},gt={initialState:{woocommerceModalDismissed:!1},actions:rt,reducer:at,resolvers:ct,selectors:lt},dt={selectors:{getDetailsLinkURL:(0,n.createRegistrySelector)(e=>()=>{const t=e(k).getAccountOverviewURL();if(t)return e(C.oR).getAccountChooserURL(t);const i=e(Pe.i).getModule(fe.I);return void 0!==i?null!==i&&i.homepage?e(C.oR).getAccountChooserURL(i.homepage):null:void 0})}},ut=(0,n.combineStores)(Qe,Fe,ot,gt,dt);ut.initialState,ut.actions,ut.controls,ut.reducer,ut.resolvers,ut.selectors;const pt={"setup-success-notification-ads":{Component:SetupSuccessSubtleNotification,areaSlug:We.bI.DASHBOARD_TOP,viewContexts:[Be.jU,Be.Ax],checkRequirements:()=>{const e=(0,m.d)(location.href,"notification"),t=(0,m.d)(location.href,"slug");return"authentication_success"===e&&t===fe.I}},"setup-success-notification-pax":{Component:PAXSetupSuccessSubtleNotification,areaSlug:We.bI.DASHBOARD_TOP,viewContexts:[Be.jU,Be.Ax],checkRequirements:()=>{const e=(0,m.d)(location.href,"notification");return le===e}},"account-linked-via-google-for-woocommerce":{Component:AccountLinkedViaGoogleForWooCommerceSubtleNotification,areaSlug:We.bI.DASHBOARD_TOP,viewContexts:[Be.jU],checkRequirements:async({select:e,resolveSelect:t})=>{const[,i]=await Promise.all([t(k).getModuleData(),t(Pe.i).isModuleConnected(fe.I)]),{isWooCommerceActivated:o,isGoogleForWooCommerceActivated:s,hasGoogleForWooCommerceAdsAccount:n}=e(k);return!i&&o()&&s()&&n()},featureFlag:"adsPax",isDismissible:!0},"ads-setup-cta":{Component:AdsModuleSetupCTABanner,priority:We.FQ.SETUP_CTA_HIGH,areaSlug:We.bI.DASHBOARD_TOP,groupID:We.He.SETUP_CTAS,viewContexts:[Be.jU],checkRequirements:async({select:e,resolveSelect:t})=>{await Promise.all([t(k).getModuleData(),t(Pe.i).isModuleConnected(fe.I),t(Pe.i).canActivateModule(fe.I)]);const{isModuleConnected:i}=e(Pe.i),{hasGoogleForWooCommerceAdsAccount:o}=e(k);return!1===i(fe.I)&&!1===o()},isDismissible:!0,dismissRetries:1,featureFlag:"adsPax"},[G]:{Component:EnhancedConversionsNotification,priority:We.FQ.INFO,areaSlug:We.bI.DASHBOARD_TOP,groupID:We.He.SETUP_CTAS,viewContexts:[Be.jU],checkRequirements:async({resolveSelect:e})=>!!await e(Pe.i).isModuleConnected(fe.I),isDismissible:!0,featureFlag:"gtagUserData"}};r().registerStore(k,ut),l().registerModule(fe.I,{storeName:k,SettingsEditComponent:SettingsEdit,SettingsViewComponent:SettingsView,SetupComponent:(0,Oe.G)("adsPax")?SetupMainPAX:SetupMain,Icon:h,features:[(0,p.__)("Tagging necessary for your ads campaigns to work will be disabled","google-site-kit"),(0,p.__)("Conversion tracking for your ads campaigns will be disabled","google-site-kit")],overrideSetupSuccessNotification:!0,checkRequirements:async e=>{if(!await e.resolveSelect(C.oR).isAdBlockerActive())return;const t=e.select(k).getAdBlockerWarningMessage();throw{code:C.od,message:t,data:null}}}),g(),function(e){for(const t in pt)e.registerNotification(t,pt[t])}(u())},92152:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var o=i(62688),s=i.n(o),n=i(20898),r=i(7070),a=i(62540);function LearnMoreLink({id:e,label:t,url:i,ariaLabel:o,gaTrackingEventArgs:s,external:l=!0,...c}){const g=(0,r.A)(e);return(0,a.jsx)(n.A,{onClick:function(e){e.persist(),g.clickLearnMore(s?.label,s?.value)},href:i,"aria-label":o,external:l,...c,children:t})}LearnMoreLink.propTypes={id:s().string,label:s().string,url:s().string,ariaLabel:s().string,gaTrackingEventArgs:s().shape({label:s().string,value:s().string}),external:s().bool}},92698:(e,t,i)=>{i.d(t,{A:()=>u});var o=i(63696),s=i(50539),n=i(93896),r=i(58116),a=i(37226),l=i(45472),c=i(21134),g=i(89318),d=i(77766);function u(e){const t=(0,d.A)(),i=(0,s.useSelect)(t=>t(a.i).getModule(e)),u=(0,s.useSelect)(e=>e(r.oR).hasCapability(r.HD)),{activateModule:p}=(0,s.useDispatch)(a.i),{navigateTo:m}=(0,s.useDispatch)(l.M),{setInternalServerError:I}=(0,s.useDispatch)(n.O4),y=(0,o.useCallback)(async()=>{const{error:i,response:o}=await p(e);i?I({id:`${e}-setup-error`,description:i.message}):(await(0,g.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),m(o.moduleReauthURL))},[p,e,m,I,t]);return i?.name&&u?y:null}},93896:(e,t,i)=>{i.d(t,{O4:()=>o,OQ:()=>n,qc:()=>s});const o="core/site",s="primary",n="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>l});var o=i(62688),s=i.n(o),n=i(4452),r=i.n(n),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:o}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:o,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:s().string,invertColor:s().bool,width:s().number,height:s().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},97398:(e,t,i)=>{i.d(t,{Y:()=>o});const o="search-console"},98748:(e,t,i)=>{i.d(t,{A:()=>SurveyViewTrigger});var o=i(63696),s=i(62688),n=i.n(s),r=i(50539),a=i(58116);function SurveyViewTrigger({triggerID:e,ttl:t=0}){const{triggerSurvey:i}=(0,r.useDispatch)(a.oR);return(0,o.useEffect)(()=>{i(e,{ttl:t})},[e,t,i]),null}SurveyViewTrigger.propTypes={triggerID:n().string.isRequired,ttl:n().number}},99897:(e,t,i)=>{i.d(t,{A_:()=>g,DF:()=>u,L1:()=>p,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>n,ue:()=>s,wq:()=>o,xR:()=>d});const o=1,s=2,n=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",d="_r..nav",u="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=91599,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-modules-adsense-8ffefc093acfb03d3939.js 0000755 00001522050 15111634507 0020040 0 ustar 00 (globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[290,505],{245:(e,t,i)=>{"use strict";i.d(t,{cN:()=>l,yD:()=>d});var s=i(32091),o=i.n(s),a=i(84024),n=i(28994),r=i(72455);function l({siteName:e,siteURL:t,timezone:i},s=Intl.DateTimeFormat().resolvedOptions().timeZone){o()((0,a.m)(t),"A valid siteURL is required.");const{hostname:l,pathname:c}=new URL(t);return{accountName:e||l,propertyName:`${l}${c}`.replace(/\/$/,""),dataStreamName:l,countryCode:n.hd[i]||n.hd[s],timezone:n.hd[i]?i:s,[r.aj]:!0}}function c(e){const t=e.account?.match(/accounts\/([^/]+)/),i=t?.[1];return{...e,_id:i}}function d(e){return Array.isArray(e)?e.map(e=>({...c(e),propertySummaries:(e.propertySummaries||[]).map(e=>function(e){const t=e.property?.match(/properties\/([^/]+)/),i=t?.[1],s=e.parent?.match(/accounts\/([^/]+)/),o=s?.[1];return{...e,_id:i,_accountID:o}}(e))})):e}},311:(e,t,i)=>{"use strict";i.d(t,{A:()=>r});var s=i(62688),o=i.n(s),a=i(15167),n=i(62540);function WidgetHeaderTitle({title:e}){return(0,n.jsx)(a.A,{className:"googlesitekit-widget__header-title",as:"h3",type:"title",size:"small",children:e})}WidgetHeaderTitle.propTypes={title:o().string.isRequired};const r=WidgetHeaderTitle},674:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o,a=i(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>a.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 22 22"},e),s||(s=a.createElement("path",{fillRule:"evenodd",d:"m12.149 7.96-5.166 5.166a.34.34 0 0 0-.094.176l-.35 1.755a.344.344 0 0 0 .404.404l1.755-.35a.34.34 0 0 0 .175-.095l5.166-5.165zm2.301-1.814a1.03 1.03 0 0 0-1.458 0L6.497 12.64a1.03 1.03 0 0 0-.282.527l-.35 1.755a1.03 1.03 0 0 0 1.213 1.213l1.754-.35c.2-.04.383-.139.527-.283l6.495-6.494a1.03 1.03 0 0 0 0-1.459z",clipRule:"evenodd"})),o||(o=a.createElement("path",{d:"m12.149 7.96.117-.116a.165.165 0 0 0-.234 0zm-5.166 5.166-.116-.116zm-.094.176.162.033zm-.35 1.755.161.032zm.404.404.032.162zm1.755-.35.032.161zm.175-.095.117.117zm5.166-5.165.116.116a.165.165 0 0 0 0-.233zm-1.047-3.705.116.116zm1.458 0-.116.116zM6.497 12.64l.117.117zm-.282.527-.162-.032zm-.35 1.755.161.032zm1.213 1.213-.033-.162zm1.754-.35.033.161zm.527-.283.117.117zm6.495-6.494-.117-.117zm0-1.459.117-.116zm-3.822.295L6.867 13.01l.233.233 5.166-5.165zM6.867 13.01a.5.5 0 0 0-.14.26l.324.065a.2.2 0 0 1 .05-.092zm-.14.26-.35 1.754.323.065.351-1.755zm-.35 1.754a.51.51 0 0 0 .598.599l-.064-.324a.18.18 0 0 1-.21-.21zm.598.599 1.755-.35-.065-.325-1.754.351zm1.755-.35a.5.5 0 0 0 .26-.14l-.233-.233a.2.2 0 0 1-.092.048zm.26-.14 5.165-5.166-.233-.233L8.757 14.9zm3.042-7.055 1.89 1.89.233-.234-1.89-1.89zm1.076-1.816a.866.866 0 0 1 1.226 0l.233-.233a1.196 1.196 0 0 0-1.692 0zm-6.494 6.495 6.494-6.495-.233-.233-6.494 6.495zm-.237.443a.87.87 0 0 1 .237-.443l-.233-.233c-.167.167-.281.38-.328.61zm-.35 1.754.35-1.754-.324-.065-.35 1.755zm1.018 1.02a.866.866 0 0 1-1.019-1.02l-.323-.065a1.196 1.196 0 0 0 1.407 1.408zm1.755-.351-1.755.35.065.324 1.755-.35zm.443-.237a.87.87 0 0 1-.443.237l.065.323c.231-.046.444-.16.611-.327zm6.494-6.495-6.494 6.495.233.233 6.495-6.494zm0-1.225a.866.866 0 0 1 0 1.225l.234.234a1.196 1.196 0 0 0 0-1.692zm-1.403-1.404 1.403 1.404.234-.233-1.404-1.404z"})))},718:(e,t,i)=>{"use strict";i.d(t,{gy:()=>SelectionPanelFooter,W4:()=>SelectionPanelHeader,y3:()=>SelectionPanelItem,DW:()=>SelectionPanelItems,Ay:()=>x});var s=i(4452),o=i.n(s),a=i(62688),n=i.n(a),r=i(4544),l=i.n(r),c=i(21795),d=i(78174),g=i(63696),u=i(19266),m=i(14007),p=i(62540);function SideSheet({className:e,children:t,isOpen:i,isLoading:s,onOpen:a=()=>{},closeSheet:n=()=>{},focusTrapOptions:r={}}){const I=(0,g.useRef)();return(0,g.useEffect)(()=>{i?(a(),document.body.classList.add("googlesitekit-side-sheet-scroll-lock")):document.body.classList.remove("googlesitekit-side-sheet-scroll-lock")},[i,a]),(0,c.A)(I,n),(0,d.A)(e=>i&&u._f===e.keyCode,n),(0,p.jsxs)(m.A,{children:[(0,p.jsx)(l(),{active:!!i&&!s,focusTrapOptions:{fallbackFocus:"body",...r},children:(0,p.jsx)("section",{ref:I,className:o()("googlesitekit-side-sheet",e,{"googlesitekit-side-sheet--open":i}),role:"dialog","aria-modal":"true","aria-hidden":!i,tabIndex:"0",children:t})}),i&&(0,p.jsx)("span",{className:"googlesitekit-side-sheet-overlay"})]})}function SelectionPanel({children:e,isOpen:t,isLoading:i,onOpen:s,closePanel:a,className:n}){const r=n?.split(/\s+/).map(e=>`.${e}`).join(""),l=r?`${r} .googlesitekit-selection-panel-item .googlesitekit-selection-box input`:".googlesitekit-selection-panel-item .googlesitekit-selection-box input";return(0,p.jsx)(SideSheet,{className:o()("googlesitekit-selection-panel",n),isOpen:t,isLoading:i,onOpen:s,closeSheet:a,focusTrapOptions:{initialFocus:l},children:e})}SideSheet.propTypes={className:n().string,children:n().node,isOpen:n().bool,isLoading:n().bool,onOpen:n().func,closeSheet:n().func,focusTrapOptions:n().object},SelectionPanel.propTypes={children:n().node,isOpen:n().bool,isLoading:n().bool,onOpen:n().func,closePanel:n().func,className:n().string};var I=i(20898),y=i(72545),h=i(15167);function SelectionPanelHeader({children:e,title:t,onCloseClick:i}){return(0,p.jsxs)("header",{className:"googlesitekit-selection-panel-header",children:[(0,p.jsxs)("div",{className:"googlesitekit-selection-panel-header__row",children:[(0,p.jsx)(h.A,{as:"h3",size:"small",type:"headline",children:t}),(0,p.jsx)(I.A,{className:"googlesitekit-selection-panel-header__close",onClick:i,linkButton:!0,children:(0,p.jsx)(y.A,{width:"15",height:"15"})})]}),e]})}SelectionPanelHeader.propTypes={children:n().node,title:n().string,onCloseClick:n().func};var M=i(82871),A=i(49383);function SelectionBox({badge:e,checked:t,children:i,disabled:s,id:a,onChange:n,title:r,value:l}){return(0,p.jsx)("div",{className:o()("googlesitekit-selection-box",{"googlesitekit-selection-box--disabled":s}),children:(0,p.jsx)(A.Checkbox,{checked:t,description:i,disabled:s,id:a,name:a,onChange:n,value:l,badge:e,children:r})})}SelectionBox.propTypes={badge:n().node,checked:n().bool,children:n().node,disabled:n().bool,id:n().string,onChange:n().func,title:n().string,value:n().string};var N=i(2362);function SelectionPanelItem({children:e,id:t,slug:i,title:s,description:o,isItemSelected:a,isItemDisabled:n,onCheckboxChange:r,subtitle:l,suffix:c,badge:d,isNewlyDetected:g}){return(0,p.jsxs)("div",{className:"googlesitekit-selection-panel-item",children:[(0,p.jsxs)(SelectionBox,{badge:d,checked:a,disabled:n,id:t,onChange:r,title:s,value:i,children:[l&&(0,p.jsx)("span",{className:"googlesitekit-selection-panel-item__subtitle",children:l}),o,e]}),g&&(0,p.jsx)(N.A,{label:(0,M.__)("New","google-site-kit")}),c&&(0,p.jsx)("span",{className:"googlesitekit-selection-panel-item__suffix",children:c})]})}function SelectionPanelItems({currentSelectionTitle:e=(0,M.__)("Current selection","google-site-kit"),availableItemsTitle:t=(0,M.__)("Additional items","google-site-kit"),savedItemSlugs:i=[],availableSavedItems:s={},availableUnsavedItems:o={},ItemComponent:a,notice:n}){function r(e){return Object.keys(e).map(t=>(0,p.jsx)(a,{slug:t,savedItemSlugs:i,...e[t]},t))}const l=Object.keys(o).length;return(0,p.jsxs)("div",{className:"googlesitekit-selection-panel-items",children:[0!==i.length&&(0,p.jsxs)(g.Fragment,{children:[(0,p.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:e}),(0,p.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:r(s)}),l>0&&(0,p.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:t})]}),l>0&&(0,p.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:r(o)}),n]})}SelectionPanelItem.propTypes={children:n().node,id:n().string,slug:n().string,title:n().string,description:n().string,isItemSelected:n().bool,isItemDisabled:n().bool,onCheckboxChange:n().func,subtitle:n().string,suffix:n().node,badge:n().node,isNewlyDetected:n().bool},SelectionPanelItems.propTypes={currentSelectionTitle:n().string,availableItemsTitle:n().string,savedItemSlugs:n().array,availableSavedItems:n().object,availableUnsavedItems:n().object,ItemComponent:n().elementType,notice:n().node};var T=i(17243),S=i(13606),k=i(50539),j=i(12850),f=i(72455),b=i(23224),_=i(80035);function SelectionPanelFooter({savedItemSlugs:e=[],selectedItemSlugs:t=[],saveSettings:i=()=>{},itemLimitError:s,minSelectedItemCount:o=0,maxSelectedItemCount:a=0,isBusy:n,onSaveSuccess:r=()=>{},onCancel:l=()=>{},isOpen:c,closePanel:d=()=>{}}){const[u,m]=(0,g.useState)(null),[I,y]=(0,g.useState)(!1),h=(0,k.useSelect)(e=>e(f.K9).isFetchingSyncAvailableAudiences()),N=(0,g.useMemo)(()=>!(0,T.isEqual)((0,j.N9)(t),(0,j.N9)(e)),[e,t]),x=e?.length>0&&N?(0,M.__)("Apply changes","google-site-kit"):(0,M.__)("Save selection","google-site-kit"),v=(0,g.useCallback)(async()=>{const{error:e}=await i(t);e||(r(),d(),m(x),y(!0))},[i,t,r,d,x]),C=(0,g.useCallback)(()=>{d(),l()},[d,l]),[D,w]=(0,g.useState)(null);(0,g.useEffect)(()=>{null!==D&&D!==c&&c&&(m(null),y(!1)),w(c)},[c,D]);const E=t?.length||0,Z=h?(0,p.jsx)(b.A,{width:"89px",height:"20px"}):(0,p.jsx)("p",{className:"googlesitekit-selection-panel-footer__item-count",children:(0,S.A)((0,M.sprintf)(/* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ /* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ (0,M.__)("%1$d selected <MaxCount>(up to %2$d)</MaxCount>","google-site-kit"),E,a),{MaxCount:(0,p.jsx)("span",{className:"googlesitekit-selection-panel-footer__item-count--max-count"})})});return(0,p.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,p.jsxs)("div",{className:"googlesitekit-selection-panel-footer__content",children:[N&&s?(0,p.jsx)(_.A,{type:_.A.TYPES.ERROR,description:s}):Z,(0,p.jsxs)("div",{className:"googlesitekit-selection-panel-footer__actions",children:[(0,p.jsx)(A.Button,{onClick:C,disabled:n,tertiary:!0,children:(0,M.__)("Cancel","google-site-kit")}),(0,p.jsx)(A.SpinnerButton,{onClick:v,isSaving:n,disabled:E<o||E>a||n||!c&&I,children:u||x})]})]})})}SelectionPanelFooter.propTypes={savedItemSlugs:n().array,selectedItemSlugs:n().array,saveSettings:n().func,itemLimitError:n().string,minSelectedItemCount:n().number,maxSelectedItemCount:n().number,isBusy:n().bool,onSaveSuccess:n().func,onCancel:n().func,isOpen:n().bool,closePanel:n().func};const x=SelectionPanel},1102:(e,t,i)=>{"use strict";i.d(t,{w:()=>r});var s=i(35470),o=i(63696),a=i(2422);function n(){}function r(e,t){const i=(0,a.W)({sticky:!0}),r=(0,o.useRef)(),l=(0,o.useCallback)(e,t),c=(0,s.A)(i?l:n);return i&&(r.current=c),r.current}},2362:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var s=i(4452),o=i.n(s),a=i(62688),n=i.n(a),r=i(63696),l=i(62540);const c=(0,r.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...s},a)=>(0,l.jsx)("span",{ref:a,...s,className:o()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:n().string.isRequired,hasLeftSpacing:n().bool};const d=c},2422:(e,t,i)=>{"use strict";i.d(t,{W:()=>l});var s=i(79257),o=i(35470),a=i(63696),n=i(6732),r=i(7081);function l({sticky:e=!1}={}){const t=(0,a.useContext)(n.A),[i,l]=(0,a.useState)(!1),c=(0,o.A)(e=>e(r.n).getInViewResetCount()),d=(0,o.A)(e=>e(r.n).getValue("forceInView"));return(0,a.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,a.useEffect)(()=>{d&&l(!0)},[d]),(0,s.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2478:(e,t,i)=>{"use strict";i.d(t,{A:()=>ChangeBadge});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(12850),l=i(62540);function ChangeBadge(e){const{previousValue:t,currentValue:i,isAbsolute:s}=e,o=s?i-t:(0,r.Zf)(t,i),a=o<0,c=0===o;return null===o?null:(0,l.jsx)("div",{className:n()("googlesitekit-change-badge",{"googlesitekit-change-badge--negative":a,"googlesitekit-change-badge--zero":c}),children:(0,r.Eo)(o,{style:"percent",signDisplay:"exceptZero",maximumFractionDigits:1})})}ChangeBadge.propTypes={isAbsolute:o().bool,previousValue:o().number.isRequired,currentValue:o().number.isRequired}},2522:(e,t,i)=>{"use strict";i.d(t,{D:()=>a});var s=i(32091),o=i.n(s);function a(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3170:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22 19"},e),s||(s=o.createElement("path",{fill:"currentColor",d:"M0 19h22L11 0zm12-3h-2v-2h2zm0-4h-2V8h2z"})))},3288:(e,t,i)=>{"use strict";i.d(t,{Q:()=>s});const s="emailReportingUserSettingsSelectionPanelOpened"},3687:(e,t,i)=>{"use strict";i.d(t,{U:()=>I});var s=i(32091),o=i.n(s),a=i(17243),n=i(21125),r=i(71769),l=i(12850),c=i(50539);function d(e){return e}function g(){return{}}function u(){}const{clearError:m,receiveError:p}=n.o1;function I({baseName:e,controlCallback:t,reducerCallback:i=d,argsToParams:s=g,validateParams:n=u}){let I;o()(e,"baseName is required."),o()("function"==typeof t,"controlCallback is required and must be a function."),o()("function"==typeof i,"reducerCallback must be a function."),o()("function"==typeof s,"argsToParams must be a function."),o()("function"==typeof n,"validateParams must be a function.");try{n(s()),I=!1}catch(e){I=!0}const y=(0,r.m2)(e),h=(0,r.sP)(e),M=`FETCH_${h}`,A=`START_${M}`,N=`FINISH_${M}`,T=`CATCH_${M}`,S=`RECEIVE_${h}`,k=`fetch${y}`,j=`receive${y}`,f=`isFetching${y}`,b={[f]:{}};const _={[k](...t){const i=s(...t);return n(i),function*(t,i){let s,o;yield{payload:{params:t},type:A},yield m(e,i);try{s=yield{payload:{params:t},type:M},yield _[j](s,t),yield{payload:{params:t},type:N}}catch(s){o=s,yield p(o,e,i),yield{payload:{params:t},type:T}}return{response:s,error:o}}(i,t)},[j]:(e,t)=>(o()(void 0!==e,"response is required."),I?(o()((0,a.isPlainObject)(t),"params is required."),n(t)):t={},{payload:{response:e,params:t},type:S})},x={[M]:({payload:e})=>t(e.params)},v=(0,c.createReducer)((e,{type:t,payload:s})=>{switch(t){case A:{const{params:t}=s;return e[f]=e[f]||{},e[f][(0,l.Zm)(t)]=!0,e}case S:{const{response:t,params:o}=s;return i(e,t,o)}case N:{const{params:t}=s;return e[f]=e[f]||{},e[f][(0,l.Zm)(t)]=!1,e}case T:{const{params:t}=s;return e[f]=e[f]||{},e[f][(0,l.Zm)(t)]=!1,e}default:return e}});return{initialState:b,actions:_,controls:x,reducer:v,resolvers:{},selectors:{[f]:(e,...t)=>{if(void 0===e[f])return!1;let i;try{i=s(...t),n(i)}catch(e){return!1}return!!e[f][(0,l.Zm)(i)]}}}}},3714:(e,t,i)=>{"use strict";i.d(t,{Kk:()=>a,SZ:()=>s,Yw:()=>n,oJ:()=>r,tT:()=>o});const s="body",o=[s,"display","headline","label","title"],a="small",n="medium",r=[a,n,"large"]},3782:(e,t,i)=>{"use strict";i.d(t,{A:()=>CTAButton});var s=i(62688),o=i.n(s),a=i(49383),n=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:s,onClick:o,href:r}){return e&&(o||r)?(0,n.jsx)(a.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||s,isSaving:s,onClick:o,href:r,children:e}):null}CTAButton.propTypes={label:o().string,ariaLabel:o().string,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,dismissOnClick:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},4518:(e,t,i)=>{"use strict";i.d(t,{$J:()=>l,Hp:()=>c,Od:()=>d,_8:()=>r,gZ:()=>n});var s=i(17243),o=i(32947),a=i(12850);function n(e,t){if(!t?.length)return e;let i=[];return e?.length&&(i=e[0].reduce((e,t,i)=>t?.role?[...e,i]:e,[])),e.map(e=>e.filter((e,s)=>0===s||t.includes(s-1)||i.includes(s-1)))}function r(e,t,i,s){const o={height:e||t,width:i||s};return o.width&&!o.height&&(o.height="100%"),o.height&&!o.width&&(o.width="100%"),o}function l(e,t,i){const s=[...e||[]];return t&&s.push({eventName:"ready",callback:t}),i&&s.push({eventName:"select",callback:i}),s}function c(e,{gatheringData:t,chartType:i,startDate:n,endDate:r,breakpoint:l}){const c=(0,s.cloneDeep)(e);if(t&&"LineChart"===i&&(e?.vAxis?.viewWindow?.min||(0,s.set)(c,"vAxis.viewWindow.min",0),e?.vAxis?.viewWindow?.max||(0,s.set)(c,"vAxis.viewWindow.max",100),e?.hAxis?.viewWindow?.min||((0,s.set)(c,"hAxis.viewWindow.min",(0,a.XH)(n)),delete c.hAxis.ticks),e?.hAxis?.viewWindow?.max||((0,s.set)(c,"hAxis.viewWindow.max",(0,a.XH)(r)),delete c.hAxis.ticks)),"LineChart"===i){if(e?.hAxis?.maxTextLines||(0,s.set)(c,"hAxis.maxTextLines",1),!e?.hAxis?.minTextSpacing){const e=l===o.mp?50:100;(0,s.set)(c,"hAxis.minTextSpacing",e)}void 0===e?.tooltip?.isHtml&&((0,s.set)(c,"tooltip.isHtml",!0),(0,s.set)(c,"tooltip.trigger","both"))}return(0,s.merge)(c,{hAxis:{textStyle:{fontSize:10,color:"#5f6561"}},vAxis:{textStyle:{color:"#5f6561",fontSize:10}},legend:{textStyle:{color:"#131418",fontSize:12}}}),c}function d(e,t=(0,a.JK)()){const i=Intl.NumberFormat(t,{style:"currency",currency:e}).formatToParts(1e6);return i.reduce((e,t)=>{const{value:o}=t;switch(t.type){case"group":return e+",";case"decimal":return e+".";case"currency":return e+o;case"literal":return e+(/^\s*$/.test(o)?o:"");case"integer":const a=o.replace(/\d/g,"#");return e+((0,s.findLast)(i,({type:e})=>"integer"===e)===t?a.replace(/#$/,"0"):a);case"fraction":return e+o.replace(/\d/g,"0");default:return e}},"")}},4884:(e,t,i)=>{"use strict";i.d(t,{A:()=>g});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(49383),l=i(20898),c=i(15167),d=i(62540);function CTA({title:e,headerText:t,headerContent:i,description:s,ctaLink:o,ctaLabel:a,ctaLinkExternal:g,ctaType:u,error:m,onClick:p,"aria-label":I,children:y}){return(0,d.jsxs)("div",{className:n()("googlesitekit-cta",{"googlesitekit-cta--error":m}),children:[(t||i)&&(0,d.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,d.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),i]}),(0,d.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,d.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),s&&"string"==typeof s&&(0,d.jsx)("p",{className:"googlesitekit-cta__description",children:s}),s&&"string"!=typeof s&&(0,d.jsx)("div",{className:"googlesitekit-cta__description",children:s}),a&&"button"===u&&(0,d.jsx)(r.Button,{"aria-label":I,href:o,onClick:p,children:a}),a&&"link"===u&&(0,d.jsx)(l.A,{href:o,onClick:p,"aria-label":I,external:g,hideExternalIndicator:g,arrow:!0,children:a}),y]})]})}CTA.propTypes={title:o().string.isRequired,headerText:o().string,description:o().oneOfType([o().string,o().node]),ctaLink:o().string,ctaLinkExternal:o().bool,ctaLabel:o().string,ctaType:o().string,"aria-label":o().string,error:o().bool,onClick:o().func,children:o().node,headerContent:o().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const g=CTA},6464:(e,t,i)=>{"use strict";i.d(t,{i:()=>n});var s=i(63696),o=i(11106),a=i(65214);function n(e){const t=(0,s.useContext)(o.A);return(0,a.G)(e,t)}},6732:(e,t,i)=>{"use strict";i.d(t,{A:()=>s});const s=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{"use strict";i.d(t,{A:()=>n});var s=i(63696),o=i(77766),a=i(12850);function n(e,t,{viewAction:i="view_notification",confirmAction:n="confirm_notification",dismissAction:r="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,o.A)(),d=null!=t?t:`${c}_${e}`;return{view:(0,s.useCallback)((...e)=>(0,a.sx)(d,i,...e),[d,i]),confirm:(0,s.useCallback)((...e)=>(0,a.sx)(d,n,...e),[d,n]),dismiss:(0,s.useCallback)((...e)=>(0,a.sx)(d,r,...e),[d,r]),clickLearnMore:(0,s.useCallback)((...e)=>(0,a.sx)(d,l,...e),[d,l])}}},7081:(e,t,i)=>{"use strict";i.d(t,{F:()=>o,n:()=>s});const s="core/ui",o="activeContextID"},7184:(e,t,i)=>{"use strict";i.d(t,{A:()=>y});var s=i(4452),o=i.n(s),a=i(62688),n=i.n(a),r=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:n().string,children:n().node},Title.propTypes={className:n().string,children:n().node};var d=i(12850),g=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:s,children:a}){return(0,c.jsxs)("div",{className:o()("googlesitekit-banner__description",e),children:[(0,r.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(g.A,{...i}),s&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:s}),a]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:n().string,description:n().oneOfType([n().string,n().node]),learnMoreLink:n().shape(g.A.propTypes),additionalDescription:n().oneOfType([n().string,n().node]),children:n().node},HelpText.propTypes={className:n().string,children:n().node};var u=i(3782),m=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:n().string,children:n().node};var p=i(80035);const I=(0,r.forwardRef)(({className:e,titleIcon:t,title:i,description:s,additionalDescription:a,errorText:n,helpText:r,learnMoreLink:d,dismissButton:g,ctaButton:I,svg:y,footer:h},M)=>{const A=(0,l.dv)(),N=A===l.mp||A===l.Lg;let T=null;N&&y?.mobile?T=y.mobile:!N&&y?.desktop&&(T=y.desktop);const S=y?.verticalPosition?y.verticalPosition:"center";return(0,c.jsxs)("div",{ref:M,className:o()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:s,learnMoreLink:d,additionalDescription:a}),r&&(0,c.jsx)(HelpText,{children:r}),n&&(0,c.jsx)(p.A,{type:"error",description:n}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[I&&(0,c.jsx)(u.A,{...I}),g?.onClick&&(0,c.jsx)(m.A,{...g})]})]}),T&&(0,c.jsx)("div",{className:o()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${S}`]:S}),style:{backgroundImage:`url(${T})`}}),h&&(0,c.jsx)(Footer,{children:h})]})});I.propTypes={titleIcon:n().node,title:n().string,description:n().oneOfType([n().string,n().node]),additionalDescription:n().oneOfType([n().string,n().node]),errorText:n().string,helpText:n().string,learnMoreLink:n().shape(g.A.propTypes),dismissButton:n().shape(m.A.propTypes),ctaButton:n().shape(u.A.propTypes),svg:n().shape({desktop:n().elementType,mobile:n().elementType,verticalPosition:n().oneOf(["top","center","bottom"])}),footer:n().node};const y=I},8143:(e,t,i)=>{"use strict";i.d(t,{VZ:()=>a,dc:()=>n,pH:()=>o,r0:()=>r});var s=i(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function a(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function n(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function r(e,t){if(!(0,s.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),o=e.replace(i.origin,"");if(o.length<t)return o;const a=o.length-Math.floor(t)+1;return"…"+o.substr(a)}},8420:(e,t,i)=>{"use strict";i.d(t,{A:()=>m});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(52684),l=i(13606),c=i(82871),d=i(49383),g=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:s=null,onClose:o=null,title:a=null,provides:m,handleConfirm:p,subtitle:I,confirmButton:y=null,dependentModules:h,danger:M=!1,inProgress:A=!1,small:N=!1,medium:T=!1,buttonLink:S=null}){const k=`googlesitekit-dialog-description-${(0,r.A)(ModalDialog)}`,j=!(!m||!m.length);return(0,u.jsxs)(d.Dialog,{open:t,onOpen:s,onClose:o,"aria-describedby":j?k:void 0,tabIndex:"-1",className:n()(e,{"googlesitekit-dialog-sm":N,"googlesitekit-dialog-md":T}),children:[(0,u.jsxs)(d.DialogTitle,{children:[M&&(0,u.jsx)(g.A,{width:28,height:28}),a]}),I?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:I}):[],(0,u.jsxs)(d.DialogContent,{children:[j&&(0,u.jsx)("section",{id:k,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:m.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),h&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),h),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(d.DialogFooter,{children:[(0,u.jsx)(d.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:A,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),S?(0,u.jsx)(d.Button,{href:S,onClick:p,target:"_blank",danger:M,children:y}):(0,u.jsx)(d.SpinnerButton,{onClick:p,danger:M,disabled:A,isSaving:A,children:y||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:o().string,dialogActive:o().bool,handleDialog:o().func,handleConfirm:o().func.isRequired,onOpen:o().func,onClose:o().func,title:o().string,confirmButton:o().string,danger:o().bool,small:o().bool,medium:o().bool,buttonLink:o().string};const m=ModalDialog},10804:(e,t,i)=>{"use strict";i.d(t,{A:()=>AdBlockerWarning});var s,o=i(62688),a=i.n(o),n=i(50539),r=i(93896),l=i(37226),c=i(82871),d=i(13606),g=i(20898),u=i(63696);function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},m.apply(null,arguments)}const p=e=>u.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 14"},e),s||(s=u.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M4.5 1.5H3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V9M7 1.5h5v5M5 8.5 11.5 2"})));var I=i(80035),y=i(62540);function AdBlockerWarningMessage({getHelpLink:e="",warningMessage:t=null}){return t?(0,y.jsx)(I.A,{className:"googlesitekit-notice--small",type:I.A.TYPES.WARNING,description:(0,d.A)((0,c.sprintf)(/* translators: 1: The warning message. 2: "Get help" text. */ /* translators: 1: The warning message. 2: "Get help" text. */ (0,c.__)("%1$s. <Link><Strong>%2$s</Strong></Link>","google-site-kit"),t,(0,c.__)("Get help","google-site-kit")),{Link:(0,y.jsx)(g.A,{href:e,trailingIcon:(0,y.jsx)(p,{width:15,height:15}),external:!0,hideExternalIndicator:!0}),Strong:(0,y.jsx)("strong",{})}),hideIcon:!0}):null}function AdBlockerWarning({moduleSlug:e,className:t}){const i=(0,n.useSelect)(t=>t(l.i).getModuleStoreName(e)),s=(0,n.useSelect)(e=>e(i)?.getAdBlockerWarningMessage()),o=(0,n.useSelect)(t=>t(r.O4).getDocumentationLinkURL(`${e}-ad-blocker-detected`));return(0,y.jsx)(AdBlockerWarningMessage,{className:t,getHelpLink:o,warningMessage:s})}AdBlockerWarningMessage.propTypes={getHelpLink:a().string,warningMessage:a().string},AdBlockerWarning.propTypes={className:a().string,moduleSlug:a().string.isRequired}},10953:(e,t,i)=>{"use strict";i.d(t,{A:()=>InfoTooltip});var s,o=i(4452),a=i.n(o),n=i(62688),r=i.n(n),l=i(49383),c=i(63696);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},d.apply(null,arguments)}const g=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),s||(s=c.createElement("path",{fill:"currentColor",d:"M7.334 11.333h1.333v-4H7.334zM8.001 6a.658.658 0 0 0 .667-.667.6.6 0 0 0-.2-.467.6.6 0 0 0-.467-.2.66.66 0 0 0-.667.667q0 .284.183.483A.7.7 0 0 0 8.001 6m0 8.666a6.6 6.6 0 0 1-2.6-.516 6.9 6.9 0 0 1-2.117-1.434A6.9 6.9 0 0 1 1.851 10.6 6.6 6.6 0 0 1 1.334 8q0-1.385.517-2.6a6.9 6.9 0 0 1 1.433-2.117q.9-.9 2.117-1.417A6.4 6.4 0 0 1 8 1.333q1.383 0 2.6.533a6.6 6.6 0 0 1 2.116 1.417q.9.9 1.417 2.117.533 1.215.533 2.6 0 1.383-.533 2.6a6.6 6.6 0 0 1-1.417 2.116 6.9 6.9 0 0 1-2.116 1.434 6.6 6.6 0 0 1-2.6.516m0-1.333q2.233 0 3.783-1.55T13.334 8t-1.55-3.784-3.783-1.55-3.784 1.55T2.667 8t1.55 3.783 3.784 1.55"})));var u=i(62540);function InfoTooltip({onOpen:e,title:t,tooltipClassName:i}){return t?(0,u.jsx)(l.Tooltip,{className:"googlesitekit-info-tooltip",tooltipClassName:a()("googlesitekit-info-tooltip__content",i),title:t,placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,onOpen:e,interactive:!0,children:(0,u.jsx)("span",{children:(0,u.jsx)(g,{width:"16",height:"16"})})}):null}InfoTooltip.propTypes={onOpen:r().func,title:r().oneOfType([r().string,r().element]),tooltipClassName:r().string}},11106:(e,t,i)=>{"use strict";i.d(t,{A:()=>a});var s=i(63696),o=i(65214);const a=(0,s.createContext)(o.t)},11965:(e,t,i)=>{"use strict";i.d(t,{N:()=>d,g:()=>g});var s=i(32091),o=i.n(s),a=i(17243),n=i(42926),r=i(84024),l=i(44451),c=i(93896);function d(e,t){const i=t.find(t=>t.test(e));return!!i&&i.exec(e)[1]}const g=(0,a.memoize)(async({homeURL:e,ampMode:t})=>{o()((0,r.m)(e),"homeURL must be valid URL");const i=[e];if(c.OQ===t)try{const e=await(0,n.A)({path:"/wp/v2/posts?per_page=1"}).then(e=>e.slice(0,1).map(e=>(0,l.F)(e.link,{amp:1})).pop());e&&i.push(e)}catch{return i}return i})},12108:(e,t,i)=>{"use strict";i.d(t,{YJ:()=>a,Eq:()=>n});var s=i(32947),o=i(17243);function a(e,t){const s=document.querySelector(e);if(!s)return 0;const o=s.getBoundingClientRect().top,a=n(t);return o+i.g.scrollY-a}function n(e){let t=function(e){let t=0;const a=document.querySelector(".googlesitekit-header");t=a&&"sticky"===i.g.getComputedStyle(a).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===s.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==s.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,o.isFinite)(e)?e:0}(t),t<0?0:t}(e);const a=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(a).reduce((e,t)=>e+t.offsetHeight,0),t}},12755:(e,t,i)=>{"use strict";i.d(t,{A:()=>Je});var s,o,a=i(62688),n=i.n(a),r=i(4452),l=i.n(r),c=i(41814),d=i(82871),g=i(63696),u=i(50539),m=i(99455),p=i(21795),I=i(31589),y=i(19266),h=i(49383),M=i(8420),A=i(12850),N=i(21134),T=i(14007),S=i(58116),k=i(62540);function Details(){const e=(0,u.useSelect)(e=>e(S.oR).getPicture()),t=(0,u.useSelect)(e=>e(S.oR).getFullName()),i=(0,u.useSelect)(e=>e(S.oR).getEmail());return(0,k.jsxs)("div",{className:"googlesitekit-user-menu__details","aria-label":(0,d.__)("Google account","google-site-kit"),children:[!!e&&(0,k.jsx)("img",{className:"googlesitekit-user-menu__details-avatar",src:e,alt:""}),(0,k.jsxs)("div",{className:"googlesitekit-user-menu__details-info",children:[(0,k.jsx)("p",{className:"googlesitekit-user-menu__details-info__name",children:t}),(0,k.jsx)("p",{className:"googlesitekit-user-menu__details-info__email","aria-label":(0,d.__)("Email","google-site-kit"),children:i})]})]})}function Item({icon:e,label:t}){return(0,k.jsxs)("div",{className:"googlesitekit-user-menu__item",children:[(0,k.jsx)("div",{className:"googlesitekit-user-menu__item-icon",children:e}),(0,k.jsx)("span",{className:"googlesitekit-user-menu__item-label",children:t})]})}function j(){return j=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},j.apply(null,arguments)}Item.propTypes={icon:n().node,label:n().string};const f=e=>g.createElement("svg",j({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=g.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.7,d:"m11.775 5.701.58-.58a4.547 4.547 0 0 1 6.43 0v0a4.547 4.547 0 0 1 0 6.43l-.598.599m-12.504-.357-.562.562a4.547 4.547 0 0 0 0 6.43v0a4.547 4.547 0 0 0 6.43 0l.58-.58"})),o||(o=g.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"m8.543 15.363 1.118-1.118m5.684-5.684L14.226 9.68M5.107 5.134l13.664 13.664"})));var b,_,x,v,C;function D(){return D=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},D.apply(null,arguments)}const w=e=>g.createElement("svg",D({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),b||(b=g.createElement("rect",{width:18,height:13,x:3,y:4,stroke:"#6C726E",strokeWidth:1.5,rx:2})),_||(_=g.createElement("path",{fill:"#6C726E",d:"M9 17h6v3H9z"})),x||(x=g.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M10 9h7M10 12h7"})),v||(v=g.createElement("circle",{cx:7,cy:9,r:1,fill:"#6C726E"})),C||(C=g.createElement("circle",{cx:7,cy:12,r:1,fill:"#6C726E"})));var E,Z,R;function L(){return L=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},L.apply(null,arguments)}const G=e=>g.createElement("svg",L({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),E||(E=g.createElement("rect",{width:18,height:12,x:3,y:6,stroke:"#6C726E",strokeWidth:1.5,rx:2})),Z||(Z=g.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3.566 7.5 7.086 7.086a2 2 0 0 0 2.829 0l7.019-7.02"})),R||(R=g.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M20.246 17.5 15.5 12.754M4 17.5l4.746-4.746"})));var z=i(93896),O=i(7081),P=i(45472),B=i(72455),U=i(3288),W=i(99235),H=i(77766),V=i(27333),Y=i(6464);function UserMenu(){const e=(0,Y.i)("proactiveUserEngagement"),t=(0,u.useSelect)(e=>e(z.O4).getProxyPermissionsURL()),i=(0,u.useSelect)(e=>e(S.oR).getEmail()),s=(0,u.useSelect)(e=>e(S.oR).getPicture()),o=(0,u.useSelect)(e=>e(S.oR).getFullName()),a=(0,u.useSelect)(e=>e(z.O4).getAdminURL("googlesitekit-splash",{googlesitekit_context:"revoked"})),n=(0,V.A)(B.CV,"isAutoCreatingCustomDimensionsForAudience"),[r,l]=(0,g.useState)(!1),[c,m]=(0,g.useState)(!1),j=(0,g.useRef)(),b=(0,g.useRef)(),_=(0,H.A)(),{navigateTo:x}=(0,u.useDispatch)(P.M);(0,p.A)(j,()=>m(!1)),(0,W.l)([y._f,y.wn],j,()=>{m(!1),b.current?.focus()});const v=(0,g.useCallback)(()=>{l(!1),m(!1)},[l,m]),C=(0,g.useCallback)(e=>{y._f===e.keyCode&&v()},[v]);(0,I.A)("keyup",C);const D=(0,g.useCallback)(()=>{c||(0,A.sx)(`${_}_headerbar`,"open_usermenu"),m(!c)},[c,_]),E=(0,g.useCallback)(()=>{l(!r),m(!1)},[r]),{setValue:Z}=(0,u.useDispatch)(O.n),R=(0,g.useCallback)(async(e,i)=>{const{detail:{item:s}}=i;switch(s?.id){case"manage-sites":t&&(await(0,A.sx)(`${_}_headerbar_usermenu`,"manage_sites"),x(t));break;case"disconnect":E();break;case"manage-email-reports":Z(U.Q,!0);break;default:D()}},[t,D,E,x,Z,_]),L=(0,g.useCallback)(async()=>{l(!1),await(0,N.IL)(),await(0,A.sx)(`${_}_headerbar_usermenu`,"disconnect_user"),x(a)},[a,x,_]);if(!i)return null;let F;return o&&i&&(F=(0,d.sprintf)(/* translators: Account info text. 1: User's (full) name 2: User's email address. */ /* translators: Account info text. 1: User's (full) name 2: User's email address. */ (0,d.__)("Google Account for %1$s (Email: %2$s)","google-site-kit"),o,i)),o&&!i&&(F=(0,d.sprintf)(/* translators: Account info text. 1: User's (full) name. */ /* translators: Account info text. 1: User's (full) name. */ (0,d.__)("Google Account for %1$s","google-site-kit"),o)),!o&&i&&(F=(0,d.sprintf)(/* translators: Account info text. 1: User's email address. */ /* translators: Account info text. 1: User's email address. */ (0,d.__)("Google Account (Email: %1$s)","google-site-kit"),i)),(0,k.jsxs)(g.Fragment,{children:[(0,k.jsxs)("div",{ref:j,className:"googlesitekit-user-selector googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,k.jsx)(h.Button,{disabled:n,ref:b,className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--tablet googlesitekit-border-radius-round--phone googlesitekit-border-radius-round googlesitekit-button-icon",onClick:D,icon:!!s&&(0,k.jsx)("i",{className:"mdc-button__icon mdc-button__account","aria-hidden":"true",children:(0,k.jsx)("img",{className:"mdc-button__icon--image",src:s,alt:(0,d.__)("User Avatar","google-site-kit")})}),"aria-haspopup":"menu","aria-expanded":c,"aria-controls":"user-menu","aria-label":n?void 0:(0,d.__)("Account","google-site-kit"),tooltipEnterDelayInMS:500,customizedTooltip:n?null:(0,k.jsxs)("span",{"aria-label":F,children:[(0,k.jsx)("strong",{children:(0,d.__)("Google Account","google-site-kit")}),(0,k.jsx)("br",{}),(0,k.jsx)("br",{}),o,o&&(0,k.jsx)("br",{}),i]}),text:!0,tooltip:!0}),(0,k.jsxs)(h.Menu,{className:"googlesitekit-user-menu",menuOpen:c,onSelected:R,id:"user-menu",children:[(0,k.jsx)("li",{children:(0,k.jsx)(Details,{})}),e&&(0,k.jsx)("li",{id:"manage-email-reports",className:"mdc-list-item",role:"menuitem",children:(0,k.jsx)(Item,{icon:(0,k.jsx)(G,{width:"24"}),label:(0,d.__)("Manage email reports","google-site-kit")})}),!!t&&(0,k.jsx)("li",{id:"manage-sites",className:"mdc-list-item",role:"menuitem",children:(0,k.jsx)(Item,{icon:(0,k.jsx)(w,{width:"24"}),label:(0,d.__)("Manage Sites","google-site-kit")})}),(0,k.jsx)("li",{id:"disconnect",className:"mdc-list-item",role:"menuitem",children:(0,k.jsx)(Item,{icon:(0,k.jsx)(f,{width:"24"}),label:(0,d.__)("Disconnect","google-site-kit")})})]})]}),(0,k.jsx)(T.A,{children:(0,k.jsx)(M.A,{dialogActive:r,handleConfirm:L,handleCancel:v,onClose:v,title:(0,d.__)("Disconnect","google-site-kit"),subtitle:(0,d.__)("Disconnecting Site Kit by Google will remove your access to all services. After disconnecting, you will need to re-authorize to restore service.","google-site-kit"),confirmButton:(0,d.__)("Disconnect","google-site-kit"),danger:!0,small:!0})})]})}var F=i(55527),Q=i(35323),J=i(29898),X=i(15844),K=i(39525),$=i(30521),q=i(24558),ee=i(73874),te=i(12108),ie=i(32947);var se=i(44949),oe=i(86134);const ae={[ee.Oo]:{[q.SH]:se.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,[q.OT]:se.CONTEXT_MAIN_DASHBOARD_TRAFFIC,[q.en]:se.CONTEXT_MAIN_DASHBOARD_CONTENT,[q.Ej]:se.CONTEXT_MAIN_DASHBOARD_SPEED,[q.Gw]:se.CONTEXT_MAIN_DASHBOARD_MONETIZATION},[ee.oE]:{[q.OT]:se.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,[q.en]:se.CONTEXT_ENTITY_DASHBOARD_CONTENT,[q.Ej]:se.CONTEXT_ENTITY_DASHBOARD_SPEED,[q.Gw]:se.CONTEXT_ENTITY_DASHBOARD_MONETIZATION}};var ne;function re(){return re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},re.apply(null,arguments)}const le=e=>g.createElement("svg",re({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),ne||(ne=g.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18 16V2c0-1.1-1-2-2.222-2H2.222C1 0 0 .9 0 2v14c0 1.1 1 2 2.222 2h13.556C17 18 18 17.1 18 16M9 7h5V5H9zm7-5H2v14h14zM4 4h4v4H4zm10 7H9v2h5zM4 10h4v4H4z",clipRule:"evenodd"})));var ce,de,ge,ue;function me(){return me=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},me.apply(null,arguments)}const pe=e=>g.createElement("svg",me({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 12"},e),ce||(ce=g.createElement("rect",{width:5,height:5,x:.5,fill:"currentColor",rx:1})),de||(de=g.createElement("rect",{width:5,height:5,x:7.5,fill:"currentColor",rx:1})),ge||(ge=g.createElement("rect",{width:5,height:5,x:.5,y:7,fill:"currentColor",rx:1})),ue||(ue=g.createElement("rect",{width:5,height:5,x:7.5,y:7,fill:"currentColor",rx:1})));var Ie;function ye(){return ye=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ye.apply(null,arguments)}const he=e=>g.createElement("svg",ye({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 12"},e),Ie||(Ie=g.createElement("path",{fill:"currentColor",d:"M16.1 0v2h2.967l-5.946 5.17-4.6-4L0 10.59 1.622 12l6.9-6 4.6 4L20.7 3.42V6H23V0z"})));var Me,Ae;function Ne(){return Ne=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Ne.apply(null,arguments)}const Te=e=>g.createElement("svg",Ne({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},e),Me||(Me=g.createElement("path",{fill:"currentColor",d:"m18.378 4.543-1.232 1.854a8.02 8.02 0 0 1-.22 7.598H3.043A8.02 8.02 0 0 1 4.154 4.49 8.01 8.01 0 0 1 13.57 2.82l1.853-1.233A10.01 10.01 0 0 0 3.117 2.758a10.026 10.026 0 0 0-1.797 12.24A2 2 0 0 0 3.043 16h13.873a2 2 0 0 0 1.742-1.002 10.03 10.03 0 0 0-.27-10.465z"})),Ae||(Ae=g.createElement("path",{fill:"currentColor",d:"M8.572 11.399a2.003 2.003 0 0 0 2.835 0l5.669-8.51-8.504 5.673a2.005 2.005 0 0 0 0 2.837"})));var Se;function ke(){return ke=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ke.apply(null,arguments)}const je=e=>g.createElement("svg",ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 16"},e),Se||(Se=g.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 0h3.971v16H7zM0 8h4v8H0zm18-3h-4v11h4z",clipRule:"evenodd"})));function Navigation(){const e=(0,ee.Ay)(),t=(0,g.useRef)(),s=(0,H.A)(),o=function(){const e=(0,ee.Ay)(),t=(0,Q.A)();return(0,u.useSelect)(i=>{const s=t?i(S.oR).getViewableModules():null,o=i(S.oR).isKeyMetricsWidgetHidden(),a={modules:s||void 0};return Object.keys(ae[e]).reduce((t,s)=>(s===q.SH&&o||i(oe.aO).isWidgetContextActive(ae[e][s],a)&&t.push(s),t),[])})}(),{calculateScrollPosition:a,defaultChipID:n,findClosestSection:r,isValidChipID:c,scrollToChip:m,updateURLHash:p}=function({visibleSections:e}){const t=(0,ie.dv)(),s=(0,Q.A)(),o=(0,g.useCallback)(()=>e.includes(q.SH)?q.SH:s?e[0]||"":q.OT,[s,e])(),a=(0,g.useCallback)(t=>e.includes(t),[e]),n=(0,g.useCallback)(e=>{i.g.history.replaceState({},"",`#${e}`)},[]),r=(0,g.useCallback)(e=>e!==o?(0,te.YJ)(`#${e}`,t):0,[t,o]),l=(0,g.useCallback)(e=>{i.g.scrollTo({top:r(e,t,o),behavior:"smooth"})},[t,r,o]),c=(0,g.useCallback)(t=>{var i;const s=document.querySelector(".googlesitekit-entity-header")?.getBoundingClientRect?.()?.bottom,{bottom:a}=null!==(i=t?.current?.getBoundingClientRect?.())&&void 0!==i?i:{};let n,r=o;for(const t of e){const e=document.getElementById(t);if(!e)continue;const i=e.getBoundingClientRect().top-20-(s||a||0);i<0&&(void 0===n||n<i)&&(n=i,r=t)}return r},[o,e]);return{calculateScrollPosition:r,defaultChipID:o,findClosestSection:c,isValidChipID:a,scrollToChip:l,updateURLHash:n}}({visibleSections:o}),y=i.g.location.hash?.substring(1),[h,M]=(0,g.useState)(y||void 0),[N,T]=(0,g.useState)(!1),[j,f]=(0,g.useState)(y),{setValue:b}=(0,u.useDispatch)(O.n),_=(0,g.useCallback)(({target:e})=>{const t=e.closest(".mdc-chip"),i=t?.dataset?.contextId;p(i),M(i),m(i),(0,A.sx)(`${s}_navigation`,"tab_select",i),setTimeout(()=>{b(O.F,i)},50)},[m,b,p,s]),x=(0,g.useCallback)(()=>{if(!t?.current)return;const{top:e}=t?.current?.getBoundingClientRect();if(0===i.g.scrollY)T(!1);else{const t=document.querySelector(".googlesitekit-header")?.getBoundingClientRect?.()?.bottom;T(e===t)}},[]),v=(0,g.useCallback)(e=>{function o(e){b(O.F,void 0),f(e),M(void 0)}const a=r(t);if(h)h===a&&o(a);else{const{hash:t}=i.g.location;a!==t?.substring(1)&&(e&&(0,A.sx)(`${s}_navigation`,"tab_scroll",a),p(a),o(a))}},[r,h,b,p,s]);(0,X.A)(()=>{if(!y)return f(n),void setTimeout(()=>p(n));const e=c(y)?y:n;f(e),b(O.F,e),setTimeout(()=>{const t=a(e);i.g.scrollY!==t?m(e):b(O.F,void 0)},50)});const C=(0,g.useCallback)(e=>{x(),v(e)},[v,x]),D=(0,$.A)(C,150);(0,I.A)("scroll",D);const w={[q.SH]:{label:(0,d.__)("Key metrics","google-site-kit"),icon:(0,k.jsx)(pe,{width:"18",height:"16"})},[q.OT]:{label:(0,d.__)("Traffic","google-site-kit"),icon:(0,k.jsx)(je,{width:"18",height:"16"})},[q.en]:{label:(0,d.__)("Content","google-site-kit"),icon:(0,k.jsx)(le,{width:"18",height:"18"})},[q.Ej]:{label:(0,d.__)("Speed","google-site-kit"),icon:(0,k.jsx)(Te,{width:"20",height:"16"})},[q.Gw]:{label:(0,d.__)("Monetization","google-site-kit"),icon:(0,k.jsx)(he,{width:"18",height:"16"})}};return(0,k.jsx)("nav",{className:l()("mdc-chip-set","googlesitekit-navigation",`googlesitekit-navigation--${e}`,{"googlesitekit-navigation--is-sticky":N}),ref:t,children:o.map(e=>(0,k.jsx)(K.Chip,{id:e,label:w[e].label,leadingIcon:w[e].icon,onClick:_,selected:j===e,"data-context-id":e},e))})}function DashboardNavigation(){const e=(0,Q.A)(),t=(0,u.useSelect)(t=>e?t(S.oR).getViewableModules():null),i=(0,u.useSelect)(e=>e(S.oR).getKeyMetrics());return(0,k.jsx)(J.A,{loading:void 0===t||void 0===i,width:"100%",smallHeight:"59px",height:"71px",children:(0,k.jsx)(Navigation,{})})}var fe,be;function _e(){return _e=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},_e.apply(null,arguments)}const xe=e=>g.createElement("svg",_e({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),fe||(fe=g.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),be||(be=g.createElement("path",{fill:"currentColor",d:"M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"})));var ve=i(20898),Ce=i(59323),De=i(8143);const we=function EntityHeader(){const e=(0,H.A)(),t=(0,ee.Ay)(),s=(0,u.useSelect)(e=>e(z.O4).getCurrentEntityTitle()),o=(0,u.useSelect)(e=>e(z.O4).getCurrentEntityURL()),a=(0,g.useRef)(),[n,r]=(0,g.useState)(o),l=(0,g.useCallback)(()=>{if(!a.current)return;const e=a.current.clientWidth-40,t=i.g.getComputedStyle(a.current.lastChild,null).getPropertyValue("font-size"),s=2*e/parseFloat(t);r((0,De.r0)(o,s))},[o]),c=(0,$.A)(l,150);(0,I.A)("resize",c);const{navigateTo:m}=(0,u.useDispatch)(P.M),p=(0,u.useSelect)(e=>e(z.O4).getAdminURL("googlesitekit-dashboard")),y=(0,g.useCallback)(()=>{(0,A.sx)(`${e}_navigation`,"return_to_dashboard"),m(p)},[p,m,e]);return ee.oE!==t||null===o||null===s?null:(0,k.jsxs)("div",{className:"googlesitekit-entity-header",children:[(0,k.jsx)("div",{className:"googlesitekit-entity-header__back",children:(0,k.jsx)(h.Button,{icon:(0,k.jsx)(xe,{width:24,height:24}),"aria-label":(0,d.__)("Back to dashboard","google-site-kit"),onClick:y,text:!0,tertiary:!0,children:(0,d.__)("Back to dashboard","google-site-kit")})}),(0,k.jsxs)("div",{ref:a,className:"googlesitekit-entity-header__details",children:[(0,k.jsx)(Ce.A,{children:s}),(0,k.jsx)(ve.A,{href:o,"aria-label":o,secondary:!0,external:!0,children:n})]})]})};var Ee;function Ze(){return Ze=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Ze.apply(null,arguments)}const Re=e=>g.createElement("svg",Ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 10"},e),Ee||(Ee=g.createElement("path",{fill:"currentColor",d:"M8 1.333c2.756 0 5.214 1.42 6.415 3.667-1.2 2.247-3.659 3.667-6.415 3.667S2.785 7.247 1.585 5C2.785 2.753 5.244 1.333 8 1.333M8 0C4.364 0 1.258 2.073 0 5c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5m0 3.333c1.004 0 1.818.747 1.818 1.667S9.004 6.667 8 6.667 6.182 5.92 6.182 5 6.996 3.333 8 3.333M8 2C6.196 2 4.727 3.347 4.727 5S6.197 8 8 8s3.273-1.347 3.273-3S9.803 2 8 2"})));var Le=i(13606);function Description(){const e=(0,H.A)(),t=(0,u.useSelect)(e=>e(S.oR).hasCapability(S.ej)),i=(0,u.useSelect)(e=>e(z.O4).getProxySetupURL()),s=(0,u.useSelect)(e=>e(z.O4).getDocumentationLinkURL("dashboard-sharing")),{navigateTo:o}=(0,u.useDispatch)(P.M),a=(0,g.useCallback)(async t=>{t.preventDefault(),await Promise.all([(0,N.SO)("start_user_setup",!0),(0,A.sx)(`${e}_headerbar_viewonly`,"start_user_setup",i?"proxy":"custom-oauth")]),o(i)},[i,o,e]),n=(0,g.useCallback)(()=>{(0,A.sx)(`${e}_headerbar_viewonly`,"click_learn_more_link")},[e]),r=t?(0,Le.A)((0,d.__)("You can see stats from all shared Google services, but you can't make any changes. <strong>Sign in to connect more services and control sharing access.</strong>","google-site-kit"),{strong:(0,k.jsx)("strong",{})}):(0,Le.A)((0,d.__)("You can see stats from all shared Google services, but you can't make any changes. <a>Learn more</a>","google-site-kit"),{a:(0,k.jsx)(ve.A,{href:s,onClick:n,"aria-label":(0,d.__)("Learn more about dashboard sharing","google-site-kit"),external:!0})});return(0,k.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__description",children:[(0,k.jsx)(Ce.A,{children:r}),t&&(0,k.jsx)(h.Button,{onClick:a,children:(0,d._x)("Sign in with Google","Service name","google-site-kit")})]})}var Ge=i(37226);function Service({module:e}){const t=(0,u.useSelect)(e=>e(S.oR).hasCapability(S.ej)),{name:i,owner:s}=(0,u.useSelect)(t=>t(Ge.i).getModule(e)||{}),o=(0,u.useSelect)(t=>t(Ge.i).getModuleIcon(e));return(0,k.jsxs)("li",{className:"googlesitekit-view-only-menu__service",children:[(0,k.jsx)("span",{className:"googlesitekit-view-only-menu__service--icon",children:(0,k.jsx)(o,{height:26})}),(0,k.jsx)("span",{className:"googlesitekit-view-only-menu__service--name",children:i}),t&&s?.login&&(0,k.jsx)("span",{className:"googlesitekit-view-only-menu__service--owner",children:(0,Le.A)((0,d.sprintf)(/* translators: %s: module owner Google Account email address */ /* translators: %s: module owner Google Account email address */ (0,d.__)("Shared by <strong>%s</strong>","google-site-kit"),s.login),{strong:(0,k.jsx)("strong",{title:s.login})})})]})}Service.propTypes={module:n().string.isRequired};var ze=i(15167);function SharedServices(){const e=(0,u.useSelect)(e=>e(S.oR).getViewableModules());return void 0===e?null:(0,k.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,k.jsx)(ze.A,{as:"h4",size:"large",type:"title",children:(0,d.__)("Shared services","google-site-kit")}),(0,k.jsx)("ul",{children:e.map(e=>(0,k.jsx)(Service,{module:e},e))})]})}var Oe=i(82167);function Tracking(){const e=(0,H.A)();return(0,k.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,k.jsx)(Ce.A,{children:(0,Le.A)((0,d.__)("Thanks for using Site Kit!<br />Help us make it even better","google-site-kit"),{br:(0,k.jsx)("br",{})})}),(0,k.jsx)(Oe.A,{trackEventCategory:`${e}_headerbar_viewonly`,alignCheckboxLeft:!0})]})}var Pe=i(74595);function ManageEmailReports(){const{setValue:e}=(0,Pe.wA)(O.n);return(0,k.jsxs)(g.Fragment,{children:[(0,k.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,k.jsx)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__email-reporting",children:(0,k.jsx)("ul",{className:"googlesitekit-view-only-menu",children:(0,k.jsx)("li",{className:"googlesitekit-view-only-menu__email-reporting-item",children:(0,k.jsx)(h.Button,{onClick:()=>e(U.Q,!0),icon:(0,k.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--icon",children:(0,k.jsx)(G,{width:"24"})}),tertiary:!0,children:(0,k.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--name",children:(0,d.__)("Manage email reports","google-site-kit")})})})})})]})}function ViewOnlyMenu(){const e=(0,Y.i)("proactiveUserEngagement"),[t,i]=(0,g.useState)(!1),s=(0,g.useRef)(),o=(0,H.A)();(0,p.A)(s,()=>i(!1)),(0,W.l)([y._f,y.wn],s,()=>i(!1));const a=(0,g.useCallback)(()=>{t||(0,A.sx)(`${o}_headerbar`,"open_viewonly"),i(!t)},[t,o]),n=(0,u.useSelect)(e=>e(S.oR).hasCapability(S.ej));return(0,k.jsxs)("div",{ref:s,className:l()("googlesitekit-view-only-menu","googlesitekit-dropdown-menu","googlesitekit-dropdown-menu__icon-menu","mdc-menu-surface--anchor",{"googlesitekit-view-only-menu--user-can-authenticate":n}),children:[(0,k.jsx)(h.Button,{className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--phone googlesitekit-button-icon",onClick:a,icon:(0,k.jsx)("span",{className:"mdc-button__icon","aria-hidden":"true",children:(0,k.jsx)(Re,{className:"mdc-button__icon--image"})}),"aria-haspopup":"menu","aria-expanded":t,"aria-controls":"view-only-menu","aria-label":(0,d.__)("View only","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,d.__)("View only","google-site-kit")}),(0,k.jsxs)(h.Menu,{menuOpen:t,onSelected:a,id:"view-only-menu",nonInteractive:!0,children:[(0,k.jsx)(Description,{}),(0,k.jsx)(SharedServices,{}),e&&(0,k.jsx)(ManageEmailReports,{}),(0,k.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,k.jsx)(Tracking,{})]})]})}var Be=i(71423),Ue=i(53137),We=i(77513);function CoreSiteBannerNotification({id:e,...t}){const{dismissNotification:i,acceptNotification:s}=(0,u.useDispatch)(z.O4),o=(0,g.useCallback)(()=>{s(e)},[e,s]),a=(0,g.useCallback)(()=>{i(e)},[e,i]);return(0,k.jsx)(We.A,{onCTAClick:o,onDismissClick:a,...t,id:e})}CoreSiteBannerNotification.propTypes={content:n().string,ctaLabel:n().string,ctaTarget:n().string,ctaURL:n().string,dismissLabel:n().string,dismissible:n().bool,gaTrackingEventArgs:n().object,id:n().string.isRequired,learnMoreLabel:n().string,learnMoreURL:n().string,title:n().string.isRequired},CoreSiteBannerNotification.defaultProps={content:"",ctaLabel:"",ctaTarget:"",ctaURL:"",dismissLabel:(0,d.__)("OK, Got it!","google-site-kit"),dismissible:!0,learnMoreLabel:"",learnMoreURL:""};const He=CoreSiteBannerNotification;const Ve=function CoreSiteBannerNotifications(){const e=(0,H.A)(),[t,i]=(0,g.useState)(!1),[s,o]=(0,g.useState)(!1),a=(0,g.useRef)(Date.now()),n=(0,u.useSelect)(e=>e(z.O4).isUsingProxy()&&!1===e(S.oR).areSurveysOnCooldown()?e(S.oR).getCurrentSurvey():null),[r,l]=(0,g.useState)([]),{registerNotification:c}=(0,u.useDispatch)(Be.D),d=(0,u.useSelect)(e=>e(z.O4).getNotifications());return(0,g.useEffect)(()=>{const e=setTimeout(()=>{s||i(!0)},5e3);return()=>{clearTimeout(e)}},[s]),(0,g.useEffect)(()=>{Math.floor((Date.now()-a.current)/1e3)<5&&n&&o(!0)},[a,n,o]),(0,g.useEffect)(()=>{t&&!s&&d?.forEach(t=>{if(r.includes(t.id))return;const i={category:`${e}_remote-site-notification`,label:t.id};c(t.id,{Component:({Notification:e})=>(0,k.jsx)(e,{gaTrackingEventArgs:i,children:(0,k.jsx)(He,{...t,gaTrackingEventArgs:i})}),priority:t.priority,areaSlug:Ue.bI.HEADER,isDismissible:t.dismissible}),l(e=>(e.push(t.id),e))})},[e,s,d,c,r,t]),null};var Ye=i(90007),Fe=i(43569);function InternalServerError(){const e=(0,u.useSelect)(e=>e(z.O4).getInternalServerError());return e?(0,k.jsx)(Fe.A,{id:"internal-server-error",children:(0,k.jsx)(Ye.A,{notificationID:"internal-server-error",type:Ye.Q.ERROR,title:e.title,description:e.description})}):null}function LegacyNotifications(){const e=(0,Q.A)(),t=(0,ee.Ay)(),i=(0,u.useSelect)(e=>e(S.oR).isAuthenticated());return(0,k.jsxs)(g.Fragment,{children:[(0,k.jsx)(InternalServerError,{}),!e&&t===ee.Oo&&i&&(0,k.jsx)(Ve,{})]})}var Qe=i(74995);function Header({children:e,subHeader:t,showNavigation:i}){const s=!!(0,ee.Ay)(),o=(0,Q.A)();!function(){const e=(0,H.A)(),t=(0,u.useSelect)(e=>e(z.O4).isUsingProxy()),i=(0,u.useSelect)(e=>e(z.O4).getSetupErrorMessage());(0,g.useEffect)(()=>{i||void 0===t||async function(){const i=await(0,N.Gq)("start_user_setup"),s=await(0,N.Gq)("start_site_setup");i.cacheHit&&(await(0,N.LD)("start_user_setup"),(0,A.sx)(`${e}_setup`,"complete_user_setup",t?"proxy":"custom-oauth")),s.cacheHit&&(await(0,N.LD)("start_site_setup"),(0,A.sx)(`${e}_setup`,"complete_site_setup",t?"proxy":"custom-oauth"))}()},[e,t,i])}();const a=(0,u.useSelect)(e=>e(z.O4).getAdminURL("googlesitekit-dashboard")),n=(0,u.useSelect)(e=>e(S.oR).isAuthenticated()),[r,p]=(0,c.A)({childList:!0}),I=!!p.target?.childElementCount;return(0,k.jsxs)(g.Fragment,{children:[(0,k.jsx)("header",{className:l()("googlesitekit-header",{"googlesitekit-header--has-subheader":I,"googlesitekit-header--has-navigation":i}),children:(0,k.jsx)(F.xA,{children:(0,k.jsxs)(F.fI,{children:[(0,k.jsx)(F.fh,{smSize:1,mdSize:2,lgSize:4,className:"googlesitekit-header__logo",alignMiddle:!0,children:(0,k.jsx)(ve.A,{"aria-label":(0,d.__)("Go to dashboard","google-site-kit"),className:"googlesitekit-header__logo-link",href:a,children:(0,k.jsx)(m.A,{})})}),(0,k.jsxs)(F.fh,{smSize:3,mdSize:6,lgSize:8,className:"googlesitekit-header__children",alignMiddle:!0,children:[e,!n&&s&&o&&(0,k.jsx)(ViewOnlyMenu,{}),n&&!o&&(0,k.jsx)(UserMenu,{})]})]})})}),(0,k.jsx)("div",{className:"googlesitekit-subheader",ref:r,children:t}),i&&(0,k.jsx)(DashboardNavigation,{}),(0,k.jsx)(we,{}),(0,k.jsx)(LegacyNotifications,{}),(0,k.jsx)(Qe.A,{areaSlug:Ue.bI.HEADER})]})}Header.displayName="Header",Header.propTypes={children:n().node,subHeader:n().element,showNavigation:n().bool},Header.defaultProps={children:null,subHeader:null};const Je=Header},12850:(e,t,i)=>{"use strict";i.d(t,{tt:()=>f,Jg:()=>j,Gp:()=>S,GH:()=>T,r0:()=>k,Du:()=>b,Zf:()=>H,Cn:()=>z,G7:()=>y,vH:()=>I,N_:()=>E,zh:()=>Y,mK:()=>d.mK,Ql:()=>_,vY:()=>G,sq:()=>v,VZ:()=>O.VZ,JK:()=>d.JK,IS:()=>D,pH:()=>O.pH,kf:()=>B,O5:()=>w,Qr:()=>x,x6:()=>P,K5:()=>d.K5,S_:()=>p,dc:()=>O.dc,Eo:()=>d.Eo,jq:()=>d.jq,DK:()=>W.D,N9:()=>U,p9:()=>a.p,XH:()=>C,Zm:()=>l,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>a.C,BG:()=>V});var s=i(17243),o=i(89318),a=i(82046),n=i(10523),r=i.n(n);function l(e){return r()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let s=e[i];s&&"object"==typeof s&&!Array.isArray(s)&&(s=c(s)),t[i]=s}),t}var d=i(79829);function g(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function m(e){return e.replace(/\n/gi,"<br>")}function p(e){const t=[g,u,m];let i=e;for(const e of t)i=e(i);return i}function I(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function y(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var h=i(32091),M=i.n(h),A=i(82871);const N="Date param must construct to a valid date instance or be a valid date instance itself.",T="Invalid dateString parameter, it must be a string.",S='Invalid date range, it must be a string with the format "last-x-days".',k=60,j=60*k,f=24*j,b=7*f;function _(){function e(e){return(0,A.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,A._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function x(e=""){if(!(0,s.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,s.isDate)(t)&&!isNaN(t)}function v(e){M()((0,s.isDate)(e)&&!isNaN(e),N);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function C(e){M()(x(e),T);const[t,i,s]=e.split("-");return new Date(t,i-1,s)}function D(e,t){return v(E(e,t*f))}function w(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function E(e,t){M()(x(e)||(0,s.isDate)(e)&&!isNaN(e),T);const i=x(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var Z=i(69743),R=i(94552),L=i(62540);function G(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,Z.Ay)((0,L.jsx)(R.A,{direction:e>0?"up":"down",invertColor:i}))}function z(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var O=i(8143);function P(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function B(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function U(e){return Array.isArray(e)?[...e].sort():e}var W=i(2522);function H(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const s=(t-e)/e;return Number.isNaN(s)||!Number.isFinite(s)?null:s}function V(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function Y(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,s.unescape)(t)}},13465:(e,t,i)=>{"use strict";i.d(t,{A:()=>ModuleSettingsWarning});var s=i(50539),o=i(37226),a=i(58116),n=i(10804),r=i(80035),l=i(62540);function ModuleSettingsWarning({slug:e}){const t=(0,s.useSelect)(t=>t(o.i)?.getCheckRequirementsError(e));return t?a.od===t.code?(0,l.jsx)(n.A,{moduleSlug:e}):(0,l.jsx)(r.A,{className:"googlesitekit-notice--small",type:r.A.TYPES.WARNING,description:t.message,hideIcon:!0}):null}},13620:e=>{"use strict";e.exports=googlesitekit.modules},14007:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var s=i(47209),o=i(62688),a=i.n(o),n=i(63696),r=i(78325);function Portal({children:e,slug:t}){const[i]=(0,n.useState)(document.createElement("div"));return(0,s.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,r.createPortal)(e,i)}Portal.propTypes={slug:a().string,children:a().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,i)=>{"use strict";i.d(t,{A:()=>Typography});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:s="span",children:o,...a}){return(0,l.jsx)(s,{className:n()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&r.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&r.oJ.includes(i)}),...a,children:o})}Typography.propTypes={className:o().string,type:o().oneOf(r.tT),size:o().oneOf(r.oJ),as:o().oneOfType([o().string,o().elementType])}},15210:(e,t,i)=>{"use strict";i.d(t,{O:()=>o});var s=i(31234);const o=i.n(s)()(i.g)},15577:(e,t,i)=>{"use strict";i.d(t,{SO:()=>c});var s=i(55620),o=i(99123);const a={},n=void 0===i.g?null:i.g;function r(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=a){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[d,g]=(0,s._)("undefined"==typeof document?[l,c]:r,t,i);function u(){return g(r)}return(0,o.A)(n,"resize",u),(0,o.A)(n,"orientationchange",u),d}function c(e){return l(e)[0]}},15863:(e,t,i)=>{"use strict";i.d(t,{i:()=>n});var s=i(63696),o=i(50539),a=i(7081);function n(e){const{setValue:t}=(0,o.useDispatch)(a.n);return(0,s.useCallback)(()=>{t("admin-screen-tooltip",{isTooltipVisible:!0,...e})},[t,e])}},16196:(e,t,i)=>{"use strict";i.d(t,{A:()=>r});var s=i(50539),o=i(37226),a=i(71769),n=i(62540);function r({moduleName:e,FallbackComponent:t,IncompleteComponent:i}){return r=>{function WhenActiveComponent(a){const l=(0,s.useSelect)(t=>t(o.i).getModule(e),[e]);if(!l)return null;const c=t||a.WidgetNull||null;if(!1===l.active)return c&&(0,n.jsx)(c,{...a});if(!1===l.connected){const e=i||c;return e&&(0,n.jsx)(e,{...a})}return(0,n.jsx)(r,{...a})}return WhenActiveComponent.displayName=`When${(0,a.Uf)(e)}Active`,(r.displayName||r.name)&&(WhenActiveComponent.displayName+=`(${r.displayName||r.name})`),WhenActiveComponent}}},16834:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,r.jsx)("span",{...i,className:n()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:o().string,children:o().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},17569:(e,t,i)=>{"use strict";i.d(t,{A:()=>EnhancedMeasurementSwitch});var s=i(4452),o=i.n(s),a=i(62688),n=i.n(a),r=i(15844),l=i(63696),c=i(13606),d=i(82871),g=i(50539),u=i(49383),m=i(78340),p=i(72455),I=i(44174),y=i(12850),h=i(77766),M=i(63972),A=i(27333),N=i(62540);function EnhancedMeasurementSwitch({className:e,onClick:t,disabled:i=!1,loading:s=!1,formName:a=p.TQ,isEnhancedMeasurementAlreadyEnabled:n=!1,showTick:T=!1}){const S=(0,A.A)(a,p.aj),k=(0,h.A)(),{setValues:j}=(0,g.useDispatch)(m.s),f=(0,l.useCallback)(()=>{j(a,{[p.aj]:!S}),(0,y.sx)(`${k}_analytics`,S?"deactivate_enhanced_measurement":"activate_enhanced_measurement"),t?.()},[a,S,t,j,k]);return(0,r.A)(()=>{j(p.TQ,{[p.Lf]:!0})}),(0,N.jsxs)("div",{className:o()("googlesitekit-analytics-enable-enhanced-measurement",e,{"googlesitekit-analytics-enable-enhanced-measurement--loading":s}),children:[s&&(0,N.jsx)(u.ProgressBar,{className:"googlesitekit-analytics-enable-enhanced-measurement__progress--settings-edit",small:!0}),!s&&n&&(0,N.jsxs)("div",{className:"googlesitekit-analytics-enable-enhanced-measurement__already-enabled-label",children:[T&&(0,N.jsx)("div",{className:"googlesitekit-analytics-enable-enhanced-measurement__already-enabled-tick",children:(0,N.jsx)(M.A,{})}),(0,d.__)("Enhanced measurement is enabled for this web data stream","google-site-kit")]}),!s&&!n&&(0,N.jsx)(u.Switch,{label:(0,d.__)("Enable enhanced measurement","google-site-kit"),checked:S,disabled:i,onClick:f,hideLabel:!1}),(0,N.jsx)("p",{className:"googlesitekit-module-settings-group__helper-text",children:(0,c.A)((0,d.__)("This allows you to measure interactions with your content (e.g. file downloads, form completions, video views). <a>Learn more</a>","google-site-kit"),{a:(0,N.jsx)(I.A,{path:"/analytics/answer/9216061",external:!0})})})]})}EnhancedMeasurementSwitch.propTypes={onClick:n().func,disabled:n().bool,loading:n().bool,isEnhancedMeasurementAlreadyEnabled:n().bool,showTick:n().bool}},17691:(e,t,i)=>{"use strict";i.d(t,{A:()=>n,G:()=>a});var s=i(62688),o=i.n(s);const a=" ";function DisplaySetting({value:e}){return e||a}DisplaySetting.propTypes={value:o().oneOfType([o().string,o().bool,o().number])};const n=DisplaySetting},18418:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2 12"},e),s||(s=o.createElement("g",{fill:"currentColor",fillRule:"evenodd"},o.createElement("path",{d:"M0 0h2v7H0zM0 10h2v2H0z"}))))},19195:(e,t,i)=>{"use strict";i.d(t,{A:()=>UseSnippetSwitch});var s=i(62688),o=i.n(s),a=i(63696),n=i(82871),r=i(50539),l=i(49383),c=i(72455),d=i(12850),g=i(77766),u=i(62540);function UseSnippetSwitch({description:e}){const t=(0,g.A)(),i=(0,r.useSelect)(e=>e(c.K9).getUseSnippet()),{setUseSnippet:s}=(0,r.useDispatch)(c.K9),o=(0,a.useCallback)(()=>{const e=!i;s(e),(0,d.sx)(`${t}_analytics`,e?"enable_tag":"disable_tag","ga4")},[i,s,t]);return void 0===i?null:(0,u.jsxs)("div",{className:"googlesitekit-analytics-usesnippet",children:[(0,u.jsx)(l.Switch,{label:(0,n.__)("Place Google Analytics code","google-site-kit"),checked:i,onClick:o,hideLabel:!1}),e]})}UseSnippetSwitch.propTypes={description:o().node}},19793:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=o.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696),o=i(82286),a=i(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,n=i.g){const[r,l]=(0,s.useState)((0,o.d)(n.location.href,e)||t);return[r,function(t){l(t);const i=(0,a.F)(n.location.href,{[e]:t});n.history.replaceState(null,"",i)}]}},20898:(e,t,i)=>{"use strict";i.d(t,{A:()=>x});var s,o=i(4452),a=i.n(o),n=i(62688),r=i.n(n),l=i(39941),c=i(63696),d=i(82871);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const u=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),s||(s=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var m;function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},p.apply(null,arguments)}const I=e=>c.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),m||(m=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var y;function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},h.apply(null,arguments)}const M=e=>c.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),y||(y=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var A=i(83366),N=i(84385),T=i(62540);const S="BUTTON",k="BUTTON_DISABLED",j="EXTERNAL_LINK",f="LINK",b="ROUTER_LINK",_=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:s=!1,arrow:o=!1,back:n=!1,caps:r=!1,children:c,className:g="",danger:m=!1,disabled:p=!1,external:y=!1,hideExternalIndicator:h=!1,href:_="",inverse:x=!1,noFlex:v=!1,onClick:C,small:D=!1,standalone:w=!1,linkButton:E=!1,to:Z,leadingIcon:R,trailingIcon:L,...G}=e;const z=_||Z||!C?Z?b:y?j:f:p?k:S;const O=z===S||z===k?"button":z===b?l.N_:"a",P=function(){let e;return z===j&&(e=(0,d._x)("(opens in a new tab)","screen reader text","google-site-kit")),z===k&&(e=(0,d._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let B=R,U=L;return n&&(B=(0,T.jsx)(M,{width:14,height:14})),y&&!h&&(U=(0,T.jsx)(A.A,{width:14,height:14})),o&&!x&&(U=(0,T.jsx)(u,{width:14,height:14})),o&&x&&(U=(0,T.jsx)(I,{width:14,height:14})),(0,T.jsxs)(O,{"aria-label":P,className:a()("googlesitekit-cta-link",g,{"googlesitekit-cta-link--secondary":s,"googlesitekit-cta-link--inverse":x,"googlesitekit-cta-link--small":D,"googlesitekit-cta-link--caps":r,"googlesitekit-cta-link--danger":m,"googlesitekit-cta-link--disabled":p,"googlesitekit-cta-link--standalone":w,"googlesitekit-cta-link--link-button":E,"googlesitekit-cta-link--no-flex":!!v}),disabled:p,href:z!==f&&z!==j||p?void 0:_,onClick:C,rel:z===j?"noopener noreferrer":void 0,ref:t,target:z===j?"_blank":void 0,to:Z,...G,children:[!!B&&(0,T.jsx)(N.A,{marginRight:5,children:B}),(0,T.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!U&&(0,T.jsx)(N.A,{marginLeft:5,children:U})]})});_.propTypes={arrow:r().bool,back:r().bool,caps:r().bool,children:r().node,className:r().string,danger:r().bool,disabled:r().bool,external:r().bool,hideExternalIndicator:r().bool,href:r().string,inverse:r().bool,leadingIcon:r().node,linkButton:r().bool,noFlex:r().bool,onClick:r().func,small:r().bool,standalone:r().bool,to:r().string,trailingIcon:r().node};const x=_},21125:(e,t,i)=>{"use strict";i.d(t,{g4:()=>I,o1:()=>p});var s=i(78913),o=i(32091),a=i.n(o),n=i(10523),r=i.n(n),l=i(12850),c=i(50539);const d="RECEIVE_ERROR",g="CLEAR_ERROR",u="CLEAR_ERRORS";function m(e,t){if(t&&Array.isArray(t)){const i=t.map(e=>"object"==typeof e?(0,l.Zm)(e):e);return`${e}::${r()(JSON.stringify(i))}`}return e}const p={receiveError:(e,t,i=[])=>(a()(e,"error is required."),a()(t,"baseName is required."),a()(i&&Array.isArray(i),"args must be an array."),{type:d,payload:{error:e,baseName:t,args:i}}),clearError:(e,t=[])=>(a()(e,"baseName is required."),a()(t&&Array.isArray(t),"args must be an array."),{type:g,payload:{baseName:e,args:t}}),clearErrors:e=>({type:u,payload:{baseName:e}})};function I(e){a()(e,"storeName must be defined.");const t=(0,c.createReducer)((e,{type:t,payload:i})=>{switch(t){case d:{const{baseName:t,args:s,error:o}=i,a=m(t,s);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[a]=o,e.errorArgs[a]=s;break}case g:{const{baseName:t,args:s}=i,o=m(t,s);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[o],delete e.errorArgs[o];break}case u:{const{baseName:t}=i;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const i in e.errors)(i===t||i.startsWith(`${t}::`))&&(delete e.errors[i],delete e.errorArgs[i])}else e.errors={},e.errorArgs={};break}}}),i={getErrorForSelector:(e,t,s=[])=>(a()(t,"selectorName is required."),i.getError(e,t,s)),getErrorForAction:(e,t,s=[])=>(a()(t,"actionName is required."),i.getError(e,t,s)),getError(e,t,i){const{errors:s}=e;return a()(t,"baseName is required."),s[m(t,i)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const i=Object.keys(e.errors).find(i=>e.errors[i]===t);if(i){return{baseName:i.substring(0,i.indexOf("::")),args:e.errorArgs[i]}}return null},getSelectorDataForError:(0,s.N)(t=>function(i,s){const o=t(e).getMetaDataForError(s);if(o){const{baseName:i,args:s}=o;if(!!t(e)[i])return{storeName:e,name:i,args:s}}return null}),hasErrors:e=>i.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:p,controls:{},reducer:t,resolvers:{},selectors:i}}},21134:(e,t,i)=>{"use strict";i.d(t,{Gq:()=>g,IL:()=>I,LD:()=>m,SO:()=>u,a2:()=>o,xD:()=>p});var s=i(12850);const o="googlesitekit_",a=`${o}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,n=["sessionStorage","localStorage"];let r,l=[...n];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function d(){if(void 0!==r)return r;for(const e of l)r||await c(e)&&(r=i.g[e]);return void 0===r&&(r=null),r}async function g(e){const t=await d();if(t){const i=t.getItem(`${a}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:s,value:o,isError:a}=e;if(t&&(!s||Math.round(Date.now()/1e3)-t<s))return{cacheHit:!0,value:o,isError:a}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:o=s.Jg,timestamp:n=Math.round(Date.now()/1e3),isError:r=!1}={}){const l=await d();if(l)try{return l.setItem(`${a}${e}`,JSON.stringify({timestamp:n,ttl:o,value:t,isError:r})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(e){const t=await d();if(t)try{const i=e.startsWith(o)?e:`${a}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(){const e=await d();if(e)try{const t=[];for(let i=0;i<e.length;i++){const s=e.key(i);0===s.indexOf(o)&&t.push(s)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function I(){if(await d()){const e=await p();for(const t of e)await m(t);return!0}return!1}},21283:(e,t,i)=>{"use strict";i.d(t,{A:()=>ConnectGA4CTATileWidget});var s=i(62688),o=i.n(s),a=i(50539),n=i(88418),r=i(47345),l=i(58116),c=i(99897),d=i(81520),g=i(62540);const u={moduleSlug:c.L1};function ConnectGA4CTATileWidget({Widget:e,widgetSlug:t}){const i=(0,a.useSelect)(e=>{const t=e(l.oR).getKeyMetrics();return t?t.filter(e=>l.W6.includes(e)).length:[]})>3?d.A:n.A;return(0,r.A)(t,i,u),(0,g.jsx)(e,{children:(0,g.jsx)(n.A,{...u})})}ConnectGA4CTATileWidget.propTypes={Widget:o().elementType.isRequired,widgetSlug:o().string.isRequired}},22242:(e,t,i)=>{"use strict";i.d(t,{B7:()=>S,FK:()=>T,JG:()=>A,VM:()=>k,Wq:()=>I,hk:()=>N,mV:()=>p});var s=i(32091),o=i.n(s),a=i(17243),n=i(54419),r=i(50539),l=i(47121),c=i(71769),d=i(3687),g=i(21125);const{clearError:u,receiveError:m}=g.o1,p="cannot submit changes while submitting changes",I="cannot submit changes if settings have not changed",y="SET_SETTINGS",h="ROLLBACK_SETTINGS",M="ROLLBACK_SETTING";function A(e,t,i,{ownedSettingsSlugs:s,storeName:g,settingSlugs:p=[],initialSettings:I,validateHaveSettingsChanged:A=k()}={}){o()(e,"type is required."),o()(t,"identifier is required."),o()(i,"datapoint is required.");const N=g||`${e}/${t}`,T={ownedSettingsSlugs:s,settings:I,savedSettings:void 0},S=(0,d.U)({baseName:"getSettings",controlCallback:()=>(0,n.get)(e,t,i,{},{useCache:!1}),reducerCallback:(0,r.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t,...e.settings||{}}})}),j=(0,d.U)({baseName:"saveSettings",controlCallback:s=>{const{values:o}=s;return(0,n.set)(e,t,i,o)},reducerCallback:(0,r.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t}}),argsToParams:e=>({values:e}),validateParams:({values:e}={})=>{o()((0,a.isPlainObject)(e),"values is required.")}}),f={},b={setSettings:e=>(o()((0,a.isPlainObject)(e),"values is required."),{payload:{values:e},type:y}),rollbackSettings:()=>({payload:{},type:h}),rollbackSetting:e=>(o()(e,"setting is required."),{payload:{setting:e},type:M}),*saveSettings(){const e=yield r.commonActions.getRegistry();yield u("saveSettings",[]);const t=e.select(N).getSettings(),{response:i,error:s}=yield j.actions.fetchSaveSettings(t);return s&&(yield m(s,"saveSettings",[])),{response:i,error:s}}},_=(0,r.createReducer)((e,{type:t,payload:i})=>{switch(t){case y:{const{values:t}=i;e.settings={...e.settings||{},...t};break}case h:e.settings=e.savedSettings;break;case M:{const{setting:t}=i;e.savedSettings[t]&&(e.settings={...e.settings||{},[t]:e.savedSettings[t]});break}default:void 0!==f[t]&&f[t](e,{type:t,payload:i})}}),x={*getSettings(){(yield r.commonActions.getRegistry()).select(N).getSettings()||(yield S.actions.fetchGetSettings())}},{safeSelector:v,dangerousSelector:C}=(0,l.RF)(A),D={haveSettingsChanged:v,__dangerousHaveSettingsChanged:C,getSettings:e=>e.settings,hasSettingChanged(e,t){o()(t,"setting is required.");const{settings:i,savedSettings:s}=e;return!(!i||!s)&&!(0,a.isEqual)(i[t],s[t])},isDoingSaveSettings:e=>Object.values(e.isFetchingSaveSettings).some(Boolean),getOwnedSettingsSlugs:e=>e.ownedSettingsSlugs,haveOwnedSettingsChanged:(0,r.createRegistrySelector)(e=>()=>{const t=e(N).getOwnedSettingsSlugs();return e(N).haveSettingsChanged(t)})};p.forEach(e=>{const t=(0,c.m2)(e),i=(0,c.sP)(e);b[`set${t}`]=e=>(o()(void 0!==e,`value is required for calls to set${t}().`),{payload:{value:e},type:`SET_${i}`}),f[`SET_${i}`]=(t,{payload:i})=>{const{value:s}=i;t.settings={...t.settings||{},[e]:s}},D[`get${t}`]=(0,r.createRegistrySelector)(t=>()=>(t(N).getSettings()||{})[e])});return{...(0,r.combineStores)(r.commonStore,S,j,{initialState:T,actions:b,controls:{},reducer:_,resolvers:x,selectors:D}),STORE_NAME:N}}function N(e,t){return async({select:i,dispatch:s})=>{if(i(t).haveSettingsChanged()){const{error:e}=await s(t).saveSettings();if(e)return{error:e}}return await(0,n.invalidateCache)("modules",e),{}}}function T(e){return({select:t,dispatch:i})=>t(e).haveSettingsChanged()?i(e).rollbackSettings():{}}function S(e){return t=>{const i=(0,l.WI)(t),{haveSettingsChanged:s,isDoingSubmitChanges:a}=i(e);o()(!a(),p),o()(s(),I)}}function k(){return(e,t,i)=>{const{settings:s,savedSettings:n}=t;i&&o()(!(0,a.isEqual)((0,a.pick)(s,i),(0,a.pick)(n,i)),I),o()(!(0,a.isEqual)(s,n),I)}}},22821:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(24558);function o(e){return s.kz.includes(e)}},23224:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:s,padding:o,smallWidth:a,smallHeight:c,tabletWidth:d,tabletHeight:g,desktopWidth:u,desktopHeight:m}){const p=(0,r.dv)(),I={width:{[r.mp]:a,[r.Lg]:d,[r.Fo]:u,[r.Qb]:u},height:{[r.mp]:c,[r.Lg]:g,[r.Fo]:m,[r.Qb]:u}};return(0,l.jsx)("div",{className:n()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":o}),style:{width:I.width[p]||t,height:I.height[p]||i},children:(0,l.jsx)("div",{className:n()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===s})})})}PreviewBlock.propTypes={className:o().string,width:o().string,height:o().string,shape:o().string,padding:o().bool,smallWidth:o().string,smallHeight:o().string,tabletWidth:o().string,tabletHeight:o().string,desktopWidth:o().string,desktopHeight:o().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{"use strict";i.d(t,{Ax:()=>a,CZ:()=>d,Ej:()=>k,Gw:()=>j,Is:()=>n,KK:()=>u,Nn:()=>b,OT:()=>T,SH:()=>N,Y$:()=>m,ZS:()=>r,bg:()=>y,en:()=>S,ep:()=>I,f7:()=>o,hi:()=>p,jU:()=>s,k$:()=>M,kz:()=>f,ly:()=>l,mo:()=>h,s3:()=>A,uR:()=>c,zx:()=>g});const s="mainDashboard",o="entityDashboard",a="mainDashboardViewOnly",n="entityDashboardViewOnly",r="userInput",l="activation",c="splash",d="adminBar",g="adminBarViewOnly",u="settings",m="adBlockingRecovery",p="wpDashboard",I="wpDashboardViewOnly",y="moduleSetup",h="metricSelection",M="wpBlockEditor",A="keyMetricsSetup",N="key-metrics",T="traffic",S="content",k="speed",j="monetization",f=[s,o,a,n,r,c,u,y,h],b=[a,n,g,I]},24560:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 12"},e),s||(s=o.createElement("g",{fill:"currentColor",fillRule:"evenodd"},o.createElement("path",{d:"M0 6.414 1.415 5l5.292 5.292-1.414 1.415z"}),o.createElement("path",{d:"m14.146.146 1.415 1.414L5.414 11.707 4 10.292z"}))))},25623:(e,t,i)=>{"use strict";i.d(t,{G:()=>g});var s=i(82871),o=i(58116),a=i(93896),n=i(72455);function r({select:e,slug:t}){return e(n.K9).hasConversionReportingEvents(this.requiredConversionEventName)||e(o.oR).isKeyMetricActive(t)}var l=i(50111);function c({select:e,isViewOnlyDashboard:t}){return!t||!(!t||!e(n.K9).getAdSenseLinked())}function d({select:e,isViewOnlyDashboard:t}){return!t||e(n.K9).hasCustomDimensions(this.requiredCustomDimensions)}const g={[o.p3]:{title:(0,s.__)("Top earning pages","google-site-kit"),description:(0,s.__)("Pages that generated the most AdSense revenue","google-site-kit"),infoTooltip:(0,s.__)("Pages that generated the most AdSense revenue","google-site-kit"),displayInSelectionPanel:c,displayInList:c,metadata:{group:l.hs.SLUG}},[o.BT]:{title:(0,s.__)("Top recent trending pages","google-site-kit"),description:(0,s.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),infoTooltip:(0,s.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_date"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[o.tB]:{title:(0,s.__)("Most popular authors by pageviews","google-site-kit"),description:(0,s.__)("Authors whose posts got the most visits","google-site-kit"),infoTooltip:(0,s.__)("Authors whose posts got the most visits","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_author"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[o.t1]:{title:(0,s.__)("Top categories by pageviews","google-site-kit"),description:(0,s.__)("Categories that your site visitors viewed the most","google-site-kit"),infoTooltip:(0,s.__)("Categories that your site visitors viewed the most","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_categories"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[o.ep]:{title:(0,s.__)("Most popular content by pageviews","google-site-kit"),description:(0,s.__)("Pages that brought in the most visitors","google-site-kit"),infoTooltip:(0,s.__)("Pages your visitors read the most","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.pG]:{title:(0,s.__)("Most popular products by pageviews","google-site-kit"),description:(0,s.__)("Products that brought in the most visitors","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_type"],displayInSelectionPanel:({select:e})=>e(o.oR).isKeyMetricActive(o.pG)||e(a.O4).getProductPostType(),displayInWidgetArea:d,metadata:{group:l.GF.SLUG}},[o.nH]:{title:(0,s.__)("Pages per visit","google-site-kit"),description:(0,s.__)("Number of pages visitors viewed per session on average","google-site-kit"),infoTooltip:(0,s.__)("Number of pages visitors viewed per session on average","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.J5]:{title:(0,s.__)("Visit length","google-site-kit"),description:(0,s.__)("Average duration of engaged visits","google-site-kit"),infoTooltip:(0,s.__)("Average duration of engaged visits","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.Yw]:{title:(0,s.__)("Visits per visitor","google-site-kit"),description:(0,s.__)("Average number of sessions per site visitor","google-site-kit"),infoTooltip:(0,s.__)("Average number of sessions per site visitor","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.UY]:{title:(0,s.__)("Most engaging pages","google-site-kit"),description:(0,s.__)("Pages with the highest engagement rate","google-site-kit"),infoTooltip:(0,s.__)("Pages with the highest engagement rate","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.gC]:{title:(0,s.__)("Least engaging pages","google-site-kit"),description:(0,s.__)("Pages with the highest percentage of visitors that left without engagement with your site","google-site-kit"),infoTooltip:(0,s.__)("Percentage of visitors that left without engagement with your site","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.tK]:{title:(0,s.__)("Top pages by returning visitors","google-site-kit"),description:(0,s.__)("Pages that attracted the most returning visitors","google-site-kit"),infoTooltip:(0,s.__)("Pages that attracted the most returning visitors","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.fu]:{title:(0,s.__)("New visitors","google-site-kit"),description:(0,s.__)("How many new visitors you got and how the overall audience changed","google-site-kit"),infoTooltip:(0,s.__)("Portion of visitors who visited your site for the first time in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.dX]:{title:(0,s.__)("Returning visitors","google-site-kit"),description:(0,s.__)("Portion of people who visited your site more than once","google-site-kit"),infoTooltip:(0,s.__)("Portion of your site’s visitors that returned at least once in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.SS]:{title:(0,s.__)("Top traffic source","google-site-kit"),description:(0,s.__)("Channel which brought in the most visitors to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most visitors to your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.Vl]:{title:(0,s.__)("Top traffic source driving add to cart","google-site-kit"),description:(0,s.__)("Channel which brought in the most add to cart events to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most add to cart events to your site","google-site-kit"),requiredConversionEventName:[n.nc.ADD_TO_CART],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.GF.SLUG}},[o.u_]:{title:(0,s.__)("Top traffic source driving leads","google-site-kit"),description:(0,s.__)("Channel which brought in the most leads to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most leads to your site","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.XU.SLUG}},[o.HA]:{title:(0,s.__)("Top traffic source driving purchases","google-site-kit"),description:(0,s.__)("Channel which brought in the most purchases to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most purchases to your site","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.GF.SLUG}},[o.GT]:{title:(0,s.__)("Most engaged traffic source","google-site-kit"),description:(0,s.__)("Visitors coming via this channel spent the most time on your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most visitors who had a meaningful engagement with your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.qy]:{title:(0,s.__)("Top converting traffic source","google-site-kit"),description:(0,s.__)("Channel which brought in the most visits that resulted in key events","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in visitors who generated the most key events","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.GM]:{title:(0,s.__)("Top cities driving traffic","google-site-kit"),description:(0,s.__)("Which cities you get the most visitors from","google-site-kit"),infoTooltip:(0,s.__)("The cities where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.CQ]:{title:(0,s.__)("Top cities driving leads","google-site-kit"),description:(0,s.__)("Cities driving the most contact form submissions","google-site-kit"),infoTooltip:(0,s.__)("Cities driving the most contact form submissions","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.XU.SLUG}},[o.Xq]:{title:(0,s.__)("Top cities driving add to cart","google-site-kit"),description:(0,s.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),infoTooltip:(0,s.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),requiredConversionEventName:[n.nc.ADD_TO_CART],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.GF.SLUG}},[o.JF]:{title:(0,s.__)("Top cities driving purchases","google-site-kit"),description:(0,s.__)("Cities driving the most purchases","google-site-kit"),infoTooltip:(0,s.__)("Cities driving the most purchases","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.GF.SLUG}},[o.YQ]:{title:(0,s.__)("Top device driving purchases","google-site-kit"),description:(0,s.__)("Top device driving the most purchases","google-site-kit"),infoTooltip:(0,s.__)("Top device driving the most purchases","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.GF.SLUG}},[o.dV]:{title:(0,s.__)("Top countries driving traffic","google-site-kit"),description:(0,s.__)("Which countries you get the most visitors from","google-site-kit"),infoTooltip:(0,s.__)("The countries where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.t7]:{title:(0,s.__)("Top performing keywords","google-site-kit"),description:(0,s.__)("What people searched for before they came to your site","google-site-kit"),infoTooltip:(0,s.__)("The top search queries for your site by highest clickthrough rate","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.HP]:{title:(0,s.__)("Top pages driving leads","google-site-kit"),description:(0,s.__)("Pages on which forms are most frequently submitted","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.XU.SLUG}}}},27333:(e,t,i)=>{"use strict";i.d(t,{A:()=>a});var s=i(35470),o=i(78340);function a(e,t){return(0,s.A)(i=>{const{getValue:s}=i(o.s);return s(e,t)},[e,t])}},28994:(e,t,i)=>{"use strict";i.d(t,{mn:()=>o,fX:()=>n,hd:()=>r,VI:()=>a});var s=i(17243);const o=[{countryCode:"AF",displayName:"Afghanistan",defaultTimeZoneId:"Asia/Kabul",timeZone:[{timeZoneId:"Asia/Kabul",displayName:"(GMT+04:30) Afghanistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AL",displayName:"Albania",defaultTimeZoneId:"Europe/Tirane",timeZone:[{timeZoneId:"Europe/Tirane",displayName:"(GMT+02:00) Albania Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"DZ",displayName:"Algeria",defaultTimeZoneId:"Africa/Algiers",timeZone:[{timeZoneId:"Africa/Algiers",displayName:"(GMT+01:00) Algeria Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AS",displayName:"American Samoa",defaultTimeZoneId:"Pacific/Pago_Pago",timeZone:[{timeZoneId:"Pacific/Pago_Pago",displayName:"(GMT-11:00) American Samoa Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AD",displayName:"Andorra",defaultTimeZoneId:"Europe/Andorra",timeZone:[{timeZoneId:"Europe/Andorra",displayName:"(GMT+02:00) Andorra Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AQ",displayName:"Antarctica",defaultTimeZoneId:"Antarctica/Palmer",timeZone:[{timeZoneId:"Antarctica/Palmer",displayName:"(GMT-03:00) Palmer Time"},{timeZoneId:"Antarctica/Rothera",displayName:"(GMT-03:00) Rothera Time"},{timeZoneId:"Antarctica/Syowa",displayName:"(GMT+03:00) Syowa Time"},{timeZoneId:"Antarctica/Mawson",displayName:"(GMT+05:00) Mawson Time"},{timeZoneId:"Antarctica/Vostok",displayName:"(GMT+06:00) Vostok Time"},{timeZoneId:"Antarctica/Davis",displayName:"(GMT+07:00) Davis Time"},{timeZoneId:"Antarctica/Casey",displayName:"(GMT+08:00) Casey Time"},{timeZoneId:"Antarctica/DumontDUrville",displayName:"(GMT+10:00) Dumont d’Urville Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AR",displayName:"Argentina",defaultTimeZoneId:"America/Buenos_Aires",timeZone:[{timeZoneId:"America/Buenos_Aires",displayName:"(GMT-03:00) Buenos Aires Time"},{timeZoneId:"America/Cordoba",displayName:"(GMT-03:00) Cordoba Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"AM",displayName:"Armenia",defaultTimeZoneId:"Asia/Yerevan",timeZone:[{timeZoneId:"Asia/Yerevan",displayName:"(GMT+04:00) Armenia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AU",displayName:"Australia",defaultTimeZoneId:"Australia/Perth",timeZone:[{timeZoneId:"Australia/Perth",displayName:"(GMT+08:00) Perth Time"},{timeZoneId:"Australia/Adelaide",displayName:"(GMT+09:30) Adelaide Time"},{timeZoneId:"Australia/Darwin",displayName:"(GMT+09:30) Darwin Time"},{timeZoneId:"Australia/Brisbane",displayName:"(GMT+10:00) Brisbane Time"},{timeZoneId:"Australia/Hobart",displayName:"(GMT+10:00) Hobart Time"},{timeZoneId:"Australia/Melbourne",displayName:"(GMT+10:00) Melbourne Time"},{timeZoneId:"Australia/Sydney",displayName:"(GMT+10:00) Sydney Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AT",displayName:"Austria",defaultTimeZoneId:"Europe/Vienna",timeZone:[{timeZoneId:"Europe/Vienna",displayName:"(GMT+02:00) Austria Time"}],tosLocale:{language:"de",country:"DE"}},{countryCode:"AZ",displayName:"Azerbaijan",defaultTimeZoneId:"Asia/Baku",timeZone:[{timeZoneId:"Asia/Baku",displayName:"(GMT+04:00) Azerbaijan Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BS",displayName:"Bahamas",defaultTimeZoneId:"America/Nassau",timeZone:[{timeZoneId:"America/Nassau",displayName:"(GMT-04:00) Bahamas Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BD",displayName:"Bangladesh",defaultTimeZoneId:"Asia/Dhaka",timeZone:[{timeZoneId:"Asia/Dhaka",displayName:"(GMT+06:00) Bangladesh Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BB",displayName:"Barbados",defaultTimeZoneId:"America/Barbados",timeZone:[{timeZoneId:"America/Barbados",displayName:"(GMT-04:00) Barbados Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BY",displayName:"Belarus",defaultTimeZoneId:"Europe/Minsk",timeZone:[{timeZoneId:"Europe/Minsk",displayName:"(GMT+03:00) Belarus Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BE",displayName:"Belgium",defaultTimeZoneId:"Europe/Brussels",timeZone:[{timeZoneId:"Europe/Brussels",displayName:"(GMT+02:00) Belgium Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"BZ",displayName:"Belize",defaultTimeZoneId:"America/Belize",timeZone:[{timeZoneId:"America/Belize",displayName:"(GMT-06:00) Belize Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"BM",displayName:"Bermuda",defaultTimeZoneId:"Atlantic/Bermuda",timeZone:[{timeZoneId:"Atlantic/Bermuda",displayName:"(GMT-03:00) Bermuda Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BT",displayName:"Bhutan",defaultTimeZoneId:"Asia/Thimphu",timeZone:[{timeZoneId:"Asia/Thimphu",displayName:"(GMT+06:00) Bhutan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BO",displayName:"Bolivia",defaultTimeZoneId:"America/La_Paz",timeZone:[{timeZoneId:"America/La_Paz",displayName:"(GMT-04:00) Bolivia Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"BA",displayName:"Bosnia & Herzegovina",defaultTimeZoneId:"Europe/Sarajevo",timeZone:[{timeZoneId:"Europe/Sarajevo",displayName:"(GMT+02:00) Bosnia & Herzegovina Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BR",displayName:"Brazil",defaultTimeZoneId:"America/Rio_Branco",timeZone:[{timeZoneId:"America/Rio_Branco",displayName:"(GMT-05:00) Rio Branco Time"},{timeZoneId:"America/Boa_Vista",displayName:"(GMT-04:00) Boa Vista Time"},{timeZoneId:"America/Campo_Grande",displayName:"(GMT-04:00) Campo Grande Time"},{timeZoneId:"America/Cuiaba",displayName:"(GMT-04:00) Cuiaba Time"},{timeZoneId:"America/Manaus",displayName:"(GMT-04:00) Manaus Time"},{timeZoneId:"America/Porto_Velho",displayName:"(GMT-04:00) Porto Velho Time"},{timeZoneId:"America/Araguaina",displayName:"(GMT-03:00) Araguaina Time"},{timeZoneId:"America/Bahia",displayName:"(GMT-03:00) Bahia Time"},{timeZoneId:"America/Belem",displayName:"(GMT-03:00) Belem Time"},{timeZoneId:"America/Fortaleza",displayName:"(GMT-03:00) Fortaleza Time"},{timeZoneId:"America/Maceio",displayName:"(GMT-03:00) Maceio Time"},{timeZoneId:"America/Recife",displayName:"(GMT-03:00) Recife Time"},{timeZoneId:"America/Sao_Paulo",displayName:"(GMT-03:00) Sao Paulo Time"},{timeZoneId:"America/Noronha",displayName:"(GMT-02:00) Noronha Time"}],tosLocale:{language:"pt",country:"BR"}},{countryCode:"IO",displayName:"British Indian Ocean Territory",defaultTimeZoneId:"Indian/Chagos",timeZone:[{timeZoneId:"Indian/Chagos",displayName:"(GMT+06:00) British Indian Ocean Territory Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BN",displayName:"Brunei",defaultTimeZoneId:"Asia/Brunei",timeZone:[{timeZoneId:"Asia/Brunei",displayName:"(GMT+08:00) Brunei Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BG",displayName:"Bulgaria",defaultTimeZoneId:"Europe/Sofia",timeZone:[{timeZoneId:"Europe/Sofia",displayName:"(GMT+03:00) Bulgaria Time"}],tosLocale:{language:"bg",country:"BG"}},{countryCode:"CA",displayName:"Canada",defaultTimeZoneId:"America/Dawson",timeZone:[{timeZoneId:"America/Dawson",displayName:"(GMT-07:00) Dawson Time"},{timeZoneId:"America/Vancouver",displayName:"(GMT-07:00) Vancouver Time"},{timeZoneId:"America/Whitehorse",displayName:"(GMT-07:00) Whitehorse Time"},{timeZoneId:"America/Edmonton",displayName:"(GMT-06:00) Edmonton Time"},{timeZoneId:"America/Yellowknife",displayName:"(GMT-06:00) Yellowknife Time"},{timeZoneId:"America/Dawson_Creek",displayName:"(GMT-07:00) Dawson Creek Time"},{timeZoneId:"America/Winnipeg",displayName:"(GMT-05:00) Winnipeg Time"},{timeZoneId:"America/Regina",displayName:"(GMT-06:00) Regina Time"},{timeZoneId:"America/Iqaluit",displayName:"(GMT-04:00) Iqaluit Time"},{timeZoneId:"America/Toronto",displayName:"(GMT-04:00) Toronto Time"},{timeZoneId:"America/Halifax",displayName:"(GMT-03:00) Halifax Time"},{timeZoneId:"America/St_Johns",displayName:"(GMT-02:30) St. John’s Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CV",displayName:"Cape Verde",defaultTimeZoneId:"Atlantic/Cape_Verde",timeZone:[{timeZoneId:"Atlantic/Cape_Verde",displayName:"(GMT-01:00) Cape Verde Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"TD",displayName:"Chad",defaultTimeZoneId:"Africa/Ndjamena",timeZone:[{timeZoneId:"Africa/Ndjamena",displayName:"(GMT+01:00) Chad Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"CL",displayName:"Chile",defaultTimeZoneId:"Pacific/Easter",timeZone:[{timeZoneId:"Pacific/Easter",displayName:"(GMT-06:00) Easter Time"},{timeZoneId:"America/Santiago",displayName:"(GMT-04:00) Chile Time"},{timeZoneId:"America/Punta_Arenas",displayName:"(GMT-03:00) Punta Arenas Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CN",displayName:"China",defaultTimeZoneId:"Asia/Shanghai",timeZone:[{timeZoneId:"Asia/Shanghai",displayName:"(GMT+08:00) China Time"}],tosLocale:{language:"zh",country:"CN"}},{countryCode:"CX",displayName:"Christmas Island",defaultTimeZoneId:"Indian/Christmas",timeZone:[{timeZoneId:"Indian/Christmas",displayName:"(GMT+07:00) Christmas Island Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CC",displayName:"Cocos (Keeling) Islands",defaultTimeZoneId:"Indian/Cocos",timeZone:[{timeZoneId:"Indian/Cocos",displayName:"(GMT+06:30) Cocos (Keeling) Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CO",displayName:"Colombia",defaultTimeZoneId:"America/Bogota",timeZone:[{timeZoneId:"America/Bogota",displayName:"(GMT-05:00) Colombia Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CK",displayName:"Cook Islands",defaultTimeZoneId:"Pacific/Rarotonga",timeZone:[{timeZoneId:"Pacific/Rarotonga",displayName:"(GMT-10:00) Cook Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CR",displayName:"Costa Rica",defaultTimeZoneId:"America/Costa_Rica",timeZone:[{timeZoneId:"America/Costa_Rica",displayName:"(GMT-06:00) Costa Rica Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CI",displayName:"Côte d’Ivoire",defaultTimeZoneId:"Africa/Abidjan",timeZone:[{timeZoneId:"Africa/Abidjan",displayName:"(GMT+00:00) Côte d’Ivoire Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"HR",displayName:"Croatia",defaultTimeZoneId:"Europe/Zagreb",timeZone:[{timeZoneId:"Europe/Zagreb",displayName:"(GMT+02:00) Croatia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"CU",displayName:"Cuba",defaultTimeZoneId:"America/Havana",timeZone:[{timeZoneId:"America/Havana",displayName:"(GMT-04:00) Cuba Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CW",displayName:"Curaçao",defaultTimeZoneId:"America/Curacao",timeZone:[{timeZoneId:"America/Curacao",displayName:"(GMT-04:00) Curaçao Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CY",displayName:"Cyprus",defaultTimeZoneId:"Asia/Nicosia",timeZone:[{timeZoneId:"Asia/Nicosia",displayName:"(GMT+03:00) Nicosia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"CZ",displayName:"Czechia",defaultTimeZoneId:"Europe/Prague",timeZone:[{timeZoneId:"Europe/Prague",displayName:"(GMT+02:00) Czechia Time"}],tosLocale:{language:"cs",country:"CZ"}},{countryCode:"DK",displayName:"Denmark",defaultTimeZoneId:"Europe/Copenhagen",timeZone:[{timeZoneId:"Europe/Copenhagen",displayName:"(GMT+02:00) Denmark Time"}],tosLocale:{language:"da",country:"DK"}},{countryCode:"DO",displayName:"Dominican Republic",defaultTimeZoneId:"America/Santo_Domingo",timeZone:[{timeZoneId:"America/Santo_Domingo",displayName:"(GMT-04:00) Dominican Republic Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"EC",displayName:"Ecuador",defaultTimeZoneId:"Pacific/Galapagos",timeZone:[{timeZoneId:"Pacific/Galapagos",displayName:"(GMT-06:00) Galapagos Time"},{timeZoneId:"America/Guayaquil",displayName:"(GMT-05:00) Ecuador Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"EG",displayName:"Egypt",defaultTimeZoneId:"Africa/Cairo",timeZone:[{timeZoneId:"Africa/Cairo",displayName:"(GMT+02:00) Egypt Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SV",displayName:"El Salvador",defaultTimeZoneId:"America/El_Salvador",timeZone:[{timeZoneId:"America/El_Salvador",displayName:"(GMT-06:00) El Salvador Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"EE",displayName:"Estonia",defaultTimeZoneId:"Europe/Tallinn",timeZone:[{timeZoneId:"Europe/Tallinn",displayName:"(GMT+03:00) Estonia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"FK",displayName:"Falkland Islands (Islas Malvinas)",defaultTimeZoneId:"Atlantic/Stanley",timeZone:[{timeZoneId:"Atlantic/Stanley",displayName:"(GMT-03:00) Falkland Islands (Islas Malvinas) Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"FO",displayName:"Faroe Islands",defaultTimeZoneId:"Atlantic/Faeroe",timeZone:[{timeZoneId:"Atlantic/Faeroe",displayName:"(GMT+01:00) Faroe Islands Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"FJ",displayName:"Fiji",defaultTimeZoneId:"Pacific/Fiji",timeZone:[{timeZoneId:"Pacific/Fiji",displayName:"(GMT+12:00) Fiji Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"FI",displayName:"Finland",defaultTimeZoneId:"Europe/Helsinki",timeZone:[{timeZoneId:"Europe/Helsinki",displayName:"(GMT+03:00) Finland Time"}],tosLocale:{language:"fi",country:"FI"}},{countryCode:"FR",displayName:"France",defaultTimeZoneId:"Europe/Paris",timeZone:[{timeZoneId:"Europe/Paris",displayName:"(GMT+02:00) France Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"GF",displayName:"French Guiana",defaultTimeZoneId:"America/Cayenne",timeZone:[{timeZoneId:"America/Cayenne",displayName:"(GMT-03:00) French Guiana Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"PF",displayName:"French Polynesia",defaultTimeZoneId:"Pacific/Tahiti",timeZone:[{timeZoneId:"Pacific/Tahiti",displayName:"(GMT-10:00) Tahiti Time"},{timeZoneId:"Pacific/Marquesas",displayName:"(GMT-09:30) Marquesas Time"},{timeZoneId:"Pacific/Gambier",displayName:"(GMT-09:00) Gambier Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"TF",displayName:"French Southern Territories",defaultTimeZoneId:"Indian/Kerguelen",timeZone:[{timeZoneId:"Indian/Kerguelen",displayName:"(GMT+05:00) French Southern Territories Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"GE",displayName:"Georgia",defaultTimeZoneId:"Asia/Tbilisi",timeZone:[{timeZoneId:"Asia/Tbilisi",displayName:"(GMT+04:00) Georgia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"DE",displayName:"Germany",defaultTimeZoneId:"Europe/Berlin",timeZone:[{timeZoneId:"Europe/Berlin",displayName:"(GMT+02:00) Germany Time"}],tosLocale:{language:"de",country:"DE"}},{countryCode:"GH",displayName:"Ghana",defaultTimeZoneId:"Africa/Accra",timeZone:[{timeZoneId:"Africa/Accra",displayName:"(GMT+00:00) Ghana Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GI",displayName:"Gibraltar",defaultTimeZoneId:"Europe/Gibraltar",timeZone:[{timeZoneId:"Europe/Gibraltar",displayName:"(GMT+02:00) Gibraltar Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GR",displayName:"Greece",defaultTimeZoneId:"Europe/Athens",timeZone:[{timeZoneId:"Europe/Athens",displayName:"(GMT+03:00) Greece Time"}],tosLocale:{language:"el",country:"GR"}},{countryCode:"GL",displayName:"Greenland",defaultTimeZoneId:"America/Thule",timeZone:[{timeZoneId:"America/Thule",displayName:"(GMT-03:00) Thule Time"},{timeZoneId:"America/Godthab",displayName:"(GMT-02:00) Nuuk Time"},{timeZoneId:"America/Scoresbysund",displayName:"(GMT+00:00) Ittoqqortoormiit Time"},{timeZoneId:"America/Danmarkshavn",displayName:"(GMT+00:00) Danmarkshavn Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GU",displayName:"Guam",defaultTimeZoneId:"Pacific/Guam",timeZone:[{timeZoneId:"Pacific/Guam",displayName:"(GMT+10:00) Guam Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"GT",displayName:"Guatemala",defaultTimeZoneId:"America/Guatemala",timeZone:[{timeZoneId:"America/Guatemala",displayName:"(GMT-06:00) Guatemala Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"GW",displayName:"Guinea-Bissau",defaultTimeZoneId:"Africa/Bissau",timeZone:[{timeZoneId:"Africa/Bissau",displayName:"(GMT+00:00) Guinea-Bissau Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"GY",displayName:"Guyana",defaultTimeZoneId:"America/Guyana",timeZone:[{timeZoneId:"America/Guyana",displayName:"(GMT-04:00) Guyana Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"HT",displayName:"Haiti",defaultTimeZoneId:"America/Port-au-Prince",timeZone:[{timeZoneId:"America/Port-au-Prince",displayName:"(GMT-04:00) Haiti Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"HN",displayName:"Honduras",defaultTimeZoneId:"America/Tegucigalpa",timeZone:[{timeZoneId:"America/Tegucigalpa",displayName:"(GMT-06:00) Honduras Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"HK",displayName:"Hong Kong",defaultTimeZoneId:"Asia/Hong_Kong",timeZone:[{timeZoneId:"Asia/Hong_Kong",displayName:"(GMT+08:00) Hong Kong Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"HU",displayName:"Hungary",defaultTimeZoneId:"Europe/Budapest",timeZone:[{timeZoneId:"Europe/Budapest",displayName:"(GMT+02:00) Hungary Time"}],tosLocale:{language:"hu",country:"HU"}},{countryCode:"IS",displayName:"Iceland",defaultTimeZoneId:"Atlantic/Reykjavik",timeZone:[{timeZoneId:"Atlantic/Reykjavik",displayName:"(GMT+00:00) Iceland Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IN",displayName:"India",defaultTimeZoneId:"Asia/Calcutta",timeZone:[{timeZoneId:"Asia/Calcutta",displayName:"(GMT+05:30) India Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"ID",displayName:"Indonesia",defaultTimeZoneId:"Asia/Jakarta",timeZone:[{timeZoneId:"Asia/Jakarta",displayName:"(GMT+07:00) Jakarta Time"},{timeZoneId:"Asia/Makassar",displayName:"(GMT+08:00) Makassar Time"},{timeZoneId:"Asia/Jayapura",displayName:"(GMT+09:00) Jayapura Time"}],tosLocale:{language:"in",country:"ID"}},{countryCode:"IR",displayName:"Iran",defaultTimeZoneId:"Asia/Tehran",timeZone:[{timeZoneId:"Asia/Tehran",displayName:"(GMT+04:30) Iran Time"}]},{countryCode:"IQ",displayName:"Iraq",defaultTimeZoneId:"Asia/Baghdad",timeZone:[{timeZoneId:"Asia/Baghdad",displayName:"(GMT+03:00) Iraq Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IE",displayName:"Ireland",defaultTimeZoneId:"Europe/Dublin",timeZone:[{timeZoneId:"Europe/Dublin",displayName:"(GMT+01:00) Ireland Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IL",displayName:"Israel",defaultTimeZoneId:"Asia/Jerusalem",timeZone:[{timeZoneId:"Asia/Jerusalem",displayName:"(GMT+03:00) Israel Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IT",displayName:"Italy",defaultTimeZoneId:"Europe/Rome",timeZone:[{timeZoneId:"Europe/Rome",displayName:"(GMT+02:00) Italy Time"}],tosLocale:{language:"it",country:"IT"}},{countryCode:"JM",displayName:"Jamaica",defaultTimeZoneId:"America/Jamaica",timeZone:[{timeZoneId:"America/Jamaica",displayName:"(GMT-05:00) Jamaica Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"JP",displayName:"Japan",defaultTimeZoneId:"Asia/Tokyo",timeZone:[{timeZoneId:"Asia/Tokyo",displayName:"(GMT+09:00) Japan Time"}],tosLocale:{language:"ja",country:"JP"}},{countryCode:"JO",displayName:"Jordan",defaultTimeZoneId:"Asia/Amman",timeZone:[{timeZoneId:"Asia/Amman",displayName:"(GMT+03:00) Jordan Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"KZ",displayName:"Kazakhstan",defaultTimeZoneId:"Asia/Aqtau",timeZone:[{timeZoneId:"Asia/Aqtau",displayName:"(GMT+05:00) Aqtau Time"},{timeZoneId:"Asia/Aqtobe",displayName:"(GMT+05:00) Aqtobe Time"},{timeZoneId:"Asia/Almaty",displayName:"(GMT+06:00) Almaty Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KE",displayName:"Kenya",defaultTimeZoneId:"Africa/Nairobi",timeZone:[{timeZoneId:"Africa/Nairobi",displayName:"(GMT+03:00) Kenya Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"KI",displayName:"Kiribati",defaultTimeZoneId:"Pacific/Tarawa",timeZone:[{timeZoneId:"Pacific/Tarawa",displayName:"(GMT+12:00) Tarawa Time"},{timeZoneId:"Pacific/Enderbury",displayName:"(GMT+13:00) Enderbury Time"},{timeZoneId:"Pacific/Kiritimati",displayName:"(GMT+14:00) Kiritimati Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KG",displayName:"Kyrgyzstan",defaultTimeZoneId:"Asia/Bishkek",timeZone:[{timeZoneId:"Asia/Bishkek",displayName:"(GMT+06:00) Kyrgyzstan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"LV",displayName:"Latvia",defaultTimeZoneId:"Europe/Riga",timeZone:[{timeZoneId:"Europe/Riga",displayName:"(GMT+03:00) Latvia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LB",displayName:"Lebanon",defaultTimeZoneId:"Asia/Beirut",timeZone:[{timeZoneId:"Asia/Beirut",displayName:"(GMT+03:00) Lebanon Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LR",displayName:"Liberia",defaultTimeZoneId:"Africa/Monrovia",timeZone:[{timeZoneId:"Africa/Monrovia",displayName:"(GMT+00:00) Liberia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LY",displayName:"Libya",defaultTimeZoneId:"Africa/Tripoli",timeZone:[{timeZoneId:"Africa/Tripoli",displayName:"(GMT+02:00) Libya Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LT",displayName:"Lithuania",defaultTimeZoneId:"Europe/Vilnius",timeZone:[{timeZoneId:"Europe/Vilnius",displayName:"(GMT+03:00) Lithuania Time"}],tosLocale:{language:"lt",country:"LT"}},{countryCode:"LU",displayName:"Luxembourg",defaultTimeZoneId:"Europe/Luxembourg",timeZone:[{timeZoneId:"Europe/Luxembourg",displayName:"(GMT+02:00) Luxembourg Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MO",displayName:"Macao",defaultTimeZoneId:"Asia/Macau",timeZone:[{timeZoneId:"Asia/Macau",displayName:"(GMT+08:00) Macao Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MY",displayName:"Malaysia",defaultTimeZoneId:"Asia/Kuala_Lumpur",timeZone:[{timeZoneId:"Asia/Kuala_Lumpur",displayName:"(GMT+08:00) Malaysia Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MV",displayName:"Maldives",defaultTimeZoneId:"Indian/Maldives",timeZone:[{timeZoneId:"Indian/Maldives",displayName:"(GMT+05:00) Maldives Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MT",displayName:"Malta",defaultTimeZoneId:"Europe/Malta",timeZone:[{timeZoneId:"Europe/Malta",displayName:"(GMT+02:00) Malta Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MH",displayName:"Marshall Islands",defaultTimeZoneId:"Pacific/Kwajalein",timeZone:[{timeZoneId:"Pacific/Kwajalein",displayName:"(GMT+12:00) Kwajalein Time"},{timeZoneId:"Pacific/Majuro",displayName:"(GMT+12:00) Marshall Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MQ",displayName:"Martinique",defaultTimeZoneId:"America/Martinique",timeZone:[{timeZoneId:"America/Martinique",displayName:"(GMT-04:00) Martinique Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"MU",displayName:"Mauritius",defaultTimeZoneId:"Indian/Mauritius",timeZone:[{timeZoneId:"Indian/Mauritius",displayName:"(GMT+04:00) Mauritius Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MX",displayName:"Mexico",defaultTimeZoneId:"America/Tijuana",timeZone:[{timeZoneId:"America/Tijuana",displayName:"(GMT-07:00) Tijuana Time"},{timeZoneId:"America/Mazatlan",displayName:"(GMT-06:00) Mazatlan Time"},{timeZoneId:"America/Hermosillo",displayName:"(GMT-07:00) Hermosillo Time"},{timeZoneId:"America/Mexico_City",displayName:"(GMT-05:00) Mexico City Time"},{timeZoneId:"America/Cancun",displayName:"(GMT-05:00) Cancun Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"FM",displayName:"Micronesia",defaultTimeZoneId:"Pacific/Truk",timeZone:[{timeZoneId:"Pacific/Truk",displayName:"(GMT+10:00) Chuuk Time"},{timeZoneId:"Pacific/Kosrae",displayName:"(GMT+11:00) Kosrae Time"},{timeZoneId:"Pacific/Ponape",displayName:"(GMT+11:00) Pohnpei Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MD",displayName:"Moldova",defaultTimeZoneId:"Europe/Chisinau",timeZone:[{timeZoneId:"Europe/Chisinau",displayName:"(GMT+03:00) Moldova Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MC",displayName:"Monaco",defaultTimeZoneId:"Europe/Monaco",timeZone:[{timeZoneId:"Europe/Monaco",displayName:"(GMT+02:00) Monaco Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MN",displayName:"Mongolia",defaultTimeZoneId:"Asia/Hovd",timeZone:[{timeZoneId:"Asia/Hovd",displayName:"(GMT+07:00) Hovd Time"},{timeZoneId:"Asia/Choibalsan",displayName:"(GMT+08:00) Choibalsan Time"},{timeZoneId:"Asia/Ulaanbaatar",displayName:"(GMT+08:00) Ulaanbaatar Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MA",displayName:"Morocco",defaultTimeZoneId:"Africa/Casablanca",timeZone:[{timeZoneId:"Africa/Casablanca",displayName:"(GMT+01:00) Morocco Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MZ",displayName:"Mozambique",defaultTimeZoneId:"Africa/Maputo",timeZone:[{timeZoneId:"Africa/Maputo",displayName:"(GMT+02:00) Mozambique Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MM",displayName:"Myanmar (Burma)",defaultTimeZoneId:"Asia/Rangoon",timeZone:[{timeZoneId:"Asia/Rangoon",displayName:"(GMT+06:30) Myanmar (Burma) Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NA",displayName:"Namibia",defaultTimeZoneId:"Africa/Windhoek",timeZone:[{timeZoneId:"Africa/Windhoek",displayName:"(GMT+02:00) Namibia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NR",displayName:"Nauru",defaultTimeZoneId:"Pacific/Nauru",timeZone:[{timeZoneId:"Pacific/Nauru",displayName:"(GMT+12:00) Nauru Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NP",displayName:"Nepal",defaultTimeZoneId:"Asia/Katmandu",timeZone:[{timeZoneId:"Asia/Katmandu",displayName:"(GMT+05:45) Nepal Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NL",displayName:"Netherlands",defaultTimeZoneId:"Europe/Amsterdam",timeZone:[{timeZoneId:"Europe/Amsterdam",displayName:"(GMT+02:00) Netherlands Time"}],tosLocale:{language:"nl",country:"NL"}},{countryCode:"NC",displayName:"New Caledonia",defaultTimeZoneId:"Pacific/Noumea",timeZone:[{timeZoneId:"Pacific/Noumea",displayName:"(GMT+11:00) New Caledonia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NZ",displayName:"New Zealand",defaultTimeZoneId:"Pacific/Auckland",timeZone:[{timeZoneId:"Pacific/Auckland",displayName:"(GMT+12:00) New Zealand Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NI",displayName:"Nicaragua",defaultTimeZoneId:"America/Managua",timeZone:[{timeZoneId:"America/Managua",displayName:"(GMT-06:00) Nicaragua Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"NG",displayName:"Nigeria",defaultTimeZoneId:"Africa/Lagos",timeZone:[{timeZoneId:"Africa/Lagos",displayName:"(GMT+01:00) Nigeria Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NU",displayName:"Niue",defaultTimeZoneId:"Pacific/Niue",timeZone:[{timeZoneId:"Pacific/Niue",displayName:"(GMT-11:00) Niue Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NF",displayName:"Norfolk Island",defaultTimeZoneId:"Pacific/Norfolk",timeZone:[{timeZoneId:"Pacific/Norfolk",displayName:"(GMT+11:00) Norfolk Island Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KP",displayName:"North Korea",defaultTimeZoneId:"Asia/Pyongyang",timeZone:[{timeZoneId:"Asia/Pyongyang",displayName:"(GMT+09:00) North Korea Time"}]},{countryCode:"MK",displayName:"North Macedonia",defaultTimeZoneId:"Europe/Skopje",timeZone:[{timeZoneId:"Europe/Skopje",displayName:"(GMT+02:00) North Macedonia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NO",displayName:"Norway",defaultTimeZoneId:"Europe/Oslo",timeZone:[{timeZoneId:"Europe/Oslo",displayName:"(GMT+02:00) Norway Time"}],tosLocale:{language:"no",country:"NO"}},{countryCode:"PK",displayName:"Pakistan",defaultTimeZoneId:"Asia/Karachi",timeZone:[{timeZoneId:"Asia/Karachi",displayName:"(GMT+05:00) Pakistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PW",displayName:"Palau",defaultTimeZoneId:"Pacific/Palau",timeZone:[{timeZoneId:"Pacific/Palau",displayName:"(GMT+09:00) Palau Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PS",displayName:"Palestine",defaultTimeZoneId:"Asia/Gaza",timeZone:[{timeZoneId:"Asia/Gaza",displayName:"(GMT+03:00) Gaza Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"PA",displayName:"Panama",defaultTimeZoneId:"America/Panama",timeZone:[{timeZoneId:"America/Panama",displayName:"(GMT-05:00) Panama Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"PG",displayName:"Papua New Guinea",defaultTimeZoneId:"Pacific/Port_Moresby",timeZone:[{timeZoneId:"Pacific/Port_Moresby",displayName:"(GMT+10:00) Port Moresby Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PY",displayName:"Paraguay",defaultTimeZoneId:"America/Asuncion",timeZone:[{timeZoneId:"America/Asuncion",displayName:"(GMT-04:00) Paraguay Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"PE",displayName:"Peru",defaultTimeZoneId:"America/Lima",timeZone:[{timeZoneId:"America/Lima",displayName:"(GMT-05:00) Peru Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"PH",displayName:"Philippines",defaultTimeZoneId:"Asia/Manila",timeZone:[{timeZoneId:"Asia/Manila",displayName:"(GMT+08:00) Philippines Time"}],tosLocale:{language:"tl",country:"PH"}},{countryCode:"PN",displayName:"Pitcairn Islands",defaultTimeZoneId:"Pacific/Pitcairn",timeZone:[{timeZoneId:"Pacific/Pitcairn",displayName:"(GMT-08:00) Pitcairn Islands Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"PL",displayName:"Poland",defaultTimeZoneId:"Europe/Warsaw",timeZone:[{timeZoneId:"Europe/Warsaw",displayName:"(GMT+02:00) Poland Time"}],tosLocale:{language:"pl",country:"PL"}},{countryCode:"PT",displayName:"Portugal",defaultTimeZoneId:"Atlantic/Azores",timeZone:[{timeZoneId:"Atlantic/Azores",displayName:"(GMT+00:00) Azores Time"},{timeZoneId:"Europe/Lisbon",displayName:"(GMT+01:00) Portugal Time"}],tosLocale:{language:"pt",country:"PT"}},{countryCode:"PR",displayName:"Puerto Rico",defaultTimeZoneId:"America/Puerto_Rico",timeZone:[{timeZoneId:"America/Puerto_Rico",displayName:"(GMT-04:00) Puerto Rico Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"QA",displayName:"Qatar",defaultTimeZoneId:"Asia/Qatar",timeZone:[{timeZoneId:"Asia/Qatar",displayName:"(GMT+03:00) Qatar Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RE",displayName:"Réunion",defaultTimeZoneId:"Indian/Reunion",timeZone:[{timeZoneId:"Indian/Reunion",displayName:"(GMT+04:00) Réunion Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RO",displayName:"Romania",defaultTimeZoneId:"Europe/Bucharest",timeZone:[{timeZoneId:"Europe/Bucharest",displayName:"(GMT+03:00) Romania Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RU",displayName:"Russia",defaultTimeZoneId:"Europe/Kaliningrad",timeZone:[{timeZoneId:"Europe/Kaliningrad",displayName:"(GMT+02:00) Kaliningrad Time"},{timeZoneId:"Europe/Moscow",displayName:"(GMT+03:00) Moscow Time"},{timeZoneId:"Europe/Samara",displayName:"(GMT+04:00) Samara Time"},{timeZoneId:"Asia/Yekaterinburg",displayName:"(GMT+05:00) Yekaterinburg Time"},{timeZoneId:"Asia/Omsk",displayName:"(GMT+06:00) Omsk Time"},{timeZoneId:"Asia/Krasnoyarsk",displayName:"(GMT+07:00) Krasnoyarsk Time"},{timeZoneId:"Asia/Irkutsk",displayName:"(GMT+08:00) Irkutsk Time"},{timeZoneId:"Asia/Yakutsk",displayName:"(GMT+09:00) Yakutsk Time"},{timeZoneId:"Asia/Vladivostok",displayName:"(GMT+10:00) Vladivostok Time"},{timeZoneId:"Asia/Magadan",displayName:"(GMT+11:00) Magadan Time"},{timeZoneId:"Asia/Kamchatka",displayName:"(GMT+12:00) Kamchatka Time"}],tosLocale:{language:"ru",country:"RU"}},{countryCode:"WS",displayName:"Samoa",defaultTimeZoneId:"Pacific/Apia",timeZone:[{timeZoneId:"Pacific/Apia",displayName:"(GMT+13:00) Samoa Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"SM",displayName:"San Marino",defaultTimeZoneId:"Europe/San_Marino",timeZone:[{timeZoneId:"Europe/San_Marino",displayName:"(GMT+02:00) San Marino Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"ST",displayName:"São Tomé & Príncipe",defaultTimeZoneId:"Africa/Sao_Tome",timeZone:[{timeZoneId:"Africa/Sao_Tome",displayName:"(GMT+00:00) São Tomé & Príncipe Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SA",displayName:"Saudi Arabia",defaultTimeZoneId:"Asia/Riyadh",timeZone:[{timeZoneId:"Asia/Riyadh",displayName:"(GMT+03:00) Saudi Arabia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RS",displayName:"Serbia",defaultTimeZoneId:"Europe/Belgrade",timeZone:[{timeZoneId:"Europe/Belgrade",displayName:"(GMT+02:00) Serbia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SC",displayName:"Seychelles",defaultTimeZoneId:"Indian/Mahe",timeZone:[{timeZoneId:"Indian/Mahe",displayName:"(GMT+04:00) Seychelles Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SG",displayName:"Singapore",defaultTimeZoneId:"Asia/Singapore",timeZone:[{timeZoneId:"Asia/Singapore",displayName:"(GMT+08:00) Singapore Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"SK",displayName:"Slovakia",defaultTimeZoneId:"Europe/Bratislava",timeZone:[{timeZoneId:"Europe/Bratislava",displayName:"(GMT+02:00) Slovakia Time"}],tosLocale:{language:"sk",country:"SK"}},{countryCode:"SI",displayName:"Slovenia",defaultTimeZoneId:"Europe/Ljubljana",timeZone:[{timeZoneId:"Europe/Ljubljana",displayName:"(GMT+02:00) Slovenia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SB",displayName:"Solomon Islands",defaultTimeZoneId:"Pacific/Guadalcanal",timeZone:[{timeZoneId:"Pacific/Guadalcanal",displayName:"(GMT+11:00) Solomon Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"ZA",displayName:"South Africa",defaultTimeZoneId:"Africa/Johannesburg",timeZone:[{timeZoneId:"Africa/Johannesburg",displayName:"(GMT+02:00) South Africa Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GS",displayName:"South Georgia & South Sandwich Islands",defaultTimeZoneId:"Atlantic/South_Georgia",timeZone:[{timeZoneId:"Atlantic/South_Georgia",displayName:"(GMT-02:00) South Georgia & South Sandwich Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KR",displayName:"South Korea",defaultTimeZoneId:"Asia/Seoul",timeZone:[{timeZoneId:"Asia/Seoul",displayName:"(GMT+09:00) South Korea Time"}],tosLocale:{language:"ko",country:"KR"}},{countryCode:"ES",displayName:"Spain",defaultTimeZoneId:"Atlantic/Canary",timeZone:[{timeZoneId:"Atlantic/Canary",displayName:"(GMT+01:00) Canary Time"},{timeZoneId:"Africa/Ceuta",displayName:"(GMT+02:00) Ceuta Time"},{timeZoneId:"Europe/Madrid",displayName:"(GMT+02:00) Spain Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"LK",displayName:"Sri Lanka",defaultTimeZoneId:"Asia/Colombo",timeZone:[{timeZoneId:"Asia/Colombo",displayName:"(GMT+05:30) Sri Lanka Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PM",displayName:"St. Pierre & Miquelon",defaultTimeZoneId:"America/Miquelon",timeZone:[{timeZoneId:"America/Miquelon",displayName:"(GMT-02:00) St. Pierre & Miquelon Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SD",displayName:"Sudan",defaultTimeZoneId:"Africa/Khartoum",timeZone:[{timeZoneId:"Africa/Khartoum",displayName:"(GMT+02:00) Sudan Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SR",displayName:"Suriname",defaultTimeZoneId:"America/Paramaribo",timeZone:[{timeZoneId:"America/Paramaribo",displayName:"(GMT-03:00) Suriname Time"}],tosLocale:{language:"nl",country:"NL"}},{countryCode:"SJ",displayName:"Svalbard & Jan Mayen",defaultTimeZoneId:"Arctic/Longyearbyen",timeZone:[{timeZoneId:"Arctic/Longyearbyen",displayName:"(GMT+02:00) Svalbard & Jan Mayen Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SE",displayName:"Sweden",defaultTimeZoneId:"Europe/Stockholm",timeZone:[{timeZoneId:"Europe/Stockholm",displayName:"(GMT+02:00) Sweden Time"}],tosLocale:{language:"sv",country:"SE"}},{countryCode:"CH",displayName:"Switzerland",defaultTimeZoneId:"Europe/Zurich",timeZone:[{timeZoneId:"Europe/Zurich",displayName:"(GMT+02:00) Switzerland Time"}],tosLocale:{language:"de",country:"DE"}},{countryCode:"SY",displayName:"Syria",defaultTimeZoneId:"Asia/Damascus",timeZone:[{timeZoneId:"Asia/Damascus",displayName:"(GMT+03:00) Syria Time"}]},{countryCode:"TW",displayName:"Taiwan",defaultTimeZoneId:"Asia/Taipei",timeZone:[{timeZoneId:"Asia/Taipei",displayName:"(GMT+08:00) Taiwan Time"}],tosLocale:{language:"zh",country:"TW"}},{countryCode:"TJ",displayName:"Tajikistan",defaultTimeZoneId:"Asia/Dushanbe",timeZone:[{timeZoneId:"Asia/Dushanbe",displayName:"(GMT+05:00) Tajikistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TH",displayName:"Thailand",defaultTimeZoneId:"Asia/Bangkok",timeZone:[{timeZoneId:"Asia/Bangkok",displayName:"(GMT+07:00) Thailand Time"}],tosLocale:{language:"th",country:"TH"}},{countryCode:"TL",displayName:"Timor-Leste",defaultTimeZoneId:"Asia/Dili",timeZone:[{timeZoneId:"Asia/Dili",displayName:"(GMT+09:00) Timor-Leste Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TK",displayName:"Tokelau",defaultTimeZoneId:"Pacific/Fakaofo",timeZone:[{timeZoneId:"Pacific/Fakaofo",displayName:"(GMT+13:00) Tokelau Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TO",displayName:"Tonga",defaultTimeZoneId:"Pacific/Tongatapu",timeZone:[{timeZoneId:"Pacific/Tongatapu",displayName:"(GMT+13:00) Tonga Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TT",displayName:"Trinidad & Tobago",defaultTimeZoneId:"America/Port_of_Spain",timeZone:[{timeZoneId:"America/Port_of_Spain",displayName:"(GMT-04:00) Trinidad & Tobago Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TN",displayName:"Tunisia",defaultTimeZoneId:"Africa/Tunis",timeZone:[{timeZoneId:"Africa/Tunis",displayName:"(GMT+01:00) Tunisia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"TR",displayName:"Turkey",defaultTimeZoneId:"Europe/Istanbul",timeZone:[{timeZoneId:"Europe/Istanbul",displayName:"(GMT+03:00) Turkey Time"}],tosLocale:{language:"tr",country:"TR"}},{countryCode:"TM",displayName:"Turkmenistan",defaultTimeZoneId:"Asia/Ashgabat",timeZone:[{timeZoneId:"Asia/Ashgabat",displayName:"(GMT+05:00) Turkmenistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TC",displayName:"Turks & Caicos Islands",defaultTimeZoneId:"America/Grand_Turk",timeZone:[{timeZoneId:"America/Grand_Turk",displayName:"(GMT-04:00) Turks & Caicos Islands Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"TV",displayName:"Tuvalu",defaultTimeZoneId:"Pacific/Funafuti",timeZone:[{timeZoneId:"Pacific/Funafuti",displayName:"(GMT+12:00) Tuvalu Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"UM",displayName:"U.S. Outlying Islands",defaultTimeZoneId:"Pacific/Wake",timeZone:[{timeZoneId:"Pacific/Wake",displayName:"(GMT+12:00) Wake Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"UA",displayName:"Ukraine",defaultTimeZoneId:"Europe/Kiev",timeZone:[{timeZoneId:"Europe/Kiev",displayName:"(GMT+03:00) Ukraine Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AE",displayName:"United Arab Emirates",defaultTimeZoneId:"Asia/Dubai",timeZone:[{timeZoneId:"Asia/Dubai",displayName:"(GMT+04:00) United Arab Emirates Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GB",displayName:"United Kingdom",defaultTimeZoneId:"Etc/GMT",timeZone:[{timeZoneId:"Etc/GMT",displayName:"(GMT+00:00) GMT"},{timeZoneId:"Europe/London",displayName:"(GMT+01:00) United Kingdom Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"US",displayName:"United States",defaultTimeZoneId:"America/Los_Angeles",timeZone:[{timeZoneId:"Pacific/Honolulu",displayName:"(GMT-10:00) Honolulu Time"},{timeZoneId:"America/Anchorage",displayName:"(GMT-08:00) Anchorage Time"},{timeZoneId:"America/Los_Angeles",displayName:"(GMT-07:00) Los Angeles Time"},{timeZoneId:"America/Boise",displayName:"(GMT-06:00) Boise Time"},{timeZoneId:"America/Denver",displayName:"(GMT-06:00) Denver Time"},{timeZoneId:"America/Phoenix",displayName:"(GMT-07:00) Phoenix Time"},{timeZoneId:"America/Chicago",displayName:"(GMT-05:00) Chicago Time"},{timeZoneId:"America/Detroit",displayName:"(GMT-04:00) Detroit Time"},{timeZoneId:"America/New_York",displayName:"(GMT-04:00) New York Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"UY",displayName:"Uruguay",defaultTimeZoneId:"America/Montevideo",timeZone:[{timeZoneId:"America/Montevideo",displayName:"(GMT-03:00) Uruguay Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"UZ",displayName:"Uzbekistan",defaultTimeZoneId:"Asia/Tashkent",timeZone:[{timeZoneId:"Asia/Tashkent",displayName:"(GMT+05:00) Uzbekistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"VU",displayName:"Vanuatu",defaultTimeZoneId:"Pacific/Efate",timeZone:[{timeZoneId:"Pacific/Efate",displayName:"(GMT+11:00) Vanuatu Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"VA",displayName:"Vatican City",defaultTimeZoneId:"Europe/Vatican",timeZone:[{timeZoneId:"Europe/Vatican",displayName:"(GMT+02:00) Vatican City Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"VE",displayName:"Venezuela",defaultTimeZoneId:"America/Caracas",timeZone:[{timeZoneId:"America/Caracas",displayName:"(GMT-04:00) Venezuela Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"VN",displayName:"Vietnam",defaultTimeZoneId:"Asia/Saigon",timeZone:[{timeZoneId:"Asia/Saigon",displayName:"(GMT+07:00) Vietnam Time"}],tosLocale:{language:"vi",country:"VN"}},{countryCode:"WF",displayName:"Wallis & Futuna",defaultTimeZoneId:"Pacific/Wallis",timeZone:[{timeZoneId:"Pacific/Wallis",displayName:"(GMT+12:00) Wallis & Futuna Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"EH",displayName:"Western Sahara",defaultTimeZoneId:"Africa/El_Aaiun",timeZone:[{timeZoneId:"Africa/El_Aaiun",displayName:"(GMT+01:00) Western Sahara Time"}],tosLocale:{language:"en",country:"GB"}}],a=o.reduce((e,t)=>(e[t.countryCode]=t.timeZone,e),{}),n=(0,s.keyBy)(o,"countryCode"),r=o.reduce((e,t)=>(t.timeZone.forEach(({timeZoneId:i})=>e[i]=t.countryCode),e),{})},29584:(e,t,i)=>{"use strict";i.d(t,{A:()=>DismissButton});var s=i(62688),o=i.n(s),a=i(82871),n=i(49383),r=i(62540);function DismissButton({className:e,label:t=(0,a.__)("Maybe later","google-site-kit"),onClick:i,disabled:s,tertiary:o=!0}){return i?(0,r.jsx)(n.Button,{className:e,onClick:i,disabled:s,tertiary:o,children:t}):null}DismissButton.propTypes={className:o().string,label:o().string,onClick:o().func,disabled:o().bool,tertiary:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},29898:(e,t,i)=>{"use strict";i.d(t,{A:()=>LoadingWrapper});var s=i(62688),o=i.n(s),a=i(23224),n=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,n.jsx)(a.A,{...i}):t}LoadingWrapper.propTypes={loading:o().bool,children:o().node,...a.A.propTypes}},30679:(e,t,i)=>{"use strict";i.d(t,{A:()=>StoreErrorNotices});var s=i(62688),o=i.n(s),a=i(50539),n=i(77967),r=i(37226),l=i(67150),c=i(65311),d=i(62540);function StoreErrorNotices({hasButton:e=!1,moduleSlug:t,storeName:i}){const s=(0,a.useSelect)(e=>e(i).getErrors()),o=(0,a.useSelect)(e=>e(r.i).getModule(t)),g=[];return s.filter(e=>!(!e?.message||g.includes(e.message))&&(g.push(e.message),!0)).map((t,s)=>{let{message:a}=t;return(0,l.SG)(t)&&(a=(0,c.c)(a,o)),(0,d.jsx)(n.A,{error:t,hasButton:e,storeName:i,message:a},s)})}StoreErrorNotices.propTypes={hasButton:o().bool,storeName:o().string.isRequired,moduleSlug:o().string}},30823:(e,t,i)=>{"use strict";i.d(t,{A:()=>LearnMoreLink});var s=i(62688),o=i.n(s),a=i(82871),n=i(20898),r=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,a.__)("Learn more","google-site-kit"),external:s=!0,onClick:o=()=>{}}){return e?(0,r.jsx)(n.A,{href:e,className:t,onClick:o,external:s,children:i}):null}LearnMoreLink.propTypes={href:o().string.isRequired,className:o().string,label:o().string,external:o().bool,onClick:o().func}},31199:(e,t,i)=>{"use strict";i.d(t,{d:()=>d});var s=i(32091),o=i.n(s),a=i(50539),n=i(93896),r=i(11965);const l="FETCH_GET_EXISTING_TAG",c="RECEIVE_GET_EXISTING_TAG";function d({storeName:e,isValidTag:t,tagMatchers:i}={}){o()("string"==typeof e&&e,"storeName is required."),o()("function"==typeof t,"isValidTag must be a function."),o()(Array.isArray(i),"tagMatchers must be an Array.");const s={existingTag:void 0},d={fetchGetExistingTag:()=>({payload:{},type:l}),receiveGetExistingTag:e=>(o()(null===e||"string"==typeof e,"existingTag must be a tag string or null."),{payload:{existingTag:t(e)?e:null},type:c})},g={[l]:(0,a.createRegistryControl)(e=>async()=>{const t=e.select(n.O4).getHomeURL(),s=e.select(n.O4).getAMPMode(),o=await(0,r.g)({homeURL:t,ampMode:s}),{getHTMLForURL:a}=e.resolveSelect(n.O4);for(const e of o){const t=await a(e),s=(0,r.N)(t,i);if(s)return s}return null})},u=(0,a.createReducer)((e,{type:t,payload:i})=>{switch(t){case c:{const{existingTag:t}=i;e.existingTag=t;break}}}),m={*getExistingTag(){const t=yield a.commonActions.getRegistry();if(void 0===t.select(e).getExistingTag()){const i=yield d.fetchGetExistingTag();t.dispatch(e).receiveGetExistingTag(i)}}},p={getExistingTag:e=>e.existingTag,hasExistingTag:(0,a.createRegistrySelector)(t=>()=>{const i=t(e).getExistingTag();if(void 0!==i)return!!i})};return{...{initialState:s,actions:d,controls:g,reducer:u,resolvers:m,selectors:p},STORE_NAME:e}}},32947:(e,t,i)=>{"use strict";i.d(t,{Fo:()=>a,Lg:()=>n,Qb:()=>o,dv:()=>l,mp:()=>r});var s=i(15577);const o="xlarge",a="desktop",n="tablet",r="small";function l(){const e=(0,s.SO)();return e>1280?o:e>960?a:e>600?n:r}},35323:(e,t,i)=>{"use strict";i.d(t,{A:()=>a});var s=i(24558),o=i(77766);function a(){const e=(0,o.A)();return s.Nn.includes(e)}},35886:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileWrapper});var s=i(4452),o=i.n(s),a=i(17243),n=i(62688),r=i.n(n),l=i(63696),c=i(82871),d=i(25623),g=i(13606),u=i(20898),m=i(62540);function GetHelpLink({linkURL:e}){return(0,g.A)(/* translators: %s: get help text. */ /* translators: %s: get help text. */ (0,c.__)("Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,m.jsx)(u.A,{href:e,external:!0,hideExternalIndicator:!0,children:(0,c.__)("Get help","google-site-kit")})})}GetHelpLink.propTypes={linkURL:r().string.isRequired};var p=i(23224);function MetricTileLoader(){return(0,m.jsxs)("div",{className:"googlesitekit-km-widget-tile__loading",children:[(0,m.jsx)(p.A,{className:"googlesitekit-km-widget-tile__loading-header",width:"100%",height:"14px"}),(0,m.jsx)(p.A,{className:"googlesitekit-km-widget-tile__loading-body",width:"100%",height:"53px"})]})}var I=i(36148),y=i(92473),h=i(35902),M=i(67150),A=i(12850),N=i(77766);function MetricTileWrapper(e){const{className:t,children:i,error:s,loading:n,moduleSlug:r,Widget:g,widgetSlug:u,title:p=d.G[u]?.title,infoTooltip:T=d.G[u]?.infoTooltip||d.G[u]?.description}=e,S=(0,N.A)(),k=!!s&&(0,a.castArray)(s).some(M.SG),j=(0,l.useCallback)(()=>{(0,A.sx)(`${S}_kmw`,"data_loading_error_retry")},[S]);return(0,l.useEffect)(()=>{s&&(0,A.sx)(`${S}_kmw`,"data_loading_error")},[S,s]),s?(0,m.jsx)(I.A,{title:k?(0,c.__)("Insufficient permissions","google-site-kit"):(0,c.__)("Data loading failed","google-site-kit"),headerText:p,infoTooltip:T,children:(0,m.jsx)(h.A,{moduleSlug:r,error:s,onRetry:j,GetHelpLink:k?GetHelpLink:void 0,getHelpClassName:"googlesitekit-error-retry-text"})}):(0,m.jsx)(g,{noPadding:!0,children:(0,m.jsxs)("div",{className:o()("googlesitekit-km-widget-tile",t),children:[(0,m.jsx)(y.A,{title:p,infoTooltip:T,loading:n}),(0,m.jsxs)("div",{className:"googlesitekit-km-widget-tile__body",children:[n&&(0,m.jsx)(MetricTileLoader,{}),!n&&i]})]})})}MetricTileWrapper.propTypes={Widget:r().elementType.isRequired,loading:r().bool,title:r().string,infoTooltip:r().oneOfType([r().string,r().element]),moduleSlug:r().string.isRequired}},35902:(e,t,i)=>{"use strict";i.d(t,{A:()=>ReportErrorActions});var s=i(62688),o=i.n(s),a=i(63696),n=i(13606),r=i(82871),l=i(50539),c=i(49383),d=i(93896),g=i(37226),u=i(67150),m=i(35323),p=i(20898),I=i(62540);function ReportErrorActions(e){const{moduleSlug:t,error:i,GetHelpLink:s,hideGetHelpLink:o,buttonVariant:y,onRetry:h,onRequestAccess:M,getHelpClassName:A,RequestAccessButton:N,RetryButton:T}=e,S=(0,m.A)(),k=(0,l.useSelect)(e=>e(g.i).getModuleStoreName(t)),j=(0,l.useSelect)(e=>"function"==typeof e(k)?.getServiceEntityAccessURL?e(k).getServiceEntityAccessURL():null),f=Array.isArray(i)?i:[i],b=(0,l.useSelect)(e=>f.map(t=>{const i=e(k)?.getSelectorDataForError(t);return{...t,selectorData:i}})),_=b?.filter(e=>(0,u.vl)(e,e.selectorData)&&"getReport"===e.selectorData.name),x=!!_.length,v=(0,l.useSelect)(e=>{const i={...x?_[0]:f[0]};return(0,u.SG)(i)&&(i.code=`${t}_insufficient_permissions`),e(d.O4).getErrorTroubleshootingLinkURL(i)}),C=(0,l.useDispatch)(),D=f.some(e=>(0,u.SG)(e)),w=(0,a.useCallback)(()=>{_.forEach(e=>{const{selectorData:t}=e;C(t.storeName).invalidateResolution(t.name,t.args)}),h?.()},[C,_,h]),E=j&&D&&!S;return(0,I.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[E&&("function"==typeof N?(0,I.jsx)(N,{requestAccessURL:j}):(0,I.jsx)(c.Button,{onClick:M,href:j,target:"_blank",danger:"danger"===y,tertiary:"tertiary"===y,children:(0,r.__)("Request access","google-site-kit")})),x&&(0,I.jsxs)(a.Fragment,{children:["function"==typeof T?(0,I.jsx)(T,{handleRetry:w}):(0,I.jsx)(c.Button,{onClick:w,danger:"danger"===y,tertiary:"tertiary"===y,children:(0,r.__)("Retry","google-site-kit")}),!o&&(0,I.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,n.A)((0,r.__)("Retry didn’t work? <HelpLink />","google-site-kit"),{HelpLink:(0,I.jsx)(p.A,{href:v,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})})})]}),!x&&!o&&(0,I.jsx)("div",{className:A,children:"function"==typeof s?(0,I.jsx)(s,{linkURL:v}):(0,I.jsx)(p.A,{href:v,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})})]})}ReportErrorActions.propTypes={moduleSlug:o().string.isRequired,error:o().oneOfType([o().arrayOf(o().object),o().object]).isRequired,GetHelpLink:o().elementType,hideGetHelpLink:o().bool,buttonVariant:o().string,onRetry:o().func,onRequestAccess:o().func,getHelpClassName:o().string,RequestAccessButton:o().elementType,RetryButton:o().elementType}},36148:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileError});var s=i(4884),o=i(10953),a=i(62540);function MetricTileError(e){const{children:t,headerText:i,infoTooltip:n,title:r}=e;return(0,a.jsx)("div",{className:"googlesitekit-km-widget-tile--error",children:(0,a.jsx)(s.A,{title:r,headerText:i,headerContent:n&&(0,a.jsx)(o.A,{title:n}),description:"",error:!0,children:t})})}},36466:(e,t,i)=>{"use strict";function s(e){return"string"==typeof e&&/^pub-\d+$/.test(e)}function o(e){return"string"==typeof e&&/^ca-pub-\d+$/.test(e)}i.d(t,{H:()=>s,X:()=>o})},37226:(e,t,i)=>{"use strict";i.d(t,{U:()=>o,i:()=>s});const s="core/modules",o="insufficient_module_dependencies"},39771:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>TourTooltips,R0:()=>I,ei:()=>h});var s=i(15844),o=i(36703),a=i(62688),n=i.n(a),r=i(82871),l=i(50539),c=i(7081),d=i(58116),g=i(89318),u=i(60592),m=i(77766),p=i(62540);const I={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},y={back:(0,r.__)("Back","google-site-kit"),close:(0,r.__)("Close","google-site-kit"),last:(0,r.__)("Got it","google-site-kit"),next:(0,r.__)("Next","google-site-kit")},h={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},M={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:a,callback:n}){const r=`${t}-step`,A=`${t}-run`,{setValue:N}=(0,l.useDispatch)(c.n),{dismissTour:T}=(0,l.useDispatch)(d.oR),S=(0,l.useRegistry)(),k=(0,m.A)(),j=(0,l.useSelect)(e=>e(c.n).getValue(r)||0),f=(0,l.useSelect)(e=>e(c.n).getValue(A)&&!1===e(d.oR).isTourDismissed(t));(0,s.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),N(A,!0)});const b=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,p.jsx)(o.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:s,status:n,type:r}){const l=e+1,c="function"==typeof a?a(k):a;r===o.qY.TOOLTIP&&i===o.VD.TOOLTIP?(0,g.sx)(c,M.VIEW,l):t===o.kl.CLOSE&&i===o.VD.COMPLETE?(0,g.sx)(c,M.DISMISS,l):t===o.kl.NEXT&&n===o.XQ.FINISHED&&r===o.qY.TOUR_END&&s===l&&(0,g.sx)(c,M.COMPLETE,l),i===o.VD.COMPLETE&&n!==o.XQ.FINISHED&&(t===o.kl.PREV&&(0,g.sx)(c,M.PREV,l),t===o.kl.NEXT&&(0,g.sx)(c,M.NEXT,l))}(e);const{action:s,index:l,status:c,step:d,type:u}=e,m=s===o.kl.CLOSE,p=!m&&[o.qY.STEP_AFTER,o.qY.TARGET_NOT_FOUND].includes(u),I=[o.XQ.FINISHED,o.XQ.SKIPPED].includes(c),y=m&&u===o.qY.STEP_AFTER,h=I||y;if(o.qY.STEP_BEFORE===u){let e=d.target;"string"==typeof d.target&&(e=i.g.document.querySelector(d.target)),e?.scrollIntoView?.({block:"center"})}p?function(e,t){N(r,e+(t===o.kl.PREV?-1:1))}(l,s):h&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),T(t)),n&&n(e,S)},floaterProps:h,locale:y,run:f,stepIndex:j,steps:b,styles:I,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:n().arrayOf(n().object).isRequired,tourID:n().string.isRequired,gaEventCategory:n().oneOfType([n().string,n().func]).isRequired,callback:n().func}},40127:(e,t,i)=>{"use strict";function s(e,t,i=()=>!0){return"string"==typeof e?i(e):!("object"!=typeof e||!t(e))||!!Array.isArray(e)&&e.every(e=>"string"==typeof e?i(e):"object"==typeof e&&t(e))}function o({startDate:e,endDate:t}){const i=e&&e.match(/^\d{4}-\d{2}-\d{2}$/),s=t&&t.match(/^\d{4}-\d{2}-\d{2}$/);return i&&s}function a(e){function t(e){const t=e.hasOwnProperty("fieldName")&&!!e.fieldName,i=e.hasOwnProperty("sortOrder")&&/(ASCENDING|DESCENDING)/i.test(e.sortOrder.toString());return t&&i}return Array.isArray(e)?e.every(e=>"object"==typeof e&&t(e)):"object"==typeof e&&t(e)}function n(e){return"string"==typeof e||!!Array.isArray(e)&&e.every(e=>"string"==typeof e)}i.d(t,{G4:()=>a,O5:()=>o,cX:()=>s,cq:()=>n})},40847:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileText});var s=i(62688),o=i.n(s),a=i(2478),n=i(12850),r=i(35886),l=i(62540);function MetricTileText({metricValue:e,metricValueFormat:t,subText:i,previousValue:s,currentValue:o,...c}){const d=(0,n.mK)(t);return(0,l.jsxs)(r.A,{className:"googlesitekit-km-widget-tile--text",...c,children:[(0,l.jsxs)("div",{className:"googlesitekit-km-widget-tile__metric-container",children:[(0,l.jsx)("div",{className:"googlesitekit-km-widget-tile__metric",children:e}),(0,l.jsx)("p",{className:"googlesitekit-km-widget-tile__subtext",children:i})]}),(0,l.jsx)("div",{className:"googlesitekit-km-widget-tile__metric-change-container",children:(0,l.jsx)(a.A,{previousValue:s,currentValue:o,isAbsolute:"percent"===d?.style})})]})}MetricTileText.propTypes={metricValue:o().oneOfType([o().string,o().number]),subtext:o().string,previousValue:o().number,currentValue:o().number}},41969:(e,t,i)=>{"use strict";var s=i(50539),o=i.n(s),a=i(13620),n=i.n(a),r=i(88176),l=i.n(r),c=i(46935),d=i.n(c),g=i(82871),u=i(82286),m=i(43427),p=i(46034),I=i(63696),y=i(13606),h=i(2362),M=i(44174),A=i(45472),N=i(93896),T=i(2422),S=i(77766),k=i(12850),j=i(74179),f=i(17243);function b(e,t){if(void 0===e)return;const{rows:i,totals:s}=e||{};return!i?.length||(!s?.cells?.length||0===+s.cells[t]?.value)}var _=i(52009),x=i(4452),v=i.n(x);function C({year:e=0,month:t=1,day:i=0}={}){return new Date(e,t-1,i)}var D=i(81779),w=i(36466),E=i(21620);function Z(e){const t=new URL(e),{domain:i}=(0,E.qg)(t.hostname);return i}var R=i(98748),L=i(80035),G=i(62540);function AdBlockingRecoverySetupCTANotice(){const e=(0,T.W)(),t=(0,S.A)(),i=(0,s.useSelect)(e=>e(j.wl).getAdBlockingRecoverySetupStatus()),o=(0,s.useSelect)(e=>e(j.wl).getAccountStatus()),a=(0,s.useSelect)(e=>e(j.wl).getSiteStatus()),n=(0,s.useSelect)(e=>e(j.wl).hasExistingAdBlockingRecoveryTag()),r=(0,s.useSelect)(e=>e(N.O4).getAdminURL("googlesitekit-ad-blocking-recovery")),l=(0,s.useSelect)(e=>e(A.M).isNavigatingTo(r)),{navigateTo:c}=(0,s.useDispatch)(A.M),d=void 0===n||n||""!==i||o!==D.pJ||a!==D.TF;return(0,I.useEffect)(()=>{e&&!d&&(0,k.sx)(`${t}_adsense-abr-cta-widget`,"view_notification")},[e,d,t]),d?null:(0,G.jsx)(L.A,{type:L.A.TYPES.INFO,title:(0,G.jsxs)(I.Fragment,{children:[(0,g.__)("Ad blocking recovery","google-site-kit"),(0,G.jsx)(h.A,{className:"googlesitekit-new-badge",label:(0,g.__)("New","google-site-kit")})]}),description:(0,y.A)((0,g.__)("Start recovering revenue lost from ad blockers by deploying an ad blocking recovery message through Site Kit. <a>Learn more</a>","google-site-kit"),{a:(0,G.jsx)(M.A,{path:"/adsense/answer/11576589",onClick:function(){(0,k.sx)(`${t}_adsense-abr-cta-widget`,"click_learn_more_link")},external:!0})}),ctaButton:{label:(0,g.__)("Set up now","google-site-kit"),onClick:async function(){return await(0,k.sx)(`${t}_adsense-abr-cta-widget`,"confirm_notification"),c(r)},isSaving:l,disabled:l},children:(0,G.jsx)(R.A,{triggerID:"view_abr_setup_cta",ttl:k.tt})})}var z=i(15844),O=i(49383),P=i(20898),B=i(59323),U=i(78340),W=i(27333);function AdBlockingRecoveryToggle(){const e=(0,S.A)(),t=(0,s.useSelect)(e=>e(j.wl).getUseAdBlockingRecoverySnippet()),i=(0,s.useSelect)(e=>e(j.wl).getUseAdBlockingRecoveryErrorSnippet()),o=(0,s.useSelect)(e=>e(j.wl).getAdBlockingRecoverySetupStatus()),a=(0,s.useSelect)(e=>e(j.wl).getExistingAdBlockingRecoveryTag()),n=(0,s.useSelect)(e=>e(j.wl).getAccountID()),r=(0,s.useSelect)(e=>e(j.wl).getServiceURL({path:`/${n}/privacymessaging/ad_blocking`})),l=(0,s.useSelect)(e=>e(N.O4).getDocumentationLinkURL("ad-blocking-recovery")),c=(0,W.A)(j.RR,"adBlockingRecoveryToggle"),d=(0,W.A)(j.RR,"adBlockingRecoveryErrorToggle"),{setValues:u}=(0,s.useDispatch)(U.s),{setUseAdBlockingRecoverySnippet:m,setUseAdBlockingRecoveryErrorSnippet:p}=(0,s.useDispatch)(j.wl);let I;return(0,z.A)(()=>{const e={adBlockingRecoveryToggle:t,adBlockingRecoveryErrorToggle:i};u(j.RR,e)}),a&&a===n?I=(0,g.__)("You’ve already enabled an ad blocking recovery message on your site. We recommend using Site Kit to manage this to get the most out of AdSense.","google-site-kit"):a&&(I=(0,g.sprintf)(/* translators: %s: account ID */ /* translators: %s: account ID */ (0,g.__)("Site Kit detected Ad Blocking Recovery code for a different account %s on your site. For a better ad blocking recovery experience, you should remove Ad Blocking Recovery code that’s not linked to this AdSense account.","google-site-kit"),(0,_.v)(a))),o?(0,G.jsxs)("fieldset",{className:"googlesitekit-settings-module__ad-blocking-recovery-toggles",children:[(0,G.jsx)("legend",{className:"googlesitekit-setup-module__text",children:(0,g.__)("Ad blocking recovery","google-site-kit")}),(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-items",children:[(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,G.jsx)(O.Switch,{label:(0,g.__)("Enable ad blocking recovery message","google-site-kit"),checked:c,onClick:function(){const t=!c;u(j.RR,{adBlockingRecoveryToggle:t}),m(t),(0,k.sx)(`${e}_adsense-abr`,t?"enable_tag":"disable_tag","abr_tag")},hideLabel:!1}),(0,G.jsx)(B.A,{children:(0,y.A)((0,g.__)("Identify site visitors that have an ad blocker browser extension installed. These site visitors will see the ad blocking recovery message created in AdSense. <a>Configure your message</a>","google-site-kit"),{a:(0,G.jsx)(P.A,{href:r,external:!0})})})]}),(c||t)&&(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,G.jsx)(O.Switch,{label:(0,g.__)("Place error protection code","google-site-kit"),checked:d,onClick:function(){const t=!d;u(j.RR,{adBlockingRecoveryErrorToggle:t}),p(t),(0,k.sx)(`${e}_adsense-abr`,t?"enable_tag":"disable_tag","error_protection_tag")},hideLabel:!1}),(0,G.jsx)(B.A,{children:(0,y.A)((0,g.__)("If a site visitor’s ad blocker browser extension blocks the message you create in AdSense, a default, non-customizable ad blocking recovery message will display instead. <a>Learn more</a>","google-site-kit"),{a:(0,G.jsx)(P.A,{href:l,external:!0})})})]})]}),a&&(0,G.jsx)(L.A,{type:L.A.TYPES.INFO,description:I})]}):null}var H=i(90399),V=i(64843);function SettingsForm(){const e=(0,s.useSelect)(e=>e(N.O4).isWebStoriesActive()),t=(0,s.useSelect)(e=>e(j.wl).getClientID()),i=(0,s.useSelect)(e=>e(j.wl).getExistingTag()),o=(0,s.useSelect)(e=>e(j.wl).hasFinishedResolution("getExistingTag"));(0,s.useSelect)(e=>e(j.wl).getExistingAdBlockingRecoveryTag());const a=(0,s.useSelect)(e=>e(j.wl).hasFinishedResolution("getExistingAdBlockingRecoveryTag"));if(!o||!a)return(0,G.jsx)(O.ProgressBar,{});let n,r;i&&i===t?(n=(0,g.__)("You’ve already got an AdSense code on your site for this account, we recommend you use Site Kit to place code to get the most out of AdSense","google-site-kit"),r=n):i?(n=(0,g.sprintf)(/* translators: %s: account ID */ /* translators: %s: account ID */ (0,g.__)("Site Kit detected AdSense code for a different account %s on your site. For a better ads experience, you should remove AdSense code that’s not linked to this AdSense account.","google-site-kit"),(0,_.c)(i)),r=(0,g.__)("Please note that AdSense will not show ads on your website unless you’ve already placed the code","google-site-kit")):r=(0,g.__)("Please note that AdSense will not show ads on your website unless you’ve already placed the code","google-site-kit");return(0,G.jsxs)("div",{className:"googlesitekit-adsense-settings-fields",children:[(0,G.jsx)(H.kg,{}),(0,G.jsx)(H.TZ,{checkedMessage:n,uncheckedMessage:r}),e&&(0,G.jsxs)(I.Fragment,{children:[(0,G.jsx)(V.A,{}),(0,G.jsx)(B.A,{children:(0,y.A)((0,g.__)("This ad unit will be used for your Web Stories. <LearnMoreLink />","google-site-kit"),{LearnMoreLink:(0,G.jsx)(P.A,{href:"https://support.google.com/adsense/answer/10175505#create-an-ad-unit-for-web-stories","aria-label":(0,g.__)("Learn more about Ad Sense Web Stories.","google-site-kit"),external:!0,children:(0,g.__)("Learn more","google-site-kit")})})})]}),(0,G.jsx)(H.Ve,{}),(0,G.jsx)(AdBlockingRecoverySetupCTANotice,{}),(0,G.jsx)(AdBlockingRecoveryToggle,{})]})}function SettingsEdit(){let e;return e=(0,s.useSelect)(e=>e(j.wl).isDoingSubmitChanges())?(0,G.jsx)(O.ProgressBar,{}):(0,G.jsx)(SettingsForm,{}),(0,G.jsx)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--adsense",children:e})}var Y=i(37226),F=i(73589),Q=i(13465);function SettingsSetupIncomplete(){const e=(0,s.useSelect)(e=>e(j.wl).getAccountStatus()),t=(0,D.DZ)(e),i=(0,s.useSelect)(e=>e(j.wl).getAdminReauthURL()),o=(0,s.useSelect)(e=>e(Y.i)?.getCheckRequirementsError(F.Py));let a,n;return t?( /* translators: %s: link with next step */ a=(0,g.__)("Site Kit has placed AdSense code on your site: %s","google-site-kit"),n=(0,g.__)("check module page","google-site-kit")):( /* translators: %s: link with next step */ a=(0,g.__)("Setup incomplete: %s","google-site-kit"),n=(0,g.__)("continue module setup","google-site-kit")),(0,G.jsxs)(I.Fragment,{children:[(0,G.jsx)("div",{className:"googlesitekit-settings-module__fields-group googlesitekit-settings-module__fields-group--no-border",children:(0,G.jsx)(Q.A,{slug:"adsense"})}),(0,G.jsx)("div",{className:"googlesitekit-settings-module__fields-group-title",children:(0,y.A)((0,g.sprintf)(a,`<a>${n}</a>`),{a:(0,G.jsx)(P.A,{className:"googlesitekit-settings-module__edit-button",href:i,disabled:!!o})})})]})}var J=i(17691),X=i(56929);var K=i(16834),$=i(15167);function SettingsView(){const e=(0,s.useSelect)(e=>e(j.wl).getAccountID()),t=(0,s.useSelect)(e=>e(j.wl).getServiceAccountManageSitesURL()),i=(0,s.useSelect)(e=>e(N.O4).isWebStoriesActive()),o=(0,s.useSelect)(e=>e(j.wl).getWebStoriesAdUnit()),a=(0,s.useSelect)(e=>e(j.wl).getAccountStatus()),n=(0,s.useSelect)(e=>e(j.wl).getUseAdBlockingRecoverySnippet()),r=(0,s.useSelect)(e=>e(j.wl).getUseAdBlockingRecoveryErrorSnippet()),l=(0,s.useSelect)(e=>e(j.wl).getSiteStatus()),c=(0,s.useSelect)(e=>e(j.wl).getUseSnippet()),d=(0,s.useSelect)(e=>e(j.wl).getAdBlockingRecoverySetupStatus()),u=(0,s.useSelect)(e=>e(j.wl).getExistingTag()),m=(0,s.useSelect)(e=>e(j.wl).getClientID()),p=(0,s.useSelect)(e=>e(j.wl).getAutoAdsDisabled()||[]),h=(0,s.useSelect)(t=>t(j.wl).getServiceURL({path:`/${e}/privacymessaging/ad_blocking`})),M=function(e){let t=(0,g.__)("Your site isn’t ready to show ads yet","google-site-kit");switch(e){case D.ZT:t=(0,g.__)("Your account has been approved","google-site-kit");break;case D.pJ:t=(0,g.__)("Your site is ready for ads","google-site-kit");break;case D.X_:case D.iP:t=(0,g.__)("We’re getting your site ready for ads. This usually takes less than a day, but it can sometimes take a bit longer","google-site-kit");break;case D.ze:case D.f8:case D.gV:case D.bF:case D.Yb:t=(0,g.__)("You need to fix some issues before your account is approved. Go to AdSense to find out how to fix it","google-site-kit")}return t}(a),A=function(e){let t="";switch(e){case D.k:case D.dL:t=(0,g.__)("You need to fix some things before your site is ready.","google-site-kit");break;case D.oC:t=(0,g.__)("Your site is getting ready.","google-site-kit");break;case D.TF:t=(0,g.__)("Your site is ready for ads.","google-site-kit");break;case D.um:t=(0,g.__)("Your site is ready, with auto-ads disabled.","google-site-kit")}return t}(l),T=(0,y.A)((0,g.__)("View <VisuallyHidden>site </VisuallyHidden>in AdSense","google-site-kit"),{VisuallyHidden:(0,G.jsx)(K.A,{})}),S=function(e,t,i){let s=(0,g.__)("The AdSense code has not been placed on your site","google-site-kit");return e?s=(0,g.__)("The AdSense code has been placed on your site","google-site-kit"):t&&t===i&&(s=(0,g.__)("The AdSense code has been placed by another plugin or theme","google-site-kit")),s}(c,u,m),k=function(e){let t=(0,g.__)("Ads are currently displayed for all visitors","google-site-kit");return e.includes(X.nk)&&e.includes(X.ru)?t=(0,g.__)("All logged-in users and users who can write posts","google-site-kit"):e.includes(X.nk)?t=X.BN[X.nk]:e.includes(X.ru)&&(t=X.BN[X.ru]),t}(p),f=(0,s.useSelect)(e=>void 0===e(j.wl).getSettings()||void 0===e(j.wl).hasExistingAdBlockingRecoveryTag());return(0,G.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--adsense",children:[(0,G.jsx)(H.kg,{}),(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-items",children:[(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,G.jsx)($.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Publisher ID","google-site-kit")}),(0,G.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,G.jsx)(J.A,{value:e})})]}),(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,G.jsx)($.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Site Status","google-site-kit")}),(0,G.jsxs)("p",{className:"googlesitekit-settings-module__meta-item-data",children:[A+" ",(0,G.jsx)(P.A,{href:t,className:"googlesitekit-settings-module__cta-button",disabled:void 0===t,hideExternalIndicator:void 0===t,external:!0,children:T})]})]})]}),(0,G.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,G.jsx)($.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Account Status","google-site-kit")}),(0,G.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:M})]})}),(0,G.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,G.jsx)($.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("AdSense Code","google-site-kit")}),(0,G.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:S})]})}),(0,G.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,G.jsx)($.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Excluded from ads","google-site-kit")}),(0,G.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:k})]})}),i&&(0,G.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,G.jsx)($.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Web Stories Ad Unit","google-site-kit")}),(0,G.jsxs)("p",{className:"googlesitekit-settings-module__meta-item-data",children:[!o&&(0,G.jsx)("span",{children:(0,g.__)("None","google-site-kit")}),o&&(0,G.jsx)(J.A,{value:o})]})]})}),d?.length>0&&(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-items",children:[f&&(0,G.jsx)(O.ProgressBar,{verticalSpacing:86,small:!0}),!f&&(0,G.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,G.jsx)($.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Ad blocking recovery","google-site-kit")}),!n&&(0,G.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,g.__)("Ad blocking recovery message is not placed","google-site-kit")}),n&&(0,G.jsxs)(I.Fragment,{children:[(0,G.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:r?(0,g.__)("Ad blocking recovery message enabled with error protection code","google-site-kit"):(0,g.__)("Ad blocking recovery message enabled without error protection code","google-site-kit")}),(0,G.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,y.A)((0,g.__)("Identify site visitors that have an ad blocker browser extension installed. These site visitors will see the ad blocking recovery message created in AdSense. <a>Configure your message</a>","google-site-kit"),{a:(0,G.jsx)(P.A,{href:h,external:!0})})})]})]})]}),!d?.length&&(0,G.jsxs)(I.Fragment,{children:[f&&(0,G.jsx)(O.ProgressBar,{verticalSpacing:131,small:!0}),!f&&(0,G.jsx)(AdBlockingRecoverySetupCTANotice,{})]})]})}var q=i(62688),ee=i.n(q),te=i(10804),ie=i(16196),se=i(58116);function AdBlockerWarningWidget({Widget:e,WidgetNull:t}){return(0,s.useSelect)(e=>e(se.oR).isAdBlockerActive())?(0,G.jsx)(e,{noPadding:!0,children:(0,G.jsx)(te.A,{moduleSlug:"adsense"})}):(0,G.jsx)(t,{})}AdBlockerWarningWidget.propTypes={Widget:ee().elementType.isRequired};const oe=(0,ie.A)({moduleName:F.Py})(AdBlockerWarningWidget);var ae=i(68485),ne=i(35323),re=i(7184);function AdBlockingRecoverySetupCTAWidget({Widget:e,WidgetNull:t}){const i=(0,ne.A)(),o=(0,T.W)(),a=(0,S.A)(),n={tooltipSlug:j.OT,title:(0,g.__)("You can always set up ad blocking recovery in Settings later","google-site-kit"),dismissLabel:(0,g.__)("Got it","google-site-kit")},r=(0,ae.i)(n),l=(0,s.useSelect)(e=>e(se.oR).isPromptDismissed(j.OT)),c=(0,s.useSelect)(e=>e(se.oR).getPromptDismissCount(j.OT)),d=(0,s.useSelect)(e=>e(se.oR).isDismissingPrompt(j.OT)),u=(0,s.useSelect)(e=>i?null:e(j.wl).getAdBlockingRecoverySetupStatus()),m=(0,s.useSelect)(e=>i?null:e(j.wl).getAccountStatus()),p=(0,s.useSelect)(e=>i?null:e(j.wl).getSetupCompletedTimestamp()),y=(0,s.useSelect)(e=>i?null:e(j.wl).getSiteStatus()),h=(0,s.useSelect)(e=>e(j.wl).hasExistingAdBlockingRecoveryTag()),M=(0,s.useSelect)(e=>e(N.O4).getGoogleSupportURL({path:"/adsense/answer/11576589"})),f=(0,s.useSelect)(e=>e(N.O4).getAdminURL("googlesitekit-ad-blocking-recovery")),b=(0,s.useSelect)(e=>e(se.oR).getReferenceDate()),{dismissPrompt:_}=(0,s.useDispatch)(se.oR),{navigateTo:x}=(0,s.useDispatch)(A.M),v=(0,s.useSelect)(e=>f&&e(A.M).isNavigatingTo(f)),C=(0,k.XH)(b).getTime()-1e3*p>=3*k.Du*1e3,w=!i&&!1===h&&!1===l&&!1===d&&""===u&&m===D.pJ&&y===D.TF&&(!p||C);return(0,I.useEffect)(()=>{o&&w&&(0,k.sx)(`${a}_adsense-abr-cta-widget`,"view_notification")},[o,w,a]),w?(0,G.jsxs)(e,{noPadding:!0,children:[o&&w&&(0,G.jsx)(R.A,{triggerID:"view_abr_setup_cta",ttl:k.tt}),(0,G.jsx)(re.A,{className:"googlesitekit-banner--setup-cta",title:(0,g.__)("Recover revenue lost to ad blockers","google-site-kit"),description:(0,G.jsxs)(I.Fragment,{children:[(0,G.jsxs)(B.A,{children:[(0,g.__)("Display a message to give site visitors with an ad blocker the option to allow ads on your site.","google-site-kit")," ",(0,G.jsx)(P.A,{onClick:function(){(0,k.sx)(`${a}_adsense-abr-cta-widget`,"click_learn_more_link")},href:M,external:!0,children:(0,g.__)("Learn more","google-site-kit")})]}),(0,G.jsx)(B.A,{children:(0,g.__)("Publishers see up to 1 in 5 users choose to allow ads once they encounter an ad blocking recovery message*","google-site-kit")})]}),dismissButton:{label:c<2?(0,g.__)("Maybe later","google-site-kit"):(0,g.__)("Don’t show again","google-site-kit"),onClick:async function(){if((0,k.sx)(`${a}_adsense-abr-cta-widget`,"dismiss_notification"),r(),c<2){const e=2*k.Du;await _(j.OT,{expiresInSeconds:e})}else await _(j.OT)}},ctaButton:{label:(0,g.__)("Set up now","google-site-kit"),onClick:async function(){return await(0,k.sx)(`${a}_adsense-abr-cta-widget`,"confirm_notification"),x(f),new Promise(()=>{})},disabled:v},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzg1IiBoZWlnaHQ9IjE0NSIgdmlld0JveD0iMCAwIDM4NSAxNDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQyNTkpIj4KPHBhdGggZD0iTTM1Ny4zNzQgNDAuNDc5QzMxMS4zNzUgLTEwLjgyMjcgMjQ5LjI3NyAtMy41MDI2NCAyMjAuNDI0IDkuNDQxODlDMTgyLjc4MSAyNi4zMjkzIDE4My4xMjkgNTUuMTY5NyAxNjIuODQ4IDY3LjE1M0MxNDIuNTY2IDc5LjEzNjIgMTMxLjk0OSA3Ny44OTI5IDEwMC4xMjYgNzkuMDk3OUM2OC4zMDMgODAuMzAyOSAxNy4zOTk3IDk2LjMzOTggMy42MjI4NSAxNDcuMzY2Qy0xMC4xNTM5IDE5OC4zOTIgMTYuNTQwMiAyNDMuNTkyIDYzLjY4NzggMjU5LjAzM0MxMTAuODM1IDI3NC40NzQgMTMxLjAzMSAyNDQuNTIxIDE3Mi40NTMgMjM1LjgwNUMyMTMuODc0IDIyNy4wODggMjI5LjI0OCAyNDYuMDE1IDI2OC40IDI0MC43ODVDMzU1Ljc4IDIyOS4xMTMgNDI3LjU2MyAxMTguNzYgMzU3LjM3NCA0MC40NzlaIiBmaWxsPSIjQjhFNkNBIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTUwNV80MjU5KSI+CjxyZWN0IHg9IjcyLjAyMTUiIHk9IjMwLjAyNjEiIHdpZHRoPSIxOTAuOTg1IiBoZWlnaHQ9IjEzMC4zOTciIHJ4PSIxMC40MzEzIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSI4Mi4zNzYiIHk9IjU2LjM2OTQiIHdpZHRoPSI1Ny45NTQyIiBoZWlnaHQ9IjkzLjUxNyIgcng9IjMuOTExNzUiIGZpbGw9IiNCRUQ0RkYiLz4KPGNpcmNsZSBjeD0iOTguMTgxMiIgY3k9IjcyLjE3NTEiIHI9IjcuOTAyODUiIGZpbGw9IiM3RjlDRDQiLz4KPHBhdGggZD0iTTk5LjAzNjkgODYuOTE0NEw4Ny42NDQ1IDk5LjA5NzlIMTM1LjA2MkwxMTcuODE5IDgwLjY1OEwxMDUuNTAzIDkzLjgyOTRMOTkuMDM2OSA4Ni45MTQ0WiIgZmlsbD0iIzdGOUNENCIvPgo8cmVjdCB4PSIxMDAuODE2IiB5PSIxMzQuMDgiIHdpZHRoPSIyMS4wNzQzIiBoZWlnaHQ9IjEwLjUzNzEiIHJ4PSI1LjI2ODU2IiBmaWxsPSIjN0Y5Q0Q0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTI4LjQwMSAxMTkuNzIyQzEyOC40MDEgMTIwLjczMyAxMjcuNTgyIDEyMS41NTIgMTI2LjU3MSAxMjEuNTUySDk1LjgxNzhDOTQuODA2OSAxMjEuNTUyIDkzLjk4NzMgMTIwLjczMyA5My45ODczIDExOS43MjJDOTMuOTg3MyAxMTguNzExIDk0LjgwNjkgMTE3Ljg5MSA5NS44MTc4IDExNy44OTFIMTI2LjU3MUMxMjcuNTgyIDExNy44OTEgMTI4LjQwMSAxMTguNzExIDEyOC40MDEgMTE5LjcyMloiIGZpbGw9IiM3RjlDRDQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMjguNDAxIDEyNi4zMTFDMTI4LjQwMSAxMjcuMzIyIDEyNy41ODIgMTI4LjE0MiAxMjYuNTcxIDEyOC4xNDJIOTUuODE3OEM5NC44MDY5IDEyOC4xNDIgOTMuOTg3MyAxMjcuMzIyIDkzLjk4NzMgMTI2LjMxMUM5My45ODczIDEyNS4zMDEgOTQuODA2OSAxMjQuNDgxIDk1LjgxNzggMTI0LjQ4MUgxMjYuNTcxQzEyNy41ODIgMTI0LjQ4MSAxMjguNDAxIDEyNS4zMDEgMTI4LjQwMSAxMjYuMzExWiIgZmlsbD0iIzdGOUNENCIvPgo8cGF0aCBkPSJNNzIuMDIxNSA0MC40NTc1QzcyLjAyMTUgMzQuNjk2NCA3Ni42OTE4IDMwLjAyNjEgODIuNDUyOCAzMC4wMjYxSDI1Mi41NzZDMjU4LjMzNyAzMC4wMjYxIDI2My4wMDcgMzQuNjk2NCAyNjMuMDA3IDQwLjQ1NzVWNDUuODMxOEg3Mi4wMjE1VjQwLjQ1NzVaIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9Ijc5LjkyMzgiIHk9IjM1LjI5NDciIHdpZHRoPSI1LjI2ODU2IiBoZWlnaHQ9IjUuMjY4NTYiIHJ4PSIyLjYzNDI4IiBmaWxsPSIjQ0JEMEQzIi8+CjxyZWN0IHg9Ijg3LjgyNzEiIHk9IjM1LjI5NDciIHdpZHRoPSI1LjI2ODU2IiBoZWlnaHQ9IjUuMjY4NTYiIHJ4PSIyLjYzNDI4IiBmaWxsPSIjQ0JEMEQzIi8+CjxyZWN0IHg9IjE1Ni4wMSIgeT0iNTYuMzY5NCIgd2lkdGg9IjkyLjg1ODUiIGhlaWdodD0iMzEuNjExNCIgcng9IjcuMzIyMDgiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTU2LjIyNiIgeT0iOTYuNjU3IiB3aWR0aD0iNjguMDk1MyIgaGVpZ2h0PSI4LjA1NDI5IiByeD0iNC4wMjcxNCIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxNTYuMDEiIHk9IjExMi41NTciIHdpZHRoPSI4MC4zNDU2IiBoZWlnaHQ9IjQuMTM2MDgiIHJ4PSIyLjA2ODA0IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjE1Ni4wMSIgeT0iMTIyLjUyOCIgd2lkdGg9IjY4LjQ5MTMiIGhlaWdodD0iNC4xMzYwOCIgcng9IjIuMDY4MDQiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTU2LjAxIiB5PSIxMzIuNDk5IiB3aWR0aD0iOTIuODU4NSIgaGVpZ2h0PSI0LjEzNjA4IiByeD0iMi4wNjgwNCIgZmlsbD0iI0VCRUVGMCIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV80MjU5KSI+CjxjaXJjbGUgY3g9IjI0MS4xMDciIGN5PSIzNS4wOTczIiByPSIxOC45ODMxIiBmaWxsPSIjQzU5NTM5Ii8+CjxwYXRoIGQ9Ik0yNDQuOTI1IDMwLjAwMTJDMjQ0LjQyOSAyOS40NSAyNDIuOTQgMjguMzQ3NCAyNDAuOTU2IDI4LjM0NzRDMjM4LjQ3NSAyOC4zNDc0IDIzNi45ODYgMzAuMDAxMiAyMzYuOTg2IDMxLjY1NTFDMjM2Ljk4NiAzNi4yMDM4IDI0NC45MjUgMzMuNjEzOSAyNDQuOTI1IDM4LjI3MDRDMjQ0LjkyNSAzOS45MjQzIDI0My40MzYgNDEuNTc4MSAyNDAuOTU2IDQxLjU3ODFDMjM4Ljk3MSA0MS41NzgxIDIzNy40ODIgNDAuNDc1NSAyMzYuOTg2IDM5LjkyNDMiIHN0cm9rZT0iI0ZGRTRCMSIgc3Ryb2tlLXdpZHRoPSIxLjQ2NDQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTI0MC45NTUgMjUuMDM5OFY0NC44ODU4IiBzdHJva2U9IiNGRkU0QjEiIHN0cm9rZS13aWR0aD0iMS40NjQ0MiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjJfZF8xNTA1XzQyNTkpIj4KPGNpcmNsZSBjeD0iMjAwLjgzNiIgY3k9IjEzMy45NDUiIHI9IjE1LjMyMiIgZmlsbD0iI0M1OTUzOSIvPgo8cGF0aCBkPSJNMjAzLjkxNyAxMjkuODMyQzIwMy41MTcgMTI5LjM4NyAyMDIuMzE1IDEyOC40OTcgMjAwLjcxMyAxMjguNDk3QzE5OC43MTEgMTI4LjQ5NyAxOTcuNTEgMTI5LjgzMiAxOTcuNTEgMTMxLjE2N0MxOTcuNTEgMTM0LjgzOSAyMDMuOTE3IDEzMi43NDggMjAzLjkxNyAxMzYuNTA3QzIwMy45MTcgMTM3Ljg0MSAyMDIuNzE2IDEzOS4xNzYgMjAwLjcxMyAxMzkuMTc2QzE5OS4xMTIgMTM5LjE3NiAxOTcuOTEgMTM4LjI4NiAxOTcuNTEgMTM3Ljg0MSIgc3Ryb2tlPSIjRkZFNEIxIiBzdHJva2Utd2lkdGg9IjEuNDY0NDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjAwLjcxMyAxMjUuODI4VjE0MS44NDYiIHN0cm9rZT0iI0ZGRTRCMSIgc3Ryb2tlLXdpZHRoPSIxLjQ2NDQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyM19kXzE1MDVfNDI1OSkiPgo8Y2lyY2xlIGN4PSIxNjkuNDA1IiBjeT0iMTA2LjkwOCIgcj0iMTAuOTgzMSIgZmlsbD0iI0M1OTUzOSIvPgo8cGF0aCBkPSJNMTcxLjYxNCAxMDMuOTU5QzE3MS4zMjcgMTAzLjY0IDE3MC40NjYgMTAzLjAwMiAxNjkuMzE4IDEwMy4wMDJDMTY3Ljg4MyAxMDMuMDAyIDE2Ny4wMjEgMTAzLjk1OSAxNjcuMDIxIDEwNC45MTZDMTY3LjAyMSAxMDcuNTQ4IDE3MS42MTQgMTA2LjA0OSAxNzEuNjE0IDEwOC43NDRDMTcxLjYxNCAxMDkuNzAxIDE3MC43NTMgMTEwLjY1NyAxNjkuMzE4IDExMC42NTdDMTY4LjE3IDExMC42NTcgMTY3LjMwOSAxMTAuMDE5IDE2Ny4wMjEgMTA5LjcwMSIgc3Ryb2tlPSIjRkZFNEIxIiBzdHJva2Utd2lkdGg9IjEuMjU1MjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTY5LjMxOCAxMDEuMDg5VjExMi41NzEiIHN0cm9rZT0iI0ZGRTRCMSIgc3Ryb2tlLXdpZHRoPSIxLjI1NTIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyNF9kXzE1MDVfNDI1OSkiPgo8Y2lyY2xlIGN4PSIyODUuMjg4IiBjeT0iNzEuODIyNSIgcj0iMTAuOTgzMSIgZmlsbD0iI0M1OTUzOSIvPgo8cGF0aCBkPSJNMjg3LjQ5NyA2OC44NzM5QzI4Ny4yMSA2OC41NTQ5IDI4Ni4zNDkgNjcuOTE3IDI4NS4yMDEgNjcuOTE3QzI4My43NjUgNjcuOTE3IDI4Mi45MDQgNjguODczOSAyODIuOTA0IDY5LjgzMDdDMjgyLjkwNCA3Mi40NjI1IDI4Ny40OTcgNzAuOTY0IDI4Ny40OTcgNzMuNjU4MkMyODcuNDk3IDc0LjYxNTEgMjg2LjYzNiA3NS41NzE5IDI4NS4yMDEgNzUuNTcxOUMyODQuMDUzIDc1LjU3MTkgMjgzLjE5MSA3NC45MzQgMjgyLjkwNCA3NC42MTUxIiBzdHJva2U9IiNGRkU0QjEiIHN0cm9rZS13aWR0aD0iMS4yNTUyMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0yODUuMjAxIDY2LjAwMzRWNzcuNDg1OCIgc3Ryb2tlPSIjRkZFNEIxIiBzdHJva2Utd2lkdGg9IjEuMjU1MjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNTA1XzQyNTkiIHg9IjYwLjMwNjIiIHk9IjIxLjIzOTYiIHdpZHRoPSIyMTQuNDE2IiBoZWlnaHQ9IjE1My44MjgiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi45Mjg4MyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1Ljg1NzY2Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDI1OSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQyNTkiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNTA1XzQyNTkiIHg9IjIxMC40MDkiIHk9IjcuMzI3NzciIHdpZHRoPSI2MS4zOTY1IiBoZWlnaHQ9IjYxLjM5NjciIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi45Mjg4MyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1Ljg1NzY2Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDI1OSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQyNTkiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjJfZF8xNTA1XzQyNTkiIHg9IjE3Ni4wNTgiIHk9IjExMS41MzEiIHdpZHRoPSI0OS41NTU0IiBoZWlnaHQ9IjQ5LjU1NTkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4zNjM5OCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjcyNzk2Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDI1OSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQyNTkiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjNfZF8xNTA1XzQyNTkiIHg9IjE1MS42NDQiIHk9IjkwLjg0MTIiIHdpZHRoPSIzNS41MjIyIiBoZWlnaHQ9IjM1LjUyMjciIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMS42OTQ1NSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzLjM4OTA5Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDI1OSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQyNTkiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjRfZF8xNTA1XzQyNTkiIHg9IjI2Ny41MjYiIHk9IjU1Ljc1NTciIHdpZHRoPSIzNS41MjIyIiBoZWlnaHQ9IjM1LjUyMjciIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMS42OTQ1NSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzLjM4OTA5Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDI1OSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQyNTkiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTUwNV80MjU5Ij4KPHJlY3Qgd2lkdGg9IjM4NSIgaGVpZ2h0PSIxNDUiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==",mobile:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDI3IiBoZWlnaHQ9IjI5NyIgdmlld0JveD0iMCAwIDQyNyAyOTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDk2XzM4NzgpIj4KPHBhdGggZD0iTTQ5MC4wNjggLTEzOS4wNDhDNDEyLjQ1NSAtMjAyLjU4NyAzMjQuNzggLTE3OC4xODIgMjg2LjE3MyAtMTUzLjExMUMyMzUuODA2IC0xMjAuNDAzIDI0Mi43NDUgLTc4Ljk4MzggMjE2LjI1MyAtNTcuMjEwOUMxODkuNzYgLTM1LjQzOCAxNzQuMjExIC0zNC44NTQ4IDEyOC43MTIgLTI2LjAxMThDODMuMjEzMyAtMTcuMTY4NyAxMy41ODQyIDE3LjI3NzcgNS4xNjQ0NiA5My43NzM5Qy0zLjI1NTI0IDE3MC4yNyA0NS4yMzAyIDIyOS4zNDMgMTE2LjQ4NyAyNDEuMDI3QzE4Ny43NDQgMjUyLjcxMSAyMTAuMTAxIDIwNS4xMDMgMjY3LjcyOCAxODMuMzA3QzMyNS4zNTQgMTYxLjUxMSAzNTEuNjkyIDE4NS4zMSA0MDYuODMzIDE2OS4wMzhDNTI5Ljg5OCAxMzIuNzIzIDYwOC40OTYgLTQyLjA5NDYgNDkwLjA2OCAtMTM5LjA0OFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNDk2XzM4NzgpIj4KPHJlY3QgeD0iOTIuNjAyNSIgeT0iNzMuNDk2MyIgd2lkdGg9IjI2MC44MzUiIGhlaWdodD0iMTc4LjA4NyIgcng9IjE0LjI0NjQiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjEwNi43NDQiIHk9IjEwOS40NzQiIHdpZHRoPSI3OS4xNSIgaGVpZ2h0PSIxMjcuNzE5IiByeD0iNS4zNDI0MSIgZmlsbD0iI0JFRDRGRiIvPgo8Y2lyY2xlIGN4PSIxMjguMzMiIGN5PSIxMzEuMDYxIiByPSIxMC43OTMyIiBmaWxsPSIjN0Y5Q0Q0Ii8+CjxwYXRoIGQ9Ik0xMjkuNDk4IDE1MS4xOTFMMTEzLjkzOSAxNjcuODNIMTc4LjY5OUwxNTUuMTUgMTQyLjY0NkwxMzguMzI5IDE2MC42MzVMMTI5LjQ5OCAxNTEuMTkxWiIgZmlsbD0iIzdGOUNENCIvPgo8cmVjdCB4PSIxMzEuOTI5IiB5PSIyMTUuNjA3IiB3aWR0aD0iMjguNzgxOCIgaGVpZ2h0PSIxNC4zOTA5IiByeD0iNy4xOTU0NSIgZmlsbD0iIzdGOUNENCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2OS42MDMgMTk1Ljk5NkMxNjkuNjAzIDE5Ny4zNzcgMTY4LjQ4MyAxOTguNDk2IDE2Ny4xMDMgMTk4LjQ5NkgxMjUuMTAzQzEyMy43MjIgMTk4LjQ5NiAxMjIuNjAzIDE5Ny4zNzcgMTIyLjYwMyAxOTUuOTk2QzEyMi42MDMgMTk0LjYxNiAxMjMuNzIyIDE5My40OTYgMTI1LjEwMyAxOTMuNDk2SDE2Ny4xMDNDMTY4LjQ4MyAxOTMuNDk2IDE2OS42MDMgMTk0LjYxNiAxNjkuNjAzIDE5NS45OTZaIiBmaWxsPSIjN0Y5Q0Q0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTY5LjYwMyAyMDQuOTk2QzE2OS42MDMgMjA2LjM3NyAxNjguNDgzIDIwNy40OTYgMTY3LjEwMyAyMDcuNDk2SDEyNS4xMDNDMTIzLjcyMiAyMDcuNDk2IDEyMi42MDMgMjA2LjM3NyAxMjIuNjAzIDIwNC45OTZDMTIyLjYwMyAyMDMuNjE2IDEyMy43MjIgMjAyLjQ5NiAxMjUuMTAzIDIwMi40OTZIMTY3LjEwM0MxNjguNDgzIDIwMi40OTYgMTY5LjYwMyAyMDMuNjE2IDE2OS42MDMgMjA0Ljk5NloiIGZpbGw9IiM3RjlDRDQiLz4KPHBhdGggZD0iTTkyLjYwMjUgODcuNzQyN0M5Mi42MDI1IDc5Ljg3NDcgOTguOTgwOSA3My40OTYzIDEwNi44NDkgNzMuNDk2M0gzMzkuMTkxQzM0Ny4wNTkgNzMuNDk2MyAzNTMuNDM4IDc5Ljg3NDcgMzUzLjQzOCA4Ny43NDI4Vjk1LjA4MjdIOTIuNjAyNVY4Ny43NDI3WiIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxMDMuMzk2IiB5PSI4MC42OTE3IiB3aWR0aD0iNy4xOTU0NSIgaGVpZ2h0PSI3LjE5NTQ1IiByeD0iMy41OTc3MyIgZmlsbD0iI0NCRDBEMyIvPgo8cmVjdCB4PSIxMTQuMTg5IiB5PSI4MC42OTE3IiB3aWR0aD0iNy4xOTU0NSIgaGVpZ2h0PSI3LjE5NTQ1IiByeD0iMy41OTc3MyIgZmlsbD0iI0NCRDBEMyIvPgo8cmVjdCB4PSIyMDcuMzA4IiB5PSIxMDkuNDc0IiB3aWR0aD0iMTI2LjgyIiBoZWlnaHQ9IjQzLjE3MjciIHJ4PSIxMCIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIyMDcuNjAzIiB5PSIxNjQuNDk2IiB3aWR0aD0iOTMiIGhlaWdodD0iMTEiIHJ4PSI1LjUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjA3LjMwOCIgeT0iMTg2LjIxMSIgd2lkdGg9IjEwOS43MzEiIGhlaWdodD0iNS42NDg3OCIgcng9IjIuODI0MzkiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjA3LjMwOCIgeT0iMTk5LjgyOSIgd2lkdGg9IjkzLjU0MDkiIGhlaWdodD0iNS42NDg3OCIgcng9IjIuODI0MzkiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjA3LjMwOCIgeT0iMjEzLjQ0NyIgd2lkdGg9IjEyNi44MiIgaGVpZ2h0PSI1LjY0ODc4IiByeD0iMi44MjQzOSIgZmlsbD0iI0VCRUVGMCIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTQ5Nl8zODc4KSI+CjxjaXJjbGUgY3g9IjMyMy41MjgiIGN5PSI4MC40MjIxIiByPSIyNS45MjU4IiBmaWxsPSIjQzU5NTM5Ii8+CjxwYXRoIGQ9Ik0zMjguNzQyIDczLjQ2MjJDMzI4LjA2NSA3Mi43MDkzIDMyNi4wMzIgNzEuMjAzNSAzMjMuMzIxIDcxLjIwMzVDMzE5LjkzMyA3MS4yMDM1IDMxNy45IDczLjQ2MjIgMzE3LjkgNzUuNzIwOUMzMTcuOSA4MS45MzMzIDMyOC43NDIgNzguMzk2IDMyOC43NDIgODQuNzU1N0MzMjguNzQyIDg3LjAxNDQgMzI2LjcwOSA4OS4yNzMxIDMyMy4zMjEgODkuMjczMUMzMjAuNjExIDg5LjI3MzEgMzE4LjU3OCA4Ny43NjczIDMxNy45IDg3LjAxNDQiIHN0cm9rZT0iI0ZGRTRCMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTMyMy4zMjEgNjYuNjg2M1Y5My43OTA2IiBzdHJva2U9IiNGRkU0QjEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjJfZF8xNDk2XzM4NzgpIj4KPGNpcmNsZSBjeD0iMjY4LjUyOCIgY3k9IjIxNS40MjIiIHI9IjIwLjkyNTgiIGZpbGw9IiNDNTk1MzkiLz4KPHBhdGggZD0iTTI3Mi43MzcgMjA5LjgwNEMyNzIuMTkgMjA5LjE5NyAyNzAuNTQ5IDIwNy45ODEgMjY4LjM2MiAyMDcuOTgxQzI2NS42MjcgMjA3Ljk4MSAyNjMuOTg2IDIwOS44MDQgMjYzLjk4NiAyMTEuNjI3QzI2My45ODYgMjE2LjY0MiAyNzIuNzM3IDIxMy43ODcgMjcyLjczNyAyMTguOTJDMjcyLjczNyAyMjAuNzQzIDI3MS4wOTYgMjIyLjU2NiAyNjguMzYyIDIyMi41NjZDMjY2LjE3NCAyMjIuNTY2IDI2NC41MzMgMjIxLjM1MSAyNjMuOTg2IDIyMC43NDMiIHN0cm9rZT0iI0ZGRTRCMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTI2OC4zNjEgMjA0LjMzNVYyMjYuMjEyIiBzdHJva2U9IiNGRkU0QjEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjNfZF8xNDk2XzM4NzgpIj4KPGNpcmNsZSBjeD0iMjI1LjYwMyIgY3k9IjE3OC40OTYiIHI9IjE1IiBmaWxsPSIjQzU5NTM5Ii8+CjxwYXRoIGQ9Ik0yMjguNjE5IDE3NC40NjlDMjI4LjIyNyAxNzQuMDM0IDIyNy4wNTEgMTczLjE2MiAyMjUuNDgzIDE3My4xNjJDMjIzLjUyMyAxNzMuMTYyIDIyMi4zNDcgMTc0LjQ2OSAyMjIuMzQ3IDE3NS43NzZDMjIyLjM0NyAxNzkuMzcgMjI4LjYxOSAxNzcuMzI0IDIyOC42MTkgMTgxLjAwM0MyMjguNjE5IDE4Mi4zMSAyMjcuNDQzIDE4My42MTcgMjI1LjQ4MyAxODMuNjE3QzIyMy45MTUgMTgzLjYxNyAyMjIuNzM5IDE4Mi43NDYgMjIyLjM0NyAxODIuMzEiIHN0cm9rZT0iI0ZGRTRCMSIgc3Ryb2tlLXdpZHRoPSIxLjcxNDI5IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIyNS40ODMgMTcwLjU0OVYxODYuMjMxIiBzdHJva2U9IiNGRkU0QjEiIHN0cm9rZS13aWR0aD0iMS43MTQyOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjRfZF8xNDk2XzM4NzgpIj4KPGNpcmNsZSBjeD0iMzcyLjYwMyIgY3k9IjMwLjQ5NjMiIHI9IjE1IiBmaWxsPSIjQzU5NTM5Ii8+CjxwYXRoIGQ9Ik0zNzUuNjE5IDI2LjQ2OTNDMzc1LjIyNyAyNi4wMzM3IDM3NC4wNTEgMjUuMTYyNSAzNzIuNDgzIDI1LjE2MjVDMzcwLjUyMyAyNS4xNjI1IDM2OS4zNDcgMjYuNDY5MyAzNjkuMzQ3IDI3Ljc3NjFDMzY5LjM0NyAzMS4zNzA1IDM3NS42MTkgMjkuMzIzOSAzNzUuNjE5IDMzLjAwMzRDMzc1LjYxOSAzNC4zMTAyIDM3NC40NDMgMzUuNjE3MSAzNzIuNDgzIDM1LjYxNzFDMzcwLjkxNSAzNS42MTcxIDM2OS43MzkgMzQuNzQ1OCAzNjkuMzQ3IDM0LjMxMDIiIHN0cm9rZT0iI0ZGRTRCMSIgc3Ryb2tlLXdpZHRoPSIxLjcxNDI5IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTM3Mi40ODMgMjIuNTQ5VjM4LjIzMDgiIHN0cm9rZT0iI0ZGRTRCMSIgc3Ryb2tlLXdpZHRoPSIxLjcxNDI5IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9nPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMTQ5Nl8zODc4IiB4PSI3Ni42MDI1IiB5PSI2MS40OTYzIiB3aWR0aD0iMjkyLjgzNSIgaGVpZ2h0PSIyMTAuMDg3IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjQiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iOCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDk2XzM4NzgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ5Nl8zODc4IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIxX2RfMTQ5Nl8zODc4IiB4PSIyODEuNjAzIiB5PSI0Mi40OTYzIiB3aWR0aD0iODMuODUxNiIgaGVpZ2h0PSI4My44NTE2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjQiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iOCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDk2XzM4NzgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ5Nl8zODc4IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIyX2RfMTQ5Nl8zODc4IiB4PSIyMzQuNjg4IiB5PSIxODQuODExIiB3aWR0aD0iNjcuNjgwMSIgaGVpZ2h0PSI2Ny42ODAxIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjMuMjI4NTciLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi40NTcxMyIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDk2XzM4NzgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ5Nl8zODc4IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIzX2RfMTQ5Nl8zODc4IiB4PSIyMDEuMzQ1IiB5PSIxNTYuNTUzIiB3aWR0aD0iNDguNTE0NCIgaGVpZ2h0PSI0OC41MTQ0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjIuMzE0MyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjYyODYiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ5Nl8zODc4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0OTZfMzg3OCIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyNF9kXzE0OTZfMzg3OCIgeD0iMzQ4LjM0NSIgeT0iOC41NTM0NCIgd2lkdGg9IjQ4LjUxNDQiIGhlaWdodD0iNDguNTE0NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjMxNDMiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNC42Mjg2Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE0OTZfMzg3OCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDk2XzM4NzgiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTQ5Nl8zODc4Ij4KPHJlY3Qgd2lkdGg9IjQyNyIgaGVpZ2h0PSIyOTciIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==",verticalPosition:"bottom"},helpText:(0,g.__)("*Average for publishers showing non-dismissible ad blocking recovery messages placed at the center of the page on desktop","google-site-kit")})]}):(0,G.jsx)(t,{})}AdBlockingRecoverySetupCTAWidget.propTypes={Widget:ee().elementType.isRequired,WidgetNull:ee().elementType.isRequired};const le=(0,ie.A)({moduleName:F.Py})(AdBlockingRecoverySetupCTAWidget);var ce=i(54349),de=i(49655),ge=i(20068);function AdBlockingRecoverySetupSuccessNotification({id:e,Notification:t}){const{triggerSurvey:i}=(0,s.useDispatch)(se.oR),o=(0,s.useSelect)(e=>e(j.wl).getAccountID()),a=(0,s.useSelect)(e=>e(j.wl).getServiceURL({path:`/${o}/privacymessaging/ad_blocking`})),n=(0,I.useCallback)(()=>{i("abr_setup_completed",{ttl:k.tt})},[i]),[,r]=(0,ge.A)("notification"),l=(0,I.useCallback)(()=>{r(void 0)},[r]);return(0,G.jsx)(t,{onView:n,children:(0,G.jsx)(ce.A,{notificationID:e,type:de.Q.SUCCESS,title:(0,g.__)("You successfully enabled the ad blocking recovery message","google-site-kit"),description:(0,y.A)((0,g.__)("Make sure to also create the message in <a>AdSense</a>, otherwise this feature won’t work","google-site-kit"),{a:(0,G.jsx)(P.A,{href:a,external:!0,hideExternalIndicator:!0})}),dismissButton:{onClick:l}})})}AdBlockingRecoverySetupSuccessNotification.propTypes={id:ee().string.isRequired,Notification:ee().elementType.isRequired};var ue=i(83945);function AdSenseConnectCTAWidget({Widget:e,WidgetNull:t}){const{dismissItem:i}=(0,s.useDispatch)(se.oR),o={tooltipSlug:F.CX,title:(0,g.__)("You can always connect AdSense from here later","google-site-kit"),content:(0,g.__)("The Monetization section will be added back to your dashboard if you connect AdSense in Settings later","google-site-kit"),dismissLabel:(0,g.__)("Got it","google-site-kit")},a=(0,ae.i)(o),n=(0,s.useSelect)(e=>e(Y.i).isModuleConnected(F.Py)),r=(0,s.useSelect)(e=>e(se.oR).isItemDismissed(F.SM)),l=(0,s.useSelect)(e=>e(se.oR).isDismissingItem(F.SM)),c=(0,I.useCallback)(async()=>{a(),await i(F.SM)},[i,a]);return!1===n&&!1===r&&!1===l?(0,G.jsx)(e,{noPadding:!0,children:(0,G.jsx)(ue.A,{onDismissModule:c})}):(0,G.jsx)(t,{})}AdSenseConnectCTAWidget.propTypes={Widget:ee().elementType.isRequired,WidgetNull:ee().elementType.isRequired};const me=AdSenseConnectCTAWidget;var pe=i(63560),Ie=i(39016),ye=i(72455),he=i(99897),Me=i(99449),Ae=i(91560),Ne=i(63701),Te=i(49539),Se=i(63264),ke=i(77657);function DashboardTopEarningPagesWidgetGA4({WidgetNull:e,WidgetReportError:t,Widget:i}){const o=(0,ne.A)(),a=(0,s.useInViewSelect)(e=>e(ye.K9).isGatheringData()),{startDate:n,endDate:r}=(0,s.useSelect)(e=>e(se.oR).getDateRangeDates({offsetDays:ye.f2})),l=(0,s.useSelect)(e=>e(j.wl).getAccountID()),c={startDate:n,endDate:r,dimensions:["pagePath","adSourceName"],metrics:[{name:"totalAdRevenue"}],dimensionFilters:{adSourceName:`Google AdSense account (${l})`},orderby:[{metric:{metricName:"totalAdRevenue"},desc:!0}],limit:5,reportID:"adsense_top-earning-pages-widget-ga4_widget_args"},d=(0,s.useInViewSelect)(e=>e(ye.K9).getReport(c),[c]),u=(0,s.useSelect)(e=>e(ye.K9).getErrorForSelector("getReport",[c])),m=(0,s.useInViewSelect)(e=>u?void 0:e(ye.K9).getPageTitles(d,c),[d,c]),p=(0,s.useSelect)(e=>!e(ye.K9).hasFinishedResolution("getReport",[c])||!u&&void 0===m),y=(0,s.useSelect)(e=>e(se.oR).isItemDismissed(F.kj)),h=(0,s.useSelect)(e=>o?null:e(ye.K9).getServiceReportURL("content-publisher-overview",(0,Me.M)({startDate:n,endDate:r}))),M=(0,s.useSelect)(e=>e(ye.K9).getAdSenseLinked()),A=(0,s.useSelect)(e=>e(se.oR).isAdBlockerActive()),N=(0,I.useRef)(),[T,f]=(0,I.useState)(!1);function b(e){N.current=e,e&&!T&&f(!0)}const _=(0,S.A)(),x=(0,pe.A)(N,{threshold:.25}),[v,C]=(0,I.useState)(!1),D=!!x?.intersectionRatio;if((0,I.useEffect)(()=>{D&&!v&&(M&&(0,k.sx)(`${_}_top-earning-pages-widget`,"view_widget"),M||(0,k.sx)(`${_}_top-earning-pages-widget`,"view_notification"),C(!0))},[D,_,M,v]),y)return(0,G.jsx)(e,{});if(!M&&o)return(0,G.jsx)(e,{});if(A)return(0,G.jsx)(i,{Footer,children:(0,G.jsx)(te.A,{moduleSlug:"adsense"})});if(p||void 0===a)return(0,G.jsx)(i,{Footer,noPadding:!0,children:(0,G.jsx)(Ne.A,{rows:5,padding:!0})});if(!M&&!o)return(0,G.jsx)(i,{Footer,ref:b,children:(0,G.jsx)(H.gx,{onClick:function(){(0,k.sx)(`${_}_top-earning-pages-widget`,"click_learn_more_link")}})});if(u)return(0,G.jsx)(i,{Footer,children:(0,G.jsx)(t,{moduleSlug:"analytics-4",error:u})});function Footer(){return(0,G.jsx)(Ae.A,{className:"googlesitekit-data-block__source",name:(0,g._x)("Analytics","Service name","google-site-kit"),href:h,external:!0})}const w="googlesitekit-typography googlesitekit-typography--title googlesitekit-typography--medium",E=[{columnHeaderClassName:w,title:(0,g.__)("Top Earning Pages","google-site-kit"),tooltip:(0,g.__)("Top Earning Pages","google-site-kit"),primary:!0,Component({row:e}){const[{value:t}]=e.dimensionValues,i=m[t],a=(0,s.useSelect)(e=>o?null:e(ye.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:t},dates:{startDate:n,endDate:r}}));return o?(0,G.jsx)("span",{children:i}):(0,G.jsx)(P.A,{href:a,title:i,external:!0,hideExternalIndicator:!0,children:i})}},{columnHeaderClassName:w,title:(0,g.__)("Earnings","google-site-kit"),tooltip:(0,g.__)("Earnings","google-site-kit"),field:"metricValues.0.value",Component:({fieldValue:e})=>(0,G.jsx)("span",{children:(0,k.Eo)(e,{style:"currency",currency:d?.metadata?.currencyCode})})}];return(0,G.jsx)(i,{Footer,ref:b,noPadding:!0,children:(0,G.jsx)(Se.A,{children:(0,G.jsx)(Te.A,{rows:d?.rows||[],columns:E,zeroState:ke.QQ,gatheringData:a})})})}DashboardTopEarningPagesWidgetGA4.propTypes={Widget:ee().elementType.isRequired,WidgetNull:ee().elementType.isRequired,WidgetReportError:ee().elementType.isRequired};const je=(0,Ie.A)((0,ie.A)({moduleName:F.Py}),(0,ie.A)({moduleName:he.L1}))(DashboardTopEarningPagesWidgetGA4);var fe=i(23224),be=i(311);const _e=function Header(){const e=(0,s.useSelect)(e=>e(se.oR).getDateRangeNumberOfDays());return(0,G.jsx)(be.A,{title:(0,g.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,g._n)("Performance over the last %s day","Performance over the last %s days",e,"google-site-kit"),e)})};var xe=i(32091),ve=i.n(xe);const Ce=function Footer(){const e=(0,ne.A)(),t=(0,s.useSelect)(e=>e(se.oR).getDateRangeDates({offsetDays:j.f2})),i=(0,s.useSelect)(i=>e?null:i(j.wl).getServiceReportURL(function(e){ve()(e,"A dates object is required.");const{startDate:t,endDate:i}=e;return ve()((0,k.Qr)(t),"A valid startDate is required."),ve()((0,k.Qr)(i),"A valid endDate is required."),{d:`${t.replace(/-/g,"/")}-${i.replace(/-/g,"/")}`}}(t)));return(0,G.jsx)(Ae.A,{href:i,name:(0,g._x)("AdSense","Service name","google-site-kit"),external:!0})};var De=i(55527),we=i(97029),Ee=i(91865);function Overview({metrics:e,currentRangeData:t,previousRangeData:i,selectedStats:s,handleStatsSelection:o}){const{totals:a,headers:n}=t,{totals:r}=i,l={smSize:2,mdSize:2,lgSize:3};return(0,G.jsx)(De.xA,{children:(0,G.jsxs)(Ee.A,{className:"mdc-layout-grid__inner",children:[(0,G.jsx)(De.fh,{...l,children:(0,G.jsx)(we.A,{stat:0,className:"googlesitekit-data-block--page-rpm googlesitekit-data-block--button-1",title:e[n[0].name],datapoint:a?.cells[0].value||0,datapointUnit:n[0]?.currencyCode,change:(0,k.Zf)(r?.cells[0].value||0,a?.cells[0].value||0),changeDataUnit:"%",context:"button",selected:0===s,handleStatSelection:o})}),(0,G.jsx)(De.fh,{...l,children:(0,G.jsx)(we.A,{stat:1,className:"googlesitekit-data-block--page-rpm googlesitekit-data-block--button-2",title:e[n[1].name],datapoint:a?.cells[1].value||0,datapointUnit:n[1]?.currencyCode,change:(0,k.Zf)(r?.cells[1].value||0,a?.cells[1].value||0),changeDataUnit:"%",context:"button",selected:1===s,handleStatSelection:o})}),(0,G.jsx)(De.fh,{...l,children:(0,G.jsx)(we.A,{stat:2,className:"googlesitekit-data-block--page-rpm googlesitekit-data-block--button-3",title:e[n[2].name],datapoint:a?.cells[2].value||0,change:(0,k.Zf)(r?.cells[2].value||0,a?.cells[2].value||0),changeDataUnit:"%",context:"button",selected:2===s,handleStatSelection:o})}),(0,G.jsx)(De.fh,{...l,children:(0,G.jsx)(we.A,{stat:3,className:"googlesitekit-data-block--impression googlesitekit-data-block--button-4",title:e[n[3].name],datapoint:a?.cells[3].value||0,datapointUnit:"%",change:(0,k.Zf)(r?.cells[3].value||0,a?.cells[3].value||0),changeDataUnit:"%",context:"button",selected:3===s,handleStatSelection:o})})]})})}Overview.propTypes={metrics:ee().object,currentRangeData:ee().object,previousRangeData:ee().object,selectedStats:ee().number.isRequired,handleStatsSelection:ee().func.isRequired};const Ze=Overview;var Re=i(4518),Le=i(54415);function Stats(e){const{metrics:t,currentRangeData:i,previousRangeData:s,selectedStats:o}=e,a=function(e,t,i,s,o){const a=[[{type:"date",label:(0,g.__)("Day","google-site-kit")},{type:"string",role:"tooltip",p:{html:!0}},{type:"number",label:i},{type:"number",label:(0,g.__)("Previous period","google-site-kit")}]];function n(e){const t=new Date(e);return t.setDate(e.getDate()+1),t}function r(e){return t=>e.getTime()===(0,k.XH)(t.cells[0].value).getTime()}let l=C(e.startDate),c=C(t.startDate);const d=C(e.endDate),u=(0,k.JK)(),m={weekday:"short",month:"short",day:"numeric"};for(;l<=d;){const d=parseFloat((e?.rows||[]).find(r(l))?.cells?.[s]?.value||0),p=parseFloat((t?.rows||[]).find(r(c))?.cells?.[s]?.value||0),I=(0,k.Cn)(d,p),y=(0,k.vY)(I),h=(0,g.sprintf)(/* translators: 1: date for user stats, 2: previous date for user stats comparison */ /* translators: 1: date for user stats, 2: previous date for user stats comparison */ (0,g._x)("%1$s vs %2$s","Date range for chart tooltip","google-site-kit"),l.toLocaleDateString(u,m),c.toLocaleDateString(u,m));let M=(0,k.Eo)(d,o?.currencyCode);"METRIC_RATIO"===o?.type&&(M=(0,k.Eo)(d,"%"));const A=(0,g.sprintf)(/* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage, %%: percent symbol */ /* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage, %%: percent symbol */ (0,g._x)("%1$s: <strong>%2$s</strong> <em>%3$s %4$s%%</em>","Stat information for chart tooltip","google-site-kit"),i,M,y,Math.abs(I).toFixed(2).replace(/(.00|0)$/,""));a.push([l,`<div class="${v()("googlesitekit-visualization-tooltip",{"googlesitekit-visualization-tooltip--up":I>0,"googlesitekit-visualization-tooltip--down":I<0})}">\n\t\t\t\t<p>${h}</p>\n\t\t\t\t<p>${A}</p>\n\t\t\t</div>`,d,p]),l=n(l),c=n(c)}return a}(i,s,Object.values(t)[o],o+1,i.headers[o+1]),n=["#6380b8","#4bbbbb","#3c7251","#8e68cb"];const[,...r]=a.slice(1).map(([e])=>e),l={curveType:"function",height:270,width:"100%",chartArea:{height:"80%",width:"100%",left:60},legend:{position:"top",textStyle:{color:"#616161",fontSize:12}},hAxis:{format:"MMM d",gridlines:{color:"#fff"},textStyle:{color:"#616161",fontSize:12},ticks:r},vAxis:{format:function({type:e,currencyCode:t}={}){return"METRIC_CURRENCY"===e?(0,Re.Od)(t):{METRIC_TALLY:void 0,METRIC_RATIO:"percent",METRIC_DECIMAL:"decimal",METRIC_MILLISECONDS:void 0}[e]}(i.headers[o+1]),gridlines:{color:"#eee"},minorGridlines:{color:"#eee"},textStyle:{color:"#616161",fontSize:12},titleTextStyle:{color:"#616161",fontSize:12,italic:!1},viewWindow:{min:0}},focusTarget:"category",crosshair:{color:"gray",opacity:.1,orientation:"vertical",trigger:"both"},tooltip:{isHtml:!0,trigger:"both"},series:{0:{color:n[o],targetAxisIndex:0},1:{color:n[o],targetAxisIndex:0,lineDashStyle:[3,3],lineWidth:1}}};return b(i,o+1)&&b(s,o+1)?l.vAxis.viewWindow.max=100:l.vAxis.viewWindow.max=void 0,(0,G.jsx)(De.xA,{className:"googlesitekit-adsense-site-stats",children:(0,G.jsx)(De.fI,{children:(0,G.jsx)(De.fh,{size:12,children:(0,G.jsx)(Le.A,{chartType:"LineChart",data:a,loadingHeight:"270px",loadingWidth:"100%",options:l})})})})}Stats.propTypes={metrics:ee().object,currentRangeData:ee().object,previousRangeData:ee().object,selectedStats:ee().number.isRequired};var Ge=i(75487);function StatusMigration(){const e=(0,s.useSelect)(e=>e(j.wl).getAccountID()),t=(0,s.useSelect)(t=>t(j.wl).getAFCClient(e)),i=(0,s.useSelect)(t=>t(j.wl).getCurrentSite(e)),o=(0,s.useSelect)(e=>e(j.wl).getAdminReauthURL()),a=(0,s.useSelect)(e=>e(A.M).isNavigating()),{setAccountStatus:n,setSiteStatus:r,setAccountSetupComplete:l,setSiteSetupComplete:c,saveSettings:d}=(0,s.useDispatch)(j.wl),{navigateTo:u}=(0,s.useDispatch)(A.M);let m;return t&&i&&(m=!(t.state!==j.jb||i.state!==j.jb||!i.autoAdsEnabled)),(0,I.useEffect)(()=>{m&&(async()=>{await n(D.pJ),await r(D.TF),await d()})()},[m,d,n,r]),!0===m?null:(0,G.jsx)(Ge.xA,{children:(0,G.jsx)(Ge.fI,{children:(0,G.jsxs)(Ge.fh,{size:12,children:[void 0===m&&(0,G.jsx)(O.ProgressBar,{}),!1===m&&(0,G.jsx)(L.A,{type:L.A.TYPES.WARNING,description:(0,g.__)("You need to redo setup to complete AdSense configuration","google-site-kit"),ctaButton:{label:(0,g.__)("Redo setup","google-site-kit"),onClick:async function(){await l(!1),await c(!1),await d(),u(o)},disabled:a,inProgress:a}})]})})})}function ModuleOverviewWidget({Widget:e,WidgetReportError:t}){const i=(0,ne.A)(),[o,a]=(0,I.useState)(0),n=(0,s.useSelect)(e=>i?null:e(j.wl).getAccountStatus()),r=(0,s.useSelect)(e=>i?null:e(j.wl).getSiteStatus()),l=D.RL.includes(n)||r===D.Uv,{startDate:c,endDate:d,compareStartDate:g,compareEndDate:u}=(0,s.useSelect)(e=>e(se.oR).getDateRangeDates({compare:!0,offsetDays:j.f2})),m={metrics:Object.keys(ModuleOverviewWidget.metrics),startDate:c,endDate:d,reportID:"adsense_module-overview-widget_widget_currentRangeArgs"},p={metrics:Object.keys(ModuleOverviewWidget.metrics),startDate:g,endDate:u,reportID:"adsense_module-overview-widget_widget_previousRangeArgs"},y={...m,dimensions:["DATE"],reportID:"adsense_module-overview-widget_widget_currentRangeChartArgs"},h={...p,dimensions:["DATE"],reportID:"adsense_module-overview-widget_widget_previousRangeChartArgs"},M=(0,s.useInViewSelect)(e=>e(j.wl).getReport(m),[m]),A=(0,s.useInViewSelect)(e=>e(j.wl).getReport(p),[p]),N=(0,s.useInViewSelect)(e=>e(j.wl).getReport(y),[y]),T=(0,s.useInViewSelect)(e=>e(j.wl).getReport(h),[h]),S=(0,s.useSelect)(e=>!(e(j.wl).hasFinishedResolution("getReport",[m])&&e(j.wl).hasFinishedResolution("getReport",[p])&&e(j.wl).hasFinishedResolution("getReport",[y])&&e(j.wl).hasFinishedResolution("getReport",[h]))),k=(0,s.useSelect)(e=>[e(j.wl).getErrorForSelector("getReport",[m]),e(j.wl).getErrorForSelector("getReport",[p]),e(j.wl).getErrorForSelector("getReport",[y]),e(j.wl).getErrorForSelector("getReport",[h])]).filter(Boolean);return S?(0,G.jsxs)(e,{Header:_e,Footer:Ce,noPadding:!0,children:[(0,G.jsx)(fe.A,{width:"100%",height:"190px",padding:!0}),(0,G.jsx)(fe.A,{width:"100%",height:"270px",padding:!0})]}):k.length?(0,G.jsx)(e,{Header:_e,Footer:Ce,children:(0,G.jsx)(t,{moduleSlug:"adsense",error:k})}):(0,G.jsxs)(e,{Header:_e,Footer:Ce,noPadding:!0,children:[!i&&l&&(0,G.jsx)(StatusMigration,{}),(0,G.jsx)(Ze,{metrics:ModuleOverviewWidget.metrics,currentRangeData:M,previousRangeData:A,selectedStats:o,handleStatsSelection:a}),(0,G.jsx)(Stats,{metrics:ModuleOverviewWidget.metrics,currentRangeData:N,previousRangeData:T,selectedStats:o})]})}ModuleOverviewWidget.propTypes={Widget:ee().elementType.isRequired,WidgetReportZero:ee().elementType.isRequired,WidgetReportError:ee().elementType.isRequired},ModuleOverviewWidget.metrics={ESTIMATED_EARNINGS:(0,g.__)("Earnings","google-site-kit"),PAGE_VIEWS_RPM:(0,g.__)("Page RPM","google-site-kit"),IMPRESSIONS:(0,g.__)("Impressions","google-site-kit"),PAGE_VIEWS_CTR:(0,g.__)("Page CTR","google-site-kit")};const ze=(0,ie.A)({moduleName:F.Py})(ModuleOverviewWidget);var Oe=i(93431),Pe=i(88418),Be=i(47345);const Ue={moduleSlug:F.Py};function ConnectAdSenseCTATileWidget({Widget:e,widgetSlug:t}){return(0,Be.A)(t,Pe.A,Ue),(0,G.jsx)(e,{children:(0,G.jsx)(Pe.A,{...Ue})})}ConnectAdSenseCTATileWidget.propTypes={Widget:ee().elementType.isRequired,widgetSlug:ee().string.isRequired};var We=i(75578),He=i(21283);function TopEarningContentWidget({Widget:e}){const t=(0,ne.A)(),i=(0,s.useSelect)(e=>e(se.oR).getDateRangeDates({offsetDays:j.f2})),o=(0,s.useSelect)(e=>e(j.wl).getAccountID()),a={...i,dimensions:["pagePath","adSourceName"],metrics:[{name:"totalAdRevenue"}],dimensionFilters:{adSourceName:`Google AdSense account (${o})`},orderby:[{metric:{metricName:"totalAdRevenue"},desc:!0}],limit:3,reportID:"adsense_top-earning-content-widget_widget_reportOptions"},n=(0,s.useInViewSelect)(e=>e(ye.K9).getReport(a),[a]),r=(0,s.useSelect)(e=>e(ye.K9).getErrorForSelector("getReport",[a])),l=(0,s.useInViewSelect)(e=>r?void 0:e(ye.K9).getPageTitles(n,a),[n,a]),c=(0,s.useSelect)(e=>!e(ye.K9).hasFinishedResolution("getReport",[a])||void 0===l);if(!(0,s.useSelect)(e=>{if(!t||!c)return e(ye.K9).getAdSenseLinked()})&&!t)return(0,G.jsx)(e,{children:(0,G.jsx)(H.gx,{})});const{rows:d=[]}=n||{},g=[{field:"dimensionValues.0.value",Component({fieldValue:e}){const o=e,a=l[o],n=(0,s.useSelect)(e=>t?null:e(ye.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:o},dates:i}));return t?(0,G.jsx)(We.mF,{content:a}):(0,G.jsx)(P.A,{href:n,title:a,external:!0,hideExternalIndicator:!0,children:a})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,G.jsx)("strong",{children:(0,k.Eo)(e,{style:"currency",currency:n?.metadata?.currencyCode})})}];return(0,G.jsx)(We.$,{Widget:e,widgetSlug:se.p3,loading:c,rows:d,columns:g,ZeroState:ke.QQ,error:r,moduleSlug:"analytics-4"})}TopEarningContentWidget.propTypes={Widget:ee().elementType.isRequired};const Ve=(0,Ie.A)((0,ie.A)({moduleName:he.L1,FallbackComponent:He.A}),(0,ie.A)({moduleName:F.Py,FallbackComponent:ConnectAdSenseCTATileWidget}))(TopEarningContentWidget);var Ye,Fe,Qe,Je,Xe=i(53137),Ke=i(24558),$e=i(71423),qe=i(77513);function et(){return et=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},et.apply(null,arguments)}const tt=e=>I.createElement("svg",et({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 52 52"},e),Ye||(Ye=I.createElement("circle",{cx:26,cy:26,r:26,fill:"#fff"})),Fe||(Fe=I.createElement("path",{fill:"#547EC0",d:"M30.514 38.167a4.63 4.63 0 0 0 3.991-2.27l4.85-8.013a4.62 4.62 0 0 0-1.629-6.332 4.636 4.636 0 0 0-6.344 1.625l-4.85 8.013a4.62 4.62 0 0 0 1.63 6.331c.739.437 1.55.646 2.352.646"})),Qe||(Qe=I.createElement("path",{fill:"#F9B918",d:"M15.909 38.171a4.6 4.6 0 0 1-2.353-.644 4.62 4.62 0 0 1-1.629-6.332l9.259-15.925a4.64 4.64 0 0 1 6.344-1.626 4.617 4.617 0 0 1 1.628 6.332L19.9 35.9a4.63 4.63 0 0 1-3.991 2.271"})),Je||(Je=I.createElement("path",{fill:"#31A751",d:"M15.887 38.171a4.6 4.6 0 0 0 4.604-4.596 4.6 4.6 0 0 0-4.604-4.595 4.6 4.6 0 0 0-4.605 4.595 4.6 4.6 0 0 0 4.605 4.596"})));function DashboardMainEffectComponent(){return function(){const e=(0,S.A)(),t=(0,s.useSelect)(e=>e(Y.i).isModuleConnected(F.Py)),i=(0,s.useSelect)(e=>e(j.wl).getAccountID()),[o,a]=(0,I.useState)([]),{registerNotification:n}=(0,s.useDispatch)($e.D),r=(0,s.useSelect)(e=>e(j.wl).getNotifications());(0,I.useEffect)(()=>{t&&i&&r?.forEach(t=>{if(o.includes(t.id))return;const i={...t};i.title||(i.title=(0,g.__)("Notice about your AdSense account","google-site-kit")),!i.content?.length&&i.description?.length&&(i.content=i.description,delete i.description),void 0===i.dismissible&&void 0!==i.isDismissible&&(i.dismissible=i.isDismissible,delete i.isDismissible);const s={category:`${e}_adsense-alerts-banner-notification`,label:t.id};n(t.id,{Component:({Notification:e})=>(0,G.jsx)(e,{gaTrackingEventArgs:s,children:(0,G.jsx)(qe.A,{...i,titleIcon:(0,G.jsx)(tt,{}),gaTrackingEventArgs:s})}),priority:t.priority,areaSlug:Xe.bI.HEADER,isDismissible:!0}),a(e=>[...e,t.id])})},[e,i,t,r,n,o])}(),null}var it=i(22242),st=i(47121);const ot="COMPLETE_ACCOUNT_SETUP",at="COMPLETE_SITE_SETUP",nt="RECEIVE_ORIGINAL_USE_SNIPPET",rt={originalUseSnippet:void 0},lt={*completeAccountSetup(){return yield{payload:{},type:ot}},*completeSiteSetup(){return yield{payload:{},type:at}},receiveOriginalUseSnippet:e=>(ve()(e,"originalUseSnippet is required."),{payload:{originalUseSnippet:e},type:nt})},ct={[ot]:(0,s.createRegistryControl)(e=>async()=>{if(await e.dispatch(j.wl).setAccountSetupComplete(!0),!e.select(j.wl).canSubmitChanges())return await e.dispatch(j.wl).setAccountSetupComplete(!1),!1;const{error:t}=await e.dispatch(j.wl).submitChanges();return!t||(await e.dispatch(j.wl).setAccountSetupComplete(!1),!1)}),[at]:(0,s.createRegistryControl)(e=>async()=>{if(await e.dispatch(j.wl).setSiteSetupComplete(!0),!e.select(j.wl).canSubmitChanges())return await e.dispatch(j.wl).setSiteSetupComplete(!1),!1;const{error:t}=await e.dispatch(j.wl).submitChanges();return!t||(await e.dispatch(j.wl).setSiteSetupComplete(!1),!1)})},dt=(0,s.createReducer)((e,t)=>{switch(t.type){case nt:{const{originalUseSnippet:i}=t.payload;e.originalUseSnippet=i;break}case"RECEIVE_GET_SETTINGS":{const{response:i}=t.payload,{useSnippet:s}=i;void 0===e.originalUseSnippet&&(e.originalUseSnippet=s);break}}}),gt={*getOriginalUseSnippet(){const e=yield s.commonActions.getRegistry();void 0===e.select(j.wl).getOriginalUseSnippet()&&e.select(j.wl).getSettings()}},ut={isDoingSaveUseSnippet:e=>Object.values(e.isFetchingSaveUseSnippet).some(Boolean),getOriginalUseSnippet:e=>e.originalUseSnippet};const mt=(0,s.combineStores)({initialState:rt,actions:lt,controls:ct,reducer:dt,resolvers:gt,selectors:ut}),pt=(mt.initialState,mt.actions,mt.controls,mt.reducer,mt.resolvers,mt.selectors,mt),It=n().createModuleStore(F.Py,{ownedSettingsSlugs:["accountID","clientID"],storeName:j.wl,settingSlugs:["accountID","clientID","useSnippet","accountStatus","siteStatus","accountSetupComplete","siteSetupComplete","ownerID","webStoriesAdUnit","autoAdsDisabled","setupCompletedTimestamp","useAdBlockingRecoverySnippet","useAdBlockingRecoveryErrorSnippet","adBlockingRecoverySetupStatus"],validateCanSubmitChanges:function(e){const t=(0,st.WI)(e),{getAccountID:i,getClientID:s,getAccountStatus:o,haveSettingsChanged:a,isDoingSubmitChanges:n}=t(j.wl);ve()(!n(),it.mV),ve()(a(),it.Wq),ve()(o(),"require an account status to be present");const r=i();ve()(""===r||(0,w.H)(r),"require account ID to be either empty (if impossible to determine) or valid");const l=s();ve()(""===l||(0,w.X)(l),"require client ID to be either empty (if impossible to determine) or valid")},validateIsSetupBlocked:e=>{if(e(se.oR).isAdBlockerActive())throw new Error("Ad blocker detected")}});var yt=i(54419),ht=i(3687),Mt=i(21125);const At="RESET_ACCOUNTS",Nt=(0,ht.U)({baseName:"getAccounts",controlCallback:()=>(0,yt.get)("modules",F.Py,"accounts",void 0,{useCache:!1}),reducerCallback:(0,s.createReducer)((e,t)=>{e.accounts=t})}),Tt={accounts:void 0},St={*resetAccounts(){const{dispatch:e}=yield s.commonActions.getRegistry();return yield{payload:{},type:At},yield Mt.o1.clearErrors("getAccounts"),e(j.wl).invalidateResolutionForStoreSelector("getAccounts")}},kt=(0,s.createReducer)((e,t)=>{switch(t.type){case At:{const{accountID:t,clientID:i,accountStatus:s,siteStatus:o,accountSetupComplete:a,siteSetupComplete:n}=e.savedSettings||{};e.accounts=Tt.accounts,e.settings={...e.settings||{},accountID:t,clientID:i,accountStatus:s,siteStatus:o,accountSetupComplete:a,siteSetupComplete:n};break}}}),jt={*getAccounts(){(yield s.commonActions.getRegistry()).select(j.wl).getAccounts()||(yield Nt.actions.fetchGetAccounts())}},ft={getAccounts(e){const{accounts:t}=e;return t}},bt=(0,s.combineStores)(Nt,{initialState:Tt,actions:St,reducer:kt,resolvers:jt,selectors:ft}),_t=(bt.initialState,bt.actions,bt.controls,bt.reducer,bt.resolvers,bt.selectors,bt),xt=(0,ht.U)({baseName:"getAdUnits",controlCallback:({accountID:e,clientID:t})=>(0,yt.get)("modules",F.Py,"adunits",{accountID:e,clientID:t},{useCache:!1}),reducerCallback:(0,s.createReducer)((e,t,{accountID:i,clientID:s})=>{e.adunits=e.adunits||{},e.adunits[`${i}::${s}`]=t}),argsToParams:(e,t)=>({accountID:e,clientID:t}),validateParams:({accountID:e,clientID:t}={})=>{ve()(e,"accountID is required."),ve()(t,"clientID is required.")}}),vt=(0,s.createReducer)((e,t)=>{t.type}),Ct={*getAdUnits(e,t){if(void 0===e||void 0===t)return;(yield s.commonActions.getRegistry()).select(j.wl).getAdUnits(e,t)||(yield xt.actions.fetchGetAdUnits(e,t))}},Dt={getAdUnits(e,t,i){if(void 0!==t&&void 0!==i)return e.adunits[`${t}::${i}`]}},wt=(0,s.combineStores)(xt,{initialState:{adunits:{}},actions:{},reducer:vt,resolvers:Ct,selectors:Dt}),Et=(wt.initialState,wt.actions,wt.controls,wt.reducer,wt.resolvers,wt.selectors,wt),Zt="RESET_CLIENTS",Rt=(0,ht.U)({baseName:"getClients",controlCallback:({accountID:e})=>(0,yt.get)("modules",F.Py,"clients",{accountID:e},{useCache:!1}),reducerCallback:(0,s.createReducer)((e,t,{accountID:i})=>{Array.isArray(t)&&(e.clients=e.clients||{},e.clients[i]=t)}),argsToParams:e=>({accountID:e}),validateParams:({accountID:e}={})=>{ve()(e,"accountID is required.")}}),Lt={*resetClients(){const{dispatch:e}=yield s.commonActions.getRegistry();return yield{payload:{},type:Zt},yield Mt.o1.clearErrors("getClients"),e(j.wl).invalidateResolutionForStoreSelector("getClients")}},Gt=(0,s.createReducer)((e,t)=>{switch(t.type){case Zt:{const{clientID:t,accountStatus:i,siteStatus:s,accountSetupComplete:o,siteSetupComplete:a}=e.savedSettings||{};e.clients=Bt.clients,e.settings={...e.settings||{},clientID:t,accountStatus:i,siteStatus:s,accountSetupComplete:o,siteSetupComplete:a};break}}}),zt={*getClients(e){if(void 0===e||!(0,w.H)(e))return;(yield s.commonActions.getRegistry()).select(j.wl).getClients(e)||(yield Rt.actions.fetchGetClients(e))}},Ot={getClients(e,t){if(void 0===t)return;const{clients:i}=e;return i[t]},getAFCClient:(0,s.createRegistrySelector)(e=>(t,i)=>{if(void 0===i)return;const s=e(j.wl).getClients(i);if(void 0===s)return;const o=s.filter(e=>"AFC"===e.productCode);return o.length?o[0]:null})},Pt=(0,s.combineStores)(Rt,{initialState:{clients:{}},actions:Lt,reducer:Gt,resolvers:zt,selectors:Ot}),Bt=Pt.initialState,Ut=(Pt.actions,Pt.controls,Pt.reducer,Pt.resolvers,Pt.selectors,Pt);var Wt=i(40127);const Ht=["ACTIVE_VIEW_MEASURABILITY","ACTIVE_VIEW_TIME","ACTIVE_VIEW_VIEWABILITY","AD_REQUESTS_COVERAGE","AD_REQUESTS_CTR","AD_REQUESTS_RPM","AD_REQUESTS_SPAM_RATIO","AD_REQUESTS","ADS_PER_IMPRESSION","CLICKS_SPAM_RATIO","CLICKS","COST_PER_CLICK","ESTIMATED_EARNINGS","IMPRESSIONS_CTR","IMPRESSIONS_RPM","IMPRESSIONS_SPAM_RATIO","IMPRESSIONS","INDIVIDUAL_AD_IMPRESSIONS_CTR","INDIVIDUAL_AD_IMPRESSIONS_RPM","INDIVIDUAL_AD_IMPRESSIONS_SPAM_RATIO","INDIVIDUAL_AD_IMPRESSIONS","MATCHED_AD_REQUESTS_CTR","MATCHED_AD_REQUESTS_RPM","MATCHED_AD_REQUESTS_SPAM_RATIO","MATCHED_AD_REQUESTS","METRIC_UNSPECIFIED","PAGE_VIEWS_CTR","PAGE_VIEWS_RPM","PAGE_VIEWS_SPAM_RATIO","PAGE_VIEWS","TOTAL_EARNINGS","TOTAL_IMPRESSIONS","WEBSEARCH_RESULT_PAGES"],Vt=["ACCOUNT_NAME","AD_CLIENT_ID","AD_FORMAT_CODE","AD_FORMAT_NAME","AD_PLACEMENT_CODE","AD_PLACEMENT_NAME","AD_UNIT_ID","AD_UNIT_NAME","AD_UNIT_SIZE_CODE","AD_UNIT_SIZE_NAME","BID_TYPE_CODE","BID_TYPE_NAME","BUYER_NETWORK_ID","BUYER_NETWORK_NAME","CONTENT_PLATFORM_CODE","CONTENT_PLATFORM_NAME","COUNTRY_CODE","COUNTRY_NAME","CREATIVE_SIZE_CODE","CREATIVE_SIZE_NAME","CUSTOM_CHANNEL_ID","CUSTOM_CHANNEL_NAME","CUSTOM_SEARCH_STYLE_ID","CUSTOM_SEARCH_STYLE_NAME","DATE","DIMENSION_UNSPECIFIED","DOMAIN_CODE","DOMAIN_NAME","DOMAIN_REGISTRANT","MONTH","OWNED_SITE_DOMAIN_NAME","OWNED_SITE_ID","PLATFORM_TYPE_CODE","PLATFORM_TYPE_NAME","PRODUCT_CODE","PRODUCT_NAME","REQUESTED_AD_TYPE_CODE","REQUESTED_AD_TYPE_NAME","SERVED_AD_TYPE_CODE","SERVED_AD_TYPE_NAME","TARGETING_TYPE_CODE","TARGETING_TYPE_NAME","URL_CHANNEL_ID","URL_CHANNEL_NAME","WEBSEARCH_QUERY_STRING","WEEK"];const Yt=(0,ht.U)({baseName:"getReport",controlCallback:({options:e})=>(0,yt.get)("modules",F.Py,"report",e),reducerCallback:(0,s.createReducer)((e,t,{options:i})=>{e.reports=e.reports||{},e.reports[(0,k.Zm)(i)]=t}),argsToParams:e=>({options:e}),validateParams:({options:e}={})=>{ve()((0,f.isPlainObject)(e),"options must be an object."),ve()((0,Wt.O5)(e),"Either date range or start/end dates must be provided for AdSense report.");const{orderby:t,metrics:i,dimensions:s}=e;ve()((0,Wt.cq)(i),"Metrics for an AdSense report must be either a string or an array of strings."),function(e){const t=(0,f.castArray)(e);ve()(t.length,"at least one metric is required.");const i=t.filter(e=>!Ht.includes(e));ve()(0===i.length,`invalid AdSense metrics requested: ${i.toString()}`)}(i),s&&(ve()((0,Wt.cq)(s),"Dimensions for an AdSense report must be either a string or an array of strings."),function(e){const t=(0,f.castArray)(e);ve()(t.length,"at least one dimension is required.");const i=t.filter(e=>!Vt.includes(e));ve()(0===i.length,`invalid AdSense dimensions requested: ${i.toString()}`)}(s)),t&&ve()((0,Wt.G4)(t),'Orders for an AdSense report must be either an object or an array of objects where each object should have "fieldName" and "sortOrder" properties.')}}),Ft={*getReport(e={}){(yield s.commonActions.getRegistry()).select(j.wl).getReport(e)||(yield Yt.actions.fetchGetReport(e))}},Qt={getReport(e,t={}){const{reports:i}=e;return i[(0,k.Zm)(t)]}},Jt=(0,s.combineStores)(Yt,{initialState:{reports:{}},resolvers:Ft,selectors:Qt}),Xt=(Jt.initialState,Jt.actions,Jt.controls,Jt.reducer,Jt.resolvers,Jt.selectors,Jt);const Kt=(0,i(31199).d)({storeName:j.wl,tagMatchers:[/google_ad_client: ?["|'](.*?)["|']/,/<(?:script|amp-auto-ads) [^>]*data-ad-client="([^"]+)"/,/<(?:script|amp-auto-ads)[^>]*src="[^"]*\?client=(ca-pub-[^"]+)"[^>]*>/],isValidTag:w.X}),$t={selectors:{getAdBlockerWarningMessage:(0,s.createRegistrySelector)(e=>()=>{const t=e(se.oR).isAdBlockerActive();if(void 0===t)return;if(!t)return null;return e(Y.i).isModuleConnected(F.Py)?(0,g.__)("To get the latest AdSense data you will need to disable your Ad blocker","google-site-kit"):(0,g.__)("To set up AdSense you will need to disable your Ad blocker","google-site-kit")})}};var qt=i(44451);const ei={selectors:{getServiceURL:(0,s.createRegistrySelector)(e=>(t,{path:i,query:s}={})=>{let o="https://www.google.com/adsense/new/u/0";if(i){o=`${o}${`/${i.replace(/^\//,"")}`}`}s&&(o=(0,qt.F)(o,s));const a=e(se.oR).getAccountChooserURL(o);if(void 0!==a)return a}),getServiceCreateAccountURL:(0,s.createRegistrySelector)(e=>()=>{const t=e(N.O4).getReferenceSiteURL(),i={source:"site-kit",utm_source:"site-kit",utm_medium:"wordpress_signup"};return void 0!==t&&(i.url=Z(t)),(0,qt.F)("https://www.google.com/adsense/signup",i)}),getServiceAccountURL:(0,s.createRegistrySelector)(e=>()=>{const t=e(j.wl).getAccountID();if(void 0===t)return;return e(j.wl).getServiceURL({accountID:t,query:{source:"site-kit"}})}),getServiceReportURL:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(j.wl).getAccountID();if(void 0===s)return;const o={...i},a=e(N.O4).getReferenceSiteURL(),n=a&&Z(a);n&&(o.dd=`1YsiteY1Y${n}Y${n}`);const r=`${s}/reporting`;return e(j.wl).getServiceURL({path:r,query:o})}),getServiceAccountManageSiteURL:(0,s.createRegistrySelector)(e=>()=>{const t=e(j.wl).getAccountID(),i=e(N.O4).getReferenceSiteURL();if(void 0===t||void 0===i)return;const s=`${t}/sites/my-sites`,o={source:"site-kit",url:Z(i)||i};return e(j.wl).getServiceURL({path:s,query:o})}),getServiceAccountManageSitesURL:(0,s.createRegistrySelector)(e=>()=>{const t=e(j.wl).getAccountID();if(void 0===t)return;const i=`${t}/sites/my-sites`;return e(j.wl).getServiceURL({path:i,query:{source:"site-kit"}})}),getServiceAccountSiteAdsPreviewURL:(0,s.createRegistrySelector)(e=>()=>{const t=e(j.wl).getAccountID(),i=e(N.O4).getReferenceSiteURL();if(void 0===t||void 0===i)return;const s=`${t}/myads/sites/preview`,o={source:"site-kit",url:Z(i)||i};return e(j.wl).getServiceURL({path:s,query:o})}),getDetailsLinkURL:(0,s.createRegistrySelector)(e=>()=>e(j.wl).getServiceAccountManageSitesURL())}};const ti="RESET_SITES",ii=(0,ht.U)({baseName:"getSites",controlCallback:({accountID:e})=>(0,yt.get)("modules",F.Py,"sites",{accountID:e},{useCache:!1}),reducerCallback:(0,s.createReducer)((e,t,{accountID:i})=>{Array.isArray(t)&&(e.sites=e.sites||{},e.sites[i]=t)}),argsToParams:e=>({accountID:e}),validateParams:({accountID:e}={})=>{ve()(e,"accountID is required.")}}),si={*resetSites(){const{dispatch:e}=yield s.commonActions.getRegistry();return yield{payload:{},type:ti},yield Mt.o1.clearErrors("getSites"),e(j.wl).invalidateResolutionForStoreSelector("getSites")}},oi=(0,s.createReducer)((e,t)=>{switch(t.type){case ti:{const{siteID:t,accountStatus:i,siteStatus:s,accountSetupComplete:o,siteSetupComplete:a}=e.savedSettings||{};e.sites=li.sites,e.settings={...e.settings||{},siteID:t,accountStatus:i,siteStatus:s,accountSetupComplete:o,siteSetupComplete:a};break}}}),ai={*getSites(e){if(void 0===e||!(0,w.H)(e))return;(yield s.commonActions.getRegistry()).select(j.wl).getSites(e)||(yield ii.actions.fetchGetSites(e))}},ni={getSites(e,t){if(void 0===t)return;const{sites:i}=e;return i[t]},getSite:(0,s.createRegistrySelector)(e=>(t,i,s)=>function(e,t){if(void 0===e||void 0===t||!Array.isArray(e))return;const i=e.filter(({state:e})=>!!e),s=i.find(e=>e.domain===t.toLowerCase());return s||(i.find(e=>new RegExp(`\\.${(0,f.escapeRegExp)(e.domain)}$`,"i").test(t))||null)}(e(j.wl).getSites(i),s)),getCurrentSite:(0,s.createRegistrySelector)(e=>(t,i)=>{const s=e(N.O4).getReferenceSiteURL(),o=new URL(s);return e(j.wl).getSite(i,o.hostname)})},ri=(0,s.combineStores)(ii,{initialState:{sites:{}},actions:si,reducer:oi,resolvers:ai,selectors:ni}),li=ri.initialState,ci=(ri.actions,ri.controls,ri.reducer,ri.resolvers,ri.selectors,ri);var di=i(11965);const gi=[/<script async src="https:\/\/fundingchoicesmessages\.google\.com\/i\/(.*?)\?ers=/],ui="FETCH_GET_EXISTING_AD_BLOCKING_RECOVERY_TAG",mi="RECEIVE_GET_EXISTING_AD_BLOCKING_RECOVERY_TAG",pi=(0,ht.U)({baseName:"syncAdBlockingRecoveryTags",controlCallback:()=>(0,yt.set)("modules",F.Py,"sync-ad-blocking-recovery-tags")}),Ii={existingAdBlockingRecoveryTag:void 0},yi={fetchGetExistingAdBlockingRecoveryTag:()=>({payload:{},type:ui}),receiveGetExistingAdBlockingRecoveryTag:e=>(ve()(null===e||"string"==typeof e,"existingAdBlockingRecoveryTag must be a tag string or null."),{payload:{existingAdBlockingRecoveryTag:(0,w.H)(e)?e:null},type:mi}),syncAdBlockingRecoveryTags:()=>pi.actions.fetchSyncAdBlockingRecoveryTags()},hi={[ui]:(0,s.createRegistryControl)(e=>async()=>{const t=e.select(N.O4).getHomeURL(),i=await(0,di.g)({homeURL:t}),{getHTMLForURL:s}=e.resolveSelect(N.O4);for(const e of i){const t=await s(e),i=(0,di.N)(t,gi);if(i)return i}return null})},Mi=(0,s.createReducer)((e,{type:t,payload:i})=>{switch(t){case mi:{const{existingAdBlockingRecoveryTag:t}=i;e.existingAdBlockingRecoveryTag=t;break}}}),Ai={*getExistingAdBlockingRecoveryTag(){if(void 0===(yield s.commonActions.getRegistry()).select(j.wl).getExistingAdBlockingRecoveryTag()){const e=yield yi.fetchGetExistingAdBlockingRecoveryTag();yield yi.receiveGetExistingAdBlockingRecoveryTag(e)}}},Ni={getExistingAdBlockingRecoveryTag:e=>e.existingAdBlockingRecoveryTag,hasExistingAdBlockingRecoveryTag:(0,s.createRegistrySelector)(e=>()=>{const t=e(j.wl).getExistingAdBlockingRecoveryTag();if(void 0!==t)return!!t})},Ti=(0,s.combineStores)(pi,{initialState:Ii,actions:yi,reducer:Mi,controls:hi,resolvers:Ai,selectors:Ni}),Si=(0,s.combineStores)(It,_t,Et,Ut,Xt,Kt,pt,$t,ei,ci,Ti);Si.initialState,Si.actions,Si.controls,Si.reducer,Si.resolvers,Si.selectors;const ki={"adsense-abr-success-notification":{Component:AdBlockingRecoverySetupSuccessNotification,priority:10,areaSlug:Xe.bI.DASHBOARD_TOP,viewContexts:[Ke.jU],checkRequirements:async({select:e,resolveSelect:t})=>{if("ad_blocking_recovery_setup_success"!==(0,u.d)(location.href,"notification"))return!1;const{isModuleConnected:i}=t(Y.i);if(!await i(F.Py))return!1;await t(j.wl).getSettings();return e(j.wl).getAdBlockingRecoverySetupStatus()===j.Tt.SETUP_CONFIRMED}}};var ji;o().registerStore(j.wl,Si),n().registerModule(F.Py,{storeName:j.wl,SettingsEditComponent:SettingsEdit,SettingsViewComponent:SettingsView,SettingsSetupIncompleteComponent:SettingsSetupIncomplete,SetupComponent:p.zw,DashboardMainEffectComponent,Icon:Oe.A,features:[(0,g.__)("Intelligent, automatic ad placement will be disabled","google-site-kit"),(0,g.__)("You will miss out on revenue from ads placed on your site","google-site-kit"),(0,g.__)("You will lose access to AdSense insights through Site Kit","google-site-kit")],checkRequirements:async e=>{if(!await e.resolveSelect(se.oR).isAdBlockerActive())return;const t=e.select(j.wl).getAdBlockerWarningMessage();throw{code:se.od,message:t,data:null}}}),(ji=l()).registerWidget("adBlockingRecovery",{Component:le,width:ji.WIDGET_WIDTHS.FULL,priority:1,wrapWidget:!1,modules:[F.Py]},[m.AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY]),ji.registerWidget(se.p3,{Component:Ve,width:ji.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[F.Py,he.L1],isActive:e=>{const t=!e(se.oR).isAuthenticated();if(!e(se.oR).isKeyMetricActive(se.p3))return!1;const i=e(ye.K9).getAdSenseLinked();return!(t&&!i)}},[m.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),ji.registerWidget("adBlockerWarning",{Component:oe,width:ji.WIDGET_WIDTHS.FULL,priority:1,wrapWidget:!1,modules:[F.Py]},[m.AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY]),ji.registerWidget("adsenseModuleOverview",{Component:ze,width:ji.WIDGET_WIDTHS.FULL,priority:2,wrapWidget:!1,modules:[F.Py]},[m.AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY]),ji.registerWidget("adsenseConnectCTA",{Component:me,width:[ji.WIDGET_WIDTHS.FULL],priority:2,wrapWidget:!1,modules:[F.Py]},[m.AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY]),ji.registerWidget("adsenseTopEarningPagesGA4",{Component:je,width:[ji.WIDGET_WIDTHS.HALF,ji.WIDGET_WIDTHS.FULL],priority:3,wrapWidget:!1,modules:[F.Py,he.L1]},[m.AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY]),function(e){for(const t in ki)e.registerNotification(t,ki[t])}(d())},42125:(e,t,i)=>{"use strict";i.d(t,{$:()=>o});var s=i(63696);function o(e,t=0){(0,s.useEffect)(()=>{let s,o=!1;function a(){s=i.g.setTimeout(()=>{o=!0},t)}function n(){i.g.clearTimeout(s),o&&(o=!1,e())}return i.g.addEventListener("focus",n),i.g.addEventListener("blur",a),()=>{i.g.removeEventListener("focus",n),i.g.removeEventListener("blur",a),i.g.clearTimeout(s)}},[t,e])}},42343:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=o.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},42926:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var s=i(19371),o=i(31638);const a=function(e){const t=Object.keys(e).reduce((t,i)=>(t[(0,o.getStablePath)(i)]=e[i],t),{});let i=!1;return(e,s)=>{if(i)return s(e);setTimeout(()=>{i=!0},3e3);const{parse:a=!0}=e,n=e.path;if("string"==typeof e.path){const i=e.method?.toUpperCase()||"GET",s=(0,o.getStablePath)(n);if(a&&"GET"===i&&t[s]){const e=Promise.resolve(t[s].body);return delete t[s],e}if("OPTIONS"===i&&t[i]&&t[i][s]){const e=Promise.resolve(t[i][s]);return delete t[i][s],e}}return s(e)}},{nonce:n,nonceEndpoint:r,preloadedData:l,rootURL:c}=i.g._googlesitekitAPIFetchData||{};s.default.nonceEndpoint=r,s.default.nonceMiddleware=s.default.createNonceMiddleware(n),s.default.rootURLMiddleware=s.default.createRootURLMiddleware(c),s.default.preloadingMiddleware=a(l),s.default.use(s.default.nonceMiddleware),s.default.use(s.default.mediaUploadMiddleware),s.default.use(s.default.rootURLMiddleware),s.default.use(s.default.preloadingMiddleware);const d=s.default},43427:(e,t,i)=>{"use strict";i.r(t),i.d(t,{AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:()=>d,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:()=>u,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:()=>g,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:()=>c,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:()=>n,AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:()=>s,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:()=>l,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:()=>r,AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION:()=>a,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:()=>o,default:()=>m});const s="mainDashboardKeyMetricsPrimary",o="mainDashboardTrafficPrimary",a="mainDashboardTrafficAudienceSegmentation",n="mainDashboardContentPrimary",r="mainDashboardSpeedPrimary",l="mainDashboardMonetizationPrimary",c="entityDashboardTrafficPrimary",d="entityDashboardContentPrimary",g="entityDashboardSpeedPrimary",u="entityDashboardMonetizationPrimary",m={AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:s,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:o,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:n,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:r,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:l,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:c,AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:d,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:g,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:u}},43569:(e,t,i)=>{"use strict";i.d(t,{A:()=>Notification});var s=i(62688),o=i.n(s),a=i(63696),n=i(50539),r=i(7081),l=i(71423),c=i(89362);function d(e){return`notification/${e}/viewed`}function g(e){return(0,n.useSelect)(t=>!!t(r.n).getValue(d(e)),[e])}function ViewedStateObserver({id:e,observeRef:t,threshold:i}){const s=(0,c.A)(t,{threshold:i}),{setValue:o}=(0,n.useDispatch)(r.n),{markNotificationSeen:d}=(0,n.useDispatch)(l.D),u=!!s?.isIntersecting,m=g(e),p=(0,a.useRef)();function I(){p.current&&clearTimeout(p.current)}return(0,a.useEffect)(()=>(!m&&u?(I(),p.current=setTimeout(()=>{s?.isIntersecting&&(o(g.getKey(e),!0),d(e))},3e3)):!u&&p.current&&I(),()=>{I()}),[m,u,o,d,e,s]),null}g.getKey=d,ViewedStateObserver.propTypes={id:o().string,observeRef:o().object,threshold:o().number};var u=i(7070),m=i(62540);function Notification({id:e,className:t,gaTrackingEventArgs:i,children:s,onView:o}){const r=(0,a.useRef)(),c=g(e),d=(0,u.A)(e,i?.category,{viewAction:i?.viewAction}),[p,I]=(0,a.useState)(!1),y=(0,n.useSelect)(t=>t(l.D).getNotificationSeenDates(e)),{dismissNotification:h}=(0,n.useDispatch)(l.D);return(0,a.useEffect)(()=>{!p&&c&&(d.view(i?.label,i?.value),o?.(),I(!0)),y?.length>=3&&h(e,{skipHidingFromQueue:!0})},[c,d,p,i,o,y,h,e]),(0,m.jsxs)("section",{id:e,ref:r,className:t,children:[s,!c&&(0,m.jsx)(ViewedStateObserver,{id:e,observeRef:r,threshold:.5})]})}Notification.propTypes={id:o().string,className:o().string,gaTrackingEventArgs:o().shape({category:o().string,viewAction:o().string,label:o().string,value:o().string}),children:o().node,onView:o().func}},44174:(e,t,i)=>{"use strict";i.d(t,{A:()=>SupportLink});var s=i(62688),o=i.n(s),a=i(50539),n=i(93896),r=i(20898),l=i(62540);function SupportLink(e){const{path:t,query:i,hash:s,...o}=e,c=(0,a.useSelect)(e=>e(n.O4).getGoogleSupportURL({path:t,query:i,hash:s}));return(0,l.jsx)(r.A,{...o,href:c})}SupportLink.propTypes={path:o().string.isRequired,query:o().object,hash:o().string}},44949:(e,t,i)=>{"use strict";i.r(t),i.d(t,{CONTEXT_ENTITY_DASHBOARD_CONTENT:()=>c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:()=>g,CONTEXT_ENTITY_DASHBOARD_SPEED:()=>d,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:()=>l,CONTEXT_MAIN_DASHBOARD_CONTENT:()=>a,CONTEXT_MAIN_DASHBOARD_KEY_METRICS:()=>s,CONTEXT_MAIN_DASHBOARD_MONETIZATION:()=>r,CONTEXT_MAIN_DASHBOARD_SPEED:()=>n,CONTEXT_MAIN_DASHBOARD_TRAFFIC:()=>o,default:()=>u});const s="mainDashboardKeyMetrics",o="mainDashboardTraffic",a="mainDashboardContent",n="mainDashboardSpeed",r="mainDashboardMonetization",l="entityDashboardTraffic",c="entityDashboardContent",d="entityDashboardSpeed",g="entityDashboardMonetization",u={CONTEXT_MAIN_DASHBOARD_KEY_METRICS:s,CONTEXT_MAIN_DASHBOARD_TRAFFIC:o,CONTEXT_MAIN_DASHBOARD_CONTENT:a,CONTEXT_MAIN_DASHBOARD_SPEED:n,CONTEXT_MAIN_DASHBOARD_MONETIZATION:r,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:l,CONTEXT_ENTITY_DASHBOARD_CONTENT:c,CONTEXT_ENTITY_DASHBOARD_SPEED:d,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:g}},45472:(e,t,i)=>{"use strict";i.d(t,{M:()=>s});const s="core/location"},45512:(e,t,i)=>{"use strict";i.d(t,{f:()=>o,n:()=>s});const s="modules/search-console",o=1},46034:(e,t,i)=>{"use strict";i.d(t,{RR:()=>AdBlockingRecoveryApp,zw:()=>SetupMain_SetupMain});var s=i(63696),o=i(12755),a=i(84826),n=i(55527),r=i(44451),l=i(82871),c=i(50539),d=i(49383),g=i(20898),u=i(95267),m=i(59323),p=i(62688),I=i.n(p),y=i(4452),h=i.n(y),M=i(63972);const A={UPCOMING:"upcoming",ACTIVE:"active",COMPLETED:"completed"};var N=i(62540);function Stepper({children:e,activeStep:t,className:i}){const o=s.Children.count(e);function a(e,t){switch(t){case A.UPCOMING:return(0,l.sprintf)(/* translators: 1: The number of the current step. 2: The total number of steps. */ /* translators: 1: The number of the current step. 2: The total number of steps. */ (0,l.__)("Step %1$s of %2$s (upcoming).","google-site-kit"),e,o);case A.ACTIVE:return(0,l.sprintf)(/* translators: 1: The number of the current step. 2: The total number of steps. */ /* translators: 1: The number of the current step. 2: The total number of steps. */ (0,l.__)("Step %1$s of %2$s (active).","google-site-kit"),e,o);case A.COMPLETED:return(0,l.sprintf)(/* translators: 1: The number of the current step. 2: The total number of steps. */ /* translators: 1: The number of the current step. 2: The total number of steps. */ (0,l.__)("Step %1$s of %2$s (completed).","google-site-kit"),e,o);default:return""}}return(0,N.jsx)("ol",{className:h()("googlesitekit-stepper",i),children:s.Children.map(e,(e,i)=>{const n=function(e=-1){return e<t?A.COMPLETED:e===t?A.ACTIVE:A.UPCOMING}(i),r=i+1;return(0,N.jsxs)("li",{className:h()("googlesitekit-stepper__step",`googlesitekit-stepper__step--${n}`,e.props.className),children:[(0,N.jsxs)("div",{className:"googlesitekit-stepper__step-progress",children:[(0,N.jsx)("span",{className:"googlesitekit-stepper__step-number",title:a(r,n),children:n===A.COMPLETED?(0,N.jsx)(M.A,{}):r}),r<o&&(0,N.jsx)("div",{className:"googlesitekit-stepper__step-progress-line"})]}),(0,s.cloneElement)(e,{stepStatus:n})]})})})}Stepper.propTypes={children:I().node.isRequired,activeStep:I().number,className:I().string};var T=i(15167);function Step({children:e,title:t,stepStatus:i}){return(0,N.jsxs)("div",{className:"googlesitekit-stepper__step-info",children:[(0,N.jsx)(T.A,{as:"h2",className:"googlesitekit-stepper__step-title",size:"medium",type:"title",children:t}),(0,N.jsx)("div",{className:"googlesitekit-stepper__step-content-container",children:i===A.ACTIVE&&(0,N.jsx)("div",{className:"googlesitekit-stepper__step-content",children:e})})]})}Step.propTypes={children:I().node.isRequired,title:I().string.isRequired,stepStatus:I().oneOf(Object.values(A))};var S,k,j,f,b,_,x,v,C,D,w,E,Z,R,L,G,z,O,P,B,U=i(99620),W=i(45472),H=i(93896),V=i(7081),Y=i(77766),F=i(12850),Q=i(74179);function J(){return J=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},J.apply(null,arguments)}const X=e=>s.createElement("svg",J({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 390 273"},e),S||(S=s.createElement("path",{fill:"#F3F5F7",d:"M22.56 28.885a85 85 0 0 1 8.606-7.899C60.044-2.097 83.903-2.06 116.934 2.153 139.265 5 158.642 18.5 182.13 17.185 205.617 15.871 238.088 7.743 264 9.5c29.5 2 37 5.5 63.227 19.385 24.273 12.85 46.312 35.426 57.388 65.284 18.985 51.177-14.865 143.285-60.259 147.628-32.893 3.148-60.039-33.973-93.239-25.376-20.452 5.297-32.583 27.515-48.362 42.177-18.409 17.107-48.199 16.032-69.755 6.902-20.542-8.699-35.63-25.926-42.338-51.32-5.107-19.338-4.595-38.709-16.86-53.857C36.497 138.947 9.432 134 1.281 94.168c-5.16-25.213 5.942-49.13 21.279-65.283"})),k||(k=s.createElement("g",{filter:"url(#ad-blocking-recovery-setup_svg__a)"},s.createElement("rect",{width:257.906,height:176.087,x:50.837,y:42.913,fill:"#fff",rx:14.086}),s.createElement("rect",{width:259.302,height:177.484,x:50.139,y:42.214,stroke:"#CBD0D3",strokeWidth:1.396,rx:14.785}))),j||(j=s.createElement("rect",{width:78,height:126.285,x:65,y:78.486,fill:"#EE92DA",rx:5.282})),f||(f=s.createElement("circle",{cx:104.5,cy:139.528,r:11,stroke:"#fff",strokeWidth:3})),b||(b=s.createElement("path",{stroke:"#fff",strokeWidth:3,d:"m112 132.028-15.5 15.5"})),_||(_=s.createElement("path",{fill:"#EBEEF0",d:"M50.837 56.999c0-7.78 6.307-14.086 14.087-14.086h229.733c7.78 0 14.086 6.306 14.086 14.086v7.258H50.837z"})),x||(x=s.createElement("rect",{width:7.115,height:7.115,x:61.509,y:50.027,fill:"#CBD0D3",rx:3.557})),v||(v=s.createElement("rect",{width:7.115,height:7.115,x:72.181,y:50.027,fill:"#CBD0D3",rx:3.557})),C||(C=s.createElement("rect",{width:125.396,height:42.688,x:164,y:78.486,fill:"#EBEEF0",rx:5.585})),D||(D=s.createElement("rect",{width:92.49,height:14.229,x:164,y:129,fill:"#EBEEF0",rx:7.115})),w||(w=s.createElement("rect",{width:108.498,height:5.585,x:164,y:151,fill:"#EBEEF0",rx:2.793})),E||(E=s.createElement("rect",{width:92.49,height:5.585,x:164,y:165,fill:"#EBEEF0",rx:2.793})),Z||(Z=s.createElement("rect",{width:125.396,height:5.585,x:164,y:179,fill:"#EBEEF0",rx:2.793})),R||(R=s.createElement("g",{filter:"url(#ad-blocking-recovery-setup_svg__b)"},s.createElement("path",{fill:"#fff",d:"M199 163c0-6.075 4.925-11 11-11h126c6.075 0 11 4.925 11 11v83.038c0 6.076-4.925 11-11 11H210c-6.075 0-11-4.924-11-11z"}),s.createElement("path",{stroke:"#CBD0D3",d:"M199.5 163c0-5.799 4.701-10.5 10.5-10.5h126c5.799 0 10.5 4.701 10.5 10.5v83.038c0 5.799-4.701 10.5-10.5 10.5H210c-5.799 0-10.5-4.701-10.5-10.5z"}))),L||(L=s.createElement("rect",{width:96.635,height:5.224,x:224.247,y:192.918,fill:"#EBEEF0",rx:2.612})),G||(G=s.createElement("rect",{width:53.106,height:22.635,x:246.882,y:222.518,fill:"#77AD8C",rx:11.318})),z||(z=s.createElement("circle",{cx:273,cy:172.023,r:9.576,fill:"#EBEEF0"})),O||(O=s.createElement("path",{stroke:"#fff",strokeWidth:3,d:"m266.906 233.539 5.003 5.003 9.495-9.495"})),P||(P=s.createElement("rect",{width:98.376,height:5.224,x:222.506,y:205.106,fill:"#EBEEF0",rx:2.612})),B||(B=s.createElement("defs",null,s.createElement("filter",{id:"ad-blocking-recovery-setup_svg__a",width:264.699,height:183.88,x:49.441,y:41.516,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dx:4,dy:5}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0.796078 0 0 0 0 0.815686 0 0 0 0 0.827451 0 0 0 1 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_149_3117"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_149_3117",result:"shape"})),s.createElement("filter",{id:"ad-blocking-recovery-setup_svg__b",width:152,height:110.038,x:199,y:152,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dx:4,dy:5}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0.796078 0 0 0 0 0.815686 0 0 0 0 0.827451 0 0 0 1 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_149_3117"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_149_3117",result:"shape"})))));var K=i(32947);function Content({children:e}){const t=(0,K.dv)(),i=![K.Lg,K.mp].includes(t);return(0,N.jsx)(n.xA,{className:"googlesitekit-ad-blocking-recovery__content",children:(0,N.jsxs)(n.fI,{children:[(0,N.jsx)(n.fh,{mdSize:8,lgSize:8,children:e}),i&&(0,N.jsx)(n.fh,{className:"googlesitekit-ad-blocking-recovery__hero-graphic",lgSize:4,children:(0,N.jsx)(X,{})})]})})}Content.propTypes={children:I().node};var $=i(15844),q=i(77967);function CreateMessageStep(){const e=(0,Y.A)(),t=(0,c.useSelect)(e=>e(Q.wl).getAccountID()),i=(0,c.useSelect)(e=>e(Q.wl).getServiceURL({path:`/${t}/privacymessaging/ad_blocking`})),o=(0,c.useSelect)(e=>e(H.O4).getAdminURL("googlesitekit-dashboard")),a=(0,r.F)(o,{notification:"ad_blocking_recovery_setup_success"}),n=(0,c.useSelect)(e=>e(Q.wl).isDoingSaveSettings()||e(W.M).isNavigatingTo(a)),u=(0,c.useSelect)(e=>!!e(V.n).getValue(Q.Ap)),p=(0,c.useSelect)(e=>e(Q.wl).getErrorForAction("saveSettings")),{saveSettings:I,setAdBlockingRecoverySetupStatus:y}=(0,c.useDispatch)(Q.wl),{navigateTo:h}=(0,c.useDispatch)(W.M),{setValue:M}=(0,c.useDispatch)(V.n),A=(0,s.useCallback)(async()=>{if(!u)return await(0,F.sx)(`${e}_adsense-abr`,"create_message","primary_cta"),void M(Q.Ap,!0);y(Q.Tt.SETUP_CONFIRMED);const{error:t}=await I();t||(await(0,F.sx)(`${e}_adsense-abr`,"confirm_message_ready"),h(a))},[u,h,I,y,M,a,e]),T=(0,s.useCallback)(async()=>{y(Q.Tt.SETUP_CONFIRMED);const{error:t}=await I();t||(await(0,F.sx)(`${e}_adsense-abr`,"confirm_message_ready_secondary_cta"),h(a))},[y,I,h,a,e]);return(0,$.A)(()=>{(0,F.sx)(`${e}_adsense-abr`,"setup_create_message")}),(0,s.useEffect)(()=>{u&&(0,F.sx)(`${e}_adsense-abr`,"setup_final_step")},[u,e]),(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(m.A,{children:(0,l.__)("Create and publish an ad blocking recovery message in AdSense","google-site-kit")}),(0,N.jsx)(m.A,{children:(0,l.__)("Site visitors will be given the option to allow ads on your site. You can also present them with other options to fund your site (optional)","google-site-kit")}),p&&(0,N.jsx)(q.A,{error:p}),(0,N.jsxs)("div",{className:"googlesitekit-ad-blocking-recovery__create-message-footer",children:[(0,N.jsx)("div",{className:"googlesitekit-ad-blocking-recovery__create-message-footer-actions",children:u?(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(d.SpinnerButton,{onClick:A,isSaving:n,disabled:n,children:(0,l.__)("My message is ready","google-site-kit")}),(0,N.jsx)(g.A,{onClick:function(){(0,F.sx)(`${e}_adsense-abr`,"create_message","secondary_cta")},href:i,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Create message","google-site-kit")})]}):(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(d.Button,{href:i,target:"_blank",onClick:A,children:(0,l.__)("Create message","google-site-kit")}),(0,N.jsx)(g.A,{onClick:T,disabled:n,children:(0,l.__)("I published my message","google-site-kit")})]})}),u&&(0,N.jsx)("p",{className:"googlesitekit-ad-blocking-recovery__create-message-footer-note",children:(0,l.__)("Ad blocking recovery only works if you’ve created and published your message in AdSense","google-site-kit")})]})]})}var ee=i(13606);function PlaceTagsStep({setActiveStep:e}){const t=(0,Y.A)(),i=(0,c.useSelect)(e=>e(Q.wl).getUseAdBlockingRecoveryErrorSnippet()),o=(0,c.useSelect)(e=>e(Q.wl).isDoingSaveSettings()||e(Q.wl).isFetchingSyncAdBlockingRecoveryTags()),a=(0,c.useSelect)(e=>e(Q.wl).getErrorForAction("syncAdBlockingRecoveryTags")||e(Q.wl).getErrorForAction("saveSettings")),n=(0,c.useSelect)(e=>e(H.O4).getDocumentationLinkURL("ad-blocking-recovery")),{saveSettings:r,setAdBlockingRecoverySetupStatus:u,setUseAdBlockingRecoverySnippet:p,setUseAdBlockingRecoveryErrorSnippet:I,syncAdBlockingRecoveryTags:y}=(0,c.useDispatch)(Q.wl),h=(0,s.useCallback)(({target:e})=>{const i=!!e.checked;I(i),(0,F.sx)(`${t}_adsense-abr`,i?"check_box":"uncheck_box")},[I,t]),M=(0,s.useCallback)(async()=>{const{error:i}=await y();if(i)return;u(Q.Tt.TAG_PLACED),p(!0);const{error:s}=await r();s||(await(0,F.sx)(`${t}_adsense-abr`,"setup_enable_tag"),e(Q.J4.CREATE_MESSAGE))},[r,e,u,p,y,t]);return(0,$.A)(()=>{i||I(!0),(0,F.sx)(`${t}_adsense-abr`,"setup_place_tag")}),(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(m.A,{children:(0,l.__)("Identify site visitors that have an ad blocker browser extension installed. These site visitors will see the ad blocking recovery message created in AdSense.","google-site-kit")}),(0,N.jsx)(d.Checkbox,{checked:i,id:"ad-blocking-recovery-error-protection-tag-checkbox",name:"ad-blocking-recovery-error-protection-tag-checkbox",value:"1",onChange:h,alignLeft:!0,children:(0,l.__)("Enable error protection code (optional)","google-site-kit")}),(0,N.jsx)("p",{className:"googlesitekit-ad-blocking-recovery__error-protection-tag-info",children:(0,ee.A)((0,l.__)("If a site visitor’s ad blocker browser extension blocks the message you create in AdSense, a default, non-customizable ad blocking recovery message will display instead. <a>Learn more</a>","google-site-kit"),{a:(0,N.jsx)(g.A,{href:n,external:!0})})}),a&&(0,N.jsx)(q.A,{error:a}),(0,N.jsx)(d.SpinnerButton,{onClick:M,isSaving:o,disabled:o,children:(0,l.__)("Enable message","google-site-kit")})]})}PlaceTagsStep.propTypes={setActiveStep:I().func};var te=i(73589);function SetupMain(){const e=(0,Y.A)(),t=(0,c.useSelect)(e=>e(H.O4).getAdminURL("googlesitekit-settings")),i=(0,c.useSelect)(e=>e(H.O4).getModuleSettingsURL(te.Py)),o=(0,c.useSelect)(e=>!!e(V.n).getValue(Q.Ap)),a=(0,c.useSelect)(e=>e(H.O4).getAdminURL("googlesitekit-dashboard")),p=(0,c.useSelect)(e=>{const t={[Q.Tt.TAG_PLACED]:Q.J4.CREATE_MESSAGE,[Q.Tt.SETUP_CONFIRMED]:Q.J4.COMPLETE},i=e(Q.wl).getAdBlockingRecoverySetupStatus();if(void 0!==i)return t[i]||Q.J4.PLACE_TAGS}),I=(0,r.F)(a,{notification:"ad_blocking_recovery_setup_success"}),y=(0,c.useSelect)(e=>e(Q.wl).getAccountID()),h=(0,c.useSelect)(e=>e(Q.wl).getServiceURL({path:`/${y}/privacymessaging/ad_blocking`})),{saveSettings:M,setAdBlockingRecoverySetupStatus:A,setUseAdBlockingRecoverySnippet:T,setUseAdBlockingRecoveryErrorSnippet:S}=(0,c.useDispatch)(Q.wl),{navigateTo:k}=(0,c.useDispatch)(W.M),[j,f]=(0,s.useState)(p),b=(0,s.useCallback)(async()=>{if(0===j)return await(0,F.sx)(`${e}_adsense-abr`,"cancel_setup","on_place_tag_step"),document.referrer.includes(t)?k(i):k(a);if(o)return await(0,F.sx)(`${e}_adsense-abr`,"cancel_setup","on_final_step"),k(i);A(""),T(!1),S(!1);const{error:s}=await M();return await(0,F.sx)(`${e}_adsense-abr`,"cancel_setup","on_create_message_step"),s||(document.referrer.includes(t)?k(i):k(a)),null},[j,i,o,a,k,M,A,S,T,t,e]);return(0,s.useEffect)(()=>{void 0===j&&void 0!==p&&f(p)},[j,p]),(0,N.jsxs)(U.A,{rounded:!0,children:[(0,N.jsx)(n.xA,{children:(0,N.jsx)(n.fI,{children:(0,N.jsx)(n.fh,{lgSize:6,mdSize:8,smSize:4,children:(0,N.jsx)(u.A,{className:"googlesitekit-heading-3 googlesitekit-ad-blocking-recovery__heading",title:(0,l.__)("Ad Blocking Recovery","google-site-kit"),fullWidth:!0})})})}),(0,N.jsxs)(Content,{children:[(0,N.jsxs)(Stepper,{activeStep:j,className:"googlesitekit-ad-blocking-recovery__steps",children:[(0,N.jsx)(Step,{title:(0,l.__)("Enable ad blocking recovery message (required)","google-site-kit"),className:"googlesitekit-ad-blocking-recovery__step googlesitekit-ad-blocking-recovery__step-place-tags",children:(0,N.jsx)(PlaceTagsStep,{setActiveStep:f})}),(0,N.jsx)(Step,{title:(0,l.__)("Create your site’s ad blocking recovery message (required)","google-site-kit"),className:"googlesitekit-ad-blocking-recovery__step googlesitekit-ad-blocking-recovery__step-create-message",children:(0,N.jsx)(CreateMessageStep,{})})]}),Q.J4.COMPLETE===j&&(0,N.jsxs)("div",{className:"googlesitekit-ad-blocking-recovery__complete-content",children:[(0,N.jsx)(m.A,{children:(0,l.__)("Create and publish an ad blocking recovery message in AdSense","google-site-kit")}),(0,N.jsx)(m.A,{children:(0,l.__)("Site visitors will be given the option to allow ads on your site. You can also present them with other options to fund your site (optional)","google-site-kit")})]})]}),(0,N.jsx)("div",{className:"googlesitekit-ad-blocking-recovery__footer googlesitekit-ad-blocking-recovery__buttons",children:(0,N.jsx)("div",{className:"googlesitekit-ad-blocking-recovery__footer-cancel",children:Q.J4.COMPLETE===j?(0,N.jsxs)("div",{className:"googlesitekit-ad-blocking-recovery__complete-actions",children:[(0,N.jsx)(d.SpinnerButton,{href:I,children:(0,l.__)("My message is ready","google-site-kit")}),(0,N.jsx)(g.A,{href:h,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Create message","google-site-kit")})]}):(0,N.jsx)(g.A,{onClick:b,children:(0,l.__)("Cancel","google-site-kit")})})})]})}function AdBlockingRecoveryApp(){return(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(o.A,{children:(0,N.jsx)(a.A,{})}),(0,N.jsx)("div",{className:"googlesitekit-ad-blocking-recovery googlesitekit-module-page",children:(0,N.jsx)(n.xA,{children:(0,N.jsx)(n.fI,{children:(0,N.jsx)(n.fh,{size:12,children:(0,N.jsx)(SetupMain,{})})})})})]})}var ie=i(52009),se=i(90399);function SetupUseSnippetSwitch(){const e=(0,c.useSelect)(e=>e(Q.wl).getOriginalUseSnippet()),t=(0,c.useSelect)(e=>e(Q.wl).getExistingTag()),i=(0,c.useSelect)(e=>e(Q.wl).getClientID()),{setUseSnippet:o,saveSettings:a}=(0,c.useDispatch)(Q.wl),n=Boolean(t);if((0,s.useEffect)(()=>{n&&(o(!1),a())},[n,a,o]),e&&!t||void 0===t||void 0===e)return null;let r,d;const g=(0,l.__)("Make sure to remove the existing AdSense code to avoid conflicts with the code placed by Site Kit","google-site-kit");return t===i?(d=(0,l.__)("You’ve already got an AdSense code on your site for this account. We recommend you use Site Kit to place the code to get the most out of AdSense.","google-site-kit"),r=`${d} ${g}`):t?(d=(0,l.sprintf)(/* translators: 1: existing account ID, 2: current account ID */ /* translators: 1: existing account ID, 2: current account ID */ (0,l.__)("Site Kit detected AdSense code for a different account %1$s on your site. In order to configure AdSense for your current account %2$s, we recommend you use Site Kit to place the code instead.","google-site-kit"),(0,ie.c)(t),(0,ie.c)(i)),r=`${d} ${g}`):r=g,(0,N.jsx)(se.TZ,{checkedMessage:r,uncheckedMessage:d,saveOnChange:!0})}var oe=i(79257),ae=i(93431),ne=i(81779),re=i(61991);function SetupAccountSiteUI({heading:e,description:t,primaryButton:i,secondaryButton:o}){const a=(0,c.useSelect)(e=>e(Q.wl).isDoingSubmitChanges()||e(W.M).isNavigating());return(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(T.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:e}),(0,N.jsx)(se.kg,{}),(0,N.jsx)(m.A,{children:t}),(0,N.jsx)(SetupUseSnippetSwitch,{}),(0,N.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[(0,N.jsx)(d.SpinnerButton,{onClick:i.onClick,href:i.href,disabled:a,isSaving:a,children:i.label}),o&&(0,N.jsx)("div",{className:"googlesitekit-setup-module__sub-action",children:(0,N.jsx)(d.Button,{onClick:o.onClick,tertiary:!0,children:o.label})})]})]})}function NeedsAttention(){const e=(0,s.useContext)(re.Ay),t=(0,c.useSelect)(e=>e(Q.wl).getServiceAccountManageSitesURL()),o=(0,s.useCallback)(s=>{s.preventDefault(),(0,F.sx)(`${e}_adsense`,"review_site_state","needs_attention"),i.g.open(t,"_blank")},[t,e]),a=(0,l.__)("Your site isn’t ready to show ads yet","google-site-kit"),n=(0,l.__)("You need to fix some things with this site before we can connect Site Kit to your AdSense account","google-site-kit"),r={label:(0,l.__)("Review site in AdSense","google-site-kit"),href:t,onClick:o};return(0,N.jsx)(SetupAccountSiteUI,{heading:a,description:n,primaryButton:r})}function GettingReady(){const e=(0,s.useContext)(re.Ay),t=(0,c.useSelect)(e=>e(Q.wl).getServiceAccountManageSitesURL()),o=(0,s.useCallback)(s=>{s.preventDefault(),(0,F.sx)(`${e}_adsense`,"review_site_state","getting_ready"),i.g.open(t,"_blank")},[t,e]),a=(0,l.__)("Your site is getting ready","google-site-kit"),n=(0,l.__)("This usually takes a few days, but in some cases can take a few weeks. You’ll get an email from AdSense as soon as they have run some checks on your site.","google-site-kit"),r={label:(0,l.__)("Review site in AdSense","google-site-kit"),href:t,onClick:o};return(0,N.jsx)(SetupAccountSiteUI,{heading:a,description:n,primaryButton:r})}function RequiresReview(){const e=(0,s.useContext)(re.Ay),t=(0,c.useSelect)(e=>e(Q.wl).getServiceAccountManageSitesURL()),o=(0,s.useCallback)(s=>{s.preventDefault(),(0,F.sx)(`${e}_adsense`,"review_site_state","requires_review"),i.g.open(t,"_blank")},[t,e]),a=(0,l.__)("Your site requires review","google-site-kit"),n=(0,l.__)("To start serving ads, your site needs to be approved first. Go to AdSense to request the review.","google-site-kit"),r={label:(0,l.__)("Request review in AdSense","google-site-kit"),href:t,onClick:o};return(0,N.jsx)(SetupAccountSiteUI,{heading:a,description:n,primaryButton:r})}function Ready({site:e,finishSetup:t}){const[o,a]=(0,s.useState)(!1),n=(0,s.useContext)(re.Ay),r=(0,c.useSelect)(e=>e(Q.wl).getExistingTag()),d=(0,c.useSelect)(e=>e(Q.wl).getServiceAccountSiteAdsPreviewURL()),g=(0,c.useSelect)(e=>e(Q.wl).isDoingSubmitChanges()),{completeSiteSetup:u,completeAccountSetup:m}=(0,c.useDispatch)(Q.wl),{setValue:p}=(0,c.useDispatch)(V.n),I=(0,s.useCallback)(e=>{e.preventDefault(),(0,F.sx)(`${n}_adsense`,"enable_auto_ads"),i.g.open(d,"_blank")},[d,n]),y=(0,s.useCallback)(e=>{e.preventDefault(),(0,F.sx)(`${n}_adsense`,"disable_auto_ads"),a(!0)},[n]),h=(0,s.useCallback)(async()=>{if(g)return;p(Q.O0,!0);const e=await u(),i=await m();p(Q.O0,!1),e&&i&&"function"==typeof t&&t()},[g,p,u,m,t]),M={};return e.autoAdsEnabled||o?(M.heading=r?(0,l.__)("Your AdSense account is ready to connect to Site Kit","google-site-kit"):(0,l.__)("Your site is ready to use AdSense","google-site-kit"),M.description=r?(0,l.__)("Connect your AdSense account to see stats on your overall earnings, page CTR, and top earning pages","google-site-kit"):(0,l.__)("Site Kit has placed AdSense code on your site to connect your site to AdSense and help you get the most out of ads","google-site-kit"),M.primaryButton={label:(0,l.__)("Complete setup","google-site-kit"),onClick:h}):(M.heading=(0,l.__)("Enable auto ads for your site","google-site-kit"),M.description=(0,l.__)("To start serving ads via Site Kit, you need to activate auto ads first. Go to AdSense and enable auto ads for your site.","google-site-kit"),M.primaryButton={label:(0,l.__)("Enable auto ads","google-site-kit"),href:d,onClick:I},r&&(M.description=(0,l.__)("Site Kit recommends enabling auto ads. If your existing AdSense setup relies on individual ad units, you can proceed without enabling auto ads.","google-site-kit"),M.secondaryButton={label:(0,l.__)("Proceed without enabling auto ads","google-site-kit"),onClick:y})),(0,N.jsx)(SetupAccountSiteUI,{...M})}function SetupAccountSite({site:e,finishSetup:t}){const{autoAdsEnabled:i,state:o}=e,{setSiteStatus:a}=(0,c.useDispatch)(Q.wl);switch((0,s.useEffect)(()=>{let e;switch(o){case Q._L:e=ne.k;break;case Q.LE:e=ne.dL;break;case Q.IY:e=ne.oC;break;case Q.jb:e=i?ne.TF:ne.um}e&&a(e)},[i,a,o]),o){case Q._L:return(0,N.jsx)(NeedsAttention,{});case Q.LE:return(0,N.jsx)(RequiresReview,{});case Q.IY:return(0,N.jsx)(GettingReady,{});case Q.jb:return(0,N.jsx)(Ready,{site:e,finishSetup:t});default:return(0,N.jsx)(q.A,{message:(0,l.sprintf)(/* translators: %s: invalid site state identifier */ /* translators: %s: invalid site state identifier */ (0,l.__)("Invalid site state %s","google-site-kit"),o),skipRetryMessage:!0})}}SetupAccountSiteUI.propTypes={heading:I().string.isRequired,description:I().string.isRequired,primaryButton:I().shape({label:I().string,href:I().string,onClick:I().func}).isRequired,secondaryButton:I().shape({label:I().string,onClick:I().func})},SetupAccountSite.propTypes={site:I().shape({autoAdsEnabled:I().bool,state:I().string}).isRequired,finishSetup:I().func};var le=i(44174);function SetupAccountNoClient(){const e=(0,Y.A)(),t=(0,s.useCallback)(()=>{(0,F.sx)(`${e}_adsense`,"apply_afc")},[e]);return(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(T.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:(0,l.__)("Looks like you need to upgrade your AdSense account","google-site-kit")}),(0,N.jsx)(se.kg,{}),(0,N.jsx)(m.A,{children:(0,ee.A)((0,l.__)("To start using AdSense on your website, you need to upgrade your account to add “AdSense for content”. <a>Learn more</a>","google-site-kit"),{a:(0,N.jsx)(le.A,{path:"/adsense/answer/6023158","aria-label":(0,l.__)("Learn more about updating your AdSense account","google-site-kit"),external:!0})})}),(0,N.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,N.jsx)(d.Button,{href:"https://www.google.com/adsense",target:"_blank","aria-label":(0,l.__)("Learn more about updating your AdSense account","google-site-kit"),onClick:t,children:(0,l.__)("Apply now","google-site-kit")})})]})}function SetupAccountCreateSite(){const e=(0,Y.A)(),t=(0,c.useSelect)(e=>e(Q.wl).getServiceAccountManageSiteURL()),o=(0,s.useCallback)(s=>{s.preventDefault(),(0,F.sx)(`${e}_adsense`,"create_site"),i.g.open(t,"_blank")},[t,e]);return(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(T.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:(0,l.__)("Add this site to your AdSense account","google-site-kit")}),(0,N.jsx)(se.kg,{}),(0,N.jsx)(m.A,{children:(0,l.__)("We’ve detected that you haven’t added this site to your AdSense account yet","google-site-kit")}),(0,N.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,N.jsx)(d.Button,{onClick:o,href:t,children:(0,l.__)("Add site to AdSense","google-site-kit")})})]})}function SetupAccountPendingTasks(){const e=(0,Y.A)(),t=(0,s.useCallback)(()=>{(0,F.sx)(`${e}_adsense`,"review_tasks")},[e]),i=(0,c.useSelect)(e=>e(Q.wl).getServiceAccountURL());return(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(T.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:(0,l.__)("Your account isn’t ready to show ads yet","google-site-kit")}),(0,N.jsx)(se.kg,{}),(0,N.jsx)(m.A,{children:(0,l.__)("You need to fix some things before we can connect Site Kit to your AdSense account","google-site-kit")}),(0,N.jsx)(SetupUseSnippetSwitch,{}),(0,N.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,N.jsx)(d.Button,{onClick:t,href:i,children:(0,l.__)("Review AdSense account","google-site-kit")})})]})}function SetupAccount({account:e,finishSetup:t}){const{_id:i,state:o}=e,a=(0,c.useSelect)(e=>e(Q.wl).getClientID()),n=(0,c.useSelect)(e=>e(Q.wl).getCurrentSite(i)),r=(0,c.useSelect)(e=>e(Q.wl).getAFCClient(i)),{setClientID:l,setAccountStatus:g,setSiteStatus:u}=(0,c.useDispatch)(Q.wl);return(0,s.useEffect)(()=>{r?._id&&a!==r._id?l(r._id):null===r&&a&&l("")},[r,a,l]),(0,s.useEffect)(()=>{null===n&&u(ne.SG)},[u,n]),(0,s.useEffect)(()=>{void 0!==n&&(a?o===Q._L?g(ne.gV):r?.state===Q.LE?g(ne.bF):r?.state===Q.IY?g(ne.Yb):g(ne.pJ):g(ne.ze))},[o,r,a,g,n]),void 0===n?(0,N.jsx)(d.ProgressBar,{}):a?null===n?(0,N.jsx)(SetupAccountCreateSite,{}):o===Q._L||r?.state===Q.LE||r?.state===Q.IY?(0,N.jsx)(SetupAccountPendingTasks,{}):(0,N.jsx)(SetupAccountSite,{site:n,finishSetup:t}):(0,N.jsx)(SetupAccountNoClient,{})}SetupAccount.propTypes={account:I().shape({_id:I().string,state:I().string}),finishSetup:I().func};var ce=i(58116);function SetupCreateAccount(){const e=`${(0,Y.A)()}_adsense`,t=(0,c.useSelect)(e=>e(ce.oR).getEmail()),o=(0,c.useSelect)(e=>e(Q.wl).getExistingTag()),a=(0,c.useSelect)(e=>e(Q.wl).getServiceCreateAccountURL()),n=(0,s.useCallback)(async t=>{t.preventDefault(),await(0,F.sx)(e,"create_account"),i.g.open(a,"_blank")},[a,e]);return(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(T.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:(0,l.__)("Create your AdSense account","google-site-kit")}),(0,N.jsx)(se.kg,{}),(0,N.jsx)(m.A,{children:(0,l.__)("Once you create your account, Site Kit will place AdSense code on every page across your site. This means your site will be automatically optimized to help you earn money from your content.","google-site-kit")}),(0,N.jsx)(se.Fv,{}),(0,N.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,N.jsx)(d.Button,{onClick:n,href:a,children:(0,l.__)("Create AdSense account","google-site-kit")})}),(0,N.jsxs)("p",{className:"googlesitekit-setup-module__footer-text",children:[o&&(0,l.sprintf)(/* translators: 1: client ID, 2: user email address, 3: account ID */ /* translators: 1: client ID, 2: user email address, 3: account ID */ (0,l.__)("Site Kit detected AdSense code %1$s on your page. We recommend you remove that code or add %2$s as a user to the AdSense account %3$s.","google-site-kit"),o,t,(0,ie.c)(o)),!o&&(0,ee.A)((0,l.sprintf)(/* translators: %s: user email address */ /* translators: %s: user email address */ (0,l.__)("Already use AdSense? Add %s as a user to an existing AdSense account. <a>Learn more</a>","google-site-kit"),t),{a:(0,N.jsx)(le.A,{path:"/adsense/answer/2659101","aria-label":(0,l.__)("Learn more about adding a user to an existing AdSense account","google-site-kit"),external:!0})})]})]})}function SetupSelectAccount(){return(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(T.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-setup-module__title",children:(0,l.__)("Select your AdSense account","google-site-kit")}),(0,N.jsx)(se.kg,{}),(0,N.jsx)(m.A,{children:(0,l.__)("Looks like you have multiple AdSense accounts associated with your Google account. Select the account to use with Site Kit below.","google-site-kit")}),(0,N.jsx)("div",{className:"googlesitekit-setup-module__inputs",children:(0,N.jsx)(se.QB,{})})]})}var de=i(10804),ge=i(42125);function SetupMain_SetupMain({finishSetup:e}){const t=`${(0,Y.A)()}_adsense`,{resetAccounts:i,resetClients:o,resetSites:a,setAccountID:n,setAccountStatus:r,submitChanges:g}=(0,c.useDispatch)(Q.wl),[u,m]=(0,s.useState)(!1),[p,I]=(0,s.useState)(!1),y=(0,c.useSelect)(e=>!!e(V.n).getValue(Q.O0)),h=(0,c.useSelect)(e=>e(ce.oR).isAdBlockerActive()),M=(0,c.useSelect)(e=>e(Q.wl).getAccounts()),A=(0,c.useSelect)(e=>e(Q.wl).getAccountID()),S=(0,c.useSelect)(e=>e(Q.wl).hasSettingChanged("accountID")),k=(0,c.useSelect)(e=>e(Q.wl).hasSettingChanged("clientID")),j=(0,c.useSelect)(e=>e(Q.wl).canSubmitChanges()),f=(0,c.useSelect)(e=>e(Q.wl).getClientID()),b=(0,c.useSelect)(e=>e(Q.wl).getAccountStatus()),_=(0,c.useSelect)(e=>e(Q.wl).hasSettingChanged("accountStatus")),x=(0,c.useSelect)(e=>e(Q.wl).getSiteStatus()),v=(0,c.useSelect)(e=>e(Q.wl).hasSettingChanged("siteStatus")),C=(0,c.useSelect)(e=>e(Q.wl).hasErrors()),D=(0,c.useSelect)(e=>e(Q.wl).hasFinishedResolution("getAccounts")),w=(0,c.useSelect)(e=>e(ce.oR).getEmail()),E=(0,c.useSelect)(e=>e(H.O4).getReferenceSiteURL()),Z=(0,c.useSelect)(e=>e(Q.wl).getExistingTag()),R=M?.find(({_id:e})=>e===A);(0,oe.A)(()=>{(S&&void 0!==A||k&&void 0!==f||_&&void 0!==b||v&&void 0!==x)&&m(!0)},[A,S,f,k,b,_,x,v]),(0,s.useEffect)(()=>{if(!Array.isArray(M))return;let e;1!==M.length||A&&M[0]._id===A?0===M.length&&A&&(e=""):e=M[0]._id,void 0!==e&&(n(e),m(!0))},[M,A,n]),(0,s.useEffect)(()=>{0===M?.length?r(ne.uP):M?.length>1&&!A&&r(ne.Sw)},[r,A,M]),(0,s.useEffect)(()=>{u&&!p&&j&&!y&&(m(!1),(async()=>{I(!0),await g(),I(!1)})())},[u,p,j,g,y]);const L=(0,s.useCallback)(()=>{void 0!==b&&ne.pJ!==b&&(i(),o(),a())},[b,i,o,a]);let G;return(0,ge.$)(L,15e3),(0,s.useEffect)(()=>{void 0!==b&&(0,F.sx)(t,"receive_account_state",b)},[t,b]),(0,s.useEffect)(()=>{void 0!==x&&(0,F.sx)(t,"receive_site_state",x)},[t,x]),G=D&&void 0!==A&&void 0!==w&&void 0!==E&&void 0!==Z?C?(0,N.jsx)(se.kg,{hasButton:!0}):M?.length?A?(0,N.jsx)(SetupAccount,{account:R,finishSetup:e}):(0,N.jsx)(SetupSelectAccount,{}):(0,N.jsx)(SetupCreateAccount,{}):(0,N.jsx)(d.ProgressBar,{}),(0,N.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--adsense",children:[(0,N.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,N.jsx)("div",{className:"googlesitekit-setup-module__logo",children:(0,N.jsx)(ae.A,{width:"40",height:"40"})}),(0,N.jsx)(T.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:(0,l._x)("AdSense","Service name","google-site-kit")})]}),(0,N.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,N.jsx)(de.A,{moduleSlug:"adsense"}),!h&&G]})]})}SetupMain_SetupMain.propTypes={finishSetup:I().func}},46935:e=>{"use strict";e.exports=googlesitekit.notifications},47121:(e,t,i)=>{"use strict";i.d(t,{$C:()=>_,RF:()=>b,WI:()=>j,_5:()=>T,jU:()=>N,o3:()=>A,x0:()=>k});var s=i(32091),o=i.n(s),a=i(50532),n=i.n(a),r=i(17243),l=i(78913);const c="GET_REGISTRY",d="AWAIT";function g(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=S(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return o()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const u=g,m=g;function p(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,s={})=>t.reduce((e,t)=>t(e,s),e)}const I=g,y=g,h=g;function M(e){return e}function A(...e){const t=h(...e.map(e=>e.initialState||{}));return{initialState:t,controls:m(...e.map(e=>e.controls||{})),actions:u(...e.map(e=>e.actions||{})),reducer:p(t,...e.map(e=>e.reducer||M)),resolvers:I(...e.map(e=>e.resolvers||{})),selectors:y(...e.map(e=>e.selectors||{}))}}const N={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:d}}},T={[c]:(0,l.b)(e=>()=>e),[d]:({payload:e})=>e.value};function S(e){const t=[],i={};for(let s=0;s<e.length;s++){const o=e[s];i[o]=i[o]>=1?i[o]+1:1,i[o]>1&&t.push(o)}return t}const k={actions:N,controls:T,reducer:M};function j(e){return t=>f(e(t))}const f=n()(e=>(0,r.mapValues)(e,(e,t)=>(...i)=>{const s=e(...i);return o()(void 0!==s,`${t}(...) is not resolved`),s}));function b(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(s,...o)=>{const a=!t,n=!!t;try{return e(i,s,...o),a}catch{return n}}),dangerousSelector:(0,l.N)(t=>(i,...s)=>{e(t,i,...s)})}}function _(e,t){return o()("function"==typeof e,"a validator function is required."),o()("function"==typeof t,"an action creator function is required."),o()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},47345:(e,t,i)=>{"use strict";i.d(t,{A:()=>n});var s=i(63696),o=i(50539),a=i(86134);function n(e,t,i){const{setWidgetState:n,unsetWidgetState:r}=(0,o.useDispatch)(a.aO);(0,s.useEffect)(()=>(n(e,t,i),()=>{r(e,t,i)}),[e,t,i,n,r])}},47627:(e,t,i)=>{Object.prototype.hasOwnProperty.call(i.g,"google")||(i.g.google={})},48102:(e,t,i)=>{"use strict";i.d(t,{A:()=>SetupEnhancedConversionTrackingNotice});var s=i(4452),o=i.n(s),a=i(50539),n=i(93896),r=i(62540);function SetupEnhancedConversionTrackingNotice({className:e,message:t}){const i=(0,a.useSelect)(e=>e(n.O4).isConversionTrackingEnabled());return i||void 0===i?null:(0,r.jsx)("p",{className:o()(e,"googlesitekit-color--surfaces-on-background-variant"),children:t})}},49383:e=>{"use strict";e.exports=googlesitekit.components},49539:(e,t,i)=>{"use strict";i.d(t,{A:()=>ReportTable});var s=i(4452),o=i.n(s),a=i(32091),n=i.n(a),r=i(62688),l=i.n(r),c=i(17243),d=i(63696),g=i(49383),u=i(96820),m=i(62540);function ReportTable(e){const{rows:t,columns:i,className:s,limit:a,zeroState:r,gatheringData:l=!1,tabbedLayout:p=!1}=e;n()(Array.isArray(t),"rows must be an array."),n()(Array.isArray(i),"columns must be an array."),i.forEach(({Component:e,field:t=null})=>{n()(e||null!==t,"each column must define a Component and/or a field.")}),n()(Number.isInteger(a)||void 0===a,"limit must be an integer, if provided.");const I=i.some(({badge:e})=>!!e),[y,h]=(0,d.useState)(0),M=p&&i.slice(1),A=p?[i[0],M[y]]:i;return(0,m.jsxs)("div",{className:s,children:[p&&(0,m.jsx)(g.TabBar,{className:"googlesitekit-tab-bar--start-aligned-high-contrast",activeIndex:y,handleActiveIndexUpdate:h,children:M.map(({title:e,badge:t})=>(0,m.jsxs)(g.Tab,{"aria-label":e,children:[e,t]},e))}),(0,m.jsx)("div",{className:o()("googlesitekit-table","googlesitekit-table--with-list",{"googlesitekit-table--gathering-data":l}),children:(0,m.jsxs)("table",{className:o()("googlesitekit-table__wrapper",`googlesitekit-table__wrapper--${A.length}-col`,{"googlesitekit-table__wrapper--tabbed-layout":p}),children:[!p&&(0,m.jsxs)("thead",{className:"googlesitekit-table__head",children:[I&&(0,m.jsx)("tr",{className:"googlesitekit-table__head-badges",children:i.map(({badge:e,primary:t,className:i,columnHeaderClassName:s},a)=>(0,m.jsx)("th",{className:o()("googlesitekit-table__head-item","googlesitekit-table__head-item--badge",{"googlesitekit-table__head-item--primary":t},i,s),children:e},`googlesitekit-table__head-row-badge-${a}`))}),(0,m.jsx)("tr",{className:"googlesitekit-table__head-row",children:i.map(({title:e,description:t,primary:i,className:s,columnHeaderClassName:a},n)=>(0,m.jsx)("th",{className:o()("googlesitekit-table__head-item",{"googlesitekit-table__head-item--primary":i},s,a),"data-tooltip":t,children:e},`googlesitekit-table__head-row-${n}`))})]}),(0,m.jsxs)("tbody",{className:"googlesitekit-table__body",children:[l&&(0,m.jsx)("tr",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,m.jsx)("td",{className:"googlesitekit-table__body-item",colSpan:A.length,children:(0,m.jsx)(u.A,{})})}),!l&&!t?.length&&r&&(0,m.jsx)("tr",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,m.jsx)("td",{className:"googlesitekit-table__body-item",colSpan:A.length,children:(0,m.jsx)(r,{})})}),!l&&t.slice(0,a).map((e,t)=>(0,m.jsx)("tr",{className:"googlesitekit-table__body-row",children:A.map(({Component:t,field:i,className:s},a)=>{const n=void 0!==i?(0,c.get)(e,i):void 0;return(0,m.jsx)("td",{className:o()("googlesitekit-table__body-item",s),children:(0,m.jsxs)("div",{className:"googlesitekit-table__body-item-content",children:[t&&(0,m.jsx)(t,{row:e,fieldValue:n}),!t&&n]})},`googlesitekit-table__body-item-${a}`)})},`googlesitekit-table__body-row-${t}`))]})]})})]})}ReportTable.propTypes={rows:l().arrayOf(l().oneOfType([l().array,l().object])).isRequired,columns:l().arrayOf(l().shape({title:l().string,description:l().string,primary:l().bool,className:l().string,field:l().string,Component:l().elementType,badge:l().node})).isRequired,className:l().string,limit:l().number,zeroState:l().func,gatheringData:l().bool,tabbedLayout:l().bool}},49655:(e,t,i)=>{"use strict";i.d(t,{Q:()=>s});const s={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50111:(e,t,i)=>{"use strict";i.d(t,{EA:()=>a,GF:()=>h,Hl:()=>g,IX:()=>p,Is:()=>n,KD:()=>m,LO:()=>d,NO:()=>c,Nl:()=>l,QJ:()=>u,Uf:()=>o,XU:()=>y,Y0:()=>r,hs:()=>M,wb:()=>I});var s=i(82871);const o="key-metrics-setup-cta-widget",a="googlesitekit-key-metrics-selection-panel-opened",n="key-metrics-selection-form",r="key-metrics-selected",l="key-metrics-effective-selection",c="key-metrics-unstaged-selection",d=2,g=8,u={SLUG:"current-selection",LABEL:(0,s.__)("Current selection","google-site-kit")},m={SLUG:"suggested",LABEL:(0,s.__)("Suggested","google-site-kit")},p={SLUG:"visitors",LABEL:(0,s.__)("Visitors","google-site-kit")},I={SLUG:"driving-traffic",LABEL:(0,s.__)("Driving traffic","google-site-kit")},y={SLUG:"generating-leads",LABEL:(0,s.__)("Generating leads","google-site-kit")},h={SLUG:"selling-products",LABEL:(0,s.__)("Selling products","google-site-kit")},M={SLUG:"content-performance",LABEL:(0,s.__)("Content performance","google-site-kit")}},50234:(e,t,i)=>{"use strict";i.d(t,{A:()=>g});var s=i(50539),o=i(37226),a=i(58116),n=i(50111),r=i(72455),l=i(99897),c=i(45512),d=i(97398);function g(){return(0,s.useSelect)(e=>{const t=e(a.oR).isItemDismissed(n.Uf),i=e(a.oR).isDismissingItem(n.Uf),s=u(e,d.Y,c.n),o=u(e,l.L1,r.K9);return!1===t&&!1===i&&s&&o},[])}function u(e,t,i){if(e(o.i).isModuleConnected(t)){const{isGatheringData:t,isDataAvailableOnLoad:s}=e(i);return t(),s()}return!1}},50539:e=>{"use strict";e.exports=googlesitekit.data},50787:(e,t,i)=>{"use strict";i.d(t,{d:()=>n});var s=i(18117),o=i(17243),a=i(63696);function n(...e){const t=(0,s.MA)(()=>(0,o.debounce)(...e),e);return(0,a.useEffect)(()=>()=>t.cancel(),[t]),t}},52009:(e,t,i)=>{"use strict";i.d(t,{c:()=>o,v:()=>a});var s=i(36466);function o(e){if((0,s.X)(e))return e.match(/pub-\d+$/)[0]}function a(e){if((0,s.H)(e))return e.match(/pub-\d+$/)[0]}},53137:(e,t,i)=>{"use strict";i.d(t,{FQ:()=>a,He:()=>r,bI:()=>n,rq:()=>o,ui:()=>s});const s="warning-notification-gtg",o="gtg-setup-cta",a={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},n={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},r={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54312:(e,t,i)=>{"use strict";i.d(t,{A:()=>GenericErrorHandlerActions});var s=i(62688),o=i.n(s),a=i(82871),n=i(20898),r=i(38021),l=i.n(r),c=i(63696),d=i(12417),g=i(1027),u=i(65123),m=i(49383),p=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,s]=(0,c.useState)(!1);return(0,p.jsx)(m.Button,{"aria-label":i?(0,a.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),s(!0)},trailingIcon:(0,p.jsx)(d.A,{className:"mdc-button__icon",icon:i?g.A:u.A}),children:i?(0,a.__)("Copied to clipboard","google-site-kit"):(0,a.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:o().string,componentStack:o().string};const I=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,p.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,p.jsx)(I,{message:e,componentStack:t}),(0,p.jsx)(n.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,a.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:o().string,componentStack:o().string}},54349:(e,t,i)=>{"use strict";i.d(t,{A:()=>NoticeNotification});var s=i(80035),o=i(7070),a=i(50539),n=i(71423),r=i(55527),l=i(62688),c=i.n(l),d=i(62540);function NoticeNotification({notificationID:e,children:t,dismissButton:i,ctaButton:l,gaTrackingEventArgs:c,...g}){const u=(0,o.A)(e),{dismissNotification:m}=(0,a.useDispatch)(n.D);return(0,d.jsx)(r.xA,{children:(0,d.jsx)(r.fI,{children:(0,d.jsx)(r.fh,{size:12,alignMiddle:!0,children:(0,d.jsx)(s.A,{dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),u.dismiss(c?.label,c?.value),m(e,{...i?.dismissOptions||{}})}},ctaButton:{...l,onClick:async function(t){u.confirm(c?.label,c?.value),await(l?.onClick?.(t)),l?.dismissOnClick&&m(e,{...l?.dismissOptions})}},...g,children:t})})})})}NoticeNotification.propTypes={notificationID:c().string.isRequired,children:c().node,dismissButton:c().oneOfType([c().bool,c().object]),ctaButton:c().object,gaTrackingEventArgs:c().object}},54415:(e,t,i)=>{"use strict";i.d(t,{A:()=>GoogleChart});i(47627);var s=i(4452),o=i.n(s),a=i(32091),n=i.n(a),r=i(62688),l=i.n(r),c=i(89054),d=i(15844),g=i(52684),u=i(63696),m=i(23224),p=i(58116),I=i(96820),y=i(50539),h=i(38021),M=i.n(h),A=i(82871),N=i(4884),T=i(54312),S=i(61991),k=i(12850),j=i(59323),f=i(62540);class GoogleChartErrorHandler extends u.Component{constructor(e){super(e),this.state={error:null,info:null},this.onErrorClick=this.onErrorClick.bind(this)}componentDidCatch(e,t){i.g.console.error("Google Charts error:",e,t),this.setState({error:e,info:t}),(0,k.sx)("google_chart_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}onErrorClick(){const{error:e,info:t}=this.state;M()(`\`${e?.message}\n${t?.componentStack}\``)}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,f.jsx)("div",{className:"googlesitekit-googlechart-error-handler",children:(0,f.jsx)(N.A,{description:(0,f.jsxs)(u.Fragment,{children:[(0,f.jsx)(j.A,{children:(0,A.__)("An error prevented this Google chart from being displayed properly. Report the exact contents of the error on the support forum to find out what caused it.","google-site-kit")}),(0,f.jsx)(T.A,{message:t.message,componentStack:i.componentStack})]}),onErrorClick:this.onErrorClick,onClick:this.onErrorClick,title:(0,A.__)("Error in Google Chart","google-site-kit"),error:!0})}):e}}GoogleChartErrorHandler.contextType=S.Ay,GoogleChartErrorHandler.propTypes={children:l().node.isRequired};const b=GoogleChartErrorHandler;var _=i(12417),x=i(51135),v=i(49383),C=i(77766),D=i(50787);function DateMarker({id:e,text:t}){const i=`${(0,C.A)()}_ga4-data-collection-line`;(0,u.useEffect)(()=>{(0,k.sx)(i,"chart_line_view")},[i]);const s=(0,u.useCallback)(()=>{(0,k.sx)(i,"chart_tooltip_view")},[i]),o=(0,D.d)(s,5e3,{leading:!0,trailing:!1});return(0,f.jsxs)(u.Fragment,{children:[(0,f.jsx)("div",{id:`googlesitekit-chart__date-marker-line--${e}`,className:"googlesitekit-chart__date-marker-line"}),t&&(0,f.jsx)("div",{id:`googlesitekit-chart__date-marker-tooltip--${e}`,className:"googlesitekit-chart__date-marker-tooltip",children:(0,f.jsx)(v.Tooltip,{title:t,onOpen:o,children:(0,f.jsx)("span",{children:(0,f.jsx)(_.A,{fill:"currentColor",icon:x.A,size:18})})})})]})}var w=i(7081),E=i(22821),Z=i(4518),R=i(32947);function GoogleChart(e){const{chartEvents:t,chartType:s,children:a,className:r,data:l,dateMarkers:h,getChartWrapper:M,height:A,loaded:N,loadingHeight:T,loadingWidth:S,onMouseOver:j,onMouseOut:_,onReady:x,onSelect:v,selectedStats:D,width:L,options:G,gatheringData:z,...O}=e,P=(0,g.A)(GoogleChart),B=(0,R.dv)(),{startDate:U,endDate:W}=(0,y.useSelect)(e=>e(p.oR).getDateRangeDates({offsetDays:0})),H=(0,C.A)(),V=(0,y.useSelect)(e=>e(w.n).getValue("googleChartsCollisionError")),[Y,F]=(0,u.useState)(!1),{setValue:Q}=(0,y.useDispatch)(w.n),J=(0,Z.gZ)(l,D),X="PieChart"===s?"circular":"square",K=(0,Z._8)(T,A,S,L),$=(0,f.jsx)("div",{className:"googlesitekit-chart-loading",children:(0,f.jsx)(m.A,{className:"googlesitekit-chart-loading__wrapper",shape:X,...K})}),q=(0,u.useRef)(),ee=(0,u.useRef)();(0,d.A)(()=>{void 0===V&&((0,E.A)(H)&&i.g?.google?.charts&&(i.g.google.charts=void 0),!(0,E.A)(H)&&i.g?.google?.charts?Q("googleChartsCollisionError",!0):Q("googleChartsCollisionError",!1))}),(0,u.useEffect)(()=>()=>{if(ee.current&&q.current){const{events:e}=ee.current.visualization;e.removeAllListeners(q.current.getChart()),e.removeAllListeners(q.current)}},[]),(0,u.useLayoutEffect)(()=>{j&&ee.current?.visualization.events.addListener(q.current.getChart(),"onmouseover",e=>{j(e,{chartWrapper:q.current,google:ee.current})}),_&&ee.current?.visualization.events.addListener(q.current.getChart(),"onmouseout",e=>{_(e,{chartWrapper:q.current,google:ee.current})})},[j,_]);const te=h.filter(e=>{return!!((t=new Date(e.date))&&U&&W)&&!(t.getTime()<(0,k.XH)(U).getTime()||t.getTime()>(0,k.XH)(W).getTime());var t});if(V)return null;if(!N)return(0,f.jsx)("div",{className:o()("googlesitekit-chart","googlesitekit-chart-loading__forced",r),children:$});const ie=(0,Z.$J)([...t||[],{eventName:"ready",callback:function(){if(!q.current)return;if(!te.length)return;const e=q.current.getChart(),t=e?.getChartLayoutInterface(),i=t?.getChartAreaBoundingBox(),s=q.current.getDataTable();if(!t||!i||!s)return;te.forEach((e,s)=>{const o=new Date(e.date),a=document.getElementById(`googlesitekit-chart__date-marker-line--${P}-${s}`);n()(a,`#googlesitekit-chart__date-marker-line--${P}-${s} is missing from the DOM, but required to render date markers.`);const r=Math.floor(t.getXLocation((0,k.XH)((0,k.sq)(o))));if(Object.assign(a.style,{left:r-1+"px",top:`${Math.floor(i.top)}px`,height:`${Math.floor(i.height)}px`,opacity:1}),e.text){const e=document.getElementById(`googlesitekit-chart__date-marker-tooltip--${P}-${s}`);n()(e,`#googlesitekit-chart__date-marker-tooltip--${P}-${s} is missing from the DOM, but required to render date marker tooltips.`),Object.assign(e.style,{left:r-9+"px",top:Math.floor(i.top)-18+"px",opacity:1})}});const o=document.querySelector(`#googlesitekit-chart-${P} svg:first-of-type > g:first-of-type > g > g > text`)?.parentElement.parentElement.parentElement;!!o&&document.querySelectorAll(`#googlesitekit-chart-${P} svg:first-of-type > g`).length>=3&&(o.style.transform="translateY(-10px)")}}],x,v),se=(0,Z.Hp)(G,{gatheringData:z,chartType:s,startDate:U,endDate:W,breakpoint:B});return(0,f.jsx)(b,{children:(0,f.jsxs)("div",{className:o()("googlesitekit-chart",`googlesitekit-chart--${s}`,r),id:`googlesitekit-chart-${P}`,tabIndex:-1,children:[(0,f.jsx)(c.t,{className:"googlesitekit-chart__inner",chartEvents:ie,chartLanguage:(0,k.JK)(),chartType:s,chartVersion:"49",data:J,loader:$,height:A,getChartWrapper:(e,t)=>{Y||F(!0),e!==q.current&&(ee.current?.visualization.events.removeAllListeners(q.current?.getChart()),ee.current?.visualization.events.removeAllListeners(q.current)),q.current=e,ee.current=t,M&&M(e,t)},width:L,options:se,...O}),z&&Y&&(0,f.jsx)(I.A,{style:I.v.OVERLAY}),!!te.length&&te.map((e,t)=>(0,f.jsx)(DateMarker,{id:`${P}-${t}`,text:e.text},`googlesitekit-chart__date-marker--${P}-${t}`)),a]})})}GoogleChart.propTypes={className:l().string,children:l().node,chartEvents:l().arrayOf(l().shape({eventName:l().string,callback:l().func})),chartType:l().oneOf(["LineChart","PieChart"]).isRequired,data:l().array,dateMarkers:l().arrayOf(l().shape({date:l().string.isRequired,text:l().string})),getChartWrapper:l().func,height:l().string,loaded:l().bool,loadingHeight:l().string,loadingWidth:l().string,onMouseOut:l().func,onMouseOver:l().func,onReady:l().func,onSelect:l().func,selectedStats:l().arrayOf(l().number),width:l().string,options:l().object,gatheringData:l().bool},GoogleChart.defaultProps={...c.t.defaultProps,dateMarkers:[],gatheringData:!1,loaded:!0}},54419:e=>{"use strict";e.exports=googlesitekit.api},54593:(e,t,i)=>{"use strict";i.d(t,{A:()=>ChipTabGroup});var s=i(63696),o=i(81276),a=i(50539),n=i(50111),r=i(78340),l=i(72455),c=i(99897),d=i(7081),g=i(58116),u=i(37226),m=i(32947),p=i(27333);var I=i(31589),y=i(50787);var h=i(62688),M=i.n(h),A=i(49383),N=i(4452),T=i.n(N),S=i(80452),k=i(42343),j=i(81520),f=i(62540);const b={[n.QJ.SLUG]:S.A,[n.KD.SLUG]:k.A};function Chip({slug:e,label:t,isActive:i,onClick:s,hasNewBadge:o=!1,selectedCount:a=0}){const n=b[e]||j.A;return(0,f.jsxs)(A.Button,{className:T()("googlesitekit-chip-tab-group__chip-item",{"googlesitekit-chip-tab-group__chip-item--active":i}),icon:(0,f.jsx)(n,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__chip-item-svg__${e}`}),trailingIcon:a>0?(0,f.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",a,")"]}):null,onClick:()=>s(e),children:[t,o&&(0,f.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]})}Chip.propTypes={slug:M().string.isRequired,label:M().string.isRequired,isActive:M().bool,hasNewBadge:M().bool,selectedCount:M().number,onClick:M().func.isRequired};const _={[n.QJ.SLUG]:S.A,[n.KD.SLUG]:k.A};function TabItems({containerRef:e,isMobileBreakpoint:t,chipItemRows:i,allGroups:s,isActive:o,onChipChange:a,selectedCounts:n,newlyDetectedMetrics:r,activeGroupIndex:l}){return(0,f.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-items",ref:e,children:[!t&&i.map(e=>(0,f.jsx)("div",{className:"googlesitekit-chip-tab-group__tab-items-row",children:e.map(e=>(0,f.jsx)(Chip,{slug:e.SLUG,label:e.LABEL,hasNewBadge:!!r?.[e.SLUG],isActive:e.SLUG===o,onClick:a,selectedCount:n[e.SLUG]},e.SLUG))},`row-${e[0].SLUG}`)),t&&(0,f.jsx)(A.TabBar,{activeIndex:l,handleActiveIndexUpdate:e=>a(null,e),children:s.map((e,t)=>{const i=_[e.SLUG]||j.A;return(0,f.jsxs)(A.Tab,{"aria-label":e.LABEL,children:[(0,f.jsx)(i,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__tab-item-mobile-svg googlesitekit-chip-tab-group__chip-item-svg__${e.SLUG}`}),e.LABEL,n[e.SLUG]>0&&(0,f.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",n[e.SLUG],")"]}),!!r?.[e.SLUG]&&(0,f.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]},t)})})]})}TabItems.propTypes={containerRef:M().object,isMobileBreakpoint:M().bool,chipItemRows:M().array.isRequired,allGroups:M().array.isRequired,isActive:M().string.isRequired,onChipChange:M().func.isRequired,selectedCounts:M().object.isRequired,newlyDetectedMetrics:M().object.isRequired,activeGroupIndex:M().number.isRequired};var x,v,C,D,w,E,Z,R,L,G,z,O,P,B,U,W,H,V,Y,F,Q,J,X=i(82871),K=i(86134),$=i(718);function MetricItem({slug:e,title:t,description:i,isNewlyDetected:o,savedItemSlugs:l=[]}){const c=(0,a.useSelect)(t=>{const{getModule:i}=t(u.i),s=t(K.aO).getWidget(e);return s?.modules.reduce((e,t)=>{const s=i(t);return s?.connected||!s?.name?e:[...e,s.name]},[])}),d=(0,p.A)(n.Is,n.Y0),{getValue:g}=(0,a.useSelect)(e=>e(r.s)),{setValues:m}=(0,a.useDispatch)(r.s),I=(0,s.useCallback)(t=>{const i=g(n.Is,n.Y0),s=t.target.checked?i.concat([e]):i.filter(t=>t!==e);m(n.Is,{[n.Y0]:s,[n.NO]:s})},[g,m,e]),y=d?.includes(e),h=!l.includes(e)&&c.length>0,M=`key-metric-selection-checkbox-${e}`;return(0,f.jsx)($.y3,{id:M,slug:e,title:t,description:i,isNewlyDetected:o,isItemSelected:y,isItemDisabled:h,onCheckboxChange:I,children:c.length>0&&(0,f.jsx)("div",{className:"googlesitekit-selection-panel-item-error",children:(0,X.sprintf)(/* translators: %s: module names. */ /* translators: %s: module names. */ (0,X._n)("%s is disconnected, no data to show","%s are disconnected, no data to show",c.length,"google-site-kit"),c.join((0,X.__)(" and ","google-site-kit")))})})}function q(){return q=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},q.apply(null,arguments)}MetricItem.propTypes={slug:M().string.isRequired,title:M().string.isRequired,description:M().string.isRequired,isNewlyDetected:M().bool,savedItemSlugs:M().array};const key_metrics_no_selected_items=e=>s.createElement("svg",q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 383 238"},e),x||(x=s.createElement("path",{fill:"#B8E6CA",d:"M59.238 58.571c-2.136 20.178 4.272 29.099 20.48 53.216 16.209 24.118-29.092 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.443-3.208 57.819 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86-18.53 5.918-32.662 22.571-34.335 38.621"})),v||(v=s.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__a)"},s.createElement("rect",{width:130.621,height:89.651,x:242.455,y:45.266,fill:"#fff",rx:10.957,transform:"rotate(15 242.455 45.266)"}))),C||(C=s.createElement("rect",{width:24.903,height:7.969,x:253.726,y:64.785,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 253.726 64.785)"})),D||(D=s.createElement("rect",{width:49.806,height:19.923,x:249.342,y:81.144,fill:"#FFDED3",rx:9.961,transform:"rotate(15 249.342 81.144)"})),w||(w=s.createElement("rect",{width:99.428,height:8.773,x:240.436,y:114.357,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 240.436 114.357)"})),E||(E=s.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m256.195 90.198 4.644 8.044m0 0 1.412-4.986m-1.412 4.986-5.023-1.27"})),Z||(Z=s.createElement("rect",{width:19.923,height:5.977,x:268.706,y:93.551,fill:"#fff",rx:1.992,transform:"rotate(15 268.706 93.55)"})),R||(R=s.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__b)"},s.createElement("rect",{width:130.621,height:89.68,x:13.887,y:79.094,fill:"#fff",rx:10.957,transform:"rotate(-15 13.887 79.094)"}))),L||(L=s.createElement("rect",{width:62.386,height:7.798,x:32.989,y:90.122,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 32.99 90.122)"})),G||(G=s.createElement("rect",{width:49.806,height:19.923,x:37.691,y:106.902,fill:"#FFDED3",rx:9.961,transform:"rotate(-15 37.691 106.902)"})),z||(z=s.createElement("rect",{width:99.428,height:7.798,x:46.612,y:140.967,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 46.612 140.967)"})),O||(O=s.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m48.152 111.318 8.044 4.645m0 0-1.27-5.024m1.27 5.024-4.986 1.411"})),P||(P=s.createElement("rect",{width:19.923,height:5.977,x:60.663,y:107.966,fill:"#fff",rx:1.992,transform:"rotate(-15 60.663 107.966)"})),B||(B=s.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__c)"},s.createElement("rect",{width:130.621,height:89.68,x:126.251,y:37.4,fill:"#fff",rx:10.957}))),U||(U=s.createElement("rect",{width:98.333,height:7.867,x:143.013,y:53.134,fill:"#EBEEF0",rx:3.933})),W||(W=s.createElement("rect",{width:49.806,height:19.923,x:142.369,y:70.423,fill:"#B8E6CA",rx:9.961})),H||(H=s.createElement("rect",{width:33.04,height:7.867,x:143.013,y:105.84,fill:"#EBEEF0",rx:3.933})),V||(V=s.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m151.336 84.036 6.568-6.567m0 0-5.182-.073m5.182.073.073 5.18"})),Y||(Y=s.createElement("rect",{width:19.923,height:5.977,x:164.287,y:77.395,fill:"#fff",rx:1.992})),s.createElement("mask",{id:"key-metrics-no-selected-items_svg__d",width:273,height:230,x:58,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},F||(F=s.createElement("path",{fill:"#B8E6CA",d:"M59.237 58.571C57.1 78.75 63.509 87.67 79.717 111.787c16.209 24.118-29.091 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.444-3.208 57.82 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86C75.042 25.868 60.91 42.52 59.237 58.57"}))),Q||(Q=s.createElement("g",{mask:"url(#key-metrics-no-selected-items_svg__d)"},s.createElement("path",{stroke:"#CBD0D3",strokeMiterlimit:10,strokeWidth:3.147,d:"m227.674 108.973 11.312-8.418M218.925 98.852l2.868-12.68M205.623 102.87l-5.375-13.037"}),s.createElement("path",{stroke:"#3C7251",strokeLinejoin:"round",strokeWidth:9.44,d:"M63.953 190.487c16.127 12.193 38.716 10.349 55.335 5.162 16.618-5.187 31.107-14.61 45.314-23.791 6.717-4.337 13.617-8.738 21.496-11.119s17.057-2.39 22.958 1.658c3.392 2.328 5.205 5.923 5.36 9.702"}),s.createElement("path",{stroke:"#CBD0D3",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:9.44,d:"m215.831 109.67-19.169 71.73"}),s.createElement("path",{stroke:"#161B18",strokeMiterlimit:10,strokeWidth:9.44,d:"m213.975 116.472-19.169 71.731"}))),J||(J=s.createElement("defs",null,s.createElement("filter",{id:"key-metrics-no-selected-items_svg__a",width:176.33,height:147.36,x:205.773,y:35.772,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dy:3.985}),s.createElement("feGaussianBlur",{stdDeviation:7.969}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),s.createElement("filter",{id:"key-metrics-no-selected-items_svg__b",width:176.337,height:147.388,x:.409,y:35.793,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dy:3.985}),s.createElement("feGaussianBlur",{stdDeviation:7.969}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),s.createElement("filter",{id:"key-metrics-no-selected-items_svg__c",width:162.497,height:121.556,x:110.313,y:25.447,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dy:3.985}),s.createElement("feGaussianBlur",{stdDeviation:7.969}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})))));var ee=i(59323);function TabContent({activeMetricItems:e,newlyDetectedMetrics:t,savedItemSlugs:i}){return(0,f.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-item",children:[Object.keys(e).map(s=>{const o=e[s].group,a=t?.[o]?.includes(s);return(0,f.jsx)(MetricItem,{slug:s,savedItemSlugs:i,isNewlyDetected:a,...e[s]},s)}),!Object.keys(e).length&&(0,f.jsxs)("div",{className:"googlesitekit-chip-tab-group__graphic",children:[(0,f.jsx)(key_metrics_no_selected_items,{height:250}),(0,f.jsx)(ee.A,{children:(0,X.__)("No metrics were selected yet","google-site-kit")})]})]})}TabContent.propTypes={activeMetricItems:M().object.isRequired,newlyDetectedMetrics:M().object.isRequired,savedItemSlugs:M().array};const te=Object.freeze([]);function ChipTabGroup({allMetricItems:e,savedItemSlugs:t}){const i=(0,s.useRef)(),[h,M]=(0,s.useState)(n.QJ.SLUG),[A,N]=(0,s.useState)(0),T=(0,m.dv)()===m.mp,S=(0,p.A)(n.Is,n.Y0),k=(0,p.A)(n.Is,n.Nl)||te,j=(0,p.A)(n.Is,n.NO)||te,b=(0,a.useSelect)(e=>e(g.oR).isUserInputCompleted()),_=(0,a.useSelect)(e=>{const t=e(g.oR).getUserPickedMetrics();if(t?.length){const i=e(l.K9).getKeyMetricsConversionEventWidgets();return Object.keys(i).filter(e=>t.some(t=>i[e].includes(t)))}const i=e(g.oR).getUserInputSettings();return i?.includeConversionEvents?.values}),x=(0,a.useSelect)(e=>e(u.i).isModuleConnected(c.L1)),v=(0,a.useSelect)(e=>x?e(l.K9).getDetectedEvents():[]),C=(0,a.useSelect)(e=>e(g.oR).getAnswerBasedMetrics(null,[..._||[],...v||[]])),{keyMetricsGroups:D,dynamicGroups:w}=function({detectedEvents:e=[],currentlyActiveEvents:t=[],isUserInputCompleted:i,answerBasedMetrics:o=[]}){const a=[l.nc.SUBMIT_LEAD_FORM,l.nc.CONTACT,l.nc.GENERATE_LEAD].filter(i=>e?.includes(i)||t?.includes(i)),r=[l.nc.ADD_TO_CART,l.nc.PURCHASE].filter(i=>e?.includes(i)||t?.includes(i)),c=(0,s.useMemo)(()=>[n.IX,n.wb,...a?.length?[n.XU]:[],...r?.length?[n.GF]:[],n.hs],[a,r]),d=(0,s.useMemo)(()=>i&&o?.length?[n.QJ,n.KD]:[n.QJ],[i,o]);return{hasGeneratingLeadsGroup:a,hasSellingProductsGroup:r,keyMetricsGroups:c,dynamicGroups:d}}({detectedEvents:v,currentlyActiveEvents:_,isUserInputCompleted:b,answerBasedMetrics:C}),E=(0,s.useMemo)(()=>[...w,...D],[w,D]),Z=(0,a.useSelect)(e=>{if(!e(u.i).isModuleConnected(c.L1))return[];const t=e(l.K9).getDetectedEvents(),i=e(l.K9).getNewBadgeEvents();if(t?.length&&i?.length){const e=t.filter(e=>l.fV.includes(e)),s=i.filter(e=>l.fV.includes(e)),o=i.filter(e=>!l.fV.includes(e));if(e?.length>1&&s.length>0)return o}return i}),R=(0,a.useSelect)(e=>x?e(l.K9).getKeyMetricsConversionEventWidgets():[]),{selectedCounts:L,activeMetricItems:G,newlyDetectedMetrics:z}=function({allMetricItems:e={},isActive:t,effectiveSelection:i=[],answerBasedMetrics:o=[],selectedMetrics:a=[],newBadgeEvents:r=[],conversionReportingEventWidgets:l={}}){return(0,s.useMemo)(()=>{const s={[n.QJ.SLUG]:0},c={},d={};for(const u in e){const m=e[u].group;if((m===t||t===n.QJ.SLUG&&i.includes(u))&&(c[u]=e[u]),t===n.KD.SLUG&&o.includes(u)&&o.includes(u)&&(c[u]=e[u]),!s[m]){const t=Object.keys(e).filter(t=>!(e[t].group!==m||!a?.includes(t))).length;s[m]=t}var g;if(r?.length)r.some(e=>l[e].includes(u))&&(d[m]=[...null!==(g=d[m])&&void 0!==g?g:[],u])}return{selectedCounts:s,activeMetricItems:c,newlyDetectedMetrics:d}},[e,t,i,o,a,r,l])}({allMetricItems:e,isActive:h,effectiveSelection:k,answerBasedMetrics:C,selectedMetrics:S,newBadgeEvents:Z,conversionReportingEventWidgets:R}),{setValues:O}=(0,a.useDispatch)(r.s),P=(0,s.useCallback)(()=>{O(n.Is,{[n.Y0]:S,[n.Nl]:[...k,...j],[n.NO]:[]})},[S,k,j,O]),B=(0,s.useCallback)((e,t)=>{if(e)M(e);else{const e=E[t];N(t),M(e.SLUG)}j.length&&P()},[E,j,M,P]),U=(0,a.useSelect)(e=>e(d.n).getValue(n.EA)),W=(0,o.A)(U),H=Object.keys(z);(0,s.useEffect)(()=>{if(!W&&U)if(M(n.QJ.SLUG),N(0),H.length&&T){const e=E.find(e=>e.SLUG===H[0]);N(E.indexOf(e)),M(e.SLUG)}else N(0),M(n.QJ.SLUG);W&&!U&&P()},[U,W,j,E,T,H,P]),function({containerRef:e,isMobileBreakpoint:t,isSelectionPanelOpen:i,isSelectionPanelOpenPrevious:o}){const a=(0,s.useCallback)(()=>{const i=e.current?.querySelector(".mdc-tab-scroller__scroll-content");if(!t)return;const s=e.current?.querySelectorAll(".googlesitekit-chip-tab-group__tab-items .mdc-tab");if(!s?.length||!i)return;const o=e.current?.getBoundingClientRect(),n=[];s.forEach((e,t)=>{const i=e.getBoundingClientRect();i.left>=o.left&&i.right<=o.right&&n.push(t)});const r=s[n.length];if(!r)return;const l=r.getBoundingClientRect();(l.left>=o.right||l.left-o.right<0&&-(l.left-o.right)<=20)&&("2px"===i.style.columnGap?i.style.columnGap="20px":i.style.columnGap="2px",a())},[e,t]),n=(0,y.d)(a,50);(0,I.A)("resize",n),(0,s.useEffect)(()=>{!o&&i&&a()},[i,o,a])}({containerRef:i,isMobileBreakpoint:T,isSelectionPanelOpen:U,isSelectionPanelOpenPrevious:W});const V=[[...w,...D.slice(0,2)],[...D.slice(2)]];return(0,f.jsxs)("div",{className:"googlesitekit-chip-tab-group",children:[(0,f.jsx)(TabItems,{containerRef:i,isMobileBreakpoint:T,chipItemRows:V,allGroups:E,isActive:h,onChipChange:B,selectedCounts:L,newlyDetectedMetrics:z,activeGroupIndex:A}),(0,f.jsx)(TabContent,{activeMetricItems:G,newlyDetectedMetrics:z,savedItemSlugs:t})]})}},55012:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>TrackingExclusionSwitches,BN:()=>m});var s=i(63696),o=i(82871),a=i(50539),n=i(49383),r=i(72455),l=i(15167),c=i(59323),d=i(62540);const g="loggedinUsers",u="contentCreators",m={[g]:(0,o.__)("All logged-in users","google-site-kit"),[u]:(0,o.__)("Users that can write posts","google-site-kit")};function TrackingExclusionSwitches(){const e=(0,a.useSelect)(e=>e(r.K9).getTrackingDisabled()),{setTrackingDisabled:t}=(0,a.useDispatch)(r.K9);let i;i=e&&e.includes(g)?(0,o.__)("All logged-in users will be excluded from Analytics tracking","google-site-kit"):e&&e.includes(u)?(0,o.__)("Users that can write posts will be excluded from Analytics tracking","google-site-kit"):(0,o.__)("All logged-in users will be included in Analytics tracking","google-site-kit");const p=(0,s.useCallback)((i,s)=>{const o=s?e.concat(i):e.filter(e=>e!==i);t(o)},[e,t]),I=(0,s.useCallback)(e=>{const{checked:t}=e.target;p(u,t)},[p]),y=(0,s.useCallback)(e=>{const{checked:t}=e.target;p(g,t)},[p]);return Array.isArray(e)?(0,d.jsxs)("div",{className:"googlesitekit-settings-module__fields-group",children:[(0,d.jsx)(l.A,{as:"h4",size:"small",type:"title",className:"googlesitekit-settings-module__fields-group-title",children:(0,o.__)("Exclude Analytics","google-site-kit")}),(0,d.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,d.jsxs)("div",{className:"googlesitekit-settings-module__inline-items",children:[(0,d.jsx)("div",{className:"googlesitekit-settings-module__inline-item",children:(0,d.jsx)(n.Switch,{label:m[g],checked:e.includes(g),onClick:y,hideLabel:!1})}),!e.includes(g)&&(0,d.jsx)("div",{className:"googlesitekit-settings-module__inline-item",children:(0,d.jsx)(n.Switch,{label:m[u],checked:e.includes(u),onClick:I,hideLabel:!1})})]}),(0,d.jsx)(c.A,{children:i})]})]}):null}},55527:(e,t,i)=>{"use strict";i.d(t,{$z:()=>o.$,CR:()=>r.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>s.N,P3:()=>n.P,Si:()=>a.S,fI:()=>d.fI,fh:()=>d.fh,lG:()=>c.a,xA:()=>d.xA});var s=i(91046),o=i(3412),a=i(30454),n=i(26569),r=i(56655),l=i(12786),c=i.n(l),d=i(75487)},56929:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>AutoAdExclusionSwitches,BN:()=>u,nk:()=>d,ru:()=>g});var s=i(63696),o=i(82871),a=i(50539),n=i(49383),r=i(59323),l=i(74179),c=i(62540);const d="loggedinUsers",g="contentCreators",u={[d]:(0,o.__)("All logged-in users","google-site-kit"),[g]:(0,o.__)("Users who can write posts","google-site-kit")};function AutoAdExclusionSwitches(){const e=(0,a.useSelect)(e=>e(l.wl).getAutoAdsDisabled()),{setAutoAdsDisabled:t}=(0,a.useDispatch)(l.wl);let i;i=e&&e.includes(d)?(0,o.__)("Ads will not be displayed for all logged-in users","google-site-kit"):e&&e.includes(g)?(0,o.__)("Ads will not be displayed for users that can write posts","google-site-kit"):(0,o.__)("Ads will be displayed for all users","google-site-kit");const m=(0,s.useCallback)((i,s)=>{const o=s?e.concat(i):e.filter(e=>e!==i);t(o)},[e,t]),p=(0,s.useCallback)(e=>{const{checked:t}=e.target;m(g,t)},[m]),I=(0,s.useCallback)(e=>{const{checked:t}=e.target;m(d,t)},[m]);return Array.isArray(e)?(0,c.jsxs)("fieldset",{className:"googlesitekit-analytics-auto-ads-disabled",children:[(0,c.jsx)("legend",{className:"googlesitekit-setup-module__text",children:(0,o.__)("Exclude from Ads","google-site-kit")}),(0,c.jsxs)("div",{className:"googlesitekit-settings-module__inline-items",children:[(0,c.jsx)("div",{className:"googlesitekit-settings-module__inline-item",children:(0,c.jsx)(n.Switch,{label:u[d],checked:e.includes(d),onClick:I,hideLabel:!1})}),!e.includes(d)&&(0,c.jsx)("div",{className:"googlesitekit-settings-module__inline-item",children:(0,c.jsx)(n.Switch,{label:u[g],checked:e.includes(g),onClick:p,hideLabel:!1})})]}),(0,c.jsx)(r.A,{children:i})]}):null}},58116:(e,t,i)=>{"use strict";i.d(t,{$8:()=>n,$Q:()=>m,BT:()=>E,CQ:()=>b,DF:()=>Y,GM:()=>f,GT:()=>M,HA:()=>G,HD:()=>u,HP:()=>w,J5:()=>O,JF:()=>x,JK:()=>y,Ml:()=>I,SS:()=>Z,UF:()=>d,UY:()=>W,Vl:()=>R,W6:()=>V,Xq:()=>_,YQ:()=>v,Yw:()=>U,dV:()=>D,dX:()=>j,ej:()=>c,em:()=>a,ep:()=>S,fu:()=>N,gC:()=>A,hz:()=>p,jx:()=>g,lV:()=>l,nH:()=>z,oR:()=>s,od:()=>r,p3:()=>h,pG:()=>k,qv:()=>o,qy:()=>C,t1:()=>H,t7:()=>B,tB:()=>T,tK:()=>P,u_:()=>L});const s="core/user",o="connected_url_mismatch",a="__global",n="temporary_persist_permission_error",r="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",d="googlesitekit_setup",g="googlesitekit_view_dashboard",u="googlesitekit_manage_options",m="googlesitekit_read_shared_module_data",p="googlesitekit_manage_module_sharing_options",I="googlesitekit_delegate_module_sharing_management",y="googlesitekit_update_plugins",h="kmAnalyticsAdSenseTopEarningContent",M="kmAnalyticsEngagedTrafficSource",A="kmAnalyticsLeastEngagingPages",N="kmAnalyticsNewVisitors",T="kmAnalyticsPopularAuthors",S="kmAnalyticsPopularContent",k="kmAnalyticsPopularProducts",j="kmAnalyticsReturningVisitors",f="kmAnalyticsTopCities",b="kmAnalyticsTopCitiesDrivingLeads",_="kmAnalyticsTopCitiesDrivingAddToCart",x="kmAnalyticsTopCitiesDrivingPurchases",v="kmAnalyticsTopDeviceDrivingPurchases",C="kmAnalyticsTopConvertingTrafficSource",D="kmAnalyticsTopCountries",w="kmAnalyticsTopPagesDrivingLeads",E="kmAnalyticsTopRecentTrendingPages",Z="kmAnalyticsTopTrafficSource",R="kmAnalyticsTopTrafficSourceDrivingAddToCart",L="kmAnalyticsTopTrafficSourceDrivingLeads",G="kmAnalyticsTopTrafficSourceDrivingPurchases",z="kmAnalyticsPagesPerVisit",O="kmAnalyticsVisitLength",P="kmAnalyticsTopReturningVisitorPages",B="kmSearchConsolePopularKeywords",U="kmAnalyticsVisitsPerVisitor",W="kmAnalyticsMostEngagingPages",H="kmAnalyticsTopCategories",V=[h,M,A,N,T,S,k,j,H,f,b,_,x,v,C,D,E,Z,R,z,O,P,U,W,H],Y=[...V,B]},59323:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var s=i(62688),o=i.n(s),a=i(32947),n=i(15167),r=i(3714),l=i(62540);function c({type:e=r.SZ,size:t,children:i,...s}){const o=(0,a.dv)();return(0,l.jsx)(n.A,{as:"p",type:e,size:t||(o===a.mp?r.Kk:r.Yw),...s,children:i})}c.propTypes={type:o().oneOf(r.tT),size:o().oneOf(r.oJ)}},59834:(e,t,i)=>{"use strict";i.d(t,{A:()=>AccessibleWarningIcon});var s=i(62688),o=i.n(s),a=i(63696),n=i(82871),r=i(16834),l=i(3170),c=i(62540);function AccessibleWarningIcon({height:e=12,screenReaderText:t=(0,n.__)("Error","google-site-kit"),width:i=14}){return(0,c.jsxs)(a.Fragment,{children:[(0,c.jsx)(r.A,{children:t}),(0,c.jsx)(l.A,{width:i,height:e})]})}AccessibleWarningIcon.propTypes={height:o().number,screenReaderText:o().string,width:o().number}},60592:(e,t,i)=>{"use strict";i.d(t,{A:()=>TourTooltip});var s=i(28056),o=i.n(s),a=i(4452),n=i.n(a),r=i(62688),l=i.n(r),c=i(82871),d=i(49383);var g=i(72545),u=i(15167),m=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:a,size:r,step:l,tooltipProps:p}){const I=r>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(r):[];function y(e){return n()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,m.jsx)("div",{className:n()("googlesitekit-tour-tooltip",l.className),...p,children:(0,m.jsxs)(o(),{className:"googlesitekit-tooltip-card",children:[(0,m.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,m.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,m.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,m.jsxs)(s.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,m.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:I.map(e=>(0,m.jsx)("li",{className:y(e)},`indicator-${e}`))}),(0,m.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,m.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,a.title&&(0,m.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...a,children:a.title})]})]}),(0,m.jsx)(d.Button,{className:"googlesitekit-tooltip-close",icon:(0,m.jsx)(g.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>n,Kq:()=>a});const s=(0,i(63696).createContext)(""),{Consumer:o,Provider:a}=s,n=s},63264:(e,t,i)=>{"use strict";i.d(t,{A:()=>g});var s=i(62688),o=i.n(s),a=i(17243),n=i(4452),r=i.n(n),l=i(31589),c=i(63696),d=i(62540);function TableOverflowContainer({children:e}){const[t,i]=(0,c.useState)(!1),s=(0,c.useRef)(),o=(0,a.debounce)(n,100);function n(){if(!s.current)return;const{scrollLeft:e,scrollWidth:t,offsetWidth:o}=s.current,a=t-o;i(e<a-16&&0<a-16)}return(0,l.A)("resize",o),(0,c.useEffect)(()=>{n()},[]),(0,d.jsx)("div",{onScroll:(0,a.debounce)(n,100),className:r()("googlesitekit-table-overflow",{"googlesitekit-table-overflow--gradient":t}),children:(0,d.jsx)("div",{ref:s,className:"googlesitekit-table-overflow__container",children:e})})}TableOverflowContainer.propTypes={children:o().element};const g=TableOverflowContainer},63701:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(23224),l=i(62540);function PreviewTable({rows:e,rowHeight:t,padding:i}){const s=[];for(let i=0;e>i;i++)s.push((0,l.jsx)("div",{className:"googlesitekit-preview-table__row",children:(0,l.jsx)(r.A,{width:"100%",height:t+"px"})},"table-row-"+i));return(0,l.jsx)("div",{className:n()("googlesitekit-preview-table",{"googlesitekit-preview-table--padding":i}),children:s})}PreviewTable.propTypes={rows:o().number,rowHeight:o().number,padding:o().bool},PreviewTable.defaultProps={rows:11,rowHeight:35,padding:!1};const c=PreviewTable},63972:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 11 9"},e),s||(s=o.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M1 3.838 4.106 7 10 1"})))},64843:(e,t,i)=>{"use strict";i.d(t,{A:()=>WebStoriesAdUnitSelect});var s=i(63696),o=i(82871),a=i(49383),n=i(50539),r=i(74179),l=i(62540);function WebStoriesAdUnitSelect(){const e=(0,n.useSelect)(e=>e(r.wl).getAccountID()),t=(0,n.useSelect)(e=>e(r.wl).getClientID()),i=(0,n.useSelect)(e=>e(r.wl).getWebStoriesAdUnit()),c=(0,n.useSelect)(i=>i(r.wl).getAdUnits(e,t)),d=(0,n.useSelect)(i=>i(r.wl).hasFinishedResolution("getAdUnits",[e,t])),{setWebStoriesAdUnit:g}=(0,n.useDispatch)(r.wl),u=(0,s.useCallback)((e,t)=>{const s=t.dataset.value;i!==s&&g(s)},[i,g]);return d?(0,l.jsxs)(a.Select,{className:"googlesitekit-adsense__select-field",label:(0,o.__)("Web Stories Ad Unit","google-site-kit"),value:i,onEnhancedChange:u,enhanced:!0,outlined:!0,children:[(0,l.jsx)(a.Option,{value:"",children:(0,o.__)("Select ad unit","google-site-kit")}),(c||[]).map(({_id:e,displayName:t})=>(0,l.jsx)(a.Option,{value:e,children:t},e))]}):(0,l.jsx)(a.ProgressBar,{small:!0})}},65214:(e,t,i)=>{"use strict";i.d(t,{G:()=>o,t:()=>s});const s=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=s){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{"use strict";i.d(t,{c:()=>n});var s=i(82871),o=i(97398),a=i(99897);function n(e="",t={}){const{slug:i="",name:n="",owner:r={}}=t||{};if(!i||!n)return e;let l="",c="";return a.L1===i?e.match(/account/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):o.Y===i&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,s.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,s.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),n)),r&&r.login&&(c=(0,s.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,s.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),r.login)),c||(c=(0,s.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},67150:(e,t,i)=>{"use strict";i.d(t,{G:()=>c,HY:()=>g,SG:()=>d,db:()=>o,e4:()=>m,vl:()=>u});i(17243);var s=i(82871);const o="missing_required_scopes",a="insufficientPermissions",n="forbidden",r="internal_server_error",l="invalid_json";function c(e){return e?.code===o}function d(e){return[a,n].includes(e?.data?.reason)}function g(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||d(e)||c(e)||g(e))}function m(e){return e?.code===r?(0,s.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,s.__)("The server provided an invalid response","google-site-kit"):e?.message}},68326:(e,t,i)=>{"use strict";i.d(t,{A:()=>n});var s=i(50532),o=i.n(s),a=i(17243);const n=o()(({metrics:e,dimensions:t,...i}={})=>({metrics:r(e),dimensions:l(t),...i}));function r(e){return(0,a.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,a.isPlainObject)(e))}function l(e){return(0,a.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,a.isPlainObject)(e))}},68485:(e,t,i)=>{"use strict";i.d(t,{r:()=>AdminScreenTooltip,i:()=>s.i});var s=i(15863),o=i(63696),a=i(50539),n=i(62688),r=i(36703),l=i(40960),c=i(60592),d=i(14007),g=i(39771),u=i(32947),m=i(62540);function JoyrideTooltip(e){const{title:t,content:s,dismissLabel:a,disableOverlay:n=!0,target:p,cta:I=!1,className:y,styles:h={},slug:M="",placement:A="auto",onDismiss:N=()=>{},onView:T=()=>{},onTourStart:S=()=>{},onTourEnd:k=()=>{}}=e;function j(){return!!i.g.document.querySelector(p)}const[f,b]=(0,o.useState)(j),_=(0,u.dv)(),x=_===u.mp||_===u.Lg,[v,C]=(0,o.useState)(!0),D=(0,o.useRef)(x);if((0,l.A)(()=>{j()&&b(!0)},f?null:250),(0,o.useEffect)(()=>{let e=()=>{};if("function"==typeof i.g.ResizeObserver){const t=i.g.document.querySelector(p);if(t){const s=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});s.observe(t),e=()=>s.disconnect()}}return e},[p,f]),(0,o.useEffect)(()=>{let e;return D.current!==x&&(C(!1),e=setTimeout(()=>{C(!0)},50),D.current=x),()=>{e&&clearTimeout(e)}},[x]),!f)return null;const w=[{title:t,target:p,content:s,disableBeacon:!0,isFixed:!0,placement:A,cta:I,className:y}],E={close:a,last:a};return(0,m.jsx)(d.A,{slug:M,children:(0,m.jsx)(r.Ay,{callback:function({type:e}){switch(e){case r.qY.TOUR_START:S(),i.g.document.body.classList.add("googlesitekit-showing-tooltip");break;case r.qY.TOUR_END:k(),i.g.document.body.classList.remove("googlesitekit-showing-tooltip");break;case r.qY.STEP_AFTER:N();break;case r.qY.TOOLTIP:T()}},disableOverlay:n,spotlightPadding:0,floaterProps:g.ei,locale:E,steps:w,styles:{...g.R0,...h,options:{...g.R0.options,...h?.options},spotlight:{...g.R0.spotlight,...h?.spotlight}},tooltipComponent:c.A,run:v,disableScrolling:!0})})}JoyrideTooltip.propTypes={title:n.PropTypes.node,content:n.PropTypes.string,disableOverlay:n.PropTypes.bool,dismissLabel:n.PropTypes.string,target:n.PropTypes.string.isRequired,onDismiss:n.PropTypes.func,onShow:n.PropTypes.func,className:n.PropTypes.string,styles:n.PropTypes.object,slug:n.PropTypes.string,placement:n.PropTypes.string,onView:n.PropTypes.func};var p=i(7081),I=i(12850),y=i(77766);function AdminScreenTooltip(){const e=(0,y.A)(),{setValue:t}=(0,a.useDispatch)(p.n),i=(0,u.dv)(),{isTooltipVisible:s=!1,target:n,placement:r,className:l,tooltipSlug:c,title:d,content:g,dismissLabel:h}=(0,a.useSelect)(e=>e(p.n).getValue("admin-screen-tooltip")||{isTooltipVisible:!1});const M=(0,o.useCallback)(()=>{c&&(0,I.sx)(`${e}_${c}`,"tooltip_dismiss"),t("admin-screen-tooltip",void 0)},[t,c,e]);if(!s)return null;const A=i===u.mp||i===u.Lg,N=null!=n?n:'#adminmenu [href*="page=googlesitekit-settings"]',T=null!=r?r:"right";return(0,m.jsx)(JoyrideTooltip,{target:A?"body":N,placement:A?"center":T,className:A?"googlesitekit-tour-tooltip__modal_step":l||(n?void 0:"googlesitekit-tour-tooltip__fixed-settings-tooltip"),disableOverlay:!A,slug:"admin-screen-tooltip",title:d,content:g,dismissLabel:h,onView:function(){(0,I.sx)(`${e}_${c}`,"tooltip_view")},onDismiss:M})}},71032:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var s=i(62688),o=i.n(s),a=i(63696),n=i(82871),r=i(77967),l=i(62540);class MediaErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e})}render(){const{children:e,errorMessage:t}=this.props,{error:i}=this.state;return i?(0,l.jsx)(r.A,{message:t}):e}}MediaErrorHandler.defaultProps={errorMessage:(0,n.__)("Failed to load media","google-site-kit")},MediaErrorHandler.propTypes={children:o().node.isRequired,errorMessage:o().string.isRequired};const c=MediaErrorHandler},71423:(e,t,i)=>{"use strict";i.d(t,{$:()=>a,D:()=>o});var s=i(24558);const o="core/notifications",a=[s.uR,s.jU,s.f7,s.Ax,s.Is]},71564:(e,t,i)=>{"use strict";i.d(t,{G4:()=>c,Ig:()=>a,Q3:()=>l,a2:()=>n,wA:()=>r});var s=i(17243),o=i(40127);function a(e){function t(e){return"string"==typeof e&&/^[a-zA-Z0-9_]+$/.test(e)}if("string"==typeof e){return e.split(",").every(t)}return(0,o.cX)(e,e=>{const i=e.hasOwnProperty("name")&&t(e.name);if(!e.hasOwnProperty("expression"))return i;const s="string"==typeof e.expression;return i&&s},t)}function n(e){return(0,o.cX)(e,e=>e.hasOwnProperty("name")&&"string"==typeof e.name)}function r(e){const t=["string"];return Object.keys(e).every(i=>{if(t.includes(typeof e[i]))return!0;if(Array.isArray(e[i]))return e[i].every(e=>t.includes(typeof e));if((0,s.isPlainObject)(e[i])){const t=Object.keys(e[i]);return!!t.includes("filterType")&&!("emptyFilter"!==e[i].filterType&&!t.includes("value"))}return!1})}function l(e){const t=["string"],i=["numericFilter","betweenFilter"];return Object.values(e).every(e=>{if(t.includes(typeof e))return!0;if(Array.isArray(e))return e.every(e=>t.includes(typeof e));if(!(0,s.isPlainObject)(e))return!1;const{filterType:o,value:a,fromValue:n,toValue:r}=e;if(o&&!i.includes(o))return!1;const l=Object.keys(e);return o&&"numericFilter"!==o?"betweenFilter"===o&&(l.includes("fromValue")&&l.includes("toValue")&&[n,r].every(e=>!(0,s.isPlainObject)(e)||"int64Value"in e)):l.includes("operation")&&l.includes("value")&&(!(0,s.isPlainObject)(a)||"int64Value"in a)})}function c(e){return!!Array.isArray(e)&&e.every(e=>!!(0,s.isPlainObject)(e)&&((!e.hasOwnProperty("desc")||"boolean"==typeof e.desc)&&(e.metric?!e.dimension&&"string"==typeof e.metric?.metricName:!!e.dimension&&"string"==typeof e.dimension?.dimensionName)))}},71769:(e,t,i)=>{"use strict";function s(e){return e.charAt(0).toUpperCase()+e.slice(1)}function o(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function a(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>a,m2:()=>s,sP:()=>o})},72455:(e,t,i)=>{"use strict";i.d(t,{CV:()=>_,Cu:()=>S,K9:()=>s,Kr:()=>I,Lf:()=>m,Oh:()=>n,PW:()=>b,Rx:()=>w,S9:()=>y,TQ:()=>g,Vt:()=>C,Wl:()=>N,ZC:()=>o,ZY:()=>r,_p:()=>D,ag:()=>p,aj:()=>u,bz:()=>x,dq:()=>v,f2:()=>c,fB:()=>f,fV:()=>j,iB:()=>d,kc:()=>l,mo:()=>M,nc:()=>k,rm:()=>T,to:()=>a,wo:()=>h,yn:()=>A});const s="modules/analytics-4",o="account_create",a="property_create",n="webdatastream_create",r="analyticsSetup",l=10,c=1,d="https://www.googleapis.com/auth/tagmanager.readonly",g="enhanced-measurement-form",u="enhanced-measurement-enabled",m="enhanced-measurement-should-dismiss-activation-banner",p="analyticsAccountCreate",I="analyticsCustomDimensionsCreate",y="https://www.googleapis.com/auth/analytics.edit",h="dashboardAllTrafficWidgetDimensionName",M="dashboardAllTrafficWidgetDimensionColor",A="dashboardAllTrafficWidgetDimensionValue",N="dashboardAllTrafficWidgetActiveRowIndex",T="dashboardAllTrafficWidgetLoaded",S={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},k={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},j=[k.CONTACT,k.GENERATE_LEAD,k.SUBMIT_LEAD_FORM],f={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},b="audiencePermissionsSetup",_="audienceTileCustomDimensionCreate",x="audience-selection-panel-expirable-new-badge-",v="audience",C="customDimension",D="property",w=[v,C,D]},72545:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),s||(s=o.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73589:(e,t,i)=>{"use strict";i.d(t,{CX:()=>o,Py:()=>n,SM:()=>s,kj:()=>a});const s="adsense-connect-cta",o="adsense-connect-cta-tooltip-state",a="adsense-ga4-top-earnings-notice",n="adsense"},73874:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>r,Oo:()=>a,oE:()=>n});var s=i(24558),o=i(77766);const a=s.jU,n=s.f7;function r(){const e=(0,o.A)();return e===s.jU||e===s.Ax?a:e===s.f7||e===s.Is?n:null}},73881:(e,t,i)=>{"use strict";i.d(t,{A:()=>s});const s="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTA4IiBoZWlnaHQ9IjI2NyIgdmlld0JveD0iMCAwIDUwOCAyNjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzEwNTc2KSI+CjxwYXRoIGQ9Ik01MzMuOTg5IDIxNi4yNDNDNTA4LjI4MSAyNjkuOTc4IDQzOS41ODcgMjcwLjU1NiA0MDEuNDQyIDI2Mi4zNzFDMzUxLjY3OCAyNTEuNjkzIDMxOC42NDcgMjEyLjYzNCAyNzUuMiAyMTAuMTZDMjMxLjc1NCAyMDcuNjg1IDIwNy41MzIgMjMwLjI4OCAxNjAuNzE0IDIzNS45MzdDMTEzLjg5NSAyNDEuNTg1IDU2LjQ3NDcgMjM2LjQ1IDI2LjY5MjIgMTc4LjQyNUMtMy4wOTAyOCAxMjAuNDAxIDE3LjQ0OTMgNTguOTc2MyA3MC4zMzkgMjguMTkyM0MxMjMuMjI5IC0yLjU5MTc4IDE1NS4zMTcgMjguMzQ4MyAyMDcuNTMyIDI4LjE5MjNDMjU5Ljc0NyAyOC4wMzYzIDI4MC44NTQgLTE4LjU5MDkgMzI5LjQzMSAtMjIuMzcwMUMzNTMuNTQ0IC0yNC4yNDYgMzc3Ljg0MiAtMTkuMjg2IDQwMS45NjEgLTIuNTkxNzdDNDI1LjgxNiAxMy45MTk2IDQyOS4zMTIgNDQuMTM4OSA0ODguNjk5IDcyLjI1NTZDNTQ4LjA4NiAxMDAuMzcyIDU1OS42OTcgMTYyLjUwOCA1MzMuOTg5IDIxNi4yNDNaIiBmaWxsPSIjQjhFNkNBIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTQ2MV8xMDU3NikiPgo8cmVjdCB4PSIyNjciIHk9IjU4Ljg3NiIgd2lkdGg9IjEzNi4xMjIiIGhlaWdodD0iNzQuMjQ4NCIgcng9IjkuMDc0OCIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIyODAuMiIgeT0iNzIuMDc1MSIgd2lkdGg9IjIwLjYyNDYiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjgwLjIiIHk9Ijg2LjEwMDMiIHdpZHRoPSI0MS4yNDkxIiBoZWlnaHQ9IjE2LjQ5OTYiIHJ4PSI4LjI0OTgyIiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjI4MC4yIiB5PSIxMTQuOTc0IiB3aWR0aD0iMTA5LjcyMyIgaGVpZ2h0PSI2LjU5OTg2IiByeD0iMy4yOTk5MyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjg3LjYyMiA5MS44NzUyTDI5My4wNjIgOTcuMzE0N00yOTMuMDYyIDk3LjMxNDdMMjkzLjEyMiA5My4wMjM2TTI5My4wNjIgOTcuMzE0N0wyODguNzcxIDk3LjM3NTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yMzc0NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxyZWN0IHg9IjI5OC4zNSIgeT0iOTEuODc1MiIgd2lkdGg9IjE2LjQ5OTYiIGhlaWdodD0iNC45NDk4OSIgcng9IjEuNjQ5OTYiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTQ2MV8xMDU3NikiPgo8cmVjdCB4PSIxMTciIHk9IjE0NSIgd2lkdGg9IjEzNi4xMjIiIGhlaWdodD0iNzQuMjQ4NCIgcng9IjkuMDc0OCIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIxMzAiIHk9IjE1OCIgd2lkdGg9IjU0IiBoZWlnaHQ9IjciIHJ4PSIzLjI5OTkzIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEzMC4yIiB5PSIxNzIuMjI0IiB3aWR0aD0iNDEuMjQ5MSIgaGVpZ2h0PSIxNi40OTk2IiByeD0iOC4yNDk4MiIgZmlsbD0iI0ZGREVEMyIvPgo8cmVjdCB4PSIxMzAuMiIgeT0iMjAxLjA5OCIgd2lkdGg9IjEwOS43MjMiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEzNy42MjIgMTc3Ljk5OUwxNDMuMDYyIDE4My40MzlNMTQzLjA2MiAxODMuNDM5TDE0My4xMjIgMTc5LjE0OE0xNDMuMDYyIDE4My40MzlMMTM4Ljc3MSAxODMuNDk5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjM3NDciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxNDguMzUiIHk9IjE3Ny45OTkiIHdpZHRoPSIxNi40OTk2IiBoZWlnaHQ9IjQuOTQ5ODkiIHJ4PSIxLjY0OTk2IiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMl9kXzE0NjFfMTA1NzYpIj4KPHJlY3QgeD0iMTE3IiB5PSI1OC44NzYiIHdpZHRoPSIxMzYuMTIyIiBoZWlnaHQ9Ijc0LjI0ODQiIHJ4PSI5LjA3NDgiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iNzIuMDc1MSIgd2lkdGg9Ijg2LjYyMzEiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iODYuMTAwMyIgd2lkdGg9IjQxLjI0OTEiIGhlaWdodD0iMTYuNDk5NiIgcng9IjguMjQ5ODIiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iMTE0Ljk3NCIgd2lkdGg9IjEwOS43MjMiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEzNy42MjUgOTcuMzc1MUwxNDMuMDY0IDkxLjkzNTdNMTQzLjA2NCA5MS45MzU3TDEzOC43NzMgOTEuODc1Mk0xNDMuMDY0IDkxLjkzNTdMMTQzLjEyNSA5Ni4yMjY4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjM3NDciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxNDguMzUiIHk9IjkxLjg3NTIiIHdpZHRoPSIxNi40OTk2IiBoZWlnaHQ9IjQuOTQ5ODkiIHJ4PSIxLjY0OTk2IiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyM19kXzE0NjFfMTA1NzYpIj4KPHJlY3QgeD0iMjY3IiB5PSIxNDUiIHdpZHRoPSIxMzYuMTIyIiBoZWlnaHQ9Ijc0LjI0ODQiIHJ4PSI5LjA3NDgiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjgwLjE5OSIgeT0iMTU4LjE5OSIgd2lkdGg9IjUyLjc5ODkiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTI4MC4xOTkgMTgwLjQ3NEMyODAuMTk5IDE3NS45MTggMjgzLjg5MyAxNzIuMjI0IDI4OC40NDkgMTcyLjIyNEgzMTMuMTk5QzMxNy43NTUgMTcyLjIyNCAzMjEuNDQ4IDE3NS45MTggMzIxLjQ0OCAxODAuNDc0QzMyMS40NDggMTg1LjAzIDMxNy43NTUgMTg4LjcyNCAzMTMuMTk5IDE4OC43MjRIMjg4LjQ0OUMyODMuODkzIDE4OC43MjQgMjgwLjE5OSAxODUuMDMgMjgwLjE5OSAxODAuNDc0WiIgZmlsbD0iI0I4RTZDQSIvPgo8cmVjdCB4PSIyODAuMTk5IiB5PSIyMDEuMDk4IiB3aWR0aD0iMTA5LjcyMyIgaGVpZ2h0PSI2LjU5OTg2IiByeD0iMy4yOTk5MyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjg3LjYyNCAxODMuNDk5TDI5My4wNjMgMTc4LjA2TTI5My4wNjMgMTc4LjA2TDI4OC43NzIgMTc3Ljk5OU0yOTMuMDYzIDE3OC4wNkwyOTMuMTI0IDE4Mi4zNTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yMzc0NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxyZWN0IHg9IjI5OC4zNSIgeT0iMTc3Ljk5OSIgd2lkdGg9IjE2LjQ5OTYiIGhlaWdodD0iNC45NDk4OSIgcng9IjEuNjQ5OTYiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNDYxXzEwNTc2IiB4PSIyNTMuOCIgeT0iNDguOTc2MiIgd2lkdGg9IjE2Mi41MjIiIGhlaWdodD0iMTAwLjY0OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIzLjI5OTkzIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuNTk5ODYiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMDU3NiIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIxX2RfMTQ2MV8xMDU3NiIgeD0iMTAzLjgiIHk9IjEzNS4xIiB3aWR0aD0iMTYyLjUyMiIgaGVpZ2h0PSIxMDAuNjQ4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjMuMjk5OTMiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi41OTk4NiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTA1NzYiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjJfZF8xNDYxXzEwNTc2IiB4PSIxMDMuOCIgeT0iNDguOTc2MiIgd2lkdGg9IjE2Mi41MjIiIGhlaWdodD0iMTAwLjY0OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIzLjI5OTkzIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuNTk5ODYiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMDU3NiIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIzX2RfMTQ2MV8xMDU3NiIgeD0iMjUzLjgiIHk9IjEzNS4xIiB3aWR0aD0iMTYyLjUyMiIgaGVpZ2h0PSIxMDAuNjQ4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjMuMjk5OTMiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi41OTk4NiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTA1NzYiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTQ2MV8xMDU3NiI+CjxyZWN0IHdpZHRoPSI1MDgiIGhlaWdodD0iMjY3IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="},74179:(e,t,i)=>{"use strict";i.d(t,{Ap:()=>g,IY:()=>l,J4:()=>p,LE:()=>r,O0:()=>c,OT:()=>u,RR:()=>d,Tt:()=>m,_L:()=>n,f2:()=>o,jb:()=>a,wl:()=>s});const s="modules/adsense",o=1,a="READY",n="NEEDS_ATTENTION",r="REQUIRES_REVIEW",l="GETTING_READY",c="background-submit-suspended",d="adsenseAdBlockingFormSettings",g="googlesitekit-ad-blocking-recovery-setup-create-message-cta-clicked",u="ad-blocking-recovery-notification",m={TAG_PLACED:"tag-placed",SETUP_CONFIRMED:"setup-confirmed"},p={PLACE_TAGS:0,CREATE_MESSAGE:1,COMPLETE:2}},74595:(e,t,i)=>{"use strict";i.d(t,{wA:()=>r.A,ws:()=>u.w,WM:()=>n.A});var s=i(29725),o=i(56805),a=i(78913),n=i(35470),r=i(63737),l=i(44319),c=i(31170),d=i(30043),g=i(66293),u=i(1102),m=i(47121),p=i(97241);const I=(0,s.I)({},i.g.wp?.data);I.combineStores=m.o3,I.commonActions=m.jU,I.commonControls=m._5,I.commonStore=m.x0,I.createReducer=function(e){return(0,p.Ay)(e)},I.useInViewSelect=u.w,I.controls=o.n,I.createRegistryControl=a.b,I.createRegistrySelector=a.N,I.useSelect=n.A,I.useDispatch=r.A,I.useRegistry=l.A,I.withSelect=c.A,I.withDispatch=d.A,I.RegistryProvider=g.Ay;const y=I;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=y},74995:(e,t,i)=>{"use strict";i.d(t,{A:()=>Notifications});var s=i(62688),o=i.n(s),a=i(50539),n=i(77766),r=i(71423),l=i(53137),c=i(50532),d=i.n(c),g=i(43569),u=i(62540);const m=d()(e=>({id:e,Notification:p(e)(g.A)}));function p(e){return t=>{function WithNotificationID(i){return(0,u.jsx)(t,{...i,id:e})}return WithNotificationID.displayName="WithNotificationID",(t.displayName||t.name)&&(WithNotificationID.displayName+=`(${t.displayName||t.name})`),WithNotificationID}}function Notifications({areaSlug:e,groupID:t=l.He.DEFAULT}){const i=(0,n.A)(),s=(0,a.useSelect)(e=>e(r.D).getQueuedNotifications(i,t));if(void 0===s?.[0]||s?.[0]?.areaSlug!==e)return null;const{id:o,Component:c}=s[0],d={...m(o)};return(0,u.jsx)(c,{...d})}Notifications.propTypes={viewContext:o().string,areaSlug:o().string}},75487:(e,t,i)=>{"use strict";i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>d});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:s,alignBottom:o,alignRight:a,alignLeft:l,smAlignRight:c,mdAlignRight:d,lgAlignRight:g,smSize:u,smStart:m,smOrder:p,mdSize:I,mdStart:y,mdOrder:h,lgSize:M,lgStart:A,lgOrder:N,size:T,children:S,...k}=e;return(0,r.jsx)("div",{...k,className:n()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":s,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":a,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":d,"mdc-layout-grid__cell--align-right-desktop":g,[`mdc-layout-grid__cell--span-${T}`]:12>=T&&T>0,[`mdc-layout-grid__cell--span-${M}-desktop`]:12>=M&&M>0,[`mdc-layout-grid__cell--start-${A}-desktop`]:12>=A&&A>0,[`mdc-layout-grid__cell--order-${N}-desktop`]:12>=N&&N>0,[`mdc-layout-grid__cell--span-${I}-tablet`]:8>=I&&I>0,[`mdc-layout-grid__cell--start-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--order-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${m}-phone`]:4>=m&&m>0,[`mdc-layout-grid__cell--order-${p}-phone`]:4>=p&&p>0}),children:S})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},s)=>(0,r.jsx)("div",{ref:s,className:n()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const d=c,g=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:s,collapsed:o,...a},l)=>(0,r.jsx)("div",{className:n()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":t}),...a,ref:l,children:s}));g.displayName="Grid",g.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},g.defaultProps={className:""};const u=g},75578:(e,t,i)=>{"use strict";i.d(t,{i$:()=>ChangeMetricsLink,kB:()=>InsufficientPermissionsError,uQ:()=>D,ym:()=>MetricTileNumeric,$:()=>MetricTileTable,mF:()=>MetricTileTablePlainText,sq:()=>G.A,sB:()=>E.A});var s=i(63696),o=i(82871),a=i(50539),n=i(7081),r=i(58116),l=i(50111),c=i(20898),d=i(674),g=i(93896),u=i(12850),m=i(98748),p=i(62540);function SetupCompletedSurveyTrigger(){const e=(0,a.useSelect)(e=>e(g.O4).isKeyMetricsSetupCompleted()),t=(0,a.useSelect)(e=>e(g.O4).getKeyMetricsSetupCompletedBy()),i=(0,a.useSelect)(e=>e(r.oR).getID());return e?(0,p.jsxs)(s.Fragment,{children:[(0,p.jsx)(m.A,{triggerID:"view_kmw",ttl:u.Du}),t===i&&(0,p.jsx)(m.A,{triggerID:"view_kmw_setup_completed",ttl:u.Du})]}):null}var I=i(77766),y=i(24558);const h={slug:"sharedKeyMetrics",contexts:[y.jU,y.Ax,y.f7,y.Is],gaEventCategory:e=>`${e}_shared_key-metrics`,steps:[{target:".googlesitekit-km-change-metrics-cta",title:(0,o.__)("Personalize your key metrics","google-site-kit"),content:(0,o.__)("Another admin has set up these tailored metrics for your site. Click here to personalize them.","google-site-kit"),placement:"bottom-start"}]};function ChangeMetricsLink(){const e=(0,a.useSelect)(e=>e(r.oR).getKeyMetrics()),t=(0,I.A)(),{setValue:i}=(0,a.useDispatch)(n.n),m=(0,s.useCallback)(()=>{i(l.EA,!0),(0,u.sx)(`${t}_kmw`,"change_metrics")},[i,t]),y=Array.isArray(e)&&e?.length>0;return function({renderChangeMetricLink:e}){const t=(0,a.useSelect)(e=>e(g.O4).getKeyMetricsSetupCompletedBy()),i=(0,a.useSelect)(e=>e(r.oR).getID()),{triggerOnDemandTour:o}=(0,a.useDispatch)(r.oR),n=Number.isInteger(t)&&Number.isInteger(i)&&t>0&&i!==t;(0,s.useEffect)(()=>{e&&n&&o(h)},[e,n,o])}({renderChangeMetricLink:y}),y?(0,p.jsxs)(s.Fragment,{children:[(0,p.jsx)(c.A,{className:"googlesitekit-widget-area__cta-link googlesitekit-km-change-metrics-cta",onClick:m,leadingIcon:(0,p.jsx)(d.A,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,o.__)("Change metrics","google-site-kit")}),(0,p.jsx)(SetupCompletedSurveyTrigger,{})]}):null}var M=i(62688),A=i.n(M),N=i(13606),T=i(36148);function InsufficientPermissionsError(e){const{moduleSlug:t,onRetry:i,infoTooltip:n,headerText:r}=e,l=(0,I.A)(),d=(0,a.useSelect)(e=>e(g.O4).getErrorTroubleshootingLinkURL({code:`${t}_insufficient_permissions`}));(0,s.useEffect)(()=>{(0,u.BI)(`${l}_kmw`,"insufficient_permissions_error")},[l]);const m=(0,s.useCallback)(()=>{(0,u.sx)(`${l}_kmw`,"insufficient_permissions_error_retry"),i?.()},[i,l]);return(0,p.jsx)(T.A,{title:(0,o.__)("Insufficient permissions","google-site-kit"),headerText:r,infoTooltip:n,children:(0,p.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[(0,p.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,N.A)((0,o.__)("Permissions updated? <a>Retry</a>","google-site-kit"),{a:(0,p.jsx)(c.A,{onClick:m})})}),(0,p.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,N.A)((0,o.__)("You’ll need to contact your administrator. <a>Learn more</a>","google-site-kit"),{a:(0,p.jsx)(c.A,{href:d,external:!0,hideExternalIndicator:!0})})})]})})}InsufficientPermissionsError.propTypes={moduleSlug:A().string.isRequired,onRetry:A().func.isRequired,headerText:A().string,infoTooltip:A().string};var S=i(63560),k=i(45472),j=i(99897),f=i(16196),b=i(68485),_=i(50234),x=i(7184),v=i(73881),C=i(85284);function KeyMetricsSetupCTAWidget({Widget:e,WidgetNull:t}){const i=(0,s.useRef)(),n=(0,I.A)(),d=`${n}_kmw-cta-notification`,m=(0,_.A)(),y=(0,a.useSelect)(e=>e(g.O4).getAdminURL("googlesitekit-user-input")),h=(0,a.useSelect)(e=>e(g.O4).getAdminURL("googlesitekit-metric-selection")),M=(0,a.useSelect)(e=>y&&e(k.M).isNavigatingTo(y)),A=(0,S.A)(i,{threshold:.25}),[N,T]=(0,s.useState)(!1),j=!!A?.intersectionRatio,{triggerSurvey:f}=(0,a.useDispatch)(r.oR);(0,s.useEffect)(()=>{j&&!N&&((0,u.sx)(`${n}_kmw-cta-notification`,"view_notification"),f("view_kmw_setup_cta",{ttl:u.Du}),T(!0))},[j,N,n,f]);const D={tooltipSlug:l.Uf,title:(0,o.__)("You can always set up goals in Settings later","google-site-kit"),content:(0,o.__)("The Key Metrics section will be added back to your dashboard once you set your goals in Settings","google-site-kit"),dismissLabel:(0,o.__)("Got it","google-site-kit")},w=(0,b.i)(D),{dismissItem:E}=(0,a.useDispatch)(r.oR),Z=(0,s.useCallback)(async()=>{await(0,u.sx)(d,"dismiss_notification"),w(),await E(l.Uf)},[d,w,E]),{navigateTo:R}=(0,a.useDispatch)(k.M),L=(0,s.useCallback)(async()=>{await(0,u.sx)(d,"confirm_pick_own_metrics"),R(h)},[d,R,h]),G=(0,s.useCallback)(async()=>{await(0,u.sx)(d,"confirm_get_tailored_metrics"),R(y)},[d,R,y]);return m?(0,p.jsx)(e,{noPadding:!0,children:(0,p.jsx)(x.A,{ref:i,className:"googlesitekit-banner--setup-cta",title:(0,o.__)("Get personalized suggestions for user interaction metrics based on your goals","google-site-kit"),description:(0,o.__)("Answer 3 questions and we’ll suggest relevant metrics for your dashboard. These metrics will help you track how users interact with your site.","google-site-kit"),dismissButton:{label:(0,o.__)("Maybe later","google-site-kit"),onClick:Z},ctaButton:{label:(0,o.__)("Get tailored metrics","google-site-kit"),onClick:G,disabled:M,inProgress:M},svg:{desktop:v.A,mobile:C.A,verticalPosition:"top"},footer:(0,p.jsxs)("div",{className:"googlesitekit-widget-key-metrics-footer",children:[(0,p.jsx)("span",{children:(0,o.__)("Interested in specific metrics?","google-site-kit")}),(0,p.jsx)(c.A,{onClick:L,children:(0,o.__)("Select your own metrics","google-site-kit")})]})})}):(0,p.jsx)(t,{})}KeyMetricsSetupCTAWidget.propTypes={Widget:A().elementType.isRequired,WidgetNull:A().elementType};const D=(0,f.A)({moduleName:j.L1})(KeyMetricsSetupCTAWidget);var w=i(2478),E=i(35886);function MetricTileNumeric({metricValue:e,metricValueFormat:t,subText:i,previousValue:s,currentValue:o,...a}){const n=(0,u.mK)(t);return(0,p.jsxs)(E.A,{className:"googlesitekit-km-widget-tile--numeric",...a,children:[(0,p.jsxs)("div",{className:"googlesitekit-km-widget-tile__metric-container",children:[(0,p.jsx)("div",{className:"googlesitekit-km-widget-tile__metric",children:(0,u.Eo)(e,n)}),(0,p.jsx)("p",{className:"googlesitekit-km-widget-tile__subtext",children:i})]}),(0,p.jsx)("div",{className:"googlesitekit-km-widget-tile__metric-change-container",children:(0,p.jsx)(w.A,{previousValue:s,currentValue:o,isAbsolute:"percent"===n?.style})})]})}MetricTileNumeric.propTypes={metricValue:A().oneOfType([A().string,A().number]),metricValueFormat:A().oneOfType([A().string,A().object]),subtext:A().string,previousValue:A().number,currentValue:A().number};var Z=i(17243),R=i(4452),L=i.n(R);function MetricTileTable({rows:e=[],columns:t=[],limit:i,ZeroState:s,...o}){let a=null;return e?.length>0?a=e.slice(0,i||e.length).map((e,i)=>(0,p.jsx)("div",{className:"googlesitekit-table__body-row",children:t.map(({Component:t,field:i,className:s},o)=>{const a=void 0!==i?(0,Z.get)(e,i):void 0;return(0,p.jsxs)("div",{className:L()("googlesitekit-table__body-item",s),children:[t&&(0,p.jsx)(t,{row:e,fieldValue:a}),!t&&a]},o)})},i)):s&&(a=(0,p.jsx)("div",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,p.jsx)("div",{className:"googlesitekit-table__body-zero-data",children:(0,p.jsx)(s,{})})})),(0,p.jsx)(E.A,{className:"googlesitekit-km-widget-tile--table",...o,children:(0,p.jsx)("div",{className:"googlesitekit-km-widget-tile__table",children:a})})}function MetricTileTablePlainText({content:e}){return(0,p.jsx)("p",{className:"googlesitekit-km-widget-tile__table-plain-text",children:e})}MetricTileTable.propTypes={rows:A().array,columns:A().array,limit:A().number,ZeroState:A().elementType},MetricTileTablePlainText.propTypes={content:A().string.isRequired};var G=i(40847);i(54593)},77513:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var s=i(62688),o=i.n(s),a=i(90007),n=i(12850),r=i(62540);function NotificationFromServer({id:e,titleIcon:t,title:i,content:s,ctaLabel:o,ctaTarget:l,ctaURL:c,dismissible:d,dismissLabel:g,learnMoreLabel:u,learnMoreURL:m,onCTAClick:p,onDismissClick:I,gaTrackingEventArgs:y}){const h={expiresInSeconds:n.Jg};return(0,r.jsx)(a.A,{notificationID:e,type:a.Q.WARNING,titleIcon:t||void 0,title:i,description:s,learnMoreLink:m?{label:u,href:m}:void 0,ctaButton:{label:o,href:c,target:l,onClick:p,dismissOptions:h},dismissButton:d?{label:g,onClick:I,dismissOptions:h}:void 0,gaTrackingEventArgs:y})}NotificationFromServer.propTypes={id:o().string.isRequired,title:o().string.isRequired,content:o().node,ctaLabel:o().string,ctaTarget:o().string,ctaURL:o().string,dismissible:o().bool,dismissLabel:o().string,learnMoreLabel:o().string,learnMoreURL:o().string,onCTAClick:o().func,onDismissClick:o().func,gaTrackingEventArgs:o().object};const l=NotificationFromServer},77657:(e,t,i)=>{"use strict";i.d(t,{EF:()=>AccountCreate,Jt:()=>AccountCreateLegacy,QB:()=>AccountSelect,Co:()=>PropertySelect,Qv:()=>G.Ay,MI:()=>WebDataStreamNameInput,nH:()=>WebDataStreamSelect,QQ:()=>ZeroDataMessage});var s=i(82871),o=i(63696),a=i(82286),n=i(54419),r=i(50539),l=i(49383),c=i(72455),d=i(99897),g=i(93896),u=i(58116),m=i(78340),p=i(45472),I=i(67150),y=i(12850),h=i(245),M=i(55527),A=i(30679),N=i(28994),T=i(27333),S=i(62540);function TimezoneSelect(){const e=(0,T.A)(c.ag,"countryCode"),t=(0,T.A)(c.ag,"timezone"),{setValues:i}=(0,r.useDispatch)(m.s),a=(0,o.useCallback)((e,t)=>{i(c.ag,{timezone:t.dataset.value})},[i]);return(0,S.jsx)(l.Select,{className:"googlesitekit-analytics__select-timezone",label:(0,s.__)("Timezone","google-site-kit"),value:t,onEnhancedChange:a,disabled:!e,enhanced:!0,outlined:!0,children:(N.VI[e]||[]).map(({timeZoneId:e,displayName:t},i)=>(0,S.jsx)(l.Option,{value:e,children:t},i))})}var k=i(4452),j=i.n(k);function CreateAccountField({hasError:e,value:t,setValue:i,name:s,label:o}){return void 0===t?null:(0,S.jsx)(l.TextField,{className:j()("mdc-text-field",{"mdc-text-field--error":e}),label:o,name:s,onChange:e=>{i(e.target.value,s)},value:t,id:`googlesitekit_analytics_account_create_${s}`,outlined:!0})}function AccountField(){const e=(0,T.A)(c.ag,"accountName"),{setValues:t}=(0,r.useDispatch)(m.s),i=(0,o.useCallback)(e=>{t(c.ag,{accountName:e})},[t]);return(0,S.jsx)(CreateAccountField,{label:(0,s.__)("Account","google-site-kit"),hasError:!e,value:e,setValue:i,name:"account"})}function PropertyField(){const e=(0,T.A)(c.ag,"propertyName"),{setValues:t}=(0,r.useDispatch)(m.s),i=(0,o.useCallback)(e=>{t(c.ag,{propertyName:e})},[t]);return(0,S.jsx)(CreateAccountField,{label:(0,s.__)("Property","google-site-kit"),value:e,hasError:!e,setValue:i,name:"property"})}function CountrySelect(){const e=(0,T.A)(c.ag,"countryCode"),{setValues:t}=(0,r.useDispatch)(m.s),i=(0,o.useCallback)((i,s)=>{const o=s.dataset.value;o!==e&&N.fX[o]&&t(c.ag,{countryCode:o,timezone:N.fX[o].defaultTimeZoneId})},[t,e]);return(0,S.jsx)(l.Select,{className:"googlesitekit-analytics__select-country",label:(0,s.__)("Country","google-site-kit"),value:e,onEnhancedChange:i,enhanced:!0,outlined:!0,children:N.mn.map(({countryCode:e,displayName:t},i)=>(0,S.jsx)(l.Option,{value:e,children:t},i))})}function WebDataStreamField(){const e=(0,T.A)(c.ag,"dataStreamName"),{setValues:t}=(0,r.useDispatch)(m.s),i=(0,o.useCallback)(e=>{t(c.ag,{dataStreamName:e})},[t]);return(0,S.jsx)(CreateAccountField,{label:(0,s.__)("Web Data Stream","google-site-kit"),value:e,hasError:!e,setValue:i,name:"dataStream"})}var f=i(17569),b=i(77766),_=i(48102),x=i(15167),v=i(59323);function AccountCreate(){const[e,t]=(0,o.useState)(!1),i=(0,r.useSelect)(e=>e(c.K9).getAccountSummaries()),N=(0,r.useSelect)(e=>e(c.K9).hasFinishedResolution("getAccountSummaries")),k=(0,r.useSelect)(e=>e(c.K9).getAccountTicketTermsOfServiceURL()),j=(0,r.useSelect)(e=>e(c.K9).canSubmitAccountCreate()),C=(0,r.useSelect)(e=>e(c.K9).isDoingCreateAccount()),D=(0,r.useSelect)(e=>e(u.oR).hasScope(c.S9)),w=(0,r.useSelect)(e=>e(u.oR).hasScope(c.iB)),E=(0,r.useSelect)(e=>e(m.s).hasForm(c.ag)),Z=(0,T.A)(c.ag,"autoSubmit"),R=(0,r.useSelect)(e=>e(g.O4).getReferenceSiteURL()),L=(0,r.useSelect)(e=>e(g.O4).getSiteName()),G=(0,r.useSelect)(e=>e(g.O4).getTimezone()),z=(0,b.A)(),{setValues:O}=(0,r.useDispatch)(m.s),{navigateTo:P}=(0,r.useDispatch)(p.M),{createAccount:B}=(0,r.useDispatch)(c.K9),{setPermissionScopeError:U}=(0,r.useDispatch)(u.oR),{setConversionTrackingEnabled:W,saveConversionTrackingSettings:H}=(0,r.useDispatch)(g.O4),V=D;(0,o.useEffect)(()=>{k&&(async()=>{await(0,n.invalidateCache)("modules",d.L1),P(k)})()},[k,P]),(0,o.useEffect)(()=>{E||O(c.ag,(0,h.cN)({siteName:L,siteURL:R,timezone:G}))},[E,L,R,G,O]);const Y=(0,a.d)(location.href,"showProgress"),F=(0,o.useCallback)(async()=>{const e=[];if(D||e.push(c.S9),w||e.push(c.iB),e.length>0)return O(c.ag,{autoSubmit:!0}),void U({code:I.db,message:(0,s.__)("Additional permissions are required to create a new Analytics account.","google-site-kit"),data:{status:403,scopes:e,skipModal:!0}});O(c.ag,{autoSubmit:!1}),await(0,y.sx)(`${z}_analytics`,"create_account","proxy");const{error:i}=await B({showProgress:"true"===Y});i||(W(!0),await H(),t(!0))},[D,w,O,z,B,Y,U,W,H]);(0,o.useEffect)(()=>{V&&Z&&F()},[V,Z,F]);const{rollbackSettings:Q}=(0,r.useDispatch)(c.K9),J=(0,o.useCallback)(()=>Q(),[Q]);return C||e||!N||void 0===V?(0,S.jsx)(l.ProgressBar,{}):(0,S.jsxs)("div",{children:[(0,S.jsx)(A.A,{moduleSlug:"analytics-4",storeName:c.K9}),(0,S.jsx)(x.A,{as:"h3",type:"title",size:"large",children:(0,s.__)("Create your Analytics account","google-site-kit")}),(0,S.jsx)(v.A,{children:(0,s.__)("We’ve pre-filled the required information for your new account. Confirm or edit any details:","google-site-kit")}),(0,S.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,S.jsx)(M.fh,{size:6,children:(0,S.jsx)(AccountField,{})}),(0,S.jsx)(M.fh,{size:6,children:(0,S.jsx)(PropertyField,{})}),(0,S.jsx)(M.fh,{size:6,children:(0,S.jsx)(WebDataStreamField,{})})]}),(0,S.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,S.jsx)(CountrySelect,{}),(0,S.jsx)(TimezoneSelect,{})]}),(0,S.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,S.jsx)(f.A,{formName:c.ag,className:"googlesitekit-margin-bottom-0"}),(0,S.jsx)(_.A,{className:"googlesitekit-margin-top-0",message:(0,s.__)("To track how visitors interact with your site, Site Kit will enable plugin conversion tracking. You can always disable it in settings.","google-site-kit")})]}),(0,S.jsxs)(v.A,{children:[V&&(0,S.jsx)("span",{children:(0,s.__)("You will be redirected to Google Analytics to accept the terms of service.","google-site-kit")}),!V&&(0,S.jsx)("span",{children:(0,s.__)("You will need to give Site Kit permission to create an Analytics account on your behalf and also accept the Google Analytics terms of service.","google-site-kit")})]}),(0,S.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[(0,S.jsx)(l.Button,{disabled:!j,onClick:F,children:(0,s.__)("Create Account","google-site-kit")}),i&&!!i.length&&(0,S.jsx)(l.Button,{className:"googlesitekit-setup-module__sub-action",onClick:J,tertiary:!0,children:(0,s.__)("Back","google-site-kit")})]})]})}var C=i(62688),D=i.n(C);function AccountSelect({hasModuleAccess:e,onChange:t}){const i=(0,b.A)(),a=(0,r.useSelect)(e=>e(c.K9).getAccountID()),n=(0,r.useSelect)(e=>e(c.K9).getAccountSummaries()),d=(0,r.useSelect)(e=>e(c.K9).hasFinishedResolution("getAccountSummaries")),{selectAccount:g}=(0,r.useDispatch)(c.K9),u=(0,o.useCallback)((e,s)=>{const o=s.dataset.value;if(a!==o){g(o);const e=o===c.ZC?"change_account_new":"change_account";(0,y.sx)(`${i}_analytics`,e),t&&t()}},[a,g,i,t]);return d?!1===e?(0,S.jsx)(l.Select,{className:"googlesitekit-analytics__select-account",label:(0,s.__)("Account","google-site-kit"),value:a,enhanced:!0,outlined:!0,disabled:!0,children:(0,S.jsx)(l.Option,{value:a,children:a})}):(0,S.jsx)(l.Select,{className:"googlesitekit-analytics__select-account",label:(0,s.__)("Account","google-site-kit"),value:a,onEnhancedChange:u,enhanced:!0,outlined:!0,children:(n||[]).concat({_id:c.ZC,displayName:(0,s.__)("Set up a new account","google-site-kit")}).map(({_id:e,displayName:t},i)=>(0,S.jsx)(l.Option,{value:e,children:t},i))}):(0,S.jsx)(l.ProgressBar,{small:!0})}AccountSelect.propTypes={hasModuleAccess:D().bool};var w=i(13606),E=i(20898),Z=i(80035),R=i(49655);function CreatePropertyInfoNotice(){const e=(0,r.useSelect)(e=>e(g.O4).getDocumentationLinkURL("ga4"));return(0,S.jsx)(Z.A,{type:R.Q.INFO,description:(0,w.A)((0,s.__)("Got a Google Analytics property and want to find out how to use it with Site Kit? <a>Learn more</a>","google-site-kit"),{a:(0,S.jsx)(E.A,{href:e,external:!0})})})}function AccountCreateLegacy(){const e=(0,r.useSelect)(e=>e(c.K9).getAccountSummaries()),t=(0,r.useSelect)(e=>e(c.K9).hasFinishedResolution("getAccountSummaries")),a=(0,r.useSelect)(e=>e(c.K9).getAccountID()),n=c.ZC===a,d=(0,r.useSelect)(e=>e(c.K9).getServiceURL({path:"/provision/SignUp"})),g=(0,b.A)(),u=(0,o.useCallback)(async e=>{e.preventDefault(),await(0,y.sx)(`${g}_analytics`,"create_account","custom-oauth"),i.g.open(d,"_blank")},[d,g]),{resetAccountSummaries:m,resetAccountSettings:p}=(0,r.useDispatch)(c.K9),I=(0,o.useCallback)(()=>{m(),p()},[p,m]);return t?(0,S.jsxs)("div",{children:[(0,S.jsx)(CreatePropertyInfoNotice,{}),(0,S.jsx)(A.A,{moduleSlug:"analytics-4",storeName:c.K9}),!n&&e&&0===e.length&&(0,S.jsx)(v.A,{children:(0,s.__)('Looks like you don’t have an Analytics account yet. Once you create it, click on "Re-fetch my account" and Site Kit will locate it.',"google-site-kit")}),n&&(0,S.jsxs)(o.Fragment,{children:[(0,S.jsx)(v.A,{children:(0,s.__)("To create a new account, click the button below which will open the Google Analytics account creation screen in a new window.","google-site-kit")}),(0,S.jsx)(v.A,{children:(0,s.__)("Once completed, click the link below to re-fetch your accounts to continue.","google-site-kit")})]}),(0,S.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[(0,S.jsx)(l.Button,{onClick:u,children:(0,s.__)("Create an account","google-site-kit")}),(0,S.jsx)("div",{className:"googlesitekit-setup-module__sub-action",children:(0,S.jsx)(l.Button,{onClick:I,tertiary:!0,children:(0,s.__)("Re-fetch My Account","google-site-kit")})})]})]}):(0,S.jsx)(l.ProgressBar,{})}var L=i(89967);function WebDataStreamSelect(e){const{hasModuleAccess:t,isDisabled:i,className:a,onChange:n}=e,d=(0,r.useSelect)(e=>e(c.K9).getAccountID()),{propertyID:g,webDataStreamID:u,measurementID:m}=(0,r.useSelect)(e=>e(c.K9).getSettings()||{}),p=(0,r.useSelect)(e=>(0,L.Hl)(g)&&t?e(c.K9).getWebDataStreams(g):[]),I=(0,r.useSelect)(e=>!i&&e(c.K9).isLoadingWebDataStreams({hasModuleAccess:t})),h=(0,b.A)(),{setWebDataStreamID:M,updateSettingsForMeasurementID:A}=(0,r.useDispatch)(c.K9),N=(0,o.useCallback)((e,{dataset:t})=>{const i=t.value;u!==i&&(M(i),A(p.find(({_id:e})=>e===i)?.webStreamData?.measurementId||""),(0,y.sx)(`${h}_analytics`,i===c.Oh?"change_webdatastream_new":"change_webdatastream","ga4"),n&&n())},[p,u,M,A,h,n]);if(!(0,L.HX)(d))return null;if(I)return(0,S.jsx)(l.ProgressBar,{mobileVerticalSpacing:76,desktopVerticalSpacing:84,small:!0});const T=void 0===u||""===u||(0,L.dQ)(u);return!1===t?(0,S.jsx)(l.Select,{className:j()("googlesitekit-analytics-4__select-webdatastream",a),label:(0,s.__)("Web Data Stream","google-site-kit"),value:m,enhanced:!0,outlined:!0,disabled:!0,children:(0,S.jsx)(l.Option,{value:m,children:m})}):(0,S.jsx)(l.Select,{className:j()("googlesitekit-analytics-4__select-webdatastream",a,{"mdc-select--invalid":!T}),label:(0,s.__)("Web Data Stream","google-site-kit"),value:u,onEnhancedChange:N,disabled:i||!(0,L.mh)(g),enhanced:!0,outlined:!0,children:(p||[]).concat({_id:c.Oh,displayName:(0,s.__)("Set up a new web data stream","google-site-kit")}).map(({_id:e,displayName:t,webStreamData:i={}},o)=>(0,S.jsx)(l.Option,{value:e,children:e!==c.Oh&&i?.measurementId?(0,s.sprintf)(/* translators: 1: Data stream name. 2: Measurement ID. */ /* translators: 1: Data stream name. 2: Measurement ID. */ (0,s._x)("%1$s (%2$s)","Analytics data stream name and measurement ID","google-site-kit"),t,i.measurementId):t},o))})}function PropertySelect(e){const{isDisabled:t,hasModuleAccess:i,className:a,onChange:n=()=>{}}=e,d=(0,r.useSelect)(e=>e(c.K9).getAccountID()),g=(0,r.useSelect)(e=>i&&!t?e(c.K9).getPropertySummaries(d)||[]:null),u=(0,r.useSelect)(e=>e(c.K9).getPropertyID()),m=(0,r.useSelect)(e=>!t&&(e(c.K9).isLoadingPropertySummaries()||e(c.K9).isLoadingWebDataStreams({hasModuleAccess:i}))),p=(0,b.A)(),{selectProperty:I}=(0,r.useDispatch)(c.K9),h=(0,o.useCallback)((e,{dataset:t})=>{const i=t.value;u!==i&&(I(i),(0,y.sx)(`${p}_analytics`,i===c.to?"change_property_new":"change_property","ga4"),n())},[n,u,I,p]);if(!(0,L.HX)(d))return null;if(m)return(0,S.jsx)(l.ProgressBar,{mobileVerticalSpacing:76,desktopVerticalSpacing:84,small:!0});const M=void 0===u||""===u||(0,L.mh)(u);return!1===i?(0,S.jsx)(l.Select,{className:j()("googlesitekit-analytics-4__select-property",a),label:(0,s.__)("Property","google-site-kit"),value:u,enhanced:!0,outlined:!0,disabled:!0,children:(0,S.jsx)(l.Option,{value:u,children:u})}):(0,S.jsx)(l.Select,{className:j()("googlesitekit-analytics-4__select-property",a,{"mdc-select--invalid":!M,"googlesitekit-analytics-4__select-property--loaded":!t&&!m}),label:(0,s.__)("Property","google-site-kit"),value:u,onEnhancedChange:h,disabled:t,enhanced:!0,outlined:!0,children:(g||[]).concat({_id:c.to,displayName:(0,s.__)("Set up a new property","google-site-kit")}).map(({_id:e,displayName:t})=>(0,S.jsx)(l.Option,{value:e,children:e===c.to?t:(0,s.sprintf)(/* translators: 1: Property name. 2: Property ID. */ /* translators: 1: Property name. 2: Property ID. */ (0,s._x)("%1$s (%2$s)","Analytics property name and ID","google-site-kit"),t,e)},e))})}WebDataStreamSelect.propTypes={hasModuleAccess:D().bool,isDisabled:D().bool,className:D().string},PropertySelect.propTypes={isDisabled:D().bool,hasModuleAccess:D().bool,className:D().string,onChange:D().func};var G=i(55012),z=(i(19195),i(15844)),O=i(84024),P=i(59834);function WebDataStreamNameInput(){const e=(0,r.useSelect)(e=>e(c.K9).getPropertyID()),t=(0,r.useSelect)(e=>e(c.K9).getWebDataStreamID()),i=(0,T.A)(c.ZY,"webDataStreamName"),a=(0,r.useSelect)(t=>!!(0,L.Hl)(e)&&t(c.K9).doesWebDataStreamExist(e,i)),n=(0,r.useSelect)(e=>e(g.O4).getReferenceSiteURL()),{setValues:d}=(0,r.useDispatch)(m.s),u=(0,o.useCallback)(({currentTarget:e})=>{d(c.ZY,{webDataStreamName:e.value})},[d]);if((0,z.A)(()=>{if(!i&&(0,O.m)(n)){const{hostname:e}=new URL(n);d(c.ZY,{webDataStreamName:e})}}),t!==c.Oh)return null;const p=a||!i||!(0,L.uv)(i);let I=!1;return a?I=(0,s.__)("A web data stream with this name already exists.","google-site-kit"):i?(0,L.uv)(i)||(I=(0,s.__)("This is not a valid web data stream name.","google-site-kit")):I=(0,s.__)("A web data stream name is required.","google-site-kit"),(0,S.jsx)("div",{className:"googlesitekit-analytics-webdatastreamname",children:(0,S.jsx)(l.TextField,{className:j()({"mdc-text-field--error":p}),label:(0,s.__)("Web Data Stream Name","google-site-kit"),helperText:I,trailingIcon:p&&(0,S.jsx)("span",{className:"googlesitekit-text-field-icon--error",children:(0,S.jsx)(P.A,{})}),value:i,onChange:u,outlined:!0})})}function ZeroDataMessage({skipPrefix:e}){const t=(0,r.useSelect)(e=>e(g.O4).getCurrentEntityURL());return e?t?(0,S.jsx)("span",{children:(0,s.__)("Your page hasn’t received any visitors yet","google-site-kit")}):(0,S.jsx)("span",{children:(0,s.__)("Your site hasn’t received any visitors yet","google-site-kit")}):t?(0,S.jsx)("span",{children:(0,s.__)("No data to display: your page hasn’t received any visitors yet","google-site-kit")}):(0,S.jsx)("span",{children:(0,s.__)("No data to display: your site hasn’t received any visitors yet","google-site-kit")})}ZeroDataMessage.propTypes={skipPrefix:D().bool}},77766:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696),o=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,s.useContext)(o.Ay)}},77967:(e,t,i)=>{"use strict";i.d(t,{A:()=>ErrorNotice});var s=i(62688),o=i.n(s),a=i(63696),n=i(82871),r=i(84024),l=i(50539),c=i(67150),d=i(80035),g=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:s,message:o=t.message,noPrefix:m=!1,skipRetryMessage:p,hideIcon:I=!1}){const y=(0,l.useDispatch)(),h=(0,l.useSelect)(e=>s?e(s).getSelectorDataForError(t):null),M=(0,a.useCallback)(()=>{y(h.storeName).invalidateResolution(h.name,h.args)},[y,h]);if(!o||(0,c.G)(t))return null;const A=i&&(0,c.vl)(t,h);let N=o;i||p||(N=(0,n.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,n.__)("%s (Please try again.)","google-site-kit"),N)),m||(N=(0,n.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,n.__)("Error: %s","google-site-kit"),N));const T=t?.data?.reconnectURL;T&&(0,r.m)(T)&&(N=(0,n.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,n.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),N,T));return(0,u.jsx)(d.A,{className:e,type:d.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(N,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:A?{label:(0,n.__)("Retry","google-site-kit"),onClick:M}:void 0,hideIcon:I})}ErrorNotice.propTypes={className:o().string,error:o().shape({message:o().string}),hasButton:o().bool,storeName:o().string,message:o().string,noPrefix:o().bool,skipRetryMessage:o().bool,hideIcon:o().bool}},78340:(e,t,i)=>{"use strict";i.d(t,{s:()=>s});const s="core/forms"},79829:(e,t,i)=>{"use strict";i.d(t,{Eo:()=>g,JK:()=>I,K5:()=>p,jq:()=>m,mK:()=>d});var s=i(17243),o=i(50532),a=i.n(o),n=i(82871);function r(e,t={}){const{formatUnit:i,formatDecimal:s}=function(e,t={}){const{hours:i,minutes:s,seconds:o}=l(e);return{hours:i,minutes:s,seconds:o,formatUnit(){const{unitDisplay:a="short",...r}=t,l={unitDisplay:a,...r,style:"unit"};return 0===e?m(o,{...l,unit:"second"}):(0,n.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,n._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?m(o,{...l,unit:"second"}):"",s?m(s,{...l,unit:"minute"}):"",i?m(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,n.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,n.__)("%ds","google-site-kit"),o);if(0===e)return t;const a=(0,n.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,n.__)("%dm","google-site-kit"),s),r=(0,n.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,n.__)("%dh","google-site-kit"),i);return(0,n.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,n._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",s?a:"",i?r:"").trim()}}}(e,t);try{return i()}catch{return s()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function d(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,s.isPlainObject)(e)&&(t={...e}),t}function g(e,t={}){e=(0,s.isFinite)(e)?e:Number(e),(0,s.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=d(t),{style:o="metric"}=i;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,n.__)("%sM","google-site-kit"),m(c(e),e%10==0?{}:t)):1e4<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,n.__)("%sK","google-site-kit"),m(c(e))):1e3<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,n.__)("%sK","google-site-kit"),m(c(e),e%10==0?{}:t)):m(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?r(e,i):"durationISO"===o?function(e){let{hours:t,minutes:i,seconds:s}=l(e);return s=("0"+s).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${s}`:`${t}:${i}:${s}`}(e):m(e,i)}const u=a()(console.warn);function m(e,t={}){const{locale:i=I(),...s}=t;try{return new Intl.NumberFormat(i,s).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(s)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},a=["signDisplay","compactDisplay"],n={};for(const[e,t]of Object.entries(s))o[e]&&t===o[e]||a.includes(e)||(n[e]=t);try{return new Intl.NumberFormat(i,n).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function p(e,t={}){const{locale:i=I(),style:s="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:s,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const a=(0,n.__)(", ","google-site-kit");return e.join(a)}function I(e=i.g){const t=(0,s.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{"use strict";i.d(t,{A:()=>A});var s,o=i(62688),a=i.n(o),n=i(4452),r=i.n(n),l=i(63696),c=i(19793);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},d.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var g=i(42343),u=i(49655),m=i(62540);const p={[u.Q.NEW]:g.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=p[e]||warning_notice;return(0,m.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,m.jsx)("p",{className:r()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,m.jsx)("p",{className:r()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:a().oneOf(Object.values(u.Q))},Title.propTypes={className:a().string,children:a().node},Description.propTypes={className:a().string,children:a().node};var I=i(49383),y=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:s,href:o,external:a,hideExternalIndicator:n}){let r;return a&&!n&&(r=(0,m.jsx)(y.A,{width:14,height:14})),(0,m.jsx)(I.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:s,href:o,target:a?"_blank":"_self",trailingIcon:r,children:e})}CTAButton.propTypes={label:a().string.isRequired,disabled:a().bool,inProgress:a().bool,onClick:a().func,href:a().string,external:a().bool,hideExternalIndicator:a().bool};var h=i(82871);function DismissButton({label:e=(0,h.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,m.jsx)(I.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:a().string,onClick:a().func.isRequired,disabled:a().bool};const M=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:s,ctaButton:o,type:a=u.Q.INFO,children:n,hideIcon:l},c)=>(0,m.jsxs)("div",{ref:c,className:r()("googlesitekit-notice",`googlesitekit-notice--${a}`,e),children:[!l&&(0,m.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,m.jsx)(Icon,{type:a})}),(0,m.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,m.jsx)(Title,{children:t}),i&&(0,m.jsx)(Description,{children:i})]}),(s?.label||s?.onClick||o?.label&&(o?.onClick||o?.href)||n)&&(0,m.jsxs)("div",{className:"googlesitekit-notice__action",children:[n,(s?.label||s?.onClick)&&(0,m.jsx)(DismissButton,{label:s.label,onClick:s.onClick,disabled:s.disabled}),o?.label&&(o?.onClick||o?.href)&&(0,m.jsx)(CTAButton,{label:o.label,onClick:o.onClick,inProgress:o.inProgress,disabled:o.disabled,href:o.href,external:o.external,hideExternalIndicator:o.hideExternalIndicator})]})]}));M.TYPES=u.Q,M.propTypes={className:a().string,title:a().oneOfType([a().string,a().object]),description:a().node,type:a().oneOf(Object.values(u.Q)),dismissButton:a().shape(DismissButton.propTypes),ctaButton:a().shape({...CTAButton.propTypes,label:a().string}),children:a().node,hideIcon:a().bool};const A=M},80452:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 9"},e),s||(s=o.createElement("path",{stroke:"currentColor",strokeLinecap:"square",strokeWidth:1.6,d:"m2 5.309 1.474 2.14c.69 1.001 1.946 1.001 2.636 0L10 1.8"})))},81520:(e,t,i)=>{"use strict";function Null(){return null}i.d(t,{A:()=>Null})},81779:(e,t,i)=>{"use strict";i.d(t,{DZ:()=>S,RL:()=>T,SG:()=>N,Sw:()=>u,TF:()=>M,Uv:()=>p,X_:()=>a,Yb:()=>d,ZT:()=>n,bF:()=>c,dL:()=>y,f8:()=>s,gV:()=>r,iP:()=>o,k:()=>I,oC:()=>h,pJ:()=>l,uP:()=>g,um:()=>A,ze:()=>m});const s="disapproved",o="graylisted",a="pending",n="approved",r="needs-attention",l="ready",c="client-requires-review",d="client-getting-ready",g="none",u="multiple",m="no-client",p="added",I="needs-attention",y="requires-review",h="getting-ready",M="ready",A="ready-no-auto-ads",N="none",T=[s,o,a,n];function S(e){return e===o||e===a}},82046:(e,t,i)=>{"use strict";i.d(t,{C:()=>a,p:()=>o});var s=i(15210);function o(e,t={}){return{__html:s.O.sanitize(e,t)}}function a(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82167:(e,t,i)=>{"use strict";i.d(t,{A:()=>OptIn});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(63696),l=i(13606),c=i(82871),d=i(50539),g=i(49383),u=i(58116),m=i(89318),p=i(20898),I=i(77766),y=i(50787),h=i(62540);function OptIn({id:e="googlesitekit-opt-in",name:t="optIn",className:i,trackEventCategory:s,alignLeftCheckbox:o=!1}){const[a,M]=(0,r.useState)(),A=(0,d.useSelect)(e=>e(u.oR).isTrackingEnabled()),N=(0,d.useSelect)(e=>e(u.oR).getErrorForAction("setTrackingEnabled",[!A])),{setTrackingEnabled:T}=(0,d.useDispatch)(u.oR),S=(0,I.A)(),k=(0,r.useCallback)(async e=>{const{response:t,error:i}=await T(e);i?M(A):((0,m.M9)(t.enabled),t.enabled&&(0,m.sx)(s||S,"tracking_optin"))},[A,T,s,S]);(0,r.useEffect)(()=>{void 0!==A&&void 0===a&&M(A)},[A,a]);const j=(0,y.d)(k,300),f=(0,r.useCallback)(e=>{const t=e.target.checked;M(t),j(t)},[j]);return(0,h.jsxs)("div",{className:n()("googlesitekit-opt-in",i),children:[(0,h.jsx)(g.Checkbox,{id:e,name:t,value:"1",checked:a,onChange:f,loading:void 0===A,alignLeft:o,children:(0,l.A)((0,c.__)("<span>Help us improve Site Kit by sharing anonymous usage data.</span> <span>All collected data is treated in accordance with the <a>Google Privacy Policy.</a></span>","google-site-kit"),{a:(0,h.jsx)(p.A,{href:"https://policies.google.com/privacy",external:!0},"link"),span:(0,h.jsx)("span",{})})}),N?.message&&(0,h.jsx)("div",{className:"googlesitekit-error-text",children:N?.message})]})}OptIn.propTypes={id:o().string,name:o().string,className:o().string,trackEventCategory:o().string,alignLeftCheckbox:o().bool}},82871:e=>{"use strict";e.exports=googlesitekit.i18n},83366:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),s||(s=o.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},83945:(e,t,i)=>{"use strict";i.d(t,{A:()=>AdSenseConnectCTA});var s=i(63560),o=i(62688),a=i.n(o),n=i(82871),r=i(63696),l=i(13606),c=i(50539),d=i(49383),g=i(74179),u=i(73589),m=i(55527),p=i(93896),I=i(37226),y=i(45472),h=i(21134),M=i(12850),A=i(4452),N=i.n(A),T=i(23224),S=i(71032),k=i(62540);const j=(0,r.lazy)(()=>i.e(201).then(i.bind(i,37201))),f=(0,r.lazy)(()=>i.e(640).then(i.bind(i,96640))),b=(0,r.lazy)(()=>i.e(379).then(i.bind(i,87379)));function LazyContentSVG({stage:e}){const t={0:(0,k.jsx)(j,{}),1:(0,k.jsx)(f,{}),2:(0,k.jsx)(b,{})};return t[e]?(0,k.jsx)(S.A,{errorMessage:(0,n.__)("Failed to load graphic","google-site-kit"),children:t[e]}):null}function ContentSVG({stage:e}){return(0,k.jsx)(r.Suspense,{fallback:(0,k.jsx)(T.A,{width:"100%",height:"100%"}),children:(0,k.jsx)(LazyContentSVG,{stage:e})})}ContentSVG.propTypes={stage:o.PropTypes.oneOf([0,1,2]).isRequired};var _=i(93431),x=i(15167),v=i(59323);const C=(0,r.forwardRef)(({stage:e,mode:t,onAnimationEnd:i},s)=>{const o=[{title:(0,n.__)("Earn money from your site","google-site-kit"),description:(0,n.__)("Focus on writing good content and let AdSense help you make it profitable","google-site-kit")},{title:(0,n.__)("Save time with automated ads","google-site-kit"),description:(0,n.__)("Auto ads automatically place and optimize your ads for you so you don't have to spend time doing it yourself","google-site-kit")},{title:(0,n.__)("You’re in control","google-site-kit"),description:(0,n.__)("Block ads you don't like, customize where ads appear, and choose which types fit your site best","google-site-kit")}],a={smSize:4,mdSize:4,lgSize:6};return(0,k.jsxs)(r.Fragment,{children:[(0,k.jsx)(m.fI,{children:(0,k.jsxs)(m.fh,{size:12,children:[(0,k.jsx)("p",{className:"googlesitekit-setup__intro-title",children:(0,n.__)("Connect Service","google-site-kit")}),(0,k.jsxs)("div",{className:"googlesitekit-setup-module",children:[(0,k.jsx)("div",{className:"googlesitekit-setup-module__logo",children:(0,k.jsx)(_.A,{width:"33",height:"33"})}),(0,k.jsx)(x.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:(0,n._x)("AdSense","Service name","google-site-kit")})]})]})}),(0,k.jsxs)(m.fI,{ref:s,children:[(0,k.jsxs)(m.fh,{...a,smOrder:2,mdOrder:1,className:"googlesitekit-setup-module--adsense__stage-captions",children:[(0,k.jsx)("ul",{className:"googlesitekit-setup-module--adsense__stage-caption-container",children:o.map(({title:i,description:s},o)=>(0,k.jsxs)("li",{className:N()("googlesitekit-setup-module--adsense__stage-caption",{[`googlesitekit-setup-module--adsense__stage-caption--current--${t}`]:e===o}),children:[(0,k.jsx)("div",{className:"googlesitekit-setup-module--adsense__stage-caption-indicator"}),(0,k.jsxs)("div",{children:[(0,k.jsx)(x.A,{as:"h4",size:"large",type:"title",children:i}),(0,k.jsx)(v.A,{children:s})]})]},o))}),(0,k.jsx)("ul",{className:"googlesitekit-setup-module--adsense__stage-indicator",children:o.map((i,s)=>(0,k.jsx)("li",{className:N()({[`googlesitekit-setup-module--adsense__stage-indicator--current--${t}`]:e===s})},s))})]}),(0,k.jsx)(m.fh,{...a,smOrder:1,mdOrder:2,className:"googlesitekit-setup-module--adsense__stage-images",children:(0,k.jsx)("div",{className:"googlesitekit-setup-module--adsense__stage-image-container",children:o.map((s,o)=>(0,k.jsx)("div",{className:N()("googlesitekit-setup-module--adsense__stage-image",{[`googlesitekit-setup-module--adsense__stage-image--current--${t}`]:e===o}),onAnimationEnd:e===o?i:void 0,children:(0,k.jsx)(ContentSVG,{stage:o})},o))})})]})]})});C.propTypes={stage:a().oneOf([0,1,2]),mode:a().oneOf(["static","enter","leave"]),onAnimationEnd:a().func};const D=C,w=0,E=2;function ContentAutoUpdate({hasBeenInView:e}){const[{stage:t,mode:i},s]=(0,r.useState)({stage:0,mode:"static"});return(0,r.useEffect)(()=>{if(!e)return()=>{};const t=setTimeout(()=>{s({stage:0,mode:"leave"})},7e3);return()=>{clearTimeout(t)}},[e]),(0,k.jsx)(D,{stage:t,mode:i,onAnimationEnd:function(){"enter"===i?s({stage:t,mode:"leave"}):"leave"===i&&s({stage:t===E?w:t+1,mode:"enter"})}})}ContentAutoUpdate.propTypes={hasBeenInView:a().bool.isRequired};var Z=i(44174),R=i(77766);function AdSenseConnectCTA({onDismissModule:e}){const{navigateTo:t}=(0,c.useDispatch)(y.M),{activateModule:i}=(0,c.useDispatch)(I.i),{setInternalServerError:o}=(0,c.useDispatch)(p.O4),a=(0,R.A)(),A=(0,r.useRef)(),[N,T]=(0,r.useState)(!1),S=(0,s.A)(A,{threshold:.25}),j=!!S?.intersectionRatio;(0,r.useEffect)(()=>{j&&!N&&((0,M.sx)(`${a}_adsense-cta-widget`,"widget_view"),T(!0))},[j,a,N]);const f=(0,c.useSelect)(e=>e(g.wl).getAdminReauthURL()),b=(0,c.useSelect)(e=>e(I.i).isModuleActive(u.Py)),_=(0,c.useSelect)(e=>e(I.i).isModuleConnected(u.Py)),x=(0,c.useSelect)(e=>!!e(I.i).isFetchingSetModuleActivation(u.Py,!0)||!!f&&e(y.M).isNavigatingTo(f)),C=(0,r.useCallback)(async()=>{const{response:e,error:s}=await i(u.Py);return s?(o({id:"setup-module-error",description:s.message}),null):(await(0,M.sx)(`${a}_adsense-cta-widget`,"activate_module",u.Py),await(0,h.SO)("module_setup",u.Py,{ttl:300}),t(e.moduleReauthURL),null)},[i,t,o,a]),D=(0,r.useCallback)(()=>t(f),[f,t]),w=(0,r.useCallback)(()=>{(0,M.sx)(`${a}_adsense-cta-widget`,"dismiss_widget"),e()},[e,a]),E={smSize:4,mdSize:4,lgSize:6};return(0,k.jsx)("section",{ref:A,className:"googlesitekit-setup__wrapper googlesitekit-setup__wrapper--adsense-connect",children:(0,k.jsxs)(m.xA,{children:[(0,k.jsx)(ContentAutoUpdate,{hasBeenInView:N}),(0,k.jsxs)(m.fI,{children:[(0,k.jsx)(m.fh,{...E,children:(0,k.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[!b&&(0,k.jsx)(d.SpinnerButton,{onClick:C,isSaving:x,disabled:x,children:(0,n.__)("Connect now","google-site-kit")}),b&&!_&&(0,k.jsx)(d.SpinnerButton,{onClick:D,isSaving:x,children:(0,n.__)("Complete setup","google-site-kit")}),(0,k.jsx)(d.Button,{onClick:w,tertiary:!0,children:(0,n.__)("Maybe later","google-site-kit")})]})}),(0,k.jsx)(m.fh,{...E,className:"googlesitekit-setup-module__footer-text",children:(0,k.jsx)(v.A,{children:(0,l.A)((0,n.__)("AdSense accounts are <a>subject to review and approval</a> by the Google AdSense team","google-site-kit"),{a:(0,k.jsx)(Z.A,{path:"/adsense/answer/9724",external:!0,hideExternalIndicator:!0})})})})]})]})})}AdSenseConnectCTA.propTypes={onDismissModule:a().func.isRequired}},84385:(e,t,i)=>{"use strict";i.d(t,{A:()=>IconWrapper});var s=i(62688),o=i.n(s),a=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,a.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:o().node.isRequired,marginLeft:o().number,marginRight:o().number}},84826:(e,t,i)=>{"use strict";i.d(t,{A:()=>HelpMenu});var s,o=i(62688),a=i.n(o),n=i(21795),r=i(63696),l=i(19266),c=i(82871),d=i(50539),g=i(49383);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},u.apply(null,arguments)}const m=e=>r.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),s||(s=r.createElement("path",{fill:"currentColor",d:"M9 16h2v-2H9zm1-16C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14C7.79 4 6 5.79 6 8h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"})));var p=i(99235),I=i(12850),y=i(20898),h=i(77766),M=i(62540);function HelpMenuLink({children:e,href:t,gaEventLabel:i}){const s=(0,h.A)(),o=(0,r.useCallback)(async()=>{i&&await(0,I.sx)(`${s}_headerbar_helpmenu`,"click_outgoing_link",i)},[i,s]);return(0,M.jsx)("li",{className:"googlesitekit-help-menu-link mdc-list-item",role:"none",children:(0,M.jsx)(y.A,{className:"mdc-list-item__text",href:t,role:"menuitem",onClick:o,external:!0,hideExternalIndicator:!0,children:e})})}HelpMenuLink.propTypes={children:a().node.isRequired,href:a().string.isRequired,gaEventLabel:a().string};const A=HelpMenuLink;var N=i(37226),T=i(93896),S=i(73589);function HelpMenu({children:e}){const[t,i]=(0,r.useState)(!1),s=(0,r.useRef)(),o=(0,h.A)();(0,n.A)(s,()=>i(!1)),(0,p.l)([l._f,l.wn],s,()=>i(!1));const a=(0,d.useSelect)(e=>e(N.i).isModuleActive(S.Py)),u=(0,r.useCallback)(()=>{t||(0,I.sx)(`${o}_headerbar`,"open_helpmenu"),i(!t)},[t,o]),y=(0,r.useCallback)(()=>{i(!1)},[]),k=(0,d.useSelect)(e=>e(T.O4).getDocumentationLinkURL("fix-common-issues"));return(0,M.jsxs)("div",{ref:s,className:"googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,M.jsx)(g.Button,{"aria-controls":"googlesitekit-help-menu","aria-expanded":t,"aria-label":(0,c.__)("Help","google-site-kit"),"aria-haspopup":"menu",className:"googlesitekit-header__dropdown googlesitekit-border-radius-round googlesitekit-button-icon googlesitekit-help-menu__button mdc-button--dropdown",icon:(0,M.jsx)(m,{width:"20",height:"20"}),onClick:u,tooltipEnterDelayInMS:500,text:!0}),(0,M.jsxs)(g.Menu,{className:"googlesitekit-width-auto",menuOpen:t,id:"googlesitekit-help-menu",onSelected:y,children:[e,(0,M.jsx)(A,{gaEventLabel:"fix_common_issues",href:k,children:(0,c.__)("Fix common issues","google-site-kit")}),(0,M.jsx)(A,{gaEventLabel:"documentation",href:"https://sitekit.withgoogle.com/documentation/",children:(0,c.__)("Read help docs","google-site-kit")}),(0,M.jsx)(A,{gaEventLabel:"support_forum",href:"https://wordpress.org/support/plugin/google-site-kit/",children:(0,c.__)("Get support","google-site-kit")}),a&&(0,M.jsx)(A,{gaEventLabel:"adsense_help",href:"https://support.google.com/adsense/",children:(0,c.__)("Get help with AdSense","google-site-kit")})]})]})}HelpMenu.propTypes={children:a().node}},85149:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o,a=i(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>a.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),s||(s=a.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),o||(o=a.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},85284:(e,t,i)=>{"use strict";i.d(t,{A:()=>s});const s="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDM1IiBoZWlnaHQ9IjE0NiIgdmlld0JveD0iMCAwIDQzNSAxNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQzNjEpIj4KPHBhdGggZD0iTTQyNC40OTcgMTk4LjMwOEM0MDMuNjQgMjQxLjkwNSAzNDcuOTA3IDI0Mi4zNzQgMzE2Ljk1OSAyMzUuNzMzQzI3Ni41ODQgMjI3LjA3IDI0OS43ODUgMTk1LjM4IDIxNC41MzUgMTkzLjM3M0MxNzkuMjg2IDE5MS4zNjUgMTU5LjYzNCAyMDkuNzA0IDEyMS42NDkgMjE0LjI4NkM4My42NjQxIDIxOC44NjkgMzcuMDc3NiAyMTQuNzAzIDEyLjkxNDMgMTY3LjYyNkMtMTEuMjQ5IDEyMC41NDkgNS40MTUzMiA3MC43MTQgNDguMzI2IDQ1LjczODFDOTEuMjM2OCAyMC43NjIyIDExNy4yNzEgNDUuODY0NiAxNTkuNjM0IDQ1LjczODFDMjAxLjk5OCA0NS42MTE1IDIxOS4xMjIgNy43ODE3MiAyNTguNTM0IDQuNzE1NTNDMjc4LjA5NyAzLjE5MzU3IDI5Ny44MTEgNy4yMTc3OSAzMTcuMzc5IDIwLjc2MjJDMzM2LjczNCAzNC4xNTgzIDMzOS41NyA1OC42NzYgMzg3Ljc1MiA4MS40ODc4QzQzNS45MzUgMTA0LjMgNDQ1LjM1NCAxNTQuNzEyIDQyNC40OTcgMTk4LjMwOFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNTA1XzQzNjEpIj4KPHJlY3QgeD0iMjE2LjcwMyIgeT0iMjguODc2IiB3aWR0aD0iMTE2Ljc5NiIgaGVpZ2h0PSI2My43MDciIHJ4PSI3Ljc4NjQxIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxyZWN0IHg9IjIyOC4wMjkiIHk9IjQwLjIwMTIiIHdpZHRoPSIxNy42OTY0IiBoZWlnaHQ9IjUuNjYyODUiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjIyOC4wMjkiIHk9IjUyLjIzNTEiIHdpZHRoPSIzNS4zOTI4IiBoZWlnaHQ9IjE0LjE1NzEiIHJ4PSI3LjA3ODU2IiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjIyOC4wMjkiIHk9Ijc3LjAwOTUiIHdpZHRoPSI5NC4xNDQ4IiBoZWlnaHQ9IjUuNjYyODUiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yMzQuMzk3IDU3LjE5MDJMMjM5LjA2NCA2MS44NTc0TTIzOS4wNjQgNjEuODU3NEwyMzkuMTE2IDU4LjE3NTVNMjM5LjA2NCA2MS44NTc0TDIzNS4zODIgNjEuOTA5MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjA2MTc4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHJlY3QgeD0iMjQzLjYwMiIgeT0iNTcuMTkwMiIgd2lkdGg9IjE0LjE1NzEiIGhlaWdodD0iNC4yNDcxMyIgcng9IjEuNDE1NzEiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV80MzYxKSI+CjxyZWN0IHg9Ijg4IiB5PSIxMDIuNzcyIiB3aWR0aD0iMTE2Ljc5NiIgaGVpZ2h0PSI2My43MDciIHJ4PSI3Ljc4NjQxIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxyZWN0IHg9Ijk5LjE1NDMiIHk9IjExMy45MjciIHdpZHRoPSI0Ni4zMzM0IiBoZWlnaHQ9IjYuMDA2MTgiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9Ijk5LjMyNjIiIHk9IjEyNi4xMzIiIHdpZHRoPSIzNS4zOTI4IiBoZWlnaHQ9IjE0LjE1NzEiIHJ4PSI3LjA3ODU2IiBmaWxsPSIjRkZERUQzIi8+CjxwYXRoIGQ9Ik0xMDUuNjk0IDEzMS4wODdMMTEwLjM2MSAxMzUuNzU0TTExMC4zNjEgMTM1Ljc1NEwxMTAuNDEzIDEzMi4wNzJNMTEwLjM2MSAxMzUuNzU0TDEwNi42NzkgMTM1LjgwNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjA2MTc4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHJlY3QgeD0iMTE0Ljg5OCIgeT0iMTMxLjA4NyIgd2lkdGg9IjE0LjE1NzEiIGhlaWdodD0iNC4yNDcxMyIgcng9IjEuNDE1NzEiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIyX2RfMTUwNV80MzYxKSI+CjxyZWN0IHg9Ijg4IiB5PSIyOC44NzYiIHdpZHRoPSIxMTYuNzk2IiBoZWlnaHQ9IjYzLjcwNyIgcng9IjcuNzg2NDEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNDAuMjAxMiIgd2lkdGg9Ijc0LjMyNDgiIGhlaWdodD0iNS42NjI4NSIgcng9IjIuODMxNDIiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNTIuMjM1MSIgd2lkdGg9IjM1LjM5MjgiIGhlaWdodD0iMTQuMTU3MSIgcng9IjcuMDc4NTYiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNzcuMDA5NSIgd2lkdGg9Ijk0LjE0NDgiIGhlaWdodD0iNS42NjI4NSIgcng9IjIuODMxNDIiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEwNS42OTYgNjEuOTA5MkwxMTAuMzYzIDU3LjI0Mk0xMTAuMzYzIDU3LjI0MkwxMDYuNjgyIDU3LjE5MDJNMTEwLjM2MyA1Ny4yNDJMMTEwLjQxNSA2MC45MjM5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMDYxNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxMTQuODk4IiB5PSI1Ny4xOTAyIiB3aWR0aD0iMTQuMTU3MSIgaGVpZ2h0PSI0LjI0NzEzIiByeD0iMS40MTU3MSIgZmlsbD0id2hpdGUiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjNfZF8xNTA1XzQzNjEpIj4KPHJlY3QgeD0iMjE2LjcwMyIgeT0iMTAyLjc3MiIgd2lkdGg9IjExNi43OTYiIGhlaWdodD0iNjMuNzA3IiByeD0iNy43ODY0MSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIyMjguMDI4IiB5PSIxMTQuMDk4IiB3aWR0aD0iNDUuMzAyOCIgaGVpZ2h0PSI1LjY2Mjg1IiByeD0iMi44MzE0MiIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjI4LjAyOCAxMzMuMjFDMjI4LjAyOCAxMjkuMzAxIDIzMS4xOTcgMTI2LjEzMiAyMzUuMTA3IDEyNi4xMzJIMjU2LjM0M0MyNjAuMjUyIDEyNi4xMzIgMjYzLjQyMSAxMjkuMzAxIDI2My40MjEgMTMzLjIxQzI2My40MjEgMTM3LjEyIDI2MC4yNTIgMTQwLjI4OSAyNTYuMzQzIDE0MC4yODlIMjM1LjEwN0MyMzEuMTk3IDE0MC4yODkgMjI4LjAyOCAxMzcuMTIgMjI4LjAyOCAxMzMuMjFaIiBmaWxsPSIjQjhFNkNBIi8+CjxwYXRoIGQ9Ik0yMzQuMzk5IDEzNS44MDZMMjM5LjA2NyAxMzEuMTM5TTIzOS4wNjcgMTMxLjEzOUwyMzUuMzg1IDEzMS4wODdNMjM5LjA2NyAxMzEuMTM5TDIzOS4xMTggMTM0LjgyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMDYxNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIyNDMuNjAyIiB5PSIxMzEuMDg3IiB3aWR0aD0iMTQuMTU3MSIgaGVpZ2h0PSI0LjI0NzEzIiByeD0iMS40MTU3MSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE1MDVfNDM2MSIgeD0iMjA1LjM3NyIgeT0iMjAuMzgxNyIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9kXzE1MDVfNDM2MSIgeD0iNzYuNjc0MyIgeT0iOTQuMjc4MiIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9kXzE1MDVfNDM2MSIgeD0iNzYuNjc0MyIgeT0iMjAuMzgxNyIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyM19kXzE1MDVfNDM2MSIgeD0iMjA1LjM3NyIgeT0iOTQuMjc4MiIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNTA1XzQzNjEiPgo8cmVjdCB3aWR0aD0iNDM1IiBoZWlnaHQ9IjE0NiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K"},86134:(e,t,i)=>{"use strict";i.d(t,{N$:()=>o,aO:()=>a,qB:()=>s});const s={BOXES:"boxes",COMPOSITE:"composite"},o={QUARTER:"quarter",HALF:"half",FULL:"full"},a="core/widgets"},88176:e=>{"use strict";e.exports=googlesitekit.widgets},88418:(e,t,i)=>{"use strict";i.d(t,{A:()=>ConnectModuleCTATile});var s=i(62688),o=i.n(s),a=i(82871),n=i(63696),r=i(50539),l=i(37226),c=i(86134),d=i(43427),g=i(92698),u=i(20898),m=i(23224),p=i(71032),I=i(62540);const y=(0,n.lazy)(()=>i.e(909).then(i.bind(i,4290)));function GhostCardGreenSVG(){return(0,I.jsx)(n.Suspense,{fallback:(0,I.jsx)(m.A,{width:"100%",height:"90px"}),children:(0,I.jsx)(p.A,{errorMessage:(0,a.__)("Failed to load graphic","google-site-kit"),children:(0,I.jsx)(y,{})})})}const h=(0,n.lazy)(()=>i.e(146).then(i.bind(i,6146)));function GhostCardRedSVG(){return(0,I.jsx)(n.Suspense,{fallback:(0,I.jsx)(m.A,{width:"100%",height:"90px"}),children:(0,I.jsx)(p.A,{errorMessage:(0,a.__)("Failed to load graphic","google-site-kit"),children:(0,I.jsx)(h,{})})})}var M=i(92473),A=i(25623);function ConnectModuleCTATile({moduleSlug:e}){const t=(0,g.A)(e),i=(0,r.useSelect)(t=>t(l.i).getModule(e)),s=(0,r.useSelect)(t=>t(l.i).getModuleIcon(e)),o=(0,r.useSelect)(e=>e(c.aO).getWidgets(d.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY)||[]).filter(t=>t.modules.includes(e)),m=A.G[o[0]?.slug],p=o.length>1;return i?(0,I.jsxs)("div",{className:`googlesitekit-widget--connectModuleCTATile googlesitekit-km-widget-tile ${p&&" googlesitekit-km-widget-tile--combined"}`,children:[!p&&(0,I.jsx)(M.A,{title:m?.title,infoTooltip:m?.description,loading:!1}),(0,I.jsx)("div",{className:"googlesitekit-km-widget-tile__body",children:(0,I.jsxs)("div",{className:"googlesitekit-km-connect-module-cta-tile",children:[s&&(0,I.jsx)("div",{className:"googlesitekit-km-connect-module-cta-tile__icon",children:(0,I.jsx)(s,{width:"32",height:"32"})}),(0,I.jsxs)("div",{className:"googlesitekit-km-connect-module-cta-tile__content",children:[(0,I.jsx)("p",{className:"googlesitekit-km-connect-module-cta-tile__text",children:p?(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("%s is disconnected, some of your metrics can’t be displayed","google-site-kit"),i.name):(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("%s is disconnected, metric can’t be displayed","google-site-kit"),i.name)}),(0,I.jsx)(u.A,{onClick:t,secondary:!0,children:(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Connect %s","google-site-kit"),i.name)})]})]})}),p&&(0,I.jsxs)(n.Fragment,{children:[(0,I.jsx)("div",{className:"googlesitekit-km-connect-module-cta-tile__ghost-card",children:(0,I.jsx)(GhostCardGreenSVG,{})}),(0,I.jsx)("div",{className:"googlesitekit-km-connect-module-cta-tile__ghost-card",children:(0,I.jsx)(GhostCardGreenSVG,{})}),(0,I.jsx)("div",{className:"googlesitekit-km-connect-module-cta-tile__ghost-card",children:(0,I.jsx)(GhostCardRedSVG,{})})]})]}):null}ConnectModuleCTATile.propTypes={moduleSlug:o().string.isRequired}},88933:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),s||(s=o.createElement("g",{fill:"none",fillRule:"evenodd"},o.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),o.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),o.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),o.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))))},89318:(e,t,i)=>{"use strict";i.d(t,{M9:()=>f,sx:()=>k,BI:()=>j});var s=i(17243);const o="_googlesitekitDataLayer",a="data-googlesitekit-gtag";function n(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var r=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:d,trackingEnabled:g,trackingID:u,referenceSiteURL:m,userIDHash:p,isAuthenticated:I,userRoles:y}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:h}=i.g,M={activeModules:c,trackingEnabled:g,trackingID:u,referenceSiteURL:m,userIDHash:p,isSiteKitScreen:d,userRoles:y,isAuthenticated:I,pluginVersion:h},{enableTracking:A,disableTracking:N,isTrackingEnabled:T,initializeSnippet:S,trackEvent:k,trackEventOnce:j}=function(e,t=i.g,c=i.g){const d={...l,...e};d.referenceSiteURL&&(d.referenceSiteURL=d.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(e,t){const s=n(t);let l;const{activeModules:c,referenceSiteURL:d,userIDHash:g,userRoles:u=[],isAuthenticated:m,pluginVersion:p}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${a}]`)),l)return!1;l=!0;const n=u?.length?u.join(","):"";s("js",new Date),s("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:d,plugin_version:p||"",enabled_features:Array.from(r.t).join(","),active_modules:c.join(","),authenticated:m?"1":"0",user_properties:{user_roles:n,user_identifier:g}});const I=t.createElement("script");return I.setAttribute(a,""),I.async=!0,I.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(I),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(d,t),u=function(e,t,i,s){const o=n(t);return async function(t,a,n,r){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:n,value:r};return new Promise(e=>{const i=setTimeout(function(){s.console.warn(`Tracking event "${a}" (category "${t}") took too long to fire.`),e()},1e3);function n(){clearTimeout(i),e()}o("event",a,{...c,event_callback:n}),s._gaUserPrefs?.ioo?.()&&n()})}}(d,t,g,c),m={};return{enableTracking:function(){d.trackingEnabled=!0},disableTracking:function(){d.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!d.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);m[t]||(m[t]=(0,s.once)(u)),m[t](...e)}}}(M);function f(e){e?A():N()}d&&g&&S()},89362:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){const[o,a]=(0,s.useState)(null);return(0,s.useEffect)(()=>{if(e.current&&"function"==typeof i.g.IntersectionObserver){function s(e){a(e[e.length-1])}const o=new i.g.IntersectionObserver(s,t);return o.observe(e.current),()=>{a(null),o.disconnect()}}return()=>{}},[e.current,t.threshold,t.root,t.rootMargin]),o}},89967:(e,t,i)=>{"use strict";i.d(t,{EW:()=>h,HX:()=>r.x6,Hl:()=>u,OS:()=>p,RE:()=>A,Xo:()=>M,Ze:()=>N,dQ:()=>I,mh:()=>m,uv:()=>y,yZ:()=>g});var s=i(32091),o=i.n(s),a=i(17243),n=i(72455),r=i(12850),l=i(40127),c=i(68326),d=i(71564);function g(e){return e===n.ZC||(0,r.x6)(e)}function u(e){return"string"==typeof e&&/^\d+$/.test(e)}function m(e){return e===n.to||u(e)}function p(e){return"string"==typeof e&&/^\d+$/.test(e)}function I(e){return e===n.Oh||p(e)}function y(e){return"string"==typeof e&&e.trim().length>0}function h(e){return"string"==typeof e&&/^G-[a-zA-Z0-9]+$/.test(e)}function M(e){return"string"==typeof e&&/^(G|GT|AW)-[a-zA-Z0-9]+$/.test(e)}function A(e){o()((0,a.isPlainObject)(e),"options for Analytics 4 report must be an object."),o()((0,l.O5)(e),"Either date range or start/end dates must be provided for Analytics 4 report.");const{metrics:t,dimensions:i,dimensionFilters:s,metricFilters:n,orderby:r}=(0,c.A)(e);o()(t.length,"Requests must specify at least one metric for an Analytics 4 report."),o()((0,d.Ig)(t),'metrics for an Analytics 4 report must be either a string, an array of strings, an object, an array of objects, or a mix of strings and objects. Objects must have a "name" property. Metric names must match the expression ^[a-zA-Z0-9_]+$.'),i&&o()((0,d.a2)(i),'dimensions for an Analytics 4 report must be either a string, an array of strings, an object, an array of objects, or a mix of strings and objects. Objects must have a "name" property.'),s&&o()((0,d.wA)(s),"dimensionFilters for an Analytics 4 report must be a map of dimension names as keys and dimension values as values."),n&&o()((0,d.Q3)(n),"metricFilters for an Analytics 4 report must be a map of metric names as keys and filter value(s) as numeric fields, depending on the filterType."),r&&o()((0,d.G4)(r),'orderby for an Analytics 4 report must be an array of OrderBy objects where each object should have either a "metric" or "dimension" property, and an optional "desc" property.')}function N(e){const t=["displayName","description","membershipDurationDays","eventTrigger","exclusionDurationMode","filterClauses"];o()((0,a.isPlainObject)(e),"Audience must be an object."),Object.keys(e).forEach(e=>{o()(t.includes(e),`Audience object must contain only valid keys. Invalid key: "${e}"`)}),["displayName","description","membershipDurationDays","filterClauses"].forEach(t=>{o()(e[t],`Audience object must contain required keys. Missing key: "${t}"`)}),o()((0,a.isArray)(e.filterClauses),"filterClauses must be an array with AudienceFilterClause objects.")}},90007:(e,t,i)=>{"use strict";i.d(t,{Q:()=>M,A:()=>BannerNotification});var s=i(4452),o=i.n(s),a=i(62688),n=i.n(a),r=i(50539),l=i(71423),c=i(7070),d=i(7184),g=i(30823),u=i(3782),m=i(29584),p=i(55527);const I="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",y="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var h=i(62540);const M={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=M.INFO,learnMoreLink:i,dismissButton:s,ctaButton:a,gaTrackingEventArgs:n,...g}){const u=(0,c.A)(e,n?.category),{dismissNotification:m}=(0,r.useDispatch)(l.D);let A=g?.svg;return A||t===M.INFO||(A={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===M.WARNING&&(A.desktop=I),t===M.ERROR&&(A.desktop=y)),(0,h.jsx)("div",{className:o()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,h.jsx)(p.xA,{className:"googlesitekit-page-content",children:(0,h.jsx)(p.fI,{children:(0,h.jsx)(p.fh,{size:12,children:(0,h.jsx)(d.A,{learnMoreLink:i&&{...i,onClick:async function(e){u.clickLearnMore(n?.label,n?.value),await(i?.onClick?.(e))}},dismissButton:s&&{...s,onClick:async function(t){await(s?.onClick?.(t)),u.dismiss(n?.label,n?.value),m(e,{...s?.dismissOptions})}},ctaButton:a&&{...a,onClick:async function(t){u.confirm(n?.label,n?.value),await(a?.onClick?.(t)),a?.dismissOnClick&&m(e,{...a?.dismissOptions})}},svg:A,...g})})})})})}BannerNotification.propTypes={notificationID:n().string.isRequired,type:n().oneOf(Object.values(M)),titleIcon:n().node,title:n().string,description:n().oneOfType([n().string,n().node]),learnMoreLink:n().shape(g.A.propTypes),dismissButton:n().shape(m.A.propTypes),ctaButton:n().shape(u.A.propTypes),gaTrackingEventArgs:n().shape({category:n().string,label:n().string,value:n().number})}},90399:(e,t,i)=>{"use strict";i.d(t,{QB:()=>AccountSelect,gx:()=>AdSenseLinkCTA,Ve:()=>N.Ay,kg:()=>ErrorNotices,TZ:()=>UseSnippetSwitch,Fv:()=>UserProfile});var s=i(63696),o=i(82871),a=i(49383),n=i(50539),r=i(12850),l=i(74179),c=i(77766),d=i(62540);function AccountSelect(){const e=`${(0,c.A)()}_adsense`,t=(0,n.useSelect)(e=>e(l.wl).getAccountID()),i=(0,n.useSelect)(e=>e(l.wl).getAccounts()),g=(0,n.useSelect)(e=>e(l.wl).hasFinishedResolution("getAccounts")),{setAccountID:u}=(0,n.useDispatch)(l.wl),m=(0,s.useCallback)((i,s)=>{const o=s.dataset.value;t!==o&&(u(o),(0,r.sx)(e,"change_account"))},[t,e,u]);return g?(0,d.jsx)(a.Select,{className:"googlesitekit-adsense__select-account",label:(0,o.__)("Account","google-site-kit"),value:t,onEnhancedChange:m,enhanced:!0,outlined:!0,children:(i||[]).map(({_id:e,displayName:t},i)=>(0,d.jsx)(a.Option,{value:e,children:t},i))}):(0,d.jsx)(a.ProgressBar,{small:!0})}var g=i(4884),u=i(93896);function AdSenseLinkCTA({onClick:e=()=>{}}){const t=(0,n.useSelect)(e=>e(u.O4).getGoogleSupportURL({path:"/adsense/answer/6084409"}));return(0,d.jsx)(g.A,{title:(0,o.__)("Link Analytics and AdSense","google-site-kit"),description:(0,o.__)("Get reports for your top earning pages by linking your Analytics and AdSense accounts","google-site-kit"),ctaLink:t,ctaLabel:(0,o.__)("Learn more","google-site-kit"),onClick:e,ctaLinkExternal:!0})}var m=i(30679),p=i(62688),I=i.n(p);function ErrorNotices({hasButton:e=!1}){return(0,d.jsx)(m.A,{hasButton:e,moduleSlug:"adsense",storeName:l.wl})}ErrorNotices.propTypes={hasButton:I().bool};var y=i(58116);function UserProfile(){const e=(0,n.useSelect)(e=>e(y.oR).getEmail()),t=(0,n.useSelect)(e=>e(y.oR).getPicture());return(0,n.useSelect)(e=>e(y.oR).hasFinishedResolution("getUser"))?(0,d.jsxs)("p",{className:"googlesitekit-setup-module__user",children:[(0,d.jsx)("img",{className:"googlesitekit-setup-module__user-image",src:t,alt:""}),(0,d.jsx)("span",{className:"googlesitekit-setup-module__user-email",children:e})]}):(0,d.jsx)(a.ProgressBar,{small:!0})}var h=i(79257),M=i(2362),A=i(80035);function UseSnippetSwitch(e){const{label:t=(0,o.__)("Let Site Kit place AdSense code on your site","google-site-kit"),checkedMessage:i,uncheckedMessage:g,saveOnChange:u}=e,m=`${(0,c.A)()}_adsense`,p=(0,n.useSelect)(e=>e(l.wl).getUseSnippet()),I=(0,n.useSelect)(e=>e(l.wl).isDoingSubmitChanges()),{setUseSnippet:y,saveSettings:N}=(0,n.useDispatch)(l.wl),T=(0,s.useCallback)(async()=>{y(!p),u&&await N()},[p,u,y,N]);return(0,h.A)(()=>{(0,r.sx)(m,p?"enable_tag":"disable_tag")},[m,p]),void 0===p?null:(0,d.jsxs)(s.Fragment,{children:[(0,d.jsxs)("div",{className:"googlesitekit-setup-module__switch",children:[(0,d.jsx)(a.Switch,{label:t,onClick:T,checked:p,disabled:I,hideLabel:!1})," ",(0,d.jsx)(M.A,{className:"googlesitekit-badge--primary",label:(0,o.__)("Recommended","google-site-kit")})]}),p&&i&&(0,d.jsx)(A.A,{className:"googlesitekit-notice--bottom-margin",type:A.A.TYPES.INFO,description:i}),!p&&g&&(0,d.jsx)(A.A,{className:"googlesitekit-notice--bottom-margin",type:A.A.TYPES.INFO,description:g})]})}UseSnippetSwitch.propTypes={label:I().string,checkedMessage:I().string,uncheckedMessage:I().string,saveOnChange:I().bool},UseSnippetSwitch.defaultProps={saveOnChange:!1};i(64843);var N=i(56929);i(83945)},91560:(e,t,i)=>{"use strict";i.d(t,{A:()=>u});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(13606),l=i(82871),c=i(20898),d=i(35323),g=i(62540);function SourceLink({name:e,href:t,className:i,external:s}){return(0,d.A)()?null:(0,g.jsx)("div",{className:n()("googlesitekit-source-link",i),children:(0,r.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,g.jsx)(c.A,{href:t,external:s},"link")})})}SourceLink.propTypes={name:o().string,href:o().string,className:o().string,external:o().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const u=SourceLink},91865:(e,t,i)=>{"use strict";i.d(t,{A:()=>DataBlockGroup});var s=i(31589),o=i(15844),a=i(63696),n=i(50787),r=i(62540);function DataBlockGroup({className:e,children:t}){const l=(0,a.useRef)();function c(e,t){e.forEach(e=>{const i=e?.querySelector(".googlesitekit-data-block__datapoint");i&&(i.style.fontSize=t)})}const d=(0,n.d)(function(){const e=l?.current?.querySelectorAll(".googlesitekit-data-block");if(!e?.length)return;let t=1;if(c(e,""),e.forEach(e=>{const i=e.querySelector(".googlesitekit-data-block__datapoint");if(!i)return;const s=i?.parentElement?.offsetWidth;if(i.scrollWidth>s){const e=s/i.scrollWidth,o=Math.floor(10*e)/10;o<t&&(t=o)}}),t<1&&t>0){const s=parseInt(i.g?.getComputedStyle(e[0].querySelector(".googlesitekit-data-block__datapoint"))?.fontSize,10),o=Math.floor(s*t);c(e,`${Math.max(o,14)}px`)}},50);return(0,s.A)("resize",d),(0,o.A)(()=>{d()}),(0,r.jsx)("div",{ref:l,className:e,children:t})}},92473:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileHeader});var s=i(62688),o=i.n(s),a=i(10953),n=i(16834),r=i(15167),l=i(62540);function MetricTileHeader({title:e,infoTooltip:t,loading:i}){return(0,l.jsxs)("div",{className:"googlesitekit-km-widget-tile__title-container",children:[(0,l.jsx)(r.A,{as:"h3",size:"small",type:"label",className:"googlesitekit-km-widget-tile__title",children:e}),i?(0,l.jsx)(n.A,{children:(0,l.jsx)(a.A,{title:t})}):(0,l.jsx)(a.A,{title:t})]})}MetricTileHeader.propTypes={title:o().string,infoTooltip:o().oneOfType([o().string,o().element]),loading:o().bool}},92698:(e,t,i)=>{"use strict";i.d(t,{A:()=>u});var s=i(63696),o=i(50539),a=i(93896),n=i(58116),r=i(37226),l=i(45472),c=i(21134),d=i(89318),g=i(77766);function u(e){const t=(0,g.A)(),i=(0,o.useSelect)(t=>t(r.i).getModule(e)),u=(0,o.useSelect)(e=>e(n.oR).hasCapability(n.HD)),{activateModule:m}=(0,o.useDispatch)(r.i),{navigateTo:p}=(0,o.useDispatch)(l.M),{setInternalServerError:I}=(0,o.useDispatch)(a.O4),y=(0,s.useCallback)(async()=>{const{error:i,response:s}=await m(e);i?I({id:`${e}-setup-error`,description:i.message}):(await(0,d.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),p(s.moduleReauthURL))},[m,e,p,I,t]);return i?.name&&u?y:null}},93431:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 173 152"},e),s||(s=o.createElement("g",{fill:"none",fillRule:"evenodd"},o.createElement("path",{fill:"#FBBC04",d:"M107.91 41.72c7.73-13.22 3.14-30.12-10.24-37.75S67.18.87 59.45 14.09c-.35.59-.66 1.2-.96 1.81l-26.1 44.66q-.435.66-.84 1.35c-.27.46-.52.93-.76 1.4L3.67 110.1l48.45 27.16 26.98-46.4q.435-.66.84-1.35c.27-.46.52-.93.76-1.39l26.11-44.67c.38-.57.76-1.14 1.1-1.73"}),o.createElement("path",{fill:"#34A853",d:"M52.34 137.11c-7.68 13.43-25 18.38-38.31 10.62s-18.02-24.57-10.34-38 24.86-18.39 38.16-10.64 18.18 24.59 10.49 38.02"}),o.createElement("path",{fill:"#4285F4",d:"M158.79 51.86c-13.23-7.62-30.15-3.1-37.79 10.1l-27.66 47.8c-7.64 13.2-3.11 30.08 10.13 37.7 13.23 7.62 30.15 3.1 37.79-10.1l27.66-47.8c7.63-13.2 3.1-30.08-10.13-37.7"}))))},93896:(e,t,i)=>{"use strict";i.d(t,{O4:()=>s,OQ:()=>a,qc:()=>o});const s="core/site",o="primary",a="secondary"},94552:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:s}){return(0,r.jsx)("svg",{className:n()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:s,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},95267:(e,t,i)=>{"use strict";i.d(t,{A:()=>PageHeader});var s=i(4452),o=i.n(s),a=i(62688),n=i.n(a),r=i(55527),l=i(24560),c=i(18418),d=i(84385),g=i(15167),u=i(62540);function PageHeader(e){const{title:t,icon:i,className:s,status:a,statusText:n,fullWidth:m,children:p}=e,I=m?{size:12}:{smSize:4,mdSize:4,lgSize:6},y=""!==a||Boolean(p);return(0,u.jsx)("header",{className:"googlesitekit-page-header",children:(0,u.jsxs)(r.fI,{children:[t&&(0,u.jsxs)(r.fh,{...I,children:[i,(0,u.jsx)(g.A,{as:"h1",className:o()("googlesitekit-page-header__title",s),size:"medium",type:"title",children:t})]}),y&&(0,u.jsx)(r.fh,{smSize:4,mdSize:4,lgSize:6,alignBottom:!0,mdAlignRight:!0,children:(0,u.jsxs)("div",{className:"googlesitekit-page-header__details",children:[a&&(0,u.jsxs)("span",{className:o()("googlesitekit-page-header__status",`googlesitekit-page-header__status--${a}`),children:[n,(0,u.jsx)(d.A,{children:"connected"===a?(0,u.jsx)(l.A,{width:10,height:8}):(0,u.jsx)(c.A,{width:2,height:12})})]}),p]})})]})})}PageHeader.propTypes={title:n().string,icon:n().node,className:n().string,status:n().string,statusText:n().string,fullWidth:n().bool},PageHeader.defaultProps={title:"",icon:null,className:"googlesitekit-heading-3",status:"",statusText:"",fullWidth:!1}},96820:(e,t,i)=>{"use strict";i.d(t,{A:()=>d,v:()=>c});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(82871),l=i(62540);const c={DEFAULT:"default",OVERLAY:"overlay",SMALL:"small",SMALL_OVERLAY:"small-overlay",LARGE:"large"};function GatheringDataNotice({style:e}){return(0,l.jsx)("div",{className:n()("googlesitekit-gathering-data-notice",{[`googlesitekit-gathering-data-notice--has-style-${e}`]:!!e}),children:(0,l.jsx)("span",{children:(0,r.__)("Gathering data…","google-site-kit")})})}GatheringDataNotice.propTypes={style:o().oneOf(Object.values(c))};const d=GatheringDataNotice},97029:(e,t,i)=>{"use strict";i.d(t,{A:()=>M});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(63696),l=i(96820),c=i(12850),d=i(62540);function Sparkline({sparkline:e,invertChangeColor:t}){let i=e;return i&&t&&(i=(0,r.cloneElement)(e,{invertChangeColor:t})),(0,d.jsx)("div",{className:"googlesitekit-data-block__sparkline",children:i})}Sparkline.propTypes={sparkline:o().element,invertChangeColor:o().bool};const g=Sparkline;var u=i(2362),m=i(82871),p=i(94552);function Change({change:e,changeDataUnit:t,period:i,invertChangeColor:s}){let o=e;return t&&(o="%"===t?(0,c.Eo)(e,{style:"percent",signDisplay:"never",maximumFractionDigits:1}):(0,c.Eo)(e,t)),i&&(o=(0,m.sprintf)(i,o)),(0,d.jsxs)("div",{className:n()("googlesitekit-data-block__change",{"googlesitekit-data-block__change--no-change":!e}),children:[!!e&&(0,d.jsx)("span",{className:"googlesitekit-data-block__arrow",children:(0,d.jsx)(p.A,{direction:0<parseFloat(e)?"up":"down",invertColor:s})}),(0,d.jsx)("span",{className:"googlesitekit-data-block__value",children:o})]})}Change.propTypes={change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),period:o().string,invertChangeColor:o().bool};const I=Change;var y=i(91560),h=i(15167);function Content({title:e="",datapoint:t=null,datapointUnit:i="",change:s=null,changeDataUnit:o="",period:a="",source:n,sparkline:l,invertChangeColor:m=!1,gatheringData:p=!1,badge:M}){const A=void 0===t?t:(0,c.Eo)(t,i);return(0,d.jsxs)(r.Fragment,{children:[(0,d.jsxs)("div",{className:"googlesitekit-data-block__title-datapoint-wrapper",children:[(0,d.jsxs)(h.A,{as:"h3",size:"small",type:"title",className:" googlesitekit-subheading-1 googlesitekit-data-block__title ",children:[!0===M?(0,d.jsx)(u.A,{"aria-hidden":"true",className:"googlesitekit-badge--hidden",label:"X"}):M,(0,d.jsx)("span",{className:"googlesitekit-data-block__title-inner",children:e})]}),!p&&(0,d.jsx)("div",{className:"googlesitekit-data-block__datapoint",children:(0,d.jsx)("span",{className:"googlesitekit-data-block__datapoint--resize",children:A})})]}),!p&&l&&(0,d.jsx)(g,{sparkline:l,invertChangeColor:m}),!p&&(0,d.jsxs)("div",{className:"googlesitekit-data-block__change-source-wrapper",children:[(0,d.jsx)(I,{change:s,changeDataUnit:o,period:a,invertChangeColor:m}),n&&(0,d.jsx)(y.A,{className:"googlesitekit-data-block__source",name:n.name,href:n.link,external:n?.external})]})]})}function DataBlock({stat:e=null,className:t="",title:i="",datapoint:s=null,datapointUnit:o="",change:a=null,changeDataUnit:c="",context:g="default",period:u="",selected:m=!1,source:p,sparkline:I,handleStatSelection:y=null,invertChangeColor:h=!1,gatheringData:M=!1,gatheringDataNoticeStyle:A=l.v.DEFAULT,badge:N}){const T=(0,r.useCallback)(()=>{!M&&y&&y(e)},[M,y,e]),S=(0,r.useCallback)(e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),T())},[T]),k="button"===g,j=k?"button":"";return(0,d.jsxs)("div",{className:n()("googlesitekit-data-block",t,`googlesitekit-data-block--${g}`,{"googlesitekit-data-block--selected":m,"googlesitekit-data-block--is-gathering-data":M}),tabIndex:k&&!M?"0":"-1",role:y&&j,onClick:T,onKeyDown:S,"aria-disabled":M||void 0,"aria-label":y&&i,"aria-pressed":y&&m,children:[(0,d.jsx)(Content,{title:i,datapoint:s,datapointUnit:o,change:a,changeDataUnit:c,period:u,source:p,sparkline:I,invertChangeColor:h,gatheringData:M,badge:N}),M&&(0,d.jsx)(l.A,{style:A})]})}Content.propTypes={title:o().string,datapoint:o().oneOfType([o().string,o().number]),datapointUnit:o().string,change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),period:o().string,source:o().object,sparkline:o().element,invertChangeColor:o().bool,gatheringData:o().bool,badge:o().oneOfType([o().bool,o().node])},DataBlock.propTypes={stat:o().number,className:o().string,title:o().string,datapoint:o().oneOfType([o().string,o().number]),datapointUnit:o().string,change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),context:o().string,period:o().string,selected:o().bool,source:o().object,sparkline:o().element,handleStatSelection:o().func,invertChangeColor:o().bool,gatheringData:o().bool,gatheringDataNoticeStyle:o().oneOf(Object.values(l.v)),badge:o().oneOfType([o().bool,o().node])};const M=DataBlock},97398:(e,t,i)=>{"use strict";i.d(t,{Y:()=>s});const s="search-console"},98748:(e,t,i)=>{"use strict";i.d(t,{A:()=>SurveyViewTrigger});var s=i(63696),o=i(62688),a=i.n(o),n=i(50539),r=i(58116);function SurveyViewTrigger({triggerID:e,ttl:t=0}){const{triggerSurvey:i}=(0,n.useDispatch)(r.oR);return(0,s.useEffect)(()=>{i(e,{ttl:t})},[e,t,i]),null}SurveyViewTrigger.propTypes={triggerID:a().string.isRequired,ttl:a().number}},99235:(e,t,i)=>{"use strict";i.d(t,{l:()=>o});var s=i(78174);function o(e,t,i){(0,s.A)(i=>e.includes(i.keyCode)&&t.current.contains(i.target),i)}},99449:(e,t,i)=>{"use strict";i.d(t,{M:()=>n});var s=i(32091),o=i.n(s),a=i(12850);function n(e){const{startDate:t,endDate:i,compareStartDate:s,compareEndDate:n}=e;o()((0,a.Qr)(t),"A valid startDate is required."),o()((0,a.Qr)(i),"A valid endDate is required.");const r={"_u.date00":t.replace(/-/g,""),"_u.date01":i.replace(/-/g,"")};return(s||n)&&(o()((0,a.Qr)(s)&&(0,a.Qr)(n),"Valid compareStartDate and compareEndDate values are required."),r["_u.date10"]=s.replace(/-/g,""),r["_u.date11"]=n.replace(/-/g,"")),r}},99455:(e,t,i)=>{"use strict";i.d(t,{A:()=>g});var s,o=i(82871),a=i(88933),n=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const l=e=>n.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 21"},e),s||(s=n.createElement("path",{fill:"#5F6368",d:"M62.09 1.664h3.038v.1L58.34 9.593l7.241 10.224v.1H62.7L56.755 11.4 53.95 14.64v5.278h-2.351V1.664h2.35v9.415h.1zM69.985 3.117c0 .454-.167.853-.488 1.175-.322.322-.71.488-1.176.488-.455 0-.854-.166-1.175-.488a1.6 1.6 0 0 1-.488-1.175c0-.466.166-.854.488-1.176s.71-.488 1.175-.488c.455 0 .854.166 1.176.488.332.333.487.72.487 1.176m-.477 4.313v12.498h-2.351V7.43zM77.016 20.128c-1.02 0-1.864-.31-2.54-.943q-1.014-.948-1.031-2.628V9.57h-2.196V7.43h2.196V3.603h2.35V7.43h3.061v2.14h-3.06v6.222c0 .831.166 1.397.488 1.696.321.3.687.444 1.097.444.189 0 .366-.022.555-.067.188-.044.344-.1.499-.166l.743 2.096c-.632.222-1.342.333-2.162.333M2.673 18.952C1.375 18.009.488 16.678 0 14.97l2.883-1.176c.289 1.076.799 1.94 1.542 2.628.732.677 1.619 1.02 2.65 1.02.965 0 1.774-.244 2.45-.742.677-.5 1.01-1.187 1.01-2.052 0-.798-.3-1.453-.887-1.974q-.883-.781-3.094-1.564l-1.22-.432Q3.371 9.997 2.04 8.716C1.153 7.862.71 6.742.71 5.346c0-.966.266-1.853.787-2.673S2.75 1.209 3.693.72C4.624.244 5.678 0 6.864 0c1.708 0 3.072.41 4.081 1.242 1.02.832 1.697 1.752 2.04 2.795L10.236 5.2c-.2-.621-.576-1.164-1.142-1.63-.565-.477-1.286-.71-2.173-.71s-1.641.222-2.251.676-.91 1.032-.91 1.742c0 .676.278 1.22.82 1.663.544.432 1.398.854 2.563 1.253l1.22.41c1.674.577 2.96 1.342 3.88 2.274.921.931 1.376 2.184 1.376 3.748 0 1.275-.322 2.34-.976 3.193a6 6 0 0 1-2.495 1.919 8 8 0 0 1-3.116.621c-1.62 0-3.072-.466-4.358-1.408M15.969 3.449a1.95 1.95 0 0 1-.588-1.43c0-.566.2-1.043.588-1.431A1.95 1.95 0 0 1 17.399 0c.566 0 1.043.2 1.43.588.389.388.588.865.588 1.43 0 .566-.2 1.043-.587 1.43a1.95 1.95 0 0 1-1.43.589c-.566-.012-1.043-.2-1.431-.588m-.067 2.595h2.994v13.883h-2.994zM25.406 19.85c-.544-.2-.987-.466-1.331-.788-.776-.776-1.176-1.84-1.176-3.182V8.683h-2.428v-2.64h2.428V2.13h2.994v3.926h3.372v2.639h-3.372v6.531c0 .743.145 1.276.433 1.575.277.366.743.543 1.42.543.31 0 .576-.044.82-.122q.35-.116.765-.399v2.917c-.599.277-1.32.41-2.173.41a5 5 0 0 1-1.753-.3M33.623 19.407a6.63 6.63 0 0 1-2.529-2.628c-.61-1.12-.909-2.373-.909-3.77 0-1.332.3-2.551.887-3.693.588-1.132 1.409-2.04 2.462-2.706s2.251-1.01 3.593-1.01c1.397 0 2.606.311 3.637.921a6.1 6.1 0 0 1 2.34 2.528c.532 1.076.799 2.274.799 3.627 0 .255-.023.576-.078.953H33.179c.111 1.287.566 2.285 1.375 2.983a4.16 4.16 0 0 0 2.817 1.043c.854 0 1.597-.189 2.218-.588a4.27 4.27 0 0 0 1.508-1.597l2.528 1.198q-.981 1.713-2.561 2.694c-1.054.655-2.318.976-3.782.976q-2.046.033-3.66-.931m7.23-8.051a3.3 3.3 0 0 0-.466-1.453c-.277-.477-.687-.887-1.242-1.208-.554-.322-1.23-.488-2.03-.488-.964 0-1.773.288-2.439.853-.665.566-1.12 1.342-1.375 2.296z"})));var c=i(16834),d=i(62540);const g=function Logo(){return(0,d.jsxs)("div",{className:"googlesitekit-logo","aria-hidden":"true",children:[(0,d.jsx)(a.A,{className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),(0,d.jsx)(l,{className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),(0,d.jsx)(c.A,{children:(0,o.__)("Site Kit by Google Logo","google-site-kit")})]})}},99620:(e,t,i)=>{"use strict";i.d(t,{A:()=>I});var s=i(62688),o=i.n(s),a=i(4452),n=i.n(a),r=i(63696),l=i(55527),c=i(20898),d=i(15167),g=i(62540);class LayoutHeader extends r.Component{render(){const{title:e,badge:t,ctaLabel:i,ctaLink:s}=this.props,o=s?{alignMiddle:!0,smSize:4,lgSize:6}:{alignMiddle:!0,smSize:4,mdSize:8,lgSize:12};return(0,g.jsx)("header",{className:"googlesitekit-layout__header",children:(0,g.jsx)(l.xA,{children:(0,g.jsxs)(l.fI,{children:[e&&(0,g.jsx)(l.fh,{...o,children:(0,g.jsxs)(d.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-subheading-1 googlesitekit-layout__header-title",children:[e,t]})}),s&&(0,g.jsx)(l.fh,{smSize:4,lgSize:6,alignMiddle:!0,mdAlignRight:!0,children:(0,g.jsx)(c.A,{href:s,external:!0,children:i})})]})})})}}LayoutHeader.propTypes={title:o().string,badge:o().node,ctaLabel:o().string,ctaLink:o().string},LayoutHeader.defaultProps={title:"",badge:null,ctaLabel:"",ctaLink:""};const u=LayoutHeader;var m=i(91560);class LayoutFooter extends r.Component{render(){const{ctaLabel:e,ctaLink:t,footerContent:i}=this.props;return(0,g.jsx)("footer",{className:"googlesitekit-layout__footer",children:(0,g.jsx)(l.xA,{children:(0,g.jsx)(l.fI,{children:(0,g.jsxs)(l.fh,{size:12,children:[t&&e&&(0,g.jsx)(m.A,{className:"googlesitekit-data-block__source",name:e,href:t,external:!0}),i]})})})})}}LayoutFooter.propTypes={ctaLabel:o().string,ctaLink:o().string};const p=LayoutFooter;class Layout extends r.Component{render(){const{header:e,footer:t,children:i,title:s,badge:o,headerCTALabel:a,headerCTALink:r,footerCTALabel:l,footerCTALink:c,footerContent:d,className:m,fill:I,relative:y,rounded:h=!1,transparent:M=!1,...A}=this.props;return(0,g.jsxs)("div",{className:n()("googlesitekit-layout",m,{"googlesitekit-layout--fill":I,"googlesitekit-layout--relative":y,"googlesitekit-layout--rounded":h,"googlesitekit-layout--transparent":M}),...A,children:[e&&(0,g.jsx)(u,{title:s,badge:o,ctaLabel:a,ctaLink:r}),i,t&&(0,g.jsx)(p,{ctaLabel:l,ctaLink:c,footerContent:d})]})}}Layout.propTypes={header:o().bool,footer:o().bool,children:o().node.isRequired,title:o().string,badge:o().node,headerCTALabel:o().string,headerCTALink:o().string,footerCTALabel:o().string,footerCTALink:o().string,footerContent:o().node,className:o().string,fill:o().bool,relative:o().bool,rounded:o().bool,transparent:o().bool},Layout.defaultProps={header:!1,footer:!1,title:"",badge:null,headerCTALabel:"",headerCTALink:"",footerCTALabel:"",footerCTALink:"",footerContent:null,className:"",fill:!1,relative:!1};const I=Layout},99897:(e,t,i)=>{"use strict";i.d(t,{A_:()=>d,DF:()=>u,L1:()=>m,M0:()=>n,Mc:()=>r,Ok:()=>c,U9:()=>l,iW:()=>a,ue:()=>o,wq:()=>s,xR:()=>g});const s=1,o=2,a=3,n="enhanced-measurement-activation-banner-tooltip-state",r="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",d="_r..dataFilters",g="_r..nav",u="key-metrics-connect-ga4-cta-widget",m="analytics-4"}},e=>{e.O(0,[660],()=>{return t=41969,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-modules-analytics-4-b55732b33a3e8ecabb92.js 0000755 00002514616 15111634507 0020460 0 ustar 00 (globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[290,841],{133:(e,t,i)=>{"use strict";i.d(t,{B:()=>a});i(72455);function a(e){return 400===e?.code&&e?.message?.includes("is not a valid dimension")}},245:(e,t,i)=>{"use strict";i.d(t,{cN:()=>l,yD:()=>d});var a=i(32091),s=i.n(a),o=i(84024),n=i(28994),r=i(72455);function l({siteName:e,siteURL:t,timezone:i},a=Intl.DateTimeFormat().resolvedOptions().timeZone){s()((0,o.m)(t),"A valid siteURL is required.");const{hostname:l,pathname:c}=new URL(t);return{accountName:e||l,propertyName:`${l}${c}`.replace(/\/$/,""),dataStreamName:l,countryCode:n.hd[i]||n.hd[a],timezone:n.hd[i]?i:a,[r.aj]:!0}}function c(e){const t=e.account?.match(/accounts\/([^/]+)/),i=t?.[1];return{...e,_id:i}}function d(e){return Array.isArray(e)?e.map(e=>({...c(e),propertySummaries:(e.propertySummaries||[]).map(e=>function(e){const t=e.property?.match(/properties\/([^/]+)/),i=t?.[1],a=e.parent?.match(/accounts\/([^/]+)/),s=a?.[1];return{...e,_id:i,_accountID:s}}(e))})):e}},311:(e,t,i)=>{"use strict";i.d(t,{A:()=>r});var a=i(62688),s=i.n(a),o=i(15167),n=i(62540);function WidgetHeaderTitle({title:e}){return(0,n.jsx)(o.A,{className:"googlesitekit-widget__header-title",as:"h3",type:"title",size:"small",children:e})}WidgetHeaderTitle.propTypes={title:s().string.isRequired};const r=WidgetHeaderTitle},674:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a,s,o=i(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 22 22"},e),a||(a=o.createElement("path",{fillRule:"evenodd",d:"m12.149 7.96-5.166 5.166a.34.34 0 0 0-.094.176l-.35 1.755a.344.344 0 0 0 .404.404l1.755-.35a.34.34 0 0 0 .175-.095l5.166-5.165zm2.301-1.814a1.03 1.03 0 0 0-1.458 0L6.497 12.64a1.03 1.03 0 0 0-.282.527l-.35 1.755a1.03 1.03 0 0 0 1.213 1.213l1.754-.35c.2-.04.383-.139.527-.283l6.495-6.494a1.03 1.03 0 0 0 0-1.459z",clipRule:"evenodd"})),s||(s=o.createElement("path",{d:"m12.149 7.96.117-.116a.165.165 0 0 0-.234 0zm-5.166 5.166-.116-.116zm-.094.176.162.033zm-.35 1.755.161.032zm.404.404.032.162zm1.755-.35.032.161zm.175-.095.117.117zm5.166-5.165.116.116a.165.165 0 0 0 0-.233zm-1.047-3.705.116.116zm1.458 0-.116.116zM6.497 12.64l.117.117zm-.282.527-.162-.032zm-.35 1.755.161.032zm1.213 1.213-.033-.162zm1.754-.35.033.161zm.527-.283.117.117zm6.495-6.494-.117-.117zm0-1.459.117-.116zm-3.822.295L6.867 13.01l.233.233 5.166-5.165zM6.867 13.01a.5.5 0 0 0-.14.26l.324.065a.2.2 0 0 1 .05-.092zm-.14.26-.35 1.754.323.065.351-1.755zm-.35 1.754a.51.51 0 0 0 .598.599l-.064-.324a.18.18 0 0 1-.21-.21zm.598.599 1.755-.35-.065-.325-1.754.351zm1.755-.35a.5.5 0 0 0 .26-.14l-.233-.233a.2.2 0 0 1-.092.048zm.26-.14 5.165-5.166-.233-.233L8.757 14.9zm3.042-7.055 1.89 1.89.233-.234-1.89-1.89zm1.076-1.816a.866.866 0 0 1 1.226 0l.233-.233a1.196 1.196 0 0 0-1.692 0zm-6.494 6.495 6.494-6.495-.233-.233-6.494 6.495zm-.237.443a.87.87 0 0 1 .237-.443l-.233-.233c-.167.167-.281.38-.328.61zm-.35 1.754.35-1.754-.324-.065-.35 1.755zm1.018 1.02a.866.866 0 0 1-1.019-1.02l-.323-.065a1.196 1.196 0 0 0 1.407 1.408zm1.755-.351-1.755.35.065.324 1.755-.35zm.443-.237a.87.87 0 0 1-.443.237l.065.323c.231-.046.444-.16.611-.327zm6.494-6.495-6.494 6.495.233.233 6.495-6.494zm0-1.225a.866.866 0 0 1 0 1.225l.234.234a1.196 1.196 0 0 0 0-1.692zm-1.403-1.404 1.403 1.404.234-.233-1.404-1.404z"})))},718:(e,t,i)=>{"use strict";i.d(t,{gy:()=>SelectionPanelFooter,W4:()=>SelectionPanelHeader,y3:()=>SelectionPanelItem,DW:()=>SelectionPanelItems,Ay:()=>b});var a=i(4452),s=i.n(a),o=i(62688),n=i.n(o),r=i(4544),l=i.n(r),c=i(21795),d=i(78174),g=i(63696),u=i(19266),m=i(14007),p=i(62540);function SideSheet({className:e,children:t,isOpen:i,isLoading:a,onOpen:o=()=>{},closeSheet:n=()=>{},focusTrapOptions:r={}}){const y=(0,g.useRef)();return(0,g.useEffect)(()=>{i?(o(),document.body.classList.add("googlesitekit-side-sheet-scroll-lock")):document.body.classList.remove("googlesitekit-side-sheet-scroll-lock")},[i,o]),(0,c.A)(y,n),(0,d.A)(e=>i&&u._f===e.keyCode,n),(0,p.jsxs)(m.A,{children:[(0,p.jsx)(l(),{active:!!i&&!a,focusTrapOptions:{fallbackFocus:"body",...r},children:(0,p.jsx)("section",{ref:y,className:s()("googlesitekit-side-sheet",e,{"googlesitekit-side-sheet--open":i}),role:"dialog","aria-modal":"true","aria-hidden":!i,tabIndex:"0",children:t})}),i&&(0,p.jsx)("span",{className:"googlesitekit-side-sheet-overlay"})]})}function SelectionPanel({children:e,isOpen:t,isLoading:i,onOpen:a,closePanel:o,className:n}){const r=n?.split(/\s+/).map(e=>`.${e}`).join(""),l=r?`${r} .googlesitekit-selection-panel-item .googlesitekit-selection-box input`:".googlesitekit-selection-panel-item .googlesitekit-selection-box input";return(0,p.jsx)(SideSheet,{className:s()("googlesitekit-selection-panel",n),isOpen:t,isLoading:i,onOpen:a,closeSheet:o,focusTrapOptions:{initialFocus:l},children:e})}SideSheet.propTypes={className:n().string,children:n().node,isOpen:n().bool,isLoading:n().bool,onOpen:n().func,closeSheet:n().func,focusTrapOptions:n().object},SelectionPanel.propTypes={children:n().node,isOpen:n().bool,isLoading:n().bool,onOpen:n().func,closePanel:n().func,className:n().string};var y=i(20898),I=i(72545),h=i(15167);function SelectionPanelHeader({children:e,title:t,onCloseClick:i}){return(0,p.jsxs)("header",{className:"googlesitekit-selection-panel-header",children:[(0,p.jsxs)("div",{className:"googlesitekit-selection-panel-header__row",children:[(0,p.jsx)(h.A,{as:"h3",size:"small",type:"headline",children:t}),(0,p.jsx)(y.A,{className:"googlesitekit-selection-panel-header__close",onClick:i,linkButton:!0,children:(0,p.jsx)(I.A,{width:"15",height:"15"})})]}),e]})}SelectionPanelHeader.propTypes={children:n().node,title:n().string,onCloseClick:n().func};var A=i(82871),M=i(49383);function SelectionBox({badge:e,checked:t,children:i,disabled:a,id:o,onChange:n,title:r,value:l}){return(0,p.jsx)("div",{className:s()("googlesitekit-selection-box",{"googlesitekit-selection-box--disabled":a}),children:(0,p.jsx)(M.Checkbox,{checked:t,description:i,disabled:a,id:o,name:o,onChange:n,value:l,badge:e,children:r})})}SelectionBox.propTypes={badge:n().node,checked:n().bool,children:n().node,disabled:n().bool,id:n().string,onChange:n().func,title:n().string,value:n().string};var f=i(2362);function SelectionPanelItem({children:e,id:t,slug:i,title:a,description:s,isItemSelected:o,isItemDisabled:n,onCheckboxChange:r,subtitle:l,suffix:c,badge:d,isNewlyDetected:g}){return(0,p.jsxs)("div",{className:"googlesitekit-selection-panel-item",children:[(0,p.jsxs)(SelectionBox,{badge:d,checked:o,disabled:n,id:t,onChange:r,title:a,value:i,children:[l&&(0,p.jsx)("span",{className:"googlesitekit-selection-panel-item__subtitle",children:l}),s,e]}),g&&(0,p.jsx)(f.A,{label:(0,A.__)("New","google-site-kit")}),c&&(0,p.jsx)("span",{className:"googlesitekit-selection-panel-item__suffix",children:c})]})}function SelectionPanelItems({currentSelectionTitle:e=(0,A.__)("Current selection","google-site-kit"),availableItemsTitle:t=(0,A.__)("Additional items","google-site-kit"),savedItemSlugs:i=[],availableSavedItems:a={},availableUnsavedItems:s={},ItemComponent:o,notice:n}){function r(e){return Object.keys(e).map(t=>(0,p.jsx)(o,{slug:t,savedItemSlugs:i,...e[t]},t))}const l=Object.keys(s).length;return(0,p.jsxs)("div",{className:"googlesitekit-selection-panel-items",children:[0!==i.length&&(0,p.jsxs)(g.Fragment,{children:[(0,p.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:e}),(0,p.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:r(a)}),l>0&&(0,p.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:t})]}),l>0&&(0,p.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:r(s)}),n]})}SelectionPanelItem.propTypes={children:n().node,id:n().string,slug:n().string,title:n().string,description:n().string,isItemSelected:n().bool,isItemDisabled:n().bool,onCheckboxChange:n().func,subtitle:n().string,suffix:n().node,badge:n().node,isNewlyDetected:n().bool},SelectionPanelItems.propTypes={currentSelectionTitle:n().string,availableItemsTitle:n().string,savedItemSlugs:n().array,availableSavedItems:n().object,availableUnsavedItems:n().object,ItemComponent:n().elementType,notice:n().node};var S=i(17243),N=i(13606),T=i(50539),D=i(12850),v=i(72455),j=i(23224),_=i(80035);function SelectionPanelFooter({savedItemSlugs:e=[],selectedItemSlugs:t=[],saveSettings:i=()=>{},itemLimitError:a,minSelectedItemCount:s=0,maxSelectedItemCount:o=0,isBusy:n,onSaveSuccess:r=()=>{},onCancel:l=()=>{},isOpen:c,closePanel:d=()=>{}}){const[u,m]=(0,g.useState)(null),[y,I]=(0,g.useState)(!1),h=(0,T.useSelect)(e=>e(v.K9).isFetchingSyncAvailableAudiences()),f=(0,g.useMemo)(()=>!(0,S.isEqual)((0,D.N9)(t),(0,D.N9)(e)),[e,t]),b=e?.length>0&&f?(0,A.__)("Apply changes","google-site-kit"):(0,A.__)("Save selection","google-site-kit"),k=(0,g.useCallback)(async()=>{const{error:e}=await i(t);e||(r(),d(),m(b),I(!0))},[i,t,r,d,b]),C=(0,g.useCallback)(()=>{d(),l()},[d,l]),[E,x]=(0,g.useState)(null);(0,g.useEffect)(()=>{null!==E&&E!==c&&c&&(m(null),I(!1)),x(c)},[c,E]);const w=t?.length||0,R=h?(0,p.jsx)(j.A,{width:"89px",height:"20px"}):(0,p.jsx)("p",{className:"googlesitekit-selection-panel-footer__item-count",children:(0,N.A)((0,A.sprintf)(/* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ /* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ (0,A.__)("%1$d selected <MaxCount>(up to %2$d)</MaxCount>","google-site-kit"),w,o),{MaxCount:(0,p.jsx)("span",{className:"googlesitekit-selection-panel-footer__item-count--max-count"})})});return(0,p.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,p.jsxs)("div",{className:"googlesitekit-selection-panel-footer__content",children:[f&&a?(0,p.jsx)(_.A,{type:_.A.TYPES.ERROR,description:a}):R,(0,p.jsxs)("div",{className:"googlesitekit-selection-panel-footer__actions",children:[(0,p.jsx)(M.Button,{onClick:C,disabled:n,tertiary:!0,children:(0,A.__)("Cancel","google-site-kit")}),(0,p.jsx)(M.SpinnerButton,{onClick:k,isSaving:n,disabled:w<s||w>o||n||!c&&y,children:u||b})]})]})})}SelectionPanelFooter.propTypes={savedItemSlugs:n().array,selectedItemSlugs:n().array,saveSettings:n().func,itemLimitError:n().string,minSelectedItemCount:n().number,maxSelectedItemCount:n().number,isBusy:n().bool,onSaveSuccess:n().func,onCancel:n().func,isOpen:n().bool,closePanel:n().func};const b=SelectionPanel},1102:(e,t,i)=>{"use strict";i.d(t,{w:()=>r});var a=i(35470),s=i(63696),o=i(2422);function n(){}function r(e,t){const i=(0,o.W)({sticky:!0}),r=(0,s.useRef)(),l=(0,s.useCallback)(e,t),c=(0,a.A)(i?l:n);return i&&(r.current=c),r.current}},2362:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var a=i(4452),s=i.n(a),o=i(62688),n=i.n(o),r=i(63696),l=i(62540);const c=(0,r.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...a},o)=>(0,l.jsx)("span",{ref:o,...a,className:s()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:n().string.isRequired,hasLeftSpacing:n().bool};const d=c},2390:(e,t,i)=>{"use strict";i.d(t,{A:()=>SpinnerButton,k:()=>d});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(25874),l=i(9341),c=i(62540);const d={BEFORE:"before",AFTER:"after"};function SpinnerButton(e){const{className:t,onClick:i=()=>{},isSaving:a=!1,spinnerPosition:s=d.AFTER,...o}=e;return(0,c.jsx)(r.A,{className:n()(t,"googlesitekit-button-icon--spinner",{"googlesitekit-button-icon--spinner__running":a,"googlesitekit-button-icon--spinner__before":s===d.BEFORE,"googlesitekit-button-icon--spinner__after":s===d.AFTER}),icon:a&&s===d.BEFORE?(0,c.jsx)(l.A,{size:14}):void 0,trailingIcon:a&&s===d.AFTER?(0,c.jsx)(l.A,{size:14}):void 0,onClick:i,...o})}SpinnerButton.propTypes={className:s().string,onClick:s().func,isSaving:s().bool,spinnerPosition:s().oneOf(Object.values(d))}},2422:(e,t,i)=>{"use strict";i.d(t,{W:()=>l});var a=i(79257),s=i(35470),o=i(63696),n=i(6732),r=i(7081);function l({sticky:e=!1}={}){const t=(0,o.useContext)(n.A),[i,l]=(0,o.useState)(!1),c=(0,s.A)(e=>e(r.n).getInViewResetCount()),d=(0,s.A)(e=>e(r.n).getValue("forceInView"));return(0,o.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,o.useEffect)(()=>{d&&l(!0)},[d]),(0,a.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2478:(e,t,i)=>{"use strict";i.d(t,{A:()=>ChangeBadge});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(12850),l=i(62540);function ChangeBadge(e){const{previousValue:t,currentValue:i,isAbsolute:a}=e,s=a?i-t:(0,r.Zf)(t,i),o=s<0,c=0===s;return null===s?null:(0,l.jsx)("div",{className:n()("googlesitekit-change-badge",{"googlesitekit-change-badge--negative":o,"googlesitekit-change-badge--zero":c}),children:(0,r.Eo)(s,{style:"percent",signDisplay:"exceptZero",maximumFractionDigits:1})})}ChangeBadge.propTypes={isAbsolute:s().bool,previousValue:s().number.isRequired,currentValue:s().number.isRequired}},2522:(e,t,i)=>{"use strict";i.d(t,{D:()=>o});var a=i(32091),s=i.n(a);function o(e,{dateRangeLength:t}){s()(Array.isArray(e),"report must be an array to partition."),s()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3170:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22 19"},e),a||(a=s.createElement("path",{fill:"currentColor",d:"M0 19h22L11 0zm12-3h-2v-2h2zm0-4h-2V8h2z"})))},3687:(e,t,i)=>{"use strict";i.d(t,{U:()=>y});var a=i(32091),s=i.n(a),o=i(17243),n=i(21125),r=i(71769),l=i(12850),c=i(50539);function d(e){return e}function g(){return{}}function u(){}const{clearError:m,receiveError:p}=n.o1;function y({baseName:e,controlCallback:t,reducerCallback:i=d,argsToParams:a=g,validateParams:n=u}){let y;s()(e,"baseName is required."),s()("function"==typeof t,"controlCallback is required and must be a function."),s()("function"==typeof i,"reducerCallback must be a function."),s()("function"==typeof a,"argsToParams must be a function."),s()("function"==typeof n,"validateParams must be a function.");try{n(a()),y=!1}catch(e){y=!0}const I=(0,r.m2)(e),h=(0,r.sP)(e),A=`FETCH_${h}`,M=`START_${A}`,f=`FINISH_${A}`,S=`CATCH_${A}`,N=`RECEIVE_${h}`,T=`fetch${I}`,D=`receive${I}`,v=`isFetching${I}`,j={[v]:{}};const _={[T](...t){const i=a(...t);return n(i),function*(t,i){let a,s;yield{payload:{params:t},type:M},yield m(e,i);try{a=yield{payload:{params:t},type:A},yield _[D](a,t),yield{payload:{params:t},type:f}}catch(a){s=a,yield p(s,e,i),yield{payload:{params:t},type:S}}return{response:a,error:s}}(i,t)},[D]:(e,t)=>(s()(void 0!==e,"response is required."),y?(s()((0,o.isPlainObject)(t),"params is required."),n(t)):t={},{payload:{response:e,params:t},type:N})},b={[A]:({payload:e})=>t(e.params)},k=(0,c.createReducer)((e,{type:t,payload:a})=>{switch(t){case M:{const{params:t}=a;return e[v]=e[v]||{},e[v][(0,l.Zm)(t)]=!0,e}case N:{const{response:t,params:s}=a;return i(e,t,s)}case f:{const{params:t}=a;return e[v]=e[v]||{},e[v][(0,l.Zm)(t)]=!1,e}case S:{const{params:t}=a;return e[v]=e[v]||{},e[v][(0,l.Zm)(t)]=!1,e}default:return e}});return{initialState:j,actions:_,controls:b,reducer:k,resolvers:{},selectors:{[v]:(e,...t)=>{if(void 0===e[v])return!1;let i;try{i=a(...t),n(i)}catch(e){return!1}return!!e[v][(0,l.Zm)(i)]}}}}},3714:(e,t,i)=>{"use strict";i.d(t,{Kk:()=>o,SZ:()=>a,Yw:()=>n,oJ:()=>r,tT:()=>s});const a="body",s=[a,"display","headline","label","title"],o="small",n="medium",r=[o,n,"large"]},3782:(e,t,i)=>{"use strict";i.d(t,{A:()=>CTAButton});var a=i(62688),s=i.n(a),o=i(49383),n=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:a,onClick:s,href:r}){return e&&(s||r)?(0,n.jsx)(o.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||a,isSaving:a,onClick:s,href:r,children:e}):null}CTAButton.propTypes={label:s().string,ariaLabel:s().string,disabled:s().bool,inProgress:s().bool,onClick:s().func,href:s().string,dismissOnClick:s().bool,dismissOptions:s().shape({expiresInSeconds:s().number,skipHidingFromQueue:s().bool})}},4445:(e,t,i)=>{"use strict";i.d(t,{A:()=>g});var a=i(62688),s=i.n(a),o=i(63696),n=i(81276),r=i(49383),l=i(8420),c=i(62540);let d=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const a=(0,o.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):d;e&&document.body.contains(e)&&e.focus(),t||(d=null)})},[t]),s=(0,n.A)(e);return(0,o.useEffect)(()=>(!0===s&&!1===e&&a(),()=>{a()}),[s,e,a]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(d=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:s().bool,refocusQuerySelector:s().string,...r.Dialog.propTypes};const g=RefocusableModalDialog},4518:(e,t,i)=>{"use strict";i.d(t,{$J:()=>l,Hp:()=>c,Od:()=>d,_8:()=>r,gZ:()=>n});var a=i(17243),s=i(32947),o=i(12850);function n(e,t){if(!t?.length)return e;let i=[];return e?.length&&(i=e[0].reduce((e,t,i)=>t?.role?[...e,i]:e,[])),e.map(e=>e.filter((e,a)=>0===a||t.includes(a-1)||i.includes(a-1)))}function r(e,t,i,a){const s={height:e||t,width:i||a};return s.width&&!s.height&&(s.height="100%"),s.height&&!s.width&&(s.width="100%"),s}function l(e,t,i){const a=[...e||[]];return t&&a.push({eventName:"ready",callback:t}),i&&a.push({eventName:"select",callback:i}),a}function c(e,{gatheringData:t,chartType:i,startDate:n,endDate:r,breakpoint:l}){const c=(0,a.cloneDeep)(e);if(t&&"LineChart"===i&&(e?.vAxis?.viewWindow?.min||(0,a.set)(c,"vAxis.viewWindow.min",0),e?.vAxis?.viewWindow?.max||(0,a.set)(c,"vAxis.viewWindow.max",100),e?.hAxis?.viewWindow?.min||((0,a.set)(c,"hAxis.viewWindow.min",(0,o.XH)(n)),delete c.hAxis.ticks),e?.hAxis?.viewWindow?.max||((0,a.set)(c,"hAxis.viewWindow.max",(0,o.XH)(r)),delete c.hAxis.ticks)),"LineChart"===i){if(e?.hAxis?.maxTextLines||(0,a.set)(c,"hAxis.maxTextLines",1),!e?.hAxis?.minTextSpacing){const e=l===s.mp?50:100;(0,a.set)(c,"hAxis.minTextSpacing",e)}void 0===e?.tooltip?.isHtml&&((0,a.set)(c,"tooltip.isHtml",!0),(0,a.set)(c,"tooltip.trigger","both"))}return(0,a.merge)(c,{hAxis:{textStyle:{fontSize:10,color:"#5f6561"}},vAxis:{textStyle:{color:"#5f6561",fontSize:10}},legend:{textStyle:{color:"#131418",fontSize:12}}}),c}function d(e,t=(0,o.JK)()){const i=Intl.NumberFormat(t,{style:"currency",currency:e}).formatToParts(1e6);return i.reduce((e,t)=>{const{value:s}=t;switch(t.type){case"group":return e+",";case"decimal":return e+".";case"currency":return e+s;case"literal":return e+(/^\s*$/.test(s)?s:"");case"integer":const o=s.replace(/\d/g,"#");return e+((0,a.findLast)(i,({type:e})=>"integer"===e)===t?o.replace(/#$/,"0"):o);case"fraction":return e+s.replace(/\d/g,"0");default:return e}},"")}},4869:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__=function(e){if("string"==typeof e&&e.match(/[0-9]{8}/)){const t=e.slice(0,4),i=Number(e.slice(4,6))-1,a=e.slice(6,8);return new Date(t,i.toString(),a)}return!1}},4884:(e,t,i)=>{"use strict";i.d(t,{A:()=>g});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(49383),l=i(20898),c=i(15167),d=i(62540);function CTA({title:e,headerText:t,headerContent:i,description:a,ctaLink:s,ctaLabel:o,ctaLinkExternal:g,ctaType:u,error:m,onClick:p,"aria-label":y,children:I}){return(0,d.jsxs)("div",{className:n()("googlesitekit-cta",{"googlesitekit-cta--error":m}),children:[(t||i)&&(0,d.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,d.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),i]}),(0,d.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,d.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),a&&"string"==typeof a&&(0,d.jsx)("p",{className:"googlesitekit-cta__description",children:a}),a&&"string"!=typeof a&&(0,d.jsx)("div",{className:"googlesitekit-cta__description",children:a}),o&&"button"===u&&(0,d.jsx)(r.Button,{"aria-label":y,href:s,onClick:p,children:o}),o&&"link"===u&&(0,d.jsx)(l.A,{href:s,onClick:p,"aria-label":y,external:g,hideExternalIndicator:g,arrow:!0,children:o}),I]})]})}CTA.propTypes={title:s().string.isRequired,headerText:s().string,description:s().oneOfType([s().string,s().node]),ctaLink:s().string,ctaLinkExternal:s().bool,ctaLabel:s().string,ctaType:s().string,"aria-label":s().string,error:s().bool,onClick:s().func,children:s().node,headerContent:s().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const g=CTA},6464:(e,t,i)=>{"use strict";i.d(t,{i:()=>n});var a=i(63696),s=i(11106),o=i(65214);function n(e){const t=(0,a.useContext)(s.A);return(0,o.G)(e,t)}},6732:(e,t,i)=>{"use strict";i.d(t,{A:()=>a});const a=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{"use strict";i.d(t,{A:()=>n});var a=i(63696),s=i(77766),o=i(12850);function n(e,t,{viewAction:i="view_notification",confirmAction:n="confirm_notification",dismissAction:r="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,s.A)(),d=null!=t?t:`${c}_${e}`;return{view:(0,a.useCallback)((...e)=>(0,o.sx)(d,i,...e),[d,i]),confirm:(0,a.useCallback)((...e)=>(0,o.sx)(d,n,...e),[d,n]),dismiss:(0,a.useCallback)((...e)=>(0,o.sx)(d,r,...e),[d,r]),clickLearnMore:(0,a.useCallback)((...e)=>(0,o.sx)(d,l,...e),[d,l])}}},7081:(e,t,i)=>{"use strict";i.d(t,{F:()=>s,n:()=>a});const a="core/ui",s="activeContextID"},7184:(e,t,i)=>{"use strict";i.d(t,{A:()=>I});var a=i(4452),s=i.n(a),o=i(62688),n=i.n(o),r=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:s()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:s()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:n().string,children:n().node},Title.propTypes={className:n().string,children:n().node};var d=i(12850),g=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:a,children:o}){return(0,c.jsxs)("div",{className:s()("googlesitekit-banner__description",e),children:[(0,r.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(g.A,{...i}),a&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:a}),o]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:s()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:n().string,description:n().oneOfType([n().string,n().node]),learnMoreLink:n().shape(g.A.propTypes),additionalDescription:n().oneOfType([n().string,n().node]),children:n().node},HelpText.propTypes={className:n().string,children:n().node};var u=i(3782),m=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:s()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:n().string,children:n().node};var p=i(80035);const y=(0,r.forwardRef)(({className:e,titleIcon:t,title:i,description:a,additionalDescription:o,errorText:n,helpText:r,learnMoreLink:d,dismissButton:g,ctaButton:y,svg:I,footer:h},A)=>{const M=(0,l.dv)(),f=M===l.mp||M===l.Lg;let S=null;f&&I?.mobile?S=I.mobile:!f&&I?.desktop&&(S=I.desktop);const N=I?.verticalPosition?I.verticalPosition:"center";return(0,c.jsxs)("div",{ref:A,className:s()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:a,learnMoreLink:d,additionalDescription:o}),r&&(0,c.jsx)(HelpText,{children:r}),n&&(0,c.jsx)(p.A,{type:"error",description:n}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[y&&(0,c.jsx)(u.A,{...y}),g?.onClick&&(0,c.jsx)(m.A,{...g})]})]}),S&&(0,c.jsx)("div",{className:s()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${N}`]:N}),style:{backgroundImage:`url(${S})`}}),h&&(0,c.jsx)(Footer,{children:h})]})});y.propTypes={titleIcon:n().node,title:n().string,description:n().oneOfType([n().string,n().node]),additionalDescription:n().oneOfType([n().string,n().node]),errorText:n().string,helpText:n().string,learnMoreLink:n().shape(g.A.propTypes),dismissButton:n().shape(m.A.propTypes),ctaButton:n().shape(u.A.propTypes),svg:n().shape({desktop:n().elementType,mobile:n().elementType,verticalPosition:n().oneOf(["top","center","bottom"])}),footer:n().node};const I=y},8143:(e,t,i)=>{"use strict";i.d(t,{VZ:()=>o,dc:()=>n,pH:()=>s,r0:()=>r});var a=i(84024);function s(e){try{return new URL(e).pathname}catch{}return null}function o(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function n(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function r(e,t){if(!(0,a.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),s=e.replace(i.origin,"");if(s.length<t)return s;const o=s.length-Math.floor(t)+1;return"…"+s.substr(o)}},8420:(e,t,i)=>{"use strict";i.d(t,{A:()=>m});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(52684),l=i(13606),c=i(82871),d=i(49383),g=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:a=null,onClose:s=null,title:o=null,provides:m,handleConfirm:p,subtitle:y,confirmButton:I=null,dependentModules:h,danger:A=!1,inProgress:M=!1,small:f=!1,medium:S=!1,buttonLink:N=null}){const T=`googlesitekit-dialog-description-${(0,r.A)(ModalDialog)}`,D=!(!m||!m.length);return(0,u.jsxs)(d.Dialog,{open:t,onOpen:a,onClose:s,"aria-describedby":D?T:void 0,tabIndex:"-1",className:n()(e,{"googlesitekit-dialog-sm":f,"googlesitekit-dialog-md":S}),children:[(0,u.jsxs)(d.DialogTitle,{children:[A&&(0,u.jsx)(g.A,{width:28,height:28}),o]}),y?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:y}):[],(0,u.jsxs)(d.DialogContent,{children:[D&&(0,u.jsx)("section",{id:T,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:m.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),h&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),h),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(d.DialogFooter,{children:[(0,u.jsx)(d.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:M,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),N?(0,u.jsx)(d.Button,{href:N,onClick:p,target:"_blank",danger:A,children:I}):(0,u.jsx)(d.SpinnerButton,{onClick:p,danger:A,disabled:M,isSaving:M,children:I||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:s().string,dialogActive:s().bool,handleDialog:s().func,handleConfirm:s().func.isRequired,onOpen:s().func,onClose:s().func,title:s().string,confirmButton:s().string,danger:s().bool,small:s().bool,medium:s().bool,buttonLink:s().string};const m=ModalDialog},9341:(e,t,i)=>{"use strict";i.d(t,{A:()=>CircularProgress});var a=i(75762),s=i(62540);function CircularProgress(e){return(0,s.jsx)(a.A,{...e})}},9652:(e,t,i)=>{"use strict";i.d(t,{A:()=>RecoverableModules});var a=i(62688),s=i.n(a),o=i(82871),n=i(50539),r=i(37226),l=i(4884),c=i(62540);function RecoverableModules({moduleSlugs:e}){const t=(0,n.useSelect)(t=>{const i=t(r.i).getModules();if(void 0!==i)return e.map(e=>i[e].name)});if(void 0===t)return null;const i=1===t.length?(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s data was previously shared by an admin who no longer has access. Please contact another admin to restore it.","google-site-kit"),t[0]):(0,o.sprintf)(/* translators: %s: List of module names */ /* translators: %s: List of module names */ (0,o.__)("The data for the following modules was previously shared by an admin who no longer has access: %s. Please contact another admin to restore it.","google-site-kit"),t.join((0,o._x)(", ","Recoverable modules","google-site-kit")));return(0,c.jsx)(l.A,{title:(0,o.__)("Data Unavailable","google-site-kit"),description:i})}RecoverableModules.propTypes={moduleSlugs:s().arrayOf(s().string).isRequired}},10953:(e,t,i)=>{"use strict";i.d(t,{A:()=>InfoTooltip});var a,s=i(4452),o=i.n(s),n=i(62688),r=i.n(n),l=i(49383),c=i(63696);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},d.apply(null,arguments)}const g=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),a||(a=c.createElement("path",{fill:"currentColor",d:"M7.334 11.333h1.333v-4H7.334zM8.001 6a.658.658 0 0 0 .667-.667.6.6 0 0 0-.2-.467.6.6 0 0 0-.467-.2.66.66 0 0 0-.667.667q0 .284.183.483A.7.7 0 0 0 8.001 6m0 8.666a6.6 6.6 0 0 1-2.6-.516 6.9 6.9 0 0 1-2.117-1.434A6.9 6.9 0 0 1 1.851 10.6 6.6 6.6 0 0 1 1.334 8q0-1.385.517-2.6a6.9 6.9 0 0 1 1.433-2.117q.9-.9 2.117-1.417A6.4 6.4 0 0 1 8 1.333q1.383 0 2.6.533a6.6 6.6 0 0 1 2.116 1.417q.9.9 1.417 2.117.533 1.215.533 2.6 0 1.383-.533 2.6a6.6 6.6 0 0 1-1.417 2.116 6.9 6.9 0 0 1-2.116 1.434 6.6 6.6 0 0 1-2.6.516m0-1.333q2.233 0 3.783-1.55T13.334 8t-1.55-3.784-3.783-1.55-3.784 1.55T2.667 8t1.55 3.783 3.784 1.55"})));var u=i(62540);function InfoTooltip({onOpen:e,title:t,tooltipClassName:i}){return t?(0,u.jsx)(l.Tooltip,{className:"googlesitekit-info-tooltip",tooltipClassName:o()("googlesitekit-info-tooltip__content",i),title:t,placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,onOpen:e,interactive:!0,children:(0,u.jsx)("span",{children:(0,u.jsx)(g,{width:"16",height:"16"})})}):null}InfoTooltip.propTypes={onOpen:r().func,title:r().oneOfType([r().string,r().element]),tooltipClassName:r().string}},11106:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var a=i(63696),s=i(65214);const o=(0,a.createContext)(s.t)},11345:(e,t,i)=>{"use strict";i.d(t,{A:()=>ReportError});var a=i(62688),s=i.n(a),o=i(17243),n=i(63696),r=i(82871),l=i(50539),c=i(37226),d=i(67150),g=i(65311),u=i(15210),m=i(4884),p=i(35902),y=i(35323),I=i(77967),h=i(62540);function ReportError({moduleSlug:e,error:t}){const i=(0,y.A)(),a=(0,l.useSelect)(t=>t(c.i).getModule(e)),s=Array.isArray(t)?t:[t];let A;function M(e){return(0,d.SG)(e)?i?(A=(0,r.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,r.__)("Access lost to %s","google-site-kit"),a?.name),(0,r.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,r.__)("The administrator sharing this module with you has lost access to the %s service, so you won’t be able to see stats from it on the Site Kit dashboard. You can contact them or another administrator to restore access.","google-site-kit"),a?.name)):(A=(0,r.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,r.__)("Insufficient permissions in %s","google-site-kit"),a?.name),(0,g.c)(e.message,a)):(0,d.e4)(e)}const f=(0,o.uniqWith)(s.map(e=>({...e,message:M(e),reconnectURL:e.data?.reconnectURL})),(e,t)=>e.message===t.message&&e.reconnectURL===t.reconnectURL),S=s.some(e=>(0,d.SG)(e));S||1!==f.length?!S&&f.length>1&&(A=(0,r.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,r.__)("Data errors in %s","google-site-kit"),a?.name)):A=(0,r.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,r.__)("Data error in %s","google-site-kit"),a?.name);const N=(0,h.jsx)(n.Fragment,{children:f.map(e=>{const t=e?.data?.reconnectURL;return t?(0,h.jsx)(I.A,{error:e,message:e.message},e.message):(0,h.jsx)("p",{children:u.O.sanitize(e.message,{ALLOWED_TAGS:[]})},e.message)})});return(0,h.jsx)(m.A,{title:A,description:N,error:!0,children:(0,h.jsx)(p.A,{moduleSlug:e,error:t})})}ReportError.propTypes={moduleSlug:s().string.isRequired,error:s().oneOfType([s().arrayOf(s().object),s().object]).isRequired}},11965:(e,t,i)=>{"use strict";i.d(t,{N:()=>d,g:()=>g});var a=i(32091),s=i.n(a),o=i(17243),n=i(42926),r=i(84024),l=i(44451),c=i(93896);function d(e,t){const i=t.find(t=>t.test(e));return!!i&&i.exec(e)[1]}const g=(0,o.memoize)(async({homeURL:e,ampMode:t})=>{s()((0,r.m)(e),"homeURL must be valid URL");const i=[e];if(c.OQ===t)try{const e=await(0,n.A)({path:"/wp/v2/posts?per_page=1"}).then(e=>e.slice(0,1).map(e=>(0,l.F)(e.link,{amp:1})).pop());e&&i.push(e)}catch{return i}return i})},11997:(e,t,i)=>{"use strict";function a(e,...t){return e.reduce((e,i,a)=>e+i+encodeURIComponent(t[a]||""),"")}i.d(t,{U:()=>a})},12108:(e,t,i)=>{"use strict";i.d(t,{YJ:()=>o,Eq:()=>n});var a=i(32947),s=i(17243);function o(e,t){const a=document.querySelector(e);if(!a)return 0;const s=a.getBoundingClientRect().top,o=n(t);return s+i.g.scrollY-o}function n(e){let t=function(e){let t=0;const o=document.querySelector(".googlesitekit-header");t=o&&"sticky"===i.g.getComputedStyle(o).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===a.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==a.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,s.isFinite)(e)?e:0}(t),t<0?0:t}(e);const o=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(o).reduce((e,t)=>e+t.offsetHeight,0),t}},12850:(e,t,i)=>{"use strict";i.d(t,{tt:()=>v,Jg:()=>D,Gp:()=>N,GH:()=>S,r0:()=>T,Du:()=>j,Zf:()=>V,Cn:()=>Z,G7:()=>I,vH:()=>y,N_:()=>w,zh:()=>H,mK:()=>d.mK,Ql:()=>_,vY:()=>z,sq:()=>k,VZ:()=>P.VZ,JK:()=>d.JK,IS:()=>E,pH:()=>P.pH,kf:()=>B,O5:()=>x,Qr:()=>b,x6:()=>O,K5:()=>d.K5,S_:()=>p,dc:()=>P.dc,Eo:()=>d.Eo,jq:()=>d.jq,DK:()=>U.D,N9:()=>W,p9:()=>o.p,XH:()=>C,Zm:()=>l,sx:()=>s.sx,BI:()=>s.BI,CZ:()=>o.C,BG:()=>F});var a=i(17243),s=i(89318),o=i(82046),n=i(10523),r=i.n(n);function l(e){return r()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let a=e[i];a&&"object"==typeof a&&!Array.isArray(a)&&(a=c(a)),t[i]=a}),t}var d=i(79829);function g(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function m(e){return e.replace(/\n/gi,"<br>")}function p(e){const t=[g,u,m];let i=e;for(const e of t)i=e(i);return i}function y(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function I(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var h=i(32091),A=i.n(h),M=i(82871);const f="Date param must construct to a valid date instance or be a valid date instance itself.",S="Invalid dateString parameter, it must be a string.",N='Invalid date range, it must be a string with the format "last-x-days".',T=60,D=60*T,v=24*D,j=7*v;function _(){function e(e){return(0,M.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,M._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function b(e=""){if(!(0,a.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,a.isDate)(t)&&!isNaN(t)}function k(e){A()((0,a.isDate)(e)&&!isNaN(e),f);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function C(e){A()(b(e),S);const[t,i,a]=e.split("-");return new Date(t,i-1,a)}function E(e,t){return k(w(e,t*v))}function x(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function w(e,t){A()(b(e)||(0,a.isDate)(e)&&!isNaN(e),S);const i=b(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var R=i(69743),L=i(94552),G=i(62540);function z(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,R.Ay)((0,G.jsx)(L.A,{direction:e>0?"up":"down",invertColor:i}))}function Z(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var P=i(8143);function O(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function B(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function W(e){return Array.isArray(e)?[...e].sort():e}var U=i(2522);function V(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const a=(t-e)/e;return Number.isNaN(a)||!Number.isFinite(a)?null:a}function F(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function H(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,a.unescape)(t)}},13620:e=>{"use strict";e.exports=googlesitekit.modules},14007:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(47209),s=i(62688),o=i.n(s),n=i(63696),r=i(78325);function Portal({children:e,slug:t}){const[i]=(0,n.useState)(document.createElement("div"));return(0,a.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,r.createPortal)(e,i)}Portal.propTypes={slug:o().string,children:o().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15135:(e,t,i)=>{"use strict";i.d(t,{Gr:()=>n,We:()=>l,Y2:()=>r});var a=i(86134),s=i(73549),o=i(9652);const n={[a.N$.QUARTER]:3,[a.N$.HALF]:6,[a.N$.FULL]:12},r="googlesitekit-hidden",l=[s.A,o.A]},15167:(e,t,i)=>{"use strict";i.d(t,{A:()=>Typography});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:a="span",children:s,...o}){return(0,l.jsx)(a,{className:n()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&r.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&r.oJ.includes(i)}),...o,children:s})}Typography.propTypes={className:s().string,type:s().oneOf(r.tT),size:s().oneOf(r.oJ),as:s().oneOfType([s().string,s().elementType])}},15210:(e,t,i)=>{"use strict";i.d(t,{O:()=>s});var a=i(31234);const s=i.n(a)()(i.g)},15577:(e,t,i)=>{"use strict";i.d(t,{SO:()=>c});var a=i(55620),s=i(99123);const o={},n=void 0===i.g?null:i.g;function r(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=o){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[d,g]=(0,a._)("undefined"==typeof document?[l,c]:r,t,i);function u(){return g(r)}return(0,s.A)(n,"resize",u),(0,s.A)(n,"orientationchange",u),d}function c(e){return l(e)[0]}},15863:(e,t,i)=>{"use strict";i.d(t,{i:()=>n});var a=i(63696),s=i(50539),o=i(7081);function n(e){const{setValue:t}=(0,s.useDispatch)(o.n);return(0,a.useCallback)(()=>{t("admin-screen-tooltip",{isTooltipVisible:!0,...e})},[t,e])}},16196:(e,t,i)=>{"use strict";i.d(t,{A:()=>r});var a=i(50539),s=i(37226),o=i(71769),n=i(62540);function r({moduleName:e,FallbackComponent:t,IncompleteComponent:i}){return r=>{function WhenActiveComponent(o){const l=(0,a.useSelect)(t=>t(s.i).getModule(e),[e]);if(!l)return null;const c=t||o.WidgetNull||null;if(!1===l.active)return c&&(0,n.jsx)(c,{...o});if(!1===l.connected){const e=i||c;return e&&(0,n.jsx)(e,{...o})}return(0,n.jsx)(r,{...o})}return WhenActiveComponent.displayName=`When${(0,o.Uf)(e)}Active`,(r.displayName||r.name)&&(WhenActiveComponent.displayName+=`(${r.displayName||r.name})`),WhenActiveComponent}}},16679:(e,t,i)=>{"use strict";i.d(t,{A:()=>EntityOwnershipChangeNotice});var a=i(62688),s=i.n(a),o=i(82871),n=i(50539),r=i(37226),l=i(58116),c=i(12850),d=i(80035),g=i(62540);function EntityOwnershipChangeNotice({slug:e}){const t=Array.isArray(e)?e:[e],i=(0,n.useSelect)(e=>{const{getModuleStoreName:i,getSharedRoles:a}=e(r.i);return t.filter(e=>!!a(e)?.length).reduce((e,t)=>{const a=i(t);return a?{...e,[t]:a}:e},{})}),a=(0,n.useSelect)(e=>Object.keys(i).reduce((t,a)=>{const s=i[a],o=e(s)?.getOwnerID(),n=e(l.oR).getID(),r=e(s)?.haveOwnedSettingsChanged();return r&&o!==n&&(t[a]=r),t},{})),s=Object.values(a).some(e=>e),u=(0,n.useSelect)(e=>Object.keys(a).reduce((t,i)=>{const a=e(r.i).getModule(i);return a&&t.push(a.name),t},[]));return s?(0,g.jsx)(d.A,{className:"googlesitekit-notice--bottom-margin",type:d.A.TYPES.WARNING,description:(0,o.sprintf)(/* translators: %s: module name. */ /* translators: %s: module name. */ (0,o.__)("By clicking confirm changes, you’re granting other users view-only access to data from %s via your Google account. You can always manage this later in the dashboard sharing settings.","google-site-kit"),(0,c.K5)(u))}):null}EntityOwnershipChangeNotice.propTypes={slug:s().oneOfType([s().string,s().arrayOf(s().string)]).isRequired}},16834:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,r.jsx)("span",{...i,className:n()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:s().string,children:s().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},17569:(e,t,i)=>{"use strict";i.d(t,{A:()=>EnhancedMeasurementSwitch});var a=i(4452),s=i.n(a),o=i(62688),n=i.n(o),r=i(15844),l=i(63696),c=i(13606),d=i(82871),g=i(50539),u=i(49383),m=i(78340),p=i(72455),y=i(44174),I=i(12850),h=i(77766),A=i(63972),M=i(27333),f=i(62540);function EnhancedMeasurementSwitch({className:e,onClick:t,disabled:i=!1,loading:a=!1,formName:o=p.TQ,isEnhancedMeasurementAlreadyEnabled:n=!1,showTick:S=!1}){const N=(0,M.A)(o,p.aj),T=(0,h.A)(),{setValues:D}=(0,g.useDispatch)(m.s),v=(0,l.useCallback)(()=>{D(o,{[p.aj]:!N}),(0,I.sx)(`${T}_analytics`,N?"deactivate_enhanced_measurement":"activate_enhanced_measurement"),t?.()},[o,N,t,D,T]);return(0,r.A)(()=>{D(p.TQ,{[p.Lf]:!0})}),(0,f.jsxs)("div",{className:s()("googlesitekit-analytics-enable-enhanced-measurement",e,{"googlesitekit-analytics-enable-enhanced-measurement--loading":a}),children:[a&&(0,f.jsx)(u.ProgressBar,{className:"googlesitekit-analytics-enable-enhanced-measurement__progress--settings-edit",small:!0}),!a&&n&&(0,f.jsxs)("div",{className:"googlesitekit-analytics-enable-enhanced-measurement__already-enabled-label",children:[S&&(0,f.jsx)("div",{className:"googlesitekit-analytics-enable-enhanced-measurement__already-enabled-tick",children:(0,f.jsx)(A.A,{})}),(0,d.__)("Enhanced measurement is enabled for this web data stream","google-site-kit")]}),!a&&!n&&(0,f.jsx)(u.Switch,{label:(0,d.__)("Enable enhanced measurement","google-site-kit"),checked:N,disabled:i,onClick:v,hideLabel:!1}),(0,f.jsx)("p",{className:"googlesitekit-module-settings-group__helper-text",children:(0,c.A)((0,d.__)("This allows you to measure interactions with your content (e.g. file downloads, form completions, video views). <a>Learn more</a>","google-site-kit"),{a:(0,f.jsx)(y.A,{path:"/analytics/answer/9216061",external:!0})})})]})}EnhancedMeasurementSwitch.propTypes={onClick:n().func,disabled:n().bool,loading:n().bool,isEnhancedMeasurementAlreadyEnabled:n().bool,showTick:n().bool}},17691:(e,t,i)=>{"use strict";i.d(t,{A:()=>n,G:()=>o});var a=i(62688),s=i.n(a);const o=" ";function DisplaySetting({value:e}){return e||o}DisplaySetting.propTypes={value:s().oneOfType([s().string,s().bool,s().number])};const n=DisplaySetting},19195:(e,t,i)=>{"use strict";i.d(t,{A:()=>UseSnippetSwitch});var a=i(62688),s=i.n(a),o=i(63696),n=i(82871),r=i(50539),l=i(49383),c=i(72455),d=i(12850),g=i(77766),u=i(62540);function UseSnippetSwitch({description:e}){const t=(0,g.A)(),i=(0,r.useSelect)(e=>e(c.K9).getUseSnippet()),{setUseSnippet:a}=(0,r.useDispatch)(c.K9),s=(0,o.useCallback)(()=>{const e=!i;a(e),(0,d.sx)(`${t}_analytics`,e?"enable_tag":"disable_tag","ga4")},[i,a,t]);return void 0===i?null:(0,u.jsxs)("div",{className:"googlesitekit-analytics-usesnippet",children:[(0,u.jsx)(l.Switch,{label:(0,n.__)("Place Google Analytics code","google-site-kit"),checked:i,onClick:s,hideLabel:!1}),e]})}UseSnippetSwitch.propTypes={description:s().node}},19793:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),a||(a=s.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a=i(63696),s=i(82286),o=i(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,n=i.g){const[r,l]=(0,a.useState)((0,s.d)(n.location.href,e)||t);return[r,function(t){l(t);const i=(0,o.F)(n.location.href,{[e]:t});n.history.replaceState(null,"",i)}]}},20898:(e,t,i)=>{"use strict";i.d(t,{A:()=>b});var a,s=i(4452),o=i.n(s),n=i(62688),r=i.n(n),l=i(39941),c=i(63696),d=i(82871);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},g.apply(null,arguments)}const u=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),a||(a=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var m;function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},p.apply(null,arguments)}const y=e=>c.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),m||(m=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var I;function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},h.apply(null,arguments)}const A=e=>c.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),I||(I=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var M=i(83366),f=i(84385),S=i(62540);const N="BUTTON",T="BUTTON_DISABLED",D="EXTERNAL_LINK",v="LINK",j="ROUTER_LINK",_=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:a=!1,arrow:s=!1,back:n=!1,caps:r=!1,children:c,className:g="",danger:m=!1,disabled:p=!1,external:I=!1,hideExternalIndicator:h=!1,href:_="",inverse:b=!1,noFlex:k=!1,onClick:C,small:E=!1,standalone:x=!1,linkButton:w=!1,to:R,leadingIcon:L,trailingIcon:G,...z}=e;const Z=_||R||!C?R?j:I?D:v:p?T:N;const P=Z===N||Z===T?"button":Z===j?l.N_:"a",O=function(){let e;return Z===D&&(e=(0,d._x)("(opens in a new tab)","screen reader text","google-site-kit")),Z===T&&(e=(0,d._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let B=L,W=G;return n&&(B=(0,S.jsx)(A,{width:14,height:14})),I&&!h&&(W=(0,S.jsx)(M.A,{width:14,height:14})),s&&!b&&(W=(0,S.jsx)(u,{width:14,height:14})),s&&b&&(W=(0,S.jsx)(y,{width:14,height:14})),(0,S.jsxs)(P,{"aria-label":O,className:o()("googlesitekit-cta-link",g,{"googlesitekit-cta-link--secondary":a,"googlesitekit-cta-link--inverse":b,"googlesitekit-cta-link--small":E,"googlesitekit-cta-link--caps":r,"googlesitekit-cta-link--danger":m,"googlesitekit-cta-link--disabled":p,"googlesitekit-cta-link--standalone":x,"googlesitekit-cta-link--link-button":w,"googlesitekit-cta-link--no-flex":!!k}),disabled:p,href:Z!==v&&Z!==D||p?void 0:_,onClick:C,rel:Z===D?"noopener noreferrer":void 0,ref:t,target:Z===D?"_blank":void 0,to:R,...z,children:[!!B&&(0,S.jsx)(f.A,{marginRight:5,children:B}),(0,S.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!W&&(0,S.jsx)(f.A,{marginLeft:5,children:W})]})});_.propTypes={arrow:r().bool,back:r().bool,caps:r().bool,children:r().node,className:r().string,danger:r().bool,disabled:r().bool,external:r().bool,hideExternalIndicator:r().bool,href:r().string,inverse:r().bool,leadingIcon:r().node,linkButton:r().bool,noFlex:r().bool,onClick:r().func,small:r().bool,standalone:r().bool,to:r().string,trailingIcon:r().node};const b=_},21125:(e,t,i)=>{"use strict";i.d(t,{g4:()=>y,o1:()=>p});var a=i(78913),s=i(32091),o=i.n(s),n=i(10523),r=i.n(n),l=i(12850),c=i(50539);const d="RECEIVE_ERROR",g="CLEAR_ERROR",u="CLEAR_ERRORS";function m(e,t){if(t&&Array.isArray(t)){const i=t.map(e=>"object"==typeof e?(0,l.Zm)(e):e);return`${e}::${r()(JSON.stringify(i))}`}return e}const p={receiveError:(e,t,i=[])=>(o()(e,"error is required."),o()(t,"baseName is required."),o()(i&&Array.isArray(i),"args must be an array."),{type:d,payload:{error:e,baseName:t,args:i}}),clearError:(e,t=[])=>(o()(e,"baseName is required."),o()(t&&Array.isArray(t),"args must be an array."),{type:g,payload:{baseName:e,args:t}}),clearErrors:e=>({type:u,payload:{baseName:e}})};function y(e){o()(e,"storeName must be defined.");const t=(0,c.createReducer)((e,{type:t,payload:i})=>{switch(t){case d:{const{baseName:t,args:a,error:s}=i,o=m(t,a);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[o]=s,e.errorArgs[o]=a;break}case g:{const{baseName:t,args:a}=i,s=m(t,a);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[s],delete e.errorArgs[s];break}case u:{const{baseName:t}=i;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const i in e.errors)(i===t||i.startsWith(`${t}::`))&&(delete e.errors[i],delete e.errorArgs[i])}else e.errors={},e.errorArgs={};break}}}),i={getErrorForSelector:(e,t,a=[])=>(o()(t,"selectorName is required."),i.getError(e,t,a)),getErrorForAction:(e,t,a=[])=>(o()(t,"actionName is required."),i.getError(e,t,a)),getError(e,t,i){const{errors:a}=e;return o()(t,"baseName is required."),a[m(t,i)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const i=Object.keys(e.errors).find(i=>e.errors[i]===t);if(i){return{baseName:i.substring(0,i.indexOf("::")),args:e.errorArgs[i]}}return null},getSelectorDataForError:(0,a.N)(t=>function(i,a){const s=t(e).getMetaDataForError(a);if(s){const{baseName:i,args:a}=s;if(!!t(e)[i])return{storeName:e,name:i,args:a}}return null}),hasErrors:e=>i.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:p,controls:{},reducer:t,resolvers:{},selectors:i}}},21134:(e,t,i)=>{"use strict";i.d(t,{Gq:()=>g,IL:()=>y,LD:()=>m,SO:()=>u,a2:()=>s,xD:()=>p});var a=i(12850);const s="googlesitekit_",o=`${s}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,n=["sessionStorage","localStorage"];let r,l=[...n];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function d(){if(void 0!==r)return r;for(const e of l)r||await c(e)&&(r=i.g[e]);return void 0===r&&(r=null),r}async function g(e){const t=await d();if(t){const i=t.getItem(`${o}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:a,value:s,isError:o}=e;if(t&&(!a||Math.round(Date.now()/1e3)-t<a))return{cacheHit:!0,value:s,isError:o}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:s=a.Jg,timestamp:n=Math.round(Date.now()/1e3),isError:r=!1}={}){const l=await d();if(l)try{return l.setItem(`${o}${e}`,JSON.stringify({timestamp:n,ttl:s,value:t,isError:r})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(e){const t=await d();if(t)try{const i=e.startsWith(s)?e:`${o}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(){const e=await d();if(e)try{const t=[];for(let i=0;i<e.length;i++){const a=e.key(i);0===a.indexOf(s)&&t.push(a)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function y(){if(await d()){const e=await p();for(const t of e)await m(t);return!0}return!1}},21283:(e,t,i)=>{"use strict";i.d(t,{A:()=>ConnectGA4CTATileWidget});var a=i(62688),s=i.n(a),o=i(50539),n=i(88418),r=i(47345),l=i(58116),c=i(99897),d=i(81520),g=i(62540);const u={moduleSlug:c.L1};function ConnectGA4CTATileWidget({Widget:e,widgetSlug:t}){const i=(0,o.useSelect)(e=>{const t=e(l.oR).getKeyMetrics();return t?t.filter(e=>l.W6.includes(e)).length:[]})>3?d.A:n.A;return(0,r.A)(t,i,u),(0,g.jsx)(e,{children:(0,g.jsx)(n.A,{...u})})}ConnectGA4CTATileWidget.propTypes={Widget:s().elementType.isRequired,widgetSlug:s().string.isRequired}},22242:(e,t,i)=>{"use strict";i.d(t,{B7:()=>N,FK:()=>S,JG:()=>M,VM:()=>T,Wq:()=>y,hk:()=>f,mV:()=>p});var a=i(32091),s=i.n(a),o=i(17243),n=i(54419),r=i(50539),l=i(47121),c=i(71769),d=i(3687),g=i(21125);const{clearError:u,receiveError:m}=g.o1,p="cannot submit changes while submitting changes",y="cannot submit changes if settings have not changed",I="SET_SETTINGS",h="ROLLBACK_SETTINGS",A="ROLLBACK_SETTING";function M(e,t,i,{ownedSettingsSlugs:a,storeName:g,settingSlugs:p=[],initialSettings:y,validateHaveSettingsChanged:M=T()}={}){s()(e,"type is required."),s()(t,"identifier is required."),s()(i,"datapoint is required.");const f=g||`${e}/${t}`,S={ownedSettingsSlugs:a,settings:y,savedSettings:void 0},N=(0,d.U)({baseName:"getSettings",controlCallback:()=>(0,n.get)(e,t,i,{},{useCache:!1}),reducerCallback:(0,r.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t,...e.settings||{}}})}),D=(0,d.U)({baseName:"saveSettings",controlCallback:a=>{const{values:s}=a;return(0,n.set)(e,t,i,s)},reducerCallback:(0,r.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t}}),argsToParams:e=>({values:e}),validateParams:({values:e}={})=>{s()((0,o.isPlainObject)(e),"values is required.")}}),v={},j={setSettings:e=>(s()((0,o.isPlainObject)(e),"values is required."),{payload:{values:e},type:I}),rollbackSettings:()=>({payload:{},type:h}),rollbackSetting:e=>(s()(e,"setting is required."),{payload:{setting:e},type:A}),*saveSettings(){const e=yield r.commonActions.getRegistry();yield u("saveSettings",[]);const t=e.select(f).getSettings(),{response:i,error:a}=yield D.actions.fetchSaveSettings(t);return a&&(yield m(a,"saveSettings",[])),{response:i,error:a}}},_=(0,r.createReducer)((e,{type:t,payload:i})=>{switch(t){case I:{const{values:t}=i;e.settings={...e.settings||{},...t};break}case h:e.settings=e.savedSettings;break;case A:{const{setting:t}=i;e.savedSettings[t]&&(e.settings={...e.settings||{},[t]:e.savedSettings[t]});break}default:void 0!==v[t]&&v[t](e,{type:t,payload:i})}}),b={*getSettings(){(yield r.commonActions.getRegistry()).select(f).getSettings()||(yield N.actions.fetchGetSettings())}},{safeSelector:k,dangerousSelector:C}=(0,l.RF)(M),E={haveSettingsChanged:k,__dangerousHaveSettingsChanged:C,getSettings:e=>e.settings,hasSettingChanged(e,t){s()(t,"setting is required.");const{settings:i,savedSettings:a}=e;return!(!i||!a)&&!(0,o.isEqual)(i[t],a[t])},isDoingSaveSettings:e=>Object.values(e.isFetchingSaveSettings).some(Boolean),getOwnedSettingsSlugs:e=>e.ownedSettingsSlugs,haveOwnedSettingsChanged:(0,r.createRegistrySelector)(e=>()=>{const t=e(f).getOwnedSettingsSlugs();return e(f).haveSettingsChanged(t)})};p.forEach(e=>{const t=(0,c.m2)(e),i=(0,c.sP)(e);j[`set${t}`]=e=>(s()(void 0!==e,`value is required for calls to set${t}().`),{payload:{value:e},type:`SET_${i}`}),v[`SET_${i}`]=(t,{payload:i})=>{const{value:a}=i;t.settings={...t.settings||{},[e]:a}},E[`get${t}`]=(0,r.createRegistrySelector)(t=>()=>(t(f).getSettings()||{})[e])});return{...(0,r.combineStores)(r.commonStore,N,D,{initialState:S,actions:j,controls:{},reducer:_,resolvers:b,selectors:E}),STORE_NAME:f}}function f(e,t){return async({select:i,dispatch:a})=>{if(i(t).haveSettingsChanged()){const{error:e}=await a(t).saveSettings();if(e)return{error:e}}return await(0,n.invalidateCache)("modules",e),{}}}function S(e){return({select:t,dispatch:i})=>t(e).haveSettingsChanged()?i(e).rollbackSettings():{}}function N(e){return t=>{const i=(0,l.WI)(t),{haveSettingsChanged:a,isDoingSubmitChanges:o}=i(e);s()(!o(),p),s()(a(),y)}}function T(){return(e,t,i)=>{const{settings:a,savedSettings:n}=t;i&&s()(!(0,o.isEqual)((0,o.pick)(a,i),(0,o.pick)(n,i)),y),s()(!(0,o.isEqual)(a,n),y)}}},22821:(e,t,i)=>{"use strict";i.d(t,{A:()=>s});var a=i(24558);function s(e){return a.kz.includes(e)}},23141:(e,t,i)=>{"use strict";i.d(t,{A:()=>WidgetRecoverableModules});var a=i(62688),s=i.n(a),o=i(63696),n=i(47345),r=i(9652),l=i(62540);function WidgetRecoverableModules({widgetSlug:e,moduleSlugs:t,...i}){const a=(0,o.useMemo)(()=>({moduleSlug:[...t].sort().join(","),moduleSlugs:t}),[t]);return(0,n.A)(e,r.A,a),(0,l.jsx)(r.A,{moduleSlugs:t,...i})}WidgetRecoverableModules.propTypes={widgetSlug:s().string.isRequired,...r.A.propTypes}},23224:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:a,padding:s,smallWidth:o,smallHeight:c,tabletWidth:d,tabletHeight:g,desktopWidth:u,desktopHeight:m}){const p=(0,r.dv)(),y={width:{[r.mp]:o,[r.Lg]:d,[r.Fo]:u,[r.Qb]:u},height:{[r.mp]:c,[r.Lg]:g,[r.Fo]:m,[r.Qb]:u}};return(0,l.jsx)("div",{className:n()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":s}),style:{width:y.width[p]||t,height:y.height[p]||i},children:(0,l.jsx)("div",{className:n()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===a})})})}PreviewBlock.propTypes={className:s().string,width:s().string,height:s().string,shape:s().string,padding:s().bool,smallWidth:s().string,smallHeight:s().string,tabletWidth:s().string,tabletHeight:s().string,desktopWidth:s().string,desktopHeight:s().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{"use strict";i.d(t,{Ax:()=>o,CZ:()=>d,Ej:()=>T,Gw:()=>D,Is:()=>n,KK:()=>u,Nn:()=>j,OT:()=>S,SH:()=>f,Y$:()=>m,ZS:()=>r,bg:()=>I,en:()=>N,ep:()=>y,f7:()=>s,hi:()=>p,jU:()=>a,k$:()=>A,kz:()=>v,ly:()=>l,mo:()=>h,s3:()=>M,uR:()=>c,zx:()=>g});const a="mainDashboard",s="entityDashboard",o="mainDashboardViewOnly",n="entityDashboardViewOnly",r="userInput",l="activation",c="splash",d="adminBar",g="adminBarViewOnly",u="settings",m="adBlockingRecovery",p="wpDashboard",y="wpDashboardViewOnly",I="moduleSetup",h="metricSelection",A="wpBlockEditor",M="keyMetricsSetup",f="key-metrics",S="traffic",N="content",T="speed",D="monetization",v=[a,s,o,n,r,c,u,I,h],j=[o,n,g,y]},25623:(e,t,i)=>{"use strict";i.d(t,{G:()=>g});var a=i(82871),s=i(58116),o=i(93896),n=i(72455);function r({select:e,slug:t}){return e(n.K9).hasConversionReportingEvents(this.requiredConversionEventName)||e(s.oR).isKeyMetricActive(t)}var l=i(50111);function c({select:e,isViewOnlyDashboard:t}){return!t||!(!t||!e(n.K9).getAdSenseLinked())}function d({select:e,isViewOnlyDashboard:t}){return!t||e(n.K9).hasCustomDimensions(this.requiredCustomDimensions)}const g={[s.p3]:{title:(0,a.__)("Top earning pages","google-site-kit"),description:(0,a.__)("Pages that generated the most AdSense revenue","google-site-kit"),infoTooltip:(0,a.__)("Pages that generated the most AdSense revenue","google-site-kit"),displayInSelectionPanel:c,displayInList:c,metadata:{group:l.hs.SLUG}},[s.BT]:{title:(0,a.__)("Top recent trending pages","google-site-kit"),description:(0,a.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),infoTooltip:(0,a.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_date"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[s.tB]:{title:(0,a.__)("Most popular authors by pageviews","google-site-kit"),description:(0,a.__)("Authors whose posts got the most visits","google-site-kit"),infoTooltip:(0,a.__)("Authors whose posts got the most visits","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_author"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[s.t1]:{title:(0,a.__)("Top categories by pageviews","google-site-kit"),description:(0,a.__)("Categories that your site visitors viewed the most","google-site-kit"),infoTooltip:(0,a.__)("Categories that your site visitors viewed the most","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_categories"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[s.ep]:{title:(0,a.__)("Most popular content by pageviews","google-site-kit"),description:(0,a.__)("Pages that brought in the most visitors","google-site-kit"),infoTooltip:(0,a.__)("Pages your visitors read the most","google-site-kit"),metadata:{group:l.hs.SLUG}},[s.pG]:{title:(0,a.__)("Most popular products by pageviews","google-site-kit"),description:(0,a.__)("Products that brought in the most visitors","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_type"],displayInSelectionPanel:({select:e})=>e(s.oR).isKeyMetricActive(s.pG)||e(o.O4).getProductPostType(),displayInWidgetArea:d,metadata:{group:l.GF.SLUG}},[s.nH]:{title:(0,a.__)("Pages per visit","google-site-kit"),description:(0,a.__)("Number of pages visitors viewed per session on average","google-site-kit"),infoTooltip:(0,a.__)("Number of pages visitors viewed per session on average","google-site-kit"),metadata:{group:l.IX.SLUG}},[s.J5]:{title:(0,a.__)("Visit length","google-site-kit"),description:(0,a.__)("Average duration of engaged visits","google-site-kit"),infoTooltip:(0,a.__)("Average duration of engaged visits","google-site-kit"),metadata:{group:l.IX.SLUG}},[s.Yw]:{title:(0,a.__)("Visits per visitor","google-site-kit"),description:(0,a.__)("Average number of sessions per site visitor","google-site-kit"),infoTooltip:(0,a.__)("Average number of sessions per site visitor","google-site-kit"),metadata:{group:l.IX.SLUG}},[s.UY]:{title:(0,a.__)("Most engaging pages","google-site-kit"),description:(0,a.__)("Pages with the highest engagement rate","google-site-kit"),infoTooltip:(0,a.__)("Pages with the highest engagement rate","google-site-kit"),metadata:{group:l.hs.SLUG}},[s.gC]:{title:(0,a.__)("Least engaging pages","google-site-kit"),description:(0,a.__)("Pages with the highest percentage of visitors that left without engagement with your site","google-site-kit"),infoTooltip:(0,a.__)("Percentage of visitors that left without engagement with your site","google-site-kit"),metadata:{group:l.hs.SLUG}},[s.tK]:{title:(0,a.__)("Top pages by returning visitors","google-site-kit"),description:(0,a.__)("Pages that attracted the most returning visitors","google-site-kit"),infoTooltip:(0,a.__)("Pages that attracted the most returning visitors","google-site-kit"),metadata:{group:l.IX.SLUG}},[s.fu]:{title:(0,a.__)("New visitors","google-site-kit"),description:(0,a.__)("How many new visitors you got and how the overall audience changed","google-site-kit"),infoTooltip:(0,a.__)("Portion of visitors who visited your site for the first time in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[s.dX]:{title:(0,a.__)("Returning visitors","google-site-kit"),description:(0,a.__)("Portion of people who visited your site more than once","google-site-kit"),infoTooltip:(0,a.__)("Portion of your site’s visitors that returned at least once in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[s.SS]:{title:(0,a.__)("Top traffic source","google-site-kit"),description:(0,a.__)("Channel which brought in the most visitors to your site","google-site-kit"),infoTooltip:(0,a.__)("Channel (e.g. social, paid, search) that brought in the most visitors to your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[s.Vl]:{title:(0,a.__)("Top traffic source driving add to cart","google-site-kit"),description:(0,a.__)("Channel which brought in the most add to cart events to your site","google-site-kit"),infoTooltip:(0,a.__)("Channel (e.g. social, paid, search) that brought in the most add to cart events to your site","google-site-kit"),requiredConversionEventName:[n.nc.ADD_TO_CART],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.GF.SLUG}},[s.u_]:{title:(0,a.__)("Top traffic source driving leads","google-site-kit"),description:(0,a.__)("Channel which brought in the most leads to your site","google-site-kit"),infoTooltip:(0,a.__)("Channel (e.g. social, paid, search) that brought in the most leads to your site","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.XU.SLUG}},[s.HA]:{title:(0,a.__)("Top traffic source driving purchases","google-site-kit"),description:(0,a.__)("Channel which brought in the most purchases to your site","google-site-kit"),infoTooltip:(0,a.__)("Channel (e.g. social, paid, search) that brought in the most purchases to your site","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.GF.SLUG}},[s.GT]:{title:(0,a.__)("Most engaged traffic source","google-site-kit"),description:(0,a.__)("Visitors coming via this channel spent the most time on your site","google-site-kit"),infoTooltip:(0,a.__)("Channel (e.g. social, paid, search) that brought in the most visitors who had a meaningful engagement with your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[s.qy]:{title:(0,a.__)("Top converting traffic source","google-site-kit"),description:(0,a.__)("Channel which brought in the most visits that resulted in key events","google-site-kit"),infoTooltip:(0,a.__)("Channel (e.g. social, paid, search) that brought in visitors who generated the most key events","google-site-kit"),metadata:{group:l.wb.SLUG}},[s.GM]:{title:(0,a.__)("Top cities driving traffic","google-site-kit"),description:(0,a.__)("Which cities you get the most visitors from","google-site-kit"),infoTooltip:(0,a.__)("The cities where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[s.CQ]:{title:(0,a.__)("Top cities driving leads","google-site-kit"),description:(0,a.__)("Cities driving the most contact form submissions","google-site-kit"),infoTooltip:(0,a.__)("Cities driving the most contact form submissions","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.XU.SLUG}},[s.Xq]:{title:(0,a.__)("Top cities driving add to cart","google-site-kit"),description:(0,a.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),infoTooltip:(0,a.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),requiredConversionEventName:[n.nc.ADD_TO_CART],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.GF.SLUG}},[s.JF]:{title:(0,a.__)("Top cities driving purchases","google-site-kit"),description:(0,a.__)("Cities driving the most purchases","google-site-kit"),infoTooltip:(0,a.__)("Cities driving the most purchases","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.GF.SLUG}},[s.YQ]:{title:(0,a.__)("Top device driving purchases","google-site-kit"),description:(0,a.__)("Top device driving the most purchases","google-site-kit"),infoTooltip:(0,a.__)("Top device driving the most purchases","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.GF.SLUG}},[s.dV]:{title:(0,a.__)("Top countries driving traffic","google-site-kit"),description:(0,a.__)("Which countries you get the most visitors from","google-site-kit"),infoTooltip:(0,a.__)("The countries where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[s.t7]:{title:(0,a.__)("Top performing keywords","google-site-kit"),description:(0,a.__)("What people searched for before they came to your site","google-site-kit"),infoTooltip:(0,a.__)("The top search queries for your site by highest clickthrough rate","google-site-kit"),metadata:{group:l.wb.SLUG}},[s.HP]:{title:(0,a.__)("Top pages driving leads","google-site-kit"),description:(0,a.__)("Pages on which forms are most frequently submitted","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:r,displayInList:r,metadata:{group:l.XU.SLUG}}}},25874:(e,t,i)=>{"use strict";i.d(t,{A:()=>I});var a=i(62688),s=i.n(a),o=i(47485),n=i(63696),r=i(82871),l=i(55527),c=i(4452),d=i.n(c),g=i(62540);const u=(0,n.forwardRef)(({children:e,href:t,text:i,className:a,danger:s,disabled:o,target:n,"aria-label":r,inverse:l,tertiary:c,callout:u,calloutStyle:m,...p},y)=>{const I=t&&!o?"a":"button";return(0,g.jsx)(I,{className:d()("mdc-button",a,{"mdc-button--raised":!i&&!c&&!u,"mdc-button--danger":s,"mdc-button--inverse":l,"mdc-button--tertiary":c,"mdc-button--callout":u,"mdc-button--callout-primary":u||"primary"===m,"mdc-button--callout-warning":"warning"===m,"mdc-button--callout-error":"error"===m}),href:o?void 0:t,ref:y,disabled:!!o,"aria-label":r,target:n||"_self",role:"a"===I?"button":void 0,...p,children:e})});u.propTypes={children:s().node,href:s().string,text:s().bool,className:s().string,danger:s().bool,disabled:s().bool,target:s().string,"aria-label":s().string,inverse:s().bool,tertiary:s().bool,callout:s().bool,calloutStyle:s().oneOf(["primary","warning","error"])};const m=u;var p=i(59020);function MaybeTooltip({children:e,disabled:t=!1,tooltip:i=!1,tooltipTitle:a=null,hasIconOnly:s=!1,tooltipEnterDelayInMS:o=100}){return!t&&(i&&a||s&&a)?(0,g.jsx)(p.A,{title:a,enterDelay:o,children:e}):e}MaybeTooltip.propTypes={children:s().node.isRequired,disabled:s().bool,tooltip:s().bool,tooltipTitle:s().oneOfType([s().string,s().element]),hasIconOnly:s().bool,tooltipEnterDelayInMS:s().number};const y=(0,n.forwardRef)(({children:e,href:t=null,text:i=!1,className:a="",danger:s=!1,disabled:c=!1,target:d,icon:u=null,trailingIcon:p=null,"aria-label":y,title:I=null,customizedTooltip:h=null,tooltip:A=!1,inverse:M=!1,hideTooltipTitle:f=!1,tooltipEnterDelayInMS:S=100,tertiary:N=!1,callout:T=!1,calloutStyle:D=null,...v},j)=>{const _=(0,n.useCallback)(e=>{null!==e&&l.Nv.attachTo(e)},[]),b=(0,o.A)(j,_);const k=f?null:I||h||y;return(0,g.jsx)(MaybeTooltip,{disabled:c,tooltip:A,tooltipTitle:k,hasIconOnly:!!u&&void 0===e,tooltipEnterDelayInMS:S,children:(0,g.jsxs)(m,{href:t,disabled:c,className:a,danger:s,text:i,tertiary:N,inverse:M,callout:T,calloutStyle:D,ref:b,"aria-label":function(){let t=y;if("_blank"!==d)return t;const i=(0,r._x)("(opens in a new tab)","screen reader text","google-site-kit");return"string"==typeof e&&(t=t||e),t?`${t} ${i}`:i}(),target:d||"_self",...v,children:[u,e&&(0,g.jsx)("span",{className:"mdc-button__label",children:e}),p]})})});y.propTypes={onClick:s().func,children:s().node,href:s().string,text:s().bool,className:s().string,danger:s().bool,disabled:s().bool,icon:s().element,trailingIcon:s().element,title:s().string,customizedTooltip:s().element,tooltip:s().bool,inverse:s().bool,hideTooltipTitle:s().bool,callout:s().bool,calloutStyle:s().oneOf(["primary","warning","error"])};const I=y},27333:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var a=i(35470),s=i(78340);function o(e,t){return(0,a.A)(i=>{const{getValue:a}=i(s.s);return a(e,t)},[e,t])}},28663:(e,t,i)=>{"use strict";i.d(t,{W:()=>D,A:()=>AudienceSegmentationIntroductoryOverlayNotification});var a,s,o=i(62688),n=i.n(o),r=i(82871),l=i(50539),c=i(63696);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},d.apply(null,arguments)}const g=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 296 163"},e),a||(a=c.createElement("g",{clipPath:"url(#audience-segmentation-introductory-graphic-desktop_svg__a)"},c.createElement("path",{fill:"#B8E6CA",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-desktop_svg__b)"},c.createElement("rect",{width:153,height:174,x:-10,y:25,fill:"#fff",rx:11})),c.createElement("rect",{width:53.016,height:9.516,x:9.031,y:110.641,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:19.031,height:9.516,x:9.031,y:95.688,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:19.031,height:9.516,x:9.031,y:148.703,fill:"#EBEEF0",rx:4.758}),c.createElement("path",{fill:"#B8E6CA",d:"M94.672 108.602a8.836 8.836 0 0 1 8.836-8.836h13.594a8.836 8.836 0 0 1 0 17.672h-13.594a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("rect",{width:36,height:9,x:9,y:46,fill:"#EBEEF0",rx:4.5}),c.createElement("path",{fill:"#FFDED3",d:"M94.672 161.617a8.836 8.836 0 0 1 8.836-8.836h13.594a8.836 8.836 0 1 1 0 17.672h-13.594a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-desktop_svg__c)"},c.createElement("rect",{width:153,height:174,x:152,y:25,fill:"#fff",rx:11})),c.createElement("rect",{width:52.805,height:9.516,x:170.955,y:110.641,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:18.956,height:9.516,x:170.955,y:95.688,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:18.956,height:9.516,x:170.955,y:148.703,fill:"#EBEEF0",rx:4.758}),c.createElement("path",{fill:"#B8E6CA",d:"M256.256 108.602a8.836 8.836 0 0 1 8.836-8.836h13.47a8.836 8.836 0 0 1 8.835 8.836 8.836 8.836 0 0 1-8.835 8.836h-13.47a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("rect",{width:36,height:9,x:171,y:46,fill:"#EBEEF0",rx:4.5}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:2,d:"M295 73.5H152"}),c.createElement("path",{fill:"#FFDED3",d:"M256.256 161.617a8.836 8.836 0 0 1 8.836-8.836h13.47a8.836 8.836 0 0 1 8.835 8.836 8.836 8.836 0 0 1-8.835 8.836h-13.47a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:2,d:"M143 73.5H0"}))),s||(s=c.createElement("defs",null,c.createElement("filter",{id:"audience-segmentation-introductory-graphic-desktop_svg__b",width:185,height:206,x:-26,y:13,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1395_20972"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1395_20972",result:"shape"})),c.createElement("filter",{id:"audience-segmentation-introductory-graphic-desktop_svg__c",width:185,height:206,x:136,y:13,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1395_20972"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1395_20972",result:"shape"})),c.createElement("clipPath",{id:"audience-segmentation-introductory-graphic-desktop_svg__a"},c.createElement("path",{fill:"#fff",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"})))));var u,m,p,y;function I(){return I=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},I.apply(null,arguments)}const h=e=>c.createElement("svg",I({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 343 123"},e),c.createElement("g",{clipPath:"url(#audience-segmentation-introductory-graphic-mobile_svg__a)"},u||(u=c.createElement("path",{fill:"#B8E6CA",d:"M41.064 27.146a64 64 0 0 1 6.51-5.868C69.418 4.126 87.464 4.153 112.45 7.283c16.891 2.116 26.759 10.167 49.788 8.9s28.929-7.127 57.117-5.25c22.315 1.487 32.324 5.897 52.163 16.213 18.36 9.549 35.031 26.324 43.408 48.509 14.361 38.026-11.243 106.466-45.58 109.693-24.881 2.339-45.414-25.243-70.527-18.855-15.47 3.936-24.646 20.444-36.581 31.339-13.925 12.711-43.922 11.912-60.227 5.129-15.538-6.464-30.653-19.276-35.728-38.145-3.863-14.369-4.916-31.498-15.733-44.622-13.09-15.883-21.087-22.968-25.581-44.54-3.903-18.734 4.494-36.505 16.095-48.508"})),c.createElement("mask",{id:"audience-segmentation-introductory-graphic-mobile_svg__b",width:295,height:203,x:24,y:5,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},m||(m=c.createElement("path",{fill:"#B8E6CA",d:"M41.064 27.146a64 64 0 0 1 6.51-5.868C69.418 4.126 87.464 4.153 112.45 7.283c16.891 2.116 26.759 10.167 49.788 8.9s28.929-7.127 57.117-5.25c22.315 1.487 32.324 5.897 52.163 16.213 18.36 9.549 35.031 26.324 43.408 48.509 14.361 38.026-11.243 106.466-45.58 109.693-24.881 2.339-45.414-25.243-70.527-18.855-15.47 3.936-24.646 20.444-36.581 31.339-13.925 12.711-43.922 11.912-60.227 5.129-15.538-6.464-30.653-19.276-35.728-38.145-3.863-14.369-4.916-31.498-15.733-44.622-13.09-15.883-21.087-22.968-25.581-44.54-3.903-18.734 4.494-36.505 16.095-48.508"}))),p||(p=c.createElement("g",{mask:"url(#audience-segmentation-introductory-graphic-mobile_svg__b)"},c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-mobile_svg__c)"},c.createElement("rect",{width:100.401,height:136.493,x:71.449,y:21.433,fill:"#fff",rx:7.218})),c.createElement("rect",{width:34.79,height:6.244,x:83.941,y:77.631,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.489,height:6.244,x:83.941,y:67.819,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.489,height:6.244,x:83.941,y:99.983,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{fill:"#B8E6CA",d:"M140.133 76.293a5.8 5.8 0 0 1 5.798-5.798h8.921a5.798 5.798 0 0 1 0 11.596h-8.921a5.8 5.8 0 0 1-5.798-5.798"}),c.createElement("rect",{width:23.624,height:5.906,x:83.926,y:35.213,fill:"#EBEEF0",rx:2.953}),c.createElement("path",{fill:"#FFDED3",d:"M140.133 108.458a5.8 5.8 0 0 1 5.798-5.798h8.921a5.798 5.798 0 0 1 0 11.597h-8.921a5.8 5.8 0 0 1-5.798-5.799"}),c.createElement("rect",{width:36.574,height:6.244,x:83.043,y:109.796,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.312,d:"M171.848 53.259H72.103"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-mobile_svg__d)"},c.createElement("rect",{width:100.401,height:136.493,x:184.973,y:21.433,fill:"#fff",rx:7.218})),c.createElement("rect",{width:34.652,height:6.244,x:197.414,y:77.631,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.439,height:6.244,x:197.414,y:67.819,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.439,height:6.244,x:197.41,y:99.983,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{fill:"#B8E6CA",d:"M253.391 76.293a5.8 5.8 0 0 1 5.798-5.798h8.839a5.798 5.798 0 0 1 0 11.596h-8.839a5.8 5.8 0 0 1-5.798-5.798"}),c.createElement("rect",{width:23.624,height:5.906,x:197.449,y:35.213,fill:"#EBEEF0",rx:2.953}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.312,d:"M278.82 53.259h-93.838"}),c.createElement("path",{fill:"#FFDED3",d:"M253.391 108.458a5.8 5.8 0 0 1 5.798-5.798h8.839a5.798 5.798 0 0 1 0 11.597h-8.839a5.8 5.8 0 0 1-5.798-5.799"}),c.createElement("rect",{width:36.429,height:6.244,x:196.523,y:109.796,fill:"#EBEEF0",rx:3.122})))),y||(y=c.createElement("defs",null,c.createElement("filter",{id:"audience-segmentation-introductory-graphic-mobile_svg__c",width:132.402,height:168.493,x:55.449,y:9.433,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16651"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16651",result:"shape"})),c.createElement("filter",{id:"audience-segmentation-introductory-graphic-mobile_svg__d",width:132.402,height:168.493,x:168.973,y:9.433,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16651"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16651",result:"shape"})),c.createElement("clipPath",{id:"audience-segmentation-introductory-graphic-mobile_svg__a"},c.createElement("path",{fill:"#fff",d:"M0 0h343v128H0z"})))));var A=i(76422),M=i(12108),f=i(32947),S=i(71423),N=i(77766),T=i(62540);const D="audienceSegmentationIntroductoryOverlayNotification";function AudienceSegmentationIntroductoryOverlayNotification({id:e,Notification:t}){const a=(0,N.A)(),s=(0,f.dv)(),{dismissNotification:o}=(0,l.useDispatch)(S.D);const n={category:`${a}_audiences-secondary-user-intro`};return(0,T.jsx)(t,{gaTrackingEventArgs:n,children:(0,T.jsx)(A.A,{notificationID:e,title:(0,r.__)("New! Visitor groups","google-site-kit"),description:(0,r.__)("You can now learn more about your site visitor groups by comparing different metrics.","google-site-kit"),GraphicDesktop:g,GraphicMobile:h,ctaButton:{label:(0,r.__)("Show me","google-site-kit"),onClick:function(t){t.preventDefault(),setTimeout(()=>{i.g.scrollTo({top:(0,M.YJ)(".googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation",s),behavior:"smooth"})},0),o(e)}},dismissButton:{label:(0,r.__)("Got it","google-site-kit")},gaTrackingEventArgs:n})})}AudienceSegmentationIntroductoryOverlayNotification.propTypes={id:n().string.isRequired,Notification:n().elementType.isRequired}},28994:(e,t,i)=>{"use strict";i.d(t,{mn:()=>s,fX:()=>n,hd:()=>r,VI:()=>o});var a=i(17243);const s=[{countryCode:"AF",displayName:"Afghanistan",defaultTimeZoneId:"Asia/Kabul",timeZone:[{timeZoneId:"Asia/Kabul",displayName:"(GMT+04:30) Afghanistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AL",displayName:"Albania",defaultTimeZoneId:"Europe/Tirane",timeZone:[{timeZoneId:"Europe/Tirane",displayName:"(GMT+02:00) Albania Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"DZ",displayName:"Algeria",defaultTimeZoneId:"Africa/Algiers",timeZone:[{timeZoneId:"Africa/Algiers",displayName:"(GMT+01:00) Algeria Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AS",displayName:"American Samoa",defaultTimeZoneId:"Pacific/Pago_Pago",timeZone:[{timeZoneId:"Pacific/Pago_Pago",displayName:"(GMT-11:00) American Samoa Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AD",displayName:"Andorra",defaultTimeZoneId:"Europe/Andorra",timeZone:[{timeZoneId:"Europe/Andorra",displayName:"(GMT+02:00) Andorra Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AQ",displayName:"Antarctica",defaultTimeZoneId:"Antarctica/Palmer",timeZone:[{timeZoneId:"Antarctica/Palmer",displayName:"(GMT-03:00) Palmer Time"},{timeZoneId:"Antarctica/Rothera",displayName:"(GMT-03:00) Rothera Time"},{timeZoneId:"Antarctica/Syowa",displayName:"(GMT+03:00) Syowa Time"},{timeZoneId:"Antarctica/Mawson",displayName:"(GMT+05:00) Mawson Time"},{timeZoneId:"Antarctica/Vostok",displayName:"(GMT+06:00) Vostok Time"},{timeZoneId:"Antarctica/Davis",displayName:"(GMT+07:00) Davis Time"},{timeZoneId:"Antarctica/Casey",displayName:"(GMT+08:00) Casey Time"},{timeZoneId:"Antarctica/DumontDUrville",displayName:"(GMT+10:00) Dumont d’Urville Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AR",displayName:"Argentina",defaultTimeZoneId:"America/Buenos_Aires",timeZone:[{timeZoneId:"America/Buenos_Aires",displayName:"(GMT-03:00) Buenos Aires Time"},{timeZoneId:"America/Cordoba",displayName:"(GMT-03:00) Cordoba Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"AM",displayName:"Armenia",defaultTimeZoneId:"Asia/Yerevan",timeZone:[{timeZoneId:"Asia/Yerevan",displayName:"(GMT+04:00) Armenia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AU",displayName:"Australia",defaultTimeZoneId:"Australia/Perth",timeZone:[{timeZoneId:"Australia/Perth",displayName:"(GMT+08:00) Perth Time"},{timeZoneId:"Australia/Adelaide",displayName:"(GMT+09:30) Adelaide Time"},{timeZoneId:"Australia/Darwin",displayName:"(GMT+09:30) Darwin Time"},{timeZoneId:"Australia/Brisbane",displayName:"(GMT+10:00) Brisbane Time"},{timeZoneId:"Australia/Hobart",displayName:"(GMT+10:00) Hobart Time"},{timeZoneId:"Australia/Melbourne",displayName:"(GMT+10:00) Melbourne Time"},{timeZoneId:"Australia/Sydney",displayName:"(GMT+10:00) Sydney Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AT",displayName:"Austria",defaultTimeZoneId:"Europe/Vienna",timeZone:[{timeZoneId:"Europe/Vienna",displayName:"(GMT+02:00) Austria Time"}],tosLocale:{language:"de",country:"DE"}},{countryCode:"AZ",displayName:"Azerbaijan",defaultTimeZoneId:"Asia/Baku",timeZone:[{timeZoneId:"Asia/Baku",displayName:"(GMT+04:00) Azerbaijan Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BS",displayName:"Bahamas",defaultTimeZoneId:"America/Nassau",timeZone:[{timeZoneId:"America/Nassau",displayName:"(GMT-04:00) Bahamas Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BD",displayName:"Bangladesh",defaultTimeZoneId:"Asia/Dhaka",timeZone:[{timeZoneId:"Asia/Dhaka",displayName:"(GMT+06:00) Bangladesh Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BB",displayName:"Barbados",defaultTimeZoneId:"America/Barbados",timeZone:[{timeZoneId:"America/Barbados",displayName:"(GMT-04:00) Barbados Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BY",displayName:"Belarus",defaultTimeZoneId:"Europe/Minsk",timeZone:[{timeZoneId:"Europe/Minsk",displayName:"(GMT+03:00) Belarus Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BE",displayName:"Belgium",defaultTimeZoneId:"Europe/Brussels",timeZone:[{timeZoneId:"Europe/Brussels",displayName:"(GMT+02:00) Belgium Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"BZ",displayName:"Belize",defaultTimeZoneId:"America/Belize",timeZone:[{timeZoneId:"America/Belize",displayName:"(GMT-06:00) Belize Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"BM",displayName:"Bermuda",defaultTimeZoneId:"Atlantic/Bermuda",timeZone:[{timeZoneId:"Atlantic/Bermuda",displayName:"(GMT-03:00) Bermuda Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BT",displayName:"Bhutan",defaultTimeZoneId:"Asia/Thimphu",timeZone:[{timeZoneId:"Asia/Thimphu",displayName:"(GMT+06:00) Bhutan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BO",displayName:"Bolivia",defaultTimeZoneId:"America/La_Paz",timeZone:[{timeZoneId:"America/La_Paz",displayName:"(GMT-04:00) Bolivia Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"BA",displayName:"Bosnia & Herzegovina",defaultTimeZoneId:"Europe/Sarajevo",timeZone:[{timeZoneId:"Europe/Sarajevo",displayName:"(GMT+02:00) Bosnia & Herzegovina Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BR",displayName:"Brazil",defaultTimeZoneId:"America/Rio_Branco",timeZone:[{timeZoneId:"America/Rio_Branco",displayName:"(GMT-05:00) Rio Branco Time"},{timeZoneId:"America/Boa_Vista",displayName:"(GMT-04:00) Boa Vista Time"},{timeZoneId:"America/Campo_Grande",displayName:"(GMT-04:00) Campo Grande Time"},{timeZoneId:"America/Cuiaba",displayName:"(GMT-04:00) Cuiaba Time"},{timeZoneId:"America/Manaus",displayName:"(GMT-04:00) Manaus Time"},{timeZoneId:"America/Porto_Velho",displayName:"(GMT-04:00) Porto Velho Time"},{timeZoneId:"America/Araguaina",displayName:"(GMT-03:00) Araguaina Time"},{timeZoneId:"America/Bahia",displayName:"(GMT-03:00) Bahia Time"},{timeZoneId:"America/Belem",displayName:"(GMT-03:00) Belem Time"},{timeZoneId:"America/Fortaleza",displayName:"(GMT-03:00) Fortaleza Time"},{timeZoneId:"America/Maceio",displayName:"(GMT-03:00) Maceio Time"},{timeZoneId:"America/Recife",displayName:"(GMT-03:00) Recife Time"},{timeZoneId:"America/Sao_Paulo",displayName:"(GMT-03:00) Sao Paulo Time"},{timeZoneId:"America/Noronha",displayName:"(GMT-02:00) Noronha Time"}],tosLocale:{language:"pt",country:"BR"}},{countryCode:"IO",displayName:"British Indian Ocean Territory",defaultTimeZoneId:"Indian/Chagos",timeZone:[{timeZoneId:"Indian/Chagos",displayName:"(GMT+06:00) British Indian Ocean Territory Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BN",displayName:"Brunei",defaultTimeZoneId:"Asia/Brunei",timeZone:[{timeZoneId:"Asia/Brunei",displayName:"(GMT+08:00) Brunei Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BG",displayName:"Bulgaria",defaultTimeZoneId:"Europe/Sofia",timeZone:[{timeZoneId:"Europe/Sofia",displayName:"(GMT+03:00) Bulgaria Time"}],tosLocale:{language:"bg",country:"BG"}},{countryCode:"CA",displayName:"Canada",defaultTimeZoneId:"America/Dawson",timeZone:[{timeZoneId:"America/Dawson",displayName:"(GMT-07:00) Dawson Time"},{timeZoneId:"America/Vancouver",displayName:"(GMT-07:00) Vancouver Time"},{timeZoneId:"America/Whitehorse",displayName:"(GMT-07:00) Whitehorse Time"},{timeZoneId:"America/Edmonton",displayName:"(GMT-06:00) Edmonton Time"},{timeZoneId:"America/Yellowknife",displayName:"(GMT-06:00) Yellowknife Time"},{timeZoneId:"America/Dawson_Creek",displayName:"(GMT-07:00) Dawson Creek Time"},{timeZoneId:"America/Winnipeg",displayName:"(GMT-05:00) Winnipeg Time"},{timeZoneId:"America/Regina",displayName:"(GMT-06:00) Regina Time"},{timeZoneId:"America/Iqaluit",displayName:"(GMT-04:00) Iqaluit Time"},{timeZoneId:"America/Toronto",displayName:"(GMT-04:00) Toronto Time"},{timeZoneId:"America/Halifax",displayName:"(GMT-03:00) Halifax Time"},{timeZoneId:"America/St_Johns",displayName:"(GMT-02:30) St. John’s Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CV",displayName:"Cape Verde",defaultTimeZoneId:"Atlantic/Cape_Verde",timeZone:[{timeZoneId:"Atlantic/Cape_Verde",displayName:"(GMT-01:00) Cape Verde Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"TD",displayName:"Chad",defaultTimeZoneId:"Africa/Ndjamena",timeZone:[{timeZoneId:"Africa/Ndjamena",displayName:"(GMT+01:00) Chad Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"CL",displayName:"Chile",defaultTimeZoneId:"Pacific/Easter",timeZone:[{timeZoneId:"Pacific/Easter",displayName:"(GMT-06:00) Easter Time"},{timeZoneId:"America/Santiago",displayName:"(GMT-04:00) Chile Time"},{timeZoneId:"America/Punta_Arenas",displayName:"(GMT-03:00) Punta Arenas Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CN",displayName:"China",defaultTimeZoneId:"Asia/Shanghai",timeZone:[{timeZoneId:"Asia/Shanghai",displayName:"(GMT+08:00) China Time"}],tosLocale:{language:"zh",country:"CN"}},{countryCode:"CX",displayName:"Christmas Island",defaultTimeZoneId:"Indian/Christmas",timeZone:[{timeZoneId:"Indian/Christmas",displayName:"(GMT+07:00) Christmas Island Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CC",displayName:"Cocos (Keeling) Islands",defaultTimeZoneId:"Indian/Cocos",timeZone:[{timeZoneId:"Indian/Cocos",displayName:"(GMT+06:30) Cocos (Keeling) Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CO",displayName:"Colombia",defaultTimeZoneId:"America/Bogota",timeZone:[{timeZoneId:"America/Bogota",displayName:"(GMT-05:00) Colombia Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CK",displayName:"Cook Islands",defaultTimeZoneId:"Pacific/Rarotonga",timeZone:[{timeZoneId:"Pacific/Rarotonga",displayName:"(GMT-10:00) Cook Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CR",displayName:"Costa Rica",defaultTimeZoneId:"America/Costa_Rica",timeZone:[{timeZoneId:"America/Costa_Rica",displayName:"(GMT-06:00) Costa Rica Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CI",displayName:"Côte d’Ivoire",defaultTimeZoneId:"Africa/Abidjan",timeZone:[{timeZoneId:"Africa/Abidjan",displayName:"(GMT+00:00) Côte d’Ivoire Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"HR",displayName:"Croatia",defaultTimeZoneId:"Europe/Zagreb",timeZone:[{timeZoneId:"Europe/Zagreb",displayName:"(GMT+02:00) Croatia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"CU",displayName:"Cuba",defaultTimeZoneId:"America/Havana",timeZone:[{timeZoneId:"America/Havana",displayName:"(GMT-04:00) Cuba Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CW",displayName:"Curaçao",defaultTimeZoneId:"America/Curacao",timeZone:[{timeZoneId:"America/Curacao",displayName:"(GMT-04:00) Curaçao Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CY",displayName:"Cyprus",defaultTimeZoneId:"Asia/Nicosia",timeZone:[{timeZoneId:"Asia/Nicosia",displayName:"(GMT+03:00) Nicosia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"CZ",displayName:"Czechia",defaultTimeZoneId:"Europe/Prague",timeZone:[{timeZoneId:"Europe/Prague",displayName:"(GMT+02:00) Czechia Time"}],tosLocale:{language:"cs",country:"CZ"}},{countryCode:"DK",displayName:"Denmark",defaultTimeZoneId:"Europe/Copenhagen",timeZone:[{timeZoneId:"Europe/Copenhagen",displayName:"(GMT+02:00) Denmark Time"}],tosLocale:{language:"da",country:"DK"}},{countryCode:"DO",displayName:"Dominican Republic",defaultTimeZoneId:"America/Santo_Domingo",timeZone:[{timeZoneId:"America/Santo_Domingo",displayName:"(GMT-04:00) Dominican Republic Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"EC",displayName:"Ecuador",defaultTimeZoneId:"Pacific/Galapagos",timeZone:[{timeZoneId:"Pacific/Galapagos",displayName:"(GMT-06:00) Galapagos Time"},{timeZoneId:"America/Guayaquil",displayName:"(GMT-05:00) Ecuador Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"EG",displayName:"Egypt",defaultTimeZoneId:"Africa/Cairo",timeZone:[{timeZoneId:"Africa/Cairo",displayName:"(GMT+02:00) Egypt Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SV",displayName:"El Salvador",defaultTimeZoneId:"America/El_Salvador",timeZone:[{timeZoneId:"America/El_Salvador",displayName:"(GMT-06:00) El Salvador Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"EE",displayName:"Estonia",defaultTimeZoneId:"Europe/Tallinn",timeZone:[{timeZoneId:"Europe/Tallinn",displayName:"(GMT+03:00) Estonia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"FK",displayName:"Falkland Islands (Islas Malvinas)",defaultTimeZoneId:"Atlantic/Stanley",timeZone:[{timeZoneId:"Atlantic/Stanley",displayName:"(GMT-03:00) Falkland Islands (Islas Malvinas) Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"FO",displayName:"Faroe Islands",defaultTimeZoneId:"Atlantic/Faeroe",timeZone:[{timeZoneId:"Atlantic/Faeroe",displayName:"(GMT+01:00) Faroe Islands Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"FJ",displayName:"Fiji",defaultTimeZoneId:"Pacific/Fiji",timeZone:[{timeZoneId:"Pacific/Fiji",displayName:"(GMT+12:00) Fiji Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"FI",displayName:"Finland",defaultTimeZoneId:"Europe/Helsinki",timeZone:[{timeZoneId:"Europe/Helsinki",displayName:"(GMT+03:00) Finland Time"}],tosLocale:{language:"fi",country:"FI"}},{countryCode:"FR",displayName:"France",defaultTimeZoneId:"Europe/Paris",timeZone:[{timeZoneId:"Europe/Paris",displayName:"(GMT+02:00) France Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"GF",displayName:"French Guiana",defaultTimeZoneId:"America/Cayenne",timeZone:[{timeZoneId:"America/Cayenne",displayName:"(GMT-03:00) French Guiana Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"PF",displayName:"French Polynesia",defaultTimeZoneId:"Pacific/Tahiti",timeZone:[{timeZoneId:"Pacific/Tahiti",displayName:"(GMT-10:00) Tahiti Time"},{timeZoneId:"Pacific/Marquesas",displayName:"(GMT-09:30) Marquesas Time"},{timeZoneId:"Pacific/Gambier",displayName:"(GMT-09:00) Gambier Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"TF",displayName:"French Southern Territories",defaultTimeZoneId:"Indian/Kerguelen",timeZone:[{timeZoneId:"Indian/Kerguelen",displayName:"(GMT+05:00) French Southern Territories Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"GE",displayName:"Georgia",defaultTimeZoneId:"Asia/Tbilisi",timeZone:[{timeZoneId:"Asia/Tbilisi",displayName:"(GMT+04:00) Georgia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"DE",displayName:"Germany",defaultTimeZoneId:"Europe/Berlin",timeZone:[{timeZoneId:"Europe/Berlin",displayName:"(GMT+02:00) Germany Time"}],tosLocale:{language:"de",country:"DE"}},{countryCode:"GH",displayName:"Ghana",defaultTimeZoneId:"Africa/Accra",timeZone:[{timeZoneId:"Africa/Accra",displayName:"(GMT+00:00) Ghana Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GI",displayName:"Gibraltar",defaultTimeZoneId:"Europe/Gibraltar",timeZone:[{timeZoneId:"Europe/Gibraltar",displayName:"(GMT+02:00) Gibraltar Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GR",displayName:"Greece",defaultTimeZoneId:"Europe/Athens",timeZone:[{timeZoneId:"Europe/Athens",displayName:"(GMT+03:00) Greece Time"}],tosLocale:{language:"el",country:"GR"}},{countryCode:"GL",displayName:"Greenland",defaultTimeZoneId:"America/Thule",timeZone:[{timeZoneId:"America/Thule",displayName:"(GMT-03:00) Thule Time"},{timeZoneId:"America/Godthab",displayName:"(GMT-02:00) Nuuk Time"},{timeZoneId:"America/Scoresbysund",displayName:"(GMT+00:00) Ittoqqortoormiit Time"},{timeZoneId:"America/Danmarkshavn",displayName:"(GMT+00:00) Danmarkshavn Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GU",displayName:"Guam",defaultTimeZoneId:"Pacific/Guam",timeZone:[{timeZoneId:"Pacific/Guam",displayName:"(GMT+10:00) Guam Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"GT",displayName:"Guatemala",defaultTimeZoneId:"America/Guatemala",timeZone:[{timeZoneId:"America/Guatemala",displayName:"(GMT-06:00) Guatemala Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"GW",displayName:"Guinea-Bissau",defaultTimeZoneId:"Africa/Bissau",timeZone:[{timeZoneId:"Africa/Bissau",displayName:"(GMT+00:00) Guinea-Bissau Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"GY",displayName:"Guyana",defaultTimeZoneId:"America/Guyana",timeZone:[{timeZoneId:"America/Guyana",displayName:"(GMT-04:00) Guyana Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"HT",displayName:"Haiti",defaultTimeZoneId:"America/Port-au-Prince",timeZone:[{timeZoneId:"America/Port-au-Prince",displayName:"(GMT-04:00) Haiti Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"HN",displayName:"Honduras",defaultTimeZoneId:"America/Tegucigalpa",timeZone:[{timeZoneId:"America/Tegucigalpa",displayName:"(GMT-06:00) Honduras Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"HK",displayName:"Hong Kong",defaultTimeZoneId:"Asia/Hong_Kong",timeZone:[{timeZoneId:"Asia/Hong_Kong",displayName:"(GMT+08:00) Hong Kong Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"HU",displayName:"Hungary",defaultTimeZoneId:"Europe/Budapest",timeZone:[{timeZoneId:"Europe/Budapest",displayName:"(GMT+02:00) Hungary Time"}],tosLocale:{language:"hu",country:"HU"}},{countryCode:"IS",displayName:"Iceland",defaultTimeZoneId:"Atlantic/Reykjavik",timeZone:[{timeZoneId:"Atlantic/Reykjavik",displayName:"(GMT+00:00) Iceland Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IN",displayName:"India",defaultTimeZoneId:"Asia/Calcutta",timeZone:[{timeZoneId:"Asia/Calcutta",displayName:"(GMT+05:30) India Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"ID",displayName:"Indonesia",defaultTimeZoneId:"Asia/Jakarta",timeZone:[{timeZoneId:"Asia/Jakarta",displayName:"(GMT+07:00) Jakarta Time"},{timeZoneId:"Asia/Makassar",displayName:"(GMT+08:00) Makassar Time"},{timeZoneId:"Asia/Jayapura",displayName:"(GMT+09:00) Jayapura Time"}],tosLocale:{language:"in",country:"ID"}},{countryCode:"IR",displayName:"Iran",defaultTimeZoneId:"Asia/Tehran",timeZone:[{timeZoneId:"Asia/Tehran",displayName:"(GMT+04:30) Iran Time"}]},{countryCode:"IQ",displayName:"Iraq",defaultTimeZoneId:"Asia/Baghdad",timeZone:[{timeZoneId:"Asia/Baghdad",displayName:"(GMT+03:00) Iraq Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IE",displayName:"Ireland",defaultTimeZoneId:"Europe/Dublin",timeZone:[{timeZoneId:"Europe/Dublin",displayName:"(GMT+01:00) Ireland Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IL",displayName:"Israel",defaultTimeZoneId:"Asia/Jerusalem",timeZone:[{timeZoneId:"Asia/Jerusalem",displayName:"(GMT+03:00) Israel Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IT",displayName:"Italy",defaultTimeZoneId:"Europe/Rome",timeZone:[{timeZoneId:"Europe/Rome",displayName:"(GMT+02:00) Italy Time"}],tosLocale:{language:"it",country:"IT"}},{countryCode:"JM",displayName:"Jamaica",defaultTimeZoneId:"America/Jamaica",timeZone:[{timeZoneId:"America/Jamaica",displayName:"(GMT-05:00) Jamaica Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"JP",displayName:"Japan",defaultTimeZoneId:"Asia/Tokyo",timeZone:[{timeZoneId:"Asia/Tokyo",displayName:"(GMT+09:00) Japan Time"}],tosLocale:{language:"ja",country:"JP"}},{countryCode:"JO",displayName:"Jordan",defaultTimeZoneId:"Asia/Amman",timeZone:[{timeZoneId:"Asia/Amman",displayName:"(GMT+03:00) Jordan Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"KZ",displayName:"Kazakhstan",defaultTimeZoneId:"Asia/Aqtau",timeZone:[{timeZoneId:"Asia/Aqtau",displayName:"(GMT+05:00) Aqtau Time"},{timeZoneId:"Asia/Aqtobe",displayName:"(GMT+05:00) Aqtobe Time"},{timeZoneId:"Asia/Almaty",displayName:"(GMT+06:00) Almaty Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KE",displayName:"Kenya",defaultTimeZoneId:"Africa/Nairobi",timeZone:[{timeZoneId:"Africa/Nairobi",displayName:"(GMT+03:00) Kenya Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"KI",displayName:"Kiribati",defaultTimeZoneId:"Pacific/Tarawa",timeZone:[{timeZoneId:"Pacific/Tarawa",displayName:"(GMT+12:00) Tarawa Time"},{timeZoneId:"Pacific/Enderbury",displayName:"(GMT+13:00) Enderbury Time"},{timeZoneId:"Pacific/Kiritimati",displayName:"(GMT+14:00) Kiritimati Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KG",displayName:"Kyrgyzstan",defaultTimeZoneId:"Asia/Bishkek",timeZone:[{timeZoneId:"Asia/Bishkek",displayName:"(GMT+06:00) Kyrgyzstan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"LV",displayName:"Latvia",defaultTimeZoneId:"Europe/Riga",timeZone:[{timeZoneId:"Europe/Riga",displayName:"(GMT+03:00) Latvia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LB",displayName:"Lebanon",defaultTimeZoneId:"Asia/Beirut",timeZone:[{timeZoneId:"Asia/Beirut",displayName:"(GMT+03:00) Lebanon Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LR",displayName:"Liberia",defaultTimeZoneId:"Africa/Monrovia",timeZone:[{timeZoneId:"Africa/Monrovia",displayName:"(GMT+00:00) Liberia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LY",displayName:"Libya",defaultTimeZoneId:"Africa/Tripoli",timeZone:[{timeZoneId:"Africa/Tripoli",displayName:"(GMT+02:00) Libya Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LT",displayName:"Lithuania",defaultTimeZoneId:"Europe/Vilnius",timeZone:[{timeZoneId:"Europe/Vilnius",displayName:"(GMT+03:00) Lithuania Time"}],tosLocale:{language:"lt",country:"LT"}},{countryCode:"LU",displayName:"Luxembourg",defaultTimeZoneId:"Europe/Luxembourg",timeZone:[{timeZoneId:"Europe/Luxembourg",displayName:"(GMT+02:00) Luxembourg Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MO",displayName:"Macao",defaultTimeZoneId:"Asia/Macau",timeZone:[{timeZoneId:"Asia/Macau",displayName:"(GMT+08:00) Macao Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MY",displayName:"Malaysia",defaultTimeZoneId:"Asia/Kuala_Lumpur",timeZone:[{timeZoneId:"Asia/Kuala_Lumpur",displayName:"(GMT+08:00) Malaysia Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MV",displayName:"Maldives",defaultTimeZoneId:"Indian/Maldives",timeZone:[{timeZoneId:"Indian/Maldives",displayName:"(GMT+05:00) Maldives Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MT",displayName:"Malta",defaultTimeZoneId:"Europe/Malta",timeZone:[{timeZoneId:"Europe/Malta",displayName:"(GMT+02:00) Malta Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MH",displayName:"Marshall Islands",defaultTimeZoneId:"Pacific/Kwajalein",timeZone:[{timeZoneId:"Pacific/Kwajalein",displayName:"(GMT+12:00) Kwajalein Time"},{timeZoneId:"Pacific/Majuro",displayName:"(GMT+12:00) Marshall Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MQ",displayName:"Martinique",defaultTimeZoneId:"America/Martinique",timeZone:[{timeZoneId:"America/Martinique",displayName:"(GMT-04:00) Martinique Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"MU",displayName:"Mauritius",defaultTimeZoneId:"Indian/Mauritius",timeZone:[{timeZoneId:"Indian/Mauritius",displayName:"(GMT+04:00) Mauritius Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MX",displayName:"Mexico",defaultTimeZoneId:"America/Tijuana",timeZone:[{timeZoneId:"America/Tijuana",displayName:"(GMT-07:00) Tijuana Time"},{timeZoneId:"America/Mazatlan",displayName:"(GMT-06:00) Mazatlan Time"},{timeZoneId:"America/Hermosillo",displayName:"(GMT-07:00) Hermosillo Time"},{timeZoneId:"America/Mexico_City",displayName:"(GMT-05:00) Mexico City Time"},{timeZoneId:"America/Cancun",displayName:"(GMT-05:00) Cancun Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"FM",displayName:"Micronesia",defaultTimeZoneId:"Pacific/Truk",timeZone:[{timeZoneId:"Pacific/Truk",displayName:"(GMT+10:00) Chuuk Time"},{timeZoneId:"Pacific/Kosrae",displayName:"(GMT+11:00) Kosrae Time"},{timeZoneId:"Pacific/Ponape",displayName:"(GMT+11:00) Pohnpei Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MD",displayName:"Moldova",defaultTimeZoneId:"Europe/Chisinau",timeZone:[{timeZoneId:"Europe/Chisinau",displayName:"(GMT+03:00) Moldova Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MC",displayName:"Monaco",defaultTimeZoneId:"Europe/Monaco",timeZone:[{timeZoneId:"Europe/Monaco",displayName:"(GMT+02:00) Monaco Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MN",displayName:"Mongolia",defaultTimeZoneId:"Asia/Hovd",timeZone:[{timeZoneId:"Asia/Hovd",displayName:"(GMT+07:00) Hovd Time"},{timeZoneId:"Asia/Choibalsan",displayName:"(GMT+08:00) Choibalsan Time"},{timeZoneId:"Asia/Ulaanbaatar",displayName:"(GMT+08:00) Ulaanbaatar Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MA",displayName:"Morocco",defaultTimeZoneId:"Africa/Casablanca",timeZone:[{timeZoneId:"Africa/Casablanca",displayName:"(GMT+01:00) Morocco Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MZ",displayName:"Mozambique",defaultTimeZoneId:"Africa/Maputo",timeZone:[{timeZoneId:"Africa/Maputo",displayName:"(GMT+02:00) Mozambique Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MM",displayName:"Myanmar (Burma)",defaultTimeZoneId:"Asia/Rangoon",timeZone:[{timeZoneId:"Asia/Rangoon",displayName:"(GMT+06:30) Myanmar (Burma) Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NA",displayName:"Namibia",defaultTimeZoneId:"Africa/Windhoek",timeZone:[{timeZoneId:"Africa/Windhoek",displayName:"(GMT+02:00) Namibia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NR",displayName:"Nauru",defaultTimeZoneId:"Pacific/Nauru",timeZone:[{timeZoneId:"Pacific/Nauru",displayName:"(GMT+12:00) Nauru Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NP",displayName:"Nepal",defaultTimeZoneId:"Asia/Katmandu",timeZone:[{timeZoneId:"Asia/Katmandu",displayName:"(GMT+05:45) Nepal Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NL",displayName:"Netherlands",defaultTimeZoneId:"Europe/Amsterdam",timeZone:[{timeZoneId:"Europe/Amsterdam",displayName:"(GMT+02:00) Netherlands Time"}],tosLocale:{language:"nl",country:"NL"}},{countryCode:"NC",displayName:"New Caledonia",defaultTimeZoneId:"Pacific/Noumea",timeZone:[{timeZoneId:"Pacific/Noumea",displayName:"(GMT+11:00) New Caledonia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NZ",displayName:"New Zealand",defaultTimeZoneId:"Pacific/Auckland",timeZone:[{timeZoneId:"Pacific/Auckland",displayName:"(GMT+12:00) New Zealand Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NI",displayName:"Nicaragua",defaultTimeZoneId:"America/Managua",timeZone:[{timeZoneId:"America/Managua",displayName:"(GMT-06:00) Nicaragua Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"NG",displayName:"Nigeria",defaultTimeZoneId:"Africa/Lagos",timeZone:[{timeZoneId:"Africa/Lagos",displayName:"(GMT+01:00) Nigeria Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NU",displayName:"Niue",defaultTimeZoneId:"Pacific/Niue",timeZone:[{timeZoneId:"Pacific/Niue",displayName:"(GMT-11:00) Niue Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NF",displayName:"Norfolk Island",defaultTimeZoneId:"Pacific/Norfolk",timeZone:[{timeZoneId:"Pacific/Norfolk",displayName:"(GMT+11:00) Norfolk Island Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KP",displayName:"North Korea",defaultTimeZoneId:"Asia/Pyongyang",timeZone:[{timeZoneId:"Asia/Pyongyang",displayName:"(GMT+09:00) North Korea Time"}]},{countryCode:"MK",displayName:"North Macedonia",defaultTimeZoneId:"Europe/Skopje",timeZone:[{timeZoneId:"Europe/Skopje",displayName:"(GMT+02:00) North Macedonia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NO",displayName:"Norway",defaultTimeZoneId:"Europe/Oslo",timeZone:[{timeZoneId:"Europe/Oslo",displayName:"(GMT+02:00) Norway Time"}],tosLocale:{language:"no",country:"NO"}},{countryCode:"PK",displayName:"Pakistan",defaultTimeZoneId:"Asia/Karachi",timeZone:[{timeZoneId:"Asia/Karachi",displayName:"(GMT+05:00) Pakistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PW",displayName:"Palau",defaultTimeZoneId:"Pacific/Palau",timeZone:[{timeZoneId:"Pacific/Palau",displayName:"(GMT+09:00) Palau Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PS",displayName:"Palestine",defaultTimeZoneId:"Asia/Gaza",timeZone:[{timeZoneId:"Asia/Gaza",displayName:"(GMT+03:00) Gaza Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"PA",displayName:"Panama",defaultTimeZoneId:"America/Panama",timeZone:[{timeZoneId:"America/Panama",displayName:"(GMT-05:00) Panama Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"PG",displayName:"Papua New Guinea",defaultTimeZoneId:"Pacific/Port_Moresby",timeZone:[{timeZoneId:"Pacific/Port_Moresby",displayName:"(GMT+10:00) Port Moresby Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PY",displayName:"Paraguay",defaultTimeZoneId:"America/Asuncion",timeZone:[{timeZoneId:"America/Asuncion",displayName:"(GMT-04:00) Paraguay Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"PE",displayName:"Peru",defaultTimeZoneId:"America/Lima",timeZone:[{timeZoneId:"America/Lima",displayName:"(GMT-05:00) Peru Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"PH",displayName:"Philippines",defaultTimeZoneId:"Asia/Manila",timeZone:[{timeZoneId:"Asia/Manila",displayName:"(GMT+08:00) Philippines Time"}],tosLocale:{language:"tl",country:"PH"}},{countryCode:"PN",displayName:"Pitcairn Islands",defaultTimeZoneId:"Pacific/Pitcairn",timeZone:[{timeZoneId:"Pacific/Pitcairn",displayName:"(GMT-08:00) Pitcairn Islands Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"PL",displayName:"Poland",defaultTimeZoneId:"Europe/Warsaw",timeZone:[{timeZoneId:"Europe/Warsaw",displayName:"(GMT+02:00) Poland Time"}],tosLocale:{language:"pl",country:"PL"}},{countryCode:"PT",displayName:"Portugal",defaultTimeZoneId:"Atlantic/Azores",timeZone:[{timeZoneId:"Atlantic/Azores",displayName:"(GMT+00:00) Azores Time"},{timeZoneId:"Europe/Lisbon",displayName:"(GMT+01:00) Portugal Time"}],tosLocale:{language:"pt",country:"PT"}},{countryCode:"PR",displayName:"Puerto Rico",defaultTimeZoneId:"America/Puerto_Rico",timeZone:[{timeZoneId:"America/Puerto_Rico",displayName:"(GMT-04:00) Puerto Rico Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"QA",displayName:"Qatar",defaultTimeZoneId:"Asia/Qatar",timeZone:[{timeZoneId:"Asia/Qatar",displayName:"(GMT+03:00) Qatar Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RE",displayName:"Réunion",defaultTimeZoneId:"Indian/Reunion",timeZone:[{timeZoneId:"Indian/Reunion",displayName:"(GMT+04:00) Réunion Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RO",displayName:"Romania",defaultTimeZoneId:"Europe/Bucharest",timeZone:[{timeZoneId:"Europe/Bucharest",displayName:"(GMT+03:00) Romania Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RU",displayName:"Russia",defaultTimeZoneId:"Europe/Kaliningrad",timeZone:[{timeZoneId:"Europe/Kaliningrad",displayName:"(GMT+02:00) Kaliningrad Time"},{timeZoneId:"Europe/Moscow",displayName:"(GMT+03:00) Moscow Time"},{timeZoneId:"Europe/Samara",displayName:"(GMT+04:00) Samara Time"},{timeZoneId:"Asia/Yekaterinburg",displayName:"(GMT+05:00) Yekaterinburg Time"},{timeZoneId:"Asia/Omsk",displayName:"(GMT+06:00) Omsk Time"},{timeZoneId:"Asia/Krasnoyarsk",displayName:"(GMT+07:00) Krasnoyarsk Time"},{timeZoneId:"Asia/Irkutsk",displayName:"(GMT+08:00) Irkutsk Time"},{timeZoneId:"Asia/Yakutsk",displayName:"(GMT+09:00) Yakutsk Time"},{timeZoneId:"Asia/Vladivostok",displayName:"(GMT+10:00) Vladivostok Time"},{timeZoneId:"Asia/Magadan",displayName:"(GMT+11:00) Magadan Time"},{timeZoneId:"Asia/Kamchatka",displayName:"(GMT+12:00) Kamchatka Time"}],tosLocale:{language:"ru",country:"RU"}},{countryCode:"WS",displayName:"Samoa",defaultTimeZoneId:"Pacific/Apia",timeZone:[{timeZoneId:"Pacific/Apia",displayName:"(GMT+13:00) Samoa Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"SM",displayName:"San Marino",defaultTimeZoneId:"Europe/San_Marino",timeZone:[{timeZoneId:"Europe/San_Marino",displayName:"(GMT+02:00) San Marino Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"ST",displayName:"São Tomé & Príncipe",defaultTimeZoneId:"Africa/Sao_Tome",timeZone:[{timeZoneId:"Africa/Sao_Tome",displayName:"(GMT+00:00) São Tomé & Príncipe Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SA",displayName:"Saudi Arabia",defaultTimeZoneId:"Asia/Riyadh",timeZone:[{timeZoneId:"Asia/Riyadh",displayName:"(GMT+03:00) Saudi Arabia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RS",displayName:"Serbia",defaultTimeZoneId:"Europe/Belgrade",timeZone:[{timeZoneId:"Europe/Belgrade",displayName:"(GMT+02:00) Serbia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SC",displayName:"Seychelles",defaultTimeZoneId:"Indian/Mahe",timeZone:[{timeZoneId:"Indian/Mahe",displayName:"(GMT+04:00) Seychelles Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SG",displayName:"Singapore",defaultTimeZoneId:"Asia/Singapore",timeZone:[{timeZoneId:"Asia/Singapore",displayName:"(GMT+08:00) Singapore Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"SK",displayName:"Slovakia",defaultTimeZoneId:"Europe/Bratislava",timeZone:[{timeZoneId:"Europe/Bratislava",displayName:"(GMT+02:00) Slovakia Time"}],tosLocale:{language:"sk",country:"SK"}},{countryCode:"SI",displayName:"Slovenia",defaultTimeZoneId:"Europe/Ljubljana",timeZone:[{timeZoneId:"Europe/Ljubljana",displayName:"(GMT+02:00) Slovenia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SB",displayName:"Solomon Islands",defaultTimeZoneId:"Pacific/Guadalcanal",timeZone:[{timeZoneId:"Pacific/Guadalcanal",displayName:"(GMT+11:00) Solomon Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"ZA",displayName:"South Africa",defaultTimeZoneId:"Africa/Johannesburg",timeZone:[{timeZoneId:"Africa/Johannesburg",displayName:"(GMT+02:00) South Africa Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GS",displayName:"South Georgia & South Sandwich Islands",defaultTimeZoneId:"Atlantic/South_Georgia",timeZone:[{timeZoneId:"Atlantic/South_Georgia",displayName:"(GMT-02:00) South Georgia & South Sandwich Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KR",displayName:"South Korea",defaultTimeZoneId:"Asia/Seoul",timeZone:[{timeZoneId:"Asia/Seoul",displayName:"(GMT+09:00) South Korea Time"}],tosLocale:{language:"ko",country:"KR"}},{countryCode:"ES",displayName:"Spain",defaultTimeZoneId:"Atlantic/Canary",timeZone:[{timeZoneId:"Atlantic/Canary",displayName:"(GMT+01:00) Canary Time"},{timeZoneId:"Africa/Ceuta",displayName:"(GMT+02:00) Ceuta Time"},{timeZoneId:"Europe/Madrid",displayName:"(GMT+02:00) Spain Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"LK",displayName:"Sri Lanka",defaultTimeZoneId:"Asia/Colombo",timeZone:[{timeZoneId:"Asia/Colombo",displayName:"(GMT+05:30) Sri Lanka Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PM",displayName:"St. Pierre & Miquelon",defaultTimeZoneId:"America/Miquelon",timeZone:[{timeZoneId:"America/Miquelon",displayName:"(GMT-02:00) St. Pierre & Miquelon Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SD",displayName:"Sudan",defaultTimeZoneId:"Africa/Khartoum",timeZone:[{timeZoneId:"Africa/Khartoum",displayName:"(GMT+02:00) Sudan Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SR",displayName:"Suriname",defaultTimeZoneId:"America/Paramaribo",timeZone:[{timeZoneId:"America/Paramaribo",displayName:"(GMT-03:00) Suriname Time"}],tosLocale:{language:"nl",country:"NL"}},{countryCode:"SJ",displayName:"Svalbard & Jan Mayen",defaultTimeZoneId:"Arctic/Longyearbyen",timeZone:[{timeZoneId:"Arctic/Longyearbyen",displayName:"(GMT+02:00) Svalbard & Jan Mayen Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SE",displayName:"Sweden",defaultTimeZoneId:"Europe/Stockholm",timeZone:[{timeZoneId:"Europe/Stockholm",displayName:"(GMT+02:00) Sweden Time"}],tosLocale:{language:"sv",country:"SE"}},{countryCode:"CH",displayName:"Switzerland",defaultTimeZoneId:"Europe/Zurich",timeZone:[{timeZoneId:"Europe/Zurich",displayName:"(GMT+02:00) Switzerland Time"}],tosLocale:{language:"de",country:"DE"}},{countryCode:"SY",displayName:"Syria",defaultTimeZoneId:"Asia/Damascus",timeZone:[{timeZoneId:"Asia/Damascus",displayName:"(GMT+03:00) Syria Time"}]},{countryCode:"TW",displayName:"Taiwan",defaultTimeZoneId:"Asia/Taipei",timeZone:[{timeZoneId:"Asia/Taipei",displayName:"(GMT+08:00) Taiwan Time"}],tosLocale:{language:"zh",country:"TW"}},{countryCode:"TJ",displayName:"Tajikistan",defaultTimeZoneId:"Asia/Dushanbe",timeZone:[{timeZoneId:"Asia/Dushanbe",displayName:"(GMT+05:00) Tajikistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TH",displayName:"Thailand",defaultTimeZoneId:"Asia/Bangkok",timeZone:[{timeZoneId:"Asia/Bangkok",displayName:"(GMT+07:00) Thailand Time"}],tosLocale:{language:"th",country:"TH"}},{countryCode:"TL",displayName:"Timor-Leste",defaultTimeZoneId:"Asia/Dili",timeZone:[{timeZoneId:"Asia/Dili",displayName:"(GMT+09:00) Timor-Leste Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TK",displayName:"Tokelau",defaultTimeZoneId:"Pacific/Fakaofo",timeZone:[{timeZoneId:"Pacific/Fakaofo",displayName:"(GMT+13:00) Tokelau Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TO",displayName:"Tonga",defaultTimeZoneId:"Pacific/Tongatapu",timeZone:[{timeZoneId:"Pacific/Tongatapu",displayName:"(GMT+13:00) Tonga Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TT",displayName:"Trinidad & Tobago",defaultTimeZoneId:"America/Port_of_Spain",timeZone:[{timeZoneId:"America/Port_of_Spain",displayName:"(GMT-04:00) Trinidad & Tobago Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TN",displayName:"Tunisia",defaultTimeZoneId:"Africa/Tunis",timeZone:[{timeZoneId:"Africa/Tunis",displayName:"(GMT+01:00) Tunisia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"TR",displayName:"Turkey",defaultTimeZoneId:"Europe/Istanbul",timeZone:[{timeZoneId:"Europe/Istanbul",displayName:"(GMT+03:00) Turkey Time"}],tosLocale:{language:"tr",country:"TR"}},{countryCode:"TM",displayName:"Turkmenistan",defaultTimeZoneId:"Asia/Ashgabat",timeZone:[{timeZoneId:"Asia/Ashgabat",displayName:"(GMT+05:00) Turkmenistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TC",displayName:"Turks & Caicos Islands",defaultTimeZoneId:"America/Grand_Turk",timeZone:[{timeZoneId:"America/Grand_Turk",displayName:"(GMT-04:00) Turks & Caicos Islands Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"TV",displayName:"Tuvalu",defaultTimeZoneId:"Pacific/Funafuti",timeZone:[{timeZoneId:"Pacific/Funafuti",displayName:"(GMT+12:00) Tuvalu Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"UM",displayName:"U.S. Outlying Islands",defaultTimeZoneId:"Pacific/Wake",timeZone:[{timeZoneId:"Pacific/Wake",displayName:"(GMT+12:00) Wake Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"UA",displayName:"Ukraine",defaultTimeZoneId:"Europe/Kiev",timeZone:[{timeZoneId:"Europe/Kiev",displayName:"(GMT+03:00) Ukraine Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AE",displayName:"United Arab Emirates",defaultTimeZoneId:"Asia/Dubai",timeZone:[{timeZoneId:"Asia/Dubai",displayName:"(GMT+04:00) United Arab Emirates Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GB",displayName:"United Kingdom",defaultTimeZoneId:"Etc/GMT",timeZone:[{timeZoneId:"Etc/GMT",displayName:"(GMT+00:00) GMT"},{timeZoneId:"Europe/London",displayName:"(GMT+01:00) United Kingdom Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"US",displayName:"United States",defaultTimeZoneId:"America/Los_Angeles",timeZone:[{timeZoneId:"Pacific/Honolulu",displayName:"(GMT-10:00) Honolulu Time"},{timeZoneId:"America/Anchorage",displayName:"(GMT-08:00) Anchorage Time"},{timeZoneId:"America/Los_Angeles",displayName:"(GMT-07:00) Los Angeles Time"},{timeZoneId:"America/Boise",displayName:"(GMT-06:00) Boise Time"},{timeZoneId:"America/Denver",displayName:"(GMT-06:00) Denver Time"},{timeZoneId:"America/Phoenix",displayName:"(GMT-07:00) Phoenix Time"},{timeZoneId:"America/Chicago",displayName:"(GMT-05:00) Chicago Time"},{timeZoneId:"America/Detroit",displayName:"(GMT-04:00) Detroit Time"},{timeZoneId:"America/New_York",displayName:"(GMT-04:00) New York Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"UY",displayName:"Uruguay",defaultTimeZoneId:"America/Montevideo",timeZone:[{timeZoneId:"America/Montevideo",displayName:"(GMT-03:00) Uruguay Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"UZ",displayName:"Uzbekistan",defaultTimeZoneId:"Asia/Tashkent",timeZone:[{timeZoneId:"Asia/Tashkent",displayName:"(GMT+05:00) Uzbekistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"VU",displayName:"Vanuatu",defaultTimeZoneId:"Pacific/Efate",timeZone:[{timeZoneId:"Pacific/Efate",displayName:"(GMT+11:00) Vanuatu Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"VA",displayName:"Vatican City",defaultTimeZoneId:"Europe/Vatican",timeZone:[{timeZoneId:"Europe/Vatican",displayName:"(GMT+02:00) Vatican City Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"VE",displayName:"Venezuela",defaultTimeZoneId:"America/Caracas",timeZone:[{timeZoneId:"America/Caracas",displayName:"(GMT-04:00) Venezuela Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"VN",displayName:"Vietnam",defaultTimeZoneId:"Asia/Saigon",timeZone:[{timeZoneId:"Asia/Saigon",displayName:"(GMT+07:00) Vietnam Time"}],tosLocale:{language:"vi",country:"VN"}},{countryCode:"WF",displayName:"Wallis & Futuna",defaultTimeZoneId:"Pacific/Wallis",timeZone:[{timeZoneId:"Pacific/Wallis",displayName:"(GMT+12:00) Wallis & Futuna Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"EH",displayName:"Western Sahara",defaultTimeZoneId:"Africa/El_Aaiun",timeZone:[{timeZoneId:"Africa/El_Aaiun",displayName:"(GMT+01:00) Western Sahara Time"}],tosLocale:{language:"en",country:"GB"}}],o=s.reduce((e,t)=>(e[t.countryCode]=t.timeZone,e),{}),n=(0,a.keyBy)(s,"countryCode"),r=s.reduce((e,t)=>(t.timeZone.forEach(({timeZoneId:i})=>e[i]=t.countryCode),e),{})},29584:(e,t,i)=>{"use strict";i.d(t,{A:()=>DismissButton});var a=i(62688),s=i.n(a),o=i(82871),n=i(49383),r=i(62540);function DismissButton({className:e,label:t=(0,o.__)("Maybe later","google-site-kit"),onClick:i,disabled:a,tertiary:s=!0}){return i?(0,r.jsx)(n.Button,{className:e,onClick:i,disabled:a,tertiary:s,children:t}):null}DismissButton.propTypes={className:s().string,label:s().string,onClick:s().func,disabled:s().bool,tertiary:s().bool,dismissOptions:s().shape({expiresInSeconds:s().number,skipHidingFromQueue:s().bool})}},29877:(e,t,i)=>{"use strict";function a(e,t=3){return e.filter(({dimensionValues:e})=>"(not set)"!==e[0].value&&""!==e[0].value).slice(0,t)}i.d(t,{S:()=>a})},29898:(e,t,i)=>{"use strict";i.d(t,{A:()=>LoadingWrapper});var a=i(62688),s=i.n(a),o=i(23224),n=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,n.jsx)(o.A,{...i}):t}LoadingWrapper.propTypes={loading:s().bool,children:s().node,...o.A.propTypes}},30427:(e,t,i)=>{"use strict";i.d(t,{A:()=>SettingsGroup});var a=i(62688),s=i.n(a),o=i(15167),n=i(62540);function SettingsGroup({title:e,children:t}){return(0,n.jsxs)("div",{className:"googlesitekit-module-settings-group",children:[(0,n.jsx)(o.A,{as:"h4",size:"medium",type:"title",children:e}),t]})}SettingsGroup.propTypes={title:s().string.isRequired,children:s().node.isRequired}},30679:(e,t,i)=>{"use strict";i.d(t,{A:()=>StoreErrorNotices});var a=i(62688),s=i.n(a),o=i(50539),n=i(77967),r=i(37226),l=i(67150),c=i(65311),d=i(62540);function StoreErrorNotices({hasButton:e=!1,moduleSlug:t,storeName:i}){const a=(0,o.useSelect)(e=>e(i).getErrors()),s=(0,o.useSelect)(e=>e(r.i).getModule(t)),g=[];return a.filter(e=>!(!e?.message||g.includes(e.message))&&(g.push(e.message),!0)).map((t,a)=>{let{message:o}=t;return(0,l.SG)(t)&&(o=(0,c.c)(o,s)),(0,d.jsx)(n.A,{error:t,hasButton:e,storeName:i,message:o},a)})}StoreErrorNotices.propTypes={hasButton:s().bool,storeName:s().string.isRequired,moduleSlug:s().string}},30823:(e,t,i)=>{"use strict";i.d(t,{A:()=>LearnMoreLink});var a=i(62688),s=i.n(a),o=i(82871),n=i(20898),r=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,o.__)("Learn more","google-site-kit"),external:a=!0,onClick:s=()=>{}}){return e?(0,r.jsx)(n.A,{href:e,className:t,onClick:s,external:a,children:i}):null}LearnMoreLink.propTypes={href:s().string.isRequired,className:s().string,label:s().string,external:s().bool,onClick:s().func}},31199:(e,t,i)=>{"use strict";i.d(t,{d:()=>d});var a=i(32091),s=i.n(a),o=i(50539),n=i(93896),r=i(11965);const l="FETCH_GET_EXISTING_TAG",c="RECEIVE_GET_EXISTING_TAG";function d({storeName:e,isValidTag:t,tagMatchers:i}={}){s()("string"==typeof e&&e,"storeName is required."),s()("function"==typeof t,"isValidTag must be a function."),s()(Array.isArray(i),"tagMatchers must be an Array.");const a={existingTag:void 0},d={fetchGetExistingTag:()=>({payload:{},type:l}),receiveGetExistingTag:e=>(s()(null===e||"string"==typeof e,"existingTag must be a tag string or null."),{payload:{existingTag:t(e)?e:null},type:c})},g={[l]:(0,o.createRegistryControl)(e=>async()=>{const t=e.select(n.O4).getHomeURL(),a=e.select(n.O4).getAMPMode(),s=await(0,r.g)({homeURL:t,ampMode:a}),{getHTMLForURL:o}=e.resolveSelect(n.O4);for(const e of s){const t=await o(e),a=(0,r.N)(t,i);if(a)return a}return null})},u=(0,o.createReducer)((e,{type:t,payload:i})=>{switch(t){case c:{const{existingTag:t}=i;e.existingTag=t;break}}}),m={*getExistingTag(){const t=yield o.commonActions.getRegistry();if(void 0===t.select(e).getExistingTag()){const i=yield d.fetchGetExistingTag();t.dispatch(e).receiveGetExistingTag(i)}}},p={getExistingTag:e=>e.existingTag,hasExistingTag:(0,o.createRegistrySelector)(t=>()=>{const i=t(e).getExistingTag();if(void 0!==i)return!!i})};return{...{initialState:a,actions:d,controls:g,reducer:u,resolvers:m,selectors:p},STORE_NAME:e}}},32947:(e,t,i)=>{"use strict";i.d(t,{Fo:()=>o,Lg:()=>n,Qb:()=>s,dv:()=>l,mp:()=>r});var a=i(15577);const s="xlarge",o="desktop",n="tablet",r="small";function l(){const e=(0,a.SO)();return e>1280?s:e>960?o:e>600?n:r}},33566:(e,t,i)=>{"use strict";i.d(t,{A:()=>m});var a=i(99408),s=i(82871),o=i(63696),n=i(44451),r=i(50539),l=i(78340),c=i(58116),d=i(67150),g=i(72455),u=i(27333);function m({redirectURL:e,onSuccess:t,onError:m,onOAuthNavigation:p}={}){const y=(0,a.A)(),[I,h]=(0,o.useState)([]),[A,M]=(0,o.useState)([]),[f,S]=(0,o.useState)(!1),N=(0,r.useSelect)(e=>e(c.oR).hasScope(g.S9)),T=(0,u.A)(g.PW,"autoSubmit"),{setValues:D}=(0,r.useDispatch)(l.s),{setPermissionScopeError:v}=(0,r.useDispatch)(c.oR),{enableAudienceGroup:j,fetchSyncAvailableCustomDimensions:_,determineNeedForAnalytics4EditScope:b,syncAvailableAudiences:k}=(0,r.useDispatch)(g.K9);e||(e=(0,n.F)(i.g.location.href,{notification:"audience_segmentation"}));const C=(0,o.useCallback)(async()=>{const{error:e}=await k();if(e)return{error:e};const{error:t}=await _();if(t)return{error:t};if(!N){const{error:e,needsScope:t}=await b();if(e)return{error:e};if(t)return{needsScope:!0}}D(g.PW,{autoSubmit:!1});const{error:i,failedSiteKitAudienceSlugs:a}=await j(A)||{};return{error:i,failedSiteKitAudienceSlugs:a}},[j,A,_,N,b,D,k]),E=(0,o.useCallback)(async()=>{S(!0);const{error:a,needsScope:o,failedSiteKitAudienceSlugs:n}=await C();if(o)return D(g.PW,{autoSubmit:!0}),await(p?.()),void v({code:d.db,message:(0,s.__)("Additional permissions are required to create new audiences in Analytics.","google-site-kit"),data:{status:403,scopes:[g.S9],skipModal:!0,skipDefaultErrorNotifications:!0,redirectURL:e,errorRedirectURL:i.g.location.href}});if(a||n?m?.():t?.(),y()){function r(e){return e.length?[]:e}a?(h([a]),M(r)):Array.isArray(n)?(M(n),h(r)):(h(r),M(r)),S(!1)}},[C,y,D,p,v,e,m,t]);return(0,o.useEffect)(()=>{N&&T&&E()},[N,T,E]),{apiErrors:I,failedAudiences:A,isSaving:f,onEnableGroups:E}}},34002:(e,t,i)=>{"use strict";i.d(t,{I:()=>a});const a="ads"},34375:(e,t,i)=>{"use strict";i.d(t,{A:()=>SetupCTA});var a=i(4452),s=i.n(a),o=i(62688),n=i.n(o),r=i(63696),l=i(50539),c=i(71423),d=i(7070),g=i(7184),u=i(30823),m=i(3782),p=i(29584),y=i(55527),I=i(49383),h=i(62540);function SetupCTA({notificationID:e,title:t,description:i,errorText:a,helpText:o,learnMoreLink:n,dismissButton:u,ctaButton:m,svg:p,footer:A,gaTrackingEventArgs:M,waitingProgress:f,...S}){const N=(0,d.A)(e,M?.category),{dismissNotification:T}=(0,l.useDispatch)(c.D);return(0,h.jsxs)(r.Fragment,{children:[!!f&&(0,h.jsx)(I.ProgressBar,{className:"googlesitekit-banner__progress-bar",...f}),(0,h.jsx)("div",{className:s()("googlesitekit-widget-context",{"googlesitekit-widget-context--with-progress-bar":!!f}),children:(0,h.jsx)(y.xA,{children:(0,h.jsx)(y.fI,{children:(0,h.jsx)(y.fh,{size:12,children:(0,h.jsx)(g.A,{className:"googlesitekit-banner--setup-cta",title:t,description:i,errorText:a,helpText:o,learnMoreLink:n&&{...n,onClick:async function(e){N.clickLearnMore(M?.label,M?.value),await(n?.onClick?.(e))}},dismissButton:u&&{...u,onClick:async function(t){await(u?.onClick?.(t)),N.dismiss(M?.label,M?.value),T(e,{...u?.dismissOptions})}},ctaButton:m&&{...m,onClick:async function(t){N.confirm(M?.label,M?.value),await(m?.onClick?.(t)),m?.dismissOnClick&&T(e,{...m?.dismissOptions})}},svg:p,footer:A,...S})})})})})]})}SetupCTA.propTypes={notificationID:n().string,title:n().string,description:n().oneOfType([n().string,n().node]),errorText:n().string,helpText:n().string,learnMoreLink:n().shape(u.A.propTypes),dismissButton:n().shape(p.A.propTypes),ctaButton:n().shape(m.A.propTypes),svg:n().shape({desktop:n().elementType,mobile:n().elementType,verticalPosition:n().oneOf(["top","center","bottom"])}),footer:n().node,gaTrackingEventArgs:n().shape({category:n().string,label:n().string,value:n().number}),waitingProgress:n().shape(I.ProgressBar.propTypes)}},35001:(e,t,i)=>{"use strict";i.d(t,{c1:()=>M,V8:()=>N,WP:()=>S});var a=i(50532),s=i.n(a),o=i(39828),n=i(62688),r=i.n(n),l=i(63696),c=i(47345),d=i(73549),g=i(62540);function WidgetReportZero({widgetSlug:e,moduleSlug:t,...i}){const a=(0,l.useMemo)(()=>({moduleSlug:t}),[t]);return(0,c.A)(e,d.A,a),(0,g.jsx)(d.A,{moduleSlug:t,...i})}WidgetReportZero.propTypes={widgetSlug:r().string.isRequired,...d.A.propTypes};var u=i(11345);function WidgetReportError({widgetSlug:e,...t}){return(0,g.jsx)(u.A,{...t})}WidgetReportError.propTypes={widgetSlug:r().string.isRequired,...u.A.propTypes};var m=i(84093),p=i(23141),y=i(17064),I=i(52684),h=i(50539),A=i(7081);function WPDashboardReportError({moduleSlug:e,error:t}){const i=(0,I.A)(WPDashboardReportError,"WPDashboardReportError"),{setValue:a}=(0,h.useDispatch)(A.n),s=t.message,o=(0,h.useSelect)(t=>t(A.n).getValue(`WPDashboardReportError-${e}-${s}`));return(0,y.A)(()=>{a(`WPDashboardReportError-${e}-${s}`,i)},()=>{a(`WPDashboardReportError-${e}-${s}`,void 0)}),o!==i?null:(0,g.jsx)(u.A,{moduleSlug:e,error:t})}WPDashboardReportError.propTypes={moduleSlug:r().string.isRequired,error:r().object.isRequired};const M=s()(e=>({widgetSlug:e,Widget:f(e)(o.A),WidgetRecoverableModules:f(e)(p.A),WidgetReportZero:f(e)(WidgetReportZero),WidgetReportError:f(e)(WidgetReportError),WidgetNull:f(e)(m.A)}));function f(e){return t=>{const i=(0,l.forwardRef)((i,a)=>(0,g.jsx)(t,{...i,ref:a,widgetSlug:e}));return i.displayName="WithWidgetSlug",(t.displayName||t.name)&&(i.displayName+=`(${t.displayName||t.name})`),i}}function S(e){const t=M(e);return e=>{function DecoratedComponent(i){return(0,g.jsx)(e,{...i,...t})}return DecoratedComponent.displayName="WithWidgetComponentProps",(e.displayName||e.name)&&(DecoratedComponent.displayName+=`(${e.displayName||e.name})`),DecoratedComponent}}function N(e){return t=>{function DecoratedComponent(i){return(0,g.jsx)(t,{...i,WPDashboardReportError:f(e)(WPDashboardReportError)})}return DecoratedComponent.displayName="WithWPDashboardWidgetComponentProps",(t.displayName||t.name)&&(DecoratedComponent.displayName+=`(${t.displayName||t.name})`),DecoratedComponent}}},35323:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var a=i(24558),s=i(77766);function o(){const e=(0,s.A)();return a.Nn.includes(e)}},35886:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileWrapper});var a=i(4452),s=i.n(a),o=i(17243),n=i(62688),r=i.n(n),l=i(63696),c=i(82871),d=i(25623),g=i(13606),u=i(20898),m=i(62540);function GetHelpLink({linkURL:e}){return(0,g.A)(/* translators: %s: get help text. */ /* translators: %s: get help text. */ (0,c.__)("Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,m.jsx)(u.A,{href:e,external:!0,hideExternalIndicator:!0,children:(0,c.__)("Get help","google-site-kit")})})}GetHelpLink.propTypes={linkURL:r().string.isRequired};var p=i(23224);function MetricTileLoader(){return(0,m.jsxs)("div",{className:"googlesitekit-km-widget-tile__loading",children:[(0,m.jsx)(p.A,{className:"googlesitekit-km-widget-tile__loading-header",width:"100%",height:"14px"}),(0,m.jsx)(p.A,{className:"googlesitekit-km-widget-tile__loading-body",width:"100%",height:"53px"})]})}var y=i(36148),I=i(92473),h=i(35902),A=i(67150),M=i(12850),f=i(77766);function MetricTileWrapper(e){const{className:t,children:i,error:a,loading:n,moduleSlug:r,Widget:g,widgetSlug:u,title:p=d.G[u]?.title,infoTooltip:S=d.G[u]?.infoTooltip||d.G[u]?.description}=e,N=(0,f.A)(),T=!!a&&(0,o.castArray)(a).some(A.SG),D=(0,l.useCallback)(()=>{(0,M.sx)(`${N}_kmw`,"data_loading_error_retry")},[N]);return(0,l.useEffect)(()=>{a&&(0,M.sx)(`${N}_kmw`,"data_loading_error")},[N,a]),a?(0,m.jsx)(y.A,{title:T?(0,c.__)("Insufficient permissions","google-site-kit"):(0,c.__)("Data loading failed","google-site-kit"),headerText:p,infoTooltip:S,children:(0,m.jsx)(h.A,{moduleSlug:r,error:a,onRetry:D,GetHelpLink:T?GetHelpLink:void 0,getHelpClassName:"googlesitekit-error-retry-text"})}):(0,m.jsx)(g,{noPadding:!0,children:(0,m.jsxs)("div",{className:s()("googlesitekit-km-widget-tile",t),children:[(0,m.jsx)(I.A,{title:p,infoTooltip:S,loading:n}),(0,m.jsxs)("div",{className:"googlesitekit-km-widget-tile__body",children:[n&&(0,m.jsx)(MetricTileLoader,{}),!n&&i]})]})})}MetricTileWrapper.propTypes={Widget:r().elementType.isRequired,loading:r().bool,title:r().string,infoTooltip:r().oneOfType([r().string,r().element]),moduleSlug:r().string.isRequired}},35902:(e,t,i)=>{"use strict";i.d(t,{A:()=>ReportErrorActions});var a=i(62688),s=i.n(a),o=i(63696),n=i(13606),r=i(82871),l=i(50539),c=i(49383),d=i(93896),g=i(37226),u=i(67150),m=i(35323),p=i(20898),y=i(62540);function ReportErrorActions(e){const{moduleSlug:t,error:i,GetHelpLink:a,hideGetHelpLink:s,buttonVariant:I,onRetry:h,onRequestAccess:A,getHelpClassName:M,RequestAccessButton:f,RetryButton:S}=e,N=(0,m.A)(),T=(0,l.useSelect)(e=>e(g.i).getModuleStoreName(t)),D=(0,l.useSelect)(e=>"function"==typeof e(T)?.getServiceEntityAccessURL?e(T).getServiceEntityAccessURL():null),v=Array.isArray(i)?i:[i],j=(0,l.useSelect)(e=>v.map(t=>{const i=e(T)?.getSelectorDataForError(t);return{...t,selectorData:i}})),_=j?.filter(e=>(0,u.vl)(e,e.selectorData)&&"getReport"===e.selectorData.name),b=!!_.length,k=(0,l.useSelect)(e=>{const i={...b?_[0]:v[0]};return(0,u.SG)(i)&&(i.code=`${t}_insufficient_permissions`),e(d.O4).getErrorTroubleshootingLinkURL(i)}),C=(0,l.useDispatch)(),E=v.some(e=>(0,u.SG)(e)),x=(0,o.useCallback)(()=>{_.forEach(e=>{const{selectorData:t}=e;C(t.storeName).invalidateResolution(t.name,t.args)}),h?.()},[C,_,h]),w=D&&E&&!N;return(0,y.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[w&&("function"==typeof f?(0,y.jsx)(f,{requestAccessURL:D}):(0,y.jsx)(c.Button,{onClick:A,href:D,target:"_blank",danger:"danger"===I,tertiary:"tertiary"===I,children:(0,r.__)("Request access","google-site-kit")})),b&&(0,y.jsxs)(o.Fragment,{children:["function"==typeof S?(0,y.jsx)(S,{handleRetry:x}):(0,y.jsx)(c.Button,{onClick:x,danger:"danger"===I,tertiary:"tertiary"===I,children:(0,r.__)("Retry","google-site-kit")}),!s&&(0,y.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,n.A)((0,r.__)("Retry didn’t work? <HelpLink />","google-site-kit"),{HelpLink:(0,y.jsx)(p.A,{href:k,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})})})]}),!b&&!s&&(0,y.jsx)("div",{className:M,children:"function"==typeof a?(0,y.jsx)(a,{linkURL:k}):(0,y.jsx)(p.A,{href:k,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})})]})}ReportErrorActions.propTypes={moduleSlug:s().string.isRequired,error:s().oneOfType([s().arrayOf(s().object),s().object]).isRequired,GetHelpLink:s().elementType,hideGetHelpLink:s().bool,buttonVariant:s().string,onRetry:s().func,onRequestAccess:s().func,getHelpClassName:s().string,RequestAccessButton:s().elementType,RetryButton:s().elementType}},36148:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileError});var a=i(4884),s=i(10953),o=i(62540);function MetricTileError(e){const{children:t,headerText:i,infoTooltip:n,title:r}=e;return(0,o.jsx)("div",{className:"googlesitekit-km-widget-tile--error",children:(0,o.jsx)(a.A,{title:r,headerText:i,headerContent:n&&(0,o.jsx)(s.A,{title:n}),description:"",error:!0,children:t})})}},37226:(e,t,i)=>{"use strict";i.d(t,{U:()=>s,i:()=>a});const a="core/modules",s="insufficient_module_dependencies"},39771:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>TourTooltips,R0:()=>y,ei:()=>h});var a=i(15844),s=i(36703),o=i(62688),n=i.n(o),r=i(82871),l=i(50539),c=i(7081),d=i(58116),g=i(89318),u=i(60592),m=i(77766),p=i(62540);const y={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},I={back:(0,r.__)("Back","google-site-kit"),close:(0,r.__)("Close","google-site-kit"),last:(0,r.__)("Got it","google-site-kit"),next:(0,r.__)("Next","google-site-kit")},h={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},A={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:o,callback:n}){const r=`${t}-step`,M=`${t}-run`,{setValue:f}=(0,l.useDispatch)(c.n),{dismissTour:S}=(0,l.useDispatch)(d.oR),N=(0,l.useRegistry)(),T=(0,m.A)(),D=(0,l.useSelect)(e=>e(c.n).getValue(r)||0),v=(0,l.useSelect)(e=>e(c.n).getValue(M)&&!1===e(d.oR).isTourDismissed(t));(0,a.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),f(M,!0)});const j=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,p.jsx)(s.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:a,status:n,type:r}){const l=e+1,c="function"==typeof o?o(T):o;r===s.qY.TOOLTIP&&i===s.VD.TOOLTIP?(0,g.sx)(c,A.VIEW,l):t===s.kl.CLOSE&&i===s.VD.COMPLETE?(0,g.sx)(c,A.DISMISS,l):t===s.kl.NEXT&&n===s.XQ.FINISHED&&r===s.qY.TOUR_END&&a===l&&(0,g.sx)(c,A.COMPLETE,l),i===s.VD.COMPLETE&&n!==s.XQ.FINISHED&&(t===s.kl.PREV&&(0,g.sx)(c,A.PREV,l),t===s.kl.NEXT&&(0,g.sx)(c,A.NEXT,l))}(e);const{action:a,index:l,status:c,step:d,type:u}=e,m=a===s.kl.CLOSE,p=!m&&[s.qY.STEP_AFTER,s.qY.TARGET_NOT_FOUND].includes(u),y=[s.XQ.FINISHED,s.XQ.SKIPPED].includes(c),I=m&&u===s.qY.STEP_AFTER,h=y||I;if(s.qY.STEP_BEFORE===u){let e=d.target;"string"==typeof d.target&&(e=i.g.document.querySelector(d.target)),e?.scrollIntoView?.({block:"center"})}p?function(e,t){f(r,e+(t===s.kl.PREV?-1:1))}(l,a):h&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),S(t)),n&&n(e,N)},floaterProps:h,locale:I,run:v,stepIndex:D,steps:j,styles:y,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:n().arrayOf(n().object).isRequired,tourID:n().string.isRequired,gaEventCategory:n().oneOfType([n().string,n().func]).isRequired,callback:n().func}},39828:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var a=i(4452),s=i.n(a),o=i(62688),n=i.n(o),r=i(63696),l=i(62540);const c=(0,r.forwardRef)(({children:e,className:t,widgetSlug:i,noPadding:a,Header:o,Footer:n},r)=>(0,l.jsxs)("div",{className:s()("googlesitekit-widget",`googlesitekit-widget--${i}`,{"googlesitekit-widget--no-padding":a},{"googlesitekit-widget--with-header":o},t),ref:r,children:[o&&(0,l.jsx)("div",{className:"googlesitekit-widget__header",children:(0,l.jsx)(o,{})}),(0,l.jsx)("div",{className:"googlesitekit-widget__body",children:e}),n&&(0,l.jsx)("div",{className:"googlesitekit-widget__footer",children:(0,l.jsx)(n,{})})]}));c.defaultProps={children:void 0,noPadding:!1},c.propTypes={children:n().node,widgetSlug:n().string.isRequired,noPadding:n().bool,Header:n().elementType,Footer:n().elementType};const d=c},40127:(e,t,i)=>{"use strict";function a(e,t,i=()=>!0){return"string"==typeof e?i(e):!("object"!=typeof e||!t(e))||!!Array.isArray(e)&&e.every(e=>"string"==typeof e?i(e):"object"==typeof e&&t(e))}function s({startDate:e,endDate:t}){const i=e&&e.match(/^\d{4}-\d{2}-\d{2}$/),a=t&&t.match(/^\d{4}-\d{2}-\d{2}$/);return i&&a}function o(e){function t(e){const t=e.hasOwnProperty("fieldName")&&!!e.fieldName,i=e.hasOwnProperty("sortOrder")&&/(ASCENDING|DESCENDING)/i.test(e.sortOrder.toString());return t&&i}return Array.isArray(e)?e.every(e=>"object"==typeof e&&t(e)):"object"==typeof e&&t(e)}function n(e){return"string"==typeof e||!!Array.isArray(e)&&e.every(e=>"string"==typeof e)}i.d(t,{G4:()=>o,O5:()=>s,cX:()=>a,cq:()=>n})},40847:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileText});var a=i(62688),s=i.n(a),o=i(2478),n=i(12850),r=i(35886),l=i(62540);function MetricTileText({metricValue:e,metricValueFormat:t,subText:i,previousValue:a,currentValue:s,...c}){const d=(0,n.mK)(t);return(0,l.jsxs)(r.A,{className:"googlesitekit-km-widget-tile--text",...c,children:[(0,l.jsxs)("div",{className:"googlesitekit-km-widget-tile__metric-container",children:[(0,l.jsx)("div",{className:"googlesitekit-km-widget-tile__metric",children:e}),(0,l.jsx)("p",{className:"googlesitekit-km-widget-tile__subtext",children:i})]}),(0,l.jsx)("div",{className:"googlesitekit-km-widget-tile__metric-change-container",children:(0,l.jsx)(o.A,{previousValue:a,currentValue:s,isAbsolute:"percent"===d?.style})})]})}MetricTileText.propTypes={metricValue:s().oneOfType([s().string,s().number]),subtext:s().string,previousValue:s().number,currentValue:s().number}},41566:(e,t,i)=>{"use strict";i.d(t,{A:()=>GoogleTagGatewayToggle});var a=i(4452),s=i.n(a),o=i(15844),n=i(63696),r=i(13606),l=i(82871),c=i(49383),d=i(50539),g=i(93896),u=i(2362),m=i(20898),p=i(77766),y=i(12850),I=i(61046),h=i(80035),A=i(62540);const M=(0,I.A)(h.A);function GoogleTagGatewayToggle({className:e}){const t=(0,p.A)(),i=(0,d.useSelect)(e=>e(g.O4).isGoogleTagGatewayEnabled()),a=(0,d.useSelect)(e=>e(g.O4).isFetchingGetGTGServerRequirementStatus()),I=(0,d.useSelect)(e=>{const{isGTGHealthy:t,isScriptAccessEnabled:i}=e(g.O4);return!1!==t()&&!1!==i()}),{fetchGetGTGServerRequirementStatus:f,setGoogleTagGatewayEnabled:S}=(0,d.useDispatch)(g.O4),N=(0,d.useSelect)(e=>e(g.O4).getDocumentationLinkURL("google-tag-gateway-introduction")),T=(0,d.useSelect)(e=>e(g.O4).getDocumentationLinkURL("google-tag-gateway-server-requirements"));(0,o.A)(f);const D=(0,n.useCallback)(()=>{const e=i?"deactivate_google_tag_gateway":"activate_google_tag_gateway";(0,y.sx)(`${t}_gtg-settings-toggle`,e).finally(()=>{S(!i)})},[i,S,t]);return(0,A.jsxs)("div",{className:s()("googlesitekit-google-tag-gateway-toggle",e),children:[a&&(0,A.jsx)(c.ProgressBar,{className:"googlesitekit-google-tag-gateway-toggle__progress",small:!0}),!a&&(0,A.jsxs)("div",{className:"googlesitekit-module-settings-group__switch",children:[(0,A.jsx)(c.Switch,{label:(0,l.__)("Google tag gateway for advertisers","google-site-kit"),checked:!!i&&I,disabled:!I,onClick:D,hideLabel:!1}),(0,A.jsx)("div",{className:"googlesitekit-google-tag-gateway-toggle__switch-badge",children:(0,A.jsx)(u.A,{className:"googlesitekit-badge--beta",label:(0,l.__)("Beta","google-site-kit"),hasLeftSpacing:!0})})]}),(0,A.jsx)("p",{className:"googlesitekit-module-settings-group__helper-text",children:(0,r.A)((0,l.__)("Your tag data will be sent through your own domain to improve data quality and help you recover measurement signals. <a>Learn more</a>","google-site-kit"),{a:(0,A.jsx)(m.A,{href:N,onClick:()=>{(0,y.sx)(`${t}_gtg-settings-toggle`,"click_learn_more_link")},"aria-label":(0,l.__)("Learn more about Google tag gateway for advertisers","google-site-kit"),external:!0})})}),!a&&!I&&(0,A.jsx)(M,{type:h.A.TYPES.WARNING,title:(0,r.A)((0,l.__)("Your server’s current settings prevent Google tag gateway for advertisers from working. To enable it, please contact your hosting provider and request access to external resources and plugin files. <a>Learn more</a>","google-site-kit"),{a:(0,A.jsx)(m.A,{href:T,onClick:()=>{(0,y.sx)(`${t}_gtg-settings-toggle-disabled`,"click_learn_more_link")},"aria-label":(0,l.__)("Learn more about Google tag gateway for advertisers server requirements","google-site-kit"),external:!0})}),variant:"warning",onInView:()=>{(0,y.sx)(`${t}_gtg-settings-toggle-disabled`,"view_notice")}})]})}},42343:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),a||(a=s.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},42820:(e,t,i)=>{"use strict";i.d(t,{A:()=>ConversionTrackingToggle});var a=i(63696),s=i(82871),o=i(49383),n=i(50539),r=i(93896),l=i(29898),c=i(62688),d=i.n(c),g=i(15844),u=i(4445),m=i(12850),p=i(77766),y=i(62540);function ConfirmDisableConversionTrackingDialog({onConfirm:e,onCancel:t}){const i=(0,p.A)(),a=(0,s.__)("By disabling plugin conversion tracking, you will no longer have access to:","google-site-kit"),o=[(0,s.__)("Performance of your Ad campaigns","google-site-kit"),(0,s.__)("Tracking additional conversion-related events via Analytics","google-site-kit")];return(0,g.A)(()=>{(0,m.sx)(`${i}`,"ect_view_modal")}),(0,y.jsx)(u.A,{className:"googlesitekit-settings-module__confirm-disconnect-modal",title:(0,s.__)("Disable plugin conversion tracking","google-site-kit"),subtitle:a,handleConfirm:e,handleCancel:t,onClose:t,provides:o,confirmButton:(0,s.__)("Disable","google-site-kit"),dialogActive:!0,danger:!0})}ConfirmDisableConversionTrackingDialog.propTypes={onConfirm:d().func.isRequired,onCancel:d().func.isRequired};var I=i(77967);function ConversionTrackingToggle({children:e,loading:t}){const i=(0,p.A)(),[c]=(0,a.useState)(null),[d,g]=(0,a.useState)(!1),u=(0,n.useSelect)(e=>e(r.O4).isConversionTrackingEnabled()),h=(0,n.useSelect)(e=>e(r.O4).isFetchingSaveConversionTrackingSettings()),{setConversionTrackingEnabled:A}=(0,n.useDispatch)(r.O4);return(0,y.jsxs)("div",{children:[(0,y.jsx)(l.A,{loading:t,width:"180px",height:"21.3px",children:(0,y.jsx)("div",{className:"googlesitekit-module-settings-group__switch",children:(0,y.jsx)(o.Switch,{label:(0,s.__)("Plugin conversion tracking","google-site-kit"),checked:u,disabled:h||t,onClick:()=>{u?((0,m.sx)(`${i}`,"ect_disable"),g(!0)):((0,m.sx)(`${i}`,"ect_enable"),A(!0))},hideLabel:!1})})}),!!c&&(0,y.jsx)(I.A,{message:c.message}),(0,y.jsx)(l.A,{className:"googlesitekit-settings-conversion-tracking-switch-description--loading",loading:t,width:"750px",height:"42px",smallWidth:"386px",smallHeight:"84px",tabletWidth:"540px",tabletHeight:"84px",children:(0,y.jsx)("p",{className:"googlesitekit-module-settings-group__helper-text",children:e})}),d&&(0,y.jsx)(ConfirmDisableConversionTrackingDialog,{onConfirm:()=>{(0,m.sx)(`${i}`,"ect_confirm_disable"),A(!1),g(!1)},onCancel:()=>{(0,m.sx)(`${i}`,"ect_cancel_disable"),g(!1)}})]})}ConversionTrackingToggle.propTypes={children:d().node.isRequired,loading:d().bool}},42926:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var a=i(19371),s=i(31638);const o=function(e){const t=Object.keys(e).reduce((t,i)=>(t[(0,s.getStablePath)(i)]=e[i],t),{});let i=!1;return(e,a)=>{if(i)return a(e);setTimeout(()=>{i=!0},3e3);const{parse:o=!0}=e,n=e.path;if("string"==typeof e.path){const i=e.method?.toUpperCase()||"GET",a=(0,s.getStablePath)(n);if(o&&"GET"===i&&t[a]){const e=Promise.resolve(t[a].body);return delete t[a],e}if("OPTIONS"===i&&t[i]&&t[i][a]){const e=Promise.resolve(t[i][a]);return delete t[i][a],e}}return a(e)}},{nonce:n,nonceEndpoint:r,preloadedData:l,rootURL:c}=i.g._googlesitekitAPIFetchData||{};a.default.nonceEndpoint=r,a.default.nonceMiddleware=a.default.createNonceMiddleware(n),a.default.rootURLMiddleware=a.default.createRootURLMiddleware(c),a.default.preloadingMiddleware=o(l),a.default.use(a.default.nonceMiddleware),a.default.use(a.default.mediaUploadMiddleware),a.default.use(a.default.rootURLMiddleware),a.default.use(a.default.preloadingMiddleware);const d=a.default},43427:(e,t,i)=>{"use strict";i.r(t),i.d(t,{AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:()=>d,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:()=>u,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:()=>g,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:()=>c,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:()=>n,AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:()=>a,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:()=>l,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:()=>r,AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION:()=>o,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:()=>s,default:()=>m});const a="mainDashboardKeyMetricsPrimary",s="mainDashboardTrafficPrimary",o="mainDashboardTrafficAudienceSegmentation",n="mainDashboardContentPrimary",r="mainDashboardSpeedPrimary",l="mainDashboardMonetizationPrimary",c="entityDashboardTrafficPrimary",d="entityDashboardContentPrimary",g="entityDashboardSpeedPrimary",u="entityDashboardMonetizationPrimary",m={AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:a,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:s,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:n,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:r,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:l,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:c,AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:d,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:g,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:u}},44174:(e,t,i)=>{"use strict";i.d(t,{A:()=>SupportLink});var a=i(62688),s=i.n(a),o=i(50539),n=i(93896),r=i(20898),l=i(62540);function SupportLink(e){const{path:t,query:i,hash:a,...s}=e,c=(0,o.useSelect)(e=>e(n.O4).getGoogleSupportURL({path:t,query:i,hash:a}));return(0,l.jsx)(r.A,{...s,href:c})}SupportLink.propTypes={path:s().string.isRequired,query:s().object,hash:s().string}},44314:(e,t,i)=>{"use strict";i.d(t,{d:()=>g});var a=i(32091),s=i.n(a),o=i(54419),n=i(50539),r=i(3687);const l="RECEIVE_GATHERING_DATA",c="RECEIVE_DATA_AVAILABLE_ON_LOAD",d="WAIT_FOR_DATA_AVAILABILITY_STATE";function g(e,{storeName:t,dataAvailable:i=!1,selectDataAvailability:a}={}){s()("string"==typeof e&&e,"module slug is required."),s()("string"==typeof t&&t,"store name is required."),s()("boolean"==typeof i,"dataAvailable must be a boolean."),s()("function"==typeof a,"selectDataAvailability must be a function.");const g=(0,r.U)({baseName:"saveDataAvailableState",controlCallback:()=>(0,o.set)("modules",e,"data-available")}),u={dataAvailableOnLoad:i,gatheringData:void 0},m={receiveIsGatheringData:e=>(s()("boolean"==typeof e,"gatheringData must be a boolean."),{payload:{gatheringData:e},type:l}),receiveIsDataAvailableOnLoad:e=>(s()("boolean"==typeof e,"dataAvailableOnLoad must be a boolean."),{payload:{dataAvailableOnLoad:e},type:c})},p={[d]:(0,n.createRegistryControl)(e=>()=>{function i(){return void 0!==e.select(t).selectDataAvailability()}return!!i()||new Promise(t=>{const a=e.subscribe(()=>{i()&&(a(),t(!0))})})})},y=(0,n.createReducer)((e=u,{type:t,payload:i})=>{switch(t){case l:e.gatheringData=i.gatheringData;break;case c:e.dataAvailableOnLoad=i.dataAvailableOnLoad}}),I={*isGatheringData(){const e=yield n.commonActions.getRegistry();if(void 0!==e.select(t).isGatheringData())return;if(e.select(t).isDataAvailableOnLoad())return void(yield m.receiveIsGatheringData(!1));yield{payload:{},type:d};const i=e.select(t).selectDataAvailability();yield m.receiveIsGatheringData(!i),i&&(yield g.actions.fetchSaveDataAvailableState())}},h={selectDataAvailability:a,isDataAvailableOnLoad:e=>e.dataAvailableOnLoad,isGatheringData:e=>e.gatheringData};return(0,n.combineStores)(g,{actions:m,controls:p,initialState:u,reducer:y,resolvers:I,selectors:h})}},45472:(e,t,i)=>{"use strict";i.d(t,{M:()=>a});const a="core/location"},45512:(e,t,i)=>{"use strict";i.d(t,{f:()=>s,n:()=>a});const a="modules/search-console",s=1},46553:(e,t,i)=>{"use strict";var a=i(50539),s=i.n(a),o=i(13620),n=i.n(o),r=i(88176),l=i.n(r),c=i(46935),d=i.n(c),g=i(82871),u=i(21283),m=(i(73887),i(62688)),p=i.n(m),y=i(63560),I=i(63696),h=i(13606),A=i(81276),M=i(39016),f=i(58116),S=i(7081),N=i(72455),T=i(99897),D=i(50111),v=i(12850);function j({shouldShowInitialCalloutForTailoredMetrics:e,shouldShowCalloutForUserPickedMetrics:t,shouldShowCalloutForNewEvents:i,userPickedMetrics:a},s,o){let n="";e&&(n=`${s}_kmw-tailored-conversion-events-detected-notification`),t&&(n=`${s}_kmw-manual-conversion-events-detected-notification`),i&&a?.length&&(n=`${s}_kmw-manual-new-conversion-events-detected-notification`),i&&!a?.length&&(n=`${s}_kmw-tailored-new-conversion-events-detected-notification`),n&&(0,v.sx)(n,o,"conversion_reporting")}j.propTypes={shouldShowInitialCalloutForTailoredMetrics:p().bool.isRequired,shouldShowCalloutForUserPickedMetrics:p().bool.isRequired,shouldShowCalloutForNewEvents:p().bool.isRequired,userPickedMetrics:p().object.isRequired,viewContext:p().string.isRequired,eventName:p().string.isRequired};var _=i(80035),b=i(62540);function ConversionReportingDashboardSubtleNotification({description:e,ctaLabel:t,handleCTAClick:i,isSaving:a=!1,onDismiss:s,dismissCTALabel:o=(0,g.__)("Maybe later","google-site-kit")}){return(0,b.jsx)(_.A,{type:"new",title:(0,g.__)("New key metrics were added!","google-site-kit"),description:e,dismissButton:{label:o,onClick:s},ctaButton:{label:t,onClick:i,inProgress:a,disabled:a}})}ConversionReportingDashboardSubtleNotification.propTypes={description:p().node.isRequired,ctaLabel:p().string.isRequired,handleCTAClick:p().func.isRequired,isSaving:p().bool,onDismiss:p().func.isRequired,dismissCTALabel:p().string};var k=i(35470),C=i(93896),E=i(20898);function LostEventsSubtleNotification({onSelectMetricsCallback:e,onDismissCallback:t}){const i=(0,k.A)(e=>e(C.O4).getDocumentationLinkURL("unavailable-metrics-data"));return(0,b.jsx)(_.A,{type:_.A.TYPES.WARNING,title:(0,g.__)("Unavailable metrics data","google-site-kit"),description:(0,h.A)((0,g.__)("We couldn’t detect any events for some of your metrics in over 90 days. You can select other metrics for your dashboard. <a>Learn more</a>","google-site-kit"),{a:(0,b.jsx)(E.A,{href:i,"aria-label":(0,g.__)("Learn more about unavailable metric data","google-site-kit"),external:!0})}),dismissButton:{label:(0,g.__)("Got it","google-site-kit"),onClick:t},ctaButton:{label:(0,g.__)("Select metrics","google-site-kit"),onClick:e}})}LostEventsSubtleNotification.propTypes={..._.A.propTypes};var x=i(16196),w=i(77766);function ConversionReportingNotificationCTAWidget({Widget:e,WidgetNull:t}){const i=(0,w.A)(),[s,o]=(0,I.useState)(!1),[n,r]=(0,I.useState)(!1),l=(0,I.useRef)(!0),c=(0,I.useRef)(),d=(0,y.A)(c,{threshold:.25}),u=!!d?.intersectionRatio,m=(0,a.useSelect)(e=>e(N.K9).haveLostEventsForCurrentMetrics()),p=(0,a.useSelect)(e=>e(N.K9).getNewConversionEventsLastUpdateAt()),M=(0,a.useSelect)(e=>e(N.K9).getLostConversionEventsLastUpdateAt()),T=(0,a.useSelect)(e=>e(f.oR).haveNewConversionEventsAfterDismiss(p)),_=(0,a.useSelect)(e=>e(f.oR).haveLostConversionEventsAfterDismiss(M)),k=function(e){return(0,a.useSelect)(t=>{const{isUserInputCompleted:i,getUserPickedMetrics:a,getUserInputSettings:s,getID:o}=t(f.oR),n=a(),r=i(),l=s(),c=l?.purpose?.answeredBy,d=o(),g=t(N.K9).haveConversionEventsForTailoredMetrics(!0);return!n?.length&&r&&g&&e&&c===d})}(T),x=function(e){return(0,a.useSelect)(t=>{const i=t(f.oR).getUserPickedMetrics(),a=t(N.K9).haveConversionEventsForUserPickedMetrics(!0),s=t(C.O4).isKeyMetricsSetupCompleted();return i?.length&&s&&a&&e})}(T),R=function(e){return(0,a.useSelect)(t=>{const i=t(C.O4).isKeyMetricsSetupCompleted(),a=t(N.K9).haveConversionEventsWithDifferentMetrics();return i&&a&&e})}(T),L=m&&_,G=(0,a.useSelect)(e=>e(f.oR).getUserPickedMetrics()),z=(0,I.useMemo)(()=>({shouldShowInitialCalloutForTailoredMetrics:k,shouldShowCalloutForUserPickedMetrics:x,shouldShowCalloutForNewEvents:R,userPickedMetrics:G}),[k,x,R,G]),Z=(0,a.useSelect)(e=>e(f.oR).isSavingConversionReportingSettings()),P=(0,a.useSelect)(e=>e(f.oR).isSavingKeyMetricsSettings()),{saveConversionReportingSettings:O}=(0,a.useDispatch)(f.oR),B=(0,I.useCallback)(async e=>{const t=Math.round(Date.now()/1e3),a={newEventsCalloutDismissedAt:t};"lostEvents"===e?(a.lostEventsCalloutDismissedAt=t,l.current&&(0,v.sx)(`${i}_kmw-lost-conversion-events-detected-notification`,"dismiss_notification","conversion_reporting")):l.current&&j(z,i,"dismiss_notification"),await O(a)},[i,z,O]),W=(0,a.useSelect)(e=>e(N.K9).getUserInputPurposeConversionEvents()),{setUserInputSetting:U,saveUserInputSettings:V}=(0,a.useDispatch)(f.oR),F=(0,I.useCallback)(()=>{k&&(o(!0),U("includeConversionEvents",W),V(),o(!1)),j(z,i,"confirm_add_new_conversion_metrics"),l.current=!1,B()},[U,V,B,W,k,i,z]),{setValue:H}=(0,a.useDispatch)(S.n),K=(0,I.useCallback)((e="")=>{l.current=!1,H(D.EA,!0),"lostEvents"!==e?(R||j(z,i,"confirm_select_new_conversion_metrics"),R&&j(z,i,"confirm_view_new_conversion_metrics")):L&&(0,v.sx)(`${i}_kmw-lost-conversion-events-detected-notification`,"confirm_get_select_metrics","conversion_reporting")},[i,z,H,L,R]),Y=(0,a.useSelect)(e=>e(S.n).getValue(D.EA)),Q=(0,A.A)(Y);(0,I.useEffect)(()=>{!Q&&Y&&(!Z&&(R||x)||k&&P)&&B()},[Y,Q,R,x,k,Z,P,B]),(0,I.useEffect)(()=>{!Q&&Y&&L&&!Z&&B("lostEvents")},[Y,Q,Z,L,B]),(0,I.useEffect)(()=>{!n&&u&&(j(z,i,"view_notification"),L&&(0,v.sx)(`${i}_kmw-lost-conversion-events-detected-notification`,"view_notification","conversion_reporting"),r(!0))},[n,u,i,z,L]);const J=(0,a.useSelect)(e=>e(C.O4).getDocumentationLinkURL("key-metrics"));if(!(k||L||x||R))return(0,b.jsx)(t,{});let q=(0,h.A)((0,g.__)("We’ve extended your metrics selection with metrics that aren’t available by default in Analytics. Add them to your dashboard to get a better understanding of how users interact with your site. <a>Learn more</a>","google-site-kit"),{a:(0,b.jsx)(E.A,{href:J,"aria-label":(0,g.__)("Learn more about advanced conversion reporting","google-site-kit"),external:!0})}),X=(0,g.__)("Select metrics","google-site-kit"),$=(0,g.__)("Maybe later","google-site-kit");return k&&(X=(0,g.__)("Add metrics","google-site-kit")),R&&(q=(0,g.__)("We’ve extended your metrics selection based on your website events","google-site-kit"),X=(0,g.__)("View metrics","google-site-kit"),$=(0,g.__)("Got it","google-site-kit")),(0,b.jsxs)(e,{ref:c,noPadding:!0,fullWidth:!0,children:[L&&(0,b.jsx)(LostEventsSubtleNotification,{onSelectMetricsCallback:()=>{K("lostEvents")},onDismissCallback:()=>B("lostEvents")}),(k||x||R)&&(0,b.jsx)(ConversionReportingDashboardSubtleNotification,{description:q,ctaLabel:X,dismissCTALabel:$,handleCTAClick:k?F:K,isSaving:s,onDismiss:B})]})}ConversionReportingNotificationCTAWidget.propTypes={Widget:p().elementType.isRequired,WidgetNull:p().elementType};const R=(0,M.A)((0,x.A)({moduleName:T.L1}),e=>{function WhenHasChangedConversionEvents(t){if((0,a.useSelect)(e=>{const{hasNewConversionReportingEvents:t,hasLostConversionReportingEvents:i}=e(N.K9);return t()||i()},[]))return(0,b.jsx)(e,{...t});const{WidgetNull:i=null}=t;return i&&(0,b.jsx)(i,{})}return WhenHasChangedConversionEvents.displayName=`WhenHasChangedConversionEvents(${e.displayName||e.name||"Component"})`,WhenHasChangedConversionEvents})(ConversionReportingNotificationCTAWidget);var L=i(17243),G=i(75578);function EngagedTrafficSourceWidget(e){const{Widget:t}=e,i={...(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),dimensions:["sessionDefaultChannelGroup"],metrics:[{name:"engagedSessions"}],orderBy:"engagedSessions",limit:1,reportID:"analytics-4_engaged-traffic-source-widget_widget_reportOptions"},s=(0,a.useInViewSelect)(e=>e(N.K9).getReport(i),[i]),o=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[i])),n=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[i])),{rows:r=[],totals:l=[]}=s||{};function c(e,t){return i=>(0,L.get)(i,`dimensionValues.${t}.value`)===e}const d=r.filter(c("date_range_0",1))[0]?.dimensionValues?.[0].value||"-",u=parseFloat(r.filter(c("date_range_0",1))[0]?.metricValues?.[0]?.value)||0,m=parseFloat(l.filter(c("date_range_0",1))[0]?.metricValues?.[0]?.value)||0,p=u/m||0,y=(parseFloat(r.filter(c("date_range_1",1))[0]?.metricValues?.[0]?.value)||0)/(parseFloat(l.filter(c("date_range_1",1))[0]?.metricValues?.[0]?.value)||0)||0,I={style:"percent",signDisplay:"never",maximumFractionDigits:1};return(0,b.jsx)(G.sq,{Widget:t,widgetSlug:f.GT,metricValue:d,metricValueFormat:I,subText:(0,g.sprintf)(/* translators: 1. Percentage of total engaged sessions. 2: Total number of engaged sessions. */ /* translators: 1. Percentage of total engaged sessions. 2: Total number of engaged sessions. */ (0,g.__)("%1$s of %2$s engaged sessions","google-site-kit"),(0,v.Eo)(p,I),(0,v.Eo)(m,{style:"decimal"})),previousValue:y,currentValue:p,loading:n,error:o,moduleSlug:"analytics-4"})}EngagedTrafficSourceWidget.propTypes={Widget:p().elementType.isRequired};const z=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(EngagedTrafficSourceWidget);var Z=i(77657),P=i(35323),O=i(99872);function LeastEngagingPagesWidget(e){const{Widget:t}=e,i=(0,P.A)(),s=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),o={...s,dimensions:["pagePath"],metrics:[{name:"screenPageViews"}],orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],reportID:"analytics-4_least-engaging-pages-widget_widget_pageViewsReportOptions"},n=(0,a.useInViewSelect)(e=>e(N.K9).getReport(o),[o]),r=parseInt(n?.rowCount/2,10),l=parseInt(n?.rows?.[r]?.metricValues?.[0]?.value,10)||0,c={...s,dimensions:["pagePath"],metrics:["bounceRate","screenPageViews"],orderby:[{metric:{metricName:"bounceRate"},desc:!0},{metric:{metricName:"screenPageViews"},desc:!0}],metricFilters:{screenPageViews:{operation:"GREATER_THAN_OR_EQUAL",value:{int64Value:l}}},limit:3,reportID:"analytics-4_least-engaging-pages-widget_widget_reportOptions"},d=(0,a.useSelect)(e=>e(N.K9).hasFinishedResolution("getReport",[o])),g=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[o])),u=(0,a.useInViewSelect)(e=>{if(d)return g?null:e(N.K9).getReport(c)},[d,g,c]),m=(0,a.useSelect)(e=>{const t=e(N.K9).getErrorForSelector("getReport",[c]);return g&&t?[g,t]:g||t||void 0}),p=(0,a.useInViewSelect)(e=>m?void 0:e(N.K9).getPageTitles(u,c),[m,u,c]),y=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[c])||void 0===p||!d),I={style:"percent",signDisplay:"never",maximumFractionDigits:1},{rows:h=[]}=u||{},A=[{field:"dimensionValues.0.value",Component({fieldValue:e}){const t=e,o=(0,O.Ii)(p[t]),n=(0,a.useSelect)(e=>i?null:e(N.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:t},dates:s}));return i?(0,b.jsx)(G.mF,{content:o}):(0,b.jsx)(E.A,{href:n,title:o,external:!0,hideExternalIndicator:!0,children:o})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e,I)})}];return(0,b.jsx)(G.$,{Widget:t,widgetSlug:f.gC,loading:y,rows:h,columns:A,ZeroState:Z.QQ,error:m,moduleSlug:"analytics-4"})}LeastEngagingPagesWidget.propTypes={Widget:p().elementType.isRequired};const B=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(LeastEngagingPagesWidget);function MostEngagingPagesWidget(e){const{Widget:t}=e,i=(0,P.A)(),s=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),o={...s,dimensions:["pagePath"],metrics:[{name:"screenPageViews"}],limit:1,reportID:"analytics-4_most-engaging-pages-widget_widget_pageViewsReportOptions"},n=(0,a.useInViewSelect)(e=>e(N.K9).getReport(o),[o]),r=Math.round(n?.totals?.[0]?.metricValues?.[0]?.value/n?.rowCount)||0,l={...s,dimensions:["pagePath"],metrics:["engagementRate","screenPageViews"],orderby:[{metric:{metricName:"engagementRate"},desc:!0},{metric:{metricName:"screenPageViews"},desc:!0}],metricFilters:{screenPageViews:{filterType:"numericFilter",operation:"GREATER_THAN_OR_EQUAL",value:{int64Value:r}}},limit:3,reportID:"analytics-4_most-engaging-pages-widget_widget_reportOptions"},c=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[o])),d=(0,a.useSelect)(e=>{const t=e(N.K9).getErrorForSelector("getReport",[l]);return c&&t?[c,t]:c||t||void 0}),g=(0,a.useSelect)(e=>e(N.K9).hasFinishedResolution("getReport",[o])),u=(0,a.useInViewSelect)(e=>{if(g)return c?null:e(N.K9).getReport(l)},[g,c,l]),m=(0,a.useInViewSelect)(e=>d?void 0:e(N.K9).getPageTitles(u,l),[d,u,l]),p=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[l])||!g||void 0===m),{rows:y=[]}=u||{},I={style:"percent",signDisplay:"never",maximumFractionDigits:1},h=[{field:"dimensionValues.0.value",Component({fieldValue:e}){const t=e,o=(0,O.Ii)(m[t]),n=(0,a.useSelect)(e=>i?null:e(N.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:t},dates:s}));return i?(0,b.jsx)(G.mF,{content:o}):(0,b.jsx)(E.A,{href:n,title:o,external:!0,hideExternalIndicator:!0,children:o})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e,I)})}];return(0,b.jsx)(G.$,{Widget:t,widgetSlug:f.UY,loading:p,rows:y,columns:h,ZeroState:Z.QQ,error:d,moduleSlug:"analytics-4"})}MostEngagingPagesWidget.propTypes={Widget:p().elementType.isRequired};const W=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(MostEngagingPagesWidget);var U=i(79829);function NewVisitorsWidget({Widget:e}){const t={...(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),dimensions:["newVsReturning"],metrics:[{name:"activeUsers"}],reportID:"analytics-4_new-visitors-widget_widget_reportOptions"},i=(0,a.useInViewSelect)(e=>e(N.K9).getReport(t),[t]),s=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[t])),o=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[t])),{rows:n=[],totals:r=[]}=i||{};const l=n.find((c="date_range_0",e=>"new"===(0,L.get)(e,"dimensionValues.0.value")&&(0,L.get)(e,"dimensionValues.1.value")===c))?.metricValues?.[0]?.value||0;var c;const d=Number(r[0]?.metricValues?.[0]?.value)||0,u=Number(r[1]?.metricValues?.[0]?.value)||0;return(0,b.jsx)(G.ym,{Widget:e,widgetSlug:f.fu,metricValue:l,subText:(0,g.sprintf)(/* translators: %d: Number of total visitors visiting the site. */ /* translators: %d: Number of total visitors visiting the site. */ (0,g.__)("of %s total visitors","google-site-kit"),(0,U.Eo)(d,{style:"decimal"})),previousValue:u,currentValue:d,loading:o,error:s,moduleSlug:"analytics-4"})}NewVisitorsWidget.propTypes={Widget:p().elementType.isRequired};const V=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(NewVisitorsWidget);function PopularContentWidget(e){const{Widget:t}=e,i=(0,P.A)(),s=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),o={...s,dimensions:["pagePath"],metrics:[{name:"screenPageViews"}],orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:3,keepEmptyRows:!1,reportID:"analytics-4_popular-content-widget_widget_reportOptions"},n=(0,a.useInViewSelect)(e=>e(N.K9).getReport(o),[o]),r=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[o])),l=(0,a.useInViewSelect)(e=>r?void 0:e(N.K9).getPageTitles(n,o),[r,n,o]),c=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[o])||void 0===l),{rows:d=[]}=n||{},g=[{field:"dimensionValues.0.value",Component({fieldValue:e}){const t=e,o=(0,O.Ii)(l[t]),n=(0,a.useSelect)(e=>i?null:e(N.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:t},dates:s}));return i?(0,b.jsx)(G.mF,{content:o}):(0,b.jsx)(E.A,{href:n,title:o,external:!0,hideExternalIndicator:!0,children:o})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e)})}];return(0,b.jsx)(G.$,{Widget:t,widgetSlug:f.ep,loading:c,rows:d,columns:g,ZeroState:Z.QQ,error:r,moduleSlug:"analytics-4"})}PopularContentWidget.propTypes={Widget:p().elementType.isRequired};const F=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(PopularContentWidget);var H=i(78340),K=i(25623),Y=i(67150),Q=i(49383),J=i(36148);function AnalyticsUpdateError(e){const{onRetry:t,error:i,infoTooltip:s,headerText:o}=e,n=(0,w.A)(),r=(0,a.useSelect)(e=>e(C.O4).getErrorTroubleshootingLinkURL(i));(0,I.useEffect)(()=>{(0,v.BI)(`${n}_kmw`,"analytics_update_error")},[n]);const l=(0,I.useCallback)(()=>{(0,v.sx)(`${n}_kmw`,"analytics_update_error_retry"),t?.()},[t,n]);return(0,b.jsx)(J.A,{title:(0,g.__)("Analytics update failed","google-site-kit"),headerText:o,infoTooltip:s,children:(0,b.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[(0,b.jsx)(Q.Button,{onClick:l,children:(0,g.__)("Retry","google-site-kit")}),(0,b.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,h.A)((0,g.__)("Retry didn’t work? <a>Learn more</a>","google-site-kit"),{a:(0,b.jsx)(E.A,{href:r,external:!0,hideExternalIndicator:!0})})})]})})}function CustomDimensionsMissingError(e){const{onRetry:t,infoTooltip:i,headerText:a}=e,s=(0,w.A)();(0,I.useEffect)(()=>{(0,v.BI)(`${s}_kmw`,"custom_dimension_missing_error")},[s]);const o=(0,I.useCallback)(()=>{(0,v.sx)(`${s}_kmw`,"custom_dimension_missing_error_retry"),t?.()},[t,s]);return(0,b.jsx)(J.A,{title:(0,g.__)("No data to show","google-site-kit"),headerText:a,infoTooltip:i,children:(0,b.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[(0,b.jsx)(Q.Button,{onClick:o,children:(0,g.__)("Update","google-site-kit")}),(0,b.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,g.__)("Update Analytics to track metric","google-site-kit")})]})})}AnalyticsUpdateError.propTypes={error:p().shape({}).isRequired,onRetry:p().func.isRequired,headerText:p().string,infoTooltip:p().string},CustomDimensionsMissingError.propTypes={onRetry:p().func.isRequired,headerText:p().string,infoTooltip:p().string};var q=i(44451),X=i(45472),$=i(133),ee=i(27333);function te(e={}){const{dimensions:t,infoTooltip:s,reportOptions:o,title:n}=e;return e=>{function WithCustomDimensionsComponent(r){const l=(0,P.A)(),{Widget:c,widgetSlug:d}=r,{description:u,infoTooltip:m,title:p}=K.G[d]||{},y=n||p,h=s||m||u,{customDimensions:A,hasCustomDimensions:M,customDimensionsCreationErrors:S,hasAnalyticsEditScope:T,isSyncingAvailableCustomDimensions:D,loading:v,isGatheringData:j,hasInvalidCustomDimensionError:_,invalidCustomDimensionReportOptions:k,redirectURL:C}=function({dimensions:e,widgetSlug:t,reportOptions:s}){const{requiredCustomDimensions:o}=K.G[t]||{},n=(0,I.useMemo)(()=>Array.isArray(e)&&e.length?e:Array.isArray(o)&&o.length?o:null,[e,o]),r=(0,a.useSelect)(e=>!n||e(N.K9).hasCustomDimensions(n)),l=(0,ee.A)(N.Kr,"isAutoCreatingCustomDimensions"),c=(0,a.useSelect)(e=>!!l||!!n&&n.some(t=>e(N.K9).isCreatingCustomDimension(t))),d=(0,a.useSelect)(e=>{if(!n)return[];const t=[];return n.forEach(i=>{const a=e(N.K9).getCreateCustomDimensionError(i);a&&t.push(a)}),t}),g=(0,a.useSelect)(e=>!!n&&e(f.oR).hasScope(N.S9)),u=(0,a.useSelect)(e=>!!n&&e(N.K9).isSyncingAvailableCustomDimensions()),m=(0,q.F)(i.g.location.href,{notification:"custom_dimensions"}),p=(0,a.useSelect)(e=>{const t=e(f.oR).getConnectURL({additionalScopes:[N.S9],redirectURL:m});return!!t&&e(X.M).isNavigatingTo(t)}),y=(0,a.useSelect)(e=>s?(0,L.isFunction)(s)?s(e):s:null),h=(0,a.useSelect)(e=>y?e(N.K9).getErrorForSelector("getReport",[y]):null),A=c||u||p||void 0===r,M=(0,a.useSelect)(e=>{const t=e(N.K9).isGatheringData();return!1!==t?t:A||!r?null:!!n&&e(N.K9).areCustomDimensionsGatheringData(n)}),S=(0,a.useSelect)(e=>n?e(N.K9).getDataAvailabilityReportErrors(n):{}),T=M&&Object.values(S).some(e=>(0,$.B)(e))||!M&&(0,$.B)(h),D=(0,a.useSelect)(e=>{if(!T)return[];if(M){const{getDataAvailabilityReportOptions:t}=e(N.K9);return Object.keys(S).filter(e=>(0,$.B)(S[e])).map(e=>t(e))}return(0,$.B)(h)?[y]:[]});return{customDimensions:n,hasCustomDimensions:r,isAutoCreatingCustomDimensions:l,isCreatingCustomDimensions:c,customDimensionsCreationErrors:d,hasAnalyticsEditScope:g,isSyncingAvailableCustomDimensions:u,isNavigatingToOAuthURL:p,reportOptions:y,reportError:h,loading:A,isGatheringData:M,dataAvailabilityReportErrors:S,hasInvalidCustomDimensionError:T,invalidCustomDimensionReportOptions:D,redirectURL:m}}({dimensions:t,widgetSlug:d,reportOptions:o}),{clearError:E,scheduleSyncAvailableCustomDimensions:x}=(0,a.useDispatch)(N.K9),{setValues:w}=(0,a.useDispatch)(H.s),{setPermissionScopeError:R}=(0,a.useDispatch)(f.oR),z=(0,I.useCallback)(()=>{v||(w(N.Kr,{autoSubmit:!0}),T||R({code:Y.db,message:(0,g.__)("Additional permissions are required to create new Analytics custom dimensions","google-site-kit"),data:{status:403,scopes:[N.S9],skipModal:!0,redirectURL:C}}))},[T,v,R,w,C]);if((0,I.useEffect)(()=>{A&&_&&!D&&!l&&(async()=>{await Promise.all(k.map(e=>E("getReport",[e]))),x()})()},[E,A,_,k,D,l,x]),!A)return(0,b.jsx)(e,{...r});if(v||void 0===j)return(0,b.jsx)(G.sB,{infoTooltip:h,moduleSlug:"analytics-4",title:y,Widget:c,loading:!0});const Z={headerText:y,infoTooltip:h};return S?.some(Y.SG)?(0,b.jsx)(G.kB,{...Z,moduleSlug:"analytics-4",onRetry:z}):S?.length>0?(0,b.jsx)(AnalyticsUpdateError,{...Z,error:S[0],onRetry:z}):!1===M?(0,b.jsx)(CustomDimensionsMissingError,{...Z,onRetry:z}):j?(0,b.jsx)(G.$,{infoTooltip:h,moduleSlug:"analytics-4",title:y,Widget:c,ZeroState:()=>(0,b.jsx)("span",{children:(0,g.__)("Setup successful: Analytics is gathering data for this metric","google-site-kit")})}):(0,b.jsx)(e,{...r})}return WithCustomDimensionsComponent.displayName="WithCustomDimensions",(e.displayName||e.name)&&(WithCustomDimensionsComponent.displayName+=`(${e.displayName||e.name})`),WithCustomDimensionsComponent}}function ie(e){return{...e(f.oR).getDateRangeDates({offsetDays:N.f2}),dimensions:["pagePath"],dimensionFilters:{"customEvent:googlesitekit_post_type":{filterType:"stringFilter",matchType:"EXACT",value:e(C.O4).getProductPostType()}},metrics:[{name:"screenPageViews"}],orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:3,keepEmptyRows:!1,reportID:"analytics-4_popular-products-widget_widget_reportOptions"}}function PopularProductsWidget(e){const{Widget:t,WidgetNull:i}=e,s=(0,P.A)(),o=(0,a.useSelect)(e=>e(C.O4).getProductPostType()),n=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),{setValue:r}=(0,a.useDispatch)(S.n),[l,c]=(0,I.useState)(!0),d=(0,I.useCallback)(()=>{c(!1),r(D.EA,!0),setTimeout(()=>{c(!0)},0)},[r]),u=(0,a.useSelect)(ie),m=(0,a.useSelect)(e=>e(f.oR).isKeyMetricActive(f.pG)),p=m||o,y=(0,a.useInViewSelect)(e=>p?e(N.K9).getReport(u):void 0,[p,u]),A=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[u])),M=(0,a.useInViewSelect)(e=>!A&&y?e(N.K9).getPageTitles(y,u):void 0,[A,y,u]),T=(0,a.useSelect)(e=>p?!e(N.K9).hasFinishedResolution("getReport",[u])||void 0===M:void 0),{rows:j=[]}=y||{},_=[{field:"dimensionValues.0.value",Component({fieldValue:e}){const t=e,i=(0,O.Ii)(M[t]),o=(0,a.useSelect)(e=>s?null:e(N.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:t},dates:n}));return s?(0,b.jsx)(G.mF,{content:i}):(0,b.jsx)(E.A,{href:o,title:i,external:!0,hideExternalIndicator:!0,children:i})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e)})}];if(!p)return(0,b.jsx)(i,{});const k=(0,h.A)((0,g.__)("Products on your site which visitors viewed the most. Site Kit detected these are your product pages. If this is inaccurate, you can <a>replace</a> this with another metric","google-site-kit"),{a:(0,b.jsx)(E.A,{onClick:d})});let x=(0,g.__)("Analytics doesn’t have data for your site’s products yet","google-site-kit");return!o&&m&&(x=(0,g.__)("No product posts currently detected on your site. This metric applies only to sites with product posts.","google-site-kit")),(0,b.jsx)(G.$,{Widget:t,widgetSlug:f.pG,loading:T,rows:j,columns:_,infoTooltip:l?k:null,ZeroState:()=>(0,b.jsx)("span",{children:x}),error:A,moduleSlug:"analytics-4"})}PopularProductsWidget.propTypes={Widget:p().elementType.isRequired,WidgetNull:p().elementType.isRequired};const ae=(0,M.A)((0,x.A)({moduleName:T.L1,FallbackComponent:u.A}),te({reportOptions:ie}))(PopularProductsWidget);function ReturningVisitorsWidget({Widget:e}){const t={...(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),dimensions:["newVsReturning"],metrics:[{name:"activeUsers"}],reportID:"analytics-4_returning-visitors-widget_widget_reportOptions"},i=(0,a.useInViewSelect)(e=>e(N.K9).getReport(t),[t]),s=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[t])),o=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[t])),{rows:n=[],totals:r=[]}=i||{};function l(e){return t=>"returning"===(0,L.get)(t,"dimensionValues.0.value")&&(0,L.get)(t,"dimensionValues.1.value")===e}const c=n.find(l("date_range_0"))?.metricValues?.[0]?.value||0,d=r[0]?.metricValues?.[0]?.value||0,u=n.find(l("date_range_1"))?.metricValues?.[0]?.value||0,m=r[1]?.metricValues?.[0]?.value||0,p=d>0?c/d:0,y=m>0?u/m:0;return(0,b.jsx)(G.ym,{Widget:e,widgetSlug:f.dX,metricValue:p,metricValueFormat:{style:"percent",signDisplay:"never",maximumFractionDigits:1},subText:(0,g.sprintf)(/* translators: %d: Number of total visitors visiting the site. */ /* translators: %d: Number of total visitors visiting the site. */ (0,g.__)("of %s total visitors","google-site-kit"),(0,v.Eo)(d,{style:"decimal"})),previousValue:y,currentValue:p,loading:o,error:s,moduleSlug:"analytics-4"})}ReturningVisitorsWidget.propTypes={Widget:p().elementType.isRequired};const se=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(ReturningVisitorsWidget);var oe=i(29877);function TopCitiesWidget({Widget:e}){const t={...(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),dimensions:["city"],metrics:[{name:"totalUsers"}],orderby:[{metric:{metricName:"totalUsers"},desc:!0}],limit:4,reportID:"analytics-4_top-cities-widget_widget_topCitiesReportOptions"},i=(0,a.useInViewSelect)(e=>e(N.K9).getReport(t),[t]),s=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[t])),o=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[t])),{rows:n=[],totals:r=[]}=i||{},l=r[0]?.metricValues?.[0]?.value,c=[{field:"dimensionValues",Component({fieldValue:e}){const[t]=e;return(0,b.jsx)(G.mF,{content:t.value})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e/l,{style:"percent",maximumFractionDigits:1})})}];return(0,b.jsx)(G.$,{Widget:e,widgetSlug:f.GM,loading:o,rows:(0,oe.S)(n),columns:c,ZeroState:Z.QQ,error:s,moduleSlug:"analytics-4"})}TopCitiesWidget.propTypes={Widget:p().elementType.isRequired};const ne=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopCitiesWidget);function TopCitiesDrivingLeadsWidget({Widget:e}){const t=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),i=(0,a.useSelect)(e=>e(N.K9).getDetectedEvents()),s=[N.nc.SUBMIT_LEAD_FORM,N.nc.CONTACT,N.nc.GENERATE_LEAD].filter(e=>i?.includes(e));s.includes(N.nc.SUBMIT_LEAD_FORM)&&s.includes(N.nc.CONTACT)&&s.splice(s.indexOf(N.nc.CONTACT),1);const o={...t,dimensions:["city","eventName"],dimensionFilters:{eventName:{filterType:"inListFilter",value:s},city:{filterType:"emptyFilter",notExpression:!0}},metrics:[{name:"eventCount"}],orderby:[{metric:{metricName:"eventCount"},desc:!0}],limit:3,keepEmptyRows:!1,reportID:"analytics-4_top-cities-driving-leads-widget_widget_topCitiesReportOptions"},n=(0,a.useInViewSelect)(e=>s?.length?e(N.K9).getReport(o):void 0,[s,o]),r=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[o])),l=(0,a.useSelect)(e=>s?.length?!e(N.K9).hasFinishedResolution("getReport",[o]):void 0),{rows:c=[]}=n||{},d=[{field:"dimensionValues",Component({fieldValue:e}){const[t]=e;return(0,b.jsx)(G.mF,{content:t.value})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e)})}];return(0,b.jsx)(G.$,{Widget:e,widgetSlug:f.CQ,loading:l,rows:c,columns:d,ZeroState:Z.QQ,error:r,moduleSlug:"analytics-4"})}TopCitiesDrivingLeadsWidget.propTypes={Widget:p().elementType.isRequired};const re=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopCitiesDrivingLeadsWidget);function TopCitiesDrivingAddToCartWidget({Widget:e}){const t=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),i=(0,a.useSelect)(e=>e(N.K9).getDetectedEvents()),s=i?.includes("add_to_cart"),o={...t,dimensions:["city"],dimensionFilters:{city:{filterType:"emptyFilter",notExpression:!0}},metrics:[{name:"addToCarts"}],orderby:[{metric:{metricName:"addToCarts"},desc:!0}],limit:3,keepEmptyRows:!1,reportID:"analytics-4_top-cities-driving-add-to-cart-widget_widget_topCitiesReportOptions"},n=(0,a.useInViewSelect)(e=>s?e(N.K9).getReport(o):void 0,[o]),r=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[o])),l=(0,a.useSelect)(e=>s?!e(N.K9).hasFinishedResolution("getReport",[o]):void 0),{rows:c=[]}=n||{},d=[{field:"dimensionValues",Component({fieldValue:e}){const[t]=e;return(0,b.jsx)(G.mF,{content:t.value})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e)})}];return(0,b.jsx)(G.$,{Widget:e,widgetSlug:f.Xq,loading:l,rows:c,columns:d,ZeroState:Z.QQ,error:r,moduleSlug:"analytics-4"})}TopCitiesDrivingAddToCartWidget.propTypes={Widget:p().elementType.isRequired};const le=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopCitiesDrivingAddToCartWidget);function TopCitiesDrivingPurchasesWidget({Widget:e}){const t=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),i=(0,a.useSelect)(e=>e(N.K9).getDetectedEvents()),s=i?.includes("purchase"),o={...t,dimensions:["city"],dimensionFilters:{city:{filterType:"emptyFilter",notExpression:!0}},metrics:[{name:"ecommercePurchases"}],metricFilters:{ecommercePurchases:{operation:"GREATER_THAN",value:{int64Value:0}}},orderby:[{metric:{metricName:"ecommercePurchases"},desc:!0}],limit:3,keepEmptyRows:!1,reportID:"analytics-4_top-cities-driving-purchases-widget_widget_topCitiesReportOptions"},n=(0,a.useInViewSelect)(e=>s?e(N.K9).getReport(o):void 0,[s,o]),r=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[o])),l=(0,a.useSelect)(e=>s?!e(N.K9).hasFinishedResolution("getReport",[o]):void 0),{rows:c=[]}=n||{},d=[{field:"dimensionValues",Component({fieldValue:e}){const[t]=e;return(0,b.jsx)(G.mF,{content:t.value})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e)})}];return(0,b.jsx)(G.$,{Widget:e,widgetSlug:f.JF,loading:l,rows:c,columns:d,ZeroState:Z.QQ,error:r,moduleSlug:"analytics-4"})}TopCitiesDrivingPurchasesWidget.propTypes={Widget:p().elementType.isRequired};const ce=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopCitiesDrivingPurchasesWidget);var de=i(40847);function TopDeviceDrivingPurchases({Widget:e}){const t=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),i=(0,a.useSelect)(e=>e(N.K9).getDetectedEvents()),s=i?.includes("purchase"),o={...t,metrics:[{name:"ecommercePurchases"}],reportID:"analytics-4_top-device-driving-purchases-widget_widget_totalPurchasesReportOptions"},n={...t,dimensions:["deviceCategory"],metrics:[{name:"ecommercePurchases"}],limit:1,orderBy:"ecommercePurchases",reportID:"analytics-4_top-device-driving-purchases-widget_widget_deviceReportOptions"},r=(0,a.useInViewSelect)(e=>s?e(N.K9).getReport(o):void 0,[s,o]),l=!!r?.rows&&(r?.rows?.[0]?.metricValues?.[0]?.value>0||r?.rows?.[1]?.metricValues?.[0]?.value>0),c=(0,a.useInViewSelect)(e=>s&&l?e(N.K9).getReport(n):void 0,[l,s,n]),d=(0,a.useSelect)(e=>{const t=e(N.K9).getErrorForSelector("getReport",[n]),i=e(N.K9).getErrorForSelector("getReport",[o]);return t&&i?[t,i]:t||i||void 0}),u=(0,a.useSelect)(e=>s&&l?!e(N.K9).hasFinishedResolution("getReport",[o])||!e(N.K9).hasFinishedResolution("getReport",[n]):void 0);function m(e,t){return i=>(0,L.get)(i,`dimensionValues.${t}.value`)===e}const{rows:p=[]}=r||{},{rows:y=[]}=c||{},I=y.filter(m("date_range_0",1))[0]?.dimensionValues?.[0].value||"-",h=parseInt(p.filter(m("date_range_0",0))[0]?.metricValues?.[0]?.value,10)||0,A=parseInt(y.filter(m("date_range_0",1))[0]?.metricValues?.[0]?.value,10)||0,M=h?A/h:0,S=parseInt(p.filter(m("date_range_1",0))[0]?.metricValues?.[0]?.value,10)||0,T=parseInt(y.filter(m("date_range_1",1))[0]?.metricValues?.[0]?.value,10)||0,D=S?T/S:0,j={style:"percent",signDisplay:"never",maximumFractionDigits:1};return(0,b.jsx)(de.A,{Widget:e,widgetSlug:f.YQ,metricValue:I,metricValueFormat:j,subText:(0,g.sprintf)(/* translators: %d: Percentage of purchases for the current top device compared to the number of purchases for all devices. */ /* translators: %d: Percentage of purchases for the current top device compared to the number of purchases for all devices. */ (0,g.__)("%s of total purchases","google-site-kit"),(0,v.Eo)(M,j)),previousValue:D,currentValue:M,loading:u,error:d,moduleSlug:"analytics-4"})}TopDeviceDrivingPurchases.propTypes={Widget:p().elementType.isRequired};const ge=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopDeviceDrivingPurchases);function TopCountriesWidget({Widget:e}){const t={...(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),dimensions:["country"],metrics:[{name:"totalUsers"}],orderby:[{metric:{metricName:"totalUsers"},desc:!0}],limit:4,reportID:"analytics-4_top-countries-widget_widget_topCountriesReportOptions"},i=(0,a.useInViewSelect)(e=>e(N.K9).getReport(t),[t]),s=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[t])),o=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[t])),{rows:n=[],totals:r=[]}=i||{},l=r[0]?.metricValues?.[0]?.value,c=[{field:"dimensionValues",Component({fieldValue:e}){const[t]=e;return(0,b.jsx)(G.mF,{content:t.value})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e/l,{style:"percent",maximumFractionDigits:1})})}];return(0,b.jsx)(G.$,{Widget:e,widgetSlug:f.dV,loading:o,rows:(0,oe.S)(n),columns:c,ZeroState:Z.QQ,error:s,moduleSlug:"analytics-4"})}TopCountriesWidget.propTypes={Widget:p().elementType.isRequired};const ue=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopCountriesWidget);function TopTrafficSourceWidget({Widget:e}){const t=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),i={...t,metrics:[{name:"totalUsers"}],reportID:"analytics-4_top-traffic-source-widget_widget_totalUsersReportOptions"},s={...t,dimensions:["sessionDefaultChannelGroup"],metrics:[{name:"totalUsers"}],limit:1,orderBy:"totalUsers",reportID:"analytics-4_top-traffic-source-widget_widget_trafficSourceReportOptions"},o=(0,a.useInViewSelect)(e=>e(N.K9).getReport(i),[i]),n=(0,a.useInViewSelect)(e=>e(N.K9).getReport(s),[s]),r=(0,a.useSelect)(e=>{const t=e(N.K9).getErrorForSelector("getReport",[s]),a=e(N.K9).getErrorForSelector("getReport",[i]);return t&&a?[t,a]:t||a||void 0}),l=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[i])||!e(N.K9).hasFinishedResolution("getReport",[s]));function c(e,t){return i=>(0,L.get)(i,`dimensionValues.${t}.value`)===e}const{rows:d=[]}=o||{},{rows:u=[]}=n||{},m=u.filter(c("date_range_0",1))[0]?.dimensionValues?.[0].value||"-",p=parseInt(d.filter(c("date_range_0",0))[0]?.metricValues?.[0]?.value,10)||0,y=parseInt(u.filter(c("date_range_0",1))[0]?.metricValues?.[0]?.value,10)||0,I=p?y/p:0,h=parseInt(d.filter(c("date_range_1",0))[0]?.metricValues?.[0]?.value,10)||0,A=parseInt(u.filter(c("date_range_1",1))[0]?.metricValues?.[0]?.value,10)||0,M=h?A/h:0,S={style:"percent",signDisplay:"never",maximumFractionDigits:1};return(0,b.jsx)(de.A,{Widget:e,widgetSlug:f.SS,metricValue:m,metricValueFormat:S,subText:(0,g.sprintf)(/* translators: %d: Percentage of users for the current top traffic source compared to the number of total users for all traffic sources. */ /* translators: %d: Percentage of users for the current top traffic source compared to the number of total users for all traffic sources. */ (0,g.__)("%s of total traffic","google-site-kit"),(0,v.Eo)(I,S)),previousValue:M,currentValue:I,loading:l,error:r,moduleSlug:"analytics-4"})}TopTrafficSourceWidget.propTypes={Widget:p().elementType.isRequired};const me=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopTrafficSourceWidget);function TopTrafficSourceDrivingAddToCartWidget({Widget:e}){const t=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),i=(0,a.useSelect)(e=>e(N.K9).getDetectedEvents()),s=i?.includes(N.nc.ADD_TO_CART),o={...t,metrics:[{name:"addToCarts"}],reportID:"analytics-4_top-traffic-source-driving-add-to-cart-widget_widget_totalAddToCartReportOptions"},n={...t,dimensions:["sessionDefaultChannelGroup"],metrics:[{name:"addToCarts"}],limit:1,orderBy:"addToCarts",reportID:"analytics-4_top-traffic-source-driving-add-to-cart-widget_widget_trafficSourceReportOptions"},r=(0,a.useInViewSelect)(e=>s?e(N.K9).getReport(o):void 0,[s,o]),l=(0,a.useInViewSelect)(e=>s?e(N.K9).getReport(n):void 0,[s,n]),c=(0,a.useSelect)(e=>{const t=e(N.K9).getErrorForSelector("getReport",[n]),i=e(N.K9).getErrorForSelector("getReport",[o]);return t&&i?[t,i]:t||i||void 0}),d=(0,a.useSelect)(e=>s?!e(N.K9).hasFinishedResolution("getReport",[o])||!e(N.K9).hasFinishedResolution("getReport",[n]):void 0);function u(e,t){return i=>(0,L.get)(i,`dimensionValues.${t}.value`)===e}const{rows:m=[]}=r||{},{rows:p=[]}=l||{},y=p.filter(u("date_range_0",1))[0]?.dimensionValues?.[0].value||"-",I=parseInt(m.filter(u("date_range_0",0))[0]?.metricValues?.[0]?.value,10)||0,h=parseInt(p.filter(u("date_range_0",1))[0]?.metricValues?.[0]?.value,10)||0,A=I?h/I:0,M=parseInt(m.filter(u("date_range_1",0))[0]?.metricValues?.[0]?.value,10)||0,S=parseInt(p.filter(u("date_range_1",1))[0]?.metricValues?.[0]?.value,10)||0,T=M?S/M:0,D={style:"percent",signDisplay:"never",maximumFractionDigits:1};return(0,b.jsx)(de.A,{Widget:e,widgetSlug:f.Vl,metricValue:y,metricValueFormat:D,subText:(0,g.sprintf)(/* translators: %s: Percentage of add to carts for the current top traffic source compared to the number of total add to carts for all traffic sources. */ /* translators: %s: Percentage of add to carts for the current top traffic source compared to the number of total add to carts for all traffic sources. */ (0,g.__)("%s of total add to carts","google-site-kit"),(0,v.Eo)(A,D)),previousValue:T,currentValue:A,loading:d,error:c,moduleSlug:"analytics-4"})}TopTrafficSourceDrivingAddToCartWidget.propTypes={Widget:p().elementType.isRequired};const pe=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopTrafficSourceDrivingAddToCartWidget);function ye(e,t){for(let i=0;i<e.length;i++){const a=e?.[i]?.dimensionValues,s=a.findIndex(e=>e.value===t);if(-1!==s)return s}return 0}function TopTrafficSourceDrivingLeadsWidget({Widget:e}){const t=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),i=(0,a.useSelect)(e=>e(N.K9).getDetectedEvents()),s=[N.nc.SUBMIT_LEAD_FORM,N.nc.CONTACT,N.nc.GENERATE_LEAD].filter(e=>i?.includes(e));s.includes(N.nc.SUBMIT_LEAD_FORM)&&s.includes(N.nc.CONTACT)&&s.splice(s.indexOf(N.nc.CONTACT),1);const o={...t,metrics:[{name:"eventCount"}],dimensions:["eventName"],dimensionFilters:{eventName:{filterType:"inListFilter",value:s}},reportID:"analytics-4_top-traffic-source-driving-leads-widget_widget_totalLeadsReportOptions"},n={...t,dimensions:["sessionDefaultChannelGroup","eventName"],dimensionFilters:{eventName:{filterType:"inListFilter",value:s}},metrics:[{name:"eventCount"}],limit:1,orderBy:"eventCount",reportID:"analytics-4_top-traffic-source-driving-leads-widget_widget_trafficSourceReportOptions"},r=(0,a.useInViewSelect)(e=>s.length?e(N.K9).getReport(o):void 0,[s,o]),l=(0,a.useInViewSelect)(e=>s.length?e(N.K9).getReport(n):void 0,[s,n]),c=(0,a.useSelect)(e=>{const t=e(N.K9).getErrorForSelector("getReport",[n]),i=e(N.K9).getErrorForSelector("getReport",[o]);return t&&i?[t,i]:t||i||void 0}),d=(0,a.useSelect)(e=>{if(s.length)return!e(N.K9).hasFinishedResolution("getReport",[o])||!e(N.K9).hasFinishedResolution("getReport",[n])});function u(e,t){return i=>(0,L.get)(i,`dimensionValues.${t}.value`)===e}const{rows:m=[]}=r||{},{rows:p=[]}=l||{},y=ye(p,"date_range_0"),I=p.filter(u("date_range_0",y))[0]?.dimensionValues?.[0].value||"-",h=ye(m,"date_range_0"),A=parseInt(m.filter(u("date_range_0",h))[0]?.metricValues?.[0]?.value,10)||0,M=ye(p,"date_range_0"),S=parseInt(p.filter(u("date_range_0",M))[0]?.metricValues?.[0]?.value,10)||0,T=A?S/A:0,D=ye(m,"date_range_1"),j=parseInt(m.filter(u("date_range_1",D))[0]?.metricValues?.[0]?.value,10)||0,_=ye(p,"date_range_1"),k=parseInt(p.filter(u("date_range_1",_))[0]?.metricValues?.[0]?.value,10)||0,C=j?k/j:0,E={style:"percent",signDisplay:"never",maximumFractionDigits:1};return(0,b.jsx)(de.A,{Widget:e,widgetSlug:f.u_,metricValue:I,metricValueFormat:E,subText:(0,g.sprintf)(/* translators: %d: Percentage of leads for the current top traffic source compared to the number of total leads for all traffic sources. */ /* translators: %d: Percentage of leads for the current top traffic source compared to the number of total leads for all traffic sources. */ (0,g.__)("%s of total leads","google-site-kit"),(0,v.Eo)(T,E)),previousValue:C,currentValue:T,loading:d,error:c,moduleSlug:"analytics-4"})}TopTrafficSourceDrivingLeadsWidget.propTypes={Widget:p().elementType.isRequired};const Ie=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopTrafficSourceDrivingLeadsWidget);var he=i(1102);function TopConvertingTrafficSourceWidget({Widget:e}){const t={...(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),dimensions:["sessionDefaultChannelGroup"],metrics:[{name:"sessionKeyEventRate"}],limit:1,orderBy:"sessionKeyEventRate",reportID:"analytics-4_top-converting-traffic-source-widget_widget_reportOptions"},i=(0,he.w)(e=>e(N.K9).getReport(t),[t]),s=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[t])),o=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[t]));function n(e){if(!i?.rows)return null;return i.rows.filter(({dimensionValues:[,t]})=>t.value===e)[0]}const r=n("date_range_0"),l=n("date_range_1"),c=r?.dimensionValues?.[0].value||"-",d=parseFloat(r?.metricValues?.[0].value||"0"),u=parseFloat(l?.metricValues?.[0].value||"0"),m={style:"percent",signDisplay:"never",maximumFractionDigits:1};return(0,b.jsx)(de.A,{Widget:e,widgetSlug:f.qy,metricValue:c,metricValueFormat:m,subText:(0,g.sprintf)(/* translators: %d: Percentage of visits that led to key events. */ /* translators: %d: Percentage of visits that led to key events. */ (0,g.__)("%s of visits led to key events","google-site-kit"),(0,v.Eo)(d,m)),previousValue:u,currentValue:d,loading:o,error:s,moduleSlug:"analytics-4"})}TopConvertingTrafficSourceWidget.propTypes={Widget:p().elementType.isRequired};const Ae=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopConvertingTrafficSourceWidget);function TopTrafficSourceDrivingPurchasesWidget({Widget:e}){const t=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),i=(0,a.useSelect)(e=>e(N.K9).getDetectedEvents()),s=i?.includes("purchase"),o={...t,metrics:[{name:"ecommercePurchases"}],reportID:"analytics-4_top-traffic-source-driving-purchases-widget_widget_totalPurchasesReportOptions"},n={...t,dimensions:["sessionDefaultChannelGroup"],metrics:[{name:"ecommercePurchases"}],limit:1,orderBy:"ecommercePurchases",reportID:"analytics-4_top-traffic-source-driving-purchases-widget_widget_trafficSourceReportOptions"},r=(0,a.useInViewSelect)(e=>s?e(N.K9).getReport(o):void 0,[s,o]),l=!!r?.rows&&(r?.rows?.[0]?.metricValues?.[0]?.value>0||r?.rows?.[1]?.metricValues?.[0]?.value>0),c=(0,a.useInViewSelect)(e=>s&&l?e(N.K9).getReport(n):void 0,[s,l,n]),d=(0,a.useSelect)(e=>{const t=e(N.K9).getErrorForSelector("getReport",[n]),i=e(N.K9).getErrorForSelector("getReport",[o]);return t&&i?[t,i]:t||i||void 0}),u=(0,a.useSelect)(e=>s?!e(N.K9).hasFinishedResolution("getReport",[o])||!e(N.K9).hasFinishedResolution("getReport",[n])&&l:void 0);function m(e,t){return i=>(0,L.get)(i,`dimensionValues.${t}.value`)===e}const{rows:p=[]}=r||{},{rows:y=[]}=c||{},I=y.filter(m("date_range_0",1))[0]?.dimensionValues?.[0].value||"-",h=parseInt(p.filter(m("date_range_0",0))[0]?.metricValues?.[0]?.value,10)||0,A=parseInt(y.filter(m("date_range_0",1))[0]?.metricValues?.[0]?.value,10)||0,M=h?A/h:0,S=parseInt(p.filter(m("date_range_1",0))[0]?.metricValues?.[0]?.value,10)||0,T=parseInt(y.filter(m("date_range_1",1))[0]?.metricValues?.[0]?.value,10)||0,D=S?T/S:0,j={style:"percent",signDisplay:"never",maximumFractionDigits:1};return(0,b.jsx)(de.A,{Widget:e,widgetSlug:f.HA,metricValue:I,metricValueFormat:j,subText:(0,g.sprintf)(/* translators: %s: Percentage of purchases for the current top traffic source compared to the number of total purchases for all traffic sources. */ /* translators: %s: Percentage of purchases for the current top traffic source compared to the number of total purchases for all traffic sources. */ (0,g.__)("%s of total purchases","google-site-kit"),(0,v.Eo)(M,j)),previousValue:D,currentValue:M,loading:u,error:d,moduleSlug:"analytics-4"})}TopTrafficSourceDrivingPurchasesWidget.propTypes={Widget:p().elementType.isRequired};const Me=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopTrafficSourceDrivingPurchasesWidget);function PagesPerVisitWidget({Widget:e}){const t={...(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),metrics:[{name:"screenPageViewsPerSession"},{name:"screenPageViews"}],reportID:"analytics-4_pages-per-visit-widget_widget_reportOptions"},i=(0,a.useInViewSelect)(e=>e(N.K9).getReport(t),[t]),s=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[t])),o=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[t])),{rows:n=[]}=i||{};function r(e){return t=>(0,L.get)(t,"dimensionValues.0.value")===e}const l=Number(n.find(r("date_range_0"))?.metricValues?.[0]?.value)||0,c=Number(n.find(r("date_range_1"))?.metricValues?.[0]?.value)||0,d=Number(n.find(r("date_range_0"))?.metricValues?.[1]?.value)||0;return(0,b.jsx)(G.ym,{Widget:e,widgetSlug:f.nH,metricValue:l,metricValueFormat:{style:"decimal",maximumFractionDigits:2},subText:(0,g.sprintf)(/* translators: %s: Number of total page views. */ /* translators: %s: Number of total page views. */ (0,g.__)("%s page views","google-site-kit"),(0,U.Eo)(d,{style:"decimal"})),previousValue:c,currentValue:l,loading:o,error:s,moduleSlug:"analytics-4"})}PagesPerVisitWidget.propTypes={Widget:p().elementType.isRequired};const fe=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(PagesPerVisitWidget);function VisitLengthWidget({Widget:e}){const t={...(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),metrics:[{name:"averageSessionDuration"},{name:"sessions"}],reportID:"analytics-4_visit-length-widget_widget_reportOptions"},i=(0,a.useInViewSelect)(e=>e(N.K9).getReport(t),[t]),s=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[t])),o=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[t])),{rows:n=[]}=i||{};function r(e){return t=>(0,L.get)(t,"dimensionValues.0.value")===e}const l=Number(n.find(r("date_range_0"))?.metricValues?.[0]?.value)||0,c=Number(n.find(r("date_range_1"))?.metricValues?.[0]?.value)||0,d=Number(n.find(r("date_range_0"))?.metricValues?.[1]?.value)||0;return(0,b.jsx)(G.ym,{Widget:e,widgetSlug:f.J5,metricValue:l,metricValueFormat:"s",subText:(0,g.sprintf)(/* translators: %s: Number of total page views. */ /* translators: %s: Number of total page views. */ (0,g.__)("%s total visits","google-site-kit"),(0,U.Eo)(d,{style:"decimal"})),previousValue:c,currentValue:l,loading:o,error:s,moduleSlug:"analytics-4"})}VisitLengthWidget.propTypes={Widget:p().elementType.isRequired};const Se=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(VisitLengthWidget);function TopReturningVisitorPages(e){const{Widget:t}=e,i=(0,P.A)(),s=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),o={...s,dimensions:["pagePath"],dimensionFilters:{newVsReturning:"returning"},metrics:[{name:"activeUsers"}],orderby:[{metric:{metricName:"activeUsers"},desc:!0}],limit:3,keepEmptyRows:!1,reportID:"analytics-4_top-returning-visitor-pages-widget_widget_reportOptions"},n=(0,a.useInViewSelect)(e=>e(N.K9).getReport(o),[o]),r=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[o])),l=(0,a.useInViewSelect)(e=>r?void 0:e(N.K9).getPageTitles(n,o),[r,n,o]),c=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[o])||void 0===l),{rows:d=[]}=n||{},g=[{field:"dimensionValues.0.value",Component({fieldValue:e}){const t=e,o=(0,O.Ii)(l[t]),n=(0,a.useSelect)(e=>i?null:e(N.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:t},dates:s}));return i?(0,b.jsx)(G.mF,{content:o}):(0,b.jsx)(E.A,{href:n,title:o,external:!0,hideExternalIndicator:!0,children:o})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e)})}];return(0,b.jsx)(G.$,{Widget:t,widgetSlug:f.tK,loading:c,rows:d,columns:g,ZeroState:Z.QQ,error:r,moduleSlug:"analytics-4"})}TopReturningVisitorPages.propTypes={Widget:p().elementType.isRequired};const Ne=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopReturningVisitorPages);function VisitsPerVisitorWidget({Widget:e}){const t={...(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),metrics:[{name:"sessionsPerUser"},{name:"sessions"}],reportID:"analytics-4_visits-per-visitor-widget_widget_reportOptions"},i=(0,a.useInViewSelect)(e=>e(N.K9).getReport(t),[t]),s=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[t])),o=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[t])),{rows:n=[]}=i||{};function r(e){return t=>(0,L.get)(t,"dimensionValues.0.value")===e}const l=n.find(r("date_range_0"))?.metricValues?.[0]?.value||0,c=n.find(r("date_range_1"))?.metricValues?.[0]?.value||0,d=Number(n.find(r("date_range_0"))?.metricValues?.[1]?.value)||0;return(0,b.jsx)(G.ym,{Widget:e,widgetSlug:f.Yw,metricValue:l,subText:(0,g.sprintf)(/* translators: %d: Number of total visits to the site. */ /* translators: %d: Number of total visits to the site. */ (0,g.__)("%s total visits","google-site-kit"),(0,v.Eo)(d,{style:"decimal"})),previousValue:Number(c),currentValue:Number(l),loading:o,error:s,moduleSlug:"analytics-4"})}VisitsPerVisitorWidget.propTypes={Widget:p().elementType.isRequired};const Te=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(VisitsPerVisitorWidget);function De(e){const t=(0,v.IS)(e,1);return{startDate:(0,v.IS)(e,3),endDate:t}}function ve(e){const t=(0,v.IS)(e,1),i=(0,v.IS)(e,2),a=(0,v.IS)(e,3);return{...De(e),dimensions:["pagePath"],dimensionFilters:{"customEvent:googlesitekit_post_date":{filterType:"inListFilter",value:[t.replace(/-/g,""),i.replace(/-/g,""),a.replace(/-/g,"")]}},metrics:[{name:"screenPageViews"}],orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:3,keepEmptyRows:!1,reportID:"analytics-4_top-recent-trending-pages-widget_widget_reportOptions"}}function CustomZeroDataMessage(){return(0,g.__)("No data to display: either no pages were published in the last three days, or they haven’t received any visitors yet","google-site-kit")}function TopRecentTrendingPagesWidget({Widget:e}){const t=(0,P.A)(),[i,s]=(0,a.useSelect)(e=>{const t=e(f.oR).getReferenceDate();return[De(t),ve(t)]}),o=(0,a.useInViewSelect)(e=>e(N.K9).getReport(s),[s]),n=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[s])),r=(0,a.useInViewSelect)(e=>!n&&o?e(N.K9).getPageTitles(o,s):void 0,[n,o,s]),l=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[s])||void 0===r),{rows:c=[]}=o||{},d=[{field:"dimensionValues.0.value",Component({fieldValue:e}){const s=e,o=(0,O.Ii)(r[s]),n=(0,a.useSelect)(e=>t?null:e(N.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:s},dates:i}));return t?(0,b.jsx)(G.mF,{content:o}):(0,b.jsx)(E.A,{href:n,title:o,external:!0,hideExternalIndicator:!0,children:o})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e)})}];return(0,b.jsx)(G.$,{Widget:e,widgetSlug:f.BT,loading:l,rows:c,columns:d,ZeroState:CustomZeroDataMessage,error:n,moduleSlug:"analytics-4"})}TopRecentTrendingPagesWidget.propTypes={Widget:p().elementType.isRequired};const je=(0,M.A)((0,x.A)({moduleName:T.L1,FallbackComponent:u.A}),te({reportOptions:e=>ve(e(f.oR).getReferenceDate())}))(TopRecentTrendingPagesWidget);function TopCategoriesWidget_getReportOptions(e){return{...e(f.oR).getDateRangeDates({offsetDays:N.f2}),dimensions:["customEvent:googlesitekit_post_categories"],dimensionFilters:{"customEvent:googlesitekit_post_categories":{filterType:"emptyFilter",notExpression:!0}},metrics:[{name:"screenPageViews"}],orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:3,keepEmptyRows:!1,reportID:"analytics-4_top-categories-widget_widget_reportOptions"}}function TopCategoriesWidget({Widget:e}){const t=(0,a.useSelect)(TopCategoriesWidget_getReportOptions),i=(0,a.useInViewSelect)(e=>e(N.K9).getReport(t),[t]),s=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[t])),o=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[t])),{rows:n=[]}=i||{},r=[{field:"dimensionValues",Component({fieldValue:e}){const[t]=e,i="string"==typeof t?.value?(0,O.JN)(t.value):[],a=(0,v.K5)(i.map(String),{style:"narrow"});return(0,b.jsx)(G.mF,{content:a})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e)})}];return(0,b.jsx)(G.$,{Widget:e,widgetSlug:f.t1,loading:o,rows:n,columns:r,ZeroState:Z.QQ,error:s,moduleSlug:"analytics-4"})}TopCategoriesWidget.propTypes={Widget:p().elementType.isRequired};const _e=(0,M.A)((0,x.A)({moduleName:T.L1,FallbackComponent:u.A}),te({reportOptions:TopCategoriesWidget_getReportOptions}))(TopCategoriesWidget);function TopPagesDrivingLeadsWidget(e){const{Widget:t}=e,i=(0,P.A)(),s=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),o=(0,a.useSelect)(e=>e(N.K9).getDetectedEvents()),n=[N.nc.SUBMIT_LEAD_FORM,N.nc.CONTACT,N.nc.GENERATE_LEAD].filter(e=>o?.includes(e));n.includes(N.nc.SUBMIT_LEAD_FORM)&&n.includes(N.nc.CONTACT)&&n.splice(n.indexOf(N.nc.CONTACT),1);const r={...s,dimensions:["pagePath","eventName"],dimensionFilters:{eventName:{filterType:"inListFilter",value:n}},metrics:[{name:"eventCount"}],orderby:[{metric:{metricName:"eventCount"},desc:!0}],limit:3,keepEmptyRows:!1,reportID:"analytics-4_top-pages-driving-leads-widget_widget_reportOptions"},l=(0,a.useInViewSelect)(e=>n?.length?e(N.K9).getReport(r):void 0,[n,r]),c=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[r])),d=(0,a.useInViewSelect)(e=>{if(n?.length&&!c)return e(N.K9).getPageTitles(l,r)},[n,c,l,r]),g=(0,a.useSelect)(e=>{if(n?.length)return!e(N.K9).hasFinishedResolution("getReport",[r])||void 0===d}),{rows:u=[]}=l||{},m=[{field:"dimensionValues.0.value",Component({fieldValue:e}){const t=e,o=(0,O.Ii)(d[t]),n=(0,a.useSelect)(e=>i?null:e(N.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:t},dates:s}));return i?(0,b.jsx)(G.mF,{content:o}):(0,b.jsx)(E.A,{href:n,title:o,external:!0,hideExternalIndicator:!0,children:o})}},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e)})}];return(0,b.jsx)(G.$,{Widget:t,widgetSlug:f.HP,loading:g,rows:u,columns:m,ZeroState:Z.QQ,error:c,moduleSlug:"analytics-4"})}TopPagesDrivingLeadsWidget.propTypes={Widget:p().elementType.isRequired};const be=(0,x.A)({moduleName:T.L1,FallbackComponent:u.A})(TopPagesDrivingLeadsWidget);function ke(e){return{...e(f.oR).getDateRangeDates({offsetDays:N.f2}),dimensions:["customEvent:googlesitekit_post_author"],dimensionFilters:{"customEvent:googlesitekit_post_author":{filterType:"emptyFilter",notExpression:!0}},metrics:[{name:"screenPageViews"}],orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:3,keepEmptyRows:!1,reportID:"analytics-4_popular-authors-widget_widget_reportOptions"}}function PopularAuthorsWidget(e){const{Widget:t}=e,i=(0,a.useSelect)(ke),s=(0,a.useInViewSelect)(e=>e(N.K9).getReport(i),[i]),o=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[i])),n=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[i])),{rows:r=[]}=s||{},l=[{field:"dimensionValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)(G.mF,{content:e})},{field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("strong",{children:(0,v.Eo)(e)})}];return(0,b.jsx)(G.$,{Widget:t,widgetSlug:f.tB,loading:n,rows:r,columns:l,ZeroState:Z.QQ,error:o,moduleSlug:"analytics-4"})}PopularAuthorsWidget.propTypes={Widget:p().elementType.isRequired};const Ce=(0,M.A)((0,x.A)({moduleName:T.L1,FallbackComponent:u.A}),te({reportOptions:ke}))(PopularAuthorsWidget);var Ee;function xe(){return xe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},xe.apply(null,arguments)}const we=e=>I.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 53"},e),Ee||(Ee=I.createElement("g",{fill:"none",fillRule:"evenodd"},I.createElement("path",{fill:"#F9AB00",d:"M48 46.376a6.63 6.63 0 0 1-2.18 4.952 6.47 6.47 0 0 1-5.11 1.625c-3.339-.495-5.789-3.433-5.708-6.848V6.891C34.925 3.475 37.379.537 40.72.045a6.47 6.47 0 0 1 5.102 1.631A6.63 6.63 0 0 1 48 6.622z"}),I.createElement("path",{fill:"#E37400",fillRule:"nonzero",d:"M6.5 40.002a6.5 6.5 0 0 1 4.594 1.901 6.5 6.5 0 0 1 1.906 4.6 6.5 6.5 0 0 1-1.906 4.596A6.5 6.5 0 0 1 6.5 53a6.5 6.5 0 0 1-4.594-1.9A6.5 6.5 0 0 1 0 46.501a6.5 6.5 0 0 1 1.905-4.6A6.5 6.5 0 0 1 6.5 40zM24.348 20.002c-3.62.197-6.429 3.256-6.346 6.908v17.644c0 4.79 2.092 7.696 5.16 8.314a6.5 6.5 0 0 0 5.442-1.358A6.61 6.61 0 0 0 31 46.4V26.605a6.62 6.62 0 0 0-1.912-4.668A6.52 6.52 0 0 0 24.459 20z"}))));var Re=i(43427),Le=i(37226);function AnalyticsSettingsNotice({hasModuleAccess:e}){const t=(0,a.useSelect)(e=>e(Le.i).getModule(T.L1)),i=t?.owner?.login?`<strong>${t.owner.login}</strong>`:(0,g.__)("Another admin","google-site-kit");return e?null:(0,b.jsx)(_.A,{type:_.A.TYPES.WARNING,className:"googlesitekit-analytics-settings-notice",description:(0,h.A)((0,g.sprintf)(/* translators: %s: module owner's name */ /* translators: %s: module owner's name */ (0,g.__)("%s configured Analytics and you don’t have access to its configured property. Contact them to share access or change the configured property.","google-site-kit"),i),{strong:(0,b.jsx)("strong",{})})})}AnalyticsSettingsNotice.propTypes={hasModuleAccess:p().bool};var Ge=i(2422),ze=i(7070),Ze=i(11997),Pe=i(49655),Oe=i(92152),Be=i(54349);const We="ecee-notification-analytics";function EnhancedConversionsNotification({id:e,Notification:t}){const i=(0,a.useSelect)(e=>e(C.O4).getDocumentationLinkURL("enhanced-conversions-analytics")),s=(0,a.useSelect)(e=>{const{getAccountID:t,getPropertyID:i,getServiceURL:a}=e(N.K9),s=t(),o=i();return a({path:Ze.U`/a${s}p${o}/admin/datapolicies/datacollection`})});return(0,b.jsx)(t,{children:(0,b.jsx)(Be.A,{notificationID:e,type:Pe.Q.INFO_ALT,title:(0,g.__)("Boost your Analytics data with enhanced conversions","google-site-kit"),description:(0,h.A)((0,g.__)("Site Kit now supports enhanced conversions. This free feature helps you get a more complete and reliable count of your sales and leads from your website, even when people switch devices. To activate, turn on the setting for collecting user data in your Analytics account. <a />","google-site-kit"),{a:(0,b.jsx)(Oe.A,{id:e,label:(0,g.__)("Learn more","google-site-kit"),url:i,hideExternalIndicator:!0})}),dismissButton:{label:(0,g.__)("No thanks","google-site-kit")},ctaButton:{label:(0,g.__)("Go to Analytics","google-site-kit"),href:s,dismissOnClick:!0,external:!0,hideExternalIndicator:!0}})})}function EnhancedConversionsSettingsNotice({type:e=_.A.TYPES.INFO}){const t=We,i=(0,Ge.W)(),s=(0,ze.A)(t),[o,n]=(0,I.useState)(!1),r=(0,a.useSelect)(e=>e(C.O4).getDocumentationLinkURL("enhanced-conversions-analytics")),l=(0,a.useSelect)(e=>{const{getAccountID:t,getPropertyID:i,getServiceURL:a}=e(N.K9),s=t(),o=i();return a({path:Ze.U`/a${s}p${o}/admin/datapolicies/datacollection`})}),c=(0,a.useSelect)(e=>e(f.oR).isItemDismissed(t)),{dismissItem:d}=(0,a.useDispatch)(f.oR),u=(0,I.useCallback)(async()=>{await d(t),s.confirm()},[d,t,s]),m=(0,I.useCallback)(async()=>{await d(t),s.dismiss()},[d,t,s]);return(0,I.useEffect)(()=>{!o&&i&&(s.view(),n(!0))},[i,s,o]),c?null:(0,b.jsx)(_.A,{type:e,title:(0,g.__)("Boost your Analytics data with enhanced conversions","google-site-kit"),description:(0,h.A)((0,g.__)("Site Kit now supports enhanced conversions. This free feature helps you get a more complete and reliable count of your sales and leads from your website, even when people switch devices. To activate, turn on the setting for collecting user data in your Analytics account. <a />","google-site-kit"),{a:(0,b.jsx)(Oe.A,{id:t,label:(0,g.__)("Learn more","google-site-kit"),url:r,hideExternalIndicator:!0})}),dismissButton:{label:(0,g.__)("No thanks","google-site-kit"),onClick:m},ctaButton:{label:(0,g.__)("Go to Analytics","google-site-kit"),href:l,onClick:u,external:!0,hideExternalIndicator:!0}})}EnhancedConversionsNotification.propTypes={id:p().string.isRequired,Notification:p().elementType.isRequired},EnhancedConversionsSettingsNotice.propTypes={type:p().oneOf(Object.values(_.A.TYPES))};var Ue=i(17691),Ve=i(55012),Fe=i(15167);function OptionalSettingsView(){const e=(0,a.useSelect)(e=>e(N.K9).getUseSnippet()),t=(0,a.useSelect)(e=>e(N.K9).getAdsConversionIDMigratedAtMs()),i=(0,a.useSelect)(e=>e(N.K9).getTrackingDisabled()||[]),s=(0,a.useSelect)(e=>e(N.K9).getAdsConversionID());return(0,b.jsxs)(I.Fragment,{children:[(0,b.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,b.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,b.jsx)(Fe.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Excluded from Analytics","google-site-kit")}),(0,b.jsxs)("p",{className:"googlesitekit-settings-module__meta-item-data",children:[!!i.length&&i.map(e=>Ve.BN[e]).join((0,g._x)(", ","list separator","google-site-kit")),!i.length&&(0,g.__)("Analytics is currently enabled for all visitors","google-site-kit")]})]})}),e&&!t&&!!s&&(0,b.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,b.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,b.jsx)(Fe.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Ads Conversion ID","google-site-kit")}),(0,b.jsxs)("p",{className:"googlesitekit-settings-module__meta-item-data",children:[!!s&&(0,b.jsx)(Ue.A,{value:s}),!s&&(0,g.__)("None","google-site-kit")]})]})})]})}var He=i(89967),Ke=i(77967);function PropertyOrWebDataStreamNotAvailableError(e){const{hasModuleAccess:t,isDisabled:i}=e,s=(0,a.useSelect)(e=>e(N.K9).getAccountID()),o=(0,a.useSelect)(e=>e(N.K9).getPropertyID()),n=(0,a.useSelect)(e=>e(N.K9).getMeasurementID()),r=(0,a.useSelect)(e=>t&&!i?e(N.K9).getPropertySummaries(s):[]),l=(0,a.useSelect)(e=>e(N.K9).hasFinishedSelectingAccount()),c=(0,a.useSelect)(e=>(0,He.Hl)(o)&&t?e(N.K9).getWebDataStreams(o):[]),d=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getWebDataStreams",[o])),u=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getAccountSummaries",[]));if(!t||i||void 0===r||void 0===c||!(0,He.Hl)(o)||!1===l)return null;const m=r.some(({_id:e})=>e===o);return m&&n&&!d&&!c.some(({webStreamData:e})=>e.measurementId===n)?(0,b.jsx)(Ke.A,{message:(0,g.sprintf)(/* translators: 1: Google Analytics Measurement ID. */ /* translators: 1: Google Analytics Measurement ID. */ (0,g.__)("The previously selected web data stream with measurement ID %1$s is no longer available. Please select a new web data stream to continue collecting data with Google Analytics.","google-site-kit"),n),skipRetryMessage:!0}):m||u?null:(0,b.jsx)(Ke.A,{message:(0,g.sprintf)(/* translators: 1: Google Analytics Property ID. */ /* translators: 1: Google Analytics Property ID. */ (0,g.__)("The previously selected property with ID %1$s is no longer available. Please select a new property to continue collecting data with Google Analytics.","google-site-kit"),o),skipRetryMessage:!0})}PropertyOrWebDataStreamNotAvailableError.propTypes={hasModuleAccess:p().bool,isDisabled:p().bool};var Ye=i(59323),Qe=i(19195);function SettingsUseSnippetSwitch(){const e=(0,a.useSelect)(e=>e(N.K9).getUseSnippet()),t=(0,a.useSelect)(e=>e(N.K9).getExistingTag()),i=(0,a.useSelect)(e=>e(N.K9).getMeasurementID());let s;return s=t?t===i?(0,b.jsxs)(I.Fragment,{children:[(0,b.jsx)(Ye.A,{children:(0,g.sprintf)(/* translators: %s: existing tag ID */ /* translators: %s: existing tag ID */ (0,g.__)("A tag %s for the selected property already exists on the site","google-site-kit"),t)}),(0,b.jsx)(Ye.A,{children:(0,g.__)("Consider removing the existing tag to avoid loading both tags on your site","google-site-kit")})]}):(0,b.jsxs)(I.Fragment,{children:[(0,b.jsx)(Ye.A,{children:(0,g.sprintf)(/* translators: %s: existing tag ID */ /* translators: %s: existing tag ID */ (0,g.__)("An existing tag %s was found on the page","google-site-kit"),t)}),(0,b.jsx)(Ye.A,{children:(0,g.__)("If you prefer to collect data using that existing tag, please select the corresponding account and property above","google-site-kit")})]}):e?(0,b.jsx)(Ye.A,{children:(0,g.__)("Site Kit will add the code automatically","google-site-kit")}):(0,b.jsx)(Ye.A,{children:(0,g.__)("Site Kit will not add the code to your site","google-site-kit")}),(0,b.jsx)(Qe.A,{description:s})}var Je=i(30679);function SettingsControls(e){const{hasModuleAccess:t}=e,i=(0,a.useSelect)(e=>e(N.K9).getPropertyID()),s=(0,a.useSelect)(e=>e(N.K9).getWebDataStreamID());return(0,b.jsxs)("div",{className:"googlesitekit-settings-module__fields-group",children:[(0,b.jsx)(Je.A,{moduleSlug:"analytics-4",storeName:N.K9}),(0,b.jsx)(PropertyOrWebDataStreamNotAvailableError,{hasModuleAccess:t,isDisabled:!i}),(0,b.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,b.jsx)(Z.QB,{hasModuleAccess:t}),(0,b.jsx)(Z.Co,{hasModuleAccess:t,isDisabled:!i}),(0,b.jsx)(Z.nH,{hasModuleAccess:t,isDisabled:!i})]}),s===N.Oh&&(0,b.jsx)("div",{className:"googlesitekit-setup-module__inputs googlesitekit-setup-module__inputs--multiline",children:(0,b.jsx)(Z.MI,{})}),(0,b.jsx)(AnalyticsSettingsNotice,{hasModuleAccess:t,className:"googlesitekit-margin-top-0"}),i&&(0,b.jsx)("div",{className:"googlesitekit-settings-module__meta-item",children:(0,b.jsx)(SettingsUseSnippetSwitch,{})})]})}function qe(){const{setUseSnippet:e}=(0,a.useDispatch)(N.K9),t=(0,a.useSelect)(e=>e(N.K9).getExistingTag()),i=(0,a.useSelect)(e=>e(N.K9).getMeasurementID()),s=(0,I.useRef)(!0);(0,I.useEffect)(()=>{if(t&&void 0!==i){if(""===i||s.current)return void(s.current=!1);e(i!==t)}},[e,t,i])}SettingsControls.propTypes={hasModuleAccess:p().bool};var Xe=i(42820),$e=i(16679),et=i(41566),tt=i(30427),it=i(6464),at=i(17569);function SettingsEnhancedMeasurementSwitch({hasModuleAccess:e}){const t=(0,ee.A)(N.TQ,N.aj),i=(0,a.useSelect)(e=>e(N.K9).getPropertyID()),s=(0,a.useSelect)(e=>e(N.K9).getWebDataStreamID()),o=(0,a.useSelect)(e=>e(N.K9).isLoadingPropertySummaries()),n=(0,a.useSelect)(t=>t(N.K9).isLoadingWebDataStreams({hasModuleAccess:e})),r=(0,a.useSelect)(e=>{if(!o&&!n)return(0,He.Hl)(i)&&(0,He.OS)(s)?e(N.K9).isEnhancedMeasurementStreamEnabled(i,s):null}),l=(0,a.useSelect)(e=>{if(!o&&!n&&void 0!==r)return(0,He.Hl)(i)&&(0,He.OS)(s)?e(N.K9).isEnhancedMeasurementStreamAlreadyEnabled(i,s):null}),c=(0,a.useSelect)(e=>!((0,He.mh)(i)&&(0,He.dQ)(s)&&!o&&!n)||i!==N.to&&s!==N.Oh&&(!e(N.K9).hasFinishedResolution("getEnhancedMeasurementSettings",[i,s])||!e(N.K9).hasFinishedResolution("isEnhancedMeasurementStreamAlreadyEnabled",[i,s]))),{setValues:d}=(0,a.useDispatch)(H.s),{setEnhancedMeasurementStreamEnabled:g}=(0,a.useDispatch)(N.K9),u=(0,I.useRef)({isEnhancedMeasurementEnabled:t,propertyID:i,webDataStreamID:s});return(0,I.useEffect)(()=>{void 0!==u.current.isEnhancedMeasurementEnabled&&u.current.webDataStreamID===s&&u.current.propertyID===i||void 0!==r&&(0,He.mh)(i)&&(0,He.dQ)(s)&&(i===N.to||s===N.Oh?d(N.TQ,{[N.aj]:!0}):d(N.TQ,{[N.aj]:r}))},[r,i,d,s]),(0,b.jsx)(at.A,{disabled:!e,loading:c,isEnhancedMeasurementAlreadyEnabled:l,onClick:()=>{(0,He.Hl)(i)&&(0,He.OS)(s)&&g({propertyID:i,webDataStreamID:s,enabled:!r})},showTick:!0})}function SettingsForm({hasModuleAccess:e}){const t=(0,it.i)("googleTagGateway"),i=(0,it.i)("gtagUserData"),s=(0,a.useSelect)(e=>e(N.K9).getAccountID()),o=(0,a.useSelect)(e=>e(C.O4).getDocumentationLinkURL("plugin-conversion-tracking"));return(0,b.jsxs)(I.Fragment,{children:[(0,b.jsx)(SettingsControls,{hasModuleAccess:e}),(0,He.HX)(s)&&(0,b.jsx)(Z.Qv,{}),e&&(0,b.jsx)($e.A,{slug:[T.L1]}),(0,b.jsxs)(tt.A,{title:(0,g.__)("Improve your measurement","google-site-kit"),children:[(0,b.jsx)(SettingsEnhancedMeasurementSwitch,{hasModuleAccess:e}),(0,b.jsx)(Xe.A,{children:(0,h.A)((0,g.__)("To track the performance of your campaigns, Site Kit will enable plugin conversion tracking. <a>Learn more</a>","google-site-kit"),{a:(0,b.jsx)(E.A,{href:o,"aria-label":(0,g.__)("Learn more about conversion tracking","google-site-kit"),external:!0})})}),t&&(0,b.jsx)(et.A,{}),i&&(0,b.jsx)(EnhancedConversionsSettingsNotice,{type:Pe.Q.INFO_ALT})]})]})}function SettingsEdit(){const e=(0,a.useSelect)(e=>e(N.K9).getAccountSummaries())||[],t=(0,a.useSelect)(e=>e(N.K9).getAccountID()),i=(0,a.useSelect)(e=>e(N.K9).isDoingSubmitChanges()),s=(0,a.useSelect)(e=>e(N.K9).hasFinishedResolution("getAccountSummaries")),o=(0,a.useSelect)(e=>e(C.O4).isUsingProxy()),n=(0,a.useSelect)(e=>{const{hasModuleOwnershipOrAccess:t,getErrorForAction:i}=e(Le.i),a=t(T.L1);if(a)return!0;const s=i("checkModuleAccess",[T.L1]);return void 0!==a||s?!1!==a&&"module_not_connected"===s?.code:void 0});qe();const r=N.ZC===t;let l;return l=i||!s||void 0===n?(0,b.jsx)(Q.ProgressBar,{}):!e.length||r?o?(0,b.jsx)(Z.EF,{}):(0,b.jsx)(Z.Jt,{}):(0,b.jsx)(SettingsForm,{hasModuleAccess:n}),(0,b.jsx)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--analytics",children:l})}SettingsEnhancedMeasurementSwitch.propTypes={hasModuleAccess:p().bool},SettingsForm.propTypes={hasModuleAccess:p().bool};var st=i(16834),ot=i(87388);function SettingsView(){const e=(0,it.i)("googleTagGateway"),t=(0,it.i)("gtagUserData"),i=(0,a.useSelect)(e=>e(N.K9).getAccountID()),s=(0,a.useSelect)(e=>e(N.K9).getPropertyID()),o=(0,a.useSelect)(e=>e(N.K9).getMeasurementID()),n=(0,a.useSelect)(e=>e(N.K9).getGoogleTagID()),r=(0,a.useSelect)(e=>e(N.K9).getUseSnippet()),l=(0,a.useSelect)(e=>e(N.K9).getServiceURL({path:Ze.U`/a${i}p${s}/admin/account/settings`})),c=(0,a.useSelect)(e=>e(N.K9).getServiceEntityAccessURL()),d=(0,a.useSelect)(e=>e(N.K9).getWebDataStreamID()),u=(0,a.useSelect)(e=>(0,He.Hl)(s)&&(0,He.OS)(d)?e(N.K9).isEnhancedMeasurementStreamEnabled(s,d):null),m=(0,a.useSelect)(e=>e(C.O4).isConversionTrackingEnabled()),p=(0,a.useSelect)(t=>{if(!e)return!1;const{isGoogleTagGatewayEnabled:i,isGTGHealthy:a,isScriptAccessEnabled:s}=t(C.O4);return i()&&a()&&s()});return s&&s!==N.to?(0,b.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--analytics",children:[(0,b.jsx)(Je.A,{moduleSlug:"analytics-4",storeName:N.K9}),(0,b.jsxs)("div",{className:"googlesitekit-settings-module__meta-items",children:[(0,b.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,b.jsx)(Fe.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Account","google-site-kit")}),(0,b.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,b.jsx)(Ue.A,{value:i})})]}),(0,b.jsx)("div",{className:"googlesitekit-settings-module__meta-item googlesitekit-settings-module__meta-item--data-only",children:(0,b.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data googlesitekit-settings-module__meta-item-data--tiny",children:(0,b.jsx)(E.A,{href:l,external:!0,children:(0,h.A)((0,g.__)("Edit <VisuallyHidden>account </VisuallyHidden>in Analytics","google-site-kit"),{VisuallyHidden:(0,b.jsx)(st.A,{})})})})})]}),(0,b.jsxs)("div",{className:"googlesitekit-settings-module__meta-items",children:[(0,b.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,b.jsx)(Fe.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Property","google-site-kit")}),(0,b.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,b.jsx)(Ue.A,{value:s})})]}),(0,b.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,b.jsx)(Fe.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,h.A)((0,g.__)("<VisuallyHidden>Google Analytics</VisuallyHidden> Measurement ID","google-site-kit"),{VisuallyHidden:(0,b.jsx)(st.A,{})})}),(0,b.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,b.jsx)(Ue.A,{value:o})})]}),n&&(0,b.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,b.jsx)(Fe.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Google Tag ID","google-site-kit")}),(0,b.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,b.jsx)(Ue.A,{value:n})})]}),(0,b.jsx)("div",{className:"googlesitekit-settings-module__meta-item googlesitekit-settings-module__meta-item--data-only",children:(0,b.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data googlesitekit-settings-module__meta-item-data--tiny",children:(0,b.jsx)(E.A,{href:c,external:!0,children:(0,h.A)((0,g.__)("Edit <VisuallyHidden>web data stream </VisuallyHidden>in Analytics","google-site-kit"),{VisuallyHidden:(0,b.jsx)(st.A,{})})})})})]}),(0,b.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,b.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,b.jsx)(Fe.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,g.__)("Code Snippet","google-site-kit")}),(0,b.jsxs)("p",{className:"googlesitekit-settings-module__meta-item-data",children:[r&&(0,b.jsx)("span",{children:(0,g.__)("Snippet is inserted","google-site-kit")}),!1===r&&(0,b.jsx)("span",{children:(0,g.__)("Snippet is not inserted","google-site-kit")}),void 0===r&&Ue.G]})]})}),(0,b.jsx)(OptionalSettingsView,{}),(0,b.jsx)(ot.A,{statuses:[{label:(0,g.__)("Enhanced Measurement","google-site-kit"),status:u},{label:(0,g.__)("Plugin conversion tracking","google-site-kit"),status:m},...e?[{label:(0,g.__)("Google tag gateway for advertisers","google-site-kit"),status:p}]:[]]}),t&&(0,b.jsx)(EnhancedConversionsSettingsNotice,{})]}):null}function SetupEnhancedMeasurementSwitch(){const e=(0,a.useSelect)(e=>e(N.K9).getAccountID()),t=(0,a.useSelect)(e=>e(N.K9).getPropertyID()),i=(0,a.useSelect)(e=>e(N.K9).getWebDataStreamID()),s=(0,a.useSelect)(e=>e(N.K9).isLoadingPropertySummaries()),o=(0,a.useSelect)(e=>e(N.K9).isLoadingWebDataStreams({hasModuleAccess:!0})),n=(0,a.useSelect)(e=>{if(!s&&!o)return(0,He.Hl)(t)&&(0,He.OS)(i)?e(N.K9).isEnhancedMeasurementStreamAlreadyEnabled(t,i):null}),r=(0,a.useSelect)(e=>!((0,He.mh)(t)&&(0,He.dQ)(i)&&!s&&!o)||t!==N.to&&i!==N.Oh&&!e(N.K9).hasFinishedResolution("isEnhancedMeasurementStreamAlreadyEnabled",[t,i])),l=(0,ee.A)(N.ZY,"autoSubmit"),c=(0,ee.A)(N.TQ,N.aj),{setValues:d}=(0,a.useDispatch)(H.s);return(0,I.useEffect)(()=>{l||void 0!==c||d(N.TQ,{[N.aj]:!0})},[l,c,d]),(0,He.HX)(e)?(0,b.jsx)(at.A,{loading:r,isEnhancedMeasurementAlreadyEnabled:n}):null}function SetupUseSnippetSwitch(){const e=(0,a.useSelect)(e=>e(N.K9).getExistingTag()),t=e===(0,a.useSelect)(e=>e(N.K9).getMeasurementID())?(0,b.jsxs)(I.Fragment,{children:[(0,b.jsx)(Ye.A,{children:(0,g.sprintf)(/* translators: %s: existing tag ID */ /* translators: %s: existing tag ID */ (0,g.__)("A tag %s for the selected property already exists on the site","google-site-kit"),e)}),(0,b.jsx)(Ye.A,{children:(0,g.__)("Consider removing the existing tag to avoid loading both tags on your site","google-site-kit")})]}):(0,b.jsxs)(I.Fragment,{children:[(0,b.jsx)(Ye.A,{children:(0,g.sprintf)(/* translators: %s: existing tag ID */ /* translators: %s: existing tag ID */ (0,g.__)("An existing tag %s was found on the page","google-site-kit"),e)}),(0,b.jsx)(Ye.A,{children:(0,g.__)("If you prefer to collect data using that existing Analytics tag, please select the corresponding account and property above","google-site-kit")})]});return(0,b.jsx)(Qe.A,{description:t})}function SetupFormFields(){const e=(0,a.useSelect)(e=>e(N.K9).getAccountSummaries())||[],t=(0,a.useSelect)(e=>e(N.K9).hasExistingTag()),i=(0,a.useSelect)(e=>e(N.K9).getExistingTag()),s=(0,a.useSelect)(e=>e(N.K9).getMeasurementID()),o=(0,a.useSelect)(e=>e(N.K9).getWebDataStreamID()),{setValues:n}=(0,a.useDispatch)(H.s),{setUseSnippet:r}=(0,a.useDispatch)(N.K9);(0,I.useEffect)(()=>{t&&r(i!==s)},[r,t,i,s]);const l=(0,I.useCallback)(()=>{n(N.TQ,{[N.aj]:!0})},[n]);return(0,b.jsxs)(I.Fragment,{children:[!!e.length&&(0,b.jsx)("p",{className:"googlesitekit-margin-bottom-0",children:(0,g.__)("Please select the account information below. You can change this later in your settings.","google-site-kit")}),(0,b.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,b.jsx)(Z.QB,{onChange:l}),(0,b.jsx)(Z.Co,{onChange:l,hasModuleAccess:!0}),(0,b.jsx)(Z.nH,{onChange:l,hasModuleAccess:!0})]}),o===N.Oh&&(0,b.jsx)("div",{className:"googlesitekit-setup-module__inputs googlesitekit-setup-module__inputs--multiline",children:(0,b.jsx)(Z.MI,{})}),t&&(0,b.jsx)(SetupUseSnippetSwitch,{}),(0,b.jsx)(SetupEnhancedMeasurementSwitch,{})]})}var nt=i(48102);function SetupForm({finishSetup:e}){const t=(0,a.useSelect)(e=>e(f.oR).hasScope(N.S9)),i=(0,ee.A)(N.ZY,"autoSubmit"),s=(0,a.useSelect)(e=>e(N.K9).canSubmitChanges()),o=(0,a.useSelect)(e=>e(N.K9).isDoingSubmitChanges()||e(X.M).isNavigating()),n=(0,w.A)(),r=(0,it.i)("setupFlowRefresh"),l=(0,a.useSelect)(e=>{if(r)return e(C.O4).getAdminURL("googlesitekit-key-metrics-setup")}),{setValues:c}=(0,a.useDispatch)(H.s),{submitChanges:d}=(0,a.useDispatch)(N.K9),{setConversionTrackingEnabled:u,saveConversionTrackingSettings:m}=(0,a.useDispatch)(C.O4),p=(0,ee.A)(N.TQ,N.aj),y=(0,I.useCallback)(async t=>{t.preventDefault(),c(N.ZY,{autoSubmit:!1});const{error:i}=await d();(0,Y.G)(i)&&c(N.ZY,{autoSubmit:!0}),i||(u(!0),await m(),!0===p&&await(0,v.sx)(`${n}_analytics`,"ga4_setup_enhanced_measurement_enabled"),e(l))},[e,l,p,u,m,c,d,n]);return(0,I.useEffect)(()=>{i&&t&&y({preventDefault:()=>{}})},[t,i,y]),(0,b.jsxs)("form",{className:"googlesitekit-analytics-setup__form",onSubmit:y,children:[(0,b.jsx)(Je.A,{moduleSlug:"analytics-4",storeName:N.K9}),(0,b.jsx)(SetupFormFields,{}),(0,b.jsx)(nt.A,{message:(0,g.__)("To track how visitors interact with your site, Site Kit will enable plugin conversion tracking. You can always disable it in settings.","google-site-kit")}),(0,b.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,b.jsx)(Q.SpinnerButton,{disabled:!s||o,isSaving:o,children:(0,g.__)("Complete setup","google-site-kit")})})]})}SetupForm.propTypes={finishSetup:p().func},SetupForm.defaultProps={finishSetup:()=>{}};var rt=i(99234),lt=i(20068);function SetupMain({finishSetup:e}){const t=(0,a.useSelect)(e=>e(N.K9).getAccountSummaries()),i=(0,a.useSelect)(e=>e(N.K9).getAccountID()),s=(0,a.useSelect)(e=>e(N.K9).hasFinishedResolution("getAccountSummaries")),o=(0,a.useSelect)(e=>e(C.O4).isUsingProxy()),{setAccountID:n}=(0,a.useDispatch)(N.K9),{findMatchedAccount:r,matchAndSelectProperty:l}=(0,a.useDispatch)(N.K9),[c,d]=(0,I.useState)(!1);(0,I.useEffect)(()=>{t&&(i||async function(){d(!0);const e=await r();d(!1),e&&(n(e._id),l(e._id))}())},[r,t,n,i,l]),qe();const u=N.ZC===i,m=(0,it.i)("setupFlowRefresh"),[p,y]=(0,lt.A)("searchConsoleSetupSuccess"),h=!!p&&m;let A;return A=!s||c?(0,b.jsx)(Q.ProgressBar,{}):u||Array.isArray(t)&&!t.length?o?(0,b.jsx)(Z.EF,{}):(0,b.jsx)(Z.Jt,{}):(0,b.jsx)(SetupForm,{finishSetup:e}),(0,b.jsxs)(I.Fragment,{children:[(0,b.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--analytics",children:[(0,b.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,b.jsx)("div",{className:"googlesitekit-setup-module__logo",children:(0,b.jsx)(we,{width:"40",height:"40"})}),(0,b.jsx)(Fe.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:(0,g._x)("Analytics","Service name","google-site-kit")})]}),(0,b.jsx)("div",{className:"googlesitekit-setup-module__step",children:A})]}),h&&(0,b.jsx)(rt.A,{title:(0,g.__)("Search Console was successfully set up","google-site-kit"),onDismiss:()=>y(void 0)})]})}SetupMain.propTypes={finishSetup:p().func},SetupMain.defaultProps={finishSetup:()=>{}};var ct=i(71423),dt=i(53137),gt=i(15863),ut=i(34375);const mt="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQ0IiBoZWlnaHQ9IjI4OCIgdmlld0JveD0iMCAwIDQ0NCAyODgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzExNTczKSI+CjxwYXRoIGQ9Ik0yMi44MTQgMjU0LjI5N0M0Ny45NDk5IDI4NS4xNjEgMTA4LjM0IDI4Ny43MTggMTQyLjQwMSAyNzkuOTk2QzE5NS43ODIgMjY3LjgxMiAyMDguNjUxIDIzOS45MzYgMjYyLjQwMSAyMzcuOTk2QzMwNS4xMTkgMjM2LjQ2OCAzMzYuMDAzIDI1OC44NjIgMzgyLjEwMyAyNjMuOTk2QzQ0MC4yNDMgMjcwLjQ2NCA0ODQuNjEgMjUxLjEzMyA1MjQuNjAzIDE5OS40OTZDNTYwLjMxIDE1My4zOTggNTcyLjYwNyA5OS4wMjY3IDUyOS4zODYgNTcuMDAyMUM1MDkuNjQgMzcuODAxOCA0ODIuNTYyIDI5LjAwNTYgNDU3LjAwNCAzMy40ODc3QzQzNy40NzEgMzYuOTEzOCA0MTcuNjQxIDQ3LjMzNTkgMzk3LjQyMSA1MC4yMzRDMzczLjYwOCA1My42NTQgMzU4Ljg4NyA0MS45ODk4IDMzOS42MTkgMjguNDA1NkMzMDYuMDQ4IDQuNzk1MjggMjYxLjY2NSAtNC4yNzY4NSAyMjMuNjYyIDkuNDIxMzVDMTg3LjI4MyAyMi41MzE2IDE2MS4xMDEgNTguMzI4MSAxMjUuNzAxIDc0LjA1NDNDOTUuMTEzIDg3LjY1MDUgNTguOTc5MSA4NS41ODA1IDMyLjQwMDcgMTA3LjcyN0MtOC4zMzk3IDE0MS42NjUgLTkuNjUxOTIgMjE0LjA2NCAyMi44MTQgMjU0LjI5N1oiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNDYxXzExNTczKSI+CjxyZWN0IHg9IjcxLjI1MTEiIHk9IjQ4LjQ5NjMiIHdpZHRoPSIyOTIuOTI5IiBoZWlnaHQ9IjIwMCIgcng9IjE1Ljk5OTQiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03MS4yNTExIDY0LjQ5NTdDNzEuMjUxMSA1NS42NTk1IDc4LjQxNDMgNDguNDk2MyA4Ny4yNTA1IDQ4LjQ5NjNIMzQ4LjE4MUMzNTcuMDE3IDQ4LjQ5NjMgMzY0LjE4IDU1LjY1OTUgMzY0LjE4IDY0LjQ5NTdWNzIuNzM4OEg3MS4yNTExVjY0LjQ5NTdaIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjgzLjM3MjQiIHk9IjU2LjU3NjgiIHdpZHRoPSI4LjA4MDgxIiBoZWlnaHQ9IjguMDgwODEiIHJ4PSI0LjA0MDQiIGZpbGw9IiNDQkQwRDMiLz4KPHJlY3QgeD0iOTUuNDkzNiIgeT0iNTYuNTc2OCIgd2lkdGg9IjguMDgwODEiIGhlaWdodD0iOC4wODA4MSIgcng9IjQuMDQwNCIgZmlsbD0iI0NCRDBEMyIvPgo8cmVjdCB4PSI4Ny4zNjE5IiB5PSI4NS41NDcyIiB3aWR0aD0iMzQuMzM4NyIgaGVpZ2h0PSIxMi40ODY4IiByeD0iNi4yNDM0IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTA5LjYzOCAxMTEuMzAySDg5LjM0NzFWMTA3LjRIMTA5LjYzOFYxMTEuMzAyWiIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwNC45NTYgMTIyLjIyN0g4OS4zNDcxVjExOC4zMjVIMTA0Ljk1NlYxMjIuMjI3WiIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwMC4yNzMgMTMzLjE1M0g4OS4zNDcxVjEyOS4yNTFIMTAwLjI3M1YxMzMuMTUzWiIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwNi41MTYgMTQ0LjA3OUg4OS4zNDcxVjE0MC4xNzdIMTA2LjUxNlYxNDQuMDc5WiIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIyNzguMTUxIiB5PSI4NC45NDEyIiB3aWR0aD0iNjcuMDEyMiIgaGVpZ2h0PSI2NS44NzY0IiByeD0iNC4xMjEyMyIgZmlsbD0iI0ZGRDdGNiIvPgo8cmVjdCB4PSIzMDIuODE2IiB5PSIxMzguNzU0IiB3aWR0aD0iMTcuODU4NyIgaGVpZ2h0PSI0LjEyMTIzIiByeD0iMS4zNzM3NCIgZmlsbD0iI0ZGQjZFRiIvPgo8Y2lyY2xlIGN4PSIzMTEuNzQ1IiBjeT0iMTEzLjM0IiByPSIxNC40MjQzIiBzdHJva2U9IiNGRkI2RUYiIHN0cm9rZS13aWR0aD0iNC4xMjEyMyIvPgo8cGF0aCBkPSJNMzI2LjE2OSAxMTMuMzRDMzI2LjE2OSAxMjEuMzA2IDMxOS43MTEgMTI3Ljc2NCAzMTEuNzQ0IDEyNy43NjRDMzAzLjc3OCAxMjcuNzY0IDI5Ny4zMiAxMjEuMzA2IDI5Ny4zMiAxMTMuMzRDMjk3LjMyIDEwNS4zNzQgMzAzLjc3OCA5OC45MTU2IDMxMS43NDQgOTguOTE1NiIgc3Ryb2tlPSIjRDI3NkJFIiBzdHJva2Utd2lkdGg9IjQuMTIxMjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cmVjdCB4PSIxNDIuOTkxIiB5PSIxNTkuOTA0IiB3aWR0aD0iNjcuMDEyMiIgaGVpZ2h0PSI2NS44NzY0IiByeD0iNC4xMjEyMyIgZmlsbD0iI0ZGRDdGNiIvPgo8cmVjdCB4PSIxNjguMjQyIiB5PSIyMTIuOTM2IiB3aWR0aD0iMTcuODU4NyIgaGVpZ2h0PSI0LjEyMTIzIiByeD0iMS4zNzM3NCIgZmlsbD0iI0ZGQjZFRiIvPgo8Y2lyY2xlIGN4PSIxNzcuMTcxIiBjeT0iMTg3LjUyMiIgcj0iMTQuNDI0MyIgc3Ryb2tlPSIjRkZCNkVGIiBzdHJva2Utd2lkdGg9IjQuNDIzNDUiLz4KPHBhdGggZD0iTTE3Mi4zMTcgMjAxLjEwNUMxNjQuODE1IDE5OC40MjQgMTYwLjkwOCAxOTAuMTY5IDE2My41ODkgMTgyLjY2N0MxNjYuMjcgMTc1LjE2NiAxNzQuNTI1IDE3MS4yNTggMTgyLjAyNyAxNzMuOTM5IiBzdHJva2U9IiNEMjc2QkUiIHN0cm9rZS13aWR0aD0iNC4xMjEyMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxyZWN0IHg9IjE0Mi45OTEiIHk9Ijg0Ljk0MTIiIHdpZHRoPSIxMjQuOTM4IiBoZWlnaHQ9IjY1Ljg3NjQiIHJ4PSI0LjEyMTIzIiBmaWxsPSIjRkZEN0Y2Ii8+CjxyZWN0IHg9IjE0OS45NjEiIHk9Ijk0Ljc5NDQiIHdpZHRoPSI1OS4wNzEiIGhlaWdodD0iNC4xMjEyMyIgcng9IjEuMzczNzQiIGZpbGw9IiNGRkI2RUYiLz4KPHJlY3QgeD0iMTQ5Ljk2MSIgeT0iMTAzLjAzNyIgd2lkdGg9IjM4LjQ2NDgiIGhlaWdodD0iNC4xMjEyMyIgcng9IjEuMzczNzQiIGZpbGw9IiNGRkI2RUYiLz4KPG1hc2sgaWQ9Im1hc2swXzE0NjFfMTE1NzMiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjE0OSIgeT0iMTEyIiB3aWR0aD0iMTEzIiBoZWlnaHQ9IjMzIj4KPHJlY3QgeD0iMTQ5LjgwNiIgeT0iMTEyLjIiIHdpZHRoPSIxMTEuMzA4IiBoZWlnaHQ9IjMxLjgwMjQiIHJ4PSIyLjc0NzQ5IiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTQ2MV8xMTU3MykiPgo8cGF0aCBkPSJNMTY0LjMyOCAxMzguNTI4QzE1My41NDcgMTM4LjUyOCAxNDkuMjM4IDEzNi4wMjQgMTQ2LjM5OSAxMzMuNTE5VjE0OC41NDZIMjYzLjM4N1YxMjIuMTk1QzI2Mi40OSAxMjAuMzg2IDI2MC4zMDUgMTE1LjYwNyAyNTIuNjcgMTE1LjYwN0MyNDIuODA5IDExNS42MDcgMjM0LjgwOSAxMzQuNzcxIDIyMC4wNzQgMTM0Ljc3MUMyMDUuMzM5IDEzNC43NzEgMjAzLjU1MyAxMjUuNTg5IDE5NS4wNjkgMTI1LjU4OUMxODQuMzUzIDEyNS41ODkgMTc4LjIyMyAxMzguNTI4IDE2NC4zMjggMTM4LjUyOFoiIGZpbGw9IiNGRkI2RUYiIHN0cm9rZT0iI0QyNzZCRSIgc3Ryb2tlLXdpZHRoPSI0LjEyMTIzIi8+CjxwYXRoIGQ9Ik0xOTguOTQgMTI1LjAxN0MxOTguOTQgMTI3LjI5MyAxOTcuMDk1IDEyOS4xMzggMTk0LjgxOSAxMjkuMTM4QzE5Mi41NDMgMTI5LjEzOCAxOTAuNjk4IDEyNy4yOTMgMTkwLjY5OCAxMjUuMDE3QzE5MC42OTggMTIyLjc0MSAxOTIuNTQzIDEyMC44OTUgMTk0LjgxOSAxMjAuODk1QzE5Ny4wOTUgMTIwLjg5NSAxOTguOTQgMTIyLjc0MSAxOTguOTQgMTI1LjAxN1oiIGZpbGw9IiNBQzYyOUIiLz4KPC9nPgo8cmVjdCB4PSIyMjAuMjI2IiB5PSIxNTkuOTA0IiB3aWR0aD0iMTI0LjkzOCIgaGVpZ2h0PSI2NS44NzY0IiByeD0iNC4xMjEyMyIgZmlsbD0iI0ZGRDdGNiIvPgo8cmVjdCB4PSIyMjcuMzE0IiB5PSIxNjguOTc3IiB3aWR0aD0iMjYuMTAxMSIgaGVpZ2h0PSI0LjEyMTIzIiByeD0iMS4zNzM3NCIgZmlsbD0iI0ZGQjZFRiIvPgo8cmVjdCB4PSIyMjcuMzE0IiB5PSIxNzcuMjE5IiB3aWR0aD0iMTMuNzM3NCIgaGVpZ2h0PSI0LjEyMTIzIiByeD0iMS4zNzM3NCIgZmlsbD0iI0ZGQjZFRiIvPgo8cmVjdCB4PSIyMzQuODQyIiB5PSIyMTUuNjg0IiB3aWR0aD0iMTYuNDg0OSIgaGVpZ2h0PSI0LjEyMTIzIiByeD0iMS4zNzM3NCIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDIzNC44NDIgMjE1LjY4NCkiIGZpbGw9IiNGRkI2RUYiLz4KPHJlY3QgeD0iMjQ1LjgzMiIgeT0iMjE1LjY4NCIgd2lkdGg9IjguMjQyNDYiIGhlaWdodD0iNC4xMjEyMyIgcng9IjEuMzczNzQiIHRyYW5zZm9ybT0icm90YXRlKC05MCAyNDUuODMyIDIxNS42ODQpIiBmaWxsPSIjRkZCNkVGIi8+CjxyZWN0IHg9IjI1Ni44MjIiIHk9IjIxNS42ODQiIHdpZHRoPSI4LjI0MjQ2IiBoZWlnaHQ9IjQuMTIxMjMiIHJ4PSIxLjM3Mzc0IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMjU2LjgyMiAyMTUuNjg0KSIgZmlsbD0iI0ZGQjZFRiIvPgo8cmVjdCB4PSIyNjcuODExIiB5PSIyMTUuNjg0IiB3aWR0aD0iMTAuOTg5OSIgaGVpZ2h0PSI0LjEyMTIzIiByeD0iMS4zNzM3NCIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDI2Ny44MTEgMjE1LjY4NCkiIGZpbGw9IiNEMjc2QkUiLz4KPHJlY3QgeD0iMjc4LjgwMSIgeT0iMjE1LjY4NCIgd2lkdGg9IjE2LjQ4NDkiIGhlaWdodD0iNC4xMjEyMyIgcng9IjEuMzczNzQiIHRyYW5zZm9ybT0icm90YXRlKC05MCAyNzguODAxIDIxNS42ODQpIiBmaWxsPSIjRDI3NkJFIi8+CjxyZWN0IHg9IjI4OS43OTEiIHk9IjIxNS42ODQiIHdpZHRoPSIyMC42MDYxIiBoZWlnaHQ9IjQuMTIxMjMiIHJ4PSIxLjM3Mzc0IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMjg5Ljc5MSAyMTUuNjg0KSIgZmlsbD0iI0QyNzZCRSIvPgo8cmVjdCB4PSIzMDAuNzgyIiB5PSIyMTUuNjg0IiB3aWR0aD0iMjQuNzI3NCIgaGVpZ2h0PSI0LjEyMTIzIiByeD0iMS4zNzM3NCIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDMwMC43ODIgMjE1LjY4NCkiIGZpbGw9IiNEMjc2QkUiLz4KPHJlY3QgeD0iMzExLjc3MSIgeT0iMjE1LjY4NCIgd2lkdGg9IjIwLjYwNjEiIGhlaWdodD0iNC4xMjEyMyIgcng9IjEuMzczNzQiIHRyYW5zZm9ybT0icm90YXRlKC05MCAzMTEuNzcxIDIxNS42ODQpIiBmaWxsPSIjRDI3NkJFIi8+CjxyZWN0IHg9IjMyMi43NjEiIHk9IjIxNS42ODQiIHdpZHRoPSIxMi4zNjM3IiBoZWlnaHQ9IjQuMTIxMjMiIHJ4PSIxLjM3Mzc0IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMzIyLjc2MSAyMTUuNjg0KSIgZmlsbD0iI0QyNzZCRSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNDYxXzExNTczIiB4PSI1NS4yNTExIiB5PSIzNi40OTYzIiB3aWR0aD0iMzI0LjkyOSIgaGVpZ2h0PSIyMzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTE1NzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMTU3MyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNDYxXzExNTczIj4KPHJlY3Qgd2lkdGg9IjQ0NCIgaGVpZ2h0PSIyODgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==",pt="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQ5IiBoZWlnaHQ9IjE0NiIgdmlld0JveD0iMCAwIDQ0OSAxNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQ4NzEpIj4KPHBhdGggZD0iTTM0LjYzNzIgMTk4LjI4MUM1NC4wNjk4IDIyMi4xNDIgMTAwLjc1NyAyMjQuMTE5IDEyNy4wOSAyMTguMTQ5QzE2OC4zNTkgMjA4LjcyOSAxNzguMzA4IDE4Ny4xNzggMjE5Ljg2MiAxODUuNjc5QzI1Mi44ODcgMTg0LjQ5NyAyNzYuNzY0IDIwMS44MSAzMTIuNDAzIDIwNS43NzlDMzU3LjM1MiAyMTAuNzggMzkxLjY1MiAxOTUuODM1IDQyMi41NyAxNTUuOTE0QzQ1MC4xNzUgMTIwLjI3NSA0NTkuNjgzIDc4LjI0MTEgNDI2LjI2OCA0NS43NTE4QzQxMS4wMDMgMzAuOTA4MSAzOTAuMDY4IDI0LjEwNzggMzcwLjMxIDI3LjU3MjlDMzU1LjIwOSAzMC4yMjE2IDMzOS44NzggMzguMjc4OSAzMjQuMjQ2IDQwLjUxOTRDMzA1LjgzNiA0My4xNjM1IDI5NC40NTUgMzQuMTQ1OSAyNzkuNTYgMjMuNjQzOUMyNTMuNjA1IDUuMzkwNzYgMjE5LjI5MyAtMS42MjI5IDE4OS45MTMgOC45NjcxOEMxNjEuNzg5IDE5LjEwMjcgMTQxLjU0NyA0Ni43NzcgMTE0LjE3OSA1OC45MzVDOTAuNTMxNiA2OS40NDYyIDYyLjU5NjUgNjcuODQ1OCA0Mi4wNDg3IDg0Ljk2NzJDMTAuNTUyMyAxMTEuMjA1IDkuNTM3ODIgMTY3LjE3NiAzNC42MzcyIDE5OC4yODFaIiBmaWxsPSIjQjhFNkNBIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTUwNV80ODcxKSI+CjxyZWN0IHg9IjEyNCIgeT0iMTkiIHdpZHRoPSIxOTkiIGhlaWdodD0iMTQ0IiByeD0iMTAuODQ2NCIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEyNC4zMDMgMjkuNzIzNEMxMjQuMzAzIDIzLjczMyAxMjkuMTU5IDE4Ljg3NyAxMzUuMTUgMTguODc3SDMxMi4wNDJDMzE4LjAzMiAxOC44NzcgMzIyLjg4OCAyMy43MzMxIDMyMi44ODggMjkuNzIzNFYzNS4zMTE2SDEyNC4zMDNWMjkuNzIzNFoiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTMyLjUyMSIgeT0iMjQuMzU1IiB3aWR0aD0iNS40NzgyMSIgaGVpZ2h0PSI1LjQ3ODIxIiByeD0iMi43MzkxIiBmaWxsPSIjQ0JEMEQzIi8+CjxyZWN0IHg9IjE0MC43MzgiIHk9IjI0LjM1NSIgd2lkdGg9IjUuNDc4MjEiIGhlaWdodD0iNS40NzgyMSIgcng9IjIuNzM5MSIgZmlsbD0iI0NCRDBEMyIvPgo8cmVjdCB4PSIxMzUuMjI1IiB5PSI0My45OTQ5IiB3aWR0aD0iMjMuMjc5MiIgaGVpZ2h0PSI4LjQ2NTE1IiByeD0iNC4yMzI1NyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1MC4zMjcgNjEuNDU0N0gxMzYuNTcxVjU4LjgwOTNIMTUwLjMyN1Y2MS40NTQ3WiIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0Ny4xNTIgNjguODYxNEgxMzYuNTcxVjY2LjIxNjFIMTQ3LjE1MlY2OC44NjE0WiIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0My45NzggNzYuMjY4NEgxMzYuNTcxVjczLjYyM0gxNDMuOTc4Vjc2LjI2ODRaIiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQ4LjIxMSA4My42NzU0SDEzNi41NzFWODEuMDNIMTQ4LjIxMVY4My42NzU0WiIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIyNjQuNTY3IiB5PSI0My41ODQiIHdpZHRoPSI0NS40Mjk0IiBoZWlnaHQ9IjQ0LjY1OTQiIHJ4PSIyLjc5MzkiIGZpbGw9IiNGRkQ3RjYiLz4KPHJlY3QgeD0iMjgxLjI4NyIgeT0iODAuMDY1MiIgd2lkdGg9IjEyLjEwNjkiIGhlaWdodD0iMi43OTM5IiByeD0iMC45MzEyOTkiIGZpbGw9IiNGRkI2RUYiLz4KPGNpcmNsZSBjeD0iMjg3LjM0IiBjeT0iNjIuODM2MyIgcj0iOS43Nzg2NCIgc3Ryb2tlPSIjRkZCNkVGIiBzdHJva2Utd2lkdGg9IjIuNzkzOSIvPgo8cGF0aCBkPSJNMjk3LjExOSA2Mi44MzYzQzI5Ny4xMTkgNjguMjM2OCAyOTIuNzQxIDcyLjYxNDkgMjg3LjM0IDcyLjYxNDlDMjgxLjk0IDcyLjYxNDkgMjc3LjU2MiA2OC4yMzY4IDI3Ny41NjIgNjIuODM2M0MyNzcuNTYyIDU3LjQzNTcgMjgxLjk0IDUzLjA1NzYgMjg3LjM0IDUzLjA1NzYiIHN0cm9rZT0iI0QyNzZCRSIgc3Ryb2tlLXdpZHRoPSIyLjc5MzkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cmVjdCB4PSIxNzIuOTM4IiB5PSI5NC40MDMzIiB3aWR0aD0iNDUuNDI5NCIgaGVpZ2h0PSI0NC42NTk0IiByeD0iMi43OTM5IiBmaWxsPSIjRkZEN0Y2Ii8+CjxyZWN0IHg9IjE5MC4wNTYiIHk9IjEzMC4zNTUiIHdpZHRoPSIxMi4xMDY5IiBoZWlnaHQ9IjIuNzkzOSIgcng9IjAuOTMxMjk5IiBmaWxsPSIjRkZCNkVGIi8+CjxjaXJjbGUgY3g9IjE5Ni4xMSIgY3k9IjExMy4xMjciIHI9IjkuNzc4NjQiIHN0cm9rZT0iI0ZGQjZFRiIgc3Ryb2tlLXdpZHRoPSIyLjk5ODc4Ii8+CjxwYXRoIGQ9Ik0xOTIuODE4IDEyMi4zMzVDMTg3LjczMyAxMjAuNTE3IDE4NS4wODQgMTE0LjkyMSAxODYuOTAyIDEwOS44MzVDMTg4LjcxOSAxMDQuNzUgMTk0LjMxNiAxMDIuMTAxIDE5OS40MDEgMTAzLjkxOCIgc3Ryb2tlPSIjRDI3NkJFIiBzdHJva2Utd2lkdGg9IjIuNzkzOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxyZWN0IHg9IjE3Mi45MzgiIHk9IjQzLjU4NCIgd2lkdGg9Ijg0LjY5ODkiIGhlaWdodD0iNDQuNjU5NCIgcng9IjIuNzkzOSIgZmlsbD0iI0ZGRDdGNiIvPgo8cmVjdCB4PSIxNzcuNjYzIiB5PSI1MC4yNjM3IiB3aWR0aD0iNDAuMDQ1OSIgaGVpZ2h0PSIyLjc5MzkiIHJ4PSIwLjkzMTI5OSIgZmlsbD0iI0ZGQjZFRiIvPgo8cmVjdCB4PSIxNzcuNjYzIiB5PSI1NS44NTE2IiB3aWR0aD0iMjYuMDc2NCIgaGVpZ2h0PSIyLjc5MzkiIHJ4PSIwLjkzMTI5OSIgZmlsbD0iI0ZGQjZFRiIvPgo8bWFzayBpZD0ibWFzazBfMTUwNV80ODcxIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxNzciIHk9IjYyIiB3aWR0aD0iNzciIGhlaWdodD0iMjIiPgo8cmVjdCB4PSIxNzcuNTU4IiB5PSI2Mi4wNjM3IiB3aWR0aD0iNzUuNDU5MSIgaGVpZ2h0PSIyMS41NTk3IiByeD0iMS44NjI2IiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTUwNV80ODcxKSI+CjxwYXRoIGQ9Ik0xODcuNDAzIDc5LjkxMjFDMTgwLjA5NCA3OS45MTIxIDE3Ny4xNzMgNzguMjE0MyAxNzUuMjQ4IDc2LjUxNjVWODYuNzAzM0gyNTQuNTU3VjY4LjgzOTVDMjUzLjk0OSA2Ny42MTMzIDI1Mi40NjggNjQuMzczNSAyNDcuMjkyIDY0LjM3MzVDMjQwLjYwNyA2NC4zNzM1IDIzNS4xODQgNzcuMzY1NCAyMjUuMTk1IDc3LjM2NTRDMjE1LjIwNSA3Ny4zNjU0IDIxMy45OTQgNzEuMTQwMSAyMDguMjQzIDcxLjE0MDFDMjAwLjk3OCA3MS4xNDAxIDE5Ni44MjMgNzkuOTEyMSAxODcuNDAzIDc5LjkxMjFaIiBmaWxsPSIjRkZCNkVGIiBzdHJva2U9IiNEMjc2QkUiIHN0cm9rZS13aWR0aD0iMi43OTM5Ii8+CjxwYXRoIGQ9Ik0yMTAuODY3IDcwLjc1MjRDMjEwLjg2NyA3Mi4yOTU0IDIwOS42MTYgNzMuNTQ2MyAyMDguMDczIDczLjU0NjNDMjA2LjUzIDczLjU0NjMgMjA1LjI3OSA3Mi4yOTU0IDIwNS4yNzkgNzAuNzUyNEMyMDUuMjc5IDY5LjIwOTQgMjA2LjUzIDY3Ljk1ODUgMjA4LjA3MyA2Ny45NTg1QzIwOS42MTYgNjcuOTU4NSAyMTAuODY3IDY5LjIwOTQgMjEwLjg2NyA3MC43NTI0WiIgZmlsbD0iI0FDNjI5QiIvPgo8L2c+CjxyZWN0IHg9IjIyNS4yOTciIHk9Ijk0LjQwMzYiIHdpZHRoPSI4NC42OTg5IiBoZWlnaHQ9IjQ0LjY1OTQiIHJ4PSIyLjc5MzkiIGZpbGw9IiNGRkQ3RjYiLz4KPHJlY3QgeD0iMjMwLjEwMiIgeT0iMTAwLjU1NCIgd2lkdGg9IjE3LjY5NDciIGhlaWdodD0iMi43OTM5IiByeD0iMC45MzEyOTkiIGZpbGw9IiNGRkI2RUYiLz4KPHJlY3QgeD0iMjMwLjEwMiIgeT0iMTA2LjE0MiIgd2lkdGg9IjkuMzEyOTkiIGhlaWdodD0iMi43OTM5IiByeD0iMC45MzEyOTkiIGZpbGw9IiNGRkI2RUYiLz4KPHJlY3QgeD0iMjM1LjIwNiIgeT0iMTMyLjIxOCIgd2lkdGg9IjExLjE3NTYiIGhlaWdodD0iMi43OTM5IiByeD0iMC45MzEyOTkiIHRyYW5zZm9ybT0icm90YXRlKC05MCAyMzUuMjA2IDEzMi4yMTgpIiBmaWxsPSIjRkZCNkVGIi8+CjxyZWN0IHg9IjI0Mi42NTYiIHk9IjEzMi4yMTgiIHdpZHRoPSI1LjU4Nzc5IiBoZWlnaHQ9IjIuNzkzOSIgcng9IjAuOTMxMjk5IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMjQyLjY1NiAxMzIuMjE4KSIgZmlsbD0iI0ZGQjZFRiIvPgo8cmVjdCB4PSIyNTAuMTA2IiB5PSIxMzIuMjE4IiB3aWR0aD0iNS41ODc3OSIgaGVpZ2h0PSIyLjc5MzkiIHJ4PSIwLjkzMTI5OSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDI1MC4xMDYgMTMyLjIxOCkiIGZpbGw9IiNGRkI2RUYiLz4KPHJlY3QgeD0iMjU3LjU1NyIgeT0iMTMyLjIxOCIgd2lkdGg9IjcuNDUwMzkiIGhlaWdodD0iMi43OTM5IiByeD0iMC45MzEyOTkiIHRyYW5zZm9ybT0icm90YXRlKC05MCAyNTcuNTU3IDEzMi4yMTgpIiBmaWxsPSIjRDI3NkJFIi8+CjxyZWN0IHg9IjI2NS4wMDciIHk9IjEzMi4yMTgiIHdpZHRoPSIxMS4xNzU2IiBoZWlnaHQ9IjIuNzkzOSIgcng9IjAuOTMxMjk5IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMjY1LjAwNyAxMzIuMjE4KSIgZmlsbD0iI0QyNzZCRSIvPgo8cmVjdCB4PSIyNzIuNDU4IiB5PSIxMzIuMjE4IiB3aWR0aD0iMTMuOTY5NSIgaGVpZ2h0PSIyLjc5MzkiIHJ4PSIwLjkzMTI5OSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDI3Mi40NTggMTMyLjIxOCkiIGZpbGw9IiNEMjc2QkUiLz4KPHJlY3QgeD0iMjc5LjkwOCIgeT0iMTMyLjIxOCIgd2lkdGg9IjE2Ljc2MzQiIGhlaWdodD0iMi43OTM5IiByeD0iMC45MzEyOTkiIHRyYW5zZm9ybT0icm90YXRlKC05MCAyNzkuOTA4IDEzMi4yMTgpIiBmaWxsPSIjRDI3NkJFIi8+CjxyZWN0IHg9IjI4Ny4zNTgiIHk9IjEzMi4yMTgiIHdpZHRoPSIxMy45Njk1IiBoZWlnaHQ9IjIuNzkzOSIgcng9IjAuOTMxMjk5IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMjg3LjM1OCAxMzIuMjE4KSIgZmlsbD0iI0QyNzZCRSIvPgo8cmVjdCB4PSIyOTQuODA5IiB5PSIxMzIuMjE4IiB3aWR0aD0iOC4zODE2OSIgaGVpZ2h0PSIyLjc5MzkiIHJ4PSIwLjkzMTI5OSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDI5NC44MDkgMTMyLjIxOCkiIGZpbGw9IiNEMjc2QkUiLz4KPC9nPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMTUwNV80ODcxIiB4PSIxMTMuMTUzIiB5PSIxMC43NDE4IiB3aWR0aD0iMjIwLjY5NCIgaGVpZ2h0PSIxNjUuODE3IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjIuNzExNzEiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNS40MjM0MiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ4NzEiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80ODcxIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE1MDVfNDg3MSI+CjxyZWN0IHdpZHRoPSI0NDkiIGhlaWdodD0iMTQ2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=";function ProcessingBanner({id:e,Notification:t,onDismiss:i}){const s=(0,a.useSelect)(e=>e(C.O4).getGoogleSupportURL({path:"/analytics/answer/9216061"})),o=(0,a.useSelect)(e=>e(f.oR).hasScope(N.S9))?(0,g.__)("Enable enhanced measurement in Analytics to automatically track metrics like file downloads, video plays, form interactions, etc. No extra code required.","google-site-kit"):(0,g.__)("Enable enhanced measurement in Analytics to automatically track metrics like file downloads, video plays, form interactions, etc. No extra code required — you’ll be redirected to give permission for Site Kit to enable it on your behalf.","google-site-kit");return(0,b.jsx)(t,{children:(0,b.jsx)(ut.A,{notificationID:e,title:(0,g.__)("Understand how visitors interact with your content","google-site-kit"),description:o,learnMoreLink:{href:s},ctaButton:{label:(0,g.__)("Enable now","google-site-kit"),disabled:!0},dismissButton:{label:(0,g.__)("Maybe later","google-site-kit"),onClick:i},waitingProgress:{verticalSpacing:0,height:7,indeterminate:!0},helpText:(0,g.__)("You can always add/edit this in the Site Kit Settings","google-site-kit"),svg:{desktop:mt,mobile:pt,verticalPosition:"center"}})})}function SetupBanner(e){const{id:t,Notification:s,errorNotice:o,isSaving:n,onDismiss:r,onSubmit:l}=e,c=(0,q.F)(i.g.location.href,{notification:"enhanced_measurement"}),d=(0,a.useSelect)(e=>e(f.oR).hasScope(N.S9)),u=(0,a.useSelect)(e=>e(C.O4).getGoogleSupportURL({path:"/analytics/answer/9216061"})),m=(0,a.useSelect)(e=>{const t=e(f.oR).getConnectURL({additionalScopes:[N.S9],redirectURL:c});return!!t&&e(X.M).isNavigatingTo(t)}),{setValues:p}=(0,a.useDispatch)(H.s),{setPermissionScopeError:y}=(0,a.useDispatch)(f.oR),{pinNotification:h}=(0,a.useDispatch)(ct.D),A=(0,I.useCallback)(async()=>{const e=[];if(!1===d&&e.push(N.S9),e.length>0)return p(N.ZY,{autoSubmit:!0}),await h(t,dt.He.SETUP_CTAS),void y({code:Y.db,message:(0,g.__)("Additional permissions are required to enable enhanced measurement for the selected web data stream","google-site-kit"),data:{status:403,scopes:e,skipModal:!0,redirectURL:c}});await l()},[d,t,l,h,c,y,p]),{triggerSurvey:M}=(0,a.useDispatch)(f.oR),S=(0,I.useCallback)(()=>{M("view_enhanced_measurement_cta",{ttl:v.tt})},[M]),T=d?(0,g.__)("Enable enhanced measurement in Analytics to automatically track metrics like file downloads, video plays, form interactions, etc. No extra code required.","google-site-kit"):(0,g.__)("Enable enhanced measurement in Analytics to automatically track metrics like file downloads, video plays, form interactions, etc. No extra code required — you’ll be redirected to give permission for Site Kit to enable it on your behalf.","google-site-kit");return(0,b.jsx)(s,{onView:S,children:(0,b.jsx)(ut.A,{notificationID:t,title:(0,g.__)("Understand how visitors interact with your content","google-site-kit"),description:T,errorText:o?.message,learnMoreLink:{href:u},ctaButton:{label:(0,g.__)("Enable now","google-site-kit"),onClick:A,disabled:n||m,inProgress:n||m},dismissButton:{label:(0,g.__)("Maybe later","google-site-kit"),onClick:r,disabled:n||m},helpText:(0,g.__)("You can always add/edit this in the Site Kit Settings","google-site-kit"),svg:{desktop:mt,mobile:pt,verticalPosition:"center"}})})}function SuccessBanner({id:e,Notification:t}){const i=(0,w.A)(),s=(0,a.useSelect)(e=>e(C.O4).getGoogleSupportURL({path:"/analytics/answer/9216061"})),o=(0,I.useCallback)(()=>{(0,v.sx)(`${i}_enhanced-measurement-success`,"view_notification")},[i]),n=(0,ze.A)(e),r={category:`${i}_enhanced-measurement-success`};return(0,b.jsx)(t,{onView:o,children:(0,b.jsx)(Be.A,{notificationID:e,type:_.A.TYPES.SUCCESS,title:(0,g.__)("You successfully enabled enhanced measurement for your site","google-site-kit"),description:(0,h.A)((0,g.__)("Your configured Analytics web data stream will now automatically measure interactions on your site in addition to standard page views measurement. <a>Learn more</a>","google-site-kit"),{a:(0,b.jsx)(E.A,{href:s,onClick:function(){n.clickLearnMore(r.label,r.value)},external:!0})}),gaTrackingEventArgs:r})})}function EnhancedMeasurementActivationBanner({id:e,Notification:t}){const[i,s]=(0,I.useState)(T.wq),[o,n]=(0,I.useState)(!1),[r,l]=(0,I.useState)(null),c=(0,a.useSelect)(e=>e(f.oR).hasScope(N.S9)),d=(0,ee.A)(N.ZY,"autoSubmit"),{setValues:u}=(0,a.useDispatch)(H.s),{submitChanges:m}=(0,a.useDispatch)(N.K9),{unpinNotification:p}=(0,a.useDispatch)(ct.D),y={tooltipSlug:T.M0,content:(0,g.__)("You can always enable Enhanced Measurement in Settings later","google-site-kit"),dismissLabel:(0,g.__)("Got it","google-site-kit")},h=(0,gt.i)(y),A=(0,I.useCallback)(async()=>{n(!0),u(N.TQ,{[N.aj]:!0});const{error:t}=await m();if(n(!1),t)return l(t),void s(T.wq);await p(e,dt.He.SETUP_CTAS),s(T.ue)},[e,u,m,p]);return(0,I.useEffect)(()=>{d&&c&&async function(){u(N.ZY,{autoSubmit:!1}),s(T.iW),await A()}()},[c,u,A,d]),i===T.wq?(0,b.jsx)(SetupBanner,{id:e,Notification:t,errorNotice:r,isSaving:o,onDismiss:h,onSubmit:A}):i===T.iW?(0,b.jsx)(ProcessingBanner,{id:e,Notification:t,onDismiss:h}):i===T.ue?(0,b.jsx)(SuccessBanner,{id:e,Notification:t}):null}ProcessingBanner.propTypes={id:p().string.isRequired,Notification:p().elementType,onDismiss:p().func},SetupBanner.propTypes={id:p().string.isRequired,Notification:p().elementType,errorNotice:p().object,isSaving:p().bool,onSubmit:p().func,onDismiss:p().func},SuccessBanner.propTypes={id:p().string.isRequired,Notification:p().elementType},EnhancedMeasurementActivationBanner.propTypes={id:p().string.isRequired,Notification:p().elementType.isRequired};var yt=i(75487),It=i(84024),ht=i(91560);function DataSourceLink(){const e=(0,P.A)(),t=(0,a.useSelect)(t=>{if(e)return null;const i=t(S.n).getValue(N.wo)||"sessionDefaultChannelGrouping",a=t(C.O4).getCurrentEntityURL(),{startDate:s,endDate:o,compareStartDate:n,compareEndDate:r}=t(f.oR).getDateRangeDates({compare:!0,offsetDays:N.f2}),l={dates:{startDate:s,endDate:o,compareStartDate:n,compareEndDate:r}};let c;switch(i){case"country":c="user-demographics-detail",l.details={metric:"activeUsers",dimension:"country"},l.otherArgs={collectionId:"user"};break;case"deviceCategory":c="user-technology-detail",l.details={metric:"activeUsers",dimension:"deviceCategory"},l.otherArgs={collectionId:"user"};break;default:c="lifecycle-traffic-acquisition-v2",l.otherArgs={collectionId:"life-cycle"}}return(0,It.m)(a)&&(l.filters={unifiedPagePathScreen:(0,v.pH)(a)}),t(N.K9).getServiceReportURL(c,l)});return(0,b.jsx)(ht.A,{className:"googlesitekit-data-block__source",name:(0,g._x)("Analytics","Service name","google-site-kit"),href:t,external:!0})}var At=i(4452),Mt=i.n(At),ft=i(12417),St=i(17811),Nt=i(94552),Tt=i(23224),Dt=i(11345),vt=i(96820);function TotalUserCount(e){const{loaded:t,error:i,report:s,dimensionValue:o,gatheringData:n}=e,r=(0,a.useSelect)(e=>e(f.oR).getDateRange()),{setValues:l}=(0,a.useDispatch)(S.n);if(!t)return(0,b.jsx)(Tt.A,{className:"googlesitekit-widget--analyticsAllTraffic__totalcount--loading",width:"220px",height:"90px",shape:"square"});if(i)return(0,b.jsx)(Dt.A,{moduleSlug:"analytics-4",error:i});const{totals:c}=s||{},[d,u]=c||[],m=(0,v.Zf)(u?.metricValues?.[0]?.value,d?.metricValues?.[0]?.value);let p=null;const y=(0,v.Ql)()[r]?.days;return y&&(p=(0,g.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,g.__)("compared to the previous %s days","google-site-kit"),y)),(0,b.jsxs)("div",{className:"googlesitekit-widget--analyticsAllTraffic__totalcount googlesitekit-data-block",children:[(0,b.jsxs)(Fe.A,{as:"h3",className:"googlesitekit-subheading-1 googlesitekit-data-block__title",children:[!o&&(0,b.jsxs)("span",{children:[(0,g.__)("All Visitors","google-site-kit")," "]}),o&&(0,b.jsxs)(I.Fragment,{children:[o&&(0,b.jsx)(E.A,{onClick:function(){l({[N.yn]:"",[N.mo]:""})},children:(0,g.__)("All Visitors","google-site-kit")}),!o&&(0,b.jsx)("span",{children:(0,g.__)("All Visitors","google-site-kit")}),(0,b.jsx)(ft.A,{icon:St.A,size:"18",fill:"currentColor"}),(0,b.jsx)("span",{children:o})]})]}),n&&(0,b.jsx)(vt.A,{style:vt.v.LARGE}),!n&&(0,b.jsxs)(I.Fragment,{children:[!!d?.metricValues?.[0]?.value&&(0,b.jsx)("div",{className:"googlesitekit-data-block__datapoint",children:(0,v.Eo)(d?.metricValues?.[0]?.value)}),(0,b.jsxs)("div",{className:"googlesitekit-data-block__change",children:[!!m&&(0,b.jsx)("span",{className:"googlesitekit-data-block__arrow",children:(0,b.jsx)(Nt.A,{direction:0<=m?"up":"down",width:9,height:9})}),(0,b.jsx)("span",{className:Mt()("googlesitekit-data-block__value",{"googlesitekit-data-block__value--up":0<m,"googlesitekit-data-block__value--down":0>m}),children:(0,v.Eo)(Math.abs(m),{style:"percent",maximumFractionDigits:1})}),(0,b.jsx)("span",{className:"googlesitekit-data-block__suffix",children:p})]})]})]})}TotalUserCount.propTypes={loaded:p().bool,report:p().object,dimensionValue:p().string,gatheringData:p().bool};var jt=i(54415),_t=i(4869),bt=i(69743);function kt(e){return{dimensionValues:[{value:e.replace(new RegExp("-","g"),"")}],metricValues:[{value:0}]}}function Ct(e,t,i){return(0,bt.Ay)((0,b.jsx)(Fe.A,{as:"p",size:"medium",type:"body",children:(0,b.jsx)(E.A,{className:"googlesitekit-cta-link__tooltip",href:e,"data-row-label":i,external:!0,children:t})}))}function UserCountGraph(e){const{loaded:t,error:i,report:s,gatheringData:o}=e,n=(0,P.A)(),{startDate:r,endDate:l}=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),c=(0,a.useSelect)(e=>e(S.n).getValue(N.mo)||"#3c7251"),d=(0,a.useSelect)(e=>n?null:e(N.K9).getPropertyCreateTime());if(i)return(0,b.jsx)(Dt.A,{moduleSlug:"analytics-4",error:i});let u;if(Array.isArray(s?.rows))u=s.rows;else if(o)u=[];else{const e=(0,v.XH)(r);e.setDate(e.getDate()+1);const t=(0,v.sq)(e);u=[kt(r),kt(t),kt(l)]}const m=[[{type:"date",label:(0,g.__)("Day","google-site-kit")},{type:"number",label:(0,g.__)("Users","google-site-kit")}],...u.map(({metricValues:e,dimensionValues:t})=>[(0,_t.A)(t[0].value),e[0].value])],[,...p]=m.slice(1).map(([e])=>e),y=(0,L.cloneDeep)(UserCountGraph.chartOptions);return y.series[0].color=c,y.hAxis.ticks=p,s?.totals?.[0]?.metricValues?.[0]?.value&&0!==parseInt(s?.totals?.[0]?.metricValues?.[0]?.value,10)?y.vAxis.viewWindow.max=void 0:y.vAxis.viewWindow.max=100,(0,b.jsx)("div",{className:"googlesitekit-widget--analyticsAllTraffic__user-count-chart",children:(0,b.jsx)(jt.A,{chartType:"LineChart",data:m,dateMarkers:d?[{date:(0,v.sq)(new Date(d)),text:(0,g.__)("Google Analytics property created","google-site-kit")}]:void 0,height:"368px",loadingHeight:"340px",loaded:t,options:y,gatheringData:o,width:"100%"})})}UserCountGraph.propTypes={loaded:p().bool,error:p().shape({}),report:p().object,gatheringData:p().bool},UserCountGraph.chartOptions={animation:{startup:!0},curveType:"function",height:340,width:"100%",colors:["#3c7251"],chartArea:{left:7,right:40,height:300,top:21},legend:{position:"none"},hAxis:{backgroundColor:"#eef4fd",format:"MMM d",gridlines:{color:"#ffffff"},textPosition:"out",textStyle:{color:"#616161",fontSize:12}},vAxis:{gridlines:{color:"#ece9f1"},lineWidth:3,minorGridlines:{color:"#ffffff"},minValue:0,textStyle:{color:"#616161",fontSize:12},textPosition:"out",viewWindow:{min:0}},series:{0:{lineWidth:3,targetAxisIndex:1}},focusTarget:"category",crosshair:{color:"#3c7251",opacity:.1,orientation:"vertical",trigger:"both"}};const Et=[{tabText:(0,g.__)("Channels","google-site-kit"),dimensionName:"sessionDefaultChannelGrouping"},{tabText:(0,g.__)("Locations","google-site-kit"),dimensionName:"country"},{tabText:(0,g.__)("Devices","google-site-kit"),dimensionName:"deviceCategory"}];function DimensionTabs({dimensionName:e,gatheringData:t,loaded:i,isZeroData:s}){const o=(0,w.A)(),{setValues:n}=(0,a.useDispatch)(S.n),r=Et.findIndex(t=>t.dimensionName===e),l=(0,I.useCallback)(e=>{const{dimensionName:t}=Et[e]||{};n({[N.wo]:t,[N.yn]:"",[N.mo]:"",[N.Wl]:null}),(0,v.sx)(`${o}_all-traffic-widget`,"tab_select",t)},[n,o]);return i?(0,b.jsxs)(I.Fragment,{children:[(0,b.jsx)("div",{className:"googlesitekit-widget--analyticsAllTraffic__tabs hidden-on-mobile",children:(0,b.jsx)(Q.TabBar,{activeIndex:r,handleActiveIndexUpdate:l,children:Et.map(e=>(0,b.jsx)(Q.Tab,{className:"mdc-tab--min-width",focusOnActivate:!1,disabled:t||s,children:(0,b.jsx)("span",{className:"mdc-tab__text-label",children:e.tabText})},e.dimensionName))})}),(0,b.jsx)("div",{className:"googlesitekit-widget--analyticsAllTraffic__tabs--small",children:(0,b.jsx)(Q.Select,{onEnhancedChange:l,value:`dimension-name-${r}`,disabled:t||s,enhanced:!0,outlined:!0,children:Et.map((e,t)=>(0,b.jsx)(Q.Option,{value:`dimension-name-${t}`,children:e.tabText},e.dimensionName))})})]}):(0,b.jsxs)("div",{className:"googlesitekit-widget--analyticsAllTraffic__tabs--loading",children:[(0,b.jsx)(Tt.A,{width:"100px",height:"40px",shape:"square"}),(0,b.jsx)(Tt.A,{width:"100px",height:"40px",shape:"square"}),(0,b.jsx)(Tt.A,{width:"100px",height:"40px",shape:"square"})]})}DimensionTabs.propTypes={dimensionName:p().string.isRequired,gatheringData:p().bool,isZeroData:p().bool,loaded:p().bool};var xt,wt=i(19266);function Rt(){return Rt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},Rt.apply(null,arguments)}const Lt=e=>I.createElement("svg",Rt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 238 238"},e),xt||(xt=I.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M119 238c65.722 0 119-53.278 119-119S184.722 0 119 0 0 53.278 0 119s53.278 119 119 119m0-42c42.526 0 77-34.474 77-77s-34.474-77-77-77-77 34.474-77 77 34.474 77 77 77",clipRule:"evenodd"})));function UserDimensionsPieChart(e){const{dimensionName:t,dimensionValue:s,gatheringData:o,loaded:n,report:r}=e,[l,c]=(0,I.useState)(!1),[d,u]=(0,I.useState)(!1),m=(0,w.A)(),p=(0,a.useSelect)(e=>e(C.O4).getGoogleSupportURL({path:"/analytics/answer/13331684"})),y=(0,a.useSelect)(e=>e(C.O4).getGoogleSupportURL({path:"/analytics/answer/13504892"})),h=(0,a.useSelect)(e=>e(S.n).getValue(N.mo)),A=(0,a.useSelect)(e=>e(S.n).getValue(N.Wl)),M=(0,a.useSelect)(e=>e(N.K9).hasZeroData()),{setValues:f}=(0,a.useDispatch)(S.n),T=(0,I.useRef)(),D=(0,I.useRef)();(0,I.useEffect)(()=>{function e(e){const{target:t}=e||{};if(!t?.classList?.contains("googlesitekit-cta-link__tooltip"))return;const i=t.dataset.rowLabel;"(other)"!==i&&"(not set)"!==i||(0,v.sx)(`${m}_all-traffic-widget`,"help_click",i)}const t=D.current;function a(e={}){e?.keyCode===wt._f&&d&&(u(!1),f({[N.yn]:"",[N.mo]:"",[N.Wl]:null}))}function s(e){d&&!e?.target?.closest(".googlesitekit-widget--analyticsAllTraffic__dimensions-chart")&&u(!1)}return t&&(t.addEventListener("click",e),i.g.addEventListener("click",s),i.g.addEventListener("keyup",a)),()=>{t&&(t.removeEventListener("click",e),i.g.removeEventListener("click",s),i.g.removeEventListener("keyup",a))}},[f,A,s,h,m,d]);const j=(0,O.ph)(r,{keyColumnIndex:0,maxSlices:5,withOthers:!0,tooltipCallback:(e,i,a)=>{const s=e?.metricValues?.[0]?.value||0,o=i?.metricValues?.[0]?.value>0?100*s/i.metricValues[0].value-100:100,n=(0,v.jq)(s);let r;if(i){const e=(0,v.vY)(o);r=(0,g.sprintf)(/* translators: 1: numeric value of users, 2: up or down arrow , 3: different change in percentage, %%: percent symbol */ /* translators: 1: numeric value of users, 2: up or down arrow , 3: different change in percentage, %%: percent symbol */ (0,g._x)("Users: <strong>%1$s</strong> <em>%2$s %3$s%%</em>","Stat information shown in the user dimensions chart tooltip when comparison data is available","google-site-kit"),n,e,(0,v.jq)(Math.abs(o),{maximumFractionDigits:2}))}else r=(0,g.sprintf)(/* translators: 1: numeric value of users */ /* translators: 1: numeric value of users */ (0,g._x)("Users: <strong>%1$s</strong>","Stat information shown in the user dimensions chart tooltip when no comparison data is available","google-site-kit"),n);const l=a[0].toLowerCase(),c=`googlesitekit-visualization-tooltip-${l.replace(/\W+/,"_")}`;let d=`<p>\n\t\t\t\t\t${/* translators: %s: dimension label */ /* translators: %s: dimension label */(0,g.sprintf)((0,g.__)("%s:","google-site-kit"),a[0].toUpperCase())}\n\t\t\t\t\t<b>${(0,v.jq)(a[1],{maximumFractionDigits:1,style:"percent"})}</b>\n\t\t\t\t</p>\n\t\t\t\t<p>\n\t\t\t\t\t${r}\n\t\t\t\t</p>`;if(l===(0,g.__)("Others","google-site-kit").toLowerCase())switch(t){case"country":d+=`<p>${(0,g.__)("See the full list of locations in Analytics","google-site-kit")}</p>`;break;case"deviceCategory":d+=`<p>${(0,g.__)("See the full list of devices in Analytics","google-site-kit")}</p>`;break;default:d+=`<p>${(0,g.__)("See the full list of channels in Analytics","google-site-kit")}</p>`}return p&&"(other)"===l&&(d+=Ct(p,(0,g.sprintf)(/* translators: %s: pie slice label */ /* translators: %s: pie slice label */ (0,g.__)('Learn more about what "%s" means',"google-site-kit"),l),l)),y&&"(not set)"===l&&(d+=Ct(y,(0,g.sprintf)(/* translators: %s: pie slice label */ /* translators: %s: pie slice label */ (0,g.__)('Learn more about what "%s" means',"google-site-kit"),l),l)),d=`<div class="${Mt()("googlesitekit-visualization-tooltip",c,{"googlesitekit-visualization-tooltip--up":o>0,"googlesitekit-visualization-tooltip--down":o<0})}">\n\t\t\t\t\t${d}\n\t\t\t\t</div>`,d}}),{slices:_}=UserDimensionsPieChart.chartOptions;const k=(0,L.cloneDeep)(UserDimensionsPieChart.chartOptions);let x={sessionDefaultChannelGrouping:(0,g.__)("<span>By</span> channels","google-site-kit"),country:(0,g.__)("<span>By</span> locations","google-site-kit"),deviceCategory:(0,g.__)("<span>By</span> devices","google-site-kit")};o&&(x={sessionDefaultChannelGrouping:(0,g.__)("gathering data…","google-site-kit")},k.pieSliceText="none",k.tooltip.trigger="none",k.sliceVisibilityThreshold=1);const R=n?(0,v.p9)(x[t]||"",{ALLOWED_TAGS:["span"],ALLOWED_ATTR:[]}):{__html:""},G=(0,O.Hb)(r);G&&(k.pieSliceText="none"),k.tooltip.trigger=d?"selection":"focus";const z=M||j.length<2;return(0,b.jsx)("div",{className:"googlesitekit-widget--analyticsAllTraffic__dimensions-container",children:(0,b.jsxs)("div",{ref:D,className:Mt()("googlesitekit-widget--analyticsAllTraffic__dimensions-chart",{"googlesitekit-widget--analyticsAllTraffic__slice-selected":!!s,"googlesitekit-widget--analyticsAllTraffic__selectable":l}),children:[z&&(0,b.jsxs)("div",{className:"googlesitekit-widget--analyticsAllTraffic__chart-zero-data",children:[o&&(0,b.jsx)(vt.A,{style:vt.v.SMALL_OVERLAY}),(0,b.jsx)(Lt,{})]}),!z&&(0,b.jsx)(jt.A,{chartType:"PieChart",data:j||[],getChartWrapper:e=>{T.current=e},gatheringData:o,height:"368px",loaded:n,loadingHeight:"300px",loadingWidth:"300px",onMouseOut:function(){c(!1)},onMouseOver:function(e,{chartWrapper:t}){const{row:i}=e;null==i&&c(!1);const a=t.getDataTable();c(a.getValue(i,0)!==(0,g.__)("Others","google-site-kit"))},onReady:function({chartWrapper:e}){const t=e.getChart();if(s&&!t.getSelection()?.length){const e=j.findIndex(e=>e[0]===s)-1;e>=0?(t.setSelection([{row:e}]),A===e&&(_[e]?.color||h)===h||f({[N.Wl]:e,[N.mo]:_[e]?.color||h})):f({[N.yn]:"",[N.mo]:"",[N.Wl]:null})}!s&&t.getSelection()?.length&&(t.setSelection([]),null!==A&&f({[N.Wl]:null})),s||""===h||f({[N.mo]:""})},onSelect:function({chartWrapper:e}){const i=e.getChart(),{row:a}=i.getSelection()?.[0]||{};if(null==a)u(!1),f({[N.yn]:"",[N.mo]:"",[N.Wl]:null});else{const s=e.getDataTable();if(s){const e=s.getValue(a,0);(0,g.__)("Others","google-site-kit")===e?null==A?i.setSelection([]):i.setSelection([{row:A}]):(u(!0),f({[N.mo]:_[a]?.color,[N.yn]:e,[N.Wl]:a}),(0,v.sx)(`${m}_all-traffic-widget`,"slice_select",`${t}:${e}`))}}},options:k,width:"100%",children:(0,b.jsx)("div",{className:Mt()({"googlesitekit-widget--analyticsAllTraffic__dimensions-chart-gathering-data":o,"googlesitekit-widget--analyticsAllTraffic__dimensions-chart-title":!o}),dangerouslySetInnerHTML:R})}),(0,b.jsxs)("div",{"aria-label":o?(0,g.__)("A pie chart for Analytics that is gathering data, so has no data to display.","google-site-kit"):void 0,className:Mt()("googlesitekit-widget--analyticsAllTraffic__legend",{"googlesitekit-widget--analyticsAllTraffic__legend--single":G}),role:"region",children:[n&&!z&&j?.slice(1).map(([e],i)=>{const a=e===s,n=_[i]?.color,r=(0,g.__)("Others","google-site-kit")===e;return(0,b.jsxs)(E.A,{onClick:()=>function(e){if(!T.current)return;const i=T.current.getDataTable().getValue(e,0);if((0,g.__)("Others","google-site-kit")===i)return;const{row:a}=T.current.getChart().getSelection()?.[0]||{};a===e?(u(!1),f({[N.yn]:"",[N.mo]:"",[N.Wl]:null})):i&&(u(!0),f({[N.mo]:_[a]?.color,[N.yn]:i,[N.Wl]:e}),(0,v.sx)(`${m}_all-traffic-widget`,"slice_select",`${t}:${i}`))}(i),className:Mt()("googlesitekit-widget--analyticsAllTraffic__legend-slice",{"googlesitekit-widget--analyticsAllTraffic__legend-active":a,"googlesitekit-widget--analyticsAllTraffic__legend-others":r}),disabled:o,children:[(0,b.jsx)("span",{className:"googlesitekit-widget--analyticsAllTraffic__dot",style:{backgroundColor:n}}),(0,b.jsx)("span",{className:"googlesitekit-widget--analyticsAllTraffic__label","data-label":e,children:e}),(0,b.jsx)("span",{className:"googlesitekit-widget--analyticsAllTraffic__underlay",style:{backgroundColor:n}})]},e)}),!n&&(0,b.jsxs)(I.Fragment,{children:[(0,b.jsxs)("div",{className:"googlesitekit-widget--analyticsAllTraffic__legend-slice",children:[(0,b.jsx)("span",{className:"googlesitekit-widget--analyticsAllTraffic__dot",style:{backgroundColor:"#ccc"}}),(0,b.jsx)(Tt.A,{height:"18px",width:"68px",shape:"square"})]}),(0,b.jsxs)("div",{className:"googlesitekit-widget--analyticsAllTraffic__legend-slice",children:[(0,b.jsx)("span",{className:"googlesitekit-widget--analyticsAllTraffic__dot",style:{backgroundColor:"#ccc"}}),(0,b.jsx)(Tt.A,{height:"18px",width:"52px",shape:"square"})]}),(0,b.jsxs)("div",{className:"googlesitekit-widget--analyticsAllTraffic__legend-slice",children:[(0,b.jsx)("span",{className:"googlesitekit-widget--analyticsAllTraffic__dot",style:{backgroundColor:"#ccc"}}),(0,b.jsx)(Tt.A,{height:"18px",width:"40px",shape:"square"})]}),(0,b.jsxs)("div",{className:"googlesitekit-widget--analyticsAllTraffic__legend-slice",children:[(0,b.jsx)("span",{className:"googlesitekit-widget--analyticsAllTraffic__dot",style:{backgroundColor:"#ccc"}}),(0,b.jsx)(Tt.A,{height:"18px",width:"52px",shape:"square"})]})]})]})]})})}function Gt(e={}){const t=(0,P.A)(),i=(0,a.useSelect)(e=>!t||e(f.oR).canViewSharedModule(T.L1)),{startDate:s,endDate:o}=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({compare:!0,offsetDays:N.f2})),n=(0,a.useSelect)(e=>e(C.O4).getCurrentEntityURL()),r={startDate:s,endDate:o,metrics:[{name:"totalUsers"}],...e};n&&(r.url=n);const l=(0,a.useSelect)(e=>i&&e(N.K9).hasFinishedResolution("getReport",[r]));return{error:(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[r])),loaded:l,report:(0,a.useInViewSelect)(e=>i&&e(N.K9).getReport(r),[i,r])}}UserDimensionsPieChart.defaultProps={dimensionName:"sessionDefaultChannelGrouping"},UserDimensionsPieChart.chartOptions={chartArea:{left:"auto",height:300,top:"auto",width:"100%"},backgroundColor:"transparent",fontSize:12,height:368,legend:{position:"none"},pieHole:.6,pieSliceTextStyle:{color:"#131418",fontSize:12},slices:{0:{color:"#fece72"},1:{color:"#a983e6"},2:{color:"#bed4ff"},3:{color:"#ee92da"},4:{color:"#ff9b7a"}},title:null,tooltip:{isHtml:!0,trigger:"focus"},width:"100%"},UserDimensionsPieChart.propTypes={dimensionName:p().string.isRequired,dimensionValue:p().string,gatheringData:p().bool,report:p().object,loaded:p().bool};var zt=i(98748);const Zt=(0,x.A)({moduleName:T.L1})(function DashboardAllTrafficWidgetGA4(e){const{Widget:t,WidgetReportError:i}=e,s=(0,P.A)(),[o,n]=(0,I.useState)(!0),[r,l]=(0,I.useState)(""),c=(0,a.useSelect)(e=>!s||e(f.oR).canViewSharedModule(T.L1)),d=(0,a.useInViewSelect)(e=>c&&e(N.K9).isGatheringData()),g=(0,a.useSelect)(e=>e(f.oR).getDateRange()),u=(0,a.useSelect)(e=>e(S.n).getValue(N.wo)||"sessionDefaultChannelGrouping"),m=(0,a.useSelect)(e=>e(S.n).getValue(N.yn)),{compareStartDate:p,compareEndDate:y}=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({compare:!0,offsetDays:N.f2})),{setValue:h}=(0,a.useDispatch)(S.n),A={compareStartDate:p,compareEndDate:y,dimensions:[u],orderby:[{metric:{metricName:"totalUsers"},desc:!0}],reportID:"analytics-4_dashboard-all-traffic-widget-ga4_widget_pieArgs"},M={dimensions:["date"],orderby:[{dimension:{dimensionName:"date"}}],reportID:"analytics-4_dashboard-all-traffic-widget-ga4_widget_graphArgs"},D={compareStartDate:p,compareEndDate:y,reportID:"analytics-4_dashboard-all-traffic-widget-ga4_widget_totalsArgs"};u&&m&&(M.dimensionFilters={[u]:m},D.dimensionFilters={[u]:m});const{loaded:j,error:_,report:k}=Gt(A),{loaded:C,error:E,report:x}=Gt(M),{loaded:w,error:R,report:L}=Gt(D);(0,I.useEffect)(()=>{g!==r?(n(!0),l(g)):j&&w&&C&&n(!1)},[j,w,C,g,r]),(0,I.useEffect)(()=>{o&&j&&w&&C&&h(N.rm,!0)},[o,j,w,C,h]);const G=[_,(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[e(N.K9).getSampleReportArgs()])),R,E].filter(Boolean);if(_||R||E)return(0,b.jsx)(t,{children:(0,b.jsx)(i,{moduleSlug:"analytics-4",error:G})});const z=(0,O.H5)(k),Z=void 0!==d;return(0,b.jsxs)(t,{className:"googlesitekit-widget--footer-v2 googlesitekit-widget__analytics--all-traffic",Footer:()=>(0,b.jsx)(DataSourceLink,{}),noPadding:!0,children:[(0,b.jsx)(yt.xA,{children:(0,b.jsxs)(yt.fI,{children:[(0,b.jsxs)(yt.fh,{className:"googlesitekit-widget--analyticsAllTraffic__totals",lgSize:7,mdSize:8,children:[(0,b.jsx)(TotalUserCount,{loaded:Z&&w&&!o,report:L,error:R,dimensionValue:m,gatheringData:d}),(0,b.jsx)(UserCountGraph,{loaded:Z&&C&&!o,error:E,report:x,gatheringData:d})]}),(0,b.jsxs)(yt.fh,{className:"googlesitekit-widget--analyticsAllTraffic__dimensions",lgSize:5,mdSize:8,children:[(0,b.jsx)(DimensionTabs,{loaded:Z&&!o,dimensionName:u,gatheringData:d,isZeroData:z}),(0,b.jsx)(UserDimensionsPieChart,{dimensionName:u,dimensionValue:m,gatheringData:d,loaded:Z&&j&&!o,report:k})]})]})}),!s&&(0,b.jsx)(zt.A,{triggerID:"view_ga4_dashboard",ttl:v.tt})]})});var Pt=i(97029);function Sparkline({change:e,data:t,invertChangeColor:i,loadingHeight:a}){if(!t)return null;const s=[],o="green";if(null===e)s.push(o);else{const t=i?"red":o,a=i?o:"red";s.push(0<=(parseFloat(e)||0)?t:a)}const n={title:"",backgroundColor:"transparent",curveType:"line",width:"100%",height:"50",enableInteractivity:!1,chartArea:{height:"100%",width:"100%"},legend:{position:"none"},axisFontSize:0,hAxis:{baselineColor:"none",ticks:[]},vAxis:{baselineColor:"none",ticks:[]},axes:[],colors:s};return t.slice(1).some(e=>e[1]>0)||(n.vAxis.minValue=0,n.vAxis.maxValue=1),(0,b.jsx)("div",{className:"googlesitekit-analytics-sparkline-chart-wrap",children:(0,b.jsx)(jt.A,{chartType:"LineChart",data:t,loadingHeight:a,options:n})})}Sparkline.propTypes={invertChangeColor:p().bool,loadingHeight:p().string},Sparkline.defaultProps={invertChangeColor:!1,loadingHeight:"46px"};const Ot=Sparkline;var Bt=i(311),Wt=i(91865);const Ut=(0,x.A)({moduleName:T.L1})(function DashboardOverallPageMetricsWidgetGA4({Widget:e,WidgetReportError:t}){const i=(0,a.useInViewSelect)(e=>e(N.K9).isGatheringData()),s=(0,P.A)(),o=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2,compare:!0})),n=(0,a.useSelect)(e=>e(C.O4).getCurrentEntityURL()),r={...o,dimensions:["date"],metrics:[{name:"screenPageViews"},{name:"sessions"},{name:"engagementRate"},{name:"averageSessionDuration"}],orderby:[{dimension:{dimensionName:"date"}}],url:n,reportID:"analytics-4_dashboard-overall-page-metrics-widget-args"},l={dates:o,otherArgs:{collectionId:"life-cycle"}};(0,It.m)(n)&&(l.filters={unifiedPagePathScreen:(0,v.pH)(n)});const c=(0,a.useSelect)(e=>!e(N.K9).hasFinishedResolution("getReport",[r])),d=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[r])),u=(0,a.useSelect)(e=>s?null:e(N.K9).getServiceReportURL("all-pages-and-screens",l)),m=(0,a.useInViewSelect)(e=>e(N.K9).getReport(r),[r]),p=(0,a.useSelect)(e=>e(f.oR).getDateRangeNumberOfDays());function Footer(){return(0,b.jsx)(ht.A,{className:"googlesitekit-data-block__source",name:(0,g._x)("Analytics","Service name","google-site-kit"),href:u,external:!0})}if(c||void 0===i)return(0,b.jsx)(e,{Footer,children:(0,b.jsx)(Tt.A,{width:"100%",height:"222px"})});if(d)return(0,b.jsx)(e,{Footer,children:(0,b.jsx)(t,{moduleSlug:"analytics-4",error:d})});const y=function(e,t){const i=[{metric:"screenPageViews",title:(0,g.__)("Pageviews","google-site-kit"),sparkLineData:[[{type:"date",label:"Day"},{type:"number",label:"Pageviews"}]],total:0,change:0},{metric:"sessions",title:(0,g.__)("Sessions","google-site-kit"),sparkLineData:[[{type:"date",label:"Day"},{type:"number",label:"Sessions"}]],total:0,change:0},{metric:"engagementRate",title:(0,g.__)("Engagement Rate","google-site-kit"),sparkLineData:[[{type:"date",label:"Day"},{type:"number",label:"Engagement Rate"}]],datapointUnit:"%",total:0,change:0},{metric:"averageSessionDuration",title:(0,g.__)("Session Duration","google-site-kit"),sparkLineData:[[{type:"date",label:"Day"},{type:"number",label:"Session Duration"}]],datapointUnit:"s",total:0,change:0}],{totals:a=[],rows:s=[]}=e||{},o=a[0]?.metricValues||[],n=a[1]?.metricValues||[],r=(0,v.XH)(t).getTime(),l=s.filter(({dimensionValues:e})=>"date_range_0"===e[1].value&&(0,_t.A)(e[0].value).getTime()>=r);return i.map(({datapointDivider:e=1,...t},i)=>(l.forEach(({dimensionValues:e,metricValues:a})=>{const s=e[0].value,o=(0,_t.A)(s);t.sparkLineData.push([o,a[i].value])}),t.total=(o[i]?.value||0)/e,t.change=(0,v.Zf)(n[i]?.value||0,o[i]?.value||0),t))}(m,o.startDate);return(0,b.jsx)(e,{Header:function Header(){return(0,b.jsx)(Bt.A,{title:(0,g.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,g._n)("Overall page metrics over the last %s day","Overall page metrics over the last %s days",p,"google-site-kit"),p)})},Footer,children:(0,b.jsx)(yt.xA,{children:(0,b.jsx)(Wt.A,{className:"mdc-layout-grid__inner",children:y.map(({metric:e,title:t,sparkLineData:a,datapointUnit:s,total:o,change:n})=>(0,b.jsx)(yt.fh,{smSize:2,lgSize:3,children:(0,b.jsx)(Pt.A,{title:t,datapoint:o,datapointUnit:s,change:n,changeDataUnit:"%",gatheringData:i,sparkline:(0,b.jsx)(Ot,{data:a,change:n,gatheringData:i})})},e))})})})});var Vt=i(63264),Ft=i(91953),Ht=i(49539),Kt=i(63701);function Header(){const e=(0,a.useSelect)(e=>e(f.oR).getDateRangeNumberOfDays()),t=(0,g.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,g._n)("Top content over the last %s day","Top content over the last %s days",e,"google-site-kit"),e);return(0,b.jsx)(Bt.A,{title:t})}function Footer(){const e=(0,P.A)(),t=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),i=(0,a.useSelect)(i=>e?null:i(N.K9).getServiceReportURL("all-pages-and-screens",{dates:t,otherArgs:{collectionId:"life-cycle"}}));return(0,b.jsx)(ht.A,{href:i,name:(0,g._x)("Analytics","Service name","google-site-kit"),external:!0})}var Yt=i(32947);function ModulePopularPagesWidgetGA4(e){const{Widget:t,WidgetReportError:i}=e,s=(0,Yt.dv)(),o=(0,a.useInViewSelect)(e=>e(N.K9).isGatheringData()),n=(0,a.useSelect)(e=>e(f.oR).getDateRangeDates({offsetDays:N.f2})),r=(0,P.A)(),l={...n,dimensions:["pagePath"],metrics:[{name:"screenPageViews"},{name:"sessions"},{name:"engagementRate"},{name:"averageSessionDuration"}],orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:10,reportID:"analytics-4_module-popular-pages-widget-ga4_widget_args"},c=(0,a.useSelect)(e=>e(N.K9).getErrorForSelector("getReport",[l])),d=(0,a.useInViewSelect)(e=>e(N.K9).getReport(l),[l]),u=(0,a.useInViewSelect)(e=>c?void 0:e(N.K9).getPageTitles(d,l),[c,d,l]);if(!(0,a.useSelect)(e=>{const t=e(N.K9).hasFinishedResolution("getReport",[l]);return void 0!==c||t&&void 0!==u})||void 0===o)return(0,b.jsx)(t,{Header,Footer,noPadding:!0,children:(0,b.jsx)(Kt.A,{padding:!0})});if(c)return(0,b.jsx)(t,{Header,Footer,children:(0,b.jsx)(i,{moduleSlug:"analytics-4",error:c})});const m="googlesitekit-typography googlesitekit-typography--title googlesitekit-typography--small",p=[{columnHeaderClassName:m,title:(0,g.__)("Title","google-site-kit"),description:(0,g.__)("Page Title","google-site-kit"),primary:!0,Component({row:e}){const[{value:t},{value:i}]=e.dimensionValues,s=(0,a.useSelect)(e=>r?null:e(N.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:i},dates:n}));return(0,b.jsx)(Ft.A,{title:t,path:i,serviceURL:s})}},{columnHeaderClassName:m,title:(0,g.__)("Pageviews","google-site-kit"),description:(0,g.__)("Pageviews","google-site-kit"),field:"metricValues.0.value",Component:({fieldValue:e})=>(0,b.jsx)("span",{children:(0,v.Eo)(e,{style:"decimal"})})},{columnHeaderClassName:m,title:(0,g.__)("Sessions","google-site-kit"),description:(0,g.__)("Sessions","google-site-kit"),field:"metricValues.1.value",className:"googlesitekit-table__head-item--sessions",Component:({fieldValue:e})=>(0,b.jsx)("span",{children:(0,v.Eo)(e,{style:"decimal"})})},{columnHeaderClassName:m,title:(0,g.__)("Engagement Rate","google-site-kit"),description:(0,g.__)("Engagement Rate","google-site-kit"),field:"metricValues.2.value",className:"googlesitekit-table__head-item--engagement-rate",Component:({fieldValue:e})=>(0,b.jsx)("span",{children:(0,v.Eo)(e,"%")})},{columnHeaderClassName:m,title:(0,g.__)("Session Duration","google-site-kit"),description:(0,g.__)("Session Duration","google-site-kit"),field:"metricValues.3.value",Component:({fieldValue:e})=>(0,b.jsx)("span",{children:(0,v.Eo)(e,"s")})}],y=d?.rows?.length?(0,L.cloneDeep)(d.rows):[],I=Z.QQ;y.forEach(e=>{const t=e.dimensionValues[0].value;e.dimensionValues.unshift({value:u[t]})});const h=s===Yt.mp||s===Yt.Lg,A=(0,b.jsx)(Ht.A,{className:Mt()({"googlesitekit-analytics-popular-pages-widget__report-table--tabbed-layout":h}),rows:y,columns:p,zeroState:I,gatheringData:o,tabbedLayout:h});return(0,b.jsx)(t,{Header,Footer,noPadding:!0,children:h?A:(0,b.jsx)(Vt.A,{children:A})})}ModulePopularPagesWidgetGA4.propTypes={Widget:p().elementType.isRequired,WidgetReportError:p().elementType.isRequired,WidgetReportZero:p().elementType.isRequired};const Qt=(0,x.A)({moduleName:T.L1})(ModulePopularPagesWidgetGA4);var Jt=i(76283);var qt=i(15844),Xt=i(74595);function DashboardMainEffectComponent(){return function(){const e=(0,a.useSelect)(e=>e(Le.i).isModuleConnected(T.L1)),t=(0,a.useSelect)(e=>e(N.K9).getPropertyID()),i=(0,a.useSelect)(e=>e(f.oR).hasScope(N.S9)),s=(0,ee.A)(N.CV,"autoSubmit"),{setValues:o}=(0,a.useDispatch)(H.s),{fetchCreateCustomDimension:n,receiveIsCustomDimensionGatheringData:r,fetchSyncAvailableCustomDimensions:l}=(0,a.useDispatch)(N.K9);(0,I.useEffect)(()=>{e&&i&&s&&(o(N.CV,{autoSubmit:!1,isAutoCreatingCustomDimensionsForAudience:!0}),async function(){await n(t,N.Cu.googlesitekit_post_type),r("googlesitekit_post_type",!0),await l(),o(N.CV,{isAutoCreatingCustomDimensionsForAudience:!1,isRetrying:!1})}())},[s,n,l,i,e,t,r,o])}(),function(){const e=(0,a.useSelect)(e=>e(C.O4).isKeyMetricsSetupCompleted()),t=(0,a.useSelect)(e=>e(Le.i).isModuleConnected(T.L1)),i=(0,a.useSelect)(e=>e(f.oR).hasScope(N.S9)),s=(0,ee.A)(N.Kr,"autoSubmit"),{setValues:o}=(0,a.useDispatch)(H.s),{createCustomDimensions:n}=(0,a.useDispatch)(N.K9);(0,I.useEffect)(()=>{e&&t&&i&&s&&(o(N.Kr,{autoSubmit:!1,isAutoCreatingCustomDimensions:!0}),async function(){await n(),o(N.Kr,{isAutoCreatingCustomDimensions:!1})}())},[s,n,i,e,t,o])}(),function(){const{syncGoogleTagSettings:e}=(0,Xt.wA)(N.K9);(0,qt.A)(()=>{e()})}(),null}var $t=i(28663),ei=i(24558),ti=i(34002),ii=i(78464);var ai=i(90007);var si=i(65214),oi=i(32091),ni=i.n(oi),ri=i(54419),li=i(3687),ci=i(21125),di=i(47121);var gi=i(245);const{receiveError:ui,clearError:mi,clearErrors:pi}=ci.o1,yi=(0,li.U)({baseName:"getAccountSummaries",controlCallback:({pageToken:e})=>(0,ri.get)("modules",T.L1,"account-summaries",{pageToken:e},{useCache:!1}),argsToParams:e=>({pageToken:e}),reducerCallback:(0,a.createReducer)((e,t)=>{e.accountSummaries=[...e.accountSummaries||[],...(0,gi.yD)(t.accountSummaries||[])]})}),Ii=(0,li.U)({baseName:"createAccount",controlCallback:({data:e})=>(0,ri.set)("modules",T.L1,"create-account-ticket",e),reducerCallback:(0,a.createReducer)((e,{accountTicketId:t})=>{e.accountTicketID=t}),argsToParams:e=>({data:e}),validateParams:({data:e}={})=>{ni()((0,L.isPlainObject)(e),"data must be an object.")}}),hi="START_SELECTING_ACCOUNT",Ai="FINISH_SELECTING_ACCOUNT",Mi="RESET_ACCOUNT_SUMMARIES",fi="RESET_ACCOUNT_SETTINGS",Si="SORT_ACCOUNT_SUMMARIES",Ni={accountSummaries:void 0,accountTicketID:void 0,finishedSelectingAccount:void 0},Ti={*resetAccountSummaries(){const{dispatch:e}=yield a.commonActions.getRegistry();return yield{payload:{},type:Mi},e(N.K9).invalidateResolutionForStoreSelector("getAccountSummaries")},resetAccountSettings:()=>({payload:{},type:fi}),*createAccount({showProgress:e=!1}={}){const t=yield a.commonActions.getRegistry(),{getValue:i}=t.select(H.s),s={displayName:i(N.ag,"accountName"),propertyName:i(N.ag,"propertyName"),dataStreamName:i(N.ag,"dataStreamName"),timezone:i(N.ag,"timezone"),regionCode:i(N.ag,"countryCode"),enhancedMeasurementStreamEnabled:i(N.ag,N.aj),showProgress:e};yield mi("createAccount",[]);const{response:o,error:n}=yield Ii.actions.fetchCreateAccount(s);return n&&(yield ui(n,"createAccount",[])),{response:o,error:n}},selectAccount:(0,di.$C)(e=>{ni()((0,He.yZ)(e),"A valid accountID is required to select.")},function*(e){const t=yield a.commonActions.getRegistry(),i={type:Ai,payload:{}};yield{type:hi,payload:{}},yield pi(),t.dispatch(N.K9).setSettings({accountID:e,propertyID:"",webDataStreamID:""}),N.ZC!==e?(yield a.commonActions.await(t.dispatch(N.K9).matchAndSelectProperty(e,N.to)),yield i):yield i}),*findMatchedAccount(){const e=yield a.commonActions.getRegistry(),t=yield a.commonActions.await(e.dispatch(N.K9).findMatchedProperty());if(!t)return null;const i=(yield a.commonActions.await(e.resolveSelect(N.K9).getAccountSummaries())).find(e=>e.propertySummaries.some(({_id:e})=>e===t._id));return i||null},sortAccountSummaries:()=>({type:Si})},Di=(0,a.createReducer)((e,{type:t})=>{switch(t){case hi:e.finishedSelectingAccount=!1;break;case Ai:e.finishedSelectingAccount=!0;break;case Mi:e.accountSummaries=void 0;break;case fi:e.settings.accountID=void 0,e.settings.propertyID=void 0,e.settings.measurementID=void 0,e.settings.webDataStreamID=void 0;break;case Si:if(!e.accountSummaries?.length)return;e.accountSummaries=(i=e.accountSummaries,a="displayName",[...i].sort((e,t)=>{const i=e[a]?.toLowerCase()||"",s=t[a]?.toLowerCase()||"";return i.localeCompare(s)}))}var i,a}),vi={*getAccountSummaries(){let e="";if(void 0===(yield a.commonActions.getRegistry()).select(N.K9).getAccountSummaries())do{const{error:t,response:i}=yield yi.actions.fetchGetAccountSummaries(e);if(e=i?.nextPageToken||"",t)break}while(e);yield Ti.sortAccountSummaries()}},ji={getAccountSummaries:e=>e.accountSummaries,isDoingCreateAccount:e=>Object.values(e.isFetchingCreateAccount).some(Boolean),getAccountTicketTermsOfServiceURL:(0,a.createRegistrySelector)(e=>t=>{const{accountTicketID:i}=t;if(void 0===i)return;const a=e(N.K9).getServiceURL({path:`/termsofservice/${i}`,query:{provisioningSignup:"false"}});return a||void 0}),canSubmitAccountCreate:(0,a.createRegistrySelector)(e=>()=>{const{getValue:t}=e(H.s);return!!t(N.ag,"accountName")&&(!!t(N.ag,"propertyName")&&(!!t(N.ag,"dataStreamName")&&(!!t(N.ag,"timezone")&&!!t(N.ag,"countryCode"))))}),hasFinishedSelectingAccount:e=>e.finishedSelectingAccount},_i=(0,a.combineStores)(yi,Ii,{initialState:Ni,actions:Ti,controls:{},reducer:Di,resolvers:vi,selectors:ji}),bi=(_i.initialState,_i.actions,_i.controls,_i.reducer,_i.resolvers,_i.selectors,_i),ki="START_AUDIENCES_SETUP",Ci="FINISH_AUDIENCES_SETUP",Ei="START_MAYBE_SYNC_AUDIENCES",xi="FINISH_MAYBE_SYNC_AUDIENCES";const wi=(0,li.U)({baseName:"createAudience",controlCallback:({audience:e})=>(0,ri.set)("modules",T.L1,"create-audience",{audience:e}),argsToParams:e=>({audience:e}),validateParams:({audience:e})=>{(0,He.Ze)(e)}});async function Ri(e){const{resolveSelect:t,select:i}=e,a=i(N.K9).getOrSyncAvailableAudiences(),{error:s,configuredAudiences:o}=await Li(e,a);if(s)return{error:s};if(1===o.length){const e=a.find(({audienceSlug:e})=>"purchasers"===e);if(e){await t(N.K9).getResourceDataAvailabilityDate(e.name,N.dq)&&o.push(e.name)}}return{configuredAudiences:o}}async function Li(e,t){const{select:i}=e,a=[],s=t.filter(({audienceType:e})=>"USER_AUDIENCE"===e);if(s.length>0){const t=i(f.oR).getReferenceDate(),o=(0,v.IS)(t,90+N.f2),{audienceResourceNames:n,error:r}=await async function(e,t,i,a){const{select:s,resolveSelect:o}=e,n=s(N.K9).getAudiencesUserCountReportOptions(t,{startDate:i,endDate:a}),r=await o(N.K9).getReport(n),l=s(N.K9).getErrorForSelector("getReport",[n]);return l?{error:l}:{audienceResourceNames:[...r.rows||[]].sort((e,t)=>(t.metricValues?.[0]?.value||0)-(e.metricValues?.[0]?.value||0)).filter(({metricValues:e})=>e?.[0]?.value>0).map(({dimensionValues:e})=>e?.[0]?.value)}}(e,s,o,t);if(r)return{error:r};a.push(...n.slice(0,2))}if(a.length<2){const e=t.filter(({audienceType:e})=>"SITE_KIT_AUDIENCE"===e),i=["new-visitors","returning-visitors"],s=e.sort((e,t)=>i.indexOf(e.audienceSlug)-i.indexOf(t.audienceSlug)).slice(0,2-a.length).map(({name:e})=>e);a.push(...s)}return{configuredAudiences:a}}const Gi={createAudience:(0,di.$C)(He.Ze,function*(e){const{response:t,error:i}=yield wi.actions.fetchCreateAudience(e);return{response:t,error:i}}),*syncAvailableAudiences(){const e=yield a.commonActions.getRegistry(),{select:t,dispatch:i,resolveSelect:s}=e;yield a.commonActions.await(s(f.oR).getAuthentication());if(!t(f.oR).isAuthenticated()){const e=t(N.K9).getOrSyncAvailableAudiences();return{response:null!=e?e:[]}}const{response:o,error:n}=yield a.commonActions.await(i(N.K9).fetchSyncAvailableAudiences());if(n)return{response:o,error:n};const r=t(f.oR).getConfiguredAudiences(),l=r?.filter(e=>o?.some(({name:t})=>t===e));return r&&l&&l!==r&&i(f.oR).setConfiguredAudiences(l||[]),{response:o,error:n}},*maybeSyncAvailableAudiences(){const e=yield a.commonActions.getRegistry(),{select:t,dispatch:i,resolveSelect:s}=e;yield a.commonActions.await(s(f.oR).getAuthentication());if(!t(f.oR).isAuthenticated())return void(yield{type:xi});if(t(N.K9).isSyncingAudiences())return;yield a.commonActions.await(s(N.K9).getAudienceSettings()),yield{type:Ei};const o=t(N.K9).getAvailableAudiencesLastSyncedAt();(!o||1e3*o<Date.now()-36e5)&&(yield a.commonActions.await(i(N.K9).syncAvailableAudiences())),yield{type:xi}},*enableAudienceGroup(e){yield{type:ki};const t=yield Gi.enableAudienceGroupMain(e);return yield{type:Ci},t},*determineNeedForAnalytics4EditScope(){const e=yield a.commonActions.getRegistry(),{resolveSelect:t,select:i}=e;if(yield a.commonActions.await(t(N.K9).getAvailableCustomDimensions()),!i(N.K9).hasCustomDimensions("googlesitekit_post_type"))return{needsScope:!0};const{error:s,configuredAudiences:o}=yield a.commonActions.await(Ri(e));return s?{error:s}:{needsScope:0===o.length}},*enableAudienceGroupMain(e){const t=yield a.commonActions.getRegistry(),{dispatch:i,select:s,resolveSelect:o}=t,n=[];if(!e?.length){const{error:e,configuredAudiences:i}=yield a.commonActions.await(Ri(t));if(e)return{error:e};n.push(...i)}if(0===n.length){const t=["new-visitors","returning-visitors"],r=e?.length?e:t,l=yield a.commonActions.await(Promise.all(r.map(e=>i(N.K9).createAudience(N.fB[e])))),c=[];let d=null;if(l.forEach((e,t)=>{const i=r[t];e.error?(0,Y.SG)(e.error)?d=e.error:c.push(i):n.push(e.response.name)}),d)return{error:d};if(yield a.commonActions.await(o(f.oR).getUserAudienceSettings()),c.length>0)return{failedSiteKitAudienceSlugs:c};const g=s(f.oR).getConfiguredAudiences()||[];n.push(...g);const{error:u,response:m}=yield a.commonActions.await(i(N.K9).syncAvailableAudiences());if(u)return{error:u};t.forEach(e=>{const t=m.find(t=>t.audienceSlug===e);t&&!n.includes(t.name)&&n.push(t.name)})}if(yield a.commonActions.await(o(N.K9).getAvailableCustomDimensions()),!s(N.K9).hasCustomDimensions("googlesitekit_post_type")){const e=s(N.K9).getPropertyID(),{error:t}=yield a.commonActions.await(i(N.K9).fetchCreateCustomDimension(e,N.Cu.googlesitekit_post_type));if(t)return{error:t};i(N.K9).receiveIsCustomDimensionGatheringData("googlesitekit_post_type",!0),yield a.commonActions.await(i(N.K9).fetchSyncAvailableCustomDimensions())}i(f.oR).setConfiguredAudiences(n);const{error:r}=yield a.commonActions.await(i(f.oR).saveUserAudienceSettings());if(r)return{error:r};yield a.commonActions.await(i(f.oR).setExpirableItemTimers(n.map(e=>({slug:`${N.bz}${e}`,expiresInSeconds:1}))));const l=s(f.oR).getID();i(N.K9).setAudienceSegmentationSetupCompletedBy(l);const c=s(N.K9).getAudienceSettings(),{saveSettingsError:d}=yield a.commonActions.await(i(N.K9).saveAudienceSettings(c));return d?{error:d}:(yield a.commonActions.await(i(f.oR).triggerSurvey("audience_segmentation_setup_completed")),{})},*enableSecondaryUserAudienceGroup(){yield{type:ki};const e=yield Gi.enableSecondaryUserAudienceGroupMain();return yield{type:Ci},e},*enableSecondaryUserAudienceGroupMain(){const e=yield a.commonActions.getRegistry(),{dispatch:t,resolveSelect:i}=e,{response:s,error:o}=yield Gi.syncAvailableAudiences();if(o)return{error:o};const{error:n,configuredAudiences:r}=yield a.commonActions.await(Li(e,s));if(n)return{error:n};if(r.length<2){const e=s.find(({audienceSlug:e})=>"purchasers"===e);if(e){(yield a.commonActions.await(i(N.K9).getResourceDataAvailabilityDate(e.name,N.dq)))&&r.push(e.name)}}t(f.oR).setConfiguredAudiences(r);const{error:l}=yield a.commonActions.await(t(f.oR).saveUserAudienceSettings());return l?{error:l}:(r.length>0&&(yield a.commonActions.await(t(f.oR).setExpirableItemTimers(r.map(e=>({slug:`${N.bz}${e}`,expiresInSeconds:1}))))),{})}},zi=(0,a.createReducer)((e,{type:t})=>{switch(t){case ki:e.isSettingUpAudiences=!0;break;case Ei:e.audienceSync={inProgress:!0,hasSynced:!1};break;case xi:e.audienceSync={inProgress:!1,hasSynced:!0};break;case Ci:e.isSettingUpAudiences=!1}}),Zi={isSettingUpAudiences:e=>e.isSettingUpAudiences,isDefaultAudience:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=e(N.K9).getOrSyncAvailableAudiences();if(void 0===a)return;const s=a.find(({name:e})=>e===i);return"DEFAULT_AUDIENCE"===s?.audienceType}),isSiteKitAudience:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=e(N.K9).getOrSyncAvailableAudiences();if(void 0===a)return;const s=a.find(({name:e})=>e===i);return"SITE_KIT_AUDIENCE"===s?.audienceType}),isUserAudience:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=e(N.K9).getOrSyncAvailableAudiences();if(void 0===a)return;const s=a.find(({name:e})=>e===i);return"USER_AUDIENCE"===s?.audienceType}),isSyncingAudiences:e=>e.audienceSync.inProgress,hasSyncedAudiences:e=>e.audienceSync.hasSynced,hasAudiences:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=Array.isArray(i)?i:[i],s=e(N.K9).getOrSyncAvailableAudiences();if(void 0!==s)return null!==s&&a.every(e=>s.some(({name:t})=>t===e))}),getConfigurableAudiences:(0,a.createRegistrySelector)(e=>()=>{const{getOrSyncAvailableAudiences:t,getResourceDataAvailabilityDate:i}=e(N.K9),a=t();if(void 0!==a)return Array.isArray(a)?a.filter(({audienceSlug:e,name:t})=>"purchasers"!==e||!!i(t,"audience")):[]}),getAudiencesUserCountReportOptions:(0,a.createRegistrySelector)(e=>(t,i,{startDate:a,endDate:s}={})=>{const o=e(f.oR).getDateRangeDates({offsetDays:N.f2});return{startDate:a||o.startDate,endDate:s||o.endDate,metrics:[{name:"totalUsers"}],dimensions:[{name:"audienceResourceName"}],dimensionFilters:{audienceResourceName:(i||[]).map(({name:e})=>e)},reportID:"audience-segmentation_get-audiences-user-count-report-options_store:selector"}}),getAudienceUserCountReportErrors:(0,a.createRegistrySelector)(e=>()=>{const{getConfigurableAudiences:t,getAudiencesUserCountReportOptions:i,getSiteKitAudiencesUserCountReportOptions:a,getErrorForSelector:s,getConfigurableSiteKitAndOtherAudiences:o,hasAudiencePartialData:n}=e(N.K9),r=t();if(void 0===r)return;const[l,c]=o(),d=n(l);if(void 0===d)return;return[d?s("getReport",[a()]):void 0,!1===d||c?.length>0?s("getReport",[i(d?c:r)]):void 0]}),getSiteKitAudiencesUserCountReportOptions:(0,a.createRegistrySelector)(e=>()=>{const t=e(f.oR).getDateRangeDates({offsetDays:N.f2});return{startDate:t.startDate,endDate:t.endDate,metrics:[{name:"totalUsers"}],dimensions:[{name:"newVsReturning"}]}}),hasAudiencePartialData:(0,a.createRegistrySelector)(e=>(t,i)=>{if(void 0!==i){for(const t of i||[]){const i=e(N.K9).isAudiencePartialData(t.name);if(void 0===i)return;if(i)return!0}return!1}}),getPartialDataSiteKitAudience:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=e(N.K9).getOrSyncAvailableAudiences();if(void 0===a)return;const s=a.find(({name:e})=>e===i);if("SITE_KIT_AUDIENCE"!==s?.audienceType)return null;const o=e(N.K9).isAudiencePartialData(i);return void 0!==o?o?s:null:void 0}),getConfigurableSiteKitAndOtherAudiences:(0,a.createRegistrySelector)(e=>()=>{const t=e(N.K9).getConfigurableAudiences();if(void 0===t)return;if(!t?.length)return[];const[i,a]=t.reduce(([e,t],i)=>("SITE_KIT_AUDIENCE"===i.audienceType?e.push(i):t.push(i),[e,t]),[[],[]]);return[i,a]}),getConfiguredSiteKitAndOtherAudiences:(0,a.createRegistrySelector)(e=>()=>{const t=e(f.oR).getConfiguredAudiences(),i=e(N.K9).getOrSyncAvailableAudiences();if(void 0===t||void 0===i)return;if(!t?.length)return[];const[a,s]=t.reduce(([e,t],a)=>{const s=i.find(({name:e})=>e===a);return"SITE_KIT_AUDIENCE"===s?.audienceType?e.push(s):t.push(s),[e,t]},[[],[]]);return[a,s]})},Pi=(0,a.combineStores)(wi,{initialState:{isSettingUpAudiences:!1,audienceSync:{inProgress:!1,hasSynced:!1}},actions:Gi,controls:{},reducer:zi,resolvers:{},selectors:Zi}),Oi=(Pi.initialState,Pi.actions,Pi.controls,Pi.reducer,Pi.resolvers,Pi.selectors,Pi),{receiveError:Bi,clearError:Wi}=ci.o1;function Ui(e){ni()((0,L.isPlainObject)(e),"audienceSettings should be an object."),ni()(Array.isArray(e.availableAudiences),"availableAudiences should be an array."),ni()("number"==typeof e.audienceSegmentationSetupCompletedBy,"audienceSegmentationSetupCompletedBy should be an integer.")}const Vi=(0,a.createReducer)((e,t)=>{e.audienceSettings=t}),Fi=(0,li.U)({baseName:"getAudienceSettings",controlCallback:()=>(0,ri.get)("modules",T.L1,"audience-settings",{},{useCache:!1}),reducerCallback:Vi}),Hi=(0,li.U)({baseName:"saveAudienceSettings",controlCallback:e=>(0,ri.set)("modules",T.L1,"save-audience-settings",{settings:e}),reducerCallback:Vi,argsToParams:e=>e,validateParams:Ui}),Ki=(0,li.U)({baseName:"syncAvailableAudiences",controlCallback:()=>(0,ri.set)("modules",T.L1,"sync-audiences"),reducerCallback:(0,a.createReducer)((e,t)=>{e.audienceSettings||(e.audienceSettings={}),e.audienceSettings.availableAudiences=t})}),Yi="SET_AVAILABLE_AUDIENCES",Qi="SET_AUDIENCE_SEGMENTATION_SETUP_COMPLETED_BY",Ji={audienceSettings:void 0},qi={setAvailableAudiences:e=>(ni()(Array.isArray(e),"Available audiences should be an array."),{type:Yi,payload:{availableAudiences:e}}),setAudienceSegmentationSetupCompletedBy:e=>(ni()("number"==typeof e,"audienceSegmentationSetupCompletedBy by should be an integer."),{type:Qi,payload:{audienceSegmentationSetupCompletedBy:e}}),saveAudienceSettings:(0,di.$C)(e=>{Ui(e)},function*(e){yield Wi("saveAudienceSettings",[]);const{response:t,error:i}=yield Hi.actions.fetchSaveAudienceSettings(e);return i&&(yield Bi(i,"saveAudienceSettings",[])),{response:t,error:i}})},Xi={*getAudienceSettings(){const e=yield a.commonActions.getRegistry(),{select:t}=e;void 0===t(N.K9).getAudienceSettings()&&(yield Fi.actions.fetchGetAudienceSettings())},*getOrSyncAvailableAudiences(){const e=yield a.commonActions.getRegistry();null===e.select(N.K9).getAvailableAudiences()&&e.dispatch(N.K9).syncAvailableAudiences()}},$i=(0,a.createReducer)((e,{type:t,payload:i})=>{switch(t){case Yi:const{availableAudiences:t}=i;e.audienceSettings={...e.audienceSettings,availableAudiences:t};break;case Qi:const{audienceSegmentationSetupCompletedBy:a}=i;e.audienceSettings={...e.audienceSettings,audienceSegmentationSetupCompletedBy:a}}}),ea={getAvailableAudiences:(0,a.createRegistrySelector)(e=>()=>(e(N.K9).getAudienceSettings()||{}).availableAudiences),getOrSyncAvailableAudiences:(0,a.createRegistrySelector)(e=>()=>e(N.K9).getAvailableAudiences()),getAudienceSettings:e=>e.audienceSettings,getAvailableAudiencesLastSyncedAt:(0,a.createRegistrySelector)(e=>()=>(e(N.K9).getAudienceSettings()||{}).availableAudiencesLastSyncedAt),getAudienceSegmentationSetupCompletedBy:(0,a.createRegistrySelector)(e=>()=>(e(N.K9).getAudienceSettings()||{}).audienceSegmentationSetupCompletedBy)},ta=(0,di.o3)(Fi,Hi,Ki,{initialState:Ji,actions:qi,resolvers:Xi,selectors:ea,reducer:$i}),ia=(ta.initialState,ta.actions,ta.controls,ta.reducer,ta.resolvers,ta.selectors,ta);var aa=i(22242),sa=i(70898);const oa={selectors:{areSettingsEditDependenciesLoaded:(0,a.createRegistrySelector)(e=>()=>e(N.K9).hasFinishedResolution("getAccountSummaries"))}};const na=n().createModuleStore(T.L1,{ownedSettingsSlugs:["accountID","propertyID","webDataStreamID","measurementID","googleTagID","googleTagAccountID","googleTagContainerID"],storeName:N.K9,settingSlugs:["accountID","adsConversionID","adSenseLinked","adSenseLinkedLastSyncedAt","propertyID","webDataStreamID","measurementID","useSnippet","ownerID","googleTagID","googleTagAccountID","googleTagContainerID","googleTagContainerDestinationIDs","googleTagLastSyncedAtMs","availableCustomDimensions","propertyCreateTime","trackingDisabled","adsConversionIDMigratedAtMs","adsLinked","adsLinkedLastSyncedAt","detectedEvents","newConversionEventsLastUpdateAt","lostConversionEventsLastUpdateAt"],submitChanges:async function({dispatch:e,select:t,resolveSelect:i}){let a=t(N.K9).getPropertyID();if(a===N.to){const i=t(N.K9).getAccountID(),{response:s,error:o}=await e(N.K9).createProperty(i);if(o)return{error:o};a=s._id,e(N.K9).setPropertyID(a),e(N.K9).setWebDataStreamID(N.Oh),await e(N.K9).updateSettingsForMeasurementID("")}let s=t(N.K9).getWebDataStreamID();if(a&&s===N.Oh){const o=t(H.s).getValue(N.ZY,"webDataStreamName");let n=!1;if((0,He.Hl)(a)&&(n=await i(N.K9).doesWebDataStreamExist(a,o)),(0,He.uv)(o)&&!1===n){const{response:t,error:i}=await e(N.K9).createWebDataStream(a,o);if(i)return{error:i};s=t._id,e(N.K9).setWebDataStreamID(s),await e(N.K9).updateSettingsForMeasurementID(t.webStreamData.measurementId)}}if((0,He.Hl)(a)&&(0,He.OS)(s)){const i=t(H.s).getValue(N.TQ,N.aj);if(i){const{error:o}=await async function({select:e,dispatch:t,propertyID:i,webDataStreamID:a,isEnhancedMeasurementEnabled:s}){if(await t(N.K9).setEnhancedMeasurementStreamEnabled({propertyID:i,webDataStreamID:a,enabled:s}),e(N.K9).haveEnhancedMeasurementSettingsChanged(i,a)){const{error:s}=await t(N.K9).updateEnhancedMeasurementSettings(i,a);if(s)return{error:s};e(H.s).getValue(N.TQ,N.Lf)&&await t(ct.D).dismissNotification("enhanced-measurement-notification")}return{}}({select:t,dispatch:e,propertyID:a,webDataStreamID:s,isEnhancedMeasurementEnabled:i});if(o)return{error:o}}}const{error:o}=await async function(e,t){const i=e(N.K9).haveSettingsChanged();if(i){const{error:e}=await t(N.K9).saveSettings();if(e)return{error:e}}const a=e(C.O4).haveConversionTrackingSettingsChanged();if(a){const{error:e}=await t(C.O4).saveConversionTrackingSettings();if(e)return{error:e}}const s=e(C.O4).haveGoogleTagGatewaySettingsChanged();if(s){const{error:i}=await t(C.O4).saveGoogleTagGatewaySettings();if(i)return{error:i};if(e(C.O4).isGoogleTagGatewayEnabled()&&!e(ct.D).isNotificationDismissed(dt.rq)){const{error:e}=await t(ct.D).dismissNotification(dt.rq)||{};if(e)return{error:e}}}return{}}(t,e);return o?{error:o}:(e(f.oR).resetUserAudienceSettings(),await(0,ri.invalidateCache)("modules",T.L1),{})},rollbackChanges:function({select:e,dispatch:t}){e(N.K9).haveSettingsChanged()&&(t(N.K9).rollbackSettings(),t(C.O4).resetConversionTrackingSettings(),t(C.O4).resetGoogleTagGatewaySettings()),t(N.K9).resetEnhancedMeasurementSettings()},validateCanSubmitChanges:function(e){const{haveAnyGA4SettingsChanged:t,isDoingSubmitChanges:i,getPropertyID:a,getWebDataStreamID:s,doesWebDataStreamExist:o,getAdsConversionID:n}=(0,di.WI)(e)(N.K9);ni()(t(),aa.Wq),ni()(!i(),aa.mV);const r=a();ni()((0,He.mh)(r),"a valid propertyID is required to submit changes");const l=s();if(ni()((0,He.dQ)(l),"a valid webDataStreamID is required to submit changes"),l===N.Oh){const t=e(H.s).getValue(N.ZY,"webDataStreamName");ni()((0,He.uv)(t),"a valid web data stream name is required to submit changes"),(0,He.Hl)(r)&&ni()(!1===o(r,t),"a web data stream with the same name already exists")}const c=n();""!==c&&ni()((0,sa.EL)(c),"a valid ads adsConversionID is required to submit changes")},validateHaveSettingsChanged:function(e,t,i){const{settings:a,savedSettings:s}=t,o=e(C.O4).haveConversionTrackingSettingsChanged(),n=e(C.O4).haveGoogleTagGatewaySettingsChanged();i&&ni()(!(0,L.isEqual)((0,L.pick)(a,i),(0,L.pick)(s,i))||o||n,aa.Wq),ni()(!(0,L.isEqual)(a,s)||o||n,aa.Wq)}}),ra=na.actions.setPropertyCreateTime;na.actions.setPropertyCreateTime=e=>ra((0,v.G7)(e));const la=na,ca=(0,li.U)({baseName:"getGoogleTagContainer",controlCallback:({measurementID:e})=>(0,ri.get)("modules",T.L1,"container-lookup",{destinationID:e},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t,{measurementID:i})=>{e.containers[i]=t}),argsToParams:e=>({measurementID:e}),validateParams({measurementID:e}={}){ni()(e,"measurementID is required.")}}),da=(0,li.U)({baseName:"getGoogleTagContainerDestinations",controlCallback:({gtmAccountID:e,gtmContainerID:t})=>(0,ri.get)("modules",T.L1,"container-destinations",{accountID:e,containerID:t},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t,{gtmAccountID:i,gtmContainerID:a})=>{e.containerDestinations[i]=e.containerDestinations[i]||{},e.containerDestinations[i][a]=e.containerDestinations[i][a]||[],e.containerDestinations[i][a].push(...t)}),argsToParams:(e,t)=>({gtmAccountID:e,gtmContainerID:t}),validateParams({gtmAccountID:e,gtmContainerID:t}={}){ni()(e,"gtmAccountID is required."),ni()(t,"gtmContainerID is required.")}});const ga={*getGoogleTagContainer(e){void 0===(yield a.commonActions.getRegistry()).select(N.K9).getGoogleTagContainer(e)&&(yield ca.actions.fetchGetGoogleTagContainer(e))},*getGoogleTagContainerDestinations(e,t){void 0===(yield a.commonActions.getRegistry()).select(N.K9).getGoogleTagContainerDestinations(e,t)&&(yield da.actions.fetchGetGoogleTagContainerDestinations(e,t))}},ua={getGoogleTagContainer:(e,t)=>e.containers[t],getGoogleTagContainerDestinations:(e,t,i)=>e.containerDestinations[t]?.[i]},ma=(0,a.combineStores)(ca,da,{initialState:{containers:{},containerDestinations:{}},actions:{},controls:{},reducer:function(e,{type:t}){return e},resolvers:ga,selectors:ua}),pa=(ma.initialState,ma.actions,ma.controls,ma.reducer,ma.resolvers,ma.selectors,ma),ya=(0,li.U)({baseName:"getKeyEvents",controlCallback:()=>(0,ri.get)("modules",T.L1,"key-events",{}),reducerCallback:(0,a.createReducer)((e,t)=>{e.keyEvents=t})}),Ia={keyEvents:void 0},ha={*getKeyEvents(){(yield a.commonActions.getRegistry()).select(N.K9).getKeyEvents()||(yield ya.actions.fetchGetKeyEvents())}},Aa={getKeyEvents:e=>e.keyEvents},Ma=(0,a.combineStores)(ya,{initialState:Ia,resolvers:ha,selectors:Aa}),fa=(Ma.initialState,Ma.actions,Ma.controls,Ma.reducer,Ma.resolvers,Ma.selectors,Ma);var Sa=i(60460);const Na={selectors:{hasConversionReportingEvents:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=Array.isArray(i)?i:[i],s=e(N.K9).getDetectedEvents();return!!s?.length&&a.some(e=>s.includes(e))}),getConversionReportingEventsChange:(0,a.createRegistrySelector)(e=>()=>{const{getNewEvents:t,getLostEvents:i,getNewBadgeEvents:a}=e(N.K9),s=t(),o=i(),n=a();if(void 0!==s&&void 0!==o&&void 0!==n)return{newEvents:s,lostEvents:o,newBadgeEvents:n}}),hasNewConversionReportingEvents:(0,a.createRegistrySelector)(e=>()=>{const t=e(N.K9).getNewEvents();if(void 0!==t)return t.length>0}),hasLostConversionReportingEvents:(0,a.createRegistrySelector)(e=>()=>{const t=e(N.K9).getLostEvents();if(void 0!==t)return t.length>0}),haveConversionEventsForTailoredMetrics:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=i?e(N.K9).getConversionReportingEventsChange()?.newEvents:e(N.K9).getDetectedEvents(),s=e(f.oR).getAnswerBasedMetrics(),o=e(f.oR).getAnswerBasedMetrics(null,a);return o?.some((e,t)=>e!==s?.[t])}),haveLostEventsForCurrentMetrics:(0,a.createRegistrySelector)(e=>()=>{const t=e(N.K9).getKeyMetricsConversionEventWidgets(),i=e(f.oR).getKeyMetrics(),a=e(N.K9).getConversionReportingEventsChange()?.lostEvents;return a?.some(e=>t[e]?.some(e=>i?.includes(e)))}),getUserInputPurposeConversionEvents:(0,a.createRegistrySelector)(e=>()=>{const t=e(f.oR).getUserInputSettings(),i=t?.purpose?.values?.[0],a=Sa.oG[i],s=e(N.K9).getDetectedEvents();return a?.reduce((e,t)=>s?.includes(t)?[...e,t]:e,[])}),shouldIncludeConversionTailoredMetrics:(0,a.createRegistrySelector)(e=>()=>{if(!e(Le.i).isModuleConnected(T.L1))return[];const{haveConversionEventsForTailoredMetrics:t,getDetectedEvents:i}=e(N.K9);return t()&&i()||[]}),getKeyMetricsConversionEventWidgets(){const e=[f.HP,f.CQ,f.u_];return{purchase:[f.JF,f.YQ,f.HA],add_to_cart:[f.Xq,f.Vl],contact:e,submit_lead_form:e,generate_lead:e}},haveConversionEventsForUserPickedMetrics:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=e(N.K9).getKeyMetricsConversionEventWidgets(),s=e(f.oR).getUserPickedMetrics(),o=i?e(N.K9).getConversionReportingEventsChange()?.newEvents:e(N.K9).getDetectedEvents();return o?.some(e=>a[e]?.some(e=>!s?.includes(e)))}),haveConversionEventsWithDifferentMetrics:(0,a.createRegistrySelector)(e=>()=>{if(!e(Le.i).isModuleConnected(T.L1))return!1;const{getDetectedEvents:t,getConversionReportingEventsChange:i,haveConversionEventsForUserPickedMetrics:a,haveConversionEventsForTailoredMetrics:s,getKeyMetricsConversionEventWidgets:o}=e(N.K9),n=t(),r=i();if(!n?.length||!r?.newEvents?.length||(0,L.isEqual)((0,v.N9)(r?.newEvents),(0,v.N9)(n)))return!1;const l=n.filter(e=>N.fV.includes(e)),c=r.newEvents.filter(e=>N.fV.includes(e)),d=r.newEvents.filter(e=>!N.fV.includes(e));if(l.length>1&&c.length>0&&!d.length)return!1;const{getUserPickedMetrics:g,getKeyMetrics:u}=e(f.oR),m=g(),p=a(!0);if(m?.length&&!p)return!1;const y=o(),I=[];for(const e in y)r.newEvents.includes(e)&&I.push(...y[e]);const h=u(),A=I.every(e=>h?.includes(e));return!(!m?.length&&(s(!0)||A))})}},Ta=["parameterName","displayName","description","scope","disallowAdsPersonalization"],Da=(0,li.U)({baseName:"createCustomDimension",controlCallback:({propertyID:e,customDimension:t})=>(0,ri.set)("modules",T.L1,"create-custom-dimension",{propertyID:e,customDimension:t}),argsToParams:(e,t)=>({propertyID:e,customDimension:t}),validateParams:({propertyID:e,customDimension:t})=>{ni()((0,He.Hl)(e),"A valid GA4 propertyID is required."),ni()((0,L.isPlainObject)(t),"Custom dimension must be a plain object."),Object.keys(t).forEach(e=>{ni()(Ta.includes(e),`Custom dimension must contain only valid keys. Invalid key: "${e}"`)})}}),va=(0,li.U)({baseName:"syncAvailableCustomDimensions",controlCallback:()=>(0,ri.set)("modules",T.L1,"sync-custom-dimensions"),reducerCallback:(0,a.createReducer)((e,t)=>{e.settings=e.settings||{},e.settings.availableCustomDimensions=t})}),ja={customDimensionsBeingCreated:[],syncTimeoutID:void 0},_a="SET_CUSTOM_DIMENSIONS_BEING_CREATED",ba="SCHEDULE_SYNC_AVAILABLE_CUSTOM_DIMENSIONS",ka="SET_SYNC_TIMEOUT_ID",Ca={*createCustomDimensions(){const e=yield a.commonActions.getRegistry();yield a.commonActions.await(Promise.all([e.resolveSelect(N.K9).getSettings(),e.resolveSelect(f.oR).getKeyMetricsSettings(),e.resolveSelect(f.oR).getUserInputSettings()]));const t=e.select(f.oR).getKeyMetrics().flatMap(e=>{const t=K.G[e];return t?.requiredCustomDimensions||[]}),i=[...new Set(t)],s=e.select(N.K9).getAvailableCustomDimensions(),o=i.filter(e=>!s?.includes(e));if(!o.length)return;yield{type:_a,payload:{customDimensions:o}};const n=e.select(N.K9).getPropertyID();for(const t of o){const i=N.Cu[t];if(i){const{error:a}=yield Da.actions.fetchCreateCustomDimension(n,i);a||e.dispatch(N.K9).receiveIsCustomDimensionGatheringData(t,!0)}}o.length>0&&(yield va.actions.fetchSyncAvailableCustomDimensions()),yield{type:_a,payload:{customDimensions:[]}}},setSyncTimeoutID:e=>({payload:{syncTimeoutID:e},type:ka}),*scheduleSyncAvailableCustomDimensions(){yield{payload:{},type:ba}}},Ea={[ba]:(0,a.createRegistryControl)(({select:e,dispatch:t})=>()=>{const{getSyncTimeoutID:i,isFetchingSyncAvailableCustomDimensions:a}=e(N.K9),{fetchSyncAvailableCustomDimensions:s,setSyncTimeoutID:o}=t(N.K9),n=i(),r=a();if(n&&(clearTimeout(n),o(void 0)),r)return;const l=setTimeout(async()=>{await s(),o(void 0)},2e3);o(l)})},xa=(0,a.createReducer)((e,t)=>{switch(t.type){case _a:e.customDimensionsBeingCreated=t.payload.customDimensions;break;case ka:e.syncTimeoutID=t.payload.syncTimeoutID}}),wa={*getAvailableCustomDimensions(){const{select:e,resolveSelect:t}=yield a.commonActions.getRegistry(),{isAuthenticated:i,hasCapability:s}=e(f.oR);if(!(yield a.commonActions.await(t(Le.i).isModuleConnected(T.L1))))return;yield a.commonActions.await(t(N.K9).getSettings());!e(N.K9).getAvailableCustomDimensions()&&i()&&(yield a.commonActions.await(t(f.oR).getCapabilities()),s(f.HD)&&(yield va.actions.fetchSyncAvailableCustomDimensions()))}},Ra={hasCustomDimensions:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=Array.isArray(i)?i:[i],s=e(N.K9).getAvailableCustomDimensions();if(null!=s)return!!s&&a.every(e=>s.includes(e))}),isCreatingCustomDimension:(e,t)=>!!e?.customDimensionsBeingCreated.includes(t),getCreateCustomDimensionError:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=e(N.K9).getPropertyID();return e(N.K9).getErrorForAction("createCustomDimension",[a,N.Cu[i]])}),isSyncingAvailableCustomDimensions:(0,a.createRegistrySelector)(e=>t=>e(N.K9).isFetchingSyncAvailableCustomDimensions()||!!t?.syncTimeoutID),getSyncTimeoutID:e=>e?.syncTimeoutID},La=(0,a.combineStores)(Da,va,{initialState:ja,actions:Ca,resolvers:wa,controls:Ea,reducer:xa,selectors:Ra}),Ga=(La.initialState,La.actions,La.controls,La.reducer,La.resolvers,La.selectors,La),za="RECEIVE_CUSTOM_DIMENSION_GATHERING_DATA",Za=(0,li.U)({baseName:"saveCustomDimensionDataAvailableState",controlCallback:({customDimension:e})=>(0,ri.set)("modules",T.L1,"custom-dimension-data-available",{customDimension:e}),argsToParams:e=>({customDimension:e}),validateParams:({customDimension:e})=>{ni()("string"==typeof e&&e.length>0,"customDimension must be a non-empty string.")}}),Pa={customDimensionsGatheringData:Object.keys(N.Cu).reduce((e,t)=>({...e,[t]:void 0}),{})},Oa={receiveIsCustomDimensionGatheringData:(e,t)=>(ni()("string"==typeof e&&e.length>0,"customDimension must be a non-empty string."),ni()("boolean"==typeof t,"gatheringData must be a boolean."),{payload:{customDimension:e,gatheringData:t},type:za}),*checkCustomDimensionDataAvailability(e){const{select:t,resolveSelect:i}=yield a.commonActions.getRegistry();if(yield a.commonActions.await(i(N.K9).getSettings()),!t(N.K9).hasCustomDimensions(e))return void(yield Oa.receiveIsCustomDimensionGatheringData(e,!0));if(yield a.commonActions.await(i(f.oR).getAuthentication()),!t(f.oR).isAuthenticated())return void(yield Oa.receiveIsCustomDimensionGatheringData(e,!0));const s=yield a.commonActions.await(i(N.K9).getDataAvailabilityReportOptions(e));if(!s)return void(yield Oa.receiveIsCustomDimensionGatheringData(e,!0));const o=yield a.commonActions.await(i(N.K9).getReport(s)),n=!!t(N.K9).getErrorForSelector("getReport",[s])||!o?.rows?.length;yield Oa.receiveIsCustomDimensionGatheringData(e,n),n||(yield Za.actions.fetchSaveCustomDimensionDataAvailableState(e))}},Ba=(0,a.createReducer)((e,{type:t,payload:i})=>{switch(t){case za:{const{customDimension:t,gatheringData:a}=i;e.customDimensionsGatheringData[t]=a;break}}}),Wa={*isCustomDimensionGatheringData(e){const t=yield a.commonActions.getRegistry();if(void 0!==t.select(N.K9).isCustomDimensionGatheringData(e))return;yield a.commonActions.await(t.resolveSelect(N.K9).getModuleData());const i=t.select(N.K9).getCustomDimensionsDataAvailable()?.[e];i?yield Oa.receiveIsCustomDimensionGatheringData(e,!1):yield Oa.checkCustomDimensionDataAvailability(e)},*getDataAvailabilityReportOptions(){const{resolveSelect:e}=yield a.commonActions.getRegistry();yield a.commonActions.await(e(N.K9).getPropertyCreateTime())}},Ua={isCustomDimensionGatheringData:(e,t)=>e.customDimensionsGatheringData[t],areCustomDimensionsGatheringData:(0,a.createRegistrySelector)(e=>(t,i)=>{const{isCustomDimensionGatheringData:a}=e(N.K9);for(const e of[void 0,!0])if(i.some(t=>a(t)===e))return e;return!1}),getDataAvailabilityReportOptions:(0,a.createRegistrySelector)(e=>(t,i)=>{ni()(i,"customDimension is required.");if(!e(N.K9).getPropertyID())return;const a=e(N.K9).getPropertyCreateTime();if(!a)return;const s=e(f.oR).getReferenceDate();return{startDate:(0,v.sq)(new Date(a)),endDate:s,dimensions:[`customEvent:${i}`],dimensionFilters:{[`customEvent:${i}`]:{filterType:"emptyFilter",notExpression:!0}},metrics:[{name:"eventCount"}],limit:1,reportID:"analytics-4_get-data-availability-report-options_store:selector"}}),getDataAvailabilityReportErrors:(0,a.createRegistrySelector)(e=>(t,i)=>{ni()(i,"customDimensions is required."),ni()(Array.isArray(i),"customDimensions must be an array.");const{getDataAvailabilityReportOptions:a,getErrorForSelector:s}=e(N.K9);return i.reduce((e,t)=>{const i=a(t);if(!i)return e;const o=s("getReport",[i]);return o?{...e,[t]:o}:e},{})})},Va=(0,a.combineStores)(Za,{actions:Oa,controls:{},initialState:Pa,reducer:Ba,resolvers:Wa,selectors:Ua}),Fa=(Va.initialState,Va.actions,Va.controls,Va.reducer,Va.resolvers,Va.selectors,Va);var Ha=i(78913);const Ka=["name","streamEnabled","scrollsEnabled","outboundClicksEnabled","siteSearchEnabled","videoEngagementEnabled","fileDownloadsEnabled","pageChangesEnabled","formInteractionsEnabled","searchQueryParameter","uriQueryParameter"];function Ya(e){ni()((0,L.isPlainObject)(e),"Enhanced measurement settings must be an object."),Object.keys(e).forEach(e=>{ni()(Ka.includes(e),`Enhanced measurement settings must contain only valid keys. Invalid key: "${e}"`)})}const Qa=(0,a.createReducer)((e,t,{propertyID:i,webDataStreamID:a})=>{e.enhancedMeasurement[i]||(e.enhancedMeasurement[i]={}),e.enhancedMeasurement[i][a]||(e.enhancedMeasurement[i][a]={}),e.enhancedMeasurement[i][a].settings=t,e.enhancedMeasurement[i][a].savedSettings=t}),Ja=(0,li.U)({baseName:"getEnhancedMeasurementSettings",controlCallback:({propertyID:e,webDataStreamID:t})=>(0,ri.get)("modules",T.L1,"enhanced-measurement-settings",{propertyID:e,webDataStreamID:t},{useCache:!1}),reducerCallback:Qa,argsToParams:(e,t)=>({propertyID:e,webDataStreamID:t}),validateParams({propertyID:e,webDataStreamID:t}={}){ni()((0,He.Hl)(e),"A valid GA4 propertyID is required."),ni()((0,He.OS)(t),"A valid GA4 webDataStreamID is required.")}}),qa=(0,li.U)({baseName:"updateEnhancedMeasurementSettings",controlCallback:({propertyID:e,webDataStreamID:t,enhancedMeasurementSettings:i})=>(0,ri.set)("modules",T.L1,"enhanced-measurement-settings",{propertyID:e,webDataStreamID:t,enhancedMeasurementSettings:i}),reducerCallback:Qa,argsToParams:(e,t,i)=>({propertyID:e,webDataStreamID:t,enhancedMeasurementSettings:i}),validateParams:({propertyID:e,webDataStreamID:t,enhancedMeasurementSettings:i})=>{ni()((0,He.Hl)(e),"A valid GA4 propertyID is required."),ni()((0,He.OS)(t),"A valid GA4 webDataStreamID is required."),Ya(i)}}),Xa="SET_ENHANCED_MEASUREMENT_SETTINGS",$a="RESET_ENHANCED_MEASUREMENT_SETTINGS",es={setEnhancedMeasurementSettings:(e,t,i)=>(ni()((0,He.Hl)(e),"A valid GA4 propertyID is required."),ni()((0,He.OS)(t),"A valid GA4 webDataStreamID is required."),Ya(i),{type:Xa,payload:{propertyID:e,webDataStreamID:t,settings:i}}),setEnhancedMeasurementStreamEnabled:(0,di.$C)(({propertyID:e,webDataStreamID:t,enabled:i})=>{ni()((0,He.Hl)(e),"A valid GA4 propertyID is required."),ni()((0,He.OS)(t),"A valid GA4 webDataStreamID is required."),ni()(void 0!==i,"enabled is required."),ni()("boolean"==typeof i,"enabled must be a boolean.")},function*({propertyID:e,webDataStreamID:t,enabled:i}){const s=yield a.commonActions.getRegistry(),o=yield a.commonActions.await(s.resolveSelect(N.K9).getEnhancedMeasurementSettings(e,t));if(!o)return null;const n=i||null,r={...o,streamEnabled:n};return yield a.commonActions.await(s.dispatch(N.K9).setEnhancedMeasurementSettings(e,t,r))}),resetEnhancedMeasurementSettings:()=>({type:$a,payload:{}}),updateEnhancedMeasurementSettings:(0,di.$C)((e,t)=>{ni()((0,He.Hl)(e),"A valid GA4 propertyID is required."),ni()((0,He.OS)(t),"A valid GA4 webDataStreamID is required.")},function*(e,t){const i=yield a.commonActions.getRegistry(),s=yield a.commonActions.await(i.resolveSelect(N.K9).getEnhancedMeasurementSettings(e,t));return s?yield qa.actions.fetchUpdateEnhancedMeasurementSettings(e,t,s):null})},ts=(0,a.createReducer)((e,{type:t,payload:i})=>{switch(t){case Xa:{const{propertyID:t,webDataStreamID:a,settings:s}=i;e.enhancedMeasurement[t]||(e.enhancedMeasurement[t]={}),e.enhancedMeasurement[t][a]||(e.enhancedMeasurement[t][a]={}),e.enhancedMeasurement[t][a].settings=s;break}case $a:for(const t in e.enhancedMeasurement)for(const i in e.enhancedMeasurement[t]){const a=e.enhancedMeasurement[t][i];a.savedSettings?a.settings=a.savedSettings:delete e.enhancedMeasurement[t][i]}}}),is={*getEnhancedMeasurementSettings(e,t){void 0===(yield a.commonActions.getRegistry()).select(N.K9).getEnhancedMeasurementSettings(e,t)&&(yield Ja.actions.fetchGetEnhancedMeasurementSettings(e,t))},*isEnhancedMeasurementStreamAlreadyEnabled(e,t){void 0===(yield a.commonActions.getRegistry()).select(N.K9).isEnhancedMeasurementStreamAlreadyEnabled(e,t)&&(yield Ja.actions.fetchGetEnhancedMeasurementSettings(e,t))}},as={getEnhancedMeasurementSettings:(e,t,i)=>e.enhancedMeasurement[t]?.[i]?.settings,isEnhancedMeasurementStreamEnabled:(0,Ha.N)(e=>(t,i,a)=>{const s=e(N.K9).getEnhancedMeasurementSettings(i,a);if(void 0!==s)return!!s.streamEnabled}),isEnhancedMeasurementStreamAlreadyEnabled(e,t,i){const{savedSettings:a}=e.enhancedMeasurement[t]?.[i]||{};if(void 0!==a)return!!a.streamEnabled},haveEnhancedMeasurementSettingsChanged(e,t,i){const{settings:a,savedSettings:s}=e.enhancedMeasurement[t]?.[i]||{};return!(0,L.isEqual)(a,s)},haveAnyGA4SettingsChanged:(0,Ha.N)(e=>()=>{const{getPropertyID:t,getWebDataStreamID:i,haveEnhancedMeasurementSettingsChanged:a,haveSettingsChanged:s}=e(N.K9);if(s())return!0;const o=t(),n=i();return!!((0,He.Hl)(o)&&(0,He.OS)(n)&&a(o,n))})},ss=(0,a.combineStores)(Ja,qa,{initialState:{enhancedMeasurement:{}},actions:es,controls:{},reducer:ts,resolvers:is,selectors:as}),os=(ss.initialState,ss.actions,ss.controls,ss.reducer,ss.resolvers,ss.selectors,ss),ns=(0,li.U)({baseName:"saveResourceDataAvailabilityDate",controlCallback:({resourceSlug:e,resourceType:t,date:i})=>(0,ri.set)("modules",T.L1,"save-resource-data-availability-date",{resourceSlug:e,resourceType:t,date:i}),argsToParams:(e,t,i)=>({resourceSlug:e,resourceType:t,date:i}),validateParams:({resourceSlug:e,resourceType:t,date:i})=>{ni()("string"==typeof e&&e.length>0,"resourceSlug must be a non-empty string."),ni()(N.Rx.includes(t),"resourceType must be a valid resource type."),ni()(Number.isInteger(i),"date must be an integer.")}}),rs={*getResourceDataAvailabilityDate(e,t){const{dispatch:i,select:s,resolveSelect:o}=yield a.commonActions.getRegistry();if(void 0!==s(N.K9).getResourceDataAvailabilityDate(e,t))return;yield a.commonActions.await(o(N.K9).getModuleData());if(void 0===s(N.K9).getResourceDataAvailabilityDates()[t][e]){switch(yield a.commonActions.await(Promise.all([o(N.K9).getSettings(),o(N.K9).getAudienceSettings()])),t){case N.dq:if(yield a.commonActions.await(o(N.K9).getOrSyncAvailableAudiences()),!s(N.K9).hasAudiences(e))return;break;case N.Vt:if(!s(N.K9).hasCustomDimensions(e))return;break;case N._p:if(s(N.K9).getPropertyID()!==e)return;break;default:return}if(yield a.commonActions.await(o(f.oR).getAuthentication()),!s(f.oR).isAuthenticated())return void(yield i(N.K9).setResourceDataAvailabilityDate(e,t,0));const n=yield a.commonActions.await(o(N.K9).getPartialDataReportOptions(e,t));if(!n)return;const r=yield a.commonActions.await(o(N.K9).getReport(n));if(!!!s(N.K9).getErrorForSelector("getReport",[n])&&r?.rows?.[0]?.dimensionValues?.[0]?.value?.length){const a=Number(r.rows[0].dimensionValues[0].value);yield i(N.K9).setResourceDataAvailabilityDate(e,t,a),yield ns.actions.fetchSaveResourceDataAvailabilityDate(e,t,a)}else yield i(N.K9).setResourceDataAvailabilityDate(e,t,0)}},*getPartialDataReportOptions(){const{resolveSelect:e}=yield a.commonActions.getRegistry();yield a.commonActions.await(e(N.K9).getPropertyCreateTime())}},ls={getResourceDataAvailabilityDate:(0,a.createRegistrySelector)(e=>(t,i,a)=>e(N.K9).getModuleData()?.resourceAvailabilityDates?.[a]?.[i]),isResourcePartialData:(0,a.createRegistrySelector)(e=>(t,i,a)=>{ni()("string"==typeof i&&i.length>0,"resourceSlug must be a non-empty string."),ni()(N.Rx.includes(a),"resourceType must be a valid resource type.");const s=e(N.K9).isGatheringData();if(void 0===s)return;if(s)return!0;const o=e(N.K9).getResourceDataAvailabilityDate(i,a);if(void 0===o)return;if(0===o)return!0;const{startDate:n}=e(f.oR).getDateRangeDates({offsetDays:N.f2});return o>Number(n.replace(/-/g,""))}),isAudiencePartialData:(0,a.createRegistrySelector)(e=>(t,i)=>e(N.K9).isResourcePartialData(i,N.dq)),isCustomDimensionPartialData:(0,a.createRegistrySelector)(e=>(t,i)=>e(N.K9).isResourcePartialData(i,N.Vt)),isPropertyPartialData:(0,a.createRegistrySelector)(e=>(t,i)=>e(N.K9).isResourcePartialData(i,N._p)),getPartialDataReportOptions:(0,a.createRegistrySelector)(e=>(t,i,a)=>{if(!e(N.K9).getPropertyID())return;const s=e(N.K9).getPropertyCreateTime();if(!s)return;const o=(0,v.sq)(new Date(s)),n=e(f.oR).getReferenceDate();switch(a){case N.dq:return{startDate:o,endDate:n,dimensions:["date","audienceResourceName"],dimensionFilters:{audienceResourceName:i},metrics:["totalUsers"],orderby:[{dimension:{dimensionName:"date"}}],limit:1,reportID:"analytics-4_get-partial-data-report-options_store:selector_RESOURCE_TYPE_AUDIENCE"};case N.Vt:return{startDate:o,endDate:n,dimensions:["date",`customEvent:${i}`],metrics:["eventCount"],limit:1,reportID:"analytics-4_get-partial-data-report-options_store:selector_RESOURCE_TYPE_CUSTOM_DIMENSION"};case N._p:return{startDate:o,endDate:n,dimensions:["date"],metrics:["totalUsers"],limit:1,reportID:"analytics-4_get-partial-data-report-options_store:selector_RESOURCE_TYPE_PROPERTY"};default:return}})},cs=(0,a.combineStores)(ns,{actions:{},controls:{},resolvers:rs,selectors:ls}),ds=(cs.initialState,cs.actions,cs.controls,cs.reducer,cs.resolvers,cs.selectors,cs);var gs=i(88327),us=i(21134);const ms=(0,li.U)({baseName:"getProperty",controlCallback:({propertyID:e})=>(0,ri.get)("modules",T.L1,"property",{propertyID:e},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t,{propertyID:i})=>{e.propertiesByID=e.propertiesByID||{},e.propertiesByID[i]=t}),argsToParams:e=>({propertyID:e}),validateParams({propertyID:e}={}){ni()(e,"propertyID is required.")}}),ps=(0,li.U)({baseName:"getProperties",controlCallback:({accountID:e})=>(0,ri.get)("modules",T.L1,"properties",{accountID:e},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t,{accountID:i})=>{e.properties=e.properties||{},e.propertiesByID=e.propertiesByID||{},e.properties[i]=t;for(const i of t)e.propertiesByID[i._id]=i}),argsToParams:e=>({accountID:e}),validateParams({accountID:e}={}){ni()(e,"accountID is required.")}}),ys=(0,li.U)({baseName:"createProperty",controlCallback:({accountID:e})=>(0,ri.set)("modules",T.L1,"create-property",{accountID:e}),reducerCallback:(0,a.createReducer)((e,t,{accountID:i})=>{e.properties=e.properties||{},e.properties[i]||(e.properties[i]=[]),e.properties[i].push(t)}),argsToParams:e=>({accountID:e}),validateParams({accountID:e}={}){ni()(e,"accountID is required.")}}),Is=(0,li.U)({baseName:"getGoogleTagSettings",controlCallback:({measurementID:e})=>(0,ri.get)("modules",T.L1,"google-tag-settings",{measurementID:e}),reducerCallback:(0,a.createReducer)((e,t,{measurementID:i})=>{e.googleTagSettings||(e.googleTagSettings={}),e.googleTagSettings[i]=t}),argsToParams:e=>({measurementID:e}),validateParams({measurementID:e}={}){ni()(e,"measurementID is required.")}}),hs=(0,li.U)({baseName:"setGoogleTagIDMismatch",controlCallback:({hasMismatchedTag:e})=>(0,ri.set)("modules",T.L1,"set-google-tag-id-mismatch",{hasMismatchedTag:e}),reducerCallback:(0,a.createReducer)((e,t)=>{e.moduleData||(e.moduleData={}),e.moduleData.hasMismatchedTag=!!t}),argsToParams:e=>({hasMismatchedTag:e}),validateParams({hasMismatchedTag:e}={}){ni()((0,L.isBoolean)(e),"hasMismatchedTag must be boolean.")}}),As=(0,li.U)({baseName:"setIsWebDataStreamUnavailable",controlCallback:({isWebDataStreamUnavailable:e})=>(0,ri.set)("modules",T.L1,"set-is-web-data-stream-unavailable",{isWebDataStreamUnavailable:e}),reducerCallback:(0,a.createReducer)((e,t)=>{e.moduleData.isWebDataStreamUnavailable=!!t}),argsToParams:e=>({isWebDataStreamUnavailable:e}),validateParams({isWebDataStreamUnavailable:e}={}){ni()((0,L.isBoolean)(e),"isWebDataStreamUnavailable must be boolean.")}}),Ms="MATCHING_ACCOUNT_PROPERTY",fs="SET_HAS_MISMATCHED_GOOGLE_TAG_ID",Ss={createProperty:e=>(ni()(e,"accountID is required."),function*(){const{dispatch:t}=yield a.commonActions.getRegistry(),{response:i,error:s}=yield ys.actions.fetchCreateProperty(e);return i&&(yield t(N.K9).resetAccountSummaries()),{response:i,error:s}}()),selectProperty:(0,di.$C)(e=>{ni()((0,He.mh)(e),"A valid propertyID selection is required.")},function*(e){const t=yield a.commonActions.getRegistry(),{setPropertyCreateTime:i,setSettings:s,setWebDataStreamID:o,updateSettingsForMeasurementID:n}=t.dispatch(N.K9);if(s({propertyID:e,propertyCreateTime:0}),n(""),N.to===e)return void o(N.Oh);if(o(""),e){const s=yield a.commonActions.await(t.resolveSelect(N.K9).getProperty(e));s?.createTime&&i(s.createTime)}let r=yield a.commonActions.await(t.resolveSelect(N.K9).getMatchingWebDataStreamByPropertyID(e));if(!r){const i=t.select(N.K9).getWebDataStreams(e);i?.length&&(r=i[0])}if(r)return o(r._id),void n(r.webStreamData.measurementId);o(N.Oh)}),*findMatchedProperty(){const e=yield a.commonActions.getRegistry(),t=yield a.commonActions.await(e.resolveSelect(N.K9).getAccountSummaries());if(!Array.isArray(t)||0===t.length)return null;const i=e.select(C.O4).getReferenceSiteURL(),s=t.reduce((e,{propertySummaries:t})=>[...e,...(t||[]).map(({_id:e})=>e)],[]);return yield a.commonActions.await(e.dispatch(N.K9).matchPropertyByURL(s,i))},*matchAccountProperty(e){const t=yield a.commonActions.getRegistry(),i=t.select(C.O4).getReferenceSiteURL(),s=yield a.commonActions.await(t.resolveSelect(N.K9).getPropertySummaries(e));return yield Ss.matchPropertyByURL((s||[]).map(({_id:e})=>e),i)},*matchAndSelectProperty(e,t=""){yield{payload:{isMatchingAccountProperty:!0},type:Ms};const i=yield Ss.matchAccountProperty(e),a=i?._id||t;return a&&(yield Ss.selectProperty(a)),yield{payload:{isMatchingAccountProperty:!1},type:Ms},i},*matchPropertyByURL(e,t){const i=yield a.commonActions.getRegistry(),s=(Array.isArray(t)?t:[t]).filter(e=>"string"==typeof e).map(v.dc);for(let t=0;t<e.length;t+=N.kc){const o=e.slice(t,t+N.kc),n=yield a.commonActions.await(i.resolveSelect(N.K9).getWebDataStreamsBatch(o));for(const e in n)for(const t of n[e])for(const o of s)if(o===(0,v.dc)(t.webStreamData?.defaultUri))return yield a.commonActions.await(i.resolveSelect(N.K9).getProperty(e))}return null},*matchPropertyByMeasurementID(e,t){const i=yield a.commonActions.getRegistry(),s=Array.isArray(t)?t:[t];for(let t=0;t<e.length;t+=N.kc){const o=e.slice(t,t+N.kc),n=yield a.commonActions.await(i.resolveSelect(N.K9).getWebDataStreamsBatch(o));for(const e in n)for(const t of n[e])for(const o of s)if(o===t.webStreamData?.measurementId)return yield a.commonActions.await(i.resolveSelect(N.K9).getProperty(e))}return null},*updateSettingsForMeasurementID(e){const{select:t,dispatch:i,resolveSelect:s}=yield a.commonActions.getRegistry();if(!e)return void i(N.K9).setSettings({measurementID:e,googleTagAccountID:"",googleTagContainerID:"",googleTagID:""});if(i(N.K9).setMeasurementID(e),yield a.commonActions.await(s(f.oR).getAuthentication()),!t(f.oR).hasScope(gs.mZ))return;const o=yield a.commonActions.await(s(N.K9).getGoogleTagSettings(e));if(!o)return;const{googleTagAccountID:n,googleTagContainerID:r,googleTagID:l}=o;i(N.K9).setSettings({googleTagAccountID:n,googleTagContainerID:r,googleTagID:l})},*setHasMismatchedGoogleTagID(e){yield hs.actions.fetchSetGoogleTagIDMismatch(e)},*receiveHasMismatchGoogleTagID(e){return{type:fs,payload:{hasMismatchedTag:!!e}}},*setIsWebDataStreamUnavailable(e){return yield As.actions.fetchSetIsWebDataStreamUnavailable(e)},*syncGoogleTagSettings(){const{select:e,dispatch:t,resolveSelect:i}=yield a.commonActions.getRegistry();if(!e(f.oR).hasScope(gs.mZ))return;yield a.commonActions.await(i(Le.i).getModules());const{isModuleConnected:s}=e(Le.i);if(!s(T.L1))return;yield a.commonActions.await(i(N.K9).getSettings());const{getGoogleTagID:o,getMeasurementID:n,getGoogleTagLastSyncedAtMs:r,getGoogleTagAccountID:l,getGoogleTagContainerID:c}=e(N.K9),d=n();if(!d)return;const g=r(),u=Date.now();if(g&&u-g<1e3*v.Jg)return;t(N.K9).setGoogleTagLastSyncedAtMs(u);const m=o();if(m){const e=yield a.commonActions.await(i(N.K9).getGoogleTagContainer(d));yield Ss.setIsWebDataStreamUnavailable(!e),e&&!e.tagIds.includes(m)&&(yield Ss.setHasMismatchedGoogleTagID(!0))}else yield Ss.updateSettingsForMeasurementID(d);const p=l(),y=c(),I=yield a.commonActions.await(i(N.K9).getGoogleTagContainerDestinations(p,y))||[],h=I?.map(({destinationId:e})=>e);t(N.K9).setGoogleTagContainerDestinationIDs(h),t(N.K9).saveSettings()}},Ns=(0,a.createReducer)((e,{type:t,payload:i})=>{switch(t){case Ms:e.isMatchingAccountProperty=i.isMatchingAccountProperty;break;case fs:e.moduleData=e.moduleData||{},e.moduleData.hasMismatchedTag=i.hasMismatchedTag}}),Ts={*getProperties(e){if(!(0,He.HX)(e))return;void 0===(yield a.commonActions.getRegistry()).select(N.K9).getProperties(e)&&(yield ps.actions.fetchGetProperties(e))},*getProperty(e){void 0===(yield a.commonActions.getRegistry()).select(N.K9).getProperty(e)&&(yield ms.actions.fetchGetProperty(e))},*getPropertySummaries(e){const{resolveSelect:t}=yield a.commonActions.getRegistry();yield a.commonActions.await(t(N.K9).getAccountSummaries(e))},*getPropertyCreateTime(){const e=yield a.commonActions.getRegistry();yield a.commonActions.await(e.resolveSelect(N.K9).getSettings());const t=e.select(N.K9).getPropertyID();if(e.select(N.K9).getPropertyCreateTime()||!(0,He.Hl)(t))return;const i=yield a.commonActions.await((0,us.Gq)(`analytics4-properties-getPropertyCreateTime-${t}`));if(i.cacheHit)return void e.dispatch(N.K9).setPropertyCreateTime(i.value);const s=yield a.commonActions.await(e.resolveSelect(N.K9).getProperty(t));s?.createTime&&(yield a.commonActions.await((0,us.SO)(`analytics4-properties-getPropertyCreateTime-${t}`,s.createTime)),e.dispatch(N.K9).setPropertyCreateTime(s.createTime))},*getGoogleTagSettings(e){if(!e)return null;const t=(yield a.commonActions.getRegistry()).select(N.K9).getGoogleTagSettings(e);return void 0!==t?t:yield Is.actions.fetchGetGoogleTagSettings(e)}},Ds={getProperties:(e,t)=>e.properties[t],getProperty:(e,t)=>e.propertiesByID[t],getPropertySummaries:(0,Ha.N)(e=>(t,i)=>{const a=e(N.K9).getAccountSummaries();if(void 0===a)return;const s=a.find(e=>e._id===i);return s?s.propertySummaries:[]}),getGoogleTagSettings:(e,t)=>e.googleTagSettings?.[t],isMatchingAccountProperty:e=>e.isMatchingAccountProperty,isLoadingPropertySummaries:(0,Ha.N)(e=>()=>!e(N.K9).hasFinishedResolution("getAccountSummaries")||e(N.K9).isMatchingAccountProperty()||!1===e(N.K9).hasFinishedSelectingAccount())},vs=(0,a.combineStores)(ys,ps,ms,Is,hs,As,{initialState:{properties:{},propertiesByID:{},isMatchingAccountProperty:!1},actions:Ss,controls:{},reducer:Ns,resolvers:Ts,selectors:Ds}),js=(vs.initialState,vs.actions,vs.controls,vs.reducer,vs.resolvers,vs.selectors,vs);var _s=i(44314);const bs=(0,li.U)({baseName:"getReport",controlCallback:({options:e})=>(0,ri.get)("modules",T.L1,"report",(0,O.Aj)(e)),reducerCallback:(0,a.createReducer)((e,t,{options:i})=>{e.reports[(0,v.Zm)(i)]=t}),argsToParams:e=>({options:e}),validateParams:({options:e}={})=>(0,He.RE)(e)}),ks=(0,_s.d)(T.L1,{storeName:N.K9,dataAvailable:i.g._googlesitekitModulesData?.["data_available_analytics-4"],selectDataAvailability:(0,a.createRegistrySelector)(e=>()=>{const t=e(N.K9).hasZeroData(),i=e(N.K9).getSampleReportArgs();if(!e(N.K9).hasFinishedResolution("getReport",[i])||void 0===t)return;if(e(N.K9).getErrorForSelector("getReport",[i]))return null;if(!1===t)return!0;const a=e(f.oR).isAuthenticated();if(void 0===a)return;if(!a)return!1;const s=e(N.K9).getPropertyCreateTime();if(void 0===s)return;if(0===s)return!1;const o=e(f.oR).getReferenceDate();return!(s>(0,v.N_)(o,3*v.tt).getTime())})}),Cs={*getReport(e={}){(yield a.commonActions.getRegistry()).select(N.K9).getReport(e)||(yield bs.actions.fetchGetReport(e))}},Es={getReport(e,t){const{reports:i}=e;return i[(0,v.Zm)(t)]},getPageTitles:(0,a.createRegistrySelector)(e=>(t,i,{startDate:a,endDate:s}={})=>{if(!(0,L.isPlainObject)(i))return;const o=[],{dimensionHeaders:n,rows:r}=i;if(Array.isArray(n)&&Array.isArray(r)){const e=n.findIndex(({name:e})=>"pagePath"===e);r.forEach(({dimensionValues:t})=>{o.includes(t[e].value)||o.push(t[e].value)})}const l={};if(!o.length)return l;const c={startDate:a,endDate:s,dimensions:["pagePath","pageTitle"],dimensionFilters:{pagePath:o.sort()},metrics:[{name:"screenPageViews"}],orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:5*o.length,reportID:"analytics-4_get-page-titles_store:selector_options"},d=e(N.K9).getReport(c);return void 0!==d?((d?.rows||[]).forEach(({dimensionValues:e})=>{l[e[0].value]||(l[e[0].value]=e[1].value)}),o.forEach(e=>{l[e]||(l[e]=(0,g.__)("(unknown)","google-site-kit"))}),l):void 0}),hasZeroData:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=i||e(N.K9).getSampleReportArgs(),s=e(N.K9).getReport(a);if(!e(N.K9).hasFinishedResolution("getReport",[a]))return;return!!e(N.K9).getErrorForSelector("getReport",[a])||(0,O.H5)(s)}),getSampleReportArgs:(0,a.createRegistrySelector)(e=>()=>{const{compareStartDate:t,endDate:i}=e(f.oR).getDateRangeDates({compare:!0,offsetDays:N.f2}),a={dimensions:["date"],metrics:[{name:"totalUsers"}],startDate:t,endDate:i},s=e(C.O4).getCurrentEntityURL();return s&&(a.url=s),a}),getReportForAllAudiences:(0,a.createRegistrySelector)(e=>(t,i,a)=>a?.map(t=>{const a=e(N.K9).getPartialDataSiteKitAudience(t);if(void 0===a)return;const s={};return a?s.newVsReturning="new-visitors"===a.audienceSlug?"new":"returning":s.audienceResourceName=t,e(N.K9).getReport({...i,dimensionFilters:{...i.dimensionFilters,...s}})}))},xs=(0,a.combineStores)(bs,ks,{initialState:{reports:{}},resolvers:Cs,selectors:Es}),ws=(xs.initialState,xs.actions,xs.controls,xs.reducer,xs.resolvers,xs.selectors,xs);var Rs=i(99449);function Ls(e){ni()((0,L.isPlainObject)(e),"A valid details object is required.");const{metric:t,dimension:i}=e;if(ni()(!t||"string"==typeof t,"A valid metric string is required."),ni()(!i||"string"==typeof i,"A valid dimension string is required."),(0,L.isEmpty)(e))return{};const a={};return t&&(a[T.U9]=JSON.stringify([t])),i&&(a[T.Ok]=JSON.stringify([i])),a}function Gs(e){if(ni()((0,L.isPlainObject)(e),"A valid filters object is required."),ni()(Reflect.ownKeys(e).every(t=>{const i=e[t];return"string"==typeof t&&"string"==typeof i}),"A valid set of dimension names and values is required."),(0,L.isEmpty)(e))return{};const t=Object.entries(e).map(([e,t])=>({type:1,fieldName:e,evaluationType:1,expressionList:[t],complement:!1,isCaseSensitive:!0,expression:""}));return{[T.A_]:JSON.stringify(t)}}const zs={selectors:{getServiceURL:(0,a.createRegistrySelector)(e=>(t,{path:i,query:a}={})=>{let s="https://analytics.google.com/analytics/web/";if(a&&(s=(0,q.F)(s,a)),i){s=`${s}#${`/${i.replace(/^\//,"")}`}`}const o=e(f.oR).getAccountChooserURL(s);if(void 0!==o)return o}),getServiceReportURL:(0,a.createRegistrySelector)(e=>(t,i,a={})=>{ni()(i,"type is required to get a service report URL.");const s=e(N.K9).getPropertyID();if(!s)return;const{dates:o,details:n={},filters:r={},otherArgs:l={}}=a,c={[T.xR]:"maui",...o?(0,Rs.M)(o):{},...Ls(n),...Gs(r)},d=Object.entries(c).map(([e,t])=>`${e}=${t}`).join("&"),g=(0,q.F)(Ze.U`/p${s}/reports/explorer`,{params:d,r:i,...l});return e(N.K9).getServiceURL({query:{pli:1},path:g})}),getServiceEntityAccessURL:(0,a.createRegistrySelector)(e=>()=>{const t=e(N.K9).getAccountID(),i=e(N.K9).getPropertyID(),a=e(N.K9).getWebDataStreamID();if(t&&i&&a)return e(N.K9).getServiceURL({path:Ze.U`/a${t}p${i}/admin/streams/table/${a}`})})}};var Zs=i(31199);function Ps(){const e=[/__gaTracker\s*\(\s*['|"]create['|"]\s*,\s*['|"](G-[a-zA-Z0-9]+)['|"], ?['|"]auto['|"]\s*\)/i,/_gaq\.push\s*\(\s*\[\s*['|"][^_]*_setAccount['|"]\s*,\s*['|"](G-[a-zA-Z0-9]+)['|"]\s*],?\s*\)/i,/<amp-analytics\s+[^>]*type="gtag"[^>]*>[^<]*<script\s+type="application\/json">[^<]*"gtag_id"\s*:\s*"(G-[a-zA-Z0-9]+)"/i,/<amp-analytics\s+[^>]*type="googleanalytics"[^>]*>[^<]*<script\s+type="application\/json">[^<]*"account"\s*:\s*"(G-[a-zA-Z0-9]+)"/i];for(const t of["","www\\."])e.push(new RegExp(`<script\\s+[^>]*src=['|"]https?://${t}googletagmanager\\.com/gtag/js\\?id=(G-[a-zA-Z0-9]+)['|"][^>]*><\/script>`,"i"),new RegExp(`<script\\s+[^>]*src=['|"]https?://${t}googletagmanager\\.com/gtag/js\\?id=(G-[a-zA-Z0-9]+)['|"][^/]*/>`,"i"));for(const t of["__gaTracker","ga","gtag"])e.push(new RegExp(`${t}\\s*\\(\\s*['|"]create['|"]\\s*,\\s*['|"](G-[a-zA-Z0-9]+)['|"],\\s*['|"]auto['|"]\\s*\\)`,"i"),new RegExp(`${t}\\s*\\(\\s*['|"]config['|"]\\s*,\\s*['|"](G-[a-zA-Z0-9]+)['|"]\\s*\\)`,"i"));return e}Ps();const Os=(0,Zs.d)({storeName:N.K9,tagMatchers:Ps(),isValidTag:He.EW});Os.resolvers.getExistingTag=function*(){const e=yield a.commonActions.getRegistry();let t=e.select(N.K9).getExistingTag();if(void 0===t&&(t=yield Os.actions.fetchGetExistingTag()),null!==t){const i=yield a.commonActions.await(e.resolveSelect(N.K9).getGoogleTagContainer(t));i?.tagIds.includes(t)||(t=null)}e.dispatch(N.K9).receiveGetExistingTag(t)};const Bs=(0,a.combineStores)(Os),Ws=(Bs.initialState,Bs.actions,Bs.controls,Bs.reducer,Bs.resolvers,Bs.selectors,Bs),Us=(0,li.U)({baseName:"getWebDataStreams",controlCallback:({propertyID:e})=>(0,ri.get)("modules",T.L1,"webdatastreams",{propertyID:e},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t,{propertyID:i})=>{e.webdatastreams[i]=Array.isArray(t)?t:[]}),argsToParams:e=>({propertyID:e}),validateParams({propertyID:e}={}){ni()((0,He.Hl)(e),"A valid GA4 propertyID is required.")}}),Vs=(0,li.U)({baseName:"getWebDataStreamsBatch",controlCallback:({propertyIDs:e})=>(0,ri.get)("modules",T.L1,"webdatastreams-batch",{propertyIDs:e},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t)=>{e.webdatastreams={...e.webdatastreams,...t||{}}}),argsToParams:e=>({propertyIDs:e}),validateParams({propertyIDs:e}={}){ni()(Array.isArray(e),"GA4 propertyIDs must be an array."),e.forEach(e=>{ni()((0,He.Hl)(e),"A valid GA4 propertyID is required.")})}}),Fs=(0,li.U)({baseName:"createWebDataStream",controlCallback:({propertyID:e,displayName:t})=>(0,ri.set)("modules",T.L1,"create-webdatastream",{propertyID:e,displayName:t}),reducerCallback:(0,a.createReducer)((e,t,{propertyID:i})=>{e.webdatastreams[i]||(e.webdatastreams[i]=[]),e.webdatastreams[i].push(t)}),argsToParams:(e,t)=>({propertyID:e,displayName:t}),validateParams({propertyID:e,displayName:t}={}){ni()((0,He.Hl)(e),"A valid GA4 propertyID is required."),ni()((0,He.uv)(t),"A valid web data stream name is required.")}}),Hs={createWebDataStream:(0,di.$C)((e,t)=>{ni()(e,"GA4 propertyID is required."),ni()(t,"Web data stream name is required.")},function*(e,t){const{response:i,error:a}=yield Fs.actions.fetchCreateWebDataStream(e,t);return{response:i,error:a}}),*matchWebDataStream(e){const t=yield a.commonActions.getRegistry();return yield a.commonActions.await(t.resolveSelect(N.K9).getMatchingWebDataStreamByPropertyID(e))}};function*Ks(e){const{resolveSelect:t}=yield a.commonActions.getRegistry();yield a.commonActions.await(t(N.K9).getWebDataStreams(e))}const Ys={*getWebDataStreams(e){if(!(0,He.Hl)(e))return;void 0===(yield a.commonActions.getRegistry()).select(N.K9).getWebDataStreams(e)&&(yield Us.actions.fetchGetWebDataStreams(e))},*getWebDataStreamsBatch(e){const t=(yield a.commonActions.getRegistry()).select(N.K9).getWebDataStreamsBatch(e)||{},i=Object.keys(t),s=(0,L.difference)(e,i);if(s.length>0)for(let e=0;e<s.length;e+=N.kc){const t=s.slice(e,e+N.kc);yield Vs.actions.fetchGetWebDataStreamsBatch(t)}},getMatchingWebDataStreamByPropertyID:Ks,doesWebDataStreamExist:Ks},Qs={getWebDataStreams:(e,t)=>e.webdatastreams[t],getMatchingWebDataStream:(0,a.createRegistrySelector)(e=>(t,i)=>e(N.K9).getMatchingWebDataStreams(i)[0]||null),getMatchingWebDataStreams:(0,a.createRegistrySelector)(e=>(t,i)=>{ni()(Array.isArray(i),"datastreams must be an array.");const a=[];for(const t of i)e(C.O4).isSiteURLMatch(t.webStreamData?.defaultUri)&&a.push(t);return a}),getMatchingWebDataStreamByPropertyID:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=e(N.K9).getWebDataStreams(i);if(void 0===a)return;return e(N.K9).getMatchingWebDataStream(a)||null}),getWebDataStreamsBatch:(e,t)=>(0,L.pick)(e.webdatastreams,t),getMatchedMeasurementIDsByPropertyIDs:(0,a.createRegistrySelector)(e=>(t,i)=>{ni()(Array.isArray(i)&&i?.length,"propertyIDs must be an array containing GA4 propertyIDs."),i.forEach(e=>{ni()((0,He.Hl)(e),"A valid GA4 propertyID is required.")});const a=e(N.K9).getWebDataStreamsBatch(i);if(void 0!==a)return i.reduce((t,i)=>{if(!a[i]?.length)return t;const s=e(N.K9).getMatchingWebDataStream(a[i]);if(!s)return t;const o=s.webStreamData.measurementId;return{...t,[i]:o}},{})}),getAnalyticsConfigByMeasurementIDs:(0,a.createRegistrySelector)(e=>(t,i)=>{const a=Array.isArray(i)?i:[i];let s=e(N.K9).getAccountSummaries();if(!Array.isArray(s))return;const o=e(N.K9).getAccountID();s=[...s].sort(({_id:e})=>e===o?-1:0);const n={},r=[];if(s.forEach(({_id:e,propertySummaries:t=[]})=>{t.forEach(({_id:t})=>{r.push(t),n[t]={accountID:e,propertyID:t}})}),0===r.length)return null;const l=e(N.K9).getWebDataStreamsBatch(r);if(!e(N.K9).hasFinishedResolution("getWebDataStreamsBatch",[r]))return;let c;for(const t in l)if(l[t]?.length)for(const i of l[t]){const{_id:s,webStreamData:o}=i,{defaultUri:r,measurementId:l}=o;if(!a.includes(l))continue;const d={...n[t],webDataStreamID:s,measurementID:l};if(c||(c=d),1===a.length||e(C.O4).isSiteURLMatch(r))return d}return c||null}),isLoadingWebDataStreams:(0,a.createRegistrySelector)(e=>(t,{hasModuleAccess:i})=>{if(!e(N.K9).hasFinishedResolution("getAccountSummaries"))return!0;const a=e(N.K9).getPropertyID();return!(!(0,He.Hl)(a)||!i||e(N.K9).hasFinishedResolution("getWebDataStreams",[a]))||(!1===e(N.K9).hasFinishedSelectingAccount()||(!!e(N.K9).isMatchingAccountProperty()||e(N.K9).isResolving("getProperty",[a])))}),doesWebDataStreamExist:(0,a.createRegistrySelector)(e=>(t,i,a)=>{ni()((0,He.Hl)(i),"A valid GA4 propertyID is required.");const s=e(N.K9).getWebDataStreams(i);if(void 0!==s)return s.some(({displayName:e})=>e===a)})},Js=(0,a.combineStores)(Us,Vs,Fs,{initialState:{webdatastreams:{}},actions:Hs,controls:{},resolvers:Ys,selectors:Qs}),qs=(Js.initialState,Js.actions,Js.controls,Js.reducer,Js.resolvers,Js.selectors,Js);function Xs(e){return(0,a.createRegistrySelector)(t=>()=>(t(N.K9).getModuleData()||[])[e])}const $s="RECEIVE_MODULE_DATA",eo="SET_RESOURCE_DATA_AVAILABILITY_DATE",to={moduleData:{newEvents:void 0,lostEvents:void 0,newBadgeEvents:void 0,hasMismatchedTag:void 0,isWebDataStreamUnavailable:void 0,resourceAvailabilityDates:void 0}},io={receiveModuleData:e=>(ni()(e,"data is required."),{payload:e,type:$s}),setResourceDataAvailabilityDate:(e,t,i)=>(ni()("string"==typeof e&&e.length>0,"resourceSlug must be a non-empty string."),ni()(N.Rx.includes(t),"resourceType must be a valid resource type."),ni()(Number.isInteger(i),"date must be an integer."),{payload:{resourceSlug:e,resourceType:t,date:i},type:eo})},ao=(0,a.createReducer)((e,{payload:t,type:i})=>{switch(i){case $s:{const{tagIDMismatch:i,resourceAvailabilityDates:a,customDimensionsDataAvailable:s,newEvents:o,lostEvents:n,newBadgeEvents:r,isWebDataStreamUnavailable:l}=t,c={hasMismatchedTag:!!i,resourceAvailabilityDates:Object.entries(a||{}).reduce((e,[t,i])=>({...e,[t]:Array.isArray(i)?{}:i}),{}),customDimensionsDataAvailable:s,newEvents:o,lostEvents:n,newBadgeEvents:r,isWebDataStreamUnavailable:l};e.moduleData=c;break}case eo:{const{resourceSlug:i,resourceType:a,date:s}=t;void 0===e.moduleData.resourceAvailabilityDates&&(e.moduleData.resourceAvailabilityDates={}),void 0===e.moduleData.resourceAvailabilityDates[a]&&(e.moduleData.resourceAvailabilityDates[a]={}),e.moduleData.resourceAvailabilityDates[a][i]=s;break}}}),so={*getModuleData(){const{resolveSelect:e}=yield a.commonActions.getRegistry(),t=yield a.commonActions.await(e(Le.i).getModuleInlineData(T.L1));t&&(yield io.receiveModuleData(t))}},oo={getModuleData:e=>e.moduleData,hasMismatchedGoogleTagID:Xs("hasMismatchedTag"),getResourceDataAvailabilityDates:Xs("resourceAvailabilityDates"),getCustomDimensionsDataAvailable:Xs("customDimensionsDataAvailable"),getNewEvents:Xs("newEvents"),getLostEvents:Xs("lostEvents"),getNewBadgeEvents:Xs("newBadgeEvents"),isWebDataStreamUnavailable:Xs("isWebDataStreamUnavailable")},no={initialState:to,actions:io,reducer:ao,resolvers:so,selectors:oo};var ro=i(64067);const lo=(0,a.combineStores)(bi,Oi,ia,la,no,pa,fa,Na,(0,ro.k)(N.K9),Ga,Fa,os,ds,js,ws,oa,zs,Ws,qs);lo.initialState,lo.actions,lo.controls,lo.reducer,lo.resolvers,lo.selectors;const co={[ii.Z]:{Component:ii.A,priority:dt.FQ.SETUP_CTA_LOW,areaSlug:dt.bI.DASHBOARD_TOP,groupID:dt.He.SETUP_CTAS,viewContexts:[ei.jU],checkRequirements:async({select:e,resolveSelect:t})=>{if(!await t(Le.i).isModuleConnected(T.L1))return!1;await Promise.all([t(Le.i).isModuleConnected(T.L1),e(f.oR).getUserAudienceSettings(),e(N.K9).isGatheringData(),t(N.K9).getAudienceSettings()]);const i=e(f.oR).getConfiguredAudiences(),a=e(N.K9).isDataAvailableOnLoad();return!(null!==e(N.K9).getAudienceSegmentationSetupCompletedBy()||void 0===i||i?.length||!a)},isDismissible:!0,dismissRetries:1},"web-data-stream-not-available-notification":{Component:function WebDataStreamNotAvailableNotification({id:e,Notification:t}){const i=(0,a.useSelect)(e=>e(N.K9).getMeasurementID()),s=(0,a.useSelect)(e=>e(C.O4).getModuleSettingsEditURL(T.L1)),{setIsWebDataStreamUnavailable:o}=(0,a.useDispatch)(N.K9);function n(){o(!1)}const r=(0,a.useSelect)(e=>e(X.M).isNavigatingTo(s));return(0,b.jsx)(t,{children:(0,b.jsx)(ai.A,{notificationID:e,type:ai.Q.WARNING,title:(0,g.__)("Your Analytics configuration has changed","google-site-kit"),description:(0,g.sprintf)(/* translators: %1$s: Google Analytics Measurement ID. */ /* translators: %1$s: Google Analytics Measurement ID. */ (0,g.__)("The previously selected web data stream with measurement ID %1$s is no longer available. Please select a new web data stream to continue collecting data with Google Analytics.","google-site-kit"),i),ctaButton:{label:(0,g.__)("Update Analytics settings","google-site-kit"),href:s,disabled:r,onClick:n},dismissButton:{label:(0,g.__)("Maybe later","google-site-kit"),onClick:n,dismissOptions:{expiresInSeconds:55*v.r0}}})})},priority:dt.FQ.ERROR_LOW,areaSlug:dt.bI.HEADER,viewContexts:[ei.jU],isDismissible:!0,checkRequirements:async({select:e,resolveSelect:t,dispatch:i})=>{await Promise.all([t(f.oR).getAuthentication(),t(Le.i).getModules(),t(f.oR).getUser(),t(N.K9).getSettings(),t(N.K9).getModuleData(),i(N.K9).syncGoogleTagSettings()]);const a=e(Le.i).isModuleConnected(T.L1),s=e(f.oR).hasScope(N.iB),o=e(f.oR).getID(),n=e(N.K9).getOwnerID(),r=a&&n===o,l=e(N.K9).isWebDataStreamUnavailable();return a&&s&&r&&!0===l}},"google-tag-id-mismatch":{Component:function GoogleTagIDMismatchNotification({id:e,Notification:t}){const i=(0,a.useSelect)(e=>e(N.K9).getSettings()),s=(0,a.useSelect)(e=>i?.googleTagAccountID&&i?.googleTagContainerID&&e(N.K9).getGoogleTagContainerDestinations(i.googleTagAccountID,i.googleTagContainerID)),o=(0,a.useSelect)(e=>i?.propertyID&&e(N.K9).getProperty(i.propertyID)),n=(0,a.useSelect)(e=>{if(!Array.isArray(s))return null;const t=s.map(e=>e.destinationId).filter(He.EW);return 0===t.length?null:e(N.K9).getAnalyticsConfigByMeasurementIDs(t)}),r=(0,a.useSelect)(e=>n&&n.propertyID&&e(N.K9).getProperty(n?.propertyID)),l=(0,a.useSelect)(e=>{const t=i?.measurementID&&e(N.K9).getGoogleTagContainer(i?.measurementID)?.tagIds;return Array.isArray(t)?function(e,t){if(1===e.length)return e[0];const i=e.find(e=>"GT-"===e.substring(0,3));if(i)return i;if(e.includes(t))return t;const a=e.find(e=>"G-"===e.substring(0,2));return a||e[0]}(t,i.measurementID):null}),c=(0,a.useSelect)(e=>e(Le.i).isDoingSubmitChanges(T.L1)),{setPropertyID:d,setWebDataStreamID:u,setMeasurementID:m,updateSettingsForMeasurementID:p,submitChanges:y,setHasMismatchedGoogleTagID:h}=(0,a.useDispatch)(N.K9),A=(0,I.useCallback)(async()=>{d(n?.propertyID),u(n?.webDataStreamID),m(n?.measurementID),await y(),h(!1)},[d,u,m,n?.propertyID,n?.webDataStreamID,n?.measurementID,y,h]),M=(0,I.useCallback)(async()=>{await p(i?.measurementID),await y(),h(!1)},[p,i?.measurementID,y,h]);return void 0===s||void 0===r||void 0===l||void 0===o?(0,b.jsx)(Q.ProgressBar,{className:"googlesitekit-banner__progress-bar",height:4,indeterminate:!0}):o?._id&&r?._id&&o._id===r._id?null:r?(0,b.jsx)(t,{children:(0,b.jsx)(ai.A,{notificationID:e,type:ai.Q.WARNING,title:(0,g.__)("Update Site Kit's Analytics configuration to continue seeing Analytics data on the dashboard","google-site-kit"),description:(0,g.sprintf)(/* translators: 1: Current GA4 property name. 2: Current GA4 property ID. 3: Newly linked GA4 property name. 4: Newly linked GA4 property ID. */ /* translators: 1: Current GA4 property name. 2: Current GA4 property ID. 3: Newly linked GA4 property name. 4: Newly linked GA4 property ID. */ (0,g.__)('The Google Tag on your site is no longer associated with your current Google Analytics property "%1$s (%2$s)". It is now recording metrics to another Google Analytics property "%3$s (%4$s)". If you want to continue seeing Analytics data in the Site Kit dashboard, we suggest you update Site Kit’s Google Analytics configuration to show data for the property used in your Google Tag.',"google-site-kit"),o.displayName,o._id,r.displayName,r._id),ctaButton:{label:(0,g.__)("Use new property","google-site-kit"),onClick:A,inProgress:c,dismissOnClick:!0,dismissOptions:{expiresInSeconds:1}},dismissButton:{label:(0,g.__)("Keep existing property","google-site-kit"),onClick:M,dismissOptions:{expiresInSeconds:1}}})}):l?(0,b.jsx)(t,{children:(0,b.jsx)(ai.A,{notificationID:e,type:ai.Q.WARNING,title:(0,g.__)("Your Google tag configuration has changed","google-site-kit"),description:(0,g.sprintf)(/* translators: 1: Currently set Google Tag ID. 2: Newly linked Google Tag ID. 3: Current GA4 property name. 4: Current GA4 property ID. */ /* translators: 1: Currently set Google Tag ID. 2: Newly linked Google Tag ID. 3: Current GA4 property name. 4: Current GA4 property ID. */ (0,g.__)('The Google tag for your Google Analytics configuration has changed from %1$s to %2$s. To keep using your current Google Analytics property "%3$s (%4$s)", you need to configure Site Kit to place the new Google tag %2$s instead.',"google-site-kit"),i.googleTagID,l,o.displayName,o._id),ctaButton:{label:(0,g.sprintf)(/* translators: %s: Newly linked Google Tag ID. */ /* translators: %s: Newly linked Google Tag ID. */ (0,g.__)("Update Google tag to %s","google-site-kit"),l),onClick:M,dismissOnClick:!0,dismissOptions:{expiresInSeconds:1}}})}):void 0},priority:dt.FQ.ERROR_LOW,areaSlug:dt.bI.HEADER,viewContexts:[ei.jU],isDismissible:!1,checkRequirements:async({select:e,resolveSelect:t})=>{await Promise.all([t(f.oR).getAuthentication(),t(Le.i).getModules(),t(f.oR).getUser(),t(N.K9).getSettings(),t(N.K9).getModuleData()]);const i=e(Le.i).isModuleConnected(T.L1),a=e(f.oR).hasScope(N.iB),s=e(f.oR).getID(),o=e(N.K9).getOwnerID(),n=i&&o===s,r=e(N.K9).hasMismatchedGoogleTagID();return i&&a&&n&&r}},"enhanced-measurement-notification":{Component:EnhancedMeasurementActivationBanner,priority:dt.FQ.SETUP_CTA_LOW,areaSlug:dt.bI.DASHBOARD_TOP,groupID:dt.He.SETUP_CTAS,viewContexts:[ei.jU],isDismissible:!0,checkRequirements:async({select:e,resolveSelect:t})=>{await Promise.all([t(Le.i).getModules(),t(f.oR).getUser(),t(N.K9).getSettings(),t(f.oR).getDismissedItems()]);const i=e(Le.i).isModuleConnected(T.L1),a=e(N.K9).getPropertyID(),s=e(N.K9).getWebDataStreamID(),o=i&&e(Le.i).hasModuleOwnershipOrAccess(T.L1),n=e(f.oR).isItemDismissed(T.Mc);if(!(0,He.Hl)(a)||!(0,He.OS)(s)||!o||n)return!1;await t(N.K9).getEnhancedMeasurementSettings(a,s);return!1===e(N.K9).isEnhancedMeasurementStreamEnabled(a,s)}},[$t.W]:{Component:Jt.AG,priority:dt.FQ.SETUP_CTA_HIGH,areaSlug:dt.bI.OVERLAYS,groupID:dt.He.SETUP_CTAS,viewContexts:[ei.jU,ei.Ax],isDismissible:!0,checkRequirements:async({select:e,resolveSelect:t},i)=>{const a=await t(Le.i).isModuleConnected(T.L1),s=await t(Le.i).isModuleActive(T.L1);if(!a||!s)return!1;const o=ei.Nn.includes(i);await Promise.all([t(f.oR).getUserAudienceSettings(),t(N.K9).getAudienceSettings(),t(f.oR).getUser(),o?t(f.oR).getCapabilities():Promise.resolve([])]);const n=!o||e(f.oR).canViewSharedModule(T.L1),r=e(f.oR).isAudienceSegmentationWidgetHidden(),l=e(N.K9).getAudienceSegmentationSetupCompletedBy(),c=e(f.oR).getID();return!(!n||!1!==r||!Number.isInteger(l)||l===c)}},[We]:{Component:EnhancedConversionsNotification,priority:dt.FQ.INFO,areaSlug:dt.bI.DASHBOARD_TOP,groupID:dt.He.SETUP_CTAS,viewContexts:[ei.jU],checkRequirements:async({resolveSelect:e})=>{if(await e(Le.i).isModuleConnected(ti.I))return!1;return!!await e(Le.i).isModuleConnected(T.L1)},isDismissible:!0,featureFlag:"gtagUserData"}};var go;s().registerStore(N.K9,lo),n().registerModule(T.L1,{storeName:N.K9,SettingsEditComponent:SettingsEdit,SettingsViewComponent:SettingsView,SetupComponent:SetupMain,DashboardMainEffectComponent,Icon:we,features:[(0,g.__)("Your site will no longer send data to Google Analytics","google-site-kit"),(0,g.__)("Analytics reports in Site Kit will be disabled","google-site-kit")]}),(go=l()).registerWidget("analyticsAllTrafficGA4",{Component:Zt,width:go.WIDGET_WIDTHS.FULL,priority:1,wrapWidget:!1,modules:[T.L1]},[Re.AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY,Re.AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY]),go.registerWidget("analyticsAudienceTiles",{Component:Jt.c9,width:go.WIDGET_WIDTHS.FULL,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>!!e(f.oR).getConfiguredAudiences()},[Re.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION]),go.registerWidget("analyticsAudienceSecondaryUserSetup",{Component:Jt.VR,width:go.WIDGET_WIDTHS.FULL,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>{if(!e(Le.i).isModuleConnected(T.L1))return!1;const t=e(N.K9).getAvailableAudiences(),i=e(f.oR).getConfiguredAudiences(),a=e(N.K9).getAudienceSegmentationSetupCompletedBy();return t?.length&&null===i&&null!==a}},[Re.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION]),go.registerWidget("analyticsAudiencePrimaryUserSetup",{Component:Jt.vw,width:go.WIDGET_WIDTHS.FULL,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>{if(!(0,si.G)("setupFlowRefresh"))return!1;if(!e(Le.i).isModuleConnected(T.L1))return!1;const t=e(N.K9).getAvailableAudiences(),i=e(f.oR).getConfiguredAudiences(),a=e(N.K9).getAudienceSegmentationSetupCompletedBy();return t?.length&&null===i&&null===a}},[Re.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION]),go.registerWidget("audienceConnectAnalyticsCTA",{Component:Jt.H8,width:go.WIDGET_WIDTHS.FULL,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>{const t=e(Le.i).isModuleConnected(T.L1),i=e(f.oR).getConfiguredAudiences(),a=e(f.oR).isAudienceSegmentationWidgetHidden();return i?.length>0&&!1===a&&!t}},[Re.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION]),go.registerWidget("analyticsAudienceInfoNotice",{Component:Jt.xE,width:go.WIDGET_WIDTHS.FULL,priority:2,wrapWidget:!1,modules:[T.L1]},[Re.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION]),go.registerWidget("analyticsOverallPageMetricsGA4",{Component:Ut,width:go.WIDGET_WIDTHS.FULL,priority:3,wrapWidget:!1,modules:[T.L1]},[Re.AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY]),go.registerWidget("analyticsModulePopularPagesGA4",{Component:Qt,width:go.WIDGET_WIDTHS.FULL,priority:4,wrapWidget:!1,modules:[T.L1]},[Re.AREA_MAIN_DASHBOARD_CONTENT_PRIMARY]),go.registerWidget(f.BT,{Component:je,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.BT)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.tB,{Component:Ce,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.tB)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.t1,{Component:_e,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.t1)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.ep,{Component:F,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.ep)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.pG,{Component:ae,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.pG)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.nH,{Component:fe,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.nH)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.J5,{Component:Se,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.J5)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.Yw,{Component:Te,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.Yw)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.UY,{Component:W,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.UY)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.gC,{Component:B,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.gC)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.tK,{Component:Ne,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.tK)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.fu,{Component:V,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.fu)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.dX,{Component:se,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.dX)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.SS,{Component:me,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.SS)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.Vl,{Component:pe,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.Vl)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.u_,{Component:Ie,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.u_)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.HA,{Component:Me,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.HA)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.GT,{Component:z,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.GT)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.qy,{Component:Ae,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.qy)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.GM,{Component:ne,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.GM)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.CQ,{Component:re,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.CQ)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.HP,{Component:be,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.HP)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.Xq,{Component:le,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.Xq)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.JF,{Component:ce,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.JF)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.YQ,{Component:ge,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.YQ)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget(f.dV,{Component:ue,width:go.WIDGET_WIDTHS.QUARTER,priority:1,wrapWidget:!1,modules:[T.L1],isActive:e=>e(f.oR).isKeyMetricActive(f.dV)},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),go.registerWidget("keyMetricsEventDetectionCalloutNotification",{Component:R,width:[go.WIDGET_WIDTHS.FULL],priority:0,modules:[T.L1]},[Re.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY]),function(e){for(const t in co)e.registerNotification(t,co[t])}(d())},46935:e=>{"use strict";e.exports=googlesitekit.notifications},47121:(e,t,i)=>{"use strict";i.d(t,{$C:()=>_,RF:()=>j,WI:()=>D,_5:()=>S,jU:()=>f,o3:()=>M,x0:()=>T});var a=i(32091),s=i.n(a),o=i(50532),n=i.n(o),r=i(17243),l=i(78913);const c="GET_REGISTRY",d="AWAIT";function g(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=N(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return s()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const u=g,m=g;function p(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,a={})=>t.reduce((e,t)=>t(e,a),e)}const y=g,I=g,h=g;function A(e){return e}function M(...e){const t=h(...e.map(e=>e.initialState||{}));return{initialState:t,controls:m(...e.map(e=>e.controls||{})),actions:u(...e.map(e=>e.actions||{})),reducer:p(t,...e.map(e=>e.reducer||A)),resolvers:y(...e.map(e=>e.resolvers||{})),selectors:I(...e.map(e=>e.selectors||{}))}}const f={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:d}}},S={[c]:(0,l.b)(e=>()=>e),[d]:({payload:e})=>e.value};function N(e){const t=[],i={};for(let a=0;a<e.length;a++){const s=e[a];i[s]=i[s]>=1?i[s]+1:1,i[s]>1&&t.push(s)}return t}const T={actions:f,controls:S,reducer:A};function D(e){return t=>v(e(t))}const v=n()(e=>(0,r.mapValues)(e,(e,t)=>(...i)=>{const a=e(...i);return s()(void 0!==a,`${t}(...) is not resolved`),a}));function j(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(a,...s)=>{const o=!t,n=!!t;try{return e(i,a,...s),o}catch{return n}}),dangerousSelector:(0,l.N)(t=>(i,...a)=>{e(t,i,...a)})}}function _(e,t){return s()("function"==typeof e,"a validator function is required."),s()("function"==typeof t,"an action creator function is required."),s()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},47345:(e,t,i)=>{"use strict";i.d(t,{A:()=>n});var a=i(63696),s=i(50539),o=i(86134);function n(e,t,i){const{setWidgetState:n,unsetWidgetState:r}=(0,s.useDispatch)(o.aO);(0,a.useEffect)(()=>(n(e,t,i),()=>{r(e,t,i)}),[e,t,i,n,r])}},47627:(e,t,i)=>{Object.prototype.hasOwnProperty.call(i.g,"google")||(i.g.google={})},48102:(e,t,i)=>{"use strict";i.d(t,{A:()=>SetupEnhancedConversionTrackingNotice});var a=i(4452),s=i.n(a),o=i(50539),n=i(93896),r=i(62540);function SetupEnhancedConversionTrackingNotice({className:e,message:t}){const i=(0,o.useSelect)(e=>e(n.O4).isConversionTrackingEnabled());return i||void 0===i?null:(0,r.jsx)("p",{className:s()(e,"googlesitekit-color--surfaces-on-background-variant"),children:t})}},49383:e=>{"use strict";e.exports=googlesitekit.components},49539:(e,t,i)=>{"use strict";i.d(t,{A:()=>ReportTable});var a=i(4452),s=i.n(a),o=i(32091),n=i.n(o),r=i(62688),l=i.n(r),c=i(17243),d=i(63696),g=i(49383),u=i(96820),m=i(62540);function ReportTable(e){const{rows:t,columns:i,className:a,limit:o,zeroState:r,gatheringData:l=!1,tabbedLayout:p=!1}=e;n()(Array.isArray(t),"rows must be an array."),n()(Array.isArray(i),"columns must be an array."),i.forEach(({Component:e,field:t=null})=>{n()(e||null!==t,"each column must define a Component and/or a field.")}),n()(Number.isInteger(o)||void 0===o,"limit must be an integer, if provided.");const y=i.some(({badge:e})=>!!e),[I,h]=(0,d.useState)(0),A=p&&i.slice(1),M=p?[i[0],A[I]]:i;return(0,m.jsxs)("div",{className:a,children:[p&&(0,m.jsx)(g.TabBar,{className:"googlesitekit-tab-bar--start-aligned-high-contrast",activeIndex:I,handleActiveIndexUpdate:h,children:A.map(({title:e,badge:t})=>(0,m.jsxs)(g.Tab,{"aria-label":e,children:[e,t]},e))}),(0,m.jsx)("div",{className:s()("googlesitekit-table","googlesitekit-table--with-list",{"googlesitekit-table--gathering-data":l}),children:(0,m.jsxs)("table",{className:s()("googlesitekit-table__wrapper",`googlesitekit-table__wrapper--${M.length}-col`,{"googlesitekit-table__wrapper--tabbed-layout":p}),children:[!p&&(0,m.jsxs)("thead",{className:"googlesitekit-table__head",children:[y&&(0,m.jsx)("tr",{className:"googlesitekit-table__head-badges",children:i.map(({badge:e,primary:t,className:i,columnHeaderClassName:a},o)=>(0,m.jsx)("th",{className:s()("googlesitekit-table__head-item","googlesitekit-table__head-item--badge",{"googlesitekit-table__head-item--primary":t},i,a),children:e},`googlesitekit-table__head-row-badge-${o}`))}),(0,m.jsx)("tr",{className:"googlesitekit-table__head-row",children:i.map(({title:e,description:t,primary:i,className:a,columnHeaderClassName:o},n)=>(0,m.jsx)("th",{className:s()("googlesitekit-table__head-item",{"googlesitekit-table__head-item--primary":i},a,o),"data-tooltip":t,children:e},`googlesitekit-table__head-row-${n}`))})]}),(0,m.jsxs)("tbody",{className:"googlesitekit-table__body",children:[l&&(0,m.jsx)("tr",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,m.jsx)("td",{className:"googlesitekit-table__body-item",colSpan:M.length,children:(0,m.jsx)(u.A,{})})}),!l&&!t?.length&&r&&(0,m.jsx)("tr",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,m.jsx)("td",{className:"googlesitekit-table__body-item",colSpan:M.length,children:(0,m.jsx)(r,{})})}),!l&&t.slice(0,o).map((e,t)=>(0,m.jsx)("tr",{className:"googlesitekit-table__body-row",children:M.map(({Component:t,field:i,className:a},o)=>{const n=void 0!==i?(0,c.get)(e,i):void 0;return(0,m.jsx)("td",{className:s()("googlesitekit-table__body-item",a),children:(0,m.jsxs)("div",{className:"googlesitekit-table__body-item-content",children:[t&&(0,m.jsx)(t,{row:e,fieldValue:n}),!t&&n]})},`googlesitekit-table__body-item-${o}`)})},`googlesitekit-table__body-row-${t}`))]})]})})]})}ReportTable.propTypes={rows:l().arrayOf(l().oneOfType([l().array,l().object])).isRequired,columns:l().arrayOf(l().shape({title:l().string,description:l().string,primary:l().bool,className:l().string,field:l().string,Component:l().elementType,badge:l().node})).isRequired,className:l().string,limit:l().number,zeroState:l().func,gatheringData:l().bool,tabbedLayout:l().bool}},49655:(e,t,i)=>{"use strict";i.d(t,{Q:()=>a});const a={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50111:(e,t,i)=>{"use strict";i.d(t,{EA:()=>o,GF:()=>h,Hl:()=>g,IX:()=>p,Is:()=>n,KD:()=>m,LO:()=>d,NO:()=>c,Nl:()=>l,QJ:()=>u,Uf:()=>s,XU:()=>I,Y0:()=>r,hs:()=>A,wb:()=>y});var a=i(82871);const s="key-metrics-setup-cta-widget",o="googlesitekit-key-metrics-selection-panel-opened",n="key-metrics-selection-form",r="key-metrics-selected",l="key-metrics-effective-selection",c="key-metrics-unstaged-selection",d=2,g=8,u={SLUG:"current-selection",LABEL:(0,a.__)("Current selection","google-site-kit")},m={SLUG:"suggested",LABEL:(0,a.__)("Suggested","google-site-kit")},p={SLUG:"visitors",LABEL:(0,a.__)("Visitors","google-site-kit")},y={SLUG:"driving-traffic",LABEL:(0,a.__)("Driving traffic","google-site-kit")},I={SLUG:"generating-leads",LABEL:(0,a.__)("Generating leads","google-site-kit")},h={SLUG:"selling-products",LABEL:(0,a.__)("Selling products","google-site-kit")},A={SLUG:"content-performance",LABEL:(0,a.__)("Content performance","google-site-kit")}},50234:(e,t,i)=>{"use strict";i.d(t,{A:()=>g});var a=i(50539),s=i(37226),o=i(58116),n=i(50111),r=i(72455),l=i(99897),c=i(45512),d=i(97398);function g(){return(0,a.useSelect)(e=>{const t=e(o.oR).isItemDismissed(n.Uf),i=e(o.oR).isDismissingItem(n.Uf),a=u(e,d.Y,c.n),s=u(e,l.L1,r.K9);return!1===t&&!1===i&&a&&s},[])}function u(e,t,i){if(e(s.i).isModuleConnected(t)){const{isGatheringData:t,isDataAvailableOnLoad:a}=e(i);return t(),a()}return!1}},50539:e=>{"use strict";e.exports=googlesitekit.data},50787:(e,t,i)=>{"use strict";i.d(t,{d:()=>n});var a=i(18117),s=i(17243),o=i(63696);function n(...e){const t=(0,a.MA)(()=>(0,s.debounce)(...e),e);return(0,o.useEffect)(()=>()=>t.cancel(),[t]),t}},53137:(e,t,i)=>{"use strict";i.d(t,{FQ:()=>o,He:()=>r,bI:()=>n,rq:()=>s,ui:()=>a});const a="warning-notification-gtg",s="gtg-setup-cta",o={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},n={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},r={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54312:(e,t,i)=>{"use strict";i.d(t,{A:()=>GenericErrorHandlerActions});var a=i(62688),s=i.n(a),o=i(82871),n=i(20898),r=i(38021),l=i.n(r),c=i(63696),d=i(12417),g=i(1027),u=i(65123),m=i(49383),p=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,a]=(0,c.useState)(!1);return(0,p.jsx)(m.Button,{"aria-label":i?(0,o.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),a(!0)},trailingIcon:(0,p.jsx)(d.A,{className:"mdc-button__icon",icon:i?g.A:u.A}),children:i?(0,o.__)("Copied to clipboard","google-site-kit"):(0,o.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:s().string,componentStack:s().string};const y=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,p.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,p.jsx)(y,{message:e,componentStack:t}),(0,p.jsx)(n.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,o.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:s().string,componentStack:s().string}},54349:(e,t,i)=>{"use strict";i.d(t,{A:()=>NoticeNotification});var a=i(80035),s=i(7070),o=i(50539),n=i(71423),r=i(55527),l=i(62688),c=i.n(l),d=i(62540);function NoticeNotification({notificationID:e,children:t,dismissButton:i,ctaButton:l,gaTrackingEventArgs:c,...g}){const u=(0,s.A)(e),{dismissNotification:m}=(0,o.useDispatch)(n.D);return(0,d.jsx)(r.xA,{children:(0,d.jsx)(r.fI,{children:(0,d.jsx)(r.fh,{size:12,alignMiddle:!0,children:(0,d.jsx)(a.A,{dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),u.dismiss(c?.label,c?.value),m(e,{...i?.dismissOptions||{}})}},ctaButton:{...l,onClick:async function(t){u.confirm(c?.label,c?.value),await(l?.onClick?.(t)),l?.dismissOnClick&&m(e,{...l?.dismissOptions})}},...g,children:t})})})})}NoticeNotification.propTypes={notificationID:c().string.isRequired,children:c().node,dismissButton:c().oneOfType([c().bool,c().object]),ctaButton:c().object,gaTrackingEventArgs:c().object}},54415:(e,t,i)=>{"use strict";i.d(t,{A:()=>GoogleChart});i(47627);var a=i(4452),s=i.n(a),o=i(32091),n=i.n(o),r=i(62688),l=i.n(r),c=i(89054),d=i(15844),g=i(52684),u=i(63696),m=i(23224),p=i(58116),y=i(96820),I=i(50539),h=i(38021),A=i.n(h),M=i(82871),f=i(4884),S=i(54312),N=i(61991),T=i(12850),D=i(59323),v=i(62540);class GoogleChartErrorHandler extends u.Component{constructor(e){super(e),this.state={error:null,info:null},this.onErrorClick=this.onErrorClick.bind(this)}componentDidCatch(e,t){i.g.console.error("Google Charts error:",e,t),this.setState({error:e,info:t}),(0,T.sx)("google_chart_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}onErrorClick(){const{error:e,info:t}=this.state;A()(`\`${e?.message}\n${t?.componentStack}\``)}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,v.jsx)("div",{className:"googlesitekit-googlechart-error-handler",children:(0,v.jsx)(f.A,{description:(0,v.jsxs)(u.Fragment,{children:[(0,v.jsx)(D.A,{children:(0,M.__)("An error prevented this Google chart from being displayed properly. Report the exact contents of the error on the support forum to find out what caused it.","google-site-kit")}),(0,v.jsx)(S.A,{message:t.message,componentStack:i.componentStack})]}),onErrorClick:this.onErrorClick,onClick:this.onErrorClick,title:(0,M.__)("Error in Google Chart","google-site-kit"),error:!0})}):e}}GoogleChartErrorHandler.contextType=N.Ay,GoogleChartErrorHandler.propTypes={children:l().node.isRequired};const j=GoogleChartErrorHandler;var _=i(12417),b=i(51135),k=i(49383),C=i(77766),E=i(50787);function DateMarker({id:e,text:t}){const i=`${(0,C.A)()}_ga4-data-collection-line`;(0,u.useEffect)(()=>{(0,T.sx)(i,"chart_line_view")},[i]);const a=(0,u.useCallback)(()=>{(0,T.sx)(i,"chart_tooltip_view")},[i]),s=(0,E.d)(a,5e3,{leading:!0,trailing:!1});return(0,v.jsxs)(u.Fragment,{children:[(0,v.jsx)("div",{id:`googlesitekit-chart__date-marker-line--${e}`,className:"googlesitekit-chart__date-marker-line"}),t&&(0,v.jsx)("div",{id:`googlesitekit-chart__date-marker-tooltip--${e}`,className:"googlesitekit-chart__date-marker-tooltip",children:(0,v.jsx)(k.Tooltip,{title:t,onOpen:s,children:(0,v.jsx)("span",{children:(0,v.jsx)(_.A,{fill:"currentColor",icon:b.A,size:18})})})})]})}var x=i(7081),w=i(22821),R=i(4518),L=i(32947);function GoogleChart(e){const{chartEvents:t,chartType:a,children:o,className:r,data:l,dateMarkers:h,getChartWrapper:A,height:M,loaded:f,loadingHeight:S,loadingWidth:N,onMouseOver:D,onMouseOut:_,onReady:b,onSelect:k,selectedStats:E,width:G,options:z,gatheringData:Z,...P}=e,O=(0,g.A)(GoogleChart),B=(0,L.dv)(),{startDate:W,endDate:U}=(0,I.useSelect)(e=>e(p.oR).getDateRangeDates({offsetDays:0})),V=(0,C.A)(),F=(0,I.useSelect)(e=>e(x.n).getValue("googleChartsCollisionError")),[H,K]=(0,u.useState)(!1),{setValue:Y}=(0,I.useDispatch)(x.n),Q=(0,R.gZ)(l,E),J="PieChart"===a?"circular":"square",q=(0,R._8)(S,M,N,G),X=(0,v.jsx)("div",{className:"googlesitekit-chart-loading",children:(0,v.jsx)(m.A,{className:"googlesitekit-chart-loading__wrapper",shape:J,...q})}),$=(0,u.useRef)(),ee=(0,u.useRef)();(0,d.A)(()=>{void 0===F&&((0,w.A)(V)&&i.g?.google?.charts&&(i.g.google.charts=void 0),!(0,w.A)(V)&&i.g?.google?.charts?Y("googleChartsCollisionError",!0):Y("googleChartsCollisionError",!1))}),(0,u.useEffect)(()=>()=>{if(ee.current&&$.current){const{events:e}=ee.current.visualization;e.removeAllListeners($.current.getChart()),e.removeAllListeners($.current)}},[]),(0,u.useLayoutEffect)(()=>{D&&ee.current?.visualization.events.addListener($.current.getChart(),"onmouseover",e=>{D(e,{chartWrapper:$.current,google:ee.current})}),_&&ee.current?.visualization.events.addListener($.current.getChart(),"onmouseout",e=>{_(e,{chartWrapper:$.current,google:ee.current})})},[D,_]);const te=h.filter(e=>{return!!((t=new Date(e.date))&&W&&U)&&!(t.getTime()<(0,T.XH)(W).getTime()||t.getTime()>(0,T.XH)(U).getTime());var t});if(F)return null;if(!f)return(0,v.jsx)("div",{className:s()("googlesitekit-chart","googlesitekit-chart-loading__forced",r),children:X});const ie=(0,R.$J)([...t||[],{eventName:"ready",callback:function(){if(!$.current)return;if(!te.length)return;const e=$.current.getChart(),t=e?.getChartLayoutInterface(),i=t?.getChartAreaBoundingBox(),a=$.current.getDataTable();if(!t||!i||!a)return;te.forEach((e,a)=>{const s=new Date(e.date),o=document.getElementById(`googlesitekit-chart__date-marker-line--${O}-${a}`);n()(o,`#googlesitekit-chart__date-marker-line--${O}-${a} is missing from the DOM, but required to render date markers.`);const r=Math.floor(t.getXLocation((0,T.XH)((0,T.sq)(s))));if(Object.assign(o.style,{left:r-1+"px",top:`${Math.floor(i.top)}px`,height:`${Math.floor(i.height)}px`,opacity:1}),e.text){const e=document.getElementById(`googlesitekit-chart__date-marker-tooltip--${O}-${a}`);n()(e,`#googlesitekit-chart__date-marker-tooltip--${O}-${a} is missing from the DOM, but required to render date marker tooltips.`),Object.assign(e.style,{left:r-9+"px",top:Math.floor(i.top)-18+"px",opacity:1})}});const s=document.querySelector(`#googlesitekit-chart-${O} svg:first-of-type > g:first-of-type > g > g > text`)?.parentElement.parentElement.parentElement;!!s&&document.querySelectorAll(`#googlesitekit-chart-${O} svg:first-of-type > g`).length>=3&&(s.style.transform="translateY(-10px)")}}],b,k),ae=(0,R.Hp)(z,{gatheringData:Z,chartType:a,startDate:W,endDate:U,breakpoint:B});return(0,v.jsx)(j,{children:(0,v.jsxs)("div",{className:s()("googlesitekit-chart",`googlesitekit-chart--${a}`,r),id:`googlesitekit-chart-${O}`,tabIndex:-1,children:[(0,v.jsx)(c.t,{className:"googlesitekit-chart__inner",chartEvents:ie,chartLanguage:(0,T.JK)(),chartType:a,chartVersion:"49",data:Q,loader:X,height:M,getChartWrapper:(e,t)=>{H||K(!0),e!==$.current&&(ee.current?.visualization.events.removeAllListeners($.current?.getChart()),ee.current?.visualization.events.removeAllListeners($.current)),$.current=e,ee.current=t,A&&A(e,t)},width:G,options:ae,...P}),Z&&H&&(0,v.jsx)(y.A,{style:y.v.OVERLAY}),!!te.length&&te.map((e,t)=>(0,v.jsx)(DateMarker,{id:`${O}-${t}`,text:e.text},`googlesitekit-chart__date-marker--${O}-${t}`)),o]})})}GoogleChart.propTypes={className:l().string,children:l().node,chartEvents:l().arrayOf(l().shape({eventName:l().string,callback:l().func})),chartType:l().oneOf(["LineChart","PieChart"]).isRequired,data:l().array,dateMarkers:l().arrayOf(l().shape({date:l().string.isRequired,text:l().string})),getChartWrapper:l().func,height:l().string,loaded:l().bool,loadingHeight:l().string,loadingWidth:l().string,onMouseOut:l().func,onMouseOver:l().func,onReady:l().func,onSelect:l().func,selectedStats:l().arrayOf(l().number),width:l().string,options:l().object,gatheringData:l().bool},GoogleChart.defaultProps={...c.t.defaultProps,dateMarkers:[],gatheringData:!1,loaded:!0}},54419:e=>{"use strict";e.exports=googlesitekit.api},54593:(e,t,i)=>{"use strict";i.d(t,{A:()=>ChipTabGroup});var a=i(63696),s=i(81276),o=i(50539),n=i(50111),r=i(78340),l=i(72455),c=i(99897),d=i(7081),g=i(58116),u=i(37226),m=i(32947),p=i(27333);var y=i(31589),I=i(50787);var h=i(62688),A=i.n(h),M=i(49383),f=i(4452),S=i.n(f),N=i(80452),T=i(42343),D=i(81520),v=i(62540);const j={[n.QJ.SLUG]:N.A,[n.KD.SLUG]:T.A};function Chip({slug:e,label:t,isActive:i,onClick:a,hasNewBadge:s=!1,selectedCount:o=0}){const n=j[e]||D.A;return(0,v.jsxs)(M.Button,{className:S()("googlesitekit-chip-tab-group__chip-item",{"googlesitekit-chip-tab-group__chip-item--active":i}),icon:(0,v.jsx)(n,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__chip-item-svg__${e}`}),trailingIcon:o>0?(0,v.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",o,")"]}):null,onClick:()=>a(e),children:[t,s&&(0,v.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]})}Chip.propTypes={slug:A().string.isRequired,label:A().string.isRequired,isActive:A().bool,hasNewBadge:A().bool,selectedCount:A().number,onClick:A().func.isRequired};const _={[n.QJ.SLUG]:N.A,[n.KD.SLUG]:T.A};function TabItems({containerRef:e,isMobileBreakpoint:t,chipItemRows:i,allGroups:a,isActive:s,onChipChange:o,selectedCounts:n,newlyDetectedMetrics:r,activeGroupIndex:l}){return(0,v.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-items",ref:e,children:[!t&&i.map(e=>(0,v.jsx)("div",{className:"googlesitekit-chip-tab-group__tab-items-row",children:e.map(e=>(0,v.jsx)(Chip,{slug:e.SLUG,label:e.LABEL,hasNewBadge:!!r?.[e.SLUG],isActive:e.SLUG===s,onClick:o,selectedCount:n[e.SLUG]},e.SLUG))},`row-${e[0].SLUG}`)),t&&(0,v.jsx)(M.TabBar,{activeIndex:l,handleActiveIndexUpdate:e=>o(null,e),children:a.map((e,t)=>{const i=_[e.SLUG]||D.A;return(0,v.jsxs)(M.Tab,{"aria-label":e.LABEL,children:[(0,v.jsx)(i,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__tab-item-mobile-svg googlesitekit-chip-tab-group__chip-item-svg__${e.SLUG}`}),e.LABEL,n[e.SLUG]>0&&(0,v.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",n[e.SLUG],")"]}),!!r?.[e.SLUG]&&(0,v.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]},t)})})]})}TabItems.propTypes={containerRef:A().object,isMobileBreakpoint:A().bool,chipItemRows:A().array.isRequired,allGroups:A().array.isRequired,isActive:A().string.isRequired,onChipChange:A().func.isRequired,selectedCounts:A().object.isRequired,newlyDetectedMetrics:A().object.isRequired,activeGroupIndex:A().number.isRequired};var b,k,C,E,x,w,R,L,G,z,Z,P,O,B,W,U,V,F,H,K,Y,Q,J=i(82871),q=i(86134),X=i(718);function MetricItem({slug:e,title:t,description:i,isNewlyDetected:s,savedItemSlugs:l=[]}){const c=(0,o.useSelect)(t=>{const{getModule:i}=t(u.i),a=t(q.aO).getWidget(e);return a?.modules.reduce((e,t)=>{const a=i(t);return a?.connected||!a?.name?e:[...e,a.name]},[])}),d=(0,p.A)(n.Is,n.Y0),{getValue:g}=(0,o.useSelect)(e=>e(r.s)),{setValues:m}=(0,o.useDispatch)(r.s),y=(0,a.useCallback)(t=>{const i=g(n.Is,n.Y0),a=t.target.checked?i.concat([e]):i.filter(t=>t!==e);m(n.Is,{[n.Y0]:a,[n.NO]:a})},[g,m,e]),I=d?.includes(e),h=!l.includes(e)&&c.length>0,A=`key-metric-selection-checkbox-${e}`;return(0,v.jsx)(X.y3,{id:A,slug:e,title:t,description:i,isNewlyDetected:s,isItemSelected:I,isItemDisabled:h,onCheckboxChange:y,children:c.length>0&&(0,v.jsx)("div",{className:"googlesitekit-selection-panel-item-error",children:(0,J.sprintf)(/* translators: %s: module names. */ /* translators: %s: module names. */ (0,J._n)("%s is disconnected, no data to show","%s are disconnected, no data to show",c.length,"google-site-kit"),c.join((0,J.__)(" and ","google-site-kit")))})})}function $(){return $=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},$.apply(null,arguments)}MetricItem.propTypes={slug:A().string.isRequired,title:A().string.isRequired,description:A().string.isRequired,isNewlyDetected:A().bool,savedItemSlugs:A().array};const key_metrics_no_selected_items=e=>a.createElement("svg",$({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 383 238"},e),b||(b=a.createElement("path",{fill:"#B8E6CA",d:"M59.238 58.571c-2.136 20.178 4.272 29.099 20.48 53.216 16.209 24.118-29.092 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.443-3.208 57.819 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86-18.53 5.918-32.662 22.571-34.335 38.621"})),k||(k=a.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__a)"},a.createElement("rect",{width:130.621,height:89.651,x:242.455,y:45.266,fill:"#fff",rx:10.957,transform:"rotate(15 242.455 45.266)"}))),C||(C=a.createElement("rect",{width:24.903,height:7.969,x:253.726,y:64.785,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 253.726 64.785)"})),E||(E=a.createElement("rect",{width:49.806,height:19.923,x:249.342,y:81.144,fill:"#FFDED3",rx:9.961,transform:"rotate(15 249.342 81.144)"})),x||(x=a.createElement("rect",{width:99.428,height:8.773,x:240.436,y:114.357,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 240.436 114.357)"})),w||(w=a.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m256.195 90.198 4.644 8.044m0 0 1.412-4.986m-1.412 4.986-5.023-1.27"})),R||(R=a.createElement("rect",{width:19.923,height:5.977,x:268.706,y:93.551,fill:"#fff",rx:1.992,transform:"rotate(15 268.706 93.55)"})),L||(L=a.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__b)"},a.createElement("rect",{width:130.621,height:89.68,x:13.887,y:79.094,fill:"#fff",rx:10.957,transform:"rotate(-15 13.887 79.094)"}))),G||(G=a.createElement("rect",{width:62.386,height:7.798,x:32.989,y:90.122,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 32.99 90.122)"})),z||(z=a.createElement("rect",{width:49.806,height:19.923,x:37.691,y:106.902,fill:"#FFDED3",rx:9.961,transform:"rotate(-15 37.691 106.902)"})),Z||(Z=a.createElement("rect",{width:99.428,height:7.798,x:46.612,y:140.967,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 46.612 140.967)"})),P||(P=a.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m48.152 111.318 8.044 4.645m0 0-1.27-5.024m1.27 5.024-4.986 1.411"})),O||(O=a.createElement("rect",{width:19.923,height:5.977,x:60.663,y:107.966,fill:"#fff",rx:1.992,transform:"rotate(-15 60.663 107.966)"})),B||(B=a.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__c)"},a.createElement("rect",{width:130.621,height:89.68,x:126.251,y:37.4,fill:"#fff",rx:10.957}))),W||(W=a.createElement("rect",{width:98.333,height:7.867,x:143.013,y:53.134,fill:"#EBEEF0",rx:3.933})),U||(U=a.createElement("rect",{width:49.806,height:19.923,x:142.369,y:70.423,fill:"#B8E6CA",rx:9.961})),V||(V=a.createElement("rect",{width:33.04,height:7.867,x:143.013,y:105.84,fill:"#EBEEF0",rx:3.933})),F||(F=a.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m151.336 84.036 6.568-6.567m0 0-5.182-.073m5.182.073.073 5.18"})),H||(H=a.createElement("rect",{width:19.923,height:5.977,x:164.287,y:77.395,fill:"#fff",rx:1.992})),a.createElement("mask",{id:"key-metrics-no-selected-items_svg__d",width:273,height:230,x:58,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},K||(K=a.createElement("path",{fill:"#B8E6CA",d:"M59.237 58.571C57.1 78.75 63.509 87.67 79.717 111.787c16.209 24.118-29.091 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.444-3.208 57.82 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86C75.042 25.868 60.91 42.52 59.237 58.57"}))),Y||(Y=a.createElement("g",{mask:"url(#key-metrics-no-selected-items_svg__d)"},a.createElement("path",{stroke:"#CBD0D3",strokeMiterlimit:10,strokeWidth:3.147,d:"m227.674 108.973 11.312-8.418M218.925 98.852l2.868-12.68M205.623 102.87l-5.375-13.037"}),a.createElement("path",{stroke:"#3C7251",strokeLinejoin:"round",strokeWidth:9.44,d:"M63.953 190.487c16.127 12.193 38.716 10.349 55.335 5.162 16.618-5.187 31.107-14.61 45.314-23.791 6.717-4.337 13.617-8.738 21.496-11.119s17.057-2.39 22.958 1.658c3.392 2.328 5.205 5.923 5.36 9.702"}),a.createElement("path",{stroke:"#CBD0D3",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:9.44,d:"m215.831 109.67-19.169 71.73"}),a.createElement("path",{stroke:"#161B18",strokeMiterlimit:10,strokeWidth:9.44,d:"m213.975 116.472-19.169 71.731"}))),Q||(Q=a.createElement("defs",null,a.createElement("filter",{id:"key-metrics-no-selected-items_svg__a",width:176.33,height:147.36,x:205.773,y:35.772,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:3.985}),a.createElement("feGaussianBlur",{stdDeviation:7.969}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),a.createElement("filter",{id:"key-metrics-no-selected-items_svg__b",width:176.337,height:147.388,x:.409,y:35.793,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:3.985}),a.createElement("feGaussianBlur",{stdDeviation:7.969}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),a.createElement("filter",{id:"key-metrics-no-selected-items_svg__c",width:162.497,height:121.556,x:110.313,y:25.447,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:3.985}),a.createElement("feGaussianBlur",{stdDeviation:7.969}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})))));var ee=i(59323);function TabContent({activeMetricItems:e,newlyDetectedMetrics:t,savedItemSlugs:i}){return(0,v.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-item",children:[Object.keys(e).map(a=>{const s=e[a].group,o=t?.[s]?.includes(a);return(0,v.jsx)(MetricItem,{slug:a,savedItemSlugs:i,isNewlyDetected:o,...e[a]},a)}),!Object.keys(e).length&&(0,v.jsxs)("div",{className:"googlesitekit-chip-tab-group__graphic",children:[(0,v.jsx)(key_metrics_no_selected_items,{height:250}),(0,v.jsx)(ee.A,{children:(0,J.__)("No metrics were selected yet","google-site-kit")})]})]})}TabContent.propTypes={activeMetricItems:A().object.isRequired,newlyDetectedMetrics:A().object.isRequired,savedItemSlugs:A().array};const te=Object.freeze([]);function ChipTabGroup({allMetricItems:e,savedItemSlugs:t}){const i=(0,a.useRef)(),[h,A]=(0,a.useState)(n.QJ.SLUG),[M,f]=(0,a.useState)(0),S=(0,m.dv)()===m.mp,N=(0,p.A)(n.Is,n.Y0),T=(0,p.A)(n.Is,n.Nl)||te,D=(0,p.A)(n.Is,n.NO)||te,j=(0,o.useSelect)(e=>e(g.oR).isUserInputCompleted()),_=(0,o.useSelect)(e=>{const t=e(g.oR).getUserPickedMetrics();if(t?.length){const i=e(l.K9).getKeyMetricsConversionEventWidgets();return Object.keys(i).filter(e=>t.some(t=>i[e].includes(t)))}const i=e(g.oR).getUserInputSettings();return i?.includeConversionEvents?.values}),b=(0,o.useSelect)(e=>e(u.i).isModuleConnected(c.L1)),k=(0,o.useSelect)(e=>b?e(l.K9).getDetectedEvents():[]),C=(0,o.useSelect)(e=>e(g.oR).getAnswerBasedMetrics(null,[..._||[],...k||[]])),{keyMetricsGroups:E,dynamicGroups:x}=function({detectedEvents:e=[],currentlyActiveEvents:t=[],isUserInputCompleted:i,answerBasedMetrics:s=[]}){const o=[l.nc.SUBMIT_LEAD_FORM,l.nc.CONTACT,l.nc.GENERATE_LEAD].filter(i=>e?.includes(i)||t?.includes(i)),r=[l.nc.ADD_TO_CART,l.nc.PURCHASE].filter(i=>e?.includes(i)||t?.includes(i)),c=(0,a.useMemo)(()=>[n.IX,n.wb,...o?.length?[n.XU]:[],...r?.length?[n.GF]:[],n.hs],[o,r]),d=(0,a.useMemo)(()=>i&&s?.length?[n.QJ,n.KD]:[n.QJ],[i,s]);return{hasGeneratingLeadsGroup:o,hasSellingProductsGroup:r,keyMetricsGroups:c,dynamicGroups:d}}({detectedEvents:k,currentlyActiveEvents:_,isUserInputCompleted:j,answerBasedMetrics:C}),w=(0,a.useMemo)(()=>[...x,...E],[x,E]),R=(0,o.useSelect)(e=>{if(!e(u.i).isModuleConnected(c.L1))return[];const t=e(l.K9).getDetectedEvents(),i=e(l.K9).getNewBadgeEvents();if(t?.length&&i?.length){const e=t.filter(e=>l.fV.includes(e)),a=i.filter(e=>l.fV.includes(e)),s=i.filter(e=>!l.fV.includes(e));if(e?.length>1&&a.length>0)return s}return i}),L=(0,o.useSelect)(e=>b?e(l.K9).getKeyMetricsConversionEventWidgets():[]),{selectedCounts:G,activeMetricItems:z,newlyDetectedMetrics:Z}=function({allMetricItems:e={},isActive:t,effectiveSelection:i=[],answerBasedMetrics:s=[],selectedMetrics:o=[],newBadgeEvents:r=[],conversionReportingEventWidgets:l={}}){return(0,a.useMemo)(()=>{const a={[n.QJ.SLUG]:0},c={},d={};for(const u in e){const m=e[u].group;if((m===t||t===n.QJ.SLUG&&i.includes(u))&&(c[u]=e[u]),t===n.KD.SLUG&&s.includes(u)&&s.includes(u)&&(c[u]=e[u]),!a[m]){const t=Object.keys(e).filter(t=>!(e[t].group!==m||!o?.includes(t))).length;a[m]=t}var g;if(r?.length)r.some(e=>l[e].includes(u))&&(d[m]=[...null!==(g=d[m])&&void 0!==g?g:[],u])}return{selectedCounts:a,activeMetricItems:c,newlyDetectedMetrics:d}},[e,t,i,s,o,r,l])}({allMetricItems:e,isActive:h,effectiveSelection:T,answerBasedMetrics:C,selectedMetrics:N,newBadgeEvents:R,conversionReportingEventWidgets:L}),{setValues:P}=(0,o.useDispatch)(r.s),O=(0,a.useCallback)(()=>{P(n.Is,{[n.Y0]:N,[n.Nl]:[...T,...D],[n.NO]:[]})},[N,T,D,P]),B=(0,a.useCallback)((e,t)=>{if(e)A(e);else{const e=w[t];f(t),A(e.SLUG)}D.length&&O()},[w,D,A,O]),W=(0,o.useSelect)(e=>e(d.n).getValue(n.EA)),U=(0,s.A)(W),V=Object.keys(Z);(0,a.useEffect)(()=>{if(!U&&W)if(A(n.QJ.SLUG),f(0),V.length&&S){const e=w.find(e=>e.SLUG===V[0]);f(w.indexOf(e)),A(e.SLUG)}else f(0),A(n.QJ.SLUG);U&&!W&&O()},[W,U,D,w,S,V,O]),function({containerRef:e,isMobileBreakpoint:t,isSelectionPanelOpen:i,isSelectionPanelOpenPrevious:s}){const o=(0,a.useCallback)(()=>{const i=e.current?.querySelector(".mdc-tab-scroller__scroll-content");if(!t)return;const a=e.current?.querySelectorAll(".googlesitekit-chip-tab-group__tab-items .mdc-tab");if(!a?.length||!i)return;const s=e.current?.getBoundingClientRect(),n=[];a.forEach((e,t)=>{const i=e.getBoundingClientRect();i.left>=s.left&&i.right<=s.right&&n.push(t)});const r=a[n.length];if(!r)return;const l=r.getBoundingClientRect();(l.left>=s.right||l.left-s.right<0&&-(l.left-s.right)<=20)&&("2px"===i.style.columnGap?i.style.columnGap="20px":i.style.columnGap="2px",o())},[e,t]),n=(0,I.d)(o,50);(0,y.A)("resize",n),(0,a.useEffect)(()=>{!s&&i&&o()},[i,s,o])}({containerRef:i,isMobileBreakpoint:S,isSelectionPanelOpen:W,isSelectionPanelOpenPrevious:U});const F=[[...x,...E.slice(0,2)],[...E.slice(2)]];return(0,v.jsxs)("div",{className:"googlesitekit-chip-tab-group",children:[(0,v.jsx)(TabItems,{containerRef:i,isMobileBreakpoint:S,chipItemRows:F,allGroups:w,isActive:h,onChipChange:B,selectedCounts:G,newlyDetectedMetrics:Z,activeGroupIndex:M}),(0,v.jsx)(TabContent,{activeMetricItems:z,newlyDetectedMetrics:Z,savedItemSlugs:t})]})}},55012:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>TrackingExclusionSwitches,BN:()=>m});var a=i(63696),s=i(82871),o=i(50539),n=i(49383),r=i(72455),l=i(15167),c=i(59323),d=i(62540);const g="loggedinUsers",u="contentCreators",m={[g]:(0,s.__)("All logged-in users","google-site-kit"),[u]:(0,s.__)("Users that can write posts","google-site-kit")};function TrackingExclusionSwitches(){const e=(0,o.useSelect)(e=>e(r.K9).getTrackingDisabled()),{setTrackingDisabled:t}=(0,o.useDispatch)(r.K9);let i;i=e&&e.includes(g)?(0,s.__)("All logged-in users will be excluded from Analytics tracking","google-site-kit"):e&&e.includes(u)?(0,s.__)("Users that can write posts will be excluded from Analytics tracking","google-site-kit"):(0,s.__)("All logged-in users will be included in Analytics tracking","google-site-kit");const p=(0,a.useCallback)((i,a)=>{const s=a?e.concat(i):e.filter(e=>e!==i);t(s)},[e,t]),y=(0,a.useCallback)(e=>{const{checked:t}=e.target;p(u,t)},[p]),I=(0,a.useCallback)(e=>{const{checked:t}=e.target;p(g,t)},[p]);return Array.isArray(e)?(0,d.jsxs)("div",{className:"googlesitekit-settings-module__fields-group",children:[(0,d.jsx)(l.A,{as:"h4",size:"small",type:"title",className:"googlesitekit-settings-module__fields-group-title",children:(0,s.__)("Exclude Analytics","google-site-kit")}),(0,d.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,d.jsxs)("div",{className:"googlesitekit-settings-module__inline-items",children:[(0,d.jsx)("div",{className:"googlesitekit-settings-module__inline-item",children:(0,d.jsx)(n.Switch,{label:m[g],checked:e.includes(g),onClick:I,hideLabel:!1})}),!e.includes(g)&&(0,d.jsx)("div",{className:"googlesitekit-settings-module__inline-item",children:(0,d.jsx)(n.Switch,{label:m[u],checked:e.includes(u),onClick:y,hideLabel:!1})})]}),(0,d.jsx)(c.A,{children:i})]})]}):null}},55527:(e,t,i)=>{"use strict";i.d(t,{$z:()=>s.$,CR:()=>r.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>a.N,P3:()=>n.P,Si:()=>o.S,fI:()=>d.fI,fh:()=>d.fh,lG:()=>c.a,xA:()=>d.xA});var a=i(91046),s=i(3412),o=i(30454),n=i(26569),r=i(56655),l=i(12786),c=i.n(l),d=i(75487)},58116:(e,t,i)=>{"use strict";i.d(t,{$8:()=>n,$Q:()=>m,BT:()=>w,CQ:()=>j,DF:()=>H,GM:()=>v,GT:()=>A,HA:()=>z,HD:()=>u,HP:()=>x,J5:()=>P,JF:()=>b,JK:()=>I,Ml:()=>y,SS:()=>R,UF:()=>d,UY:()=>U,Vl:()=>L,W6:()=>F,Xq:()=>_,YQ:()=>k,Yw:()=>W,dV:()=>E,dX:()=>D,ej:()=>c,em:()=>o,ep:()=>N,fu:()=>f,gC:()=>M,hz:()=>p,jx:()=>g,lV:()=>l,nH:()=>Z,oR:()=>a,od:()=>r,p3:()=>h,pG:()=>T,qv:()=>s,qy:()=>C,t1:()=>V,t7:()=>B,tB:()=>S,tK:()=>O,u_:()=>G});const a="core/user",s="connected_url_mismatch",o="__global",n="temporary_persist_permission_error",r="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",d="googlesitekit_setup",g="googlesitekit_view_dashboard",u="googlesitekit_manage_options",m="googlesitekit_read_shared_module_data",p="googlesitekit_manage_module_sharing_options",y="googlesitekit_delegate_module_sharing_management",I="googlesitekit_update_plugins",h="kmAnalyticsAdSenseTopEarningContent",A="kmAnalyticsEngagedTrafficSource",M="kmAnalyticsLeastEngagingPages",f="kmAnalyticsNewVisitors",S="kmAnalyticsPopularAuthors",N="kmAnalyticsPopularContent",T="kmAnalyticsPopularProducts",D="kmAnalyticsReturningVisitors",v="kmAnalyticsTopCities",j="kmAnalyticsTopCitiesDrivingLeads",_="kmAnalyticsTopCitiesDrivingAddToCart",b="kmAnalyticsTopCitiesDrivingPurchases",k="kmAnalyticsTopDeviceDrivingPurchases",C="kmAnalyticsTopConvertingTrafficSource",E="kmAnalyticsTopCountries",x="kmAnalyticsTopPagesDrivingLeads",w="kmAnalyticsTopRecentTrendingPages",R="kmAnalyticsTopTrafficSource",L="kmAnalyticsTopTrafficSourceDrivingAddToCart",G="kmAnalyticsTopTrafficSourceDrivingLeads",z="kmAnalyticsTopTrafficSourceDrivingPurchases",Z="kmAnalyticsPagesPerVisit",P="kmAnalyticsVisitLength",O="kmAnalyticsTopReturningVisitorPages",B="kmSearchConsolePopularKeywords",W="kmAnalyticsVisitsPerVisitor",U="kmAnalyticsMostEngagingPages",V="kmAnalyticsTopCategories",F=[h,A,M,f,S,N,T,D,V,v,j,_,b,k,C,E,w,R,L,Z,P,O,W,U,V],H=[...F,B]},59020:(e,t,i)=>{"use strict";i.d(t,{A:()=>Tooltip});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(90295),l=i(63696),c=i(62540);function Tooltip({children:e,popperClassName:t,tooltipClassName:i,onOpen:a,onClose:s,...o}){const d=(0,l.useRef)(!1),g=a?()=>{d.current||(d.current=!0,a?.())}:void 0,u=a?()=>{d.current=!1,s?.()}:s;return(0,c.jsx)(r.Ay,{classes:{popper:n()("googlesitekit-tooltip-popper",t),tooltip:n()("googlesitekit-tooltip",i)},onOpen:g,onClose:u,...o,arrow:!0,children:e})}Tooltip.propTypes={children:s().node,popperClassName:s().string,tooltipClassName:s().string,onOpen:s().func,onClose:s().func}},59323:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var a=i(62688),s=i.n(a),o=i(32947),n=i(15167),r=i(3714),l=i(62540);function c({type:e=r.SZ,size:t,children:i,...a}){const s=(0,o.dv)();return(0,l.jsx)(n.A,{as:"p",type:e,size:t||(s===o.mp?r.Kk:r.Yw),...a,children:i})}c.propTypes={type:s().oneOf(r.tT),size:s().oneOf(r.oJ)}},59834:(e,t,i)=>{"use strict";i.d(t,{A:()=>AccessibleWarningIcon});var a=i(62688),s=i.n(a),o=i(63696),n=i(82871),r=i(16834),l=i(3170),c=i(62540);function AccessibleWarningIcon({height:e=12,screenReaderText:t=(0,n.__)("Error","google-site-kit"),width:i=14}){return(0,c.jsxs)(o.Fragment,{children:[(0,c.jsx)(r.A,{children:t}),(0,c.jsx)(l.A,{width:i,height:e})]})}AccessibleWarningIcon.propTypes={height:s().number,screenReaderText:s().string,width:s().number}},60460:(e,t,i)=>{"use strict";i.d(t,{Ax:()=>c,B$:()=>h,Dc:()=>I,Fy:()=>y,KM:()=>r,Tk:()=>g,W:()=>l,a3:()=>o,aq:()=>n,b6:()=>d,cz:()=>m,oG:()=>p,we:()=>u});var a=i(82871),s=i(72455);const o="purpose",n="postFrequency",r="goals",l=[o,n,r],c={[o]:1,[n]:1,[r]:3},d="googlesitekit-user-input-currently-editing",g="user_input_question_number",u="user_input_question_snapshot",m="user-input-legacy-site-purpose-dismissed-item",p={publish_blog:[s.nc.CONTACT,s.nc.GENERATE_LEAD,s.nc.SUBMIT_LEAD_FORM],publish_news:[s.nc.CONTACT,s.nc.GENERATE_LEAD,s.nc.SUBMIT_LEAD_FORM],monetize_content:[],sell_products_or_service:[s.nc.PURCHASE,s.nc.ADD_TO_CART],sell_products:[s.nc.PURCHASE,s.nc.ADD_TO_CART],provide_services:[s.nc.CONTACT,s.nc.GENERATE_LEAD,s.nc.SUBMIT_LEAD_FORM],share_portfolio:[s.nc.CONTACT,s.nc.GENERATE_LEAD,s.nc.SUBMIT_LEAD_FORM],other:[]};function y(){const e=(0,a.__)("Based on your answer, Site Kit will suggest the metrics you see on your dashboard to help you track how close you’re getting to your specific goals","google-site-kit");return[{title:(0,a.__)("What is the main purpose of this site?","google-site-kit"),description:e},{title:(0,a.__)("How often do you create new content for this site?","google-site-kit"),description:e},{title:(0,a.__)("What are your top 3 goals for this site?","google-site-kit"),description:e}]}function I(){return{USER_INPUT_ANSWERS_PURPOSE:{sell_products_or_service:(0,a.__)("Sell products or services","google-site-kit"),sell_products:(0,a.__)("Sell products","google-site-kit"),provide_services:(0,a.__)("Provide services","google-site-kit"),monetize_content:(0,a.__)("Monetize content","google-site-kit"),publish_blog:(0,a.__)("Publish a blog","google-site-kit"),publish_news:(0,a.__)("Publish news content","google-site-kit"),share_portfolio:(0,a.__)("Portfolio or business card","google-site-kit"),other:(0,a.__)("Other","google-site-kit")},USER_INPUT_ANSWERS_POST_FREQUENCY:{never:(0,a.__)("Never","google-site-kit"),daily:(0,a.__)("Daily","google-site-kit"),weekly:(0,a.__)("Weekly","google-site-kit"),monthly:(0,a.__)("Monthly","google-site-kit"),other:(0,a.__)("Other","google-site-kit")},USER_INPUT_ANSWERS_GOALS:{retaining_visitors:(0,a.__)("Retain visitors, turn them into loyal readers or customers","google-site-kit"),improving_performance:(0,a.__)("Improve speed and performance","google-site-kit"),finding_new_topics:(0,a.__)("Find new topics to write about that connect with my audience","google-site-kit"),growing_audience:(0,a.__)("Grow my audience","google-site-kit"),expanding_business:(0,a.__)("Expand my business into new cities, states or markets","google-site-kit"),generating_revenue:(0,a.__)("Generate more revenue","google-site-kit"),generating_leads:(0,a.__)("Generate leads","google-site-kit"),help_better_rank:(0,a.__)("Help my content rank in a better position in Google search results","google-site-kit"),understanding_content_performance:(0,a.__)("Understand which content is performing best","google-site-kit"),encourage_to_post:(0,a.__)("Encouragement to post more frequently","google-site-kit"),other:(0,a.__)("Other","google-site-kit")}}}function h(){return{USER_INPUT_ANSWERS_PURPOSE:{sell_products_or_service:(0,a.__)("E.g. selling products like devices, apparel, equipment, etc. or offering services like courses, consulting, tutoring, etc.","google-site-kit"),sell_products:(0,a.__)("E.g. selling devices, apparel, equipment, etc.","google-site-kit"),provide_services:(0,a.__)("E.g. offering courses, consulting, tutoring, etc.","google-site-kit"),monetize_content:(0,a.__)("Using display ads, affiliate links, sponsored content, etc.","google-site-kit"),publish_blog:(0,a.__)("Writing on a topic you’re passionate about, no focus on monetizing content","google-site-kit"),publish_news:(0,a.__)("E.g. local news, investigative pieces, interviews, etc.","google-site-kit"),share_portfolio:(0,a.__)("My website represents me or my company","google-site-kit"),other:void 0}}}},60592:(e,t,i)=>{"use strict";i.d(t,{A:()=>TourTooltip});var a=i(28056),s=i.n(a),o=i(4452),n=i.n(o),r=i(62688),l=i.n(r),c=i(82871),d=i(49383);var g=i(72545),u=i(15167),m=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:o,size:r,step:l,tooltipProps:p}){const y=r>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(r):[];function I(e){return n()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,m.jsx)("div",{className:n()("googlesitekit-tour-tooltip",l.className),...p,children:(0,m.jsxs)(s(),{className:"googlesitekit-tooltip-card",children:[(0,m.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,m.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,m.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,m.jsxs)(a.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,m.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:y.map(e=>(0,m.jsx)("li",{className:I(e)},`indicator-${e}`))}),(0,m.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,m.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,o.title&&(0,m.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...o,children:o.title})]})]}),(0,m.jsx)(d.Button,{className:"googlesitekit-tooltip-close",icon:(0,m.jsx)(g.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61046:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(63560),s=i(62688),o=i.n(s),n=i(63696),r=i(62540);function l(e){function WithIntersectionObserverComponent({onInView:t,...i}){const s=(0,n.useRef)(),o=(0,a.A)(s,{root:null,threshold:.45}),[l,c]=(0,n.useState)(!1),d=!!o?.isIntersecting&&!!o?.intersectionRatio;return(0,n.useEffect)(()=>{o&&d&&!l&&(t(),c(!0))},[l,d,o,t]),(0,r.jsx)(e,{ref:s,...i})}return WithIntersectionObserverComponent.displayName="WithIntersectionObserverComponent",(e.displayName||e.name)&&(WithIntersectionObserverComponent.displayName+=`(${e.displayName||e.name})`),WithIntersectionObserverComponent.propTypes={onInView:o().func.isRequired,...e.propTypes},WithIntersectionObserverComponent}},61991:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>n,Kq:()=>o});const a=(0,i(63696).createContext)(""),{Consumer:s,Provider:o}=a,n=a},63264:(e,t,i)=>{"use strict";i.d(t,{A:()=>g});var a=i(62688),s=i.n(a),o=i(17243),n=i(4452),r=i.n(n),l=i(31589),c=i(63696),d=i(62540);function TableOverflowContainer({children:e}){const[t,i]=(0,c.useState)(!1),a=(0,c.useRef)(),s=(0,o.debounce)(n,100);function n(){if(!a.current)return;const{scrollLeft:e,scrollWidth:t,offsetWidth:s}=a.current,o=t-s;i(e<o-16&&0<o-16)}return(0,l.A)("resize",s),(0,c.useEffect)(()=>{n()},[]),(0,d.jsx)("div",{onScroll:(0,o.debounce)(n,100),className:r()("googlesitekit-table-overflow",{"googlesitekit-table-overflow--gradient":t}),children:(0,d.jsx)("div",{ref:a,className:"googlesitekit-table-overflow__container",children:e})})}TableOverflowContainer.propTypes={children:s().element};const g=TableOverflowContainer},63701:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(23224),l=i(62540);function PreviewTable({rows:e,rowHeight:t,padding:i}){const a=[];for(let i=0;e>i;i++)a.push((0,l.jsx)("div",{className:"googlesitekit-preview-table__row",children:(0,l.jsx)(r.A,{width:"100%",height:t+"px"})},"table-row-"+i));return(0,l.jsx)("div",{className:n()("googlesitekit-preview-table",{"googlesitekit-preview-table--padding":i}),children:a})}PreviewTable.propTypes={rows:s().number,rowHeight:s().number,padding:s().bool},PreviewTable.defaultProps={rows:11,rowHeight:35,padding:!1};const c=PreviewTable},63972:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 11 9"},e),a||(a=s.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M1 3.838 4.106 7 10 1"})))},64067:(e,t,i)=>{"use strict";i.d(t,{P9:()=>h,k:()=>p,mR:()=>I});var a=i(32091),s=i.n(a),o=i(17243),n=i(50539),r=i.n(n),l=i(21134),c=i(12850);const d="CREATE_SNAPSHOT",g="DELETE_SNAPSHOT",u="RESTORE_SNAPSHOT",m="SET_STATE_FROM_SNAPSHOT";function p(e,{keysToSnapshot:t}={}){s()(e,"storeName is required to create a snapshot store.");const i={},a={*deleteSnapshot(){return yield{payload:{},type:g}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:a}=yield{payload:{},type:u};return i&&(yield{payload:{snapshot:a},type:m},t&&(yield{payload:{},type:g})),i},*createSnapshot(){return yield{payload:{},type:d}}},r={[g]:()=>(0,l.LD)(`datastore::cache::${e}`),[d]:(0,n.createRegistryControl)(i=>()=>{const a=i.stores[e].store.getState(),s=t?.length>0?(0,o.pick)(a,t):a;return(0,l.SO)(`datastore::cache::${e}`,s)}),[u]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:a,controls:r,reducer:function(e=i,{type:a,payload:s}){if(a===m){const{snapshot:i}=s,{error:a,...o}=i;return t?.length>0?{...e,...o}:o}return e}}}function y(e=r()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function I(e=r()){return Promise.all(y(e).map(e=>e.getActions().createSnapshot()))}function h(e=r()){return Promise.all(y(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,i)=>{"use strict";i.d(t,{G:()=>s,t:()=>a});const a=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function s(e,t=a){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{"use strict";i.d(t,{c:()=>n});var a=i(82871),s=i(97398),o=i(99897);function n(e="",t={}){const{slug:i="",name:n="",owner:r={}}=t||{};if(!i||!n)return e;let l="",c="";return o.L1===i?e.match(/account/i)?l=(0,a.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,a.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,a.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):s.Y===i&&(l=(0,a.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),n)),r&&r.login&&(c=(0,a.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,a.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),r.login)),c||(c=(0,a.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},66889:(e,t,i)=>{"use strict";function a(e,t){const i=e.getBoundingClientRect(),a=t.getBoundingClientRect();return!(i.bottom<a.top||a.bottom<i.top||i.right<a.left||a.right<i.left)}i.d(t,{N:()=>a})},67150:(e,t,i)=>{"use strict";i.d(t,{G:()=>c,HY:()=>g,SG:()=>d,db:()=>s,e4:()=>m,vl:()=>u});i(17243);var a=i(82871);const s="missing_required_scopes",o="insufficientPermissions",n="forbidden",r="internal_server_error",l="invalid_json";function c(e){return e?.code===s}function d(e){return[o,n].includes(e?.data?.reason)}function g(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||d(e)||c(e)||g(e))}function m(e){return e?.code===r?(0,a.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,a.__)("The server provided an invalid response","google-site-kit"):e?.message}},67768:(e,t,i)=>{"use strict";i.d(t,{A:()=>SelectionPanelError});var a=i(62688),s=i.n(a),o=i(63696),n=i(66889),r=i(77967),l=i(62540);function SelectionPanelError({error:e,noPrefix:t=!0,skipRetryMessage:a=!0}){const s=(0,o.useRef)();return(0,o.useEffect)(()=>{if(e){const e=i.g.document.activeElement;e&&e.closest(".googlesitekit-selection-panel-item")&&(0,n.N)(s.current,e)&&e.scrollIntoView()}},[e]),e?(0,l.jsx)("div",{ref:s,children:(0,l.jsx)(r.A,{className:"googlesitekit-notice--square googlesitekit-selection-panel-error",error:e,noPrefix:t,skipRetryMessage:a})}):null}SelectionPanelError.propTypes={error:s().shape({message:s().string}),noPrefix:s().bool,skipRetryMessage:s().bool}},68326:(e,t,i)=>{"use strict";i.d(t,{A:()=>n});var a=i(50532),s=i.n(a),o=i(17243);const n=s()(({metrics:e,dimensions:t,...i}={})=>({metrics:r(e),dimensions:l(t),...i}));function r(e){return(0,o.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,o.isPlainObject)(e))}function l(e){return(0,o.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,o.isPlainObject)(e))}},68485:(e,t,i)=>{"use strict";i.d(t,{r:()=>AdminScreenTooltip,i:()=>a.i});var a=i(15863),s=i(63696),o=i(50539),n=i(62688),r=i(36703),l=i(40960),c=i(60592),d=i(14007),g=i(39771),u=i(32947),m=i(62540);function JoyrideTooltip(e){const{title:t,content:a,dismissLabel:o,disableOverlay:n=!0,target:p,cta:y=!1,className:I,styles:h={},slug:A="",placement:M="auto",onDismiss:f=()=>{},onView:S=()=>{},onTourStart:N=()=>{},onTourEnd:T=()=>{}}=e;function D(){return!!i.g.document.querySelector(p)}const[v,j]=(0,s.useState)(D),_=(0,u.dv)(),b=_===u.mp||_===u.Lg,[k,C]=(0,s.useState)(!0),E=(0,s.useRef)(b);if((0,l.A)(()=>{D()&&j(!0)},v?null:250),(0,s.useEffect)(()=>{let e=()=>{};if("function"==typeof i.g.ResizeObserver){const t=i.g.document.querySelector(p);if(t){const a=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});a.observe(t),e=()=>a.disconnect()}}return e},[p,v]),(0,s.useEffect)(()=>{let e;return E.current!==b&&(C(!1),e=setTimeout(()=>{C(!0)},50),E.current=b),()=>{e&&clearTimeout(e)}},[b]),!v)return null;const x=[{title:t,target:p,content:a,disableBeacon:!0,isFixed:!0,placement:M,cta:y,className:I}],w={close:o,last:o};return(0,m.jsx)(d.A,{slug:A,children:(0,m.jsx)(r.Ay,{callback:function({type:e}){switch(e){case r.qY.TOUR_START:N(),i.g.document.body.classList.add("googlesitekit-showing-tooltip");break;case r.qY.TOUR_END:T(),i.g.document.body.classList.remove("googlesitekit-showing-tooltip");break;case r.qY.STEP_AFTER:f();break;case r.qY.TOOLTIP:S()}},disableOverlay:n,spotlightPadding:0,floaterProps:g.ei,locale:w,steps:x,styles:{...g.R0,...h,options:{...g.R0.options,...h?.options},spotlight:{...g.R0.spotlight,...h?.spotlight}},tooltipComponent:c.A,run:k,disableScrolling:!0})})}JoyrideTooltip.propTypes={title:n.PropTypes.node,content:n.PropTypes.string,disableOverlay:n.PropTypes.bool,dismissLabel:n.PropTypes.string,target:n.PropTypes.string.isRequired,onDismiss:n.PropTypes.func,onShow:n.PropTypes.func,className:n.PropTypes.string,styles:n.PropTypes.object,slug:n.PropTypes.string,placement:n.PropTypes.string,onView:n.PropTypes.func};var p=i(7081),y=i(12850),I=i(77766);function AdminScreenTooltip(){const e=(0,I.A)(),{setValue:t}=(0,o.useDispatch)(p.n),i=(0,u.dv)(),{isTooltipVisible:a=!1,target:n,placement:r,className:l,tooltipSlug:c,title:d,content:g,dismissLabel:h}=(0,o.useSelect)(e=>e(p.n).getValue("admin-screen-tooltip")||{isTooltipVisible:!1});const A=(0,s.useCallback)(()=>{c&&(0,y.sx)(`${e}_${c}`,"tooltip_dismiss"),t("admin-screen-tooltip",void 0)},[t,c,e]);if(!a)return null;const M=i===u.mp||i===u.Lg,f=null!=n?n:'#adminmenu [href*="page=googlesitekit-settings"]',S=null!=r?r:"right";return(0,m.jsx)(JoyrideTooltip,{target:M?"body":f,placement:M?"center":S,className:M?"googlesitekit-tour-tooltip__modal_step":l||(n?void 0:"googlesitekit-tour-tooltip__fixed-settings-tooltip"),disableOverlay:!M,slug:"admin-screen-tooltip",title:d,content:g,dismissLabel:h,onView:function(){(0,y.sx)(`${e}_${c}`,"tooltip_view")},onDismiss:A})}},68869:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>n});var a=i(6732);const{Consumer:s,Provider:o}=a.A,n=o},70898:(e,t,i)=>{"use strict";function a(e){return"string"==typeof e&&""!==e&&/^AW-[0-9]+$/.test(e)}i.d(t,{EL:()=>a})},71032:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var a=i(62688),s=i.n(a),o=i(63696),n=i(82871),r=i(77967),l=i(62540);class MediaErrorHandler extends o.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e})}render(){const{children:e,errorMessage:t}=this.props,{error:i}=this.state;return i?(0,l.jsx)(r.A,{message:t}):e}}MediaErrorHandler.defaultProps={errorMessage:(0,n.__)("Failed to load media","google-site-kit")},MediaErrorHandler.propTypes={children:s().node.isRequired,errorMessage:s().string.isRequired};const c=MediaErrorHandler},71423:(e,t,i)=>{"use strict";i.d(t,{$:()=>o,D:()=>s});var a=i(24558);const s="core/notifications",o=[a.uR,a.jU,a.f7,a.Ax,a.Is]},71564:(e,t,i)=>{"use strict";i.d(t,{G4:()=>c,Ig:()=>o,Q3:()=>l,a2:()=>n,wA:()=>r});var a=i(17243),s=i(40127);function o(e){function t(e){return"string"==typeof e&&/^[a-zA-Z0-9_]+$/.test(e)}if("string"==typeof e){return e.split(",").every(t)}return(0,s.cX)(e,e=>{const i=e.hasOwnProperty("name")&&t(e.name);if(!e.hasOwnProperty("expression"))return i;const a="string"==typeof e.expression;return i&&a},t)}function n(e){return(0,s.cX)(e,e=>e.hasOwnProperty("name")&&"string"==typeof e.name)}function r(e){const t=["string"];return Object.keys(e).every(i=>{if(t.includes(typeof e[i]))return!0;if(Array.isArray(e[i]))return e[i].every(e=>t.includes(typeof e));if((0,a.isPlainObject)(e[i])){const t=Object.keys(e[i]);return!!t.includes("filterType")&&!("emptyFilter"!==e[i].filterType&&!t.includes("value"))}return!1})}function l(e){const t=["string"],i=["numericFilter","betweenFilter"];return Object.values(e).every(e=>{if(t.includes(typeof e))return!0;if(Array.isArray(e))return e.every(e=>t.includes(typeof e));if(!(0,a.isPlainObject)(e))return!1;const{filterType:s,value:o,fromValue:n,toValue:r}=e;if(s&&!i.includes(s))return!1;const l=Object.keys(e);return s&&"numericFilter"!==s?"betweenFilter"===s&&(l.includes("fromValue")&&l.includes("toValue")&&[n,r].every(e=>!(0,a.isPlainObject)(e)||"int64Value"in e)):l.includes("operation")&&l.includes("value")&&(!(0,a.isPlainObject)(o)||"int64Value"in o)})}function c(e){return!!Array.isArray(e)&&e.every(e=>!!(0,a.isPlainObject)(e)&&((!e.hasOwnProperty("desc")||"boolean"==typeof e.desc)&&(e.metric?!e.dimension&&"string"==typeof e.metric?.metricName:!!e.dimension&&"string"==typeof e.dimension?.dimensionName)))}},71769:(e,t,i)=>{"use strict";function a(e){return e.charAt(0).toUpperCase()+e.slice(1)}function s(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function o(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>o,m2:()=>a,sP:()=>s})},72455:(e,t,i)=>{"use strict";i.d(t,{CV:()=>_,Cu:()=>N,K9:()=>a,Kr:()=>y,Lf:()=>m,Oh:()=>n,PW:()=>j,Rx:()=>x,S9:()=>I,TQ:()=>g,Vt:()=>C,Wl:()=>f,ZC:()=>s,ZY:()=>r,_p:()=>E,ag:()=>p,aj:()=>u,bz:()=>b,dq:()=>k,f2:()=>c,fB:()=>v,fV:()=>D,iB:()=>d,kc:()=>l,mo:()=>A,nc:()=>T,rm:()=>S,to:()=>o,wo:()=>h,yn:()=>M});const a="modules/analytics-4",s="account_create",o="property_create",n="webdatastream_create",r="analyticsSetup",l=10,c=1,d="https://www.googleapis.com/auth/tagmanager.readonly",g="enhanced-measurement-form",u="enhanced-measurement-enabled",m="enhanced-measurement-should-dismiss-activation-banner",p="analyticsAccountCreate",y="analyticsCustomDimensionsCreate",I="https://www.googleapis.com/auth/analytics.edit",h="dashboardAllTrafficWidgetDimensionName",A="dashboardAllTrafficWidgetDimensionColor",M="dashboardAllTrafficWidgetDimensionValue",f="dashboardAllTrafficWidgetActiveRowIndex",S="dashboardAllTrafficWidgetLoaded",N={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},T={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},D=[T.CONTACT,T.GENERATE_LEAD,T.SUBMIT_LEAD_FORM],v={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},j="audiencePermissionsSetup",_="audienceTileCustomDimensionCreate",b="audience-selection-panel-expirable-new-badge-",k="audience",C="customDimension",E="property",x=[k,C,E]},72545:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),a||(a=s.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73549:(e,t,i)=>{"use strict";i.d(t,{A:()=>ReportZero});var a=i(62688),s=i.n(a),o=i(82871),n=i(50539),r=i(37226),l=i(4884),c=i(62540);function ReportZero({moduleSlug:e}){const t=(0,n.useSelect)(t=>t(r.i).getModule(e));return(0,c.jsx)(l.A,{title:(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s Gathering Data","google-site-kit"),t?.name),description:(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s data is not yet available, please check back later","google-site-kit"),t?.name)})}ReportZero.propTypes={moduleSlug:s().string.isRequired}},73881:(e,t,i)=>{"use strict";i.d(t,{A:()=>a});const a="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTA4IiBoZWlnaHQ9IjI2NyIgdmlld0JveD0iMCAwIDUwOCAyNjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzEwNTc2KSI+CjxwYXRoIGQ9Ik01MzMuOTg5IDIxNi4yNDNDNTA4LjI4MSAyNjkuOTc4IDQzOS41ODcgMjcwLjU1NiA0MDEuNDQyIDI2Mi4zNzFDMzUxLjY3OCAyNTEuNjkzIDMxOC42NDcgMjEyLjYzNCAyNzUuMiAyMTAuMTZDMjMxLjc1NCAyMDcuNjg1IDIwNy41MzIgMjMwLjI4OCAxNjAuNzE0IDIzNS45MzdDMTEzLjg5NSAyNDEuNTg1IDU2LjQ3NDcgMjM2LjQ1IDI2LjY5MjIgMTc4LjQyNUMtMy4wOTAyOCAxMjAuNDAxIDE3LjQ0OTMgNTguOTc2MyA3MC4zMzkgMjguMTkyM0MxMjMuMjI5IC0yLjU5MTc4IDE1NS4zMTcgMjguMzQ4MyAyMDcuNTMyIDI4LjE5MjNDMjU5Ljc0NyAyOC4wMzYzIDI4MC44NTQgLTE4LjU5MDkgMzI5LjQzMSAtMjIuMzcwMUMzNTMuNTQ0IC0yNC4yNDYgMzc3Ljg0MiAtMTkuMjg2IDQwMS45NjEgLTIuNTkxNzdDNDI1LjgxNiAxMy45MTk2IDQyOS4zMTIgNDQuMTM4OSA0ODguNjk5IDcyLjI1NTZDNTQ4LjA4NiAxMDAuMzcyIDU1OS42OTcgMTYyLjUwOCA1MzMuOTg5IDIxNi4yNDNaIiBmaWxsPSIjQjhFNkNBIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTQ2MV8xMDU3NikiPgo8cmVjdCB4PSIyNjciIHk9IjU4Ljg3NiIgd2lkdGg9IjEzNi4xMjIiIGhlaWdodD0iNzQuMjQ4NCIgcng9IjkuMDc0OCIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIyODAuMiIgeT0iNzIuMDc1MSIgd2lkdGg9IjIwLjYyNDYiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjgwLjIiIHk9Ijg2LjEwMDMiIHdpZHRoPSI0MS4yNDkxIiBoZWlnaHQ9IjE2LjQ5OTYiIHJ4PSI4LjI0OTgyIiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjI4MC4yIiB5PSIxMTQuOTc0IiB3aWR0aD0iMTA5LjcyMyIgaGVpZ2h0PSI2LjU5OTg2IiByeD0iMy4yOTk5MyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjg3LjYyMiA5MS44NzUyTDI5My4wNjIgOTcuMzE0N00yOTMuMDYyIDk3LjMxNDdMMjkzLjEyMiA5My4wMjM2TTI5My4wNjIgOTcuMzE0N0wyODguNzcxIDk3LjM3NTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yMzc0NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxyZWN0IHg9IjI5OC4zNSIgeT0iOTEuODc1MiIgd2lkdGg9IjE2LjQ5OTYiIGhlaWdodD0iNC45NDk4OSIgcng9IjEuNjQ5OTYiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTQ2MV8xMDU3NikiPgo8cmVjdCB4PSIxMTciIHk9IjE0NSIgd2lkdGg9IjEzNi4xMjIiIGhlaWdodD0iNzQuMjQ4NCIgcng9IjkuMDc0OCIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIxMzAiIHk9IjE1OCIgd2lkdGg9IjU0IiBoZWlnaHQ9IjciIHJ4PSIzLjI5OTkzIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEzMC4yIiB5PSIxNzIuMjI0IiB3aWR0aD0iNDEuMjQ5MSIgaGVpZ2h0PSIxNi40OTk2IiByeD0iOC4yNDk4MiIgZmlsbD0iI0ZGREVEMyIvPgo8cmVjdCB4PSIxMzAuMiIgeT0iMjAxLjA5OCIgd2lkdGg9IjEwOS43MjMiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEzNy42MjIgMTc3Ljk5OUwxNDMuMDYyIDE4My40MzlNMTQzLjA2MiAxODMuNDM5TDE0My4xMjIgMTc5LjE0OE0xNDMuMDYyIDE4My40MzlMMTM4Ljc3MSAxODMuNDk5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjM3NDciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxNDguMzUiIHk9IjE3Ny45OTkiIHdpZHRoPSIxNi40OTk2IiBoZWlnaHQ9IjQuOTQ5ODkiIHJ4PSIxLjY0OTk2IiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMl9kXzE0NjFfMTA1NzYpIj4KPHJlY3QgeD0iMTE3IiB5PSI1OC44NzYiIHdpZHRoPSIxMzYuMTIyIiBoZWlnaHQ9Ijc0LjI0ODQiIHJ4PSI5LjA3NDgiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iNzIuMDc1MSIgd2lkdGg9Ijg2LjYyMzEiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iODYuMTAwMyIgd2lkdGg9IjQxLjI0OTEiIGhlaWdodD0iMTYuNDk5NiIgcng9IjguMjQ5ODIiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iMTE0Ljk3NCIgd2lkdGg9IjEwOS43MjMiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEzNy42MjUgOTcuMzc1MUwxNDMuMDY0IDkxLjkzNTdNMTQzLjA2NCA5MS45MzU3TDEzOC43NzMgOTEuODc1Mk0xNDMuMDY0IDkxLjkzNTdMMTQzLjEyNSA5Ni4yMjY4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjM3NDciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxNDguMzUiIHk9IjkxLjg3NTIiIHdpZHRoPSIxNi40OTk2IiBoZWlnaHQ9IjQuOTQ5ODkiIHJ4PSIxLjY0OTk2IiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyM19kXzE0NjFfMTA1NzYpIj4KPHJlY3QgeD0iMjY3IiB5PSIxNDUiIHdpZHRoPSIxMzYuMTIyIiBoZWlnaHQ9Ijc0LjI0ODQiIHJ4PSI5LjA3NDgiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjgwLjE5OSIgeT0iMTU4LjE5OSIgd2lkdGg9IjUyLjc5ODkiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTI4MC4xOTkgMTgwLjQ3NEMyODAuMTk5IDE3NS45MTggMjgzLjg5MyAxNzIuMjI0IDI4OC40NDkgMTcyLjIyNEgzMTMuMTk5QzMxNy43NTUgMTcyLjIyNCAzMjEuNDQ4IDE3NS45MTggMzIxLjQ0OCAxODAuNDc0QzMyMS40NDggMTg1LjAzIDMxNy43NTUgMTg4LjcyNCAzMTMuMTk5IDE4OC43MjRIMjg4LjQ0OUMyODMuODkzIDE4OC43MjQgMjgwLjE5OSAxODUuMDMgMjgwLjE5OSAxODAuNDc0WiIgZmlsbD0iI0I4RTZDQSIvPgo8cmVjdCB4PSIyODAuMTk5IiB5PSIyMDEuMDk4IiB3aWR0aD0iMTA5LjcyMyIgaGVpZ2h0PSI2LjU5OTg2IiByeD0iMy4yOTk5MyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjg3LjYyNCAxODMuNDk5TDI5My4wNjMgMTc4LjA2TTI5My4wNjMgMTc4LjA2TDI4OC43NzIgMTc3Ljk5OU0yOTMuMDYzIDE3OC4wNkwyOTMuMTI0IDE4Mi4zNTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yMzc0NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxyZWN0IHg9IjI5OC4zNSIgeT0iMTc3Ljk5OSIgd2lkdGg9IjE2LjQ5OTYiIGhlaWdodD0iNC45NDk4OSIgcng9IjEuNjQ5OTYiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNDYxXzEwNTc2IiB4PSIyNTMuOCIgeT0iNDguOTc2MiIgd2lkdGg9IjE2Mi41MjIiIGhlaWdodD0iMTAwLjY0OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIzLjI5OTkzIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuNTk5ODYiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMDU3NiIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIxX2RfMTQ2MV8xMDU3NiIgeD0iMTAzLjgiIHk9IjEzNS4xIiB3aWR0aD0iMTYyLjUyMiIgaGVpZ2h0PSIxMDAuNjQ4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjMuMjk5OTMiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi41OTk4NiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTA1NzYiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjJfZF8xNDYxXzEwNTc2IiB4PSIxMDMuOCIgeT0iNDguOTc2MiIgd2lkdGg9IjE2Mi41MjIiIGhlaWdodD0iMTAwLjY0OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIzLjI5OTkzIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuNTk5ODYiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMDU3NiIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIzX2RfMTQ2MV8xMDU3NiIgeD0iMjUzLjgiIHk9IjEzNS4xIiB3aWR0aD0iMTYyLjUyMiIgaGVpZ2h0PSIxMDAuNjQ4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjMuMjk5OTMiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi41OTk4NiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTA1NzYiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTQ2MV8xMDU3NiI+CjxyZWN0IHdpZHRoPSI1MDgiIGhlaWdodD0iMjY3IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="},73887:(e,t,i)=>{"use strict";i.d(t,{A:()=>ConnectGA4CTAWidget});var a=i(63560),s=i(82871),o=i(63696),n=i(50539),r=i(37226),l=i(58116),c=i(86134),d=i(43427),g=i(72455),u=i(45472),m=i(93896),p=i(12850),y=i(99897),I=i(92698),h=i(94468),A=i(50787),M=i(20898),f=i(7184),S=i(73881),N=i(85284),T=i(62540);function ConnectGA4CTAWidget({Widget:e,WidgetNull:t}){const i=(0,o.useRef)(),D=(0,n.useSelect)(e=>{const t=e(l.oR).getKeyMetrics(),i=e(c.aO).getWidgets(d.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY);return t&&i?i.filter(({slug:e,modules:i})=>t.includes(e)&&i.includes(y.L1)):[]}),v=(0,n.useSelect)(e=>e(r.i).isModuleActive(y.L1)),j=(0,n.useSelect)(e=>{const t=e(g.K9).getAdminReauthURL();return!!t&&e(u.M).isNavigatingTo(t)}),_=(0,n.useSelect)(e=>e(r.i).isFetchingSetModuleActivation(y.L1,!0)),b=(0,n.useSelect)(e=>e(m.O4).getModuleSettingsEditURL(y.L1)),k=(0,n.useSelect)(e=>e(u.M).isNavigatingTo(b)),{dismissItem:C}=(0,n.useDispatch)(l.oR),E=(0,I.A)(y.L1),x=(0,h.A)(y.L1),w=(0,o.useCallback)(()=>v?x():(E(),null),[E,x,v]),R=(0,a.A)(i,{threshold:.25}),[L,G]=(0,o.useState)(!1),z=!!R?.intersectionRatio,{triggerSurvey:Z}=(0,n.useDispatch)(l.oR);(0,o.useEffect)(()=>{z&&!L&&(Z("view_kmw_setup_cta",{ttl:p.Du}),G(!0))},[z,L,Z]);const[P,O]=(0,o.useState)(!1),B=(0,A.d)(O,3e3);(0,o.useEffect)(()=>{_||j||k?O(!0):B(!1)},[_,j,B,k]);return!1!==(0,n.useSelect)(e=>e(l.oR).isItemDismissed(y.DF))||D.length<4?(0,T.jsx)(t,{}):(0,T.jsx)(e,{noPadding:!0,children:(0,T.jsx)(f.A,{ref:i,className:"googlesitekit-banner--setup-cta googlesitekit-km-connect-ga4-cta",title:(0,s.__)("Analytics is disconnected","google-site-kit"),description:(0,s.__)("Metrics cannot be displayed without Analytics","google-site-kit"),ctaButton:{label:(0,s.__)("Connect Analytics","google-site-kit"),onClick:w,disabled:P,inProgress:P},svg:{desktop:S.A,mobile:N.A,verticalPosition:"top"},footer:(0,T.jsx)(M.A,{onClick:()=>C(y.DF),children:(0,s.__)("Maybe later","google-site-kit")})})})}},74595:(e,t,i)=>{"use strict";i.d(t,{wA:()=>r.A,ws:()=>u.w,WM:()=>n.A});var a=i(29725),s=i(56805),o=i(78913),n=i(35470),r=i(63737),l=i(44319),c=i(31170),d=i(30043),g=i(66293),u=i(1102),m=i(47121),p=i(97241);const y=(0,a.I)({},i.g.wp?.data);y.combineStores=m.o3,y.commonActions=m.jU,y.commonControls=m._5,y.commonStore=m.x0,y.createReducer=function(e){return(0,p.Ay)(e)},y.useInViewSelect=u.w,y.controls=s.n,y.createRegistryControl=o.b,y.createRegistrySelector=o.N,y.useSelect=n.A,y.useDispatch=r.A,y.useRegistry=l.A,y.withSelect=c.A,y.withDispatch=d.A,y.RegistryProvider=g.Ay;const I=y;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=I},74944:(e,t,i)=>{"use strict";i.d(t,{s:()=>m});var a=i(4452),s=i.n(a),o=i(17243),n=i(82871),r=i(79829),l=i(12850),c=i(32091),d=i.n(c);var g=i(4869);function u(e,t){const i=[];return e.forEach(e=>{if(!e.metricValues)return;const{value:a}=e.metricValues[t],s=e.dimensionValues[0].value,o=(0,g.A)(s);i.push([o,a])}),i}function m(e,t,i,a,c=[(0,n.__)("Users","google-site-kit"),(0,n.__)("Sessions","google-site-kit"),(0,n.__)("Engagement Rate","google-site-kit"),(0,n.__)("Session Duration","google-site-kit")],g=[e=>parseFloat(e).toLocaleString(),e=>parseFloat(e).toLocaleString(),e=>(0,l.Eo)(e/100,{style:"percent",signDisplay:"never",maximumFractionDigits:2}),e=>(0,l.Eo)(e,"s")],m=[o.identity,o.identity,e=>100*e,o.identity]){const p=[...e?.rows||[]],y=p.length;if(2*i>y){const e=(0,l.XH)(a);for(let t=0;i>t;t++){const i=(e.getMonth()+1).toString(),a=e.getDate().toString(),s=e.getFullYear().toString()+(2>i.length?"0":"")+i+(2>a.length?"0":"")+a;if(t>y){const e=[{dimensionValues:[{value:s},{value:"date_range_0"}],metricValues:[{value:0},{value:0}]},{dimensionValues:[{value:s},{value:"date_range_1"}],metricValues:[{value:0},{value:0}]}];p.unshift(...e)}e.setDate(e.getDate()-1)}p.push({dimensionValues:[{value:"0"},{value:"date_range_0"}]},{dimensionValues:[{value:"0"},{value:"date_range_1"}]})}const I=c[t]===(0,n.__)("Session Duration","google-site-kit"),h=I?"timeofday":"number",A=[[{type:"date",label:(0,n.__)("Day","google-site-kit")},{type:"string",role:"tooltip",p:{html:!0}},{type:h,label:c[t]},{type:h,label:(0,n.__)("Previous period","google-site-kit")}]],{compareRange:M,currentRange:f}=function(e,{dateRangeLength:t}){function i(t){return e.filter(({dimensionValues:[,e]})=>e.value===t)}d()(Array.isArray(e),"report must be an array to partition."),d()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const a=-1*t;return{currentRange:i("date_range_0").slice(a),compareRange:i("date_range_1").slice(2*a,a)}}(p,{dateRangeLength:i}),S=u(f,t),N=u(M,t),T=(0,r.JK)(),D={weekday:"short",month:"short",day:"numeric"};return S.forEach((e,i)=>{if(!e[0]||!e[1]||!N[i])return;const a=m[t],o=a(e[1]),r=a(N[i][1]),d=parseFloat(r),u=(0,l.Cn)(o,d),p=(0,l.vY)(u),y=(0,n.sprintf)(/* translators: 1: date for user stats, 2: previous date for user stats comparison */ /* translators: 1: date for user stats, 2: previous date for user stats comparison */ (0,n._x)("%1$s vs %2$s","Date range for chart tooltip","google-site-kit"),e[0].toLocaleDateString(T,D),N[i][0].toLocaleDateString(T,D)),h=(0,n.sprintf)(/* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage */ /* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage */ (0,n._x)("%1$s: <strong>%2$s</strong> <em>%3$s %4$s</em>","Stat information for chart tooltip","google-site-kit"),c[t],g[t](o),p,(0,l.Eo)(Math.abs(u),"%"));A.push([e[0],`<div class="${s()("googlesitekit-visualization-tooltip",{"googlesitekit-visualization-tooltip--up":u>0,"googlesitekit-visualization-tooltip--down":u<0})}">\n\t\t\t\t<p>${y}</p>\n\t\t\t\t<p>${h}</p>\n\t\t\t</div>`,I?(0,l.vH)(o):o,I?(0,l.vH)(r):r])}),A}},75487:(e,t,i)=>{"use strict";i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>d});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:a,alignBottom:s,alignRight:o,alignLeft:l,smAlignRight:c,mdAlignRight:d,lgAlignRight:g,smSize:u,smStart:m,smOrder:p,mdSize:y,mdStart:I,mdOrder:h,lgSize:A,lgStart:M,lgOrder:f,size:S,children:N,...T}=e;return(0,r.jsx)("div",{...T,className:n()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":a,"mdc-layout-grid__cell--align-bottom":s,"mdc-layout-grid__cell--align-right":o,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":d,"mdc-layout-grid__cell--align-right-desktop":g,[`mdc-layout-grid__cell--span-${S}`]:12>=S&&S>0,[`mdc-layout-grid__cell--span-${A}-desktop`]:12>=A&&A>0,[`mdc-layout-grid__cell--start-${M}-desktop`]:12>=M&&M>0,[`mdc-layout-grid__cell--order-${f}-desktop`]:12>=f&&f>0,[`mdc-layout-grid__cell--span-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--start-${I}-tablet`]:8>=I&&I>0,[`mdc-layout-grid__cell--order-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${m}-phone`]:4>=m&&m>0,[`mdc-layout-grid__cell--order-${p}-phone`]:4>=p&&p>0}),children:N})}Cell.propTypes={smSize:s().number,smStart:s().number,smOrder:s().number,mdSize:s().number,mdStart:s().number,mdOrder:s().number,lgSize:s().number,lgStart:s().number,lgOrder:s().number,size:s().number,alignTop:s().bool,alignMiddle:s().bool,alignBottom:s().bool,alignRight:s().bool,alignLeft:s().bool,smAlignRight:s().bool,mdAlignRight:s().bool,lgAlignRight:s().bool,className:s().string,children:s().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},a)=>(0,r.jsx)("div",{ref:a,className:n()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:s().string,children:s().node},c.defaultProps={className:""};const d=c,g=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:a,collapsed:s,...o},l)=>(0,r.jsx)("div",{className:n()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":s,"mdc-layout-grid--fill":t}),...o,ref:l,children:a}));g.displayName="Grid",g.propTypes={alignLeft:s().bool,fill:s().bool,className:s().string,collapsed:s().bool,children:s().node},g.defaultProps={className:""};const u=g},75578:(e,t,i)=>{"use strict";i.d(t,{i$:()=>ChangeMetricsLink,kB:()=>InsufficientPermissionsError,uQ:()=>E,ym:()=>MetricTileNumeric,$:()=>MetricTileTable,mF:()=>MetricTileTablePlainText,sq:()=>z.A,sB:()=>w.A});var a=i(63696),s=i(82871),o=i(50539),n=i(7081),r=i(58116),l=i(50111),c=i(20898),d=i(674),g=i(93896),u=i(12850),m=i(98748),p=i(62540);function SetupCompletedSurveyTrigger(){const e=(0,o.useSelect)(e=>e(g.O4).isKeyMetricsSetupCompleted()),t=(0,o.useSelect)(e=>e(g.O4).getKeyMetricsSetupCompletedBy()),i=(0,o.useSelect)(e=>e(r.oR).getID());return e?(0,p.jsxs)(a.Fragment,{children:[(0,p.jsx)(m.A,{triggerID:"view_kmw",ttl:u.Du}),t===i&&(0,p.jsx)(m.A,{triggerID:"view_kmw_setup_completed",ttl:u.Du})]}):null}var y=i(77766),I=i(24558);const h={slug:"sharedKeyMetrics",contexts:[I.jU,I.Ax,I.f7,I.Is],gaEventCategory:e=>`${e}_shared_key-metrics`,steps:[{target:".googlesitekit-km-change-metrics-cta",title:(0,s.__)("Personalize your key metrics","google-site-kit"),content:(0,s.__)("Another admin has set up these tailored metrics for your site. Click here to personalize them.","google-site-kit"),placement:"bottom-start"}]};function ChangeMetricsLink(){const e=(0,o.useSelect)(e=>e(r.oR).getKeyMetrics()),t=(0,y.A)(),{setValue:i}=(0,o.useDispatch)(n.n),m=(0,a.useCallback)(()=>{i(l.EA,!0),(0,u.sx)(`${t}_kmw`,"change_metrics")},[i,t]),I=Array.isArray(e)&&e?.length>0;return function({renderChangeMetricLink:e}){const t=(0,o.useSelect)(e=>e(g.O4).getKeyMetricsSetupCompletedBy()),i=(0,o.useSelect)(e=>e(r.oR).getID()),{triggerOnDemandTour:s}=(0,o.useDispatch)(r.oR),n=Number.isInteger(t)&&Number.isInteger(i)&&t>0&&i!==t;(0,a.useEffect)(()=>{e&&n&&s(h)},[e,n,s])}({renderChangeMetricLink:I}),I?(0,p.jsxs)(a.Fragment,{children:[(0,p.jsx)(c.A,{className:"googlesitekit-widget-area__cta-link googlesitekit-km-change-metrics-cta",onClick:m,leadingIcon:(0,p.jsx)(d.A,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,s.__)("Change metrics","google-site-kit")}),(0,p.jsx)(SetupCompletedSurveyTrigger,{})]}):null}var A=i(62688),M=i.n(A),f=i(13606),S=i(36148);function InsufficientPermissionsError(e){const{moduleSlug:t,onRetry:i,infoTooltip:n,headerText:r}=e,l=(0,y.A)(),d=(0,o.useSelect)(e=>e(g.O4).getErrorTroubleshootingLinkURL({code:`${t}_insufficient_permissions`}));(0,a.useEffect)(()=>{(0,u.BI)(`${l}_kmw`,"insufficient_permissions_error")},[l]);const m=(0,a.useCallback)(()=>{(0,u.sx)(`${l}_kmw`,"insufficient_permissions_error_retry"),i?.()},[i,l]);return(0,p.jsx)(S.A,{title:(0,s.__)("Insufficient permissions","google-site-kit"),headerText:r,infoTooltip:n,children:(0,p.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[(0,p.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,f.A)((0,s.__)("Permissions updated? <a>Retry</a>","google-site-kit"),{a:(0,p.jsx)(c.A,{onClick:m})})}),(0,p.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,f.A)((0,s.__)("You’ll need to contact your administrator. <a>Learn more</a>","google-site-kit"),{a:(0,p.jsx)(c.A,{href:d,external:!0,hideExternalIndicator:!0})})})]})})}InsufficientPermissionsError.propTypes={moduleSlug:M().string.isRequired,onRetry:M().func.isRequired,headerText:M().string,infoTooltip:M().string};var N=i(63560),T=i(45472),D=i(99897),v=i(16196),j=i(68485),_=i(50234),b=i(7184),k=i(73881),C=i(85284);function KeyMetricsSetupCTAWidget({Widget:e,WidgetNull:t}){const i=(0,a.useRef)(),n=(0,y.A)(),d=`${n}_kmw-cta-notification`,m=(0,_.A)(),I=(0,o.useSelect)(e=>e(g.O4).getAdminURL("googlesitekit-user-input")),h=(0,o.useSelect)(e=>e(g.O4).getAdminURL("googlesitekit-metric-selection")),A=(0,o.useSelect)(e=>I&&e(T.M).isNavigatingTo(I)),M=(0,N.A)(i,{threshold:.25}),[f,S]=(0,a.useState)(!1),D=!!M?.intersectionRatio,{triggerSurvey:v}=(0,o.useDispatch)(r.oR);(0,a.useEffect)(()=>{D&&!f&&((0,u.sx)(`${n}_kmw-cta-notification`,"view_notification"),v("view_kmw_setup_cta",{ttl:u.Du}),S(!0))},[D,f,n,v]);const E={tooltipSlug:l.Uf,title:(0,s.__)("You can always set up goals in Settings later","google-site-kit"),content:(0,s.__)("The Key Metrics section will be added back to your dashboard once you set your goals in Settings","google-site-kit"),dismissLabel:(0,s.__)("Got it","google-site-kit")},x=(0,j.i)(E),{dismissItem:w}=(0,o.useDispatch)(r.oR),R=(0,a.useCallback)(async()=>{await(0,u.sx)(d,"dismiss_notification"),x(),await w(l.Uf)},[d,x,w]),{navigateTo:L}=(0,o.useDispatch)(T.M),G=(0,a.useCallback)(async()=>{await(0,u.sx)(d,"confirm_pick_own_metrics"),L(h)},[d,L,h]),z=(0,a.useCallback)(async()=>{await(0,u.sx)(d,"confirm_get_tailored_metrics"),L(I)},[d,L,I]);return m?(0,p.jsx)(e,{noPadding:!0,children:(0,p.jsx)(b.A,{ref:i,className:"googlesitekit-banner--setup-cta",title:(0,s.__)("Get personalized suggestions for user interaction metrics based on your goals","google-site-kit"),description:(0,s.__)("Answer 3 questions and we’ll suggest relevant metrics for your dashboard. These metrics will help you track how users interact with your site.","google-site-kit"),dismissButton:{label:(0,s.__)("Maybe later","google-site-kit"),onClick:R},ctaButton:{label:(0,s.__)("Get tailored metrics","google-site-kit"),onClick:z,disabled:A,inProgress:A},svg:{desktop:k.A,mobile:C.A,verticalPosition:"top"},footer:(0,p.jsxs)("div",{className:"googlesitekit-widget-key-metrics-footer",children:[(0,p.jsx)("span",{children:(0,s.__)("Interested in specific metrics?","google-site-kit")}),(0,p.jsx)(c.A,{onClick:G,children:(0,s.__)("Select your own metrics","google-site-kit")})]})})}):(0,p.jsx)(t,{})}KeyMetricsSetupCTAWidget.propTypes={Widget:M().elementType.isRequired,WidgetNull:M().elementType};const E=(0,v.A)({moduleName:D.L1})(KeyMetricsSetupCTAWidget);var x=i(2478),w=i(35886);function MetricTileNumeric({metricValue:e,metricValueFormat:t,subText:i,previousValue:a,currentValue:s,...o}){const n=(0,u.mK)(t);return(0,p.jsxs)(w.A,{className:"googlesitekit-km-widget-tile--numeric",...o,children:[(0,p.jsxs)("div",{className:"googlesitekit-km-widget-tile__metric-container",children:[(0,p.jsx)("div",{className:"googlesitekit-km-widget-tile__metric",children:(0,u.Eo)(e,n)}),(0,p.jsx)("p",{className:"googlesitekit-km-widget-tile__subtext",children:i})]}),(0,p.jsx)("div",{className:"googlesitekit-km-widget-tile__metric-change-container",children:(0,p.jsx)(x.A,{previousValue:a,currentValue:s,isAbsolute:"percent"===n?.style})})]})}MetricTileNumeric.propTypes={metricValue:M().oneOfType([M().string,M().number]),metricValueFormat:M().oneOfType([M().string,M().object]),subtext:M().string,previousValue:M().number,currentValue:M().number};var R=i(17243),L=i(4452),G=i.n(L);function MetricTileTable({rows:e=[],columns:t=[],limit:i,ZeroState:a,...s}){let o=null;return e?.length>0?o=e.slice(0,i||e.length).map((e,i)=>(0,p.jsx)("div",{className:"googlesitekit-table__body-row",children:t.map(({Component:t,field:i,className:a},s)=>{const o=void 0!==i?(0,R.get)(e,i):void 0;return(0,p.jsxs)("div",{className:G()("googlesitekit-table__body-item",a),children:[t&&(0,p.jsx)(t,{row:e,fieldValue:o}),!t&&o]},s)})},i)):a&&(o=(0,p.jsx)("div",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,p.jsx)("div",{className:"googlesitekit-table__body-zero-data",children:(0,p.jsx)(a,{})})})),(0,p.jsx)(w.A,{className:"googlesitekit-km-widget-tile--table",...s,children:(0,p.jsx)("div",{className:"googlesitekit-km-widget-tile__table",children:o})})}function MetricTileTablePlainText({content:e}){return(0,p.jsx)("p",{className:"googlesitekit-km-widget-tile__table-plain-text",children:e})}MetricTileTable.propTypes={rows:M().array,columns:M().array,limit:M().number,ZeroState:M().elementType},MetricTileTablePlainText.propTypes={content:M().string.isRequired};var z=i(40847);i(54593)},76283:(e,t,i)=>{"use strict";i.d(t,{Fs:()=>AudienceAreaFooter,Oc:()=>a.A,AG:()=>K.A,Rl:()=>AudienceSelectionPanel,c9:()=>Xi,x_:()=>ChangeGroupsLink,H8:()=>ConnectAnalyticsCTAWidget,xE:()=>wa,vw:()=>PrimaryUserSetupWidget,VR:()=>SecondaryUserSetupWidget});var a=i(80869),s=i(17243),o=i(62688),n=i.n(o),r=i(63696),l=i(16196),c=i(50539),d=i(67150),g=i(7081),u=i(82871);const m="audience-segmentation-info-notice-ui",p="audience-segmentation-info-notice",y=[{slug:"new-visitors",content:(0,u.__)("The higher the portion of new visitors you have, the more your audience is growing. Looking at what content brings them to your site may give you insights on how to reach even more people.","google-site-kit")},{slug:"compare-metrics",content:(0,u.__)("Select up to three visitor groups to display on the dashboard and easily compare metrics between them.","google-site-kit")},{slug:"custom-audiences",content:(0,u.__)("Configure your own custom audiences in Analytics to gain deeper insights into visitor behavior, for example consider creating an “Existing customers” or “Subscribers” segment, depending on what goals you have for your site.","google-site-kit")},{slug:"purchasers",content:(0,u.__)("Select the Purchasers visitor group to gain insights into which visitors bring the most revenue to your site.","google-site-kit")},{slug:"returning-visitors",content:(0,u.__)("The more returning visitors your site has, the stronger and more loyal an audience you’re building. Check which content brings people back to your site - it might help you create a strategy to build a community.","google-site-kit")},{slug:"compare-new-returning",content:(0,u.__)("Compare the ratio of “new” to “returning” visitors – this can give you insights on whether you have more people stopping by as a one-off, or more loyal visitors.","google-site-kit")},{slug:"compare-cities",content:(0,u.__)("Check the cities which bring you more new vs more returning visitors – there might be new audiences you could engage with in locations you hadn’t thought about.","google-site-kit")}];var I,h,A,M,f,S,N,T,D,v,j,_,b=i(55527),k=i(32947);function C(){return C=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},C.apply(null,arguments)}const E=e=>r.createElement("svg",C({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 233 117"},e),I||(I=r.createElement("path",{fill:"#F3F5F7",d:"M2.956 80.014a32.4 32.4 0 0 0 6.283 9.673c10.459 11.015 25.911 11.949 40.083 9.193A98.3 98.3 0 0 0 88.91 81.449c6.738-4.994 13.394-11.19 22.316-11.467 3.35-.103 6.814.82 9.345 2.998 5.259 4.497 5.165 12.186 9.269 17.516 5.458 7.088 13.308 9.283 21.87 10.101 24.191 2.309 53.006-5.265 69.646-23.694 14.857-16.452 16.64-42.63-1.343-57.629-8.216-6.852-19.483-9.992-30.117-8.392-8.127 1.223-16.378 4.942-24.791 5.977-9.908 1.22-16.033-2.943-24.05-7.79C127.086.641 108.62-2.597 92.807 2.292 77.671 6.972 66.777 19.747 52.048 25.36c-12.727 4.852-27.761 4.114-38.82 12.017C.143 46.727-3.146 65.603 2.956 80.014"})),r.createElement("path",{fill:"#161B18",d:"M118.945 116.194c32.642 0 59.104-1.654 59.104-3.694s-26.462-3.694-59.104-3.694c-32.643 0-59.105 1.654-59.105 3.694s26.462 3.694 59.105 3.694",opacity:.1,style:{mixBlendMode:"multiply"}}),h||(h=r.createElement("path",{fill:"#CBD0D3",d:"M118.945 116.194c32.642 0 59.104-1.654 59.104-3.694s-26.462-3.694-59.104-3.694c-32.643 0-59.105 1.654-59.105 3.694s26.462 3.694 59.105 3.694"})),A||(A=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.396,d:"M99.725 51.387c1.758 6.518 7.872 11.126 14.356 13.01 6.484 1.882 13.377 1.514 20.12 1.177 3.188-.158 6.449-.298 9.503.627s5.912 3.137 6.724 6.222c.466 1.773.121 3.686-.787 5.274"})),M||(M=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.4,d:"M87.114 62.487c-1.015 16.075-6.61 30.497-2.87 48.618h-4.26M91.929 111.105h-4.261l7.53-48.618"})),f||(f=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.396,d:"M73.527 57.419c-3.635 1.642-10.613 5.299-10.613 12.724"})),S||(S=r.createElement("path",{fill:"#CBD0D3",d:"m103.118 84.07-2.957.269-18.04 1.632-10.545.952-1-23.491-1.74-40.88 32.912-1.199.664 30.445.09 4.099.612 28.078z"})),N||(N=r.createElement("path",{fill:"#999F9B",d:"m100.163 84.339 1.697-.155 1.261-.114-1.371-62.719-1.891.087 1.017 59.457-29.439 2.786.103 2.34.04.9 10.545-.952 18.04-1.632z"})),T||(T=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.396,d:"M62.912 70.143c0 4.321 4.917 7.437 8.424 5.913"})),D||(D=r.createElement("path",{stroke:"#7B807D",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:3.607,d:"m159.169 21.79-22.985 89.068"})),v||(v=r.createElement("path",{fill:"#E77D5B",d:"m157.57 14.897-34.151 34.35a3.61 3.61 0 0 0 .016 5.1 3.6 3.6 0 0 0 1.62.929l46.822 12.4a3.606 3.606 0 0 0 4.404-4.435l-12.674-46.745a3.6 3.6 0 0 0-2.557-2.542 3.6 3.6 0 0 0-3.48.942"})),j||(j=r.createElement("path",{fill:"#962C0A",d:"m153.345 35.252 2.003-7.566 3.905 1.034-2.003 7.566-2.874 9.163-3.103-.822zm-2.709 18.123a2.77 2.77 0 0 1-1.715-1.274 2.77 2.77 0 0 1-.259-2.121q.296-1.116 1.265-1.68a2.77 2.77 0 0 1 2.121-.259q1.116.296 1.68 1.266t.268 2.085a2.77 2.77 0 0 1-1.275 1.715q-.97.564-2.085.268"})),_||(_=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.396,d:"M149.639 77.697a6.85 6.85 0 0 1-3.747 3.098c-3.335 1.14-7.399-.673-8.778-3.916"})));var x=i(15167),w=i(59323),R=i(49383),L=i(35902),G=i(13606),z=i(20898),Z=i(62540);function GetHelpLink({linkURL:e}){return(0,G.A)((0,u.__)("Contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,Z.jsx)(z.A,{href:e,external:!0,hideExternalIndicator:!0,children:(0,u.__)("Get help","google-site-kit")})})}function ErrorWidgetDetails({failedAudiences:e,showRetryButton:t,onRetry:i,onRequestAccess:a,errors:s,hasInsufficientPermissionsError:o}){return e?.length?(0,Z.jsxs)("div",{children:[(0,Z.jsx)(w.A,{children:(0,u.__)("Failed to create the following audiences:","google-site-kit")}),(0,Z.jsx)("ul",{className:"googlesitekit-widget-audience-segmentation-error__failed-audiences",children:e.map(e=>(0,Z.jsx)("li",{children:e},e))}),(0,Z.jsx)(R.Button,{onClick:i,danger:!0,children:(0,u.__)("Retry","google-site-kit")})]}):t&&i?(0,Z.jsx)(R.Button,{onClick:i,danger:!0,children:(0,u.__)("Retry","google-site-kit")}):(0,Z.jsx)(L.A,{moduleSlug:"analytics-4",error:s,GetHelpLink:o?GetHelpLink:void 0,hideGetHelpLink:!o,buttonVariant:"danger",getHelpClassName:"googlesitekit-error-retry-text",onRetry:i,onRequestAccess:a})}GetHelpLink.propTypes={linkURL:n().string.isRequired},ErrorWidgetDetails.propTypes={errors:n().arrayOf(n().object).isRequired,onRetry:n().func.isRequired,onRequestAccess:n().func.isRequired,showRetryButton:n().bool,failedAudiences:n().arrayOf(n().string),hasInsufficientPermissionsError:n().bool};const P=(0,r.forwardRef)(({Widget:e,errors:t,onRetry:i,onRequestAccess:a,showRetryButton:s,failedAudiences:o},n)=>{const r=(0,k.dv)(),l=r===k.mp,c=r===k.Lg,g=t.some(d.SG);return(0,Z.jsx)(e,{ref:n,className:"googlesitekit-audience-segmentation-error-widget",noPadding:!0,children:(0,Z.jsx)(b.xA,{className:"googlesitekit-audience-segmentation-error__widget-primary-cell",collapsed:!0,children:(0,Z.jsxs)(b.fI,{children:[(0,Z.jsxs)(b.fh,{smSize:6,mdSize:8,lgSize:7,children:[(0,Z.jsx)(x.A,{as:"h3",type:"title",size:"large",children:g?(0,u.__)("Insufficient permissions","google-site-kit"):(0,u.__)("Your visitor groups data loading failed","google-site-kit")}),(0,Z.jsx)("div",{className:"googlesitekit-widget-audience-segmentation-error__actions",children:(0,Z.jsx)(ErrorWidgetDetails,{failedAudiences:o,showRetryButton:s,onRetry:i,onRequestAccess:a,errors:t,hasInsufficientPermissionsError:g})})]}),!l&&!c&&(0,Z.jsx)(b.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",smSize:6,mdSize:3,lgSize:5,children:(0,Z.jsx)(E,{width:"233px"})}),c&&(0,Z.jsx)(b.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",mdSize:8,children:(0,Z.jsx)(E,{width:"233px"})}),l&&(0,Z.jsx)(b.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",smSize:8,children:(0,Z.jsx)(E,{width:"233px"})})]})})})});P.propTypes={Widget:n().elementType.isRequired,errors:n().arrayOf(n().object).isRequired,onRetry:n().func.isRequired,onRequestAccess:n().func.isRequired,showRetryButton:n().bool,failedAudiences:n().arrayOf(n().string)};const O=P;var B=i(61046),W=i(12850),U=i(77766),V=i(99897);const F=(0,B.A)(O);function AudienceSegmentationErrorWidget({Widget:e,errors:t,onRetry:i,showRetryButton:a,failedAudiences:o}){const n=(0,U.A)(),{setValue:l}=(0,c.useDispatch)(g.n),u=t?(0,s.castArray)(t):[],p=u.some(d.SG);return(0,r.useEffect)(()=>{l(m,!0)},[l]),(0,Z.jsx)(F,{Widget:e,errors:u,onRetry:function(){(0,W.sx)(`${n}_audiences-all-tiles`,"data_loading_error_retry").finally(()=>{l(m,!1),i?.()})},failedAudiences:o,onRequestAccess:()=>{(0,W.sx)(`${n}_audiences-all-tiles`,"insufficient_permissions_error_request_access")},showRetryButton:a,onInView:()=>{const e=p?"insufficient_permissions_error":"data_loading_error";(0,W.sx)(`${n}_audiences-all-tiles`,e)}})}AudienceSegmentationErrorWidget.propTypes={Widget:n().elementType.isRequired,errors:n().oneOfType([n().object,n().arrayOf(n().object)]).isRequired,onRetry:n().func,showRetryButton:n().bool,failedAudiences:n().arrayOf(n().string)};const H=(0,l.A)({moduleName:V.L1})(AudienceSegmentationErrorWidget);var K=i(28663),Y=(i(78464),i(72455)),Q=i(58116),J=i(133),q=i(29877);function X(e,t){return(0,c.useSelect)(i=>t.reduce((t,a)=>{const s=i(Y.K9).getPartialDataSiteKitAudience(a);if(void 0===s)return{};const o={};s?o.newVsReturning="new-visitors"===s.audienceSlug?"new":"returning":o.audienceResourceName=a;const n=i(Y.K9).hasFinishedResolution("getReport",[{...e,dimensionFilters:{...e.dimensionFilters,...o}}]);return t[a]=n,t},{}))}function $(e,t){return(0,c.useSelect)(i=>t.reduce((t,a)=>{const s=i(Y.K9).getPartialDataSiteKitAudience(a);if(void 0===s)return t;const o={};s?o.newVsReturning="new-visitors"===s.audienceSlug?"new":"returning":o.audienceResourceName=a;const n=i(Y.K9).getErrorForSelector("getReport",[{...e,dimensionFilters:{...e.dimensionFilters,...o}}]);return n&&(t[a]=n),t},{}))}function ee({isSiteKitAudiencePartialData:e,siteKitAudiences:t,otherAudiences:i}){const a=(0,c.useSelect)(e=>e(Q.oR).getConfiguredAudiences()),s={audienceResourceName:a},o=(0,c.useSelect)(e=>e(Q.oR).getDateRangeDates({offsetDays:Y.f2,compare:!0})),{startDate:n,endDate:r}=o,l=void 0===e?void 0:i.length>0||!1===e,d=t.length>0&&e,g={...o,dimensions:[{name:"audienceResourceName"}],dimensionFilters:s,metrics:[{name:"totalUsers"},{name:"sessionsPerUser"},{name:"screenPageViewsPerSession"},{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_reportOptions"},u=(0,c.useInViewSelect)(e=>{if(void 0!==l)return l?e(Y.K9).getReport(g):null},[l,g]),m=(0,c.useSelect)(e=>{if(void 0!==l)return!l||e(Y.K9).hasFinishedResolution("getReport",[g])}),p=(0,c.useSelect)(e=>{if(void 0!==l)return l?e(Y.K9).getErrorForSelector("getReport",[g]):null}),y={...o,dimensions:[{name:"newVsReturning"}],dimensionFilters:{newVsReturning:["new","returning"]},metrics:[{name:"totalUsers"},{name:"sessionsPerUser"},{name:"screenPageViewsPerSession"},{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_newVsReturningReportOptions"},I=(0,c.useInViewSelect)(e=>{if(void 0!==d)return d?e(Y.K9).getReport(y):null},[d,y]),h=(0,c.useSelect)(e=>{if(void 0!==d)return!d||e(Y.K9).hasFinishedResolution("getReport",[y])}),A=(0,c.useSelect)(e=>{if(void 0!==d)return d?e(Y.K9).getErrorForSelector("getReport",[y]):null}),M={startDate:n,endDate:r,metrics:[{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_totalPageviewsReportOptions"},f=(0,c.useInViewSelect)(e=>e(Y.K9).getReport(M)),S=(0,c.useSelect)(e=>e(Y.K9).hasFinishedResolution("getReport",[M])),N=(0,c.useSelect)(e=>e(Y.K9).getErrorForSelector("getReport",[M])),T=Number(f?.totals?.[0]?.metricValues?.[0]?.value)||0,D={startDate:n,endDate:r,dimensions:["city"],metrics:[{name:"totalUsers"}],orderby:[{metric:{metricName:"totalUsers"},desc:!0}],limit:4,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topCitiesReportOptions"},v=(0,c.useInViewSelect)(e=>e(Y.K9).getReportForAllAudiences(D,a)),j=X(D,a),_=$(D,a),b={startDate:n,endDate:r,dimensions:["pagePath"],metrics:[{name:"screenPageViews"}],dimensionFilters:{"customEvent:googlesitekit_post_type":{filterType:"stringFilter",matchType:"EXACT",value:"post"}},orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:3,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topContentReportOptions"},k=(0,c.useInViewSelect)(e=>e(Y.K9).getReportForAllAudiences(b,a)),C=X(b,a),E=$(b,a),x={startDate:n,endDate:r,dimensions:["pagePath","pageTitle"],metrics:[{name:"screenPageViews"}],dimensionFilters:{"customEvent:googlesitekit_post_type":{filterType:"stringFilter",matchType:"EXACT",value:"post"}},orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:15,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topContentPageTitlesReportOptions"};return{report:u,reportLoaded:m,reportError:p,siteKitAudiencesReport:I,siteKitAudiencesReportLoaded:h,siteKitAudiencesReportError:A,totalPageviews:T,totalPageviewsReportLoaded:S,totalPageviewsReportError:N,topCitiesReport:v,topCitiesReportsLoaded:j,topCitiesReportErrors:_,topContentReport:k,topContentReportsLoaded:C,topContentReportErrors:E,topContentPageTitlesReport:(0,c.useInViewSelect)(e=>e(Y.K9).getReportForAllAudiences(x,a)),topContentPageTitlesReportsLoaded:X(x,a),topContentPageTitlesReportErrors:$(x,a)}}var te,ie,ae,se,oe,ne,re,le,ce,de,ge,ue,me=i(35323),pe=i(23224);function AudienceTileLoading(){return(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-loading",children:[(0,Z.jsx)(pe.A,{width:"100%",height:"20px"}),(0,Z.jsx)(pe.A,{width:"100%",height:"52px"}),(0,Z.jsx)(pe.A,{width:"100%",height:"52px"}),(0,Z.jsx)(pe.A,{width:"100%",height:"52px"}),(0,Z.jsx)(pe.A,{width:"100%",height:"52px"}),(0,Z.jsx)(pe.A,{width:"100%",height:"52px"}),(0,Z.jsx)(pe.A,{width:"100%",height:"52px"})]})}function ye(){return ye=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},ye.apply(null,arguments)}const Ie=e=>r.createElement("svg",ye({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 190 142"},e),te||(te=r.createElement("path",{fill:"#F3F5F7",d:"M11.755 110.799a44 44 0 0 0 4.457 4.095c14.958 11.965 27.316 11.946 44.424 9.762 15.862-2.025 17.862-10.923 35.362-10.923s25.665 6.38 46 5 38.081-23.761 44.757-41.774c9.833-26.528-4.519-57.596-24.82-66.096-18.699-8.5-31.437.01-51.437-3.63C84.998 2.59 79.998-4.051 60.636 4c-20.53 8.701-20.455 23.533-32.699 38.667C18.974 53.747 4.956 56.312.734 76.959c-2.673 13.07 3.077 25.467 11.021 33.84"})),r.createElement("path",{fill:"#161B18",d:"M96.07 141.772c39.765 0 72-2.014 72-4.5 0-2.485-32.235-4.5-72-4.5s-72 2.015-72 4.5c0 2.486 32.236 4.5 72 4.5",opacity:.1,style:{mixBlendMode:"multiply"}}),ie||(ie=r.createElement("path",{fill:"#CBD0D3",d:"M96.07 141.772c39.765 0 72-2.014 72-4.5 0-2.485-32.235-4.5-72-4.5s-72 2.015-72 4.5c0 2.486 32.236 4.5 72 4.5"})),ae||(ae=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"M72.657 62.826c2.14 7.94 9.59 13.553 17.488 15.847 7.898 2.295 16.295 1.846 24.51 1.435 3.883-.192 7.855-.363 11.576.764s7.202 3.821 8.191 7.58c.568 2.16.147 4.49-.959 6.424"})),se||(se=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.705,d:"M57.306 76.348c-1.237 19.582-8.053 37.15-3.497 59.224h-5.188M63.171 135.572h-5.19l9.173-59.224"})),oe||(oe=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.7,d:"M40.754 70.174c-4.429 2-12.93 6.455-12.929 15.5"})),ne||(ne=r.createElement("path",{fill:"#CBD0D3",d:"m76.804 102.64-3.602.327-21.976 1.988-12.845 1.16-1.22-28.616-2.118-49.8 40.092-1.46.81 37.088.109 4.993.745 34.204z"})),re||(re=r.createElement("path",{fill:"#999F9B",d:"m73.203 102.967 2.067-.188 1.537-.139-1.671-76.403-2.303.105 1.24 72.43-35.862 3.393.125 2.852.048 1.095 12.845-1.159 21.977-1.989z"})),le||(le=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.7,d:"M27.827 85.674c0 5.264 5.99 9.06 10.262 7.203"})),ce||(ce=r.createElement("path",{stroke:"#7B807D",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:4.393,d:"m145.07 26.773-28 108.499"})),de||(de=r.createElement("path",{fill:"#E77D5B",d:"M143.121 18.374 101.519 60.22a4.39 4.39 0 0 0-1.124 4.247 4.4 4.4 0 0 0 3.116 3.096l57.038 15.105a4.394 4.394 0 0 0 5.365-5.402l-15.439-56.943a4.393 4.393 0 0 0-7.354-1.949"})),ge||(ge=r.createElement("path",{fill:"#962C0A",d:"m138.137 42.556 2.44-9.216 4.756 1.26-2.44 9.215-3.501 11.163-3.78-1.001zm-3.301 22.078a3.37 3.37 0 0 1-2.088-1.553 3.37 3.37 0 0 1-.316-2.584q.36-1.359 1.541-2.046a3.38 3.38 0 0 1 2.584-.316q1.359.36 2.046 1.542t.327 2.54a3.38 3.38 0 0 1-1.553 2.09q-1.182.686-2.541.327"})),ue||(ue=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"M133.461 94.876a8.35 8.35 0 0 1-4.565 3.774c-4.063 1.39-9.013-.82-10.694-4.77"}))),he=(0,r.forwardRef)(({errors:e,onRetry:t,onRequestAccess:i},a)=>{const s=e.some(e=>(0,d.SG)(e));return(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error",ref:a,children:(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-error__container",children:[(0,Z.jsx)(Ie,{className:"googlesitekit-audience-segmentation-tile-error__image"}),(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-error__body",children:[(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error__message",children:(0,Z.jsx)(x.A,{as:"h3",type:"headline",size:"small",className:"googlesitekit-audience-segmentation-tile-error__title",children:s?(0,u.__)("Insufficient permissions","google-site-kit"):(0,u.__)("Data loading failed","google-site-kit")})}),(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error__actions",children:(0,Z.jsx)(L.A,{moduleSlug:"analytics-4",error:e,GetHelpLink:s?GetHelpLink:void 0,hideGetHelpLink:!s,buttonVariant:"danger",onRetry:t,onRequestAccess:i})})]})]})})});he.propTypes={errors:n().array.isRequired,onRetry:n().func.isRequired,onRequestAccess:n().func.isRequired};const Ae=he,Me=(0,B.A)(Ae);function AudienceTileError({audienceSlug:e,errors:t}){const i=(0,U.A)(),a=t.some(e=>(0,d.SG)(e));return(0,Z.jsx)(Me,{errors:t,onInView:()=>{const t=a?"insufficient_permissions_error":"data_loading_error";(0,W.sx)(`${i}_audiences-tile`,t,e)},onRetry:()=>{(0,W.sx)(`${i}_audiences-tile`,"data_loading_error_retry",e)},onRequestAccess:()=>{(0,W.sx)(`${i}_audiences-tile`,"insufficient_permissions_error_request_access",e)}})}AudienceTileError.propTypes={audienceSlug:n().string.isRequired,errors:n().array.isRequired};var fe,Se=i(4452),Ne=i.n(Se);function Te(){return Te=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},Te.apply(null,arguments)}const De=e=>r.createElement("svg",Te({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),fe||(fe=r.createElement("path",{fill:"currentColor",d:"M.833 16.667v-2.334q0-.708.354-1.291a2.5 2.5 0 0 1 .98-.917q1.29-.646 2.624-.958a11 11 0 0 1 2.709-.333q1.375 0 2.708.333 1.333.313 2.625.958.604.313.958.917.375.584.375 1.292v2.333zm15 0v-2.5q0-.917-.52-1.75-.5-.855-1.438-1.458 1.062.125 2 .437a10 10 0 0 1 1.75.73q.75.416 1.145.937.396.5.396 1.104v2.5zM7.5 10a3.2 3.2 0 0 1-2.354-.979 3.2 3.2 0 0 1-.98-2.354q0-1.376.98-2.354a3.2 3.2 0 0 1 2.354-.98 3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .979 2.354 3.2 3.2 0 0 1-.98 2.354 3.2 3.2 0 0 1-2.353.98m8.333-3.333a3.2 3.2 0 0 1-.98 2.354 3.2 3.2 0 0 1-2.353.98q-.23 0-.584-.042a7 7 0 0 1-.583-.125q.563-.667.854-1.48a4.7 4.7 0 0 0 .313-1.687q0-.875-.313-1.688a4.8 4.8 0 0 0-.854-1.479q.292-.104.583-.125a4 4 0 0 1 .584-.042 3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .979 2.354M2.5 15h10v-.666a.74.74 0 0 0-.125-.417.74.74 0 0 0-.292-.292 10.5 10.5 0 0 0-2.27-.833 9.34 9.34 0 0 0-4.626 0q-1.146.27-2.27.833a.9.9 0 0 0-.313.292.84.84 0 0 0-.104.417zm5-6.666q.687 0 1.166-.48.5-.5.5-1.187t-.5-1.167Q8.186 5 7.5 5q-.688 0-1.188.5-.48.48-.479 1.167 0 .687.48 1.187.499.48 1.187.48"})));var ve;function je(){return je=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},je.apply(null,arguments)}const _e=e=>r.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),ve||(ve=r.createElement("path",{fill:"currentColor",d:"M10 17.5a7.4 7.4 0 0 1-2.937-.583 8 8 0 0 1-2.375-1.605 8 8 0 0 1-1.605-2.374A7.4 7.4 0 0 1 2.5 10q0-1.563.583-2.917a7.7 7.7 0 0 1 1.604-2.375 7.6 7.6 0 0 1 2.375-1.604A7.2 7.2 0 0 1 10 2.5q1.708 0 3.23.73a7.25 7.25 0 0 1 2.603 2.062V3.333H17.5v5h-5V6.667h2.292a6.2 6.2 0 0 0-2.104-1.834A5.6 5.6 0 0 0 10 4.167q-2.437 0-4.146 1.708Q4.167 7.563 4.167 10t1.687 4.146q1.71 1.687 4.146 1.687 2.188 0 3.813-1.416 1.646-1.418 1.937-3.584h1.708q-.312 2.854-2.458 4.771-2.125 1.896-5 1.896m2.333-4-3.166-3.167v-4.5h1.666v3.834l2.667 2.666z"})));var be;function ke(){return ke=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},ke.apply(null,arguments)}const Ce=e=>r.createElement("svg",ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),be||(be=r.createElement("path",{fill:"currentColor",d:"M13.125 16.667H3.334q-.689 0-1.188-.48-.48-.5-.479-1.187V5q0-.687.48-1.166.498-.5 1.187-.5h13.333q.687 0 1.167.5.5.479.5 1.166v10q0 .688-.5 1.188-.48.48-1.167.479H15.5l-3.916-3.917q-.437.292-.959.438-.5.146-1.041.146-1.562 0-2.667-1.084-1.083-1.104-1.083-2.666 0-1.563 1.083-2.646a3.63 3.63 0 0 1 2.667-1.104q1.562 0 2.646 1.104 1.104 1.083 1.104 2.646 0 .563-.146 1.062a3.4 3.4 0 0 1-.438.938L16.167 15h.5V5H3.334v10h8.125zm-3.541-5q.874 0 1.479-.604.604-.604.604-1.48 0-.875-.604-1.479a2.01 2.01 0 0 0-1.48-.604q-.874 0-1.479.604a2.01 2.01 0 0 0-.604 1.48q0 .875.604 1.479.604.603 1.48.604M3.334 15V5z"})));var Ee;function xe(){return xe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},xe.apply(null,arguments)}const we=e=>r.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Ee||(Ee=r.createElement("path",{fill:"currentColor",d:"M4.167 17.5q-.688 0-1.188-.48-.48-.498-.479-1.187V4.167q0-.689.48-1.167.499-.5 1.187-.5h11.666q.688 0 1.167.5.5.48.5 1.167v11.666q0 .688-.5 1.188-.48.48-1.167.479zm0-1.667h11.666v-10H4.167zM10 14.167q-1.709 0-3.062-.917A5.4 5.4 0 0 1 5 10.833a5.27 5.27 0 0 1 1.938-2.395Q8.29 7.499 10 7.5q1.709 0 3.042.938A5.23 5.23 0 0 1 15 10.833a5.35 5.35 0 0 1-1.958 2.417q-1.334.917-3.042.917m0-1.25q1.167 0 2.125-.542a4 4 0 0 0 1.5-1.542 3.85 3.85 0 0 0-1.5-1.52A4.1 4.1 0 0 0 10 8.75a4.1 4.1 0 0 0-2.125.563 3.85 3.85 0 0 0-1.5 1.52 4 4 0 0 0 1.5 1.542 4.24 4.24 0 0 0 2.125.542m0-.834a1.26 1.26 0 0 1-.896-.354 1.26 1.26 0 0 1-.354-.896q0-.52.354-.875.375-.375.896-.375.52 0 .875.375.375.354.375.875t-.375.896a1.2 1.2 0 0 1-.875.354"})));var Re;function Le(){return Le=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},Le.apply(null,arguments)}const Ge=e=>r.createElement("svg",Le({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Re||(Re=r.createElement("path",{fill:"currentColor",d:"M10 18.333a.78.78 0 0 1-.5-.166 1 1 0 0 1-.312-.438 11.6 11.6 0 0 0-1-2.187q-.585-1.022-1.646-2.396-1.062-1.376-1.73-2.625-.645-1.25-.645-3.021 0-2.437 1.687-4.125Q7.564 1.666 10 1.667q2.438 0 4.125 1.708 1.71 1.688 1.709 4.125 0 1.896-.73 3.166-.708 1.25-1.645 2.48-1.125 1.5-1.709 2.5a11.8 11.8 0 0 0-.937 2.083.94.94 0 0 1-.334.458.8.8 0 0 1-.479.146m0-2.979q.354-.708.792-1.396.459-.688 1.333-1.833a20 20 0 0 0 1.459-2.146q.583-1 .583-2.48 0-1.728-1.23-2.937Q11.73 3.332 10 3.333t-2.958 1.23Q5.833 5.77 5.834 7.5q0 1.479.562 2.479.584.98 1.48 2.146.874 1.146 1.312 1.833.458.688.812 1.396m0-5.77q.876 0 1.48-.605.603-.604.604-1.48 0-.874-.604-1.478A2.01 2.01 0 0 0 10 5.417q-.875-.001-1.479.604A2.01 2.01 0 0 0 7.917 7.5q0 .875.604 1.479t1.48.604"})));var ze;function Ze(){return Ze=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},Ze.apply(null,arguments)}const Pe=e=>r.createElement("svg",Ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),ze||(ze=r.createElement("path",{fill:"currentColor",d:"M3.334 16.667q-.689 0-1.188-.48-.48-.5-.479-1.187V5q0-.687.48-1.166.498-.5 1.187-.5h13.333q.687 0 1.167.5.5.479.5 1.166v10q0 .688-.5 1.188-.48.48-1.167.479zm0-1.667h8.75v-2.916h-8.75zm10.416 0h2.917V7.5H13.75zM3.334 10.417h8.75V7.5h-8.75z"})));function AudienceTileMetric({TileIcon:e,title:t,metricValue:i,Badge:a,metricValueFormat:s}){return(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric",children:[(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,Z.jsx)(e,{})}),(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__value",children:(0,W.Eo)(i,s)}),(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:t})]}),(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__badge-container",children:(0,Z.jsx)(a,{})})]})}function AudienceTileNoData(){return(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__no-data",children:(0,u.__)("No data to show yet","google-site-kit")})}function AudienceTileCitiesMetric({TileIcon:e,title:t,topCities:i}){const a=i?.dimensionValues?.filter(Boolean)||[],s=!!a.length;return(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric googlesitekit-audience-segmentation-tile-metric--cities",children:[(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,Z.jsx)(e,{})}),(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:t}),(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__content",children:[!s&&(0,Z.jsx)(AudienceTileNoData,{}),s&&a.map((e,t)=>(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric",children:[(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric-name",children:e?.value}),(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric-value",children:(0,W.Eo)(i?.metricValues[t]?.value/i?.total,{style:"percent",maximumFractionDigits:1})})]},e?.value))]})]})]})}AudienceTileMetric.propTypes={TileIcon:n().elementType.isRequired,title:n().string.isRequired,metricValue:n().number.isRequired,Badge:n().elementType.isRequired,metricValueFormat:n().object},AudienceTileCitiesMetric.propTypes={TileIcon:n().elementType.isRequired,title:n().string.isRequired,topCities:n().object};var Oe=i(44451),Be=i(78340),We=i(93896),Ue=i(10953);function BadgeWithTooltip({className:e="",label:t,onTooltipOpen:i,tooltipTitle:a}){return(0,Z.jsxs)("span",{className:Ne()("googlesitekit-badge-with-tooltip","googlesitekit-badge",e),children:[t,a&&(0,Z.jsx)(Ue.A,{onOpen:i,title:a})]})}function PartialDataNotice({content:e}){return(0,Z.jsx)("span",{className:"googlesitekit-audience-segmentation-partial-data-notice",children:e})}BadgeWithTooltip.propTypes={onTooltipOpen:n().func,tooltipTitle:n().node,className:n().string,label:n().node.isRequired},PartialDataNotice.propTypes={content:n().node};const Ve=(0,r.forwardRef)(({onClick:e,isSaving:t},i)=>(0,Z.jsxs)("div",{ref:i,className:"googlesitekit-audience-segmentation-tile-metric__no-data",children:[(0,u.__)("No data to show","google-site-kit"),(0,Z.jsx)(w.A,{children:(0,u.__)("Update Analytics to track metric","google-site-kit")}),(0,Z.jsx)(R.SpinnerButton,{onClick:e,isSaving:t,disabled:t,danger:!0,children:(0,u.__)("Update","google-site-kit")})]}));Ve.propTypes={onClick:n().func.isRequired,isSaving:n().bool};const Fe=Ve,He=(0,B.A)(Fe);function AudienceTilePagesMetricContent({topContentTitles:e,topContent:t,isTopContentPartialData:i,hasCustomDimension:a,onCreateCustomDimension:s,isSaving:o}){const n=(0,U.A)(),r=(0,me.A)(),l=(0,k.dv)(),d=[k.mp,k.Lg].includes(l),g=t?.dimensionValues?.filter(Boolean)||[],m=!!g.length,p=(0,c.useSelect)(e=>e(Q.oR).getDateRangeDates({offsetDays:Y.f2}));function ContentLinkComponent({content:t}){const i=e[t?.value],a=t?.value,s=(0,c.useSelect)(e=>r?null:e(Y.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:a},dates:p}));return r?(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__top-content-metric-name",children:i}):(0,Z.jsx)(z.A,{href:s,title:i,external:!0,hideExternalIndicator:!0,children:i})}return(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__content",children:[!a&&(0,Z.jsx)(He,{onClick:function(){(0,W.sx)(`${n}_audiences-top-content-cta`,"create_custom_dimension").finally(s)},isSaving:o,onInView:()=>{(0,W.sx)(`${n}_audiences-top-content-cta`,"view_cta")}}),a&&!m&&(0,Z.jsx)(AudienceTileNoData,{}),a&&m&&g.map((e,i)=>(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__page-metric-container",children:[(0,Z.jsx)(ContentLinkComponent,{content:e}),(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__page-metric-value",children:(0,W.Eo)(t?.metricValues[i]?.value)})]},e?.value)),d&&i&&(0,Z.jsx)(PartialDataNotice,{content:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this metric","google-site-kit")})]})}AudienceTilePagesMetricContent.propTypes={topContentTitles:n().object,topContent:n().object,isTopContentPartialData:n().bool,hasCustomDimension:n().bool,onCreateCustomDimension:n().func,isSaving:n().bool};var Ke=i(43427),Ye=i(27333);function AudienceTilePagesMetric({audienceTileNumber:e,audienceSlug:t,TileIcon:s,title:o,topContent:n,topContentTitles:l,isTopContentPartialData:g}){const m=(0,k.dv)(),p=(0,U.A)(),y=Y.Cu.googlesitekit_post_type.parameterName,I=(0,c.useSelect)(e=>!e(Y.K9).hasCustomDimensions(y)),h=(0,c.useSelect)(e=>e(Q.oR).hasScope(Y.S9)),A=(0,Oe.F)(i.g.location.href,{notification:"audience_segmentation",widgetArea:Ke.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION}),M=(0,Oe.F)(i.g.location.href,{widgetArea:Ke.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION}),f=(0,Ye.A)(Y.CV,"isAutoCreatingCustomDimensionsForAudience"),S=(0,c.useSelect)(e=>e(Y.K9).isCreatingCustomDimension(y)),N=(0,c.useSelect)(e=>e(Y.K9).isFetchingSyncAvailableCustomDimensions()),T=(0,c.useSelect)(e=>e(Y.K9).getCreateCustomDimensionError(y)),D=(0,c.useSelect)(e=>e(Y.K9).getPropertyID()),{clearError:v}=(0,c.useDispatch)(Y.K9),{setValues:j}=(0,c.useDispatch)(Be.s),{setPermissionScopeError:_,clearPermissionScopeError:b}=(0,c.useDispatch)(Q.oR),C=(0,Ye.A)(Y.CV,"isRetrying"),E=(0,Ye.A)(Y.CV,"autoSubmit"),x=(0,c.useSelect)(e=>e(We.O4).getSetupErrorCode()),{setSetupErrorCode:w}=(0,c.useDispatch)(We.O4),R=E&&"access_denied"===x,L=(0,r.useCallback)(({isRetrying:e}={})=>{j(Y.CV,{autoSubmit:!0,isRetrying:e}),h||_({code:d.db,message:(0,u.__)("Additional permissions are required to create new audiences in Analytics.","google-site-kit"),data:{status:403,scopes:[Y.S9],skipModal:!0,skipDefaultErrorNotifications:!0,redirectURL:A,errorRedirectURL:M}})},[h,A,M,_,j]),G=(0,r.useCallback)(()=>{j(Y.CV,{autoSubmit:!1,isRetrying:!1}),w(null),b(),v("createCustomDimension",[D,Y.Cu.googlesitekit_post_type])},[v,b,D,w,j]),z=[k.mp,k.Lg].includes(m),P=f||S||N;return(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric googlesitekit-audience-segmentation-tile-metric--top-content",children:[(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,Z.jsx)(s,{})}),(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:[o,!z&&g&&(0,Z.jsx)(BadgeWithTooltip,{className:"googlesitekit-audience-segmentation-partial-data-badge",label:(0,u.__)("Partial data","google-site-kit"),onTooltipOpen:()=>{(0,W.sx)(`${p}_audiences-tile`,"view_top_content_partial_data_tooltip",t)},tooltipTitle:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this metric","google-site-kit")})]}),(0,Z.jsx)(AudienceTilePagesMetricContent,{topContentTitles:l,topContent:n,isTopContentPartialData:g,hasCustomDimension:!I,onCreateCustomDimension:L,isSaving:P}),0===e&&(T&&!P||C&&!f||R)&&(0,Z.jsx)(a.A,{apiErrors:[T],title:(0,u.__)("Failed to enable metric","google-site-kit"),description:(0,u.__)("Oops! Something went wrong. Retry enabling the metric.","google-site-kit"),onRetry:()=>L({isRetrying:!0}),onCancel:G,inProgress:P,hasOAuthError:R,trackEventCategory:`${p}_audiences-top-content-cta`})]})]})}AudienceTilePagesMetric.propTypes={audienceTileNumber:n().number,audienceSlug:n().string.isRequired,TileIcon:n().elementType.isRequired,title:n().string.isRequired,topContent:n().object,topContentTitles:n().object,isTopContentPartialData:n().bool};var Qe,Je,qe,Xe,$e,et,tt,it,at,st,ot=i(2478);function nt(){return nt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},nt.apply(null,arguments)}const rt=e=>r.createElement("svg",nt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 109 94"},e),Qe||(Qe=r.createElement("path",{fill:"#EBEEF0",d:"M54.323 93.529c21.908 0 39.667-17.76 39.667-39.667 0-21.908-17.76-39.667-39.667-39.667s-39.667 17.76-39.667 39.667 17.76 39.667 39.667 39.667"})),Je||(Je=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2.578,d:"m37.717 38.469 52.162 18.445a12.955 12.955 0 0 0 16.533-7.896v0a12.95 12.95 0 0 0-3.553-13.955 13 13 0 0 0-4.349-2.582L87.024 28.42l-.014.042c.3-1.877.323-3.787.07-5.67"})),qe||(qe=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2.578,d:"M70.947 38.469 18.785 56.914A12.955 12.955 0 0 1 2.25 49.018v0a12.955 12.955 0 0 1 7.902-16.537L21.64 28.42l.016.042a19.4 19.4 0 0 1-.07-5.668"})),Xe||(Xe=r.createElement("path",{fill:"#70B2F5",d:"m27.61.51.497 83.126a39.625 39.625 0 0 0 53.598-1.071l1.19-82.11z"})),$e||($e=r.createElement("path",{fill:"#77AD8C",d:"m27.61.51.497 83.126a39.625 39.625 0 0 0 53.598-1.071l1.19-82.11z"})),r.createElement("path",{fill:"#77AD8C",d:"m82.648 17.112.24-16.66h-5.853l-1.033 86.633a40 40 0 0 0 5.702-4.526z",opacity:.2,style:{mixBlendMode:"multiply"}}),et||(et=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.785,d:"M44.723 46.377c4.916 3.946 11.868 4.892 19.218.273"})),tt||(tt=r.createElement("path",{fill:"#7B807D",d:"M80.38 24.992c0-9.563-11.446-17.056-26.059-17.056s-26.06 7.49-26.06 17.056z"})),it||(it=r.createElement("path",{fill:"#fff",stroke:"#464B48",strokeLinejoin:"round",strokeWidth:4.363,d:"M39.588 39.737c8.143 0 14.744-6.602 14.744-14.745s-6.601-14.744-14.744-14.744-14.744 6.601-14.744 14.744 6.601 14.744 14.744 14.744Z"})),at||(at=r.createElement("path",{fill:"#fff",stroke:"#464B48",strokeLinejoin:"round",strokeWidth:4.363,d:"M69.076 39.737c8.143 0 14.745-6.602 14.745-14.745s-6.602-14.744-14.745-14.744-14.744 6.601-14.744 14.744 6.601 14.744 14.744 14.744Z"})),st||(st=r.createElement("path",{stroke:"#B8BDB9",strokeLinejoin:"round",strokeWidth:3.173,d:"M30.86 24.992a8.74 8.74 0 0 1 8.726-8.726M60.348 24.992a8.74 8.74 0 0 1 8.726-8.726"})));function AudienceTileCollectingData(){return(0,Z.jsxs)(r.Fragment,{children:[(0,Z.jsx)(rt,{className:"googlesitekit-audience-segmentation-tile__zero-data-image"}),(0,Z.jsx)("p",{className:"googlesitekit-audience-segmentation-tile__zero-data-description",children:(0,u.__)("Site Kit is collecting data for this group.","google-site-kit")})]})}var lt;function ct(){return ct=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},ct.apply(null,arguments)}const dt=e=>r.createElement("svg",ct({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 19 19"},e),lt||(lt=r.createElement("path",{fill:"currentColor",d:"m12.907 10.523-1.088-1.088q.17-.88-.506-1.65-.675-.768-1.743-.6L8.482 6.098q.319-.15.638-.225.337-.075.712-.075 1.407 0 2.381.994.994.975.994 2.381 0 .375-.075.712-.075.319-.225.638m2.4 2.362-1.088-1.05a8 8 0 0 0 1.257-1.18 6.7 6.7 0 0 0 .956-1.482 7.3 7.3 0 0 0-2.7-3q-1.743-1.125-3.9-1.125-.544 0-1.069.075t-1.031.225L6.57 4.185a8 8 0 0 1 1.575-.468 8.2 8.2 0 0 1 1.687-.169q2.831 0 5.044 1.575a8.87 8.87 0 0 1 3.206 4.05 8.8 8.8 0 0 1-1.144 2.063 8.2 8.2 0 0 1-1.631 1.65m.375 4.613-3.15-3.113a10 10 0 0 1-1.331.32 10 10 0 0 1-1.369.093q-2.831 0-5.044-1.556a9 9 0 0 1-3.206-4.07 8.7 8.7 0 0 1 .994-1.837q.6-.862 1.369-1.537l-2.063-2.1 1.05-1.05 13.8 13.8zM4.995 6.848A8 8 0 0 0 4 7.917q-.45.58-.769 1.256a7.46 7.46 0 0 0 2.681 3.019q1.763 1.106 3.919 1.106.375 0 .731-.038.357-.056.731-.112l-.675-.713a6 6 0 0 1-.393.094 4 4 0 0 1-.394.019q-1.405 0-2.4-.975-.975-.994-.975-2.4 0-.207.019-.394.037-.187.094-.394z"})));function AudienceTileCollectingDataHideable({onHideTile:e}){return(0,Z.jsxs)(r.Fragment,{children:[(0,Z.jsx)("p",{className:"googlesitekit-audience-segmentation-tile__zero-data-description",children:(0,u.__)("You can hide this group until data is available.","google-site-kit")}),(0,Z.jsx)(z.A,{className:"googlesitekit-audience-segmentation-tile-hide-cta",onClick:e,leadingIcon:(0,Z.jsx)(dt,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,u.__)("Temporarily hide","google-site-kit")})]})}AudienceTileCollectingDataHideable.propTypes={onHideTile:n().func.isRequired};const gt=(0,r.forwardRef)(({Widget:e,audienceSlug:t,title:i,infoTooltip:a,isMobileBreakpoint:s,isTileHideable:o,onHideTile:n},r)=>{const l=(0,U.A)();return(0,Z.jsx)(e,{ref:r,noPadding:!0,children:(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile",children:(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__zero-data-container",children:[!s&&(0,Z.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__header",children:(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header-title",children:[i,a&&(0,Z.jsx)(Ue.A,{title:a,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>(0,W.sx)(`${l}_audiences-tile`,"view_tile_tooltip",t)})]})}),(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__zero-data-content",children:[(0,Z.jsx)(AudienceTileCollectingData,{}),o&&(0,Z.jsx)(AudienceTileCollectingDataHideable,{onHideTile:n})]})]})})})});gt.propTypes={Widget:n().elementType.isRequired,audienceSlug:n().string.isRequired,title:n().string.isRequired,infoTooltip:n().oneOfType([n().string,n().element]),isMobileBreakpoint:n().bool,isTileHideable:n().bool,onHideTile:n().func};const ut=gt,mt=(0,B.A)(ut);function AudienceTileZeroData({Widget:e,audienceSlug:t,title:i,infoTooltip:a,isMobileBreakpoint:s,isTileHideable:o,onHideTile:n}){const r=(0,U.A)();return(0,Z.jsx)(mt,{Widget:e,audienceSlug:t,title:i,infoTooltip:a,isMobileBreakpoint:s,isTileHideable:o,onHideTile:function(){(0,W.sx)(`${r}_audiences-tile`,"temporarily_hide",t).finally(n)},onInView:()=>{(0,W.sx)(`${r}_audiences-tile`,"view_tile_collecting_data",t)}})}function AudienceTile({audienceTileNumber:e=0,audienceSlug:t,title:i,infoTooltip:a,visitors:s,visitsPerVisitor:o,pagesPerVisit:n,pageviews:r,percentageOfTotalPageViews:l,topCities:d,topContent:g,topContentTitles:m,hasInvalidCustomDimensionError:p,Widget:y,audienceResourceName:I,isZeroData:h,isPartialData:A,isTileHideable:M,onHideTile:f}){const S=(0,k.dv)(),N=(0,U.A)(),T=(0,me.A)(),D=(0,c.useInViewSelect)(e=>{const t=e(Y.K9).getPropertyID();return t&&e(Y.K9).isPropertyPartialData(t)}),v=(0,c.useSelect)(e=>e(Y.K9).isSiteKitAudience(I)),j=(0,c.useInViewSelect)(e=>!v&&void 0!==D&&(!D&&I&&e(Y.K9).isAudiencePartialData(I)),[D,v,I]),_=(0,c.useInViewSelect)(e=>void 0!==D&&(!D&&!j&&e(Y.K9).isCustomDimensionPartialData("googlesitekit_post_type")),[j]),b=(0,c.useInViewSelect)(e=>e(Y.K9).hasCustomDimensions("googlesitekit_post_type"),[]),C=[k.mp,k.Lg].includes(S);return A&&h?(0,Z.jsx)(AudienceTileZeroData,{Widget:y,audienceSlug:t,title:i,infoTooltip:a,isMobileBreakpoint:C,isTileHideable:M,onHideTile:f}):(0,Z.jsx)(y,{noPadding:!0,children:(0,Z.jsxs)("div",{className:Ne()("googlesitekit-audience-segmentation-tile",{"googlesitekit-audience-segmentation-tile--partial-data":j}),children:[!C&&(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header",children:[(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header-title",children:[i,a&&(0,Z.jsx)(Ue.A,{title:a,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>(0,W.sx)(`${N}_audiences-tile`,"view_tile_tooltip",t)})]}),j&&(0,Z.jsx)(BadgeWithTooltip,{className:"googlesitekit-audience-segmentation-partial-data-badge",label:(0,u.__)("Partial data","google-site-kit"),tooltipTitle:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this group","google-site-kit"),onTooltipOpen:()=>{(0,W.sx)(`${N}_audiences-tile`,"view_tile_partial_data_tooltip",t)}})]}),(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__metrics",children:[C&&j&&(0,Z.jsx)(PartialDataNotice,{content:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this group","google-site-kit")}),(0,Z.jsx)(AudienceTileMetric,{TileIcon:De,title:(0,u.__)("Visitors","google-site-kit"),metricValue:s.currentValue,Badge:()=>(0,Z.jsx)(ot.A,{previousValue:s.previousValue,currentValue:s.currentValue})}),(0,Z.jsx)(AudienceTileMetric,{TileIcon:_e,title:(0,u.__)("Visits per visitor","google-site-kit"),metricValue:o.currentValue,Badge:()=>(0,Z.jsx)(ot.A,{previousValue:o.previousValue,currentValue:o.currentValue})}),(0,Z.jsx)(AudienceTileMetric,{TileIcon:Ce,title:(0,u.__)("Pages per visit","google-site-kit"),metricValue:n.currentValue,Badge:()=>(0,Z.jsx)(ot.A,{previousValue:n.previousValue,currentValue:n.currentValue}),metricValueFormat:{style:"decimal",maximumFractionDigits:2}}),(0,Z.jsx)(AudienceTileMetric,{TileIcon:we,title:(0,u.sprintf)(/* translators: %s: is a percentage value such as 33.3%. */ /* translators: %s: is a percentage value such as 33.3%. */ (0,u.__)("%s of total pageviews","google-site-kit"),(0,W.Eo)(l,{style:"percent",maximumFractionDigits:1})),metricValue:r.currentValue,Badge:()=>(0,Z.jsx)(ot.A,{previousValue:r.previousValue,currentValue:r.currentValue})}),(0,Z.jsx)(AudienceTileCitiesMetric,{TileIcon:Ge,title:(0,u.__)("Cities with the most visitors","google-site-kit"),topCities:d}),(!T||b&&!p)&&(0,Z.jsx)(AudienceTilePagesMetric,{audienceTileNumber:e,audienceSlug:t,TileIcon:Pe,title:(0,u.__)("Top content by pageviews","google-site-kit"),topContentTitles:m,topContent:g,isTopContentPartialData:_})]})]})})}function AudienceTooltipMessage({audienceSlug:e,audienceName:t}){const i=(0,c.useSelect)(e=>e(We.O4).getDocumentationLinkURL("visitor-group-insights"));return(0,r.useMemo)(()=>{switch(e){case"new-visitors":return(0,G.A)((0,u.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,u.__)('%s are people who visited your site for the first time. Note that under some circumstances it\'s possible for a visitor to be counted in both the "new" and "returning" groups. <link>Learn more</link>',"google-site-kit"),"<strong>New visitors</strong>"),{strong:(0,Z.jsx)("strong",{}),link:(0,Z.jsx)(z.A,{href:i,external:!0,hideExternalIndicator:!0})});case"returning-visitors":return(0,G.A)((0,u.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,u.__)('%s are people who have visited your site at least once before. Note that under some circumstances it\'s possible for a visitor to be counted in both the "new" and "returning" groups. <link>Learn more</link>',"google-site-kit"),"<strong>Returning visitors</strong>"),{strong:(0,Z.jsx)("strong",{}),link:(0,Z.jsx)(z.A,{href:i,external:!0,hideExternalIndicator:!0})});default:return(0,G.A)((0,u.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,u.__)("%s is an audience that already exists in your Analytics property. Note that it's possible for a visitor to be counted in more than one group. <link>Learn more</link>","google-site-kit"),`<strong>${t}</strong>`),{strong:(0,Z.jsx)("strong",{}),link:(0,Z.jsx)(z.A,{href:i,external:!0,hideExternalIndicator:!0})})}},[e,t,i])}var pt,yt,It,ht,At,Mt,ft,St,Nt,Tt,Dt,vt,jt,_t,bt,kt,Ct,Et,xt,wt,Rt,Lt,Gt,zt,Zt,Pt,Ot,Bt,Wt,Ut,Vt,Ft,Ht,Kt,Yt,Qt,Jt,qt,Xt,$t,ei,ti,ii,ai,si,oi,ni,ri,li,ci,di,gi,ui,mi,pi,yi,Ii,hi,Ai,Mi,fi,Si,Ni,Ti,Di,vi,ji,_i,bi,ki;function Ci(){return Ci=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},Ci.apply(null,arguments)}AudienceTileZeroData.propTypes={Widget:n().elementType.isRequired,audienceSlug:n().string.isRequired,title:n().string.isRequired,infoTooltip:n().oneOfType([n().string,n().element]),isMobileBreakpoint:n().bool,isTileHideable:n().bool,onHideTile:n().func},AudienceTile.propTypes={audienceTileNumber:n().number,audienceSlug:n().string.isRequired,title:n().string.isRequired,infoTooltip:n().oneOfType([n().string,n().element]),visitors:n().object,visitsPerVisitor:n().object,pagesPerVisit:n().object,pageviews:n().object,percentageOfTotalPageViews:n().number,topCities:n().object,topContent:n().object,topContentTitles:n().object,hasInvalidCustomDimensionError:n().bool,Widget:n().elementType.isRequired,audienceResourceName:n().string.isRequired,isZeroData:n().bool,isPartialData:n().bool,isTileHideable:n().bool,onHideTile:n().func},AudienceTooltipMessage.propTypes={audienceSlug:n().string.isRequired};const Ei=e=>r.createElement("svg",Ci({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 211 109"},e),pt||(pt=r.createElement("path",{fill:"#B8E6CA",d:"M2.675 72.31a29.3 29.3 0 0 0 5.678 8.74c9.451 9.955 23.416 10.799 36.223 8.308a88.8 88.8 0 0 0 35.776-15.752c6.09-4.513 12.104-10.113 20.167-10.363 3.027-.093 6.158.741 8.445 2.71 4.753 4.063 4.668 11.012 8.377 15.829 4.932 6.405 12.026 8.389 19.764 9.128 21.862 2.086 47.902-4.758 62.939-21.412 13.426-14.868 15.038-38.526-1.214-52.08-7.425-6.192-17.606-9.03-27.216-7.584-7.345 1.105-14.801 4.467-22.404 5.401-8.954 1.103-14.49-2.659-21.734-7.04C114.852.58 98.164-2.345 83.874 2.072 70.195 6.301 60.35 17.846 47.04 22.918c-11.502 4.385-25.089 3.717-35.082 10.86C.133 42.228-2.84 59.286 2.675 72.31"})),r.createElement("path",{fill:"#161B18",d:"M108.273 109c54.612 0 98.883-1.735 98.883-3.874s-44.271-3.875-98.883-3.875-98.882 1.735-98.882 3.875S53.66 109 108.273 109",opacity:.1,style:{mixBlendMode:"multiply"}}),yt||(yt=r.createElement("path",{fill:"#CBD0D3",d:"M108.273 109c54.612 0 98.883-1.735 98.883-3.874s-44.271-3.875-98.883-3.875-98.882 1.735-98.882 3.875S53.66 109 108.273 109"})),It||(It=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M134.765 53.225c-1.065 16.927-6.936 32.112-3.012 51.193h-4.468M139.814 104.418h-4.47l7.9-51.193"})),ht||(ht=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M120.504 36.651c-3.814 1.73-11.135 5.58-11.135 13.398M147.266 35.787c3.493 1.787 11.06 7.678 11.977 13.225"})),At||(At=r.createElement("path",{fill:"#77AD8C",d:"m151.555 75.952-3.102.282-18.926 1.719-11.063 1.002-1.049-24.735-1.825-43.046 34.528-1.262.697 32.058.094 4.316.642 29.565z"})),Mt||(Mt=r.createElement("path",{fill:"#5C9271",d:"m148.453 76.234 1.78-.162 1.323-.12-1.439-66.042-1.983.091 1.281 63.2-24.976 2.127.862-19.15-7.844-1.074.86 20.438.107 2.465.041.946 11.063-1.002 18.927-1.719z"})),ft||(ft=r.createElement("path",{fill:"#CBD0D3",d:"M135.891 70.752c.032.916-.392-20.197-.629-27.044-6.628-3.008-13.797-3.559-20.67-1.228l.628 27.043c6.874-2.33 14.043-1.779 20.671 1.23"})),St||(St=r.createElement("path",{fill:"#EBEEF0",d:"M135.926 70.752c.01.916-.547-20.194-.629-27.044 6.481-3.306 13.617-4.182 20.592-2.166l.629 27.043c-6.975-2.015-14.111-1.139-20.592 2.167"})),Nt||(Nt=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M133.233 60.796c-.083-3.907-.202-9.298-.333-14.96l.196-.005a8404 8404 0 0 1 .43 19.559l.023 1.18.004.262v.05l-.001.008a.18.18 0 0 1-.093.083.18.18 0 0 1-.1-.08l-.002-.007v-.007l-.001-.02h.001v-.025l-.004-.26-.023-1.18zm.126 6.063a.2.2 0 0 1 .093-.08.2.2 0 0 1 .097.073zm.194.01v-.001zM130.917 60.007c-.084-3.912-.203-9.29-.334-14.911l.197-.004a10935 10935 0 0 1 .432 19.528l.024 1.198.004.271.001.05v.008l-.004.02c-.054.062-.17.035-.189-.002l-.003-.015-.001-.005v-.053000000000000005l-.005-.27-.024-1.198c-.022-1.071-.055-2.66-.098-4.617m.129 6.12.193-.006-.001-.006c-.02-.037-.135-.063-.19-.002zM128.613 59.401c-.086-3.923-.206-9.285-.335-14.834l.197-.005a9890 9890 0 0 1 .459 20.704l.005.284.001.055v.008l-.001.006a.18.18 0 0 1-.094.087.2.2 0 0 1-.1-.082l-.001-.007-.001-.017h.001l-.001-.047-.005-.283-.025-1.221zm.131 6.199.195-.007a.2.2 0 0 0-.1-.081.2.2 0 0 0-.095.086zM126.303 58.977c-.087-3.938-.207-9.284-.334-14.744l.196-.005c.127 5.46.248 10.807.335 14.744l.102 4.688.032 1.545.001.061v.012l-.001.009c-.005.02-.109.084-.191.017l-.004-.02v-.008l-.001-.007h.001v-.001l-.001-.06-.006-.296-.026-1.248zm.136 6.292.195-.007-.004-.018c-.081-.066-.186-.003-.19.017zM124.002 58.73c-.088-3.958-.209-9.292-.334-14.653l.196-.004a14129 14129 0 0 1 .439 19.391l.028 1.28.006.312.002.068v.015l-.002.014c-.08.078-.19.014-.194-.004l-.001-.007v-.009000000000000001l.196-.006v-.005c-.005-.018-.114-.082-.194-.004l-.002.014v.001-.007l-.001-.066-.006-.312-.028-1.28zM121.709 58.698c-.09-3.97-.211-9.281-.333-14.54l.196-.005a15731 15731 0 0 1 .44 19.316l.029 1.306.006.327.002.074v.021a.2.2 0 0 1-.021.056.17.17 0 0 1-.175-.05v-.006l-.001-.004.197-.007-.001-.003a.16.16 0 0 0-.174-.05.2.2 0 0 0-.021.056v.003l-.001-.013-.001-.073-.007-.326-.028-1.307zM119.414 58.855c-.091-3.986-.212-9.28-.332-14.44l.196-.005c.12 5.16.242 10.454.333 14.44l.109 4.818.03 1.336.008.34.001.082.001.017v.006c0 .004-.098.096-.196.009l-.001-.007v-.002l.197-.006-.001-.006c-.098-.087-.196.005-.196.01v.001-.018000000000000002l-.002-.081-.007-.34-.03-1.336zM116.797 44.873l.196-.004.489 21.033h-.01l-.186.005z",clipRule:"evenodd"})),Tt||(Tt=r.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M133.317 67.22c-5.153-1.86-10.563-2.237-15.85-.939a.388.388 0 1 1-.188-.754c5.447-1.338 11.016-.948 16.306.963a.388.388 0 1 1-.268.73M133.267 64.222c-5.159-1.867-10.574-2.245-15.866-.946a.388.388 0 1 1-.189-.754c5.454-1.34 11.027-.947 16.323.97a.387.387 0 0 1 .234.498.39.39 0 0 1-.502.232M133.204 61.217c-5.162-1.867-10.576-2.245-15.866-.946a.393.393 0 0 1-.475-.284.39.39 0 0 1 .287-.47c5.45-1.339 11.023-.946 16.323.97a.39.39 0 0 1 .234.498.393.393 0 0 1-.503.232M133.134 58.212c-5.163-1.866-10.576-2.245-15.866-.946a.388.388 0 1 1-.189-.755c5.451-1.338 11.024-.945 16.323.97a.386.386 0 0 1 .234.499.39.39 0 0 1-.502.232M133.071 55.213c-5.163-1.872-10.584-2.252-15.881-.95a.388.388 0 1 1-.189-.754c5.459-1.342 11.038-.947 16.339.974a.39.39 0 0 1 .234.498.393.393 0 0 1-.503.232M133.001 52.208c-5.164-1.87-10.584-2.251-15.882-.95a.389.389 0 1 1-.188-.755c5.458-1.34 11.038-.945 16.339.975a.388.388 0 1 1-.269.73",clipRule:"evenodd"})),Dt||(Dt=r.createElement("path",{fill:"#B8BDB9",d:"M116.886 44.87c5.378-1.32 10.878-.934 16.11.963l.054 2.999c-5.227-1.891-10.721-2.276-16.094-.957z"})),vt||(vt=r.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m117.284 45.176.051 2.21c5.118-1.161 10.331-.806 15.312.893l-.039-2.17c-4.989-1.759-10.21-2.127-15.324-.934m-.494-.682c5.459-1.341 11.038-.947 16.339.975l.253.091.069 3.832-.536-.194c-5.159-1.867-10.574-2.245-15.866-.945l-.475.116-.089-3.8z",clipRule:"evenodd"})),jt||(jt=r.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M137.87 60.692a7073 7073 0 0 1-.362-14.961l.196-.005a8741 8741 0 0 0 .48 19.558l.04 1.44v.025h.001l.001.02-.001.003v.012a.2.2 0 0 1-.097.084.18.18 0 0 1-.097-.08l-.002-.008v-.003l-.002-.046-.008-.262-.032-1.18c-.028-1.06-.068-2.644-.117-4.597m.352 6.057a.2.2 0 0 0-.096-.076.2.2 0 0 0-.093.078zm-.193.018v.001zM140.148 59.798c-.098-3.912-.228-9.29-.359-14.91l.196-.005a10307 10307 0 0 0 .507 20.724l.008.27.001.036h.001v.023l-.002.015c-.018.038-.132.07-.189.01l-.005-.02v-.008l-.002-.05-.008-.27-.032-1.199c-.027-1.07-.068-2.66-.116-4.616m.352 6.115-.003-.014c-.057-.06-.172-.027-.189.01l-.001.006zM142.426 59.088c-.097-3.923-.227-9.285-.356-14.835l.197-.004c.129 5.55.258 10.911.355 14.834l.116 4.647.032 1.22.008.284.002.047v.024a.2.2 0 0 1-.096.086.2.2 0 0 1-.099-.082l-.001-.006v-.008l-.002-.055-.008-.284-.032-1.22zm.353 6.193v-.002a.2.2 0 0 0-.099-.082.18.18 0 0 0-.095.086zM144.711 58.559c-.096-3.937-.225-9.283-.352-14.744l.197-.004c.127 5.46.255 10.806.351 14.743l.115 4.688.032 1.247.008.297.002.059v.001h.001v.011000000000000001l-.001.004-.003.02c-.078.07-.186.012-.191-.008l-.002-.01v-.011l-.002-.06-.008-.298-.032-1.248zm.353 6.287-.001-.008c-.006-.02-.113-.078-.191-.008l-.004.018zm-.196.007",clipRule:"evenodd"})),_t||(_t=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M137.979 66.391c5.195-2.149 10.74-2.792 16.244-1.703a.389.389 0 1 1-.153.762c-5.342-1.057-10.728-.435-15.789 1.659a.394.394 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.889 63.393c5.201-2.155 10.751-2.8 16.261-1.71a.39.39 0 0 1 .308.457.39.39 0 0 1-.461.305c-5.348-1.058-10.739-.434-15.806 1.665a.39.39 0 0 1-.512-.209.387.387 0 0 1 .21-.508M137.823 60.389c5.2-2.155 10.749-2.8 16.256-1.71a.388.388 0 1 1-.153.762c-5.345-1.057-10.735-.434-15.801 1.665a.394.394 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.749 57.383c5.2-2.154 10.748-2.8 16.256-1.71a.388.388 0 1 1-.154.762c-5.344-1.057-10.735-.433-15.8 1.665a.393.393 0 0 1-.513-.209.39.39 0 0 1 .211-.508M137.663 54.385c5.206-2.16 10.761-2.807 16.276-1.716a.389.389 0 1 1-.153.763c-5.352-1.06-10.75-.434-15.821 1.67a.394.394 0 0 1-.513-.208.39.39 0 0 1 .211-.509M137.596 51.38c5.206-2.16 10.762-2.808 16.277-1.716a.39.39 0 0 1 .308.457.393.393 0 0 1-.462.305c-5.352-1.06-10.749-.432-15.82 1.67a.393.393 0 0 1-.513-.208.387.387 0 0 1 .21-.508M137.542 48.368c5.201-2.154 10.751-2.8 16.26-1.71a.389.389 0 1 1-.153.763c-5.346-1.058-10.739-.434-15.805 1.665a.393.393 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.456 45.37c5.206-2.16 10.761-2.808 16.276-1.716a.39.39 0 0 1 .308.457.39.39 0 0 1-.461.306c-5.353-1.06-10.75-.434-15.821 1.67a.394.394 0 0 1-.513-.209.39.39 0 0 1 .211-.508",clipRule:"evenodd"})),bt||(bt=r.createElement("path",{fill:"#CBD0D3",d:"M137.608 45.729c5.139-2.133 10.618-2.768 16.049-1.693l.21 9.014c-5.434-1.075-10.91-.439-16.049 1.693z"})),kt||(kt=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m138.005 45.986.19 8.184c4.901-1.928 10.097-2.52 15.267-1.592l-.191-8.22c-5.162-.96-10.364-.356-15.266 1.628m-.55-.616c5.206-2.16 10.765-2.807 16.277-1.716a.39.39 0 0 1 .315.372l.21 9.015a.39.39 0 0 1-.14.307.4.4 0 0 1-.329.083c-5.352-1.06-10.749-.434-15.82 1.67a.4.4 0 0 1-.365-.032.39.39 0 0 1-.178-.317l-.21-9.015a.39.39 0 0 1 .24-.367",clipRule:"evenodd"})),Ct||(Ct=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M159.24 49.011c.761 4.603-4.117 7.506-7.486 6.434M109.37 50.05c.001 4.55 5.159 7.83 8.838 6.226"})),Et||(Et=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"m31.757 63.326-5.175 13.74a23 23 0 0 0-.534 1.593c-1.686 5.718-.919 11.872 1.862 17.155l4.678 8.598h-4.473"})),xt||(xt=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.472,d:"m39.988 67.196.768 37.221"})),wt||(wt=r.createElement("path",{stroke:"#1967D2",strokeLinejoin:"round",strokeWidth:2.748,d:"M31.757 63.326a27.5 27.5 0 0 0-2.058 5.225"})),Rt||(Rt=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M47.8 52.642c4.738 2.161 9.71 4.53 10.766 11.237M13.781 61.718c-2.557 3.62-6.986 9.225-5.039 14.72"})),Lt||(Lt=r.createElement("path",{fill:"#70B2F5",d:"M1.535 51.315 54.34 35.316s5.107 29.415-22.04 34.95c-.009 0-18.561 4.185-30.764-18.952"})),Gt||(Gt=r.createElement("path",{fill:"#77AD8C",d:"M1.535 51.315 54.34 35.316s5.107 29.415-22.04 34.95c-.009 0-18.561 4.185-30.764-18.952"})),zt||(zt=r.createElement("path",{fill:"#5C9271",d:"M33.856 67.557S16.354 71.503 4.163 50.52l-2.628.795C13.738 74.452 32.29 70.266 32.29 70.266c10.329-2.105 15.985-7.67 19.032-13.753-3.297 4.975-8.696 9.256-17.466 11.044"})),Zt||(Zt=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M45.22 104.418h-4.47"})),Pt||(Pt=r.createElement("path",{fill:"#CBD0D3",d:"M38.095 85.802c.172.861-3.494-19.049-4.776-25.49-6.736-1.845-13.604-1.284-19.746 1.959l4.776 25.49c6.143-3.243 13.01-3.804 19.746-1.96"})),Ot||(Ot=r.createElement("path",{fill:"#EBEEF0",d:"M38.129 85.796c.152.865-3.64-19.022-4.776-25.491 5.62-4.106 12.236-6.013 19.146-5.159l4.776 25.49c-6.91-.853-13.525 1.053-19.146 5.16"})),Bt||(Bt=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M34.042 76.784c-.683-3.684-1.629-8.766-2.629-14.104l.185-.033A7852 7852 0 0 1 35.233 82.2l.052.29v.011a.17.17 0 0 1-.075.093.18.18 0 0 1-.106-.06l-.003-.007v-.003l-.001-.003v-.001l-.004-.019-.003-.023-.045-.246-.204-1.113c-.184-1-.46-2.493-.802-4.335m1.057 5.717a.18.18 0 0 1 .075-.09c.05.007.09.041.103.055zM31.73 76.387A9015 9015 0 0 0 29.11 62.33l.184-.034a9008 9008 0 0 1 3.637 19.54l.055.307v.024c-.042.066-.155.058-.18.026l-.004-.013-.001-.006-.004-.016h.001l-.006-.034-.046-.255-.208-1.13zm1.068 5.77.181-.035-.002-.005c-.024-.032-.137-.04-.178.026zM29.454 76.162c-.688-3.698-1.63-8.753-2.61-13.984l.184-.033a10403 10403 0 0 1 3.636 19.517l.058.32v.008l.001.006a.18.18 0 0 1-.076.096.18.18 0 0 1-.107-.063l-.002-.006-.003-.016-.007-.045-.049-.267-.212-1.15zm1.082 5.845.183-.035a.18.18 0 0 0-.107-.063.18.18 0 0 0-.076.096zM27.204 76.11c-.69-3.712-1.631-8.752-2.596-13.898l.185-.034a13168 13168 0 0 1 3.687 19.775l.01.057.002.007v.013c0 .02-.09.095-.177.045l-.008-.023v-.003l-.002-.007-.01-.057-.051-.28-.218-1.176zm1.101 5.932.184-.035-.006-.017c-.088-.05-.177.025-.178.045zm.185-.03v-.001M24.99 76.224c-.695-3.732-1.634-8.76-2.58-13.813l.184-.033a16041 16041 0 0 1 3.637 19.486l.055.294q.008.046.011.064l.003.028c-.063.086-.176.042-.183.025l-.002-.006v-.003l-.002-.005.184-.036v-.005c-.008-.016-.12-.06-.184.026v.013999999999999999-.006l-.066-.357-.224-1.206zM22.813 76.54c-.698-3.743-1.634-8.749-2.563-13.706l.185-.034a20173 20173 0 0 1 3.701 19.818l.003.014v.005a.2.2 0 0 1-.01.057c-.09.047-.172-.018-.174-.022v-.006l-.002-.002.185-.037-.001-.003c-.001-.004-.083-.069-.173-.021a.2.2 0 0 0-.01.059l-.003-.012-.012-.07-.057-.307-.23-1.232zM20.668 77.034l-2.547-13.61.184-.034a29372 29372 0 0 1 3.69 19.733l.015.076.003.017v.005c.001.004-.077.105-.183.038l-.001-.006v-.002l.184-.035-.002-.006c-.106-.067-.184.035-.183.038v.002-.002l-.003-.016-.014-.076-.06-.32-.235-1.26zM16.023 64.202l.185-.034 3.715 19.826-.01.001-.165.03-.01.002z",clipRule:"evenodd"})),Wt||(Wt=r.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M35.112 82.85c-5.163-.983-10.34-.522-15.14 1.505a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.947-2.089 10.276-2.56 15.576-1.551a.373.373 0 0 1 .298.436.375.375 0 0 1-.44.295M34.601 80.02c-5.17-.987-10.35-.527-15.157 1.502a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.953-2.09 10.287-2.561 15.593-1.548a.373.373 0 0 1 .299.436.375.375 0 0 1-.44.296M34.078 77.187c-5.173-.986-10.353-.526-15.157 1.501a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.95-2.09 10.283-2.56 15.593-1.547a.373.373 0 1 1-.141.731M33.547 74.355c-5.173-.986-10.354-.527-15.157 1.5a.377.377 0 0 1-.493-.196.37.37 0 0 1 .198-.489c4.95-2.089 10.282-2.559 15.593-1.547a.373.373 0 0 1 .298.436.375.375 0 0 1-.44.296M33.023 71.527c-5.175-.991-10.362-.532-15.172 1.5a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.489c4.957-2.093 10.296-2.563 15.609-1.545a.373.373 0 1 1-.142.73M32.492 68.695c-5.175-.99-10.362-.532-15.172 1.5a.377.377 0 0 1-.494-.198.37.37 0 0 1 .198-.488c4.957-2.093 10.297-2.562 15.61-1.546a.373.373 0 1 1-.142.732",clipRule:"evenodd"})),Ut||(Ut=r.createElement("path",{fill:"#B8BDB9",d:"M16.109 64.187c4.884-2.062 10.147-2.527 15.39-1.523l.515 2.83c-5.238-1-10.495-.535-15.374 1.525z"})),Vt||(Vt=r.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m16.538 64.414.39 2.084c4.663-1.872 9.65-2.323 14.625-1.468l-.373-2.047c-4.991-.91-9.988-.47-14.642 1.431m-.572-.57c4.957-2.093 10.297-2.563 15.609-1.545l.253.048.658 3.614-.538-.102c-5.169-.987-10.35-.527-15.157 1.502l-.43.182-.672-3.582z",clipRule:"evenodd"})),Ft||(Ft=r.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M38.41 75.985c-.698-3.682-1.656-8.762-2.656-14.1l.185-.033a7932 7932 0 0 0 3.477 18.43l.26 1.357.005.023h.001l.004.022v.011a.17.17 0 0 1-.077.094.18.18 0 0 1-.105-.06l-.003-.01-.009-.044-.048-.246-.212-1.112zm1.269 5.677a.2.2 0 0 0-.102-.057.2.2 0 0 0-.077.088zm-.18.046v.002zM40.426 74.796c-.697-3.687-1.652-8.755-2.645-14.053l.185-.034a9326 9326 0 0 0 3.684 19.53l.049.255.006.034h.001l.003.016v.019c-.01.04-.113.087-.176.04l-.008-.023-.001-.004-.01-.046-.049-.256c-.046-.242-.12-.624-.215-1.128zm1.278 5.732-.005-.013c-.063-.047-.166 0-.177.039v.005zM42.474 73.78c-.698-3.697-1.65-8.75-2.63-13.98l.184-.034a10586 10586 0 0 0 3.678 19.51l.05.266.01.044.003.016v.006a.18.18 0 0 1-.077.097.18.18 0 0 1-.106-.063l-.002-.006-.001-.008-.01-.051-.052-.267-.219-1.15c-.194-1.023-.48-2.532-.828-4.38m1.291 5.806v-.001a.18.18 0 0 0-.106-.063.18.18 0 0 0-.077.096zM44.553 72.934c-.7-3.71-1.647-8.748-2.612-13.895l.185-.034a13097 13097 0 0 0 3.722 19.768l.011.055v.001l.002.007v.027c-.062.078-.172.039-.181.021l-.005-.02-.011-.056a265 265 0 0 1-.277-1.456zm1.306 5.895-.002-.007c-.008-.017-.119-.057-.182.021v.018zm-.184.037",clipRule:"evenodd"})),Ht||(Ht=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M39.398 81.36c4.582-2.818 9.729-4.263 15.104-4.064.208.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.217-.193-10.217 1.208-14.681 3.953a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M38.848 78.538c4.587-2.825 9.738-4.273 15.12-4.074.207.007.369.18.361.386a.374.374 0 0 1-.389.358c-5.222-.193-10.227 1.211-14.695 3.962a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513M38.316 75.705c4.587-2.824 9.737-4.272 15.115-4.073.208.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.22-.193-10.223 1.211-14.69 3.962a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513M37.789 72.873c4.587-2.824 9.737-4.272 15.115-4.073.207.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.22-.193-10.223 1.211-14.691 3.962a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M37.243 70.05c4.591-2.83 9.747-4.282 15.134-4.082.207.007.37.18.362.386a.374.374 0 0 1-.39.358c-5.227-.194-10.236 1.213-14.709 3.97a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M36.712 67.216c4.591-2.829 9.747-4.281 15.134-4.08.207.007.369.18.361.385a.374.374 0 0 1-.389.358c-5.227-.194-10.236 1.214-14.71 3.97a.38.38 0 0 1-.516-.12.37.37 0 0 1 .12-.513M36.195 64.376c4.588-2.824 9.74-4.273 15.12-4.074.207.008.37.181.362.386a.374.374 0 0 1-.39.359c-5.22-.194-10.226 1.21-14.695 3.961a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M35.65 61.552c4.59-2.83 9.747-4.281 15.133-4.081.207.008.37.18.362.386a.374.374 0 0 1-.39.358c-5.227-.194-10.236 1.213-14.708 3.97a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513",clipRule:"evenodd"})),Kt||(Kt=r.createElement("path",{fill:"#CBD0D3",d:"M35.851 61.868c4.532-2.793 9.618-4.222 14.922-4.025l1.592 8.497c-5.307-.198-10.39 1.232-14.922 4.025z"})),Yt||(Yt=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m36.268 62.051 1.446 7.715c4.338-2.565 9.162-3.91 14.197-3.812l-1.452-7.749c-5.032-.127-9.86 1.23-14.191 3.846m-.615-.5c4.591-2.83 9.75-4.28 15.134-4.08a.375.375 0 0 1 .355.304l1.593 8.497a.37.37 0 0 1-.085.31.38.38 0 0 1-.298.13c-5.228-.195-10.237 1.212-14.71 3.97a.378.378 0 0 1-.568-.25l-1.592-8.496a.37.37 0 0 1 .171-.384",clipRule:"evenodd"})),Qt||(Qt=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M58.565 63.879c.876 5.566-4.736 9.076-8.612 7.78M8.738 76.438c1.616 4.56 7.623 6.458 13.652 0"})),Jt||(Jt=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.472,d:"M160.68 68.356c.934 6.676 1.531 14.409 0 20.996M171.536 72.568l-3.781 31.849h-4.47"})),qt||(qt=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M187.455 104.418h-4.471c.637-10.18 1.817-24.67 1.817-24.67"})),Xt||(Xt=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M199.766 66.904c2.35 3.645 6.395 13.017 4.381 17.69M161.004 59.99c-3.656 2.734-9.85 8.336-9.904 15.127"})),$t||($t=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M161.004 59.99c-3.656 2.734-9.85 8.336-9.904 15.127-.045 5.634 4.35 10.804 12.101 6.915"})),ei||(ei=r.createElement("path",{fill:"#77AD8C",d:"M188.416 36.69c5.324 1.935 9.926 5.533 12.45 10.684 5.586 11.402.195 27.178-11.38 32.714-10.499 5.032-24.499 1.152-30.83-8.532s-4.157-23.882 4.792-31.286c6.7-5.538 16.706-6.574 24.968-3.58"})),ti||(ti=r.createElement("path",{fill:"#5C9271",d:"M200.868 47.374a19.8 19.8 0 0 0-4.03-5.505c.638.885 1.2 1.822 1.68 2.8 5.587 11.402.196 27.177-11.38 32.714-9.081 4.35-20.778 2.028-27.868-4.939 6.584 9.03 20.044 12.517 30.218 7.648 11.568-5.54 16.966-21.316 11.38-32.718"})),ii||(ii=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.105,d:"M182.034 67.78c-2.79 3.71-7.987 4.925-11.944.505"})),ai||(ai=r.createElement("path",{fill:"#CBD0D3",d:"M175.979 96.185c-.089.946 2.303-20.818 2.977-27.89-6.413-3.959-13.71-5.464-21.09-3.967l-2.976 27.888c7.38-1.496 14.677.009 21.089 3.969"})),si||(si=r.createElement("path",{fill:"#EBEEF0",d:"M176.015 96.189c-.112.943 2.142-20.835 2.976-27.89 7.107-2.55 14.561-2.518 21.463.468l-2.976 27.888c-6.902-2.985-14.356-3.017-21.463-.466"})),oi||(oi=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M174.58 85.6c.437-4.028 1.037-9.587 1.66-15.427l.203.022a8025 8025 0 0 1-2.178 20.167l-.165 1.486-.006.048-.001.004-.002.008a.2.2 0 0 1-.107.073.2.2 0 0 1-.093-.094v-.012l.001-.003v-.001l.002-.02h.001l.003-.026.03-.268.135-1.217zm-.683 6.25a.2.2 0 0 1 .106-.07.2.2 0 0 1 .09.089zm.198.037v-.002zM172.305 84.486c.438-4.034 1.035-9.579 1.654-15.376l.203.022a10438 10438 0 0 1-2.172 20.136l-.136 1.235-.031.28-.006.05-.001.005-.001.004-.007.02c-.063.057-.179.014-.194-.027l-.001-.015.001-.006.001-.018h.001l.004-.036.032-.28.135-1.234c.121-1.104.3-2.743.518-4.76m-.688 6.31.2.019-.001-.006c-.015-.04-.13-.083-.194-.028zM170.011 83.561c.437-4.044 1.033-9.574 1.643-15.297l.203.022a10698 10698 0 0 1-2.163 20.089l-.138 1.259-.033.292-.007.057-.001.008-.001.007a.2.2 0 0 1-.109.076.2.2 0 0 1-.092-.097v-.007l.001-.018h.001l.006-.049.032-.291.138-1.258zm-.696 6.391.201.019a.2.2 0 0 0-.091-.097.2.2 0 0 0-.109.077zM167.698 82.823c.438-4.06 1.03-9.573 1.631-15.204l.202.021a14092 14092 0 0 1-2.153 20.038l-.141 1.287-.033.306-.008.063-.001.007v.004l-.002.01c-.008.02-.124.072-.199-.008-.001-.008-.002-.019-.001-.021v-.008l.001-.007v-.001l.007-.061.034-.306.14-1.287c.124-1.136.304-2.803.523-4.833m-.704 6.488.202.018-.002-.018c-.074-.08-.19-.028-.198-.008zM165.365 82.269c.44-4.083 1.03-9.583 1.62-15.111l.202.021a15535 15535 0 0 1-2.146 19.997l-.143 1.319-.035.322-.008.07-.002.015-.004.015c-.092.07-.196-.01-.198-.03v-.01l.001-.006.202.019v-.005c-.002-.02-.106-.1-.198-.03l-.004.014v.002l.001-.008.007-.068.036-.322.143-1.319zM163.009 81.934c.44-4.093 1.027-9.57 1.606-14.994l.202.021a31559 31559 0 0 1-2.135 19.918l-.146 1.348-.037.336-.008.077-.002.016-.001.006a.2.2 0 0 1-.029.055.17.17 0 0 1-.173-.075v-.007l.001-.003.202.019.001-.004c0-.005-.066-.097-.173-.075a.2.2 0 0 0-.03.055v.003l.001-.012.009-.076.037-.337.145-1.347zM160.626 81.796c.441-4.111 1.025-9.57 1.593-14.891l.203.02c-.568 5.322-1.153 10.781-1.593 14.892l-.533 4.968-.148 1.378-.038.35-.009.084-.002.018-.001.006c0 .004-.113.086-.202-.016v-.009000000000000001l.203.02v-.007c-.089-.102-.202-.02-.202-.016l-.001.002.001-.002.001-.017.009-.084.038-.35.148-1.378zM159.809 67.077l.202.02-2.315 21.692h-.01l-.182-.02h-.01z",clipRule:"evenodd"})),ni||(ni=r.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M173.801 92.217c-5.049-2.588-10.56-3.683-16.171-3.04a.406.406 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.78-.662 11.454.468 16.637 3.125a.4.4 0 0 1 .174.543.41.41 0 0 1-.548.173M174.149 89.126c-5.054-2.595-10.57-3.692-16.187-3.048a.406.406 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.787-.663 11.465.47 16.654 3.134a.4.4 0 0 1 .173.543.41.41 0 0 1-.548.172M174.49 86.028c-5.059-2.594-10.575-3.691-16.188-3.048a.405.405 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.783-.662 11.461.47 16.653 3.134a.4.4 0 0 1 .174.543.407.407 0 0 1-.547.172M174.822 82.93c-5.059-2.595-10.575-3.692-16.188-3.049a.405.405 0 0 1-.45-.354.405.405 0 0 1 .358-.446c5.783-.663 11.461.47 16.653 3.133a.4.4 0 0 1 .174.543.407.407 0 0 1-.547.173M175.157 79.838c-5.059-2.6-10.581-3.7-16.202-3.055a.404.404 0 1 1-.093-.8c5.792-.665 11.476.47 16.669 3.14a.4.4 0 0 1 .174.543.41.41 0 0 1-.548.172M175.485 76.739c-5.059-2.6-10.581-3.7-16.202-3.056a.404.404 0 1 1-.093-.8c5.792-.665 11.476.472 16.67 3.14a.4.4 0 0 1 .173.543.41.41 0 0 1-.548.173",clipRule:"evenodd"})),ri||(ri=r.createElement("path",{fill:"#B8BDB9",d:"M159.902 67.086c5.707-.655 11.31.463 16.436 3.098l-.346 3.09c-5.121-2.628-10.719-3.743-16.42-3.09z"})),li||(li=r.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m160.27 67.451-.243 2.28c5.417-.524 10.73.523 15.624 2.922l.251-2.237c-4.894-2.461-10.214-3.522-15.632-2.965m-.416-.765c5.792-.665 11.476.47 16.67 3.14l.247.127-.442 3.949-.526-.27c-5.054-2.594-10.571-3.691-16.187-3.047l-.504.057.419-3.919z",clipRule:"evenodd"})),ci||(ci=r.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M179.36 86.1c.423-4.031 1.009-9.591 1.632-15.431l.203.021c-.623 5.84-1.21 11.4-1.632 15.43-.211 2.015-.382 3.648-.495 4.742l-.125 1.218-.027.269-.002.025h.001l-.003.02-.001.004v.004l-.002.008a.2.2 0 0 1-.11.074.2.2 0 0 1-.09-.094v-.012l.004-.049.027-.27.125-1.217zm-.449 6.274a.2.2 0 0 0-.088-.09.2.2 0 0 0-.107.067zm-.201-.007v.001zM181.821 85.478c.424-4.035 1.01-9.582 1.628-15.378l.203.02a9453 9453 0 0 0-2.255 21.376l-.029.28-.003.036h.001l-.003.018-.001.006-.004.015c-.023.037-.145.055-.195-.013-.002-.008-.002-.02-.002-.022v-.008l.005-.052.028-.28.128-1.236zm-.457 6.334-.002-.015c-.051-.068-.172-.05-.196-.013l-.001.005zM184.261 85.047c.426-4.046 1.011-9.577 1.622-15.3l.202.021c-.61 5.723-1.195 11.254-1.621 15.3-.213 2.022-.387 3.674-.503 4.793l-.131 1.26-.03.291-.005.05h.001l-.002.017-.002.006a.2.2 0 0 1-.11.077.2.2 0 0 1-.091-.097l.001-.007v-.008l.005-.057.03-.293.131-1.26zm-.466 6.414v-.002a.2.2 0 0 0-.09-.097.2.2 0 0 0-.11.076zM186.679 84.801c.429-4.06 1.013-9.574 1.614-15.205l.202.02a14313 14313 0 0 0-2.288 21.634l-.007.061v.001h.001l-.001.008v.002l-.001.002v.003l-.006.021c-.09.062-.193-.012-.196-.033V91.3l.001-.007.006-.063.031-.306.135-1.288zm-.479 6.511v-.008c-.003-.02-.106-.095-.195-.033l-.006.018zm-.202-.018",clipRule:"evenodd"})),di||(di=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M178.707 91.973c5.63-1.53 11.417-1.465 16.931.375.212.07.327.3.255.51a.41.41 0 0 1-.515.254c-5.351-1.786-10.973-1.852-16.457-.361a.407.407 0 0 1-.499-.282.403.403 0 0 1 .285-.496M179.019 88.88c5.636-1.536 11.429-1.473 16.948.368a.403.403 0 1 1-.259.764c-5.357-1.787-10.984-1.851-16.475-.356a.403.403 0 1 1-.214-.777M179.351 85.78c5.635-1.534 11.427-1.471 16.943.369a.403.403 0 1 1-.259.764c-5.354-1.786-10.98-1.85-16.47-.356a.403.403 0 1 1-.214-.777M179.683 82.682c5.635-1.535 11.427-1.472 16.943.368a.403.403 0 1 1-.259.764c-5.354-1.786-10.98-1.85-16.469-.355a.403.403 0 1 1-.215-.777M179.994 79.588c5.643-1.54 11.442-1.479 16.966.365.213.071.327.3.255.51a.407.407 0 0 1-.515.254c-5.361-1.79-10.994-1.853-16.49-.352a.403.403 0 1 1-.216-.777M180.323 76.489c5.642-1.54 11.441-1.479 16.965.365.213.072.327.3.255.51a.407.407 0 0 1-.515.254c-5.361-1.79-10.994-1.852-16.49-.352a.403.403 0 1 1-.215-.777M180.671 73.385c5.637-1.534 11.43-1.471 16.949.37.212.071.327.3.255.51a.407.407 0 0 1-.515.254c-5.356-1.787-10.984-1.852-16.474-.357a.402.402 0 1 1-.215-.777M180.987 70.291c5.642-1.54 11.441-1.478 16.965.366.213.071.327.3.255.51a.406.406 0 0 1-.514.254c-5.362-1.79-10.995-1.853-16.491-.353a.403.403 0 1 1-.215-.777",clipRule:"evenodd"})),gi||(gi=r.createElement("path",{fill:"#CBD0D3",d:"M181.096 70.68c5.569-1.52 11.288-1.457 16.728.358l-.992 9.297c-5.443-1.817-11.159-1.88-16.728-.36z"})),ui||(ui=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m181.469 70.997-.901 8.44c5.297-1.342 10.719-1.271 15.911.36l.905-8.477c-5.179-1.662-10.609-1.722-15.915-.323m-.482-.706c5.642-1.54 11.444-1.477 16.965.366.18.06.294.236.274.424l-.992 9.296a.404.404 0 0 1-.534.34c-5.361-1.79-10.994-1.853-16.49-.352a.41.41 0 0 1-.371-.082.4.4 0 0 1-.141-.349l.992-9.296a.4.4 0 0 1 .297-.347",clipRule:"evenodd"})),mi||(mi=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M204.146 84.595c-1.671 3.879-7.751 2.74-10.354-.297M151.096 75.116c-.045 5.635 4.349 10.805 12.1 6.915"})),pi||(pi=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M91.429 81.618c-.729 8.2-.457 15.965 1.975 22.796h4.47M80.227 81.238c-.76 8.178-.245 15.966 2.153 23.178h-4.478"})),yi||(yi=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M118.418 79.006c7.32 3.89 10.2 8.445 9.473 12.335M60.719 71.227c-7.51 3.313-11.627 6.373-11.627 13.398"})),Ii||(Ii=r.createElement("path",{fill:"#77AD8C",d:"m57.84 49.763-3.38 33.985 68.342 6.303 1.443-32.81z"})),hi||(hi=r.createElement("path",{fill:"#5C9271",d:"m57.476 82.268 2.638-32.25-2.273-.255-3.38 33.985 68.341 6.303.127-2.876z"})),Ai||(Ai=r.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.105,d:"M80.625 72.749c3.832 4.721 11.357 6.736 17.468 1.896"})),Mi||(Mi=r.createElement("path",{fill:"#CBD0D3",d:"M86.74 98.236c-.1.945 2.55-20.79 3.308-27.852-6.365-4.035-13.644-5.624-21.041-4.213L65.7 94.023c7.397-1.41 14.676.179 21.04 4.213"})),fi||(fi=r.createElement("path",{fill:"#EBEEF0",d:"M86.776 98.24c-.123.942 2.39-20.808 3.308-27.852 7.137-2.468 14.59-2.35 21.455.717l-3.307 27.851c-6.865-3.065-14.319-3.184-21.456-.716"})),Si||(Si=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M85.467 87.637c.485-4.024 1.151-9.575 1.844-15.407l.202.023a8547 8547 0 0 1-2.418 20.141l-.192 1.544a.2.2 0 0 1-.108.072.2.2 0 0 1-.091-.095v-.017l.002-.02h.001l.004-.025.033-.268.15-1.215zm-.757 6.242a.2.2 0 0 1 .106-.069c.05.022.08.071.089.09zm.197.038v-.001zM83.205 86.496c.485-4.028 1.149-9.566 1.836-15.355l.202.023a9661 9661 0 0 1-2.561 21.343l-.042.335-.001.004-.007.02c-.065.056-.18.012-.194-.03v-.02q0-.007.002-.019l.005-.036.035-.278.15-1.233zm-.763 6.302.199.02v-.005c-.015-.041-.13-.085-.194-.03zM80.927 85.544c.485-4.04 1.146-9.561 1.825-15.277l.202.023A11321 11321 0 0 1 80.4 91.61l-.043.35-.003.014a.2.2 0 0 1-.11.076.2.2 0 0 1-.09-.1l.001-.023.007-.05.036-.29.153-1.257zm-.772 6.383.201.02a.2.2 0 0 0-.09-.097.2.2 0 0 0-.11.075zM78.619 84.779c.486-4.055 1.144-9.56 1.811-15.184l.203.024a14138 14138 0 0 1-2.593 21.664l-.001.007-.003.014c-.008.02-.124.07-.198-.01l-.002-.025v-.003l.001-.008.001-.001.008-.06.037-.306.156-1.285zm-.781 6.48.202.02-.002-.019c-.074-.08-.19-.03-.198-.01zM76.295 84.198c.488-4.077 1.144-9.57 1.8-15.091l.201.023a17205 17205 0 0 1-2.59 21.68l-.002.015-.004.014c-.093.07-.196-.012-.198-.032v-.016l.203.022v-.005c-.001-.02-.104-.101-.198-.033l-.004.015v.001l.001-.007.009-.069q.011-.1.039-.32l.158-1.318c.14-1.157.341-2.84.585-4.88M73.94 83.836c.489-4.088 1.14-9.558 1.784-14.975l.202.024a21887 21887 0 0 1-2.584 21.65l-.002.017v.005a.2.2 0 0 1-.03.055.17.17 0 0 1-.172-.077v-.01l.203.021v-.003a.17.17 0 0 0-.172-.077.2.2 0 0 0-.03.054v.004l.001-.013.01-.076.04-.336.162-1.346zM71.563 83.67l1.77-14.872.201.024a33930 33930 0 0 1-2.568 21.56l-.01.083-.002.018v.006c-.001.004-.115.084-.203-.019v-.009000000000000001l.203.022v-.006c-.088-.103-.201-.023-.202-.019v.002-.001l.002-.018.01-.083.042-.35.165-1.376zM70.918 68.942l.202.023-2.572 21.664-.01-.001-.182-.022h-.01z",clipRule:"evenodd"})),Ni||(Ni=r.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M84.613 94.243c-5.017-2.647-10.516-3.805-16.133-3.227a.405.405 0 0 1-.446-.36.404.404 0 0 1 .362-.442c5.789-.596 11.448.6 16.6 3.318a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M84.997 91.157c-5.023-2.653-10.527-3.815-16.15-3.236a.405.405 0 0 1-.446-.36.404.404 0 0 1 .363-.442c5.794-.596 11.459.603 16.615 3.327a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M85.372 88.063c-5.028-2.653-10.53-3.814-16.15-3.236a.405.405 0 0 1-.446-.36.404.404 0 0 1 .363-.442c5.791-.595 11.455.604 16.615 3.327a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M85.739 84.969c-5.027-2.653-10.53-3.815-16.15-3.237a.405.405 0 0 1-.446-.359.404.404 0 0 1 .363-.442c5.791-.596 11.455.603 16.615 3.326a.4.4 0 0 1 .168.545.41.41 0 0 1-.55.167M86.113 81.88c-5.027-2.658-10.536-3.822-16.165-3.243a.405.405 0 0 1-.445-.359.404.404 0 0 1 .362-.442c5.8-.598 11.47.604 16.631 3.333a.4.4 0 0 1 .167.546.41.41 0 0 1-.55.165M86.477 78.786c-5.028-2.658-10.537-3.823-16.165-3.243a.405.405 0 0 1-.446-.36.404.404 0 0 1 .362-.442c5.8-.597 11.47.606 16.632 3.334a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166",clipRule:"evenodd"})),Ti||(Ti=r.createElement("path",{fill:"#B8BDB9",d:"M71.012 68.953c5.714-.588 11.304.594 16.398 3.288l-.383 3.087c-5.09-2.688-10.674-3.868-16.383-3.28z"})),Di||(Di=r.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m71.377 69.322-.27 2.277c5.424-.461 10.724.647 15.589 3.103l.277-2.234c-4.864-2.518-10.171-3.64-15.596-3.146m-.406-.77c5.8-.597 11.47.604 16.63 3.334l.247.13-.49 3.943-.522-.276c-5.023-2.652-10.526-3.814-16.15-3.235l-.504.052.465-3.915z",clipRule:"evenodd"})),vi||(vi=r.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M90.243 88.191c.47-4.025 1.123-9.578 1.816-15.41l.202.023a8576 8576 0 0 0-2.367 20.146l-.172 1.51h.001l-.003.02v.006l-.001.002-.002.008a.2.2 0 0 1-.111.073.2.2 0 0 1-.089-.096v-.012l.005-.047.03-.27.14-1.216zm-.523 6.269a.2.2 0 0 0-.088-.091.2.2 0 0 0-.107.066zM92.712 87.598c.472-4.03 1.124-9.57 1.811-15.359l.203.024a9910 9910 0 0 0-2.51 21.348l-.031.279-.004.036q0 .012-.002.018v.006l-.005.015c-.024.036-.146.053-.195-.016l-.002-.021v-.009000000000000001l.006-.051.031-.28.143-1.234zm-.532 6.328q0-.007-.002-.015c-.05-.069-.171-.052-.195-.016l-.002.006zM95.154 87.195c.474-4.041 1.124-9.564 1.803-15.28l.202.023a11129 11129 0 0 0-2.509 21.325l-.038.34-.002.018-.002.007a.2.2 0 0 1-.111.075.2.2 0 0 1-.09-.098v-.007l.001-.008.007-.057.033-.293a5635.92 5635.92 0 0 1 .706-6.046m-.543 6.409v-.002c0-.007-.03-.07-.09-.099a.2.2 0 0 0-.11.075zM97.577 86.978c.477-4.056 1.126-9.562 1.794-15.186l.202.023a13877 13877 0 0 0-2.546 21.606l-.007.06v.013l-.001.004-.007.02c-.09.062-.192-.014-.195-.035v-.014l.001-.008.007-.062.035-.307.15-1.285zm-.557 6.505v-.008c-.003-.021-.104-.097-.195-.036l-.006.018zm-.202-.02",clipRule:"evenodd"})),ji||(ji=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M89.522 94.057c5.648-1.465 11.434-1.333 16.925.57a.4.4 0 0 1 .249.514.407.407 0 0 1-.517.247c-5.33-1.848-10.95-1.978-16.452-.552a.403.403 0 1 1-.205-.78M89.865 90.967c5.655-1.47 11.446-1.34 16.943.565a.4.4 0 0 1 .249.514.407.407 0 0 1-.517.247c-5.336-1.85-10.961-1.979-16.47-.547a.403.403 0 1 1-.206-.78M90.236 87.872c5.654-1.47 11.444-1.34 16.938.565a.4.4 0 0 1 .249.513.407.407 0 0 1-.517.248c-5.333-1.849-10.957-1.978-16.464-.547a.403.403 0 1 1-.205-.78M90.603 84.776c5.654-1.469 11.444-1.339 16.939.566a.402.402 0 1 1-.269.76c-5.332-1.848-10.957-1.977-16.464-.546a.403.403 0 1 1-.206-.78M90.954 81.687c5.66-1.474 11.458-1.346 16.96.563a.4.4 0 0 1 .249.513.41.41 0 0 1-.518.247c-5.339-1.852-10.971-1.98-16.485-.544a.403.403 0 1 1-.206-.78M91.317 78.592c5.66-1.473 11.458-1.346 16.961.563a.402.402 0 1 1-.269.76c-5.34-1.852-10.972-1.979-16.486-.544a.403.403 0 1 1-.206-.78M91.705 75.492c5.654-1.469 11.447-1.339 16.943.567a.4.4 0 0 1 .249.513.407.407 0 0 1-.518.247c-5.334-1.849-10.96-1.978-16.469-.548a.403.403 0 1 1-.205-.78M92.056 72.402c5.66-1.474 11.458-1.345 16.96.563a.4.4 0 0 1 .249.513.407.407 0 0 1-.518.248c-5.34-1.852-10.972-1.98-16.485-.544a.403.403 0 1 1-.206-.78",clipRule:"evenodd"})),_i||(_i=r.createElement("path",{fill:"#CBD0D3",d:"M92.158 72.792c5.587-1.455 11.305-1.326 16.723.553l-1.103 9.284c-5.421-1.88-11.136-2.008-16.723-.553z"})),bi||(bi=r.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m92.53 73.113-1.002 8.43c5.313-1.28 10.734-1.147 15.906.545l1.005-8.467c-5.159-1.721-10.587-1.844-15.91-.508m-.475-.71c5.66-1.475 11.461-1.345 16.961.562.179.062.291.24.269.427l-1.103 9.285a.4.4 0 0 1-.188.294.41.41 0 0 1-.35.039c-5.339-1.852-10.971-1.98-16.485-.544a.41.41 0 0 1-.37-.086.4.4 0 0 1-.136-.35l1.102-9.285c.02-.164.139-.3.3-.343",clipRule:"evenodd"})),ki||(ki=r.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M127.892 91.34c-1.329 7.115-12.918 8.843-24.256 0M49.088 84.625c0 6.05 9.182 11.081 24.545 3.457"}))),xi="audience-segmentation-add-group-notice",wi="googlesitekit-audience-selection-panel-opened",Ri="audience-selection-form",Li="audience-selected",Gi="audience-selection-changed",zi="audience-selection-dismissed-items-error",Zi="audience-segmentation-creation-notice",Pi="audience-segmentation-creation-success-notice",Oi=1,Bi=3,Wi="audience-creation-edit-scope-notice",Ui="audience-creation-form";function PlaceholderTile({Widget:e}){const t=(0,c.useSelect)(e=>{const t=e(Q.oR).getConfiguredAudiences();return e(Y.K9).getConfigurableAudiences().some(e=>"DEFAULT_AUDIENCE"!==e.audienceType&&!t.includes(e.name))}),i=(0,c.useSelect)(e=>e(We.O4).getGoogleSupportURL({path:"/analytics/answer/12799087"})),{setValue:a}=(0,c.useDispatch)(g.n),s=(0,Z.jsx)(z.A,{href:i,secondary:!0,external:!0});return(0,Z.jsx)(e,{className:"googlesitekit-audience-segmentation-tile-placeholder",children:(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-placeholder__container",children:[(0,Z.jsx)(Ei,{className:"googlesitekit-audience-segmentation-tile-placeholder__image"}),(0,Z.jsxs)("div",{className:Ne()("googlesitekit-audience-segmentation-tile-placeholder__body",{"googlesitekit-audience-segmentation-tile-placeholder__body--without-selectable-audiences":!t}),children:[(0,Z.jsx)(x.A,{as:"h3",type:"title",size:"small",className:"googlesitekit-audience-segmentation-tile-placeholder__title",children:t?(0,u.__)("Compare your group to other groups","google-site-kit"):(0,u.__)("Create more visitor groups","google-site-kit")}),(0,Z.jsx)("p",{className:"googlesitekit-audience-segmentation-tile-placeholder__description",children:t?(0,G.A)((0,u.__)("<SelectGroupLink>Select</SelectGroupLink> another group to compare with your current group or learn more about how to group site visitors in <AnalyticsLink>Analytics</AnalyticsLink>","google-site-kit"),{AnalyticsLink:s,SelectGroupLink:(0,Z.jsx)(z.A,{onClick:()=>a(wi,!0),secondary:!0})}):(0,G.A)((0,u.__)("Learn more about how to group site visitors in <AnalyticsLink>Analytics</AnalyticsLink>","google-site-kit"),{AnalyticsLink:s})})]})]})})}function MaybePlaceholderTile({Widget:e,loading:t,allTilesError:i,visibleAudienceCount:a}){return!1!==i&&!t||1!==a?null:t?(0,Z.jsx)(e,{noPadding:!0,children:(0,Z.jsx)(AudienceTileLoading,{})}):(0,Z.jsx)(PlaceholderTile,{Widget:e})}function Body({activeTileIndex:e,allTilesError:t,individualTileErrors:i,loading:a,topCitiesReportsLoaded:s,topContentReportsLoaded:o,topContentPageTitlesReportsLoaded:n,visibleAudiences:l,Widget:d}){const g=(0,k.dv)(),u=(0,me.A)(),m=g===k.mp||g===k.Lg,p=(0,c.useInViewSelect)(e=>e(Y.K9).getOrSyncAvailableAudiences(),[]),y=(0,c.useInViewSelect)(e=>e(Q.oR).getConfiguredAudiences(),[]),[I,h]=(0,c.useSelect)(e=>e(Y.K9).getConfiguredSiteKitAndOtherAudiences())||[[],[]],A=(0,c.useSelect)(e=>e(Y.K9).hasAudiencePartialData(I)),M=(0,c.useInViewSelect)(e=>y?.reduce((t,i)=>(t[i]=e(Y.K9).isAudiencePartialData(i),t),{}),[y]),{report:f,reportError:S,siteKitAudiencesReport:N,totalPageviews:T,totalPageviewsReportError:D,topCitiesReport:v,topContentReport:j,topContentReportErrors:_,topContentPageTitlesReport:b,topContentPageTitlesReportErrors:C}=ee({isSiteKitAudiencePartialData:A,siteKitAudiences:I,otherAudiences:h});function E(e,t){const i=p?.filter(({name:t})=>t===e)?.[0]?.displayName||"",a=p?.filter(({name:t})=>t===e)?.[0]?.audienceSlug||"",{current:s,previous:o}=function(e){const t=I.some(t=>t.name===e),i=I.find(t=>t.name===e)?.audienceSlug;function a(a){let s;if(t&&A){const e="new-visitors"===i?"new":"returning";s=N?.rows?.find(({dimensionValues:t})=>t?.[0]?.value===e&&t?.[1]?.value===a)}else s=f?.rows?.find(({dimensionValues:t})=>t?.[0]?.value===e&&t?.[1]?.value===a);return[Number(s?.metricValues?.[0]?.value||0),Number(s?.metricValues?.[1]?.value||0),Number(s?.metricValues?.[2]?.value||0),Number(s?.metricValues?.[3]?.value||0)]}return{current:a("date_range_0"),previous:a("date_range_1")}}(e),n=s[0],r=o[0],l=s[1],c=o[1],d=s[2],g=o[2],u=s[3],m=o[3],y=v?.[t],h=j?.[t],S=b?.[t]?.rows?.reduce((e,t)=>(e[t.dimensionValues[0].value]=t.dimensionValues[1].value,e),{})||{},T=I.some(t=>t.name===e);let D=f,_=e;T&&A&&(D=N,_="new-visitors"===a?"new":"returning");const k=function(e,t){const i=e?.rows?.find(e=>e.dimensionValues?.[0]?.value===t);return 0===(i?.metricValues?.[0]?.value||0)}(D,_);return{audienceName:i,audienceSlug:a,visitors:n,prevVisitors:r,visitsPerVisitors:l,prevVisitsPerVisitors:c,pagesPerVisit:d,prevPagesPerVisit:g,pageviews:u,prevPageviews:m,topCities:y,topContent:h,topContentTitles:S,isZeroData:k,isPartialData:!T&&M[e]}}const x=Object.values(_).some(J.B)||Object.values(C).some(J.B),{dismissItem:w}=(0,c.useDispatch)(Q.oR),{fetchSyncAvailableCustomDimensions:R}=(0,c.useDispatch)(Y.K9),L=(0,r.useCallback)(e=>{w(`audience-tile-${e}`)},[w]);(0,r.useEffect)(()=>{!u&&x&&R()},[R,x,u]);let G=0;return(0,Z.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[t&&!a&&(0,Z.jsx)(H,{Widget:d,errors:[...Object.values(i).flat(2),S,D]}),(!1===t||a)&&l.map((t,r)=>{if(m&&r!==e)return null;const{audienceName:c,audienceSlug:g,visitors:u,prevVisitors:p,visitsPerVisitors:y,prevVisitsPerVisitors:I,pagesPerVisit:h,prevPagesPerVisit:A,pageviews:M,prevPageviews:f,topCities:S,topContent:N,topContentTitles:D,isZeroData:v,isPartialData:j}=E(t,r),_=S?.rows?(0,q.S)(S.rows):[];return!a&&s?.[t]&&o?.[t]&&n?.[t]&&void 0!==v&&void 0!==j?i[t].length>0?(0,Z.jsx)(AudienceTileError,{audienceSlug:g,errors:i[t]},t):(0,Z.jsx)(AudienceTile,{audienceTileNumber:G++,audienceSlug:g,title:c,infoTooltip:(0,Z.jsx)(AudienceTooltipMessage,{audienceName:c,audienceSlug:g}),visitors:{currentValue:u,previousValue:p},visitsPerVisitor:{currentValue:y,previousValue:I},pagesPerVisit:{currentValue:h,previousValue:A},pageviews:{currentValue:M,previousValue:f},percentageOfTotalPageViews:0!==T?M/T:0,topCities:{dimensionValues:[_?.[0]?.dimensionValues?.[0],_?.[1]?.dimensionValues?.[0],_?.[2]?.dimensionValues?.[0]],metricValues:[_?.[0]?.metricValues?.[0],_?.[1]?.metricValues?.[0],_?.[2]?.metricValues?.[0]],total:u},topContent:{dimensionValues:[N?.rows?.[0]?.dimensionValues?.[0],N?.rows?.[1]?.dimensionValues?.[0],N?.rows?.[2]?.dimensionValues?.[0]],metricValues:[N?.rows?.[0]?.metricValues?.[0],N?.rows?.[1]?.metricValues?.[0],N?.rows?.[2]?.metricValues?.[0]]},topContentTitles:D,hasInvalidCustomDimensionError:x,Widget:d,audienceResourceName:t,isZeroData:v,isPartialData:j,isTileHideable:l.length>1,onHideTile:()=>L(t)},t):(0,Z.jsx)(d,{noPadding:!0,children:(0,Z.jsx)(AudienceTileLoading,{})},t)}),!m&&(0,Z.jsx)(MaybePlaceholderTile,{Widget:d,loading:a,allTilesError:t,visibleAudienceCount:l.length})]})}function Header({activeTileIndex:e,setActiveTile:t,visibleAudiences:i}){const a=(0,U.A)(),s=(0,c.useInViewSelect)(e=>e(Y.K9).getOrSyncAvailableAudiences(),[]);return(0,Z.jsx)(R.TabBar,{className:"googlesitekit-widget-audience-tiles__tabs googlesitekit-tab-bar--start-aligned-high-contrast",activeIndex:e,handleActiveIndexUpdate:e=>t(i[e]),children:i.map((e,t)=>{const i=s?.filter(({name:t})=>t===e)?.[0]?.displayName||"",o=s?.filter(({name:t})=>t===e)?.[0]?.audienceSlug||"",n=(0,Z.jsx)(AudienceTooltipMessage,{audienceName:i,audienceSlug:o});return(0,Z.jsxs)(R.Tab,{"aria-label":i,children:[i,(0,Z.jsx)(Ue.A,{title:n,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>{(0,W.sx)(`${a}_audiences-tile`,"view_tile_tooltip",o)}})]},t)})},i.length)}function AudienceTiles_hasZeroDataForAudience(e,t){const i=e?.rows?.find(e=>e.dimensionValues?.[0]?.value===t);return 0===(i?.metricValues?.[0]?.value||0)}function AudienceTiles({Widget:e,widgetLoading:t}){const i=(0,k.dv)(),a=i===k.mp||i===k.Lg,s=(0,c.useInViewSelect)(e=>e(Q.oR).getConfiguredAudiences(),[]),o=(0,c.useInViewSelect)(e=>e(Y.K9).getOrSyncAvailableAudiences(),[]),[n,l]=(0,c.useSelect)(e=>e(Y.K9).getConfiguredSiteKitAndOtherAudiences())||[[],[]],d=(0,c.useSelect)(e=>e(Y.K9).hasAudiencePartialData(n)),{report:g,reportLoaded:u,reportError:m,siteKitAudiencesReport:p,siteKitAudiencesReportLoaded:y,siteKitAudiencesReportError:I,totalPageviewsReportLoaded:h,totalPageviewsReportError:A,topCitiesReportsLoaded:M,topCitiesReportErrors:f,topContentReportsLoaded:S,topContentReportErrors:N,topContentPageTitlesReportsLoaded:T,topContentPageTitlesReportErrors:D}=ee({isSiteKitAudiencePartialData:d,siteKitAudiences:n,otherAudiences:l}),v=s?.reduce((e,t)=>(e[t]=[],[f,N,D].forEach(i=>{const a=i[t];a&&!(0,J.B)(a)&&e[t].push(a)}),e),{}),j=(0,c.useSelect)(e=>e(Q.oR).getDismissedItems()),{isDismissingItem:_}=(0,c.useSelect)(e=>e(Q.oR)),{dismissItem:b}=(0,c.useDispatch)(Q.oR),C=(0,r.useRef)({}),[E,x]=(0,r.useMemo)(()=>{const e=[],t=[],i=s?.slice().filter(e=>o.some(t=>t.name===e));for(;i?.length>0;){const a=i.shift(),s=j?.includes(`audience-tile-${a}`),o=n.some(e=>e.name===a);let r=g,l=a;if(o&&d){r=p;const e=n.find(e=>e.name===a)?.audienceSlug;l="new-visitors"===e?"new":"returning"}const c=AudienceTiles_hasZeroDataForAudience(r,l),u=i.length+t.length>0;s&&c&&u||(s&&!c&&e.push(a),t.push(a))}return[e,t]},[o,s,j,d,g,n,p]);const w=function(){const e=[];return g&&e.push(m),p&&e.push(I),!(!e.every(Boolean)&&!A)||s?.every(e=>v[e].length>0)}();(0,r.useEffect)(()=>{E.forEach(e=>{const t=`audience-tile-${e}`;C.current[t]||(b(t,{expiresInSeconds:1}),C.current[t]=!0)})},[E,b,_]);const R=(0,c.useSelect)(e=>e(Y.K9).isFetchingSyncAvailableCustomDimensions()),[L,G]=(0,r.useState)(x[0]),z=(0,r.useCallback)(e=>{const t=x.indexOf(e);return-1===t?0:t},[x]);(0,r.useEffect)(()=>{x.includes(L)||G(x[0])},[L,x]);const P=z(L),O=t||!u||!y||!h||!M||!S||!T||R;return(0,Z.jsxs)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:[!1===w&&!O&&a&&x.length>0&&(0,Z.jsx)(Header,{activeTileIndex:P,setActiveTile:G,visibleAudiences:x}),(0,Z.jsx)(Body,{activeTileIndex:P,allTilesError:w,individualTileErrors:v,loading:O,topCitiesReportsLoaded:M,topContentReportsLoaded:S,topContentPageTitlesReportsLoaded:T,visibleAudiences:x,Widget:e})]})}MaybePlaceholderTile.propTypes={Widget:n().elementType.isRequired,loading:n().bool.isRequired,allTilesError:n().bool,visibleAudienceCount:n().number.isRequired},Body.propTypes={activeTileIndex:n().number.isRequired,allTilesError:n().bool.isRequired,individualTileErrors:n().object,loading:n().bool.isRequired,topCitiesReportsLoaded:n().object.isRequired,topContentReportsLoaded:n().object.isRequired,topContentPageTitlesReportsLoaded:n().object.isRequired,visibleAudiences:n().array.isRequired,Widget:n().elementType.isRequired},AudienceTiles.propTypes={Widget:n().elementType.isRequired,widgetLoading:n().bool.isRequired};var Vi=i(37226);const Fi=(0,r.forwardRef)(({className:e,children:t,Icon:i,SVGGraphic:a},s)=>(0,Z.jsxs)("div",{ref:s,className:Ne()("googlesitekit-lean-cta-banner",e),children:[(0,Z.jsxs)("div",{className:"googlesitekit-lean-cta-banner__body",children:[i&&(0,Z.jsx)("div",{className:"googlesitekit-lean-cta-banner__body-icon",children:(0,Z.jsx)(i,{width:"32",height:"32"})}),(0,Z.jsx)("div",{className:"googlesitekit-lean-cta-banner__body-content",children:t})]}),a&&(0,Z.jsx)("div",{className:"googlesitekit-lean-cta-banner__graphic",children:(0,Z.jsx)(a,{})})]}));Fi.propTypes={className:n().string,children:n().node.isRequired,Icon:n().elementType,SVGGraphic:n().elementType};const Hi=Fi;var Ki=i(45472);const Yi=(0,r.forwardRef)((e,t)=>{const i=(0,U.A)(),a=(0,me.A)(),s=(0,c.useSelect)(e=>e(Q.oR).didSetAudiences()),o=(0,c.useSelect)(e=>e(Vi.i).getModuleIcon(V.L1)),n=(0,c.useSelect)(e=>e(We.O4).getSiteKitAdminSettingsURL({scrollTo:"visitor-groups"})),{setValue:r}=(0,c.useDispatch)(g.n),{navigateTo:l}=(0,c.useDispatch)(Ki.M),d=s?"no-longer-available":"none-selected";function m(){(0,W.sx)(`${i}_audiences-no-audiences`,"select_groups",d).finally(()=>{r(wi,!0)})}return(0,Z.jsxs)(Hi,{ref:t,className:"googlesitekit-no-audience-banner",Icon:o,SVGGraphic:Ei,children:[(0,Z.jsxs)(w.A,{children:[s&&(0,G.A)((0,u.__)("It looks like your visitor groups aren’t available anymore. <a>Select other groups</a>.","google-site-kit"),{a:(0,Z.jsx)(z.A,{onClick:m,secondary:!0})}),!s&&(0,G.A)((0,u.__)("You don’t have any visitor groups selected. <a>Select groups</a>.","google-site-kit"),{a:(0,Z.jsx)(z.A,{onClick:m,secondary:!0})})]}),!a&&(0,Z.jsx)(w.A,{children:(0,G.A)((0,u.__)("You can deactivate this widget in <a>Settings</a>.","google-site-kit"),{a:(0,Z.jsx)(z.A,{onClick:()=>{(0,W.sx)(`${i}_audiences-no-audiences`,"change_settings",d).finally(()=>{l(n)})},secondary:!0})})})]})}),Qi=(0,B.A)(Yi);function NoAudienceBannerWidget({Widget:e,WidgetNull:t}){const i=(0,U.A)(),a=(0,c.useSelect)(e=>{const t=e(Y.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)}),s=(0,c.useSelect)(e=>e(Q.oR).getConfiguredAudiences()),o=(0,c.useSelect)(e=>e(Q.oR).didSetAudiences()),n=s?.every(e=>Array.isArray(a)&&!a.includes(e));return s&&(0===s?.length||n)?(0,Z.jsx)(e,{noPadding:!0,children:(0,Z.jsx)(Qi,{onInView:()=>{(0,W.sx)(`${i}_audiences-no-audiences`,"view_banner",o?"no-longer-available":"none-selected")}})}):(0,Z.jsx)(t,{})}NoAudienceBannerWidget.propTypes={Widget:n().elementType.isRequired,WidgetNull:n().elementType.isRequired};const Ji=(0,l.A)({moduleName:V.L1})(NoAudienceBannerWidget);var qi=i(84093);function AudienceTilesWidget({Widget:e}){const t=(0,c.useSelect)(e=>{const t=e(Y.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)}),i=(0,c.useSelect)(e=>e(Q.oR).getConfiguredAudiences()),a=(0,c.useSelect)(e=>e(Y.K9).hasSyncedAudiences()),s=(0,c.useSelect)(e=>e(Y.K9).isSyncingAudiences()),{clearErrors:o,maybeSyncAvailableAudiences:n,syncAvailableAudiences:l}=(0,c.useDispatch)(Y.K9),g=(0,c.useSelect)(e=>e(Y.K9).isSettingUpAudiences()),u=(0,c.useSelect)(e=>e(Y.K9).getErrorForAction("syncAvailableAudiences"));if((0,r.useEffect)(()=>{a||s||g||n()},[a,s,g,n]),u){const t=(0,d.SG)(u);return(0,Z.jsx)(H,{errors:u,Widget:e,onRetry:t?void 0:async()=>{await o("syncAvailableAudiences"),await l()},showRetryButton:!t})}const m=i?.some(e=>t?.includes(e));return m?(0,Z.jsx)(AudienceTiles,{Widget:e,widgetLoading:!a||!t||!i}):a?(0,Z.jsx)(Ji,{Widget:e,WidgetNull:qi.A}):(0,Z.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,Z.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,Z.jsx)(e,{noPadding:!0,children:(0,Z.jsx)(AudienceTileLoading,{})}),(0,Z.jsx)(e,{noPadding:!0,children:(0,Z.jsx)(AudienceTileLoading,{})})]})})}AudienceTilesWidget.propTypes={Widget:n().elementType.isRequired,WidgetNull:n().elementType.isRequired};const Xi=(0,l.A)({moduleName:V.L1})(AudienceTilesWidget);var $i,ea=i(68869),ta=i(3183),ia=i(98652),aa=i(718);function AudienceItem({slug:e,title:t,description:i,subtitle:a,userCount:s,audienceType:o}){const n=`${Y.bz}${e}`,l=(0,Ye.A)(Ri,Li),d=(0,c.useSelect)(e=>e(Q.oR).hasExpirableItem(n)),g=(0,c.useSelect)(e=>e(Q.oR).isExpirableItemActive(n)),[m,p]=(0,c.useSelect)(e=>e(Y.K9).getAudienceUserCountReportErrors())||[],y=[];p&&y.push(p),m&&y.push(m);const{setValues:I}=(0,c.useDispatch)(Be.s),h=(0,c.useSelect)(t=>t(Q.oR).isItemDismissed(`audience-tile-${e}`)),A=(0,r.useCallback)(t=>{I(Ri,{[Li]:t.target.checked?l.concat([e]):l.filter(t=>t!==e),[Gi]:!0})},[l,I,e]),M="DEFAULT_AUDIENCE"!==o&&(!1===d||g),f=l?.includes(e),S=`audience-selection-checkbox-${e}`;function ItemBadge(){return h?(0,Z.jsx)(BadgeWithTooltip,{label:(0,u.__)("Temporarily hidden","google-site-kit"),tooltipTitle:(0,u.__)("Site Kit is collecting data for this group. Once data is available the group will be added to your dashboard.","google-site-kit")}):M?(0,Z.jsx)(ia.A,{}):null}return(0,Z.jsx)(aa.y3,{id:S,slug:e,title:t,subtitle:a,description:i,isItemSelected:f,onCheckboxChange:A,suffix:y.length?"-":(0,W.Eo)(s),badge:(h||M)&&(0,Z.jsx)(ItemBadge,{})})}function AudienceItemPreviewBlock(){return(0,Z.jsxs)("div",{className:"googlesitekit-selection-panel__loading",children:[(0,Z.jsxs)("div",{className:"googlesitekit-selection-panel__loading-left",children:[(0,Z.jsx)(pe.A,{width:"90px",height:"20px",className:"googlesitekit-selection-panel__loading-item"}),(0,Z.jsx)(pe.A,{width:"293px",height:"15px",className:"googlesitekit-selection-panel__loading-item"})]}),(0,Z.jsx)("div",{className:"googlesitekit-selection-panel__loading-right",children:(0,Z.jsx)(pe.A,{width:"43px",height:"20px",className:"googlesitekit-selection-panel__loading-item"})})]})}function sa(){return sa=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},sa.apply(null,arguments)}AudienceItem.propTypes={slug:n().string.isRequired,title:n().string.isRequired,description:n().string.isRequired,subtitle:n().string,userCount:n().number.isRequired,audienceType:n().string.isRequired};const oa=e=>r.createElement("svg",sa({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 22"},e),$i||($i=r.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.5 22q-2.283 0-4.29-.852a11.3 11.3 0 0 1-3.492-2.366 11.3 11.3 0 0 1-2.365-3.492A10.9 10.9 0 0 1 .5 11q0-2.283.853-4.29a11.3 11.3 0 0 1 2.364-3.492A10.9 10.9 0 0 1 7.21.88 10.6 10.6 0 0 1 11.5 0q2.283 0 4.29.88a10.9 10.9 0 0 1 3.492 2.337q1.486 1.486 2.338 3.493.88 2.007.88 4.29t-.88 4.29a10.9 10.9 0 0 1-2.338 3.492q-1.485 1.485-3.492 2.366A10.9 10.9 0 0 1 11.5 22m0-14.3q.468 0 .77-.303.33-.33.33-.797a1 1 0 0 0-.33-.77 1 1 0 0 0-.77-.33q-.467 0-.797.33a1.04 1.04 0 0 0-.303.77q0 .468.303.798.33.302.797.302m-1.1 8.8V9.9h2.2v6.6z",clipRule:"evenodd"})));var na;function ra(){return ra=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},ra.apply(null,arguments)}const la=e=>r.createElement("svg",ra({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),na||(na=r.createElement("path",{fill:"currentColor",d:"M10 18.333q-.687 0-1.188-.479a1.66 1.66 0 0 1-.479-1.188h3.334q0 .689-.5 1.188-.48.48-1.167.48Zm-3.333-2.5v-1.667h6.666v1.667zm.208-2.5a6.5 6.5 0 0 1-2.292-2.292Q3.75 9.604 3.75 7.916q0-2.604 1.813-4.416Q7.393 1.667 10 1.667q2.604 0 4.417 1.833 1.833 1.812 1.833 4.417a6 6 0 0 1-.854 3.124 6.3 6.3 0 0 1-2.271 2.292zm.5-1.667h5.25a4.5 4.5 0 0 0 1.438-1.645q.52-.98.52-2.105 0-1.915-1.333-3.25Q11.917 3.334 10 3.333c-1.917-.001-2.361.445-3.25 1.333q-1.333 1.335-1.333 3.25 0 1.125.5 2.105a4.7 4.7 0 0 0 1.458 1.645"}))),ca=(0,r.forwardRef)(({className:e,content:t,dismissLabel:i,Icon:a=la,onDismiss:s},o)=>(0,Z.jsxs)("div",{ref:o,className:Ne()("googlesitekit-audience-segmentation-info-notice",e),children:[(0,Z.jsx)(a,{width:"20",height:"20"}),(0,Z.jsxs)("div",{className:"googlesitekit-audience-segmentation-info-notice__body",children:[(0,Z.jsx)(w.A,{children:t}),i&&(0,Z.jsx)(R.Button,{onClick:s,className:"googlesitekit-audience-segmentation-info-notice__dismiss",tertiary:!0,children:i})]})]}));ca.propTypes={className:n().string,content:n().string.isRequired,dismissLabel:n().string,Icon:n().elementType,onDismiss:n().func};const da=ca;function AddGroupNotice(){const[e,t]=(0,r.useState)(!1),i=(0,c.useInViewSelect)(e=>e(Q.oR).isItemDismissed(xi)),a=(0,c.useSelect)(e=>e(g.n).getValue(wi)),s=(0,c.useSelect)(e=>e(Y.K9).isFetchingSyncAvailableAudiences()),o=(0,Ye.A)(Ri,Li),{dismissItem:n}=(0,c.useDispatch)(Q.oR),l=(0,r.useCallback)(async()=>{await n(xi)},[n]);return(0,r.useEffect)(()=>{Array.isArray(o)&&(o.length>1&&t(!0),a||1!==o?.length||t(!1))},[o,a,t]),i||e||s||!o?.length?null:(0,Z.jsx)(da,{className:"googlesitekit-audience-selection-panel__add-group-notice",content:(0,u.__)("By adding another group to your dashboard, you will be able to compare them and understand which content brings back users from each group","google-site-kit"),dismissLabel:(0,u.__)("Got it","google-site-kit"),Icon:oa,onDismiss:l})}AddGroupNotice.propTypes={savedItemSlugs:n().array};var ga=i(72545),ua=i(2390),ma=i(80035);function AudienceCreationErrorNotice({apiErrors:e,hasOAuthError:t}){const i=(0,U.A)(),a=Array.isArray(e)?e:[e],s=(0,c.useSelect)(e=>e(We.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),o=(0,c.useSelect)(e=>e(Y.K9).getServiceEntityAccessURL()),n=(0,c.useSelect)(e=>e(We.O4).getErrorTroubleshootingLinkURL({code:"access_denied"})),l=(0,c.useSelect)(e=>e(g.n).getValue(wi)),m=a.length>0,p=a.some(e=>(0,d.SG)(e));if((0,r.useEffect)(()=>{if(!l||!m&&!t)return;let e="setup_error";t?e="auth_error":p&&(e="insufficient_permissions_error"),(0,W.sx)(`${i}_audiences-sidebar-create-audiences`,e)},[m,p,t,l,i]),!a.length&&!t)return null;let y,I;return t?I=(0,G.A)((0,u.__)("Setup was interrupted because you didn’t grant the necessary permissions. Click on Create again to retry. If that doesn’t work, <HelpLink />","google-site-kit"),{HelpLink:(0,Z.jsx)(z.A,{href:n,external:!0,hideExternalIndicator:!0,children:(0,u.__)("get help","google-site-kit")})}):p?(y=(0,u.__)("Insufficient permissions","google-site-kit"),I=(0,G.A)((0,u.__)("Contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,Z.jsx)(z.A,{href:s,external:!0,hideExternalIndicator:!0,children:(0,u.__)("Get help","google-site-kit")})})):(y=(0,u.__)("Analytics update failed","google-site-kit"),I=(0,u.__)("Click on Create to try again.","google-site-kit")),(0,Z.jsx)(ma.A,{className:"googlesitekit-audience-creation-error-notice",type:ma.A.TYPES.ERROR,title:y,description:I,ctaButton:p?{label:(0,u.__)("Request access","google-site-kit"),href:o,onClick:()=>{(0,W.sx)(`${i}_audiences-sidebar-create-audiences`,"insufficient_permissions_error_request_access")}}:void 0,hideIcon:!0})}function AudienceCreationNotice(){const e=(0,U.A)(),[t,a]=(0,r.useState)(!1),s=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t}=e(Y.K9),i=t();if(void 0!==i)return i.length?i.filter(({audienceType:e})=>"SITE_KIT_AUDIENCE"===e):[]}),{dismissItem:o}=(0,c.useDispatch)(Q.oR),{setValue:n}=(0,c.useDispatch)(g.n),l=(0,c.useInViewSelect)(e=>e(Q.oR).isItemDismissed(Zi)),m=(0,c.useInViewSelect)(e=>e(Q.oR).isItemDismissed(Wi)),p=(0,c.useInViewSelect)(e=>e(Q.oR).hasScope(Y.S9)),y=(0,c.useSelect)(e=>e(g.n).getValue(wi));const I=(0,Oe.F)(i.g.location.href,{notification:"audience_segmentation"}),{setValues:h}=(0,c.useDispatch)(Be.s),{setPermissionScopeError:A}=(0,c.useDispatch)(Q.oR),{createAudience:M,syncAvailableAudiences:f}=(0,c.useDispatch)(Y.K9),S=(0,Ye.A)(Ui,"autoSubmit"),N=(0,Ye.A)(Ui,"audienceToCreate"),[T,D]=(0,r.useState)([]),v=(0,r.useCallback)(async e=>{if(a(e),!p)return h(Ui,{autoSubmit:!0,audienceToCreate:e}),void A({code:d.db,message:(0,u.__)("Additional permissions are required to create a new audience in Analytics.","google-site-kit"),data:{status:403,scopes:[Y.S9],skipModal:!0,redirectURL:I}});h(Ui,{autoSubmit:!1,audienceToCreate:void 0});const{error:t}=await M(Y.fB[e]);D(t?[t]:[]),await f(),a(!1),t||n(Pi,!0)},[p,M,f,h,A,I,n]);const j=(0,c.useSelect)(e=>e(We.O4).getSetupErrorCode()),_=S&&"access_denied"===j;(0,r.useEffect)(()=>{!async function(){p&&S&&(n(wi,!0),await v(N))}()},[N,v,p,S,n]);const b=!l&&s?.length<2;if((0,r.useEffect)(()=>{y&&b&&(0,W.sx)(`${e}_audiences-sidebar-create-audiences`,"view_notice")},[y,b,e]),(0,r.useEffect)(()=>{!y||p||m||(0,W.sx)(`${e}_audiences-sidebar-create-audiences`,"view_oauth_notice")},[p,m,y,e]),!b)return null;const k=Object.keys(Y.fB).filter(e=>!s.some(t=>t.audienceSlug===e));return(0,Z.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice",children:[(0,Z.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-header",children:[(0,Z.jsx)("p",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-title",children:(0,u.__)("Create groups suggested by Site Kit","google-site-kit")}),(0,Z.jsx)(z.A,{className:"googlesitekit-audience-selection-panel__audience-creation-notice-close",onClick:function(){o(Zi)},linkButton:!0,children:(0,Z.jsx)(ga.A,{width:"15",height:"15"})})]}),(0,Z.jsx)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-body",children:k&&k.map(i=>(0,Z.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience",children:[(0,Z.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-details",children:[(0,Z.jsx)(x.A,{as:"h3",type:"title",size:"small",children:Y.fB[i].displayName}),(0,Z.jsx)("p",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-description",children:Y.fB[i].description})]}),(0,Z.jsx)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-button",children:(0,Z.jsx)(ua.A,{spinnerPosition:ua.k.BEFORE,onClick:()=>{(0,W.sx)(`${e}_audiences-sidebar-create-audiences`,"create_audience",i).finally(()=>{v(i)})},isSaving:t===i,children:(0,u.__)("Create","google-site-kit")})})]},i))}),!p&&!m&&(0,Z.jsx)(ma.A,{type:ma.A.TYPES.WARNING,description:(0,u.__)("Creating these groups require more data tracking. You will be directed to update your Analytics property.","google-site-kit"),dismissButton:{onClick:function(){(0,W.sx)(`${e}_audiences-sidebar-create-audiences`,"dismiss_oauth_notice").finally(()=>{o(Wi)})}},hideIcon:!0}),(T.length>0||_)&&(0,Z.jsx)(AudienceCreationErrorNotice,{apiErrors:T,hasOAuthError:_})]})}function AudienceItems({savedItemSlugs:e=[]}){const[t,i]=(0,r.useState)(!0),{setExpirableItemTimers:a}=(0,c.useDispatch)(Q.oR),{syncAvailableAudiences:s}=(0,c.useDispatch)(Y.K9),o=(0,me.A)(),n=(0,c.useSelect)(e=>e(g.n).getValue(wi)),l=(0,c.useSelect)(e=>e(Y.K9).isFetchingSyncAvailableAudiences());(0,r.useEffect)(()=>{t&&n&&(i(!1),async function(){await s()}())},[t,n,s]);const d=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t,getReport:i,getAudiencesUserCountReportOptions:a,getConfigurableSiteKitAndOtherAudiences:s,hasAudiencePartialData:o}=e(Y.K9),n=t();if(void 0===n)return;if(!n.length)return[];const[r,l]=s(),c=o(r),d=e(Q.oR).getDateRangeDates({offsetDays:Y.f2}),g=c&&i({...d,metrics:[{name:"totalUsers"}],dimensions:[{name:"newVsReturning"}],reportID:"audience-segmentation_audience-items_component_newVsReturningReport"}),u=!1===c||!0===c&&l?.length>0?i(a(c?l:n)):{},{rows:m=[]}=g||{},{rows:p=[]}=u||{};function y(e,t){return e.find(e=>e?.dimensionValues?.[0]?.value===t)}return n.map(e=>{let t;return t="SITE_KIT_AUDIENCE"===e.audienceType&&c?y(m,"new-visitors"===e.audienceSlug?"new":"returning"):y(p,e.name),{...e,userCount:Number(t?.metricValues?.[0]?.value)||0}})});function m(e,{audienceType:t,description:i,displayName:a,name:s,userCount:o}){let n="";switch(t){case"DEFAULT_AUDIENCE":n=(0,u.__)("Created by default by Google Analytics","google-site-kit"),i="";break;case"SITE_KIT_AUDIENCE":n=(0,u.__)("Created by Site Kit","google-site-kit");break;case"USER_AUDIENCE":n=(0,u.__)("Already exists in your Analytics property","google-site-kit")}return{...e,[s]:{title:a,subtitle:i,description:n,userCount:o,audienceType:t}}}const p=d?.filter(({name:t})=>e.includes(t)).reduce(m,{}),y=d?.filter(({name:t})=>!e.includes(t)).reduce(m,{}),I=(0,c.useSelect)(e=>{if(void 0===d)return;const{hasFinishedResolution:t,hasExpirableItem:i}=e(Q.oR);return t("getExpirableItems")?d.filter(({audienceType:e,name:t})=>"DEFAULT_AUDIENCE"!==e&&!i(`${Y.bz}${t}`)).map(({name:e})=>`${Y.bz}${e}`):void 0});return(0,ta.A)(()=>{n&&void 0!==I&&I.length&&a(I.map(e=>({slug:e,expiresInSeconds:4*W.Du})))},[n,a,I]),(0,Z.jsx)(aa.DW,{availableItemsTitle:(0,u.__)("Additional groups","google-site-kit"),availableSavedItems:p,availableUnsavedItems:y,ItemComponent:l?AudienceItemPreviewBlock:AudienceItem,savedItemSlugs:e,notice:(0,Z.jsxs)(r.Fragment,{children:[(0,Z.jsx)(AddGroupNotice,{}),!o&&(0,Z.jsx)(AudienceCreationNotice,{})]})})}function RequestAccessButton({requestAccessURL:e}){const t=(0,U.A)();return(0,Z.jsx)(R.Button,{className:"googlesitekit-audience-selection-panel__error-notice-action",href:e,target:"_blank",onClick:()=>{(0,W.sx)(`${t}_audiences-sidebar`,"insufficient_permissions_error_request_access")},tertiary:!0,children:(0,u.__)("Request access","google-site-kit")})}function RetryButton({handleRetry:e}){const t=(0,U.A)();return(0,Z.jsx)(R.Button,{className:"googlesitekit-audience-selection-panel__error-notice-action",onClick:()=>{e(),(0,W.sx)(`${t}_audiences-sidebar`,"data_loading_error_retry")},tertiary:!0,children:(0,u.__)("Retry","google-site-kit")})}function SyncErrorNotice(){const e=(0,U.A)(),t=(0,c.useSelect)(e=>e(Y.K9).getErrorForAction("syncAvailableAudiences")),[i,a]=(0,c.useInViewSelect)(e=>e(Y.K9).getAudienceUserCountReportErrors())||[],s=(0,c.useSelect)(e=>e(We.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),o=(0,c.useSelect)(e=>e(g.n).getValue(wi)),{clearError:n,syncAvailableAudiences:l}=(0,c.useDispatch)(Y.K9),m=(0,r.useCallback)(async()=>{await n("syncAvailableAudiences"),l()},[n,l]),p=[];t&&p.push(t),a&&p.push(a),i&&p.push(i);const y=p.length>0,I=p.some(e=>(0,d.SG)(e));if((0,r.useEffect)(()=>{o&&y&&(0,W.sx)(`${e}_audiences-sidebar`,I?"insufficient_permissions_error":"data_loading_error")},[y,I,o,e]),!p.length)return null;const h=[a,i].some(e=>!!e);return(0,Z.jsx)(ma.A,{className:"googlesitekit-audience-selection-panel__error-notice googlesitekit-notice--error googlesitekit-notice--small googlesitekit-notice--square",type:ma.A.TYPES.ERROR,description:I?(0,G.A)((0,u.__)("Insufficient permissions, contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,Z.jsx)(z.A,{href:s,external:!0,hideExternalIndicator:!0,children:(0,u.__)("Get help","google-site-kit")})}):(0,u.__)("Data loading failed","google-site-kit"),hideIcon:!0,children:I||h?(0,Z.jsx)(L.A,{moduleSlug:"analytics-4",error:p,buttonVariant:"danger",RequestAccessButton,RetryButton,hideGetHelpLink:!0}):(0,Z.jsx)(RetryButton,{handleRetry:m})})}function Footer({isOpen:e,closePanel:t,savedItemSlugs:i}){const a=(0,U.A)(),s=(0,Ye.A)(Ri,Li),{setValues:o}=(0,c.useDispatch)(Be.s),n=(0,c.useSelect)(e=>e(Q.oR).isSavingUserAudienceSettings()),l=(0,c.useInViewSelect)(e=>{const t=e(Q.oR).getDismissedItems();return t?.filter(e=>e.startsWith("audience-tile-"))}),d=(0,c.useSelect)(e=>e(Y.K9).getOrSyncAvailableAudiences()),{saveUserAudienceSettings:g,removeDismissedItems:u}=(0,c.useDispatch)(Q.oR),{getConfiguredAudiences:m}=(0,c.useSelect)(Q.oR),p=(0,r.useCallback)(async e=>{o(Ri,{[zi]:null});let{error:t}=await g({configuredAudiences:e});if(!t){const i=l?.filter(t=>{const i=t.replace("audience-tile-","");return!e.includes(i)})||[];e.every(e=>l?.includes(`audience-tile-${e}`))&&i.push(`audience-tile-${e[0]}`),i?.length>0&&(({error:t}=await u(...i)),t&&o(Ri,{[zi]:t}))}return{error:t}},[l,u,g,o]),y=(0,r.useCallback)(()=>{const e={USER_AUDIENCE:"user",SITE_KIT_AUDIENCE:"site-kit",DEFAULT_AUDIENCE:"default"},t=m(),i=Object.keys(e).map(i=>{const a=t.filter(e=>{const t=d?.find(({name:t})=>e===t);return t?.audienceType===i});return`${e[i]}:${a.length}`}).join(",");(0,W.sx)(`${a}_audiences-sidebar`,"audiences_sidebar_save",i)},[d,m,a]),I=(0,r.useCallback)(()=>{(0,W.sx)(`${a}_audiences-sidebar`,"audiences_sidebar_cancel")},[a]);return(0,Z.jsx)(aa.gy,{savedItemSlugs:i,selectedItemSlugs:s,saveSettings:p,minSelectedItemCount:Oi,maxSelectedItemCount:Bi,isBusy:n,isOpen:e,closePanel:t,onSaveSuccess:y,onCancel:I})}function Header_Header({closePanel:e}){const t=(0,me.A)(),i=(0,c.useSelect)(e=>e(We.O4).getSiteKitAdminSettingsURL({scrollTo:"visitor-groups"})),a=(0,c.useSelect)(e=>e(Q.oR).isSavingUserAudienceSettings()),{navigateTo:s}=(0,c.useDispatch)(Ki.M),o=(0,r.useCallback)(()=>s(i),[i,s]);return(0,Z.jsx)(aa.W4,{title:(0,u.__)("Select visitor groups","google-site-kit"),onCloseClick:e,children:!t&&(0,Z.jsx)(w.A,{children:(0,G.A)((0,u.__)("You can deactivate this widget in <link><strong>Settings</strong></link>","google-site-kit"),{link:(0,Z.jsx)(z.A,{onClick:o,disabled:a,secondary:!0}),strong:(0,Z.jsx)("strong",{})})})})}function LearnMoreLink(){const e=(0,c.useSelect)(e=>e(We.O4).getGoogleSupportURL({path:"/analytics/answer/12799087"}));return(0,Z.jsx)("div",{className:"googlesitekit-audience-selection-panel__learn-more",children:(0,G.A)((0,u.__)("Learn more about grouping site visitors and audiences in <link><strong>Analytics</strong></link>","google-site-kit"),{link:(0,Z.jsx)(z.A,{href:e,secondary:!0,external:!0}),strong:(0,Z.jsx)("strong",{})})})}AudienceCreationErrorNotice.propTypes={apiErrors:n().oneOfType([n().arrayOf(n().object),n().object,n().array]),hasOAuthError:n().bool},AudienceItems.propTypes={savedItemSlugs:n().array},RequestAccessButton.propTypes={requestAccessURL:n().string.isRequired},RetryButton.propTypes={handleRetry:n().func.isRequired},Footer.propTypes={isOpen:n().bool,closePanel:n().func.isRequired,savedItemSlugs:n().array},Header_Header.propTypes={closePanel:n().func.isRequired};var pa=i(19793);function AudienceCreationSuccessNotice(){const e=(0,U.A)(),{setValue:t}=(0,c.useDispatch)(g.n),i=(0,c.useSelect)(e=>e(g.n).getValue(Pi)),a=(0,c.useSelect)(e=>e(g.n).getValue(wi));return(0,r.useEffect)(()=>{a&&i&&(0,W.sx)(`${e}_audiences-sidebar-create-audiences-success`,"view_notification")},[a,i,e]),i?(0,Z.jsxs)("div",{className:"googlesitekit-audience-selection-panel__success-notice",children:[(0,Z.jsx)("div",{className:"googlesitekit-audience-selection-panel__success-notice-icon",children:(0,Z.jsx)(pa.A,{width:24,height:24})}),(0,Z.jsx)("p",{className:"googlesitekit-audience-selection-panel__success-notice-message",children:(0,u.__)("Visitor group created successfully!","google-site-kit")}),(0,Z.jsx)("div",{className:"googlesitekit-audience-selection-panel__success-notice-actions",children:(0,Z.jsx)(R.Button,{onClick:()=>{(0,W.sx)(`${e}_audiences-sidebar-create-audiences-success`,"dismiss_notification").finally(()=>{t(Pi,!1)})},tertiary:!0,children:(0,u.__)("Got it","google-site-kit")})})]}):null}var ya=i(74595),Ia=i(67768);function SaveErrorNotice({savedItemSlugs:e}){const t=(0,Ye.A)(Ri,Li),i=(0,Ye.A)(Ri,zi),a=(0,ya.ws)(e=>e(Q.oR).getUserAudienceSettings()),o=(0,ya.WM)(e=>e(Q.oR).getErrorForAction("saveUserAudienceSettings",[{...a,configuredAudiences:t}])),n=t?.length||0;let l;n<Oi?l=(0,u.sprintf)(/* translators: 1: Minimum number of groups that can be selected. 2: Number of selected groups. */ /* translators: 1: Minimum number of groups that can be selected. 2: Number of selected groups. */ (0,u._n)("Select at least %1$d group (%2$d selected)","Select at least %1$d groups (%2$d selected)",Oi,"google-site-kit"),Oi,n):n>Bi&&(l=(0,u.sprintf)(/* translators: 1: Maximum number of groups that can be selected. 2: Number of selected groups. */ /* translators: 1: Maximum number of groups that can be selected. 2: Number of selected groups. */ (0,u.__)("Select up to %1$d groups (%2$d selected)","google-site-kit"),Bi,n));const c=(0,r.useMemo)(()=>!(0,s.isEqual)((0,W.N9)(t),(0,W.N9)(e)),[t,e]);if(!l&&!o&&!i)return null;let d=o||i;return c&&l&&(d={message:l}),(0,Z.jsx)(Ia.A,{error:d})}function Panel(){const e=(0,U.A)(),t=(0,c.useSelect)(e=>e(g.n).getValue(wi)),i=(0,c.useSelect)(e=>e(Y.K9).isFetchingSyncAvailableAudiences()),a=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t}=e(Y.K9),{getConfiguredAudiences:i}=e(Q.oR),a=i()||[],s=t()||[];return s.length&&a.length?s.filter(({name:e})=>a.includes(e)).map(({name:e})=>e):[]}),s=(0,Ye.A)(Ui,"autoSubmit"),{setValues:o}=(0,c.useDispatch)(Be.s),{setValue:n}=(0,c.useDispatch)(g.n),l=(0,r.useCallback)(()=>{o(Ri,{[Li]:a,[Gi]:!1}),(0,W.sx)(`${e}_audiences-sidebar`,"audiences_sidebar_view")},[a,o,e]),d=(0,r.useCallback)(()=>{t&&(n(wi,!1),n(Pi,!1))},[n,t]);return(0,Z.jsxs)(aa.Ay,{className:"googlesitekit-audience-selection-panel",closePanel:d,isOpen:t||s,isLoading:i,onOpen:l,children:[(0,Z.jsx)(Header_Header,{closePanel:d}),(0,Z.jsx)(AudienceItems,{savedItemSlugs:a}),(0,Z.jsx)(LearnMoreLink,{}),(0,Z.jsx)(SaveErrorNotice,{savedItemSlugs:a}),(0,Z.jsx)(SyncErrorNotice,{}),(0,Z.jsx)(AudienceCreationSuccessNotice,{}),(0,Z.jsx)(Footer,{closePanel:d,isOpen:t,savedItemSlugs:a})]})}function AudienceSelectionPanel(){const e=(0,c.useSelect)(e=>e(g.n).getValue(wi));return(0,Z.jsx)(ea.Ay,{value:{key:"AudienceSelectionPanel",value:!!e},children:(0,Z.jsx)(Panel,{})})}var ha=i(91560);function AudienceAreaFooter(){const e=(0,me.A)(),t=(0,c.useSelect)(e=>e(Q.oR).getDateRangeDates({offsetDays:Y.f2})),i=(0,c.useSelect)(i=>e?null:i(Y.K9).getServiceReportURL("audiences",{dates:t}));return(0,c.useSelect)(e=>e(Vi.i).isModuleConnected(V.L1))?(0,Z.jsx)(ha.A,{className:"googlesitekit-audience-widget__source",name:(0,u._x)("Analytics","Service name","google-site-kit"),href:i,external:!0}):null}var Aa,Ma,fa,Sa,Na=i(674);function ChangeGroupsLink(){const e=(0,U.A)(),t=(0,c.useInViewSelect)(e=>e(Y.K9).getConfigurableAudiences(),[]),{setValue:i}=(0,c.useDispatch)(g.n),a=(0,r.useCallback)(()=>{i(wi,!0),(0,W.sx)(`${e}_audiences-sidebar`,"change_groups")},[i,e]);return Array.isArray(t)&&t?.length>0?(0,Z.jsx)(z.A,{className:"googlesitekit-widget-area__cta-link",onClick:a,leadingIcon:(0,Z.jsx)(Na.A,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,u.__)("Change groups","google-site-kit")}):null}function Ta(){return Ta=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},Ta.apply(null,arguments)}const Da=e=>r.createElement("svg",Ta({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"-3 1 333.666 149.252"},e),Aa||(Aa=r.createElement("defs",null,r.createElement("filter",{id:"audience-connect-analytics-cta-graphic_svg__c",width:144.59,height:185.064,x:109.551,y:18.171,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},r.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r.createElement("feOffset",{dy:4}),r.createElement("feGaussianBlur",{stdDeviation:8}),r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),r.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),r.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1731_24094"}),r.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1731_24094",result:"shape"})),r.createElement("filter",{id:"audience-connect-analytics-cta-graphic_svg__d",width:144.59,height:185.064,x:236.859,y:18.171,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},r.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r.createElement("feOffset",{dy:4}),r.createElement("feGaussianBlur",{stdDeviation:8}),r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),r.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),r.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1731_24094"}),r.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1731_24094",result:"shape"})),r.createElement("clipPath",{id:"audience-connect-analytics-cta-graphic_svg__a"},r.createElement("path",{fill:"#fff",d:"M0 0h480v150H0z"})))),r.createElement("g",{clipPath:"url(#audience-connect-analytics-cta-graphic_svg__a)",transform:"translate(-73)"},Ma||(Ma=r.createElement("path",{fill:"#B8E6CA",d:"M91.722 36.579a72 72 0 0 1 7.307-6.582c24.521-19.234 44.779-19.203 72.826-15.693 18.961 2.373 30.038 11.4 55.889 9.98s32.474-7.992 64.117-5.887c25.048 1.667 36.285 6.612 58.554 18.182 20.61 10.707 39.324 29.519 48.728 54.397 16.12 42.644-12.622 119.393-51.166 123.012-27.93 2.623-50.979-28.308-79.169-21.145-17.366 4.414-27.666 22.927-41.064 35.144-15.631 14.255-49.304 13.359-67.607 5.751-17.442-7.248-34.409-21.615-40.106-42.775-4.337-16.114-5.519-35.322-17.661-50.04-14.694-17.811-23.672-25.756-28.716-49.947-4.382-21.009 5.045-40.938 18.068-54.397"})),r.createElement("mask",{id:"audience-connect-analytics-cta-graphic_svg__b",width:332,height:228,x:72,y:12,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},fa||(fa=r.createElement("path",{fill:"#B8E6CA",d:"M91.722 36.579a72 72 0 0 1 7.307-6.582c24.521-19.234 44.779-19.203 72.826-15.693 18.961 2.373 30.038 11.4 55.889 9.98s32.474-7.992 64.117-5.887c25.048 1.667 36.285 6.612 58.554 18.182 20.61 10.707 39.324 29.519 48.728 54.397 16.12 42.644-12.622 119.393-51.166 123.012-27.93 2.623-50.979-28.308-79.169-21.145-17.366 4.414-27.666 22.927-41.064 35.144-15.631 14.255-49.304 13.359-67.607 5.751-17.442-7.248-34.409-21.615-40.106-42.775-4.337-16.114-5.519-35.322-17.661-50.04-14.694-17.811-23.672-25.756-28.716-49.947-4.382-21.009 5.045-40.938 18.068-54.397"}))),Sa||(Sa=r.createElement("g",{mask:"url(#audience-connect-analytics-cta-graphic_svg__b)"},r.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic_svg__c)"},r.createElement("rect",{width:112.591,height:153.065,x:125.551,y:30.171,fill:"#fff",rx:8.095})),r.createElement("rect",{width:39.014,height:7.002,x:139.555,y:93.193,fill:"#EBEEF0",rx:3.501}),r.createElement("rect",{width:14.005,height:7.002,x:139.555,y:82.189,fill:"#EBEEF0",rx:3.501}),r.createElement("rect",{width:14.005,height:7.002,x:139.555,y:118.259,fill:"#EBEEF0",rx:3.501}),r.createElement("path",{fill:"#B8E6CA",d:"M202.578 91.693a6.5 6.5 0 0 1 6.502-6.503h10.004a6.502 6.502 0 0 1 0 13.005H209.08a6.5 6.5 0 0 1-6.502-6.502"}),r.createElement("rect",{width:26.492,height:6.623,x:139.535,y:45.625,fill:"#EBEEF0",rx:3.311}),r.createElement("path",{fill:"#FFDED3",d:"M202.578 127.763a6.5 6.5 0 0 1 6.502-6.502h10.004a6.502 6.502 0 1 1 0 13.004H209.08a6.5 6.5 0 0 1-6.502-6.502"}),r.createElement("rect",{width:41.014,height:7.002,x:138.555,y:129.263,fill:"#EBEEF0",rx:3.501}),r.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M238.141 65.862H126.286"}),r.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic_svg__d)"},r.createElement("rect",{width:112.591,height:153.065,x:252.859,y:30.171,fill:"#fff",rx:8.095})),r.createElement("rect",{width:38.859,height:7.002,x:266.809,y:93.193,fill:"#EBEEF0",rx:3.501}),r.createElement("rect",{width:13.949,height:7.002,x:266.809,y:82.189,fill:"#EBEEF0",rx:3.501}),r.createElement("rect",{width:13.949,height:7.002,x:266.805,y:118.259,fill:"#EBEEF0",rx:3.501}),r.createElement("path",{fill:"#B8E6CA",d:"M329.582 91.693a6.5 6.5 0 0 1 6.502-6.503h9.912a6.502 6.502 0 1 1 0 13.005h-9.912a6.5 6.5 0 0 1-6.502-6.502"}),r.createElement("rect",{width:26.492,height:6.623,x:266.844,y:45.625,fill:"#EBEEF0",rx:3.311}),r.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M358.094 65.862H252.862"}),r.createElement("path",{fill:"#FFDED3",d:"M329.582 127.763a6.5 6.5 0 0 1 6.502-6.502h9.912a6.502 6.502 0 1 1 0 13.004h-9.912a6.5 6.5 0 0 1-6.502-6.502"}),r.createElement("rect",{width:40.852,height:7.002,x:265.812,y:129.263,fill:"#EBEEF0",rx:3.501})))));var va,ja,_a,ba;function ka(){return ka=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},ka.apply(null,arguments)}const Ca=e=>r.createElement("svg",ka({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 553 146"},e),r.createElement("g",{clipPath:"url(#audience-connect-analytics-cta-graphic-tablet_svg__a)"},va||(va=r.createElement("path",{fill:"#B8E6CA",d:"M67.728 34.59a72 72 0 0 1 7.31-6.584c24.527-19.24 44.792-19.21 72.848-15.698 18.966 2.374 30.047 11.404 55.905 9.984C229.65 20.872 234.5 10.117 271 14.308S322.5-1.5 360.5 1.5s52 32 72 42 37 8.5 50 35 4 83.5-36 106-99.355 25.386-122.439 27.553c-27.938 2.624-50.995-28.317-79.194-21.151-17.371 4.415-27.674 22.934-41.076 35.155-15.636 14.258-49.319 13.362-67.627 5.752-17.448-7.25-34.42-21.622-40.118-42.788-4.338-16.119-5.521-35.333-17.667-50.056-14.698-17.816-23.679-25.763-28.725-49.961-4.382-21.016 5.047-40.95 18.074-54.414"})),r.createElement("mask",{id:"audience-connect-analytics-cta-graphic-tablet_svg__b",width:441,height:237,x:48,y:1,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},ja||(ja=r.createElement("path",{fill:"#B8E6CA",d:"M67.728 34.59a72 72 0 0 1 7.31-6.584c24.527-19.24 44.792-19.21 72.848-15.698 18.966 2.374 30.047 11.404 55.905 9.984C229.65 20.872 234.5 10.117 271 14.308S322.5-1.5 360.5 1.5s52 32 72 42 37 8.5 50 35 4 83.5-36 106-99.355 25.386-122.439 27.553c-27.938 2.624-50.995-28.317-79.194-21.151-17.371 4.415-27.674 22.934-41.076 35.155-15.636 14.258-49.319 13.362-67.627 5.752-17.448-7.25-34.42-21.622-40.118-42.788-4.338-16.119-5.521-35.333-17.667-50.056-14.698-17.816-23.679-25.763-28.725-49.961-4.382-21.016 5.047-40.95 18.074-54.414"}))),_a||(_a=r.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic-tablet_svg__c)",mask:"url(#audience-connect-analytics-cta-graphic-tablet_svg__b)"},r.createElement("rect",{width:112.625,height:153.111,x:93,y:29.181,fill:"#fff",rx:8.097}),r.createElement("rect",{width:39.025,height:7.005,x:107.008,y:92.222,fill:"#EBEEF0",rx:3.502}),r.createElement("rect",{width:14.009,height:7.005,x:107.008,y:81.214,fill:"#EBEEF0",rx:3.502}),r.createElement("rect",{width:14.009,height:7.005,x:107.008,y:117.295,fill:"#EBEEF0",rx:3.502}),r.createElement("path",{fill:"#B8E6CA",d:"M170.051 90.72a6.504 6.504 0 0 1 6.504-6.504h10.007a6.504 6.504 0 0 1 0 13.009h-10.007a6.504 6.504 0 0 1-6.504-6.504"}),r.createElement("rect",{width:26.5,height:6.625,x:106.984,y:44.639,fill:"#EBEEF0",rx:3.313}),r.createElement("path",{fill:"#FFDED3",d:"M170.051 126.802a6.504 6.504 0 0 1 6.504-6.505h10.007a6.504 6.504 0 0 1 0 13.009h-10.007a6.504 6.504 0 0 1-6.504-6.504"}),r.createElement("rect",{width:41.027,height:7.005,x:106.008,y:128.303,fill:"#EBEEF0",rx:3.502}),r.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M205.625 64.882H93.736"}),r.createElement("rect",{width:112.625,height:153.111,x:220.348,y:29.181,fill:"#fff",rx:8.097}),r.createElement("rect",{width:38.871,height:7.005,x:234.301,y:92.222,fill:"#EBEEF0",rx:3.502}),r.createElement("rect",{width:13.954,height:7.005,x:234.301,y:81.214,fill:"#EBEEF0",rx:3.502}),r.createElement("rect",{width:13.954,height:7.005,x:234.301,y:117.295,fill:"#EBEEF0",rx:3.502}),r.createElement("path",{fill:"#B8E6CA",d:"M297.094 90.72a6.504 6.504 0 0 1 6.504-6.504h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.504-6.504"}),r.createElement("rect",{width:26.5,height:6.625,x:234.332,y:44.639,fill:"#EBEEF0",rx:3.313}),r.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M325.613 64.882H220.349"}),r.createElement("path",{fill:"#FFDED3",d:"M297.094 126.802a6.504 6.504 0 0 1 6.504-6.505h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.504-6.504"}),r.createElement("rect",{width:40.864,height:7.005,x:233.305,y:128.303,fill:"#EBEEF0",rx:3.502}),r.createElement("rect",{width:112.625,height:153.111,x:347.695,y:29.181,fill:"#fff",rx:8.097}),r.createElement("rect",{width:38.871,height:7.005,x:361.648,y:92.222,fill:"#EBEEF0",rx:3.502}),r.createElement("rect",{width:13.954,height:7.005,x:361.648,y:81.214,fill:"#EBEEF0",rx:3.502}),r.createElement("rect",{width:13.954,height:7.005,x:361.648,y:117.295,fill:"#EBEEF0",rx:3.502}),r.createElement("path",{fill:"#FFDED3",d:"M424.441 90.72a6.504 6.504 0 0 1 6.505-6.504h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.505-6.504"}),r.createElement("rect",{width:26.5,height:6.625,x:361.68,y:44.639,fill:"#EBEEF0",rx:3.313}),r.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M452.961 64.882H347.697"}),r.createElement("path",{fill:"#B8E6CA",d:"M424.441 126.802a6.505 6.505 0 0 1 6.505-6.505h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.505-6.504"}),r.createElement("rect",{width:40.864,height:7.005,x:360.652,y:128.303,fill:"#EBEEF0",rx:3.502})))),ba||(ba=r.createElement("defs",null,r.createElement("clipPath",{id:"audience-connect-analytics-cta-graphic-tablet_svg__a"},r.createElement("path",{fill:"#fff",d:"M0 0h553v158H0z"})),r.createElement("filter",{id:"audience-connect-analytics-cta-graphic-tablet_svg__c",width:399.32,height:185.111,x:77,y:17.181,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},r.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r.createElement("feOffset",{dy:4}),r.createElement("feGaussianBlur",{stdDeviation:8}),r.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),r.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),r.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16714"}),r.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16714",result:"shape"})))));var Ea=i(92698);function ConnectAnalyticsCTAWidget({Widget:e}){const t=(0,k.dv)()===k.Lg,i=(0,Ea.A)(V.L1),a=(0,c.useSelect)(e=>e(Vi.i).getModuleIcon(V.L1)),s=t?(0,Z.jsx)(w.A,{children:(0,G.A)((0,u.__)("Google Analytics is disconnected, your audience metrics can’t be displayed. <a>Connect Google Analytics</a>","google-site-kit"),{a:(0,Z.jsx)(z.A,{onClick:i,secondary:!0})})}):(0,Z.jsxs)(r.Fragment,{children:[(0,Z.jsx)(w.A,{children:(0,u.__)("Google Analytics is disconnected, your audience metrics can’t be displayed","google-site-kit")}),(0,Z.jsx)(z.A,{onClick:i,secondary:!0,children:(0,u.__)("Connect Google Analytics","google-site-kit")})]});return(0,Z.jsx)(e,{noPadding:!0,children:(0,Z.jsx)(Hi,{Icon:a,SVGGraphic:t?Ca:Da,children:s})})}ConnectAnalyticsCTAWidget.propTypes={Widget:n().elementType.isRequired};const xa=(0,B.A)(da);function InfoNoticeWidget({Widget:e,WidgetNull:t}){const i=(0,U.A)(),a=(0,c.useInViewSelect)(e=>{const t=e(Y.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)},[]),s=(0,c.useInViewSelect)(e=>e(Q.oR).getConfiguredAudiences(),[]),o=s?.some(e=>a?.includes(e)),n=y.length,l=(0,c.useInViewSelect)(e=>e(Q.oR).isPromptDismissed(p),[]),d=(0,c.useSelect)(e=>e(g.n).getValue(m)),I=(0,c.useInViewSelect)(e=>e(Q.oR).getPromptDismissCount(p),[]),{dismissPrompt:h}=(0,c.useDispatch)(Q.oR),A=(0,r.useCallback)(()=>{void 0!==I&&(0,W.sx)(`${i}_audiences-info-notice`,"dismiss_notice",y[I].slug).finally(()=>{const e=2*W.Du;h(p,{expiresInSeconds:I+1<n?e:0})})},[I,h,n,i]);if(!0!==o||l||void 0===I||I>=n||!0===d)return(0,Z.jsx)(t,{});const{slug:M,content:f}=y[I];return(0,Z.jsx)(e,{noPadding:!0,children:(0,Z.jsx)(xa,{content:f,dismissLabel:(0,u.__)("Got it","google-site-kit"),onDismiss:A,onInView:()=>{(0,W.sx)(`${i}_audiences-info-notice`,"view_notice",M)}})})}InfoNoticeWidget.propTypes={Widget:n().elementType.isRequired,WidgetNull:n().elementType.isRequired};const wa=(0,l.A)({moduleName:V.L1})(InfoNoticeWidget);var Ra=i(15844);function SecondaryUserSetupWidget({Widget:e}){const[t,i]=(0,r.useState)(null),a=(0,c.useSelect)(e=>e(Y.K9).isSettingUpAudiences()),{enableSecondaryUserAudienceGroup:s}=(0,c.useDispatch)(Y.K9);return(0,Ra.A)(()=>{a||(async()=>{const{error:e}=await s();e&&i(e)})()}),t?(0,Z.jsx)(H,{Widget:e,errors:t,onRetry:async function(){i(null);const{error:e}=await s();e&&i(e)},showRetryButton:!(0,d.SG)(t)}):(0,Z.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,Z.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,Z.jsx)(e,{noPadding:!0,children:(0,Z.jsx)(AudienceTileLoading,{})}),(0,Z.jsx)(e,{noPadding:!0,children:(0,Z.jsx)(AudienceTileLoading,{})})]})})}SecondaryUserSetupWidget.propTypes={Widget:n().elementType.isRequired};var La=i(33566);function PrimaryUserSetupWidget({Widget:e}){const{apiErrors:t,isSaving:i,failedAudiences:a,onEnableGroups:s}=(0,La.A)(),o=(0,c.useSelect)(e=>e(Y.K9).isSettingUpAudiences());return(0,Ra.A)(()=>{o||s()}),!t.length&&!a.length||i?(0,Z.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,Z.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,Z.jsx)(e,{noPadding:!0,children:(0,Z.jsx)(AudienceTileLoading,{})}),(0,Z.jsx)(e,{noPadding:!0,children:(0,Z.jsx)(AudienceTileLoading,{})})]})}):(0,Z.jsx)(H,{Widget:e,errors:t,onRetry:s,failedAudiences:a,showRetryButton:!(0,d.SG)(t[0])})}PrimaryUserSetupWidget.propTypes={Widget:n().elementType.isRequired}},76422:(e,t,i)=>{"use strict";i.d(t,{A:()=>OverlayNotification});var a=i(62688),s=i.n(a),o=i(50539),n=i(71423),r=i(7070),l=i(5230),c=i(4452),d=i.n(c),g=i(32947),u=i(63696),m=i(15167),p=i(62540);function Title({children:e}){return(0,p.jsx)(m.A,{as:"h3",size:"medium",type:"title",className:"googlesitekit-overlay-card__title",children:e})}function Description({children:e}){return(0,p.jsx)("p",{className:"googlesitekit-overlay-card__description",children:e})}Title.propTypes={children:s().node.isRequired},Description.propTypes={children:s().node.isRequired};var y=i(82871),I=i(49383);function DismissButton({label:e=(0,y.__)("Maybe later","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(I.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}const h={label:s().string,onClick:s().func,disabled:s().bool};function CTAButton(e){const{label:t,...i}=e;return(0,p.jsx)(I.Button,{...i,children:t})}DismissButton.propTypes=h,CTAButton.propTypes={...h,href:s().string,target:s().string,trailingIcon:s().object};var A=i(98652);function Body({title:e,description:t,ctaButton:i,dismissButton:a,GraphicDesktop:s,GraphicMobile:o,newBadge:n}){const r=(0,g.dv)();return(0,p.jsxs)(u.Fragment,{children:[r!==g.mp&&s&&(0,p.jsx)("div",{className:"googlesitekit-overlay-card__graphic",children:(0,p.jsx)(s,{})}),(0,p.jsxs)("div",{className:"googlesitekit-overlay-card__body",children:[n&&(0,p.jsx)("div",{className:"googlesitekit-overlay-card__badge",children:(0,p.jsx)(A.A,{hasNoSpacing:!0})}),e&&(0,p.jsx)(Title,{children:e}),t&&(0,p.jsx)(Description,{children:t})]}),(i||a)&&(0,p.jsxs)("div",{className:"googlesitekit-overlay-card__actions",children:[a&&(0,p.jsx)(DismissButton,{...a}),i&&(0,p.jsx)(CTAButton,{...i})]}),r===g.mp&&o&&(0,p.jsx)(o,{})]})}function OverlayCard(e){const{visible:t,className:i,...a}=e,s=(0,g.dv)();if(!t)return null;const o=(0,p.jsx)("div",{className:d()("googlesitekit-overlay-card",i),children:(0,p.jsx)(Body,{...a})});return s===g.mp?o:(0,p.jsx)(l.A,{direction:"up",in:t,children:o})}function OverlayNotification({notificationID:e,ctaButton:t,dismissButton:i,gaTrackingEventArgs:a,...s}){const l=(0,r.A)(e,a?.category,{confirmAction:a?.confirmAction,dismissAction:a?.dismissAction}),{dismissNotification:c}=(0,o.useDispatch)(n.D);const{dismissOnClick:d,dismissOptions:g,...u}=t||{};const m=t?{...u,onClick:async function(i){l.confirm(a?.label,a?.value),await(t?.onClick?.(i)),d&&c(e,{...g})}}:void 0;return(0,p.jsx)(OverlayCard,{ctaButton:m,dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),l.dismiss(a?.label,a?.value),c(e,{...i.dismissOptions})}},...s,visible:!0})}Body.propTypes={title:s().node,description:s().node,ctaButton:s().shape({...h,href:s().string,target:s().string,trailingIcon:s().element}),dismissButton:s().shape({...h}),GraphicDesktop:s().elementType,GraphicMobile:s().elementType,newBadge:s().bool},OverlayCard.propTypes={className:s().string,title:s().string,description:s().oneOfType([s().string,s().object]),ctaButton:s().shape({...h,href:s().string,target:s().string,trailingIcon:s().object}),dismissButton:s().shape(h),GraphicDesktop:s().elementType,GraphicMobile:s().elementType,newBadge:s().bool,visible:s().bool},OverlayCard.defaultProps={visible:!1},OverlayNotification.propTypes={notificationID:s().string,ctaButton:s().object,dismissButton:s().oneOfType([s().object,s().bool])}},77657:(e,t,i)=>{"use strict";i.d(t,{EF:()=>AccountCreate,Jt:()=>AccountCreateLegacy,QB:()=>AccountSelect,Co:()=>PropertySelect,Qv:()=>z.Ay,MI:()=>WebDataStreamNameInput,nH:()=>WebDataStreamSelect,QQ:()=>ZeroDataMessage});var a=i(82871),s=i(63696),o=i(82286),n=i(54419),r=i(50539),l=i(49383),c=i(72455),d=i(99897),g=i(93896),u=i(58116),m=i(78340),p=i(45472),y=i(67150),I=i(12850),h=i(245),A=i(55527),M=i(30679),f=i(28994),S=i(27333),N=i(62540);function TimezoneSelect(){const e=(0,S.A)(c.ag,"countryCode"),t=(0,S.A)(c.ag,"timezone"),{setValues:i}=(0,r.useDispatch)(m.s),o=(0,s.useCallback)((e,t)=>{i(c.ag,{timezone:t.dataset.value})},[i]);return(0,N.jsx)(l.Select,{className:"googlesitekit-analytics__select-timezone",label:(0,a.__)("Timezone","google-site-kit"),value:t,onEnhancedChange:o,disabled:!e,enhanced:!0,outlined:!0,children:(f.VI[e]||[]).map(({timeZoneId:e,displayName:t},i)=>(0,N.jsx)(l.Option,{value:e,children:t},i))})}var T=i(4452),D=i.n(T);function CreateAccountField({hasError:e,value:t,setValue:i,name:a,label:s}){return void 0===t?null:(0,N.jsx)(l.TextField,{className:D()("mdc-text-field",{"mdc-text-field--error":e}),label:s,name:a,onChange:e=>{i(e.target.value,a)},value:t,id:`googlesitekit_analytics_account_create_${a}`,outlined:!0})}function AccountField(){const e=(0,S.A)(c.ag,"accountName"),{setValues:t}=(0,r.useDispatch)(m.s),i=(0,s.useCallback)(e=>{t(c.ag,{accountName:e})},[t]);return(0,N.jsx)(CreateAccountField,{label:(0,a.__)("Account","google-site-kit"),hasError:!e,value:e,setValue:i,name:"account"})}function PropertyField(){const e=(0,S.A)(c.ag,"propertyName"),{setValues:t}=(0,r.useDispatch)(m.s),i=(0,s.useCallback)(e=>{t(c.ag,{propertyName:e})},[t]);return(0,N.jsx)(CreateAccountField,{label:(0,a.__)("Property","google-site-kit"),value:e,hasError:!e,setValue:i,name:"property"})}function CountrySelect(){const e=(0,S.A)(c.ag,"countryCode"),{setValues:t}=(0,r.useDispatch)(m.s),i=(0,s.useCallback)((i,a)=>{const s=a.dataset.value;s!==e&&f.fX[s]&&t(c.ag,{countryCode:s,timezone:f.fX[s].defaultTimeZoneId})},[t,e]);return(0,N.jsx)(l.Select,{className:"googlesitekit-analytics__select-country",label:(0,a.__)("Country","google-site-kit"),value:e,onEnhancedChange:i,enhanced:!0,outlined:!0,children:f.mn.map(({countryCode:e,displayName:t},i)=>(0,N.jsx)(l.Option,{value:e,children:t},i))})}function WebDataStreamField(){const e=(0,S.A)(c.ag,"dataStreamName"),{setValues:t}=(0,r.useDispatch)(m.s),i=(0,s.useCallback)(e=>{t(c.ag,{dataStreamName:e})},[t]);return(0,N.jsx)(CreateAccountField,{label:(0,a.__)("Web Data Stream","google-site-kit"),value:e,hasError:!e,setValue:i,name:"dataStream"})}var v=i(17569),j=i(77766),_=i(48102),b=i(15167),k=i(59323);function AccountCreate(){const[e,t]=(0,s.useState)(!1),i=(0,r.useSelect)(e=>e(c.K9).getAccountSummaries()),f=(0,r.useSelect)(e=>e(c.K9).hasFinishedResolution("getAccountSummaries")),T=(0,r.useSelect)(e=>e(c.K9).getAccountTicketTermsOfServiceURL()),D=(0,r.useSelect)(e=>e(c.K9).canSubmitAccountCreate()),C=(0,r.useSelect)(e=>e(c.K9).isDoingCreateAccount()),E=(0,r.useSelect)(e=>e(u.oR).hasScope(c.S9)),x=(0,r.useSelect)(e=>e(u.oR).hasScope(c.iB)),w=(0,r.useSelect)(e=>e(m.s).hasForm(c.ag)),R=(0,S.A)(c.ag,"autoSubmit"),L=(0,r.useSelect)(e=>e(g.O4).getReferenceSiteURL()),G=(0,r.useSelect)(e=>e(g.O4).getSiteName()),z=(0,r.useSelect)(e=>e(g.O4).getTimezone()),Z=(0,j.A)(),{setValues:P}=(0,r.useDispatch)(m.s),{navigateTo:O}=(0,r.useDispatch)(p.M),{createAccount:B}=(0,r.useDispatch)(c.K9),{setPermissionScopeError:W}=(0,r.useDispatch)(u.oR),{setConversionTrackingEnabled:U,saveConversionTrackingSettings:V}=(0,r.useDispatch)(g.O4),F=E;(0,s.useEffect)(()=>{T&&(async()=>{await(0,n.invalidateCache)("modules",d.L1),O(T)})()},[T,O]),(0,s.useEffect)(()=>{w||P(c.ag,(0,h.cN)({siteName:G,siteURL:L,timezone:z}))},[w,G,L,z,P]);const H=(0,o.d)(location.href,"showProgress"),K=(0,s.useCallback)(async()=>{const e=[];if(E||e.push(c.S9),x||e.push(c.iB),e.length>0)return P(c.ag,{autoSubmit:!0}),void W({code:y.db,message:(0,a.__)("Additional permissions are required to create a new Analytics account.","google-site-kit"),data:{status:403,scopes:e,skipModal:!0}});P(c.ag,{autoSubmit:!1}),await(0,I.sx)(`${Z}_analytics`,"create_account","proxy");const{error:i}=await B({showProgress:"true"===H});i||(U(!0),await V(),t(!0))},[E,x,P,Z,B,H,W,U,V]);(0,s.useEffect)(()=>{F&&R&&K()},[F,R,K]);const{rollbackSettings:Y}=(0,r.useDispatch)(c.K9),Q=(0,s.useCallback)(()=>Y(),[Y]);return C||e||!f||void 0===F?(0,N.jsx)(l.ProgressBar,{}):(0,N.jsxs)("div",{children:[(0,N.jsx)(M.A,{moduleSlug:"analytics-4",storeName:c.K9}),(0,N.jsx)(b.A,{as:"h3",type:"title",size:"large",children:(0,a.__)("Create your Analytics account","google-site-kit")}),(0,N.jsx)(k.A,{children:(0,a.__)("We’ve pre-filled the required information for your new account. Confirm or edit any details:","google-site-kit")}),(0,N.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,N.jsx)(A.fh,{size:6,children:(0,N.jsx)(AccountField,{})}),(0,N.jsx)(A.fh,{size:6,children:(0,N.jsx)(PropertyField,{})}),(0,N.jsx)(A.fh,{size:6,children:(0,N.jsx)(WebDataStreamField,{})})]}),(0,N.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,N.jsx)(CountrySelect,{}),(0,N.jsx)(TimezoneSelect,{})]}),(0,N.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,N.jsx)(v.A,{formName:c.ag,className:"googlesitekit-margin-bottom-0"}),(0,N.jsx)(_.A,{className:"googlesitekit-margin-top-0",message:(0,a.__)("To track how visitors interact with your site, Site Kit will enable plugin conversion tracking. You can always disable it in settings.","google-site-kit")})]}),(0,N.jsxs)(k.A,{children:[F&&(0,N.jsx)("span",{children:(0,a.__)("You will be redirected to Google Analytics to accept the terms of service.","google-site-kit")}),!F&&(0,N.jsx)("span",{children:(0,a.__)("You will need to give Site Kit permission to create an Analytics account on your behalf and also accept the Google Analytics terms of service.","google-site-kit")})]}),(0,N.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[(0,N.jsx)(l.Button,{disabled:!D,onClick:K,children:(0,a.__)("Create Account","google-site-kit")}),i&&!!i.length&&(0,N.jsx)(l.Button,{className:"googlesitekit-setup-module__sub-action",onClick:Q,tertiary:!0,children:(0,a.__)("Back","google-site-kit")})]})]})}var C=i(62688),E=i.n(C);function AccountSelect({hasModuleAccess:e,onChange:t}){const i=(0,j.A)(),o=(0,r.useSelect)(e=>e(c.K9).getAccountID()),n=(0,r.useSelect)(e=>e(c.K9).getAccountSummaries()),d=(0,r.useSelect)(e=>e(c.K9).hasFinishedResolution("getAccountSummaries")),{selectAccount:g}=(0,r.useDispatch)(c.K9),u=(0,s.useCallback)((e,a)=>{const s=a.dataset.value;if(o!==s){g(s);const e=s===c.ZC?"change_account_new":"change_account";(0,I.sx)(`${i}_analytics`,e),t&&t()}},[o,g,i,t]);return d?!1===e?(0,N.jsx)(l.Select,{className:"googlesitekit-analytics__select-account",label:(0,a.__)("Account","google-site-kit"),value:o,enhanced:!0,outlined:!0,disabled:!0,children:(0,N.jsx)(l.Option,{value:o,children:o})}):(0,N.jsx)(l.Select,{className:"googlesitekit-analytics__select-account",label:(0,a.__)("Account","google-site-kit"),value:o,onEnhancedChange:u,enhanced:!0,outlined:!0,children:(n||[]).concat({_id:c.ZC,displayName:(0,a.__)("Set up a new account","google-site-kit")}).map(({_id:e,displayName:t},i)=>(0,N.jsx)(l.Option,{value:e,children:t},i))}):(0,N.jsx)(l.ProgressBar,{small:!0})}AccountSelect.propTypes={hasModuleAccess:E().bool};var x=i(13606),w=i(20898),R=i(80035),L=i(49655);function CreatePropertyInfoNotice(){const e=(0,r.useSelect)(e=>e(g.O4).getDocumentationLinkURL("ga4"));return(0,N.jsx)(R.A,{type:L.Q.INFO,description:(0,x.A)((0,a.__)("Got a Google Analytics property and want to find out how to use it with Site Kit? <a>Learn more</a>","google-site-kit"),{a:(0,N.jsx)(w.A,{href:e,external:!0})})})}function AccountCreateLegacy(){const e=(0,r.useSelect)(e=>e(c.K9).getAccountSummaries()),t=(0,r.useSelect)(e=>e(c.K9).hasFinishedResolution("getAccountSummaries")),o=(0,r.useSelect)(e=>e(c.K9).getAccountID()),n=c.ZC===o,d=(0,r.useSelect)(e=>e(c.K9).getServiceURL({path:"/provision/SignUp"})),g=(0,j.A)(),u=(0,s.useCallback)(async e=>{e.preventDefault(),await(0,I.sx)(`${g}_analytics`,"create_account","custom-oauth"),i.g.open(d,"_blank")},[d,g]),{resetAccountSummaries:m,resetAccountSettings:p}=(0,r.useDispatch)(c.K9),y=(0,s.useCallback)(()=>{m(),p()},[p,m]);return t?(0,N.jsxs)("div",{children:[(0,N.jsx)(CreatePropertyInfoNotice,{}),(0,N.jsx)(M.A,{moduleSlug:"analytics-4",storeName:c.K9}),!n&&e&&0===e.length&&(0,N.jsx)(k.A,{children:(0,a.__)('Looks like you don’t have an Analytics account yet. Once you create it, click on "Re-fetch my account" and Site Kit will locate it.',"google-site-kit")}),n&&(0,N.jsxs)(s.Fragment,{children:[(0,N.jsx)(k.A,{children:(0,a.__)("To create a new account, click the button below which will open the Google Analytics account creation screen in a new window.","google-site-kit")}),(0,N.jsx)(k.A,{children:(0,a.__)("Once completed, click the link below to re-fetch your accounts to continue.","google-site-kit")})]}),(0,N.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[(0,N.jsx)(l.Button,{onClick:u,children:(0,a.__)("Create an account","google-site-kit")}),(0,N.jsx)("div",{className:"googlesitekit-setup-module__sub-action",children:(0,N.jsx)(l.Button,{onClick:y,tertiary:!0,children:(0,a.__)("Re-fetch My Account","google-site-kit")})})]})]}):(0,N.jsx)(l.ProgressBar,{})}var G=i(89967);function WebDataStreamSelect(e){const{hasModuleAccess:t,isDisabled:i,className:o,onChange:n}=e,d=(0,r.useSelect)(e=>e(c.K9).getAccountID()),{propertyID:g,webDataStreamID:u,measurementID:m}=(0,r.useSelect)(e=>e(c.K9).getSettings()||{}),p=(0,r.useSelect)(e=>(0,G.Hl)(g)&&t?e(c.K9).getWebDataStreams(g):[]),y=(0,r.useSelect)(e=>!i&&e(c.K9).isLoadingWebDataStreams({hasModuleAccess:t})),h=(0,j.A)(),{setWebDataStreamID:A,updateSettingsForMeasurementID:M}=(0,r.useDispatch)(c.K9),f=(0,s.useCallback)((e,{dataset:t})=>{const i=t.value;u!==i&&(A(i),M(p.find(({_id:e})=>e===i)?.webStreamData?.measurementId||""),(0,I.sx)(`${h}_analytics`,i===c.Oh?"change_webdatastream_new":"change_webdatastream","ga4"),n&&n())},[p,u,A,M,h,n]);if(!(0,G.HX)(d))return null;if(y)return(0,N.jsx)(l.ProgressBar,{mobileVerticalSpacing:76,desktopVerticalSpacing:84,small:!0});const S=void 0===u||""===u||(0,G.dQ)(u);return!1===t?(0,N.jsx)(l.Select,{className:D()("googlesitekit-analytics-4__select-webdatastream",o),label:(0,a.__)("Web Data Stream","google-site-kit"),value:m,enhanced:!0,outlined:!0,disabled:!0,children:(0,N.jsx)(l.Option,{value:m,children:m})}):(0,N.jsx)(l.Select,{className:D()("googlesitekit-analytics-4__select-webdatastream",o,{"mdc-select--invalid":!S}),label:(0,a.__)("Web Data Stream","google-site-kit"),value:u,onEnhancedChange:f,disabled:i||!(0,G.mh)(g),enhanced:!0,outlined:!0,children:(p||[]).concat({_id:c.Oh,displayName:(0,a.__)("Set up a new web data stream","google-site-kit")}).map(({_id:e,displayName:t,webStreamData:i={}},s)=>(0,N.jsx)(l.Option,{value:e,children:e!==c.Oh&&i?.measurementId?(0,a.sprintf)(/* translators: 1: Data stream name. 2: Measurement ID. */ /* translators: 1: Data stream name. 2: Measurement ID. */ (0,a._x)("%1$s (%2$s)","Analytics data stream name and measurement ID","google-site-kit"),t,i.measurementId):t},s))})}function PropertySelect(e){const{isDisabled:t,hasModuleAccess:i,className:o,onChange:n=()=>{}}=e,d=(0,r.useSelect)(e=>e(c.K9).getAccountID()),g=(0,r.useSelect)(e=>i&&!t?e(c.K9).getPropertySummaries(d)||[]:null),u=(0,r.useSelect)(e=>e(c.K9).getPropertyID()),m=(0,r.useSelect)(e=>!t&&(e(c.K9).isLoadingPropertySummaries()||e(c.K9).isLoadingWebDataStreams({hasModuleAccess:i}))),p=(0,j.A)(),{selectProperty:y}=(0,r.useDispatch)(c.K9),h=(0,s.useCallback)((e,{dataset:t})=>{const i=t.value;u!==i&&(y(i),(0,I.sx)(`${p}_analytics`,i===c.to?"change_property_new":"change_property","ga4"),n())},[n,u,y,p]);if(!(0,G.HX)(d))return null;if(m)return(0,N.jsx)(l.ProgressBar,{mobileVerticalSpacing:76,desktopVerticalSpacing:84,small:!0});const A=void 0===u||""===u||(0,G.mh)(u);return!1===i?(0,N.jsx)(l.Select,{className:D()("googlesitekit-analytics-4__select-property",o),label:(0,a.__)("Property","google-site-kit"),value:u,enhanced:!0,outlined:!0,disabled:!0,children:(0,N.jsx)(l.Option,{value:u,children:u})}):(0,N.jsx)(l.Select,{className:D()("googlesitekit-analytics-4__select-property",o,{"mdc-select--invalid":!A,"googlesitekit-analytics-4__select-property--loaded":!t&&!m}),label:(0,a.__)("Property","google-site-kit"),value:u,onEnhancedChange:h,disabled:t,enhanced:!0,outlined:!0,children:(g||[]).concat({_id:c.to,displayName:(0,a.__)("Set up a new property","google-site-kit")}).map(({_id:e,displayName:t})=>(0,N.jsx)(l.Option,{value:e,children:e===c.to?t:(0,a.sprintf)(/* translators: 1: Property name. 2: Property ID. */ /* translators: 1: Property name. 2: Property ID. */ (0,a._x)("%1$s (%2$s)","Analytics property name and ID","google-site-kit"),t,e)},e))})}WebDataStreamSelect.propTypes={hasModuleAccess:E().bool,isDisabled:E().bool,className:E().string},PropertySelect.propTypes={isDisabled:E().bool,hasModuleAccess:E().bool,className:E().string,onChange:E().func};var z=i(55012),Z=(i(19195),i(15844)),P=i(84024),O=i(59834);function WebDataStreamNameInput(){const e=(0,r.useSelect)(e=>e(c.K9).getPropertyID()),t=(0,r.useSelect)(e=>e(c.K9).getWebDataStreamID()),i=(0,S.A)(c.ZY,"webDataStreamName"),o=(0,r.useSelect)(t=>!!(0,G.Hl)(e)&&t(c.K9).doesWebDataStreamExist(e,i)),n=(0,r.useSelect)(e=>e(g.O4).getReferenceSiteURL()),{setValues:d}=(0,r.useDispatch)(m.s),u=(0,s.useCallback)(({currentTarget:e})=>{d(c.ZY,{webDataStreamName:e.value})},[d]);if((0,Z.A)(()=>{if(!i&&(0,P.m)(n)){const{hostname:e}=new URL(n);d(c.ZY,{webDataStreamName:e})}}),t!==c.Oh)return null;const p=o||!i||!(0,G.uv)(i);let y=!1;return o?y=(0,a.__)("A web data stream with this name already exists.","google-site-kit"):i?(0,G.uv)(i)||(y=(0,a.__)("This is not a valid web data stream name.","google-site-kit")):y=(0,a.__)("A web data stream name is required.","google-site-kit"),(0,N.jsx)("div",{className:"googlesitekit-analytics-webdatastreamname",children:(0,N.jsx)(l.TextField,{className:D()({"mdc-text-field--error":p}),label:(0,a.__)("Web Data Stream Name","google-site-kit"),helperText:y,trailingIcon:p&&(0,N.jsx)("span",{className:"googlesitekit-text-field-icon--error",children:(0,N.jsx)(O.A,{})}),value:i,onChange:u,outlined:!0})})}function ZeroDataMessage({skipPrefix:e}){const t=(0,r.useSelect)(e=>e(g.O4).getCurrentEntityURL());return e?t?(0,N.jsx)("span",{children:(0,a.__)("Your page hasn’t received any visitors yet","google-site-kit")}):(0,N.jsx)("span",{children:(0,a.__)("Your site hasn’t received any visitors yet","google-site-kit")}):t?(0,N.jsx)("span",{children:(0,a.__)("No data to display: your page hasn’t received any visitors yet","google-site-kit")}):(0,N.jsx)("span",{children:(0,a.__)("No data to display: your site hasn’t received any visitors yet","google-site-kit")})}ZeroDataMessage.propTypes={skipPrefix:E().bool}},77766:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a=i(63696),s=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,a.useContext)(s.Ay)}},77967:(e,t,i)=>{"use strict";i.d(t,{A:()=>ErrorNotice});var a=i(62688),s=i.n(a),o=i(63696),n=i(82871),r=i(84024),l=i(50539),c=i(67150),d=i(80035),g=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:a,message:s=t.message,noPrefix:m=!1,skipRetryMessage:p,hideIcon:y=!1}){const I=(0,l.useDispatch)(),h=(0,l.useSelect)(e=>a?e(a).getSelectorDataForError(t):null),A=(0,o.useCallback)(()=>{I(h.storeName).invalidateResolution(h.name,h.args)},[I,h]);if(!s||(0,c.G)(t))return null;const M=i&&(0,c.vl)(t,h);let f=s;i||p||(f=(0,n.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,n.__)("%s (Please try again.)","google-site-kit"),f)),m||(f=(0,n.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,n.__)("Error: %s","google-site-kit"),f));const S=t?.data?.reconnectURL;S&&(0,r.m)(S)&&(f=(0,n.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,n.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),f,S));return(0,u.jsx)(d.A,{className:e,type:d.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(f,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:M?{label:(0,n.__)("Retry","google-site-kit"),onClick:A}:void 0,hideIcon:y})}ErrorNotice.propTypes={className:s().string,error:s().shape({message:s().string}),hasButton:s().bool,storeName:s().string,message:s().string,noPrefix:s().bool,skipRetryMessage:s().bool,hideIcon:s().bool}},78340:(e,t,i)=>{"use strict";i.d(t,{s:()=>a});const a="core/forms"},78464:(e,t,i)=>{"use strict";i.d(t,{Z:()=>E,A:()=>x});var a=i(62688),s=i.n(a),o=i(82871),n=i(39016),r=i(63696),l=i(50539),c=i(78340),d=i(58116),g=i(93896),u=i(71423),m=i(53137),p=i(72455),y=i(77766),I=i(68485),h=i(12850),A=i(33566),M=i(80869),f=i(34375);var S=i(99897),N=i(16196),T=i(93934),D=i(54349),v=i(49655),j=i(12108),_=i(32947),b=i(62540);const k="setup-success-notification-audiences";function AudienceSegmentationSetupSuccessSubtleNotification({id:e,Notification:t}){const a=(0,_.dv)(),{dismissNotification:s}=(0,l.useDispatch)(u.D),n=(0,l.useSelect)(e=>e(d.oR).isAudienceSegmentationWidgetHidden());return(0,r.useEffect)(()=>{n&&s(k)},[s,n]),void 0===n?null:(0,b.jsx)(t,{children:(0,b.jsx)(D.A,{notificationID:e,type:v.Q.SUCCESS,title:(0,o.__)("Success! Visitor groups added to your dashboard","google-site-kit"),description:(0,o.__)("Get to know how different types of visitors interact with your site, e.g. which pages they visit and for how long","google-site-kit"),ctaButton:{label:(0,o.__)("Show me","google-site-kit"),onClick:function(e){e.preventDefault(),s(k),setTimeout(()=>{i.g.scrollTo({top:(0,j.YJ)(".googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation",a),behavior:"smooth"})},50)}},dismissButton:!0})})}AudienceSegmentationSetupSuccessSubtleNotification.propTypes={id:s().string.isRequired,Notification:s().elementType.isRequired};var C=i(27333);const E="audience_segmentation_setup_cta-notification";function AudienceSegmentationSetupCTABanner({id:e,Notification:t}){const i=(0,y.A)(),a=`${i}_audiences-setup-cta-dashboard`,{dismissNotification:s,registerNotification:n,pinNotification:S}=(0,l.useDispatch)(u.D),{setValues:N}=(0,l.useDispatch)(c.s),T={tooltipSlug:e,title:(0,o.__)("You can always enable groups in Settings later","google-site-kit"),content:(0,o.__)("The visitors group section will be added to your dashboard once you set it up.","google-site-kit"),dismissLabel:(0,o.__)("Got it","google-site-kit")},D=(0,I.i)(T),v=(0,l.useSelect)(t=>t(u.D).isNotificationDismissalFinal(e)),j=(0,C.A)(p.PW,"autoSubmit"),[_,E]=(0,r.useState)(!1),x=(0,r.useCallback)(()=>{n(k,{Component:AudienceSegmentationSetupSuccessSubtleNotification,areaSlug:m.bI.DASHBOARD_TOP}),s(e)},[n,s,e]),w=(0,r.useCallback)(()=>{E(!0)},[E]),R=(0,r.useCallback)(()=>S(e,m.He.SETUP_CTAS),[e,S]),{apiErrors:L,failedAudiences:G,isSaving:z,onEnableGroups:Z}=(0,A.A)({onSuccess:x,onError:w,onOAuthNavigation:R}),{clearPermissionScopeError:P}=(0,l.useDispatch)(d.oR),{setSetupErrorCode:O}=(0,l.useDispatch)(g.O4),B=(0,r.useCallback)(()=>{N(p.PW,{autoSubmit:!1}),P(),O(null),E(!1)},[P,O,N]),W=(0,l.useSelect)(e=>e(g.O4).getSetupErrorCode()),U=(0,l.useSelect)(e=>e(g.O4).getDocumentationLinkURL("visitor-groups")),V=j&&"access_denied"===W,F={gaTrackingEventArgs:{category:a}};return(0,b.jsxs)(r.Fragment,{children:[(0,b.jsx)(t,{...F,children:(0,b.jsx)(f.A,{notificationID:e,title:(0,o.__)("Learn how different types of visitors interact with your site","google-site-kit"),description:(0,o.__)('Understand what brings new visitors to your site and keeps them coming back. Site Kit can now group your site visitors into relevant segments like "new" and "returning". To set up these new groups, Site Kit needs to update your Google Analytics property.',"google-site-kit"),learnMoreLink:{href:U},ctaButton:{label:z?(0,o.__)("Enabling groups","google-site-kit"):(0,o.__)("Enable groups","google-site-kit"),onClick:Z,disabled:z,inProgress:z},dismissButton:{label:v?(0,o.__)("Don’t show again","google-site-kit"):(0,o.__)("Maybe later","google-site-kit"),onClick:D,disabled:z,dismissOptions:{expiresInSeconds:v?0:2*h.Du}},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDk2IiBoZWlnaHQ9IjI1MyIgdmlld0JveD0iMCAwIDQ5NiAyNTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzExMzIzKSI+CjxwYXRoIGQ9Ik0zOS4wMzAzIDYwLjcwNjRDNDIuMTc1IDU3LjQ2NCA0NS40OTIxIDU0LjQ3NjMgNDguOTYwMSA1MS43NjNDODIuMjgxMiAyNS42MjUgMTA5LjgxMSAyNS42NjcgMTQ3LjkyNCAzMC40Mzc1QzE3My42OSAzMy42NjE1IDE4OC43NDMgNDUuOTI5NCAyMjMuODcxIDQ0QzI1OSA0Mi4wNzA2IDI2OCAzMy4xMzkxIDMxMSAzNS45OTk5QzM0NS4wMzggMzguMjY0NiAzNjAuMzA4IDQ0Ljk4NDYgMzkwLjU3IDYwLjcwNjRDNDE4LjU3NyA3NS4yNTY4IDQ0NC4wMDcgMTAwLjgyIDQ1Ni43ODYgMTM0LjYyOEM0NzguNjkyIDE5Mi41NzYgNDM5LjYzNCAyOTYuODcxIDM4Ny4yNTYgMzAxLjc4OEMzNDkuMzAzIDMwNS4zNTMgMzE3Ljk4MSAyNjMuMzIgMjc5LjY3MyAyNzMuMDU1QzI1Ni4wNzQgMjc5LjA1MyAyNDIuMDc4IDMwNC4yMSAyMjMuODcxIDMyMC44MTJDMjAyLjYzIDM0MC4xODMgMTU2Ljg3MiAzMzguOTY1IDEzMiAzMjguNjI4QzEwOC4yOTggMzE4Ljc3NyA4NS4yNDEgMjk5LjI1NCA3Ny41IDI3MC41QzcxLjYwNjggMjQ4LjYwMyA3MCAyMjIuNSA1My41IDIwMi41QzMzLjUzMjQgMTc4LjI5NiAyMS4zMzI4IDE2Ny41IDE0LjQ3NzYgMTM0LjYyOEM4LjUyMzg3IDEwNi4wNzggMjEuMzMzNSA3OC45OTY3IDM5LjAzMDMgNjAuNzA2NFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzE0NjFfMTEzMjMpIj4KPG1hc2sgaWQ9Im1hc2swXzE0NjFfMTEzMjMiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjEzIiB5PSIyNyIgd2lkdGg9IjQ1MCIgaGVpZ2h0PSIzMDkiPgo8cGF0aCBkPSJNMzkuMDMwMyA2MC43MDY0QzQyLjE3NSA1Ny40NjQgNDUuNDkyMSA1NC40NzYzIDQ4Ljk2MDEgNTEuNzYzQzgyLjI4MTIgMjUuNjI1IDEwOS44MTEgMjUuNjY3IDE0Ny45MjQgMzAuNDM3NUMxNzMuNjkgMzMuNjYxNSAxODguNzQzIDQ1LjkyOTQgMjIzLjg3MSA0NEMyNTkgNDIuMDcwNiAyNjggMzMuMTM5MSAzMTEgMzUuOTk5OUMzNDUuMDM4IDM4LjI2NDYgMzYwLjMwOCA0NC45ODQ2IDM5MC41NyA2MC43MDY0QzQxOC41NzcgNzUuMjU2OCA0NDQuMDA3IDEwMC44MiA0NTYuNzg2IDEzNC42MjhDNDc4LjY5MiAxOTIuNTc2IDQzOS42MzQgMjk2Ljg3MSAzODcuMjU2IDMwMS43ODhDMzQ5LjMwMyAzMDUuMzUzIDMxNy45ODEgMjYzLjMyIDI3OS42NzMgMjczLjA1NUMyNTYuMDc0IDI3OS4wNTMgMjQyLjA3OCAzMDQuMjEgMjIzLjg3MSAzMjAuODEyQzIwMi42MyAzNDAuMTgzIDE1Ni44NzIgMzM4Ljk2NSAxMzIgMzI4LjYyOEMxMDguMjk4IDMxOC43NzcgODUuMjQxIDI5OS4yNTQgNzcuNSAyNzAuNUM3MS42MDY4IDI0OC42MDMgNzAgMjIyLjUgNTMuNSAyMDIuNUMzMy41MzI0IDE3OC4yOTYgMjEuMzMyOCAxNjcuNSAxNC40Nzc2IDEzNC42MjhDOC41MjM4NyAxMDYuMDc4IDIxLjMzMzUgNzguOTk2NyAzOS4wMzAzIDYwLjcwNjRaIiBmaWxsPSIjQjhFNkNBIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xNDYxXzExMzIzKSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTQ2MV8xMTMyMykiPgo8cmVjdCB4PSI4NSIgeT0iNTIiIHdpZHRoPSIxNTMiIGhlaWdodD0iMjA4IiByeD0iMTEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTM3LjY0MSIgd2lkdGg9IjUzLjAxNTYiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTIyLjY4OCIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTcxLjcwMyIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMjE4LjcwMyIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTE4OS42NzIgMTM1LjYwMkMxODkuNjcyIDEzMC43MjIgMTkzLjYyOCAxMjYuNzY2IDE5OC41MDggMTI2Ljc2NkgyMTIuMTAyQzIxNi45ODIgMTI2Ljc2NiAyMjAuOTM4IDEzMC43MjIgMjIwLjkzOCAxMzUuNjAyQzIyMC45MzggMTQwLjQ4MiAyMTYuOTgyIDE0NC40MzggMjEyLjEwMiAxNDQuNDM4SDE5OC41MDhDMTkzLjYyOCAxNDQuNDM4IDE4OS42NzIgMTQwLjQ4MiAxODkuNjcyIDEzNS42MDJaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjEwNCIgeT0iNzMiIHdpZHRoPSIzNiIgaGVpZ2h0PSI5IiByeD0iNC41IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0xODkuNjcyIDE4NC42MTdDMTg5LjY3MiAxNzkuNzM3IDE5My42MjggMTc1Ljc4MSAxOTguNTA4IDE3NS43ODFIMjEyLjEwMkMyMTYuOTgyIDE3NS43ODEgMjIwLjkzOCAxNzkuNzM3IDIyMC45MzggMTg0LjYxN0MyMjAuOTM4IDE4OS40OTcgMjE2Ljk4MiAxOTMuNDUzIDIxMi4xMDIgMTkzLjQ1M0gxOTguNTA4QzE5My42MjggMTkzLjQ1MyAxODkuNjcyIDE4OS40OTcgMTg5LjY3MiAxODQuNjE3WiIgZmlsbD0iI0ZGREVEMyIvPgo8cGF0aCBkPSJNMTg5LjY3MiAyMzEuNjE3QzE4OS42NzIgMjI2LjczNyAxOTMuNjI4IDIyMi43ODEgMTk4LjUwOCAyMjIuNzgxSDIxMi4xMDJDMjE2Ljk4MiAyMjIuNzgxIDIyMC45MzggMjI2LjczNyAyMjAuOTM4IDIzMS42MTdDMjIwLjkzOCAyMzYuNDk3IDIxNi45ODIgMjQwLjQ1MyAyMTIuMTAyIDI0MC40NTNIMTk4LjUwOEMxOTMuNjI4IDI0MC40NTMgMTg5LjY3MiAyMzYuNDk3IDE4OS42NzIgMjMxLjYxN1oiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMTAyLjY3MiIgeT0iMTg2LjY1NiIgd2lkdGg9IjU1LjczNDQiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTAyLjY3MiIgeT0iMjQzLjY1NiIgd2lkdGg9IjU1LjczNDQiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTIzOCAxMDAuNUw4NiAxMDAuNSIgc3Ryb2tlPSIjRUJFRUYwIiBzdHJva2Utd2lkdGg9IjIiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZF8xNDYxXzExMzIzKSI+CjxyZWN0IHg9IjI1OCIgeT0iNTIiIHdpZHRoPSIxNTMiIGhlaWdodD0iMjA4IiByeD0iMTEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjc2Ljk1NiIgeT0iMTM3LjY0MSIgd2lkdGg9IjUyLjgwNTMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NiIgeT0iMTIyLjY4OCIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NSIgeT0iMTcxLjcwMyIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NSIgeT0iMjE4LjcwMyIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTM2Mi4yNTcgMTM1LjYwMkMzNjIuMjU3IDEzMC43MjIgMzY2LjIxMyAxMjYuNzY2IDM3MS4wOTMgMTI2Ljc2NkgzODQuNTYyQzM4OS40NDIgMTI2Ljc2NiAzOTMuMzk4IDEzMC43MjIgMzkzLjM5OCAxMzUuNjAyQzM5My4zOTggMTQwLjQ4MiAzODkuNDQyIDE0NC40MzggMzg0LjU2MiAxNDQuNDM4SDM3MS4wOTNDMzY2LjIxMyAxNDQuNDM4IDM2Mi4yNTcgMTQwLjQ4MiAzNjIuMjU3IDEzNS42MDJaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjI3NyIgeT0iNzMiIHdpZHRoPSIzNiIgaGVpZ2h0PSI5IiByeD0iNC41IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik00MDEuMDAxIDEwMC41TDI1OC4wMDEgMTAwLjUiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0zNjIuMjU2IDE4NC42MTdDMzYyLjI1NiAxNzkuNzM3IDM2Ni4yMTIgMTc1Ljc4MSAzNzEuMDkyIDE3NS43ODFIMzg0LjU2MkMzODkuNDQxIDE3NS43ODEgMzkzLjM5NyAxNzkuNzM3IDM5My4zOTcgMTg0LjYxN0MzOTMuMzk3IDE4OS40OTcgMzg5LjQ0MSAxOTMuNDUzIDM4NC41NjIgMTkzLjQ1M0gzNzEuMDkyQzM2Ni4yMTIgMTkzLjQ1MyAzNjIuMjU2IDE4OS40OTcgMzYyLjI1NiAxODQuNjE3WiIgZmlsbD0iI0ZGREVEMyIvPgo8cGF0aCBkPSJNMzYyLjI1NiAyMzEuNjE3QzM2Mi4yNTYgMjI2LjczNyAzNjYuMjEyIDIyMi43ODEgMzcxLjA5MiAyMjIuNzgxSDM4NC41NjJDMzg5LjQ0MSAyMjIuNzgxIDM5My4zOTcgMjI2LjczNyAzOTMuMzk3IDIzMS42MTdDMzkzLjM5NyAyMzYuNDk3IDM4OS40NDEgMjQwLjQ1MyAzODQuNTYyIDI0MC40NTNIMzcxLjA5MkMzNjYuMjEyIDI0MC40NTMgMzYyLjI1NiAyMzYuNDk3IDM2Mi4yNTYgMjMxLjYxN1oiIGZpbGw9IiNGRkRFRDMiLz4KPHJlY3QgeD0iMjc1LjYwMiIgeT0iMTg2LjY1NiIgd2lkdGg9IjU1LjUxMzMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc1LjYwMiIgeT0iMjQzLjY1NiIgd2lkdGg9IjU1LjUxMzMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNDYxXzExMzIzIiB4PSI2OSIgeT0iNDAiIHdpZHRoPSIxODUiIGhlaWdodD0iMjQwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjQiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iOCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExMzIzIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTEzMjMiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNDYxXzExMzIzIiB4PSIyNDIiIHk9IjQwIiB3aWR0aD0iMTg1IiBoZWlnaHQ9IjI0MCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSI0Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjgiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMTMyMyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExMzIzIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE0NjFfMTEzMjMiPgo8cmVjdCB3aWR0aD0iNDk2IiBoZWlnaHQ9IjI1MyIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPGNsaXBQYXRoIGlkPSJjbGlwMV8xNDYxXzExMzIzIj4KPHJlY3Qgd2lkdGg9IjQ1MCIgaGVpZ2h0PSIyMjUiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAyOCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K",mobile:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMzIiBoZWlnaHQ9IjE0NyIgdmlld0JveD0iMCAwIDQzMyAxNDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQ2OTUpIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzE1MDVfNDY5NSkiPgo8cGF0aCBkPSJNNTIuMjUzOSAzNS43MDY1QzU1LjA2MzIgMzIuNDY0MSA1OC4wMjY1IDI5LjQ3NjQgNjEuMTI0NSAyNi43NjMxQzkwLjg5MTQgMC42MjUwOTIgMTE1LjQ4NCAwLjY2NzA1MyAxNDkuNTMyIDUuNDM3NTNDMTcyLjU1IDguNjYxNTMgMTg1Ljk5NyAyMC45Mjk0IDIxNy4zNzkgMTlDMjc0LjIwMSAxNS41MDY1IDMxNi41MTYgMS40Nzc4NyAzNjkgMzJDMzk0LjAyIDQ2LjU1MDQgNDE0LjAzMyA3NS44MjA0IDQyNS40NDkgMTA5LjYyOEM0NDUuMDE4IDE2Ny41NzYgNDEwLjEyNyAyNzEuODcxIDM2My4zMzYgMjc2Ljc4OEMzMjkuNDMxIDI4MC4zNTMgMzAxLjQ0OSAyMzguMzIgMjY3LjIyOCAyNDguMDU1QzI0Ni4xNDcgMjU0LjA1MyAyMzMuNjQzIDI3OS4yMSAyMTcuMzc5IDI5NS44MTJDMTk4LjQwMyAzMTUuMTgzIDE1Ny41MjYgMzEzLjk2NSAxMzUuMzA3IDMwMy42MjhDMTE0LjEzMyAyOTMuNzc3IDkzLjUzNTQgMjc0LjI1NCA4Ni42MjAyIDI0NS41QzgxLjM1NTYgMjIzLjYwMyA3OS45MjAyIDE5Ny41IDY1LjE4MDIgMTc3LjVDNDcuMzQyNCAxNTMuMjk2IDM2LjQ0NDIgMTQyLjUgMzAuMzIwMiAxMDkuNjI4QzI1LjAwMTUgODEuMDc4NCAzNi40NDQ4IDUzLjk5NjggNTIuMjUzOSAzNS43MDY1WiIgZmlsbD0iI0I4RTZDQSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDJfMTUwNV80Njk1KSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTUwNV80Njk1KSI+CjxyZWN0IHg9Ijk2LjQzOTkiIHk9IjIyLjgxMzUiIHdpZHRoPSIxMTMuNTYiIGhlaWdodD0iMTU0LjM4MiIgcng9IjguMTY0NDQiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iODYuMzc3OSIgd2lkdGg9IjM5LjM0OTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iNzUuMjc5MyIgd2lkdGg9IjE0LjEyNTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iMTExLjY2IiB3aWR0aD0iMTQuMTI1NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxMTAuNTY1IiB5PSIxNDYuNTQ0IiB3aWR0aD0iMTQuMTI1NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMTc0LjEzIDg0Ljg2NDRDMTc0LjEzIDgxLjI0MjQgMTc3LjA2NiA3OC4zMDYyIDE4MC42ODggNzguMzA2MkgxOTAuNzc4QzE5NC40IDc4LjMwNjIgMTk3LjMzNiA4MS4yNDI0IDE5Ny4zMzYgODQuODY0NEMxOTcuMzM2IDg4LjQ4NjQgMTk0LjQgOTEuNDIyNiAxOTAuNzc4IDkxLjQyMjZIMTgwLjY4OEMxNzcuMDY2IDkxLjQyMjYgMTc0LjEzIDg4LjQ4NjQgMTc0LjEzIDg0Ljg2NDRaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjExMC41NDIiIHk9IjM4LjQwMDEiIHdpZHRoPSIyNi43MiIgaGVpZ2h0PSI2LjY4IiByeD0iMy4zNCIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMTc0LjEzIDEyMS4yNDVDMTc0LjEzIDExNy42MjMgMTc3LjA2NiAxMTQuNjg3IDE4MC42ODggMTE0LjY4N0gxOTAuNzc4QzE5NC40IDExNC42ODcgMTk3LjMzNiAxMTcuNjIzIDE5Ny4zMzYgMTIxLjI0NUMxOTcuMzM2IDEyNC44NjcgMTk0LjQgMTI3LjgwMyAxOTAuNzc4IDEyNy44MDNIMTgwLjY4OEMxNzcuMDY2IDEyNy44MDMgMTc0LjEzIDEyNC44NjcgMTc0LjEzIDEyMS4yNDVaIiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjEwOS41NTciIHk9IjEyMi43NTgiIHdpZHRoPSI0MS4zNjczIiBoZWlnaHQ9IjcuMDYyNzEiIHJ4PSIzLjUzMTM1IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yMTAgNTguODExM0w5Ny4xODIyIDU4LjgxMTMiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIxLjQ4NDQ0Ii8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV80Njk1KSI+CjxyZWN0IHg9IjIyNC44NDQiIHk9IjIyLjgxMzUiIHdpZHRoPSIxMTMuNTYiIGhlaWdodD0iMTU0LjM4MiIgcng9IjguMTY0NDQiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjM4LjkxNCIgeT0iODYuMzc3OSIgd2lkdGg9IjM5LjE5MzMiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjM4LjkxNCIgeT0iNzUuMjc5MyIgd2lkdGg9IjE0LjA2OTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjM4LjkxMyIgeT0iMTExLjY2IiB3aWR0aD0iMTQuMDY5NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIyMzguOTEzIiB5PSIxNDYuNTQ0IiB3aWR0aD0iMTQuMDY5NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMzAyLjIyNiA4NC44NjQ0QzMwMi4yMjYgODEuMjQyNCAzMDUuMTYyIDc4LjMwNjIgMzA4Ljc4NCA3OC4zMDYySDMxOC43ODJDMzIyLjQwNCA3OC4zMDYyIDMyNS4zNCA4MS4yNDI0IDMyNS4zNCA4NC44NjQ0QzMyNS4zNCA4OC40ODY0IDMyMi40MDQgOTEuNDIyNiAzMTguNzgyIDkxLjQyMjZIMzA4Ljc4NEMzMDUuMTYyIDkxLjQyMjYgMzAyLjIyNiA4OC40ODY0IDMwMi4yMjYgODQuODY0NFoiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMjM4Ljk0NyIgeT0iMzguNDAwMSIgd2lkdGg9IjI2LjcyIiBoZWlnaHQ9IjYuNjgiIHJ4PSIzLjM0IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0zMzAuOTgzIDU4LjgxMTNMMjI0Ljg0NSA1OC44MTEzIiBzdHJva2U9IiNFQkVFRjAiIHN0cm9rZS13aWR0aD0iMS40ODQ0NCIvPgo8cGF0aCBkPSJNMzAyLjIyNiAxMjEuMjQ1QzMwMi4yMjYgMTE3LjYyMyAzMDUuMTYyIDExNC42ODcgMzA4Ljc4NCAxMTQuNjg3SDMxOC43ODFDMzIyLjQwMyAxMTQuNjg3IDMyNS4zNCAxMTcuNjIzIDMyNS4zNCAxMjEuMjQ1QzMyNS4zNCAxMjQuODY3IDMyMi40MDMgMTI3LjgwMyAzMTguNzgxIDEyNy44MDNIMzA4Ljc4NEMzMDUuMTYyIDEyNy44MDMgMzAyLjIyNiAxMjQuODY3IDMwMi4yMjYgMTIxLjI0NVoiIGZpbGw9IiNGRkRFRDMiLz4KPHJlY3QgeD0iMjM3LjkwOSIgeT0iMTIyLjc1OCIgd2lkdGg9IjQxLjIwMzIiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNTA1XzQ2OTUiIHg9Ijg0LjU2NDQiIHk9IjEzLjkwNjgiIHdpZHRoPSIxMzcuMzExIiBoZWlnaHQ9IjE3OC4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi45Njg4OSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1LjkzNzc4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDY5NSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ2OTUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNTA1XzQ2OTUiIHg9IjIxMi45NjkiIHk9IjEzLjkwNjgiIHdpZHRoPSIxMzcuMzExIiBoZWlnaHQ9IjE3OC4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi45Njg4OSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1LjkzNzc4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDY5NSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ2OTUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjQzMyIgaGVpZ2h0PSIxNDciIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDFfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjU1MyIgaGVpZ2h0PSIyNTMiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjApIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDJfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjMzNCIgaGVpZ2h0PSIxNjciIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",verticalPosition:"bottom"},gaTrackingEventArgs:{category:a}})}),(_||V)&&(0,b.jsx)(M.A,{hasOAuthError:V,apiErrors:L.length?L:G,onRetry:Z,inProgress:z,onCancel:V?B:()=>E(!1),trackEventCategory:`${i}_audiences-setup`})]})}AudienceSegmentationSetupCTABanner.propTypes={id:s().string,Notification:s().elementType};const x=(0,n.A)((0,N.A)({moduleName:S.L1}),(0,T.WP)("audienceSegmentationSetupCTA"))(AudienceSegmentationSetupCTABanner)},79829:(e,t,i)=>{"use strict";i.d(t,{Eo:()=>g,JK:()=>y,K5:()=>p,jq:()=>m,mK:()=>d});var a=i(17243),s=i(50532),o=i.n(s),n=i(82871);function r(e,t={}){const{formatUnit:i,formatDecimal:a}=function(e,t={}){const{hours:i,minutes:a,seconds:s}=l(e);return{hours:i,minutes:a,seconds:s,formatUnit(){const{unitDisplay:o="short",...r}=t,l={unitDisplay:o,...r,style:"unit"};return 0===e?m(s,{...l,unit:"second"}):(0,n.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,n._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?m(s,{...l,unit:"second"}):"",a?m(a,{...l,unit:"minute"}):"",i?m(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,n.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,n.__)("%ds","google-site-kit"),s);if(0===e)return t;const o=(0,n.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,n.__)("%dm","google-site-kit"),a),r=(0,n.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,n.__)("%dh","google-site-kit"),i);return(0,n.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,n._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?t:"",a?o:"",i?r:"").trim()}}}(e,t);try{return i()}catch{return a()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function d(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,a.isPlainObject)(e)&&(t={...e}),t}function g(e,t={}){e=(0,a.isFinite)(e)?e:Number(e),(0,a.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=d(t),{style:s="metric"}=i;return"metric"===s?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,n.__)("%sM","google-site-kit"),m(c(e),e%10==0?{}:t)):1e4<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,n.__)("%sK","google-site-kit"),m(c(e))):1e3<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,n.__)("%sK","google-site-kit"),m(c(e),e%10==0?{}:t)):m(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===s?r(e,i):"durationISO"===s?function(e){let{hours:t,minutes:i,seconds:a}=l(e);return a=("0"+a).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${a}`:`${t}:${i}:${a}`}(e):m(e,i)}const u=o()(console.warn);function m(e,t={}){const{locale:i=y(),...a}=t;try{return new Intl.NumberFormat(i,a).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(a)} ).format( ${typeof e} )`,t.message)}const s={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},o=["signDisplay","compactDisplay"],n={};for(const[e,t]of Object.entries(a))s[e]&&t===s[e]||o.includes(e)||(n[e]=t);try{return new Intl.NumberFormat(i,n).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function p(e,t={}){const{locale:i=y(),style:a="long",type:s="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:a,type:s}).format(e)} /* translators: used between list items, there is a space after the comma. */const o=(0,n.__)(", ","google-site-kit");return e.join(o)}function y(e=i.g){const t=(0,a.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{"use strict";i.d(t,{A:()=>M});var a,s=i(62688),o=i.n(s),n=i(4452),r=i.n(n),l=i(63696),c=i(19793);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},d.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),a||(a=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var g=i(42343),u=i(49655),m=i(62540);const p={[u.Q.NEW]:g.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=p[e]||warning_notice;return(0,m.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,m.jsx)("p",{className:r()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,m.jsx)("p",{className:r()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:o().oneOf(Object.values(u.Q))},Title.propTypes={className:o().string,children:o().node},Description.propTypes={className:o().string,children:o().node};var y=i(49383),I=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:a,href:s,external:o,hideExternalIndicator:n}){let r;return o&&!n&&(r=(0,m.jsx)(I.A,{width:14,height:14})),(0,m.jsx)(y.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:a,href:s,target:o?"_blank":"_self",trailingIcon:r,children:e})}CTAButton.propTypes={label:o().string.isRequired,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,external:o().bool,hideExternalIndicator:o().bool};var h=i(82871);function DismissButton({label:e=(0,h.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,m.jsx)(y.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:o().string,onClick:o().func.isRequired,disabled:o().bool};const A=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:a,ctaButton:s,type:o=u.Q.INFO,children:n,hideIcon:l},c)=>(0,m.jsxs)("div",{ref:c,className:r()("googlesitekit-notice",`googlesitekit-notice--${o}`,e),children:[!l&&(0,m.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,m.jsx)(Icon,{type:o})}),(0,m.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,m.jsx)(Title,{children:t}),i&&(0,m.jsx)(Description,{children:i})]}),(a?.label||a?.onClick||s?.label&&(s?.onClick||s?.href)||n)&&(0,m.jsxs)("div",{className:"googlesitekit-notice__action",children:[n,(a?.label||a?.onClick)&&(0,m.jsx)(DismissButton,{label:a.label,onClick:a.onClick,disabled:a.disabled}),s?.label&&(s?.onClick||s?.href)&&(0,m.jsx)(CTAButton,{label:s.label,onClick:s.onClick,inProgress:s.inProgress,disabled:s.disabled,href:s.href,external:s.external,hideExternalIndicator:s.hideExternalIndicator})]})]}));A.TYPES=u.Q,A.propTypes={className:o().string,title:o().oneOfType([o().string,o().object]),description:o().node,type:o().oneOf(Object.values(u.Q)),dismissButton:o().shape(DismissButton.propTypes),ctaButton:o().shape({...CTAButton.propTypes,label:o().string}),children:o().node,hideIcon:o().bool};const M=A},80452:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 9"},e),a||(a=s.createElement("path",{stroke:"currentColor",strokeLinecap:"square",strokeWidth:1.6,d:"m2 5.309 1.474 2.14c.69 1.001 1.946 1.001 2.636 0L10 1.8"})))},80869:(e,t,i)=>{"use strict";i.d(t,{A:()=>AudienceErrorModal});var a=i(62688),s=i.n(a),o=i(13606),n=i(82871),r=i(50539),l=i(20898),c=i(4445),d=i(14007),g=i(93896),u=i(72455),m=i(67150),p=i(12850),y=i(62540);function AudienceErrorModal({apiErrors:e,hasOAuthError:t,inProgress:i,title:a,description:s,trackEventCategory:I,onCancel:h=()=>{},onRetry:A=()=>{}}){const M=Array.isArray(e)?e:[e],f=(0,r.useSelect)(e=>e(g.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),S=(0,r.useSelect)(e=>e(u.K9).getServiceEntityAccessURL()),N=(0,r.useSelect)(e=>e(g.O4).getErrorTroubleshootingLinkURL({code:"access_denied"}));if(!M.length&&!t)return null;const T=M.some(e=>(0,m.SG)(e));let D,v,j,_;return t?(D=(0,n.__)("Analytics update failed","google-site-kit"),v=(0,o.A)((0,n.__)("Setup was interrupted because you did not grant the necessary permissions. <HelpLink />","google-site-kit"),{HelpLink:(0,y.jsx)(l.A,{href:N,external:!0,hideExternalIndicator:!0,children:(0,n.__)("Get help","google-site-kit")})}),j=(0,n.__)("Retry","google-site-kit")):T?(D=(0,n.__)("Insufficient permissions","google-site-kit"),v=(0,o.A)((0,n.__)("You’ll need to contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,y.jsx)(l.A,{href:f,external:!0,hideExternalIndicator:!0,children:(0,n.__)("Get help","google-site-kit")})}),j=(0,n.__)("Request access","google-site-kit"),_=S):(D=a||(0,n.__)("Failed to set up visitor groups","google-site-kit"),v=s||(0,n.__)("Oops! Something went wrong. Retry enabling groups.","google-site-kit"),j=(0,n.__)("Retry","google-site-kit")),(0,y.jsx)(d.A,{children:(0,y.jsx)(c.A,{buttonLink:_,title:D,subtitle:v,handleConfirm:function(){let e;e=t?"auth_error_retry":T?"insufficient_permissions_error_request_access":"setup_error_retry",(0,p.sx)(I,e).finally(()=>{T||A()})},confirmButton:j,handleCancel:function(){let e;e=t?"auth_error_cancel":T?"insufficient_permissions_error_cancel":"setup_error_cancel",(0,p.sx)(I,e).finally(h)},onOpen:()=>{let e;e=t?"auth_error":T?"insufficient_permissions_error":"setup_error",(0,p.sx)(I,e)},onClose:h,inProgress:i,refocusQuerySelector:"#audience_segmentation_setup_cta-notification .googlesitekit-banner__cta",danger:!0,dialogActive:!0})})}AudienceErrorModal.propTypes={apiErrors:s().oneOfType([s().arrayOf(s().object),s().object,s().array]),hasOAuthError:s().bool,inProgress:s().bool,title:s().string,description:s().string,trackEventCategory:s().string,onCancel:s().func,onRetry:s().func}},81520:(e,t,i)=>{"use strict";function Null(){return null}i.d(t,{A:()=>Null})},82046:(e,t,i)=>{"use strict";i.d(t,{C:()=>o,p:()=>s});var a=i(15210);function s(e,t={}){return{__html:a.O.sanitize(e,t)}}function o(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{"use strict";e.exports=googlesitekit.i18n},83366:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),a||(a=s.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84093:(e,t,i)=>{"use strict";i.d(t,{A:()=>WidgetNull});var a=i(62688),s=i.n(a),o=i(47345),n=i(81520),r=i(62540);const l={};function WidgetNull({widgetSlug:e}){return(0,o.A)(e,n.A,l),(0,r.jsx)(n.A,{})}WidgetNull.propTypes={widgetSlug:s().string.isRequired,...n.A.propTypes}},84385:(e,t,i)=>{"use strict";i.d(t,{A:()=>IconWrapper});var a=i(62688),s=i.n(a),o=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,o.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:s().node.isRequired,marginLeft:s().number,marginRight:s().number}},85149:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var a,s,o=i(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i)({}).hasOwnProperty.call(i,a)&&(e[a]=i[a])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),a||(a=o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),s||(s=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},85284:(e,t,i)=>{"use strict";i.d(t,{A:()=>a});const a="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDM1IiBoZWlnaHQ9IjE0NiIgdmlld0JveD0iMCAwIDQzNSAxNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQzNjEpIj4KPHBhdGggZD0iTTQyNC40OTcgMTk4LjMwOEM0MDMuNjQgMjQxLjkwNSAzNDcuOTA3IDI0Mi4zNzQgMzE2Ljk1OSAyMzUuNzMzQzI3Ni41ODQgMjI3LjA3IDI0OS43ODUgMTk1LjM4IDIxNC41MzUgMTkzLjM3M0MxNzkuMjg2IDE5MS4zNjUgMTU5LjYzNCAyMDkuNzA0IDEyMS42NDkgMjE0LjI4NkM4My42NjQxIDIxOC44NjkgMzcuMDc3NiAyMTQuNzAzIDEyLjkxNDMgMTY3LjYyNkMtMTEuMjQ5IDEyMC41NDkgNS40MTUzMiA3MC43MTQgNDguMzI2IDQ1LjczODFDOTEuMjM2OCAyMC43NjIyIDExNy4yNzEgNDUuODY0NiAxNTkuNjM0IDQ1LjczODFDMjAxLjk5OCA0NS42MTE1IDIxOS4xMjIgNy43ODE3MiAyNTguNTM0IDQuNzE1NTNDMjc4LjA5NyAzLjE5MzU3IDI5Ny44MTEgNy4yMTc3OSAzMTcuMzc5IDIwLjc2MjJDMzM2LjczNCAzNC4xNTgzIDMzOS41NyA1OC42NzYgMzg3Ljc1MiA4MS40ODc4QzQzNS45MzUgMTA0LjMgNDQ1LjM1NCAxNTQuNzEyIDQyNC40OTcgMTk4LjMwOFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNTA1XzQzNjEpIj4KPHJlY3QgeD0iMjE2LjcwMyIgeT0iMjguODc2IiB3aWR0aD0iMTE2Ljc5NiIgaGVpZ2h0PSI2My43MDciIHJ4PSI3Ljc4NjQxIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxyZWN0IHg9IjIyOC4wMjkiIHk9IjQwLjIwMTIiIHdpZHRoPSIxNy42OTY0IiBoZWlnaHQ9IjUuNjYyODUiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjIyOC4wMjkiIHk9IjUyLjIzNTEiIHdpZHRoPSIzNS4zOTI4IiBoZWlnaHQ9IjE0LjE1NzEiIHJ4PSI3LjA3ODU2IiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjIyOC4wMjkiIHk9Ijc3LjAwOTUiIHdpZHRoPSI5NC4xNDQ4IiBoZWlnaHQ9IjUuNjYyODUiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yMzQuMzk3IDU3LjE5MDJMMjM5LjA2NCA2MS44NTc0TTIzOS4wNjQgNjEuODU3NEwyMzkuMTE2IDU4LjE3NTVNMjM5LjA2NCA2MS44NTc0TDIzNS4zODIgNjEuOTA5MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjA2MTc4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHJlY3QgeD0iMjQzLjYwMiIgeT0iNTcuMTkwMiIgd2lkdGg9IjE0LjE1NzEiIGhlaWdodD0iNC4yNDcxMyIgcng9IjEuNDE1NzEiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV80MzYxKSI+CjxyZWN0IHg9Ijg4IiB5PSIxMDIuNzcyIiB3aWR0aD0iMTE2Ljc5NiIgaGVpZ2h0PSI2My43MDciIHJ4PSI3Ljc4NjQxIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxyZWN0IHg9Ijk5LjE1NDMiIHk9IjExMy45MjciIHdpZHRoPSI0Ni4zMzM0IiBoZWlnaHQ9IjYuMDA2MTgiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9Ijk5LjMyNjIiIHk9IjEyNi4xMzIiIHdpZHRoPSIzNS4zOTI4IiBoZWlnaHQ9IjE0LjE1NzEiIHJ4PSI3LjA3ODU2IiBmaWxsPSIjRkZERUQzIi8+CjxwYXRoIGQ9Ik0xMDUuNjk0IDEzMS4wODdMMTEwLjM2MSAxMzUuNzU0TTExMC4zNjEgMTM1Ljc1NEwxMTAuNDEzIDEzMi4wNzJNMTEwLjM2MSAxMzUuNzU0TDEwNi42NzkgMTM1LjgwNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjA2MTc4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHJlY3QgeD0iMTE0Ljg5OCIgeT0iMTMxLjA4NyIgd2lkdGg9IjE0LjE1NzEiIGhlaWdodD0iNC4yNDcxMyIgcng9IjEuNDE1NzEiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIyX2RfMTUwNV80MzYxKSI+CjxyZWN0IHg9Ijg4IiB5PSIyOC44NzYiIHdpZHRoPSIxMTYuNzk2IiBoZWlnaHQ9IjYzLjcwNyIgcng9IjcuNzg2NDEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNDAuMjAxMiIgd2lkdGg9Ijc0LjMyNDgiIGhlaWdodD0iNS42NjI4NSIgcng9IjIuODMxNDIiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNTIuMjM1MSIgd2lkdGg9IjM1LjM5MjgiIGhlaWdodD0iMTQuMTU3MSIgcng9IjcuMDc4NTYiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNzcuMDA5NSIgd2lkdGg9Ijk0LjE0NDgiIGhlaWdodD0iNS42NjI4NSIgcng9IjIuODMxNDIiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEwNS42OTYgNjEuOTA5MkwxMTAuMzYzIDU3LjI0Mk0xMTAuMzYzIDU3LjI0MkwxMDYuNjgyIDU3LjE5MDJNMTEwLjM2MyA1Ny4yNDJMMTEwLjQxNSA2MC45MjM5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMDYxNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxMTQuODk4IiB5PSI1Ny4xOTAyIiB3aWR0aD0iMTQuMTU3MSIgaGVpZ2h0PSI0LjI0NzEzIiByeD0iMS40MTU3MSIgZmlsbD0id2hpdGUiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjNfZF8xNTA1XzQzNjEpIj4KPHJlY3QgeD0iMjE2LjcwMyIgeT0iMTAyLjc3MiIgd2lkdGg9IjExNi43OTYiIGhlaWdodD0iNjMuNzA3IiByeD0iNy43ODY0MSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIyMjguMDI4IiB5PSIxMTQuMDk4IiB3aWR0aD0iNDUuMzAyOCIgaGVpZ2h0PSI1LjY2Mjg1IiByeD0iMi44MzE0MiIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjI4LjAyOCAxMzMuMjFDMjI4LjAyOCAxMjkuMzAxIDIzMS4xOTcgMTI2LjEzMiAyMzUuMTA3IDEyNi4xMzJIMjU2LjM0M0MyNjAuMjUyIDEyNi4xMzIgMjYzLjQyMSAxMjkuMzAxIDI2My40MjEgMTMzLjIxQzI2My40MjEgMTM3LjEyIDI2MC4yNTIgMTQwLjI4OSAyNTYuMzQzIDE0MC4yODlIMjM1LjEwN0MyMzEuMTk3IDE0MC4yODkgMjI4LjAyOCAxMzcuMTIgMjI4LjAyOCAxMzMuMjFaIiBmaWxsPSIjQjhFNkNBIi8+CjxwYXRoIGQ9Ik0yMzQuMzk5IDEzNS44MDZMMjM5LjA2NyAxMzEuMTM5TTIzOS4wNjcgMTMxLjEzOUwyMzUuMzg1IDEzMS4wODdNMjM5LjA2NyAxMzEuMTM5TDIzOS4xMTggMTM0LjgyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMDYxNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIyNDMuNjAyIiB5PSIxMzEuMDg3IiB3aWR0aD0iMTQuMTU3MSIgaGVpZ2h0PSI0LjI0NzEzIiByeD0iMS40MTU3MSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE1MDVfNDM2MSIgeD0iMjA1LjM3NyIgeT0iMjAuMzgxNyIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9kXzE1MDVfNDM2MSIgeD0iNzYuNjc0MyIgeT0iOTQuMjc4MiIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9kXzE1MDVfNDM2MSIgeD0iNzYuNjc0MyIgeT0iMjAuMzgxNyIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyM19kXzE1MDVfNDM2MSIgeD0iMjA1LjM3NyIgeT0iOTQuMjc4MiIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNTA1XzQzNjEiPgo8cmVjdCB3aWR0aD0iNDM1IiBoZWlnaHQ9IjE0NiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K"},86134:(e,t,i)=>{"use strict";i.d(t,{N$:()=>s,aO:()=>o,qB:()=>a});const a={BOXES:"boxes",COMPOSITE:"composite"},s={QUARTER:"quarter",HALF:"half",FULL:"full"},o="core/widgets"},87388:(e,t,i)=>{"use strict";i.d(t,{A:()=>SettingsStatuses});var a=i(62688),s=i.n(a),o=i(82871),n=i(49383),r=i(15167),l=i(62540);function SettingsStatuses({statuses:e}){if(!e||0===e.length)return null;function t(e){return void 0===e?(0,l.jsx)("div",{className:"googlesitekit-settings-module__meta-item-data",children:(0,l.jsx)(n.ProgressBar,{})}):(0,l.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:e?(0,o.__)("Enabled","google-site-kit"):(0,o.__)("Disabled","google-site-kit")})}return(0,l.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:e.map(({label:e,status:i})=>(0,l.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,l.jsx)(r.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:e}),t(i)]},e))})}SettingsStatuses.propTypes={statuses:s().arrayOf(s().shape({label:s().string.isRequired,status:s().oneOf([void 0,!0,!1])}))}},88176:e=>{"use strict";e.exports=googlesitekit.widgets},88327:(e,t,i)=>{"use strict";i.d(t,{$t:()=>r,Oh:()=>g,S9:()=>d,XH:()=>n,ZC:()=>s,ZY:()=>l,gL:()=>a,mZ:()=>c,vZ:()=>o});const a="modules/tagmanager",s="account_create",o="container_create",n="web",r="amp",l="tagmanagerSetup",c="https://www.googleapis.com/auth/tagmanager.readonly",d="https://www.googleapis.com/auth/tagmanager.edit.containers",g="SETUP_WITH_ANALYTICS"},88418:(e,t,i)=>{"use strict";i.d(t,{A:()=>ConnectModuleCTATile});var a=i(62688),s=i.n(a),o=i(82871),n=i(63696),r=i(50539),l=i(37226),c=i(86134),d=i(43427),g=i(92698),u=i(20898),m=i(23224),p=i(71032),y=i(62540);const I=(0,n.lazy)(()=>i.e(909).then(i.bind(i,4290)));function GhostCardGreenSVG(){return(0,y.jsx)(n.Suspense,{fallback:(0,y.jsx)(m.A,{width:"100%",height:"90px"}),children:(0,y.jsx)(p.A,{errorMessage:(0,o.__)("Failed to load graphic","google-site-kit"),children:(0,y.jsx)(I,{})})})}const h=(0,n.lazy)(()=>i.e(146).then(i.bind(i,6146)));function GhostCardRedSVG(){return(0,y.jsx)(n.Suspense,{fallback:(0,y.jsx)(m.A,{width:"100%",height:"90px"}),children:(0,y.jsx)(p.A,{errorMessage:(0,o.__)("Failed to load graphic","google-site-kit"),children:(0,y.jsx)(h,{})})})}var A=i(92473),M=i(25623);function ConnectModuleCTATile({moduleSlug:e}){const t=(0,g.A)(e),i=(0,r.useSelect)(t=>t(l.i).getModule(e)),a=(0,r.useSelect)(t=>t(l.i).getModuleIcon(e)),s=(0,r.useSelect)(e=>e(c.aO).getWidgets(d.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY)||[]).filter(t=>t.modules.includes(e)),m=M.G[s[0]?.slug],p=s.length>1;return i?(0,y.jsxs)("div",{className:`googlesitekit-widget--connectModuleCTATile googlesitekit-km-widget-tile ${p&&" googlesitekit-km-widget-tile--combined"}`,children:[!p&&(0,y.jsx)(A.A,{title:m?.title,infoTooltip:m?.description,loading:!1}),(0,y.jsx)("div",{className:"googlesitekit-km-widget-tile__body",children:(0,y.jsxs)("div",{className:"googlesitekit-km-connect-module-cta-tile",children:[a&&(0,y.jsx)("div",{className:"googlesitekit-km-connect-module-cta-tile__icon",children:(0,y.jsx)(a,{width:"32",height:"32"})}),(0,y.jsxs)("div",{className:"googlesitekit-km-connect-module-cta-tile__content",children:[(0,y.jsx)("p",{className:"googlesitekit-km-connect-module-cta-tile__text",children:p?(0,o.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,o.__)("%s is disconnected, some of your metrics can’t be displayed","google-site-kit"),i.name):(0,o.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,o.__)("%s is disconnected, metric can’t be displayed","google-site-kit"),i.name)}),(0,y.jsx)(u.A,{onClick:t,secondary:!0,children:(0,o.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,o.__)("Connect %s","google-site-kit"),i.name)})]})]})}),p&&(0,y.jsxs)(n.Fragment,{children:[(0,y.jsx)("div",{className:"googlesitekit-km-connect-module-cta-tile__ghost-card",children:(0,y.jsx)(GhostCardGreenSVG,{})}),(0,y.jsx)("div",{className:"googlesitekit-km-connect-module-cta-tile__ghost-card",children:(0,y.jsx)(GhostCardGreenSVG,{})}),(0,y.jsx)("div",{className:"googlesitekit-km-connect-module-cta-tile__ghost-card",children:(0,y.jsx)(GhostCardRedSVG,{})})]})]}):null}ConnectModuleCTATile.propTypes={moduleSlug:s().string.isRequired}},89318:(e,t,i)=>{"use strict";i.d(t,{M9:()=>v,sx:()=>T,BI:()=>D});var a=i(17243);const s="_googlesitekitDataLayer",o="data-googlesitekit-gtag";function n(e){return function(){e[s]=e[s]||[],e[s].push(arguments)}}var r=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:d,trackingEnabled:g,trackingID:u,referenceSiteURL:m,userIDHash:p,isAuthenticated:y,userRoles:I}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:h}=i.g,A={activeModules:c,trackingEnabled:g,trackingID:u,referenceSiteURL:m,userIDHash:p,isSiteKitScreen:d,userRoles:I,isAuthenticated:y,pluginVersion:h},{enableTracking:M,disableTracking:f,isTrackingEnabled:S,initializeSnippet:N,trackEvent:T,trackEventOnce:D}=function(e,t=i.g,c=i.g){const d={...l,...e};d.referenceSiteURL&&(d.referenceSiteURL=d.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(e,t){const a=n(t);let l;const{activeModules:c,referenceSiteURL:d,userIDHash:g,userRoles:u=[],isAuthenticated:m,pluginVersion:p}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${o}]`)),l)return!1;l=!0;const n=u?.length?u.join(","):"";a("js",new Date),a("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:d,plugin_version:p||"",enabled_features:Array.from(r.t).join(","),active_modules:c.join(","),authenticated:m?"1":"0",user_properties:{user_roles:n,user_identifier:g}});const y=t.createElement("script");return y.setAttribute(o,""),y.async=!0,y.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`,t.head.appendChild(y),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`}}}(d,t),u=function(e,t,i,a){const s=n(t);return async function(t,o,n,r){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:n,value:r};return new Promise(e=>{const i=setTimeout(function(){a.console.warn(`Tracking event "${o}" (category "${t}") took too long to fire.`),e()},1e3);function n(){clearTimeout(i),e()}s("event",o,{...c,event_callback:n}),a._gaUserPrefs?.ioo?.()&&n()})}}(d,t,g,c),m={};return{enableTracking:function(){d.trackingEnabled=!0},disableTracking:function(){d.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!d.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);m[t]||(m[t]=(0,a.once)(u)),m[t](...e)}}}(A);function v(e){e?M():f()}d&&g&&N()},89967:(e,t,i)=>{"use strict";i.d(t,{EW:()=>h,HX:()=>r.x6,Hl:()=>u,OS:()=>p,RE:()=>M,Xo:()=>A,Ze:()=>f,dQ:()=>y,mh:()=>m,uv:()=>I,yZ:()=>g});var a=i(32091),s=i.n(a),o=i(17243),n=i(72455),r=i(12850),l=i(40127),c=i(68326),d=i(71564);function g(e){return e===n.ZC||(0,r.x6)(e)}function u(e){return"string"==typeof e&&/^\d+$/.test(e)}function m(e){return e===n.to||u(e)}function p(e){return"string"==typeof e&&/^\d+$/.test(e)}function y(e){return e===n.Oh||p(e)}function I(e){return"string"==typeof e&&e.trim().length>0}function h(e){return"string"==typeof e&&/^G-[a-zA-Z0-9]+$/.test(e)}function A(e){return"string"==typeof e&&/^(G|GT|AW)-[a-zA-Z0-9]+$/.test(e)}function M(e){s()((0,o.isPlainObject)(e),"options for Analytics 4 report must be an object."),s()((0,l.O5)(e),"Either date range or start/end dates must be provided for Analytics 4 report.");const{metrics:t,dimensions:i,dimensionFilters:a,metricFilters:n,orderby:r}=(0,c.A)(e);s()(t.length,"Requests must specify at least one metric for an Analytics 4 report."),s()((0,d.Ig)(t),'metrics for an Analytics 4 report must be either a string, an array of strings, an object, an array of objects, or a mix of strings and objects. Objects must have a "name" property. Metric names must match the expression ^[a-zA-Z0-9_]+$.'),i&&s()((0,d.a2)(i),'dimensions for an Analytics 4 report must be either a string, an array of strings, an object, an array of objects, or a mix of strings and objects. Objects must have a "name" property.'),a&&s()((0,d.wA)(a),"dimensionFilters for an Analytics 4 report must be a map of dimension names as keys and dimension values as values."),n&&s()((0,d.Q3)(n),"metricFilters for an Analytics 4 report must be a map of metric names as keys and filter value(s) as numeric fields, depending on the filterType."),r&&s()((0,d.G4)(r),'orderby for an Analytics 4 report must be an array of OrderBy objects where each object should have either a "metric" or "dimension" property, and an optional "desc" property.')}function f(e){const t=["displayName","description","membershipDurationDays","eventTrigger","exclusionDurationMode","filterClauses"];s()((0,o.isPlainObject)(e),"Audience must be an object."),Object.keys(e).forEach(e=>{s()(t.includes(e),`Audience object must contain only valid keys. Invalid key: "${e}"`)}),["displayName","description","membershipDurationDays","filterClauses"].forEach(t=>{s()(e[t],`Audience object must contain required keys. Missing key: "${t}"`)}),s()((0,o.isArray)(e.filterClauses),"filterClauses must be an array with AudienceFilterClause objects.")}},90007:(e,t,i)=>{"use strict";i.d(t,{Q:()=>A,A:()=>BannerNotification});var a=i(4452),s=i.n(a),o=i(62688),n=i.n(o),r=i(50539),l=i(71423),c=i(7070),d=i(7184),g=i(30823),u=i(3782),m=i(29584),p=i(55527);const y="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",I="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var h=i(62540);const A={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=A.INFO,learnMoreLink:i,dismissButton:a,ctaButton:o,gaTrackingEventArgs:n,...g}){const u=(0,c.A)(e,n?.category),{dismissNotification:m}=(0,r.useDispatch)(l.D);let M=g?.svg;return M||t===A.INFO||(M={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===A.WARNING&&(M.desktop=y),t===A.ERROR&&(M.desktop=I)),(0,h.jsx)("div",{className:s()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,h.jsx)(p.xA,{className:"googlesitekit-page-content",children:(0,h.jsx)(p.fI,{children:(0,h.jsx)(p.fh,{size:12,children:(0,h.jsx)(d.A,{learnMoreLink:i&&{...i,onClick:async function(e){u.clickLearnMore(n?.label,n?.value),await(i?.onClick?.(e))}},dismissButton:a&&{...a,onClick:async function(t){await(a?.onClick?.(t)),u.dismiss(n?.label,n?.value),m(e,{...a?.dismissOptions})}},ctaButton:o&&{...o,onClick:async function(t){u.confirm(n?.label,n?.value),await(o?.onClick?.(t)),o?.dismissOnClick&&m(e,{...o?.dismissOptions})}},svg:M,...g})})})})})}BannerNotification.propTypes={notificationID:n().string.isRequired,type:n().oneOf(Object.values(A)),titleIcon:n().node,title:n().string,description:n().oneOfType([n().string,n().node]),learnMoreLink:n().shape(g.A.propTypes),dismissButton:n().shape(m.A.propTypes),ctaButton:n().shape(u.A.propTypes),gaTrackingEventArgs:n().shape({category:n().string,label:n().string,value:n().number})}},91560:(e,t,i)=>{"use strict";i.d(t,{A:()=>u});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(13606),l=i(82871),c=i(20898),d=i(35323),g=i(62540);function SourceLink({name:e,href:t,className:i,external:a}){return(0,d.A)()?null:(0,g.jsx)("div",{className:n()("googlesitekit-source-link",i),children:(0,r.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,g.jsx)(c.A,{href:t,external:a},"link")})})}SourceLink.propTypes={name:s().string,href:s().string,className:s().string,external:s().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const u=SourceLink},91865:(e,t,i)=>{"use strict";i.d(t,{A:()=>DataBlockGroup});var a=i(31589),s=i(15844),o=i(63696),n=i(50787),r=i(62540);function DataBlockGroup({className:e,children:t}){const l=(0,o.useRef)();function c(e,t){e.forEach(e=>{const i=e?.querySelector(".googlesitekit-data-block__datapoint");i&&(i.style.fontSize=t)})}const d=(0,n.d)(function(){const e=l?.current?.querySelectorAll(".googlesitekit-data-block");if(!e?.length)return;let t=1;if(c(e,""),e.forEach(e=>{const i=e.querySelector(".googlesitekit-data-block__datapoint");if(!i)return;const a=i?.parentElement?.offsetWidth;if(i.scrollWidth>a){const e=a/i.scrollWidth,s=Math.floor(10*e)/10;s<t&&(t=s)}}),t<1&&t>0){const a=parseInt(i.g?.getComputedStyle(e[0].querySelector(".googlesitekit-data-block__datapoint"))?.fontSize,10),s=Math.floor(a*t);c(e,`${Math.max(s,14)}px`)}},50);return(0,a.A)("resize",d),(0,s.A)(()=>{d()}),(0,r.jsx)("div",{ref:l,className:e,children:t})}},91953:(e,t,i)=>{"use strict";i.d(t,{A:()=>DetailsPermaLinks});var a=i(4452),s=i.n(a),o=i(62688),n=i.n(o),r=i(63696),l=i(50539),c=i(93896),d=i(20898),g=i(12850),u=i(62540);function DetailsPermaLinks({title:e,path:t,serviceURL:i}){const a=(0,l.useSelect)(e=>e(c.O4).getReferenceSiteURL()),o=(0,g.VZ)(a,t),n=(0,l.useSelect)(e=>e(c.O4).getAdminURL("googlesitekit-dashboard",{permaLink:o}));return(0,u.jsxs)(r.Fragment,{children:[(0,u.jsx)(d.A,{className:"googlesitekit-font-weight-medium",href:i||n,external:!!i,hideExternalIndicator:!0,children:e}),(0,u.jsx)(d.A,{className:s()("googlesitekit-display-block","googlesitekit-overflow-wrap-break-word"),href:o,target:"_blank",small:!0,children:t})]})}DetailsPermaLinks.propTypes={title:n().string,path:n().string,serviceURL:n().string}},92152:(e,t,i)=>{"use strict";i.d(t,{A:()=>LearnMoreLink});var a=i(62688),s=i.n(a),o=i(20898),n=i(7070),r=i(62540);function LearnMoreLink({id:e,label:t,url:i,ariaLabel:a,gaTrackingEventArgs:s,external:l=!0,...c}){const d=(0,n.A)(e);return(0,r.jsx)(o.A,{onClick:function(e){e.persist(),d.clickLearnMore(s?.label,s?.value)},href:i,"aria-label":a,external:l,...c,children:t})}LearnMoreLink.propTypes={id:s().string,label:s().string,url:s().string,ariaLabel:s().string,gaTrackingEventArgs:s().shape({label:s().string,value:s().string}),external:s().bool}},92473:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileHeader});var a=i(62688),s=i.n(a),o=i(10953),n=i(16834),r=i(15167),l=i(62540);function MetricTileHeader({title:e,infoTooltip:t,loading:i}){return(0,l.jsxs)("div",{className:"googlesitekit-km-widget-tile__title-container",children:[(0,l.jsx)(r.A,{as:"h3",size:"small",type:"label",className:"googlesitekit-km-widget-tile__title",children:e}),i?(0,l.jsx)(n.A,{children:(0,l.jsx)(o.A,{title:t})}):(0,l.jsx)(o.A,{title:t})]})}MetricTileHeader.propTypes={title:s().string,infoTooltip:s().oneOfType([s().string,s().element]),loading:s().bool}},92698:(e,t,i)=>{"use strict";i.d(t,{A:()=>u});var a=i(63696),s=i(50539),o=i(93896),n=i(58116),r=i(37226),l=i(45472),c=i(21134),d=i(89318),g=i(77766);function u(e){const t=(0,g.A)(),i=(0,s.useSelect)(t=>t(r.i).getModule(e)),u=(0,s.useSelect)(e=>e(n.oR).hasCapability(n.HD)),{activateModule:m}=(0,s.useDispatch)(r.i),{navigateTo:p}=(0,s.useDispatch)(l.M),{setInternalServerError:y}=(0,s.useDispatch)(o.O4),I=(0,a.useCallback)(async()=>{const{error:i,response:a}=await m(e);i?y({id:`${e}-setup-error`,description:i.message}):(await(0,d.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),p(a.moduleReauthURL))},[m,e,p,y,t]);return i?.name&&u?I:null}},93896:(e,t,i)=>{"use strict";i.d(t,{O4:()=>a,OQ:()=>o,qc:()=>s});const a="core/site",s="primary",o="secondary"},93934:(e,t,i)=>{"use strict";i.d(t,{Y2:()=>a.Y2,DO:()=>d,c1:()=>g.c1,X9:()=>l,JS:()=>o,T5:()=>u,WP:()=>g.WP});var a=i(15135),s=i(81520);function o(e){return!!e&&e.Component===s.A}function n(e,t){if(9!==t)return[e,t];let i=(e=[...e]).length-1;for(;0!==t&&i>=0;)3===e[i]?(t-=3,e[i]=4):6===e[i]&&(t-=6,e[i]=8),i--;return[e,t]}function r(e,t){return(Array.isArray(t.width)?t.width:[t.width]).map(t=>({counter:e+a.Gr[t],width:t}))}function l(e,t){let i=[];const s=[];if(!e?.length)return{columnWidths:i,rowIndexes:s};let l=0,c=0;function d({counter:e},{counter:t}){return e-t}function g({counter:e},{counter:t}){return t-e}function u({counter:e}){return e<=12}return e.forEach((m,p)=>{if(o(t[m.slug]))return i.push(0),void s.push(c);let y=r(l,m);const I=function(e,t,i){for(;++e<t.length;)if(!o(i[t[e].slug]))return t[e];return null}(p,e,t);if(null===I||0===r(y.sort(d)[0].counter,I).filter(u).length){y.some(u)&&(y=y.sort(g),y=y.filter(u))}const h=y[0].width;s.push(c),l+=a.Gr[h],l>12?(l-=a.Gr[h],s[p]++,9===l&&([i,l]=n(i,l)),l=a.Gr[h],c++):12===l&&(l=0,c++),i.push(a.Gr[h])}),9===l&&([i,l]=n(i,l)),{columnWidths:i,rowIndexes:s}}var c=i(17243);function d(e,t,{columnWidths:i,rowIndexes:s}){const o=[],n=[...i];if(!e?.length)return{gridColumnWidths:n,overrideComponents:o};let r=null,l=-1,d=[];if(function(e,t){const i={};for(let s=0;s<e.length;s++){const o=e[s],n=t?.[o.slug],r=n?.Component,l=n?.metadata?.moduleSlug,c=a.We.includes(r);if(!r||!l||!c)return!1;if(i[l]){if(i[l]!==r)return!1}else i[l]=r}return!(Object.keys(i).length>1)}(e,t)){const i=Array.from({length:e.length-1}).fill(0);return{overrideComponents:[t[e[0].slug]],gridColumnWidths:[12,...i]}}return e.forEach((a,g)=>{if(o.push(null),r=t[a.slug],l=s[g],r)if(u=r,m=t[e[g+1]?.slug],p=l,y=s[g+1],p===y&&(0,c.isEqual)(u,m))d.push(i[g]),n[g]=0;else if(d.length>0){d.push(i[g]);const e=d.reduce((e,t)=>e+t,0);o[g]=r,n[g]=e,d=[]}var u,m,p,y}),{gridColumnWidths:n,overrideComponents:o}}var g=i(35001);function u(e){return(Array.isArray(e)?e:[e]).filter(e=>"string"==typeof e&&e.length>0)}},94468:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(63696),s=i(50539),o=i(58116),n=i(37226),r=i(45472);function l(e){const t=(0,s.useSelect)(e=>e(o.oR).hasCapability(o.HD)),i=(0,s.useSelect)(t=>t(n.i).getModuleStoreName(e)),l=(0,s.useSelect)(e=>e(i)?.getAdminReauthURL()),{navigateTo:c}=(0,s.useDispatch)(r.M),d=(0,a.useCallback)(()=>c(l),[l,c]);return l&&t?d:null}},94552:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:a}){return(0,r.jsx)("svg",{className:n()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:a,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:s().string,invertColor:s().bool,width:s().number,height:s().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},96820:(e,t,i)=>{"use strict";i.d(t,{A:()=>d,v:()=>c});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(82871),l=i(62540);const c={DEFAULT:"default",OVERLAY:"overlay",SMALL:"small",SMALL_OVERLAY:"small-overlay",LARGE:"large"};function GatheringDataNotice({style:e}){return(0,l.jsx)("div",{className:n()("googlesitekit-gathering-data-notice",{[`googlesitekit-gathering-data-notice--has-style-${e}`]:!!e}),children:(0,l.jsx)("span",{children:(0,r.__)("Gathering data…","google-site-kit")})})}GatheringDataNotice.propTypes={style:s().oneOf(Object.values(c))};const d=GatheringDataNotice},97029:(e,t,i)=>{"use strict";i.d(t,{A:()=>A});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(63696),l=i(96820),c=i(12850),d=i(62540);function Sparkline({sparkline:e,invertChangeColor:t}){let i=e;return i&&t&&(i=(0,r.cloneElement)(e,{invertChangeColor:t})),(0,d.jsx)("div",{className:"googlesitekit-data-block__sparkline",children:i})}Sparkline.propTypes={sparkline:s().element,invertChangeColor:s().bool};const g=Sparkline;var u=i(2362),m=i(82871),p=i(94552);function Change({change:e,changeDataUnit:t,period:i,invertChangeColor:a}){let s=e;return t&&(s="%"===t?(0,c.Eo)(e,{style:"percent",signDisplay:"never",maximumFractionDigits:1}):(0,c.Eo)(e,t)),i&&(s=(0,m.sprintf)(i,s)),(0,d.jsxs)("div",{className:n()("googlesitekit-data-block__change",{"googlesitekit-data-block__change--no-change":!e}),children:[!!e&&(0,d.jsx)("span",{className:"googlesitekit-data-block__arrow",children:(0,d.jsx)(p.A,{direction:0<parseFloat(e)?"up":"down",invertColor:a})}),(0,d.jsx)("span",{className:"googlesitekit-data-block__value",children:s})]})}Change.propTypes={change:s().oneOfType([s().string,s().number]),changeDataUnit:s().oneOfType([s().string,s().bool]),period:s().string,invertChangeColor:s().bool};const y=Change;var I=i(91560),h=i(15167);function Content({title:e="",datapoint:t=null,datapointUnit:i="",change:a=null,changeDataUnit:s="",period:o="",source:n,sparkline:l,invertChangeColor:m=!1,gatheringData:p=!1,badge:A}){const M=void 0===t?t:(0,c.Eo)(t,i);return(0,d.jsxs)(r.Fragment,{children:[(0,d.jsxs)("div",{className:"googlesitekit-data-block__title-datapoint-wrapper",children:[(0,d.jsxs)(h.A,{as:"h3",size:"small",type:"title",className:" googlesitekit-subheading-1 googlesitekit-data-block__title ",children:[!0===A?(0,d.jsx)(u.A,{"aria-hidden":"true",className:"googlesitekit-badge--hidden",label:"X"}):A,(0,d.jsx)("span",{className:"googlesitekit-data-block__title-inner",children:e})]}),!p&&(0,d.jsx)("div",{className:"googlesitekit-data-block__datapoint",children:(0,d.jsx)("span",{className:"googlesitekit-data-block__datapoint--resize",children:M})})]}),!p&&l&&(0,d.jsx)(g,{sparkline:l,invertChangeColor:m}),!p&&(0,d.jsxs)("div",{className:"googlesitekit-data-block__change-source-wrapper",children:[(0,d.jsx)(y,{change:a,changeDataUnit:s,period:o,invertChangeColor:m}),n&&(0,d.jsx)(I.A,{className:"googlesitekit-data-block__source",name:n.name,href:n.link,external:n?.external})]})]})}function DataBlock({stat:e=null,className:t="",title:i="",datapoint:a=null,datapointUnit:s="",change:o=null,changeDataUnit:c="",context:g="default",period:u="",selected:m=!1,source:p,sparkline:y,handleStatSelection:I=null,invertChangeColor:h=!1,gatheringData:A=!1,gatheringDataNoticeStyle:M=l.v.DEFAULT,badge:f}){const S=(0,r.useCallback)(()=>{!A&&I&&I(e)},[A,I,e]),N=(0,r.useCallback)(e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),S())},[S]),T="button"===g,D=T?"button":"";return(0,d.jsxs)("div",{className:n()("googlesitekit-data-block",t,`googlesitekit-data-block--${g}`,{"googlesitekit-data-block--selected":m,"googlesitekit-data-block--is-gathering-data":A}),tabIndex:T&&!A?"0":"-1",role:I&&D,onClick:S,onKeyDown:N,"aria-disabled":A||void 0,"aria-label":I&&i,"aria-pressed":I&&m,children:[(0,d.jsx)(Content,{title:i,datapoint:a,datapointUnit:s,change:o,changeDataUnit:c,period:u,source:p,sparkline:y,invertChangeColor:h,gatheringData:A,badge:f}),A&&(0,d.jsx)(l.A,{style:M})]})}Content.propTypes={title:s().string,datapoint:s().oneOfType([s().string,s().number]),datapointUnit:s().string,change:s().oneOfType([s().string,s().number]),changeDataUnit:s().oneOfType([s().string,s().bool]),period:s().string,source:s().object,sparkline:s().element,invertChangeColor:s().bool,gatheringData:s().bool,badge:s().oneOfType([s().bool,s().node])},DataBlock.propTypes={stat:s().number,className:s().string,title:s().string,datapoint:s().oneOfType([s().string,s().number]),datapointUnit:s().string,change:s().oneOfType([s().string,s().number]),changeDataUnit:s().oneOfType([s().string,s().bool]),context:s().string,period:s().string,selected:s().bool,source:s().object,sparkline:s().element,handleStatSelection:s().func,invertChangeColor:s().bool,gatheringData:s().bool,gatheringDataNoticeStyle:s().oneOf(Object.values(l.v)),badge:s().oneOfType([s().bool,s().node])};const A=DataBlock},97398:(e,t,i)=>{"use strict";i.d(t,{Y:()=>a});const a="search-console"},98652:(e,t,i)=>{"use strict";i.d(t,{A:()=>m});var a=i(62688),s=i.n(a),o=i(4452),n=i.n(o),r=i(63696),l=i(82871),c=i(49383),d=i(2362),g=i(20898),u=i(62540);function NewBadge({tooltipTitle:e,learnMoreLink:t,forceOpen:i,hasLeftSpacing:a,hasNoSpacing:s,onLearnMoreClick:o=()=>{}}){const m=(0,u.jsx)(d.A,{className:n()("googlesitekit-new-badge",{"googlesitekit-new-badge--has-no-spacing":s}),label:(0,l.__)("New","google-site-kit"),hasLeftSpacing:a});return e?(0,u.jsx)(c.Tooltip,{tooltipClassName:"googlesitekit-new-badge__tooltip",title:(0,u.jsxs)(r.Fragment,{children:[e,(0,u.jsx)("br",{}),(0,u.jsx)(g.A,{href:t,onClick:o,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Learn more","google-site-kit")})]}),placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,open:i,interactive:!0,children:m}):m}NewBadge.propTypes={tooltipTitle:s().string,learnMoreLink:s().string,forceOpen:s().bool,onLearnMoreClick:s().func,hasLeftSpacing:s().bool,hasNoSpacing:s().bool};const m=NewBadge},98748:(e,t,i)=>{"use strict";i.d(t,{A:()=>SurveyViewTrigger});var a=i(63696),s=i(62688),o=i.n(s),n=i(50539),r=i(58116);function SurveyViewTrigger({triggerID:e,ttl:t=0}){const{triggerSurvey:i}=(0,n.useDispatch)(r.oR);return(0,a.useEffect)(()=>{i(e,{ttl:t})},[e,t,i]),null}SurveyViewTrigger.propTypes={triggerID:o().string.isRequired,ttl:o().number}},99234:(e,t,i)=>{"use strict";i.d(t,{A:()=>ToastNotice});var a=i(15844),s=i(63696),o=i(80035),n=i(49655),r=i(62540);function ToastNotice({title:e,onDismiss:t}){const[i,l]=(0,s.useState)(!1);return(0,a.A)(()=>{setTimeout(()=>{l(!0),t?.()},5500)}),i?null:(0,r.jsx)(o.A,{className:"googlesitekit-toast-notice",title:e,type:n.Q.SUCCESS})}},99449:(e,t,i)=>{"use strict";i.d(t,{M:()=>n});var a=i(32091),s=i.n(a),o=i(12850);function n(e){const{startDate:t,endDate:i,compareStartDate:a,compareEndDate:n}=e;s()((0,o.Qr)(t),"A valid startDate is required."),s()((0,o.Qr)(i),"A valid endDate is required.");const r={"_u.date00":t.replace(/-/g,""),"_u.date01":i.replace(/-/g,"")};return(a||n)&&(s()((0,o.Qr)(a)&&(0,o.Qr)(n),"Valid compareStartDate and compareEndDate values are required."),r["_u.date10"]=a.replace(/-/g,""),r["_u.date11"]=n.replace(/-/g,"")),r}},99872:(e,t,i)=>{"use strict";i.d(t,{Ii:()=>d,sq:()=>c.s,ph:()=>s,Hb:()=>o,H5:()=>r,Aj:()=>l.A,JN:()=>g});var a=i(82871);function s(e,t={}){const{keyColumnIndex:i=0,maxSlices:s,withOthers:o=!1,tooltipCallback:n}=t,{rows:r=[]}=e||{},l="function"==typeof n,c=["Source","Percent"];l&&c.push({type:"string",role:"tooltip",p:{html:!0}});const d=[c],g=r.filter(({dimensionValues:e})=>"date_range_0"===e[1].value),u=g.reduce((e,t)=>e+parseInt(t.metricValues[0].value,10),0),m=r.filter(({dimensionValues:e})=>"date_range_1"===e[1].value),p=m.reduce((e,t)=>e+parseInt(t.metricValues[0].value,10),0);let y=o,I=g.length,h=u,A=p;s>0?(y=o&&g.length>s,I=Math.min(g.length,y?s-1:s)):(y=!1,I=g.length);for(let e=0;e<I;e++){const t=g[e],a=t.metricValues[i].value,s=m.find(({dimensionValues:e})=>e[0].value===t.dimensionValues[0].value);h-=a,A-=s?s.metricValues[i].value:0;const o=u>0?a/u:0,c=[t.dimensionValues[0].value,o];if(l){const e=r.find(({dimensionValues:e})=>"date_range_1"===e[1].value&&e[0].value===t.dimensionValues[0].value);c.push(n(t,e,c))}d.push(c)}if(y&&h>0){const e=[(0,a.__)("Others","google-site-kit"),h/u];l&&e.push(n({metricValues:[{value:h}]},{metricValues:[{value:A}]},e)),d.push(e)}return d}function o(e){if(void 0===e)return;const t=(e?.rows||[]).filter(({dimensionValues:e})=>"date_range_0"===e[1].value);return 1===t?.length||t?.[0]?.metricValues?.[0]?.value===e?.totals?.[0]?.metricValues?.[0]?.value}var n=i(17243);function r(e){if(void 0!==e)return!(e?.rows&&e?.totals&&!e?.totals?.every(n.isEmpty))||!e.totals.some(e=>!!e.metricValues&&e.metricValues.some(({value:e})=>e>0))}var l=i(68326),c=(i(71564),i(74944));function d(e){return e.replace(/&/gi,"&")}function g(e){return d(e).split("; ")}},99897:(e,t,i)=>{"use strict";i.d(t,{A_:()=>d,DF:()=>u,L1:()=>m,M0:()=>n,Mc:()=>r,Ok:()=>c,U9:()=>l,iW:()=>o,ue:()=>s,wq:()=>a,xR:()=>g});const a=1,s=2,o=3,n="enhanced-measurement-activation-banner-tooltip-state",r="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",d="_r..dataFilters",g="_r..nav",u="key-metrics-connect-ga4-cta-widget",m="analytics-4"}},e=>{e.O(0,[660],()=>{return t=46553,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-modules-bee95690a7bf78bc07b4.js 0000755 00000201463 15111634507 0016342 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[497],{2522:(e,t,r)=>{r.d(t,{D:()=>i});var n=r(32091),s=r.n(n);function i(e,{dateRangeLength:t}){s()(Array.isArray(e),"report must be an array to partition."),s()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const r=-1*t;return{currentRange:e.slice(r),compareRange:e.slice(2*r,r)}}},3687:(e,t,r)=>{r.d(t,{U:()=>p});var n=r(32091),s=r.n(n),i=r(17243),o=r(21125),a=r(71769),l=r(12850),c=r(50539);function u(e){return e}function g(){return{}}function d(){}const{clearError:m,receiveError:h}=o.o1;function p({baseName:e,controlCallback:t,reducerCallback:r=u,argsToParams:n=g,validateParams:o=d}){let p;s()(e,"baseName is required."),s()("function"==typeof t,"controlCallback is required and must be a function."),s()("function"==typeof r,"reducerCallback must be a function."),s()("function"==typeof n,"argsToParams must be a function."),s()("function"==typeof o,"validateParams must be a function.");try{o(n()),p=!1}catch(e){p=!0}const S=(0,a.m2)(e),f=(0,a.sP)(e),y=`FETCH_${f}`,v=`START_${y}`,b=`FINISH_${y}`,k=`CATCH_${y}`,R=`RECEIVE_${f}`,_=`fetch${S}`,C=`receive${S}`,E=`isFetching${S}`,M={[E]:{}};const A={[_](...t){const r=n(...t);return o(r),function*(t,r){let n,s;yield{payload:{params:t},type:v},yield m(e,r);try{n=yield{payload:{params:t},type:y},yield A[C](n,t),yield{payload:{params:t},type:b}}catch(n){s=n,yield h(s,e,r),yield{payload:{params:t},type:k}}return{response:n,error:s}}(r,t)},[C]:(e,t)=>(s()(void 0!==e,"response is required."),p?(s()((0,i.isPlainObject)(t),"params is required."),o(t)):t={},{payload:{response:e,params:t},type:R})},N={[y]:({payload:e})=>t(e.params)},w=(0,c.createReducer)((e,{type:t,payload:n})=>{switch(t){case v:{const{params:t}=n;return e[E]=e[E]||{},e[E][(0,l.Zm)(t)]=!0,e}case R:{const{response:t,params:s}=n;return r(e,t,s)}case b:{const{params:t}=n;return e[E]=e[E]||{},e[E][(0,l.Zm)(t)]=!1,e}case k:{const{params:t}=n;return e[E]=e[E]||{},e[E][(0,l.Zm)(t)]=!1,e}default:return e}});return{initialState:M,actions:A,controls:N,reducer:w,resolvers:{},selectors:{[E]:(e,...t)=>{if(void 0===e[E])return!1;let r;try{r=n(...t),o(r)}catch(e){return!1}return!!e[E][(0,l.Zm)(r)]}}}}},8143:(e,t,r)=>{r.d(t,{VZ:()=>i,dc:()=>o,pH:()=>s,r0:()=>a});var n=r(84024);function s(e){try{return new URL(e).pathname}catch{}return null}function i(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function o(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const r=new URL(e),s=e.replace(r.origin,"");if(s.length<t)return s;const i=s.length-Math.floor(t)+1;return"…"+s.substr(i)}},10804:(e,t,r)=>{r.d(t,{A:()=>AdBlockerWarning});var n,s=r(62688),i=r.n(s),o=r(50539),a=r(93896),l=r(37226),c=r(82871),u=r(13606),g=r(20898),d=r(63696);function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},m.apply(null,arguments)}const h=e=>d.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 14"},e),n||(n=d.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M4.5 1.5H3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V9M7 1.5h5v5M5 8.5 11.5 2"})));var p=r(80035),S=r(62540);function AdBlockerWarningMessage({getHelpLink:e="",warningMessage:t=null}){return t?(0,S.jsx)(p.A,{className:"googlesitekit-notice--small",type:p.A.TYPES.WARNING,description:(0,u.A)((0,c.sprintf)(/* translators: 1: The warning message. 2: "Get help" text. */ /* translators: 1: The warning message. 2: "Get help" text. */ (0,c.__)("%1$s. <Link><Strong>%2$s</Strong></Link>","google-site-kit"),t,(0,c.__)("Get help","google-site-kit")),{Link:(0,S.jsx)(g.A,{href:e,trailingIcon:(0,S.jsx)(h,{width:15,height:15}),external:!0,hideExternalIndicator:!0}),Strong:(0,S.jsx)("strong",{})}),hideIcon:!0}):null}function AdBlockerWarning({moduleSlug:e,className:t}){const r=(0,o.useSelect)(t=>t(l.i).getModuleStoreName(e)),n=(0,o.useSelect)(e=>e(r)?.getAdBlockerWarningMessage()),s=(0,o.useSelect)(t=>t(a.O4).getDocumentationLinkURL(`${e}-ad-blocker-detected`));return(0,S.jsx)(AdBlockerWarningMessage,{className:t,getHelpLink:s,warningMessage:n})}AdBlockerWarningMessage.propTypes={getHelpLink:i().string,warningMessage:i().string},AdBlockerWarning.propTypes={className:i().string,moduleSlug:i().string.isRequired}},12315:(e,t,r)=>{r.d(t,{Y:()=>l});var n=r(32091),s=r.n(n),i=r(54419),o=r(50539),a=r(3687);function l(e,t,r,{server:n=!0,storeName:l}={}){s()(e,"type is required."),s()(t,"identifier is required."),s()(r,"datapoint is required.");const c=l||`${e}/${t}`,u={serverNotifications:n?void 0:{}},g=(0,a.U)({baseName:"getNotifications",controlCallback:()=>(0,i.get)(e,t,r),reducerCallback:(0,o.createReducer)((e,t)=>{e.serverNotifications=t.reduce((e,t)=>({...e,[t.id]:t}),{})})});const d={*getNotifications(){(yield o.commonActions.getRegistry()).select(c).getNotifications()||(yield g.actions.fetchGetNotifications())}};n||delete d.getNotifications;const m={getNotifications(e){const{serverNotifications:t}=e;return void 0===t?t:Object.values({...t||{}})}};return{...(0,o.combineStores)(g,{initialState:u,actions:{},controls:{},reducer:function(e=u,{type:t}){return e},resolvers:d,selectors:m}),STORE_NAME:c}}},12850:(e,t,r)=>{r.d(t,{tt:()=>E,Jg:()=>C,Gp:()=>R,GH:()=>k,r0:()=>_,Du:()=>M,Zf:()=>G,Cn:()=>$,G7:()=>S,vH:()=>p,N_:()=>I,zh:()=>K,mK:()=>u.mK,Ql:()=>A,vY:()=>x,sq:()=>w,VZ:()=>U.VZ,JK:()=>u.JK,IS:()=>D,pH:()=>U.pH,kf:()=>B,O5:()=>T,Qr:()=>N,x6:()=>P,K5:()=>u.K5,S_:()=>h,dc:()=>U.dc,Eo:()=>u.Eo,jq:()=>u.jq,DK:()=>H.D,N9:()=>F,p9:()=>i.p,XH:()=>O,Zm:()=>l,sx:()=>s.sx,BI:()=>s.BI,CZ:()=>i.C,BG:()=>V});var n=r(17243),s=r(89318),i=r(82046),o=r(10523),a=r.n(o);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(r=>{let n=e[r];n&&"object"==typeof n&&!Array.isArray(n)&&(n=c(n)),t[r]=n}),t}var u=r(79829);function g(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function d(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function m(e){return e.replace(/\n/gi,"<br>")}function h(e){const t=[g,d,m];let r=e;for(const e of t)r=e(r);return r}function p(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function S(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var f=r(32091),y=r.n(f),v=r(82871);const b="Date param must construct to a valid date instance or be a valid date instance itself.",k="Invalid dateString parameter, it must be a string.",R='Invalid date range, it must be a string with the format "last-x-days".',_=60,C=60*_,E=24*C,M=7*E;function A(){function e(e){return(0,v.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,v._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function N(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function w(e){y()((0,n.isDate)(e)&&!isNaN(e),b);const t=`${e.getMonth()+1}`,r=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,r.length<2?`0${r}`:r].join("-")}function O(e){y()(N(e),k);const[t,r,n]=e.split("-");return new Date(t,r-1,n)}function D(e,t){return w(I(e,t*E))}function T(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function I(e,t){y()(N(e)||(0,n.isDate)(e)&&!isNaN(e),k);const r=N(e)?Date.parse(e):e.getTime();return new Date(r-1e3*t)}var L=r(69743),j=r(94552),q=r(62540);function x(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:r=!1}=t;return(0,L.Ay)((0,q.jsx)(j.A,{direction:e>0?"up":"down",invertColor:r}))}function $(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var U=r(8143);function P(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function B(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function F(e){return Array.isArray(e)?[...e].sort():e}var H=r(2522);function G(e,t){function r(e){return"0"===e||0===e}if(r(e)&&r(t))return 0;if(r(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function V(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function K(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},13465:(e,t,r)=>{r.d(t,{A:()=>ModuleSettingsWarning});var n=r(50539),s=r(37226),i=r(58116),o=r(10804),a=r(80035),l=r(62540);function ModuleSettingsWarning({slug:e}){const t=(0,n.useSelect)(t=>t(s.i)?.getCheckRequirementsError(e));return t?i.od===t.code?(0,l.jsx)(o.A,{moduleSlug:e}):(0,l.jsx)(a.A,{className:"googlesitekit-notice--small",type:a.A.TYPES.WARNING,description:t.message,hideIcon:!0}):null}},15210:(e,t,r)=>{r.d(t,{O:()=>s});var n=r(31234);const s=r.n(n)()(r.g)},19793:(e,t,r)=>{r.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=r(63696);function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},i.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20757:(e,t,r)=>{var n=r(50539),s=r.n(n),i=r(32091),o=r.n(i),a=r(12315),l=r(22242),c=r(21125),u=r(44451),g=r(93896),d=r(58116);const m="WAIT_FOR_REAUTH_RESOLVERS";var h=r(47121);const{clearError:p,receiveError:S}=c.o1,f="SUBMIT_CHANGES",y="ROLLBACK_CHANGES",v="START_SUBMIT_CHANGES",b="FINISH_SUBMIT_CHANGES";function k(e){const{submitChanges:t=()=>({}),rollbackChanges:r=()=>({}),validateCanSubmitChanges:s=()=>{}}=e||{},i={*submitChanges(){yield p("submitChanges",[]),yield{type:v,payload:{}};const e=yield{type:f,payload:{}};return e?.error&&(yield S(e.error,"submitChanges",[])),yield{type:b,payload:{}},e},*rollbackChanges(){return yield{type:y,payload:{}}}},o=(0,n.createReducer)((e,{type:t})=>{switch(t){case v:e.isDoingSubmitChanges=!0;break;case b:e.isDoingSubmitChanges=!1}}),a={[f]:(0,n.createRegistryControl)(e=>(...r)=>t(e,...r)),[y]:(0,n.createRegistryControl)(e=>(...t)=>r(e,...t))},{safeSelector:l,dangerousSelector:c}=(0,h.RF)(s);return{initialState:{isDoingSubmitChanges:!1},actions:i,controls:a,reducer:o,resolvers:{},selectors:{canSubmitChanges:l,__dangerousCanSubmitChanges:c,isDoingSubmitChanges:e=>!!e.isDoingSubmitChanges}}}function R(e,t={}){const{storeName:r,settingSlugs:s,ownedSettingsSlugs:i,initialSettings:p,requiresSetup:S=!0,submitChanges:f,rollbackChanges:y,validateHaveSettingsChanged:v=null,validateCanSubmitChanges:b,validateIsSetupBlocked:R}=t;o()(e,"slug is required."),o()(r,"storeName is required.");const _=(0,a.Y)("modules",e,"notifications",{storeName:r}),C=function(e,{storeName:t,requiresSetup:r=!0}={}){o()(t,"storeName is required.");const s={[m]:(0,n.createRegistryControl)(e=>async()=>{const{resolveSelect:t}=e,{getAuthentication:r,getConnectURL:n}=t(d.oR),{getSiteInfo:s}=t(g.O4);await Promise.all([r(),s(),n()])})},i={*getAdminReauthURL(){yield{type:m}}},a={getAdminScreenURL:(0,n.createRegistrySelector)(e=>(t,r)=>e(g.O4).getAdminURL("googlesitekit-dashboard",r)),getAdminReauthURL:(0,n.createRegistrySelector)(n=>(s,i=!0)=>{const o=n(d.oR).needsReauthentication();if(void 0===o)return;const a={};r||!0!==i||(a.notification="authentication_success",a.reAuth=void 0);const l=n(t).getAdminScreenURL({slug:e,reAuth:i,...a});if(void 0===l)return;if(!o)return l;const c=n(d.oR).getConnectURL({redirectURL:l});return(0,u.F)(c,{status:i})})};return{STORE_NAME:t,initialState:{},actions:{},controls:s,reducer:function(e){return e},resolvers:i,selectors:a}}(e,{storeName:r,requiresSetup:S}),E={};if(S&&R){const{safeSelector:e,dangerousSelector:t}=(0,h.RF)(R,{negate:!0});E.selectors={isSetupBlocked:e,__dangerousIsSetupBlocked:t}}let M={};if(void 0!==s){const t=(0,l.JG)("modules",e,"settings",{ownedSettingsSlugs:i,storeName:r,settingSlugs:s,initialSettings:p,validateHaveSettingsChanged:v||(0,l.VM)()}),o=k({submitChanges:f||(0,l.hk)(e,r),rollbackChanges:y||(0,l.FK)(r),validateCanSubmitChanges:b||(0,l.B7)(r)});M=(0,n.combineStores)(_,t,o,C,(0,c.g4)(r),E)}else M=(0,n.combineStores)(n.commonStore,_,C,E,(0,c.g4)(r),k({submitChanges:f,validateCanSubmitChanges:b}));return M.STORE_NAME=r,M}var _=r(37226);const C="SET_MODULE_SETTINGS_PANEL_STATE",E={actions:{setModuleSettingsPanelState(e,t){o()(e,"slug is required.");const r=["closed","edit","view"];return o()(r.includes(t),`value should be one of ${r.join()} `),{payload:{slug:e,value:t},type:C}}},initialState:{settingsPanel:{currentModule:null,isEditing:!1}},reducer:(0,n.createReducer)((e,{type:t,payload:r})=>{switch(t){case C:{const{slug:t,value:n}=r,s={...e.settingsPanel};s.currentModule="closed"===n?null:t,s.isEditing="edit"===n,e.settingsPanel=s;break}}}),selectors:{getModuleSettingsPanelState:(e,t)=>{o()(t,"slug is required.");const{currentModule:r,isEditing:n}=e.settingsPanel;return r===t?n?"edit":"view":"closed"},isModuleSettingsPanelOpen:(e,t)=>(o()(t,"slug is required."),t===e.settingsPanel.currentModule),isModuleSettingsPanelClosed:(e,t)=>(o()(t,"slug is required."),t!==e.settingsPanel.currentModule),isModuleSettingsPanelEdit:(e,t)=>{o()(t,"slug is required.");const{currentModule:r,isEditing:n}=e.settingsPanel;return t===r&&n},isModuleSettingsPanelLocked:(e,t)=>{o()(t,"slug is required.");const{currentModule:r,isEditing:n}=e.settingsPanel;return t!==r&&n}}},M="SUBMIT_MODULE_CHANGES",A="ROLLBACK_MODULE_CHANGES",N={submitChanges:(0,h.$C)(e=>{o()(e,"slug is required.")},function*(e){return yield{type:M,payload:{slug:e}}}),rollbackChanges:(0,h.$C)(e=>{o()(e,"slug is required.")},function*(e){return yield{type:A,payload:{slug:e}}})},w={[M]:(0,n.createRegistryControl)(e=>({payload:t})=>{const{slug:r}=t,n=e.select(_.i).getModuleStoreName(r);if(!n)return{error:`The module '${r}' does not have a store.`};const{submitChanges:s}=e.dispatch(n);return s?s(r):{error:`The module '${r}' does not have a submitChanges() action.`}}),[A]:(0,n.createRegistryControl)(e=>({payload:t})=>{const{slug:r}=t,n=e.select(_.i).getModuleStoreName(r);if(!n)return{error:`The module '${r}' does not have a store.`};const{rollbackChanges:s}=e.dispatch(n);return s?s(r):{error:`The module '${r}' does not support rollbackChanges().`}})},O={actions:N,controls:w,selectors:{areSettingsEditDependenciesLoaded:(0,n.createRegistrySelector)(e=>(t,r)=>{o()(r,"slug is required.");const n=e(_.i).getModuleStoreName(r),s=e(n);if(s)return!s.areSettingsEditDependenciesLoaded||!!s.areSettingsEditDependenciesLoaded()}),isDoingSubmitChanges:(0,n.createRegistrySelector)(e=>(t,r)=>{o()(r,"slug is required.");const n=e(_.i).getModuleStoreName(r);return!!e(n)?.isDoingSubmitChanges?.()}),canSubmitChanges:(0,n.createRegistrySelector)(e=>(t,r)=>{o()(r,"slug is required.");const n=e(_.i).getModuleStoreName(r);return!!e(n)?.canSubmitChanges?.()}),haveSettingsChanged:(0,n.createRegistrySelector)(e=>(t,r)=>{o()(r,"slug is required.");const n=e(_.i).getModuleStoreName(r);return!!e(n)?.haveSettingsChanged?.()})}};var D=r(50532),T=r.n(D),I=r(17243),L=r(82871),j=r(54419),q=r(3687),x=r(12850),$=r(62688),U=r.n($),P=r(13606),B=r(20898),F=r(13465),H=r(75487),G=r(62540);function DefaultSettingsSetupIncomplete({slug:e}){const t=(0,n.useSelect)(t=>t(_.i).getModuleStoreName(e)),r=(0,n.useSelect)(e=>e(t)?.getAdminReauthURL?.()),s=(0,n.useSelect)(t=>t(_.i)?.getCheckRequirementsError(e));return(0,G.jsxs)(H.fh,{size:12,children:[(0,G.jsx)("div",{className:"googlesitekit-settings-module__fields-group googlesitekit-settings-module__fields-group--no-border",children:(0,G.jsx)(F.A,{slug:e})}),(0,G.jsx)("div",{className:"googlesitekit-settings-module__fields-group-title",children:(0,P.A)((0,L.__)("Setup incomplete: <a>continue module setup</a>","google-site-kit"),{a:(0,G.jsx)(B.A,{className:"googlesitekit-settings-module__edit-button",href:r,disabled:!!s})})})]})}DefaultSettingsSetupIncomplete.propTypes={slug:U().string.isRequired};const V="REFETCH_AUTHENTICATION",K="SELECT_MODULE_REAUTH_URL",W="REGISTER_MODULE",z="RECEIVE_CHECK_REQUIREMENTS_ERROR",Q="RECEIVE_CHECK_REQUIREMENTS_SUCCESS",J="RECEIVE_RECOVERABLE_MODULES",Y="RECEIVE_SHARED_OWNERSHIP_MODULES",Z="CLEAR_RECOVERED_MODULES",X="RECEIVE_INLINE_MODULES_DATA",ee={slug:"",storeName:null,name:"",description:"",homepage:null,internal:!1,active:!1,connected:!1,dependencies:[],dependants:[],order:10,features:[],Icon:null,SettingsEditComponent:null,SettingsViewComponent:null,SettingsSetupIncompleteComponent:DefaultSettingsSetupIncomplete,SetupComponent:null,onCompleteSetup:void 0,checkRequirements:()=>!0,DashboardMainEffectComponent:null,DashboardEntityEffectComponent:null},te=T()((e,t)=>{const r=(0,I.merge)({},e,t);return Object.keys(r).map(e=>{const t={...r[e],slug:e};return(0,I.defaults)(t,{name:e},ee),t}).sort((e,t)=>e.order-t.order||e.name?.localeCompare(t.name)).reduce((e,t)=>({...e,[t.slug]:t}),{})}),re=T()((e,t)=>Object.values(e).reduce((e,r)=>t.includes(r.slug)?{...e,[r.slug]:r}:e,{})),ne=(0,q.U)({baseName:"getModules",controlCallback:()=>(0,j.get)("core","modules","list",null,{useCache:!1}),reducerCallback:(0,n.createReducer)((e,t)=>{e.isAwaitingModulesRefresh=!1,e.serverDefinitions=t.reduce((e,t)=>({...e,[t.slug]:t}),{})})}),se=(0,q.U)({baseName:"setModuleActivation",controlCallback:({slug:e,active:t})=>(0,j.set)("core","modules","activation",{slug:e,active:t}),reducerCallback:(0,n.createReducer)(e=>{e.isAwaitingModulesRefresh=!0}),argsToParams:(e,t)=>({slug:e,active:t}),validateParams:({slug:e,active:t}={})=>{o()(e,"slug is required."),o()(void 0!==t,"active is required.")}}),ie=(0,q.U)({baseName:"checkModuleAccess",controlCallback:({slug:e})=>(0,j.set)("core","modules","check-access",{slug:e}),reducerCallback:(0,n.createReducer)((e,{access:t},{slug:r})=>{e.moduleAccess[r]=t}),argsToParams:e=>({slug:e}),validateParams:({slug:e})=>{o()(e,"slug is required.")}}),oe=(0,q.U)({baseName:"recoverModules",controlCallback:({slugs:e})=>(0,j.set)("core","modules","recover-modules",{slugs:e}),reducerCallback:(0,n.createReducer)((e,t)=>{e.recoveredModules=t}),argsToParams:e=>({slugs:e}),validateParams:({slugs:e})=>{o()(e,"slugs is required.")}}),ae={clientDefinitions:{},serverDefinitions:void 0,isAwaitingModulesRefresh:!1,checkRequirementsResults:{},moduleAccess:{},recoverableModules:void 0,sharedOwnershipModules:void 0,recoveredModules:void 0,inlineModulesData:void 0},le={*activateModule(e){const{response:t,error:r}=yield le.setModuleActivation(e,!0);if(!0===t?.success){const n=yield{payload:{slug:e},type:K};return{response:{...t,moduleReauthURL:n},error:r}}return{response:t,error:r}},*deactivateModule(e){const{response:t,error:r}=yield le.setModuleActivation(e,!1);return{response:t,error:r}},setModuleActivation:(0,h.$C)((e,t)=>{o()(e,"slug is required."),o()(void 0!==t,"active is required.")},function*(e,t){const{response:r,error:n}=yield se.actions.fetchSetModuleActivation(e,t);return!0===r?.success&&(yield{payload:{},type:V}),{response:r,error:n}}),registerModule:(0,h.$C)(e=>{o()(e,"module slug is required")},function*(e,{storeName:t,name:r,description:s,features:i,Icon:o,order:a,homepage:l,SettingsEditComponent:c,SettingsViewComponent:u,SettingsSetupIncompleteComponent:g,SetupComponent:d,overrideSetupSuccessNotification:m=!1,onCompleteSetup:h,checkRequirements:p,DashboardMainEffectComponent:S,DashboardEntityEffectComponent:f}={}){const y={storeName:t,name:r,description:s,features:i,Icon:o,order:a,homepage:l,SettingsEditComponent:c,SettingsViewComponent:u,SettingsSetupIncompleteComponent:g,SetupComponent:d,overrideSetupSuccessNotification:m,onCompleteSetup:h,checkRequirements:p,DashboardMainEffectComponent:S,DashboardEntityEffectComponent:f};yield{payload:{settings:y,slug:e},type:W};const v=yield n.commonActions.getRegistry();v.dispatch(_.i).invalidateResolution("canActivateModule",[e]),v.dispatch(_.i).invalidateResolution("getCheckRequirementsError",[e])}),receiveCheckRequirementsError:(e,t)=>(o()(e,"slug is required"),o()((0,I.isPlainObject)(t),"error is required and must be an object"),{payload:{slug:e,error:t},type:z}),receiveCheckRequirementsSuccess:e=>(o()(e,"slug is required"),{payload:{slug:e},type:Q}),receiveRecoverableModules:e=>(o()(e,"recoverableModules is required."),{payload:{recoverableModules:e},type:J}),recoverModules:(0,h.$C)(e=>{o()(Array.isArray(e),"slugs must be an array")},function*(e){const{dispatch:t,select:r}=yield n.commonActions.getRegistry(),{response:s}=yield oe.actions.fetchRecoverModules(e),{success:i}=s,o=Object.keys(i).filter(e=>!!i[e]);for(const e of o){const s=r(_.i).getModuleStoreName(e);yield n.commonActions.await(t(s).fetchGetSettings())}return o.length&&(yield ne.actions.fetchGetModules(),t(_.i).invalidateResolution("getRecoverableModules",[]),yield n.commonActions.await(t(d.oR).refreshCapabilities())),{response:s}}),receiveSharedOwnershipModules:e=>(o()(e,"sharedOwnershipModules is required."),{payload:{sharedOwnershipModules:e},type:Y}),clearRecoveredModules:()=>({payload:{},type:Z}),receiveInlineModulesData:(0,h.$C)(e=>{o()(e,"inlineModulesData is required")},e=>({payload:{inlineModulesData:e},type:X}))},ce={[V]:(0,n.createRegistryControl)(({dispatch:e})=>()=>e(d.oR).fetchGetAuthentication()),[K]:(0,n.createRegistryControl)(({select:e,resolveSelect:t})=>async({payload:r})=>{const{slug:n}=r;await t(_.i).getModule(n);const s=e(_.i).getModuleStoreName(n);return s?e(s)?.getAdminReauthURL?await t(s).getAdminReauthURL():e(g.O4).getAdminURL("googlesitekit-dashboard"):null})},ue=(0,n.createReducer)((e,{type:t,payload:n})=>{switch(t){case W:{const{slug:t,settings:s}=n;if(e.clientDefinitions[t])return void r.g.console.warn(`Could not register module with slug "${t}". Module "${t}" is already registered.`);e.clientDefinitions[t]=s;break}case z:{const{slug:t,error:r}=n;e.checkRequirementsResults[t]=r;break}case Q:{const{slug:t}=n;e.checkRequirementsResults[t]=!0;break}case J:{const{recoverableModules:t}=n;e.recoverableModules=t;break}case Y:{const{sharedOwnershipModules:t}=n;e.sharedOwnershipModules=t;break}case Z:e.recoveredModules=void 0;break;case X:{const{inlineModulesData:t}=n;e.inlineModulesData=t;break}}});function*ge(){const{resolveSelect:e}=yield n.commonActions.getRegistry();yield n.commonActions.await(e(_.i).getModules())}const de={*getModules(){(yield n.commonActions.getRegistry()).select(_.i).getModules()||(yield ne.actions.fetchGetModules())},*canActivateModule(e){const t=yield n.commonActions.getRegistry(),{select:r,resolveSelect:s}=t,i=yield n.commonActions.await(s(_.i).getModule(e));if(!i)return;const o=[];if(i.dependencies.forEach(e=>{const t=r(_.i).getModule(e);t?.active||o.push(t.name)}),o.length){ /* translators: Error message text. 1: A flattened list of module names. 2: A module name. */ const t=(0,L.__)("You need to set up %1$s to gain access to %2$s.","google-site-kit"),r=(0,L.sprintf)(t,(0,x.K5)(o),i.name);yield le.receiveCheckRequirementsError(e,{code:_.U,message:r,data:{inactiveModules:o}})}else try{yield n.commonActions.await(i.checkRequirements(t)),yield le.receiveCheckRequirementsSuccess(e)}catch(t){yield le.receiveCheckRequirementsError(e,t)}},*hasModuleAccess(e){void 0===(yield n.commonActions.getRegistry()).select(_.i).hasModuleAccess(e)&&(yield ie.actions.fetchCheckModuleAccess(e))},*getRecoverableModules(){const e=yield n.commonActions.getRegistry(),t=yield n.commonActions.await(e.resolveSelect(_.i).getModules()),r=Object.entries(t||{}).reduce((e,[t,r])=>(r.recoverable&&!r.internal&&e.push(t),e),[]);yield le.receiveRecoverableModules(r)},*getSharedOwnershipModules(){if((yield n.commonActions.getRegistry()).select(_.i).getSharedOwnershipModules())return;if(!r.g._googlesitekitDashboardSharingData)return void r.g.console.error("Could not load core/modules dashboard sharing.");const{sharedOwnershipModules:e}=r.g._googlesitekitDashboardSharingData;yield le.receiveSharedOwnershipModules(e)},*getInlineModulesData(){(yield n.commonActions.getRegistry()).select(_.i).getInlineModulesData()||r.g._googlesitekitModulesData&&(yield le.receiveInlineModulesData(r.g._googlesitekitModulesData))},getModule:ge,getModuleInlineData:function*(){const{resolveSelect:e}=yield n.commonActions.getRegistry();yield n.commonActions.await(e(_.i).getInlineModulesData())},isModuleActive:ge,isModuleConnected:ge},me={getModules(e){const{clientDefinitions:t,serverDefinitions:r}=e;if(void 0!==r)return te(r,t)},getModule:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModules();if(void 0!==n)return void 0===n[r]?null:n[r]}),getModuleIcon:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModule(r);if(void 0!==n)return null===n||null===n.Icon?null:n.Icon}),getModuleDependencyNames:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModule(r);if(void 0===n)return;if(null===n)return[];const s=e(_.i).getModules();return n.dependencies.map(e=>s[e]?.name||e)}),getModuleDependantNames:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModule(r);if(void 0===n)return;if(null===n)return[];const s=e(_.i).getModules();return n.dependants.map(e=>s[e]?.name||e)}),getModuleStoreName:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModule(r);if(void 0!==n)return null===n?null:n.storeName}),isModuleAvailable:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModule(r);if(void 0!==n)return null!==n}),isModuleActive:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModule(r);if(void 0!==n)return null===n?null:n.active}),isModuleConnected:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModule(r);if(void 0!==n)return null===n?null:n.active&&n.connected}),isDoingSetModuleActivation:(0,n.createRegistrySelector)(e=>(t,r)=>{if(e(_.i).getModule(r))return!!e(_.i).isFetchingSetModuleActivation(r,!0)||(!!e(_.i).isFetchingSetModuleActivation(r,!1)||t.isAwaitingModulesRefresh)}),canActivateModule(e,t){o()(t,"slug is required");const r=e.checkRequirementsResults[t];if(void 0!==r)return!0===r||!0===r?.canActivate},getCheckRequirementsError:(0,n.createRegistrySelector)(e=>(t,r)=>{o()(r,"slug is required.");const{checkRequirementsResults:n}=t;return void 0===e(_.i).canActivateModule(r)||!0===n[r]?null:n[r]}),getModuleFeatures:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModules();if(void 0!==n)return Array.isArray(n[r]?.features)?n[r].features:[]}),hasModuleAccess:(e,t)=>e.moduleAccess[t],hasModuleOwnership:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModuleStoreName(r);if(void 0===n)return;if(null===e(n))return null;const s=e(n).getOwnerID(),i=e(d.oR).getID();return void 0!==s&&void 0!==i?s===i:void 0}),hasModuleOwnershipOrAccess:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).hasModuleOwnership(r);return!0===n||(void 0!==n?null!==n&&e(_.i).hasModuleAccess(r):void 0)}),getRecoverableModules:(0,n.createRegistrySelector)(e=>t=>{const r=e(_.i).getModules();if(void 0!==t.recoverableModules&&void 0!==r)return re(r,t.recoverableModules)}),hasRecoverableModules:e=>{if(void 0!==e.recoverableModules)return Object.keys(e.recoverableModules).length>0},getSharedOwnershipModules:(0,n.createRegistrySelector)(e=>t=>{const r=e(_.i).getModules();if(void 0!==t.sharedOwnershipModules&&void 0!==r)return Object.values(r).reduce((e,r)=>t.sharedOwnershipModules.includes(r.slug)?{...e,[r.slug]:r}:e,{})}),getShareableModules:(0,n.createRegistrySelector)(e=>()=>{const t=e(_.i).getModules();if(void 0!==t)return Object.keys(t).reduce((e,r)=>t[r].shareable?{[r]:t[r],...e}:e,{})}),getRecoveryErrors:(0,n.createRegistrySelector)(e=>()=>{const t=e(_.i).getRecoverableModules();if(!t)return;const r=e(_.i).getRecoveredModules();if(!r)return{};function n(e){return r?.error?.[e]}return Object.keys(t).filter(e=>!!n(e)).reduce((e,r)=>({...e,[r]:{name:t[r].name,...n(r)}}),{})}),getUserRecoverableModuleSlugs:(0,n.createRegistrySelector)(e=>()=>{const{getRecoverableModules:t,hasModuleAccess:r}=e(_.i),n=t();if(void 0===n)return;const s=Object.keys(n).map(e=>[e,r(e)]);return s.some(([,e])=>void 0===e)?void 0:s.filter(([,e])=>e).map(([e])=>e)}),getRecoveredModules:e=>e.recoveredModules,getDetailsLinkURL:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getModule(r);if(void 0===n)return;if(null===n)return null;const s=e(_.i).getModuleStoreName(r),{getDetailsLinkURL:i}=e(s)||{};return"function"==typeof i?i():n.homepage?e(d.oR).getAccountChooserURL(n.homepage):null}),getInlineModulesData:e=>e.inlineModulesData,getModuleInlineData:(0,n.createRegistrySelector)(e=>(t,r)=>{const n=e(_.i).getInlineModulesData();if(void 0!==n)return n[r]})},he=(0,n.combineStores)(ne,se,ie,oe,{initialState:ae,actions:le,controls:ce,reducer:ue,resolvers:de,selectors:me}),pe=(he.initialState,he.actions,he.controls,he.reducer,he.resolvers,he.selectors,he),Se="SET_SHARING_MANAGEMENT",fe="SET_SHARED_ROLES",ye="RECEIVE_GET_SHARING_SETTINGS",ve="RECEIVE_SHAREABLE_ROLES",be="START_SUBMIT_SHARING_CHANGES",ke="FINISH_SUBMIT_SHARING_CHANGES",Re="ROLLBACK_SHARING_SETTINGS",_e="RECEIVE_DEFAULT_SHARED_OWNERSHIP_MODULE_SETTINGS",Ce=["all_admins","owner"],Ee={sharingSettings:void 0,savedSharingSettings:void 0,shareableRoles:void 0,isDoingSubmitSharingChanges:void 0,defaultSharedOwnershipModuleSettings:void 0},Me=(0,q.U)({baseName:"saveSharingSettings",controlCallback:({savedSharingSettings:e})=>(0,j.set)("core","modules","sharing-settings",e),reducerCallback:(0,n.createReducer)((e,{settings:t})=>{e.savedSharingSettings=t,e.sharingSettings=t}),argsToParams:e=>({savedSharingSettings:e}),validateParams:({savedSharingSettings:e}={})=>{o()(e,"savedSharingSettings is required.")}}),Ae=(0,q.U)({baseName:"resetSharingSettings",controlCallback:({})=>(0,j.set)("core","modules","sharing-settings",{},{method:"DELETE"}),reducerCallback:(0,n.createReducer)(e=>{e.savedSharingSettings={},e.sharingSettings={}})}),Ne={setSharingManagement:(e,t)=>(o()(e,"moduleSlug is required."),o()(Ce.includes(t),`management must be one of: ${Ce.join(", ")}.`),{payload:{moduleSlug:e,management:t},type:Se}),setSharedRoles:(e,t)=>(o()(e,"moduleSlug is required."),o()(Array.isArray(t)&&t.every(e=>"string"==typeof e),"roles must be an array of strings."),{payload:{moduleSlug:e,roles:t},type:fe}),*saveSharingSettings(){const e=yield n.commonActions.getRegistry();yield{type:be,payload:{}};const t=e.select(_.i).getSharingSettings(),{response:r,error:s}=yield Me.actions.fetchSaveSharingSettings(t);if(!s&&Object.keys(r.newOwnerIDs).length)for(const[t,n]of Object.entries(r.newOwnerIDs)){const r=e.select(_.i).getModuleStoreName(t);e.dispatch(r).setOwnerID(n)}return yield{type:ke,payload:{}},{response:r,error:s}},*resetSharingSettings(){yield{type:be,payload:{}};const{response:e,error:t}=yield Ae.actions.fetchResetSharingSettings();return yield{type:ke,payload:{}},{response:e,error:t}},receiveGetSharingSettings:e=>(o()(e,"sharingSettings is required."),{payload:{sharingSettings:e},type:ye}),receiveShareableRoles:e=>(o()(e,"shareableRoles is required."),{payload:{shareableRoles:e},type:ve}),rollbackSharingSettings:()=>({payload:{},type:Re}),receiveDefaultSharedOwnershipModuleSettings:e=>(o()(e,"defaultSharedOwnershipModuleSettings is required."),{payload:{defaultSharedOwnershipModuleSettings:e},type:_e})},we=(0,n.createReducer)((e,{type:t,payload:r})=>{switch(t){case Se:{const{moduleSlug:t,management:n}=r;e.sharingSettings[t]={...e.sharingSettings[t],management:n};break}case fe:{const{moduleSlug:t,roles:n}=r;e.sharingSettings[t]={...e.sharingSettings[t],sharedRoles:n};break}case ye:{const{sharingSettings:t}=r;e.sharingSettings=t,e.savedSharingSettings=t;break}case ve:{const{shareableRoles:t}=r;e.shareableRoles=t;break}case be:e.isDoingSubmitSharingChanges=!0;break;case ke:e.isDoingSubmitSharingChanges=!1;break;case Re:e.sharingSettings=e.savedSharingSettings;break;case _e:{const{defaultSharedOwnershipModuleSettings:t}=r;e.defaultSharedOwnershipModuleSettings=t;break}}}),Oe={*getSharingSettings(){if((yield n.commonActions.getRegistry()).select(_.i).getSharingSettings())return;if(!r.g._googlesitekitDashboardSharingData)return void r.g.console.error("Could not load core/modules dashboard sharing settings.");const{settings:e}=r.g._googlesitekitDashboardSharingData;yield je.receiveGetSharingSettings(e)},*getShareableRoles(){if((yield n.commonActions.getRegistry()).select(_.i).getShareableRoles())return;if(!r.g._googlesitekitDashboardSharingData)return void r.g.console.error("Could not load core/modules dashboard sharing roles.");const{roles:e}=r.g._googlesitekitDashboardSharingData;yield je.receiveShareableRoles(e)},*getDefaultSharedOwnershipModuleSettings(){if((yield n.commonActions.getRegistry()).select(_.i).getDefaultSharedOwnershipModuleSettings())return;if(!r.g._googlesitekitDashboardSharingData)return void r.g.console.error("Could not load core/modules dashboard sharing.");const{defaultSharedOwnershipModuleSettings:e}=r.g._googlesitekitDashboardSharingData;yield Ne.receiveDefaultSharedOwnershipModuleSettings(e)}};const{safeSelector:De,dangerousSelector:Te}=(0,h.RF)(function(e){const t=(0,h.WI)(e),{isDoingSubmitSharingChanges:r,haveSharingSettingsChanged:n}=t(_.i);o()(!r(),"cannot submit sharing changes while submitting changes"),o()(n(),"cannot submit changes if sharing settings have not changed")}),Ie={canSubmitSharingChanges:De,__dangerousCanSubmitSharingChanges:Te,getSharingSettings(e){const{sharingSettings:t}=e;return t},getShareableRoles(e){const{shareableRoles:t}=e;return t},getSharingManagement:(0,n.createRegistrySelector)(e=>(t,r)=>{o()(r,"moduleSlug is required.");const n=e(_.i).getSharingSettings();if(void 0!==n)return n[r]?.management||null}),getSharedRoles:(0,n.createRegistrySelector)(e=>(t,r)=>{o()(r,"moduleSlug is required.");const n=e(_.i).getSharingSettings();if(void 0!==n)return n[r]?.sharedRoles||null}),haveSharingSettingsChanged(e,t=null){const{sharingSettings:r,savedSharingSettings:n}=e;return t?!(0,I.isEqual)((0,I.pick)(r,t),(0,I.pick)(n,t)):!(0,I.isEqual)(r,n)},haveSharingSettingsExpanded(e,t){const r=["management","sharedRoles"];o()(r.includes(t),`key must be one of: ${r.join(", ")}.`);const{sharingSettings:n,savedSharingSettings:s}=e;if(void 0!==n&&void 0!==s)return"management"===t?Object.keys(n).some(e=>s[e]?.management!==n[e]?.management&&"all_admins"===n[e]?.management):"sharedRoles"===t&&Object.keys(n).some(e=>n[e]?.sharedRoles?.filter(t=>!s[e]?.sharedRoles?.includes(t)).length>0)},haveModuleSharingSettingsChanged(e,t,r=null){o()(t,"moduleSlug is required.");const{sharingSettings:n,savedSharingSettings:s}=e;if(void 0!==n&&void 0!==s)return r?!(0,I.isEqual)((0,I.pick)(n[t],r),(0,I.pick)(s[t],r)):!(0,I.isEqual)(n[t],s[t])},isDoingSubmitSharingChanges:e=>!!e.isDoingSubmitSharingChanges,getDefaultSharedOwnershipModuleSettings(e){const{defaultSharedOwnershipModuleSettings:t}=e;return t},haveSharingSettingsUpdated(e){const{savedSharingSettings:t,sharedOwnershipModules:r}=e;return!(0,I.isEmpty)(t)&&!(0,I.isEmpty)(r)&&Object.keys(t).some(e=>{const{sharedRoles:n,management:s}=t[e],i=r.includes(e)?"all_admins":"owner";return n.length>0||s!==i})}},Le=(0,n.combineStores)(Me,Ae,{initialState:Ee,actions:Ne,selectors:Ie,reducer:we,resolvers:Oe}),je=(Le.initialState,Le.actions),qe=(Le.selectors,Le.reducer,Le),xe=(0,n.combineStores)(n.commonStore,pe,(0,c.g4)(_.i),E,O,qe);xe.initialState,xe.actions,xe.controls,xe.reducer,xe.resolvers,xe.selectors;s().registerStore(_.i,xe);const $e=function({dispatch:e}){const t={createModuleStore:R,activateModule:t=>e(_.i).activateModule(t),deactivateModule:t=>e(_.i).deactivateModule(t),registerModule:(t,r)=>e(_.i).registerModule(t,r)};return t}(s());void 0===r.g.googlesitekit&&(r.g.googlesitekit={}),r.g.googlesitekit.modules=$e},20898:(e,t,r)=>{r.d(t,{A:()=>N});var n,s=r(4452),i=r.n(s),o=r(62688),a=r.n(o),l=r(39941),c=r(63696),u=r(82871);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},g.apply(null,arguments)}const d=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),n||(n=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var m;function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},h.apply(null,arguments)}const p=e=>c.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),m||(m=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var S;function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},f.apply(null,arguments)}const y=e=>c.createElement("svg",f({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),S||(S=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var v=r(83366),b=r(84385),k=r(62540);const R="BUTTON",_="BUTTON_DISABLED",C="EXTERNAL_LINK",E="LINK",M="ROUTER_LINK",A=(0,c.forwardRef)((e,t)=>{const{"aria-label":r,secondary:n=!1,arrow:s=!1,back:o=!1,caps:a=!1,children:c,className:g="",danger:m=!1,disabled:h=!1,external:S=!1,hideExternalIndicator:f=!1,href:A="",inverse:N=!1,noFlex:w=!1,onClick:O,small:D=!1,standalone:T=!1,linkButton:I=!1,to:L,leadingIcon:j,trailingIcon:q,...x}=e;const $=A||L||!O?L?M:S?C:E:h?_:R;const U=$===R||$===_?"button":$===M?l.N_:"a",P=function(){let e;return $===C&&(e=(0,u._x)("(opens in a new tab)","screen reader text","google-site-kit")),$===_&&(e=(0,u._x)("(disabled)","screen reader text","google-site-kit")),e?r?`${r} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:r}();let B=j,F=q;return o&&(B=(0,k.jsx)(y,{width:14,height:14})),S&&!f&&(F=(0,k.jsx)(v.A,{width:14,height:14})),s&&!N&&(F=(0,k.jsx)(d,{width:14,height:14})),s&&N&&(F=(0,k.jsx)(p,{width:14,height:14})),(0,k.jsxs)(U,{"aria-label":P,className:i()("googlesitekit-cta-link",g,{"googlesitekit-cta-link--secondary":n,"googlesitekit-cta-link--inverse":N,"googlesitekit-cta-link--small":D,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":m,"googlesitekit-cta-link--disabled":h,"googlesitekit-cta-link--standalone":T,"googlesitekit-cta-link--link-button":I,"googlesitekit-cta-link--no-flex":!!w}),disabled:h,href:$!==E&&$!==C||h?void 0:A,onClick:O,rel:$===C?"noopener noreferrer":void 0,ref:t,target:$===C?"_blank":void 0,to:L,...x,children:[!!B&&(0,k.jsx)(b.A,{marginRight:5,children:B}),(0,k.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!F&&(0,k.jsx)(b.A,{marginLeft:5,children:F})]})});A.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const N=A},21125:(e,t,r)=>{r.d(t,{g4:()=>p,o1:()=>h});var n=r(78913),s=r(32091),i=r.n(s),o=r(10523),a=r.n(o),l=r(12850),c=r(50539);const u="RECEIVE_ERROR",g="CLEAR_ERROR",d="CLEAR_ERRORS";function m(e,t){if(t&&Array.isArray(t)){const r=t.map(e=>"object"==typeof e?(0,l.Zm)(e):e);return`${e}::${a()(JSON.stringify(r))}`}return e}const h={receiveError:(e,t,r=[])=>(i()(e,"error is required."),i()(t,"baseName is required."),i()(r&&Array.isArray(r),"args must be an array."),{type:u,payload:{error:e,baseName:t,args:r}}),clearError:(e,t=[])=>(i()(e,"baseName is required."),i()(t&&Array.isArray(t),"args must be an array."),{type:g,payload:{baseName:e,args:t}}),clearErrors:e=>({type:d,payload:{baseName:e}})};function p(e){i()(e,"storeName must be defined.");const t=(0,c.createReducer)((e,{type:t,payload:r})=>{switch(t){case u:{const{baseName:t,args:n,error:s}=r,i=m(t,n);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[i]=s,e.errorArgs[i]=n;break}case g:{const{baseName:t,args:n}=r,s=m(t,n);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[s],delete e.errorArgs[s];break}case d:{const{baseName:t}=r;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const r in e.errors)(r===t||r.startsWith(`${t}::`))&&(delete e.errors[r],delete e.errorArgs[r])}else e.errors={},e.errorArgs={};break}}}),r={getErrorForSelector:(e,t,n=[])=>(i()(t,"selectorName is required."),r.getError(e,t,n)),getErrorForAction:(e,t,n=[])=>(i()(t,"actionName is required."),r.getError(e,t,n)),getError(e,t,r){const{errors:n}=e;return i()(t,"baseName is required."),n[m(t,r)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const r=Object.keys(e.errors).find(r=>e.errors[r]===t);if(r){return{baseName:r.substring(0,r.indexOf("::")),args:e.errorArgs[r]}}return null},getSelectorDataForError:(0,n.N)(t=>function(r,n){const s=t(e).getMetaDataForError(n);if(s){const{baseName:r,args:n}=s;if(!!t(e)[r])return{storeName:e,name:r,args:n}}return null}),hasErrors:e=>r.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:h,controls:{},reducer:t,resolvers:{},selectors:r}}},22242:(e,t,r)=>{r.d(t,{B7:()=>R,FK:()=>k,JG:()=>v,VM:()=>_,Wq:()=>p,hk:()=>b,mV:()=>h});var n=r(32091),s=r.n(n),i=r(17243),o=r(54419),a=r(50539),l=r(47121),c=r(71769),u=r(3687),g=r(21125);const{clearError:d,receiveError:m}=g.o1,h="cannot submit changes while submitting changes",p="cannot submit changes if settings have not changed",S="SET_SETTINGS",f="ROLLBACK_SETTINGS",y="ROLLBACK_SETTING";function v(e,t,r,{ownedSettingsSlugs:n,storeName:g,settingSlugs:h=[],initialSettings:p,validateHaveSettingsChanged:v=_()}={}){s()(e,"type is required."),s()(t,"identifier is required."),s()(r,"datapoint is required.");const b=g||`${e}/${t}`,k={ownedSettingsSlugs:n,settings:p,savedSettings:void 0},R=(0,u.U)({baseName:"getSettings",controlCallback:()=>(0,o.get)(e,t,r,{},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t,...e.settings||{}}})}),C=(0,u.U)({baseName:"saveSettings",controlCallback:n=>{const{values:s}=n;return(0,o.set)(e,t,r,s)},reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t}}),argsToParams:e=>({values:e}),validateParams:({values:e}={})=>{s()((0,i.isPlainObject)(e),"values is required.")}}),E={},M={setSettings:e=>(s()((0,i.isPlainObject)(e),"values is required."),{payload:{values:e},type:S}),rollbackSettings:()=>({payload:{},type:f}),rollbackSetting:e=>(s()(e,"setting is required."),{payload:{setting:e},type:y}),*saveSettings(){const e=yield a.commonActions.getRegistry();yield d("saveSettings",[]);const t=e.select(b).getSettings(),{response:r,error:n}=yield C.actions.fetchSaveSettings(t);return n&&(yield m(n,"saveSettings",[])),{response:r,error:n}}},A=(0,a.createReducer)((e,{type:t,payload:r})=>{switch(t){case S:{const{values:t}=r;e.settings={...e.settings||{},...t};break}case f:e.settings=e.savedSettings;break;case y:{const{setting:t}=r;e.savedSettings[t]&&(e.settings={...e.settings||{},[t]:e.savedSettings[t]});break}default:void 0!==E[t]&&E[t](e,{type:t,payload:r})}}),N={*getSettings(){(yield a.commonActions.getRegistry()).select(b).getSettings()||(yield R.actions.fetchGetSettings())}},{safeSelector:w,dangerousSelector:O}=(0,l.RF)(v),D={haveSettingsChanged:w,__dangerousHaveSettingsChanged:O,getSettings:e=>e.settings,hasSettingChanged(e,t){s()(t,"setting is required.");const{settings:r,savedSettings:n}=e;return!(!r||!n)&&!(0,i.isEqual)(r[t],n[t])},isDoingSaveSettings:e=>Object.values(e.isFetchingSaveSettings).some(Boolean),getOwnedSettingsSlugs:e=>e.ownedSettingsSlugs,haveOwnedSettingsChanged:(0,a.createRegistrySelector)(e=>()=>{const t=e(b).getOwnedSettingsSlugs();return e(b).haveSettingsChanged(t)})};h.forEach(e=>{const t=(0,c.m2)(e),r=(0,c.sP)(e);M[`set${t}`]=e=>(s()(void 0!==e,`value is required for calls to set${t}().`),{payload:{value:e},type:`SET_${r}`}),E[`SET_${r}`]=(t,{payload:r})=>{const{value:n}=r;t.settings={...t.settings||{},[e]:n}},D[`get${t}`]=(0,a.createRegistrySelector)(t=>()=>(t(b).getSettings()||{})[e])});return{...(0,a.combineStores)(a.commonStore,R,C,{initialState:k,actions:M,controls:{},reducer:A,resolvers:N,selectors:D}),STORE_NAME:b}}function b(e,t){return async({select:r,dispatch:n})=>{if(r(t).haveSettingsChanged()){const{error:e}=await n(t).saveSettings();if(e)return{error:e}}return await(0,o.invalidateCache)("modules",e),{}}}function k(e){return({select:t,dispatch:r})=>t(e).haveSettingsChanged()?r(e).rollbackSettings():{}}function R(e){return t=>{const r=(0,l.WI)(t),{haveSettingsChanged:n,isDoingSubmitChanges:i}=r(e);s()(!i(),h),s()(n(),p)}}function _(){return(e,t,r)=>{const{settings:n,savedSettings:o}=t;r&&s()(!(0,i.isEqual)((0,i.pick)(n,r),(0,i.pick)(o,r)),p),s()(!(0,i.isEqual)(n,o),p)}}},37226:(e,t,r)=>{r.d(t,{U:()=>s,i:()=>n});const n="core/modules",s="insufficient_module_dependencies"},42343:(e,t,r)=>{r.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=r(63696);function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},i.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},47121:(e,t,r)=>{r.d(t,{$C:()=>A,RF:()=>M,WI:()=>C,_5:()=>k,jU:()=>b,o3:()=>v,x0:()=>_});var n=r(32091),s=r.n(n),i=r(50532),o=r.n(i),a=r(17243),l=r(78913);const c="GET_REGISTRY",u="AWAIT";function g(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),r=R(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return s()(0===r.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${r.join(", ")}. Check your data stores for duplicates.`),t}const d=g,m=g;function h(...e){const t=[...e];let r;return"function"!=typeof t[0]&&(r=t.shift()),(e=r,n={})=>t.reduce((e,t)=>t(e,n),e)}const p=g,S=g,f=g;function y(e){return e}function v(...e){const t=f(...e.map(e=>e.initialState||{}));return{initialState:t,controls:m(...e.map(e=>e.controls||{})),actions:d(...e.map(e=>e.actions||{})),reducer:h(t,...e.map(e=>e.reducer||y)),resolvers:p(...e.map(e=>e.resolvers||{})),selectors:S(...e.map(e=>e.selectors||{}))}}const b={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:u}}},k={[c]:(0,l.b)(e=>()=>e),[u]:({payload:e})=>e.value};function R(e){const t=[],r={};for(let n=0;n<e.length;n++){const s=e[n];r[s]=r[s]>=1?r[s]+1:1,r[s]>1&&t.push(s)}return t}const _={actions:b,controls:k,reducer:y};function C(e){return t=>E(e(t))}const E=o()(e=>(0,a.mapValues)(e,(e,t)=>(...r)=>{const n=e(...r);return s()(void 0!==n,`${t}(...) is not resolved`),n}));function M(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(r=>(n,...s)=>{const i=!t,o=!!t;try{return e(r,n,...s),i}catch{return o}}),dangerousSelector:(0,l.N)(t=>(r,...n)=>{e(t,r,...n)})}}function A(e,t){return s()("function"==typeof e,"a validator function is required."),s()("function"==typeof t,"an action creator function is required."),s()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...r)=>(e(...r),t(...r))}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,r)=>{r.d(t,{Q:()=>n});const n={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},54419:e=>{e.exports=googlesitekit.api},58116:(e,t,r)=>{r.d(t,{$8:()=>o,$Q:()=>m,BT:()=>I,CQ:()=>M,DF:()=>K,GM:()=>E,GT:()=>y,HA:()=>x,HD:()=>d,HP:()=>T,J5:()=>U,JF:()=>N,JK:()=>S,Ml:()=>p,SS:()=>L,UF:()=>u,UY:()=>H,Vl:()=>j,W6:()=>V,Xq:()=>A,YQ:()=>w,Yw:()=>F,dV:()=>D,dX:()=>C,ej:()=>c,em:()=>i,ep:()=>R,fu:()=>b,gC:()=>v,hz:()=>h,jx:()=>g,lV:()=>l,nH:()=>$,oR:()=>n,od:()=>a,p3:()=>f,pG:()=>_,qv:()=>s,qy:()=>O,t1:()=>G,t7:()=>B,tB:()=>k,tK:()=>P,u_:()=>q});const n="core/user",s="connected_url_mismatch",i="__global",o="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",u="googlesitekit_setup",g="googlesitekit_view_dashboard",d="googlesitekit_manage_options",m="googlesitekit_read_shared_module_data",h="googlesitekit_manage_module_sharing_options",p="googlesitekit_delegate_module_sharing_management",S="googlesitekit_update_plugins",f="kmAnalyticsAdSenseTopEarningContent",y="kmAnalyticsEngagedTrafficSource",v="kmAnalyticsLeastEngagingPages",b="kmAnalyticsNewVisitors",k="kmAnalyticsPopularAuthors",R="kmAnalyticsPopularContent",_="kmAnalyticsPopularProducts",C="kmAnalyticsReturningVisitors",E="kmAnalyticsTopCities",M="kmAnalyticsTopCitiesDrivingLeads",A="kmAnalyticsTopCitiesDrivingAddToCart",N="kmAnalyticsTopCitiesDrivingPurchases",w="kmAnalyticsTopDeviceDrivingPurchases",O="kmAnalyticsTopConvertingTrafficSource",D="kmAnalyticsTopCountries",T="kmAnalyticsTopPagesDrivingLeads",I="kmAnalyticsTopRecentTrendingPages",L="kmAnalyticsTopTrafficSource",j="kmAnalyticsTopTrafficSourceDrivingAddToCart",q="kmAnalyticsTopTrafficSourceDrivingLeads",x="kmAnalyticsTopTrafficSourceDrivingPurchases",$="kmAnalyticsPagesPerVisit",U="kmAnalyticsVisitLength",P="kmAnalyticsTopReturningVisitorPages",B="kmSearchConsolePopularKeywords",F="kmAnalyticsVisitsPerVisitor",H="kmAnalyticsMostEngagingPages",G="kmAnalyticsTopCategories",V=[f,y,v,b,k,R,_,C,G,E,M,A,N,w,O,D,I,L,j,$,U,P,F,H,G],K=[...V,B]},65214:(e,t,r)=>{r.d(t,{G:()=>s,t:()=>n});const n=new Set(r.g?._googlesitekitBaseData?.enabledFeatures||[]);function s(e,t=n){return t instanceof Set&&t.has(e)}},71769:(e,t,r)=>{function n(e){return e.charAt(0).toUpperCase()+e.slice(1)}function s(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function i(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}r.d(t,{Uf:()=>i,m2:()=>n,sP:()=>s})},75487:(e,t,r)=>{r.d(t,{fh:()=>Cell,xA:()=>d,fI:()=>u});var n=r(62688),s=r.n(n),i=r(4452),o=r.n(i),a=r(62540);function Cell(e){const{className:t,alignTop:r,alignMiddle:n,alignBottom:s,alignRight:i,alignLeft:l,smAlignRight:c,mdAlignRight:u,lgAlignRight:g,smSize:d,smStart:m,smOrder:h,mdSize:p,mdStart:S,mdOrder:f,lgSize:y,lgStart:v,lgOrder:b,size:k,children:R,..._}=e;return(0,a.jsx)("div",{..._,className:o()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":r,"mdc-layout-grid__cell--align-middle":n,"mdc-layout-grid__cell--align-bottom":s,"mdc-layout-grid__cell--align-right":i,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":u,"mdc-layout-grid__cell--align-right-desktop":g,[`mdc-layout-grid__cell--span-${k}`]:12>=k&&k>0,[`mdc-layout-grid__cell--span-${y}-desktop`]:12>=y&&y>0,[`mdc-layout-grid__cell--start-${v}-desktop`]:12>=v&&v>0,[`mdc-layout-grid__cell--order-${b}-desktop`]:12>=b&&b>0,[`mdc-layout-grid__cell--span-${p}-tablet`]:8>=p&&p>0,[`mdc-layout-grid__cell--start-${S}-tablet`]:8>=S&&S>0,[`mdc-layout-grid__cell--order-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--span-${d}-phone`]:4>=d&&d>0,[`mdc-layout-grid__cell--start-${m}-phone`]:4>=m&&m>0,[`mdc-layout-grid__cell--order-${h}-phone`]:4>=h&&h>0}),children:R})}Cell.propTypes={smSize:s().number,smStart:s().number,smOrder:s().number,mdSize:s().number,mdStart:s().number,mdOrder:s().number,lgSize:s().number,lgStart:s().number,lgOrder:s().number,size:s().number,alignTop:s().bool,alignMiddle:s().bool,alignBottom:s().bool,alignRight:s().bool,alignLeft:s().bool,smAlignRight:s().bool,mdAlignRight:s().bool,lgAlignRight:s().bool,className:s().string,children:s().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=r(63696);const c=(0,l.forwardRef)(({className:e,children:t,...r},n)=>(0,a.jsx)("div",{ref:n,className:o()("mdc-layout-grid__inner",e),...r,children:t}));c.displayName="Row",c.propTypes={className:s().string,children:s().node},c.defaultProps={className:""};const u=c,g=(0,l.forwardRef)(({alignLeft:e,fill:t,className:r,children:n,collapsed:s,...i},l)=>(0,a.jsx)("div",{className:o()("mdc-layout-grid",r,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":s,"mdc-layout-grid--fill":t}),...i,ref:l,children:n}));g.displayName="Grid",g.propTypes={alignLeft:s().bool,fill:s().bool,className:s().string,collapsed:s().bool,children:s().node},g.defaultProps={className:""};const d=g},79829:(e,t,r)=>{r.d(t,{Eo:()=>g,JK:()=>p,K5:()=>h,jq:()=>m,mK:()=>u});var n=r(17243),s=r(50532),i=r.n(s),o=r(82871);function a(e,t={}){const{formatUnit:r,formatDecimal:n}=function(e,t={}){const{hours:r,minutes:n,seconds:s}=l(e);return{hours:r,minutes:n,seconds:s,formatUnit(){const{unitDisplay:i="short",...a}=t,l={unitDisplay:i,...a,style:"unit"};return 0===e?m(s,{...l,unit:"second"}):(0,o.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,o._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?m(s,{...l,unit:"second"}):"",n?m(n,{...l,unit:"minute"}):"",r?m(r,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,o.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,o.__)("%ds","google-site-kit"),s);if(0===e)return t;const i=(0,o.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,o.__)("%dm","google-site-kit"),n),a=(0,o.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,o.__)("%dh","google-site-kit"),r);return(0,o.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,o._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?t:"",n?i:"",r?a:"").trim()}}}(e,t);try{return r()}catch{return n()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function u(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function g(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const r=u(t),{style:s="metric"}=r;return"metric"===s?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,o.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,o.__)("%sM","google-site-kit"),m(c(e),e%10==0?{}:t)):1e4<=e?(0,o.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,o.__)("%sK","google-site-kit"),m(c(e))):1e3<=e?(0,o.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,o.__)("%sK","google-site-kit"),m(c(e),e%10==0?{}:t)):m(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===s?a(e,r):"durationISO"===s?function(e){let{hours:t,minutes:r,seconds:n}=l(e);return n=("0"+n).slice(-2),r=("0"+r).slice(-2),t=("0"+t).slice(-2),"00"===t?`${r}:${n}`:`${t}:${r}:${n}`}(e):m(e,r)}const d=i()(console.warn);function m(e,t={}){const{locale:r=p(),...n}=t;try{return new Intl.NumberFormat(r,n).format(e)}catch(t){d(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(r)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const s={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},i=["signDisplay","compactDisplay"],o={};for(const[e,t]of Object.entries(n))s[e]&&t===s[e]||i.includes(e)||(o[e]=t);try{return new Intl.NumberFormat(r,o).format(e)}catch{return new Intl.NumberFormat(r).format(e)}}function h(e,t={}){const{locale:r=p(),style:n="long",type:s="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(r,{style:n,type:s}).format(e)} /* translators: used between list items, there is a space after the comma. */const i=(0,o.__)(", ","google-site-kit");return e.join(i)}function p(e=r.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,r)=>{r.d(t,{A:()=>v});var n,s=r(62688),i=r.n(s),o=r(4452),a=r.n(o),l=r(63696),c=r(19793);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},u.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var g=r(42343),d=r(49655),m=r(62540);const h={[d.Q.NEW]:g.A,[d.Q.SUCCESS]:c.A,[d.Q.INFO]:warning_notice,[d.Q.WARNING]:warning_notice,[d.Q.ERROR]:warning_notice};function Icon({type:e}){const t=h[e]||warning_notice;return(0,m.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,m.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,m.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:i().oneOf(Object.values(d.Q))},Title.propTypes={className:i().string,children:i().node},Description.propTypes={className:i().string,children:i().node};var p=r(49383),S=r(83366);function CTAButton({label:e,disabled:t,inProgress:r,onClick:n,href:s,external:i,hideExternalIndicator:o}){let a;return i&&!o&&(a=(0,m.jsx)(S.A,{width:14,height:14})),(0,m.jsx)(p.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:r,onClick:n,href:s,target:i?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:i().string.isRequired,disabled:i().bool,inProgress:i().bool,onClick:i().func,href:i().string,external:i().bool,hideExternalIndicator:i().bool};var f=r(82871);function DismissButton({label:e=(0,f.__)("Got it","google-site-kit"),onClick:t,disabled:r}){return(0,m.jsx)(p.Button,{onClick:t,disabled:r,tertiary:!0,children:e})}DismissButton.propTypes={label:i().string,onClick:i().func.isRequired,disabled:i().bool};const y=(0,l.forwardRef)(({className:e,title:t,description:r,dismissButton:n,ctaButton:s,type:i=d.Q.INFO,children:o,hideIcon:l},c)=>(0,m.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${i}`,e),children:[!l&&(0,m.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,m.jsx)(Icon,{type:i})}),(0,m.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,m.jsx)(Title,{children:t}),r&&(0,m.jsx)(Description,{children:r})]}),(n?.label||n?.onClick||s?.label&&(s?.onClick||s?.href)||o)&&(0,m.jsxs)("div",{className:"googlesitekit-notice__action",children:[o,(n?.label||n?.onClick)&&(0,m.jsx)(DismissButton,{label:n.label,onClick:n.onClick,disabled:n.disabled}),s?.label&&(s?.onClick||s?.href)&&(0,m.jsx)(CTAButton,{label:s.label,onClick:s.onClick,inProgress:s.inProgress,disabled:s.disabled,href:s.href,external:s.external,hideExternalIndicator:s.hideExternalIndicator})]})]}));y.TYPES=d.Q,y.propTypes={className:i().string,title:i().oneOfType([i().string,i().object]),description:i().node,type:i().oneOf(Object.values(d.Q)),dismissButton:i().shape(DismissButton.propTypes),ctaButton:i().shape({...CTAButton.propTypes,label:i().string}),children:i().node,hideIcon:i().bool};const v=y},82046:(e,t,r)=>{r.d(t,{C:()=>i,p:()=>s});var n=r(15210);function s(e,t={}){return{__html:n.O.sanitize(e,t)}}function i(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,r)=>{r.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=r(63696);function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},i.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,r)=>{r.d(t,{A:()=>IconWrapper});var n=r(62688),s=r.n(n),i=r(62540);function IconWrapper({children:e,marginLeft:t,marginRight:r}){return(0,i.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:r},children:e})}IconWrapper.propTypes={children:s().node.isRequired,marginLeft:s().number,marginRight:s().number}},89318:(e,t,r)=>{r.d(t,{M9:()=>E,sx:()=>_,BI:()=>C});var n=r(17243);const s="_googlesitekitDataLayer",i="data-googlesitekit-gtag";function o(e){return function(){e[s]=e[s]||[],e[s].push(arguments)}}var a=r(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:u,trackingEnabled:g,trackingID:d,referenceSiteURL:m,userIDHash:h,isAuthenticated:p,userRoles:S}=r.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:f}=r.g,y={activeModules:c,trackingEnabled:g,trackingID:d,referenceSiteURL:m,userIDHash:h,isSiteKitScreen:u,userRoles:S,isAuthenticated:p,pluginVersion:f},{enableTracking:v,disableTracking:b,isTrackingEnabled:k,initializeSnippet:R,trackEvent:_,trackEventOnce:C}=function(e,t=r.g,c=r.g){const u={...l,...e};u.referenceSiteURL&&(u.referenceSiteURL=u.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(e,t){const n=o(t);let l;const{activeModules:c,referenceSiteURL:u,userIDHash:g,userRoles:d=[],isAuthenticated:m,pluginVersion:h}=e;return function(){const{document:t}=r.g;if(void 0===l&&(l=!!t.querySelector(`script[${i}]`)),l)return!1;l=!0;const o=d?.length?d.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:u,plugin_version:h||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:m?"1":"0",user_properties:{user_roles:o,user_identifier:g}});const p=t.createElement("script");return p.setAttribute(i,""),p.async=!0,p.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`,t.head.appendChild(p),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`}}}(u,t),d=function(e,t,r,n){const s=o(t);return async function(t,i,o,a){const{trackingEnabled:l}=e;if(!l)return null;r();const c={send_to:"site_kit",event_category:t,event_label:o,value:a};return new Promise(e=>{const r=setTimeout(function(){n.console.warn(`Tracking event "${i}" (category "${t}") took too long to fire.`),e()},1e3);function o(){clearTimeout(r),e()}s("event",i,{...c,event_callback:o}),n._gaUserPrefs?.ioo?.()&&o()})}}(u,t,g,c),m={};return{enableTracking:function(){u.trackingEnabled=!0},disableTracking:function(){u.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!u.trackingEnabled},trackEvent:d,trackEventOnce:function(...e){const t=JSON.stringify(e);m[t]||(m[t]=(0,n.once)(d)),m[t](...e)}}}(y);function E(e){e?v():b()}u&&g&&R()},93896:(e,t,r)=>{r.d(t,{O4:()=>n,OQ:()=>i,qc:()=>s});const n="core/site",s="primary",i="secondary"},94552:(e,t,r)=>{r.d(t,{A:()=>l});var n=r(62688),s=r.n(n),i=r(4452),o=r.n(i),a=r(62540);function ChangeArrow({direction:e,invertColor:t,width:r,height:n}){return(0,a.jsx)("svg",{className:o()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:r,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:s().string,invertColor:s().bool,width:s().number,height:s().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow}},e=>{e.O(0,[660],()=>{return t=20757,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-modules-pagespeed-insights-ce16569db5c5c3700246.js 0000755 00000222252 15111634507 0021667 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[474],{2362:(e,t,i)=>{i.d(t,{A:()=>d});var r=i(4452),n=i.n(r),s=i(62688),o=i.n(s),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...r},s)=>(0,l.jsx)("span",{ref:s,...r,className:n()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:o().string.isRequired,hasLeftSpacing:o().bool};const d=c},2522:(e,t,i)=>{i.d(t,{D:()=>s});var r=i(32091),n=i.n(r);function s(e,{dateRangeLength:t}){n()(Array.isArray(e),"report must be an array to partition."),n()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3687:(e,t,i)=>{i.d(t,{U:()=>m});var r=i(32091),n=i.n(r),s=i(17243),o=i(21125),a=i(71769),l=i(12850),c=i(50539);function d(e){return e}function g(){return{}}function p(){}const{clearError:u,receiveError:h}=o.o1;function m({baseName:e,controlCallback:t,reducerCallback:i=d,argsToParams:r=g,validateParams:o=p}){let m;n()(e,"baseName is required."),n()("function"==typeof t,"controlCallback is required and must be a function."),n()("function"==typeof i,"reducerCallback must be a function."),n()("function"==typeof r,"argsToParams must be a function."),n()("function"==typeof o,"validateParams must be a function.");try{o(r()),m=!1}catch(e){m=!0}const f=(0,a.m2)(e),_=(0,a.sP)(e),b=`FETCH_${_}`,v=`START_${b}`,y=`FINISH_${b}`,k=`CATCH_${b}`,A=`RECEIVE_${_}`,x=`fetch${f}`,w=`receive${f}`,R=`isFetching${f}`,N={[R]:{}};const S={[x](...t){const i=r(...t);return o(i),function*(t,i){let r,n;yield{payload:{params:t},type:v},yield u(e,i);try{r=yield{payload:{params:t},type:b},yield S[w](r,t),yield{payload:{params:t},type:y}}catch(r){n=r,yield h(n,e,i),yield{payload:{params:t},type:k}}return{response:r,error:n}}(i,t)},[w]:(e,t)=>(n()(void 0!==e,"response is required."),m?(n()((0,s.isPlainObject)(t),"params is required."),o(t)):t={},{payload:{response:e,params:t},type:A})},j={[b]:({payload:e})=>t(e.params)},E=(0,c.createReducer)((e,{type:t,payload:r})=>{switch(t){case v:{const{params:t}=r;return e[R]=e[R]||{},e[R][(0,l.Zm)(t)]=!0,e}case A:{const{response:t,params:n}=r;return i(e,t,n)}case y:{const{params:t}=r;return e[R]=e[R]||{},e[R][(0,l.Zm)(t)]=!1,e}case k:{const{params:t}=r;return e[R]=e[R]||{},e[R][(0,l.Zm)(t)]=!1,e}default:return e}});return{initialState:N,actions:S,controls:j,reducer:E,resolvers:{},selectors:{[R]:(e,...t)=>{if(void 0===e[R])return!1;let i;try{i=r(...t),o(i)}catch(e){return!1}return!!e[R][(0,l.Zm)(i)]}}}}},3714:(e,t,i)=>{i.d(t,{Kk:()=>s,SZ:()=>r,Yw:()=>o,oJ:()=>a,tT:()=>n});const r="body",n=[r,"display","headline","label","title"],s="small",o="medium",a=[s,o,"large"]},7070:(e,t,i)=>{i.d(t,{A:()=>o});var r=i(63696),n=i(77766),s=i(12850);function o(e,t,{viewAction:i="view_notification",confirmAction:o="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,n.A)(),d=null!=t?t:`${c}_${e}`;return{view:(0,r.useCallback)((...e)=>(0,s.sx)(d,i,...e),[d,i]),confirm:(0,r.useCallback)((...e)=>(0,s.sx)(d,o,...e),[d,o]),dismiss:(0,r.useCallback)((...e)=>(0,s.sx)(d,a,...e),[d,a]),clickLearnMore:(0,r.useCallback)((...e)=>(0,s.sx)(d,l,...e),[d,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>n,n:()=>r});const r="core/ui",n="activeContextID"},8143:(e,t,i)=>{i.d(t,{VZ:()=>s,dc:()=>o,pH:()=>n,r0:()=>a});var r=i(84024);function n(e){try{return new URL(e).pathname}catch{}return null}function s(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function o(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,r.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),n=e.replace(i.origin,"");if(n.length<t)return n;const s=n.length-Math.floor(t)+1;return"…"+n.substr(s)}},10953:(e,t,i)=>{i.d(t,{A:()=>InfoTooltip});var r,n=i(4452),s=i.n(n),o=i(62688),a=i.n(o),l=i(49383),c=i(63696);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},d.apply(null,arguments)}const g=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),r||(r=c.createElement("path",{fill:"currentColor",d:"M7.334 11.333h1.333v-4H7.334zM8.001 6a.658.658 0 0 0 .667-.667.6.6 0 0 0-.2-.467.6.6 0 0 0-.467-.2.66.66 0 0 0-.667.667q0 .284.183.483A.7.7 0 0 0 8.001 6m0 8.666a6.6 6.6 0 0 1-2.6-.516 6.9 6.9 0 0 1-2.117-1.434A6.9 6.9 0 0 1 1.851 10.6 6.6 6.6 0 0 1 1.334 8q0-1.385.517-2.6a6.9 6.9 0 0 1 1.433-2.117q.9-.9 2.117-1.417A6.4 6.4 0 0 1 8 1.333q1.383 0 2.6.533a6.6 6.6 0 0 1 2.116 1.417q.9.9 1.417 2.117.533 1.215.533 2.6 0 1.383-.533 2.6a6.6 6.6 0 0 1-1.417 2.116 6.9 6.9 0 0 1-2.116 1.434 6.6 6.6 0 0 1-2.6.516m0-1.333q2.233 0 3.783-1.55T13.334 8t-1.55-3.784-3.783-1.55-3.784 1.55T2.667 8t1.55 3.783 3.784 1.55"})));var p=i(62540);function InfoTooltip({onOpen:e,title:t,tooltipClassName:i}){return t?(0,p.jsx)(l.Tooltip,{className:"googlesitekit-info-tooltip",tooltipClassName:s()("googlesitekit-info-tooltip__content",i),title:t,placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,onOpen:e,interactive:!0,children:(0,p.jsx)("span",{children:(0,p.jsx)(g,{width:"16",height:"16"})})}):null}InfoTooltip.propTypes={onOpen:a().func,title:a().oneOfType([a().string,a().element]),tooltipClassName:a().string}},12108:(e,t,i)=>{i.d(t,{YJ:()=>s,Eq:()=>o});var r=i(32947),n=i(17243);function s(e,t){const r=document.querySelector(e);if(!r)return 0;const n=r.getBoundingClientRect().top,s=o(t);return n+i.g.scrollY-s}function o(e){let t=function(e){let t=0;const s=document.querySelector(".googlesitekit-header");t=s&&"sticky"===i.g.getComputedStyle(s).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===r.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==r.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,n.isFinite)(e)?e:0}(t),t<0?0:t}(e);const s=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(s).reduce((e,t)=>e+t.offsetHeight,0),t}},12850:(e,t,i)=>{i.d(t,{tt:()=>R,Jg:()=>w,Gp:()=>A,GH:()=>k,r0:()=>x,Du:()=>N,Zf:()=>z,Cn:()=>H,G7:()=>f,vH:()=>m,N_:()=>I,zh:()=>V,mK:()=>d.mK,Ql:()=>S,vY:()=>P,sq:()=>E,VZ:()=>B.VZ,JK:()=>d.JK,IS:()=>O,pH:()=>B.pH,kf:()=>$,O5:()=>D,Qr:()=>j,x6:()=>F,K5:()=>d.K5,S_:()=>h,dc:()=>B.dc,Eo:()=>d.Eo,jq:()=>d.jq,DK:()=>q.D,N9:()=>U,p9:()=>s.p,XH:()=>T,Zm:()=>l,sx:()=>n.sx,BI:()=>n.BI,CZ:()=>s.C,BG:()=>W});var r=i(17243),n=i(89318),s=i(82046),o=i(10523),a=i.n(o);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let r=e[i];r&&"object"==typeof r&&!Array.isArray(r)&&(r=c(r)),t[i]=r}),t}var d=i(79829);function g(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function p(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function u(e){return e.replace(/\n/gi,"<br>")}function h(e){const t=[g,p,u];let i=e;for(const e of t)i=e(i);return i}function m(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var _=i(32091),b=i.n(_),v=i(82871);const y="Date param must construct to a valid date instance or be a valid date instance itself.",k="Invalid dateString parameter, it must be a string.",A='Invalid date range, it must be a string with the format "last-x-days".',x=60,w=60*x,R=24*w,N=7*R;function S(){function e(e){return(0,v.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,v._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function j(e=""){if(!(0,r.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,r.isDate)(t)&&!isNaN(t)}function E(e){b()((0,r.isDate)(e)&&!isNaN(e),y);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function T(e){b()(j(e),k);const[t,i,r]=e.split("-");return new Date(t,i-1,r)}function O(e,t){return E(I(e,t*R))}function D(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function I(e,t){b()(j(e)||(0,r.isDate)(e)&&!isNaN(e),k);const i=j(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var C=i(69743),L=i(94552),M=i(62540);function P(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,C.Ay)((0,M.jsx)(L.A,{direction:e>0?"up":"down",invertColor:i}))}function H(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var B=i(8143);function F(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function $(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function U(e){return Array.isArray(e)?[...e].sort():e}var q=i(2522);function z(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const r=(t-e)/e;return Number.isNaN(r)||!Number.isFinite(r)?null:r}function W(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function V(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,r.unescape)(t)}},13620:e=>{e.exports=googlesitekit.modules},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var r=i(62688),n=i.n(r),s=i(4452),o=i.n(s),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:r="span",children:n,...s}){return(0,l.jsx)(r,{className:o()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...s,children:n})}Typography.propTypes={className:n().string,type:n().oneOf(a.tT),size:n().oneOf(a.oJ),as:n().oneOfType([n().string,n().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>n});var r=i(31234);const n=i.n(r)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var r=i(55620),n=i(99123);const s={},o=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=s){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[d,g]=(0,r._)("undefined"==typeof document?[l,c]:a,t,i);function p(){return g(a)}return(0,n.A)(o,"resize",p),(0,n.A)(o,"orientationchange",p),d}function c(e){return l(e)[0]}},16196:(e,t,i)=>{i.d(t,{A:()=>a});var r=i(50539),n=i(37226),s=i(71769),o=i(62540);function a({moduleName:e,FallbackComponent:t,IncompleteComponent:i}){return a=>{function WhenActiveComponent(s){const l=(0,r.useSelect)(t=>t(n.i).getModule(e),[e]);if(!l)return null;const c=t||s.WidgetNull||null;if(!1===l.active)return c&&(0,o.jsx)(c,{...s});if(!1===l.connected){const e=i||c;return e&&(0,o.jsx)(e,{...s})}return(0,o.jsx)(a,{...s})}return WhenActiveComponent.displayName=`When${(0,s.Uf)(e)}Active`,(a.displayName||a.name)&&(WhenActiveComponent.displayName+=`(${a.displayName||a.name})`),WhenActiveComponent}}},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r,n=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),r||(r=n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=i(63696),n=i(82286),s=i(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,o=i.g){const[a,l]=(0,r.useState)((0,n.d)(o.location.href,e)||t);return[a,function(t){l(t);const i=(0,s.F)(o.location.href,{[e]:t});o.history.replaceState(null,"",i)}]}},20898:(e,t,i)=>{i.d(t,{A:()=>j});var r,n=i(4452),s=i.n(n),o=i(62688),a=i.n(o),l=i(39941),c=i(63696),d=i(82871);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},g.apply(null,arguments)}const p=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),r||(r=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var u;function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},h.apply(null,arguments)}const m=e=>c.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),u||(u=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var f;function _(){return _=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},_.apply(null,arguments)}const b=e=>c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),f||(f=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var v=i(83366),y=i(84385),k=i(62540);const A="BUTTON",x="BUTTON_DISABLED",w="EXTERNAL_LINK",R="LINK",N="ROUTER_LINK",S=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:r=!1,arrow:n=!1,back:o=!1,caps:a=!1,children:c,className:g="",danger:u=!1,disabled:h=!1,external:f=!1,hideExternalIndicator:_=!1,href:S="",inverse:j=!1,noFlex:E=!1,onClick:T,small:O=!1,standalone:D=!1,linkButton:I=!1,to:C,leadingIcon:L,trailingIcon:M,...P}=e;const H=S||C||!T?C?N:f?w:R:h?x:A;const B=H===A||H===x?"button":H===N?l.N_:"a",F=function(){let e;return H===w&&(e=(0,d._x)("(opens in a new tab)","screen reader text","google-site-kit")),H===x&&(e=(0,d._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let $=L,U=M;return o&&($=(0,k.jsx)(b,{width:14,height:14})),f&&!_&&(U=(0,k.jsx)(v.A,{width:14,height:14})),n&&!j&&(U=(0,k.jsx)(p,{width:14,height:14})),n&&j&&(U=(0,k.jsx)(m,{width:14,height:14})),(0,k.jsxs)(B,{"aria-label":F,className:s()("googlesitekit-cta-link",g,{"googlesitekit-cta-link--secondary":r,"googlesitekit-cta-link--inverse":j,"googlesitekit-cta-link--small":O,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":u,"googlesitekit-cta-link--disabled":h,"googlesitekit-cta-link--standalone":D,"googlesitekit-cta-link--link-button":I,"googlesitekit-cta-link--no-flex":!!E}),disabled:h,href:H!==R&&H!==w||h?void 0:S,onClick:T,rel:H===w?"noopener noreferrer":void 0,ref:t,target:H===w?"_blank":void 0,to:C,...P,children:[!!$&&(0,k.jsx)(y.A,{marginRight:5,children:$}),(0,k.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!U&&(0,k.jsx)(y.A,{marginLeft:5,children:U})]})});S.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const j=S},21125:(e,t,i)=>{i.d(t,{g4:()=>m,o1:()=>h});var r=i(78913),n=i(32091),s=i.n(n),o=i(10523),a=i.n(o),l=i(12850),c=i(50539);const d="RECEIVE_ERROR",g="CLEAR_ERROR",p="CLEAR_ERRORS";function u(e,t){if(t&&Array.isArray(t)){const i=t.map(e=>"object"==typeof e?(0,l.Zm)(e):e);return`${e}::${a()(JSON.stringify(i))}`}return e}const h={receiveError:(e,t,i=[])=>(s()(e,"error is required."),s()(t,"baseName is required."),s()(i&&Array.isArray(i),"args must be an array."),{type:d,payload:{error:e,baseName:t,args:i}}),clearError:(e,t=[])=>(s()(e,"baseName is required."),s()(t&&Array.isArray(t),"args must be an array."),{type:g,payload:{baseName:e,args:t}}),clearErrors:e=>({type:p,payload:{baseName:e}})};function m(e){s()(e,"storeName must be defined.");const t=(0,c.createReducer)((e,{type:t,payload:i})=>{switch(t){case d:{const{baseName:t,args:r,error:n}=i,s=u(t,r);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[s]=n,e.errorArgs[s]=r;break}case g:{const{baseName:t,args:r}=i,n=u(t,r);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[n],delete e.errorArgs[n];break}case p:{const{baseName:t}=i;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const i in e.errors)(i===t||i.startsWith(`${t}::`))&&(delete e.errors[i],delete e.errorArgs[i])}else e.errors={},e.errorArgs={};break}}}),i={getErrorForSelector:(e,t,r=[])=>(s()(t,"selectorName is required."),i.getError(e,t,r)),getErrorForAction:(e,t,r=[])=>(s()(t,"actionName is required."),i.getError(e,t,r)),getError(e,t,i){const{errors:r}=e;return s()(t,"baseName is required."),r[u(t,i)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const i=Object.keys(e.errors).find(i=>e.errors[i]===t);if(i){return{baseName:i.substring(0,i.indexOf("::")),args:e.errorArgs[i]}}return null},getSelectorDataForError:(0,r.N)(t=>function(i,r){const n=t(e).getMetaDataForError(r);if(n){const{baseName:i,args:r}=n;if(!!t(e)[i])return{storeName:e,name:i,args:r}}return null}),hasErrors:e=>i.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:h,controls:{},reducer:t,resolvers:{},selectors:i}}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var r=i(62688),n=i.n(r),s=i(4452),o=i.n(s),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:r,padding:n,smallWidth:s,smallHeight:c,tabletWidth:d,tabletHeight:g,desktopWidth:p,desktopHeight:u}){const h=(0,a.dv)(),m={width:{[a.mp]:s,[a.Lg]:d,[a.Fo]:p,[a.Qb]:p},height:{[a.mp]:c,[a.Lg]:g,[a.Fo]:u,[a.Qb]:p}};return(0,l.jsx)("div",{className:o()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":n}),style:{width:m.width[h]||t,height:m.height[h]||i},children:(0,l.jsx)("div",{className:o()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===r})})})}PreviewBlock.propTypes={className:n().string,width:n().string,height:n().string,shape:n().string,padding:n().bool,smallWidth:n().string,smallHeight:n().string,tabletWidth:n().string,tabletHeight:n().string,desktopWidth:n().string,desktopHeight:n().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>s,CZ:()=>d,Ej:()=>x,Gw:()=>w,Is:()=>o,KK:()=>p,Nn:()=>N,OT:()=>k,SH:()=>y,Y$:()=>u,ZS:()=>a,bg:()=>f,en:()=>A,ep:()=>m,f7:()=>n,hi:()=>h,jU:()=>r,k$:()=>b,kz:()=>R,ly:()=>l,mo:()=>_,s3:()=>v,uR:()=>c,zx:()=>g});const r="mainDashboard",n="entityDashboard",s="mainDashboardViewOnly",o="entityDashboardViewOnly",a="userInput",l="activation",c="splash",d="adminBar",g="adminBarViewOnly",p="settings",u="adBlockingRecovery",h="wpDashboard",m="wpDashboardViewOnly",f="moduleSetup",_="metricSelection",b="wpBlockEditor",v="keyMetricsSetup",y="key-metrics",k="traffic",A="content",x="speed",w="monetization",R=[r,n,s,o,a,c,p,f,_],N=[s,o,g,m]},27240:(e,t,i)=>{i.d(t,{A:()=>o});var r=i(62688),n=i.n(r),s=i(62540);function Spinner({isSaving:e,style:t={}}){return(0,s.jsx)("span",{className:"spinner",style:{display:e?"inline-block":"none",float:"none",marginTop:"0",visibility:"visible",...t}})}Spinner.propTypes={isSaving:n().bool,style:n().object};const o=Spinner},32947:(e,t,i)=>{i.d(t,{Fo:()=>s,Lg:()=>o,Qb:()=>n,dv:()=>l,mp:()=>a});var r=i(15577);const n="xlarge",s="desktop",o="tablet",a="small";function l(){const e=(0,r.SO)();return e>1280?n:e>960?s:e>600?o:a}},35323:(e,t,i)=>{i.d(t,{A:()=>s});var r=i(24558),n=i(77766);function s(){const e=(0,n.A)();return r.Nn.includes(e)}},35902:(e,t,i)=>{i.d(t,{A:()=>ReportErrorActions});var r=i(62688),n=i.n(r),s=i(63696),o=i(13606),a=i(82871),l=i(50539),c=i(49383),d=i(93896),g=i(37226),p=i(67150),u=i(35323),h=i(20898),m=i(62540);function ReportErrorActions(e){const{moduleSlug:t,error:i,GetHelpLink:r,hideGetHelpLink:n,buttonVariant:f,onRetry:_,onRequestAccess:b,getHelpClassName:v,RequestAccessButton:y,RetryButton:k}=e,A=(0,u.A)(),x=(0,l.useSelect)(e=>e(g.i).getModuleStoreName(t)),w=(0,l.useSelect)(e=>"function"==typeof e(x)?.getServiceEntityAccessURL?e(x).getServiceEntityAccessURL():null),R=Array.isArray(i)?i:[i],N=(0,l.useSelect)(e=>R.map(t=>{const i=e(x)?.getSelectorDataForError(t);return{...t,selectorData:i}})),S=N?.filter(e=>(0,p.vl)(e,e.selectorData)&&"getReport"===e.selectorData.name),j=!!S.length,E=(0,l.useSelect)(e=>{const i={...j?S[0]:R[0]};return(0,p.SG)(i)&&(i.code=`${t}_insufficient_permissions`),e(d.O4).getErrorTroubleshootingLinkURL(i)}),T=(0,l.useDispatch)(),O=R.some(e=>(0,p.SG)(e)),D=(0,s.useCallback)(()=>{S.forEach(e=>{const{selectorData:t}=e;T(t.storeName).invalidateResolution(t.name,t.args)}),_?.()},[T,S,_]),I=w&&O&&!A;return(0,m.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[I&&("function"==typeof y?(0,m.jsx)(y,{requestAccessURL:w}):(0,m.jsx)(c.Button,{onClick:b,href:w,target:"_blank",danger:"danger"===f,tertiary:"tertiary"===f,children:(0,a.__)("Request access","google-site-kit")})),j&&(0,m.jsxs)(s.Fragment,{children:["function"==typeof k?(0,m.jsx)(k,{handleRetry:D}):(0,m.jsx)(c.Button,{onClick:D,danger:"danger"===f,tertiary:"tertiary"===f,children:(0,a.__)("Retry","google-site-kit")}),!n&&(0,m.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,o.A)((0,a.__)("Retry didn’t work? <HelpLink />","google-site-kit"),{HelpLink:(0,m.jsx)(h.A,{href:E,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})})]}),!j&&!n&&(0,m.jsx)("div",{className:v,children:"function"==typeof r?(0,m.jsx)(r,{linkURL:E}):(0,m.jsx)(h.A,{href:E,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})]})}ReportErrorActions.propTypes={moduleSlug:n().string.isRequired,error:n().oneOfType([n().arrayOf(n().object),n().object]).isRequired,GetHelpLink:n().elementType,hideGetHelpLink:n().bool,buttonVariant:n().string,onRetry:n().func,onRequestAccess:n().func,getHelpClassName:n().string,RequestAccessButton:n().elementType,RetryButton:n().elementType}},37226:(e,t,i)=>{i.d(t,{U:()=>n,i:()=>r});const r="core/modules",n="insufficient_module_dependencies"},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r,n=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),r||(r=n.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},43427:(e,t,i)=>{i.r(t),i.d(t,{AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:()=>d,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:()=>p,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:()=>g,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:()=>c,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:()=>o,AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:()=>r,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:()=>l,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:()=>a,AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION:()=>s,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:()=>n,default:()=>u});const r="mainDashboardKeyMetricsPrimary",n="mainDashboardTrafficPrimary",s="mainDashboardTrafficAudienceSegmentation",o="mainDashboardContentPrimary",a="mainDashboardSpeedPrimary",l="mainDashboardMonetizationPrimary",c="entityDashboardTrafficPrimary",d="entityDashboardContentPrimary",g="entityDashboardSpeedPrimary",p="entityDashboardMonetizationPrimary",u={AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:r,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:n,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:o,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:a,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:l,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:c,AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:d,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:g,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:p}},43462:(e,t,i)=>{var r=i(50539),n=i.n(r),s=i(13620),o=i.n(s),a=i(88176),l=i.n(a),c=i(46935),d=i.n(c),g=i(82871),p=i(82286),u=i(43427),h=i(12850);const m="modules/pagespeed-insights",f="mobile",_="desktop",b="data_lab",v="data_field",y="data_recommendations",k="dashboardPageSpeedWidgetStrategy",A="dashboardPageSpeedWidgetDataSource";var x=i(62540);function SettingsView(){const e=(0,r.useSelect)(e=>e(m).getAdminScreenURL()),t=(0,g.sprintf)(/* translators: %s: is the URL to the Site Kit dashboard. */ /* translators: %s: is the URL to the Site Kit dashboard. */ (0,g.__)('To view insights, <a href="%s">visit the dashboard</a>',"google-site-kit"),`${e}#speed`);return(0,x.jsx)("p",{dangerouslySetInnerHTML:(0,h.p9)(t,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})})}var w=i(4452),R=i.n(w),N=i(63560),S=i(63696),j=i(49383),E=i(89318),T=i(93896),O=i(7081),D=i(77766),I=i(62688),C=i.n(I),L=i(23224);function PreviewBlocks({width:e,height:t,shape:i,count:r,smallWidth:n,smallHeight:s,tabletWidth:o,tabletHeight:a,desktopWidth:l,desktopHeight:c}){const d=[];let g=0;for(;g++<r;)d.push((0,x.jsx)(L.A,{width:e,height:t,shape:i,smallWidth:n,smallHeight:s,tabletWidth:o,tabletHeight:a,desktopWidth:l,desktopHeight:c},g));return d}PreviewBlocks.propTypes={width:C().string,height:C().string,shape:C().string,count:C().number,smallWidth:C().string,smallHeight:C().string,tabletWidth:C().string,tabletHeight:C().string,desktopWidth:C().string,desktopHeight:C().string},PreviewBlocks.defaultProps={width:"100px",height:"100px",shape:"square",count:1};const M=PreviewBlocks;function Loading(){return(0,x.jsxs)("div",{className:"googlesitekit-pagespeed-widget__content",children:[(0,x.jsxs)("header",{className:"googlesitekit-pagespeed-widget__header",children:[(0,x.jsx)("div",{className:"googlesitekit-pagespeed-widget__data-src-tabs",children:(0,x.jsx)(M,{count:3,smallWidth:"70px",smallHeight:"48px",width:"120px",height:"48px"})}),(0,x.jsx)("div",{className:"googlesitekit-pagespeed-widget__device-size-tab-bar-wrapper",children:(0,x.jsx)(M,{count:2,width:"56px",height:"32px"})})]}),(0,x.jsx)("section",{className:"googlesitekit-pagespeed-widget__values",children:(0,x.jsx)(M,{count:5,smallWidth:"100%",smallHeight:"90px",width:"100%",height:"78px"})}),(0,x.jsx)("div",{className:"googlesitekit-pagespeed-report__row",children:(0,x.jsx)(L.A,{width:"130px",height:"40px"})}),(0,x.jsx)("div",{className:"googlesitekit-pagespeed-report__footer",children:(0,x.jsx)(L.A,{width:"224px",height:"40px"})})]})}var P,H;function B(){return B=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},B.apply(null,arguments)}const F=e=>S.createElement("svg",B({xmlns:"http://www.w3.org/2000/svg",viewBox:"5 1 14 22"},e),P||(P=S.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),H||(H=S.createElement("path",{fill:"currentColor",d:"M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99M17 19H7V5h10z"})));var $,U;function q(){return q=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},q.apply(null,arguments)}const z=e=>S.createElement("svg",q({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 4 24 16"},e),$||($=S.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),U||(U=S.createElement("path",{fill:"currentColor",d:"M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2zM4 6h16v10H4z"})));function DeviceSizeTabBar({activeTab:e,disabled:t=!1,handleDeviceSizeUpdate:i,deviceSizes:r=[{slug:"mobile",label:(0,g.__)("Mobile","google-site-kit"),icon:(0,x.jsx)(F,{width:"15",height:"22"})},{slug:"desktop",label:(0,g.__)("Desktop","google-site-kit"),icon:(0,x.jsx)(z,{width:"23",height:"17"})}]}){const n=(0,S.useCallback)(e=>{const t=r[e];i(t,e)},[r,i]);if(!r?.length)return null;const s=r.findIndex(({slug:t})=>t===e);return(0,x.jsx)(j.TabBar,{className:"googlesitekit-device-size-tab-bar",activeIndex:s,handleActiveIndexUpdate:n,children:r.map(({icon:e,label:i},r)=>(0,x.jsx)(j.Tab,{"aria-label":i,disabled:t,focusOnActivate:!1,children:e},`google-sitekit-device-size-tab-key-${r}`))})}DeviceSizeTabBar.propTypes={activeTab:C().string,disabled:C().bool,deviceSizes:C().arrayOf(C().shape({label:C().string,slug:C().string,icon:C().node})),handleDeviceSizeUpdate:C().func},DeviceSizeTabBar.defaultProps={handleDeviceSizeUpdate:()=>{}};const W=DeviceSizeTabBar,V=(0,S.forwardRef)(({isFetching:e,updateActiveTab:t,recommendations:i=[]},n)=>{const s=(0,r.useSelect)(e=>e(O.n).getValue(k))||f,o=(0,r.useSelect)(e=>e(O.n).getValue(A))||b,{setValues:a}=(0,r.useDispatch)(O.n),l=[{name:b,label:(0,g.__)("In the Lab","google-site-kit"),ariaLabelledby:`googlesitekit-pagespeed-widget__data-src-tab-${b}`,id:`googlesitekit-pagespeed-widget__data-src-tab-${b}`},{name:v,label:(0,g.__)("In the Field","google-site-kit"),ariaLabelledby:`googlesitekit-pagespeed-widget__data-src-tab-${v}`,id:`googlesitekit-pagespeed-widget__data-src-tab-${v}`}];i.length>0&&l.push({name:y,label:(0,g.__)("How to improve","google-site-kit"),ariaLabelledby:`googlesitekit-pagespeed-widget__data-src-tab-${y}`,id:`googlesitekit-pagespeed-widget__data-src-tab-${y}`});const c=l.map(({name:e})=>e),d=(0,S.useCallback)(({slug:e})=>{a(e===_?{[k]:_}:{[k]:f})},[a]);return(0,x.jsxs)("header",{className:"googlesitekit-pagespeed-widget__header",ref:n,children:[(0,x.jsx)("div",{className:"googlesitekit-pagespeed-widget__data-src-tabs",children:(0,x.jsx)(j.TabBar,{activeIndex:c.indexOf(o),handleActiveIndexUpdate:t,children:l.map(t=>(0,x.jsx)(j.Tab,{focusOnActivate:!1,"aria-labelledby":t.ariaLabelledby,disabled:e,children:(0,x.jsx)("span",{id:t.id,className:"mdc-tab__text-label",children:t.label})},t.name))})}),(0,x.jsx)("div",{className:"googlesitekit-pagespeed-widget__device-size-tab-bar-wrapper",children:(0,x.jsx)(W,{activeTab:s,disabled:e,handleDeviceSizeUpdate:d})})]})});var Y=i(54419),G=i(20898),K=i(13606),Z=i(59323);function ReportDetailsLink(){const e=(0,r.useSelect)(e=>e(T.O4).getCurrentReferenceURL()),t=(0,r.useSelect)(t=>t(m).getServiceURL({path:"report",query:{url:e}}));return(0,x.jsx)(Z.A,{size:"small",type:"label",children:(0,K.A)((0,g.sprintf)(/* translators: %s: link with translated service name */ /* translators: %s: link with translated service name */ (0,g.__)("View details at %s","google-site-kit"),`<a>${(0,g._x)("PageSpeed Insights","Service name","google-site-kit")}</a>`),{a:(0,x.jsx)(G.A,{href:t,external:!0})})})}const Q="pagespeed-insights";var J=i(27240);function Footer({isFetching:e}){const t=(0,r.useSelect)(e=>e(T.O4).getCurrentReferenceURL()),i=(0,r.useSelect)(e=>e(O.n).getValue(A))||b,{invalidateResolution:n}=(0,r.useDispatch)(m),s=(0,S.useCallback)(async e=>{e.preventDefault(),await(0,Y.invalidateCache)("modules",Q,"pagespeed"),n("getReport",[t,_]),n("getReport",[t,f])},[n,t]);return(0,x.jsxs)("div",{className:R()("googlesitekit-pagespeed-report__footer",{"googlesitekit-pagespeed-report__footer--with-action":i===b}),children:[i===b&&(0,x.jsxs)("div",{children:[(0,x.jsx)(G.A,{onClick:s,disabled:e,children:(0,g.__)("Run test again","google-site-kit")}),(0,x.jsx)(J.A,{isSaving:e})]}),(0,x.jsx)(ReportDetailsLink,{})]})}const X="fast",ee="average",te="slow";var ie=i(2362),re=i(10953);function ReportMetric({title:e,description:t,displayValue:i,category:r,experimental:n,isLast:s,isHidden:o,isUnavailable:a,hintText:l}){return r=r?.toLowerCase(),(0,x.jsxs)("tr",{className:R()("googlesitekit-pagespeed-report__row","googlesitekit-pagespeed-report-metric",{"googlesitekit-pagespeed-report__row--last":s,"googlesitekit-pagespeed-report__row--hidden":o,"googlesitekit-pagespeed-report__row--unavailable":a}),children:[(0,x.jsxs)("td",{children:[(0,x.jsxs)("div",{className:"googlesitekit-pagespeed-report-metric__title",children:[e,!!n&&(0,x.jsx)(ie.A,{label:(0,g.__)("Experimental","google-site-kit"),className:"googlesitekit-pagespeed-report-metric__badge"}),a&&(0,x.jsx)(re.A,{title:(0,g.__)("Field data is still being gathered for this metric and will become available once your site gets sufficient traffic","google-site-kit")})]}),(0,x.jsx)("div",{className:"googlesitekit-pagespeed-report-metric__description",children:t}),l&&(0,x.jsx)("div",{className:"googlesitekit-pagespeed-report-metric__hint-text",children:l})]}),(0,x.jsx)("td",{className:R()("googlesitekit-pagespeed-report-metric-value",{[`googlesitekit-pagespeed-report-metric--${r}`]:!!r}),children:(0,x.jsxs)("div",{className:"googlesitekit-pagespeed-report-metric-value-container",children:[(0,x.jsx)("div",{className:"googlesitekit-pagespeed-report-metric-value__display-value",children:a?"—":i}),(0,x.jsxs)("div",{className:"googlesitekit-pagespeed-report-metric-value__rating",children:[a&&(0,x.jsx)("span",{children:(0,g.__)("gathering data","google-site-kit")}),!a&&r===X&&(0,x.jsx)("span",{children:(0,g._x)("Good","Performance rating","google-site-kit")}),!a&&r===ee&&(0,x.jsx)("span",{children:(0,g._x)("Needs improvement","Performance rating","google-site-kit")}),!a&&r===te&&(0,x.jsx)("span",{children:(0,g._x)("Poor","Performance rating","google-site-kit")})]})]})})]})}function MetricsLearnMoreLink(){return(0,x.jsx)(G.A,{href:"https://web.dev/user-centric-performance-metrics/#how-metrics-are-measured","aria-label":(0,g.__)("Learn more how metrics are measured.","google-site-kit"),external:!0,children:(0,g.__)("Learn more","google-site-kit")})}function ne(e){return.9<=e?X:.5<=e?ee:te}ReportMetric.propTypes={title:C().string.isRequired,description:C().string.isRequired,displayValue:C().string.isRequired,category:C().string,experimental:C().bool,isLast:C().bool,isHidden:C().bool,hintText:C().node};var se=i(67150),oe=i(35902),ae=i(77967);function LabReportMetrics({data:e,error:t}){const i=e?.lighthouseResult?.audits?.["largest-contentful-paint"],r=e?.lighthouseResult?.audits?.["cumulative-layout-shift"],n=e?.lighthouseResult?.audits?.["total-blocking-time"];if(t){const e=(0,se.e4)(t);return(0,x.jsx)("div",{className:"googlesitekit-pagespeed-insights-web-vitals-metrics",children:(0,x.jsxs)("div",{className:"googlesitekit-pagespeed-report__row googlesitekit-pagespeed-report__row--error",children:[(0,x.jsx)(ae.A,{error:t,message:e,hasButton:!0}),(0,x.jsx)(oe.A,{moduleSlug:"pagespeed-insights",error:t})]})})}return(0,x.jsxs)("div",{className:"googlesitekit-pagespeed-insights-web-vitals-metrics",children:[(0,x.jsx)("div",{className:"googlesitekit-pagespeed-report__row googlesitekit-pagespeed-report__row--first",children:(0,x.jsx)(Z.A,{children:(0,K.A)((0,g.__)("Lab data is a snapshot of how your page performs right now, measured in tests we run in a controlled environment. <LearnMoreLink />","google-site-kit"),{LearnMoreLink:(0,x.jsx)(MetricsLearnMoreLink,{})})})}),(0,x.jsxs)("table",{className:"googlesitekit-table googlesitekit-table--with-list",children:[(0,x.jsx)("thead",{children:(0,x.jsxs)("tr",{children:[(0,x.jsx)("th",{children:(0,g.__)("Metric Name","google-site-kit")}),(0,x.jsx)("th",{children:(0,g.__)("Metric Value","google-site-kit")})]})}),(0,x.jsxs)("tbody",{children:[(0,x.jsx)(ReportMetric,{title:(0,g._x)("Largest Contentful Paint","core web vitals name","google-site-kit"),description:(0,g.__)("Time it takes for the page to load","google-site-kit"),displayValue:i?.displayValue||"0",category:ne(i?.score||0)}),(0,x.jsx)(ReportMetric,{title:(0,g._x)("Cumulative Layout Shift","core web vitals name","google-site-kit"),description:(0,g.__)("How stable the elements on the page are","google-site-kit"),displayValue:r?.displayValue||"0",category:ne(r?.score||0)}),(0,x.jsx)(ReportMetric,{title:(0,g.__)("Total Blocking Time","google-site-kit"),description:(0,g.__)("How long people had to wait after the page loaded before they could click something","google-site-kit"),displayValue:n?.displayValue||"0",category:ne(n?.score||0),hintText:(0,x.jsx)("br",{}),isLast:!0})]})]})]})}function INPLearnMoreLink(){return(0,x.jsx)(G.A,{href:"https://web.dev/inp-cwv/","aria-label":(0,g.__)("Learn more about INP replacing FID.","google-site-kit"),external:!0,children:(0,g.__)("Learn more","google-site-kit")})}LabReportMetrics.propTypes={data:C().object,error:C().object};var le=i(15167);function FieldReportMetrics({data:e,error:t}){const{LARGEST_CONTENTFUL_PAINT_MS:i,CUMULATIVE_LAYOUT_SHIFT_SCORE:r,INTERACTION_TO_NEXT_PAINT:n}=e?.loadingExperience?.metrics||{};if(t){const e=(0,se.e4)(t);return(0,x.jsx)("div",{className:"googlesitekit-pagespeed-insights-web-vitals-metrics",children:(0,x.jsxs)("div",{className:"googlesitekit-pagespeed-report__row googlesitekit-pagespeed-report__row--error",children:[(0,x.jsx)(ae.A,{message:e}),(0,x.jsx)(oe.A,{moduleSlug:"pagespeed-insights",error:t})]})})}if(!i&&!r&&!n)return(0,x.jsx)("div",{className:"googlesitekit-pagespeed-insights-web-vitals-metrics googlesitekit-pagespeed-insights-web-vitals-metrics--field-data-unavailable",children:(0,x.jsxs)("div",{className:"googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content",children:[(0,x.jsx)(le.A,{as:"h3",type:"headline",size:"small",children:(0,g.__)("Field data unavailable","google-site-kit")}),(0,x.jsx)(Z.A,{children:(0,g.__)("Field data shows how real users actually loaded and interacted with your page. We don’t have enough real-world experience and speed data for this page. It may be new, or not enough users with Chrome browsers have visited it yet.","google-site-kit")})]})});const s=(Math.round(i?.percentile/100)/10).toFixed(1),o=(r?.percentile/100).toFixed(2);return(0,x.jsxs)("div",{className:"googlesitekit-pagespeed-insights-web-vitals-metrics",children:[(0,x.jsx)("div",{className:"googlesitekit-pagespeed-report__row googlesitekit-pagespeed-report__row--first",children:(0,x.jsx)(Z.A,{children:(0,K.A)((0,g.__)("Field data shows how real users actually loaded and interacted with your page over time. <LearnMoreLink />","google-site-kit"),{LearnMoreLink:(0,x.jsx)(MetricsLearnMoreLink,{})})})}),(0,x.jsxs)("table",{className:R()("googlesitekit-table","googlesitekit-table--with-list"),children:[(0,x.jsx)("thead",{children:(0,x.jsxs)("tr",{children:[(0,x.jsx)("th",{children:(0,g.__)("Metric Name","google-site-kit")}),(0,x.jsx)("th",{children:(0,g.__)("Metric Value","google-site-kit")})]})}),(0,x.jsxs)("tbody",{children:[(0,x.jsx)(ReportMetric,{title:(0,g._x)("Largest Contentful Paint","core web vitals name","google-site-kit"),description:(0,g.__)("Time it takes for the page to load","google-site-kit"),displayValue:(0,g.sprintf)(/* translators: %s: number of seconds */ /* translators: %s: number of seconds */ (0,g._x)("%s s","duration","google-site-kit"),s),category:i?.category,isUnavailable:!i}),(0,x.jsx)(ReportMetric,{title:(0,g._x)("Cumulative Layout Shift","core web vitals name","google-site-kit"),description:(0,g.__)("How stable the elements on the page are","google-site-kit"),displayValue:o,category:r?.category,isUnavailable:!r}),(0,x.jsx)(ReportMetric,{title:(0,g._x)("Interaction to Next Paint","core web vitals name","google-site-kit"),description:(0,g.__)("How quickly your page responds when people interact with it","google-site-kit"),displayValue:(0,g.sprintf)(/* translators: %s: number of milliseconds */ /* translators: %s: number of milliseconds */ (0,g._x)("%s ms","duration","google-site-kit"),n?.percentile),category:n?.category||ee,isUnavailable:!n,hintText:(0,K.A)((0,g.__)("INP is a new Core Web Vital that replaced FID in March 2024. <LearnMoreLink />","google-site-kit"),{LearnMoreLink:(0,x.jsx)(INPLearnMoreLink,{})}),isLast:!0})]})]})]})}FieldReportMetrics.propTypes={data:C().object,error:C().object};var ce=i(19266),de=i(80097),ge=i(84385);function Accordion({title:e,children:t,initialOpen:i,onOpen:r,onClose:n,disabled:s}){const[o,a]=(0,S.useState)(!!i);(0,S.useEffect)(()=>{o&&r&&"function"==typeof r?r():!o&&n&&"function"==typeof n&&n()},[o,n,r]),(0,S.useEffect)(()=>{s&&o&&a(!1)},[s,o]);const l=(0,S.useCallback)(e=>{("keydown"!==e.type||[ce.Fm,ce.t6].includes(e.keyCode))&&(e.preventDefault(),a(!o))},[o]);return(0,x.jsxs)("div",{className:R()("googlesitekit-accordion",{"googlesitekit-accordion--disabled":s}),children:[(0,x.jsxs)("div",{className:R()("googlesitekit-accordion__header",{"is-active":o}),onClick:l,onKeyDown:l,tabIndex:s?-1:0,role:"button",children:[e,(0,x.jsx)(ge.A,{children:(0,x.jsx)(de.A,{width:12,height:12})})]}),(0,x.jsx)("div",{className:R()("googlesitekit-accordion__content",{"is-active":o}),children:t})]})}function Recommendation(e){const{auditID:t,title:i,referenceURL:n,strategy:s}=e,o=(0,D.A)(),a=(0,S.useCallback)(()=>{(0,h.sx)(`${o}_pagespeed-widget`,"stack_pack_expand",t)},[t,o]),l=(0,r.useSelect)(e=>e(m).getStackPackDescription(n,s,t,"wordpress"));if(!l)return null;const c=(0,h.S_)(l.description);return(0,x.jsx)(Accordion,{id:t,title:i,onOpen:a,children:(0,x.jsx)("div",{dangerouslySetInnerHTML:(0,h.p9)(c,{ALLOWED_TAGS:["a","p"],ALLOWED_ATTR:["href","rel","target"]})})})}function Recommendations({className:e,recommendations:t,referenceURL:i,strategy:r}){return(0,x.jsxs)("div",{className:R()("googlesitekit-pagespeed--recommendations",e),children:[(0,x.jsx)("div",{className:"googlesitekit-pagespeed-recommendations__title",children:(0,g.__)("Recommendations on how to improve your site","google-site-kit")}),t.map(({id:e,title:t})=>(0,x.jsx)(Recommendation,{auditID:e,title:t,referenceURL:i,strategy:r},e))]})}function Content({isFetching:e,recommendations:t,reportData:i,reportError:n}){const s=(0,r.useSelect)(e=>e(T.O4).getCurrentReferenceURL()),o=(0,r.useSelect)(e=>e(O.n).getValue(k))||f,a=(0,r.useSelect)(e=>e(O.n).getValue(A))||b;return(0,x.jsxs)("section",{className:R()({"googlesitekit-pagespeed-widget__refreshing":e}),children:[a===b&&(0,x.jsx)(LabReportMetrics,{data:i,error:n}),a===v&&(0,x.jsx)(FieldReportMetrics,{data:i,error:n}),a===y&&t.length>0&&(0,x.jsx)(Recommendations,{className:R()({"googlesitekit-pagespeed-widget__refreshing":e}),recommendations:t,referenceURL:s,strategy:o})]})}Accordion.propTypes={title:C().node.isRequired,children:C().node.isRequired,initialOpen:C().bool,onOpen:C().func,onClose:C().func,disabled:C().bool},Recommendation.propTypes={auditID:C().string.isRequired,title:C().string.isRequired,referenceURL:C().string.isRequired,strategy:C().oneOf([f,_]).isRequired},Recommendations.propTypes={className:C().string,recommendations:C().arrayOf(C().object),referenceURL:C().string.isRequired,strategy:C().oneOf([f,_]).isRequired},Recommendations.defaultProps={className:""};function DashboardPageSpeed(){const e=(0,S.useRef)(),[t,i]=(0,S.useState)(!1),n=(0,D.A)(),s=(0,r.useSelect)(e=>e(T.O4).getCurrentReferenceURL()),o=(0,r.useSelect)(e=>e(O.n).getValue(k))||f,a=(0,r.useSelect)(e=>e(O.n).getValue(A))||b,{isFetchingMobile:l,isFetchingDesktop:c,errorMobile:d,errorDesktop:p}=(0,r.useSelect)(e=>{const t=e(m);return{isFetchingMobile:!t.hasFinishedResolution("getReport",[s,f]),errorMobile:t.getErrorForSelector("getReport",[s,f]),isFetchingDesktop:!t.hasFinishedResolution("getReport",[s,_]),errorDesktop:t.getErrorForSelector("getReport",[s,_])}}),u=(0,r.useInViewSelect)(e=>e(m).getReport(s,f),[s]),h=(0,r.useInViewSelect)(e=>e(m).getReport(s,_),[s]),{setValues:w}=(0,r.useDispatch)(O.n),I=(0,N.A)(e,{threshold:.25}),C=!!I?.intersectionRatio,L=o===f?l:c;(0,S.useEffect)(()=>{C&&!t&&((0,E.sx)(`${n}_pagespeed-widget`,"widget_view"),(0,E.sx)(`${n}_pagespeed-widget`,"default_tab_view",a.replace("data_","")),i(!0))},[C,a,n,t]);const M=(0,S.useCallback)(e=>{let t;switch(e){case 0:w({[A]:b}),t="lab";break;case 1:w({[A]:v}),t="field";break;case 2:w({[A]:y}),t="recommendations"}(0,E.sx)(`${n}_pagespeed-widget`,"tab_select",t)},[w,n]),P=o===f?u:h,H=o===f?d:p,B=(0,r.useSelect)(e=>e(m).hasFinishedResolution("getReport",[s,o])),F=(0,r.useInViewSelect)(e=>{if(H)return[];const t=e(m).getAuditsWithStackPack(s,o,"wordpress");return t&&Object.keys(t).length?Object.values(t).filter(({scoreDisplayMode:e,score:t})=>"metricSavings"===e&&t<1).sort((e,t)=>e.score===t.score?e.id<t.id?-1:1:e.score-t.score).map(({id:e,title:t})=>({id:e,title:t})):[]},[s,o,B]);(0,S.useEffect)(()=>{u?.loadingExperience?.metrics&&h?.loadingExperience?.metrics&&w({[A]:v})},[u,h,w]);const $=!s||L&&!P||!a,U=a===v&&["LARGEST_CONTENTFUL_PAINT_MS","CUMULATIVE_LAYOUT_SHIFT_SCORE","FIRST_INPUT_DELAY_MS"].every(e=>P?.loadingExperience?.metrics?.[e]);return $?(0,x.jsx)("div",{id:"googlesitekit-pagespeed-header",className:"googlesitekit-pagespeed-widget__content-wrapper googlesitekit-pagespeed-widget__content-wrapper--loading",children:(0,x.jsx)(Loading,{})}):(0,x.jsx)("div",{id:"googlesitekit-pagespeed-header",className:"googlesitekit-pagespeed-widget__content-wrapper",children:(0,x.jsxs)("div",{className:"googlesitekit-pagespeed-widget__content",children:[(0,x.jsx)(V,{ref:e,isFetching:L,updateActiveTab:M,recommendations:F}),L&&(0,x.jsx)("div",{className:"googlesitekit-pagespeed-widget__refreshing-progress-bar-wrapper",children:(0,x.jsx)(j.ProgressBar,{compress:!0})}),(0,x.jsx)(Content,{isFetching:L,recommendations:F,reportData:P,reportError:H}),(a===b||U)&&(0,x.jsx)("div",{className:"googlesitekit-pagespeed-report__row",children:(0,x.jsx)(j.Button,{className:R()({"googlesitekit-pagespeed__recommendations-cta--hidden":!F?.length}),disabled:L,onClick:()=>M(2),children:(0,g.__)("How to improve","google-site-kit")})}),(0,x.jsx)(Footer,{isFetching:L})]})})}const pe=(0,i(16196).A)({moduleName:Q})(function DashboardPageSpeedWidget({Widget:e}){return(0,x.jsx)(e,{className:"googlesitekit-pagespeed-widget",noPadding:!0,children:(0,x.jsx)(DashboardPageSpeed,{})})});var ue,he,me,fe,_e,be,ve,ye,ke,Ae,xe,we,Re;function Ne(){return Ne=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},Ne.apply(null,arguments)}const Se=e=>S.createElement("svg",Ne({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 183.95 158.81"},e),ue||(ue=S.createElement("defs",null,S.createElement("radialGradient",{id:"pagespeed-insights_svg__b",cx:1360.51,cy:10958.05,r:458.83,gradientTransform:"matrix(.5 0 0 .5 -675.69 -5476.24)",gradientUnits:"userSpaceOnUse"},S.createElement("stop",{offset:0,stopColor:"#fff",stopOpacity:.1}),S.createElement("stop",{offset:1,stopColor:"#fff",stopOpacity:0})),S.createElement("linearGradient",{id:"pagespeed-insights_svg__a",x1:1572.36,x2:1691.74,y1:11164.11,y2:11283.49,gradientTransform:"matrix(.5 0 0 .5 -675.69 -5476.24)",gradientUnits:"userSpaceOnUse"},S.createElement("stop",{offset:0,stopColor:"#212121",stopOpacity:.2}),S.createElement("stop",{offset:1,stopColor:"#212121",stopOpacity:0})))),he||(he=S.createElement("path",{fill:"#e1e1e1",d:"M183.93 25.08v121.19a12.53 12.53 0 0 1-12.54 12.54H12.58A12.53 12.53 0 0 1 0 146.27V25.08z"})),me||(me=S.createElement("path",{fill:"#c2c2c2",d:"M12.58 0h158.81a12.53 12.53 0 0 1 12.54 12.54v12.54H0V12.54A12.53 12.53 0 0 1 12.58 0"})),fe||(fe=S.createElement("path",{fill:"#fff",fillOpacity:.2,d:"M171.39 0H12.58A12.57 12.57 0 0 0 0 12.54v1A12.58 12.58 0 0 1 12.58 1h158.81a12.59 12.59 0 0 1 12.54 12.54v-1A12.58 12.58 0 0 0 171.39 0"})),_e||(_e=S.createElement("path",{fill:"#212121",fillOpacity:.1,d:"M0 25.08h183.93v1H0z"})),be||(be=S.createElement("path",{fill:"#4285f4",d:"M91.91 62.69a66.76 66.76 0 0 0-66.76 66.86c0 1.4-.09 3.14 0 4.18h29.13a36 36 0 0 1 0-4.18 37.64 37.64 0 0 1 57.36-32l21-21a66.62 66.62 0 0 0-40.73-13.86"})),ve||(ve=S.createElement("path",{fill:"#f44336",d:"m132.64 76.52-21 21a37.59 37.59 0 0 1 17.9 32 36 36 0 0 1 0 4.18h29.27c.08-1 0-2.78 0-4.18a66.73 66.73 0 0 0-26.17-53"})),ye||(ye=S.createElement("circle",{cx:16.76,cy:12.54,r:4.18,fill:"#eee"})),ke||(ke=S.createElement("circle",{cx:33.48,cy:12.54,r:4.18,fill:"#eee"})),Ae||(Ae=S.createElement("path",{fill:"#212121",fillOpacity:.1,d:"M171.41 157.76H12.54A12.57 12.57 0 0 1 0 145.23v1a12.57 12.57 0 0 0 12.54 12.54h158.87a12.58 12.58 0 0 0 12.59-12.5v-1a12.58 12.58 0 0 1-12.54 12.53z"})),xe||(xe=S.createElement("path",{fill:"#9e9e9e",d:"M132.86 79.06a2.06 2.06 0 0 0 .39-1.22 2.1 2.1 0 0 0-2.09-2.09 2 2 0 0 0-1.28.46l-45.57 35.07a12.53 12.53 0 1 0 18.37 16.41l30.17-48.65z"})),S.createElement("path",{fill:"#fff",d:"m84.31 112.33 45.57-35.09a2.06 2.06 0 0 1 1.28-.46 2.09 2.09 0 0 1 2 1.55 2 2 0 0 0-2-2.59 2 2 0 0 0-1.28.46l-45.57 35.07a12.5 12.5 0 0 0-4.87 9.92v.56a12.49 12.49 0 0 1 4.87-9.42",opacity:.2,style:{isolation:"isolate"}}),S.createElement("path",{fill:"#212121",d:"m132.86 79.06-30.17 48.65a12.51 12.51 0 0 1-23.21-5.93v.48a12.52 12.52 0 0 0 23.24 6.5l30.14-48.66a2 2 0 0 0 .39-1.22 2 2 0 0 0-.08-.54 2.3 2.3 0 0 1-.31.72",opacity:.2,style:{isolation:"isolate"}}),we||(we=S.createElement("path",{fill:"url(#pagespeed-insights_svg__a)",d:"M132.82 76.58a2 2 0 0 1 .43 1.26 2.06 2.06 0 0 1-.39 1.22l-30.17 48.65a12.53 12.53 0 0 1-18.84 3.05l28.08 28.07h59.47a12.53 12.53 0 0 0 12.54-12.54v-18.61z"})),Re||(Re=S.createElement("path",{fill:"url(#pagespeed-insights_svg__b)",d:"M183.93 12.54A12.53 12.53 0 0 0 171.39 0H12.58A12.53 12.53 0 0 0 0 12.54v133.73a12.53 12.53 0 0 0 12.54 12.54h158.85a12.53 12.53 0 0 0 12.54-12.54z"})));var je=i(53137),Ee=i(24558),Te=i(71423),Oe=i(54349),De=i(49655),Ie=i(20068),Ce=i(32947),Le=i(12108);function SetupSuccessNotification({id:e,Notification:t}){const n=(0,Ce.dv)(),[,s]=(0,Ie.A)("notification"),[,o]=(0,Ie.A)("slug"),{dismissNotification:a}=(0,r.useDispatch)(Te.D);function l(){s(void 0),o(void 0)}const c=`#${Ee.Ej}`;return(0,x.jsx)(t,{children:(0,x.jsx)(Oe.A,{notificationID:e,type:De.Q.SUCCESS,title:(0,g.__)("Congrats on completing the setup for PageSpeed Insights!","google-site-kit"),description:(0,g.__)("Jump to the bottom of the dashboard to see how fast your home page is","google-site-kit"),dismissButton:{onClick:l},ctaButton:{label:(0,g.__)("Show me","google-site-kit"),onClick:function(t){t.preventDefault(),a(e),l(),i.g.history.replaceState({},"",c),i.g.scrollTo({top:(0,Le.YJ)(c,n),behavior:"smooth"})}}})})}SetupSuccessNotification.propTypes={id:C().string.isRequired,Notification:C().elementType.isRequired};var Me=i(32091),Pe=i.n(Me),He=i(84024);const Be=(0,i(3687).U)({baseName:"getReport",controlCallback:({strategy:e,url:t})=>(0,Y.get)("modules",Q,"pagespeed",{strategy:e,url:t}),reducerCallback:(0,r.createReducer)((e,t,{strategy:i,url:r})=>{e.reports=e.reports||{},e.reports[`${i}::${r}`]=t}),argsToParams:(e,t)=>({strategy:t,url:e}),validateParams:({strategy:e,url:t}={})=>{Pe()((0,He.m)(t),"a valid url is required to fetch a report."),Pe()("string"==typeof e,"a valid strategy is required to fetch a report.")}}),Fe={*getReport(e,t){e&&t&&(yield Be.actions.fetchGetReport(e,t))}},$e={getReport(e,t,i){const{reports:r}=e;return r[`${i}::${t}`]},getAudits:(0,r.createRegistrySelector)(e=>(t,i,r)=>{const n=e(m).getReport(i,r);if(void 0===n)return;const{lighthouseResult:s}=n||{},{audits:o}=s||{};return o||{}}),getAuditsWithStackPack:(0,r.createRegistrySelector)(e=>(t,i,r,n)=>{const s=e(m).getAudits(i,r);if(!s)return{};const o={};return Object.keys(s).forEach(t=>{e(m).getStackPackDescription(i,r,t,n)&&(o[t]=s[t])}),o}),getStackPackDescription:(0,r.createRegistrySelector)(e=>(t,i,r,n,s)=>{const o=e(m).getReport(i,r);if(void 0===o)return;const{lighthouseResult:a}=o||{},{stackPacks:l}=a||[];if(!Array.isArray(l))return null;const c=l.find(({id:e,descriptions:t})=>e===s&&!!t[n]);return c?{id:c.id,icon:c.iconDataURL,title:c.title,description:c.descriptions[n]}:null})},Ue=(0,r.combineStores)(Be,{initialState:{reports:{}},resolvers:Fe,selectors:$e}),qe=(Ue.initialState,Ue.actions,Ue.controls,Ue.reducer,Ue.resolvers,Ue.selectors,Ue);var ze=i(44451);const We={selectors:{getServiceURL:(e,{path:t,query:i}={})=>{const r="https://pagespeed.web.dev";if(t){const e=t.match(/^\//)?t:`/${t}`;return(0,ze.F)(`${r}${e}`,i)}return(0,ze.F)(r,i)}}},Ve=o().createModuleStore(Q,{storeName:m,requiresSetup:!1,settingSlugs:["ownerID"]}),Ye=(0,r.combineStores)(Ve,qe,We);const Ge={"setup-success-notification-psi":{Component:SetupSuccessNotification,areaSlug:je.bI.DASHBOARD_TOP,viewContexts:[Ee.jU],checkRequirements:()=>{const e=(0,p.d)(location.href,"notification"),t=(0,p.d)(location.href,"slug");return"authentication_success"===e&&t===Q}}};var Ke;n().registerStore(m,Ye),o().registerModule(Q,{storeName:m,SettingsViewComponent:SettingsView,Icon:Se,features:[(0,g.__)("Website performance reports for mobile and desktop will be disabled","google-site-kit")],overrideSetupSuccessNotification:!0}),(Ke=l()).registerWidget("pagespeedInsightsWebVitals",{Component:pe,width:Ke.WIDGET_WIDTHS.FULL,wrapWidget:!1,modules:[Q]},[u.AREA_MAIN_DASHBOARD_SPEED_PRIMARY,u.AREA_ENTITY_DASHBOARD_SPEED_PRIMARY]),function(e){for(const t in Ge)e.registerNotification(t,Ge[t])}(d())},46935:e=>{e.exports=googlesitekit.notifications},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>r});const r={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},53137:(e,t,i)=>{i.d(t,{FQ:()=>s,He:()=>a,bI:()=>o,rq:()=>n,ui:()=>r});const r="warning-notification-gtg",n="gtg-setup-cta",s={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},o={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54349:(e,t,i)=>{i.d(t,{A:()=>NoticeNotification});var r=i(80035),n=i(7070),s=i(50539),o=i(71423),a=i(55527),l=i(62688),c=i.n(l),d=i(62540);function NoticeNotification({notificationID:e,children:t,dismissButton:i,ctaButton:l,gaTrackingEventArgs:c,...g}){const p=(0,n.A)(e),{dismissNotification:u}=(0,s.useDispatch)(o.D);return(0,d.jsx)(a.xA,{children:(0,d.jsx)(a.fI,{children:(0,d.jsx)(a.fh,{size:12,alignMiddle:!0,children:(0,d.jsx)(r.A,{dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),p.dismiss(c?.label,c?.value),u(e,{...i?.dismissOptions||{}})}},ctaButton:{...l,onClick:async function(t){p.confirm(c?.label,c?.value),await(l?.onClick?.(t)),l?.dismissOnClick&&u(e,{...l?.dismissOptions})}},...g,children:t})})})})}NoticeNotification.propTypes={notificationID:c().string.isRequired,children:c().node,dismissButton:c().oneOfType([c().bool,c().object]),ctaButton:c().object,gaTrackingEventArgs:c().object}},54419:e=>{e.exports=googlesitekit.api},55527:(e,t,i)=>{i.d(t,{$z:()=>n.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>r.N,P3:()=>o.P,Si:()=>s.S,fI:()=>d.fI,fh:()=>d.fh,lG:()=>c.a,xA:()=>d.xA});var r=i(91046),n=i(3412),s=i(30454),o=i(26569),a=i(56655),l=i(12786),c=i.n(l),d=i(75487)},59323:(e,t,i)=>{i.d(t,{A:()=>c});var r=i(62688),n=i.n(r),s=i(32947),o=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...r}){const n=(0,s.dv)();return(0,l.jsx)(o.A,{as:"p",type:e,size:t||(n===s.mp?a.Kk:a.Yw),...r,children:i})}c.propTypes={type:n().oneOf(a.tT),size:n().oneOf(a.oJ)}},61991:(e,t,i)=>{i.d(t,{Ay:()=>o,Kq:()=>s});const r=(0,i(63696).createContext)(""),{Consumer:n,Provider:s}=r,o=r},65214:(e,t,i)=>{i.d(t,{G:()=>n,t:()=>r});const r=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function n(e,t=r){return t instanceof Set&&t.has(e)}},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>g,SG:()=>d,db:()=>n,e4:()=>u,vl:()=>p});i(17243);var r=i(82871);const n="missing_required_scopes",s="insufficientPermissions",o="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===n}function d(e){return[s,o].includes(e?.data?.reason)}function g(e){return!!e?.data?.reconnectURL}function p(e,t){return!(!t?.storeName||d(e)||c(e)||g(e))}function u(e){return e?.code===a?(0,r.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,r.__)("The server provided an invalid response","google-site-kit"):e?.message}},71423:(e,t,i)=>{i.d(t,{$:()=>s,D:()=>n});var r=i(24558);const n="core/notifications",s=[r.uR,r.jU,r.f7,r.Ax,r.Is]},71769:(e,t,i)=>{function r(e){return e.charAt(0).toUpperCase()+e.slice(1)}function n(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function s(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>s,m2:()=>r,sP:()=>n})},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>p,fI:()=>d});var r=i(62688),n=i.n(r),s=i(4452),o=i.n(s),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:r,alignBottom:n,alignRight:s,alignLeft:l,smAlignRight:c,mdAlignRight:d,lgAlignRight:g,smSize:p,smStart:u,smOrder:h,mdSize:m,mdStart:f,mdOrder:_,lgSize:b,lgStart:v,lgOrder:y,size:k,children:A,...x}=e;return(0,a.jsx)("div",{...x,className:o()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":r,"mdc-layout-grid__cell--align-bottom":n,"mdc-layout-grid__cell--align-right":s,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":d,"mdc-layout-grid__cell--align-right-desktop":g,[`mdc-layout-grid__cell--span-${k}`]:12>=k&&k>0,[`mdc-layout-grid__cell--span-${b}-desktop`]:12>=b&&b>0,[`mdc-layout-grid__cell--start-${v}-desktop`]:12>=v&&v>0,[`mdc-layout-grid__cell--order-${y}-desktop`]:12>=y&&y>0,[`mdc-layout-grid__cell--span-${m}-tablet`]:8>=m&&m>0,[`mdc-layout-grid__cell--start-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--order-${_}-tablet`]:8>=_&&_>0,[`mdc-layout-grid__cell--span-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--start-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--order-${h}-phone`]:4>=h&&h>0}),children:A})}Cell.propTypes={smSize:n().number,smStart:n().number,smOrder:n().number,mdSize:n().number,mdStart:n().number,mdOrder:n().number,lgSize:n().number,lgStart:n().number,lgOrder:n().number,size:n().number,alignTop:n().bool,alignMiddle:n().bool,alignBottom:n().bool,alignRight:n().bool,alignLeft:n().bool,smAlignRight:n().bool,mdAlignRight:n().bool,lgAlignRight:n().bool,className:n().string,children:n().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},r)=>(0,a.jsx)("div",{ref:r,className:o()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:n().string,children:n().node},c.defaultProps={className:""};const d=c,g=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:r,collapsed:n,...s},l)=>(0,a.jsx)("div",{className:o()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":n,"mdc-layout-grid--fill":t}),...s,ref:l,children:r}));g.displayName="Grid",g.propTypes={alignLeft:n().bool,fill:n().bool,className:n().string,collapsed:n().bool,children:n().node},g.defaultProps={className:""};const p=g},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=i(63696),n=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,r.useContext)(n.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var r=i(62688),n=i.n(r),s=i(63696),o=i(82871),a=i(84024),l=i(50539),c=i(67150),d=i(80035),g=i(12850),p=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:r,message:n=t.message,noPrefix:u=!1,skipRetryMessage:h,hideIcon:m=!1}){const f=(0,l.useDispatch)(),_=(0,l.useSelect)(e=>r?e(r).getSelectorDataForError(t):null),b=(0,s.useCallback)(()=>{f(_.storeName).invalidateResolution(_.name,_.args)},[f,_]);if(!n||(0,c.G)(t))return null;const v=i&&(0,c.vl)(t,_);let y=n;i||h||(y=(0,o.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,o.__)("%s (Please try again.)","google-site-kit"),y)),u||(y=(0,o.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,o.__)("Error: %s","google-site-kit"),y));const k=t?.data?.reconnectURL;k&&(0,a.m)(k)&&(y=(0,o.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,o.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),y,k));return(0,p.jsx)(d.A,{className:e,type:d.A.TYPES.ERROR,description:(0,p.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(y,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:v?{label:(0,o.__)("Retry","google-site-kit"),onClick:b}:void 0,hideIcon:m})}ErrorNotice.propTypes={className:n().string,error:n().shape({message:n().string}),hasButton:n().bool,storeName:n().string,message:n().string,noPrefix:n().bool,skipRetryMessage:n().bool,hideIcon:n().bool}},79829:(e,t,i)=>{i.d(t,{Eo:()=>g,JK:()=>m,K5:()=>h,jq:()=>u,mK:()=>d});var r=i(17243),n=i(50532),s=i.n(n),o=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:r}=function(e,t={}){const{hours:i,minutes:r,seconds:n}=l(e);return{hours:i,minutes:r,seconds:n,formatUnit(){const{unitDisplay:s="short",...a}=t,l={unitDisplay:s,...a,style:"unit"};return 0===e?u(n,{...l,unit:"second"}):(0,o.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,o._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?u(n,{...l,unit:"second"}):"",r?u(r,{...l,unit:"minute"}):"",i?u(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,o.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,o.__)("%ds","google-site-kit"),n);if(0===e)return t;const s=(0,o.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,o.__)("%dm","google-site-kit"),r),a=(0,o.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,o.__)("%dh","google-site-kit"),i);return(0,o.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,o._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?t:"",r?s:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return r()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function d(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,r.isPlainObject)(e)&&(t={...e}),t}function g(e,t={}){e=(0,r.isFinite)(e)?e:Number(e),(0,r.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=d(t),{style:n="metric"}=i;return"metric"===n?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,o.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,o.__)("%sM","google-site-kit"),u(c(e),e%10==0?{}:t)):1e4<=e?(0,o.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,o.__)("%sK","google-site-kit"),u(c(e))):1e3<=e?(0,o.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,o.__)("%sK","google-site-kit"),u(c(e),e%10==0?{}:t)):u(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===n?a(e,i):"durationISO"===n?function(e){let{hours:t,minutes:i,seconds:r}=l(e);return r=("0"+r).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${r}`:`${t}:${i}:${r}`}(e):u(e,i)}const p=s()(console.warn);function u(e,t={}){const{locale:i=m(),...r}=t;try{return new Intl.NumberFormat(i,r).format(e)}catch(t){p(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(r)} ).format( ${typeof e} )`,t.message)}const n={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},s=["signDisplay","compactDisplay"],o={};for(const[e,t]of Object.entries(r))n[e]&&t===n[e]||s.includes(e)||(o[e]=t);try{return new Intl.NumberFormat(i,o).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function h(e,t={}){const{locale:i=m(),style:r="long",type:n="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:r,type:n}).format(e)} /* translators: used between list items, there is a space after the comma. */const s=(0,o.__)(", ","google-site-kit");return e.join(s)}function m(e=i.g){const t=(0,r.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>v});var r,n=i(62688),s=i.n(n),o=i(4452),a=i.n(o),l=i(63696),c=i(19793);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},d.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),r||(r=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var g=i(42343),p=i(49655),u=i(62540);const h={[p.Q.NEW]:g.A,[p.Q.SUCCESS]:c.A,[p.Q.INFO]:warning_notice,[p.Q.WARNING]:warning_notice,[p.Q.ERROR]:warning_notice};function Icon({type:e}){const t=h[e]||warning_notice;return(0,u.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,u.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,u.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:s().oneOf(Object.values(p.Q))},Title.propTypes={className:s().string,children:s().node},Description.propTypes={className:s().string,children:s().node};var m=i(49383),f=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:r,href:n,external:s,hideExternalIndicator:o}){let a;return s&&!o&&(a=(0,u.jsx)(f.A,{width:14,height:14})),(0,u.jsx)(m.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:r,href:n,target:s?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:s().string.isRequired,disabled:s().bool,inProgress:s().bool,onClick:s().func,href:s().string,external:s().bool,hideExternalIndicator:s().bool};var _=i(82871);function DismissButton({label:e=(0,_.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,u.jsx)(m.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:s().string,onClick:s().func.isRequired,disabled:s().bool};const b=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:r,ctaButton:n,type:s=p.Q.INFO,children:o,hideIcon:l},c)=>(0,u.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${s}`,e),children:[!l&&(0,u.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,u.jsx)(Icon,{type:s})}),(0,u.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,u.jsx)(Title,{children:t}),i&&(0,u.jsx)(Description,{children:i})]}),(r?.label||r?.onClick||n?.label&&(n?.onClick||n?.href)||o)&&(0,u.jsxs)("div",{className:"googlesitekit-notice__action",children:[o,(r?.label||r?.onClick)&&(0,u.jsx)(DismissButton,{label:r.label,onClick:r.onClick,disabled:r.disabled}),n?.label&&(n?.onClick||n?.href)&&(0,u.jsx)(CTAButton,{label:n.label,onClick:n.onClick,inProgress:n.inProgress,disabled:n.disabled,href:n.href,external:n.external,hideExternalIndicator:n.hideExternalIndicator})]})]}));b.TYPES=p.Q,b.propTypes={className:s().string,title:s().oneOfType([s().string,s().object]),description:s().node,type:s().oneOf(Object.values(p.Q)),dismissButton:s().shape(DismissButton.propTypes),ctaButton:s().shape({...CTAButton.propTypes,label:s().string}),children:s().node,hideIcon:s().bool};const v=b},80097:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r,n=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 8"},e),r||(r=n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.6.6 12 2 6 8 0 2 1.4.6 6 5.2z"})))},82046:(e,t,i)=>{i.d(t,{C:()=>s,p:()=>n});var r=i(15210);function n(e,t={}){return{__html:r.O.sanitize(e,t)}}function s(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r,n=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i)({}).hasOwnProperty.call(i,r)&&(e[r]=i[r])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),r||(r=n.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var r=i(62688),n=i.n(r),s=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,s.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:n().node.isRequired,marginLeft:n().number,marginRight:n().number}},88176:e=>{e.exports=googlesitekit.widgets},89318:(e,t,i)=>{i.d(t,{M9:()=>R,sx:()=>x,BI:()=>w});var r=i(17243);const n="_googlesitekitDataLayer",s="data-googlesitekit-gtag";function o(e){return function(){e[n]=e[n]||[],e[n].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:d,trackingEnabled:g,trackingID:p,referenceSiteURL:u,userIDHash:h,isAuthenticated:m,userRoles:f}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:_}=i.g,b={activeModules:c,trackingEnabled:g,trackingID:p,referenceSiteURL:u,userIDHash:h,isSiteKitScreen:d,userRoles:f,isAuthenticated:m,pluginVersion:_},{enableTracking:v,disableTracking:y,isTrackingEnabled:k,initializeSnippet:A,trackEvent:x,trackEventOnce:w}=function(e,t=i.g,c=i.g){const d={...l,...e};d.referenceSiteURL&&(d.referenceSiteURL=d.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(e,t){const r=o(t);let l;const{activeModules:c,referenceSiteURL:d,userIDHash:g,userRoles:p=[],isAuthenticated:u,pluginVersion:h}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${s}]`)),l)return!1;l=!0;const o=p?.length?p.join(","):"";r("js",new Date),r("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:d,plugin_version:h||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:u?"1":"0",user_properties:{user_roles:o,user_identifier:g}});const m=t.createElement("script");return m.setAttribute(s,""),m.async=!0,m.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`,t.head.appendChild(m),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`}}}(d,t),p=function(e,t,i,r){const n=o(t);return async function(t,s,o,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:o,value:a};return new Promise(e=>{const i=setTimeout(function(){r.console.warn(`Tracking event "${s}" (category "${t}") took too long to fire.`),e()},1e3);function o(){clearTimeout(i),e()}n("event",s,{...c,event_callback:o}),r._gaUserPrefs?.ioo?.()&&o()})}}(d,t,g,c),u={};return{enableTracking:function(){d.trackingEnabled=!0},disableTracking:function(){d.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!d.trackingEnabled},trackEvent:p,trackEventOnce:function(...e){const t=JSON.stringify(e);u[t]||(u[t]=(0,r.once)(p)),u[t](...e)}}}(b);function R(e){e?v():y()}d&&g&&A()},93896:(e,t,i)=>{i.d(t,{O4:()=>r,OQ:()=>s,qc:()=>n});const r="core/site",n="primary",s="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>l});var r=i(62688),n=i.n(r),s=i(4452),o=i.n(s),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:r}){return(0,a.jsx)("svg",{className:o()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:r,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:n().string,invertColor:n().bool,width:n().number,height:n().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow}},e=>{e.O(0,[660],()=>{return t=43462,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-modules-reader-revenue-manager-0eaef957f6a1121c2632.js 0000755 00000444054 15111634507 0022504 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[994],{2362:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(4452),o=i.n(n),r=i(62688),s=i.n(r),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...n},r)=>(0,l.jsx)("span",{ref:r,...n,className:o()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:s().string.isRequired,hasLeftSpacing:s().bool};const g=c},2522:(e,t,i)=>{i.d(t,{D:()=>r});var n=i(32091),o=i.n(n);function r(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3687:(e,t,i)=>{i.d(t,{U:()=>I});var n=i(32091),o=i.n(n),r=i(17243),s=i(21125),a=i(71769),l=i(12850),c=i(50539);function g(e){return e}function u(){return{}}function d(){}const{clearError:p,receiveError:m}=s.o1;function I({baseName:e,controlCallback:t,reducerCallback:i=g,argsToParams:n=u,validateParams:s=d}){let I;o()(e,"baseName is required."),o()("function"==typeof t,"controlCallback is required and must be a function."),o()("function"==typeof i,"reducerCallback must be a function."),o()("function"==typeof n,"argsToParams must be a function."),o()("function"==typeof s,"validateParams must be a function.");try{s(n()),I=!1}catch(e){I=!0}const h=(0,a.m2)(e),y=(0,a.sP)(e),M=`FETCH_${y}`,f=`START_${M}`,N=`FINISH_${M}`,j=`CATCH_${M}`,b=`RECEIVE_${y}`,D=`fetch${h}`,S=`receive${h}`,k=`isFetching${h}`,x={[k]:{}};const v={[D](...t){const i=n(...t);return s(i),function*(t,i){let n,o;yield{payload:{params:t},type:f},yield p(e,i);try{n=yield{payload:{params:t},type:M},yield v[S](n,t),yield{payload:{params:t},type:N}}catch(n){o=n,yield m(o,e,i),yield{payload:{params:t},type:j}}return{response:n,error:o}}(i,t)},[S]:(e,t)=>(o()(void 0!==e,"response is required."),I?(o()((0,r.isPlainObject)(t),"params is required."),s(t)):t={},{payload:{response:e,params:t},type:b})},A={[M]:({payload:e})=>t(e.params)},T=(0,c.createReducer)((e,{type:t,payload:n})=>{switch(t){case f:{const{params:t}=n;return e[k]=e[k]||{},e[k][(0,l.Zm)(t)]=!0,e}case b:{const{response:t,params:o}=n;return i(e,t,o)}case N:{const{params:t}=n;return e[k]=e[k]||{},e[k][(0,l.Zm)(t)]=!1,e}case j:{const{params:t}=n;return e[k]=e[k]||{},e[k][(0,l.Zm)(t)]=!1,e}default:return e}});return{initialState:x,actions:v,controls:A,reducer:T,resolvers:{},selectors:{[k]:(e,...t)=>{if(void 0===e[k])return!1;let i;try{i=n(...t),s(i)}catch(e){return!1}return!!e[k][(0,l.Zm)(i)]}}}}},3714:(e,t,i)=>{i.d(t,{Kk:()=>r,SZ:()=>n,Yw:()=>s,oJ:()=>a,tT:()=>o});const n="body",o=[n,"display","headline","label","title"],r="small",s="medium",a=[r,s,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var n=i(62688),o=i.n(n),r=i(49383),s=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:n,onClick:o,href:a}){return e&&(o||a)?(0,s.jsx)(r.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||n,isSaving:n,onClick:o,href:a,children:e}):null}CTAButton.propTypes={label:o().string,ariaLabel:o().string,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,dismissOnClick:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},7070:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(63696),o=i(77766),r=i(12850);function s(e,t,{viewAction:i="view_notification",confirmAction:s="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,o.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,n.useCallback)((...e)=>(0,r.sx)(g,i,...e),[g,i]),confirm:(0,n.useCallback)((...e)=>(0,r.sx)(g,s,...e),[g,s]),dismiss:(0,n.useCallback)((...e)=>(0,r.sx)(g,a,...e),[g,a]),clickLearnMore:(0,n.useCallback)((...e)=>(0,r.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>o,n:()=>n});const n="core/ui",o="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>h});var n=i(4452),o=i.n(n),r=i(62688),s=i.n(r),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:s().string,children:s().node},Title.propTypes={className:s().string,children:s().node};var g=i(12850),u=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:n,children:r}){return(0,c.jsxs)("div",{className:o()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(u.A,{...i}),n&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:n}),r]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:s().string,description:s().oneOfType([s().string,s().node]),learnMoreLink:s().shape(u.A.propTypes),additionalDescription:s().oneOfType([s().string,s().node]),children:s().node},HelpText.propTypes={className:s().string,children:s().node};var d=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:s().string,children:s().node};var m=i(80035);const I=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:n,additionalDescription:r,errorText:s,helpText:a,learnMoreLink:g,dismissButton:u,ctaButton:I,svg:h,footer:y},M)=>{const f=(0,l.dv)(),N=f===l.mp||f===l.Lg;let j=null;N&&h?.mobile?j=h.mobile:!N&&h?.desktop&&(j=h.desktop);const b=h?.verticalPosition?h.verticalPosition:"center";return(0,c.jsxs)("div",{ref:M,className:o()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:n,learnMoreLink:g,additionalDescription:r}),a&&(0,c.jsx)(HelpText,{children:a}),s&&(0,c.jsx)(m.A,{type:"error",description:s}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[I&&(0,c.jsx)(d.A,{...I}),u?.onClick&&(0,c.jsx)(p.A,{...u})]})]}),j&&(0,c.jsx)("div",{className:o()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${b}`]:b}),style:{backgroundImage:`url(${j})`}}),y&&(0,c.jsx)(Footer,{children:y})]})});I.propTypes={titleIcon:s().node,title:s().string,description:s().oneOfType([s().string,s().node]),additionalDescription:s().oneOfType([s().string,s().node]),errorText:s().string,helpText:s().string,learnMoreLink:s().shape(u.A.propTypes),dismissButton:s().shape(p.A.propTypes),ctaButton:s().shape(d.A.propTypes),svg:s().shape({desktop:s().elementType,mobile:s().elementType,verticalPosition:s().oneOf(["top","center","bottom"])}),footer:s().node};const h=I},8143:(e,t,i)=>{i.d(t,{VZ:()=>r,dc:()=>s,pH:()=>o,r0:()=>a});var n=i(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function r(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function s(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),o=e.replace(i.origin,"");if(o.length<t)return o;const r=o.length-Math.floor(t)+1;return"…"+o.substr(r)}},12850:(e,t,i)=>{i.d(t,{tt:()=>k,Jg:()=>S,Gp:()=>b,GH:()=>j,r0:()=>D,Du:()=>x,Zf:()=>F,Cn:()=>P,G7:()=>h,vH:()=>I,N_:()=>w,zh:()=>H,mK:()=>g.mK,Ql:()=>v,vY:()=>R,sq:()=>T,VZ:()=>G.VZ,JK:()=>g.JK,IS:()=>_,pH:()=>G.pH,kf:()=>U,O5:()=>C,Qr:()=>A,x6:()=>B,K5:()=>g.K5,S_:()=>m,dc:()=>G.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>Q.D,N9:()=>Z,p9:()=>r.p,XH:()=>E,Zm:()=>l,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>r.C,BG:()=>Y});var n=i(17243),o=i(89318),r=i(82046),s=i(10523),a=i.n(s);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let n=e[i];n&&"object"==typeof n&&!Array.isArray(n)&&(n=c(n)),t[i]=n}),t}var g=i(79829);function u(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function d(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[u,d,p];let i=e;for(const e of t)i=e(i);return i}function I(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function h(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var y=i(32091),M=i.n(y),f=i(82871);const N="Date param must construct to a valid date instance or be a valid date instance itself.",j="Invalid dateString parameter, it must be a string.",b='Invalid date range, it must be a string with the format "last-x-days".',D=60,S=60*D,k=24*S,x=7*k;function v(){function e(e){return(0,f.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,f._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function A(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function T(e){M()((0,n.isDate)(e)&&!isNaN(e),N);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function E(e){M()(A(e),j);const[t,i,n]=e.split("-");return new Date(t,i-1,n)}function _(e,t){return T(w(e,t*k))}function C(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function w(e,t){M()(A(e)||(0,n.isDate)(e)&&!isNaN(e),j);const i=A(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var O=i(69743),z=i(94552),L=i(62540);function R(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,O.Ay)((0,L.jsx)(z.A,{direction:e>0?"up":"down",invertColor:i}))}function P(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var G=i(8143);function B(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function U(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function Z(e){return Array.isArray(e)?[...e].sort():e}var Q=i(2522);function F(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function Y(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function H(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},13620:e=>{e.exports=googlesitekit.modules},14007:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(47209),o=i(62688),r=i.n(o),s=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,s.useState)(document.createElement("div"));return(0,n.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:r().string,children:r().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:n="span",children:o,...r}){return(0,l.jsx)(n,{className:s()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...r,children:o})}Typography.propTypes={className:o().string,type:o().oneOf(a.tT),size:o().oneOf(a.oJ),as:o().oneOfType([o().string,o().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>o});var n=i(31234);const o=i.n(n)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var n=i(55620),o=i(99123);const r={},s=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=r){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,u]=(0,n._)("undefined"==typeof document?[l,c]:a,t,i);function d(){return u(a)}return(0,o.A)(s,"resize",d),(0,o.A)(s,"orientationchange",d),g}function c(e){return l(e)[0]}},15863:(e,t,i)=>{i.d(t,{i:()=>s});var n=i(63696),o=i(50539),r=i(7081);function s(e){const{setValue:t}=(0,o.useDispatch)(r.n);return(0,n.useCallback)(()=>{t("admin-screen-tooltip",{isTooltipVisible:!0,...e})},[t,e])}},17691:(e,t,i)=>{i.d(t,{A:()=>s,G:()=>r});var n=i(62688),o=i.n(n);const r=" ";function DisplaySetting({value:e}){return e||r}DisplaySetting.propTypes={value:o().oneOfType([o().string,o().bool,o().number])};const s=DisplaySetting},17911:(e,t,i)=>{var n=i(50539),o=i.n(n),r=i(13620),s=i.n(r),a=i(46935),l=i.n(a),c=i(82871),g=i(82286),u=i(93896);const d="modules/reader-revenue-manager",p={ONBOARDING_COMPLETE:"ONBOARDING_COMPLETE",ONBOARDING_ACTION_REQUIRED:"ONBOARDING_ACTION_REQUIRED",PENDING_VERIFICATION:"PENDING_VERIFICATION",UNSPECIFIED:"ONBOARDING_STATE_UNSPECIFIED"},m="readerRevenueManagerSetupForm",I="readerRevenueManagerNoticesForm",h="showPublicationCreate",y="resetPublications",M="syncPublication";var f=i(62688),N=i.n(f),j=i(63696),b=i(49383),D=i(20898),S=i(30679),k=i(78340),x=i(20678),v=i(12850),A=i(77766),T=i(42125),E=i(80035),_=i(27333),C=i(62540);const{PENDING_VERIFICATION:w,ONBOARDING_ACTION_REQUIRED:O}=p;function PublicationOnboardingStateNotice(){const e=(0,A.A)(),t=(0,n.useSelect)(e=>e(d).getPublicationOnboardingState()),i=[w,O],o=(0,n.useSelect)(e=>e(d).getPublicationID()),r=(0,n.useSelect)(e=>e(d).getServiceURL({path:"reader-revenue-manager",query:{publication:o}})),s=(0,_.A)(I,M)&&i.includes(t),{setValues:a}=(0,n.useDispatch)(k.s),{syncPublicationOnboardingState:l}=(0,n.useDispatch)(d),g=t&&i.includes(t),u=(0,j.useCallback)(()=>{a(I,{[M]:!0}),(0,v.sx)(`${e}_rrm-onboarding-state-notification`,"confirm_notification",t)},[t,a,e]),p=(0,j.useCallback)(()=>{s&&l()},[s,l]);if((0,j.useEffect)(()=>{g&&(0,v.sx)(`${e}_rrm-onboarding-state-notification`,"view_notification",t)},[t,g,e]),(0,T.$)(p,15e3),!g)return null;const m=w===t?(0,c.__)("Your publication is still awaiting review. You can check its status in Reader Revenue Manager.","google-site-kit"):(0,c.__)("Your publication requires further setup in Reader Revenue Manager","google-site-kit"),h=w===t?(0,c.__)("Check publication status","google-site-kit"):(0,c.__)("Complete publication setup","google-site-kit");return(0,C.jsx)(E.A,{type:E.A.TYPES.WARNING,className:"googlesitekit-publication-onboarding-state-notice",title:m,ctaButton:{label:h,onClick:u,href:r,external:!0}})}var z=i(13606),L=i(83366),R=i(44174),P=i(15167);function PublicationCreate({onCompleteSetup:e}){const t=(0,n.useSelect)(e=>e(d).getPublications()),i=(0,n.useSelect)(e=>e(d).getCreatePublicationLinkURL()),{setValues:o}=(0,n.useDispatch)(k.s),{selectPublication:r}=(0,n.useDispatch)(d),s=t&&t.length>0,a=(0,j.useCallback)(()=>{o(m,{[y]:!0})},[o]),l=(0,j.useCallback)(async()=>{s&&(await r(t[0]),e())},[s,e,t,r]);return void 0===t?null:(0,C.jsxs)("div",{className:"googlesitekit-setup-module__publication-create-screen",children:[!s&&(0,C.jsxs)(j.Fragment,{children:[(0,C.jsx)(P.A,{as:"h3",type:"body",size:"medium",className:"googlesitekit-setup-module__title",children:(0,c.__)("To complete your Reader Revenue Manager account setup you will need to create a publication and set up Reader Revenue Manager in Publisher Center.","google-site-kit")}),(0,C.jsx)("p",{className:"googlesitekit-setup-module__description",children:(0,z.A)((0,c.__)("Once you have created your publication, it is submitted for review. <a>Learn more</a>","google-site-kit"),{a:(0,C.jsx)(R.A,{path:"/news/publisher-center/answer/11449914","aria-label":(0,c.__)("Learn more about setting up Reader Revenue Manager","google-site-kit"),external:!0})})}),(0,C.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,C.jsx)(b.Button,{href:i,target:"_blank",trailingIcon:(0,C.jsx)(L.A,{width:14,height:14}),onClick:a,children:(0,c.__)("Create publication","google-site-kit")})})]}),s&&(0,C.jsxs)(j.Fragment,{children:[(0,C.jsx)(P.A,{as:"h3",type:"body",size:"medium",className:"googlesitekit-setup-module__title",children:(0,c.__)("You have successfully created your publication and it is now awaiting review. This might take up to 2 weeks.","google-site-kit")}),(0,C.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,C.jsx)(b.SpinnerButton,{onClick:l,children:(0,c.__)("Complete setup","google-site-kit")})})]})]})}PublicationCreate.propTypes={onCompleteSetup:N().func.isRequired};var G=i(4452),B=i.n(G);function U(e){return"string"==typeof e&&/^[a-zA-Z0-9_-]+$/.test(e)}function PublicationSelect(e){const{isDisabled:t,hasModuleAccess:i,className:o,onChange:r=()=>{}}=e,s=(0,n.useSelect)(e=>e(d).getPublicationID()),a=(0,n.useSelect)(e=>!1===i||t?null:e(d).getPublications()||[]),l=(0,n.useSelect)(e=>!1===i||t||e(d).hasFinishedResolution("getPublications")),{selectPublication:g}=(0,n.useDispatch)(d),u=(0,j.useCallback)((e,t)=>{const i=t.dataset.value,n=a.find(({publicationId:e})=>e===i);g(n),r(n)},[a,g,r]);if(!l)return(0,C.jsx)(b.ProgressBar,{mobileVerticalSpacing:76,desktopVerticalSpacing:84,small:!0});const p=void 0===s||""===s||U(s);return!1===i?(0,C.jsx)(b.Select,{className:B()(o),label:(0,c.__)("Publication","google-site-kit"),value:s,enhanced:!0,outlined:!0,disabled:!0,children:(0,C.jsx)(b.Option,{value:s,children:s})}):(0,C.jsx)(b.Select,{className:B()(o,{"mdc-select--invalid":!p}),label:(0,c.__)("Publication","google-site-kit"),value:s,onEnhancedChange:u,disabled:t,enhanced:!0,outlined:!0,children:(a||[]).map(({publicationId:e,displayName:t})=>(0,C.jsx)(b.Option,{value:e,children:(0,c.sprintf)(/* translators: 1: Publication display name, 2: Publication ID */ /* translators: 1: Publication display name, 2: Publication ID */ (0,c.__)("%1$s (%2$s)","google-site-kit"),t,e)},e))})}PublicationSelect.propTypes={isDisabled:N().bool,hasModuleAccess:N().bool,className:N().string,onChange:N().func};const Z=(0,j.createContext)({}),{Consumer:Q,Provider:F}=Z,Y=Z;function ChipMultiSelect({children:e,onToggleChip:t=()=>{}}){return(0,C.jsx)(F,{value:{onToggleChip:t},children:(0,C.jsx)("div",{className:"googlesitekit-chip-multi-select",children:e})})}ChipMultiSelect.propTypes={children:N().node.isRequired,onToggleChip:N().func};var H=i(17243),W=i(80452);function ChipCheckmark(){return(0,C.jsx)("div",{className:"mdc-chip__checkmark",children:(0,C.jsx)(W.A,{className:"mdc-chip__checkmark-svg"})})}function ChipMultiSelectItem({children:e,id:t,selected:i,...n}){const{onToggleChip:o}=(0,j.useContext)(Y);return(0,C.jsx)(b.Chip,{className:"googlesitekit-chip-multi-select__item",CheckMark:ChipCheckmark,onClick:()=>{o(t,!i)},id:t,label:e,selected:i,...n})}function PostTypesSelect(e){const{isDisabled:t,hasModuleAccess:i,onChange:o=()=>{}}=e,r=(0,n.useSelect)(e=>e(u.O4).getPostTypes()),s=(0,n.useSelect)(e=>e(d).getPostTypes()),{setPostTypes:a}=(0,n.useDispatch)(d),l=(0,j.useCallback)(e=>{const t=s.includes(e)?s.filter(t=>t!==e):[...s,e];a(t),o(t)},[o,s,a]);return(0,C.jsx)(ChipMultiSelect,{onToggleChip:l,children:r.map(({slug:e,label:n})=>(0,C.jsx)(ChipMultiSelectItem,{id:e,selected:s.includes(e),disabled:t||!i,children:n},e))})}function V(e,t){if(!Array.isArray(e)||0===e.length)return"";if(!Array.isArray(t)||0===t.length)return e.join(", ");const i=t.filter(t=>e.includes(t.slug));return i.length===t.length?(0,c.__)("All post types","google-site-kit"):i.map(e=>e.label).join(", ")}function J(e){if(!e)return"";const t=e.indexOf(":");return-1===t?e:e.substring(t+1)}function ProductIDSelect(e){const{isDisabled:t,hasModuleAccess:i,showHelperText:o=!0,className:r,onChange:s=()=>{}}=e,a=(0,n.useSelect)(e=>e(d).getProductID()),l=(0,n.useSelect)(e=>e(d).getCurrentProductIDs()),{setProductID:g}=(0,n.useDispatch)(d),u=(0,j.useCallback)((e,t)=>{const i=t.dataset.value;g(i),s(i)},[g,s]);return!1===i?(0,C.jsx)(b.Select,{className:r,label:(0,c.__)("Default Product ID","google-site-kit"),value:a,enhanced:!0,outlined:!0,disabled:!0,children:(0,C.jsx)(b.Option,{value:a,children:a})}):(0,C.jsxs)(b.Select,{className:r,label:(0,c.__)("Default Product ID","google-site-kit"),value:a,onEnhancedChange:u,disabled:t,helperText:o?(0,z.A)((0,c.__)("Product IDs offer a way to link content to payment plans. <a>Learn more</a>","google-site-kit"),{a:(0,C.jsx)(D.A,{"aria-label":(0,c.__)("Learn more about product IDs","google-site-kit"),href:"https://support.google.com/news/publisher-center/answer/12345540",external:!0,hideExternalIndicator:!0})}):void 0,enhanced:!0,outlined:!0,children:[(0,C.jsx)(b.Option,{value:"openaccess",children:(0,c.__)("Open access","google-site-kit")},"openaccess"),(l||[]).map(e=>(0,C.jsx)(b.Option,{value:e,children:J(e)},e))]})}function SnippetModeSelect(e){const{isDisabled:t,hasModuleAccess:i,className:o,onChange:r=()=>{}}=e,s=(0,n.useSelect)(e=>e(d).getSnippetMode()),a=(0,n.useSelect)(e=>e(u.O4).getDocumentationLinkURL("rrm-content-settings")),{setSnippetMode:l}=(0,n.useDispatch)(d),g=(0,j.useCallback)((e,t)=>{const i=t.dataset.value;l(i),r(i)},[l,r]);return!1===i?(0,C.jsx)(b.Select,{className:o,label:(0,c.__)("Display CTAs","google-site-kit"),value:s,enhanced:!0,outlined:!0,disabled:!0,children:(0,C.jsx)(b.Option,{value:s,children:x.z9[s]})}):(0,C.jsx)(b.Select,{className:o,label:(0,c.__)("Display CTAs","google-site-kit"),value:s,onEnhancedChange:g,disabled:t,helperText:(0,z.A)((0,c.__)("Use the new settings in the block editor to customize where your CTAs appear. <a>Learn more</a>","google-site-kit"),{a:(0,C.jsx)(D.A,{"aria-label":(0,c.__)("Learn more about Reader Revenue Manager settings in the block editor","google-site-kit"),href:a,external:!0,hideExternalIndicator:!0})}),enhanced:!0,outlined:!0,children:Object.keys(x.z9).map(e=>(0,C.jsx)(b.Option,{value:e,children:x.z9[e]},e))})}function SetupForm({onCompleteSetup:e}){const t=(0,n.useSelect)(e=>e(d).canSubmitChanges()),i=(0,n.useSelect)(e=>e(d).isDoingSubmitChanges()),o=(0,n.useSelect)(e=>e(d).getPublications()),r=(0,n.useSelect)(e=>e(d).getPublicationID()),s=(0,n.useSelect)(e=>e(d).getCurrentProductIDs()),a=(0,n.useSelect)(e=>e(d).getServiceURL()),{setValues:l}=(0,n.useDispatch)(k.s),{findMatchedPublication:g,selectPublication:u,setProductID:p}=(0,n.useDispatch)(d),I=(0,j.useCallback)(()=>{l(m,{[y]:!0})},[l]),h=(0,j.useCallback)(t=>{t.preventDefault(),e()},[e]),M=(0,j.useCallback)(({products:e})=>{e?.length>0&&e[0].name&&p(e[0].name)},[p]);return(0,j.useEffect)(()=>{r||async function(){const e=await g();e&&(u(e),M(e))}()},[M,g,r,u]),(0,C.jsxs)("form",{onSubmit:h,children:[(0,C.jsx)(S.A,{moduleSlug:x.K$,storeName:d}),(0,C.jsx)("p",{className:"googlesitekit-margin-bottom-0",children:1===o?.length?(0,c.__)("Site Kit will connect your existing publication","google-site-kit"):(0,c.__)("Select your preferred publication to connect with Site Kit","google-site-kit")}),(0,C.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,C.jsx)(PublicationSelect,{onChange:e=>M(e)}),s?.length>0&&(0,C.jsx)(ProductIDSelect,{showHelperText:!1})]}),(0,C.jsx)(PublicationOnboardingStateNotice,{}),(0,C.jsx)(D.A,{href:a,onClick:I,external:!0,children:(0,c.__)("Manage publications in Publisher Center","google-site-kit")}),(0,C.jsx)("div",{className:"googlesitekit-setup-module__action",children:(0,C.jsx)(b.SpinnerButton,{disabled:!t||i,isSaving:i,children:(0,c.__)("Complete setup","google-site-kit")})})]})}ChipMultiSelectItem.propTypes={children:N().string.isRequired,id:N().string.isRequired,...(0,H.omit)(b.Chip.propTypes,"label")},PostTypesSelect.propTypes={isDisabled:N().bool,hasModuleAccess:N().bool,onChange:N().func},ProductIDSelect.propTypes={isDisabled:N().bool,hasModuleAccess:N().bool,showHelperText:N().bool,className:N().string,onChange:N().func},SnippetModeSelect.propTypes={isDisabled:N().bool,hasModuleAccess:N().bool,className:N().string,onChange:N().func},SetupForm.propTypes={onCompleteSetup:N().func.isRequired};var $,X,K,q,ee,te,ie=i(81276);function ne(){return ne=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ne.apply(null,arguments)}const oe=e=>j.createElement("svg",ne({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40"},e),$||($=j.createElement("path",{fill:"url(#reader-revenue-manager_svg__a)",d:"M26.666 0H13.333v13.333h13.333z"})),X||(X=j.createElement("path",{fill:"#FBBC04",d:"M40 13.335V40L26.667 26.667V0z"})),K||(K=j.createElement("path",{fill:"#0D652D",d:"M13.333 26.665V40L0 26.665z"})),q||(q=j.createElement("path",{fill:"#34A853",d:"M13.333 13.333v13.332H0V0z"})),ee||(ee=j.createElement("path",{fill:"url(#reader-revenue-manager_svg__b)",d:"M26.666 26.665H13.333V40h13.333z"})),te||(te=j.createElement("defs",null,j.createElement("linearGradient",{id:"reader-revenue-manager_svg__a",x1:36.564,x2:-14.942,y1:6.667,y2:6.667,gradientUnits:"userSpaceOnUse"},j.createElement("stop",{offset:.11,stopColor:"#EA8600"}),j.createElement("stop",{offset:.14,stopColor:"#EF9601"}),j.createElement("stop",{offset:.19,stopColor:"#F4A702"}),j.createElement("stop",{offset:.26,stopColor:"#F8B303"}),j.createElement("stop",{offset:.34,stopColor:"#FABA03"}),j.createElement("stop",{offset:.59,stopColor:"#FBBC04"})),j.createElement("linearGradient",{id:"reader-revenue-manager_svg__b",x1:-10.143,x2:89.334,y1:33.332,y2:33.332,gradientUnits:"userSpaceOnUse"},j.createElement("stop",{offset:.04,stopColor:"#174EA6"}),j.createElement("stop",{offset:.12,stopColor:"#1F59B5"}),j.createElement("stop",{offset:.27,stopColor:"#3675DE"}),j.createElement("stop",{offset:.34,stopColor:"#4285F4"})))));function SetupMain({finishSetup:e=()=>{}}){const t=(0,n.useSelect)(e=>e(d).getPublications()),i=(0,n.useSelect)(e=>e(d).hasFinishedResolution("getPublications")),o=(0,_.A)(m,h),r=(0,_.A)(m,y),s=(0,n.useSelect)(e=>e(d).getPublicationID()),{setValues:a}=(0,n.useDispatch)(k.s),{resetPublications:l,submitChanges:g}=(0,n.useDispatch)(d),u=(0,j.useCallback)(()=>{r&&l()},[l,r]);(0,T.$)(u,15e3),(0,j.useEffect)(()=>{o||!i||void 0===t||t.length||a(m,{[h]:!0})},[i,o,t,a]);const p=(0,ie.A)(s);(0,j.useEffect)(()=>{p!==s&&r&&a(m,{[y]:!1})},[p,s,a,r]);const I=(0,j.useCallback)(async()=>{const{error:t}=await g();t||e()},[e,g]);let M;return M=i?o?(0,C.jsx)(PublicationCreate,{onCompleteSetup:I}):(0,C.jsx)(SetupForm,{onCompleteSetup:I}):(0,C.jsx)(b.ProgressBar,{}),(0,C.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--reader-revenue-manager",children:[(0,C.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,C.jsx)("div",{className:"googlesitekit-setup-module__logo",children:(0,C.jsx)(oe,{width:"40",height:"40"})}),(0,C.jsx)(P.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:(0,c._x)("Reader Revenue Manager","Service name","google-site-kit")})]}),(0,C.jsx)("div",{className:"googlesitekit-setup-module__step",children:M})]})}SetupMain.propTypes={finishSetup:N().func};var re=i(58116);function ProductIDSettings({hasModuleAccess:e}){const t=(0,n.useSelect)(e=>e(d).getProductID()),i=(0,n.useSelect)(e=>e(d).getCurrentProductIDs()),o=(0,n.useSelect)(e=>e(d).getPaymentOption()),r=(0,n.useSelect)(e=>e(u.O4).getDocumentationLinkURL("rrm-content-settings")),s=(0,n.useSelect)(e=>e(re.oR).isItemDismissed(x.R2)),a=(0,n.useSelect)(e=>e(re.oR).isItemDismissed(x.Ed)),l="subscriptions"===o,{dismissItem:g}=(0,n.useDispatch)(re.oR),{setProductIDs:p}=(0,n.useDispatch)(d);return(0,C.jsxs)("div",{className:"googlesitekit-rrm-settings-edit__product-id-container",children:[(0,C.jsx)("div",{className:"googlesitekit-rrm-settings-edit__product-id",children:(0,C.jsx)(ProductIDSelect,{onChange:()=>{p(i)},hasModuleAccess:e})}),l&&"openaccess"===t&&!s&&(0,C.jsx)("div",{className:"googlesitekit-rrm-settings-edit__product-id-warning-notice",children:(0,C.jsx)(E.A,{type:E.A.TYPES.WARNING,description:(0,c.__)("Selecting “open access” will allow your reader to access your content without a subscription","google-site-kit"),dismissButton:{onClick:()=>g(x.R2)},hideIcon:!0})}),!a&&(0,C.jsx)("div",{className:"googlesitekit-rrm-settings-edit__product-id-info-notice",children:(0,C.jsx)(E.A,{type:E.A.TYPES.INFO,title:(0,z.A)((0,c.__)("Use the new settings in the block editor to select different product IDs for individual pages or control where CTAs appear on an individual post. <learnMore>Learn more</learnMore>","google-site-kit"),{learnMore:(0,C.jsx)(D.A,{"aria-label":(0,c.__)("Learn more about setting product IDs at a content-level","google-site-kit"),href:r,external:!0,hideExternalIndicator:!0})}),dismissButton:{onClick:()=>g(x.Ed)}})})]})}var se=i(2141),ae=i(37226),le=i(77967);function SettingsForm({hasModuleAccess:e}){const t=(0,n.useSelect)(e=>e(d).getPublicationID()),i=(0,n.useSelect)(e=>e(d).getCurrentProductIDs()),o=(0,n.useSelect)(e=>e(d).getSnippetMode()),r=(0,n.useSelect)(e=>{const t=e(d).getProductID();if(void 0!==t){if("openaccess"===t)return null;if(void 0!==i)return i.includes(t)?null:t}}),s=(0,n.useSelect)(i=>{if(void 0===e)return;if(!1===e)return!1;const n=i(d).getPublications();return Array.isArray(n)?n.some(({publicationId:e})=>e===t):void 0}),a=(0,n.useSelect)(e=>{const t=e(ae.i).getModule(x.K$);return t?.owner?.login?`<strong>${t.owner.login}</strong>`:(0,c.__)("Another admin","google-site-kit")}),l=(0,n.useSelect)(t=>!1===e||t(d).hasFinishedResolution("getPublications"));return(0,C.jsxs)(j.Fragment,{children:[(0,C.jsxs)("div",{className:"googlesitekit-settings-module__fields-group",children:[(0,C.jsx)(S.A,{moduleSlug:x.K$,storeName:d}),e&&!1===s&&(0,C.jsx)(le.A,{message:(0,c.sprintf)(/* translators: 1: Publication ID. */ /* translators: 1: Publication ID. */ (0,c.__)("The previously selected publication with ID %s was not found. Please select a new publication.","google-site-kit"),t),skipRetryMessage:!0}),e&&s&&r&&(0,C.jsx)(le.A,{message:(0,c.sprintf)(/* translators: 1: Product ID. */ /* translators: 1: Product ID. */ (0,c.__)("The previously selected product ID %s was not found. Please select a new product ID.","google-site-kit"),J(r)),skipRetryMessage:!0}),(0,C.jsx)("div",{className:"googlesitekit-setup-module__inputs",children:(0,C.jsx)(PublicationSelect,{hasModuleAccess:e})}),e&&s&&(0,C.jsx)(PublicationOnboardingStateNotice,{}),!e&&(0,C.jsx)(E.A,{className:"googlesitekit-notice--bottom-margin",type:E.A.TYPES.WARNING,description:(0,z.A)((0,c.sprintf)(/* translators: %s: module owner's name */ /* translators: %s: module owner's name */ (0,c.__)("%s configured Reader Revenue Manager and you don’t have access to its configured publication. Contact them to share access or change the configured publication.","google-site-kit"),a),{strong:(0,C.jsx)("strong",{})})}),l&&i?.length>0&&(0,C.jsx)(ProductIDSettings,{hasModuleAccess:e})]}),(0,C.jsxs)("div",{className:"googlesitekit-settings-module__fields-group",children:[(0,C.jsx)(P.A,{as:"h4",size:"small",type:"title",className:"googlesitekit-settings-module__fields-group-title",children:(0,c.__)("CTA Placement","google-site-kit")}),(0,C.jsx)("div",{className:"googlesitekit-rrm-settings-edit__snippet-mode",children:(0,C.jsx)(SnippetModeSelect,{hasModuleAccess:e})}),"post_types"===o&&(0,C.jsxs)("div",{className:"googlesitekit-rrm-settings-edit__post-types",children:[(0,C.jsx)(P.A,{as:"h5",size:"small",type:"label",children:(0,c.__)("Select the content types where you want your CTAs to appear:","google-site-kit")}),(0,C.jsx)(PostTypesSelect,{hasModuleAccess:e})]})]})]})}function SettingsEdit(){const e=(0,A.A)(),t=(0,n.useSelect)(e=>e(d).isDoingSubmitChanges()),i=(0,n.useSelect)(e=>{const{hasModuleOwnershipOrAccess:t,getErrorForAction:i}=e(ae.i),n=t(x.K$);if(n)return!0;const o=i("checkModuleAccess",[x.K$]);return void 0!==n||o?!1!==n&&"module_not_connected"===o?.code:void 0}),o=(0,n.useSelect)(e=>e(d).haveSettingsChanged()),r=(0,n.useSelect)(e=>e(u.O4).getPostTypes()),s=(0,n.useSelect)(e=>e(d).getSettings()),{snippetMode:a,postTypes:l}=s||{},[c,g]=(0,j.useState)(s);return(0,j.useEffect)(()=>{!c&&s&&g(s)},[c,s]),(0,se.A)(()=>{o||(a!==c.snippetMode&&(0,v.sx)(`${e}_rrm-settings`,"change_snippet_mode",x.z9[a]),V(l)!==V(c.postTypes)&&(0,v.sx)(`${e}_rrm-settings`,"change_post_types",V(l,r)))}),t||void 0===i?(0,C.jsx)(b.ProgressBar,{}):(0,C.jsx)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--reader-revenue-manager googlesitekit-rrm-settings-edit",children:(0,C.jsx)(SettingsForm,{hasModuleAccess:i})})}var ce=i(17691);function SettingsView(){const e=(0,n.useSelect)(e=>e(d).getPublicationID()),t=(0,n.useSelect)(e=>{const t=e(d).getProductID();return"openaccess"===t?(0,c.__)("Open access","google-site-kit"):J(t)}),i=(0,n.useSelect)(e=>e(d).getSnippetMode()),o=(0,n.useSelect)(e=>{const t=e(u.O4).getPostTypes();return V(e(d).getPostTypes(),t)}),r=(0,n.useSelect)(e=>{const{hasModuleOwnershipOrAccess:t,getErrorForAction:i}=e(ae.i),n=t(x.K$);if(n)return!0;const o=i("checkModuleAccess",[x.K$]);return void 0!==n||o?!1!==n&&"module_not_connected"===o?.code:void 0});return(0,C.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--reader-revenue-manager",children:[(0,C.jsxs)("div",{className:"googlesitekit-settings-module__meta-items",children:[(0,C.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,C.jsx)(P.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("Publication","google-site-kit")}),(0,C.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,C.jsx)(ce.A,{value:e})})]}),(0,C.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,C.jsx)(P.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("Default Product ID","google-site-kit")}),(0,C.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,C.jsx)(ce.A,{value:t})})]})]}),r&&(0,C.jsx)(PublicationOnboardingStateNotice,{}),(0,C.jsxs)("div",{className:"googlesitekit-settings-module__meta-items",children:[(0,C.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,C.jsx)(P.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("Display CTAs","google-site-kit")}),(0,C.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,C.jsx)(ce.A,{value:x.z9[i]||i})})]}),"post_types"===i&&(0,C.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,C.jsx)(P.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("Content type to display CTAs","google-site-kit")}),(0,C.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,C.jsx)(ce.A,{value:o})})]})]})]})}var ge=i(33676),ue=i(54349);function ProductIDContributionsNotification({id:e,Notification:t}){const i=(0,n.useSelect)(e=>e(u.O4).getModuleSettingsEditURL(x.K$));return(0,C.jsx)(t,{children:(0,C.jsx)(ue.A,{notificationID:e,type:"new",description:(0,c.__)("New! You can now select product IDs to use with your Reader Revenue Manager snippet","google-site-kit"),dismissButton:{label:(0,c.__)("Got it","google-site-kit")},ctaButton:{label:(0,c.__)("Edit settings","google-site-kit"),href:i}})})}function ProductIDSubscriptionsNotification({id:e,Notification:t}){const i=(0,n.useSelect)(e=>e(u.O4).getModuleSettingsEditURL(x.K$));return(0,C.jsx)(t,{children:(0,C.jsx)(ue.A,{notificationID:e,type:E.A.TYPES.WARNING,description:(0,c.__)("To complete your Reader Revenue Manager paywall setup, add your product IDs in settings","google-site-kit"),ctaButton:{label:(0,c.__)("Edit settings","google-site-kit"),href:i},dismissButton:!0})})}ProductIDContributionsNotification.propTypes={id:N().string.isRequired,Notification:N().elementType.isRequired},ProductIDSubscriptionsNotification.propTypes={id:N().string.isRequired,Notification:N().elementType.isRequired};var de,pe,me=i(76422);function Ie(){return Ie=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Ie.apply(null,arguments)}const he=e=>j.createElement("svg",Ie({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 348 163"},e),de||(de=j.createElement("g",{clipPath:"url(#reader-revenue-manager-introductory-graphic-desktop_svg__a)"},j.createElement("path",{fill:"#B8E6CA",d:"M0 16C0 7.163 7.163 0 16 0h316c8.837 0 16 7.163 16 16v147H0z"}),j.createElement("g",{filter:"url(#reader-revenue-manager-introductory-graphic-desktop_svg__b)"},j.createElement("rect",{width:195,height:172,x:101.5,y:79,fill:"#fff",rx:13.764})),j.createElement("rect",{width:64,height:38,x:218,y:108,fill:"#EBEEF0",rx:5.161}),j.createElement("g",{filter:"url(#reader-revenue-manager-introductory-graphic-desktop_svg__c)"},j.createElement("rect",{width:195,height:172,x:81.5,y:56,fill:"#fff",rx:13.764})),j.createElement("rect",{width:165,height:96,x:97,y:85,fill:"#EBEEF0",rx:5.161}),j.createElement("rect",{width:59,height:55,x:96,y:148,fill:"#EBEEF0",rx:5.457}),j.createElement("rect",{width:54,height:10,x:167,y:148,fill:"#EBEEF0",rx:5}),j.createElement("g",{filter:"url(#reader-revenue-manager-introductory-graphic-desktop_svg__d)"},j.createElement("rect",{width:195,height:172,x:61.5,y:30,fill:"#fff",rx:13.764})),j.createElement("rect",{width:165,height:51,x:76.5,y:50,fill:"#6FD3D3",rx:5.161}),j.createElement("rect",{width:54,height:14,x:147.5,y:113,fill:"#EBEEF0",rx:7}),j.createElement("rect",{width:94,height:5,x:147.5,y:135,fill:"#EBEEF0",rx:2.5}),j.createElement("rect",{width:59,height:5,x:76.5,y:135,fill:"#EBEEF0",rx:2.5}),j.createElement("rect",{width:59,height:5,x:76.5,y:124,fill:"#EBEEF0",rx:2.5}),j.createElement("rect",{width:59,height:5,x:76.5,y:146,fill:"#EBEEF0",rx:2.5}),j.createElement("rect",{width:59,height:5,x:76.5,y:113,fill:"#EBEEF0",rx:2.5}),j.createElement("rect",{width:94,height:5,x:147.5,y:146,fill:"#EBEEF0",rx:2.5}))),pe||(pe=j.createElement("defs",null,j.createElement("filter",{id:"reader-revenue-manager-introductory-graphic-desktop_svg__b",width:215,height:192,x:91.5,y:73,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},j.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),j.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),j.createElement("feOffset",{dy:4}),j.createElement("feGaussianBlur",{stdDeviation:5}),j.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),j.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),j.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_192_4045"}),j.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_192_4045",result:"shape"})),j.createElement("filter",{id:"reader-revenue-manager-introductory-graphic-desktop_svg__c",width:227,height:204,x:65.5,y:44,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},j.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),j.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),j.createElement("feOffset",{dy:4}),j.createElement("feGaussianBlur",{stdDeviation:8}),j.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),j.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),j.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_192_4045"}),j.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_192_4045",result:"shape"})),j.createElement("filter",{id:"reader-revenue-manager-introductory-graphic-desktop_svg__d",width:227,height:204,x:45.5,y:18,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},j.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),j.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),j.createElement("feOffset",{dy:4}),j.createElement("feGaussianBlur",{stdDeviation:8}),j.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),j.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),j.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_192_4045"}),j.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_192_4045",result:"shape"})),j.createElement("clipPath",{id:"reader-revenue-manager-introductory-graphic-desktop_svg__a"},j.createElement("path",{fill:"#fff",d:"M0 16C0 7.163 7.163 0 16 0h316c8.837 0 16 7.163 16 16v147H0z"})))));var ye,Me;function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},fe.apply(null,arguments)}const Ne=e=>j.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 343 118"},e),ye||(ye=j.createElement("g",{clipPath:"url(#reader-revenue-manager-introductory-graphic-mobile_svg__a)"},j.createElement("path",{fill:"#B8E6CA",d:"M29.447 64.365c-2.4 22.73 4.803 32.78 23.025 59.949 18.222 27.17-7.404 59.277 20.78 89.869 33.527 36.394 150.685 39.364 201.231 24.212 50.546-15.153 63.581-46.473 59.948-75.155C329.5 124.314 302.482 112.077 289.5 93c-19.276-28.325 2.813-54.786-34.5-77.5s-80.086 6.697-120.326 4.388c-23.216-1.332-46.017-5.627-66.626.968-20.832 6.667-36.72 25.428-38.6 43.509"}),j.createElement("g",{filter:"url(#reader-revenue-manager-introductory-graphic-mobile_svg__b)"},j.createElement("rect",{width:158.074,height:139.43,x:108.926,y:53.721,fill:"#fff",rx:11.158})),j.createElement("rect",{width:51.881,height:30.804,x:203.365,y:77.23,fill:"#EBEEF0",rx:4.184}),j.createElement("g",{filter:"url(#reader-revenue-manager-introductory-graphic-mobile_svg__c)"},j.createElement("rect",{width:158.074,height:139.43,x:92.713,y:35.077,fill:"#fff",rx:11.158})),j.createElement("rect",{width:133.755,height:77.821,x:105.277,y:58.585,fill:"#EBEEF0",rx:4.184}),j.createElement("rect",{width:47.828,height:44.585,x:104.467,y:109.655,fill:"#EBEEF0",rx:4.424}),j.createElement("rect",{width:43.775,height:8.106,x:162.021,y:109.655,fill:"#EBEEF0",rx:4.053}),j.createElement("g",{filter:"url(#reader-revenue-manager-introductory-graphic-mobile_svg__d)"},j.createElement("rect",{width:158.074,height:139.43,x:76.5,y:14,fill:"#fff",rx:11.158})),j.createElement("rect",{width:133.755,height:41.343,x:88.66,y:30.213,fill:"#6FD3D3",rx:4.184}),j.createElement("rect",{width:43.775,height:11.349,x:146.215,y:81.283,fill:"#EBEEF0",rx:5.674}),j.createElement("rect",{width:76.2,height:4.053,x:146.215,y:99.117,fill:"#EBEEF0",rx:2.027}),j.createElement("rect",{width:47.828,height:4.053,x:88.66,y:99.117,fill:"#EBEEF0",rx:2.027}),j.createElement("rect",{width:47.828,height:4.053,x:88.66,y:90.2,fill:"#EBEEF0",rx:2.027}),j.createElement("rect",{width:47.828,height:4.053,x:88.66,y:108.034,fill:"#EBEEF0",rx:2.027}),j.createElement("rect",{width:47.828,height:4.053,x:88.66,y:81.283,fill:"#EBEEF0",rx:2.027}),j.createElement("rect",{width:76.2,height:4.053,x:146.215,y:108.034,fill:"#EBEEF0",rx:2.027}))),Me||(Me=j.createElement("defs",null,j.createElement("filter",{id:"reader-revenue-manager-introductory-graphic-mobile_svg__b",width:184.074,height:165.43,x:95.926,y:43.721,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},j.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),j.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),j.createElement("feOffset",{dy:3}),j.createElement("feGaussianBlur",{stdDeviation:6.5}),j.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),j.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),j.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_584_3892"}),j.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_584_3892",result:"shape"})),j.createElement("filter",{id:"reader-revenue-manager-introductory-graphic-mobile_svg__c",width:184.015,height:165.37,x:79.743,y:25.349,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},j.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),j.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),j.createElement("feOffset",{dy:3.243}),j.createElement("feGaussianBlur",{stdDeviation:6.485}),j.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),j.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),j.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_584_3892"}),j.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_584_3892",result:"shape"})),j.createElement("filter",{id:"reader-revenue-manager-introductory-graphic-mobile_svg__d",width:184.015,height:165.37,x:63.53,y:4.272,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},j.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),j.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),j.createElement("feOffset",{dy:3.243}),j.createElement("feGaussianBlur",{stdDeviation:6.485}),j.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),j.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),j.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_584_3892"}),j.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_584_3892",result:"shape"})),j.createElement("clipPath",{id:"reader-revenue-manager-introductory-graphic-mobile_svg__a"},j.createElement("path",{fill:"#fff",d:"M0 0h343v118H0z"})))));var je=i(71423);const be="rrmPublicationApprovedOverlayNotification";function PublicationApprovedOverlayNotification({id:e,Notification:t}){const i=(0,A.A)(),{publicationID:o}=(0,n.useSelect)(e=>e(d).getSettings()||{}),r=(0,n.useSelect)(e=>e(d).getServiceURL({path:"reader-revenue-manager",query:{publication:o}})),{dismissNotification:s}=(0,n.useDispatch)(je.D),a={category:`${i}_rrm-publication-approved-notification`};return(0,C.jsx)(t,{gaTrackingEventArgs:a,children:(0,C.jsx)(me.A,{notificationID:e,title:(0,c.__)("Your Reader Revenue Manager publication is approved","google-site-kit"),description:(0,c.__)("Unlock your full reader opportunity by enabling features like paywall, subscriptions, contributions and newsletter sign ups.","google-site-kit"),ctaButton:{label:(0,c.__)("Enable features","google-site-kit"),href:r,onClick:()=>s(e),target:"_blank",trailingIcon:(0,C.jsx)(L.A,{width:13,height:13})},GraphicDesktop:he,GraphicMobile:Ne,gaTrackingEventArgs:a,dismissButton:!0})})}PublicationApprovedOverlayNotification.propTypes={id:N().string,Notification:N().elementType};var De=i(92698),Se=i(68485),ke=i(34375);function ReaderRevenueManagerSetupCTABanner({id:e,Notification:t}){const[i,o]=(0,j.useState)(!1),r=(0,De.A)(x.K$),s=(0,j.useCallback)(()=>{o(!0),r()},[r,o]),a={tooltipSlug:"rrm-setup-notification",content:(0,c.__)("You can always enable Reader Revenue Manager in Settings later","google-site-kit"),dismissLabel:(0,c.__)("Got it","google-site-kit")},l=(0,Se.i)(a),{triggerSurvey:g}=(0,n.useDispatch)(re.oR),u=(0,n.useSelect)(t=>t(je.D).isNotificationDismissalFinal(e));return(0,j.useEffect)(()=>{g("view_reader_revenue_manager_cta")},[g]),(0,C.jsx)(t,{children:(0,C.jsx)(ke.A,{notificationID:e,title:(0,c.__)("Grow your revenue and deepen reader engagement","google-site-kit"),description:(0,c.__)("Turn casual visitors into loyal readers and earn more from your content with paywalls, contributions, surveys, newsletter sign-ups and reader insight tools.","google-site-kit"),ctaButton:{label:(0,c.__)("Set up Reader Revenue Manager","google-site-kit"),onClick:s,inProgress:i,dismissOnClick:!0,dismissOptions:{skipHidingFromQueue:!0}},dismissButton:{label:u?(0,c.__)("Don’t show again","google-site-kit"):(0,c.__)("Maybe later","google-site-kit"),onClick:l,dismissOptions:{expiresInSeconds:u?0:2*v.Du},disabled:i},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEzIiBoZWlnaHQ9IjQ0NiIgdmlld0JveD0iMCAwIDUxMyA0NDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My42MzQ5IDg0LjU4MDNDNzAuMTg1OCAxMjQuMzgzIDkyLjEyMTEgMTM2LjA4NiA5Mi4xMjExIDE5MC43M0M5Mi4xMjExIDI0NS4zNzQgMC4yMDMwOTQgMjc4LjkxIDQwLjAzNzYgMzcwLjMzM0M3MS45NTQ3IDQ0My41ODUgMjM0LjI2NyA0NTguMDggMzI3LjQzNCA0MzcuNDA3QzQyMC42IDQxNi43MzMgNDU0LjczNCAzNjQuOTY2IDQ0OS41MTQgMzE0Ljc0NEM0NDIuNDI5IDI0Ni41ODQgNDA0LjUzNyAyMTEuNDAzIDM4OS44NTEgMTQ5Ljg0MkMzNzUuMTY0IDg4LjI4MTQgNDAwLjc2OCA1Ni4xMjE5IDM2MS44NTUgMjUuNzc1N0MzMjIuMzg1IC01LjAwNDgxIDI4Ni41ODcgMTQuNzUgMjQ1LjI4MiAxNC43NTAxQzIxMS44NDMgMTQuNzUwMSAxNzkuMTkzIC0xMC45MTc1IDEzMS4wMDQgNy44NzYyMUMxMDEuMDcgMTkuNTUgNzYuMzM4MiA1Mi45MTk4IDczLjYzNDkgODQuNTgwM1oiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNDYxXzExNjM0KSI+CjxyZWN0IHg9IjE2OC40NTEiIHk9IjEyNy4wNTciIHdpZHRoPSIxMzYiIGhlaWdodD0iMjcwIiByeD0iMjAiIGZpbGw9IndoaXRlIi8+CjxjaXJjbGUgY3g9IjU0LjUwMDIiIGN5PSIyNjQuNjY4IiByPSIyNS45MjU4IiBmaWxsPSIjMkY5RjlGIi8+CjxwYXRoIGQ9Ik01OS43MTQ0IDI1Ny43MDhDNTkuMDM2OCAyNTYuOTU1IDU3LjAwNCAyNTUuNDQ5IDU0LjI5MzUgMjU1LjQ0OUM1MC45MDU1IDI1NS40NDkgNDguODcyNyAyNTcuNzA4IDQ4Ljg3MjcgMjU5Ljk2NkM0OC44NzI3IDI2Ni4xNzkgNTkuNzE0NCAyNjIuNjQyIDU5LjcxNDQgMjY5LjAwMUM1OS43MTQ0IDI3MS4yNiA1Ny42ODE2IDI3My41MTkgNTQuMjkzNSAyNzMuNTE5QzUxLjU4MzEgMjczLjUxOSA0OS41NTAzIDI3Mi4wMTMgNDguODcyNyAyNzEuMjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik01NC4yOTMzIDI1MC45MzJWMjc4LjAzNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGNpcmNsZSBjeD0iMzQ4LjExNyIgY3k9IjEyMy44MzQiIHI9IjE3LjQ4NTUiIGZpbGw9IiMyRjlGOUYiLz4KPHBhdGggZD0iTTM1MS42MzMgMTE5LjEzOUMzNTEuMTc2IDExOC42MzIgMzQ5LjgwNSAxMTcuNjE2IDM0Ny45NzcgMTE3LjYxNkMzNDUuNjkyIDExNy42MTYgMzQ0LjMyMSAxMTkuMTM5IDM0NC4zMjEgMTIwLjY2M0MzNDQuMzIxIDEyNC44NTMgMzUxLjYzMyAxMjIuNDY3IDM1MS42MzMgMTI2Ljc1NkMzNTEuNjMzIDEyOC4yOCAzNTAuMjYyIDEyOS44MDMgMzQ3Ljk3NyAxMjkuODAzQzM0Ni4xNDkgMTI5LjgwMyAzNDQuNzc4IDEyOC43ODcgMzQ0LjMyMSAxMjguMjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTM0Ny45NzcgMTE0LjU3VjEzMi44NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8Y2lyY2xlIGN4PSI0MTguMTE3IiBjeT0iMjM2LjgzNCIgcj0iMjEuNTE0NSIgZmlsbD0iIzJGOUY5RiIvPgo8cGF0aCBkPSJNNDIyLjQ0MyAyMzEuMDU4QzQyMS44ODEgMjMwLjQzMyA0MjAuMTk0IDIyOS4xODMgNDE3Ljk0NSAyMjkuMTgzQzQxNS4xMzMgMjI5LjE4MyA0MTMuNDQ2IDIzMS4wNTggNDEzLjQ0NiAyMzIuOTMyQzQxMy40NDYgMjM4LjA4OCA0MjIuNDQzIDIzNS4xNTIgNDIyLjQ0MyAyNDAuNDNDNDIyLjQ0MyAyNDIuMzA0IDQyMC43NTYgMjQ0LjE3OCA0MTcuOTQ1IDI0NC4xNzhDNDE1LjY5NiAyNDQuMTc4IDQxNC4wMDkgMjQyLjkyOSA0MTMuNDQ2IDI0Mi4zMDQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik00MTcuOTQ1IDIyNS40MzVWMjQ3LjkyNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHJlY3QgeD0iMTg0LjU0MyIgeT0iMTQxLjk2NiIgd2lkdGg9IjEwNC4zNjEiIGhlaWdodD0iMTguNDE2NyIgcng9IjQiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTg0LjU0MyIgeT0iMTkxLjk1NCIgd2lkdGg9IjEwNC4zNjEiIGhlaWdodD0iMTE0LjAwOCIgcng9IjQiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTg0LjU0MyIgeT0iMzE1Ljk3OCIgd2lkdGg9IjEwNC4zNjEiIGhlaWdodD0iNy4wMTU4NyIgcng9IjMuNTA3OTQiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTg0LjU0MyIgeT0iMzI4Ljk3OCIgd2lkdGg9IjEwNC4zNjEiIGhlaWdodD0iNy4wMTU4NyIgcng9IjMuNTA3OTQiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMjAzLjgzNiIgeT0iMTY5LjE1MiIgd2lkdGg9IjY1Ljc3MzgiIGhlaWdodD0iMTAuNTIzOCIgcng9IjUuMjYxOSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxODQuNTQzIiB5PSIxNzAuMDI5IiB3aWR0aD0iMTMuMTU0OCIgaGVpZ2h0PSIxLjc1Mzk3IiByeD0iMC44NzY5ODQiIGZpbGw9IiNERUUzRTYiLz4KPHJlY3QgeD0iMTg0LjU0MyIgeT0iMTczLjUzNyIgd2lkdGg9IjEzLjE1NDgiIGhlaWdodD0iMS43NTM5NyIgcng9IjAuODc2OTg0IiBmaWxsPSIjREVFM0U2Ii8+CjxyZWN0IHg9IjE4NC41NDMiIHk9IjE3Ny4wNDUiIHdpZHRoPSIxMy4xNTQ4IiBoZWlnaHQ9IjEuNzUzOTciIHJ4PSIwLjg3Njk4NCIgZmlsbD0iI0RFRTNFNiIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTQ2MV8xMTYzNCkiPgo8cmVjdCB4PSIxMzEuMDU0IiB5PSIyMTguNTU0IiB3aWR0aD0iMjEwIiBoZWlnaHQ9IjEwNSIgcng9IjgiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE4MC4wNTQiIHk9IjI1My41NTQiIHdpZHRoPSIxMTIiIGhlaWdodD0iNSIgcng9IjIuNSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxOTkuMDU0IiB5PSIyNjIuNTU0IiB3aWR0aD0iNzUiIGhlaWdodD0iNSIgcng9IjIuNSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxODEuNDUxIiB5PSIyNzcuNTU0IiB3aWR0aD0iMTA4IiBoZWlnaHQ9IjIwIiByeD0iMTAiIGZpbGw9IiM2RkQzRDMiLz4KPC9nPgo8cGF0aCBkPSJNMjM2LjEwMiAyNDUuNzYyQzI1MC44NjUgMjQ1Ljc2MiAyNjIuNzQgMjMzLjUwNCAyNjIuNzQgMjE4LjQ5NkMyNjIuNzQgMjAzLjQ4OSAyNTAuODY1IDE5MS4yMyAyMzYuMTAyIDE5MS4yM0MyMjEuMzQgMTkxLjIzIDIwOS40NjUgMjAzLjQ4OSAyMDkuNDY1IDIxOC40OTZDMjA5LjQ2NSAyMzMuNTA0IDIyMS4zNCAyNDUuNzYyIDIzNi4xMDIgMjQ1Ljc2MloiIGZpbGw9IiM2RkQzRDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNC4yNzU2NyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIzNS45ODMgMjEwLjczM0MyMzUuOTcgMjEwLjczIDIzNS45NTcgMjEwLjcyNyAyMzUuOTQ1IDIxMC43MjRWMjEwLjAzOEMyMzUuOTQ1IDIwOS42MyAyMzUuNzg3IDIwOS4yODcgMjM1LjQ3MiAyMDkuMDA5QzIzNS4xNzUgMjA4LjcxNSAyMzQuODA3IDIwOC41NjggMjM0LjM3IDIwOC41NjhDMjMzLjkzMiAyMDguNTY4IDIzMy41NTYgMjA4LjcxNSAyMzMuMjQxIDIwOS4wMDlDMjMyLjk0MyAyMDkuMjg3IDIzMi43OTUgMjA5LjYzIDIzMi43OTUgMjEwLjAzOFYyMTAuNzI0QzIzMS4zOTUgMjExLjA1MSAyMzAuMjU3IDIxMS43NDUgMjI5LjM4MiAyMTIuODA3QzIyOC41MDcgMjEzLjg1MiAyMjguMDcgMjE1LjA1MyAyMjguMDcgMjE2LjQwOFYyMjMuMjY4SDIyNS45N1YyMjUuMjI4SDI0Mi43N1YyMjMuMjY4SDI0MC42N1YyMTYuNDA4QzI0MC42NyAyMTYuMDQ1IDI0MC42MzggMjE1LjY5NCAyNDAuNTc2IDIxNS4zNTNDMjM4LjExOSAyMTUuMTYxIDIzNi4xNiAyMTMuMTk0IDIzNS45ODMgMjEwLjczM1pNMjM0LjM3IDIyOC4xNjhDMjMzLjc5MiAyMjguMTY4IDIzMy4yOTMgMjI3Ljk4IDIzMi44NzMgMjI3LjYwNUMyMzIuNDcxIDIyNy4yMTMgMjMyLjI3IDIyNi43NDcgMjMyLjI3IDIyNi4yMDhIMjM2LjQ3QzIzNi40NyAyMjYuNzQ3IDIzNi4yNiAyMjcuMjEzIDIzNS44NCAyMjcuNjA1QzIzNS40MzcgMjI3Ljk4IDIzNC45NDcgMjI4LjE2OCAyMzQuMzcgMjI4LjE2OFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjQ2LjEwMiAyMDkuMzY4TDIzOS4xMDIgMjA5LjM2OEwyMzkuMTAyIDIwNy4zNjhMMjQ2LjEwMiAyMDcuMzY4TDI0Ni4xMDIgMjA5LjM2OFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjQxLjQ3IDIxMS44NjhMMjQxLjQ3IDIwNC44NjhMMjQzLjQ3IDIwNC44NjhMMjQzLjQ3IDIxMS44NjhMMjQxLjQ3IDIxMS44NjhaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE0NjFfMTE2MzQiIHg9IjEyLjU3NDUiIHk9Ijk0LjM0ODEiIHdpZHRoPSI0NDMuMDU3IiBoZWlnaHQ9IjMyMi43MDkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTE2MzQiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMTYzNCIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9kXzE0NjFfMTE2MzQiIHg9IjExNS4wNTQiIHk9IjIxMC41NTQiIHdpZHRoPSIyNDIiIGhlaWdodD0iMTM3IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjgiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iOCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExNjM0Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTE2MzQiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==",mobile:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDE5IiBoZWlnaHQ9IjE0MCIgdmlld0JveD0iMCAwIDQxOSAxNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzUwNzgpIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzE1MDVfNTA3OCkiPgo8cGF0aCBkPSJNNjcuOTk5NSAxNzAuNUM2Ny45OTk1IDEyOS45NzggNTAuNDk5OSAxMjAuNSA0OS45OTk5IDgyLjUwMDFDNDkuNDk5OSA0NC41MDAyIDc1Ljk5OTkgMjEuMDAwMSA5Ni45OTk5IDE2LjUwMDFDMTE4IDEyLjAwMDEgMTIwLjUgMTUuMTk3OCAxNDguNSAxNi41MDAxQzE3Ni41IDE3LjgwMjQgMTg4IC0wLjk5OTkwOSAyMjggMi4wMDAxMUMyNjggNS4wMDAxMyAyNzMuNSAyMS4wMDAxIDI5NyAyNy41QzMyMC44NzQgMzQuMTAzMyAzMzAuNDY0IDI4LjgyMTUgMzQ1LjUgNDkuMDAwMUMzNjQuNTAxIDc0LjUwMDEgMzQyLjYyNSAxMDAuODQ4IDM1My40OTkgMTQ2LjVDMzY4LjI3IDIwOC41IDc2LjUwMDkgMjEwLjUgNjcuOTk5NSAxNzAuNVoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNTA1XzUwNzgpIj4KPHJlY3QgeD0iMTY3LjUzOSIgeT0iMTgiIHdpZHRoPSI4Ni42NzY1IiBoZWlnaHQ9IjE3Mi4wNzgiIHJ4PSIxMi43NDY1IiBmaWxsPSJ3aGl0ZSIvPgo8Y2lyY2xlIGN4PSIxMDIuNTIzIiBjeT0iMTA0Ljk4NiIgcj0iMTYuNTIzMiIgZmlsbD0iIzJGOUY5RiIvPgo8cGF0aCBkPSJNMTA1Ljg0NiAxMDAuNTUxQzEwNS40MTQgMTAwLjA3MSAxMDQuMTE4IDk5LjExMTMgMTAyLjM5MSA5OS4xMTEzQzEwMC4yMzIgOTkuMTExMyA5OC45MzYgMTAwLjU1MSA5OC45MzYgMTAxLjk5Qzk4LjkzNiAxMDUuOTUgMTA1Ljg0NiAxMDMuNjk1IDEwNS44NDYgMTA3Ljc0OEMxMDUuODQ2IDEwOS4xODggMTA0LjU1IDExMC42MjggMTAyLjM5MSAxMTAuNjI4QzEwMC42NjMgMTEwLjYyOCA5OS4zNjc5IDEwOS42NjggOTguOTM2IDEwOS4xODgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNzQ2NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMDIuMzkyIDk2LjIzMjJWMTEzLjUwNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI3NDY1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGNpcmNsZSBjeD0iMzguNSIgY3k9IjcwLjk2MzEiIHI9IjIyLjUiIGZpbGw9IiMyRjlGOUYiLz4KPHBhdGggZD0iTTQzLjAyMzEgNjQuOTIzMUM0Mi40MzUxIDY0LjI2OTcgNDAuNjcwOSA2Mi45NjI5IDM4LjMxODYgNjIuOTYyOUMzNS4zNzgyIDYyLjk2MjkgMzMuNjE0IDY0LjkyMzEgMzMuNjE0IDY2Ljg4MzRDMzMuNjE0IDcyLjI3NDkgNDMuMDIzMSA2OS4yMDUgNDMuMDIzMSA3NC43MjQzQzQzLjAyMzEgNzYuNjg0NSA0MS4yNTg5IDc4LjY0NDggMzguMzE4NiA3OC42NDQ4QzM1Ljk2NjMgNzguNjQ0OCAzNC4yMDIxIDc3LjMzOCAzMy42MTQgNzYuNjg0NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI3NDY1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTM4LjMxODggNTkuMDQyNVY4Mi41NjUzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjc0NjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8Y2lyY2xlIGN4PSIyOTIuMDQ4IiBjeT0iMzcuOTQ1MyIgcj0iMTEuMTQ0IiBmaWxsPSIjMkY5RjlGIi8+CjxwYXRoIGQ9Ik0yOTQuMjg5IDM0Ljk1MzVDMjkzLjk5OCAzNC42Mjk5IDI5My4xMjQgMzMuOTgyNyAyOTEuOTU5IDMzLjk4MjdDMjkwLjUwMyAzMy45ODI3IDI4OS42MjkgMzQuOTUzNSAyODkuNjI5IDM1LjkyNDRDMjg5LjYyOSAzOC41OTQ4IDI5NC4yODkgMzcuMDc0MyAyOTQuMjg5IDM5LjgwOEMyOTQuMjg5IDQwLjc3ODkgMjkzLjQxNiA0MS43NDk3IDI5MS45NTkgNDEuNzQ5N0MyOTAuNzk0IDQxLjc0OTcgMjg5LjkyIDQxLjEwMjUgMjg5LjYyOSA0MC43Nzg5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuOTU1OTkxIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTI5MS45NiAzMi4wNDFWNDMuNjkxNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjk1NTk5MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxjaXJjbGUgY3g9IjM0NC42NTkiIGN5PSIxMDkuOTYzIiByPSIxMy43MTE4IiBmaWxsPSIjMkY5RjlGIi8+CjxwYXRoIGQ9Ik0zNDcuNDE2IDEwNi4yODJDMzQ3LjA1OCAxMDUuODg0IDM0NS45ODMgMTA1LjA4OCAzNDQuNTQ5IDEwNS4wODhDMzQyLjc1OCAxMDUuMDg4IDM0MS42ODIgMTA2LjI4MiAzNDEuNjgyIDEwNy40NzdDMzQxLjY4MiAxMTAuNzYyIDM0Ny40MTYgMTA4Ljg5MiAzNDcuNDE2IDExMi4yNTVDMzQ3LjQxNiAxMTMuNDUgMzQ2LjM0MSAxMTQuNjQ0IDM0NC41NDkgMTE0LjY0NEMzNDMuMTE2IDExNC42NDQgMzQyLjA0MSAxMTMuODQ4IDM0MS42ODIgMTEzLjQ1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjc0NjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMzQ0LjU0OSAxMDIuNjk4VjExNy4wMzQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNzQ2NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxjaXJjbGUgY3g9IjM5MC4yODgiIGN5PSI1MC43NTE0IiByPSIxOS4yODgyIiBmaWxsPSIjMkY5RjlGIi8+CjxwYXRoIGQ9Ik0zOTQuMTY2IDQ1LjU3M0MzOTMuNjYyIDQ1LjAxMjkgMzkyLjE1IDQzLjg5MjYgMzkwLjEzMyA0My44OTI2QzM4Ny42MTIgNDMuODkyNiAzODYuMSA0NS41NzMgMzg2LjEgNDcuMjUzNEMzODYuMSA1MS44NzUzIDM5NC4xNjYgNDkuMjQzNyAzOTQuMTY2IDUzLjk3NTFDMzk0LjE2NiA1NS42NTU1IDM5Mi42NTQgNTcuMzM2IDM5MC4xMzMgNTcuMzM2QzM4OC4xMTcgNTcuMzM2IDM4Ni42MDQgNTYuMjE1NyAzODYuMSA1NS42NTU1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjc0NjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMzkwLjEzMSA0MC41MzJWNjAuNjk3MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI3NDY1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHJlY3QgeD0iMTc3Ljc5NiIgeT0iMjkuNTAxNSIgd2lkdGg9IjY2LjUxMjIiIGhlaWdodD0iMTEuNzM3NCIgcng9IjIuNTQ5MzEiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTc3Ljc5NiIgeT0iNjEuMzYwMSIgd2lkdGg9IjY2LjUxMjIiIGhlaWdodD0iNzIuNjYwNCIgcng9IjIuNTQ5MzEiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTc3Ljc5NiIgeT0iMTM4LjQwNCIgd2lkdGg9IjY2LjUxMjIiIGhlaWdodD0iNC40NzE0MSIgcng9IjIuMjM1NyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxOTAuMDk0IiB5PSI0NC44MjgxIiB3aWR0aD0iNDEuOTE5NCIgaGVpZ2h0PSI2LjcwNzExIiByeD0iMy4zNTM1NiIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxNzcuNzk2IiB5PSI0NS4zODcyIiB3aWR0aD0iOC4zODM4OSIgaGVpZ2h0PSIxLjExNzg1IiByeD0iMC41NTg5MjYiIGZpbGw9IiNERUUzRTYiLz4KPHJlY3QgeD0iMTc3Ljc5NiIgeT0iNDcuNjIyOCIgd2lkdGg9IjguMzgzODkiIGhlaWdodD0iMS4xMTc4NSIgcng9IjAuNTU4OTI2IiBmaWxsPSIjREVFM0U2Ii8+CjxyZWN0IHg9IjE3Ny43OTYiIHk9IjQ5Ljg1ODYiIHdpZHRoPSI4LjM4Mzg5IiBoZWlnaHQ9IjEuMTE3ODUiIHJ4PSIwLjU1ODkyNiIgZmlsbD0iI0RFRTNFNiIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV81MDc4KSI+CjxyZWN0IHg9IjE0NCIgeT0iNjQuNDYzMSIgd2lkdGg9IjEzNCIgaGVpZ2h0PSI2MyIgcng9IjUuMDk4NjIiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE3NC45MzYiIHk9Ijg2LjYxOTYiIHdpZHRoPSI3MS4zODA3IiBoZWlnaHQ9IjMuMTg2NjQiIHJ4PSIxLjU5MzMyIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjE4Ny4wNDQiIHk9IjkyLjM1NTUiIHdpZHRoPSI0Ny43OTk1IiBoZWlnaHQ9IjMuMTg2NjQiIHJ4PSIxLjU5MzMyIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjE3NS44MjYiIHk9IjEwMS45MTYiIHdpZHRoPSI2OC44MzEzIiBoZWlnaHQ9IjEyLjc0NjUiIHJ4PSI2LjM3MzI3IiBmaWxsPSIjNkZEM0QzIi8+CjwvZz4KPHBhdGggZD0iTTIxMC42NjEgNDYuODk5NEMyMjAuMDcgNDYuODk5NCAyMjcuNjM5IDU0LjcxMTkgMjI3LjYzOSA2NC4yNzY0QzIyNy42MzkgNzMuODQwOSAyMjAuMDcgODEuNjU0MyAyMTAuNjYxIDgxLjY1NDNDMjAxLjI1MyA4MS42NTQyIDE5My42ODUgNzMuODQwOCAxOTMuNjg1IDY0LjI3NjRDMTkzLjY4NSA1NC43MTIgMjAxLjI1MyA0Ni44OTk2IDIxMC42NjEgNDYuODk5NFoiIGZpbGw9IiM2RkQzRDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi43MjUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMTAuNzI3IDU4LjEyOTNDMjEwLjY3MyA1OC4xMTQ4IDIxMC42MTggNTguMTAxMSAyMTAuNTYyIDU4LjA4ODRWNTcuNjYwNEMyMTAuNTYyIDU3LjQwNTYgMjEwLjQ2MSA1Ny4xOTE2IDIxMC4yNjEgNTcuMDE4M0MyMTAuMDcxIDU2LjgzNDkgMjA5LjgzNyA1Ni43NDMyIDIwOS41NTggNTYuNzQzMkMyMDkuMjc5IDU2Ljc0MzIgMjA5LjAzOSA1Ni44MzQ5IDIwOC44MzkgNTcuMDE4M0MyMDguNjQ5IDU3LjE5MTYgMjA4LjU1NCA1Ny40MDU2IDIwOC41NTQgNTcuNjYwNFY1OC4wODg0QzIwNy42NjIgNTguMjkyMiAyMDYuOTM3IDU4LjcyNTQgMjA2LjM3OSA1OS4zODc4QzIwNS44MjIgNjAuMDQgMjA1LjU0MyA2MC43ODkxIDIwNS41NDMgNjEuNjM1VjY1LjkxNTNIMjA0LjIwNFY2Ny4xMzgzSDIxNC45MTJWNjUuOTE1M0gyMTMuNTczVjYyLjI3NzNDMjExLjkwMiA2Mi4xNzg0IDIxMC41NzggNjAuNzkyIDIxMC41NzggNTkuMDk2M0MyMTAuNTc4IDU4Ljc1OTIgMjEwLjYzIDU4LjQzNDMgMjEwLjcyNyA1OC4xMjkzWk0yMDkuNTU4IDY4Ljk3MjdDMjA5LjE5IDY4Ljk3MjcgMjA4Ljg3MiA2OC44NTU1IDIwOC42MDQgNjguNjIxMUMyMDguMzQ4IDY4LjM3NjUgMjA4LjIyIDY4LjA4NjEgMjA4LjIyIDY3Ljc0OThIMjEwLjg5NkMyMTAuODk2IDY4LjA4NjEgMjEwLjc2MyA2OC4zNzY1IDIxMC40OTUgNjguNjIxMUMyMTAuMjM4IDY4Ljg1NTUgMjA5LjkyNiA2OC45NzI3IDIwOS41NTggNjguOTcyN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjE3LjAzMiA1OC40NTlMMjEyLjU3MSA1OC40NTlMMjEyLjU3MSA1Ny4xODQzTDIxNy4wMzIgNTcuMTg0M0wyMTcuMDMyIDU4LjQ1OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjE0LjA3OCA2MC4wNTI0TDIxNC4wNzggNTUuNTkxMUwyMTUuMzUzIDU1LjU5MTFMMjE1LjM1MyA2MC4wNTI0TDIxNC4wNzggNjAuMDUyNFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE1MDVfNTA3OCIgeD0iNS44MDI3NiIgeT0iMTAuMzUyMSIgd2lkdGg9IjQxMy45NzEiIGhlaWdodD0iMTkyLjQ3MyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjU0OTMxIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuMDk4NjIiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV81MDc4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNTA3OCIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9kXzE1MDVfNTA3OCIgeD0iMTMzLjgwMyIgeT0iNTkuMzY0NSIgd2lkdGg9IjE1NC4zOTQiIGhlaWdodD0iODMuMzk0NSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSI1LjA5ODYyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuMDk4NjIiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV81MDc4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNTA3OCIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNTA1XzUwNzgiPgo8cmVjdCB3aWR0aD0iNDE5IiBoZWlnaHQ9IjE0MCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPGNsaXBQYXRoIGlkPSJjbGlwMV8xNTA1XzUwNzgiPgo8cmVjdCB3aWR0aD0iNTUzIiBoZWlnaHQ9IjE0MCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NykiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K",verticalPosition:"center"},learnMoreLink:{href:"https://readerrevenue.withgoogle.com"}})})}ReaderRevenueManagerSetupCTABanner.propTypes={id:N().string,Notification:N().elementType};var xe=i(20068),ve=i(7081),Ae=i(92152),Te=i(49655);const{ONBOARDING_COMPLETE:Ee,PENDING_VERIFICATION:_e,ONBOARDING_ACTION_REQUIRED:Ce}=p;var we,Oe;function ze(){return ze=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ze.apply(null,arguments)}const Le=e=>j.createElement("svg",ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 348 163"},e),we||(we=j.createElement("g",{clipPath:"url(#reader-revenue-manager-monetize-graphic-desktop_svg__a)"},j.createElement("path",{fill:"#B8E6CA",d:"M0 16C0 7.163 7.163 0 16 0h316c8.837 0 16 7.163 16 16v147H0z"}),j.createElement("g",{filter:"url(#reader-revenue-manager-monetize-graphic-desktop_svg__b)"},j.createElement("rect",{width:252,height:200,x:48,y:65,fill:"#fff",rx:20})),j.createElement("rect",{width:133,height:11,x:69,y:92,fill:"#F3F5F7",rx:5.5}),j.createElement("rect",{width:61,height:87,x:219,y:95,fill:"#F3F5F7",rx:4}),j.createElement("rect",{width:133,height:11,x:69,y:133,fill:"#F3F5F7",rx:5.5}),j.createElement("rect",{width:133,height:11,x:69,y:114,fill:"#F3F5F7",rx:5.5}),j.createElement("rect",{width:133,height:11,x:69,y:152,fill:"#F3F5F7",rx:5.5}),j.createElement("g",{filter:"url(#reader-revenue-manager-monetize-graphic-desktop_svg__c)"},j.createElement("rect",{width:152,height:174,x:98,y:25,fill:"#fff",rx:20})),j.createElement("rect",{width:56,height:20,x:146,y:116,fill:"#6FD3D3",rx:10}),j.createElement("rect",{width:84,height:11,x:132,y:74,fill:"#F3F5F7",rx:5.5}),j.createElement("rect",{width:84,height:11,x:132,y:91,fill:"#F3F5F7",rx:5.5}),j.createElement("mask",{id:"reader-revenue-manager-monetize-graphic-desktop_svg__d",fill:"#fff"},j.createElement("rect",{width:16.667,height:14.286,x:165.333,y:46.929,rx:1.786})),j.createElement("rect",{width:16.667,height:14.286,x:165.333,y:46.929,stroke:"#6FD3D3",strokeWidth:4.444,mask:"url(#reader-revenue-manager-monetize-graphic-desktop_svg__d)",rx:1.786}),j.createElement("path",{stroke:"#6FD3D3",strokeWidth:2.222,d:"M169.5 47.524v-2.38a4.166 4.166 0 1 1 8.333 0v2.38"}),j.createElement("circle",{cx:173.667,cy:54.072,r:1.786,fill:"#6FD3D3"}))),Oe||(Oe=j.createElement("defs",null,j.createElement("filter",{id:"reader-revenue-manager-monetize-graphic-desktop_svg__b",width:284,height:232,x:32,y:53,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},j.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),j.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),j.createElement("feOffset",{dy:4}),j.createElement("feGaussianBlur",{stdDeviation:8}),j.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),j.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),j.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2428_20430"}),j.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2428_20430",result:"shape"})),j.createElement("filter",{id:"reader-revenue-manager-monetize-graphic-desktop_svg__c",width:184,height:206,x:82,y:17,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},j.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),j.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),j.createElement("feOffset",{dy:8}),j.createElement("feGaussianBlur",{stdDeviation:8}),j.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),j.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),j.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2428_20430"}),j.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2428_20430",result:"shape"})),j.createElement("clipPath",{id:"reader-revenue-manager-monetize-graphic-desktop_svg__a"},j.createElement("path",{fill:"#fff",d:"M0 16C0 7.163 7.163 0 16 0h316c8.837 0 16 7.163 16 16v147H0z"})))));var Re,Pe;function Ge(){return Ge=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Ge.apply(null,arguments)}const Be=e=>j.createElement("svg",Ge({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 343 118"},e),Re||(Re=j.createElement("g",{clipPath:"url(#reader-revenue-manager-monetize-graphic-mobile_svg__a)"},j.createElement("path",{fill:"#B8E6CA",d:"M29.447 64.365c-2.4 22.73 4.803 32.78 23.025 59.949 18.222 27.17-7.404 59.276 20.78 89.869 33.527 36.394 150.685 39.364 201.231 24.211s63.581-46.473 59.948-75.154C329.5 124.314 302.482 112.076 289.5 93c-19.276-28.325 2.813-54.786-34.5-77.5s-80.086 6.696-120.326 4.388c-23.216-1.332-46.017-5.627-66.626.968-20.832 6.667-36.72 25.427-38.6 43.509"}),j.createElement("g",{filter:"url(#reader-revenue-manager-monetize-graphic-mobile_svg__b)"},j.createElement("rect",{width:196,height:155.556,x:76,y:48.778,fill:"#fff",rx:15.556})),j.createElement("rect",{width:103.444,height:8.556,x:92.334,y:69.778,fill:"#F3F5F7",rx:4.278}),j.createElement("rect",{width:47.444,height:67.667,x:209,y:72.111,fill:"#F3F5F7",rx:3.111}),j.createElement("rect",{width:103.444,height:8.556,x:92.334,y:101.667,fill:"#F3F5F7",rx:4.278}),j.createElement("rect",{width:103.444,height:8.556,x:92.334,y:86.889,fill:"#F3F5F7",rx:4.278}),j.createElement("rect",{width:103.444,height:8.556,x:92.334,y:116.444,fill:"#F3F5F7",rx:4.278}),j.createElement("g",{filter:"url(#reader-revenue-manager-monetize-graphic-mobile_svg__c)"},j.createElement("rect",{width:118.222,height:135.333,x:114.889,y:17.666,fill:"#fff",rx:15.556})),j.createElement("rect",{width:43.556,height:15.556,x:152.223,y:88.444,fill:"#6FD3D3",rx:7.778}),j.createElement("rect",{width:65.333,height:8.556,x:141.334,y:55.778,fill:"#F3F5F7",rx:4.278}),j.createElement("rect",{width:65.333,height:8.556,x:141.334,y:69,fill:"#F3F5F7",rx:4.278}),j.createElement("mask",{id:"reader-revenue-manager-monetize-graphic-mobile_svg__d",fill:"#fff"},j.createElement("rect",{width:12.963,height:11.111,x:167.26,y:34.722,rx:1.389})),j.createElement("rect",{width:12.963,height:11.111,x:167.26,y:34.722,stroke:"#6FD3D3",strokeWidth:3.457,mask:"url(#reader-revenue-manager-monetize-graphic-mobile_svg__d)",rx:1.389}),j.createElement("path",{stroke:"#6FD3D3",strokeWidth:1.728,d:"M170.5 35.185v-1.852a3.24 3.24 0 1 1 6.481 0v1.852"}),j.createElement("circle",{cx:173.74,cy:40.278,r:1.389,fill:"#6FD3D3"}))),Pe||(Pe=j.createElement("defs",null,j.createElement("filter",{id:"reader-revenue-manager-monetize-graphic-mobile_svg__b",width:220.889,height:180.445,x:63.556,y:39.444,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},j.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),j.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),j.createElement("feOffset",{dy:3.111}),j.createElement("feGaussianBlur",{stdDeviation:6.222}),j.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),j.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),j.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2084_4987"}),j.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2084_4987",result:"shape"})),j.createElement("filter",{id:"reader-revenue-manager-monetize-graphic-mobile_svg__c",width:143.112,height:160.222,x:102.444,y:11.444,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},j.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),j.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),j.createElement("feOffset",{dy:6.222}),j.createElement("feGaussianBlur",{stdDeviation:6.222}),j.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),j.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),j.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2084_4987"}),j.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2084_4987",result:"shape"})),j.createElement("clipPath",{id:"reader-revenue-manager-monetize-graphic-mobile_svg__a"},j.createElement("path",{fill:"#fff",d:"M0 0h343v118H0z"}))))),Ue="rrmIntroductoryOverlayNotification";function RRMIntroductoryOverlayNotification({id:e,Notification:t}){const i=(0,A.A)(),{publicationID:o,publicationOnboardingState:r,paymentOption:s}=(0,n.useSelect)(e=>e(d).getSettings()||{}),a=(0,n.useSelect)(e=>e(d).getServiceURL({path:"reader-revenue-manager",query:{publication:o}})),l=(0,n.useSelect)(e=>e(u.O4).getGoogleSupportURL({path:"/news/publisher-center/answer/11449914"})),{dismissNotification:g}=(0,n.useDispatch)(je.D),p={category:`${i}_rrm-introductory-notification`,label:`${r}:${s||""}`};const m="noPayment"===s?(0,c.__)("New! Monetize your content with Reader Revenue Manager","google-site-kit"):(0,c.__)("Complete account setup with Reader Revenue Manager","google-site-kit"),I="noPayment"===s?(0,z.A)((0,c.__)("Now you can offer your users subscription options to access content behind a paywall, or make voluntary contributions. <a>Learn more</a>","google-site-kit"),{a:(0,C.jsx)(R.A,{path:"/news/publisher-center/answer/11449914",onClick:function(){(0,v.sx)(p.category,"click_learn_more_link",p.label)},external:!0,hideExternalIndicator:!0})}):(0,c.__)("Easily monetize your content by offering users subscription options to access content behind a paywall, or make voluntary contributions.","google-site-kit");return(0,C.jsx)(t,{gaTrackingEventArgs:p,children:(0,C.jsx)(me.A,{notificationID:e,title:m,description:I,ctaButton:{label:"noPayment"===s?(0,c.__)("Explore features","google-site-kit"):(0,c.__)("Learn more","google-site-kit"),href:"noPayment"===s?a:l,onClick:()=>g(e),target:"_blank",trailingIcon:(0,C.jsx)(L.A,{width:13,height:13})},GraphicDesktop:Le,GraphicMobile:Be,gaTrackingEventArgs:p,dismissButton:!0})})}RRMIntroductoryOverlayNotification.propTypes={id:N().string,Notification:N().elementType};var Ze=i(53137),Qe=i(24558),Fe=i(32091),Ye=i.n(Fe),He=i(54419),We=i(22242),Ve=i(47121);const Je=s().createModuleStore(x.K$,{storeName:d,submitChanges:async function({dispatch:e,select:t}){const{getSnippetMode:i,hasSettingChanged:n,haveSettingsChanged:o}=t(d);if(o()){n("postTypes")&&"post_types"!==i()&&await e(d).rollbackSetting("postTypes");const{error:t}=await e(d).saveSettings();if(t)return{error:t}}return await(0,He.invalidateCache)("modules",x.K$),{}},validateCanSubmitChanges:function(e){const t=(0,Ve.WI)(e),{haveSettingsChanged:i,isDoingSubmitChanges:n,getPublicationID:o,getPublicationOnboardingState:r,getSnippetMode:s,getPostTypes:a,getProductID:l,getProductIDs:c,getPaymentOption:g}=t(d);Ye()(!n(),We.mV),Ye()(i(),We.Wq);const u=o(),p=r(),m=s(),I=a(),h=l(),y=c(),M=g();Ye()(U(u),"a valid publicationID is required"),Ye()(function(e){return"string"==typeof e&&["ONBOARDING_STATE_UNSPECIFIED","ONBOARDING_ACTION_REQUIRED","PENDING_VERIFICATION","ONBOARDING_COMPLETE"].includes(e)}(p),"a valid publication onboarding state is required"),Ye()(["post_types","per_post","sitewide"].includes(m),"a valid snippet mode is required"),Ye()("post_types"!==m||Array.isArray(I)&&I.every(e=>"string"==typeof e)&&I.length>0,"a valid post types array is required"),Ye()("string"==typeof h,"a valid product ID is required"),Ye()(Array.isArray(y)&&y.every(e=>"string"==typeof e),"a valid product IDs array is required"),Ye()("string"==typeof M,"a valid payment option is required")},ownedSettingsSlugs:["publicationID"],settingSlugs:["ownerID","publicationID","publicationOnboardingState","publicationOnboardingStateChanged","snippetMode","postTypes","productID","productIDs","paymentOption"]});var $e=i(3687),Xe=i(21125);const Ke=(0,$e.U)({baseName:"getPublications",controlCallback:()=>(0,He.get)("modules",x.K$,"publications",{},{useCache:!1}),reducerCallback:(0,n.createReducer)((e,t)=>{e.publications=t})}),qe=(0,$e.U)({baseName:"getSyncPublicationOnboardingState",controlCallback:({publicationID:e,publicationOnboardingState:t})=>(0,He.set)("modules",x.K$,"sync-publication-onboarding-state",{publicationID:e,publicationOnboardingState:t}),argsToParams:({publicationID:e,publicationOnboardingState:t})=>({publicationID:e,publicationOnboardingState:t}),validateParams:({publicationID:e,publicationOnboardingState:t}={})=>{Ye()("string"==typeof e&&e.length>0,"publicationID is required and must be string."),Ye()("string"==typeof t&&t.length>0,"publicationOnboardingState is required and must be string.")},reducerCallback:(0,n.createReducer)((e,{publicationID:t,publicationOnboardingState:i})=>{if(!t)return;const n=Date.now();e.settings.publicationID===t&&(e.settings.publicationOnboardingState=i,e.settings.publicationOnboardingStateLastSyncedAtMs=n),e.savedSettings.publicationID===t&&(e.savedSettings.publicationOnboardingState=i,e.savedSettings.publicationOnboardingStateLastSyncedAtMs=n);const o=e.publications?.find(({publicationId:e})=>e===t);o&&(o.onboardingState=i)})}),et={publications:void 0},tt={*syncPublicationOnboardingState(){const e=yield n.commonActions.getRegistry();yield n.commonActions.await(e.resolveSelect(d).getSettings());const t=e.select(d).getPublicationID(),i=e.select(d).getPublicationOnboardingState();return void 0===t||void 0===i?{}:yield qe.actions.fetchGetSyncPublicationOnboardingState({publicationID:t,publicationOnboardingState:i})},*findMatchedPublication(){const{resolveSelect:e}=yield n.commonActions.getRegistry(),t=yield n.commonActions.await(e(d).getPublications());if(0===t.length)return null;if(1===t.length)return t[0];return t.find(e=>e.onboardingState===p.ONBOARDING_COMPLETE)||t[0]},*resetPublications(){const e=yield n.commonActions.getRegistry();return yield{type:"RESET_PUBLICATIONS"},yield Xe.o1.clearErrors("getPublications"),e.dispatch(d).invalidateResolutionForStoreSelector("getPublications")},selectPublication:(0,Ve.$C)(e=>{Ye()((0,H.isPlainObject)(e),"A valid publication object is required."),["publicationId","onboardingState"].forEach(t=>{Ye()(e.hasOwnProperty(t),`The publication object must contain ${t}`)})},function*({publicationId:e,onboardingState:t,paymentOptions:i,products:o}){const r=yield n.commonActions.getRegistry(),s={publicationID:e,publicationOnboardingState:t,publicationOnboardingStateChanged:!1,productIDs:[],paymentOption:""};if(i){const e=Object.keys(i).find(e=>!!i[e]);e&&(s.paymentOption=e)}return o&&(s.productIDs=o.reduce((e,{name:t})=>t?[...e,t]:e,[])),s.productID="openaccess",r.dispatch(d).setSettings(s)})},it=(0,n.createReducer)((e,{type:t})=>{if("RESET_PUBLICATIONS"===t)e.publications=et.publications}),nt={*getPublications(){void 0===(yield n.commonActions.getRegistry()).select(d).getPublications()&&(yield Ke.actions.fetchGetPublications())}},ot={getPublications:e=>e.publications,getCurrentProductIDs:(0,n.createRegistrySelector)(e=>t=>{if(void 0===e(d).getPublications())return;const i=e(d).getPublicationID();if(!i)return[];const n=t.publications.find(({publicationId:e})=>e===i);return n&&n.products?n.products.map(e=>e.name):[]})},rt=(0,n.combineStores)(Ke,qe,{initialState:et,actions:tt,controls:{},reducer:it,resolvers:nt,selectors:ot}),st=(rt.initialState,rt.actions,rt.controls,rt.reducer,rt.resolvers,rt.selectors,rt);var at=i(44451);const lt={selectors:{getServiceURL:(0,n.createRegistrySelector)(e=>(t,{path:i,query:n}={})=>{let o="https://publishercenter.google.com";if(i){o=`${o}${`/${i.replace(/^\//,"")}`}`}o=(0,at.F)(o,{...n,utm_source:"sitekit"});const r=e(re.oR).getAccountChooserURL(o);if(void 0!==r)return r}),getDetailsLinkURL:(0,n.createRegistrySelector)(e=>()=>{const t=e(d).getPublicationID();return e(d).getServiceURL({path:"reader-revenue-manager",query:{publication:t}})}),getCreatePublicationLinkURL:(0,n.createRegistrySelector)(e=>()=>e(d).getServiceURL({query:{prefill_canonical_domain:e(u.O4).getReferenceSiteURL(),prefill_lang:e(u.O4).getSiteLocale(),app_redirect:"rrm"}}))}},ct=(0,n.combineStores)(Je,st,lt);ct.initialState,ct.actions,ct.controls,ct.reducer,ct.resolvers,ct.selectors;async function gt({select:e,resolveSelect:t},i){if(!e(ae.i).isModuleActive(x.K$))return!1;await t(d).getSettings();const n=e(d).getPublicationOnboardingState(),o=e(d).getPaymentOption(),r=e(d).getProductIDs(),s=e(d).getProductID();return n===p.ONBOARDING_COMPLETE&&r.length>0&&"openaccess"===s&&o===i}const ut={[x.GQ]:{Component:ReaderRevenueManagerSetupCTABanner,priority:Ze.FQ.SETUP_CTA_LOW,areaSlug:Ze.bI.DASHBOARD_TOP,groupID:Ze.He.SETUP_CTAS,viewContexts:[Qe.jU],checkRequirements:async({select:e,resolveSelect:t})=>{await Promise.all([t(re.oR).getDismissedPrompts(),t(ae.i).isModuleConnected(x.K$),t(ae.i).canActivateModule(x.K$)]);const i=e(re.oR).isPromptDismissed("rrm_module_setup_banner_dismissed_key"),n=e(ae.i).isModuleConnected(x.K$),o=e(ae.i).canActivateModule(x.K$);return!(!1!==i||!1!==n||!o)},isDismissible:!0,dismissRetries:1},[x.Sy]:{Component:function RRMSetupSuccessSubtleNotification({id:e,Notification:t}){const[o,r]=(0,xe.A)("notification"),[s,a]=(0,xe.A)("slug"),l=[_e,Ce],g=(0,n.useSelect)(e=>e(d).getPublicationOnboardingState()),p=(0,n.useSelect)(e=>e(d).getPublicationID()),m=(0,n.useSelect)(e=>e(d).getServiceURL({path:"reader-revenue-manager",query:{publication:p}})),h=(0,_.A)(I,M)&&l.includes(g),y=(0,n.useSelect)(e=>e(d).getPaymentOption()),f=(0,n.useSelect)(e=>e(d).getProductID()),N=(0,n.useSelect)(e=>e(d).getProductIDs()),b=(0,n.useSelect)(e=>e(u.O4).getModuleSettingsEditURL(x.K$)),{setValues:D}=(0,n.useDispatch)(k.s),{setValue:S}=(0,n.useDispatch)(ve.n),{syncPublicationOnboardingState:v}=(0,n.useDispatch)(d),A=(0,j.useCallback)(()=>{r(void 0),a(void 0)},[r,a]);function E(){l.includes(g)&&D(I,{[M]:!0}),i.g.open(m,"_blank")}const w=(0,j.useCallback)(async()=>{h&&await v()},[h,v]);(0,T.$)(w,15e3);const O="authentication_success"===o&&s===x.K$;(0,j.useEffect)(()=>{O&&g===Ee&&""===y&&A()},[A,y,g,S,O]);const L={label:`${g}:${y}:${!!f&&"openaccess"!==f?"yes":"no"}`};if(g===_e)return(0,C.jsx)(t,{gaTrackingEventArgs:L,children:(0,C.jsx)(ue.A,{notificationID:e,type:Te.Q.SUCCESS,gaTrackingEventArgs:L,title:(0,c.__)("Your Reader Revenue Manager account was successfully set up!","google-site-kit"),description:(0,c.__)("Your publication is still awaiting review, you can check its status in Reader Revenue Manager.","google-site-kit"),dismissButton:{onClick:A},ctaButton:{label:(0,c.__)("Check publication status","google-site-kit"),onClick:E,external:!0}})});if(g===Ce)return(0,C.jsx)(t,{gaTrackingEventArgs:L,children:(0,C.jsx)(ue.A,{type:Te.Q.WARNING,notificationID:e,gaTrackingEventArgs:L,title:(0,c.__)("Your Reader Revenue Manager account was successfully set up, but your publication still requires further setup in Reader Revenue Manager.","google-site-kit"),dismissButton:{onClick:A},ctaButton:{label:(0,c.__)("Complete publication setup","google-site-kit"),onClick:E,external:!0}})});if(g===Ee){if(""===y)return null;const i={title:(0,c.__)("Success! Your Reader Revenue Manager account is set up","google-site-kit"),description:"",primaryButton:{text:(0,c.__)("Manage CTAs","google-site-kit"),ctaLink:b,isCTALinkExternal:!1},secondaryButton:{text:(0,c.__)("Got it","google-site-kit"),onClick:A}};switch(y){case"subscriptions":i.description="openaccess"===f?(0,c.__)("You can edit your settings to manage product IDs and select which of your site’s pages will include a subscription CTA.","google-site-kit"):(0,c.__)("You can edit your settings and select which of your site’s pages will include a subscription CTA.","google-site-kit");break;case"contributions":N.length>0&&"openaccess"===f?i.description=(0,c.__)("You can edit your settings to manage product IDs and select which of your site’s pages will include a contribution CTA.","google-site-kit"):i.description=(0,c.__)("You can edit your settings and select which of your site’s pages will include a contribution CTA.","google-site-kit");break;case"noPayment":i.description=(0,z.A)((0,c.__)("Explore Reader Revenue Manager’s additional features, such as paywalls, subscriptions and contributions. <a>Learn more</a>","google-site-kit"),{a:(0,C.jsx)(Ae.A,{id:e,ariaLabel:(0,c.__)("Learn more about Reader Revenue Manager features","google-site-kit"),label:(0,c.__)("Learn more","google-site-kit"),url:"https://support.google.com/news/publisher-center/answer/12813936",gaTrackingEventArgs:L,hideExternalIndicator:!0})}),i.primaryButton={text:(0,c.__)("Get started","google-site-kit"),ctaLink:m,isCTALinkExternal:!0}}return(0,C.jsx)(t,{gaTrackingEventArgs:L,children:(0,C.jsx)(ue.A,{notificationID:e,type:Te.Q.SUCCESS,gaTrackingEventArgs:L,title:i.title,description:i.description,dismissButton:{label:i.secondaryButton.text,onClick:i.secondaryButton.onClick},ctaButton:{label:i.primaryButton.text,href:i.primaryButton.ctaLink,external:i.primaryButton.isCTALinkExternal}})})}return null},areaSlug:Ze.bI.DASHBOARD_TOP,viewContexts:[Qe.jU],checkRequirements:async({select:e,resolveSelect:t})=>{if(!await t(ae.i).isModuleConnected(x.K$))return!1;const i=(0,g.d)(location.href,"notification"),n=(0,g.d)(location.href,"slug");await t(d).getSettings();const o=await e(d).getPublicationOnboardingState();return"authentication_success"===i&&n===x.K$&&void 0!==o},isDismissible:!1},[x.qd]:{Component:ProductIDContributionsNotification,priority:20,areaSlug:Ze.bI.DASHBOARD_TOP,viewContexts:[Qe.jU],isDismissible:!0,checkRequirements:async e=>await gt(e,"contributions")},[x.RB]:{Component:ProductIDSubscriptionsNotification,priority:20,areaSlug:Ze.bI.DASHBOARD_TOP,viewContexts:[Qe.jU],isDismissible:!0,checkRequirements:async e=>await gt(e,"subscriptions")},[be]:{Component:PublicationApprovedOverlayNotification,priority:Ze.FQ.SETUP_CTA_HIGH,areaSlug:Ze.bI.OVERLAYS,groupID:Ze.He.SETUP_CTAS,viewContexts:[Qe.jU],isDismissible:!0,checkRequirements:async({resolveSelect:e,dispatch:t})=>{if(!await e(ae.i).isModuleConnected(x.K$))return!1;const{publicationOnboardingState:i,paymentOption:n,publicationOnboardingStateChanged:o}=await e(d).getSettings()||{},r=(0,g.d)(location.href,"notification"),s=(0,g.d)(location.href,"slug"),a="authentication_success"===r&&s===x.K$;if(i===p.ONBOARDING_COMPLETE&&(a&&""===n||!0===o)){if(!0===o){const{saveSettings:e,setPublicationOnboardingStateChanged:i}=t(d);i(!1),e()}return!0}return!1}},[Ue]:{Component:RRMIntroductoryOverlayNotification,priority:Ze.FQ.SETUP_CTA_LOW,areaSlug:Ze.bI.OVERLAYS,groupID:Ze.He.SETUP_CTAS,viewContexts:[Qe.jU],isDismissible:!0,checkRequirements:async({resolveSelect:e})=>{if(!await e(ae.i).isModuleConnected(x.K$))return!1;const{publicationOnboardingState:t,paymentOption:i}=await e(d).getSettings()||{},n=(0,g.d)(location.href,"notification"),o=(0,g.d)(location.href,"slug"),r="authentication_success"===n&&o===x.K$;return!(t!==p.ONBOARDING_COMPLETE||!["noPayment",""].includes(i)||r)}}};o().registerStore(d,ct),s().registerModule(x.K$,{storeName:d,SettingsEditComponent:SettingsEdit,SettingsViewComponent:SettingsView,SetupComponent:SetupMain,Icon:oe,features:[(0,c.__)("Reader Revenue Manager publication tracking will be disabled","google-site-kit")],overrideSetupSuccessNotification:!0,checkRequirements:async e=>{await e.resolveSelect(u.O4).getSiteInfo();const t=e.select(u.O4).getHomeURL();if(!(0,ge.d)(t))throw{code:"non_https_site",message:(0,c.__)("The site should use HTTPS to set up Reader Revenue Manager","google-site-kit"),data:null}}}),function(e){for(const t in ut)e.registerNotification(t,ut[t])}(l())},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),o=i(82286),r=i(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,s=i.g){const[a,l]=(0,n.useState)((0,o.d)(s.location.href,e)||t);return[a,function(t){l(t);const i=(0,r.F)(s.location.href,{[e]:t});s.history.replaceState(null,"",i)}]}},20678:(e,t,i)=>{i.d(t,{Ed:()=>s,GQ:()=>a,K$:()=>u,R2:()=>r,RB:()=>g,Sy:()=>l,qd:()=>c,z9:()=>o});var n=i(82871);const o={post_types:(0,n.__)("Specific content types","google-site-kit"),per_post:(0,n.__)("Specified pages","google-site-kit"),sitewide:(0,n.__)("Site wide","google-site-kit")},r="rrm-product-id-open-access-notice",s="rrm-product-id-info-notice",a="rrm-setup-notification",l="setup-success-notification-rrm",c="rrm-product-id-contributions-notification",g="rrm-product-id-subscriptions-notification",u="reader-revenue-manager"},20898:(e,t,i)=>{i.d(t,{A:()=>A});var n,o=i(4452),r=i.n(o),s=i(62688),a=i.n(s),l=i(39941),c=i(63696),g=i(82871);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},u.apply(null,arguments)}const d=e=>c.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),n||(n=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},m.apply(null,arguments)}const I=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var h;function y(){return y=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},y.apply(null,arguments)}const M=e=>c.createElement("svg",y({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),h||(h=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var f=i(83366),N=i(84385),j=i(62540);const b="BUTTON",D="BUTTON_DISABLED",S="EXTERNAL_LINK",k="LINK",x="ROUTER_LINK",v=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:n=!1,arrow:o=!1,back:s=!1,caps:a=!1,children:c,className:u="",danger:p=!1,disabled:m=!1,external:h=!1,hideExternalIndicator:y=!1,href:v="",inverse:A=!1,noFlex:T=!1,onClick:E,small:_=!1,standalone:C=!1,linkButton:w=!1,to:O,leadingIcon:z,trailingIcon:L,...R}=e;const P=v||O||!E?O?x:h?S:k:m?D:b;const G=P===b||P===D?"button":P===x?l.N_:"a",B=function(){let e;return P===S&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===D&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let U=z,Z=L;return s&&(U=(0,j.jsx)(M,{width:14,height:14})),h&&!y&&(Z=(0,j.jsx)(f.A,{width:14,height:14})),o&&!A&&(Z=(0,j.jsx)(d,{width:14,height:14})),o&&A&&(Z=(0,j.jsx)(I,{width:14,height:14})),(0,j.jsxs)(G,{"aria-label":B,className:r()("googlesitekit-cta-link",u,{"googlesitekit-cta-link--secondary":n,"googlesitekit-cta-link--inverse":A,"googlesitekit-cta-link--small":_,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":C,"googlesitekit-cta-link--link-button":w,"googlesitekit-cta-link--no-flex":!!T}),disabled:m,href:P!==k&&P!==S||m?void 0:v,onClick:E,rel:P===S?"noopener noreferrer":void 0,ref:t,target:P===S?"_blank":void 0,to:O,...R,children:[!!U&&(0,j.jsx)(N.A,{marginRight:5,children:U}),(0,j.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!Z&&(0,j.jsx)(N.A,{marginLeft:5,children:Z})]})});v.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const A=v},21125:(e,t,i)=>{i.d(t,{g4:()=>I,o1:()=>m});var n=i(78913),o=i(32091),r=i.n(o),s=i(10523),a=i.n(s),l=i(12850),c=i(50539);const g="RECEIVE_ERROR",u="CLEAR_ERROR",d="CLEAR_ERRORS";function p(e,t){if(t&&Array.isArray(t)){const i=t.map(e=>"object"==typeof e?(0,l.Zm)(e):e);return`${e}::${a()(JSON.stringify(i))}`}return e}const m={receiveError:(e,t,i=[])=>(r()(e,"error is required."),r()(t,"baseName is required."),r()(i&&Array.isArray(i),"args must be an array."),{type:g,payload:{error:e,baseName:t,args:i}}),clearError:(e,t=[])=>(r()(e,"baseName is required."),r()(t&&Array.isArray(t),"args must be an array."),{type:u,payload:{baseName:e,args:t}}),clearErrors:e=>({type:d,payload:{baseName:e}})};function I(e){r()(e,"storeName must be defined.");const t=(0,c.createReducer)((e,{type:t,payload:i})=>{switch(t){case g:{const{baseName:t,args:n,error:o}=i,r=p(t,n);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[r]=o,e.errorArgs[r]=n;break}case u:{const{baseName:t,args:n}=i,o=p(t,n);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[o],delete e.errorArgs[o];break}case d:{const{baseName:t}=i;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const i in e.errors)(i===t||i.startsWith(`${t}::`))&&(delete e.errors[i],delete e.errorArgs[i])}else e.errors={},e.errorArgs={};break}}}),i={getErrorForSelector:(e,t,n=[])=>(r()(t,"selectorName is required."),i.getError(e,t,n)),getErrorForAction:(e,t,n=[])=>(r()(t,"actionName is required."),i.getError(e,t,n)),getError(e,t,i){const{errors:n}=e;return r()(t,"baseName is required."),n[p(t,i)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const i=Object.keys(e.errors).find(i=>e.errors[i]===t);if(i){return{baseName:i.substring(0,i.indexOf("::")),args:e.errorArgs[i]}}return null},getSelectorDataForError:(0,n.N)(t=>function(i,n){const o=t(e).getMetaDataForError(n);if(o){const{baseName:i,args:n}=o;if(!!t(e)[i])return{storeName:e,name:i,args:n}}return null}),hasErrors:e=>i.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:m,controls:{},reducer:t,resolvers:{},selectors:i}}},21134:(e,t,i)=>{i.d(t,{Gq:()=>u,IL:()=>I,LD:()=>p,SO:()=>d,a2:()=>o,xD:()=>m});var n=i(12850);const o="googlesitekit_",r=`${o}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,s=["sessionStorage","localStorage"];let a,l=[...s];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function u(e){const t=await g();if(t){const i=t.getItem(`${r}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:n,value:o,isError:r}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:o,isError:r}}}return{cacheHit:!1,value:void 0}}async function d(e,t,{ttl:o=n.Jg,timestamp:s=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${r}${e}`,JSON.stringify({timestamp:s,ttl:o,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(o)?e:`${r}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const n=e.key(i);0===n.indexOf(o)&&t.push(n)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function I(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},22242:(e,t,i)=>{i.d(t,{B7:()=>b,FK:()=>j,JG:()=>f,VM:()=>D,Wq:()=>I,hk:()=>N,mV:()=>m});var n=i(32091),o=i.n(n),r=i(17243),s=i(54419),a=i(50539),l=i(47121),c=i(71769),g=i(3687),u=i(21125);const{clearError:d,receiveError:p}=u.o1,m="cannot submit changes while submitting changes",I="cannot submit changes if settings have not changed",h="SET_SETTINGS",y="ROLLBACK_SETTINGS",M="ROLLBACK_SETTING";function f(e,t,i,{ownedSettingsSlugs:n,storeName:u,settingSlugs:m=[],initialSettings:I,validateHaveSettingsChanged:f=D()}={}){o()(e,"type is required."),o()(t,"identifier is required."),o()(i,"datapoint is required.");const N=u||`${e}/${t}`,j={ownedSettingsSlugs:n,settings:I,savedSettings:void 0},b=(0,g.U)({baseName:"getSettings",controlCallback:()=>(0,s.get)(e,t,i,{},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t,...e.settings||{}}})}),S=(0,g.U)({baseName:"saveSettings",controlCallback:n=>{const{values:o}=n;return(0,s.set)(e,t,i,o)},reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t}}),argsToParams:e=>({values:e}),validateParams:({values:e}={})=>{o()((0,r.isPlainObject)(e),"values is required.")}}),k={},x={setSettings:e=>(o()((0,r.isPlainObject)(e),"values is required."),{payload:{values:e},type:h}),rollbackSettings:()=>({payload:{},type:y}),rollbackSetting:e=>(o()(e,"setting is required."),{payload:{setting:e},type:M}),*saveSettings(){const e=yield a.commonActions.getRegistry();yield d("saveSettings",[]);const t=e.select(N).getSettings(),{response:i,error:n}=yield S.actions.fetchSaveSettings(t);return n&&(yield p(n,"saveSettings",[])),{response:i,error:n}}},v=(0,a.createReducer)((e,{type:t,payload:i})=>{switch(t){case h:{const{values:t}=i;e.settings={...e.settings||{},...t};break}case y:e.settings=e.savedSettings;break;case M:{const{setting:t}=i;e.savedSettings[t]&&(e.settings={...e.settings||{},[t]:e.savedSettings[t]});break}default:void 0!==k[t]&&k[t](e,{type:t,payload:i})}}),A={*getSettings(){(yield a.commonActions.getRegistry()).select(N).getSettings()||(yield b.actions.fetchGetSettings())}},{safeSelector:T,dangerousSelector:E}=(0,l.RF)(f),_={haveSettingsChanged:T,__dangerousHaveSettingsChanged:E,getSettings:e=>e.settings,hasSettingChanged(e,t){o()(t,"setting is required.");const{settings:i,savedSettings:n}=e;return!(!i||!n)&&!(0,r.isEqual)(i[t],n[t])},isDoingSaveSettings:e=>Object.values(e.isFetchingSaveSettings).some(Boolean),getOwnedSettingsSlugs:e=>e.ownedSettingsSlugs,haveOwnedSettingsChanged:(0,a.createRegistrySelector)(e=>()=>{const t=e(N).getOwnedSettingsSlugs();return e(N).haveSettingsChanged(t)})};m.forEach(e=>{const t=(0,c.m2)(e),i=(0,c.sP)(e);x[`set${t}`]=e=>(o()(void 0!==e,`value is required for calls to set${t}().`),{payload:{value:e},type:`SET_${i}`}),k[`SET_${i}`]=(t,{payload:i})=>{const{value:n}=i;t.settings={...t.settings||{},[e]:n}},_[`get${t}`]=(0,a.createRegistrySelector)(t=>()=>(t(N).getSettings()||{})[e])});return{...(0,a.combineStores)(a.commonStore,b,S,{initialState:j,actions:x,controls:{},reducer:v,resolvers:A,selectors:_}),STORE_NAME:N}}function N(e,t){return async({select:i,dispatch:n})=>{if(i(t).haveSettingsChanged()){const{error:e}=await n(t).saveSettings();if(e)return{error:e}}return await(0,s.invalidateCache)("modules",e),{}}}function j(e){return({select:t,dispatch:i})=>t(e).haveSettingsChanged()?i(e).rollbackSettings():{}}function b(e){return t=>{const i=(0,l.WI)(t),{haveSettingsChanged:n,isDoingSubmitChanges:r}=i(e);o()(!r(),m),o()(n(),I)}}function D(){return(e,t,i)=>{const{settings:n,savedSettings:s}=t;i&&o()(!(0,r.isEqual)((0,r.pick)(n,i),(0,r.pick)(s,i)),I),o()(!(0,r.isEqual)(n,s),I)}}},24558:(e,t,i)=>{i.d(t,{Ax:()=>r,CZ:()=>g,Ej:()=>D,Gw:()=>S,Is:()=>s,KK:()=>d,Nn:()=>x,OT:()=>j,SH:()=>N,Y$:()=>p,ZS:()=>a,bg:()=>h,en:()=>b,ep:()=>I,f7:()=>o,hi:()=>m,jU:()=>n,k$:()=>M,kz:()=>k,ly:()=>l,mo:()=>y,s3:()=>f,uR:()=>c,zx:()=>u});const n="mainDashboard",o="entityDashboard",r="mainDashboardViewOnly",s="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",u="adminBarViewOnly",d="settings",p="adBlockingRecovery",m="wpDashboard",I="wpDashboardViewOnly",h="moduleSetup",y="metricSelection",M="wpBlockEditor",f="keyMetricsSetup",N="key-metrics",j="traffic",b="content",D="speed",S="monetization",k=[n,o,r,s,a,c,d,h,y],x=[r,s,u,I]},27333:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(35470),o=i(78340);function r(e,t){return(0,n.A)(i=>{const{getValue:n}=i(o.s);return n(e,t)},[e,t])}},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var n=i(62688),o=i.n(n),r=i(82871),s=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,r.__)("Maybe later","google-site-kit"),onClick:i,disabled:n,tertiary:o=!0}){return i?(0,a.jsx)(s.Button,{className:e,onClick:i,disabled:n,tertiary:o,children:t}):null}DismissButton.propTypes={className:o().string,label:o().string,onClick:o().func,disabled:o().bool,tertiary:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},30679:(e,t,i)=>{i.d(t,{A:()=>StoreErrorNotices});var n=i(62688),o=i.n(n),r=i(50539),s=i(77967),a=i(37226),l=i(67150),c=i(65311),g=i(62540);function StoreErrorNotices({hasButton:e=!1,moduleSlug:t,storeName:i}){const n=(0,r.useSelect)(e=>e(i).getErrors()),o=(0,r.useSelect)(e=>e(a.i).getModule(t)),u=[];return n.filter(e=>!(!e?.message||u.includes(e.message))&&(u.push(e.message),!0)).map((t,n)=>{let{message:r}=t;return(0,l.SG)(t)&&(r=(0,c.c)(r,o)),(0,g.jsx)(s.A,{error:t,hasButton:e,storeName:i,message:r},n)})}StoreErrorNotices.propTypes={hasButton:o().bool,storeName:o().string.isRequired,moduleSlug:o().string}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var n=i(62688),o=i.n(n),r=i(82871),s=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,r.__)("Learn more","google-site-kit"),external:n=!0,onClick:o=()=>{}}){return e?(0,a.jsx)(s.A,{href:e,className:t,onClick:o,external:n,children:i}):null}LearnMoreLink.propTypes={href:o().string.isRequired,className:o().string,label:o().string,external:o().bool,onClick:o().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>r,Lg:()=>s,Qb:()=>o,dv:()=>l,mp:()=>a});var n=i(15577);const o="xlarge",r="desktop",s="tablet",a="small";function l(){const e=(0,n.SO)();return e>1280?o:e>960?r:e>600?s:a}},33676:(e,t,i)=>{function n(e){try{if("string"!=typeof e||!e)throw new TypeError(`Invalid URL: ${e}`);return"https:"===new URL(e).protocol}catch(e){return i.g.console.warn("Invalid URL:",e),!1}}i.d(t,{d:()=>n})},34375:(e,t,i)=>{i.d(t,{A:()=>SetupCTA});var n=i(4452),o=i.n(n),r=i(62688),s=i.n(r),a=i(63696),l=i(50539),c=i(71423),g=i(7070),u=i(7184),d=i(30823),p=i(3782),m=i(29584),I=i(55527),h=i(49383),y=i(62540);function SetupCTA({notificationID:e,title:t,description:i,errorText:n,helpText:r,learnMoreLink:s,dismissButton:d,ctaButton:p,svg:m,footer:M,gaTrackingEventArgs:f,waitingProgress:N,...j}){const b=(0,g.A)(e,f?.category),{dismissNotification:D}=(0,l.useDispatch)(c.D);return(0,y.jsxs)(a.Fragment,{children:[!!N&&(0,y.jsx)(h.ProgressBar,{className:"googlesitekit-banner__progress-bar",...N}),(0,y.jsx)("div",{className:o()("googlesitekit-widget-context",{"googlesitekit-widget-context--with-progress-bar":!!N}),children:(0,y.jsx)(I.xA,{children:(0,y.jsx)(I.fI,{children:(0,y.jsx)(I.fh,{size:12,children:(0,y.jsx)(u.A,{className:"googlesitekit-banner--setup-cta",title:t,description:i,errorText:n,helpText:r,learnMoreLink:s&&{...s,onClick:async function(e){b.clickLearnMore(f?.label,f?.value),await(s?.onClick?.(e))}},dismissButton:d&&{...d,onClick:async function(t){await(d?.onClick?.(t)),b.dismiss(f?.label,f?.value),D(e,{...d?.dismissOptions})}},ctaButton:p&&{...p,onClick:async function(t){b.confirm(f?.label,f?.value),await(p?.onClick?.(t)),p?.dismissOnClick&&D(e,{...p?.dismissOptions})}},svg:m,footer:M,...j})})})})})]})}SetupCTA.propTypes={notificationID:s().string,title:s().string,description:s().oneOfType([s().string,s().node]),errorText:s().string,helpText:s().string,learnMoreLink:s().shape(d.A.propTypes),dismissButton:s().shape(m.A.propTypes),ctaButton:s().shape(p.A.propTypes),svg:s().shape({desktop:s().elementType,mobile:s().elementType,verticalPosition:s().oneOf(["top","center","bottom"])}),footer:s().node,gaTrackingEventArgs:s().shape({category:s().string,label:s().string,value:s().number}),waitingProgress:s().shape(h.ProgressBar.propTypes)}},37226:(e,t,i)=>{i.d(t,{U:()=>o,i:()=>n});const n="core/modules",o="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>I,ei:()=>y});var n=i(15844),o=i(36703),r=i(62688),s=i.n(r),a=i(82871),l=i(50539),c=i(7081),g=i(58116),u=i(89318),d=i(60592),p=i(77766),m=i(62540);const I={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},h={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},y={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},M={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:r,callback:s}){const a=`${t}-step`,f=`${t}-run`,{setValue:N}=(0,l.useDispatch)(c.n),{dismissTour:j}=(0,l.useDispatch)(g.oR),b=(0,l.useRegistry)(),D=(0,p.A)(),S=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),k=(0,l.useSelect)(e=>e(c.n).getValue(f)&&!1===e(g.oR).isTourDismissed(t));(0,n.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),N(f,!0)});const x=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(o.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:n,status:s,type:a}){const l=e+1,c="function"==typeof r?r(D):r;a===o.qY.TOOLTIP&&i===o.VD.TOOLTIP?(0,u.sx)(c,M.VIEW,l):t===o.kl.CLOSE&&i===o.VD.COMPLETE?(0,u.sx)(c,M.DISMISS,l):t===o.kl.NEXT&&s===o.XQ.FINISHED&&a===o.qY.TOUR_END&&n===l&&(0,u.sx)(c,M.COMPLETE,l),i===o.VD.COMPLETE&&s!==o.XQ.FINISHED&&(t===o.kl.PREV&&(0,u.sx)(c,M.PREV,l),t===o.kl.NEXT&&(0,u.sx)(c,M.NEXT,l))}(e);const{action:n,index:l,status:c,step:g,type:d}=e,p=n===o.kl.CLOSE,m=!p&&[o.qY.STEP_AFTER,o.qY.TARGET_NOT_FOUND].includes(d),I=[o.XQ.FINISHED,o.XQ.SKIPPED].includes(c),h=p&&d===o.qY.STEP_AFTER,y=I||h;if(o.qY.STEP_BEFORE===d){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){N(a,e+(t===o.kl.PREV?-1:1))}(l,n):y&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),j(t)),s&&s(e,b)},floaterProps:y,locale:h,run:k,stepIndex:S,steps:x,styles:I,tooltipComponent:d.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:s().arrayOf(s().object).isRequired,tourID:s().string.isRequired,gaEventCategory:s().oneOfType([s().string,s().func]).isRequired,callback:s().func}},42125:(e,t,i)=>{i.d(t,{$:()=>o});var n=i(63696);function o(e,t=0){(0,n.useEffect)(()=>{let n,o=!1;function r(){n=i.g.setTimeout(()=>{o=!0},t)}function s(){i.g.clearTimeout(n),o&&(o=!1,e())}return i.g.addEventListener("focus",s),i.g.addEventListener("blur",r),()=>{i.g.removeEventListener("focus",s),i.g.removeEventListener("blur",r),i.g.clearTimeout(n)}},[t,e])}},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},44174:(e,t,i)=>{i.d(t,{A:()=>SupportLink});var n=i(62688),o=i.n(n),r=i(50539),s=i(93896),a=i(20898),l=i(62540);function SupportLink(e){const{path:t,query:i,hash:n,...o}=e,c=(0,r.useSelect)(e=>e(s.O4).getGoogleSupportURL({path:t,query:i,hash:n}));return(0,l.jsx)(a.A,{...o,href:c})}SupportLink.propTypes={path:o().string.isRequired,query:o().object,hash:o().string}},45472:(e,t,i)=>{i.d(t,{M:()=>n});const n="core/location"},46935:e=>{e.exports=googlesitekit.notifications},47121:(e,t,i)=>{i.d(t,{$C:()=>v,RF:()=>x,WI:()=>S,_5:()=>j,jU:()=>N,o3:()=>f,x0:()=>D});var n=i(32091),o=i.n(n),r=i(50532),s=i.n(r),a=i(17243),l=i(78913);const c="GET_REGISTRY",g="AWAIT";function u(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=b(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return o()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const d=u,p=u;function m(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,n={})=>t.reduce((e,t)=>t(e,n),e)}const I=u,h=u,y=u;function M(e){return e}function f(...e){const t=y(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:d(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||M)),resolvers:I(...e.map(e=>e.resolvers||{})),selectors:h(...e.map(e=>e.selectors||{}))}}const N={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:g}}},j={[c]:(0,l.b)(e=>()=>e),[g]:({payload:e})=>e.value};function b(e){const t=[],i={};for(let n=0;n<e.length;n++){const o=e[n];i[o]=i[o]>=1?i[o]+1:1,i[o]>1&&t.push(o)}return t}const D={actions:N,controls:j,reducer:M};function S(e){return t=>k(e(t))}const k=s()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const n=e(...i);return o()(void 0!==n,`${t}(...) is not resolved`),n}));function x(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(n,...o)=>{const r=!t,s=!!t;try{return e(i,n,...o),r}catch{return s}}),dangerousSelector:(0,l.N)(t=>(i,...n)=>{e(t,i,...n)})}}function v(e,t){return o()("function"==typeof e,"a validator function is required."),o()("function"==typeof t,"an action creator function is required."),o()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>n});const n={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},53137:(e,t,i)=>{i.d(t,{FQ:()=>r,He:()=>a,bI:()=>s,rq:()=>o,ui:()=>n});const n="warning-notification-gtg",o="gtg-setup-cta",r={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},s={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54349:(e,t,i)=>{i.d(t,{A:()=>NoticeNotification});var n=i(80035),o=i(7070),r=i(50539),s=i(71423),a=i(55527),l=i(62688),c=i.n(l),g=i(62540);function NoticeNotification({notificationID:e,children:t,dismissButton:i,ctaButton:l,gaTrackingEventArgs:c,...u}){const d=(0,o.A)(e),{dismissNotification:p}=(0,r.useDispatch)(s.D);return(0,g.jsx)(a.xA,{children:(0,g.jsx)(a.fI,{children:(0,g.jsx)(a.fh,{size:12,alignMiddle:!0,children:(0,g.jsx)(n.A,{dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),d.dismiss(c?.label,c?.value),p(e,{...i?.dismissOptions||{}})}},ctaButton:{...l,onClick:async function(t){d.confirm(c?.label,c?.value),await(l?.onClick?.(t)),l?.dismissOnClick&&p(e,{...l?.dismissOptions})}},...u,children:t})})})})}NoticeNotification.propTypes={notificationID:c().string.isRequired,children:c().node,dismissButton:c().oneOfType([c().bool,c().object]),ctaButton:c().object,gaTrackingEventArgs:c().object}},54419:e=>{e.exports=googlesitekit.api},55527:(e,t,i)=>{i.d(t,{$z:()=>o.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>n.N,P3:()=>s.P,Si:()=>r.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var n=i(91046),o=i(3412),r=i(30454),s=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>s,$Q:()=>p,BT:()=>w,CQ:()=>x,DF:()=>H,GM:()=>k,GT:()=>M,HA:()=>R,HD:()=>d,HP:()=>C,J5:()=>G,JF:()=>A,JK:()=>h,Ml:()=>I,SS:()=>O,UF:()=>g,UY:()=>Q,Vl:()=>z,W6:()=>Y,Xq:()=>v,YQ:()=>T,Yw:()=>Z,dV:()=>_,dX:()=>S,ej:()=>c,em:()=>r,ep:()=>b,fu:()=>N,gC:()=>f,hz:()=>m,jx:()=>u,lV:()=>l,nH:()=>P,oR:()=>n,od:()=>a,p3:()=>y,pG:()=>D,qv:()=>o,qy:()=>E,t1:()=>F,t7:()=>U,tB:()=>j,tK:()=>B,u_:()=>L});const n="core/user",o="connected_url_mismatch",r="__global",s="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",u="googlesitekit_view_dashboard",d="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",I="googlesitekit_delegate_module_sharing_management",h="googlesitekit_update_plugins",y="kmAnalyticsAdSenseTopEarningContent",M="kmAnalyticsEngagedTrafficSource",f="kmAnalyticsLeastEngagingPages",N="kmAnalyticsNewVisitors",j="kmAnalyticsPopularAuthors",b="kmAnalyticsPopularContent",D="kmAnalyticsPopularProducts",S="kmAnalyticsReturningVisitors",k="kmAnalyticsTopCities",x="kmAnalyticsTopCitiesDrivingLeads",v="kmAnalyticsTopCitiesDrivingAddToCart",A="kmAnalyticsTopCitiesDrivingPurchases",T="kmAnalyticsTopDeviceDrivingPurchases",E="kmAnalyticsTopConvertingTrafficSource",_="kmAnalyticsTopCountries",C="kmAnalyticsTopPagesDrivingLeads",w="kmAnalyticsTopRecentTrendingPages",O="kmAnalyticsTopTrafficSource",z="kmAnalyticsTopTrafficSourceDrivingAddToCart",L="kmAnalyticsTopTrafficSourceDrivingLeads",R="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",G="kmAnalyticsVisitLength",B="kmAnalyticsTopReturningVisitorPages",U="kmSearchConsolePopularKeywords",Z="kmAnalyticsVisitsPerVisitor",Q="kmAnalyticsMostEngagingPages",F="kmAnalyticsTopCategories",Y=[y,M,f,N,j,b,D,S,F,k,x,v,A,T,E,_,w,O,z,P,G,B,Z,Q,F],H=[...Y,U]},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var n=i(28056),o=i.n(n),r=i(4452),s=i.n(r),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var u=i(72545),d=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:r,size:a,step:l,tooltipProps:m}){const I=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function h(e){return s()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:s()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(o(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(d.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(n.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:I.map(e=>(0,p.jsx)("li",{className:h(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,r.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...r,children:r.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(u.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{i.d(t,{Ay:()=>s,Kq:()=>r});const n=(0,i(63696).createContext)(""),{Consumer:o,Provider:r}=n,s=n},65214:(e,t,i)=>{i.d(t,{G:()=>o,t:()=>n});const n=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=n){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{i.d(t,{c:()=>s});var n=i(82871),o=i(97398),r=i(99897);function s(e="",t={}){const{slug:i="",name:s="",owner:a={}}=t||{};if(!i||!s)return e;let l="",c="";return r.L1===i?e.match(/account/i)?l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):o.Y===i&&(l=(0,n.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,n.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,n.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),s)),a&&a.login&&(c=(0,n.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,n.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),c||(c=(0,n.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>u,SG:()=>g,db:()=>o,e4:()=>p,vl:()=>d});i(17243);var n=i(82871);const o="missing_required_scopes",r="insufficientPermissions",s="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===o}function g(e){return[r,s].includes(e?.data?.reason)}function u(e){return!!e?.data?.reconnectURL}function d(e,t){return!(!t?.storeName||g(e)||c(e)||u(e))}function p(e){return e?.code===a?(0,n.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,n.__)("The server provided an invalid response","google-site-kit"):e?.message}},68485:(e,t,i)=>{i.d(t,{r:()=>AdminScreenTooltip,i:()=>n.i});var n=i(15863),o=i(63696),r=i(50539),s=i(62688),a=i(36703),l=i(40960),c=i(60592),g=i(14007),u=i(39771),d=i(32947),p=i(62540);function JoyrideTooltip(e){const{title:t,content:n,dismissLabel:r,disableOverlay:s=!0,target:m,cta:I=!1,className:h,styles:y={},slug:M="",placement:f="auto",onDismiss:N=()=>{},onView:j=()=>{},onTourStart:b=()=>{},onTourEnd:D=()=>{}}=e;function S(){return!!i.g.document.querySelector(m)}const[k,x]=(0,o.useState)(S),v=(0,d.dv)(),A=v===d.mp||v===d.Lg,[T,E]=(0,o.useState)(!0),_=(0,o.useRef)(A);if((0,l.A)(()=>{S()&&x(!0)},k?null:250),(0,o.useEffect)(()=>{let e=()=>{};if("function"==typeof i.g.ResizeObserver){const t=i.g.document.querySelector(m);if(t){const n=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});n.observe(t),e=()=>n.disconnect()}}return e},[m,k]),(0,o.useEffect)(()=>{let e;return _.current!==A&&(E(!1),e=setTimeout(()=>{E(!0)},50),_.current=A),()=>{e&&clearTimeout(e)}},[A]),!k)return null;const C=[{title:t,target:m,content:n,disableBeacon:!0,isFixed:!0,placement:f,cta:I,className:h}],w={close:r,last:r};return(0,p.jsx)(g.A,{slug:M,children:(0,p.jsx)(a.Ay,{callback:function({type:e}){switch(e){case a.qY.TOUR_START:b(),i.g.document.body.classList.add("googlesitekit-showing-tooltip");break;case a.qY.TOUR_END:D(),i.g.document.body.classList.remove("googlesitekit-showing-tooltip");break;case a.qY.STEP_AFTER:N();break;case a.qY.TOOLTIP:j()}},disableOverlay:s,spotlightPadding:0,floaterProps:u.ei,locale:w,steps:C,styles:{...u.R0,...y,options:{...u.R0.options,...y?.options},spotlight:{...u.R0.spotlight,...y?.spotlight}},tooltipComponent:c.A,run:T,disableScrolling:!0})})}JoyrideTooltip.propTypes={title:s.PropTypes.node,content:s.PropTypes.string,disableOverlay:s.PropTypes.bool,dismissLabel:s.PropTypes.string,target:s.PropTypes.string.isRequired,onDismiss:s.PropTypes.func,onShow:s.PropTypes.func,className:s.PropTypes.string,styles:s.PropTypes.object,slug:s.PropTypes.string,placement:s.PropTypes.string,onView:s.PropTypes.func};var m=i(7081),I=i(12850),h=i(77766);function AdminScreenTooltip(){const e=(0,h.A)(),{setValue:t}=(0,r.useDispatch)(m.n),i=(0,d.dv)(),{isTooltipVisible:n=!1,target:s,placement:a,className:l,tooltipSlug:c,title:g,content:u,dismissLabel:y}=(0,r.useSelect)(e=>e(m.n).getValue("admin-screen-tooltip")||{isTooltipVisible:!1});const M=(0,o.useCallback)(()=>{c&&(0,I.sx)(`${e}_${c}`,"tooltip_dismiss"),t("admin-screen-tooltip",void 0)},[t,c,e]);if(!n)return null;const f=i===d.mp||i===d.Lg,N=null!=s?s:'#adminmenu [href*="page=googlesitekit-settings"]',j=null!=a?a:"right";return(0,p.jsx)(JoyrideTooltip,{target:f?"body":N,placement:f?"center":j,className:f?"googlesitekit-tour-tooltip__modal_step":l||(s?void 0:"googlesitekit-tour-tooltip__fixed-settings-tooltip"),disableOverlay:!f,slug:"admin-screen-tooltip",title:g,content:u,dismissLabel:y,onView:function(){(0,I.sx)(`${e}_${c}`,"tooltip_view")},onDismiss:M})}},71423:(e,t,i)=>{i.d(t,{$:()=>r,D:()=>o});var n=i(24558);const o="core/notifications",r=[n.uR,n.jU,n.f7,n.Ax,n.Is]},71769:(e,t,i)=>{function n(e){return e.charAt(0).toUpperCase()+e.slice(1)}function o(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function r(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>r,m2:()=>n,sP:()=>o})},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>d,fI:()=>g});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:n,alignBottom:o,alignRight:r,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:u,smSize:d,smStart:p,smOrder:m,mdSize:I,mdStart:h,mdOrder:y,lgSize:M,lgStart:f,lgOrder:N,size:j,children:b,...D}=e;return(0,a.jsx)("div",{...D,className:s()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":n,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":r,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":u,[`mdc-layout-grid__cell--span-${j}`]:12>=j&&j>0,[`mdc-layout-grid__cell--span-${M}-desktop`]:12>=M&&M>0,[`mdc-layout-grid__cell--start-${f}-desktop`]:12>=f&&f>0,[`mdc-layout-grid__cell--order-${N}-desktop`]:12>=N&&N>0,[`mdc-layout-grid__cell--span-${I}-tablet`]:8>=I&&I>0,[`mdc-layout-grid__cell--start-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--order-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--span-${d}-phone`]:4>=d&&d>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:b})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},n)=>(0,a.jsx)("div",{ref:n,className:s()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const g=c,u=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:n,collapsed:o,...r},l)=>(0,a.jsx)("div",{className:s()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":t}),...r,ref:l,children:n}));u.displayName="Grid",u.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},u.defaultProps={className:""};const d=u},76422:(e,t,i)=>{i.d(t,{A:()=>OverlayNotification});var n=i(62688),o=i.n(n),r=i(50539),s=i(71423),a=i(7070),l=i(5230),c=i(4452),g=i.n(c),u=i(32947),d=i(63696),p=i(15167),m=i(62540);function Title({children:e}){return(0,m.jsx)(p.A,{as:"h3",size:"medium",type:"title",className:"googlesitekit-overlay-card__title",children:e})}function Description({children:e}){return(0,m.jsx)("p",{className:"googlesitekit-overlay-card__description",children:e})}Title.propTypes={children:o().node.isRequired},Description.propTypes={children:o().node.isRequired};var I=i(82871),h=i(49383);function DismissButton({label:e=(0,I.__)("Maybe later","google-site-kit"),onClick:t,disabled:i}){return(0,m.jsx)(h.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}const y={label:o().string,onClick:o().func,disabled:o().bool};function CTAButton(e){const{label:t,...i}=e;return(0,m.jsx)(h.Button,{...i,children:t})}DismissButton.propTypes=y,CTAButton.propTypes={...y,href:o().string,target:o().string,trailingIcon:o().object};var M=i(98652);function Body({title:e,description:t,ctaButton:i,dismissButton:n,GraphicDesktop:o,GraphicMobile:r,newBadge:s}){const a=(0,u.dv)();return(0,m.jsxs)(d.Fragment,{children:[a!==u.mp&&o&&(0,m.jsx)("div",{className:"googlesitekit-overlay-card__graphic",children:(0,m.jsx)(o,{})}),(0,m.jsxs)("div",{className:"googlesitekit-overlay-card__body",children:[s&&(0,m.jsx)("div",{className:"googlesitekit-overlay-card__badge",children:(0,m.jsx)(M.A,{hasNoSpacing:!0})}),e&&(0,m.jsx)(Title,{children:e}),t&&(0,m.jsx)(Description,{children:t})]}),(i||n)&&(0,m.jsxs)("div",{className:"googlesitekit-overlay-card__actions",children:[n&&(0,m.jsx)(DismissButton,{...n}),i&&(0,m.jsx)(CTAButton,{...i})]}),a===u.mp&&r&&(0,m.jsx)(r,{})]})}function OverlayCard(e){const{visible:t,className:i,...n}=e,o=(0,u.dv)();if(!t)return null;const r=(0,m.jsx)("div",{className:g()("googlesitekit-overlay-card",i),children:(0,m.jsx)(Body,{...n})});return o===u.mp?r:(0,m.jsx)(l.A,{direction:"up",in:t,children:r})}function OverlayNotification({notificationID:e,ctaButton:t,dismissButton:i,gaTrackingEventArgs:n,...o}){const l=(0,a.A)(e,n?.category,{confirmAction:n?.confirmAction,dismissAction:n?.dismissAction}),{dismissNotification:c}=(0,r.useDispatch)(s.D);const{dismissOnClick:g,dismissOptions:u,...d}=t||{};const p=t?{...d,onClick:async function(i){l.confirm(n?.label,n?.value),await(t?.onClick?.(i)),g&&c(e,{...u})}}:void 0;return(0,m.jsx)(OverlayCard,{ctaButton:p,dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),l.dismiss(n?.label,n?.value),c(e,{...i.dismissOptions})}},...o,visible:!0})}Body.propTypes={title:o().node,description:o().node,ctaButton:o().shape({...y,href:o().string,target:o().string,trailingIcon:o().element}),dismissButton:o().shape({...y}),GraphicDesktop:o().elementType,GraphicMobile:o().elementType,newBadge:o().bool},OverlayCard.propTypes={className:o().string,title:o().string,description:o().oneOfType([o().string,o().object]),ctaButton:o().shape({...y,href:o().string,target:o().string,trailingIcon:o().object}),dismissButton:o().shape(y),GraphicDesktop:o().elementType,GraphicMobile:o().elementType,newBadge:o().bool,visible:o().bool},OverlayCard.defaultProps={visible:!1},OverlayNotification.propTypes={notificationID:o().string,ctaButton:o().object,dismissButton:o().oneOfType([o().object,o().bool])}},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),o=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,n.useContext)(o.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var n=i(62688),o=i.n(n),r=i(63696),s=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),u=i(12850),d=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:n,message:o=t.message,noPrefix:p=!1,skipRetryMessage:m,hideIcon:I=!1}){const h=(0,l.useDispatch)(),y=(0,l.useSelect)(e=>n?e(n).getSelectorDataForError(t):null),M=(0,r.useCallback)(()=>{h(y.storeName).invalidateResolution(y.name,y.args)},[h,y]);if(!o||(0,c.G)(t))return null;const f=i&&(0,c.vl)(t,y);let N=o;i||m||(N=(0,s.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,s.__)("%s (Please try again.)","google-site-kit"),N)),p||(N=(0,s.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,s.__)("Error: %s","google-site-kit"),N));const j=t?.data?.reconnectURL;j&&(0,a.m)(j)&&(N=(0,s.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,s.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),N,j));return(0,d.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,d.jsx)("span",{dangerouslySetInnerHTML:(0,u.p9)(N,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:f?{label:(0,s.__)("Retry","google-site-kit"),onClick:M}:void 0,hideIcon:I})}ErrorNotice.propTypes={className:o().string,error:o().shape({message:o().string}),hasButton:o().bool,storeName:o().string,message:o().string,noPrefix:o().bool,skipRetryMessage:o().bool,hideIcon:o().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>n});const n="core/forms"},79829:(e,t,i)=>{i.d(t,{Eo:()=>u,JK:()=>I,K5:()=>m,jq:()=>p,mK:()=>g});var n=i(17243),o=i(50532),r=i.n(o),s=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:n}=function(e,t={}){const{hours:i,minutes:n,seconds:o}=l(e);return{hours:i,minutes:n,seconds:o,formatUnit(){const{unitDisplay:r="short",...a}=t,l={unitDisplay:r,...a,style:"unit"};return 0===e?p(o,{...l,unit:"second"}):(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?p(o,{...l,unit:"second"}):"",n?p(n,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,s.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,s.__)("%ds","google-site-kit"),o);if(0===e)return t;const r=(0,s.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,s.__)("%dm","google-site-kit"),n),a=(0,s.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,s.__)("%dh","google-site-kit"),i);return(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",n?r:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return n()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function u(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:o="metric"}=i;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,s.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?a(e,i):"durationISO"===o?function(e){let{hours:t,minutes:i,seconds:n}=l(e);return n=("0"+n).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${n}`:`${t}:${i}:${n}`}(e):p(e,i)}const d=r()(console.warn);function p(e,t={}){const{locale:i=I(),...n}=t;try{return new Intl.NumberFormat(i,n).format(e)}catch(t){d(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},r=["signDisplay","compactDisplay"],s={};for(const[e,t]of Object.entries(n))o[e]&&t===o[e]||r.includes(e)||(s[e]=t);try{return new Intl.NumberFormat(i,s).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=I(),style:n="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:n,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const r=(0,s.__)(", ","google-site-kit");return e.join(r)}function I(e=i.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>f});var n,o=i(62688),r=i.n(o),s=i(4452),a=i.n(s),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var u=i(42343),d=i(49655),p=i(62540);const m={[d.Q.NEW]:u.A,[d.Q.SUCCESS]:c.A,[d.Q.INFO]:warning_notice,[d.Q.WARNING]:warning_notice,[d.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:r().oneOf(Object.values(d.Q))},Title.propTypes={className:r().string,children:r().node},Description.propTypes={className:r().string,children:r().node};var I=i(49383),h=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:n,href:o,external:r,hideExternalIndicator:s}){let a;return r&&!s&&(a=(0,p.jsx)(h.A,{width:14,height:14})),(0,p.jsx)(I.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:n,href:o,target:r?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:r().string.isRequired,disabled:r().bool,inProgress:r().bool,onClick:r().func,href:r().string,external:r().bool,hideExternalIndicator:r().bool};var y=i(82871);function DismissButton({label:e=(0,y.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(I.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:r().string,onClick:r().func.isRequired,disabled:r().bool};const M=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:n,ctaButton:o,type:r=d.Q.INFO,children:s,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${r}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:r})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(n?.label||n?.onClick||o?.label&&(o?.onClick||o?.href)||s)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[s,(n?.label||n?.onClick)&&(0,p.jsx)(DismissButton,{label:n.label,onClick:n.onClick,disabled:n.disabled}),o?.label&&(o?.onClick||o?.href)&&(0,p.jsx)(CTAButton,{label:o.label,onClick:o.onClick,inProgress:o.inProgress,disabled:o.disabled,href:o.href,external:o.external,hideExternalIndicator:o.hideExternalIndicator})]})]}));M.TYPES=d.Q,M.propTypes={className:r().string,title:r().oneOfType([r().string,r().object]),description:r().node,type:r().oneOf(Object.values(d.Q)),dismissButton:r().shape(DismissButton.propTypes),ctaButton:r().shape({...CTAButton.propTypes,label:r().string}),children:r().node,hideIcon:r().bool};const f=M},80452:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 9"},e),n||(n=o.createElement("path",{stroke:"currentColor",strokeLinecap:"square",strokeWidth:1.6,d:"m2 5.309 1.474 2.14c.69 1.001 1.946 1.001 2.636 0L10 1.8"})))},82046:(e,t,i)=>{i.d(t,{C:()=>r,p:()=>o});var n=i(15210);function o(e,t={}){return{__html:n.O.sanitize(e,t)}}function r(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var n=i(62688),o=i.n(n),r=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,r.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:o().node.isRequired,marginLeft:o().number,marginRight:o().number}},89318:(e,t,i)=>{i.d(t,{M9:()=>k,sx:()=>D,BI:()=>S});var n=i(17243);const o="_googlesitekitDataLayer",r="data-googlesitekit-gtag";function s(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:u,trackingID:d,referenceSiteURL:p,userIDHash:m,isAuthenticated:I,userRoles:h}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:y}=i.g,M={activeModules:c,trackingEnabled:u,trackingID:d,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:h,isAuthenticated:I,pluginVersion:y},{enableTracking:f,disableTracking:N,isTrackingEnabled:j,initializeSnippet:b,trackEvent:D,trackEventOnce:S}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const u=function(e,t){const n=s(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:u,userRoles:d=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${r}]`)),l)return!1;l=!0;const s=d?.length?d.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:s,user_identifier:u}});const I=t.createElement("script");return I.setAttribute(r,""),I.async=!0,I.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(I),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(g,t),d=function(e,t,i,n){const o=s(t);return async function(t,r,s,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:s,value:a};return new Promise(e=>{const i=setTimeout(function(){n.console.warn(`Tracking event "${r}" (category "${t}") took too long to fire.`),e()},1e3);function s(){clearTimeout(i),e()}o("event",r,{...c,event_callback:s}),n._gaUserPrefs?.ioo?.()&&s()})}}(g,t,u,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:u,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:d,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,n.once)(d)),p[t](...e)}}}(M);function k(e){e?f():N()}g&&u&&b()},92152:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var n=i(62688),o=i.n(n),r=i(20898),s=i(7070),a=i(62540);function LearnMoreLink({id:e,label:t,url:i,ariaLabel:n,gaTrackingEventArgs:o,external:l=!0,...c}){const g=(0,s.A)(e);return(0,a.jsx)(r.A,{onClick:function(e){e.persist(),g.clickLearnMore(o?.label,o?.value)},href:i,"aria-label":n,external:l,...c,children:t})}LearnMoreLink.propTypes={id:o().string,label:o().string,url:o().string,ariaLabel:o().string,gaTrackingEventArgs:o().shape({label:o().string,value:o().string}),external:o().bool}},92698:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(63696),o=i(50539),r=i(93896),s=i(58116),a=i(37226),l=i(45472),c=i(21134),g=i(89318),u=i(77766);function d(e){const t=(0,u.A)(),i=(0,o.useSelect)(t=>t(a.i).getModule(e)),d=(0,o.useSelect)(e=>e(s.oR).hasCapability(s.HD)),{activateModule:p}=(0,o.useDispatch)(a.i),{navigateTo:m}=(0,o.useDispatch)(l.M),{setInternalServerError:I}=(0,o.useDispatch)(r.O4),h=(0,n.useCallback)(async()=>{const{error:i,response:n}=await p(e);i?I({id:`${e}-setup-error`,description:i.message}):(await(0,g.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),m(n.moduleReauthURL))},[p,e,m,I,t]);return i?.name&&d?h:null}},93896:(e,t,i)=>{i.d(t,{O4:()=>n,OQ:()=>r,qc:()=>o});const n="core/site",o="primary",r="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:n}){return(0,a.jsx)("svg",{className:s()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},97398:(e,t,i)=>{i.d(t,{Y:()=>n});const n="search-console"},98652:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(62688),o=i.n(n),r=i(4452),s=i.n(r),a=i(63696),l=i(82871),c=i(49383),g=i(2362),u=i(20898),d=i(62540);function NewBadge({tooltipTitle:e,learnMoreLink:t,forceOpen:i,hasLeftSpacing:n,hasNoSpacing:o,onLearnMoreClick:r=()=>{}}){const p=(0,d.jsx)(g.A,{className:s()("googlesitekit-new-badge",{"googlesitekit-new-badge--has-no-spacing":o}),label:(0,l.__)("New","google-site-kit"),hasLeftSpacing:n});return e?(0,d.jsx)(c.Tooltip,{tooltipClassName:"googlesitekit-new-badge__tooltip",title:(0,d.jsxs)(a.Fragment,{children:[e,(0,d.jsx)("br",{}),(0,d.jsx)(u.A,{href:t,onClick:r,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Learn more","google-site-kit")})]}),placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,open:i,interactive:!0,children:p}):p}NewBadge.propTypes={tooltipTitle:o().string,learnMoreLink:o().string,forceOpen:o().bool,onLearnMoreClick:o().func,hasLeftSpacing:o().bool,hasNoSpacing:o().bool};const p=NewBadge},99897:(e,t,i)=>{i.d(t,{A_:()=>g,DF:()=>d,L1:()=>p,M0:()=>s,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>r,ue:()=>o,wq:()=>n,xR:()=>u});const n=1,o=2,r=3,s="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",u="_r..nav",d="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=17911,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-modules-search-console-a503191f619f430f2e1f.js 0000755 00000651563 15111634507 0021020 0 ustar 00 (globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[918],{311:(e,t,i)=>{"use strict";i.d(t,{A:()=>a});var s=i(62688),o=i.n(s),r=i(15167),n=i(62540);function WidgetHeaderTitle({title:e}){return(0,n.jsx)(r.A,{className:"googlesitekit-widget__header-title",as:"h3",type:"title",size:"small",children:e})}WidgetHeaderTitle.propTypes={title:o().string.isRequired};const a=WidgetHeaderTitle},674:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o,r=i(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 22 22"},e),s||(s=r.createElement("path",{fillRule:"evenodd",d:"m12.149 7.96-5.166 5.166a.34.34 0 0 0-.094.176l-.35 1.755a.344.344 0 0 0 .404.404l1.755-.35a.34.34 0 0 0 .175-.095l5.166-5.165zm2.301-1.814a1.03 1.03 0 0 0-1.458 0L6.497 12.64a1.03 1.03 0 0 0-.282.527l-.35 1.755a1.03 1.03 0 0 0 1.213 1.213l1.754-.35c.2-.04.383-.139.527-.283l6.495-6.494a1.03 1.03 0 0 0 0-1.459z",clipRule:"evenodd"})),o||(o=r.createElement("path",{d:"m12.149 7.96.117-.116a.165.165 0 0 0-.234 0zm-5.166 5.166-.116-.116zm-.094.176.162.033zm-.35 1.755.161.032zm.404.404.032.162zm1.755-.35.032.161zm.175-.095.117.117zm5.166-5.165.116.116a.165.165 0 0 0 0-.233zm-1.047-3.705.116.116zm1.458 0-.116.116zM6.497 12.64l.117.117zm-.282.527-.162-.032zm-.35 1.755.161.032zm1.213 1.213-.033-.162zm1.754-.35.033.161zm.527-.283.117.117zm6.495-6.494-.117-.117zm0-1.459.117-.116zm-3.822.295L6.867 13.01l.233.233 5.166-5.165zM6.867 13.01a.5.5 0 0 0-.14.26l.324.065a.2.2 0 0 1 .05-.092zm-.14.26-.35 1.754.323.065.351-1.755zm-.35 1.754a.51.51 0 0 0 .598.599l-.064-.324a.18.18 0 0 1-.21-.21zm.598.599 1.755-.35-.065-.325-1.754.351zm1.755-.35a.5.5 0 0 0 .26-.14l-.233-.233a.2.2 0 0 1-.092.048zm.26-.14 5.165-5.166-.233-.233L8.757 14.9zm3.042-7.055 1.89 1.89.233-.234-1.89-1.89zm1.076-1.816a.866.866 0 0 1 1.226 0l.233-.233a1.196 1.196 0 0 0-1.692 0zm-6.494 6.495 6.494-6.495-.233-.233-6.494 6.495zm-.237.443a.87.87 0 0 1 .237-.443l-.233-.233c-.167.167-.281.38-.328.61zm-.35 1.754.35-1.754-.324-.065-.35 1.755zm1.018 1.02a.866.866 0 0 1-1.019-1.02l-.323-.065a1.196 1.196 0 0 0 1.407 1.408zm1.755-.351-1.755.35.065.324 1.755-.35zm.443-.237a.87.87 0 0 1-.443.237l.065.323c.231-.046.444-.16.611-.327zm6.494-6.495-6.494 6.495.233.233 6.495-6.494zm0-1.225a.866.866 0 0 1 0 1.225l.234.234a1.196 1.196 0 0 0 0-1.692zm-1.403-1.404 1.403 1.404.234-.233-1.404-1.404z"})))},718:(e,t,i)=>{"use strict";i.d(t,{gy:()=>SelectionPanelFooter,W4:()=>SelectionPanelHeader,y3:()=>SelectionPanelItem,DW:()=>SelectionPanelItems,Ay:()=>N});var s=i(4452),o=i.n(s),r=i(62688),n=i.n(r),a=i(4544),l=i.n(a),c=i(21795),g=i(78174),d=i(63696),u=i(19266),p=i(14007),m=i(62540);function SideSheet({className:e,children:t,isOpen:i,isLoading:s,onOpen:r=()=>{},closeSheet:n=()=>{},focusTrapOptions:a={}}){const h=(0,d.useRef)();return(0,d.useEffect)(()=>{i?(r(),document.body.classList.add("googlesitekit-side-sheet-scroll-lock")):document.body.classList.remove("googlesitekit-side-sheet-scroll-lock")},[i,r]),(0,c.A)(h,n),(0,g.A)(e=>i&&u._f===e.keyCode,n),(0,m.jsxs)(p.A,{children:[(0,m.jsx)(l(),{active:!!i&&!s,focusTrapOptions:{fallbackFocus:"body",...a},children:(0,m.jsx)("section",{ref:h,className:o()("googlesitekit-side-sheet",e,{"googlesitekit-side-sheet--open":i}),role:"dialog","aria-modal":"true","aria-hidden":!i,tabIndex:"0",children:t})}),i&&(0,m.jsx)("span",{className:"googlesitekit-side-sheet-overlay"})]})}function SelectionPanel({children:e,isOpen:t,isLoading:i,onOpen:s,closePanel:r,className:n}){const a=n?.split(/\s+/).map(e=>`.${e}`).join(""),l=a?`${a} .googlesitekit-selection-panel-item .googlesitekit-selection-box input`:".googlesitekit-selection-panel-item .googlesitekit-selection-box input";return(0,m.jsx)(SideSheet,{className:o()("googlesitekit-selection-panel",n),isOpen:t,isLoading:i,onOpen:s,closeSheet:r,focusTrapOptions:{initialFocus:l},children:e})}SideSheet.propTypes={className:n().string,children:n().node,isOpen:n().bool,isLoading:n().bool,onOpen:n().func,closeSheet:n().func,focusTrapOptions:n().object},SelectionPanel.propTypes={children:n().node,isOpen:n().bool,isLoading:n().bool,onOpen:n().func,closePanel:n().func,className:n().string};var h=i(20898),y=i(72545),f=i(15167);function SelectionPanelHeader({children:e,title:t,onCloseClick:i}){return(0,m.jsxs)("header",{className:"googlesitekit-selection-panel-header",children:[(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-header__row",children:[(0,m.jsx)(f.A,{as:"h3",size:"small",type:"headline",children:t}),(0,m.jsx)(h.A,{className:"googlesitekit-selection-panel-header__close",onClick:i,linkButton:!0,children:(0,m.jsx)(y.A,{width:"15",height:"15"})})]}),e]})}SelectionPanelHeader.propTypes={children:n().node,title:n().string,onCloseClick:n().func};var I=i(82871),b=i(49383);function SelectionBox({badge:e,checked:t,children:i,disabled:s,id:r,onChange:n,title:a,value:l}){return(0,m.jsx)("div",{className:o()("googlesitekit-selection-box",{"googlesitekit-selection-box--disabled":s}),children:(0,m.jsx)(b.Checkbox,{checked:t,description:i,disabled:s,id:r,name:r,onChange:n,value:l,badge:e,children:a})})}SelectionBox.propTypes={badge:n().node,checked:n().bool,children:n().node,disabled:n().bool,id:n().string,onChange:n().func,title:n().string,value:n().string};var v=i(2362);function SelectionPanelItem({children:e,id:t,slug:i,title:s,description:o,isItemSelected:r,isItemDisabled:n,onCheckboxChange:a,subtitle:l,suffix:c,badge:g,isNewlyDetected:d}){return(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-item",children:[(0,m.jsxs)(SelectionBox,{badge:g,checked:r,disabled:n,id:t,onChange:a,title:s,value:i,children:[l&&(0,m.jsx)("span",{className:"googlesitekit-selection-panel-item__subtitle",children:l}),o,e]}),d&&(0,m.jsx)(v.A,{label:(0,I.__)("New","google-site-kit")}),c&&(0,m.jsx)("span",{className:"googlesitekit-selection-panel-item__suffix",children:c})]})}function SelectionPanelItems({currentSelectionTitle:e=(0,I.__)("Current selection","google-site-kit"),availableItemsTitle:t=(0,I.__)("Additional items","google-site-kit"),savedItemSlugs:i=[],availableSavedItems:s={},availableUnsavedItems:o={},ItemComponent:r,notice:n}){function a(e){return Object.keys(e).map(t=>(0,m.jsx)(r,{slug:t,savedItemSlugs:i,...e[t]},t))}const l=Object.keys(o).length;return(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-items",children:[0!==i.length&&(0,m.jsxs)(d.Fragment,{children:[(0,m.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:e}),(0,m.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(s)}),l>0&&(0,m.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:t})]}),l>0&&(0,m.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(o)}),n]})}SelectionPanelItem.propTypes={children:n().node,id:n().string,slug:n().string,title:n().string,description:n().string,isItemSelected:n().bool,isItemDisabled:n().bool,onCheckboxChange:n().func,subtitle:n().string,suffix:n().node,badge:n().node,isNewlyDetected:n().bool},SelectionPanelItems.propTypes={currentSelectionTitle:n().string,availableItemsTitle:n().string,savedItemSlugs:n().array,availableSavedItems:n().object,availableUnsavedItems:n().object,ItemComponent:n().elementType,notice:n().node};var k=i(17243),A=i(13606),_=i(50539),S=i(12850),j=i(72455),M=i(23224),x=i(80035);function SelectionPanelFooter({savedItemSlugs:e=[],selectedItemSlugs:t=[],saveSettings:i=()=>{},itemLimitError:s,minSelectedItemCount:o=0,maxSelectedItemCount:r=0,isBusy:n,onSaveSuccess:a=()=>{},onCancel:l=()=>{},isOpen:c,closePanel:g=()=>{}}){const[u,p]=(0,d.useState)(null),[h,y]=(0,d.useState)(!1),f=(0,_.useSelect)(e=>e(j.K9).isFetchingSyncAvailableAudiences()),v=(0,d.useMemo)(()=>!(0,k.isEqual)((0,S.N9)(t),(0,S.N9)(e)),[e,t]),N=e?.length>0&&v?(0,I.__)("Apply changes","google-site-kit"):(0,I.__)("Save selection","google-site-kit"),D=(0,d.useCallback)(async()=>{const{error:e}=await i(t);e||(a(),g(),p(N),y(!0))},[i,t,a,g,N]),T=(0,d.useCallback)(()=>{g(),l()},[g,l]),[C,w]=(0,d.useState)(null);(0,d.useEffect)(()=>{null!==C&&C!==c&&c&&(p(null),y(!1)),w(c)},[c,C]);const E=t?.length||0,R=f?(0,m.jsx)(M.A,{width:"89px",height:"20px"}):(0,m.jsx)("p",{className:"googlesitekit-selection-panel-footer__item-count",children:(0,A.A)((0,I.sprintf)(/* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ /* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ (0,I.__)("%1$d selected <MaxCount>(up to %2$d)</MaxCount>","google-site-kit"),E,r),{MaxCount:(0,m.jsx)("span",{className:"googlesitekit-selection-panel-footer__item-count--max-count"})})});return(0,m.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-footer__content",children:[v&&s?(0,m.jsx)(x.A,{type:x.A.TYPES.ERROR,description:s}):R,(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-footer__actions",children:[(0,m.jsx)(b.Button,{onClick:T,disabled:n,tertiary:!0,children:(0,I.__)("Cancel","google-site-kit")}),(0,m.jsx)(b.SpinnerButton,{onClick:D,isSaving:n,disabled:E<o||E>r||n||!c&&h,children:u||N})]})]})})}SelectionPanelFooter.propTypes={savedItemSlugs:n().array,selectedItemSlugs:n().array,saveSettings:n().func,itemLimitError:n().string,minSelectedItemCount:n().number,maxSelectedItemCount:n().number,isBusy:n().bool,onSaveSuccess:n().func,onCancel:n().func,isOpen:n().bool,closePanel:n().func};const N=SelectionPanel},2362:(e,t,i)=>{"use strict";i.d(t,{A:()=>g});var s=i(4452),o=i.n(s),r=i(62688),n=i.n(r),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...s},r)=>(0,l.jsx)("span",{ref:r,...s,className:o()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:n().string.isRequired,hasLeftSpacing:n().bool};const g=c},2478:(e,t,i)=>{"use strict";i.d(t,{A:()=>ChangeBadge});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(12850),l=i(62540);function ChangeBadge(e){const{previousValue:t,currentValue:i,isAbsolute:s}=e,o=s?i-t:(0,a.Zf)(t,i),r=o<0,c=0===o;return null===o?null:(0,l.jsx)("div",{className:n()("googlesitekit-change-badge",{"googlesitekit-change-badge--negative":r,"googlesitekit-change-badge--zero":c}),children:(0,a.Eo)(o,{style:"percent",signDisplay:"exceptZero",maximumFractionDigits:1})})}ChangeBadge.propTypes={isAbsolute:o().bool,previousValue:o().number.isRequired,currentValue:o().number.isRequired}},2522:(e,t,i)=>{"use strict";i.d(t,{D:()=>r});var s=i(32091),o=i.n(s);function r(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3687:(e,t,i)=>{"use strict";i.d(t,{U:()=>h});var s=i(32091),o=i.n(s),r=i(17243),n=i(21125),a=i(71769),l=i(12850),c=i(50539);function g(e){return e}function d(){return{}}function u(){}const{clearError:p,receiveError:m}=n.o1;function h({baseName:e,controlCallback:t,reducerCallback:i=g,argsToParams:s=d,validateParams:n=u}){let h;o()(e,"baseName is required."),o()("function"==typeof t,"controlCallback is required and must be a function."),o()("function"==typeof i,"reducerCallback must be a function."),o()("function"==typeof s,"argsToParams must be a function."),o()("function"==typeof n,"validateParams must be a function.");try{n(s()),h=!1}catch(e){h=!0}const y=(0,a.m2)(e),f=(0,a.sP)(e),I=`FETCH_${f}`,b=`START_${I}`,v=`FINISH_${I}`,k=`CATCH_${I}`,A=`RECEIVE_${f}`,_=`fetch${y}`,S=`receive${y}`,j=`isFetching${y}`,M={[j]:{}};const x={[_](...t){const i=s(...t);return n(i),function*(t,i){let s,o;yield{payload:{params:t},type:b},yield p(e,i);try{s=yield{payload:{params:t},type:I},yield x[S](s,t),yield{payload:{params:t},type:v}}catch(s){o=s,yield m(o,e,i),yield{payload:{params:t},type:k}}return{response:s,error:o}}(i,t)},[S]:(e,t)=>(o()(void 0!==e,"response is required."),h?(o()((0,r.isPlainObject)(t),"params is required."),n(t)):t={},{payload:{response:e,params:t},type:A})},N={[I]:({payload:e})=>t(e.params)},D=(0,c.createReducer)((e,{type:t,payload:s})=>{switch(t){case b:{const{params:t}=s;return e[j]=e[j]||{},e[j][(0,l.Zm)(t)]=!0,e}case A:{const{response:t,params:o}=s;return i(e,t,o)}case v:{const{params:t}=s;return e[j]=e[j]||{},e[j][(0,l.Zm)(t)]=!1,e}case k:{const{params:t}=s;return e[j]=e[j]||{},e[j][(0,l.Zm)(t)]=!1,e}default:return e}});return{initialState:M,actions:x,controls:N,reducer:D,resolvers:{},selectors:{[j]:(e,...t)=>{if(void 0===e[j])return!1;let i;try{i=s(...t),n(i)}catch(e){return!1}return!!e[j][(0,l.Zm)(i)]}}}}},3714:(e,t,i)=>{"use strict";i.d(t,{Kk:()=>r,SZ:()=>s,Yw:()=>n,oJ:()=>a,tT:()=>o});const s="body",o=[s,"display","headline","label","title"],r="small",n="medium",a=[r,n,"large"]},3782:(e,t,i)=>{"use strict";i.d(t,{A:()=>CTAButton});var s=i(62688),o=i.n(s),r=i(49383),n=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:s,onClick:o,href:a}){return e&&(o||a)?(0,n.jsx)(r.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||s,isSaving:s,onClick:o,href:a,children:e}):null}CTAButton.propTypes={label:o().string,ariaLabel:o().string,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,dismissOnClick:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},4518:(e,t,i)=>{"use strict";i.d(t,{$J:()=>l,Hp:()=>c,Od:()=>g,_8:()=>a,gZ:()=>n});var s=i(17243),o=i(32947),r=i(12850);function n(e,t){if(!t?.length)return e;let i=[];return e?.length&&(i=e[0].reduce((e,t,i)=>t?.role?[...e,i]:e,[])),e.map(e=>e.filter((e,s)=>0===s||t.includes(s-1)||i.includes(s-1)))}function a(e,t,i,s){const o={height:e||t,width:i||s};return o.width&&!o.height&&(o.height="100%"),o.height&&!o.width&&(o.width="100%"),o}function l(e,t,i){const s=[...e||[]];return t&&s.push({eventName:"ready",callback:t}),i&&s.push({eventName:"select",callback:i}),s}function c(e,{gatheringData:t,chartType:i,startDate:n,endDate:a,breakpoint:l}){const c=(0,s.cloneDeep)(e);if(t&&"LineChart"===i&&(e?.vAxis?.viewWindow?.min||(0,s.set)(c,"vAxis.viewWindow.min",0),e?.vAxis?.viewWindow?.max||(0,s.set)(c,"vAxis.viewWindow.max",100),e?.hAxis?.viewWindow?.min||((0,s.set)(c,"hAxis.viewWindow.min",(0,r.XH)(n)),delete c.hAxis.ticks),e?.hAxis?.viewWindow?.max||((0,s.set)(c,"hAxis.viewWindow.max",(0,r.XH)(a)),delete c.hAxis.ticks)),"LineChart"===i){if(e?.hAxis?.maxTextLines||(0,s.set)(c,"hAxis.maxTextLines",1),!e?.hAxis?.minTextSpacing){const e=l===o.mp?50:100;(0,s.set)(c,"hAxis.minTextSpacing",e)}void 0===e?.tooltip?.isHtml&&((0,s.set)(c,"tooltip.isHtml",!0),(0,s.set)(c,"tooltip.trigger","both"))}return(0,s.merge)(c,{hAxis:{textStyle:{fontSize:10,color:"#5f6561"}},vAxis:{textStyle:{color:"#5f6561",fontSize:10}},legend:{textStyle:{color:"#131418",fontSize:12}}}),c}function g(e,t=(0,r.JK)()){const i=Intl.NumberFormat(t,{style:"currency",currency:e}).formatToParts(1e6);return i.reduce((e,t)=>{const{value:o}=t;switch(t.type){case"group":return e+",";case"decimal":return e+".";case"currency":return e+o;case"literal":return e+(/^\s*$/.test(o)?o:"");case"integer":const r=o.replace(/\d/g,"#");return e+((0,s.findLast)(i,({type:e})=>"integer"===e)===t?r.replace(/#$/,"0"):r);case"fraction":return e+o.replace(/\d/g,"0");default:return e}},"")}},4869:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__=function(e){if("string"==typeof e&&e.match(/[0-9]{8}/)){const t=e.slice(0,4),i=Number(e.slice(4,6))-1,s=e.slice(6,8);return new Date(t,i.toString(),s)}return!1}},4884:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(49383),l=i(20898),c=i(15167),g=i(62540);function CTA({title:e,headerText:t,headerContent:i,description:s,ctaLink:o,ctaLabel:r,ctaLinkExternal:d,ctaType:u,error:p,onClick:m,"aria-label":h,children:y}){return(0,g.jsxs)("div",{className:n()("googlesitekit-cta",{"googlesitekit-cta--error":p}),children:[(t||i)&&(0,g.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,g.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),i]}),(0,g.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,g.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),s&&"string"==typeof s&&(0,g.jsx)("p",{className:"googlesitekit-cta__description",children:s}),s&&"string"!=typeof s&&(0,g.jsx)("div",{className:"googlesitekit-cta__description",children:s}),r&&"button"===u&&(0,g.jsx)(a.Button,{"aria-label":h,href:o,onClick:m,children:r}),r&&"link"===u&&(0,g.jsx)(l.A,{href:o,onClick:m,"aria-label":h,external:d,hideExternalIndicator:d,arrow:!0,children:r}),y]})]})}CTA.propTypes={title:o().string.isRequired,headerText:o().string,description:o().oneOfType([o().string,o().node]),ctaLink:o().string,ctaLinkExternal:o().bool,ctaLabel:o().string,ctaType:o().string,"aria-label":o().string,error:o().bool,onClick:o().func,children:o().node,headerContent:o().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const d=CTA},7081:(e,t,i)=>{"use strict";i.d(t,{F:()=>o,n:()=>s});const s="core/ui",o="activeContextID"},7184:(e,t,i)=>{"use strict";i.d(t,{A:()=>y});var s=i(4452),o=i.n(s),r=i(62688),n=i.n(r),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:n().string,children:n().node},Title.propTypes={className:n().string,children:n().node};var g=i(12850),d=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:s,children:r}){return(0,c.jsxs)("div",{className:o()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(d.A,{...i}),s&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:s}),r]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:n().string,description:n().oneOfType([n().string,n().node]),learnMoreLink:n().shape(d.A.propTypes),additionalDescription:n().oneOfType([n().string,n().node]),children:n().node},HelpText.propTypes={className:n().string,children:n().node};var u=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:n().string,children:n().node};var m=i(80035);const h=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:s,additionalDescription:r,errorText:n,helpText:a,learnMoreLink:g,dismissButton:d,ctaButton:h,svg:y,footer:f},I)=>{const b=(0,l.dv)(),v=b===l.mp||b===l.Lg;let k=null;v&&y?.mobile?k=y.mobile:!v&&y?.desktop&&(k=y.desktop);const A=y?.verticalPosition?y.verticalPosition:"center";return(0,c.jsxs)("div",{ref:I,className:o()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:s,learnMoreLink:g,additionalDescription:r}),a&&(0,c.jsx)(HelpText,{children:a}),n&&(0,c.jsx)(m.A,{type:"error",description:n}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[h&&(0,c.jsx)(u.A,{...h}),d?.onClick&&(0,c.jsx)(p.A,{...d})]})]}),k&&(0,c.jsx)("div",{className:o()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${A}`]:A}),style:{backgroundImage:`url(${k})`}}),f&&(0,c.jsx)(Footer,{children:f})]})});h.propTypes={titleIcon:n().node,title:n().string,description:n().oneOfType([n().string,n().node]),additionalDescription:n().oneOfType([n().string,n().node]),errorText:n().string,helpText:n().string,learnMoreLink:n().shape(d.A.propTypes),dismissButton:n().shape(p.A.propTypes),ctaButton:n().shape(u.A.propTypes),svg:n().shape({desktop:n().elementType,mobile:n().elementType,verticalPosition:n().oneOf(["top","center","bottom"])}),footer:n().node};const y=h},8143:(e,t,i)=>{"use strict";i.d(t,{VZ:()=>r,dc:()=>n,pH:()=>o,r0:()=>a});var s=i(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function r(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function n(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,s.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),o=e.replace(i.origin,"");if(o.length<t)return o;const r=o.length-Math.floor(t)+1;return"…"+o.substr(r)}},9652:(e,t,i)=>{"use strict";i.d(t,{A:()=>RecoverableModules});var s=i(62688),o=i.n(s),r=i(82871),n=i(50539),a=i(37226),l=i(4884),c=i(62540);function RecoverableModules({moduleSlugs:e}){const t=(0,n.useSelect)(t=>{const i=t(a.i).getModules();if(void 0!==i)return e.map(e=>i[e].name)});if(void 0===t)return null;const i=1===t.length?(0,r.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,r.__)("%s data was previously shared by an admin who no longer has access. Please contact another admin to restore it.","google-site-kit"),t[0]):(0,r.sprintf)(/* translators: %s: List of module names */ /* translators: %s: List of module names */ (0,r.__)("The data for the following modules was previously shared by an admin who no longer has access: %s. Please contact another admin to restore it.","google-site-kit"),t.join((0,r._x)(", ","Recoverable modules","google-site-kit")));return(0,c.jsx)(l.A,{title:(0,r.__)("Data Unavailable","google-site-kit"),description:i})}RecoverableModules.propTypes={moduleSlugs:o().arrayOf(o().string).isRequired}},10953:(e,t,i)=>{"use strict";i.d(t,{A:()=>InfoTooltip});var s,o=i(4452),r=i.n(o),n=i(62688),a=i.n(n),l=i(49383),c=i(63696);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const d=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),s||(s=c.createElement("path",{fill:"currentColor",d:"M7.334 11.333h1.333v-4H7.334zM8.001 6a.658.658 0 0 0 .667-.667.6.6 0 0 0-.2-.467.6.6 0 0 0-.467-.2.66.66 0 0 0-.667.667q0 .284.183.483A.7.7 0 0 0 8.001 6m0 8.666a6.6 6.6 0 0 1-2.6-.516 6.9 6.9 0 0 1-2.117-1.434A6.9 6.9 0 0 1 1.851 10.6 6.6 6.6 0 0 1 1.334 8q0-1.385.517-2.6a6.9 6.9 0 0 1 1.433-2.117q.9-.9 2.117-1.417A6.4 6.4 0 0 1 8 1.333q1.383 0 2.6.533a6.6 6.6 0 0 1 2.116 1.417q.9.9 1.417 2.117.533 1.215.533 2.6 0 1.383-.533 2.6a6.6 6.6 0 0 1-1.417 2.116 6.9 6.9 0 0 1-2.116 1.434 6.6 6.6 0 0 1-2.6.516m0-1.333q2.233 0 3.783-1.55T13.334 8t-1.55-3.784-3.783-1.55-3.784 1.55T2.667 8t1.55 3.783 3.784 1.55"})));var u=i(62540);function InfoTooltip({onOpen:e,title:t,tooltipClassName:i}){return t?(0,u.jsx)(l.Tooltip,{className:"googlesitekit-info-tooltip",tooltipClassName:r()("googlesitekit-info-tooltip__content",i),title:t,placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,onOpen:e,interactive:!0,children:(0,u.jsx)("span",{children:(0,u.jsx)(d,{width:"16",height:"16"})})}):null}InfoTooltip.propTypes={onOpen:a().func,title:a().oneOfType([a().string,a().element]),tooltipClassName:a().string}},12850:(e,t,i)=>{"use strict";i.d(t,{tt:()=>j,Jg:()=>S,Gp:()=>A,GH:()=>k,r0:()=>_,Du:()=>M,Zf:()=>V,Cn:()=>P,G7:()=>y,vH:()=>h,N_:()=>E,zh:()=>F,mK:()=>g.mK,Ql:()=>x,vY:()=>G,sq:()=>D,VZ:()=>z.VZ,JK:()=>g.JK,IS:()=>C,pH:()=>z.pH,kf:()=>W,O5:()=>w,Qr:()=>N,x6:()=>Z,K5:()=>g.K5,S_:()=>m,dc:()=>z.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>B.D,N9:()=>U,p9:()=>r.p,XH:()=>T,Zm:()=>l,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>r.C,BG:()=>H});var s=i(17243),o=i(89318),r=i(82046),n=i(10523),a=i.n(n);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let s=e[i];s&&"object"==typeof s&&!Array.isArray(s)&&(s=c(s)),t[i]=s}),t}var g=i(79829);function d(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[d,u,p];let i=e;for(const e of t)i=e(i);return i}function h(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function y(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var f=i(32091),I=i.n(f),b=i(82871);const v="Date param must construct to a valid date instance or be a valid date instance itself.",k="Invalid dateString parameter, it must be a string.",A='Invalid date range, it must be a string with the format "last-x-days".',_=60,S=60*_,j=24*S,M=7*j;function x(){function e(e){return(0,b.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,b._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function N(e=""){if(!(0,s.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,s.isDate)(t)&&!isNaN(t)}function D(e){I()((0,s.isDate)(e)&&!isNaN(e),v);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function T(e){I()(N(e),k);const[t,i,s]=e.split("-");return new Date(t,i-1,s)}function C(e,t){return D(E(e,t*j))}function w(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function E(e,t){I()(N(e)||(0,s.isDate)(e)&&!isNaN(e),k);const i=N(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var R=i(69743),L=i(94552),O=i(62540);function G(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,R.Ay)((0,O.jsx)(L.A,{direction:e>0?"up":"down",invertColor:i}))}function P(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var z=i(8143);function Z(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function W(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function U(e){return Array.isArray(e)?[...e].sort():e}var B=i(2522);function V(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const s=(t-e)/e;return Number.isNaN(s)||!Number.isFinite(s)?null:s}function H(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function F(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,s.unescape)(t)}},13620:e=>{"use strict";e.exports=googlesitekit.modules},14007:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var s=i(47209),o=i(62688),r=i.n(o),n=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,n.useState)(document.createElement("div"));return(0,s.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:r().string,children:r().node},Portal.defaultProps={slug:"",children:null};const l=Portal},14553:(e,t,i)=>{"use strict";var s=i(50539),o=i.n(s),r=i(13620),n=i.n(r),a=i(88176),l=i.n(a),c=i(82871),g=i(45512),d=i(17691),u=i(15167),p=i(62540);function SettingsView(){const e=(0,s.useSelect)(e=>e(g.n).getPropertyID());return(0,p.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,p.jsx)(u.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("Connected Property","google-site-kit")}),(0,p.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,p.jsx)(d.A,{value:e})})]})}var m=i(13606),h=i(97398),y=i(37226),f=i(63696),I=i(49383),b=i(89318),v=i(77766);function PropertySelect({hasModuleAccess:e}){const t=(0,v.A)(),i=(0,s.useSelect)(e=>e(g.n).getPropertyID()),o=(0,s.useSelect)(e=>e(g.n).getMatchedProperties()),r=(0,s.useSelect)(e=>e(g.n).hasFinishedResolution("getMatchedProperties")),{setPropertyID:n}=(0,s.useDispatch)(g.n),a=(0,f.useCallback)((e,s)=>{const o=s.dataset.value;i!==o&&(n(o),(0,b.sx)(`${t}_search-console`,"change_property"))},[i,n,t]);return r?!1===e?(0,p.jsx)(I.Select,{className:"googlesitekit-search-console__select-property",label:(0,c.__)("Property","google-site-kit"),value:i,enhanced:!0,outlined:!0,disabled:!0,children:(0,p.jsx)(I.Option,{value:i,children:i})}):(0,p.jsx)(I.Select,{className:"googlesitekit-search-console__select-property",label:(0,c.__)("Property","google-site-kit"),value:i,onEnhancedChange:a,enhanced:!0,outlined:!0,children:(o||[]).map(({siteURL:e})=>(0,p.jsx)(I.Option,{value:e,children:e.startsWith("sc-domain:")?(0,c.sprintf)(/* translators: %s: domain name */ /* translators: %s: domain name */ (0,c.__)("%s (domain property)","google-site-kit"),e.replace(/^sc-domain:/,"")):e},e))}):(0,p.jsx)(I.ProgressBar,{small:!0})}var k=i(62688),A=i.n(k),_=i(93896);function ZeroDataMessage({skipPrefix:e}){const t=(0,s.useSelect)(e=>e(_.O4).getCurrentEntityURL());return e?t?(0,c.__)("Your page hasn’t appeared in Search yet","google-site-kit"):(0,c.__)("Your site hasn’t appeared in Search yet","google-site-kit"):t?(0,c.__)("No data to display: your page hasn’t appeared in Search yet","google-site-kit"):(0,c.__)("No data to display: your site hasn’t appeared in Search yet","google-site-kit")}ZeroDataMessage.propTypes={skipPrefix:A().bool};var S,j,M=i(69667);function x(){return x=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},x.apply(null,arguments)}const N=e=>f.createElement("svg",x({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 101 36"},e),S||(S=f.createElement("path",{stroke:"#CCC",d:"M101 35.5H1V0"})),j||(j=f.createElement("path",{stroke:"#CCC",strokeWidth:2,d:"m2 24.685 24.5-7.404L51 25 75.5 8.774 100 2"})));var D=i(46894),T=i(59357);function ActivateAnalyticsCTA_ActivateAnalyticsCTA({title:e}){return(0,p.jsxs)(D.A,{children:[(0,p.jsx)(T.A,{title:(0,c.__)("Unique visitors from Search","google-site-kit"),GraphSVG:M.A}),(0,p.jsx)(T.A,{title:e,GraphSVG:N})]})}ActivateAnalyticsCTA_ActivateAnalyticsCTA.propTypes={title:A().string.isRequired};var C=i(55527),w=i(99872),E=i(54415),R=i(72455),L=i(35323),O=i(12850),G=i(58116);function AnalyticsStats(e){const{data:t,selectedStats:i,dateRangeLength:o,dataLabels:r,tooltipDataFormats:n,chartDataFormats:a,statsColor:l,gatheringData:g,moduleSlug:d}=e,u=(0,L.A)(),m=(0,s.useSelect)(e=>e(y.i).isModuleConnected(d)),h=(0,s.useSelect)(e=>e(y.i).isModuleActive(d)),f=(0,s.useSelect)(e=>e(G.oR).getReferenceDate()),I=(0,s.useSelect)(e=>u?null:e(R.K9).getPropertyCreateTime());let b=[];if(I&&(b=[{date:(0,O.sq)(new Date(I)),text:(0,c.__)("Google Analytics property created","google-site-kit")}]),!h||!m)return null;const v=(0,w.sq)(t,i,o,f,r,n,a),[,...k]=v.slice(1).map(([e])=>e),A={...AnalyticsStats.chartOptions,hAxis:{...AnalyticsStats.chartOptions.hAxis,ticks:k},vAxis:{...AnalyticsStats.chartOptions.vAxis},series:{0:{color:l,targetAxisIndex:0},1:{color:l,targetAxisIndex:0,lineDashStyle:[3,3],lineWidth:1}}};if(!v.slice(1).some(e=>e[2]>0||e[3]>0)){const e={0:1,1:100}[i];A.vAxis.viewWindow.max=e}else A.vAxis.viewWindow.max=void 0;return(0,p.jsx)(C.xA,{className:"googlesitekit-analytics-site-stats",children:(0,p.jsx)(C.fI,{children:(0,p.jsx)(C.fh,{size:12,children:(0,p.jsx)(E.A,{chartType:"LineChart",data:v,dateMarkers:b,loadingHeight:"270px",loadingWidth:"100%",options:A,gatheringData:g})})})})}AnalyticsStats.propTypes={data:A().oneOfType([A().arrayOf(A().object),A().object]).isRequired,dateRangeLength:A().number.isRequired,selectedStats:A().number.isRequired,dataLabels:A().arrayOf(A().string).isRequired,tooltipDataFormats:A().arrayOf(A().func).isRequired,statsColor:A().string.isRequired,gatheringData:A().bool,moduleSlug:A().string.isRequired},AnalyticsStats.chartOptions={chart:{title:""},curveType:"function",height:270,width:"100%",chartArea:{height:"80%",left:60,right:25},legend:{position:"top",textStyle:{color:"#616161",fontSize:12}},hAxis:{format:"MMM d",gridlines:{color:"#fff"},textStyle:{color:"#616161",fontSize:12}},vAxis:{gridlines:{color:"#eee"},minorGridlines:{color:"#eee"},textStyle:{color:"#616161",fontSize:12},titleTextStyle:{color:"#616161",fontSize:12,italic:!1},viewWindow:{min:0}},focusTarget:"category",crosshair:{color:"gray",opacity:.1,orientation:"vertical",trigger:"both"},tooltip:{isHtml:!0,trigger:"both"}};var P=i(30679),z=i(16679),Z=i(80035);function SettingsForm({hasModuleAccess:e}){const t=(0,s.useSelect)(e=>e(y.i).getModule(h.Y)),i=t?.owner?.login?`<strong>${t.owner.login}</strong>`:(0,c.__)("Another admin","google-site-kit");return(0,p.jsxs)("div",{className:"googlesitekit-search-console-settings-fields",children:[(0,p.jsx)(P.A,{moduleSlug:"search-console",storeName:g.n}),(0,p.jsx)("div",{className:"googlesitekit-setup-module__inputs",children:(0,p.jsx)(PropertySelect,{hasModuleAccess:e})}),!1===e&&(0,p.jsx)(Z.A,{type:Z.A.TYPES.WARNING,description:(0,m.A)((0,c.sprintf)(/* translators: 1: module owner's name, 2: module name */ /* translators: 1: module owner's name, 2: module name */ (0,c.__)("%1$s configured %2$s and you don’t have access to this Search Console property. Contact them to share access or change the Search Console property.","google-site-kit"),i,t?.name),{strong:(0,p.jsx)("strong",{})})}),e&&(0,p.jsx)(z.A,{slug:"search-console"})]})}function SettingsEdit(){(0,s.useSelect)(e=>e(g.n).getMatchedProperties());const e=(0,s.useSelect)(e=>e(g.n).isDoingSubmitChanges()),t=(0,s.useSelect)(e=>e(g.n).hasFinishedResolution("getMatchedProperties")),i=(0,s.useSelect)(e=>e(y.i).hasModuleOwnershipOrAccess(h.Y));let o;return o=e||!t||void 0===i?(0,p.jsx)(I.ProgressBar,{}):(0,p.jsx)(SettingsForm,{hasModuleAccess:i}),(0,p.jsx)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--search-console",children:o})}var W=i(63701),U=i(91560),B=i(17243);var V=i(4452),H=i.n(V);var F=i(32091),Y=i.n(F);function Q(e){const{startDate:t,endDate:i}=e;return Y()((0,O.Qr)(t),"A valid startDate is required."),Y()((0,O.Qr)(i),"A valid endDate is required."),{start_date:t.replace(/-/g,""),end_date:i.replace(/-/g,"")}}function J(e){const t=[[{type:"string",label:"Day"},{type:"number",label:"Clicks"},{type:"number",label:"Impressions"},{type:"number",label:"CTR"},{type:"number",label:"Position"}]];let i=0,s=0,o=0,r=0;const n=e.length;(0,B.each)(e,e=>{const n=(0,O.XH)(e.keys[0]);t.push([n.getMonth()+1+"/"+n.getUTCDate(),e.clicks,e.impressions,(0,B.round)(e.ctr,3),(0,B.round)(e.position,3)]),i+=e.clicks,s+=e.impressions,o+=e.ctr,r+=e.position});return{dataMap:t,totalClicks:i,totalImpressions:s,averageCTR:n>0?o/n:0,averagePosition:n>0?r/n:0}}var q=i(63264),X=i(49539),$=i(20898);function DashboardPopularKeywordsWidget(e){const{Widget:t,WidgetReportError:i}=e,o=(0,L.A)(),r=(0,s.useInViewSelect)(e=>e(g.n).isGatheringData()),n=(0,s.useSelect)(e=>e(G.oR).getDateRangeDates({offsetDays:g.f})),a={...n,dimensions:"query",limit:10,reportID:"search-console_dashboard-popular-keywords-widget_widget_reportArgs"},l=(0,s.useSelect)(e=>e(_.O4).getCurrentEntityURL());l&&(a.url=l);const d=(0,s.useInViewSelect)(e=>e(g.n).getReport(a),[a]),u=(0,s.useSelect)(e=>e(g.n).getErrorForSelector("getReport",[a])),m=(0,s.useSelect)(e=>!e(g.n).hasFinishedResolution("getReport",[a])),h=(0,s.useSelect)(e=>o?null:e(g.n).getServiceReportURL({...Q(n),page:l?`!${l}`:void 0}));function Footer(){return(0,p.jsx)(U.A,{className:"googlesitekit-data-block__source",name:(0,c._x)("Search Console","Service name","google-site-kit"),href:h,external:!0})}if(u)return(0,p.jsx)(t,{Footer,children:(0,p.jsx)(i,{moduleSlug:"search-console",error:u})});if(m||void 0===r)return(0,p.jsx)(t,{Footer,noPadding:!0,children:(0,p.jsx)(W.A,{padding:!0})});const y="googlesitekit-typography googlesitekit-typography--title ",f=[{columnHeaderClassName:`${y} googlesitekit-typography--medium`,title:l?(0,c.__)("Top search queries for your page","google-site-kit"):(0,c.__)("Top search queries for your site","google-site-kit"),description:(0,c.__)("Most searched for keywords related to your content","google-site-kit"),primary:!0,field:"keys.0",Component({fieldValue:e}){const t=(0,s.useSelect)(t=>{if(o)return null;const i=t(G.oR).getDateRangeDates({offsetDays:g.f}),s=t(_.O4).getCurrentEntityURL();return t(g.n).getServiceReportURL({...Q(i),query:`!${e}`,page:s?`!${s}`:void 0})});return o?(0,p.jsx)("span",{children:e}):(0,p.jsx)($.A,{href:t,external:!0,hideExternalIndicator:!0,children:e})}},{columnHeaderClassName:`${y} googlesitekit-typography--small`,title:(0,c.__)("Clicks","google-site-kit"),description:(0,c.__)("Number of times users clicked on your content in search results","google-site-kit"),Component:({row:e})=>(0,p.jsx)("span",{children:(0,O.Eo)(e.clicks,{style:"decimal"})})},{columnHeaderClassName:`${y} googlesitekit-typography--small`,title:(0,c.__)("Impressions","google-site-kit"),description:(0,c.__)("Counted each time your content appears in search results","google-site-kit"),Component:({row:e})=>(0,p.jsx)("span",{children:(0,O.Eo)(e.impressions,{style:"decimal"})})}];return(0,p.jsx)(t,{Footer,noPadding:!0,children:(0,p.jsx)(q.A,{children:(0,p.jsx)(X.A,{rows:d,columns:f,zeroState:ZeroDataMessage,gatheringData:r})})})}var K=i(84024),ee=i(23224),te=i(311);const ie=function Header(){const e=(0,s.useSelect)(e=>e(G.oR).getDateRangeNumberOfDays());return(0,p.jsx)(te.A,{title:(0,c.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,c._n)("Search traffic over the last %s day","Search traffic over the last %s days",e,"google-site-kit"),e)})};function SourceLinkAnalytics4(){const e=(0,L.A)(),t=(0,s.useSelect)(t=>{if(e)return null;const{getServiceReportURL:i}=t(R.K9),s=t(_.O4).getCurrentEntityURL(),o={dates:t(G.oR).getDateRangeDates({compare:!0,offsetDays:R.f2}),filters:{sessionSource:"google"},otherArgs:{collectionId:"life-cycle"}};return(0,K.m)(s)&&(o.filters.unifiedPagePathScreen=(0,O.pH)(s)),i("lifecycle-traffic-acquisition-v2",o)});return(0,p.jsx)(U.A,{href:t,name:(0,c._x)("Analytics","Service name","google-site-kit"),external:!0})}function SourceLinkSearch({metric:e}){const t=(0,L.A)(),i=(0,s.useSelect)(i=>{if(t)return null;const{getServiceReportURL:s,getPropertyID:o,isDomainProperty:r}=i(g.n),n=(0,O.CZ)(i(_.O4).getReferenceSiteURL()),a=i(_.O4).getCurrentEntityURL(),l=i(G.oR).getDateRangeDates({offsetDays:g.f}),c={resource_id:o(),metrics:e,...Q(l)};return a?c.page=`!${a}`:r()&&n&&(c.page=`*${n}`),s(c)},[e]);return(0,p.jsx)(U.A,{href:i,name:(0,c._x)("Search Console","Service name","google-site-kit"),external:!0})}function Footer({metrics:e,selectedStats:t}){if(!e?.[t])return null;const{service:i,metric:s}=e[t];return i===h.Y?(0,p.jsx)(SourceLinkSearch,{metric:s}):(0,p.jsx)(SourceLinkAnalytics4,{})}Footer.propTypes={metrics:A().arrayOf(A().object).isRequired,selectedStats:A().number.isRequired};const se=Footer;var oe=i(73874),re=i(99897),ne=i(15844);function CreateKeyEventCTA(){const e=`${(0,v.A)()}_search-traffic-widget`,t=(0,s.useSelect)(e=>e(_.O4).getGoogleSupportURL({path:"/analytics/answer/12844695"})),i=(0,f.useCallback)(()=>{(0,O.sx)(e,"click_ga4_keyEvents_cta")},[e]);return(0,ne.A)(()=>{(0,O.sx)(e,"view_ga4_keyEvents_cta")}),(0,p.jsxs)("div",{className:"googlesitekit-analytics-cta googlesitekit-analytics-cta--setup-key-events",children:[(0,p.jsx)("div",{className:"googlesitekit-analytics-cta__preview-graphs",children:(0,p.jsx)(T.A,{title:(0,c.__)("Key Events completed","google-site-kit"),GraphSVG:N})}),(0,p.jsxs)("div",{className:"googlesitekit-analytics-cta__details",children:[(0,p.jsx)("p",{className:"googlesitekit-analytics-cta--description",children:(0,c.__)("Set up key events to track how well your site fulfills your business objectives","google-site-kit")}),(0,p.jsx)(I.Button,{href:t,target:"_blank",onClick:i,children:(0,c.__)("Set up key events","google-site-kit")})]})]})}var ae=i(9652),le=i(32947);function ce(e){return{quarterCellProps:{smSize:2,mdSize:e?4:2,lgSize:3},halfCellProps:{smSize:4,mdSize:4,lgSize:6},oneThirdCellProps:{smSize:2,mdSize:4,lgSize:4},threeQuartersCellProps:{smSize:4,mdSize:4,lgSize:9},fullCellProps:{smSize:4,mdSize:8,lgSize:12}}}function ge(e,t,i=1){return{datapoint:e?.totals?.[0]?.metricValues?.[t]?.value/i,change:(0,O.Zf)(e?.totals?.[1]?.metricValues?.[t]?.value,e?.totals?.[0]?.metricValues?.[t]?.value)}}function OptionalCells({canViewSharedAnalytics4:e,errors:t,showGA4:i,showKeyEventsCTA:o,showRecoverableGA4:r,WidgetReportError:n}){const a=(0,le.dv)(),l=(0,s.useSelect)(e=>e(y.i).isModuleConnected(re.L1)),g=(0,s.useSelect)(e=>e(y.i).isModuleActive(re.L1)),d=g&&l,{quarterCellProps:u,halfCellProps:m}=ce(o);return(0,p.jsxs)(f.Fragment,{children:[e&&(!l||!g)&&(0,p.jsx)(C.fh,{...m,children:le.mp!==a&&(0,p.jsx)(ActivateAnalyticsCTA_ActivateAnalyticsCTA,{title:(0,c.__)("Key Events completed","google-site-kit")})}),!r&&e&&d&&t.length>0&&(0,p.jsx)(C.fh,{...m,children:(0,p.jsx)(n,{moduleSlug:"analytics-4",error:t})}),i&&(0,p.jsx)(C.fh,{...u,smSize:4,children:o&&(0,p.jsx)(CreateKeyEventCTA,{})}),e&&d&&r&&(0,p.jsx)(C.fh,{...m,children:(0,p.jsx)(ae.A,{moduleSlugs:[re.L1]})})]})}OptionalCells.propTypes={canViewSharedAnalytics4:A().bool.isRequired,error:A().arrayOf(A().object),showGA4:A().bool.isRequired,showKeyEventsCTA:A().bool.isRequired,showRecoverableGA4:A().bool,WidgetReportError:A().elementType.isRequired};var de=i(97029),ue=i(91865),pe=i(98652);function DataBlocks({ga4Data:e,ga4VisitorsData:t,searchConsoleData:i,selectedStats:o,handleStatsSelection:r,dateRangeLength:n,showGA4:a,dashboardType:l,showKeyEventsCTA:d,engagementRateLearnMoreURL:u,onGA4NewBadgeLearnMoreClick:m}){const h=(0,s.useSelect)(e=>e(y.i).isModuleActive(re.L1)),f=(0,s.useSelect)(e=>e(y.i).isModuleConnected(re.L1)),I=(0,s.useInViewSelect)(e=>!!f&&e(R.K9).isGatheringData(),[f]),b=(0,s.useInViewSelect)(e=>e(g.n).isGatheringData()),{totalClicks:v,totalImpressions:k,totalClicksChange:A,totalImpressionsChange:_}=function(e,t){const{compareRange:i,currentRange:s}=(0,O.DK)(e,{dateRangeLength:t}),o=J(s),r=J(i);return{dataMap:o.dataMap,totalClicks:o.totalClicks,totalImpressions:o.totalImpressions,averageCTR:o.averageCTR,averagePosition:o.averagePosition,totalClicksChange:(0,O.Zf)(r.totalClicks,o.totalClicks),totalImpressionsChange:(0,O.Zf)(r.totalImpressions,o.totalImpressions),averageCTRChange:(0,O.Zf)(r.averageCTR,o.averageCTR),averagePositionChange:(0,O.Zf)(r.averagePosition,o.averagePosition)}}(i,n);let S=null,j=null,M=null,x=null,N=null,D=null;h&&(0,B.isPlainObject)(e)&&(0,B.isPlainObject)(t)&&(({change:S}=ge(e,0,100)),j=e?.totals?.[0]?.metricValues?.[0]?.value,({datapoint:M,change:x}=ge(e,1)),N=t?.totals?.[0]?.metricValues?.[0]?.value,({change:D}=ge(t,0,100)));const{quarterCellProps:T,halfCellProps:w,oneThirdCellProps:E,threeQuartersCellProps:L,fullCellProps:G}=ce(d),P=[{id:"impressions",stat:0,title:(0,c.__)("Total Impressions","google-site-kit"),datapoint:k,change:_,isGatheringData:b},{id:"clicks",stat:1,title:(0,c.__)("Total Clicks","google-site-kit"),datapoint:v,change:A,isGatheringData:b},...a?[{id:"visitors",stat:2,title:(0,c.__)("Unique Visitors from Search","google-site-kit"),datapoint:N,change:D,isGatheringData:I}]:[],...a&&l===oe.Oo&&!d?[{id:"keyEvents",stat:3,title:(0,c.__)("Key Events","google-site-kit"),datapoint:j,change:S,isGatheringData:I}]:[],...a&&l===oe.oE?[{id:"engagement-rate",stat:4,title:(0,c.__)("Engagement Rate","google-site-kit"),datapoint:M,datapointUnit:"%",change:x,isGatheringData:I,badge:(0,p.jsx)(pe.A,{tooltipTitle:(0,c.__)("Sessions which lasted 10 seconds or longer, had 1 or more key events, or 2 or more page views.","google-site-kit"),learnMoreLink:u,onLearnMoreClick:m})}]:[]],z={2:w,3:L,4:G},Z={2:{...w,smSize:2},3:E,4:T};return(0,p.jsx)(C.fh,{...z[P.length],children:(0,p.jsx)(ue.A,{className:"mdc-layout-grid__inner",children:P.map((e,t)=>(0,p.jsx)(C.fh,{...Z[P.length],children:(0,p.jsx)(de.A,{stat:e.stat,className:`googlesitekit-data-block--${e.id} googlesitekit-data-block--button-${t+1}`,title:e.title,datapoint:e.datapoint,datapointUnit:e.datapointUnit?e.datapointUnit:void 0,change:e.change,changeDataUnit:"%",context:"button",selected:o===e.stat,handleStatSelection:r,gatheringData:e.isGatheringData})},e.id))})})}function Overview(e){const{ga4Data:t,ga4KeyEventsData:i,ga4VisitorsData:o,searchConsoleData:r,selectedStats:n,handleStatsSelection:a,dateRangeLength:l,errors:c,WidgetReportError:g,showRecoverableAnalytics:d}=e,u=(0,oe.Ay)(),m=(0,L.A)(),h=(0,v.A)(),I=(0,s.useSelect)(e=>e(y.i).isModuleAvailable(re.L1)),b=(0,s.useSelect)(e=>!!I&&(!m||e(G.oR).canViewSharedModule(re.L1))),k=(0,s.useSelect)(e=>e(y.i).isModuleConnected(re.L1)),A=(0,s.useSelect)(e=>e(G.oR).isAuthenticated()),S=(0,s.useSelect)(e=>e(_.O4).getGoogleSupportURL({path:"/analytics/answer/12195621"})),j=b&&k&&!c.length&&!d,M=(0,f.useCallback)(()=>{(0,O.sx)(`${h}_ga4-new-badge`,"click_learn_more_link")},[h]),x=A&&j&&u===oe.Oo&&(!i?.length||1===i?.length&&"purchase"===i[0].eventName&&"0"===t?.totals?.[0]?.metricValues?.[0]?.value);return(0,p.jsx)(C.xA,{children:(0,p.jsxs)(C.fI,{children:[(0,p.jsx)(DataBlocks,{ga4Data:t,ga4VisitorsData:o,searchConsoleData:r,selectedStats:n,handleStatsSelection:a,dateRangeLength:l,showGA4:j,dashboardType:u,showKeyEventsCTA:x,engagementRateLearnMoreURL:S,onGA4NewBadgeLearnMoreClick:M}),(0,p.jsx)(OptionalCells,{canViewSharedAnalytics4:b,errors:c,showGA4:j,showKeyEventsCTA:x,showRecoverableAnalytics:d,WidgetReportError:g})]})})}DataBlocks.propTypes={ga4Data:A().object,ga4VisitorsData:A().object,searchConsoleData:A().arrayOf(A().object),selectedStats:A().number.isRequired,handleStatsSelection:A().func.isRequired,dateRangeLength:A().number.isRequired,showGA4:A().bool,dashboardType:A().string,showKeyEventsCTA:A().bool,isGA4GatheringData:A().bool,isSearchConsoleGatheringData:A().bool,engagementRateLearnMoreURL:A().string,onGA4NewBadgeLearnMoreClick:A().func.isRequired},Overview.propTypes={ga4Data:A().object,ga4KeyEventsData:A().arrayOf(A().object),ga4VisitorsData:A().object,searchConsoleData:A().arrayOf(A().object),selectedStats:A().number.isRequired,handleStatsSelection:A().func.isRequired,errors:A().arrayOf(A().object),WidgetReportError:A().elementType.isRequired};var me=i(2522);function SearchConsoleStats(e){const{data:t,metrics:i,selectedStats:s,dateRangeLength:o,gatheringData:r}=e,{compareRange:n,currentRange:a}=(0,me.D)(t,{dateRangeLength:o}),l=function(e,t,i,s,o){const r=[[{type:"date",label:(0,c.__)("Day","google-site-kit")},{type:"string",role:"tooltip",p:{html:!0}},{type:"number",label:i},{type:"number",label:(0,c.__)("Previous period","google-site-kit")}]],n=(0,O.JK)(),a={weekday:"short",month:"short",day:"numeric"};return e.forEach((e,l)=>{const g=e[s],d=e.keys[0],u=t[l]?.[s]||0,p=t[l]?.keys[0]||(0,O.IS)(d,o),m=(0,c.sprintf)(/* translators: 1: date for user stats, 2: previous date for user stats comparison */ /* translators: 1: date for user stats, 2: previous date for user stats comparison */ (0,c._x)("%1$s vs %2$s","Date range for chart tooltip","google-site-kit"),(0,O.XH)(d).toLocaleDateString(n,a),(0,O.XH)(p).toLocaleDateString(n,a)),h=(0,O.Zf)(u,g),y=(0,O.Cn)(g,u),f=(0,O.vY)(y),I=(0,c.sprintf)(/* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage, %%: percent symbol */ /* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage, %%: percent symbol */ (0,c._x)("%1$s: <strong>%2$s</strong> <em>%3$s %4$s%%</em>","Stat information for chart tooltip","google-site-kit"),i,Math.abs(g).toFixed(2).replace(/(.00|0)$/,""),f,(0,O.Eo)(h));r.push([(0,O.XH)(d),`<div class="${H()("googlesitekit-visualization-tooltip",{"googlesitekit-visualization-tooltip--up":y>0,"googlesitekit-visualization-tooltip--down":y<0})}">\n\t\t\t\t<p>${m}</p>\n\t\t\t\t<p>${I}</p>\n\t\t\t</div>`,g,u])}),r}(a,n,i[s].label,i[s].metric,o),[,...g]=l.slice(1).map(([e])=>e),d={...SearchConsoleStats.chartOptions,hAxis:{format:"MMM d",gridlines:{color:"#fff"},textStyle:{color:"#616161",fontSize:12},ticks:g},series:{0:{color:i[s].color,targetAxisIndex:0},1:{color:i[s].color,targetAxisIndex:0,lineDashStyle:[3,3],lineWidth:1}}},u=!l.slice(1).some(e=>e[2]>0||e[3]>0);return d.vAxis.viewWindow.max=u?1:void 0,(0,p.jsx)(C.xA,{className:"googlesitekit-search-console-site-stats",children:(0,p.jsx)(C.fI,{children:(0,p.jsx)(C.fh,{size:12,children:(0,p.jsx)(E.A,{chartType:"LineChart",data:l,loadingHeight:"270px",loadingWidth:"100%",options:d,gatheringData:r})})})})}function Chart({canViewSharedAnalytics4:e,dateRangeLength:t,ga4StatsData:i,ga4VisitorsOverviewAndStatsData:o,isGA4GatheringData:r,isSearchConsoleGatheringData:n,metrics:a,searchConsoleData:l,selectedStats:g}){const d=(0,le.dv)(),u=(0,s.useSelect)(e=>e(y.i).isModuleActive(re.L1)),m=(0,s.useSelect)(e=>e(y.i).isModuleConnected(re.L1));return(0,p.jsxs)(f.Fragment,{children:[(0===g||1===g)&&(0,p.jsx)(SearchConsoleStats,{data:l,dateRangeLength:t,selectedStats:g,metrics:a,gatheringData:n}),e&&(!u||!m)&&le.mp===d&&(0,p.jsx)(C.xA,{children:(0,p.jsx)(C.fI,{children:(0,p.jsx)(C.fh,{children:(0,p.jsx)(ActivateAnalyticsCTA_ActivateAnalyticsCTA,{title:(0,c.__)("Key Events completed","google-site-kit")})})})}),2===g&&(0,p.jsx)(AnalyticsStats,{data:o,dateRangeLength:t,selectedStats:0,metrics:a,dataLabels:[(0,c.__)("Unique Visitors","google-site-kit")],tooltipDataFormats:[e=>parseFloat(e).toLocaleString()],statsColor:a[g].color,gatheringData:r,moduleSlug:"analytics-4"}),e&&(3===g||4===g)&&(0,p.jsx)(AnalyticsStats,{data:i,dateRangeLength:t,selectedStats:g-3,metrics:a,dataLabels:[(0,c.__)("Key Events","google-site-kit"),(0,c.__)("Engagement Rate %","google-site-kit")],tooltipDataFormats:[e=>parseFloat(e).toLocaleString(),e=>(0,O.Eo)(e/100,{style:"percent",signDisplay:"never",maximumFractionDigits:2})],chartDataFormats:[B.identity,e=>100*e],statsColor:a[g].color,gatheringData:r,moduleSlug:"analytics-4"})]})}function SearchFunnelWidgetGA4({Widget:e,WidgetReportError:t}){const[i,o]=(0,f.useState)(0),r=(0,L.A)(),n=(0,s.useSelect)(e=>e(y.i).isModuleAvailable(re.L1)),a=(0,s.useSelect)(e=>!!n&&(!r||e(G.oR).canViewSharedModule(re.L1))),l=(0,s.useSelect)(e=>e(y.i).isModuleConnected(re.L1)),c=(0,s.useSelect)(e=>e(G.oR).getDateRangeNumberOfDays()),d=(0,s.useSelect)(e=>e(_.O4).getCurrentEntityURL()),{endDate:u,compareStartDate:m}=(0,s.useSelect)(e=>e(G.oR).getDateRangeDates({compare:!0,offsetDays:g.f})),h=(0,s.useSelect)(e=>e(G.oR).getDateRangeDates({compare:!0,offsetDays:R.f2})),I=(0,s.useSelect)(e=>{if(!r)return!1;const t=e(y.i).getRecoverableModules();return void 0!==t?Object.keys(t).includes(re.L1):void 0}),b=(0,s.useInViewSelect)(e=>l&&a&&!I?e(R.K9).getKeyEvents():[],[l,a,I]),v={startDate:m,endDate:u,dimensions:"date"},k={...h,metrics:[{name:"keyEvents"},{name:"engagementRate"}],dimensionFilters:{sessionDefaultChannelGrouping:["Organic Search"]},reportID:"search-console_search-funnel-widget-ga4_widget_ga4OverviewArgs"},A={...h,...k,dimensions:[{name:"date"}],orderby:[{dimension:{dimensionName:"date"}}],reportID:"search-console_search-funnel-widget-ga4_widget_ga4StatsArgs"},S={...h,metrics:[{name:"totalUsers"}],dimensions:[{name:"date"}],dimensionFilters:{sessionDefaultChannelGrouping:["Organic Search"]},orderby:[{dimension:{dimensionName:"date"}}],reportID:"search-console_search-funnel-widget-ga4_widget_ga4VisitorsOverviewAndStatsArgs"};(0,K.m)(d)&&(v.url=d,k.url=d,A.url=d,S.url=d);const j=(0,s.useInViewSelect)(e=>e(g.n).getReport(v),[v]),M=(0,s.useSelect)(e=>e(g.n).getErrorForSelector("getReport",[v])),x=(0,s.useSelect)(e=>!e(g.n).hasFinishedResolution("getReport",[v])),N=(0,s.useInViewSelect)(e=>l&&a&&!I?e(R.K9).getReport(k):null,[l,a,I,k]),D=(0,s.useInViewSelect)(e=>l&&a&&!I?e(R.K9).getReport(A):null,[l,a,I,A]),T=(0,s.useInViewSelect)(e=>l&&a&&!I?e(R.K9).getReport(S):null,[l,a,I,S]),C=(0,s.useSelect)(e=>{if(!l||!a||I)return!1;const{hasFinishedResolution:t}=e(R.K9);return!(t("getReport",[k])&&t("getReport",[A])&&t("getReport",[S])&&t("getKeyEvents",[]))}),w=(0,s.useSelect)(e=>{if(!l||I)return[];const{getErrorForSelector:t}=e(R.K9);return[t("getReport",[k]),t("getReport",[A]),t("getReport",[S]),t("getKeyEvents",[])].filter(Boolean)}),E=(0,s.useInViewSelect)(e=>!(!l||!a||I)&&e(R.K9).isGatheringData(),[l,a,I]),O=(0,s.useInViewSelect)(e=>e(g.n).isGatheringData());function WidgetFooter(){return(0,p.jsx)(se,{metrics:SearchFunnelWidgetGA4.metrics,selectedStats:i})}return M?(0,p.jsx)(e,{Header:ie,Footer:WidgetFooter,children:(0,p.jsx)(t,{moduleSlug:"search-console",error:M})}):x||C||void 0===E||void 0===O?(0,p.jsxs)(e,{Header:ie,Footer:WidgetFooter,noPadding:!0,children:[(0,p.jsx)(ee.A,{width:"100%",height:"190px",padding:!0}),(0,p.jsx)(ee.A,{width:"100%",height:"270px",padding:!0})]}):(0,p.jsxs)(e,{Header:ie,Footer:WidgetFooter,noPadding:!0,children:[(0,p.jsx)(Overview,{ga4Data:N,ga4KeyEventsData:b,ga4VisitorsData:T,searchConsoleData:j,handleStatsSelection:o,selectedStats:i,dateRangeLength:c,errors:w,WidgetReportError:t,showRecoverableAnalytics:I}),(0,p.jsx)(Chart,{canViewSharedAnalytics4:a,dateRangeLength:c,ga4StatsData:D,ga4VisitorsOverviewAndStatsData:T,isGA4GatheringData:E,isSearchConsoleGatheringData:O,metrics:SearchFunnelWidgetGA4.metrics,searchConsoleData:j,selectedStats:i,showRecoverableAnalytics:I})]})}SearchConsoleStats.propTypes={data:A().arrayOf(A().object).isRequired,dateRangeLength:A().number.isRequired,metrics:A().arrayOf(A().object).isRequired,selectedStats:A().number.isRequired},SearchConsoleStats.chartOptions={chart:{title:(0,c.__)("Search Traffic Summary","google-site-kit")},curveType:"function",height:270,width:"100%",chartArea:{height:"80%",left:60,right:25},legend:{position:"top",textStyle:{color:"#616161",fontSize:12}},vAxis:{direction:1,gridlines:{color:"#eee"},minorGridlines:{color:"#eee"},textStyle:{color:"#616161",fontSize:12},titleTextStyle:{color:"#616161",fontSize:12,italic:!1},viewWindow:{min:0}},tooltip:{isHtml:!0,trigger:"both"},focusTarget:"category",crosshair:{color:"gray",opacity:.1,orientation:"vertical",trigger:"both"}},Chart.propTypes={canViewSharedAnalytics4:A().bool,dateRangeLength:A().number.isRequired,ga4StatsData:A().object,ga4VisitorsOverviewAndStatsData:A().object,isGA4GatheringData:A().bool,isSearchConsoleGatheringData:A().bool,metrics:A().array.isRequired,searchConsoleData:A().array,selectedStats:A().number.isRequired},SearchFunnelWidgetGA4.metrics=[{id:"impressions",color:"#6380b8",label:(0,c.__)("Impressions","google-site-kit"),metric:"impressions",service:h.Y},{id:"clicks",color:"#4bbbbb",label:(0,c.__)("Clicks","google-site-kit"),metric:"clicks",service:h.Y},{id:"users",color:"#3c7251",label:(0,c.__)("Users","google-site-kit"),service:re.L1},{id:"keyEvents",color:"#8e68cb",label:(0,c.__)("Key Events","google-site-kit"),service:re.L1},{id:"engagement-rate",color:"#8e68cb",label:(0,c.__)("Engagement Rate","google-site-kit"),service:re.L1}],SearchFunnelWidgetGA4.propTypes={Widget:A().elementType.isRequired,WidgetReportZero:A().elementType.isRequired,WidgetReportError:A().elementType.isRequired};const he=SearchFunnelWidgetGA4;var ye,fe,Ie,be,ve,ke,Ae=i(43427);function _e(){return _e=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},_e.apply(null,arguments)}const Se=e=>f.createElement("svg",_e({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32"},e),ye||(ye=f.createElement("path",{fill:"#FBBC04",d:"m7.081 26.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"})),fe||(fe=f.createElement("path",{fill:"#4285F4",d:"M19.75 28.5h6.042a6.04 6.04 0 0 0 6.041-6.042V6.208A6.04 6.04 0 0 0 23.48.626a6.04 6.04 0 0 0-3.73 5.582z"})),Ie||(Ie=f.createElement("path",{fill:"#FBBC04",d:"M9.75 28.5a6.04 6.04 0 0 0 6.042-6.042 6.041 6.041 0 1 0-12.084 0A6.04 6.04 0 0 0 9.75 28.5"})),be||(be=f.createElement("path",{fill:"#34A853",d:"M23.97 28.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 10.314-4.273 6.04 6.04 0 0 1 1.769 4.273v13.804a.154.154 0 0 1-.154.154z"})),ve||(ve=f.createElement("path",{fill:"#1967D2",d:"M24.125 28.346V14.542a6.04 6.04 0 0 0-4.375-5.807V28.5h4.22a.16.16 0 0 0 .11-.045.15.15 0 0 0 .045-.109"})),ke||(ke=f.createElement("path",{fill:"#EA4335",d:"M15.792 22.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"})));var je=i(75578);function PopularKeywordsWidget({Widget:e}){const t=(0,L.A)(),i=(0,s.useSelect)(e=>e(G.oR).getDateRangeDates({offsetDays:g.f})),o={...i,dimensions:"query",limit:100,reportID:"search-console_popular-keywords-widget_widget_reportOptions"},r=(0,s.useInViewSelect)(e=>e(g.n).getReport(o),[o]),n=(0,s.useSelect)(e=>e(g.n).getErrorForSelector("getReport",[o]),[o]),a=(0,s.useSelect)(e=>!e(g.n).hasFinishedResolution("getReport",[o])),l=Q(i),d=[{field:"keys.0",Component({fieldValue:e}){const i=(0,s.useSelect)(i=>t?null:i(g.n).getServiceReportURL({...l,query:`!${e}`}));return t?(0,p.jsx)(je.mF,{content:e}):(0,p.jsx)($.A,{href:i,external:!0,hideExternalIndicator:!0,children:e})}},{field:"ctr",Component:({fieldValue:e})=>(0,p.jsx)("strong",{children:(0,c.sprintf)(/* translators: %s: clickthrough rate value */ /* translators: %s: clickthrough rate value */ (0,c.__)("%s CTR","google-site-kit"),(0,O.Eo)(e,"%"))})}],u=[...r||[]].sort(({ctr:e=0},{ctr:t=0})=>t-e);return(0,p.jsx)(je.$,{Widget:e,widgetSlug:G.t7,loading:a,rows:u,columns:d,ZeroState:ZeroDataMessage,limit:3,error:n,moduleSlug:"search-console"})}PopularKeywordsWidget.propTypes={Widget:A().elementType.isRequired};var Me=i(54419),xe=i(47121),Ne=i(22242);const De={selectors:{areSettingsEditDependenciesLoaded:(0,s.createRegistrySelector)(e=>()=>e(g.n).hasFinishedResolution("getMatchedProperties"))}};const Te=n().createModuleStore(h.Y,{ownedSettingsSlugs:["propertyID"],storeName:g.n,settingSlugs:["propertyID","ownerID"],requiresSetup:!1,submitChanges:async function({select:e,dispatch:t}){if(e(g.n).haveSettingsChanged()){const{error:e}=await t(g.n).saveSettings();if(e)return{error:e}}return await(0,Me.invalidateCache)("modules",h.Y),{}},validateCanSubmitChanges:function(e){const t=(0,xe.WI)(e),{getPropertyID:i,haveSettingsChanged:s}=t(g.n);var o;Y()("string"==typeof(o=i())&&o.length>0,"a valid propertyID is required to submit changes"),Y()(s(),Ne.Wq)}});var Ce=i(3687),we=i(40127),Ee=i(44314);const Re=(0,Ce.U)({baseName:"getReport",storeName:g.n,controlCallback:({options:e})=>(0,Me.get)("modules",h.Y,"searchanalytics",e),reducerCallback:(0,s.createReducer)((e,t,{options:i})=>{e.reports[(0,O.Zm)(i)]=t}),argsToParams:e=>({options:e}),validateParams:({options:e}={})=>{Y()((0,B.isPlainObject)(e),"Options for Search Console report must be an object."),Y()((0,we.O5)(e),"Either date range or start/end dates must be provided for Search Console report.");const{dimensions:t}=e;t&&Y()((0,we.cq)(t),"Dimensions for Search Console report must be either a string or an array of strings")}}),Le=(0,Ee.d)(h.Y,{storeName:g.n,dataAvailable:i.g._googlesitekitModulesData?.["data_available_search-console"],selectDataAvailability:(0,s.createRegistrySelector)(e=>()=>{const t=e(g.n).getSampleReportArgs(),i=e(g.n).getReport(t);if(!e(g.n).hasFinishedResolution("getReport",[t]))return;return e(g.n).getErrorForSelector("getReport",[t])||!Array.isArray(i)?null:!!i.length})}),Oe={*getReport(e={}){(yield s.commonActions.getRegistry()).select(g.n).getReport(e)||(yield Re.actions.fetchGetReport(e))}},Ge={getReport(e,t={}){const{reports:i}=e;return i[(0,O.Zm)(t)]},hasZeroData:(0,s.createRegistrySelector)(e=>()=>{const t=e(g.n).isGatheringData();if(void 0===t)return;if(!0===t)return!0;const i=e(g.n).getSampleReportArgs(),s=e(g.n).getReport(i);return e(g.n).hasFinishedResolution("getReport",[i])?!!Array.isArray(s)&&function(e){if(void 0===e)return;return!Array.isArray(e)||!e.length||!e.some(e=>e.clicks>0||e.ctr>0||e.impressions>0||e.position>0)}(s):void 0}),getSampleReportArgs:(0,s.createRegistrySelector)(e=>()=>{const t=e(_.O4).getCurrentEntityURL(),{compareStartDate:i,endDate:s}=e(G.oR).getDateRangeDates({compare:!0,offsetDays:g.f}),o={startDate:i,endDate:s,dimensions:"date"};return t&&(o.url=t),o})},Pe=(0,s.combineStores)(Re,Le,{initialState:{reports:{}},resolvers:Oe,selectors:Ge}),ze=(Pe.initialState,Pe.actions,Pe.controls,Pe.reducer,Pe.resolvers,Pe.selectors,Pe);var Ze=i(44451);const We={getServiceURL:(0,s.createRegistrySelector)(e=>(t,{path:i,query:s}={})=>{let o="https://search.google.com/search-console";if(i){o=`${o}${`/${i.replace(/^\//,"")}`}`}s&&(o=(0,Ze.F)(o,s));const r=e(G.oR).getAccountChooserURL(o);if(void 0!==r)return r}),getServiceReportURL:(0,s.createRegistrySelector)(e=>(t,i={})=>{const s=e(g.n).getPropertyID(),o=We.isDomainProperty(t),r=e(_.O4).getReferenceSiteURL(),{page:n=(o?`*${(0,O.CZ)(r)}`:void 0),...a}=i,l={page:n,...a,resource_id:s};return We.getServiceURL(t,{path:"/performance/search-analytics",query:l})}),getServiceEntityAccessURL:(0,s.createRegistrySelector)(e=>t=>{const i={resource_id:e(g.n).getPropertyID()};return We.getServiceURL(t,{query:i})}),isDomainProperty:(0,s.createRegistrySelector)(e=>()=>{const t=e(g.n).getPropertyID();return t&&t.startsWith("sc-domain:")})},Ue={selectors:We},Be=(0,Ce.U)({baseName:"getMatchedProperties",controlCallback:()=>(0,Me.get)("modules",h.Y,"matched-sites",{},{useCache:!0}),reducerCallback:(0,s.createReducer)((e,t)=>{e.properties=t})}),Ve={properties:void 0},He={*getMatchedProperties(){void 0===(yield s.commonActions.getRegistry()).select(g.n).getMatchedProperties()&&(yield Be.actions.fetchGetMatchedProperties())}},Fe={getMatchedProperties:e=>e.properties},Ye=(0,s.combineStores)(Be,{initialState:Ve,actions:{},controls:{},resolvers:He,selectors:Fe}),Qe=(Ye.initialState,Ye.actions,Ye.controls,Ye.reducer,Ye.resolvers,Ye.selectors,Ye),Je=(0,s.combineStores)(Te,ze,Ue,De,Qe);Je.initialState,Je.actions,Je.controls,Je.reducer,Je.resolvers,Je.selectors;var qe;o().registerStore(g.n,Je),n().registerModule(h.Y,{storeName:g.n,SettingsEditComponent:SettingsEdit,SettingsViewComponent:SettingsView,Icon:Se}),(qe=l()).registerWidget("searchConsolePopularKeywords",{Component:DashboardPopularKeywordsWidget,width:[qe.WIDGET_WIDTHS.HALF,qe.WIDGET_WIDTHS.FULL],priority:1,wrapWidget:!1,modules:[h.Y]},[Ae.AREA_MAIN_DASHBOARD_CONTENT_PRIMARY,Ae.AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY]),qe.registerWidget("searchFunnelGA4",{Component:he,width:[qe.WIDGET_WIDTHS.FULL],priority:3,wrapWidget:!1,modules:[h.Y]},[Ae.AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY,Ae.AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY]),qe.registerWidget(G.t7,{Component:PopularKeywordsWidget,width:qe.WIDGET_WIDTHS.QUARTER,priority:2,wrapWidget:!1,modules:[h.Y],isActive:e=>e(G.oR).isKeyMetricActive(G.t7)},[Ae.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY])},15167:(e,t,i)=>{"use strict";i.d(t,{A:()=>Typography});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:s="span",children:o,...r}){return(0,l.jsx)(s,{className:n()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...r,children:o})}Typography.propTypes={className:o().string,type:o().oneOf(a.tT),size:o().oneOf(a.oJ),as:o().oneOfType([o().string,o().elementType])}},15210:(e,t,i)=>{"use strict";i.d(t,{O:()=>o});var s=i(31234);const o=i.n(s)()(i.g)},15577:(e,t,i)=>{"use strict";i.d(t,{SO:()=>c});var s=i(55620),o=i(99123);const r={},n=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=r){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,d]=(0,s._)("undefined"==typeof document?[l,c]:a,t,i);function u(){return d(a)}return(0,o.A)(n,"resize",u),(0,o.A)(n,"orientationchange",u),g}function c(e){return l(e)[0]}},15863:(e,t,i)=>{"use strict";i.d(t,{i:()=>n});var s=i(63696),o=i(50539),r=i(7081);function n(e){const{setValue:t}=(0,o.useDispatch)(r.n);return(0,s.useCallback)(()=>{t("admin-screen-tooltip",{isTooltipVisible:!0,...e})},[t,e])}},16196:(e,t,i)=>{"use strict";i.d(t,{A:()=>a});var s=i(50539),o=i(37226),r=i(71769),n=i(62540);function a({moduleName:e,FallbackComponent:t,IncompleteComponent:i}){return a=>{function WhenActiveComponent(r){const l=(0,s.useSelect)(t=>t(o.i).getModule(e),[e]);if(!l)return null;const c=t||r.WidgetNull||null;if(!1===l.active)return c&&(0,n.jsx)(c,{...r});if(!1===l.connected){const e=i||c;return e&&(0,n.jsx)(e,{...r})}return(0,n.jsx)(a,{...r})}return WhenActiveComponent.displayName=`When${(0,r.Uf)(e)}Active`,(a.displayName||a.name)&&(WhenActiveComponent.displayName+=`(${a.displayName||a.name})`),WhenActiveComponent}}},16679:(e,t,i)=>{"use strict";i.d(t,{A:()=>EntityOwnershipChangeNotice});var s=i(62688),o=i.n(s),r=i(82871),n=i(50539),a=i(37226),l=i(58116),c=i(12850),g=i(80035),d=i(62540);function EntityOwnershipChangeNotice({slug:e}){const t=Array.isArray(e)?e:[e],i=(0,n.useSelect)(e=>{const{getModuleStoreName:i,getSharedRoles:s}=e(a.i);return t.filter(e=>!!s(e)?.length).reduce((e,t)=>{const s=i(t);return s?{...e,[t]:s}:e},{})}),s=(0,n.useSelect)(e=>Object.keys(i).reduce((t,s)=>{const o=i[s],r=e(o)?.getOwnerID(),n=e(l.oR).getID(),a=e(o)?.haveOwnedSettingsChanged();return a&&r!==n&&(t[s]=a),t},{})),o=Object.values(s).some(e=>e),u=(0,n.useSelect)(e=>Object.keys(s).reduce((t,i)=>{const s=e(a.i).getModule(i);return s&&t.push(s.name),t},[]));return o?(0,d.jsx)(g.A,{className:"googlesitekit-notice--bottom-margin",type:g.A.TYPES.WARNING,description:(0,r.sprintf)(/* translators: %s: module name. */ /* translators: %s: module name. */ (0,r.__)("By clicking confirm changes, you’re granting other users view-only access to data from %s via your Google account. You can always manage this later in the dashboard sharing settings.","google-site-kit"),(0,c.K5)(u))}):null}EntityOwnershipChangeNotice.propTypes={slug:o().oneOfType([o().string,o().arrayOf(o().string)]).isRequired}},16834:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:n()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:o().string,children:o().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},17691:(e,t,i)=>{"use strict";i.d(t,{A:()=>n,G:()=>r});var s=i(62688),o=i.n(s);const r=" ";function DisplaySetting({value:e}){return e||r}DisplaySetting.propTypes={value:o().oneOfType([o().string,o().bool,o().number])};const n=DisplaySetting},19793:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=o.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20898:(e,t,i)=>{"use strict";i.d(t,{A:()=>N});var s,o=i(4452),r=i.n(o),n=i(62688),a=i.n(n),l=i(39941),c=i(63696),g=i(82871);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},d.apply(null,arguments)}const u=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),s||(s=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},m.apply(null,arguments)}const h=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var y;function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},f.apply(null,arguments)}const I=e=>c.createElement("svg",f({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),y||(y=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var b=i(83366),v=i(84385),k=i(62540);const A="BUTTON",_="BUTTON_DISABLED",S="EXTERNAL_LINK",j="LINK",M="ROUTER_LINK",x=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:s=!1,arrow:o=!1,back:n=!1,caps:a=!1,children:c,className:d="",danger:p=!1,disabled:m=!1,external:y=!1,hideExternalIndicator:f=!1,href:x="",inverse:N=!1,noFlex:D=!1,onClick:T,small:C=!1,standalone:w=!1,linkButton:E=!1,to:R,leadingIcon:L,trailingIcon:O,...G}=e;const P=x||R||!T?R?M:y?S:j:m?_:A;const z=P===A||P===_?"button":P===M?l.N_:"a",Z=function(){let e;return P===S&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===_&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let W=L,U=O;return n&&(W=(0,k.jsx)(I,{width:14,height:14})),y&&!f&&(U=(0,k.jsx)(b.A,{width:14,height:14})),o&&!N&&(U=(0,k.jsx)(u,{width:14,height:14})),o&&N&&(U=(0,k.jsx)(h,{width:14,height:14})),(0,k.jsxs)(z,{"aria-label":Z,className:r()("googlesitekit-cta-link",d,{"googlesitekit-cta-link--secondary":s,"googlesitekit-cta-link--inverse":N,"googlesitekit-cta-link--small":C,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":w,"googlesitekit-cta-link--link-button":E,"googlesitekit-cta-link--no-flex":!!D}),disabled:m,href:P!==j&&P!==S||m?void 0:x,onClick:T,rel:P===S?"noopener noreferrer":void 0,ref:t,target:P===S?"_blank":void 0,to:R,...G,children:[!!W&&(0,k.jsx)(v.A,{marginRight:5,children:W}),(0,k.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!U&&(0,k.jsx)(v.A,{marginLeft:5,children:U})]})});x.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const N=x},21125:(e,t,i)=>{"use strict";i.d(t,{g4:()=>h,o1:()=>m});var s=i(78913),o=i(32091),r=i.n(o),n=i(10523),a=i.n(n),l=i(12850),c=i(50539);const g="RECEIVE_ERROR",d="CLEAR_ERROR",u="CLEAR_ERRORS";function p(e,t){if(t&&Array.isArray(t)){const i=t.map(e=>"object"==typeof e?(0,l.Zm)(e):e);return`${e}::${a()(JSON.stringify(i))}`}return e}const m={receiveError:(e,t,i=[])=>(r()(e,"error is required."),r()(t,"baseName is required."),r()(i&&Array.isArray(i),"args must be an array."),{type:g,payload:{error:e,baseName:t,args:i}}),clearError:(e,t=[])=>(r()(e,"baseName is required."),r()(t&&Array.isArray(t),"args must be an array."),{type:d,payload:{baseName:e,args:t}}),clearErrors:e=>({type:u,payload:{baseName:e}})};function h(e){r()(e,"storeName must be defined.");const t=(0,c.createReducer)((e,{type:t,payload:i})=>{switch(t){case g:{const{baseName:t,args:s,error:o}=i,r=p(t,s);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[r]=o,e.errorArgs[r]=s;break}case d:{const{baseName:t,args:s}=i,o=p(t,s);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[o],delete e.errorArgs[o];break}case u:{const{baseName:t}=i;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const i in e.errors)(i===t||i.startsWith(`${t}::`))&&(delete e.errors[i],delete e.errorArgs[i])}else e.errors={},e.errorArgs={};break}}}),i={getErrorForSelector:(e,t,s=[])=>(r()(t,"selectorName is required."),i.getError(e,t,s)),getErrorForAction:(e,t,s=[])=>(r()(t,"actionName is required."),i.getError(e,t,s)),getError(e,t,i){const{errors:s}=e;return r()(t,"baseName is required."),s[p(t,i)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const i=Object.keys(e.errors).find(i=>e.errors[i]===t);if(i){return{baseName:i.substring(0,i.indexOf("::")),args:e.errorArgs[i]}}return null},getSelectorDataForError:(0,s.N)(t=>function(i,s){const o=t(e).getMetaDataForError(s);if(o){const{baseName:i,args:s}=o;if(!!t(e)[i])return{storeName:e,name:i,args:s}}return null}),hasErrors:e=>i.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:m,controls:{},reducer:t,resolvers:{},selectors:i}}},21134:(e,t,i)=>{"use strict";i.d(t,{Gq:()=>d,IL:()=>h,LD:()=>p,SO:()=>u,a2:()=>o,xD:()=>m});var s=i(12850);const o="googlesitekit_",r=`${o}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,n=["sessionStorage","localStorage"];let a,l=[...n];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function d(e){const t=await g();if(t){const i=t.getItem(`${r}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:s,value:o,isError:r}=e;if(t&&(!s||Math.round(Date.now()/1e3)-t<s))return{cacheHit:!0,value:o,isError:r}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:o=s.Jg,timestamp:n=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${r}${e}`,JSON.stringify({timestamp:n,ttl:o,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(o)?e:`${r}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const s=e.key(i);0===s.indexOf(o)&&t.push(s)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function h(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},22242:(e,t,i)=>{"use strict";i.d(t,{B7:()=>A,FK:()=>k,JG:()=>b,VM:()=>_,Wq:()=>h,hk:()=>v,mV:()=>m});var s=i(32091),o=i.n(s),r=i(17243),n=i(54419),a=i(50539),l=i(47121),c=i(71769),g=i(3687),d=i(21125);const{clearError:u,receiveError:p}=d.o1,m="cannot submit changes while submitting changes",h="cannot submit changes if settings have not changed",y="SET_SETTINGS",f="ROLLBACK_SETTINGS",I="ROLLBACK_SETTING";function b(e,t,i,{ownedSettingsSlugs:s,storeName:d,settingSlugs:m=[],initialSettings:h,validateHaveSettingsChanged:b=_()}={}){o()(e,"type is required."),o()(t,"identifier is required."),o()(i,"datapoint is required.");const v=d||`${e}/${t}`,k={ownedSettingsSlugs:s,settings:h,savedSettings:void 0},A=(0,g.U)({baseName:"getSettings",controlCallback:()=>(0,n.get)(e,t,i,{},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t,...e.settings||{}}})}),S=(0,g.U)({baseName:"saveSettings",controlCallback:s=>{const{values:o}=s;return(0,n.set)(e,t,i,o)},reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t}}),argsToParams:e=>({values:e}),validateParams:({values:e}={})=>{o()((0,r.isPlainObject)(e),"values is required.")}}),j={},M={setSettings:e=>(o()((0,r.isPlainObject)(e),"values is required."),{payload:{values:e},type:y}),rollbackSettings:()=>({payload:{},type:f}),rollbackSetting:e=>(o()(e,"setting is required."),{payload:{setting:e},type:I}),*saveSettings(){const e=yield a.commonActions.getRegistry();yield u("saveSettings",[]);const t=e.select(v).getSettings(),{response:i,error:s}=yield S.actions.fetchSaveSettings(t);return s&&(yield p(s,"saveSettings",[])),{response:i,error:s}}},x=(0,a.createReducer)((e,{type:t,payload:i})=>{switch(t){case y:{const{values:t}=i;e.settings={...e.settings||{},...t};break}case f:e.settings=e.savedSettings;break;case I:{const{setting:t}=i;e.savedSettings[t]&&(e.settings={...e.settings||{},[t]:e.savedSettings[t]});break}default:void 0!==j[t]&&j[t](e,{type:t,payload:i})}}),N={*getSettings(){(yield a.commonActions.getRegistry()).select(v).getSettings()||(yield A.actions.fetchGetSettings())}},{safeSelector:D,dangerousSelector:T}=(0,l.RF)(b),C={haveSettingsChanged:D,__dangerousHaveSettingsChanged:T,getSettings:e=>e.settings,hasSettingChanged(e,t){o()(t,"setting is required.");const{settings:i,savedSettings:s}=e;return!(!i||!s)&&!(0,r.isEqual)(i[t],s[t])},isDoingSaveSettings:e=>Object.values(e.isFetchingSaveSettings).some(Boolean),getOwnedSettingsSlugs:e=>e.ownedSettingsSlugs,haveOwnedSettingsChanged:(0,a.createRegistrySelector)(e=>()=>{const t=e(v).getOwnedSettingsSlugs();return e(v).haveSettingsChanged(t)})};m.forEach(e=>{const t=(0,c.m2)(e),i=(0,c.sP)(e);M[`set${t}`]=e=>(o()(void 0!==e,`value is required for calls to set${t}().`),{payload:{value:e},type:`SET_${i}`}),j[`SET_${i}`]=(t,{payload:i})=>{const{value:s}=i;t.settings={...t.settings||{},[e]:s}},C[`get${t}`]=(0,a.createRegistrySelector)(t=>()=>(t(v).getSettings()||{})[e])});return{...(0,a.combineStores)(a.commonStore,A,S,{initialState:k,actions:M,controls:{},reducer:x,resolvers:N,selectors:C}),STORE_NAME:v}}function v(e,t){return async({select:i,dispatch:s})=>{if(i(t).haveSettingsChanged()){const{error:e}=await s(t).saveSettings();if(e)return{error:e}}return await(0,n.invalidateCache)("modules",e),{}}}function k(e){return({select:t,dispatch:i})=>t(e).haveSettingsChanged()?i(e).rollbackSettings():{}}function A(e){return t=>{const i=(0,l.WI)(t),{haveSettingsChanged:s,isDoingSubmitChanges:r}=i(e);o()(!r(),m),o()(s(),h)}}function _(){return(e,t,i)=>{const{settings:s,savedSettings:n}=t;i&&o()(!(0,r.isEqual)((0,r.pick)(s,i),(0,r.pick)(n,i)),h),o()(!(0,r.isEqual)(s,n),h)}}},22821:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(24558);function o(e){return s.kz.includes(e)}},23224:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:s,padding:o,smallWidth:r,smallHeight:c,tabletWidth:g,tabletHeight:d,desktopWidth:u,desktopHeight:p}){const m=(0,a.dv)(),h={width:{[a.mp]:r,[a.Lg]:g,[a.Fo]:u,[a.Qb]:u},height:{[a.mp]:c,[a.Lg]:d,[a.Fo]:p,[a.Qb]:u}};return(0,l.jsx)("div",{className:n()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":o}),style:{width:h.width[m]||t,height:h.height[m]||i},children:(0,l.jsx)("div",{className:n()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===s})})})}PreviewBlock.propTypes={className:o().string,width:o().string,height:o().string,shape:o().string,padding:o().bool,smallWidth:o().string,smallHeight:o().string,tabletWidth:o().string,tabletHeight:o().string,desktopWidth:o().string,desktopHeight:o().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{"use strict";i.d(t,{Ax:()=>r,CZ:()=>g,Ej:()=>_,Gw:()=>S,Is:()=>n,KK:()=>u,Nn:()=>M,OT:()=>k,SH:()=>v,Y$:()=>p,ZS:()=>a,bg:()=>y,en:()=>A,ep:()=>h,f7:()=>o,hi:()=>m,jU:()=>s,k$:()=>I,kz:()=>j,ly:()=>l,mo:()=>f,s3:()=>b,uR:()=>c,zx:()=>d});const s="mainDashboard",o="entityDashboard",r="mainDashboardViewOnly",n="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",d="adminBarViewOnly",u="settings",p="adBlockingRecovery",m="wpDashboard",h="wpDashboardViewOnly",y="moduleSetup",f="metricSelection",I="wpBlockEditor",b="keyMetricsSetup",v="key-metrics",k="traffic",A="content",_="speed",S="monetization",j=[s,o,r,n,a,c,u,y,f],M=[r,n,d,h]},25623:(e,t,i)=>{"use strict";i.d(t,{G:()=>d});var s=i(82871),o=i(58116),r=i(93896),n=i(72455);function a({select:e,slug:t}){return e(n.K9).hasConversionReportingEvents(this.requiredConversionEventName)||e(o.oR).isKeyMetricActive(t)}var l=i(50111);function c({select:e,isViewOnlyDashboard:t}){return!t||!(!t||!e(n.K9).getAdSenseLinked())}function g({select:e,isViewOnlyDashboard:t}){return!t||e(n.K9).hasCustomDimensions(this.requiredCustomDimensions)}const d={[o.p3]:{title:(0,s.__)("Top earning pages","google-site-kit"),description:(0,s.__)("Pages that generated the most AdSense revenue","google-site-kit"),infoTooltip:(0,s.__)("Pages that generated the most AdSense revenue","google-site-kit"),displayInSelectionPanel:c,displayInList:c,metadata:{group:l.hs.SLUG}},[o.BT]:{title:(0,s.__)("Top recent trending pages","google-site-kit"),description:(0,s.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),infoTooltip:(0,s.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_date"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:l.hs.SLUG}},[o.tB]:{title:(0,s.__)("Most popular authors by pageviews","google-site-kit"),description:(0,s.__)("Authors whose posts got the most visits","google-site-kit"),infoTooltip:(0,s.__)("Authors whose posts got the most visits","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_author"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:l.hs.SLUG}},[o.t1]:{title:(0,s.__)("Top categories by pageviews","google-site-kit"),description:(0,s.__)("Categories that your site visitors viewed the most","google-site-kit"),infoTooltip:(0,s.__)("Categories that your site visitors viewed the most","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_categories"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:l.hs.SLUG}},[o.ep]:{title:(0,s.__)("Most popular content by pageviews","google-site-kit"),description:(0,s.__)("Pages that brought in the most visitors","google-site-kit"),infoTooltip:(0,s.__)("Pages your visitors read the most","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.pG]:{title:(0,s.__)("Most popular products by pageviews","google-site-kit"),description:(0,s.__)("Products that brought in the most visitors","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_type"],displayInSelectionPanel:({select:e})=>e(o.oR).isKeyMetricActive(o.pG)||e(r.O4).getProductPostType(),displayInWidgetArea:g,metadata:{group:l.GF.SLUG}},[o.nH]:{title:(0,s.__)("Pages per visit","google-site-kit"),description:(0,s.__)("Number of pages visitors viewed per session on average","google-site-kit"),infoTooltip:(0,s.__)("Number of pages visitors viewed per session on average","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.J5]:{title:(0,s.__)("Visit length","google-site-kit"),description:(0,s.__)("Average duration of engaged visits","google-site-kit"),infoTooltip:(0,s.__)("Average duration of engaged visits","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.Yw]:{title:(0,s.__)("Visits per visitor","google-site-kit"),description:(0,s.__)("Average number of sessions per site visitor","google-site-kit"),infoTooltip:(0,s.__)("Average number of sessions per site visitor","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.UY]:{title:(0,s.__)("Most engaging pages","google-site-kit"),description:(0,s.__)("Pages with the highest engagement rate","google-site-kit"),infoTooltip:(0,s.__)("Pages with the highest engagement rate","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.gC]:{title:(0,s.__)("Least engaging pages","google-site-kit"),description:(0,s.__)("Pages with the highest percentage of visitors that left without engagement with your site","google-site-kit"),infoTooltip:(0,s.__)("Percentage of visitors that left without engagement with your site","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.tK]:{title:(0,s.__)("Top pages by returning visitors","google-site-kit"),description:(0,s.__)("Pages that attracted the most returning visitors","google-site-kit"),infoTooltip:(0,s.__)("Pages that attracted the most returning visitors","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.fu]:{title:(0,s.__)("New visitors","google-site-kit"),description:(0,s.__)("How many new visitors you got and how the overall audience changed","google-site-kit"),infoTooltip:(0,s.__)("Portion of visitors who visited your site for the first time in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.dX]:{title:(0,s.__)("Returning visitors","google-site-kit"),description:(0,s.__)("Portion of people who visited your site more than once","google-site-kit"),infoTooltip:(0,s.__)("Portion of your site’s visitors that returned at least once in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.SS]:{title:(0,s.__)("Top traffic source","google-site-kit"),description:(0,s.__)("Channel which brought in the most visitors to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most visitors to your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.Vl]:{title:(0,s.__)("Top traffic source driving add to cart","google-site-kit"),description:(0,s.__)("Channel which brought in the most add to cart events to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most add to cart events to your site","google-site-kit"),requiredConversionEventName:[n.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.u_]:{title:(0,s.__)("Top traffic source driving leads","google-site-kit"),description:(0,s.__)("Channel which brought in the most leads to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most leads to your site","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}},[o.HA]:{title:(0,s.__)("Top traffic source driving purchases","google-site-kit"),description:(0,s.__)("Channel which brought in the most purchases to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most purchases to your site","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.GT]:{title:(0,s.__)("Most engaged traffic source","google-site-kit"),description:(0,s.__)("Visitors coming via this channel spent the most time on your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most visitors who had a meaningful engagement with your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.qy]:{title:(0,s.__)("Top converting traffic source","google-site-kit"),description:(0,s.__)("Channel which brought in the most visits that resulted in key events","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in visitors who generated the most key events","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.GM]:{title:(0,s.__)("Top cities driving traffic","google-site-kit"),description:(0,s.__)("Which cities you get the most visitors from","google-site-kit"),infoTooltip:(0,s.__)("The cities where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.CQ]:{title:(0,s.__)("Top cities driving leads","google-site-kit"),description:(0,s.__)("Cities driving the most contact form submissions","google-site-kit"),infoTooltip:(0,s.__)("Cities driving the most contact form submissions","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}},[o.Xq]:{title:(0,s.__)("Top cities driving add to cart","google-site-kit"),description:(0,s.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),infoTooltip:(0,s.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),requiredConversionEventName:[n.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.JF]:{title:(0,s.__)("Top cities driving purchases","google-site-kit"),description:(0,s.__)("Cities driving the most purchases","google-site-kit"),infoTooltip:(0,s.__)("Cities driving the most purchases","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.YQ]:{title:(0,s.__)("Top device driving purchases","google-site-kit"),description:(0,s.__)("Top device driving the most purchases","google-site-kit"),infoTooltip:(0,s.__)("Top device driving the most purchases","google-site-kit"),requiredConversionEventName:[n.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.dV]:{title:(0,s.__)("Top countries driving traffic","google-site-kit"),description:(0,s.__)("Which countries you get the most visitors from","google-site-kit"),infoTooltip:(0,s.__)("The countries where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.t7]:{title:(0,s.__)("Top performing keywords","google-site-kit"),description:(0,s.__)("What people searched for before they came to your site","google-site-kit"),infoTooltip:(0,s.__)("The top search queries for your site by highest clickthrough rate","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.HP]:{title:(0,s.__)("Top pages driving leads","google-site-kit"),description:(0,s.__)("Pages on which forms are most frequently submitted","google-site-kit"),requiredConversionEventName:[n.nc.SUBMIT_LEAD_FORM,n.nc.CONTACT,n.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}}}},27333:(e,t,i)=>{"use strict";i.d(t,{A:()=>r});var s=i(35470),o=i(78340);function r(e,t){return(0,s.A)(i=>{const{getValue:s}=i(o.s);return s(e,t)},[e,t])}},29584:(e,t,i)=>{"use strict";i.d(t,{A:()=>DismissButton});var s=i(62688),o=i.n(s),r=i(82871),n=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,r.__)("Maybe later","google-site-kit"),onClick:i,disabled:s,tertiary:o=!0}){return i?(0,a.jsx)(n.Button,{className:e,onClick:i,disabled:s,tertiary:o,children:t}):null}DismissButton.propTypes={className:o().string,label:o().string,onClick:o().func,disabled:o().bool,tertiary:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},30679:(e,t,i)=>{"use strict";i.d(t,{A:()=>StoreErrorNotices});var s=i(62688),o=i.n(s),r=i(50539),n=i(77967),a=i(37226),l=i(67150),c=i(65311),g=i(62540);function StoreErrorNotices({hasButton:e=!1,moduleSlug:t,storeName:i}){const s=(0,r.useSelect)(e=>e(i).getErrors()),o=(0,r.useSelect)(e=>e(a.i).getModule(t)),d=[];return s.filter(e=>!(!e?.message||d.includes(e.message))&&(d.push(e.message),!0)).map((t,s)=>{let{message:r}=t;return(0,l.SG)(t)&&(r=(0,c.c)(r,o)),(0,g.jsx)(n.A,{error:t,hasButton:e,storeName:i,message:r},s)})}StoreErrorNotices.propTypes={hasButton:o().bool,storeName:o().string.isRequired,moduleSlug:o().string}},30823:(e,t,i)=>{"use strict";i.d(t,{A:()=>LearnMoreLink});var s=i(62688),o=i.n(s),r=i(82871),n=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,r.__)("Learn more","google-site-kit"),external:s=!0,onClick:o=()=>{}}){return e?(0,a.jsx)(n.A,{href:e,className:t,onClick:o,external:s,children:i}):null}LearnMoreLink.propTypes={href:o().string.isRequired,className:o().string,label:o().string,external:o().bool,onClick:o().func}},32947:(e,t,i)=>{"use strict";i.d(t,{Fo:()=>r,Lg:()=>n,Qb:()=>o,dv:()=>l,mp:()=>a});var s=i(15577);const o="xlarge",r="desktop",n="tablet",a="small";function l(){const e=(0,s.SO)();return e>1280?o:e>960?r:e>600?n:a}},35323:(e,t,i)=>{"use strict";i.d(t,{A:()=>r});var s=i(24558),o=i(77766);function r(){const e=(0,o.A)();return s.Nn.includes(e)}},35886:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileWrapper});var s=i(4452),o=i.n(s),r=i(17243),n=i(62688),a=i.n(n),l=i(63696),c=i(82871),g=i(25623),d=i(13606),u=i(20898),p=i(62540);function GetHelpLink({linkURL:e}){return(0,d.A)(/* translators: %s: get help text. */ /* translators: %s: get help text. */ (0,c.__)("Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,p.jsx)(u.A,{href:e,external:!0,hideExternalIndicator:!0,children:(0,c.__)("Get help","google-site-kit")})})}GetHelpLink.propTypes={linkURL:a().string.isRequired};var m=i(23224);function MetricTileLoader(){return(0,p.jsxs)("div",{className:"googlesitekit-km-widget-tile__loading",children:[(0,p.jsx)(m.A,{className:"googlesitekit-km-widget-tile__loading-header",width:"100%",height:"14px"}),(0,p.jsx)(m.A,{className:"googlesitekit-km-widget-tile__loading-body",width:"100%",height:"53px"})]})}var h=i(36148),y=i(92473),f=i(35902),I=i(67150),b=i(12850),v=i(77766);function MetricTileWrapper(e){const{className:t,children:i,error:s,loading:n,moduleSlug:a,Widget:d,widgetSlug:u,title:m=g.G[u]?.title,infoTooltip:k=g.G[u]?.infoTooltip||g.G[u]?.description}=e,A=(0,v.A)(),_=!!s&&(0,r.castArray)(s).some(I.SG),S=(0,l.useCallback)(()=>{(0,b.sx)(`${A}_kmw`,"data_loading_error_retry")},[A]);return(0,l.useEffect)(()=>{s&&(0,b.sx)(`${A}_kmw`,"data_loading_error")},[A,s]),s?(0,p.jsx)(h.A,{title:_?(0,c.__)("Insufficient permissions","google-site-kit"):(0,c.__)("Data loading failed","google-site-kit"),headerText:m,infoTooltip:k,children:(0,p.jsx)(f.A,{moduleSlug:a,error:s,onRetry:S,GetHelpLink:_?GetHelpLink:void 0,getHelpClassName:"googlesitekit-error-retry-text"})}):(0,p.jsx)(d,{noPadding:!0,children:(0,p.jsxs)("div",{className:o()("googlesitekit-km-widget-tile",t),children:[(0,p.jsx)(y.A,{title:m,infoTooltip:k,loading:n}),(0,p.jsxs)("div",{className:"googlesitekit-km-widget-tile__body",children:[n&&(0,p.jsx)(MetricTileLoader,{}),!n&&i]})]})})}MetricTileWrapper.propTypes={Widget:a().elementType.isRequired,loading:a().bool,title:a().string,infoTooltip:a().oneOfType([a().string,a().element]),moduleSlug:a().string.isRequired}},35902:(e,t,i)=>{"use strict";i.d(t,{A:()=>ReportErrorActions});var s=i(62688),o=i.n(s),r=i(63696),n=i(13606),a=i(82871),l=i(50539),c=i(49383),g=i(93896),d=i(37226),u=i(67150),p=i(35323),m=i(20898),h=i(62540);function ReportErrorActions(e){const{moduleSlug:t,error:i,GetHelpLink:s,hideGetHelpLink:o,buttonVariant:y,onRetry:f,onRequestAccess:I,getHelpClassName:b,RequestAccessButton:v,RetryButton:k}=e,A=(0,p.A)(),_=(0,l.useSelect)(e=>e(d.i).getModuleStoreName(t)),S=(0,l.useSelect)(e=>"function"==typeof e(_)?.getServiceEntityAccessURL?e(_).getServiceEntityAccessURL():null),j=Array.isArray(i)?i:[i],M=(0,l.useSelect)(e=>j.map(t=>{const i=e(_)?.getSelectorDataForError(t);return{...t,selectorData:i}})),x=M?.filter(e=>(0,u.vl)(e,e.selectorData)&&"getReport"===e.selectorData.name),N=!!x.length,D=(0,l.useSelect)(e=>{const i={...N?x[0]:j[0]};return(0,u.SG)(i)&&(i.code=`${t}_insufficient_permissions`),e(g.O4).getErrorTroubleshootingLinkURL(i)}),T=(0,l.useDispatch)(),C=j.some(e=>(0,u.SG)(e)),w=(0,r.useCallback)(()=>{x.forEach(e=>{const{selectorData:t}=e;T(t.storeName).invalidateResolution(t.name,t.args)}),f?.()},[T,x,f]),E=S&&C&&!A;return(0,h.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[E&&("function"==typeof v?(0,h.jsx)(v,{requestAccessURL:S}):(0,h.jsx)(c.Button,{onClick:I,href:S,target:"_blank",danger:"danger"===y,tertiary:"tertiary"===y,children:(0,a.__)("Request access","google-site-kit")})),N&&(0,h.jsxs)(r.Fragment,{children:["function"==typeof k?(0,h.jsx)(k,{handleRetry:w}):(0,h.jsx)(c.Button,{onClick:w,danger:"danger"===y,tertiary:"tertiary"===y,children:(0,a.__)("Retry","google-site-kit")}),!o&&(0,h.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,n.A)((0,a.__)("Retry didn’t work? <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(m.A,{href:D,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})})]}),!N&&!o&&(0,h.jsx)("div",{className:b,children:"function"==typeof s?(0,h.jsx)(s,{linkURL:D}):(0,h.jsx)(m.A,{href:D,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})]})}ReportErrorActions.propTypes={moduleSlug:o().string.isRequired,error:o().oneOfType([o().arrayOf(o().object),o().object]).isRequired,GetHelpLink:o().elementType,hideGetHelpLink:o().bool,buttonVariant:o().string,onRetry:o().func,onRequestAccess:o().func,getHelpClassName:o().string,RequestAccessButton:o().elementType,RetryButton:o().elementType}},36148:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileError});var s=i(4884),o=i(10953),r=i(62540);function MetricTileError(e){const{children:t,headerText:i,infoTooltip:n,title:a}=e;return(0,r.jsx)("div",{className:"googlesitekit-km-widget-tile--error",children:(0,r.jsx)(s.A,{title:a,headerText:i,headerContent:n&&(0,r.jsx)(o.A,{title:n}),description:"",error:!0,children:t})})}},37226:(e,t,i)=>{"use strict";i.d(t,{U:()=>o,i:()=>s});const s="core/modules",o="insufficient_module_dependencies"},39771:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>TourTooltips,R0:()=>h,ei:()=>f});var s=i(15844),o=i(36703),r=i(62688),n=i.n(r),a=i(82871),l=i(50539),c=i(7081),g=i(58116),d=i(89318),u=i(60592),p=i(77766),m=i(62540);const h={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},y={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},f={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},I={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:r,callback:n}){const a=`${t}-step`,b=`${t}-run`,{setValue:v}=(0,l.useDispatch)(c.n),{dismissTour:k}=(0,l.useDispatch)(g.oR),A=(0,l.useRegistry)(),_=(0,p.A)(),S=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),j=(0,l.useSelect)(e=>e(c.n).getValue(b)&&!1===e(g.oR).isTourDismissed(t));(0,s.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),v(b,!0)});const M=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(o.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:s,status:n,type:a}){const l=e+1,c="function"==typeof r?r(_):r;a===o.qY.TOOLTIP&&i===o.VD.TOOLTIP?(0,d.sx)(c,I.VIEW,l):t===o.kl.CLOSE&&i===o.VD.COMPLETE?(0,d.sx)(c,I.DISMISS,l):t===o.kl.NEXT&&n===o.XQ.FINISHED&&a===o.qY.TOUR_END&&s===l&&(0,d.sx)(c,I.COMPLETE,l),i===o.VD.COMPLETE&&n!==o.XQ.FINISHED&&(t===o.kl.PREV&&(0,d.sx)(c,I.PREV,l),t===o.kl.NEXT&&(0,d.sx)(c,I.NEXT,l))}(e);const{action:s,index:l,status:c,step:g,type:u}=e,p=s===o.kl.CLOSE,m=!p&&[o.qY.STEP_AFTER,o.qY.TARGET_NOT_FOUND].includes(u),h=[o.XQ.FINISHED,o.XQ.SKIPPED].includes(c),y=p&&u===o.qY.STEP_AFTER,f=h||y;if(o.qY.STEP_BEFORE===u){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){v(a,e+(t===o.kl.PREV?-1:1))}(l,s):f&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),k(t)),n&&n(e,A)},floaterProps:f,locale:y,run:j,stepIndex:S,steps:M,styles:h,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:n().arrayOf(n().object).isRequired,tourID:n().string.isRequired,gaEventCategory:n().oneOfType([n().string,n().func]).isRequired,callback:n().func}},40127:(e,t,i)=>{"use strict";function s(e,t,i=()=>!0){return"string"==typeof e?i(e):!("object"!=typeof e||!t(e))||!!Array.isArray(e)&&e.every(e=>"string"==typeof e?i(e):"object"==typeof e&&t(e))}function o({startDate:e,endDate:t}){const i=e&&e.match(/^\d{4}-\d{2}-\d{2}$/),s=t&&t.match(/^\d{4}-\d{2}-\d{2}$/);return i&&s}function r(e){function t(e){const t=e.hasOwnProperty("fieldName")&&!!e.fieldName,i=e.hasOwnProperty("sortOrder")&&/(ASCENDING|DESCENDING)/i.test(e.sortOrder.toString());return t&&i}return Array.isArray(e)?e.every(e=>"object"==typeof e&&t(e)):"object"==typeof e&&t(e)}function n(e){return"string"==typeof e||!!Array.isArray(e)&&e.every(e=>"string"==typeof e)}i.d(t,{G4:()=>r,O5:()=>o,cX:()=>s,cq:()=>n})},40847:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileText});var s=i(62688),o=i.n(s),r=i(2478),n=i(12850),a=i(35886),l=i(62540);function MetricTileText({metricValue:e,metricValueFormat:t,subText:i,previousValue:s,currentValue:o,...c}){const g=(0,n.mK)(t);return(0,l.jsxs)(a.A,{className:"googlesitekit-km-widget-tile--text",...c,children:[(0,l.jsxs)("div",{className:"googlesitekit-km-widget-tile__metric-container",children:[(0,l.jsx)("div",{className:"googlesitekit-km-widget-tile__metric",children:e}),(0,l.jsx)("p",{className:"googlesitekit-km-widget-tile__subtext",children:i})]}),(0,l.jsx)("div",{className:"googlesitekit-km-widget-tile__metric-change-container",children:(0,l.jsx)(r.A,{previousValue:s,currentValue:o,isAbsolute:"percent"===g?.style})})]})}MetricTileText.propTypes={metricValue:o().oneOfType([o().string,o().number]),subtext:o().string,previousValue:o().number,currentValue:o().number}},42343:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=o.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},43427:(e,t,i)=>{"use strict";i.r(t),i.d(t,{AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:()=>g,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:()=>u,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:()=>d,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:()=>c,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:()=>n,AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:()=>s,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:()=>l,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:()=>a,AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION:()=>r,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:()=>o,default:()=>p});const s="mainDashboardKeyMetricsPrimary",o="mainDashboardTrafficPrimary",r="mainDashboardTrafficAudienceSegmentation",n="mainDashboardContentPrimary",a="mainDashboardSpeedPrimary",l="mainDashboardMonetizationPrimary",c="entityDashboardTrafficPrimary",g="entityDashboardContentPrimary",d="entityDashboardSpeedPrimary",u="entityDashboardMonetizationPrimary",p={AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:s,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:o,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:n,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:a,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:l,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:c,AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:g,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:d,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:u}},44314:(e,t,i)=>{"use strict";i.d(t,{d:()=>d});var s=i(32091),o=i.n(s),r=i(54419),n=i(50539),a=i(3687);const l="RECEIVE_GATHERING_DATA",c="RECEIVE_DATA_AVAILABLE_ON_LOAD",g="WAIT_FOR_DATA_AVAILABILITY_STATE";function d(e,{storeName:t,dataAvailable:i=!1,selectDataAvailability:s}={}){o()("string"==typeof e&&e,"module slug is required."),o()("string"==typeof t&&t,"store name is required."),o()("boolean"==typeof i,"dataAvailable must be a boolean."),o()("function"==typeof s,"selectDataAvailability must be a function.");const d=(0,a.U)({baseName:"saveDataAvailableState",controlCallback:()=>(0,r.set)("modules",e,"data-available")}),u={dataAvailableOnLoad:i,gatheringData:void 0},p={receiveIsGatheringData:e=>(o()("boolean"==typeof e,"gatheringData must be a boolean."),{payload:{gatheringData:e},type:l}),receiveIsDataAvailableOnLoad:e=>(o()("boolean"==typeof e,"dataAvailableOnLoad must be a boolean."),{payload:{dataAvailableOnLoad:e},type:c})},m={[g]:(0,n.createRegistryControl)(e=>()=>{function i(){return void 0!==e.select(t).selectDataAvailability()}return!!i()||new Promise(t=>{const s=e.subscribe(()=>{i()&&(s(),t(!0))})})})},h=(0,n.createReducer)((e=u,{type:t,payload:i})=>{switch(t){case l:e.gatheringData=i.gatheringData;break;case c:e.dataAvailableOnLoad=i.dataAvailableOnLoad}}),y={*isGatheringData(){const e=yield n.commonActions.getRegistry();if(void 0!==e.select(t).isGatheringData())return;if(e.select(t).isDataAvailableOnLoad())return void(yield p.receiveIsGatheringData(!1));yield{payload:{},type:g};const i=e.select(t).selectDataAvailability();yield p.receiveIsGatheringData(!i),i&&(yield d.actions.fetchSaveDataAvailableState())}},f={selectDataAvailability:s,isDataAvailableOnLoad:e=>e.dataAvailableOnLoad,isGatheringData:e=>e.gatheringData};return(0,n.combineStores)(d,{actions:p,controls:m,initialState:u,reducer:h,resolvers:y,selectors:f})}},45472:(e,t,i)=>{"use strict";i.d(t,{M:()=>s});const s="core/location"},45512:(e,t,i)=>{"use strict";i.d(t,{f:()=>o,n:()=>s});const s="modules/search-console",o=1},46894:(e,t,i)=>{"use strict";i.d(t,{A:()=>ActivateAnalyticsCTA});var s=i(62688),o=i.n(s),r=i(63696),n=i(82871),a=i(49383),l=i(50539),c=i(37226),g=i(72455),d=i(99897),u=i(45472),p=i(92698),m=i(94468),h=i(50787),y=i(62540);function ActivateAnalyticsCTA({children:e}){const t=(0,p.A)(d.L1),i=(0,m.A)(d.L1),s=(0,l.useSelect)(e=>e(c.i).isModuleActive(d.L1)),o=(0,l.useSelect)(e=>{const{isModuleAvailable:t}=e(c.i);return t(d.L1)&&!!e(g.K9)}),[f,I]=(0,r.useState)(!1),b=(0,l.useSelect)(e=>{if(!o)return!1;const t=e(g.K9).getAdminReauthURL();return!!t&&e(u.M).isNavigatingTo(t)}),v=(0,l.useSelect)(e=>!!o&&e(c.i).isFetchingSetModuleActivation(d.L1,!0)),k=(0,h.d)(I,3e3);(0,r.useEffect)(()=>{v||b?I(!0):k(!1)},[v,b,k]);const A=s?i:t;return o&&A?(0,y.jsxs)("div",{className:"googlesitekit-analytics-cta",children:[(0,y.jsx)("div",{className:"googlesitekit-analytics-cta__preview-graphs",children:e}),(0,y.jsxs)("div",{className:"googlesitekit-analytics-cta__details",children:[(0,y.jsx)("p",{className:"googlesitekit-analytics-cta--description",children:(0,n.__)("See how many people visit your site from Search and track how you’re achieving your goals","google-site-kit")}),(0,y.jsx)(a.SpinnerButton,{onClick:A,isSaving:f,disabled:f,children:s?(0,n.__)("Complete setup","google-site-kit"):(0,n.__)("Set up Google Analytics","google-site-kit")})]})]}):null}ActivateAnalyticsCTA.propTypes={children:o().node.isRequired}},47121:(e,t,i)=>{"use strict";i.d(t,{$C:()=>x,RF:()=>M,WI:()=>S,_5:()=>k,jU:()=>v,o3:()=>b,x0:()=>_});var s=i(32091),o=i.n(s),r=i(50532),n=i.n(r),a=i(17243),l=i(78913);const c="GET_REGISTRY",g="AWAIT";function d(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=A(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return o()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const u=d,p=d;function m(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,s={})=>t.reduce((e,t)=>t(e,s),e)}const h=d,y=d,f=d;function I(e){return e}function b(...e){const t=f(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:u(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||I)),resolvers:h(...e.map(e=>e.resolvers||{})),selectors:y(...e.map(e=>e.selectors||{}))}}const v={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:g}}},k={[c]:(0,l.b)(e=>()=>e),[g]:({payload:e})=>e.value};function A(e){const t=[],i={};for(let s=0;s<e.length;s++){const o=e[s];i[o]=i[o]>=1?i[o]+1:1,i[o]>1&&t.push(o)}return t}const _={actions:v,controls:k,reducer:I};function S(e){return t=>j(e(t))}const j=n()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const s=e(...i);return o()(void 0!==s,`${t}(...) is not resolved`),s}));function M(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(s,...o)=>{const r=!t,n=!!t;try{return e(i,s,...o),r}catch{return n}}),dangerousSelector:(0,l.N)(t=>(i,...s)=>{e(t,i,...s)})}}function x(e,t){return o()("function"==typeof e,"a validator function is required."),o()("function"==typeof t,"an action creator function is required."),o()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},47627:(e,t,i)=>{Object.prototype.hasOwnProperty.call(i.g,"google")||(i.g.google={})},49383:e=>{"use strict";e.exports=googlesitekit.components},49539:(e,t,i)=>{"use strict";i.d(t,{A:()=>ReportTable});var s=i(4452),o=i.n(s),r=i(32091),n=i.n(r),a=i(62688),l=i.n(a),c=i(17243),g=i(63696),d=i(49383),u=i(96820),p=i(62540);function ReportTable(e){const{rows:t,columns:i,className:s,limit:r,zeroState:a,gatheringData:l=!1,tabbedLayout:m=!1}=e;n()(Array.isArray(t),"rows must be an array."),n()(Array.isArray(i),"columns must be an array."),i.forEach(({Component:e,field:t=null})=>{n()(e||null!==t,"each column must define a Component and/or a field.")}),n()(Number.isInteger(r)||void 0===r,"limit must be an integer, if provided.");const h=i.some(({badge:e})=>!!e),[y,f]=(0,g.useState)(0),I=m&&i.slice(1),b=m?[i[0],I[y]]:i;return(0,p.jsxs)("div",{className:s,children:[m&&(0,p.jsx)(d.TabBar,{className:"googlesitekit-tab-bar--start-aligned-high-contrast",activeIndex:y,handleActiveIndexUpdate:f,children:I.map(({title:e,badge:t})=>(0,p.jsxs)(d.Tab,{"aria-label":e,children:[e,t]},e))}),(0,p.jsx)("div",{className:o()("googlesitekit-table","googlesitekit-table--with-list",{"googlesitekit-table--gathering-data":l}),children:(0,p.jsxs)("table",{className:o()("googlesitekit-table__wrapper",`googlesitekit-table__wrapper--${b.length}-col`,{"googlesitekit-table__wrapper--tabbed-layout":m}),children:[!m&&(0,p.jsxs)("thead",{className:"googlesitekit-table__head",children:[h&&(0,p.jsx)("tr",{className:"googlesitekit-table__head-badges",children:i.map(({badge:e,primary:t,className:i,columnHeaderClassName:s},r)=>(0,p.jsx)("th",{className:o()("googlesitekit-table__head-item","googlesitekit-table__head-item--badge",{"googlesitekit-table__head-item--primary":t},i,s),children:e},`googlesitekit-table__head-row-badge-${r}`))}),(0,p.jsx)("tr",{className:"googlesitekit-table__head-row",children:i.map(({title:e,description:t,primary:i,className:s,columnHeaderClassName:r},n)=>(0,p.jsx)("th",{className:o()("googlesitekit-table__head-item",{"googlesitekit-table__head-item--primary":i},s,r),"data-tooltip":t,children:e},`googlesitekit-table__head-row-${n}`))})]}),(0,p.jsxs)("tbody",{className:"googlesitekit-table__body",children:[l&&(0,p.jsx)("tr",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,p.jsx)("td",{className:"googlesitekit-table__body-item",colSpan:b.length,children:(0,p.jsx)(u.A,{})})}),!l&&!t?.length&&a&&(0,p.jsx)("tr",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,p.jsx)("td",{className:"googlesitekit-table__body-item",colSpan:b.length,children:(0,p.jsx)(a,{})})}),!l&&t.slice(0,r).map((e,t)=>(0,p.jsx)("tr",{className:"googlesitekit-table__body-row",children:b.map(({Component:t,field:i,className:s},r)=>{const n=void 0!==i?(0,c.get)(e,i):void 0;return(0,p.jsx)("td",{className:o()("googlesitekit-table__body-item",s),children:(0,p.jsxs)("div",{className:"googlesitekit-table__body-item-content",children:[t&&(0,p.jsx)(t,{row:e,fieldValue:n}),!t&&n]})},`googlesitekit-table__body-item-${r}`)})},`googlesitekit-table__body-row-${t}`))]})]})})]})}ReportTable.propTypes={rows:l().arrayOf(l().oneOfType([l().array,l().object])).isRequired,columns:l().arrayOf(l().shape({title:l().string,description:l().string,primary:l().bool,className:l().string,field:l().string,Component:l().elementType,badge:l().node})).isRequired,className:l().string,limit:l().number,zeroState:l().func,gatheringData:l().bool,tabbedLayout:l().bool}},49655:(e,t,i)=>{"use strict";i.d(t,{Q:()=>s});const s={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50111:(e,t,i)=>{"use strict";i.d(t,{EA:()=>r,GF:()=>f,Hl:()=>d,IX:()=>m,Is:()=>n,KD:()=>p,LO:()=>g,NO:()=>c,Nl:()=>l,QJ:()=>u,Uf:()=>o,XU:()=>y,Y0:()=>a,hs:()=>I,wb:()=>h});var s=i(82871);const o="key-metrics-setup-cta-widget",r="googlesitekit-key-metrics-selection-panel-opened",n="key-metrics-selection-form",a="key-metrics-selected",l="key-metrics-effective-selection",c="key-metrics-unstaged-selection",g=2,d=8,u={SLUG:"current-selection",LABEL:(0,s.__)("Current selection","google-site-kit")},p={SLUG:"suggested",LABEL:(0,s.__)("Suggested","google-site-kit")},m={SLUG:"visitors",LABEL:(0,s.__)("Visitors","google-site-kit")},h={SLUG:"driving-traffic",LABEL:(0,s.__)("Driving traffic","google-site-kit")},y={SLUG:"generating-leads",LABEL:(0,s.__)("Generating leads","google-site-kit")},f={SLUG:"selling-products",LABEL:(0,s.__)("Selling products","google-site-kit")},I={SLUG:"content-performance",LABEL:(0,s.__)("Content performance","google-site-kit")}},50234:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var s=i(50539),o=i(37226),r=i(58116),n=i(50111),a=i(72455),l=i(99897),c=i(45512),g=i(97398);function d(){return(0,s.useSelect)(e=>{const t=e(r.oR).isItemDismissed(n.Uf),i=e(r.oR).isDismissingItem(n.Uf),s=u(e,g.Y,c.n),o=u(e,l.L1,a.K9);return!1===t&&!1===i&&s&&o},[])}function u(e,t,i){if(e(o.i).isModuleConnected(t)){const{isGatheringData:t,isDataAvailableOnLoad:s}=e(i);return t(),s()}return!1}},50539:e=>{"use strict";e.exports=googlesitekit.data},50787:(e,t,i)=>{"use strict";i.d(t,{d:()=>n});var s=i(18117),o=i(17243),r=i(63696);function n(...e){const t=(0,s.MA)(()=>(0,o.debounce)(...e),e);return(0,r.useEffect)(()=>()=>t.cancel(),[t]),t}},54312:(e,t,i)=>{"use strict";i.d(t,{A:()=>GenericErrorHandlerActions});var s=i(62688),o=i.n(s),r=i(82871),n=i(20898),a=i(38021),l=i.n(a),c=i(63696),g=i(12417),d=i(1027),u=i(65123),p=i(49383),m=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,s]=(0,c.useState)(!1);return(0,m.jsx)(p.Button,{"aria-label":i?(0,r.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),s(!0)},trailingIcon:(0,m.jsx)(g.A,{className:"mdc-button__icon",icon:i?d.A:u.A}),children:i?(0,r.__)("Copied to clipboard","google-site-kit"):(0,r.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:o().string,componentStack:o().string};const h=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,m.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,m.jsx)(h,{message:e,componentStack:t}),(0,m.jsx)(n.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,r.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:o().string,componentStack:o().string}},54415:(e,t,i)=>{"use strict";i.d(t,{A:()=>GoogleChart});i(47627);var s=i(4452),o=i.n(s),r=i(32091),n=i.n(r),a=i(62688),l=i.n(a),c=i(89054),g=i(15844),d=i(52684),u=i(63696),p=i(23224),m=i(58116),h=i(96820),y=i(50539),f=i(38021),I=i.n(f),b=i(82871),v=i(4884),k=i(54312),A=i(61991),_=i(12850),S=i(59323),j=i(62540);class GoogleChartErrorHandler extends u.Component{constructor(e){super(e),this.state={error:null,info:null},this.onErrorClick=this.onErrorClick.bind(this)}componentDidCatch(e,t){i.g.console.error("Google Charts error:",e,t),this.setState({error:e,info:t}),(0,_.sx)("google_chart_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}onErrorClick(){const{error:e,info:t}=this.state;I()(`\`${e?.message}\n${t?.componentStack}\``)}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,j.jsx)("div",{className:"googlesitekit-googlechart-error-handler",children:(0,j.jsx)(v.A,{description:(0,j.jsxs)(u.Fragment,{children:[(0,j.jsx)(S.A,{children:(0,b.__)("An error prevented this Google chart from being displayed properly. Report the exact contents of the error on the support forum to find out what caused it.","google-site-kit")}),(0,j.jsx)(k.A,{message:t.message,componentStack:i.componentStack})]}),onErrorClick:this.onErrorClick,onClick:this.onErrorClick,title:(0,b.__)("Error in Google Chart","google-site-kit"),error:!0})}):e}}GoogleChartErrorHandler.contextType=A.Ay,GoogleChartErrorHandler.propTypes={children:l().node.isRequired};const M=GoogleChartErrorHandler;var x=i(12417),N=i(51135),D=i(49383),T=i(77766),C=i(50787);function DateMarker({id:e,text:t}){const i=`${(0,T.A)()}_ga4-data-collection-line`;(0,u.useEffect)(()=>{(0,_.sx)(i,"chart_line_view")},[i]);const s=(0,u.useCallback)(()=>{(0,_.sx)(i,"chart_tooltip_view")},[i]),o=(0,C.d)(s,5e3,{leading:!0,trailing:!1});return(0,j.jsxs)(u.Fragment,{children:[(0,j.jsx)("div",{id:`googlesitekit-chart__date-marker-line--${e}`,className:"googlesitekit-chart__date-marker-line"}),t&&(0,j.jsx)("div",{id:`googlesitekit-chart__date-marker-tooltip--${e}`,className:"googlesitekit-chart__date-marker-tooltip",children:(0,j.jsx)(D.Tooltip,{title:t,onOpen:o,children:(0,j.jsx)("span",{children:(0,j.jsx)(x.A,{fill:"currentColor",icon:N.A,size:18})})})})]})}var w=i(7081),E=i(22821),R=i(4518),L=i(32947);function GoogleChart(e){const{chartEvents:t,chartType:s,children:r,className:a,data:l,dateMarkers:f,getChartWrapper:I,height:b,loaded:v,loadingHeight:k,loadingWidth:A,onMouseOver:S,onMouseOut:x,onReady:N,onSelect:D,selectedStats:C,width:O,options:G,gatheringData:P,...z}=e,Z=(0,d.A)(GoogleChart),W=(0,L.dv)(),{startDate:U,endDate:B}=(0,y.useSelect)(e=>e(m.oR).getDateRangeDates({offsetDays:0})),V=(0,T.A)(),H=(0,y.useSelect)(e=>e(w.n).getValue("googleChartsCollisionError")),[F,Y]=(0,u.useState)(!1),{setValue:Q}=(0,y.useDispatch)(w.n),J=(0,R.gZ)(l,C),q="PieChart"===s?"circular":"square",X=(0,R._8)(k,b,A,O),$=(0,j.jsx)("div",{className:"googlesitekit-chart-loading",children:(0,j.jsx)(p.A,{className:"googlesitekit-chart-loading__wrapper",shape:q,...X})}),K=(0,u.useRef)(),ee=(0,u.useRef)();(0,g.A)(()=>{void 0===H&&((0,E.A)(V)&&i.g?.google?.charts&&(i.g.google.charts=void 0),!(0,E.A)(V)&&i.g?.google?.charts?Q("googleChartsCollisionError",!0):Q("googleChartsCollisionError",!1))}),(0,u.useEffect)(()=>()=>{if(ee.current&&K.current){const{events:e}=ee.current.visualization;e.removeAllListeners(K.current.getChart()),e.removeAllListeners(K.current)}},[]),(0,u.useLayoutEffect)(()=>{S&&ee.current?.visualization.events.addListener(K.current.getChart(),"onmouseover",e=>{S(e,{chartWrapper:K.current,google:ee.current})}),x&&ee.current?.visualization.events.addListener(K.current.getChart(),"onmouseout",e=>{x(e,{chartWrapper:K.current,google:ee.current})})},[S,x]);const te=f.filter(e=>{return!!((t=new Date(e.date))&&U&&B)&&!(t.getTime()<(0,_.XH)(U).getTime()||t.getTime()>(0,_.XH)(B).getTime());var t});if(H)return null;if(!v)return(0,j.jsx)("div",{className:o()("googlesitekit-chart","googlesitekit-chart-loading__forced",a),children:$});const ie=(0,R.$J)([...t||[],{eventName:"ready",callback:function(){if(!K.current)return;if(!te.length)return;const e=K.current.getChart(),t=e?.getChartLayoutInterface(),i=t?.getChartAreaBoundingBox(),s=K.current.getDataTable();if(!t||!i||!s)return;te.forEach((e,s)=>{const o=new Date(e.date),r=document.getElementById(`googlesitekit-chart__date-marker-line--${Z}-${s}`);n()(r,`#googlesitekit-chart__date-marker-line--${Z}-${s} is missing from the DOM, but required to render date markers.`);const a=Math.floor(t.getXLocation((0,_.XH)((0,_.sq)(o))));if(Object.assign(r.style,{left:a-1+"px",top:`${Math.floor(i.top)}px`,height:`${Math.floor(i.height)}px`,opacity:1}),e.text){const e=document.getElementById(`googlesitekit-chart__date-marker-tooltip--${Z}-${s}`);n()(e,`#googlesitekit-chart__date-marker-tooltip--${Z}-${s} is missing from the DOM, but required to render date marker tooltips.`),Object.assign(e.style,{left:a-9+"px",top:Math.floor(i.top)-18+"px",opacity:1})}});const o=document.querySelector(`#googlesitekit-chart-${Z} svg:first-of-type > g:first-of-type > g > g > text`)?.parentElement.parentElement.parentElement;!!o&&document.querySelectorAll(`#googlesitekit-chart-${Z} svg:first-of-type > g`).length>=3&&(o.style.transform="translateY(-10px)")}}],N,D),se=(0,R.Hp)(G,{gatheringData:P,chartType:s,startDate:U,endDate:B,breakpoint:W});return(0,j.jsx)(M,{children:(0,j.jsxs)("div",{className:o()("googlesitekit-chart",`googlesitekit-chart--${s}`,a),id:`googlesitekit-chart-${Z}`,tabIndex:-1,children:[(0,j.jsx)(c.t,{className:"googlesitekit-chart__inner",chartEvents:ie,chartLanguage:(0,_.JK)(),chartType:s,chartVersion:"49",data:J,loader:$,height:b,getChartWrapper:(e,t)=>{F||Y(!0),e!==K.current&&(ee.current?.visualization.events.removeAllListeners(K.current?.getChart()),ee.current?.visualization.events.removeAllListeners(K.current)),K.current=e,ee.current=t,I&&I(e,t)},width:O,options:se,...z}),P&&F&&(0,j.jsx)(h.A,{style:h.v.OVERLAY}),!!te.length&&te.map((e,t)=>(0,j.jsx)(DateMarker,{id:`${Z}-${t}`,text:e.text},`googlesitekit-chart__date-marker--${Z}-${t}`)),r]})})}GoogleChart.propTypes={className:l().string,children:l().node,chartEvents:l().arrayOf(l().shape({eventName:l().string,callback:l().func})),chartType:l().oneOf(["LineChart","PieChart"]).isRequired,data:l().array,dateMarkers:l().arrayOf(l().shape({date:l().string.isRequired,text:l().string})),getChartWrapper:l().func,height:l().string,loaded:l().bool,loadingHeight:l().string,loadingWidth:l().string,onMouseOut:l().func,onMouseOver:l().func,onReady:l().func,onSelect:l().func,selectedStats:l().arrayOf(l().number),width:l().string,options:l().object,gatheringData:l().bool},GoogleChart.defaultProps={...c.t.defaultProps,dateMarkers:[],gatheringData:!1,loaded:!0}},54419:e=>{"use strict";e.exports=googlesitekit.api},54593:(e,t,i)=>{"use strict";i.d(t,{A:()=>ChipTabGroup});var s=i(63696),o=i(81276),r=i(50539),n=i(50111),a=i(78340),l=i(72455),c=i(99897),g=i(7081),d=i(58116),u=i(37226),p=i(32947),m=i(27333);var h=i(31589),y=i(50787);var f=i(62688),I=i.n(f),b=i(49383),v=i(4452),k=i.n(v),A=i(80452),_=i(42343),S=i(81520),j=i(62540);const M={[n.QJ.SLUG]:A.A,[n.KD.SLUG]:_.A};function Chip({slug:e,label:t,isActive:i,onClick:s,hasNewBadge:o=!1,selectedCount:r=0}){const n=M[e]||S.A;return(0,j.jsxs)(b.Button,{className:k()("googlesitekit-chip-tab-group__chip-item",{"googlesitekit-chip-tab-group__chip-item--active":i}),icon:(0,j.jsx)(n,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__chip-item-svg__${e}`}),trailingIcon:r>0?(0,j.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",r,")"]}):null,onClick:()=>s(e),children:[t,o&&(0,j.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]})}Chip.propTypes={slug:I().string.isRequired,label:I().string.isRequired,isActive:I().bool,hasNewBadge:I().bool,selectedCount:I().number,onClick:I().func.isRequired};const x={[n.QJ.SLUG]:A.A,[n.KD.SLUG]:_.A};function TabItems({containerRef:e,isMobileBreakpoint:t,chipItemRows:i,allGroups:s,isActive:o,onChipChange:r,selectedCounts:n,newlyDetectedMetrics:a,activeGroupIndex:l}){return(0,j.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-items",ref:e,children:[!t&&i.map(e=>(0,j.jsx)("div",{className:"googlesitekit-chip-tab-group__tab-items-row",children:e.map(e=>(0,j.jsx)(Chip,{slug:e.SLUG,label:e.LABEL,hasNewBadge:!!a?.[e.SLUG],isActive:e.SLUG===o,onClick:r,selectedCount:n[e.SLUG]},e.SLUG))},`row-${e[0].SLUG}`)),t&&(0,j.jsx)(b.TabBar,{activeIndex:l,handleActiveIndexUpdate:e=>r(null,e),children:s.map((e,t)=>{const i=x[e.SLUG]||S.A;return(0,j.jsxs)(b.Tab,{"aria-label":e.LABEL,children:[(0,j.jsx)(i,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__tab-item-mobile-svg googlesitekit-chip-tab-group__chip-item-svg__${e.SLUG}`}),e.LABEL,n[e.SLUG]>0&&(0,j.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",n[e.SLUG],")"]}),!!a?.[e.SLUG]&&(0,j.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]},t)})})]})}TabItems.propTypes={containerRef:I().object,isMobileBreakpoint:I().bool,chipItemRows:I().array.isRequired,allGroups:I().array.isRequired,isActive:I().string.isRequired,onChipChange:I().func.isRequired,selectedCounts:I().object.isRequired,newlyDetectedMetrics:I().object.isRequired,activeGroupIndex:I().number.isRequired};var N,D,T,C,w,E,R,L,O,G,P,z,Z,W,U,B,V,H,F,Y,Q,J,q=i(82871),X=i(86134),$=i(718);function MetricItem({slug:e,title:t,description:i,isNewlyDetected:o,savedItemSlugs:l=[]}){const c=(0,r.useSelect)(t=>{const{getModule:i}=t(u.i),s=t(X.aO).getWidget(e);return s?.modules.reduce((e,t)=>{const s=i(t);return s?.connected||!s?.name?e:[...e,s.name]},[])}),g=(0,m.A)(n.Is,n.Y0),{getValue:d}=(0,r.useSelect)(e=>e(a.s)),{setValues:p}=(0,r.useDispatch)(a.s),h=(0,s.useCallback)(t=>{const i=d(n.Is,n.Y0),s=t.target.checked?i.concat([e]):i.filter(t=>t!==e);p(n.Is,{[n.Y0]:s,[n.NO]:s})},[d,p,e]),y=g?.includes(e),f=!l.includes(e)&&c.length>0,I=`key-metric-selection-checkbox-${e}`;return(0,j.jsx)($.y3,{id:I,slug:e,title:t,description:i,isNewlyDetected:o,isItemSelected:y,isItemDisabled:f,onCheckboxChange:h,children:c.length>0&&(0,j.jsx)("div",{className:"googlesitekit-selection-panel-item-error",children:(0,q.sprintf)(/* translators: %s: module names. */ /* translators: %s: module names. */ (0,q._n)("%s is disconnected, no data to show","%s are disconnected, no data to show",c.length,"google-site-kit"),c.join((0,q.__)(" and ","google-site-kit")))})})}function K(){return K=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},K.apply(null,arguments)}MetricItem.propTypes={slug:I().string.isRequired,title:I().string.isRequired,description:I().string.isRequired,isNewlyDetected:I().bool,savedItemSlugs:I().array};const key_metrics_no_selected_items=e=>s.createElement("svg",K({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 383 238"},e),N||(N=s.createElement("path",{fill:"#B8E6CA",d:"M59.238 58.571c-2.136 20.178 4.272 29.099 20.48 53.216 16.209 24.118-29.092 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.443-3.208 57.819 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86-18.53 5.918-32.662 22.571-34.335 38.621"})),D||(D=s.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__a)"},s.createElement("rect",{width:130.621,height:89.651,x:242.455,y:45.266,fill:"#fff",rx:10.957,transform:"rotate(15 242.455 45.266)"}))),T||(T=s.createElement("rect",{width:24.903,height:7.969,x:253.726,y:64.785,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 253.726 64.785)"})),C||(C=s.createElement("rect",{width:49.806,height:19.923,x:249.342,y:81.144,fill:"#FFDED3",rx:9.961,transform:"rotate(15 249.342 81.144)"})),w||(w=s.createElement("rect",{width:99.428,height:8.773,x:240.436,y:114.357,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 240.436 114.357)"})),E||(E=s.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m256.195 90.198 4.644 8.044m0 0 1.412-4.986m-1.412 4.986-5.023-1.27"})),R||(R=s.createElement("rect",{width:19.923,height:5.977,x:268.706,y:93.551,fill:"#fff",rx:1.992,transform:"rotate(15 268.706 93.55)"})),L||(L=s.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__b)"},s.createElement("rect",{width:130.621,height:89.68,x:13.887,y:79.094,fill:"#fff",rx:10.957,transform:"rotate(-15 13.887 79.094)"}))),O||(O=s.createElement("rect",{width:62.386,height:7.798,x:32.989,y:90.122,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 32.99 90.122)"})),G||(G=s.createElement("rect",{width:49.806,height:19.923,x:37.691,y:106.902,fill:"#FFDED3",rx:9.961,transform:"rotate(-15 37.691 106.902)"})),P||(P=s.createElement("rect",{width:99.428,height:7.798,x:46.612,y:140.967,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 46.612 140.967)"})),z||(z=s.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m48.152 111.318 8.044 4.645m0 0-1.27-5.024m1.27 5.024-4.986 1.411"})),Z||(Z=s.createElement("rect",{width:19.923,height:5.977,x:60.663,y:107.966,fill:"#fff",rx:1.992,transform:"rotate(-15 60.663 107.966)"})),W||(W=s.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__c)"},s.createElement("rect",{width:130.621,height:89.68,x:126.251,y:37.4,fill:"#fff",rx:10.957}))),U||(U=s.createElement("rect",{width:98.333,height:7.867,x:143.013,y:53.134,fill:"#EBEEF0",rx:3.933})),B||(B=s.createElement("rect",{width:49.806,height:19.923,x:142.369,y:70.423,fill:"#B8E6CA",rx:9.961})),V||(V=s.createElement("rect",{width:33.04,height:7.867,x:143.013,y:105.84,fill:"#EBEEF0",rx:3.933})),H||(H=s.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m151.336 84.036 6.568-6.567m0 0-5.182-.073m5.182.073.073 5.18"})),F||(F=s.createElement("rect",{width:19.923,height:5.977,x:164.287,y:77.395,fill:"#fff",rx:1.992})),s.createElement("mask",{id:"key-metrics-no-selected-items_svg__d",width:273,height:230,x:58,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Y||(Y=s.createElement("path",{fill:"#B8E6CA",d:"M59.237 58.571C57.1 78.75 63.509 87.67 79.717 111.787c16.209 24.118-29.091 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.444-3.208 57.82 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86C75.042 25.868 60.91 42.52 59.237 58.57"}))),Q||(Q=s.createElement("g",{mask:"url(#key-metrics-no-selected-items_svg__d)"},s.createElement("path",{stroke:"#CBD0D3",strokeMiterlimit:10,strokeWidth:3.147,d:"m227.674 108.973 11.312-8.418M218.925 98.852l2.868-12.68M205.623 102.87l-5.375-13.037"}),s.createElement("path",{stroke:"#3C7251",strokeLinejoin:"round",strokeWidth:9.44,d:"M63.953 190.487c16.127 12.193 38.716 10.349 55.335 5.162 16.618-5.187 31.107-14.61 45.314-23.791 6.717-4.337 13.617-8.738 21.496-11.119s17.057-2.39 22.958 1.658c3.392 2.328 5.205 5.923 5.36 9.702"}),s.createElement("path",{stroke:"#CBD0D3",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:9.44,d:"m215.831 109.67-19.169 71.73"}),s.createElement("path",{stroke:"#161B18",strokeMiterlimit:10,strokeWidth:9.44,d:"m213.975 116.472-19.169 71.731"}))),J||(J=s.createElement("defs",null,s.createElement("filter",{id:"key-metrics-no-selected-items_svg__a",width:176.33,height:147.36,x:205.773,y:35.772,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dy:3.985}),s.createElement("feGaussianBlur",{stdDeviation:7.969}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),s.createElement("filter",{id:"key-metrics-no-selected-items_svg__b",width:176.337,height:147.388,x:.409,y:35.793,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dy:3.985}),s.createElement("feGaussianBlur",{stdDeviation:7.969}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),s.createElement("filter",{id:"key-metrics-no-selected-items_svg__c",width:162.497,height:121.556,x:110.313,y:25.447,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},s.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),s.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),s.createElement("feOffset",{dy:3.985}),s.createElement("feGaussianBlur",{stdDeviation:7.969}),s.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),s.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),s.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),s.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})))));var ee=i(59323);function TabContent({activeMetricItems:e,newlyDetectedMetrics:t,savedItemSlugs:i}){return(0,j.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-item",children:[Object.keys(e).map(s=>{const o=e[s].group,r=t?.[o]?.includes(s);return(0,j.jsx)(MetricItem,{slug:s,savedItemSlugs:i,isNewlyDetected:r,...e[s]},s)}),!Object.keys(e).length&&(0,j.jsxs)("div",{className:"googlesitekit-chip-tab-group__graphic",children:[(0,j.jsx)(key_metrics_no_selected_items,{height:250}),(0,j.jsx)(ee.A,{children:(0,q.__)("No metrics were selected yet","google-site-kit")})]})]})}TabContent.propTypes={activeMetricItems:I().object.isRequired,newlyDetectedMetrics:I().object.isRequired,savedItemSlugs:I().array};const te=Object.freeze([]);function ChipTabGroup({allMetricItems:e,savedItemSlugs:t}){const i=(0,s.useRef)(),[f,I]=(0,s.useState)(n.QJ.SLUG),[b,v]=(0,s.useState)(0),k=(0,p.dv)()===p.mp,A=(0,m.A)(n.Is,n.Y0),_=(0,m.A)(n.Is,n.Nl)||te,S=(0,m.A)(n.Is,n.NO)||te,M=(0,r.useSelect)(e=>e(d.oR).isUserInputCompleted()),x=(0,r.useSelect)(e=>{const t=e(d.oR).getUserPickedMetrics();if(t?.length){const i=e(l.K9).getKeyMetricsConversionEventWidgets();return Object.keys(i).filter(e=>t.some(t=>i[e].includes(t)))}const i=e(d.oR).getUserInputSettings();return i?.includeConversionEvents?.values}),N=(0,r.useSelect)(e=>e(u.i).isModuleConnected(c.L1)),D=(0,r.useSelect)(e=>N?e(l.K9).getDetectedEvents():[]),T=(0,r.useSelect)(e=>e(d.oR).getAnswerBasedMetrics(null,[...x||[],...D||[]])),{keyMetricsGroups:C,dynamicGroups:w}=function({detectedEvents:e=[],currentlyActiveEvents:t=[],isUserInputCompleted:i,answerBasedMetrics:o=[]}){const r=[l.nc.SUBMIT_LEAD_FORM,l.nc.CONTACT,l.nc.GENERATE_LEAD].filter(i=>e?.includes(i)||t?.includes(i)),a=[l.nc.ADD_TO_CART,l.nc.PURCHASE].filter(i=>e?.includes(i)||t?.includes(i)),c=(0,s.useMemo)(()=>[n.IX,n.wb,...r?.length?[n.XU]:[],...a?.length?[n.GF]:[],n.hs],[r,a]),g=(0,s.useMemo)(()=>i&&o?.length?[n.QJ,n.KD]:[n.QJ],[i,o]);return{hasGeneratingLeadsGroup:r,hasSellingProductsGroup:a,keyMetricsGroups:c,dynamicGroups:g}}({detectedEvents:D,currentlyActiveEvents:x,isUserInputCompleted:M,answerBasedMetrics:T}),E=(0,s.useMemo)(()=>[...w,...C],[w,C]),R=(0,r.useSelect)(e=>{if(!e(u.i).isModuleConnected(c.L1))return[];const t=e(l.K9).getDetectedEvents(),i=e(l.K9).getNewBadgeEvents();if(t?.length&&i?.length){const e=t.filter(e=>l.fV.includes(e)),s=i.filter(e=>l.fV.includes(e)),o=i.filter(e=>!l.fV.includes(e));if(e?.length>1&&s.length>0)return o}return i}),L=(0,r.useSelect)(e=>N?e(l.K9).getKeyMetricsConversionEventWidgets():[]),{selectedCounts:O,activeMetricItems:G,newlyDetectedMetrics:P}=function({allMetricItems:e={},isActive:t,effectiveSelection:i=[],answerBasedMetrics:o=[],selectedMetrics:r=[],newBadgeEvents:a=[],conversionReportingEventWidgets:l={}}){return(0,s.useMemo)(()=>{const s={[n.QJ.SLUG]:0},c={},g={};for(const u in e){const p=e[u].group;if((p===t||t===n.QJ.SLUG&&i.includes(u))&&(c[u]=e[u]),t===n.KD.SLUG&&o.includes(u)&&o.includes(u)&&(c[u]=e[u]),!s[p]){const t=Object.keys(e).filter(t=>!(e[t].group!==p||!r?.includes(t))).length;s[p]=t}var d;if(a?.length)a.some(e=>l[e].includes(u))&&(g[p]=[...null!==(d=g[p])&&void 0!==d?d:[],u])}return{selectedCounts:s,activeMetricItems:c,newlyDetectedMetrics:g}},[e,t,i,o,r,a,l])}({allMetricItems:e,isActive:f,effectiveSelection:_,answerBasedMetrics:T,selectedMetrics:A,newBadgeEvents:R,conversionReportingEventWidgets:L}),{setValues:z}=(0,r.useDispatch)(a.s),Z=(0,s.useCallback)(()=>{z(n.Is,{[n.Y0]:A,[n.Nl]:[..._,...S],[n.NO]:[]})},[A,_,S,z]),W=(0,s.useCallback)((e,t)=>{if(e)I(e);else{const e=E[t];v(t),I(e.SLUG)}S.length&&Z()},[E,S,I,Z]),U=(0,r.useSelect)(e=>e(g.n).getValue(n.EA)),B=(0,o.A)(U),V=Object.keys(P);(0,s.useEffect)(()=>{if(!B&&U)if(I(n.QJ.SLUG),v(0),V.length&&k){const e=E.find(e=>e.SLUG===V[0]);v(E.indexOf(e)),I(e.SLUG)}else v(0),I(n.QJ.SLUG);B&&!U&&Z()},[U,B,S,E,k,V,Z]),function({containerRef:e,isMobileBreakpoint:t,isSelectionPanelOpen:i,isSelectionPanelOpenPrevious:o}){const r=(0,s.useCallback)(()=>{const i=e.current?.querySelector(".mdc-tab-scroller__scroll-content");if(!t)return;const s=e.current?.querySelectorAll(".googlesitekit-chip-tab-group__tab-items .mdc-tab");if(!s?.length||!i)return;const o=e.current?.getBoundingClientRect(),n=[];s.forEach((e,t)=>{const i=e.getBoundingClientRect();i.left>=o.left&&i.right<=o.right&&n.push(t)});const a=s[n.length];if(!a)return;const l=a.getBoundingClientRect();(l.left>=o.right||l.left-o.right<0&&-(l.left-o.right)<=20)&&("2px"===i.style.columnGap?i.style.columnGap="20px":i.style.columnGap="2px",r())},[e,t]),n=(0,y.d)(r,50);(0,h.A)("resize",n),(0,s.useEffect)(()=>{!o&&i&&r()},[i,o,r])}({containerRef:i,isMobileBreakpoint:k,isSelectionPanelOpen:U,isSelectionPanelOpenPrevious:B});const H=[[...w,...C.slice(0,2)],[...C.slice(2)]];return(0,j.jsxs)("div",{className:"googlesitekit-chip-tab-group",children:[(0,j.jsx)(TabItems,{containerRef:i,isMobileBreakpoint:k,chipItemRows:H,allGroups:E,isActive:f,onChipChange:W,selectedCounts:O,newlyDetectedMetrics:P,activeGroupIndex:b}),(0,j.jsx)(TabContent,{activeMetricItems:G,newlyDetectedMetrics:P,savedItemSlugs:t})]})}},55527:(e,t,i)=>{"use strict";i.d(t,{$z:()=>o.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>s.N,P3:()=>n.P,Si:()=>r.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var s=i(91046),o=i(3412),r=i(30454),n=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{"use strict";i.d(t,{$8:()=>n,$Q:()=>p,BT:()=>E,CQ:()=>M,DF:()=>F,GM:()=>j,GT:()=>I,HA:()=>G,HD:()=>u,HP:()=>w,J5:()=>z,JF:()=>N,JK:()=>y,Ml:()=>h,SS:()=>R,UF:()=>g,UY:()=>B,Vl:()=>L,W6:()=>H,Xq:()=>x,YQ:()=>D,Yw:()=>U,dV:()=>C,dX:()=>S,ej:()=>c,em:()=>r,ep:()=>A,fu:()=>v,gC:()=>b,hz:()=>m,jx:()=>d,lV:()=>l,nH:()=>P,oR:()=>s,od:()=>a,p3:()=>f,pG:()=>_,qv:()=>o,qy:()=>T,t1:()=>V,t7:()=>W,tB:()=>k,tK:()=>Z,u_:()=>O});const s="core/user",o="connected_url_mismatch",r="__global",n="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",d="googlesitekit_view_dashboard",u="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",h="googlesitekit_delegate_module_sharing_management",y="googlesitekit_update_plugins",f="kmAnalyticsAdSenseTopEarningContent",I="kmAnalyticsEngagedTrafficSource",b="kmAnalyticsLeastEngagingPages",v="kmAnalyticsNewVisitors",k="kmAnalyticsPopularAuthors",A="kmAnalyticsPopularContent",_="kmAnalyticsPopularProducts",S="kmAnalyticsReturningVisitors",j="kmAnalyticsTopCities",M="kmAnalyticsTopCitiesDrivingLeads",x="kmAnalyticsTopCitiesDrivingAddToCart",N="kmAnalyticsTopCitiesDrivingPurchases",D="kmAnalyticsTopDeviceDrivingPurchases",T="kmAnalyticsTopConvertingTrafficSource",C="kmAnalyticsTopCountries",w="kmAnalyticsTopPagesDrivingLeads",E="kmAnalyticsTopRecentTrendingPages",R="kmAnalyticsTopTrafficSource",L="kmAnalyticsTopTrafficSourceDrivingAddToCart",O="kmAnalyticsTopTrafficSourceDrivingLeads",G="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",z="kmAnalyticsVisitLength",Z="kmAnalyticsTopReturningVisitorPages",W="kmSearchConsolePopularKeywords",U="kmAnalyticsVisitsPerVisitor",B="kmAnalyticsMostEngagingPages",V="kmAnalyticsTopCategories",H=[f,I,b,v,k,A,_,S,V,j,M,x,N,D,T,C,E,R,L,P,z,Z,U,B,V],F=[...H,W]},59323:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var s=i(62688),o=i.n(s),r=i(32947),n=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...s}){const o=(0,r.dv)();return(0,l.jsx)(n.A,{as:"p",type:e,size:t||(o===r.mp?a.Kk:a.Yw),...s,children:i})}c.propTypes={type:o().oneOf(a.tT),size:o().oneOf(a.oJ)}},59357:(e,t,i)=>{"use strict";i.d(t,{A:()=>PreviewGraph});var s,o=i(62688),r=i.n(o),n=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const l=e=>n.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 6"},e),s||(s=n.createElement("path",{fill:"currentColor",d:"m0 3.01.443.387 1.755-1.534v3.344h.628V1.863L4.578 3.4l.446-.39L2.512.811z"})));var c=i(15167),g=i(62540);function PreviewGraph({title:e,GraphSVG:t,showIcons:i}){return(0,g.jsxs)("div",{className:"googlesitekit-analytics-cta__preview-graph",children:[(0,g.jsx)(c.A,{as:"h3",size:"small",type:"body",className:"googlesitekit-analytics-cta__preview-graph--title",children:e}),(0,g.jsx)("div",{children:(0,g.jsx)(t,{})}),i&&(0,g.jsxs)("div",{className:"googlesitekit-analytics-cta__preview-graph--icons",children:[(0,g.jsx)(l,{className:"googlesitekit-analytics-cta__preview-graph--up-arrow"}),(0,g.jsx)("span",{className:"googlesitekit-analytics-cta__preview-graph--bar"})]})]})}PreviewGraph.propTypes={title:r().string.isRequired,GraphSVG:r().elementType.isRequired,showIcons:r().bool},PreviewGraph.defaultProps={showIcons:!0}},60592:(e,t,i)=>{"use strict";i.d(t,{A:()=>TourTooltip});var s=i(28056),o=i.n(s),r=i(4452),n=i.n(r),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var d=i(72545),u=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:r,size:a,step:l,tooltipProps:m}){const h=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function y(e){return n()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:n()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(o(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(s.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:h.map(e=>(0,p.jsx)("li",{className:y(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,r.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...r,children:r.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(d.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>n,Kq:()=>r});const s=(0,i(63696).createContext)(""),{Consumer:o,Provider:r}=s,n=s},63264:(e,t,i)=>{"use strict";i.d(t,{A:()=>d});var s=i(62688),o=i.n(s),r=i(17243),n=i(4452),a=i.n(n),l=i(31589),c=i(63696),g=i(62540);function TableOverflowContainer({children:e}){const[t,i]=(0,c.useState)(!1),s=(0,c.useRef)(),o=(0,r.debounce)(n,100);function n(){if(!s.current)return;const{scrollLeft:e,scrollWidth:t,offsetWidth:o}=s.current,r=t-o;i(e<r-16&&0<r-16)}return(0,l.A)("resize",o),(0,c.useEffect)(()=>{n()},[]),(0,g.jsx)("div",{onScroll:(0,r.debounce)(n,100),className:a()("googlesitekit-table-overflow",{"googlesitekit-table-overflow--gradient":t}),children:(0,g.jsx)("div",{ref:s,className:"googlesitekit-table-overflow__container",children:e})})}TableOverflowContainer.propTypes={children:o().element};const d=TableOverflowContainer},63701:(e,t,i)=>{"use strict";i.d(t,{A:()=>c});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(23224),l=i(62540);function PreviewTable({rows:e,rowHeight:t,padding:i}){const s=[];for(let i=0;e>i;i++)s.push((0,l.jsx)("div",{className:"googlesitekit-preview-table__row",children:(0,l.jsx)(a.A,{width:"100%",height:t+"px"})},"table-row-"+i));return(0,l.jsx)("div",{className:n()("googlesitekit-preview-table",{"googlesitekit-preview-table--padding":i}),children:s})}PreviewTable.propTypes={rows:o().number,rowHeight:o().number,padding:o().bool},PreviewTable.defaultProps={rows:11,rowHeight:35,padding:!1};const c=PreviewTable},65214:(e,t,i)=>{"use strict";i.d(t,{G:()=>o,t:()=>s});const s=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=s){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{"use strict";i.d(t,{c:()=>n});var s=i(82871),o=i(97398),r=i(99897);function n(e="",t={}){const{slug:i="",name:n="",owner:a={}}=t||{};if(!i||!n)return e;let l="",c="";return r.L1===i?e.match(/account/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):o.Y===i&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,s.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,s.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),n)),a&&a.login&&(c=(0,s.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,s.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),c||(c=(0,s.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},67150:(e,t,i)=>{"use strict";i.d(t,{G:()=>c,HY:()=>d,SG:()=>g,db:()=>o,e4:()=>p,vl:()=>u});i(17243);var s=i(82871);const o="missing_required_scopes",r="insufficientPermissions",n="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===o}function g(e){return[r,n].includes(e?.data?.reason)}function d(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||g(e)||c(e)||d(e))}function p(e){return e?.code===a?(0,s.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,s.__)("The server provided an invalid response","google-site-kit"):e?.message}},68326:(e,t,i)=>{"use strict";i.d(t,{A:()=>n});var s=i(50532),o=i.n(s),r=i(17243);const n=o()(({metrics:e,dimensions:t,...i}={})=>({metrics:a(e),dimensions:l(t),...i}));function a(e){return(0,r.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,r.isPlainObject)(e))}function l(e){return(0,r.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,r.isPlainObject)(e))}},68485:(e,t,i)=>{"use strict";i.d(t,{r:()=>AdminScreenTooltip,i:()=>s.i});var s=i(15863),o=i(63696),r=i(50539),n=i(62688),a=i(36703),l=i(40960),c=i(60592),g=i(14007),d=i(39771),u=i(32947),p=i(62540);function JoyrideTooltip(e){const{title:t,content:s,dismissLabel:r,disableOverlay:n=!0,target:m,cta:h=!1,className:y,styles:f={},slug:I="",placement:b="auto",onDismiss:v=()=>{},onView:k=()=>{},onTourStart:A=()=>{},onTourEnd:_=()=>{}}=e;function S(){return!!i.g.document.querySelector(m)}const[j,M]=(0,o.useState)(S),x=(0,u.dv)(),N=x===u.mp||x===u.Lg,[D,T]=(0,o.useState)(!0),C=(0,o.useRef)(N);if((0,l.A)(()=>{S()&&M(!0)},j?null:250),(0,o.useEffect)(()=>{let e=()=>{};if("function"==typeof i.g.ResizeObserver){const t=i.g.document.querySelector(m);if(t){const s=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});s.observe(t),e=()=>s.disconnect()}}return e},[m,j]),(0,o.useEffect)(()=>{let e;return C.current!==N&&(T(!1),e=setTimeout(()=>{T(!0)},50),C.current=N),()=>{e&&clearTimeout(e)}},[N]),!j)return null;const w=[{title:t,target:m,content:s,disableBeacon:!0,isFixed:!0,placement:b,cta:h,className:y}],E={close:r,last:r};return(0,p.jsx)(g.A,{slug:I,children:(0,p.jsx)(a.Ay,{callback:function({type:e}){switch(e){case a.qY.TOUR_START:A(),i.g.document.body.classList.add("googlesitekit-showing-tooltip");break;case a.qY.TOUR_END:_(),i.g.document.body.classList.remove("googlesitekit-showing-tooltip");break;case a.qY.STEP_AFTER:v();break;case a.qY.TOOLTIP:k()}},disableOverlay:n,spotlightPadding:0,floaterProps:d.ei,locale:E,steps:w,styles:{...d.R0,...f,options:{...d.R0.options,...f?.options},spotlight:{...d.R0.spotlight,...f?.spotlight}},tooltipComponent:c.A,run:D,disableScrolling:!0})})}JoyrideTooltip.propTypes={title:n.PropTypes.node,content:n.PropTypes.string,disableOverlay:n.PropTypes.bool,dismissLabel:n.PropTypes.string,target:n.PropTypes.string.isRequired,onDismiss:n.PropTypes.func,onShow:n.PropTypes.func,className:n.PropTypes.string,styles:n.PropTypes.object,slug:n.PropTypes.string,placement:n.PropTypes.string,onView:n.PropTypes.func};var m=i(7081),h=i(12850),y=i(77766);function AdminScreenTooltip(){const e=(0,y.A)(),{setValue:t}=(0,r.useDispatch)(m.n),i=(0,u.dv)(),{isTooltipVisible:s=!1,target:n,placement:a,className:l,tooltipSlug:c,title:g,content:d,dismissLabel:f}=(0,r.useSelect)(e=>e(m.n).getValue("admin-screen-tooltip")||{isTooltipVisible:!1});const I=(0,o.useCallback)(()=>{c&&(0,h.sx)(`${e}_${c}`,"tooltip_dismiss"),t("admin-screen-tooltip",void 0)},[t,c,e]);if(!s)return null;const b=i===u.mp||i===u.Lg,v=null!=n?n:'#adminmenu [href*="page=googlesitekit-settings"]',k=null!=a?a:"right";return(0,p.jsx)(JoyrideTooltip,{target:b?"body":v,placement:b?"center":k,className:b?"googlesitekit-tour-tooltip__modal_step":l||(n?void 0:"googlesitekit-tour-tooltip__fixed-settings-tooltip"),disableOverlay:!b,slug:"admin-screen-tooltip",title:g,content:d,dismissLabel:f,onView:function(){(0,h.sx)(`${e}_${c}`,"tooltip_view")},onDismiss:I})}},69667:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 102 30"},e),s||(s=o.createElement("path",{stroke:"#CCC",strokeWidth:2,d:"m1 24.053 5-4.825 4 2.193 5.333-2.193 7.334 6.579 6-1.754 3-4.825 4.666 6.579 3.334-1.754L47.333 28 55 19.228l4.333 2.193 5.334-3.509 2 1.316h6L81.333 3 84 9.579l2.333-1.754L89 13.088l12-5.263"})))},71564:(e,t,i)=>{"use strict";i.d(t,{G4:()=>c,Ig:()=>r,Q3:()=>l,a2:()=>n,wA:()=>a});var s=i(17243),o=i(40127);function r(e){function t(e){return"string"==typeof e&&/^[a-zA-Z0-9_]+$/.test(e)}if("string"==typeof e){return e.split(",").every(t)}return(0,o.cX)(e,e=>{const i=e.hasOwnProperty("name")&&t(e.name);if(!e.hasOwnProperty("expression"))return i;const s="string"==typeof e.expression;return i&&s},t)}function n(e){return(0,o.cX)(e,e=>e.hasOwnProperty("name")&&"string"==typeof e.name)}function a(e){const t=["string"];return Object.keys(e).every(i=>{if(t.includes(typeof e[i]))return!0;if(Array.isArray(e[i]))return e[i].every(e=>t.includes(typeof e));if((0,s.isPlainObject)(e[i])){const t=Object.keys(e[i]);return!!t.includes("filterType")&&!("emptyFilter"!==e[i].filterType&&!t.includes("value"))}return!1})}function l(e){const t=["string"],i=["numericFilter","betweenFilter"];return Object.values(e).every(e=>{if(t.includes(typeof e))return!0;if(Array.isArray(e))return e.every(e=>t.includes(typeof e));if(!(0,s.isPlainObject)(e))return!1;const{filterType:o,value:r,fromValue:n,toValue:a}=e;if(o&&!i.includes(o))return!1;const l=Object.keys(e);return o&&"numericFilter"!==o?"betweenFilter"===o&&(l.includes("fromValue")&&l.includes("toValue")&&[n,a].every(e=>!(0,s.isPlainObject)(e)||"int64Value"in e)):l.includes("operation")&&l.includes("value")&&(!(0,s.isPlainObject)(r)||"int64Value"in r)})}function c(e){return!!Array.isArray(e)&&e.every(e=>!!(0,s.isPlainObject)(e)&&((!e.hasOwnProperty("desc")||"boolean"==typeof e.desc)&&(e.metric?!e.dimension&&"string"==typeof e.metric?.metricName:!!e.dimension&&"string"==typeof e.dimension?.dimensionName)))}},71769:(e,t,i)=>{"use strict";function s(e){return e.charAt(0).toUpperCase()+e.slice(1)}function o(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function r(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>r,m2:()=>s,sP:()=>o})},72455:(e,t,i)=>{"use strict";i.d(t,{CV:()=>x,Cu:()=>A,K9:()=>s,Kr:()=>h,Lf:()=>p,Oh:()=>n,PW:()=>M,Rx:()=>w,S9:()=>y,TQ:()=>d,Vt:()=>T,Wl:()=>v,ZC:()=>o,ZY:()=>a,_p:()=>C,ag:()=>m,aj:()=>u,bz:()=>N,dq:()=>D,f2:()=>c,fB:()=>j,fV:()=>S,iB:()=>g,kc:()=>l,mo:()=>I,nc:()=>_,rm:()=>k,to:()=>r,wo:()=>f,yn:()=>b});const s="modules/analytics-4",o="account_create",r="property_create",n="webdatastream_create",a="analyticsSetup",l=10,c=1,g="https://www.googleapis.com/auth/tagmanager.readonly",d="enhanced-measurement-form",u="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",m="analyticsAccountCreate",h="analyticsCustomDimensionsCreate",y="https://www.googleapis.com/auth/analytics.edit",f="dashboardAllTrafficWidgetDimensionName",I="dashboardAllTrafficWidgetDimensionColor",b="dashboardAllTrafficWidgetDimensionValue",v="dashboardAllTrafficWidgetActiveRowIndex",k="dashboardAllTrafficWidgetLoaded",A={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},_={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},S=[_.CONTACT,_.GENERATE_LEAD,_.SUBMIT_LEAD_FORM],j={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},M="audiencePermissionsSetup",x="audienceTileCustomDimensionCreate",N="audience-selection-panel-expirable-new-badge-",D="audience",T="customDimension",C="property",w=[D,T,C]},72545:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),s||(s=o.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73874:(e,t,i)=>{"use strict";i.d(t,{Ay:()=>a,Oo:()=>r,oE:()=>n});var s=i(24558),o=i(77766);const r=s.jU,n=s.f7;function a(){const e=(0,o.A)();return e===s.jU||e===s.Ax?r:e===s.f7||e===s.Is?n:null}},73881:(e,t,i)=>{"use strict";i.d(t,{A:()=>s});const s="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTA4IiBoZWlnaHQ9IjI2NyIgdmlld0JveD0iMCAwIDUwOCAyNjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzEwNTc2KSI+CjxwYXRoIGQ9Ik01MzMuOTg5IDIxNi4yNDNDNTA4LjI4MSAyNjkuOTc4IDQzOS41ODcgMjcwLjU1NiA0MDEuNDQyIDI2Mi4zNzFDMzUxLjY3OCAyNTEuNjkzIDMxOC42NDcgMjEyLjYzNCAyNzUuMiAyMTAuMTZDMjMxLjc1NCAyMDcuNjg1IDIwNy41MzIgMjMwLjI4OCAxNjAuNzE0IDIzNS45MzdDMTEzLjg5NSAyNDEuNTg1IDU2LjQ3NDcgMjM2LjQ1IDI2LjY5MjIgMTc4LjQyNUMtMy4wOTAyOCAxMjAuNDAxIDE3LjQ0OTMgNTguOTc2MyA3MC4zMzkgMjguMTkyM0MxMjMuMjI5IC0yLjU5MTc4IDE1NS4zMTcgMjguMzQ4MyAyMDcuNTMyIDI4LjE5MjNDMjU5Ljc0NyAyOC4wMzYzIDI4MC44NTQgLTE4LjU5MDkgMzI5LjQzMSAtMjIuMzcwMUMzNTMuNTQ0IC0yNC4yNDYgMzc3Ljg0MiAtMTkuMjg2IDQwMS45NjEgLTIuNTkxNzdDNDI1LjgxNiAxMy45MTk2IDQyOS4zMTIgNDQuMTM4OSA0ODguNjk5IDcyLjI1NTZDNTQ4LjA4NiAxMDAuMzcyIDU1OS42OTcgMTYyLjUwOCA1MzMuOTg5IDIxNi4yNDNaIiBmaWxsPSIjQjhFNkNBIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTQ2MV8xMDU3NikiPgo8cmVjdCB4PSIyNjciIHk9IjU4Ljg3NiIgd2lkdGg9IjEzNi4xMjIiIGhlaWdodD0iNzQuMjQ4NCIgcng9IjkuMDc0OCIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIyODAuMiIgeT0iNzIuMDc1MSIgd2lkdGg9IjIwLjYyNDYiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjgwLjIiIHk9Ijg2LjEwMDMiIHdpZHRoPSI0MS4yNDkxIiBoZWlnaHQ9IjE2LjQ5OTYiIHJ4PSI4LjI0OTgyIiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjI4MC4yIiB5PSIxMTQuOTc0IiB3aWR0aD0iMTA5LjcyMyIgaGVpZ2h0PSI2LjU5OTg2IiByeD0iMy4yOTk5MyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjg3LjYyMiA5MS44NzUyTDI5My4wNjIgOTcuMzE0N00yOTMuMDYyIDk3LjMxNDdMMjkzLjEyMiA5My4wMjM2TTI5My4wNjIgOTcuMzE0N0wyODguNzcxIDk3LjM3NTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yMzc0NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxyZWN0IHg9IjI5OC4zNSIgeT0iOTEuODc1MiIgd2lkdGg9IjE2LjQ5OTYiIGhlaWdodD0iNC45NDk4OSIgcng9IjEuNjQ5OTYiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTQ2MV8xMDU3NikiPgo8cmVjdCB4PSIxMTciIHk9IjE0NSIgd2lkdGg9IjEzNi4xMjIiIGhlaWdodD0iNzQuMjQ4NCIgcng9IjkuMDc0OCIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIxMzAiIHk9IjE1OCIgd2lkdGg9IjU0IiBoZWlnaHQ9IjciIHJ4PSIzLjI5OTkzIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEzMC4yIiB5PSIxNzIuMjI0IiB3aWR0aD0iNDEuMjQ5MSIgaGVpZ2h0PSIxNi40OTk2IiByeD0iOC4yNDk4MiIgZmlsbD0iI0ZGREVEMyIvPgo8cmVjdCB4PSIxMzAuMiIgeT0iMjAxLjA5OCIgd2lkdGg9IjEwOS43MjMiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEzNy42MjIgMTc3Ljk5OUwxNDMuMDYyIDE4My40MzlNMTQzLjA2MiAxODMuNDM5TDE0My4xMjIgMTc5LjE0OE0xNDMuMDYyIDE4My40MzlMMTM4Ljc3MSAxODMuNDk5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjM3NDciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxNDguMzUiIHk9IjE3Ny45OTkiIHdpZHRoPSIxNi40OTk2IiBoZWlnaHQ9IjQuOTQ5ODkiIHJ4PSIxLjY0OTk2IiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMl9kXzE0NjFfMTA1NzYpIj4KPHJlY3QgeD0iMTE3IiB5PSI1OC44NzYiIHdpZHRoPSIxMzYuMTIyIiBoZWlnaHQ9Ijc0LjI0ODQiIHJ4PSI5LjA3NDgiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iNzIuMDc1MSIgd2lkdGg9Ijg2LjYyMzEiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iODYuMTAwMyIgd2lkdGg9IjQxLjI0OTEiIGhlaWdodD0iMTYuNDk5NiIgcng9IjguMjQ5ODIiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iMTE0Ljk3NCIgd2lkdGg9IjEwOS43MjMiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEzNy42MjUgOTcuMzc1MUwxNDMuMDY0IDkxLjkzNTdNMTQzLjA2NCA5MS45MzU3TDEzOC43NzMgOTEuODc1Mk0xNDMuMDY0IDkxLjkzNTdMMTQzLjEyNSA5Ni4yMjY4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjM3NDciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxNDguMzUiIHk9IjkxLjg3NTIiIHdpZHRoPSIxNi40OTk2IiBoZWlnaHQ9IjQuOTQ5ODkiIHJ4PSIxLjY0OTk2IiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyM19kXzE0NjFfMTA1NzYpIj4KPHJlY3QgeD0iMjY3IiB5PSIxNDUiIHdpZHRoPSIxMzYuMTIyIiBoZWlnaHQ9Ijc0LjI0ODQiIHJ4PSI5LjA3NDgiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjgwLjE5OSIgeT0iMTU4LjE5OSIgd2lkdGg9IjUyLjc5ODkiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTI4MC4xOTkgMTgwLjQ3NEMyODAuMTk5IDE3NS45MTggMjgzLjg5MyAxNzIuMjI0IDI4OC40NDkgMTcyLjIyNEgzMTMuMTk5QzMxNy43NTUgMTcyLjIyNCAzMjEuNDQ4IDE3NS45MTggMzIxLjQ0OCAxODAuNDc0QzMyMS40NDggMTg1LjAzIDMxNy43NTUgMTg4LjcyNCAzMTMuMTk5IDE4OC43MjRIMjg4LjQ0OUMyODMuODkzIDE4OC43MjQgMjgwLjE5OSAxODUuMDMgMjgwLjE5OSAxODAuNDc0WiIgZmlsbD0iI0I4RTZDQSIvPgo8cmVjdCB4PSIyODAuMTk5IiB5PSIyMDEuMDk4IiB3aWR0aD0iMTA5LjcyMyIgaGVpZ2h0PSI2LjU5OTg2IiByeD0iMy4yOTk5MyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjg3LjYyNCAxODMuNDk5TDI5My4wNjMgMTc4LjA2TTI5My4wNjMgMTc4LjA2TDI4OC43NzIgMTc3Ljk5OU0yOTMuMDYzIDE3OC4wNkwyOTMuMTI0IDE4Mi4zNTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yMzc0NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxyZWN0IHg9IjI5OC4zNSIgeT0iMTc3Ljk5OSIgd2lkdGg9IjE2LjQ5OTYiIGhlaWdodD0iNC45NDk4OSIgcng9IjEuNjQ5OTYiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNDYxXzEwNTc2IiB4PSIyNTMuOCIgeT0iNDguOTc2MiIgd2lkdGg9IjE2Mi41MjIiIGhlaWdodD0iMTAwLjY0OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIzLjI5OTkzIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuNTk5ODYiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMDU3NiIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIxX2RfMTQ2MV8xMDU3NiIgeD0iMTAzLjgiIHk9IjEzNS4xIiB3aWR0aD0iMTYyLjUyMiIgaGVpZ2h0PSIxMDAuNjQ4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjMuMjk5OTMiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi41OTk4NiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTA1NzYiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjJfZF8xNDYxXzEwNTc2IiB4PSIxMDMuOCIgeT0iNDguOTc2MiIgd2lkdGg9IjE2Mi41MjIiIGhlaWdodD0iMTAwLjY0OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIzLjI5OTkzIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuNTk5ODYiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMDU3NiIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIzX2RfMTQ2MV8xMDU3NiIgeD0iMjUzLjgiIHk9IjEzNS4xIiB3aWR0aD0iMTYyLjUyMiIgaGVpZ2h0PSIxMDAuNjQ4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjMuMjk5OTMiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi41OTk4NiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTA1NzYiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTQ2MV8xMDU3NiI+CjxyZWN0IHdpZHRoPSI1MDgiIGhlaWdodD0iMjY3IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="},74944:(e,t,i)=>{"use strict";i.d(t,{s:()=>p});var s=i(4452),o=i.n(s),r=i(17243),n=i(82871),a=i(79829),l=i(12850),c=i(32091),g=i.n(c);var d=i(4869);function u(e,t){const i=[];return e.forEach(e=>{if(!e.metricValues)return;const{value:s}=e.metricValues[t],o=e.dimensionValues[0].value,r=(0,d.A)(o);i.push([r,s])}),i}function p(e,t,i,s,c=[(0,n.__)("Users","google-site-kit"),(0,n.__)("Sessions","google-site-kit"),(0,n.__)("Engagement Rate","google-site-kit"),(0,n.__)("Session Duration","google-site-kit")],d=[e=>parseFloat(e).toLocaleString(),e=>parseFloat(e).toLocaleString(),e=>(0,l.Eo)(e/100,{style:"percent",signDisplay:"never",maximumFractionDigits:2}),e=>(0,l.Eo)(e,"s")],p=[r.identity,r.identity,e=>100*e,r.identity]){const m=[...e?.rows||[]],h=m.length;if(2*i>h){const e=(0,l.XH)(s);for(let t=0;i>t;t++){const i=(e.getMonth()+1).toString(),s=e.getDate().toString(),o=e.getFullYear().toString()+(2>i.length?"0":"")+i+(2>s.length?"0":"")+s;if(t>h){const e=[{dimensionValues:[{value:o},{value:"date_range_0"}],metricValues:[{value:0},{value:0}]},{dimensionValues:[{value:o},{value:"date_range_1"}],metricValues:[{value:0},{value:0}]}];m.unshift(...e)}e.setDate(e.getDate()-1)}m.push({dimensionValues:[{value:"0"},{value:"date_range_0"}]},{dimensionValues:[{value:"0"},{value:"date_range_1"}]})}const y=c[t]===(0,n.__)("Session Duration","google-site-kit"),f=y?"timeofday":"number",I=[[{type:"date",label:(0,n.__)("Day","google-site-kit")},{type:"string",role:"tooltip",p:{html:!0}},{type:f,label:c[t]},{type:f,label:(0,n.__)("Previous period","google-site-kit")}]],{compareRange:b,currentRange:v}=function(e,{dateRangeLength:t}){function i(t){return e.filter(({dimensionValues:[,e]})=>e.value===t)}g()(Array.isArray(e),"report must be an array to partition."),g()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const s=-1*t;return{currentRange:i("date_range_0").slice(s),compareRange:i("date_range_1").slice(2*s,s)}}(m,{dateRangeLength:i}),k=u(v,t),A=u(b,t),_=(0,a.JK)(),S={weekday:"short",month:"short",day:"numeric"};return k.forEach((e,i)=>{if(!e[0]||!e[1]||!A[i])return;const s=p[t],r=s(e[1]),a=s(A[i][1]),g=parseFloat(a),u=(0,l.Cn)(r,g),m=(0,l.vY)(u),h=(0,n.sprintf)(/* translators: 1: date for user stats, 2: previous date for user stats comparison */ /* translators: 1: date for user stats, 2: previous date for user stats comparison */ (0,n._x)("%1$s vs %2$s","Date range for chart tooltip","google-site-kit"),e[0].toLocaleDateString(_,S),A[i][0].toLocaleDateString(_,S)),f=(0,n.sprintf)(/* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage */ /* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage */ (0,n._x)("%1$s: <strong>%2$s</strong> <em>%3$s %4$s</em>","Stat information for chart tooltip","google-site-kit"),c[t],d[t](r),m,(0,l.Eo)(Math.abs(u),"%"));I.push([e[0],`<div class="${o()("googlesitekit-visualization-tooltip",{"googlesitekit-visualization-tooltip--up":u>0,"googlesitekit-visualization-tooltip--down":u<0})}">\n\t\t\t\t<p>${h}</p>\n\t\t\t\t<p>${f}</p>\n\t\t\t</div>`,y?(0,l.vH)(r):r,y?(0,l.vH)(a):a])}),I}},75487:(e,t,i)=>{"use strict";i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>g});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:s,alignBottom:o,alignRight:r,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:d,smSize:u,smStart:p,smOrder:m,mdSize:h,mdStart:y,mdOrder:f,lgSize:I,lgStart:b,lgOrder:v,size:k,children:A,..._}=e;return(0,a.jsx)("div",{..._,className:n()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":s,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":r,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":d,[`mdc-layout-grid__cell--span-${k}`]:12>=k&&k>0,[`mdc-layout-grid__cell--span-${I}-desktop`]:12>=I&&I>0,[`mdc-layout-grid__cell--start-${b}-desktop`]:12>=b&&b>0,[`mdc-layout-grid__cell--order-${v}-desktop`]:12>=v&&v>0,[`mdc-layout-grid__cell--span-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--start-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--order-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:A})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},s)=>(0,a.jsx)("div",{ref:s,className:n()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const g=c,d=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:s,collapsed:o,...r},l)=>(0,a.jsx)("div",{className:n()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":t}),...r,ref:l,children:s}));d.displayName="Grid",d.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},d.defaultProps={className:""};const u=d},75578:(e,t,i)=>{"use strict";i.d(t,{i$:()=>ChangeMetricsLink,kB:()=>InsufficientPermissionsError,uQ:()=>C,ym:()=>MetricTileNumeric,$:()=>MetricTileTable,mF:()=>MetricTileTablePlainText,sq:()=>G.A,sB:()=>E.A});var s=i(63696),o=i(82871),r=i(50539),n=i(7081),a=i(58116),l=i(50111),c=i(20898),g=i(674),d=i(93896),u=i(12850),p=i(98748),m=i(62540);function SetupCompletedSurveyTrigger(){const e=(0,r.useSelect)(e=>e(d.O4).isKeyMetricsSetupCompleted()),t=(0,r.useSelect)(e=>e(d.O4).getKeyMetricsSetupCompletedBy()),i=(0,r.useSelect)(e=>e(a.oR).getID());return e?(0,m.jsxs)(s.Fragment,{children:[(0,m.jsx)(p.A,{triggerID:"view_kmw",ttl:u.Du}),t===i&&(0,m.jsx)(p.A,{triggerID:"view_kmw_setup_completed",ttl:u.Du})]}):null}var h=i(77766),y=i(24558);const f={slug:"sharedKeyMetrics",contexts:[y.jU,y.Ax,y.f7,y.Is],gaEventCategory:e=>`${e}_shared_key-metrics`,steps:[{target:".googlesitekit-km-change-metrics-cta",title:(0,o.__)("Personalize your key metrics","google-site-kit"),content:(0,o.__)("Another admin has set up these tailored metrics for your site. Click here to personalize them.","google-site-kit"),placement:"bottom-start"}]};function ChangeMetricsLink(){const e=(0,r.useSelect)(e=>e(a.oR).getKeyMetrics()),t=(0,h.A)(),{setValue:i}=(0,r.useDispatch)(n.n),p=(0,s.useCallback)(()=>{i(l.EA,!0),(0,u.sx)(`${t}_kmw`,"change_metrics")},[i,t]),y=Array.isArray(e)&&e?.length>0;return function({renderChangeMetricLink:e}){const t=(0,r.useSelect)(e=>e(d.O4).getKeyMetricsSetupCompletedBy()),i=(0,r.useSelect)(e=>e(a.oR).getID()),{triggerOnDemandTour:o}=(0,r.useDispatch)(a.oR),n=Number.isInteger(t)&&Number.isInteger(i)&&t>0&&i!==t;(0,s.useEffect)(()=>{e&&n&&o(f)},[e,n,o])}({renderChangeMetricLink:y}),y?(0,m.jsxs)(s.Fragment,{children:[(0,m.jsx)(c.A,{className:"googlesitekit-widget-area__cta-link googlesitekit-km-change-metrics-cta",onClick:p,leadingIcon:(0,m.jsx)(g.A,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,o.__)("Change metrics","google-site-kit")}),(0,m.jsx)(SetupCompletedSurveyTrigger,{})]}):null}var I=i(62688),b=i.n(I),v=i(13606),k=i(36148);function InsufficientPermissionsError(e){const{moduleSlug:t,onRetry:i,infoTooltip:n,headerText:a}=e,l=(0,h.A)(),g=(0,r.useSelect)(e=>e(d.O4).getErrorTroubleshootingLinkURL({code:`${t}_insufficient_permissions`}));(0,s.useEffect)(()=>{(0,u.BI)(`${l}_kmw`,"insufficient_permissions_error")},[l]);const p=(0,s.useCallback)(()=>{(0,u.sx)(`${l}_kmw`,"insufficient_permissions_error_retry"),i?.()},[i,l]);return(0,m.jsx)(k.A,{title:(0,o.__)("Insufficient permissions","google-site-kit"),headerText:a,infoTooltip:n,children:(0,m.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[(0,m.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,v.A)((0,o.__)("Permissions updated? <a>Retry</a>","google-site-kit"),{a:(0,m.jsx)(c.A,{onClick:p})})}),(0,m.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,v.A)((0,o.__)("You’ll need to contact your administrator. <a>Learn more</a>","google-site-kit"),{a:(0,m.jsx)(c.A,{href:g,external:!0,hideExternalIndicator:!0})})})]})})}InsufficientPermissionsError.propTypes={moduleSlug:b().string.isRequired,onRetry:b().func.isRequired,headerText:b().string,infoTooltip:b().string};var A=i(63560),_=i(45472),S=i(99897),j=i(16196),M=i(68485),x=i(50234),N=i(7184),D=i(73881),T=i(85284);function KeyMetricsSetupCTAWidget({Widget:e,WidgetNull:t}){const i=(0,s.useRef)(),n=(0,h.A)(),g=`${n}_kmw-cta-notification`,p=(0,x.A)(),y=(0,r.useSelect)(e=>e(d.O4).getAdminURL("googlesitekit-user-input")),f=(0,r.useSelect)(e=>e(d.O4).getAdminURL("googlesitekit-metric-selection")),I=(0,r.useSelect)(e=>y&&e(_.M).isNavigatingTo(y)),b=(0,A.A)(i,{threshold:.25}),[v,k]=(0,s.useState)(!1),S=!!b?.intersectionRatio,{triggerSurvey:j}=(0,r.useDispatch)(a.oR);(0,s.useEffect)(()=>{S&&!v&&((0,u.sx)(`${n}_kmw-cta-notification`,"view_notification"),j("view_kmw_setup_cta",{ttl:u.Du}),k(!0))},[S,v,n,j]);const C={tooltipSlug:l.Uf,title:(0,o.__)("You can always set up goals in Settings later","google-site-kit"),content:(0,o.__)("The Key Metrics section will be added back to your dashboard once you set your goals in Settings","google-site-kit"),dismissLabel:(0,o.__)("Got it","google-site-kit")},w=(0,M.i)(C),{dismissItem:E}=(0,r.useDispatch)(a.oR),R=(0,s.useCallback)(async()=>{await(0,u.sx)(g,"dismiss_notification"),w(),await E(l.Uf)},[g,w,E]),{navigateTo:L}=(0,r.useDispatch)(_.M),O=(0,s.useCallback)(async()=>{await(0,u.sx)(g,"confirm_pick_own_metrics"),L(f)},[g,L,f]),G=(0,s.useCallback)(async()=>{await(0,u.sx)(g,"confirm_get_tailored_metrics"),L(y)},[g,L,y]);return p?(0,m.jsx)(e,{noPadding:!0,children:(0,m.jsx)(N.A,{ref:i,className:"googlesitekit-banner--setup-cta",title:(0,o.__)("Get personalized suggestions for user interaction metrics based on your goals","google-site-kit"),description:(0,o.__)("Answer 3 questions and we’ll suggest relevant metrics for your dashboard. These metrics will help you track how users interact with your site.","google-site-kit"),dismissButton:{label:(0,o.__)("Maybe later","google-site-kit"),onClick:R},ctaButton:{label:(0,o.__)("Get tailored metrics","google-site-kit"),onClick:G,disabled:I,inProgress:I},svg:{desktop:D.A,mobile:T.A,verticalPosition:"top"},footer:(0,m.jsxs)("div",{className:"googlesitekit-widget-key-metrics-footer",children:[(0,m.jsx)("span",{children:(0,o.__)("Interested in specific metrics?","google-site-kit")}),(0,m.jsx)(c.A,{onClick:O,children:(0,o.__)("Select your own metrics","google-site-kit")})]})})}):(0,m.jsx)(t,{})}KeyMetricsSetupCTAWidget.propTypes={Widget:b().elementType.isRequired,WidgetNull:b().elementType};const C=(0,j.A)({moduleName:S.L1})(KeyMetricsSetupCTAWidget);var w=i(2478),E=i(35886);function MetricTileNumeric({metricValue:e,metricValueFormat:t,subText:i,previousValue:s,currentValue:o,...r}){const n=(0,u.mK)(t);return(0,m.jsxs)(E.A,{className:"googlesitekit-km-widget-tile--numeric",...r,children:[(0,m.jsxs)("div",{className:"googlesitekit-km-widget-tile__metric-container",children:[(0,m.jsx)("div",{className:"googlesitekit-km-widget-tile__metric",children:(0,u.Eo)(e,n)}),(0,m.jsx)("p",{className:"googlesitekit-km-widget-tile__subtext",children:i})]}),(0,m.jsx)("div",{className:"googlesitekit-km-widget-tile__metric-change-container",children:(0,m.jsx)(w.A,{previousValue:s,currentValue:o,isAbsolute:"percent"===n?.style})})]})}MetricTileNumeric.propTypes={metricValue:b().oneOfType([b().string,b().number]),metricValueFormat:b().oneOfType([b().string,b().object]),subtext:b().string,previousValue:b().number,currentValue:b().number};var R=i(17243),L=i(4452),O=i.n(L);function MetricTileTable({rows:e=[],columns:t=[],limit:i,ZeroState:s,...o}){let r=null;return e?.length>0?r=e.slice(0,i||e.length).map((e,i)=>(0,m.jsx)("div",{className:"googlesitekit-table__body-row",children:t.map(({Component:t,field:i,className:s},o)=>{const r=void 0!==i?(0,R.get)(e,i):void 0;return(0,m.jsxs)("div",{className:O()("googlesitekit-table__body-item",s),children:[t&&(0,m.jsx)(t,{row:e,fieldValue:r}),!t&&r]},o)})},i)):s&&(r=(0,m.jsx)("div",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,m.jsx)("div",{className:"googlesitekit-table__body-zero-data",children:(0,m.jsx)(s,{})})})),(0,m.jsx)(E.A,{className:"googlesitekit-km-widget-tile--table",...o,children:(0,m.jsx)("div",{className:"googlesitekit-km-widget-tile__table",children:r})})}function MetricTileTablePlainText({content:e}){return(0,m.jsx)("p",{className:"googlesitekit-km-widget-tile__table-plain-text",children:e})}MetricTileTable.propTypes={rows:b().array,columns:b().array,limit:b().number,ZeroState:b().elementType},MetricTileTablePlainText.propTypes={content:b().string.isRequired};var G=i(40847);i(54593)},77766:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696),o=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,s.useContext)(o.Ay)}},77967:(e,t,i)=>{"use strict";i.d(t,{A:()=>ErrorNotice});var s=i(62688),o=i.n(s),r=i(63696),n=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),d=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:s,message:o=t.message,noPrefix:p=!1,skipRetryMessage:m,hideIcon:h=!1}){const y=(0,l.useDispatch)(),f=(0,l.useSelect)(e=>s?e(s).getSelectorDataForError(t):null),I=(0,r.useCallback)(()=>{y(f.storeName).invalidateResolution(f.name,f.args)},[y,f]);if(!o||(0,c.G)(t))return null;const b=i&&(0,c.vl)(t,f);let v=o;i||m||(v=(0,n.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,n.__)("%s (Please try again.)","google-site-kit"),v)),p||(v=(0,n.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,n.__)("Error: %s","google-site-kit"),v));const k=t?.data?.reconnectURL;k&&(0,a.m)(k)&&(v=(0,n.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,n.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),v,k));return(0,u.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(v,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:b?{label:(0,n.__)("Retry","google-site-kit"),onClick:I}:void 0,hideIcon:h})}ErrorNotice.propTypes={className:o().string,error:o().shape({message:o().string}),hasButton:o().bool,storeName:o().string,message:o().string,noPrefix:o().bool,skipRetryMessage:o().bool,hideIcon:o().bool}},78340:(e,t,i)=>{"use strict";i.d(t,{s:()=>s});const s="core/forms"},79829:(e,t,i)=>{"use strict";i.d(t,{Eo:()=>d,JK:()=>h,K5:()=>m,jq:()=>p,mK:()=>g});var s=i(17243),o=i(50532),r=i.n(o),n=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:s}=function(e,t={}){const{hours:i,minutes:s,seconds:o}=l(e);return{hours:i,minutes:s,seconds:o,formatUnit(){const{unitDisplay:r="short",...a}=t,l={unitDisplay:r,...a,style:"unit"};return 0===e?p(o,{...l,unit:"second"}):(0,n.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,n._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?p(o,{...l,unit:"second"}):"",s?p(s,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,n.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,n.__)("%ds","google-site-kit"),o);if(0===e)return t;const r=(0,n.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,n.__)("%dm","google-site-kit"),s),a=(0,n.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,n.__)("%dh","google-site-kit"),i);return(0,n.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,n._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",s?r:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return s()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,s.isPlainObject)(e)&&(t={...e}),t}function d(e,t={}){e=(0,s.isFinite)(e)?e:Number(e),(0,s.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:o="metric"}=i;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,n.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,n.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,n.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,n.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?a(e,i):"durationISO"===o?function(e){let{hours:t,minutes:i,seconds:s}=l(e);return s=("0"+s).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${s}`:`${t}:${i}:${s}`}(e):p(e,i)}const u=r()(console.warn);function p(e,t={}){const{locale:i=h(),...s}=t;try{return new Intl.NumberFormat(i,s).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(s)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},r=["signDisplay","compactDisplay"],n={};for(const[e,t]of Object.entries(s))o[e]&&t===o[e]||r.includes(e)||(n[e]=t);try{return new Intl.NumberFormat(i,n).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=h(),style:s="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:s,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const r=(0,n.__)(", ","google-site-kit");return e.join(r)}function h(e=i.g){const t=(0,s.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{"use strict";i.d(t,{A:()=>b});var s,o=i(62688),r=i.n(o),n=i(4452),a=i.n(n),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var d=i(42343),u=i(49655),p=i(62540);const m={[u.Q.NEW]:d.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:r().oneOf(Object.values(u.Q))},Title.propTypes={className:r().string,children:r().node},Description.propTypes={className:r().string,children:r().node};var h=i(49383),y=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:s,href:o,external:r,hideExternalIndicator:n}){let a;return r&&!n&&(a=(0,p.jsx)(y.A,{width:14,height:14})),(0,p.jsx)(h.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:s,href:o,target:r?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:r().string.isRequired,disabled:r().bool,inProgress:r().bool,onClick:r().func,href:r().string,external:r().bool,hideExternalIndicator:r().bool};var f=i(82871);function DismissButton({label:e=(0,f.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(h.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:r().string,onClick:r().func.isRequired,disabled:r().bool};const I=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:s,ctaButton:o,type:r=u.Q.INFO,children:n,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${r}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:r})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(s?.label||s?.onClick||o?.label&&(o?.onClick||o?.href)||n)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[n,(s?.label||s?.onClick)&&(0,p.jsx)(DismissButton,{label:s.label,onClick:s.onClick,disabled:s.disabled}),o?.label&&(o?.onClick||o?.href)&&(0,p.jsx)(CTAButton,{label:o.label,onClick:o.onClick,inProgress:o.inProgress,disabled:o.disabled,href:o.href,external:o.external,hideExternalIndicator:o.hideExternalIndicator})]})]}));I.TYPES=u.Q,I.propTypes={className:r().string,title:r().oneOfType([r().string,r().object]),description:r().node,type:r().oneOf(Object.values(u.Q)),dismissButton:r().shape(DismissButton.propTypes),ctaButton:r().shape({...CTAButton.propTypes,label:r().string}),children:r().node,hideIcon:r().bool};const b=I},80452:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 9"},e),s||(s=o.createElement("path",{stroke:"currentColor",strokeLinecap:"square",strokeWidth:1.6,d:"m2 5.309 1.474 2.14c.69 1.001 1.946 1.001 2.636 0L10 1.8"})))},81520:(e,t,i)=>{"use strict";function Null(){return null}i.d(t,{A:()=>Null})},82046:(e,t,i)=>{"use strict";i.d(t,{C:()=>r,p:()=>o});var s=i(15210);function o(e,t={}){return{__html:s.O.sanitize(e,t)}}function r(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{"use strict";e.exports=googlesitekit.i18n},83366:(e,t,i)=>{"use strict";i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),s||(s=o.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,i)=>{"use strict";i.d(t,{A:()=>IconWrapper});var s=i(62688),o=i.n(s),r=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,r.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:o().node.isRequired,marginLeft:o().number,marginRight:o().number}},85284:(e,t,i)=>{"use strict";i.d(t,{A:()=>s});const s="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDM1IiBoZWlnaHQ9IjE0NiIgdmlld0JveD0iMCAwIDQzNSAxNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQzNjEpIj4KPHBhdGggZD0iTTQyNC40OTcgMTk4LjMwOEM0MDMuNjQgMjQxLjkwNSAzNDcuOTA3IDI0Mi4zNzQgMzE2Ljk1OSAyMzUuNzMzQzI3Ni41ODQgMjI3LjA3IDI0OS43ODUgMTk1LjM4IDIxNC41MzUgMTkzLjM3M0MxNzkuMjg2IDE5MS4zNjUgMTU5LjYzNCAyMDkuNzA0IDEyMS42NDkgMjE0LjI4NkM4My42NjQxIDIxOC44NjkgMzcuMDc3NiAyMTQuNzAzIDEyLjkxNDMgMTY3LjYyNkMtMTEuMjQ5IDEyMC41NDkgNS40MTUzMiA3MC43MTQgNDguMzI2IDQ1LjczODFDOTEuMjM2OCAyMC43NjIyIDExNy4yNzEgNDUuODY0NiAxNTkuNjM0IDQ1LjczODFDMjAxLjk5OCA0NS42MTE1IDIxOS4xMjIgNy43ODE3MiAyNTguNTM0IDQuNzE1NTNDMjc4LjA5NyAzLjE5MzU3IDI5Ny44MTEgNy4yMTc3OSAzMTcuMzc5IDIwLjc2MjJDMzM2LjczNCAzNC4xNTgzIDMzOS41NyA1OC42NzYgMzg3Ljc1MiA4MS40ODc4QzQzNS45MzUgMTA0LjMgNDQ1LjM1NCAxNTQuNzEyIDQyNC40OTcgMTk4LjMwOFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNTA1XzQzNjEpIj4KPHJlY3QgeD0iMjE2LjcwMyIgeT0iMjguODc2IiB3aWR0aD0iMTE2Ljc5NiIgaGVpZ2h0PSI2My43MDciIHJ4PSI3Ljc4NjQxIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxyZWN0IHg9IjIyOC4wMjkiIHk9IjQwLjIwMTIiIHdpZHRoPSIxNy42OTY0IiBoZWlnaHQ9IjUuNjYyODUiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjIyOC4wMjkiIHk9IjUyLjIzNTEiIHdpZHRoPSIzNS4zOTI4IiBoZWlnaHQ9IjE0LjE1NzEiIHJ4PSI3LjA3ODU2IiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjIyOC4wMjkiIHk9Ijc3LjAwOTUiIHdpZHRoPSI5NC4xNDQ4IiBoZWlnaHQ9IjUuNjYyODUiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yMzQuMzk3IDU3LjE5MDJMMjM5LjA2NCA2MS44NTc0TTIzOS4wNjQgNjEuODU3NEwyMzkuMTE2IDU4LjE3NTVNMjM5LjA2NCA2MS44NTc0TDIzNS4zODIgNjEuOTA5MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjA2MTc4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHJlY3QgeD0iMjQzLjYwMiIgeT0iNTcuMTkwMiIgd2lkdGg9IjE0LjE1NzEiIGhlaWdodD0iNC4yNDcxMyIgcng9IjEuNDE1NzEiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV80MzYxKSI+CjxyZWN0IHg9Ijg4IiB5PSIxMDIuNzcyIiB3aWR0aD0iMTE2Ljc5NiIgaGVpZ2h0PSI2My43MDciIHJ4PSI3Ljc4NjQxIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxyZWN0IHg9Ijk5LjE1NDMiIHk9IjExMy45MjciIHdpZHRoPSI0Ni4zMzM0IiBoZWlnaHQ9IjYuMDA2MTgiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9Ijk5LjMyNjIiIHk9IjEyNi4xMzIiIHdpZHRoPSIzNS4zOTI4IiBoZWlnaHQ9IjE0LjE1NzEiIHJ4PSI3LjA3ODU2IiBmaWxsPSIjRkZERUQzIi8+CjxwYXRoIGQ9Ik0xMDUuNjk0IDEzMS4wODdMMTEwLjM2MSAxMzUuNzU0TTExMC4zNjEgMTM1Ljc1NEwxMTAuNDEzIDEzMi4wNzJNMTEwLjM2MSAxMzUuNzU0TDEwNi42NzkgMTM1LjgwNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjA2MTc4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHJlY3QgeD0iMTE0Ljg5OCIgeT0iMTMxLjA4NyIgd2lkdGg9IjE0LjE1NzEiIGhlaWdodD0iNC4yNDcxMyIgcng9IjEuNDE1NzEiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIyX2RfMTUwNV80MzYxKSI+CjxyZWN0IHg9Ijg4IiB5PSIyOC44NzYiIHdpZHRoPSIxMTYuNzk2IiBoZWlnaHQ9IjYzLjcwNyIgcng9IjcuNzg2NDEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNDAuMjAxMiIgd2lkdGg9Ijc0LjMyNDgiIGhlaWdodD0iNS42NjI4NSIgcng9IjIuODMxNDIiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNTIuMjM1MSIgd2lkdGg9IjM1LjM5MjgiIGhlaWdodD0iMTQuMTU3MSIgcng9IjcuMDc4NTYiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNzcuMDA5NSIgd2lkdGg9Ijk0LjE0NDgiIGhlaWdodD0iNS42NjI4NSIgcng9IjIuODMxNDIiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEwNS42OTYgNjEuOTA5MkwxMTAuMzYzIDU3LjI0Mk0xMTAuMzYzIDU3LjI0MkwxMDYuNjgyIDU3LjE5MDJNMTEwLjM2MyA1Ny4yNDJMMTEwLjQxNSA2MC45MjM5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMDYxNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxMTQuODk4IiB5PSI1Ny4xOTAyIiB3aWR0aD0iMTQuMTU3MSIgaGVpZ2h0PSI0LjI0NzEzIiByeD0iMS40MTU3MSIgZmlsbD0id2hpdGUiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjNfZF8xNTA1XzQzNjEpIj4KPHJlY3QgeD0iMjE2LjcwMyIgeT0iMTAyLjc3MiIgd2lkdGg9IjExNi43OTYiIGhlaWdodD0iNjMuNzA3IiByeD0iNy43ODY0MSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIyMjguMDI4IiB5PSIxMTQuMDk4IiB3aWR0aD0iNDUuMzAyOCIgaGVpZ2h0PSI1LjY2Mjg1IiByeD0iMi44MzE0MiIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjI4LjAyOCAxMzMuMjFDMjI4LjAyOCAxMjkuMzAxIDIzMS4xOTcgMTI2LjEzMiAyMzUuMTA3IDEyNi4xMzJIMjU2LjM0M0MyNjAuMjUyIDEyNi4xMzIgMjYzLjQyMSAxMjkuMzAxIDI2My40MjEgMTMzLjIxQzI2My40MjEgMTM3LjEyIDI2MC4yNTIgMTQwLjI4OSAyNTYuMzQzIDE0MC4yODlIMjM1LjEwN0MyMzEuMTk3IDE0MC4yODkgMjI4LjAyOCAxMzcuMTIgMjI4LjAyOCAxMzMuMjFaIiBmaWxsPSIjQjhFNkNBIi8+CjxwYXRoIGQ9Ik0yMzQuMzk5IDEzNS44MDZMMjM5LjA2NyAxMzEuMTM5TTIzOS4wNjcgMTMxLjEzOUwyMzUuMzg1IDEzMS4wODdNMjM5LjA2NyAxMzEuMTM5TDIzOS4xMTggMTM0LjgyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMDYxNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIyNDMuNjAyIiB5PSIxMzEuMDg3IiB3aWR0aD0iMTQuMTU3MSIgaGVpZ2h0PSI0LjI0NzEzIiByeD0iMS40MTU3MSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE1MDVfNDM2MSIgeD0iMjA1LjM3NyIgeT0iMjAuMzgxNyIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9kXzE1MDVfNDM2MSIgeD0iNzYuNjc0MyIgeT0iOTQuMjc4MiIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9kXzE1MDVfNDM2MSIgeD0iNzYuNjc0MyIgeT0iMjAuMzgxNyIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyM19kXzE1MDVfNDM2MSIgeD0iMjA1LjM3NyIgeT0iOTQuMjc4MiIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNTA1XzQzNjEiPgo8cmVjdCB3aWR0aD0iNDM1IiBoZWlnaHQ9IjE0NiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K"},86134:(e,t,i)=>{"use strict";i.d(t,{N$:()=>o,aO:()=>r,qB:()=>s});const s={BOXES:"boxes",COMPOSITE:"composite"},o={QUARTER:"quarter",HALF:"half",FULL:"full"},r="core/widgets"},88176:e=>{"use strict";e.exports=googlesitekit.widgets},89318:(e,t,i)=>{"use strict";i.d(t,{M9:()=>j,sx:()=>_,BI:()=>S});var s=i(17243);const o="_googlesitekitDataLayer",r="data-googlesitekit-gtag";function n(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isAuthenticated:h,userRoles:y}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:f}=i.g,I={activeModules:c,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:y,isAuthenticated:h,pluginVersion:f},{enableTracking:b,disableTracking:v,isTrackingEnabled:k,initializeSnippet:A,trackEvent:_,trackEventOnce:S}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const d=function(e,t){const s=n(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:d,userRoles:u=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${r}]`)),l)return!1;l=!0;const n=u?.length?u.join(","):"";s("js",new Date),s("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:n,user_identifier:d}});const h=t.createElement("script");return h.setAttribute(r,""),h.async=!0,h.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(h),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(g,t),u=function(e,t,i,s){const o=n(t);return async function(t,r,n,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:n,value:a};return new Promise(e=>{const i=setTimeout(function(){s.console.warn(`Tracking event "${r}" (category "${t}") took too long to fire.`),e()},1e3);function n(){clearTimeout(i),e()}o("event",r,{...c,event_callback:n}),s._gaUserPrefs?.ioo?.()&&n()})}}(g,t,d,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:d,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,s.once)(u)),p[t](...e)}}}(I);function j(e){e?b():v()}g&&d&&A()},91560:(e,t,i)=>{"use strict";i.d(t,{A:()=>u});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(13606),l=i(82871),c=i(20898),g=i(35323),d=i(62540);function SourceLink({name:e,href:t,className:i,external:s}){return(0,g.A)()?null:(0,d.jsx)("div",{className:n()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,d.jsx)(c.A,{href:t,external:s},"link")})})}SourceLink.propTypes={name:o().string,href:o().string,className:o().string,external:o().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const u=SourceLink},91865:(e,t,i)=>{"use strict";i.d(t,{A:()=>DataBlockGroup});var s=i(31589),o=i(15844),r=i(63696),n=i(50787),a=i(62540);function DataBlockGroup({className:e,children:t}){const l=(0,r.useRef)();function c(e,t){e.forEach(e=>{const i=e?.querySelector(".googlesitekit-data-block__datapoint");i&&(i.style.fontSize=t)})}const g=(0,n.d)(function(){const e=l?.current?.querySelectorAll(".googlesitekit-data-block");if(!e?.length)return;let t=1;if(c(e,""),e.forEach(e=>{const i=e.querySelector(".googlesitekit-data-block__datapoint");if(!i)return;const s=i?.parentElement?.offsetWidth;if(i.scrollWidth>s){const e=s/i.scrollWidth,o=Math.floor(10*e)/10;o<t&&(t=o)}}),t<1&&t>0){const s=parseInt(i.g?.getComputedStyle(e[0].querySelector(".googlesitekit-data-block__datapoint"))?.fontSize,10),o=Math.floor(s*t);c(e,`${Math.max(o,14)}px`)}},50);return(0,s.A)("resize",g),(0,o.A)(()=>{g()}),(0,a.jsx)("div",{ref:l,className:e,children:t})}},92473:(e,t,i)=>{"use strict";i.d(t,{A:()=>MetricTileHeader});var s=i(62688),o=i.n(s),r=i(10953),n=i(16834),a=i(15167),l=i(62540);function MetricTileHeader({title:e,infoTooltip:t,loading:i}){return(0,l.jsxs)("div",{className:"googlesitekit-km-widget-tile__title-container",children:[(0,l.jsx)(a.A,{as:"h3",size:"small",type:"label",className:"googlesitekit-km-widget-tile__title",children:e}),i?(0,l.jsx)(n.A,{children:(0,l.jsx)(r.A,{title:t})}):(0,l.jsx)(r.A,{title:t})]})}MetricTileHeader.propTypes={title:o().string,infoTooltip:o().oneOfType([o().string,o().element]),loading:o().bool}},92698:(e,t,i)=>{"use strict";i.d(t,{A:()=>u});var s=i(63696),o=i(50539),r=i(93896),n=i(58116),a=i(37226),l=i(45472),c=i(21134),g=i(89318),d=i(77766);function u(e){const t=(0,d.A)(),i=(0,o.useSelect)(t=>t(a.i).getModule(e)),u=(0,o.useSelect)(e=>e(n.oR).hasCapability(n.HD)),{activateModule:p}=(0,o.useDispatch)(a.i),{navigateTo:m}=(0,o.useDispatch)(l.M),{setInternalServerError:h}=(0,o.useDispatch)(r.O4),y=(0,s.useCallback)(async()=>{const{error:i,response:s}=await p(e);i?h({id:`${e}-setup-error`,description:i.message}):(await(0,g.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),m(s.moduleReauthURL))},[p,e,m,h,t]);return i?.name&&u?y:null}},93896:(e,t,i)=>{"use strict";i.d(t,{O4:()=>s,OQ:()=>r,qc:()=>o});const s="core/site",o="primary",r="secondary"},94468:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var s=i(63696),o=i(50539),r=i(58116),n=i(37226),a=i(45472);function l(e){const t=(0,o.useSelect)(e=>e(r.oR).hasCapability(r.HD)),i=(0,o.useSelect)(t=>t(n.i).getModuleStoreName(e)),l=(0,o.useSelect)(e=>e(i)?.getAdminReauthURL()),{navigateTo:c}=(0,o.useDispatch)(a.M),g=(0,s.useCallback)(()=>c(l),[l,c]);return l&&t?g:null}},94552:(e,t,i)=>{"use strict";i.d(t,{A:()=>l});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:s}){return(0,a.jsx)("svg",{className:n()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:s,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},96820:(e,t,i)=>{"use strict";i.d(t,{A:()=>g,v:()=>c});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(82871),l=i(62540);const c={DEFAULT:"default",OVERLAY:"overlay",SMALL:"small",SMALL_OVERLAY:"small-overlay",LARGE:"large"};function GatheringDataNotice({style:e}){return(0,l.jsx)("div",{className:n()("googlesitekit-gathering-data-notice",{[`googlesitekit-gathering-data-notice--has-style-${e}`]:!!e}),children:(0,l.jsx)("span",{children:(0,a.__)("Gathering data…","google-site-kit")})})}GatheringDataNotice.propTypes={style:o().oneOf(Object.values(c))};const g=GatheringDataNotice},97029:(e,t,i)=>{"use strict";i.d(t,{A:()=>I});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(63696),l=i(96820),c=i(12850),g=i(62540);function Sparkline({sparkline:e,invertChangeColor:t}){let i=e;return i&&t&&(i=(0,a.cloneElement)(e,{invertChangeColor:t})),(0,g.jsx)("div",{className:"googlesitekit-data-block__sparkline",children:i})}Sparkline.propTypes={sparkline:o().element,invertChangeColor:o().bool};const d=Sparkline;var u=i(2362),p=i(82871),m=i(94552);function Change({change:e,changeDataUnit:t,period:i,invertChangeColor:s}){let o=e;return t&&(o="%"===t?(0,c.Eo)(e,{style:"percent",signDisplay:"never",maximumFractionDigits:1}):(0,c.Eo)(e,t)),i&&(o=(0,p.sprintf)(i,o)),(0,g.jsxs)("div",{className:n()("googlesitekit-data-block__change",{"googlesitekit-data-block__change--no-change":!e}),children:[!!e&&(0,g.jsx)("span",{className:"googlesitekit-data-block__arrow",children:(0,g.jsx)(m.A,{direction:0<parseFloat(e)?"up":"down",invertColor:s})}),(0,g.jsx)("span",{className:"googlesitekit-data-block__value",children:o})]})}Change.propTypes={change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),period:o().string,invertChangeColor:o().bool};const h=Change;var y=i(91560),f=i(15167);function Content({title:e="",datapoint:t=null,datapointUnit:i="",change:s=null,changeDataUnit:o="",period:r="",source:n,sparkline:l,invertChangeColor:p=!1,gatheringData:m=!1,badge:I}){const b=void 0===t?t:(0,c.Eo)(t,i);return(0,g.jsxs)(a.Fragment,{children:[(0,g.jsxs)("div",{className:"googlesitekit-data-block__title-datapoint-wrapper",children:[(0,g.jsxs)(f.A,{as:"h3",size:"small",type:"title",className:" googlesitekit-subheading-1 googlesitekit-data-block__title ",children:[!0===I?(0,g.jsx)(u.A,{"aria-hidden":"true",className:"googlesitekit-badge--hidden",label:"X"}):I,(0,g.jsx)("span",{className:"googlesitekit-data-block__title-inner",children:e})]}),!m&&(0,g.jsx)("div",{className:"googlesitekit-data-block__datapoint",children:(0,g.jsx)("span",{className:"googlesitekit-data-block__datapoint--resize",children:b})})]}),!m&&l&&(0,g.jsx)(d,{sparkline:l,invertChangeColor:p}),!m&&(0,g.jsxs)("div",{className:"googlesitekit-data-block__change-source-wrapper",children:[(0,g.jsx)(h,{change:s,changeDataUnit:o,period:r,invertChangeColor:p}),n&&(0,g.jsx)(y.A,{className:"googlesitekit-data-block__source",name:n.name,href:n.link,external:n?.external})]})]})}function DataBlock({stat:e=null,className:t="",title:i="",datapoint:s=null,datapointUnit:o="",change:r=null,changeDataUnit:c="",context:d="default",period:u="",selected:p=!1,source:m,sparkline:h,handleStatSelection:y=null,invertChangeColor:f=!1,gatheringData:I=!1,gatheringDataNoticeStyle:b=l.v.DEFAULT,badge:v}){const k=(0,a.useCallback)(()=>{!I&&y&&y(e)},[I,y,e]),A=(0,a.useCallback)(e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),k())},[k]),_="button"===d,S=_?"button":"";return(0,g.jsxs)("div",{className:n()("googlesitekit-data-block",t,`googlesitekit-data-block--${d}`,{"googlesitekit-data-block--selected":p,"googlesitekit-data-block--is-gathering-data":I}),tabIndex:_&&!I?"0":"-1",role:y&&S,onClick:k,onKeyDown:A,"aria-disabled":I||void 0,"aria-label":y&&i,"aria-pressed":y&&p,children:[(0,g.jsx)(Content,{title:i,datapoint:s,datapointUnit:o,change:r,changeDataUnit:c,period:u,source:m,sparkline:h,invertChangeColor:f,gatheringData:I,badge:v}),I&&(0,g.jsx)(l.A,{style:b})]})}Content.propTypes={title:o().string,datapoint:o().oneOfType([o().string,o().number]),datapointUnit:o().string,change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),period:o().string,source:o().object,sparkline:o().element,invertChangeColor:o().bool,gatheringData:o().bool,badge:o().oneOfType([o().bool,o().node])},DataBlock.propTypes={stat:o().number,className:o().string,title:o().string,datapoint:o().oneOfType([o().string,o().number]),datapointUnit:o().string,change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),context:o().string,period:o().string,selected:o().bool,source:o().object,sparkline:o().element,handleStatSelection:o().func,invertChangeColor:o().bool,gatheringData:o().bool,gatheringDataNoticeStyle:o().oneOf(Object.values(l.v)),badge:o().oneOfType([o().bool,o().node])};const I=DataBlock},97398:(e,t,i)=>{"use strict";i.d(t,{Y:()=>s});const s="search-console"},98652:(e,t,i)=>{"use strict";i.d(t,{A:()=>p});var s=i(62688),o=i.n(s),r=i(4452),n=i.n(r),a=i(63696),l=i(82871),c=i(49383),g=i(2362),d=i(20898),u=i(62540);function NewBadge({tooltipTitle:e,learnMoreLink:t,forceOpen:i,hasLeftSpacing:s,hasNoSpacing:o,onLearnMoreClick:r=()=>{}}){const p=(0,u.jsx)(g.A,{className:n()("googlesitekit-new-badge",{"googlesitekit-new-badge--has-no-spacing":o}),label:(0,l.__)("New","google-site-kit"),hasLeftSpacing:s});return e?(0,u.jsx)(c.Tooltip,{tooltipClassName:"googlesitekit-new-badge__tooltip",title:(0,u.jsxs)(a.Fragment,{children:[e,(0,u.jsx)("br",{}),(0,u.jsx)(d.A,{href:t,onClick:r,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Learn more","google-site-kit")})]}),placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,open:i,interactive:!0,children:p}):p}NewBadge.propTypes={tooltipTitle:o().string,learnMoreLink:o().string,forceOpen:o().bool,onLearnMoreClick:o().func,hasLeftSpacing:o().bool,hasNoSpacing:o().bool};const p=NewBadge},98748:(e,t,i)=>{"use strict";i.d(t,{A:()=>SurveyViewTrigger});var s=i(63696),o=i(62688),r=i.n(o),n=i(50539),a=i(58116);function SurveyViewTrigger({triggerID:e,ttl:t=0}){const{triggerSurvey:i}=(0,n.useDispatch)(a.oR);return(0,s.useEffect)(()=>{i(e,{ttl:t})},[e,t,i]),null}SurveyViewTrigger.propTypes={triggerID:r().string.isRequired,ttl:r().number}},99872:(e,t,i)=>{"use strict";i.d(t,{Ii:()=>g,sq:()=>c.s,ph:()=>o,Hb:()=>r,H5:()=>a,Aj:()=>l.A,JN:()=>d});var s=i(82871);function o(e,t={}){const{keyColumnIndex:i=0,maxSlices:o,withOthers:r=!1,tooltipCallback:n}=t,{rows:a=[]}=e||{},l="function"==typeof n,c=["Source","Percent"];l&&c.push({type:"string",role:"tooltip",p:{html:!0}});const g=[c],d=a.filter(({dimensionValues:e})=>"date_range_0"===e[1].value),u=d.reduce((e,t)=>e+parseInt(t.metricValues[0].value,10),0),p=a.filter(({dimensionValues:e})=>"date_range_1"===e[1].value),m=p.reduce((e,t)=>e+parseInt(t.metricValues[0].value,10),0);let h=r,y=d.length,f=u,I=m;o>0?(h=r&&d.length>o,y=Math.min(d.length,h?o-1:o)):(h=!1,y=d.length);for(let e=0;e<y;e++){const t=d[e],s=t.metricValues[i].value,o=p.find(({dimensionValues:e})=>e[0].value===t.dimensionValues[0].value);f-=s,I-=o?o.metricValues[i].value:0;const r=u>0?s/u:0,c=[t.dimensionValues[0].value,r];if(l){const e=a.find(({dimensionValues:e})=>"date_range_1"===e[1].value&&e[0].value===t.dimensionValues[0].value);c.push(n(t,e,c))}g.push(c)}if(h&&f>0){const e=[(0,s.__)("Others","google-site-kit"),f/u];l&&e.push(n({metricValues:[{value:f}]},{metricValues:[{value:I}]},e)),g.push(e)}return g}function r(e){if(void 0===e)return;const t=(e?.rows||[]).filter(({dimensionValues:e})=>"date_range_0"===e[1].value);return 1===t?.length||t?.[0]?.metricValues?.[0]?.value===e?.totals?.[0]?.metricValues?.[0]?.value}var n=i(17243);function a(e){if(void 0!==e)return!(e?.rows&&e?.totals&&!e?.totals?.every(n.isEmpty))||!e.totals.some(e=>!!e.metricValues&&e.metricValues.some(({value:e})=>e>0))}var l=i(68326),c=(i(71564),i(74944));function g(e){return e.replace(/&/gi,"&")}function d(e){return g(e).split("; ")}},99897:(e,t,i)=>{"use strict";i.d(t,{A_:()=>g,DF:()=>u,L1:()=>p,M0:()=>n,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>r,ue:()=>o,wq:()=>s,xR:()=>d});const s=1,o=2,r=3,n="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",d="_r..nav",u="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=14553,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-modules-sign-in-with-google-7a7375c0e3afa603c730.js 0000755 00000322461 15111634507 0021746 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[140,290],{1102:(e,t,i)=>{i.d(t,{w:()=>a});var s=i(35470),n=i(63696),o=i(2422);function r(){}function a(e,t){const i=(0,o.W)({sticky:!0}),a=(0,n.useRef)(),l=(0,n.useCallback)(e,t),c=(0,s.A)(i?l:r);return i&&(a.current=c),a.current}},2362:(e,t,i)=>{i.d(t,{A:()=>g});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...s},o)=>(0,l.jsx)("span",{ref:o,...s,className:n()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:r().string.isRequired,hasLeftSpacing:r().bool};const g=c},2422:(e,t,i)=>{i.d(t,{W:()=>l});var s=i(79257),n=i(35470),o=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,o.useContext)(r.A),[i,l]=(0,o.useState)(!1),c=(0,n.A)(e=>e(a.n).getInViewResetCount()),g=(0,n.A)(e=>e(a.n).getValue("forceInView"));return(0,o.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,o.useEffect)(()=>{g&&l(!0)},[g]),(0,s.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2522:(e,t,i)=>{i.d(t,{D:()=>o});var s=i(32091),n=i.n(s);function o(e,{dateRangeLength:t}){n()(Array.isArray(e),"report must be an array to partition."),n()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3687:(e,t,i)=>{i.d(t,{U:()=>I});var s=i(32091),n=i.n(s),o=i(17243),r=i(21125),a=i(71769),l=i(12850),c=i(50539);function g(e){return e}function u(){return{}}function d(){}const{clearError:m,receiveError:M}=r.o1;function I({baseName:e,controlCallback:t,reducerCallback:i=g,argsToParams:s=u,validateParams:r=d}){let I;n()(e,"baseName is required."),n()("function"==typeof t,"controlCallback is required and must be a function."),n()("function"==typeof i,"reducerCallback must be a function."),n()("function"==typeof s,"argsToParams must be a function."),n()("function"==typeof r,"validateParams must be a function.");try{r(s()),I=!1}catch(e){I=!0}const p=(0,a.m2)(e),h=(0,a.sP)(e),N=`FETCH_${h}`,j=`START_${N}`,y=`FINISH_${N}`,f=`CATCH_${N}`,k=`RECEIVE_${h}`,D=`fetch${p}`,b=`receive${p}`,S=`isFetching${p}`,T={[S]:{}};const A={[D](...t){const i=s(...t);return r(i),function*(t,i){let s,n;yield{payload:{params:t},type:j},yield m(e,i);try{s=yield{payload:{params:t},type:N},yield A[b](s,t),yield{payload:{params:t},type:y}}catch(s){n=s,yield M(n,e,i),yield{payload:{params:t},type:f}}return{response:s,error:n}}(i,t)},[b]:(e,t)=>(n()(void 0!==e,"response is required."),I?(n()((0,o.isPlainObject)(t),"params is required."),r(t)):t={},{payload:{response:e,params:t},type:k})},x={[N]:({payload:e})=>t(e.params)},v=(0,c.createReducer)((e,{type:t,payload:s})=>{switch(t){case j:{const{params:t}=s;return e[S]=e[S]||{},e[S][(0,l.Zm)(t)]=!0,e}case k:{const{response:t,params:n}=s;return i(e,t,n)}case y:{const{params:t}=s;return e[S]=e[S]||{},e[S][(0,l.Zm)(t)]=!1,e}case f:{const{params:t}=s;return e[S]=e[S]||{},e[S][(0,l.Zm)(t)]=!1,e}default:return e}});return{initialState:T,actions:A,controls:x,reducer:v,resolvers:{},selectors:{[S]:(e,...t)=>{if(void 0===e[S])return!1;let i;try{i=s(...t),r(i)}catch(e){return!1}return!!e[S][(0,l.Zm)(i)]}}}}},3714:(e,t,i)=>{i.d(t,{Kk:()=>o,SZ:()=>s,Yw:()=>r,oJ:()=>a,tT:()=>n});const s="body",n=[s,"display","headline","label","title"],o="small",r="medium",a=[o,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var s=i(62688),n=i.n(s),o=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:s,onClick:n,href:a}){return e&&(n||a)?(0,r.jsx)(o.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||s,isSaving:s,onClick:n,href:a,children:e}):null}CTAButton.propTypes={label:n().string,ariaLabel:n().string,disabled:n().bool,inProgress:n().bool,onClick:n().func,href:n().string,dismissOnClick:n().bool,dismissOptions:n().shape({expiresInSeconds:n().number,skipHidingFromQueue:n().bool})}},6732:(e,t,i)=>{i.d(t,{A:()=>s});const s=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var s=i(63696),n=i(77766),o=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,n.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,s.useCallback)((...e)=>(0,o.sx)(g,i,...e),[g,i]),confirm:(0,s.useCallback)((...e)=>(0,o.sx)(g,r,...e),[g,r]),dismiss:(0,s.useCallback)((...e)=>(0,o.sx)(g,a,...e),[g,a]),clickLearnMore:(0,s.useCallback)((...e)=>(0,o.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>n,n:()=>s});const s="core/ui",n="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>p});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:n()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:n()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var g=i(12850),u=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:s,children:o}){return(0,c.jsxs)("div",{className:n()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(u.A,{...i}),s&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:s}),o]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:n()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(u.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var d=i(3782),m=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:n()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var M=i(80035);const I=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:s,additionalDescription:o,errorText:r,helpText:a,learnMoreLink:g,dismissButton:u,ctaButton:I,svg:p,footer:h},N)=>{const j=(0,l.dv)(),y=j===l.mp||j===l.Lg;let f=null;y&&p?.mobile?f=p.mobile:!y&&p?.desktop&&(f=p.desktop);const k=p?.verticalPosition?p.verticalPosition:"center";return(0,c.jsxs)("div",{ref:N,className:n()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:s,learnMoreLink:g,additionalDescription:o}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(M.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[I&&(0,c.jsx)(d.A,{...I}),u?.onClick&&(0,c.jsx)(m.A,{...u})]})]}),f&&(0,c.jsx)("div",{className:n()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${k}`]:k}),style:{backgroundImage:`url(${f})`}}),h&&(0,c.jsx)(Footer,{children:h})]})});I.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(u.A.propTypes),dismissButton:r().shape(m.A.propTypes),ctaButton:r().shape(d.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const p=I},8143:(e,t,i)=>{i.d(t,{VZ:()=>o,dc:()=>r,pH:()=>n,r0:()=>a});var s=i(84024);function n(e){try{return new URL(e).pathname}catch{}return null}function o(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,s.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),n=e.replace(i.origin,"");if(n.length<t)return n;const o=n.length-Math.floor(t)+1;return"…"+n.substr(o)}},12850:(e,t,i)=>{i.d(t,{tt:()=>S,Jg:()=>b,Gp:()=>k,GH:()=>f,r0:()=>D,Du:()=>T,Zf:()=>W,Cn:()=>U,G7:()=>p,vH:()=>I,N_:()=>z,zh:()=>H,mK:()=>g.mK,Ql:()=>A,vY:()=>R,sq:()=>v,VZ:()=>P.VZ,JK:()=>g.JK,IS:()=>_,pH:()=>P.pH,kf:()=>B,O5:()=>C,Qr:()=>x,x6:()=>G,K5:()=>g.K5,S_:()=>M,dc:()=>P.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>Z.D,N9:()=>Q,p9:()=>o.p,XH:()=>w,Zm:()=>l,sx:()=>n.sx,BI:()=>n.BI,CZ:()=>o.C,BG:()=>Y});var s=i(17243),n=i(89318),o=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let s=e[i];s&&"object"==typeof s&&!Array.isArray(s)&&(s=c(s)),t[i]=s}),t}var g=i(79829);function u(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function d(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function m(e){return e.replace(/\n/gi,"<br>")}function M(e){const t=[u,d,m];let i=e;for(const e of t)i=e(i);return i}function I(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function p(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var h=i(32091),N=i.n(h),j=i(82871);const y="Date param must construct to a valid date instance or be a valid date instance itself.",f="Invalid dateString parameter, it must be a string.",k='Invalid date range, it must be a string with the format "last-x-days".',D=60,b=60*D,S=24*b,T=7*S;function A(){function e(e){return(0,j.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,j._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function x(e=""){if(!(0,s.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,s.isDate)(t)&&!isNaN(t)}function v(e){N()((0,s.isDate)(e)&&!isNaN(e),y);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function w(e){N()(x(e),f);const[t,i,s]=e.split("-");return new Date(t,i-1,s)}function _(e,t){return v(z(e,t*S))}function C(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function z(e,t){N()(x(e)||(0,s.isDate)(e)&&!isNaN(e),f);const i=x(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var E=i(69743),L=i(94552),O=i(62540);function R(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,E.Ay)((0,O.jsx)(L.A,{direction:e>0?"up":"down",invertColor:i}))}function U(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var P=i(8143);function G(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function B(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function Q(e){return Array.isArray(e)?[...e].sort():e}var Z=i(2522);function W(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const s=(t-e)/e;return Number.isNaN(s)||!Number.isFinite(s)?null:s}function Y(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function H(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,s.unescape)(t)}},13620:e=>{e.exports=googlesitekit.modules},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:s="span",children:n,...o}){return(0,l.jsx)(s,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...o,children:n})}Typography.propTypes={className:n().string,type:n().oneOf(a.tT),size:n().oneOf(a.oJ),as:n().oneOfType([n().string,n().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>n});var s=i(31234);const n=i.n(s)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var s=i(55620),n=i(99123);const o={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=o){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,u]=(0,s._)("undefined"==typeof document?[l,c]:a,t,i);function d(){return u(a)}return(0,n.A)(r,"resize",d),(0,n.A)(r,"orientationchange",d),g}function c(e){return l(e)[0]}},17691:(e,t,i)=>{i.d(t,{A:()=>r,G:()=>o});var s=i(62688),n=i.n(s);const o=" ";function DisplaySetting({value:e}){return e||o}DisplaySetting.propTypes={value:n().oneOfType([n().string,n().bool,n().number])};const r=DisplaySetting},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696),n=i(82286),o=i(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,r=i.g){const[a,l]=(0,s.useState)((0,n.d)(r.location.href,e)||t);return[a,function(t){l(t);const i=(0,o.F)(r.location.href,{[e]:t});r.history.replaceState(null,"",i)}]}},20898:(e,t,i)=>{i.d(t,{A:()=>x});var s,n=i(4452),o=i.n(n),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),g=i(82871);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},u.apply(null,arguments)}const d=e=>c.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),s||(s=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var m;function M(){return M=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},M.apply(null,arguments)}const I=e=>c.createElement("svg",M({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),m||(m=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function h(){return h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},h.apply(null,arguments)}const N=e=>c.createElement("svg",h({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),p||(p=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var j=i(83366),y=i(84385),f=i(62540);const k="BUTTON",D="BUTTON_DISABLED",b="EXTERNAL_LINK",S="LINK",T="ROUTER_LINK",A=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:s=!1,arrow:n=!1,back:r=!1,caps:a=!1,children:c,className:u="",danger:m=!1,disabled:M=!1,external:p=!1,hideExternalIndicator:h=!1,href:A="",inverse:x=!1,noFlex:v=!1,onClick:w,small:_=!1,standalone:C=!1,linkButton:z=!1,to:E,leadingIcon:L,trailingIcon:O,...R}=e;const U=A||E||!w?E?T:p?b:S:M?D:k;const P=U===k||U===D?"button":U===T?l.N_:"a",G=function(){let e;return U===b&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),U===D&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let B=L,Q=O;return r&&(B=(0,f.jsx)(N,{width:14,height:14})),p&&!h&&(Q=(0,f.jsx)(j.A,{width:14,height:14})),n&&!x&&(Q=(0,f.jsx)(d,{width:14,height:14})),n&&x&&(Q=(0,f.jsx)(I,{width:14,height:14})),(0,f.jsxs)(P,{"aria-label":G,className:o()("googlesitekit-cta-link",u,{"googlesitekit-cta-link--secondary":s,"googlesitekit-cta-link--inverse":x,"googlesitekit-cta-link--small":_,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":m,"googlesitekit-cta-link--disabled":M,"googlesitekit-cta-link--standalone":C,"googlesitekit-cta-link--link-button":z,"googlesitekit-cta-link--no-flex":!!v}),disabled:M,href:U!==S&&U!==b||M?void 0:A,onClick:w,rel:U===b?"noopener noreferrer":void 0,ref:t,target:U===b?"_blank":void 0,to:E,...R,children:[!!B&&(0,f.jsx)(y.A,{marginRight:5,children:B}),(0,f.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!Q&&(0,f.jsx)(y.A,{marginLeft:5,children:Q})]})});A.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const x=A},21125:(e,t,i)=>{i.d(t,{g4:()=>I,o1:()=>M});var s=i(78913),n=i(32091),o=i.n(n),r=i(10523),a=i.n(r),l=i(12850),c=i(50539);const g="RECEIVE_ERROR",u="CLEAR_ERROR",d="CLEAR_ERRORS";function m(e,t){if(t&&Array.isArray(t)){const i=t.map(e=>"object"==typeof e?(0,l.Zm)(e):e);return`${e}::${a()(JSON.stringify(i))}`}return e}const M={receiveError:(e,t,i=[])=>(o()(e,"error is required."),o()(t,"baseName is required."),o()(i&&Array.isArray(i),"args must be an array."),{type:g,payload:{error:e,baseName:t,args:i}}),clearError:(e,t=[])=>(o()(e,"baseName is required."),o()(t&&Array.isArray(t),"args must be an array."),{type:u,payload:{baseName:e,args:t}}),clearErrors:e=>({type:d,payload:{baseName:e}})};function I(e){o()(e,"storeName must be defined.");const t=(0,c.createReducer)((e,{type:t,payload:i})=>{switch(t){case g:{const{baseName:t,args:s,error:n}=i,o=m(t,s);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[o]=n,e.errorArgs[o]=s;break}case u:{const{baseName:t,args:s}=i,n=m(t,s);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[n],delete e.errorArgs[n];break}case d:{const{baseName:t}=i;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const i in e.errors)(i===t||i.startsWith(`${t}::`))&&(delete e.errors[i],delete e.errorArgs[i])}else e.errors={},e.errorArgs={};break}}}),i={getErrorForSelector:(e,t,s=[])=>(o()(t,"selectorName is required."),i.getError(e,t,s)),getErrorForAction:(e,t,s=[])=>(o()(t,"actionName is required."),i.getError(e,t,s)),getError(e,t,i){const{errors:s}=e;return o()(t,"baseName is required."),s[m(t,i)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const i=Object.keys(e.errors).find(i=>e.errors[i]===t);if(i){return{baseName:i.substring(0,i.indexOf("::")),args:e.errorArgs[i]}}return null},getSelectorDataForError:(0,s.N)(t=>function(i,s){const n=t(e).getMetaDataForError(s);if(n){const{baseName:i,args:s}=n;if(!!t(e)[i])return{storeName:e,name:i,args:s}}return null}),hasErrors:e=>i.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:M,controls:{},reducer:t,resolvers:{},selectors:i}}},21134:(e,t,i)=>{i.d(t,{Gq:()=>u,IL:()=>I,LD:()=>m,SO:()=>d,a2:()=>n,xD:()=>M});var s=i(12850);const n="googlesitekit_",o=`${n}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function u(e){const t=await g();if(t){const i=t.getItem(`${o}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:s,value:n,isError:o}=e;if(t&&(!s||Math.round(Date.now()/1e3)-t<s))return{cacheHit:!0,value:n,isError:o}}}return{cacheHit:!1,value:void 0}}async function d(e,t,{ttl:n=s.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${o}${e}`,JSON.stringify({timestamp:r,ttl:n,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(e){const t=await g();if(t)try{const i=e.startsWith(n)?e:`${o}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function M(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const s=e.key(i);0===s.indexOf(n)&&t.push(s)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function I(){if(await g()){const e=await M();for(const t of e)await m(t);return!0}return!1}},22242:(e,t,i)=>{i.d(t,{B7:()=>k,FK:()=>f,JG:()=>j,VM:()=>D,Wq:()=>I,hk:()=>y,mV:()=>M});var s=i(32091),n=i.n(s),o=i(17243),r=i(54419),a=i(50539),l=i(47121),c=i(71769),g=i(3687),u=i(21125);const{clearError:d,receiveError:m}=u.o1,M="cannot submit changes while submitting changes",I="cannot submit changes if settings have not changed",p="SET_SETTINGS",h="ROLLBACK_SETTINGS",N="ROLLBACK_SETTING";function j(e,t,i,{ownedSettingsSlugs:s,storeName:u,settingSlugs:M=[],initialSettings:I,validateHaveSettingsChanged:j=D()}={}){n()(e,"type is required."),n()(t,"identifier is required."),n()(i,"datapoint is required.");const y=u||`${e}/${t}`,f={ownedSettingsSlugs:s,settings:I,savedSettings:void 0},k=(0,g.U)({baseName:"getSettings",controlCallback:()=>(0,r.get)(e,t,i,{},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t,...e.settings||{}}})}),b=(0,g.U)({baseName:"saveSettings",controlCallback:s=>{const{values:n}=s;return(0,r.set)(e,t,i,n)},reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t}}),argsToParams:e=>({values:e}),validateParams:({values:e}={})=>{n()((0,o.isPlainObject)(e),"values is required.")}}),S={},T={setSettings:e=>(n()((0,o.isPlainObject)(e),"values is required."),{payload:{values:e},type:p}),rollbackSettings:()=>({payload:{},type:h}),rollbackSetting:e=>(n()(e,"setting is required."),{payload:{setting:e},type:N}),*saveSettings(){const e=yield a.commonActions.getRegistry();yield d("saveSettings",[]);const t=e.select(y).getSettings(),{response:i,error:s}=yield b.actions.fetchSaveSettings(t);return s&&(yield m(s,"saveSettings",[])),{response:i,error:s}}},A=(0,a.createReducer)((e,{type:t,payload:i})=>{switch(t){case p:{const{values:t}=i;e.settings={...e.settings||{},...t};break}case h:e.settings=e.savedSettings;break;case N:{const{setting:t}=i;e.savedSettings[t]&&(e.settings={...e.settings||{},[t]:e.savedSettings[t]});break}default:void 0!==S[t]&&S[t](e,{type:t,payload:i})}}),x={*getSettings(){(yield a.commonActions.getRegistry()).select(y).getSettings()||(yield k.actions.fetchGetSettings())}},{safeSelector:v,dangerousSelector:w}=(0,l.RF)(j),_={haveSettingsChanged:v,__dangerousHaveSettingsChanged:w,getSettings:e=>e.settings,hasSettingChanged(e,t){n()(t,"setting is required.");const{settings:i,savedSettings:s}=e;return!(!i||!s)&&!(0,o.isEqual)(i[t],s[t])},isDoingSaveSettings:e=>Object.values(e.isFetchingSaveSettings).some(Boolean),getOwnedSettingsSlugs:e=>e.ownedSettingsSlugs,haveOwnedSettingsChanged:(0,a.createRegistrySelector)(e=>()=>{const t=e(y).getOwnedSettingsSlugs();return e(y).haveSettingsChanged(t)})};M.forEach(e=>{const t=(0,c.m2)(e),i=(0,c.sP)(e);T[`set${t}`]=e=>(n()(void 0!==e,`value is required for calls to set${t}().`),{payload:{value:e},type:`SET_${i}`}),S[`SET_${i}`]=(t,{payload:i})=>{const{value:s}=i;t.settings={...t.settings||{},[e]:s}},_[`get${t}`]=(0,a.createRegistrySelector)(t=>()=>(t(y).getSettings()||{})[e])});return{...(0,a.combineStores)(a.commonStore,k,b,{initialState:f,actions:T,controls:{},reducer:A,resolvers:x,selectors:_}),STORE_NAME:y}}function y(e,t){return async({select:i,dispatch:s})=>{if(i(t).haveSettingsChanged()){const{error:e}=await s(t).saveSettings();if(e)return{error:e}}return await(0,r.invalidateCache)("modules",e),{}}}function f(e){return({select:t,dispatch:i})=>t(e).haveSettingsChanged()?i(e).rollbackSettings():{}}function k(e){return t=>{const i=(0,l.WI)(t),{haveSettingsChanged:s,isDoingSubmitChanges:o}=i(e);n()(!o(),M),n()(s(),I)}}function D(){return(e,t,i)=>{const{settings:s,savedSettings:r}=t;i&&n()(!(0,o.isEqual)((0,o.pick)(s,i),(0,o.pick)(r,i)),I),n()(!(0,o.isEqual)(s,r),I)}}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:s,padding:n,smallWidth:o,smallHeight:c,tabletWidth:g,tabletHeight:u,desktopWidth:d,desktopHeight:m}){const M=(0,a.dv)(),I={width:{[a.mp]:o,[a.Lg]:g,[a.Fo]:d,[a.Qb]:d},height:{[a.mp]:c,[a.Lg]:u,[a.Fo]:m,[a.Qb]:d}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":n}),style:{width:I.width[M]||t,height:I.height[M]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===s})})})}PreviewBlock.propTypes={className:n().string,width:n().string,height:n().string,shape:n().string,padding:n().bool,smallWidth:n().string,smallHeight:n().string,tabletWidth:n().string,tabletHeight:n().string,desktopWidth:n().string,desktopHeight:n().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>o,CZ:()=>g,Ej:()=>D,Gw:()=>b,Is:()=>r,KK:()=>d,Nn:()=>T,OT:()=>f,SH:()=>y,Y$:()=>m,ZS:()=>a,bg:()=>p,en:()=>k,ep:()=>I,f7:()=>n,hi:()=>M,jU:()=>s,k$:()=>N,kz:()=>S,ly:()=>l,mo:()=>h,s3:()=>j,uR:()=>c,zx:()=>u});const s="mainDashboard",n="entityDashboard",o="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",u="adminBarViewOnly",d="settings",m="adBlockingRecovery",M="wpDashboard",I="wpDashboardViewOnly",p="moduleSetup",h="metricSelection",N="wpBlockEditor",j="keyMetricsSetup",y="key-metrics",f="traffic",k="content",D="speed",b="monetization",S=[s,n,o,r,a,c,d,p,h],T=[o,r,u,I]},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var s=i(62688),n=i.n(s),o=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,o.__)("Maybe later","google-site-kit"),onClick:i,disabled:s,tertiary:n=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:s,tertiary:n,children:t}):null}DismissButton.propTypes={className:n().string,label:n().string,onClick:n().func,disabled:n().bool,tertiary:n().bool,dismissOptions:n().shape({expiresInSeconds:n().number,skipHidingFromQueue:n().bool})}},30679:(e,t,i)=>{i.d(t,{A:()=>StoreErrorNotices});var s=i(62688),n=i.n(s),o=i(50539),r=i(77967),a=i(37226),l=i(67150),c=i(65311),g=i(62540);function StoreErrorNotices({hasButton:e=!1,moduleSlug:t,storeName:i}){const s=(0,o.useSelect)(e=>e(i).getErrors()),n=(0,o.useSelect)(e=>e(a.i).getModule(t)),u=[];return s.filter(e=>!(!e?.message||u.includes(e.message))&&(u.push(e.message),!0)).map((t,s)=>{let{message:o}=t;return(0,l.SG)(t)&&(o=(0,c.c)(o,n)),(0,g.jsx)(r.A,{error:t,hasButton:e,storeName:i,message:o},s)})}StoreErrorNotices.propTypes={hasButton:n().bool,storeName:n().string.isRequired,moduleSlug:n().string}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var s=i(62688),n=i.n(s),o=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,o.__)("Learn more","google-site-kit"),external:s=!0,onClick:n=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:n,external:s,children:i}):null}LearnMoreLink.propTypes={href:n().string.isRequired,className:n().string,label:n().string,external:n().bool,onClick:n().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>o,Lg:()=>r,Qb:()=>n,dv:()=>l,mp:()=>a});var s=i(15577);const n="xlarge",o="desktop",r="tablet",a="small";function l(){const e=(0,s.SO)();return e>1280?n:e>960?o:e>600?r:a}},33676:(e,t,i)=>{function s(e){try{if("string"!=typeof e||!e)throw new TypeError(`Invalid URL: ${e}`);return"https:"===new URL(e).protocol}catch(e){return i.g.console.warn("Invalid URL:",e),!1}}i.d(t,{d:()=>s})},34375:(e,t,i)=>{i.d(t,{A:()=>SetupCTA});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(50539),c=i(71423),g=i(7070),u=i(7184),d=i(30823),m=i(3782),M=i(29584),I=i(55527),p=i(49383),h=i(62540);function SetupCTA({notificationID:e,title:t,description:i,errorText:s,helpText:o,learnMoreLink:r,dismissButton:d,ctaButton:m,svg:M,footer:N,gaTrackingEventArgs:j,waitingProgress:y,...f}){const k=(0,g.A)(e,j?.category),{dismissNotification:D}=(0,l.useDispatch)(c.D);return(0,h.jsxs)(a.Fragment,{children:[!!y&&(0,h.jsx)(p.ProgressBar,{className:"googlesitekit-banner__progress-bar",...y}),(0,h.jsx)("div",{className:n()("googlesitekit-widget-context",{"googlesitekit-widget-context--with-progress-bar":!!y}),children:(0,h.jsx)(I.xA,{children:(0,h.jsx)(I.fI,{children:(0,h.jsx)(I.fh,{size:12,children:(0,h.jsx)(u.A,{className:"googlesitekit-banner--setup-cta",title:t,description:i,errorText:s,helpText:o,learnMoreLink:r&&{...r,onClick:async function(e){k.clickLearnMore(j?.label,j?.value),await(r?.onClick?.(e))}},dismissButton:d&&{...d,onClick:async function(t){await(d?.onClick?.(t)),k.dismiss(j?.label,j?.value),D(e,{...d?.dismissOptions})}},ctaButton:m&&{...m,onClick:async function(t){k.confirm(j?.label,j?.value),await(m?.onClick?.(t)),m?.dismissOnClick&&D(e,{...m?.dismissOptions})}},svg:M,footer:N,...f})})})})})]})}SetupCTA.propTypes={notificationID:r().string,title:r().string,description:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(d.A.propTypes),dismissButton:r().shape(M.A.propTypes),ctaButton:r().shape(m.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node,gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number}),waitingProgress:r().shape(p.ProgressBar.propTypes)}},37226:(e,t,i)=>{i.d(t,{U:()=>n,i:()=>s});const s="core/modules",n="insufficient_module_dependencies"},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},43653:(e,t,i)=>{var s=i(50539),n=i.n(s),o=i(13620),r=i.n(o),a=i(46935),l=i.n(a),c=i(82871),g=i(82286),u=i(93896),d=i(37226);const m="modules/sign-in-with-google",M=[{value:"outline",label:"Light"},{value:"filled_blue",label:"Neutral"},{value:"filled_black",label:"Dark"}],I=[{value:"continue_with",label:"Continue with Google"},{value:"signin",label:"Sign in"},{value:"signin_with",label:"Sign in with Google"},{value:"signup_with",label:"Sign up with Google"}],p=[{value:"pill",label:"Pill"},{value:"rectangular",label:"Rectangular"}];var h,N,j=i(91910),y=i(63696);function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},f.apply(null,arguments)}const k=e=>y.createElement("svg",f({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40"},e),h||(h=y.createElement("g",{clipPath:"url(#sign-in-with-google_svg__a)"},y.createElement("path",{fill:"#FBBB00",d:"M8.865 24.173 7.473 29.37l-5.09.108A19.9 19.9 0 0 1 0 20c0-3.317.807-6.444 2.236-9.198h.001l4.531.83 1.985 4.504A11.9 11.9 0 0 0 8.11 20c0 1.468.266 2.875.754 4.172"}),y.createElement("path",{fill:"#518EF8",d:"M39.65 16.264c.23 1.21.35 2.459.35 3.736 0 1.432-.15 2.828-.438 4.176a20 20 0 0 1-7.041 11.42h-.001l-5.707-.292-.808-5.041a11.92 11.92 0 0 0 5.129-6.087H20.439v-7.912H39.65"}),y.createElement("path",{fill:"#28B446",d:"M32.52 35.596h.001A19.9 19.9 0 0 1 20.001 40c-7.617 0-14.24-4.257-17.617-10.522l6.481-5.305c1.69 4.507 6.038 7.716 11.135 7.716 2.191 0 4.244-.592 6.006-1.626z"}),y.createElement("path",{fill:"#F14336",d:"m32.766 4.604-6.48 5.305A11.8 11.8 0 0 0 20 8.11c-5.213 0-9.643 3.356-11.247 8.025l-6.516-5.334C5.564 4.385 12.27 0 20 0c4.853 0 9.302 1.729 12.766 4.604"}))),N||(N=y.createElement("defs",null,y.createElement("clipPath",{id:"sign-in-with-google_svg__a"},y.createElement("path",{fill:"#fff",d:"M0 0h40v40H0z"})))));var D=i(15844),b=i(13606),S=i(30679),T=i(4452),A=i.n(T),x=i(62688),v=i.n(x),w=i(49383);function _(e){return"string"==typeof e&&""!==e&&/^[A-Za-z0-9-_.]+$/.test(e)}var C=i(50787),z=i(62540);function ClientIDTextField({existingClientID:e=""}){const t=(0,s.useSelect)(e=>e(m).getClientID()),[i,n]=(0,y.useState)(!1),[o,r]=(0,y.useState)(!t||_(t)),a=(0,C.d)(r,500),{setClientID:l}=(0,s.useDispatch)(m);(0,y.useEffect)(()=>{t||!e||i||(l(e),n(!0))},[t,l,e,i]);const g=(0,y.useCallback)(({currentTarget:e})=>{const i=e.value;i!==t&&l(i),a(_(i))},[t,l,a]);let u;return o||(u=(0,c.__)("A valid Client ID is required to use Sign in with Google","google-site-kit")),e&&t===e&&(u=(0,c.__)("Sign in with Google was already set up on this site. We recommend using your existing Client ID.","google-site-kit")),(0,z.jsx)("div",{className:"googlesitekit-settings-module__fields-group",children:(0,z.jsx)(w.TextField,{label:(0,c.__)("Client ID","google-site-kit"),className:A()("googlesitekit-text-field-client-id",{"mdc-text-field--error":!o}),helperText:u,value:t,onChange:g,maxLength:120,outlined:!0})})}ClientIDTextField.propTypes={existingClientID:v().string};var E=i(80035),L=i(15167);function O(e){return Array.isArray(e)?e:e&&"object"==typeof e&&Object.keys(e).length>0?Object.values(e):[]}function R(e){if(!e||"object"!=typeof e)return[];const t="ERROR_WP_LOGIN_INACCESSIBLE",i="ERROR_WPCOM",s="ERROR_CONFLICTING_PLUGINS",n={wp_login_inaccessible:t,host_wordpress_dot_com:i,conflicting_plugins:s},o=[];for(const[r,a]of Object.entries(e)){switch(n[r]){case t:o.push((0,c.__)("Your login page (wp-login.php) is not accessible at the expected location. This can prevent Sign in with Google from functioning correctly.","google-site-kit"));break;case i:o.push((0,c.__)("Sign in with Google does not function on sites hosted on WordPress.com.","google-site-kit"));break;case s:{const e=O(a);for(const t of e){const{pluginName:e,conflictMessage:i}=t||{};i?o.push(i):e&&o.push((0,c.sprintf)(/* translators: %s: plugin name */ /* translators: %s: plugin name */ (0,c.__)("%s can interfere with Sign in with Google. When this plugin is active, Sign in with Google may not function properly","google-site-kit"),e))}break}}}return o}function CompatibilityErrorNotice({errors:e}){const t=R(e);return 0===t.length?null:(0,z.jsx)(E.A,{className:"googlesitekit-sign-in-with-google-compatibility-notice",type:E.A.TYPES.WARNING,title:(0,c.__)("Your site may not be ready for Sign In With Google","google-site-kit"),description:t.map((e,t)=>(0,z.jsx)(L.A,{children:e},`${t}-${e}`)),dismiss:!1})}function CompatibilityChecks(){const e=(0,s.useSelect)(e=>e(m).getCompatibilityChecks()),t=(0,s.useSelect)(e=>e(m).isFetchingGetCompatibilityChecks()),i=e?.checks||{},n=Object.keys(i).length>0;return void 0===e||t?(0,z.jsxs)("div",{className:"googlesitekit-margin-bottom-1rem",children:[(0,z.jsx)("small",{children:(0,c.__)("Checking Compatibility…","google-site-kit")}),(0,z.jsx)(w.ProgressBar,{small:!0,compress:!0})]}):n?(0,z.jsx)(CompatibilityErrorNotice,{errors:i}):null}CompatibilityErrorNotice.propTypes={error:v().object};var U=i(20898),P=i(77766),G=i(12850);function OneTapToggle(){const e=(0,P.A)(),t=(0,s.useSelect)(e=>e(m).getOneTapEnabled()),{setOneTapEnabled:i}=(0,s.useDispatch)(m),n=(0,y.useCallback)(()=>{(0,G.sx)(`${e}_sign-in-with-google-settings`,t?"disable_one_tap":"enable_one_tap")},[e,t]),o=(0,y.useCallback)(()=>{i(!t),n()},[t,i,n]),r=(0,s.useSelect)(e=>e(u.O4).getDocumentationLinkURL("sign-in-with-google-one-tap"));return(0,z.jsxs)("div",{className:"googlesitekit-settings-module__fields-group googlesitekit-settings-module__one-tap",children:[(0,z.jsx)(w.Switch,{label:(0,c.__)("Enable One Tap sign in","google-site-kit"),checked:t,onClick:o,hideLabel:!1}),(0,z.jsx)(w.HelperText,{persistent:!0,children:(0,b.A)((0,c.__)("One Tap allows users to sign in or sign up with one click offering smooth user entry points without redirecting to a dedicated sign in and sign up page. <a>Learn more</a>","google-site-kit"),{a:(0,z.jsx)(U.A,{href:r,external:!0},"link")})})]})}var B=i(83366),Q=i(23224),Z=i(71032);function ButtonTextSelect(){const e=(0,P.A)(),t=(0,s.useSelect)(e=>e(m).getText()),{setText:i}=(0,s.useDispatch)(m),n=(0,y.useCallback)(()=>{(0,G.sx)(`${e}_sign-in-with-google-settings`,"change_button_text")},[e]),o=(0,C.d)(n,500),r=(0,y.useCallback)((e,s)=>{const n=s.dataset.value;n!==t&&(i(n),o())},[t,i,o]);return(0,z.jsx)("div",{className:"googlesitekit-settings-module__fields-group",children:(0,z.jsx)(w.Select,{className:"googlesitekit-sign-in-with-google__select-button-text",label:(0,c.__)("Button text","google-site-kit"),value:t,onEnhancedChange:r,enhanced:!0,outlined:!0,children:I.map(e=>(0,z.jsx)(w.Option,{value:e.value,children:e.label},e.value))})})}function ButtonThemeSelect(){const e=(0,P.A)(),t=(0,s.useSelect)(e=>e(m).getTheme()),{setTheme:i}=(0,s.useDispatch)(m),n=(0,y.useCallback)(()=>{(0,G.sx)(`${e}_sign-in-with-google-settings`,"change_button_theme")},[e]),o=(0,C.d)(n,500),r=(0,y.useCallback)((e,s)=>{const n=s.dataset.value;n!==t&&(i(n),o())},[t,i,o]);return(0,z.jsx)("div",{className:"googlesitekit-settings-module__fields-group",children:(0,z.jsx)(w.Select,{className:"googlesitekit-sign-in-with-google__select-button-theme",label:(0,c.__)("Button theme","google-site-kit"),value:t,onEnhancedChange:r,enhanced:!0,outlined:!0,children:M.map(e=>(0,z.jsx)(w.Option,{value:e.value,children:e.label},e.value))})})}function ButtonShapeSelect(){const e=(0,P.A)(),t=(0,s.useSelect)(e=>e(m).getShape()),{setShape:i}=(0,s.useDispatch)(m),n=(0,y.useCallback)(()=>{(0,G.sx)(`${e}_sign-in-with-google-settings`,"change_button_shape")},[e]),o=(0,C.d)(n,500),r=(0,y.useCallback)((e,s)=>{const n=s.dataset.value;n!==t&&(i(n),o())},[t,i,o]);return(0,z.jsx)("div",{className:"googlesitekit-settings-module__fields-group",children:(0,z.jsx)(w.Select,{className:"googlesitekit-sign-in-with-google__select-button-shape",label:(0,c.__)("Button shape","google-site-kit"),value:t,onEnhancedChange:r,enhanced:!0,outlined:!0,children:p.map(e=>(0,z.jsx)(w.Option,{value:e.value,children:e.label},e.value))})})}var W=i(58116),Y=i(32947);function AnyoneCanRegisterReadOnly(){const e=(0,Y.dv)(),t=(0,s.useSelect)(e=>e(u.O4).getAnyoneCanRegister()),i=(0,s.useSelect)(e=>e(W.oR).hasCapability(W.HD)),n=(0,s.useSelect)(e=>e(u.O4).isMultisite()),o=(0,s.useSelect)(e=>e(u.O4).getAdminSettingsURL());return(0,z.jsxs)("div",{className:"googlesitekit-settings-module__fields-group googlesitekit-settings-module__fields-group--read-only",children:[(0,z.jsx)("span",{children:(0,c.__)("User registration","google-site-kit")}),t&&(0,z.jsx)(w.HelperText,{persistent:!0,children:(0,b.A)((0,c.sprintf)(/* translators: %s: Sign in with Google service name */ /* translators: %s: Sign in with Google service name */ (0,c.__)("Users can create new accounts on this site using %s. <br/>Visit <a>WordPress settings</a> to manage this membership setting.","google-site-kit"),(0,c._x)("Sign in with Google","Service name","google-site-kit")),{a:!i&&n?(0,z.jsx)("span",{}):(0,z.jsx)(U.A,{href:o},"link"),br:e!==Y.mp?(0,z.jsx)("br",{}):(0,z.jsx)(y.Fragment,{})})}),!1===t&&(0,z.jsx)(w.HelperText,{persistent:!0,children:(0,c.sprintf)(/* translators: %s: Sign in with Google service name */ /* translators: %s: Sign in with Google service name */ (0,c.__)("Only existing users can use %s to access their accounts.","google-site-kit"),(0,c._x)("Sign in with Google","Service name","google-site-kit"))})]})}const H="sign-in-with-google-anyone-can-register-notice";function AnyoneCanRegisterDisabledNotice(){const e=(0,Y.dv)(),t=(0,s.useSelect)(e=>e(W.oR).hasCapability(W.HD)),i=(0,s.useSelect)(e=>e(u.O4).isMultisite()),n=(0,s.useSelect)(e=>e(u.O4).getAdminSettingsURL()),{dismissItem:o}=(0,s.useDispatch)(W.oR);return!0===(0,s.useSelect)(e=>e(W.oR).isItemDismissed(H))?null:(0,z.jsx)("div",{className:"googlesitekit-registration-disabled-notice",children:(0,z.jsx)(E.A,{type:E.A.TYPES.INFO,description:(0,b.A)((0,c.sprintf)(/* translators: %1$s: Setting name, %2$s: Sign in with Google service name */ /* translators: %1$s: Setting name, %2$s: Sign in with Google service name */ (0,c.__)("Enable the %1$s setting to allow your visitors to create an account using the %2$s button. <br/>Visit <a>WordPress settings</a> to manage this setting.","google-site-kit"),i?(0,c.__)("“Allow new registrations”","google-site-kit"):(0,c.__)("“Anyone can register”","google-site-kit"),(0,c._x)("Sign in with Google","Service name","google-site-kit")),{a:!t&&i?(0,z.jsx)("span",{}):(0,z.jsx)(U.A,{href:n},"link"),br:e===Y.Qb||e===Y.Fo?(0,z.jsx)("br",{}):(0,z.jsx)(y.Fragment,{})}),dismissButton:{label:(0,c.__)("Got it","google-site-kit"),onClick:()=>o(H)}})})}function RegistrationDisabledNotice(){const e=(0,s.useSelect)(e=>e(u.O4).isMultisite()),t=(0,s.useSelect)(e=>e(u.O4).getAdminSettingsURL());return(0,z.jsx)(E.A,{type:E.A.TYPES.WARNING,description:(0,c.sprintf)(/* translators: %1$s: Setting name, %2$s: Sign in with Google service name */ /* translators: %1$s: Setting name, %2$s: Sign in with Google service name */ (0,c.__)("Using “One Tap sign in” will cause errors for users without an existing account on your site. Enable “%1$s” in WordPress settings to allow anyone to use %2$s.","google-site-kit"),e?(0,c.__)("Allow new registrations","google-site-kit"):(0,c.__)("Anyone can register","google-site-kit"),(0,c._x)("Sign in with Google","Service name","google-site-kit")),ctaButton:{label:(0,c.__)("Manage settings","google-site-kit"),href:t,external:!0}})}function SettingsNotice(){const e=(0,s.useSelect)(e=>e(u.O4).getAnyoneCanRegister()),t=(0,s.useSelect)(e=>e(m).getOneTapEnabled()),i=(0,s.useSelect)(e=>e(m).getIsWooCommerceActive()),n=(0,s.useSelect)(e=>e(m).getIsWooCommerceRegistrationEnabled());let o=t&&!1===e&&!1===i;return i&&(o=t&&!1===e&&!1===n),(0,z.jsxs)(y.Fragment,{children:[!1===e&&!o&&(0,z.jsx)(AnyoneCanRegisterDisabledNotice,{}),o&&(0,z.jsx)(RegistrationDisabledNotice,{})]})}function ShowNextToCommentsToggle(){const e=(0,P.A)(),t=(0,s.useSelect)(e=>e(m).getShowNextToCommentsEnabled()),{setShowNextToCommentsEnabled:i}=(0,s.useDispatch)(m),n=(0,s.useSelect)(e=>e(u.O4).getAnyoneCanRegister()),o=(0,y.useCallback)(()=>{(0,G.sx)(`${e}_sign-in-with-google-settings`,t?"disable_comments":"enable_comments")},[e,t]),r=(0,y.useCallback)(()=>{i(!t),o()},[t,i,o]),a=(0,s.useSelect)(e=>e(u.O4).getDocumentationLinkURL("sign-in-with-google"));return(0,z.jsxs)("div",{className:"googlesitekit-settings-module__fields-group googlesitekit-settings-module__show-next-to-comments",children:[(0,z.jsx)(w.Switch,{label:(0,c.__)("Show next to comments","google-site-kit"),checked:t,onClick:r,hideLabel:!1,disabled:!n}),(0,z.jsx)(w.HelperText,{persistent:!0,children:(0,b.A)((0,c.__)("Show a Sign in with Google button next to comments and allow users to use their Google Account to leave comments. <a>Learn more</a>","google-site-kit"),{a:(0,z.jsx)(U.A,{href:a,external:!0},"link")})})]})}function Preview(){const[e,t]=(0,y.useState)(!1),n=(0,y.useRef)(),o=(0,s.useSelect)(e=>e(m).getShape()),r=(0,s.useSelect)(e=>e(m).getText()),a=(0,s.useSelect)(e=>e(m).getTheme());return(0,y.useEffect)(()=>{const e=document.createElement("script");function s(){t(!0),i.g.google.accounts.id.initialize({client_id:"notrealclientid"})}return e.src=`https://accounts.google.com/gsi/client?hl=${(0,G.JK)()}`,e.addEventListener("load",s),document.body.appendChild(e),()=>{t(!1),e.removeEventListener("load",s),document.body.removeChild(e)}},[t]),(0,y.useEffect)(()=>{e&&i.g.google.accounts.id.renderButton(n.current,{text:r,theme:a,shape:o})},[e,n,r,a,o]),(0,z.jsxs)("div",{className:"googlesitekit-sign-in-with-google__preview",children:[(0,z.jsx)("p",{className:"googlesitekit-sign-in-with-google__preview--label",children:(0,c.__)("Preview","google-site-kit")}),(0,z.jsx)("div",{ref:n}),(0,z.jsx)("div",{className:"googlesitekit-sign-in-with-google__preview--protector"})]})}const V=(0,y.lazy)(()=>i.e(590).then(i.bind(i,93590)));function SetupForm(){const e=(0,s.useRegistry)(),[t,i]=(0,y.useState)(),n=(0,s.useSelect)(e=>e(u.O4).getDocumentationLinkURL(j.a)),o=(0,s.useSelect)(e=>e(m).getServiceClientIDProvisioningURL()),r=(0,s.useSelect)(e=>e(u.O4).getAnyoneCanRegister()),a=(0,s.useSelect)(e=>void 0!==e(m).getSettings()),l=(0,s.useSelect)(e=>e(m).getOneTapEnabled()),[g,d]=(0,y.useState)(!1),M=(0,s.useSelect)(e=>e(m).getShowNextToCommentsEnabled()),[I,p]=(0,y.useState)(!1),{setOneTapEnabled:h,setShowNextToCommentsEnabled:N}=(0,s.useDispatch)(m);return(0,y.useEffect)(()=>{a&&r&&!g&&!1===l&&(h(!0),d(!0))},[a,r,g,l,h]),(0,y.useEffect)(()=>{a&&r&&!I&&!1===M&&(N(!0),p(!0))},[a,r,I,M,N]),(0,D.A)(async()=>{await e.resolveSelect(m).getSettings();const t=e.select(m).getClientID(),s=await e.resolveSelect(m).getExistingClientID();""===t&&s&&i(s)}),(0,z.jsxs)("div",{className:"googlesitekit-sign-in-with-google-setup__form",children:[(0,z.jsxs)("div",{className:"googlesitekit-setup-module__panel-item",children:[(0,z.jsx)(CompatibilityChecks,{}),(0,z.jsx)(S.A,{moduleSlug:m,storeName:m}),(0,z.jsx)("p",{className:"googlesitekit-setup-module__step-description",children:(0,b.A)((0,c.sprintf)(/* translators: %1$s: Sign in with Google service name */ /* translators: %1$s: Sign in with Google service name */ (0,c.__)("To set up %1$s, Site Kit will help you create an “OAuth Client ID“ that will be used to enable %1$s on your website. You will be directed to a page that will allow you to generate an “OAuth Client ID“. <a>Learn more</a>","google-site-kit"),(0,c._x)("Sign in with Google","Service name","google-site-kit")),{a:(0,z.jsx)(U.A,{href:n,external:!0})})}),(0,z.jsx)("p",{className:"googlesitekit-margin-bottom-0",children:(0,c.__)("Add your client ID here to complete setup:","google-site-kit")}),(0,z.jsx)("div",{className:"googlesitekit-setup-module__inputs",children:(0,z.jsx)(ClientIDTextField,{existingClientID:t})}),(0,z.jsx)(w.Button,{className:"googlesitekit-sign-in-with-google-client-id-cta",href:o,target:"_blank",trailingIcon:(0,z.jsx)(B.A,{width:"15",height:"15"}),inverse:!0,children:(0,c.__)("Get your client ID","google-site-kit")}),r&&(0,z.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,z.jsx)(OneTapToggle,{}),(0,z.jsx)(ShowNextToCommentsToggle,{})]})]}),(0,z.jsx)("div",{className:"googlesitekit-setup-module__panel-item googlesitekit-setup-module__panel-item--with-svg",children:(0,z.jsx)(y.Suspense,{fallback:(0,z.jsx)(Q.A,{width:"100%",height:"235px"}),children:(0,z.jsx)(Z.A,{errorMessage:(0,c.__)("Failed to load graphic","google-site-kit"),children:(0,z.jsx)(V,{})})})})]})}var F=i(2362),J=i(33676);function HTTPSWarning({moduleSlug:e}){const t=(0,s.useSelect)(t=>t(d.i).getModule(e)),i=(0,s.useSelect)(e=>e(u.O4).getHomeURL());if(!t?.name||void 0!==i&&(0,J.d)(i))return null;const n=t.name;return(0,z.jsx)(E.A,{className:"googlesitekit-notice--small",type:E.A.TYPES.WARNING,description:(0,c.sprintf)(/* translators: %s: Module name. */ /* translators: %s: Module name. */ (0,c.__)("The site should use HTTPS to set up %s","google-site-kit"),n),hideIcon:!0})}function SetupMain(){const e=(0,s.useSelect)(e=>e(u.O4).getHomeURL());return(0,z.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--with-panels googlesitekit-setup-module--sign-in-with-google",children:[(0,z.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,z.jsx)("div",{className:"googlesitekit-setup-module__logo",children:(0,z.jsx)(k,{width:"40",height:"40"})}),(0,z.jsxs)(L.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:[(0,c._x)("Sign in with Google","Service name","google-site-kit"),(0,z.jsx)(F.A,{className:"googlesitekit-badge--beta",label:(0,c.__)("Beta","google-site-kit")})]})]}),(0,z.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,z.jsx)(HTTPSWarning,{moduleSlug:"sign-in-with-google"}),void 0!==e&&(0,J.d)(e)&&(0,z.jsx)(SetupForm,{})]})]})}HTTPSWarning.propTypes={moduleSlug:v().string.isRequired};var X=i(55527),$=i(74595);function SettingsForm(){const e=(0,$.WM)(e=>e(u.O4).getAnyoneCanRegister());return(0,z.jsxs)("div",{className:"googlesitekit-sign-in-with-google-settings-fields",children:[(0,z.jsx)(S.A,{moduleSlug:"sign-in-with-google",storeName:m}),(0,z.jsxs)(X.xA,{children:[(0,z.jsxs)(X.fI,{children:[(0,z.jsx)(X.fh,{size:8,children:(0,z.jsxs)(X.xA,{className:"googlesitekit-sign-in-with-google-settings-fields__stretch-form",children:[(0,z.jsx)(X.fI,{children:(0,z.jsx)(X.fh,{size:12,children:(0,z.jsx)(ClientIDTextField,{})})}),(0,z.jsxs)(X.fI,{children:[(0,z.jsx)(X.fh,{size:4,children:(0,z.jsx)(ButtonTextSelect,{})}),(0,z.jsx)(X.fh,{size:4,children:(0,z.jsx)(ButtonThemeSelect,{})}),(0,z.jsx)(X.fh,{size:4,children:(0,z.jsx)(ButtonShapeSelect,{})})]})]})}),(0,z.jsx)(X.fh,{size:4,className:"googlesitekit-sign-in-with-google-settings-fields__button-preview",children:(0,z.jsx)(X.xA,{children:(0,z.jsx)(X.fI,{children:(0,z.jsx)(X.fh,{size:12,children:(0,z.jsx)(Preview,{})})})})})]}),(0,z.jsxs)(X.fI,{children:[(0,z.jsx)(X.fh,{size:12,children:(0,z.jsx)(OneTapToggle,{})}),!!e&&(0,z.jsx)(X.fh,{size:12,children:(0,z.jsx)(ShowNextToCommentsToggle,{})}),(0,z.jsxs)(X.fh,{size:12,children:[(0,z.jsx)(AnyoneCanRegisterReadOnly,{}),(0,z.jsx)(SettingsNotice,{})]})]})]})]})}function SettingsEdit(){const e=(0,s.useSelect)(e=>e(m).isDoingSubmitChanges());return(0,z.jsx)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--sign-in-with-google",children:e?(0,z.jsx)(w.ProgressBar,{}):(0,z.jsx)(SettingsForm,{})})}var K=i(17691),q=i(59323);function SettingsView(){const e=(0,s.useSelect)(e=>e(m).getClientID()),t=(0,s.useSelect)(e=>e(u.O4).getAnyoneCanRegister()),i=(0,s.useSelect)(e=>{const t=e(m).getShape();return p.find(({value:e})=>e===t)?.label}),n=(0,s.useSelect)(e=>{const t=e(m).getText();return I.find(({value:e})=>e===t)?.label}),o=(0,s.useSelect)(e=>{const t=e(m).getTheme();return M.find(({value:e})=>e===t)?.label}),r=(0,s.useSelect)(e=>e(m).getOneTapEnabled()),a=(0,s.useSelect)(e=>e(m).getShowNextToCommentsEnabled());return e?(0,z.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--sign-in-with-google",children:[(0,z.jsx)(S.A,{moduleSlug:"sign-in-with-google",storeName:m}),(0,z.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,z.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,z.jsx)(L.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("Client ID","google-site-kit")}),(0,z.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,z.jsx)(K.A,{value:e})})]})}),(0,z.jsxs)("div",{className:"googlesitekit-settings-module__meta-items",children:[(0,z.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,z.jsx)(L.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("Button text","google-site-kit")}),(0,z.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,z.jsx)(K.A,{value:n})})]}),(0,z.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,z.jsx)(L.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("Button theme","google-site-kit")}),(0,z.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,z.jsx)(K.A,{value:o})})]}),(0,z.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,z.jsx)(L.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("Button shape","google-site-kit")}),(0,z.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,z.jsx)(K.A,{value:i})})]})]}),(0,z.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,z.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,z.jsx)(L.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("One Tap sign in","google-site-kit")}),(0,z.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,z.jsx)(K.A,{value:r?(0,c.__)("Enabled","google-site-kit"):(0,c.__)("Disabled","google-site-kit")})})]})}),t&&(0,z.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,z.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,z.jsx)(L.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("Show next to comments","google-site-kit")}),(0,z.jsx)(q.A,{className:"googlesitekit-settings-module__meta-item-data",children:(0,z.jsx)(K.A,{value:a?(0,c.__)("Enabled","google-site-kit"):(0,c.__)("Disabled","google-site-kit")})})]})}),(0,z.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,z.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,z.jsx)(L.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,c.__)("User registration","google-site-kit")}),void 0!==t&&(0,z.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,z.jsx)(K.A,{value:t?(0,c.__)("Enabled","google-site-kit"):(0,c.__)("Disabled","google-site-kit")})})]})}),(0,z.jsx)(SettingsNotice,{})]}):null}var ee=i(92698),te=i(34375);function SignInWithGoogleSetupCTABanner({id:e,Notification:t}){const[i,n]=(0,y.useState)(!1),o=(0,s.useSelect)(e=>e(u.O4).getDocumentationLinkURL(j.a)),{triggerSurvey:r}=(0,s.useDispatch)(W.oR);(0,D.A)(()=>{r("view_siwg_setup_cta")});const a=(0,ee.A)(j.a),l=(0,y.useCallback)(()=>{n(!0),a()},[a,n]);return(0,z.jsx)(t,{children:(0,z.jsx)(te.A,{notificationID:e,title:(0,c.sprintf)(/* translators: %s: Sign in with Google service name */ /* translators: %s: Sign in with Google service name */ (0,c.__)("Boost onboarding, security, and trust on your site using %s","google-site-kit"),(0,c._x)("Sign in with Google","Service name","google-site-kit")),description:(0,c.sprintf)(/* translators: %s: Sign in with Google service name */ /* translators: %s: Sign in with Google service name */ (0,c.__)("Provide your site visitors with a simple, secure, and personalized experience by adding a %s button to your login page.","google-site-kit"),(0,c._x)("Sign in with Google","Service name","google-site-kit")),learnMoreLink:{href:o},ctaButton:{label:(0,c.sprintf)(/* translators: %s: Sign in with Google service name */ /* translators: %s: Sign in with Google service name */ (0,c.__)("Set up %s","google-site-kit"),(0,c._x)("Sign in with Google","Service name","google-site-kit")),onClick:l,inProgress:i,dismissOnClick:!0,dismissOptions:{skipHidingFromQueue:!0}},dismissButton:{label:(0,c.__)("Maybe later","google-site-kit"),disabled:i},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEzIiBoZWlnaHQ9IjI3MiIgdmlld0JveD0iMCAwIDUxMyAyNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzEwOTYzKSI+CjxwYXRoIGQ9Ik00MzguMzEyIDIyMC45MjhDMzk4Ljg3MiAyODYuMzY1IDMyOS43MjQgMjkxLjI3NCAyOTUuNjExIDI4My4xNThDMjUxLjEwOCAyNzIuNTcgMjQ1LjQ5NiAyNDEuMDc2IDIyMC45MTkgMjMyLjIyOUMxOTYuMzQyIDIyMy4zODEgMTg1LjAzNyAyMjYuOTM5IDE1MC4xMyAyMzIuMjI5QzExNS4yMjIgMjM3LjUxOSA1Ni40NTM3IDIzMC42MDggMzAuODUwOSAxNzcuODc1QzUuMjQ4MDcgMTI1LjE0MSAyNC45MzEgNzAuMzU2NiA3My4wNzA2IDQzLjc1MTNDMTIxLjIxIDE3LjE0NiAxNDkuNDI2IDQ1LjU4ODUgMTk2LjM0OCA0Ni40OTFDMjQzLjI3IDQ3LjM5MzYgMjU2LjA4MSAyMy41ODI3IDI5OS44MDcgMjEuMTU2OUMzOTcuMzk0IDE1Ljc0MyA0OTguNDkzIDEyMS4wNzggNDM4LjMxMiAyMjAuOTI4WiIgZmlsbD0iI0I4RTZDQSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzE0NjFfMTA5NjMpIj4KPHBhdGggZD0iTTEzNy45NjUgODQuMzIxMkMxMzcuOTY1IDc2LjcxOTcgMTQ0LjEyOCA3MC41NTc0IDE1MS43MjkgNzAuNTU3NEgzMTkuMjAxQzMyNi44MDMgNzAuNTU3NCAzMzIuOTY1IDc2LjcxOTcgMzMyLjk2NSA4NC4zMjEyVjIyOC43OTRDMzMyLjk2NSAyMzYuMzk1IDMyNi44MDMgMjQyLjU1NyAzMTkuMjAxIDI0Mi41NTdIMTUxLjcyOUMxNDQuMTI4IDI0Mi41NTcgMTM3Ljk2NSAyMzYuMzk1IDEzNy45NjUgMjI4Ljc5NFY4NC4zMjEyWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cGF0aCBkPSJNMTUyLjk2NSAxMDEuNTU3QzE1Mi45NjUgOTkuMzQ4MiAxNTQuNzU2IDk3LjU1NzQgMTU2Ljk2NSA5Ny41NTc0SDMxMy45NjVDMzE2LjE3NCA5Ny41NTc0IDMxNy45NjUgOTkuMzQ4MiAzMTcuOTY1IDEwMS41NTdWMTM5LjU1N0MzMTcuOTY1IDE0MS43NjcgMzE2LjE3NCAxNDMuNTU3IDMxMy45NjUgMTQzLjU1N0gxNTYuOTY1QzE1NC43NTYgMTQzLjU1NyAxNTIuOTY1IDE0MS43NjcgMTUyLjk2NSAxMzkuNTU3VjEwMS41NTdaIiBmaWxsPSIjQkVENEZGIi8+CjxwYXRoIGQ9Ik0xNTIuOTY1IDIwNi41NTdDMTUyLjk2NSAyMDQuMzQ4IDE1NC43NTYgMjAyLjU1NyAxNTYuOTY1IDIwMi41NTdIMzEzLjk2NUMzMTYuMTc0IDIwMi41NTcgMzE3Ljk2NSAyMDQuMzQ4IDMxNy45NjUgMjA2LjU1N1YyMTEuNTU3QzMxNy45NjUgMjEzLjc2NyAzMTYuMTc0IDIxNS41NTcgMzEzLjk2NSAyMTUuNTU3SDE1Ni45NjVDMTU0Ljc1NiAyMTUuNTU3IDE1Mi45NjUgMjEzLjc2NyAxNTIuOTY1IDIxMS41NTdWMjA2LjU1N1oiIGZpbGw9IiNCRUQ0RkYiLz4KPHJlY3QgeD0iMjIzLjk2NSIgeT0iMTUzLjU1NyIgd2lkdGg9IjU0IiBoZWlnaHQ9IjE0IiByeD0iNyIgZmlsbD0iI0JFRDRGRiIvPgo8cmVjdCB4PSIyMjMuOTY1IiB5PSIxNzUuNTU3IiB3aWR0aD0iOTQiIGhlaWdodD0iNSIgcng9IjIuNSIgZmlsbD0iI0JFRDRGRiIvPgo8cmVjdCB4PSIxNTIuOTY1IiB5PSIxNzUuNTU3IiB3aWR0aD0iNTkiIGhlaWdodD0iNSIgcng9IjIuNSIgZmlsbD0iI0JFRDRGRiIvPgo8cmVjdCB4PSIxNTIuOTY1IiB5PSIxNjQuNTU3IiB3aWR0aD0iNTkiIGhlaWdodD0iNSIgcng9IjIuNSIgZmlsbD0iI0JFRDRGRiIvPgo8cmVjdCB4PSIxNTIuOTY1IiB5PSIxODYuNTU3IiB3aWR0aD0iNTkiIGhlaWdodD0iNSIgcng9IjIuNSIgZmlsbD0iI0JFRDRGRiIvPgo8cmVjdCB4PSIxNTIuOTY1IiB5PSIxNTMuNTU3IiB3aWR0aD0iNTkiIGhlaWdodD0iNSIgcng9IjIuNSIgZmlsbD0iI0JFRDRGRiIvPgo8cmVjdCB4PSIyMjMuOTY1IiB5PSIxODYuNTU3IiB3aWR0aD0iOTQiIGhlaWdodD0iNSIgcng9IjIuNSIgZmlsbD0iI0JFRDRGRiIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMV9kXzE0NjFfMTA5NjMpIj4KPHBhdGggZD0iTTMyOS40OTQgNDMuOTU3MkMzMjMuNjgxIDQ2LjQ5MzEgMzExLjAyNiA1MS43NDMgMjk5LjAwMiA1NC45MjYxQzI5NS41MTMgNTUuODQ5NyAyOTIuOTQ0IDU4Ljk1NzMgMjkzLjA5IDYyLjU2MzdDMjk1LjIgMTE0LjQwMiAzMjMuNDAyIDEzNi41MzQgMzMyLjc2NCAxMzYuNTM0QzM0Mi4xMTggMTM2LjUzNCAzNzAuNjg0IDExMC4zMTQgMzcxLjMgNjIuMjMzN0MzNzEuMzQ1IDU4Ljc3NSAzNjguODcxIDU1Ljg0MSAzNjUuNTM3IDU0LjkyMTVDMzUzLjUzNyA1MS42MTIzIDM0MS41OTMgNDYuNTEzNyAzMzYuMDE4IDQ0LjAwMTNDMzMzLjk0NCA0My4wNjY4IDMzMS41NzkgNDMuMDQ3NiAzMjkuNDk0IDQzLjk1NzJaIiBmaWxsPSIjM0M3MjUxIi8+CjxtYXNrIGlkPSJtYXNrMF8xNDYxXzEwOTYzIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyOTMiIHk9IjQzIiB3aWR0aD0iNzkiIGhlaWdodD0iOTQiPgo8cGF0aCBkPSJNMzI5LjYxMSA0My45NTcyQzMyMy43OTggNDYuNDkzMSAzMTEuMTQzIDUxLjc0MyAyOTkuMTE5IDU0LjkyNjFDMjk1LjYzIDU1Ljg0OTcgMjkzLjA2IDU4Ljk1NzMgMjkzLjIwNyA2Mi41NjM3QzI5NS4zMTYgMTE0LjQwMiAzMjMuNTE4IDEzNi41MzQgMzMyLjg4MSAxMzYuNTM0QzM0Mi4yMzUgMTM2LjUzNCAzNzAuODAxIDExMC4zMTQgMzcxLjQxNyA2Mi4yMzM3QzM3MS40NjEgNTguNzc1IDM2OC45ODggNTUuODQxIDM2NS42NTMgNTQuOTIxNUMzNTMuNjUzIDUxLjYxMjMgMzQxLjcxIDQ2LjUxMzcgMzM2LjEzNSA0NC4wMDEzQzMzNC4wNjEgNDMuMDY2OCAzMzEuNjk2IDQzLjA0NzYgMzI5LjYxMSA0My45NTcyWiIgZmlsbD0iIzVDOTI3MSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTQ2MV8xMDk2MykiPgo8cGF0aCBkPSJNMzMyLjc1IDQyLjQ5NjNDMzMyLjc1IDQyLjQ5NjMgMzE1LjM1OCA1MC42MDU4IDI5OS4xMTQgNTQuOTIyMUMyOTUuNjI4IDU1Ljg0ODYgMjkzLjA2IDU4Ljk1NTEgMjkzLjIwNyA2Mi41NTk2QzI5NS4zMDggMTE0LjQwMSAzMjMuNDE4IDEzNi41MzQgMzMyLjc1IDEzNi41MzRWNDIuNDk2M1oiIGZpbGw9IiMyNjVDM0IiLz4KPC9nPgo8ZWxsaXBzZSBjeD0iMzMyLjYwMSIgY3k9IjgyLjMwMTkiIHJ4PSIxNS41MDMiIHJ5PSIxNS41MDMiIGZpbGw9IiNEMEZCRTEiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjUiIGN4PSIzMzIuMjk5IiBjeT0iODIuNDQ2NyIgcj0iMTkuNzM0NSIgc3Ryb2tlPSIjQjhFNkNBIiBzdHJva2Utd2lkdGg9IjMuMTM3NjkiLz4KPG1hc2sgaWQ9Im1hc2sxXzE0NjFfMTA5NjMiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjMxNyIgeT0iNjYiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+CjxlbGxpcHNlIGN4PSIzMzIuNjAxIiBjeT0iODIuMzAxOSIgcng9IjE1LjUwMyIgcnk9IjE1LjUwMyIgZmlsbD0iI0QwRkJFMSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazFfMTQ2MV8xMDk2MykiPgo8cGF0aCBkPSJNMzM4LjcxNiA3Ny4yMDU0QzMzOC43MTYgODAuNTUwOSAzMzUuOTI4IDgzLjI2MjkgMzMyLjQ4OCA4My4yNjI5QzMyOS4wNDggODMuMjYyOSAzMjYuMjYgODAuNTUwOSAzMjYuMjYgNzcuMjA1NEMzMjYuMjYgNzMuODYgMzI5LjA0OCA3MS4xNDc5IDMzMi40ODggNzEuMTQ3OUMzMzUuOTI4IDcxLjE0NzkgMzM4LjcxNiA3My44NiAzMzguNzE2IDc3LjIwNTRaIiBmaWxsPSIjNzdBRDhDIi8+CjxlbGxpcHNlIGN4PSIzMzIuNDg4IiBjeT0iOTUuMTA0MSIgcng9IjEzLjIzNDgiIHJ5PSIxMC41ODc4IiBmaWxsPSIjNzdBRDhDIi8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMTQ2MV8xMDk2MyIgeD0iMTIxLjk2NSIgeT0iNTguNTU3NCIgd2lkdGg9IjIyNyIgaGVpZ2h0PSIyMDQiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTA5NjMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMDk2MyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9kXzE0NjFfMTA5NjMiIHg9IjI4MC45NTEiIHk9IjM3LjIyMDYiIHdpZHRoPSIxMDIuNDg0IiBoZWlnaHQ9IjExNy41MTQiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNi4wNjY5MiIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI2LjA2NjkyIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjA0NjAzODkgMCAwIDAgMCAwLjM0ODIwMyAwIDAgMCAwIDAuMTYzNTQ3IDAgMCAwIDAuMjUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwOTYzIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTA5NjMiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTQ2MV8xMDk2MyI+CjxyZWN0IHdpZHRoPSI1MTMiIGhlaWdodD0iMjcyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",mobile:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDM5IiBoZWlnaHQ9IjE0NiIgdmlld0JveD0iMCAwIDQzOSAxNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQ1NzApIj4KPHBhdGggZD0iTTQxOC4zMTIgMjMwLjkyOEMzNzguODcyIDI5Ni4zNjUgMzA5LjcyNCAzMDEuMjc0IDI3NS42MTEgMjkzLjE1OEMyMzEuMTA4IDI4Mi41NyAyMjUuNDk2IDI1MS4wNzYgMjAwLjkxOSAyNDIuMjI5QzE3Ni4zNDIgMjMzLjM4MSAxNjUuMDM3IDIzNi45MzkgMTMwLjEzIDI0Mi4yMjlDOTUuMjIyMiAyNDcuNTE5IDM2LjQ1MzcgMjQwLjYwOCAxMC44NTA5IDE4Ny44NzRDLTE0Ljc1MTkgMTM1LjE0MSA0LjkzMDk1IDgwLjM1NjUgNTMuMDcwNiA1My43NTEyQzEwMS4yMSAyNy4xNDU4IDEyOS40MjYgNTUuNTg4MyAxNzYuMzQ4IDU2LjQ5MDlDMjIzLjI3IDU3LjM5MzUgMjM2LjA4MSAzMy41ODI2IDI3OS44MDcgMzEuMTU2OEMzNzcuMzk0IDI1Ljc0MjggNDc4LjQ5MyAxMzEuMDc4IDQxOC4zMTIgMjMwLjkyOFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNTA1XzQ1NzApIj4KPHBhdGggZD0iTTE0My4zOTMgNDMuMDAwMUMxNDMuMzkzIDM3LjA1NDQgMTQ4LjIxMyAzMi4yMzQ0IDE1NC4xNTggMzIuMjM0NEgyODUuMTUxQzI5MS4wOTYgMzIuMjM0NCAyOTUuOTE2IDM3LjA1NDQgMjk1LjkxNiA0My4wMDAxVjE1Ni4wMDNDMjk1LjkxNiAxNjEuOTQ4IDI5MS4wOTYgMTY2Ljc2OCAyODUuMTUxIDE2Ni43NjhIMTU0LjE1OEMxNDguMjEzIDE2Ni43NjggMTQzLjM5MyAxNjEuOTQ4IDE0My4zOTMgMTU2LjAwM1Y0My4wMDAxWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cGF0aCBkPSJNMTU1LjEyNSA1Ni40ODE3QzE1NS4xMjUgNTQuNzUzOCAxNTYuNTI2IDUzLjM1MyAxNTguMjU0IDUzLjM1M0gyODEuMDU1QzI4Mi43ODMgNTMuMzUzIDI4NC4xODQgNTQuNzUzOCAyODQuMTg0IDU2LjQ4MTdWODYuMjA0M0MyODQuMTg0IDg3LjkzMjMgMjgyLjc4MyA4OS4zMzMgMjgxLjA1NSA4OS4zMzNIMTU4LjI1NEMxNTYuNTI2IDg5LjMzMyAxNTUuMTI1IDg3LjkzMjMgMTU1LjEyNSA4Ni4yMDQzVjU2LjQ4MTdaIiBmaWxsPSIjQkVENEZGIi8+CjxwYXRoIGQ9Ik0xNTUuMTI1IDEzOC42MUMxNTUuMTI1IDEzNi44ODIgMTU2LjUyNiAxMzUuNDgxIDE1OC4yNTQgMTM1LjQ4MUgyODEuMDU1QzI4Mi43ODMgMTM1LjQ4MSAyODQuMTg0IDEzNi44ODIgMjg0LjE4NCAxMzguNjFWMTQyLjUyMUMyODQuMTg0IDE0NC4yNDkgMjgyLjc4MyAxNDUuNjQ5IDI4MS4wNTUgMTQ1LjY0OUgxNTguMjU0QzE1Ni41MjYgMTQ1LjY0OSAxNTUuMTI1IDE0NC4yNDkgMTU1LjEyNSAxNDIuNTIxVjEzOC42MVoiIGZpbGw9IiNCRUQ0RkYiLz4KPHJlY3QgeD0iMjEwLjY1OSIgeT0iOTcuMTU0OCIgd2lkdGg9IjQyLjIzNzQiIGhlaWdodD0iMTAuOTUwNCIgcng9IjUuNDc1MjIiIGZpbGw9IiNCRUQ0RkYiLz4KPHJlY3QgeD0iMjEwLjY1OSIgeT0iMTE0LjM2MyIgd2lkdGg9IjczLjUyNDMiIGhlaWdodD0iMy45MTA4NyIgcng9IjEuOTU1NDMiIGZpbGw9IiNCRUQ0RkYiLz4KPHJlY3QgeD0iMTU1LjEyNSIgeT0iMTE0LjM2MyIgd2lkdGg9IjQ2LjE0ODMiIGhlaWdodD0iMy45MTA4NyIgcng9IjEuOTU1NDMiIGZpbGw9IiNCRUQ0RkYiLz4KPHJlY3QgeD0iMTU1LjEyNSIgeT0iMTA1Ljc1OSIgd2lkdGg9IjQ2LjE0ODMiIGhlaWdodD0iMy45MTA4NyIgcng9IjEuOTU1NDMiIGZpbGw9IiNCRUQ0RkYiLz4KPHJlY3QgeD0iMTU1LjEyNSIgeT0iMTIyLjk2NyIgd2lkdGg9IjQ2LjE0ODMiIGhlaWdodD0iMy45MTA4NyIgcng9IjEuOTU1NDMiIGZpbGw9IiNCRUQ0RkYiLz4KPHJlY3QgeD0iMTU1LjEyNSIgeT0iOTcuMTU0OCIgd2lkdGg9IjQ2LjE0ODMiIGhlaWdodD0iMy45MTA4NyIgcng9IjEuOTU1NDMiIGZpbGw9IiNCRUQ0RkYiLz4KPHJlY3QgeD0iMjEwLjY1OSIgeT0iMTIyLjk2NyIgd2lkdGg9IjczLjUyNDMiIGhlaWdodD0iMy45MTA4NyIgcng9IjEuOTU1NDMiIGZpbGw9IiNCRUQ0RkYiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZF8xNTA1XzQ1NzApIj4KPHBhdGggZD0iTTI5My4yMDEgMTEuNDI4M0MyODguNjU0IDEzLjQxMTggMjc4Ljc1NiAxNy41MTgyIDI2OS4zNTEgMjAuMDA3OEMyNjYuNjIyIDIwLjczMDMgMjY0LjYxMiAyMy4xNjEgMjY0LjcyNyAyNS45ODE4QzI2Ni4zNzcgNjYuNTI4NiAyODguNDM2IDgzLjgzOTIgMjk1Ljc1OSA4My44MzkyQzMwMy4wNzUgODMuODM5MiAzMjUuNDE5IDYzLjMzMTIgMzI1LjkwMSAyNS43MjM3QzMyNS45MzYgMjMuMDE4NCAzMjQuMDAxIDIwLjcyMzUgMzIxLjM5MyAyMC4wMDQzQzMxMi4wMDcgMTcuNDE1OSAzMDIuNjY1IDEzLjQyNzkgMjk4LjMwNCAxMS40NjI4QzI5Ni42ODIgMTAuNzMxOCAyOTQuODMyIDEwLjcxNjggMjkzLjIwMSAxMS40MjgzWiIgZmlsbD0iIzNDNzI1MSIvPgo8bWFzayBpZD0ibWFzazBfMTUwNV80NTcwIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyNjQiIHk9IjEwIiB3aWR0aD0iNjIiIGhlaWdodD0iNzQiPgo8cGF0aCBkPSJNMjkzLjI5MyAxMS40MjgzQzI4OC43NDYgMTMuNDExOCAyNzguODQ4IDE3LjUxODIgMjY5LjQ0MyAyMC4wMDc4QzI2Ni43MTQgMjAuNzMwMyAyNjQuNzA0IDIzLjE2MSAyNjQuODE5IDI1Ljk4MThDMjY2LjQ2OCA2Ni41Mjg2IDI4OC41MjcgODMuODM5MiAyOTUuODUgODMuODM5MkMzMDMuMTY3IDgzLjgzOTIgMzI1LjUxIDYzLjMzMTIgMzI1Ljk5MiAyNS43MjM3QzMyNi4wMjcgMjMuMDE4NCAzMjQuMDkyIDIwLjcyMzUgMzIxLjQ4NCAyMC4wMDQzQzMxMi4wOTggMTcuNDE1OSAzMDIuNzU2IDEzLjQyNzkgMjk4LjM5NSAxMS40NjI4QzI5Ni43NzMgMTAuNzMxOCAyOTQuOTIzIDEwLjcxNjggMjkzLjI5MyAxMS40MjgzWiIgZmlsbD0iIzVDOTI3MSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTUwNV80NTcwKSI+CjxwYXRoIGQ9Ik0yOTUuNzQ4IDEwLjI4NTZDMjk1Ljc0OCAxMC4yODU2IDI4Mi4xNDQgMTYuNjI4NyAyNjkuNDM5IDIwLjAwNDhDMjY2LjcxMiAyMC43Mjk0IDI2NC43MDQgMjMuMTU5MiAyNjQuODE4IDI1Ljk3ODZDMjY2LjQ2MSA2Ni41Mjc3IDI4OC40NDkgODMuODM5MiAyOTUuNzQ4IDgzLjgzOTJWMTAuMjg1NloiIGZpbGw9IiMyNjVDM0IiLz4KPC9nPgo8ZWxsaXBzZSBjeD0iMjk1LjYzMSIgY3k9IjQxLjQyMDciIHJ4PSIxMi4xMjYiIHJ5PSIxMi4xMjYiIGZpbGw9IiNEMEZCRTEiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjUiIGN4PSIyOTUuMzk1IiBjeT0iNDEuNTMzOCIgcj0iMTUuNDM1OCIgc3Ryb2tlPSIjQjhFNkNBIiBzdHJva2Utd2lkdGg9IjIuNDU0MjIiLz4KPG1hc2sgaWQ9Im1hc2sxXzE1MDVfNDU3MCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMjgzIiB5PSIyOSIgd2lkdGg9IjI1IiBoZWlnaHQ9IjI1Ij4KPGVsbGlwc2UgY3g9IjI5NS42MzEiIGN5PSI0MS40MjA3IiByeD0iMTIuMTI2IiByeT0iMTIuMTI2IiBmaWxsPSIjRDBGQkUxIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMV8xNTA1XzQ1NzApIj4KPHBhdGggZD0iTTMwMC40MTQgMzcuNDM0M0MzMDAuNDE0IDQwLjA1MSAyOTguMjMzIDQyLjE3MjMgMjk1LjU0MiA0Mi4xNzIzQzI5Mi44NTIgNDIuMTcyMyAyOTAuNjcxIDQwLjA1MSAyOTAuNjcxIDM3LjQzNDNDMjkwLjY3MSAzNC44MTc2IDI5Mi44NTIgMzIuNjk2MyAyOTUuNTQyIDMyLjY5NjNDMjk4LjIzMyAzMi42OTYzIDMwMC40MTQgMzQuODE3NiAzMDAuNDE0IDM3LjQzNDNaIiBmaWxsPSIjNzdBRDhDIi8+CjxlbGxpcHNlIGN4PSIyOTUuNTQyIiBjeT0iNTEuNDM0MSIgcng9IjEwLjM1MTkiIHJ5PSI4LjI4MTU0IiBmaWxsPSIjNzdBRDhDIi8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMTUwNV80NTcwIiB4PSIxMzAuODc4IiB5PSIyMi44NDgzIiB3aWR0aD0iMTc3LjU1MyIgaGVpZ2h0PSIxNTkuNTYzIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjMuMTI4NyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI2LjI1NzM5Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDU3MCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ1NzAiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNTA1XzQ1NzAiIHg9IjI1NS4yMzIiIHk9IjYuMTU5MTYiIHdpZHRoPSI4MC4xNjAyIiBoZWlnaHQ9IjkxLjkxNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNC43NDUzOCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0Ljc0NTM4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjA0NjAzODkgMCAwIDAgMCAwLjM0ODIwMyAwIDAgMCAwIDAuMTYzNTQ3IDAgMCAwIDAuMjUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ1NzAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80NTcwIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE1MDVfNDU3MCI+CjxyZWN0IHdpZHRoPSI0MzkiIGhlaWdodD0iMTQ2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",verticalPosition:"bottom"}})})}SignInWithGoogleSetupCTABanner.propTypes={id:v().string,Notification:v().elementType};var ie=i(53137),se=i(24558),ne=i(54349),oe=i(49655),re=i(20068);function SetupSuccessSubtleNotification({id:e,Notification:t}){const[,i]=(0,re.A)("notification"),[,n]=(0,re.A)("slug"),o=(0,s.useSelect)(e=>e(u.O4).getModuleSettingsURL(j.a));return(0,z.jsx)(t,{children:(0,z.jsx)(ne.A,{notificationID:e,type:oe.Q.SUCCESS,title:(0,c.sprintf)(/* translators: %s: Sign in with Google service name */ /* translators: %s: Sign in with Google service name */ (0,c.__)("You successfully set up %s!","google-site-kit"),(0,c._x)("Sign in with Google","Service name","google-site-kit")),description:(0,c.sprintf)(/* translators: %s: Sign in with Google service name */ /* translators: %s: Sign in with Google service name */ (0,c.__)("%s button was added to your site login page. You can customize the button appearance in settings.","google-site-kit"),(0,c._x)("Sign in with Google","Service name","google-site-kit")),dismissButton:{label:(0,c.__)("Maybe later","google-site-kit"),onClick:function(){i(void 0),n(void 0)}},ctaButton:{label:(0,c.__)("Customize settings","google-site-kit"),href:o}})})}SetupSuccessSubtleNotification.propTypes={id:v().string.isRequired,Notification:v().elementType.isRequired};function CompatibilityWarningSubtleNotification({id:e,Notification:t}){const i=(0,s.useSelect)(e=>e(m).getCompatibilityChecks()),n=(0,y.useMemo)(()=>i?.checks||{},[i]),o=(0,y.useMemo)(()=>R(n),[n]),r=(0,s.useSelect)(e=>e(u.O4).getAdminURL()),a=!!n.conflicting_plugins&&r?{label:(0,c.__)("Manage plugins","google-site-kit"),href:`${r}/plugins.php`}:void 0;return(0,z.jsx)(t,{children:(0,z.jsx)(ne.A,{notificationID:e,type:oe.Q.WARNING,title:(0,c.__)("Potential issues with Sign in with Google detected","google-site-kit"),description:o.map((e,t)=>(0,z.jsx)(L.A,{children:e},`${t}-${e}`)),dismissButton:{label:(0,c.__)("Dismiss","google-site-kit")},ctaButton:a})})}CompatibilityWarningSubtleNotification.propTypes={id:v().string.isRequired,Notification:v().elementType.isRequired};var ae=i(32091),le=i.n(ae),ce=i(22242),ge=i(47121);const ue=r().createModuleStore(j.a,{storeName:m,validateCanSubmitChanges:function(e){const t=(0,ge.WI)(e),{getClientID:i,getShape:s,getText:n,getTheme:o,haveSettingsChanged:r,isDoingSubmitChanges:a}=t(m);le()(!a(),ce.mV),le()(r(),ce.Wq);const l=i(),c=s(),g=n(),u=o();le()(l?.length,"clientID is required"),le()(_(l),"a valid clientID is required to submit changes"),le()(!!p.find(e=>e.value===c),`shape must be one of: ${p.map(e=>e.value).join(", ")}`),le()(!!I.find(e=>e.value===g),`text must be one of: ${I.map(e=>e.value).join(", ")}`),le()(!!M.find(e=>e.value===u),`theme must be one of: ${M.map(e=>e.value).join(", ")}`)},ownedSettingsSlugs:[],settingSlugs:["clientID","shape","text","theme","oneTapEnabled","showNextToCommentsEnabled"]});var de=i(54419);const me=(0,i(3687).U)({baseName:"getCompatibilityChecks",controlCallback:()=>(0,de.get)("modules","sign-in-with-google","compatibility-checks",null,{useCache:!1}),reducerCallback:(0,s.createReducer)((e,t)=>{e.compatibilityChecks=t})}),Me={compatibilityChecks:void 0},Ie={*getCompatibilityChecks(){void 0===(yield s.commonActions.getRegistry()).select(m).getCompatibilityChecks()&&(yield me.actions.fetchGetCompatibilityChecks())}},pe=(0,s.combineStores)(me,{initialState:Me,resolvers:Ie,selectors:{getCompatibilityChecks:e=>e.compatibilityChecks}}),he=(pe.initialState,pe.actions,pe.controls,pe.reducer,pe.resolvers,pe.selectors,pe);var Ne=i(44451),je=i(10523),ye=i.n(je);function fe(e){const{appname:t,sitename:i,siteorigin:s}=e;if(!t||!i||!s)return e;const n={...e};let o=i.replace(/^\d+/,"");if(o=o.replace(/[^a-zA-Z0-9\s-]/g," "),o=o.replace(/\s+/g," "),o=o.trim(),o.split(" ").join("").length<4)try{const e=new URL(s).hostname;o=`site-kit-siwg-${ye()(e)}`}catch(e){o=`site-kit-siwg-${ye()(s)}`}return o.length>30&&(o=o.substring(0,30),o=o.trimEnd()),n.sitename=o,n}const ke={selectors:{getServiceURL:(0,s.createRegistrySelector)(e=>(t,{path:i,query:s}={})=>{let n="https://developers.google.com/identity/site-kit";if(s&&(n=(0,Ne.F)(n,s)),i){n=`${n}#${`/${i.replace(/^\//,"")}`}`}const o=e(W.oR).getAccountChooserURL(n);if(void 0!==o)return o}),getServiceClientIDProvisioningURL:(0,s.createRegistrySelector)(e=>()=>{const t=e(u.O4).getSiteName(),i=e(u.O4).getHomeURL(),s={appname:t,sitename:t,siteorigin:i?new URL(i).origin:i};return e(m).getServiceURL({query:fe(s)})})}};function De(e){return(0,s.createRegistrySelector)(t=>()=>(t(m).getModuleData()||[])[e])}const be="RECEIVE_MODULE_DATA",Se={moduleData:{isWooCommerceActive:void 0,isWooCommerceRegistrationEnabled:void 0,existingClientID:void 0}},Te={receiveModuleData:e=>(le()(e,"moduleData is required."),{payload:e,type:be})},Ae=(0,s.createReducer)((e,t)=>{switch(t.type){case be:{const{isWooCommerceActive:i,isWooCommerceRegistrationEnabled:s,existingClientID:n}=t.payload;e.moduleData={isWooCommerceActive:i,isWooCommerceRegistrationEnabled:s,existingClientID:n};break}}});const xe={*getModuleData(){const e=yield s.commonActions.getRegistry(),t=yield s.commonActions.await(e.resolveSelect(d.i).getModuleInlineData(j.a));t&&(yield Te.receiveModuleData(t))},getExistingClientID:function*(){const{resolveSelect:e}=yield s.commonActions.getRegistry();yield s.commonActions.await(e(m).getModuleData())}},ve={getModuleData:e=>e.moduleData,getIsWooCommerceActive:De("isWooCommerceActive"),getIsWooCommerceRegistrationEnabled:De("isWooCommerceRegistrationEnabled"),getExistingClientID:De("existingClientID")},we={initialState:Se,actions:Te,controls:{},reducer:Ae,resolvers:xe,selectors:ve},_e=(0,s.combineStores)(ue,he,ke,we);_e.initialState,_e.actions,_e.controls,_e.reducer,_e.resolvers,_e.selectors;const Ce={"sign-in-with-google-setup-cta":{Component:SignInWithGoogleSetupCTABanner,priority:ie.FQ.SETUP_CTA_LOW,areaSlug:ie.bI.DASHBOARD_TOP,groupID:ie.He.SETUP_CTAS,viewContexts:[se.jU],checkRequirements:async({select:e,resolveSelect:t})=>{await Promise.all([t(d.i).getModules(),t(u.O4).getSiteInfo()]);if(e(d.i).isModuleConnected(j.a))return!1;const i=e(u.O4).getHomeURL();return!!(0,J.d)(i)},isDismissible:!0},"setup-success-notification-siwg":{Component:SetupSuccessSubtleNotification,areaSlug:ie.bI.DASHBOARD_TOP,viewContexts:[se.jU],checkRequirements:()=>{const e=(0,g.d)(location.href,"notification"),t=(0,g.d)(location.href,"slug");return"authentication_success"===e&&t===j.a}},"sign-in-with-google-compatibility-warning":{Component:CompatibilityWarningSubtleNotification,priority:ie.FQ.WARNING,areaSlug:ie.bI.HEADER,viewContexts:[se.jU,se.KK,se.f7],checkRequirements:async({select:e,resolveSelect:t})=>{await t(d.i).getModules();if(!e(d.i).isModuleConnected(j.a))return!1;const i=await t(m).getCompatibilityChecks(),s=i?.checks||{};return Object.keys(s).length>0},isDismissible:!0}};r().registerModule(j.a,{storeName:m,SettingsEditComponent:SettingsEdit,SettingsViewComponent:SettingsView,SetupComponent:SetupMain,onCompleteSetup:async(e,t)=>{const{submitChanges:i}=e.dispatch(m);(await i()).error||t()},Icon:k,features:[(0,c.__)("Users will no longer be able to sign in to your WordPress site using their Google Accounts","google-site-kit"),(0,c.__)("Users will not be able to create an account on your site using their Google Account (if account creation is enabled)","google-site-kit"),(0,c.__)("Existing users who have only used Sign in with Google to sign in to your site will need to use WordPress’ “Reset my password” to set a password for their account","google-site-kit")],overrideSetupSuccessNotification:!0,checkRequirements:async e=>{await e.resolveSelect(u.O4).getSiteInfo();const t=e.select(u.O4).getHomeURL();if(!(0,J.d)(t))throw{code:"non_https_site",message:(0,c.__)("The site should use HTTPS to set up Sign in with Google","google-site-kit"),data:null}}}),n().registerStore(m,_e),function(e){for(const[t,i]of Object.entries(Ce))e.registerNotification(t,i)}(l())},45472:(e,t,i)=>{i.d(t,{M:()=>s});const s="core/location"},46935:e=>{e.exports=googlesitekit.notifications},47121:(e,t,i)=>{i.d(t,{$C:()=>A,RF:()=>T,WI:()=>b,_5:()=>f,jU:()=>y,o3:()=>j,x0:()=>D});var s=i(32091),n=i.n(s),o=i(50532),r=i.n(o),a=i(17243),l=i(78913);const c="GET_REGISTRY",g="AWAIT";function u(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=k(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return n()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const d=u,m=u;function M(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,s={})=>t.reduce((e,t)=>t(e,s),e)}const I=u,p=u,h=u;function N(e){return e}function j(...e){const t=h(...e.map(e=>e.initialState||{}));return{initialState:t,controls:m(...e.map(e=>e.controls||{})),actions:d(...e.map(e=>e.actions||{})),reducer:M(t,...e.map(e=>e.reducer||N)),resolvers:I(...e.map(e=>e.resolvers||{})),selectors:p(...e.map(e=>e.selectors||{}))}}const y={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:g}}},f={[c]:(0,l.b)(e=>()=>e),[g]:({payload:e})=>e.value};function k(e){const t=[],i={};for(let s=0;s<e.length;s++){const n=e[s];i[n]=i[n]>=1?i[n]+1:1,i[n]>1&&t.push(n)}return t}const D={actions:y,controls:f,reducer:N};function b(e){return t=>S(e(t))}const S=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const s=e(...i);return n()(void 0!==s,`${t}(...) is not resolved`),s}));function T(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(s,...n)=>{const o=!t,r=!!t;try{return e(i,s,...n),o}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...s)=>{e(t,i,...s)})}}function A(e,t){return n()("function"==typeof e,"a validator function is required."),n()("function"==typeof t,"an action creator function is required."),n()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>s});const s={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var s=i(18117),n=i(17243),o=i(63696);function r(...e){const t=(0,s.MA)(()=>(0,n.debounce)(...e),e);return(0,o.useEffect)(()=>()=>t.cancel(),[t]),t}},53137:(e,t,i)=>{i.d(t,{FQ:()=>o,He:()=>a,bI:()=>r,rq:()=>n,ui:()=>s});const s="warning-notification-gtg",n="gtg-setup-cta",o={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54349:(e,t,i)=>{i.d(t,{A:()=>NoticeNotification});var s=i(80035),n=i(7070),o=i(50539),r=i(71423),a=i(55527),l=i(62688),c=i.n(l),g=i(62540);function NoticeNotification({notificationID:e,children:t,dismissButton:i,ctaButton:l,gaTrackingEventArgs:c,...u}){const d=(0,n.A)(e),{dismissNotification:m}=(0,o.useDispatch)(r.D);return(0,g.jsx)(a.xA,{children:(0,g.jsx)(a.fI,{children:(0,g.jsx)(a.fh,{size:12,alignMiddle:!0,children:(0,g.jsx)(s.A,{dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),d.dismiss(c?.label,c?.value),m(e,{...i?.dismissOptions||{}})}},ctaButton:{...l,onClick:async function(t){d.confirm(c?.label,c?.value),await(l?.onClick?.(t)),l?.dismissOnClick&&m(e,{...l?.dismissOptions})}},...u,children:t})})})})}NoticeNotification.propTypes={notificationID:c().string.isRequired,children:c().node,dismissButton:c().oneOfType([c().bool,c().object]),ctaButton:c().object,gaTrackingEventArgs:c().object}},54419:e=>{e.exports=googlesitekit.api},55527:(e,t,i)=>{i.d(t,{$z:()=>n.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>s.N,P3:()=>r.P,Si:()=>o.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var s=i(91046),n=i(3412),o=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>m,BT:()=>z,CQ:()=>T,DF:()=>H,GM:()=>S,GT:()=>N,HA:()=>R,HD:()=>d,HP:()=>C,J5:()=>P,JF:()=>x,JK:()=>p,Ml:()=>I,SS:()=>E,UF:()=>g,UY:()=>Z,Vl:()=>L,W6:()=>Y,Xq:()=>A,YQ:()=>v,Yw:()=>Q,dV:()=>_,dX:()=>b,ej:()=>c,em:()=>o,ep:()=>k,fu:()=>y,gC:()=>j,hz:()=>M,jx:()=>u,lV:()=>l,nH:()=>U,oR:()=>s,od:()=>a,p3:()=>h,pG:()=>D,qv:()=>n,qy:()=>w,t1:()=>W,t7:()=>B,tB:()=>f,tK:()=>G,u_:()=>O});const s="core/user",n="connected_url_mismatch",o="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",u="googlesitekit_view_dashboard",d="googlesitekit_manage_options",m="googlesitekit_read_shared_module_data",M="googlesitekit_manage_module_sharing_options",I="googlesitekit_delegate_module_sharing_management",p="googlesitekit_update_plugins",h="kmAnalyticsAdSenseTopEarningContent",N="kmAnalyticsEngagedTrafficSource",j="kmAnalyticsLeastEngagingPages",y="kmAnalyticsNewVisitors",f="kmAnalyticsPopularAuthors",k="kmAnalyticsPopularContent",D="kmAnalyticsPopularProducts",b="kmAnalyticsReturningVisitors",S="kmAnalyticsTopCities",T="kmAnalyticsTopCitiesDrivingLeads",A="kmAnalyticsTopCitiesDrivingAddToCart",x="kmAnalyticsTopCitiesDrivingPurchases",v="kmAnalyticsTopDeviceDrivingPurchases",w="kmAnalyticsTopConvertingTrafficSource",_="kmAnalyticsTopCountries",C="kmAnalyticsTopPagesDrivingLeads",z="kmAnalyticsTopRecentTrendingPages",E="kmAnalyticsTopTrafficSource",L="kmAnalyticsTopTrafficSourceDrivingAddToCart",O="kmAnalyticsTopTrafficSourceDrivingLeads",R="kmAnalyticsTopTrafficSourceDrivingPurchases",U="kmAnalyticsPagesPerVisit",P="kmAnalyticsVisitLength",G="kmAnalyticsTopReturningVisitorPages",B="kmSearchConsolePopularKeywords",Q="kmAnalyticsVisitsPerVisitor",Z="kmAnalyticsMostEngagingPages",W="kmAnalyticsTopCategories",Y=[h,N,j,y,f,k,D,b,W,S,T,A,x,v,w,_,z,E,L,U,P,G,Q,Z,W],H=[...Y,B]},59323:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),n=i.n(s),o=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...s}){const n=(0,o.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(n===o.mp?a.Kk:a.Yw),...s,children:i})}c.propTypes={type:n().oneOf(a.tT),size:n().oneOf(a.oJ)}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>o});const s=(0,i(63696).createContext)(""),{Consumer:n,Provider:o}=s,r=s},65214:(e,t,i)=>{i.d(t,{G:()=>n,t:()=>s});const s=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function n(e,t=s){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{i.d(t,{c:()=>r});var s=i(82871),n=i(97398),o=i(99897);function r(e="",t={}){const{slug:i="",name:r="",owner:a={}}=t||{};if(!i||!r)return e;let l="",c="";return o.L1===i?e.match(/account/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):n.Y===i&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,s.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,s.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),r)),a&&a.login&&(c=(0,s.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,s.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),c||(c=(0,s.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>u,SG:()=>g,db:()=>n,e4:()=>m,vl:()=>d});i(17243);var s=i(82871);const n="missing_required_scopes",o="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===n}function g(e){return[o,r].includes(e?.data?.reason)}function u(e){return!!e?.data?.reconnectURL}function d(e,t){return!(!t?.storeName||g(e)||c(e)||u(e))}function m(e){return e?.code===a?(0,s.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,s.__)("The server provided an invalid response","google-site-kit"):e?.message}},71032:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),n=i.n(s),o=i(63696),r=i(82871),a=i(77967),l=i(62540);class MediaErrorHandler extends o.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e})}render(){const{children:e,errorMessage:t}=this.props,{error:i}=this.state;return i?(0,l.jsx)(a.A,{message:t}):e}}MediaErrorHandler.defaultProps={errorMessage:(0,r.__)("Failed to load media","google-site-kit")},MediaErrorHandler.propTypes={children:n().node.isRequired,errorMessage:n().string.isRequired};const c=MediaErrorHandler},71423:(e,t,i)=>{i.d(t,{$:()=>o,D:()=>n});var s=i(24558);const n="core/notifications",o=[s.uR,s.jU,s.f7,s.Ax,s.Is]},71769:(e,t,i)=>{function s(e){return e.charAt(0).toUpperCase()+e.slice(1)}function n(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function o(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>o,m2:()=>s,sP:()=>n})},74595:(e,t,i)=>{i.d(t,{wA:()=>a.A,ws:()=>d.w,WM:()=>r.A});var s=i(29725),n=i(56805),o=i(78913),r=i(35470),a=i(63737),l=i(44319),c=i(31170),g=i(30043),u=i(66293),d=i(1102),m=i(47121),M=i(97241);const I=(0,s.I)({},i.g.wp?.data);I.combineStores=m.o3,I.commonActions=m.jU,I.commonControls=m._5,I.commonStore=m.x0,I.createReducer=function(e){return(0,M.Ay)(e)},I.useInViewSelect=d.w,I.controls=n.n,I.createRegistryControl=o.b,I.createRegistrySelector=o.N,I.useSelect=r.A,I.useDispatch=a.A,I.useRegistry=l.A,I.withSelect=c.A,I.withDispatch=g.A,I.RegistryProvider=u.Ay;const p=I;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=p},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>d,fI:()=>g});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:s,alignBottom:n,alignRight:o,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:u,smSize:d,smStart:m,smOrder:M,mdSize:I,mdStart:p,mdOrder:h,lgSize:N,lgStart:j,lgOrder:y,size:f,children:k,...D}=e;return(0,a.jsx)("div",{...D,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":s,"mdc-layout-grid__cell--align-bottom":n,"mdc-layout-grid__cell--align-right":o,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":u,[`mdc-layout-grid__cell--span-${f}`]:12>=f&&f>0,[`mdc-layout-grid__cell--span-${N}-desktop`]:12>=N&&N>0,[`mdc-layout-grid__cell--start-${j}-desktop`]:12>=j&&j>0,[`mdc-layout-grid__cell--order-${y}-desktop`]:12>=y&&y>0,[`mdc-layout-grid__cell--span-${I}-tablet`]:8>=I&&I>0,[`mdc-layout-grid__cell--start-${p}-tablet`]:8>=p&&p>0,[`mdc-layout-grid__cell--order-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--span-${d}-phone`]:4>=d&&d>0,[`mdc-layout-grid__cell--start-${m}-phone`]:4>=m&&m>0,[`mdc-layout-grid__cell--order-${M}-phone`]:4>=M&&M>0}),children:k})}Cell.propTypes={smSize:n().number,smStart:n().number,smOrder:n().number,mdSize:n().number,mdStart:n().number,mdOrder:n().number,lgSize:n().number,lgStart:n().number,lgOrder:n().number,size:n().number,alignTop:n().bool,alignMiddle:n().bool,alignBottom:n().bool,alignRight:n().bool,alignLeft:n().bool,smAlignRight:n().bool,mdAlignRight:n().bool,lgAlignRight:n().bool,className:n().string,children:n().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},s)=>(0,a.jsx)("div",{ref:s,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:n().string,children:n().node},c.defaultProps={className:""};const g=c,u=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:s,collapsed:n,...o},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":n,"mdc-layout-grid--fill":t}),...o,ref:l,children:s}));u.displayName="Grid",u.propTypes={alignLeft:n().bool,fill:n().bool,className:n().string,collapsed:n().bool,children:n().node},u.defaultProps={className:""};const d=u},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696),n=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,s.useContext)(n.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var s=i(62688),n=i.n(s),o=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),u=i(12850),d=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:s,message:n=t.message,noPrefix:m=!1,skipRetryMessage:M,hideIcon:I=!1}){const p=(0,l.useDispatch)(),h=(0,l.useSelect)(e=>s?e(s).getSelectorDataForError(t):null),N=(0,o.useCallback)(()=>{p(h.storeName).invalidateResolution(h.name,h.args)},[p,h]);if(!n||(0,c.G)(t))return null;const j=i&&(0,c.vl)(t,h);let y=n;i||M||(y=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),y)),m||(y=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),y));const f=t?.data?.reconnectURL;f&&(0,a.m)(f)&&(y=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),y,f));return(0,d.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,d.jsx)("span",{dangerouslySetInnerHTML:(0,u.p9)(y,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:j?{label:(0,r.__)("Retry","google-site-kit"),onClick:N}:void 0,hideIcon:I})}ErrorNotice.propTypes={className:n().string,error:n().shape({message:n().string}),hasButton:n().bool,storeName:n().string,message:n().string,noPrefix:n().bool,skipRetryMessage:n().bool,hideIcon:n().bool}},79829:(e,t,i)=>{i.d(t,{Eo:()=>u,JK:()=>I,K5:()=>M,jq:()=>m,mK:()=>g});var s=i(17243),n=i(50532),o=i.n(n),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:s}=function(e,t={}){const{hours:i,minutes:s,seconds:n}=l(e);return{hours:i,minutes:s,seconds:n,formatUnit(){const{unitDisplay:o="short",...a}=t,l={unitDisplay:o,...a,style:"unit"};return 0===e?m(n,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?m(n,{...l,unit:"second"}):"",s?m(s,{...l,unit:"minute"}):"",i?m(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),n);if(0===e)return t;const o=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),s),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?t:"",s?o:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return s()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,s.isPlainObject)(e)&&(t={...e}),t}function u(e,t={}){e=(0,s.isFinite)(e)?e:Number(e),(0,s.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:n="metric"}=i;return"metric"===n?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),m(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),m(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),m(c(e),e%10==0?{}:t)):m(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===n?a(e,i):"durationISO"===n?function(e){let{hours:t,minutes:i,seconds:s}=l(e);return s=("0"+s).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${s}`:`${t}:${i}:${s}`}(e):m(e,i)}const d=o()(console.warn);function m(e,t={}){const{locale:i=I(),...s}=t;try{return new Intl.NumberFormat(i,s).format(e)}catch(t){d(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(s)} ).format( ${typeof e} )`,t.message)}const n={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},o=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(s))n[e]&&t===n[e]||o.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function M(e,t={}){const{locale:i=I(),style:s="long",type:n="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:s,type:n}).format(e)} /* translators: used between list items, there is a space after the comma. */const o=(0,r.__)(", ","google-site-kit");return e.join(o)}function I(e=i.g){const t=(0,s.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>j});var s,n=i(62688),o=i.n(n),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var u=i(42343),d=i(49655),m=i(62540);const M={[d.Q.NEW]:u.A,[d.Q.SUCCESS]:c.A,[d.Q.INFO]:warning_notice,[d.Q.WARNING]:warning_notice,[d.Q.ERROR]:warning_notice};function Icon({type:e}){const t=M[e]||warning_notice;return(0,m.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,m.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,m.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:o().oneOf(Object.values(d.Q))},Title.propTypes={className:o().string,children:o().node},Description.propTypes={className:o().string,children:o().node};var I=i(49383),p=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:s,href:n,external:o,hideExternalIndicator:r}){let a;return o&&!r&&(a=(0,m.jsx)(p.A,{width:14,height:14})),(0,m.jsx)(I.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:s,href:n,target:o?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:o().string.isRequired,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,external:o().bool,hideExternalIndicator:o().bool};var h=i(82871);function DismissButton({label:e=(0,h.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,m.jsx)(I.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:o().string,onClick:o().func.isRequired,disabled:o().bool};const N=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:s,ctaButton:n,type:o=d.Q.INFO,children:r,hideIcon:l},c)=>(0,m.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${o}`,e),children:[!l&&(0,m.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,m.jsx)(Icon,{type:o})}),(0,m.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,m.jsx)(Title,{children:t}),i&&(0,m.jsx)(Description,{children:i})]}),(s?.label||s?.onClick||n?.label&&(n?.onClick||n?.href)||r)&&(0,m.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(s?.label||s?.onClick)&&(0,m.jsx)(DismissButton,{label:s.label,onClick:s.onClick,disabled:s.disabled}),n?.label&&(n?.onClick||n?.href)&&(0,m.jsx)(CTAButton,{label:n.label,onClick:n.onClick,inProgress:n.inProgress,disabled:n.disabled,href:n.href,external:n.external,hideExternalIndicator:n.hideExternalIndicator})]})]}));N.TYPES=d.Q,N.propTypes={className:o().string,title:o().oneOfType([o().string,o().object]),description:o().node,type:o().oneOf(Object.values(d.Q)),dismissButton:o().shape(DismissButton.propTypes),ctaButton:o().shape({...CTAButton.propTypes,label:o().string}),children:o().node,hideIcon:o().bool};const j=N},82046:(e,t,i)=>{i.d(t,{C:()=>o,p:()=>n});var s=i(15210);function n(e,t={}){return{__html:s.O.sanitize(e,t)}}function o(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var s=i(62688),n=i.n(s),o=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,o.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:n().node.isRequired,marginLeft:n().number,marginRight:n().number}},89318:(e,t,i)=>{i.d(t,{M9:()=>S,sx:()=>D,BI:()=>b});var s=i(17243);const n="_googlesitekitDataLayer",o="data-googlesitekit-gtag";function r(e){return function(){e[n]=e[n]||[],e[n].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:u,trackingID:d,referenceSiteURL:m,userIDHash:M,isAuthenticated:I,userRoles:p}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:h}=i.g,N={activeModules:c,trackingEnabled:u,trackingID:d,referenceSiteURL:m,userIDHash:M,isSiteKitScreen:g,userRoles:p,isAuthenticated:I,pluginVersion:h},{enableTracking:j,disableTracking:y,isTrackingEnabled:f,initializeSnippet:k,trackEvent:D,trackEventOnce:b}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const u=function(e,t){const s=r(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:u,userRoles:d=[],isAuthenticated:m,pluginVersion:M}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${o}]`)),l)return!1;l=!0;const r=d?.length?d.join(","):"";s("js",new Date),s("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:M||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:m?"1":"0",user_properties:{user_roles:r,user_identifier:u}});const I=t.createElement("script");return I.setAttribute(o,""),I.async=!0,I.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`,t.head.appendChild(I),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`}}}(g,t),d=function(e,t,i,s){const n=r(t);return async function(t,o,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){s.console.warn(`Tracking event "${o}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}n("event",o,{...c,event_callback:r}),s._gaUserPrefs?.ioo?.()&&r()})}}(g,t,u,c),m={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:u,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:d,trackEventOnce:function(...e){const t=JSON.stringify(e);m[t]||(m[t]=(0,s.once)(d)),m[t](...e)}}}(N);function S(e){e?j():y()}g&&u&&k()},91910:(e,t,i)=>{i.d(t,{a:()=>s});const s="sign-in-with-google"},92698:(e,t,i)=>{i.d(t,{A:()=>d});var s=i(63696),n=i(50539),o=i(93896),r=i(58116),a=i(37226),l=i(45472),c=i(21134),g=i(89318),u=i(77766);function d(e){const t=(0,u.A)(),i=(0,n.useSelect)(t=>t(a.i).getModule(e)),d=(0,n.useSelect)(e=>e(r.oR).hasCapability(r.HD)),{activateModule:m}=(0,n.useDispatch)(a.i),{navigateTo:M}=(0,n.useDispatch)(l.M),{setInternalServerError:I}=(0,n.useDispatch)(o.O4),p=(0,s.useCallback)(async()=>{const{error:i,response:s}=await m(e);i?I({id:`${e}-setup-error`,description:i.message}):(await(0,g.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),M(s.moduleReauthURL))},[m,e,M,I,t]);return i?.name&&d?p:null}},93896:(e,t,i)=>{i.d(t,{O4:()=>s,OQ:()=>o,qc:()=>n});const s="core/site",n="primary",o="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:s}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:s,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:n().string,invertColor:n().bool,width:n().number,height:n().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},97398:(e,t,i)=>{i.d(t,{Y:()=>s});const s="search-console"},99897:(e,t,i)=>{i.d(t,{A_:()=>g,DF:()=>d,L1:()=>m,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>o,ue:()=>n,wq:()=>s,xR:()=>u});const s=1,n=2,o=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",u="_r..nav",d="key-metrics-connect-ga4-cta-widget",m="analytics-4"}},e=>{e.O(0,[660],()=>{return t=43653,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-modules-tagmanager-5cccb7a1aa3b8068a19d.js 0000755 00000306772 15111634507 0020512 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[155],{2362:(e,t,n)=>{n.d(t,{A:()=>g});var i=n(4452),s=n.n(i),r=n(62688),o=n.n(r),a=n(63696),c=n(62540);const l=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:n=!1,...i},r)=>(0,c.jsx)("span",{ref:r,...i,className:s()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":n}),children:e}));l.displayName="Badge",l.propTypes={label:o().string.isRequired,hasLeftSpacing:o().bool};const g=l},2522:(e,t,n)=>{n.d(t,{D:()=>r});var i=n(32091),s=n.n(i);function r(e,{dateRangeLength:t}){s()(Array.isArray(e),"report must be an array to partition."),s()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const n=-1*t;return{currentRange:e.slice(n),compareRange:e.slice(2*n,n)}}},3170:(e,t,n)=>{n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,s=n(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22 19"},e),i||(i=s.createElement("path",{fill:"currentColor",d:"M0 19h22L11 0zm12-3h-2v-2h2zm0-4h-2V8h2z"})))},3687:(e,t,n)=>{n.d(t,{U:()=>h});var i=n(32091),s=n.n(i),r=n(17243),o=n(21125),a=n(71769),c=n(12850),l=n(50539);function g(e){return e}function u(){return{}}function d(){}const{clearError:m,receiveError:p}=o.o1;function h({baseName:e,controlCallback:t,reducerCallback:n=g,argsToParams:i=u,validateParams:o=d}){let h;s()(e,"baseName is required."),s()("function"==typeof t,"controlCallback is required and must be a function."),s()("function"==typeof n,"reducerCallback must be a function."),s()("function"==typeof i,"argsToParams must be a function."),s()("function"==typeof o,"validateParams must be a function.");try{o(i()),h=!1}catch(e){h=!0}const f=(0,a.m2)(e),y=(0,a.sP)(e),v=`FETCH_${y}`,_=`START_${v}`,S=`FINISH_${v}`,b=`CATCH_${v}`,A=`RECEIVE_${y}`,k=`fetch${f}`,C=`receive${f}`,x=`isFetching${f}`,w={[x]:{}};const N={[k](...t){const n=i(...t);return o(n),function*(t,n){let i,s;yield{payload:{params:t},type:_},yield m(e,n);try{i=yield{payload:{params:t},type:v},yield N[C](i,t),yield{payload:{params:t},type:S}}catch(i){s=i,yield p(s,e,n),yield{payload:{params:t},type:b}}return{response:i,error:s}}(n,t)},[C]:(e,t)=>(s()(void 0!==e,"response is required."),h?(s()((0,r.isPlainObject)(t),"params is required."),o(t)):t={},{payload:{response:e,params:t},type:A})},I={[v]:({payload:e})=>t(e.params)},T=(0,l.createReducer)((e,{type:t,payload:i})=>{switch(t){case _:{const{params:t}=i;return e[x]=e[x]||{},e[x][(0,c.Zm)(t)]=!0,e}case A:{const{response:t,params:s}=i;return n(e,t,s)}case S:{const{params:t}=i;return e[x]=e[x]||{},e[x][(0,c.Zm)(t)]=!1,e}case b:{const{params:t}=i;return e[x]=e[x]||{},e[x][(0,c.Zm)(t)]=!1,e}default:return e}});return{initialState:w,actions:N,controls:I,reducer:T,resolvers:{},selectors:{[x]:(e,...t)=>{if(void 0===e[x])return!1;let n;try{n=i(...t),o(n)}catch(e){return!1}return!!e[x][(0,c.Zm)(n)]}}}}},3714:(e,t,n)=>{n.d(t,{Kk:()=>r,SZ:()=>i,Yw:()=>o,oJ:()=>a,tT:()=>s});const i="body",s=[i,"display","headline","label","title"],r="small",o="medium",a=[r,o,"large"]},6464:(e,t,n)=>{n.d(t,{i:()=>o});var i=n(63696),s=n(11106),r=n(65214);function o(e){const t=(0,i.useContext)(s.A);return(0,r.G)(e,t)}},8143:(e,t,n)=>{n.d(t,{VZ:()=>r,dc:()=>o,pH:()=>s,r0:()=>a});var i=n(84024);function s(e){try{return new URL(e).pathname}catch{}return null}function r(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function o(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,i.m)(e))return e;if(e.length<=t)return e;const n=new URL(e),s=e.replace(n.origin,"");if(s.length<t)return s;const r=s.length-Math.floor(t)+1;return"…"+s.substr(r)}},11106:(e,t,n)=>{n.d(t,{A:()=>r});var i=n(63696),s=n(65214);const r=(0,i.createContext)(s.t)},11965:(e,t,n)=>{n.d(t,{N:()=>g,g:()=>u});var i=n(32091),s=n.n(i),r=n(17243),o=n(42926),a=n(84024),c=n(44451),l=n(93896);function g(e,t){const n=t.find(t=>t.test(e));return!!n&&n.exec(e)[1]}const u=(0,r.memoize)(async({homeURL:e,ampMode:t})=>{s()((0,a.m)(e),"homeURL must be valid URL");const n=[e];if(l.OQ===t)try{const e=await(0,o.A)({path:"/wp/v2/posts?per_page=1"}).then(e=>e.slice(0,1).map(e=>(0,c.F)(e.link,{amp:1})).pop());e&&n.push(e)}catch{return n}return n})},11997:(e,t,n)=>{function i(e,...t){return e.reduce((e,n,i)=>e+n+encodeURIComponent(t[i]||""),"")}n.d(t,{U:()=>i})},12850:(e,t,n)=>{n.d(t,{tt:()=>x,Jg:()=>C,Gp:()=>A,GH:()=>b,r0:()=>k,Du:()=>w,Zf:()=>H,Cn:()=>G,G7:()=>f,vH:()=>h,N_:()=>E,zh:()=>Z,mK:()=>g.mK,Ql:()=>N,vY:()=>M,sq:()=>T,VZ:()=>$.VZ,JK:()=>g.JK,IS:()=>j,pH:()=>$.pH,kf:()=>U,O5:()=>D,Qr:()=>I,x6:()=>F,K5:()=>g.K5,S_:()=>p,dc:()=>$.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>q.D,N9:()=>V,p9:()=>r.p,XH:()=>L,Zm:()=>c,sx:()=>s.sx,BI:()=>s.BI,CZ:()=>r.C,BG:()=>B});var i=n(17243),s=n(89318),r=n(82046),o=n(10523),a=n.n(o);function c(e){return a()(JSON.stringify(l(e)))}function l(e){const t={};return Object.keys(e).sort().forEach(n=>{let i=e[n];i&&"object"==typeof i&&!Array.isArray(i)&&(i=l(i)),t[n]=i}),t}var g=n(79829);function u(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function d(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function m(e){return e.replace(/\n/gi,"<br>")}function p(e){const t=[u,d,m];let n=e;for(const e of t)n=e(n);return n}function h(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var y=n(32091),v=n.n(y),_=n(82871);const S="Date param must construct to a valid date instance or be a valid date instance itself.",b="Invalid dateString parameter, it must be a string.",A='Invalid date range, it must be a string with the format "last-x-days".',k=60,C=60*k,x=24*C,w=7*x;function N(){function e(e){return(0,_.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,_._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function I(e=""){if(!(0,i.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,i.isDate)(t)&&!isNaN(t)}function T(e){v()((0,i.isDate)(e)&&!isNaN(e),S);const t=`${e.getMonth()+1}`,n=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,n.length<2?`0${n}`:n].join("-")}function L(e){v()(I(e),b);const[t,n,i]=e.split("-");return new Date(t,n-1,i)}function j(e,t){return T(E(e,t*x))}function D(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function E(e,t){v()(I(e)||(0,i.isDate)(e)&&!isNaN(e),b);const n=I(e)?Date.parse(e):e.getTime();return new Date(n-1e3*t)}var O=n(69743),R=n(94552),P=n(62540);function M(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:n=!1}=t;return(0,O.Ay)((0,P.jsx)(R.A,{direction:e>0?"up":"down",invertColor:n}))}function G(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var $=n(8143);function F(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function U(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function V(e){return Array.isArray(e)?[...e].sort():e}var q=n(2522);function H(e,t){function n(e){return"0"===e||0===e}if(n(e)&&n(t))return 0;if(n(e)||Number.isNaN(e))return null;const i=(t-e)/e;return Number.isNaN(i)||!Number.isFinite(i)?null:i}function B(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function Z(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,i.unescape)(t)}},13620:e=>{e.exports=googlesitekit.modules},15167:(e,t,n)=>{n.d(t,{A:()=>Typography});var i=n(62688),s=n.n(i),r=n(4452),o=n.n(r),a=n(3714),c=n(62540);function Typography({className:e,type:t,size:n,as:i="span",children:s,...r}){return(0,c.jsx)(i,{className:o()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${n}`]:n&&a.oJ.includes(n)}),...r,children:s})}Typography.propTypes={className:s().string,type:s().oneOf(a.tT),size:s().oneOf(a.oJ),as:s().oneOfType([s().string,s().elementType])}},15210:(e,t,n)=>{n.d(t,{O:()=>s});var i=n(31234);const s=n.n(i)()(n.g)},15577:(e,t,n)=>{n.d(t,{SO:()=>l});var i=n(55620),s=n(99123);const r={},o=void 0===n.g?null:n.g;function a(){return[n.g.innerWidth,n.g.innerHeight]}function c(e=r){const{fps:t,leading:n,initialWidth:c=0,initialHeight:l=0}=e,[g,u]=(0,i._)("undefined"==typeof document?[c,l]:a,t,n);function d(){return u(a)}return(0,s.A)(o,"resize",d),(0,s.A)(o,"orientationchange",d),g}function l(e){return c(e)[0]}},16834:(e,t,n)=>{n.d(t,{A:()=>c});var i=n(62688),s=n.n(i),r=n(4452),o=n.n(r),a=n(62540);function VisuallyHidden({className:e,children:t,...n}){return t?(0,a.jsx)("span",{...n,className:o()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:s().string,children:s().node},VisuallyHidden.defaultProps={className:""};const c=VisuallyHidden},17691:(e,t,n)=>{n.d(t,{A:()=>o,G:()=>r});var i=n(62688),s=n.n(i);const r=" ";function DisplaySetting({value:e}){return e||r}DisplaySetting.propTypes={value:s().oneOfType([s().string,s().bool,s().number])};const o=DisplaySetting},19793:(e,t,n)=>{n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,s=n(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),i||(i=s.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20898:(e,t,n)=>{n.d(t,{A:()=>I});var i,s=n(4452),r=n.n(s),o=n(62688),a=n.n(o),c=n(39941),l=n(63696),g=n(82871);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},u.apply(null,arguments)}const d=e=>l.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),i||(i=l.createElement("g",{fill:"none",fillRule:"evenodd"},l.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),l.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var m;function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},p.apply(null,arguments)}const h=e=>l.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),m||(m=l.createElement("g",{fill:"none",fillRule:"evenodd"},l.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),l.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var f;function y(){return y=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},y.apply(null,arguments)}const v=e=>l.createElement("svg",y({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),f||(f=l.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var _=n(83366),S=n(84385),b=n(62540);const A="BUTTON",k="BUTTON_DISABLED",C="EXTERNAL_LINK",x="LINK",w="ROUTER_LINK",N=(0,l.forwardRef)((e,t)=>{const{"aria-label":n,secondary:i=!1,arrow:s=!1,back:o=!1,caps:a=!1,children:l,className:u="",danger:m=!1,disabled:p=!1,external:f=!1,hideExternalIndicator:y=!1,href:N="",inverse:I=!1,noFlex:T=!1,onClick:L,small:j=!1,standalone:D=!1,linkButton:E=!1,to:O,leadingIcon:R,trailingIcon:P,...M}=e;const G=N||O||!L?O?w:f?C:x:p?k:A;const $=G===A||G===k?"button":G===w?c.N_:"a",F=function(){let e;return G===C&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),G===k&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?n?`${n} ${e}`:"string"==typeof l?`${l} ${e}`:void 0:n}();let U=R,V=P;return o&&(U=(0,b.jsx)(v,{width:14,height:14})),f&&!y&&(V=(0,b.jsx)(_.A,{width:14,height:14})),s&&!I&&(V=(0,b.jsx)(d,{width:14,height:14})),s&&I&&(V=(0,b.jsx)(h,{width:14,height:14})),(0,b.jsxs)($,{"aria-label":F,className:r()("googlesitekit-cta-link",u,{"googlesitekit-cta-link--secondary":i,"googlesitekit-cta-link--inverse":I,"googlesitekit-cta-link--small":j,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":m,"googlesitekit-cta-link--disabled":p,"googlesitekit-cta-link--standalone":D,"googlesitekit-cta-link--link-button":E,"googlesitekit-cta-link--no-flex":!!T}),disabled:p,href:G!==x&&G!==C||p?void 0:N,onClick:L,rel:G===C?"noopener noreferrer":void 0,ref:t,target:G===C?"_blank":void 0,to:O,...M,children:[!!U&&(0,b.jsx)(S.A,{marginRight:5,children:U}),(0,b.jsx)("span",{className:"googlesitekit-cta-link__contents",children:l}),!!V&&(0,b.jsx)(S.A,{marginLeft:5,children:V})]})});N.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const I=N},21125:(e,t,n)=>{n.d(t,{g4:()=>h,o1:()=>p});var i=n(78913),s=n(32091),r=n.n(s),o=n(10523),a=n.n(o),c=n(12850),l=n(50539);const g="RECEIVE_ERROR",u="CLEAR_ERROR",d="CLEAR_ERRORS";function m(e,t){if(t&&Array.isArray(t)){const n=t.map(e=>"object"==typeof e?(0,c.Zm)(e):e);return`${e}::${a()(JSON.stringify(n))}`}return e}const p={receiveError:(e,t,n=[])=>(r()(e,"error is required."),r()(t,"baseName is required."),r()(n&&Array.isArray(n),"args must be an array."),{type:g,payload:{error:e,baseName:t,args:n}}),clearError:(e,t=[])=>(r()(e,"baseName is required."),r()(t&&Array.isArray(t),"args must be an array."),{type:u,payload:{baseName:e,args:t}}),clearErrors:e=>({type:d,payload:{baseName:e}})};function h(e){r()(e,"storeName must be defined.");const t=(0,l.createReducer)((e,{type:t,payload:n})=>{switch(t){case g:{const{baseName:t,args:i,error:s}=n,r=m(t,i);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[r]=s,e.errorArgs[r]=i;break}case u:{const{baseName:t,args:i}=n,s=m(t,i);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[s],delete e.errorArgs[s];break}case d:{const{baseName:t}=n;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const n in e.errors)(n===t||n.startsWith(`${t}::`))&&(delete e.errors[n],delete e.errorArgs[n])}else e.errors={},e.errorArgs={};break}}}),n={getErrorForSelector:(e,t,i=[])=>(r()(t,"selectorName is required."),n.getError(e,t,i)),getErrorForAction:(e,t,i=[])=>(r()(t,"actionName is required."),n.getError(e,t,i)),getError(e,t,n){const{errors:i}=e;return r()(t,"baseName is required."),i[m(t,n)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const n=Object.keys(e.errors).find(n=>e.errors[n]===t);if(n){return{baseName:n.substring(0,n.indexOf("::")),args:e.errorArgs[n]}}return null},getSelectorDataForError:(0,i.N)(t=>function(n,i){const s=t(e).getMetaDataForError(i);if(s){const{baseName:n,args:i}=s;if(!!t(e)[n])return{storeName:e,name:n,args:i}}return null}),hasErrors:e=>n.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:p,controls:{},reducer:t,resolvers:{},selectors:n}}},21134:(e,t,n)=>{n.d(t,{Gq:()=>u,IL:()=>h,LD:()=>m,SO:()=>d,a2:()=>s,xD:()=>p});var i=n(12850);const s="googlesitekit_",r=`${s}1.165.0_${n.g._googlesitekitBaseData.storagePrefix}_`,o=["sessionStorage","localStorage"];let a,c=[...o];async function l(e){const t=n.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of c)a||await l(e)&&(a=n.g[e]);return void 0===a&&(a=null),a}async function u(e){const t=await g();if(t){const n=t.getItem(`${r}${e}`);if(n){const e=JSON.parse(n),{timestamp:t,ttl:i,value:s,isError:r}=e;if(t&&(!i||Math.round(Date.now()/1e3)-t<i))return{cacheHit:!0,value:s,isError:r}}}return{cacheHit:!1,value:void 0}}async function d(e,t,{ttl:s=i.Jg,timestamp:o=Math.round(Date.now()/1e3),isError:a=!1}={}){const c=await g();if(c)try{return c.setItem(`${r}${e}`,JSON.stringify({timestamp:o,ttl:s,value:t,isError:a})),!0}catch(e){return n.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(e){const t=await g();if(t)try{const n=e.startsWith(s)?e:`${r}${e}`;return t.removeItem(n),!0}catch(e){return n.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(){const e=await g();if(e)try{const t=[];for(let n=0;n<e.length;n++){const i=e.key(n);0===i.indexOf(s)&&t.push(i)}return t}catch(e){return n.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function h(){if(await g()){const e=await p();for(const t of e)await m(t);return!0}return!1}},22242:(e,t,n)=>{n.d(t,{B7:()=>A,FK:()=>b,JG:()=>_,VM:()=>k,Wq:()=>h,hk:()=>S,mV:()=>p});var i=n(32091),s=n.n(i),r=n(17243),o=n(54419),a=n(50539),c=n(47121),l=n(71769),g=n(3687),u=n(21125);const{clearError:d,receiveError:m}=u.o1,p="cannot submit changes while submitting changes",h="cannot submit changes if settings have not changed",f="SET_SETTINGS",y="ROLLBACK_SETTINGS",v="ROLLBACK_SETTING";function _(e,t,n,{ownedSettingsSlugs:i,storeName:u,settingSlugs:p=[],initialSettings:h,validateHaveSettingsChanged:_=k()}={}){s()(e,"type is required."),s()(t,"identifier is required."),s()(n,"datapoint is required.");const S=u||`${e}/${t}`,b={ownedSettingsSlugs:i,settings:h,savedSettings:void 0},A=(0,g.U)({baseName:"getSettings",controlCallback:()=>(0,o.get)(e,t,n,{},{useCache:!1}),reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t,...e.settings||{}}})}),C=(0,g.U)({baseName:"saveSettings",controlCallback:i=>{const{values:s}=i;return(0,o.set)(e,t,n,s)},reducerCallback:(0,a.createReducer)((e,t)=>{e.savedSettings={...t},e.settings={...t}}),argsToParams:e=>({values:e}),validateParams:({values:e}={})=>{s()((0,r.isPlainObject)(e),"values is required.")}}),x={},w={setSettings:e=>(s()((0,r.isPlainObject)(e),"values is required."),{payload:{values:e},type:f}),rollbackSettings:()=>({payload:{},type:y}),rollbackSetting:e=>(s()(e,"setting is required."),{payload:{setting:e},type:v}),*saveSettings(){const e=yield a.commonActions.getRegistry();yield d("saveSettings",[]);const t=e.select(S).getSettings(),{response:n,error:i}=yield C.actions.fetchSaveSettings(t);return i&&(yield m(i,"saveSettings",[])),{response:n,error:i}}},N=(0,a.createReducer)((e,{type:t,payload:n})=>{switch(t){case f:{const{values:t}=n;e.settings={...e.settings||{},...t};break}case y:e.settings=e.savedSettings;break;case v:{const{setting:t}=n;e.savedSettings[t]&&(e.settings={...e.settings||{},[t]:e.savedSettings[t]});break}default:void 0!==x[t]&&x[t](e,{type:t,payload:n})}}),I={*getSettings(){(yield a.commonActions.getRegistry()).select(S).getSettings()||(yield A.actions.fetchGetSettings())}},{safeSelector:T,dangerousSelector:L}=(0,c.RF)(_),j={haveSettingsChanged:T,__dangerousHaveSettingsChanged:L,getSettings:e=>e.settings,hasSettingChanged(e,t){s()(t,"setting is required.");const{settings:n,savedSettings:i}=e;return!(!n||!i)&&!(0,r.isEqual)(n[t],i[t])},isDoingSaveSettings:e=>Object.values(e.isFetchingSaveSettings).some(Boolean),getOwnedSettingsSlugs:e=>e.ownedSettingsSlugs,haveOwnedSettingsChanged:(0,a.createRegistrySelector)(e=>()=>{const t=e(S).getOwnedSettingsSlugs();return e(S).haveSettingsChanged(t)})};p.forEach(e=>{const t=(0,l.m2)(e),n=(0,l.sP)(e);w[`set${t}`]=e=>(s()(void 0!==e,`value is required for calls to set${t}().`),{payload:{value:e},type:`SET_${n}`}),x[`SET_${n}`]=(t,{payload:n})=>{const{value:i}=n;t.settings={...t.settings||{},[e]:i}},j[`get${t}`]=(0,a.createRegistrySelector)(t=>()=>(t(S).getSettings()||{})[e])});return{...(0,a.combineStores)(a.commonStore,A,C,{initialState:b,actions:w,controls:{},reducer:N,resolvers:I,selectors:j}),STORE_NAME:S}}function S(e,t){return async({select:n,dispatch:i})=>{if(n(t).haveSettingsChanged()){const{error:e}=await i(t).saveSettings();if(e)return{error:e}}return await(0,o.invalidateCache)("modules",e),{}}}function b(e){return({select:t,dispatch:n})=>t(e).haveSettingsChanged()?n(e).rollbackSettings():{}}function A(e){return t=>{const n=(0,c.WI)(t),{haveSettingsChanged:i,isDoingSubmitChanges:r}=n(e);s()(!r(),p),s()(i(),h)}}function k(){return(e,t,n)=>{const{settings:i,savedSettings:o}=t;n&&s()(!(0,r.isEqual)((0,r.pick)(i,n),(0,r.pick)(o,n)),h),s()(!(0,r.isEqual)(i,o),h)}}},24558:(e,t,n)=>{n.d(t,{Ax:()=>r,CZ:()=>g,Ej:()=>k,Gw:()=>C,Is:()=>o,KK:()=>d,Nn:()=>w,OT:()=>b,SH:()=>S,Y$:()=>m,ZS:()=>a,bg:()=>f,en:()=>A,ep:()=>h,f7:()=>s,hi:()=>p,jU:()=>i,k$:()=>v,kz:()=>x,ly:()=>c,mo:()=>y,s3:()=>_,uR:()=>l,zx:()=>u});const i="mainDashboard",s="entityDashboard",r="mainDashboardViewOnly",o="entityDashboardViewOnly",a="userInput",c="activation",l="splash",g="adminBar",u="adminBarViewOnly",d="settings",m="adBlockingRecovery",p="wpDashboard",h="wpDashboardViewOnly",f="moduleSetup",y="metricSelection",v="wpBlockEditor",_="keyMetricsSetup",S="key-metrics",b="traffic",A="content",k="speed",C="monetization",x=[i,s,r,o,a,l,d,f,y],w=[r,o,u,h]},27333:(e,t,n)=>{n.d(t,{A:()=>r});var i=n(35470),s=n(78340);function r(e,t){return(0,i.A)(n=>{const{getValue:i}=n(s.s);return i(e,t)},[e,t])}},30427:(e,t,n)=>{n.d(t,{A:()=>SettingsGroup});var i=n(62688),s=n.n(i),r=n(15167),o=n(62540);function SettingsGroup({title:e,children:t}){return(0,o.jsxs)("div",{className:"googlesitekit-module-settings-group",children:[(0,o.jsx)(r.A,{as:"h4",size:"medium",type:"title",children:e}),t]})}SettingsGroup.propTypes={title:s().string.isRequired,children:s().node.isRequired}},30679:(e,t,n)=>{n.d(t,{A:()=>StoreErrorNotices});var i=n(62688),s=n.n(i),r=n(50539),o=n(77967),a=n(37226),c=n(67150),l=n(65311),g=n(62540);function StoreErrorNotices({hasButton:e=!1,moduleSlug:t,storeName:n}){const i=(0,r.useSelect)(e=>e(n).getErrors()),s=(0,r.useSelect)(e=>e(a.i).getModule(t)),u=[];return i.filter(e=>!(!e?.message||u.includes(e.message))&&(u.push(e.message),!0)).map((t,i)=>{let{message:r}=t;return(0,c.SG)(t)&&(r=(0,l.c)(r,s)),(0,g.jsx)(o.A,{error:t,hasButton:e,storeName:n,message:r},i)})}StoreErrorNotices.propTypes={hasButton:s().bool,storeName:s().string.isRequired,moduleSlug:s().string}},31199:(e,t,n)=>{n.d(t,{d:()=>g});var i=n(32091),s=n.n(i),r=n(50539),o=n(93896),a=n(11965);const c="FETCH_GET_EXISTING_TAG",l="RECEIVE_GET_EXISTING_TAG";function g({storeName:e,isValidTag:t,tagMatchers:n}={}){s()("string"==typeof e&&e,"storeName is required."),s()("function"==typeof t,"isValidTag must be a function."),s()(Array.isArray(n),"tagMatchers must be an Array.");const i={existingTag:void 0},g={fetchGetExistingTag:()=>({payload:{},type:c}),receiveGetExistingTag:e=>(s()(null===e||"string"==typeof e,"existingTag must be a tag string or null."),{payload:{existingTag:t(e)?e:null},type:l})},u={[c]:(0,r.createRegistryControl)(e=>async()=>{const t=e.select(o.O4).getHomeURL(),i=e.select(o.O4).getAMPMode(),s=await(0,a.g)({homeURL:t,ampMode:i}),{getHTMLForURL:r}=e.resolveSelect(o.O4);for(const e of s){const t=await r(e),i=(0,a.N)(t,n);if(i)return i}return null})},d=(0,r.createReducer)((e,{type:t,payload:n})=>{switch(t){case l:{const{existingTag:t}=n;e.existingTag=t;break}}}),m={*getExistingTag(){const t=yield r.commonActions.getRegistry();if(void 0===t.select(e).getExistingTag()){const n=yield g.fetchGetExistingTag();t.dispatch(e).receiveGetExistingTag(n)}}},p={getExistingTag:e=>e.existingTag,hasExistingTag:(0,r.createRegistrySelector)(t=>()=>{const n=t(e).getExistingTag();if(void 0!==n)return!!n})};return{...{initialState:i,actions:g,controls:u,reducer:d,resolvers:m,selectors:p},STORE_NAME:e}}},32947:(e,t,n)=>{n.d(t,{Fo:()=>r,Lg:()=>o,Qb:()=>s,dv:()=>c,mp:()=>a});var i=n(15577);const s="xlarge",r="desktop",o="tablet",a="small";function c(){const e=(0,i.SO)();return e>1280?s:e>960?r:e>600?o:a}},37226:(e,t,n)=>{n.d(t,{U:()=>s,i:()=>i});const i="core/modules",s="insufficient_module_dependencies"},40127:(e,t,n)=>{function i(e,t,n=()=>!0){return"string"==typeof e?n(e):!("object"!=typeof e||!t(e))||!!Array.isArray(e)&&e.every(e=>"string"==typeof e?n(e):"object"==typeof e&&t(e))}function s({startDate:e,endDate:t}){const n=e&&e.match(/^\d{4}-\d{2}-\d{2}$/),i=t&&t.match(/^\d{4}-\d{2}-\d{2}$/);return n&&i}function r(e){function t(e){const t=e.hasOwnProperty("fieldName")&&!!e.fieldName,n=e.hasOwnProperty("sortOrder")&&/(ASCENDING|DESCENDING)/i.test(e.sortOrder.toString());return t&&n}return Array.isArray(e)?e.every(e=>"object"==typeof e&&t(e)):"object"==typeof e&&t(e)}function o(e){return"string"==typeof e||!!Array.isArray(e)&&e.every(e=>"string"==typeof e)}n.d(t,{G4:()=>r,O5:()=>s,cX:()=>i,cq:()=>o})},40761:(e,t,n)=>{n.d(t,{H:()=>i});const i="tagmanager"},41566:(e,t,n)=>{n.d(t,{A:()=>GoogleTagGatewayToggle});var i=n(4452),s=n.n(i),r=n(15844),o=n(63696),a=n(13606),c=n(82871),l=n(49383),g=n(50539),u=n(93896),d=n(2362),m=n(20898),p=n(77766),h=n(12850),f=n(61046),y=n(80035),v=n(62540);const _=(0,f.A)(y.A);function GoogleTagGatewayToggle({className:e}){const t=(0,p.A)(),n=(0,g.useSelect)(e=>e(u.O4).isGoogleTagGatewayEnabled()),i=(0,g.useSelect)(e=>e(u.O4).isFetchingGetGTGServerRequirementStatus()),f=(0,g.useSelect)(e=>{const{isGTGHealthy:t,isScriptAccessEnabled:n}=e(u.O4);return!1!==t()&&!1!==n()}),{fetchGetGTGServerRequirementStatus:S,setGoogleTagGatewayEnabled:b}=(0,g.useDispatch)(u.O4),A=(0,g.useSelect)(e=>e(u.O4).getDocumentationLinkURL("google-tag-gateway-introduction")),k=(0,g.useSelect)(e=>e(u.O4).getDocumentationLinkURL("google-tag-gateway-server-requirements"));(0,r.A)(S);const C=(0,o.useCallback)(()=>{const e=n?"deactivate_google_tag_gateway":"activate_google_tag_gateway";(0,h.sx)(`${t}_gtg-settings-toggle`,e).finally(()=>{b(!n)})},[n,b,t]);return(0,v.jsxs)("div",{className:s()("googlesitekit-google-tag-gateway-toggle",e),children:[i&&(0,v.jsx)(l.ProgressBar,{className:"googlesitekit-google-tag-gateway-toggle__progress",small:!0}),!i&&(0,v.jsxs)("div",{className:"googlesitekit-module-settings-group__switch",children:[(0,v.jsx)(l.Switch,{label:(0,c.__)("Google tag gateway for advertisers","google-site-kit"),checked:!!n&&f,disabled:!f,onClick:C,hideLabel:!1}),(0,v.jsx)("div",{className:"googlesitekit-google-tag-gateway-toggle__switch-badge",children:(0,v.jsx)(d.A,{className:"googlesitekit-badge--beta",label:(0,c.__)("Beta","google-site-kit"),hasLeftSpacing:!0})})]}),(0,v.jsx)("p",{className:"googlesitekit-module-settings-group__helper-text",children:(0,a.A)((0,c.__)("Your tag data will be sent through your own domain to improve data quality and help you recover measurement signals. <a>Learn more</a>","google-site-kit"),{a:(0,v.jsx)(m.A,{href:A,onClick:()=>{(0,h.sx)(`${t}_gtg-settings-toggle`,"click_learn_more_link")},"aria-label":(0,c.__)("Learn more about Google tag gateway for advertisers","google-site-kit"),external:!0})})}),!i&&!f&&(0,v.jsx)(_,{type:y.A.TYPES.WARNING,title:(0,a.A)((0,c.__)("Your server’s current settings prevent Google tag gateway for advertisers from working. To enable it, please contact your hosting provider and request access to external resources and plugin files. <a>Learn more</a>","google-site-kit"),{a:(0,v.jsx)(m.A,{href:k,onClick:()=>{(0,h.sx)(`${t}_gtg-settings-toggle-disabled`,"click_learn_more_link")},"aria-label":(0,c.__)("Learn more about Google tag gateway for advertisers server requirements","google-site-kit"),external:!0})}),variant:"warning",onInView:()=>{(0,h.sx)(`${t}_gtg-settings-toggle-disabled`,"view_notice")}})]})}},42343:(e,t,n)=>{n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,s=n(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),i||(i=s.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},42926:(e,t,n)=>{n.d(t,{A:()=>g});var i=n(19371),s=n(31638);const r=function(e){const t=Object.keys(e).reduce((t,n)=>(t[(0,s.getStablePath)(n)]=e[n],t),{});let n=!1;return(e,i)=>{if(n)return i(e);setTimeout(()=>{n=!0},3e3);const{parse:r=!0}=e,o=e.path;if("string"==typeof e.path){const n=e.method?.toUpperCase()||"GET",i=(0,s.getStablePath)(o);if(r&&"GET"===n&&t[i]){const e=Promise.resolve(t[i].body);return delete t[i],e}if("OPTIONS"===n&&t[n]&&t[n][i]){const e=Promise.resolve(t[n][i]);return delete t[n][i],e}}return i(e)}},{nonce:o,nonceEndpoint:a,preloadedData:c,rootURL:l}=n.g._googlesitekitAPIFetchData||{};i.default.nonceEndpoint=a,i.default.nonceMiddleware=i.default.createNonceMiddleware(o),i.default.rootURLMiddleware=i.default.createRootURLMiddleware(l),i.default.preloadingMiddleware=r(c),i.default.use(i.default.nonceMiddleware),i.default.use(i.default.mediaUploadMiddleware),i.default.use(i.default.rootURLMiddleware),i.default.use(i.default.preloadingMiddleware);const g=i.default},45472:(e,t,n)=>{n.d(t,{M:()=>i});const i="core/location"},47121:(e,t,n)=>{n.d(t,{$C:()=>N,RF:()=>w,WI:()=>C,_5:()=>b,jU:()=>S,o3:()=>_,x0:()=>k});var i=n(32091),s=n.n(i),r=n(50532),o=n.n(r),a=n(17243),c=n(78913);const l="GET_REGISTRY",g="AWAIT";function u(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),n=A(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return s()(0===n.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${n.join(", ")}. Check your data stores for duplicates.`),t}const d=u,m=u;function p(...e){const t=[...e];let n;return"function"!=typeof t[0]&&(n=t.shift()),(e=n,i={})=>t.reduce((e,t)=>t(e,i),e)}const h=u,f=u,y=u;function v(e){return e}function _(...e){const t=y(...e.map(e=>e.initialState||{}));return{initialState:t,controls:m(...e.map(e=>e.controls||{})),actions:d(...e.map(e=>e.actions||{})),reducer:p(t,...e.map(e=>e.reducer||v)),resolvers:h(...e.map(e=>e.resolvers||{})),selectors:f(...e.map(e=>e.selectors||{}))}}const S={getRegistry:()=>({payload:{},type:l}),*await(e){return{payload:{value:e},type:g}}},b={[l]:(0,c.b)(e=>()=>e),[g]:({payload:e})=>e.value};function A(e){const t=[],n={};for(let i=0;i<e.length;i++){const s=e[i];n[s]=n[s]>=1?n[s]+1:1,n[s]>1&&t.push(s)}return t}const k={actions:S,controls:b,reducer:v};function C(e){return t=>x(e(t))}const x=o()(e=>(0,a.mapValues)(e,(e,t)=>(...n)=>{const i=e(...n);return s()(void 0!==i,`${t}(...) is not resolved`),i}));function w(e,{negate:t=!1}={}){return{safeSelector:(0,c.N)(n=>(i,...s)=>{const r=!t,o=!!t;try{return e(n,i,...s),r}catch{return o}}),dangerousSelector:(0,c.N)(t=>(n,...i)=>{e(t,n,...i)})}}function N(e,t){return s()("function"==typeof e,"a validator function is required."),s()("function"==typeof t,"an action creator function is required."),s()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...n)=>(e(...n),t(...n))}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,n)=>{n.d(t,{Q:()=>i});const i={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},53137:(e,t,n)=>{n.d(t,{FQ:()=>r,He:()=>a,bI:()=>o,rq:()=>s,ui:()=>i});const i="warning-notification-gtg",s="gtg-setup-cta",r={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},o={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54419:e=>{e.exports=googlesitekit.api},58116:(e,t,n)=>{n.d(t,{$8:()=>o,$Q:()=>m,BT:()=>E,CQ:()=>w,DF:()=>Z,GM:()=>x,GT:()=>v,HA:()=>M,HD:()=>d,HP:()=>D,J5:()=>$,JF:()=>I,JK:()=>f,Ml:()=>h,SS:()=>O,UF:()=>g,UY:()=>q,Vl:()=>R,W6:()=>B,Xq:()=>N,YQ:()=>T,Yw:()=>V,dV:()=>j,dX:()=>C,ej:()=>l,em:()=>r,ep:()=>A,fu:()=>S,gC:()=>_,hz:()=>p,jx:()=>u,lV:()=>c,nH:()=>G,oR:()=>i,od:()=>a,p3:()=>y,pG:()=>k,qv:()=>s,qy:()=>L,t1:()=>H,t7:()=>U,tB:()=>b,tK:()=>F,u_:()=>P});const i="core/user",s="connected_url_mismatch",r="__global",o="temporary_persist_permission_error",a="adblocker_active",c=["weekly","monthly","quarterly"],l="googlesitekit_authenticate",g="googlesitekit_setup",u="googlesitekit_view_dashboard",d="googlesitekit_manage_options",m="googlesitekit_read_shared_module_data",p="googlesitekit_manage_module_sharing_options",h="googlesitekit_delegate_module_sharing_management",f="googlesitekit_update_plugins",y="kmAnalyticsAdSenseTopEarningContent",v="kmAnalyticsEngagedTrafficSource",_="kmAnalyticsLeastEngagingPages",S="kmAnalyticsNewVisitors",b="kmAnalyticsPopularAuthors",A="kmAnalyticsPopularContent",k="kmAnalyticsPopularProducts",C="kmAnalyticsReturningVisitors",x="kmAnalyticsTopCities",w="kmAnalyticsTopCitiesDrivingLeads",N="kmAnalyticsTopCitiesDrivingAddToCart",I="kmAnalyticsTopCitiesDrivingPurchases",T="kmAnalyticsTopDeviceDrivingPurchases",L="kmAnalyticsTopConvertingTrafficSource",j="kmAnalyticsTopCountries",D="kmAnalyticsTopPagesDrivingLeads",E="kmAnalyticsTopRecentTrendingPages",O="kmAnalyticsTopTrafficSource",R="kmAnalyticsTopTrafficSourceDrivingAddToCart",P="kmAnalyticsTopTrafficSourceDrivingLeads",M="kmAnalyticsTopTrafficSourceDrivingPurchases",G="kmAnalyticsPagesPerVisit",$="kmAnalyticsVisitLength",F="kmAnalyticsTopReturningVisitorPages",U="kmSearchConsolePopularKeywords",V="kmAnalyticsVisitsPerVisitor",q="kmAnalyticsMostEngagingPages",H="kmAnalyticsTopCategories",B=[y,v,_,S,b,A,k,C,H,x,w,N,I,T,L,j,E,O,R,G,$,F,V,q,H],Z=[...B,U]},59323:(e,t,n)=>{n.d(t,{A:()=>l});var i=n(62688),s=n.n(i),r=n(32947),o=n(15167),a=n(3714),c=n(62540);function l({type:e=a.SZ,size:t,children:n,...i}){const s=(0,r.dv)();return(0,c.jsx)(o.A,{as:"p",type:e,size:t||(s===r.mp?a.Kk:a.Yw),...i,children:n})}l.propTypes={type:s().oneOf(a.tT),size:s().oneOf(a.oJ)}},59834:(e,t,n)=>{n.d(t,{A:()=>AccessibleWarningIcon});var i=n(62688),s=n.n(i),r=n(63696),o=n(82871),a=n(16834),c=n(3170),l=n(62540);function AccessibleWarningIcon({height:e=12,screenReaderText:t=(0,o.__)("Error","google-site-kit"),width:n=14}){return(0,l.jsxs)(r.Fragment,{children:[(0,l.jsx)(a.A,{children:t}),(0,l.jsx)(c.A,{width:n,height:e})]})}AccessibleWarningIcon.propTypes={height:s().number,screenReaderText:s().string,width:s().number}},61046:(e,t,n)=>{n.d(t,{A:()=>c});var i=n(63560),s=n(62688),r=n.n(s),o=n(63696),a=n(62540);function c(e){function WithIntersectionObserverComponent({onInView:t,...n}){const s=(0,o.useRef)(),r=(0,i.A)(s,{root:null,threshold:.45}),[c,l]=(0,o.useState)(!1),g=!!r?.isIntersecting&&!!r?.intersectionRatio;return(0,o.useEffect)(()=>{r&&g&&!c&&(t(),l(!0))},[c,g,r,t]),(0,a.jsx)(e,{ref:s,...n})}return WithIntersectionObserverComponent.displayName="WithIntersectionObserverComponent",(e.displayName||e.name)&&(WithIntersectionObserverComponent.displayName+=`(${e.displayName||e.name})`),WithIntersectionObserverComponent.propTypes={onInView:r().func.isRequired,...e.propTypes},WithIntersectionObserverComponent}},61991:(e,t,n)=>{n.d(t,{Ay:()=>o,Kq:()=>r});const i=(0,n(63696).createContext)(""),{Consumer:s,Provider:r}=i,o=i},64067:(e,t,n)=>{n.d(t,{P9:()=>y,k:()=>p,mR:()=>f});var i=n(32091),s=n.n(i),r=n(17243),o=n(50539),a=n.n(o),c=n(21134),l=n(12850);const g="CREATE_SNAPSHOT",u="DELETE_SNAPSHOT",d="RESTORE_SNAPSHOT",m="SET_STATE_FROM_SNAPSHOT";function p(e,{keysToSnapshot:t}={}){s()(e,"storeName is required to create a snapshot store.");const n={},i={*deleteSnapshot(){return yield{payload:{},type:u}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:n,value:i}=yield{payload:{},type:d};return n&&(yield{payload:{snapshot:i},type:m},t&&(yield{payload:{},type:u})),n},*createSnapshot(){return yield{payload:{},type:g}}},a={[u]:()=>(0,c.LD)(`datastore::cache::${e}`),[g]:(0,o.createRegistryControl)(n=>()=>{const i=n.stores[e].store.getState(),s=t?.length>0?(0,r.pick)(i,t):i;return(0,c.SO)(`datastore::cache::${e}`,s)}),[d]:()=>(0,c.Gq)(`datastore::cache::${e}`,l.Jg)};return{initialState:n,actions:i,controls:a,reducer:function(e=n,{type:i,payload:s}){if(i===m){const{snapshot:n}=s,{error:i,...r}=n;return t?.length>0?{...e,...r}:r}return e}}}function h(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function f(e=a()){return Promise.all(h(e).map(e=>e.getActions().createSnapshot()))}function y(e=a()){return Promise.all(h(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,n)=>{n.d(t,{G:()=>s,t:()=>i});const i=new Set(n.g?._googlesitekitBaseData?.enabledFeatures||[]);function s(e,t=i){return t instanceof Set&&t.has(e)}},65311:(e,t,n)=>{n.d(t,{c:()=>o});var i=n(82871),s=n(97398),r=n(99897);function o(e="",t={}){const{slug:n="",name:o="",owner:a={}}=t||{};if(!n||!o)return e;let c="",l="";return r.L1===n?e.match(/account/i)?c=(0,i.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?c=(0,i.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(c=(0,i.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):s.Y===n&&(c=(0,i.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),c||(c=(0,i.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,i.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),o)),a&&a.login&&(l=(0,i.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,i.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),l||(l=(0,i.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${c} ${l}`}},67150:(e,t,n)=>{n.d(t,{G:()=>l,HY:()=>u,SG:()=>g,db:()=>s,e4:()=>m,vl:()=>d});n(17243);var i=n(82871);const s="missing_required_scopes",r="insufficientPermissions",o="forbidden",a="internal_server_error",c="invalid_json";function l(e){return e?.code===s}function g(e){return[r,o].includes(e?.data?.reason)}function u(e){return!!e?.data?.reconnectURL}function d(e,t){return!(!t?.storeName||g(e)||l(e)||u(e))}function m(e){return e?.code===a?(0,i.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===c?(0,i.__)("The server provided an invalid response","google-site-kit"):e?.message}},68326:(e,t,n)=>{n.d(t,{A:()=>o});var i=n(50532),s=n.n(i),r=n(17243);const o=s()(({metrics:e,dimensions:t,...n}={})=>({metrics:a(e),dimensions:c(t),...n}));function a(e){return(0,r.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,r.isPlainObject)(e))}function c(e){return(0,r.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,r.isPlainObject)(e))}},71423:(e,t,n)=>{n.d(t,{$:()=>r,D:()=>s});var i=n(24558);const s="core/notifications",r=[i.uR,i.jU,i.f7,i.Ax,i.Is]},71564:(e,t,n)=>{n.d(t,{G4:()=>l,Ig:()=>r,Q3:()=>c,a2:()=>o,wA:()=>a});var i=n(17243),s=n(40127);function r(e){function t(e){return"string"==typeof e&&/^[a-zA-Z0-9_]+$/.test(e)}if("string"==typeof e){return e.split(",").every(t)}return(0,s.cX)(e,e=>{const n=e.hasOwnProperty("name")&&t(e.name);if(!e.hasOwnProperty("expression"))return n;const i="string"==typeof e.expression;return n&&i},t)}function o(e){return(0,s.cX)(e,e=>e.hasOwnProperty("name")&&"string"==typeof e.name)}function a(e){const t=["string"];return Object.keys(e).every(n=>{if(t.includes(typeof e[n]))return!0;if(Array.isArray(e[n]))return e[n].every(e=>t.includes(typeof e));if((0,i.isPlainObject)(e[n])){const t=Object.keys(e[n]);return!!t.includes("filterType")&&!("emptyFilter"!==e[n].filterType&&!t.includes("value"))}return!1})}function c(e){const t=["string"],n=["numericFilter","betweenFilter"];return Object.values(e).every(e=>{if(t.includes(typeof e))return!0;if(Array.isArray(e))return e.every(e=>t.includes(typeof e));if(!(0,i.isPlainObject)(e))return!1;const{filterType:s,value:r,fromValue:o,toValue:a}=e;if(s&&!n.includes(s))return!1;const c=Object.keys(e);return s&&"numericFilter"!==s?"betweenFilter"===s&&(c.includes("fromValue")&&c.includes("toValue")&&[o,a].every(e=>!(0,i.isPlainObject)(e)||"int64Value"in e)):c.includes("operation")&&c.includes("value")&&(!(0,i.isPlainObject)(r)||"int64Value"in r)})}function l(e){return!!Array.isArray(e)&&e.every(e=>!!(0,i.isPlainObject)(e)&&((!e.hasOwnProperty("desc")||"boolean"==typeof e.desc)&&(e.metric?!e.dimension&&"string"==typeof e.metric?.metricName:!!e.dimension&&"string"==typeof e.dimension?.dimensionName)))}},71769:(e,t,n)=>{function i(e){return e.charAt(0).toUpperCase()+e.slice(1)}function s(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function r(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}n.d(t,{Uf:()=>r,m2:()=>i,sP:()=>s})},72455:(e,t,n)=>{n.d(t,{CV:()=>N,Cu:()=>A,K9:()=>i,Kr:()=>h,Lf:()=>m,Oh:()=>o,PW:()=>w,Rx:()=>D,S9:()=>f,TQ:()=>u,Vt:()=>L,Wl:()=>S,ZC:()=>s,ZY:()=>a,_p:()=>j,ag:()=>p,aj:()=>d,bz:()=>I,dq:()=>T,f2:()=>l,fB:()=>x,fV:()=>C,iB:()=>g,kc:()=>c,mo:()=>v,nc:()=>k,rm:()=>b,to:()=>r,wo:()=>y,yn:()=>_});const i="modules/analytics-4",s="account_create",r="property_create",o="webdatastream_create",a="analyticsSetup",c=10,l=1,g="https://www.googleapis.com/auth/tagmanager.readonly",u="enhanced-measurement-form",d="enhanced-measurement-enabled",m="enhanced-measurement-should-dismiss-activation-banner",p="analyticsAccountCreate",h="analyticsCustomDimensionsCreate",f="https://www.googleapis.com/auth/analytics.edit",y="dashboardAllTrafficWidgetDimensionName",v="dashboardAllTrafficWidgetDimensionColor",_="dashboardAllTrafficWidgetDimensionValue",S="dashboardAllTrafficWidgetActiveRowIndex",b="dashboardAllTrafficWidgetLoaded",A={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},k={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},C=[k.CONTACT,k.GENERATE_LEAD,k.SUBMIT_LEAD_FORM],x={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},w="audiencePermissionsSetup",N="audienceTileCustomDimensionCreate",I="audience-selection-panel-expirable-new-badge-",T="audience",L="customDimension",j="property",D=[T,L,j]},77766:(e,t,n)=>{n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i=n(63696),s=n(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,i.useContext)(s.Ay)}},77967:(e,t,n)=>{n.d(t,{A:()=>ErrorNotice});var i=n(62688),s=n.n(i),r=n(63696),o=n(82871),a=n(84024),c=n(50539),l=n(67150),g=n(80035),u=n(12850),d=n(62540);function ErrorNotice({className:e,error:t,hasButton:n=!1,storeName:i,message:s=t.message,noPrefix:m=!1,skipRetryMessage:p,hideIcon:h=!1}){const f=(0,c.useDispatch)(),y=(0,c.useSelect)(e=>i?e(i).getSelectorDataForError(t):null),v=(0,r.useCallback)(()=>{f(y.storeName).invalidateResolution(y.name,y.args)},[f,y]);if(!s||(0,l.G)(t))return null;const _=n&&(0,l.vl)(t,y);let S=s;n||p||(S=(0,o.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,o.__)("%s (Please try again.)","google-site-kit"),S)),m||(S=(0,o.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,o.__)("Error: %s","google-site-kit"),S));const b=t?.data?.reconnectURL;b&&(0,a.m)(b)&&(S=(0,o.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,o.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),S,b));return(0,d.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,d.jsx)("span",{dangerouslySetInnerHTML:(0,u.p9)(S,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:_?{label:(0,o.__)("Retry","google-site-kit"),onClick:v}:void 0,hideIcon:h})}ErrorNotice.propTypes={className:s().string,error:s().shape({message:s().string}),hasButton:s().bool,storeName:s().string,message:s().string,noPrefix:s().bool,skipRetryMessage:s().bool,hideIcon:s().bool}},78340:(e,t,n)=>{n.d(t,{s:()=>i});const i="core/forms"},79829:(e,t,n)=>{n.d(t,{Eo:()=>u,JK:()=>h,K5:()=>p,jq:()=>m,mK:()=>g});var i=n(17243),s=n(50532),r=n.n(s),o=n(82871);function a(e,t={}){const{formatUnit:n,formatDecimal:i}=function(e,t={}){const{hours:n,minutes:i,seconds:s}=c(e);return{hours:n,minutes:i,seconds:s,formatUnit(){const{unitDisplay:r="short",...a}=t,c={unitDisplay:r,...a,style:"unit"};return 0===e?m(s,{...c,unit:"second"}):(0,o.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,o._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?m(s,{...c,unit:"second"}):"",i?m(i,{...c,unit:"minute"}):"",n?m(n,{...c,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,o.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,o.__)("%ds","google-site-kit"),s);if(0===e)return t;const r=(0,o.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,o.__)("%dm","google-site-kit"),i),a=(0,o.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,o.__)("%dh","google-site-kit"),n);return(0,o.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,o._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?t:"",i?r:"",n?a:"").trim()}}}(e,t);try{return n()}catch{return i()}}function c(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function l(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,i.isPlainObject)(e)&&(t={...e}),t}function u(e,t={}){e=(0,i.isFinite)(e)?e:Number(e),(0,i.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const n=g(t),{style:s="metric"}=n;return"metric"===s?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,o.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,o.__)("%sM","google-site-kit"),m(l(e),e%10==0?{}:t)):1e4<=e?(0,o.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,o.__)("%sK","google-site-kit"),m(l(e))):1e3<=e?(0,o.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,o.__)("%sK","google-site-kit"),m(l(e),e%10==0?{}:t)):m(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===s?a(e,n):"durationISO"===s?function(e){let{hours:t,minutes:n,seconds:i}=c(e);return i=("0"+i).slice(-2),n=("0"+n).slice(-2),t=("0"+t).slice(-2),"00"===t?`${n}:${i}`:`${t}:${n}:${i}`}(e):m(e,n)}const d=r()(console.warn);function m(e,t={}){const{locale:n=h(),...i}=t;try{return new Intl.NumberFormat(n,i).format(e)}catch(t){d(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(n)}, ${JSON.stringify(i)} ).format( ${typeof e} )`,t.message)}const s={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},r=["signDisplay","compactDisplay"],o={};for(const[e,t]of Object.entries(i))s[e]&&t===s[e]||r.includes(e)||(o[e]=t);try{return new Intl.NumberFormat(n,o).format(e)}catch{return new Intl.NumberFormat(n).format(e)}}function p(e,t={}){const{locale:n=h(),style:i="long",type:s="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(n,{style:i,type:s}).format(e)} /* translators: used between list items, there is a space after the comma. */const r=(0,o.__)(", ","google-site-kit");return e.join(r)}function h(e=n.g){const t=(0,i.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,n)=>{n.d(t,{A:()=>_});var i,s=n(62688),r=n.n(s),o=n(4452),a=n.n(o),c=n(63696),l=n(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},g.apply(null,arguments)}const warning_notice=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),i||(i=c.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var u=n(42343),d=n(49655),m=n(62540);const p={[d.Q.NEW]:u.A,[d.Q.SUCCESS]:l.A,[d.Q.INFO]:warning_notice,[d.Q.WARNING]:warning_notice,[d.Q.ERROR]:warning_notice};function Icon({type:e}){const t=p[e]||warning_notice;return(0,m.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,m.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,m.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:r().oneOf(Object.values(d.Q))},Title.propTypes={className:r().string,children:r().node},Description.propTypes={className:r().string,children:r().node};var h=n(49383),f=n(83366);function CTAButton({label:e,disabled:t,inProgress:n,onClick:i,href:s,external:r,hideExternalIndicator:o}){let a;return r&&!o&&(a=(0,m.jsx)(f.A,{width:14,height:14})),(0,m.jsx)(h.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:n,onClick:i,href:s,target:r?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:r().string.isRequired,disabled:r().bool,inProgress:r().bool,onClick:r().func,href:r().string,external:r().bool,hideExternalIndicator:r().bool};var y=n(82871);function DismissButton({label:e=(0,y.__)("Got it","google-site-kit"),onClick:t,disabled:n}){return(0,m.jsx)(h.Button,{onClick:t,disabled:n,tertiary:!0,children:e})}DismissButton.propTypes={label:r().string,onClick:r().func.isRequired,disabled:r().bool};const v=(0,c.forwardRef)(({className:e,title:t,description:n,dismissButton:i,ctaButton:s,type:r=d.Q.INFO,children:o,hideIcon:c},l)=>(0,m.jsxs)("div",{ref:l,className:a()("googlesitekit-notice",`googlesitekit-notice--${r}`,e),children:[!c&&(0,m.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,m.jsx)(Icon,{type:r})}),(0,m.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,m.jsx)(Title,{children:t}),n&&(0,m.jsx)(Description,{children:n})]}),(i?.label||i?.onClick||s?.label&&(s?.onClick||s?.href)||o)&&(0,m.jsxs)("div",{className:"googlesitekit-notice__action",children:[o,(i?.label||i?.onClick)&&(0,m.jsx)(DismissButton,{label:i.label,onClick:i.onClick,disabled:i.disabled}),s?.label&&(s?.onClick||s?.href)&&(0,m.jsx)(CTAButton,{label:s.label,onClick:s.onClick,inProgress:s.inProgress,disabled:s.disabled,href:s.href,external:s.external,hideExternalIndicator:s.hideExternalIndicator})]})]}));v.TYPES=d.Q,v.propTypes={className:r().string,title:r().oneOfType([r().string,r().object]),description:r().node,type:r().oneOf(Object.values(d.Q)),dismissButton:r().shape(DismissButton.propTypes),ctaButton:r().shape({...CTAButton.propTypes,label:r().string}),children:r().node,hideIcon:r().bool};const _=v},82046:(e,t,n)=>{n.d(t,{C:()=>r,p:()=>s});var i=n(15210);function s(e,t={}){return{__html:i.O.sanitize(e,t)}}function r(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,n)=>{n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,s=n(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),i||(i=s.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,n)=>{n.d(t,{A:()=>IconWrapper});var i=n(62688),s=n.n(i),r=n(62540);function IconWrapper({children:e,marginLeft:t,marginRight:n}){return(0,r.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:n},children:e})}IconWrapper.propTypes={children:s().node.isRequired,marginLeft:s().number,marginRight:s().number}},87388:(e,t,n)=>{n.d(t,{A:()=>SettingsStatuses});var i=n(62688),s=n.n(i),r=n(82871),o=n(49383),a=n(15167),c=n(62540);function SettingsStatuses({statuses:e}){if(!e||0===e.length)return null;function t(e){return void 0===e?(0,c.jsx)("div",{className:"googlesitekit-settings-module__meta-item-data",children:(0,c.jsx)(o.ProgressBar,{})}):(0,c.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:e?(0,r.__)("Enabled","google-site-kit"):(0,r.__)("Disabled","google-site-kit")})}return(0,c.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:e.map(({label:e,status:n})=>(0,c.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,c.jsx)(a.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:e}),t(n)]},e))})}SettingsStatuses.propTypes={statuses:s().arrayOf(s().shape({label:s().string.isRequired,status:s().oneOf([void 0,!0,!1])}))}},88327:(e,t,n)=>{n.d(t,{$t:()=>a,Oh:()=>u,S9:()=>g,XH:()=>o,ZC:()=>s,ZY:()=>c,gL:()=>i,mZ:()=>l,vZ:()=>r});const i="modules/tagmanager",s="account_create",r="container_create",o="web",a="amp",c="tagmanagerSetup",l="https://www.googleapis.com/auth/tagmanager.readonly",g="https://www.googleapis.com/auth/tagmanager.edit.containers",u="SETUP_WITH_ANALYTICS"},89318:(e,t,n)=>{n.d(t,{M9:()=>x,sx:()=>k,BI:()=>C});var i=n(17243);const s="_googlesitekitDataLayer",r="data-googlesitekit-gtag";function o(e){return function(){e[s]=e[s]||[],e[s].push(arguments)}}var a=n(65214);const c={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:l=[],isSiteKitScreen:g,trackingEnabled:u,trackingID:d,referenceSiteURL:m,userIDHash:p,isAuthenticated:h,userRoles:f}=n.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:y}=n.g,v={activeModules:l,trackingEnabled:u,trackingID:d,referenceSiteURL:m,userIDHash:p,isSiteKitScreen:g,userRoles:f,isAuthenticated:h,pluginVersion:y},{enableTracking:_,disableTracking:S,isTrackingEnabled:b,initializeSnippet:A,trackEvent:k,trackEventOnce:C}=function(e,t=n.g,l=n.g){const g={...c,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const u=function(e,t){const i=o(t);let c;const{activeModules:l,referenceSiteURL:g,userIDHash:u,userRoles:d=[],isAuthenticated:m,pluginVersion:p}=e;return function(){const{document:t}=n.g;if(void 0===c&&(c=!!t.querySelector(`script[${r}]`)),c)return!1;c=!0;const o=d?.length?d.join(","):"";i("js",new Date),i("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:p||"",enabled_features:Array.from(a.t).join(","),active_modules:l.join(","),authenticated:m?"1":"0",user_properties:{user_roles:o,user_identifier:u}});const h=t.createElement("script");return h.setAttribute(r,""),h.async=!0,h.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`,t.head.appendChild(h),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`}}}(g,t),d=function(e,t,n,i){const s=o(t);return async function(t,r,o,a){const{trackingEnabled:c}=e;if(!c)return null;n();const l={send_to:"site_kit",event_category:t,event_label:o,value:a};return new Promise(e=>{const n=setTimeout(function(){i.console.warn(`Tracking event "${r}" (category "${t}") took too long to fire.`),e()},1e3);function o(){clearTimeout(n),e()}s("event",r,{...l,event_callback:o}),i._gaUserPrefs?.ioo?.()&&o()})}}(g,t,u,l),m={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:u,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:d,trackEventOnce:function(...e){const t=JSON.stringify(e);m[t]||(m[t]=(0,i.once)(d)),m[t](...e)}}}(v);function x(e){e?_():S()}g&&u&&A()},89967:(e,t,n)=>{n.d(t,{EW:()=>y,HX:()=>a.x6,Hl:()=>d,OS:()=>p,RE:()=>_,Xo:()=>v,Ze:()=>S,dQ:()=>h,mh:()=>m,uv:()=>f,yZ:()=>u});var i=n(32091),s=n.n(i),r=n(17243),o=n(72455),a=n(12850),c=n(40127),l=n(68326),g=n(71564);function u(e){return e===o.ZC||(0,a.x6)(e)}function d(e){return"string"==typeof e&&/^\d+$/.test(e)}function m(e){return e===o.to||d(e)}function p(e){return"string"==typeof e&&/^\d+$/.test(e)}function h(e){return e===o.Oh||p(e)}function f(e){return"string"==typeof e&&e.trim().length>0}function y(e){return"string"==typeof e&&/^G-[a-zA-Z0-9]+$/.test(e)}function v(e){return"string"==typeof e&&/^(G|GT|AW)-[a-zA-Z0-9]+$/.test(e)}function _(e){s()((0,r.isPlainObject)(e),"options for Analytics 4 report must be an object."),s()((0,c.O5)(e),"Either date range or start/end dates must be provided for Analytics 4 report.");const{metrics:t,dimensions:n,dimensionFilters:i,metricFilters:o,orderby:a}=(0,l.A)(e);s()(t.length,"Requests must specify at least one metric for an Analytics 4 report."),s()((0,g.Ig)(t),'metrics for an Analytics 4 report must be either a string, an array of strings, an object, an array of objects, or a mix of strings and objects. Objects must have a "name" property. Metric names must match the expression ^[a-zA-Z0-9_]+$.'),n&&s()((0,g.a2)(n),'dimensions for an Analytics 4 report must be either a string, an array of strings, an object, an array of objects, or a mix of strings and objects. Objects must have a "name" property.'),i&&s()((0,g.wA)(i),"dimensionFilters for an Analytics 4 report must be a map of dimension names as keys and dimension values as values."),o&&s()((0,g.Q3)(o),"metricFilters for an Analytics 4 report must be a map of metric names as keys and filter value(s) as numeric fields, depending on the filterType."),a&&s()((0,g.G4)(a),'orderby for an Analytics 4 report must be an array of OrderBy objects where each object should have either a "metric" or "dimension" property, and an optional "desc" property.')}function S(e){const t=["displayName","description","membershipDurationDays","eventTrigger","exclusionDurationMode","filterClauses"];s()((0,r.isPlainObject)(e),"Audience must be an object."),Object.keys(e).forEach(e=>{s()(t.includes(e),`Audience object must contain only valid keys. Invalid key: "${e}"`)}),["displayName","description","membershipDurationDays","filterClauses"].forEach(t=>{s()(e[t],`Audience object must contain required keys. Missing key: "${t}"`)}),s()((0,r.isArray)(e.filterClauses),"filterClauses must be an array with AudienceFilterClause objects.")}},93594:(e,t,n)=>{var i=n(50539),s=n.n(i),r=n(13620),o=n.n(r),a=n(82871),c=n(88327),l=n(37226),g=n(72455),u=n(99897),d=n(30679),m=n(77967),p=n(62540);function SetupErrorNotice(){const e=(0,i.useSelect)(e=>e(l.i).isModuleAvailable(u.L1)),t=[(0,i.useSelect)(e=>e(l.i).getErrorForAction("activateModule",[u.L1])),(0,i.useSelect)(t=>{if(!e)return!1;const n=t(g.K9).getSettings();return t(g.K9).getErrorForAction("saveSettings",[n])})].filter(Boolean);return t.length?t.map(e=>(0,p.jsx)(m.A,{error:e},e?.message)):(0,p.jsx)(d.A,{moduleSlug:"tagmanager",storeName:c.gL})}var h=n(62688),f=n.n(h),y=n(63696),v=n(49383),_=n(78340),S=n(58116),b=n(45472),A=n(67150),k=n(21134),C=n(59323),x=n(89318),w=n(77766);function AccountCreate(){const e=(0,w.A)(),t=(0,i.useSelect)(e=>e(c.gL).hasFinishedResolution("getAccounts")),s=(0,i.useSelect)(e=>e(S.oR).hasFinishedResolution("getUser")),r=(0,i.useSelect)(e=>e(c.gL).getServiceURL({path:"admin/accounts/create"})),{resetAccounts:o}=(0,i.useDispatch)(c.gL),l=(0,y.useCallback)(()=>{o()},[o]),g=(0,y.useCallback)(()=>{(0,x.sx)(`${e}_tagmanager`,"create_account"),n.g.window.open(r,"_blank")},[r,e]);return t&&s?(0,p.jsxs)("div",{children:[(0,p.jsx)(d.A,{moduleSlug:"tagmanager",storeName:c.gL}),(0,p.jsx)(C.A,{children:(0,a.__)("To create a new account, click the button below which will open the Google Tag Manager account creation screen in a new window.","google-site-kit")}),(0,p.jsx)(C.A,{children:(0,a.__)("Once completed, click the link below to re-fetch your accounts to continue.","google-site-kit")}),(0,p.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[(0,p.jsx)(v.Button,{onClick:g,children:(0,a.__)("Create an account","google-site-kit")}),(0,p.jsx)("div",{className:"googlesitekit-setup-module__sub-action",children:(0,p.jsx)(v.Button,{onClick:l,tertiary:!0,children:(0,a.__)("Re-fetch My Account","google-site-kit")})})]})]}):(0,p.jsx)(v.ProgressBar,{})}function AccountSelect({hasModuleAccess:e}){const t=(0,w.A)(),n=(0,i.useSelect)(e=>e(c.gL).getAccounts()),s=(0,i.useSelect)(e=>e(c.gL).hasFinishedResolution("getAccounts")),r=(0,i.useSelect)(e=>e(c.gL).getAccountID()),{selectAccount:o}=(0,i.useDispatch)(c.gL),l=(0,y.useCallback)((e,n)=>{const i=n.dataset.value;if(r!==i){const e=i===c.ZC?"change_account_new":"change_account";(0,x.sx)(`${t}_tagmanager`,e),o(i)}},[r,o,t]);return s?!1===e?(0,p.jsx)(v.Select,{className:"googlesitekit-tagmanager__select-account",label:(0,a.__)("Account","google-site-kit"),value:r,enhanced:!0,outlined:!0,disabled:!0,children:(0,p.jsx)(v.Option,{value:r,children:r})}):(0,p.jsx)(v.Select,{className:"googlesitekit-tagmanager__select-account",label:(0,a.__)("Account","google-site-kit"),value:r,onEnhancedChange:l,enhanced:!0,outlined:!0,children:(n||[]).concat({accountId:c.ZC,name:(0,a.__)("Set up a new account","google-site-kit")}).map(({accountId:e,name:t})=>(0,p.jsx)(v.Option,{value:e,children:t},e))}):(0,p.jsx)(v.ProgressBar,{small:!0})}AccountSelect.propTypes={hasModuleAccess:f().bool};var N=n(15844),I=n(84024),T=n(93896),L=n(4452),j=n.n(L),D=n(59834),E=n(17243);function O(e){let t=e;return t=(0,E.unescape)(t),t=t.trim(),t=t.replace(/^_+/,""),t=t.normalize("NFD").replace(/[\u0300-\u036f]/g,""),t=t.replace(/[^a-zA-Z0-9_., -]/g,""),t=t.replace(/\s+/g," "),t}var R=n(12850);function P(e){return(0,R.x6)(e)}function M(e){return"string"==typeof e&&/^GTM-[A-Z0-9]+$/.test(e)}function G(e){return"string"==typeof e&&O(e).length>0}function $(e,t){const n=O(e);return!Array.isArray(t)||!t.some(({name:e})=>O(e)===n)}function F(e){return e===c.vZ||M(e)}function U(e){return(0,R.x6)(e)}function V(e){return[c.XH,c.$t].includes(e)}var q,H=n(27333);function ContainerNameTextField({label:e,name:t}){const n=(0,i.useSelect)(e=>{const t=e(c.gL).getAccountID();return e(c.gL).getContainers(t)}),s=(0,H.A)(c.ZY,t),{setValues:r}=(0,i.useDispatch)(_.s),o=(0,y.useCallback)(({currentTarget:e})=>{r(c.ZY,{[t]:e.value})},[t,r]),l=$(s,n),g=!(!s||l)&&(0,a.__)("A container with this name already exists","google-site-kit"),u=!(!s||l)&&(0,p.jsx)("span",{className:"googlesitekit-text-field-icon--error",children:(0,p.jsx)(D.A,{})});return(0,p.jsx)("div",{className:j()("googlesitekit-tagmanager-containername",`googlesitekit-tagmanager-${t}`),children:(0,p.jsx)(v.TextField,{className:j()({"mdc-text-field--error":!s||!l}),label:e,helperText:g,trailingIcon:u,id:t,name:t,value:s,onChange:o,outlined:!0})})}function AMPContainerNameTextField(){const e=(0,i.useSelect)(e=>e(c.gL).getAMPContainerID()),t=(0,i.useSelect)(e=>e(T.O4).getSiteName()),n=(0,i.useSelect)(e=>e(T.O4).getReferenceSiteURL()),s=(0,H.A)(c.ZY,"ampContainerName");let r=t;!r&&(0,I.m)(n)&&(r=new URL(n).hostname),r+=" AMP";const{setValues:o}=(0,i.useDispatch)(_.s);return(0,N.A)(()=>{s||o(c.ZY,{ampContainerName:r})}),e!==c.vZ?null:(0,p.jsx)(ContainerNameTextField,{name:"ampContainerName",label:(0,a.__)("AMP Container Name","google-site-kit")})}function ContainerSelect({containers:e,className:t,value:n,...s}){const r=(0,i.useSelect)(e=>e(c.gL).getAccountID()),o=(0,i.useSelect)(e=>e(c.gL).hasFinishedResolution("getAccounts")),l=(0,i.useSelect)(e=>e(c.gL).hasFinishedResolution("getContainers",[r]));return o&&l?(0,p.jsx)(v.Select,{className:j()("googlesitekit-tagmanager__select-container",t),disabled:!P(r),value:n,enhanced:!0,outlined:!0,...s,children:(e||[]).concat({publicId:c.vZ,name:(0,a.__)("Set up a new container","google-site-kit")}).map(({publicId:e,name:t,containerId:n})=>(0,p.jsx)(v.Option,{value:e,"data-internal-id":n,children:e===c.vZ?t:(0,a.sprintf)(/* translators: 1: container name, 2: container ID */ /* translators: 1: container name, 2: container ID */ (0,a._x)("%1$s (%2$s)","Tag Manager container name and ID","google-site-kit"),t,e)},e))}):(0,p.jsx)(v.ProgressBar,{small:!0})}function AMPContainerSelect({hasModuleAccess:e}){const t=(0,w.A)(),n=(0,i.useSelect)(e=>e(c.gL).getAccountID()),s=(0,i.useSelect)(e=>e(c.gL).getAMPContainerID()),r=(0,i.useSelect)(t=>!1===e?null:t(c.gL).getAMPContainers(n)),o=(0,i.useSelect)(e=>e(T.O4).isAMP()),{setAMPContainerID:l,setInternalAMPContainerID:g}=(0,i.useDispatch)(c.gL),u=(0,y.useCallback)((e,n)=>{const{value:i,internalId:r}=n.dataset;if(s!==i){const e=i===c.vZ?"change_amp_container_new":"change_amp_container";(0,x.sx)(`${t}_tagmanager`,e),l(i),g(r||"")}},[s,l,g,t]);if(!o)return null;const d=(0,a.__)("AMP Container","google-site-kit");return!1===e?(0,p.jsx)(v.Select,{className:"googlesitekit-tagmanager__select-container--amp",label:d,value:s,enhanced:!0,outlined:!0,disabled:!0,children:(0,p.jsx)(v.Option,{value:s,children:s})}):(0,p.jsx)(ContainerSelect,{className:"googlesitekit-tagmanager__select-container--amp",label:d,value:s,containers:r,onEnhancedChange:u})}function WebContainerNameTextField(){const e=(0,i.useSelect)(e=>e(c.gL).getContainerID()),t=(0,i.useSelect)(e=>e(T.O4).getSiteName()),n=(0,i.useSelect)(e=>e(T.O4).isAMP()),s=(0,i.useSelect)(e=>e(T.O4).getReferenceSiteURL()),r=(0,H.A)(c.ZY,"containerName");let o=t;!o&&(0,I.m)(s)&&(o=new URL(s).hostname);const{setValues:l}=(0,i.useDispatch)(_.s);if((0,N.A)(()=>{r||l(c.ZY,{containerName:o})}),e!==c.vZ)return null;const g=n?(0,a.__)("Web Container Name","google-site-kit"):(0,a.__)("Container Name","google-site-kit");return(0,p.jsx)(ContainerNameTextField,{name:"containerName",label:g})}function ContainerNames(){const e=(0,i.useSelect)(e=>e(c.gL).getContainerID()),t=(0,i.useSelect)(e=>e(c.gL).getAMPContainerID());return e!==c.vZ&&t!==c.vZ?null:(0,p.jsxs)("div",{className:"googlesitekit-setup-module__inputs googlesitekit-setup-module__inputs--collapsed",children:[e===c.vZ&&(0,p.jsx)(WebContainerNameTextField,{}),t===c.vZ&&(0,p.jsx)(AMPContainerNameTextField,{})]})}function FormInstructions({isSetup:e}){const t=(0,i.useSelect)(e=>e(T.O4).isSecondaryAMP()),n=(0,i.useSelect)(e=>e(l.i).isModuleAvailable(u.L1)),s=(0,i.useSelect)(e=>e(l.i).isModuleActive(u.L1)),r=(0,i.useSelect)(e=>e(c.gL).getCurrentGTMGoogleTagID());return n&&!s&&r?(0,p.jsx)(C.A,{children:(0,a.__)("Looks like you may be using Google Analytics within your Google Tag Manager configuration. Activate the Google Analytics module in Site Kit to see relevant insights in your dashboard.","google-site-kit")}):t?(0,p.jsx)(C.A,{children:e?(0,a.__)("Looks like your site is using paired AMP. Please select your Tag Manager account and relevant containers below. You can change these later in your settings.","google-site-kit"):(0,a.__)("Looks like your site is using paired AMP. Please select your Tag Manager account and relevant containers below.","google-site-kit")}):(0,p.jsx)(C.A,{children:e?(0,a.__)("Please select your Tag Manager account and container below. You can change these later in your settings.","google-site-kit"):(0,a.__)("Please select your Tag Manager account and container below","google-site-kit")})}function TagCheckProgress({className:e}){return(0,i.useSelect)(e=>{const t=e(c.gL).getAccountID(),n=e(c.gL).getInternalContainerID(),i=e(c.gL).getInternalAMPContainerID();return e(c.gL).isResolving("getLiveContainerVersion",[t,n])||e(c.gL).isResolving("getLiveContainerVersion",[t,i])})?(0,p.jsxs)("div",{className:j()(e),children:[(0,p.jsx)("small",{children:(0,a.__)("Checking tags…","google-site-kit")}),(0,p.jsx)(v.ProgressBar,{small:!0,compress:!0})]}):null}function UseSnippetSwitch({description:e}){const t=(0,i.useSelect)(e=>e(c.gL).getUseSnippet()),n=(0,w.A)(),{setUseSnippet:s}=(0,i.useDispatch)(c.gL),r=(0,y.useCallback)(()=>{const e=!t;s(e),(0,R.sx)(`${n}_tagmanager`,e?"enable_tag":"disable_tag")},[s,t,n]);return void 0===t?null:(0,p.jsxs)("div",{className:"googlesitekit-tagmanager-usesnippet",children:[(0,p.jsx)(v.Switch,{label:(0,a.__)("Let Site Kit place code on your site","google-site-kit"),checked:t,onClick:r,hideLabel:!1}),e]})}function WebContainerSelect({hasModuleAccess:e}){const t=(0,w.A)(),n=(0,i.useSelect)(e=>e(c.gL).getAccountID()),s=(0,i.useSelect)(e=>e(c.gL).getContainerID()),r=(0,i.useSelect)(t=>!1===e?null:t(c.gL).getWebContainers(n)),o=(0,i.useSelect)(e=>e(T.O4).isAMP()),{setContainerID:l,setInternalContainerID:g}=(0,i.useDispatch)(c.gL),u=(0,y.useCallback)((e,n)=>{const{value:i,internalId:r}=n.dataset;if(s!==i){const e=i===c.vZ?"change_container_new":"change_container";(0,x.sx)(`${t}_tagmanager`,e),l(i),g(r||"")}},[s,l,g,t]),d=o?(0,a.__)("Web Container","google-site-kit"):(0,a.__)("Container","google-site-kit");return!1===e?(0,p.jsx)(v.Select,{className:"googlesitekit-tagmanager__select-container--web",label:d,value:s,enhanced:!0,outlined:!0,disabled:!0,children:(0,p.jsx)(v.Option,{value:s,children:s})}):(0,p.jsx)(ContainerSelect,{className:"googlesitekit-tagmanager__select-container--web",label:d,value:s,containers:r,onEnhancedChange:u})}function SetupUseSnippetSwitch(){const e=(0,i.useSelect)(e=>e(c.gL).getPrimaryContainerID()),t=(0,i.useSelect)(e=>e(c.gL).getExistingTag()),n=e===t?(0,p.jsxs)(y.Fragment,{children:[(0,p.jsx)(C.A,{children:(0,a.sprintf)(/* translators: %s: existing tag ID */ /* translators: %s: existing tag ID */ (0,a.__)("A tag %s for the selected container already exists on the site","google-site-kit"),t)}),(0,p.jsx)(C.A,{children:(0,a.__)("Make sure you remove it if you want to place the same tag via Site Kit, otherwise they will be duplicated","google-site-kit")})]}):(0,p.jsxs)(y.Fragment,{children:[(0,p.jsx)(C.A,{children:(0,a.sprintf)(/* translators: %s: existing tag ID */ /* translators: %s: existing tag ID */ (0,a.__)("An existing tag %s was found on the page","google-site-kit"),t)}),(0,p.jsx)(C.A,{children:(0,a.__)("If you prefer to collect data using that existing tag, please select the corresponding account and property above","google-site-kit")})]});return(0,p.jsx)(UseSnippetSwitch,{description:n})}function SetupForm({finishSetup:e}){const t=(0,i.useSelect)(e=>e(c.gL).canSubmitChanges()),n=(0,i.useSelect)(e=>e(c.gL).getCurrentGTMGoogleTagID()),s=(0,i.useSelect)(e=>e(l.i).isModuleAvailable(u.L1)),r=(0,i.useSelect)(e=>e(l.i).isModuleActive(u.L1)),o=(0,i.useSelect)(e=>e(S.oR).hasScope(c.S9)),g=(0,H.A)(c.ZY,"autoSubmit"),d=(0,H.A)(c.ZY,"submitMode"),m=(0,i.useSelect)(e=>e(c.gL).hasExistingTag()),h=(0,H.A)(c.ZY,"submitInProgress"),f=(0,i.useSelect)(e=>e(c.gL).isDoingSubmitChanges()||e(b.M).isNavigating()||h),[C,x]=(0,y.useState)(!1),{setValues:w}=(0,i.useDispatch)(_.s),{activateModule:N}=(0,i.useDispatch)(l.i),{submitChanges:I}=(0,i.useDispatch)(c.gL),T=(0,y.useCallback)(async({submitMode:t}={})=>{w(c.ZY,{submitMode:t,submitInProgress:!0});try{if(await async function(e){const{error:t}=await e()||{};if(t)throw t}(()=>I()),w(c.ZY,{autoSubmit:!1}),t!==c.Oh||r)e();else{const{response:t,error:n}=await N(u.L1);if(n)throw n;await(0,k.SO)("module_setup",u.L1,{ttl:300}),e(t.moduleReauthURL)}}catch(e){(0,A.G)(e)&&w(c.ZY,{autoSubmit:!0})}w(c.ZY,{submitInProgress:!1})},[e,r,N,I,w]);(0,y.useEffect)(()=>{g&&o&&T({submitMode:d})},[o,g,T,d]);const L=!(!n||!s||r),j=(0,y.useCallback)(e=>{e.preventDefault();const t=L?c.Oh:"";T({submitMode:t})},[T,L]),D=(0,y.useCallback)(()=>T(),[T]);return(0,p.jsxs)("form",{className:"googlesitekit-tagmanager-setup__form",onSubmit:j,children:[(0,p.jsx)(SetupErrorNotice,{}),(0,p.jsx)(FormInstructions,{isSetup:!0}),(0,p.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,p.jsx)(AccountSelect,{}),(0,p.jsx)(WebContainerSelect,{}),(0,p.jsx)(AMPContainerSelect,{}),(0,p.jsx)(TagCheckProgress,{})]}),(0,p.jsx)(ContainerNames,{}),m&&(0,p.jsx)(SetupUseSnippetSwitch,{}),(0,p.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[L&&(0,p.jsxs)(y.Fragment,{children:[(0,p.jsx)(v.SpinnerButton,{disabled:!t,isSaving:C&&f,onClick:()=>x(!0),children:(0,a.__)("Continue to Analytics setup","google-site-kit")}),(0,p.jsx)(v.Button,{className:"googlesitekit-setup-module__sub-action",type:"button",onClick:D,disabled:!t,tertiary:!0,children:(0,a.__)("Complete setup without Analytics","google-site-kit")})]}),!L&&(0,p.jsx)(v.SpinnerButton,{disabled:!t||f,isSaving:f,children:(0,a.__)("Complete setup","google-site-kit")})]})]})}function B(){return B=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},B.apply(null,arguments)}ContainerNameTextField.propTypes={label:f().string.isRequired,name:f().string.isRequired},ContainerSelect.propTypes={containers:f().arrayOf(f().object)},AMPContainerSelect.propTypes={hasModuleAccess:f().bool},FormInstructions.propTypes={isSetup:f().bool},TagCheckProgress.propTypes={className:f().string},TagCheckProgress.defaultProps={className:""},UseSnippetSwitch.propTypes={description:f().node},WebContainerSelect.propTypes={hasModuleAccess:f().bool},SetupForm.propTypes={finishSetup:f().func};const Z=e=>y.createElement("svg",B({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 40"},e),q||(q=y.createElement("g",{fill:"none",transform:"translate(.422 .422)"},y.createElement("path",{fill:"#8ab4f8",d:"m16.091 30.725 14.461-14.543 6.817 6.856L22.908 37.58z"}),y.createElement("path",{fill:"#4285f4",d:"M22.91 8.496 16.09 1.64 1.63 16.182a4.867 4.867 0 0 0 0 6.854L16.09 37.58l6.817-6.855L11.856 19.61z"}),y.createElement("ellipse",{cx:19.5,cy:34.153,fill:"#1967d2",rx:4.82,ry:4.847}),y.createElement("path",{fill:"#8ab4f8",d:"M37.37 16.182 22.91 1.639a4.8 4.8 0 0 0-6.817 0 4.867 4.867 0 0 0 0 6.855l14.46 14.542a4.8 4.8 0 0 0 6.817 0 4.867 4.867 0 0 0 0-6.854"}))));function W(){const e=(0,i.useSelect)(e=>e(c.gL).getExistingTag()),t=(0,i.useSelect)(e=>e(c.gL).getPrimaryContainerID()),n=(0,y.useRef)(!0),{setUseSnippet:s}=(0,i.useDispatch)(c.gL);(0,y.useEffect)(()=>{if(e&&void 0!==t){if(""===t||n.current)return void(n.current=!1);s(e!==t)}},[t,e,s])}var K=n(15167);function SetupMain({finishSetup:e}){const t=(0,i.useSelect)(e=>e(c.gL).getAccounts()),n=(0,i.useSelect)(e=>e(c.gL).getAccountID()),s=(0,i.useSelect)(e=>e(c.gL).hasExistingTag()),r=(0,i.useSelect)(e=>e(c.gL).hasFinishedResolution("getAccounts")),o=c.ZC===n;let l;return W(),l=r&&void 0!==s?o||!t?.length?(0,p.jsx)(AccountCreate,{}):(0,p.jsx)(SetupForm,{finishSetup:e}):(0,p.jsx)(v.ProgressBar,{}),(0,p.jsxs)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--tagmanager",children:[(0,p.jsxs)("div",{className:"googlesitekit-setup-module__step",children:[(0,p.jsx)("div",{className:"googlesitekit-setup-module__logo",children:(0,p.jsx)(Z,{width:"40",height:"40"})}),(0,p.jsx)(K.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:(0,a._x)("Tag Manager","Service name","google-site-kit")})]}),(0,p.jsx)("div",{className:"googlesitekit-setup-module__step",children:l})]})}SetupMain.propTypes={finishSetup:f().func},SetupMain.defaultProps={finishSetup:()=>{}};var Y=n(40761),z=n(13606);function SettingsUseSnippetSwitch(){const e=(0,i.useSelect)(e=>e(c.gL).getUseSnippet()),t=(0,i.useSelect)(e=>e(c.gL).getPrimaryContainerID()),n=(0,i.useSelect)(e=>e(c.gL).getExistingTag());let s;return s=n?t===n?(0,p.jsxs)(y.Fragment,{children:[(0,p.jsx)(C.A,{children:(0,a.sprintf)(/* translators: %s: existing tag ID */ /* translators: %s: existing tag ID */ (0,a.__)("A tag %s for the selected container already exists on the site","google-site-kit"),n)}),(0,p.jsx)(C.A,{children:(0,a.__)("Consider removing the existing tag to avoid loading both tags on your site","google-site-kit")})]}):(0,p.jsxs)(y.Fragment,{children:[(0,p.jsx)(C.A,{children:(0,a.sprintf)(/* translators: %s: existing tag ID */ /* translators: %s: existing tag ID */ (0,a.__)("An existing tag %s was found on the page","google-site-kit"),n)}),(0,p.jsx)(C.A,{children:(0,a.__)("If you prefer to collect data using that existing tag, please select the corresponding account and property above","google-site-kit")})]}):e?(0,p.jsx)(C.A,{children:(0,a.__)("Site Kit will add the code automatically","google-site-kit")}):(0,p.jsx)(C.A,{children:(0,a.__)("Site Kit will not add the code to your site","google-site-kit")}),(0,p.jsx)(UseSnippetSwitch,{description:s})}var Q=n(80035),J=n(30427),X=n(41566),ee=n(6464);function SettingsForm({hasModuleAccess:e}){const t=(0,ee.i)("googleTagGateway"),n=(0,i.useSelect)(e=>e(l.i).getModule(Y.H)),s=n?.owner?.login?`<strong>${n.owner.login}</strong>`:(0,a.__)("Another admin","google-site-kit");return(0,p.jsxs)("div",{className:"googlesitekit-tagmanager-settings-fields",children:[(0,p.jsx)(d.A,{moduleSlug:"tagmanager",storeName:c.gL}),(0,p.jsx)(FormInstructions,{}),(0,p.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,p.jsx)(AccountSelect,{hasModuleAccess:e}),(0,p.jsx)(WebContainerSelect,{hasModuleAccess:e}),(0,p.jsx)(AMPContainerSelect,{hasModuleAccess:e}),(0,p.jsx)(TagCheckProgress,{})]}),!1===e&&(0,p.jsx)(Q.A,{className:"googlesitekit-notice--bottom-margin",type:Q.A.TYPES.INFO,description:(0,z.A)((0,a.sprintf)(/* translators: 1: module owner's name, 2: module name */ /* translators: 1: module owner's name, 2: module name */ (0,a.__)("%1$s configured %2$s and you don’t have access to this %2$s account. Contact them to share access or change the %2$s account.","google-site-kit"),s,n?.name),{strong:(0,p.jsx)("strong",{})})}),(0,p.jsx)(ContainerNames,{}),(0,p.jsx)("div",{className:"googlesitekit-setup-module__inputs googlesitekit-setup-module__inputs--multiline",children:(0,p.jsx)(SettingsUseSnippetSwitch,{})}),t&&(0,p.jsx)(J.A,{title:(0,a.__)("Improve your measurement","google-site-kit"),children:(0,p.jsx)(X.A,{})})]})}function SettingsEdit(){const e=(0,i.useSelect)(e=>e(c.gL).getAccounts())||[],t=(0,i.useSelect)(e=>e(c.gL).getAccountID()),n=(0,i.useSelect)(e=>e(c.gL).hasExistingTag()),s=(0,i.useSelect)(e=>e(c.gL).isDoingSubmitChanges()),r=(0,i.useSelect)(e=>e(c.gL).hasFinishedResolution("getAccounts")),o=(0,i.useSelect)(e=>e(l.i).hasModuleOwnershipOrAccess(Y.H)),a=c.ZC===t;let g;return W(),g=s||!r||void 0===o||void 0===n?(0,p.jsx)(v.ProgressBar,{}):a||!e?.length?(0,p.jsx)(AccountCreate,{}):(0,p.jsx)(SettingsForm,{hasModuleAccess:o}),(0,p.jsx)("div",{className:"googlesitekit-setup-module googlesitekit-setup-module--tagmanager",children:g})}SettingsForm.propTypes={hasModuleAccess:f().bool},SettingsForm.defaultProps={hasModuleAccess:!0};var te=n(17691),ne=n(20898),ie=n(16834),se=n(11997),re=n(87388);function SettingsView(){const e=(0,i.useSelect)(e=>e(c.gL).getAccountID()),t=(0,i.useSelect)(e=>e(c.gL).getContainerID()),n=(0,i.useSelect)(e=>e(c.gL).getAMPContainerID()),s=(0,i.useSelect)(e=>e(c.gL).getUseSnippet()),r=(0,i.useSelect)(e=>e(c.gL).hasExistingTag()),o=(0,i.useSelect)(e=>e(T.O4).isAMP()),l=(0,i.useSelect)(e=>e(T.O4).isSecondaryAMP()),g=(0,i.useSelect)(e=>e(c.gL).getInternalContainerID()),u=(0,i.useSelect)(e=>e(c.gL).getInternalAMPContainerID()),m=(0,i.useSelect)(t=>t(c.gL).getServiceURL({path:se.U`/container/accounts/${e}/containers/${g}`})),h=(0,i.useSelect)(t=>t(c.gL).getServiceURL({path:se.U`/container/accounts/${e}/containers/${u}`})),f=(0,ee.i)("googleTagGateway"),v=(0,i.useSelect)(e=>{if(!f)return[];const{isGoogleTagGatewayEnabled:t,isGTGHealthy:n,isScriptAccessEnabled:i}=e(T.O4),s=t()&&n()&&i();return[{label:(0,a.__)("Google tag gateway for advertisers","google-site-kit"),status:s}]});return(0,p.jsxs)(y.Fragment,{children:[(0,p.jsx)(d.A,{moduleSlug:"tagmanager",storeName:c.gL}),(0,p.jsxs)("div",{className:"googlesitekit-settings-module__meta-items",children:[(0,p.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,p.jsx)(K.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,a.__)("Account","google-site-kit")}),(0,p.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,p.jsx)(te.A,{value:e})})]}),(!o||l)&&(0,p.jsxs)(y.Fragment,{children:[(0,p.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,p.jsxs)(K.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:[l&&(0,p.jsx)("span",{children:(0,a.__)("Web Container ID","google-site-kit")}),!l&&(0,p.jsx)("span",{children:(0,a.__)("Container ID","google-site-kit")})]}),(0,p.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,p.jsx)(te.A,{value:t})})]}),m&&(0,p.jsx)("div",{className:"googlesitekit-settings-module__meta-item googlesitekit-settings-module__meta-item--data-only",children:(0,p.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data googlesitekit-settings-module__meta-item-data--tiny",children:(0,p.jsx)(ne.A,{href:m,external:!0,children:(0,z.A)((0,a.sprintf)(/* translators: %s: Appropriate container term. */ /* translators: %s: Appropriate container term. */ (0,a.__)("Edit <VisuallyHidden>%s </VisuallyHidden>in Tag Manager","google-site-kit"),l?(0,a.__)("web container","google-site-kit"):(0,a.__)("container","google-site-kit")),{VisuallyHidden:(0,p.jsx)(ie.A,{})})})})})]}),o&&(0,p.jsxs)(y.Fragment,{children:[(0,p.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,p.jsxs)(K.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:[l&&(0,p.jsx)("span",{children:(0,a.__)("AMP Container ID","google-site-kit")}),!l&&(0,p.jsx)("span",{children:(0,a.__)("Container ID","google-site-kit")})]}),(0,p.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data",children:(0,p.jsx)(te.A,{value:n})})]}),h&&(0,p.jsx)("div",{className:"googlesitekit-settings-module__meta-item googlesitekit-settings-module__meta-item--data-only",children:(0,p.jsx)("p",{className:"googlesitekit-settings-module__meta-item-data googlesitekit-settings-module__meta-item-data--tiny",children:(0,p.jsx)(ne.A,{href:h,external:!0,children:(0,z.A)((0,a.sprintf)(/* translators: %s: Appropriate container term. */ /* translators: %s: Appropriate container term. */ (0,a.__)("Edit <VisuallyHidden>%s </VisuallyHidden>in Tag Manager","google-site-kit"),l?(0,a.__)("AMP container","google-site-kit"):(0,a.__)("container","google-site-kit")),{VisuallyHidden:(0,p.jsx)(ie.A,{})})})})})]})]}),(0,p.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,p.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,p.jsx)(K.A,{as:"h5",size:"medium",type:"label",className:"googlesitekit-settings-module__meta-item-type",children:(0,a.__)("Tag Manager Code Snippet","google-site-kit")}),(0,p.jsxs)("p",{className:"googlesitekit-settings-module__meta-item-data",children:[s&&(0,p.jsx)("span",{children:(0,a.__)("Snippet is inserted","google-site-kit")}),!s&&(0,p.jsx)("span",{children:(0,a.__)("Snippet is not inserted","google-site-kit")})]}),r&&(0,p.jsx)(C.A,{className:"googlesitekit-margin-bottom-0",children:(0,a.__)("Placing two tags at the same time is not recommended.","google-site-kit")})]})}),(0,p.jsx)(re.A,{statuses:v})]})}var oe=n(64067),ae=n(32091),ce=n.n(ae),le=n(54419),ge=n(22242),ue=n(47121),de=n(71423),me=n(53137);const pe="a valid container name is required to submit changes",he={selectors:{areSettingsEditDependenciesLoaded:(0,i.createRegistrySelector)(e=>()=>e(c.gL).hasFinishedResolution("getAccounts"))}};let fe=o().createModuleStore(Y.H,{ownedSettingsSlugs:["accountID","ampContainerID","containerID","internalAMPContainerID","internalContainerID"],storeName:c.gL,settingSlugs:["accountID","ampContainerID","containerID","internalContainerID","internalAMPContainerID","useSnippet","ownerID"],submitChanges:async function({select:e,dispatch:t}){const n=e(c.gL).getAccountID();if(e(c.gL).getContainerID()===c.vZ){const i=e(_.s).getValue(c.ZY,"containerName"),{response:s,error:r}=await t(c.gL).createContainer(n,c.XH,{containerName:i});if(r)return{error:r};await t(c.gL).setContainerID(s.publicId),await t(c.gL).setInternalContainerID(s.containerId)}if(e(c.gL).getAMPContainerID()===c.vZ){const i=e(_.s).getValue(c.ZY,"ampContainerName"),{response:s,error:r}=await t(c.gL).createContainer(n,c.$t,{containerName:i});if(r)return{error:r};await t(c.gL).setAMPContainerID(s.publicId),await t(c.gL).setInternalAMPContainerID(s.containerId)}if(e(c.gL).haveSettingsChanged()){const{error:n}=await t(c.gL).saveSettings();if(n)return{error:n};e(l.i).isModuleConnected(u.L1)&&await t(g.K9).fetchGetSettings()}if(e(T.O4).haveGoogleTagGatewaySettingsChanged()){const{error:n}=await t(T.O4).saveGoogleTagGatewaySettings();if(n)return{error:n};if(e(T.O4).isGoogleTagGatewayEnabled()&&!e(de.D).isNotificationDismissed(me.rq)){const{error:e}=await t(de.D).dismissNotification(me.rq)||{};if(e)return{error:e}}}return await(0,le.invalidateCache)("modules",Y.H),{}},rollbackChanges:function({select:e,dispatch:t}){e(c.gL).haveSettingsChanged()&&(t(c.gL).rollbackSettings(),t(T.O4).resetGoogleTagGatewaySettings())},validateCanSubmitChanges:function(e){const t=(0,ue.WI)(e),{getAccountID:n,getContainerID:i,getContainers:s,getAMPContainerID:r,getInternalContainerID:o,getInternalAMPContainerID:a,haveSettingsChanged:l,isDoingSubmitChanges:g}=t(c.gL),{isAMP:u,isSecondaryAMP:d}=t(T.O4),m=n();if(ce()(!g(),ge.mV),ce()(l(),ge.Wq),ce()(P(m),"a valid accountID is required to submit changes"),i()===c.vZ){const t=e(_.s).getValue(c.ZY,"containerName");ce()(G(t),pe);const n=s(m),i=O(t);ce()($(t,n),`a container with "${i}" name already exists`)}if(u()){const t=r();if(ce()(F(t),"a valid ampContainerID selection is required to submit changes"),M(t)&&ce()(U(a()),"a valid internalAMPContainerID is required to submit changes"),t===c.vZ){const t=e(_.s).getValue(c.ZY,"ampContainerName");ce()(G(t),pe);const n=s(m),i=O(t);ce()($(t,n),`an AMP container with "${i}" name already exists`)}}u()&&!d()||(ce()(F(i()),"a valid containerID selection is required to submit changes"),M(i())&&ce()(U(o()),"a valid internalContainerID is required to submit changes"))},validateHaveSettingsChanged:function(e,t,n){const{settings:i,savedSettings:s}=t,r=e(T.O4).haveGoogleTagGatewaySettingsChanged();n&&ce()((0,E.isEqual)((0,E.pick)(i,n),(0,E.pick)(s,n))||r,ge.Wq),ce()(!(0,E.isEqual)(i,s)||r,ge.Wq)}});fe=(({actions:e,selectors:t,...n})=>{const{setAmpContainerID:i,...s}=e,{getAmpContainerID:r,...o}=t;return{...n,actions:{...s,setAMPContainerID:i},selectors:{...o,getAMPContainerID:r}}})(fe);const ye=fe;var ve=n(3687);const _e="RESET_ACCOUNTS",Se=(0,ve.U)({baseName:"getAccounts",controlCallback:()=>(0,le.get)("modules",Y.H,"accounts",null,{useCache:!1}),reducerCallback:(0,i.createReducer)((e,t)=>{e.accounts=t})}),be={accounts:void 0},Ae={*resetAccounts(){const{dispatch:e}=yield i.commonActions.getRegistry();yield{payload:{},type:_e},e(c.gL).invalidateResolutionForStoreSelector("getAccounts")},selectAccount:(0,ue.$C)(e=>{var t;ce()((t=e)===c.ZC||P(t),"A valid accountID selection is required to select.")},function*(e){const{dispatch:t,select:n,resolveSelect:s}=yield i.commonActions.getRegistry();if(e===n(c.gL).getAccountID())return;if(t(c.gL).setSettings({accountID:e,containerID:"",internalContainerID:"",ampContainerID:"",internalAMPContainerID:""}),g.ZC===e||n(c.gL).hasExistingTag())return;const{isAMP:r,isSecondaryAMP:o}=n(T.O4);if(!r()||o()){const n=yield i.commonActions.await(s(c.gL).getWebContainers(e));n.length?1===n.length&&(t(c.gL).setContainerID(n[0].publicId),t(c.gL).setInternalContainerID(n[0].containerId)):(t(c.gL).setContainerID(c.vZ),t(c.gL).setInternalContainerID(""))}if(r()){const n=yield i.commonActions.await(s(c.gL).getAMPContainers(e));n.length?1===n.length&&(t(c.gL).setAMPContainerID(n[0].publicId),t(c.gL).setInternalAMPContainerID(n[0].containerId)):(t(c.gL).setAMPContainerID(c.vZ),t(c.gL).setInternalAMPContainerID(""))}})},ke=(0,i.createReducer)((e,{type:t})=>{if(t===_e)e.accounts=void 0,e.settings.accountID=void 0,e.settings.ampContainerID=void 0,e.settings.containerID=void 0,e.settings.internalAMPContainerID=void 0,e.settings.internalContainerID=void 0}),Ce={*getAccounts(){const{select:e,dispatch:t}=yield i.commonActions.getRegistry();let n=e(c.gL).getAccounts();n||({response:n}=yield Se.actions.fetchGetAccounts()),1!==n?.length||e(c.gL).getAccountID()||t(c.gL).selectAccount(n[0].accountId)}},xe={getAccounts(e){const{accounts:t}=e;return t},isDoingGetAccounts:(0,i.createRegistrySelector)(e=>()=>e(c.gL).isFetchingGetAccounts())},we=(0,i.combineStores)(Se,{initialState:be,actions:Ae,reducer:ke,resolvers:Ce,selectors:xe}),{initialState:Ne,actions:Ie,controls:Te,reducer:Le,resolvers:je,selectors:De}=we,Ee=we,Oe=(0,ve.U)({baseName:"getContainers",argsToParams:e=>({accountID:e}),validateParams:({accountID:e}={})=>{ce()(P(e),"A valid accountID is required to fetch containers.")},controlCallback:({accountID:e})=>(0,le.get)("modules",Y.H,"containers",{accountID:e},{useCache:!1}),reducerCallback:(0,i.createReducer)((e,t,{accountID:n})=>{e.containers[n]=t})}),Re=(0,ve.U)({baseName:"createContainer",argsToParams:(e,t,{containerName:n})=>({accountID:e,usageContext:t,containerName:n}),validateParams:({accountID:e,usageContext:t,containerName:n}={})=>{ce()(P(e),"A valid accountID is required to create a container."),ce()(V(t),"A valid usageContext is required to create a container."),ce()(G(n),"A valid containerName is required to create a container.")},controlCallback:({accountID:e,usageContext:t,containerName:n})=>(0,le.set)("modules",Y.H,"create-container",{accountID:e,usageContext:t,name:n}),reducerCallback:(0,i.createReducer)((e,t,{accountID:n})=>{e.containers[n]||(e.containers[n]=[]),e.containers[n].push(t)})}),Pe={createContainer:(0,ue.$C)((e,t,{containerName:n})=>{ce()(P(e),"A valid accountID is required to create a container."),ce()(V(t),"A valid usageContext is required to create a container."),ce()(G(n),"A valid containerName is required to create a container.")},function*(e,t,{containerName:n}){const{response:i,error:s}=yield Re.actions.fetchCreateContainer(e,t,{containerName:n});return{response:i,error:s}}),selectContainerByID:(0,ue.$C)(e=>{ce()(M(e),"A valid container ID is required to select a container by ID.")},function*(e){const{select:t,dispatch:n,resolveSelect:s}=yield i.commonActions.getRegistry(),r=t(c.gL).getAccountID();if(!P(r))return;yield i.commonActions.await(s(c.gL).getContainers(r));const o=t(c.gL).getContainerByID(r,e);o&&(o.usageContext.includes(c.XH)?(n(c.gL).setContainerID(e),n(c.gL).setInternalContainerID(o.containerId)):o.usageContext.includes(c.$t)&&(n(c.gL).setAMPContainerID(e),n(c.gL).setInternalAMPContainerID(o.containerId)))})};function*Me(e){const{resolveSelect:t}=yield i.commonActions.getRegistry();yield i.commonActions.await(t(c.gL).getContainers(e))}const Ge={*getContainers(e){if(!P(e))return;const{select:t}=yield i.commonActions.getRegistry();t(c.gL).getContainers(e)||(yield Oe.actions.fetchGetContainers(e))},getWebContainers:Me,getAMPContainers:Me},$e={getContainerByID:(0,i.createRegistrySelector)(e=>(t,n,i)=>{const s=e(c.gL).getContainers(n);if(void 0!==s)return s.find(({publicId:e})=>i===e)||null}),getWebContainers:(0,i.createRegistrySelector)(e=>(t,n)=>{const i=e(c.gL).getContainers(n);if(Array.isArray(i))return i.filter(({usageContext:e})=>e.includes(c.XH))}),getAMPContainers:(0,i.createRegistrySelector)(e=>(t,n)=>{const i=e(c.gL).getContainers(n);if(Array.isArray(i))return i.filter(({usageContext:e})=>e.includes(c.$t))}),getContainers:(e,t)=>e.containers[t],isDoingGetContainers:(0,i.createRegistrySelector)(e=>(t,n)=>e(c.gL).isFetchingGetContainers(n)),isDoingCreateContainer:e=>Object.values(e.isFetchingCreateContainer).some(Boolean),getPrimaryContainerID:(0,i.createRegistrySelector)(e=>()=>{const t=e(T.O4).isPrimaryAMP();if(void 0!==t)return t?e(c.gL).getAMPContainerID():e(c.gL).getContainerID()})},Fe=(0,i.combineStores)(Oe,Re,{initialState:{containers:{}},actions:Pe,controls:{},resolvers:Ge,selectors:$e}),{initialState:Ue,actions:Ve,controls:qe,reducer:He,resolvers:Be,selectors:Ze}=Fe,We=Fe;const Ke=(0,n(31199).d)({storeName:c.gL,tagMatchers:[/<script[^>]*>[^>]+?www.googletagmanager.com\/gtm[^>]+?['|"](GTM-[0-9A-Z]+)['|"]/,/<script[^>]*src=['|"]https:\/\/www.googletagmanager.com\/gtm\.js\?id=(GTM-[0-9A-Z]+)['|"]/,/<script[^>]*src=['|"]https:\/\/www.googletagmanager.com\/ns.html\?id=(GTM-[0-9A-Z]+)['|"]/,/<amp-analytics [^>]*config=['|"]https:\/\/www.googletagmanager.com\/amp.json\?id=(GTM-[0-9A-Z]+)['|"]/],isValidTag:M}),{initialState:Ye,actions:ze,controls:Qe,reducer:Je,resolvers:Xe,selectors:et}=Ke,tt=Ke;var nt=n(89967);const it=(0,ve.U)({baseName:"getLiveContainerVersion",argsToParams:(e,t)=>({accountID:e,internalContainerID:t}),validateParams:({accountID:e,internalContainerID:t}={})=>{ce()(P(e),"A valid accountID is required to fetch or receive a live container version."),ce()(U(t),"A valid internalContainerID is required to fetch or receive a live container version.")},controlCallback:async({accountID:e,internalContainerID:t})=>{try{return await(0,le.get)("modules",Y.H,"live-container-version",{accountID:e,internalContainerID:t},{useCache:!1})}catch(e){if(404===e.code&&e.message.includes("container version not found"))return null;throw e}},reducerCallback:(0,i.createReducer)((e,t,{accountID:n,internalContainerID:i})=>{e.liveContainerVersions[`${n}::${i}`]=t})}),st={*getLiveContainerVersion(e,t){if(!P(e)||!U(t))return;const{select:n}=yield i.commonActions.getRegistry();void 0===n(c.gL).getLiveContainerVersion(e,t)&&(yield it.actions.fetchGetLiveContainerVersion(e,t))}},rt={getLiveContainerGoogleTag:(0,i.createRegistrySelector)(e=>function(t,n,i){const s=e(c.gL).getLiveContainerVersion(n,i);if(void 0!==s)return s?.tag&&s.tag.find(({type:e})=>"googtag"===e)||null}),getLiveContainerGoogleTagID:(0,i.createRegistrySelector)(e=>function(t,n,i){const s=e(c.gL).getLiveContainerGoogleTag(n,i);if(void 0!==s){if(s?.parameter){let t=s.parameter.find(({key:e})=>"tagId"===e)?.value;if(t?.startsWith("{{")){t=t.replace(/(\{\{|\}\})/g,"");const s=e(c.gL).getLiveContainerVariable(n,i,t);t=s?.parameter.find(({key:e})=>"value"===e)?.value}if((0,nt.Xo)(t))return t}return null}}),getCurrentGTMGoogleTagID:(0,i.createRegistrySelector)(e=>function(){const t=e(c.gL).getAccountID();if(!P(t))return null;const n=e(c.gL).getInternalContainerID();return U(n)?e(c.gL).getLiveContainerGoogleTagID(t,n):null}),getLiveContainerVariable:(0,i.createRegistrySelector)(e=>function(t,n,i,s){const r=e(c.gL).getLiveContainerVersion(n,i);if(void 0!==r)return r?.variable&&r.variable.find(({name:e})=>e===s)||null}),getLiveContainerVersion:(e,t,n)=>e.liveContainerVersions[`${t}::${n}`],isDoingGetLiveContainerVersion:(0,i.createRegistrySelector)(e=>(t,n,i)=>e(c.gL).isFetchingGetLiveContainerVersion(n,i))},ot=(0,i.combineStores)(it,{initialState:{liveContainerVersions:{}},resolvers:st,selectors:rt}),{initialState:at,actions:ct,controls:lt,reducer:gt,resolvers:ut,selectors:dt}=ot,mt=ot;var pt=n(44451);const ht={selectors:{getServiceURL:(0,i.createRegistrySelector)(e=>(t,{path:n,query:i}={})=>{let s="https://tagmanager.google.com/";if(i&&(s=(0,pt.F)(s,i)),n){s=`${s}#${`/${n.replace(/^\//,"")}`}`}const r=e(S.oR).getAccountChooserURL(s);if(void 0!==r)return r})}},ft=(0,i.combineStores)(ye,Ee,We,tt,mt,(0,oe.k)(c.gL),he,ht),{initialState:yt,actions:vt,controls:_t,reducer:St,resolvers:bt,selectors:At}=ft;s().registerStore(c.gL,ft),o().registerModule(Y.H,{storeName:c.gL,SettingsEditComponent:SettingsEdit,SettingsViewComponent:SettingsView,SetupComponent:SetupMain,Icon:Z,features:[(0,a.__)("You will not be able to create tags without updating code","google-site-kit")]})},93896:(e,t,n)=>{n.d(t,{O4:()=>i,OQ:()=>r,qc:()=>s});const i="core/site",s="primary",r="secondary"},94552:(e,t,n)=>{n.d(t,{A:()=>c});var i=n(62688),s=n.n(i),r=n(4452),o=n.n(r),a=n(62540);function ChangeArrow({direction:e,invertColor:t,width:n,height:i}){return(0,a.jsx)("svg",{className:o()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:n,height:i,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:s().string,invertColor:s().bool,width:s().number,height:s().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const c=ChangeArrow},97398:(e,t,n)=>{n.d(t,{Y:()=>i});const i="search-console"},99897:(e,t,n)=>{n.d(t,{A_:()=>g,DF:()=>d,L1:()=>m,M0:()=>o,Mc:()=>a,Ok:()=>l,U9:()=>c,iW:()=>r,ue:()=>s,wq:()=>i,xR:()=>u});const i=1,s=2,r=3,o="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",c="_r.explorerCard..selmet",l="_r.explorerCard..seldim",g="_r..dataFilters",u="_r..nav",d="key-metrics-connect-ga4-cta-widget",m="analytics-4"}},e=>{e.O(0,[660],()=>{return t=93594,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-notifications-2736e03463ce2aa1bf04.js 0000755 00000704703 15111634507 0017356 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[510],{2362:(e,i,t)=>{t.d(i,{A:()=>I});var o=t(4452),n=t.n(o),a=t(62688),s=t.n(a),r=t(63696),l=t(62540);const c=(0,r.forwardRef)(({label:e,className:i,hasLeftSpacing:t=!1,...o},a)=>(0,l.jsx)("span",{ref:a,...o,className:n()("googlesitekit-badge",i,{"googlesitekit-badge--has-left-spacing":t}),children:e}));c.displayName="Badge",c.propTypes={label:s().string.isRequired,hasLeftSpacing:s().bool};const I=c},2522:(e,i,t)=>{t.d(i,{D:()=>a});var o=t(32091),n=t.n(o);function a(e,{dateRangeLength:i}){n()(Array.isArray(e),"report must be an array to partition."),n()(Number.isInteger(i)&&i>0,"dateRangeLength must be a positive integer.");const t=-1*i;return{currentRange:e.slice(t),compareRange:e.slice(2*t,t)}}},3288:(e,i,t)=>{t.d(i,{Q:()=>o});const o="emailReportingUserSettingsSelectionPanelOpened"},3714:(e,i,t)=>{t.d(i,{Kk:()=>a,SZ:()=>o,Yw:()=>s,oJ:()=>r,tT:()=>n});const o="body",n=[o,"display","headline","label","title"],a="small",s="medium",r=[a,s,"large"]},3782:(e,i,t)=>{t.d(i,{A:()=>CTAButton});var o=t(62688),n=t.n(o),a=t(49383),s=t(62540);function CTAButton({label:e,ariaLabel:i,disabled:t,inProgress:o,onClick:n,href:r}){return e&&(n||r)?(0,s.jsx)(a.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":i,disabled:t||o,isSaving:o,onClick:n,href:r,children:e}):null}CTAButton.propTypes={label:n().string,ariaLabel:n().string,disabled:n().bool,inProgress:n().bool,onClick:n().func,href:n().string,dismissOnClick:n().bool,dismissOptions:n().shape({expiresInSeconds:n().number,skipHidingFromQueue:n().bool})}},4869:(e,i,t)=>{t.d(i,{A:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__=function(e){if("string"==typeof e&&e.match(/[0-9]{8}/)){const i=e.slice(0,4),t=Number(e.slice(4,6))-1,o=e.slice(6,8);return new Date(i,t.toString(),o)}return!1}},7070:(e,i,t)=>{t.d(i,{A:()=>s});var o=t(63696),n=t(77766),a=t(12850);function s(e,i,{viewAction:t="view_notification",confirmAction:s="confirm_notification",dismissAction:r="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,n.A)(),I=null!=i?i:`${c}_${e}`;return{view:(0,o.useCallback)((...e)=>(0,a.sx)(I,t,...e),[I,t]),confirm:(0,o.useCallback)((...e)=>(0,a.sx)(I,s,...e),[I,s]),dismiss:(0,o.useCallback)((...e)=>(0,a.sx)(I,r,...e),[I,r]),clickLearnMore:(0,o.useCallback)((...e)=>(0,a.sx)(I,l,...e),[I,l])}}},7081:(e,i,t)=>{t.d(i,{F:()=>n,n:()=>o});const o="core/ui",n="activeContextID"},7184:(e,i,t)=>{t.d(i,{A:()=>j});var o=t(4452),n=t.n(o),a=t(62688),s=t.n(a),r=t(63696),l=t(32947),c=t(62540);function TitleIcon({className:e,children:i}){return(0,c.jsx)("div",{className:n()("googlesitekit-banner__title-icon",e),children:i})}function Title({className:e,children:i}){return(0,c.jsx)("p",{className:n()("googlesitekit-banner__title",e),children:i})}TitleIcon.propTypes={className:s().string,children:s().node},Title.propTypes={className:s().string,children:s().node};var I=t(12850),g=t(30823);function Description({className:e,description:i,learnMoreLink:t,additionalDescription:o,children:a}){return(0,c.jsxs)("div",{className:n()("googlesitekit-banner__description",e),children:[(0,r.isValidElement)(i)?i:"string"==typeof i?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,I.p9)(i,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):i," ",t?.href&&(0,c.jsx)(g.A,{...t}),o&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:o}),a]})}function HelpText({className:e,children:i}){return(0,c.jsx)("p",{className:n()("googlesitekit-banner__help-text",e),children:i})}Description.propTypes={className:s().string,description:s().oneOfType([s().string,s().node]),learnMoreLink:s().shape(g.A.propTypes),additionalDescription:s().oneOfType([s().string,s().node]),children:s().node},HelpText.propTypes={className:s().string,children:s().node};var M=t(3782),u=t(29584);function Footer({className:e,children:i}){return(0,c.jsx)("div",{className:n()("googlesitekit-banner__footer",e),children:i})}Footer.propTypes={className:s().string,children:s().node};var d=t(80035);const N=(0,r.forwardRef)(({className:e,titleIcon:i,title:t,description:o,additionalDescription:a,errorText:s,helpText:r,learnMoreLink:I,dismissButton:g,ctaButton:N,svg:j,footer:y},D)=>{const m=(0,l.dv)(),p=m===l.mp||m===l.Lg;let z=null;p&&j?.mobile?z=j.mobile:!p&&j?.desktop&&(z=j.desktop);const T=j?.verticalPosition?j.verticalPosition:"center";return(0,c.jsxs)("div",{ref:D,className:n()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[i&&(0,c.jsx)(TitleIcon,{children:i}),(0,c.jsx)(Title,{children:t}),(0,c.jsx)(Description,{description:o,learnMoreLink:I,additionalDescription:a}),r&&(0,c.jsx)(HelpText,{children:r}),s&&(0,c.jsx)(d.A,{type:"error",description:s}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[N&&(0,c.jsx)(M.A,{...N}),g?.onClick&&(0,c.jsx)(u.A,{...g})]})]}),z&&(0,c.jsx)("div",{className:n()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${T}`]:T}),style:{backgroundImage:`url(${z})`}}),y&&(0,c.jsx)(Footer,{children:y})]})});N.propTypes={titleIcon:s().node,title:s().string,description:s().oneOfType([s().string,s().node]),additionalDescription:s().oneOfType([s().string,s().node]),errorText:s().string,helpText:s().string,learnMoreLink:s().shape(g.A.propTypes),dismissButton:s().shape(u.A.propTypes),ctaButton:s().shape(M.A.propTypes),svg:s().shape({desktop:s().elementType,mobile:s().elementType,verticalPosition:s().oneOf(["top","center","bottom"])}),footer:s().node};const j=N},8143:(e,i,t)=>{t.d(i,{VZ:()=>a,dc:()=>s,pH:()=>n,r0:()=>r});var o=t(84024);function n(e){try{return new URL(e).pathname}catch{}return null}function a(e,i){try{return new URL(i,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof i?i:"")}function s(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function r(e,i){if(!(0,o.m)(e))return e;if(e.length<=i)return e;const t=new URL(e),n=e.replace(t.origin,"");if(n.length<i)return n;const a=n.length-Math.floor(i)+1;return"…"+n.substr(a)}},12108:(e,i,t)=>{t.d(i,{YJ:()=>a,Eq:()=>s});var o=t(32947),n=t(17243);function a(e,i){const o=document.querySelector(e);if(!o)return 0;const n=o.getBoundingClientRect().top,a=s(i);return n+t.g.scrollY-a}function s(e){let i=function(e){let i=0;const a=document.querySelector(".googlesitekit-header");i=a&&"sticky"===t.g.getComputedStyle(a).position?function(e){const i=document.querySelector(".googlesitekit-header");if(i){if(e===o.mp)return i.offsetHeight;const t=i.getBoundingClientRect().bottom;return t<0?0:t}return 0}(e):function(e){const i=document.querySelector("#wpadminbar");if(i&&e!==o.mp)return i.offsetHeight;return 0}(e);return i=function(e){return(0,n.isFinite)(e)?e:0}(i),i<0?0:i}(e);const a=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return i+=Array.from(a).reduce((e,i)=>e+i.offsetHeight,0),i}},12850:(e,i,t)=>{t.d(i,{tt:()=>E,Jg:()=>h,Gp:()=>T,GH:()=>z,r0:()=>A,Du:()=>x,Zf:()=>_,Cn:()=>P,G7:()=>j,vH:()=>N,N_:()=>b,zh:()=>W,mK:()=>I.mK,Ql:()=>S,vY:()=>Z,sq:()=>k,VZ:()=>U.VZ,JK:()=>I.JK,IS:()=>C,pH:()=>U.pH,kf:()=>B,O5:()=>O,Qr:()=>f,x6:()=>G,K5:()=>I.K5,S_:()=>d,dc:()=>U.dc,Eo:()=>I.Eo,jq:()=>I.jq,DK:()=>Y.D,N9:()=>Q,p9:()=>a.p,XH:()=>w,Zm:()=>l,sx:()=>n.sx,BI:()=>n.BI,CZ:()=>a.C,BG:()=>H});var o=t(17243),n=t(89318),a=t(82046),s=t(10523),r=t.n(s);function l(e){return r()(JSON.stringify(c(e)))}function c(e){const i={};return Object.keys(e).sort().forEach(t=>{let o=e[t];o&&"object"==typeof o&&!Array.isArray(o)&&(o=c(o)),i[t]=o}),i}var I=t(79829);function g(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function M(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function u(e){return e.replace(/\n/gi,"<br>")}function d(e){const i=[g,M,u];let t=e;for(const e of i)t=e(t);return t}function N(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function j(e){const i=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(i)||!i?0:i}var y=t(32091),D=t.n(y),m=t(82871);const p="Date param must construct to a valid date instance or be a valid date instance itself.",z="Invalid dateString parameter, it must be a string.",T='Invalid date range, it must be a string with the format "last-x-days".',A=60,h=60*A,E=24*h,x=7*E;function S(){function e(e){return(0,m.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,m._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function f(e=""){if(!(0,o.isString)(e))return!1;if(3!==e.split("-").length)return!1;const i=new Date(e);return(0,o.isDate)(i)&&!isNaN(i)}function k(e){D()((0,o.isDate)(e)&&!isNaN(e),p);const i=`${e.getMonth()+1}`,t=`${e.getDate()}`;return[e.getFullYear(),i.length<2?`0${i}`:i,t.length<2?`0${t}`:t].join("-")}function w(e){D()(f(e),z);const[i,t,o]=e.split("-");return new Date(i,t-1,o)}function C(e,i){return k(b(e,i*E))}function O(e){const i=e.split("-");return 3===i.length&&"last"===i[0]&&!Number.isNaN(i[1])&&!Number.isNaN(parseFloat(i[1]))&&"days"===i[2]}function b(e,i){D()(f(e)||(0,o.isDate)(e)&&!isNaN(e),z);const t=f(e)?Date.parse(e):e.getTime();return new Date(t-1e3*i)}var L=t(69743),v=t(94552),R=t(62540);function Z(e,i={}){if(Number.isNaN(Number(e)))return"";const{invertColor:t=!1}=i;return(0,L.Ay)((0,R.jsx)(v.A,{direction:e>0?"up":"down",invertColor:t}))}function P(e,i){return e>0&&i>0?e/i-1:e>0?1:i>0?-1:0}var U=t(8143);function G(e){const i=parseFloat(e)||0;return!!Number.isInteger(i)&&i>0}function B(e){if("number"==typeof e)return!0;const i=(e||"").toString();return!!i&&!isNaN(i)}function Q(e){return Array.isArray(e)?[...e].sort():e}var Y=t(2522);function _(e,i){function t(e){return"0"===e||0===e}if(t(e)&&t(i))return 0;if(t(e)||Number.isNaN(e))return null;const o=(i-e)/e;return Number.isNaN(o)||!Number.isFinite(o)?null:o}function H(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function W(e){if(!e)return"";const i=e.replace(/&#(\d+);/g,(e,i)=>String.fromCharCode(i)).replace(/(\\)/g,"");return(0,o.unescape)(i)}},14007:(e,i,t)=>{t.d(i,{A:()=>l});var o=t(47209),n=t(62688),a=t.n(n),s=t(63696),r=t(78325);function Portal({children:e,slug:i}){const[t]=(0,s.useState)(document.createElement("div"));return(0,o.A)(()=>{i&&t.classList.add(`googlesitekit-portal-${i}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(t),()=>e.removeChild(t)}),(0,r.createPortal)(e,t)}Portal.propTypes={slug:a().string,children:a().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,i,t)=>{t.d(i,{A:()=>Typography});var o=t(62688),n=t.n(o),a=t(4452),s=t.n(a),r=t(3714),l=t(62540);function Typography({className:e,type:i,size:t,as:o="span",children:n,...a}){return(0,l.jsx)(o,{className:s()("googlesitekit-typography",e,{[`googlesitekit-typography--${i}`]:i&&r.tT.includes(i),[`googlesitekit-typography--${t}`]:t&&r.oJ.includes(t)}),...a,children:n})}Typography.propTypes={className:n().string,type:n().oneOf(r.tT),size:n().oneOf(r.oJ),as:n().oneOfType([n().string,n().elementType])}},15210:(e,i,t)=>{t.d(i,{O:()=>n});var o=t(31234);const n=t.n(o)()(t.g)},15577:(e,i,t)=>{t.d(i,{SO:()=>c});var o=t(55620),n=t(99123);const a={},s=void 0===t.g?null:t.g;function r(){return[t.g.innerWidth,t.g.innerHeight]}function l(e=a){const{fps:i,leading:t,initialWidth:l=0,initialHeight:c=0}=e,[I,g]=(0,o._)("undefined"==typeof document?[l,c]:r,i,t);function M(){return g(r)}return(0,n.A)(s,"resize",M),(0,n.A)(s,"orientationchange",M),I}function c(e){return l(e)[0]}},15863:(e,i,t)=>{t.d(i,{i:()=>s});var o=t(63696),n=t(50539),a=t(7081);function s(e){const{setValue:i}=(0,n.useDispatch)(a.n);return(0,o.useCallback)(()=>{i("admin-screen-tooltip",{isTooltipVisible:!0,...e})},[i,e])}},19793:(e,i,t)=>{t.d(i,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o,n=t(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),o||(o=n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,i,t)=>{t.d(i,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o=t(63696),n=t(82286),a=t(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,i,s=t.g){const[r,l]=(0,o.useState)((0,n.d)(s.location.href,e)||i);return[r,function(i){l(i);const t=(0,a.F)(s.location.href,{[e]:i});s.history.replaceState(null,"",t)}]}},20678:(e,i,t)=>{t.d(i,{Ed:()=>s,GQ:()=>r,K$:()=>g,R2:()=>a,RB:()=>I,Sy:()=>l,qd:()=>c,z9:()=>n});var o=t(82871);const n={post_types:(0,o.__)("Specific content types","google-site-kit"),per_post:(0,o.__)("Specified pages","google-site-kit"),sitewide:(0,o.__)("Site wide","google-site-kit")},a="rrm-product-id-open-access-notice",s="rrm-product-id-info-notice",r="rrm-setup-notification",l="setup-success-notification-rrm",c="rrm-product-id-contributions-notification",I="rrm-product-id-subscriptions-notification",g="reader-revenue-manager"},20898:(e,i,t)=>{t.d(i,{A:()=>f});var o,n=t(4452),a=t.n(n),s=t(62688),r=t.n(s),l=t(39941),c=t(63696),I=t(82871);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},g.apply(null,arguments)}const M=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),o||(o=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var u;function d(){return d=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},d.apply(null,arguments)}const N=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),u||(u=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var j;function y(){return y=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},y.apply(null,arguments)}const D=e=>c.createElement("svg",y({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),j||(j=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var m=t(83366),p=t(84385),z=t(62540);const T="BUTTON",A="BUTTON_DISABLED",h="EXTERNAL_LINK",E="LINK",x="ROUTER_LINK",S=(0,c.forwardRef)((e,i)=>{const{"aria-label":t,secondary:o=!1,arrow:n=!1,back:s=!1,caps:r=!1,children:c,className:g="",danger:u=!1,disabled:d=!1,external:j=!1,hideExternalIndicator:y=!1,href:S="",inverse:f=!1,noFlex:k=!1,onClick:w,small:C=!1,standalone:O=!1,linkButton:b=!1,to:L,leadingIcon:v,trailingIcon:R,...Z}=e;const P=S||L||!w?L?x:j?h:E:d?A:T;const U=P===T||P===A?"button":P===x?l.N_:"a",G=function(){let e;return P===h&&(e=(0,I._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===A&&(e=(0,I._x)("(disabled)","screen reader text","google-site-kit")),e?t?`${t} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:t}();let B=v,Q=R;return s&&(B=(0,z.jsx)(D,{width:14,height:14})),j&&!y&&(Q=(0,z.jsx)(m.A,{width:14,height:14})),n&&!f&&(Q=(0,z.jsx)(M,{width:14,height:14})),n&&f&&(Q=(0,z.jsx)(N,{width:14,height:14})),(0,z.jsxs)(U,{"aria-label":G,className:a()("googlesitekit-cta-link",g,{"googlesitekit-cta-link--secondary":o,"googlesitekit-cta-link--inverse":f,"googlesitekit-cta-link--small":C,"googlesitekit-cta-link--caps":r,"googlesitekit-cta-link--danger":u,"googlesitekit-cta-link--disabled":d,"googlesitekit-cta-link--standalone":O,"googlesitekit-cta-link--link-button":b,"googlesitekit-cta-link--no-flex":!!k}),disabled:d,href:P!==E&&P!==h||d?void 0:S,onClick:w,rel:P===h?"noopener noreferrer":void 0,ref:i,target:P===h?"_blank":void 0,to:L,...Z,children:[!!B&&(0,z.jsx)(p.A,{marginRight:5,children:B}),(0,z.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!Q&&(0,z.jsx)(p.A,{marginLeft:5,children:Q})]})});S.propTypes={arrow:r().bool,back:r().bool,caps:r().bool,children:r().node,className:r().string,danger:r().bool,disabled:r().bool,external:r().bool,hideExternalIndicator:r().bool,href:r().string,inverse:r().bool,leadingIcon:r().node,linkButton:r().bool,noFlex:r().bool,onClick:r().func,small:r().bool,standalone:r().bool,to:r().string,trailingIcon:r().node};const f=S},21134:(e,i,t)=>{t.d(i,{Gq:()=>g,IL:()=>N,LD:()=>u,SO:()=>M,a2:()=>n,xD:()=>d});var o=t(12850);const n="googlesitekit_",a=`${n}1.165.0_${t.g._googlesitekitBaseData.storagePrefix}_`,s=["sessionStorage","localStorage"];let r,l=[...s];async function c(e){const i=t.g[e];if(!i)return!1;try{const e="__storage_test__";return i.setItem(e,e),i.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==i.length}}async function I(){if(void 0!==r)return r;for(const e of l)r||await c(e)&&(r=t.g[e]);return void 0===r&&(r=null),r}async function g(e){const i=await I();if(i){const t=i.getItem(`${a}${e}`);if(t){const e=JSON.parse(t),{timestamp:i,ttl:o,value:n,isError:a}=e;if(i&&(!o||Math.round(Date.now()/1e3)-i<o))return{cacheHit:!0,value:n,isError:a}}}return{cacheHit:!1,value:void 0}}async function M(e,i,{ttl:n=o.Jg,timestamp:s=Math.round(Date.now()/1e3),isError:r=!1}={}){const l=await I();if(l)try{return l.setItem(`${a}${e}`,JSON.stringify({timestamp:s,ttl:n,value:i,isError:r})),!0}catch(e){return t.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function u(e){const i=await I();if(i)try{const t=e.startsWith(n)?e:`${a}${e}`;return i.removeItem(t),!0}catch(e){return t.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function d(){const e=await I();if(e)try{const i=[];for(let t=0;t<e.length;t++){const o=e.key(t);0===o.indexOf(n)&&i.push(o)}return i}catch(e){return t.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function N(){if(await I()){const e=await d();for(const i of e)await u(i);return!0}return!1}},23224:(e,i,t)=>{t.d(i,{A:()=>c});var o=t(62688),n=t.n(o),a=t(4452),s=t.n(a),r=t(32947),l=t(62540);function PreviewBlock({className:e,width:i,height:t,shape:o,padding:n,smallWidth:a,smallHeight:c,tabletWidth:I,tabletHeight:g,desktopWidth:M,desktopHeight:u}){const d=(0,r.dv)(),N={width:{[r.mp]:a,[r.Lg]:I,[r.Fo]:M,[r.Qb]:M},height:{[r.mp]:c,[r.Lg]:g,[r.Fo]:u,[r.Qb]:M}};return(0,l.jsx)("div",{className:s()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":n}),style:{width:N.width[d]||i,height:N.height[d]||t},children:(0,l.jsx)("div",{className:s()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===o})})})}PreviewBlock.propTypes={className:n().string,width:n().string,height:n().string,shape:n().string,padding:n().bool,smallWidth:n().string,smallHeight:n().string,tabletWidth:n().string,tabletHeight:n().string,desktopWidth:n().string,desktopHeight:n().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,i,t)=>{t.d(i,{Ax:()=>a,CZ:()=>I,Ej:()=>A,Gw:()=>h,Is:()=>s,KK:()=>M,Nn:()=>x,OT:()=>z,SH:()=>p,Y$:()=>u,ZS:()=>r,bg:()=>j,en:()=>T,ep:()=>N,f7:()=>n,hi:()=>d,jU:()=>o,k$:()=>D,kz:()=>E,ly:()=>l,mo:()=>y,s3:()=>m,uR:()=>c,zx:()=>g});const o="mainDashboard",n="entityDashboard",a="mainDashboardViewOnly",s="entityDashboardViewOnly",r="userInput",l="activation",c="splash",I="adminBar",g="adminBarViewOnly",M="settings",u="adBlockingRecovery",d="wpDashboard",N="wpDashboardViewOnly",j="moduleSetup",y="metricSelection",D="wpBlockEditor",m="keyMetricsSetup",p="key-metrics",z="traffic",T="content",A="speed",h="monetization",E=[o,n,a,s,r,c,M,j,y],x=[a,s,g,N]},27333:(e,i,t)=>{t.d(i,{A:()=>a});var o=t(35470),n=t(78340);function a(e,i){return(0,o.A)(t=>{const{getValue:o}=t(n.s);return o(e,i)},[e,i])}},29584:(e,i,t)=>{t.d(i,{A:()=>DismissButton});var o=t(62688),n=t.n(o),a=t(82871),s=t(49383),r=t(62540);function DismissButton({className:e,label:i=(0,a.__)("Maybe later","google-site-kit"),onClick:t,disabled:o,tertiary:n=!0}){return t?(0,r.jsx)(s.Button,{className:e,onClick:t,disabled:o,tertiary:n,children:i}):null}DismissButton.propTypes={className:n().string,label:n().string,onClick:n().func,disabled:n().bool,tertiary:n().bool,dismissOptions:n().shape({expiresInSeconds:n().number,skipHidingFromQueue:n().bool})}},30823:(e,i,t)=>{t.d(i,{A:()=>LearnMoreLink});var o=t(62688),n=t.n(o),a=t(82871),s=t(20898),r=t(62540);function LearnMoreLink({href:e,className:i,label:t=(0,a.__)("Learn more","google-site-kit"),external:o=!0,onClick:n=()=>{}}){return e?(0,r.jsx)(s.A,{href:e,className:i,onClick:n,external:o,children:t}):null}LearnMoreLink.propTypes={href:n().string.isRequired,className:n().string,label:n().string,external:n().bool,onClick:n().func}},32947:(e,i,t)=>{t.d(i,{Fo:()=>a,Lg:()=>s,Qb:()=>n,dv:()=>l,mp:()=>r});var o=t(15577);const n="xlarge",a="desktop",s="tablet",r="small";function l(){const e=(0,o.SO)();return e>1280?n:e>960?a:e>600?s:r}},34375:(e,i,t)=>{t.d(i,{A:()=>SetupCTA});var o=t(4452),n=t.n(o),a=t(62688),s=t.n(a),r=t(63696),l=t(50539),c=t(71423),I=t(7070),g=t(7184),M=t(30823),u=t(3782),d=t(29584),N=t(55527),j=t(49383),y=t(62540);function SetupCTA({notificationID:e,title:i,description:t,errorText:o,helpText:a,learnMoreLink:s,dismissButton:M,ctaButton:u,svg:d,footer:D,gaTrackingEventArgs:m,waitingProgress:p,...z}){const T=(0,I.A)(e,m?.category),{dismissNotification:A}=(0,l.useDispatch)(c.D);return(0,y.jsxs)(r.Fragment,{children:[!!p&&(0,y.jsx)(j.ProgressBar,{className:"googlesitekit-banner__progress-bar",...p}),(0,y.jsx)("div",{className:n()("googlesitekit-widget-context",{"googlesitekit-widget-context--with-progress-bar":!!p}),children:(0,y.jsx)(N.xA,{children:(0,y.jsx)(N.fI,{children:(0,y.jsx)(N.fh,{size:12,children:(0,y.jsx)(g.A,{className:"googlesitekit-banner--setup-cta",title:i,description:t,errorText:o,helpText:a,learnMoreLink:s&&{...s,onClick:async function(e){T.clickLearnMore(m?.label,m?.value),await(s?.onClick?.(e))}},dismissButton:M&&{...M,onClick:async function(i){await(M?.onClick?.(i)),T.dismiss(m?.label,m?.value),A(e,{...M?.dismissOptions})}},ctaButton:u&&{...u,onClick:async function(i){T.confirm(m?.label,m?.value),await(u?.onClick?.(i)),u?.dismissOnClick&&A(e,{...u?.dismissOptions})}},svg:d,footer:D,...z})})})})})]})}SetupCTA.propTypes={notificationID:s().string,title:s().string,description:s().oneOfType([s().string,s().node]),errorText:s().string,helpText:s().string,learnMoreLink:s().shape(M.A.propTypes),dismissButton:s().shape(d.A.propTypes),ctaButton:s().shape(u.A.propTypes),svg:s().shape({desktop:s().elementType,mobile:s().elementType,verticalPosition:s().oneOf(["top","center","bottom"])}),footer:s().node,gaTrackingEventArgs:s().shape({category:s().string,label:s().string,value:s().number}),waitingProgress:s().shape(j.ProgressBar.propTypes)}},35323:(e,i,t)=>{t.d(i,{A:()=>a});var o=t(24558),n=t(77766);function a(){const e=(0,n.A)();return o.Nn.includes(e)}},37226:(e,i,t)=>{t.d(i,{U:()=>n,i:()=>o});const o="core/modules",n="insufficient_module_dependencies"},39771:(e,i,t)=>{t.d(i,{Ay:()=>TourTooltips,R0:()=>N,ei:()=>y});var o=t(15844),n=t(36703),a=t(62688),s=t.n(a),r=t(82871),l=t(50539),c=t(7081),I=t(58116),g=t(89318),M=t(60592),u=t(77766),d=t(62540);const N={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},j={back:(0,r.__)("Back","google-site-kit"),close:(0,r.__)("Close","google-site-kit"),last:(0,r.__)("Got it","google-site-kit"),next:(0,r.__)("Next","google-site-kit")},y={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},D={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:i,gaEventCategory:a,callback:s}){const r=`${i}-step`,m=`${i}-run`,{setValue:p}=(0,l.useDispatch)(c.n),{dismissTour:z}=(0,l.useDispatch)(I.oR),T=(0,l.useRegistry)(),A=(0,u.A)(),h=(0,l.useSelect)(e=>e(c.n).getValue(r)||0),E=(0,l.useSelect)(e=>e(c.n).getValue(m)&&!1===e(I.oR).isTourDismissed(i));(0,o.A)(function(){t.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${i}`),p(m,!0)});const x=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,d.jsx)(n.Ay,{callback:function(e){!function({index:e,action:i,lifecycle:t,size:o,status:s,type:r}){const l=e+1,c="function"==typeof a?a(A):a;r===n.qY.TOOLTIP&&t===n.VD.TOOLTIP?(0,g.sx)(c,D.VIEW,l):i===n.kl.CLOSE&&t===n.VD.COMPLETE?(0,g.sx)(c,D.DISMISS,l):i===n.kl.NEXT&&s===n.XQ.FINISHED&&r===n.qY.TOUR_END&&o===l&&(0,g.sx)(c,D.COMPLETE,l),t===n.VD.COMPLETE&&s!==n.XQ.FINISHED&&(i===n.kl.PREV&&(0,g.sx)(c,D.PREV,l),i===n.kl.NEXT&&(0,g.sx)(c,D.NEXT,l))}(e);const{action:o,index:l,status:c,step:I,type:M}=e,u=o===n.kl.CLOSE,d=!u&&[n.qY.STEP_AFTER,n.qY.TARGET_NOT_FOUND].includes(M),N=[n.XQ.FINISHED,n.XQ.SKIPPED].includes(c),j=u&&M===n.qY.STEP_AFTER,y=N||j;if(n.qY.STEP_BEFORE===M){let e=I.target;"string"==typeof I.target&&(e=t.g.document.querySelector(I.target)),e?.scrollIntoView?.({block:"center"})}d?function(e,i){p(r,e+(i===n.kl.PREV?-1:1))}(l,o):y&&(t.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${i}`),z(i)),s&&s(e,T)},floaterProps:y,locale:j,run:E,stepIndex:h,steps:x,styles:N,tooltipComponent:M.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:s().arrayOf(s().object).isRequired,tourID:s().string.isRequired,gaEventCategory:s().oneOfType([s().string,s().func]).isRequired,callback:s().func}},40127:(e,i,t)=>{function o(e,i,t=()=>!0){return"string"==typeof e?t(e):!("object"!=typeof e||!i(e))||!!Array.isArray(e)&&e.every(e=>"string"==typeof e?t(e):"object"==typeof e&&i(e))}function n({startDate:e,endDate:i}){const t=e&&e.match(/^\d{4}-\d{2}-\d{2}$/),o=i&&i.match(/^\d{4}-\d{2}-\d{2}$/);return t&&o}function a(e){function i(e){const i=e.hasOwnProperty("fieldName")&&!!e.fieldName,t=e.hasOwnProperty("sortOrder")&&/(ASCENDING|DESCENDING)/i.test(e.sortOrder.toString());return i&&t}return Array.isArray(e)?e.every(e=>"object"==typeof e&&i(e)):"object"==typeof e&&i(e)}function s(e){return"string"==typeof e||!!Array.isArray(e)&&e.every(e=>"string"==typeof e)}t.d(i,{G4:()=>a,O5:()=>n,cX:()=>o,cq:()=>s})},41617:(e,i,t)=>{t.d(i,{X:()=>o});const o="consent-mode-setup-cta-widget"},42343:(e,i,t)=>{t.d(i,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o,n=t(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),o||(o=n.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},45472:(e,i,t)=>{t.d(i,{M:()=>o});const o="core/location"},45512:(e,i,t)=>{t.d(i,{f:()=>n,n:()=>o});const o="modules/search-console",n=1},47121:(e,i,t)=>{t.d(i,{$C:()=>S,RF:()=>x,WI:()=>h,_5:()=>z,jU:()=>p,o3:()=>m,x0:()=>A});var o=t(32091),n=t.n(o),a=t(50532),s=t.n(a),r=t(17243),l=t(78913);const c="GET_REGISTRY",I="AWAIT";function g(...e){const i=e.reduce((e,i)=>({...e,...i}),{}),t=T(e.reduce((e,i)=>[...e,...Object.keys(i)],[]));return n()(0===t.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${t.join(", ")}. Check your data stores for duplicates.`),i}const M=g,u=g;function d(...e){const i=[...e];let t;return"function"!=typeof i[0]&&(t=i.shift()),(e=t,o={})=>i.reduce((e,i)=>i(e,o),e)}const N=g,j=g,y=g;function D(e){return e}function m(...e){const i=y(...e.map(e=>e.initialState||{}));return{initialState:i,controls:u(...e.map(e=>e.controls||{})),actions:M(...e.map(e=>e.actions||{})),reducer:d(i,...e.map(e=>e.reducer||D)),resolvers:N(...e.map(e=>e.resolvers||{})),selectors:j(...e.map(e=>e.selectors||{}))}}const p={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:I}}},z={[c]:(0,l.b)(e=>()=>e),[I]:({payload:e})=>e.value};function T(e){const i=[],t={};for(let o=0;o<e.length;o++){const n=e[o];t[n]=t[n]>=1?t[n]+1:1,t[n]>1&&i.push(n)}return i}const A={actions:p,controls:z,reducer:D};function h(e){return i=>E(e(i))}const E=s()(e=>(0,r.mapValues)(e,(e,i)=>(...t)=>{const o=e(...t);return n()(void 0!==o,`${i}(...) is not resolved`),o}));function x(e,{negate:i=!1}={}){return{safeSelector:(0,l.N)(t=>(o,...n)=>{const a=!i,s=!!i;try{return e(t,o,...n),a}catch{return s}}),dangerousSelector:(0,l.N)(i=>(t,...o)=>{e(i,t,...o)})}}function S(e,i){return n()("function"==typeof e,"a validator function is required."),n()("function"==typeof i,"an action creator function is required."),n()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...t)=>(e(...t),i(...t))}},49383:e=>{e.exports=googlesitekit.components},49655:(e,i,t)=>{t.d(i,{Q:()=>o});const o={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},53137:(e,i,t)=>{t.d(i,{FQ:()=>a,He:()=>r,bI:()=>s,rq:()=>n,ui:()=>o});const o="warning-notification-gtg",n="gtg-setup-cta",a={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},s={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},r={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54349:(e,i,t)=>{t.d(i,{A:()=>NoticeNotification});var o=t(80035),n=t(7070),a=t(50539),s=t(71423),r=t(55527),l=t(62688),c=t.n(l),I=t(62540);function NoticeNotification({notificationID:e,children:i,dismissButton:t,ctaButton:l,gaTrackingEventArgs:c,...g}){const M=(0,n.A)(e),{dismissNotification:u}=(0,a.useDispatch)(s.D);return(0,I.jsx)(r.xA,{children:(0,I.jsx)(r.fI,{children:(0,I.jsx)(r.fh,{size:12,alignMiddle:!0,children:(0,I.jsx)(o.A,{dismissButton:{...t,onClick:async function(i){await(t?.onClick?.(i)),M.dismiss(c?.label,c?.value),u(e,{...t?.dismissOptions||{}})}},ctaButton:{...l,onClick:async function(i){M.confirm(c?.label,c?.value),await(l?.onClick?.(i)),l?.dismissOnClick&&u(e,{...l?.dismissOptions})}},...g,children:i})})})})}NoticeNotification.propTypes={notificationID:c().string.isRequired,children:c().node,dismissButton:c().oneOfType([c().bool,c().object]),ctaButton:c().object,gaTrackingEventArgs:c().object}},55527:(e,i,t)=>{t.d(i,{$z:()=>n.$,CR:()=>r.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>o.N,P3:()=>s.P,Si:()=>a.S,fI:()=>I.fI,fh:()=>I.fh,lG:()=>c.a,xA:()=>I.xA});var o=t(91046),n=t(3412),a=t(30454),s=t(26569),r=t(56655),l=t(12786),c=t.n(l),I=t(75487)},58116:(e,i,t)=>{t.d(i,{$8:()=>s,$Q:()=>u,BT:()=>b,CQ:()=>x,DF:()=>W,GM:()=>E,GT:()=>D,HA:()=>Z,HD:()=>M,HP:()=>O,J5:()=>U,JF:()=>f,JK:()=>j,Ml:()=>N,SS:()=>L,UF:()=>I,UY:()=>Y,Vl:()=>v,W6:()=>H,Xq:()=>S,YQ:()=>k,Yw:()=>Q,dV:()=>C,dX:()=>h,ej:()=>c,em:()=>a,ep:()=>T,fu:()=>p,gC:()=>m,hz:()=>d,jx:()=>g,lV:()=>l,nH:()=>P,oR:()=>o,od:()=>r,p3:()=>y,pG:()=>A,qv:()=>n,qy:()=>w,t1:()=>_,t7:()=>B,tB:()=>z,tK:()=>G,u_:()=>R});const o="core/user",n="connected_url_mismatch",a="__global",s="temporary_persist_permission_error",r="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",I="googlesitekit_setup",g="googlesitekit_view_dashboard",M="googlesitekit_manage_options",u="googlesitekit_read_shared_module_data",d="googlesitekit_manage_module_sharing_options",N="googlesitekit_delegate_module_sharing_management",j="googlesitekit_update_plugins",y="kmAnalyticsAdSenseTopEarningContent",D="kmAnalyticsEngagedTrafficSource",m="kmAnalyticsLeastEngagingPages",p="kmAnalyticsNewVisitors",z="kmAnalyticsPopularAuthors",T="kmAnalyticsPopularContent",A="kmAnalyticsPopularProducts",h="kmAnalyticsReturningVisitors",E="kmAnalyticsTopCities",x="kmAnalyticsTopCitiesDrivingLeads",S="kmAnalyticsTopCitiesDrivingAddToCart",f="kmAnalyticsTopCitiesDrivingPurchases",k="kmAnalyticsTopDeviceDrivingPurchases",w="kmAnalyticsTopConvertingTrafficSource",C="kmAnalyticsTopCountries",O="kmAnalyticsTopPagesDrivingLeads",b="kmAnalyticsTopRecentTrendingPages",L="kmAnalyticsTopTrafficSource",v="kmAnalyticsTopTrafficSourceDrivingAddToCart",R="kmAnalyticsTopTrafficSourceDrivingLeads",Z="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",U="kmAnalyticsVisitLength",G="kmAnalyticsTopReturningVisitorPages",B="kmSearchConsolePopularKeywords",Q="kmAnalyticsVisitsPerVisitor",Y="kmAnalyticsMostEngagingPages",_="kmAnalyticsTopCategories",H=[y,D,m,p,z,T,A,h,_,E,x,S,f,k,w,C,b,L,v,P,U,G,Q,Y,_],W=[...H,B]},59323:(e,i,t)=>{t.d(i,{A:()=>c});var o=t(62688),n=t.n(o),a=t(32947),s=t(15167),r=t(3714),l=t(62540);function c({type:e=r.SZ,size:i,children:t,...o}){const n=(0,a.dv)();return(0,l.jsx)(s.A,{as:"p",type:e,size:i||(n===a.mp?r.Kk:r.Yw),...o,children:t})}c.propTypes={type:n().oneOf(r.tT),size:n().oneOf(r.oJ)}},60592:(e,i,t)=>{t.d(i,{A:()=>TourTooltip});var o=t(28056),n=t.n(o),a=t(4452),s=t.n(a),r=t(62688),l=t.n(r),c=t(82871),I=t(49383);var g=t(72545),M=t(15167),u=t(62540);function TourTooltip({backProps:e,closeProps:i,index:t,primaryProps:a,size:r,step:l,tooltipProps:d}){const N=r>1?function(e){return new Array(null!=e?e:0).fill().map((e,i)=>i)}(r):[];function j(e){return s()("googlesitekit-tooltip-indicator",{active:e===t})}return(0,u.jsx)("div",{className:s()("googlesitekit-tour-tooltip",l.className),...d,children:(0,u.jsxs)(n(),{className:"googlesitekit-tooltip-card",children:[(0,u.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,u.jsx)(M.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,u.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,u.jsxs)(o.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,u.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:N.map(e=>(0,u.jsx)("li",{className:j(e)},`indicator-${e}`))}),(0,u.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==t&&(0,u.jsx)(I.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,a.title&&(0,u.jsx)(I.Button,{className:"googlesitekit-tooltip-button",text:!0,...a,children:a.title})]})]}),(0,u.jsx)(I.Button,{className:"googlesitekit-tooltip-close",icon:(0,u.jsx)(g.A,{width:"14",height:"14"}),onClick:i.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,i,t)=>{t.d(i,{Ay:()=>s,Kq:()=>a});const o=(0,t(63696).createContext)(""),{Consumer:n,Provider:a}=o,s=o},64067:(e,i,t)=>{t.d(i,{P9:()=>y,k:()=>d,mR:()=>j});var o=t(32091),n=t.n(o),a=t(17243),s=t(50539),r=t.n(s),l=t(21134),c=t(12850);const I="CREATE_SNAPSHOT",g="DELETE_SNAPSHOT",M="RESTORE_SNAPSHOT",u="SET_STATE_FROM_SNAPSHOT";function d(e,{keysToSnapshot:i}={}){n()(e,"storeName is required to create a snapshot store.");const t={},o={*deleteSnapshot(){return yield{payload:{},type:g}},*restoreSnapshot(e={}){const{clearAfterRestore:i=!0}=e,{cacheHit:t,value:o}=yield{payload:{},type:M};return t&&(yield{payload:{snapshot:o},type:u},i&&(yield{payload:{},type:g})),t},*createSnapshot(){return yield{payload:{},type:I}}},r={[g]:()=>(0,l.LD)(`datastore::cache::${e}`),[I]:(0,s.createRegistryControl)(t=>()=>{const o=t.stores[e].store.getState(),n=i?.length>0?(0,a.pick)(o,i):o;return(0,l.SO)(`datastore::cache::${e}`,n)}),[M]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:t,actions:o,controls:r,reducer:function(e=t,{type:o,payload:n}){if(o===u){const{snapshot:t}=n,{error:o,...a}=t;return i?.length>0?{...e,...a}:a}return e}}}function N(e=r()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function j(e=r()){return Promise.all(N(e).map(e=>e.getActions().createSnapshot()))}function y(e=r()){return Promise.all(N(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,i,t)=>{t.d(i,{G:()=>n,t:()=>o});const o=new Set(t.g?._googlesitekitBaseData?.enabledFeatures||[]);function n(e,i=o){return i instanceof Set&&i.has(e)}},67150:(e,i,t)=>{t.d(i,{G:()=>c,HY:()=>g,SG:()=>I,db:()=>n,e4:()=>u,vl:()=>M});t(17243);var o=t(82871);const n="missing_required_scopes",a="insufficientPermissions",s="forbidden",r="internal_server_error",l="invalid_json";function c(e){return e?.code===n}function I(e){return[a,s].includes(e?.data?.reason)}function g(e){return!!e?.data?.reconnectURL}function M(e,i){return!(!i?.storeName||I(e)||c(e)||g(e))}function u(e){return e?.code===r?(0,o.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,o.__)("The server provided an invalid response","google-site-kit"):e?.message}},68326:(e,i,t)=>{t.d(i,{A:()=>s});var o=t(50532),n=t.n(o),a=t(17243);const s=n()(({metrics:e,dimensions:i,...t}={})=>({metrics:r(e),dimensions:l(i),...t}));function r(e){return(0,a.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,a.isPlainObject)(e))}function l(e){return(0,a.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,a.isPlainObject)(e))}},68485:(e,i,t)=>{t.d(i,{r:()=>AdminScreenTooltip,i:()=>o.i});var o=t(15863),n=t(63696),a=t(50539),s=t(62688),r=t(36703),l=t(40960),c=t(60592),I=t(14007),g=t(39771),M=t(32947),u=t(62540);function JoyrideTooltip(e){const{title:i,content:o,dismissLabel:a,disableOverlay:s=!0,target:d,cta:N=!1,className:j,styles:y={},slug:D="",placement:m="auto",onDismiss:p=()=>{},onView:z=()=>{},onTourStart:T=()=>{},onTourEnd:A=()=>{}}=e;function h(){return!!t.g.document.querySelector(d)}const[E,x]=(0,n.useState)(h),S=(0,M.dv)(),f=S===M.mp||S===M.Lg,[k,w]=(0,n.useState)(!0),C=(0,n.useRef)(f);if((0,l.A)(()=>{h()&&x(!0)},E?null:250),(0,n.useEffect)(()=>{let e=()=>{};if("function"==typeof t.g.ResizeObserver){const i=t.g.document.querySelector(d);if(i){const o=new ResizeObserver(()=>{t.g.dispatchEvent(new Event("resize"))});o.observe(i),e=()=>o.disconnect()}}return e},[d,E]),(0,n.useEffect)(()=>{let e;return C.current!==f&&(w(!1),e=setTimeout(()=>{w(!0)},50),C.current=f),()=>{e&&clearTimeout(e)}},[f]),!E)return null;const O=[{title:i,target:d,content:o,disableBeacon:!0,isFixed:!0,placement:m,cta:N,className:j}],b={close:a,last:a};return(0,u.jsx)(I.A,{slug:D,children:(0,u.jsx)(r.Ay,{callback:function({type:e}){switch(e){case r.qY.TOUR_START:T(),t.g.document.body.classList.add("googlesitekit-showing-tooltip");break;case r.qY.TOUR_END:A(),t.g.document.body.classList.remove("googlesitekit-showing-tooltip");break;case r.qY.STEP_AFTER:p();break;case r.qY.TOOLTIP:z()}},disableOverlay:s,spotlightPadding:0,floaterProps:g.ei,locale:b,steps:O,styles:{...g.R0,...y,options:{...g.R0.options,...y?.options},spotlight:{...g.R0.spotlight,...y?.spotlight}},tooltipComponent:c.A,run:k,disableScrolling:!0})})}JoyrideTooltip.propTypes={title:s.PropTypes.node,content:s.PropTypes.string,disableOverlay:s.PropTypes.bool,dismissLabel:s.PropTypes.string,target:s.PropTypes.string.isRequired,onDismiss:s.PropTypes.func,onShow:s.PropTypes.func,className:s.PropTypes.string,styles:s.PropTypes.object,slug:s.PropTypes.string,placement:s.PropTypes.string,onView:s.PropTypes.func};var d=t(7081),N=t(12850),j=t(77766);function AdminScreenTooltip(){const e=(0,j.A)(),{setValue:i}=(0,a.useDispatch)(d.n),t=(0,M.dv)(),{isTooltipVisible:o=!1,target:s,placement:r,className:l,tooltipSlug:c,title:I,content:g,dismissLabel:y}=(0,a.useSelect)(e=>e(d.n).getValue("admin-screen-tooltip")||{isTooltipVisible:!1});const D=(0,n.useCallback)(()=>{c&&(0,N.sx)(`${e}_${c}`,"tooltip_dismiss"),i("admin-screen-tooltip",void 0)},[i,c,e]);if(!o)return null;const m=t===M.mp||t===M.Lg,p=null!=s?s:'#adminmenu [href*="page=googlesitekit-settings"]',z=null!=r?r:"right";return(0,u.jsx)(JoyrideTooltip,{target:m?"body":p,placement:m?"center":z,className:m?"googlesitekit-tour-tooltip__modal_step":l||(s?void 0:"googlesitekit-tour-tooltip__fixed-settings-tooltip"),disableOverlay:!m,slug:"admin-screen-tooltip",title:I,content:g,dismissLabel:y,onView:function(){(0,N.sx)(`${e}_${c}`,"tooltip_view")},onDismiss:D})}},71423:(e,i,t)=>{t.d(i,{$:()=>a,D:()=>n});var o=t(24558);const n="core/notifications",a=[o.uR,o.jU,o.f7,o.Ax,o.Is]},71564:(e,i,t)=>{t.d(i,{G4:()=>c,Ig:()=>a,Q3:()=>l,a2:()=>s,wA:()=>r});var o=t(17243),n=t(40127);function a(e){function i(e){return"string"==typeof e&&/^[a-zA-Z0-9_]+$/.test(e)}if("string"==typeof e){return e.split(",").every(i)}return(0,n.cX)(e,e=>{const t=e.hasOwnProperty("name")&&i(e.name);if(!e.hasOwnProperty("expression"))return t;const o="string"==typeof e.expression;return t&&o},i)}function s(e){return(0,n.cX)(e,e=>e.hasOwnProperty("name")&&"string"==typeof e.name)}function r(e){const i=["string"];return Object.keys(e).every(t=>{if(i.includes(typeof e[t]))return!0;if(Array.isArray(e[t]))return e[t].every(e=>i.includes(typeof e));if((0,o.isPlainObject)(e[t])){const i=Object.keys(e[t]);return!!i.includes("filterType")&&!("emptyFilter"!==e[t].filterType&&!i.includes("value"))}return!1})}function l(e){const i=["string"],t=["numericFilter","betweenFilter"];return Object.values(e).every(e=>{if(i.includes(typeof e))return!0;if(Array.isArray(e))return e.every(e=>i.includes(typeof e));if(!(0,o.isPlainObject)(e))return!1;const{filterType:n,value:a,fromValue:s,toValue:r}=e;if(n&&!t.includes(n))return!1;const l=Object.keys(e);return n&&"numericFilter"!==n?"betweenFilter"===n&&(l.includes("fromValue")&&l.includes("toValue")&&[s,r].every(e=>!(0,o.isPlainObject)(e)||"int64Value"in e)):l.includes("operation")&&l.includes("value")&&(!(0,o.isPlainObject)(a)||"int64Value"in a)})}function c(e){return!!Array.isArray(e)&&e.every(e=>!!(0,o.isPlainObject)(e)&&((!e.hasOwnProperty("desc")||"boolean"==typeof e.desc)&&(e.metric?!e.dimension&&"string"==typeof e.metric?.metricName:!!e.dimension&&"string"==typeof e.dimension?.dimensionName)))}},72455:(e,i,t)=>{t.d(i,{CV:()=>S,Cu:()=>T,K9:()=>o,Kr:()=>N,Lf:()=>u,Oh:()=>s,PW:()=>x,Rx:()=>O,S9:()=>j,TQ:()=>g,Vt:()=>w,Wl:()=>p,ZC:()=>n,ZY:()=>r,_p:()=>C,ag:()=>d,aj:()=>M,bz:()=>f,dq:()=>k,f2:()=>c,fB:()=>E,fV:()=>h,iB:()=>I,kc:()=>l,mo:()=>D,nc:()=>A,rm:()=>z,to:()=>a,wo:()=>y,yn:()=>m});const o="modules/analytics-4",n="account_create",a="property_create",s="webdatastream_create",r="analyticsSetup",l=10,c=1,I="https://www.googleapis.com/auth/tagmanager.readonly",g="enhanced-measurement-form",M="enhanced-measurement-enabled",u="enhanced-measurement-should-dismiss-activation-banner",d="analyticsAccountCreate",N="analyticsCustomDimensionsCreate",j="https://www.googleapis.com/auth/analytics.edit",y="dashboardAllTrafficWidgetDimensionName",D="dashboardAllTrafficWidgetDimensionColor",m="dashboardAllTrafficWidgetDimensionValue",p="dashboardAllTrafficWidgetActiveRowIndex",z="dashboardAllTrafficWidgetLoaded",T={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},A={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},h=[A.CONTACT,A.GENERATE_LEAD,A.SUBMIT_LEAD_FORM],E={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},x="audiencePermissionsSetup",S="audienceTileCustomDimensionCreate",f="audience-selection-panel-expirable-new-badge-",k="audience",w="customDimension",C="property",O=[k,w,C]},72545:(e,i,t)=>{t.d(i,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o,n=t(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),o||(o=n.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73589:(e,i,t)=>{t.d(i,{CX:()=>n,Py:()=>s,SM:()=>o,kj:()=>a});const o="adsense-connect-cta",n="adsense-connect-cta-tooltip-state",a="adsense-ga4-top-earnings-notice",s="adsense"},74179:(e,i,t)=>{t.d(i,{Ap:()=>g,IY:()=>l,J4:()=>d,LE:()=>r,O0:()=>c,OT:()=>M,RR:()=>I,Tt:()=>u,_L:()=>s,f2:()=>n,jb:()=>a,wl:()=>o});const o="modules/adsense",n=1,a="READY",s="NEEDS_ATTENTION",r="REQUIRES_REVIEW",l="GETTING_READY",c="background-submit-suspended",I="adsenseAdBlockingFormSettings",g="googlesitekit-ad-blocking-recovery-setup-create-message-cta-clicked",M="ad-blocking-recovery-notification",u={TAG_PLACED:"tag-placed",SETUP_CONFIRMED:"setup-confirmed"},d={PLACE_TAGS:0,CREATE_MESSAGE:1,COMPLETE:2}},74944:(e,i,t)=>{t.d(i,{s:()=>u});var o=t(4452),n=t.n(o),a=t(17243),s=t(82871),r=t(79829),l=t(12850),c=t(32091),I=t.n(c);var g=t(4869);function M(e,i){const t=[];return e.forEach(e=>{if(!e.metricValues)return;const{value:o}=e.metricValues[i],n=e.dimensionValues[0].value,a=(0,g.A)(n);t.push([a,o])}),t}function u(e,i,t,o,c=[(0,s.__)("Users","google-site-kit"),(0,s.__)("Sessions","google-site-kit"),(0,s.__)("Engagement Rate","google-site-kit"),(0,s.__)("Session Duration","google-site-kit")],g=[e=>parseFloat(e).toLocaleString(),e=>parseFloat(e).toLocaleString(),e=>(0,l.Eo)(e/100,{style:"percent",signDisplay:"never",maximumFractionDigits:2}),e=>(0,l.Eo)(e,"s")],u=[a.identity,a.identity,e=>100*e,a.identity]){const d=[...e?.rows||[]],N=d.length;if(2*t>N){const e=(0,l.XH)(o);for(let i=0;t>i;i++){const t=(e.getMonth()+1).toString(),o=e.getDate().toString(),n=e.getFullYear().toString()+(2>t.length?"0":"")+t+(2>o.length?"0":"")+o;if(i>N){const e=[{dimensionValues:[{value:n},{value:"date_range_0"}],metricValues:[{value:0},{value:0}]},{dimensionValues:[{value:n},{value:"date_range_1"}],metricValues:[{value:0},{value:0}]}];d.unshift(...e)}e.setDate(e.getDate()-1)}d.push({dimensionValues:[{value:"0"},{value:"date_range_0"}]},{dimensionValues:[{value:"0"},{value:"date_range_1"}]})}const j=c[i]===(0,s.__)("Session Duration","google-site-kit"),y=j?"timeofday":"number",D=[[{type:"date",label:(0,s.__)("Day","google-site-kit")},{type:"string",role:"tooltip",p:{html:!0}},{type:y,label:c[i]},{type:y,label:(0,s.__)("Previous period","google-site-kit")}]],{compareRange:m,currentRange:p}=function(e,{dateRangeLength:i}){function t(i){return e.filter(({dimensionValues:[,e]})=>e.value===i)}I()(Array.isArray(e),"report must be an array to partition."),I()(Number.isInteger(i)&&i>0,"dateRangeLength must be a positive integer.");const o=-1*i;return{currentRange:t("date_range_0").slice(o),compareRange:t("date_range_1").slice(2*o,o)}}(d,{dateRangeLength:t}),z=M(p,i),T=M(m,i),A=(0,r.JK)(),h={weekday:"short",month:"short",day:"numeric"};return z.forEach((e,t)=>{if(!e[0]||!e[1]||!T[t])return;const o=u[i],a=o(e[1]),r=o(T[t][1]),I=parseFloat(r),M=(0,l.Cn)(a,I),d=(0,l.vY)(M),N=(0,s.sprintf)(/* translators: 1: date for user stats, 2: previous date for user stats comparison */ /* translators: 1: date for user stats, 2: previous date for user stats comparison */ (0,s._x)("%1$s vs %2$s","Date range for chart tooltip","google-site-kit"),e[0].toLocaleDateString(A,h),T[t][0].toLocaleDateString(A,h)),y=(0,s.sprintf)(/* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage */ /* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage */ (0,s._x)("%1$s: <strong>%2$s</strong> <em>%3$s %4$s</em>","Stat information for chart tooltip","google-site-kit"),c[i],g[i](a),d,(0,l.Eo)(Math.abs(M),"%"));D.push([e[0],`<div class="${n()("googlesitekit-visualization-tooltip",{"googlesitekit-visualization-tooltip--up":M>0,"googlesitekit-visualization-tooltip--down":M<0})}">\n\t\t\t\t<p>${N}</p>\n\t\t\t\t<p>${y}</p>\n\t\t\t</div>`,j?(0,l.vH)(a):a,j?(0,l.vH)(r):r])}),D}},75487:(e,i,t)=>{t.d(i,{fh:()=>Cell,xA:()=>M,fI:()=>I});var o=t(62688),n=t.n(o),a=t(4452),s=t.n(a),r=t(62540);function Cell(e){const{className:i,alignTop:t,alignMiddle:o,alignBottom:n,alignRight:a,alignLeft:l,smAlignRight:c,mdAlignRight:I,lgAlignRight:g,smSize:M,smStart:u,smOrder:d,mdSize:N,mdStart:j,mdOrder:y,lgSize:D,lgStart:m,lgOrder:p,size:z,children:T,...A}=e;return(0,r.jsx)("div",{...A,className:s()(i,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":t,"mdc-layout-grid__cell--align-middle":o,"mdc-layout-grid__cell--align-bottom":n,"mdc-layout-grid__cell--align-right":a,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":I,"mdc-layout-grid__cell--align-right-desktop":g,[`mdc-layout-grid__cell--span-${z}`]:12>=z&&z>0,[`mdc-layout-grid__cell--span-${D}-desktop`]:12>=D&&D>0,[`mdc-layout-grid__cell--start-${m}-desktop`]:12>=m&&m>0,[`mdc-layout-grid__cell--order-${p}-desktop`]:12>=p&&p>0,[`mdc-layout-grid__cell--span-${N}-tablet`]:8>=N&&N>0,[`mdc-layout-grid__cell--start-${j}-tablet`]:8>=j&&j>0,[`mdc-layout-grid__cell--order-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--span-${M}-phone`]:4>=M&&M>0,[`mdc-layout-grid__cell--start-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--order-${d}-phone`]:4>=d&&d>0}),children:T})}Cell.propTypes={smSize:n().number,smStart:n().number,smOrder:n().number,mdSize:n().number,mdStart:n().number,mdOrder:n().number,lgSize:n().number,lgStart:n().number,lgOrder:n().number,size:n().number,alignTop:n().bool,alignMiddle:n().bool,alignBottom:n().bool,alignRight:n().bool,alignLeft:n().bool,smAlignRight:n().bool,mdAlignRight:n().bool,lgAlignRight:n().bool,className:n().string,children:n().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=t(63696);const c=(0,l.forwardRef)(({className:e,children:i,...t},o)=>(0,r.jsx)("div",{ref:o,className:s()("mdc-layout-grid__inner",e),...t,children:i}));c.displayName="Row",c.propTypes={className:n().string,children:n().node},c.defaultProps={className:""};const I=c,g=(0,l.forwardRef)(({alignLeft:e,fill:i,className:t,children:o,collapsed:n,...a},l)=>(0,r.jsx)("div",{className:s()("mdc-layout-grid",t,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":n,"mdc-layout-grid--fill":i}),...a,ref:l,children:o}));g.displayName="Grid",g.propTypes={alignLeft:n().bool,fill:n().bool,className:n().string,collapsed:n().bool,children:n().node},g.defaultProps={className:""};const M=g},76422:(e,i,t)=>{t.d(i,{A:()=>OverlayNotification});var o=t(62688),n=t.n(o),a=t(50539),s=t(71423),r=t(7070),l=t(5230),c=t(4452),I=t.n(c),g=t(32947),M=t(63696),u=t(15167),d=t(62540);function Title({children:e}){return(0,d.jsx)(u.A,{as:"h3",size:"medium",type:"title",className:"googlesitekit-overlay-card__title",children:e})}function Description({children:e}){return(0,d.jsx)("p",{className:"googlesitekit-overlay-card__description",children:e})}Title.propTypes={children:n().node.isRequired},Description.propTypes={children:n().node.isRequired};var N=t(82871),j=t(49383);function DismissButton({label:e=(0,N.__)("Maybe later","google-site-kit"),onClick:i,disabled:t}){return(0,d.jsx)(j.Button,{onClick:i,disabled:t,tertiary:!0,children:e})}const y={label:n().string,onClick:n().func,disabled:n().bool};function CTAButton(e){const{label:i,...t}=e;return(0,d.jsx)(j.Button,{...t,children:i})}DismissButton.propTypes=y,CTAButton.propTypes={...y,href:n().string,target:n().string,trailingIcon:n().object};var D=t(98652);function Body({title:e,description:i,ctaButton:t,dismissButton:o,GraphicDesktop:n,GraphicMobile:a,newBadge:s}){const r=(0,g.dv)();return(0,d.jsxs)(M.Fragment,{children:[r!==g.mp&&n&&(0,d.jsx)("div",{className:"googlesitekit-overlay-card__graphic",children:(0,d.jsx)(n,{})}),(0,d.jsxs)("div",{className:"googlesitekit-overlay-card__body",children:[s&&(0,d.jsx)("div",{className:"googlesitekit-overlay-card__badge",children:(0,d.jsx)(D.A,{hasNoSpacing:!0})}),e&&(0,d.jsx)(Title,{children:e}),i&&(0,d.jsx)(Description,{children:i})]}),(t||o)&&(0,d.jsxs)("div",{className:"googlesitekit-overlay-card__actions",children:[o&&(0,d.jsx)(DismissButton,{...o}),t&&(0,d.jsx)(CTAButton,{...t})]}),r===g.mp&&a&&(0,d.jsx)(a,{})]})}function OverlayCard(e){const{visible:i,className:t,...o}=e,n=(0,g.dv)();if(!i)return null;const a=(0,d.jsx)("div",{className:I()("googlesitekit-overlay-card",t),children:(0,d.jsx)(Body,{...o})});return n===g.mp?a:(0,d.jsx)(l.A,{direction:"up",in:i,children:a})}function OverlayNotification({notificationID:e,ctaButton:i,dismissButton:t,gaTrackingEventArgs:o,...n}){const l=(0,r.A)(e,o?.category,{confirmAction:o?.confirmAction,dismissAction:o?.dismissAction}),{dismissNotification:c}=(0,a.useDispatch)(s.D);const{dismissOnClick:I,dismissOptions:g,...M}=i||{};const u=i?{...M,onClick:async function(t){l.confirm(o?.label,o?.value),await(i?.onClick?.(t)),I&&c(e,{...g})}}:void 0;return(0,d.jsx)(OverlayCard,{ctaButton:u,dismissButton:{...t,onClick:async function(i){await(t?.onClick?.(i)),l.dismiss(o?.label,o?.value),c(e,{...t.dismissOptions})}},...n,visible:!0})}Body.propTypes={title:n().node,description:n().node,ctaButton:n().shape({...y,href:n().string,target:n().string,trailingIcon:n().element}),dismissButton:n().shape({...y}),GraphicDesktop:n().elementType,GraphicMobile:n().elementType,newBadge:n().bool},OverlayCard.propTypes={className:n().string,title:n().string,description:n().oneOfType([n().string,n().object]),ctaButton:n().shape({...y,href:n().string,target:n().string,trailingIcon:n().object}),dismissButton:n().shape(y),GraphicDesktop:n().elementType,GraphicMobile:n().elementType,newBadge:n().bool,visible:n().bool},OverlayCard.defaultProps={visible:!1},OverlayNotification.propTypes={notificationID:n().string,ctaButton:n().object,dismissButton:n().oneOfType([n().object,n().bool])}},77766:(e,i,t)=>{t.d(i,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o=t(63696),n=t(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,o.useContext)(n.Ay)}},77967:(e,i,t)=>{t.d(i,{A:()=>ErrorNotice});var o=t(62688),n=t.n(o),a=t(63696),s=t(82871),r=t(84024),l=t(50539),c=t(67150),I=t(80035),g=t(12850),M=t(62540);function ErrorNotice({className:e,error:i,hasButton:t=!1,storeName:o,message:n=i.message,noPrefix:u=!1,skipRetryMessage:d,hideIcon:N=!1}){const j=(0,l.useDispatch)(),y=(0,l.useSelect)(e=>o?e(o).getSelectorDataForError(i):null),D=(0,a.useCallback)(()=>{j(y.storeName).invalidateResolution(y.name,y.args)},[j,y]);if(!n||(0,c.G)(i))return null;const m=t&&(0,c.vl)(i,y);let p=n;t||d||(p=(0,s.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,s.__)("%s (Please try again.)","google-site-kit"),p)),u||(p=(0,s.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,s.__)("Error: %s","google-site-kit"),p));const z=i?.data?.reconnectURL;z&&(0,r.m)(z)&&(p=(0,s.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,s.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),p,z));return(0,M.jsx)(I.A,{className:e,type:I.A.TYPES.ERROR,description:(0,M.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(p,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:m?{label:(0,s.__)("Retry","google-site-kit"),onClick:D}:void 0,hideIcon:N})}ErrorNotice.propTypes={className:n().string,error:n().shape({message:n().string}),hasButton:n().bool,storeName:n().string,message:n().string,noPrefix:n().bool,skipRetryMessage:n().bool,hideIcon:n().bool}},78340:(e,i,t)=>{t.d(i,{s:()=>o});const o="core/forms"},79829:(e,i,t)=>{t.d(i,{Eo:()=>g,JK:()=>N,K5:()=>d,jq:()=>u,mK:()=>I});var o=t(17243),n=t(50532),a=t.n(n),s=t(82871);function r(e,i={}){const{formatUnit:t,formatDecimal:o}=function(e,i={}){const{hours:t,minutes:o,seconds:n}=l(e);return{hours:t,minutes:o,seconds:n,formatUnit(){const{unitDisplay:a="short",...r}=i,l={unitDisplay:a,...r,style:"unit"};return 0===e?u(n,{...l,unit:"second"}):(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?u(n,{...l,unit:"second"}):"",o?u(o,{...l,unit:"minute"}):"",t?u(t,{...l,unit:"hour"}):"").trim()},formatDecimal(){const i=(0,s.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,s.__)("%ds","google-site-kit"),n);if(0===e)return i;const a=(0,s.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,s.__)("%dm","google-site-kit"),o),r=(0,s.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,s.__)("%dh","google-site-kit"),t);return(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?i:"",o?a:"",t?r:"").trim()}}}(e,i);try{return t()}catch{return o()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function I(e){let i={};return"%"===e?i={style:"percent",maximumFractionDigits:2}:"s"===e?i={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?i={style:"currency",currency:e}:(0,o.isPlainObject)(e)&&(i={...e}),i}function g(e,i={}){e=(0,o.isFinite)(e)?e:Number(e),(0,o.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const t=I(i),{style:n="metric"}=t;return"metric"===n?function(e){const i={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,s.__)("%sM","google-site-kit"),u(c(e),e%10==0?{}:i)):1e4<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),u(c(e))):1e3<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),u(c(e),e%10==0?{}:i)):u(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===n?r(e,t):"durationISO"===n?function(e){let{hours:i,minutes:t,seconds:o}=l(e);return o=("0"+o).slice(-2),t=("0"+t).slice(-2),i=("0"+i).slice(-2),"00"===i?`${t}:${o}`:`${i}:${t}:${o}`}(e):u(e,t)}const M=a()(console.warn);function u(e,i={}){const{locale:t=N(),...o}=i;try{return new Intl.NumberFormat(t,o).format(e)}catch(i){M(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(t)}, ${JSON.stringify(o)} ).format( ${typeof e} )`,i.message)}const n={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},a=["signDisplay","compactDisplay"],s={};for(const[e,i]of Object.entries(o))n[e]&&i===n[e]||a.includes(e)||(s[e]=i);try{return new Intl.NumberFormat(t,s).format(e)}catch{return new Intl.NumberFormat(t).format(e)}}function d(e,i={}){const{locale:t=N(),style:o="long",type:n="conjunction"}=i;if(Intl.ListFormat){return new Intl.ListFormat(t,{style:o,type:n}).format(e)} /* translators: used between list items, there is a space after the comma. */const a=(0,s.__)(", ","google-site-kit");return e.join(a)}function N(e=t.g){const i=(0,o.get)(e,["_googlesitekitLegacyData","locale"]);if(i){const e=i.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,i,t)=>{t.d(i,{A:()=>m});var o,n=t(62688),a=t.n(n),s=t(4452),r=t.n(s),l=t(63696),c=t(19793);function I(){return I=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},I.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",I({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),o||(o=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var g=t(42343),M=t(49655),u=t(62540);const d={[M.Q.NEW]:g.A,[M.Q.SUCCESS]:c.A,[M.Q.INFO]:warning_notice,[M.Q.WARNING]:warning_notice,[M.Q.ERROR]:warning_notice};function Icon({type:e}){const i=d[e]||warning_notice;return(0,u.jsx)(i,{width:24,height:24})}function Title({className:e,children:i}){return(0,u.jsx)("p",{className:r()("googlesitekit-notice__title",e),children:i})}function Description({className:e,children:i}){return(0,u.jsx)("p",{className:r()("googlesitekit-notice__description",e),children:i})}Icon.propTypes={type:a().oneOf(Object.values(M.Q))},Title.propTypes={className:a().string,children:a().node},Description.propTypes={className:a().string,children:a().node};var N=t(49383),j=t(83366);function CTAButton({label:e,disabled:i,inProgress:t,onClick:o,href:n,external:a,hideExternalIndicator:s}){let r;return a&&!s&&(r=(0,u.jsx)(j.A,{width:14,height:14})),(0,u.jsx)(N.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:i,isSaving:t,onClick:o,href:n,target:a?"_blank":"_self",trailingIcon:r,children:e})}CTAButton.propTypes={label:a().string.isRequired,disabled:a().bool,inProgress:a().bool,onClick:a().func,href:a().string,external:a().bool,hideExternalIndicator:a().bool};var y=t(82871);function DismissButton({label:e=(0,y.__)("Got it","google-site-kit"),onClick:i,disabled:t}){return(0,u.jsx)(N.Button,{onClick:i,disabled:t,tertiary:!0,children:e})}DismissButton.propTypes={label:a().string,onClick:a().func.isRequired,disabled:a().bool};const D=(0,l.forwardRef)(({className:e,title:i,description:t,dismissButton:o,ctaButton:n,type:a=M.Q.INFO,children:s,hideIcon:l},c)=>(0,u.jsxs)("div",{ref:c,className:r()("googlesitekit-notice",`googlesitekit-notice--${a}`,e),children:[!l&&(0,u.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,u.jsx)(Icon,{type:a})}),(0,u.jsxs)("div",{className:"googlesitekit-notice__content",children:[i&&(0,u.jsx)(Title,{children:i}),t&&(0,u.jsx)(Description,{children:t})]}),(o?.label||o?.onClick||n?.label&&(n?.onClick||n?.href)||s)&&(0,u.jsxs)("div",{className:"googlesitekit-notice__action",children:[s,(o?.label||o?.onClick)&&(0,u.jsx)(DismissButton,{label:o.label,onClick:o.onClick,disabled:o.disabled}),n?.label&&(n?.onClick||n?.href)&&(0,u.jsx)(CTAButton,{label:n.label,onClick:n.onClick,inProgress:n.inProgress,disabled:n.disabled,href:n.href,external:n.external,hideExternalIndicator:n.hideExternalIndicator})]})]}));D.TYPES=M.Q,D.propTypes={className:a().string,title:a().oneOfType([a().string,a().object]),description:a().node,type:a().oneOf(Object.values(M.Q)),dismissButton:a().shape(DismissButton.propTypes),ctaButton:a().shape({...CTAButton.propTypes,label:a().string}),children:a().node,hideIcon:a().bool};const m=D},80865:(e,i,t)=>{var o=t(50539),n=t.n(o),a=t(71423),s=t(32091),r=t.n(s);function l(e){const i=t.g[e];if(!i)return!1;try{const e="__storage_test__";return i.setItem(e,e),i.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==i.length}}class NullStorage{get length(){return 0}key(){return null}getItem(){return null}setItem(){}removeItem(){}clear(){}}let c;var I=t(58116),g=t(47121);async function M(e){const i=e.reduce((e,i)=>{const t=parseInt(i.priority,10);return e[t]=e[t]||[],e[t].push(i.check().then(e=>({task:i,result:!!e})).catch(()=>({result:!1}))),e},{}),t=Object.keys(i).sort((e,i)=>e-i);for(const e of t){let t=[...i[e]];do{const e=await Promise.race(t);if(e.result)return e.task;for(const e in t){const i=t[e];await u(i)&&!1===(await i).result&&delete t[e]}t=t.filter(e=>e)}while(t.length)}return null}async function u(e){const i="SECRETVALUETHATNOPROMISESHOULDEVERRESOLVETO";return e instanceof Promise||(e=Promise.resolve(e)),i!==await Promise.race([e,Promise.resolve(i)])}var d=t(65214);function N(e,{groupID:i,viewContext:t,isDismissed:o,_enabledFeatureFlags:n}={}){return!(e?.featureFlag&&!(0,d.G)(e.featureFlag,n?new Set(n):void 0))&&(e.groupID===i&&(!(e.viewContexts?.length&&t&&!e.viewContexts.includes(t))&&(!e.isDismissible||!o)))}var j=t(53137);const y="INSERT_NOTIFICATION_INTO_RESOLVED_QUEUE",D="REGISTER_NOTIFICATION",m="RECEIVE_QUEUED_NOTIFICATIONS",p="DISMISS_NOTIFICATION",z="QUEUE_NOTIFICATION",T="RESET_QUEUE",A="MARK_NOTIFICATION_SEEN",h="PIN_NOTIFICATION",E="UNPIN_NOTIFICATION",x="POPULATE_QUEUE",S="PERSIST_SEEN_NOTIFICATIONS",f="PERSIST_PINNED_NOTIFICATIONS",k="googlesitekit_notification_seen",w="googlesitekit_notification_pinned",C=(c||(c=l("sessionStorage")?t.g.sessionStorage:l("localStorage")?t.g.localStorage:new NullStorage),c);const O={notifications:{},queuedNotifications:{},seenNotifications:JSON.parse(C.getItem(k)||"{}"),pinnedNotification:JSON.parse(C.getItem(w)||"{}")},b={insertNotificationIntoResolvedQueue:e=>({payload:{id:e},type:y}),registerNotification:(0,g.$C)((e,{Component:i,areaSlug:t,viewContexts:o})=>{r()(i,"Component is required to register a notification.");const n=Object.values(j.bI);r()(n.includes(t),`Notification area should be one of: ${n.join(", ")}, but "${t}" was provided.`),r()(void 0===o||Array.isArray(o)&&o.some(a.$.includes,a.$),`Notification view context should be one of: ${a.$.join(", ")}, but "${o}" was provided.`)},function*(e,{Component:i,priority:t=10,areaSlug:n,groupID:s=j.He.DEFAULT,viewContexts:r,checkRequirements:l,isDismissible:c,dismissRetries:g=0,featureFlag:M=""}){yield{payload:{id:e,settings:{Component:i,priority:t,areaSlug:n,groupID:s,viewContexts:r,checkRequirements:l,isDismissible:c,dismissRetries:g,featureFlag:M}},type:D};const u=yield o.commonActions.getRegistry();if(!r?.length){const{isNotificationDismissed:d}=u.select(a.D),j={id:e,Component:i,priority:t,areaSlug:n,groupID:s,viewContexts:r,checkRequirements:l,isDismissible:c,dismissRetries:g,featureFlag:M};yield o.commonActions.await(Promise.all([u.resolveSelect(I.oR).getDismissedItems(),u.resolveSelect(I.oR).getDismissedPrompts()]));const y=d(j.id);if(!N(j,{groupID:s,isDismissed:y}))return;return void(yield b.insertNotificationIntoResolvedQueue(e))}const{hasFinishedResolution:d}=u.select(a.D),{invalidateResolution:y}=u.dispatch(a.D);r.forEach(e=>{d("getQueuedNotifications",[e,s])&&y("getQueuedNotifications",[e,s])})}),receiveQueuedNotifications:(e,i=j.He.DEFAULT)=>({payload:{queuedNotifications:e,groupID:i},type:m}),resetQueue:(e=j.He.DEFAULT)=>({type:T,payload:{groupID:e}}),*populateQueue(e,i=j.He.DEFAULT){yield{type:x,payload:{viewContext:e,groupID:i}}},queueNotification:e=>({payload:{notification:e},type:z}),markNotificationSeen:(0,g.$C)(e=>{r()(function(e){return"string"==typeof e}(e),"a valid notification ID is required to mark a notification as seen.")},function*(e){const i=yield o.commonActions.getRegistry(),t=i.select(a.D).getNotification(e);if(t?.isDismissible){const t=i.select(I.oR).getReferenceDate();yield{payload:{dateSeen:t,notificationID:e},type:A},yield{type:S}}}),dismissNotification:(0,g.$C)((e,i={})=>{r()(e,"A notification id is required to dismiss a notification.");const{expiresInSeconds:t=0}=i;r()(Number.isInteger(t),"expiresInSeconds must be an integer.")},function*(e,i={}){const{expiresInSeconds:t=0}=i,n=yield o.commonActions.getRegistry();i.skipHidingFromQueue||(yield{type:p,payload:{id:e}});const s=n.select(a.D).getNotification(e);if(n.select(a.D).getPinnedNotificationID(s?.groupID)===e&&(yield b.unpinNotification(e,s.groupID)),!0!==s.isDismissible)return null;if(s.dismissRetries>0){const i=n.select(I.oR).getPromptDismissCount(e)<s.dismissRetries?t:0;return yield o.commonActions.await(n.dispatch(I.oR).dismissPrompt(e,{expiresInSeconds:i}))}return yield o.commonActions.await(n.dispatch(I.oR).dismissItem(e,{expiresInSeconds:t}))}),pinNotification:(0,g.$C)((e,i)=>{r()(e,"A notification id is required to pin a notification."),r()(i,"A groupID is required to pin a notification to a specific group.")},function*(e,i){yield{type:h,payload:{id:e,groupID:i}},yield{type:f}}),unpinNotification:(0,g.$C)((e,i)=>{r()(e,"A notification id is required to unpin a notification."),r()(i,"A groupID is required to unpin notification from a specific group.")},function*(e,i){yield{type:E,payload:{id:e,groupID:i}},yield{type:f}})},L={[x]:(0,o.createRegistryControl)(e=>async({payload:i})=>{const{viewContext:t,groupID:o}=i,n=e.select(a.D).getNotifications();await Promise.all([e.resolveSelect(I.oR).getDismissedItems(),e.resolveSelect(I.oR).getDismissedPrompts()]);const s=e.select(a.D).getSeenNotifications(),{isNotificationDismissed:r}=e.select(a.D);let l=Object.values(n).filter(e=>{const i=r(e.id);return N(e,{groupID:o,viewContext:t,isDismissed:i})}).map(({checkRequirements:i,...t})=>{const o=s[t.id]?.length||0;return{...t,viewCount:o,checkRequirements:i,check:async()=>!i||await i(e)}}).sort((e,i)=>e.viewCount-i.viewCount);const{queueNotification:c}=e.dispatch(a.D),g=e.select(a.D).getPinnedNotificationID(o);if(g){const e=l.find(e=>e.id===g);if(e){await e.check()&&(c(e),l=l.filter(i=>i.id!==e.id))}}let u;do{u=await M(l),u&&(c(u),l=l.filter(e=>e!==u))}while(u)}),[S]:(0,o.createRegistryControl)(e=>()=>{const i=e.select(a.D).getSeenNotifications();C.setItem(k,JSON.stringify(i))}),[f]:(0,o.createRegistryControl)(e=>()=>{const i=e.select(a.D).getPinnedNotificationIDs();C.setItem(w,JSON.stringify(i))})},v=(0,o.createReducer)((e,{type:i,payload:o})=>{switch(i){case y:{const{id:i}=o,{notifications:n,pinnedNotification:a,queuedNotifications:s}=e,r=n?.[i];if(void 0===r){t.g.console.warn(`Could not add notification with ID "${i}" to queue. Notification "${i}" is not registered.`);break}const{groupID:l,priority:c}=r;if(void 0===s[l])break;if(s[l].some(e=>e.id===i)){if(a[l]===i){const e=s[l].findIndex(e=>e.id===i),[t]=s[l].splice(e,1);s[l].unshift(t)}break}if(a[l]===i){s[l].unshift(r);break}const I=s[l].findIndex(e=>e.priority>=c);s[l].splice(-1!==I?I:e.queuedNotifications[l].length,0,r);break}case D:{const{id:i,settings:n}=o;void 0!==e.notifications[i]?t.g.console.warn(`Could not register notification with ID "${i}". Notification "${i}" is already registered.`):e.notifications[i]={...n,id:i};break}case m:e.queuedNotifications[o.groupID]=o.queuedNotifications;break;case T:e.queuedNotifications[o.groupID]=[];break;case z:{const{groupID:i,id:t}=o.notification;if(e.queuedNotifications[i]=e.queuedNotifications[i]||[],e.queuedNotifications[i].some(e=>e.id===t))break;e.queuedNotifications[i].push(o.notification);break}case A:{const{dateSeen:i,notificationID:t}=o,n={...e.seenNotifications};n[t]||(n[t]=[]),n[t].includes(i)||n[t].push(i),e.seenNotifications=n;break}case p:{const{id:i}=o,t=e.notifications?.[i]?.groupID,n=e.queuedNotifications[t]?.findIndex(e=>e.id===i);n>=0&&e.queuedNotifications[t].splice(n,1);break}case h:{const{id:i,groupID:t}=o;e.pinnedNotification[t]=i;break}case E:{const{id:i,groupID:t}=o;e.pinnedNotification[t]===i&&delete e.pinnedNotification[t];break}}}),R={*getQueuedNotifications(e,i=j.He.DEFAULT){yield b.resetQueue(i),yield b.populateQueue(e,i)}},Z={getSeenNotifications:e=>e.seenNotifications,getNotificationSeenDates(e,i){var t;const{seenNotifications:o}=e;return null!==(t=o[i])&&void 0!==t?t:[]},getNotifications:e=>e.notifications,getNotification:(e,i)=>e.notifications[i],getQueuedNotifications:(e,i,t=j.He.DEFAULT)=>(r()(i,"viewContext is required."),e.queuedNotifications[t]),isNotificationDismissed:(0,o.createRegistrySelector)(e=>(i,t)=>{const o=e(a.D).getNotification(t);if(void 0!==o)return o.dismissRetries>0?e(I.oR).isPromptDismissed(t):e(I.oR).isItemDismissed(t)}),isNotificationDismissalFinal:(0,o.createRegistrySelector)(e=>(i,t)=>{const o=e(a.D).getNotification(t);if(void 0===o)return;if(r()(o.isDismissible,"Notification should be dismissible to check if a notification is on its final dismissal."),0===o.dismissRetries)return!0;return e(I.oR).getPromptDismissCount(t)>=o.dismissRetries}),getPinnedNotificationIDs:e=>e.pinnedNotification,getPinnedNotificationID:(e,i)=>(r()(i,"groupID is required."),e.pinnedNotification[i])},P={initialState:O,actions:b,controls:L,reducer:v,resolvers:R,selectors:Z},U=(0,o.combineStores)(o.commonStore,P);var G=t(82286),B=t(24558),Q=t(78340),Y=t(93896),_=t(37226),H=t(74179),W=t(72455),V=t(99897),F=t(99872),J=t(45512),X=t(97398),q=t(73589),K=t(88327),$=t(82871),ee=t(90007),ie=t(62540);var te=t(15844),oe=t(63696),ne=t(21134),ae=t(45472),se=t(17243),re=t(12850),le=t(20678);const ce="multiple",Ie="single",ge="generic";function Me(e,i,t){let o,n;e.some(e=>!e.match(new RegExp("^https://www\\.googleapis\\.com/auth/")))?o=ge:(n=function(e,i){if(void 0===i)return null;const t={siteverification:"site-verification",webmasters:X.Y,analytics:V.L1,subscribewithgoogle:le.K$};return e.map(e=>e.match(new RegExp("^https://www\\.googleapis\\.com/auth/([a-z]+)"))).map(([,e])=>t[e]||e).map(e=>i[e]?.name||!1)}(e,i),!n||n.some(e=>!1===e)?o=ge:(n=(0,se.uniq)(n),o=1<n.length?ce:Ie));const a=(0,$.__)("Site Kit can’t access necessary data","google-site-kit"),s=t?.data?(0,$.__)("Grant permission","google-site-kit"):(0,$.__)("Redo setup","google-site-kit");let r;switch(o){case ce:r=(0,$.sprintf)(/* translators: %s: List of product names */ /* translators: %s: List of product names */ (0,$.__)("Site Kit can’t access all relevant data because you haven’t granted all permissions requested during setup. To use Site Kit, you’ll need to redo the setup for: %s – make sure to approve all permissions at the authentication stage.","google-site-kit"),(0,re.K5)(n));break;case Ie:r=(0,$.sprintf)(/* translators: %s: Product name */ /* translators: %s: Product name */ (0,$.__)("Site Kit can’t access the relevant data from %1$s because you haven’t granted all permissions requested during setup. To use Site Kit, you’ll need to redo the setup for %1$s – make sure to approve all permissions at the authentication stage.","google-site-kit"),n[0]);break;case ge:r=(0,$.__)("Site Kit can’t access all relevant data because you haven’t granted all permissions requested during setup. To use Site Kit, you’ll need to redo the setup – make sure to approve all permissions at the authentication stage.","google-site-kit")}return{title:a,message:r,ctaLabel:s}}var ue=t(49655),de=t(27333);var Ne=t(62688),je=t.n(Ne),ye=t(35323);function GatheringDataNotification({id:e,Notification:i}){const[t,n]=(0,oe.useState)(!1),a=(0,o.useSelect)(e=>e(Y.O4).getConnectMoreServicesURL()),{analyticsGatheringData:s,searchConsoleGatheringData:r}=function(){const e=(0,ye.A)(),i=(0,o.useSelect)(e=>e(_.i).isModuleConnected(V.L1)),t=(0,o.useSelect)(i=>!e||i(I.oR).canViewSharedModule(V.L1)),n=(0,o.useSelect)(i=>!e||i(I.oR).canViewSharedModule(X.Y)),a=(0,o.useSelect)(i=>{if(!e)return!1;const t=i(_.i).getRecoverableModules();return void 0!==t?Object.keys(t).includes(V.L1):void 0}),s=(0,o.useSelect)(i=>{if(!e)return!1;const t=i(_.i).getRecoverableModules();return void 0!==t?Object.keys(t).includes(X.Y):void 0});return{analyticsGatheringData:(0,o.useInViewSelect)(e=>!(!i||!t||!1!==a)&&e(W.K9).isGatheringData(),[i,t,a]),searchConsoleGatheringData:(0,o.useInViewSelect)(e=>n&&!1===s&&e(J.n).isGatheringData(),[n,s]),analyticsHasZeroData:(0,o.useInViewSelect)(e=>!(!i||!t||!1!==a)&&e(W.K9).hasZeroData(),[i,t,a]),searchConsoleHasZeroData:(0,o.useInViewSelect)(e=>n&&!1===s&&e(J.n).hasZeroData(),[n,s])}}();let l,c=72;return s&&r?l=(0,$.__)("Search Console and Analytics are gathering data","google-site-kit"):s?l=(0,$.__)("Analytics is gathering data","google-site-kit"):r&&(c=48,l=(0,$.__)("Search Console is gathering data","google-site-kit")),c?(0,ie.jsx)(i,{children:(0,ie.jsx)(ee.A,{notificationID:e,type:ee.Q.INFO,title:l,description:(0,$.sprintf)(/* translators: %s: the number of hours the site can be in a gathering data state */ /* translators: %s: the number of hours the site can be in a gathering data state */ (0,$._n)("It can take up to %s hour before stats show up for your site. While you’re waiting, connect more services to get more stats.","It can take up to %s hours before stats show up for your site. While you’re waiting, connect more services to get more stats.",c,"google-site-kit"),c),ctaButton:{label:(0,$.__)("Connect more services","google-site-kit"),href:a,dismissOnClick:!0,dismissOptions:{expiresInSeconds:re.tt,skipHidingFromQueue:!0},onClick:()=>n(!0),inProgress:t},dismissButton:{label:(0,$.__)("Got it","google-site-kit"),dismissOptions:{expiresInSeconds:re.tt},disabled:t},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjE4MiIgdmlld0JveD0iMCAwIDM2MCAxODIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yODEuMDc4IDExNi4yNzVDMjc1LjE0OSAxNDQuODI2IDI0Ny42ODIgMTcwLjM0NiAyMTYuNjg2IDE2Mi4zMzRDMTg1LjY5IDE1NC4zMjIgMTg1LjIxIDEyNi4zMzQgMTY2LjcxIDExOC4zMzRDMTQ4LjIxIDExMC4zMzQgMTM4Ljc1NyAxMjUuNzU3IDExNi41OTggMTE5Ljg2NUM5NC40MzkyIDExMy45NzQgNzYuOTk3OSA5NC42MTY3IDc3IDY0LjcyNTJDNzcuMDAyMSAzNC44MzM2IDEwNS43MDggOC44MzQxIDEzMS4yMDggMTEuMzM0MUMxNTYuNzA4IDEzLjgzNDEgMTY1LjcwOSAzMS4zMzMxIDE4NS4yMDkgMzUuODMzNkMyMDQuNzA5IDQwLjMzNDEgMjE1LjIwOCAyOS4zMzM5IDIzNi4yMDcgMzIuMzM0MUMyODUuOTY1IDM5LjQ0MzEgMjg3LjAwNyA4Ny43MjQyIDI4MS4wNzggMTE2LjI3NVoiIGZpbGw9IiNEMEZCRTEiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yNzA1XzE3NzQzKSI+CjxyZWN0IHg9IjEwNS43MSIgeT0iMzMuODgwOSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjAuODg5IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzc0MyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTA1IiB5PSIzMyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMjEiPgo8cmVjdCB4PSIxMDUuNzEiIHk9IjMzLjg4MDkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTIwIiByeD0iNi45ODI1MiIgZmlsbD0iI0RFRTNFNiIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMjcwNV8xNzc0MykiPgo8cmVjdCB4PSIxMTMuNzEiIHk9Ijc0Ljc3MDMiIHdpZHRoPSI1Mi4yNjY3IiBoZWlnaHQ9IjcwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjAuMjAxIiB5PSIxMDMuOTc2IiB3aWR0aD0iMTguMDc5NyIgaGVpZ2h0PSIzLjI0NTA3IiByeD0iMS42MjI1NCIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxMjAuMjAxIiB5PSI5OC44NzYiIHdpZHRoPSI2LjQ5MDE0IiBoZWlnaHQ9IjMuMjQ1MDciIHJ4PSIxLjYyMjU0IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEyMC4yMDEiIHk9IjExNS41OTIiIHdpZHRoPSI2LjQ5MDE0IiBoZWlnaHQ9IjMuMjQ1MDciIHJ4PSIxLjYyMjU0IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEyMC4yMDEiIHk9IjEzMS42MiIgd2lkdGg9IjYuNDkwMTQiIGhlaWdodD0iMy4yNDUwNyIgcng9IjEuNjIyNTQiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTE0OS40MDYgMTAzLjI4QzE0OS40MDYgMTAxLjYxNiAxNTAuNzU1IDEwMC4yNjcgMTUyLjQxOSAxMDAuMjY3SDE1Ny4wNTVDMTU4LjcxOSAxMDAuMjY3IDE2MC4wNjggMTAxLjYxNiAxNjAuMDY4IDEwMy4yOEMxNjAuMDY4IDEwNC45NDQgMTU4LjcxOSAxMDYuMjkzIDE1Ny4wNTUgMTA2LjI5M0gxNTIuNDE5QzE1MC43NTUgMTA2LjI5MyAxNDkuNDA2IDEwNC45NDQgMTQ5LjQwNiAxMDMuMjhaIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEyMC4xODkiIHk9IjgxLjkzMTYiIHdpZHRoPSIxMi4yNzY5IiBoZWlnaHQ9IjMuMDY5MjMiIHJ4PSIxLjUzNDYyIiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0xNDkuNDA2IDExOS45OTZDMTQ5LjQwNiAxMTguMzMyIDE1MC43NTUgMTE2Ljk4MiAxNTIuNDE5IDExNi45ODJIMTU3LjA1NUMxNTguNzE5IDExNi45ODIgMTYwLjA2OCAxMTguMzMyIDE2MC4wNjggMTE5Ljk5NkMxNjAuMDY4IDEyMS42NiAxNTguNzE5IDEyMy4wMDkgMTU3LjA1NSAxMjMuMDA5SDE1Mi40MTlDMTUwLjc1NSAxMjMuMDA5IDE0OS40MDYgMTIxLjY2IDE0OS40MDYgMTE5Ljk5NloiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTE0OS40MDYgMTM2LjAyNEMxNDkuNDA2IDEzNC4zNiAxNTAuNzU1IDEzMy4wMTEgMTUyLjQxOSAxMzMuMDExSDE1Ny4wNTVDMTU4LjcxOSAxMzMuMDExIDE2MC4wNjggMTM0LjM2IDE2MC4wNjggMTM2LjAyNEMxNjAuMDY4IDEzNy42ODggMTU4LjcxOSAxMzkuMDM4IDE1Ny4wNTUgMTM5LjAzOEgxNTIuNDE5QzE1MC43NTUgMTM5LjAzOCAxNDkuNDA2IDEzNy42ODggMTQ5LjQwNiAxMzYuMDI0WiIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxMTkuNzM4IiB5PSIxMjAuNjkxIiB3aWR0aD0iMTkuMDA2OCIgaGVpZ2h0PSIzLjI0NTA3IiByeD0iMS42MjI1NCIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxMTkuNzM4IiB5PSIxNDAuMTI5IiB3aWR0aD0iMTkuMDA2OCIgaGVpZ2h0PSIzLjI0NTA3IiByeD0iMS42MjI1NCIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMTY1Ljg4NyA5MS4zMDk2SDExNC4wNTEiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIwLjY4MjA1MSIvPgo8cmVjdCB4PSIxNzIuMzc3IiB5PSI3NC43NyIgd2lkdGg9IjUyLjI2NjciIGhlaWdodD0iNzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE3OS4xODMiIHk9IjEwMy45NzYiIHdpZHRoPSIxOC4wMzg5IiBoZWlnaHQ9IjMuMjQ1MDciIHJ4PSIxLjYyMjU0IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjE3OS4xODMiIHk9Ijk4Ljg3NiIgd2lkdGg9IjYuNDc1NTIiIGhlaWdodD0iMy4yNDUwNyIgcng9IjEuNjIyNTQiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTc5LjE4MyIgeT0iMTE1LjU5MiIgd2lkdGg9IjYuNDc1NTIiIGhlaWdodD0iMy4yNDUwNyIgcng9IjEuNjIyNTQiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTc5LjE4MyIgeT0iMTMxLjYyIiB3aWR0aD0iNi40NzU1MiIgaGVpZ2h0PSIzLjI0NTA3IiByeD0iMS42MjI1NCIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjA4LjMyMyAxMDMuMjhDMjA4LjMyMyAxMDEuNjE2IDIwOS42NzIgMTAwLjI2NyAyMTEuMzM3IDEwMC4yNjdIMjE1Ljk0OEMyMTcuNjEyIDEwMC4yNjcgMjE4Ljk2MiAxMDEuNjE2IDIxOC45NjIgMTAzLjI4QzIxOC45NjIgMTA0Ljk0NCAyMTcuNjEyIDEwNi4yOTMgMjE1Ljk0OCAxMDYuMjkzSDIxMS4zMzdDMjA5LjY3MiAxMDYuMjkzIDIwOC4zMjMgMTA0Ljk0NCAyMDguMzIzIDEwMy4yOFoiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTc5LjE5OCIgeT0iODEuOTMxNCIgd2lkdGg9IjEyLjI5OCIgaGVpZ2h0PSIzLjA2OTIzIiByeD0iMS41MzQ2MiIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjI0LjY0NCA5MS4zMDk2SDE3Mi4zNzgiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIwLjY4MjA1MSIvPgo8cGF0aCBkPSJNMjA4LjMyMyAxMTkuOTk1QzIwOC4zMjMgMTE4LjMzMSAyMDkuNjcyIDExNi45ODIgMjExLjMzNyAxMTYuOTgySDIxNS45NDhDMjE3LjYxMiAxMTYuOTgyIDIxOC45NjIgMTE4LjMzMSAyMTguOTYyIDExOS45OTVDMjE4Ljk2MiAxMjEuNjYgMjE3LjYxMiAxMjMuMDA5IDIxNS45NDggMTIzLjAwOUgyMTEuMzM3QzIwOS42NzIgMTIzLjAwOSAyMDguMzIzIDEyMS42NiAyMDguMzIzIDExOS45OTVaIiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yMDguMzIzIDEzNi4wMjRDMjA4LjMyMyAxMzQuMzYgMjA5LjY3MiAxMzMuMDExIDIxMS4zMzcgMTMzLjAxMUgyMTUuOTQ4QzIxNy42MTIgMTMzLjAxMSAyMTguOTYyIDEzNC4zNiAyMTguOTYyIDEzNi4wMjRDMjE4Ljk2MiAxMzcuNjg4IDIxNy42MTIgMTM5LjAzNyAyMTUuOTQ4IDEzOS4wMzdIMjExLjMzN0MyMDkuNjcyIDEzOS4wMzcgMjA4LjMyMyAxMzcuNjg4IDIwOC4zMjMgMTM2LjAyNFoiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTc4LjcyMSIgeT0iMTIwLjY5MSIgd2lkdGg9IjE4Ljk2NCIgaGVpZ2h0PSIzLjI0NTA3IiByeD0iMS42MjI1NCIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxNzguNzIxIiB5PSIxNDAuMTI5IiB3aWR0aD0iMTguOTY0IiBoZWlnaHQ9IjMuMjQ1MDciIHJ4PSIxLjYyMjU0IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHdpZHRoPSIzNC42NjY3IiBoZWlnaHQ9IjE3LjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxODkuOTc1IDY5LjQzNjUpIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB3aWR0aD0iMTAuNTI1IiBoZWlnaHQ9IjQuMjEwMzQiIHJ4PSIyLjEwNTE3IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxOTMuMjc4IDY0Ljk5MzkpIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHdpZHRoPSIyNy45OTY1IiBoZWlnaHQ9IjEuNjg0MTQiIHJ4PSIwLjg0MjA2OCIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTkzLjI3OCA1Ny42MjU3KSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB3aWR0aD0iMzQuNzMyNCIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTUxLjgwOCA3MC44NzQpIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB3aWR0aD0iMjIuMTAyNSIgaGVpZ2h0PSIxLjY4NDE0IiByeD0iMC44NDIwNjgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE1NS4xNzYgNjcuNTA2MSkiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3Qgd2lkdGg9IjEwLjUyNSIgaGVpZ2h0PSI0LjIxMDM0IiByeD0iMi4xMDUxNyIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTU1LjE3NiA2My45MjcpIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHdpZHRoPSIyNy45OTY1IiBoZWlnaHQ9IjEuNjg0MTQiIHJ4PSIwLjg0MjA2OCIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTU1LjE3NiA1Ni41NTg4KSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB3aWR0aD0iMzQuNjY2NyIgaGVpZ2h0PSIxNy42IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTEzLjcxIDY5LjQzNykiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMTcuMDc4IDYyLjg4OTJDMTE3LjA3OCA2NC4wNTE5IDExOC4wMiA2NC45OTQ0IDExOS4xODMgNjQuOTk0NEgxMjUuNDk4QzEyNi42NiA2NC45OTQ0IDEyNy42MDMgNjQuMDUxOSAxMjcuNjAzIDYyLjg4OTJDMTI3LjYwMyA2MS43MjY2IDEyNi42NiA2MC43ODQgMTI1LjQ5OCA2MC43ODRIMTE5LjE4M0MxMTguMDIgNjAuNzg0IDExNy4wNzggNjEuNzI2NiAxMTcuMDc4IDYyLjg4OTJaIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHdpZHRoPSIyNy45OTY1IiBoZWlnaHQ9IjEuNjg0MTQiIHJ4PSIwLjg0MjA2OCIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTE3LjA3OCA1Ny42MjYyKSIgZmlsbD0iI0VCRUVGMCIvPgo8L2c+CjxwYXRoIGQ9Ik0xMDUuNzEgNDAuNzE4NkMxMDUuNzEgMzYuODYyMyAxMDguODM2IDMzLjczNjEgMTEyLjY5MiAzMy43MzYxSDIyNi41NjlDMjMwLjQyNSAzMy43MzYxIDIzMy41NTEgMzYuODYyMyAyMzMuNTUxIDQwLjcxODZWNDQuMzE2MUgxMDUuNzFWNDAuNzE4NloiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjExMSIgeT0iMzcuMjYyNyIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MjY2NyIgcng9IjEuNzYzMzMiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTE2LjI5IiB5PSIzNy4yNjI3IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjEuNjIzIiB5PSIzNy4yNjI3IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE2OS4xNzUiIGN5PSI5NC40MTMzIiByPSIyMS44NjYxIiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0xNjguODc4IDgzLjUzNzFDMTc0Ljg2NSA4My41MzcxIDE3OS43MTggODguMzkwMSAxNzkuNzE4IDk0LjM3NjZDMTc5LjcxOCAxMDAuMzYzIDE3NC44NjUgMTA1LjIxNiAxNjguODc4IDEwNS4yMTZDMTYyLjg5MiAxMDUuMjE2IDE1OC4wMzkgMTAwLjM2MyAxNTguMDM5IDk0LjM3NjZDMTU4LjAzOSA5My4yMjk5IDE1OC4yMTcgOTIuMTI0NyAxNTguNTQ3IDkxLjA4NzMiIHN0cm9rZT0iIzkzQzlBOCIgc3Ryb2tlLXdpZHRoPSIzLjEyMzc0IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTE1NC41MTkgOTEuNzY4MUwxNTkuMDM1IDg5LjI0MjRMMTYyLjAzNiA5My41NDgiIHN0cm9rZT0iIzkzQzlBOCIgc3Ryb2tlLXdpZHRoPSIzLjEyMzc0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3NzQzIiB4PSI5Ny4xNzY0IiB5PSIyNy4zMzYxIiB3aWR0aD0iMTQ1LjA2NyIgaGVpZ2h0PSIxMzguMSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjEzMzMzIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjQuMjY2NjciLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzc0MyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yNzA1XzE3NzQzIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=",mobile:void 0,verticalPosition:"center"}})}):null}GatheringDataNotification.propTypes={id:je().string,Notification:je().elementType};var De=t(54349);function GA4AdSenseLinkedNotification({id:e,Notification:i}){return(0,ie.jsx)(i,{children:(0,ie.jsx)(De.A,{notificationID:e,type:ue.Q.SUCCESS,title:(0,$.__)("Your AdSense and Analytics accounts are linked","google-site-kit"),description:(0,$.__)("We’ll let you know as soon as there’s enough data available","google-site-kit"),dismissButton:!0})})}GA4AdSenseLinkedNotification.propTypes={id:je().string.isRequired,Notification:je().elementType.isRequired};var me=t(77766),pe=t(64067);var ze=t(13606),Te=t(20898),Ae=t(80035);var he=t(68485),Ee=t(34375);function GoogleTagGatewaySetupSuccessSubtleNotification({id:e,Notification:i}){return(0,ie.jsx)(i,{children:(0,ie.jsx)(De.A,{notificationID:e,type:ue.Q.SUCCESS,title:(0,$.__)("You successfully enabled Google tag gateway for advertisers!","google-site-kit"),description:(0,$.__)("You can always disable it in Analytics or Ads settings","google-site-kit"),dismissButton:!0})})}function GoogleTagGatewaySetupBanner({id:e,Notification:i}){const[t,n]=(0,oe.useState)(!1),{setGoogleTagGatewayEnabled:s,saveGoogleTagGatewaySettings:r}=(0,o.useDispatch)(Y.O4),l={tooltipSlug:e,content:(0,$.__)("You can always enable Google tag gateway for advertisers in Settings later","google-site-kit"),dismissLabel:(0,$.__)("Got it","google-site-kit")},c=(0,he.i)(l),{dismissNotification:g,registerNotification:M}=(0,o.useDispatch)(a.D),u=(0,o.useSelect)(e=>e(Y.O4).getDocumentationLinkURL("google-tag-gateway-introduction"));const d=(0,o.useSelect)(e=>{const i=e(Y.O4).getGoogleTagGatewaySettings();return e(Y.O4).getErrorForAction("saveGoogleTagGatewaySettings",[i])}),{triggerSurvey:N}=(0,o.useDispatch)(I.oR),y=(0,oe.useCallback)(()=>{N("view_gtg_setup_cta",{ttl:re.tt})},[N]);return(0,ie.jsx)(i,{onView:y,children:(0,ie.jsx)(Ee.A,{notificationID:e,title:(0,$.__)("Get more comprehensive stats by collecting metrics via your own site","google-site-kit"),description:(0,ze.A)((0,$.__)("Enable Google tag gateway for advertisers (<em>beta</em>) to send measurement through your own domain - this helps improve the quality and completeness of Analytics or Ads metrics.","google-site-kit"),{em:(0,ie.jsx)("em",{})}),learnMoreLink:{href:u},ctaButton:{label:(0,$.__)("Enable Google tag gateway for advertisers","google-site-kit"),onClick:async function(){n(!0),s(!0);const{error:i}=await r();i||(g(e),M("setup-success-notification-gtg",{Component:GoogleTagGatewaySetupSuccessSubtleNotification,areaSlug:j.bI.DASHBOARD_TOP,isDismissible:!1,featureFlag:"googleTagGateway"})),n(!1)},inProgress:t},dismissButton:{label:(0,$.__)("Maybe later","google-site-kit"),onClick:c},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDg1IiBoZWlnaHQ9IjI1OCIgdmlld0JveD0iMCAwIDQ4NSAyNTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzExMzgzKSI+CjxwYXRoIGQ9Ik00MzMuMzQ1IDMwOC41MDVDNDAyLjg3MiAzMzkuOTE0IDM2Mi43NzcgMzQ0LjkyOSAzMjEuMDUxIDMzOS43MDhDMjQ5Ljc3OSAzMzAuNzkzIDI1Mi4yNTggMjY1LjUgMjAyLjcyIDIzMUMxNzEuNjA5IDIwOS4zMzMgMTE5Ljc0MiAyNTUuODA0IDY1LjcyMDMgMjM1LjVDNS4yOTE0NyAyMTIuNzg4IC0zMi43Nzk2IDEzMC4wMDMgMzkuMjIwMyA2Ny41QzkzLjcwMzUgMjAuMjAzNCAxMzEuMDUgNTEuOTc5NCAxNzIuNzIgNDlDMjE0LjM5MSA0Ni4wMjA2IDIyOS40ODMgMzUuNzQzOSAyNDguMjU4IDE4LjYyOTJDMjcwLjE2MiAtMS4zMzg4NCAzMDguNzIgLTMuOTExOCAzMzcuNDcyIDQuNTc1MzhDMzY2LjgxIDEzLjIzNTUgMzg3LjY5MSAzMy44NTU4IDM5NS42NzQgNjMuNDk3MUM0MDEuNzUxIDg2LjA3IDM5OS4xMDEgMTI4LjgzMiA0MTUuMjU4IDE1MC4xMjlDNDM3LjI1OCAxNzkuMTI5IDQ1Mi43MDggMTg3Ljc0MiA0NTkuNzc3IDIyMS42MjlDNDY1LjkxNyAyNTEuMDYgNDUxLjU5NSAyODkuNjUgNDMzLjM0NSAzMDguNTA1WiIgZmlsbD0iI0I4RTZDQSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzE0NjFfMTEzODMpIj4KPHBhdGggZD0iTTExNy4yMiA0NS43NjM5QzExNy4yMiAzOC4xNjIzIDEyMy4zODMgMzIgMTMwLjk4NCAzMkgyOTguNDU2QzMwNi4wNTggMzIgMzEyLjIyIDM4LjE2MjMgMzEyLjIyIDQ1Ljc2MzlWMjYyLjIzNkMzMTIuMjIgMjY5LjgzOCAzMDYuMDU4IDI3NiAyOTguNDU2IDI3NkgxMzAuOTg0QzEyMy4zODMgMjc2IDExNy4yMiAyNjkuODM4IDExNy4yMiAyNjIuMjM2VjQ1Ljc2MzlaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxwYXRoIGQ9Ik00Ny45MTE4IDg3LjY4MTFDNjQuNzI5OSA4Ny42ODExIDc4LjI4NDUgNzMuNjc2NSA3OC4yODQ1IDU2LjVDNzguMjg0NSAzOS4zMjM1IDY0LjcyOTkgMjUuMzE4OSA0Ny45MTE4IDI1LjMxODlDMzEuMDkzNyAyNS4zMTg5IDE3LjUzOTIgMzkuMzIzNSAxNy41MzkyIDU2LjVDMTcuNTM5MiA3My42NzY1IDMxLjA5MzcgODcuNjgxMSA0Ny45MTE4IDg3LjY4MTFaIiBmaWxsPSIjODk1QTAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMuMzYyMTIiLz4KPG1hc2sgaWQ9Im1hc2swXzE0NjFfMTEzODMiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjE5IiB5PSIyNyIgd2lkdGg9IjU4IiBoZWlnaHQ9IjU5Ij4KPGVsbGlwc2UgY3g9IjQ3LjkxMTgiIGN5PSI1Ni41IiByeD0iMjguNjkxNiIgcnk9IjI5LjUiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzE0NjFfMTEzODMpIj4KPHBhdGggZD0iTTU5Ljk1MDUgNTAuODA5QzU5Ljk1MDUgNTcuMTc0OSA1NC43ODk5IDYyLjMzNTYgNDguNDI0IDYyLjMzNTZDNDIuMDU4MSA2Mi4zMzU2IDM2Ljg5NzUgNTcuMTc0OSAzNi44OTc1IDUwLjgwOUMzNi44OTc1IDQ0LjQ0MzEgNDIuMDU4MSAzOS4yODI1IDQ4LjQyNCAzOS4yODI1QzU0Ljc4OTkgMzkuMjgyNSA1OS45NTA1IDQ0LjQ0MzEgNTkuOTUwNSA1MC44MDlaIiBmaWxsPSIjRkVDRTcyIi8+CjxlbGxpcHNlIGN4PSI0OC40MjQxIiBjeT0iODQuODY3NyIgcng9IjI0LjQ5MzkiIHJ5PSIyMC4xNDcyIiBmaWxsPSIjRkVDRTcyIi8+CjwvZz4KPHBhdGggZD0iTTQwMi4zMDcgMTYyLjY2N0M0MjUuOTA2IDE2Mi42NjcgNDQ0LjkyNiAxNDMuMDE1IDQ0NC45MjYgMTE4LjkxM0M0NDQuOTI2IDk0LjgxMDQgNDI1LjkwNiA3NS4xNTg5IDQwMi4zMDcgNzUuMTU4OUMzNzguNzA4IDc1LjE1ODkgMzU5LjY4NyA5NC44MTA0IDM1OS42ODcgMTE4LjkxM0MzNTkuNjg3IDE0My4wMTUgMzc4LjcwOCAxNjIuNjY3IDQwMi4zMDcgMTYyLjY2N1oiIGZpbGw9IiM4OTVBMDAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNC43MTc3OSIvPgo8bWFzayBpZD0ibWFzazFfMTQ2MV8xMTM4MyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMzYyIiB5PSI3NyIgd2lkdGg9IjgxIiBoZWlnaHQ9Ijg0Ij4KPGVsbGlwc2UgY3g9IjQwMi40ODEiIGN5PSIxMTguOTEzIiByeD0iNDAuMjYwNiIgcnk9IjQxLjM5NDkiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2sxXzE0NjFfMTEzODMpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zODcuMTQyIDExMy42MzdDMzg1LjkxNCAxMTQuODIyIDM4NS4yMiAxMTYuNDU2IDM4NS4yMiAxMTguMTYzVjE1OC41NTZDMzg1LjIyIDE2Mi4wMzEgMzg4LjAzNyAxNjQuODQ3IDM5MS41MTEgMTY0Ljg0N0g0MTMuNTI3QzQxNy4wMDEgMTY0Ljg0NyA0MTkuODE3IDE2Mi4wMzEgNDE5LjgxNyAxNTguNTU2VjExOC4xNjNDNDE5LjgxNyAxMTYuNDU2IDQxOS4xMjMgMTE0LjgyMiA0MTcuODk1IDExMy42MzdMNDA0LjcwMyAxMDAuOTA2QzQwMy40ODQgOTkuNzI5NiA0MDEuNTUzIDk5LjcyOTYgNDAwLjMzNSAxMDAuOTA2TDM4Ny4xNDIgMTEzLjYzN1pNNDAyLjUxOSAxMjguNjc3QzQwNS4xMjQgMTI4LjY3NyA0MDcuMjM3IDEyNi41NjUgNDA3LjIzNyAxMjMuOTU5QzQwNy4yMzcgMTIxLjM1NCA0MDUuMTI0IDExOS4yNDIgNDAyLjUxOSAxMTkuMjQyQzM5OS45MTMgMTE5LjI0MiAzOTcuODAxIDEyMS4zNTQgMzk3LjgwMSAxMjMuOTU5QzM5Ny44MDEgMTI2LjU2NSAzOTkuOTEzIDEyOC42NzcgNDAyLjUxOSAxMjguNjc3WiIgZmlsbD0iI0ZFQ0U3MiIvPgo8L2c+CjxwYXRoIGQ9Ik0xMzIuNTgzIDYzLjA2MUMxMzIuNTgzIDYwLjg1MTkgMTM0LjM3NCA1OS4wNjEgMTM2LjU4MyA1OS4wNjFIMjkzLjU4M0MyOTUuNzkyIDU5LjA2MSAyOTcuNTgzIDYwLjg1MTkgMjk3LjU4MyA2My4wNjFWMTAxLjA2MUMyOTcuNTgzIDEwMy4yNyAyOTUuNzkyIDEwNS4wNjEgMjkzLjU4MyAxMDUuMDYxSDEzNi41ODNDMTM0LjM3NCAxMDUuMDYxIDEzMi41ODMgMTAzLjI3IDEzMi41ODMgMTAxLjA2MVY2My4wNjFaIiBmaWxsPSIjRkZFNEIxIi8+CjxyZWN0IHg9IjEzMi4yMiIgeT0iMTE1IiB3aWR0aD0iMTY1IiBoZWlnaHQ9IjgiIHJ4PSI0IiBmaWxsPSIjRkZFNEIxIi8+CjxyZWN0IHg9IjIyNC4yMiIgeT0iMjA5IiB3aWR0aD0iNzMiIGhlaWdodD0iOCIgcng9IjQiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgb3BhY2l0eT0iMC42IiB4PSIyMjQuMjIiIHk9IjIyNSIgd2lkdGg9IjczIiBoZWlnaHQ9IjgiIHJ4PSI0IiBmaWxsPSIjRkZFNEIxIi8+CjxyZWN0IG9wYWNpdHk9IjAuMjUiIHg9IjIyNC4yMiIgeT0iMjQxIiB3aWR0aD0iNzMiIGhlaWdodD0iOCIgcng9IjQiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgb3BhY2l0eT0iMC42IiB4PSIxMzIuMjIiIHk9IjEzMCIgd2lkdGg9IjE2NSIgaGVpZ2h0PSI4IiByeD0iNCIgZmlsbD0iI0ZGRTRCMSIvPgo8cmVjdCBvcGFjaXR5PSIwLjI1IiB4PSIxMzIuMjIiIHk9IjE0NSIgd2lkdGg9Ijc1IiBoZWlnaHQ9IjgiIHJ4PSI0IiBmaWxsPSIjRkZFNEIxIi8+CjxyZWN0IG9wYWNpdHk9IjAuMjUiIHg9IjEzMi4yMiIgeT0iMTU4IiB3aWR0aD0iNzUiIGhlaWdodD0iOCIgcng9IjQiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3QgeD0iMjI0LjIyIiB5PSIxNDYiIHdpZHRoPSI3MyIgaGVpZ2h0PSI1MCIgcng9IjQiIGZpbGw9IiNGRkU0QjEiLz4KPGNpcmNsZSBjeD0iMjQwLjIyIiBjeT0iMTY3IiByPSI1IiBmaWxsPSIjRTFCMTU1Ii8+CjxwYXRoIGQ9Ik0yNTEuNTkgMTczLjc2OEwyNDIuMjIgMTg1SDI4MS4yMkwyNjcuMDM4IDE2OEwyNTYuOTA5IDE4MC4xNDNMMjUxLjU5IDE3My43NjhaIiBmaWxsPSIjRTFCMTU1Ii8+CjxyZWN0IHg9IjEzMi4yMiIgeT0iMTc3IiB3aWR0aD0iNzMiIGhlaWdodD0iOTkiIHJ4PSI0IiBmaWxsPSIjRkZFNEIxIi8+CjxwYXRoIGQ9Ik0zMjEuMTI5IDI0MS4xNDVDMzM2LjEzNiAyNDEuMTQ1IDM0OC4yMyAyMjguNjQ5IDM0OC4yMyAyMTMuMzIzQzM0OC4yMyAxOTcuOTk2IDMzNi4xMzYgMTg1LjUgMzIxLjEyOSAxODUuNUMzMDYuMTIyIDE4NS41IDI5NC4wMjggMTk3Ljk5NiAyOTQuMDI4IDIxMy4zMjNDMjk0LjAyOCAyMjguNjQ5IDMwNi4xMjIgMjQxLjE0NSAzMjEuMTI5IDI0MS4xNDVaIiBmaWxsPSIjODk1QTAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiLz4KPG1hc2sgaWQ9Im1hc2syXzE0NjFfMTEzODMiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjI5NSIgeT0iMTg3IiB3aWR0aD0iNTIiIGhlaWdodD0iNTMiPgo8cGF0aCBkPSJNMzQ2LjIzIDIxMy4zMjNDMzQ2LjIzIDIyNy41OTcgMzM0Ljk3OSAyMzkuMTQ1IDMyMS4xMjkgMjM5LjE0NUMzMDcuMjc5IDIzOS4xNDUgMjk2LjAyOCAyMjcuNTk3IDI5Ni4wMjggMjEzLjMyM0MyOTYuMDI4IDE5OS4wNDggMzA3LjI3OSAxODcuNSAzMjEuMTI5IDE4Ny41QzMzNC45NzkgMTg3LjUgMzQ2LjIzIDE5OS4wNDggMzQ2LjIzIDIxMy4zMjNaIiBmaWxsPSIjRDlEOUQ5IiBzdHJva2U9ImJsYWNrIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMl8xNDYxXzExMzgzKSI+CjxwYXRoIGQ9Ik0zMDIuODg1IDIyMy44MDhMMzE2LjIyIDI0MEgzMzAuMjJDMzM1LjAyIDI0MCAzMzYuMjIgMjM2IDMzNi4yMiAyMzRWMjIwQzMzNi4yMiAyMTkuMDk3IDMzNS4zNzEgMjE3LjY0IDMzNC4wMzMgMjE3QzMzMy4xOTUgMjE2LjU5OSAzMzIuMTY0IDIxNi45MzkgMzMxLjAzIDIxNi42MzJDMzMwLjIwOCAyMTYuNDEgMzMwLjIyIDIxNS44NyAzMjguNzIgMjE1LjU3N0MzMjcuNTAxIDIxNS4zMzggMzI2LjYyMyAyMTUuNzA4IDMyNS43MiAyMTUuNTc3QzMyNC43NzEgMjE1LjQzOSAzMjQuODExIDIxNC42NjcgMzIzLjIyIDIxNC41QzMyMS40MTMgMjE0LjMxMSAzMjEuMDI3IDIxNS4wNSAzMjAuMjIgMjE1VjIwNEMzMjAuMjIgMjAzIDMxOS42MiAyMDEgMzE3LjIyIDIwMUMzMTQuODIgMjAxIDMxNC4yMiAyMDMgMzE0LjIyIDIwNFYyMjUuNUMzMTIuMjIgMjI0LjUgMzA3LjAyIDIyMSAzMDYuMjIgMjIxQzMwNS41ODIgMjIxIDMwNC4yNjMgMjIxLjYzNyAzMDMuMDc5IDIyMi40MDNDMzAyLjYwMSAyMjIuNzEyIDMwMi41MjMgMjIzLjM2OCAzMDIuODg1IDIyMy44MDhaIiBmaWxsPSIjRkVDRTcyIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE0NjFfMTEzODMiIHg9IjEwMS4yMiIgeT0iMjAiIHdpZHRoPSIyMjciIGhlaWdodD0iMjc2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjQiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iOCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExMzgzIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTEzODMiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTQ2MV8xMTM4MyI+CjxyZWN0IHdpZHRoPSI0ODUiIGhlaWdodD0iMjU4IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",mobile:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYxIiBoZWlnaHQ9IjE0NiIgdmlld0JveD0iMCAwIDQ2MSAxNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQ3NTQpIj4KPHBhdGggZD0iTTQ0My4zNDUgMzA4LjUwNUM0MTIuODcyIDMzOS45MTQgMzcyLjc3NyAzNDQuOTI5IDMzMS4wNTEgMzM5LjcwOEMyNTkuNzc5IDMzMC43OTMgMjYyLjI1OCAyNjUuNSAyMTIuNzIgMjMxQzE4MS42MDkgMjA5LjMzMyAxMjkuNzQyIDI1NS44MDQgNzUuNzIwMyAyMzUuNUMxNS4yOTE1IDIxMi43ODggLTIyLjc3OTYgMTMwLjAwMyA0OS4yMjAzIDY3LjVDMTAzLjcwMyAyMC4yMDM0IDE0MS4wNSA1MS45Nzk0IDE4Mi43MiA0OUMyMjQuMzkxIDQ2LjAyMDYgMjM5LjQ4MyAzNS43NDM5IDI1OC4yNTggMTguNjI5MkMyODAuMTYyIC0xLjMzODg0IDMxOC43MiAtMy45MTE4IDM0Ny40NzIgNC41NzUzOEMzNzYuODEgMTMuMjM1NSAzOTcuNjkxIDMzLjg1NTggNDA1LjY3NCA2My40OTcxQzQxMS43NTEgODYuMDcgNDA5LjEwMSAxMjguODMyIDQyNS4yNTggMTUwLjEyOUM0NDcuMjU4IDE3OS4xMjkgNDYyLjcwOCAxODcuNzQyIDQ2OS43NzcgMjIxLjYyOUM0NzUuOTE3IDI1MS4wNiA0NjEuNTk1IDI4OS42NSA0NDMuMzQ1IDMwOC41MDVaIiBmaWxsPSIjQjhFNkNBIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTUwNV80NzU0KSI+CjxwYXRoIGQ9Ik0xNTcuODI5IDQwLjk0NDVDMTU3LjgyOSAzNS4yOTUzIDE2Mi40MDkgMzAuNzE1OCAxNjguMDU4IDMwLjcxNThIMjkyLjUxNUMyOTguMTY1IDMwLjcxNTggMzAyLjc0NCAzNS4yOTUzIDMwMi43NDQgNDAuOTQ0NVYyMDEuODE3QzMwMi43NDQgMjA3LjQ2NiAyOTguMTY1IDIxMi4wNDUgMjkyLjUxNSAyMTIuMDQ1SDE2OC4wNThDMTYyLjQwOSAyMTIuMDQ1IDE1Ny44MjkgMjA3LjQ2NiAxNTcuODI5IDIwMS44MTdWNDAuOTQ0NVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHBhdGggZD0iTTU2LjMyMjMgMjUuNzUxQzY4LjgyMDYgMjUuNzUxIDc4Ljg5MzUgMzYuMTU4MiA3OC44OTM2IDQ4LjkyMjlDNzguODkzNiA2MS42ODc2IDY4LjgyMDcgNzIuMDk1NyA1Ni4zMjIzIDcyLjA5NTdDNDMuODIzOCA3Mi4wOTU3IDMzLjc1MSA2MS42ODc2IDMzLjc1MSA0OC45MjI5QzMzLjc1MTEgMzYuMTU4MiA0My44MjM5IDI1Ljc1MSA1Ni4zMjIzIDI1Ljc1MVoiIGZpbGw9IiM4OTVBMDAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi40OTg1NyIvPgo8bWFzayBpZD0ibWFzazBfMTUwNV80NzU0IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIzNSIgeT0iMjciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0NCI+CjxlbGxpcHNlIGN4PSI1Ni4zMjIzIiBjeT0iNDguOTIzIiByeD0iMjEuMzIyMyIgcnk9IjIxLjkyMyIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTUwNV80NzU0KSI+CjxwYXRoIGQ9Ik02NS4yNjkgNDQuNjkzN0M2NS4yNjkgNDkuNDI0NSA2MS40MzM4IDUzLjI1OTcgNTYuNzAzIDUzLjI1OTdDNTEuOTcyMSA1My4yNTk3IDQ4LjEzNyA0OS40MjQ1IDQ4LjEzNyA0NC42OTM3QzQ4LjEzNyAzOS45NjI4IDUxLjk3MjEgMzYuMTI3NyA1Ni43MDMgMzYuMTI3N0M2MS40MzM4IDM2LjEyNzcgNjUuMjY5IDM5Ljk2MjggNjUuMjY5IDQ0LjY5MzdaIiBmaWxsPSIjRkVDRTcyIi8+CjxlbGxpcHNlIGN4PSI1Ni43MDMiIGN5PSI3MC4wMDQ1IiByeD0iMTguMjAyNyIgcnk9IjE0Ljk3MjUiIGZpbGw9IiNGRUNFNzIiLz4KPC9nPgo8cGF0aCBkPSJNMzk5LjY5MiA0Mi43ODk2QzQxNy4yMyA0Mi43ODk2IDQzMS4zNjUgNTcuMzkzNSA0MzEuMzY1IDc1LjMwNTJDNDMxLjM2NSA5My4yMTY5IDQxNy4yMyAxMDcuODIxIDM5OS42OTIgMTA3LjgyMUMzODIuMTU0IDEwNy44MjEgMzY4LjAyIDkzLjIxNjkgMzY4LjAyIDc1LjMwNTJDMzY4LjAyIDU3LjM5MzUgMzgyLjE1NCA0Mi43ODk2IDM5OS42OTIgNDIuNzg5NloiIGZpbGw9IiM4OTVBMDAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMy41MDYwNCIvPgo8bWFzayBpZD0ibWFzazFfMTUwNV80NzU0IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIzNjkiIHk9IjQ0IiB3aWR0aD0iNjEiIGhlaWdodD0iNjMiPgo8ZWxsaXBzZSBjeD0iMzk5LjgyMiIgY3k9Ijc1LjMwNTMiIHJ4PSIyOS45MTk4IiByeT0iMzAuNzYyOCIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazFfMTUwNV80NzU0KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzg4LjQyMyA3MS4zODQzQzM4Ny41MSA3Mi4yNjUzIDM4Ni45OTQgNzMuNDc5NSAzODYuOTk0IDc0Ljc0ODJWMTA0Ljc2N0MzODYuOTk0IDEwNy4zNDkgMzg5LjA4NyAxMDkuNDQyIDM5MS42NjkgMTA5LjQ0Mkg0MDguMDMxQzQxMC42MTIgMTA5LjQ0MiA0MTIuNzA1IDEwNy4zNDkgNDEyLjcwNSAxMDQuNzY3Vjc0Ljc0ODJDNDEyLjcwNSA3My40Nzk1IDQxMi4xOSA3Mi4yNjUzIDQxMS4yNzcgNzEuMzg0M0w0MDEuNDczIDYxLjkyMzNDNDAwLjU2NyA2MS4wNDkzIDM5OS4xMzIgNjEuMDQ5MyAzOTguMjI3IDYxLjkyMzNMMzg4LjQyMyA3MS4zODQzWk0zOTkuODUgODIuNTYxOEM0MDEuNzg2IDgyLjU2MTggNDAzLjM1NiA4MC45OTIxIDQwMy4zNTYgNzkuMDU1OEM0MDMuMzU2IDc3LjExOTUgNDAxLjc4NiA3NS41NDk4IDM5OS44NSA3NS41NDk4QzM5Ny45MTQgNzUuNTQ5OCAzOTYuMzQ0IDc3LjExOTUgMzk2LjM0NCA3OS4wNTU4QzM5Ni4zNDQgODAuOTkyMSAzOTcuOTE0IDgyLjU2MTggMzk5Ljg1IDgyLjU2MThaIiBmaWxsPSIjRkVDRTcyIi8+CjwvZz4KPHBhdGggZD0iTTE2OS4yNDYgNTMuNzk4OEMxNjkuMjQ2IDUyLjE1NzEgMTcwLjU3NyA1MC44MjYyIDE3Mi4yMTkgNTAuODI2MkgyODguODk0QzI5MC41MzYgNTAuODI2MiAyOTEuODY2IDUyLjE1NzEgMjkxLjg2NiA1My43OTg4VjgyLjAzODZDMjkxLjg2NiA4My42ODA0IDI5MC41MzYgODUuMDExMiAyODguODk0IDg1LjAxMTJIMTcyLjIxOUMxNzAuNTc3IDg1LjAxMTIgMTY5LjI0NiA4My42ODA0IDE2OS4yNDYgODIuMDM4NlY1My43OTg4WiIgZmlsbD0iI0ZGRTRCMSIvPgo8cmVjdCB4PSIxNjguOTc2IiB5PSI5Mi4zOTc1IiB3aWR0aD0iMTIyLjYyIiBoZWlnaHQ9IjUuOTQ1MjMiIHJ4PSIyLjk3MjYyIiBmaWxsPSIjRkZFNEIxIi8+CjxyZWN0IG9wYWNpdHk9IjAuNiIgeD0iMTY4Ljk3NiIgeT0iMTAzLjU0NSIgd2lkdGg9IjEyMi42MiIgaGVpZ2h0PSI1Ljk0NTIzIiByeD0iMi45NzI2MiIgZmlsbD0iI0ZGRTRCMSIvPgo8cmVjdCBvcGFjaXR5PSIwLjI1IiB4PSIxNjguOTc2IiB5PSIxMTQuNjkyIiB3aWR0aD0iNTUuNzM2NSIgaGVpZ2h0PSI1Ljk0NTIzIiByeD0iMi45NzI2MiIgZmlsbD0iI0ZGRTRCMSIvPgo8cmVjdCBvcGFjaXR5PSIwLjI1IiB4PSIxNjguOTc2IiB5PSIxMjQuMzUzIiB3aWR0aD0iNTUuNzM2NSIgaGVpZ2h0PSI1Ljk0NTIzIiByeD0iMi45NzI2MiIgZmlsbD0iI0ZGRTRCMSIvPgo8cmVjdCB4PSIyMzcuMzQ2IiB5PSIxMTUuNDM1IiB3aWR0aD0iNTQuMjUwMiIgaGVpZ2h0PSIzNy4xNTc3IiByeD0iMi45NzI2MiIgZmlsbD0iI0ZGRTRCMSIvPgo8Y2lyY2xlIGN4PSIyNDkuMjM3IiBjeT0iMTMxLjA0MSIgcj0iMy43MTU3NyIgZmlsbD0iI0UxQjE1NSIvPgo8cGF0aCBkPSJNMjU3LjY4NyAxMzYuMDcxTDI1MC43MjMgMTQ0LjQxOEgyNzkuNzA2TDI2OS4xNjcgMTMxLjc4NEwyNjEuNjM5IDE0MC44MDhMMjU3LjY4NyAxMzYuMDcxWiIgZmlsbD0iI0UxQjE1NSIvPgo8cmVjdCB4PSIxNjguOTc2IiB5PSIxMzguNDczIiB3aWR0aD0iNTQuMjUwMiIgaGVpZ2h0PSI3My41NzIyIiByeD0iMi45NzI2MiIgZmlsbD0iI0ZGRTRCMSIvPgo8cGF0aCBkPSJNOTkuMzY0MyA5NC43OTA1QzExMC41MTYgOTQuNzkwNSAxMTkuNTA1IDEwNC4wNzcgMTE5LjUwNSAxMTUuNDY2QzExOS41MDUgMTI2Ljg1NiAxMTAuNTE3IDEzNi4xNDMgOTkuMzY0MyAxMzYuMTQzQzg4LjIxMjEgMTM2LjE0MyA3OS4yMjQ2IDEyNi44NTYgNzkuMjI0NiAxMTUuNDY2Qzc5LjIyNDggMTA0LjA3NyA4OC4yMTIyIDk0Ljc5MDcgOTkuMzY0MyA5NC43OTA1WiIgZmlsbD0iIzg5NUEwMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjIyOTQ2Ii8+CjxtYXNrIGlkPSJtYXNrMl8xNTA1XzQ3NTQiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjgwIiB5PSI5NSIgd2lkdGg9IjM5IiBoZWlnaHQ9IjQxIj4KPHBhdGggZD0iTTk5LjM2NDMgOTYuMjc1OUMxMDkuNjU3IDk2LjI3NTkgMTE4LjAxOCAxMDQuODU4IDExOC4wMTkgMTE1LjQ2NkMxMTguMDE5IDEyNi4wNzUgMTA5LjY1NyAxMzQuNjU3IDk5LjM2NDMgMTM0LjY1N0M4OS4wNzE3IDEzNC42NTcgODAuNzEgMTI2LjA3NCA4MC43MSAxMTUuNDY2QzgwLjcxMDEgMTA0Ljg1OCA4OS4wNzE4IDk2LjI3NjEgOTkuMzY0MyA5Ni4yNzU5WiIgZmlsbD0iI0Q5RDlEOSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIwLjc0MzE1NCIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazJfMTUwNV80NzU0KSI+CjxwYXRoIGQ9Ik04NS44MDY5IDEyMy4yNTlMOTUuNzE2NyAxMzUuMjkySDEwNi4xMjFDMTA5LjY4OCAxMzUuMjkyIDExMC41OCAxMzIuMzE5IDExMC41OCAxMzAuODMzVjEyMC40MjlDMTEwLjU4IDExOS43NTggMTA5Ljk0OSAxMTguNjc1IDEwOC45NTQgMTE4LjE5OUMxMDguMzMxIDExNy45MDEgMTA3LjU2NiAxMTguMTU0IDEwNi43MjMgMTE3LjkyNkMxMDYuMTExIDExNy43NjEgMTA2LjEyMSAxMTcuMzYgMTA1LjAwNiAxMTcuMTQyQzEwNC4xIDExNi45NjQgMTAzLjQ0OCAxMTcuMjM5IDEwMi43NzcgMTE3LjE0MkMxMDIuMDcxIDExNy4wMzkgMTAyLjEwMSAxMTYuNDY1IDEwMC45MTkgMTE2LjM0MUM5OS41NzU5IDExNi4yMDEgOTkuMjg5MSAxMTYuNzUgOTguNjg5MyAxMTYuNzEzVjEwOC41MzhDOTguNjg5MyAxMDcuNzk1IDk4LjI0MzQgMTA2LjMwOSA5Ni40NTk4IDEwNi4zMDlDOTQuNjc2MiAxMDYuMzA5IDk0LjIzMDMgMTA3Ljc5NSA5NC4yMzAzIDEwOC41MzhWMTI0LjUxNkM5Mi43NDQgMTIzLjc3MyA4OC44Nzk2IDEyMS4xNzIgODguMjg1MSAxMjEuMTcyQzg3LjgxMDYgMTIxLjE3MiA4Ni44MzA5IDEyMS42NDUgODUuOTUwOSAxMjIuMjE0Qzg1LjU5NTIgMTIyLjQ0NSA4NS41Mzc2IDEyMi45MzIgODUuODA2OSAxMjMuMjU5WiIgZmlsbD0iI0ZFQ0U3MiIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNTA1XzQ3NTQiIHg9IjE0NS45MzkiIHk9IjIxLjc5OCIgd2lkdGg9IjE2OC42OTYiIGhlaWdodD0iMjA1LjExMSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjk3MjYyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuOTQ1MjMiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80NzU0Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDc1NCIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNTA1XzQ3NTQiPgo8cmVjdCB3aWR0aD0iNDYxIiBoZWlnaHQ9IjE0NiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K",verticalPosition:"bottom"},errorText:d?.message})})}GoogleTagGatewaySetupSuccessSubtleNotification.propTypes={id:je().string.isRequired,Notification:je().elementType.isRequired},GoogleTagGatewaySetupBanner.propTypes={id:je().string,Notification:je().elementType};var xe=t(41617);function ConsentModeSetupCTABanner({id:e,Notification:i}){const[t,n]=(0,oe.useState)(null),[s,r]=(0,oe.useState)(!1),l={category:`${(0,me.A)()}_CoMo-ads-setup-notification`},c=(0,o.useSelect)(e=>e(Y.O4).getSiteKitAdminSettingsURL()),g=(0,o.useSelect)(e=>e(Y.O4).getDocumentationLinkURL("consent-mode")),M={tooltipSlug:xe.X,content:(0,$.__)("You can always enable consent mode in Settings later","google-site-kit"),dismissLabel:(0,$.__)("Got it","google-site-kit")},u=(0,he.i)(M),{navigateTo:d}=(0,o.useDispatch)(ae.M),N=(0,o.useSelect)(i=>i(a.D).isNotificationDismissalFinal(e)),{setConsentModeEnabled:j,saveConsentModeSettings:y}=(0,o.useDispatch)(Y.O4),{triggerSurvey:D}=(0,o.useDispatch)(I.oR);return(0,oe.useEffect)(()=>{D("view_como_setup_cta",{ttl:re.tt})},[D]),(0,ie.jsx)(i,{gaTrackingEventArgs:l,children:(0,ie.jsx)(Ee.A,{notificationID:e,title:(0,$.__)("Enable consent mode to preserve tracking for your Ads campaigns","google-site-kit"),description:(0,$.__)("Consent mode interacts with your Consent Management Platform (CMP) or custom implementation for obtaining visitor consent, such as a cookie consent banner.","google-site-kit"),ctaButton:{label:(0,$.__)("Enable consent mode","google-site-kit"),onClick:async function(){n(null),j(!0),r(!0);const e=[y(),D("enable_como",{ttl:re.tt})],[{error:i}]=await Promise.all(e);i?(n(i),j(!1),r(!1)):d(c)},inProgress:s,dismissOnClick:!0,dismissOptions:{skipHidingFromQueue:!0}},dismissButton:{label:N?(0,$.__)("Don’t show again","google-site-kit"):(0,$.__)("Maybe later","google-site-kit"),onClick:u,dismissOptions:{expiresInSeconds:N?0:2*re.Du}},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIwIiBoZWlnaHQ9IjM0MCIgdmlld0JveD0iMCAwIDUyMCAzNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYwXzEwMzEyKSI+CjxwYXRoIGQ9Ik00NTYuNjc1IDMwOC4xODJDMzk0LjU1IDM3NS42MDIgMzM0LjAzMiAzMTEuNjk3IDI2Ni41NSAzMTUuNDAyQzIwMi42NDQgMzE4LjkxIDEzNS45MTIgMzQxIDg4LjkxMjMgMzIyLjVDNDEuOTEyMyAzMDQgNi44MjA4OSAyNzEuNzUyIDAuODM2NzMxIDIwMS43ODVDLTUuMTQ3NDMgMTMxLjgxOCA0LjU0OTYyIDk0LjEzMDYgNTYuNTg3MiA1Ny43ODUxQzExMi4yNjYgMTguODk2NCAxNjYuMjQ2IDU0LjI2NDQgMjA3LjkxNyA1MS4yODUxQzI2OS4wNDggNDYuOTE0MyAyOTAuMjE3IC0xMy40ODUyIDM2MC44MDIgNC4yNTE4OUMzODguNTg3IDEwLjMwNTcgNDExLjAyMSAzMy41MzIzIDQxOS4wMDQgNjMuMTczN0M0MjUuOTcxIDg5LjA0MzggNDIyLjQzMSAxMjguNTA4IDQzOC41ODcgMTQ5LjgwNkM0NjAuNTg3IDE3OC44MDYgNDc2LjAzNyAxODcuNDE5IDQ4My4xMDYgMjIxLjMwNUM0ODkuMjQ2IDI1MC43MzYgNDc0LjkyNCAyODkuMzI3IDQ1Ni42NzUgMzA4LjE4MloiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNDYwXzEwMzEyKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzAzLjE0NCA3MS4yMzczTDEwNC42MyA3MS4yMzczQzk2Ljk3MjkgNzEuMjM3MyA5MC43NjUzIDc3LjQ0NSA5MC43NjUzIDg1LjEwMjVWMjMwLjY5NEM5MC43NjUzIDIzOC4zNTIgOTYuOTczIDI0NC41NiAxMDQuNjMxIDI0NC41NkgzMzAuNzU2QzMzOC40MTQgMjQ0LjU2IDM0NC42MjEgMjM4LjM1MiAzNDQuNjIxIDIzMC42OTRWMTI3LjE0NEMzMjAuODU5IDEyMy41MTUgMzAyLjY1NiAxMDIuOTkgMzAyLjY1NiA3OC4yMTM0QzMwMi42NTYgNzUuODQ1NSAzMDIuODIyIDczLjUxNjUgMzAzLjE0NCA3MS4yMzczWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMDMuMTQ0IDcxLjIzNzNMMTA0LjYzIDcxLjIzNzNDOTYuOTcyOSA3MS4yMzczIDkwLjc2NTMgNzcuNDQ1IDkwLjc2NTMgODUuMTAyNVY5Mi4yNDYxSDMwNC42NzNDMzAzLjM2MSA4Ny43OTczIDMwMi42NTYgODMuMDg3NiAzMDIuNjU2IDc4LjIxMzRDMzAyLjY1NiA3NS44NDU1IDMwMi44MjIgNzMuNTE2NSAzMDMuMTQ0IDcxLjIzNzNaIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEwMS4yNjkiIHk9Ijc4LjIzOTkiIHdpZHRoPSI3LjAwMjkzIiBoZWlnaHQ9IjcuMDAyOTMiIHJ4PSIzLjUwMTQ2IiBmaWxsPSIjQ0JEMEQzIi8+CjxyZWN0IHg9IjExMS43NzMiIHk9Ijc4LjIzOTkiIHdpZHRoPSI3LjAwMjkzIiBoZWlnaHQ9IjcuMDAyOTMiIHJ4PSIzLjUwMTQ2IiBmaWxsPSIjQ0JEMEQzIi8+CjxyZWN0IHg9IjEwNC44NjgiIHk9IjEwNi40OTUiIHdpZHRoPSIyNS4xODQxIiBoZWlnaHQ9IjI1LjE4NDEiIHJ4PSI1LjE5OTQ2IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEwNC44NjgiIHk9IjE0NS43ODIiIHdpZHRoPSIyNS4xODQxIiBoZWlnaHQ9IjI1LjE4NDEiIHJ4PSI1LjE5OTQ2IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEwNC44NjgiIHk9IjE4NS4wNjkiIHdpZHRoPSIyNS4xODQxIiBoZWlnaHQ9IjI1LjE4NDEiIHJ4PSI1LjE5OTQ2IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEzOC4xMTIiIHk9IjEwOC41MSIgd2lkdGg9IjQxLjMwMiIgaGVpZ2h0PSIxMC4wNzM3IiByeD0iNS4wMzY4MyIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxMzguMTEyIiB5PSIxNDcuNzk3IiB3aWR0aD0iNDEuMzAyIiBoZWlnaHQ9IjEwLjA3MzciIHJ4PSI1LjAzNjgzIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEzOC4xMTIiIHk9IjE4Ny4wODQiIHdpZHRoPSI0MS4zMDIiIGhlaWdodD0iMTAuMDczNyIgcng9IjUuMDM2ODMiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTM4LjExMiIgeT0iMTIzLjYyIiB3aWR0aD0iODguNjQ4MiIgaGVpZ2h0PSI2LjA0NDE5IiByeD0iMy4wMjIxIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEzOC4xMTIiIHk9IjE2Mi45MDciIHdpZHRoPSI4OC42NDgyIiBoZWlnaHQ9IjYuMDQ0MTkiIHJ4PSIzLjAyMjEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTM4LjExMiIgeT0iMjAyLjE5NSIgd2lkdGg9Ijg4LjY0ODIiIGhlaWdodD0iNi4wNDQxOSIgcng9IjMuMDIyMSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMzMC41MTggMTIyLjc0NkMzMjIuODgyIDExOS4wMjkgMzE2LjM0NSAxMTMuNDA1IDMxMS41MjYgMTA2LjQ5NUgyODAuNjFDMjc3LjU3NCAxMDYuNDk1IDI3NS4xMTMgMTA4Ljk1NiAyNzUuMTEzIDExMS45OTNWMjEzLjgyMkMyNzUuMTEzIDIxNi44NTkgMjc3LjU3NCAyMTkuMzIgMjgwLjYxIDIxOS4zMkgzMjUuMDJDMzI4LjA1NiAyMTkuMzIgMzMwLjUxOCAyMTYuODU5IDMzMC41MTggMjEzLjgyMlYxMjIuNzQ2WiIgZmlsbD0iI0VCRUVGMCIvPgo8Y2lyY2xlIGN4PSIzNTIuMTU2IiBjeT0iNzguMjEzNCIgcj0iNDIuNSIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTM1Mi44NiA1My40MzU1QzM1Mi44NiA1My40MzU1IDM0MC42NzMgNTkuMDQxNyAzMzAuOTIzIDYwLjk5MTZDMzMwLjkyMyA5MS43MDMzIDM0Ny40OTcgMTAyLjY3MiAzNTIuODYgMTAyLjY3MkMzNTguMjIyIDEwMi42NzIgMzc1LjA0IDg5LjI2NTkgMzc0LjA2NiA2MC45OTE2QzM2NC4wNzIgNTguNzk3OSAzNTIuODYgNTMuNDM1NSAzNTIuODYgNTMuNDM1NVoiIGZpbGw9IiM4RTY4Q0IiLz4KPHBhdGggZD0iTTM1Mi44NiA1My40MzU1QzM1Mi44NiA1My40MzU1IDM0MC42NzMgNTkuMDQxNyAzMzAuOTIzIDYwLjk5MTZDMzMwLjkyMyA5MS43MDMzIDM0Ny40OTcgMTAyLjY3MiAzNTIuODYgMTAyLjY3MkMzNTguMjIyIDEwMi42NzIgMzc1LjA0IDg5LjI2NTkgMzc0LjA2NiA2MC45OTE2QzM2NC4wNzIgNTguNzk3OSAzNTIuODYgNTMuNDM1NSAzNTIuODYgNTMuNDM1NVoiIGZpbGw9IiNBOTgzRTYiLz4KPHBhdGggZD0iTTM1Mi44NiA1My40MzU1QzM1Mi44NiA1My40MzU1IDM0MC42NzMgNTkuMDQxNyAzMzAuOTIzIDYwLjk5MTZDMzMwLjkyMyA5MS43MDMzIDM0Ny40OTcgMTAyLjY3MiAzNTIuODYgMTAyLjY3MlY1My40MzU1WiIgZmlsbD0iIzhFNjhDQiIvPgo8Y2lyY2xlIGN4PSIzNTMuMTAzIiBjeT0iNzcuMDc4OCIgcj0iMTAuMjM3MiIgZmlsbD0iIzQ2MjA4MyIvPgo8Y2lyY2xlIG9wYWNpdHk9IjAuNSIgY3g9IjM1Mi45MDQiIGN5PSI3Ny4xNzQ0IiByPSIxMy4wNjc1IiBzdHJva2U9IiM2RTQ4QUIiIHN0cm9rZS13aWR0aD0iMiIvPgo8bWFzayBpZD0ibWFzazBfMTQ2MF8xMDMxMiIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMzQyIiB5PSI2NiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIj4KPGNpcmNsZSBjeD0iMzUzLjEwMyIgY3k9Ijc3LjA3ODgiIHI9IjEwLjIzNzIiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzE0NjBfMTAzMTIpIj4KPGNpcmNsZSBjeD0iMzUzLjEwNCIgY3k9IjczLjE3ODkiIHI9IjQuMzg3MzkiIGZpbGw9IndoaXRlIi8+CjxlbGxpcHNlIGN4PSIzNTMuMTA0IiBjeT0iODYuMzQwOSIgcng9IjkuNzQ5NzUiIHJ5PSI3Ljc5OTgiIGZpbGw9IndoaXRlIi8+CjwvZz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMV9kXzE0NjBfMTAzMTIpIj4KPHJlY3QgeD0iMTMyLjYyNyIgeT0iMjA1LjIzNyIgd2lkdGg9IjE3MC4xMzMiIGhlaWdodD0iNjAuMjU1NSIgcng9IjYuMDk4MTUiIGZpbGw9IiM4RTY4Q0IiLz4KPHJlY3QgeD0iMTc4LjcwNSIgeT0iMjE3LjA1MiIgd2lkdGg9Ijc3Ljk3NzgiIGhlaWdodD0iNC43MjU5MiIgcng9IjIuMzYyOTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE2NS43MDkiIHk9IjIyNy42ODUiIHdpZHRoPSIxMDMuOTciIGhlaWdodD0iNC43MjU5MiIgcng9IjIuMzYyOTYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjIyMC4wNTciIHk9IjI0MS44NjMiIHdpZHRoPSIzNi42MjU5IiBoZWlnaHQ9IjEyLjk5NjMiIHJ4PSI2LjQ5ODE1IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxNzkuNzA1IiB5PSIyNDIuODYzIiB3aWR0aD0iMzQuNjI1OSIgaGVpZ2h0PSIxMC45OTYzIiByeD0iNS40OTgxNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE0NjBfMTAzMTIiIHg9Ijc0Ljc2NTMiIHk9IjIzLjcxMzQiIHdpZHRoPSIzMzUuODkxIiBoZWlnaHQ9IjI0MC44NDYiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjBfMTAzMTIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MF8xMDMxMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9kXzE0NjBfMTAzMTIiIHg9IjExNi42MjciIHk9IjE5Ny4yMzciIHdpZHRoPSIyMDIuMTMzIiBoZWlnaHQ9IjkyLjI1NTUiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iOCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjBfMTAzMTIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MF8xMDMxMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNDYwXzEwMzEyIj4KPHJlY3Qgd2lkdGg9IjQ4NSIgaGVpZ2h0PSIzNzciIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==",mobile:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDU3IiBoZWlnaHQ9IjE0NiIgdmlld0JveD0iMCAwIDQ1NyAxNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQ5MzMpIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzE1MDVfNDkzMykiPgo8cGF0aCBkPSJNMzUuOTc5MiAxNTkuNzY0QzMxLjAxOCAxMDEuNzU4IDQ0LjY4OTYgNjYuNTc5NiA4Mi4xOTkgNDAuMzgxM0MxMjguMzU5IDguMTQwODEgMTc1LjUgNDMuMzgxMyAyMDYgNDMuMzgxM0MyMzYuNSA0My4zODEzIDI0OS41IDI5LjUwMDEgMjcwLjUgMTYuNTAwMUMyOTEuNSAzLjUwMDA5IDMxMi40MDcgLTMuMDAwMjggMzM1LjUgMy41MDAwOUMzNTguNTkzIDEwLjAwMDUgMzc2Ljg4MiAyOC40MjYgMzgzLjUgNTMuMDAwMUMzODguNTM5IDcxLjcxNCAzOTIuNDY2IDk0LjYxODYgNDEwLjUgMTA3LjVDNDM4LjUgMTI3LjUgNDYzLjUgMTM4IDQ1Ny41IDE2NC41TDM1Ljk3OTIgMTU5Ljc2NFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNTA1XzQ5MzMpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMjMuMjA4IDc1LjgzNEMzMDUuNjg1IDczLjE1NzkgMjkyLjI2IDU4LjAyMTcgMjkyLjI2IDM5Ljc1QzI5Mi4yNiAzOC4wMDM4IDI5Mi4zODMgMzYuMjg2MyAyOTIuNjIgMzQuNjA1NUgxNDYuMjI1QzE0MC41NzggMzQuNjA1NSAxMzYgMzkuMTgzNCAxMzYgNDQuODMwNVYxNTIuMTk4QzEzNiAxNTcuODQ2IDE0MC41NzggMTYyLjQyMyAxNDYuMjI1IDE2Mi40MjNIMzEyLjk4M0MzMTguNjMgMTYyLjQyMyAzMjMuMjA4IDE1Ny44NDYgMzIzLjIwOCAxNTIuMTk4Vjc1LjgzNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjkyLjYyIDM0LjYwNTVIMTQ2LjIyNUMxNDAuNTc4IDM0LjYwNTUgMTM2IDM5LjE4MzQgMTM2IDQ0LjgzMDVWNTAuMDk4NkgyOTMuNzQ4QzI5Mi43OCA0Ni44MTc3IDI5Mi4yNiA0My4zNDQ2IDI5Mi4yNiAzOS43NUMyOTIuMjYgMzguMDAzOCAyOTIuMzgzIDM2LjI4NjMgMjkyLjYyIDM0LjYwNTVaIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjE0My43NDYiIHk9IjM5Ljc2OTUiIHdpZHRoPSI1LjE2NDM2IiBoZWlnaHQ9IjUuMTY0MzYiIHJ4PSIyLjU4MjE4IiBmaWxsPSIjQ0JEMEQzIi8+CjxyZWN0IHg9IjE1MS40OTMiIHk9IjM5Ljc2OTUiIHdpZHRoPSI1LjE2NDM2IiBoZWlnaHQ9IjUuMTY0MzYiIHJ4PSIyLjU4MjE4IiBmaWxsPSIjQ0JEMEQzIi8+CjxyZWN0IHg9IjE0Ni40IiB5PSI2MC42MDY3IiB3aWR0aD0iMTguNTcyMiIgaGVpZ2h0PSIxOC41NzIyIiByeD0iMy44MzQzOCIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxNDYuNCIgeT0iODkuNTc5MyIgd2lkdGg9IjE4LjU3MjIiIGhlaWdodD0iMTguNTcyMiIgcng9IjMuODM0MzgiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTQ2LjQiIHk9IjExOC41NTIiIHdpZHRoPSIxOC41NzIyIiBoZWlnaHQ9IjE4LjU3MjIiIHJ4PSIzLjgzNDM4IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjE3MC45MTYiIHk9IjYyLjA5MjMiIHdpZHRoPSIzMC40NTg1IiBoZWlnaHQ9IjcuNDI4OSIgcng9IjMuNzE0NDUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTcwLjkxNiIgeT0iOTEuMDY0OSIgd2lkdGg9IjMwLjQ1ODUiIGhlaWdodD0iNy40Mjg5IiByeD0iMy43MTQ0NSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxNzAuOTE2IiB5PSIxMjAuMDM4IiB3aWR0aD0iMzAuNDU4NSIgaGVpZ2h0PSI3LjQyODkiIHJ4PSIzLjcxNDQ1IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjE3MC45MTYiIHk9IjczLjIzNTYiIHdpZHRoPSI2NS4zNzQzIiBoZWlnaHQ9IjQuNDU3MzQiIHJ4PSIyLjIyODY3IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjE3MC45MTYiIHk9IjEwMi4yMDgiIHdpZHRoPSI2NS4zNzQzIiBoZWlnaHQ9IjQuNDU3MzQiIHJ4PSIyLjIyODY3IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjE3MC45MTYiIHk9IjEzMS4xODEiIHdpZHRoPSI2NS4zNzQzIiBoZWlnaHQ9IjQuNDU3MzQiIHJ4PSIyLjIyODY3IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEyLjgwOCA3Mi41OTExQzMwNy4xNzYgNjkuODQ5OCAzMDIuMzU2IDY1LjcwMjggMjk4LjgwMiA2MC42MDY3SDI3Ni4wMDNDMjczLjc2NCA2MC42MDY3IDI3MS45NDkgNjIuNDIxOCAyNzEuOTQ5IDY0LjY2MVYxMzkuNzU2QzI3MS45NDkgMTQxLjk5NSAyNzMuNzY0IDE0My44MSAyNzYuMDAzIDE0My44MUgzMDguNzUzQzMxMC45OTIgMTQzLjgxIDMxMi44MDggMTQxLjk5NSAzMTIuODA4IDEzOS43NTZWNzIuNTkxMVoiIGZpbGw9IiNFQkVFRjAiLz4KPGNpcmNsZSBjeD0iMzI4Ljc2NSIgY3k9IjM5Ljc0OTkiIHI9IjMxLjM0MiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTMyOS4yODQgMjEuNDc3M0MzMjkuMjg0IDIxLjQ3NzMgMzIwLjI5NiAyNS42MTE2IDMxMy4xMDYgMjcuMDQ5NkMzMTMuMTA2IDQ5LjY5ODIgMzI1LjMyOSA1Ny43ODcgMzI5LjI4NCA1Ny43ODdDMzMzLjIzOCA1Ny43ODcgMzQ1LjY0MSA0Ny45MDA3IDM0NC45MjIgMjcuMDQ5NkMzMzcuNTUyIDI1LjQzMTggMzI5LjI4NCAyMS40NzczIDMyOS4yODQgMjEuNDc3M1oiIGZpbGw9IiM4RTY4Q0IiLz4KPHBhdGggZD0iTTMyOS4yODQgMjEuNDc3M0MzMjkuMjg0IDIxLjQ3NzMgMzIwLjI5NiAyNS42MTE2IDMxMy4xMDYgMjcuMDQ5NkMzMTMuMTA2IDQ5LjY5ODIgMzI1LjMyOSA1Ny43ODcgMzI5LjI4NCA1Ny43ODdDMzMzLjIzOCA1Ny43ODcgMzQ1LjY0MSA0Ny45MDA3IDM0NC45MjIgMjcuMDQ5NkMzMzcuNTUyIDI1LjQzMTggMzI5LjI4NCAyMS40NzczIDMyOS4yODQgMjEuNDc3M1oiIGZpbGw9IiNBOTgzRTYiLz4KPHBhdGggZD0iTTMyOS4yODQgMjEuNDc3M0MzMjkuMjg0IDIxLjQ3NzMgMzIwLjI5NiAyNS42MTE2IDMxMy4xMDYgMjcuMDQ5NkMzMTMuMTA2IDQ5LjY5ODIgMzI1LjMyOSA1Ny43ODcgMzI5LjI4NCA1Ny43ODdWMjEuNDc3M1oiIGZpbGw9IiM4RTY4Q0IiLz4KPGNpcmNsZSBjeD0iMzI5LjQ2MyIgY3k9IjM4LjkxMzMiIHI9IjcuNTQ5NTMiIGZpbGw9IiM0NjIwODMiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjUiIGN4PSIzMjkuMzE2IiBjeT0iMzguOTgzOCIgcj0iOS42MzY3MyIgc3Ryb2tlPSIjNkU0OEFCIiBzdHJva2Utd2lkdGg9IjEuNDc0OTIiLz4KPG1hc2sgaWQ9Im1hc2swXzE1MDVfNDkzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMzIxIiB5PSIzMSIgd2lkdGg9IjE3IiBoZWlnaHQ9IjE2Ij4KPGNpcmNsZSBjeD0iMzI5LjQ2MyIgY3k9IjM4LjkxMzMiIHI9IjcuNTQ5NTMiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzE1MDVfNDkzMykiPgo8Y2lyY2xlIGN4PSIzMjkuNDY0IiBjeT0iMzYuMDM3NSIgcj0iMy4yMzU1MSIgZmlsbD0id2hpdGUiLz4KPGVsbGlwc2UgY3g9IjMyOS40NjMiIGN5PSI0NS43NDQiIHJ4PSI3LjE5MDAzIiByeT0iNS43NTIwMiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV80OTMzKSI+CjxyZWN0IHg9IjE2Ni44NzIiIHk9Ijg2LjQyNDMiIHdpZHRoPSIxMjUuNDY2IiBoZWlnaHQ9IjQ0LjQzNTkiIHJ4PSI0LjQ5NzEzIiBmaWxsPSIjOEU2OENCIi8+CjxyZWN0IHg9IjIwMC44NTIiIHk9Ijk1LjEzNzIiIHdpZHRoPSI1Ny41MDUzIiBoZWlnaHQ9IjMuNDg1MTciIHJ4PSIxLjc0MjU5IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxOTEuMjY4IiB5PSIxMDIuOTc5IiB3aWR0aD0iNzYuNjczNyIgaGVpZ2h0PSIzLjQ4NTE3IiByeD0iMS43NDI1OSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMjMxLjM0NyIgeT0iMTEzLjQzNCIgd2lkdGg9IjI3LjAxMDEiIGhlaWdodD0iOS41ODQyMiIgcng9IjQuNzkyMTEiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjIwMS41ODkiIHk9IjExNC4xNzIiIHdpZHRoPSIyNS41MzUyIiBoZWlnaHQ9IjguMTA5MyIgcng9IjQuMDU0NjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40NzQ5MiIvPgo8L2c+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE1MDVfNDkzMyIgeD0iMTI0LjIwMSIgeT0iLTAuNDQxNTM1IiB3aWR0aD0iMjQ3LjcwNSIgaGVpZ2h0PSIxNzcuNjE0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjIuOTQ5ODMiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNS44OTk2NiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ5MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80OTMzIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIxX2RfMTUwNV80OTMzIiB4PSIxNTUuMDcyIiB5PSI4MC41MjQ3IiB3aWR0aD0iMTQ5LjA2NSIgaGVpZ2h0PSI2OC4wMzQ3IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjUuODk5NjYiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNS44OTk2NiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMjUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ5MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80OTMzIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE1MDVfNDkzMyI+CjxyZWN0IHdpZHRoPSI0NTciIGhlaWdodD0iMTQ2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8Y2xpcFBhdGggaWQ9ImNsaXAxXzE1MDVfNDkzMyI+CjxyZWN0IHdpZHRoPSI1NTMiIGhlaWdodD0iMTU4IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",verticalPosition:"center"},learnMoreLink:{href:g},errorText:t?.message,gaTrackingEventArgs:l})})}ConsentModeSetupCTABanner.propTypes={id:je().string,Notification:je().elementType};var Se=t(77967);const fe="auto-update-cta";function EnableAutoUpdateBannerNotification({id:e,Notification:i}){const t=(0,me.A)(),n=(0,o.useSelect)(e=>e(Y.O4).getSiteKitAutoUpdatesEnabled()),a=(0,o.useSelect)(e=>e(Y.O4).getErrorForAction("enableAutoUpdate",[])),{enableAutoUpdate:s}=(0,o.useDispatch)(Y.O4),r=(0,oe.useCallback)(async()=>{await s()},[s]),[l,c]=(0,oe.useState)(!1);if((0,oe.useEffect)(()=>{!1===l&&!0===n&&c(!0)},[l,c,n]),a?.message)return(0,ie.jsx)(Se.A,{message:a.message});if(l){const o={category:`${t}_${fe}-success`};return(0,ie.jsx)(i,{children:(0,ie.jsx)(De.A,{notificationID:e,type:ue.Q.SUCCESS,gaTrackingEventArgs:o,title:(0,$.__)("Thanks for enabling auto-updates","google-site-kit"),description:(0,$.__)("Auto-updates have been enabled. Your version of Site Kit will automatically be updated when new versions are available.","google-site-kit"),dismissButton:{label:(0,$.__)("Dismiss","google-site-kit"),dismissOptions:{expiresInSeconds:1}}})})}return(0,ie.jsx)(i,{children:(0,ie.jsx)(De.A,{notificationID:e,type:ue.Q.NEW,title:(0,$.__)("Keep Site Kit up-to-date","google-site-kit"),description:(0,$.__)("Turn on auto-updates so you always have the latest version of Site Kit. We constantly introduce new features to help you get the insights you need to be successful on the web.","google-site-kit"),ctaButton:{label:(0,$.__)("Enable auto-updates","google-site-kit"),onClick:r},dismissButton:{label:(0,$.__)("Dismiss","google-site-kit")}})})}EnableAutoUpdateBannerNotification.propTypes={id:je().string.isRequired,Notification:je().elementType.isRequired};var ke=t(4452),we=t.n(ke),Ce=t(99408),Oe=t(59323),be=t(30823);function Description({recoverableModules:e,userRecoverableModuleSlugs:i,hasUserRecoverableModules:t,hasMultipleRecoverableModules:n}){const a=(0,o.useSelect)(e=>e(Y.O4).getDocumentationLinkURL("dashboard-sharing"));let s;return!n&&t?s=(0,$.sprintf)(/* translators: %s: module name. */ /* translators: %s: module name. */ (0,$.__)("%s data was previously shared with other users on the site by another admin who no longer has access. To restore access, you may recover the module as the new owner.","google-site-kit"),e[i[0]]?.name):n&&t?s=(0,$.__)("The data for the following modules was previously shared with other users on the site by another admin who no longer has access. To restore access, you may recover the module as the new owner.","google-site-kit"):n||t||!e?n&&!t&&(s=(0,$.__)("The data for the following modules was previously shared with other users on the site by another admin who no longer has access. To restore access, the module must be recovered by another admin who has access.","google-site-kit")):s=(0,$.sprintf)(/* translators: %s: module name. */ /* translators: %s: module name. */ (0,$.__)("%s data was previously shared with other users on the site by another admin who no longer has access. To restore access, the module must be recovered by another admin who has access.","google-site-kit"),Object.values(e)[0]?.name),s?(0,ie.jsxs)(Oe.A,{children:[s," ",(0,ie.jsx)(be.A,{label:(0,$.__)("Learn more","google-site-kit"),href:a})]}):null}var Le=t(49383);function Errors({recoveryErrors:e}){return(0,ie.jsxs)("div",{className:"googlesitekit-module-recovery-errors",children:[1===Object.keys(e).length&&(0,ie.jsx)(Oe.A,{children:(0,$.sprintf)(/* translators: %s: Error message */ /* translators: %s: Error message */ (0,$.__)("Error: %s","google-site-kit"),Object.values(e)[0].message)}),Object.keys(e).length>1&&(0,ie.jsxs)(oe.Fragment,{children:[(0,ie.jsx)(Oe.A,{children:(0,$.__)("The following modules failed to be recovered:","google-site-kit")}),(0,ie.jsx)("ul",{children:Object.keys(e).map(i=>(0,ie.jsx)("li",{children:(0,$.sprintf)(/* translators: 1: Module name, 2: Error message */ /* translators: 1: Module name, 2: Error message */ (0,$.__)("%1$s: %2$s","google-site-kit"),e[i].name,e[i].message)},i))})]})]})}function AdditionalDescription({inProgress:e,selectedModuleSlugs:i,hasUserRecoverableModules:t,recoverableModules:n,userRecoverableModuleSlugs:a,hasMultipleRecoverableModules:s,setSelectedModuleSlugs:r}){const l=(0,o.useSelect)(e=>e(_.i).getRecoveryErrors());return t||s?t?(0,ie.jsxs)(oe.Fragment,{children:[s&&(0,ie.jsxs)(oe.Fragment,{children:[i&&a.map(t=>(0,ie.jsx)("div",{children:(0,ie.jsx)(Le.Checkbox,{checked:i.includes(t),name:"module-recovery-alert-checkbox",id:`module-recovery-alert-checkbox-${t}`,onChange:()=>{i.includes(t)?r((0,se.without)(i,t)):r([...i,t])},disabled:e,value:t,children:n[t].name})},t)),(0,ie.jsx)(Oe.A,{children:(0,$.__)("By recovering the selected modules, you will restore access for other users by sharing access via your Google account. This does not make any changes to external services and can be managed at any time via the dashboard sharing settings.","google-site-kit")})]}),!s&&(0,ie.jsx)(Oe.A,{children:(0,$.__)("By recovering the module, you will restore access for other users by sharing access via your Google account. This does not make any changes to external services and can be managed at any time via the dashboard sharing settings.","google-site-kit")}),Object.keys(l).length>0&&(0,ie.jsx)(Errors,{recoveryErrors:l})]}):(0,ie.jsx)("ul",{className:"mdc-list mdc-list--non-interactive",children:Object.values(n||{}).map(e=>(0,ie.jsx)("li",{className:"mdc-list-item",children:(0,ie.jsx)("span",{className:"mdc-list-item__text",children:e.name})},e.slug))}):null}Errors.propTypes={recoveryErrors:je().object.isRequired};var ve=t(23224);var Re=t(20068);function SiteKitSetupSuccessNotification({id:e,Notification:i}){const t=(0,o.useSelect)(e=>e(Y.O4).getConnectMoreServicesURL()),[,n]=(0,Re.A)("notification"),a=(0,oe.useCallback)(()=>{n(void 0)},[n]);return(0,ie.jsx)(i,{children:(0,ie.jsx)(ee.A,{notificationID:e,title:(0,$.__)("Congrats on completing the setup for Site Kit!","google-site-kit"),description:(0,$.__)("Connect more services or edit connected services from the settings screen.","google-site-kit"),learnMoreLink:{href:t,label:(0,$.__)("Go to Settings","google-site-kit"),external:!1},dismissButton:{label:(0,$.__)("Got it!","google-site-kit"),onClick:a,tertiary:!1},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgwIiBoZWlnaHQ9IjE0NCIgdmlld0JveD0iMCAwIDM4MCAxNDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMzUuODc4IDc5LjAzMzZDMzU3LjMwOCAxMTkuMTE4IDM0OS45NCAxNzcuMDkzIDMwNC44NSAxOTguNDczQzI1OS43NTkgMjE5Ljg1NCAyMjMuNTczIDE4My4yOTcgMjAyLjU1NCAxODQuNTE5QzE4MS41MzQgMTg1Ljc0IDE3OC45NDUgMjA2LjY0OCAxNTQuNzQyIDIyMS42MkMxMzAuNTQgMjM2LjU5MyA2MS44NzA3IDIzMS4zMTMgMjIuNTMwOSAyMDAuMDc4Qy0xNi44MDg5IDE2OC44NDMgMi4xMjkzNCA5NS45Mjc0IDM2Ljg3NTQgNzguNzQwM0M3MS42MjE1IDYxLjU1MzIgODIuMDU3IDgwLjM2NjggMTE3LjEyNiA2Ni4xODE1QzE1Mi4xOTUgNTEuOTk2MiAxNDQuNDA4IDI2LjUzNTQgMTc2LjA1NCAxMC44OTQ2QzI0Ni42ODEgLTI0LjAxMjggMzE0LjQ0OCAzOC45NDg4IDMzNS44NzggNzkuMDMzNloiIGZpbGw9IiNEMEZCRTEiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xODQzXzUzMzA2KSI+CjxyZWN0IHg9IjgxLjIwNyIgeT0iMTYuODEyNCIgd2lkdGg9IjE3MS45NTgiIGhlaWdodD0iMTcyLjY3NCIgcng9IjkuMzgwNDUiIGZpbGw9IiNFQkVFRjAiLz4KPG1hc2sgaWQ9Im1hc2swXzE4NDNfNTMzMDYiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjgxIiB5PSIxNiIgd2lkdGg9IjE3MyIgaGVpZ2h0PSIxNzYiPgo8cmVjdCB4PSI4MS4yMDciIHk9IjE2LjgxMjQiIHdpZHRoPSIxNzEuOTU4IiBoZWlnaHQ9IjE3NC44MjQiIHJ4PSI5LjM4MDQ1IiBmaWxsPSIjREVFM0U2Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xODQzXzUzMzA2KSI+CjxyZWN0IHg9IjkxLjk1MzEiIHk9Ijc2Ljk5NzciIHdpZHRoPSI3MC4yMTYiIGhlaWdodD0iOTUuMjkzMiIgcng9IjUuMDM5NTQiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjEwMC42NzIiIHk9IjExNi4yMzMiIHdpZHRoPSIyNC4yODg2IiBoZWlnaHQ9IjQuMzU5NDkiIHJ4PSIyLjE3OTc1IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEwMC42NzIiIHk9IjEwOS4zODMiIHdpZHRoPSI4LjcxODk4IiBoZWlnaHQ9IjQuMzU5NDkiIHJ4PSIyLjE3OTc1IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEwMC42NzIiIHk9IjEzMS44MzkiIHdpZHRoPSI4LjcxODk4IiBoZWlnaHQ9IjQuMzU5NDkiIHJ4PSIyLjE3OTc1IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0xMzkuOTA2IDExNS4yOTlDMTM5LjkwNiAxMTMuMDYzIDE0MS43MTkgMTExLjI1MSAxNDMuOTU0IDExMS4yNTFIMTUwLjE4MkMxNTIuNDE4IDExMS4yNTEgMTU0LjIzIDExMy4wNjMgMTU0LjIzIDExNS4yOTlDMTU0LjIzIDExNy41MzUgMTUyLjQxOCAxMTkuMzQ3IDE1MC4xODIgMTE5LjM0N0gxNDMuOTU0QzE0MS43MTkgMTE5LjM0NyAxMzkuOTA2IDExNy41MzUgMTM5LjkwNiAxMTUuMjk5WiIgZmlsbD0iI0I4RTZDQSIvPgo8cmVjdCB4PSIxMDAuNjU2IiB5PSI4Ni42MTg3IiB3aWR0aD0iMTYuNDkzMSIgaGVpZ2h0PSI0LjEyMzI2IiByeD0iMi4wNjE2MyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMTM5LjkwNiAxMzcuNzU1QzEzOS45MDYgMTM1LjUxOSAxNDEuNzE5IDEzMy43MDcgMTQzLjk1NCAxMzMuNzA3SDE1MC4xODJDMTUyLjQxOCAxMzMuNzA3IDE1NC4yMyAxMzUuNTE5IDE1NC4yMyAxMzcuNzU1QzE1NC4yMyAxMzkuOTkxIDE1Mi40MTggMTQxLjgwMyAxNTAuMTgyIDE0MS44MDNIMTQzLjk1NEMxNDEuNzE5IDE0MS44MDMgMTM5LjkwNiAxMzkuOTkxIDEzOS45MDYgMTM3Ljc1NVoiIGZpbGw9IiNGRkRFRDMiLz4KPHJlY3QgeD0iMTAwLjA1MSIgeT0iMTM4LjY4OSIgd2lkdGg9IjI1LjUzNDIiIGhlaWdodD0iNC4zNTk0OSIgcng9IjIuMTc5NzUiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTE2Mi4wNDcgOTkuMjE3NUw5Mi40MDk1IDk5LjIxNzUiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIwLjkxNjI4MSIvPgo8cmVjdCB4PSIxNzAuNzY2IiB5PSI3Ni45OTc3IiB3aWR0aD0iNzAuMjE2IiBoZWlnaHQ9Ijk1LjI5MzIiIHJ4PSI1LjAzOTU0IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxNzkuOTEiIHk9IjExNi4yMzMiIHdpZHRoPSIyNC4yMzM5IiBoZWlnaHQ9IjQuMzU5NDkiIHJ4PSIyLjE3OTc1IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjE3OS45MSIgeT0iMTA5LjM4MyIgd2lkdGg9IjguNjk5MzMiIGhlaWdodD0iNC4zNTk0OSIgcng9IjIuMTc5NzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTc5LjkxIiB5PSIxMzEuODM5IiB3aWR0aD0iOC42OTkzMyIgaGVpZ2h0PSI0LjM1OTQ5IiByeD0iMi4xNzk3NSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjE5LjA1NSAxMTUuMjk5QzIxOS4wNTUgMTEzLjA2MyAyMjAuODY3IDExMS4yNTEgMjIzLjEwMyAxMTEuMjUxSDIyOS4yOThDMjMxLjUzNCAxMTEuMjUxIDIzMy4zNDYgMTEzLjA2MyAyMzMuMzQ2IDExNS4yOTlDMjMzLjM0NiAxMTcuNTM1IDIzMS41MzQgMTE5LjM0NyAyMjkuMjk4IDExOS4zNDdIMjIzLjEwM0MyMjAuODY3IDExOS4zNDcgMjE5LjA1NSAxMTcuNTM1IDIxOS4wNTUgMTE1LjI5OVoiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMTc5LjkzIiB5PSI4Ni42MTg3IiB3aWR0aD0iMTYuNTIxNCIgaGVpZ2h0PSI0LjEyMzI2IiByeD0iMi4wNjE2MyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjQwLjk4IDk5LjIxNzVMMTcwLjc2NCA5OS4yMTc1IiBzdHJva2U9IiNFQkVFRjAiIHN0cm9rZS13aWR0aD0iMC45MTYyODEiLz4KPHBhdGggZD0iTTIxOS4wNTUgMTM3Ljc1NUMyMTkuMDU1IDEzNS41MTkgMjIwLjg2NyAxMzMuNzA3IDIyMy4xMDMgMTMzLjcwN0gyMjkuMjk4QzIzMS41MzQgMTMzLjcwNyAyMzMuMzQ2IDEzNS41MTkgMjMzLjM0NiAxMzcuNzU1QzIzMy4zNDYgMTM5Ljk5MSAyMzEuNTM0IDE0MS44MDMgMjI5LjI5OCAxNDEuODAzSDIyMy4xMDNDMjIwLjg2NyAxNDEuODAzIDIxOS4wNTUgMTM5Ljk5MSAyMTkuMDU1IDEzNy43NTVaIiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjE3OS4yODkiIHk9IjEzOC42ODkiIHdpZHRoPSIyNS40NzY2IiBoZWlnaHQ9IjQuMzU5NDkiIHJ4PSIyLjE3OTc1IiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHdpZHRoPSI0Ni42NjAyIiBoZWlnaHQ9IjI1LjQ1MzEiIHJ4PSIzLjExMDk0IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxOTQuMzI0IDY2Ljc0ODcpIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB3aWR0aD0iNy4wNzAzMiIgaGVpZ2h0PSIyLjI2MjUiIHJ4PSIxLjEzMTI1IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxOTguODQ4IDYyLjIyMzcpIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHdpZHRoPSIxNC4xMzk1IiBoZWlnaHQ9IjUuNjU2MjUiIHJ4PSIyLjgyODEzIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxOTguODQ4IDU3LjQxNTkpIiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHdpZHRoPSIzNy42MTEiIGhlaWdodD0iMi4yNjI1IiByeD0iMS4xMzEyNSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTk4Ljg0OCA0Ny41MTc1KSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjAxLjM5MiA1NS40MzYyTDIwMy4yNTcgNTMuNTcxNU0yMDMuMjU3IDUzLjU3MTVMMjAzLjI3NyA1NS4wNDI2TTIwMy4yNTcgNTMuNTcxNUwyMDEuNzg2IDUzLjU1MDgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC40MjQyMTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB3aWR0aD0iNS42NTYyNSIgaGVpZ2h0PSIxLjY5Njg4IiByeD0iMC41NjU2MjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDIwNS4wNyA1NS40MzYyKSIgZmlsbD0id2hpdGUiLz4KPHJlY3Qgd2lkdGg9IjQ2LjY2MDIiIGhlaWdodD0iMjUuNDUzMSIgcng9IjMuMTEwOTQiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE0My4xMzcgNjYuNzQ4NykiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSIyOS42OTI5IiBoZWlnaHQ9IjIuMjYyNSIgcng9IjEuMTMxMjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE0Ny42NiA2Mi4yMjM3KSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB3aWR0aD0iMTQuMTM5NSIgaGVpZ2h0PSI1LjY1NjI1IiByeD0iMi44MjgxMyIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTQ3LjY2IDU3LjQxNTkpIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHdpZHRoPSIzNy42MTEiIGhlaWdodD0iMi4yNjI1IiByeD0iMS4xMzEyNSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTQ3LjY2IDQ3LjUxNzUpIiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0xNTAuMjA3IDUzLjU1MDhMMTUyLjA3MiA1NS40MTU1TTE1Mi4wNzIgNTUuNDE1NUwxNTAuNjAxIDU1LjQzNjJNMTUyLjA3MiA1NS40MTU1TDE1Mi4wOTIgNTMuOTQ0NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjQyNDIxOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxyZWN0IHdpZHRoPSI1LjY1NjI1IiBoZWlnaHQ9IjEuNjk2ODgiIHJ4PSIwLjU2NTYyNSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTUzLjg4MyA1NS40MzYyKSIgZmlsbD0id2hpdGUiLz4KPHJlY3Qgd2lkdGg9IjQ2LjY2MDIiIGhlaWdodD0iMjUuNDUzMSIgcng9IjMuMTEwOTQiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDkxLjk1MzEgNjYuNzQ4NykiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHdpZHRoPSIxOC4wOTg1IiBoZWlnaHQ9IjIuMjYyNSIgcng9IjEuMTMxMjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDk2LjQ3NjYgNjIuMjIzNykiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTk2LjQ3NjYgNTQuNTg3OEM5Ni40NzY2IDU2LjE0OTcgOTcuNzQyOCA1Ny40MTU5IDk5LjMwNDcgNTcuNDE1OUgxMDcuNzg4QzEwOS4zNSA1Ny40MTU5IDExMC42MTYgNTYuMTQ5NyAxMTAuNjE2IDU0LjU4NzhDMTEwLjYxNiA1My4wMjU4IDEwOS4zNSA1MS43NTk2IDEwNy43ODggNTEuNzU5Nkg5OS4zMDQ3Qzk3Ljc0MjggNTEuNzU5NiA5Ni40NzY2IDUzLjAyNTggOTYuNDc2NiA1NC41ODc4WiIgZmlsbD0iI0I4RTZDQSIvPgo8cmVjdCB3aWR0aD0iMzcuNjExIiBoZWlnaHQ9IjIuMjYyNSIgcng9IjEuMTMxMjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDk2LjQ3NjYgNDcuNTE3NSkiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTk5LjAyMzQgNTMuNTUwOEwxMDAuODg4IDU1LjQxNTVNMTAwLjg4OCA1NS40MTU1TDk5LjQxNzEgNTUuNDM2Mk0xMDAuODg4IDU1LjQxNTVMMTAwLjkwOSA1My45NDQ1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNDI0MjE5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHJlY3Qgd2lkdGg9IjUuNjU2MjUiIGhlaWdodD0iMS42OTY4OCIgcng9IjAuNTY1NjI1IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMDIuNjk5IDU1LjQzNjIpIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxwYXRoIGQ9Ik04MS4yMDcgMjYuMjM3OEM4MS4yMDcgMjEuMDU3MSA4NS40MDY4IDE2Ljg1NzMgOTAuNTg3NSAxNi44NTczSDI0My41NzJDMjQ4Ljc1MiAxNi44NTczIDI1Mi45NTIgMjEuMDU3MSAyNTIuOTUyIDI2LjIzNzhWMzEuMDcwN0g4MS4yMDdWMjYuMjM3OFoiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9Ijg4LjMxMjUiIHk9IjIxLjU5NDkiIHdpZHRoPSI0LjczNzc5IiBoZWlnaHQ9IjQuNzM3NzkiIHJ4PSIyLjM2ODkiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iOTUuNDIxOSIgeT0iMjEuNTk0OSIgd2lkdGg9IjQuNzM3NzkiIGhlaWdodD0iNC43Mzc3OSIgcng9IjIuMzY4OSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMDIuNTg2IiB5PSIyMS41OTQ5IiB3aWR0aD0iNC43Mzc3OSIgaGVpZ2h0PSI0LjczNzc5IiByeD0iMi4zNjg5IiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTMxNS4xNzUgOTkuODM2QzMxMC43MSA5NS4wNzQ0IDMwOS41MiA3Ny44MTM1IDMwOS41MiA3Ny44MTM1QzMwOS41MiA3Ny44MTM1IDMwOC42MjcgOTUuMDc0NCAzMDQuMTYzIDk5LjgzNkMyOTkuNjk5IDEwNC41OTggMjg2LjkwMiAxMDUuNDkgMjg2LjkwMiAxMDUuNDlDMjg2LjkwMiAxMDUuNDkgMzAxLjE4NyAxMDcuMjc2IDMwNC40NjEgMTEyLjMzNUMzMDcuNzM0IDExNy4zOTUgMzA5LjUyIDEzMy40NjUgMzA5LjUyIDEzMy40NjVDMzA5LjUyIDEzMy40NjUgMzEwLjcxIDExNS45MDYgMzE1LjE3NSAxMTEuNDQyQzMxOS42MzkgMTA2Ljk3OCAzMzIuNDM1IDEwNS40OSAzMzIuNDM1IDEwNS40OUMzMzIuNDM1IDEwNS40OSAzMTkuNjM5IDEwNC41OTggMzE1LjE3NSA5OS44MzZaIiBmaWxsPSIjRkZGQUVGIi8+CjxwYXRoIGQ9Ik0yODQuMDQ0IDEyOS41NzRDMjgxLjM5NCAxMjYuNzQ4IDI4MC42ODcgMTE2LjUwMiAyODAuNjg3IDExNi41MDJDMjgwLjY4NyAxMTYuNTAyIDI4MC4xNTcgMTI2Ljc0OCAyNzcuNTA3IDEyOS41NzRDMjc0Ljg1OCAxMzIuNCAyNjcuMjYyIDEzMi45MyAyNjcuMjYyIDEzMi45M0MyNjcuMjYyIDEzMi45MyAyNzUuNzQxIDEzMy45OSAyNzcuNjg0IDEzNi45OTNDMjc5LjYyNyAxMzkuOTk2IDI4MC42ODcgMTQ5LjUzNiAyODAuNjg3IDE0OS41MzZDMjgwLjY4NyAxNDkuNTM2IDI4MS4zOTQgMTM5LjExMyAyODQuMDQ0IDEzNi40NjNDMjg2LjY5MyAxMzMuODE0IDI5NC4yODkgMTMyLjkzIDI5NC4yODkgMTMyLjkzQzI5NC4yODkgMTMyLjkzIDI4Ni42OTMgMTMyLjQgMjg0LjA0NCAxMjkuNTc0WiIgZmlsbD0iI0ZGRkFFRiIvPgo8cGF0aCBkPSJNMjk3LjEzNyA2Ny42NzMyQzI5NC40ODggNjQuODQ2OCAyOTMuNzgxIDU0LjYwMSAyOTMuNzgxIDU0LjYwMUMyOTMuNzgxIDU0LjYwMSAyOTMuMjUxIDY0Ljg0NjggMjkwLjYwMSA2Ny42NzMyQzI4Ny45NTEgNzAuNDk5NiAyODAuMzU1IDcxLjAyOTYgMjgwLjM1NSA3MS4wMjk2QzI4MC4zNTUgNzEuMDI5NiAyODguODM1IDcyLjA4OTUgMjkwLjc3OCA3NS4wOTI2QzI5Mi43MjEgNzguMDk1NiAyOTMuNzgxIDg3LjYzNDggMjkzLjc4MSA4Ny42MzQ4QzI5My43ODEgODcuNjM0OCAyOTQuNDg4IDc3LjIxMjQgMjk3LjEzNyA3NC41NjI2QzI5OS43ODcgNzEuOTEyOCAzMDcuMzgzIDcxLjAyOTYgMzA3LjM4MyA3MS4wMjk2QzMwNy4zODMgNzEuMDI5NiAyOTkuNzg3IDcwLjQ5OTYgMjk3LjEzNyA2Ny42NzMyWiIgZmlsbD0iI0ZGRkFFRiIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE4NDNfNTMzMDYiIHg9IjY5Ljc0MzIiIHk9IjguMjE0NTYiIHdpZHRoPSIxOTQuODg1IiBoZWlnaHQ9IjE5NS42MDIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi44NjU5NiIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1LjczMTkyIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE4NDNfNTMzMDYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTg0M181MzMwNiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",verticalPosition:"bottom"}})})}function ModuleSetupSuccessNotification({id:e,Notification:i}){const[,t]=(0,Re.A)("notification"),[n,a]=(0,Re.A)("slug"),s=(0,o.useSelect)(e=>e(_.i).getModule(n)),r=(0,o.useSelect)(e=>e(Y.O4).getConnectMoreServicesURL());const l={category:`${(0,me.A)()}_setup-success-notification-${s?.slug}`};return(0,ie.jsx)(i,{gaTrackingEventArgs:l,children:(0,ie.jsx)(De.A,{notificationID:e,type:ue.Q.SUCCESS,gaTrackingEventArgs:l,title:(0,$.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,$.__)("Congrats on completing the setup for %s!","google-site-kit"),s?.name),description:(0,$.__)("Connect more services to see more stats.","google-site-kit"),dismissButton:{onClick:function(){t(void 0),a(void 0)}},ctaButton:{label:(0,$.__)("Go to Settings","google-site-kit"),href:r}})})}var Ze,Pe;function Ue(){return Ue=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},Ue.apply(null,arguments)}SiteKitSetupSuccessNotification.propTypes={id:je().string.isRequired,Notification:je().elementType},ModuleSetupSuccessNotification.propTypes={id:je().string.isRequired,Notification:je().elementType.isRequired};const Ge=e=>oe.createElement("svg",Ue({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 296 163"},e),Ze||(Ze=oe.createElement("g",{clipPath:"url(#analytics-adsense-linked-desktop_svg__a)"},oe.createElement("path",{fill:"#B8E6CA",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"}),oe.createElement("g",{filter:"url(#analytics-adsense-linked-desktop_svg__b)"},oe.createElement("rect",{width:248,height:174,x:24,y:23,fill:"#fff",rx:11}),oe.createElement("rect",{width:116,height:14,x:48,y:96,fill:"#9CEBEB",rx:7}),oe.createElement("rect",{width:141,height:14,x:48,y:124,fill:"#9CEBEB",rx:7}),oe.createElement("rect",{width:97,height:14,x:48,y:153,fill:"#9CEBEB",rx:7}),oe.createElement("path",{fill:"#EBEEF0",d:"M222 103a7 7 0 0 1 7-7h12a7 7 0 1 1 0 14h-12a7 7 0 0 1-7-7M222 131a7 7 0 0 1 7-7h12a7 7 0 1 1 0 14h-12a7 7 0 0 1-7-7M222 159a7 7 0 0 1 7-7h12a7 7 0 1 1 0 14h-12a7 7 0 0 1-7-7"}),oe.createElement("rect",{width:36,height:9,x:48,y:44,fill:"#EBEEF0",rx:4.5}),oe.createElement("rect",{width:55.734,height:9.516,x:46.672,y:162.656,fill:"#EBEEF0",rx:4.758}),oe.createElement("path",{stroke:"#EBEEF0",strokeWidth:2,d:"M272 72H24"})))),Pe||(Pe=oe.createElement("defs",null,oe.createElement("clipPath",{id:"analytics-adsense-linked-desktop_svg__a"},oe.createElement("path",{fill:"#fff",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"})),oe.createElement("filter",{id:"analytics-adsense-linked-desktop_svg__b",width:280,height:206,x:8,y:11,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:4}),oe.createElement("feGaussianBlur",{stdDeviation:8}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_100_3563"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_100_3563",result:"shape"})))));var Be,Qe;function Ye(){return Ye=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},Ye.apply(null,arguments)}const _e=e=>oe.createElement("svg",Ye({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 343 123"},e),Be||(Be=oe.createElement("g",{clipPath:"url(#analytics-adsense-linked-mobile_svg__a)"},oe.createElement("path",{fill:"#B8E6CA",d:"M311.553 64.365c2.4 22.73-4.803 32.78-23.025 59.95-18.222 27.169 7.404 59.276-20.779 89.868-33.528 36.394-150.686 39.364-201.232 24.212-50.546-15.153-63.58-46.473-59.948-75.155C11.5 124.315 38.52 112.077 51.5 93 70.776 64.675 48.687 38.214 86 15.5s80.086 6.697 120.326 4.388c23.216-1.332 46.017-5.627 66.626.968 20.832 6.667 36.719 25.428 38.601 43.509"}),oe.createElement("g",{filter:"url(#analytics-adsense-linked-mobile_svg__b)"},oe.createElement("rect",{width:193.381,height:135.679,x:74.81,y:12.732,fill:"#fff",rx:8.577}),oe.createElement("rect",{width:90.452,height:10.917,x:93.524,y:69.655,fill:"#9CEBEB",rx:5.458}),oe.createElement("rect",{width:109.946,height:10.917,x:93.524,y:91.488,fill:"#9CEBEB",rx:5.458}),oe.createElement("rect",{width:75.637,height:10.917,x:93.524,y:114.101,fill:"#9CEBEB",rx:5.458}),oe.createElement("path",{fill:"#EBEEF0",d:"M229.202 75.113a5.46 5.46 0 0 1 5.458-5.458h9.358a5.458 5.458 0 0 1 0 10.916h-9.358a5.46 5.46 0 0 1-5.458-5.458M229.202 96.946a5.46 5.46 0 0 1 5.458-5.458h9.358a5.458 5.458 0 0 1 0 10.917h-9.358a5.46 5.46 0 0 1-5.458-5.459M229.202 118.78a5.46 5.46 0 0 1 5.458-5.459h9.358a5.459 5.459 0 0 1 0 10.917h-9.358a5.46 5.46 0 0 1-5.458-5.458"}),oe.createElement("rect",{width:28.071,height:7.018,x:93.524,y:29.107,fill:"#EBEEF0",rx:3.509}),oe.createElement("rect",{width:43.459,height:7.42,x:92.488,y:121.631,fill:"#EBEEF0",rx:3.71}),oe.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.56,d:"M268.19 50.94H74.81"})))),Qe||(Qe=oe.createElement("defs",null,oe.createElement("clipPath",{id:"analytics-adsense-linked-mobile_svg__a"},oe.createElement("path",{fill:"#fff",d:"M0 0h343v123H0z"})),oe.createElement("filter",{id:"analytics-adsense-linked-mobile_svg__b",width:218.333,height:160.631,x:62.333,y:3.375,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:3.119}),oe.createElement("feGaussianBlur",{stdDeviation:6.238}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_413_2990"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_413_2990",result:"shape"})))));var He=t(32947),We=t(12108),Ve=t(76422);const Fe="AnalyticsAndAdSenseLinkedOverlayNotification";function AnalyticsAndAdSenseAccountsDetectedAsLinkedOverlayNotification({id:e,Notification:i}){const n=(0,He.dv)(),s=(0,me.A)(),{dismissNotification:r}=(0,o.useDispatch)(a.D);const l={category:`${s}_top-earning-pages-widget`,viewAction:"view_overlay_CTA",dismissAction:"dismiss_overlay_CTA",confirmAction:"confirm_overlay_CTA"};return(0,ie.jsx)(i,{gaTrackingEventArgs:l,children:(0,ie.jsx)(Ve.A,{notificationID:e,title:(0,$.__)("See your top earning content","google-site-kit"),description:(0,$.__)("Data is now available for the pages that earn the most AdSense revenue.","google-site-kit"),GraphicDesktop:Ge,GraphicMobile:_e,ctaButton:{label:(0,$.__)("Show me","google-site-kit"),onClick:function(i){i.preventDefault(),r(e),setTimeout(()=>{t.g.history.replaceState({},"",`#${B.Gw}`),t.g.scrollTo({top:(0,We.YJ)(".googlesitekit-widget--adsenseTopEarningPagesGA4",n),behavior:"smooth"})},50)}},gaTrackingEventArgs:l,dismissButton:!0})})}var Je,Xe;function qe(){return qe=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},qe.apply(null,arguments)}AnalyticsAndAdSenseAccountsDetectedAsLinkedOverlayNotification.propTypes={id:je().string.isRequired,Notification:je().elementType.isRequired};const Ke=e=>oe.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 296 163"},e),Je||(Je=oe.createElement("g",{clipPath:"url(#analytics-adsense-connect-desktop_svg__a)"},oe.createElement("path",{fill:"#B8E6CA",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"}),oe.createElement("g",{filter:"url(#analytics-adsense-connect-desktop_svg__b)"},oe.createElement("rect",{width:252,height:172.055,x:22,y:30,fill:"#fff",rx:13.764}),oe.createElement("rect",{width:224,height:47,x:36,y:65,fill:"#DCE8FF",rx:5.161}),oe.createElement("rect",{width:30,height:3,x:43,y:145,fill:"#9BB8F0",rx:1.5}),oe.createElement("rect",{width:40,height:3,x:43,y:151,fill:"#9BB8F0",rx:1.5}),oe.createElement("path",{fill:"#9BB8F0",d:"M168.539 90.857 188 112h-81l29.455-32 21.039 22.857z"}),oe.createElement("path",{fill:"#EBEEF0",d:"M22 43.764C22 36.162 28.162 30 35.764 30h224.472C267.838 30 274 36.162 274 43.764v7.091H22z"}),oe.createElement("rect",{width:6.952,height:6.952,x:32.427,y:36.952,fill:"#CBD0D3",rx:3.476}),oe.createElement("rect",{width:6.952,height:6.952,x:42.855,y:36.952,fill:"#CBD0D3",rx:3.476}),oe.createElement("rect",{width:59,height:55,x:36,y:122,fill:"#EBEEF0",rx:5.457}),oe.createElement("rect",{width:54,height:10,x:107,y:122,fill:"#EBEEF0",rx:5}),oe.createElement("rect",{width:153,height:5,x:107,y:141,fill:"#EBEEF0",rx:2.5}),oe.createElement("rect",{width:153,height:5,x:107,y:154,fill:"#EBEEF0",rx:2.5}),oe.createElement("path",{fill:"#E1B155",d:"M238.51 171.625c11.868 0 21.49-3.528 21.49-7.88v-2.865h-42.98v2.865c0 4.352 9.621 7.88 21.49 7.88"}),oe.createElement("ellipse",{cx:238.51,cy:159.88,fill:"#FECE72",rx:21.49,ry:7.88}),oe.createElement("path",{fill:"#AA7A1E",d:"M237.859 162.363v-.48a4.5 4.5 0 0 1-.901-.154 2.9 2.9 0 0 1-.77-.342 1.4 1.4 0 0 1-.496-.534l.952-.209q.122.242.446.435.334.192.769.248v-1.223l-.03-.011q-.81-.166-1.337-.43-.526-.27-.526-.689 0-.248.222-.468.233-.221.659-.364a3.6 3.6 0 0 1 1.012-.176v-.474h.81v.485q.527.044.882.17.364.122.567.281.212.16.293.304l-.931.22a.9.9 0 0 0-.284-.243 1.5 1.5 0 0 0-.527-.181v1.157q.547.121.973.27.425.143.668.347a.6.6 0 0 1 .253.496.69.69 0 0 1-.273.551q-.264.226-.699.358a4.2 4.2 0 0 1-.922.171v.485zm-.85-3.389q0 .177.212.298.224.115.638.225v-.991a1.8 1.8 0 0 0-.617.17q-.234.127-.233.298m2.501 1.829q0-.187-.223-.303a2.8 2.8 0 0 0-.618-.22v1.041q.366-.05.598-.181.243-.133.243-.337"}),oe.createElement("path",{fill:"#E1B155",d:"M238.51 165.625c11.868 0 21.49-3.528 21.49-7.88v-2.865h-42.98v2.865c0 4.352 9.621 7.88 21.49 7.88"}),oe.createElement("ellipse",{cx:238.51,cy:153.88,fill:"#FECE72",rx:21.49,ry:7.88}),oe.createElement("path",{fill:"#AA7A1E",d:"M237.859 156.363v-.48a4.5 4.5 0 0 1-.901-.154 2.9 2.9 0 0 1-.77-.342 1.4 1.4 0 0 1-.496-.534l.952-.209q.122.242.446.435.334.192.769.248v-1.223l-.03-.011q-.81-.166-1.337-.43-.526-.27-.526-.689 0-.248.222-.468.233-.221.659-.364a3.6 3.6 0 0 1 1.012-.176v-.474h.81v.485q.527.044.882.17.364.122.567.281.212.16.293.304l-.931.22a.9.9 0 0 0-.284-.243 1.5 1.5 0 0 0-.527-.181v1.157q.547.121.973.27.425.143.668.347a.6.6 0 0 1 .253.496.69.69 0 0 1-.273.551q-.264.226-.699.358a4.2 4.2 0 0 1-.922.171v.485zm-.85-3.389q0 .177.212.298.224.115.638.225v-.991a1.8 1.8 0 0 0-.617.17q-.234.127-.233.298m2.501 1.829q0-.187-.223-.303a2.8 2.8 0 0 0-.618-.22v1.041q.366-.05.598-.181.243-.133.243-.337"}),oe.createElement("path",{fill:"#E1B155",d:"M238.51 159.625c11.868 0 21.49-3.528 21.49-7.88v-2.865h-42.98v2.865c0 4.352 9.621 7.88 21.49 7.88"}),oe.createElement("ellipse",{cx:238.51,cy:147.88,fill:"#FECE72",rx:21.49,ry:7.88}),oe.createElement("path",{fill:"#AA7A1E",d:"M237.859 150.363v-.48a4.5 4.5 0 0 1-.901-.154 2.9 2.9 0 0 1-.77-.342 1.4 1.4 0 0 1-.496-.534l.952-.209q.122.242.446.435.334.192.769.248v-1.223l-.03-.011q-.81-.166-1.337-.43-.526-.27-.526-.689 0-.248.222-.468.233-.221.659-.364a3.6 3.6 0 0 1 1.012-.176v-.474h.81v.485q.527.044.882.17.364.122.567.281.212.16.293.304l-.931.22a.9.9 0 0 0-.284-.243 1.5 1.5 0 0 0-.527-.181v1.157q.547.121.973.27.425.143.668.347a.6.6 0 0 1 .253.496.69.69 0 0 1-.273.551q-.264.226-.699.358a4.2 4.2 0 0 1-.922.171v.485zm-.85-3.389q0 .177.212.298.224.115.638.225v-.991a1.8 1.8 0 0 0-.617.17q-.234.127-.233.298m2.501 1.829q0-.187-.223-.303a2.8 2.8 0 0 0-.618-.22v1.041q.366-.05.598-.181.243-.133.243-.337"}),oe.createElement("path",{fill:"#E1B155",d:"M238.51 153.625c11.868 0 21.49-3.528 21.49-7.88v-2.865h-42.98v2.865c0 4.352 9.621 7.88 21.49 7.88"}),oe.createElement("ellipse",{cx:238.51,cy:141.88,fill:"#FECE72",rx:21.49,ry:7.88}),oe.createElement("path",{fill:"#AA7A1E",d:"M237.859 144.363v-.48a4.5 4.5 0 0 1-.901-.154 2.9 2.9 0 0 1-.77-.342 1.4 1.4 0 0 1-.496-.534l.952-.209q.122.242.446.435.334.192.769.248v-1.223l-.03-.011q-.81-.166-1.337-.43-.526-.27-.526-.689 0-.248.222-.468.233-.221.659-.364a3.6 3.6 0 0 1 1.012-.176v-.474h.81v.485q.527.044.882.17.364.122.567.281.212.16.293.304l-.931.22a.9.9 0 0 0-.284-.243 1.5 1.5 0 0 0-.527-.181v1.157q.547.121.973.27.425.143.668.347a.6.6 0 0 1 .253.496.69.69 0 0 1-.273.551q-.264.226-.699.358a4.2 4.2 0 0 1-.922.171v.485zm-.85-3.389q0 .177.212.298.224.115.638.225v-.991a1.8 1.8 0 0 0-.617.17q-.234.127-.233.298m2.501 1.829q0-.187-.223-.303a2.8 2.8 0 0 0-.618-.22v1.041q.366-.05.598-.181.243-.133.243-.337"}),oe.createElement("path",{fill:"#E1B155",d:"M238.51 147.625c11.868 0 21.49-3.528 21.49-7.88v-2.865h-42.98v2.865c0 4.352 9.621 7.88 21.49 7.88"}),oe.createElement("ellipse",{cx:238.51,cy:135.88,fill:"#FECE72",rx:21.49,ry:7.88}),oe.createElement("path",{fill:"#AA7A1E",d:"M237.859 138.363v-.48a4.5 4.5 0 0 1-.901-.154 2.9 2.9 0 0 1-.77-.342 1.4 1.4 0 0 1-.496-.534l.952-.209q.122.242.446.435.334.192.769.248v-1.223l-.03-.011q-.81-.166-1.337-.43-.526-.27-.526-.689 0-.248.222-.468.233-.221.659-.364a3.6 3.6 0 0 1 1.012-.176v-.474h.81v.485q.527.044.882.17.364.122.567.281.212.16.293.304l-.931.22a.9.9 0 0 0-.284-.243 1.5 1.5 0 0 0-.527-.181v1.157q.547.121.973.27.425.143.668.347a.6.6 0 0 1 .253.496.69.69 0 0 1-.273.551q-.264.226-.699.358a4.2 4.2 0 0 1-.922.171v.485zm-.85-3.389q0 .177.212.298.224.115.638.225v-.991a1.8 1.8 0 0 0-.617.17q-.234.127-.233.298m2.501 1.829q0-.187-.223-.303a2.8 2.8 0 0 0-.618-.22v1.041q.366-.05.598-.181.243-.133.243-.337"}),oe.createElement("path",{fill:"#E1B155",d:"M238.51 141.625c11.868 0 21.49-3.528 21.49-7.88v-2.865h-42.98v2.865c0 4.352 9.621 7.88 21.49 7.88"}),oe.createElement("ellipse",{cx:238.51,cy:129.88,fill:"#FECE72",rx:21.49,ry:7.88}),oe.createElement("path",{fill:"#AA7A1E",d:"M237.859 132.363v-.48a4.5 4.5 0 0 1-.901-.154 2.9 2.9 0 0 1-.77-.342 1.4 1.4 0 0 1-.496-.534l.952-.209q.122.242.446.435.334.192.769.248v-1.223l-.03-.011q-.81-.166-1.337-.43-.526-.27-.526-.689 0-.248.222-.468.233-.221.659-.364a3.6 3.6 0 0 1 1.012-.176v-.474h.81v.485q.527.044.882.17.364.122.567.281.212.16.293.304l-.931.22a.9.9 0 0 0-.284-.243 1.5 1.5 0 0 0-.527-.181v1.157q.547.121.973.27.425.143.668.347a.6.6 0 0 1 .253.496.69.69 0 0 1-.273.551q-.264.226-.699.358a4.2 4.2 0 0 1-.922.171v.485zm-.85-3.389q0 .177.212.298.224.115.638.225v-.991a1.8 1.8 0 0 0-.617.17q-.234.127-.233.298m2.501 1.829q0-.187-.223-.303a2.8 2.8 0 0 0-.618-.22v1.041q.366-.05.598-.181.243-.133.243-.337"}),oe.createElement("path",{stroke:"#E1B155",strokeWidth:1.624,d:"M238.51 124.244c5.077 0 9.639.714 12.904 1.844 1.635.566 2.902 1.222 3.743 1.91.847.693 1.166 1.334 1.166 1.882s-.32 1.188-1.166 1.881c-.841.688-2.107 1.343-3.743 1.91-3.265 1.13-7.827 1.844-12.904 1.844s-9.64-.714-12.904-1.844c-1.636-.567-2.902-1.222-3.743-1.91-.847-.693-1.166-1.333-1.166-1.881s.319-1.189 1.166-1.882c.841-.688 2.107-1.344 3.743-1.91 3.264-1.13 7.827-1.844 12.904-1.844Z"}),oe.createElement("ellipse",{cx:209.51,cy:166.88,fill:"#FECE72",rx:21.49,ry:7.88}),oe.createElement("path",{fill:"#E1B155",d:"M209.51 172.625c11.868 0 21.49-3.528 21.49-7.88v-2.865h-42.98v2.865c0 4.352 9.621 7.88 21.49 7.88"}),oe.createElement("ellipse",{cx:209.51,cy:160.88,fill:"#FECE72",rx:21.49,ry:7.88}),oe.createElement("path",{fill:"#AA7A1E",d:"M208.859 163.363v-.48a4.5 4.5 0 0 1-.901-.154 2.9 2.9 0 0 1-.77-.342 1.4 1.4 0 0 1-.496-.534l.952-.209q.122.242.446.435.334.192.769.248v-1.223l-.03-.011q-.81-.166-1.337-.43-.526-.27-.526-.689 0-.248.222-.468.233-.221.659-.364a3.6 3.6 0 0 1 1.012-.176v-.474h.81v.485q.527.044.882.17.364.122.567.281.212.16.293.304l-.931.22a.9.9 0 0 0-.284-.243 1.5 1.5 0 0 0-.527-.181v1.157q.547.121.973.27.425.143.668.347a.6.6 0 0 1 .253.496.69.69 0 0 1-.273.551q-.264.226-.699.358a4.2 4.2 0 0 1-.922.171v.485zm-.85-3.389q0 .177.212.298.224.115.638.225v-.991a1.8 1.8 0 0 0-.617.17q-.234.127-.233.298m2.501 1.829q0-.187-.223-.303a2.8 2.8 0 0 0-.618-.22v1.041q.366-.05.598-.181.243-.133.243-.337"}),oe.createElement("path",{fill:"#E1B155",d:"M209.51 166.625c11.868 0 21.49-3.528 21.49-7.88v-2.865h-42.98v2.865c0 4.352 9.621 7.88 21.49 7.88"}),oe.createElement("ellipse",{cx:209.51,cy:154.88,fill:"#FECE72",rx:21.49,ry:7.88}),oe.createElement("path",{fill:"#AA7A1E",d:"M208.859 157.363v-.48a4.5 4.5 0 0 1-.901-.154 2.9 2.9 0 0 1-.77-.342 1.4 1.4 0 0 1-.496-.534l.952-.209q.122.242.446.435.334.192.769.248v-1.223l-.03-.011q-.81-.166-1.337-.43-.526-.27-.526-.689 0-.248.222-.468.233-.221.659-.364a3.6 3.6 0 0 1 1.012-.176v-.474h.81v.485q.527.044.882.17.364.122.567.281.212.16.293.304l-.931.22a.9.9 0 0 0-.284-.243 1.5 1.5 0 0 0-.527-.181v1.157q.547.121.973.27.425.143.668.347a.6.6 0 0 1 .253.496.69.69 0 0 1-.273.551q-.264.226-.699.358a4.2 4.2 0 0 1-.922.171v.485zm-.85-3.389q0 .177.212.298.224.115.638.225v-.991a1.8 1.8 0 0 0-.617.17q-.234.127-.233.298m2.501 1.829q0-.187-.223-.303a2.8 2.8 0 0 0-.618-.22v1.041q.366-.05.598-.181.243-.133.243-.337"}),oe.createElement("path",{fill:"#E1B155",d:"M209.51 160.625c11.868 0 21.49-3.528 21.49-7.88v-2.865h-42.98v2.865c0 4.352 9.621 7.88 21.49 7.88"}),oe.createElement("ellipse",{cx:209.51,cy:148.88,fill:"#FECE72",rx:21.49,ry:7.88}),oe.createElement("path",{fill:"#AA7A1E",d:"M208.859 151.363v-.48a4.5 4.5 0 0 1-.901-.154 2.9 2.9 0 0 1-.77-.342 1.4 1.4 0 0 1-.496-.534l.952-.209q.122.242.446.435.334.192.769.248v-1.223l-.03-.011q-.81-.166-1.337-.43-.526-.27-.526-.689 0-.248.222-.468.233-.221.659-.364a3.6 3.6 0 0 1 1.012-.176v-.474h.81v.485q.527.044.882.17.364.122.567.281.212.16.293.304l-.931.22a.9.9 0 0 0-.284-.243 1.5 1.5 0 0 0-.527-.181v1.157q.547.121.973.27.425.143.668.347a.6.6 0 0 1 .253.496.69.69 0 0 1-.273.551q-.264.226-.699.358a4.2 4.2 0 0 1-.922.171v.485zm-.85-3.389q0 .177.212.298.224.115.638.225v-.991a1.8 1.8 0 0 0-.617.17q-.234.127-.233.298m2.501 1.829q0-.187-.223-.303a2.8 2.8 0 0 0-.618-.22v1.041q.366-.05.598-.181.243-.133.243-.337"}),oe.createElement("path",{stroke:"#E1B155",strokeWidth:1.624,d:"M209.51 143.244c5.077 0 9.639.714 12.904 1.844 1.635.566 2.902 1.222 3.743 1.91.847.693 1.166 1.334 1.166 1.882s-.32 1.188-1.166 1.881c-.841.688-2.107 1.343-3.743 1.91-3.265 1.13-7.827 1.844-12.904 1.844s-9.64-.714-12.904-1.844c-1.636-.567-2.902-1.222-3.743-1.91-.847-.693-1.166-1.333-1.166-1.881s.319-1.189 1.166-1.882c.841-.688 2.107-1.344 3.743-1.91 3.264-1.13 7.827-1.844 12.904-1.844Z"})))),Xe||(Xe=oe.createElement("defs",null,oe.createElement("clipPath",{id:"analytics-adsense-connect-desktop_svg__a"},oe.createElement("path",{fill:"#fff",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"})),oe.createElement("filter",{id:"analytics-adsense-connect-desktop_svg__b",width:284,height:204.055,x:6,y:18,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:4}),oe.createElement("feGaussianBlur",{stdDeviation:8}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_50_9707"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_50_9707",result:"shape"})))));var $e,ei;function ii(){return ii=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},ii.apply(null,arguments)}const ti=e=>oe.createElement("svg",ii({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 343 123"},e),$e||($e=oe.createElement("g",{clipPath:"url(#analytics-adsense-connect-mobile_svg__a)"},oe.createElement("path",{fill:"#B8E6CA",d:"M311.553 64.365c2.4 22.73-4.803 32.78-23.025 59.95-18.222 27.169 7.404 59.276-20.779 89.868-33.528 36.394-150.686 39.364-201.232 24.212-50.546-15.153-63.58-46.473-59.948-75.155C11.5 124.315 38.52 112.077 51.5 93 70.776 64.675 48.687 38.214 86 15.5s80.086 6.697 120.326 4.388c23.216-1.332 46.017-5.627 66.626.968 20.832 6.667 36.719 25.428 38.601 43.509"}),oe.createElement("g",{filter:"url(#analytics-adsense-connect-mobile_svg__b)"},oe.createElement("rect",{width:209.444,height:143,x:56,y:14,fill:"#fff",rx:11.44}),oe.createElement("rect",{width:186.173,height:39.063,x:67.635,y:43.09,fill:"#DCE8FF",rx:4.29}),oe.createElement("rect",{width:24.934,height:2.493,x:73.454,y:109.58,fill:"#9BB8F0",rx:1.247}),oe.createElement("rect",{width:33.245,height:2.493,x:73.454,y:114.567,fill:"#9BB8F0",rx:1.247}),oe.createElement("path",{fill:"#9BB8F0",d:"m177.792 64.58 16.175 17.573h-67.322l24.481-26.597 17.486 18.998z"}),oe.createElement("path",{fill:"#EBEEF0",d:"M56 25.44C56 19.121 61.122 14 67.44 14h186.565c6.318 0 11.439 5.122 11.439 11.44v5.893H56z"}),oe.createElement("rect",{width:5.778,height:5.778,x:64.666,y:19.778,fill:"#CBD0D3",rx:2.889}),oe.createElement("rect",{width:5.778,height:5.778,x:73.333,y:19.778,fill:"#CBD0D3",rx:2.889}),oe.createElement("rect",{width:49.037,height:45.712,x:67.635,y:90.464,fill:"#EBEEF0",rx:4.536}),oe.createElement("rect",{width:44.881,height:8.311,x:126.646,y:90.464,fill:"#EBEEF0",rx:4.156}),oe.createElement("rect",{width:127.163,height:4.156,x:126.646,y:106.255,fill:"#EBEEF0",rx:2.078}),oe.createElement("rect",{width:127.163,height:4.156,x:126.646,y:117.06,fill:"#EBEEF0",rx:2.078}),oe.createElement("path",{fill:"#E1B155",d:"M235.947 131.708c9.864 0 17.861-2.932 17.861-6.549v-2.381h-35.722v2.381c0 3.617 7.997 6.549 17.861 6.549"}),oe.createElement("ellipse",{cx:235.947,cy:121.947,fill:"#FECE72",rx:17.861,ry:6.549}),oe.createElement("path",{fill:"#AA7A1E",d:"M235.406 124.011v-.399a3.8 3.8 0 0 1-.749-.128 2.5 2.5 0 0 1-.64-.284 1.2 1.2 0 0 1-.412-.444l.791-.174q.101.201.37.361.279.16.64.207v-1.017l-.025-.009q-.673-.138-1.111-.358-.438-.224-.438-.572 0-.206.185-.389.194-.183.547-.303a3 3 0 0 1 .842-.146v-.394h.674v.403q.436.036.732.142.303.1.471.234a.9.9 0 0 1 .244.251l-.774.184a.7.7 0 0 0-.236-.202 1.3 1.3 0 0 0-.437-.151v.962q.454.1.808.224.352.12.555.289.21.165.21.412 0 .27-.227.458a1.6 1.6 0 0 1-.581.298q-.353.11-.765.142v.403zm-.707-2.817q0 .147.177.247.185.096.53.188v-.824a1.5 1.5 0 0 0-.513.142q-.194.105-.194.247m2.079 1.52q0-.155-.185-.251a2.3 2.3 0 0 0-.513-.184v.866q.303-.042.496-.151.202-.11.202-.28"}),oe.createElement("path",{fill:"#E1B155",d:"M235.947 126.722c9.864 0 17.861-2.932 17.861-6.549v-2.382h-35.722v2.382c0 3.617 7.997 6.549 17.861 6.549"}),oe.createElement("ellipse",{cx:235.947,cy:116.96,fill:"#FECE72",rx:17.861,ry:6.549}),oe.createElement("path",{fill:"#AA7A1E",d:"M235.406 119.024v-.399a3.8 3.8 0 0 1-.749-.128 2.5 2.5 0 0 1-.64-.284 1.2 1.2 0 0 1-.412-.444l.791-.174q.101.201.37.362.279.16.64.206v-1.017l-.025-.009a4.6 4.6 0 0 1-1.111-.357q-.438-.225-.438-.573 0-.206.185-.389a1.5 1.5 0 0 1 .547-.302q.354-.124.842-.147v-.394h.674v.403q.436.037.732.142.303.1.471.234a.9.9 0 0 1 .244.252l-.774.183a.75.75 0 0 0-.236-.202 1.3 1.3 0 0 0-.437-.151v.962q.454.1.808.224.352.12.555.289.21.165.21.412 0 .27-.227.458a1.6 1.6 0 0 1-.581.298q-.353.11-.765.142v.403zm-.707-2.817q0 .147.177.248.185.096.53.187v-.824a1.5 1.5 0 0 0-.513.142q-.194.106-.194.247m2.079 1.521q0-.156-.185-.252a2.4 2.4 0 0 0-.513-.183v.865q.303-.041.496-.151.202-.11.202-.279"}),oe.createElement("path",{fill:"#E1B155",d:"M235.947 121.735c9.864 0 17.861-2.932 17.861-6.549v-2.382h-35.722v2.382c0 3.617 7.997 6.549 17.861 6.549"}),oe.createElement("ellipse",{cx:235.947,cy:111.973,fill:"#FECE72",rx:17.861,ry:6.549}),oe.createElement("path",{fill:"#AA7A1E",d:"M235.406 114.037v-.398a4 4 0 0 1-.749-.129 2.5 2.5 0 0 1-.64-.284 1.2 1.2 0 0 1-.412-.444l.791-.174q.101.201.37.362.279.16.64.206v-1.017l-.025-.009a4.5 4.5 0 0 1-1.111-.357q-.438-.225-.438-.573 0-.206.185-.389a1.5 1.5 0 0 1 .547-.302q.354-.124.842-.147v-.393h.674v.403q.436.036.732.141.303.102.471.234a.9.9 0 0 1 .244.252l-.774.183a.7.7 0 0 0-.236-.201 1.2 1.2 0 0 0-.437-.152v.962q.454.1.808.225.352.118.555.288.21.165.21.412 0 .27-.227.458a1.6 1.6 0 0 1-.581.298 3.5 3.5 0 0 1-.765.142v.403zm-.707-2.817q0 .147.177.248.185.096.53.188v-.825a1.5 1.5 0 0 0-.513.142q-.194.105-.194.247m2.079 1.521q0-.156-.185-.252a2.4 2.4 0 0 0-.513-.183v.865q.303-.04.496-.151.202-.11.202-.279"}),oe.createElement("path",{fill:"#E1B155",d:"M235.947 116.748c9.864 0 17.861-2.932 17.861-6.549v-2.381h-35.722v2.381c0 3.617 7.997 6.549 17.861 6.549"}),oe.createElement("ellipse",{cx:235.947,cy:106.986,fill:"#FECE72",rx:17.861,ry:6.549}),oe.createElement("path",{fill:"#AA7A1E",d:"M235.406 109.05v-.398a4 4 0 0 1-.749-.128 2.5 2.5 0 0 1-.64-.284 1.2 1.2 0 0 1-.412-.445l.791-.174q.101.202.37.362.279.16.64.206v-1.016l-.025-.01q-.673-.136-1.111-.357-.438-.224-.438-.572 0-.206.185-.39.194-.182.547-.302a3 3 0 0 1 .842-.146v-.394h.674v.403q.436.036.732.142.303.1.471.233a.9.9 0 0 1 .244.252l-.774.183a.7.7 0 0 0-.236-.201 1.2 1.2 0 0 0-.437-.151v.961q.454.101.808.225.352.119.555.288.21.165.21.413 0 .27-.227.458a1.6 1.6 0 0 1-.581.297 3.5 3.5 0 0 1-.765.142v.403zm-.707-2.816q0 .146.177.247.185.096.53.188v-.825a1.5 1.5 0 0 0-.513.142q-.194.106-.194.248m2.079 1.52q0-.156-.185-.252a2.4 2.4 0 0 0-.513-.183v.866q.303-.042.496-.151.202-.11.202-.28"}),oe.createElement("path",{fill:"#E1B155",d:"M235.947 111.761c9.864 0 17.861-2.932 17.861-6.549v-2.381h-35.722v2.381c0 3.617 7.997 6.549 17.861 6.549"}),oe.createElement("ellipse",{cx:235.947,cy:102,fill:"#FECE72",rx:17.861,ry:6.549}),oe.createElement("path",{fill:"#AA7A1E",d:"M235.406 104.063v-.398a3.8 3.8 0 0 1-.749-.128 2.5 2.5 0 0 1-.64-.284 1.2 1.2 0 0 1-.412-.444l.791-.174q.101.201.37.361.279.16.64.206v-1.016l-.025-.009q-.673-.138-1.111-.358-.438-.224-.438-.572 0-.206.185-.389.194-.183.547-.303a3 3 0 0 1 .842-.146v-.394h.674v.403q.436.037.732.142.303.1.471.234a.9.9 0 0 1 .244.251l-.774.184a.7.7 0 0 0-.236-.202 1.3 1.3 0 0 0-.437-.151v.962q.454.1.808.224.352.119.555.289.21.165.21.412 0 .27-.227.458a1.6 1.6 0 0 1-.581.297 3.4 3.4 0 0 1-.765.142v.403zm-.707-2.816q0 .147.177.247.185.096.53.188v-.824a1.5 1.5 0 0 0-.513.142q-.194.105-.194.247m2.079 1.52q0-.154-.185-.252a2.4 2.4 0 0 0-.513-.183v.866q.303-.042.496-.151.202-.11.202-.28"}),oe.createElement("path",{fill:"#E1B155",d:"M235.947 106.775c9.864 0 17.861-2.933 17.861-6.549v-2.382h-35.722v2.382c0 3.616 7.997 6.549 17.861 6.549"}),oe.createElement("ellipse",{cx:235.947,cy:97.013,fill:"#FECE72",rx:17.861,ry:6.549}),oe.createElement("path",{fill:"#AA7A1E",d:"M235.406 99.077v-.399a3.8 3.8 0 0 1-.749-.128 2.5 2.5 0 0 1-.64-.284 1.2 1.2 0 0 1-.412-.444l.791-.174q.101.201.37.362a1.7 1.7 0 0 0 .64.206v-1.017l-.025-.01a4.5 4.5 0 0 1-1.111-.356q-.438-.224-.438-.573 0-.206.185-.39.194-.182.547-.301.354-.124.842-.147v-.394h.674v.403q.436.037.732.142.303.1.471.234a.9.9 0 0 1 .244.252l-.774.183a.7.7 0 0 0-.236-.202 1.2 1.2 0 0 0-.437-.15v.96q.454.102.808.225.352.12.555.289.21.165.21.412 0 .27-.227.458a1.6 1.6 0 0 1-.581.298q-.353.11-.765.142v.403zm-.707-2.817q0 .147.177.247.185.097.53.188v-.824a1.5 1.5 0 0 0-.513.142q-.194.105-.194.247m2.079 1.52q0-.155-.185-.251a2.4 2.4 0 0 0-.513-.183v.865q.303-.041.496-.151.202-.11.202-.28"}),oe.createElement("path",{stroke:"#E1B155",strokeWidth:1.349,d:"M250.751 97.013c0 .455-.265.987-.969 1.563-.698.572-1.751 1.117-3.11 1.588-2.713.939-6.505 1.532-10.725 1.532s-8.012-.593-10.725-1.532c-1.36-.47-2.412-1.016-3.111-1.588-.704-.576-.969-1.108-.969-1.563 0-.456.265-.988.969-1.564.699-.572 1.751-1.117 3.111-1.587 2.713-.94 6.505-1.533 10.725-1.533s8.012.593 10.725 1.533c1.359.47 2.412 1.015 3.11 1.587.704.576.969 1.108.969 1.564Z"}),oe.createElement("ellipse",{cx:211.845,cy:127.765,fill:"#FECE72",rx:17.861,ry:6.549}),oe.createElement("ellipse",{cx:211.845,cy:122.778,fill:"#FECE72",rx:17.861,ry:6.549}),oe.createElement("path",{fill:"#AA7A1E",d:"M211.304 124.842v-.399a3.8 3.8 0 0 1-.749-.128 2.5 2.5 0 0 1-.64-.284 1.2 1.2 0 0 1-.412-.444l.791-.174q.101.201.37.362.279.16.64.206v-1.017l-.025-.009a4.6 4.6 0 0 1-1.111-.357q-.438-.225-.438-.573 0-.206.185-.389a1.5 1.5 0 0 1 .547-.302q.354-.124.842-.147v-.394h.673v.403q.438.037.733.142.303.1.471.234a.9.9 0 0 1 .244.252l-.774.183a.7.7 0 0 0-.236-.202 1.3 1.3 0 0 0-.438-.151v.962q.455.1.808.224.354.12.556.289.21.165.21.412 0 .27-.227.458a1.6 1.6 0 0 1-.581.298 3.5 3.5 0 0 1-.766.142v.403zm-.707-2.817q0 .147.177.247.185.097.53.188v-.824a1.5 1.5 0 0 0-.513.142q-.194.105-.194.247m2.079 1.521q0-.156-.185-.252a2.4 2.4 0 0 0-.514-.183v.865q.303-.041.497-.151.202-.11.202-.279"}),oe.createElement("path",{fill:"#E1B155",d:"M211.845 127.553c9.864 0 17.861-2.932 17.861-6.549v-2.382h-35.722v2.382c0 3.617 7.996 6.549 17.861 6.549"}),oe.createElement("ellipse",{cx:211.845,cy:117.791,fill:"#FECE72",rx:17.861,ry:6.549}),oe.createElement("path",{fill:"#AA7A1E",d:"M211.304 119.855v-.399a3.8 3.8 0 0 1-.749-.128 2.5 2.5 0 0 1-.64-.284 1.2 1.2 0 0 1-.412-.444l.791-.174q.101.201.37.362.279.16.64.206v-1.017l-.025-.009a4.6 4.6 0 0 1-1.111-.357q-.438-.225-.438-.573 0-.206.185-.389a1.5 1.5 0 0 1 .547-.302q.354-.124.842-.147v-.394h.673v.403q.438.037.733.142.303.101.471.234a.9.9 0 0 1 .244.252l-.774.183a.7.7 0 0 0-.236-.201 1.2 1.2 0 0 0-.438-.152v.962q.455.1.808.225.354.118.556.288.21.165.21.412 0 .27-.227.458a1.6 1.6 0 0 1-.581.298 3.5 3.5 0 0 1-.766.142v.403zm-.707-2.817q0 .147.177.248.185.096.53.187v-.824a1.5 1.5 0 0 0-.513.142q-.194.105-.194.247m2.079 1.521q0-.156-.185-.252a2.4 2.4 0 0 0-.514-.183v.865q.303-.041.497-.151.202-.11.202-.279"}),oe.createElement("path",{fill:"#E1B155",d:"M211.845 122.566c9.864 0 17.861-2.932 17.861-6.549v-2.381h-35.722v2.381c0 3.617 7.996 6.549 17.861 6.549"}),oe.createElement("ellipse",{cx:211.845,cy:112.804,fill:"#FECE72",rx:17.861,ry:6.549}),oe.createElement("path",{fill:"#AA7A1E",d:"M211.304 114.868v-.398a3.8 3.8 0 0 1-.749-.129 2.4 2.4 0 0 1-.64-.284 1.2 1.2 0 0 1-.412-.444l.791-.174q.101.202.37.362.279.16.64.206v-1.017l-.025-.009q-.673-.136-1.111-.357-.438-.225-.438-.572 0-.207.185-.39a1.5 1.5 0 0 1 .547-.302q.354-.123.842-.147v-.393h.673v.403q.438.036.733.142.303.1.471.233a.9.9 0 0 1 .244.252l-.774.183a.7.7 0 0 0-.236-.201 1.2 1.2 0 0 0-.438-.151v.961q.455.101.808.225.354.118.556.288.21.166.21.412a.57.57 0 0 1-.227.458 1.6 1.6 0 0 1-.581.298 3.5 3.5 0 0 1-.766.142v.403zm-.707-2.816q0 .146.177.247.185.096.53.188v-.825a1.5 1.5 0 0 0-.513.142q-.194.105-.194.248m2.079 1.52q0-.156-.185-.252a2.4 2.4 0 0 0-.514-.183v.866q.303-.042.497-.152.202-.11.202-.279"}),oe.createElement("path",{stroke:"#E1B155",strokeWidth:1.349,d:"M226.649 112.804c0 .456-.265.988-.969 1.564-.698.572-1.751 1.117-3.11 1.587-2.713.94-6.505 1.533-10.725 1.533s-8.012-.593-10.725-1.533c-1.36-.47-2.412-1.015-3.111-1.587-.704-.576-.969-1.108-.969-1.564s.265-.987.969-1.563c.699-.572 1.751-1.117 3.111-1.588 2.713-.939 6.505-1.532 10.725-1.532s8.012.593 10.725 1.532c1.359.471 2.412 1.016 3.11 1.588.704.576.969 1.108.969 1.563Z"})))),ei||(ei=oe.createElement("defs",null,oe.createElement("clipPath",{id:"analytics-adsense-connect-mobile_svg__a"},oe.createElement("path",{fill:"#fff",d:"M0 0h343v123H0z"})),oe.createElement("filter",{id:"analytics-adsense-connect-mobile_svg__b",width:236.04,height:169.596,x:42.702,y:4.026,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:3.325}),oe.createElement("feGaussianBlur",{stdDeviation:6.649}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_413_2382"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_413_2382",result:"shape"})))));var oi=t(83366);const ni="LinkAnalyticsAndAdSenseAccountsOverlayNotification";function LinkAnalyticsAndAdSenseAccountsOverlayNotification({id:e,Notification:i}){const t=(0,o.useSelect)(e=>e(Y.O4).getGoogleSupportURL({path:"/adsense/answer/6084409"})),{dismissNotification:n}=(0,o.useDispatch)(a.D);return(0,ie.jsx)(i,{children:(0,ie.jsx)(Ve.A,{notificationID:e,title:(0,$.__)("See which content earns you the most","google-site-kit"),description:(0,$.__)("Link your Analytics and AdSense accounts to find out which content brings you the most revenue.","google-site-kit"),GraphicDesktop:Ke,GraphicMobile:ti,ctaButton:{href:t,target:"_blank",label:(0,$.__)("Learn how","google-site-kit"),trailingIcon:(0,ie.jsx)(oi.A,{width:13,height:13}),onClick:()=>n(e)},dismissButton:!0})})}LinkAnalyticsAndAdSenseAccountsOverlayNotification.propTypes={id:je().string.isRequired,Notification:je().elementType.isRequired};var ai,si,ri=t(81276),li=t(7081),ci=t(3288);function Ii(){return Ii=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},Ii.apply(null,arguments)}const gi=e=>oe.createElement("svg",Ii({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 348 163"},e),ai||(ai=oe.createElement("g",{clipPath:"url(#email-reporting-overlay-desktop_svg__a)"},oe.createElement("path",{fill:"#B8E6CA",d:"M0 16C0 7.163 7.163 0 16 0h316c8.837 0 16 7.163 16 16v147H0z"}),oe.createElement("g",{filter:"url(#email-reporting-overlay-desktop_svg__b)"},oe.createElement("path",{fill:"#EBEEF0",d:"M75.352 82.774a8.32 8.32 0 0 1 4.337-7.307l87.93-47.985a13.32 13.32 0 0 1 12.761 0l87.931 47.985a8.32 8.32 0 0 1 4.337 7.307v94.401a8.325 8.325 0 0 1-8.325 8.325H83.676a8.325 8.325 0 0 1-8.324-8.325z"})),oe.createElement("g",{filter:"url(#email-reporting-overlay-desktop_svg__c)"},oe.createElement("rect",{width:88,height:57,x:66.467,y:-1.393,fill:"#fff",rx:9.075,transform:"rotate(-38.65 66.467 -1.393)"})),oe.createElement("rect",{width:61,height:6.763,x:84.463,y:.297,fill:"#EBEEF0",rx:3.3,transform:"rotate(-38.65 84.463 .297)"}),oe.createElement("rect",{width:41.249,height:15.94,x:93.201,y:10.905,fill:"#B8E6CA",rx:7.97,transform:"rotate(-38.65 93.201 10.905)"}),oe.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.237,d:"m105.805 14.774.966-7.501m0 0-3.388 2.634m3.388-2.634 2.636 3.2"}),oe.createElement("rect",{width:16.5,height:4.782,x:110.861,y:3.926,fill:"#fff",rx:1.65,transform:"rotate(-38.65 110.861 3.926)"}),oe.createElement("g",{filter:"url(#email-reporting-overlay-desktop_svg__d)"},oe.createElement("rect",{width:87,height:57,x:171.227,y:1.983,fill:"#fff",rx:9.075,transform:"rotate(5.072 171.227 1.983)"})),oe.createElement("rect",{width:52,height:7,x:183.025,y:16.081,fill:"#EBEEF0",rx:3.3,transform:"rotate(5.072 183.025 16.081)"}),oe.createElement("rect",{width:41.249,height:16.5,x:181.969,y:30.268,fill:"#FFDED3",rx:8.25,transform:"rotate(5.072 181.969 30.268)"}),oe.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.237,d:"m188.852 36.676 4.937 5.9m0 0 .44-4.27m-.44 4.27-4.28-.32"}),oe.createElement("rect",{width:16.5,height:4.95,x:199.535,y:37.625,fill:"#fff",rx:1.65,transform:"rotate(5.072 199.535 37.625)"}),oe.createElement("g",{filter:"url(#email-reporting-overlay-desktop_svg__e)"},oe.createElement("rect",{width:87,height:57,x:168.918,y:77.078,fill:"#fff",rx:9.075,transform:"rotate(21.428 168.918 77.078)"})),oe.createElement("rect",{width:20.625,height:6.6,x:176.383,y:94.187,fill:"#EBEEF0",rx:3.3,transform:"rotate(21.428 176.383 94.187)"}),oe.createElement("rect",{width:41.249,height:16.5,x:171.26,y:107.243,fill:"#FFDED3",rx:8.25,transform:"rotate(21.428 171.26 107.243)"}),oe.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.237,d:"m176.06 115.331 3.076 7.05m0 0 1.624-3.972m-1.624 3.972-4.016-1.511"}),oe.createElement("rect",{width:16.5,height:4.95,x:186.045,y:119.249,fill:"#fff",rx:1.65,transform:"rotate(21.428 186.045 119.249)"}),oe.createElement("g",{filter:"url(#email-reporting-overlay-desktop_svg__f)"},oe.createElement("rect",{width:88,height:57,x:101.674,y:57.565,fill:"#fff",rx:9.075,transform:"rotate(-9.325 101.674 57.565)"})),oe.createElement("rect",{width:41,height:7,x:116.609,y:68.287,fill:"#EBEEF0",rx:3.3,transform:"rotate(-9.325 116.609 68.287)"}),oe.createElement("rect",{width:41.249,height:16.5,x:119.109,y:82.291,fill:"#B8E6CA",rx:8.25,transform:"rotate(-9.325 119.109 82.291)"}),oe.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.237,d:"m128.264 92.214 4.486-6.25m0 0-4.244.636m4.244-.635.755 4.224"}),oe.createElement("rect",{width:16.5,height:4.95,x:137.955,y:85.049,fill:"#fff",rx:1.65,transform:"rotate(-9.325 137.955 85.049)"}),oe.createElement("g",{filter:"url(#email-reporting-overlay-desktop_svg__g)"},oe.createElement("path",{fill:"#fff",d:"M75.352 82.647c0-1.968 2.17-3.163 3.833-2.11l90.363 57.192a8.33 8.33 0 0 0 8.904 0l90.363-57.192c1.663-1.053 3.833.142 3.833 2.11v94.528a8.325 8.325 0 0 1-8.325 8.325H83.676a8.325 8.325 0 0 1-8.324-8.325z"})),oe.createElement("path",{stroke:"#EBEEF0",strokeOpacity:.75,strokeWidth:2.497,d:"m78.682 183.003 64.933-62.436M269.318 183.003l-64.933-62.436"}))),si||(si=oe.createElement("defs",null,oe.createElement("filter",{id:"email-reporting-overlay-desktop_svg__b",width:229.297,height:191.646,x:59.352,y:17.854,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:8}),oe.createElement("feGaussianBlur",{stdDeviation:8}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0.193775 0 0 0 0 0.34389 0 0 0 0 0.252153 0 0 0 0.2 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_623_10575"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_623_10575",result:"shape"})),oe.createElement("filter",{id:"email-reporting-overlay-desktop_svg__c",width:123.366,height:118.517,x:56.947,y:-62.574,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:3.3}),oe.createElement("feGaussianBlur",{stdDeviation:6.6}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_623_10575"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_623_10575",result:"shape"})),oe.createElement("filter",{id:"email-reporting-overlay-desktop_svg__d",width:116.565,height:89.335,x:153.753,y:-7.151,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:3.3}),oe.createElement("feGaussianBlur",{stdDeviation:6.6}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_623_10575"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_623_10575",result:"shape"})),oe.createElement("filter",{id:"email-reporting-overlay-desktop_svg__e",width:122.839,height:105.872,x:137.58,y:69.864,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:3.3}),oe.createElement("feGaussianBlur",{stdDeviation:6.6}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_623_10575"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_623_10575",result:"shape"})),oe.createElement("filter",{id:"email-reporting-overlay-desktop_svg__f",width:119.774,height:94.207,x:89.824,y:34.756,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:3.3}),oe.createElement("feGaussianBlur",{stdDeviation:6.6}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_623_10575"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_623_10575",result:"shape"})),oe.createElement("filter",{id:"email-reporting-overlay-desktop_svg__g",width:223.936,height:131.994,x:62.032,y:63.496,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:-3.33}),oe.createElement("feGaussianBlur",{stdDeviation:6.66}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_623_10575"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_623_10575",result:"shape"})),oe.createElement("clipPath",{id:"email-reporting-overlay-desktop_svg__a"},oe.createElement("path",{fill:"#fff",d:"M0 16C0 7.163 7.163 0 16 0h316c8.837 0 16 7.163 16 16v147H0z"})))));var Mi,ui;function di(){return di=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},di.apply(null,arguments)}const Ni=e=>oe.createElement("svg",di({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 343 104"},e),Mi||(Mi=oe.createElement("g",{clipPath:"url(#email-reporting-overlay-mobile_svg__a)"},oe.createElement("path",{fill:"#B8E6CA",d:"M304.553 64.365c2.4 22.73-4.803 32.78-23.025 59.949-18.222 27.17 7.404 59.277-20.779 89.869-33.528 36.394-150.686 39.364-201.232 24.212C8.97 223.242-4.063 191.922-.431 163.24 4.5 124.314 27.02 123.577 40 104.5c19.276-28.325 1.687-66.286 39-89s80.086 6.697 120.326 4.388c23.216-1.332 46.017-5.627 66.626.968 20.832 6.667 36.719 25.428 38.601 43.509"}),oe.createElement("g",{filter:"url(#email-reporting-overlay-mobile_svg__b)"},oe.createElement("path",{fill:"#EBEEF0",d:"M97.55 54.93a6.28 6.28 0 0 1 3.274-5.515l66.361-36.214a10.05 10.05 0 0 1 9.631 0l66.361 36.214a6.28 6.28 0 0 1 3.273 5.515v71.244a6.283 6.283 0 0 1-6.283 6.283H103.833a6.283 6.283 0 0 1-6.282-6.283z"})),oe.createElement("g",{filter:"url(#email-reporting-overlay-mobile_svg__c)"},oe.createElement("rect",{width:65.659,height:43.018,x:169.907,y:3.573,fill:"#fff",rx:6.849,transform:"rotate(5.072 169.907 3.573)"})),oe.createElement("rect",{width:39.244,height:5.283,x:178.812,y:14.213,fill:"#EBEEF0",rx:2.49,transform:"rotate(5.072 178.812 14.213)"}),oe.createElement("rect",{width:31.131,height:12.452,x:178.013,y:24.92,fill:"#FFDED3",rx:6.226,transform:"rotate(5.072 178.013 24.92)"}),oe.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:.934,d:"m183.207 29.756 3.726 4.452m0 0 .332-3.222m-.332 3.222-3.229-.24"}),oe.createElement("rect",{width:12.452,height:3.736,x:191.272,y:30.472,fill:"#fff",rx:1.245,transform:"rotate(5.072 191.272 30.472)"}),oe.createElement("g",{filter:"url(#email-reporting-overlay-mobile_svg__d)"},oe.createElement("rect",{width:65.659,height:43.018,x:168.165,y:50.631,fill:"#fff",rx:6.849,transform:"rotate(21.428 168.165 50.631)"})),oe.createElement("rect",{width:15.565,height:4.981,x:173.799,y:63.543,fill:"#EBEEF0",rx:2.49,transform:"rotate(21.428 173.799 63.543)"}),oe.createElement("rect",{width:31.131,height:12.452,x:169.932,y:73.397,fill:"#FFDED3",rx:6.226,transform:"rotate(21.428 169.932 73.397)"}),oe.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:.934,d:"m173.554 79.5 2.322 5.321m0 0 1.225-2.998m-1.225 2.998-3.032-1.14"}),oe.createElement("rect",{width:12.452,height:3.736,x:181.091,y:82.458,fill:"#fff",rx:1.245,transform:"rotate(21.428 181.091 82.458)"}),oe.createElement("g",{filter:"url(#email-reporting-overlay-mobile_svg__e)"},oe.createElement("rect",{width:66.413,height:43.018,x:117.415,y:35.905,fill:"#fff",rx:6.849,transform:"rotate(-9.325 117.415 35.905)"})),oe.createElement("rect",{width:30.943,height:5.283,x:128.687,y:43.996,fill:"#EBEEF0",rx:2.49,transform:"rotate(-9.325 128.687 43.996)"}),oe.createElement("rect",{width:31.131,height:12.452,x:130.575,y:54.565,fill:"#B8E6CA",rx:6.226,transform:"rotate(-9.325 130.575 54.565)"}),oe.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:.934,d:"m137.483 62.054 3.386-4.716m0 0-3.203.48m3.203-.48.57 3.188"}),oe.createElement("rect",{width:12.452,height:3.736,x:144.797,y:56.647,fill:"#fff",rx:1.245,transform:"rotate(-9.325 144.797 56.647)"}),oe.createElement("g",{filter:"url(#email-reporting-overlay-mobile_svg__f)"},oe.createElement("path",{fill:"#fff",d:"M97.55 54.834c0-1.485 1.639-2.387 2.894-1.593l68.196 43.163a6.28 6.28 0 0 0 6.72 0l68.197-43.163c1.255-.794 2.893.108 2.893 1.593v71.34a6.283 6.283 0 0 1-6.283 6.283H103.833a6.283 6.283 0 0 1-6.282-6.283z"})),oe.createElement("path",{stroke:"#EBEEF0",strokeOpacity:.75,strokeWidth:1.885,d:"m100.063 130.572 49.005-47.12M243.937 130.572l-49.005-47.12"}))),ui||(ui=oe.createElement("defs",null,oe.createElement("filter",{id:"email-reporting-overlay-mobile_svg__b",width:173.05,height:144.635,x:85.476,y:5.935,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:6.038}),oe.createElement("feGaussianBlur",{stdDeviation:6.038}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0.193775 0 0 0 0 0.34389 0 0 0 0 0.252153 0 0 0 0.2 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1164_30170"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1164_30170",result:"shape"})),oe.createElement("filter",{id:"email-reporting-overlay-mobile_svg__c",width:87.972,height:67.421,x:156.721,y:-3.32,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:2.49}),oe.createElement("feGaussianBlur",{stdDeviation:4.981}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1164_30170"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1164_30170",result:"shape"})),oe.createElement("filter",{id:"email-reporting-overlay-mobile_svg__d",width:92.706,height:79.901,x:144.515,y:45.187,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:2.49}),oe.createElement("feGaussianBlur",{stdDeviation:4.981}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1164_30170"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1164_30170",result:"shape"})),oe.createElement("filter",{id:"email-reporting-overlay-mobile_svg__e",width:90.393,height:71.098,x:108.472,y:18.69,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:2.49}),oe.createElement("feGaussianBlur",{stdDeviation:4.981}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1164_30170"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1164_30170",result:"shape"})),oe.createElement("filter",{id:"email-reporting-overlay-mobile_svg__f",width:169.004,height:99.615,x:87.499,y:40.381,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},oe.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),oe.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),oe.createElement("feOffset",{dy:-2.513}),oe.createElement("feGaussianBlur",{stdDeviation:5.026}),oe.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),oe.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}),oe.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1164_30170"}),oe.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1164_30170",result:"shape"})),oe.createElement("clipPath",{id:"email-reporting-overlay-mobile_svg__a"},oe.createElement("path",{fill:"#fff",d:"M0 0h343v104H0z"}))))),ji="email-reporting-overlay-notification";function SetUpEmailReportingOverlayNotification({id:e,Notification:i}){const t=(0,o.useSelect)(e=>e(li.n).getValue(ci.Q)),n=(0,ri.A)(t),{setValue:s}=(0,o.useDispatch)(li.n),{dismissNotification:r}=(0,o.useDispatch)(a.D),l=(0,oe.useCallback)(()=>{s(ci.Q,!0)},[s]),c={target:".googlesitekit-user-selector",placement:"bottom-end",className:"googlesitekit-tour-tooltip--user-menu",tooltipSlug:"email-reports-overlay-notification",title:(0,$.__)("You can always manage your email reports subscription from the user menu","google-site-kit"),dismissLabel:(0,$.__)("Got it","google-site-kit")},g=(0,he.i)(c),M=(0,oe.useCallback)(()=>{g()},[g]),u=(0,o.useSelect)(e=>e(I.oR).isEmailReportingSubscribed());return(0,oe.useEffect)(()=>{n&&!t&&(r(e),u||setTimeout(()=>{g()},310))},[n,t,r,e,u,g]),(0,ie.jsx)(i,{children:(0,ie.jsx)(Ve.A,{notificationID:e,title:(0,$.__)("Get Site Insights in Your Inbox","google-site-kit"),description:(0,$.__)("Receive the most important insights about your site’s performance, key trends, and tailored metrics directly in your inbox","google-site-kit"),GraphicDesktop:gi,GraphicMobile:Ni,ctaButton:{label:(0,$.__)("Setup","google-site-kit"),onClick:l,dismissOnClick:!0},dismissButton:{label:(0,$.__)("Maybe later","google-site-kit"),onClick:M},newBadge:!0})})}SetUpEmailReportingOverlayNotification.propTypes={id:je().string.isRequired,Notification:je().elementType.isRequired};const yi={"authentication-error":{Component:function UnsatisfiedScopesAlert({id:e,Notification:i}){const[n,a]=(0,oe.useState)(!1),s=(0,oe.useRef)(),[r,l]=(0,oe.useState)(!1),c=(0,o.useSelect)(e=>e(ae.M).isNavigatingTo(new RegExp("//oauth2|action=googlesitekit_connect","i"))),g=(0,de.A)(I.$8,"permissionsError"),M=(0,o.useSelect)(e=>e(I.oR).getUnsatisfiedScopes()),u=(0,o.useSelect)(e=>e(_.i).getModules()),d=g?.data?{additionalScopes:g.data?.scopes,redirectURL:g.data?.redirectURL||t.g.location.href}:{redirectURL:t.g.location.href},N=(0,o.useSelect)(e=>e(I.oR).getConnectURL(d)),{activateModule:j}=(0,o.useDispatch)(_.i),{navigateTo:y}=(0,o.useDispatch)(ae.M),{setInternalServerError:D}=(0,o.useDispatch)(Y.O4);(0,te.A)(async()=>{const{cacheHit:e,value:i}=await(0,ne.Gq)("module_setup");e&&l(i)});const m=(0,oe.useCallback)(async()=>{if(s.current=!0,a(!0),!r)return;const{error:e,response:i}=await j(r);e?D({id:"activate-module-error",description:e.message}):y(i.moduleReauthURL)},[j,r,y,D]);if(c&&!s.current||!M?.length||void 0===N)return null;const{title:p,message:z,ctaLabel:T}=Me(M,u,g);return(0,ie.jsx)(i,{children:(0,ie.jsx)(ee.A,{notificationID:e,type:ue.Q.ERROR,title:p,description:z,ctaButton:{label:T,href:r?void 0:N,onClick:m,inProgress:n}})})},priority:j.FQ.ERROR_HIGH,areaSlug:j.bI.HEADER,viewContexts:[B.jU,B.Ax,B.f7,B.Is,B.KK],checkRequirements:async({select:e,resolveSelect:i})=>{await Promise.all([i(I.oR).getAuthentication(),i(_.i).getModules()]);const t=e(I.oR).isAuthenticated(),o=e(_.i).isModuleConnected(V.L1),n=e(I.oR).hasScope(K.mZ),a=e(I.oR).getUnsatisfiedScopes(),s=o&&!n&&1===a?.length;return a?.length&&t&&!s},isDismissible:!1},"authentication-error-gte":{Component:function UnsatisfiedScopesAlertGTE({id:e,Notification:i}){const[n,a]=(0,oe.useState)(!1),s=(0,de.A)(I.$8,"permissionsError"),r=(0,o.useSelect)(e=>e(I.oR).getConnectURL({additionalScopes:[K.mZ],redirectURL:s?.data?.redirectURL||t.g.location.href})),l=(0,o.useSelect)(e=>e(Y.O4).getGoogleSupportURL({path:"/tagmanager/answer/11994839"}));return void 0===r?null:(0,ie.jsx)(i,{children:(0,ie.jsx)(ee.A,{notificationID:e,type:ue.Q.ERROR,title:(0,$.__)("Site Kit needs additional permissions to detect updates to tags on your site","google-site-kit"),description:(0,$.__)("To continue using Analytics with Site Kit, you need to grant permission to check for any changes in your Google tag’s target Analytics property. The Google tag feature was recently updated to allow users to change a tag’s connected Analytics property without editing site code. Because of this change, Site Kit now must regularly check if the tag on your site matches the Analytics property destination.","google-site-kit"),learnMoreLink:{href:l},ctaButton:{label:(0,$.__)("Grant permission","google-site-kit"),href:r,inProgress:n,onClick:()=>a(!0)}})})},priority:j.FQ.ERROR_HIGH,areaSlug:j.bI.HEADER,viewContexts:[B.jU,B.Ax,B.f7,B.Is,B.KK],checkRequirements:async({select:e,resolveSelect:i})=>{await Promise.all([i(I.oR).getAuthentication(),i(_.i).getModules()]);const t=e(I.oR).isAuthenticated(),o=e(_.i).isModuleConnected(V.L1),n=e(I.oR).hasScope(K.mZ);return t&&(o&&!n)},isDismissible:!1},setup_plugin_error:{Component:function SetupErrorMessageNotification({Notification:e}){const i="setup_error",n=(0,me.A)(),a=(0,o.useSelect)(e=>e(I.oR).isAuthenticated()),s=(0,o.useSelect)(e=>e(Y.O4).getSetupErrorCode()),r=(0,o.useSelect)(e=>e(Y.O4).getSetupErrorMessage()),l=(0,de.A)(I.$8,"permissionsError"),c=(0,o.useSelect)(e=>l?.data?e(I.oR).getConnectURL({additionalScopes:l?.data?.scopes,redirectURL:l?.data?.redirectURL||t.g.location.href}):"access_denied"===s&&!l?.data&&a?null:e(Y.O4).getSetupErrorRedoURL()),g=(0,o.useSelect)(e=>e(Y.O4).getErrorTroubleshootingLinkURL({code:s}));let M=(0,$.__)("Error connecting Site Kit","google-site-kit"),u=(0,$.__)("Redo the plugin setup","google-site-kit");"access_denied"===s&&(M=(0,$.__)("Permissions Error","google-site-kit"),l?.data?u=(0,$.__)("Grant permission","google-site-kit"):!l?.data&&a&&(u=null));const d=(0,o.useRegistry)(),N=(0,oe.useCallback)(async()=>{l?.data&&await(0,pe.mR)(d)},[l,d]),j={gaTrackingEventArgs:{category:`${n}_${i}`}};return(0,ie.jsx)(e,{...j,children:(0,ie.jsx)(ee.A,{notificationID:i,title:M,type:ee.Q.ERROR,description:r,ctaButton:c&&{label:u,href:c,onClick:N},learnMoreLink:{label:(0,$.__)("Get help","google-site-kit"),href:g}})})},priority:j.FQ.ERROR_LOW,areaSlug:j.bI.HEADER,viewContexts:[B.jU,B.Ax,B.f7,B.Is,B.KK,B.uR],checkRequirements:async({select:e,resolveSelect:i})=>{await i(Y.O4).getSiteInfo();const t=e(Q.s).getValue(I.$8,"permissionsError");if(t?.data?.skipDefaultErrorNotifications)return!1;return!!e(Y.O4).getSetupErrorMessage()},isDismissible:!1},"auth-error":{Component:function AuthError({id:e,Notification:i}){const t=(0,o.useSelect)(e=>e(I.oR).getAuthError());return(0,ie.jsx)(i,{children:(0,ie.jsx)(ee.A,{notificationID:e,type:ee.Q.ERROR,title:(0,$.__)("Site Kit can’t access necessary data","google-site-kit"),description:t.message,ctaButton:{label:(0,$.__)("Redo the plugin setup","google-site-kit"),href:t.data.reconnectURL}})})},priority:j.FQ.ERROR_HIGH,areaSlug:j.bI.HEADER,viewContexts:[B.jU,B.f7,B.KK],checkRequirements:({select:e})=>!!e(I.oR).getAuthError(),isDismissible:!1},"top-earning-pages-success-notification":{Component:GA4AdSenseLinkedNotification,areaSlug:j.bI.HEADER,viewContexts:[B.jU,B.f7],checkRequirements:async({select:e,resolveSelect:i,dispatch:t})=>{const o=await i(_.i).isModuleConnected(q.Py),n=await i(_.i).isModuleConnected(V.L1);if(!o||!n)return!1;await i(W.K9).getSettings();if(!e(W.K9).getAdSenseLinked())return!1;const{startDate:s,endDate:r}=e(I.oR).getDateRangeDates({offsetDays:W.f2}),l={startDate:s,endDate:r,dimensions:["pagePath"],metrics:[{name:"totalAdRevenue"}],orderby:[{metric:{metricName:"totalAdRevenue"},desc:!0}],limit:3,reportID:"notifications_top-earning-pages-success-notification_reportOptions"},c=await i(W.K9).getReport(l);return!1!==(0,F.H5)(c)||(await t(a.D).dismissNotification("top-earning-pages-success-notification"),!1)},isDismissible:!0},"setup-success-notification-site-kit":{Component:SiteKitSetupSuccessNotification,areaSlug:j.bI.HEADER,viewContexts:[B.jU],checkRequirements:()=>{const e=(0,G.d)(location.href,"notification"),i=(0,G.d)(location.href,"slug");return"authentication_success"===e&&!i}},"setup-success-notification-module":{Component:ModuleSetupSuccessNotification,areaSlug:j.bI.DASHBOARD_TOP,viewContexts:[B.jU],checkRequirements:async({select:e,resolveSelect:i})=>{await Promise.all([i(_.i).getModules()]);const t=(0,G.d)(location.href,"notification"),o=(0,G.d)(location.href,"slug"),n=e(_.i).getModule(o);return!("authentication_success"!==t||!1!==n.overrideSetupSuccessNotification||!n.active)}},[fe]:{Component:EnableAutoUpdateBannerNotification,priority:j.FQ.SETUP_CTA_LOW,areaSlug:j.bI.DASHBOARD_TOP,groupID:j.He.SETUP_CTAS,viewContexts:[B.jU,B.Ax],checkRequirements:async({select:e,resolveSelect:i,dispatch:t})=>{await Promise.all([i(I.oR).getCapabilities(),i(Y.O4).getSiteInfo()]);const o=(0,G.d)(location.href,"notification"),n=(0,G.d)(location.href,"slug"),{dismissNotification:s}=t(a.D);if("authentication_success"===o&&!n)return await s("auto-update-cta",{expiresInSeconds:10*re.r0}),!1;const r=e(I.oR).hasCapability(I.JK),l=e(Y.O4).hasChangePluginAutoUpdatesCapacity(),c=e(Y.O4).getSiteKitAutoUpdatesEnabled();return!(!r||!l||c)},isDismissible:!0},"gathering-data-notification":{Component:GatheringDataNotification,priority:j.FQ.INFO,areaSlug:j.bI.HEADER,viewContexts:[B.jU,B.Ax,B.f7,B.Is],checkRequirements:async({select:e,resolveSelect:i},t)=>{const o=B.Nn.includes(t);await Promise.all([i(_.i).getModules(),o?i(_.i).getRecoverableModules():Promise.resolve([])]);const n=e(_.i).isModuleConnected(V.L1),a=!o||e(I.oR).canViewSharedModule(V.L1),s=!o||e(I.oR).canViewSharedModule(X.Y),r=await(()=>{if(!o)return!1;const i=e(_.i).getRecoverableModules();return Object.keys(i).includes(V.L1)})(),l=await(()=>{if(!o)return!1;const i=e(_.i).getRecoverableModules();return Object.keys(i).includes(X.Y)})(),c=!(!n||!a||!1!==r)&&await i(W.K9).isGatheringData(),g=s&&!1===l&&await i(J.n).isGatheringData();return c||g},isDismissible:!0},"zero-data-notification":{Component:function ZeroDataNotification({id:e,Notification:i}){const t=(0,o.useSelect)(e=>e(Y.O4).getDocumentationLinkURL("not-enough-traffic")),{dismissNotification:n}=(0,o.useDispatch)(a.D);return(0,ie.jsx)(i,{children:(0,ie.jsx)(ee.A,{notificationID:e,type:ee.Q.WARNING,title:(0,$.__)("Not enough traffic yet to display stats","google-site-kit"),description:(0,$.__)("Site Kit will start showing stats on the dashboard as soon as enough people have visited your site. Keep working on your site to attract more visitors.","google-site-kit"),learnMoreLink:{href:t},ctaButton:{label:(0,$.__)("OK, got it","google-site-kit"),onClick:function(){n(e,{expiresInSeconds:re.tt})}}})})},priority:j.FQ.INFO,areaSlug:j.bI.HEADER,viewContexts:[B.jU,B.Ax,B.f7,B.Is],checkRequirements:async({select:e,resolveSelect:i},t)=>{const o=B.Nn.includes(t);async function n(t,n){if(!e(_.i).isModuleConnected(t))return"disconnected";if(o){if(!e(I.oR).canViewSharedModule(t))return"cant-view";if(e(_.i).getRecoverableModules()[t])return"recovering"}return await i(n).isGatheringData()?"gathering":(await i(n).getReport(e(n).getSampleReportArgs()),e(n).hasZeroData()?"zero-data":"connected")}await Promise.all([i(_.i).getModules(),o?i(_.i).getRecoverableModules():Promise.resolve([])]);const a=await n(V.L1,W.K9),s=await n(X.Y,J.n);return"gathering"!==a&&"gathering"!==s&&("zero-data"===a||"zero-data"===s)},isDismissible:!0},"module-recovery-alert":{Component:function ModuleRecoveryAlert({id:e,Notification:i}){const[t,n]=(0,oe.useState)(null),[s,r]=(0,oe.useState)(!1),l=(0,Ce.A)(),c=(0,o.useSelect)(e=>e(_.i).getRecoverableModules()),I=(0,o.useSelect)(e=>e(_.i).getUserRecoverableModuleSlugs()),g=Object.keys(c||{}).length>1,M=!!I?.length,{recoverModules:u,clearRecoveredModules:d}=(0,o.useDispatch)(_.i),{dismissNotification:N}=(0,o.useDispatch)(a.D),j=(0,oe.useCallback)(async()=>{r(!0),await d();const i=await u(t),o=Object.keys(i?.response?.success||{}).filter(e=>i.response.success[e]);I.length===o.length&&N(e,{skipHidingFromQueue:!1}),l()&&(n(null),r(!1))},[e,l,d,N,u,t,I]);(0,oe.useEffect)(()=>{null===t&&Array.isArray(I)&&n(I)},[t,I]);const y=!t?.length,D=void 0===c||void 0===I,m=!M;if(s&&!M)return null;const p=function({recoverableModules:e,userRecoverableModuleSlugs:i,selectedModuleSlugs:t,hasUserRecoverableModules:o,hasMultipleRecoverableModules:n}){if(!o)return;if(!n){const t=e[i[0]]?.name; /* translators: %s: Module name. */return(0,$.sprintf)((0,$.__)("Recover %s","google-site-kit"),t)}if(!t?.length)return;const a=new Set(t),s=[];for(const t of i)if(a.has(t)){const i=e[t]?.name;i&&s.push(i)}if(0===s.length)return;if(1===s.length)return(0,$.sprintf)(/* translators: %s: Module name. */ /* translators: %s: Module name. */ (0,$.__)("Recover %s","google-site-kit"),s[0]);if(2===s.length)return(0,$.sprintf)(/* translators: 1: First module name. 2: Second module name. */ /* translators: 1: First module name. 2: Second module name. */ (0,$.__)("Recover %1$s and %2$s","google-site-kit"),s[0],s[1]);const r=s[s.length-1],l=s.slice(0,-1);return(0,$.sprintf)(/* translators: 1: List of module names. 2: Last module name. */ /* translators: 1: List of module names. 2: Last module name. */ (0,$.__)("Recover %1$s and %2$s","google-site-kit"),l.join(", "),r)}({recoverableModules:c,userRecoverableModuleSlugs:I,selectedModuleSlugs:t,hasUserRecoverableModules:M,hasMultipleRecoverableModules:g});return(0,ie.jsx)(i,{children:(0,ie.jsx)(ee.A,{notificationID:e,type:ee.Q.ERROR,title:(0,$.__)("Dashboard data for some services has been interrupted","google-site-kit"),description:D?(0,ie.jsxs)(oe.Fragment,{children:[(0,ie.jsx)(ve.A,{width:"auto",height:"50px"}),(0,ie.jsx)(ve.A,{width:"auto",height:"60px"}),(0,ie.jsx)(ve.A,{width:"220px",height:"35px"})]}):(0,ie.jsx)(Description,{recoverableModules:c,userRecoverableModuleSlugs:I,hasUserRecoverableModules:M,hasMultipleRecoverableModules:g}),additionalDescription:!D&&(0,ie.jsx)(AdditionalDescription,{selectedModuleSlugs:t,hasUserRecoverableModules:M,hasMultipleRecoverableModules:g,recoverableModules:c,userRecoverableModuleSlugs:I,inProgress:s,setSelectedModuleSlugs:n}),ctaButton:m?void 0:{label:(0,$.__)("Recover","google-site-kit"),onClick:j,disabled:y,ariaLabel:p,inProgress:s},dismissButton:D?void 0:{label:(0,$.__)("Remind me later","google-site-kit"),tertiary:!m,className:we()({"googlesitekit-banner__cta":m}),dismissOptions:m?{dismissExpires:re.tt}:void 0}})})},priority:j.FQ.ERROR_LOW,areaSlug:j.bI.HEADER,viewContexts:[B.jU],isDismissible:!1,checkRequirements:async({resolveSelect:e})=>{const i=await e(_.i).getRecoverableModules();return!!Object.keys(i||{}).length}},[xe.X]:{Component:ConsentModeSetupCTABanner,priority:j.FQ.SETUP_CTA_HIGH,areaSlug:j.bI.DASHBOARD_TOP,groupID:j.He.SETUP_CTAS,viewContexts:[B.jU],isDismissible:!0,checkRequirements:async({select:e,resolveSelect:i})=>{await i(Y.O4).getConsentModeSettings();return!1===e(Y.O4).isConsentModeEnabled()&&i(Y.O4).isAdsConnected()},dismissRetries:2},[j.rq]:{Component:GoogleTagGatewaySetupBanner,priority:j.FQ.SETUP_CTA_LOW,areaSlug:j.bI.DASHBOARD_TOP,groupID:j.He.SETUP_CTAS,viewContexts:[B.jU],checkRequirements:async({select:e,resolveSelect:i,dispatch:t})=>{if(!e(Y.O4).isAnyGoogleTagGatewayModuleConnected())return!1;await i(Y.O4).getGoogleTagGatewaySettings();const{isGoogleTagGatewayEnabled:o,isGTGHealthy:n,isScriptAccessEnabled:a}=e(Y.O4);if(o())return!1;const s=n(),r=a();return[s,r].includes(null)?(t(Y.O4).fetchGetGTGServerRequirementStatus(),!1):s&&r},isDismissible:!0,featureFlag:"googleTagGateway"},[j.ui]:{Component:function GoogleTagGatewayWarningNotification({id:e,Notification:i}){const t=(0,me.A)(),n=(0,o.useSelect)(e=>e(Y.O4).getDocumentationLinkURL("google-tag-gateway-server-requirements"));return(0,ie.jsx)(i,{children:(0,ie.jsx)(De.A,{notificationID:e,type:Ae.A.TYPES.WARNING,description:(0,ze.A)((0,$.__)("Google tag gateway for advertisers has been disabled due to server configuration issues. Measurement data is now being routed through the default Google server. Please contact your hosting provider to resolve the issue. <a>Learn more</a>","google-site-kit"),{a:(0,ie.jsx)(Te.A,{href:n,onClick:()=>{(0,re.sx)(`${t}_warning-notification-gtg`,"click_learn_more_link")},"aria-label":(0,$.__)("Learn more about Google tag gateway for advertisers server requirements","google-site-kit"),external:!0})}),dismissButton:{label:(0,$.__)("Got it","google-site-kit")}})})},areaSlug:j.bI.DASHBOARD_TOP,viewContexts:[B.jU],checkRequirements:async({select:e,resolveSelect:i})=>{if(!e(Y.O4).isAnyGoogleTagGatewayModuleConnected())return!1;await i(Y.O4).getGoogleTagGatewaySettings();const{isGoogleTagGatewayEnabled:t,isGTGHealthy:o,isScriptAccessEnabled:n}=e(Y.O4);return t()&&(!o()||!n())},isDismissible:!0,featureFlag:"googleTagGateway"},[Fe]:{Component:AnalyticsAndAdSenseAccountsDetectedAsLinkedOverlayNotification,priority:j.FQ.SETUP_CTA_HIGH,areaSlug:j.bI.OVERLAYS,groupID:j.He.SETUP_CTAS,viewContexts:[B.jU,B.Ax],isDismissible:!0,checkRequirements:async({select:e,resolveSelect:i})=>{await Promise.all([i(I.oR).getAuthentication(),i(_.i).getModules()]);const t=e(_.i).isModuleConnected(q.Py),o=e(_.i).isModuleConnected(V.L1),n=e(I.oR).hasAccessToShareableModule(q.Py),a=e(I.oR).hasAccessToShareableModule(V.L1);if(!(t&&o&&n&&a))return!1;await i(W.K9).getSettings();if(!e(W.K9).getAdSenseLinked())return!1;await i(H.wl).getSettings();const s=e(H.wl).getAccountID(),{startDate:r,endDate:l}=e(I.oR).getDateRangeDates({offsetDays:W.f2}),c={startDate:r,endDate:l,dimensions:["pagePath","adSourceName"],metrics:[{name:"totalAdRevenue"}],dimensionFilters:{adSourceName:`Google AdSense account (${s})`},orderby:[{metric:{metricName:"totalAdRevenue"},desc:!0}],limit:1,reportID:"notifications_analytics-adsense-linked-overlay_reportArgs"},g=await i(W.K9).getReport(c);return!1===(0,F.H5)(g)}},[ni]:{Component:LinkAnalyticsAndAdSenseAccountsOverlayNotification,priority:j.FQ.SETUP_CTA_LOW,areaSlug:j.bI.OVERLAYS,groupID:j.He.SETUP_CTAS,viewContexts:[B.jU],isDismissible:!0,checkRequirements:async({select:e,resolveSelect:i})=>{await Promise.all([i(_.i).getModules()]);const t=e(_.i).isModuleConnected(q.Py),o=e(_.i).isModuleConnected(V.L1);if(!t||!o)return!1;await i(W.K9).getSettings();return!1===e(W.K9).getAdSenseLinked()}},[ji]:{Component:SetUpEmailReportingOverlayNotification,priority:j.FQ.SETUP_CTA_LOW,areaSlug:j.bI.OVERLAYS,groupID:j.He.SETUP_CTAS,featureFlag:"proactiveUserEngagement",viewContexts:[B.jU,B.Ax],isDismissible:!0,checkRequirements:async({select:e,resolveSelect:i})=>{const t=await i(I.oR).getEmailReportingSettings();return void 0!==t&&!t?.subscribed&&!e(I.oR).isEmailReportingSubscribed()}}};n().registerStore(a.D,U);const Di=function(e){const{dispatch:i}=e;return{registerNotification(e,t){i(a.D).registerNotification(e,t)}}}(n());!function(e){for(const i in yi)e.registerNotification(i,yi[i])}(Di),void 0===t.g.googlesitekit&&(t.g.googlesitekit={}),t.g.googlesitekit.notifications=Di},82046:(e,i,t)=>{t.d(i,{C:()=>a,p:()=>n});var o=t(15210);function n(e,i={}){return{__html:o.O.sanitize(e,i)}}function a(e){const i="object"==typeof e?e.toString():e;return i?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,i,t)=>{t.d(i,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var o,n=t(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var i=1;i<arguments.length;i++){var t=arguments[i];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},a.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),o||(o=n.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,i,t)=>{t.d(i,{A:()=>IconWrapper});var o=t(62688),n=t.n(o),a=t(62540);function IconWrapper({children:e,marginLeft:i,marginRight:t}){return(0,a.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:i,marginRight:t},children:e})}IconWrapper.propTypes={children:n().node.isRequired,marginLeft:n().number,marginRight:n().number}},88327:(e,i,t)=>{t.d(i,{$t:()=>r,Oh:()=>g,S9:()=>I,XH:()=>s,ZC:()=>n,ZY:()=>l,gL:()=>o,mZ:()=>c,vZ:()=>a});const o="modules/tagmanager",n="account_create",a="container_create",s="web",r="amp",l="tagmanagerSetup",c="https://www.googleapis.com/auth/tagmanager.readonly",I="https://www.googleapis.com/auth/tagmanager.edit.containers",g="SETUP_WITH_ANALYTICS"},89318:(e,i,t)=>{t.d(i,{M9:()=>E,sx:()=>A,BI:()=>h});var o=t(17243);const n="_googlesitekitDataLayer",a="data-googlesitekit-gtag";function s(e){return function(){e[n]=e[n]||[],e[n].push(arguments)}}var r=t(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:I,trackingEnabled:g,trackingID:M,referenceSiteURL:u,userIDHash:d,isAuthenticated:N,userRoles:j}=t.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:y}=t.g,D={activeModules:c,trackingEnabled:g,trackingID:M,referenceSiteURL:u,userIDHash:d,isSiteKitScreen:I,userRoles:j,isAuthenticated:N,pluginVersion:y},{enableTracking:m,disableTracking:p,isTrackingEnabled:z,initializeSnippet:T,trackEvent:A,trackEventOnce:h}=function(e,i=t.g,c=t.g){const I={...l,...e};I.referenceSiteURL&&(I.referenceSiteURL=I.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(e,i){const o=s(i);let l;const{activeModules:c,referenceSiteURL:I,userIDHash:g,userRoles:M=[],isAuthenticated:u,pluginVersion:d}=e;return function(){const{document:i}=t.g;if(void 0===l&&(l=!!i.querySelector(`script[${a}]`)),l)return!1;l=!0;const s=M?.length?M.join(","):"";o("js",new Date),o("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:I,plugin_version:d||"",enabled_features:Array.from(r.t).join(","),active_modules:c.join(","),authenticated:u?"1":"0",user_properties:{user_roles:s,user_identifier:g}});const N=i.createElement("script");return N.setAttribute(a,""),N.async=!0,N.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`,i.head.appendChild(N),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`}}}(I,i),M=function(e,i,t,o){const n=s(i);return async function(i,a,s,r){const{trackingEnabled:l}=e;if(!l)return null;t();const c={send_to:"site_kit",event_category:i,event_label:s,value:r};return new Promise(e=>{const t=setTimeout(function(){o.console.warn(`Tracking event "${a}" (category "${i}") took too long to fire.`),e()},1e3);function s(){clearTimeout(t),e()}n("event",a,{...c,event_callback:s}),o._gaUserPrefs?.ioo?.()&&s()})}}(I,i,g,c),u={};return{enableTracking:function(){I.trackingEnabled=!0},disableTracking:function(){I.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!I.trackingEnabled},trackEvent:M,trackEventOnce:function(...e){const i=JSON.stringify(e);u[i]||(u[i]=(0,o.once)(M)),u[i](...e)}}}(D);function E(e){e?m():p()}I&&g&&T()},90007:(e,i,t)=>{t.d(i,{Q:()=>D,A:()=>BannerNotification});var o=t(4452),n=t.n(o),a=t(62688),s=t.n(a),r=t(50539),l=t(71423),c=t(7070),I=t(7184),g=t(30823),M=t(3782),u=t(29584),d=t(55527);const N="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",j="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var y=t(62540);const D={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:i=D.INFO,learnMoreLink:t,dismissButton:o,ctaButton:a,gaTrackingEventArgs:s,...g}){const M=(0,c.A)(e,s?.category),{dismissNotification:u}=(0,r.useDispatch)(l.D);let m=g?.svg;return m||i===D.INFO||(m={desktop:void 0,mobile:void 0,verticalPosition:"center"},i===D.WARNING&&(m.desktop=N),i===D.ERROR&&(m.desktop=j)),(0,y.jsx)("div",{className:n()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${i}`),children:(0,y.jsx)(d.xA,{className:"googlesitekit-page-content",children:(0,y.jsx)(d.fI,{children:(0,y.jsx)(d.fh,{size:12,children:(0,y.jsx)(I.A,{learnMoreLink:t&&{...t,onClick:async function(e){M.clickLearnMore(s?.label,s?.value),await(t?.onClick?.(e))}},dismissButton:o&&{...o,onClick:async function(i){await(o?.onClick?.(i)),M.dismiss(s?.label,s?.value),u(e,{...o?.dismissOptions})}},ctaButton:a&&{...a,onClick:async function(i){M.confirm(s?.label,s?.value),await(a?.onClick?.(i)),a?.dismissOnClick&&u(e,{...a?.dismissOptions})}},svg:m,...g})})})})})}BannerNotification.propTypes={notificationID:s().string.isRequired,type:s().oneOf(Object.values(D)),titleIcon:s().node,title:s().string,description:s().oneOfType([s().string,s().node]),learnMoreLink:s().shape(g.A.propTypes),dismissButton:s().shape(u.A.propTypes),ctaButton:s().shape(M.A.propTypes),gaTrackingEventArgs:s().shape({category:s().string,label:s().string,value:s().number})}},93896:(e,i,t)=>{t.d(i,{O4:()=>o,OQ:()=>a,qc:()=>n});const o="core/site",n="primary",a="secondary"},94552:(e,i,t)=>{t.d(i,{A:()=>l});var o=t(62688),n=t.n(o),a=t(4452),s=t.n(a),r=t(62540);function ChangeArrow({direction:e,invertColor:i,width:t,height:o}){return(0,r.jsx)("svg",{className:s()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":i}),width:t,height:o,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:n().string,invertColor:n().bool,width:n().number,height:n().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},97398:(e,i,t)=>{t.d(i,{Y:()=>o});const o="search-console"},98652:(e,i,t)=>{t.d(i,{A:()=>u});var o=t(62688),n=t.n(o),a=t(4452),s=t.n(a),r=t(63696),l=t(82871),c=t(49383),I=t(2362),g=t(20898),M=t(62540);function NewBadge({tooltipTitle:e,learnMoreLink:i,forceOpen:t,hasLeftSpacing:o,hasNoSpacing:n,onLearnMoreClick:a=()=>{}}){const u=(0,M.jsx)(I.A,{className:s()("googlesitekit-new-badge",{"googlesitekit-new-badge--has-no-spacing":n}),label:(0,l.__)("New","google-site-kit"),hasLeftSpacing:o});return e?(0,M.jsx)(c.Tooltip,{tooltipClassName:"googlesitekit-new-badge__tooltip",title:(0,M.jsxs)(r.Fragment,{children:[e,(0,M.jsx)("br",{}),(0,M.jsx)(g.A,{href:i,onClick:a,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Learn more","google-site-kit")})]}),placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,open:t,interactive:!0,children:u}):u}NewBadge.propTypes={tooltipTitle:n().string,learnMoreLink:n().string,forceOpen:n().bool,onLearnMoreClick:n().func,hasLeftSpacing:n().bool,hasNoSpacing:n().bool};const u=NewBadge},99872:(e,i,t)=>{t.d(i,{Ii:()=>I,sq:()=>c.s,ph:()=>n,Hb:()=>a,H5:()=>r,Aj:()=>l.A,JN:()=>g});var o=t(82871);function n(e,i={}){const{keyColumnIndex:t=0,maxSlices:n,withOthers:a=!1,tooltipCallback:s}=i,{rows:r=[]}=e||{},l="function"==typeof s,c=["Source","Percent"];l&&c.push({type:"string",role:"tooltip",p:{html:!0}});const I=[c],g=r.filter(({dimensionValues:e})=>"date_range_0"===e[1].value),M=g.reduce((e,i)=>e+parseInt(i.metricValues[0].value,10),0),u=r.filter(({dimensionValues:e})=>"date_range_1"===e[1].value),d=u.reduce((e,i)=>e+parseInt(i.metricValues[0].value,10),0);let N=a,j=g.length,y=M,D=d;n>0?(N=a&&g.length>n,j=Math.min(g.length,N?n-1:n)):(N=!1,j=g.length);for(let e=0;e<j;e++){const i=g[e],o=i.metricValues[t].value,n=u.find(({dimensionValues:e})=>e[0].value===i.dimensionValues[0].value);y-=o,D-=n?n.metricValues[t].value:0;const a=M>0?o/M:0,c=[i.dimensionValues[0].value,a];if(l){const e=r.find(({dimensionValues:e})=>"date_range_1"===e[1].value&&e[0].value===i.dimensionValues[0].value);c.push(s(i,e,c))}I.push(c)}if(N&&y>0){const e=[(0,o.__)("Others","google-site-kit"),y/M];l&&e.push(s({metricValues:[{value:y}]},{metricValues:[{value:D}]},e)),I.push(e)}return I}function a(e){if(void 0===e)return;const i=(e?.rows||[]).filter(({dimensionValues:e})=>"date_range_0"===e[1].value);return 1===i?.length||i?.[0]?.metricValues?.[0]?.value===e?.totals?.[0]?.metricValues?.[0]?.value}var s=t(17243);function r(e){if(void 0!==e)return!(e?.rows&&e?.totals&&!e?.totals?.every(s.isEmpty))||!e.totals.some(e=>!!e.metricValues&&e.metricValues.some(({value:e})=>e>0))}var l=t(68326),c=(t(71564),t(74944));function I(e){return e.replace(/&/gi,"&")}function g(e){return I(e).split("; ")}},99897:(e,i,t)=>{t.d(i,{A_:()=>I,DF:()=>M,L1:()=>u,M0:()=>s,Mc:()=>r,Ok:()=>c,U9:()=>l,iW:()=>a,ue:()=>n,wq:()=>o,xR:()=>g});const o=1,n=2,a=3,s="enhanced-measurement-activation-banner-tooltip-state",r="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",I="_r..dataFilters",g="_r..nav",M="key-metrics-connect-ga4-cta-widget",u="analytics-4"}},e=>{e.O(0,[660],()=>{return i=80865,e(e.s=i);var i});e.O()}]); assets/js/googlesitekit-polyfills-8b59b9627a8949df6deb.js 0000755 00000000445 15111634507 0016646 0 ustar 00 (globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[986],{28481:(s,e,t)=>{t.p=`${t.g._googlesitekitBaseData.assetsURL}js/`,async function(){void 0===t.g.IntersectionObserver&&await t.e(315).then(t.t.bind(t,91315,23))}()}},s=>{var e;e=28481,s(s.s=e)}]); assets/js/googlesitekit-settings-d1c3d5b87d5d2f793f91.js 0000755 00001512703 15111634507 0016460 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[290,937],{133:(e,t,i)=>{i.d(t,{B:()=>s});i(72455);function s(e){return 400===e?.code&&e?.message?.includes("is not a valid dimension")}},674:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 22 22"},e),s||(s=o.createElement("path",{fillRule:"evenodd",d:"m12.149 7.96-5.166 5.166a.34.34 0 0 0-.094.176l-.35 1.755a.344.344 0 0 0 .404.404l1.755-.35a.34.34 0 0 0 .175-.095l5.166-5.165zm2.301-1.814a1.03 1.03 0 0 0-1.458 0L6.497 12.64a1.03 1.03 0 0 0-.282.527l-.35 1.755a1.03 1.03 0 0 0 1.213 1.213l1.754-.35c.2-.04.383-.139.527-.283l6.495-6.494a1.03 1.03 0 0 0 0-1.459z",clipRule:"evenodd"})),n||(n=o.createElement("path",{d:"m12.149 7.96.117-.116a.165.165 0 0 0-.234 0zm-5.166 5.166-.116-.116zm-.094.176.162.033zm-.35 1.755.161.032zm.404.404.032.162zm1.755-.35.032.161zm.175-.095.117.117zm5.166-5.165.116.116a.165.165 0 0 0 0-.233zm-1.047-3.705.116.116zm1.458 0-.116.116zM6.497 12.64l.117.117zm-.282.527-.162-.032zm-.35 1.755.161.032zm1.213 1.213-.033-.162zm1.754-.35.033.161zm.527-.283.117.117zm6.495-6.494-.117-.117zm0-1.459.117-.116zm-3.822.295L6.867 13.01l.233.233 5.166-5.165zM6.867 13.01a.5.5 0 0 0-.14.26l.324.065a.2.2 0 0 1 .05-.092zm-.14.26-.35 1.754.323.065.351-1.755zm-.35 1.754a.51.51 0 0 0 .598.599l-.064-.324a.18.18 0 0 1-.21-.21zm.598.599 1.755-.35-.065-.325-1.754.351zm1.755-.35a.5.5 0 0 0 .26-.14l-.233-.233a.2.2 0 0 1-.092.048zm.26-.14 5.165-5.166-.233-.233L8.757 14.9zm3.042-7.055 1.89 1.89.233-.234-1.89-1.89zm1.076-1.816a.866.866 0 0 1 1.226 0l.233-.233a1.196 1.196 0 0 0-1.692 0zm-6.494 6.495 6.494-6.495-.233-.233-6.494 6.495zm-.237.443a.87.87 0 0 1 .237-.443l-.233-.233c-.167.167-.281.38-.328.61zm-.35 1.754.35-1.754-.324-.065-.35 1.755zm1.018 1.02a.866.866 0 0 1-1.019-1.02l-.323-.065a1.196 1.196 0 0 0 1.407 1.408zm1.755-.351-1.755.35.065.324 1.755-.35zm.443-.237a.87.87 0 0 1-.443.237l.065.323c.231-.046.444-.16.611-.327zm6.494-6.495-6.494 6.495.233.233 6.495-6.494zm0-1.225a.866.866 0 0 1 0 1.225l.234.234a1.196 1.196 0 0 0 0-1.692zm-1.403-1.404 1.403 1.404.234-.233-1.404-1.404z"})))},718:(e,t,i)=>{i.d(t,{gy:()=>SelectionPanelFooter,W4:()=>SelectionPanelHeader,y3:()=>SelectionPanelItem,DW:()=>SelectionPanelItems,Ay:()=>S});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(4544),l=i.n(a),c=i(21795),g=i(78174),d=i(63696),u=i(19266),p=i(14007),m=i(62540);function SideSheet({className:e,children:t,isOpen:i,isLoading:s,onOpen:o=()=>{},closeSheet:r=()=>{},focusTrapOptions:a={}}){const h=(0,d.useRef)();return(0,d.useEffect)(()=>{i?(o(),document.body.classList.add("googlesitekit-side-sheet-scroll-lock")):document.body.classList.remove("googlesitekit-side-sheet-scroll-lock")},[i,o]),(0,c.A)(h,r),(0,g.A)(e=>i&&u._f===e.keyCode,r),(0,m.jsxs)(p.A,{children:[(0,m.jsx)(l(),{active:!!i&&!s,focusTrapOptions:{fallbackFocus:"body",...a},children:(0,m.jsx)("section",{ref:h,className:n()("googlesitekit-side-sheet",e,{"googlesitekit-side-sheet--open":i}),role:"dialog","aria-modal":"true","aria-hidden":!i,tabIndex:"0",children:t})}),i&&(0,m.jsx)("span",{className:"googlesitekit-side-sheet-overlay"})]})}function SelectionPanel({children:e,isOpen:t,isLoading:i,onOpen:s,closePanel:o,className:r}){const a=r?.split(/\s+/).map(e=>`.${e}`).join(""),l=a?`${a} .googlesitekit-selection-panel-item .googlesitekit-selection-box input`:".googlesitekit-selection-panel-item .googlesitekit-selection-box input";return(0,m.jsx)(SideSheet,{className:n()("googlesitekit-selection-panel",r),isOpen:t,isLoading:i,onOpen:s,closeSheet:o,focusTrapOptions:{initialFocus:l},children:e})}SideSheet.propTypes={className:r().string,children:r().node,isOpen:r().bool,isLoading:r().bool,onOpen:r().func,closeSheet:r().func,focusTrapOptions:r().object},SelectionPanel.propTypes={children:r().node,isOpen:r().bool,isLoading:r().bool,onOpen:r().func,closePanel:r().func,className:r().string};var h=i(20898),f=i(72545),_=i(15167);function SelectionPanelHeader({children:e,title:t,onCloseClick:i}){return(0,m.jsxs)("header",{className:"googlesitekit-selection-panel-header",children:[(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-header__row",children:[(0,m.jsx)(_.A,{as:"h3",size:"small",type:"headline",children:t}),(0,m.jsx)(h.A,{className:"googlesitekit-selection-panel-header__close",onClick:i,linkButton:!0,children:(0,m.jsx)(f.A,{width:"15",height:"15"})})]}),e]})}SelectionPanelHeader.propTypes={children:r().node,title:r().string,onCloseClick:r().func};var y=i(82871),k=i(49383);function SelectionBox({badge:e,checked:t,children:i,disabled:s,id:o,onChange:r,title:a,value:l}){return(0,m.jsx)("div",{className:n()("googlesitekit-selection-box",{"googlesitekit-selection-box--disabled":s}),children:(0,m.jsx)(k.Checkbox,{checked:t,description:i,disabled:s,id:o,name:o,onChange:r,value:l,badge:e,children:a})})}SelectionBox.propTypes={badge:r().node,checked:r().bool,children:r().node,disabled:r().bool,id:r().string,onChange:r().func,title:r().string,value:r().string};var v=i(2362);function SelectionPanelItem({children:e,id:t,slug:i,title:s,description:n,isItemSelected:o,isItemDisabled:r,onCheckboxChange:a,subtitle:l,suffix:c,badge:g,isNewlyDetected:d}){return(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-item",children:[(0,m.jsxs)(SelectionBox,{badge:g,checked:o,disabled:r,id:t,onChange:a,title:s,value:i,children:[l&&(0,m.jsx)("span",{className:"googlesitekit-selection-panel-item__subtitle",children:l}),n,e]}),d&&(0,m.jsx)(v.A,{label:(0,y.__)("New","google-site-kit")}),c&&(0,m.jsx)("span",{className:"googlesitekit-selection-panel-item__suffix",children:c})]})}function SelectionPanelItems({currentSelectionTitle:e=(0,y.__)("Current selection","google-site-kit"),availableItemsTitle:t=(0,y.__)("Additional items","google-site-kit"),savedItemSlugs:i=[],availableSavedItems:s={},availableUnsavedItems:n={},ItemComponent:o,notice:r}){function a(e){return Object.keys(e).map(t=>(0,m.jsx)(o,{slug:t,savedItemSlugs:i,...e[t]},t))}const l=Object.keys(n).length;return(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-items",children:[0!==i.length&&(0,m.jsxs)(d.Fragment,{children:[(0,m.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:e}),(0,m.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(s)}),l>0&&(0,m.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:t})]}),l>0&&(0,m.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(n)}),r]})}SelectionPanelItem.propTypes={children:r().node,id:r().string,slug:r().string,title:r().string,description:r().string,isItemSelected:r().bool,isItemDisabled:r().bool,onCheckboxChange:r().func,subtitle:r().string,suffix:r().node,badge:r().node,isNewlyDetected:r().bool},SelectionPanelItems.propTypes={currentSelectionTitle:r().string,availableItemsTitle:r().string,savedItemSlugs:r().array,availableSavedItems:r().object,availableUnsavedItems:r().object,ItemComponent:r().elementType,notice:r().node};var x=i(17243),A=i(13606),j=i(50539),I=i(12850),M=i(72455),b=i(23224),N=i(80035);function SelectionPanelFooter({savedItemSlugs:e=[],selectedItemSlugs:t=[],saveSettings:i=()=>{},itemLimitError:s,minSelectedItemCount:n=0,maxSelectedItemCount:o=0,isBusy:r,onSaveSuccess:a=()=>{},onCancel:l=()=>{},isOpen:c,closePanel:g=()=>{}}){const[u,p]=(0,d.useState)(null),[h,f]=(0,d.useState)(!1),_=(0,j.useSelect)(e=>e(M.K9).isFetchingSyncAvailableAudiences()),v=(0,d.useMemo)(()=>!(0,x.isEqual)((0,I.N9)(t),(0,I.N9)(e)),[e,t]),S=e?.length>0&&v?(0,y.__)("Apply changes","google-site-kit"):(0,y.__)("Save selection","google-site-kit"),E=(0,d.useCallback)(async()=>{const{error:e}=await i(t);e||(a(),g(),p(S),f(!0))},[i,t,a,g,S]),w=(0,d.useCallback)(()=>{g(),l()},[g,l]),[C,T]=(0,d.useState)(null);(0,d.useEffect)(()=>{null!==C&&C!==c&&c&&(p(null),f(!1)),T(c)},[c,C]);const D=t?.length||0,R=_?(0,m.jsx)(b.A,{width:"89px",height:"20px"}):(0,m.jsx)("p",{className:"googlesitekit-selection-panel-footer__item-count",children:(0,A.A)((0,y.sprintf)(/* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ /* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ (0,y.__)("%1$d selected <MaxCount>(up to %2$d)</MaxCount>","google-site-kit"),D,o),{MaxCount:(0,m.jsx)("span",{className:"googlesitekit-selection-panel-footer__item-count--max-count"})})});return(0,m.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-footer__content",children:[v&&s?(0,m.jsx)(N.A,{type:N.A.TYPES.ERROR,description:s}):R,(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-footer__actions",children:[(0,m.jsx)(k.Button,{onClick:w,disabled:r,tertiary:!0,children:(0,y.__)("Cancel","google-site-kit")}),(0,m.jsx)(k.SpinnerButton,{onClick:E,isSaving:r,disabled:D<n||D>o||r||!c&&h,children:u||S})]})]})})}SelectionPanelFooter.propTypes={savedItemSlugs:r().array,selectedItemSlugs:r().array,saveSettings:r().func,itemLimitError:r().string,minSelectedItemCount:r().number,maxSelectedItemCount:r().number,isBusy:r().bool,onSaveSuccess:r().func,onCancel:r().func,isOpen:r().bool,closePanel:r().func};const S=SelectionPanel},1102:(e,t,i)=>{i.d(t,{w:()=>a});var s=i(35470),n=i(63696),o=i(2422);function r(){}function a(e,t){const i=(0,o.W)({sticky:!0}),a=(0,n.useRef)(),l=(0,n.useCallback)(e,t),c=(0,s.A)(i?l:r);return i&&(a.current=c),a.current}},2362:(e,t,i)=>{i.d(t,{A:()=>g});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...s},o)=>(0,l.jsx)("span",{ref:o,...s,className:n()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:r().string.isRequired,hasLeftSpacing:r().bool};const g=c},2390:(e,t,i)=>{i.d(t,{A:()=>SpinnerButton,k:()=>g});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(25874),l=i(9341),c=i(62540);const g={BEFORE:"before",AFTER:"after"};function SpinnerButton(e){const{className:t,onClick:i=()=>{},isSaving:s=!1,spinnerPosition:n=g.AFTER,...o}=e;return(0,c.jsx)(a.A,{className:r()(t,"googlesitekit-button-icon--spinner",{"googlesitekit-button-icon--spinner__running":s,"googlesitekit-button-icon--spinner__before":n===g.BEFORE,"googlesitekit-button-icon--spinner__after":n===g.AFTER}),icon:s&&n===g.BEFORE?(0,c.jsx)(l.A,{size:14}):void 0,trailingIcon:s&&n===g.AFTER?(0,c.jsx)(l.A,{size:14}):void 0,onClick:i,...o})}SpinnerButton.propTypes={className:n().string,onClick:n().func,isSaving:n().bool,spinnerPosition:n().oneOf(Object.values(g))}},2422:(e,t,i)=>{i.d(t,{W:()=>l});var s=i(79257),n=i(35470),o=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,o.useContext)(r.A),[i,l]=(0,o.useState)(!1),c=(0,n.A)(e=>e(a.n).getInViewResetCount()),g=(0,n.A)(e=>e(a.n).getValue("forceInView"));return(0,o.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,o.useEffect)(()=>{g&&l(!0)},[g]),(0,s.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2478:(e,t,i)=>{i.d(t,{A:()=>ChangeBadge});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(12850),l=i(62540);function ChangeBadge(e){const{previousValue:t,currentValue:i,isAbsolute:s}=e,n=s?i-t:(0,a.Zf)(t,i),o=n<0,c=0===n;return null===n?null:(0,l.jsx)("div",{className:r()("googlesitekit-change-badge",{"googlesitekit-change-badge--negative":o,"googlesitekit-change-badge--zero":c}),children:(0,a.Eo)(n,{style:"percent",signDisplay:"exceptZero",maximumFractionDigits:1})})}ChangeBadge.propTypes={isAbsolute:n().bool,previousValue:n().number.isRequired,currentValue:n().number.isRequired}},2522:(e,t,i)=>{i.d(t,{D:()=>o});var s=i(32091),n=i.n(s);function o(e,{dateRangeLength:t}){n()(Array.isArray(e),"report must be an array to partition."),n()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3170:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22 19"},e),s||(s=n.createElement("path",{fill:"currentColor",d:"M0 19h22L11 0zm12-3h-2v-2h2zm0-4h-2V8h2z"})))},3288:(e,t,i)=>{i.d(t,{Q:()=>s});const s="emailReportingUserSettingsSelectionPanelOpened"},3555:(e,t,i)=>{i.d(t,{A:()=>UserInputSelectOptions});var s=i(62688),n=i.n(s),o=i(63696),r=i(19266),a=i(82871),l=i(50539),c=i(49383),g=i(58116),d=i(78340),u=i(45472),p=i(55527),m=i(60460),h=i(12850),f=i(77766),_=i(62540);function UserInputSelectOptions({slug:e,descriptions:t,options:i,max:s,next:n,showInstructions:y,alignLeftOptions:k}){const v=(0,f.A)(),x=(0,l.useSelect)(t=>t(g.oR).getUserInputSetting(e)||[]),A=(0,l.useSelect)(e=>e(g.oR).isSavingUserInputSettings(x)),j=(0,l.useSelect)(e=>e(u.M).isNavigating()),{setUserInputSetting:I}=(0,l.useDispatch)(g.oR),M=(0,o.useRef)();(0,o.useEffect)(()=>{if(!M?.current)return;function e(e){e&&setTimeout(()=>{e.focus()},50)}const t=1===s?"radio":"checkbox",i=M.current.querySelector(`input[type="${t}"]:checked`);if(i)e(i);else{e(M.current.querySelector(`input[type="${t}"]`))}},[s]);const{setValues:b}=(0,l.useDispatch)(d.s),N=(0,o.useCallback)(t=>{const{target:i}=t,{value:n,checked:o}=i,r=new Set([n,...x]);o||r.delete(n);const a=e===m.aq?"content_frequency_question_answer":`site_${e}_question_answer`,l=Array.from(r).slice(0,s);(0,h.sx)(`${v}_kmw`,a,l.join()),e===m.a3&&b(m.we,{[e]:x}),I(e,l)},[s,I,e,x,v,b]),S=(0,o.useCallback)(e=>{e.keyCode===r.Fm&&x.length>0&&x.length<=s&&!x.includes("")&&n&&"function"==typeof n&&n()},[x,n,s]),E={[s>1?"onChange":"onClick"]:N},w=1===s?c.Radio:c.Checkbox,C=Object.keys(i).map(n=>{if("sell_products_or_service"===n)return!1;const o={id:`${e}-${n}`,value:n,description:t?.[n],checked:x.includes(n),onKeyDown:S,alignLeft:k,...E};return s>1?(o.disabled=x.length>=s&&!x.includes(n),o.name=`${e}-${n}`):o.name=e,(A||j)&&(o.disabled=!0),(0,_.jsx)("div",{className:"googlesitekit-user-input__select-option",children:(0,_.jsx)(w,{...o,children:i[n]})},n)});return(0,_.jsxs)(p.fh,{className:"googlesitekit-user-input__select-options-wrapper",lgStart:6,lgSize:6,mdSize:8,smSize:4,children:[y&&(0,_.jsx)("p",{className:"googlesitekit-user-input__select-instruction",children:(0,_.jsx)("span",{children:(0,a.sprintf)(/* translators: %s: number of answers allowed. */ /* translators: %s: number of answers allowed. */ (0,a._n)("Select only %d answer","Select up to %d answers",s,"google-site-kit"),s)})}),(0,_.jsx)("div",{className:"googlesitekit-user-input__select-options",ref:M,children:C})]})}UserInputSelectOptions.propTypes={slug:n().string.isRequired,descriptions:n().shape({}),options:n().shape({}).isRequired,max:n().number,next:n().func,showInstructions:n().bool,alignLeftOptions:n().bool},UserInputSelectOptions.defaultProps={max:1,showInstructions:!1,alignLeftOptions:!1}},3714:(e,t,i)=>{i.d(t,{Kk:()=>o,SZ:()=>s,Yw:()=>r,oJ:()=>a,tT:()=>n});const s="body",n=[s,"display","headline","label","title"],o="small",r="medium",a=[o,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var s=i(62688),n=i.n(s),o=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:s,onClick:n,href:a}){return e&&(n||a)?(0,r.jsx)(o.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||s,isSaving:s,onClick:n,href:a,children:e}):null}CTAButton.propTypes={label:n().string,ariaLabel:n().string,disabled:n().bool,inProgress:n().bool,onClick:n().func,href:n().string,dismissOnClick:n().bool,dismissOptions:n().shape({expiresInSeconds:n().number,skipHidingFromQueue:n().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>d});var s=i(62688),n=i.n(s),o=i(63696),r=i(81276),a=i(49383),l=i(8420),c=i(62540);let g=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const s=(0,o.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):g;e&&document.body.contains(e)&&e.focus(),t||(g=null)})},[t]),n=(0,r.A)(e);return(0,o.useEffect)(()=>(!0===n&&!1===e&&s(),()=>{s()}),[n,e,s]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(g=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:n().bool,refocusQuerySelector:n().string,...a.Dialog.propTypes};const d=RefocusableModalDialog},4884:(e,t,i)=>{i.d(t,{A:()=>d});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(49383),l=i(20898),c=i(15167),g=i(62540);function CTA({title:e,headerText:t,headerContent:i,description:s,ctaLink:n,ctaLabel:o,ctaLinkExternal:d,ctaType:u,error:p,onClick:m,"aria-label":h,children:f}){return(0,g.jsxs)("div",{className:r()("googlesitekit-cta",{"googlesitekit-cta--error":p}),children:[(t||i)&&(0,g.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,g.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),i]}),(0,g.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,g.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),s&&"string"==typeof s&&(0,g.jsx)("p",{className:"googlesitekit-cta__description",children:s}),s&&"string"!=typeof s&&(0,g.jsx)("div",{className:"googlesitekit-cta__description",children:s}),o&&"button"===u&&(0,g.jsx)(a.Button,{"aria-label":h,href:n,onClick:m,children:o}),o&&"link"===u&&(0,g.jsx)(l.A,{href:n,onClick:m,"aria-label":h,external:d,hideExternalIndicator:d,arrow:!0,children:o}),f]})]})}CTA.propTypes={title:n().string.isRequired,headerText:n().string,description:n().oneOfType([n().string,n().node]),ctaLink:n().string,ctaLinkExternal:n().bool,ctaLabel:n().string,ctaType:n().string,"aria-label":n().string,error:n().bool,onClick:n().func,children:n().node,headerContent:n().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const d=CTA},6464:(e,t,i)=>{i.d(t,{i:()=>r});var s=i(63696),n=i(11106),o=i(65214);function r(e){const t=(0,s.useContext)(n.A);return(0,o.G)(e,t)}},6732:(e,t,i)=>{i.d(t,{A:()=>s});const s=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var s=i(63696),n=i(77766),o=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,n.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,s.useCallback)((...e)=>(0,o.sx)(g,i,...e),[g,i]),confirm:(0,s.useCallback)((...e)=>(0,o.sx)(g,r,...e),[g,r]),dismiss:(0,s.useCallback)((...e)=>(0,o.sx)(g,a,...e),[g,a]),clickLearnMore:(0,s.useCallback)((...e)=>(0,o.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>n,n:()=>s});const s="core/ui",n="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>f});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:n()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:n()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var g=i(12850),d=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:s,children:o}){return(0,c.jsxs)("div",{className:n()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(d.A,{...i}),s&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:s}),o]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:n()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(d.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var u=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:n()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var m=i(80035);const h=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:s,additionalDescription:o,errorText:r,helpText:a,learnMoreLink:g,dismissButton:d,ctaButton:h,svg:f,footer:_},y)=>{const k=(0,l.dv)(),v=k===l.mp||k===l.Lg;let x=null;v&&f?.mobile?x=f.mobile:!v&&f?.desktop&&(x=f.desktop);const A=f?.verticalPosition?f.verticalPosition:"center";return(0,c.jsxs)("div",{ref:y,className:n()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:s,learnMoreLink:g,additionalDescription:o}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(m.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[h&&(0,c.jsx)(u.A,{...h}),d?.onClick&&(0,c.jsx)(p.A,{...d})]})]}),x&&(0,c.jsx)("div",{className:n()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${A}`]:A}),style:{backgroundImage:`url(${x})`}}),_&&(0,c.jsx)(Footer,{children:_})]})});h.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(d.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(u.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const f=h},8143:(e,t,i)=>{i.d(t,{VZ:()=>o,dc:()=>r,pH:()=>n,r0:()=>a});var s=i(84024);function n(e){try{return new URL(e).pathname}catch{}return null}function o(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,s.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),n=e.replace(i.origin,"");if(n.length<t)return n;const o=n.length-Math.floor(t)+1;return"…"+n.substr(o)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(52684),l=i(13606),c=i(82871),g=i(49383),d=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:s=null,onClose:n=null,title:o=null,provides:p,handleConfirm:m,subtitle:h,confirmButton:f=null,dependentModules:_,danger:y=!1,inProgress:k=!1,small:v=!1,medium:x=!1,buttonLink:A=null}){const j=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,I=!(!p||!p.length);return(0,u.jsxs)(g.Dialog,{open:t,onOpen:s,onClose:n,"aria-describedby":I?j:void 0,tabIndex:"-1",className:r()(e,{"googlesitekit-dialog-sm":v,"googlesitekit-dialog-md":x}),children:[(0,u.jsxs)(g.DialogTitle,{children:[y&&(0,u.jsx)(d.A,{width:28,height:28}),o]}),h?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:h}):[],(0,u.jsxs)(g.DialogContent,{children:[I&&(0,u.jsx)("section",{id:j,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),_&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),_),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(g.DialogFooter,{children:[(0,u.jsx)(g.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:k,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),A?(0,u.jsx)(g.Button,{href:A,onClick:m,target:"_blank",danger:y,children:f}):(0,u.jsx)(g.SpinnerButton,{onClick:m,danger:y,disabled:k,isSaving:k,children:f||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:n().string,dialogActive:n().bool,handleDialog:n().func,handleConfirm:n().func.isRequired,onOpen:n().func,onClose:n().func,title:n().string,confirmButton:n().string,danger:n().bool,small:n().bool,medium:n().bool,buttonLink:n().string};const p=ModalDialog},9341:(e,t,i)=>{i.d(t,{A:()=>CircularProgress});var s=i(75762),n=i(62540);function CircularProgress(e){return(0,n.jsx)(s.A,{...e})}},9652:(e,t,i)=>{i.d(t,{A:()=>RecoverableModules});var s=i(62688),n=i.n(s),o=i(82871),r=i(50539),a=i(37226),l=i(4884),c=i(62540);function RecoverableModules({moduleSlugs:e}){const t=(0,r.useSelect)(t=>{const i=t(a.i).getModules();if(void 0!==i)return e.map(e=>i[e].name)});if(void 0===t)return null;const i=1===t.length?(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s data was previously shared by an admin who no longer has access. Please contact another admin to restore it.","google-site-kit"),t[0]):(0,o.sprintf)(/* translators: %s: List of module names */ /* translators: %s: List of module names */ (0,o.__)("The data for the following modules was previously shared by an admin who no longer has access: %s. Please contact another admin to restore it.","google-site-kit"),t.join((0,o._x)(", ","Recoverable modules","google-site-kit")));return(0,c.jsx)(l.A,{title:(0,o.__)("Data Unavailable","google-site-kit"),description:i})}RecoverableModules.propTypes={moduleSlugs:n().arrayOf(n().string).isRequired}},10072:(e,t,i)=>{i.d(t,{A:()=>ModuleIcon});var s=i(62688),n=i.n(s),o=i(50539),r=i(37226),a=i(62540);function ModuleIcon({slug:e,size:t,...i}){const s=(0,o.useSelect)(t=>t(r.i).getModuleIcon(e));return s?(0,a.jsx)(s,{width:t,height:t,...i}):null}ModuleIcon.propTypes={slug:n().string.isRequired,size:n().number},ModuleIcon.defaultProps={size:33}},10804:(e,t,i)=>{i.d(t,{A:()=>AdBlockerWarning});var s,n=i(62688),o=i.n(n),r=i(50539),a=i(93896),l=i(37226),c=i(82871),g=i(13606),d=i(20898),u=i(63696);function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},p.apply(null,arguments)}const m=e=>u.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 14"},e),s||(s=u.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M4.5 1.5H3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V9M7 1.5h5v5M5 8.5 11.5 2"})));var h=i(80035),f=i(62540);function AdBlockerWarningMessage({getHelpLink:e="",warningMessage:t=null}){return t?(0,f.jsx)(h.A,{className:"googlesitekit-notice--small",type:h.A.TYPES.WARNING,description:(0,g.A)((0,c.sprintf)(/* translators: 1: The warning message. 2: "Get help" text. */ /* translators: 1: The warning message. 2: "Get help" text. */ (0,c.__)("%1$s. <Link><Strong>%2$s</Strong></Link>","google-site-kit"),t,(0,c.__)("Get help","google-site-kit")),{Link:(0,f.jsx)(d.A,{href:e,trailingIcon:(0,f.jsx)(m,{width:15,height:15}),external:!0,hideExternalIndicator:!0}),Strong:(0,f.jsx)("strong",{})}),hideIcon:!0}):null}function AdBlockerWarning({moduleSlug:e,className:t}){const i=(0,r.useSelect)(t=>t(l.i).getModuleStoreName(e)),s=(0,r.useSelect)(e=>e(i)?.getAdBlockerWarningMessage()),n=(0,r.useSelect)(t=>t(a.O4).getDocumentationLinkURL(`${e}-ad-blocker-detected`));return(0,f.jsx)(AdBlockerWarningMessage,{className:t,getHelpLink:n,warningMessage:s})}AdBlockerWarningMessage.propTypes={getHelpLink:o().string,warningMessage:o().string},AdBlockerWarning.propTypes={className:o().string,moduleSlug:o().string.isRequired}},10953:(e,t,i)=>{i.d(t,{A:()=>InfoTooltip});var s,n=i(4452),o=i.n(n),r=i(62688),a=i.n(r),l=i(49383),c=i(63696);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const d=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),s||(s=c.createElement("path",{fill:"currentColor",d:"M7.334 11.333h1.333v-4H7.334zM8.001 6a.658.658 0 0 0 .667-.667.6.6 0 0 0-.2-.467.6.6 0 0 0-.467-.2.66.66 0 0 0-.667.667q0 .284.183.483A.7.7 0 0 0 8.001 6m0 8.666a6.6 6.6 0 0 1-2.6-.516 6.9 6.9 0 0 1-2.117-1.434A6.9 6.9 0 0 1 1.851 10.6 6.6 6.6 0 0 1 1.334 8q0-1.385.517-2.6a6.9 6.9 0 0 1 1.433-2.117q.9-.9 2.117-1.417A6.4 6.4 0 0 1 8 1.333q1.383 0 2.6.533a6.6 6.6 0 0 1 2.116 1.417q.9.9 1.417 2.117.533 1.215.533 2.6 0 1.383-.533 2.6a6.6 6.6 0 0 1-1.417 2.116 6.9 6.9 0 0 1-2.116 1.434 6.6 6.6 0 0 1-2.6.516m0-1.333q2.233 0 3.783-1.55T13.334 8t-1.55-3.784-3.783-1.55-3.784 1.55T2.667 8t1.55 3.783 3.784 1.55"})));var u=i(62540);function InfoTooltip({onOpen:e,title:t,tooltipClassName:i}){return t?(0,u.jsx)(l.Tooltip,{className:"googlesitekit-info-tooltip",tooltipClassName:o()("googlesitekit-info-tooltip__content",i),title:t,placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,onOpen:e,interactive:!0,children:(0,u.jsx)("span",{children:(0,u.jsx)(d,{width:"16",height:"16"})})}):null}InfoTooltip.propTypes={onOpen:a().func,title:a().oneOfType([a().string,a().element]),tooltipClassName:a().string}},11106:(e,t,i)=>{i.d(t,{A:()=>o});var s=i(63696),n=i(65214);const o=(0,s.createContext)(n.t)},11345:(e,t,i)=>{i.d(t,{A:()=>ReportError});var s=i(62688),n=i.n(s),o=i(17243),r=i(63696),a=i(82871),l=i(50539),c=i(37226),g=i(67150),d=i(65311),u=i(15210),p=i(4884),m=i(35902),h=i(35323),f=i(77967),_=i(62540);function ReportError({moduleSlug:e,error:t}){const i=(0,h.A)(),s=(0,l.useSelect)(t=>t(c.i).getModule(e)),n=Array.isArray(t)?t:[t];let y;function k(e){return(0,g.SG)(e)?i?(y=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Access lost to %s","google-site-kit"),s?.name),(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("The administrator sharing this module with you has lost access to the %s service, so you won’t be able to see stats from it on the Site Kit dashboard. You can contact them or another administrator to restore access.","google-site-kit"),s?.name)):(y=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Insufficient permissions in %s","google-site-kit"),s?.name),(0,d.c)(e.message,s)):(0,g.e4)(e)}const v=(0,o.uniqWith)(n.map(e=>({...e,message:k(e),reconnectURL:e.data?.reconnectURL})),(e,t)=>e.message===t.message&&e.reconnectURL===t.reconnectURL),x=n.some(e=>(0,g.SG)(e));x||1!==v.length?!x&&v.length>1&&(y=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Data errors in %s","google-site-kit"),s?.name)):y=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Data error in %s","google-site-kit"),s?.name);const A=(0,_.jsx)(r.Fragment,{children:v.map(e=>{const t=e?.data?.reconnectURL;return t?(0,_.jsx)(f.A,{error:e,message:e.message},e.message):(0,_.jsx)("p",{children:u.O.sanitize(e.message,{ALLOWED_TAGS:[]})},e.message)})});return(0,_.jsx)(p.A,{title:y,description:A,error:!0,children:(0,_.jsx)(m.A,{moduleSlug:e,error:t})})}ReportError.propTypes={moduleSlug:n().string.isRequired,error:n().oneOfType([n().arrayOf(n().object),n().object]).isRequired}},12108:(e,t,i)=>{i.d(t,{YJ:()=>o,Eq:()=>r});var s=i(32947),n=i(17243);function o(e,t){const s=document.querySelector(e);if(!s)return 0;const n=s.getBoundingClientRect().top,o=r(t);return n+i.g.scrollY-o}function r(e){let t=function(e){let t=0;const o=document.querySelector(".googlesitekit-header");t=o&&"sticky"===i.g.getComputedStyle(o).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===s.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==s.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,n.isFinite)(e)?e:0}(t),t<0?0:t}(e);const o=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(o).reduce((e,t)=>e+t.offsetHeight,0),t}},12701:(e,t,i)=>{i.d(t,{A:()=>Root});var s=i(62688),n=i.n(s),o=i(44010),r=i(77105),a=i(63696),l=i(50539),c=i.n(l),g=i(82871),d=i(54312),u=i(61991),p=i(90007),m=i(12850),h=i(62540);class ErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,m.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,h.jsx)(p.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,g.__)("Site Kit encountered an error","google-site-kit"),description:(0,h.jsxs)(a.Fragment,{children:[(0,h.jsx)(d.A,{message:t.message,componentStack:i.componentStack}),(0,h.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,i.componentStack]})]})}):e}}ErrorHandler.contextType=u.Ay,ErrorHandler.propTypes={children:n().node.isRequired};const f=ErrorHandler;var _=i(11106);const{Consumer:y,Provider:k}=_.A,v=k;var x=i(65214),A=i(4445),j=i(78340),I=i(45472),M=i(58116),b=i(64067),N=i(14007);const S=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(M.oR).getPermissionScopeError()),s=(0,l.useSelect)(e=>e(M.oR).getUnsatisfiedScopes()),n=(0,l.useSelect)(e=>e(M.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||i.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:o}=(0,l.useDispatch)(M.oR),{navigateTo:r}=(0,l.useDispatch)(I.M),{setValues:c}=(0,l.useDispatch)(j.s),d=(0,a.useCallback)(()=>{o()},[o]),u=(0,a.useCallback)(async()=>{c(M.$8,{permissionsError:t}),await(0,b.mR)(e),r(n)},[e,n,r,t,c]);return(0,a.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await u()}()},[u,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||s&&t?.data?.scopes.every(e=>s.includes(e))?null:(0,h.jsx)(N.A,{children:(0,h.jsx)(A.A,{title:(0,g.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,g.__)("Proceed","google-site-kit"),handleConfirm:u,handleCancel:d,onClose:d,dialogActive:!0,medium:!0})}):(i.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const E=function PermissionsModal(){return(0,l.useSelect)(e=>e(M.oR).isAuthenticated())?(0,h.jsx)(S,{}):null};const w=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[i,s]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{i||(async()=>{await(0,b.P9)(t),s(!0)})()},[t,i]),i?e:null};var C=i(15844),T=i(77766),D=i(39771);function FeatureTours(){const e=(0,T.A)(),{triggerTourForView:t}=(0,l.useDispatch)(M.oR);(0,C.A)(()=>{t(e)});const s=(0,l.useSelect)(e=>e(M.oR).getCurrentTour());return(0,a.useEffect)(()=>{if(!s)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[s]),s?(0,h.jsx)(D.Ay,{tourID:s.slug,steps:s.steps,gaEventCategory:s.gaEventCategory,callback:s.callback}):null}var R=i(68869),z=i(22821);function Root({children:e,registry:t,viewContext:i=null}){const s=o.D,[n]=(0,a.useState)({key:"Root",value:!0});return(0,h.jsx)(a.StrictMode,{children:(0,h.jsx)(R.Ay,{value:n,children:(0,h.jsx)(l.RegistryProvider,{value:t,children:(0,h.jsx)(v,{value:x.t,children:(0,h.jsx)(u.Kq,{value:i,children:(0,h.jsx)(r.A,{theme:s(),children:(0,h.jsxs)(f,{children:[(0,h.jsxs)(w,{children:[e,i&&(0,h.jsx)(FeatureTours,{})]}),(0,z.A)(i)&&(0,h.jsx)(E,{})]})})})})})})})}Root.propTypes={children:n().node,registry:n().object,viewContext:n().string.isRequired},Root.defaultProps={registry:c()}},12755:(e,t,i)=>{i.d(t,{A:()=>qe});var s,n,o=i(62688),r=i.n(o),a=i(4452),l=i.n(a),c=i(41814),g=i(82871),d=i(63696),u=i(50539),p=i(99455),m=i(21795),h=i(31589),f=i(19266),_=i(49383),y=i(8420),k=i(12850),v=i(21134),x=i(14007),A=i(58116),j=i(62540);function Details(){const e=(0,u.useSelect)(e=>e(A.oR).getPicture()),t=(0,u.useSelect)(e=>e(A.oR).getFullName()),i=(0,u.useSelect)(e=>e(A.oR).getEmail());return(0,j.jsxs)("div",{className:"googlesitekit-user-menu__details","aria-label":(0,g.__)("Google account","google-site-kit"),children:[!!e&&(0,j.jsx)("img",{className:"googlesitekit-user-menu__details-avatar",src:e,alt:""}),(0,j.jsxs)("div",{className:"googlesitekit-user-menu__details-info",children:[(0,j.jsx)("p",{className:"googlesitekit-user-menu__details-info__name",children:t}),(0,j.jsx)("p",{className:"googlesitekit-user-menu__details-info__email","aria-label":(0,g.__)("Email","google-site-kit"),children:i})]})]})}function Item({icon:e,label:t}){return(0,j.jsxs)("div",{className:"googlesitekit-user-menu__item",children:[(0,j.jsx)("div",{className:"googlesitekit-user-menu__item-icon",children:e}),(0,j.jsx)("span",{className:"googlesitekit-user-menu__item-label",children:t})]})}function I(){return I=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},I.apply(null,arguments)}Item.propTypes={icon:r().node,label:r().string};const M=e=>d.createElement("svg",I({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.7,d:"m11.775 5.701.58-.58a4.547 4.547 0 0 1 6.43 0v0a4.547 4.547 0 0 1 0 6.43l-.598.599m-12.504-.357-.562.562a4.547 4.547 0 0 0 0 6.43v0a4.547 4.547 0 0 0 6.43 0l.58-.58"})),n||(n=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"m8.543 15.363 1.118-1.118m5.684-5.684L14.226 9.68M5.107 5.134l13.664 13.664"})));var b,N,S,E,w;function C(){return C=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},C.apply(null,arguments)}const T=e=>d.createElement("svg",C({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),b||(b=d.createElement("rect",{width:18,height:13,x:3,y:4,stroke:"#6C726E",strokeWidth:1.5,rx:2})),N||(N=d.createElement("path",{fill:"#6C726E",d:"M9 17h6v3H9z"})),S||(S=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M10 9h7M10 12h7"})),E||(E=d.createElement("circle",{cx:7,cy:9,r:1,fill:"#6C726E"})),w||(w=d.createElement("circle",{cx:7,cy:12,r:1,fill:"#6C726E"})));var D,R,z;function L(){return L=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},L.apply(null,arguments)}const O=e=>d.createElement("svg",L({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),D||(D=d.createElement("rect",{width:18,height:12,x:3,y:6,stroke:"#6C726E",strokeWidth:1.5,rx:2})),R||(R=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3.566 7.5 7.086 7.086a2 2 0 0 0 2.829 0l7.019-7.02"})),z||(z=d.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M20.246 17.5 15.5 12.754M4 17.5l4.746-4.746"})));var P=i(93896),B=i(7081),U=i(45472),G=i(72455),V=i(3288),W=i(99235),F=i(77766),H=i(27333),Y=i(6464);function UserMenu(){const e=(0,Y.i)("proactiveUserEngagement"),t=(0,u.useSelect)(e=>e(P.O4).getProxyPermissionsURL()),i=(0,u.useSelect)(e=>e(A.oR).getEmail()),s=(0,u.useSelect)(e=>e(A.oR).getPicture()),n=(0,u.useSelect)(e=>e(A.oR).getFullName()),o=(0,u.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-splash",{googlesitekit_context:"revoked"})),r=(0,H.A)(G.CV,"isAutoCreatingCustomDimensionsForAudience"),[a,l]=(0,d.useState)(!1),[c,p]=(0,d.useState)(!1),I=(0,d.useRef)(),b=(0,d.useRef)(),N=(0,F.A)(),{navigateTo:S}=(0,u.useDispatch)(U.M);(0,m.A)(I,()=>p(!1)),(0,W.l)([f._f,f.wn],I,()=>{p(!1),b.current?.focus()});const E=(0,d.useCallback)(()=>{l(!1),p(!1)},[l,p]),w=(0,d.useCallback)(e=>{f._f===e.keyCode&&E()},[E]);(0,h.A)("keyup",w);const C=(0,d.useCallback)(()=>{c||(0,k.sx)(`${N}_headerbar`,"open_usermenu"),p(!c)},[c,N]),D=(0,d.useCallback)(()=>{l(!a),p(!1)},[a]),{setValue:R}=(0,u.useDispatch)(B.n),z=(0,d.useCallback)(async(e,i)=>{const{detail:{item:s}}=i;switch(s?.id){case"manage-sites":t&&(await(0,k.sx)(`${N}_headerbar_usermenu`,"manage_sites"),S(t));break;case"disconnect":D();break;case"manage-email-reports":R(V.Q,!0);break;default:C()}},[t,C,D,S,R,N]),L=(0,d.useCallback)(async()=>{l(!1),await(0,v.IL)(),await(0,k.sx)(`${N}_headerbar_usermenu`,"disconnect_user"),S(o)},[o,S,N]);if(!i)return null;let Z;return n&&i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name 2: User's email address. */ /* translators: Account info text. 1: User's (full) name 2: User's email address. */ (0,g.__)("Google Account for %1$s (Email: %2$s)","google-site-kit"),n,i)),n&&!i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name. */ /* translators: Account info text. 1: User's (full) name. */ (0,g.__)("Google Account for %1$s","google-site-kit"),n)),!n&&i&&(Z=(0,g.sprintf)(/* translators: Account info text. 1: User's email address. */ /* translators: Account info text. 1: User's email address. */ (0,g.__)("Google Account (Email: %1$s)","google-site-kit"),i)),(0,j.jsxs)(d.Fragment,{children:[(0,j.jsxs)("div",{ref:I,className:"googlesitekit-user-selector googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,j.jsx)(_.Button,{disabled:r,ref:b,className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--tablet googlesitekit-border-radius-round--phone googlesitekit-border-radius-round googlesitekit-button-icon",onClick:C,icon:!!s&&(0,j.jsx)("i",{className:"mdc-button__icon mdc-button__account","aria-hidden":"true",children:(0,j.jsx)("img",{className:"mdc-button__icon--image",src:s,alt:(0,g.__)("User Avatar","google-site-kit")})}),"aria-haspopup":"menu","aria-expanded":c,"aria-controls":"user-menu","aria-label":r?void 0:(0,g.__)("Account","google-site-kit"),tooltipEnterDelayInMS:500,customizedTooltip:r?null:(0,j.jsxs)("span",{"aria-label":Z,children:[(0,j.jsx)("strong",{children:(0,g.__)("Google Account","google-site-kit")}),(0,j.jsx)("br",{}),(0,j.jsx)("br",{}),n,n&&(0,j.jsx)("br",{}),i]}),text:!0,tooltip:!0}),(0,j.jsxs)(_.Menu,{className:"googlesitekit-user-menu",menuOpen:c,onSelected:z,id:"user-menu",children:[(0,j.jsx)("li",{children:(0,j.jsx)(Details,{})}),e&&(0,j.jsx)("li",{id:"manage-email-reports",className:"mdc-list-item",role:"menuitem",children:(0,j.jsx)(Item,{icon:(0,j.jsx)(O,{width:"24"}),label:(0,g.__)("Manage email reports","google-site-kit")})}),!!t&&(0,j.jsx)("li",{id:"manage-sites",className:"mdc-list-item",role:"menuitem",children:(0,j.jsx)(Item,{icon:(0,j.jsx)(T,{width:"24"}),label:(0,g.__)("Manage Sites","google-site-kit")})}),(0,j.jsx)("li",{id:"disconnect",className:"mdc-list-item",role:"menuitem",children:(0,j.jsx)(Item,{icon:(0,j.jsx)(M,{width:"24"}),label:(0,g.__)("Disconnect","google-site-kit")})})]})]}),(0,j.jsx)(x.A,{children:(0,j.jsx)(y.A,{dialogActive:a,handleConfirm:L,handleCancel:E,onClose:E,title:(0,g.__)("Disconnect","google-site-kit"),subtitle:(0,g.__)("Disconnecting Site Kit by Google will remove your access to all services. After disconnecting, you will need to re-authorize to restore service.","google-site-kit"),confirmButton:(0,g.__)("Disconnect","google-site-kit"),danger:!0,small:!0})})]})}var Z=i(55527),Q=i(35323),q=i(29898),K=i(15844),$=i(39525),X=i(30521),J=i(24558),ee=i(73874),te=i(12108),ie=i(32947);var se=i(44949),ne=i(86134);const oe={[ee.Oo]:{[J.SH]:se.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,[J.OT]:se.CONTEXT_MAIN_DASHBOARD_TRAFFIC,[J.en]:se.CONTEXT_MAIN_DASHBOARD_CONTENT,[J.Ej]:se.CONTEXT_MAIN_DASHBOARD_SPEED,[J.Gw]:se.CONTEXT_MAIN_DASHBOARD_MONETIZATION},[ee.oE]:{[J.OT]:se.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,[J.en]:se.CONTEXT_ENTITY_DASHBOARD_CONTENT,[J.Ej]:se.CONTEXT_ENTITY_DASHBOARD_SPEED,[J.Gw]:se.CONTEXT_ENTITY_DASHBOARD_MONETIZATION}};var re;function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ae.apply(null,arguments)}const le=e=>d.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),re||(re=d.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18 16V2c0-1.1-1-2-2.222-2H2.222C1 0 0 .9 0 2v14c0 1.1 1 2 2.222 2h13.556C17 18 18 17.1 18 16M9 7h5V5H9zm7-5H2v14h14zM4 4h4v4H4zm10 7H9v2h5zM4 10h4v4H4z",clipRule:"evenodd"})));var ce,ge,de,ue;function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},pe.apply(null,arguments)}const me=e=>d.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 12"},e),ce||(ce=d.createElement("rect",{width:5,height:5,x:.5,fill:"currentColor",rx:1})),ge||(ge=d.createElement("rect",{width:5,height:5,x:7.5,fill:"currentColor",rx:1})),de||(de=d.createElement("rect",{width:5,height:5,x:.5,y:7,fill:"currentColor",rx:1})),ue||(ue=d.createElement("rect",{width:5,height:5,x:7.5,y:7,fill:"currentColor",rx:1})));var he;function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},fe.apply(null,arguments)}const _e=e=>d.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 12"},e),he||(he=d.createElement("path",{fill:"currentColor",d:"M16.1 0v2h2.967l-5.946 5.17-4.6-4L0 10.59 1.622 12l6.9-6 4.6 4L20.7 3.42V6H23V0z"})));var ye,ke;function ve(){return ve=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ve.apply(null,arguments)}const xe=e=>d.createElement("svg",ve({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},e),ye||(ye=d.createElement("path",{fill:"currentColor",d:"m18.378 4.543-1.232 1.854a8.02 8.02 0 0 1-.22 7.598H3.043A8.02 8.02 0 0 1 4.154 4.49 8.01 8.01 0 0 1 13.57 2.82l1.853-1.233A10.01 10.01 0 0 0 3.117 2.758a10.026 10.026 0 0 0-1.797 12.24A2 2 0 0 0 3.043 16h13.873a2 2 0 0 0 1.742-1.002 10.03 10.03 0 0 0-.27-10.465z"})),ke||(ke=d.createElement("path",{fill:"currentColor",d:"M8.572 11.399a2.003 2.003 0 0 0 2.835 0l5.669-8.51-8.504 5.673a2.005 2.005 0 0 0 0 2.837"})));var Ae;function je(){return je=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},je.apply(null,arguments)}const Ie=e=>d.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 16"},e),Ae||(Ae=d.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 0h3.971v16H7zM0 8h4v8H0zm18-3h-4v11h4z",clipRule:"evenodd"})));function Navigation(){const e=(0,ee.Ay)(),t=(0,d.useRef)(),s=(0,F.A)(),n=function(){const e=(0,ee.Ay)(),t=(0,Q.A)();return(0,u.useSelect)(i=>{const s=t?i(A.oR).getViewableModules():null,n=i(A.oR).isKeyMetricsWidgetHidden(),o={modules:s||void 0};return Object.keys(oe[e]).reduce((t,s)=>(s===J.SH&&n||i(ne.aO).isWidgetContextActive(oe[e][s],o)&&t.push(s),t),[])})}(),{calculateScrollPosition:o,defaultChipID:r,findClosestSection:a,isValidChipID:c,scrollToChip:p,updateURLHash:m}=function({visibleSections:e}){const t=(0,ie.dv)(),s=(0,Q.A)(),n=(0,d.useCallback)(()=>e.includes(J.SH)?J.SH:s?e[0]||"":J.OT,[s,e])(),o=(0,d.useCallback)(t=>e.includes(t),[e]),r=(0,d.useCallback)(e=>{i.g.history.replaceState({},"",`#${e}`)},[]),a=(0,d.useCallback)(e=>e!==n?(0,te.YJ)(`#${e}`,t):0,[t,n]),l=(0,d.useCallback)(e=>{i.g.scrollTo({top:a(e,t,n),behavior:"smooth"})},[t,a,n]),c=(0,d.useCallback)(t=>{var i;const s=document.querySelector(".googlesitekit-entity-header")?.getBoundingClientRect?.()?.bottom,{bottom:o}=null!==(i=t?.current?.getBoundingClientRect?.())&&void 0!==i?i:{};let r,a=n;for(const t of e){const e=document.getElementById(t);if(!e)continue;const i=e.getBoundingClientRect().top-20-(s||o||0);i<0&&(void 0===r||r<i)&&(r=i,a=t)}return a},[n,e]);return{calculateScrollPosition:a,defaultChipID:n,findClosestSection:c,isValidChipID:o,scrollToChip:l,updateURLHash:r}}({visibleSections:n}),f=i.g.location.hash?.substring(1),[_,y]=(0,d.useState)(f||void 0),[v,x]=(0,d.useState)(!1),[I,M]=(0,d.useState)(f),{setValue:b}=(0,u.useDispatch)(B.n),N=(0,d.useCallback)(({target:e})=>{const t=e.closest(".mdc-chip"),i=t?.dataset?.contextId;m(i),y(i),p(i),(0,k.sx)(`${s}_navigation`,"tab_select",i),setTimeout(()=>{b(B.F,i)},50)},[p,b,m,s]),S=(0,d.useCallback)(()=>{if(!t?.current)return;const{top:e}=t?.current?.getBoundingClientRect();if(0===i.g.scrollY)x(!1);else{const t=document.querySelector(".googlesitekit-header")?.getBoundingClientRect?.()?.bottom;x(e===t)}},[]),E=(0,d.useCallback)(e=>{function n(e){b(B.F,void 0),M(e),y(void 0)}const o=a(t);if(_)_===o&&n(o);else{const{hash:t}=i.g.location;o!==t?.substring(1)&&(e&&(0,k.sx)(`${s}_navigation`,"tab_scroll",o),m(o),n(o))}},[a,_,b,m,s]);(0,K.A)(()=>{if(!f)return M(r),void setTimeout(()=>m(r));const e=c(f)?f:r;M(e),b(B.F,e),setTimeout(()=>{const t=o(e);i.g.scrollY!==t?p(e):b(B.F,void 0)},50)});const w=(0,d.useCallback)(e=>{S(),E(e)},[E,S]),C=(0,X.A)(w,150);(0,h.A)("scroll",C);const T={[J.SH]:{label:(0,g.__)("Key metrics","google-site-kit"),icon:(0,j.jsx)(me,{width:"18",height:"16"})},[J.OT]:{label:(0,g.__)("Traffic","google-site-kit"),icon:(0,j.jsx)(Ie,{width:"18",height:"16"})},[J.en]:{label:(0,g.__)("Content","google-site-kit"),icon:(0,j.jsx)(le,{width:"18",height:"18"})},[J.Ej]:{label:(0,g.__)("Speed","google-site-kit"),icon:(0,j.jsx)(xe,{width:"20",height:"16"})},[J.Gw]:{label:(0,g.__)("Monetization","google-site-kit"),icon:(0,j.jsx)(_e,{width:"18",height:"16"})}};return(0,j.jsx)("nav",{className:l()("mdc-chip-set","googlesitekit-navigation",`googlesitekit-navigation--${e}`,{"googlesitekit-navigation--is-sticky":v}),ref:t,children:n.map(e=>(0,j.jsx)($.Chip,{id:e,label:T[e].label,leadingIcon:T[e].icon,onClick:N,selected:I===e,"data-context-id":e},e))})}function DashboardNavigation(){const e=(0,Q.A)(),t=(0,u.useSelect)(t=>e?t(A.oR).getViewableModules():null),i=(0,u.useSelect)(e=>e(A.oR).getKeyMetrics());return(0,j.jsx)(q.A,{loading:void 0===t||void 0===i,width:"100%",smallHeight:"59px",height:"71px",children:(0,j.jsx)(Navigation,{})})}var Me,be;function Ne(){return Ne=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Ne.apply(null,arguments)}const Se=e=>d.createElement("svg",Ne({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Me||(Me=d.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),be||(be=d.createElement("path",{fill:"currentColor",d:"M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"})));var Ee=i(20898),we=i(59323),Ce=i(8143);const Te=function EntityHeader(){const e=(0,F.A)(),t=(0,ee.Ay)(),s=(0,u.useSelect)(e=>e(P.O4).getCurrentEntityTitle()),n=(0,u.useSelect)(e=>e(P.O4).getCurrentEntityURL()),o=(0,d.useRef)(),[r,a]=(0,d.useState)(n),l=(0,d.useCallback)(()=>{if(!o.current)return;const e=o.current.clientWidth-40,t=i.g.getComputedStyle(o.current.lastChild,null).getPropertyValue("font-size"),s=2*e/parseFloat(t);a((0,Ce.r0)(n,s))},[n]),c=(0,X.A)(l,150);(0,h.A)("resize",c);const{navigateTo:p}=(0,u.useDispatch)(U.M),m=(0,u.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-dashboard")),f=(0,d.useCallback)(()=>{(0,k.sx)(`${e}_navigation`,"return_to_dashboard"),p(m)},[m,p,e]);return ee.oE!==t||null===n||null===s?null:(0,j.jsxs)("div",{className:"googlesitekit-entity-header",children:[(0,j.jsx)("div",{className:"googlesitekit-entity-header__back",children:(0,j.jsx)(_.Button,{icon:(0,j.jsx)(Se,{width:24,height:24}),"aria-label":(0,g.__)("Back to dashboard","google-site-kit"),onClick:f,text:!0,tertiary:!0,children:(0,g.__)("Back to dashboard","google-site-kit")})}),(0,j.jsxs)("div",{ref:o,className:"googlesitekit-entity-header__details",children:[(0,j.jsx)(we.A,{children:s}),(0,j.jsx)(Ee.A,{href:n,"aria-label":n,secondary:!0,external:!0,children:r})]})]})};var De;function Re(){return Re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Re.apply(null,arguments)}const ze=e=>d.createElement("svg",Re({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 10"},e),De||(De=d.createElement("path",{fill:"currentColor",d:"M8 1.333c2.756 0 5.214 1.42 6.415 3.667-1.2 2.247-3.659 3.667-6.415 3.667S2.785 7.247 1.585 5C2.785 2.753 5.244 1.333 8 1.333M8 0C4.364 0 1.258 2.073 0 5c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5m0 3.333c1.004 0 1.818.747 1.818 1.667S9.004 6.667 8 6.667 6.182 5.92 6.182 5 6.996 3.333 8 3.333M8 2C6.196 2 4.727 3.347 4.727 5S6.197 8 8 8s3.273-1.347 3.273-3S9.803 2 8 2"})));var Le=i(13606);function Description(){const e=(0,F.A)(),t=(0,u.useSelect)(e=>e(A.oR).hasCapability(A.ej)),i=(0,u.useSelect)(e=>e(P.O4).getProxySetupURL()),s=(0,u.useSelect)(e=>e(P.O4).getDocumentationLinkURL("dashboard-sharing")),{navigateTo:n}=(0,u.useDispatch)(U.M),o=(0,d.useCallback)(async t=>{t.preventDefault(),await Promise.all([(0,v.SO)("start_user_setup",!0),(0,k.sx)(`${e}_headerbar_viewonly`,"start_user_setup",i?"proxy":"custom-oauth")]),n(i)},[i,n,e]),r=(0,d.useCallback)(()=>{(0,k.sx)(`${e}_headerbar_viewonly`,"click_learn_more_link")},[e]),a=t?(0,Le.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <strong>Sign in to connect more services and control sharing access.</strong>","google-site-kit"),{strong:(0,j.jsx)("strong",{})}):(0,Le.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <a>Learn more</a>","google-site-kit"),{a:(0,j.jsx)(Ee.A,{href:s,onClick:r,"aria-label":(0,g.__)("Learn more about dashboard sharing","google-site-kit"),external:!0})});return(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__description",children:[(0,j.jsx)(we.A,{children:a}),t&&(0,j.jsx)(_.Button,{onClick:o,children:(0,g._x)("Sign in with Google","Service name","google-site-kit")})]})}var Oe=i(37226);function Service({module:e}){const t=(0,u.useSelect)(e=>e(A.oR).hasCapability(A.ej)),{name:i,owner:s}=(0,u.useSelect)(t=>t(Oe.i).getModule(e)||{}),n=(0,u.useSelect)(t=>t(Oe.i).getModuleIcon(e));return(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__service",children:[(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__service--icon",children:(0,j.jsx)(n,{height:26})}),(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__service--name",children:i}),t&&s?.login&&(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__service--owner",children:(0,Le.A)((0,g.sprintf)(/* translators: %s: module owner Google Account email address */ /* translators: %s: module owner Google Account email address */ (0,g.__)("Shared by <strong>%s</strong>","google-site-kit"),s.login),{strong:(0,j.jsx)("strong",{title:s.login})})})]})}Service.propTypes={module:r().string.isRequired};var Pe=i(15167);function SharedServices(){const e=(0,u.useSelect)(e=>e(A.oR).getViewableModules());return void 0===e?null:(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,j.jsx)(Pe.A,{as:"h4",size:"large",type:"title",children:(0,g.__)("Shared services","google-site-kit")}),(0,j.jsx)("ul",{children:e.map(e=>(0,j.jsx)(Service,{module:e},e))})]})}var Be=i(82167);function Tracking(){const e=(0,F.A)();return(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,j.jsx)(we.A,{children:(0,Le.A)((0,g.__)("Thanks for using Site Kit!<br />Help us make it even better","google-site-kit"),{br:(0,j.jsx)("br",{})})}),(0,j.jsx)(Be.A,{trackEventCategory:`${e}_headerbar_viewonly`,alignCheckboxLeft:!0})]})}var Ue=i(74595);function ManageEmailReports(){const{setValue:e}=(0,Ue.wA)(B.n);return(0,j.jsxs)(d.Fragment,{children:[(0,j.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,j.jsx)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__email-reporting",children:(0,j.jsx)("ul",{className:"googlesitekit-view-only-menu",children:(0,j.jsx)("li",{className:"googlesitekit-view-only-menu__email-reporting-item",children:(0,j.jsx)(_.Button,{onClick:()=>e(V.Q,!0),icon:(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--icon",children:(0,j.jsx)(O,{width:"24"})}),tertiary:!0,children:(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--name",children:(0,g.__)("Manage email reports","google-site-kit")})})})})})]})}function ViewOnlyMenu(){const e=(0,Y.i)("proactiveUserEngagement"),[t,i]=(0,d.useState)(!1),s=(0,d.useRef)(),n=(0,F.A)();(0,m.A)(s,()=>i(!1)),(0,W.l)([f._f,f.wn],s,()=>i(!1));const o=(0,d.useCallback)(()=>{t||(0,k.sx)(`${n}_headerbar`,"open_viewonly"),i(!t)},[t,n]),r=(0,u.useSelect)(e=>e(A.oR).hasCapability(A.ej));return(0,j.jsxs)("div",{ref:s,className:l()("googlesitekit-view-only-menu","googlesitekit-dropdown-menu","googlesitekit-dropdown-menu__icon-menu","mdc-menu-surface--anchor",{"googlesitekit-view-only-menu--user-can-authenticate":r}),children:[(0,j.jsx)(_.Button,{className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--phone googlesitekit-button-icon",onClick:o,icon:(0,j.jsx)("span",{className:"mdc-button__icon","aria-hidden":"true",children:(0,j.jsx)(ze,{className:"mdc-button__icon--image"})}),"aria-haspopup":"menu","aria-expanded":t,"aria-controls":"view-only-menu","aria-label":(0,g.__)("View only","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,g.__)("View only","google-site-kit")}),(0,j.jsxs)(_.Menu,{menuOpen:t,onSelected:o,id:"view-only-menu",nonInteractive:!0,children:[(0,j.jsx)(Description,{}),(0,j.jsx)(SharedServices,{}),e&&(0,j.jsx)(ManageEmailReports,{}),(0,j.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,j.jsx)(Tracking,{})]})]})}var Ge=i(71423),Ve=i(53137),We=i(77513);function CoreSiteBannerNotification({id:e,...t}){const{dismissNotification:i,acceptNotification:s}=(0,u.useDispatch)(P.O4),n=(0,d.useCallback)(()=>{s(e)},[e,s]),o=(0,d.useCallback)(()=>{i(e)},[e,i]);return(0,j.jsx)(We.A,{onCTAClick:n,onDismissClick:o,...t,id:e})}CoreSiteBannerNotification.propTypes={content:r().string,ctaLabel:r().string,ctaTarget:r().string,ctaURL:r().string,dismissLabel:r().string,dismissible:r().bool,gaTrackingEventArgs:r().object,id:r().string.isRequired,learnMoreLabel:r().string,learnMoreURL:r().string,title:r().string.isRequired},CoreSiteBannerNotification.defaultProps={content:"",ctaLabel:"",ctaTarget:"",ctaURL:"",dismissLabel:(0,g.__)("OK, Got it!","google-site-kit"),dismissible:!0,learnMoreLabel:"",learnMoreURL:""};const Fe=CoreSiteBannerNotification;const He=function CoreSiteBannerNotifications(){const e=(0,F.A)(),[t,i]=(0,d.useState)(!1),[s,n]=(0,d.useState)(!1),o=(0,d.useRef)(Date.now()),r=(0,u.useSelect)(e=>e(P.O4).isUsingProxy()&&!1===e(A.oR).areSurveysOnCooldown()?e(A.oR).getCurrentSurvey():null),[a,l]=(0,d.useState)([]),{registerNotification:c}=(0,u.useDispatch)(Ge.D),g=(0,u.useSelect)(e=>e(P.O4).getNotifications());return(0,d.useEffect)(()=>{const e=setTimeout(()=>{s||i(!0)},5e3);return()=>{clearTimeout(e)}},[s]),(0,d.useEffect)(()=>{Math.floor((Date.now()-o.current)/1e3)<5&&r&&n(!0)},[o,r,n]),(0,d.useEffect)(()=>{t&&!s&&g?.forEach(t=>{if(a.includes(t.id))return;const i={category:`${e}_remote-site-notification`,label:t.id};c(t.id,{Component:({Notification:e})=>(0,j.jsx)(e,{gaTrackingEventArgs:i,children:(0,j.jsx)(Fe,{...t,gaTrackingEventArgs:i})}),priority:t.priority,areaSlug:Ve.bI.HEADER,isDismissible:t.dismissible}),l(e=>(e.push(t.id),e))})},[e,s,g,c,a,t]),null};var Ye=i(90007),Ze=i(43569);function InternalServerError(){const e=(0,u.useSelect)(e=>e(P.O4).getInternalServerError());return e?(0,j.jsx)(Ze.A,{id:"internal-server-error",children:(0,j.jsx)(Ye.A,{notificationID:"internal-server-error",type:Ye.Q.ERROR,title:e.title,description:e.description})}):null}function LegacyNotifications(){const e=(0,Q.A)(),t=(0,ee.Ay)(),i=(0,u.useSelect)(e=>e(A.oR).isAuthenticated());return(0,j.jsxs)(d.Fragment,{children:[(0,j.jsx)(InternalServerError,{}),!e&&t===ee.Oo&&i&&(0,j.jsx)(He,{})]})}var Qe=i(74995);function Header({children:e,subHeader:t,showNavigation:i}){const s=!!(0,ee.Ay)(),n=(0,Q.A)();!function(){const e=(0,F.A)(),t=(0,u.useSelect)(e=>e(P.O4).isUsingProxy()),i=(0,u.useSelect)(e=>e(P.O4).getSetupErrorMessage());(0,d.useEffect)(()=>{i||void 0===t||async function(){const i=await(0,v.Gq)("start_user_setup"),s=await(0,v.Gq)("start_site_setup");i.cacheHit&&(await(0,v.LD)("start_user_setup"),(0,k.sx)(`${e}_setup`,"complete_user_setup",t?"proxy":"custom-oauth")),s.cacheHit&&(await(0,v.LD)("start_site_setup"),(0,k.sx)(`${e}_setup`,"complete_site_setup",t?"proxy":"custom-oauth"))}()},[e,t,i])}();const o=(0,u.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-dashboard")),r=(0,u.useSelect)(e=>e(A.oR).isAuthenticated()),[a,m]=(0,c.A)({childList:!0}),h=!!m.target?.childElementCount;return(0,j.jsxs)(d.Fragment,{children:[(0,j.jsx)("header",{className:l()("googlesitekit-header",{"googlesitekit-header--has-subheader":h,"googlesitekit-header--has-navigation":i}),children:(0,j.jsx)(Z.xA,{children:(0,j.jsxs)(Z.fI,{children:[(0,j.jsx)(Z.fh,{smSize:1,mdSize:2,lgSize:4,className:"googlesitekit-header__logo",alignMiddle:!0,children:(0,j.jsx)(Ee.A,{"aria-label":(0,g.__)("Go to dashboard","google-site-kit"),className:"googlesitekit-header__logo-link",href:o,children:(0,j.jsx)(p.A,{})})}),(0,j.jsxs)(Z.fh,{smSize:3,mdSize:6,lgSize:8,className:"googlesitekit-header__children",alignMiddle:!0,children:[e,!r&&s&&n&&(0,j.jsx)(ViewOnlyMenu,{}),r&&!n&&(0,j.jsx)(UserMenu,{})]})]})})}),(0,j.jsx)("div",{className:"googlesitekit-subheader",ref:a,children:t}),i&&(0,j.jsx)(DashboardNavigation,{}),(0,j.jsx)(Te,{}),(0,j.jsx)(LegacyNotifications,{}),(0,j.jsx)(Qe.A,{areaSlug:Ve.bI.HEADER})]})}Header.displayName="Header",Header.propTypes={children:r().node,subHeader:r().element,showNavigation:r().bool},Header.defaultProps={children:null,subHeader:null};const qe=Header},12850:(e,t,i)=>{i.d(t,{tt:()=>M,Jg:()=>I,Gp:()=>A,GH:()=>x,r0:()=>j,Du:()=>b,Zf:()=>F,Cn:()=>P,G7:()=>f,vH:()=>h,N_:()=>D,zh:()=>Y,mK:()=>g.mK,Ql:()=>N,vY:()=>O,sq:()=>E,VZ:()=>B.VZ,JK:()=>g.JK,IS:()=>C,pH:()=>B.pH,kf:()=>G,O5:()=>T,Qr:()=>S,x6:()=>U,K5:()=>g.K5,S_:()=>m,dc:()=>B.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>W.D,N9:()=>V,p9:()=>o.p,XH:()=>w,Zm:()=>l,sx:()=>n.sx,BI:()=>n.BI,CZ:()=>o.C,BG:()=>H});var s=i(17243),n=i(89318),o=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let s=e[i];s&&"object"==typeof s&&!Array.isArray(s)&&(s=c(s)),t[i]=s}),t}var g=i(79829);function d(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[d,u,p];let i=e;for(const e of t)i=e(i);return i}function h(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var _=i(32091),y=i.n(_),k=i(82871);const v="Date param must construct to a valid date instance or be a valid date instance itself.",x="Invalid dateString parameter, it must be a string.",A='Invalid date range, it must be a string with the format "last-x-days".',j=60,I=60*j,M=24*I,b=7*M;function N(){function e(e){return(0,k.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,k._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function S(e=""){if(!(0,s.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,s.isDate)(t)&&!isNaN(t)}function E(e){y()((0,s.isDate)(e)&&!isNaN(e),v);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function w(e){y()(S(e),x);const[t,i,s]=e.split("-");return new Date(t,i-1,s)}function C(e,t){return E(D(e,t*M))}function T(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function D(e,t){y()(S(e)||(0,s.isDate)(e)&&!isNaN(e),x);const i=S(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var R=i(69743),z=i(94552),L=i(62540);function O(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,R.Ay)((0,L.jsx)(z.A,{direction:e>0?"up":"down",invertColor:i}))}function P(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var B=i(8143);function U(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function G(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function V(e){return Array.isArray(e)?[...e].sort():e}var W=i(2522);function F(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const s=(t-e)/e;return Number.isNaN(s)||!Number.isFinite(s)?null:s}function H(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function Y(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,s.unescape)(t)}},13465:(e,t,i)=>{i.d(t,{A:()=>ModuleSettingsWarning});var s=i(50539),n=i(37226),o=i(58116),r=i(10804),a=i(80035),l=i(62540);function ModuleSettingsWarning({slug:e}){const t=(0,s.useSelect)(t=>t(n.i)?.getCheckRequirementsError(e));return t?o.od===t.code?(0,l.jsx)(r.A,{moduleSlug:e}):(0,l.jsx)(a.A,{className:"googlesitekit-notice--small",type:a.A.TYPES.WARNING,description:t.message,hideIcon:!0}):null}},14007:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(47209),n=i(62688),o=i.n(n),r=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,r.useState)(document.createElement("div"));return(0,s.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:o().string,children:o().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15135:(e,t,i)=>{i.d(t,{Gr:()=>r,We:()=>l,Y2:()=>a});var s=i(86134),n=i(73549),o=i(9652);const r={[s.N$.QUARTER]:3,[s.N$.HALF]:6,[s.N$.FULL]:12},a="googlesitekit-hidden",l=[n.A,o.A]},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:s="span",children:n,...o}){return(0,l.jsx)(s,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...o,children:n})}Typography.propTypes={className:n().string,type:n().oneOf(a.tT),size:n().oneOf(a.oJ),as:n().oneOfType([n().string,n().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>n});var s=i(31234);const n=i.n(s)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var s=i(55620),n=i(99123);const o={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=o){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,d]=(0,s._)("undefined"==typeof document?[l,c]:a,t,i);function u(){return d(a)}return(0,n.A)(r,"resize",u),(0,n.A)(r,"orientationchange",u),g}function c(e){return l(e)[0]}},15863:(e,t,i)=>{i.d(t,{i:()=>r});var s=i(63696),n=i(50539),o=i(7081);function r(e){const{setValue:t}=(0,n.useDispatch)(o.n);return(0,s.useCallback)(()=>{t("admin-screen-tooltip",{isTooltipVisible:!0,...e})},[t,e])}},16196:(e,t,i)=>{i.d(t,{A:()=>a});var s=i(50539),n=i(37226),o=i(71769),r=i(62540);function a({moduleName:e,FallbackComponent:t,IncompleteComponent:i}){return a=>{function WhenActiveComponent(o){const l=(0,s.useSelect)(t=>t(n.i).getModule(e),[e]);if(!l)return null;const c=t||o.WidgetNull||null;if(!1===l.active)return c&&(0,r.jsx)(c,{...o});if(!1===l.connected){const e=i||c;return e&&(0,r.jsx)(e,{...o})}return(0,r.jsx)(a,{...o})}return WhenActiveComponent.displayName=`When${(0,o.Uf)(e)}Active`,(a.displayName||a.name)&&(WhenActiveComponent.displayName+=`(${a.displayName||a.name})`),WhenActiveComponent}}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:r()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:n().string,children:n().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},18418:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2 12"},e),s||(s=n.createElement("g",{fill:"currentColor",fillRule:"evenodd"},n.createElement("path",{d:"M0 0h2v7H0zM0 10h2v2H0z"}))))},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696),n=i(82286),o=i(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,r=i.g){const[a,l]=(0,s.useState)((0,n.d)(r.location.href,e)||t);return[a,function(t){l(t);const i=(0,o.F)(r.location.href,{[e]:t});r.history.replaceState(null,"",i)}]}},20678:(e,t,i)=>{i.d(t,{Ed:()=>r,GQ:()=>a,K$:()=>d,R2:()=>o,RB:()=>g,Sy:()=>l,qd:()=>c,z9:()=>n});var s=i(82871);const n={post_types:(0,s.__)("Specific content types","google-site-kit"),per_post:(0,s.__)("Specified pages","google-site-kit"),sitewide:(0,s.__)("Site wide","google-site-kit")},o="rrm-product-id-open-access-notice",r="rrm-product-id-info-notice",a="rrm-setup-notification",l="setup-success-notification-rrm",c="rrm-product-id-contributions-notification",g="rrm-product-id-subscriptions-notification",d="reader-revenue-manager"},20898:(e,t,i)=>{i.d(t,{A:()=>S});var s,n=i(4452),o=i.n(n),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),g=i(82871);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},d.apply(null,arguments)}const u=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),s||(s=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},m.apply(null,arguments)}const h=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var f;function _(){return _=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},_.apply(null,arguments)}const y=e=>c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),f||(f=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var k=i(83366),v=i(84385),x=i(62540);const A="BUTTON",j="BUTTON_DISABLED",I="EXTERNAL_LINK",M="LINK",b="ROUTER_LINK",N=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:s=!1,arrow:n=!1,back:r=!1,caps:a=!1,children:c,className:d="",danger:p=!1,disabled:m=!1,external:f=!1,hideExternalIndicator:_=!1,href:N="",inverse:S=!1,noFlex:E=!1,onClick:w,small:C=!1,standalone:T=!1,linkButton:D=!1,to:R,leadingIcon:z,trailingIcon:L,...O}=e;const P=N||R||!w?R?b:f?I:M:m?j:A;const B=P===A||P===j?"button":P===b?l.N_:"a",U=function(){let e;return P===I&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===j&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let G=z,V=L;return r&&(G=(0,x.jsx)(y,{width:14,height:14})),f&&!_&&(V=(0,x.jsx)(k.A,{width:14,height:14})),n&&!S&&(V=(0,x.jsx)(u,{width:14,height:14})),n&&S&&(V=(0,x.jsx)(h,{width:14,height:14})),(0,x.jsxs)(B,{"aria-label":U,className:o()("googlesitekit-cta-link",d,{"googlesitekit-cta-link--secondary":s,"googlesitekit-cta-link--inverse":S,"googlesitekit-cta-link--small":C,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":T,"googlesitekit-cta-link--link-button":D,"googlesitekit-cta-link--no-flex":!!E}),disabled:m,href:P!==M&&P!==I||m?void 0:N,onClick:w,rel:P===I?"noopener noreferrer":void 0,ref:t,target:P===I?"_blank":void 0,to:R,...O,children:[!!G&&(0,x.jsx)(v.A,{marginRight:5,children:G}),(0,x.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!V&&(0,x.jsx)(v.A,{marginLeft:5,children:V})]})});N.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const S=N},21134:(e,t,i)=>{i.d(t,{Gq:()=>d,IL:()=>h,LD:()=>p,SO:()=>u,a2:()=>n,xD:()=>m});var s=i(12850);const n="googlesitekit_",o=`${n}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function d(e){const t=await g();if(t){const i=t.getItem(`${o}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:s,value:n,isError:o}=e;if(t&&(!s||Math.round(Date.now()/1e3)-t<s))return{cacheHit:!0,value:n,isError:o}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:n=s.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${o}${e}`,JSON.stringify({timestamp:r,ttl:n,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(n)?e:`${o}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const s=e.key(i);0===s.indexOf(n)&&t.push(s)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function h(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},22821:(e,t,i)=>{i.d(t,{A:()=>n});var s=i(24558);function n(e){return s.kz.includes(e)}},23141:(e,t,i)=>{i.d(t,{A:()=>WidgetRecoverableModules});var s=i(62688),n=i.n(s),o=i(63696),r=i(47345),a=i(9652),l=i(62540);function WidgetRecoverableModules({widgetSlug:e,moduleSlugs:t,...i}){const s=(0,o.useMemo)(()=>({moduleSlug:[...t].sort().join(","),moduleSlugs:t}),[t]);return(0,r.A)(e,a.A,s),(0,l.jsx)(a.A,{moduleSlugs:t,...i})}WidgetRecoverableModules.propTypes={widgetSlug:n().string.isRequired,...a.A.propTypes}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:s,padding:n,smallWidth:o,smallHeight:c,tabletWidth:g,tabletHeight:d,desktopWidth:u,desktopHeight:p}){const m=(0,a.dv)(),h={width:{[a.mp]:o,[a.Lg]:g,[a.Fo]:u,[a.Qb]:u},height:{[a.mp]:c,[a.Lg]:d,[a.Fo]:p,[a.Qb]:u}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":n}),style:{width:h.width[m]||t,height:h.height[m]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===s})})})}PreviewBlock.propTypes={className:n().string,width:n().string,height:n().string,shape:n().string,padding:n().bool,smallWidth:n().string,smallHeight:n().string,tabletWidth:n().string,tabletHeight:n().string,desktopWidth:n().string,desktopHeight:n().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>o,CZ:()=>g,Ej:()=>j,Gw:()=>I,Is:()=>r,KK:()=>u,Nn:()=>b,OT:()=>x,SH:()=>v,Y$:()=>p,ZS:()=>a,bg:()=>f,en:()=>A,ep:()=>h,f7:()=>n,hi:()=>m,jU:()=>s,k$:()=>y,kz:()=>M,ly:()=>l,mo:()=>_,s3:()=>k,uR:()=>c,zx:()=>d});const s="mainDashboard",n="entityDashboard",o="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",d="adminBarViewOnly",u="settings",p="adBlockingRecovery",m="wpDashboard",h="wpDashboardViewOnly",f="moduleSetup",_="metricSelection",y="wpBlockEditor",k="keyMetricsSetup",v="key-metrics",x="traffic",A="content",j="speed",I="monetization",M=[s,n,o,r,a,c,u,f,_],b=[o,r,d,h]},24560:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 12"},e),s||(s=n.createElement("g",{fill:"currentColor",fillRule:"evenodd"},n.createElement("path",{d:"M0 6.414 1.415 5l5.292 5.292-1.414 1.415z"}),n.createElement("path",{d:"m14.146.146 1.415 1.414L5.414 11.707 4 10.292z"}))))},25623:(e,t,i)=>{i.d(t,{G:()=>d});var s=i(82871),n=i(58116),o=i(93896),r=i(72455);function a({select:e,slug:t}){return e(r.K9).hasConversionReportingEvents(this.requiredConversionEventName)||e(n.oR).isKeyMetricActive(t)}var l=i(50111);function c({select:e,isViewOnlyDashboard:t}){return!t||!(!t||!e(r.K9).getAdSenseLinked())}function g({select:e,isViewOnlyDashboard:t}){return!t||e(r.K9).hasCustomDimensions(this.requiredCustomDimensions)}const d={[n.p3]:{title:(0,s.__)("Top earning pages","google-site-kit"),description:(0,s.__)("Pages that generated the most AdSense revenue","google-site-kit"),infoTooltip:(0,s.__)("Pages that generated the most AdSense revenue","google-site-kit"),displayInSelectionPanel:c,displayInList:c,metadata:{group:l.hs.SLUG}},[n.BT]:{title:(0,s.__)("Top recent trending pages","google-site-kit"),description:(0,s.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),infoTooltip:(0,s.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_date"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:l.hs.SLUG}},[n.tB]:{title:(0,s.__)("Most popular authors by pageviews","google-site-kit"),description:(0,s.__)("Authors whose posts got the most visits","google-site-kit"),infoTooltip:(0,s.__)("Authors whose posts got the most visits","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_author"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:l.hs.SLUG}},[n.t1]:{title:(0,s.__)("Top categories by pageviews","google-site-kit"),description:(0,s.__)("Categories that your site visitors viewed the most","google-site-kit"),infoTooltip:(0,s.__)("Categories that your site visitors viewed the most","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_categories"],displayInSelectionPanel:g,displayInWidgetArea:g,displayInList:g,metadata:{group:l.hs.SLUG}},[n.ep]:{title:(0,s.__)("Most popular content by pageviews","google-site-kit"),description:(0,s.__)("Pages that brought in the most visitors","google-site-kit"),infoTooltip:(0,s.__)("Pages your visitors read the most","google-site-kit"),metadata:{group:l.hs.SLUG}},[n.pG]:{title:(0,s.__)("Most popular products by pageviews","google-site-kit"),description:(0,s.__)("Products that brought in the most visitors","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_type"],displayInSelectionPanel:({select:e})=>e(n.oR).isKeyMetricActive(n.pG)||e(o.O4).getProductPostType(),displayInWidgetArea:g,metadata:{group:l.GF.SLUG}},[n.nH]:{title:(0,s.__)("Pages per visit","google-site-kit"),description:(0,s.__)("Number of pages visitors viewed per session on average","google-site-kit"),infoTooltip:(0,s.__)("Number of pages visitors viewed per session on average","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.J5]:{title:(0,s.__)("Visit length","google-site-kit"),description:(0,s.__)("Average duration of engaged visits","google-site-kit"),infoTooltip:(0,s.__)("Average duration of engaged visits","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.Yw]:{title:(0,s.__)("Visits per visitor","google-site-kit"),description:(0,s.__)("Average number of sessions per site visitor","google-site-kit"),infoTooltip:(0,s.__)("Average number of sessions per site visitor","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.UY]:{title:(0,s.__)("Most engaging pages","google-site-kit"),description:(0,s.__)("Pages with the highest engagement rate","google-site-kit"),infoTooltip:(0,s.__)("Pages with the highest engagement rate","google-site-kit"),metadata:{group:l.hs.SLUG}},[n.gC]:{title:(0,s.__)("Least engaging pages","google-site-kit"),description:(0,s.__)("Pages with the highest percentage of visitors that left without engagement with your site","google-site-kit"),infoTooltip:(0,s.__)("Percentage of visitors that left without engagement with your site","google-site-kit"),metadata:{group:l.hs.SLUG}},[n.tK]:{title:(0,s.__)("Top pages by returning visitors","google-site-kit"),description:(0,s.__)("Pages that attracted the most returning visitors","google-site-kit"),infoTooltip:(0,s.__)("Pages that attracted the most returning visitors","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.fu]:{title:(0,s.__)("New visitors","google-site-kit"),description:(0,s.__)("How many new visitors you got and how the overall audience changed","google-site-kit"),infoTooltip:(0,s.__)("Portion of visitors who visited your site for the first time in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.dX]:{title:(0,s.__)("Returning visitors","google-site-kit"),description:(0,s.__)("Portion of people who visited your site more than once","google-site-kit"),infoTooltip:(0,s.__)("Portion of your site’s visitors that returned at least once in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[n.SS]:{title:(0,s.__)("Top traffic source","google-site-kit"),description:(0,s.__)("Channel which brought in the most visitors to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most visitors to your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.Vl]:{title:(0,s.__)("Top traffic source driving add to cart","google-site-kit"),description:(0,s.__)("Channel which brought in the most add to cart events to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most add to cart events to your site","google-site-kit"),requiredConversionEventName:[r.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[n.u_]:{title:(0,s.__)("Top traffic source driving leads","google-site-kit"),description:(0,s.__)("Channel which brought in the most leads to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most leads to your site","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}},[n.HA]:{title:(0,s.__)("Top traffic source driving purchases","google-site-kit"),description:(0,s.__)("Channel which brought in the most purchases to your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most purchases to your site","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[n.GT]:{title:(0,s.__)("Most engaged traffic source","google-site-kit"),description:(0,s.__)("Visitors coming via this channel spent the most time on your site","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in the most visitors who had a meaningful engagement with your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.qy]:{title:(0,s.__)("Top converting traffic source","google-site-kit"),description:(0,s.__)("Channel which brought in the most visits that resulted in key events","google-site-kit"),infoTooltip:(0,s.__)("Channel (e.g. social, paid, search) that brought in visitors who generated the most key events","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.GM]:{title:(0,s.__)("Top cities driving traffic","google-site-kit"),description:(0,s.__)("Which cities you get the most visitors from","google-site-kit"),infoTooltip:(0,s.__)("The cities where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.CQ]:{title:(0,s.__)("Top cities driving leads","google-site-kit"),description:(0,s.__)("Cities driving the most contact form submissions","google-site-kit"),infoTooltip:(0,s.__)("Cities driving the most contact form submissions","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}},[n.Xq]:{title:(0,s.__)("Top cities driving add to cart","google-site-kit"),description:(0,s.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),infoTooltip:(0,s.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),requiredConversionEventName:[r.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[n.JF]:{title:(0,s.__)("Top cities driving purchases","google-site-kit"),description:(0,s.__)("Cities driving the most purchases","google-site-kit"),infoTooltip:(0,s.__)("Cities driving the most purchases","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[n.YQ]:{title:(0,s.__)("Top device driving purchases","google-site-kit"),description:(0,s.__)("Top device driving the most purchases","google-site-kit"),infoTooltip:(0,s.__)("Top device driving the most purchases","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[n.dV]:{title:(0,s.__)("Top countries driving traffic","google-site-kit"),description:(0,s.__)("Which countries you get the most visitors from","google-site-kit"),infoTooltip:(0,s.__)("The countries where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.t7]:{title:(0,s.__)("Top performing keywords","google-site-kit"),description:(0,s.__)("What people searched for before they came to your site","google-site-kit"),infoTooltip:(0,s.__)("The top search queries for your site by highest clickthrough rate","google-site-kit"),metadata:{group:l.wb.SLUG}},[n.HP]:{title:(0,s.__)("Top pages driving leads","google-site-kit"),description:(0,s.__)("Pages on which forms are most frequently submitted","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}}}},25874:(e,t,i)=>{i.d(t,{A:()=>f});var s=i(62688),n=i.n(s),o=i(47485),r=i(63696),a=i(82871),l=i(55527),c=i(4452),g=i.n(c),d=i(62540);const u=(0,r.forwardRef)(({children:e,href:t,text:i,className:s,danger:n,disabled:o,target:r,"aria-label":a,inverse:l,tertiary:c,callout:u,calloutStyle:p,...m},h)=>{const f=t&&!o?"a":"button";return(0,d.jsx)(f,{className:g()("mdc-button",s,{"mdc-button--raised":!i&&!c&&!u,"mdc-button--danger":n,"mdc-button--inverse":l,"mdc-button--tertiary":c,"mdc-button--callout":u,"mdc-button--callout-primary":u||"primary"===p,"mdc-button--callout-warning":"warning"===p,"mdc-button--callout-error":"error"===p}),href:o?void 0:t,ref:h,disabled:!!o,"aria-label":a,target:r||"_self",role:"a"===f?"button":void 0,...m,children:e})});u.propTypes={children:n().node,href:n().string,text:n().bool,className:n().string,danger:n().bool,disabled:n().bool,target:n().string,"aria-label":n().string,inverse:n().bool,tertiary:n().bool,callout:n().bool,calloutStyle:n().oneOf(["primary","warning","error"])};const p=u;var m=i(59020);function MaybeTooltip({children:e,disabled:t=!1,tooltip:i=!1,tooltipTitle:s=null,hasIconOnly:n=!1,tooltipEnterDelayInMS:o=100}){return!t&&(i&&s||n&&s)?(0,d.jsx)(m.A,{title:s,enterDelay:o,children:e}):e}MaybeTooltip.propTypes={children:n().node.isRequired,disabled:n().bool,tooltip:n().bool,tooltipTitle:n().oneOfType([n().string,n().element]),hasIconOnly:n().bool,tooltipEnterDelayInMS:n().number};const h=(0,r.forwardRef)(({children:e,href:t=null,text:i=!1,className:s="",danger:n=!1,disabled:c=!1,target:g,icon:u=null,trailingIcon:m=null,"aria-label":h,title:f=null,customizedTooltip:_=null,tooltip:y=!1,inverse:k=!1,hideTooltipTitle:v=!1,tooltipEnterDelayInMS:x=100,tertiary:A=!1,callout:j=!1,calloutStyle:I=null,...M},b)=>{const N=(0,r.useCallback)(e=>{null!==e&&l.Nv.attachTo(e)},[]),S=(0,o.A)(b,N);const E=v?null:f||_||h;return(0,d.jsx)(MaybeTooltip,{disabled:c,tooltip:y,tooltipTitle:E,hasIconOnly:!!u&&void 0===e,tooltipEnterDelayInMS:x,children:(0,d.jsxs)(p,{href:t,disabled:c,className:s,danger:n,text:i,tertiary:A,inverse:k,callout:j,calloutStyle:I,ref:S,"aria-label":function(){let t=h;if("_blank"!==g)return t;const i=(0,a._x)("(opens in a new tab)","screen reader text","google-site-kit");return"string"==typeof e&&(t=t||e),t?`${t} ${i}`:i}(),target:g||"_self",...M,children:[u,e&&(0,d.jsx)("span",{className:"mdc-button__label",children:e}),m]})})});h.propTypes={onClick:n().func,children:n().node,href:n().string,text:n().bool,className:n().string,danger:n().bool,disabled:n().bool,icon:n().element,trailingIcon:n().element,title:n().string,customizedTooltip:n().element,tooltip:n().bool,inverse:n().bool,hideTooltipTitle:n().bool,callout:n().bool,calloutStyle:n().oneOf(["primary","warning","error"])};const f=h},27240:(e,t,i)=>{i.d(t,{A:()=>r});var s=i(62688),n=i.n(s),o=i(62540);function Spinner({isSaving:e,style:t={}}){return(0,o.jsx)("span",{className:"spinner",style:{display:e?"inline-block":"none",float:"none",marginTop:"0",visibility:"visible",...t}})}Spinner.propTypes={isSaving:n().bool,style:n().object};const r=Spinner},27333:(e,t,i)=>{i.d(t,{A:()=>o});var s=i(35470),n=i(78340);function o(e,t){return(0,s.A)(i=>{const{getValue:s}=i(n.s);return s(e,t)},[e,t])}},28663:(e,t,i)=>{i.d(t,{W:()=>I,A:()=>AudienceSegmentationIntroductoryOverlayNotification});var s,n,o=i(62688),r=i.n(o),a=i(82871),l=i(50539),c=i(63696);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const d=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 296 163"},e),s||(s=c.createElement("g",{clipPath:"url(#audience-segmentation-introductory-graphic-desktop_svg__a)"},c.createElement("path",{fill:"#B8E6CA",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-desktop_svg__b)"},c.createElement("rect",{width:153,height:174,x:-10,y:25,fill:"#fff",rx:11})),c.createElement("rect",{width:53.016,height:9.516,x:9.031,y:110.641,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:19.031,height:9.516,x:9.031,y:95.688,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:19.031,height:9.516,x:9.031,y:148.703,fill:"#EBEEF0",rx:4.758}),c.createElement("path",{fill:"#B8E6CA",d:"M94.672 108.602a8.836 8.836 0 0 1 8.836-8.836h13.594a8.836 8.836 0 0 1 0 17.672h-13.594a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("rect",{width:36,height:9,x:9,y:46,fill:"#EBEEF0",rx:4.5}),c.createElement("path",{fill:"#FFDED3",d:"M94.672 161.617a8.836 8.836 0 0 1 8.836-8.836h13.594a8.836 8.836 0 1 1 0 17.672h-13.594a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-desktop_svg__c)"},c.createElement("rect",{width:153,height:174,x:152,y:25,fill:"#fff",rx:11})),c.createElement("rect",{width:52.805,height:9.516,x:170.955,y:110.641,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:18.956,height:9.516,x:170.955,y:95.688,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:18.956,height:9.516,x:170.955,y:148.703,fill:"#EBEEF0",rx:4.758}),c.createElement("path",{fill:"#B8E6CA",d:"M256.256 108.602a8.836 8.836 0 0 1 8.836-8.836h13.47a8.836 8.836 0 0 1 8.835 8.836 8.836 8.836 0 0 1-8.835 8.836h-13.47a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("rect",{width:36,height:9,x:171,y:46,fill:"#EBEEF0",rx:4.5}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:2,d:"M295 73.5H152"}),c.createElement("path",{fill:"#FFDED3",d:"M256.256 161.617a8.836 8.836 0 0 1 8.836-8.836h13.47a8.836 8.836 0 0 1 8.835 8.836 8.836 8.836 0 0 1-8.835 8.836h-13.47a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:2,d:"M143 73.5H0"}))),n||(n=c.createElement("defs",null,c.createElement("filter",{id:"audience-segmentation-introductory-graphic-desktop_svg__b",width:185,height:206,x:-26,y:13,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1395_20972"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1395_20972",result:"shape"})),c.createElement("filter",{id:"audience-segmentation-introductory-graphic-desktop_svg__c",width:185,height:206,x:136,y:13,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1395_20972"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1395_20972",result:"shape"})),c.createElement("clipPath",{id:"audience-segmentation-introductory-graphic-desktop_svg__a"},c.createElement("path",{fill:"#fff",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"})))));var u,p,m,h;function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},f.apply(null,arguments)}const _=e=>c.createElement("svg",f({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 343 123"},e),c.createElement("g",{clipPath:"url(#audience-segmentation-introductory-graphic-mobile_svg__a)"},u||(u=c.createElement("path",{fill:"#B8E6CA",d:"M41.064 27.146a64 64 0 0 1 6.51-5.868C69.418 4.126 87.464 4.153 112.45 7.283c16.891 2.116 26.759 10.167 49.788 8.9s28.929-7.127 57.117-5.25c22.315 1.487 32.324 5.897 52.163 16.213 18.36 9.549 35.031 26.324 43.408 48.509 14.361 38.026-11.243 106.466-45.58 109.693-24.881 2.339-45.414-25.243-70.527-18.855-15.47 3.936-24.646 20.444-36.581 31.339-13.925 12.711-43.922 11.912-60.227 5.129-15.538-6.464-30.653-19.276-35.728-38.145-3.863-14.369-4.916-31.498-15.733-44.622-13.09-15.883-21.087-22.968-25.581-44.54-3.903-18.734 4.494-36.505 16.095-48.508"})),c.createElement("mask",{id:"audience-segmentation-introductory-graphic-mobile_svg__b",width:295,height:203,x:24,y:5,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},p||(p=c.createElement("path",{fill:"#B8E6CA",d:"M41.064 27.146a64 64 0 0 1 6.51-5.868C69.418 4.126 87.464 4.153 112.45 7.283c16.891 2.116 26.759 10.167 49.788 8.9s28.929-7.127 57.117-5.25c22.315 1.487 32.324 5.897 52.163 16.213 18.36 9.549 35.031 26.324 43.408 48.509 14.361 38.026-11.243 106.466-45.58 109.693-24.881 2.339-45.414-25.243-70.527-18.855-15.47 3.936-24.646 20.444-36.581 31.339-13.925 12.711-43.922 11.912-60.227 5.129-15.538-6.464-30.653-19.276-35.728-38.145-3.863-14.369-4.916-31.498-15.733-44.622-13.09-15.883-21.087-22.968-25.581-44.54-3.903-18.734 4.494-36.505 16.095-48.508"}))),m||(m=c.createElement("g",{mask:"url(#audience-segmentation-introductory-graphic-mobile_svg__b)"},c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-mobile_svg__c)"},c.createElement("rect",{width:100.401,height:136.493,x:71.449,y:21.433,fill:"#fff",rx:7.218})),c.createElement("rect",{width:34.79,height:6.244,x:83.941,y:77.631,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.489,height:6.244,x:83.941,y:67.819,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.489,height:6.244,x:83.941,y:99.983,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{fill:"#B8E6CA",d:"M140.133 76.293a5.8 5.8 0 0 1 5.798-5.798h8.921a5.798 5.798 0 0 1 0 11.596h-8.921a5.8 5.8 0 0 1-5.798-5.798"}),c.createElement("rect",{width:23.624,height:5.906,x:83.926,y:35.213,fill:"#EBEEF0",rx:2.953}),c.createElement("path",{fill:"#FFDED3",d:"M140.133 108.458a5.8 5.8 0 0 1 5.798-5.798h8.921a5.798 5.798 0 0 1 0 11.597h-8.921a5.8 5.8 0 0 1-5.798-5.799"}),c.createElement("rect",{width:36.574,height:6.244,x:83.043,y:109.796,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.312,d:"M171.848 53.259H72.103"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-mobile_svg__d)"},c.createElement("rect",{width:100.401,height:136.493,x:184.973,y:21.433,fill:"#fff",rx:7.218})),c.createElement("rect",{width:34.652,height:6.244,x:197.414,y:77.631,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.439,height:6.244,x:197.414,y:67.819,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.439,height:6.244,x:197.41,y:99.983,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{fill:"#B8E6CA",d:"M253.391 76.293a5.8 5.8 0 0 1 5.798-5.798h8.839a5.798 5.798 0 0 1 0 11.596h-8.839a5.8 5.8 0 0 1-5.798-5.798"}),c.createElement("rect",{width:23.624,height:5.906,x:197.449,y:35.213,fill:"#EBEEF0",rx:2.953}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.312,d:"M278.82 53.259h-93.838"}),c.createElement("path",{fill:"#FFDED3",d:"M253.391 108.458a5.8 5.8 0 0 1 5.798-5.798h8.839a5.798 5.798 0 0 1 0 11.597h-8.839a5.8 5.8 0 0 1-5.798-5.799"}),c.createElement("rect",{width:36.429,height:6.244,x:196.523,y:109.796,fill:"#EBEEF0",rx:3.122})))),h||(h=c.createElement("defs",null,c.createElement("filter",{id:"audience-segmentation-introductory-graphic-mobile_svg__c",width:132.402,height:168.493,x:55.449,y:9.433,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16651"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16651",result:"shape"})),c.createElement("filter",{id:"audience-segmentation-introductory-graphic-mobile_svg__d",width:132.402,height:168.493,x:168.973,y:9.433,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16651"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16651",result:"shape"})),c.createElement("clipPath",{id:"audience-segmentation-introductory-graphic-mobile_svg__a"},c.createElement("path",{fill:"#fff",d:"M0 0h343v128H0z"})))));var y=i(76422),k=i(12108),v=i(32947),x=i(71423),A=i(77766),j=i(62540);const I="audienceSegmentationIntroductoryOverlayNotification";function AudienceSegmentationIntroductoryOverlayNotification({id:e,Notification:t}){const s=(0,A.A)(),n=(0,v.dv)(),{dismissNotification:o}=(0,l.useDispatch)(x.D);const r={category:`${s}_audiences-secondary-user-intro`};return(0,j.jsx)(t,{gaTrackingEventArgs:r,children:(0,j.jsx)(y.A,{notificationID:e,title:(0,a.__)("New! Visitor groups","google-site-kit"),description:(0,a.__)("You can now learn more about your site visitor groups by comparing different metrics.","google-site-kit"),GraphicDesktop:d,GraphicMobile:_,ctaButton:{label:(0,a.__)("Show me","google-site-kit"),onClick:function(t){t.preventDefault(),setTimeout(()=>{i.g.scrollTo({top:(0,k.YJ)(".googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation",n),behavior:"smooth"})},0),o(e)}},dismissButton:{label:(0,a.__)("Got it","google-site-kit")},gaTrackingEventArgs:r})})}AudienceSegmentationIntroductoryOverlayNotification.propTypes={id:r().string.isRequired,Notification:r().elementType.isRequired}},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var s=i(62688),n=i.n(s),o=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,o.__)("Maybe later","google-site-kit"),onClick:i,disabled:s,tertiary:n=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:s,tertiary:n,children:t}):null}DismissButton.propTypes={className:n().string,label:n().string,onClick:n().func,disabled:n().bool,tertiary:n().bool,dismissOptions:n().shape({expiresInSeconds:n().number,skipHidingFromQueue:n().bool})}},29877:(e,t,i)=>{function s(e,t=3){return e.filter(({dimensionValues:e})=>"(not set)"!==e[0].value&&""!==e[0].value).slice(0,t)}i.d(t,{S:()=>s})},29898:(e,t,i)=>{i.d(t,{A:()=>LoadingWrapper});var s=i(62688),n=i.n(s),o=i(23224),r=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,r.jsx)(o.A,{...i}):t}LoadingWrapper.propTypes={loading:n().bool,children:n().node,...o.A.propTypes}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var s=i(62688),n=i.n(s),o=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,o.__)("Learn more","google-site-kit"),external:s=!0,onClick:n=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:n,external:s,children:i}):null}LearnMoreLink.propTypes={href:n().string.isRequired,className:n().string,label:n().string,external:n().bool,onClick:n().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>o,Lg:()=>r,Qb:()=>n,dv:()=>l,mp:()=>a});var s=i(15577);const n="xlarge",o="desktop",r="tablet",a="small";function l(){const e=(0,s.SO)();return e>1280?n:e>960?o:e>600?r:a}},33566:(e,t,i)=>{i.d(t,{A:()=>p});var s=i(99408),n=i(82871),o=i(63696),r=i(44451),a=i(50539),l=i(78340),c=i(58116),g=i(67150),d=i(72455),u=i(27333);function p({redirectURL:e,onSuccess:t,onError:p,onOAuthNavigation:m}={}){const h=(0,s.A)(),[f,_]=(0,o.useState)([]),[y,k]=(0,o.useState)([]),[v,x]=(0,o.useState)(!1),A=(0,a.useSelect)(e=>e(c.oR).hasScope(d.S9)),j=(0,u.A)(d.PW,"autoSubmit"),{setValues:I}=(0,a.useDispatch)(l.s),{setPermissionScopeError:M}=(0,a.useDispatch)(c.oR),{enableAudienceGroup:b,fetchSyncAvailableCustomDimensions:N,determineNeedForAnalytics4EditScope:S,syncAvailableAudiences:E}=(0,a.useDispatch)(d.K9);e||(e=(0,r.F)(i.g.location.href,{notification:"audience_segmentation"}));const w=(0,o.useCallback)(async()=>{const{error:e}=await E();if(e)return{error:e};const{error:t}=await N();if(t)return{error:t};if(!A){const{error:e,needsScope:t}=await S();if(e)return{error:e};if(t)return{needsScope:!0}}I(d.PW,{autoSubmit:!1});const{error:i,failedSiteKitAudienceSlugs:s}=await b(y)||{};return{error:i,failedSiteKitAudienceSlugs:s}},[b,y,N,A,S,I,E]),C=(0,o.useCallback)(async()=>{x(!0);const{error:s,needsScope:o,failedSiteKitAudienceSlugs:r}=await w();if(o)return I(d.PW,{autoSubmit:!0}),await(m?.()),void M({code:g.db,message:(0,n.__)("Additional permissions are required to create new audiences in Analytics.","google-site-kit"),data:{status:403,scopes:[d.S9],skipModal:!0,skipDefaultErrorNotifications:!0,redirectURL:e,errorRedirectURL:i.g.location.href}});if(s||r?p?.():t?.(),h()){function a(e){return e.length?[]:e}s?(_([s]),k(a)):Array.isArray(r)?(k(r),_(a)):(_(a),k(a)),x(!1)}},[w,h,I,m,M,e,p,t]);return(0,o.useEffect)(()=>{A&&j&&C()},[A,j,C]),{apiErrors:f,failedAudiences:y,isSaving:v,onEnableGroups:C}}},34002:(e,t,i)=>{i.d(t,{I:()=>s});const s="ads"},34375:(e,t,i)=>{i.d(t,{A:()=>SetupCTA});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(50539),c=i(71423),g=i(7070),d=i(7184),u=i(30823),p=i(3782),m=i(29584),h=i(55527),f=i(49383),_=i(62540);function SetupCTA({notificationID:e,title:t,description:i,errorText:s,helpText:o,learnMoreLink:r,dismissButton:u,ctaButton:p,svg:m,footer:y,gaTrackingEventArgs:k,waitingProgress:v,...x}){const A=(0,g.A)(e,k?.category),{dismissNotification:j}=(0,l.useDispatch)(c.D);return(0,_.jsxs)(a.Fragment,{children:[!!v&&(0,_.jsx)(f.ProgressBar,{className:"googlesitekit-banner__progress-bar",...v}),(0,_.jsx)("div",{className:n()("googlesitekit-widget-context",{"googlesitekit-widget-context--with-progress-bar":!!v}),children:(0,_.jsx)(h.xA,{children:(0,_.jsx)(h.fI,{children:(0,_.jsx)(h.fh,{size:12,children:(0,_.jsx)(d.A,{className:"googlesitekit-banner--setup-cta",title:t,description:i,errorText:s,helpText:o,learnMoreLink:r&&{...r,onClick:async function(e){A.clickLearnMore(k?.label,k?.value),await(r?.onClick?.(e))}},dismissButton:u&&{...u,onClick:async function(t){await(u?.onClick?.(t)),A.dismiss(k?.label,k?.value),j(e,{...u?.dismissOptions})}},ctaButton:p&&{...p,onClick:async function(t){A.confirm(k?.label,k?.value),await(p?.onClick?.(t)),p?.dismissOnClick&&j(e,{...p?.dismissOptions})}},svg:m,footer:y,...x})})})})})]})}SetupCTA.propTypes={notificationID:r().string,title:r().string,description:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(u.A.propTypes),dismissButton:r().shape(m.A.propTypes),ctaButton:r().shape(p.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node,gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number}),waitingProgress:r().shape(f.ProgressBar.propTypes)}},35001:(e,t,i)=>{i.d(t,{c1:()=>k,V8:()=>A,WP:()=>x});var s=i(50532),n=i.n(s),o=i(39828),r=i(62688),a=i.n(r),l=i(63696),c=i(47345),g=i(73549),d=i(62540);function WidgetReportZero({widgetSlug:e,moduleSlug:t,...i}){const s=(0,l.useMemo)(()=>({moduleSlug:t}),[t]);return(0,c.A)(e,g.A,s),(0,d.jsx)(g.A,{moduleSlug:t,...i})}WidgetReportZero.propTypes={widgetSlug:a().string.isRequired,...g.A.propTypes};var u=i(11345);function WidgetReportError({widgetSlug:e,...t}){return(0,d.jsx)(u.A,{...t})}WidgetReportError.propTypes={widgetSlug:a().string.isRequired,...u.A.propTypes};var p=i(84093),m=i(23141),h=i(17064),f=i(52684),_=i(50539),y=i(7081);function WPDashboardReportError({moduleSlug:e,error:t}){const i=(0,f.A)(WPDashboardReportError,"WPDashboardReportError"),{setValue:s}=(0,_.useDispatch)(y.n),n=t.message,o=(0,_.useSelect)(t=>t(y.n).getValue(`WPDashboardReportError-${e}-${n}`));return(0,h.A)(()=>{s(`WPDashboardReportError-${e}-${n}`,i)},()=>{s(`WPDashboardReportError-${e}-${n}`,void 0)}),o!==i?null:(0,d.jsx)(u.A,{moduleSlug:e,error:t})}WPDashboardReportError.propTypes={moduleSlug:a().string.isRequired,error:a().object.isRequired};const k=n()(e=>({widgetSlug:e,Widget:v(e)(o.A),WidgetRecoverableModules:v(e)(m.A),WidgetReportZero:v(e)(WidgetReportZero),WidgetReportError:v(e)(WidgetReportError),WidgetNull:v(e)(p.A)}));function v(e){return t=>{const i=(0,l.forwardRef)((i,s)=>(0,d.jsx)(t,{...i,ref:s,widgetSlug:e}));return i.displayName="WithWidgetSlug",(t.displayName||t.name)&&(i.displayName+=`(${t.displayName||t.name})`),i}}function x(e){const t=k(e);return e=>{function DecoratedComponent(i){return(0,d.jsx)(e,{...i,...t})}return DecoratedComponent.displayName="WithWidgetComponentProps",(e.displayName||e.name)&&(DecoratedComponent.displayName+=`(${e.displayName||e.name})`),DecoratedComponent}}function A(e){return t=>{function DecoratedComponent(i){return(0,d.jsx)(t,{...i,WPDashboardReportError:v(e)(WPDashboardReportError)})}return DecoratedComponent.displayName="WithWPDashboardWidgetComponentProps",(t.displayName||t.name)&&(DecoratedComponent.displayName+=`(${t.displayName||t.name})`),DecoratedComponent}}},35323:(e,t,i)=>{i.d(t,{A:()=>o});var s=i(24558),n=i(77766);function o(){const e=(0,n.A)();return s.Nn.includes(e)}},35902:(e,t,i)=>{i.d(t,{A:()=>ReportErrorActions});var s=i(62688),n=i.n(s),o=i(63696),r=i(13606),a=i(82871),l=i(50539),c=i(49383),g=i(93896),d=i(37226),u=i(67150),p=i(35323),m=i(20898),h=i(62540);function ReportErrorActions(e){const{moduleSlug:t,error:i,GetHelpLink:s,hideGetHelpLink:n,buttonVariant:f,onRetry:_,onRequestAccess:y,getHelpClassName:k,RequestAccessButton:v,RetryButton:x}=e,A=(0,p.A)(),j=(0,l.useSelect)(e=>e(d.i).getModuleStoreName(t)),I=(0,l.useSelect)(e=>"function"==typeof e(j)?.getServiceEntityAccessURL?e(j).getServiceEntityAccessURL():null),M=Array.isArray(i)?i:[i],b=(0,l.useSelect)(e=>M.map(t=>{const i=e(j)?.getSelectorDataForError(t);return{...t,selectorData:i}})),N=b?.filter(e=>(0,u.vl)(e,e.selectorData)&&"getReport"===e.selectorData.name),S=!!N.length,E=(0,l.useSelect)(e=>{const i={...S?N[0]:M[0]};return(0,u.SG)(i)&&(i.code=`${t}_insufficient_permissions`),e(g.O4).getErrorTroubleshootingLinkURL(i)}),w=(0,l.useDispatch)(),C=M.some(e=>(0,u.SG)(e)),T=(0,o.useCallback)(()=>{N.forEach(e=>{const{selectorData:t}=e;w(t.storeName).invalidateResolution(t.name,t.args)}),_?.()},[w,N,_]),D=I&&C&&!A;return(0,h.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[D&&("function"==typeof v?(0,h.jsx)(v,{requestAccessURL:I}):(0,h.jsx)(c.Button,{onClick:y,href:I,target:"_blank",danger:"danger"===f,tertiary:"tertiary"===f,children:(0,a.__)("Request access","google-site-kit")})),S&&(0,h.jsxs)(o.Fragment,{children:["function"==typeof x?(0,h.jsx)(x,{handleRetry:T}):(0,h.jsx)(c.Button,{onClick:T,danger:"danger"===f,tertiary:"tertiary"===f,children:(0,a.__)("Retry","google-site-kit")}),!n&&(0,h.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,r.A)((0,a.__)("Retry didn’t work? <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(m.A,{href:E,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})})]}),!S&&!n&&(0,h.jsx)("div",{className:k,children:"function"==typeof s?(0,h.jsx)(s,{linkURL:E}):(0,h.jsx)(m.A,{href:E,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})]})}ReportErrorActions.propTypes={moduleSlug:n().string.isRequired,error:n().oneOfType([n().arrayOf(n().object),n().object]).isRequired,GetHelpLink:n().elementType,hideGetHelpLink:n().bool,buttonVariant:n().string,onRetry:n().func,onRequestAccess:n().func,getHelpClassName:n().string,RequestAccessButton:n().elementType,RetryButton:n().elementType}},37226:(e,t,i)=>{i.d(t,{U:()=>n,i:()=>s});const s="core/modules",n="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>h,ei:()=>_});var s=i(15844),n=i(36703),o=i(62688),r=i.n(o),a=i(82871),l=i(50539),c=i(7081),g=i(58116),d=i(89318),u=i(60592),p=i(77766),m=i(62540);const h={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},f={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},_={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},y={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:o,callback:r}){const a=`${t}-step`,k=`${t}-run`,{setValue:v}=(0,l.useDispatch)(c.n),{dismissTour:x}=(0,l.useDispatch)(g.oR),A=(0,l.useRegistry)(),j=(0,p.A)(),I=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),M=(0,l.useSelect)(e=>e(c.n).getValue(k)&&!1===e(g.oR).isTourDismissed(t));(0,s.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),v(k,!0)});const b=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(n.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:s,status:r,type:a}){const l=e+1,c="function"==typeof o?o(j):o;a===n.qY.TOOLTIP&&i===n.VD.TOOLTIP?(0,d.sx)(c,y.VIEW,l):t===n.kl.CLOSE&&i===n.VD.COMPLETE?(0,d.sx)(c,y.DISMISS,l):t===n.kl.NEXT&&r===n.XQ.FINISHED&&a===n.qY.TOUR_END&&s===l&&(0,d.sx)(c,y.COMPLETE,l),i===n.VD.COMPLETE&&r!==n.XQ.FINISHED&&(t===n.kl.PREV&&(0,d.sx)(c,y.PREV,l),t===n.kl.NEXT&&(0,d.sx)(c,y.NEXT,l))}(e);const{action:s,index:l,status:c,step:g,type:u}=e,p=s===n.kl.CLOSE,m=!p&&[n.qY.STEP_AFTER,n.qY.TARGET_NOT_FOUND].includes(u),h=[n.XQ.FINISHED,n.XQ.SKIPPED].includes(c),f=p&&u===n.qY.STEP_AFTER,_=h||f;if(n.qY.STEP_BEFORE===u){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){v(a,e+(t===n.kl.PREV?-1:1))}(l,s):_&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),x(t)),r&&r(e,A)},floaterProps:_,locale:f,run:M,stepIndex:I,steps:b,styles:h,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:r().arrayOf(r().object).isRequired,tourID:r().string.isRequired,gaEventCategory:r().oneOfType([r().string,r().func]).isRequired,callback:r().func}},39828:(e,t,i)=>{i.d(t,{A:()=>g});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({children:e,className:t,widgetSlug:i,noPadding:s,Header:o,Footer:r},a)=>(0,l.jsxs)("div",{className:n()("googlesitekit-widget",`googlesitekit-widget--${i}`,{"googlesitekit-widget--no-padding":s},{"googlesitekit-widget--with-header":o},t),ref:a,children:[o&&(0,l.jsx)("div",{className:"googlesitekit-widget__header",children:(0,l.jsx)(o,{})}),(0,l.jsx)("div",{className:"googlesitekit-widget__body",children:e}),r&&(0,l.jsx)("div",{className:"googlesitekit-widget__footer",children:(0,l.jsx)(r,{})})]}));c.defaultProps={children:void 0,noPadding:!1},c.propTypes={children:r().node,widgetSlug:r().string.isRequired,noPadding:r().bool,Header:r().elementType,Footer:r().elementType};const g=c},41617:(e,t,i)=>{i.d(t,{X:()=>s});const s="consent-mode-setup-cta-widget"},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},43066:(e,t,i)=>{i.d(t,{A:()=>_});var s=i(82871),n=i(63696),o=i(13606),r=i(50787),a=i(50539),l=i(8420),c=i(21134),g=i(14007),d=i(20898),u=i(93896),p=i(45472),m=i(89318),h=i(77766),f=i(62540);const _=function ResetButton({children:e}){const t=(0,a.useSelect)(e=>e(u.O4).getAdminURL("googlesitekit-splash",{notification:"reset_success"})),i=(0,a.useSelect)(e=>e(u.O4).isDoingReset()),_=(0,a.useSelect)(e=>e(p.M).isNavigatingTo(t||"")),[y,k]=(0,n.useState)(!1),[v,x]=(0,n.useState)(!1),A=(0,r.d)(k,3e3);(0,n.useEffect)(()=>{i||_?k(!0):A(!1)},[i,_,A]);const{reset:j}=(0,a.useDispatch)(u.O4),{navigateTo:I}=(0,a.useDispatch)(p.M),M=(0,h.A)(),b=(0,n.useCallback)(async()=>{await j(),await(0,c.IL)(),await(0,m.sx)(M,"reset_plugin"),I(t)},[I,t,j,M]),N=(0,n.useCallback)(()=>{x(!0)},[]),S=(0,n.useCallback)(()=>{x(!1)},[]);return(0,f.jsxs)(n.Fragment,{children:[(0,f.jsx)(d.A,{className:"googlesitekit-reset-button",onClick:N,children:e||(0,s.__)("Reset Site Kit","google-site-kit")}),(0,f.jsx)(g.A,{children:(0,f.jsx)(l.A,{dialogActive:v,handleConfirm:b,handleCancel:S,onClose:S,title:(0,s.__)("Reset Site Kit","google-site-kit"),subtitle:(0,o.A)((0,s.__)("Resetting will disconnect all users and remove all Site Kit settings and data within WordPress. <br />You and any other users who wish to use Site Kit will need to reconnect to restore access.","google-site-kit"),{br:(0,f.jsx)("br",{})}),confirmButton:(0,s.__)("Reset","google-site-kit"),inProgress:y,danger:!0,small:!0})})]})}},43427:(e,t,i)=>{i.r(t),i.d(t,{AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:()=>g,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:()=>u,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:()=>d,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:()=>c,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:()=>r,AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:()=>s,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:()=>l,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:()=>a,AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION:()=>o,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:()=>n,default:()=>p});const s="mainDashboardKeyMetricsPrimary",n="mainDashboardTrafficPrimary",o="mainDashboardTrafficAudienceSegmentation",r="mainDashboardContentPrimary",a="mainDashboardSpeedPrimary",l="mainDashboardMonetizationPrimary",c="entityDashboardTrafficPrimary",g="entityDashboardContentPrimary",d="entityDashboardSpeedPrimary",u="entityDashboardMonetizationPrimary",p={AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:s,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:n,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:r,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:a,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:l,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:c,AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:g,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:d,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:u}},43569:(e,t,i)=>{i.d(t,{A:()=>Notification});var s=i(62688),n=i.n(s),o=i(63696),r=i(50539),a=i(7081),l=i(71423),c=i(89362);function g(e){return`notification/${e}/viewed`}function d(e){return(0,r.useSelect)(t=>!!t(a.n).getValue(g(e)),[e])}function ViewedStateObserver({id:e,observeRef:t,threshold:i}){const s=(0,c.A)(t,{threshold:i}),{setValue:n}=(0,r.useDispatch)(a.n),{markNotificationSeen:g}=(0,r.useDispatch)(l.D),u=!!s?.isIntersecting,p=d(e),m=(0,o.useRef)();function h(){m.current&&clearTimeout(m.current)}return(0,o.useEffect)(()=>(!p&&u?(h(),m.current=setTimeout(()=>{s?.isIntersecting&&(n(d.getKey(e),!0),g(e))},3e3)):!u&&m.current&&h(),()=>{h()}),[p,u,n,g,e,s]),null}d.getKey=g,ViewedStateObserver.propTypes={id:n().string,observeRef:n().object,threshold:n().number};var u=i(7070),p=i(62540);function Notification({id:e,className:t,gaTrackingEventArgs:i,children:s,onView:n}){const a=(0,o.useRef)(),c=d(e),g=(0,u.A)(e,i?.category,{viewAction:i?.viewAction}),[m,h]=(0,o.useState)(!1),f=(0,r.useSelect)(t=>t(l.D).getNotificationSeenDates(e)),{dismissNotification:_}=(0,r.useDispatch)(l.D);return(0,o.useEffect)(()=>{!m&&c&&(g.view(i?.label,i?.value),n?.(),h(!0)),f?.length>=3&&_(e,{skipHidingFromQueue:!0})},[c,g,m,i,n,f,_,e]),(0,p.jsxs)("section",{id:e,ref:a,className:t,children:[s,!c&&(0,p.jsx)(ViewedStateObserver,{id:e,observeRef:a,threshold:.5})]})}Notification.propTypes={id:n().string,className:n().string,gaTrackingEventArgs:n().shape({category:n().string,viewAction:n().string,label:n().string,value:n().string}),children:n().node,onView:n().func}},44949:(e,t,i)=>{i.r(t),i.d(t,{CONTEXT_ENTITY_DASHBOARD_CONTENT:()=>c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:()=>d,CONTEXT_ENTITY_DASHBOARD_SPEED:()=>g,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:()=>l,CONTEXT_MAIN_DASHBOARD_CONTENT:()=>o,CONTEXT_MAIN_DASHBOARD_KEY_METRICS:()=>s,CONTEXT_MAIN_DASHBOARD_MONETIZATION:()=>a,CONTEXT_MAIN_DASHBOARD_SPEED:()=>r,CONTEXT_MAIN_DASHBOARD_TRAFFIC:()=>n,default:()=>u});const s="mainDashboardKeyMetrics",n="mainDashboardTraffic",o="mainDashboardContent",r="mainDashboardSpeed",a="mainDashboardMonetization",l="entityDashboardTraffic",c="entityDashboardContent",g="entityDashboardSpeed",d="entityDashboardMonetization",u={CONTEXT_MAIN_DASHBOARD_KEY_METRICS:s,CONTEXT_MAIN_DASHBOARD_TRAFFIC:n,CONTEXT_MAIN_DASHBOARD_CONTENT:o,CONTEXT_MAIN_DASHBOARD_SPEED:r,CONTEXT_MAIN_DASHBOARD_MONETIZATION:a,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:l,CONTEXT_ENTITY_DASHBOARD_CONTENT:c,CONTEXT_ENTITY_DASHBOARD_SPEED:g,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:d}},45472:(e,t,i)=>{i.d(t,{M:()=>s});const s="core/location"},45512:(e,t,i)=>{i.d(t,{f:()=>n,n:()=>s});const s="modules/search-console",n=1},47121:(e,t,i)=>{i.d(t,{$C:()=>N,RF:()=>b,WI:()=>I,_5:()=>x,jU:()=>v,o3:()=>k,x0:()=>j});var s=i(32091),n=i.n(s),o=i(50532),r=i.n(o),a=i(17243),l=i(78913);const c="GET_REGISTRY",g="AWAIT";function d(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=A(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return n()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const u=d,p=d;function m(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,s={})=>t.reduce((e,t)=>t(e,s),e)}const h=d,f=d,_=d;function y(e){return e}function k(...e){const t=_(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:u(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||y)),resolvers:h(...e.map(e=>e.resolvers||{})),selectors:f(...e.map(e=>e.selectors||{}))}}const v={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:g}}},x={[c]:(0,l.b)(e=>()=>e),[g]:({payload:e})=>e.value};function A(e){const t=[],i={};for(let s=0;s<e.length;s++){const n=e[s];i[n]=i[n]>=1?i[n]+1:1,i[n]>1&&t.push(n)}return t}const j={actions:v,controls:x,reducer:y};function I(e){return t=>M(e(t))}const M=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const s=e(...i);return n()(void 0!==s,`${t}(...) is not resolved`),s}));function b(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(s,...n)=>{const o=!t,r=!!t;try{return e(i,s,...n),o}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...s)=>{e(t,i,...s)})}}function N(e,t){return n()("function"==typeof e,"a validator function is required."),n()("function"==typeof t,"an action creator function is required."),n()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},47345:(e,t,i)=>{i.d(t,{A:()=>r});var s=i(63696),n=i(50539),o=i(86134);function r(e,t,i){const{setWidgetState:r,unsetWidgetState:a}=(0,n.useDispatch)(o.aO);(0,s.useEffect)(()=>(r(e,t,i),()=>{a(e,t,i)}),[e,t,i,r,a])}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>s});const s={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50111:(e,t,i)=>{i.d(t,{EA:()=>o,GF:()=>_,Hl:()=>d,IX:()=>m,Is:()=>r,KD:()=>p,LO:()=>g,NO:()=>c,Nl:()=>l,QJ:()=>u,Uf:()=>n,XU:()=>f,Y0:()=>a,hs:()=>y,wb:()=>h});var s=i(82871);const n="key-metrics-setup-cta-widget",o="googlesitekit-key-metrics-selection-panel-opened",r="key-metrics-selection-form",a="key-metrics-selected",l="key-metrics-effective-selection",c="key-metrics-unstaged-selection",g=2,d=8,u={SLUG:"current-selection",LABEL:(0,s.__)("Current selection","google-site-kit")},p={SLUG:"suggested",LABEL:(0,s.__)("Suggested","google-site-kit")},m={SLUG:"visitors",LABEL:(0,s.__)("Visitors","google-site-kit")},h={SLUG:"driving-traffic",LABEL:(0,s.__)("Driving traffic","google-site-kit")},f={SLUG:"generating-leads",LABEL:(0,s.__)("Generating leads","google-site-kit")},_={SLUG:"selling-products",LABEL:(0,s.__)("Selling products","google-site-kit")},y={SLUG:"content-performance",LABEL:(0,s.__)("Content performance","google-site-kit")}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var s=i(18117),n=i(17243),o=i(63696);function r(...e){const t=(0,s.MA)(()=>(0,n.debounce)(...e),e);return(0,o.useEffect)(()=>()=>t.cancel(),[t]),t}},51886:(e,t,i)=>{i.d(t,{A:()=>UserInputQuestionAuthor});var s=i(62688),n=i.n(s),o=i(82871),r=i(50539),a=i(58116),l=i(59323),c=i(62540);function UserInputQuestionAuthor({slug:e}){const t=(0,r.useSelect)(t=>t(a.oR).getUserInputSettingAuthor(e));return t&&t.photo&&t.login?(0,c.jsxs)("div",{className:"googlesitekit-user-input__author",children:[(0,c.jsx)(l.A,{children:(0,o.__)("This question has been answered by:","google-site-kit")}),(0,c.jsxs)("div",{className:"googlesitekit-user-input__author-info",children:[(0,c.jsx)("img",{alt:t.login,src:t.photo}),t.login]})]}):null}UserInputQuestionAuthor.propTypes={slug:n().string.isRequired}},53045:(e,t,i)=>{i.d(t,{A:()=>UserInputQuestionNotice});var s=i(4452),n=i.n(s),o=i(82871),r=i(62540);function UserInputQuestionNotice({className:e}){return(0,r.jsx)("p",{className:n()(e,"googlesitekit-user-input__question-notice"),children:(0,o.__)("You can always edit your answers later in Settings","google-site-kit")})}},53137:(e,t,i)=>{i.d(t,{FQ:()=>o,He:()=>a,bI:()=>r,rq:()=>n,ui:()=>s});const s="warning-notification-gtg",n="gtg-setup-cta",o={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54312:(e,t,i)=>{i.d(t,{A:()=>GenericErrorHandlerActions});var s=i(62688),n=i.n(s),o=i(82871),r=i(20898),a=i(38021),l=i.n(a),c=i(63696),g=i(12417),d=i(1027),u=i(65123),p=i(49383),m=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,s]=(0,c.useState)(!1);return(0,m.jsx)(p.Button,{"aria-label":i?(0,o.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),s(!0)},trailingIcon:(0,m.jsx)(g.A,{className:"mdc-button__icon",icon:i?d.A:u.A}),children:i?(0,o.__)("Copied to clipboard","google-site-kit"):(0,o.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:n().string,componentStack:n().string};const h=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,m.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,m.jsx)(h,{message:e,componentStack:t}),(0,m.jsx)(r.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,o.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:n().string,componentStack:n().string}},54349:(e,t,i)=>{i.d(t,{A:()=>NoticeNotification});var s=i(80035),n=i(7070),o=i(50539),r=i(71423),a=i(55527),l=i(62688),c=i.n(l),g=i(62540);function NoticeNotification({notificationID:e,children:t,dismissButton:i,ctaButton:l,gaTrackingEventArgs:c,...d}){const u=(0,n.A)(e),{dismissNotification:p}=(0,o.useDispatch)(r.D);return(0,g.jsx)(a.xA,{children:(0,g.jsx)(a.fI,{children:(0,g.jsx)(a.fh,{size:12,alignMiddle:!0,children:(0,g.jsx)(s.A,{dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),u.dismiss(c?.label,c?.value),p(e,{...i?.dismissOptions||{}})}},ctaButton:{...l,onClick:async function(t){u.confirm(c?.label,c?.value),await(l?.onClick?.(t)),l?.dismissOnClick&&p(e,{...l?.dismissOptions})}},...d,children:t})})})})}NoticeNotification.propTypes={notificationID:c().string.isRequired,children:c().node,dismissButton:c().oneOfType([c().bool,c().object]),ctaButton:c().object,gaTrackingEventArgs:c().object}},55527:(e,t,i)=>{i.d(t,{$z:()=>n.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>s.N,P3:()=>r.P,Si:()=>o.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var s=i(91046),n=i(3412),o=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>p,BT:()=>D,CQ:()=>b,DF:()=>Y,GM:()=>M,GT:()=>y,HA:()=>O,HD:()=>u,HP:()=>T,J5:()=>B,JF:()=>S,JK:()=>f,Ml:()=>h,SS:()=>R,UF:()=>g,UY:()=>W,Vl:()=>z,W6:()=>H,Xq:()=>N,YQ:()=>E,Yw:()=>V,dV:()=>C,dX:()=>I,ej:()=>c,em:()=>o,ep:()=>A,fu:()=>v,gC:()=>k,hz:()=>m,jx:()=>d,lV:()=>l,nH:()=>P,oR:()=>s,od:()=>a,p3:()=>_,pG:()=>j,qv:()=>n,qy:()=>w,t1:()=>F,t7:()=>G,tB:()=>x,tK:()=>U,u_:()=>L});const s="core/user",n="connected_url_mismatch",o="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",d="googlesitekit_view_dashboard",u="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",h="googlesitekit_delegate_module_sharing_management",f="googlesitekit_update_plugins",_="kmAnalyticsAdSenseTopEarningContent",y="kmAnalyticsEngagedTrafficSource",k="kmAnalyticsLeastEngagingPages",v="kmAnalyticsNewVisitors",x="kmAnalyticsPopularAuthors",A="kmAnalyticsPopularContent",j="kmAnalyticsPopularProducts",I="kmAnalyticsReturningVisitors",M="kmAnalyticsTopCities",b="kmAnalyticsTopCitiesDrivingLeads",N="kmAnalyticsTopCitiesDrivingAddToCart",S="kmAnalyticsTopCitiesDrivingPurchases",E="kmAnalyticsTopDeviceDrivingPurchases",w="kmAnalyticsTopConvertingTrafficSource",C="kmAnalyticsTopCountries",T="kmAnalyticsTopPagesDrivingLeads",D="kmAnalyticsTopRecentTrendingPages",R="kmAnalyticsTopTrafficSource",z="kmAnalyticsTopTrafficSourceDrivingAddToCart",L="kmAnalyticsTopTrafficSourceDrivingLeads",O="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",B="kmAnalyticsVisitLength",U="kmAnalyticsTopReturningVisitorPages",G="kmSearchConsolePopularKeywords",V="kmAnalyticsVisitsPerVisitor",W="kmAnalyticsMostEngagingPages",F="kmAnalyticsTopCategories",H=[_,y,k,v,x,A,j,I,F,M,b,N,S,E,w,C,D,R,z,P,B,U,V,W,F],Y=[...H,G]},59020:(e,t,i)=>{i.d(t,{A:()=>Tooltip});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(90295),l=i(63696),c=i(62540);function Tooltip({children:e,popperClassName:t,tooltipClassName:i,onOpen:s,onClose:n,...o}){const g=(0,l.useRef)(!1),d=s?()=>{g.current||(g.current=!0,s?.())}:void 0,u=s?()=>{g.current=!1,n?.()}:n;return(0,c.jsx)(a.Ay,{classes:{popper:r()("googlesitekit-tooltip-popper",t),tooltip:r()("googlesitekit-tooltip",i)},onOpen:d,onClose:u,...o,arrow:!0,children:e})}Tooltip.propTypes={children:n().node,popperClassName:n().string,tooltipClassName:n().string,onOpen:n().func,onClose:n().func}},59323:(e,t,i)=>{i.d(t,{A:()=>c});var s=i(62688),n=i.n(s),o=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...s}){const n=(0,o.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(n===o.mp?a.Kk:a.Yw),...s,children:i})}c.propTypes={type:n().oneOf(a.tT),size:n().oneOf(a.oJ)}},60460:(e,t,i)=>{i.d(t,{Ax:()=>c,B$:()=>_,Dc:()=>f,Fy:()=>h,KM:()=>a,Tk:()=>d,W:()=>l,a3:()=>o,aq:()=>r,b6:()=>g,cz:()=>p,oG:()=>m,we:()=>u});var s=i(82871),n=i(72455);const o="purpose",r="postFrequency",a="goals",l=[o,r,a],c={[o]:1,[r]:1,[a]:3},g="googlesitekit-user-input-currently-editing",d="user_input_question_number",u="user_input_question_snapshot",p="user-input-legacy-site-purpose-dismissed-item",m={publish_blog:[n.nc.CONTACT,n.nc.GENERATE_LEAD,n.nc.SUBMIT_LEAD_FORM],publish_news:[n.nc.CONTACT,n.nc.GENERATE_LEAD,n.nc.SUBMIT_LEAD_FORM],monetize_content:[],sell_products_or_service:[n.nc.PURCHASE,n.nc.ADD_TO_CART],sell_products:[n.nc.PURCHASE,n.nc.ADD_TO_CART],provide_services:[n.nc.CONTACT,n.nc.GENERATE_LEAD,n.nc.SUBMIT_LEAD_FORM],share_portfolio:[n.nc.CONTACT,n.nc.GENERATE_LEAD,n.nc.SUBMIT_LEAD_FORM],other:[]};function h(){const e=(0,s.__)("Based on your answer, Site Kit will suggest the metrics you see on your dashboard to help you track how close you’re getting to your specific goals","google-site-kit");return[{title:(0,s.__)("What is the main purpose of this site?","google-site-kit"),description:e},{title:(0,s.__)("How often do you create new content for this site?","google-site-kit"),description:e},{title:(0,s.__)("What are your top 3 goals for this site?","google-site-kit"),description:e}]}function f(){return{USER_INPUT_ANSWERS_PURPOSE:{sell_products_or_service:(0,s.__)("Sell products or services","google-site-kit"),sell_products:(0,s.__)("Sell products","google-site-kit"),provide_services:(0,s.__)("Provide services","google-site-kit"),monetize_content:(0,s.__)("Monetize content","google-site-kit"),publish_blog:(0,s.__)("Publish a blog","google-site-kit"),publish_news:(0,s.__)("Publish news content","google-site-kit"),share_portfolio:(0,s.__)("Portfolio or business card","google-site-kit"),other:(0,s.__)("Other","google-site-kit")},USER_INPUT_ANSWERS_POST_FREQUENCY:{never:(0,s.__)("Never","google-site-kit"),daily:(0,s.__)("Daily","google-site-kit"),weekly:(0,s.__)("Weekly","google-site-kit"),monthly:(0,s.__)("Monthly","google-site-kit"),other:(0,s.__)("Other","google-site-kit")},USER_INPUT_ANSWERS_GOALS:{retaining_visitors:(0,s.__)("Retain visitors, turn them into loyal readers or customers","google-site-kit"),improving_performance:(0,s.__)("Improve speed and performance","google-site-kit"),finding_new_topics:(0,s.__)("Find new topics to write about that connect with my audience","google-site-kit"),growing_audience:(0,s.__)("Grow my audience","google-site-kit"),expanding_business:(0,s.__)("Expand my business into new cities, states or markets","google-site-kit"),generating_revenue:(0,s.__)("Generate more revenue","google-site-kit"),generating_leads:(0,s.__)("Generate leads","google-site-kit"),help_better_rank:(0,s.__)("Help my content rank in a better position in Google search results","google-site-kit"),understanding_content_performance:(0,s.__)("Understand which content is performing best","google-site-kit"),encourage_to_post:(0,s.__)("Encouragement to post more frequently","google-site-kit"),other:(0,s.__)("Other","google-site-kit")}}}function _(){return{USER_INPUT_ANSWERS_PURPOSE:{sell_products_or_service:(0,s.__)("E.g. selling products like devices, apparel, equipment, etc. or offering services like courses, consulting, tutoring, etc.","google-site-kit"),sell_products:(0,s.__)("E.g. selling devices, apparel, equipment, etc.","google-site-kit"),provide_services:(0,s.__)("E.g. offering courses, consulting, tutoring, etc.","google-site-kit"),monetize_content:(0,s.__)("Using display ads, affiliate links, sponsored content, etc.","google-site-kit"),publish_blog:(0,s.__)("Writing on a topic you’re passionate about, no focus on monetizing content","google-site-kit"),publish_news:(0,s.__)("E.g. local news, investigative pieces, interviews, etc.","google-site-kit"),share_portfolio:(0,s.__)("My website represents me or my company","google-site-kit"),other:void 0}}}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var s=i(28056),n=i.n(s),o=i(4452),r=i.n(o),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var d=i(72545),u=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:o,size:a,step:l,tooltipProps:m}){const h=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function f(e){return r()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:r()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(n(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(s.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:h.map(e=>(0,p.jsx)("li",{className:f(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,o.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...o,children:o.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(d.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61046:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(63560),n=i(62688),o=i.n(n),r=i(63696),a=i(62540);function l(e){function WithIntersectionObserverComponent({onInView:t,...i}){const n=(0,r.useRef)(),o=(0,s.A)(n,{root:null,threshold:.45}),[l,c]=(0,r.useState)(!1),g=!!o?.isIntersecting&&!!o?.intersectionRatio;return(0,r.useEffect)(()=>{o&&g&&!l&&(t(),c(!0))},[l,g,o,t]),(0,a.jsx)(e,{ref:n,...i})}return WithIntersectionObserverComponent.displayName="WithIntersectionObserverComponent",(e.displayName||e.name)&&(WithIntersectionObserverComponent.displayName+=`(${e.displayName||e.name})`),WithIntersectionObserverComponent.propTypes={onInView:o().func.isRequired,...e.propTypes},WithIntersectionObserverComponent}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>o});const s=(0,i(63696).createContext)(""),{Consumer:n,Provider:o}=s,r=s},63972:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 11 9"},e),s||(s=n.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M1 3.838 4.106 7 10 1"})))},64067:(e,t,i)=>{i.d(t,{P9:()=>_,k:()=>m,mR:()=>f});var s=i(32091),n=i.n(s),o=i(17243),r=i(50539),a=i.n(r),l=i(21134),c=i(12850);const g="CREATE_SNAPSHOT",d="DELETE_SNAPSHOT",u="RESTORE_SNAPSHOT",p="SET_STATE_FROM_SNAPSHOT";function m(e,{keysToSnapshot:t}={}){n()(e,"storeName is required to create a snapshot store.");const i={},s={*deleteSnapshot(){return yield{payload:{},type:d}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:s}=yield{payload:{},type:u};return i&&(yield{payload:{snapshot:s},type:p},t&&(yield{payload:{},type:d})),i},*createSnapshot(){return yield{payload:{},type:g}}},a={[d]:()=>(0,l.LD)(`datastore::cache::${e}`),[g]:(0,r.createRegistryControl)(i=>()=>{const s=i.stores[e].store.getState(),n=t?.length>0?(0,o.pick)(s,t):s;return(0,l.SO)(`datastore::cache::${e}`,n)}),[u]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:s,controls:a,reducer:function(e=i,{type:s,payload:n}){if(s===p){const{snapshot:i}=n,{error:s,...o}=i;return t?.length>0?{...e,...o}:o}return e}}}function h(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function f(e=a()){return Promise.all(h(e).map(e=>e.getActions().createSnapshot()))}function _(e=a()){return Promise.all(h(e).map(e=>e.getActions().restoreSnapshot()))}},64078:(e,t,i)=>{i.d(t,{A:()=>n,j:()=>o});var s=i(82871);function n(e){return 0===e.length}function o(e,t=1){return 0===e.length?1===t?(0,s.__)("Please select an answer","google-site-kit"):(0,s.__)("Please select at least 1 answer","google-site-kit"):null}},65214:(e,t,i)=>{i.d(t,{G:()=>n,t:()=>s});const s=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function n(e,t=s){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{i.d(t,{c:()=>r});var s=i(82871),n=i(97398),o=i(99897);function r(e="",t={}){const{slug:i="",name:r="",owner:a={}}=t||{};if(!i||!r)return e;let l="",c="";return o.L1===i?e.match(/account/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):n.Y===i&&(l=(0,s.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,s.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,s.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),r)),a&&a.login&&(c=(0,s.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,s.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),c||(c=(0,s.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},66889:(e,t,i)=>{function s(e,t){const i=e.getBoundingClientRect(),s=t.getBoundingClientRect();return!(i.bottom<s.top||s.bottom<i.top||i.right<s.left||s.right<i.left)}i.d(t,{N:()=>s})},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>d,SG:()=>g,db:()=>n,e4:()=>p,vl:()=>u});i(17243);var s=i(82871);const n="missing_required_scopes",o="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===n}function g(e){return[o,r].includes(e?.data?.reason)}function d(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||g(e)||c(e)||d(e))}function p(e){return e?.code===a?(0,s.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,s.__)("The server provided an invalid response","google-site-kit"):e?.message}},67768:(e,t,i)=>{i.d(t,{A:()=>SelectionPanelError});var s=i(62688),n=i.n(s),o=i(63696),r=i(66889),a=i(77967),l=i(62540);function SelectionPanelError({error:e,noPrefix:t=!0,skipRetryMessage:s=!0}){const n=(0,o.useRef)();return(0,o.useEffect)(()=>{if(e){const e=i.g.document.activeElement;e&&e.closest(".googlesitekit-selection-panel-item")&&(0,r.N)(n.current,e)&&e.scrollIntoView()}},[e]),e?(0,l.jsx)("div",{ref:n,children:(0,l.jsx)(a.A,{className:"googlesitekit-notice--square googlesitekit-selection-panel-error",error:e,noPrefix:t,skipRetryMessage:s})}):null}SelectionPanelError.propTypes={error:n().shape({message:n().string}),noPrefix:n().bool,skipRetryMessage:n().bool}},68485:(e,t,i)=>{i.d(t,{r:()=>AdminScreenTooltip,i:()=>s.i});var s=i(15863),n=i(63696),o=i(50539),r=i(62688),a=i(36703),l=i(40960),c=i(60592),g=i(14007),d=i(39771),u=i(32947),p=i(62540);function JoyrideTooltip(e){const{title:t,content:s,dismissLabel:o,disableOverlay:r=!0,target:m,cta:h=!1,className:f,styles:_={},slug:y="",placement:k="auto",onDismiss:v=()=>{},onView:x=()=>{},onTourStart:A=()=>{},onTourEnd:j=()=>{}}=e;function I(){return!!i.g.document.querySelector(m)}const[M,b]=(0,n.useState)(I),N=(0,u.dv)(),S=N===u.mp||N===u.Lg,[E,w]=(0,n.useState)(!0),C=(0,n.useRef)(S);if((0,l.A)(()=>{I()&&b(!0)},M?null:250),(0,n.useEffect)(()=>{let e=()=>{};if("function"==typeof i.g.ResizeObserver){const t=i.g.document.querySelector(m);if(t){const s=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});s.observe(t),e=()=>s.disconnect()}}return e},[m,M]),(0,n.useEffect)(()=>{let e;return C.current!==S&&(w(!1),e=setTimeout(()=>{w(!0)},50),C.current=S),()=>{e&&clearTimeout(e)}},[S]),!M)return null;const T=[{title:t,target:m,content:s,disableBeacon:!0,isFixed:!0,placement:k,cta:h,className:f}],D={close:o,last:o};return(0,p.jsx)(g.A,{slug:y,children:(0,p.jsx)(a.Ay,{callback:function({type:e}){switch(e){case a.qY.TOUR_START:A(),i.g.document.body.classList.add("googlesitekit-showing-tooltip");break;case a.qY.TOUR_END:j(),i.g.document.body.classList.remove("googlesitekit-showing-tooltip");break;case a.qY.STEP_AFTER:v();break;case a.qY.TOOLTIP:x()}},disableOverlay:r,spotlightPadding:0,floaterProps:d.ei,locale:D,steps:T,styles:{...d.R0,..._,options:{...d.R0.options,..._?.options},spotlight:{...d.R0.spotlight,..._?.spotlight}},tooltipComponent:c.A,run:E,disableScrolling:!0})})}JoyrideTooltip.propTypes={title:r.PropTypes.node,content:r.PropTypes.string,disableOverlay:r.PropTypes.bool,dismissLabel:r.PropTypes.string,target:r.PropTypes.string.isRequired,onDismiss:r.PropTypes.func,onShow:r.PropTypes.func,className:r.PropTypes.string,styles:r.PropTypes.object,slug:r.PropTypes.string,placement:r.PropTypes.string,onView:r.PropTypes.func};var m=i(7081),h=i(12850),f=i(77766);function AdminScreenTooltip(){const e=(0,f.A)(),{setValue:t}=(0,o.useDispatch)(m.n),i=(0,u.dv)(),{isTooltipVisible:s=!1,target:r,placement:a,className:l,tooltipSlug:c,title:g,content:d,dismissLabel:_}=(0,o.useSelect)(e=>e(m.n).getValue("admin-screen-tooltip")||{isTooltipVisible:!1});const y=(0,n.useCallback)(()=>{c&&(0,h.sx)(`${e}_${c}`,"tooltip_dismiss"),t("admin-screen-tooltip",void 0)},[t,c,e]);if(!s)return null;const k=i===u.mp||i===u.Lg,v=null!=r?r:'#adminmenu [href*="page=googlesitekit-settings"]',x=null!=a?a:"right";return(0,p.jsx)(JoyrideTooltip,{target:k?"body":v,placement:k?"center":x,className:k?"googlesitekit-tour-tooltip__modal_step":l||(r?void 0:"googlesitekit-tour-tooltip__fixed-settings-tooltip"),disableOverlay:!k,slug:"admin-screen-tooltip",title:g,content:d,dismissLabel:_,onView:function(){(0,h.sx)(`${e}_${c}`,"tooltip_view")},onDismiss:y})}},68869:(e,t,i)=>{i.d(t,{Ay:()=>r});var s=i(6732);const{Consumer:n,Provider:o}=s.A,r=o},71423:(e,t,i)=>{i.d(t,{$:()=>o,D:()=>n});var s=i(24558);const n="core/notifications",o=[s.uR,s.jU,s.f7,s.Ax,s.Is]},71769:(e,t,i)=>{function s(e){return e.charAt(0).toUpperCase()+e.slice(1)}function n(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function o(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>o,m2:()=>s,sP:()=>n})},72455:(e,t,i)=>{i.d(t,{CV:()=>N,Cu:()=>A,K9:()=>s,Kr:()=>h,Lf:()=>p,Oh:()=>r,PW:()=>b,Rx:()=>T,S9:()=>f,TQ:()=>d,Vt:()=>w,Wl:()=>v,ZC:()=>n,ZY:()=>a,_p:()=>C,ag:()=>m,aj:()=>u,bz:()=>S,dq:()=>E,f2:()=>c,fB:()=>M,fV:()=>I,iB:()=>g,kc:()=>l,mo:()=>y,nc:()=>j,rm:()=>x,to:()=>o,wo:()=>_,yn:()=>k});const s="modules/analytics-4",n="account_create",o="property_create",r="webdatastream_create",a="analyticsSetup",l=10,c=1,g="https://www.googleapis.com/auth/tagmanager.readonly",d="enhanced-measurement-form",u="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",m="analyticsAccountCreate",h="analyticsCustomDimensionsCreate",f="https://www.googleapis.com/auth/analytics.edit",_="dashboardAllTrafficWidgetDimensionName",y="dashboardAllTrafficWidgetDimensionColor",k="dashboardAllTrafficWidgetDimensionValue",v="dashboardAllTrafficWidgetActiveRowIndex",x="dashboardAllTrafficWidgetLoaded",A={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},j={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},I=[j.CONTACT,j.GENERATE_LEAD,j.SUBMIT_LEAD_FORM],M={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},b="audiencePermissionsSetup",N="audienceTileCustomDimensionCreate",S="audience-selection-panel-expirable-new-badge-",E="audience",w="customDimension",C="property",T=[E,w,C]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),s||(s=n.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73549:(e,t,i)=>{i.d(t,{A:()=>ReportZero});var s=i(62688),n=i.n(s),o=i(82871),r=i(50539),a=i(37226),l=i(4884),c=i(62540);function ReportZero({moduleSlug:e}){const t=(0,r.useSelect)(t=>t(a.i).getModule(e));return(0,c.jsx)(l.A,{title:(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s Gathering Data","google-site-kit"),t?.name),description:(0,o.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,o.__)("%s data is not yet available, please check back later","google-site-kit"),t?.name)})}ReportZero.propTypes={moduleSlug:n().string.isRequired}},73589:(e,t,i)=>{i.d(t,{CX:()=>n,Py:()=>r,SM:()=>s,kj:()=>o});const s="adsense-connect-cta",n="adsense-connect-cta-tooltip-state",o="adsense-ga4-top-earnings-notice",r="adsense"},73874:(e,t,i)=>{i.d(t,{Ay:()=>a,Oo:()=>o,oE:()=>r});var s=i(24558),n=i(77766);const o=s.jU,r=s.f7;function a(){const e=(0,n.A)();return e===s.jU||e===s.Ax?o:e===s.f7||e===s.Is?r:null}},74595:(e,t,i)=>{i.d(t,{wA:()=>a.A,ws:()=>u.w,WM:()=>r.A});var s=i(29725),n=i(56805),o=i(78913),r=i(35470),a=i(63737),l=i(44319),c=i(31170),g=i(30043),d=i(66293),u=i(1102),p=i(47121),m=i(97241);const h=(0,s.I)({},i.g.wp?.data);h.combineStores=p.o3,h.commonActions=p.jU,h.commonControls=p._5,h.commonStore=p.x0,h.createReducer=function(e){return(0,m.Ay)(e)},h.useInViewSelect=u.w,h.controls=n.n,h.createRegistryControl=o.b,h.createRegistrySelector=o.N,h.useSelect=r.A,h.useDispatch=a.A,h.useRegistry=l.A,h.withSelect=c.A,h.withDispatch=g.A,h.RegistryProvider=d.Ay;const f=h;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=f},74995:(e,t,i)=>{i.d(t,{A:()=>Notifications});var s=i(62688),n=i.n(s),o=i(50539),r=i(77766),a=i(71423),l=i(53137),c=i(50532),g=i.n(c),d=i(43569),u=i(62540);const p=g()(e=>({id:e,Notification:m(e)(d.A)}));function m(e){return t=>{function WithNotificationID(i){return(0,u.jsx)(t,{...i,id:e})}return WithNotificationID.displayName="WithNotificationID",(t.displayName||t.name)&&(WithNotificationID.displayName+=`(${t.displayName||t.name})`),WithNotificationID}}function Notifications({areaSlug:e,groupID:t=l.He.DEFAULT}){const i=(0,r.A)(),s=(0,o.useSelect)(e=>e(a.D).getQueuedNotifications(i,t));if(void 0===s?.[0]||s?.[0]?.areaSlug!==e)return null;const{id:n,Component:c}=s[0],g={...p(n)};return(0,u.jsx)(c,{...g})}Notifications.propTypes={viewContext:n().string,areaSlug:n().string}},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>g});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:s,alignBottom:n,alignRight:o,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:d,smSize:u,smStart:p,smOrder:m,mdSize:h,mdStart:f,mdOrder:_,lgSize:y,lgStart:k,lgOrder:v,size:x,children:A,...j}=e;return(0,a.jsx)("div",{...j,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":s,"mdc-layout-grid__cell--align-bottom":n,"mdc-layout-grid__cell--align-right":o,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":d,[`mdc-layout-grid__cell--span-${x}`]:12>=x&&x>0,[`mdc-layout-grid__cell--span-${y}-desktop`]:12>=y&&y>0,[`mdc-layout-grid__cell--start-${k}-desktop`]:12>=k&&k>0,[`mdc-layout-grid__cell--order-${v}-desktop`]:12>=v&&v>0,[`mdc-layout-grid__cell--span-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--start-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--order-${_}-tablet`]:8>=_&&_>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:A})}Cell.propTypes={smSize:n().number,smStart:n().number,smOrder:n().number,mdSize:n().number,mdStart:n().number,mdOrder:n().number,lgSize:n().number,lgStart:n().number,lgOrder:n().number,size:n().number,alignTop:n().bool,alignMiddle:n().bool,alignBottom:n().bool,alignRight:n().bool,alignLeft:n().bool,smAlignRight:n().bool,mdAlignRight:n().bool,lgAlignRight:n().bool,className:n().string,children:n().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},s)=>(0,a.jsx)("div",{ref:s,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:n().string,children:n().node},c.defaultProps={className:""};const g=c,d=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:s,collapsed:n,...o},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":n,"mdc-layout-grid--fill":t}),...o,ref:l,children:s}));d.displayName="Grid",d.propTypes={alignLeft:n().bool,fill:n().bool,className:n().string,collapsed:n().bool,children:n().node},d.defaultProps={className:""};const u=d},76283:(e,t,i)=>{i.d(t,{Fs:()=>AudienceAreaFooter,Oc:()=>s.A,AG:()=>Z.A,Rl:()=>AudienceSelectionPanel,c9:()=>Xi,x_:()=>ChangeGroupsLink,H8:()=>ConnectAnalyticsCTAWidget,xE:()=>Ds,vw:()=>PrimaryUserSetupWidget,VR:()=>SecondaryUserSetupWidget});var s=i(80869),n=i(17243),o=i(62688),r=i.n(o),a=i(63696),l=i(16196),c=i(50539),g=i(67150),d=i(7081),u=i(82871);const p="audience-segmentation-info-notice-ui",m="audience-segmentation-info-notice",h=[{slug:"new-visitors",content:(0,u.__)("The higher the portion of new visitors you have, the more your audience is growing. Looking at what content brings them to your site may give you insights on how to reach even more people.","google-site-kit")},{slug:"compare-metrics",content:(0,u.__)("Select up to three visitor groups to display on the dashboard and easily compare metrics between them.","google-site-kit")},{slug:"custom-audiences",content:(0,u.__)("Configure your own custom audiences in Analytics to gain deeper insights into visitor behavior, for example consider creating an “Existing customers” or “Subscribers” segment, depending on what goals you have for your site.","google-site-kit")},{slug:"purchasers",content:(0,u.__)("Select the Purchasers visitor group to gain insights into which visitors bring the most revenue to your site.","google-site-kit")},{slug:"returning-visitors",content:(0,u.__)("The more returning visitors your site has, the stronger and more loyal an audience you’re building. Check which content brings people back to your site - it might help you create a strategy to build a community.","google-site-kit")},{slug:"compare-new-returning",content:(0,u.__)("Compare the ratio of “new” to “returning” visitors – this can give you insights on whether you have more people stopping by as a one-off, or more loyal visitors.","google-site-kit")},{slug:"compare-cities",content:(0,u.__)("Check the cities which bring you more new vs more returning visitors – there might be new audiences you could engage with in locations you hadn’t thought about.","google-site-kit")}];var f,_,y,k,v,x,A,j,I,M,b,N,S=i(55527),E=i(32947);function w(){return w=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},w.apply(null,arguments)}const C=e=>a.createElement("svg",w({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 233 117"},e),f||(f=a.createElement("path",{fill:"#F3F5F7",d:"M2.956 80.014a32.4 32.4 0 0 0 6.283 9.673c10.459 11.015 25.911 11.949 40.083 9.193A98.3 98.3 0 0 0 88.91 81.449c6.738-4.994 13.394-11.19 22.316-11.467 3.35-.103 6.814.82 9.345 2.998 5.259 4.497 5.165 12.186 9.269 17.516 5.458 7.088 13.308 9.283 21.87 10.101 24.191 2.309 53.006-5.265 69.646-23.694 14.857-16.452 16.64-42.63-1.343-57.629-8.216-6.852-19.483-9.992-30.117-8.392-8.127 1.223-16.378 4.942-24.791 5.977-9.908 1.22-16.033-2.943-24.05-7.79C127.086.641 108.62-2.597 92.807 2.292 77.671 6.972 66.777 19.747 52.048 25.36c-12.727 4.852-27.761 4.114-38.82 12.017C.143 46.727-3.146 65.603 2.956 80.014"})),a.createElement("path",{fill:"#161B18",d:"M118.945 116.194c32.642 0 59.104-1.654 59.104-3.694s-26.462-3.694-59.104-3.694c-32.643 0-59.105 1.654-59.105 3.694s26.462 3.694 59.105 3.694",opacity:.1,style:{mixBlendMode:"multiply"}}),_||(_=a.createElement("path",{fill:"#CBD0D3",d:"M118.945 116.194c32.642 0 59.104-1.654 59.104-3.694s-26.462-3.694-59.104-3.694c-32.643 0-59.105 1.654-59.105 3.694s26.462 3.694 59.105 3.694"})),y||(y=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.396,d:"M99.725 51.387c1.758 6.518 7.872 11.126 14.356 13.01 6.484 1.882 13.377 1.514 20.12 1.177 3.188-.158 6.449-.298 9.503.627s5.912 3.137 6.724 6.222c.466 1.773.121 3.686-.787 5.274"})),k||(k=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.4,d:"M87.114 62.487c-1.015 16.075-6.61 30.497-2.87 48.618h-4.26M91.929 111.105h-4.261l7.53-48.618"})),v||(v=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.396,d:"M73.527 57.419c-3.635 1.642-10.613 5.299-10.613 12.724"})),x||(x=a.createElement("path",{fill:"#CBD0D3",d:"m103.118 84.07-2.957.269-18.04 1.632-10.545.952-1-23.491-1.74-40.88 32.912-1.199.664 30.445.09 4.099.612 28.078z"})),A||(A=a.createElement("path",{fill:"#999F9B",d:"m100.163 84.339 1.697-.155 1.261-.114-1.371-62.719-1.891.087 1.017 59.457-29.439 2.786.103 2.34.04.9 10.545-.952 18.04-1.632z"})),j||(j=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.396,d:"M62.912 70.143c0 4.321 4.917 7.437 8.424 5.913"})),I||(I=a.createElement("path",{stroke:"#7B807D",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:3.607,d:"m159.169 21.79-22.985 89.068"})),M||(M=a.createElement("path",{fill:"#E77D5B",d:"m157.57 14.897-34.151 34.35a3.61 3.61 0 0 0 .016 5.1 3.6 3.6 0 0 0 1.62.929l46.822 12.4a3.606 3.606 0 0 0 4.404-4.435l-12.674-46.745a3.6 3.6 0 0 0-2.557-2.542 3.6 3.6 0 0 0-3.48.942"})),b||(b=a.createElement("path",{fill:"#962C0A",d:"m153.345 35.252 2.003-7.566 3.905 1.034-2.003 7.566-2.874 9.163-3.103-.822zm-2.709 18.123a2.77 2.77 0 0 1-1.715-1.274 2.77 2.77 0 0 1-.259-2.121q.296-1.116 1.265-1.68a2.77 2.77 0 0 1 2.121-.259q1.116.296 1.68 1.266t.268 2.085a2.77 2.77 0 0 1-1.275 1.715q-.97.564-2.085.268"})),N||(N=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.396,d:"M149.639 77.697a6.85 6.85 0 0 1-3.747 3.098c-3.335 1.14-7.399-.673-8.778-3.916"})));var T=i(15167),D=i(59323),R=i(49383),z=i(35902),L=i(13606),O=i(20898),P=i(62540);function GetHelpLink({linkURL:e}){return(0,L.A)((0,u.__)("Contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,P.jsx)(O.A,{href:e,external:!0,hideExternalIndicator:!0,children:(0,u.__)("Get help","google-site-kit")})})}function ErrorWidgetDetails({failedAudiences:e,showRetryButton:t,onRetry:i,onRequestAccess:s,errors:n,hasInsufficientPermissionsError:o}){return e?.length?(0,P.jsxs)("div",{children:[(0,P.jsx)(D.A,{children:(0,u.__)("Failed to create the following audiences:","google-site-kit")}),(0,P.jsx)("ul",{className:"googlesitekit-widget-audience-segmentation-error__failed-audiences",children:e.map(e=>(0,P.jsx)("li",{children:e},e))}),(0,P.jsx)(R.Button,{onClick:i,danger:!0,children:(0,u.__)("Retry","google-site-kit")})]}):t&&i?(0,P.jsx)(R.Button,{onClick:i,danger:!0,children:(0,u.__)("Retry","google-site-kit")}):(0,P.jsx)(z.A,{moduleSlug:"analytics-4",error:n,GetHelpLink:o?GetHelpLink:void 0,hideGetHelpLink:!o,buttonVariant:"danger",getHelpClassName:"googlesitekit-error-retry-text",onRetry:i,onRequestAccess:s})}GetHelpLink.propTypes={linkURL:r().string.isRequired},ErrorWidgetDetails.propTypes={errors:r().arrayOf(r().object).isRequired,onRetry:r().func.isRequired,onRequestAccess:r().func.isRequired,showRetryButton:r().bool,failedAudiences:r().arrayOf(r().string),hasInsufficientPermissionsError:r().bool};const B=(0,a.forwardRef)(({Widget:e,errors:t,onRetry:i,onRequestAccess:s,showRetryButton:n,failedAudiences:o},r)=>{const a=(0,E.dv)(),l=a===E.mp,c=a===E.Lg,d=t.some(g.SG);return(0,P.jsx)(e,{ref:r,className:"googlesitekit-audience-segmentation-error-widget",noPadding:!0,children:(0,P.jsx)(S.xA,{className:"googlesitekit-audience-segmentation-error__widget-primary-cell",collapsed:!0,children:(0,P.jsxs)(S.fI,{children:[(0,P.jsxs)(S.fh,{smSize:6,mdSize:8,lgSize:7,children:[(0,P.jsx)(T.A,{as:"h3",type:"title",size:"large",children:d?(0,u.__)("Insufficient permissions","google-site-kit"):(0,u.__)("Your visitor groups data loading failed","google-site-kit")}),(0,P.jsx)("div",{className:"googlesitekit-widget-audience-segmentation-error__actions",children:(0,P.jsx)(ErrorWidgetDetails,{failedAudiences:o,showRetryButton:n,onRetry:i,onRequestAccess:s,errors:t,hasInsufficientPermissionsError:d})})]}),!l&&!c&&(0,P.jsx)(S.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",smSize:6,mdSize:3,lgSize:5,children:(0,P.jsx)(C,{width:"233px"})}),c&&(0,P.jsx)(S.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",mdSize:8,children:(0,P.jsx)(C,{width:"233px"})}),l&&(0,P.jsx)(S.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",smSize:8,children:(0,P.jsx)(C,{width:"233px"})})]})})})});B.propTypes={Widget:r().elementType.isRequired,errors:r().arrayOf(r().object).isRequired,onRetry:r().func.isRequired,onRequestAccess:r().func.isRequired,showRetryButton:r().bool,failedAudiences:r().arrayOf(r().string)};const U=B;var G=i(61046),V=i(12850),W=i(77766),F=i(99897);const H=(0,G.A)(U);function AudienceSegmentationErrorWidget({Widget:e,errors:t,onRetry:i,showRetryButton:s,failedAudiences:o}){const r=(0,W.A)(),{setValue:l}=(0,c.useDispatch)(d.n),u=t?(0,n.castArray)(t):[],m=u.some(g.SG);return(0,a.useEffect)(()=>{l(p,!0)},[l]),(0,P.jsx)(H,{Widget:e,errors:u,onRetry:function(){(0,V.sx)(`${r}_audiences-all-tiles`,"data_loading_error_retry").finally(()=>{l(p,!1),i?.()})},failedAudiences:o,onRequestAccess:()=>{(0,V.sx)(`${r}_audiences-all-tiles`,"insufficient_permissions_error_request_access")},showRetryButton:s,onInView:()=>{const e=m?"insufficient_permissions_error":"data_loading_error";(0,V.sx)(`${r}_audiences-all-tiles`,e)}})}AudienceSegmentationErrorWidget.propTypes={Widget:r().elementType.isRequired,errors:r().oneOfType([r().object,r().arrayOf(r().object)]).isRequired,onRetry:r().func,showRetryButton:r().bool,failedAudiences:r().arrayOf(r().string)};const Y=(0,l.A)({moduleName:F.L1})(AudienceSegmentationErrorWidget);var Z=i(28663),Q=(i(78464),i(72455)),q=i(58116),K=i(133),$=i(29877);function X(e,t){return(0,c.useSelect)(i=>t.reduce((t,s)=>{const n=i(Q.K9).getPartialDataSiteKitAudience(s);if(void 0===n)return{};const o={};n?o.newVsReturning="new-visitors"===n.audienceSlug?"new":"returning":o.audienceResourceName=s;const r=i(Q.K9).hasFinishedResolution("getReport",[{...e,dimensionFilters:{...e.dimensionFilters,...o}}]);return t[s]=r,t},{}))}function J(e,t){return(0,c.useSelect)(i=>t.reduce((t,s)=>{const n=i(Q.K9).getPartialDataSiteKitAudience(s);if(void 0===n)return t;const o={};n?o.newVsReturning="new-visitors"===n.audienceSlug?"new":"returning":o.audienceResourceName=s;const r=i(Q.K9).getErrorForSelector("getReport",[{...e,dimensionFilters:{...e.dimensionFilters,...o}}]);return r&&(t[s]=r),t},{}))}function ee({isSiteKitAudiencePartialData:e,siteKitAudiences:t,otherAudiences:i}){const s=(0,c.useSelect)(e=>e(q.oR).getConfiguredAudiences()),n={audienceResourceName:s},o=(0,c.useSelect)(e=>e(q.oR).getDateRangeDates({offsetDays:Q.f2,compare:!0})),{startDate:r,endDate:a}=o,l=void 0===e?void 0:i.length>0||!1===e,g=t.length>0&&e,d={...o,dimensions:[{name:"audienceResourceName"}],dimensionFilters:n,metrics:[{name:"totalUsers"},{name:"sessionsPerUser"},{name:"screenPageViewsPerSession"},{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_reportOptions"},u=(0,c.useInViewSelect)(e=>{if(void 0!==l)return l?e(Q.K9).getReport(d):null},[l,d]),p=(0,c.useSelect)(e=>{if(void 0!==l)return!l||e(Q.K9).hasFinishedResolution("getReport",[d])}),m=(0,c.useSelect)(e=>{if(void 0!==l)return l?e(Q.K9).getErrorForSelector("getReport",[d]):null}),h={...o,dimensions:[{name:"newVsReturning"}],dimensionFilters:{newVsReturning:["new","returning"]},metrics:[{name:"totalUsers"},{name:"sessionsPerUser"},{name:"screenPageViewsPerSession"},{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_newVsReturningReportOptions"},f=(0,c.useInViewSelect)(e=>{if(void 0!==g)return g?e(Q.K9).getReport(h):null},[g,h]),_=(0,c.useSelect)(e=>{if(void 0!==g)return!g||e(Q.K9).hasFinishedResolution("getReport",[h])}),y=(0,c.useSelect)(e=>{if(void 0!==g)return g?e(Q.K9).getErrorForSelector("getReport",[h]):null}),k={startDate:r,endDate:a,metrics:[{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_totalPageviewsReportOptions"},v=(0,c.useInViewSelect)(e=>e(Q.K9).getReport(k)),x=(0,c.useSelect)(e=>e(Q.K9).hasFinishedResolution("getReport",[k])),A=(0,c.useSelect)(e=>e(Q.K9).getErrorForSelector("getReport",[k])),j=Number(v?.totals?.[0]?.metricValues?.[0]?.value)||0,I={startDate:r,endDate:a,dimensions:["city"],metrics:[{name:"totalUsers"}],orderby:[{metric:{metricName:"totalUsers"},desc:!0}],limit:4,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topCitiesReportOptions"},M=(0,c.useInViewSelect)(e=>e(Q.K9).getReportForAllAudiences(I,s)),b=X(I,s),N=J(I,s),S={startDate:r,endDate:a,dimensions:["pagePath"],metrics:[{name:"screenPageViews"}],dimensionFilters:{"customEvent:googlesitekit_post_type":{filterType:"stringFilter",matchType:"EXACT",value:"post"}},orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:3,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topContentReportOptions"},E=(0,c.useInViewSelect)(e=>e(Q.K9).getReportForAllAudiences(S,s)),w=X(S,s),C=J(S,s),T={startDate:r,endDate:a,dimensions:["pagePath","pageTitle"],metrics:[{name:"screenPageViews"}],dimensionFilters:{"customEvent:googlesitekit_post_type":{filterType:"stringFilter",matchType:"EXACT",value:"post"}},orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:15,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topContentPageTitlesReportOptions"};return{report:u,reportLoaded:p,reportError:m,siteKitAudiencesReport:f,siteKitAudiencesReportLoaded:_,siteKitAudiencesReportError:y,totalPageviews:j,totalPageviewsReportLoaded:x,totalPageviewsReportError:A,topCitiesReport:M,topCitiesReportsLoaded:b,topCitiesReportErrors:N,topContentReport:E,topContentReportsLoaded:w,topContentReportErrors:C,topContentPageTitlesReport:(0,c.useInViewSelect)(e=>e(Q.K9).getReportForAllAudiences(T,s)),topContentPageTitlesReportsLoaded:X(T,s),topContentPageTitlesReportErrors:J(T,s)}}var te,ie,se,ne,oe,re,ae,le,ce,ge,de,ue,pe=i(35323),me=i(23224);function AudienceTileLoading(){return(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-loading",children:[(0,P.jsx)(me.A,{width:"100%",height:"20px"}),(0,P.jsx)(me.A,{width:"100%",height:"52px"}),(0,P.jsx)(me.A,{width:"100%",height:"52px"}),(0,P.jsx)(me.A,{width:"100%",height:"52px"}),(0,P.jsx)(me.A,{width:"100%",height:"52px"}),(0,P.jsx)(me.A,{width:"100%",height:"52px"}),(0,P.jsx)(me.A,{width:"100%",height:"52px"})]})}function he(){return he=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},he.apply(null,arguments)}const fe=e=>a.createElement("svg",he({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 190 142"},e),te||(te=a.createElement("path",{fill:"#F3F5F7",d:"M11.755 110.799a44 44 0 0 0 4.457 4.095c14.958 11.965 27.316 11.946 44.424 9.762 15.862-2.025 17.862-10.923 35.362-10.923s25.665 6.38 46 5 38.081-23.761 44.757-41.774c9.833-26.528-4.519-57.596-24.82-66.096-18.699-8.5-31.437.01-51.437-3.63C84.998 2.59 79.998-4.051 60.636 4c-20.53 8.701-20.455 23.533-32.699 38.667C18.974 53.747 4.956 56.312.734 76.959c-2.673 13.07 3.077 25.467 11.021 33.84"})),a.createElement("path",{fill:"#161B18",d:"M96.07 141.772c39.765 0 72-2.014 72-4.5 0-2.485-32.235-4.5-72-4.5s-72 2.015-72 4.5c0 2.486 32.236 4.5 72 4.5",opacity:.1,style:{mixBlendMode:"multiply"}}),ie||(ie=a.createElement("path",{fill:"#CBD0D3",d:"M96.07 141.772c39.765 0 72-2.014 72-4.5 0-2.485-32.235-4.5-72-4.5s-72 2.015-72 4.5c0 2.486 32.236 4.5 72 4.5"})),se||(se=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"M72.657 62.826c2.14 7.94 9.59 13.553 17.488 15.847 7.898 2.295 16.295 1.846 24.51 1.435 3.883-.192 7.855-.363 11.576.764s7.202 3.821 8.191 7.58c.568 2.16.147 4.49-.959 6.424"})),ne||(ne=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.705,d:"M57.306 76.348c-1.237 19.582-8.053 37.15-3.497 59.224h-5.188M63.171 135.572h-5.19l9.173-59.224"})),oe||(oe=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.7,d:"M40.754 70.174c-4.429 2-12.93 6.455-12.929 15.5"})),re||(re=a.createElement("path",{fill:"#CBD0D3",d:"m76.804 102.64-3.602.327-21.976 1.988-12.845 1.16-1.22-28.616-2.118-49.8 40.092-1.46.81 37.088.109 4.993.745 34.204z"})),ae||(ae=a.createElement("path",{fill:"#999F9B",d:"m73.203 102.967 2.067-.188 1.537-.139-1.671-76.403-2.303.105 1.24 72.43-35.862 3.393.125 2.852.048 1.095 12.845-1.159 21.977-1.989z"})),le||(le=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.7,d:"M27.827 85.674c0 5.264 5.99 9.06 10.262 7.203"})),ce||(ce=a.createElement("path",{stroke:"#7B807D",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:4.393,d:"m145.07 26.773-28 108.499"})),ge||(ge=a.createElement("path",{fill:"#E77D5B",d:"M143.121 18.374 101.519 60.22a4.39 4.39 0 0 0-1.124 4.247 4.4 4.4 0 0 0 3.116 3.096l57.038 15.105a4.394 4.394 0 0 0 5.365-5.402l-15.439-56.943a4.393 4.393 0 0 0-7.354-1.949"})),de||(de=a.createElement("path",{fill:"#962C0A",d:"m138.137 42.556 2.44-9.216 4.756 1.26-2.44 9.215-3.501 11.163-3.78-1.001zm-3.301 22.078a3.37 3.37 0 0 1-2.088-1.553 3.37 3.37 0 0 1-.316-2.584q.36-1.359 1.541-2.046a3.38 3.38 0 0 1 2.584-.316q1.359.36 2.046 1.542t.327 2.54a3.38 3.38 0 0 1-1.553 2.09q-1.182.686-2.541.327"})),ue||(ue=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"M133.461 94.876a8.35 8.35 0 0 1-4.565 3.774c-4.063 1.39-9.013-.82-10.694-4.77"}))),_e=(0,a.forwardRef)(({errors:e,onRetry:t,onRequestAccess:i},s)=>{const n=e.some(e=>(0,g.SG)(e));return(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error",ref:s,children:(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-error__container",children:[(0,P.jsx)(fe,{className:"googlesitekit-audience-segmentation-tile-error__image"}),(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-error__body",children:[(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error__message",children:(0,P.jsx)(T.A,{as:"h3",type:"headline",size:"small",className:"googlesitekit-audience-segmentation-tile-error__title",children:n?(0,u.__)("Insufficient permissions","google-site-kit"):(0,u.__)("Data loading failed","google-site-kit")})}),(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error__actions",children:(0,P.jsx)(z.A,{moduleSlug:"analytics-4",error:e,GetHelpLink:n?GetHelpLink:void 0,hideGetHelpLink:!n,buttonVariant:"danger",onRetry:t,onRequestAccess:i})})]})]})})});_e.propTypes={errors:r().array.isRequired,onRetry:r().func.isRequired,onRequestAccess:r().func.isRequired};const ye=_e,ke=(0,G.A)(ye);function AudienceTileError({audienceSlug:e,errors:t}){const i=(0,W.A)(),s=t.some(e=>(0,g.SG)(e));return(0,P.jsx)(ke,{errors:t,onInView:()=>{const t=s?"insufficient_permissions_error":"data_loading_error";(0,V.sx)(`${i}_audiences-tile`,t,e)},onRetry:()=>{(0,V.sx)(`${i}_audiences-tile`,"data_loading_error_retry",e)},onRequestAccess:()=>{(0,V.sx)(`${i}_audiences-tile`,"insufficient_permissions_error_request_access",e)}})}AudienceTileError.propTypes={audienceSlug:r().string.isRequired,errors:r().array.isRequired};var ve,xe=i(4452),Ae=i.n(xe);function je(){return je=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},je.apply(null,arguments)}const Ie=e=>a.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),ve||(ve=a.createElement("path",{fill:"currentColor",d:"M.833 16.667v-2.334q0-.708.354-1.291a2.5 2.5 0 0 1 .98-.917q1.29-.646 2.624-.958a11 11 0 0 1 2.709-.333q1.375 0 2.708.333 1.333.313 2.625.958.604.313.958.917.375.584.375 1.292v2.333zm15 0v-2.5q0-.917-.52-1.75-.5-.855-1.438-1.458 1.062.125 2 .437a10 10 0 0 1 1.75.73q.75.416 1.145.937.396.5.396 1.104v2.5zM7.5 10a3.2 3.2 0 0 1-2.354-.979 3.2 3.2 0 0 1-.98-2.354q0-1.376.98-2.354a3.2 3.2 0 0 1 2.354-.98 3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .979 2.354 3.2 3.2 0 0 1-.98 2.354 3.2 3.2 0 0 1-2.353.98m8.333-3.333a3.2 3.2 0 0 1-.98 2.354 3.2 3.2 0 0 1-2.353.98q-.23 0-.584-.042a7 7 0 0 1-.583-.125q.563-.667.854-1.48a4.7 4.7 0 0 0 .313-1.687q0-.875-.313-1.688a4.8 4.8 0 0 0-.854-1.479q.292-.104.583-.125a4 4 0 0 1 .584-.042 3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .979 2.354M2.5 15h10v-.666a.74.74 0 0 0-.125-.417.74.74 0 0 0-.292-.292 10.5 10.5 0 0 0-2.27-.833 9.34 9.34 0 0 0-4.626 0q-1.146.27-2.27.833a.9.9 0 0 0-.313.292.84.84 0 0 0-.104.417zm5-6.666q.687 0 1.166-.48.5-.5.5-1.187t-.5-1.167Q8.186 5 7.5 5q-.688 0-1.188.5-.48.48-.479 1.167 0 .687.48 1.187.499.48 1.187.48"})));var Me;function be(){return be=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},be.apply(null,arguments)}const Ne=e=>a.createElement("svg",be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Me||(Me=a.createElement("path",{fill:"currentColor",d:"M10 17.5a7.4 7.4 0 0 1-2.937-.583 8 8 0 0 1-2.375-1.605 8 8 0 0 1-1.605-2.374A7.4 7.4 0 0 1 2.5 10q0-1.563.583-2.917a7.7 7.7 0 0 1 1.604-2.375 7.6 7.6 0 0 1 2.375-1.604A7.2 7.2 0 0 1 10 2.5q1.708 0 3.23.73a7.25 7.25 0 0 1 2.603 2.062V3.333H17.5v5h-5V6.667h2.292a6.2 6.2 0 0 0-2.104-1.834A5.6 5.6 0 0 0 10 4.167q-2.437 0-4.146 1.708Q4.167 7.563 4.167 10t1.687 4.146q1.71 1.687 4.146 1.687 2.188 0 3.813-1.416 1.646-1.418 1.937-3.584h1.708q-.312 2.854-2.458 4.771-2.125 1.896-5 1.896m2.333-4-3.166-3.167v-4.5h1.666v3.834l2.667 2.666z"})));var Se;function Ee(){return Ee=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Ee.apply(null,arguments)}const we=e=>a.createElement("svg",Ee({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Se||(Se=a.createElement("path",{fill:"currentColor",d:"M13.125 16.667H3.334q-.689 0-1.188-.48-.48-.5-.479-1.187V5q0-.687.48-1.166.498-.5 1.187-.5h13.333q.687 0 1.167.5.5.479.5 1.166v10q0 .688-.5 1.188-.48.48-1.167.479H15.5l-3.916-3.917q-.437.292-.959.438-.5.146-1.041.146-1.562 0-2.667-1.084-1.083-1.104-1.083-2.666 0-1.563 1.083-2.646a3.63 3.63 0 0 1 2.667-1.104q1.562 0 2.646 1.104 1.104 1.083 1.104 2.646 0 .563-.146 1.062a3.4 3.4 0 0 1-.438.938L16.167 15h.5V5H3.334v10h8.125zm-3.541-5q.874 0 1.479-.604.604-.604.604-1.48 0-.875-.604-1.479a2.01 2.01 0 0 0-1.48-.604q-.874 0-1.479.604a2.01 2.01 0 0 0-.604 1.48q0 .875.604 1.479.604.603 1.48.604M3.334 15V5z"})));var Ce;function Te(){return Te=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Te.apply(null,arguments)}const De=e=>a.createElement("svg",Te({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Ce||(Ce=a.createElement("path",{fill:"currentColor",d:"M4.167 17.5q-.688 0-1.188-.48-.48-.498-.479-1.187V4.167q0-.689.48-1.167.499-.5 1.187-.5h11.666q.688 0 1.167.5.5.48.5 1.167v11.666q0 .688-.5 1.188-.48.48-1.167.479zm0-1.667h11.666v-10H4.167zM10 14.167q-1.709 0-3.062-.917A5.4 5.4 0 0 1 5 10.833a5.27 5.27 0 0 1 1.938-2.395Q8.29 7.499 10 7.5q1.709 0 3.042.938A5.23 5.23 0 0 1 15 10.833a5.35 5.35 0 0 1-1.958 2.417q-1.334.917-3.042.917m0-1.25q1.167 0 2.125-.542a4 4 0 0 0 1.5-1.542 3.85 3.85 0 0 0-1.5-1.52A4.1 4.1 0 0 0 10 8.75a4.1 4.1 0 0 0-2.125.563 3.85 3.85 0 0 0-1.5 1.52 4 4 0 0 0 1.5 1.542 4.24 4.24 0 0 0 2.125.542m0-.834a1.26 1.26 0 0 1-.896-.354 1.26 1.26 0 0 1-.354-.896q0-.52.354-.875.375-.375.896-.375.52 0 .875.375.375.354.375.875t-.375.896a1.2 1.2 0 0 1-.875.354"})));var Re;function ze(){return ze=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ze.apply(null,arguments)}const Le=e=>a.createElement("svg",ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Re||(Re=a.createElement("path",{fill:"currentColor",d:"M10 18.333a.78.78 0 0 1-.5-.166 1 1 0 0 1-.312-.438 11.6 11.6 0 0 0-1-2.187q-.585-1.022-1.646-2.396-1.062-1.376-1.73-2.625-.645-1.25-.645-3.021 0-2.437 1.687-4.125Q7.564 1.666 10 1.667q2.438 0 4.125 1.708 1.71 1.688 1.709 4.125 0 1.896-.73 3.166-.708 1.25-1.645 2.48-1.125 1.5-1.709 2.5a11.8 11.8 0 0 0-.937 2.083.94.94 0 0 1-.334.458.8.8 0 0 1-.479.146m0-2.979q.354-.708.792-1.396.459-.688 1.333-1.833a20 20 0 0 0 1.459-2.146q.583-1 .583-2.48 0-1.728-1.23-2.937Q11.73 3.332 10 3.333t-2.958 1.23Q5.833 5.77 5.834 7.5q0 1.479.562 2.479.584.98 1.48 2.146.874 1.146 1.312 1.833.458.688.812 1.396m0-5.77q.876 0 1.48-.605.603-.604.604-1.48 0-.874-.604-1.478A2.01 2.01 0 0 0 10 5.417q-.875-.001-1.479.604A2.01 2.01 0 0 0 7.917 7.5q0 .875.604 1.479t1.48.604"})));var Oe;function Pe(){return Pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Pe.apply(null,arguments)}const Be=e=>a.createElement("svg",Pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Oe||(Oe=a.createElement("path",{fill:"currentColor",d:"M3.334 16.667q-.689 0-1.188-.48-.48-.5-.479-1.187V5q0-.687.48-1.166.498-.5 1.187-.5h13.333q.687 0 1.167.5.5.479.5 1.166v10q0 .688-.5 1.188-.48.48-1.167.479zm0-1.667h8.75v-2.916h-8.75zm10.416 0h2.917V7.5H13.75zM3.334 10.417h8.75V7.5h-8.75z"})));function AudienceTileMetric({TileIcon:e,title:t,metricValue:i,Badge:s,metricValueFormat:n}){return(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric",children:[(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,P.jsx)(e,{})}),(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__value",children:(0,V.Eo)(i,n)}),(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:t})]}),(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__badge-container",children:(0,P.jsx)(s,{})})]})}function AudienceTileNoData(){return(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__no-data",children:(0,u.__)("No data to show yet","google-site-kit")})}function AudienceTileCitiesMetric({TileIcon:e,title:t,topCities:i}){const s=i?.dimensionValues?.filter(Boolean)||[],n=!!s.length;return(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric googlesitekit-audience-segmentation-tile-metric--cities",children:[(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,P.jsx)(e,{})}),(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:t}),(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__content",children:[!n&&(0,P.jsx)(AudienceTileNoData,{}),n&&s.map((e,t)=>(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric",children:[(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric-name",children:e?.value}),(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric-value",children:(0,V.Eo)(i?.metricValues[t]?.value/i?.total,{style:"percent",maximumFractionDigits:1})})]},e?.value))]})]})]})}AudienceTileMetric.propTypes={TileIcon:r().elementType.isRequired,title:r().string.isRequired,metricValue:r().number.isRequired,Badge:r().elementType.isRequired,metricValueFormat:r().object},AudienceTileCitiesMetric.propTypes={TileIcon:r().elementType.isRequired,title:r().string.isRequired,topCities:r().object};var Ue=i(44451),Ge=i(78340),Ve=i(93896),We=i(10953);function BadgeWithTooltip({className:e="",label:t,onTooltipOpen:i,tooltipTitle:s}){return(0,P.jsxs)("span",{className:Ae()("googlesitekit-badge-with-tooltip","googlesitekit-badge",e),children:[t,s&&(0,P.jsx)(We.A,{onOpen:i,title:s})]})}function PartialDataNotice({content:e}){return(0,P.jsx)("span",{className:"googlesitekit-audience-segmentation-partial-data-notice",children:e})}BadgeWithTooltip.propTypes={onTooltipOpen:r().func,tooltipTitle:r().node,className:r().string,label:r().node.isRequired},PartialDataNotice.propTypes={content:r().node};const Fe=(0,a.forwardRef)(({onClick:e,isSaving:t},i)=>(0,P.jsxs)("div",{ref:i,className:"googlesitekit-audience-segmentation-tile-metric__no-data",children:[(0,u.__)("No data to show","google-site-kit"),(0,P.jsx)(D.A,{children:(0,u.__)("Update Analytics to track metric","google-site-kit")}),(0,P.jsx)(R.SpinnerButton,{onClick:e,isSaving:t,disabled:t,danger:!0,children:(0,u.__)("Update","google-site-kit")})]}));Fe.propTypes={onClick:r().func.isRequired,isSaving:r().bool};const He=Fe,Ye=(0,G.A)(He);function AudienceTilePagesMetricContent({topContentTitles:e,topContent:t,isTopContentPartialData:i,hasCustomDimension:s,onCreateCustomDimension:n,isSaving:o}){const r=(0,W.A)(),a=(0,pe.A)(),l=(0,E.dv)(),g=[E.mp,E.Lg].includes(l),d=t?.dimensionValues?.filter(Boolean)||[],p=!!d.length,m=(0,c.useSelect)(e=>e(q.oR).getDateRangeDates({offsetDays:Q.f2}));function ContentLinkComponent({content:t}){const i=e[t?.value],s=t?.value,n=(0,c.useSelect)(e=>a?null:e(Q.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:s},dates:m}));return a?(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__top-content-metric-name",children:i}):(0,P.jsx)(O.A,{href:n,title:i,external:!0,hideExternalIndicator:!0,children:i})}return(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__content",children:[!s&&(0,P.jsx)(Ye,{onClick:function(){(0,V.sx)(`${r}_audiences-top-content-cta`,"create_custom_dimension").finally(n)},isSaving:o,onInView:()=>{(0,V.sx)(`${r}_audiences-top-content-cta`,"view_cta")}}),s&&!p&&(0,P.jsx)(AudienceTileNoData,{}),s&&p&&d.map((e,i)=>(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__page-metric-container",children:[(0,P.jsx)(ContentLinkComponent,{content:e}),(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__page-metric-value",children:(0,V.Eo)(t?.metricValues[i]?.value)})]},e?.value)),g&&i&&(0,P.jsx)(PartialDataNotice,{content:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this metric","google-site-kit")})]})}AudienceTilePagesMetricContent.propTypes={topContentTitles:r().object,topContent:r().object,isTopContentPartialData:r().bool,hasCustomDimension:r().bool,onCreateCustomDimension:r().func,isSaving:r().bool};var Ze=i(43427),Qe=i(27333);function AudienceTilePagesMetric({audienceTileNumber:e,audienceSlug:t,TileIcon:n,title:o,topContent:r,topContentTitles:l,isTopContentPartialData:d}){const p=(0,E.dv)(),m=(0,W.A)(),h=Q.Cu.googlesitekit_post_type.parameterName,f=(0,c.useSelect)(e=>!e(Q.K9).hasCustomDimensions(h)),_=(0,c.useSelect)(e=>e(q.oR).hasScope(Q.S9)),y=(0,Ue.F)(i.g.location.href,{notification:"audience_segmentation",widgetArea:Ze.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION}),k=(0,Ue.F)(i.g.location.href,{widgetArea:Ze.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION}),v=(0,Qe.A)(Q.CV,"isAutoCreatingCustomDimensionsForAudience"),x=(0,c.useSelect)(e=>e(Q.K9).isCreatingCustomDimension(h)),A=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableCustomDimensions()),j=(0,c.useSelect)(e=>e(Q.K9).getCreateCustomDimensionError(h)),I=(0,c.useSelect)(e=>e(Q.K9).getPropertyID()),{clearError:M}=(0,c.useDispatch)(Q.K9),{setValues:b}=(0,c.useDispatch)(Ge.s),{setPermissionScopeError:N,clearPermissionScopeError:S}=(0,c.useDispatch)(q.oR),w=(0,Qe.A)(Q.CV,"isRetrying"),C=(0,Qe.A)(Q.CV,"autoSubmit"),T=(0,c.useSelect)(e=>e(Ve.O4).getSetupErrorCode()),{setSetupErrorCode:D}=(0,c.useDispatch)(Ve.O4),R=C&&"access_denied"===T,z=(0,a.useCallback)(({isRetrying:e}={})=>{b(Q.CV,{autoSubmit:!0,isRetrying:e}),_||N({code:g.db,message:(0,u.__)("Additional permissions are required to create new audiences in Analytics.","google-site-kit"),data:{status:403,scopes:[Q.S9],skipModal:!0,skipDefaultErrorNotifications:!0,redirectURL:y,errorRedirectURL:k}})},[_,y,k,N,b]),L=(0,a.useCallback)(()=>{b(Q.CV,{autoSubmit:!1,isRetrying:!1}),D(null),S(),M("createCustomDimension",[I,Q.Cu.googlesitekit_post_type])},[M,S,I,D,b]),O=[E.mp,E.Lg].includes(p),B=v||x||A;return(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric googlesitekit-audience-segmentation-tile-metric--top-content",children:[(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,P.jsx)(n,{})}),(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:[o,!O&&d&&(0,P.jsx)(BadgeWithTooltip,{className:"googlesitekit-audience-segmentation-partial-data-badge",label:(0,u.__)("Partial data","google-site-kit"),onTooltipOpen:()=>{(0,V.sx)(`${m}_audiences-tile`,"view_top_content_partial_data_tooltip",t)},tooltipTitle:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this metric","google-site-kit")})]}),(0,P.jsx)(AudienceTilePagesMetricContent,{topContentTitles:l,topContent:r,isTopContentPartialData:d,hasCustomDimension:!f,onCreateCustomDimension:z,isSaving:B}),0===e&&(j&&!B||w&&!v||R)&&(0,P.jsx)(s.A,{apiErrors:[j],title:(0,u.__)("Failed to enable metric","google-site-kit"),description:(0,u.__)("Oops! Something went wrong. Retry enabling the metric.","google-site-kit"),onRetry:()=>z({isRetrying:!0}),onCancel:L,inProgress:B,hasOAuthError:R,trackEventCategory:`${m}_audiences-top-content-cta`})]})]})}AudienceTilePagesMetric.propTypes={audienceTileNumber:r().number,audienceSlug:r().string.isRequired,TileIcon:r().elementType.isRequired,title:r().string.isRequired,topContent:r().object,topContentTitles:r().object,isTopContentPartialData:r().bool};var qe,Ke,$e,Xe,Je,et,tt,it,st,nt,ot=i(2478);function rt(){return rt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},rt.apply(null,arguments)}const at=e=>a.createElement("svg",rt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 109 94"},e),qe||(qe=a.createElement("path",{fill:"#EBEEF0",d:"M54.323 93.529c21.908 0 39.667-17.76 39.667-39.667 0-21.908-17.76-39.667-39.667-39.667s-39.667 17.76-39.667 39.667 17.76 39.667 39.667 39.667"})),Ke||(Ke=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2.578,d:"m37.717 38.469 52.162 18.445a12.955 12.955 0 0 0 16.533-7.896v0a12.95 12.95 0 0 0-3.553-13.955 13 13 0 0 0-4.349-2.582L87.024 28.42l-.014.042c.3-1.877.323-3.787.07-5.67"})),$e||($e=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2.578,d:"M70.947 38.469 18.785 56.914A12.955 12.955 0 0 1 2.25 49.018v0a12.955 12.955 0 0 1 7.902-16.537L21.64 28.42l.016.042a19.4 19.4 0 0 1-.07-5.668"})),Xe||(Xe=a.createElement("path",{fill:"#70B2F5",d:"m27.61.51.497 83.126a39.625 39.625 0 0 0 53.598-1.071l1.19-82.11z"})),Je||(Je=a.createElement("path",{fill:"#77AD8C",d:"m27.61.51.497 83.126a39.625 39.625 0 0 0 53.598-1.071l1.19-82.11z"})),a.createElement("path",{fill:"#77AD8C",d:"m82.648 17.112.24-16.66h-5.853l-1.033 86.633a40 40 0 0 0 5.702-4.526z",opacity:.2,style:{mixBlendMode:"multiply"}}),et||(et=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.785,d:"M44.723 46.377c4.916 3.946 11.868 4.892 19.218.273"})),tt||(tt=a.createElement("path",{fill:"#7B807D",d:"M80.38 24.992c0-9.563-11.446-17.056-26.059-17.056s-26.06 7.49-26.06 17.056z"})),it||(it=a.createElement("path",{fill:"#fff",stroke:"#464B48",strokeLinejoin:"round",strokeWidth:4.363,d:"M39.588 39.737c8.143 0 14.744-6.602 14.744-14.745s-6.601-14.744-14.744-14.744-14.744 6.601-14.744 14.744 6.601 14.744 14.744 14.744Z"})),st||(st=a.createElement("path",{fill:"#fff",stroke:"#464B48",strokeLinejoin:"round",strokeWidth:4.363,d:"M69.076 39.737c8.143 0 14.745-6.602 14.745-14.745s-6.602-14.744-14.745-14.744-14.744 6.601-14.744 14.744 6.601 14.744 14.744 14.744Z"})),nt||(nt=a.createElement("path",{stroke:"#B8BDB9",strokeLinejoin:"round",strokeWidth:3.173,d:"M30.86 24.992a8.74 8.74 0 0 1 8.726-8.726M60.348 24.992a8.74 8.74 0 0 1 8.726-8.726"})));function AudienceTileCollectingData(){return(0,P.jsxs)(a.Fragment,{children:[(0,P.jsx)(at,{className:"googlesitekit-audience-segmentation-tile__zero-data-image"}),(0,P.jsx)("p",{className:"googlesitekit-audience-segmentation-tile__zero-data-description",children:(0,u.__)("Site Kit is collecting data for this group.","google-site-kit")})]})}var lt;function ct(){return ct=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ct.apply(null,arguments)}const gt=e=>a.createElement("svg",ct({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 19 19"},e),lt||(lt=a.createElement("path",{fill:"currentColor",d:"m12.907 10.523-1.088-1.088q.17-.88-.506-1.65-.675-.768-1.743-.6L8.482 6.098q.319-.15.638-.225.337-.075.712-.075 1.407 0 2.381.994.994.975.994 2.381 0 .375-.075.712-.075.319-.225.638m2.4 2.362-1.088-1.05a8 8 0 0 0 1.257-1.18 6.7 6.7 0 0 0 .956-1.482 7.3 7.3 0 0 0-2.7-3q-1.743-1.125-3.9-1.125-.544 0-1.069.075t-1.031.225L6.57 4.185a8 8 0 0 1 1.575-.468 8.2 8.2 0 0 1 1.687-.169q2.831 0 5.044 1.575a8.87 8.87 0 0 1 3.206 4.05 8.8 8.8 0 0 1-1.144 2.063 8.2 8.2 0 0 1-1.631 1.65m.375 4.613-3.15-3.113a10 10 0 0 1-1.331.32 10 10 0 0 1-1.369.093q-2.831 0-5.044-1.556a9 9 0 0 1-3.206-4.07 8.7 8.7 0 0 1 .994-1.837q.6-.862 1.369-1.537l-2.063-2.1 1.05-1.05 13.8 13.8zM4.995 6.848A8 8 0 0 0 4 7.917q-.45.58-.769 1.256a7.46 7.46 0 0 0 2.681 3.019q1.763 1.106 3.919 1.106.375 0 .731-.038.357-.056.731-.112l-.675-.713a6 6 0 0 1-.393.094 4 4 0 0 1-.394.019q-1.405 0-2.4-.975-.975-.994-.975-2.4 0-.207.019-.394.037-.187.094-.394z"})));function AudienceTileCollectingDataHideable({onHideTile:e}){return(0,P.jsxs)(a.Fragment,{children:[(0,P.jsx)("p",{className:"googlesitekit-audience-segmentation-tile__zero-data-description",children:(0,u.__)("You can hide this group until data is available.","google-site-kit")}),(0,P.jsx)(O.A,{className:"googlesitekit-audience-segmentation-tile-hide-cta",onClick:e,leadingIcon:(0,P.jsx)(gt,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,u.__)("Temporarily hide","google-site-kit")})]})}AudienceTileCollectingDataHideable.propTypes={onHideTile:r().func.isRequired};const dt=(0,a.forwardRef)(({Widget:e,audienceSlug:t,title:i,infoTooltip:s,isMobileBreakpoint:n,isTileHideable:o,onHideTile:r},a)=>{const l=(0,W.A)();return(0,P.jsx)(e,{ref:a,noPadding:!0,children:(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile",children:(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__zero-data-container",children:[!n&&(0,P.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__header",children:(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header-title",children:[i,s&&(0,P.jsx)(We.A,{title:s,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>(0,V.sx)(`${l}_audiences-tile`,"view_tile_tooltip",t)})]})}),(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__zero-data-content",children:[(0,P.jsx)(AudienceTileCollectingData,{}),o&&(0,P.jsx)(AudienceTileCollectingDataHideable,{onHideTile:r})]})]})})})});dt.propTypes={Widget:r().elementType.isRequired,audienceSlug:r().string.isRequired,title:r().string.isRequired,infoTooltip:r().oneOfType([r().string,r().element]),isMobileBreakpoint:r().bool,isTileHideable:r().bool,onHideTile:r().func};const ut=dt,pt=(0,G.A)(ut);function AudienceTileZeroData({Widget:e,audienceSlug:t,title:i,infoTooltip:s,isMobileBreakpoint:n,isTileHideable:o,onHideTile:r}){const a=(0,W.A)();return(0,P.jsx)(pt,{Widget:e,audienceSlug:t,title:i,infoTooltip:s,isMobileBreakpoint:n,isTileHideable:o,onHideTile:function(){(0,V.sx)(`${a}_audiences-tile`,"temporarily_hide",t).finally(r)},onInView:()=>{(0,V.sx)(`${a}_audiences-tile`,"view_tile_collecting_data",t)}})}function AudienceTile({audienceTileNumber:e=0,audienceSlug:t,title:i,infoTooltip:s,visitors:n,visitsPerVisitor:o,pagesPerVisit:r,pageviews:a,percentageOfTotalPageViews:l,topCities:g,topContent:d,topContentTitles:p,hasInvalidCustomDimensionError:m,Widget:h,audienceResourceName:f,isZeroData:_,isPartialData:y,isTileHideable:k,onHideTile:v}){const x=(0,E.dv)(),A=(0,W.A)(),j=(0,pe.A)(),I=(0,c.useInViewSelect)(e=>{const t=e(Q.K9).getPropertyID();return t&&e(Q.K9).isPropertyPartialData(t)}),M=(0,c.useSelect)(e=>e(Q.K9).isSiteKitAudience(f)),b=(0,c.useInViewSelect)(e=>!M&&void 0!==I&&(!I&&f&&e(Q.K9).isAudiencePartialData(f)),[I,M,f]),N=(0,c.useInViewSelect)(e=>void 0!==I&&(!I&&!b&&e(Q.K9).isCustomDimensionPartialData("googlesitekit_post_type")),[b]),S=(0,c.useInViewSelect)(e=>e(Q.K9).hasCustomDimensions("googlesitekit_post_type"),[]),w=[E.mp,E.Lg].includes(x);return y&&_?(0,P.jsx)(AudienceTileZeroData,{Widget:h,audienceSlug:t,title:i,infoTooltip:s,isMobileBreakpoint:w,isTileHideable:k,onHideTile:v}):(0,P.jsx)(h,{noPadding:!0,children:(0,P.jsxs)("div",{className:Ae()("googlesitekit-audience-segmentation-tile",{"googlesitekit-audience-segmentation-tile--partial-data":b}),children:[!w&&(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header",children:[(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header-title",children:[i,s&&(0,P.jsx)(We.A,{title:s,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>(0,V.sx)(`${A}_audiences-tile`,"view_tile_tooltip",t)})]}),b&&(0,P.jsx)(BadgeWithTooltip,{className:"googlesitekit-audience-segmentation-partial-data-badge",label:(0,u.__)("Partial data","google-site-kit"),tooltipTitle:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this group","google-site-kit"),onTooltipOpen:()=>{(0,V.sx)(`${A}_audiences-tile`,"view_tile_partial_data_tooltip",t)}})]}),(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__metrics",children:[w&&b&&(0,P.jsx)(PartialDataNotice,{content:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this group","google-site-kit")}),(0,P.jsx)(AudienceTileMetric,{TileIcon:Ie,title:(0,u.__)("Visitors","google-site-kit"),metricValue:n.currentValue,Badge:()=>(0,P.jsx)(ot.A,{previousValue:n.previousValue,currentValue:n.currentValue})}),(0,P.jsx)(AudienceTileMetric,{TileIcon:Ne,title:(0,u.__)("Visits per visitor","google-site-kit"),metricValue:o.currentValue,Badge:()=>(0,P.jsx)(ot.A,{previousValue:o.previousValue,currentValue:o.currentValue})}),(0,P.jsx)(AudienceTileMetric,{TileIcon:we,title:(0,u.__)("Pages per visit","google-site-kit"),metricValue:r.currentValue,Badge:()=>(0,P.jsx)(ot.A,{previousValue:r.previousValue,currentValue:r.currentValue}),metricValueFormat:{style:"decimal",maximumFractionDigits:2}}),(0,P.jsx)(AudienceTileMetric,{TileIcon:De,title:(0,u.sprintf)(/* translators: %s: is a percentage value such as 33.3%. */ /* translators: %s: is a percentage value such as 33.3%. */ (0,u.__)("%s of total pageviews","google-site-kit"),(0,V.Eo)(l,{style:"percent",maximumFractionDigits:1})),metricValue:a.currentValue,Badge:()=>(0,P.jsx)(ot.A,{previousValue:a.previousValue,currentValue:a.currentValue})}),(0,P.jsx)(AudienceTileCitiesMetric,{TileIcon:Le,title:(0,u.__)("Cities with the most visitors","google-site-kit"),topCities:g}),(!j||S&&!m)&&(0,P.jsx)(AudienceTilePagesMetric,{audienceTileNumber:e,audienceSlug:t,TileIcon:Be,title:(0,u.__)("Top content by pageviews","google-site-kit"),topContentTitles:p,topContent:d,isTopContentPartialData:N})]})]})})}function AudienceTooltipMessage({audienceSlug:e,audienceName:t}){const i=(0,c.useSelect)(e=>e(Ve.O4).getDocumentationLinkURL("visitor-group-insights"));return(0,a.useMemo)(()=>{switch(e){case"new-visitors":return(0,L.A)((0,u.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,u.__)('%s are people who visited your site for the first time. Note that under some circumstances it\'s possible for a visitor to be counted in both the "new" and "returning" groups. <link>Learn more</link>',"google-site-kit"),"<strong>New visitors</strong>"),{strong:(0,P.jsx)("strong",{}),link:(0,P.jsx)(O.A,{href:i,external:!0,hideExternalIndicator:!0})});case"returning-visitors":return(0,L.A)((0,u.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,u.__)('%s are people who have visited your site at least once before. Note that under some circumstances it\'s possible for a visitor to be counted in both the "new" and "returning" groups. <link>Learn more</link>',"google-site-kit"),"<strong>Returning visitors</strong>"),{strong:(0,P.jsx)("strong",{}),link:(0,P.jsx)(O.A,{href:i,external:!0,hideExternalIndicator:!0})});default:return(0,L.A)((0,u.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,u.__)("%s is an audience that already exists in your Analytics property. Note that it's possible for a visitor to be counted in more than one group. <link>Learn more</link>","google-site-kit"),`<strong>${t}</strong>`),{strong:(0,P.jsx)("strong",{}),link:(0,P.jsx)(O.A,{href:i,external:!0,hideExternalIndicator:!0})})}},[e,t,i])}var mt,ht,ft,_t,yt,kt,vt,xt,At,jt,It,Mt,bt,Nt,St,Et,wt,Ct,Tt,Dt,Rt,zt,Lt,Ot,Pt,Bt,Ut,Gt,Vt,Wt,Ft,Ht,Yt,Zt,Qt,qt,Kt,$t,Xt,Jt,ei,ti,ii,si,ni,oi,ri,ai,li,ci,gi,di,ui,pi,mi,hi,fi,_i,yi,ki,vi,xi,Ai,ji,Ii,Mi,bi,Ni,Si,Ei;function wi(){return wi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},wi.apply(null,arguments)}AudienceTileZeroData.propTypes={Widget:r().elementType.isRequired,audienceSlug:r().string.isRequired,title:r().string.isRequired,infoTooltip:r().oneOfType([r().string,r().element]),isMobileBreakpoint:r().bool,isTileHideable:r().bool,onHideTile:r().func},AudienceTile.propTypes={audienceTileNumber:r().number,audienceSlug:r().string.isRequired,title:r().string.isRequired,infoTooltip:r().oneOfType([r().string,r().element]),visitors:r().object,visitsPerVisitor:r().object,pagesPerVisit:r().object,pageviews:r().object,percentageOfTotalPageViews:r().number,topCities:r().object,topContent:r().object,topContentTitles:r().object,hasInvalidCustomDimensionError:r().bool,Widget:r().elementType.isRequired,audienceResourceName:r().string.isRequired,isZeroData:r().bool,isPartialData:r().bool,isTileHideable:r().bool,onHideTile:r().func},AudienceTooltipMessage.propTypes={audienceSlug:r().string.isRequired};const Ci=e=>a.createElement("svg",wi({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 211 109"},e),mt||(mt=a.createElement("path",{fill:"#B8E6CA",d:"M2.675 72.31a29.3 29.3 0 0 0 5.678 8.74c9.451 9.955 23.416 10.799 36.223 8.308a88.8 88.8 0 0 0 35.776-15.752c6.09-4.513 12.104-10.113 20.167-10.363 3.027-.093 6.158.741 8.445 2.71 4.753 4.063 4.668 11.012 8.377 15.829 4.932 6.405 12.026 8.389 19.764 9.128 21.862 2.086 47.902-4.758 62.939-21.412 13.426-14.868 15.038-38.526-1.214-52.08-7.425-6.192-17.606-9.03-27.216-7.584-7.345 1.105-14.801 4.467-22.404 5.401-8.954 1.103-14.49-2.659-21.734-7.04C114.852.58 98.164-2.345 83.874 2.072 70.195 6.301 60.35 17.846 47.04 22.918c-11.502 4.385-25.089 3.717-35.082 10.86C.133 42.228-2.84 59.286 2.675 72.31"})),a.createElement("path",{fill:"#161B18",d:"M108.273 109c54.612 0 98.883-1.735 98.883-3.874s-44.271-3.875-98.883-3.875-98.882 1.735-98.882 3.875S53.66 109 108.273 109",opacity:.1,style:{mixBlendMode:"multiply"}}),ht||(ht=a.createElement("path",{fill:"#CBD0D3",d:"M108.273 109c54.612 0 98.883-1.735 98.883-3.874s-44.271-3.875-98.883-3.875-98.882 1.735-98.882 3.875S53.66 109 108.273 109"})),ft||(ft=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M134.765 53.225c-1.065 16.927-6.936 32.112-3.012 51.193h-4.468M139.814 104.418h-4.47l7.9-51.193"})),_t||(_t=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M120.504 36.651c-3.814 1.73-11.135 5.58-11.135 13.398M147.266 35.787c3.493 1.787 11.06 7.678 11.977 13.225"})),yt||(yt=a.createElement("path",{fill:"#77AD8C",d:"m151.555 75.952-3.102.282-18.926 1.719-11.063 1.002-1.049-24.735-1.825-43.046 34.528-1.262.697 32.058.094 4.316.642 29.565z"})),kt||(kt=a.createElement("path",{fill:"#5C9271",d:"m148.453 76.234 1.78-.162 1.323-.12-1.439-66.042-1.983.091 1.281 63.2-24.976 2.127.862-19.15-7.844-1.074.86 20.438.107 2.465.041.946 11.063-1.002 18.927-1.719z"})),vt||(vt=a.createElement("path",{fill:"#CBD0D3",d:"M135.891 70.752c.032.916-.392-20.197-.629-27.044-6.628-3.008-13.797-3.559-20.67-1.228l.628 27.043c6.874-2.33 14.043-1.779 20.671 1.23"})),xt||(xt=a.createElement("path",{fill:"#EBEEF0",d:"M135.926 70.752c.01.916-.547-20.194-.629-27.044 6.481-3.306 13.617-4.182 20.592-2.166l.629 27.043c-6.975-2.015-14.111-1.139-20.592 2.167"})),At||(At=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M133.233 60.796c-.083-3.907-.202-9.298-.333-14.96l.196-.005a8404 8404 0 0 1 .43 19.559l.023 1.18.004.262v.05l-.001.008a.18.18 0 0 1-.093.083.18.18 0 0 1-.1-.08l-.002-.007v-.007l-.001-.02h.001v-.025l-.004-.26-.023-1.18zm.126 6.063a.2.2 0 0 1 .093-.08.2.2 0 0 1 .097.073zm.194.01v-.001zM130.917 60.007c-.084-3.912-.203-9.29-.334-14.911l.197-.004a10935 10935 0 0 1 .432 19.528l.024 1.198.004.271.001.05v.008l-.004.02c-.054.062-.17.035-.189-.002l-.003-.015-.001-.005v-.053000000000000005l-.005-.27-.024-1.198c-.022-1.071-.055-2.66-.098-4.617m.129 6.12.193-.006-.001-.006c-.02-.037-.135-.063-.19-.002zM128.613 59.401c-.086-3.923-.206-9.285-.335-14.834l.197-.005a9890 9890 0 0 1 .459 20.704l.005.284.001.055v.008l-.001.006a.18.18 0 0 1-.094.087.2.2 0 0 1-.1-.082l-.001-.007-.001-.017h.001l-.001-.047-.005-.283-.025-1.221zm.131 6.199.195-.007a.2.2 0 0 0-.1-.081.2.2 0 0 0-.095.086zM126.303 58.977c-.087-3.938-.207-9.284-.334-14.744l.196-.005c.127 5.46.248 10.807.335 14.744l.102 4.688.032 1.545.001.061v.012l-.001.009c-.005.02-.109.084-.191.017l-.004-.02v-.008l-.001-.007h.001v-.001l-.001-.06-.006-.296-.026-1.248zm.136 6.292.195-.007-.004-.018c-.081-.066-.186-.003-.19.017zM124.002 58.73c-.088-3.958-.209-9.292-.334-14.653l.196-.004a14129 14129 0 0 1 .439 19.391l.028 1.28.006.312.002.068v.015l-.002.014c-.08.078-.19.014-.194-.004l-.001-.007v-.009000000000000001l.196-.006v-.005c-.005-.018-.114-.082-.194-.004l-.002.014v.001-.007l-.001-.066-.006-.312-.028-1.28zM121.709 58.698c-.09-3.97-.211-9.281-.333-14.54l.196-.005a15731 15731 0 0 1 .44 19.316l.029 1.306.006.327.002.074v.021a.2.2 0 0 1-.021.056.17.17 0 0 1-.175-.05v-.006l-.001-.004.197-.007-.001-.003a.16.16 0 0 0-.174-.05.2.2 0 0 0-.021.056v.003l-.001-.013-.001-.073-.007-.326-.028-1.307zM119.414 58.855c-.091-3.986-.212-9.28-.332-14.44l.196-.005c.12 5.16.242 10.454.333 14.44l.109 4.818.03 1.336.008.34.001.082.001.017v.006c0 .004-.098.096-.196.009l-.001-.007v-.002l.197-.006-.001-.006c-.098-.087-.196.005-.196.01v.001-.018000000000000002l-.002-.081-.007-.34-.03-1.336zM116.797 44.873l.196-.004.489 21.033h-.01l-.186.005z",clipRule:"evenodd"})),jt||(jt=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M133.317 67.22c-5.153-1.86-10.563-2.237-15.85-.939a.388.388 0 1 1-.188-.754c5.447-1.338 11.016-.948 16.306.963a.388.388 0 1 1-.268.73M133.267 64.222c-5.159-1.867-10.574-2.245-15.866-.946a.388.388 0 1 1-.189-.754c5.454-1.34 11.027-.947 16.323.97a.387.387 0 0 1 .234.498.39.39 0 0 1-.502.232M133.204 61.217c-5.162-1.867-10.576-2.245-15.866-.946a.393.393 0 0 1-.475-.284.39.39 0 0 1 .287-.47c5.45-1.339 11.023-.946 16.323.97a.39.39 0 0 1 .234.498.393.393 0 0 1-.503.232M133.134 58.212c-5.163-1.866-10.576-2.245-15.866-.946a.388.388 0 1 1-.189-.755c5.451-1.338 11.024-.945 16.323.97a.386.386 0 0 1 .234.499.39.39 0 0 1-.502.232M133.071 55.213c-5.163-1.872-10.584-2.252-15.881-.95a.388.388 0 1 1-.189-.754c5.459-1.342 11.038-.947 16.339.974a.39.39 0 0 1 .234.498.393.393 0 0 1-.503.232M133.001 52.208c-5.164-1.87-10.584-2.251-15.882-.95a.389.389 0 1 1-.188-.755c5.458-1.34 11.038-.945 16.339.975a.388.388 0 1 1-.269.73",clipRule:"evenodd"})),It||(It=a.createElement("path",{fill:"#B8BDB9",d:"M116.886 44.87c5.378-1.32 10.878-.934 16.11.963l.054 2.999c-5.227-1.891-10.721-2.276-16.094-.957z"})),Mt||(Mt=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m117.284 45.176.051 2.21c5.118-1.161 10.331-.806 15.312.893l-.039-2.17c-4.989-1.759-10.21-2.127-15.324-.934m-.494-.682c5.459-1.341 11.038-.947 16.339.975l.253.091.069 3.832-.536-.194c-5.159-1.867-10.574-2.245-15.866-.945l-.475.116-.089-3.8z",clipRule:"evenodd"})),bt||(bt=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M137.87 60.692a7073 7073 0 0 1-.362-14.961l.196-.005a8741 8741 0 0 0 .48 19.558l.04 1.44v.025h.001l.001.02-.001.003v.012a.2.2 0 0 1-.097.084.18.18 0 0 1-.097-.08l-.002-.008v-.003l-.002-.046-.008-.262-.032-1.18c-.028-1.06-.068-2.644-.117-4.597m.352 6.057a.2.2 0 0 0-.096-.076.2.2 0 0 0-.093.078zm-.193.018v.001zM140.148 59.798c-.098-3.912-.228-9.29-.359-14.91l.196-.005a10307 10307 0 0 0 .507 20.724l.008.27.001.036h.001v.023l-.002.015c-.018.038-.132.07-.189.01l-.005-.02v-.008l-.002-.05-.008-.27-.032-1.199c-.027-1.07-.068-2.66-.116-4.616m.352 6.115-.003-.014c-.057-.06-.172-.027-.189.01l-.001.006zM142.426 59.088c-.097-3.923-.227-9.285-.356-14.835l.197-.004c.129 5.55.258 10.911.355 14.834l.116 4.647.032 1.22.008.284.002.047v.024a.2.2 0 0 1-.096.086.2.2 0 0 1-.099-.082l-.001-.006v-.008l-.002-.055-.008-.284-.032-1.22zm.353 6.193v-.002a.2.2 0 0 0-.099-.082.18.18 0 0 0-.095.086zM144.711 58.559c-.096-3.937-.225-9.283-.352-14.744l.197-.004c.127 5.46.255 10.806.351 14.743l.115 4.688.032 1.247.008.297.002.059v.001h.001v.011000000000000001l-.001.004-.003.02c-.078.07-.186.012-.191-.008l-.002-.01v-.011l-.002-.06-.008-.298-.032-1.248zm.353 6.287-.001-.008c-.006-.02-.113-.078-.191-.008l-.004.018zm-.196.007",clipRule:"evenodd"})),Nt||(Nt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M137.979 66.391c5.195-2.149 10.74-2.792 16.244-1.703a.389.389 0 1 1-.153.762c-5.342-1.057-10.728-.435-15.789 1.659a.394.394 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.889 63.393c5.201-2.155 10.751-2.8 16.261-1.71a.39.39 0 0 1 .308.457.39.39 0 0 1-.461.305c-5.348-1.058-10.739-.434-15.806 1.665a.39.39 0 0 1-.512-.209.387.387 0 0 1 .21-.508M137.823 60.389c5.2-2.155 10.749-2.8 16.256-1.71a.388.388 0 1 1-.153.762c-5.345-1.057-10.735-.434-15.801 1.665a.394.394 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.749 57.383c5.2-2.154 10.748-2.8 16.256-1.71a.388.388 0 1 1-.154.762c-5.344-1.057-10.735-.433-15.8 1.665a.393.393 0 0 1-.513-.209.39.39 0 0 1 .211-.508M137.663 54.385c5.206-2.16 10.761-2.807 16.276-1.716a.389.389 0 1 1-.153.763c-5.352-1.06-10.75-.434-15.821 1.67a.394.394 0 0 1-.513-.208.39.39 0 0 1 .211-.509M137.596 51.38c5.206-2.16 10.762-2.808 16.277-1.716a.39.39 0 0 1 .308.457.393.393 0 0 1-.462.305c-5.352-1.06-10.749-.432-15.82 1.67a.393.393 0 0 1-.513-.208.387.387 0 0 1 .21-.508M137.542 48.368c5.201-2.154 10.751-2.8 16.26-1.71a.389.389 0 1 1-.153.763c-5.346-1.058-10.739-.434-15.805 1.665a.393.393 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.456 45.37c5.206-2.16 10.761-2.808 16.276-1.716a.39.39 0 0 1 .308.457.39.39 0 0 1-.461.306c-5.353-1.06-10.75-.434-15.821 1.67a.394.394 0 0 1-.513-.209.39.39 0 0 1 .211-.508",clipRule:"evenodd"})),St||(St=a.createElement("path",{fill:"#CBD0D3",d:"M137.608 45.729c5.139-2.133 10.618-2.768 16.049-1.693l.21 9.014c-5.434-1.075-10.91-.439-16.049 1.693z"})),Et||(Et=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m138.005 45.986.19 8.184c4.901-1.928 10.097-2.52 15.267-1.592l-.191-8.22c-5.162-.96-10.364-.356-15.266 1.628m-.55-.616c5.206-2.16 10.765-2.807 16.277-1.716a.39.39 0 0 1 .315.372l.21 9.015a.39.39 0 0 1-.14.307.4.4 0 0 1-.329.083c-5.352-1.06-10.749-.434-15.82 1.67a.4.4 0 0 1-.365-.032.39.39 0 0 1-.178-.317l-.21-9.015a.39.39 0 0 1 .24-.367",clipRule:"evenodd"})),wt||(wt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M159.24 49.011c.761 4.603-4.117 7.506-7.486 6.434M109.37 50.05c.001 4.55 5.159 7.83 8.838 6.226"})),Ct||(Ct=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"m31.757 63.326-5.175 13.74a23 23 0 0 0-.534 1.593c-1.686 5.718-.919 11.872 1.862 17.155l4.678 8.598h-4.473"})),Tt||(Tt=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.472,d:"m39.988 67.196.768 37.221"})),Dt||(Dt=a.createElement("path",{stroke:"#1967D2",strokeLinejoin:"round",strokeWidth:2.748,d:"M31.757 63.326a27.5 27.5 0 0 0-2.058 5.225"})),Rt||(Rt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M47.8 52.642c4.738 2.161 9.71 4.53 10.766 11.237M13.781 61.718c-2.557 3.62-6.986 9.225-5.039 14.72"})),zt||(zt=a.createElement("path",{fill:"#70B2F5",d:"M1.535 51.315 54.34 35.316s5.107 29.415-22.04 34.95c-.009 0-18.561 4.185-30.764-18.952"})),Lt||(Lt=a.createElement("path",{fill:"#77AD8C",d:"M1.535 51.315 54.34 35.316s5.107 29.415-22.04 34.95c-.009 0-18.561 4.185-30.764-18.952"})),Ot||(Ot=a.createElement("path",{fill:"#5C9271",d:"M33.856 67.557S16.354 71.503 4.163 50.52l-2.628.795C13.738 74.452 32.29 70.266 32.29 70.266c10.329-2.105 15.985-7.67 19.032-13.753-3.297 4.975-8.696 9.256-17.466 11.044"})),Pt||(Pt=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M45.22 104.418h-4.47"})),Bt||(Bt=a.createElement("path",{fill:"#CBD0D3",d:"M38.095 85.802c.172.861-3.494-19.049-4.776-25.49-6.736-1.845-13.604-1.284-19.746 1.959l4.776 25.49c6.143-3.243 13.01-3.804 19.746-1.96"})),Ut||(Ut=a.createElement("path",{fill:"#EBEEF0",d:"M38.129 85.796c.152.865-3.64-19.022-4.776-25.491 5.62-4.106 12.236-6.013 19.146-5.159l4.776 25.49c-6.91-.853-13.525 1.053-19.146 5.16"})),Gt||(Gt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M34.042 76.784c-.683-3.684-1.629-8.766-2.629-14.104l.185-.033A7852 7852 0 0 1 35.233 82.2l.052.29v.011a.17.17 0 0 1-.075.093.18.18 0 0 1-.106-.06l-.003-.007v-.003l-.001-.003v-.001l-.004-.019-.003-.023-.045-.246-.204-1.113c-.184-1-.46-2.493-.802-4.335m1.057 5.717a.18.18 0 0 1 .075-.09c.05.007.09.041.103.055zM31.73 76.387A9015 9015 0 0 0 29.11 62.33l.184-.034a9008 9008 0 0 1 3.637 19.54l.055.307v.024c-.042.066-.155.058-.18.026l-.004-.013-.001-.006-.004-.016h.001l-.006-.034-.046-.255-.208-1.13zm1.068 5.77.181-.035-.002-.005c-.024-.032-.137-.04-.178.026zM29.454 76.162c-.688-3.698-1.63-8.753-2.61-13.984l.184-.033a10403 10403 0 0 1 3.636 19.517l.058.32v.008l.001.006a.18.18 0 0 1-.076.096.18.18 0 0 1-.107-.063l-.002-.006-.003-.016-.007-.045-.049-.267-.212-1.15zm1.082 5.845.183-.035a.18.18 0 0 0-.107-.063.18.18 0 0 0-.076.096zM27.204 76.11c-.69-3.712-1.631-8.752-2.596-13.898l.185-.034a13168 13168 0 0 1 3.687 19.775l.01.057.002.007v.013c0 .02-.09.095-.177.045l-.008-.023v-.003l-.002-.007-.01-.057-.051-.28-.218-1.176zm1.101 5.932.184-.035-.006-.017c-.088-.05-.177.025-.178.045zm.185-.03v-.001M24.99 76.224c-.695-3.732-1.634-8.76-2.58-13.813l.184-.033a16041 16041 0 0 1 3.637 19.486l.055.294q.008.046.011.064l.003.028c-.063.086-.176.042-.183.025l-.002-.006v-.003l-.002-.005.184-.036v-.005c-.008-.016-.12-.06-.184.026v.013999999999999999-.006l-.066-.357-.224-1.206zM22.813 76.54c-.698-3.743-1.634-8.749-2.563-13.706l.185-.034a20173 20173 0 0 1 3.701 19.818l.003.014v.005a.2.2 0 0 1-.01.057c-.09.047-.172-.018-.174-.022v-.006l-.002-.002.185-.037-.001-.003c-.001-.004-.083-.069-.173-.021a.2.2 0 0 0-.01.059l-.003-.012-.012-.07-.057-.307-.23-1.232zM20.668 77.034l-2.547-13.61.184-.034a29372 29372 0 0 1 3.69 19.733l.015.076.003.017v.005c.001.004-.077.105-.183.038l-.001-.006v-.002l.184-.035-.002-.006c-.106-.067-.184.035-.183.038v.002-.002l-.003-.016-.014-.076-.06-.32-.235-1.26zM16.023 64.202l.185-.034 3.715 19.826-.01.001-.165.03-.01.002z",clipRule:"evenodd"})),Vt||(Vt=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M35.112 82.85c-5.163-.983-10.34-.522-15.14 1.505a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.947-2.089 10.276-2.56 15.576-1.551a.373.373 0 0 1 .298.436.375.375 0 0 1-.44.295M34.601 80.02c-5.17-.987-10.35-.527-15.157 1.502a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.953-2.09 10.287-2.561 15.593-1.548a.373.373 0 0 1 .299.436.375.375 0 0 1-.44.296M34.078 77.187c-5.173-.986-10.353-.526-15.157 1.501a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.95-2.09 10.283-2.56 15.593-1.547a.373.373 0 1 1-.141.731M33.547 74.355c-5.173-.986-10.354-.527-15.157 1.5a.377.377 0 0 1-.493-.196.37.37 0 0 1 .198-.489c4.95-2.089 10.282-2.559 15.593-1.547a.373.373 0 0 1 .298.436.375.375 0 0 1-.44.296M33.023 71.527c-5.175-.991-10.362-.532-15.172 1.5a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.489c4.957-2.093 10.296-2.563 15.609-1.545a.373.373 0 1 1-.142.73M32.492 68.695c-5.175-.99-10.362-.532-15.172 1.5a.377.377 0 0 1-.494-.198.37.37 0 0 1 .198-.488c4.957-2.093 10.297-2.562 15.61-1.546a.373.373 0 1 1-.142.732",clipRule:"evenodd"})),Wt||(Wt=a.createElement("path",{fill:"#B8BDB9",d:"M16.109 64.187c4.884-2.062 10.147-2.527 15.39-1.523l.515 2.83c-5.238-1-10.495-.535-15.374 1.525z"})),Ft||(Ft=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m16.538 64.414.39 2.084c4.663-1.872 9.65-2.323 14.625-1.468l-.373-2.047c-4.991-.91-9.988-.47-14.642 1.431m-.572-.57c4.957-2.093 10.297-2.563 15.609-1.545l.253.048.658 3.614-.538-.102c-5.169-.987-10.35-.527-15.157 1.502l-.43.182-.672-3.582z",clipRule:"evenodd"})),Ht||(Ht=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M38.41 75.985c-.698-3.682-1.656-8.762-2.656-14.1l.185-.033a7932 7932 0 0 0 3.477 18.43l.26 1.357.005.023h.001l.004.022v.011a.17.17 0 0 1-.077.094.18.18 0 0 1-.105-.06l-.003-.01-.009-.044-.048-.246-.212-1.112zm1.269 5.677a.2.2 0 0 0-.102-.057.2.2 0 0 0-.077.088zm-.18.046v.002zM40.426 74.796c-.697-3.687-1.652-8.755-2.645-14.053l.185-.034a9326 9326 0 0 0 3.684 19.53l.049.255.006.034h.001l.003.016v.019c-.01.04-.113.087-.176.04l-.008-.023-.001-.004-.01-.046-.049-.256c-.046-.242-.12-.624-.215-1.128zm1.278 5.732-.005-.013c-.063-.047-.166 0-.177.039v.005zM42.474 73.78c-.698-3.697-1.65-8.75-2.63-13.98l.184-.034a10586 10586 0 0 0 3.678 19.51l.05.266.01.044.003.016v.006a.18.18 0 0 1-.077.097.18.18 0 0 1-.106-.063l-.002-.006-.001-.008-.01-.051-.052-.267-.219-1.15c-.194-1.023-.48-2.532-.828-4.38m1.291 5.806v-.001a.18.18 0 0 0-.106-.063.18.18 0 0 0-.077.096zM44.553 72.934c-.7-3.71-1.647-8.748-2.612-13.895l.185-.034a13097 13097 0 0 0 3.722 19.768l.011.055v.001l.002.007v.027c-.062.078-.172.039-.181.021l-.005-.02-.011-.056a265 265 0 0 1-.277-1.456zm1.306 5.895-.002-.007c-.008-.017-.119-.057-.182.021v.018zm-.184.037",clipRule:"evenodd"})),Yt||(Yt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M39.398 81.36c4.582-2.818 9.729-4.263 15.104-4.064.208.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.217-.193-10.217 1.208-14.681 3.953a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M38.848 78.538c4.587-2.825 9.738-4.273 15.12-4.074.207.007.369.18.361.386a.374.374 0 0 1-.389.358c-5.222-.193-10.227 1.211-14.695 3.962a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513M38.316 75.705c4.587-2.824 9.737-4.272 15.115-4.073.208.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.22-.193-10.223 1.211-14.69 3.962a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513M37.789 72.873c4.587-2.824 9.737-4.272 15.115-4.073.207.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.22-.193-10.223 1.211-14.691 3.962a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M37.243 70.05c4.591-2.83 9.747-4.282 15.134-4.082.207.007.37.18.362.386a.374.374 0 0 1-.39.358c-5.227-.194-10.236 1.213-14.709 3.97a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M36.712 67.216c4.591-2.829 9.747-4.281 15.134-4.08.207.007.369.18.361.385a.374.374 0 0 1-.389.358c-5.227-.194-10.236 1.214-14.71 3.97a.38.38 0 0 1-.516-.12.37.37 0 0 1 .12-.513M36.195 64.376c4.588-2.824 9.74-4.273 15.12-4.074.207.008.37.181.362.386a.374.374 0 0 1-.39.359c-5.22-.194-10.226 1.21-14.695 3.961a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M35.65 61.552c4.59-2.83 9.747-4.281 15.133-4.081.207.008.37.18.362.386a.374.374 0 0 1-.39.358c-5.227-.194-10.236 1.213-14.708 3.97a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513",clipRule:"evenodd"})),Zt||(Zt=a.createElement("path",{fill:"#CBD0D3",d:"M35.851 61.868c4.532-2.793 9.618-4.222 14.922-4.025l1.592 8.497c-5.307-.198-10.39 1.232-14.922 4.025z"})),Qt||(Qt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m36.268 62.051 1.446 7.715c4.338-2.565 9.162-3.91 14.197-3.812l-1.452-7.749c-5.032-.127-9.86 1.23-14.191 3.846m-.615-.5c4.591-2.83 9.75-4.28 15.134-4.08a.375.375 0 0 1 .355.304l1.593 8.497a.37.37 0 0 1-.085.31.38.38 0 0 1-.298.13c-5.228-.195-10.237 1.212-14.71 3.97a.378.378 0 0 1-.568-.25l-1.592-8.496a.37.37 0 0 1 .171-.384",clipRule:"evenodd"})),qt||(qt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M58.565 63.879c.876 5.566-4.736 9.076-8.612 7.78M8.738 76.438c1.616 4.56 7.623 6.458 13.652 0"})),Kt||(Kt=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.472,d:"M160.68 68.356c.934 6.676 1.531 14.409 0 20.996M171.536 72.568l-3.781 31.849h-4.47"})),$t||($t=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M187.455 104.418h-4.471c.637-10.18 1.817-24.67 1.817-24.67"})),Xt||(Xt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M199.766 66.904c2.35 3.645 6.395 13.017 4.381 17.69M161.004 59.99c-3.656 2.734-9.85 8.336-9.904 15.127"})),Jt||(Jt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M161.004 59.99c-3.656 2.734-9.85 8.336-9.904 15.127-.045 5.634 4.35 10.804 12.101 6.915"})),ei||(ei=a.createElement("path",{fill:"#77AD8C",d:"M188.416 36.69c5.324 1.935 9.926 5.533 12.45 10.684 5.586 11.402.195 27.178-11.38 32.714-10.499 5.032-24.499 1.152-30.83-8.532s-4.157-23.882 4.792-31.286c6.7-5.538 16.706-6.574 24.968-3.58"})),ti||(ti=a.createElement("path",{fill:"#5C9271",d:"M200.868 47.374a19.8 19.8 0 0 0-4.03-5.505c.638.885 1.2 1.822 1.68 2.8 5.587 11.402.196 27.177-11.38 32.714-9.081 4.35-20.778 2.028-27.868-4.939 6.584 9.03 20.044 12.517 30.218 7.648 11.568-5.54 16.966-21.316 11.38-32.718"})),ii||(ii=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.105,d:"M182.034 67.78c-2.79 3.71-7.987 4.925-11.944.505"})),si||(si=a.createElement("path",{fill:"#CBD0D3",d:"M175.979 96.185c-.089.946 2.303-20.818 2.977-27.89-6.413-3.959-13.71-5.464-21.09-3.967l-2.976 27.888c7.38-1.496 14.677.009 21.089 3.969"})),ni||(ni=a.createElement("path",{fill:"#EBEEF0",d:"M176.015 96.189c-.112.943 2.142-20.835 2.976-27.89 7.107-2.55 14.561-2.518 21.463.468l-2.976 27.888c-6.902-2.985-14.356-3.017-21.463-.466"})),oi||(oi=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M174.58 85.6c.437-4.028 1.037-9.587 1.66-15.427l.203.022a8025 8025 0 0 1-2.178 20.167l-.165 1.486-.006.048-.001.004-.002.008a.2.2 0 0 1-.107.073.2.2 0 0 1-.093-.094v-.012l.001-.003v-.001l.002-.02h.001l.003-.026.03-.268.135-1.217zm-.683 6.25a.2.2 0 0 1 .106-.07.2.2 0 0 1 .09.089zm.198.037v-.002zM172.305 84.486c.438-4.034 1.035-9.579 1.654-15.376l.203.022a10438 10438 0 0 1-2.172 20.136l-.136 1.235-.031.28-.006.05-.001.005-.001.004-.007.02c-.063.057-.179.014-.194-.027l-.001-.015.001-.006.001-.018h.001l.004-.036.032-.28.135-1.234c.121-1.104.3-2.743.518-4.76m-.688 6.31.2.019-.001-.006c-.015-.04-.13-.083-.194-.028zM170.011 83.561c.437-4.044 1.033-9.574 1.643-15.297l.203.022a10698 10698 0 0 1-2.163 20.089l-.138 1.259-.033.292-.007.057-.001.008-.001.007a.2.2 0 0 1-.109.076.2.2 0 0 1-.092-.097v-.007l.001-.018h.001l.006-.049.032-.291.138-1.258zm-.696 6.391.201.019a.2.2 0 0 0-.091-.097.2.2 0 0 0-.109.077zM167.698 82.823c.438-4.06 1.03-9.573 1.631-15.204l.202.021a14092 14092 0 0 1-2.153 20.038l-.141 1.287-.033.306-.008.063-.001.007v.004l-.002.01c-.008.02-.124.072-.199-.008-.001-.008-.002-.019-.001-.021v-.008l.001-.007v-.001l.007-.061.034-.306.14-1.287c.124-1.136.304-2.803.523-4.833m-.704 6.488.202.018-.002-.018c-.074-.08-.19-.028-.198-.008zM165.365 82.269c.44-4.083 1.03-9.583 1.62-15.111l.202.021a15535 15535 0 0 1-2.146 19.997l-.143 1.319-.035.322-.008.07-.002.015-.004.015c-.092.07-.196-.01-.198-.03v-.01l.001-.006.202.019v-.005c-.002-.02-.106-.1-.198-.03l-.004.014v.002l.001-.008.007-.068.036-.322.143-1.319zM163.009 81.934c.44-4.093 1.027-9.57 1.606-14.994l.202.021a31559 31559 0 0 1-2.135 19.918l-.146 1.348-.037.336-.008.077-.002.016-.001.006a.2.2 0 0 1-.029.055.17.17 0 0 1-.173-.075v-.007l.001-.003.202.019.001-.004c0-.005-.066-.097-.173-.075a.2.2 0 0 0-.03.055v.003l.001-.012.009-.076.037-.337.145-1.347zM160.626 81.796c.441-4.111 1.025-9.57 1.593-14.891l.203.02c-.568 5.322-1.153 10.781-1.593 14.892l-.533 4.968-.148 1.378-.038.35-.009.084-.002.018-.001.006c0 .004-.113.086-.202-.016v-.009000000000000001l.203.02v-.007c-.089-.102-.202-.02-.202-.016l-.001.002.001-.002.001-.017.009-.084.038-.35.148-1.378zM159.809 67.077l.202.02-2.315 21.692h-.01l-.182-.02h-.01z",clipRule:"evenodd"})),ri||(ri=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M173.801 92.217c-5.049-2.588-10.56-3.683-16.171-3.04a.406.406 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.78-.662 11.454.468 16.637 3.125a.4.4 0 0 1 .174.543.41.41 0 0 1-.548.173M174.149 89.126c-5.054-2.595-10.57-3.692-16.187-3.048a.406.406 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.787-.663 11.465.47 16.654 3.134a.4.4 0 0 1 .173.543.41.41 0 0 1-.548.172M174.49 86.028c-5.059-2.594-10.575-3.691-16.188-3.048a.405.405 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.783-.662 11.461.47 16.653 3.134a.4.4 0 0 1 .174.543.407.407 0 0 1-.547.172M174.822 82.93c-5.059-2.595-10.575-3.692-16.188-3.049a.405.405 0 0 1-.45-.354.405.405 0 0 1 .358-.446c5.783-.663 11.461.47 16.653 3.133a.4.4 0 0 1 .174.543.407.407 0 0 1-.547.173M175.157 79.838c-5.059-2.6-10.581-3.7-16.202-3.055a.404.404 0 1 1-.093-.8c5.792-.665 11.476.47 16.669 3.14a.4.4 0 0 1 .174.543.41.41 0 0 1-.548.172M175.485 76.739c-5.059-2.6-10.581-3.7-16.202-3.056a.404.404 0 1 1-.093-.8c5.792-.665 11.476.472 16.67 3.14a.4.4 0 0 1 .173.543.41.41 0 0 1-.548.173",clipRule:"evenodd"})),ai||(ai=a.createElement("path",{fill:"#B8BDB9",d:"M159.902 67.086c5.707-.655 11.31.463 16.436 3.098l-.346 3.09c-5.121-2.628-10.719-3.743-16.42-3.09z"})),li||(li=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m160.27 67.451-.243 2.28c5.417-.524 10.73.523 15.624 2.922l.251-2.237c-4.894-2.461-10.214-3.522-15.632-2.965m-.416-.765c5.792-.665 11.476.47 16.67 3.14l.247.127-.442 3.949-.526-.27c-5.054-2.594-10.571-3.691-16.187-3.047l-.504.057.419-3.919z",clipRule:"evenodd"})),ci||(ci=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M179.36 86.1c.423-4.031 1.009-9.591 1.632-15.431l.203.021c-.623 5.84-1.21 11.4-1.632 15.43-.211 2.015-.382 3.648-.495 4.742l-.125 1.218-.027.269-.002.025h.001l-.003.02-.001.004v.004l-.002.008a.2.2 0 0 1-.11.074.2.2 0 0 1-.09-.094v-.012l.004-.049.027-.27.125-1.217zm-.449 6.274a.2.2 0 0 0-.088-.09.2.2 0 0 0-.107.067zm-.201-.007v.001zM181.821 85.478c.424-4.035 1.01-9.582 1.628-15.378l.203.02a9453 9453 0 0 0-2.255 21.376l-.029.28-.003.036h.001l-.003.018-.001.006-.004.015c-.023.037-.145.055-.195-.013-.002-.008-.002-.02-.002-.022v-.008l.005-.052.028-.28.128-1.236zm-.457 6.334-.002-.015c-.051-.068-.172-.05-.196-.013l-.001.005zM184.261 85.047c.426-4.046 1.011-9.577 1.622-15.3l.202.021c-.61 5.723-1.195 11.254-1.621 15.3-.213 2.022-.387 3.674-.503 4.793l-.131 1.26-.03.291-.005.05h.001l-.002.017-.002.006a.2.2 0 0 1-.11.077.2.2 0 0 1-.091-.097l.001-.007v-.008l.005-.057.03-.293.131-1.26zm-.466 6.414v-.002a.2.2 0 0 0-.09-.097.2.2 0 0 0-.11.076zM186.679 84.801c.429-4.06 1.013-9.574 1.614-15.205l.202.02a14313 14313 0 0 0-2.288 21.634l-.007.061v.001h.001l-.001.008v.002l-.001.002v.003l-.006.021c-.09.062-.193-.012-.196-.033V91.3l.001-.007.006-.063.031-.306.135-1.288zm-.479 6.511v-.008c-.003-.02-.106-.095-.195-.033l-.006.018zm-.202-.018",clipRule:"evenodd"})),gi||(gi=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M178.707 91.973c5.63-1.53 11.417-1.465 16.931.375.212.07.327.3.255.51a.41.41 0 0 1-.515.254c-5.351-1.786-10.973-1.852-16.457-.361a.407.407 0 0 1-.499-.282.403.403 0 0 1 .285-.496M179.019 88.88c5.636-1.536 11.429-1.473 16.948.368a.403.403 0 1 1-.259.764c-5.357-1.787-10.984-1.851-16.475-.356a.403.403 0 1 1-.214-.777M179.351 85.78c5.635-1.534 11.427-1.471 16.943.369a.403.403 0 1 1-.259.764c-5.354-1.786-10.98-1.85-16.47-.356a.403.403 0 1 1-.214-.777M179.683 82.682c5.635-1.535 11.427-1.472 16.943.368a.403.403 0 1 1-.259.764c-5.354-1.786-10.98-1.85-16.469-.355a.403.403 0 1 1-.215-.777M179.994 79.588c5.643-1.54 11.442-1.479 16.966.365.213.071.327.3.255.51a.407.407 0 0 1-.515.254c-5.361-1.79-10.994-1.853-16.49-.352a.403.403 0 1 1-.216-.777M180.323 76.489c5.642-1.54 11.441-1.479 16.965.365.213.072.327.3.255.51a.407.407 0 0 1-.515.254c-5.361-1.79-10.994-1.852-16.49-.352a.403.403 0 1 1-.215-.777M180.671 73.385c5.637-1.534 11.43-1.471 16.949.37.212.071.327.3.255.51a.407.407 0 0 1-.515.254c-5.356-1.787-10.984-1.852-16.474-.357a.402.402 0 1 1-.215-.777M180.987 70.291c5.642-1.54 11.441-1.478 16.965.366.213.071.327.3.255.51a.406.406 0 0 1-.514.254c-5.362-1.79-10.995-1.853-16.491-.353a.403.403 0 1 1-.215-.777",clipRule:"evenodd"})),di||(di=a.createElement("path",{fill:"#CBD0D3",d:"M181.096 70.68c5.569-1.52 11.288-1.457 16.728.358l-.992 9.297c-5.443-1.817-11.159-1.88-16.728-.36z"})),ui||(ui=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m181.469 70.997-.901 8.44c5.297-1.342 10.719-1.271 15.911.36l.905-8.477c-5.179-1.662-10.609-1.722-15.915-.323m-.482-.706c5.642-1.54 11.444-1.477 16.965.366.18.06.294.236.274.424l-.992 9.296a.404.404 0 0 1-.534.34c-5.361-1.79-10.994-1.853-16.49-.352a.41.41 0 0 1-.371-.082.4.4 0 0 1-.141-.349l.992-9.296a.4.4 0 0 1 .297-.347",clipRule:"evenodd"})),pi||(pi=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M204.146 84.595c-1.671 3.879-7.751 2.74-10.354-.297M151.096 75.116c-.045 5.635 4.349 10.805 12.1 6.915"})),mi||(mi=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M91.429 81.618c-.729 8.2-.457 15.965 1.975 22.796h4.47M80.227 81.238c-.76 8.178-.245 15.966 2.153 23.178h-4.478"})),hi||(hi=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M118.418 79.006c7.32 3.89 10.2 8.445 9.473 12.335M60.719 71.227c-7.51 3.313-11.627 6.373-11.627 13.398"})),fi||(fi=a.createElement("path",{fill:"#77AD8C",d:"m57.84 49.763-3.38 33.985 68.342 6.303 1.443-32.81z"})),_i||(_i=a.createElement("path",{fill:"#5C9271",d:"m57.476 82.268 2.638-32.25-2.273-.255-3.38 33.985 68.341 6.303.127-2.876z"})),yi||(yi=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.105,d:"M80.625 72.749c3.832 4.721 11.357 6.736 17.468 1.896"})),ki||(ki=a.createElement("path",{fill:"#CBD0D3",d:"M86.74 98.236c-.1.945 2.55-20.79 3.308-27.852-6.365-4.035-13.644-5.624-21.041-4.213L65.7 94.023c7.397-1.41 14.676.179 21.04 4.213"})),vi||(vi=a.createElement("path",{fill:"#EBEEF0",d:"M86.776 98.24c-.123.942 2.39-20.808 3.308-27.852 7.137-2.468 14.59-2.35 21.455.717l-3.307 27.851c-6.865-3.065-14.319-3.184-21.456-.716"})),xi||(xi=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M85.467 87.637c.485-4.024 1.151-9.575 1.844-15.407l.202.023a8547 8547 0 0 1-2.418 20.141l-.192 1.544a.2.2 0 0 1-.108.072.2.2 0 0 1-.091-.095v-.017l.002-.02h.001l.004-.025.033-.268.15-1.215zm-.757 6.242a.2.2 0 0 1 .106-.069c.05.022.08.071.089.09zm.197.038v-.001zM83.205 86.496c.485-4.028 1.149-9.566 1.836-15.355l.202.023a9661 9661 0 0 1-2.561 21.343l-.042.335-.001.004-.007.02c-.065.056-.18.012-.194-.03v-.02q0-.007.002-.019l.005-.036.035-.278.15-1.233zm-.763 6.302.199.02v-.005c-.015-.041-.13-.085-.194-.03zM80.927 85.544c.485-4.04 1.146-9.561 1.825-15.277l.202.023A11321 11321 0 0 1 80.4 91.61l-.043.35-.003.014a.2.2 0 0 1-.11.076.2.2 0 0 1-.09-.1l.001-.023.007-.05.036-.29.153-1.257zm-.772 6.383.201.02a.2.2 0 0 0-.09-.097.2.2 0 0 0-.11.075zM78.619 84.779c.486-4.055 1.144-9.56 1.811-15.184l.203.024a14138 14138 0 0 1-2.593 21.664l-.001.007-.003.014c-.008.02-.124.07-.198-.01l-.002-.025v-.003l.001-.008.001-.001.008-.06.037-.306.156-1.285zm-.781 6.48.202.02-.002-.019c-.074-.08-.19-.03-.198-.01zM76.295 84.198c.488-4.077 1.144-9.57 1.8-15.091l.201.023a17205 17205 0 0 1-2.59 21.68l-.002.015-.004.014c-.093.07-.196-.012-.198-.032v-.016l.203.022v-.005c-.001-.02-.104-.101-.198-.033l-.004.015v.001l.001-.007.009-.069q.011-.1.039-.32l.158-1.318c.14-1.157.341-2.84.585-4.88M73.94 83.836c.489-4.088 1.14-9.558 1.784-14.975l.202.024a21887 21887 0 0 1-2.584 21.65l-.002.017v.005a.2.2 0 0 1-.03.055.17.17 0 0 1-.172-.077v-.01l.203.021v-.003a.17.17 0 0 0-.172-.077.2.2 0 0 0-.03.054v.004l.001-.013.01-.076.04-.336.162-1.346zM71.563 83.67l1.77-14.872.201.024a33930 33930 0 0 1-2.568 21.56l-.01.083-.002.018v.006c-.001.004-.115.084-.203-.019v-.009000000000000001l.203.022v-.006c-.088-.103-.201-.023-.202-.019v.002-.001l.002-.018.01-.083.042-.35.165-1.376zM70.918 68.942l.202.023-2.572 21.664-.01-.001-.182-.022h-.01z",clipRule:"evenodd"})),Ai||(Ai=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M84.613 94.243c-5.017-2.647-10.516-3.805-16.133-3.227a.405.405 0 0 1-.446-.36.404.404 0 0 1 .362-.442c5.789-.596 11.448.6 16.6 3.318a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M84.997 91.157c-5.023-2.653-10.527-3.815-16.15-3.236a.405.405 0 0 1-.446-.36.404.404 0 0 1 .363-.442c5.794-.596 11.459.603 16.615 3.327a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M85.372 88.063c-5.028-2.653-10.53-3.814-16.15-3.236a.405.405 0 0 1-.446-.36.404.404 0 0 1 .363-.442c5.791-.595 11.455.604 16.615 3.327a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M85.739 84.969c-5.027-2.653-10.53-3.815-16.15-3.237a.405.405 0 0 1-.446-.359.404.404 0 0 1 .363-.442c5.791-.596 11.455.603 16.615 3.326a.4.4 0 0 1 .168.545.41.41 0 0 1-.55.167M86.113 81.88c-5.027-2.658-10.536-3.822-16.165-3.243a.405.405 0 0 1-.445-.359.404.404 0 0 1 .362-.442c5.8-.598 11.47.604 16.631 3.333a.4.4 0 0 1 .167.546.41.41 0 0 1-.55.165M86.477 78.786c-5.028-2.658-10.537-3.823-16.165-3.243a.405.405 0 0 1-.446-.36.404.404 0 0 1 .362-.442c5.8-.597 11.47.606 16.632 3.334a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166",clipRule:"evenodd"})),ji||(ji=a.createElement("path",{fill:"#B8BDB9",d:"M71.012 68.953c5.714-.588 11.304.594 16.398 3.288l-.383 3.087c-5.09-2.688-10.674-3.868-16.383-3.28z"})),Ii||(Ii=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m71.377 69.322-.27 2.277c5.424-.461 10.724.647 15.589 3.103l.277-2.234c-4.864-2.518-10.171-3.64-15.596-3.146m-.406-.77c5.8-.597 11.47.604 16.63 3.334l.247.13-.49 3.943-.522-.276c-5.023-2.652-10.526-3.814-16.15-3.235l-.504.052.465-3.915z",clipRule:"evenodd"})),Mi||(Mi=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M90.243 88.191c.47-4.025 1.123-9.578 1.816-15.41l.202.023a8576 8576 0 0 0-2.367 20.146l-.172 1.51h.001l-.003.02v.006l-.001.002-.002.008a.2.2 0 0 1-.111.073.2.2 0 0 1-.089-.096v-.012l.005-.047.03-.27.14-1.216zm-.523 6.269a.2.2 0 0 0-.088-.091.2.2 0 0 0-.107.066zM92.712 87.598c.472-4.03 1.124-9.57 1.811-15.359l.203.024a9910 9910 0 0 0-2.51 21.348l-.031.279-.004.036q0 .012-.002.018v.006l-.005.015c-.024.036-.146.053-.195-.016l-.002-.021v-.009000000000000001l.006-.051.031-.28.143-1.234zm-.532 6.328q0-.007-.002-.015c-.05-.069-.171-.052-.195-.016l-.002.006zM95.154 87.195c.474-4.041 1.124-9.564 1.803-15.28l.202.023a11129 11129 0 0 0-2.509 21.325l-.038.34-.002.018-.002.007a.2.2 0 0 1-.111.075.2.2 0 0 1-.09-.098v-.007l.001-.008.007-.057.033-.293a5635.92 5635.92 0 0 1 .706-6.046m-.543 6.409v-.002c0-.007-.03-.07-.09-.099a.2.2 0 0 0-.11.075zM97.577 86.978c.477-4.056 1.126-9.562 1.794-15.186l.202.023a13877 13877 0 0 0-2.546 21.606l-.007.06v.013l-.001.004-.007.02c-.09.062-.192-.014-.195-.035v-.014l.001-.008.007-.062.035-.307.15-1.285zm-.557 6.505v-.008c-.003-.021-.104-.097-.195-.036l-.006.018zm-.202-.02",clipRule:"evenodd"})),bi||(bi=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M89.522 94.057c5.648-1.465 11.434-1.333 16.925.57a.4.4 0 0 1 .249.514.407.407 0 0 1-.517.247c-5.33-1.848-10.95-1.978-16.452-.552a.403.403 0 1 1-.205-.78M89.865 90.967c5.655-1.47 11.446-1.34 16.943.565a.4.4 0 0 1 .249.514.407.407 0 0 1-.517.247c-5.336-1.85-10.961-1.979-16.47-.547a.403.403 0 1 1-.206-.78M90.236 87.872c5.654-1.47 11.444-1.34 16.938.565a.4.4 0 0 1 .249.513.407.407 0 0 1-.517.248c-5.333-1.849-10.957-1.978-16.464-.547a.403.403 0 1 1-.205-.78M90.603 84.776c5.654-1.469 11.444-1.339 16.939.566a.402.402 0 1 1-.269.76c-5.332-1.848-10.957-1.977-16.464-.546a.403.403 0 1 1-.206-.78M90.954 81.687c5.66-1.474 11.458-1.346 16.96.563a.4.4 0 0 1 .249.513.41.41 0 0 1-.518.247c-5.339-1.852-10.971-1.98-16.485-.544a.403.403 0 1 1-.206-.78M91.317 78.592c5.66-1.473 11.458-1.346 16.961.563a.402.402 0 1 1-.269.76c-5.34-1.852-10.972-1.979-16.486-.544a.403.403 0 1 1-.206-.78M91.705 75.492c5.654-1.469 11.447-1.339 16.943.567a.4.4 0 0 1 .249.513.407.407 0 0 1-.518.247c-5.334-1.849-10.96-1.978-16.469-.548a.403.403 0 1 1-.205-.78M92.056 72.402c5.66-1.474 11.458-1.345 16.96.563a.4.4 0 0 1 .249.513.407.407 0 0 1-.518.248c-5.34-1.852-10.972-1.98-16.485-.544a.403.403 0 1 1-.206-.78",clipRule:"evenodd"})),Ni||(Ni=a.createElement("path",{fill:"#CBD0D3",d:"M92.158 72.792c5.587-1.455 11.305-1.326 16.723.553l-1.103 9.284c-5.421-1.88-11.136-2.008-16.723-.553z"})),Si||(Si=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m92.53 73.113-1.002 8.43c5.313-1.28 10.734-1.147 15.906.545l1.005-8.467c-5.159-1.721-10.587-1.844-15.91-.508m-.475-.71c5.66-1.475 11.461-1.345 16.961.562.179.062.291.24.269.427l-1.103 9.285a.4.4 0 0 1-.188.294.41.41 0 0 1-.35.039c-5.339-1.852-10.971-1.98-16.485-.544a.41.41 0 0 1-.37-.086.4.4 0 0 1-.136-.35l1.102-9.285c.02-.164.139-.3.3-.343",clipRule:"evenodd"})),Ei||(Ei=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M127.892 91.34c-1.329 7.115-12.918 8.843-24.256 0M49.088 84.625c0 6.05 9.182 11.081 24.545 3.457"}))),Ti="audience-segmentation-add-group-notice",Di="googlesitekit-audience-selection-panel-opened",Ri="audience-selection-form",zi="audience-selected",Li="audience-selection-changed",Oi="audience-selection-dismissed-items-error",Pi="audience-segmentation-creation-notice",Bi="audience-segmentation-creation-success-notice",Ui=1,Gi=3,Vi="audience-creation-edit-scope-notice",Wi="audience-creation-form";function PlaceholderTile({Widget:e}){const t=(0,c.useSelect)(e=>{const t=e(q.oR).getConfiguredAudiences();return e(Q.K9).getConfigurableAudiences().some(e=>"DEFAULT_AUDIENCE"!==e.audienceType&&!t.includes(e.name))}),i=(0,c.useSelect)(e=>e(Ve.O4).getGoogleSupportURL({path:"/analytics/answer/12799087"})),{setValue:s}=(0,c.useDispatch)(d.n),n=(0,P.jsx)(O.A,{href:i,secondary:!0,external:!0});return(0,P.jsx)(e,{className:"googlesitekit-audience-segmentation-tile-placeholder",children:(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-placeholder__container",children:[(0,P.jsx)(Ci,{className:"googlesitekit-audience-segmentation-tile-placeholder__image"}),(0,P.jsxs)("div",{className:Ae()("googlesitekit-audience-segmentation-tile-placeholder__body",{"googlesitekit-audience-segmentation-tile-placeholder__body--without-selectable-audiences":!t}),children:[(0,P.jsx)(T.A,{as:"h3",type:"title",size:"small",className:"googlesitekit-audience-segmentation-tile-placeholder__title",children:t?(0,u.__)("Compare your group to other groups","google-site-kit"):(0,u.__)("Create more visitor groups","google-site-kit")}),(0,P.jsx)("p",{className:"googlesitekit-audience-segmentation-tile-placeholder__description",children:t?(0,L.A)((0,u.__)("<SelectGroupLink>Select</SelectGroupLink> another group to compare with your current group or learn more about how to group site visitors in <AnalyticsLink>Analytics</AnalyticsLink>","google-site-kit"),{AnalyticsLink:n,SelectGroupLink:(0,P.jsx)(O.A,{onClick:()=>s(Di,!0),secondary:!0})}):(0,L.A)((0,u.__)("Learn more about how to group site visitors in <AnalyticsLink>Analytics</AnalyticsLink>","google-site-kit"),{AnalyticsLink:n})})]})]})})}function MaybePlaceholderTile({Widget:e,loading:t,allTilesError:i,visibleAudienceCount:s}){return!1!==i&&!t||1!==s?null:t?(0,P.jsx)(e,{noPadding:!0,children:(0,P.jsx)(AudienceTileLoading,{})}):(0,P.jsx)(PlaceholderTile,{Widget:e})}function Body({activeTileIndex:e,allTilesError:t,individualTileErrors:i,loading:s,topCitiesReportsLoaded:n,topContentReportsLoaded:o,topContentPageTitlesReportsLoaded:r,visibleAudiences:l,Widget:g}){const d=(0,E.dv)(),u=(0,pe.A)(),p=d===E.mp||d===E.Lg,m=(0,c.useInViewSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences(),[]),h=(0,c.useInViewSelect)(e=>e(q.oR).getConfiguredAudiences(),[]),[f,_]=(0,c.useSelect)(e=>e(Q.K9).getConfiguredSiteKitAndOtherAudiences())||[[],[]],y=(0,c.useSelect)(e=>e(Q.K9).hasAudiencePartialData(f)),k=(0,c.useInViewSelect)(e=>h?.reduce((t,i)=>(t[i]=e(Q.K9).isAudiencePartialData(i),t),{}),[h]),{report:v,reportError:x,siteKitAudiencesReport:A,totalPageviews:j,totalPageviewsReportError:I,topCitiesReport:M,topContentReport:b,topContentReportErrors:N,topContentPageTitlesReport:S,topContentPageTitlesReportErrors:w}=ee({isSiteKitAudiencePartialData:y,siteKitAudiences:f,otherAudiences:_});function C(e,t){const i=m?.filter(({name:t})=>t===e)?.[0]?.displayName||"",s=m?.filter(({name:t})=>t===e)?.[0]?.audienceSlug||"",{current:n,previous:o}=function(e){const t=f.some(t=>t.name===e),i=f.find(t=>t.name===e)?.audienceSlug;function s(s){let n;if(t&&y){const e="new-visitors"===i?"new":"returning";n=A?.rows?.find(({dimensionValues:t})=>t?.[0]?.value===e&&t?.[1]?.value===s)}else n=v?.rows?.find(({dimensionValues:t})=>t?.[0]?.value===e&&t?.[1]?.value===s);return[Number(n?.metricValues?.[0]?.value||0),Number(n?.metricValues?.[1]?.value||0),Number(n?.metricValues?.[2]?.value||0),Number(n?.metricValues?.[3]?.value||0)]}return{current:s("date_range_0"),previous:s("date_range_1")}}(e),r=n[0],a=o[0],l=n[1],c=o[1],g=n[2],d=o[2],u=n[3],p=o[3],h=M?.[t],_=b?.[t],x=S?.[t]?.rows?.reduce((e,t)=>(e[t.dimensionValues[0].value]=t.dimensionValues[1].value,e),{})||{},j=f.some(t=>t.name===e);let I=v,N=e;j&&y&&(I=A,N="new-visitors"===s?"new":"returning");const E=function(e,t){const i=e?.rows?.find(e=>e.dimensionValues?.[0]?.value===t);return 0===(i?.metricValues?.[0]?.value||0)}(I,N);return{audienceName:i,audienceSlug:s,visitors:r,prevVisitors:a,visitsPerVisitors:l,prevVisitsPerVisitors:c,pagesPerVisit:g,prevPagesPerVisit:d,pageviews:u,prevPageviews:p,topCities:h,topContent:_,topContentTitles:x,isZeroData:E,isPartialData:!j&&k[e]}}const T=Object.values(N).some(K.B)||Object.values(w).some(K.B),{dismissItem:D}=(0,c.useDispatch)(q.oR),{fetchSyncAvailableCustomDimensions:R}=(0,c.useDispatch)(Q.K9),z=(0,a.useCallback)(e=>{D(`audience-tile-${e}`)},[D]);(0,a.useEffect)(()=>{!u&&T&&R()},[R,T,u]);let L=0;return(0,P.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[t&&!s&&(0,P.jsx)(Y,{Widget:g,errors:[...Object.values(i).flat(2),x,I]}),(!1===t||s)&&l.map((t,a)=>{if(p&&a!==e)return null;const{audienceName:c,audienceSlug:d,visitors:u,prevVisitors:m,visitsPerVisitors:h,prevVisitsPerVisitors:f,pagesPerVisit:_,prevPagesPerVisit:y,pageviews:k,prevPageviews:v,topCities:x,topContent:A,topContentTitles:I,isZeroData:M,isPartialData:b}=C(t,a),N=x?.rows?(0,$.S)(x.rows):[];return!s&&n?.[t]&&o?.[t]&&r?.[t]&&void 0!==M&&void 0!==b?i[t].length>0?(0,P.jsx)(AudienceTileError,{audienceSlug:d,errors:i[t]},t):(0,P.jsx)(AudienceTile,{audienceTileNumber:L++,audienceSlug:d,title:c,infoTooltip:(0,P.jsx)(AudienceTooltipMessage,{audienceName:c,audienceSlug:d}),visitors:{currentValue:u,previousValue:m},visitsPerVisitor:{currentValue:h,previousValue:f},pagesPerVisit:{currentValue:_,previousValue:y},pageviews:{currentValue:k,previousValue:v},percentageOfTotalPageViews:0!==j?k/j:0,topCities:{dimensionValues:[N?.[0]?.dimensionValues?.[0],N?.[1]?.dimensionValues?.[0],N?.[2]?.dimensionValues?.[0]],metricValues:[N?.[0]?.metricValues?.[0],N?.[1]?.metricValues?.[0],N?.[2]?.metricValues?.[0]],total:u},topContent:{dimensionValues:[A?.rows?.[0]?.dimensionValues?.[0],A?.rows?.[1]?.dimensionValues?.[0],A?.rows?.[2]?.dimensionValues?.[0]],metricValues:[A?.rows?.[0]?.metricValues?.[0],A?.rows?.[1]?.metricValues?.[0],A?.rows?.[2]?.metricValues?.[0]]},topContentTitles:I,hasInvalidCustomDimensionError:T,Widget:g,audienceResourceName:t,isZeroData:M,isPartialData:b,isTileHideable:l.length>1,onHideTile:()=>z(t)},t):(0,P.jsx)(g,{noPadding:!0,children:(0,P.jsx)(AudienceTileLoading,{})},t)}),!p&&(0,P.jsx)(MaybePlaceholderTile,{Widget:g,loading:s,allTilesError:t,visibleAudienceCount:l.length})]})}function Header({activeTileIndex:e,setActiveTile:t,visibleAudiences:i}){const s=(0,W.A)(),n=(0,c.useInViewSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences(),[]);return(0,P.jsx)(R.TabBar,{className:"googlesitekit-widget-audience-tiles__tabs googlesitekit-tab-bar--start-aligned-high-contrast",activeIndex:e,handleActiveIndexUpdate:e=>t(i[e]),children:i.map((e,t)=>{const i=n?.filter(({name:t})=>t===e)?.[0]?.displayName||"",o=n?.filter(({name:t})=>t===e)?.[0]?.audienceSlug||"",r=(0,P.jsx)(AudienceTooltipMessage,{audienceName:i,audienceSlug:o});return(0,P.jsxs)(R.Tab,{"aria-label":i,children:[i,(0,P.jsx)(We.A,{title:r,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>{(0,V.sx)(`${s}_audiences-tile`,"view_tile_tooltip",o)}})]},t)})},i.length)}function AudienceTiles_hasZeroDataForAudience(e,t){const i=e?.rows?.find(e=>e.dimensionValues?.[0]?.value===t);return 0===(i?.metricValues?.[0]?.value||0)}function AudienceTiles({Widget:e,widgetLoading:t}){const i=(0,E.dv)(),s=i===E.mp||i===E.Lg,n=(0,c.useInViewSelect)(e=>e(q.oR).getConfiguredAudiences(),[]),o=(0,c.useInViewSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences(),[]),[r,l]=(0,c.useSelect)(e=>e(Q.K9).getConfiguredSiteKitAndOtherAudiences())||[[],[]],g=(0,c.useSelect)(e=>e(Q.K9).hasAudiencePartialData(r)),{report:d,reportLoaded:u,reportError:p,siteKitAudiencesReport:m,siteKitAudiencesReportLoaded:h,siteKitAudiencesReportError:f,totalPageviewsReportLoaded:_,totalPageviewsReportError:y,topCitiesReportsLoaded:k,topCitiesReportErrors:v,topContentReportsLoaded:x,topContentReportErrors:A,topContentPageTitlesReportsLoaded:j,topContentPageTitlesReportErrors:I}=ee({isSiteKitAudiencePartialData:g,siteKitAudiences:r,otherAudiences:l}),M=n?.reduce((e,t)=>(e[t]=[],[v,A,I].forEach(i=>{const s=i[t];s&&!(0,K.B)(s)&&e[t].push(s)}),e),{}),b=(0,c.useSelect)(e=>e(q.oR).getDismissedItems()),{isDismissingItem:N}=(0,c.useSelect)(e=>e(q.oR)),{dismissItem:S}=(0,c.useDispatch)(q.oR),w=(0,a.useRef)({}),[C,T]=(0,a.useMemo)(()=>{const e=[],t=[],i=n?.slice().filter(e=>o.some(t=>t.name===e));for(;i?.length>0;){const s=i.shift(),n=b?.includes(`audience-tile-${s}`),o=r.some(e=>e.name===s);let a=d,l=s;if(o&&g){a=m;const e=r.find(e=>e.name===s)?.audienceSlug;l="new-visitors"===e?"new":"returning"}const c=AudienceTiles_hasZeroDataForAudience(a,l),u=i.length+t.length>0;n&&c&&u||(n&&!c&&e.push(s),t.push(s))}return[e,t]},[o,n,b,g,d,r,m]);const D=function(){const e=[];return d&&e.push(p),m&&e.push(f),!(!e.every(Boolean)&&!y)||n?.every(e=>M[e].length>0)}();(0,a.useEffect)(()=>{C.forEach(e=>{const t=`audience-tile-${e}`;w.current[t]||(S(t,{expiresInSeconds:1}),w.current[t]=!0)})},[C,S,N]);const R=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableCustomDimensions()),[z,L]=(0,a.useState)(T[0]),O=(0,a.useCallback)(e=>{const t=T.indexOf(e);return-1===t?0:t},[T]);(0,a.useEffect)(()=>{T.includes(z)||L(T[0])},[z,T]);const B=O(z),U=t||!u||!h||!_||!k||!x||!j||R;return(0,P.jsxs)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:[!1===D&&!U&&s&&T.length>0&&(0,P.jsx)(Header,{activeTileIndex:B,setActiveTile:L,visibleAudiences:T}),(0,P.jsx)(Body,{activeTileIndex:B,allTilesError:D,individualTileErrors:M,loading:U,topCitiesReportsLoaded:k,topContentReportsLoaded:x,topContentPageTitlesReportsLoaded:j,visibleAudiences:T,Widget:e})]})}MaybePlaceholderTile.propTypes={Widget:r().elementType.isRequired,loading:r().bool.isRequired,allTilesError:r().bool,visibleAudienceCount:r().number.isRequired},Body.propTypes={activeTileIndex:r().number.isRequired,allTilesError:r().bool.isRequired,individualTileErrors:r().object,loading:r().bool.isRequired,topCitiesReportsLoaded:r().object.isRequired,topContentReportsLoaded:r().object.isRequired,topContentPageTitlesReportsLoaded:r().object.isRequired,visibleAudiences:r().array.isRequired,Widget:r().elementType.isRequired},AudienceTiles.propTypes={Widget:r().elementType.isRequired,widgetLoading:r().bool.isRequired};var Fi=i(37226);const Hi=(0,a.forwardRef)(({className:e,children:t,Icon:i,SVGGraphic:s},n)=>(0,P.jsxs)("div",{ref:n,className:Ae()("googlesitekit-lean-cta-banner",e),children:[(0,P.jsxs)("div",{className:"googlesitekit-lean-cta-banner__body",children:[i&&(0,P.jsx)("div",{className:"googlesitekit-lean-cta-banner__body-icon",children:(0,P.jsx)(i,{width:"32",height:"32"})}),(0,P.jsx)("div",{className:"googlesitekit-lean-cta-banner__body-content",children:t})]}),s&&(0,P.jsx)("div",{className:"googlesitekit-lean-cta-banner__graphic",children:(0,P.jsx)(s,{})})]}));Hi.propTypes={className:r().string,children:r().node.isRequired,Icon:r().elementType,SVGGraphic:r().elementType};const Yi=Hi;var Zi=i(45472);const Qi=(0,a.forwardRef)((e,t)=>{const i=(0,W.A)(),s=(0,pe.A)(),n=(0,c.useSelect)(e=>e(q.oR).didSetAudiences()),o=(0,c.useSelect)(e=>e(Fi.i).getModuleIcon(F.L1)),r=(0,c.useSelect)(e=>e(Ve.O4).getSiteKitAdminSettingsURL({scrollTo:"visitor-groups"})),{setValue:a}=(0,c.useDispatch)(d.n),{navigateTo:l}=(0,c.useDispatch)(Zi.M),g=n?"no-longer-available":"none-selected";function p(){(0,V.sx)(`${i}_audiences-no-audiences`,"select_groups",g).finally(()=>{a(Di,!0)})}return(0,P.jsxs)(Yi,{ref:t,className:"googlesitekit-no-audience-banner",Icon:o,SVGGraphic:Ci,children:[(0,P.jsxs)(D.A,{children:[n&&(0,L.A)((0,u.__)("It looks like your visitor groups aren’t available anymore. <a>Select other groups</a>.","google-site-kit"),{a:(0,P.jsx)(O.A,{onClick:p,secondary:!0})}),!n&&(0,L.A)((0,u.__)("You don’t have any visitor groups selected. <a>Select groups</a>.","google-site-kit"),{a:(0,P.jsx)(O.A,{onClick:p,secondary:!0})})]}),!s&&(0,P.jsx)(D.A,{children:(0,L.A)((0,u.__)("You can deactivate this widget in <a>Settings</a>.","google-site-kit"),{a:(0,P.jsx)(O.A,{onClick:()=>{(0,V.sx)(`${i}_audiences-no-audiences`,"change_settings",g).finally(()=>{l(r)})},secondary:!0})})})]})}),qi=(0,G.A)(Qi);function NoAudienceBannerWidget({Widget:e,WidgetNull:t}){const i=(0,W.A)(),s=(0,c.useSelect)(e=>{const t=e(Q.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)}),n=(0,c.useSelect)(e=>e(q.oR).getConfiguredAudiences()),o=(0,c.useSelect)(e=>e(q.oR).didSetAudiences()),r=n?.every(e=>Array.isArray(s)&&!s.includes(e));return n&&(0===n?.length||r)?(0,P.jsx)(e,{noPadding:!0,children:(0,P.jsx)(qi,{onInView:()=>{(0,V.sx)(`${i}_audiences-no-audiences`,"view_banner",o?"no-longer-available":"none-selected")}})}):(0,P.jsx)(t,{})}NoAudienceBannerWidget.propTypes={Widget:r().elementType.isRequired,WidgetNull:r().elementType.isRequired};const Ki=(0,l.A)({moduleName:F.L1})(NoAudienceBannerWidget);var $i=i(84093);function AudienceTilesWidget({Widget:e}){const t=(0,c.useSelect)(e=>{const t=e(Q.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)}),i=(0,c.useSelect)(e=>e(q.oR).getConfiguredAudiences()),s=(0,c.useSelect)(e=>e(Q.K9).hasSyncedAudiences()),n=(0,c.useSelect)(e=>e(Q.K9).isSyncingAudiences()),{clearErrors:o,maybeSyncAvailableAudiences:r,syncAvailableAudiences:l}=(0,c.useDispatch)(Q.K9),d=(0,c.useSelect)(e=>e(Q.K9).isSettingUpAudiences()),u=(0,c.useSelect)(e=>e(Q.K9).getErrorForAction("syncAvailableAudiences"));if((0,a.useEffect)(()=>{s||n||d||r()},[s,n,d,r]),u){const t=(0,g.SG)(u);return(0,P.jsx)(Y,{errors:u,Widget:e,onRetry:t?void 0:async()=>{await o("syncAvailableAudiences"),await l()},showRetryButton:!t})}const p=i?.some(e=>t?.includes(e));return p?(0,P.jsx)(AudienceTiles,{Widget:e,widgetLoading:!s||!t||!i}):s?(0,P.jsx)(Ki,{Widget:e,WidgetNull:$i.A}):(0,P.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,P.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,P.jsx)(e,{noPadding:!0,children:(0,P.jsx)(AudienceTileLoading,{})}),(0,P.jsx)(e,{noPadding:!0,children:(0,P.jsx)(AudienceTileLoading,{})})]})})}AudienceTilesWidget.propTypes={Widget:r().elementType.isRequired,WidgetNull:r().elementType.isRequired};const Xi=(0,l.A)({moduleName:F.L1})(AudienceTilesWidget);var Ji,es=i(68869),ts=i(3183),is=i(98652),ss=i(718);function AudienceItem({slug:e,title:t,description:i,subtitle:s,userCount:n,audienceType:o}){const r=`${Q.bz}${e}`,l=(0,Qe.A)(Ri,zi),g=(0,c.useSelect)(e=>e(q.oR).hasExpirableItem(r)),d=(0,c.useSelect)(e=>e(q.oR).isExpirableItemActive(r)),[p,m]=(0,c.useSelect)(e=>e(Q.K9).getAudienceUserCountReportErrors())||[],h=[];m&&h.push(m),p&&h.push(p);const{setValues:f}=(0,c.useDispatch)(Ge.s),_=(0,c.useSelect)(t=>t(q.oR).isItemDismissed(`audience-tile-${e}`)),y=(0,a.useCallback)(t=>{f(Ri,{[zi]:t.target.checked?l.concat([e]):l.filter(t=>t!==e),[Li]:!0})},[l,f,e]),k="DEFAULT_AUDIENCE"!==o&&(!1===g||d),v=l?.includes(e),x=`audience-selection-checkbox-${e}`;function ItemBadge(){return _?(0,P.jsx)(BadgeWithTooltip,{label:(0,u.__)("Temporarily hidden","google-site-kit"),tooltipTitle:(0,u.__)("Site Kit is collecting data for this group. Once data is available the group will be added to your dashboard.","google-site-kit")}):k?(0,P.jsx)(is.A,{}):null}return(0,P.jsx)(ss.y3,{id:x,slug:e,title:t,subtitle:s,description:i,isItemSelected:v,onCheckboxChange:y,suffix:h.length?"-":(0,V.Eo)(n),badge:(_||k)&&(0,P.jsx)(ItemBadge,{})})}function AudienceItemPreviewBlock(){return(0,P.jsxs)("div",{className:"googlesitekit-selection-panel__loading",children:[(0,P.jsxs)("div",{className:"googlesitekit-selection-panel__loading-left",children:[(0,P.jsx)(me.A,{width:"90px",height:"20px",className:"googlesitekit-selection-panel__loading-item"}),(0,P.jsx)(me.A,{width:"293px",height:"15px",className:"googlesitekit-selection-panel__loading-item"})]}),(0,P.jsx)("div",{className:"googlesitekit-selection-panel__loading-right",children:(0,P.jsx)(me.A,{width:"43px",height:"20px",className:"googlesitekit-selection-panel__loading-item"})})]})}function ns(){return ns=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},ns.apply(null,arguments)}AudienceItem.propTypes={slug:r().string.isRequired,title:r().string.isRequired,description:r().string.isRequired,subtitle:r().string,userCount:r().number.isRequired,audienceType:r().string.isRequired};const os=e=>a.createElement("svg",ns({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 22"},e),Ji||(Ji=a.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.5 22q-2.283 0-4.29-.852a11.3 11.3 0 0 1-3.492-2.366 11.3 11.3 0 0 1-2.365-3.492A10.9 10.9 0 0 1 .5 11q0-2.283.853-4.29a11.3 11.3 0 0 1 2.364-3.492A10.9 10.9 0 0 1 7.21.88 10.6 10.6 0 0 1 11.5 0q2.283 0 4.29.88a10.9 10.9 0 0 1 3.492 2.337q1.486 1.486 2.338 3.493.88 2.007.88 4.29t-.88 4.29a10.9 10.9 0 0 1-2.338 3.492q-1.485 1.485-3.492 2.366A10.9 10.9 0 0 1 11.5 22m0-14.3q.468 0 .77-.303.33-.33.33-.797a1 1 0 0 0-.33-.77 1 1 0 0 0-.77-.33q-.467 0-.797.33a1.04 1.04 0 0 0-.303.77q0 .468.303.798.33.302.797.302m-1.1 8.8V9.9h2.2v6.6z",clipRule:"evenodd"})));var rs;function as(){return as=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},as.apply(null,arguments)}const ls=e=>a.createElement("svg",as({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),rs||(rs=a.createElement("path",{fill:"currentColor",d:"M10 18.333q-.687 0-1.188-.479a1.66 1.66 0 0 1-.479-1.188h3.334q0 .689-.5 1.188-.48.48-1.167.48Zm-3.333-2.5v-1.667h6.666v1.667zm.208-2.5a6.5 6.5 0 0 1-2.292-2.292Q3.75 9.604 3.75 7.916q0-2.604 1.813-4.416Q7.393 1.667 10 1.667q2.604 0 4.417 1.833 1.833 1.812 1.833 4.417a6 6 0 0 1-.854 3.124 6.3 6.3 0 0 1-2.271 2.292zm.5-1.667h5.25a4.5 4.5 0 0 0 1.438-1.645q.52-.98.52-2.105 0-1.915-1.333-3.25Q11.917 3.334 10 3.333c-1.917-.001-2.361.445-3.25 1.333q-1.333 1.335-1.333 3.25 0 1.125.5 2.105a4.7 4.7 0 0 0 1.458 1.645"}))),cs=(0,a.forwardRef)(({className:e,content:t,dismissLabel:i,Icon:s=ls,onDismiss:n},o)=>(0,P.jsxs)("div",{ref:o,className:Ae()("googlesitekit-audience-segmentation-info-notice",e),children:[(0,P.jsx)(s,{width:"20",height:"20"}),(0,P.jsxs)("div",{className:"googlesitekit-audience-segmentation-info-notice__body",children:[(0,P.jsx)(D.A,{children:t}),i&&(0,P.jsx)(R.Button,{onClick:n,className:"googlesitekit-audience-segmentation-info-notice__dismiss",tertiary:!0,children:i})]})]}));cs.propTypes={className:r().string,content:r().string.isRequired,dismissLabel:r().string,Icon:r().elementType,onDismiss:r().func};const gs=cs;function AddGroupNotice(){const[e,t]=(0,a.useState)(!1),i=(0,c.useInViewSelect)(e=>e(q.oR).isItemDismissed(Ti)),s=(0,c.useSelect)(e=>e(d.n).getValue(Di)),n=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableAudiences()),o=(0,Qe.A)(Ri,zi),{dismissItem:r}=(0,c.useDispatch)(q.oR),l=(0,a.useCallback)(async()=>{await r(Ti)},[r]);return(0,a.useEffect)(()=>{Array.isArray(o)&&(o.length>1&&t(!0),s||1!==o?.length||t(!1))},[o,s,t]),i||e||n||!o?.length?null:(0,P.jsx)(gs,{className:"googlesitekit-audience-selection-panel__add-group-notice",content:(0,u.__)("By adding another group to your dashboard, you will be able to compare them and understand which content brings back users from each group","google-site-kit"),dismissLabel:(0,u.__)("Got it","google-site-kit"),Icon:os,onDismiss:l})}AddGroupNotice.propTypes={savedItemSlugs:r().array};var ds=i(72545),us=i(2390),ps=i(80035);function AudienceCreationErrorNotice({apiErrors:e,hasOAuthError:t}){const i=(0,W.A)(),s=Array.isArray(e)?e:[e],n=(0,c.useSelect)(e=>e(Ve.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),o=(0,c.useSelect)(e=>e(Q.K9).getServiceEntityAccessURL()),r=(0,c.useSelect)(e=>e(Ve.O4).getErrorTroubleshootingLinkURL({code:"access_denied"})),l=(0,c.useSelect)(e=>e(d.n).getValue(Di)),p=s.length>0,m=s.some(e=>(0,g.SG)(e));if((0,a.useEffect)(()=>{if(!l||!p&&!t)return;let e="setup_error";t?e="auth_error":m&&(e="insufficient_permissions_error"),(0,V.sx)(`${i}_audiences-sidebar-create-audiences`,e)},[p,m,t,l,i]),!s.length&&!t)return null;let h,f;return t?f=(0,L.A)((0,u.__)("Setup was interrupted because you didn’t grant the necessary permissions. Click on Create again to retry. If that doesn’t work, <HelpLink />","google-site-kit"),{HelpLink:(0,P.jsx)(O.A,{href:r,external:!0,hideExternalIndicator:!0,children:(0,u.__)("get help","google-site-kit")})}):m?(h=(0,u.__)("Insufficient permissions","google-site-kit"),f=(0,L.A)((0,u.__)("Contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,P.jsx)(O.A,{href:n,external:!0,hideExternalIndicator:!0,children:(0,u.__)("Get help","google-site-kit")})})):(h=(0,u.__)("Analytics update failed","google-site-kit"),f=(0,u.__)("Click on Create to try again.","google-site-kit")),(0,P.jsx)(ps.A,{className:"googlesitekit-audience-creation-error-notice",type:ps.A.TYPES.ERROR,title:h,description:f,ctaButton:m?{label:(0,u.__)("Request access","google-site-kit"),href:o,onClick:()=>{(0,V.sx)(`${i}_audiences-sidebar-create-audiences`,"insufficient_permissions_error_request_access")}}:void 0,hideIcon:!0})}function AudienceCreationNotice(){const e=(0,W.A)(),[t,s]=(0,a.useState)(!1),n=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t}=e(Q.K9),i=t();if(void 0!==i)return i.length?i.filter(({audienceType:e})=>"SITE_KIT_AUDIENCE"===e):[]}),{dismissItem:o}=(0,c.useDispatch)(q.oR),{setValue:r}=(0,c.useDispatch)(d.n),l=(0,c.useInViewSelect)(e=>e(q.oR).isItemDismissed(Pi)),p=(0,c.useInViewSelect)(e=>e(q.oR).isItemDismissed(Vi)),m=(0,c.useInViewSelect)(e=>e(q.oR).hasScope(Q.S9)),h=(0,c.useSelect)(e=>e(d.n).getValue(Di));const f=(0,Ue.F)(i.g.location.href,{notification:"audience_segmentation"}),{setValues:_}=(0,c.useDispatch)(Ge.s),{setPermissionScopeError:y}=(0,c.useDispatch)(q.oR),{createAudience:k,syncAvailableAudiences:v}=(0,c.useDispatch)(Q.K9),x=(0,Qe.A)(Wi,"autoSubmit"),A=(0,Qe.A)(Wi,"audienceToCreate"),[j,I]=(0,a.useState)([]),M=(0,a.useCallback)(async e=>{if(s(e),!m)return _(Wi,{autoSubmit:!0,audienceToCreate:e}),void y({code:g.db,message:(0,u.__)("Additional permissions are required to create a new audience in Analytics.","google-site-kit"),data:{status:403,scopes:[Q.S9],skipModal:!0,redirectURL:f}});_(Wi,{autoSubmit:!1,audienceToCreate:void 0});const{error:t}=await k(Q.fB[e]);I(t?[t]:[]),await v(),s(!1),t||r(Bi,!0)},[m,k,v,_,y,f,r]);const b=(0,c.useSelect)(e=>e(Ve.O4).getSetupErrorCode()),N=x&&"access_denied"===b;(0,a.useEffect)(()=>{!async function(){m&&x&&(r(Di,!0),await M(A))}()},[A,M,m,x,r]);const S=!l&&n?.length<2;if((0,a.useEffect)(()=>{h&&S&&(0,V.sx)(`${e}_audiences-sidebar-create-audiences`,"view_notice")},[h,S,e]),(0,a.useEffect)(()=>{!h||m||p||(0,V.sx)(`${e}_audiences-sidebar-create-audiences`,"view_oauth_notice")},[m,p,h,e]),!S)return null;const E=Object.keys(Q.fB).filter(e=>!n.some(t=>t.audienceSlug===e));return(0,P.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice",children:[(0,P.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-header",children:[(0,P.jsx)("p",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-title",children:(0,u.__)("Create groups suggested by Site Kit","google-site-kit")}),(0,P.jsx)(O.A,{className:"googlesitekit-audience-selection-panel__audience-creation-notice-close",onClick:function(){o(Pi)},linkButton:!0,children:(0,P.jsx)(ds.A,{width:"15",height:"15"})})]}),(0,P.jsx)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-body",children:E&&E.map(i=>(0,P.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience",children:[(0,P.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-details",children:[(0,P.jsx)(T.A,{as:"h3",type:"title",size:"small",children:Q.fB[i].displayName}),(0,P.jsx)("p",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-description",children:Q.fB[i].description})]}),(0,P.jsx)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-button",children:(0,P.jsx)(us.A,{spinnerPosition:us.k.BEFORE,onClick:()=>{(0,V.sx)(`${e}_audiences-sidebar-create-audiences`,"create_audience",i).finally(()=>{M(i)})},isSaving:t===i,children:(0,u.__)("Create","google-site-kit")})})]},i))}),!m&&!p&&(0,P.jsx)(ps.A,{type:ps.A.TYPES.WARNING,description:(0,u.__)("Creating these groups require more data tracking. You will be directed to update your Analytics property.","google-site-kit"),dismissButton:{onClick:function(){(0,V.sx)(`${e}_audiences-sidebar-create-audiences`,"dismiss_oauth_notice").finally(()=>{o(Vi)})}},hideIcon:!0}),(j.length>0||N)&&(0,P.jsx)(AudienceCreationErrorNotice,{apiErrors:j,hasOAuthError:N})]})}function AudienceItems({savedItemSlugs:e=[]}){const[t,i]=(0,a.useState)(!0),{setExpirableItemTimers:s}=(0,c.useDispatch)(q.oR),{syncAvailableAudiences:n}=(0,c.useDispatch)(Q.K9),o=(0,pe.A)(),r=(0,c.useSelect)(e=>e(d.n).getValue(Di)),l=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableAudiences());(0,a.useEffect)(()=>{t&&r&&(i(!1),async function(){await n()}())},[t,r,n]);const g=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t,getReport:i,getAudiencesUserCountReportOptions:s,getConfigurableSiteKitAndOtherAudiences:n,hasAudiencePartialData:o}=e(Q.K9),r=t();if(void 0===r)return;if(!r.length)return[];const[a,l]=n(),c=o(a),g=e(q.oR).getDateRangeDates({offsetDays:Q.f2}),d=c&&i({...g,metrics:[{name:"totalUsers"}],dimensions:[{name:"newVsReturning"}],reportID:"audience-segmentation_audience-items_component_newVsReturningReport"}),u=!1===c||!0===c&&l?.length>0?i(s(c?l:r)):{},{rows:p=[]}=d||{},{rows:m=[]}=u||{};function h(e,t){return e.find(e=>e?.dimensionValues?.[0]?.value===t)}return r.map(e=>{let t;return t="SITE_KIT_AUDIENCE"===e.audienceType&&c?h(p,"new-visitors"===e.audienceSlug?"new":"returning"):h(m,e.name),{...e,userCount:Number(t?.metricValues?.[0]?.value)||0}})});function p(e,{audienceType:t,description:i,displayName:s,name:n,userCount:o}){let r="";switch(t){case"DEFAULT_AUDIENCE":r=(0,u.__)("Created by default by Google Analytics","google-site-kit"),i="";break;case"SITE_KIT_AUDIENCE":r=(0,u.__)("Created by Site Kit","google-site-kit");break;case"USER_AUDIENCE":r=(0,u.__)("Already exists in your Analytics property","google-site-kit")}return{...e,[n]:{title:s,subtitle:i,description:r,userCount:o,audienceType:t}}}const m=g?.filter(({name:t})=>e.includes(t)).reduce(p,{}),h=g?.filter(({name:t})=>!e.includes(t)).reduce(p,{}),f=(0,c.useSelect)(e=>{if(void 0===g)return;const{hasFinishedResolution:t,hasExpirableItem:i}=e(q.oR);return t("getExpirableItems")?g.filter(({audienceType:e,name:t})=>"DEFAULT_AUDIENCE"!==e&&!i(`${Q.bz}${t}`)).map(({name:e})=>`${Q.bz}${e}`):void 0});return(0,ts.A)(()=>{r&&void 0!==f&&f.length&&s(f.map(e=>({slug:e,expiresInSeconds:4*V.Du})))},[r,s,f]),(0,P.jsx)(ss.DW,{availableItemsTitle:(0,u.__)("Additional groups","google-site-kit"),availableSavedItems:m,availableUnsavedItems:h,ItemComponent:l?AudienceItemPreviewBlock:AudienceItem,savedItemSlugs:e,notice:(0,P.jsxs)(a.Fragment,{children:[(0,P.jsx)(AddGroupNotice,{}),!o&&(0,P.jsx)(AudienceCreationNotice,{})]})})}function RequestAccessButton({requestAccessURL:e}){const t=(0,W.A)();return(0,P.jsx)(R.Button,{className:"googlesitekit-audience-selection-panel__error-notice-action",href:e,target:"_blank",onClick:()=>{(0,V.sx)(`${t}_audiences-sidebar`,"insufficient_permissions_error_request_access")},tertiary:!0,children:(0,u.__)("Request access","google-site-kit")})}function RetryButton({handleRetry:e}){const t=(0,W.A)();return(0,P.jsx)(R.Button,{className:"googlesitekit-audience-selection-panel__error-notice-action",onClick:()=>{e(),(0,V.sx)(`${t}_audiences-sidebar`,"data_loading_error_retry")},tertiary:!0,children:(0,u.__)("Retry","google-site-kit")})}function SyncErrorNotice(){const e=(0,W.A)(),t=(0,c.useSelect)(e=>e(Q.K9).getErrorForAction("syncAvailableAudiences")),[i,s]=(0,c.useInViewSelect)(e=>e(Q.K9).getAudienceUserCountReportErrors())||[],n=(0,c.useSelect)(e=>e(Ve.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),o=(0,c.useSelect)(e=>e(d.n).getValue(Di)),{clearError:r,syncAvailableAudiences:l}=(0,c.useDispatch)(Q.K9),p=(0,a.useCallback)(async()=>{await r("syncAvailableAudiences"),l()},[r,l]),m=[];t&&m.push(t),s&&m.push(s),i&&m.push(i);const h=m.length>0,f=m.some(e=>(0,g.SG)(e));if((0,a.useEffect)(()=>{o&&h&&(0,V.sx)(`${e}_audiences-sidebar`,f?"insufficient_permissions_error":"data_loading_error")},[h,f,o,e]),!m.length)return null;const _=[s,i].some(e=>!!e);return(0,P.jsx)(ps.A,{className:"googlesitekit-audience-selection-panel__error-notice googlesitekit-notice--error googlesitekit-notice--small googlesitekit-notice--square",type:ps.A.TYPES.ERROR,description:f?(0,L.A)((0,u.__)("Insufficient permissions, contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,P.jsx)(O.A,{href:n,external:!0,hideExternalIndicator:!0,children:(0,u.__)("Get help","google-site-kit")})}):(0,u.__)("Data loading failed","google-site-kit"),hideIcon:!0,children:f||_?(0,P.jsx)(z.A,{moduleSlug:"analytics-4",error:m,buttonVariant:"danger",RequestAccessButton,RetryButton,hideGetHelpLink:!0}):(0,P.jsx)(RetryButton,{handleRetry:p})})}function Footer({isOpen:e,closePanel:t,savedItemSlugs:i}){const s=(0,W.A)(),n=(0,Qe.A)(Ri,zi),{setValues:o}=(0,c.useDispatch)(Ge.s),r=(0,c.useSelect)(e=>e(q.oR).isSavingUserAudienceSettings()),l=(0,c.useInViewSelect)(e=>{const t=e(q.oR).getDismissedItems();return t?.filter(e=>e.startsWith("audience-tile-"))}),g=(0,c.useSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences()),{saveUserAudienceSettings:d,removeDismissedItems:u}=(0,c.useDispatch)(q.oR),{getConfiguredAudiences:p}=(0,c.useSelect)(q.oR),m=(0,a.useCallback)(async e=>{o(Ri,{[Oi]:null});let{error:t}=await d({configuredAudiences:e});if(!t){const i=l?.filter(t=>{const i=t.replace("audience-tile-","");return!e.includes(i)})||[];e.every(e=>l?.includes(`audience-tile-${e}`))&&i.push(`audience-tile-${e[0]}`),i?.length>0&&(({error:t}=await u(...i)),t&&o(Ri,{[Oi]:t}))}return{error:t}},[l,u,d,o]),h=(0,a.useCallback)(()=>{const e={USER_AUDIENCE:"user",SITE_KIT_AUDIENCE:"site-kit",DEFAULT_AUDIENCE:"default"},t=p(),i=Object.keys(e).map(i=>{const s=t.filter(e=>{const t=g?.find(({name:t})=>e===t);return t?.audienceType===i});return`${e[i]}:${s.length}`}).join(",");(0,V.sx)(`${s}_audiences-sidebar`,"audiences_sidebar_save",i)},[g,p,s]),f=(0,a.useCallback)(()=>{(0,V.sx)(`${s}_audiences-sidebar`,"audiences_sidebar_cancel")},[s]);return(0,P.jsx)(ss.gy,{savedItemSlugs:i,selectedItemSlugs:n,saveSettings:m,minSelectedItemCount:Ui,maxSelectedItemCount:Gi,isBusy:r,isOpen:e,closePanel:t,onSaveSuccess:h,onCancel:f})}function Header_Header({closePanel:e}){const t=(0,pe.A)(),i=(0,c.useSelect)(e=>e(Ve.O4).getSiteKitAdminSettingsURL({scrollTo:"visitor-groups"})),s=(0,c.useSelect)(e=>e(q.oR).isSavingUserAudienceSettings()),{navigateTo:n}=(0,c.useDispatch)(Zi.M),o=(0,a.useCallback)(()=>n(i),[i,n]);return(0,P.jsx)(ss.W4,{title:(0,u.__)("Select visitor groups","google-site-kit"),onCloseClick:e,children:!t&&(0,P.jsx)(D.A,{children:(0,L.A)((0,u.__)("You can deactivate this widget in <link><strong>Settings</strong></link>","google-site-kit"),{link:(0,P.jsx)(O.A,{onClick:o,disabled:s,secondary:!0}),strong:(0,P.jsx)("strong",{})})})})}function LearnMoreLink(){const e=(0,c.useSelect)(e=>e(Ve.O4).getGoogleSupportURL({path:"/analytics/answer/12799087"}));return(0,P.jsx)("div",{className:"googlesitekit-audience-selection-panel__learn-more",children:(0,L.A)((0,u.__)("Learn more about grouping site visitors and audiences in <link><strong>Analytics</strong></link>","google-site-kit"),{link:(0,P.jsx)(O.A,{href:e,secondary:!0,external:!0}),strong:(0,P.jsx)("strong",{})})})}AudienceCreationErrorNotice.propTypes={apiErrors:r().oneOfType([r().arrayOf(r().object),r().object,r().array]),hasOAuthError:r().bool},AudienceItems.propTypes={savedItemSlugs:r().array},RequestAccessButton.propTypes={requestAccessURL:r().string.isRequired},RetryButton.propTypes={handleRetry:r().func.isRequired},Footer.propTypes={isOpen:r().bool,closePanel:r().func.isRequired,savedItemSlugs:r().array},Header_Header.propTypes={closePanel:r().func.isRequired};var ms=i(19793);function AudienceCreationSuccessNotice(){const e=(0,W.A)(),{setValue:t}=(0,c.useDispatch)(d.n),i=(0,c.useSelect)(e=>e(d.n).getValue(Bi)),s=(0,c.useSelect)(e=>e(d.n).getValue(Di));return(0,a.useEffect)(()=>{s&&i&&(0,V.sx)(`${e}_audiences-sidebar-create-audiences-success`,"view_notification")},[s,i,e]),i?(0,P.jsxs)("div",{className:"googlesitekit-audience-selection-panel__success-notice",children:[(0,P.jsx)("div",{className:"googlesitekit-audience-selection-panel__success-notice-icon",children:(0,P.jsx)(ms.A,{width:24,height:24})}),(0,P.jsx)("p",{className:"googlesitekit-audience-selection-panel__success-notice-message",children:(0,u.__)("Visitor group created successfully!","google-site-kit")}),(0,P.jsx)("div",{className:"googlesitekit-audience-selection-panel__success-notice-actions",children:(0,P.jsx)(R.Button,{onClick:()=>{(0,V.sx)(`${e}_audiences-sidebar-create-audiences-success`,"dismiss_notification").finally(()=>{t(Bi,!1)})},tertiary:!0,children:(0,u.__)("Got it","google-site-kit")})})]}):null}var hs=i(74595),fs=i(67768);function SaveErrorNotice({savedItemSlugs:e}){const t=(0,Qe.A)(Ri,zi),i=(0,Qe.A)(Ri,Oi),s=(0,hs.ws)(e=>e(q.oR).getUserAudienceSettings()),o=(0,hs.WM)(e=>e(q.oR).getErrorForAction("saveUserAudienceSettings",[{...s,configuredAudiences:t}])),r=t?.length||0;let l;r<Ui?l=(0,u.sprintf)(/* translators: 1: Minimum number of groups that can be selected. 2: Number of selected groups. */ /* translators: 1: Minimum number of groups that can be selected. 2: Number of selected groups. */ (0,u._n)("Select at least %1$d group (%2$d selected)","Select at least %1$d groups (%2$d selected)",Ui,"google-site-kit"),Ui,r):r>Gi&&(l=(0,u.sprintf)(/* translators: 1: Maximum number of groups that can be selected. 2: Number of selected groups. */ /* translators: 1: Maximum number of groups that can be selected. 2: Number of selected groups. */ (0,u.__)("Select up to %1$d groups (%2$d selected)","google-site-kit"),Gi,r));const c=(0,a.useMemo)(()=>!(0,n.isEqual)((0,V.N9)(t),(0,V.N9)(e)),[t,e]);if(!l&&!o&&!i)return null;let g=o||i;return c&&l&&(g={message:l}),(0,P.jsx)(fs.A,{error:g})}function Panel(){const e=(0,W.A)(),t=(0,c.useSelect)(e=>e(d.n).getValue(Di)),i=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableAudiences()),s=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t}=e(Q.K9),{getConfiguredAudiences:i}=e(q.oR),s=i()||[],n=t()||[];return n.length&&s.length?n.filter(({name:e})=>s.includes(e)).map(({name:e})=>e):[]}),n=(0,Qe.A)(Wi,"autoSubmit"),{setValues:o}=(0,c.useDispatch)(Ge.s),{setValue:r}=(0,c.useDispatch)(d.n),l=(0,a.useCallback)(()=>{o(Ri,{[zi]:s,[Li]:!1}),(0,V.sx)(`${e}_audiences-sidebar`,"audiences_sidebar_view")},[s,o,e]),g=(0,a.useCallback)(()=>{t&&(r(Di,!1),r(Bi,!1))},[r,t]);return(0,P.jsxs)(ss.Ay,{className:"googlesitekit-audience-selection-panel",closePanel:g,isOpen:t||n,isLoading:i,onOpen:l,children:[(0,P.jsx)(Header_Header,{closePanel:g}),(0,P.jsx)(AudienceItems,{savedItemSlugs:s}),(0,P.jsx)(LearnMoreLink,{}),(0,P.jsx)(SaveErrorNotice,{savedItemSlugs:s}),(0,P.jsx)(SyncErrorNotice,{}),(0,P.jsx)(AudienceCreationSuccessNotice,{}),(0,P.jsx)(Footer,{closePanel:g,isOpen:t,savedItemSlugs:s})]})}function AudienceSelectionPanel(){const e=(0,c.useSelect)(e=>e(d.n).getValue(Di));return(0,P.jsx)(es.Ay,{value:{key:"AudienceSelectionPanel",value:!!e},children:(0,P.jsx)(Panel,{})})}var _s=i(91560);function AudienceAreaFooter(){const e=(0,pe.A)(),t=(0,c.useSelect)(e=>e(q.oR).getDateRangeDates({offsetDays:Q.f2})),i=(0,c.useSelect)(i=>e?null:i(Q.K9).getServiceReportURL("audiences",{dates:t}));return(0,c.useSelect)(e=>e(Fi.i).isModuleConnected(F.L1))?(0,P.jsx)(_s.A,{className:"googlesitekit-audience-widget__source",name:(0,u._x)("Analytics","Service name","google-site-kit"),href:i,external:!0}):null}var ys,ks,vs,xs,As=i(674);function ChangeGroupsLink(){const e=(0,W.A)(),t=(0,c.useInViewSelect)(e=>e(Q.K9).getConfigurableAudiences(),[]),{setValue:i}=(0,c.useDispatch)(d.n),s=(0,a.useCallback)(()=>{i(Di,!0),(0,V.sx)(`${e}_audiences-sidebar`,"change_groups")},[i,e]);return Array.isArray(t)&&t?.length>0?(0,P.jsx)(O.A,{className:"googlesitekit-widget-area__cta-link",onClick:s,leadingIcon:(0,P.jsx)(As.A,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,u.__)("Change groups","google-site-kit")}):null}function js(){return js=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},js.apply(null,arguments)}const Is=e=>a.createElement("svg",js({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"-3 1 333.666 149.252"},e),ys||(ys=a.createElement("defs",null,a.createElement("filter",{id:"audience-connect-analytics-cta-graphic_svg__c",width:144.59,height:185.064,x:109.551,y:18.171,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:4}),a.createElement("feGaussianBlur",{stdDeviation:8}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1731_24094"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1731_24094",result:"shape"})),a.createElement("filter",{id:"audience-connect-analytics-cta-graphic_svg__d",width:144.59,height:185.064,x:236.859,y:18.171,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:4}),a.createElement("feGaussianBlur",{stdDeviation:8}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1731_24094"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1731_24094",result:"shape"})),a.createElement("clipPath",{id:"audience-connect-analytics-cta-graphic_svg__a"},a.createElement("path",{fill:"#fff",d:"M0 0h480v150H0z"})))),a.createElement("g",{clipPath:"url(#audience-connect-analytics-cta-graphic_svg__a)",transform:"translate(-73)"},ks||(ks=a.createElement("path",{fill:"#B8E6CA",d:"M91.722 36.579a72 72 0 0 1 7.307-6.582c24.521-19.234 44.779-19.203 72.826-15.693 18.961 2.373 30.038 11.4 55.889 9.98s32.474-7.992 64.117-5.887c25.048 1.667 36.285 6.612 58.554 18.182 20.61 10.707 39.324 29.519 48.728 54.397 16.12 42.644-12.622 119.393-51.166 123.012-27.93 2.623-50.979-28.308-79.169-21.145-17.366 4.414-27.666 22.927-41.064 35.144-15.631 14.255-49.304 13.359-67.607 5.751-17.442-7.248-34.409-21.615-40.106-42.775-4.337-16.114-5.519-35.322-17.661-50.04-14.694-17.811-23.672-25.756-28.716-49.947-4.382-21.009 5.045-40.938 18.068-54.397"})),a.createElement("mask",{id:"audience-connect-analytics-cta-graphic_svg__b",width:332,height:228,x:72,y:12,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},vs||(vs=a.createElement("path",{fill:"#B8E6CA",d:"M91.722 36.579a72 72 0 0 1 7.307-6.582c24.521-19.234 44.779-19.203 72.826-15.693 18.961 2.373 30.038 11.4 55.889 9.98s32.474-7.992 64.117-5.887c25.048 1.667 36.285 6.612 58.554 18.182 20.61 10.707 39.324 29.519 48.728 54.397 16.12 42.644-12.622 119.393-51.166 123.012-27.93 2.623-50.979-28.308-79.169-21.145-17.366 4.414-27.666 22.927-41.064 35.144-15.631 14.255-49.304 13.359-67.607 5.751-17.442-7.248-34.409-21.615-40.106-42.775-4.337-16.114-5.519-35.322-17.661-50.04-14.694-17.811-23.672-25.756-28.716-49.947-4.382-21.009 5.045-40.938 18.068-54.397"}))),xs||(xs=a.createElement("g",{mask:"url(#audience-connect-analytics-cta-graphic_svg__b)"},a.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic_svg__c)"},a.createElement("rect",{width:112.591,height:153.065,x:125.551,y:30.171,fill:"#fff",rx:8.095})),a.createElement("rect",{width:39.014,height:7.002,x:139.555,y:93.193,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:14.005,height:7.002,x:139.555,y:82.189,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:14.005,height:7.002,x:139.555,y:118.259,fill:"#EBEEF0",rx:3.501}),a.createElement("path",{fill:"#B8E6CA",d:"M202.578 91.693a6.5 6.5 0 0 1 6.502-6.503h10.004a6.502 6.502 0 0 1 0 13.005H209.08a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:26.492,height:6.623,x:139.535,y:45.625,fill:"#EBEEF0",rx:3.311}),a.createElement("path",{fill:"#FFDED3",d:"M202.578 127.763a6.5 6.5 0 0 1 6.502-6.502h10.004a6.502 6.502 0 1 1 0 13.004H209.08a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:41.014,height:7.002,x:138.555,y:129.263,fill:"#EBEEF0",rx:3.501}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M238.141 65.862H126.286"}),a.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic_svg__d)"},a.createElement("rect",{width:112.591,height:153.065,x:252.859,y:30.171,fill:"#fff",rx:8.095})),a.createElement("rect",{width:38.859,height:7.002,x:266.809,y:93.193,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:13.949,height:7.002,x:266.809,y:82.189,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:13.949,height:7.002,x:266.805,y:118.259,fill:"#EBEEF0",rx:3.501}),a.createElement("path",{fill:"#B8E6CA",d:"M329.582 91.693a6.5 6.5 0 0 1 6.502-6.503h9.912a6.502 6.502 0 1 1 0 13.005h-9.912a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:26.492,height:6.623,x:266.844,y:45.625,fill:"#EBEEF0",rx:3.311}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M358.094 65.862H252.862"}),a.createElement("path",{fill:"#FFDED3",d:"M329.582 127.763a6.5 6.5 0 0 1 6.502-6.502h9.912a6.502 6.502 0 1 1 0 13.004h-9.912a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:40.852,height:7.002,x:265.812,y:129.263,fill:"#EBEEF0",rx:3.501})))));var Ms,bs,Ns,Ss;function Es(){return Es=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Es.apply(null,arguments)}const ws=e=>a.createElement("svg",Es({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 553 146"},e),a.createElement("g",{clipPath:"url(#audience-connect-analytics-cta-graphic-tablet_svg__a)"},Ms||(Ms=a.createElement("path",{fill:"#B8E6CA",d:"M67.728 34.59a72 72 0 0 1 7.31-6.584c24.527-19.24 44.792-19.21 72.848-15.698 18.966 2.374 30.047 11.404 55.905 9.984C229.65 20.872 234.5 10.117 271 14.308S322.5-1.5 360.5 1.5s52 32 72 42 37 8.5 50 35 4 83.5-36 106-99.355 25.386-122.439 27.553c-27.938 2.624-50.995-28.317-79.194-21.151-17.371 4.415-27.674 22.934-41.076 35.155-15.636 14.258-49.319 13.362-67.627 5.752-17.448-7.25-34.42-21.622-40.118-42.788-4.338-16.119-5.521-35.333-17.667-50.056-14.698-17.816-23.679-25.763-28.725-49.961-4.382-21.016 5.047-40.95 18.074-54.414"})),a.createElement("mask",{id:"audience-connect-analytics-cta-graphic-tablet_svg__b",width:441,height:237,x:48,y:1,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},bs||(bs=a.createElement("path",{fill:"#B8E6CA",d:"M67.728 34.59a72 72 0 0 1 7.31-6.584c24.527-19.24 44.792-19.21 72.848-15.698 18.966 2.374 30.047 11.404 55.905 9.984C229.65 20.872 234.5 10.117 271 14.308S322.5-1.5 360.5 1.5s52 32 72 42 37 8.5 50 35 4 83.5-36 106-99.355 25.386-122.439 27.553c-27.938 2.624-50.995-28.317-79.194-21.151-17.371 4.415-27.674 22.934-41.076 35.155-15.636 14.258-49.319 13.362-67.627 5.752-17.448-7.25-34.42-21.622-40.118-42.788-4.338-16.119-5.521-35.333-17.667-50.056-14.698-17.816-23.679-25.763-28.725-49.961-4.382-21.016 5.047-40.95 18.074-54.414"}))),Ns||(Ns=a.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic-tablet_svg__c)",mask:"url(#audience-connect-analytics-cta-graphic-tablet_svg__b)"},a.createElement("rect",{width:112.625,height:153.111,x:93,y:29.181,fill:"#fff",rx:8.097}),a.createElement("rect",{width:39.025,height:7.005,x:107.008,y:92.222,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:14.009,height:7.005,x:107.008,y:81.214,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:14.009,height:7.005,x:107.008,y:117.295,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{fill:"#B8E6CA",d:"M170.051 90.72a6.504 6.504 0 0 1 6.504-6.504h10.007a6.504 6.504 0 0 1 0 13.009h-10.007a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:26.5,height:6.625,x:106.984,y:44.639,fill:"#EBEEF0",rx:3.313}),a.createElement("path",{fill:"#FFDED3",d:"M170.051 126.802a6.504 6.504 0 0 1 6.504-6.505h10.007a6.504 6.504 0 0 1 0 13.009h-10.007a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:41.027,height:7.005,x:106.008,y:128.303,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M205.625 64.882H93.736"}),a.createElement("rect",{width:112.625,height:153.111,x:220.348,y:29.181,fill:"#fff",rx:8.097}),a.createElement("rect",{width:38.871,height:7.005,x:234.301,y:92.222,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:234.301,y:81.214,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:234.301,y:117.295,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{fill:"#B8E6CA",d:"M297.094 90.72a6.504 6.504 0 0 1 6.504-6.504h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:26.5,height:6.625,x:234.332,y:44.639,fill:"#EBEEF0",rx:3.313}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M325.613 64.882H220.349"}),a.createElement("path",{fill:"#FFDED3",d:"M297.094 126.802a6.504 6.504 0 0 1 6.504-6.505h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:40.864,height:7.005,x:233.305,y:128.303,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:112.625,height:153.111,x:347.695,y:29.181,fill:"#fff",rx:8.097}),a.createElement("rect",{width:38.871,height:7.005,x:361.648,y:92.222,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:361.648,y:81.214,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:361.648,y:117.295,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{fill:"#FFDED3",d:"M424.441 90.72a6.504 6.504 0 0 1 6.505-6.504h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.505-6.504"}),a.createElement("rect",{width:26.5,height:6.625,x:361.68,y:44.639,fill:"#EBEEF0",rx:3.313}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M452.961 64.882H347.697"}),a.createElement("path",{fill:"#B8E6CA",d:"M424.441 126.802a6.505 6.505 0 0 1 6.505-6.505h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.505-6.504"}),a.createElement("rect",{width:40.864,height:7.005,x:360.652,y:128.303,fill:"#EBEEF0",rx:3.502})))),Ss||(Ss=a.createElement("defs",null,a.createElement("clipPath",{id:"audience-connect-analytics-cta-graphic-tablet_svg__a"},a.createElement("path",{fill:"#fff",d:"M0 0h553v158H0z"})),a.createElement("filter",{id:"audience-connect-analytics-cta-graphic-tablet_svg__c",width:399.32,height:185.111,x:77,y:17.181,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:4}),a.createElement("feGaussianBlur",{stdDeviation:8}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16714"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16714",result:"shape"})))));var Cs=i(92698);function ConnectAnalyticsCTAWidget({Widget:e}){const t=(0,E.dv)()===E.Lg,i=(0,Cs.A)(F.L1),s=(0,c.useSelect)(e=>e(Fi.i).getModuleIcon(F.L1)),n=t?(0,P.jsx)(D.A,{children:(0,L.A)((0,u.__)("Google Analytics is disconnected, your audience metrics can’t be displayed. <a>Connect Google Analytics</a>","google-site-kit"),{a:(0,P.jsx)(O.A,{onClick:i,secondary:!0})})}):(0,P.jsxs)(a.Fragment,{children:[(0,P.jsx)(D.A,{children:(0,u.__)("Google Analytics is disconnected, your audience metrics can’t be displayed","google-site-kit")}),(0,P.jsx)(O.A,{onClick:i,secondary:!0,children:(0,u.__)("Connect Google Analytics","google-site-kit")})]});return(0,P.jsx)(e,{noPadding:!0,children:(0,P.jsx)(Yi,{Icon:s,SVGGraphic:t?ws:Is,children:n})})}ConnectAnalyticsCTAWidget.propTypes={Widget:r().elementType.isRequired};const Ts=(0,G.A)(gs);function InfoNoticeWidget({Widget:e,WidgetNull:t}){const i=(0,W.A)(),s=(0,c.useInViewSelect)(e=>{const t=e(Q.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)},[]),n=(0,c.useInViewSelect)(e=>e(q.oR).getConfiguredAudiences(),[]),o=n?.some(e=>s?.includes(e)),r=h.length,l=(0,c.useInViewSelect)(e=>e(q.oR).isPromptDismissed(m),[]),g=(0,c.useSelect)(e=>e(d.n).getValue(p)),f=(0,c.useInViewSelect)(e=>e(q.oR).getPromptDismissCount(m),[]),{dismissPrompt:_}=(0,c.useDispatch)(q.oR),y=(0,a.useCallback)(()=>{void 0!==f&&(0,V.sx)(`${i}_audiences-info-notice`,"dismiss_notice",h[f].slug).finally(()=>{const e=2*V.Du;_(m,{expiresInSeconds:f+1<r?e:0})})},[f,_,r,i]);if(!0!==o||l||void 0===f||f>=r||!0===g)return(0,P.jsx)(t,{});const{slug:k,content:v}=h[f];return(0,P.jsx)(e,{noPadding:!0,children:(0,P.jsx)(Ts,{content:v,dismissLabel:(0,u.__)("Got it","google-site-kit"),onDismiss:y,onInView:()=>{(0,V.sx)(`${i}_audiences-info-notice`,"view_notice",k)}})})}InfoNoticeWidget.propTypes={Widget:r().elementType.isRequired,WidgetNull:r().elementType.isRequired};const Ds=(0,l.A)({moduleName:F.L1})(InfoNoticeWidget);var Rs=i(15844);function SecondaryUserSetupWidget({Widget:e}){const[t,i]=(0,a.useState)(null),s=(0,c.useSelect)(e=>e(Q.K9).isSettingUpAudiences()),{enableSecondaryUserAudienceGroup:n}=(0,c.useDispatch)(Q.K9);return(0,Rs.A)(()=>{s||(async()=>{const{error:e}=await n();e&&i(e)})()}),t?(0,P.jsx)(Y,{Widget:e,errors:t,onRetry:async function(){i(null);const{error:e}=await n();e&&i(e)},showRetryButton:!(0,g.SG)(t)}):(0,P.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,P.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,P.jsx)(e,{noPadding:!0,children:(0,P.jsx)(AudienceTileLoading,{})}),(0,P.jsx)(e,{noPadding:!0,children:(0,P.jsx)(AudienceTileLoading,{})})]})})}SecondaryUserSetupWidget.propTypes={Widget:r().elementType.isRequired};var zs=i(33566);function PrimaryUserSetupWidget({Widget:e}){const{apiErrors:t,isSaving:i,failedAudiences:s,onEnableGroups:n}=(0,zs.A)(),o=(0,c.useSelect)(e=>e(Q.K9).isSettingUpAudiences());return(0,Rs.A)(()=>{o||n()}),!t.length&&!s.length||i?(0,P.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,P.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,P.jsx)(e,{noPadding:!0,children:(0,P.jsx)(AudienceTileLoading,{})}),(0,P.jsx)(e,{noPadding:!0,children:(0,P.jsx)(AudienceTileLoading,{})})]})}):(0,P.jsx)(Y,{Widget:e,errors:t,onRetry:n,failedAudiences:s,showRetryButton:!(0,g.SG)(t[0])})}PrimaryUserSetupWidget.propTypes={Widget:r().elementType.isRequired}},76422:(e,t,i)=>{i.d(t,{A:()=>OverlayNotification});var s=i(62688),n=i.n(s),o=i(50539),r=i(71423),a=i(7070),l=i(5230),c=i(4452),g=i.n(c),d=i(32947),u=i(63696),p=i(15167),m=i(62540);function Title({children:e}){return(0,m.jsx)(p.A,{as:"h3",size:"medium",type:"title",className:"googlesitekit-overlay-card__title",children:e})}function Description({children:e}){return(0,m.jsx)("p",{className:"googlesitekit-overlay-card__description",children:e})}Title.propTypes={children:n().node.isRequired},Description.propTypes={children:n().node.isRequired};var h=i(82871),f=i(49383);function DismissButton({label:e=(0,h.__)("Maybe later","google-site-kit"),onClick:t,disabled:i}){return(0,m.jsx)(f.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}const _={label:n().string,onClick:n().func,disabled:n().bool};function CTAButton(e){const{label:t,...i}=e;return(0,m.jsx)(f.Button,{...i,children:t})}DismissButton.propTypes=_,CTAButton.propTypes={..._,href:n().string,target:n().string,trailingIcon:n().object};var y=i(98652);function Body({title:e,description:t,ctaButton:i,dismissButton:s,GraphicDesktop:n,GraphicMobile:o,newBadge:r}){const a=(0,d.dv)();return(0,m.jsxs)(u.Fragment,{children:[a!==d.mp&&n&&(0,m.jsx)("div",{className:"googlesitekit-overlay-card__graphic",children:(0,m.jsx)(n,{})}),(0,m.jsxs)("div",{className:"googlesitekit-overlay-card__body",children:[r&&(0,m.jsx)("div",{className:"googlesitekit-overlay-card__badge",children:(0,m.jsx)(y.A,{hasNoSpacing:!0})}),e&&(0,m.jsx)(Title,{children:e}),t&&(0,m.jsx)(Description,{children:t})]}),(i||s)&&(0,m.jsxs)("div",{className:"googlesitekit-overlay-card__actions",children:[s&&(0,m.jsx)(DismissButton,{...s}),i&&(0,m.jsx)(CTAButton,{...i})]}),a===d.mp&&o&&(0,m.jsx)(o,{})]})}function OverlayCard(e){const{visible:t,className:i,...s}=e,n=(0,d.dv)();if(!t)return null;const o=(0,m.jsx)("div",{className:g()("googlesitekit-overlay-card",i),children:(0,m.jsx)(Body,{...s})});return n===d.mp?o:(0,m.jsx)(l.A,{direction:"up",in:t,children:o})}function OverlayNotification({notificationID:e,ctaButton:t,dismissButton:i,gaTrackingEventArgs:s,...n}){const l=(0,a.A)(e,s?.category,{confirmAction:s?.confirmAction,dismissAction:s?.dismissAction}),{dismissNotification:c}=(0,o.useDispatch)(r.D);const{dismissOnClick:g,dismissOptions:d,...u}=t||{};const p=t?{...u,onClick:async function(i){l.confirm(s?.label,s?.value),await(t?.onClick?.(i)),g&&c(e,{...d})}}:void 0;return(0,m.jsx)(OverlayCard,{ctaButton:p,dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),l.dismiss(s?.label,s?.value),c(e,{...i.dismissOptions})}},...n,visible:!0})}Body.propTypes={title:n().node,description:n().node,ctaButton:n().shape({..._,href:n().string,target:n().string,trailingIcon:n().element}),dismissButton:n().shape({..._}),GraphicDesktop:n().elementType,GraphicMobile:n().elementType,newBadge:n().bool},OverlayCard.propTypes={className:n().string,title:n().string,description:n().oneOfType([n().string,n().object]),ctaButton:n().shape({..._,href:n().string,target:n().string,trailingIcon:n().object}),dismissButton:n().shape(_),GraphicDesktop:n().elementType,GraphicMobile:n().elementType,newBadge:n().bool,visible:n().bool},OverlayCard.defaultProps={visible:!1},OverlayNotification.propTypes={notificationID:n().string,ctaButton:n().object,dismissButton:n().oneOfType([n().object,n().bool])}},77513:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(62688),n=i.n(s),o=i(90007),r=i(12850),a=i(62540);function NotificationFromServer({id:e,titleIcon:t,title:i,content:s,ctaLabel:n,ctaTarget:l,ctaURL:c,dismissible:g,dismissLabel:d,learnMoreLabel:u,learnMoreURL:p,onCTAClick:m,onDismissClick:h,gaTrackingEventArgs:f}){const _={expiresInSeconds:r.Jg};return(0,a.jsx)(o.A,{notificationID:e,type:o.Q.WARNING,titleIcon:t||void 0,title:i,description:s,learnMoreLink:p?{label:u,href:p}:void 0,ctaButton:{label:n,href:c,target:l,onClick:m,dismissOptions:_},dismissButton:g?{label:d,onClick:h,dismissOptions:_}:void 0,gaTrackingEventArgs:f})}NotificationFromServer.propTypes={id:n().string.isRequired,title:n().string.isRequired,content:n().node,ctaLabel:n().string,ctaTarget:n().string,ctaURL:n().string,dismissible:n().bool,dismissLabel:n().string,learnMoreLabel:n().string,learnMoreURL:n().string,onCTAClick:n().func,onDismissClick:n().func,gaTrackingEventArgs:n().object};const l=NotificationFromServer},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696),n=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,s.useContext)(n.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var s=i(62688),n=i.n(s),o=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),d=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:s,message:n=t.message,noPrefix:p=!1,skipRetryMessage:m,hideIcon:h=!1}){const f=(0,l.useDispatch)(),_=(0,l.useSelect)(e=>s?e(s).getSelectorDataForError(t):null),y=(0,o.useCallback)(()=>{f(_.storeName).invalidateResolution(_.name,_.args)},[f,_]);if(!n||(0,c.G)(t))return null;const k=i&&(0,c.vl)(t,_);let v=n;i||m||(v=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),v)),p||(v=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),v));const x=t?.data?.reconnectURL;x&&(0,a.m)(x)&&(v=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),v,x));return(0,u.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(v,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:k?{label:(0,r.__)("Retry","google-site-kit"),onClick:y}:void 0,hideIcon:h})}ErrorNotice.propTypes={className:n().string,error:n().shape({message:n().string}),hasButton:n().bool,storeName:n().string,message:n().string,noPrefix:n().bool,skipRetryMessage:n().bool,hideIcon:n().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>s});const s="core/forms"},78464:(e,t,i)=>{i.d(t,{Z:()=>C,A:()=>T});var s=i(62688),n=i.n(s),o=i(82871),r=i(39016),a=i(63696),l=i(50539),c=i(78340),g=i(58116),d=i(93896),u=i(71423),p=i(53137),m=i(72455),h=i(77766),f=i(68485),_=i(12850),y=i(33566),k=i(80869),v=i(34375);var x=i(99897),A=i(16196),j=i(93934),I=i(54349),M=i(49655),b=i(12108),N=i(32947),S=i(62540);const E="setup-success-notification-audiences";function AudienceSegmentationSetupSuccessSubtleNotification({id:e,Notification:t}){const s=(0,N.dv)(),{dismissNotification:n}=(0,l.useDispatch)(u.D),r=(0,l.useSelect)(e=>e(g.oR).isAudienceSegmentationWidgetHidden());return(0,a.useEffect)(()=>{r&&n(E)},[n,r]),void 0===r?null:(0,S.jsx)(t,{children:(0,S.jsx)(I.A,{notificationID:e,type:M.Q.SUCCESS,title:(0,o.__)("Success! Visitor groups added to your dashboard","google-site-kit"),description:(0,o.__)("Get to know how different types of visitors interact with your site, e.g. which pages they visit and for how long","google-site-kit"),ctaButton:{label:(0,o.__)("Show me","google-site-kit"),onClick:function(e){e.preventDefault(),n(E),setTimeout(()=>{i.g.scrollTo({top:(0,b.YJ)(".googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation",s),behavior:"smooth"})},50)}},dismissButton:!0})})}AudienceSegmentationSetupSuccessSubtleNotification.propTypes={id:n().string.isRequired,Notification:n().elementType.isRequired};var w=i(27333);const C="audience_segmentation_setup_cta-notification";function AudienceSegmentationSetupCTABanner({id:e,Notification:t}){const i=(0,h.A)(),s=`${i}_audiences-setup-cta-dashboard`,{dismissNotification:n,registerNotification:r,pinNotification:x}=(0,l.useDispatch)(u.D),{setValues:A}=(0,l.useDispatch)(c.s),j={tooltipSlug:e,title:(0,o.__)("You can always enable groups in Settings later","google-site-kit"),content:(0,o.__)("The visitors group section will be added to your dashboard once you set it up.","google-site-kit"),dismissLabel:(0,o.__)("Got it","google-site-kit")},I=(0,f.i)(j),M=(0,l.useSelect)(t=>t(u.D).isNotificationDismissalFinal(e)),b=(0,w.A)(m.PW,"autoSubmit"),[N,C]=(0,a.useState)(!1),T=(0,a.useCallback)(()=>{r(E,{Component:AudienceSegmentationSetupSuccessSubtleNotification,areaSlug:p.bI.DASHBOARD_TOP}),n(e)},[r,n,e]),D=(0,a.useCallback)(()=>{C(!0)},[C]),R=(0,a.useCallback)(()=>x(e,p.He.SETUP_CTAS),[e,x]),{apiErrors:z,failedAudiences:L,isSaving:O,onEnableGroups:P}=(0,y.A)({onSuccess:T,onError:D,onOAuthNavigation:R}),{clearPermissionScopeError:B}=(0,l.useDispatch)(g.oR),{setSetupErrorCode:U}=(0,l.useDispatch)(d.O4),G=(0,a.useCallback)(()=>{A(m.PW,{autoSubmit:!1}),B(),U(null),C(!1)},[B,U,A]),V=(0,l.useSelect)(e=>e(d.O4).getSetupErrorCode()),W=(0,l.useSelect)(e=>e(d.O4).getDocumentationLinkURL("visitor-groups")),F=b&&"access_denied"===V,H={gaTrackingEventArgs:{category:s}};return(0,S.jsxs)(a.Fragment,{children:[(0,S.jsx)(t,{...H,children:(0,S.jsx)(v.A,{notificationID:e,title:(0,o.__)("Learn how different types of visitors interact with your site","google-site-kit"),description:(0,o.__)('Understand what brings new visitors to your site and keeps them coming back. Site Kit can now group your site visitors into relevant segments like "new" and "returning". To set up these new groups, Site Kit needs to update your Google Analytics property.',"google-site-kit"),learnMoreLink:{href:W},ctaButton:{label:O?(0,o.__)("Enabling groups","google-site-kit"):(0,o.__)("Enable groups","google-site-kit"),onClick:P,disabled:O,inProgress:O},dismissButton:{label:M?(0,o.__)("Don’t show again","google-site-kit"):(0,o.__)("Maybe later","google-site-kit"),onClick:I,disabled:O,dismissOptions:{expiresInSeconds:M?0:2*_.Du}},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDk2IiBoZWlnaHQ9IjI1MyIgdmlld0JveD0iMCAwIDQ5NiAyNTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzExMzIzKSI+CjxwYXRoIGQ9Ik0zOS4wMzAzIDYwLjcwNjRDNDIuMTc1IDU3LjQ2NCA0NS40OTIxIDU0LjQ3NjMgNDguOTYwMSA1MS43NjNDODIuMjgxMiAyNS42MjUgMTA5LjgxMSAyNS42NjcgMTQ3LjkyNCAzMC40Mzc1QzE3My42OSAzMy42NjE1IDE4OC43NDMgNDUuOTI5NCAyMjMuODcxIDQ0QzI1OSA0Mi4wNzA2IDI2OCAzMy4xMzkxIDMxMSAzNS45OTk5QzM0NS4wMzggMzguMjY0NiAzNjAuMzA4IDQ0Ljk4NDYgMzkwLjU3IDYwLjcwNjRDNDE4LjU3NyA3NS4yNTY4IDQ0NC4wMDcgMTAwLjgyIDQ1Ni43ODYgMTM0LjYyOEM0NzguNjkyIDE5Mi41NzYgNDM5LjYzNCAyOTYuODcxIDM4Ny4yNTYgMzAxLjc4OEMzNDkuMzAzIDMwNS4zNTMgMzE3Ljk4MSAyNjMuMzIgMjc5LjY3MyAyNzMuMDU1QzI1Ni4wNzQgMjc5LjA1MyAyNDIuMDc4IDMwNC4yMSAyMjMuODcxIDMyMC44MTJDMjAyLjYzIDM0MC4xODMgMTU2Ljg3MiAzMzguOTY1IDEzMiAzMjguNjI4QzEwOC4yOTggMzE4Ljc3NyA4NS4yNDEgMjk5LjI1NCA3Ny41IDI3MC41QzcxLjYwNjggMjQ4LjYwMyA3MCAyMjIuNSA1My41IDIwMi41QzMzLjUzMjQgMTc4LjI5NiAyMS4zMzI4IDE2Ny41IDE0LjQ3NzYgMTM0LjYyOEM4LjUyMzg3IDEwNi4wNzggMjEuMzMzNSA3OC45OTY3IDM5LjAzMDMgNjAuNzA2NFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzE0NjFfMTEzMjMpIj4KPG1hc2sgaWQ9Im1hc2swXzE0NjFfMTEzMjMiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjEzIiB5PSIyNyIgd2lkdGg9IjQ1MCIgaGVpZ2h0PSIzMDkiPgo8cGF0aCBkPSJNMzkuMDMwMyA2MC43MDY0QzQyLjE3NSA1Ny40NjQgNDUuNDkyMSA1NC40NzYzIDQ4Ljk2MDEgNTEuNzYzQzgyLjI4MTIgMjUuNjI1IDEwOS44MTEgMjUuNjY3IDE0Ny45MjQgMzAuNDM3NUMxNzMuNjkgMzMuNjYxNSAxODguNzQzIDQ1LjkyOTQgMjIzLjg3MSA0NEMyNTkgNDIuMDcwNiAyNjggMzMuMTM5MSAzMTEgMzUuOTk5OUMzNDUuMDM4IDM4LjI2NDYgMzYwLjMwOCA0NC45ODQ2IDM5MC41NyA2MC43MDY0QzQxOC41NzcgNzUuMjU2OCA0NDQuMDA3IDEwMC44MiA0NTYuNzg2IDEzNC42MjhDNDc4LjY5MiAxOTIuNTc2IDQzOS42MzQgMjk2Ljg3MSAzODcuMjU2IDMwMS43ODhDMzQ5LjMwMyAzMDUuMzUzIDMxNy45ODEgMjYzLjMyIDI3OS42NzMgMjczLjA1NUMyNTYuMDc0IDI3OS4wNTMgMjQyLjA3OCAzMDQuMjEgMjIzLjg3MSAzMjAuODEyQzIwMi42MyAzNDAuMTgzIDE1Ni44NzIgMzM4Ljk2NSAxMzIgMzI4LjYyOEMxMDguMjk4IDMxOC43NzcgODUuMjQxIDI5OS4yNTQgNzcuNSAyNzAuNUM3MS42MDY4IDI0OC42MDMgNzAgMjIyLjUgNTMuNSAyMDIuNUMzMy41MzI0IDE3OC4yOTYgMjEuMzMyOCAxNjcuNSAxNC40Nzc2IDEzNC42MjhDOC41MjM4NyAxMDYuMDc4IDIxLjMzMzUgNzguOTk2NyAzOS4wMzAzIDYwLjcwNjRaIiBmaWxsPSIjQjhFNkNBIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xNDYxXzExMzIzKSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTQ2MV8xMTMyMykiPgo8cmVjdCB4PSI4NSIgeT0iNTIiIHdpZHRoPSIxNTMiIGhlaWdodD0iMjA4IiByeD0iMTEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTM3LjY0MSIgd2lkdGg9IjUzLjAxNTYiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTIyLjY4OCIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTcxLjcwMyIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMjE4LjcwMyIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTE4OS42NzIgMTM1LjYwMkMxODkuNjcyIDEzMC43MjIgMTkzLjYyOCAxMjYuNzY2IDE5OC41MDggMTI2Ljc2NkgyMTIuMTAyQzIxNi45ODIgMTI2Ljc2NiAyMjAuOTM4IDEzMC43MjIgMjIwLjkzOCAxMzUuNjAyQzIyMC45MzggMTQwLjQ4MiAyMTYuOTgyIDE0NC40MzggMjEyLjEwMiAxNDQuNDM4SDE5OC41MDhDMTkzLjYyOCAxNDQuNDM4IDE4OS42NzIgMTQwLjQ4MiAxODkuNjcyIDEzNS42MDJaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjEwNCIgeT0iNzMiIHdpZHRoPSIzNiIgaGVpZ2h0PSI5IiByeD0iNC41IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0xODkuNjcyIDE4NC42MTdDMTg5LjY3MiAxNzkuNzM3IDE5My42MjggMTc1Ljc4MSAxOTguNTA4IDE3NS43ODFIMjEyLjEwMkMyMTYuOTgyIDE3NS43ODEgMjIwLjkzOCAxNzkuNzM3IDIyMC45MzggMTg0LjYxN0MyMjAuOTM4IDE4OS40OTcgMjE2Ljk4MiAxOTMuNDUzIDIxMi4xMDIgMTkzLjQ1M0gxOTguNTA4QzE5My42MjggMTkzLjQ1MyAxODkuNjcyIDE4OS40OTcgMTg5LjY3MiAxODQuNjE3WiIgZmlsbD0iI0ZGREVEMyIvPgo8cGF0aCBkPSJNMTg5LjY3MiAyMzEuNjE3QzE4OS42NzIgMjI2LjczNyAxOTMuNjI4IDIyMi43ODEgMTk4LjUwOCAyMjIuNzgxSDIxMi4xMDJDMjE2Ljk4MiAyMjIuNzgxIDIyMC45MzggMjI2LjczNyAyMjAuOTM4IDIzMS42MTdDMjIwLjkzOCAyMzYuNDk3IDIxNi45ODIgMjQwLjQ1MyAyMTIuMTAyIDI0MC40NTNIMTk4LjUwOEMxOTMuNjI4IDI0MC40NTMgMTg5LjY3MiAyMzYuNDk3IDE4OS42NzIgMjMxLjYxN1oiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMTAyLjY3MiIgeT0iMTg2LjY1NiIgd2lkdGg9IjU1LjczNDQiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTAyLjY3MiIgeT0iMjQzLjY1NiIgd2lkdGg9IjU1LjczNDQiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTIzOCAxMDAuNUw4NiAxMDAuNSIgc3Ryb2tlPSIjRUJFRUYwIiBzdHJva2Utd2lkdGg9IjIiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZF8xNDYxXzExMzIzKSI+CjxyZWN0IHg9IjI1OCIgeT0iNTIiIHdpZHRoPSIxNTMiIGhlaWdodD0iMjA4IiByeD0iMTEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjc2Ljk1NiIgeT0iMTM3LjY0MSIgd2lkdGg9IjUyLjgwNTMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NiIgeT0iMTIyLjY4OCIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NSIgeT0iMTcxLjcwMyIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NSIgeT0iMjE4LjcwMyIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTM2Mi4yNTcgMTM1LjYwMkMzNjIuMjU3IDEzMC43MjIgMzY2LjIxMyAxMjYuNzY2IDM3MS4wOTMgMTI2Ljc2NkgzODQuNTYyQzM4OS40NDIgMTI2Ljc2NiAzOTMuMzk4IDEzMC43MjIgMzkzLjM5OCAxMzUuNjAyQzM5My4zOTggMTQwLjQ4MiAzODkuNDQyIDE0NC40MzggMzg0LjU2MiAxNDQuNDM4SDM3MS4wOTNDMzY2LjIxMyAxNDQuNDM4IDM2Mi4yNTcgMTQwLjQ4MiAzNjIuMjU3IDEzNS42MDJaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjI3NyIgeT0iNzMiIHdpZHRoPSIzNiIgaGVpZ2h0PSI5IiByeD0iNC41IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik00MDEuMDAxIDEwMC41TDI1OC4wMDEgMTAwLjUiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0zNjIuMjU2IDE4NC42MTdDMzYyLjI1NiAxNzkuNzM3IDM2Ni4yMTIgMTc1Ljc4MSAzNzEuMDkyIDE3NS43ODFIMzg0LjU2MkMzODkuNDQxIDE3NS43ODEgMzkzLjM5NyAxNzkuNzM3IDM5My4zOTcgMTg0LjYxN0MzOTMuMzk3IDE4OS40OTcgMzg5LjQ0MSAxOTMuNDUzIDM4NC41NjIgMTkzLjQ1M0gzNzEuMDkyQzM2Ni4yMTIgMTkzLjQ1MyAzNjIuMjU2IDE4OS40OTcgMzYyLjI1NiAxODQuNjE3WiIgZmlsbD0iI0ZGREVEMyIvPgo8cGF0aCBkPSJNMzYyLjI1NiAyMzEuNjE3QzM2Mi4yNTYgMjI2LjczNyAzNjYuMjEyIDIyMi43ODEgMzcxLjA5MiAyMjIuNzgxSDM4NC41NjJDMzg5LjQ0MSAyMjIuNzgxIDM5My4zOTcgMjI2LjczNyAzOTMuMzk3IDIzMS42MTdDMzkzLjM5NyAyMzYuNDk3IDM4OS40NDEgMjQwLjQ1MyAzODQuNTYyIDI0MC40NTNIMzcxLjA5MkMzNjYuMjEyIDI0MC40NTMgMzYyLjI1NiAyMzYuNDk3IDM2Mi4yNTYgMjMxLjYxN1oiIGZpbGw9IiNGRkRFRDMiLz4KPHJlY3QgeD0iMjc1LjYwMiIgeT0iMTg2LjY1NiIgd2lkdGg9IjU1LjUxMzMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc1LjYwMiIgeT0iMjQzLjY1NiIgd2lkdGg9IjU1LjUxMzMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNDYxXzExMzIzIiB4PSI2OSIgeT0iNDAiIHdpZHRoPSIxODUiIGhlaWdodD0iMjQwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjQiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iOCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExMzIzIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTEzMjMiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNDYxXzExMzIzIiB4PSIyNDIiIHk9IjQwIiB3aWR0aD0iMTg1IiBoZWlnaHQ9IjI0MCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSI0Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjgiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMTMyMyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExMzIzIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE0NjFfMTEzMjMiPgo8cmVjdCB3aWR0aD0iNDk2IiBoZWlnaHQ9IjI1MyIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPGNsaXBQYXRoIGlkPSJjbGlwMV8xNDYxXzExMzIzIj4KPHJlY3Qgd2lkdGg9IjQ1MCIgaGVpZ2h0PSIyMjUiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAyOCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K",mobile:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMzIiBoZWlnaHQ9IjE0NyIgdmlld0JveD0iMCAwIDQzMyAxNDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQ2OTUpIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzE1MDVfNDY5NSkiPgo8cGF0aCBkPSJNNTIuMjUzOSAzNS43MDY1QzU1LjA2MzIgMzIuNDY0MSA1OC4wMjY1IDI5LjQ3NjQgNjEuMTI0NSAyNi43NjMxQzkwLjg5MTQgMC42MjUwOTIgMTE1LjQ4NCAwLjY2NzA1MyAxNDkuNTMyIDUuNDM3NTNDMTcyLjU1IDguNjYxNTMgMTg1Ljk5NyAyMC45Mjk0IDIxNy4zNzkgMTlDMjc0LjIwMSAxNS41MDY1IDMxNi41MTYgMS40Nzc4NyAzNjkgMzJDMzk0LjAyIDQ2LjU1MDQgNDE0LjAzMyA3NS44MjA0IDQyNS40NDkgMTA5LjYyOEM0NDUuMDE4IDE2Ny41NzYgNDEwLjEyNyAyNzEuODcxIDM2My4zMzYgMjc2Ljc4OEMzMjkuNDMxIDI4MC4zNTMgMzAxLjQ0OSAyMzguMzIgMjY3LjIyOCAyNDguMDU1QzI0Ni4xNDcgMjU0LjA1MyAyMzMuNjQzIDI3OS4yMSAyMTcuMzc5IDI5NS44MTJDMTk4LjQwMyAzMTUuMTgzIDE1Ny41MjYgMzEzLjk2NSAxMzUuMzA3IDMwMy42MjhDMTE0LjEzMyAyOTMuNzc3IDkzLjUzNTQgMjc0LjI1NCA4Ni42MjAyIDI0NS41QzgxLjM1NTYgMjIzLjYwMyA3OS45MjAyIDE5Ny41IDY1LjE4MDIgMTc3LjVDNDcuMzQyNCAxNTMuMjk2IDM2LjQ0NDIgMTQyLjUgMzAuMzIwMiAxMDkuNjI4QzI1LjAwMTUgODEuMDc4NCAzNi40NDQ4IDUzLjk5NjggNTIuMjUzOSAzNS43MDY1WiIgZmlsbD0iI0I4RTZDQSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDJfMTUwNV80Njk1KSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTUwNV80Njk1KSI+CjxyZWN0IHg9Ijk2LjQzOTkiIHk9IjIyLjgxMzUiIHdpZHRoPSIxMTMuNTYiIGhlaWdodD0iMTU0LjM4MiIgcng9IjguMTY0NDQiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iODYuMzc3OSIgd2lkdGg9IjM5LjM0OTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iNzUuMjc5MyIgd2lkdGg9IjE0LjEyNTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iMTExLjY2IiB3aWR0aD0iMTQuMTI1NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxMTAuNTY1IiB5PSIxNDYuNTQ0IiB3aWR0aD0iMTQuMTI1NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMTc0LjEzIDg0Ljg2NDRDMTc0LjEzIDgxLjI0MjQgMTc3LjA2NiA3OC4zMDYyIDE4MC42ODggNzguMzA2MkgxOTAuNzc4QzE5NC40IDc4LjMwNjIgMTk3LjMzNiA4MS4yNDI0IDE5Ny4zMzYgODQuODY0NEMxOTcuMzM2IDg4LjQ4NjQgMTk0LjQgOTEuNDIyNiAxOTAuNzc4IDkxLjQyMjZIMTgwLjY4OEMxNzcuMDY2IDkxLjQyMjYgMTc0LjEzIDg4LjQ4NjQgMTc0LjEzIDg0Ljg2NDRaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjExMC41NDIiIHk9IjM4LjQwMDEiIHdpZHRoPSIyNi43MiIgaGVpZ2h0PSI2LjY4IiByeD0iMy4zNCIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMTc0LjEzIDEyMS4yNDVDMTc0LjEzIDExNy42MjMgMTc3LjA2NiAxMTQuNjg3IDE4MC42ODggMTE0LjY4N0gxOTAuNzc4QzE5NC40IDExNC42ODcgMTk3LjMzNiAxMTcuNjIzIDE5Ny4zMzYgMTIxLjI0NUMxOTcuMzM2IDEyNC44NjcgMTk0LjQgMTI3LjgwMyAxOTAuNzc4IDEyNy44MDNIMTgwLjY4OEMxNzcuMDY2IDEyNy44MDMgMTc0LjEzIDEyNC44NjcgMTc0LjEzIDEyMS4yNDVaIiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjEwOS41NTciIHk9IjEyMi43NTgiIHdpZHRoPSI0MS4zNjczIiBoZWlnaHQ9IjcuMDYyNzEiIHJ4PSIzLjUzMTM1IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yMTAgNTguODExM0w5Ny4xODIyIDU4LjgxMTMiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIxLjQ4NDQ0Ii8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV80Njk1KSI+CjxyZWN0IHg9IjIyNC44NDQiIHk9IjIyLjgxMzUiIHdpZHRoPSIxMTMuNTYiIGhlaWdodD0iMTU0LjM4MiIgcng9IjguMTY0NDQiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjM4LjkxNCIgeT0iODYuMzc3OSIgd2lkdGg9IjM5LjE5MzMiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjM4LjkxNCIgeT0iNzUuMjc5MyIgd2lkdGg9IjE0LjA2OTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjM4LjkxMyIgeT0iMTExLjY2IiB3aWR0aD0iMTQuMDY5NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIyMzguOTEzIiB5PSIxNDYuNTQ0IiB3aWR0aD0iMTQuMDY5NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMzAyLjIyNiA4NC44NjQ0QzMwMi4yMjYgODEuMjQyNCAzMDUuMTYyIDc4LjMwNjIgMzA4Ljc4NCA3OC4zMDYySDMxOC43ODJDMzIyLjQwNCA3OC4zMDYyIDMyNS4zNCA4MS4yNDI0IDMyNS4zNCA4NC44NjQ0QzMyNS4zNCA4OC40ODY0IDMyMi40MDQgOTEuNDIyNiAzMTguNzgyIDkxLjQyMjZIMzA4Ljc4NEMzMDUuMTYyIDkxLjQyMjYgMzAyLjIyNiA4OC40ODY0IDMwMi4yMjYgODQuODY0NFoiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMjM4Ljk0NyIgeT0iMzguNDAwMSIgd2lkdGg9IjI2LjcyIiBoZWlnaHQ9IjYuNjgiIHJ4PSIzLjM0IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0zMzAuOTgzIDU4LjgxMTNMMjI0Ljg0NSA1OC44MTEzIiBzdHJva2U9IiNFQkVFRjAiIHN0cm9rZS13aWR0aD0iMS40ODQ0NCIvPgo8cGF0aCBkPSJNMzAyLjIyNiAxMjEuMjQ1QzMwMi4yMjYgMTE3LjYyMyAzMDUuMTYyIDExNC42ODcgMzA4Ljc4NCAxMTQuNjg3SDMxOC43ODFDMzIyLjQwMyAxMTQuNjg3IDMyNS4zNCAxMTcuNjIzIDMyNS4zNCAxMjEuMjQ1QzMyNS4zNCAxMjQuODY3IDMyMi40MDMgMTI3LjgwMyAzMTguNzgxIDEyNy44MDNIMzA4Ljc4NEMzMDUuMTYyIDEyNy44MDMgMzAyLjIyNiAxMjQuODY3IDMwMi4yMjYgMTIxLjI0NVoiIGZpbGw9IiNGRkRFRDMiLz4KPHJlY3QgeD0iMjM3LjkwOSIgeT0iMTIyLjc1OCIgd2lkdGg9IjQxLjIwMzIiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNTA1XzQ2OTUiIHg9Ijg0LjU2NDQiIHk9IjEzLjkwNjgiIHdpZHRoPSIxMzcuMzExIiBoZWlnaHQ9IjE3OC4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi45Njg4OSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1LjkzNzc4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDY5NSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ2OTUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNTA1XzQ2OTUiIHg9IjIxMi45NjkiIHk9IjEzLjkwNjgiIHdpZHRoPSIxMzcuMzExIiBoZWlnaHQ9IjE3OC4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi45Njg4OSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1LjkzNzc4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDY5NSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ2OTUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjQzMyIgaGVpZ2h0PSIxNDciIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDFfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjU1MyIgaGVpZ2h0PSIyNTMiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjApIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDJfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjMzNCIgaGVpZ2h0PSIxNjciIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",verticalPosition:"bottom"},gaTrackingEventArgs:{category:s}})}),(N||F)&&(0,S.jsx)(k.A,{hasOAuthError:F,apiErrors:z.length?z:L,onRetry:P,inProgress:O,onCancel:F?G:()=>C(!1),trackEventCategory:`${i}_audiences-setup`})]})}AudienceSegmentationSetupCTABanner.propTypes={id:n().string,Notification:n().elementType};const T=(0,r.A)((0,A.A)({moduleName:x.L1}),(0,j.WP)("audienceSegmentationSetupCTA"))(AudienceSegmentationSetupCTABanner)},79829:(e,t,i)=>{i.d(t,{Eo:()=>d,JK:()=>h,K5:()=>m,jq:()=>p,mK:()=>g});var s=i(17243),n=i(50532),o=i.n(n),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:s}=function(e,t={}){const{hours:i,minutes:s,seconds:n}=l(e);return{hours:i,minutes:s,seconds:n,formatUnit(){const{unitDisplay:o="short",...a}=t,l={unitDisplay:o,...a,style:"unit"};return 0===e?p(n,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?p(n,{...l,unit:"second"}):"",s?p(s,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),n);if(0===e)return t;const o=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),s),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),n?t:"",s?o:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return s()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,s.isPlainObject)(e)&&(t={...e}),t}function d(e,t={}){e=(0,s.isFinite)(e)?e:Number(e),(0,s.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:n="metric"}=i;return"metric"===n?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===n?a(e,i):"durationISO"===n?function(e){let{hours:t,minutes:i,seconds:s}=l(e);return s=("0"+s).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${s}`:`${t}:${i}:${s}`}(e):p(e,i)}const u=o()(console.warn);function p(e,t={}){const{locale:i=h(),...s}=t;try{return new Intl.NumberFormat(i,s).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(s)} ).format( ${typeof e} )`,t.message)}const n={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},o=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(s))n[e]&&t===n[e]||o.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=h(),style:s="long",type:n="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:s,type:n}).format(e)} /* translators: used between list items, there is a space after the comma. */const o=(0,r.__)(", ","google-site-kit");return e.join(o)}function h(e=i.g){const t=(0,s.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>k});var s,n=i(62688),o=i.n(n),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),s||(s=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var d=i(42343),u=i(49655),p=i(62540);const m={[u.Q.NEW]:d.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:o().oneOf(Object.values(u.Q))},Title.propTypes={className:o().string,children:o().node},Description.propTypes={className:o().string,children:o().node};var h=i(49383),f=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:s,href:n,external:o,hideExternalIndicator:r}){let a;return o&&!r&&(a=(0,p.jsx)(f.A,{width:14,height:14})),(0,p.jsx)(h.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:s,href:n,target:o?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:o().string.isRequired,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,external:o().bool,hideExternalIndicator:o().bool};var _=i(82871);function DismissButton({label:e=(0,_.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(h.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:o().string,onClick:o().func.isRequired,disabled:o().bool};const y=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:s,ctaButton:n,type:o=u.Q.INFO,children:r,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${o}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:o})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(s?.label||s?.onClick||n?.label&&(n?.onClick||n?.href)||r)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(s?.label||s?.onClick)&&(0,p.jsx)(DismissButton,{label:s.label,onClick:s.onClick,disabled:s.disabled}),n?.label&&(n?.onClick||n?.href)&&(0,p.jsx)(CTAButton,{label:n.label,onClick:n.onClick,inProgress:n.inProgress,disabled:n.disabled,href:n.href,external:n.external,hideExternalIndicator:n.hideExternalIndicator})]})]}));y.TYPES=u.Q,y.propTypes={className:o().string,title:o().oneOfType([o().string,o().object]),description:o().node,type:o().oneOf(Object.values(u.Q)),dismissButton:o().shape(DismissButton.propTypes),ctaButton:o().shape({...CTAButton.propTypes,label:o().string}),children:o().node,hideIcon:o().bool};const k=y},80097:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 8"},e),s||(s=n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.6.6 12 2 6 8 0 2 1.4.6 6 5.2z"})))},80869:(e,t,i)=>{i.d(t,{A:()=>AudienceErrorModal});var s=i(62688),n=i.n(s),o=i(13606),r=i(82871),a=i(50539),l=i(20898),c=i(4445),g=i(14007),d=i(93896),u=i(72455),p=i(67150),m=i(12850),h=i(62540);function AudienceErrorModal({apiErrors:e,hasOAuthError:t,inProgress:i,title:s,description:n,trackEventCategory:f,onCancel:_=()=>{},onRetry:y=()=>{}}){const k=Array.isArray(e)?e:[e],v=(0,a.useSelect)(e=>e(d.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),x=(0,a.useSelect)(e=>e(u.K9).getServiceEntityAccessURL()),A=(0,a.useSelect)(e=>e(d.O4).getErrorTroubleshootingLinkURL({code:"access_denied"}));if(!k.length&&!t)return null;const j=k.some(e=>(0,p.SG)(e));let I,M,b,N;return t?(I=(0,r.__)("Analytics update failed","google-site-kit"),M=(0,o.A)((0,r.__)("Setup was interrupted because you did not grant the necessary permissions. <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(l.A,{href:A,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})}),b=(0,r.__)("Retry","google-site-kit")):j?(I=(0,r.__)("Insufficient permissions","google-site-kit"),M=(0,o.A)((0,r.__)("You’ll need to contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(l.A,{href:v,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})}),b=(0,r.__)("Request access","google-site-kit"),N=x):(I=s||(0,r.__)("Failed to set up visitor groups","google-site-kit"),M=n||(0,r.__)("Oops! Something went wrong. Retry enabling groups.","google-site-kit"),b=(0,r.__)("Retry","google-site-kit")),(0,h.jsx)(g.A,{children:(0,h.jsx)(c.A,{buttonLink:N,title:I,subtitle:M,handleConfirm:function(){let e;e=t?"auth_error_retry":j?"insufficient_permissions_error_request_access":"setup_error_retry",(0,m.sx)(f,e).finally(()=>{j||y()})},confirmButton:b,handleCancel:function(){let e;e=t?"auth_error_cancel":j?"insufficient_permissions_error_cancel":"setup_error_cancel",(0,m.sx)(f,e).finally(_)},onOpen:()=>{let e;e=t?"auth_error":j?"insufficient_permissions_error":"setup_error",(0,m.sx)(f,e)},onClose:_,inProgress:i,refocusQuerySelector:"#audience_segmentation_setup_cta-notification .googlesitekit-banner__cta",danger:!0,dialogActive:!0})})}AudienceErrorModal.propTypes={apiErrors:n().oneOfType([n().arrayOf(n().object),n().object,n().array]),hasOAuthError:n().bool,inProgress:n().bool,title:n().string,description:n().string,trackEventCategory:n().string,onCancel:n().func,onRetry:n().func}},81520:(e,t,i)=>{function Null(){return null}i.d(t,{A:()=>Null})},82046:(e,t,i)=>{i.d(t,{C:()=>o,p:()=>n});var s=i(15210);function n(e,t={}){return{__html:s.O.sanitize(e,t)}}function o(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82167:(e,t,i)=>{i.d(t,{A:()=>OptIn});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(63696),l=i(13606),c=i(82871),g=i(50539),d=i(49383),u=i(58116),p=i(89318),m=i(20898),h=i(77766),f=i(50787),_=i(62540);function OptIn({id:e="googlesitekit-opt-in",name:t="optIn",className:i,trackEventCategory:s,alignLeftCheckbox:n=!1}){const[o,y]=(0,a.useState)(),k=(0,g.useSelect)(e=>e(u.oR).isTrackingEnabled()),v=(0,g.useSelect)(e=>e(u.oR).getErrorForAction("setTrackingEnabled",[!k])),{setTrackingEnabled:x}=(0,g.useDispatch)(u.oR),A=(0,h.A)(),j=(0,a.useCallback)(async e=>{const{response:t,error:i}=await x(e);i?y(k):((0,p.M9)(t.enabled),t.enabled&&(0,p.sx)(s||A,"tracking_optin"))},[k,x,s,A]);(0,a.useEffect)(()=>{void 0!==k&&void 0===o&&y(k)},[k,o]);const I=(0,f.d)(j,300),M=(0,a.useCallback)(e=>{const t=e.target.checked;y(t),I(t)},[I]);return(0,_.jsxs)("div",{className:r()("googlesitekit-opt-in",i),children:[(0,_.jsx)(d.Checkbox,{id:e,name:t,value:"1",checked:o,onChange:M,loading:void 0===k,alignLeft:n,children:(0,l.A)((0,c.__)("<span>Help us improve Site Kit by sharing anonymous usage data.</span> <span>All collected data is treated in accordance with the <a>Google Privacy Policy.</a></span>","google-site-kit"),{a:(0,_.jsx)(m.A,{href:"https://policies.google.com/privacy",external:!0},"link"),span:(0,_.jsx)("span",{})})}),v?.message&&(0,_.jsx)("div",{className:"googlesitekit-error-text",children:v?.message})]})}OptIn.propTypes={id:n().string,name:n().string,className:n().string,trackEventCategory:n().string,alignLeftCheckbox:n().bool}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),s||(s=n.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84093:(e,t,i)=>{i.d(t,{A:()=>WidgetNull});var s=i(62688),n=i.n(s),o=i(47345),r=i(81520),a=i(62540);const l={};function WidgetNull({widgetSlug:e}){return(0,o.A)(e,r.A,l),(0,a.jsx)(r.A,{})}WidgetNull.propTypes={widgetSlug:n().string.isRequired,...r.A.propTypes}},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var s=i(62688),n=i.n(s),o=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,o.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:n().node.isRequired,marginLeft:n().number,marginRight:n().number}},84826:(e,t,i)=>{i.d(t,{A:()=>HelpMenu});var s,n=i(62688),o=i.n(n),r=i(21795),a=i(63696),l=i(19266),c=i(82871),g=i(50539),d=i(49383);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},u.apply(null,arguments)}const p=e=>a.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),s||(s=a.createElement("path",{fill:"currentColor",d:"M9 16h2v-2H9zm1-16C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14C7.79 4 6 5.79 6 8h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"})));var m=i(99235),h=i(12850),f=i(20898),_=i(77766),y=i(62540);function HelpMenuLink({children:e,href:t,gaEventLabel:i}){const s=(0,_.A)(),n=(0,a.useCallback)(async()=>{i&&await(0,h.sx)(`${s}_headerbar_helpmenu`,"click_outgoing_link",i)},[i,s]);return(0,y.jsx)("li",{className:"googlesitekit-help-menu-link mdc-list-item",role:"none",children:(0,y.jsx)(f.A,{className:"mdc-list-item__text",href:t,role:"menuitem",onClick:n,external:!0,hideExternalIndicator:!0,children:e})})}HelpMenuLink.propTypes={children:o().node.isRequired,href:o().string.isRequired,gaEventLabel:o().string};const k=HelpMenuLink;var v=i(37226),x=i(93896),A=i(73589);function HelpMenu({children:e}){const[t,i]=(0,a.useState)(!1),s=(0,a.useRef)(),n=(0,_.A)();(0,r.A)(s,()=>i(!1)),(0,m.l)([l._f,l.wn],s,()=>i(!1));const o=(0,g.useSelect)(e=>e(v.i).isModuleActive(A.Py)),u=(0,a.useCallback)(()=>{t||(0,h.sx)(`${n}_headerbar`,"open_helpmenu"),i(!t)},[t,n]),f=(0,a.useCallback)(()=>{i(!1)},[]),j=(0,g.useSelect)(e=>e(x.O4).getDocumentationLinkURL("fix-common-issues"));return(0,y.jsxs)("div",{ref:s,className:"googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,y.jsx)(d.Button,{"aria-controls":"googlesitekit-help-menu","aria-expanded":t,"aria-label":(0,c.__)("Help","google-site-kit"),"aria-haspopup":"menu",className:"googlesitekit-header__dropdown googlesitekit-border-radius-round googlesitekit-button-icon googlesitekit-help-menu__button mdc-button--dropdown",icon:(0,y.jsx)(p,{width:"20",height:"20"}),onClick:u,tooltipEnterDelayInMS:500,text:!0}),(0,y.jsxs)(d.Menu,{className:"googlesitekit-width-auto",menuOpen:t,id:"googlesitekit-help-menu",onSelected:f,children:[e,(0,y.jsx)(k,{gaEventLabel:"fix_common_issues",href:j,children:(0,c.__)("Fix common issues","google-site-kit")}),(0,y.jsx)(k,{gaEventLabel:"documentation",href:"https://sitekit.withgoogle.com/documentation/",children:(0,c.__)("Read help docs","google-site-kit")}),(0,y.jsx)(k,{gaEventLabel:"support_forum",href:"https://wordpress.org/support/plugin/google-site-kit/",children:(0,c.__)("Get support","google-site-kit")}),o&&(0,y.jsx)(k,{gaEventLabel:"adsense_help",href:"https://support.google.com/adsense/",children:(0,c.__)("Get help with AdSense","google-site-kit")})]})]})}HelpMenu.propTypes={children:o().node}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),s||(s=o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),n||(n=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},86134:(e,t,i)=>{i.d(t,{N$:()=>n,aO:()=>o,qB:()=>s});const s={BOXES:"boxes",COMPOSITE:"composite"},n={QUARTER:"quarter",HALF:"half",FULL:"full"},o="core/widgets"},87194:(e,t,i)=>{var s=i(39941),n=i(131),o=i(78325),r=i(12701),a=i(49519),l=i(63696),c=i(82871),g=i(49383),d=i(12755),u=i(95267),p=i(99620),m=i(50539),h=i(37226),f=i(58116),_=i(45512),y=i(72455),k=i(99897),v=i(55527),x=i(82167),A=i(43066),j=i(4452),I=i.n(j),M=i(63560),b=i(93896),N=i(2362),S=i(13606),E=i(20898),w=i(29898),C=i(62688),T=i.n(C),D=i(15844),R=i(12850),z=i(34002),L=i(4445),O=i(77766),P=i(62540);function ConfirmDisableConsentModeDialog({onConfirm:e,onCancel:t}){const i=(0,O.A)(),s=(0,m.useSelect)(e=>e(b.O4).isAdsConnectedUncached()),n=(0,m.useSelect)(e=>[k.L1,z.I].reduce((t,i)=>e(h.i).isModuleConnected(i)?[...t,e(h.i).getModule(i).name]:t,[])),o=n.length>0?(0,c.sprintf)(/* translators: %s: list of dependent modules */ /* translators: %s: list of dependent modules */ (0,c.__)("these active modules depend on consent mode and will be affected: %s","google-site-kit"),(0,R.K5)(n)):null;(0,D.A)(()=>{(0,R.sx)(`${i}_CoMo`,"view_modal")});let r=[(0,c.__)("Track how visitors interact with your site","google-site-kit")],a=(0,c.__)("Disabling consent mode may affect your ability in the European Economic Area, the UK and Switzerland to:","google-site-kit");return s&&(r=[(0,c.__)("Performance of your Ad campaigns","google-site-kit"),(0,c.__)("How visitors interact with your site via Analytics","google-site-kit")],a=(0,c.__)("Disabling consent mode may affect your ability to track these in the European Economic Area, the UK and Switzerland:","google-site-kit")),(0,P.jsx)(L.A,{className:"googlesitekit-settings-module__confirm-disconnect-modal",title:(0,c.__)("Disable consent mode?","google-site-kit"),subtitle:a,handleConfirm:e,handleCancel:t,onClose:t,provides:r,dependentModules:o,confirmButton:(0,c.__)("Disable","google-site-kit"),dialogActive:!0,danger:!0})}ConfirmDisableConsentModeDialog.propTypes={onConfirm:T().func.isRequired,onCancel:T().func.isRequired};var B=i(41617),U=i(77967),G=i(59323);function ConsentModeSwitch({loading:e}){const t=(0,O.A)(),[i,s]=(0,l.useState)(null),[n,o]=(0,l.useState)(!1),r=(0,m.useSelect)(e=>e(b.O4).isConsentModeEnabled()),a=(0,m.useSelect)(e=>e(b.O4).getDocumentationLinkURL("consent-mode")),d=(0,m.useSelect)(e=>e(b.O4).isFetchingSaveConsentModeSettings()),{setConsentModeEnabled:u,saveConsentModeSettings:p}=(0,m.useDispatch)(b.O4),{dismissPrompt:h,triggerSurvey:_}=(0,m.useDispatch)(f.oR),y=(0,m.useSelect)(e=>e(f.oR).isPromptDismissed(B.X));async function k(){s(null);const e=[p(),_("enable_como",{ttl:R.tt})],[{error:t}]=await Promise.all(e);t?s(t):y||await h(B.X)}return(0,P.jsxs)(l.Fragment,{children:[(0,P.jsxs)("div",{children:[(0,P.jsx)(w.A,{loading:e,width:"180px",height:"21.3px",children:(0,P.jsx)(g.Switch,{label:(0,c.__)("Enable consent mode","google-site-kit"),checked:r,disabled:e||d,onClick:()=>{r?((0,R.sx)(`${t}_CoMo`,"como_disable"),o(!0)):((0,R.sx)(`${t}_CoMo`,"como_enable"),u(!0),k())},hideLabel:!1})}),i&&(0,P.jsx)(U.A,{message:i.message}),!e&&r&&(0,P.jsx)("p",{className:"googlesitekit-settings-consent-mode-switch__enabled-notice",children:(0,c.__)("Site Kit added the necessary code to your tag to comply with consent mode.","google-site-kit")}),(0,P.jsx)(w.A,{className:"googlesitekit-settings-consent-mode-switch-description--loading",loading:e,width:"750px",height:"42px",smallWidth:"386px",smallHeight:"84px",tabletWidth:"540px",tabletHeight:"84px",children:(0,P.jsx)(G.A,{children:(0,S.A)((0,c.__)("Consent mode will help adjust tracking on your site, so only visitors who have explicitly given consent are tracked. <br />This is required in some parts of the world, like the European Economic Area. <a>Learn more</a>","google-site-kit"),{br:(0,P.jsx)("br",{}),a:(0,P.jsx)(E.A,{href:a,"aria-label":(0,c.__)("Learn more about consent mode","google-site-kit"),onClick:async()=>{await(0,R.sx)(`${t}_CoMo`,"como_learn_more")},external:!0})})})})]}),n&&(0,P.jsx)(ConfirmDisableConsentModeDialog,{onConfirm:()=>{(0,R.sx)(`${t}_CoMo`,"confirm_disconnect"),u(!1),o(!1),k()},onCancel:()=>{(0,R.sx)(`${t}_CoMo`,"cancel_disconnect"),o(!1)}})]})}var V=i(2390),W=i(15167);function WPConsentAPIRequirement({title:e,description:t,footer:i}){return(0,P.jsxs)("div",{className:"googlesitekit-settings-consent-mode-requirement",children:[(0,P.jsx)(W.A,{as:"h4",size:"large",type:"title",children:e}),(0,P.jsx)("p",{className:"googlesitekit-settings-consent-mode-requirement__description",children:t}),(0,P.jsx)("footer",{className:"googlesitekit-settings-consent-mode-requirement__footer",children:i})]})}WPConsentAPIRequirement.propTypes={title:T().string.isRequired,description:T().node.isRequired,footer:T().node.isRequired};var F=i(63972),H=i(80035);function WPConsentAPIRequirements(){const e=(0,O.A)(),t=(0,m.useSelect)(e=>e(b.O4).getDocumentationLinkURL("wp-consent-api")),i=(0,m.useSelect)(e=>e(b.O4).getDocumentationLinkURL("consent-management-platform")),{hasConsentAPI:s,wpConsentPlugin:n}=(0,m.useSelect)(e=>e(b.O4).getConsentAPIInfo()),{installActivateWPConsentAPI:o,activateConsentAPI:r}=(0,m.useDispatch)(b.O4),a=(0,m.useSelect)(e=>e(b.O4).getErrorForAction("installActivateWPConsentAPI")),g=(0,m.useSelect)(e=>e(b.O4).isApiFetching()),d=(0,m.useSelect)(e=>e(b.O4).isFetchingActivateConsentAPI()),u=(0,m.useSelect)(e=>e(b.O4).getApiInstallResponse()),p=(a?a.message:null)||u?.error,h={smSize:4,mdSize:4,lgSize:6};return(0,l.useEffect)(()=>{s&&(0,R.sx)(`${e}_CoMo`,"wp_consent_api_active")},[s,e]),(0,P.jsxs)(l.Fragment,{children:[(0,P.jsx)("p",{className:"googlesitekit-settings-consent-mode-requirements__description",children:(0,c.__)("In order for consent mode to work properly, these requirements must be met:","google-site-kit")}),(0,P.jsx)(v.xA,{className:"googlesitekit-settings-consent-mode-requirements__grid",children:(0,P.jsxs)(v.fI,{children:[(0,P.jsx)(v.fh,{...h,children:(0,P.jsx)(WPConsentAPIRequirement,{title:n?.installed?(0,c.__)("Activate WP Consent API","google-site-kit"):(0,c.__)("Install WP Consent API","google-site-kit"),description:(0,S.A)((0,c.__)("WP Consent API is a plugin that standardizes the communication of accepted consent categories between plugins. <a>Learn more</a>","google-site-kit"),{a:(0,P.jsx)(E.A,{href:t,"aria-label":(0,c.__)("Learn more about the WP Consent API","google-site-kit"),onClick:async()=>{await(0,R.sx)(`${e}_CoMo`,"wp_consent_api_learn_more")},external:!0})}),footer:(0,P.jsxs)(l.Fragment,{children:[s&&(0,P.jsxs)("div",{className:"googlesitekit-settings-consent-mode-requirement__consent-api-detected-wrapper",children:[(0,P.jsx)("span",{className:"googlesitekit-settings-consent-mode-requirement__consent-api-detected-icon",children:(0,P.jsx)(F.A,{})}),(0,c.__)("Site Kit detected WP Consent API for your site","google-site-kit")]}),!s&&(0,P.jsxs)(l.Fragment,{children:[n.installed&&(0,P.jsxs)(l.Fragment,{children:[!!u?.error&&(0,P.jsx)(U.A,{message:u?.error,skipRetryMessage:!0,hideIcon:!0}),(0,P.jsx)(V.A,{className:"googlesitekit-settings-consent-mode-requirement__install-button",isSaving:d,disabled:d,onClick:async()=>{r(),await(0,R.sx)(`${e}_CoMo`,"wp_consent_api_activate")},children:u?.error?(0,c.__)("Retry","google-site-kit"):(0,c.__)("Activate","google-site-kit")})]}),!n.installed&&(0,P.jsxs)(l.Fragment,{children:[p&&(0,P.jsx)(U.A,{message:p,skipRetryMessage:!0,hideIcon:!0}),(0,P.jsx)(V.A,{className:"googlesitekit-settings-consent-mode-requirement__install-button",isSaving:g,disabled:g,onClick:async()=>{o(),await(0,R.sx)(`${e}_CoMo`,"wp_consent_api_install")},children:p?(0,c.__)("Retry","google-site-kit"):(0,c.__)("Install","google-site-kit")})]})]})]})})}),(0,P.jsx)(v.fh,{...h,children:(0,P.jsx)(WPConsentAPIRequirement,{title:(0,c.__)("Install consent management plugin","google-site-kit"),description:(0,S.A)((0,c.__)("You’ll need a plugin compatible with the WP Consent API to display a notice to site visitors and get their consent for tracking. WordPress offers a variety of consent plugins you can choose from. <a>See suggested plugins</a>","google-site-kit"),{a:(0,P.jsx)(E.A,{href:i,"aria-label":(0,c.__)("Suggested consent management plugins","google-site-kit"),onClick:async()=>{await(0,R.sx)(`${e}_CoMo`,"consent_mgmt_plugin_learn_more")},external:!0})}),footer:(0,P.jsx)(H.A,{type:H.A.TYPES.INFO,className:"googlesitekit-notice--small",description:(0,c.__)("Make sure you have installed a plugin compatible with WP Consent API (Site Kit isn't able to verify the compatibility of all WP plugins).","google-site-kit")})})})]})})]})}function SettingsCardConsentMode(){const e=(0,O.A)(),t=(0,m.useSelect)(e=>e(b.O4).isAdsConnectedUncached()),i=(0,m.useSelect)(e=>e(b.O4).isConsentModeEnabled()),s=(0,m.useSelect)(e=>e(b.O4).getConsentAPIInfo()),n=(0,m.useSelect)(e=>{const{isResolving:t,hasFinishedResolution:i}=e(b.O4);return!i("getConsentModeSettings")||!i("getConsentAPIInfo")||t("getConsentModeSettings")||t("getConsentAPIInfo")}),o=(0,l.useRef)(),r=(0,M.A)(o,{threshold:.25}),[a,g]=(0,l.useState)(!1),d=!!r?.intersectionRatio,{triggerSurvey:u}=(0,m.useDispatch)(f.oR);return(0,l.useEffect)(()=>{d&&!a&&((0,R.sx)(`${e}_CoMo`,"view_requirements"),t&&!1===i&&u("view_como_setup_cta",{ttl:R.tt}),g(!0))},[d,a,e,u,t,i]),(0,P.jsx)(p.A,{title:(0,c.__)("Consent mode","google-site-kit"),badge:t?(0,P.jsx)(N.A,{className:"googlesitekit-badge--primary",label:(0,c.__)("Recommended","google-site-kit")}):null,header:!0,rounded:!0,children:(0,P.jsx)("div",{className:"googlesitekit-settings-module googlesitekit-settings-module--active googlesitekit-settings-consent-mode",ref:o,children:(0,P.jsxs)(v.xA,{children:[(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,className:I()({"googlesitekit-overflow-hidden":n}),children:(0,P.jsx)(ConsentModeSwitch,{loading:n})})}),!n&&(0,P.jsxs)(l.Fragment,{children:[t&&!i&&(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(H.A,{type:H.A.TYPES.INFO,description:(0,c.__)("If you have Google Ads campaigns for this site, it’s highly recommended to enable consent mode - otherwise, you won’t be able to collect any metrics on the effectiveness of your campaigns in regions like the European Economic Area.","google-site-kit")})})}),!!s&&i&&(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(WPConsentAPIRequirements,{})})})]})]})})})}function ConversionReportingSettingsSubtleNotification(){const e=(0,O.A)(),[t,i]=(0,l.useState)(!1),[s,n]=(0,l.useState)(!1),o=(0,l.useRef)(),r=(0,M.A)(o,{threshold:.25}),a=!!r?.intersectionRatio;(0,l.useEffect)(()=>{!s&&a&&((0,R.sx)(`${e}_kmw-settings-change-from-manual-to-tailored`,"view_notification","conversion_reporting"),n(!0))},[s,a,e]);const g=(0,m.useSelect)(e=>e(b.O4).getAdminURL("googlesitekit-user-input")),d=(0,l.useCallback)(()=>{i(!0),(0,R.sx)(`${e}_kmw-settings-change-from-manual-to-tailored`,"confirm_get_tailored_metrics","conversion_reporting")},[i,e]);return(0,P.jsx)(v.xA,{ref:o,children:(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,alignMiddle:!0,children:(0,P.jsx)(H.A,{type:"new",title:(0,c.__)("Personalize your metrics","google-site-kit"),description:(0,c.__)("Set up your goals by answering 3 quick questions to help us show the most relevant data for your site","google-site-kit"),ctaButton:{label:(0,c.__)("Get tailored metrics","google-site-kit"),onClick:d,inProgress:t,disabled:t,href:g}})})})})}var Y=i(23224);function SettingsKeyMetrics({loading:e=!1}){const t=(0,m.useSelect)(e=>e(f.oR).isKeyMetricsWidgetHidden()),i=(0,m.useSelect)(e=>e(f.oR).getKeyMetrics()),{setKeyMetricsSetting:s,saveKeyMetricsSettings:n}=(0,m.useDispatch)(f.oR),o=(0,l.useCallback)(async()=>{await s("isWidgetHidden",!t),await n({widgetSlugs:void 0})},[t,n,s]);return e?(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,className:"googlesitekit-overflow-hidden",children:(0,P.jsx)(Y.A,{width:"260px",height:"21.3px"})})})}):void 0!==t&&i?.length?(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(g.Switch,{label:(0,c.__)("Display key metrics in dashboard","google-site-kit"),checked:!t,onClick:o,hideLabel:!1})})})}):null}SettingsKeyMetrics.propTypes={loading:T().bool};var Z,Q=i(45472),q=i(7081),K=i(60460),$=i(81276),X=i(64078);function J(){return J=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},J.apply(null,arguments)}const ee=e=>l.createElement("svg",J({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Z||(Z=l.createElement("path",{stroke:"currentColor",strokeLinecap:"square",strokeWidth:2,d:"m15.835 8.333-5.834 5-5.833-5"})));function UserInputPreviewAnswers({loading:e,errorMessage:t,options:i,values:s}){return(0,P.jsx)("div",{className:"googlesitekit-user-input__preview-answers",children:(0,P.jsxs)(w.A,{loading:e,width:"340px",height:"36px",children:[t&&(0,P.jsx)("p",{className:"googlesitekit-error-text",children:t}),!t&&s.map(e=>(0,P.jsx)("div",{className:"googlesitekit-user-input__preview-answer",children:i[e]},e))]})})}var te=i(51886),ie=i(3555);function UserInputEditModeContent({onChange:e,options:t,settingsView:i,slug:s,values:n}){const o=(0,X.A)(n),r=(0,m.useSelect)(e=>e(q.n).getValue(K.b6)),a=(0,l.useRef)(),d=(0,X.j)(n,K.Ax[s]),u=`${(0,O.A)()}_kmw`,p=(0,m.useSelect)(e=>e(f.oR).hasUserInputSettingChanged(s)),h=r===s,_=(0,m.useSelect)(e=>e(Q.M).isNavigating()),y=(0,m.useSelect)(e=>e(f.oR).getUserInputSettings()),k=(0,m.useSelect)(e=>e(f.oR).isSavingUserInputSettings(y)),v=(0,X.A)(y?.[s]?.values||[]),x=k||_,A=(0,m.useSelect)(e=>e(f.oR).getErrorForAction("saveUserInputSettings",[])),{resetUserInputSettings:j,saveUserInputSettings:I}=(0,m.useDispatch)(f.oR),{setValues:M}=(0,m.useDispatch)(q.n),{USER_INPUT_ANSWERS_PURPOSE:b}=(0,K.B$)(),N=(0,l.useCallback)(()=>{h?(M({[K.b6]:void 0}),a.current?.focus?.()):((0,R.sx)(u,"question_edit",s),M({[K.b6]:s}))},[u,h,M,s]),S=(0,l.useCallback)(async()=>{x||(await j(),N())},[x,j,N]),E=(0,l.useCallback)(async()=>{if(!o)if(K.a3===s&&e)e();else{(await I()).error||((0,R.sx)(u,"question_update",s),N())}},[o,u,e,I,s,N]);return(0,P.jsxs)(l.Fragment,{children:[(0,P.jsx)(ie.A,{slug:s,max:K.Ax[s],options:t,descriptions:b,alignLeftOptions:!0}),d&&(0,P.jsx)("p",{className:"googlesitekit-error-text",children:d}),i&&(0,P.jsxs)(l.Fragment,{children:[(0,P.jsx)(te.A,{slug:s}),A&&(0,P.jsx)(U.A,{error:A}),(0,P.jsxs)("div",{className:"googlesitekit-user-input__preview-actions",children:[(0,P.jsx)(g.SpinnerButton,{disabled:o||v,onClick:p?E:N,isSaving:x,children:p||k?(0,c.__)("Apply changes","google-site-kit"):(0,c.__)("Save","google-site-kit")}),(0,P.jsx)(g.Button,{disabled:x,onClick:S,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")})]})]})]})}var se=i(27333);function UserInputPreviewGroup({slug:e,title:t,subtitle:i,values:s,options:n={},loading:o=!1,settingsView:r=!1,onChange:a}){const g=(0,O.A)(),d=(0,m.useSelect)(e=>e(Q.M).isNavigating()),u=(0,m.useSelect)(e=>e(q.n).getValue(K.b6)),p=(0,m.useSelect)(e=>{const t=e(f.oR).getUserInputSettings();return e(f.oR).isSavingUserInputSettings(t)}),h=(0,se.A)(K.we,K.a3),_=(0,$.A)(h);(0,l.useEffect)(()=>{e===K.a3&&_!==h&&void 0===h&&setTimeout(()=>{b.current?.focus?.()},100)},[h,_,e]);const{setValues:y}=(0,m.useDispatch)(q.n),{resetUserInputSettings:k}=(0,m.useDispatch)(f.oR),v=u===e,x=p||d,A=`${g}_kmw`,j=(0,l.useCallback)(()=>{v?(y({[K.b6]:void 0}),b.current?.focus?.()):((0,R.sx)(A,"question_edit",e),y({[K.b6]:e}))},[A,v,y,e]),M=(0,X.j)(s,K.Ax[e]),b=(0,l.useRef)(),N=(0,l.useCallback)(async()=>{if(r){if(x||u&&!v)return;v&&await k()}j()},[r,x,u,v,k,j]),S="function"==typeof i?i:void 0;return(0,P.jsxs)("div",{className:I()("googlesitekit-user-input__preview-group",{"googlesitekit-user-input__preview-group--editing":v,"googlesitekit-user-input__preview-group--individual-cta":r}),children:[(0,P.jsxs)("div",{className:I()("googlesitekit-user-input__preview-group-title",{"googlesitekit-user-input__preview-group-title-with-subtitle":S||i}),children:[(0,P.jsx)(w.A,{loading:o,width:"340px",height:"21px",children:(0,P.jsx)(G.A,{children:t})}),(0,P.jsx)(w.A,{loading:o,className:"googlesitekit-margin-left-auto",width:"60px",height:"26px",children:(0,P.jsxs)(E.A,{onClick:N,ref:b,disabled:x||!!u&&!v,trailingIcon:(0,P.jsx)(ee,{width:20,height:20}),secondary:!0,linkButton:!0,children:[v&&(0,c.__)("Close","google-site-kit"),!v&&(0,c.__)("Edit","google-site-kit")]})})]}),(0,P.jsx)(w.A,{children:(0,P.jsxs)("div",{className:"googlesitekit-user-input__preview-group-subtitle",children:[S&&(0,P.jsx)("div",{className:"googlesitekit-user-input__preview-group-subtitle-component",children:(0,P.jsx)(S,{})}),!S&&(0,P.jsx)(G.A,{children:i})]})}),!v&&(0,P.jsx)(UserInputPreviewAnswers,{values:s,options:n,loading:o,errorMessage:M}),v&&(0,P.jsx)(UserInputEditModeContent,{slug:e,options:n,onChange:a,settingsView:r,values:s})]})}UserInputPreviewGroup.propTypes={slug:T().string.isRequired,title:T().string.isRequired,subtitle:T().oneOfType([T().string,T().elementType]),values:T().arrayOf(T().string).isRequired,options:T().shape({}),loading:T().bool,settingsView:T().bool,onChange:T().func};var ne=i(53045),oe=i(20068),re=i(93515),ae=i(14007),le=i(78340),ce=i(25623);function ConfirmSitePurposeChangeModal({dialogActive:e=!1,handleDialog:t=null}){const i=(0,O.A)(),[s,n]=(0,l.useState)(!1),[o,r]=(0,l.useState)(null),a=(0,m.useSelect)(e=>e(y.K9).shouldIncludeConversionTailoredMetrics()),d=(0,m.useSelect)(e=>e(f.oR).getAnswerBasedMetrics(null,a)),u=(0,se.A)(K.we,K.a3),p=(0,m.useSelect)(e=>e(f.oR).getSavedUserInputSettings()),_=(0,m.useSelect)(e=>p?.purpose?.values?.length?"other"===p?.purpose?.values?.[0]?e(f.oR).getKeyMetrics():e(f.oR).getAnswerBasedMetrics(p?.purpose?.values?.[0]):[]),{setValues:v}=(0,m.useDispatch)(le.s),{setValues:x}=(0,m.useDispatch)(q.n),{resetUserInputSettings:A}=(0,m.useDispatch)(f.oR),j=(0,l.useCallback)(async()=>{u?.length&&(await A(),v(K.we,{[K.a3]:void 0})),x({[K.b6]:void 0}),t(),n(!1)},[t,u,A,v,x]),I=(0,m.useSelect)(e=>e(h.i).isModuleConnected(k.L1)?e(y.K9).getUserInputPurposeConversionEvents():[]),{setUserInputSetting:M,saveUserInputSettings:b}=(0,m.useDispatch)(f.oR),N=(0,l.useCallback)(async()=>{n(!0),M("includeConversionEvents",I),await b(),j()},[b,j,n,M,I]),S=(0,$.A)(e);(0,l.useEffect)(()=>{!0===S&&!1===e&&(s?(0,R.sx)(`${i}_kmw-settings-tailored-metrics-suggestions`,"confirm_update_metrics_selection","conversion_reporting"):(0,R.sx)(`${i}_kmw-settings-tailored-metrics-suggestions`,"cancel_update_metrics_selection","conversion_reporting"))},[S,e,s,i]),(0,l.useEffect)(()=>{p?.purpose?.values?.[0]&&null===o&&void 0!==_&&r(_)},[p,o,_,r]);const E=(0,$.A)(s);return(0,l.useEffect)(()=>{!E||s||e||null===o||setTimeout(()=>{r(null)},50)},[E,s,e,o,r]),(0,P.jsxs)(g.Dialog,{open:e,"aria-describedby":void 0,tabIndex:"-1",className:"googlesitekit-dialog-confirm-site-purpose-change",onClose:j,children:[(0,P.jsx)(g.DialogTitle,{children:(0,c.__)("Tailored metrics suggestions","google-site-kit")}),(0,P.jsxs)(G.A,{children:[(0,c.__)("You have changed your website purpose. We can suggest new tailored metrics for you based on your answers or you can keep your current metrics selection on your dashboard.","google-site-kit"),(0,P.jsx)("br",{}),(0,c.__)("You can always edit your metrics selection from the dashboard.","google-site-kit")]}),(0,P.jsx)(g.DialogContent,{children:(0,P.jsxs)("div",{className:"mdc-layout-grid__inner",children:[(0,P.jsxs)("div",{className:"mdc-layout-grid__cell mdc-layout-grid__cell--span-6-desktop mdc-layout-grid__cell--span-4-tablet mdc-layout-grid__cell--span-4-phone",children:[(0,P.jsx)(W.A,{as:"h3",size:"small",type:"headline",children:(0,c.__)("Current metrics","google-site-kit")}),!!o&&(0,P.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:o.map(e=>(0,P.jsx)("li",{className:"mdc-list-item",children:(0,P.jsx)("span",{className:"mdc-list-item__text",children:ce.G[e]?.title})},e))})]}),(0,P.jsxs)("div",{className:"mdc-layout-grid__cell mdc-layout-grid__cell--span-6-desktop mdc-layout-grid__cell--span-4-tablet mdc-layout-grid__cell--span-4-phone",children:[(0,P.jsx)(W.A,{as:"h3",size:"small",type:"headline",children:(0,c.__)("New tailored metrics","google-site-kit")}),!!d&&(0,P.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:d.map(e=>(0,P.jsx)("li",{className:"mdc-list-item",children:(0,P.jsx)("span",{className:"mdc-list-item__text",children:ce.G[e]?.title})},e))})]})]})}),(0,P.jsxs)(g.DialogFooter,{children:[(0,P.jsx)(g.Button,{className:"mdc-dialog__cancel-button",onClick:j,tertiary:!0,children:(0,c.__)("Keep current selection","google-site-kit")}),(0,P.jsx)(g.SpinnerButton,{isSaving:s,onClick:N,children:(0,c.__)("Update metrics selection","google-site-kit")})]})]})}ConfirmSitePurposeChangeModal.propTypes={dialogActive:T().bool,handleDialog:T().func};const ge=ConfirmSitePurposeChangeModal;function KeyMetricsSettingsSellProductsSubtleNotification(){const e=(0,O.A)(),{dismissItem:t}=(0,m.useDispatch)(f.oR),[i,s]=(0,l.useState)(!1),n=(0,l.useRef)(),o=(0,M.A)(n,{threshold:.25}),r=!!o?.intersectionRatio;(0,l.useEffect)(()=>{!i&&r&&((0,R.sx)(`${e}_kmw-settings-suggested-site-purpose-edit-notification`,"view_notification","conversion_reporting"),s(!0))},[i,r,e]);const a=(0,m.useSelect)(e=>e(f.oR).isItemDismissed(K.cz)),g=(0,l.useCallback)(async()=>{await t(K.cz),(0,R.sx)(`${e}_kmw-settings-suggested-site-purpose-edit-notification`,"confirm_notification","conversion_reporting")},[t,e]);return a?null:(0,P.jsx)(H.A,{type:H.A.TYPES.WARNING,description:(0,c.__)("To allow better personalization of suggested metrics, we have updated the answers list for this question with more accurate options. We recommend that you edit your answer.","google-site-kit"),dismissButton:{onClick:g}})}function UserInputPreview(e){const{goBack:t,submitChanges:i,error:s,loading:n=!1,settingsView:o=!1}=e,r=(0,l.useRef)(),[a,d]=(0,l.useState)(!1),u=(0,l.useCallback)(()=>{d(!1)},[d]),p=(0,m.useSelect)(e=>e(f.oR).getSavedUserInputSettings()),h=(0,m.useSelect)(e=>e(f.oR).isSavingUserInputSettings(p)),_=(0,m.useSelect)(e=>e(Q.M).isNavigating()),k=(0,m.useSelect)(e=>!!e(q.n).getValue(K.b6)),v=h||_,{USER_INPUT_ANSWERS_PURPOSE:x,USER_INPUT_ANSWERS_POST_FREQUENCY:A,USER_INPUT_ANSWERS_GOALS:j}=(0,K.Dc)(),[M]=(0,oe.A)("page"),b=K.W.some(e=>(0,X.A)(p?.[e]?.values||[])),N=(0,l.useCallback)(()=>{b||v||i()},[b,v,i]),{saveUserInputSettings:S}=(0,m.useDispatch)(f.oR),E=(0,se.A)(K.we,K.a3),C=(0,m.useSelect)(e=>e(f.oR).getSavedUserInputSettings()),T=(0,m.useSelect)(e=>void 0!==C&&C?.purpose?.values?.length?e(f.oR).getAnswerBasedMetrics(C?.purpose?.values?.[0]):[]),D=(0,m.useSelect)(e=>e(y.K9).shouldIncludeConversionTailoredMetrics()),R=(0,m.useSelect)(e=>e(f.oR).getAnswerBasedMetrics(null,D)),{resetUserInputSettings:z}=(0,m.useDispatch)(f.oR),{setValues:L}=(0,m.useDispatch)(le.s),{setValues:O}=(0,m.useDispatch)(q.n);(0,l.useEffect)(()=>{if(!r?.current||M?.startsWith("googlesitekit-settings"))return;const e=r.current.querySelector(".mdc-button");e&&setTimeout(()=>{e.focus()},50)},[M]);const{setUserInputSetting:B}=(0,m.useDispatch)(f.oR),G=(0,m.useSelect)(e=>e(q.n).getValue(K.b6));return(0,l.useEffect)(()=>{const e=[...p?.purpose?.values||[]];K.a3===G&&e.includes("sell_products_or_service")&&(B(K.a3,["sell_products"]),L(K.we,{[K.a3]:["sell_products_or_service"]}))},[p,B,G,L]),(0,P.jsxs)("div",{className:I()("googlesitekit-user-input__preview",{"googlesitekit-user-input__preview--editing":k}),ref:r,children:[(0,P.jsxs)("div",{className:"googlesitekit-user-input__preview-contents",children:[!o&&(0,P.jsx)("p",{className:"googlesitekit-user-input__preview-subheader",children:(0,c.__)("Review your answers","google-site-kit")}),o&&(0,P.jsx)("div",{className:"googlesitekit-settings-user-input__heading-container",children:(0,P.jsx)(w.A,{loading:n,width:"275px",height:"16px",children:(0,P.jsx)("p",{className:"googlesitekit-settings-user-input__heading",children:(0,c.__)("Edit your answers for more personalized metrics:","google-site-kit")})})}),(0,P.jsx)(UserInputPreviewGroup,{slug:K.a3,title:(0,c.__)("What is the main purpose of this site?","google-site-kit"),subtitle:p?.purpose?.values.includes("sell_products_or_service")?KeyMetricsSettingsSellProductsSubtleNotification:null,values:p?.purpose?.values||[],options:x,loading:n,settingsView:o,onChange:async function(){0!==R.filter(e=>!T.includes(e)).length?d(!0):(await S(),E?.length&&(await z(),L(K.we,{[K.a3]:void 0})),O({[K.b6]:void 0}))}}),(0,P.jsx)(UserInputPreviewGroup,{slug:K.aq,title:(0,c.__)("How often do you create new content for this site?","google-site-kit"),values:p?.postFrequency?.values||[],options:A,loading:n,settingsView:o}),(0,P.jsx)(UserInputPreviewGroup,{slug:K.KM,title:(0,c.__)("What are your top 3 goals for this site?","google-site-kit"),values:p?.goals?.values||[],options:j,loading:n,settingsView:o}),s&&(0,P.jsx)(U.A,{error:s})]}),!o&&(0,P.jsxs)(l.Fragment,{children:[(0,P.jsx)("div",{className:"googlesitekit-user-input__preview-notice",children:(0,P.jsx)(ne.A,{})}),(0,P.jsxs)("div",{className:"googlesitekit-user-input__footer googlesitekit-user-input__buttons",children:[(0,P.jsxs)("div",{className:"googlesitekit-user-input__footer-nav",children:[(0,P.jsx)(g.SpinnerButton,{className:"googlesitekit-user-input__buttons--next",onClick:N,disabled:b||v,isSaving:v,children:(0,c.__)("Save","google-site-kit")}),(0,P.jsx)(g.Button,{className:"googlesitekit-user-input__buttons--back",onClick:t,disabled:v,tertiary:!0,children:(0,c.__)("Back","google-site-kit")})]}),(0,P.jsx)("div",{className:"googlesitekit-user-input__footer-cancel",children:(0,P.jsx)(re.A,{disabled:v})})]})]}),(0,P.jsx)(ae.A,{children:(0,P.jsx)(ge,{dialogActive:a,handleDialog:u})})]})}UserInputPreview.propTypes={submitChanges:T().func,goBack:T().func,error:T().object,loading:T().bool,settingsView:T().bool};var de=i(98748),ue=i(2422);function SettingsCardKeyMetrics(){const e=(0,O.A)(),t=(0,ue.W)(),i=(0,m.useSelect)(e=>e(f.oR).isUserInputCompleted()),s=(0,m.useSelect)(e=>(e(f.oR).getUserInputSettings(),e(f.oR).isResolving("getUserInputSettings",[]))),n=(0,m.useSelect)(e=>!e(f.oR).hasFinishedResolution("isUserInputCompleted")),o=`${e}_kmw`;return(0,l.useEffect)(()=>{i&&(0,R.sx)(o,"summary_view")},[i,o]),(0,P.jsx)(p.A,{title:(0,c.__)("Key Metrics","google-site-kit"),header:!0,rounded:!0,children:(0,P.jsxs)("div",{className:"googlesitekit-settings-module googlesitekit-settings-module--active googlesitekit-settings-user-input",children:[n&&(0,P.jsx)(Y.A,{width:"100%",smallHeight:"100px",tabletHeight:"100px",desktopHeight:"117px"}),i&&(0,P.jsxs)(l.Fragment,{children:[(0,P.jsx)(SettingsKeyMetrics,{loading:s}),(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(UserInputPreview,{loading:s,settingsView:!0})})})})]}),!1===i&&(0,P.jsxs)(l.Fragment,{children:[(0,P.jsx)(SettingsKeyMetrics,{}),(0,P.jsxs)(l.Fragment,{children:[(0,P.jsx)(ConversionReportingSettingsSubtleNotification,{}),t&&(0,P.jsx)(de.A,{triggerID:"view_kmw_setup_cta",ttl:R.Du})]})]})]})})}var pe=i(3288),me=i(49655);const he="email-reporting-card-notice";function EmailReportingCardNotice({className:e}){const t=(0,m.useSelect)(e=>e(f.oR).getEmailReportingSettings()),i=(0,m.useSelect)(e=>e(f.oR).isEmailReportingSubscribed()),s=(0,m.useSelect)(e=>e(f.oR).isItemDismissed(he)),{setValue:n}=(0,m.useDispatch)(q.n),{dismissItem:o}=(0,m.useDispatch)(f.oR),r=(0,l.useCallback)(()=>{n(pe.Q,!0)},[n]),a=(0,l.useCallback)(async()=>{await o(he)},[o]);return void 0===t||i||!1!==s?null:(0,P.jsx)(H.A,{className:e,type:me.Q.NEW,title:(0,c.__)("Get site insights in your inbox","google-site-kit"),description:(0,c.__)("Receive the most important insights about your site’s performance, key trends, and tailored metrics directly in your inbox","google-site-kit"),ctaButton:{label:(0,c.__)("Set up","google-site-kit"),onClick:r},dismissButton:{label:(0,c.__)("Maybe later","google-site-kit"),onClick:a}})}function SettingsEmailReporting({loading:e=!1}){const t=(0,m.useSelect)(e=>e(b.O4).isEmailReportingEnabled()),i=(0,m.useSelect)(e=>e(b.O4).getEmailReportingSettings()),s=(0,m.useSelect)(e=>e(f.oR).isEmailReportingSubscribed()),n=(0,m.useSelect)(e=>e(f.oR).isItemDismissed(he)),{setEmailReportingEnabled:o,saveEmailReportingSettings:r}=(0,m.useDispatch)(b.O4),{setValue:a}=(0,m.useDispatch)(q.n),d=(0,l.useCallback)(async()=>{await o(!t),await r()},[t,o,r]),u=(0,l.useCallback)(()=>{a(pe.Q,!0)},[a]);return e||void 0===i?null:(0,P.jsxs)(l.Fragment,{children:[(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)("div",{className:"googlesitekit-settings-email-reporting__switch",children:(0,P.jsx)(g.Switch,{label:(0,P.jsxs)(l.Fragment,{children:[(0,P.jsx)(W.A,{type:"body",size:"medium",className:"googlesitekit-settings-email-reporting__label",children:(0,c.__)("Enable email reports","google-site-kit")}),(0,P.jsx)("br",{}),(0,P.jsx)(W.A,{type:"body",size:"medium",className:"googlesitekit-settings-email-reporting__label-description",children:(0,c.__)("This allows you and any dashboard sharing user to subscribe to email reports","google-site-kit")})]}),checked:t,onClick:d,hideLabel:!1})})})}),t&&void 0!==i&&!s&&!1===n&&(0,P.jsx)(v.fI,{className:"googlesitekit-settings-email-reporting__manage",children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(EmailReportingCardNotice,{})})}),t&&void 0!==i&&void 0!==n&&(s||!1!==n)&&(0,P.jsx)(v.fI,{className:"googlesitekit-settings-email-reporting__manage",children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(E.A,{onClick:u,children:(0,c.__)("Manage email reports subscription","google-site-kit")})})})]})}function SettingsCardEmailReporting(){const e=(0,m.useSelect)(e=>{const{isResolving:t,hasFinishedResolution:i}=e(b.O4);return!i("getEmailReportingSettings")||t("getEmailReportingSettings")}),t=(0,m.useSelect)(e=>e(b.O4).getEmailReportingSettings());return(0,P.jsx)(p.A,{title:(0,c.__)("Email reports","google-site-kit"),header:!0,rounded:!0,children:(0,P.jsxs)("div",{className:"googlesitekit-settings-module googlesitekit-settings-module--active googlesitekit-settings-email-reporting",children:[e&&(0,P.jsx)(Y.A,{width:"100%",height:"100px"}),!e&&void 0!==t&&(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(SettingsEmailReporting,{})})})})]})})}function SettingsPlugin(){const e=(0,m.useSelect)(e=>e(b.O4).getShowAdminBar()),{setShowAdminBar:t}=(0,m.useDispatch)(b.O4),i=(0,O.A)(),s=(0,l.useCallback)(({target:e})=>{const s=e.checked?"enable_admin_bar_menu":"disable_admin_bar_menu";t(!!e.checked),(0,R.sx)(i,s)},[t,i]);return(0,P.jsx)(p.A,{className:"googlesitekit-settings-meta",title:(0,c.__)("Plugin Settings","google-site-kit"),header:!0,fill:!0,rounded:!0,children:(0,P.jsx)("div",{className:"googlesitekit-settings-module googlesitekit-settings-module--active",children:(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,P.jsx)("div",{className:"googlesitekit-settings-module__meta-item googlesitekit-settings-module__meta-item--nomargin",children:(0,P.jsx)(g.Checkbox,{id:"admin-bar-toggle",name:"admin-bar-toggle",value:"1",checked:e,onChange:s,disabled:void 0===e,loading:void 0===e,children:(0,P.jsx)("span",{children:(0,c.__)("Display relevant page stats in the Admin bar","google-site-kit")})})})})})})})})})}EmailReportingCardNotice.propTypes={className:T().string},SettingsEmailReporting.propTypes={loading:T().bool};var fe=i(24560),_e=i(61046),ye=i(44451),ke=i(43427),ve=i(19793);const xe="show_settings_visitor_groups_success_notification",Ae=(0,l.forwardRef)((e,t)=>{const i=(0,O.A)(),s=(0,m.useSelect)(e=>{const t=e(b.O4).getAdminURL("googlesitekit-dashboard");return(0,ye.F)(t,{widgetArea:ke.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION})}),{navigateTo:n}=(0,m.useDispatch)(Q.M),{setValue:o}=(0,m.useDispatch)(q.n);function r(){o(xe,!1)}return(0,P.jsxs)("div",{ref:t,className:"googlesitekit-settings-visitor-groups__setup-success googlesitekit-subtle-notification",children:[(0,P.jsx)("div",{className:"googlesitekit-subtle-notification__icon",children:(0,P.jsx)(ve.A,{width:24,height:24})}),(0,P.jsx)("div",{className:"googlesitekit-subtle-notification__content",children:(0,P.jsx)(G.A,{children:(0,c.__)("We’ve added the visitor groups section to your dashboard!","google-site-kit")})}),(0,P.jsxs)("div",{className:"googlesitekit-subtle-notification__action",children:[(0,P.jsx)(g.Button,{onClick:function(){(0,R.sx)(`${i}_audiences-setup-cta-settings-success`,"dismiss_notification").finally(r)},tertiary:!0,children:(0,c.__)("Got it","google-site-kit")}),(0,P.jsx)(g.Button,{onClick:function(){(0,R.sx)(`${i}_audiences-setup-cta-settings-success`,"confirm_notification").finally(async()=>{await r(),n(s)})},children:(0,c.__)("Show me","google-site-kit")})]})]})}),je=(0,_e.A)(Ae);function SetupSuccess(){const e=(0,O.A)();return(0,P.jsx)(je,{onInView:()=>{(0,R.sx)(`${e}_audiences-setup-cta-settings-success`,"view_notification")}})}var Ie=i(76283),Me=i(33566);function SetupCTA(){const e=(0,O.A)(),[t,s]=(0,l.useState)(!1),n=(0,m.useSelect)(e=>e(b.O4).getDocumentationLinkURL("visitor-groups")),o=(0,l.useCallback)(()=>{s(!0)},[s]),{setValue:r}=(0,m.useDispatch)(q.n),{apiErrors:a,failedAudiences:d,isSaving:u,onEnableGroups:p}=(0,Me.A)({redirectURL:i.g.location.href,onSuccess:()=>{r(xe,!0)},onError:o}),h=(0,m.useSelect)(e=>e(b.O4).getSetupErrorCode()),_=(0,se.A)(y.PW,"autoSubmit")&&"access_denied"===h,{setValues:k}=(0,m.useDispatch)(le.s),{setSetupErrorCode:v}=(0,m.useDispatch)(b.O4),{clearPermissionScopeError:x}=(0,m.useDispatch)(f.oR);return(0,P.jsxs)("div",{className:"googlesitekit-settings-visitor-groups__setup",children:[(0,P.jsx)(G.A,{children:(0,S.A)((0,c.__)("To set up new visitor groups for your site, Site Kit needs to update your Google Analytics property. <a>Learn more</a>","google-site-kit"),{a:(0,P.jsx)(E.A,{href:n,external:!0})})}),u&&(0,P.jsxs)("div",{className:"googlesitekit-settings-visitor-groups__setup-progress",children:[(0,P.jsx)(G.A,{children:(0,c.__)("Enabling groups","google-site-kit")}),(0,P.jsx)(g.ProgressBar,{compress:!0})]}),!u&&(0,P.jsx)(E.A,{onClick:function(){(0,R.sx)(`${e}_audiences-setup-cta-settings`,"enable_groups").finally(p)},children:(0,c.__)("Enable groups","google-site-kit")}),(t||_)&&(0,P.jsx)(Ie.Oc,{hasOAuthError:_,apiErrors:a.length?a:d,onRetry:p,inProgress:u,onCancel:_?function(){k(y.PW,{autoSubmit:!1}),x(),v(null),s(!1)}:()=>s(!1)})]})}var be=i(12108),Ne=i(32947);function SettingsCardVisitorGroups(){const e=(0,O.A)(),t=(0,m.useSelect)(e=>e(f.oR).isAudienceSegmentationWidgetHidden()),s=(0,m.useSelect)(e=>e(f.oR).getConfiguredAudiences()),n=(0,m.useSelect)(e=>e(y.K9).getAudienceSegmentationSetupCompletedBy()),o=(0,m.useSelect)(e=>e(q.n).getValue(xe)),{setAudienceSegmentationWidgetHidden:r,saveUserAudienceSettings:a}=(0,m.useDispatch)(f.oR),d=(0,l.useCallback)(()=>{const i=t?"audience_widgets_enable":"audience_widgets_disable";(0,R.sx)(`${e}_audiences-settings`,i).finally(async()=>{await r(!t),await a()})},[t,a,r,e]),[u]=(0,oe.A)("scrollTo"),h=(0,Ne.dv)();if((0,l.useEffect)(()=>{"visitor-groups"===u&&setTimeout(()=>{i.g.scrollTo({top:(0,be.YJ)("#visitor-groups",h)-20,behavior:"smooth"})},50)},[u,h]),void 0===s||void 0===n)return null;const _=!s&&null===n;return(0,P.jsx)(p.A,{id:"visitor-groups",className:"googlesitekit-settings-meta",title:(0,c.__)("Visitor groups","google-site-kit"),header:!0,fill:!0,rounded:!0,children:(0,P.jsx)("div",{className:"googlesitekit-settings-module googlesitekit-settings-module--active",children:(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:(0,P.jsxs)(v.fh,{size:12,children:[_&&(0,P.jsx)(SetupCTA,{}),!_&&(0,P.jsxs)(l.Fragment,{children:[o&&(0,P.jsx)(SetupSuccess,{}),(0,P.jsx)(g.Switch,{label:(0,c.__)("Display visitor groups in dashboard","google-site-kit"),checked:!t,onClick:d,hideLabel:!1})]})]})})})})})}var Se,Ee=i(6464);function SettingsAdmin(){const e=(0,Ee.i)("proactiveUserEngagement"),t=(0,m.useSelect)(e=>e(f.oR).getConfiguredAudiences()),i=(0,m.useSelect)(e=>e(h.i).isModuleConnected(k.L1)),s=(0,m.useSelect)(e=>e(_.n).isGatheringData()),n=(0,m.useSelect)(e=>!!i&&e(y.K9).isGatheringData()),o=i&&!1===s&&!1===n;return(0,m.useSelect)(e=>!e(h.i).hasFinishedResolution("isModuleConnected",[k.L1])||!1!==i&&(!e(_.n).hasFinishedResolution("isGatheringData")||!e(y.K9).hasFinishedResolution("isGatheringData")))?(0,P.jsxs)(v.fI,{children:[(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(Y.A,{width:"100%",smallHeight:"100px",tabletHeight:"100px",desktopHeight:"200px"})}),(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(Y.A,{width:"100%",smallHeight:"100px",tabletHeight:"100px",desktopHeight:"200px"})}),(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(Y.A,{width:"100%",smallHeight:"100px",tabletHeight:"100px",desktopHeight:"200px"})}),(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(Y.A,{width:"100%",smallHeight:"100px",tabletHeight:"100px",desktopHeight:"200px"})})]}):(0,P.jsxs)(v.fI,{children:[(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(SettingsCardConsentMode,{})}),o&&(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(SettingsCardKeyMetrics,{})}),(i||!!t)&&(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(SettingsCardVisitorGroups,{})}),e&&(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(SettingsCardEmailReporting,{})}),(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(p.A,{title:(0,c.__)("Plugin Status","google-site-kit"),header:!0,rounded:!0,children:(0,P.jsxs)("div",{className:"googlesitekit-settings-module googlesitekit-settings-module--active",children:[(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,P.jsxs)("p",{className:"googlesitekit-settings-module__status",children:[(0,c.__)("Site Kit is connected","google-site-kit"),(0,P.jsx)("span",{className:"googlesitekit-settings-module__status-icon googlesitekit-settings-module__status-icon--connected",children:(0,P.jsx)(fe.A,{width:10,height:8})})]})})})})}),(0,P.jsx)("footer",{className:"googlesitekit-settings-module__footer",children:(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(A.A,{})})})})})]})})}),(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(SettingsPlugin,{})}),(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(p.A,{className:"googlesitekit-settings-meta",title:(0,c.__)("Tracking","google-site-kit"),header:!0,fill:!0,rounded:!0,children:(0,P.jsx)("div",{className:"googlesitekit-settings-module googlesitekit-settings-module--active",children:(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)("div",{className:"googlesitekit-settings-module__meta-items",children:(0,P.jsx)("div",{className:"googlesitekit-settings-module__meta-item googlesitekit-settings-module__meta-item--nomargin",children:(0,P.jsx)(x.A,{})})})})})})})})})]})}function we(){return we=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},we.apply(null,arguments)}const Ce=e=>l.createElement("svg",we({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 30"},e),Se||(Se=l.createElement("path",{fill:"currentColor",d:"M20 10h-1.429V7.143C18.571 3.2 15.371 0 11.43 0a7.145 7.145 0 0 0-7.143 7.143V10H2.857A2.866 2.866 0 0 0 0 12.857v14.286A2.866 2.866 0 0 0 2.857 30H20a2.866 2.866 0 0 0 2.857-2.857V12.857A2.866 2.866 0 0 0 20 10m-8.571 12.857A2.866 2.866 0 0 1 8.57 20a2.866 2.866 0 0 1 2.858-2.857A2.866 2.866 0 0 1 14.286 20a2.866 2.866 0 0 1-2.857 2.857M15.857 10H7V7.143a4.43 4.43 0 0 1 4.429-4.429 4.43 4.43 0 0 1 4.428 4.429z"})));function SettingsOverlay({compress:e}){return(0,P.jsx)("div",{className:I()("googlesitekit-overlay",{"googlesitekit-overlay--compress":e}),children:(0,P.jsxs)("div",{className:"googlesitekit-overlay__wrapper",children:[(0,P.jsx)("div",{className:"googlesitekit-overlay__icon",children:(0,P.jsx)(Ce,{width:"22",height:"30"})}),(0,P.jsx)(W.A,{as:"h3",size:"medium",type:"title",className:" googlesitekit-heading-2 googlesitekit-overlay__title ",children:(0,c.__)("Section locked while editing","google-site-kit")})]})})}SettingsOverlay.propTypes={compress:T().bool},SettingsOverlay.defaultProps={compress:!1};const Te=SettingsOverlay;function SettingsRenderer({slug:e}){const{action:t,moduleSlug:i}=(0,a.g)(),s="edit"===t,n=i===e,[o,r]=(0,l.useState)(),c=(0,m.useSelect)(t=>t(h.i).isDoingSubmitChanges(e)),{SettingsEditComponent:g,SettingsViewComponent:d,SettingsSetupIncompleteComponent:u,moduleLoaded:p,connected:f}=(0,m.useSelect)(t=>{const i=t(h.i).getModule(e);return{...i,moduleLoaded:!!i}});(0,l.useEffect)(()=>{p&&void 0===o&&r(f)},[p,o,f]);const{rollbackChanges:_}=(0,m.useDispatch)(h.i);return(0,l.useEffect)(()=>{c||s||_(e)},[e,_,c,s]),n&&p?n&&!1===o?(0,P.jsx)(u,{slug:e}):s&&g?(0,P.jsx)(g,{}):d?(0,P.jsx)(d,{}):null:null}var De=i(19266),Re=i(91910),ze=i(20678);const Le=[z.I,ze.K$,Re.a],Oe=[Re.a],Pe=[];var Be=i(99235),Ue=i(10072),Ge=i(98652),Ve=i(3170),We=i(80097),Fe=i(84385),He=i(74595),Ye=i(3714);function Header_Header({slug:e}){const t=(0,O.A)(),i=(0,a.W6)(),s=(0,l.useRef)(),{moduleSlug:n}=(0,a.g)(),o=n===e,r=(0,m.useSelect)(t=>t(h.i).getModuleStoreName(e)),d=(0,m.useSelect)(e=>e(r)?.getAdminReauthURL?.()),u=(0,m.useSelect)(t=>t(h.i).getModule(e)),p=(0,m.useSelect)(t=>t(h.i)?.getCheckRequirementsError(e)),{navigateTo:f}=(0,He.wA)(Q.M),_=(0,m.useSelect)(e=>d&&e(Q.M).isNavigatingTo(d)),y=(0,l.useCallback)(()=>{o||(i.push(`/connected-services/${e}`),(0,R.sx)(`${t}_module-list`,"view_module_settings",e))},[i,e,t,o]),k=(0,l.useCallback)(()=>{o&&(i.push("/connected-services"),(0,R.sx)(`${t}_module-list`,"close_module_settings",e))},[i,e,t,o]),x=(0,l.useCallback)(e=>{e.stopPropagation(),f(d)},[f,d]);(0,Be.l)([De.Fm],s,o?k:y),(0,Be.l)([De._f],s,k);const{name:A,connected:j}=u;if(!u)return null;let M=null;return M=j?(0,P.jsx)(G.A,{size:Ye.Yw,children:(0,c.__)("Connected","google-site-kit")}):(0,P.jsx)(g.Button,{onClick:x,disabled:p||_,inverse:!0,children:(0,c.sprintf)(/* translators: %s: module name. */ /* translators: %s: module name. */ (0,c.__)("Complete setup for %s","google-site-kit"),A)}),(0,P.jsxs)("div",{className:I()("googlesitekit-settings-module__header",{"googlesitekit-settings-module__header--open":o}),id:`googlesitekit-settings-module__header--${e}`,type:"button",role:"tab","aria-selected":o,"aria-expanded":o,"aria-controls":`googlesitekit-settings-module__content--${e}`,to:"/connected-services"+(o?"":`/${e}`),onClick:o?k:y,ref:s,tabIndex:"0",children:[(0,P.jsx)(v.xA,{children:(0,P.jsxs)(v.fI,{children:[(0,P.jsxs)(v.fh,{lgSize:6,mdSize:4,smSize:4,className:"googlesitekit-settings-module__heading",children:[(0,P.jsx)(Ue.A,{slug:e,size:40,className:"googlesitekit-settings-module__heading-icon"}),(0,P.jsx)(W.A,{as:"h3",type:"title",size:"large",className:"googlesitekit-settings-module__title",children:A}),(0,P.jsxs)("div",{className:"googlesitekit-settings-module__heading-badges",children:[Pe.includes(e)&&(0,P.jsx)(N.A,{label:(0,c.__)("Experimental","google-site-kit"),hasLeftSpacing:!0}),Oe.includes(e)&&(0,P.jsx)(N.A,{className:"googlesitekit-badge--beta",label:(0,c.__)("Beta","google-site-kit"),hasLeftSpacing:!0}),Le.includes(e)&&(0,P.jsx)(Ge.A,{hasLeftSpacing:!0})]})]}),(0,P.jsx)(v.fh,{lgSize:6,mdSize:4,smSize:4,alignMiddle:!0,mdAlignRight:!0,children:(0,P.jsxs)("div",{className:I()("googlesitekit-settings-module__status",{"googlesitekit-settings-module__status--connected":j,"googlesitekit-settings-module__status--not-connected":!j}),children:[M,(0,P.jsx)("span",{className:I()("googlesitekit-settings-module__status-icon",{"googlesitekit-settings-module__status-icon--connected":j,"googlesitekit-settings-module__status-icon--not-connected":!j}),children:j?(0,P.jsx)(fe.A,{width:10,height:8}):(0,P.jsx)(Ve.A,{width:19,height:17})})]})})]})}),(0,P.jsx)(Fe.A,{children:(0,P.jsx)(We.A,{width:12,height:8,className:"icon-chevron-down"})})]})}Header_Header.propTypes={slug:T().string.isRequired};var Ze,Qe=i(21134);function qe(){return qe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},qe.apply(null,arguments)}const Ke=e=>l.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 10 10"},e),Ze||(Ze=l.createElement("path",{fill:"currentColor",d:"M0 7.917V10h2.083l6.144-6.144-2.083-2.083zm9.838-5.671a.553.553 0 0 0 0-.784l-1.3-1.3a.553.553 0 0 0-.784 0L6.738 1.18 8.82 3.262z"})));function FooterPrimaryAction({slug:e,isEditing:t,isSaving:i,handleConfirm:s,handleClose:n,handleEdit:o}){const r=(0,m.useSelect)(t=>t(h.i).getModule(e)),a=(0,m.useSelect)(t=>t(h.i).isModuleConnected(e)),d=(0,m.useSelect)(t=>t(h.i).areSettingsEditDependenciesLoaded(e)),u=(0,m.useSelect)(t=>t(h.i).canSubmitChanges(e)),p=(0,m.useSelect)(t=>t(h.i).haveSettingsChanged(e)),f=!!r?.SettingsEditComponent;return t||i?(0,P.jsxs)(l.Fragment,{children:[f&&a?(0,P.jsx)(g.SpinnerButton,{disabled:i||!d||!u&&p,onClick:s,isSaving:i,children:p?(0,c.__)("Confirm changes","google-site-kit"):(0,c.__)("Save","google-site-kit")}):(0,P.jsx)(g.Button,{onClick:n,children:(0,c.__)("Close","google-site-kit")}),f&&(0,P.jsx)(g.Button,{className:"googlesitekit-settings-module__footer-cancel",onClick:n,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")})]}):f||!r?.forceActive?(0,P.jsx)(E.A,{className:"googlesitekit-settings-module__edit-button",to:`/connected-services/${e}/edit`,onClick:o,"aria-label":(0,c.sprintf)(/* translators: %s is replaced with the module name */ /* translators: %s is replaced with the module name */ (0,c.__)("Edit %s settings","google-site-kit"),r?.name),trailingIcon:(0,P.jsx)(Ke,{className:"googlesitekit-settings-module__edit-button-icon",width:10,height:10}),children:(0,c.__)("Edit","google-site-kit")}):null}var $e;function Xe(){return Xe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},Xe.apply(null,arguments)}const Je=e=>l.createElement("svg",Xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 11 13"},e),$e||($e=l.createElement("path",{fill:"currentColor",d:"M.722 11.556c0 .794.65 1.444 1.445 1.444h5.777c.795 0 1.445-.65 1.445-1.444V2.889H.722zM10.112.722H7.582L6.861 0H3.25l-.722.722H0v1.445h10.111z"})));function FooterSecondaryAction({slug:e,isEditing:t,handleDialog:i}){const s=(0,m.useSelect)(t=>t(h.i).getModule(e)),n=(0,m.useSelect)(t=>t(h.i).getDetailsLinkURL(e));return t&&!s?.forceActive?(0,P.jsx)(E.A,{className:"googlesitekit-settings-module__remove-button",onClick:i,trailingIcon:(0,P.jsx)(Je,{className:"googlesitekit-settings-module__remove-button-icon",width:13,height:13}),danger:!0,children:(0,c.sprintf)(/* translators: %s is replaced with the module name */ /* translators: %s is replaced with the module name */ (0,c.__)("Disconnect %s from Site Kit","google-site-kit"),s?.name)}):!t&&s?.connected&&n?(0,P.jsx)(E.A,{href:n,className:"googlesitekit-settings-module__cta-button",external:!0,children:(0,c.sprintf)(/* translators: %s is replaced with the module name */ /* translators: %s is replaced with the module name */ (0,c.__)("See full details in %s","google-site-kit"),s?.name)}):null}function Footer({slug:e}){const t=(0,O.A)(),i=(0,a.W6)(),{action:s,moduleSlug:n}=(0,a.g)(),o="edit"===s&&n===e,r=`module-${e}-error`,c=`module-${e}-dialogActive`,g=`module-${e}-isSaving`,d=(0,m.useSelect)(e=>e(q.n).getValue(c)),u=(0,m.useSelect)(e=>e(q.n).getValue(g)),p=(0,m.useSelect)(t=>t(h.i).getModule(e)),{submitChanges:f}=(0,m.useDispatch)(h.i),{clearErrors:_}=(0,m.useDispatch)(p?.storeName)||{},{setValue:y}=(0,m.useDispatch)(q.n),k=(0,l.useCallback)(async()=>{await(0,R.sx)(`${t}_module-list`,"cancel_module_settings",e),await(_?.()),i.push(`/connected-services/${e}`)},[_,i,t,e]),x=(0,l.useCallback)(async s=>{s.preventDefault(),y(g,!0);const{error:n}=await f(e);y(g,!1),n?y(r,n):(await(0,R.sx)(`${t}_module-list`,"update_module_settings",e),y(r,void 0),await(_?.()),i.push(`/connected-services/${e}`),await(0,Qe.IL)())},[y,g,f,e,r,_,i,t]),A=(0,l.useCallback)(()=>{y(c,!d)},[d,c,y]),j=(0,l.useCallback)(()=>{(0,R.sx)(`${t}_module-list`,"edit_module_settings",e)},[e,t]);return p?(0,P.jsx)("footer",{className:"googlesitekit-settings-module__footer",children:(0,P.jsx)(v.xA,{children:(0,P.jsxs)(v.fI,{children:[(0,P.jsx)(v.fh,{lgSize:6,mdSize:8,smSize:4,children:(0,P.jsx)(FooterPrimaryAction,{slug:e,isEditing:o,isSaving:u,handleConfirm:x,handleClose:k,handleEdit:j})}),(0,P.jsx)(v.fh,{lgSize:6,mdSize:8,smSize:4,alignMiddle:!0,lgAlignRight:!0,children:(0,P.jsx)(FooterSecondaryAction,{slug:e,isEditing:o,handleDialog:A})})]})})}):null}Footer.propTypes={slug:T().string.isRequired};var et=i(31589);function ConfirmDisconnect({slug:e}){const t=(0,O.A)(),[i,s]=(0,l.useState)(!1),{setValue:n}=(0,m.useDispatch)(q.n),o=`module-${e}-dialogActive`,r=(0,m.useSelect)(t=>t(h.i).getModuleDependantNames(e)),a=(0,m.useSelect)(t=>t(h.i).getModuleFeatures(e)),g=(0,m.useSelect)(t=>t(h.i).getModule(e)),d=(0,m.useSelect)(e=>e(b.O4).getAdminURL("googlesitekit-settings")),u=(0,m.useSelect)(e=>e(q.n).getValue(o)),p=(0,l.useCallback)(()=>{n(o,!1)},[o,n]),f=(0,l.useCallback)(e=>{De._f===e.keyCode&&u&&p()},[u,p]);(0,et.A)("keydown",f);const{deactivateModule:_}=(0,m.useDispatch)(h.i),{navigateTo:y}=(0,m.useDispatch)(Q.M),k=(0,l.useCallback)(async()=>{if(g.forceActive)return;s(!0);const{error:i}=await _(e);i?s(!1):(await(0,Qe.IL)(),await(0,R.sx)(`${t}_module-list`,"deactivate_module",e),y(d))},[e,g?.forceActive,d,_,y,t]);if(!g||!u)return null;const{name:v}=g,x=(0,c.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,c.__)("Disconnect %s from Site Kit?","google-site-kit"),v);let A=null;return r.length>0&&(A=(0,c.sprintf)(/* translators: 1: module name, 2: list of dependent modules */ /* translators: 1: module name, 2: list of dependent modules */ (0,c.__)("these active modules depend on %1$s and will also be disconnected: %2$s","google-site-kit"),v,(0,R.K5)(r))),(0,P.jsx)(L.A,{className:"googlesitekit-settings-module__confirm-disconnect-modal",handleCancel:p,onClose:p,title:x,provides:a,handleConfirm:k,dependentModules:A,inProgress:i,dialogActive:!0,danger:!0})}function SettingsActiveModule(e){const{slug:t}=e,{action:i,moduleSlug:s}=(0,a.g)(),n="edit"===i,o=s===t,r=s!==t&&n,l=`module-${t}-error`,c=(0,m.useSelect)(e=>e(h.i).getErrorForAction("deactivateModule",[t])),g=(0,m.useSelect)(e=>e(q.n).getValue(l));return(0,P.jsxs)("div",{className:I()("googlesitekit-settings-module","googlesitekit-settings-module--active",`googlesitekit-settings-module--${t}`,{"googlesitekit-settings-module--error":(g||c)&&n}),children:[r&&(0,P.jsx)(Te,{compress:!o}),(0,P.jsx)(Header_Header,{slug:t}),o&&(0,P.jsxs)("div",{id:`googlesitekit-settings-module__content--${t}`,className:"googlesitekit-settings-module__content googlesitekit-settings-module__content--open",role:"tabpanel","aria-labelledby":`googlesitekit-settings-module__header--${t}`,children:[(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(SettingsRenderer,{slug:t})})})}),(0,P.jsx)(Footer,{slug:t})]}),(0,P.jsx)(ConfirmDisconnect,{slug:t})]})}function SettingsActiveModules(){const e=(0,m.useSelect)(e=>e(h.i).getModules());if(!e)return null;const t=Object.keys(e).map(t=>e[t]).filter(({internal:e,active:t})=>!e&&t).sort((e,t)=>e.order-t.order);return(0,P.jsx)(p.A,{rounded:!0,children:t.map(({slug:e})=>(0,P.jsx)(SettingsActiveModule,{slug:e},e))})}ConfirmDisconnect.propTypes={slug:T().string.isRequired},SettingsActiveModule.propTypes={slug:T().string.isRequired};var tt=i(27240),it=i(13465);function SetupModule({slug:e,name:t,description:i}){const s=(0,O.A)(),[n,o]=(0,l.useState)(!1),{activateModule:r}=(0,m.useDispatch)(h.i),{navigateTo:a}=(0,m.useDispatch)(Q.M),{setInternalServerError:g}=(0,m.useDispatch)(b.O4),d=(0,l.useCallback)(async()=>{o(!0);const{error:t,response:i}=await r(e);t?(g({id:"activate-module-error",description:t.message}),o(!1)):(await(0,R.sx)(`${s}_module-list`,"activate_module",e),await(0,Qe.SO)("module_setup",e,{ttl:300}),a(i.moduleReauthURL))},[r,a,g,e,s]),u=(0,m.useSelect)(t=>t(h.i).canActivateModule(e));return(0,P.jsxs)("div",{className:I()("googlesitekit-settings-connect-module",`googlesitekit-settings-connect-module--${e}`),children:[(0,P.jsx)("div",{className:"googlesitekit-settings-connect-module__switch",children:(0,P.jsx)(tt.A,{isSaving:n})}),(0,P.jsx)("div",{className:"googlesitekit-settings-connect-module__logo",children:(0,P.jsx)(Ue.A,{slug:e})}),(0,P.jsxs)("div",{className:"googlesitekit-settings-connect-module__heading",children:[(0,P.jsx)(W.A,{as:"h3",type:"title",size:"small",className:" googlesitekit-subheading-1 googlesitekit-settings-connect-module__title ",children:t}),(0,P.jsxs)("div",{className:"googlesitekit-settings-connect-module__badges",children:[Pe.includes(e)&&(0,P.jsx)(N.A,{label:(0,c.__)("Experimental","google-site-kit")}),Oe.includes(e)&&(0,P.jsx)(N.A,{className:"googlesitekit-badge--beta",label:(0,c.__)("Beta","google-site-kit")}),Le.includes(e)&&(0,P.jsx)(Ge.A,{hasNoSpacing:!0})]})]}),(0,P.jsx)("p",{className:"googlesitekit-settings-connect-module__text",children:i}),(0,P.jsx)("p",{className:"googlesitekit-settings-connect-module__cta",children:(0,P.jsx)(E.A,{onClick:d,href:"",disabled:!u||n,arrow:!0,children:(0,c.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,c.__)("Set up %s","google-site-kit"),t)})}),(0,P.jsx)(it.A,{slug:e})]},e)}function SettingsInactiveModules(){const e=(0,m.useSelect)(e=>e(h.i).getModules());if(!e)return null;const t=Object.keys(e).map(t=>e[t]).filter(({internal:e,active:t})=>!e&&!t).sort((e,t)=>e.order-t.order);return 0===t.length?(0,P.jsx)(H.A,{id:"no-more-modules",title:(0,c.__)("Congrats, you’ve connected all services!","google-site-kit"),description:(0,c.__)("We’re working on adding new services to Site Kit by Google all the time, so please check back in the future","google-site-kit"),type:me.Q.SUCCESS}):(0,P.jsx)(p.A,{title:(0,c.__)("Connect More Services to Gain More Insights","google-site-kit"),header:!0,rounded:!0,relative:!0,children:(0,P.jsx)(v.xA,{children:(0,P.jsx)(v.fI,{children:t.map(({slug:e,name:t,description:i})=>(0,P.jsx)(v.fh,{size:4,children:(0,P.jsx)(SetupModule,{slug:e,name:t,description:i})},e))})})})}SetupModule.propTypes={slug:T().string.isRequired,name:T().string.isRequired,description:T().string.isRequired};const st=function SettingsModules(){const e=(0,m.useSelect)(e=>e(h.i).getModules());return void 0!==e&&Object.values(e).length?(0,P.jsxs)(a.dO,{children:[(0,P.jsx)(a.qh,{path:"/connected-services/:moduleSlug/:action",children:(0,P.jsx)(SettingsActiveModules,{})}),(0,P.jsx)(a.qh,{path:"/connected-services/:moduleSlug",children:(0,P.jsx)(SettingsActiveModules,{})}),(0,P.jsx)(a.qh,{path:"/connected-services",children:(0,P.jsx)(SettingsActiveModules,{})}),(0,P.jsx)(a.qh,{path:"/connect-more-services",children:(0,P.jsx)(SettingsInactiveModules,{})}),(0,P.jsx)(a.qh,{path:"/admin-settings",children:(0,P.jsx)(SettingsAdmin,{})}),(0,P.jsx)(a.rd,{from:"/settings/:moduleSlug/edit",to:"/connected-services/:moduleSlug/edit"}),(0,P.jsx)(a.rd,{from:"/settings/:moduleSlug",to:"/connected-services/:moduleSlug"}),(0,P.jsx)(a.rd,{from:"/settings",to:"/connected-services"}),(0,P.jsx)(a.rd,{from:"/connect",to:"/connect-more-services"}),(0,P.jsx)(a.rd,{from:"/admin",to:"/admin-settings"}),(0,P.jsx)(a.rd,{to:"/connected-services"})]}):null};var nt=i(84826),ot=i(89318),rt=i(89506);function SettingsApp(){const e=(0,a.zy)();const[,t]=e.pathname.split("/"),i=SettingsApp.basePathToTabIndex[t],n=(0,O.A)(),o=(0,Ee.i)("proactiveUserEngagement"),r=(0,l.useCallback)(()=>{(0,ot.sx)(n,"tab_select",t)},[t,n]);return(0,P.jsxs)(l.Fragment,{children:[(0,P.jsx)(d.A,{children:(0,P.jsx)(nt.A,{})}),(0,P.jsx)("div",{className:"googlesitekit-module-page",children:(0,P.jsx)(v.xA,{children:(0,P.jsxs)(v.fI,{children:[(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(u.A,{title:(0,c.__)("Settings","google-site-kit")})}),(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(p.A,{transparent:!0,rounded:!0,children:(0,P.jsxs)(g.TabBar,{activeIndex:i,className:"googlesitekit-tab-bar__settings",handleActiveIndexUpdate:r,children:[(0,P.jsx)(g.Tab,{tag:s.N_,to:"/connected-services",replace:!1,children:(0,P.jsx)("span",{className:"mdc-tab__text-label",children:(0,c.__)("Connected Services","google-site-kit")})}),(0,P.jsx)(g.Tab,{tag:s.N_,to:"/connect-more-services",replace:!1,children:(0,P.jsx)("span",{className:"mdc-tab__text-label",children:(0,c.__)("Connect More Services","google-site-kit")})}),(0,P.jsx)(g.Tab,{tag:s.N_,to:"/admin-settings",replace:!1,children:(0,P.jsx)("span",{className:"mdc-tab__text-label",children:(0,c.__)("Admin Settings","google-site-kit")})})]})})}),(0,P.jsx)(v.fh,{size:12,children:(0,P.jsx)(st,{})})]})})}),o&&(0,P.jsx)(rt.A,{})]})}SettingsApp.propTypes={},SettingsApp.basePathToTabIndex={"connected-services":0,"connect-more-services":1,"admin-settings":2};const at=(0,a.y)(SettingsApp);var lt=i(24558);(0,n.A)(()=>{const e=document.getElementById("js-googlesitekit-settings");e&&(0,o.render)((0,P.jsx)(r.A,{viewContext:lt.KK,children:(0,P.jsx)(s.I9,{children:(0,P.jsx)(at,{})})}),e)})},88933:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s,n=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),s||(s=n.createElement("g",{fill:"none",fillRule:"evenodd"},n.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),n.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),n.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),n.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))))},89318:(e,t,i)=>{i.d(t,{M9:()=>M,sx:()=>j,BI:()=>I});var s=i(17243);const n="_googlesitekitDataLayer",o="data-googlesitekit-gtag";function r(e){return function(){e[n]=e[n]||[],e[n].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isAuthenticated:h,userRoles:f}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:_}=i.g,y={activeModules:c,trackingEnabled:d,trackingID:u,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:f,isAuthenticated:h,pluginVersion:_},{enableTracking:k,disableTracking:v,isTrackingEnabled:x,initializeSnippet:A,trackEvent:j,trackEventOnce:I}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const d=function(e,t){const s=r(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:d,userRoles:u=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${o}]`)),l)return!1;l=!0;const r=u?.length?u.join(","):"";s("js",new Date),s("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:r,user_identifier:d}});const h=t.createElement("script");return h.setAttribute(o,""),h.async=!0,h.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`,t.head.appendChild(h),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${n}`}}}(g,t),u=function(e,t,i,s){const n=r(t);return async function(t,o,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){s.console.warn(`Tracking event "${o}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}n("event",o,{...c,event_callback:r}),s._gaUserPrefs?.ioo?.()&&r()})}}(g,t,d,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:d,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,s.once)(u)),p[t](...e)}}}(y);function M(e){e?k():v()}g&&d&&A()},89362:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var s=i(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){const[n,o]=(0,s.useState)(null);return(0,s.useEffect)(()=>{if(e.current&&"function"==typeof i.g.IntersectionObserver){function s(e){o(e[e.length-1])}const n=new i.g.IntersectionObserver(s,t);return n.observe(e.current),()=>{o(null),n.disconnect()}}return()=>{}},[e.current,t.threshold,t.root,t.rootMargin]),n}},89506:(e,t,i)=>{i.d(t,{A:()=>UserSettingsSelectionPanel});var s=i(82871),n=i(63696),o=i(50539),r=i(7081),a=i(58116),l=i(3288),c=i(718),g=i(62688),d=i.n(g),u=i(13606),p=i(45472),m=i(93896),h=i(35323),f=i(20898),_=i(59323),y=i(77766),k=i(24558),v=i(62540);function Header({closePanel:e}){const t=(0,y.A)(),i=(0,h.A)(),r=(0,o.useSelect)(e=>e(m.O4).getSiteKitAdminSettingsURL()),{navigateTo:a}=(0,o.useDispatch)(p.M),l=(0,n.useCallback)(()=>{k.KK===t&&e(),a(r)},[r,a,e,t]);return(0,v.jsx)(c.W4,{title:(0,s.__)("Email reports subscription","google-site-kit"),onCloseClick:e,children:!i&&(0,v.jsx)(_.A,{type:"body",size:"small",children:(0,u.A)((0,s.__)("You can always deactivate this feature in <link>Settings</link>","google-site-kit"),{link:(0,v.jsx)(f.A,{onClick:l,secondary:!0})})})})}var x=i(80035);function SelectionPanelFooter({notice:e,onNoticeDismiss:t}){return(0,v.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,v.jsx)("div",{className:"googlesitekit-selection-panel-footer__content",children:e?(0,v.jsx)(x.A,{type:e.type,description:e.text,dismissButton:{label:(0,s.__)("Got it","google-site-kit"),onClick:t},hideIcon:!0}):(0,v.jsx)(_.A,{type:"body",size:"small",children:(0,s.__)("This email is generated by Site Kit using data from your dashboard and sent to your WordPress email, so all your data stays with you.","google-site-kit")})})})}SelectionPanelFooter.propTypes={notice:d().shape({text:d().string,type:d().oneOf(["info","success","error"])}),onNoticeDismiss:d().func};var A=i(15167),j=i(4452),I=i.n(j),M=i(63972);function FrequencySelector({isUserSubscribed:e}){const t=(0,n.useMemo)(()=>[(0,s._x)("Sunday","day name","google-site-kit"),(0,s._x)("Monday","day name","google-site-kit"),(0,s._x)("Tuesday","day name","google-site-kit"),(0,s._x)("Wednesday","day name","google-site-kit"),(0,s._x)("Thursday","day name","google-site-kit"),(0,s._x)("Friday","day name","google-site-kit"),(0,s._x)("Saturday","day name","google-site-kit")],[]);const i=(0,o.useSelect)(e=>e(m.O4).getStartOfWeek()),r=(0,o.useSelect)(e=>e(a.oR).getEmailReportingFrequency()),l=(0,o.useSelect)(e=>e(a.oR).getEmailReportingSavedFrequency()),{setEmailReportingFrequency:c}=(0,o.useDispatch)(a.oR),g=(0,s.sprintf)(/* translators: %s: localized day-of-week name (e.g. Monday). */ /* translators: %s: localized day-of-week name (e.g. Monday). */ (0,s.__)("Sent every %s","google-site-kit"),function(e){const i=Number.isInteger(e)&&e>=0&&e<=6?e:1;return t[i]}(i)),d={weekly:{label:(0,s.__)("Weekly","google-site-kit"),period:(0,s.__)("Last 7 days","google-site-kit"),description:g},monthly:{label:(0,s.__)("Monthly","google-site-kit"),period:(0,s.__)("Last 28 days","google-site-kit"),description:(0,s.__)("Sent on the 1st of each month","google-site-kit")},quarterly:{label:(0,s.__)("Quarterly","google-site-kit"),period:(0,s.__)("Last 90 days","google-site-kit"),description:(0,s.__)("Sent on the 1st of each quarter","google-site-kit")}};return(0,v.jsxs)(n.Fragment,{children:[(0,v.jsx)(A.A,{className:"googlesitekit-frequency-selector-title",type:"label",size:"small",as:"h3",children:(0,s.__)("Frequency","google-site-kit")}),(0,v.jsx)("div",{className:"googlesitekit-frequency-selector",role:"radiogroup","aria-label":(0,s.__)("Frequency","google-site-kit"),children:a.lV.map(t=>{const i=r===t,{label:s,period:n,description:o}=d[t]||{};return(0,v.jsxs)("div",{className:I()("googlesitekit-frequency-selector__card",{"googlesitekit-frequency-selector__card--selected":i}),role:"radio","aria-checked":i,tabIndex:0,onClick:()=>c(t),onKeyDown:e=>function(e,t){" "!==e.key&&"Spacebar"!==e.key&&"Enter"!==e.key||(e.preventDefault(),c(t))}(e,t),children:[(0,v.jsxs)("div",{className:"googlesitekit-frequency-selector__label-row",children:[(0,v.jsx)(A.A,{className:"googlesitekit-frequency-selector__label",type:"label",size:"large",as:"div",children:s}),l===t&&e&&(0,v.jsx)("div",{className:"googlesitekit-frequency-selector__saved-indicator",children:(0,v.jsx)(M.A,{className:"googlesitekit-frequency-selector__label-tick","aria-hidden":"true"})})]}),(0,v.jsx)(A.A,{className:"googlesitekit-frequency-selector__period",type:"body",size:"small",as:"div",children:n}),(0,v.jsx)(A.A,{className:"googlesitekit-frequency-selector__description",type:"body",size:"small",as:"div",children:o})]},t)})})]})}FrequencySelector.propTypes={isUserSubscribed:d().bool};var b=i(2390);const N={SUBSCRIBE:"subscribe",UNSUBSCRIBE:"unsubscribe",UPDATE_SETTINGS:"update_settings"};function SubscribeActions({isSubscribed:e,onSubscribe:t,onUnsubscribe:i,updateSettings:o,isLoading:r}){const[a,l]=(0,n.useState)("");function c(e){switch(l(e),e){case N.UPDATE_SETTINGS:o();break;case N.SUBSCRIBE:t();break;case N.UNSUBSCRIBE:i()}}return(0,v.jsxs)("div",{className:"googlesitekit-selection-panel-subscribe-actions",children:[e&&(0,v.jsx)(b.A,{onClick:()=>c(N.UNSUBSCRIBE),isSaving:r&&a===N.UNSUBSCRIBE,disabled:r,tertiary:!0,children:(0,s.__)("Unsubscribe","google-site-kit")}),(0,v.jsx)(b.A,{onClick:()=>c(e?N.UPDATE_SETTINGS:N.SUBSCRIBE),isSaving:r&&a!==N.UNSUBSCRIBE,disabled:r,children:e?(0,s.__)("Update Settings","google-site-kit"):(0,s.__)("Subscribe","google-site-kit")})]})}function PanelContent({notice:e,isUserSubscribed:t,isSavingSettings:i,onSaveCallback:r,onSubscribe:l,onUnsubscribe:c,onNoticeDismiss:g,closePanel:d}){const u=(0,o.useSelect)(e=>e(a.oR).getUser()),p=u?.wpEmail;return(0,v.jsxs)(n.Fragment,{children:[(0,v.jsxs)("div",{className:"googlesitekit-user-settings-selection__panel-content",children:[(0,v.jsx)(Header,{closePanel:d}),(0,v.jsx)("div",{className:"googlesitekit-user-settings-selection__panel-description",children:(0,v.jsxs)(_.A,{type:"body",size:"small",children:[(0,s.__)("You’ll receive the report to your WordPress user email","google-site-kit"),p&&(0,v.jsx)(A.A,{type:"body",size:"medium",children:p})]})}),(0,v.jsx)(FrequencySelector,{isUserSubscribed:t}),(0,v.jsx)(SubscribeActions,{onSubscribe:l,onUnsubscribe:c,updateSettings:r,isSubscribed:t,isLoading:i})]}),(0,v.jsx)(SelectionPanelFooter,{notice:e,onNoticeDismiss:g})]})}function UserSettingsSelectionPanel(){const e=(0,o.useSelect)(e=>e(r.n).getValue(l.Q)),t=(0,o.useSelect)(t=>e?t(a.oR).getEmailReportingSettings():{}),i=(0,o.useSelect)(t=>!!e&&t(a.oR).isSavingEmailReportingSettings()),[g,d]=(0,n.useState)(null),{setValue:u}=(0,o.useDispatch)(r.n),{saveEmailReportingSettings:p,resetEmailReportingSettings:m}=(0,o.useDispatch)(a.oR),h=(0,n.useCallback)(()=>{e&&(setTimeout(()=>{m(),d(null)},310),u(l.Q,!1))},[e,m,u]),f=(0,n.useCallback)(async()=>{const{error:e}=await p();d(e?{type:"error",text:e?.message||(0,s.__)("An error occurred.","google-site-kit")}:{type:"success",text:(0,s.__)("You’ve successfully updated frequency settings!","google-site-kit")})},[p]),_=(0,n.useCallback)(async()=>{const{error:e}=await p({subscribed:!0});d(e?{type:"error",text:e?.message||(0,s.__)("An error occurred.","google-site-kit")}:{type:"success",text:(0,s.__)("You’ve successfully subscribed to email reports!","google-site-kit")})},[p]),y=(0,n.useCallback)(async()=>{const{error:e}=await p({subscribed:!1});d(e?{type:"error",text:e?.message||(0,s.__)("An error occurred.","google-site-kit")}:{type:"info",text:(0,s.__)("You’ve unsubscribed from email reports","google-site-kit")})},[p]),k=(0,n.useCallback)(()=>d(null),[]);return(0,v.jsx)(c.Ay,{className:"googlesitekit-user-settings-selection-panel",isOpen:!!e,closePanel:h,children:(0,v.jsx)(PanelContent,{notice:g,isUserSubscribed:t?.subscribed,isSavingSettings:i,onSaveCallback:f,onSubscribe:_,onUnsubscribe:y,onNoticeDismiss:k,closePanel:h})})}SubscribeActions.propTypes={isSubscribed:d().bool,onSubscribe:d().func.isRequired,onUnsubscribe:d().func.isRequired,updateSettings:d().func.isRequired,isLoading:d().bool},PanelContent.propTypes={savedFrequency:d().string,notice:d().shape({text:d().string,type:d().oneOf(["info","success","error"])}),onSaveCallback:d().func,onUnsubscribe:d().func,onNoticeDismiss:d().func,closePanel:d().func}},90007:(e,t,i)=>{i.d(t,{Q:()=>y,A:()=>BannerNotification});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(50539),l=i(71423),c=i(7070),g=i(7184),d=i(30823),u=i(3782),p=i(29584),m=i(55527);const h="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",f="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var _=i(62540);const y={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=y.INFO,learnMoreLink:i,dismissButton:s,ctaButton:o,gaTrackingEventArgs:r,...d}){const u=(0,c.A)(e,r?.category),{dismissNotification:p}=(0,a.useDispatch)(l.D);let k=d?.svg;return k||t===y.INFO||(k={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===y.WARNING&&(k.desktop=h),t===y.ERROR&&(k.desktop=f)),(0,_.jsx)("div",{className:n()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,_.jsx)(m.xA,{className:"googlesitekit-page-content",children:(0,_.jsx)(m.fI,{children:(0,_.jsx)(m.fh,{size:12,children:(0,_.jsx)(g.A,{learnMoreLink:i&&{...i,onClick:async function(e){u.clickLearnMore(r?.label,r?.value),await(i?.onClick?.(e))}},dismissButton:s&&{...s,onClick:async function(t){await(s?.onClick?.(t)),u.dismiss(r?.label,r?.value),p(e,{...s?.dismissOptions})}},ctaButton:o&&{...o,onClick:async function(t){u.confirm(r?.label,r?.value),await(o?.onClick?.(t)),o?.dismissOnClick&&p(e,{...o?.dismissOptions})}},svg:k,...d})})})})})}BannerNotification.propTypes={notificationID:r().string.isRequired,type:r().oneOf(Object.values(y)),titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(d.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(u.A.propTypes),gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number})}},91560:(e,t,i)=>{i.d(t,{A:()=>u});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(13606),l=i(82871),c=i(20898),g=i(35323),d=i(62540);function SourceLink({name:e,href:t,className:i,external:s}){return(0,g.A)()?null:(0,d.jsx)("div",{className:r()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,d.jsx)(c.A,{href:t,external:s},"link")})})}SourceLink.propTypes={name:n().string,href:n().string,className:n().string,external:n().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const u=SourceLink},91910:(e,t,i)=>{i.d(t,{a:()=>s});const s="sign-in-with-google"},92698:(e,t,i)=>{i.d(t,{A:()=>u});var s=i(63696),n=i(50539),o=i(93896),r=i(58116),a=i(37226),l=i(45472),c=i(21134),g=i(89318),d=i(77766);function u(e){const t=(0,d.A)(),i=(0,n.useSelect)(t=>t(a.i).getModule(e)),u=(0,n.useSelect)(e=>e(r.oR).hasCapability(r.HD)),{activateModule:p}=(0,n.useDispatch)(a.i),{navigateTo:m}=(0,n.useDispatch)(l.M),{setInternalServerError:h}=(0,n.useDispatch)(o.O4),f=(0,s.useCallback)(async()=>{const{error:i,response:s}=await p(e);i?h({id:`${e}-setup-error`,description:i.message}):(await(0,g.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),m(s.moduleReauthURL))},[p,e,m,h,t]);return i?.name&&u?f:null}},93515:(e,t,i)=>{i.d(t,{A:()=>CancelUserInputButton});var s=i(62688),n=i.n(s),o=i(82871),r=i(50539),a=i(49383),l=i(93896),c=i(45472),g=i(62540);function CancelUserInputButton({disabled:e}){const t=(0,r.useSelect)(e=>e(l.O4).getAdminURL("googlesitekit-dashboard")),{navigateTo:i}=(0,r.useDispatch)(c.M);return(0,g.jsx)(a.Button,{className:"googlesitekit-user-input__buttons--cancel",onClick:()=>i(t),disabled:e,tertiary:!0,children:(0,o.__)("Cancel","google-site-kit")})}CancelUserInputButton.propTypes={disabled:n().bool}},93896:(e,t,i)=>{i.d(t,{O4:()=>s,OQ:()=>o,qc:()=>n});const s="core/site",n="primary",o="secondary"},93934:(e,t,i)=>{i.d(t,{Y2:()=>s.Y2,DO:()=>g,c1:()=>d.c1,X9:()=>l,JS:()=>o,T5:()=>u,WP:()=>d.WP});var s=i(15135),n=i(81520);function o(e){return!!e&&e.Component===n.A}function r(e,t){if(9!==t)return[e,t];let i=(e=[...e]).length-1;for(;0!==t&&i>=0;)3===e[i]?(t-=3,e[i]=4):6===e[i]&&(t-=6,e[i]=8),i--;return[e,t]}function a(e,t){return(Array.isArray(t.width)?t.width:[t.width]).map(t=>({counter:e+s.Gr[t],width:t}))}function l(e,t){let i=[];const n=[];if(!e?.length)return{columnWidths:i,rowIndexes:n};let l=0,c=0;function g({counter:e},{counter:t}){return e-t}function d({counter:e},{counter:t}){return t-e}function u({counter:e}){return e<=12}return e.forEach((p,m)=>{if(o(t[p.slug]))return i.push(0),void n.push(c);let h=a(l,p);const f=function(e,t,i){for(;++e<t.length;)if(!o(i[t[e].slug]))return t[e];return null}(m,e,t);if(null===f||0===a(h.sort(g)[0].counter,f).filter(u).length){h.some(u)&&(h=h.sort(d),h=h.filter(u))}const _=h[0].width;n.push(c),l+=s.Gr[_],l>12?(l-=s.Gr[_],n[m]++,9===l&&([i,l]=r(i,l)),l=s.Gr[_],c++):12===l&&(l=0,c++),i.push(s.Gr[_])}),9===l&&([i,l]=r(i,l)),{columnWidths:i,rowIndexes:n}}var c=i(17243);function g(e,t,{columnWidths:i,rowIndexes:n}){const o=[],r=[...i];if(!e?.length)return{gridColumnWidths:r,overrideComponents:o};let a=null,l=-1,g=[];if(function(e,t){const i={};for(let n=0;n<e.length;n++){const o=e[n],r=t?.[o.slug],a=r?.Component,l=r?.metadata?.moduleSlug,c=s.We.includes(a);if(!a||!l||!c)return!1;if(i[l]){if(i[l]!==a)return!1}else i[l]=a}return!(Object.keys(i).length>1)}(e,t)){const i=Array.from({length:e.length-1}).fill(0);return{overrideComponents:[t[e[0].slug]],gridColumnWidths:[12,...i]}}return e.forEach((s,d)=>{if(o.push(null),a=t[s.slug],l=n[d],a)if(u=a,p=t[e[d+1]?.slug],m=l,h=n[d+1],m===h&&(0,c.isEqual)(u,p))g.push(i[d]),r[d]=0;else if(g.length>0){g.push(i[d]);const e=g.reduce((e,t)=>e+t,0);o[d]=a,r[d]=e,g=[]}var u,p,m,h}),{gridColumnWidths:r,overrideComponents:o}}var d=i(35001);function u(e){return(Array.isArray(e)?e:[e]).filter(e=>"string"==typeof e&&e.length>0)}},94552:(e,t,i)=>{i.d(t,{A:()=>l});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:s}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:s,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:n().string,invertColor:n().bool,width:n().number,height:n().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},95267:(e,t,i)=>{i.d(t,{A:()=>PageHeader});var s=i(4452),n=i.n(s),o=i(62688),r=i.n(o),a=i(55527),l=i(24560),c=i(18418),g=i(84385),d=i(15167),u=i(62540);function PageHeader(e){const{title:t,icon:i,className:s,status:o,statusText:r,fullWidth:p,children:m}=e,h=p?{size:12}:{smSize:4,mdSize:4,lgSize:6},f=""!==o||Boolean(m);return(0,u.jsx)("header",{className:"googlesitekit-page-header",children:(0,u.jsxs)(a.fI,{children:[t&&(0,u.jsxs)(a.fh,{...h,children:[i,(0,u.jsx)(d.A,{as:"h1",className:n()("googlesitekit-page-header__title",s),size:"medium",type:"title",children:t})]}),f&&(0,u.jsx)(a.fh,{smSize:4,mdSize:4,lgSize:6,alignBottom:!0,mdAlignRight:!0,children:(0,u.jsxs)("div",{className:"googlesitekit-page-header__details",children:[o&&(0,u.jsxs)("span",{className:n()("googlesitekit-page-header__status",`googlesitekit-page-header__status--${o}`),children:[r,(0,u.jsx)(g.A,{children:"connected"===o?(0,u.jsx)(l.A,{width:10,height:8}):(0,u.jsx)(c.A,{width:2,height:12})})]}),m]})})]})})}PageHeader.propTypes={title:r().string,icon:r().node,className:r().string,status:r().string,statusText:r().string,fullWidth:r().bool},PageHeader.defaultProps={title:"",icon:null,className:"googlesitekit-heading-3",status:"",statusText:"",fullWidth:!1}},97398:(e,t,i)=>{i.d(t,{Y:()=>s});const s="search-console"},98652:(e,t,i)=>{i.d(t,{A:()=>p});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(63696),l=i(82871),c=i(49383),g=i(2362),d=i(20898),u=i(62540);function NewBadge({tooltipTitle:e,learnMoreLink:t,forceOpen:i,hasLeftSpacing:s,hasNoSpacing:n,onLearnMoreClick:o=()=>{}}){const p=(0,u.jsx)(g.A,{className:r()("googlesitekit-new-badge",{"googlesitekit-new-badge--has-no-spacing":n}),label:(0,l.__)("New","google-site-kit"),hasLeftSpacing:s});return e?(0,u.jsx)(c.Tooltip,{tooltipClassName:"googlesitekit-new-badge__tooltip",title:(0,u.jsxs)(a.Fragment,{children:[e,(0,u.jsx)("br",{}),(0,u.jsx)(d.A,{href:t,onClick:o,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Learn more","google-site-kit")})]}),placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,open:i,interactive:!0,children:p}):p}NewBadge.propTypes={tooltipTitle:n().string,learnMoreLink:n().string,forceOpen:n().bool,onLearnMoreClick:n().func,hasLeftSpacing:n().bool,hasNoSpacing:n().bool};const p=NewBadge},98748:(e,t,i)=>{i.d(t,{A:()=>SurveyViewTrigger});var s=i(63696),n=i(62688),o=i.n(n),r=i(50539),a=i(58116);function SurveyViewTrigger({triggerID:e,ttl:t=0}){const{triggerSurvey:i}=(0,r.useDispatch)(a.oR);return(0,s.useEffect)(()=>{i(e,{ttl:t})},[e,t,i]),null}SurveyViewTrigger.propTypes={triggerID:o().string.isRequired,ttl:o().number}},99235:(e,t,i)=>{i.d(t,{l:()=>n});var s=i(78174);function n(e,t,i){(0,s.A)(i=>e.includes(i.keyCode)&&t.current.contains(i.target),i)}},99455:(e,t,i)=>{i.d(t,{A:()=>d});var s,n=i(82871),o=i(88933),r=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var s in i)({}).hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},a.apply(null,arguments)}const l=e=>r.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 21"},e),s||(s=r.createElement("path",{fill:"#5F6368",d:"M62.09 1.664h3.038v.1L58.34 9.593l7.241 10.224v.1H62.7L56.755 11.4 53.95 14.64v5.278h-2.351V1.664h2.35v9.415h.1zM69.985 3.117c0 .454-.167.853-.488 1.175-.322.322-.71.488-1.176.488-.455 0-.854-.166-1.175-.488a1.6 1.6 0 0 1-.488-1.175c0-.466.166-.854.488-1.176s.71-.488 1.175-.488c.455 0 .854.166 1.176.488.332.333.487.72.487 1.176m-.477 4.313v12.498h-2.351V7.43zM77.016 20.128c-1.02 0-1.864-.31-2.54-.943q-1.014-.948-1.031-2.628V9.57h-2.196V7.43h2.196V3.603h2.35V7.43h3.061v2.14h-3.06v6.222c0 .831.166 1.397.488 1.696.321.3.687.444 1.097.444.189 0 .366-.022.555-.067.188-.044.344-.1.499-.166l.743 2.096c-.632.222-1.342.333-2.162.333M2.673 18.952C1.375 18.009.488 16.678 0 14.97l2.883-1.176c.289 1.076.799 1.94 1.542 2.628.732.677 1.619 1.02 2.65 1.02.965 0 1.774-.244 2.45-.742.677-.5 1.01-1.187 1.01-2.052 0-.798-.3-1.453-.887-1.974q-.883-.781-3.094-1.564l-1.22-.432Q3.371 9.997 2.04 8.716C1.153 7.862.71 6.742.71 5.346c0-.966.266-1.853.787-2.673S2.75 1.209 3.693.72C4.624.244 5.678 0 6.864 0c1.708 0 3.072.41 4.081 1.242 1.02.832 1.697 1.752 2.04 2.795L10.236 5.2c-.2-.621-.576-1.164-1.142-1.63-.565-.477-1.286-.71-2.173-.71s-1.641.222-2.251.676-.91 1.032-.91 1.742c0 .676.278 1.22.82 1.663.544.432 1.398.854 2.563 1.253l1.22.41c1.674.577 2.96 1.342 3.88 2.274.921.931 1.376 2.184 1.376 3.748 0 1.275-.322 2.34-.976 3.193a6 6 0 0 1-2.495 1.919 8 8 0 0 1-3.116.621c-1.62 0-3.072-.466-4.358-1.408M15.969 3.449a1.95 1.95 0 0 1-.588-1.43c0-.566.2-1.043.588-1.431A1.95 1.95 0 0 1 17.399 0c.566 0 1.043.2 1.43.588.389.388.588.865.588 1.43 0 .566-.2 1.043-.587 1.43a1.95 1.95 0 0 1-1.43.589c-.566-.012-1.043-.2-1.431-.588m-.067 2.595h2.994v13.883h-2.994zM25.406 19.85c-.544-.2-.987-.466-1.331-.788-.776-.776-1.176-1.84-1.176-3.182V8.683h-2.428v-2.64h2.428V2.13h2.994v3.926h3.372v2.639h-3.372v6.531c0 .743.145 1.276.433 1.575.277.366.743.543 1.42.543.31 0 .576-.044.82-.122q.35-.116.765-.399v2.917c-.599.277-1.32.41-2.173.41a5 5 0 0 1-1.753-.3M33.623 19.407a6.63 6.63 0 0 1-2.529-2.628c-.61-1.12-.909-2.373-.909-3.77 0-1.332.3-2.551.887-3.693.588-1.132 1.409-2.04 2.462-2.706s2.251-1.01 3.593-1.01c1.397 0 2.606.311 3.637.921a6.1 6.1 0 0 1 2.34 2.528c.532 1.076.799 2.274.799 3.627 0 .255-.023.576-.078.953H33.179c.111 1.287.566 2.285 1.375 2.983a4.16 4.16 0 0 0 2.817 1.043c.854 0 1.597-.189 2.218-.588a4.27 4.27 0 0 0 1.508-1.597l2.528 1.198q-.981 1.713-2.561 2.694c-1.054.655-2.318.976-3.782.976q-2.046.033-3.66-.931m7.23-8.051a3.3 3.3 0 0 0-.466-1.453c-.277-.477-.687-.887-1.242-1.208-.554-.322-1.23-.488-2.03-.488-.964 0-1.773.288-2.439.853-.665.566-1.12 1.342-1.375 2.296z"})));var c=i(16834),g=i(62540);const d=function Logo(){return(0,g.jsxs)("div",{className:"googlesitekit-logo","aria-hidden":"true",children:[(0,g.jsx)(o.A,{className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),(0,g.jsx)(l,{className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),(0,g.jsx)(c.A,{children:(0,n.__)("Site Kit by Google Logo","google-site-kit")})]})}},99620:(e,t,i)=>{i.d(t,{A:()=>h});var s=i(62688),n=i.n(s),o=i(4452),r=i.n(o),a=i(63696),l=i(55527),c=i(20898),g=i(15167),d=i(62540);class LayoutHeader extends a.Component{render(){const{title:e,badge:t,ctaLabel:i,ctaLink:s}=this.props,n=s?{alignMiddle:!0,smSize:4,lgSize:6}:{alignMiddle:!0,smSize:4,mdSize:8,lgSize:12};return(0,d.jsx)("header",{className:"googlesitekit-layout__header",children:(0,d.jsx)(l.xA,{children:(0,d.jsxs)(l.fI,{children:[e&&(0,d.jsx)(l.fh,{...n,children:(0,d.jsxs)(g.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-subheading-1 googlesitekit-layout__header-title",children:[e,t]})}),s&&(0,d.jsx)(l.fh,{smSize:4,lgSize:6,alignMiddle:!0,mdAlignRight:!0,children:(0,d.jsx)(c.A,{href:s,external:!0,children:i})})]})})})}}LayoutHeader.propTypes={title:n().string,badge:n().node,ctaLabel:n().string,ctaLink:n().string},LayoutHeader.defaultProps={title:"",badge:null,ctaLabel:"",ctaLink:""};const u=LayoutHeader;var p=i(91560);class LayoutFooter extends a.Component{render(){const{ctaLabel:e,ctaLink:t,footerContent:i}=this.props;return(0,d.jsx)("footer",{className:"googlesitekit-layout__footer",children:(0,d.jsx)(l.xA,{children:(0,d.jsx)(l.fI,{children:(0,d.jsxs)(l.fh,{size:12,children:[t&&e&&(0,d.jsx)(p.A,{className:"googlesitekit-data-block__source",name:e,href:t,external:!0}),i]})})})})}}LayoutFooter.propTypes={ctaLabel:n().string,ctaLink:n().string};const m=LayoutFooter;class Layout extends a.Component{render(){const{header:e,footer:t,children:i,title:s,badge:n,headerCTALabel:o,headerCTALink:a,footerCTALabel:l,footerCTALink:c,footerContent:g,className:p,fill:h,relative:f,rounded:_=!1,transparent:y=!1,...k}=this.props;return(0,d.jsxs)("div",{className:r()("googlesitekit-layout",p,{"googlesitekit-layout--fill":h,"googlesitekit-layout--relative":f,"googlesitekit-layout--rounded":_,"googlesitekit-layout--transparent":y}),...k,children:[e&&(0,d.jsx)(u,{title:s,badge:n,ctaLabel:o,ctaLink:a}),i,t&&(0,d.jsx)(m,{ctaLabel:l,ctaLink:c,footerContent:g})]})}}Layout.propTypes={header:n().bool,footer:n().bool,children:n().node.isRequired,title:n().string,badge:n().node,headerCTALabel:n().string,headerCTALink:n().string,footerCTALabel:n().string,footerCTALink:n().string,footerContent:n().node,className:n().string,fill:n().bool,relative:n().bool,rounded:n().bool,transparent:n().bool},Layout.defaultProps={header:!1,footer:!1,title:"",badge:null,headerCTALabel:"",headerCTALink:"",footerCTALabel:"",footerCTALink:"",footerContent:null,className:"",fill:!1,relative:!1};const h=Layout},99897:(e,t,i)=>{i.d(t,{A_:()=>g,DF:()=>u,L1:()=>p,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>o,ue:()=>n,wq:()=>s,xR:()=>d});const s=1,n=2,o=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",d="_r..nav",u="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=87194,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-splash-a647b5365ab8001fb00a.js 0000755 00000713206 15111634507 0015771 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[290,551,998],{1102:(e,t,i)=>{i.d(t,{w:()=>a});var n=i(35470),s=i(63696),o=i(2422);function r(){}function a(e,t){const i=(0,o.W)({sticky:!0}),a=(0,s.useRef)(),l=(0,s.useCallback)(e,t),c=(0,n.A)(i?l:r);return i&&(a.current=c),a.current}},2362:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...n},o)=>(0,l.jsx)("span",{ref:o,...n,className:s()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:r().string.isRequired,hasLeftSpacing:r().bool};const d=c},2390:(e,t,i)=>{i.d(t,{A:()=>SpinnerButton,k:()=>d});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(25874),l=i(9341),c=i(62540);const d={BEFORE:"before",AFTER:"after"};function SpinnerButton(e){const{className:t,onClick:i=()=>{},isSaving:n=!1,spinnerPosition:s=d.AFTER,...o}=e;return(0,c.jsx)(a.A,{className:r()(t,"googlesitekit-button-icon--spinner",{"googlesitekit-button-icon--spinner__running":n,"googlesitekit-button-icon--spinner__before":s===d.BEFORE,"googlesitekit-button-icon--spinner__after":s===d.AFTER}),icon:n&&s===d.BEFORE?(0,c.jsx)(l.A,{size:14}):void 0,trailingIcon:n&&s===d.AFTER?(0,c.jsx)(l.A,{size:14}):void 0,onClick:i,...o})}SpinnerButton.propTypes={className:s().string,onClick:s().func,isSaving:s().bool,spinnerPosition:s().oneOf(Object.values(d))}},2422:(e,t,i)=>{i.d(t,{W:()=>l});var n=i(79257),s=i(35470),o=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,o.useContext)(r.A),[i,l]=(0,o.useState)(!1),c=(0,s.A)(e=>e(a.n).getInViewResetCount()),d=(0,s.A)(e=>e(a.n).getValue("forceInView"));return(0,o.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,o.useEffect)(()=>{d&&l(!0)},[d]),(0,n.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2522:(e,t,i)=>{i.d(t,{D:()=>o});var n=i(32091),s=i.n(n);function o(e,{dateRangeLength:t}){s()(Array.isArray(e),"report must be an array to partition."),s()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3288:(e,t,i)=>{i.d(t,{Q:()=>n});const n="emailReportingUserSettingsSelectionPanelOpened"},3714:(e,t,i)=>{i.d(t,{Kk:()=>o,SZ:()=>n,Yw:()=>r,oJ:()=>a,tT:()=>s});const n="body",s=[n,"display","headline","label","title"],o="small",r="medium",a=[o,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var n=i(62688),s=i.n(n),o=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:n,onClick:s,href:a}){return e&&(s||a)?(0,r.jsx)(o.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||n,isSaving:n,onClick:s,href:a,children:e}):null}CTAButton.propTypes={label:s().string,ariaLabel:s().string,disabled:s().bool,inProgress:s().bool,onClick:s().func,href:s().string,dismissOnClick:s().bool,dismissOptions:s().shape({expiresInSeconds:s().number,skipHidingFromQueue:s().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(62688),s=i.n(n),o=i(63696),r=i(81276),a=i(49383),l=i(8420),c=i(62540);let d=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const n=(0,o.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):d;e&&document.body.contains(e)&&e.focus(),t||(d=null)})},[t]),s=(0,r.A)(e);return(0,o.useEffect)(()=>(!0===s&&!1===e&&n(),()=>{n()}),[s,e,n]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(d=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:s().bool,refocusQuerySelector:s().string,...a.Dialog.propTypes};const g=RefocusableModalDialog},6464:(e,t,i)=>{i.d(t,{i:()=>r});var n=i(63696),s=i(11106),o=i(65214);function r(e){const t=(0,n.useContext)(s.A);return(0,o.G)(e,t)}},6732:(e,t,i)=>{i.d(t,{A:()=>n});const n=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(63696),s=i(77766),o=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,s.A)(),d=null!=t?t:`${c}_${e}`;return{view:(0,n.useCallback)((...e)=>(0,o.sx)(d,i,...e),[d,i]),confirm:(0,n.useCallback)((...e)=>(0,o.sx)(d,r,...e),[d,r]),dismiss:(0,n.useCallback)((...e)=>(0,o.sx)(d,a,...e),[d,a]),clickLearnMore:(0,n.useCallback)((...e)=>(0,o.sx)(d,l,...e),[d,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>s,n:()=>n});const n="core/ui",s="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>f});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:s()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:s()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var d=i(12850),g=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:n,children:o}){return(0,c.jsxs)("div",{className:s()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(g.A,{...i}),n&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:n}),o]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:s()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(g.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var u=i(3782),h=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:s()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var p=i(80035);const m=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:n,additionalDescription:o,errorText:r,helpText:a,learnMoreLink:d,dismissButton:g,ctaButton:m,svg:f,footer:k},v)=>{const y=(0,l.dv)(),x=y===l.mp||y===l.Lg;let _=null;x&&f?.mobile?_=f.mobile:!x&&f?.desktop&&(_=f.desktop);const b=f?.verticalPosition?f.verticalPosition:"center";return(0,c.jsxs)("div",{ref:v,className:s()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:n,learnMoreLink:d,additionalDescription:o}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(p.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[m&&(0,c.jsx)(u.A,{...m}),g?.onClick&&(0,c.jsx)(h.A,{...g})]})]}),_&&(0,c.jsx)("div",{className:s()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${b}`]:b}),style:{backgroundImage:`url(${_})`}}),k&&(0,c.jsx)(Footer,{children:k})]})});m.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(g.A.propTypes),dismissButton:r().shape(h.A.propTypes),ctaButton:r().shape(u.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const f=m},8143:(e,t,i)=>{i.d(t,{VZ:()=>o,dc:()=>r,pH:()=>s,r0:()=>a});var n=i(84024);function s(e){try{return new URL(e).pathname}catch{}return null}function o(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),s=e.replace(i.origin,"");if(s.length<t)return s;const o=s.length-Math.floor(t)+1;return"…"+s.substr(o)}},8420:(e,t,i)=>{i.d(t,{A:()=>h});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(52684),l=i(13606),c=i(82871),d=i(49383),g=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:n=null,onClose:s=null,title:o=null,provides:h,handleConfirm:p,subtitle:m,confirmButton:f=null,dependentModules:k,danger:v=!1,inProgress:y=!1,small:x=!1,medium:_=!1,buttonLink:b=null}){const j=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,S=!(!h||!h.length);return(0,u.jsxs)(d.Dialog,{open:t,onOpen:n,onClose:s,"aria-describedby":S?j:void 0,tabIndex:"-1",className:r()(e,{"googlesitekit-dialog-sm":x,"googlesitekit-dialog-md":_}),children:[(0,u.jsxs)(d.DialogTitle,{children:[v&&(0,u.jsx)(g.A,{width:28,height:28}),o]}),m?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:m}):[],(0,u.jsxs)(d.DialogContent,{children:[S&&(0,u.jsx)("section",{id:j,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:h.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),k&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),k),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(d.DialogFooter,{children:[(0,u.jsx)(d.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:y,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),b?(0,u.jsx)(d.Button,{href:b,onClick:p,target:"_blank",danger:v,children:f}):(0,u.jsx)(d.SpinnerButton,{onClick:p,danger:v,disabled:y,isSaving:y,children:f||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:s().string,dialogActive:s().bool,handleDialog:s().func,handleConfirm:s().func.isRequired,onOpen:s().func,onClose:s().func,title:s().string,confirmButton:s().string,danger:s().bool,small:s().bool,medium:s().bool,buttonLink:s().string};const h=ModalDialog},9341:(e,t,i)=>{i.d(t,{A:()=>CircularProgress});var n=i(75762),s=i(62540);function CircularProgress(e){return(0,s.jsx)(n.A,{...e})}},10953:(e,t,i)=>{i.d(t,{A:()=>InfoTooltip});var n,s=i(4452),o=i.n(s),r=i(62688),a=i.n(r),l=i(49383),c=i(63696);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},d.apply(null,arguments)}const g=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),n||(n=c.createElement("path",{fill:"currentColor",d:"M7.334 11.333h1.333v-4H7.334zM8.001 6a.658.658 0 0 0 .667-.667.6.6 0 0 0-.2-.467.6.6 0 0 0-.467-.2.66.66 0 0 0-.667.667q0 .284.183.483A.7.7 0 0 0 8.001 6m0 8.666a6.6 6.6 0 0 1-2.6-.516 6.9 6.9 0 0 1-2.117-1.434A6.9 6.9 0 0 1 1.851 10.6 6.6 6.6 0 0 1 1.334 8q0-1.385.517-2.6a6.9 6.9 0 0 1 1.433-2.117q.9-.9 2.117-1.417A6.4 6.4 0 0 1 8 1.333q1.383 0 2.6.533a6.6 6.6 0 0 1 2.116 1.417q.9.9 1.417 2.117.533 1.215.533 2.6 0 1.383-.533 2.6a6.6 6.6 0 0 1-1.417 2.116 6.9 6.9 0 0 1-2.116 1.434 6.6 6.6 0 0 1-2.6.516m0-1.333q2.233 0 3.783-1.55T13.334 8t-1.55-3.784-3.783-1.55-3.784 1.55T2.667 8t1.55 3.783 3.784 1.55"})));var u=i(62540);function InfoTooltip({onOpen:e,title:t,tooltipClassName:i}){return t?(0,u.jsx)(l.Tooltip,{className:"googlesitekit-info-tooltip",tooltipClassName:o()("googlesitekit-info-tooltip__content",i),title:t,placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,onOpen:e,interactive:!0,children:(0,u.jsx)("span",{children:(0,u.jsx)(g,{width:"16",height:"16"})})}):null}InfoTooltip.propTypes={onOpen:a().func,title:a().oneOfType([a().string,a().element]),tooltipClassName:a().string}},11106:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(63696),s=i(65214);const o=(0,n.createContext)(s.t)},11253:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 12"},e),n||(n=s.createElement("g",{fill:"currentColor",fillRule:"evenodd"},s.createElement("path",{d:"M0 6.414 1.415 5l5.292 5.292-1.414 1.415z"}),s.createElement("path",{d:"m14.146.146 1.415 1.414L5.414 11.707 4 10.292z"}))))},12108:(e,t,i)=>{i.d(t,{YJ:()=>o,Eq:()=>r});var n=i(32947),s=i(17243);function o(e,t){const n=document.querySelector(e);if(!n)return 0;const s=n.getBoundingClientRect().top,o=r(t);return s+i.g.scrollY-o}function r(e){let t=function(e){let t=0;const o=document.querySelector(".googlesitekit-header");t=o&&"sticky"===i.g.getComputedStyle(o).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===n.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==n.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,s.isFinite)(e)?e:0}(t),t<0?0:t}(e);const o=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(o).reduce((e,t)=>e+t.offsetHeight,0),t}},12701:(e,t,i)=>{i.d(t,{A:()=>Root});var n=i(62688),s=i.n(n),o=i(44010),r=i(77105),a=i(63696),l=i(50539),c=i.n(l),d=i(82871),g=i(54312),u=i(61991),h=i(90007),p=i(12850),m=i(62540);class ErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,p.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,m.jsx)(h.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,d.__)("Site Kit encountered an error","google-site-kit"),description:(0,m.jsxs)(a.Fragment,{children:[(0,m.jsx)(g.A,{message:t.message,componentStack:i.componentStack}),(0,m.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,i.componentStack]})]})}):e}}ErrorHandler.contextType=u.Ay,ErrorHandler.propTypes={children:s().node.isRequired};const f=ErrorHandler;var k=i(11106);const{Consumer:v,Provider:y}=k.A,x=y;var _=i(65214),b=i(4445),j=i(78340),S=i(45472),A=i(58116),N=i(64067),M=i(14007);const C=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(A.oR).getPermissionScopeError()),n=(0,l.useSelect)(e=>e(A.oR).getUnsatisfiedScopes()),s=(0,l.useSelect)(e=>e(A.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||i.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:o}=(0,l.useDispatch)(A.oR),{navigateTo:r}=(0,l.useDispatch)(S.M),{setValues:c}=(0,l.useDispatch)(j.s),g=(0,a.useCallback)(()=>{o()},[o]),u=(0,a.useCallback)(async()=>{c(A.$8,{permissionsError:t}),await(0,N.mR)(e),r(s)},[e,s,r,t,c]);return(0,a.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await u()}()},[u,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||n&&t?.data?.scopes.every(e=>n.includes(e))?null:(0,m.jsx)(M.A,{children:(0,m.jsx)(b.A,{title:(0,d.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,d.__)("Proceed","google-site-kit"),handleConfirm:u,handleCancel:g,onClose:g,dialogActive:!0,medium:!0})}):(i.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const I=function PermissionsModal(){return(0,l.useSelect)(e=>e(A.oR).isAuthenticated())?(0,m.jsx)(C,{}):null};const E=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[i,n]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{i||(async()=>{await(0,N.P9)(t),n(!0)})()},[t,i]),i?e:null};var w=i(15844),T=i(77766),R=i(39771);function FeatureTours(){const e=(0,T.A)(),{triggerTourForView:t}=(0,l.useDispatch)(A.oR);(0,w.A)(()=>{t(e)});const n=(0,l.useSelect)(e=>e(A.oR).getCurrentTour());return(0,a.useEffect)(()=>{if(!n)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[n]),n?(0,m.jsx)(R.Ay,{tourID:n.slug,steps:n.steps,gaEventCategory:n.gaEventCategory,callback:n.callback}):null}var D=i(68869),L=i(22821);function Root({children:e,registry:t,viewContext:i=null}){const n=o.D,[s]=(0,a.useState)({key:"Root",value:!0});return(0,m.jsx)(a.StrictMode,{children:(0,m.jsx)(D.Ay,{value:s,children:(0,m.jsx)(l.RegistryProvider,{value:t,children:(0,m.jsx)(x,{value:_.t,children:(0,m.jsx)(u.Kq,{value:i,children:(0,m.jsx)(r.A,{theme:n(),children:(0,m.jsxs)(f,{children:[(0,m.jsxs)(E,{children:[e,i&&(0,m.jsx)(FeatureTours,{})]}),(0,L.A)(i)&&(0,m.jsx)(I,{})]})})})})})})})}Root.propTypes={children:s().node,registry:s().object,viewContext:s().string.isRequired},Root.defaultProps={registry:c()}},12755:(e,t,i)=>{i.d(t,{A:()=>$e});var n,s,o=i(62688),r=i.n(o),a=i(4452),l=i.n(a),c=i(41814),d=i(82871),g=i(63696),u=i(50539),h=i(99455),p=i(21795),m=i(31589),f=i(19266),k=i(49383),v=i(8420),y=i(12850),x=i(21134),_=i(14007),b=i(58116),j=i(62540);function Details(){const e=(0,u.useSelect)(e=>e(b.oR).getPicture()),t=(0,u.useSelect)(e=>e(b.oR).getFullName()),i=(0,u.useSelect)(e=>e(b.oR).getEmail());return(0,j.jsxs)("div",{className:"googlesitekit-user-menu__details","aria-label":(0,d.__)("Google account","google-site-kit"),children:[!!e&&(0,j.jsx)("img",{className:"googlesitekit-user-menu__details-avatar",src:e,alt:""}),(0,j.jsxs)("div",{className:"googlesitekit-user-menu__details-info",children:[(0,j.jsx)("p",{className:"googlesitekit-user-menu__details-info__name",children:t}),(0,j.jsx)("p",{className:"googlesitekit-user-menu__details-info__email","aria-label":(0,d.__)("Email","google-site-kit"),children:i})]})]})}function Item({icon:e,label:t}){return(0,j.jsxs)("div",{className:"googlesitekit-user-menu__item",children:[(0,j.jsx)("div",{className:"googlesitekit-user-menu__item-icon",children:e}),(0,j.jsx)("span",{className:"googlesitekit-user-menu__item-label",children:t})]})}function S(){return S=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},S.apply(null,arguments)}Item.propTypes={icon:r().node,label:r().string};const A=e=>g.createElement("svg",S({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=g.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.7,d:"m11.775 5.701.58-.58a4.547 4.547 0 0 1 6.43 0v0a4.547 4.547 0 0 1 0 6.43l-.598.599m-12.504-.357-.562.562a4.547 4.547 0 0 0 0 6.43v0a4.547 4.547 0 0 0 6.43 0l.58-.58"})),s||(s=g.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"m8.543 15.363 1.118-1.118m5.684-5.684L14.226 9.68M5.107 5.134l13.664 13.664"})));var N,M,C,I,E;function w(){return w=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},w.apply(null,arguments)}const T=e=>g.createElement("svg",w({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),N||(N=g.createElement("rect",{width:18,height:13,x:3,y:4,stroke:"#6C726E",strokeWidth:1.5,rx:2})),M||(M=g.createElement("path",{fill:"#6C726E",d:"M9 17h6v3H9z"})),C||(C=g.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M10 9h7M10 12h7"})),I||(I=g.createElement("circle",{cx:7,cy:9,r:1,fill:"#6C726E"})),E||(E=g.createElement("circle",{cx:7,cy:12,r:1,fill:"#6C726E"})));var R,D,L;function z(){return z=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},z.apply(null,arguments)}const O=e=>g.createElement("svg",z({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),R||(R=g.createElement("rect",{width:18,height:12,x:3,y:6,stroke:"#6C726E",strokeWidth:1.5,rx:2})),D||(D=g.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3.566 7.5 7.086 7.086a2 2 0 0 0 2.829 0l7.019-7.02"})),L||(L=g.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M20.246 17.5 15.5 12.754M4 17.5l4.746-4.746"})));var P=i(93896),B=i(7081),q=i(45472),F=i(72455),H=i(3288),U=i(99235),G=i(77766),V=i(27333),W=i(6464);function UserMenu(){const e=(0,W.i)("proactiveUserEngagement"),t=(0,u.useSelect)(e=>e(P.O4).getProxyPermissionsURL()),i=(0,u.useSelect)(e=>e(b.oR).getEmail()),n=(0,u.useSelect)(e=>e(b.oR).getPicture()),s=(0,u.useSelect)(e=>e(b.oR).getFullName()),o=(0,u.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-splash",{googlesitekit_context:"revoked"})),r=(0,V.A)(F.CV,"isAutoCreatingCustomDimensionsForAudience"),[a,l]=(0,g.useState)(!1),[c,h]=(0,g.useState)(!1),S=(0,g.useRef)(),N=(0,g.useRef)(),M=(0,G.A)(),{navigateTo:C}=(0,u.useDispatch)(q.M);(0,p.A)(S,()=>h(!1)),(0,U.l)([f._f,f.wn],S,()=>{h(!1),N.current?.focus()});const I=(0,g.useCallback)(()=>{l(!1),h(!1)},[l,h]),E=(0,g.useCallback)(e=>{f._f===e.keyCode&&I()},[I]);(0,m.A)("keyup",E);const w=(0,g.useCallback)(()=>{c||(0,y.sx)(`${M}_headerbar`,"open_usermenu"),h(!c)},[c,M]),R=(0,g.useCallback)(()=>{l(!a),h(!1)},[a]),{setValue:D}=(0,u.useDispatch)(B.n),L=(0,g.useCallback)(async(e,i)=>{const{detail:{item:n}}=i;switch(n?.id){case"manage-sites":t&&(await(0,y.sx)(`${M}_headerbar_usermenu`,"manage_sites"),C(t));break;case"disconnect":R();break;case"manage-email-reports":D(H.Q,!0);break;default:w()}},[t,w,R,C,D,M]),z=(0,g.useCallback)(async()=>{l(!1),await(0,x.IL)(),await(0,y.sx)(`${M}_headerbar_usermenu`,"disconnect_user"),C(o)},[o,C,M]);if(!i)return null;let Z;return s&&i&&(Z=(0,d.sprintf)(/* translators: Account info text. 1: User's (full) name 2: User's email address. */ /* translators: Account info text. 1: User's (full) name 2: User's email address. */ (0,d.__)("Google Account for %1$s (Email: %2$s)","google-site-kit"),s,i)),s&&!i&&(Z=(0,d.sprintf)(/* translators: Account info text. 1: User's (full) name. */ /* translators: Account info text. 1: User's (full) name. */ (0,d.__)("Google Account for %1$s","google-site-kit"),s)),!s&&i&&(Z=(0,d.sprintf)(/* translators: Account info text. 1: User's email address. */ /* translators: Account info text. 1: User's email address. */ (0,d.__)("Google Account (Email: %1$s)","google-site-kit"),i)),(0,j.jsxs)(g.Fragment,{children:[(0,j.jsxs)("div",{ref:S,className:"googlesitekit-user-selector googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,j.jsx)(k.Button,{disabled:r,ref:N,className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--tablet googlesitekit-border-radius-round--phone googlesitekit-border-radius-round googlesitekit-button-icon",onClick:w,icon:!!n&&(0,j.jsx)("i",{className:"mdc-button__icon mdc-button__account","aria-hidden":"true",children:(0,j.jsx)("img",{className:"mdc-button__icon--image",src:n,alt:(0,d.__)("User Avatar","google-site-kit")})}),"aria-haspopup":"menu","aria-expanded":c,"aria-controls":"user-menu","aria-label":r?void 0:(0,d.__)("Account","google-site-kit"),tooltipEnterDelayInMS:500,customizedTooltip:r?null:(0,j.jsxs)("span",{"aria-label":Z,children:[(0,j.jsx)("strong",{children:(0,d.__)("Google Account","google-site-kit")}),(0,j.jsx)("br",{}),(0,j.jsx)("br",{}),s,s&&(0,j.jsx)("br",{}),i]}),text:!0,tooltip:!0}),(0,j.jsxs)(k.Menu,{className:"googlesitekit-user-menu",menuOpen:c,onSelected:L,id:"user-menu",children:[(0,j.jsx)("li",{children:(0,j.jsx)(Details,{})}),e&&(0,j.jsx)("li",{id:"manage-email-reports",className:"mdc-list-item",role:"menuitem",children:(0,j.jsx)(Item,{icon:(0,j.jsx)(O,{width:"24"}),label:(0,d.__)("Manage email reports","google-site-kit")})}),!!t&&(0,j.jsx)("li",{id:"manage-sites",className:"mdc-list-item",role:"menuitem",children:(0,j.jsx)(Item,{icon:(0,j.jsx)(T,{width:"24"}),label:(0,d.__)("Manage Sites","google-site-kit")})}),(0,j.jsx)("li",{id:"disconnect",className:"mdc-list-item",role:"menuitem",children:(0,j.jsx)(Item,{icon:(0,j.jsx)(A,{width:"24"}),label:(0,d.__)("Disconnect","google-site-kit")})})]})]}),(0,j.jsx)(_.A,{children:(0,j.jsx)(v.A,{dialogActive:a,handleConfirm:z,handleCancel:I,onClose:I,title:(0,d.__)("Disconnect","google-site-kit"),subtitle:(0,d.__)("Disconnecting Site Kit by Google will remove your access to all services. After disconnecting, you will need to re-authorize to restore service.","google-site-kit"),confirmButton:(0,d.__)("Disconnect","google-site-kit"),danger:!0,small:!0})})]})}var Z=i(55527),Y=i(35323),$=i(29898),Q=i(15844),K=i(39525),X=i(30521),J=i(24558),ee=i(73874),te=i(12108),ie=i(32947);var ne=i(44949),se=i(86134);const oe={[ee.Oo]:{[J.SH]:ne.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,[J.OT]:ne.CONTEXT_MAIN_DASHBOARD_TRAFFIC,[J.en]:ne.CONTEXT_MAIN_DASHBOARD_CONTENT,[J.Ej]:ne.CONTEXT_MAIN_DASHBOARD_SPEED,[J.Gw]:ne.CONTEXT_MAIN_DASHBOARD_MONETIZATION},[ee.oE]:{[J.OT]:ne.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,[J.en]:ne.CONTEXT_ENTITY_DASHBOARD_CONTENT,[J.Ej]:ne.CONTEXT_ENTITY_DASHBOARD_SPEED,[J.Gw]:ne.CONTEXT_ENTITY_DASHBOARD_MONETIZATION}};var re;function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ae.apply(null,arguments)}const le=e=>g.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),re||(re=g.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18 16V2c0-1.1-1-2-2.222-2H2.222C1 0 0 .9 0 2v14c0 1.1 1 2 2.222 2h13.556C17 18 18 17.1 18 16M9 7h5V5H9zm7-5H2v14h14zM4 4h4v4H4zm10 7H9v2h5zM4 10h4v4H4z",clipRule:"evenodd"})));var ce,de,ge,ue;function he(){return he=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},he.apply(null,arguments)}const pe=e=>g.createElement("svg",he({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 12"},e),ce||(ce=g.createElement("rect",{width:5,height:5,x:.5,fill:"currentColor",rx:1})),de||(de=g.createElement("rect",{width:5,height:5,x:7.5,fill:"currentColor",rx:1})),ge||(ge=g.createElement("rect",{width:5,height:5,x:.5,y:7,fill:"currentColor",rx:1})),ue||(ue=g.createElement("rect",{width:5,height:5,x:7.5,y:7,fill:"currentColor",rx:1})));var me;function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},fe.apply(null,arguments)}const ke=e=>g.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 12"},e),me||(me=g.createElement("path",{fill:"currentColor",d:"M16.1 0v2h2.967l-5.946 5.17-4.6-4L0 10.59 1.622 12l6.9-6 4.6 4L20.7 3.42V6H23V0z"})));var ve,ye;function xe(){return xe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},xe.apply(null,arguments)}const _e=e=>g.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},e),ve||(ve=g.createElement("path",{fill:"currentColor",d:"m18.378 4.543-1.232 1.854a8.02 8.02 0 0 1-.22 7.598H3.043A8.02 8.02 0 0 1 4.154 4.49 8.01 8.01 0 0 1 13.57 2.82l1.853-1.233A10.01 10.01 0 0 0 3.117 2.758a10.026 10.026 0 0 0-1.797 12.24A2 2 0 0 0 3.043 16h13.873a2 2 0 0 0 1.742-1.002 10.03 10.03 0 0 0-.27-10.465z"})),ye||(ye=g.createElement("path",{fill:"currentColor",d:"M8.572 11.399a2.003 2.003 0 0 0 2.835 0l5.669-8.51-8.504 5.673a2.005 2.005 0 0 0 0 2.837"})));var be;function je(){return je=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},je.apply(null,arguments)}const Se=e=>g.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 16"},e),be||(be=g.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 0h3.971v16H7zM0 8h4v8H0zm18-3h-4v11h4z",clipRule:"evenodd"})));function Navigation(){const e=(0,ee.Ay)(),t=(0,g.useRef)(),n=(0,G.A)(),s=function(){const e=(0,ee.Ay)(),t=(0,Y.A)();return(0,u.useSelect)(i=>{const n=t?i(b.oR).getViewableModules():null,s=i(b.oR).isKeyMetricsWidgetHidden(),o={modules:n||void 0};return Object.keys(oe[e]).reduce((t,n)=>(n===J.SH&&s||i(se.aO).isWidgetContextActive(oe[e][n],o)&&t.push(n),t),[])})}(),{calculateScrollPosition:o,defaultChipID:r,findClosestSection:a,isValidChipID:c,scrollToChip:h,updateURLHash:p}=function({visibleSections:e}){const t=(0,ie.dv)(),n=(0,Y.A)(),s=(0,g.useCallback)(()=>e.includes(J.SH)?J.SH:n?e[0]||"":J.OT,[n,e])(),o=(0,g.useCallback)(t=>e.includes(t),[e]),r=(0,g.useCallback)(e=>{i.g.history.replaceState({},"",`#${e}`)},[]),a=(0,g.useCallback)(e=>e!==s?(0,te.YJ)(`#${e}`,t):0,[t,s]),l=(0,g.useCallback)(e=>{i.g.scrollTo({top:a(e,t,s),behavior:"smooth"})},[t,a,s]),c=(0,g.useCallback)(t=>{var i;const n=document.querySelector(".googlesitekit-entity-header")?.getBoundingClientRect?.()?.bottom,{bottom:o}=null!==(i=t?.current?.getBoundingClientRect?.())&&void 0!==i?i:{};let r,a=s;for(const t of e){const e=document.getElementById(t);if(!e)continue;const i=e.getBoundingClientRect().top-20-(n||o||0);i<0&&(void 0===r||r<i)&&(r=i,a=t)}return a},[s,e]);return{calculateScrollPosition:a,defaultChipID:s,findClosestSection:c,isValidChipID:o,scrollToChip:l,updateURLHash:r}}({visibleSections:s}),f=i.g.location.hash?.substring(1),[k,v]=(0,g.useState)(f||void 0),[x,_]=(0,g.useState)(!1),[S,A]=(0,g.useState)(f),{setValue:N}=(0,u.useDispatch)(B.n),M=(0,g.useCallback)(({target:e})=>{const t=e.closest(".mdc-chip"),i=t?.dataset?.contextId;p(i),v(i),h(i),(0,y.sx)(`${n}_navigation`,"tab_select",i),setTimeout(()=>{N(B.F,i)},50)},[h,N,p,n]),C=(0,g.useCallback)(()=>{if(!t?.current)return;const{top:e}=t?.current?.getBoundingClientRect();if(0===i.g.scrollY)_(!1);else{const t=document.querySelector(".googlesitekit-header")?.getBoundingClientRect?.()?.bottom;_(e===t)}},[]),I=(0,g.useCallback)(e=>{function s(e){N(B.F,void 0),A(e),v(void 0)}const o=a(t);if(k)k===o&&s(o);else{const{hash:t}=i.g.location;o!==t?.substring(1)&&(e&&(0,y.sx)(`${n}_navigation`,"tab_scroll",o),p(o),s(o))}},[a,k,N,p,n]);(0,Q.A)(()=>{if(!f)return A(r),void setTimeout(()=>p(r));const e=c(f)?f:r;A(e),N(B.F,e),setTimeout(()=>{const t=o(e);i.g.scrollY!==t?h(e):N(B.F,void 0)},50)});const E=(0,g.useCallback)(e=>{C(),I(e)},[I,C]),w=(0,X.A)(E,150);(0,m.A)("scroll",w);const T={[J.SH]:{label:(0,d.__)("Key metrics","google-site-kit"),icon:(0,j.jsx)(pe,{width:"18",height:"16"})},[J.OT]:{label:(0,d.__)("Traffic","google-site-kit"),icon:(0,j.jsx)(Se,{width:"18",height:"16"})},[J.en]:{label:(0,d.__)("Content","google-site-kit"),icon:(0,j.jsx)(le,{width:"18",height:"18"})},[J.Ej]:{label:(0,d.__)("Speed","google-site-kit"),icon:(0,j.jsx)(_e,{width:"20",height:"16"})},[J.Gw]:{label:(0,d.__)("Monetization","google-site-kit"),icon:(0,j.jsx)(ke,{width:"18",height:"16"})}};return(0,j.jsx)("nav",{className:l()("mdc-chip-set","googlesitekit-navigation",`googlesitekit-navigation--${e}`,{"googlesitekit-navigation--is-sticky":x}),ref:t,children:s.map(e=>(0,j.jsx)(K.Chip,{id:e,label:T[e].label,leadingIcon:T[e].icon,onClick:M,selected:S===e,"data-context-id":e},e))})}function DashboardNavigation(){const e=(0,Y.A)(),t=(0,u.useSelect)(t=>e?t(b.oR).getViewableModules():null),i=(0,u.useSelect)(e=>e(b.oR).getKeyMetrics());return(0,j.jsx)($.A,{loading:void 0===t||void 0===i,width:"100%",smallHeight:"59px",height:"71px",children:(0,j.jsx)(Navigation,{})})}var Ae,Ne;function Me(){return Me=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Me.apply(null,arguments)}const Ce=e=>g.createElement("svg",Me({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Ae||(Ae=g.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),Ne||(Ne=g.createElement("path",{fill:"currentColor",d:"M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"})));var Ie=i(20898),Ee=i(59323),we=i(8143);const Te=function EntityHeader(){const e=(0,G.A)(),t=(0,ee.Ay)(),n=(0,u.useSelect)(e=>e(P.O4).getCurrentEntityTitle()),s=(0,u.useSelect)(e=>e(P.O4).getCurrentEntityURL()),o=(0,g.useRef)(),[r,a]=(0,g.useState)(s),l=(0,g.useCallback)(()=>{if(!o.current)return;const e=o.current.clientWidth-40,t=i.g.getComputedStyle(o.current.lastChild,null).getPropertyValue("font-size"),n=2*e/parseFloat(t);a((0,we.r0)(s,n))},[s]),c=(0,X.A)(l,150);(0,m.A)("resize",c);const{navigateTo:h}=(0,u.useDispatch)(q.M),p=(0,u.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-dashboard")),f=(0,g.useCallback)(()=>{(0,y.sx)(`${e}_navigation`,"return_to_dashboard"),h(p)},[p,h,e]);return ee.oE!==t||null===s||null===n?null:(0,j.jsxs)("div",{className:"googlesitekit-entity-header",children:[(0,j.jsx)("div",{className:"googlesitekit-entity-header__back",children:(0,j.jsx)(k.Button,{icon:(0,j.jsx)(Ce,{width:24,height:24}),"aria-label":(0,d.__)("Back to dashboard","google-site-kit"),onClick:f,text:!0,tertiary:!0,children:(0,d.__)("Back to dashboard","google-site-kit")})}),(0,j.jsxs)("div",{ref:o,className:"googlesitekit-entity-header__details",children:[(0,j.jsx)(Ee.A,{children:n}),(0,j.jsx)(Ie.A,{href:s,"aria-label":s,secondary:!0,external:!0,children:r})]})]})};var Re;function De(){return De=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},De.apply(null,arguments)}const Le=e=>g.createElement("svg",De({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 10"},e),Re||(Re=g.createElement("path",{fill:"currentColor",d:"M8 1.333c2.756 0 5.214 1.42 6.415 3.667-1.2 2.247-3.659 3.667-6.415 3.667S2.785 7.247 1.585 5C2.785 2.753 5.244 1.333 8 1.333M8 0C4.364 0 1.258 2.073 0 5c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5m0 3.333c1.004 0 1.818.747 1.818 1.667S9.004 6.667 8 6.667 6.182 5.92 6.182 5 6.996 3.333 8 3.333M8 2C6.196 2 4.727 3.347 4.727 5S6.197 8 8 8s3.273-1.347 3.273-3S9.803 2 8 2"})));var ze=i(13606);function Description(){const e=(0,G.A)(),t=(0,u.useSelect)(e=>e(b.oR).hasCapability(b.ej)),i=(0,u.useSelect)(e=>e(P.O4).getProxySetupURL()),n=(0,u.useSelect)(e=>e(P.O4).getDocumentationLinkURL("dashboard-sharing")),{navigateTo:s}=(0,u.useDispatch)(q.M),o=(0,g.useCallback)(async t=>{t.preventDefault(),await Promise.all([(0,x.SO)("start_user_setup",!0),(0,y.sx)(`${e}_headerbar_viewonly`,"start_user_setup",i?"proxy":"custom-oauth")]),s(i)},[i,s,e]),r=(0,g.useCallback)(()=>{(0,y.sx)(`${e}_headerbar_viewonly`,"click_learn_more_link")},[e]),a=t?(0,ze.A)((0,d.__)("You can see stats from all shared Google services, but you can't make any changes. <strong>Sign in to connect more services and control sharing access.</strong>","google-site-kit"),{strong:(0,j.jsx)("strong",{})}):(0,ze.A)((0,d.__)("You can see stats from all shared Google services, but you can't make any changes. <a>Learn more</a>","google-site-kit"),{a:(0,j.jsx)(Ie.A,{href:n,onClick:r,"aria-label":(0,d.__)("Learn more about dashboard sharing","google-site-kit"),external:!0})});return(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__description",children:[(0,j.jsx)(Ee.A,{children:a}),t&&(0,j.jsx)(k.Button,{onClick:o,children:(0,d._x)("Sign in with Google","Service name","google-site-kit")})]})}var Oe=i(37226);function Service({module:e}){const t=(0,u.useSelect)(e=>e(b.oR).hasCapability(b.ej)),{name:i,owner:n}=(0,u.useSelect)(t=>t(Oe.i).getModule(e)||{}),s=(0,u.useSelect)(t=>t(Oe.i).getModuleIcon(e));return(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__service",children:[(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__service--icon",children:(0,j.jsx)(s,{height:26})}),(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__service--name",children:i}),t&&n?.login&&(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__service--owner",children:(0,ze.A)((0,d.sprintf)(/* translators: %s: module owner Google Account email address */ /* translators: %s: module owner Google Account email address */ (0,d.__)("Shared by <strong>%s</strong>","google-site-kit"),n.login),{strong:(0,j.jsx)("strong",{title:n.login})})})]})}Service.propTypes={module:r().string.isRequired};var Pe=i(15167);function SharedServices(){const e=(0,u.useSelect)(e=>e(b.oR).getViewableModules());return void 0===e?null:(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,j.jsx)(Pe.A,{as:"h4",size:"large",type:"title",children:(0,d.__)("Shared services","google-site-kit")}),(0,j.jsx)("ul",{children:e.map(e=>(0,j.jsx)(Service,{module:e},e))})]})}var Be=i(82167);function Tracking(){const e=(0,G.A)();return(0,j.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,j.jsx)(Ee.A,{children:(0,ze.A)((0,d.__)("Thanks for using Site Kit!<br />Help us make it even better","google-site-kit"),{br:(0,j.jsx)("br",{})})}),(0,j.jsx)(Be.A,{trackEventCategory:`${e}_headerbar_viewonly`,alignCheckboxLeft:!0})]})}var qe=i(74595);function ManageEmailReports(){const{setValue:e}=(0,qe.wA)(B.n);return(0,j.jsxs)(g.Fragment,{children:[(0,j.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,j.jsx)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__email-reporting",children:(0,j.jsx)("ul",{className:"googlesitekit-view-only-menu",children:(0,j.jsx)("li",{className:"googlesitekit-view-only-menu__email-reporting-item",children:(0,j.jsx)(k.Button,{onClick:()=>e(H.Q,!0),icon:(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--icon",children:(0,j.jsx)(O,{width:"24"})}),tertiary:!0,children:(0,j.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--name",children:(0,d.__)("Manage email reports","google-site-kit")})})})})})]})}function ViewOnlyMenu(){const e=(0,W.i)("proactiveUserEngagement"),[t,i]=(0,g.useState)(!1),n=(0,g.useRef)(),s=(0,G.A)();(0,p.A)(n,()=>i(!1)),(0,U.l)([f._f,f.wn],n,()=>i(!1));const o=(0,g.useCallback)(()=>{t||(0,y.sx)(`${s}_headerbar`,"open_viewonly"),i(!t)},[t,s]),r=(0,u.useSelect)(e=>e(b.oR).hasCapability(b.ej));return(0,j.jsxs)("div",{ref:n,className:l()("googlesitekit-view-only-menu","googlesitekit-dropdown-menu","googlesitekit-dropdown-menu__icon-menu","mdc-menu-surface--anchor",{"googlesitekit-view-only-menu--user-can-authenticate":r}),children:[(0,j.jsx)(k.Button,{className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--phone googlesitekit-button-icon",onClick:o,icon:(0,j.jsx)("span",{className:"mdc-button__icon","aria-hidden":"true",children:(0,j.jsx)(Le,{className:"mdc-button__icon--image"})}),"aria-haspopup":"menu","aria-expanded":t,"aria-controls":"view-only-menu","aria-label":(0,d.__)("View only","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,d.__)("View only","google-site-kit")}),(0,j.jsxs)(k.Menu,{menuOpen:t,onSelected:o,id:"view-only-menu",nonInteractive:!0,children:[(0,j.jsx)(Description,{}),(0,j.jsx)(SharedServices,{}),e&&(0,j.jsx)(ManageEmailReports,{}),(0,j.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,j.jsx)(Tracking,{})]})]})}var Fe=i(71423),He=i(53137),Ue=i(77513);function CoreSiteBannerNotification({id:e,...t}){const{dismissNotification:i,acceptNotification:n}=(0,u.useDispatch)(P.O4),s=(0,g.useCallback)(()=>{n(e)},[e,n]),o=(0,g.useCallback)(()=>{i(e)},[e,i]);return(0,j.jsx)(Ue.A,{onCTAClick:s,onDismissClick:o,...t,id:e})}CoreSiteBannerNotification.propTypes={content:r().string,ctaLabel:r().string,ctaTarget:r().string,ctaURL:r().string,dismissLabel:r().string,dismissible:r().bool,gaTrackingEventArgs:r().object,id:r().string.isRequired,learnMoreLabel:r().string,learnMoreURL:r().string,title:r().string.isRequired},CoreSiteBannerNotification.defaultProps={content:"",ctaLabel:"",ctaTarget:"",ctaURL:"",dismissLabel:(0,d.__)("OK, Got it!","google-site-kit"),dismissible:!0,learnMoreLabel:"",learnMoreURL:""};const Ge=CoreSiteBannerNotification;const Ve=function CoreSiteBannerNotifications(){const e=(0,G.A)(),[t,i]=(0,g.useState)(!1),[n,s]=(0,g.useState)(!1),o=(0,g.useRef)(Date.now()),r=(0,u.useSelect)(e=>e(P.O4).isUsingProxy()&&!1===e(b.oR).areSurveysOnCooldown()?e(b.oR).getCurrentSurvey():null),[a,l]=(0,g.useState)([]),{registerNotification:c}=(0,u.useDispatch)(Fe.D),d=(0,u.useSelect)(e=>e(P.O4).getNotifications());return(0,g.useEffect)(()=>{const e=setTimeout(()=>{n||i(!0)},5e3);return()=>{clearTimeout(e)}},[n]),(0,g.useEffect)(()=>{Math.floor((Date.now()-o.current)/1e3)<5&&r&&s(!0)},[o,r,s]),(0,g.useEffect)(()=>{t&&!n&&d?.forEach(t=>{if(a.includes(t.id))return;const i={category:`${e}_remote-site-notification`,label:t.id};c(t.id,{Component:({Notification:e})=>(0,j.jsx)(e,{gaTrackingEventArgs:i,children:(0,j.jsx)(Ge,{...t,gaTrackingEventArgs:i})}),priority:t.priority,areaSlug:He.bI.HEADER,isDismissible:t.dismissible}),l(e=>(e.push(t.id),e))})},[e,n,d,c,a,t]),null};var We=i(90007),Ze=i(43569);function InternalServerError(){const e=(0,u.useSelect)(e=>e(P.O4).getInternalServerError());return e?(0,j.jsx)(Ze.A,{id:"internal-server-error",children:(0,j.jsx)(We.A,{notificationID:"internal-server-error",type:We.Q.ERROR,title:e.title,description:e.description})}):null}function LegacyNotifications(){const e=(0,Y.A)(),t=(0,ee.Ay)(),i=(0,u.useSelect)(e=>e(b.oR).isAuthenticated());return(0,j.jsxs)(g.Fragment,{children:[(0,j.jsx)(InternalServerError,{}),!e&&t===ee.Oo&&i&&(0,j.jsx)(Ve,{})]})}var Ye=i(74995);function Header({children:e,subHeader:t,showNavigation:i}){const n=!!(0,ee.Ay)(),s=(0,Y.A)();!function(){const e=(0,G.A)(),t=(0,u.useSelect)(e=>e(P.O4).isUsingProxy()),i=(0,u.useSelect)(e=>e(P.O4).getSetupErrorMessage());(0,g.useEffect)(()=>{i||void 0===t||async function(){const i=await(0,x.Gq)("start_user_setup"),n=await(0,x.Gq)("start_site_setup");i.cacheHit&&(await(0,x.LD)("start_user_setup"),(0,y.sx)(`${e}_setup`,"complete_user_setup",t?"proxy":"custom-oauth")),n.cacheHit&&(await(0,x.LD)("start_site_setup"),(0,y.sx)(`${e}_setup`,"complete_site_setup",t?"proxy":"custom-oauth"))}()},[e,t,i])}();const o=(0,u.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-dashboard")),r=(0,u.useSelect)(e=>e(b.oR).isAuthenticated()),[a,p]=(0,c.A)({childList:!0}),m=!!p.target?.childElementCount;return(0,j.jsxs)(g.Fragment,{children:[(0,j.jsx)("header",{className:l()("googlesitekit-header",{"googlesitekit-header--has-subheader":m,"googlesitekit-header--has-navigation":i}),children:(0,j.jsx)(Z.xA,{children:(0,j.jsxs)(Z.fI,{children:[(0,j.jsx)(Z.fh,{smSize:1,mdSize:2,lgSize:4,className:"googlesitekit-header__logo",alignMiddle:!0,children:(0,j.jsx)(Ie.A,{"aria-label":(0,d.__)("Go to dashboard","google-site-kit"),className:"googlesitekit-header__logo-link",href:o,children:(0,j.jsx)(h.A,{})})}),(0,j.jsxs)(Z.fh,{smSize:3,mdSize:6,lgSize:8,className:"googlesitekit-header__children",alignMiddle:!0,children:[e,!r&&n&&s&&(0,j.jsx)(ViewOnlyMenu,{}),r&&!s&&(0,j.jsx)(UserMenu,{})]})]})})}),(0,j.jsx)("div",{className:"googlesitekit-subheader",ref:a,children:t}),i&&(0,j.jsx)(DashboardNavigation,{}),(0,j.jsx)(Te,{}),(0,j.jsx)(LegacyNotifications,{}),(0,j.jsx)(Ye.A,{areaSlug:He.bI.HEADER})]})}Header.displayName="Header",Header.propTypes={children:r().node,subHeader:r().element,showNavigation:r().bool},Header.defaultProps={children:null,subHeader:null};const $e=Header},12850:(e,t,i)=>{i.d(t,{tt:()=>A,Jg:()=>S,Gp:()=>b,GH:()=>_,r0:()=>j,Du:()=>N,Zf:()=>G,Cn:()=>P,G7:()=>f,vH:()=>m,N_:()=>R,zh:()=>W,mK:()=>d.mK,Ql:()=>M,vY:()=>O,sq:()=>I,VZ:()=>B.VZ,JK:()=>d.JK,IS:()=>w,pH:()=>B.pH,kf:()=>F,O5:()=>T,Qr:()=>C,x6:()=>q,K5:()=>d.K5,S_:()=>p,dc:()=>B.dc,Eo:()=>d.Eo,jq:()=>d.jq,DK:()=>U.D,N9:()=>H,p9:()=>o.p,XH:()=>E,Zm:()=>l,sx:()=>s.sx,BI:()=>s.BI,CZ:()=>o.C,BG:()=>V});var n=i(17243),s=i(89318),o=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let n=e[i];n&&"object"==typeof n&&!Array.isArray(n)&&(n=c(n)),t[i]=n}),t}var d=i(79829);function g(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function h(e){return e.replace(/\n/gi,"<br>")}function p(e){const t=[g,u,h];let i=e;for(const e of t)i=e(i);return i}function m(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var k=i(32091),v=i.n(k),y=i(82871);const x="Date param must construct to a valid date instance or be a valid date instance itself.",_="Invalid dateString parameter, it must be a string.",b='Invalid date range, it must be a string with the format "last-x-days".',j=60,S=60*j,A=24*S,N=7*A;function M(){function e(e){return(0,y.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,y._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function C(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function I(e){v()((0,n.isDate)(e)&&!isNaN(e),x);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function E(e){v()(C(e),_);const[t,i,n]=e.split("-");return new Date(t,i-1,n)}function w(e,t){return I(R(e,t*A))}function T(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function R(e,t){v()(C(e)||(0,n.isDate)(e)&&!isNaN(e),_);const i=C(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var D=i(69743),L=i(94552),z=i(62540);function O(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,D.Ay)((0,z.jsx)(L.A,{direction:e>0?"up":"down",invertColor:i}))}function P(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var B=i(8143);function q(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function F(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function H(e){return Array.isArray(e)?[...e].sort():e}var U=i(2522);function G(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function V(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function W(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},12886:(e,t,i)=>{i.d(t,{A:()=>Checkbox});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(63696),l=i(27240),c=i(62540);function Checkbox(e){const{onChange:t,id:i,name:n,value:o,checked:r,disabled:d,children:g,tabIndex:u,onKeyDown:h,loading:p,alignLeft:m,description:f,badge:k}=e,v=k?(0,c.jsxs)("div",{className:"mdc-checkbox__label-wrapper",children:[(0,c.jsx)("label",{htmlFor:i,children:g}),k]}):(0,c.jsx)("label",{htmlFor:i,children:g});return(0,c.jsxs)("div",{className:"mdc-form-field",children:[(0,c.jsx)("div",{className:s()("mdc-checkbox",{"mdc-checkbox--disabled":d,"mdc-checkbox--align-left":m}),children:p?(0,c.jsx)(l.A,{style:{margin:"0"},isSaving:!0}):(0,c.jsxs)(a.Fragment,{children:[(0,c.jsx)("input",{className:"mdc-checkbox__native-control",type:"checkbox",id:i,name:n,value:o,checked:r,disabled:d,onChange:t,tabIndex:u,onKeyDown:h}),(0,c.jsxs)("div",{className:"mdc-checkbox__background",children:[(0,c.jsx)("svg",{className:"mdc-checkbox__checkmark",viewBox:"0 0 12 9",children:(0,c.jsx)("path",{className:"mdc-checkbox__checkmark-path",d:"M2.08301 5.28834L3.55703 7.29507C4.24647 8.23368 5.5034 8.23368 6.19285 7.29507L10.083 1.99902",fill:"none",stroke:"none"})}),(0,c.jsx)("div",{className:"mdc-checkbox__mixedmark"})]})]})}),!f&&v,f&&(0,c.jsxs)("div",{className:"mdc-checkbox__content",children:[v,(0,c.jsx)("div",{className:"mdc-checkbox__description",children:f})]})]})}Checkbox.propTypes={onChange:r().func.isRequired,onKeyDown:r().func,id:r().string.isRequired,name:r().string.isRequired,value:r().string.isRequired,checked:r().bool,disabled:r().bool,children:r().node.isRequired,tabIndex:r().oneOfType([r().number,r().string]),loading:r().bool,alignLeft:r().bool,description:r().node,badge:r().node},Checkbox.defaultProps={checked:!1,disabled:!1,tabIndex:void 0,onKeyDown:null,loading:!1,alignLeft:!1,description:""}},14007:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(47209),s=i(62688),o=i.n(s),r=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,r.useState)(document.createElement("div"));return(0,n.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:o().string,children:o().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:n="span",children:s,...o}){return(0,l.jsx)(n,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...o,children:s})}Typography.propTypes={className:s().string,type:s().oneOf(a.tT),size:s().oneOf(a.oJ),as:s().oneOfType([s().string,s().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>s});var n=i(31234);const s=i.n(n)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var n=i(55620),s=i(99123);const o={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=o){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[d,g]=(0,n._)("undefined"==typeof document?[l,c]:a,t,i);function u(){return g(a)}return(0,s.A)(r,"resize",u),(0,s.A)(r,"orientationchange",u),d}function c(e){return l(e)[0]}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:r()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:s().string,children:s().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},18418:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2 12"},e),n||(n=s.createElement("g",{fill:"currentColor",fillRule:"evenodd"},s.createElement("path",{d:"M0 0h2v7H0zM0 10h2v2H0z"}))))},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20898:(e,t,i)=>{i.d(t,{A:()=>C});var n,s=i(4452),o=i.n(s),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),d=i(82871);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},g.apply(null,arguments)}const u=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),n||(n=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var h;function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},p.apply(null,arguments)}const m=e=>c.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),h||(h=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var f;function k(){return k=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},k.apply(null,arguments)}const v=e=>c.createElement("svg",k({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),f||(f=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var y=i(83366),x=i(84385),_=i(62540);const b="BUTTON",j="BUTTON_DISABLED",S="EXTERNAL_LINK",A="LINK",N="ROUTER_LINK",M=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:n=!1,arrow:s=!1,back:r=!1,caps:a=!1,children:c,className:g="",danger:h=!1,disabled:p=!1,external:f=!1,hideExternalIndicator:k=!1,href:M="",inverse:C=!1,noFlex:I=!1,onClick:E,small:w=!1,standalone:T=!1,linkButton:R=!1,to:D,leadingIcon:L,trailingIcon:z,...O}=e;const P=M||D||!E?D?N:f?S:A:p?j:b;const B=P===b||P===j?"button":P===N?l.N_:"a",q=function(){let e;return P===S&&(e=(0,d._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===j&&(e=(0,d._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let F=L,H=z;return r&&(F=(0,_.jsx)(v,{width:14,height:14})),f&&!k&&(H=(0,_.jsx)(y.A,{width:14,height:14})),s&&!C&&(H=(0,_.jsx)(u,{width:14,height:14})),s&&C&&(H=(0,_.jsx)(m,{width:14,height:14})),(0,_.jsxs)(B,{"aria-label":q,className:o()("googlesitekit-cta-link",g,{"googlesitekit-cta-link--secondary":n,"googlesitekit-cta-link--inverse":C,"googlesitekit-cta-link--small":w,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":h,"googlesitekit-cta-link--disabled":p,"googlesitekit-cta-link--standalone":T,"googlesitekit-cta-link--link-button":R,"googlesitekit-cta-link--no-flex":!!I}),disabled:p,href:P!==A&&P!==S||p?void 0:M,onClick:E,rel:P===S?"noopener noreferrer":void 0,ref:t,target:P===S?"_blank":void 0,to:D,...O,children:[!!F&&(0,_.jsx)(x.A,{marginRight:5,children:F}),(0,_.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!H&&(0,_.jsx)(x.A,{marginLeft:5,children:H})]})});M.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const C=M},21134:(e,t,i)=>{i.d(t,{Gq:()=>g,IL:()=>m,LD:()=>h,SO:()=>u,a2:()=>s,xD:()=>p});var n=i(12850);const s="googlesitekit_",o=`${s}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function d(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function g(e){const t=await d();if(t){const i=t.getItem(`${o}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:n,value:s,isError:o}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:s,isError:o}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:s=n.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await d();if(l)try{return l.setItem(`${o}${e}`,JSON.stringify({timestamp:r,ttl:s,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function h(e){const t=await d();if(t)try{const i=e.startsWith(s)?e:`${o}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(){const e=await d();if(e)try{const t=[];for(let i=0;i<e.length;i++){const n=e.key(i);0===n.indexOf(s)&&t.push(n)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function m(){if(await d()){const e=await p();for(const t of e)await h(t);return!0}return!1}},22821:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(24558);function s(e){return n.kz.includes(e)}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:n,padding:s,smallWidth:o,smallHeight:c,tabletWidth:d,tabletHeight:g,desktopWidth:u,desktopHeight:h}){const p=(0,a.dv)(),m={width:{[a.mp]:o,[a.Lg]:d,[a.Fo]:u,[a.Qb]:u},height:{[a.mp]:c,[a.Lg]:g,[a.Fo]:h,[a.Qb]:u}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":s}),style:{width:m.width[p]||t,height:m.height[p]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===n})})})}PreviewBlock.propTypes={className:s().string,width:s().string,height:s().string,shape:s().string,padding:s().bool,smallWidth:s().string,smallHeight:s().string,tabletWidth:s().string,tabletHeight:s().string,desktopWidth:s().string,desktopHeight:s().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>o,CZ:()=>d,Ej:()=>j,Gw:()=>S,Is:()=>r,KK:()=>u,Nn:()=>N,OT:()=>_,SH:()=>x,Y$:()=>h,ZS:()=>a,bg:()=>f,en:()=>b,ep:()=>m,f7:()=>s,hi:()=>p,jU:()=>n,k$:()=>v,kz:()=>A,ly:()=>l,mo:()=>k,s3:()=>y,uR:()=>c,zx:()=>g});const n="mainDashboard",s="entityDashboard",o="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",d="adminBar",g="adminBarViewOnly",u="settings",h="adBlockingRecovery",p="wpDashboard",m="wpDashboardViewOnly",f="moduleSetup",k="metricSelection",v="wpBlockEditor",y="keyMetricsSetup",x="key-metrics",_="traffic",b="content",j="speed",S="monetization",A=[n,s,o,r,a,c,u,f,k],N=[o,r,g,m]},25874:(e,t,i)=>{i.d(t,{A:()=>f});var n=i(62688),s=i.n(n),o=i(47485),r=i(63696),a=i(82871),l=i(55527),c=i(4452),d=i.n(c),g=i(62540);const u=(0,r.forwardRef)(({children:e,href:t,text:i,className:n,danger:s,disabled:o,target:r,"aria-label":a,inverse:l,tertiary:c,callout:u,calloutStyle:h,...p},m)=>{const f=t&&!o?"a":"button";return(0,g.jsx)(f,{className:d()("mdc-button",n,{"mdc-button--raised":!i&&!c&&!u,"mdc-button--danger":s,"mdc-button--inverse":l,"mdc-button--tertiary":c,"mdc-button--callout":u,"mdc-button--callout-primary":u||"primary"===h,"mdc-button--callout-warning":"warning"===h,"mdc-button--callout-error":"error"===h}),href:o?void 0:t,ref:m,disabled:!!o,"aria-label":a,target:r||"_self",role:"a"===f?"button":void 0,...p,children:e})});u.propTypes={children:s().node,href:s().string,text:s().bool,className:s().string,danger:s().bool,disabled:s().bool,target:s().string,"aria-label":s().string,inverse:s().bool,tertiary:s().bool,callout:s().bool,calloutStyle:s().oneOf(["primary","warning","error"])};const h=u;var p=i(59020);function MaybeTooltip({children:e,disabled:t=!1,tooltip:i=!1,tooltipTitle:n=null,hasIconOnly:s=!1,tooltipEnterDelayInMS:o=100}){return!t&&(i&&n||s&&n)?(0,g.jsx)(p.A,{title:n,enterDelay:o,children:e}):e}MaybeTooltip.propTypes={children:s().node.isRequired,disabled:s().bool,tooltip:s().bool,tooltipTitle:s().oneOfType([s().string,s().element]),hasIconOnly:s().bool,tooltipEnterDelayInMS:s().number};const m=(0,r.forwardRef)(({children:e,href:t=null,text:i=!1,className:n="",danger:s=!1,disabled:c=!1,target:d,icon:u=null,trailingIcon:p=null,"aria-label":m,title:f=null,customizedTooltip:k=null,tooltip:v=!1,inverse:y=!1,hideTooltipTitle:x=!1,tooltipEnterDelayInMS:_=100,tertiary:b=!1,callout:j=!1,calloutStyle:S=null,...A},N)=>{const M=(0,r.useCallback)(e=>{null!==e&&l.Nv.attachTo(e)},[]),C=(0,o.A)(N,M);const I=x?null:f||k||m;return(0,g.jsx)(MaybeTooltip,{disabled:c,tooltip:v,tooltipTitle:I,hasIconOnly:!!u&&void 0===e,tooltipEnterDelayInMS:_,children:(0,g.jsxs)(h,{href:t,disabled:c,className:n,danger:s,text:i,tertiary:b,inverse:y,callout:j,calloutStyle:S,ref:C,"aria-label":function(){let t=m;if("_blank"!==d)return t;const i=(0,a._x)("(opens in a new tab)","screen reader text","google-site-kit");return"string"==typeof e&&(t=t||e),t?`${t} ${i}`:i}(),target:d||"_self",...A,children:[u,e&&(0,g.jsx)("span",{className:"mdc-button__label",children:e}),p]})})});m.propTypes={onClick:s().func,children:s().node,href:s().string,text:s().bool,className:s().string,danger:s().bool,disabled:s().bool,icon:s().element,trailingIcon:s().element,title:s().string,customizedTooltip:s().element,tooltip:s().bool,inverse:s().bool,hideTooltipTitle:s().bool,callout:s().bool,calloutStyle:s().oneOf(["primary","warning","error"])};const f=m},27240:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(62688),s=i.n(n),o=i(62540);function Spinner({isSaving:e,style:t={}}){return(0,o.jsx)("span",{className:"spinner",style:{display:e?"inline-block":"none",float:"none",marginTop:"0",visibility:"visible",...t}})}Spinner.propTypes={isSaving:s().bool,style:s().object};const r=Spinner},27333:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(35470),s=i(78340);function o(e,t){return(0,n.A)(i=>{const{getValue:n}=i(s.s);return n(e,t)},[e,t])}},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var n=i(62688),s=i.n(n),o=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,o.__)("Maybe later","google-site-kit"),onClick:i,disabled:n,tertiary:s=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:n,tertiary:s,children:t}):null}DismissButton.propTypes={className:s().string,label:s().string,onClick:s().func,disabled:s().bool,tertiary:s().bool,dismissOptions:s().shape({expiresInSeconds:s().number,skipHidingFromQueue:s().bool})}},29898:(e,t,i)=>{i.d(t,{A:()=>LoadingWrapper});var n=i(62688),s=i.n(n),o=i(23224),r=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,r.jsx)(o.A,{...i}):t}LoadingWrapper.propTypes={loading:s().bool,children:s().node,...o.A.propTypes}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var n=i(62688),s=i.n(n),o=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,o.__)("Learn more","google-site-kit"),external:n=!0,onClick:s=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:s,external:n,children:i}):null}LearnMoreLink.propTypes={href:s().string.isRequired,className:s().string,label:s().string,external:s().bool,onClick:s().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>o,Lg:()=>r,Qb:()=>s,dv:()=>l,mp:()=>a});var n=i(15577);const s="xlarge",o="desktop",r="tablet",a="small";function l(){const e=(0,n.SO)();return e>1280?s:e>960?o:e>600?r:a}},35323:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(24558),s=i(77766);function o(){const e=(0,s.A)();return n.Nn.includes(e)}},37226:(e,t,i)=>{i.d(t,{U:()=>s,i:()=>n});const n="core/modules",s="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>m,ei:()=>k});var n=i(15844),s=i(36703),o=i(62688),r=i.n(o),a=i(82871),l=i(50539),c=i(7081),d=i(58116),g=i(89318),u=i(60592),h=i(77766),p=i(62540);const m={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},f={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},k={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},v={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:o,callback:r}){const a=`${t}-step`,y=`${t}-run`,{setValue:x}=(0,l.useDispatch)(c.n),{dismissTour:_}=(0,l.useDispatch)(d.oR),b=(0,l.useRegistry)(),j=(0,h.A)(),S=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),A=(0,l.useSelect)(e=>e(c.n).getValue(y)&&!1===e(d.oR).isTourDismissed(t));(0,n.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),x(y,!0)});const N=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,p.jsx)(s.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:n,status:r,type:a}){const l=e+1,c="function"==typeof o?o(j):o;a===s.qY.TOOLTIP&&i===s.VD.TOOLTIP?(0,g.sx)(c,v.VIEW,l):t===s.kl.CLOSE&&i===s.VD.COMPLETE?(0,g.sx)(c,v.DISMISS,l):t===s.kl.NEXT&&r===s.XQ.FINISHED&&a===s.qY.TOUR_END&&n===l&&(0,g.sx)(c,v.COMPLETE,l),i===s.VD.COMPLETE&&r!==s.XQ.FINISHED&&(t===s.kl.PREV&&(0,g.sx)(c,v.PREV,l),t===s.kl.NEXT&&(0,g.sx)(c,v.NEXT,l))}(e);const{action:n,index:l,status:c,step:d,type:u}=e,h=n===s.kl.CLOSE,p=!h&&[s.qY.STEP_AFTER,s.qY.TARGET_NOT_FOUND].includes(u),m=[s.XQ.FINISHED,s.XQ.SKIPPED].includes(c),f=h&&u===s.qY.STEP_AFTER,k=m||f;if(s.qY.STEP_BEFORE===u){let e=d.target;"string"==typeof d.target&&(e=i.g.document.querySelector(d.target)),e?.scrollIntoView?.({block:"center"})}p?function(e,t){x(a,e+(t===s.kl.PREV?-1:1))}(l,n):k&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),_(t)),r&&r(e,b)},floaterProps:k,locale:f,run:A,stepIndex:S,steps:N,styles:m,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:r().arrayOf(r().object).isRequired,tourID:r().string.isRequired,gaEventCategory:r().oneOfType([r().string,r().func]).isRequired,callback:r().func}},40409:(e,t,i)=>{i.d(t,{A:()=>ProgressIndicator});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(62540);function ProgressIndicator({currentSegment:e=0,totalSegments:t=0,className:i}){return(0,a.jsxs)("div",{style:{gridTemplateColumns:`46px repeat(${t||1}, 1fr)`},className:s()("googlesitekit-progress-indicator",i),children:[(0,a.jsx)("div",{className:s()("googlesitekit-progress-indicator__segment")}),t>0&&Array.from(Array(e+1).keys()).map(i=>(0,a.jsx)("div",{className:s()("googlesitekit-progress-indicator__segment",{"googlesitekit-progress-indicator__segment--final":e+1===t})},i))]})}ProgressIndicator.propTypes={currentSegment:r().number,totalSegments:r().number,className:r().string}},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},43066:(e,t,i)=>{i.d(t,{A:()=>k});var n=i(82871),s=i(63696),o=i(13606),r=i(50787),a=i(50539),l=i(8420),c=i(21134),d=i(14007),g=i(20898),u=i(93896),h=i(45472),p=i(89318),m=i(77766),f=i(62540);const k=function ResetButton({children:e}){const t=(0,a.useSelect)(e=>e(u.O4).getAdminURL("googlesitekit-splash",{notification:"reset_success"})),i=(0,a.useSelect)(e=>e(u.O4).isDoingReset()),k=(0,a.useSelect)(e=>e(h.M).isNavigatingTo(t||"")),[v,y]=(0,s.useState)(!1),[x,_]=(0,s.useState)(!1),b=(0,r.d)(y,3e3);(0,s.useEffect)(()=>{i||k?y(!0):b(!1)},[i,k,b]);const{reset:j}=(0,a.useDispatch)(u.O4),{navigateTo:S}=(0,a.useDispatch)(h.M),A=(0,m.A)(),N=(0,s.useCallback)(async()=>{await j(),await(0,c.IL)(),await(0,p.sx)(A,"reset_plugin"),S(t)},[S,t,j,A]),M=(0,s.useCallback)(()=>{_(!0)},[]),C=(0,s.useCallback)(()=>{_(!1)},[]);return(0,f.jsxs)(s.Fragment,{children:[(0,f.jsx)(g.A,{className:"googlesitekit-reset-button",onClick:M,children:e||(0,n.__)("Reset Site Kit","google-site-kit")}),(0,f.jsx)(d.A,{children:(0,f.jsx)(l.A,{dialogActive:x,handleConfirm:N,handleCancel:C,onClose:C,title:(0,n.__)("Reset Site Kit","google-site-kit"),subtitle:(0,o.A)((0,n.__)("Resetting will disconnect all users and remove all Site Kit settings and data within WordPress. <br />You and any other users who wish to use Site Kit will need to reconnect to restore access.","google-site-kit"),{br:(0,f.jsx)("br",{})}),confirmButton:(0,n.__)("Reset","google-site-kit"),inProgress:v,danger:!0,small:!0})})]})}},43569:(e,t,i)=>{i.d(t,{A:()=>Notification});var n=i(62688),s=i.n(n),o=i(63696),r=i(50539),a=i(7081),l=i(71423),c=i(89362);function d(e){return`notification/${e}/viewed`}function g(e){return(0,r.useSelect)(t=>!!t(a.n).getValue(d(e)),[e])}function ViewedStateObserver({id:e,observeRef:t,threshold:i}){const n=(0,c.A)(t,{threshold:i}),{setValue:s}=(0,r.useDispatch)(a.n),{markNotificationSeen:d}=(0,r.useDispatch)(l.D),u=!!n?.isIntersecting,h=g(e),p=(0,o.useRef)();function m(){p.current&&clearTimeout(p.current)}return(0,o.useEffect)(()=>(!h&&u?(m(),p.current=setTimeout(()=>{n?.isIntersecting&&(s(g.getKey(e),!0),d(e))},3e3)):!u&&p.current&&m(),()=>{m()}),[h,u,s,d,e,n]),null}g.getKey=d,ViewedStateObserver.propTypes={id:s().string,observeRef:s().object,threshold:s().number};var u=i(7070),h=i(62540);function Notification({id:e,className:t,gaTrackingEventArgs:i,children:n,onView:s}){const a=(0,o.useRef)(),c=g(e),d=(0,u.A)(e,i?.category,{viewAction:i?.viewAction}),[p,m]=(0,o.useState)(!1),f=(0,r.useSelect)(t=>t(l.D).getNotificationSeenDates(e)),{dismissNotification:k}=(0,r.useDispatch)(l.D);return(0,o.useEffect)(()=>{!p&&c&&(d.view(i?.label,i?.value),s?.(),m(!0)),f?.length>=3&&k(e,{skipHidingFromQueue:!0})},[c,d,p,i,s,f,k,e]),(0,h.jsxs)("section",{id:e,ref:a,className:t,children:[n,!c&&(0,h.jsx)(ViewedStateObserver,{id:e,observeRef:a,threshold:.5})]})}Notification.propTypes={id:s().string,className:s().string,gaTrackingEventArgs:s().shape({category:s().string,viewAction:s().string,label:s().string,value:s().string}),children:s().node,onView:s().func}},44949:(e,t,i)=>{i.r(t),i.d(t,{CONTEXT_ENTITY_DASHBOARD_CONTENT:()=>c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:()=>g,CONTEXT_ENTITY_DASHBOARD_SPEED:()=>d,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:()=>l,CONTEXT_MAIN_DASHBOARD_CONTENT:()=>o,CONTEXT_MAIN_DASHBOARD_KEY_METRICS:()=>n,CONTEXT_MAIN_DASHBOARD_MONETIZATION:()=>a,CONTEXT_MAIN_DASHBOARD_SPEED:()=>r,CONTEXT_MAIN_DASHBOARD_TRAFFIC:()=>s,default:()=>u});const n="mainDashboardKeyMetrics",s="mainDashboardTraffic",o="mainDashboardContent",r="mainDashboardSpeed",a="mainDashboardMonetization",l="entityDashboardTraffic",c="entityDashboardContent",d="entityDashboardSpeed",g="entityDashboardMonetization",u={CONTEXT_MAIN_DASHBOARD_KEY_METRICS:n,CONTEXT_MAIN_DASHBOARD_TRAFFIC:s,CONTEXT_MAIN_DASHBOARD_CONTENT:o,CONTEXT_MAIN_DASHBOARD_SPEED:r,CONTEXT_MAIN_DASHBOARD_MONETIZATION:a,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:l,CONTEXT_ENTITY_DASHBOARD_CONTENT:c,CONTEXT_ENTITY_DASHBOARD_SPEED:d,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:g}},45472:(e,t,i)=>{i.d(t,{M:()=>n});const n="core/location"},47121:(e,t,i)=>{i.d(t,{$C:()=>M,RF:()=>N,WI:()=>S,_5:()=>_,jU:()=>x,o3:()=>y,x0:()=>j});var n=i(32091),s=i.n(n),o=i(50532),r=i.n(o),a=i(17243),l=i(78913);const c="GET_REGISTRY",d="AWAIT";function g(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=b(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return s()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const u=g,h=g;function p(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,n={})=>t.reduce((e,t)=>t(e,n),e)}const m=g,f=g,k=g;function v(e){return e}function y(...e){const t=k(...e.map(e=>e.initialState||{}));return{initialState:t,controls:h(...e.map(e=>e.controls||{})),actions:u(...e.map(e=>e.actions||{})),reducer:p(t,...e.map(e=>e.reducer||v)),resolvers:m(...e.map(e=>e.resolvers||{})),selectors:f(...e.map(e=>e.selectors||{}))}}const x={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:d}}},_={[c]:(0,l.b)(e=>()=>e),[d]:({payload:e})=>e.value};function b(e){const t=[],i={};for(let n=0;n<e.length;n++){const s=e[n];i[s]=i[s]>=1?i[s]+1:1,i[s]>1&&t.push(s)}return t}const j={actions:x,controls:_,reducer:v};function S(e){return t=>A(e(t))}const A=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const n=e(...i);return s()(void 0!==n,`${t}(...) is not resolved`),n}));function N(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(n,...s)=>{const o=!t,r=!!t;try{return e(i,n,...s),o}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...n)=>{e(t,i,...n)})}}function M(e,t){return s()("function"==typeof e,"a validator function is required."),s()("function"==typeof t,"an action creator function is required."),s()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>n});const n={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var n=i(18117),s=i(17243),o=i(63696);function r(...e){const t=(0,n.MA)(()=>(0,s.debounce)(...e),e);return(0,o.useEffect)(()=>()=>t.cancel(),[t]),t}},53137:(e,t,i)=>{i.d(t,{FQ:()=>o,He:()=>a,bI:()=>r,rq:()=>s,ui:()=>n});const n="warning-notification-gtg",s="gtg-setup-cta",o={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54312:(e,t,i)=>{i.d(t,{A:()=>GenericErrorHandlerActions});var n=i(62688),s=i.n(n),o=i(82871),r=i(20898),a=i(38021),l=i.n(a),c=i(63696),d=i(12417),g=i(1027),u=i(65123),h=i(49383),p=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,n]=(0,c.useState)(!1);return(0,p.jsx)(h.Button,{"aria-label":i?(0,o.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),n(!0)},trailingIcon:(0,p.jsx)(d.A,{className:"mdc-button__icon",icon:i?g.A:u.A}),children:i?(0,o.__)("Copied to clipboard","google-site-kit"):(0,o.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:s().string,componentStack:s().string};const m=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,p.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,p.jsx)(m,{message:e,componentStack:t}),(0,p.jsx)(r.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,o.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:s().string,componentStack:s().string}},54419:e=>{e.exports=googlesitekit.api},55527:(e,t,i)=>{i.d(t,{$z:()=>s.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>n.N,P3:()=>r.P,Si:()=>o.S,fI:()=>d.fI,fh:()=>d.fh,lG:()=>c.a,xA:()=>d.xA});var n=i(91046),s=i(3412),o=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),d=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>h,BT:()=>R,CQ:()=>N,DF:()=>W,GM:()=>A,GT:()=>v,HA:()=>O,HD:()=>u,HP:()=>T,J5:()=>B,JF:()=>C,JK:()=>f,Ml:()=>m,SS:()=>D,UF:()=>d,UY:()=>U,Vl:()=>L,W6:()=>V,Xq:()=>M,YQ:()=>I,Yw:()=>H,dV:()=>w,dX:()=>S,ej:()=>c,em:()=>o,ep:()=>b,fu:()=>x,gC:()=>y,hz:()=>p,jx:()=>g,lV:()=>l,nH:()=>P,oR:()=>n,od:()=>a,p3:()=>k,pG:()=>j,qv:()=>s,qy:()=>E,t1:()=>G,t7:()=>F,tB:()=>_,tK:()=>q,u_:()=>z});const n="core/user",s="connected_url_mismatch",o="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",d="googlesitekit_setup",g="googlesitekit_view_dashboard",u="googlesitekit_manage_options",h="googlesitekit_read_shared_module_data",p="googlesitekit_manage_module_sharing_options",m="googlesitekit_delegate_module_sharing_management",f="googlesitekit_update_plugins",k="kmAnalyticsAdSenseTopEarningContent",v="kmAnalyticsEngagedTrafficSource",y="kmAnalyticsLeastEngagingPages",x="kmAnalyticsNewVisitors",_="kmAnalyticsPopularAuthors",b="kmAnalyticsPopularContent",j="kmAnalyticsPopularProducts",S="kmAnalyticsReturningVisitors",A="kmAnalyticsTopCities",N="kmAnalyticsTopCitiesDrivingLeads",M="kmAnalyticsTopCitiesDrivingAddToCart",C="kmAnalyticsTopCitiesDrivingPurchases",I="kmAnalyticsTopDeviceDrivingPurchases",E="kmAnalyticsTopConvertingTrafficSource",w="kmAnalyticsTopCountries",T="kmAnalyticsTopPagesDrivingLeads",R="kmAnalyticsTopRecentTrendingPages",D="kmAnalyticsTopTrafficSource",L="kmAnalyticsTopTrafficSourceDrivingAddToCart",z="kmAnalyticsTopTrafficSourceDrivingLeads",O="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",B="kmAnalyticsVisitLength",q="kmAnalyticsTopReturningVisitorPages",F="kmSearchConsolePopularKeywords",H="kmAnalyticsVisitsPerVisitor",U="kmAnalyticsMostEngagingPages",G="kmAnalyticsTopCategories",V=[k,v,y,x,_,b,j,S,G,A,N,M,C,I,E,w,R,D,L,P,B,q,H,U,G],W=[...V,F]},59020:(e,t,i)=>{i.d(t,{A:()=>Tooltip});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(90295),l=i(63696),c=i(62540);function Tooltip({children:e,popperClassName:t,tooltipClassName:i,onOpen:n,onClose:s,...o}){const d=(0,l.useRef)(!1),g=n?()=>{d.current||(d.current=!0,n?.())}:void 0,u=n?()=>{d.current=!1,s?.()}:s;return(0,c.jsx)(a.Ay,{classes:{popper:r()("googlesitekit-tooltip-popper",t),tooltip:r()("googlesitekit-tooltip",i)},onOpen:g,onClose:u,...o,arrow:!0,children:e})}Tooltip.propTypes={children:s().node,popperClassName:s().string,tooltipClassName:s().string,onOpen:s().func,onClose:s().func}},59323:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),s=i.n(n),o=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...n}){const s=(0,o.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(s===o.mp?a.Kk:a.Yw),...n,children:i})}c.propTypes={type:s().oneOf(a.tT),size:s().oneOf(a.oJ)}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var n=i(28056),s=i.n(n),o=i(4452),r=i.n(o),a=i(62688),l=i.n(a),c=i(82871),d=i(49383);var g=i(72545),u=i(15167),h=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:o,size:a,step:l,tooltipProps:p}){const m=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function f(e){return r()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,h.jsx)("div",{className:r()("googlesitekit-tour-tooltip",l.className),...p,children:(0,h.jsxs)(s(),{className:"googlesitekit-tooltip-card",children:[(0,h.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,h.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,h.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,h.jsxs)(n.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,h.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:m.map(e=>(0,h.jsx)("li",{className:f(e)},`indicator-${e}`))}),(0,h.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,h.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,o.title&&(0,h.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...o,children:o.title})]})]}),(0,h.jsx)(d.Button,{className:"googlesitekit-tooltip-close",icon:(0,h.jsx)(g.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>o});const n=(0,i(63696).createContext)(""),{Consumer:s,Provider:o}=n,r=n},64067:(e,t,i)=>{i.d(t,{P9:()=>k,k:()=>p,mR:()=>f});var n=i(32091),s=i.n(n),o=i(17243),r=i(50539),a=i.n(r),l=i(21134),c=i(12850);const d="CREATE_SNAPSHOT",g="DELETE_SNAPSHOT",u="RESTORE_SNAPSHOT",h="SET_STATE_FROM_SNAPSHOT";function p(e,{keysToSnapshot:t}={}){s()(e,"storeName is required to create a snapshot store.");const i={},n={*deleteSnapshot(){return yield{payload:{},type:g}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:n}=yield{payload:{},type:u};return i&&(yield{payload:{snapshot:n},type:h},t&&(yield{payload:{},type:g})),i},*createSnapshot(){return yield{payload:{},type:d}}},a={[g]:()=>(0,l.LD)(`datastore::cache::${e}`),[d]:(0,r.createRegistryControl)(i=>()=>{const n=i.stores[e].store.getState(),s=t?.length>0?(0,o.pick)(n,t):n;return(0,l.SO)(`datastore::cache::${e}`,s)}),[u]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:n,controls:a,reducer:function(e=i,{type:n,payload:s}){if(n===h){const{snapshot:i}=s,{error:n,...o}=i;return t?.length>0?{...e,...o}:o}return e}}}function m(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function f(e=a()){return Promise.all(m(e).map(e=>e.getActions().createSnapshot()))}function k(e=a()){return Promise.all(m(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,i)=>{i.d(t,{G:()=>s,t:()=>n});const n=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function s(e,t=n){return t instanceof Set&&t.has(e)}},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>g,SG:()=>d,db:()=>s,e4:()=>h,vl:()=>u});i(17243);var n=i(82871);const s="missing_required_scopes",o="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===s}function d(e){return[o,r].includes(e?.data?.reason)}function g(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||d(e)||c(e)||g(e))}function h(e){return e?.code===a?(0,n.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,n.__)("The server provided an invalid response","google-site-kit"):e?.message}},68869:(e,t,i)=>{i.d(t,{Ay:()=>r});var n=i(6732);const{Consumer:s,Provider:o}=n.A,r=o},71032:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),s=i.n(n),o=i(63696),r=i(82871),a=i(77967),l=i(62540);class MediaErrorHandler extends o.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e})}render(){const{children:e,errorMessage:t}=this.props,{error:i}=this.state;return i?(0,l.jsx)(a.A,{message:t}):e}}MediaErrorHandler.defaultProps={errorMessage:(0,r.__)("Failed to load media","google-site-kit")},MediaErrorHandler.propTypes={children:s().node.isRequired,errorMessage:s().string.isRequired};const c=MediaErrorHandler},71423:(e,t,i)=>{i.d(t,{$:()=>o,D:()=>s});var n=i(24558);const s="core/notifications",o=[n.uR,n.jU,n.f7,n.Ax,n.Is]},72455:(e,t,i)=>{i.d(t,{CV:()=>M,Cu:()=>b,K9:()=>n,Kr:()=>m,Lf:()=>h,Oh:()=>r,PW:()=>N,Rx:()=>T,S9:()=>f,TQ:()=>g,Vt:()=>E,Wl:()=>x,ZC:()=>s,ZY:()=>a,_p:()=>w,ag:()=>p,aj:()=>u,bz:()=>C,dq:()=>I,f2:()=>c,fB:()=>A,fV:()=>S,iB:()=>d,kc:()=>l,mo:()=>v,nc:()=>j,rm:()=>_,to:()=>o,wo:()=>k,yn:()=>y});const n="modules/analytics-4",s="account_create",o="property_create",r="webdatastream_create",a="analyticsSetup",l=10,c=1,d="https://www.googleapis.com/auth/tagmanager.readonly",g="enhanced-measurement-form",u="enhanced-measurement-enabled",h="enhanced-measurement-should-dismiss-activation-banner",p="analyticsAccountCreate",m="analyticsCustomDimensionsCreate",f="https://www.googleapis.com/auth/analytics.edit",k="dashboardAllTrafficWidgetDimensionName",v="dashboardAllTrafficWidgetDimensionColor",y="dashboardAllTrafficWidgetDimensionValue",x="dashboardAllTrafficWidgetActiveRowIndex",_="dashboardAllTrafficWidgetLoaded",b={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},j={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},S=[j.CONTACT,j.GENERATE_LEAD,j.SUBMIT_LEAD_FORM],A={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},N="audiencePermissionsSetup",M="audienceTileCustomDimensionCreate",C="audience-selection-panel-expirable-new-badge-",I="audience",E="customDimension",w="property",T=[I,E,w]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),n||(n=s.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73589:(e,t,i)=>{i.d(t,{CX:()=>s,Py:()=>r,SM:()=>n,kj:()=>o});const n="adsense-connect-cta",s="adsense-connect-cta-tooltip-state",o="adsense-ga4-top-earnings-notice",r="adsense"},73874:(e,t,i)=>{i.d(t,{Ay:()=>a,Oo:()=>o,oE:()=>r});var n=i(24558),s=i(77766);const o=n.jU,r=n.f7;function a(){const e=(0,s.A)();return e===n.jU||e===n.Ax?o:e===n.f7||e===n.Is?r:null}},74595:(e,t,i)=>{i.d(t,{wA:()=>a.A,ws:()=>u.w,WM:()=>r.A});var n=i(29725),s=i(56805),o=i(78913),r=i(35470),a=i(63737),l=i(44319),c=i(31170),d=i(30043),g=i(66293),u=i(1102),h=i(47121),p=i(97241);const m=(0,n.I)({},i.g.wp?.data);m.combineStores=h.o3,m.commonActions=h.jU,m.commonControls=h._5,m.commonStore=h.x0,m.createReducer=function(e){return(0,p.Ay)(e)},m.useInViewSelect=u.w,m.controls=s.n,m.createRegistryControl=o.b,m.createRegistrySelector=o.N,m.useSelect=r.A,m.useDispatch=a.A,m.useRegistry=l.A,m.withSelect=c.A,m.withDispatch=d.A,m.RegistryProvider=g.Ay;const f=m;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=f},74995:(e,t,i)=>{i.d(t,{A:()=>Notifications});var n=i(62688),s=i.n(n),o=i(50539),r=i(77766),a=i(71423),l=i(53137),c=i(50532),d=i.n(c),g=i(43569),u=i(62540);const h=d()(e=>({id:e,Notification:p(e)(g.A)}));function p(e){return t=>{function WithNotificationID(i){return(0,u.jsx)(t,{...i,id:e})}return WithNotificationID.displayName="WithNotificationID",(t.displayName||t.name)&&(WithNotificationID.displayName+=`(${t.displayName||t.name})`),WithNotificationID}}function Notifications({areaSlug:e,groupID:t=l.He.DEFAULT}){const i=(0,r.A)(),n=(0,o.useSelect)(e=>e(a.D).getQueuedNotifications(i,t));if(void 0===n?.[0]||n?.[0]?.areaSlug!==e)return null;const{id:s,Component:c}=n[0],d={...h(s)};return(0,u.jsx)(c,{...d})}Notifications.propTypes={viewContext:s().string,areaSlug:s().string}},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>d});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:n,alignBottom:s,alignRight:o,alignLeft:l,smAlignRight:c,mdAlignRight:d,lgAlignRight:g,smSize:u,smStart:h,smOrder:p,mdSize:m,mdStart:f,mdOrder:k,lgSize:v,lgStart:y,lgOrder:x,size:_,children:b,...j}=e;return(0,a.jsx)("div",{...j,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":n,"mdc-layout-grid__cell--align-bottom":s,"mdc-layout-grid__cell--align-right":o,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":d,"mdc-layout-grid__cell--align-right-desktop":g,[`mdc-layout-grid__cell--span-${_}`]:12>=_&&_>0,[`mdc-layout-grid__cell--span-${v}-desktop`]:12>=v&&v>0,[`mdc-layout-grid__cell--start-${y}-desktop`]:12>=y&&y>0,[`mdc-layout-grid__cell--order-${x}-desktop`]:12>=x&&x>0,[`mdc-layout-grid__cell--span-${m}-tablet`]:8>=m&&m>0,[`mdc-layout-grid__cell--start-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--order-${k}-tablet`]:8>=k&&k>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${h}-phone`]:4>=h&&h>0,[`mdc-layout-grid__cell--order-${p}-phone`]:4>=p&&p>0}),children:b})}Cell.propTypes={smSize:s().number,smStart:s().number,smOrder:s().number,mdSize:s().number,mdStart:s().number,mdOrder:s().number,lgSize:s().number,lgStart:s().number,lgOrder:s().number,size:s().number,alignTop:s().bool,alignMiddle:s().bool,alignBottom:s().bool,alignRight:s().bool,alignLeft:s().bool,smAlignRight:s().bool,mdAlignRight:s().bool,lgAlignRight:s().bool,className:s().string,children:s().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},n)=>(0,a.jsx)("div",{ref:n,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:s().string,children:s().node},c.defaultProps={className:""};const d=c,g=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:n,collapsed:s,...o},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":s,"mdc-layout-grid--fill":t}),...o,ref:l,children:n}));g.displayName="Grid",g.propTypes={alignLeft:s().bool,fill:s().bool,className:s().string,collapsed:s().bool,children:s().node},g.defaultProps={className:""};const u=g},77513:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),s=i.n(n),o=i(90007),r=i(12850),a=i(62540);function NotificationFromServer({id:e,titleIcon:t,title:i,content:n,ctaLabel:s,ctaTarget:l,ctaURL:c,dismissible:d,dismissLabel:g,learnMoreLabel:u,learnMoreURL:h,onCTAClick:p,onDismissClick:m,gaTrackingEventArgs:f}){const k={expiresInSeconds:r.Jg};return(0,a.jsx)(o.A,{notificationID:e,type:o.Q.WARNING,titleIcon:t||void 0,title:i,description:n,learnMoreLink:h?{label:u,href:h}:void 0,ctaButton:{label:s,href:c,target:l,onClick:p,dismissOptions:k},dismissButton:d?{label:g,onClick:m,dismissOptions:k}:void 0,gaTrackingEventArgs:f})}NotificationFromServer.propTypes={id:s().string.isRequired,title:s().string.isRequired,content:s().node,ctaLabel:s().string,ctaTarget:s().string,ctaURL:s().string,dismissible:s().bool,dismissLabel:s().string,learnMoreLabel:s().string,learnMoreURL:s().string,onCTAClick:s().func,onDismissClick:s().func,gaTrackingEventArgs:s().object};const l=NotificationFromServer},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),s=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,n.useContext)(s.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var n=i(62688),s=i.n(n),o=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),d=i(80035),g=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:n,message:s=t.message,noPrefix:h=!1,skipRetryMessage:p,hideIcon:m=!1}){const f=(0,l.useDispatch)(),k=(0,l.useSelect)(e=>n?e(n).getSelectorDataForError(t):null),v=(0,o.useCallback)(()=>{f(k.storeName).invalidateResolution(k.name,k.args)},[f,k]);if(!s||(0,c.G)(t))return null;const y=i&&(0,c.vl)(t,k);let x=s;i||p||(x=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),x)),h||(x=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),x));const _=t?.data?.reconnectURL;_&&(0,a.m)(_)&&(x=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),x,_));return(0,u.jsx)(d.A,{className:e,type:d.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(x,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:y?{label:(0,r.__)("Retry","google-site-kit"),onClick:v}:void 0,hideIcon:m})}ErrorNotice.propTypes={className:s().string,error:s().shape({message:s().string}),hasButton:s().bool,storeName:s().string,message:s().string,noPrefix:s().bool,skipRetryMessage:s().bool,hideIcon:s().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>n});const n="core/forms"},79829:(e,t,i)=>{i.d(t,{Eo:()=>g,JK:()=>m,K5:()=>p,jq:()=>h,mK:()=>d});var n=i(17243),s=i(50532),o=i.n(s),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:n}=function(e,t={}){const{hours:i,minutes:n,seconds:s}=l(e);return{hours:i,minutes:n,seconds:s,formatUnit(){const{unitDisplay:o="short",...a}=t,l={unitDisplay:o,...a,style:"unit"};return 0===e?h(s,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?h(s,{...l,unit:"second"}):"",n?h(n,{...l,unit:"minute"}):"",i?h(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),s);if(0===e)return t;const o=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),n),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),s?t:"",n?o:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return n()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function d(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function g(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=d(t),{style:s="metric"}=i;return"metric"===s?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),h(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),h(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),h(c(e),e%10==0?{}:t)):h(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===s?a(e,i):"durationISO"===s?function(e){let{hours:t,minutes:i,seconds:n}=l(e);return n=("0"+n).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${n}`:`${t}:${i}:${n}`}(e):h(e,i)}const u=o()(console.warn);function h(e,t={}){const{locale:i=m(),...n}=t;try{return new Intl.NumberFormat(i,n).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const s={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},o=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(n))s[e]&&t===s[e]||o.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function p(e,t={}){const{locale:i=m(),style:n="long",type:s="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:n,type:s}).format(e)} /* translators: used between list items, there is a space after the comma. */const o=(0,r.__)(", ","google-site-kit");return e.join(o)}function m(e=i.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>y});var n,s=i(62688),o=i.n(s),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},d.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var g=i(42343),u=i(49655),h=i(62540);const p={[u.Q.NEW]:g.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=p[e]||warning_notice;return(0,h.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,h.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,h.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:o().oneOf(Object.values(u.Q))},Title.propTypes={className:o().string,children:o().node},Description.propTypes={className:o().string,children:o().node};var m=i(49383),f=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:n,href:s,external:o,hideExternalIndicator:r}){let a;return o&&!r&&(a=(0,h.jsx)(f.A,{width:14,height:14})),(0,h.jsx)(m.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:n,href:s,target:o?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:o().string.isRequired,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,external:o().bool,hideExternalIndicator:o().bool};var k=i(82871);function DismissButton({label:e=(0,k.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,h.jsx)(m.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:o().string,onClick:o().func.isRequired,disabled:o().bool};const v=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:n,ctaButton:s,type:o=u.Q.INFO,children:r,hideIcon:l},c)=>(0,h.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${o}`,e),children:[!l&&(0,h.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,h.jsx)(Icon,{type:o})}),(0,h.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,h.jsx)(Title,{children:t}),i&&(0,h.jsx)(Description,{children:i})]}),(n?.label||n?.onClick||s?.label&&(s?.onClick||s?.href)||r)&&(0,h.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(n?.label||n?.onClick)&&(0,h.jsx)(DismissButton,{label:n.label,onClick:n.onClick,disabled:n.disabled}),s?.label&&(s?.onClick||s?.href)&&(0,h.jsx)(CTAButton,{label:s.label,onClick:s.onClick,inProgress:s.inProgress,disabled:s.disabled,href:s.href,external:s.external,hideExternalIndicator:s.hideExternalIndicator})]})]}));v.TYPES=u.Q,v.propTypes={className:o().string,title:o().oneOfType([o().string,o().object]),description:o().node,type:o().oneOf(Object.values(u.Q)),dismissButton:o().shape(DismissButton.propTypes),ctaButton:o().shape({...CTAButton.propTypes,label:o().string}),children:o().node,hideIcon:o().bool};const y=v},82046:(e,t,i)=>{i.d(t,{C:()=>o,p:()=>s});var n=i(15210);function s(e,t={}){return{__html:n.O.sanitize(e,t)}}function o(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82167:(e,t,i)=>{i.d(t,{A:()=>OptIn});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(63696),l=i(13606),c=i(82871),d=i(50539),g=i(49383),u=i(58116),h=i(89318),p=i(20898),m=i(77766),f=i(50787),k=i(62540);function OptIn({id:e="googlesitekit-opt-in",name:t="optIn",className:i,trackEventCategory:n,alignLeftCheckbox:s=!1}){const[o,v]=(0,a.useState)(),y=(0,d.useSelect)(e=>e(u.oR).isTrackingEnabled()),x=(0,d.useSelect)(e=>e(u.oR).getErrorForAction("setTrackingEnabled",[!y])),{setTrackingEnabled:_}=(0,d.useDispatch)(u.oR),b=(0,m.A)(),j=(0,a.useCallback)(async e=>{const{response:t,error:i}=await _(e);i?v(y):((0,h.M9)(t.enabled),t.enabled&&(0,h.sx)(n||b,"tracking_optin"))},[y,_,n,b]);(0,a.useEffect)(()=>{void 0!==y&&void 0===o&&v(y)},[y,o]);const S=(0,f.d)(j,300),A=(0,a.useCallback)(e=>{const t=e.target.checked;v(t),S(t)},[S]);return(0,k.jsxs)("div",{className:r()("googlesitekit-opt-in",i),children:[(0,k.jsx)(g.Checkbox,{id:e,name:t,value:"1",checked:o,onChange:A,loading:void 0===y,alignLeft:s,children:(0,l.A)((0,c.__)("<span>Help us improve Site Kit by sharing anonymous usage data.</span> <span>All collected data is treated in accordance with the <a>Google Privacy Policy.</a></span>","google-site-kit"),{a:(0,k.jsx)(p.A,{href:"https://policies.google.com/privacy",external:!0},"link"),span:(0,k.jsx)("span",{})})}),x?.message&&(0,k.jsx)("div",{className:"googlesitekit-error-text",children:x?.message})]})}OptIn.propTypes={id:s().string,name:s().string,className:s().string,trackEventCategory:s().string,alignLeftCheckbox:s().bool}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var n=i(62688),s=i.n(n),o=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,o.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:s().node.isRequired,marginLeft:s().number,marginRight:s().number}},84826:(e,t,i)=>{i.d(t,{A:()=>HelpMenu});var n,s=i(62688),o=i.n(s),r=i(21795),a=i(63696),l=i(19266),c=i(82871),d=i(50539),g=i(49383);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},u.apply(null,arguments)}const h=e=>a.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),n||(n=a.createElement("path",{fill:"currentColor",d:"M9 16h2v-2H9zm1-16C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14C7.79 4 6 5.79 6 8h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"})));var p=i(99235),m=i(12850),f=i(20898),k=i(77766),v=i(62540);function HelpMenuLink({children:e,href:t,gaEventLabel:i}){const n=(0,k.A)(),s=(0,a.useCallback)(async()=>{i&&await(0,m.sx)(`${n}_headerbar_helpmenu`,"click_outgoing_link",i)},[i,n]);return(0,v.jsx)("li",{className:"googlesitekit-help-menu-link mdc-list-item",role:"none",children:(0,v.jsx)(f.A,{className:"mdc-list-item__text",href:t,role:"menuitem",onClick:s,external:!0,hideExternalIndicator:!0,children:e})})}HelpMenuLink.propTypes={children:o().node.isRequired,href:o().string.isRequired,gaEventLabel:o().string};const y=HelpMenuLink;var x=i(37226),_=i(93896),b=i(73589);function HelpMenu({children:e}){const[t,i]=(0,a.useState)(!1),n=(0,a.useRef)(),s=(0,k.A)();(0,r.A)(n,()=>i(!1)),(0,p.l)([l._f,l.wn],n,()=>i(!1));const o=(0,d.useSelect)(e=>e(x.i).isModuleActive(b.Py)),u=(0,a.useCallback)(()=>{t||(0,m.sx)(`${s}_headerbar`,"open_helpmenu"),i(!t)},[t,s]),f=(0,a.useCallback)(()=>{i(!1)},[]),j=(0,d.useSelect)(e=>e(_.O4).getDocumentationLinkURL("fix-common-issues"));return(0,v.jsxs)("div",{ref:n,className:"googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,v.jsx)(g.Button,{"aria-controls":"googlesitekit-help-menu","aria-expanded":t,"aria-label":(0,c.__)("Help","google-site-kit"),"aria-haspopup":"menu",className:"googlesitekit-header__dropdown googlesitekit-border-radius-round googlesitekit-button-icon googlesitekit-help-menu__button mdc-button--dropdown",icon:(0,v.jsx)(h,{width:"20",height:"20"}),onClick:u,tooltipEnterDelayInMS:500,text:!0}),(0,v.jsxs)(g.Menu,{className:"googlesitekit-width-auto",menuOpen:t,id:"googlesitekit-help-menu",onSelected:f,children:[e,(0,v.jsx)(y,{gaEventLabel:"fix_common_issues",href:j,children:(0,c.__)("Fix common issues","google-site-kit")}),(0,v.jsx)(y,{gaEventLabel:"documentation",href:"https://sitekit.withgoogle.com/documentation/",children:(0,c.__)("Read help docs","google-site-kit")}),(0,v.jsx)(y,{gaEventLabel:"support_forum",href:"https://wordpress.org/support/plugin/google-site-kit/",children:(0,c.__)("Get support","google-site-kit")}),o&&(0,v.jsx)(y,{gaEventLabel:"adsense_help",href:"https://support.google.com/adsense/",children:(0,c.__)("Get help with AdSense","google-site-kit")})]})]})}HelpMenu.propTypes={children:o().node}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s,o=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),s||(s=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},86134:(e,t,i)=>{i.d(t,{N$:()=>s,aO:()=>o,qB:()=>n});const n={BOXES:"boxes",COMPOSITE:"composite"},s={QUARTER:"quarter",HALF:"half",FULL:"full"},o="core/widgets"},88341:(e,t,i)=>{var n=i(131),s=i(78325),o=i(21134),r=i(12701),a=i(50539),l=i(93896),c=i(58116),d=i(63696),g=i(44451),u=i(82286),h=i(82871),p=i(12850),m=i(99620),f=i(55527),k=i(37226),v=i(45472);const y="connect-analytics-setup-splash",x="analytics-setup-opt-in",_="shared_dashboard_splash";var b=i(99897),j=i(77766),S=i(12755),A=i(84826),N=i(40409),M=i(92368),C=i(74595),I=i(62540);function ExitSetup(){const e=(0,C.WM)(e=>e(l.O4).getAdminURL()),{navigateTo:t}=(0,C.wA)(v.M);return(0,I.jsx)(M.$n,{onClick:function(){t(`${e}plugins.php`)},tertiary:!0,children:(0,h.__)("Exit setup","google-site-kit")})}var E=i(6464);function Header_Header(){const e=(0,E.i)("setupFlowRefresh");return(0,I.jsx)(S.A,{subHeader:e?(0,I.jsx)(N.A,{}):null,children:e?(0,I.jsx)(ExitSetup,{}):(0,I.jsx)(A.A,{})})}var w,T,R,D,L,z,O,P,B,q,F,H,U,G,V,W,Z,Y,$,Q,K,X,J,ee=i(86751),te=i(62688),ie=i.n(te),ne=i(13606),se=i(49383),oe=i(78340);function re(){return re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},re.apply(null,arguments)}const ae=e=>d.createElement("svg",re({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 378 196"},e),w||(w=d.createElement("g",{filter:"url(#analytics-setup-sidekick_svg__a)"},d.createElement("rect",{width:148,height:122,x:135,y:2,fill:"#fff",rx:3.976}))),T||(T=d.createElement("path",{fill:"#202124",d:"M147.754 25.902v-7.98h1.939l2.118 5.607h.089l2.118-5.606h1.95v7.98h-1.494v-3.935l.09-1.326h-.09l-2.028 5.26h-1.17l-2.04-5.26h-.089l.089 1.326v3.934zm12.456.179q-.892 0-1.583-.39a2.93 2.93 0 0 1-1.07-1.081 3.16 3.16 0 0 1-.379-1.55 3.1 3.1 0 0 1 .379-1.537q.39-.692 1.07-1.082.691-.4 1.583-.4.891 0 1.571.4a2.85 2.85 0 0 1 1.059 1.082q.39.68.39 1.537 0 .859-.39 1.55a2.85 2.85 0 0 1-1.059 1.08q-.68.39-1.571.39Zm0-1.36q.423 0 .769-.19a1.5 1.5 0 0 0 .568-.568q.223-.378.223-.903 0-.524-.223-.891a1.5 1.5 0 0 0-.568-.569 1.5 1.5 0 0 0-.769-.2 1.6 1.6 0 0 0-.781.2 1.6 1.6 0 0 0-.579.569q-.212.367-.212.891t.212.903q.223.368.579.569.369.189.781.189m6.244 1.36q-.735 0-1.259-.212a2.4 2.4 0 0 1-.836-.557 2.3 2.3 0 0 1-.479-.758l1.304-.569q.368.814 1.27.814.357 0 .647-.111a.44.44 0 0 0 .29-.435.41.41 0 0 0-.156-.346.9.9 0 0 0-.368-.2 3 3 0 0 0-.457-.123l-.669-.145a2.5 2.5 0 0 1-.78-.312 2 2 0 0 1-.602-.58 1.5 1.5 0 0 1-.223-.813q0-.513.29-.891.301-.38.803-.591a2.9 2.9 0 0 1 1.125-.212q.847 0 1.449.301.601.3.903.936l-1.249.546a1 1 0 0 0-.468-.468 1.4 1.4 0 0 0-.601-.133q-.38 0-.602.144-.223.145-.223.346 0 .212.223.368.222.156.535.234l.836.2q.846.201 1.27.647.435.446.435 1.07 0 .557-.323.98-.324.412-.87.647a3.2 3.2 0 0 1-1.215.223m5.885-.09q-.88 0-1.382-.501-.501-.513-.502-1.404v-2.62h-.991V20.22h.991v-1.605h1.46v1.605h1.393v1.248h-1.393v2.351q0 .39.168.602.167.2.557.2a.9.9 0 0 0 .368-.066 3 3 0 0 0 .345-.178v1.426a2.7 2.7 0 0 1-1.014.19Zm4.751 2.319v-8.091h1.371v.69h.089q.212-.334.647-.601.446-.268 1.058-.268.781 0 1.394.39.624.38.98 1.059.368.68.368 1.571 0 .893-.368 1.572-.356.68-.98 1.07a2.6 2.6 0 0 1-1.394.379q-.612 0-1.058-.257-.435-.267-.647-.602h-.089l.089.803v2.285zm2.909-3.578a1.48 1.48 0 0 0 1.326-.791 1.7 1.7 0 0 0 .223-.88q0-.513-.223-.881a1.5 1.5 0 0 0-.568-.568 1.46 1.46 0 0 0-1.516 0q-.345.2-.568.58a1.7 1.7 0 0 0-.212.868q0 .502.212.88.222.37.568.58.357.212.758.212m6.842 1.349q-.89 0-1.582-.39a2.93 2.93 0 0 1-1.07-1.081 3.16 3.16 0 0 1-.379-1.55 3.1 3.1 0 0 1 .379-1.537q.39-.692 1.07-1.082.691-.4 1.582-.4t1.572.4a2.85 2.85 0 0 1 1.059 1.082q.39.68.39 1.537 0 .859-.39 1.55a2.85 2.85 0 0 1-1.059 1.08q-.68.39-1.572.39Zm0-1.36q.424 0 .769-.19a1.5 1.5 0 0 0 .569-.568q.222-.378.223-.903 0-.524-.223-.891a1.5 1.5 0 0 0-.569-.569 1.6 1.6 0 0 0-1.549 0 1.6 1.6 0 0 0-.579.569q-.212.367-.212.891t.212.903q.223.368.579.569.367.189.78.189m4.039 3.589v-8.091h1.37v.69h.09q.211-.334.646-.601.446-.268 1.059-.268.78 0 1.393.39.624.38.981 1.059.367.68.367 1.571 0 .893-.367 1.572-.357.68-.981 1.07a2.6 2.6 0 0 1-1.393.379q-.613 0-1.059-.257-.435-.267-.646-.602h-.09l.09.803v2.285zm2.908-3.578a1.48 1.48 0 0 0 1.327-.791 1.7 1.7 0 0 0 .223-.88q0-.513-.223-.881a1.5 1.5 0 0 0-.569-.568 1.46 1.46 0 0 0-1.515 0 1.57 1.57 0 0 0-.569.58 1.7 1.7 0 0 0-.212.868q0 .502.212.88.223.37.569.58.356.212.757.212m6.12 1.349q-1.049 0-1.572-.647-.524-.646-.524-1.76v-3.455h1.46v3.276q0 .58.279.914a.94.94 0 0 0 .736.323q.646 0 1.003-.468t.356-1.148V20.22h1.46v5.683h-1.371v-.713h-.089a1.83 1.83 0 0 1-.724.658 2.2 2.2 0 0 1-1.014.234Zm4.632-.179v-7.98H206v7.98zm4.579.179q-.603 0-1.07-.234a1.9 1.9 0 0 1-.725-.68 1.9 1.9 0 0 1-.267-1.003q0-.591.301-1.014.312-.424.825-.658a2.8 2.8 0 0 1 1.159-.234q.524 0 .902.09.38.077.602.166v-.245a.93.93 0 0 0-.345-.746q-.346-.301-.948-.301a1.7 1.7 0 0 0-.78.189 1.8 1.8 0 0 0-.613.48l-.936-.736q.412-.536 1.037-.825a3.2 3.2 0 0 1 1.359-.29q1.304 0 1.984.602t.68 1.76v3.5h-1.438v-.58h-.089a1.96 1.96 0 0 1-.646.536q-.402.223-.992.223m.345-1.137q.445 0 .747-.19.312-.2.468-.512.167-.312.167-.658a2.3 2.3 0 0 0-.557-.19 2.6 2.6 0 0 0-.635-.077q-.646 0-.892.245a.82.82 0 0 0-.245.602q0 .334.234.557.245.223.713.223m4.163.958V20.22h1.371v.757h.089a1.76 1.76 0 0 1 .647-.657 1.9 1.9 0 0 1 .991-.268q.223 0 .402.034.179.033.312.089v1.46a4 4 0 0 0-.468-.145 1.7 1.7 0 0 0-.48-.067q-.657 0-1.036.48-.368.479-.368 1.17v2.83zm-63.399 16.179q-.869 0-1.549-.38a2.9 2.9 0 0 1-1.059-1.07q-.378-.69-.378-1.57t.378-1.56a2.87 2.87 0 0 1 1.059-1.07q.68-.39 1.549-.39.948 0 1.627.4.681.401.981 1.16l-1.337.557a1.2 1.2 0 0 0-.502-.569 1.5 1.5 0 0 0-.769-.19q-.647 0-1.092.458-.435.445-.435 1.203 0 .77.435 1.226.445.447 1.092.446.49 0 .814-.212.323-.223.524-.601l1.304.58a2.7 2.7 0 0 1-1.015 1.147q-.68.435-1.627.435m6.379 0q-.892 0-1.582-.39a2.9 2.9 0 0 1-1.07-1.081 3.16 3.16 0 0 1-.379-1.55 3.1 3.1 0 0 1 .379-1.538q.39-.69 1.07-1.08.69-.402 1.582-.402.891 0 1.571.401a2.84 2.84 0 0 1 1.059 1.081q.39.68.39 1.538a3.1 3.1 0 0 1-.39 1.55 2.84 2.84 0 0 1-1.059 1.08q-.68.39-1.571.39Zm0-1.36q.423 0 .769-.19.357-.2.568-.568.223-.378.223-.903 0-.523-.223-.891a1.5 1.5 0 0 0-.568-.569 1.6 1.6 0 0 0-1.549 0 1.6 1.6 0 0 0-.58.569q-.211.367-.211.891t.211.903q.223.368.58.569.367.189.78.189m4.029 1.181V36.22h1.37v.713h.089q.257-.412.725-.647.468-.245 1.014-.245 1.047 0 1.571.636.524.635.524 1.694v3.532h-1.46v-3.354q0-.558-.289-.847-.28-.3-.769-.301-.613 0-.97.468-.346.467-.346 1.137v2.897h-1.459Zm8.862.09q-.88 0-1.382-.502-.501-.513-.501-1.404v-2.62h-.992V36.22h.992v-1.605h1.46v1.605h1.393v1.248h-1.393v2.351q0 .39.167.602.167.2.557.2a.9.9 0 0 0 .368-.066 3 3 0 0 0 .345-.178v1.426a2.7 2.7 0 0 1-1.014.19Zm4.652.089q-.858 0-1.538-.39a2.87 2.87 0 0 1-1.059-1.07 3.13 3.13 0 0 1-.379-1.55q0-.813.379-1.504.379-.69 1.037-1.103.657-.424 1.504-.424.914 0 1.538.39t.947 1.048q.324.645.324 1.438 0 .178-.011.312a2 2 0 0 1-.023.178h-4.257q.1.67.535 1.025.434.357 1.025.357.524 0 .881-.223a1.74 1.74 0 0 0 .557-.58l1.181.58q-.4.703-1.047 1.114-.647.402-1.594.402m-.045-4.848q-.501 0-.891.3a1.58 1.58 0 0 0-.546.837h2.83a1.1 1.1 0 0 0-.189-.513 1.34 1.34 0 0 0-.468-.446 1.4 1.4 0 0 0-.736-.178m3.922 4.67v-5.684h1.371v.713h.089q.257-.412.725-.647.468-.245 1.014-.245 1.047 0 1.571.636.524.635.524 1.694v3.532h-1.46v-3.354q0-.558-.29-.847-.278-.3-.769-.301-.612 0-.969.468-.346.467-.346 1.137v2.897zm8.863.089q-.88 0-1.382-.502-.501-.513-.501-1.404v-2.62h-.992V36.22h.992v-1.605h1.46v1.605h1.393v1.248h-1.393v2.351q0 .39.167.602.167.2.557.2a.9.9 0 0 0 .368-.066 3 3 0 0 0 .345-.178v1.426a2.7 2.7 0 0 1-1.014.19Z"})),R||(R=d.createElement("path",{fill:"#C7C7C7",d:"M149.749 64.817h-.742v-4.92l-1.488.546v-.67l2.115-.794h.115zm1.381 15h-3.807v-.53l2.011-2.236q.447-.507.615-.822.172-.32.172-.658 0-.455-.276-.746-.275-.292-.734-.292-.55 0-.858.316-.303.31-.303.87h-.739q0-.803.515-1.297.52-.495 1.385-.495.81 0 1.281.427.471.422.471 1.13 0 .857-1.094 2.042l-1.556 1.688h2.917zm-2.733 11.736h.554q.523-.008.822-.276.3-.267.3-.722 0-1.022-1.018-1.022-.479 0-.766.276-.283.27-.283.722h-.739q0-.69.503-1.145.507-.46 1.285-.46.822 0 1.289.436.467.435.467 1.209 0 .379-.247.734a1.48 1.48 0 0 1-.667.53q.478.153.738.504.264.351.264.858 0 .782-.511 1.24-.512.46-1.329.46-.818 0-1.333-.443-.51-.443-.511-1.17h.743q0 .459.299.735.3.275.802.275.535 0 .818-.28.284-.278.284-.801 0-.507-.312-.778-.311-.272-.898-.28h-.554zm2.043 16.312h.806v.603h-.806v1.349h-.742v-1.349h-2.646v-.435l2.602-4.026h.786zm-2.55 0h1.808v-2.849l-.088.16z"})),D||(D=d.createElement("path",{fill:"#C7C7C7",d:"M149 62.227c0-1.23 1.104-2.227 2.465-2.227h51.464c1.362 0 2.465.997 2.465 2.227s-1.103 2.227-2.465 2.227h-51.464c-1.361 0-2.465-.997-2.465-2.227m0 14.849c0-1.23 1.104-2.227 2.465-2.227h80.07c1.361 0 2.465.997 2.465 2.227s-1.104 2.227-2.465 2.227h-80.07c-1.361 0-2.465-.997-2.465-2.227m0 14.848c0-1.23 1.104-2.227 2.465-2.227h44.109c1.361 0 2.464.997 2.464 2.227s-1.103 2.227-2.464 2.227h-44.109c-1.361 0-2.465-.997-2.465-2.227m0 14.849c0-1.23 1.104-2.228 2.465-2.228h59.637c1.362 0 2.465.998 2.465 2.228S212.464 109 211.102 109h-59.637c-1.361 0-2.465-.997-2.465-2.227"})),L||(L=d.createElement("g",{filter:"url(#analytics-setup-sidekick_svg__b)"},d.createElement("rect",{width:148,height:122,x:4,y:52,fill:"#fff",rx:3.976}))),z||(z=d.createElement("path",{fill:"#202124",d:"M19.707 75.08q-.936 0-1.638-.4a2.8 2.8 0 0 1-1.08-1.149q-.38-.758-.38-1.805v-4.803h1.494v4.892q0 .792.4 1.315.414.524 1.204.524.791 0 1.193-.524.412-.523.412-1.315v-4.892h1.494v4.803q0 .992-.38 1.75a2.83 2.83 0 0 1-1.069 1.181q-.69.424-1.65.424Zm4.585-.178V69.22h1.37v.713h.09q.256-.412.724-.647.468-.245 1.014-.245 1.049 0 1.572.635.523.636.523 1.695v3.532h-1.46v-3.354q0-.558-.29-.847-.277-.3-.768-.301-.613 0-.97.468-.345.467-.345 1.137v2.897zm7.496-6.308a.91.91 0 0 1-.669-.278.91.91 0 0 1-.278-.669q0-.39.278-.657a.91.91 0 0 1 .669-.279q.39 0 .658.279a.88.88 0 0 1 .278.657q0 .39-.278.669a.88.88 0 0 1-.658.278m-.736 6.308V69.22h1.46v5.683zm7.072 2.408v-2.285l.089-.803h-.09q-.21.335-.645.602-.435.257-1.06.257-.78 0-1.404-.38a2.8 2.8 0 0 1-.991-1.07q-.357-.679-.357-1.57 0-.892.357-1.572a2.73 2.73 0 0 1 .991-1.059 2.6 2.6 0 0 1 1.405-.39q.624 0 1.059.268t.646.601h.089v-.69h1.36v8.09h-1.45Zm-1.46-3.578q.412 0 .758-.212.357-.21.568-.58.223-.378.223-.88a1.64 1.64 0 0 0-.223-.869 1.47 1.47 0 0 0-.568-.58 1.46 1.46 0 0 0-1.516 0q-.346.201-.568.569a1.74 1.74 0 0 0-.212.88q0 .502.212.88.222.38.568.591.356.201.758.201m6.352 1.349q-1.047 0-1.572-.647-.523-.646-.523-1.76v-3.455h1.46v3.276q0 .58.278.914a.95.95 0 0 0 .736.323q.645 0 1.003-.468t.356-1.148V69.22h1.46v5.683h-1.37v-.713h-.09a1.83 1.83 0 0 1-.724.658 2.2 2.2 0 0 1-1.014.234Zm7.23 0q-.858 0-1.538-.39a2.87 2.87 0 0 1-1.059-1.07q-.379-.68-.379-1.55 0-.813.38-1.504.378-.69 1.036-1.103.657-.424 1.504-.424.915 0 1.538.39.624.39.947 1.048.324.645.324 1.438 0 .177-.011.312a2 2 0 0 1-.023.178h-4.257q.1.669.535 1.025.434.357 1.025.357.525 0 .88-.223.357-.234.558-.58l1.181.58q-.4.703-1.047 1.114-.647.402-1.594.402m-.045-4.848q-.501 0-.891.3a1.58 1.58 0 0 0-.546.837h2.83a1.1 1.1 0 0 0-.189-.513 1.35 1.35 0 0 0-.468-.446 1.4 1.4 0 0 0-.736-.178m8.306 4.67L56.1 69.218h1.66l1.438 3.7h.09l1.46-3.7h1.638l-2.43 5.683h-1.449Zm5.496-6.309a.91.91 0 0 1-.669-.278.91.91 0 0 1-.278-.669q0-.39.279-.657a.91.91 0 0 1 .668-.279q.39 0 .658.279a.88.88 0 0 1 .278.657q0 .39-.278.669a.88.88 0 0 1-.658.278m-.735 6.308V69.22h1.46v5.683zm5.142.179q-.735 0-1.26-.212a2.36 2.36 0 0 1-.836-.557 2.3 2.3 0 0 1-.479-.758l1.304-.569q.368.814 1.27.814.357 0 .647-.111a.44.44 0 0 0 .29-.435.41.41 0 0 0-.156-.346.9.9 0 0 0-.368-.2 3 3 0 0 0-.457-.123l-.669-.145a2.5 2.5 0 0 1-.78-.312 2 2 0 0 1-.602-.58 1.5 1.5 0 0 1-.222-.813q0-.512.29-.891.3-.38.802-.591a2.9 2.9 0 0 1 1.125-.212q.847 0 1.45.301.6.3.902.936l-1.248.546a1.02 1.02 0 0 0-.468-.468 1.4 1.4 0 0 0-.602-.133q-.379 0-.602.145-.223.144-.223.345 0 .212.223.368t.535.234l.836.2q.846.201 1.27.647.435.446.435 1.07 0 .557-.323.98-.323.412-.87.647a3.2 3.2 0 0 1-1.214.223m4.235-6.487a.91.91 0 0 1-.669-.278.91.91 0 0 1-.279-.669q0-.39.279-.657a.91.91 0 0 1 .669-.279q.39 0 .657.279a.88.88 0 0 1 .279.657q0 .39-.279.669a.88.88 0 0 1-.657.278m-.736 6.308V69.22h1.46v5.683zm5.4.09q-.88 0-1.382-.502-.502-.513-.502-1.404v-2.62h-.992V69.22h.992v-1.605h1.46v1.605h1.393v1.248h-1.393v2.351q0 .39.167.602.168.2.558.2a.9.9 0 0 0 .368-.066 3 3 0 0 0 .345-.178v1.426q-.48.19-1.014.19Zm4.707.089q-.892 0-1.582-.39a2.93 2.93 0 0 1-1.07-1.081 3.17 3.17 0 0 1-.38-1.55q0-.858.38-1.538.39-.69 1.07-1.08.69-.402 1.582-.402t1.572.401q.68.402 1.058 1.081.39.68.39 1.538a3.1 3.1 0 0 1-.39 1.55 2.84 2.84 0 0 1-1.058 1.08q-.68.39-1.572.39Zm0-1.36q.423 0 .77-.19a1.5 1.5 0 0 0 .567-.568 1.75 1.75 0 0 0 .223-.903q0-.523-.222-.891a1.5 1.5 0 0 0-.569-.569 1.6 1.6 0 0 0-1.55 0 1.6 1.6 0 0 0-.579.569q-.21.368-.211.891 0 .524.212.903.222.368.58.569.366.189.78.189Zm4.029 1.181V69.22h1.37v.757h.09q.21-.39.646-.657a1.9 1.9 0 0 1 .992-.268q.222 0 .401.034.178.033.312.089v1.46a4 4 0 0 0-.468-.145 1.7 1.7 0 0 0-.48-.067q-.657 0-1.036.48-.367.478-.367 1.17v2.83h-1.46Zm6.7.179q-.735 0-1.26-.212a2.36 2.36 0 0 1-.835-.557 2.3 2.3 0 0 1-.48-.758l1.305-.569q.367.814 1.27.814.357 0 .646-.111a.44.44 0 0 0 .29-.435.41.41 0 0 0-.156-.346.9.9 0 0 0-.368-.2 3 3 0 0 0-.456-.123l-.67-.145a2.5 2.5 0 0 1-.78-.312 2 2 0 0 1-.601-.58 1.5 1.5 0 0 1-.223-.813q0-.512.29-.891.3-.38.802-.591a2.9 2.9 0 0 1 1.126-.212q.847 0 1.449.301.601.3.902.936l-1.248.546a1.02 1.02 0 0 0-.468-.468 1.4 1.4 0 0 0-.602-.133q-.378 0-.602.145-.222.144-.222.345 0 .212.222.368.223.156.535.234l.836.2q.847.201 1.27.647.435.446.435 1.07 0 .557-.323.98a2.16 2.16 0 0 1-.87.647 3.2 3.2 0 0 1-1.214.223M17.166 88.902v-4.435h-1.014v-1.248h1.014v-.313q0-.991.591-1.526.59-.546 1.505-.546.278 0 .524.033.245.033.4.09v1.426a5 5 0 0 0-.322-.112 1.2 1.2 0 0 0-.424-.067.85.85 0 0 0-.59.212q-.224.212-.224.58v.223h1.394v1.248h-1.393v4.435zm3.991 0V83.22h1.371v.757h.09q.21-.39.646-.657a1.9 1.9 0 0 1 .992-.268q.223 0 .4.034.18.033.313.089v1.46a4 4 0 0 0-.468-.145 1.7 1.7 0 0 0-.48-.067q-.657 0-1.036.48-.368.478-.368 1.17v2.83h-1.46Zm7.138.179q-.892 0-1.582-.39a2.9 2.9 0 0 1-1.07-1.081 3.17 3.17 0 0 1-.38-1.55q0-.858.38-1.538.39-.69 1.07-1.08.69-.402 1.582-.402t1.572.401q.68.402 1.058 1.081.39.68.39 1.538a3.1 3.1 0 0 1-.39 1.55 2.84 2.84 0 0 1-1.058 1.08q-.68.39-1.572.39Zm0-1.36q.424 0 .77-.19.355-.2.568-.568a1.75 1.75 0 0 0 .223-.903q0-.523-.223-.891a1.5 1.5 0 0 0-.569-.569 1.6 1.6 0 0 0-1.55 0 1.6 1.6 0 0 0-.578.569q-.212.368-.212.891 0 .524.212.903.222.368.58.569.366.189.78.189Zm4.029 1.181V83.22h1.37v.713h.09q.256-.401.702-.647a2.1 2.1 0 0 1 1.025-.245q.625 0 1.059.29.446.289.624.713.256-.412.724-.702.48-.3 1.182-.3.992 0 1.482.601.502.602.502 1.605v3.655h-1.45v-3.388q0-.546-.256-.824-.255-.29-.69-.29-.58 0-.915.457-.334.456-.334 1.181v2.864h-1.46v-3.388q0-.546-.267-.824-.256-.29-.736-.29-.546 0-.87.457-.322.456-.322 1.181v2.864zm14.917.179q-.735 0-1.26-.212a2.36 2.36 0 0 1-.835-.557 2.3 2.3 0 0 1-.48-.758l1.305-.569q.368.814 1.27.814a1.8 1.8 0 0 0 .647-.111.44.44 0 0 0 .29-.435.41.41 0 0 0-.157-.346.9.9 0 0 0-.367-.2 3 3 0 0 0-.457-.123l-.669-.145a2.5 2.5 0 0 1-.78-.312 2 2 0 0 1-.602-.58 1.5 1.5 0 0 1-.223-.813q0-.512.29-.891.3-.38.802-.591a2.9 2.9 0 0 1 1.126-.212q.847 0 1.449.301.602.3.902.936l-1.248.546a1.02 1.02 0 0 0-.468-.468 1.4 1.4 0 0 0-.602-.133q-.379 0-.601.145-.223.144-.223.345 0 .212.223.368t.535.234l.835.2q.848.201 1.27.647.435.446.435 1.07 0 .557-.323.98-.323.412-.869.647a3.2 3.2 0 0 1-1.215.223m6.183 0q-.858 0-1.538-.39a2.87 2.87 0 0 1-1.059-1.07q-.378-.68-.379-1.55 0-.813.38-1.504.378-.69 1.036-1.103.658-.424 1.504-.424.915 0 1.538.39.624.39.947 1.048.324.645.324 1.438 0 .177-.011.312a2 2 0 0 1-.023.178h-4.257q.1.669.535 1.025.435.357 1.025.357.525 0 .88-.223.357-.234.558-.58l1.181.58q-.4.703-1.047 1.114-.646.402-1.594.402m-.045-4.848q-.501 0-.891.3a1.58 1.58 0 0 0-.546.837h2.83a1.1 1.1 0 0 0-.189-.513 1.35 1.35 0 0 0-.468-.446 1.4 1.4 0 0 0-.736-.178m5.715 4.848a2.36 2.36 0 0 1-1.07-.234 1.9 1.9 0 0 1-.724-.68 1.88 1.88 0 0 1-.267-1.003q0-.591.3-1.014a2.07 2.07 0 0 1 .825-.658q.525-.234 1.16-.234.523 0 .902.09.379.077.602.166v-.245a.93.93 0 0 0-.346-.747q-.345-.3-.947-.3-.402 0-.78.189-.368.178-.613.48l-.936-.736a2.75 2.75 0 0 1 1.036-.825q.624-.29 1.36-.29 1.304 0 1.984.602t.68 1.76v3.5h-1.438v-.58h-.09a1.95 1.95 0 0 1-.646.536q-.4.222-.992.223m.346-1.137q.445 0 .747-.19.312-.2.468-.512.167-.312.167-.658a2.3 2.3 0 0 0-.558-.19 2.6 2.6 0 0 0-.635-.077q-.646 0-.891.245a.82.82 0 0 0-.245.602q0 .334.234.557.244.223.713.223m4.163.958V83.22h1.37v.757h.09q.211-.39.646-.657a1.9 1.9 0 0 1 .992-.268q.223 0 .401.034.18.033.312.089v1.46a4 4 0 0 0-.468-.145 1.7 1.7 0 0 0-.479-.067q-.657 0-1.036.48-.368.478-.368 1.17v2.83h-1.46Zm7.093.179q-.87 0-1.549-.38a2.87 2.87 0 0 1-1.059-1.07q-.378-.69-.378-1.57 0-.882.379-1.56a2.86 2.86 0 0 1 1.058-1.07q.68-.39 1.55-.39.946 0 1.626.4.68.401.981 1.16l-1.337.557a1.2 1.2 0 0 0-.502-.569 1.5 1.5 0 0 0-.769-.19q-.646 0-1.092.458-.435.445-.434 1.203 0 .77.434 1.226.445.446 1.092.446.49 0 .814-.212.323-.223.524-.601l1.304.58a2.7 2.7 0 0 1-1.015 1.147q-.68.435-1.627.435m3.714-.179v-7.98h1.46v2.018l-.089.992h.09a1.8 1.8 0 0 1 .701-.635 2.1 2.1 0 0 1 1.026-.257q1.058 0 1.593.635.546.625.546 1.695v3.532h-1.46v-3.354q0-.558-.3-.847-.302-.3-.78-.301-.39 0-.692.223-.3.21-.468.58a1.94 1.94 0 0 0-.167.813v2.886z"})),O||(O=d.createElement("path",{stroke:"#CCC",strokeWidth:1.486,d:"m22.5 144.244 5.55-4.092 4.44 1.86 5.92-1.86 8.14 5.58 6.66-1.488 3.33-4.092 5.18 5.58 3.7-1.488 8.51 3.347 8.51-7.439 4.81 1.86 5.92-2.976 2.22 1.116h6.66l9.62-13.762 2.96 5.579 2.59-1.487 2.96 4.463 13.32-4.463"})),P||(P=d.createElement("g",{filter:"url(#analytics-setup-sidekick_svg__c)"},d.createElement("rect",{width:148,height:122,x:226,y:69,fill:"#fff",rx:3.976}))),B||(B=d.createElement("path",{fill:"#DEDEDE",d:"M331.315 120.007a23.4 23.4 0 0 1 6.546-1.154l.216 8.328a15.2 15.2 0 0 0-4.255.75z"})),q||(q=d.createElement("path",{fill:"#C6C6C6",d:"M319.491 128.654a23.76 23.76 0 0 1 11.122-8.405l2.753 7.839a15.44 15.44 0 0 0-7.229 5.464z"})),F||(F=d.createElement("path",{fill:"#F1F1F1",d:"M319.348 156.639a23.87 23.87 0 0 1-4.426-13.619 24.07 24.07 0 0 1 4.141-13.754l6.795 4.683a15.65 15.65 0 0 0-2.691 8.94 15.5 15.5 0 0 0 2.877 8.852z"})),H||(H=d.createElement("path",{fill:"#959595",d:"M352.229 161.904a23.45 23.45 0 0 1-17.188 4.31 23.36 23.36 0 0 1-15.25-8.976l6.541-5.107a15.18 15.18 0 0 0 9.912 5.834 15.24 15.24 0 0 0 11.173-2.801z"})),U||(U=d.createElement("path",{fill:"#C7C7C7",d:"M338.601 118.842c4.912 0 9.693 1.551 13.674 4.437a23.6 23.6 0 0 1 8.532 11.657 24.03 24.03 0 0 1 .208 14.531 23.98 23.98 0 0 1-8.192 11.989l-5.021-6.583a15.63 15.63 0 0 0 5.19-17.239 15.35 15.35 0 0 0-5.545-7.577 15.15 15.15 0 0 0-8.889-2.884z"})),G||(G=d.createElement("ellipse",{cx:327.009,cy:174.262,fill:"#959595",rx:1.85,ry:1.86})),V||(V=d.createElement("ellipse",{cx:334.41,cy:174.262,fill:"#C7C7C7",rx:1.85,ry:1.86})),W||(W=d.createElement("ellipse",{cx:341.81,cy:174.262,fill:"#DEDEDE",rx:1.85,ry:1.86})),Z||(Z=d.createElement("ellipse",{cx:349.209,cy:174.262,fill:"#F1F1F1",rx:1.85,ry:1.86})),Y||(Y=d.createElement("path",{stroke:"#ECE9F1",strokeLinecap:"round",strokeWidth:.994,d:"M238.336 175.624h58.206"})),$||($=d.createElement("path",{stroke:"#ECE9F1",strokeLinecap:"round",strokeWidth:.497,d:"M238.088 160.995h58.703m-58.703-14.878h58.703m-58.703-14.877h58.703"})),Q||(Q=d.createElement("path",{fill:"url(#analytics-setup-sidekick_svg__d)",d:"M264.829 164.08c-4.374-1.37-6.29-5.044-10.433-5.568-4.285-.542-7.612 13.315-16.557 14.64v2.97h59.2v-25.431c-2.378-.516-4.616-19.012-9.777-17.643-5.162 1.369-8.961 22.202-13.073 15.493-4.111-6.71-4.985 16.908-9.36 15.539",opacity:.08})),K||(K=d.createElement("path",{fill:"#B8B8B8",d:"M241.722 119.374h-2.434l-.547 1.516h-.79l2.219-5.81h.67l2.223 5.81h-.786zm-2.203-.631h1.976l-.99-2.717zm5.013 2.147h-.739v-6.129h.739zm1.987 0h-.738v-6.129h.738zm5.878-.427q-.43.507-1.265.507-.69 0-1.053-.399-.36-.403-.364-1.189v-2.809h.739v2.789q0 .981.798.982.846 0 1.125-.631v-3.14h.738v4.317h-.702zm4.358-.718a.54.54 0 0 0-.228-.463q-.224-.167-.786-.287a3.8 3.8 0 0 1-.89-.287 1.3 1.3 0 0 1-.487-.4.97.97 0 0 1-.155-.55q0-.53.447-.898.45-.367 1.149-.367.735 0 1.189.379.459.38.459.97h-.742a.67.67 0 0 0-.259-.523.96.96 0 0 0-.647-.22q-.404 0-.63.176a.55.55 0 0 0-.228.459q0 .267.212.403t.762.259q.555.124.898.296.342.17.507.415a1 1 0 0 1 .167.586q0 .579-.463.93-.462.347-1.201.347a2.2 2.2 0 0 1-.918-.183 1.5 1.5 0 0 1-.626-.511 1.25 1.25 0 0 1-.224-.714h.738a.77.77 0 0 0 .296.59q.28.216.734.216.419 0 .67-.168a.52.52 0 0 0 .256-.455m3.492 1.225q-.879 0-1.429-.574-.55-.579-.551-1.545v-.136q0-.642.244-1.145.247-.507.686-.79.443-.287.958-.287.842 0 1.309.554.467.555.467 1.589v.307h-2.925q.015.639.371 1.034.358.39.91.391.39 0 .662-.16.271-.159.475-.423l.451.351q-.543.834-1.628.834m-.092-3.871a.98.98 0 0 0-.75.328q-.304.322-.376.909h2.163v-.055q-.031-.564-.303-.87-.272-.312-.734-.312m4.721.136a2 2 0 0 0-.363-.028q-.727 0-.986.619v3.064h-.738v-4.317h.718l.012.498q.363-.578 1.03-.578.214 0 .327.056zm3.196 2.51a.54.54 0 0 0-.227-.463q-.224-.167-.786-.287a3.8 3.8 0 0 1-.89-.287 1.3 1.3 0 0 1-.487-.4.96.96 0 0 1-.156-.55q0-.53.447-.898.452-.367 1.149-.367.735 0 1.19.379.459.38.459.97h-.743a.66.66 0 0 0-.259-.523.95.95 0 0 0-.647-.22q-.402 0-.63.176a.55.55 0 0 0-.228.459q0 .267.212.403t.762.259q.555.124.898.296.344.17.507.415a1 1 0 0 1 .167.586q0 .579-.462.93-.463.347-1.202.347-.518 0-.917-.183a1.5 1.5 0 0 1-.627-.511 1.25 1.25 0 0 1-.223-.714h.738a.77.77 0 0 0 .295.59q.28.216.734.216.42 0 .671-.168a.53.53 0 0 0 .255-.455"})),X||(X=d.createElement("path",{fill:"#202124",d:"M240.358 92.903V86.35h-2.229v-1.427h5.963v1.427h-2.229v6.553zm4.072 0v-5.684h1.37v.758h.09q.211-.39.646-.658.446-.267.992-.267.223 0 .401.033t.312.09v1.46a4 4 0 0 0-.468-.146 1.7 1.7 0 0 0-.479-.067q-.657 0-1.037.48-.367.48-.367 1.17v2.83zm6.32.178q-.602 0-1.07-.234a1.9 1.9 0 0 1-.724-.68 1.9 1.9 0 0 1-.268-1.003q0-.591.301-1.014.312-.423.825-.658a2.8 2.8 0 0 1 1.159-.234q.523 0 .903.09.378.077.602.167v-.246a.93.93 0 0 0-.346-.746q-.345-.3-.947-.301-.402 0-.78.19-.368.177-.613.478l-.936-.735a2.75 2.75 0 0 1 1.036-.825 3.2 3.2 0 0 1 1.36-.29q1.304 0 1.983.602.68.602.68 1.761v3.5h-1.437v-.58h-.09a1.95 1.95 0 0 1-.646.535q-.4.223-.992.223m.346-1.137q.446 0 .746-.19a1.3 1.3 0 0 0 .468-.512q.168-.312.168-.657a2.4 2.4 0 0 0-.558-.19 2.6 2.6 0 0 0-.635-.078q-.647 0-.891.245a.82.82 0 0 0-.246.602q0 .335.234.557.246.223.714.223m12.814-5.294a.93.93 0 0 1-.669-.267.93.93 0 0 1-.268-.669q0-.39.268-.657a.91.91 0 0 1 .669-.279q.39 0 .657.279a.88.88 0 0 1 .279.657q0 .39-.279.669a.9.9 0 0 1-.657.267m-8.147 6.253v-4.436h-1.014v-1.248h1.014v-.312q0-.992.591-1.527.59-.546 1.504-.546a2.6 2.6 0 0 1 .624.067v1.404l-.212-.056a1 1 0 0 0-.323-.044.71.71 0 0 0-.524.211q-.2.213-.2.58v.223h2.251v-.312q0-.991.591-1.527.59-.546 1.504-.546a2.6 2.6 0 0 1 .624.067v1.404l-.211-.056a1 1 0 0 0-.324-.044.7.7 0 0 0-.523.211q-.201.213-.201.58v.223h3.7v5.684h-1.449v-4.436h-2.251v4.436h-1.46v-4.436h-2.251v4.436zm13.01.178q-.868 0-1.549-.379a2.9 2.9 0 0 1-1.058-1.07q-.38-.69-.379-1.571c.001-.881.126-1.107.379-1.56q.39-.68 1.058-1.07.68-.39 1.549-.39.947 0 1.628.4.68.401.98 1.16l-1.337.557a1.2 1.2 0 0 0-.502-.568 1.5 1.5 0 0 0-.769-.19q-.646 0-1.092.457-.435.445-.434 1.204 0 .768.434 1.226.446.445 1.092.445.491 0 .814-.211.323-.224.524-.602l1.304.58a2.7 2.7 0 0 1-1.014 1.147q-.68.435-1.628.435"})),J||(J=d.createElement("defs",null,d.createElement("filter",{id:"analytics-setup-sidekick_svg__a",width:152.97,height:126.97,x:132.515,y:.012,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},d.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),d.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),d.createElement("feMorphology",{in:"SourceAlpha",operator:"dilate",radius:.497,result:"effect1_dropShadow_532_12388"}),d.createElement("feOffset",{dy:.497}),d.createElement("feGaussianBlur",{stdDeviation:.994}),d.createElement("feColorMatrix",{values:"0 0 0 0 0.423529 0 0 0 0 0.443137 0 0 0 0 0.458824 0 0 0 0.15 0"}),d.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_532_12388"}),d.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),d.createElement("feOffset",{dy:.994}),d.createElement("feGaussianBlur",{stdDeviation:.746}),d.createElement("feColorMatrix",{values:"0 0 0 0 0.337255 0 0 0 0 0.352941 0 0 0 0 0.360784 0 0 0 0.25 0"}),d.createElement("feBlend",{in2:"effect1_dropShadow_532_12388",result:"effect2_dropShadow_532_12388"}),d.createElement("feBlend",{in:"SourceGraphic",in2:"effect2_dropShadow_532_12388",result:"shape"})),d.createElement("filter",{id:"analytics-setup-sidekick_svg__b",width:154.431,height:128.431,x:.784,y:49.588,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},d.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),d.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),d.createElement("feOffset",{dy:.804}),d.createElement("feGaussianBlur",{stdDeviation:1.608}),d.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"}),d.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_532_12388"}),d.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_532_12388",result:"shape"})),d.createElement("filter",{id:"analytics-setup-sidekick_svg__c",width:154.431,height:128.431,x:222.784,y:66.588,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},d.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),d.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),d.createElement("feOffset",{dy:.804}),d.createElement("feGaussianBlur",{stdDeviation:1.608}),d.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"}),d.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_532_12388"}),d.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_532_12388",result:"shape"})),d.createElement("linearGradient",{id:"analytics-setup-sidekick_svg__d",x1:258.024,x2:258.024,y1:132.976,y2:184.15,gradientUnits:"userSpaceOnUse"},d.createElement("stop",{stopColor:"#4F4F4F"}),d.createElement("stop",{offset:1,stopColor:"#4F4F4F",stopOpacity:0})))));var le=i(27333);function ActivateAnalyticsNotice(){const{setValues:e}=(0,a.useDispatch)(oe.s),t=(0,le.A)(y,x),i=(0,d.useCallback)(t=>{e(y,{[x]:t.target.checked})},[e]);return(0,I.jsxs)("div",{className:"googlesitekit-setup-analytics-notice",children:[(0,I.jsx)("div",{className:"googlesitekit-setup-analytics-notice__opt-in",children:(0,I.jsx)(se.Checkbox,{id:"googlesitekit-analytics-setup-opt-in",name:"googlesitekit-analytics-setup-opt-in",value:"1",checked:t,onChange:i,children:(0,ne.A)((0,h.__)("<strong>Connect Google Analytics as part of your setup.</strong> Activate Google Analytics to track how much traffic you’re getting and how people navigate your site.","google-site-kit"),{strong:(0,I.jsx)("strong",{})})})}),(0,I.jsx)("div",{className:"googlesitekit-setup-analytics-notice__icon",children:(0,I.jsx)(ae,{})})]})}var ce=i(85149),de=i(15844);var ge=i(82046),ue=i(20898);const he="amp_cdn_restricted",pe="check_api_unavailable",me="check_fetch_failed",fe="google_api_connection_fail",ke="invalid_hostname",ve="setup_token_mismatch",ye="google_sk_service_connection_fail",xe={[he]:"amp_cdn_restricted",[pe]:"check_api_unavailable",[ve]:"setup_token_mismatch"};function GetHelpLink({errorCode:e}){const t=(0,a.useSelect)(t=>t(l.O4).getErrorTroubleshootingLinkURL({code:xe[e]}));return t?(0,I.jsx)(ue.A,{href:t,external:!0,children:(0,h.__)("Get help","google-site-kit")}):null}GetHelpLink.propTypes={errorCode:ie().string.isRequired};var _e=i(59323);function be(e,t){const{installed:i,active:n,installURL:s,activateURL:o,configureURL:r}=e;return!i&&s?{"aria-label":(0,h.__)("Install the helper plugin","google-site-kit"),children:(0,h.__)("Install","google-site-kit"),href:s,external:!1}:i&&!n&&o?{"aria-label":(0,h.__)("Activate the helper plugin","google-site-kit"),children:(0,h.__)("Activate","google-site-kit"),href:o,external:!1}:i&&n&&r?{"aria-label":(0,h.__)("Configure the helper plugin","google-site-kit"),children:(0,h.__)("Configure","google-site-kit"),href:r,external:!1}:{"aria-label":(0,h.__)("Learn how to install and use the helper plugin","google-site-kit"),children:(0,h.__)("Learn how","google-site-kit"),href:t,external:!0}}function CompatibilityErrorNotice({error:e}){const t=(0,a.useSelect)(e=>e(l.O4).getDeveloperPluginState())||{},{installed:i}=t,n=(0,a.useSelect)(e=>e(l.O4).getDocumentationLinkURL("staging")),s=(0,a.useSelect)(e=>e(l.O4).getErrorTroubleshootingLinkURL({code:fe}));switch(e){case pe:return(0,I.jsx)(_e.A,{children:(0,ne.A)((0,h.__)("Site Kit cannot access the WordPress REST API. Please ensure it is enabled on your site. <GetHelpLink />","google-site-kit"),{GetHelpLink:(0,I.jsx)(GetHelpLink,{errorCode:e})})});case ke:case me:return(0,I.jsxs)(_e.A,{children:[!i&&(0,I.jsx)("span",{children:(0,ne.A)((0,h.__)("Looks like this may be a staging environment. If so, you’ll need to install a helper plugin and verify your production site in Search Console. <GetHelpLink />","google-site-kit"),{GetHelpLink:(0,I.jsx)(ue.A,{...be(t,n)})})}),i&&(0,I.jsx)("span",{children:(0,ne.A)((0,h.__)("Looks like this may be a staging environment and you already have the helper plugin. Before you can use Site Kit, please make sure you’ve provided the necessary credentials in the Authentication section and verified your production site in Search Console. <GetHelpLink />","google-site-kit"),{GetHelpLink:(0,I.jsx)(ue.A,{...be(t,n)})})})]});case ve:return(0,I.jsx)(_e.A,{children:(0,ne.A)((0,h.__)("Looks like Site Kit is unable to place or detect tags on your site. This can be caused by using certain caching or maintenance mode plugins or your site’s frontend is configured on a different host or infrastructure than your administration dashboard. <GetHelpLink />","google-site-kit"),{GetHelpLink:(0,I.jsx)(GetHelpLink,{errorCode:e})})});case fe:return(0,I.jsx)(_e.A,{dangerouslySetInnerHTML:(0,ge.p)(`\n\t\t\t\t\t\t${(0,h.__)("Looks like your site is having a technical issue with requesting data from Google services.","google-site-kit")}\n\t\t\t\t\t\t<br/>\n\t\t\t\t\t\t${(0,h.sprintf)(/* translators: 1: Help URL, 2: Support Forum URL, 3: Error message */ /* translators: 1: Help URL, 2: Support Forum URL, 3: Error message */ (0,h.__)('<a href="%1$s">Click here</a> for more information, or to get more help, ask a question on our <a href="%2$s">support forum</a> and include the text of the original error message: %3$s',"google-site-kit"),s,"https://wordpress.org/support/plugin/google-site-kit/",`<br/>${e}`)}\n\t\t\t\t\t\t`,{ALLOWED_TAGS:["a","br"],ALLOWED_ATTR:["href"]})});case he:return(0,I.jsx)(_e.A,{children:(0,ne.A)((0,h.__)("Looks like the AMP CDN is restricted in your region, which could interfere with setup on the Site Kit service. <GetHelpLink />","google-site-kit"),{GetHelpLink:(0,I.jsx)(GetHelpLink,{errorCode:e})})});case ye:return(0,I.jsx)(_e.A,{dangerouslySetInnerHTML:(0,ge.p)(`\n\t\t\t\t\t\t${(0,h.__)("Looks like your site is having a technical issue with connecting to the Site Kit authentication service.","google-site-kit")}\n\t\t\t\t\t\t<br/>\n\t\t\t\t\t\t${(0,h.sprintf)(/* translators: 1: Support Forum URL, 2: Error message */ /* translators: 1: Support Forum URL, 2: Error message */ (0,h.__)('To get more help, ask a question on our <a href="%1$s">support forum</a> and include the text of the original error message: %2$s',"google-site-kit"),"https://wordpress.org/support/plugin/google-site-kit/",`<br/>${e}`)}\n\t\t\t\t\t\t`,{ALLOWED_TAGS:["a","br"],ALLOWED_ATTR:["href"]})})}}var je=i(54419);function Se(e){const t=e.split(".");return(+t[0]<<24)+(+t[1]<<16)+(+t[2]<<8)+ +t[3]}function Ae(e,t,i){return(Se(e)&-1<<32-i)===Se(t)}const Ne=/^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$/,Me=/\.(example|invalid|localhost|test)$/,Ce=[{subnet:"10.0.0.0",mask:8},{subnet:"127.0.0.0",mask:8},{subnet:"172.16.0.0",mask:12},{subnet:"192.168.0.0",mask:16}];async function Ie(){const{hostname:e,port:t}=i.g.location;if(t)throw ke;if(Ne.test(e)){for(const{mask:t,subnet:i}of Ce)if(Ae(e,i,t))throw ke}else if(!e.includes(".")||e.match(Me))throw ke}function Ee(e){return async()=>{if((await e.dispatch(l.O4).checkForSetupTag()).error)throw ve}}async function we(){const e=await(0,je.get)("core","site","health-checks",void 0,{useCache:!1}).catch(e=>{if("fetch_error"===e.code)throw me;throw pe});if(!e?.checks?.googleAPI?.pass)throw fe;if(!e?.checks?.skService?.pass)throw ye}async function Te(){if(!(await fetch("https://cdn.ampproject.org/v0.js").catch(()=>{throw he})).ok)throw he}function CompatibilityChecks({children:e,...t}){const i=(0,a.useRegistry)(),{complete:n,error:s}=function(e){const[t]=(0,d.useState)(e),[i,n]=(0,d.useState)(!t?.length),[s,o]=(0,d.useState)(void 0);return(0,de.A)(()=>{i||async function(){try{for(const e of t)await e()}catch(e){o(e)}n(!0)}()}),{complete:i,error:s}}(function(e){return e.select(l.O4).isConnected()?[]:[Ie,we,Ee(e),Te]}(i)),o=s&&(0,I.jsxs)(f.xA,{className:"googlesitekit-setup-compat",alignLeft:!0,children:[(0,I.jsxs)("div",{className:"googlesitekit-setup__warning",children:[(0,I.jsx)(ce.A,{}),(0,I.jsx)("div",{className:"googlesitekit-heading-4",children:(0,h.__)("Your site may not be ready for Site Kit","google-site-kit")})]}),(0,I.jsx)(CompatibilityErrorNotice,{error:s})]});return e({props:t,complete:n,error:s,inProgressFeedback:!n&&(0,I.jsxs)("div",{className:"googlesitekit-margin-left-1rem googlesitekit-align-self-center",children:[(0,I.jsx)("small",{children:(0,h.__)("Checking Compatibility…","google-site-kit")}),(0,I.jsx)(se.ProgressBar,{small:!0,compress:!0})]}),ctaFeedback:o})}var Re,De,Le,ze,Oe,Pe,Be,qe,Fe,He,Ue,Ge,Ve,We,Ze,Ye,$e,Qe,Ke,Xe,Je,et,tt,it,nt,st,ot,rt,at,lt,ct,dt,gt,ut,ht,pt,mt,ft,kt,vt,yt,xt,_t,bt,jt,St,At,Nt,Mt,Ct,It,Et;function wt(){return wt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},wt.apply(null,arguments)}CompatibilityChecks.propTypes={children:ie().func.isRequired};const Tt=e=>d.createElement("svg",wt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 570 336"},e),Re||(Re=d.createElement("path",{stroke:"#4285F4",strokeLinejoin:"round",strokeWidth:7,d:"M170.78 167.21c11.36-5.5 21.2 1.59 22.73 7"})),De||(De=d.createElement("ellipse",{cx:292.73,cy:307.44,fill:"#F1F3F4",rx:252.51,ry:10.01})),Le||(Le=d.createElement("path",{stroke:"#4285F4",strokeLinejoin:"round",strokeWidth:7,d:"M93.23 212.44c-6 6.78-17 9.12-25.62 8.24-14.77-1.52-23-11-28.38-24"})),ze||(ze=d.createElement("path",{stroke:"#1A73E8",strokeLinejoin:"round",strokeWidth:7,d:"M93.23 212.44a24.66 24.66 0 0 1-11.81 7"})),Oe||(Oe=d.createElement("path",{stroke:"#1967D2",strokeLinejoin:"round",strokeWidth:7,d:"M125.33 206.44 112.12 242a60 60 0 0 0 .12 42.15l11.09 21.34h-14.22M125.33 206.44l-9.55 25.67M146.34 216.44v89h13.23M125.33 206.44a72 72 0 0 0-5.25 13.5M146.34 216.44v7"})),Pe||(Pe=d.createElement("path",{fill:"#1A73E8",d:"M142.65 219.64a61.5 61.5 0 0 1-80.49-33l113.46-47.52a61.51 61.51 0 0 1-32.97 80.52"})),Be||(Be=d.createElement("path",{stroke:"#FFF",strokeMiterlimit:10,strokeWidth:5,d:"M146.93 202c7.74-4.34 12.25-12.92 12.66-22.39l-43.54 17.79"})),qe||(qe=d.createElement("path",{stroke:"#FBBC04",strokeLinejoin:"round",strokeWidth:7,d:"M385.07 137.93c18 7.48 43.08 2.83 56-12.14 11.22-13 11.51-31.12 6.34-46.75M322.39 152.05c-24.41 12-41.12 72.46-24.79 98M365.34 177.13c2.77 13.29 5.23 29.83 9.9 45.42"})),Fe||(Fe=d.createElement("path",{stroke:"#F29900",strokeLinejoin:"round",strokeWidth:7,d:"m366 239.9 3.21 28.92a29.93 29.93 0 0 1-3.14 17L356 305.44h14.22M341.55 234.9v70.54h-13.23"})),He||(He=d.createElement("path",{stroke:"#EA8600",strokeLinejoin:"round",strokeWidth:7,d:"m366.02 239.9 1.16 10.44M341.55 234.9v15.44"})),Ue||(Ue=d.createElement("path",{fill:"#F9AB00",d:"m396.25 159.92 3.18-81.94-81.94-3.17-3.18 81.94-3.18 81.94 81.95 3.18z"})),Ge||(Ge=d.createElement("path",{stroke:"#FFF",strokeMiterlimit:10,strokeWidth:5,d:"M335.08 118.92c5 15.13 20.44 24.7 38.06 14.51"})),Ve||(Ve=d.createElement("path",{stroke:"#FFF",strokeMiterlimit:10,strokeWidth:5,d:"M340 115c-2.94 3.32-5.56 4.45-11.13 5.07"})),We||(We=d.createElement("path",{stroke:"#34A853",strokeLinejoin:"round",strokeWidth:7,d:"M326.51 226.26c9.21 1.09 46.63 9.81 36.62-24"})),Ze||(Ze=d.createElement("path",{stroke:"#188038",strokeLinejoin:"round",strokeWidth:7,d:"M255.19 243.91c-1.95 22.25-1.06 43.25 6 61.53H277M227.09 243.91c-2 21.75-.54 42.43 6 61.53h-14.62"})),Ye||(Ye=d.createElement("path",{stroke:"#137333",strokeLinejoin:"round",strokeWidth:7,d:"M255.19 243.91a213 213 0 0 0-.86 22.78M227.09 243.91q-.75 8.16-.82 16.11"})),$e||($e=d.createElement("path",{stroke:"#4285F4",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:7,d:"M193.58 180c-2.07 8.2-14.68 10.84-20.68 15.6-1.52 1.21-3.64 2.28-4.66 4a5 5 0 0 0-.6 1.84"})),Qe||(Qe=d.createElement("path",{stroke:"#34A853",strokeLinejoin:"round",strokeWidth:7,d:"M163.46 270.46c-9.77-6.25-16-20.14-13.11-31.58 2.53-9.9 14-22.34 23.45-25.13"})),Ke||(Ke=d.createElement("path",{fill:"#1E8E3E",d:"m256.35 176.56-81.51-8.96-8.96 81.52 81.51 8.96 81.52 8.96 8.96-81.51z"})),Xe||(Xe=d.createElement("path",{stroke:"#FFF",strokeMiterlimit:10,strokeWidth:5,d:"M221.29 221.77C234.34 238 260 245 280.76 228.31"})),Je||(Je=d.createElement("path",{stroke:"#E94235",strokeLinejoin:"round",strokeWidth:7,d:"M486.65 220.21c17.35 10.79 35.85 29.69 49.2-6.29"})),et||(et=d.createElement("path",{stroke:"#D93025",strokeLinejoin:"round",strokeWidth:7,d:"M486.65 220.21c4.33 2.7 8.74 5.9 13.12 8.63"})),tt||(tt=d.createElement("path",{stroke:"#E94235",strokeLinejoin:"round",strokeWidth:7,d:"M392.08 212.43c2.38 17.25 3.91 37.24 0 54.26"})),it||(it=d.createElement("path",{stroke:"#D93025",strokeLinejoin:"round",strokeWidth:7,d:"M392.08 212.43c1 7.16 1.82 14.78 2.19 22.47"})),nt||(nt=d.createElement("path",{stroke:"#C5221F",strokeLinejoin:"round",strokeWidth:7,d:"m430.17 218.39-8.54 87.05h-22.3M469.93 218.39l-8.54 87.05h20.74"})),st||(st=d.createElement("path",{stroke:"#B31412",strokeLinejoin:"round",strokeWidth:7,d:"m430.17 218.39-3.67 37.38M469.93 218.39l-3.33 33.95"})),ot||(ot=d.createElement("circle",{cx:444.5,cy:188.84,r:61.5,fill:"#D93025"})),rt||(rt=d.createElement("path",{stroke:"#FFF",strokeMiterlimit:10,strokeWidth:5,d:"M464.88 219.51c-9.5 12.78-27.2 17-40.68 1.74"})),at||(at=d.createElement("path",{stroke:"#FFF",strokeMiterlimit:10,strokeWidth:5,d:"M430.17 219.55c-4.42-.27-7.08.79-11.45 4.29"})),lt||(lt=d.createElement("path",{d:"M167.64 201.39a8.07 8.07 0 0 0 2.46 7.06c3.38 3 10.33 1.86 12-2.55"})),ct||(ct=d.createElement("path",{fill:"#80868B",d:"m517.93 197.07-.44 2.26a3 3 0 0 0 .93 2.81l4.27 3.85a6 6 0 0 1 1.53 6.75l-4.56 11.07a20.1 20.1 0 0 0-1.5 8.14l.31 12.64a2 2 0 0 0 1.62 1.91l2.75.54a2 2 0 0 0 2.22-1.16l5.06-11.58a20 20 0 0 0 1.68-8.11v-12a6 6 0 0 1 4-5.68l5.4-1.95a3 3 0 0 0 1.93-2.25l.44-2.26Z"})),dt||(dt=d.createElement("path",{fill:"#DADCE0",d:"m520.641 183.266 25.565 5.006-2.697 13.769-25.564-5.007z"})),gt||(gt=d.createElement("path",{stroke:"#BDC1C6",strokeMiterlimit:10,strokeWidth:.44,d:"m520.05 186.25 25.56 5.01M518.51 194.12l25.56 5.01"})),ut||(ut=d.createElement("path",{fill:"#5F6368",d:"m525.462 161.77 24.446 4.787a.59.59 0 0 1 .465.693l-4.114 21.01-25.604-5.013 4.12-21.04a.59.59 0 0 1 .693-.466Z"})),ht||(ht=d.createElement("path",{stroke:"#BDC1C6",strokeMiterlimit:10,strokeWidth:.44,d:"m523.58 183.88 4.23-21.63M527.51 184.65l4.24-21.63M531.44 185.42l4.24-21.63M535.37 186.19l4.24-21.63M539.31 186.96l4.24-21.63M543.24 187.73l4.24-21.63"})),pt||(pt=d.createElement("path",{fill:"#24C1E0",d:"m549.45 166.49-23.6-4.63a1 1 0 0 0-1.18.79l-1.35 6.89 2.56 9.24a3 3 0 0 0 4.38 1.82l8.63-4.89a6 6 0 0 1 7.33 1.1l1.84 1.95 2.18-11.1a1 1 0 0 0-.79-1.17"})),mt||(mt=d.createElement("path",{fill:"#BDC1C6",d:"m91.3 137.33-14.21-11.47-57 70.65a9.12 9.12 0 0 0 1.38 12.84A9.12 9.12 0 0 0 34.33 208Zm-60.91 61a5 5 0 1 1-7.09.76 5 5 0 0 1 7.09-.78Z"})),ft||(ft=d.createElement("path",{fill:"#DADCE0",d:"m83.68 117.3 15.58 9.54 10-16.37a22.82 22.82 0 1 1-15.38-9.85Z"})),kt||(kt=d.createElement("path",{fill:"#DADCE0",d:"m81.24 122.25-6.01 5.62 16.25 9.95 5.94-5.65z"})),vt||(vt=d.createElement("path",{fill:"#F8F9FA",d:"m95.68 131.1-6.01 5.61 1.75 1.07 6-5.61zM92.07 128.89l-6.01 5.61 1.75 1.07 6-5.61zM88.46 126.67l-6.01 5.62 1.75 1.07 6-5.62zM84.85 124.46l-6.01 5.62 1.75 1.07 6-5.62zM81.24 122.25l-6.01 5.62 1.75 1.07 6-5.62z"})),yt||(yt=d.createElement("path",{fill:"#BDC1C6",d:"m466.08 97.09-4.91 2.54-33.57-70.67 4.91-2.54z"})),xt||(xt=d.createElement("path",{fill:"#DADCE0",d:"m437.63 33.71-7.57 3.92-5.62-15.68 4.63-2.4z"})),_t||(_t=d.createElement("path",{d:"M466.83 105.11a7.34 7.34 0 0 1-10.14-3.11l-15.25-32.1 13.88-7.18 15.24 32.1a8 8 0 0 1-3.73 10.29"})),bt||(bt=d.createElement("path",{fill:"#5F6368",d:"M464.56 100.33A4 4 0 0 1 459 98.6l-14.41-30.38 7.58-3.92 14.43 30.38a4.35 4.35 0 0 1-2.04 5.65"})),jt||(jt=d.createElement("path",{fill:"#BDC1C6",d:"m145.57 277.902 47.608-38.744 8.01 9.842-47.607 38.745z"})),St||(St=d.createElement("path",{fill:"#9AA0A6",d:"m189.085 242.485 4.087-3.326 8.01 9.842-4.087 3.327z"})),At||(At=d.createElement("path",{fill:"#BDC1C6",d:"m211.607 241.354 8.143 10.005-7.415 6.035-8.143-10.006z"})),Nt||(Nt=d.createElement("rect",{width:16.52,height:9.9,x:209.99,y:252.12,fill:"#DADCE0",rx:1.53,transform:"rotate(140.86 218.257 257.06)"})),Mt||(Mt=d.createElement("path",{fill:"#DADCE0",d:"M175.87 220.73c4.56-.39 13.4-.24 24.73 4.4a14.6 14.6 0 0 1 5.8 4.3l9 11.11a1.53 1.53 0 0 1-.22 2.16l-10.44 8.5a1.53 1.53 0 0 1-2.15-.23l-8-9.81a44.2 44.2 0 0 1-4.69-7.16c-1.21-2.28-4.66-6.23-14.42-11.22a1.06 1.06 0 0 1 .39-2.05"})),Ct||(Ct=d.createElement("rect",{width:3.47,height:74.9,x:158.98,y:236.29,fill:"#BDC1C6",rx:1.73,transform:"rotate(50.86 160.713 273.711)"})),It||(It=d.createElement("path",{fill:"#5F6368",d:"m166.85 260.56-38.79 31.57a6.34 6.34 0 0 0 8 9.84l38.79-31.57Z"})),Et||(Et=d.createElement("path",{stroke:"#34A853",strokeLinejoin:"round",strokeWidth:7,d:"M163.46 270.46c-9.77-6.25-16-20.14-13.11-31.58"})));var Rt,Dt,Lt,zt,Ot,Pt,Bt,qt,Ft,Ht,Ut,Gt;function Vt(){return Vt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Vt.apply(null,arguments)}const Wt=e=>d.createElement("svg",Vt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 174 167"},e),Rt||(Rt=d.createElement("path",{fill:"#F1F3F4",d:"M158.121 0H0v87.697h158.121z"})),Dt||(Dt=d.createElement("path",{stroke:"#fff",strokeMiterlimit:10,strokeWidth:8,d:"M40.314 67.99c13.594 0 24.614-11.007 24.614-24.586 0-13.58-11.02-24.587-24.614-24.587-13.593 0-24.613 11.008-24.613 24.587S26.72 67.99 40.314 67.99Z"})),Lt||(Lt=d.createElement("path",{stroke:"#D9DBDF",strokeMiterlimit:10,strokeWidth:8,d:"M54.075 23.024c6.546 4.417 10.853 11.903 10.853 20.386 0 13.58-11.019 24.588-24.614 24.588S15.701 56.984 15.701 43.404s11.018-24.58 24.613-24.58"})),zt||(zt=d.createElement("path",{stroke:"#fff",strokeMiterlimit:10,strokeWidth:8,d:"M115.103 68.029c13.594 0 24.613-11.008 24.613-24.587s-11.019-24.587-24.613-24.587-24.614 11.008-24.614 24.587 11.02 24.587 24.614 24.587Z"})),Ot||(Ot=d.createElement("path",{stroke:"#D9DBDF",strokeMiterlimit:10,strokeWidth:8,d:"M119.085 19.179c11.7 1.9 20.631 12.043 20.631 24.263 0 13.58-11.018 24.587-24.613 24.587S90.489 57.022 90.489 43.442s11.019-24.587 24.614-24.587"})),Pt||(Pt=d.createElement("path",{fill:"#F1F3F4",d:"M115.332 167c32.405 0 58.674-2.726 58.674-6.088s-26.269-6.088-58.674-6.088-58.674 2.726-58.674 6.088S82.928 167 115.332 167"})),Bt||(Bt=d.createElement("path",{stroke:"#148E3A",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:6,d:"M125.237 111.026c-1.584 18.042-.865 35.066 4.899 49.886h12.787m-40.499-49.886c-1.622 17.635-.439 34.406 4.898 49.886H95.426"})),qt||(qt=d.createElement("path",{stroke:"#0D8034",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:6,d:"M125.237 111.026c-.394 4.512-.649 8.954-.712 13.32m-22.101-13.32c-.534 5.815-.763 11.534-.642 17.146"})),Ft||(Ft=d.createElement("path",{fill:"#1E8E3E",d:"m107.539 67.374-54.756 5.192 5.191 54.697 54.762-5.186 54.756-5.192-5.198-54.696z"})),Ht||(Ht=d.createElement("path",{stroke:"#fff",strokeMiterlimit:10,strokeWidth:5,d:"M106.406 93.01c5.815 4.798 15.402 5.376 21.541-2.04"})),Ut||(Ut=d.createElement("path",{stroke:"#34A853",strokeMiterlimit:10,strokeWidth:6,d:"M163.427 77.631c-65.246 6.006-90.973-8.801-101.07-23.297m-3.454 41.453c-12.959-1.652-26.248-17.412-29.626-30.014"})),Gt||(Gt=d.createElement("path",{stroke:"#148E3A",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:6,d:"M58.903 95.787c-3.88-.496-7.793-2.256-11.457-4.817"})));var Zt=i(15167);function LegacySplashContent({analyticsModuleActive:e,analyticsModuleAvailable:t,children:i,connectedProxyURL:n,description:s,disconnectedReason:o,getHelpURL:r,homeURL:a,secondAdminLearnMoreLink:l,showLearnMoreLink:d,title:g}){const u=e?{smSize:4,mdSize:8,lgSize:6}:{smSize:4,mdSize:8,lgSize:8};return(0,I.jsxs)(f.fI,{className:"googlesitekit-setup__content",children:[(0,I.jsxs)(f.fh,{smSize:4,mdSize:8,lgSize:e?6:4,className:"googlesitekit-setup__icon",children:[e&&(0,I.jsx)(Tt,{width:"570",height:"336"}),!e&&(0,I.jsx)(Wt,{height:"167",width:"175"})]}),(0,I.jsxs)(f.fh,{...u,children:[(0,I.jsx)(Zt.A,{as:"h1",className:"googlesitekit-setup__title",size:"large",type:"headline",children:g}),(0,I.jsxs)("p",{className:"googlesitekit-setup__description",children:[!d&&s,d&&(0,ne.A)((0,h.sprintf)(/* translators: 1: The description. 2: The learn more link. */ /* translators: 1: The description. 2: The learn more link. */ (0,h.__)("%1$s <Link>%2$s</Link>","google-site-kit"),s,(0,h.__)("Learn more","google-site-kit")),{Link:(0,I.jsx)(ue.A,{href:l,external:!0})})]}),r&&(0,I.jsx)(ue.A,{href:r,external:!0,children:(0,h.__)("Get help","google-site-kit")}),c.qv===o&&n!==a&&(0,I.jsxs)(_e.A,{children:[(0,h.sprintf)(/* translators: %s: Previous Connected Proxy URL */ /* translators: %s: Previous Connected Proxy URL */ (0,h.__)("— Old URL: %s","google-site-kit"),n),(0,I.jsx)("br",{}),(0,h.sprintf)(/* translators: %s: Connected Proxy URL */ /* translators: %s: Connected Proxy URL */ (0,h.__)("— New URL: %s","google-site-kit"),a)]}),t&&!e&&(0,I.jsx)(ActivateAnalyticsNotice,{}),(0,I.jsx)(CompatibilityChecks,{children:i})]})]})}LegacySplashContent.propTypes={analyticsModuleActive:ie().bool,analyticsModuleAvailable:ie().bool,children:ie().func,connectedProxyURL:ie().oneOfType([ie().string,ie().bool]),description:ie().string,disconnectedReason:ie().string,getHelpURL:ie().string,homeURL:ie().string,secondAdminLearnMoreLink:ie().string,title:ie().string.isRequired};var Yt=i(12886),$t=i(2362),Qt=i(23224),Kt=i(71032);const Xt=(0,d.lazy)(()=>i.e(314).then(i.bind(i,76314)));function SetupFlowSVG(){return(0,I.jsx)(d.Suspense,{fallback:(0,I.jsx)(Qt.A,{width:"100%",height:"100%"}),children:(0,I.jsx)(Kt.A,{errorMessage:(0,h.__)("Failed to load graphic","google-site-kit"),children:(0,I.jsx)(Xt,{})})})}var Jt;function ei(){return ei=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ei.apply(null,arguments)}const ti=e=>d.createElement("svg",ei({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 595 466"},e),Jt||(Jt=d.createElement("path",{fill:"#D0FBE1",d:"M511.46 27.268C472.402-4.67 412.901-7.73 359.991 15.098s-65.962 61.86-116.047 127.747c-31.454 41.379-132.587 11.687-194.767 61.884-69.555 56.15-75.122 212.784 49.651 250.724 136.609 41.538 214.765-63.716 364.799-29.336 95.58 21.902 134.859-41.125 130.304-104.054-4.159-57.449-51.566-66.85-43.413-135.455 8.153-68.604 0-127.402-39.058-159.34"})));function SplashContent({analyticsModuleActive:e,analyticsModuleAvailable:t,children:i,connectedProxyURL:n,description:s,disconnectedReason:o,getHelpURL:r,homeURL:a,secondAdminLearnMoreLink:l,showLearnMoreLink:g,title:u}){const{setValues:p}=(0,C.wA)(oe.s),m=(0,le.A)(y,x),k=(0,d.useCallback)(e=>{p(y,{[x]:e.target.checked})},[p]),v=e?{smSize:4,mdSize:6,lgSize:6}:{smSize:4,mdSize:7,lgSize:6};return(0,I.jsxs)(f.fI,{className:"googlesitekit-setup__content",children:[(0,I.jsxs)(f.fh,{smSize:4,mdSize:8,lgSize:6,className:"googlesitekit-setup__icon",children:[(0,I.jsx)(ti,{className:"googlesitekit-setup__splash-graphic-background",width:"508",height:"466"}),(0,I.jsx)("div",{className:"googlesitekit-setup__splash-graphic-screenshot",children:(0,I.jsx)(SetupFlowSVG,{})})]}),(0,I.jsxs)(f.fh,{...v,children:[(0,I.jsx)(Zt.A,{as:"h1",className:"googlesitekit-setup__title",size:"medium",type:"headline",children:u}),(g||s)&&(0,I.jsxs)("p",{className:"googlesitekit-setup__description",children:[!g&&s,g&&(0,ne.A)((0,h.sprintf)(/* translators: 1: The description. 2: The learn more link. */ /* translators: 1: The description. 2: The learn more link. */ (0,h.__)("%1$s <Link>%2$s</Link>","google-site-kit"),s,(0,h.__)("Learn more","google-site-kit")),{Link:(0,I.jsx)(ue.A,{href:l,external:!0})})]}),r&&(0,I.jsx)(ue.A,{href:r,external:!0,children:(0,h.__)("Get help","google-site-kit")}),c.qv===o&&n!==a&&(0,I.jsxs)(_e.A,{children:[(0,h.sprintf)(/* translators: %s: Previous Connected Proxy URL */ /* translators: %s: Previous Connected Proxy URL */ (0,h.__)("— Old URL: %s","google-site-kit"),n),(0,I.jsx)("br",{}),(0,h.sprintf)(/* translators: %s: Connected Proxy URL */ /* translators: %s: Connected Proxy URL */ (0,h.__)("— New URL: %s","google-site-kit"),a)]}),t&&!e&&(0,I.jsx)("div",{className:"googlesitekit-setup__analytics-opt-in-wrapper",children:(0,I.jsx)(Yt.A,{id:"googlesitekit-analytics-setup-opt-in",name:"googlesitekit-analytics-setup-opt-in",description:(0,ne.A)((0,h.__)("To get better insights about your site, Site Kit will update your Analytics account, for example by enabling enhanced measurement. <LearnMoreLink /> <RecommendedBadge />","google-site-kit"),{LearnMoreLink:(0,I.jsx)(ue.A,{href:"#",external:!0,children:(0,h.__)("Learn more","google-site-kit")}),RecommendedBadge:(0,I.jsx)($t.A,{className:"googlesitekit-splash__analytics-recommended-badge",label:(0,h.__)("Recommended","google-site-kit")})}),checked:m,onChange:k,value:"1",children:(0,h.__)("Get visitor insights by connecting Google Analytics as part of setup","google-site-kit")})}),(0,I.jsx)(CompatibilityChecks,{children:i})]})]})}function Splash({children:e}){const t=(0,E.i)("setupFlowRefresh"),i=(0,a.useSelect)(e=>e(k.i).isModuleAvailable(b.L1)),n=(0,a.useSelect)(e=>e(k.i).isModuleActive(b.L1)),s=(0,a.useSelect)(e=>e(l.O4).hasConnectedAdmins()),o=(0,a.useSelect)(e=>e(l.O4).getReferenceSiteURL()),r=(0,a.useSelect)(e=>e(l.O4).getHomeURL()),d=(0,a.useSelect)(e=>e(l.O4).getDocumentationLinkURL("already-configured")),g=(0,a.useSelect)(e=>e(c.oR).getDisconnectedReason()),p=(0,a.useSelect)(e=>e(c.oR).getConnectedProxyURL()),m=(0,a.useSelect)(e=>e(l.O4).getDocumentationLinkURL("url-has-changed"));let v,y,x=!1,_=null;"revoked"===(0,u.d)(location.href,"googlesitekit_context")?(v=(0,h.sprintf)(/* translators: %s: is the site's hostname. (e.g. example.com) */ /* translators: %s: is the site's hostname. (e.g. example.com) */ (0,h.__)("You revoked access to Site Kit for %s","google-site-kit"),ee.Ay.toUnicode(new URL(o).hostname)),y=(0,h.__)('Site Kit will no longer have access to your account. If you’d like to reconnect Site Kit, click "Sign in with Google" below to generate new credentials.',"google-site-kit")):c.qv===g?(v=(0,h.__)("Reconnect Site Kit","google-site-kit"),y=(0,h.__)("Looks like the URL of your site has changed. In order to continue using Site Kit, you’ll need to reconnect, so that your plugin settings are updated with the new URL.","google-site-kit"),_=m):s?(v=(0,h.__)("Connect your Google account to Site Kit","google-site-kit"),y=(0,h.__)("Site Kit has already been configured by another admin of this site. To use Site Kit as well, sign in with your Google account which has access to Google services for this site (e.g. Google Analytics). Once you complete the 3 setup steps, you’ll see stats from all activated Google services.","google-site-kit"),x=!0):t?v=(0,h.__)("Let’s get started!","google-site-kit"):(v=(0,h.__)("Set up Site Kit","google-site-kit"),y=(0,h.__)("Get insights on how people find your site, as well as how to improve and monetize your site’s content, directly in your WordPress dashboard","google-site-kit"));const j=t?"googlesitekit-splash":"googlesitekit-setup__splash",S=t?SplashContent:LegacySplashContent,A={analyticsModuleActive:n,secondAdminLearnMoreLink:d,homeURL:r,analyticsModuleAvailable:i,disconnectedReason:g,title:v,description:y,getHelpURL:_,connectedProxyURL:p,showLearnMoreLink:x};return(0,I.jsx)("section",{className:j,children:(0,I.jsx)(f.xA,{children:(0,I.jsx)(S,{...A,children:e})})})}SplashContent.propTypes={analyticsModuleActive:ie().bool,analyticsModuleAvailable:ie().bool,children:ie().func,connectedProxyURL:ie().oneOfType([ie().string,ie().bool]),description:ie().string,disconnectedReason:ie().string,getHelpURL:ie().string,homeURL:ie().string,secondAdminLearnMoreLink:ie().string,showLearnMoreLink:ie().bool,title:ie().string.isRequired};var ii=i(82167),ni=i(43066),si=i(10953);function StepHint({leadingText:e,tooltipText:t}){return(0,I.jsxs)("div",{className:"googlesitekit-setup__step-hint",children:[(0,I.jsx)("p",{children:e}),(0,I.jsx)(si.A,{tooltipClassName:"googlesitekit-setup__step-hint-tooltip",title:t})]})}function Actions({proxySetupURL:e,onButtonClick:t,complete:i,inProgressFeedback:n,ctaFeedback:s}){const o=(0,E.i)("setupFlowRefresh"),r=(0,j.A)(),{dismissItem:g}=(0,a.useDispatch)(c.oR),{navigateTo:u}=(0,a.useDispatch)(v.M),m=(0,a.useSelect)(e=>e(l.O4).hasConnectedAdmins()),f=(0,a.useSelect)(e=>e(l.O4).hasMultipleAdmins()),k=(0,a.useSelect)(e=>!!e(c.oR).getViewableModules()?.length),y=(0,a.useSelect)(e=>e(l.O4).isResettable()),x=(0,a.useSelect)(e=>e(l.O4).getAdminURL("googlesitekit-dashboard")),b=(0,d.useCallback)(()=>{Promise.all([g(_),(0,p.sx)(r,"skip_setup_to_viewonly")]).finally(()=>{u(x)})},[x,g,u,r]);return(0,I.jsxs)(d.Fragment,{children:[s,(0,I.jsx)(ii.A,{}),(0,I.jsxs)("div",{className:"googlesitekit-start-setup-wrap",children:[(0,I.jsx)(se.Button,{className:"googlesitekit-start-setup",href:e,onClick:t,disabled:!i,children:(0,h._x)("Sign in with Google","Prompt to authenticate Site Kit with Google Account","google-site-kit")}),n,f&&m&&k&&i&&(0,I.jsx)(se.Button,{onClick:b,tertiary:!0,children:(0,h.__)("Skip sign-in and view limited dashboard","google-site-kit")}),!m&&y&&i&&(0,I.jsx)(ni.A,{})]}),o&&(0,I.jsx)(StepHint,{leadingText:(0,h.__)("Why is this required?","google-site-kit"),tooltipText:(0,ne.A)((0,h.__)("Site Kit needs to connect to your Google account to access data from Google products like Search Console or Analytics and display it on your dashboard. <a>Learn more</a>","google-site-kit"),{a:(0,I.jsx)(ue.A,{external:!0,hideExternalIndicator:!0})})})]})}StepHint.propTypes={leadingText:ie().oneOfType([ie().string,ie().element]).isRequired,tooltipText:ie().oneOfType([ie().string,ie().element]).isRequired};var oi,ri,ai,li,ci,di,gi,ui,hi,pi,mi,fi,ki,vi,yi,xi,_i,bi,ji,Si,Ai,Ni,Mi,Ci,Ii,Ei,wi,Ti,Ri,Di,Li,zi,Oi,Pi,Bi,qi,Fi,Hi,Ui,Gi,Vi,Wi,Zi,Yi,$i,Qi,Ki,Xi,Ji,en,tn,nn,sn,on,rn,an,ln,cn,dn,gn=i(80035),un=i(49655);function SetupUsingProxyWithSignIn(){const e=(0,E.i)("setupFlowRefresh"),t=(0,j.A)(),{navigateTo:i}=(0,a.useDispatch)(v.M),{activateModule:n}=(0,a.useDispatch)(k.i),s=(0,a.useSelect)(e=>e(l.O4).getProxySetupURL()),r=(0,a.useSelect)(e=>e(l.O4).isConnected()),c=(0,le.A)(y,x),_=(0,d.useCallback)(async a=>{let l;if(a.preventDefault(),c){const{error:i,response:s}=await n(b.L1);i||(await(0,p.sx)(`${t}_setup`,"start_setup_with_analytics"),l=s.moduleReauthURL,e&&(l=(0,g.F)(l,{showProgress:!0})))}s&&await Promise.all([(0,o.SO)("start_user_setup",!0),(0,p.sx)(`${t}_setup`,"start_user_setup","proxy")]),s&&!r&&await Promise.all([(0,o.SO)("start_site_setup",!0),(0,p.sx)(`${t}_setup`,"start_site_setup","proxy")]),i(l&&s?(0,g.F)(s,{redirect:l}):s)},[c,s,r,n,t,e,i]);return(0,I.jsxs)(d.Fragment,{children:[(0,I.jsx)(Header_Header,{}),(0,I.jsx)("div",{className:"googlesitekit-setup",children:(0,I.jsx)(f.xA,{children:(0,I.jsx)(f.fI,{children:(0,I.jsxs)(f.fh,{size:12,children:["reset_success"===(0,u.d)(location.href,"notification")&&(0,I.jsxs)(d.Fragment,{children:[(0,I.jsx)(gn.A,{id:"reset_success",title:(0,h.__)("Site Kit by Google was successfully reset.","google-site-kit"),type:un.Q.SUCCESS}),(0,I.jsx)("br",{})]}),(0,I.jsx)(m.A,{rounded:!0,children:(0,I.jsx)(Splash,{children:({complete:e,inProgressFeedback:t,ctaFeedback:i})=>(0,I.jsx)(Actions,{proxySetupURL:s,onButtonClick:_,complete:e,inProgressFeedback:t,ctaFeedback:i})})})]})})})})]})}function hn(){return hn=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},hn.apply(null,arguments)}const pn=e=>d.createElement("svg",hn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 398 280"},e),oi||(oi=d.createElement("path",{fill:"#F1F3F4",d:"M357.758 250.137H101.493V60.904h260.113v185.384a3.85 3.85 0 0 1-3.848 3.849"})),ri||(ri=d.createElement("path",{fill:"#5F6368",d:"M31.5 60.908h69.997v189.234H35.349a3.85 3.85 0 0 1-3.849-3.849z"})),ai||(ai=d.createElement("path",{fill:"#FBBC04",fillRule:"evenodd",d:"M119.339 7.235a12.14 12.14 0 0 1 1.813 6.392l-1.283-.001h1.283v.001q0 .428-.029.852l-.96-.338-.427 1.21 1.267.196q.083-.531.12-1.068l5.497 1.94a8.564 8.564 0 0 1 5.215 10.925l-1.21-.427-1.209-.428v.001a6 6 0 0 0-3.653-7.652l-7.459-2.632.164-1.053a10 10 0 0 0 .118-1.527v-.001a9.56 9.56 0 0 0-1.43-5.041zm2.425 22.906-.427 1.21zm0 0a6 6 0 0 0 7.652-3.651l1.209.427 1.21.429a8.567 8.567 0 0 1-10.925 5.215L91.611 22.184l.857-2.419z",clipRule:"evenodd"})),li||(li=d.createElement("path",{fill:"#FBBC04",fillRule:"evenodd",d:"M84.252 8.566a9.53 9.53 0 0 0-1.434 5.039v.003q0 .763.122 1.516l.173 1.059-7.464 2.636a5.995 5.995 0 0 0-3.656 7.668l-1.209.431 1.21-.428a6 6 0 0 0 7.652 3.652l29.296-10.376.857 2.419L80.5 32.562a8.565 8.565 0 0 1-10.924-5.214 8.56 8.56 0 0 1 5.221-10.949l5.485-1.937q-.03-.427-.03-.856v-.001l1.284.001-1.283.002v-.002a12.1 12.1 0 0 1 1.82-6.393l2.18 1.353Z",clipRule:"evenodd"})),ci||(ci=d.createElement("path",{fill:"#F9AB00",d:"M85.738 0v46.35a22.27 22.27 0 0 0 29.934 0V0z"})),di||(di=d.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M106.634 26.66c-4.462 2.815-8.852 2.28-11.968-.222l1.286-1.6c2.406 1.93 5.836 2.452 9.586.085l1.096 1.736Z",clipRule:"evenodd"})),gi||(gi=d.createElement("path",{fill:"#3C4043",fillRule:"evenodd",d:"M84.43 12.376c.69.158 1.12.847.962 1.537l-4.3 18.717a1.32 1.32 0 0 0 1.284 1.615m2.053-21.87a1.283 1.283 0 0 0-1.538.964zm-1.538.964-4.3 18.714zm-4.3 18.715v-.001Zm0 0a3.886 3.886 0 1 0 7.67.872V25.64a1.283 1.283 0 0 0-2.566 0v7.287a1.32 1.32 0 0 1-1.319 1.32",clipRule:"evenodd"})),ui||(ui=d.createElement("path",{fill:"#202124",fillRule:"evenodd",d:"M116.979 12.376a1.283 1.283 0 0 1 1.539.961l4.321 18.716a3.88 3.88 0 0 1-3.785 4.758 3.883 3.883 0 0 1-3.885-3.885V25.64a1.283 1.283 0 1 1 2.566 0v7.287a1.32 1.32 0 0 0 1.319 1.32m0 0a1.32 1.32 0 0 0 1.285-1.616l-4.321-18.715c-.16-.69.271-1.38.961-1.54",clipRule:"evenodd"})),hi||(hi=d.createElement("path",{fill:"#3C4043",d:"M115.338 13.625c0-5.373-6.43-9.581-14.64-9.581s-14.636 4.213-14.636 9.58z"})),pi||(pi=d.createElement("path",{fill:"#8AB4F8",d:"M92.425 21.905a8.28 8.28 0 0 0 8.282-8.283 8.282 8.282 0 1 0-16.565 0 8.283 8.283 0 0 0 8.283 8.283"})),mi||(mi=d.createElement("path",{fill:"#202124",fillRule:"evenodd",d:"M92.425 6.624a7 7 0 1 0 0 14 7 7 0 0 0 0-14m-9.566 7a9.566 9.566 0 0 1 9.566-9.566 9.566 9.566 0 0 1 0 19.131 9.566 9.566 0 0 1-9.566-9.566Z",clipRule:"evenodd"})),fi||(fi=d.createElement("path",{fill:"#8AB4F8",d:"M108.99 21.905a8.283 8.283 0 1 0 0-16.567 8.283 8.283 0 0 0 0 16.567"})),ki||(ki=d.createElement("path",{fill:"#202124",fillRule:"evenodd",d:"M108.991 6.624a7 7 0 1 0 0 14 7 7 0 0 0 0-14m-9.566 7a9.566 9.566 0 1 1 19.132.002 9.566 9.566 0 0 1-19.132-.003Z",clipRule:"evenodd"})),vi||(vi=d.createElement("path",{fill:"#D0E2FC",fillRule:"evenodd",d:"M92.445 9.236a4.39 4.39 0 0 0-4.393 4.388h-1.026a5.42 5.42 0 0 1 5.419-5.414zm16.545 0a4.395 4.395 0 0 0-4.393 4.388h-1.026a5.417 5.417 0 0 1 5.419-5.414z",clipRule:"evenodd"})),yi||(yi=d.createElement("path",{fill:"#639AF8",fillRule:"evenodd",d:"M93.066 77.73H39.988V72.6h53.078z",clipRule:"evenodd"})),xi||(xi=d.createElement("path",{fill:"#80858A",fillRule:"evenodd",d:"M93.066 95.556H39.988v-5.132h53.078zm0 17.83H39.988v-5.131h53.078zm0 17.828H39.988v-5.132h53.078z",clipRule:"evenodd"})),_i||(_i=d.createElement("path",{fill:"#3C4043",d:"M35.35 44.416h322.412a3.85 3.85 0 0 1 3.849 3.848V60.91H31.501V48.285a3.847 3.847 0 0 1 3.848-3.87Z"})),bi||(bi=d.createElement("path",{fill:"#3E81F6",d:"M114.61 74.35a5.3 5.3 0 0 0-.088-.965h-4.315v1.77h2.478a2.13 2.13 0 0 1-.924 1.427v1.15h1.478a4.48 4.48 0 0 0 1.371-3.382"})),ji||(ji=d.createElement("path",{fill:"#2DA84F",d:"M111.772 76.58a2.784 2.784 0 0 1-3.488-.385 2.8 2.8 0 0 1-.659-1.067h-1.539v1.18a4.59 4.59 0 0 0 4.105 2.535 4.38 4.38 0 0 0 3.043-1.113z"})),Si||(Si=d.createElement("path",{fill:"#FCBC00",d:"M107.482 74.246c0-.299.049-.595.143-.878v-1.185h-1.539a4.61 4.61 0 0 0 0 4.105l1.539-1.18a2.8 2.8 0 0 1-.143-.862"})),Ai||(Ai=d.createElement("path",{fill:"#EB402D",d:"M110.206 71.469a2.53 2.53 0 0 1 1.766.688l1.308-1.314a4.4 4.4 0 0 0-3.079-1.196 4.59 4.59 0 0 0-4.105 2.53l1.539 1.186a2.75 2.75 0 0 1 2.571-1.894"})),Ni||(Ni=d.createElement("path",{fill:"#fff",d:"M42.975 55.648a2.987 2.987 0 1 0 0-5.974 2.987 2.987 0 0 0 0 5.974m11.947 0a2.987 2.987 0 1 0 0-5.974 2.987 2.987 0 0 0 0 5.974m11.948 0a2.987 2.987 0 1 0 0-5.974 2.987 2.987 0 0 0 0 5.974"})),Mi||(Mi=d.createElement("path",{fill:"#F1F3F4",d:"m105.991 75.162-4.492-4.492-4.493 4.492 4.493 4.493z"})),Ci||(Ci=d.createElement("path",{fill:"#fff",d:"M225.394 87.245h-107.11v67.226h107.11z"})),Ii||(Ii=d.createElement("path",{fill:"#E7E9EC",fillRule:"evenodd",d:"M213.036 107.626h-79.891V97.362h79.891zm-10.761 19.102h-69.13v-10.264h69.13zm-15.929 19.815h-53.201v-10.264h53.201z",clipRule:"evenodd"})),Ei||(Ei=d.createElement("path",{fill:"#fff",d:"M344.826 87.245H237.715v67.226h107.111z"})),wi||(wi=d.createElement("path",{fill:"#F1F3F4",d:"M74.187 280c20.486 0 37.092-1.725 37.092-3.854s-16.606-3.854-37.092-3.854-37.092 1.726-37.092 3.854S53.702 280 74.187 280"})),Ti||(Ti=d.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M312.629 54.763c2.286.74 4.947.381 7.318-.968l1.015 1.785c-2.791 1.587-6.047 2.081-8.966 1.136-2.95-.956-5.42-3.34-6.667-7.232l1.955-.626c1.068 3.334 3.091 5.175 5.345 5.905",clipRule:"evenodd"})),Ri||(Ri=d.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M306.584 47.852c.884.047 1.659.3 2.485.725l-.938 1.826c-.642-.33-1.134-.474-1.655-.501-.544-.03-1.194.064-2.163.323l-.53-1.983c1.048-.28 1.94-.436 2.801-.39",clipRule:"evenodd"})),Di||(Di=d.createElement("path",{fill:"#C5221F",fillRule:"evenodd",d:"m281.545 27.907.243 1.023c.7 2.945 1.41 5.798 2.586 8.418 1.164 2.595 2.874 4.915 5.156 6.346 2.284 1.432 5.162 1.851 7.463.85l1.024 2.352c-3.24 1.41-7.013.752-9.851-1.028-2.84-1.782-4.834-4.573-6.133-7.47-1.139-2.538-1.863-5.238-2.496-7.852l-7.573.27-.091-2.564zm13.133-4.467.243 1.023c.699 2.949 1.41 5.793 2.586 8.42 1.164 2.599 2.874 4.918 5.155 6.349 2.283 1.432 5.162 1.847 7.466.849l1.02 2.354c-3.238 1.403-7.01.752-9.849-1.03-2.84-1.78-4.835-4.573-6.134-7.474-1.139-2.543-1.863-5.235-2.496-7.852l-7.572.27-.092-2.564z",clipRule:"evenodd"})),Li||(Li=d.createElement("path",{fill:"#E7E9EC",fillRule:"evenodd",d:"M248.148 97.601h4.105v44.082h83.002v4.105h-87.107z",clipRule:"evenodd"})),zi||(zi=d.createElement("path",{fill:"#D93025",d:"M317.853 64.668c12.666 0 22.933-10.267 22.933-22.933S330.519 18.8 317.853 18.8s-22.934 10.268-22.934 22.934 10.268 22.933 22.934 22.933Z"})),Oi||(Oi=d.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M311.83 51.34c2.281.74 4.934.38 7.307-.97l1.014 1.785c-2.789 1.586-6.038 2.083-8.954 1.139-2.947-.955-5.415-3.337-6.677-7.226l1.952-.634c1.083 3.337 3.107 5.178 5.358 5.907Z",clipRule:"evenodd"})),Pi||(Pi=d.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M305.773 44.424c.884.047 1.661.302 2.488.73l-.944 1.823c-.64-.332-1.131-.475-1.652-.503-.544-.029-1.194.065-2.165.322l-.525-1.985c1.046-.277 1.938-.432 2.798-.387",clipRule:"evenodd"})),Bi||(Bi=d.createElement("path",{fill:"#D93025",fillRule:"evenodd",d:"M319.709 102.472c7.531-11.92 10.7-28.343 8.132-42.188l2.522-.468c2.687 14.483-.61 31.56-8.485 44.026z",clipRule:"evenodd"})),qi||(qi=d.createElement("path",{fill:"#E7E9EC",fillRule:"evenodd",d:"M297.648 117.474c3.936-7.731 9.27-16.845 20.308-16.845 6.889 0 11.512 4.768 14.266 8.997 1.403 2.154 2.408 4.293 3.061 5.885.327.8.57 1.469.732 1.944a25 25 0 0 1 .232.717l.014.045.004.014.002.007c0 .001 0 .002-1.972.572l-1.971.572-.001-.002-.007-.024-.015-.049-.02-.063q-.048-.156-.152-.464a30 30 0 0 0-.645-1.711c-.587-1.432-1.479-3.325-2.702-5.203-2.499-3.836-6.046-7.132-10.826-7.132-8.263 0-12.579 6.609-16.65 14.603-.392.769-.782 1.553-1.174 2.34-1.544 3.099-3.111 6.246-4.87 8.726-2.23 3.144-5.152 5.778-9.333 5.778-3.211 0-5.678-.646-7.723-1.676-2.012-1.012-3.517-2.351-4.798-3.525l-.266-.244c-1.205-1.106-2.188-2.008-3.384-2.694-1.212-.695-2.689-1.185-4.823-1.185-1.27 0-2.659.682-4.147 2.127-1.472 1.429-2.829 3.405-3.998 5.488-1.16 2.066-2.086 4.148-2.724 5.721a52 52 0 0 0-.908 2.407l-.044.131-.011.031-.002.006-1.95-.639-1.951-.639.002-.006.004-.012.015-.044.054-.159q.07-.207.204-.581a59 59 0 0 1 .782-2.037c.679-1.675 1.678-3.924 2.949-6.189 1.262-2.248 2.845-4.604 4.718-6.423 1.857-1.803 4.219-3.287 7.007-3.287 2.848 0 5.029.675 6.865 1.729 1.614.925 2.924 2.131 4.066 3.182l.315.29c1.264 1.157 2.409 2.15 3.871 2.885 1.427.719 3.255 1.238 5.877 1.238 2.182 0 4.032-1.296 5.985-4.048 1.556-2.194 2.933-4.957 4.459-8.016q.616-1.24 1.275-2.538",clipRule:"evenodd"})),Fi||(Fi=d.createElement("path",{fill:"#D93025",fillRule:"evenodd",d:"M302.748 110.621c-9.086-16.362-9.222-37.328-.347-53.806l2.259 1.217c-8.46 15.708-8.33 35.746.331 51.344z",clipRule:"evenodd"})),Hi||(Hi=d.createElement("path",{fill:"#4285F4",fillRule:"evenodd",d:"M49.792 239.931c-2.575-.265-4.53-1.209-6.084-2.629zm-6.084-2.629c-1.575-1.439-2.794-3.417-3.786-5.821zm-3.786-5.821-2.372.978zm-2.372.978c1.077 2.61 2.478 4.957 4.427 6.737zm4.427 6.737c1.97 1.799 4.443 2.967 7.554 3.287zm7.816.735c3.095.316 6.85-.569 8.764-2.743l1.926 1.695c-2.674 3.04-7.417 3.961-10.952 3.6",clipRule:"evenodd"})),Ui||(Ui=d.createElement("path",{fill:"#1967D2",fillRule:"evenodd",d:"m70.674 235.279 2.405.894-5.085 13.671a21.8 21.8 0 0 0 .017 15.251l5.21 10.017h-7.59v-2.566h3.363l-3.33-6.403-.026-.071a24.37 24.37 0 0 1-.049-17.122z",clipRule:"evenodd"})),Gi||(Gi=d.createElement("path",{fill:"#185ABC",fillRule:"evenodd",d:"m66.749 245.824 3.926-10.545 2.404.895-3.925 10.545z",clipRule:"evenodd"})),Vi||(Vi=d.createElement("path",{fill:"#1967D2",fillRule:"evenodd",d:"M78.682 239.576h2.566v32.971h3.807v2.566h-6.373z",clipRule:"evenodd"})),Wi||(Wi=d.createElement("path",{fill:"#185ABC",fillRule:"evenodd",d:"M78.682 243.671v-4.095h2.566v4.095z",clipRule:"evenodd"})),Zi||(Zi=d.createElement("path",{fill:"#4285F4",fillRule:"evenodd",d:"M123.654 199.8a44.21 44.21 0 0 1-31.383 23.942l-.482-2.521a41.64 41.64 0 0 0 29.562-22.552z",clipRule:"evenodd"})),Yi||(Yi=d.createElement("path",{fill:"#E7E9EC",fillRule:"evenodd",d:"M128.988 149.77V92.992h4.106v56.778z",clipRule:"evenodd"})),$i||($i=d.createElement("path",{fill:"#F9AB00",d:"M27.012 229.683c-3.233 2.643-6.31 5.096-9.265 7.221-1.544 1.129-4.354-.4-4.683-2.494-.566-3.926-.921-7.995-1.112-12.162a365 365 0 0 0-10.86-6.826c-1.821-1.134-1.265-3.818.927-4.726 4.076-1.601 8.168-3.192 12.255-4.701 1.296-4.223 2.573-8.488 3.71-12.65.608-2.257 3.191-2.73 4.56-.831 2.527 3.495 5.255 7.026 7.967 10.515 4.36-.031 8.75 0 13.13.067 2.367.056 3.87 2.376 2.51 4.074a373 373 0 0 0-7.72 10.223c1.303 3.967 2.415 7.893 3.28 11.767.437 2.053-1.637 4.495-3.49 3.987-3.5-.928-7.247-2.14-11.21-3.464Z"})),Qi||(Qi=d.createElement("path",{fill:"#fff",d:"M344.825 165.928H118.284v66.738h226.541z"})),Ki||(Ki=d.createElement("path",{fill:"#F0F2F3",fillRule:"evenodd",d:"M147.858 182.147c-6.991 0-12.66 5.668-12.66 12.66s5.669 12.66 12.66 12.66 12.66-5.668 12.66-12.66-5.668-12.66-12.66-12.66m-16.765 12.66c0-9.259 7.506-16.765 16.765-16.765s16.766 7.506 16.766 16.765-7.506 16.766-16.766 16.766-16.765-7.506-16.765-16.766m31.668 25.745h-29.805v-4.105h29.805zm55.761 0h-29.805v-4.105h29.805zm-14.902-38.405c-6.992 0-12.66 5.668-12.66 12.66s5.668 12.66 12.66 12.66 12.66-5.668 12.66-12.66-5.668-12.66-12.66-12.66m-16.766 12.66c0-9.259 7.507-16.765 16.766-16.765s16.765 7.506 16.765 16.765-7.506 16.766-16.765 16.766-16.766-7.506-16.766-16.766m87.43 25.745h-29.805v-4.105h29.805zm-14.902-38.405c-6.992 0-12.66 5.668-12.66 12.66s5.668 12.66 12.66 12.66 12.66-5.668 12.66-12.66-5.668-12.66-12.66-12.66m-16.766 12.66c0-9.259 7.506-16.765 16.766-16.765s16.765 7.506 16.765 16.765-7.506 16.766-16.765 16.766-16.766-7.506-16.766-16.766",clipRule:"evenodd"})),Xi||(Xi=d.createElement("path",{fill:"#D9DBDF",fillRule:"evenodd",d:"M147.867 182.147a12.66 12.66 0 0 0-12.527 10.776 12.656 12.656 0 1 0 24.725-1.448 12.66 12.66 0 0 0-5.134-7.164l2.296-3.404a16.76 16.76 0 1 1-9.357-2.865zm55.752 0a12.654 12.654 0 1 0 8.39 3.184l2.722-3.073a16.76 16.76 0 0 1 3.226 21.217 16.76 16.76 0 0 1-8.877 7.172 16.765 16.765 0 0 1-20.064-7.614 16.76 16.76 0 0 1 3.873-21.109 16.76 16.76 0 0 1 10.731-3.882zm55.766 0a12.681 12.681 0 1 0 2.049.164l.657-4.053a16.783 16.783 0 0 1 13.979 18.582 16.786 16.786 0 1 1-16.692-18.798z",clipRule:"evenodd"})),Ji||(Ji=d.createElement("path",{fill:"#F1F3F4",d:"M360.265 277.44c20.619 0 37.333-1.726 37.333-3.854s-16.714-3.854-37.333-3.854-37.333 1.725-37.333 3.854 16.714 3.854 37.333 3.854"})),en||(en=d.createElement("path",{fill:"#148E3A",fillRule:"evenodd",d:"M368.44 274.877c-3.725-9.645-4.194-20.648-3.16-32.153l2.556.23c-.988 10.992-.552 21.25 2.69 30.178h7.199v2.565h-8.088c-.53 0-1.006-.326-1.197-.82m-14.99-1.744c-2.955-9.536-3.569-19.756-2.589-30.41l2.555.235c-1.015 11.035-.267 21.456 3.015 31.043a1.282 1.282 0 0 1-1.214 1.698h-7.497v-2.566z",clipRule:"evenodd"})),tn||(tn=d.createElement("path",{fill:"#0D8034",fillRule:"evenodd",d:"M364.824 251.252c.042-2.823.203-5.646.457-8.525l2.556.225c-.25 2.828-.407 5.588-.447 8.338zm-14.374 2.467a97 97 0 0 1 .411-10.999l2.555.241a95 95 0 0 0-.4 10.708z",clipRule:"evenodd"})),nn||(nn=d.createElement("path",{fill:"#1E8E3E",d:"m355.371 215.214-34.619 3.285 3.285 34.618 34.618-3.284 34.619-3.284-3.284-34.619z"})),sn||(sn=d.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M369.015 230.76c-4.262 5.173-10.96 4.737-14.975 1.418l1.226-1.483c3.334 2.756 8.788 3.06 12.264-1.159z",clipRule:"evenodd"})),on||(on=d.createElement("path",{fill:"#34A853",fillRule:"evenodd",d:"M328.231 204.378c5.679 8.162 23.612 20.419 62.34 16.852l.235 2.555c-39.275 3.618-58.291-8.758-64.681-17.941zm-19.218 14.118a19.03 19.03 0 0 0 15.577 13.611l-.367 2.539a21.59 21.59 0 0 1-17.677-15.446z",clipRule:"evenodd"})),rn||(rn=d.createElement("path",{fill:"#1E8E3E",fillRule:"evenodd",d:"M317.868 229.814a18 18 0 0 0 6.705 2.29l-.334 2.544a20.5 20.5 0 0 1-7.663-2.617z",clipRule:"evenodd"})),an||(an=d.createElement("path",{fill:"#F0F2F3",fillRule:"evenodd",d:"M312.465 192.451c-6.992 0-12.66 5.668-12.66 12.66s5.668 12.66 12.66 12.66c6.991 0 12.66-5.668 12.66-12.66s-5.669-12.66-12.66-12.66m-16.766 12.66c0-9.26 7.506-16.766 16.766-16.766s16.765 7.506 16.765 16.766-7.506 16.765-16.765 16.765-16.766-7.506-16.766-16.765",clipRule:"evenodd"})),ln||(ln=d.createElement("path",{fill:"#D9DBDF",fillRule:"evenodd",d:"M312.464 192.454a12.66 12.66 0 0 0-8.079 2.916 12.66 12.66 0 0 0-2.983 15.881 12.65 12.65 0 0 0 15.056 5.867 12.655 12.655 0 0 0 4.572-21.326l2.779-3.022a16.76 16.76 0 0 1 2.88 21.206 16.76 16.76 0 0 1-8.937 7.038 16.75 16.75 0 0 1-11.371-.288 16.763 16.763 0 0 1-4.617-28.515 16.76 16.76 0 0 1 10.7-3.862z",clipRule:"evenodd"})),cn||(cn=d.createElement("path",{fill:"#1A73E8",d:"M78.538 240.807a23.67 23.67 0 0 1-30.98-12.691l43.67-18.289a23.665 23.665 0 0 1-12.69 30.98"})),dn||(dn=d.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"m86.154 223.843-.068 1.599c-.166 3.926-2.048 7.594-5.4 9.468l-1.001-1.791c2.174-1.216 3.644-3.458 4.158-6.114l-15.149 6.194-.777-1.9z",clipRule:"evenodd"})));function SetupUsingProxyViewOnly(){const e=(0,j.A)(),{dismissItem:t}=(0,a.useDispatch)(c.oR),{navigateTo:i}=(0,a.useDispatch)(v.M),n=(0,a.useSelect)(e=>e(l.O4).getAdminURL("googlesitekit-dashboard")),s=(0,a.useSelect)(e=>e(l.O4).getDocumentationLinkURL("dashboard-sharing")),o=(0,d.useCallback)(()=>{Promise.all([t(_),(0,p.sx)(e,"confirm_viewonly")]).finally(()=>{i(n)})},[n,t,i,e]);return n?(0,I.jsxs)(d.Fragment,{children:[(0,I.jsx)(S.A,{children:(0,I.jsx)(A.A,{})}),(0,I.jsx)("div",{className:"googlesitekit-setup",children:(0,I.jsx)(f.xA,{children:(0,I.jsx)(f.fI,{children:(0,I.jsx)(f.fh,{size:12,children:(0,I.jsx)(m.A,{rounded:!0,children:(0,I.jsx)("section",{className:"googlesitekit-setup__splash",children:(0,I.jsx)(f.xA,{children:(0,I.jsxs)(f.fI,{className:"googlesitekit-setup__content",children:[(0,I.jsx)(f.fh,{smSize:4,mdSize:8,lgSize:4,lgOrder:2,className:"googlesitekit-setup__icon",children:(0,I.jsx)(pn,{width:398,height:280})}),(0,I.jsxs)(f.fh,{smSize:4,mdSize:8,lgSize:8,lgOrder:1,children:[(0,I.jsx)(Zt.A,{as:"h1",className:"googlesitekit-setup__title",size:"large",type:"headline",children:(0,h.__)("View-only Dashboard Access","google-site-kit")}),(0,I.jsx)("p",{className:"googlesitekit-setup__description",children:(0,ne.A)((0,h.__)("An administrator has granted you access to view this site's dashboard to view stats from all shared Google services. <a>Learn more</a>","google-site-kit"),{a:(0,I.jsx)(ue.A,{"aria-label":(0,h.__)("Learn more about dashboard sharing","google-site-kit"),href:s,external:!0})})}),(0,I.jsx)(_e.A,{children:(0,h.__)("Get insights about how people find and use your site as well as how to improve and monetize your content, directly in your WordPress dashboard","google-site-kit")}),(0,I.jsx)(ii.A,{}),(0,I.jsx)("div",{className:"googlesitekit-start-setup-wrap",children:(0,I.jsx)(se.Button,{onClick:o,children:(0,h.__)("Go to dashboard","google-site-kit")})})]})]})})})})})})})})]}):null}var mn=i(17243),fn=i(39016),kn=i(24558);class WizardStepAuthentication extends d.Component{constructor(e){super(e),this.onButtonClick=this.onButtonClick.bind(this)}async onButtonClick(){const{connectURL:e,isSiteKitConnected:t}=this.props;await Promise.all([(0,o.SO)("start_user_setup",!0),(0,p.sx)(`${kn.uR}_setup`,"start_user_setup","custom-oauth")]),t||await Promise.all([(0,o.SO)("start_site_setup",!0),(0,p.sx)(`${kn.uR}_setup`,"start_site_setup","custom-oauth")]),document.location=e}render(){const{needReauthenticate:e,resetAndRestart:t}=this.props;return(0,I.jsx)("section",{className:"googlesitekit-wizard-step googlesitekit-wizard-step--two",children:(0,I.jsx)(f.xA,{children:(0,I.jsx)(f.fI,{children:(0,I.jsxs)(f.fh,{size:12,children:[(0,I.jsx)(Zt.A,{as:"h3",className:"googlesitekit-wizard-step__title",size:"small",type:"headline",children:(0,h.__)("Authenticate with Google","google-site-kit")}),(0,I.jsx)(_e.A,{children:(0,h.__)("Please sign into your Google account to begin.","google-site-kit")}),e&&(0,I.jsx)("p",{className:"googlesitekit-error-text",children:(0,h.__)("You did not grant access to one or more of the requested scopes. Please grant all scopes that you are prompted for.","google-site-kit")}),(0,I.jsxs)(_e.A,{children:[(0,I.jsx)(se.Button,{onClick:this.onButtonClick,children:(0,h._x)("Sign in with Google","Service name","google-site-kit")}),t&&(0,I.jsx)(se.Button,{className:"googlesitekit-wizard-step__back",onClick:t,tertiary:!0,children:(0,h.__)("Back","google-site-kit")})]}),(0,I.jsx)("div",{className:"googlesitekit-wizard-step__action googlesitekit-wizard-step__action--justify",children:(0,I.jsx)(ii.A,{})})]})})})})}}WizardStepAuthentication.propTypes={connectURL:ie().string.isRequired,resetAndRestart:ie().func};const vn=WizardStepAuthentication;class SiteVerification extends d.Component{constructor(e){super(e);const{isAuthenticated:t,shouldSetup:i}=this.props;this.state={loading:t&&i,loadingMsg:(0,h.__)("Getting your verified sites…","google-site-kit"),siteURL:" ",selectedURL:"",errorCode:!1,errorMsg:""},this.onProceed=this.onProceed.bind(this)}componentDidMount(){const{isAuthenticated:e,shouldSetup:t}=this.props;e&&t&&this.requestSitePropertyList()}requestSitePropertyList(){const{setErrorMessage:e}=this.props;(async()=>{try{const{verified:e,identifier:t}=await(0,je.get)("modules","site-verification","verification",void 0,{useCache:!1});if(e){await(0,p.sx)("verification_setup","verification_check_true");if(!0===(await this.insertSiteVerification(t)).verified)return void this.props.siteVerificationSetup(!0)}else await(0,p.sx)("verification_setup","verification_check_false");return void this.setState({loading:!1,siteURL:t})}catch(t){let n=t.message;if((0,p.BG)(t.message)){n=JSON.parse(t.message).error.message||t.message}e(n),this.setState({loading:!1,errorCode:t.code,errorMsg:n,siteURL:i.g._googlesitekitLegacyData.admin.siteURL})}})()}async insertSiteVerification(e){return await(0,je.set)("modules","site-verification","verification",{siteURL:e})}async onProceed(){const{setErrorMessage:e}=this.props,t=this.state.siteURL?this.state.siteURL:i.g._googlesitekitLegacyData.admin.siteURL;e(""),this.setState({loading:!0,loadingMsg:(0,h.__)("Verifying…","google-site-kit"),errorCode:!1,errorMsg:""});try{!0===(await this.insertSiteVerification(t)).verified&&((0,p.sx)("verification_setup","verification_insert_tag"),this.props.siteVerificationSetup(!0))}catch(t){let i=t.message;if((0,p.BG)(t.message)){i=JSON.parse(t.message).error.message||t.message}e(i),this.setState({loading:!1,errorCode:t.code,errorMsg:i})}}renderForm(){const{loading:e,loadingMsg:t,siteURL:i}=this.state,n=(0,I.jsxs)(d.Fragment,{children:[t&&(0,I.jsx)(_e.A,{children:t}),(0,I.jsx)(se.ProgressBar,{})]});return e?n:(0,I.jsxs)(d.Fragment,{children:[(0,I.jsx)("div",{className:"googlesitekit-wizard-step__inputs",children:(0,I.jsx)(se.TextField,{label:(0,h.__)("Website Address","google-site-kit"),name:"siteProperty",value:i,outlined:!0})}),(0,I.jsx)("div",{className:"googlesitekit-wizard-step__action googlesitekit-wizard-step__action--justify",children:(0,I.jsx)(se.Button,{onClick:this.onProceed,children:(0,h.__)("Continue","google-site-kit")})})]})}static renderSetupDone(){return(0,I.jsxs)(d.Fragment,{children:[(0,I.jsx)(Zt.A,{as:"h3",className:"googlesitekit-wizard-step__title",size:"small",type:"headline",children:(0,h.__)("Verify URL","google-site-kit")}),(0,I.jsx)("p",{className:"googlesitekit-wizard-step__text",children:(0,h.__)("Congratulations, your site has been verified!","google-site-kit")})]})}render(){const{isAuthenticated:e,shouldSetup:t}=this.props,{errorMsg:i}=this.state;return t?(0,I.jsxs)(d.Fragment,{children:[(0,I.jsx)(Zt.A,{as:"h3",className:"googlesitekit-wizard-step__title",size:"small",type:"headline",children:(0,h.__)("Verify URL","google-site-kit")}),(0,I.jsx)("p",{className:"googlesitekit-wizard-step__text",children:(0,h.__)("We will need to verify your URL for Site Kit.","google-site-kit")}),i&&0<i.length&&(0,I.jsx)("p",{className:"googlesitekit-error-text",children:i}),e&&this.renderForm()]}):SiteVerification.renderSetupDone()}}SiteVerification.propTypes={isAuthenticated:ie().bool.isRequired,shouldSetup:ie().bool.isRequired,siteVerificationSetup:ie().func.isRequired,completeSetup:ie().func,setErrorMessage:ie().func.isRequired};const yn=SiteVerification;class WizardStepVerification extends d.Component{render(){const{isVerified:e}=this.props,t=!e;return(0,I.jsx)("section",{className:"googlesitekit-wizard-step googlesitekit-wizard-step--three",children:(0,I.jsx)(f.xA,{children:(0,I.jsx)(f.fI,{children:(0,I.jsx)(f.fh,{size:12,children:(0,I.jsx)(yn,{shouldSetup:t,...this.props})})})})})}}WizardStepVerification.propTypes={siteVerificationSetup:ie().func.isRequired};const xn=WizardStepVerification;var _n=i(97398);class SearchConsole extends d.Component{constructor(e){super(e);const{siteURL:t}=i.g._googlesitekitLegacyData.admin;this.state={loading:!0,sites:!1,selectedURL:t,siteURL:t,connected:!1,errorCode:!1,errorMsg:""},this.handleURLSelect=this.handleURLSelect.bind(this),this.insertPropertyToSearchConsole=this.insertPropertyToSearchConsole.bind(this),this.submitPropertyEventHandler=this.submitPropertyEventHandler.bind(this)}componentDidMount(){const{isAuthenticated:e,shouldSetup:t}=this.props;e&&t&&this.requestSearchConsoleSiteList()}requestSearchConsoleSiteList(){const{setErrorMessage:e}=this.props;(async()=>{try{const t=await(0,je.get)("modules",_n.Y,"matched-sites",void 0,{useCache:!1});if(1===t.length)return await this.insertPropertyToSearchConsole(t[0].siteURL),void this.props.searchConsoleSetup(t[0].siteURL);if(!t.length)throw{code:"no_property_matched",message:(0,h.__)("Your site has not been added to Search Console yet. Would you like to add it now?","google-site-kit")};throw e(""),this.setState({loading:!1,selectedURL:t[0].siteURL,sites:t}),{code:"multiple_properties_matched",message:(0,h.sprintf)(/* translators: %s: the number of matching properties */ /* translators: %s: the number of matching properties */ (0,h.__)("We found %d existing accounts. Please choose which one to use below.","google-site-kit"),t.length)}}catch(t){e(t.message),this.setState({loading:!1,errorCode:t.code,errorMsg:t.message})}})()}async insertPropertyToSearchConsole(e,t=!1){await(0,je.set)("modules",_n.Y,"site",{siteURL:e}),t&&await(0,p.sx)("search_console_setup","add_new_sc_property"),this.setState({loading:!1,connected:!0})}submitPropertyEventHandler(){const{selectedURL:e,errorCode:t}=this.state,{setErrorMessage:i}=this.props;(async()=>{try{await this.insertPropertyToSearchConsole(e,"no_property_matched"===t),i(""),this.props.searchConsoleSetup(e)}catch(e){i(e.message[0].message),this.setState({loading:!1,errorCode:e.code,errorMsg:e.message[0].message})}})()}handleURLSelect(e,t){this.setState({selectedURL:t.getAttribute("data-value")})}matchedForm(){const{sites:e,selectedURL:t}=this.state;if(!e)return null;const i=e.map(e=>{let t=e.siteURL;return t.startsWith("sc-domain:")&&(t=(0,h.sprintf)(/* translators: %s: Search Console property domain name */ /* translators: %s: Search Console property domain name */ (0,h.__)("%s (domain property)","google-site-kit"),t.replace(/^sc-domain:/,""))),{label:t,value:e.siteURL}});return(0,I.jsxs)(d.Fragment,{children:[(0,I.jsx)("div",{className:"googlesitekit-setup-module__inputs",children:(0,I.jsx)(se.Select,{name:"siteProperty",label:(0,h.__)("Choose URL","google-site-kit"),onEnhancedChange:this.handleURLSelect,options:i,value:t,enhanced:!0,outlined:!0})}),(0,I.jsx)("div",{className:"googlesitekit-wizard-step__action googlesitekit-wizard-step__action--justify",children:(0,I.jsx)(se.Button,{onClick:this.submitPropertyEventHandler,children:(0,h.__)("Continue","google-site-kit")})})]})}static connected(){return(0,I.jsxs)("section",{className:"googlesitekit-setup-module googlesitekit-setup-module--search-console",children:[(0,I.jsx)(Zt.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:(0,h._x)("Search Console","Service name","google-site-kit")}),(0,I.jsx)("p",{className:"googlesitekit-setup-module__text--no-margin",children:(0,h.__)("Your Search Console is set up with Site Kit.","google-site-kit")})]})}noSiteForm(){const{siteURL:e}=this.state;return(0,I.jsxs)(d.Fragment,{children:[(0,I.jsx)("div",{className:"googlesitekit-setup-module__inputs",children:(0,I.jsx)(se.TextField,{label:(0,h.__)("Website Address","google-site-kit"),name:"siteProperty",value:e,outlined:!0})}),(0,I.jsx)("div",{className:"googlesitekit-wizard-step__action googlesitekit-wizard-step__action--justify",children:(0,I.jsx)(se.Button,{onClick:this.submitPropertyEventHandler,children:(0,h.__)("Continue","google-site-kit")})})]})}renderForm(){const{loading:e,sites:t}=this.state;return e?(0,I.jsxs)(d.Fragment,{children:[(0,I.jsx)(_e.A,{children:(0,h.__)("We’re locating your Search Console account.","google-site-kit")}),(0,I.jsx)(se.ProgressBar,{})]}):0===t.length?this.noSiteForm():this.matchedForm()}render(){const{isAuthenticated:e,shouldSetup:t}=this.props,{errorMsg:i,connected:n}=this.state;return!t||n?SearchConsole.connected():(0,I.jsxs)("section",{className:"googlesitekit-setup-module googlesitekit-setup-module--search-console",children:[(0,I.jsx)(Zt.A,{as:"h3",className:"googlesitekit-setup-module__title",size:"small",type:"headline",children:(0,h._x)("Search Console","Service name","google-site-kit")}),i&&0<i.length&&(0,I.jsx)("p",{className:"googlesitekit-error-text",children:i}),e&&t&&this.renderForm()]})}}SearchConsole.propTypes={isAuthenticated:ie().bool.isRequired,shouldSetup:ie().bool.isRequired,searchConsoleSetup:ie().func.isRequired,setErrorMessage:ie().func.isRequired};const bn=SearchConsole;class WizardStepSearchConsoleProperty extends d.Component{render(){const{isVerified:e,hasSearchConsoleProperty:t}=this.props,i=e&&!t;return(0,I.jsx)("section",{className:"googlesitekit-wizard-step googlesitekit-wizard-step--four",children:(0,I.jsx)(f.xA,{children:(0,I.jsx)(f.fI,{children:(0,I.jsx)(f.fh,{size:12,children:i?(0,I.jsx)(bn,{shouldSetup:i,...this.props}):bn.connected()})})})})}}WizardStepSearchConsoleProperty.propTypes={searchConsoleSetup:ie().func.isRequired};const jn=WizardStepSearchConsoleProperty;class WizardStepCompleteSetup extends d.Component{constructor(e){super(e);const{hasSearchConsoleProperty:t}=i.g._googlesitekitLegacyData.setup;t?(0,p.sx)("plugin_setup","user_verified"):(0,p.sx)("plugin_setup","site_verified")}render(){return(0,I.jsx)("section",{className:"googlesitekit-wizard-step googlesitekit-wizard-step--five",children:(0,I.jsx)(f.xA,{children:(0,I.jsx)(f.fI,{children:(0,I.jsxs)(f.fh,{size:12,children:[(0,I.jsx)(Zt.A,{as:"h3",className:"googlesitekit-wizard-step__title",size:"small",type:"headline",children:(0,h.__)("Congratulations!","google-site-kit")}),(0,I.jsx)(_e.A,{children:(0,h.__)("You successfully completed the Site Kit setup and connected Search Console. Check the dashboard for more services to connect.","google-site-kit")}),(0,I.jsx)("div",{className:"googlesitekit-wizard-step__action",children:(0,I.jsx)(se.Button,{id:"wizard-step-five-proceed",onClick:this.props.completeSetup,children:(0,h.__)("Go to dashboard","google-site-kit")})})]})})})})}}WizardStepCompleteSetup.propTypes={completeSetup:ie().func.isRequired};const Sn=WizardStepCompleteSetup,An={authentication:{title:(0,h.__)("Authenticate","google-site-kit"),required:!0,isApplicable:()=>!0,isCompleted:e=>e.isSiteKitConnected&&e.isAuthenticated&&!e.needReauthenticate,Component:vn},verification:{title:(0,h.__)("Verify URL","google-site-kit"),required:!0,isApplicable:()=>!0,isCompleted:e=>e.isSiteKitConnected&&e.isAuthenticated&&e.isVerified,Component:xn},seachConsoleProperty:{title:(0,h.__)("Connect Search Console","google-site-kit"),required:!0,isApplicable:()=>!0,isCompleted:e=>e.isSiteKitConnected&&e.isAuthenticated&&e.isVerified&&e.hasSearchConsoleProperty,Component:jn},completeSetup:{title:(0,h._x)("Finish","complete module setup","google-site-kit"),required:!1,isApplicable:()=>!0,isCompleted:e=>e.isSiteKitConnected&&e.isAuthenticated&&e.isVerified&&e.hasSearchConsoleProperty,Component:Sn}};var Nn=i(4452),Mn=i.n(Nn),Cn=i(18418),In=i(11253);class WizardProgressStep extends d.Component{render(){const{currentStep:e,step:t,title:i,status:n,warning:s,error:o,stepKey:r}=this.props;let a=n;s?a="warning":o&&(a="error");let l=!1;switch(a){case"warning":case"error":l=(0,I.jsx)(Cn.A,{height:"12",width:"2"});break;case"completed":l=(0,I.jsx)(In.A,{height:"12",width:"16"})}return(0,I.jsxs)("div",{className:Mn()("googlesitekit-wizard-progress-step",`googlesitekit-wizard-progress-step--${t}`,`googlesitekit-wizard-progress-step--${r}`,{"googlesitekit-wizard-progress-step--current":e}),children:[(0,I.jsx)("div",{className:"googlesitekit-wizard-progress-step__number-wrapper",children:(0,I.jsxs)("div",{className:Mn()("googlesitekit-wizard-progress-step__number",`googlesitekit-wizard-progress-step__number--${a}`),children:[(0,I.jsx)("span",{className:Mn()("googlesitekit-wizard-progress-step__number-text",`googlesitekit-wizard-progress-step__number-text--${a}`),children:t}),l&&(0,I.jsx)("span",{className:Mn()("googlesitekit-wizard-progress-step__number-icon",`googlesitekit-wizard-progress-step__number-icon--${a}`),children:l})]})}),(0,I.jsx)("p",{className:"googlesitekit-wizard-progress-step__text",children:i})]})}}WizardProgressStep.propTypes={currentStep:ie().bool.isRequired,step:ie().number.isRequired,title:ie().string,status:ie().string,warning:ie().bool,error:ie().bool},WizardProgressStep.defaultProps={title:"",status:"",warning:!1,error:!1,removeFirstStep:!1};const En=WizardProgressStep;class SetupUsingGCP extends d.Component{constructor(e){super(e);const{connectURL:t}=i.g._googlesitekitLegacyData.admin,{isAuthenticated:n,hasSearchConsoleProperty:s,isSiteKitConnected:o,isVerified:r,needReauthenticate:a}=i.g._googlesitekitLegacyData.setup;this.state={isAuthenticated:n,isVerified:r,needReauthenticate:a,hasSearchConsoleProperty:s,hasSearchConsolePropertyFromTheStart:s,connectURL:t,errorMsg:"",isSiteKitConnected:o,completeSetup:!1},this.siteConnectedSetup=this.siteConnectedSetup.bind(this),this.siteVerificationSetup=this.siteVerificationSetup.bind(this),this.searchConsoleSetup=this.searchConsoleSetup.bind(this),this.resetAndRestart=this.resetAndRestart.bind(this),this.completeSetup=this.completeSetup.bind(this),this.setErrorMessage=this.setErrorMessage.bind(this),this.onButtonClick=this.onButtonClick.bind(this)}async resetAndRestart(){await(0,je.set)("core","site","reset"),await(0,o.IL)(),this.setState({isSiteKitConnected:!1,isAuthenticated:!1,isVerified:!1,hasSearchConsoleProperty:!1,completeSetup:!1,errorMsg:""})}completeSetup(){this.setState({completeSetup:!0})}siteConnectedSetup(e){this.setState({isSiteKitConnected:e})}siteVerificationSetup(e){this.setState({isVerified:e})}searchConsoleSetup(e){this.setState({hasSearchConsoleProperty:e})}isSetupFinished(){const{isSiteKitConnected:e,isAuthenticated:t,isVerified:i,hasSearchConsoleProperty:n,completeSetup:s}=this.state;return e&&t&&i&&n&&s}setErrorMessage(e){this.setState({errorMsg:e})}getApplicableSteps(){const e=An,t=Object.keys(e);let i;for(i=0;i<t.length;i++)e[t[i]].isApplicable(this.state)||delete e[t[i]];return e}currentStep(e){const t=Object.keys(e);let i;for(i=0;i<t.length-1;i++)if(!e[t[i]].isCompleted(this.state))return t[i];return t[i]}stepStatus(e,t){if(e[t].isCompleted(this.state))return"completed";return t===this.currentStep(e)?"inprogress":""}onButtonClick(){const{connectURL:e}=this.state;document.location=e}render(){const{isAuthenticated:e,isVerified:t,needReauthenticate:n,hasSearchConsoleProperty:s,connectURL:o,isSiteKitConnected:r}=this.state,{canSetup:a,redirectURL:l}=this.props;this.isSetupFinished()&&(0,mn.delay)(()=>{i.g.location.replace(l)},500,"later");const c=this.getApplicableSteps(),g=this.currentStep(c),u=c[g].Component,p=(0,I.jsx)(u,{siteConnectedSetup:this.siteConnectedSetup,connectURL:o,siteVerificationSetup:this.siteVerificationSetup,searchConsoleSetup:this.searchConsoleSetup,completeSetup:this.completeSetup,isSiteKitConnected:r,isAuthenticated:e,isVerified:t,needReauthenticate:n,hasSearchConsoleProperty:s,setErrorMessage:this.setErrorMessage,resetAndRestart:c.clientCredentials?this.resetAndRestart:void 0}),k=a,v=!k&&!e;return(0,I.jsxs)(d.Fragment,{children:[(0,I.jsx)(S.A,{children:(0,I.jsx)(A.A,{})}),(0,I.jsx)("div",{className:"googlesitekit-wizard",children:(0,I.jsx)(f.xA,{children:(0,I.jsx)(f.fI,{children:(0,I.jsx)(f.fh,{size:12,children:(0,I.jsxs)(m.A,{children:[(0,I.jsxs)("section",{className:"googlesitekit-wizard-progress",children:[(0,I.jsx)(f.xA,{children:(0,I.jsx)(f.fI,{children:k&&(0,I.jsx)(f.fh,{size:12,children:(0,I.jsx)("div",{className:"googlesitekit-wizard-progress__steps",children:Object.keys(c).map((e,t)=>(0,I.jsx)(En,{currentStep:g===e,title:c[e].title,step:t+1,status:this.stepStatus(c,e),warning:c[e].warning,error:c[e].error,stepKey:e},c[e].title))})})})}),v&&(0,I.jsx)("div",{className:"googlesitekit-setup__footer",children:(0,I.jsx)(f.xA,{children:(0,I.jsx)(f.fI,{children:(0,I.jsxs)(f.fh,{size:12,children:[(0,I.jsx)(Zt.A,{as:"h1",className:"googlesitekit-setup__title",size:"large",type:"headline",children:(0,h.__)("Authenticate Site Kit","google-site-kit")}),(0,I.jsx)("p",{className:"googlesitekit-setup__description",children:(0,h.__)("Please sign into your Google account to begin.","google-site-kit")}),(0,I.jsx)(se.Button,{href:"#",onClick:this.onButtonClick,children:(0,h._x)("Sign in with Google","Service name","google-site-kit")})]})})})})]}),k&&p]})})})})})]})}}const wn=(0,fn.A)((0,a.withSelect)(e=>({canSetup:e(c.oR).hasCapability(c.UF),redirectURL:e(l.O4).getAdminURL("googlesitekit-dashboard",{notification:"authentication_success"})})))(SetupUsingGCP);function DashboardSplashApp(){const e=(0,a.useSelect)(e=>e(l.O4).isUsingProxy()),t=(0,a.useSelect)(e=>e(c.oR).hasCapability(c.ej));return!0===e?t?(0,I.jsx)(SetupUsingProxyWithSignIn,{}):(0,I.jsx)(SetupUsingProxyViewOnly,{}):!1===e?(0,I.jsx)(wn,{}):null}(0,n.A)(async()=>{i.g._googlesitekitLegacyData.admin.resetSession&&await(0,o.IL)();const e=document.getElementById("js-googlesitekit-splash");e&&(0,s.render)((0,I.jsx)(r.A,{viewContext:kn.uR,children:(0,I.jsx)(DashboardSplashApp,{})}),e)})},88933:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,s=i(63696);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},o.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),n||(n=s.createElement("g",{fill:"none",fillRule:"evenodd"},s.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),s.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),s.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),s.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))))},89318:(e,t,i)=>{i.d(t,{M9:()=>A,sx:()=>j,BI:()=>S});var n=i(17243);const s="_googlesitekitDataLayer",o="data-googlesitekit-gtag";function r(e){return function(){e[s]=e[s]||[],e[s].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:d,trackingEnabled:g,trackingID:u,referenceSiteURL:h,userIDHash:p,isAuthenticated:m,userRoles:f}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:k}=i.g,v={activeModules:c,trackingEnabled:g,trackingID:u,referenceSiteURL:h,userIDHash:p,isSiteKitScreen:d,userRoles:f,isAuthenticated:m,pluginVersion:k},{enableTracking:y,disableTracking:x,isTrackingEnabled:_,initializeSnippet:b,trackEvent:j,trackEventOnce:S}=function(e,t=i.g,c=i.g){const d={...l,...e};d.referenceSiteURL&&(d.referenceSiteURL=d.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(e,t){const n=r(t);let l;const{activeModules:c,referenceSiteURL:d,userIDHash:g,userRoles:u=[],isAuthenticated:h,pluginVersion:p}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${o}]`)),l)return!1;l=!0;const r=u?.length?u.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:d,plugin_version:p||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:h?"1":"0",user_properties:{user_roles:r,user_identifier:g}});const m=t.createElement("script");return m.setAttribute(o,""),m.async=!0,m.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`,t.head.appendChild(m),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${s}`}}}(d,t),u=function(e,t,i,n){const s=r(t);return async function(t,o,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){n.console.warn(`Tracking event "${o}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}s("event",o,{...c,event_callback:r}),n._gaUserPrefs?.ioo?.()&&r()})}}(d,t,g,c),h={};return{enableTracking:function(){d.trackingEnabled=!0},disableTracking:function(){d.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!d.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);h[t]||(h[t]=(0,n.once)(u)),h[t](...e)}}}(v);function A(e){e?y():x()}d&&g&&b()},89362:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){const[s,o]=(0,n.useState)(null);return(0,n.useEffect)(()=>{if(e.current&&"function"==typeof i.g.IntersectionObserver){function n(e){o(e[e.length-1])}const s=new i.g.IntersectionObserver(n,t);return s.observe(e.current),()=>{o(null),s.disconnect()}}return()=>{}},[e.current,t.threshold,t.root,t.rootMargin]),s}},90007:(e,t,i)=>{i.d(t,{Q:()=>v,A:()=>BannerNotification});var n=i(4452),s=i.n(n),o=i(62688),r=i.n(o),a=i(50539),l=i(71423),c=i(7070),d=i(7184),g=i(30823),u=i(3782),h=i(29584),p=i(55527);const m="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",f="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var k=i(62540);const v={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=v.INFO,learnMoreLink:i,dismissButton:n,ctaButton:o,gaTrackingEventArgs:r,...g}){const u=(0,c.A)(e,r?.category),{dismissNotification:h}=(0,a.useDispatch)(l.D);let y=g?.svg;return y||t===v.INFO||(y={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===v.WARNING&&(y.desktop=m),t===v.ERROR&&(y.desktop=f)),(0,k.jsx)("div",{className:s()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,k.jsx)(p.xA,{className:"googlesitekit-page-content",children:(0,k.jsx)(p.fI,{children:(0,k.jsx)(p.fh,{size:12,children:(0,k.jsx)(d.A,{learnMoreLink:i&&{...i,onClick:async function(e){u.clickLearnMore(r?.label,r?.value),await(i?.onClick?.(e))}},dismissButton:n&&{...n,onClick:async function(t){await(n?.onClick?.(t)),u.dismiss(r?.label,r?.value),h(e,{...n?.dismissOptions})}},ctaButton:o&&{...o,onClick:async function(t){u.confirm(r?.label,r?.value),await(o?.onClick?.(t)),o?.dismissOnClick&&h(e,{...o?.dismissOptions})}},svg:y,...g})})})})})}BannerNotification.propTypes={notificationID:r().string.isRequired,type:r().oneOf(Object.values(v)),titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(g.A.propTypes),dismissButton:r().shape(h.A.propTypes),ctaButton:r().shape(u.A.propTypes),gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number})}},91560:(e,t,i)=>{i.d(t,{A:()=>u});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(13606),l=i(82871),c=i(20898),d=i(35323),g=i(62540);function SourceLink({name:e,href:t,className:i,external:n}){return(0,d.A)()?null:(0,g.jsx)("div",{className:r()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,g.jsx)(c.A,{href:t,external:n},"link")})})}SourceLink.propTypes={name:s().string,href:s().string,className:s().string,external:s().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const u=SourceLink},92368:(e,t,i)=>{i.d(t,{$n:()=>z});var n=i(12786),s=i.n(n),o=i(91310),r=i.n(o),a=i(26805),l=i.n(a),c=i(65165),d=i.n(c),g=i(25874),u=i(12886),h=i(39525),p=i(4452),m=i.n(p),f=i(62688),k=i.n(f),v=i(62540);function Chip({id:e,label:t,onClick:i,selected:n,className:s,CheckMark:o=h.ChipCheckmark,disabled:r,...a}){return(0,v.jsx)(h.Chip,{chipCheckmark:(0,v.jsx)(o,{}),"data-chip-id":e,id:e,label:t,onClick:e=>{r||i?.(e)},selected:n,className:m()("googlesitekit-chip",s,{"googlesitekit-chip--disabled":r}),...a})}Chip.propTypes={id:k().string.isRequired,label:k().string.isRequired,onClick:k().func,selected:k().bool,className:k().string,CheckMark:k().elementType};var y=i(9341),x=i(47485),_=i(63696),b=i(55527);const j=(0,_.forwardRef)(({children:e,className:t,menuOpen:i,menuItems:n,onSelected:s,nonInteractive:o,id:r},a)=>{const[l,c]=(0,_.useState)(null),d=(0,_.useRef)(null),g=(0,x.A)(a,d),u=(0,_.useCallback)(e=>{const{detail:{index:t}}=e;s(t,e)},[s]);return(0,_.useEffect)(()=>{if(!d?.current)return()=>{};const e=new b.CR(d.current);return e.listen("MDCMenu:selected",u),e.quickOpen=!0,c(e),()=>{e.unlisten("MDCMenu:selected",u),e.destroy()}},[d,u,o]),(0,_.useEffect)(()=>{l&&(l.open=i,l.setDefaultFocusState(1))},[l,i]),(0,v.jsx)("div",{className:m()("mdc-menu","mdc-menu-surface",t),ref:g,children:(0,v.jsxs)("ul",{"aria-hidden":!i,"aria-orientation":"vertical",className:m()("mdc-list",{"mdc-list--non-interactive":o}),id:r,role:"menu",tabIndex:"-1",children:[!e&&n.map((e,t)=>(0,v.jsx)("li",{className:"mdc-list-item",role:"menuitem",children:(0,v.jsx)("span",{className:"mdc-list-item__text",children:e})},t)),e]})})});j.displayName="Menu",j.propTypes={className:k().string,children:k().node,menuOpen:k().bool.isRequired,menuItems:k().array,id:k().string.isRequired,onSelected:k().func,nonInteractive:k().bool},j.defaultProps={onSelected:()=>{},nonInteractive:!1};const S=j;var A=i(32947);function ProgressBar({className:e,small:t,compress:i,indeterminate:n,height:s,verticalSpacing:o,mobileVerticalSpacing:r,tabletVerticalSpacing:a,desktopVerticalSpacing:l,progress:c}){const d=(0,A.dv)();let g,u=o;A.mp===d&&void 0!==r?u=r:A.Lg===d&&void 0!==a?u=a:A.Qb!==d&&A.Fo!==d||void 0===l||(u=l),void 0!==u&&(g=0===u?0:Math.round(u/2));const h=c?`scaleX(${c})`:void 0;return(0,v.jsxs)("div",{role:"progressbar",style:{marginTop:g,marginBottom:g,...s&&{height:`${s}px`}},className:m()("mdc-linear-progress",e,{"mdc-linear-progress--indeterminate":n,"mdc-linear-progress--small":t,"mdc-linear-progress--compress":i}),children:[(0,v.jsx)("div",{className:"mdc-linear-progress__buffering-dots"}),(0,v.jsx)("div",{className:"mdc-linear-progress__buffer"}),(0,v.jsx)("div",{className:"mdc-linear-progress__bar mdc-linear-progress__primary-bar",style:{transform:h},children:(0,v.jsx)("span",{className:"mdc-linear-progress__bar-inner"})}),(0,v.jsx)("div",{className:"mdc-linear-progress__bar mdc-linear-progress__secondary-bar",children:(0,v.jsx)("span",{className:"mdc-linear-progress__bar-inner"})})]})}function Radio(e){const{id:t,name:i,value:n,checked:s=!1,disabled:o=!1,children:r,tabIndex:a,onKeyDown:l=null,onClick:c=null,onChange:d=null,alignLeft:g=!1,description:u}=e,h=(0,_.useCallback)(e=>{if(null!==e){const t=new b.$z(e),i=e.querySelector(".mdc-radio");i&&(t.input=new b.Si(i))}},[]);return(0,v.jsxs)("div",{className:"mdc-form-field",ref:h,children:[(0,v.jsxs)("div",{className:m()("mdc-radio",{"mdc-radio--disabled":o,"mdc-radio--align-left":g}),children:[(0,v.jsx)("input",{className:"mdc-radio__native-control",onClick:c,onKeyDown:l,type:"radio",id:t,name:i,value:n,checked:s,disabled:o,tabIndex:a,onChange:d,readOnly:!0}),(0,v.jsxs)("div",{className:"mdc-radio__background",children:[(0,v.jsx)("div",{className:"mdc-radio__outer-circle"}),(0,v.jsx)("div",{className:"mdc-radio__inner-circle"})]})]}),!u&&(0,v.jsx)("label",{htmlFor:t,children:r}),u&&(0,v.jsxs)("div",{className:"mdc-radio__content",children:[(0,v.jsx)("label",{htmlFor:t,children:r}),(0,v.jsx)("div",{className:"mdc-radio__description",children:u})]})]})}ProgressBar.propTypes={className:k().string,small:k().bool,compress:k().bool,indeterminate:k().bool,progress:k().number,height:k().number,verticalSpacing:k().number,mobileVerticalSpacing:k().number,tabletVerticalSpacing:k().number,desktopVerticalSpacing:k().number},ProgressBar.defaultProps={className:"",small:!1,compress:!1,indeterminate:!0,progress:0,height:4},Radio.propTypes={onClick:k().func,onKeyDown:k().func,onChange:k().func,id:k().string.isRequired,name:k().string.isRequired,value:k().string.isRequired,checked:k().bool,disabled:k().bool,children:k().string.isRequired,tabIndex:k().oneOfType([k().number,k().string]),description:k().node};var N=i(52684);var M=i(2390),C=i(19266);function Switch({onClick:e,label:t,checked:i,disabled:n,hideLabel:s}){const o=(0,N.A)(Switch),r=(0,_.useCallback)(e=>{null!==e&&b.P3.attachTo(e)},[]),a=(0,_.useCallback)(t=>{"function"==typeof e&&C.Fm===t.keyCode&&e(t)},[e]),l=`googlesitekit-switch-${o}`;return(0,v.jsxs)(_.Fragment,{children:[(0,v.jsxs)("div",{"aria-checked":i?"true":"false",className:m()("mdc-switch",{"mdc-switch--checked":i,"mdc-switch--disabled":n}),onClick:e,onKeyDown:a,role:"switch",ref:r,tabIndex:0,children:[(0,v.jsx)("div",{className:"mdc-switch__track",children:" "}),(0,v.jsx)("div",{className:"mdc-switch__thumb-underlay",children:(0,v.jsx)("div",{className:"mdc-switch__thumb",children:(0,v.jsx)("input",{type:"checkbox",id:l,className:"mdc-switch__native-control",role:"switch",checked:i,disabled:n,readOnly:!0})})})]}),(0,v.jsx)("label",{className:m()({"screen-reader-only":s}),htmlFor:l,children:t})]})}Switch.propTypes={id:k().string,onClick:k().func,label:k().node.isRequired,checked:k().bool,disabled:k().bool,hideLabel:k().bool},Switch.defaultProps={checked:!1,disabled:!1,hideLabel:!0};const I=Switch;var E=i(38748),w=i.n(E);function TextField({className:e,name:t,label:i,noLabel:n,outlined:s,textarea:o,leadingIcon:r,trailingIcon:a,helperText:l,id:c,inputType:d,value:g,size:u,maxLength:h,tabIndex:p,disabled:m,onChange:f,onKeyDown:k}){const y=(0,N.A)(TextField,"googlesitekit-textfield");return(0,v.jsx)(w(),{className:e,name:t,label:i,noLabel:n,outlined:s,textarea:o,leadingIcon:r,trailingIcon:a,helperText:l&&(0,v.jsx)(E.HelperText,{persistent:!0,children:l}),children:(0,v.jsx)(E.Input,{id:c||y,inputType:d,value:g,size:u,maxLength:h,tabIndex:p,disabled:m,onChange:f,onKeyDown:k})})}TextField.propTypes={className:k().string,name:k().string,label:k().string,noLabel:k().bool,outlined:k().bool,textarea:k().bool,leadingIcon:k().element,trailingIcon:k().oneOfType([k().bool,k().element]),helperText:k().oneOfType([k().bool,k().string]),id:k().string,inputType:k().string,value:k().oneOfType([k().string,k().number]),size:k().number,maxLength:k().number,tabIndex:k().oneOfType([k().number,k().string]),disabled:k().bool,onChange:k().func,onKeyDown:k().func};const T=TextField;var R=i(59020);const D={Button:g.A,Checkbox:u.A,Chip,CircularProgress:y.A,Dialog:s(),DialogTitle:n.DialogTitle,DialogContent:n.DialogContent,DialogFooter:n.DialogFooter,HelperText:E.HelperText,Menu:S,Option:o.Option,ProgressBar,Radio,Select:function Select({id:e,helperText:t,...i}){const n=(0,N.A)(Select,"googlesitekit-select");return(0,v.jsx)(r(),{id:e||n,helperText:t?(0,v.jsx)(o.SelectHelperText,{children:t}):void 0,...i})},SpinnerButton:M.A,SPINNER_POSITION:M.k,Switch:I,Tab:l(),TabBar:d(),TextField:T,Tooltip:R.A},L=D;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.components=L;const{Button:z,Checkbox:O,Chip:P,CircularProgress:B,Dialog:q,DialogTitle:F,DialogContent:H,DialogFooter:U,Menu:G,Option:V,ProgressBar:W,Radio:Z,Select:Y,SpinnerButton:$,Switch:Q,Tab:K,TabBar:X,TextField:J,HelperText:ee,Tooltip:te}=L},93896:(e,t,i)=>{i.d(t,{O4:()=>n,OQ:()=>o,qc:()=>s});const n="core/site",s="primary",o="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:n}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:s().string,invertColor:s().bool,width:s().number,height:s().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},97398:(e,t,i)=>{i.d(t,{Y:()=>n});const n="search-console"},99235:(e,t,i)=>{i.d(t,{l:()=>s});var n=i(78174);function s(e,t,i){(0,n.A)(i=>e.includes(i.keyCode)&&t.current.contains(i.target),i)}},99455:(e,t,i)=>{i.d(t,{A:()=>g});var n,s=i(82871),o=i(88933),r=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},a.apply(null,arguments)}const l=e=>r.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 21"},e),n||(n=r.createElement("path",{fill:"#5F6368",d:"M62.09 1.664h3.038v.1L58.34 9.593l7.241 10.224v.1H62.7L56.755 11.4 53.95 14.64v5.278h-2.351V1.664h2.35v9.415h.1zM69.985 3.117c0 .454-.167.853-.488 1.175-.322.322-.71.488-1.176.488-.455 0-.854-.166-1.175-.488a1.6 1.6 0 0 1-.488-1.175c0-.466.166-.854.488-1.176s.71-.488 1.175-.488c.455 0 .854.166 1.176.488.332.333.487.72.487 1.176m-.477 4.313v12.498h-2.351V7.43zM77.016 20.128c-1.02 0-1.864-.31-2.54-.943q-1.014-.948-1.031-2.628V9.57h-2.196V7.43h2.196V3.603h2.35V7.43h3.061v2.14h-3.06v6.222c0 .831.166 1.397.488 1.696.321.3.687.444 1.097.444.189 0 .366-.022.555-.067.188-.044.344-.1.499-.166l.743 2.096c-.632.222-1.342.333-2.162.333M2.673 18.952C1.375 18.009.488 16.678 0 14.97l2.883-1.176c.289 1.076.799 1.94 1.542 2.628.732.677 1.619 1.02 2.65 1.02.965 0 1.774-.244 2.45-.742.677-.5 1.01-1.187 1.01-2.052 0-.798-.3-1.453-.887-1.974q-.883-.781-3.094-1.564l-1.22-.432Q3.371 9.997 2.04 8.716C1.153 7.862.71 6.742.71 5.346c0-.966.266-1.853.787-2.673S2.75 1.209 3.693.72C4.624.244 5.678 0 6.864 0c1.708 0 3.072.41 4.081 1.242 1.02.832 1.697 1.752 2.04 2.795L10.236 5.2c-.2-.621-.576-1.164-1.142-1.63-.565-.477-1.286-.71-2.173-.71s-1.641.222-2.251.676-.91 1.032-.91 1.742c0 .676.278 1.22.82 1.663.544.432 1.398.854 2.563 1.253l1.22.41c1.674.577 2.96 1.342 3.88 2.274.921.931 1.376 2.184 1.376 3.748 0 1.275-.322 2.34-.976 3.193a6 6 0 0 1-2.495 1.919 8 8 0 0 1-3.116.621c-1.62 0-3.072-.466-4.358-1.408M15.969 3.449a1.95 1.95 0 0 1-.588-1.43c0-.566.2-1.043.588-1.431A1.95 1.95 0 0 1 17.399 0c.566 0 1.043.2 1.43.588.389.388.588.865.588 1.43 0 .566-.2 1.043-.587 1.43a1.95 1.95 0 0 1-1.43.589c-.566-.012-1.043-.2-1.431-.588m-.067 2.595h2.994v13.883h-2.994zM25.406 19.85c-.544-.2-.987-.466-1.331-.788-.776-.776-1.176-1.84-1.176-3.182V8.683h-2.428v-2.64h2.428V2.13h2.994v3.926h3.372v2.639h-3.372v6.531c0 .743.145 1.276.433 1.575.277.366.743.543 1.42.543.31 0 .576-.044.82-.122q.35-.116.765-.399v2.917c-.599.277-1.32.41-2.173.41a5 5 0 0 1-1.753-.3M33.623 19.407a6.63 6.63 0 0 1-2.529-2.628c-.61-1.12-.909-2.373-.909-3.77 0-1.332.3-2.551.887-3.693.588-1.132 1.409-2.04 2.462-2.706s2.251-1.01 3.593-1.01c1.397 0 2.606.311 3.637.921a6.1 6.1 0 0 1 2.34 2.528c.532 1.076.799 2.274.799 3.627 0 .255-.023.576-.078.953H33.179c.111 1.287.566 2.285 1.375 2.983a4.16 4.16 0 0 0 2.817 1.043c.854 0 1.597-.189 2.218-.588a4.27 4.27 0 0 0 1.508-1.597l2.528 1.198q-.981 1.713-2.561 2.694c-1.054.655-2.318.976-3.782.976q-2.046.033-3.66-.931m7.23-8.051a3.3 3.3 0 0 0-.466-1.453c-.277-.477-.687-.887-1.242-1.208-.554-.322-1.23-.488-2.03-.488-.964 0-1.773.288-2.439.853-.665.566-1.12 1.342-1.375 2.296z"})));var c=i(16834),d=i(62540);const g=function Logo(){return(0,d.jsxs)("div",{className:"googlesitekit-logo","aria-hidden":"true",children:[(0,d.jsx)(o.A,{className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),(0,d.jsx)(l,{className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),(0,d.jsx)(c.A,{children:(0,s.__)("Site Kit by Google Logo","google-site-kit")})]})}},99620:(e,t,i)=>{i.d(t,{A:()=>m});var n=i(62688),s=i.n(n),o=i(4452),r=i.n(o),a=i(63696),l=i(55527),c=i(20898),d=i(15167),g=i(62540);class LayoutHeader extends a.Component{render(){const{title:e,badge:t,ctaLabel:i,ctaLink:n}=this.props,s=n?{alignMiddle:!0,smSize:4,lgSize:6}:{alignMiddle:!0,smSize:4,mdSize:8,lgSize:12};return(0,g.jsx)("header",{className:"googlesitekit-layout__header",children:(0,g.jsx)(l.xA,{children:(0,g.jsxs)(l.fI,{children:[e&&(0,g.jsx)(l.fh,{...s,children:(0,g.jsxs)(d.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-subheading-1 googlesitekit-layout__header-title",children:[e,t]})}),n&&(0,g.jsx)(l.fh,{smSize:4,lgSize:6,alignMiddle:!0,mdAlignRight:!0,children:(0,g.jsx)(c.A,{href:n,external:!0,children:i})})]})})})}}LayoutHeader.propTypes={title:s().string,badge:s().node,ctaLabel:s().string,ctaLink:s().string},LayoutHeader.defaultProps={title:"",badge:null,ctaLabel:"",ctaLink:""};const u=LayoutHeader;var h=i(91560);class LayoutFooter extends a.Component{render(){const{ctaLabel:e,ctaLink:t,footerContent:i}=this.props;return(0,g.jsx)("footer",{className:"googlesitekit-layout__footer",children:(0,g.jsx)(l.xA,{children:(0,g.jsx)(l.fI,{children:(0,g.jsxs)(l.fh,{size:12,children:[t&&e&&(0,g.jsx)(h.A,{className:"googlesitekit-data-block__source",name:e,href:t,external:!0}),i]})})})})}}LayoutFooter.propTypes={ctaLabel:s().string,ctaLink:s().string};const p=LayoutFooter;class Layout extends a.Component{render(){const{header:e,footer:t,children:i,title:n,badge:s,headerCTALabel:o,headerCTALink:a,footerCTALabel:l,footerCTALink:c,footerContent:d,className:h,fill:m,relative:f,rounded:k=!1,transparent:v=!1,...y}=this.props;return(0,g.jsxs)("div",{className:r()("googlesitekit-layout",h,{"googlesitekit-layout--fill":m,"googlesitekit-layout--relative":f,"googlesitekit-layout--rounded":k,"googlesitekit-layout--transparent":v}),...y,children:[e&&(0,g.jsx)(u,{title:n,badge:s,ctaLabel:o,ctaLink:a}),i,t&&(0,g.jsx)(p,{ctaLabel:l,ctaLink:c,footerContent:d})]})}}Layout.propTypes={header:s().bool,footer:s().bool,children:s().node.isRequired,title:s().string,badge:s().node,headerCTALabel:s().string,headerCTALink:s().string,footerCTALabel:s().string,footerCTALink:s().string,footerContent:s().node,className:s().string,fill:s().bool,relative:s().bool,rounded:s().bool,transparent:s().bool},Layout.defaultProps={header:!1,footer:!1,title:"",badge:null,headerCTALabel:"",headerCTALink:"",footerCTALabel:"",footerCTALink:"",footerContent:null,className:"",fill:!1,relative:!1};const m=Layout},99897:(e,t,i)=>{i.d(t,{A_:()=>d,DF:()=>u,L1:()=>h,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>o,ue:()=>s,wq:()=>n,xR:()=>g});const n=1,s=2,o=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",d="_r..dataFilters",g="_r..nav",u="key-metrics-connect-ga4-cta-widget",h="analytics-4"}},e=>{e.O(0,[660],()=>{return t=88341,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-user-input-d8854daef0c71e933cbd.js 0000755 00000431013 15111634507 0017054 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[290,472],{1102:(e,t,i)=>{i.d(t,{w:()=>a});var n=i(35470),o=i(63696),s=i(2422);function r(){}function a(e,t){const i=(0,s.W)({sticky:!0}),a=(0,o.useRef)(),l=(0,o.useCallback)(e,t),c=(0,n.A)(i?l:r);return i&&(a.current=c),a.current}},2390:(e,t,i)=>{i.d(t,{A:()=>SpinnerButton,k:()=>g});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(25874),l=i(9341),c=i(62540);const g={BEFORE:"before",AFTER:"after"};function SpinnerButton(e){const{className:t,onClick:i=()=>{},isSaving:n=!1,spinnerPosition:o=g.AFTER,...s}=e;return(0,c.jsx)(a.A,{className:r()(t,"googlesitekit-button-icon--spinner",{"googlesitekit-button-icon--spinner__running":n,"googlesitekit-button-icon--spinner__before":o===g.BEFORE,"googlesitekit-button-icon--spinner__after":o===g.AFTER}),icon:n&&o===g.BEFORE?(0,c.jsx)(l.A,{size:14}):void 0,trailingIcon:n&&o===g.AFTER?(0,c.jsx)(l.A,{size:14}):void 0,onClick:i,...s})}SpinnerButton.propTypes={className:o().string,onClick:o().func,isSaving:o().bool,spinnerPosition:o().oneOf(Object.values(g))}},2422:(e,t,i)=>{i.d(t,{W:()=>l});var n=i(79257),o=i(35470),s=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,s.useContext)(r.A),[i,l]=(0,s.useState)(!1),c=(0,o.A)(e=>e(a.n).getInViewResetCount()),g=(0,o.A)(e=>e(a.n).getValue("forceInView"));return(0,s.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,s.useEffect)(()=>{g&&l(!0)},[g]),(0,n.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2522:(e,t,i)=>{i.d(t,{D:()=>s});var n=i(32091),o=i.n(n);function s(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3288:(e,t,i)=>{i.d(t,{Q:()=>n});const n="emailReportingUserSettingsSelectionPanelOpened"},3555:(e,t,i)=>{i.d(t,{A:()=>UserInputSelectOptions});var n=i(62688),o=i.n(n),s=i(63696),r=i(19266),a=i(82871),l=i(50539),c=i(49383),g=i(58116),u=i(78340),d=i(45472),p=i(55527),m=i(60460),h=i(12850),f=i(77766),_=i(62540);function UserInputSelectOptions({slug:e,descriptions:t,options:i,max:n,next:o,showInstructions:y,alignLeftOptions:k}){const b=(0,f.A)(),I=(0,l.useSelect)(t=>t(g.oR).getUserInputSetting(e)||[]),N=(0,l.useSelect)(e=>e(g.oR).isSavingUserInputSettings(I)),v=(0,l.useSelect)(e=>e(d.M).isNavigating()),{setUserInputSetting:x}=(0,l.useDispatch)(g.oR),j=(0,s.useRef)();(0,s.useEffect)(()=>{if(!j?.current)return;function e(e){e&&setTimeout(()=>{e.focus()},50)}const t=1===n?"radio":"checkbox",i=j.current.querySelector(`input[type="${t}"]:checked`);if(i)e(i);else{e(j.current.querySelector(`input[type="${t}"]`))}},[n]);const{setValues:A}=(0,l.useDispatch)(u.s),S=(0,s.useCallback)(t=>{const{target:i}=t,{value:o,checked:s}=i,r=new Set([o,...I]);s||r.delete(o);const a=e===m.aq?"content_frequency_question_answer":`site_${e}_question_answer`,l=Array.from(r).slice(0,n);(0,h.sx)(`${b}_kmw`,a,l.join()),e===m.a3&&A(m.we,{[e]:I}),x(e,l)},[n,x,e,I,b,A]),T=(0,s.useCallback)(e=>{e.keyCode===r.Fm&&I.length>0&&I.length<=n&&!I.includes("")&&o&&"function"==typeof o&&o()},[I,o,n]),M={[n>1?"onChange":"onClick"]:S},E=1===n?c.Radio:c.Checkbox,w=Object.keys(i).map(o=>{if("sell_products_or_service"===o)return!1;const s={id:`${e}-${o}`,value:o,description:t?.[o],checked:I.includes(o),onKeyDown:T,alignLeft:k,...M};return n>1?(s.disabled=I.length>=n&&!I.includes(o),s.name=`${e}-${o}`):s.name=e,(N||v)&&(s.disabled=!0),(0,_.jsx)("div",{className:"googlesitekit-user-input__select-option",children:(0,_.jsx)(E,{...s,children:i[o]})},o)});return(0,_.jsxs)(p.fh,{className:"googlesitekit-user-input__select-options-wrapper",lgStart:6,lgSize:6,mdSize:8,smSize:4,children:[y&&(0,_.jsx)("p",{className:"googlesitekit-user-input__select-instruction",children:(0,_.jsx)("span",{children:(0,a.sprintf)(/* translators: %s: number of answers allowed. */ /* translators: %s: number of answers allowed. */ (0,a._n)("Select only %d answer","Select up to %d answers",n,"google-site-kit"),n)})}),(0,_.jsx)("div",{className:"googlesitekit-user-input__select-options",ref:j,children:w})]})}UserInputSelectOptions.propTypes={slug:o().string.isRequired,descriptions:o().shape({}),options:o().shape({}).isRequired,max:o().number,next:o().func,showInstructions:o().bool,alignLeftOptions:o().bool},UserInputSelectOptions.defaultProps={max:1,showInstructions:!1,alignLeftOptions:!1}},3714:(e,t,i)=>{i.d(t,{Kk:()=>s,SZ:()=>n,Yw:()=>r,oJ:()=>a,tT:()=>o});const n="body",o=[n,"display","headline","label","title"],s="small",r="medium",a=[s,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var n=i(62688),o=i.n(n),s=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:n,onClick:o,href:a}){return e&&(o||a)?(0,r.jsx)(s.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||n,isSaving:n,onClick:o,href:a,children:e}):null}CTAButton.propTypes={label:o().string,ariaLabel:o().string,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,dismissOnClick:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>u});var n=i(62688),o=i.n(n),s=i(63696),r=i(81276),a=i(49383),l=i(8420),c=i(62540);let g=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const n=(0,s.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):g;e&&document.body.contains(e)&&e.focus(),t||(g=null)})},[t]),o=(0,r.A)(e);return(0,s.useEffect)(()=>(!0===o&&!1===e&&n(),()=>{n()}),[o,e,n]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(g=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:o().bool,refocusQuerySelector:o().string,...a.Dialog.propTypes};const u=RefocusableModalDialog},6464:(e,t,i)=>{i.d(t,{i:()=>r});var n=i(63696),o=i(11106),s=i(65214);function r(e){const t=(0,n.useContext)(o.A);return(0,s.G)(e,t)}},6732:(e,t,i)=>{i.d(t,{A:()=>n});const n=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(63696),o=i(77766),s=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,o.A)(),g=null!=t?t:`${c}_${e}`;return{view:(0,n.useCallback)((...e)=>(0,s.sx)(g,i,...e),[g,i]),confirm:(0,n.useCallback)((...e)=>(0,s.sx)(g,r,...e),[g,r]),dismiss:(0,n.useCallback)((...e)=>(0,s.sx)(g,a,...e),[g,a]),clickLearnMore:(0,n.useCallback)((...e)=>(0,s.sx)(g,l,...e),[g,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>o,n:()=>n});const n="core/ui",o="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>f});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var g=i(12850),u=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:n,children:s}){return(0,c.jsxs)("div",{className:o()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(u.A,{...i}),n&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:n}),s]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(u.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var d=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var m=i(80035);const h=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:n,additionalDescription:s,errorText:r,helpText:a,learnMoreLink:g,dismissButton:u,ctaButton:h,svg:f,footer:_},y)=>{const k=(0,l.dv)(),b=k===l.mp||k===l.Lg;let I=null;b&&f?.mobile?I=f.mobile:!b&&f?.desktop&&(I=f.desktop);const N=f?.verticalPosition?f.verticalPosition:"center";return(0,c.jsxs)("div",{ref:y,className:o()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:n,learnMoreLink:g,additionalDescription:s}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(m.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[h&&(0,c.jsx)(d.A,{...h}),u?.onClick&&(0,c.jsx)(p.A,{...u})]})]}),I&&(0,c.jsx)("div",{className:o()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${N}`]:N}),style:{backgroundImage:`url(${I})`}}),_&&(0,c.jsx)(Footer,{children:_})]})});h.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(u.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(d.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const f=h},8143:(e,t,i)=>{i.d(t,{VZ:()=>s,dc:()=>r,pH:()=>o,r0:()=>a});var n=i(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function s(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),o=e.replace(i.origin,"");if(o.length<t)return o;const s=o.length-Math.floor(t)+1;return"…"+o.substr(s)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(52684),l=i(13606),c=i(82871),g=i(49383),u=i(85149),d=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:n=null,onClose:o=null,title:s=null,provides:p,handleConfirm:m,subtitle:h,confirmButton:f=null,dependentModules:_,danger:y=!1,inProgress:k=!1,small:b=!1,medium:I=!1,buttonLink:N=null}){const v=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,x=!(!p||!p.length);return(0,d.jsxs)(g.Dialog,{open:t,onOpen:n,onClose:o,"aria-describedby":x?v:void 0,tabIndex:"-1",className:r()(e,{"googlesitekit-dialog-sm":b,"googlesitekit-dialog-md":I}),children:[(0,d.jsxs)(g.DialogTitle,{children:[y&&(0,d.jsx)(u.A,{width:28,height:28}),s]}),h?(0,d.jsx)("p",{className:"mdc-dialog__lead",children:h}):[],(0,d.jsxs)(g.DialogContent,{children:[x&&(0,d.jsx)("section",{id:v,className:"mdc-dialog__provides",children:(0,d.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,d.jsx)("li",{className:"mdc-list-item",children:(0,d.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),_&&(0,d.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),_),{strong:(0,d.jsx)("strong",{})})})]}),(0,d.jsxs)(g.DialogFooter,{children:[(0,d.jsx)(g.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:k,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),N?(0,d.jsx)(g.Button,{href:N,onClick:m,target:"_blank",danger:y,children:f}):(0,d.jsx)(g.SpinnerButton,{onClick:m,danger:y,disabled:k,isSaving:k,children:f||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:o().string,dialogActive:o().bool,handleDialog:o().func,handleConfirm:o().func.isRequired,onOpen:o().func,onClose:o().func,title:o().string,confirmButton:o().string,danger:o().bool,small:o().bool,medium:o().bool,buttonLink:o().string};const p=ModalDialog},9341:(e,t,i)=>{i.d(t,{A:()=>CircularProgress});var n=i(75762),o=i(62540);function CircularProgress(e){return(0,o.jsx)(n.A,{...e})}},11106:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(63696),o=i(65214);const s=(0,n.createContext)(o.t)},12108:(e,t,i)=>{i.d(t,{YJ:()=>s,Eq:()=>r});var n=i(32947),o=i(17243);function s(e,t){const n=document.querySelector(e);if(!n)return 0;const o=n.getBoundingClientRect().top,s=r(t);return o+i.g.scrollY-s}function r(e){let t=function(e){let t=0;const s=document.querySelector(".googlesitekit-header");t=s&&"sticky"===i.g.getComputedStyle(s).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===n.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==n.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,o.isFinite)(e)?e:0}(t),t<0?0:t}(e);const s=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(s).reduce((e,t)=>e+t.offsetHeight,0),t}},12701:(e,t,i)=>{i.d(t,{A:()=>Root});var n=i(62688),o=i.n(n),s=i(44010),r=i(77105),a=i(63696),l=i(50539),c=i.n(l),g=i(82871),u=i(54312),d=i(61991),p=i(90007),m=i(12850),h=i(62540);class ErrorHandler extends a.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){i.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,m.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:i}=this.state;return t?(0,h.jsx)(p.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,g.__)("Site Kit encountered an error","google-site-kit"),description:(0,h.jsxs)(a.Fragment,{children:[(0,h.jsx)(u.A,{message:t.message,componentStack:i.componentStack}),(0,h.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,i.componentStack]})]})}):e}}ErrorHandler.contextType=d.Ay,ErrorHandler.propTypes={children:o().node.isRequired};const f=ErrorHandler;var _=i(11106);const{Consumer:y,Provider:k}=_.A,b=k;var I=i(65214),N=i(4445),v=i(78340),x=i(45472),j=i(58116),A=i(64067),S=i(14007);const T=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(j.oR).getPermissionScopeError()),n=(0,l.useSelect)(e=>e(j.oR).getUnsatisfiedScopes()),o=(0,l.useSelect)(e=>e(j.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||i.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:s}=(0,l.useDispatch)(j.oR),{navigateTo:r}=(0,l.useDispatch)(x.M),{setValues:c}=(0,l.useDispatch)(v.s),u=(0,a.useCallback)(()=>{s()},[s]),d=(0,a.useCallback)(async()=>{c(j.$8,{permissionsError:t}),await(0,A.mR)(e),r(o)},[e,o,r,t,c]);return(0,a.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await d()}()},[d,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||n&&t?.data?.scopes.every(e=>n.includes(e))?null:(0,h.jsx)(S.A,{children:(0,h.jsx)(N.A,{title:(0,g.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,g.__)("Proceed","google-site-kit"),handleConfirm:d,handleCancel:u,onClose:u,dialogActive:!0,medium:!0})}):(i.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const M=function PermissionsModal(){return(0,l.useSelect)(e=>e(j.oR).isAuthenticated())?(0,h.jsx)(T,{}):null};const E=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[i,n]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{i||(async()=>{await(0,A.P9)(t),n(!0)})()},[t,i]),i?e:null};var w=i(15844),C=i(77766),D=i(39771);function FeatureTours(){const e=(0,C.A)(),{triggerTourForView:t}=(0,l.useDispatch)(j.oR);(0,w.A)(()=>{t(e)});const n=(0,l.useSelect)(e=>e(j.oR).getCurrentTour());return(0,a.useEffect)(()=>{if(!n)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[n]),n?(0,h.jsx)(D.Ay,{tourID:n.slug,steps:n.steps,gaEventCategory:n.gaEventCategory,callback:n.callback}):null}var O=i(68869),R=i(22821);function Root({children:e,registry:t,viewContext:i=null}){const n=s.D,[o]=(0,a.useState)({key:"Root",value:!0});return(0,h.jsx)(a.StrictMode,{children:(0,h.jsx)(O.Ay,{value:o,children:(0,h.jsx)(l.RegistryProvider,{value:t,children:(0,h.jsx)(b,{value:I.t,children:(0,h.jsx)(d.Kq,{value:i,children:(0,h.jsx)(r.A,{theme:n(),children:(0,h.jsxs)(f,{children:[(0,h.jsxs)(E,{children:[e,i&&(0,h.jsx)(FeatureTours,{})]}),(0,R.A)(i)&&(0,h.jsx)(M,{})]})})})})})})})}Root.propTypes={children:o().node,registry:o().object,viewContext:o().string.isRequired},Root.defaultProps={registry:c()}},12755:(e,t,i)=>{i.d(t,{A:()=>qe});var n,o,s=i(62688),r=i.n(s),a=i(4452),l=i.n(a),c=i(41814),g=i(82871),u=i(63696),d=i(50539),p=i(99455),m=i(21795),h=i(31589),f=i(19266),_=i(49383),y=i(8420),k=i(12850),b=i(21134),I=i(14007),N=i(58116),v=i(62540);function Details(){const e=(0,d.useSelect)(e=>e(N.oR).getPicture()),t=(0,d.useSelect)(e=>e(N.oR).getFullName()),i=(0,d.useSelect)(e=>e(N.oR).getEmail());return(0,v.jsxs)("div",{className:"googlesitekit-user-menu__details","aria-label":(0,g.__)("Google account","google-site-kit"),children:[!!e&&(0,v.jsx)("img",{className:"googlesitekit-user-menu__details-avatar",src:e,alt:""}),(0,v.jsxs)("div",{className:"googlesitekit-user-menu__details-info",children:[(0,v.jsx)("p",{className:"googlesitekit-user-menu__details-info__name",children:t}),(0,v.jsx)("p",{className:"googlesitekit-user-menu__details-info__email","aria-label":(0,g.__)("Email","google-site-kit"),children:i})]})]})}function Item({icon:e,label:t}){return(0,v.jsxs)("div",{className:"googlesitekit-user-menu__item",children:[(0,v.jsx)("div",{className:"googlesitekit-user-menu__item-icon",children:e}),(0,v.jsx)("span",{className:"googlesitekit-user-menu__item-label",children:t})]})}function x(){return x=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},x.apply(null,arguments)}Item.propTypes={icon:r().node,label:r().string};const j=e=>u.createElement("svg",x({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.7,d:"m11.775 5.701.58-.58a4.547 4.547 0 0 1 6.43 0v0a4.547 4.547 0 0 1 0 6.43l-.598.599m-12.504-.357-.562.562a4.547 4.547 0 0 0 0 6.43v0a4.547 4.547 0 0 0 6.43 0l.58-.58"})),o||(o=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"m8.543 15.363 1.118-1.118m5.684-5.684L14.226 9.68M5.107 5.134l13.664 13.664"})));var A,S,T,M,E;function w(){return w=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},w.apply(null,arguments)}const C=e=>u.createElement("svg",w({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),A||(A=u.createElement("rect",{width:18,height:13,x:3,y:4,stroke:"#6C726E",strokeWidth:1.5,rx:2})),S||(S=u.createElement("path",{fill:"#6C726E",d:"M9 17h6v3H9z"})),T||(T=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M10 9h7M10 12h7"})),M||(M=u.createElement("circle",{cx:7,cy:9,r:1,fill:"#6C726E"})),E||(E=u.createElement("circle",{cx:7,cy:12,r:1,fill:"#6C726E"})));var D,O,R;function L(){return L=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},L.apply(null,arguments)}const z=e=>u.createElement("svg",L({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),D||(D=u.createElement("rect",{width:18,height:12,x:3,y:6,stroke:"#6C726E",strokeWidth:1.5,rx:2})),O||(O=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3.566 7.5 7.086 7.086a2 2 0 0 0 2.829 0l7.019-7.02"})),R||(R=u.createElement("path",{stroke:"#6C726E",strokeLinecap:"round",strokeWidth:1.5,d:"M20.246 17.5 15.5 12.754M4 17.5l4.746-4.746"})));var P=i(93896),B=i(7081),U=i(45472),H=i(72455),G=i(3288),W=i(99235),Y=i(77766),Z=i(27333),V=i(6464);function UserMenu(){const e=(0,V.i)("proactiveUserEngagement"),t=(0,d.useSelect)(e=>e(P.O4).getProxyPermissionsURL()),i=(0,d.useSelect)(e=>e(N.oR).getEmail()),n=(0,d.useSelect)(e=>e(N.oR).getPicture()),o=(0,d.useSelect)(e=>e(N.oR).getFullName()),s=(0,d.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-splash",{googlesitekit_context:"revoked"})),r=(0,Z.A)(H.CV,"isAutoCreatingCustomDimensionsForAudience"),[a,l]=(0,u.useState)(!1),[c,p]=(0,u.useState)(!1),x=(0,u.useRef)(),A=(0,u.useRef)(),S=(0,Y.A)(),{navigateTo:T}=(0,d.useDispatch)(U.M);(0,m.A)(x,()=>p(!1)),(0,W.l)([f._f,f.wn],x,()=>{p(!1),A.current?.focus()});const M=(0,u.useCallback)(()=>{l(!1),p(!1)},[l,p]),E=(0,u.useCallback)(e=>{f._f===e.keyCode&&M()},[M]);(0,h.A)("keyup",E);const w=(0,u.useCallback)(()=>{c||(0,k.sx)(`${S}_headerbar`,"open_usermenu"),p(!c)},[c,S]),D=(0,u.useCallback)(()=>{l(!a),p(!1)},[a]),{setValue:O}=(0,d.useDispatch)(B.n),R=(0,u.useCallback)(async(e,i)=>{const{detail:{item:n}}=i;switch(n?.id){case"manage-sites":t&&(await(0,k.sx)(`${S}_headerbar_usermenu`,"manage_sites"),T(t));break;case"disconnect":D();break;case"manage-email-reports":O(G.Q,!0);break;default:w()}},[t,w,D,T,O,S]),L=(0,u.useCallback)(async()=>{l(!1),await(0,b.IL)(),await(0,k.sx)(`${S}_headerbar_usermenu`,"disconnect_user"),T(s)},[s,T,S]);if(!i)return null;let F;return o&&i&&(F=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name 2: User's email address. */ /* translators: Account info text. 1: User's (full) name 2: User's email address. */ (0,g.__)("Google Account for %1$s (Email: %2$s)","google-site-kit"),o,i)),o&&!i&&(F=(0,g.sprintf)(/* translators: Account info text. 1: User's (full) name. */ /* translators: Account info text. 1: User's (full) name. */ (0,g.__)("Google Account for %1$s","google-site-kit"),o)),!o&&i&&(F=(0,g.sprintf)(/* translators: Account info text. 1: User's email address. */ /* translators: Account info text. 1: User's email address. */ (0,g.__)("Google Account (Email: %1$s)","google-site-kit"),i)),(0,v.jsxs)(u.Fragment,{children:[(0,v.jsxs)("div",{ref:x,className:"googlesitekit-user-selector googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,v.jsx)(_.Button,{disabled:r,ref:A,className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--tablet googlesitekit-border-radius-round--phone googlesitekit-border-radius-round googlesitekit-button-icon",onClick:w,icon:!!n&&(0,v.jsx)("i",{className:"mdc-button__icon mdc-button__account","aria-hidden":"true",children:(0,v.jsx)("img",{className:"mdc-button__icon--image",src:n,alt:(0,g.__)("User Avatar","google-site-kit")})}),"aria-haspopup":"menu","aria-expanded":c,"aria-controls":"user-menu","aria-label":r?void 0:(0,g.__)("Account","google-site-kit"),tooltipEnterDelayInMS:500,customizedTooltip:r?null:(0,v.jsxs)("span",{"aria-label":F,children:[(0,v.jsx)("strong",{children:(0,g.__)("Google Account","google-site-kit")}),(0,v.jsx)("br",{}),(0,v.jsx)("br",{}),o,o&&(0,v.jsx)("br",{}),i]}),text:!0,tooltip:!0}),(0,v.jsxs)(_.Menu,{className:"googlesitekit-user-menu",menuOpen:c,onSelected:R,id:"user-menu",children:[(0,v.jsx)("li",{children:(0,v.jsx)(Details,{})}),e&&(0,v.jsx)("li",{id:"manage-email-reports",className:"mdc-list-item",role:"menuitem",children:(0,v.jsx)(Item,{icon:(0,v.jsx)(z,{width:"24"}),label:(0,g.__)("Manage email reports","google-site-kit")})}),!!t&&(0,v.jsx)("li",{id:"manage-sites",className:"mdc-list-item",role:"menuitem",children:(0,v.jsx)(Item,{icon:(0,v.jsx)(C,{width:"24"}),label:(0,g.__)("Manage Sites","google-site-kit")})}),(0,v.jsx)("li",{id:"disconnect",className:"mdc-list-item",role:"menuitem",children:(0,v.jsx)(Item,{icon:(0,v.jsx)(j,{width:"24"}),label:(0,g.__)("Disconnect","google-site-kit")})})]})]}),(0,v.jsx)(I.A,{children:(0,v.jsx)(y.A,{dialogActive:a,handleConfirm:L,handleCancel:M,onClose:M,title:(0,g.__)("Disconnect","google-site-kit"),subtitle:(0,g.__)("Disconnecting Site Kit by Google will remove your access to all services. After disconnecting, you will need to re-authorize to restore service.","google-site-kit"),confirmButton:(0,g.__)("Disconnect","google-site-kit"),danger:!0,small:!0})})]})}var F=i(55527),Q=i(35323),q=i(29898),$=i(15844),X=i(39525),J=i(30521),K=i(24558),ee=i(73874),te=i(12108),ie=i(32947);var ne=i(44949),oe=i(86134);const se={[ee.Oo]:{[K.SH]:ne.CONTEXT_MAIN_DASHBOARD_KEY_METRICS,[K.OT]:ne.CONTEXT_MAIN_DASHBOARD_TRAFFIC,[K.en]:ne.CONTEXT_MAIN_DASHBOARD_CONTENT,[K.Ej]:ne.CONTEXT_MAIN_DASHBOARD_SPEED,[K.Gw]:ne.CONTEXT_MAIN_DASHBOARD_MONETIZATION},[ee.oE]:{[K.OT]:ne.CONTEXT_ENTITY_DASHBOARD_TRAFFIC,[K.en]:ne.CONTEXT_ENTITY_DASHBOARD_CONTENT,[K.Ej]:ne.CONTEXT_ENTITY_DASHBOARD_SPEED,[K.Gw]:ne.CONTEXT_ENTITY_DASHBOARD_MONETIZATION}};var re;function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ae.apply(null,arguments)}const le=e=>u.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),re||(re=u.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M18 16V2c0-1.1-1-2-2.222-2H2.222C1 0 0 .9 0 2v14c0 1.1 1 2 2.222 2h13.556C17 18 18 17.1 18 16M9 7h5V5H9zm7-5H2v14h14zM4 4h4v4H4zm10 7H9v2h5zM4 10h4v4H4z",clipRule:"evenodd"})));var ce,ge,ue,de;function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},pe.apply(null,arguments)}const me=e=>u.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 12"},e),ce||(ce=u.createElement("rect",{width:5,height:5,x:.5,fill:"currentColor",rx:1})),ge||(ge=u.createElement("rect",{width:5,height:5,x:7.5,fill:"currentColor",rx:1})),ue||(ue=u.createElement("rect",{width:5,height:5,x:.5,y:7,fill:"currentColor",rx:1})),de||(de=u.createElement("rect",{width:5,height:5,x:7.5,y:7,fill:"currentColor",rx:1})));var he;function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},fe.apply(null,arguments)}const _e=e=>u.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 12"},e),he||(he=u.createElement("path",{fill:"currentColor",d:"M16.1 0v2h2.967l-5.946 5.17-4.6-4L0 10.59 1.622 12l6.9-6 4.6 4L20.7 3.42V6H23V0z"})));var ye,ke;function be(){return be=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},be.apply(null,arguments)}const Ie=e=>u.createElement("svg",be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 16"},e),ye||(ye=u.createElement("path",{fill:"currentColor",d:"m18.378 4.543-1.232 1.854a8.02 8.02 0 0 1-.22 7.598H3.043A8.02 8.02 0 0 1 4.154 4.49 8.01 8.01 0 0 1 13.57 2.82l1.853-1.233A10.01 10.01 0 0 0 3.117 2.758a10.026 10.026 0 0 0-1.797 12.24A2 2 0 0 0 3.043 16h13.873a2 2 0 0 0 1.742-1.002 10.03 10.03 0 0 0-.27-10.465z"})),ke||(ke=u.createElement("path",{fill:"currentColor",d:"M8.572 11.399a2.003 2.003 0 0 0 2.835 0l5.669-8.51-8.504 5.673a2.005 2.005 0 0 0 0 2.837"})));var Ne;function ve(){return ve=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ve.apply(null,arguments)}const xe=e=>u.createElement("svg",ve({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 16"},e),Ne||(Ne=u.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7 0h3.971v16H7zM0 8h4v8H0zm18-3h-4v11h4z",clipRule:"evenodd"})));function Navigation(){const e=(0,ee.Ay)(),t=(0,u.useRef)(),n=(0,Y.A)(),o=function(){const e=(0,ee.Ay)(),t=(0,Q.A)();return(0,d.useSelect)(i=>{const n=t?i(N.oR).getViewableModules():null,o=i(N.oR).isKeyMetricsWidgetHidden(),s={modules:n||void 0};return Object.keys(se[e]).reduce((t,n)=>(n===K.SH&&o||i(oe.aO).isWidgetContextActive(se[e][n],s)&&t.push(n),t),[])})}(),{calculateScrollPosition:s,defaultChipID:r,findClosestSection:a,isValidChipID:c,scrollToChip:p,updateURLHash:m}=function({visibleSections:e}){const t=(0,ie.dv)(),n=(0,Q.A)(),o=(0,u.useCallback)(()=>e.includes(K.SH)?K.SH:n?e[0]||"":K.OT,[n,e])(),s=(0,u.useCallback)(t=>e.includes(t),[e]),r=(0,u.useCallback)(e=>{i.g.history.replaceState({},"",`#${e}`)},[]),a=(0,u.useCallback)(e=>e!==o?(0,te.YJ)(`#${e}`,t):0,[t,o]),l=(0,u.useCallback)(e=>{i.g.scrollTo({top:a(e,t,o),behavior:"smooth"})},[t,a,o]),c=(0,u.useCallback)(t=>{var i;const n=document.querySelector(".googlesitekit-entity-header")?.getBoundingClientRect?.()?.bottom,{bottom:s}=null!==(i=t?.current?.getBoundingClientRect?.())&&void 0!==i?i:{};let r,a=o;for(const t of e){const e=document.getElementById(t);if(!e)continue;const i=e.getBoundingClientRect().top-20-(n||s||0);i<0&&(void 0===r||r<i)&&(r=i,a=t)}return a},[o,e]);return{calculateScrollPosition:a,defaultChipID:o,findClosestSection:c,isValidChipID:s,scrollToChip:l,updateURLHash:r}}({visibleSections:o}),f=i.g.location.hash?.substring(1),[_,y]=(0,u.useState)(f||void 0),[b,I]=(0,u.useState)(!1),[x,j]=(0,u.useState)(f),{setValue:A}=(0,d.useDispatch)(B.n),S=(0,u.useCallback)(({target:e})=>{const t=e.closest(".mdc-chip"),i=t?.dataset?.contextId;m(i),y(i),p(i),(0,k.sx)(`${n}_navigation`,"tab_select",i),setTimeout(()=>{A(B.F,i)},50)},[p,A,m,n]),T=(0,u.useCallback)(()=>{if(!t?.current)return;const{top:e}=t?.current?.getBoundingClientRect();if(0===i.g.scrollY)I(!1);else{const t=document.querySelector(".googlesitekit-header")?.getBoundingClientRect?.()?.bottom;I(e===t)}},[]),M=(0,u.useCallback)(e=>{function o(e){A(B.F,void 0),j(e),y(void 0)}const s=a(t);if(_)_===s&&o(s);else{const{hash:t}=i.g.location;s!==t?.substring(1)&&(e&&(0,k.sx)(`${n}_navigation`,"tab_scroll",s),m(s),o(s))}},[a,_,A,m,n]);(0,$.A)(()=>{if(!f)return j(r),void setTimeout(()=>m(r));const e=c(f)?f:r;j(e),A(B.F,e),setTimeout(()=>{const t=s(e);i.g.scrollY!==t?p(e):A(B.F,void 0)},50)});const E=(0,u.useCallback)(e=>{T(),M(e)},[M,T]),w=(0,J.A)(E,150);(0,h.A)("scroll",w);const C={[K.SH]:{label:(0,g.__)("Key metrics","google-site-kit"),icon:(0,v.jsx)(me,{width:"18",height:"16"})},[K.OT]:{label:(0,g.__)("Traffic","google-site-kit"),icon:(0,v.jsx)(xe,{width:"18",height:"16"})},[K.en]:{label:(0,g.__)("Content","google-site-kit"),icon:(0,v.jsx)(le,{width:"18",height:"18"})},[K.Ej]:{label:(0,g.__)("Speed","google-site-kit"),icon:(0,v.jsx)(Ie,{width:"20",height:"16"})},[K.Gw]:{label:(0,g.__)("Monetization","google-site-kit"),icon:(0,v.jsx)(_e,{width:"18",height:"16"})}};return(0,v.jsx)("nav",{className:l()("mdc-chip-set","googlesitekit-navigation",`googlesitekit-navigation--${e}`,{"googlesitekit-navigation--is-sticky":b}),ref:t,children:o.map(e=>(0,v.jsx)(X.Chip,{id:e,label:C[e].label,leadingIcon:C[e].icon,onClick:S,selected:x===e,"data-context-id":e},e))})}function DashboardNavigation(){const e=(0,Q.A)(),t=(0,d.useSelect)(t=>e?t(N.oR).getViewableModules():null),i=(0,d.useSelect)(e=>e(N.oR).getKeyMetrics());return(0,v.jsx)(q.A,{loading:void 0===t||void 0===i,width:"100%",smallHeight:"59px",height:"71px",children:(0,v.jsx)(Navigation,{})})}var je,Ae;function Se(){return Se=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Se.apply(null,arguments)}const Te=e=>u.createElement("svg",Se({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),je||(je=u.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),Ae||(Ae=u.createElement("path",{fill:"currentColor",d:"M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"})));var Me=i(20898),Ee=i(59323),we=i(8143);const Ce=function EntityHeader(){const e=(0,Y.A)(),t=(0,ee.Ay)(),n=(0,d.useSelect)(e=>e(P.O4).getCurrentEntityTitle()),o=(0,d.useSelect)(e=>e(P.O4).getCurrentEntityURL()),s=(0,u.useRef)(),[r,a]=(0,u.useState)(o),l=(0,u.useCallback)(()=>{if(!s.current)return;const e=s.current.clientWidth-40,t=i.g.getComputedStyle(s.current.lastChild,null).getPropertyValue("font-size"),n=2*e/parseFloat(t);a((0,we.r0)(o,n))},[o]),c=(0,J.A)(l,150);(0,h.A)("resize",c);const{navigateTo:p}=(0,d.useDispatch)(U.M),m=(0,d.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-dashboard")),f=(0,u.useCallback)(()=>{(0,k.sx)(`${e}_navigation`,"return_to_dashboard"),p(m)},[m,p,e]);return ee.oE!==t||null===o||null===n?null:(0,v.jsxs)("div",{className:"googlesitekit-entity-header",children:[(0,v.jsx)("div",{className:"googlesitekit-entity-header__back",children:(0,v.jsx)(_.Button,{icon:(0,v.jsx)(Te,{width:24,height:24}),"aria-label":(0,g.__)("Back to dashboard","google-site-kit"),onClick:f,text:!0,tertiary:!0,children:(0,g.__)("Back to dashboard","google-site-kit")})}),(0,v.jsxs)("div",{ref:s,className:"googlesitekit-entity-header__details",children:[(0,v.jsx)(Ee.A,{children:n}),(0,v.jsx)(Me.A,{href:o,"aria-label":o,secondary:!0,external:!0,children:r})]})]})};var De;function Oe(){return Oe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Oe.apply(null,arguments)}const Re=e=>u.createElement("svg",Oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 10"},e),De||(De=u.createElement("path",{fill:"currentColor",d:"M8 1.333c2.756 0 5.214 1.42 6.415 3.667-1.2 2.247-3.659 3.667-6.415 3.667S2.785 7.247 1.585 5C2.785 2.753 5.244 1.333 8 1.333M8 0C4.364 0 1.258 2.073 0 5c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5m0 3.333c1.004 0 1.818.747 1.818 1.667S9.004 6.667 8 6.667 6.182 5.92 6.182 5 6.996 3.333 8 3.333M8 2C6.196 2 4.727 3.347 4.727 5S6.197 8 8 8s3.273-1.347 3.273-3S9.803 2 8 2"})));var Le=i(13606);function Description(){const e=(0,Y.A)(),t=(0,d.useSelect)(e=>e(N.oR).hasCapability(N.ej)),i=(0,d.useSelect)(e=>e(P.O4).getProxySetupURL()),n=(0,d.useSelect)(e=>e(P.O4).getDocumentationLinkURL("dashboard-sharing")),{navigateTo:o}=(0,d.useDispatch)(U.M),s=(0,u.useCallback)(async t=>{t.preventDefault(),await Promise.all([(0,b.SO)("start_user_setup",!0),(0,k.sx)(`${e}_headerbar_viewonly`,"start_user_setup",i?"proxy":"custom-oauth")]),o(i)},[i,o,e]),r=(0,u.useCallback)(()=>{(0,k.sx)(`${e}_headerbar_viewonly`,"click_learn_more_link")},[e]),a=t?(0,Le.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <strong>Sign in to connect more services and control sharing access.</strong>","google-site-kit"),{strong:(0,v.jsx)("strong",{})}):(0,Le.A)((0,g.__)("You can see stats from all shared Google services, but you can't make any changes. <a>Learn more</a>","google-site-kit"),{a:(0,v.jsx)(Me.A,{href:n,onClick:r,"aria-label":(0,g.__)("Learn more about dashboard sharing","google-site-kit"),external:!0})});return(0,v.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__description",children:[(0,v.jsx)(Ee.A,{children:a}),t&&(0,v.jsx)(_.Button,{onClick:s,children:(0,g._x)("Sign in with Google","Service name","google-site-kit")})]})}var ze=i(37226);function Service({module:e}){const t=(0,d.useSelect)(e=>e(N.oR).hasCapability(N.ej)),{name:i,owner:n}=(0,d.useSelect)(t=>t(ze.i).getModule(e)||{}),o=(0,d.useSelect)(t=>t(ze.i).getModuleIcon(e));return(0,v.jsxs)("li",{className:"googlesitekit-view-only-menu__service",children:[(0,v.jsx)("span",{className:"googlesitekit-view-only-menu__service--icon",children:(0,v.jsx)(o,{height:26})}),(0,v.jsx)("span",{className:"googlesitekit-view-only-menu__service--name",children:i}),t&&n?.login&&(0,v.jsx)("span",{className:"googlesitekit-view-only-menu__service--owner",children:(0,Le.A)((0,g.sprintf)(/* translators: %s: module owner Google Account email address */ /* translators: %s: module owner Google Account email address */ (0,g.__)("Shared by <strong>%s</strong>","google-site-kit"),n.login),{strong:(0,v.jsx)("strong",{title:n.login})})})]})}Service.propTypes={module:r().string.isRequired};var Pe=i(15167);function SharedServices(){const e=(0,d.useSelect)(e=>e(N.oR).getViewableModules());return void 0===e?null:(0,v.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,v.jsx)(Pe.A,{as:"h4",size:"large",type:"title",children:(0,g.__)("Shared services","google-site-kit")}),(0,v.jsx)("ul",{children:e.map(e=>(0,v.jsx)(Service,{module:e},e))})]})}var Be=i(82167);function Tracking(){const e=(0,Y.A)();return(0,v.jsxs)("li",{className:"googlesitekit-view-only-menu__list-item",children:[(0,v.jsx)(Ee.A,{children:(0,Le.A)((0,g.__)("Thanks for using Site Kit!<br />Help us make it even better","google-site-kit"),{br:(0,v.jsx)("br",{})})}),(0,v.jsx)(Be.A,{trackEventCategory:`${e}_headerbar_viewonly`,alignCheckboxLeft:!0})]})}var Ue=i(74595);function ManageEmailReports(){const{setValue:e}=(0,Ue.wA)(B.n);return(0,v.jsxs)(u.Fragment,{children:[(0,v.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,v.jsx)("li",{className:"googlesitekit-view-only-menu__list-item googlesitekit-view-only-menu__email-reporting",children:(0,v.jsx)("ul",{className:"googlesitekit-view-only-menu",children:(0,v.jsx)("li",{className:"googlesitekit-view-only-menu__email-reporting-item",children:(0,v.jsx)(_.Button,{onClick:()=>e(G.Q,!0),icon:(0,v.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--icon",children:(0,v.jsx)(z,{width:"24"})}),tertiary:!0,children:(0,v.jsx)("span",{className:"googlesitekit-view-only-menu__email-reporting-item--name",children:(0,g.__)("Manage email reports","google-site-kit")})})})})})]})}function ViewOnlyMenu(){const e=(0,V.i)("proactiveUserEngagement"),[t,i]=(0,u.useState)(!1),n=(0,u.useRef)(),o=(0,Y.A)();(0,m.A)(n,()=>i(!1)),(0,W.l)([f._f,f.wn],n,()=>i(!1));const s=(0,u.useCallback)(()=>{t||(0,k.sx)(`${o}_headerbar`,"open_viewonly"),i(!t)},[t,o]),r=(0,d.useSelect)(e=>e(N.oR).hasCapability(N.ej));return(0,v.jsxs)("div",{ref:n,className:l()("googlesitekit-view-only-menu","googlesitekit-dropdown-menu","googlesitekit-dropdown-menu__icon-menu","mdc-menu-surface--anchor",{"googlesitekit-view-only-menu--user-can-authenticate":r}),children:[(0,v.jsx)(_.Button,{className:"googlesitekit-header__dropdown mdc-button--dropdown googlesitekit-border-radius-round--phone googlesitekit-button-icon",onClick:s,icon:(0,v.jsx)("span",{className:"mdc-button__icon","aria-hidden":"true",children:(0,v.jsx)(Re,{className:"mdc-button__icon--image"})}),"aria-haspopup":"menu","aria-expanded":t,"aria-controls":"view-only-menu","aria-label":(0,g.__)("View only","google-site-kit"),tooltipEnterDelayInMS:500,text:!0,tooltip:!0,children:(0,g.__)("View only","google-site-kit")}),(0,v.jsxs)(_.Menu,{menuOpen:t,onSelected:s,id:"view-only-menu",nonInteractive:!0,children:[(0,v.jsx)(Description,{}),(0,v.jsx)(SharedServices,{}),e&&(0,v.jsx)(ManageEmailReports,{}),(0,v.jsx)("li",{className:"mdc-list-divider",role:"separator"}),(0,v.jsx)(Tracking,{})]})]})}var He=i(71423),Ge=i(53137),We=i(77513);function CoreSiteBannerNotification({id:e,...t}){const{dismissNotification:i,acceptNotification:n}=(0,d.useDispatch)(P.O4),o=(0,u.useCallback)(()=>{n(e)},[e,n]),s=(0,u.useCallback)(()=>{i(e)},[e,i]);return(0,v.jsx)(We.A,{onCTAClick:o,onDismissClick:s,...t,id:e})}CoreSiteBannerNotification.propTypes={content:r().string,ctaLabel:r().string,ctaTarget:r().string,ctaURL:r().string,dismissLabel:r().string,dismissible:r().bool,gaTrackingEventArgs:r().object,id:r().string.isRequired,learnMoreLabel:r().string,learnMoreURL:r().string,title:r().string.isRequired},CoreSiteBannerNotification.defaultProps={content:"",ctaLabel:"",ctaTarget:"",ctaURL:"",dismissLabel:(0,g.__)("OK, Got it!","google-site-kit"),dismissible:!0,learnMoreLabel:"",learnMoreURL:""};const Ye=CoreSiteBannerNotification;const Ze=function CoreSiteBannerNotifications(){const e=(0,Y.A)(),[t,i]=(0,u.useState)(!1),[n,o]=(0,u.useState)(!1),s=(0,u.useRef)(Date.now()),r=(0,d.useSelect)(e=>e(P.O4).isUsingProxy()&&!1===e(N.oR).areSurveysOnCooldown()?e(N.oR).getCurrentSurvey():null),[a,l]=(0,u.useState)([]),{registerNotification:c}=(0,d.useDispatch)(He.D),g=(0,d.useSelect)(e=>e(P.O4).getNotifications());return(0,u.useEffect)(()=>{const e=setTimeout(()=>{n||i(!0)},5e3);return()=>{clearTimeout(e)}},[n]),(0,u.useEffect)(()=>{Math.floor((Date.now()-s.current)/1e3)<5&&r&&o(!0)},[s,r,o]),(0,u.useEffect)(()=>{t&&!n&&g?.forEach(t=>{if(a.includes(t.id))return;const i={category:`${e}_remote-site-notification`,label:t.id};c(t.id,{Component:({Notification:e})=>(0,v.jsx)(e,{gaTrackingEventArgs:i,children:(0,v.jsx)(Ye,{...t,gaTrackingEventArgs:i})}),priority:t.priority,areaSlug:Ge.bI.HEADER,isDismissible:t.dismissible}),l(e=>(e.push(t.id),e))})},[e,n,g,c,a,t]),null};var Ve=i(90007),Fe=i(43569);function InternalServerError(){const e=(0,d.useSelect)(e=>e(P.O4).getInternalServerError());return e?(0,v.jsx)(Fe.A,{id:"internal-server-error",children:(0,v.jsx)(Ve.A,{notificationID:"internal-server-error",type:Ve.Q.ERROR,title:e.title,description:e.description})}):null}function LegacyNotifications(){const e=(0,Q.A)(),t=(0,ee.Ay)(),i=(0,d.useSelect)(e=>e(N.oR).isAuthenticated());return(0,v.jsxs)(u.Fragment,{children:[(0,v.jsx)(InternalServerError,{}),!e&&t===ee.Oo&&i&&(0,v.jsx)(Ze,{})]})}var Qe=i(74995);function Header({children:e,subHeader:t,showNavigation:i}){const n=!!(0,ee.Ay)(),o=(0,Q.A)();!function(){const e=(0,Y.A)(),t=(0,d.useSelect)(e=>e(P.O4).isUsingProxy()),i=(0,d.useSelect)(e=>e(P.O4).getSetupErrorMessage());(0,u.useEffect)(()=>{i||void 0===t||async function(){const i=await(0,b.Gq)("start_user_setup"),n=await(0,b.Gq)("start_site_setup");i.cacheHit&&(await(0,b.LD)("start_user_setup"),(0,k.sx)(`${e}_setup`,"complete_user_setup",t?"proxy":"custom-oauth")),n.cacheHit&&(await(0,b.LD)("start_site_setup"),(0,k.sx)(`${e}_setup`,"complete_site_setup",t?"proxy":"custom-oauth"))}()},[e,t,i])}();const s=(0,d.useSelect)(e=>e(P.O4).getAdminURL("googlesitekit-dashboard")),r=(0,d.useSelect)(e=>e(N.oR).isAuthenticated()),[a,m]=(0,c.A)({childList:!0}),h=!!m.target?.childElementCount;return(0,v.jsxs)(u.Fragment,{children:[(0,v.jsx)("header",{className:l()("googlesitekit-header",{"googlesitekit-header--has-subheader":h,"googlesitekit-header--has-navigation":i}),children:(0,v.jsx)(F.xA,{children:(0,v.jsxs)(F.fI,{children:[(0,v.jsx)(F.fh,{smSize:1,mdSize:2,lgSize:4,className:"googlesitekit-header__logo",alignMiddle:!0,children:(0,v.jsx)(Me.A,{"aria-label":(0,g.__)("Go to dashboard","google-site-kit"),className:"googlesitekit-header__logo-link",href:s,children:(0,v.jsx)(p.A,{})})}),(0,v.jsxs)(F.fh,{smSize:3,mdSize:6,lgSize:8,className:"googlesitekit-header__children",alignMiddle:!0,children:[e,!r&&n&&o&&(0,v.jsx)(ViewOnlyMenu,{}),r&&!o&&(0,v.jsx)(UserMenu,{})]})]})})}),(0,v.jsx)("div",{className:"googlesitekit-subheader",ref:a,children:t}),i&&(0,v.jsx)(DashboardNavigation,{}),(0,v.jsx)(Ce,{}),(0,v.jsx)(LegacyNotifications,{}),(0,v.jsx)(Qe.A,{areaSlug:Ge.bI.HEADER})]})}Header.displayName="Header",Header.propTypes={children:r().node,subHeader:r().element,showNavigation:r().bool},Header.defaultProps={children:null,subHeader:null};const qe=Header},12850:(e,t,i)=>{i.d(t,{tt:()=>j,Jg:()=>x,Gp:()=>N,GH:()=>I,r0:()=>v,Du:()=>A,Zf:()=>Y,Cn:()=>P,G7:()=>f,vH:()=>h,N_:()=>D,zh:()=>V,mK:()=>g.mK,Ql:()=>S,vY:()=>z,sq:()=>M,VZ:()=>B.VZ,JK:()=>g.JK,IS:()=>w,pH:()=>B.pH,kf:()=>H,O5:()=>C,Qr:()=>T,x6:()=>U,K5:()=>g.K5,S_:()=>m,dc:()=>B.dc,Eo:()=>g.Eo,jq:()=>g.jq,DK:()=>W.D,N9:()=>G,p9:()=>s.p,XH:()=>E,Zm:()=>l,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>s.C,BG:()=>Z});var n=i(17243),o=i(89318),s=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let n=e[i];n&&"object"==typeof n&&!Array.isArray(n)&&(n=c(n)),t[i]=n}),t}var g=i(79829);function u(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function d(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[u,d,p];let i=e;for(const e of t)i=e(i);return i}function h(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function f(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var _=i(32091),y=i.n(_),k=i(82871);const b="Date param must construct to a valid date instance or be a valid date instance itself.",I="Invalid dateString parameter, it must be a string.",N='Invalid date range, it must be a string with the format "last-x-days".',v=60,x=60*v,j=24*x,A=7*j;function S(){function e(e){return(0,k.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,k._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function T(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function M(e){y()((0,n.isDate)(e)&&!isNaN(e),b);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function E(e){y()(T(e),I);const[t,i,n]=e.split("-");return new Date(t,i-1,n)}function w(e,t){return M(D(e,t*j))}function C(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function D(e,t){y()(T(e)||(0,n.isDate)(e)&&!isNaN(e),I);const i=T(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var O=i(69743),R=i(94552),L=i(62540);function z(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,O.Ay)((0,L.jsx)(R.A,{direction:e>0?"up":"down",invertColor:i}))}function P(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var B=i(8143);function U(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function H(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function G(e){return Array.isArray(e)?[...e].sort():e}var W=i(2522);function Y(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function Z(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function V(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},14007:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(47209),o=i(62688),s=i.n(o),r=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,r.useState)(document.createElement("div"));return(0,n.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:s().string,children:s().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:n="span",children:o,...s}){return(0,l.jsx)(n,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...s,children:o})}Typography.propTypes={className:o().string,type:o().oneOf(a.tT),size:o().oneOf(a.oJ),as:o().oneOfType([o().string,o().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>o});var n=i(31234);const o=i.n(n)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var n=i(55620),o=i(99123);const s={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=s){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[g,u]=(0,n._)("undefined"==typeof document?[l,c]:a,t,i);function d(){return u(a)}return(0,o.A)(r,"resize",d),(0,o.A)(r,"orientationchange",d),g}function c(e){return l(e)[0]}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:r()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:o().string,children:o().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},18418:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2 12"},e),n||(n=o.createElement("g",{fill:"currentColor",fillRule:"evenodd"},o.createElement("path",{d:"M0 0h2v7H0zM0 10h2v2H0z"}))))},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20068:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),o=i(82286),s=i(44451);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,r=i.g){const[a,l]=(0,n.useState)((0,o.d)(r.location.href,e)||t);return[a,function(t){l(t);const i=(0,s.F)(r.location.href,{[e]:t});r.history.replaceState(null,"",i)}]}},20898:(e,t,i)=>{i.d(t,{A:()=>T});var n,o=i(4452),s=i.n(o),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),g=i(82871);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},u.apply(null,arguments)}const d=e=>c.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),n||(n=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},m.apply(null,arguments)}const h=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var f;function _(){return _=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},_.apply(null,arguments)}const y=e=>c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),f||(f=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var k=i(83366),b=i(84385),I=i(62540);const N="BUTTON",v="BUTTON_DISABLED",x="EXTERNAL_LINK",j="LINK",A="ROUTER_LINK",S=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:n=!1,arrow:o=!1,back:r=!1,caps:a=!1,children:c,className:u="",danger:p=!1,disabled:m=!1,external:f=!1,hideExternalIndicator:_=!1,href:S="",inverse:T=!1,noFlex:M=!1,onClick:E,small:w=!1,standalone:C=!1,linkButton:D=!1,to:O,leadingIcon:R,trailingIcon:L,...z}=e;const P=S||O||!E?O?A:f?x:j:m?v:N;const B=P===N||P===v?"button":P===A?l.N_:"a",U=function(){let e;return P===x&&(e=(0,g._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===v&&(e=(0,g._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let H=R,G=L;return r&&(H=(0,I.jsx)(y,{width:14,height:14})),f&&!_&&(G=(0,I.jsx)(k.A,{width:14,height:14})),o&&!T&&(G=(0,I.jsx)(d,{width:14,height:14})),o&&T&&(G=(0,I.jsx)(h,{width:14,height:14})),(0,I.jsxs)(B,{"aria-label":U,className:s()("googlesitekit-cta-link",u,{"googlesitekit-cta-link--secondary":n,"googlesitekit-cta-link--inverse":T,"googlesitekit-cta-link--small":w,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":C,"googlesitekit-cta-link--link-button":D,"googlesitekit-cta-link--no-flex":!!M}),disabled:m,href:P!==j&&P!==x||m?void 0:S,onClick:E,rel:P===x?"noopener noreferrer":void 0,ref:t,target:P===x?"_blank":void 0,to:O,...z,children:[!!H&&(0,I.jsx)(b.A,{marginRight:5,children:H}),(0,I.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!G&&(0,I.jsx)(b.A,{marginLeft:5,children:G})]})});S.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const T=S},21134:(e,t,i)=>{i.d(t,{Gq:()=>u,IL:()=>h,LD:()=>p,SO:()=>d,a2:()=>o,xD:()=>m});var n=i(12850);const o="googlesitekit_",s=`${o}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function g(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function u(e){const t=await g();if(t){const i=t.getItem(`${s}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:n,value:o,isError:s}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:o,isError:s}}}return{cacheHit:!1,value:void 0}}async function d(e,t,{ttl:o=n.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await g();if(l)try{return l.setItem(`${s}${e}`,JSON.stringify({timestamp:r,ttl:o,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await g();if(t)try{const i=e.startsWith(o)?e:`${s}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await g();if(e)try{const t=[];for(let i=0;i<e.length;i++){const n=e.key(i);0===n.indexOf(o)&&t.push(n)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function h(){if(await g()){const e=await m();for(const t of e)await p(t);return!0}return!1}},22821:(e,t,i)=>{i.d(t,{A:()=>o});var n=i(24558);function o(e){return n.kz.includes(e)}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:n,padding:o,smallWidth:s,smallHeight:c,tabletWidth:g,tabletHeight:u,desktopWidth:d,desktopHeight:p}){const m=(0,a.dv)(),h={width:{[a.mp]:s,[a.Lg]:g,[a.Fo]:d,[a.Qb]:d},height:{[a.mp]:c,[a.Lg]:u,[a.Fo]:p,[a.Qb]:d}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":o}),style:{width:h.width[m]||t,height:h.height[m]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===n})})})}PreviewBlock.propTypes={className:o().string,width:o().string,height:o().string,shape:o().string,padding:o().bool,smallWidth:o().string,smallHeight:o().string,tabletWidth:o().string,tabletHeight:o().string,desktopWidth:o().string,desktopHeight:o().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>s,CZ:()=>g,Ej:()=>v,Gw:()=>x,Is:()=>r,KK:()=>d,Nn:()=>A,OT:()=>I,SH:()=>b,Y$:()=>p,ZS:()=>a,bg:()=>f,en:()=>N,ep:()=>h,f7:()=>o,hi:()=>m,jU:()=>n,k$:()=>y,kz:()=>j,ly:()=>l,mo:()=>_,s3:()=>k,uR:()=>c,zx:()=>u});const n="mainDashboard",o="entityDashboard",s="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",g="adminBar",u="adminBarViewOnly",d="settings",p="adBlockingRecovery",m="wpDashboard",h="wpDashboardViewOnly",f="moduleSetup",_="metricSelection",y="wpBlockEditor",k="keyMetricsSetup",b="key-metrics",I="traffic",N="content",v="speed",x="monetization",j=[n,o,s,r,a,c,d,f,_],A=[s,r,u,h]},24560:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 12"},e),n||(n=o.createElement("g",{fill:"currentColor",fillRule:"evenodd"},o.createElement("path",{d:"M0 6.414 1.415 5l5.292 5.292-1.414 1.415z"}),o.createElement("path",{d:"m14.146.146 1.415 1.414L5.414 11.707 4 10.292z"}))))},25874:(e,t,i)=>{i.d(t,{A:()=>f});var n=i(62688),o=i.n(n),s=i(47485),r=i(63696),a=i(82871),l=i(55527),c=i(4452),g=i.n(c),u=i(62540);const d=(0,r.forwardRef)(({children:e,href:t,text:i,className:n,danger:o,disabled:s,target:r,"aria-label":a,inverse:l,tertiary:c,callout:d,calloutStyle:p,...m},h)=>{const f=t&&!s?"a":"button";return(0,u.jsx)(f,{className:g()("mdc-button",n,{"mdc-button--raised":!i&&!c&&!d,"mdc-button--danger":o,"mdc-button--inverse":l,"mdc-button--tertiary":c,"mdc-button--callout":d,"mdc-button--callout-primary":d||"primary"===p,"mdc-button--callout-warning":"warning"===p,"mdc-button--callout-error":"error"===p}),href:s?void 0:t,ref:h,disabled:!!s,"aria-label":a,target:r||"_self",role:"a"===f?"button":void 0,...m,children:e})});d.propTypes={children:o().node,href:o().string,text:o().bool,className:o().string,danger:o().bool,disabled:o().bool,target:o().string,"aria-label":o().string,inverse:o().bool,tertiary:o().bool,callout:o().bool,calloutStyle:o().oneOf(["primary","warning","error"])};const p=d;var m=i(59020);function MaybeTooltip({children:e,disabled:t=!1,tooltip:i=!1,tooltipTitle:n=null,hasIconOnly:o=!1,tooltipEnterDelayInMS:s=100}){return!t&&(i&&n||o&&n)?(0,u.jsx)(m.A,{title:n,enterDelay:s,children:e}):e}MaybeTooltip.propTypes={children:o().node.isRequired,disabled:o().bool,tooltip:o().bool,tooltipTitle:o().oneOfType([o().string,o().element]),hasIconOnly:o().bool,tooltipEnterDelayInMS:o().number};const h=(0,r.forwardRef)(({children:e,href:t=null,text:i=!1,className:n="",danger:o=!1,disabled:c=!1,target:g,icon:d=null,trailingIcon:m=null,"aria-label":h,title:f=null,customizedTooltip:_=null,tooltip:y=!1,inverse:k=!1,hideTooltipTitle:b=!1,tooltipEnterDelayInMS:I=100,tertiary:N=!1,callout:v=!1,calloutStyle:x=null,...j},A)=>{const S=(0,r.useCallback)(e=>{null!==e&&l.Nv.attachTo(e)},[]),T=(0,s.A)(A,S);const M=b?null:f||_||h;return(0,u.jsx)(MaybeTooltip,{disabled:c,tooltip:y,tooltipTitle:M,hasIconOnly:!!d&&void 0===e,tooltipEnterDelayInMS:I,children:(0,u.jsxs)(p,{href:t,disabled:c,className:n,danger:o,text:i,tertiary:N,inverse:k,callout:v,calloutStyle:x,ref:T,"aria-label":function(){let t=h;if("_blank"!==g)return t;const i=(0,a._x)("(opens in a new tab)","screen reader text","google-site-kit");return"string"==typeof e&&(t=t||e),t?`${t} ${i}`:i}(),target:g||"_self",...j,children:[d,e&&(0,u.jsx)("span",{className:"mdc-button__label",children:e}),m]})})});h.propTypes={onClick:o().func,children:o().node,href:o().string,text:o().bool,className:o().string,danger:o().bool,disabled:o().bool,icon:o().element,trailingIcon:o().element,title:o().string,customizedTooltip:o().element,tooltip:o().bool,inverse:o().bool,hideTooltipTitle:o().bool,callout:o().bool,calloutStyle:o().oneOf(["primary","warning","error"])};const f=h},27333:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(35470),o=i(78340);function s(e,t){return(0,n.A)(i=>{const{getValue:n}=i(o.s);return n(e,t)},[e,t])}},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var n=i(62688),o=i.n(n),s=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,s.__)("Maybe later","google-site-kit"),onClick:i,disabled:n,tertiary:o=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:n,tertiary:o,children:t}):null}DismissButton.propTypes={className:o().string,label:o().string,onClick:o().func,disabled:o().bool,tertiary:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},29898:(e,t,i)=>{i.d(t,{A:()=>LoadingWrapper});var n=i(62688),o=i.n(n),s=i(23224),r=i(62540);function LoadingWrapper({loading:e,children:t,...i}){return e?(0,r.jsx)(s.A,{...i}):t}LoadingWrapper.propTypes={loading:o().bool,children:o().node,...s.A.propTypes}},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var n=i(62688),o=i.n(n),s=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,s.__)("Learn more","google-site-kit"),external:n=!0,onClick:o=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:o,external:n,children:i}):null}LearnMoreLink.propTypes={href:o().string.isRequired,className:o().string,label:o().string,external:o().bool,onClick:o().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>s,Lg:()=>r,Qb:()=>o,dv:()=>l,mp:()=>a});var n=i(15577);const o="xlarge",s="desktop",r="tablet",a="small";function l(){const e=(0,n.SO)();return e>1280?o:e>960?s:e>600?r:a}},35323:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(24558),o=i(77766);function s(){const e=(0,o.A)();return n.Nn.includes(e)}},37226:(e,t,i)=>{i.d(t,{U:()=>o,i:()=>n});const n="core/modules",o="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>h,ei:()=>_});var n=i(15844),o=i(36703),s=i(62688),r=i.n(s),a=i(82871),l=i(50539),c=i(7081),g=i(58116),u=i(89318),d=i(60592),p=i(77766),m=i(62540);const h={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},f={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},_={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},y={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:s,callback:r}){const a=`${t}-step`,k=`${t}-run`,{setValue:b}=(0,l.useDispatch)(c.n),{dismissTour:I}=(0,l.useDispatch)(g.oR),N=(0,l.useRegistry)(),v=(0,p.A)(),x=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),j=(0,l.useSelect)(e=>e(c.n).getValue(k)&&!1===e(g.oR).isTourDismissed(t));(0,n.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),b(k,!0)});const A=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(o.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:n,status:r,type:a}){const l=e+1,c="function"==typeof s?s(v):s;a===o.qY.TOOLTIP&&i===o.VD.TOOLTIP?(0,u.sx)(c,y.VIEW,l):t===o.kl.CLOSE&&i===o.VD.COMPLETE?(0,u.sx)(c,y.DISMISS,l):t===o.kl.NEXT&&r===o.XQ.FINISHED&&a===o.qY.TOUR_END&&n===l&&(0,u.sx)(c,y.COMPLETE,l),i===o.VD.COMPLETE&&r!==o.XQ.FINISHED&&(t===o.kl.PREV&&(0,u.sx)(c,y.PREV,l),t===o.kl.NEXT&&(0,u.sx)(c,y.NEXT,l))}(e);const{action:n,index:l,status:c,step:g,type:d}=e,p=n===o.kl.CLOSE,m=!p&&[o.qY.STEP_AFTER,o.qY.TARGET_NOT_FOUND].includes(d),h=[o.XQ.FINISHED,o.XQ.SKIPPED].includes(c),f=p&&d===o.qY.STEP_AFTER,_=h||f;if(o.qY.STEP_BEFORE===d){let e=g.target;"string"==typeof g.target&&(e=i.g.document.querySelector(g.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){b(a,e+(t===o.kl.PREV?-1:1))}(l,n):_&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),I(t)),r&&r(e,N)},floaterProps:_,locale:f,run:j,stepIndex:x,steps:A,styles:h,tooltipComponent:d.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:r().arrayOf(r().object).isRequired,tourID:r().string.isRequired,gaEventCategory:r().oneOfType([r().string,r().func]).isRequired,callback:r().func}},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},43569:(e,t,i)=>{i.d(t,{A:()=>Notification});var n=i(62688),o=i.n(n),s=i(63696),r=i(50539),a=i(7081),l=i(71423),c=i(89362);function g(e){return`notification/${e}/viewed`}function u(e){return(0,r.useSelect)(t=>!!t(a.n).getValue(g(e)),[e])}function ViewedStateObserver({id:e,observeRef:t,threshold:i}){const n=(0,c.A)(t,{threshold:i}),{setValue:o}=(0,r.useDispatch)(a.n),{markNotificationSeen:g}=(0,r.useDispatch)(l.D),d=!!n?.isIntersecting,p=u(e),m=(0,s.useRef)();function h(){m.current&&clearTimeout(m.current)}return(0,s.useEffect)(()=>(!p&&d?(h(),m.current=setTimeout(()=>{n?.isIntersecting&&(o(u.getKey(e),!0),g(e))},3e3)):!d&&m.current&&h(),()=>{h()}),[p,d,o,g,e,n]),null}u.getKey=g,ViewedStateObserver.propTypes={id:o().string,observeRef:o().object,threshold:o().number};var d=i(7070),p=i(62540);function Notification({id:e,className:t,gaTrackingEventArgs:i,children:n,onView:o}){const a=(0,s.useRef)(),c=u(e),g=(0,d.A)(e,i?.category,{viewAction:i?.viewAction}),[m,h]=(0,s.useState)(!1),f=(0,r.useSelect)(t=>t(l.D).getNotificationSeenDates(e)),{dismissNotification:_}=(0,r.useDispatch)(l.D);return(0,s.useEffect)(()=>{!m&&c&&(g.view(i?.label,i?.value),o?.(),h(!0)),f?.length>=3&&_(e,{skipHidingFromQueue:!0})},[c,g,m,i,o,f,_,e]),(0,p.jsxs)("section",{id:e,ref:a,className:t,children:[n,!c&&(0,p.jsx)(ViewedStateObserver,{id:e,observeRef:a,threshold:.5})]})}Notification.propTypes={id:o().string,className:o().string,gaTrackingEventArgs:o().shape({category:o().string,viewAction:o().string,label:o().string,value:o().string}),children:o().node,onView:o().func}},44949:(e,t,i)=>{i.r(t),i.d(t,{CONTEXT_ENTITY_DASHBOARD_CONTENT:()=>c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:()=>u,CONTEXT_ENTITY_DASHBOARD_SPEED:()=>g,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:()=>l,CONTEXT_MAIN_DASHBOARD_CONTENT:()=>s,CONTEXT_MAIN_DASHBOARD_KEY_METRICS:()=>n,CONTEXT_MAIN_DASHBOARD_MONETIZATION:()=>a,CONTEXT_MAIN_DASHBOARD_SPEED:()=>r,CONTEXT_MAIN_DASHBOARD_TRAFFIC:()=>o,default:()=>d});const n="mainDashboardKeyMetrics",o="mainDashboardTraffic",s="mainDashboardContent",r="mainDashboardSpeed",a="mainDashboardMonetization",l="entityDashboardTraffic",c="entityDashboardContent",g="entityDashboardSpeed",u="entityDashboardMonetization",d={CONTEXT_MAIN_DASHBOARD_KEY_METRICS:n,CONTEXT_MAIN_DASHBOARD_TRAFFIC:o,CONTEXT_MAIN_DASHBOARD_CONTENT:s,CONTEXT_MAIN_DASHBOARD_SPEED:r,CONTEXT_MAIN_DASHBOARD_MONETIZATION:a,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:l,CONTEXT_ENTITY_DASHBOARD_CONTENT:c,CONTEXT_ENTITY_DASHBOARD_SPEED:g,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:u}},45472:(e,t,i)=>{i.d(t,{M:()=>n});const n="core/location"},47121:(e,t,i)=>{i.d(t,{$C:()=>S,RF:()=>A,WI:()=>x,_5:()=>I,jU:()=>b,o3:()=>k,x0:()=>v});var n=i(32091),o=i.n(n),s=i(50532),r=i.n(s),a=i(17243),l=i(78913);const c="GET_REGISTRY",g="AWAIT";function u(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=N(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return o()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const d=u,p=u;function m(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,n={})=>t.reduce((e,t)=>t(e,n),e)}const h=u,f=u,_=u;function y(e){return e}function k(...e){const t=_(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:d(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||y)),resolvers:h(...e.map(e=>e.resolvers||{})),selectors:f(...e.map(e=>e.selectors||{}))}}const b={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:g}}},I={[c]:(0,l.b)(e=>()=>e),[g]:({payload:e})=>e.value};function N(e){const t=[],i={};for(let n=0;n<e.length;n++){const o=e[n];i[o]=i[o]>=1?i[o]+1:1,i[o]>1&&t.push(o)}return t}const v={actions:b,controls:I,reducer:y};function x(e){return t=>j(e(t))}const j=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const n=e(...i);return o()(void 0!==n,`${t}(...) is not resolved`),n}));function A(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(n,...o)=>{const s=!t,r=!!t;try{return e(i,n,...o),s}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...n)=>{e(t,i,...n)})}}function S(e,t){return o()("function"==typeof e,"a validator function is required."),o()("function"==typeof t,"an action creator function is required."),o()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>n});const n={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var n=i(18117),o=i(17243),s=i(63696);function r(...e){const t=(0,n.MA)(()=>(0,o.debounce)(...e),e);return(0,s.useEffect)(()=>()=>t.cancel(),[t]),t}},51886:(e,t,i)=>{i.d(t,{A:()=>UserInputQuestionAuthor});var n=i(62688),o=i.n(n),s=i(82871),r=i(50539),a=i(58116),l=i(59323),c=i(62540);function UserInputQuestionAuthor({slug:e}){const t=(0,r.useSelect)(t=>t(a.oR).getUserInputSettingAuthor(e));return t&&t.photo&&t.login?(0,c.jsxs)("div",{className:"googlesitekit-user-input__author",children:[(0,c.jsx)(l.A,{children:(0,s.__)("This question has been answered by:","google-site-kit")}),(0,c.jsxs)("div",{className:"googlesitekit-user-input__author-info",children:[(0,c.jsx)("img",{alt:t.login,src:t.photo}),t.login]})]}):null}UserInputQuestionAuthor.propTypes={slug:o().string.isRequired}},53045:(e,t,i)=>{i.d(t,{A:()=>UserInputQuestionNotice});var n=i(4452),o=i.n(n),s=i(82871),r=i(62540);function UserInputQuestionNotice({className:e}){return(0,r.jsx)("p",{className:o()(e,"googlesitekit-user-input__question-notice"),children:(0,s.__)("You can always edit your answers later in Settings","google-site-kit")})}},53137:(e,t,i)=>{i.d(t,{FQ:()=>s,He:()=>a,bI:()=>r,rq:()=>o,ui:()=>n});const n="warning-notification-gtg",o="gtg-setup-cta",s={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54312:(e,t,i)=>{i.d(t,{A:()=>GenericErrorHandlerActions});var n=i(62688),o=i.n(n),s=i(82871),r=i(20898),a=i(38021),l=i.n(a),c=i(63696),g=i(12417),u=i(1027),d=i(65123),p=i(49383),m=i(62540);function ReportErrorButton({message:e,componentStack:t}){const[i,n]=(0,c.useState)(!1);return(0,m.jsx)(p.Button,{"aria-label":i?(0,s.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),n(!0)},trailingIcon:(0,m.jsx)(g.A,{className:"mdc-button__icon",icon:i?u.A:d.A}),children:i?(0,s.__)("Copied to clipboard","google-site-kit"):(0,s.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:o().string,componentStack:o().string};const h=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,m.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,m.jsx)(h,{message:e,componentStack:t}),(0,m.jsx)(r.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,s.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:o().string,componentStack:o().string}},55527:(e,t,i)=>{i.d(t,{$z:()=>o.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>n.N,P3:()=>r.P,Si:()=>s.S,fI:()=>g.fI,fh:()=>g.fh,lG:()=>c.a,xA:()=>g.xA});var n=i(91046),o=i(3412),s=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),g=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>p,BT:()=>D,CQ:()=>A,DF:()=>V,GM:()=>j,GT:()=>y,HA:()=>z,HD:()=>d,HP:()=>C,J5:()=>B,JF:()=>T,JK:()=>f,Ml:()=>h,SS:()=>O,UF:()=>g,UY:()=>W,Vl:()=>R,W6:()=>Z,Xq:()=>S,YQ:()=>M,Yw:()=>G,dV:()=>w,dX:()=>x,ej:()=>c,em:()=>s,ep:()=>N,fu:()=>b,gC:()=>k,hz:()=>m,jx:()=>u,lV:()=>l,nH:()=>P,oR:()=>n,od:()=>a,p3:()=>_,pG:()=>v,qv:()=>o,qy:()=>E,t1:()=>Y,t7:()=>H,tB:()=>I,tK:()=>U,u_:()=>L});const n="core/user",o="connected_url_mismatch",s="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",g="googlesitekit_setup",u="googlesitekit_view_dashboard",d="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",h="googlesitekit_delegate_module_sharing_management",f="googlesitekit_update_plugins",_="kmAnalyticsAdSenseTopEarningContent",y="kmAnalyticsEngagedTrafficSource",k="kmAnalyticsLeastEngagingPages",b="kmAnalyticsNewVisitors",I="kmAnalyticsPopularAuthors",N="kmAnalyticsPopularContent",v="kmAnalyticsPopularProducts",x="kmAnalyticsReturningVisitors",j="kmAnalyticsTopCities",A="kmAnalyticsTopCitiesDrivingLeads",S="kmAnalyticsTopCitiesDrivingAddToCart",T="kmAnalyticsTopCitiesDrivingPurchases",M="kmAnalyticsTopDeviceDrivingPurchases",E="kmAnalyticsTopConvertingTrafficSource",w="kmAnalyticsTopCountries",C="kmAnalyticsTopPagesDrivingLeads",D="kmAnalyticsTopRecentTrendingPages",O="kmAnalyticsTopTrafficSource",R="kmAnalyticsTopTrafficSourceDrivingAddToCart",L="kmAnalyticsTopTrafficSourceDrivingLeads",z="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",B="kmAnalyticsVisitLength",U="kmAnalyticsTopReturningVisitorPages",H="kmSearchConsolePopularKeywords",G="kmAnalyticsVisitsPerVisitor",W="kmAnalyticsMostEngagingPages",Y="kmAnalyticsTopCategories",Z=[_,y,k,b,I,N,v,x,Y,j,A,S,T,M,E,w,D,O,R,P,B,U,G,W,Y],V=[...Z,H]},59020:(e,t,i)=>{i.d(t,{A:()=>Tooltip});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(90295),l=i(63696),c=i(62540);function Tooltip({children:e,popperClassName:t,tooltipClassName:i,onOpen:n,onClose:o,...s}){const g=(0,l.useRef)(!1),u=n?()=>{g.current||(g.current=!0,n?.())}:void 0,d=n?()=>{g.current=!1,o?.()}:o;return(0,c.jsx)(a.Ay,{classes:{popper:r()("googlesitekit-tooltip-popper",t),tooltip:r()("googlesitekit-tooltip",i)},onOpen:u,onClose:d,...s,arrow:!0,children:e})}Tooltip.propTypes={children:o().node,popperClassName:o().string,tooltipClassName:o().string,onOpen:o().func,onClose:o().func}},59323:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),o=i.n(n),s=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...n}){const o=(0,s.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(o===s.mp?a.Kk:a.Yw),...n,children:i})}c.propTypes={type:o().oneOf(a.tT),size:o().oneOf(a.oJ)}},60460:(e,t,i)=>{i.d(t,{Ax:()=>c,B$:()=>_,Dc:()=>f,Fy:()=>h,KM:()=>a,Tk:()=>u,W:()=>l,a3:()=>s,aq:()=>r,b6:()=>g,cz:()=>p,oG:()=>m,we:()=>d});var n=i(82871),o=i(72455);const s="purpose",r="postFrequency",a="goals",l=[s,r,a],c={[s]:1,[r]:1,[a]:3},g="googlesitekit-user-input-currently-editing",u="user_input_question_number",d="user_input_question_snapshot",p="user-input-legacy-site-purpose-dismissed-item",m={publish_blog:[o.nc.CONTACT,o.nc.GENERATE_LEAD,o.nc.SUBMIT_LEAD_FORM],publish_news:[o.nc.CONTACT,o.nc.GENERATE_LEAD,o.nc.SUBMIT_LEAD_FORM],monetize_content:[],sell_products_or_service:[o.nc.PURCHASE,o.nc.ADD_TO_CART],sell_products:[o.nc.PURCHASE,o.nc.ADD_TO_CART],provide_services:[o.nc.CONTACT,o.nc.GENERATE_LEAD,o.nc.SUBMIT_LEAD_FORM],share_portfolio:[o.nc.CONTACT,o.nc.GENERATE_LEAD,o.nc.SUBMIT_LEAD_FORM],other:[]};function h(){const e=(0,n.__)("Based on your answer, Site Kit will suggest the metrics you see on your dashboard to help you track how close you’re getting to your specific goals","google-site-kit");return[{title:(0,n.__)("What is the main purpose of this site?","google-site-kit"),description:e},{title:(0,n.__)("How often do you create new content for this site?","google-site-kit"),description:e},{title:(0,n.__)("What are your top 3 goals for this site?","google-site-kit"),description:e}]}function f(){return{USER_INPUT_ANSWERS_PURPOSE:{sell_products_or_service:(0,n.__)("Sell products or services","google-site-kit"),sell_products:(0,n.__)("Sell products","google-site-kit"),provide_services:(0,n.__)("Provide services","google-site-kit"),monetize_content:(0,n.__)("Monetize content","google-site-kit"),publish_blog:(0,n.__)("Publish a blog","google-site-kit"),publish_news:(0,n.__)("Publish news content","google-site-kit"),share_portfolio:(0,n.__)("Portfolio or business card","google-site-kit"),other:(0,n.__)("Other","google-site-kit")},USER_INPUT_ANSWERS_POST_FREQUENCY:{never:(0,n.__)("Never","google-site-kit"),daily:(0,n.__)("Daily","google-site-kit"),weekly:(0,n.__)("Weekly","google-site-kit"),monthly:(0,n.__)("Monthly","google-site-kit"),other:(0,n.__)("Other","google-site-kit")},USER_INPUT_ANSWERS_GOALS:{retaining_visitors:(0,n.__)("Retain visitors, turn them into loyal readers or customers","google-site-kit"),improving_performance:(0,n.__)("Improve speed and performance","google-site-kit"),finding_new_topics:(0,n.__)("Find new topics to write about that connect with my audience","google-site-kit"),growing_audience:(0,n.__)("Grow my audience","google-site-kit"),expanding_business:(0,n.__)("Expand my business into new cities, states or markets","google-site-kit"),generating_revenue:(0,n.__)("Generate more revenue","google-site-kit"),generating_leads:(0,n.__)("Generate leads","google-site-kit"),help_better_rank:(0,n.__)("Help my content rank in a better position in Google search results","google-site-kit"),understanding_content_performance:(0,n.__)("Understand which content is performing best","google-site-kit"),encourage_to_post:(0,n.__)("Encouragement to post more frequently","google-site-kit"),other:(0,n.__)("Other","google-site-kit")}}}function _(){return{USER_INPUT_ANSWERS_PURPOSE:{sell_products_or_service:(0,n.__)("E.g. selling products like devices, apparel, equipment, etc. or offering services like courses, consulting, tutoring, etc.","google-site-kit"),sell_products:(0,n.__)("E.g. selling devices, apparel, equipment, etc.","google-site-kit"),provide_services:(0,n.__)("E.g. offering courses, consulting, tutoring, etc.","google-site-kit"),monetize_content:(0,n.__)("Using display ads, affiliate links, sponsored content, etc.","google-site-kit"),publish_blog:(0,n.__)("Writing on a topic you’re passionate about, no focus on monetizing content","google-site-kit"),publish_news:(0,n.__)("E.g. local news, investigative pieces, interviews, etc.","google-site-kit"),share_portfolio:(0,n.__)("My website represents me or my company","google-site-kit"),other:void 0}}}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var n=i(28056),o=i.n(n),s=i(4452),r=i.n(s),a=i(62688),l=i.n(a),c=i(82871),g=i(49383);var u=i(72545),d=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:s,size:a,step:l,tooltipProps:m}){const h=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function f(e){return r()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:r()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(o(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(d.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(n.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:h.map(e=>(0,p.jsx)("li",{className:f(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,s.title&&(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-button",text:!0,...s,children:s.title})]})]}),(0,p.jsx)(g.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(u.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>s});const n=(0,i(63696).createContext)(""),{Consumer:o,Provider:s}=n,r=n},64067:(e,t,i)=>{i.d(t,{P9:()=>_,k:()=>m,mR:()=>f});var n=i(32091),o=i.n(n),s=i(17243),r=i(50539),a=i.n(r),l=i(21134),c=i(12850);const g="CREATE_SNAPSHOT",u="DELETE_SNAPSHOT",d="RESTORE_SNAPSHOT",p="SET_STATE_FROM_SNAPSHOT";function m(e,{keysToSnapshot:t}={}){o()(e,"storeName is required to create a snapshot store.");const i={},n={*deleteSnapshot(){return yield{payload:{},type:u}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:i,value:n}=yield{payload:{},type:d};return i&&(yield{payload:{snapshot:n},type:p},t&&(yield{payload:{},type:u})),i},*createSnapshot(){return yield{payload:{},type:g}}},a={[u]:()=>(0,l.LD)(`datastore::cache::${e}`),[g]:(0,r.createRegistryControl)(i=>()=>{const n=i.stores[e].store.getState(),o=t?.length>0?(0,s.pick)(n,t):n;return(0,l.SO)(`datastore::cache::${e}`,o)}),[d]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:i,actions:n,controls:a,reducer:function(e=i,{type:n,payload:o}){if(n===p){const{snapshot:i}=o,{error:n,...s}=i;return t?.length>0?{...e,...s}:s}return e}}}function h(e=a()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function f(e=a()){return Promise.all(h(e).map(e=>e.getActions().createSnapshot()))}function _(e=a()){return Promise.all(h(e).map(e=>e.getActions().restoreSnapshot()))}},64078:(e,t,i)=>{i.d(t,{A:()=>o,j:()=>s});var n=i(82871);function o(e){return 0===e.length}function s(e,t=1){return 0===e.length?1===t?(0,n.__)("Please select an answer","google-site-kit"):(0,n.__)("Please select at least 1 answer","google-site-kit"):null}},65214:(e,t,i)=>{i.d(t,{G:()=>o,t:()=>n});const n=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=n){return t instanceof Set&&t.has(e)}},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>u,SG:()=>g,db:()=>o,e4:()=>p,vl:()=>d});i(17243);var n=i(82871);const o="missing_required_scopes",s="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===o}function g(e){return[s,r].includes(e?.data?.reason)}function u(e){return!!e?.data?.reconnectURL}function d(e,t){return!(!t?.storeName||g(e)||c(e)||u(e))}function p(e){return e?.code===a?(0,n.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,n.__)("The server provided an invalid response","google-site-kit"):e?.message}},68869:(e,t,i)=>{i.d(t,{Ay:()=>r});var n=i(6732);const{Consumer:o,Provider:s}=n.A,r=s},71423:(e,t,i)=>{i.d(t,{$:()=>s,D:()=>o});var n=i(24558);const o="core/notifications",s=[n.uR,n.jU,n.f7,n.Ax,n.Is]},72455:(e,t,i)=>{i.d(t,{CV:()=>S,Cu:()=>N,K9:()=>n,Kr:()=>h,Lf:()=>p,Oh:()=>r,PW:()=>A,Rx:()=>C,S9:()=>f,TQ:()=>u,Vt:()=>E,Wl:()=>b,ZC:()=>o,ZY:()=>a,_p:()=>w,ag:()=>m,aj:()=>d,bz:()=>T,dq:()=>M,f2:()=>c,fB:()=>j,fV:()=>x,iB:()=>g,kc:()=>l,mo:()=>y,nc:()=>v,rm:()=>I,to:()=>s,wo:()=>_,yn:()=>k});const n="modules/analytics-4",o="account_create",s="property_create",r="webdatastream_create",a="analyticsSetup",l=10,c=1,g="https://www.googleapis.com/auth/tagmanager.readonly",u="enhanced-measurement-form",d="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",m="analyticsAccountCreate",h="analyticsCustomDimensionsCreate",f="https://www.googleapis.com/auth/analytics.edit",_="dashboardAllTrafficWidgetDimensionName",y="dashboardAllTrafficWidgetDimensionColor",k="dashboardAllTrafficWidgetDimensionValue",b="dashboardAllTrafficWidgetActiveRowIndex",I="dashboardAllTrafficWidgetLoaded",N={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},v={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},x=[v.CONTACT,v.GENERATE_LEAD,v.SUBMIT_LEAD_FORM],j={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},A="audiencePermissionsSetup",S="audienceTileCustomDimensionCreate",T="audience-selection-panel-expirable-new-badge-",M="audience",E="customDimension",w="property",C=[M,E,w]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73589:(e,t,i)=>{i.d(t,{CX:()=>o,Py:()=>r,SM:()=>n,kj:()=>s});const n="adsense-connect-cta",o="adsense-connect-cta-tooltip-state",s="adsense-ga4-top-earnings-notice",r="adsense"},73874:(e,t,i)=>{i.d(t,{Ay:()=>a,Oo:()=>s,oE:()=>r});var n=i(24558),o=i(77766);const s=n.jU,r=n.f7;function a(){const e=(0,o.A)();return e===n.jU||e===n.Ax?s:e===n.f7||e===n.Is?r:null}},74595:(e,t,i)=>{i.d(t,{wA:()=>a.A,ws:()=>d.w,WM:()=>r.A});var n=i(29725),o=i(56805),s=i(78913),r=i(35470),a=i(63737),l=i(44319),c=i(31170),g=i(30043),u=i(66293),d=i(1102),p=i(47121),m=i(97241);const h=(0,n.I)({},i.g.wp?.data);h.combineStores=p.o3,h.commonActions=p.jU,h.commonControls=p._5,h.commonStore=p.x0,h.createReducer=function(e){return(0,m.Ay)(e)},h.useInViewSelect=d.w,h.controls=o.n,h.createRegistryControl=s.b,h.createRegistrySelector=s.N,h.useSelect=r.A,h.useDispatch=a.A,h.useRegistry=l.A,h.withSelect=c.A,h.withDispatch=g.A,h.RegistryProvider=u.Ay;const f=h;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=f},74995:(e,t,i)=>{i.d(t,{A:()=>Notifications});var n=i(62688),o=i.n(n),s=i(50539),r=i(77766),a=i(71423),l=i(53137),c=i(50532),g=i.n(c),u=i(43569),d=i(62540);const p=g()(e=>({id:e,Notification:m(e)(u.A)}));function m(e){return t=>{function WithNotificationID(i){return(0,d.jsx)(t,{...i,id:e})}return WithNotificationID.displayName="WithNotificationID",(t.displayName||t.name)&&(WithNotificationID.displayName+=`(${t.displayName||t.name})`),WithNotificationID}}function Notifications({areaSlug:e,groupID:t=l.He.DEFAULT}){const i=(0,r.A)(),n=(0,s.useSelect)(e=>e(a.D).getQueuedNotifications(i,t));if(void 0===n?.[0]||n?.[0]?.areaSlug!==e)return null;const{id:o,Component:c}=n[0],g={...p(o)};return(0,d.jsx)(c,{...g})}Notifications.propTypes={viewContext:o().string,areaSlug:o().string}},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>d,fI:()=>g});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:n,alignBottom:o,alignRight:s,alignLeft:l,smAlignRight:c,mdAlignRight:g,lgAlignRight:u,smSize:d,smStart:p,smOrder:m,mdSize:h,mdStart:f,mdOrder:_,lgSize:y,lgStart:k,lgOrder:b,size:I,children:N,...v}=e;return(0,a.jsx)("div",{...v,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":n,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":s,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":g,"mdc-layout-grid__cell--align-right-desktop":u,[`mdc-layout-grid__cell--span-${I}`]:12>=I&&I>0,[`mdc-layout-grid__cell--span-${y}-desktop`]:12>=y&&y>0,[`mdc-layout-grid__cell--start-${k}-desktop`]:12>=k&&k>0,[`mdc-layout-grid__cell--order-${b}-desktop`]:12>=b&&b>0,[`mdc-layout-grid__cell--span-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--start-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--order-${_}-tablet`]:8>=_&&_>0,[`mdc-layout-grid__cell--span-${d}-phone`]:4>=d&&d>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:N})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},n)=>(0,a.jsx)("div",{ref:n,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const g=c,u=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:n,collapsed:o,...s},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":t}),...s,ref:l,children:n}));u.displayName="Grid",u.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},u.defaultProps={className:""};const d=u},77513:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(90007),r=i(12850),a=i(62540);function NotificationFromServer({id:e,titleIcon:t,title:i,content:n,ctaLabel:o,ctaTarget:l,ctaURL:c,dismissible:g,dismissLabel:u,learnMoreLabel:d,learnMoreURL:p,onCTAClick:m,onDismissClick:h,gaTrackingEventArgs:f}){const _={expiresInSeconds:r.Jg};return(0,a.jsx)(s.A,{notificationID:e,type:s.Q.WARNING,titleIcon:t||void 0,title:i,description:n,learnMoreLink:p?{label:d,href:p}:void 0,ctaButton:{label:o,href:c,target:l,onClick:m,dismissOptions:_},dismissButton:g?{label:u,onClick:h,dismissOptions:_}:void 0,gaTrackingEventArgs:f})}NotificationFromServer.propTypes={id:o().string.isRequired,title:o().string.isRequired,content:o().node,ctaLabel:o().string,ctaTarget:o().string,ctaURL:o().string,dismissible:o().bool,dismissLabel:o().string,learnMoreLabel:o().string,learnMoreURL:o().string,onCTAClick:o().func,onDismissClick:o().func,gaTrackingEventArgs:o().object};const l=NotificationFromServer},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),o=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,n.useContext)(o.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var n=i(62688),o=i.n(n),s=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),g=i(80035),u=i(12850),d=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:n,message:o=t.message,noPrefix:p=!1,skipRetryMessage:m,hideIcon:h=!1}){const f=(0,l.useDispatch)(),_=(0,l.useSelect)(e=>n?e(n).getSelectorDataForError(t):null),y=(0,s.useCallback)(()=>{f(_.storeName).invalidateResolution(_.name,_.args)},[f,_]);if(!o||(0,c.G)(t))return null;const k=i&&(0,c.vl)(t,_);let b=o;i||m||(b=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),b)),p||(b=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),b));const I=t?.data?.reconnectURL;I&&(0,a.m)(I)&&(b=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),b,I));return(0,d.jsx)(g.A,{className:e,type:g.A.TYPES.ERROR,description:(0,d.jsx)("span",{dangerouslySetInnerHTML:(0,u.p9)(b,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:k?{label:(0,r.__)("Retry","google-site-kit"),onClick:y}:void 0,hideIcon:h})}ErrorNotice.propTypes={className:o().string,error:o().shape({message:o().string}),hasButton:o().bool,storeName:o().string,message:o().string,noPrefix:o().bool,skipRetryMessage:o().bool,hideIcon:o().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>n});const n="core/forms"},79829:(e,t,i)=>{i.d(t,{Eo:()=>u,JK:()=>h,K5:()=>m,jq:()=>p,mK:()=>g});var n=i(17243),o=i(50532),s=i.n(o),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:n}=function(e,t={}){const{hours:i,minutes:n,seconds:o}=l(e);return{hours:i,minutes:n,seconds:o,formatUnit(){const{unitDisplay:s="short",...a}=t,l={unitDisplay:s,...a,style:"unit"};return 0===e?p(o,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?p(o,{...l,unit:"second"}):"",n?p(n,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),o);if(0===e)return t;const s=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),n),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",n?s:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return n()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function g(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function u(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=g(t),{style:o="metric"}=i;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?a(e,i):"durationISO"===o?function(e){let{hours:t,minutes:i,seconds:n}=l(e);return n=("0"+n).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${n}`:`${t}:${i}:${n}`}(e):p(e,i)}const d=s()(console.warn);function p(e,t={}){const{locale:i=h(),...n}=t;try{return new Intl.NumberFormat(i,n).format(e)}catch(t){d(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},s=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(n))o[e]&&t===o[e]||s.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=h(),style:n="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:n,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const s=(0,r.__)(", ","google-site-kit");return e.join(s)}function h(e=i.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>k});var n,o=i(62688),s=i.n(o),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},g.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var u=i(42343),d=i(49655),p=i(62540);const m={[d.Q.NEW]:u.A,[d.Q.SUCCESS]:c.A,[d.Q.INFO]:warning_notice,[d.Q.WARNING]:warning_notice,[d.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:s().oneOf(Object.values(d.Q))},Title.propTypes={className:s().string,children:s().node},Description.propTypes={className:s().string,children:s().node};var h=i(49383),f=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:n,href:o,external:s,hideExternalIndicator:r}){let a;return s&&!r&&(a=(0,p.jsx)(f.A,{width:14,height:14})),(0,p.jsx)(h.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:n,href:o,target:s?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:s().string.isRequired,disabled:s().bool,inProgress:s().bool,onClick:s().func,href:s().string,external:s().bool,hideExternalIndicator:s().bool};var _=i(82871);function DismissButton({label:e=(0,_.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(h.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:s().string,onClick:s().func.isRequired,disabled:s().bool};const y=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:n,ctaButton:o,type:s=d.Q.INFO,children:r,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${s}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:s})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(n?.label||n?.onClick||o?.label&&(o?.onClick||o?.href)||r)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(n?.label||n?.onClick)&&(0,p.jsx)(DismissButton,{label:n.label,onClick:n.onClick,disabled:n.disabled}),o?.label&&(o?.onClick||o?.href)&&(0,p.jsx)(CTAButton,{label:o.label,onClick:o.onClick,inProgress:o.inProgress,disabled:o.disabled,href:o.href,external:o.external,hideExternalIndicator:o.hideExternalIndicator})]})]}));y.TYPES=d.Q,y.propTypes={className:s().string,title:s().oneOfType([s().string,s().object]),description:s().node,type:s().oneOf(Object.values(d.Q)),dismissButton:s().shape(DismissButton.propTypes),ctaButton:s().shape({...CTAButton.propTypes,label:s().string}),children:s().node,hideIcon:s().bool};const k=y},82046:(e,t,i)=>{i.d(t,{C:()=>s,p:()=>o});var n=i(15210);function o(e,t={}){return{__html:n.O.sanitize(e,t)}}function s(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82167:(e,t,i)=>{i.d(t,{A:()=>OptIn});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(63696),l=i(13606),c=i(82871),g=i(50539),u=i(49383),d=i(58116),p=i(89318),m=i(20898),h=i(77766),f=i(50787),_=i(62540);function OptIn({id:e="googlesitekit-opt-in",name:t="optIn",className:i,trackEventCategory:n,alignLeftCheckbox:o=!1}){const[s,y]=(0,a.useState)(),k=(0,g.useSelect)(e=>e(d.oR).isTrackingEnabled()),b=(0,g.useSelect)(e=>e(d.oR).getErrorForAction("setTrackingEnabled",[!k])),{setTrackingEnabled:I}=(0,g.useDispatch)(d.oR),N=(0,h.A)(),v=(0,a.useCallback)(async e=>{const{response:t,error:i}=await I(e);i?y(k):((0,p.M9)(t.enabled),t.enabled&&(0,p.sx)(n||N,"tracking_optin"))},[k,I,n,N]);(0,a.useEffect)(()=>{void 0!==k&&void 0===s&&y(k)},[k,s]);const x=(0,f.d)(v,300),j=(0,a.useCallback)(e=>{const t=e.target.checked;y(t),x(t)},[x]);return(0,_.jsxs)("div",{className:r()("googlesitekit-opt-in",i),children:[(0,_.jsx)(u.Checkbox,{id:e,name:t,value:"1",checked:s,onChange:j,loading:void 0===k,alignLeft:o,children:(0,l.A)((0,c.__)("<span>Help us improve Site Kit by sharing anonymous usage data.</span> <span>All collected data is treated in accordance with the <a>Google Privacy Policy.</a></span>","google-site-kit"),{a:(0,_.jsx)(m.A,{href:"https://policies.google.com/privacy",external:!0},"link"),span:(0,_.jsx)("span",{})})}),b?.message&&(0,_.jsx)("div",{className:"googlesitekit-error-text",children:b?.message})]})}OptIn.propTypes={id:o().string,name:o().string,className:o().string,trackEventCategory:o().string,alignLeftCheckbox:o().bool}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var n=i(62688),o=i.n(n),s=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,s.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:o().node.isRequired,marginLeft:o().number,marginRight:o().number}},84826:(e,t,i)=>{i.d(t,{A:()=>HelpMenu});var n,o=i(62688),s=i.n(o),r=i(21795),a=i(63696),l=i(19266),c=i(82871),g=i(50539),u=i(49383);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},d.apply(null,arguments)}const p=e=>a.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),n||(n=a.createElement("path",{fill:"currentColor",d:"M9 16h2v-2H9zm1-16C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14C7.79 4 6 5.79 6 8h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"})));var m=i(99235),h=i(12850),f=i(20898),_=i(77766),y=i(62540);function HelpMenuLink({children:e,href:t,gaEventLabel:i}){const n=(0,_.A)(),o=(0,a.useCallback)(async()=>{i&&await(0,h.sx)(`${n}_headerbar_helpmenu`,"click_outgoing_link",i)},[i,n]);return(0,y.jsx)("li",{className:"googlesitekit-help-menu-link mdc-list-item",role:"none",children:(0,y.jsx)(f.A,{className:"mdc-list-item__text",href:t,role:"menuitem",onClick:o,external:!0,hideExternalIndicator:!0,children:e})})}HelpMenuLink.propTypes={children:s().node.isRequired,href:s().string.isRequired,gaEventLabel:s().string};const k=HelpMenuLink;var b=i(37226),I=i(93896),N=i(73589);function HelpMenu({children:e}){const[t,i]=(0,a.useState)(!1),n=(0,a.useRef)(),o=(0,_.A)();(0,r.A)(n,()=>i(!1)),(0,m.l)([l._f,l.wn],n,()=>i(!1));const s=(0,g.useSelect)(e=>e(b.i).isModuleActive(N.Py)),d=(0,a.useCallback)(()=>{t||(0,h.sx)(`${o}_headerbar`,"open_helpmenu"),i(!t)},[t,o]),f=(0,a.useCallback)(()=>{i(!1)},[]),v=(0,g.useSelect)(e=>e(I.O4).getDocumentationLinkURL("fix-common-issues"));return(0,y.jsxs)("div",{ref:n,className:"googlesitekit-dropdown-menu googlesitekit-dropdown-menu__icon-menu mdc-menu-surface--anchor",children:[(0,y.jsx)(u.Button,{"aria-controls":"googlesitekit-help-menu","aria-expanded":t,"aria-label":(0,c.__)("Help","google-site-kit"),"aria-haspopup":"menu",className:"googlesitekit-header__dropdown googlesitekit-border-radius-round googlesitekit-button-icon googlesitekit-help-menu__button mdc-button--dropdown",icon:(0,y.jsx)(p,{width:"20",height:"20"}),onClick:d,tooltipEnterDelayInMS:500,text:!0}),(0,y.jsxs)(u.Menu,{className:"googlesitekit-width-auto",menuOpen:t,id:"googlesitekit-help-menu",onSelected:f,children:[e,(0,y.jsx)(k,{gaEventLabel:"fix_common_issues",href:v,children:(0,c.__)("Fix common issues","google-site-kit")}),(0,y.jsx)(k,{gaEventLabel:"documentation",href:"https://sitekit.withgoogle.com/documentation/",children:(0,c.__)("Read help docs","google-site-kit")}),(0,y.jsx)(k,{gaEventLabel:"support_forum",href:"https://wordpress.org/support/plugin/google-site-kit/",children:(0,c.__)("Get support","google-site-kit")}),s&&(0,y.jsx)(k,{gaEventLabel:"adsense_help",href:"https://support.google.com/adsense/",children:(0,c.__)("Get help with AdSense","google-site-kit")})]})]})}HelpMenu.propTypes={children:s().node}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o,s=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),o||(o=s.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},86134:(e,t,i)=>{i.d(t,{N$:()=>o,aO:()=>s,qB:()=>n});const n={BOXES:"boxes",COMPOSITE:"composite"},o={QUARTER:"quarter",HALF:"half",FULL:"full"},s="core/widgets"},88933:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 43 44"},e),n||(n=o.createElement("g",{fill:"none",fillRule:"evenodd"},o.createElement("path",{fill:"#FBBC05",d:"m2.253 12.252 7.399 5.658A13 13 0 0 0 9 22c0 1.43.229 2.805.652 4.09l-7.4 5.658A22 22 0 0 1 0 22c0-3.506.81-6.814 2.253-9.748"}),o.createElement("path",{fill:"#EA4335",d:"m9.652 17.91-7.4-5.658A21.94 21.94 0 0 1 22 0c5.6 0 10.6 2.1 14.5 5.5l-6.4 6.4C27.9 10.1 25.1 9 22 9c-5.77 0-10.64 3.725-12.348 8.91"}),o.createElement("path",{fill:"#34A853",d:"m2.25 31.742 7.396-5.67A12.975 12.975 0 0 0 22 35c6.1 0 10.7-3.1 11.8-8.5H22V18h20.5c.3 1.3.5 2.7.5 4 0 14-10 22-21 22A21.94 21.94 0 0 1 2.25 31.742"}),o.createElement("path",{fill:"#4285F4",d:"m36.34 38.52-7.025-5.437c2.297-1.45 3.895-3.685 4.485-6.583H22V18h20.5c.3 1.3.5 2.7.5 4 0 7.17-2.623 12.767-6.66 16.52"}))))},89318:(e,t,i)=>{i.d(t,{M9:()=>j,sx:()=>v,BI:()=>x});var n=i(17243);const o="_googlesitekitDataLayer",s="data-googlesitekit-gtag";function r(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:g,trackingEnabled:u,trackingID:d,referenceSiteURL:p,userIDHash:m,isAuthenticated:h,userRoles:f}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:_}=i.g,y={activeModules:c,trackingEnabled:u,trackingID:d,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:g,userRoles:f,isAuthenticated:h,pluginVersion:_},{enableTracking:k,disableTracking:b,isTrackingEnabled:I,initializeSnippet:N,trackEvent:v,trackEventOnce:x}=function(e,t=i.g,c=i.g){const g={...l,...e};g.referenceSiteURL&&(g.referenceSiteURL=g.referenceSiteURL.toString().replace(/\/+$/,""));const u=function(e,t){const n=r(t);let l;const{activeModules:c,referenceSiteURL:g,userIDHash:u,userRoles:d=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${s}]`)),l)return!1;l=!0;const r=d?.length?d.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:g,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:r,user_identifier:u}});const h=t.createElement("script");return h.setAttribute(s,""),h.async=!0,h.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(h),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(g,t),d=function(e,t,i,n){const o=r(t);return async function(t,s,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){n.console.warn(`Tracking event "${s}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}o("event",s,{...c,event_callback:r}),n._gaUserPrefs?.ioo?.()&&r()})}}(g,t,u,c),p={};return{enableTracking:function(){g.trackingEnabled=!0},disableTracking:function(){g.trackingEnabled=!1},initializeSnippet:u,isTrackingEnabled:function(){return!!g.trackingEnabled},trackEvent:d,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,n.once)(d)),p[t](...e)}}}(y);function j(e){e?k():b()}g&&u&&N()},89362:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){const[o,s]=(0,n.useState)(null);return(0,n.useEffect)(()=>{if(e.current&&"function"==typeof i.g.IntersectionObserver){function n(e){s(e[e.length-1])}const o=new i.g.IntersectionObserver(n,t);return o.observe(e.current),()=>{s(null),o.disconnect()}}return()=>{}},[e.current,t.threshold,t.root,t.rootMargin]),o}},90007:(e,t,i)=>{i.d(t,{Q:()=>y,A:()=>BannerNotification});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(50539),l=i(71423),c=i(7070),g=i(7184),u=i(30823),d=i(3782),p=i(29584),m=i(55527);const h="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",f="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var _=i(62540);const y={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=y.INFO,learnMoreLink:i,dismissButton:n,ctaButton:s,gaTrackingEventArgs:r,...u}){const d=(0,c.A)(e,r?.category),{dismissNotification:p}=(0,a.useDispatch)(l.D);let k=u?.svg;return k||t===y.INFO||(k={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===y.WARNING&&(k.desktop=h),t===y.ERROR&&(k.desktop=f)),(0,_.jsx)("div",{className:o()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,_.jsx)(m.xA,{className:"googlesitekit-page-content",children:(0,_.jsx)(m.fI,{children:(0,_.jsx)(m.fh,{size:12,children:(0,_.jsx)(g.A,{learnMoreLink:i&&{...i,onClick:async function(e){d.clickLearnMore(r?.label,r?.value),await(i?.onClick?.(e))}},dismissButton:n&&{...n,onClick:async function(t){await(n?.onClick?.(t)),d.dismiss(r?.label,r?.value),p(e,{...n?.dismissOptions})}},ctaButton:s&&{...s,onClick:async function(t){d.confirm(r?.label,r?.value),await(s?.onClick?.(t)),s?.dismissOnClick&&p(e,{...s?.dismissOptions})}},svg:k,...u})})})})})}BannerNotification.propTypes={notificationID:r().string.isRequired,type:r().oneOf(Object.values(y)),titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(u.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(d.A.propTypes),gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number})}},91560:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(13606),l=i(82871),c=i(20898),g=i(35323),u=i(62540);function SourceLink({name:e,href:t,className:i,external:n}){return(0,g.A)()?null:(0,u.jsx)("div",{className:r()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,u.jsx)(c.A,{href:t,external:n},"link")})})}SourceLink.propTypes={name:o().string,href:o().string,className:o().string,external:o().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const d=SourceLink},91753:(e,t,i)=>{var n=i(131),o=i(78325),s=i(12701),r=i(63696),a=i(82871),l=i(50539),c=i(49383),g=i(58116),u=i(55527),d=i(12755),p=i(84826),m=i(95267),h=i(62688),f=i.n(h),_=i(13606),y=i(93896),k=i(53045),b=i(51886),I=i(60460),N=i(59323),v=i(62540);function UserInputQuestionInfo({slug:e,questionNumber:t}){const i=(0,l.useSelect)(e=>e(y.O4).hasMultipleAdmins()),n=(0,l.useSelect)(t=>t(g.oR).getUserInputSettingScope(e)),o=(0,l.useSelect)(t=>t(g.oR).getUserInputSettingAuthor(e)),s=(0,I.Fy)(),c=s[t-1]?.description||"";return(0,v.jsxs)(r.Fragment,{children:[(0,v.jsxs)(u.fh,{className:"googlesitekit-user-input__question-instructions",lgSize:6,mdSize:8,smSize:4,children:[c&&(0,v.jsx)("p",{className:"googlesitekit-user-input__question-instructions--description",children:c}),(0,v.jsx)(k.A,{className:"googlesitekit-non-desktop-display-none"})]}),(0,v.jsxs)(u.fh,{className:"googlesitekit-user-input__question-info",lgSize:5,mdSize:8,smSize:4,smOrder:3,children:[(0,v.jsx)(k.A,{className:"googlesitekit-desktop-display-none "}),"site"===n&&i&&(0,v.jsx)(N.A,{children:o?(0,a.__)("This answer can be edited by all Site Kit admins","google-site-kit"):(0,a.__)("Your answer to this question will apply to all Site Kit users. Any other admins with access to Site Kit can see and edit this response.","google-site-kit")}),(0,v.jsx)(b.A,{slug:e})]})]})}UserInputQuestionInfo.propTypes={slug:f().string.isRequired,questionNumber:f().number};var x=i(77967),j=i(93515),A=i(64078),S=i(2390),T=i(45472),M=i(85149);function UserInputQuestionWrapper(e){const{children:t,slug:i,questionNumber:n,next:o,back:s,complete:r,error:d}=e,p=(0,l.useSelect)(e=>e(g.oR).getUserInputSetting(i)||[]),m=(0,l.useSelect)(e=>e(g.oR).getUserInputSettings()),h=(0,l.useSelect)(e=>e(g.oR).isSavingUserInputSettings(m)),f=(0,l.useSelect)(e=>e(T.M).isNavigating()),y=h||f;return(0,v.jsxs)("div",{className:"googlesitekit-user-input__question",children:[(0,v.jsx)("div",{className:"googlesitekit-user-input__question-contents",children:(0,v.jsx)(u.fI,{children:(0,v.jsx)(u.fh,{lgSize:12,mdSize:8,smSize:4,children:(0,v.jsxs)(u.fI,{children:[(0,v.jsx)(UserInputQuestionInfo,{slug:i,questionNumber:n}),t]})})})}),d&&(0,v.jsx)("div",{className:"googlesitekit-user-input__error",children:(0,v.jsx)(x.A,{error:d,Icon:M.A})}),(0,v.jsxs)("div",{className:"googlesitekit-user-input__footer googlesitekit-user-input__buttons",children:[(0,v.jsxs)("div",{className:"googlesitekit-user-input__footer-nav",children:[s&&(0,v.jsx)(c.Button,{className:"googlesitekit-user-input__buttons--back",onClick:s,tertiary:!0,children:(0,a.__)("Back","google-site-kit")}),o&&(0,v.jsx)(c.Button,{className:"googlesitekit-user-input__buttons--next",onClick:o,disabled:(0,A.A)(p),children:(0,a.__)("Next","google-site-kit")}),r&&(0,v.jsx)(S.A,{className:"googlesitekit-user-input__buttons--complete",onClick:r,isSaving:y,disabled:(0,A.A)(p),children:(0,_.A)((0,a.__)("Complete<span> setup</span>","google-site-kit"),{span:(0,v.jsx)("span",{className:"googlesitekit-user-input__responsive-text"})})})]}),(0,v.jsx)("div",{className:"googlesitekit-user-input__footer-cancel",children:(0,v.jsx)(j.A,{})})]})]})}UserInputQuestionWrapper.propTypes={slug:f().string.isRequired,questionNumber:f().number.isRequired,children:f().node,description:f().string,next:f().func,back:f().func,complete:f().func,error:f().object};var E=i(3555),w=i(20068),C=i(12850),D=i(77766),O=i(78340),R=i(4452),L=i.n(R);function ProgressSegments({currentSegment:e,totalSegments:t,className:i}){return(0,v.jsx)("div",{className:L()("googlesitekit-progress-segments",i),children:Array.from(Array(t).keys()).map(t=>(0,v.jsx)("div",{className:L()("googlesitekit-progress-segments__segment",{"googlesitekit-progress-segments__segment--active":t+1<=e})},t))})}var z=i(72455),P=i(99897),B=i(37226),U=i(27333);function UserInputQuestionnaire(){const e=(0,D.A)(),[t,n]=(0,w.A)("question",I.W[0]),o=I.W.indexOf(t);-1===o&&n(I.W[0]);const{setValues:s}=(0,l.useDispatch)(O.s),a=(0,U.A)(I.Tk,"questionNumber"),c=void 0!==a?a:1,{saveUserInputSettings:u}=(0,l.useDispatch)(g.oR),{navigateTo:d}=(0,l.useDispatch)(T.M),p=(0,l.useSelect)(e=>e(y.O4).getAdminURL("googlesitekit-dashboard")),m=(0,l.useSelect)(e=>e(g.oR).getErrorForAction("saveUserInputSettings",[])),h=`${e}_kmw`;(0,r.useEffect)(()=>{let e;t===I.a3&&(e="site_purpose_question_view"),t===I.aq&&(e="content_frequency_question_view"),t===I.KM&&(e="site_goals_question_view"),e&&(0,C.sx)(h,e)},[t,h,e]);const{USER_INPUT_ANSWERS_PURPOSE:f,USER_INPUT_ANSWERS_GOALS:_,USER_INPUT_ANSWERS_POST_FREQUENCY:k}=(0,I.Dc)(),{USER_INPUT_ANSWERS_PURPOSE:b}=(0,I.B$)();function N(){i.g.scrollTo({top:0,left:0,behavior:"smooth"})}const x=(0,r.useCallback)(()=>{(0,C.sx)(h,"question_advance",I.W[o]),n(I.W[o+1]),s(I.Tk,{questionNumber:c+1}),N()},[o,h,n,s,c]),j=(0,r.useCallback)(()=>{(0,C.sx)(h,"question_return",I.W[o]),n(I.W[o-1]),s(I.Tk,{questionNumber:c-1}),N()},[o,h,n,s,c]),A=(0,l.useSelect)(e=>e(B.i).isModuleConnected(P.L1)?e(z.K9).getUserInputPurposeConversionEvents():[]),{setUserInputSetting:S}=(0,l.useDispatch)(g.oR),M=(0,r.useCallback)(async()=>{(0,C.sx)(h,"summary_submit"),S("includeConversionEvents",A);if(!(await u()).error){const e=new URL(p);d(e.toString())}},[h,u,A,p,S,d]),R=(0,l.useSelect)(e=>e(g.oR).getUserInputSettings()),L=(0,l.useSelect)(e=>e(g.oR).isSavingUserInputSettings(R)),H=(0,l.useSelect)(e=>e(T.M).isNavigating()),G=L||H,W=(0,r.useCallback)(()=>{G||M()},[G,M]),Y=(0,v.jsx)(ProgressSegments,{currentSegment:o+1,totalSegments:I.W.length,className:"googlesitekit-user-input__question--progress"});return(0,v.jsxs)("div",{children:[(0,v.jsx)("div",{className:"googlesitekit-user-input__question-progress",children:Y}),o===I.W.indexOf(I.a3)&&(0,v.jsx)(UserInputQuestionWrapper,{slug:I.a3,questionNumber:1,next:x,error:m,children:(0,v.jsx)(E.A,{slug:I.a3,max:I.Ax[I.a3],options:f,descriptions:b,next:x,showInstructions:!0})}),o===I.W.indexOf(I.aq)&&(0,v.jsx)(UserInputQuestionWrapper,{slug:I.aq,questionNumber:2,next:x,back:j,error:m,children:(0,v.jsx)(E.A,{slug:I.aq,max:I.Ax[I.aq],options:k,next:x,showInstructions:!0})}),o===I.W.indexOf(I.KM)&&(0,v.jsx)(UserInputQuestionWrapper,{slug:I.KM,questionNumber:3,complete:W,back:j,error:m,children:(0,v.jsx)(E.A,{slug:I.KM,max:I.Ax[I.KM],options:_,next:W,showInstructions:!0})})]})}var H=i(99620);function UserInputApp(){const e=(0,U.A)(I.Tk,"questionNumber")||1,t=(0,I.Fy)(),i=t[e-1]?.title||"",n=(0,l.useSelect)(e=>(e(g.oR).getUserInputSettings(),e(g.oR).hasFinishedResolution("getUserInputSettings")));return(0,v.jsxs)(r.Fragment,{children:[(0,v.jsx)(d.A,{children:(0,v.jsx)(p.A,{})}),(0,v.jsx)("div",{className:"googlesitekit-user-input",children:(0,v.jsxs)("div",{className:"googlesitekit-module-page",children:[!n&&(0,v.jsx)(u.xA,{children:(0,v.jsx)(u.fI,{children:(0,v.jsx)(u.fh,{lgSize:12,mdSize:8,smSize:4,children:(0,v.jsx)(c.ProgressBar,{})})})}),n&&(0,v.jsx)(u.xA,{children:(0,v.jsxs)(H.A,{rounded:!0,children:[(0,v.jsxs)(u.xA,{className:"googlesitekit-user-input__header",children:[(0,v.jsx)(u.fI,{children:(0,v.jsx)(u.fh,{size:12,className:"googlesitekit-user-input__question-number",children:(0,a.sprintf)(/* translators: %d is replaced with the current page number (1, 2, or 3 etc.). */ /* translators: %d is replaced with the current page number (1, 2, or 3 etc.). */ (0,a.__)("%d / 3","google-site-kit"),e)})}),(0,v.jsx)(u.fI,{children:(0,v.jsx)(u.fh,{lgSize:12,children:(0,v.jsx)(m.A,{className:"googlesitekit-heading-3 googlesitekit-user-input__heading",title:i,fullWidth:!0})})})]}),(0,v.jsx)(u.xA,{className:"googlesitekit-user-input__content",children:(0,v.jsx)(u.fI,{children:(0,v.jsx)(u.fh,{lgSize:12,mdSize:8,smSize:4,children:(0,v.jsx)(UserInputQuestionnaire,{})})})})]})})]})})]})}var G=i(24558);(0,n.A)(()=>{const e=document.getElementById("js-googlesitekit-user-input");e&&(0,o.render)((0,v.jsx)(s.A,{viewContext:G.ZS,children:(0,v.jsx)(UserInputApp,{})}),e)})},93515:(e,t,i)=>{i.d(t,{A:()=>CancelUserInputButton});var n=i(62688),o=i.n(n),s=i(82871),r=i(50539),a=i(49383),l=i(93896),c=i(45472),g=i(62540);function CancelUserInputButton({disabled:e}){const t=(0,r.useSelect)(e=>e(l.O4).getAdminURL("googlesitekit-dashboard")),{navigateTo:i}=(0,r.useDispatch)(c.M);return(0,g.jsx)(a.Button,{className:"googlesitekit-user-input__buttons--cancel",onClick:()=>i(t),disabled:e,tertiary:!0,children:(0,s.__)("Cancel","google-site-kit")})}CancelUserInputButton.propTypes={disabled:o().bool}},93896:(e,t,i)=>{i.d(t,{O4:()=>n,OQ:()=>s,qc:()=>o});const n="core/site",o="primary",s="secondary"},94552:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:n}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},95267:(e,t,i)=>{i.d(t,{A:()=>PageHeader});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(55527),l=i(24560),c=i(18418),g=i(84385),u=i(15167),d=i(62540);function PageHeader(e){const{title:t,icon:i,className:n,status:s,statusText:r,fullWidth:p,children:m}=e,h=p?{size:12}:{smSize:4,mdSize:4,lgSize:6},f=""!==s||Boolean(m);return(0,d.jsx)("header",{className:"googlesitekit-page-header",children:(0,d.jsxs)(a.fI,{children:[t&&(0,d.jsxs)(a.fh,{...h,children:[i,(0,d.jsx)(u.A,{as:"h1",className:o()("googlesitekit-page-header__title",n),size:"medium",type:"title",children:t})]}),f&&(0,d.jsx)(a.fh,{smSize:4,mdSize:4,lgSize:6,alignBottom:!0,mdAlignRight:!0,children:(0,d.jsxs)("div",{className:"googlesitekit-page-header__details",children:[s&&(0,d.jsxs)("span",{className:o()("googlesitekit-page-header__status",`googlesitekit-page-header__status--${s}`),children:[r,(0,d.jsx)(g.A,{children:"connected"===s?(0,d.jsx)(l.A,{width:10,height:8}):(0,d.jsx)(c.A,{width:2,height:12})})]}),m]})})]})})}PageHeader.propTypes={title:r().string,icon:r().node,className:r().string,status:r().string,statusText:r().string,fullWidth:r().bool},PageHeader.defaultProps={title:"",icon:null,className:"googlesitekit-heading-3",status:"",statusText:"",fullWidth:!1}},99235:(e,t,i)=>{i.d(t,{l:()=>o});var n=i(78174);function o(e,t,i){(0,n.A)(i=>e.includes(i.keyCode)&&t.current.contains(i.target),i)}},99455:(e,t,i)=>{i.d(t,{A:()=>u});var n,o=i(82871),s=i(88933),r=i(63696);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},a.apply(null,arguments)}const l=e=>r.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 21"},e),n||(n=r.createElement("path",{fill:"#5F6368",d:"M62.09 1.664h3.038v.1L58.34 9.593l7.241 10.224v.1H62.7L56.755 11.4 53.95 14.64v5.278h-2.351V1.664h2.35v9.415h.1zM69.985 3.117c0 .454-.167.853-.488 1.175-.322.322-.71.488-1.176.488-.455 0-.854-.166-1.175-.488a1.6 1.6 0 0 1-.488-1.175c0-.466.166-.854.488-1.176s.71-.488 1.175-.488c.455 0 .854.166 1.176.488.332.333.487.72.487 1.176m-.477 4.313v12.498h-2.351V7.43zM77.016 20.128c-1.02 0-1.864-.31-2.54-.943q-1.014-.948-1.031-2.628V9.57h-2.196V7.43h2.196V3.603h2.35V7.43h3.061v2.14h-3.06v6.222c0 .831.166 1.397.488 1.696.321.3.687.444 1.097.444.189 0 .366-.022.555-.067.188-.044.344-.1.499-.166l.743 2.096c-.632.222-1.342.333-2.162.333M2.673 18.952C1.375 18.009.488 16.678 0 14.97l2.883-1.176c.289 1.076.799 1.94 1.542 2.628.732.677 1.619 1.02 2.65 1.02.965 0 1.774-.244 2.45-.742.677-.5 1.01-1.187 1.01-2.052 0-.798-.3-1.453-.887-1.974q-.883-.781-3.094-1.564l-1.22-.432Q3.371 9.997 2.04 8.716C1.153 7.862.71 6.742.71 5.346c0-.966.266-1.853.787-2.673S2.75 1.209 3.693.72C4.624.244 5.678 0 6.864 0c1.708 0 3.072.41 4.081 1.242 1.02.832 1.697 1.752 2.04 2.795L10.236 5.2c-.2-.621-.576-1.164-1.142-1.63-.565-.477-1.286-.71-2.173-.71s-1.641.222-2.251.676-.91 1.032-.91 1.742c0 .676.278 1.22.82 1.663.544.432 1.398.854 2.563 1.253l1.22.41c1.674.577 2.96 1.342 3.88 2.274.921.931 1.376 2.184 1.376 3.748 0 1.275-.322 2.34-.976 3.193a6 6 0 0 1-2.495 1.919 8 8 0 0 1-3.116.621c-1.62 0-3.072-.466-4.358-1.408M15.969 3.449a1.95 1.95 0 0 1-.588-1.43c0-.566.2-1.043.588-1.431A1.95 1.95 0 0 1 17.399 0c.566 0 1.043.2 1.43.588.389.388.588.865.588 1.43 0 .566-.2 1.043-.587 1.43a1.95 1.95 0 0 1-1.43.589c-.566-.012-1.043-.2-1.431-.588m-.067 2.595h2.994v13.883h-2.994zM25.406 19.85c-.544-.2-.987-.466-1.331-.788-.776-.776-1.176-1.84-1.176-3.182V8.683h-2.428v-2.64h2.428V2.13h2.994v3.926h3.372v2.639h-3.372v6.531c0 .743.145 1.276.433 1.575.277.366.743.543 1.42.543.31 0 .576-.044.82-.122q.35-.116.765-.399v2.917c-.599.277-1.32.41-2.173.41a5 5 0 0 1-1.753-.3M33.623 19.407a6.63 6.63 0 0 1-2.529-2.628c-.61-1.12-.909-2.373-.909-3.77 0-1.332.3-2.551.887-3.693.588-1.132 1.409-2.04 2.462-2.706s2.251-1.01 3.593-1.01c1.397 0 2.606.311 3.637.921a6.1 6.1 0 0 1 2.34 2.528c.532 1.076.799 2.274.799 3.627 0 .255-.023.576-.078.953H33.179c.111 1.287.566 2.285 1.375 2.983a4.16 4.16 0 0 0 2.817 1.043c.854 0 1.597-.189 2.218-.588a4.27 4.27 0 0 0 1.508-1.597l2.528 1.198q-.981 1.713-2.561 2.694c-1.054.655-2.318.976-3.782.976q-2.046.033-3.66-.931m7.23-8.051a3.3 3.3 0 0 0-.466-1.453c-.277-.477-.687-.887-1.242-1.208-.554-.322-1.23-.488-2.03-.488-.964 0-1.773.288-2.439.853-.665.566-1.12 1.342-1.375 2.296z"})));var c=i(16834),g=i(62540);const u=function Logo(){return(0,g.jsxs)("div",{className:"googlesitekit-logo","aria-hidden":"true",children:[(0,g.jsx)(s.A,{className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),(0,g.jsx)(l,{className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),(0,g.jsx)(c.A,{children:(0,o.__)("Site Kit by Google Logo","google-site-kit")})]})}},99620:(e,t,i)=>{i.d(t,{A:()=>h});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(63696),l=i(55527),c=i(20898),g=i(15167),u=i(62540);class LayoutHeader extends a.Component{render(){const{title:e,badge:t,ctaLabel:i,ctaLink:n}=this.props,o=n?{alignMiddle:!0,smSize:4,lgSize:6}:{alignMiddle:!0,smSize:4,mdSize:8,lgSize:12};return(0,u.jsx)("header",{className:"googlesitekit-layout__header",children:(0,u.jsx)(l.xA,{children:(0,u.jsxs)(l.fI,{children:[e&&(0,u.jsx)(l.fh,{...o,children:(0,u.jsxs)(g.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-subheading-1 googlesitekit-layout__header-title",children:[e,t]})}),n&&(0,u.jsx)(l.fh,{smSize:4,lgSize:6,alignMiddle:!0,mdAlignRight:!0,children:(0,u.jsx)(c.A,{href:n,external:!0,children:i})})]})})})}}LayoutHeader.propTypes={title:o().string,badge:o().node,ctaLabel:o().string,ctaLink:o().string},LayoutHeader.defaultProps={title:"",badge:null,ctaLabel:"",ctaLink:""};const d=LayoutHeader;var p=i(91560);class LayoutFooter extends a.Component{render(){const{ctaLabel:e,ctaLink:t,footerContent:i}=this.props;return(0,u.jsx)("footer",{className:"googlesitekit-layout__footer",children:(0,u.jsx)(l.xA,{children:(0,u.jsx)(l.fI,{children:(0,u.jsxs)(l.fh,{size:12,children:[t&&e&&(0,u.jsx)(p.A,{className:"googlesitekit-data-block__source",name:e,href:t,external:!0}),i]})})})})}}LayoutFooter.propTypes={ctaLabel:o().string,ctaLink:o().string};const m=LayoutFooter;class Layout extends a.Component{render(){const{header:e,footer:t,children:i,title:n,badge:o,headerCTALabel:s,headerCTALink:a,footerCTALabel:l,footerCTALink:c,footerContent:g,className:p,fill:h,relative:f,rounded:_=!1,transparent:y=!1,...k}=this.props;return(0,u.jsxs)("div",{className:r()("googlesitekit-layout",p,{"googlesitekit-layout--fill":h,"googlesitekit-layout--relative":f,"googlesitekit-layout--rounded":_,"googlesitekit-layout--transparent":y}),...k,children:[e&&(0,u.jsx)(d,{title:n,badge:o,ctaLabel:s,ctaLink:a}),i,t&&(0,u.jsx)(m,{ctaLabel:l,ctaLink:c,footerContent:g})]})}}Layout.propTypes={header:o().bool,footer:o().bool,children:o().node.isRequired,title:o().string,badge:o().node,headerCTALabel:o().string,headerCTALink:o().string,footerCTALabel:o().string,footerCTALink:o().string,footerContent:o().node,className:o().string,fill:o().bool,relative:o().bool,rounded:o().bool,transparent:o().bool},Layout.defaultProps={header:!1,footer:!1,title:"",badge:null,headerCTALabel:"",headerCTALink:"",footerCTALabel:"",footerCTALink:"",footerContent:null,className:"",fill:!1,relative:!1};const h=Layout},99897:(e,t,i)=>{i.d(t,{A_:()=>g,DF:()=>d,L1:()=>p,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>s,ue:()=>o,wq:()=>n,xR:()=>u});const n=1,o=2,s=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",g="_r..dataFilters",u="_r..nav",d="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=91753,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-vendor-599848015879dcc843df.js 0000755 00004362024 15111634507 0015716 0 ustar 00 (globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[660],{131:(e,t,n)=>{"use strict";function r(e){"undefined"!=typeof document&&("complete"!==document.readyState&&"interactive"!==document.readyState?document.addEventListener("DOMContentLoaded",e):e())}n.d(t,{A:()=>r})},1027:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(63696),o=n(96196);const i=(0,r.createElement)(o.t4,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,r.createElement)(o.wA,{d:"M18.3 5.6L9.9 16.9l-4.6-3.4-.9 1.2 5.8 4.3 9.3-12.6z"}))},1589:(e,t,n)=>{"use strict";n.d(t,{I:()=>r});var r=function(){function MDCFoundation(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(MDCFoundation,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(MDCFoundation,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(MDCFoundation,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(MDCFoundation,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),MDCFoundation.prototype.init=function(){},MDCFoundation.prototype.destroy=function(){},MDCFoundation}()},2141:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(63696),o=n(47209);const __WEBPACK_DEFAULT_EXPORT__=function(e){var t=(0,r.useRef)(e);t.current=e,(0,o.A)(function(){return function(){return t.current()}})}},2192:(e,t,n)=>{"use strict";var r=n(63696),o=60103;if("function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var a=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function c(e,t,n){var r,i={},c=null,l=null;for(r in void 0!==n&&(c=""+n),void 0!==t.key&&(c=""+t.key),void 0!==t.ref&&(l=t.ref),t)s.call(t,r)&&!u.hasOwnProperty(r)&&(i[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===i[r]&&(i[r]=t[r]);return{$$typeof:o,type:e,key:c,ref:l,props:i,_owner:a.current}}t.jsx=c,t.jsxs=c},3109:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(n(59255)),o=i(n(35131));function i(e){return e&&e.__esModule?e:{default:e}}function a(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}t.default=function(){var e=[].concat(a(arguments.length<=0||void 0===arguments[0]?[]:arguments[0]),a(r.default));return function t(n){var r,i,a,s=arguments.length<=1||void 0===arguments[1]?function(){}:arguments[1],u=arguments.length<=2||void 0===arguments[2]?function(){}:arguments[2],c=o.default.iterator(n)?n:regeneratorRuntime.mark(function e(){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n;case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}},e,this)})();r=c,i=function(e){return function(t){try{var n=e?r.throw(t):r.next(t),o=n.value;if(n.done)return s(o);a(o)}catch(e){return u(e)}}},a=function n(r){e.some(function(e){return e(r,n,t,i(!1),i(!0))})},i(!1)()}}},3183:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(11120),o=n(63696);const i=function(e,t,n){var r=(0,o.useRef)(void 0);r.current&&n(t,r.current)||(r.current=t),(0,o.useEffect)(e,r.current)};const a=function(e,t){i(e,t,r.Hv)}},3412:(e,t,n)=>{"use strict";n.d(t,{$:()=>c});var r=n(41827),o=n(42181),i=n(1589),a={ROOT:"mdc-form-field"},s={LABEL_SELECTOR:".mdc-form-field > label"},u=function(e){function MDCFormFieldFoundation(t){var n=e.call(this,r.Cl({},MDCFormFieldFoundation.defaultAdapter,t))||this;return n.clickHandler_=function(){return n.handleClick_()},n}return r.C6(MDCFormFieldFoundation,e),Object.defineProperty(MDCFormFieldFoundation,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(MDCFormFieldFoundation,"strings",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(MDCFormFieldFoundation,"defaultAdapter",{get:function(){return{activateInputRipple:function(){},deactivateInputRipple:function(){},deregisterInteractionHandler:function(){},registerInteractionHandler:function(){}}},enumerable:!0,configurable:!0}),MDCFormFieldFoundation.prototype.init=function(){this.adapter_.registerInteractionHandler("click",this.clickHandler_)},MDCFormFieldFoundation.prototype.destroy=function(){this.adapter_.deregisterInteractionHandler("click",this.clickHandler_)},MDCFormFieldFoundation.prototype.handleClick_=function(){var e=this;this.adapter_.activateInputRipple(),requestAnimationFrame(function(){return e.adapter_.deactivateInputRipple()})},MDCFormFieldFoundation}(i.I);var c=function(e){function MDCFormField(){return null!==e&&e.apply(this,arguments)||this}return r.C6(MDCFormField,e),MDCFormField.attachTo=function(e){return new MDCFormField(e)},Object.defineProperty(MDCFormField.prototype,"input",{get:function(){return this.input_},set:function(e){this.input_=e},enumerable:!0,configurable:!0}),Object.defineProperty(MDCFormField.prototype,"label_",{get:function(){var e=u.strings.LABEL_SELECTOR;return this.root_.querySelector(e)},enumerable:!0,configurable:!0}),MDCFormField.prototype.getDefaultFoundation=function(){var e=this;return new u({activateInputRipple:function(){e.input_&&e.input_.ripple&&e.input_.ripple.activate()},deactivateInputRipple:function(){e.input_&&e.input_.ripple&&e.input_.ripple.deactivate()},deregisterInteractionHandler:function(t,n){e.label_&&e.label_.removeEventListener(t,n)},registerInteractionHandler:function(t,n){e.label_&&e.label_.addEventListener(t,n)}})},MDCFormField}(o.O)},4452:e=>{!function(){"use strict";var t={}.hasOwnProperty;function n(){for(var e="",t=0;t<arguments.length;t++){var n=arguments[t];n&&(e=o(e,r(n)))}return e}function r(e){if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return n.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var r="";for(var i in e)t.call(e,i)&&e[i]&&(r=o(r,i));return r}function o(e,t){return t?e?e+" "+t:e+t:e}e.exports?(n.default=n,e.exports=n):"function"==typeof define&&"object"==typeof define.amd&&define.amd?define("classnames",[],function(){return n}):window.classNames=n}()},4544:(e,t,n)=>{"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,c(r.key),r)}}function i(e,t,n){return t=s(t),function(e,t){if(t&&("object"==r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,a()?Reflect.construct(t,n||[],s(e).constructor):t.apply(e,n))}function a(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(a=function(){return!!e})()}function s(e){return s=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},s(e)}function u(e,t){return u=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},u(e,t)}function c(e){var t=function(e,t){if("object"!=r(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=r(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==r(t)?t:t+""}var l=n(63696),p=n(62688),f=n(41735).createFocusTrap,d=n(11192).isFocusable,h=function(e){function FocusTrap(e){var t,n,r,o;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,FocusTrap),t=i(this,FocusTrap,[e]),n=t,o=function(e){var t,n=null!==(t=this.internalOptions[e])&&void 0!==t?t:this.originalOptions[e];if("function"==typeof n){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];n=n.apply(void 0,o)}if(!0===n&&(n=void 0),!n){if(void 0===n||!1===n)return n;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var a,s=n;if("string"==typeof n&&!(s=null===(a=this.getDocument())||void 0===a?void 0:a.querySelector(n)))throw new Error("`".concat(e,"` as selector refers to no known node"));return s},(r=c(r="getNodeForOption"))in n?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,t.handleDeactivate=t.handleDeactivate.bind(t),t.handlePostDeactivate=t.handlePostDeactivate.bind(t),t.handleClickOutsideDeactivates=t.handleClickOutsideDeactivates.bind(t),t.internalOptions={returnFocusOnDeactivate:!1,checkCanReturnFocus:null,onDeactivate:t.handleDeactivate,onPostDeactivate:t.handlePostDeactivate,clickOutsideDeactivates:t.handleClickOutsideDeactivates},t.originalOptions={returnFocusOnDeactivate:!0,onDeactivate:null,onPostDeactivate:null,checkCanReturnFocus:null,clickOutsideDeactivates:!1};var a=e.focusTrapOptions;for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&("returnFocusOnDeactivate"!==s&&"onDeactivate"!==s&&"onPostDeactivate"!==s&&"checkCanReturnFocus"!==s&&"clickOutsideDeactivates"!==s?t.internalOptions[s]=a[s]:t.originalOptions[s]=a[s]);return t.outsideClick=null,t.focusTrapElements=e.containerElements||[],t.updatePreviousElement(),t}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&u(e,t)}(FocusTrap,e),t=FocusTrap,(n=[{key:"getDocument",value:function(){return this.props.focusTrapOptions.document||("undefined"!=typeof document?document:void 0)}},{key:"getReturnFocusNode",value:function(){var e=this.getNodeForOption("setReturnFocus",this.previouslyFocusedElement);return e||!1!==e&&this.previouslyFocusedElement}},{key:"updatePreviousElement",value:function(){var e=this.getDocument();e&&(this.previouslyFocusedElement=e.activeElement)}},{key:"deactivateTrap",value:function(){this.focusTrap&&this.focusTrap.active&&this.focusTrap.deactivate({returnFocus:!1,checkCanReturnFocus:null,onDeactivate:this.originalOptions.onDeactivate})}},{key:"handleClickOutsideDeactivates",value:function(e){var t="function"==typeof this.originalOptions.clickOutsideDeactivates?this.originalOptions.clickOutsideDeactivates.call(null,e):this.originalOptions.clickOutsideDeactivates;return t&&(this.outsideClick={target:e.target,allowDeactivation:t}),t}},{key:"handleDeactivate",value:function(){this.originalOptions.onDeactivate&&this.originalOptions.onDeactivate.call(null),this.deactivateTrap()}},{key:"handlePostDeactivate",value:function(){var e=this,t=function(){var t=e.getReturnFocusNode(),n=!(!e.originalOptions.returnFocusOnDeactivate||null==t||!t.focus||e.outsideClick&&(!e.outsideClick.allowDeactivation||d(e.outsideClick.target,e.internalOptions.tabbableOptions))),r=e.internalOptions.preventScroll,o=void 0!==r&&r;n&&t.focus({preventScroll:o}),e.originalOptions.onPostDeactivate&&e.originalOptions.onPostDeactivate.call(null),e.outsideClick=null};this.originalOptions.checkCanReturnFocus?this.originalOptions.checkCanReturnFocus.call(null,this.getReturnFocusNode()).then(t,t):t()}},{key:"setupFocusTrap",value:function(){this.focusTrap?this.props.active&&!this.focusTrap.active&&(this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause()):this.focusTrapElements.some(Boolean)&&(this.focusTrap=this.props._createFocusTrap(this.focusTrapElements,this.internalOptions),this.props.active&&this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause())}},{key:"componentDidMount",value:function(){this.props.active&&this.setupFocusTrap()}},{key:"componentDidUpdate",value:function(e){if(this.focusTrap){e.containerElements!==this.props.containerElements&&this.focusTrap.updateContainerElements(this.props.containerElements);var t=!e.active&&this.props.active,n=e.active&&!this.props.active,r=!e.paused&&this.props.paused,o=e.paused&&!this.props.paused;if(t&&(this.updatePreviousElement(),this.focusTrap.activate()),n)return void this.deactivateTrap();r&&this.focusTrap.pause(),o&&this.focusTrap.unpause()}else e.containerElements!==this.props.containerElements&&(this.focusTrapElements=this.props.containerElements),this.props.active&&(this.updatePreviousElement(),this.setupFocusTrap())}},{key:"componentWillUnmount",value:function(){this.deactivateTrap()}},{key:"render",value:function(){var e=this,t=this.props.children?l.Children.only(this.props.children):void 0;if(t){if(t.type&&t.type===l.Fragment)throw new Error("A focus-trap cannot use a Fragment as its child container. Try replacing it with a <div> element.");return l.cloneElement(t,{ref:function(n){var r=e.props.containerElements;t&&("function"==typeof t.ref?t.ref(n):t.ref&&(t.ref.current=n)),e.focusTrapElements=r||[n]}})}return null}}])&&o(t.prototype,n),r&&o(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,n,r}(l.Component),m="undefined"==typeof Element?Function:Element;h.propTypes={active:p.bool,paused:p.bool,focusTrapOptions:p.shape({document:p.object,onActivate:p.func,onPostActivate:p.func,checkCanFocusTrap:p.func,onPause:p.func,onPostPause:p.func,onUnpause:p.func,onPostUnpause:p.func,onDeactivate:p.func,onPostDeactivate:p.func,checkCanReturnFocus:p.func,initialFocus:p.oneOfType([p.instanceOf(m),p.string,p.bool,p.func]),fallbackFocus:p.oneOfType([p.instanceOf(m),p.string,p.func]),escapeDeactivates:p.oneOfType([p.bool,p.func]),clickOutsideDeactivates:p.oneOfType([p.bool,p.func]),returnFocusOnDeactivate:p.bool,setReturnFocus:p.oneOfType([p.instanceOf(m),p.string,p.bool,p.func]),allowOutsideClick:p.oneOfType([p.bool,p.func]),preventScroll:p.bool,tabbableOptions:p.shape({displayCheck:p.oneOf(["full","legacy-full","non-zero-area","none"]),getShadowRoot:p.oneOfType([p.bool,p.func])}),trapStack:p.array,isKeyForward:p.func,isKeyBackward:p.func}),containerElements:p.arrayOf(p.instanceOf(m)),children:p.oneOfType([p.element,p.instanceOf(m)])},h.defaultProps={active:!0,paused:!1,focusTrapOptions:{},_createFocusTrap:f},e.exports=h},4730:(e,t,n)=>{"use strict";n.d(t,{A:()=>Tn});var r=n(68102),o=n(81515),i=n(63696),a=n(58486),s=n.n(a),u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};const c="object"===("undefined"==typeof window?"undefined":u(window))&&"object"===("undefined"==typeof document?"undefined":u(document))&&9===document.nodeType;var l=n(48183),p=n(51449),f=n(72367),d=n(49257),h={}.constructor;function m(e){if(null==e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(m);if(e.constructor!==h)return e;var t={};for(var n in e)t[n]=m(e[n]);return t}function g(e,t,n){void 0===e&&(e="unnamed");var r=n.jss,o=m(t),i=r.plugins.onCreateRule(e,o,n);return i||(e[0],null)}var y=function(e,t){for(var n="",r=0;r<e.length&&"!important"!==e[r];r++)n&&(n+=t),n+=e[r];return n},v=function(e){if(!Array.isArray(e))return e;var t="";if(Array.isArray(e[0]))for(var n=0;n<e.length&&"!important"!==e[n];n++)t&&(t+=", "),t+=y(e[n]," ");else t=y(e,", ");return"!important"===e[e.length-1]&&(t+=" !important"),t};function b(e){return e&&!1===e.format?{linebreak:"",space:""}:{linebreak:"\n",space:" "}}function _(e,t){for(var n="",r=0;r<t;r++)n+=" ";return n+e}function w(e,t,n){void 0===n&&(n={});var r="";if(!t)return r;var o=n.indent,i=void 0===o?0:o,a=t.fallbacks;!1===n.format&&(i=-1/0);var s=b(n),u=s.linebreak,c=s.space;if(e&&i++,a)if(Array.isArray(a))for(var l=0;l<a.length;l++){var p=a[l];for(var f in p){var d=p[f];null!=d&&(r&&(r+=u),r+=_(f+":"+c+v(d)+";",i))}}else for(var h in a){var m=a[h];null!=m&&(r&&(r+=u),r+=_(h+":"+c+v(m)+";",i))}for(var g in t){var y=t[g];null!=y&&"fallbacks"!==g&&(r&&(r+=u),r+=_(g+":"+c+v(y)+";",i))}return(r||n.allowEmpty)&&e?(r&&(r=""+u+r+u),_(""+e+c+"{"+r,--i)+_("}",i)):r}var k=/([[\].#*$><+~=|^:(),"'`\s])/g,E="undefined"!=typeof CSS&&CSS.escape,O=function(e){return E?E(e):e.replace(k,"\\$1")},j=function(){function BaseStyleRule(e,t,n){this.type="style",this.isProcessed=!1;var r=n.sheet,o=n.Renderer;this.key=e,this.options=n,this.style=t,r?this.renderer=r.renderer:o&&(this.renderer=new o)}return BaseStyleRule.prototype.prop=function(e,t,n){if(void 0===t)return this.style[e];var r=!!n&&n.force;if(!r&&this.style[e]===t)return this;var o=t;n&&!1===n.process||(o=this.options.jss.plugins.onChangeValue(t,e,this));var i=null==o||!1===o,a=e in this.style;if(i&&!a&&!r)return this;var s=i&&a;if(s?delete this.style[e]:this.style[e]=o,this.renderable&&this.renderer)return s?this.renderer.removeProperty(this.renderable,e):this.renderer.setProperty(this.renderable,e,o),this;var u=this.options.sheet;return u&&u.attached,this},BaseStyleRule}(),C=function(e){function StyleRule(t,n,r){var o;o=e.call(this,t,n,r)||this;var i=r.selector,a=r.scoped,s=r.sheet,u=r.generateId;return i?o.selectorText=i:!1!==a&&(o.id=u((0,f.A)((0,f.A)(o)),s),o.selectorText="."+O(o.id)),o}(0,p.A)(StyleRule,e);var t=StyleRule.prototype;return t.applyTo=function(e){var t=this.renderer;if(t){var n=this.toJSON();for(var r in n)t.setProperty(e,r,n[r])}return this},t.toJSON=function(){var e={};for(var t in this.style){var n=this.style[t];"object"!=typeof n?e[t]=n:Array.isArray(n)&&(e[t]=v(n))}return e},t.toString=function(e){var t=this.options.sheet,n=!!t&&t.options.link?(0,r.A)({},e,{allowEmpty:!0}):e;return w(this.selectorText,this.style,n)},(0,l.A)(StyleRule,[{key:"selector",set:function(e){if(e!==this.selectorText){this.selectorText=e;var t=this.renderer,n=this.renderable;if(n&&t)t.setSelector(n,e)||t.replaceRule(n,this)}},get:function(){return this.selectorText}}]),StyleRule}(j),S={onCreateRule:function(e,t,n){return"@"===e[0]||n.parent&&"keyframes"===n.parent.type?null:new C(e,t,n)}},T={indent:1,children:!0},x=/@([\w-]+)/,A=function(){function ConditionalRule(e,t,n){this.type="conditional",this.isProcessed=!1,this.key=e;var o=e.match(x);for(var i in this.at=o?o[1]:"unknown",this.query=n.name||"@"+this.at,this.options=n,this.rules=new ee((0,r.A)({},n,{parent:this})),t)this.rules.add(i,t[i]);this.rules.process()}var e=ConditionalRule.prototype;return e.getRule=function(e){return this.rules.get(e)},e.indexOf=function(e){return this.rules.indexOf(e)},e.addRule=function(e,t,n){var r=this.rules.add(e,t,n);return r?(this.options.jss.plugins.onProcessRule(r),r):null},e.replaceRule=function(e,t,n){var r=this.rules.replace(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},e.toString=function(e){void 0===e&&(e=T);var t=b(e).linebreak;if(null==e.indent&&(e.indent=T.indent),null==e.children&&(e.children=T.children),!1===e.children)return this.query+" {}";var n=this.rules.toString(e);return n?this.query+" {"+t+n+t+"}":""},ConditionalRule}(),I=/@container|@media|@supports\s+/,P={onCreateRule:function(e,t,n){return I.test(e)?new A(e,t,n):null}},R={indent:1,children:!0},L=/@keyframes\s+([\w-]+)/,D=function(){function KeyframesRule(e,t,n){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var o=e.match(L);o&&o[1]?this.name=o[1]:this.name="noname",this.key=this.type+"-"+this.name,this.options=n;var i=n.scoped,a=n.sheet,s=n.generateId;for(var u in this.id=!1===i?this.name:O(s(this,a)),this.rules=new ee((0,r.A)({},n,{parent:this})),t)this.rules.add(u,t[u],(0,r.A)({},n,{parent:this}));this.rules.process()}return KeyframesRule.prototype.toString=function(e){void 0===e&&(e=R);var t=b(e).linebreak;if(null==e.indent&&(e.indent=R.indent),null==e.children&&(e.children=R.children),!1===e.children)return this.at+" "+this.id+" {}";var n=this.rules.toString(e);return n&&(n=""+t+n+t),this.at+" "+this.id+" {"+n+"}"},KeyframesRule}(),N=/@keyframes\s+/,M=/\$([\w-]+)/g,z=function(e,t){return"string"==typeof e?e.replace(M,function(e,n){return n in t?t[n]:e}):e},F=function(e,t,n){var r=e[t],o=z(r,n);o!==r&&(e[t]=o)},B={onCreateRule:function(e,t,n){return"string"==typeof e&&N.test(e)?new D(e,t,n):null},onProcessStyle:function(e,t,n){return"style"===t.type&&n?("animation-name"in e&&F(e,"animation-name",n.keyframes),"animation"in e&&F(e,"animation",n.keyframes),e):e},onChangeValue:function(e,t,n){var r=n.options.sheet;if(!r)return e;switch(t){case"animation":case"animation-name":return z(e,r.keyframes);default:return e}}},H=function(e){function KeyframeRule(){return e.apply(this,arguments)||this}return(0,p.A)(KeyframeRule,e),KeyframeRule.prototype.toString=function(e){var t=this.options.sheet,n=!!t&&t.options.link?(0,r.A)({},e,{allowEmpty:!0}):e;return w(this.key,this.style,n)},KeyframeRule}(j),U={onCreateRule:function(e,t,n){return n.parent&&"keyframes"===n.parent.type?new H(e,t,n):null}},W=function(){function FontFaceRule(e,t,n){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=e,this.style=t,this.options=n}return FontFaceRule.prototype.toString=function(e){var t=b(e).linebreak;if(Array.isArray(this.style)){for(var n="",r=0;r<this.style.length;r++)n+=w(this.at,this.style[r]),this.style[r+1]&&(n+=t);return n}return w(this.at,this.style,e)},FontFaceRule}(),V=/@font-face/,G={onCreateRule:function(e,t,n){return V.test(e)?new W(e,t,n):null}},K=function(){function ViewportRule(e,t,n){this.type="viewport",this.at="@viewport",this.isProcessed=!1,this.key=e,this.style=t,this.options=n}return ViewportRule.prototype.toString=function(e){return w(this.key,this.style,e)},ViewportRule}(),q={onCreateRule:function(e,t,n){return"@viewport"===e||"@-ms-viewport"===e?new K(e,t,n):null}},$=function(){function SimpleRule(e,t,n){this.type="simple",this.isProcessed=!1,this.key=e,this.value=t,this.options=n}return SimpleRule.prototype.toString=function(e){if(Array.isArray(this.value)){for(var t="",n=0;n<this.value.length;n++)t+=this.key+" "+this.value[n]+";",this.value[n+1]&&(t+="\n");return t}return this.key+" "+this.value+";"},SimpleRule}(),X={"@charset":!0,"@import":!0,"@namespace":!0},Y={onCreateRule:function(e,t,n){return e in X?new $(e,t,n):null}},Q=[S,P,B,U,G,q,Y],J={process:!0},Z={force:!0,process:!0},ee=function(){function RuleList(e){this.map={},this.raw={},this.index=[],this.counter=0,this.options=e,this.classes=e.classes,this.keyframes=e.keyframes}var e=RuleList.prototype;return e.add=function(e,t,n){var o=this.options,i=o.parent,a=o.sheet,s=o.jss,u=o.Renderer,c=o.generateId,l=o.scoped,p=(0,r.A)({classes:this.classes,parent:i,sheet:a,jss:s,Renderer:u,generateId:c,scoped:l,name:e,keyframes:this.keyframes,selector:void 0},n),f=e;e in this.raw&&(f=e+"-d"+this.counter++),this.raw[f]=t,f in this.classes&&(p.selector="."+O(this.classes[f]));var d=g(f,t,p);if(!d)return null;this.register(d);var h=void 0===p.index?this.index.length:p.index;return this.index.splice(h,0,d),d},e.replace=function(e,t,n){var o=this.get(e),i=this.index.indexOf(o);o&&this.remove(o);var a=n;return-1!==i&&(a=(0,r.A)({},n,{index:i})),this.add(e,t,a)},e.get=function(e){return this.map[e]},e.remove=function(e){this.unregister(e),delete this.raw[e.key],this.index.splice(this.index.indexOf(e),1)},e.indexOf=function(e){return this.index.indexOf(e)},e.process=function(){var e=this.options.jss.plugins;this.index.slice(0).forEach(e.onProcessRule,e)},e.register=function(e){this.map[e.key]=e,e instanceof C?(this.map[e.selector]=e,e.id&&(this.classes[e.key]=e.id)):e instanceof D&&this.keyframes&&(this.keyframes[e.name]=e.id)},e.unregister=function(e){delete this.map[e.key],e instanceof C?(delete this.map[e.selector],delete this.classes[e.key]):e instanceof D&&delete this.keyframes[e.name]},e.update=function(){var e,t,n;if("string"==typeof(arguments.length<=0?void 0:arguments[0])?(e=arguments.length<=0?void 0:arguments[0],t=arguments.length<=1?void 0:arguments[1],n=arguments.length<=2?void 0:arguments[2]):(t=arguments.length<=0?void 0:arguments[0],n=arguments.length<=1?void 0:arguments[1],e=null),e)this.updateOne(this.get(e),t,n);else for(var r=0;r<this.index.length;r++)this.updateOne(this.index[r],t,n)},e.updateOne=function(e,t,n){void 0===n&&(n=J);var r=this.options,o=r.jss.plugins,i=r.sheet;if(e.rules instanceof RuleList)e.rules.update(t,n);else{var a=e.style;if(o.onUpdate(t,e,i,n),n.process&&a&&a!==e.style){for(var s in o.onProcessStyle(e.style,e,i),e.style){var u=e.style[s];u!==a[s]&&e.prop(s,u,Z)}for(var c in a){var l=e.style[c],p=a[c];null==l&&l!==p&&e.prop(c,null,Z)}}}},e.toString=function(e){for(var t="",n=this.options.sheet,r=!!n&&n.options.link,o=b(e).linebreak,i=0;i<this.index.length;i++){var a=this.index[i].toString(e);(a||r)&&(t&&(t+=o),t+=a)}return t},RuleList}(),te=function(){function StyleSheet(e,t){for(var n in this.attached=!1,this.deployed=!1,this.classes={},this.keyframes={},this.options=(0,r.A)({},t,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes}),t.Renderer&&(this.renderer=new t.Renderer(this)),this.rules=new ee(this.options),e)this.rules.add(n,e[n]);this.rules.process()}var e=StyleSheet.prototype;return e.attach=function(){return this.attached||(this.renderer&&this.renderer.attach(),this.attached=!0,this.deployed||this.deploy()),this},e.detach=function(){return this.attached?(this.renderer&&this.renderer.detach(),this.attached=!1,this):this},e.addRule=function(e,t,n){var r=this.queue;this.attached&&!r&&(this.queue=[]);var o=this.rules.add(e,t,n);return o?(this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(r?r.push(o):(this.insertRule(o),this.queue&&(this.queue.forEach(this.insertRule,this),this.queue=void 0)),o):o:(this.deployed=!1,o)):null},e.replaceRule=function(e,t,n){var r=this.rules.get(e);if(!r)return this.addRule(e,t,n);var o=this.rules.replace(e,t,n);return o&&this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(this.renderer&&(o?r.renderable&&this.renderer.replaceRule(r.renderable,o):this.renderer.deleteRule(r)),o):o:(this.deployed=!1,o)},e.insertRule=function(e){this.renderer&&this.renderer.insertRule(e)},e.addRules=function(e,t){var n=[];for(var r in e){var o=this.addRule(r,e[r],t);o&&n.push(o)}return n},e.getRule=function(e){return this.rules.get(e)},e.deleteRule=function(e){var t="object"==typeof e?e:this.rules.get(e);return!(!t||this.attached&&!t.renderable)&&(this.rules.remove(t),!(this.attached&&t.renderable&&this.renderer)||this.renderer.deleteRule(t.renderable))},e.indexOf=function(e){return this.rules.indexOf(e)},e.deploy=function(){return this.renderer&&this.renderer.deploy(),this.deployed=!0,this},e.update=function(){var e;return(e=this.rules).update.apply(e,arguments),this},e.updateOne=function(e,t,n){return this.rules.updateOne(e,t,n),this},e.toString=function(e){return this.rules.toString(e)},StyleSheet}(),ne=function(){function PluginsRegistry(){this.plugins={internal:[],external:[]},this.registry={}}var e=PluginsRegistry.prototype;return e.onCreateRule=function(e,t,n){for(var r=0;r<this.registry.onCreateRule.length;r++){var o=this.registry.onCreateRule[r](e,t,n);if(o)return o}return null},e.onProcessRule=function(e){if(!e.isProcessed){for(var t=e.options.sheet,n=0;n<this.registry.onProcessRule.length;n++)this.registry.onProcessRule[n](e,t);e.style&&this.onProcessStyle(e.style,e,t),e.isProcessed=!0}},e.onProcessStyle=function(e,t,n){for(var r=0;r<this.registry.onProcessStyle.length;r++)t.style=this.registry.onProcessStyle[r](t.style,t,n)},e.onProcessSheet=function(e){for(var t=0;t<this.registry.onProcessSheet.length;t++)this.registry.onProcessSheet[t](e)},e.onUpdate=function(e,t,n,r){for(var o=0;o<this.registry.onUpdate.length;o++)this.registry.onUpdate[o](e,t,n,r)},e.onChangeValue=function(e,t,n){for(var r=e,o=0;o<this.registry.onChangeValue.length;o++)r=this.registry.onChangeValue[o](r,t,n);return r},e.use=function(e,t){void 0===t&&(t={queue:"external"});var n=this.plugins[t.queue];-1===n.indexOf(e)&&(n.push(e),this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce(function(e,t){for(var n in t)n in e&&e[n].push(t[n]);return e},{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]}))},PluginsRegistry}(),re=function(){function SheetsRegistry(){this.registry=[]}var e=SheetsRegistry.prototype;return e.add=function(e){var t=this.registry,n=e.options.index;if(-1===t.indexOf(e))if(0===t.length||n>=this.index)t.push(e);else for(var r=0;r<t.length;r++)if(t[r].options.index>n)return void t.splice(r,0,e)},e.reset=function(){this.registry=[]},e.remove=function(e){var t=this.registry.indexOf(e);this.registry.splice(t,1)},e.toString=function(e){for(var t=void 0===e?{}:e,n=t.attached,r=(0,d.A)(t,["attached"]),o=b(r).linebreak,i="",a=0;a<this.registry.length;a++){var s=this.registry[a];null!=n&&s.attached!==n||(i&&(i+=o),i+=s.toString(r))}return i},(0,l.A)(SheetsRegistry,[{key:"index",get:function(){return 0===this.registry.length?0:this.registry[this.registry.length-1].options.index}}]),SheetsRegistry}(),oe=new re,ie="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window&&window.Math===Math?window:"undefined"!=typeof self&&self.Math===Math?self:Function("return this")(),ae="2f1acc6c3a606b082e5eef5e54414ffb";null==ie[ae]&&(ie[ae]=0);var se=ie[ae]++,ue=function(e){void 0===e&&(e={});var t=0;return function(n,r){t+=1;var o="",i="";return r&&(r.options.classNamePrefix&&(i=r.options.classNamePrefix),null!=r.options.jss.id&&(o=String(r.options.jss.id))),e.minify?""+(i||"c")+se+o+t:i+n.key+"-"+se+(o?"-"+o:"")+"-"+t}},ce=function(e){var t;return function(){return t||(t=e()),t}},le=function(e,t){try{return e.attributeStyleMap?e.attributeStyleMap.get(t):e.style.getPropertyValue(t)}catch(e){return""}},pe=function(e,t,n){try{var r=n;if(Array.isArray(n)&&(r=v(n)),e.attributeStyleMap)e.attributeStyleMap.set(t,r);else{var o=r?r.indexOf("!important"):-1,i=o>-1?r.substr(0,o-1):r;e.style.setProperty(t,i,o>-1?"important":"")}}catch(e){return!1}return!0},fe=function(e,t){try{e.attributeStyleMap?e.attributeStyleMap.delete(t):e.style.removeProperty(t)}catch(e){}},de=function(e,t){return e.selectorText=t,e.selectorText===t},he=ce(function(){return document.querySelector("head")});function me(e){var t=oe.registry;if(t.length>0){var n=function(e,t){for(var n=0;n<e.length;n++){var r=e[n];if(r.attached&&r.options.index>t.index&&r.options.insertionPoint===t.insertionPoint)return r}return null}(t,e);if(n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element};if(n=function(e,t){for(var n=e.length-1;n>=0;n--){var r=e[n];if(r.attached&&r.options.insertionPoint===t.insertionPoint)return r}return null}(t,e),n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element.nextSibling}}var r=e.insertionPoint;if(r&&"string"==typeof r){var o=function(e){for(var t=he(),n=0;n<t.childNodes.length;n++){var r=t.childNodes[n];if(8===r.nodeType&&r.nodeValue.trim()===e)return r}return null}(r);if(o)return{parent:o.parentNode,node:o.nextSibling}}return!1}var ge=ce(function(){var e=document.querySelector('meta[property="csp-nonce"]');return e?e.getAttribute("content"):null}),ye=function(e,t,n){try{"insertRule"in e?e.insertRule(t,n):"appendRule"in e&&e.appendRule(t)}catch(e){return!1}return e.cssRules[n]},ve=function(e,t){var n=e.cssRules.length;return void 0===t||t>n?n:t},be=function(){function DomRenderer(e){this.getPropertyValue=le,this.setProperty=pe,this.removeProperty=fe,this.setSelector=de,this.hasInsertedRules=!1,this.cssRules=[],e&&oe.add(e),this.sheet=e;var t=this.sheet?this.sheet.options:{},n=t.media,r=t.meta,o=t.element;this.element=o||function(){var e=document.createElement("style");return e.textContent="\n",e}(),this.element.setAttribute("data-jss",""),n&&this.element.setAttribute("media",n),r&&this.element.setAttribute("data-meta",r);var i=ge();i&&this.element.setAttribute("nonce",i)}var e=DomRenderer.prototype;return e.attach=function(){if(!this.element.parentNode&&this.sheet){!function(e,t){var n=t.insertionPoint,r=me(t);if(!1!==r&&r.parent)r.parent.insertBefore(e,r.node);else if(n&&"number"==typeof n.nodeType){var o=n,i=o.parentNode;i&&i.insertBefore(e,o.nextSibling)}else he().appendChild(e)}(this.element,this.sheet.options);var e=Boolean(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&e&&(this.hasInsertedRules=!1,this.deploy())}},e.detach=function(){if(this.sheet){var e=this.element.parentNode;e&&e.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent="\n")}},e.deploy=function(){var e=this.sheet;e&&(e.options.link?this.insertRules(e.rules):this.element.textContent="\n"+e.toString()+"\n")},e.insertRules=function(e,t){for(var n=0;n<e.index.length;n++)this.insertRule(e.index[n],n,t)},e.insertRule=function(e,t,n){if(void 0===n&&(n=this.element.sheet),e.rules){var r=e,o=n;if("conditional"===e.type||"keyframes"===e.type){var i=ve(n,t);if(!1===(o=ye(n,r.toString({children:!1}),i)))return!1;this.refCssRule(e,i,o)}return this.insertRules(r.rules,o),o}var a=e.toString();if(!a)return!1;var s=ve(n,t),u=ye(n,a,s);return!1!==u&&(this.hasInsertedRules=!0,this.refCssRule(e,s,u),u)},e.refCssRule=function(e,t,n){e.renderable=n,e.options.parent instanceof te&&this.cssRules.splice(t,0,n)},e.deleteRule=function(e){var t=this.element.sheet,n=this.indexOf(e);return-1!==n&&(t.deleteRule(n),this.cssRules.splice(n,1),!0)},e.indexOf=function(e){return this.cssRules.indexOf(e)},e.replaceRule=function(e,t){var n=this.indexOf(e);return-1!==n&&(this.element.sheet.deleteRule(n),this.cssRules.splice(n,1),this.insertRule(t,n))},e.getRules=function(){return this.element.sheet.cssRules},DomRenderer}(),_e=0,we=function(){function Jss(e){this.id=_e++,this.version="10.10.0",this.plugins=new ne,this.options={id:{minify:!1},createGenerateId:ue,Renderer:c?be:null,plugins:[]},this.generateId=ue({minify:!1});for(var t=0;t<Q.length;t++)this.plugins.use(Q[t],{queue:"internal"});this.setup(e)}var e=Jss.prototype;return e.setup=function(e){return void 0===e&&(e={}),e.createGenerateId&&(this.options.createGenerateId=e.createGenerateId),e.id&&(this.options.id=(0,r.A)({},this.options.id,e.id)),(e.createGenerateId||e.id)&&(this.generateId=this.options.createGenerateId(this.options.id)),null!=e.insertionPoint&&(this.options.insertionPoint=e.insertionPoint),"Renderer"in e&&(this.options.Renderer=e.Renderer),e.plugins&&this.use.apply(this,e.plugins),this},e.createStyleSheet=function(e,t){void 0===t&&(t={});var n=t.index;"number"!=typeof n&&(n=0===oe.index?0:oe.index+1);var o=new te(e,(0,r.A)({},t,{jss:this,generateId:t.generateId||this.generateId,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:n}));return this.plugins.onProcessSheet(o),o},e.removeStyleSheet=function(e){return e.detach(),oe.remove(e),this},e.createRule=function(e,t,n){if(void 0===t&&(t={}),void 0===n&&(n={}),"object"==typeof e)return this.createRule(void 0,e,t);var o=(0,r.A)({},n,{name:e,jss:this,Renderer:this.options.Renderer});o.generateId||(o.generateId=this.generateId),o.classes||(o.classes={}),o.keyframes||(o.keyframes={});var i=g(e,t,o);return i&&this.plugins.onProcessRule(i),i},e.use=function(){for(var e=this,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return n.forEach(function(t){e.plugins.use(t)}),this},Jss}(),ke=function(e){return new we(e)},Oe="object"==typeof CSS&&null!=CSS&&"number"in CSS;function je(e){var t=null;for(var n in e){var r=e[n],o=typeof r;if("function"===o)t||(t={}),t[n]=r;else if("object"===o&&null!==r&&!Array.isArray(r)){var i=je(r);i&&(t||(t={}),t[n]=i)}}return t}ke();function Se(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.baseClasses,n=e.newClasses;e.Component;if(!n)return t;var o=(0,r.A)({},t);return Object.keys(n).forEach(function(e){n[e]&&(o[e]="".concat(t[e]," ").concat(n[e]))}),o}var Te={set:function(e,t,n,r){var o=e.get(t);o||(o=new Map,e.set(t,o)),o.set(n,r)},get:function(e,t,n){var r=e.get(t);return r?r.get(n):void 0},delete:function(e,t,n){e.get(t).delete(n)}};const xe=Te;var Ae=n(91339),Re=n(15674),Ne=["checked","disabled","error","focused","focusVisible","required","expanded","selected"];var Me=Date.now(),ze="fnValues"+Me,Fe="fnStyle"+ ++Me;const Be=function(){return{onCreateRule:function(e,t,n){if("function"!=typeof t)return null;var r=g(e,{},n);return r[Fe]=t,r},onProcessStyle:function(e,t){if(ze in t||Fe in t)return e;var n={};for(var r in e){var o=e[r];"function"==typeof o&&(delete e[r],n[r]=o)}return t[ze]=n,e},onUpdate:function(e,t,n,r){var o=t,i=o[Fe];i&&(o.style=i(e)||{});var a=o[ze];if(a)for(var s in a)o.prop(s,a[s](e),r)}}};var Ue="@global",We="@global ",Ve=function(){function GlobalContainerRule(e,t,n){for(var o in this.type="global",this.at=Ue,this.isProcessed=!1,this.key=e,this.options=n,this.rules=new ee((0,r.A)({},n,{parent:this})),t)this.rules.add(o,t[o]);this.rules.process()}var e=GlobalContainerRule.prototype;return e.getRule=function(e){return this.rules.get(e)},e.addRule=function(e,t,n){var r=this.rules.add(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},e.replaceRule=function(e,t,n){var r=this.rules.replace(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},e.indexOf=function(e){return this.rules.indexOf(e)},e.toString=function(e){return this.rules.toString(e)},GlobalContainerRule}(),qe=function(){function GlobalPrefixedRule(e,t,n){this.type="global",this.at=Ue,this.isProcessed=!1,this.key=e,this.options=n;var o=e.substr(8);this.rule=n.jss.createRule(o,t,(0,r.A)({},n,{parent:this}))}return GlobalPrefixedRule.prototype.toString=function(e){return this.rule?this.rule.toString(e):""},GlobalPrefixedRule}(),$e=/\s*,\s*/g;function Xe(e,t){for(var n=e.split($e),r="",o=0;o<n.length;o++)r+=t+" "+n[o].trim(),n[o+1]&&(r+=", ");return r}const Ye=function(){return{onCreateRule:function(e,t,n){if(!e)return null;if(e===Ue)return new Ve(e,t,n);if("@"===e[0]&&e.substr(0,8)===We)return new qe(e,t,n);var r=n.parent;return r&&("global"===r.type||r.options.parent&&"global"===r.options.parent.type)&&(n.scoped=!1),n.selector||!1!==n.scoped||(n.selector=e),null},onProcessRule:function(e,t){"style"===e.type&&t&&(function(e,t){var n=e.options,o=e.style,i=o?o[Ue]:null;if(i){for(var a in i)t.addRule(a,i[a],(0,r.A)({},n,{selector:Xe(a,e.selector)}));delete o[Ue]}}(e,t),function(e,t){var n=e.options,o=e.style;for(var i in o)if("@"===i[0]&&i.substr(0,7)===Ue){var a=Xe(i.substr(7),e.selector);t.addRule(a,o[i],(0,r.A)({},n,{selector:a})),delete o[i]}}(e,t))}}};var et=/\s*,\s*/g,tt=/&/g,nt=/\$([\w-]+)/g;const jss_plugin_nested_esm=function(){function e(e,t){return function(n,r){var o=e.getRule(r)||t&&t.getRule(r);return o?o.selector:r}}function t(e,t){for(var n=t.split(et),r=e.split(et),o="",i=0;i<n.length;i++)for(var a=n[i],s=0;s<r.length;s++){var u=r[s];o&&(o+=", "),o+=-1!==u.indexOf("&")?u.replace(tt,a):a+" "+u}return o}function n(e,t,n){if(n)return(0,r.A)({},n,{index:n.index+1});var o=e.options.nestingLevel;o=void 0===o?1:o+1;var i=(0,r.A)({},e.options,{nestingLevel:o,index:t.indexOf(e)+1});return delete i.name,i}return{onProcessStyle:function(o,i,a){if("style"!==i.type)return o;var s,u,c=i,l=c.options.parent;for(var p in o){var f=-1!==p.indexOf("&"),d="@"===p[0];if(f||d){if(s=n(c,l,s),f){var h=t(p,c.selector);u||(u=e(l,a)),h=h.replace(nt,u);var m=c.key+"-"+p;"replaceRule"in l?l.replaceRule(m,o[p],(0,r.A)({},s,{selector:h})):l.addRule(m,o[p],(0,r.A)({},s,{selector:h}))}else d&&l.addRule(p,{},s).addRule(c.key,o[p],{selector:c.selector});delete o[p]}}return o}}};var rt=/[A-Z]/g,ot=/^ms-/,it={};function at(e){return"-"+e.toLowerCase()}const hyphenate_style_name=function(e){if(it.hasOwnProperty(e))return it[e];var t=e.replace(rt,at);return it[e]=ot.test(t)?"-"+t:t};function st(e){var t={};for(var n in e){t[0===n.indexOf("--")?n:hyphenate_style_name(n)]=e[n]}return e.fallbacks&&(Array.isArray(e.fallbacks)?t.fallbacks=e.fallbacks.map(st):t.fallbacks=st(e.fallbacks)),t}const ut=function(){return{onProcessStyle:function(e){if(Array.isArray(e)){for(var t=0;t<e.length;t++)e[t]=st(e[t]);return e}return st(e)},onChangeValue:function(e,t,n){if(0===t.indexOf("--"))return e;var r=hyphenate_style_name(t);return t===r?e:(n.prop(r,e),null)}}};var ct=Oe&&CSS?CSS.px:"px",lt=Oe&&CSS?CSS.ms:"ms",pt=Oe&&CSS?CSS.percent:"%";function ft(e){var t=/(-[a-z])/g,n=function(e){return e[1].toUpperCase()},r={};for(var o in e)r[o]=e[o],r[o.replace(t,n)]=e[o];return r}var dt=ft({"animation-delay":lt,"animation-duration":lt,"background-position":ct,"background-position-x":ct,"background-position-y":ct,"background-size":ct,border:ct,"border-bottom":ct,"border-bottom-left-radius":ct,"border-bottom-right-radius":ct,"border-bottom-width":ct,"border-left":ct,"border-left-width":ct,"border-radius":ct,"border-right":ct,"border-right-width":ct,"border-top":ct,"border-top-left-radius":ct,"border-top-right-radius":ct,"border-top-width":ct,"border-width":ct,"border-block":ct,"border-block-end":ct,"border-block-end-width":ct,"border-block-start":ct,"border-block-start-width":ct,"border-block-width":ct,"border-inline":ct,"border-inline-end":ct,"border-inline-end-width":ct,"border-inline-start":ct,"border-inline-start-width":ct,"border-inline-width":ct,"border-start-start-radius":ct,"border-start-end-radius":ct,"border-end-start-radius":ct,"border-end-end-radius":ct,margin:ct,"margin-bottom":ct,"margin-left":ct,"margin-right":ct,"margin-top":ct,"margin-block":ct,"margin-block-end":ct,"margin-block-start":ct,"margin-inline":ct,"margin-inline-end":ct,"margin-inline-start":ct,padding:ct,"padding-bottom":ct,"padding-left":ct,"padding-right":ct,"padding-top":ct,"padding-block":ct,"padding-block-end":ct,"padding-block-start":ct,"padding-inline":ct,"padding-inline-end":ct,"padding-inline-start":ct,"mask-position-x":ct,"mask-position-y":ct,"mask-size":ct,height:ct,width:ct,"min-height":ct,"max-height":ct,"min-width":ct,"max-width":ct,bottom:ct,left:ct,top:ct,right:ct,inset:ct,"inset-block":ct,"inset-block-end":ct,"inset-block-start":ct,"inset-inline":ct,"inset-inline-end":ct,"inset-inline-start":ct,"box-shadow":ct,"text-shadow":ct,"column-gap":ct,"column-rule":ct,"column-rule-width":ct,"column-width":ct,"font-size":ct,"font-size-delta":ct,"letter-spacing":ct,"text-decoration-thickness":ct,"text-indent":ct,"text-stroke":ct,"text-stroke-width":ct,"word-spacing":ct,motion:ct,"motion-offset":ct,outline:ct,"outline-offset":ct,"outline-width":ct,perspective:ct,"perspective-origin-x":pt,"perspective-origin-y":pt,"transform-origin":pt,"transform-origin-x":pt,"transform-origin-y":pt,"transform-origin-z":pt,"transition-delay":lt,"transition-duration":lt,"vertical-align":ct,"flex-basis":ct,"shape-margin":ct,size:ct,gap:ct,grid:ct,"grid-gap":ct,"row-gap":ct,"grid-row-gap":ct,"grid-column-gap":ct,"grid-template-rows":ct,"grid-template-columns":ct,"grid-auto-rows":ct,"grid-auto-columns":ct,"box-shadow-x":ct,"box-shadow-y":ct,"box-shadow-blur":ct,"box-shadow-spread":ct,"font-line-height":ct,"text-shadow-x":ct,"text-shadow-y":ct,"text-shadow-blur":ct});function ht(e,t,n){if(null==t)return t;if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]=ht(e,t[r],n);else if("object"==typeof t)if("fallbacks"===e)for(var o in t)t[o]=ht(o,t[o],n);else for(var i in t)t[i]=ht(e+"-"+i,t[i],n);else if("number"==typeof t&&!1===isNaN(t)){var a=n[e]||dt[e];return!a||0===t&&a===ct?t.toString():"function"==typeof a?a(t).toString():""+t+a}return t}const mt=function(e){void 0===e&&(e={});var t=ft(e);return{onProcessStyle:function(e,n){if("style"!==n.type)return e;for(var r in e)e[r]=ht(r,e[r],t);return e},onChangeValue:function(e,n){return ht(n,e,t)}}};var gt=n(94300),yt="",vt="",bt="",_t="",wt=c&&"ontouchstart"in document.documentElement;if(c){var kt={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},Et=document.createElement("p").style;for(var Ot in kt)if(Ot+"Transform"in Et){yt=Ot,vt=kt[Ot];break}"Webkit"===yt&&"msHyphens"in Et&&(yt="ms",vt=kt.ms,_t="edge"),"Webkit"===yt&&"-apple-trailing-word"in Et&&(bt="apple")}var jt=yt,Ct=vt,St=bt,Tt=_t,xt=wt;var At={noPrefill:["appearance"],supportedProperty:function(e){return"appearance"===e&&("ms"===jt?"-webkit-"+e:Ct+e)}},It={noPrefill:["color-adjust"],supportedProperty:function(e){return"color-adjust"===e&&("Webkit"===jt?Ct+"print-"+e:e)}},Pt=/[-\s]+(.)?/g;function Rt(e,t){return t?t.toUpperCase():""}function Lt(e){return e.replace(Pt,Rt)}function Dt(e){return Lt("-"+e)}var Nt,Mt={noPrefill:["mask"],supportedProperty:function(e,t){if(!/^mask/.test(e))return!1;if("Webkit"===jt){var n="mask-image";if(Lt(n)in t)return e;if(jt+Dt(n)in t)return Ct+e}return e}},zt={noPrefill:["text-orientation"],supportedProperty:function(e){return"text-orientation"===e&&("apple"!==St||xt?e:Ct+e)}},Ft={noPrefill:["transform"],supportedProperty:function(e,t,n){return"transform"===e&&(n.transform?e:Ct+e)}},Bt={noPrefill:["transition"],supportedProperty:function(e,t,n){return"transition"===e&&(n.transition?e:Ct+e)}},Ht={noPrefill:["writing-mode"],supportedProperty:function(e){return"writing-mode"===e&&("Webkit"===jt||"ms"===jt&&"edge"!==Tt?Ct+e:e)}},Ut={noPrefill:["user-select"],supportedProperty:function(e){return"user-select"===e&&("Moz"===jt||"ms"===jt||"apple"===St?Ct+e:e)}},Wt={supportedProperty:function(e,t){return!!/^break-/.test(e)&&("Webkit"===jt?"WebkitColumn"+Dt(e)in t&&Ct+"column-"+e:"Moz"===jt&&("page"+Dt(e)in t&&"page-"+e))}},Vt={supportedProperty:function(e,t){if(!/^(border|margin|padding)-inline/.test(e))return!1;if("Moz"===jt)return e;var n=e.replace("-inline","");return jt+Dt(n)in t&&Ct+n}},Gt={supportedProperty:function(e,t){return Lt(e)in t&&e}},Kt={supportedProperty:function(e,t){var n=Dt(e);return"-"===e[0]||"-"===e[0]&&"-"===e[1]?e:jt+n in t?Ct+e:"Webkit"!==jt&&"Webkit"+n in t&&"-webkit-"+e}},qt={supportedProperty:function(e){return"scroll-snap"===e.substring(0,11)&&("ms"===jt?""+Ct+e:e)}},$t={supportedProperty:function(e){return"overscroll-behavior"===e&&("ms"===jt?Ct+"scroll-chaining":e)}},Xt={"flex-grow":"flex-positive","flex-shrink":"flex-negative","flex-basis":"flex-preferred-size","justify-content":"flex-pack",order:"flex-order","align-items":"flex-align","align-content":"flex-line-pack"},Yt={supportedProperty:function(e,t){var n=Xt[e];return!!n&&(jt+Dt(n)in t&&Ct+n)}},Qt={flex:"box-flex","flex-grow":"box-flex","flex-direction":["box-orient","box-direction"],order:"box-ordinal-group","align-items":"box-align","flex-flow":["box-orient","box-direction"],"justify-content":"box-pack"},Jt=Object.keys(Qt),Zt=function(e){return Ct+e},en={supportedProperty:function(e,t,n){var r=n.multiple;if(Jt.indexOf(e)>-1){var o=Qt[e];if(!Array.isArray(o))return jt+Dt(o)in t&&Ct+o;if(!r)return!1;for(var i=0;i<o.length;i++)if(!(jt+Dt(o[0])in t))return!1;return o.map(Zt)}return!1}},tn=[At,It,Mt,zt,Ft,Bt,Ht,Ut,Wt,Vt,Gt,Kt,qt,$t,Yt,en],nn=tn.filter(function(e){return e.supportedProperty}).map(function(e){return e.supportedProperty}),rn=tn.filter(function(e){return e.noPrefill}).reduce(function(e,t){return e.push.apply(e,(0,gt.A)(t.noPrefill)),e},[]),on={};if(c){Nt=document.createElement("p");var an=window.getComputedStyle(document.documentElement,"");for(var sn in an)isNaN(sn)||(on[an[sn]]=an[sn]);rn.forEach(function(e){return delete on[e]})}function un(e,t){if(void 0===t&&(t={}),!Nt)return e;if(null!=on[e])return on[e];"transition"!==e&&"transform"!==e||(t[e]=e in Nt.style);for(var n=0;n<nn.length&&(on[e]=nn[n](e,Nt.style,t),!on[e]);n++);try{Nt.style[e]=""}catch(e){return!1}return on[e]}var cn,ln={},pn={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},fn=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function dn(e,t,n){if("var"===t)return"var";if("all"===t)return"all";if("all"===n)return", all";var r=t?un(t):", "+un(n);return r||(t||n)}function hn(e,t){var n=t;if(!cn||"content"===e)return t;if("string"!=typeof n||!isNaN(parseInt(n,10)))return n;var r=e+n;if(null!=ln[r])return ln[r];try{cn.style[e]=n}catch(e){return ln[r]=!1,!1}if(pn[e])n=n.replace(fn,dn);else if(""===cn.style[e]&&("-ms-flex"===(n=Ct+n)&&(cn.style[e]="-ms-flexbox"),cn.style[e]=n,""===cn.style[e]))return ln[r]=!1,!1;return cn.style[e]="",ln[r]=n,ln[r]}c&&(cn=document.createElement("p"));const mn=function(){function e(t){for(var n in t){var r=t[n];if("fallbacks"===n&&Array.isArray(r))t[n]=r.map(e);else{var o=!1,i=un(n);i&&i!==n&&(o=!0);var a=!1,s=hn(i,v(r));s&&s!==r&&(a=!0),(o||a)&&(o&&delete t[n],t[i||n]=s||r)}}return t}return{onProcessRule:function(e){if("keyframes"===e.type){var t=e;t.at=function(e){return"-"===e[1]||"ms"===jt?e:"@"+Ct+"keyframes"+e.substr(10)}(t.at)}},onProcessStyle:function(t,n){return"style"!==n.type?t:e(t)},onChangeValue:function(e,t){return hn(t,v(e))||e}}};const gn=function(){var e=function(e,t){return e.length===t.length?e>t?1:-1:e.length-t.length};return{onProcessStyle:function(t,n){if("style"!==n.type)return t;for(var r={},o=Object.keys(t).sort(e),i=0;i<o.length;i++)r[o[i]]=t[o[i]];return r}}};var yn=ke({plugins:[Be(),Ye(),jss_plugin_nested_esm(),ut(),mt(),"undefined"==typeof window?null:mn(),gn()]}),vn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.disableGlobal,n=void 0!==t&&t,r=e.productionPrefix,o=void 0===r?"jss":r,i=e.seed,a=void 0===i?"":i,s=""===a?"":"".concat(a,"-"),u=0,c=function(){return u+=1};return function(e,t){var r=t.options.name;if(r&&0===r.indexOf("Mui")&&!t.options.link&&!n){if(-1!==Ne.indexOf(e.key))return"Mui-".concat(e.key);var i="".concat(s).concat(r,"-").concat(e.key);return t.options.theme[Re.A]&&""===a?"".concat(i,"-").concat(c()):i}return"".concat(s).concat(o).concat(c())}}(),bn={disableGeneration:!1,generateClassName:vn,jss:yn,sheetsCache:null,sheetsManager:new Map,sheetsRegistry:null},_n=i.createContext(bn);var wn=-1e9;var kn=n(56631);const En={};function On(e,t){var n=e.state,o=e.theme,i=e.stylesOptions,a=e.stylesCreator,s=e.name;if(!i.disableGeneration){var u=xe.get(i.sheetsManager,a,o);u||(u={refs:0,staticSheet:null,dynamicStyles:null},xe.set(i.sheetsManager,a,o,u));var c=(0,r.A)({},a.options,i,{theme:o,flip:"boolean"==typeof i.flip?i.flip:"rtl"===o.direction});c.generateId=c.serverGenerateClassName||c.generateClassName;var l=i.sheetsRegistry;if(0===u.refs){var p;i.sheetsCache&&(p=xe.get(i.sheetsCache,a,o));var f=a.create(o,s);p||((p=i.jss.createStyleSheet(f,(0,r.A)({link:!1},c))).attach(),i.sheetsCache&&xe.set(i.sheetsCache,a,o,p)),l&&l.add(p),u.staticSheet=p,u.dynamicStyles=je(f)}if(u.dynamicStyles){var d=i.jss.createStyleSheet(u.dynamicStyles,(0,r.A)({link:!0},c));d.update(t),d.attach(),n.dynamicSheet=d,n.classes=Se({baseClasses:u.staticSheet.classes,newClasses:d.classes}),l&&l.add(d)}else n.classes=u.staticSheet.classes;u.refs+=1}}function jn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.name,a=t.classNamePrefix,s=t.Component,u=t.defaultTheme,c=void 0===u?En:u,l=(0,o.A)(t,["name","classNamePrefix","Component","defaultTheme"]),p=function(e){var t="function"==typeof e;return{create:function(n,o){var i;try{i=t?e(n):e}catch(e){throw e}if(!o||!n.overrides||!n.overrides[o])return i;var a=n.overrides[o],s=(0,r.A)({},i);return Object.keys(a).forEach(function(e){s[e]=(0,kn.A)(s[e],a[e])}),s},options:{}}}(e),f=n||a||"makeStyles";p.options={index:wn+=1,name:n,meta:f,classNamePrefix:f};return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=(0,Ae.A)()||c,o=(0,r.A)({},i.useContext(_n),l),a=i.useRef(),u=i.useRef();!function(e,t){var n,r=i.useRef([]),o=i.useMemo(function(){return{}},t);r.current!==o&&(r.current=o,n=e()),i.useEffect(function(){return function(){n&&n()}},[o])}(function(){var r={name:n,state:{},stylesCreator:p,stylesOptions:o,theme:t};return On(r,e),u.current=!1,a.current=r,function(){!function(e){var t=e.state,n=e.theme,r=e.stylesOptions,o=e.stylesCreator;if(!r.disableGeneration){var i=xe.get(r.sheetsManager,o,n);i.refs-=1;var a=r.sheetsRegistry;0===i.refs&&(xe.delete(r.sheetsManager,o,n),r.jss.removeStyleSheet(i.staticSheet),a&&a.remove(i.staticSheet)),t.dynamicSheet&&(r.jss.removeStyleSheet(t.dynamicSheet),a&&a.remove(t.dynamicSheet))}}(r)}},[t,p]),i.useEffect(function(){u.current&&function(e,t){var n=e.state;n.dynamicSheet&&n.dynamicSheet.update(t)}(a.current,e),u.current=!0});var f=function(e,t,n){var r=e.state;if(e.stylesOptions.disableGeneration)return t||{};r.cacheClasses||(r.cacheClasses={value:null,lastProp:null,lastJSS:{}});var o=!1;return r.classes!==r.cacheClasses.lastJSS&&(r.cacheClasses.lastJSS=r.classes,o=!0),t!==r.cacheClasses.lastProp&&(r.cacheClasses.lastProp=t,o=!0),o&&(r.cacheClasses.value=Se({baseClasses:r.cacheClasses.lastJSS,newClasses:t,Component:n})),r.cacheClasses.value}(a.current,e.classes,s);return f}}const Cn=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){var a=t.defaultTheme,u=t.withTheme,c=void 0!==u&&u,l=t.name,p=(0,o.A)(t,["defaultTheme","withTheme","name"]);var f=l,d=jn(e,(0,r.A)({defaultTheme:a,Component:n,name:l||n.displayName,classNamePrefix:f},p)),h=i.forwardRef(function WithStyles(e,t){e.classes;var s,u=e.innerRef,p=(0,o.A)(e,["classes","innerRef"]),f=d((0,r.A)({},n.defaultProps,e)),h=p;return("string"==typeof l||c)&&(s=(0,Ae.A)()||a,l&&(h=function(e){var t=e.theme,n=e.name,r=e.props;if(!t||!t.props||!t.props[n])return r;var o,i=t.props[n];for(o in i)void 0===r[o]&&(r[o]=i[o]);return r}({theme:s,name:l,props:p})),c&&!h.theme&&(h.theme=s)),i.createElement(n,(0,r.A)({ref:u||t,classes:f},h))});return s()(h,n),h}};var Sn=n(84902);const Tn=function(e,t){return Cn(e,(0,r.A)({defaultTheme:Sn.A},t))}},5230:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var r=n(68102),o=n(81515),i=n(63696),a=n(78325);var s=n(36222),u=n(58277),c=n(10692),l=n(29978),p=n(84505);function f(e,t){var n=function(e,t){var n,r=t.getBoundingClientRect();if(t.fakeTransform)n=t.fakeTransform;else{var o=window.getComputedStyle(t);n=o.getPropertyValue("-webkit-transform")||o.getPropertyValue("transform")}var i=0,a=0;if(n&&"none"!==n&&"string"==typeof n){var s=n.split("(")[1].split(")")[0].split(",");i=parseInt(s[4],10),a=parseInt(s[5],10)}return"left"===e?"translateX(".concat(window.innerWidth,"px) translateX(").concat(i-r.left,"px)"):"right"===e?"translateX(-".concat(r.left+r.width-i,"px)"):"up"===e?"translateY(".concat(window.innerHeight,"px) translateY(").concat(a-r.top,"px)"):"translateY(-".concat(r.top+r.height-a,"px)")}(e,t);n&&(t.style.webkitTransform=n,t.style.transform=n)}var d={enter:l.p0.enteringScreen,exit:l.p0.leavingScreen};const h=i.forwardRef(function Slide(e,t){var n=e.children,l=e.direction,h=void 0===l?"down":l,m=e.in,g=e.onEnter,y=e.onEntered,v=e.onEntering,b=e.onExit,_=e.onExited,w=e.onExiting,k=e.style,E=e.timeout,O=void 0===E?d:E,j=e.TransitionComponent,C=void 0===j?s.Ay:j,S=(0,o.A)(e,["children","direction","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"]),T=(0,c.A)(),x=i.useRef(null),A=i.useCallback(function(e){x.current=a.findDOMNode(e)},[]),I=(0,u.A)(n.ref,A),P=(0,u.A)(I,t),R=function(e){return function(t){e&&(void 0===t?e(x.current):e(x.current,t))}},L=R(function(e,t){f(h,e),(0,p.q)(e),g&&g(e,t)}),D=R(function(e,t){var n=(0,p.c)({timeout:O,style:k},{mode:"enter"});e.style.webkitTransition=T.transitions.create("-webkit-transform",(0,r.A)({},n,{easing:T.transitions.easing.easeOut})),e.style.transition=T.transitions.create("transform",(0,r.A)({},n,{easing:T.transitions.easing.easeOut})),e.style.webkitTransform="none",e.style.transform="none",v&&v(e,t)}),N=R(y),M=R(w),z=R(function(e){var t=(0,p.c)({timeout:O,style:k},{mode:"exit"});e.style.webkitTransition=T.transitions.create("-webkit-transform",(0,r.A)({},t,{easing:T.transitions.easing.sharp})),e.style.transition=T.transitions.create("transform",(0,r.A)({},t,{easing:T.transitions.easing.sharp})),f(h,e),b&&b(e)}),F=R(function(e){e.style.webkitTransition="",e.style.transition="",_&&_(e)}),B=i.useCallback(function(){x.current&&f(h,x.current)},[h]);return i.useEffect(function(){if(!m&&"down"!==h&&"right"!==h){var e=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:166;function r(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];var a=this;clearTimeout(t),t=setTimeout(function(){e.apply(a,o)},n)}return r.clear=function(){clearTimeout(t)},r}(function(){x.current&&f(h,x.current)});return window.addEventListener("resize",e),function(){e.clear(),window.removeEventListener("resize",e)}}},[h,m]),i.useEffect(function(){m||B()},[m,B]),i.createElement(C,(0,r.A)({nodeRef:x,onEnter:L,onEntered:N,onEntering:D,onExit:z,onExited:F,onExiting:M,appear:!0,in:m,timeout:O},S),function(e,t){return i.cloneElement(n,(0,r.A)({ref:P,style:(0,r.A)({visibility:"exited"!==e||m?void 0:"hidden"},k,n.props.style)},t))})})},5656:(e,t,n)=>{"use strict";function r(e,t){if(e.closest)return e.closest(t);for(var n=e;n;){if(o(n,t))return n;n=n.parentElement}return null}function o(e,t){return(e.matches||e.webkitMatchesSelector||e.msMatchesSelector).call(e,t)}n.d(t,{c:()=>o,k:()=>r})},9535:(e,t,n)=>{var r=n(89736);function o(){var t,n,i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",s=i.toStringTag||"@@toStringTag";function u(e,o,i,a){var s=o&&o.prototype instanceof Generator?o:Generator,u=Object.create(s.prototype);return r(u,"_invoke",function(e,r,o){var i,a,s,u=0,l=o||[],p=!1,f={p:0,n:0,v:t,a:d,f:d.bind(t,4),d:function(e,n){return i=e,a=0,s=t,f.n=n,c}};function d(e,r){for(a=e,s=r,n=0;!p&&u&&!o&&n<l.length;n++){var o,i=l[n],d=f.p,h=i[2];e>3?(o=h===r)&&(s=i[(a=i[4])?5:(a=3,3)],i[4]=i[5]=t):i[0]<=d&&((o=e<2&&d<i[1])?(a=0,f.v=r,f.n=i[1]):d<h&&(o=e<3||i[0]>r||r>h)&&(i[4]=e,i[5]=r,f.n=h,a=0))}if(o||e>1)return c;throw p=!0,r}return function(o,l,h){if(u>1)throw TypeError("Generator is already running");for(p&&1===l&&d(l,h),a=l,s=h;(n=a<2?t:s)||!p;){i||(a?a<3?(a>1&&(f.n=-1),d(a,s)):f.n=s:f.v=s);try{if(u=2,i){if(a||(o="next"),n=i[o]){if(!(n=n.call(i,s)))throw TypeError("iterator result is not an object");if(!n.done)return n;s=n.value,a<2&&(a=0)}else 1===a&&(n=i.return)&&n.call(i),a<2&&(s=TypeError("The iterator does not provide a '"+o+"' method"),a=1);i=t}else if((n=(p=f.n<0)?s:e.call(r,f))!==c)break}catch(e){i=t,a=1,s=e}finally{u=1}}return{value:n,done:p}}}(e,i,a),!0),u}var c={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}n=Object.getPrototypeOf;var l=[][a]?n(n([][a]())):(r(n={},a,function(){return this}),n),p=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(l);function f(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,GeneratorFunctionPrototype):(e.__proto__=GeneratorFunctionPrototype,r(e,s,"GeneratorFunction")),e.prototype=Object.create(p),e}return GeneratorFunction.prototype=GeneratorFunctionPrototype,r(p,"constructor",GeneratorFunctionPrototype),r(GeneratorFunctionPrototype,"constructor",GeneratorFunction),GeneratorFunction.displayName="GeneratorFunction",r(GeneratorFunctionPrototype,s,"GeneratorFunction"),r(p),r(p,s,"Generator"),r(p,a,function(){return this}),r(p,"toString",function(){return"[object Generator]"}),(e.exports=o=function(){return{w:u,m:f}},e.exports.__esModule=!0,e.exports.default=e.exports)()}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},10322:function(e,t,n){var r,o,i;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(89512),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=45)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},45:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=n(5),c=n(46);t.Button=function(e){var t,n=e.className,i=void 0===n?"":n,u=e.raised,p=void 0!==u&&u,f=e.unelevated,d=void 0!==f&&f,h=e.outlined,m=void 0!==h&&h,g=e.dense,y=void 0!==g&&g,v=e.disabled,b=void 0!==v&&v,_=e.icon,w=e.href,k=e.children,E=e.initRipple,O=e.trailingIcon,j=(e.unbounded,o(e,["className","raised","unelevated","outlined","dense","disabled","icon","href","children","initRipple","trailingIcon","unbounded"])),C=r({className:s.default(c.CSS_CLASSES.ROOT,i,(t={},t[c.CSS_CLASSES.RAISED]=p,t[c.CSS_CLASSES.UNELEVATED]=d,t[c.CSS_CLASSES.OUTLINED]=m,t[c.CSS_CLASSES.DENSE]=y,t)),ref:E,disabled:b},j);return w?a.default.createElement("a",r({},C,{href:w}),O?null:l(_),a.default.createElement("span",{className:c.CSS_CLASSES.LABEL},k),O?l(O):null):a.default.createElement("button",r({},C),O?null:l(_),a.default.createElement("span",{className:c.CSS_CLASSES.LABEL},k),O?l(O):null)};var l=function(e){return e?a.default.cloneElement(e,{className:s.default(c.CSS_CLASSES.ICON,e.props.className)}):null};t.Button.defaultProps={initRipple:function(){}},t.default=u.withRipple(t.Button)},46:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CSS_CLASSES={ROOT:"mdc-button",ICON:"mdc-button__icon",LABEL:"mdc-button__label",DENSE:"mdc-button--dense",RAISED:"mdc-button--raised",OUTLINED:"mdc-button--outlined",UNELEVATED:"mdc-button--unelevated"}},5:function(e,t){e.exports=i}}))},10523:(e,t,n)=>{var r,o,i,a,s;r=n(69919),o=n(61987).utf8,i=n(27634),a=n(61987).bin,(s=function(e,t){e.constructor==String?e=t&&"binary"===t.encoding?a.stringToBytes(e):o.stringToBytes(e):i(e)?e=Array.prototype.slice.call(e,0):Array.isArray(e)||e.constructor===Uint8Array||(e=e.toString());for(var n=r.bytesToWords(e),u=8*e.length,c=1732584193,l=-271733879,p=-1732584194,f=271733878,d=0;d<n.length;d++)n[d]=16711935&(n[d]<<8|n[d]>>>24)|4278255360&(n[d]<<24|n[d]>>>8);n[u>>>5]|=128<<u%32,n[14+(u+64>>>9<<4)]=u;var h=s._ff,m=s._gg,g=s._hh,y=s._ii;for(d=0;d<n.length;d+=16){var v=c,b=l,_=p,w=f;c=h(c,l,p,f,n[d+0],7,-680876936),f=h(f,c,l,p,n[d+1],12,-389564586),p=h(p,f,c,l,n[d+2],17,606105819),l=h(l,p,f,c,n[d+3],22,-1044525330),c=h(c,l,p,f,n[d+4],7,-176418897),f=h(f,c,l,p,n[d+5],12,1200080426),p=h(p,f,c,l,n[d+6],17,-1473231341),l=h(l,p,f,c,n[d+7],22,-45705983),c=h(c,l,p,f,n[d+8],7,1770035416),f=h(f,c,l,p,n[d+9],12,-1958414417),p=h(p,f,c,l,n[d+10],17,-42063),l=h(l,p,f,c,n[d+11],22,-1990404162),c=h(c,l,p,f,n[d+12],7,1804603682),f=h(f,c,l,p,n[d+13],12,-40341101),p=h(p,f,c,l,n[d+14],17,-1502002290),c=m(c,l=h(l,p,f,c,n[d+15],22,1236535329),p,f,n[d+1],5,-165796510),f=m(f,c,l,p,n[d+6],9,-1069501632),p=m(p,f,c,l,n[d+11],14,643717713),l=m(l,p,f,c,n[d+0],20,-373897302),c=m(c,l,p,f,n[d+5],5,-701558691),f=m(f,c,l,p,n[d+10],9,38016083),p=m(p,f,c,l,n[d+15],14,-660478335),l=m(l,p,f,c,n[d+4],20,-405537848),c=m(c,l,p,f,n[d+9],5,568446438),f=m(f,c,l,p,n[d+14],9,-1019803690),p=m(p,f,c,l,n[d+3],14,-187363961),l=m(l,p,f,c,n[d+8],20,1163531501),c=m(c,l,p,f,n[d+13],5,-1444681467),f=m(f,c,l,p,n[d+2],9,-51403784),p=m(p,f,c,l,n[d+7],14,1735328473),c=g(c,l=m(l,p,f,c,n[d+12],20,-1926607734),p,f,n[d+5],4,-378558),f=g(f,c,l,p,n[d+8],11,-2022574463),p=g(p,f,c,l,n[d+11],16,1839030562),l=g(l,p,f,c,n[d+14],23,-35309556),c=g(c,l,p,f,n[d+1],4,-1530992060),f=g(f,c,l,p,n[d+4],11,1272893353),p=g(p,f,c,l,n[d+7],16,-155497632),l=g(l,p,f,c,n[d+10],23,-1094730640),c=g(c,l,p,f,n[d+13],4,681279174),f=g(f,c,l,p,n[d+0],11,-358537222),p=g(p,f,c,l,n[d+3],16,-722521979),l=g(l,p,f,c,n[d+6],23,76029189),c=g(c,l,p,f,n[d+9],4,-640364487),f=g(f,c,l,p,n[d+12],11,-421815835),p=g(p,f,c,l,n[d+15],16,530742520),c=y(c,l=g(l,p,f,c,n[d+2],23,-995338651),p,f,n[d+0],6,-198630844),f=y(f,c,l,p,n[d+7],10,1126891415),p=y(p,f,c,l,n[d+14],15,-1416354905),l=y(l,p,f,c,n[d+5],21,-57434055),c=y(c,l,p,f,n[d+12],6,1700485571),f=y(f,c,l,p,n[d+3],10,-1894986606),p=y(p,f,c,l,n[d+10],15,-1051523),l=y(l,p,f,c,n[d+1],21,-2054922799),c=y(c,l,p,f,n[d+8],6,1873313359),f=y(f,c,l,p,n[d+15],10,-30611744),p=y(p,f,c,l,n[d+6],15,-1560198380),l=y(l,p,f,c,n[d+13],21,1309151649),c=y(c,l,p,f,n[d+4],6,-145523070),f=y(f,c,l,p,n[d+11],10,-1120210379),p=y(p,f,c,l,n[d+2],15,718787259),l=y(l,p,f,c,n[d+9],21,-343485551),c=c+v>>>0,l=l+b>>>0,p=p+_>>>0,f=f+w>>>0}return r.endian([c,l,p,f])})._ff=function(e,t,n,r,o,i,a){var s=e+(t&n|~t&r)+(o>>>0)+a;return(s<<i|s>>>32-i)+t},s._gg=function(e,t,n,r,o,i,a){var s=e+(t&r|n&~r)+(o>>>0)+a;return(s<<i|s>>>32-i)+t},s._hh=function(e,t,n,r,o,i,a){var s=e+(t^n^r)+(o>>>0)+a;return(s<<i|s>>>32-i)+t},s._ii=function(e,t,n,r,o,i,a){var s=e+(n^(t|~r))+(o>>>0)+a;return(s<<i|s>>>32-i)+t},s._blocksize=16,s._digestsize=16,e.exports=function(e,t){if(null==e)throw new Error("Illegal argument "+e);var n=r.wordsToBytes(s(e,t));return t&&t.asBytes?n:t&&t.asString?a.bytesToString(n):r.bytesToHex(n)}},10564:e=>{function t(n){return e.exports=t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,t(n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},10692:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(91339),o=(n(63696),n(84902));function i(){return(0,r.A)()||o.A}},10739:e=>{e.exports=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n},e.exports.__esModule=!0,e.exports.default=e.exports},11120:(e,t,n)=>{"use strict";n.d(t,{AU:()=>a,Hv:()=>s,oc:()=>o,on:()=>i});var r=n(92194),o="object"==typeof window,i=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return e.addEventListener.apply(e,t)},a=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return e.removeEventListener.apply(e,t)},s=n.n(r)()},11192:(e,t,n)=>{"use strict";n.r(t),n.d(t,{focusable:()=>E,getTabIndex:()=>f,isFocusable:()=>C,isTabbable:()=>O,tabbable:()=>k});var r=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],o=r.join(","),i="undefined"==typeof Element,a=i?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,s=!i&&Element.prototype.getRootNode?function(e){var t;return null==e||null===(t=e.getRootNode)||void 0===t?void 0:t.call(e)}:function(e){return null==e?void 0:e.ownerDocument},u=function e(t,n){var r;void 0===n&&(n=!0);var o=null==t||null===(r=t.getAttribute)||void 0===r?void 0:r.call(t,"inert");return""===o||"true"===o||n&&t&&e(t.parentNode)},c=function(e,t,n){if(u(e))return[];var r=Array.prototype.slice.apply(e.querySelectorAll(o));return t&&a.call(e,o)&&r.unshift(e),r=r.filter(n)},l=function e(t,n,r){for(var i=[],s=Array.from(t);s.length;){var c=s.shift();if(!u(c,!1))if("SLOT"===c.tagName){var l=c.assignedElements(),p=e(l.length?l:c.children,!0,r);r.flatten?i.push.apply(i,p):i.push({scopeParent:c,candidates:p})}else{a.call(c,o)&&r.filter(c)&&(n||!t.includes(c))&&i.push(c);var f=c.shadowRoot||"function"==typeof r.getShadowRoot&&r.getShadowRoot(c),d=!u(f,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(c));if(f&&d){var h=e(!0===f?c.children:f.children,!0,r);r.flatten?i.push.apply(i,h):i.push({scopeParent:c,candidates:h})}else s.unshift.apply(s,c.children)}}return i},p=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},f=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||function(e){var t,n=null==e||null===(t=e.getAttribute)||void 0===t?void 0:t.call(e,"contenteditable");return""===n||"true"===n}(e))&&!p(e)?0:e.tabIndex},d=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},h=function(e){return"INPUT"===e.tagName},m=function(e){return function(e){return h(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||s(e),r=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var o=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]}(t,e.form);return!o||o===e}(e)},g=function(e){var t=e.getBoundingClientRect(),n=t.width,r=t.height;return 0===n&&0===r},y=function(e,t){var n=t.displayCheck,r=t.getShadowRoot;if("hidden"===getComputedStyle(e).visibility)return!0;var o=a.call(e,"details>summary:first-of-type")?e.parentElement:e;if(a.call(o,"details:not([open]) *"))return!0;if(n&&"full"!==n&&"legacy-full"!==n){if("non-zero-area"===n)return g(e)}else{if("function"==typeof r){for(var i=e;e;){var u=e.parentElement,c=s(e);if(u&&!u.shadowRoot&&!0===r(u))return g(e);e=e.assignedSlot?e.assignedSlot:u||c===e.ownerDocument?u:c.host}e=i}if(function(e){var t,n,r,o,i=e&&s(e),a=null===(t=i)||void 0===t?void 0:t.host,u=!1;if(i&&i!==e)for(u=!!(null!==(n=a)&&void 0!==n&&null!==(r=n.ownerDocument)&&void 0!==r&&r.contains(a)||null!=e&&null!==(o=e.ownerDocument)&&void 0!==o&&o.contains(e));!u&&a;){var c,l,p;u=!(null===(l=a=null===(c=i=s(a))||void 0===c?void 0:c.host)||void 0===l||null===(p=l.ownerDocument)||void 0===p||!p.contains(a))}return u}(e))return!e.getClientRects().length;if("legacy-full"!==n)return!0}return!1},v=function(e,t){return!(t.disabled||u(t)||function(e){return h(e)&&"hidden"===e.type}(t)||y(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some(function(e){return"SUMMARY"===e.tagName})}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n<t.children.length;n++){var r=t.children.item(n);if("LEGEND"===r.tagName)return!!a.call(t,"fieldset[disabled] *")||!r.contains(e)}return!0}t=t.parentElement}return!1}(t))},b=function(e,t){return!(m(t)||f(t)<0||!v(e,t))},_=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},w=function e(t){var n=[],r=[];return t.forEach(function(t,o){var i=!!t.scopeParent,a=i?t.scopeParent:t,s=function(e,t){var n=f(e);return n<0&&t&&!p(e)?0:n}(a,i),u=i?e(t.candidates):a;0===s?i?n.push.apply(n,u):n.push(a):r.push({documentOrder:o,tabIndex:s,item:t,isScope:i,content:u})}),r.sort(d).reduce(function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e},[]).concat(n)},k=function(e,t){var n;return n=(t=t||{}).getShadowRoot?l([e],t.includeContainer,{filter:b.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:_}):c(e,t.includeContainer,b.bind(null,t)),w(n)},E=function(e,t){return(t=t||{}).getShadowRoot?l([e],t.includeContainer,{filter:v.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):c(e,t.includeContainer,v.bind(null,t))},O=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==a.call(e,o)&&b(t,e)},j=r.concat("iframe").join(","),C=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==a.call(e,j)&&v(t,e)}},11327:(e,t,n)=>{var r=n(10564).default;e.exports=function(e,t){if("object"!=r(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=r(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},11534:(e,t,n)=>{"use strict";var r=n(96784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(85707));function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function a(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?i(Object(n),!0).forEach(function(t){(0,o.default)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var s=function(e,t){var n,r,o=e.path;return"string"==typeof e.namespace&&"string"==typeof e.endpoint&&(n=e.namespace.replace(/^\/|\/$/g,""),o=(r=e.endpoint.replace(/^\//,""))?n+"/"+r:n),delete e.namespace,delete e.endpoint,t(a(a({},e),{},{path:o}))};t.default=s},12417:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(41705),o=n(81515),i=n(63696);function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}const s=function Icon(e){var t=e.icon,n=e.size,s=void 0===n?24:n,u=(0,o.A)(e,["icon","size"]);return(0,i.cloneElement)(t,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach(function(t){(0,r.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({width:s,height:s},u))}},12786:function(e,t,n){var r,o,i;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(10322),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=60)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},161:function(e,t,n){"use strict";n.r(t),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},o=function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}(),a=n(4);n.d(t,"MDCDialogFoundation",function(){return s});var s=function(e){function t(n){var r=e.call(this,o({},t.defaultAdapter,n))||this;return r.isOpen_=!1,r.animationFrame_=0,r.animationTimer_=0,r.layoutFrame_=0,r.escapeKeyAction_=a.strings.CLOSE_ACTION,r.scrimClickAction_=a.strings.CLOSE_ACTION,r.autoStackButtons_=!0,r.areButtonsStacked_=!1,r}return function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return a.cssClasses},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return a.strings},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return a.numbers},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addBodyClass:function(){},addClass:function(){},areButtonsStacked:function(){return!1},clickDefaultButton:function(){},eventTargetMatches:function(){return!1},getActionFromEvent:function(){return""},hasClass:function(){return!1},isContentScrollable:function(){return!1},notifyClosed:function(){},notifyClosing:function(){},notifyOpened:function(){},notifyOpening:function(){},releaseFocus:function(){},removeBodyClass:function(){},removeClass:function(){},reverseButtons:function(){},trapFocus:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){this.adapter_.hasClass(a.cssClasses.STACKED)&&this.setAutoStackButtons(!1)},t.prototype.destroy=function(){this.isOpen_&&this.close(a.strings.DESTROY_ACTION),this.animationTimer_&&(clearTimeout(this.animationTimer_),this.handleAnimationTimerEnd_()),this.layoutFrame_&&(cancelAnimationFrame(this.layoutFrame_),this.layoutFrame_=0)},t.prototype.open=function(){var e=this;this.isOpen_=!0,this.adapter_.notifyOpening(),this.adapter_.addClass(a.cssClasses.OPENING),this.runNextAnimationFrame_(function(){e.adapter_.addClass(a.cssClasses.OPEN),e.adapter_.addBodyClass(a.cssClasses.SCROLL_LOCK),e.layout(),e.animationTimer_=setTimeout(function(){e.handleAnimationTimerEnd_(),e.adapter_.trapFocus(),e.adapter_.notifyOpened()},a.numbers.DIALOG_ANIMATION_OPEN_TIME_MS)})},t.prototype.close=function(e){var t=this;void 0===e&&(e=""),this.isOpen_&&(this.isOpen_=!1,this.adapter_.notifyClosing(e),this.adapter_.addClass(a.cssClasses.CLOSING),this.adapter_.removeClass(a.cssClasses.OPEN),this.adapter_.removeBodyClass(a.cssClasses.SCROLL_LOCK),cancelAnimationFrame(this.animationFrame_),this.animationFrame_=0,clearTimeout(this.animationTimer_),this.animationTimer_=setTimeout(function(){t.adapter_.releaseFocus(),t.handleAnimationTimerEnd_(),t.adapter_.notifyClosed(e)},a.numbers.DIALOG_ANIMATION_CLOSE_TIME_MS))},t.prototype.isOpen=function(){return this.isOpen_},t.prototype.getEscapeKeyAction=function(){return this.escapeKeyAction_},t.prototype.setEscapeKeyAction=function(e){this.escapeKeyAction_=e},t.prototype.getScrimClickAction=function(){return this.scrimClickAction_},t.prototype.setScrimClickAction=function(e){this.scrimClickAction_=e},t.prototype.getAutoStackButtons=function(){return this.autoStackButtons_},t.prototype.setAutoStackButtons=function(e){this.autoStackButtons_=e},t.prototype.layout=function(){var e=this;this.layoutFrame_&&cancelAnimationFrame(this.layoutFrame_),this.layoutFrame_=requestAnimationFrame(function(){e.layoutInternal_(),e.layoutFrame_=0})},t.prototype.handleInteraction=function(e){var t="click"===e.type,n="Enter"===e.key||13===e.keyCode,r="Space"===e.key||32===e.keyCode,o=this.adapter_.eventTargetMatches(e.target,a.strings.SCRIM_SELECTOR),i=!this.adapter_.eventTargetMatches(e.target,a.strings.SUPPRESS_DEFAULT_PRESS_SELECTOR);if(t&&o&&""!==this.scrimClickAction_)this.close(this.scrimClickAction_);else if(t||r||n){var s=this.adapter_.getActionFromEvent(e);s?this.close(s):n&&i&&this.adapter_.clickDefaultButton()}},t.prototype.handleDocumentKeydown=function(e){("Escape"===e.key||27===e.keyCode)&&""!==this.escapeKeyAction_&&this.close(this.escapeKeyAction_)},t.prototype.layoutInternal_=function(){this.autoStackButtons_&&this.detectStackedButtons_(),this.detectScrollableContent_()},t.prototype.handleAnimationTimerEnd_=function(){this.animationTimer_=0,this.adapter_.removeClass(a.cssClasses.OPENING),this.adapter_.removeClass(a.cssClasses.CLOSING)},t.prototype.runNextAnimationFrame_=function(e){var t=this;cancelAnimationFrame(this.animationFrame_),this.animationFrame_=requestAnimationFrame(function(){t.animationFrame_=0,clearTimeout(t.animationTimer_),t.animationTimer_=setTimeout(e,0)})},t.prototype.detectStackedButtons_=function(){this.adapter_.removeClass(a.cssClasses.STACKED);var e=this.adapter_.areButtonsStacked();e&&this.adapter_.addClass(a.cssClasses.STACKED),e!==this.areButtonsStacked_&&(this.adapter_.reverseButtons(),this.areButtonsStacked_=e)},t.prototype.detectScrollableContent_=function(){this.adapter_.removeClass(a.cssClasses.SCROLLABLE),this.adapter_.isContentScrollable()&&this.adapter_.addClass(a.cssClasses.SCROLLABLE)},t}(i);t.default=s},172:function(e,t,n){"use strict";n.r(t);var r={};function o(e,t){if(e.closest)return e.closest(t);for(var n=e;n;){if(i(n,t))return n;n=n.parentElement}return null}function i(e,t){return(e.matches||e.webkitMatchesSelector||e.msMatchesSelector).call(e,t)}n.r(r),n.d(r,"closest",function(){return o}),n.d(r,"matches",function(){return i}),n.d(t,"ponyfill",function(){return r})},23:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r="mdc-dialog",o={BASE:r,CONTAINER:r+"__container",SURFACE:r+"__surface",TITLE:r+"__title",CONTENT:r+"__content",ACTIONS:r+"__actions",BUTTON:r+"__button",DEFAULT_BUTTON:r+"__button--default",SCRIM:r+"__scrim"};t.cssClasses=o,t.LAYOUT_EVENTS=["resize","orientationchange"]},4:function(e,t,n){"use strict";n.r(t),n.d(t,"cssClasses",function(){return r}),n.d(t,"strings",function(){return o}),n.d(t,"numbers",function(){return i});var r={CLOSING:"mdc-dialog--closing",OPEN:"mdc-dialog--open",OPENING:"mdc-dialog--opening",SCROLLABLE:"mdc-dialog--scrollable",SCROLL_LOCK:"mdc-dialog-scroll-lock",STACKED:"mdc-dialog--stacked"},o={ACTION_ATTRIBUTE:"data-mdc-dialog-action",BUTTON_SELECTOR:".mdc-dialog__button",CLOSED_EVENT:"MDCDialog:closed",CLOSE_ACTION:"close",CLOSING_EVENT:"MDCDialog:closing",CONTAINER_SELECTOR:".mdc-dialog__container",CONTENT_SELECTOR:".mdc-dialog__content",DEFAULT_BUTTON_SELECTOR:".mdc-dialog__button--default",DESTROY_ACTION:"destroy",OPENED_EVENT:"MDCDialog:opened",OPENING_EVENT:"MDCDialog:opening",SCRIM_SELECTOR:".mdc-dialog__scrim",SUPPRESS_DEFAULT_PRESS_SELECTOR:["textarea",".mdc-menu .mdc-list-item"].join(", "),SURFACE_SELECTOR:".mdc-dialog__surface"},i={DIALOG_ANIMATION_CLOSE_TIME_MS:75,DIALOG_ANIMATION_OPEN_TIME_MS:150}},44:function(e,t,n){var r,o,i=n(62),a=n(63),s=(o=[],{activateTrap:function(e){if(o.length>0){var t=o[o.length-1];t!==e&&t.pause()}var n=o.indexOf(e);-1===n||o.splice(n,1),o.push(e)},deactivateTrap:function(e){var t=o.indexOf(e);-1!==t&&o.splice(t,1),o.length>0&&o[o.length-1].unpause()}});function u(e){return setTimeout(e,0)}e.exports=function(e,t){var n=document,o="string"==typeof e?n.querySelector(e):e,c=a({returnFocusOnDeactivate:!0,escapeDeactivates:!0},t),l={firstTabbableNode:null,lastTabbableNode:null,nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1},p={activate:function(e){if(!l.active){w(),l.active=!0,l.paused=!1,l.nodeFocusedBeforeActivation=n.activeElement;var t=e&&e.onActivate?e.onActivate:c.onActivate;return t&&t(),d(),p}},deactivate:f,pause:function(){!l.paused&&l.active&&(l.paused=!0,h())},unpause:function(){l.paused&&l.active&&(l.paused=!1,w(),d())}};return p;function f(e){if(l.active){clearTimeout(r),h(),l.active=!1,l.paused=!1,s.deactivateTrap(p);var t=e&&void 0!==e.onDeactivate?e.onDeactivate:c.onDeactivate;return t&&t(),(e&&void 0!==e.returnFocus?e.returnFocus:c.returnFocusOnDeactivate)&&u(function(){k(l.nodeFocusedBeforeActivation)}),p}}function d(){if(l.active)return s.activateTrap(p),r=u(function(){k(g())}),n.addEventListener("focusin",v,!0),n.addEventListener("mousedown",y,{capture:!0,passive:!1}),n.addEventListener("touchstart",y,{capture:!0,passive:!1}),n.addEventListener("click",_,{capture:!0,passive:!1}),n.addEventListener("keydown",b,{capture:!0,passive:!1}),p}function h(){if(l.active)return n.removeEventListener("focusin",v,!0),n.removeEventListener("mousedown",y,!0),n.removeEventListener("touchstart",y,!0),n.removeEventListener("click",_,!0),n.removeEventListener("keydown",b,!0),p}function m(e){var t=c[e],r=t;if(!t)return null;if("string"==typeof t&&!(r=n.querySelector(t)))throw new Error("`"+e+"` refers to no known node");if("function"==typeof t&&!(r=t()))throw new Error("`"+e+"` did not return a node");return r}function g(){var e;if(!(e=null!==m("initialFocus")?m("initialFocus"):o.contains(n.activeElement)?n.activeElement:l.firstTabbableNode||m("fallbackFocus")))throw new Error("You can't have a focus-trap without at least one focusable element");return e}function y(e){o.contains(e.target)||(c.clickOutsideDeactivates?f({returnFocus:!i.isFocusable(e.target)}):e.preventDefault())}function v(e){o.contains(e.target)||e.target instanceof Document||(e.stopImmediatePropagation(),k(l.mostRecentlyFocusedNode||g()))}function b(e){if(!1!==c.escapeDeactivates&&function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e))return e.preventDefault(),void f();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){if(w(),e.shiftKey&&e.target===l.firstTabbableNode)return e.preventDefault(),void k(l.lastTabbableNode);e.shiftKey||e.target!==l.lastTabbableNode||(e.preventDefault(),k(l.firstTabbableNode))}(e)}function _(e){c.clickOutsideDeactivates||o.contains(e.target)||(e.preventDefault(),e.stopImmediatePropagation())}function w(){var e=i(o);l.firstTabbableNode=e[0]||g(),l.lastTabbableNode=e[e.length-1]||g()}function k(e){e!==n.activeElement&&(e&&e.focus?(e.focus(),l.mostRecentlyFocusedNode=e,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(e)&&e.select()):k(g()))}}},60:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(161),p=n(61),f=n(4),d=n(172),h=s(n(64));t.DialogContent=h.default;var m=s(n(65));t.DialogFooter=m.default;var g=s(n(66));t.DialogTitle=g.default;var y=s(n(67));t.DialogButton=y.default;var v=n(23);function b(e){return e.type===g.default}var _=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.dialogElement=u.default.createRef(),t.state={classList:new Set},t.open=function(){t.initializeFocusTrap(),t.foundation.open()},t.initializeFocusTrap=function(){t.focusTrap=t.props.children&&p.createFocusTrapInstance(t.dialogElement.current)},t.handleOpening=function(){t.props.onOpening(),v.LAYOUT_EVENTS.forEach(function(e){return window.addEventListener(e,t.handleLayout)}),document.addEventListener("keydown",t.handleDocumentKeyDown)},t.handleClosing=function(e){t.props.onClosing(e),v.LAYOUT_EVENTS.forEach(function(e){return window.removeEventListener(e,t.handleLayout)}),document.removeEventListener("keydown",t.handleDocumentKeyDown)},t.handleInteraction=function(e){return t.foundation.handleInteraction(e.nativeEvent)},t.handleDocumentKeyDown=function(e){return t.foundation.handleDocumentKeydown(e)},t.handleLayout=function(){return t.foundation.layout()},t.renderContainer=function(e){return e?u.default.createElement("div",{className:v.cssClasses.CONTAINER},u.default.createElement("div",{className:v.cssClasses.SURFACE},u.default.Children.map(e,t.renderChild))):void 0},t.renderChild=function(e,n){return b(e)||e.type===h.default?u.default.cloneElement(e,i({key:"child-"+n},e.props,{id:t.setId(e,e.props.id)})):e},t.setId=function(e,n){var r=t.props.id;if(b(e)){var o=n||r+"-title";return t.labelledBy=o,o}var i=n||r+"-content";return t.describedBy=i,i},t}return o(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.open,n=e.autoStackButtons,r=e.escapeKeyAction,o=e.scrimClickAction;this.foundation=new l.MDCDialogFoundation(this.adapter),this.foundation.init(),t&&this.open(),n||this.foundation.setAutoStackButtons(n),"string"==typeof r&&this.foundation.setEscapeKeyAction(r),"string"==typeof o&&this.foundation.setScrimClickAction(o)},t.prototype.componentWillUnmount=function(){this.foundation.destroy()},t.prototype.componentDidUpdate=function(e){var t=this.props,n=t.open,r=t.autoStackButtons,o=t.escapeKeyAction,i=t.scrimClickAction;if(e.autoStackButtons!==r&&this.foundation.setAutoStackButtons(r),e.escapeKeyAction!==o&&this.foundation.setEscapeKeyAction(o),e.scrimClickAction!==i&&this.foundation.setScrimClickAction(i),e.open!==n)return n?this.open():this.foundation.close()},Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.state.classList,t=this.props.className;return c.default(v.cssClasses.BASE,Array.from(e),t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"buttons",{get:function(){return this.dialogElement.current&&[].slice.call(this.dialogElement.current.getElementsByClassName(v.cssClasses.BUTTON))||[]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"content",{get:function(){return this.dialogElement.current&&this.dialogElement.current.querySelector("."+v.cssClasses.CONTENT)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"defaultButton",{get:function(){return this.dialogElement.current&&this.dialogElement.current.querySelector("."+v.cssClasses.DEFAULT_BUTTON)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this,t=l.MDCDialogFoundation.strings,n=d.ponyfill.closest,r=d.ponyfill.matches;return{addClass:function(t){var n=e.state.classList;n.add(t),e.setState({classList:n})},removeClass:function(t){var n=e.state.classList;n.delete(t),e.setState({classList:n})},hasClass:function(t){return e.classes.split(" ").includes(t)},addBodyClass:function(e){return document.body.classList.add(e)},removeBodyClass:function(e){return document.body.classList.remove(e)},eventTargetMatches:function(e,t){return r(e,t)},trapFocus:function(){return e.focusTrap&&e.focusTrap.activate()},releaseFocus:function(){return e.focusTrap&&e.focusTrap.deactivate()},isContentScrollable:function(){var t=e.content;return!!t&&p.isScrollable(t)},areButtonsStacked:function(){return!!e.buttons&&p.areTopsMisaligned(e.buttons)},getActionFromEvent:function(e){var r=n(e.target,"["+t.ACTION_ATTRIBUTE+"]");return r&&r.getAttribute(t.ACTION_ATTRIBUTE)},clickDefaultButton:function(){var t=e.defaultButton;t&&t.click()},reverseButtons:function(){var t=e.buttons;return t&&t.reverse().forEach(function(e){return e.parentElement&&e.parentElement.appendChild(e)})},notifyOpening:function(){return e.handleOpening()},notifyOpened:function(){return e.props.onOpen&&e.props.onOpen()},notifyClosing:function(t){return e.handleClosing(t)},notifyClosed:function(t){return e.props.onClose&&e.props.onClose(t)}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=(e.autoStackButtons,e.className,e.children),n=(e.escapeKeyAction,e.id),r=(e.onOpening,e.onOpen,e.onClick,e.onClosing,e.onClose,e.onKeyDown,e.open,e.scrimClickAction,e.tag),o=a(e,["autoStackButtons","className","children","escapeKeyAction","id","onOpening","onOpen","onClick","onClosing","onClose","onKeyDown","open","scrimClickAction","tag"]),s=this.renderContainer(t);return u.default.createElement(r,i({},o,{"aria-labelledby":this.labelledBy,"aria-describedby":this.describedBy,"aria-modal":!0,className:this.classes,id:n,onKeyDown:this.handleInteraction,onClick:this.handleInteraction,ref:this.dialogElement}),s,u.default.createElement("div",{className:v.cssClasses.SCRIM}))},t.defaultProps={autoStackButtons:!0,className:"",onOpening:function(){},onClosing:function(){},tag:"div",id:"mdc-dialog",open:!1,role:"alertdialog",escapeKeyAction:f.strings.CLOSE_ACTION,scrimClickAction:f.strings.CLOSE_ACTION},t}(u.default.Component);t.default=_},61:function(e,t,n){"use strict";n.r(t),n.d(t,"createFocusTrapInstance",function(){return i}),n.d(t,"isScrollable",function(){return a}),n.d(t,"areTopsMisaligned",function(){return s});var r=n(44),o=n.n(r);function i(e,t,n){return void 0===t&&(t=o.a),t(e,{clickOutsideDeactivates:!0,escapeDeactivates:!1,initialFocus:n})}function a(e){return!!e&&e.scrollHeight>e.offsetHeight}function s(e){var t=new Set;return[].forEach.call(e,function(e){return t.add(e.offsetTop)}),t.size>1}},62:function(e,t){var n=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'],r=n.join(","),o="undefined"==typeof Element?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector;function i(e,t){t=t||{};var n,i,s,u=[],p=[],f=e.querySelectorAll(r);for(t.includeContainer&&o.call(e,r)&&(f=Array.prototype.slice.apply(f)).unshift(e),n=0;n<f.length;n++)a(i=f[n])&&(0===(s=c(i))?u.push(i):p.push({documentOrder:n,tabIndex:s,node:i}));return p.sort(l).map(function(e){return e.node}).concat(u)}function a(e){return!(!s(e)||function(e){return function(e){return p(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t=function(e){for(var t=0;t<e.length;t++)if(e[t].checked)return e[t]}(e.ownerDocument.querySelectorAll('input[type="radio"][name="'+e.name+'"]'));return!t||t===e}(e)}(e)||c(e)<0)}function s(e){return!(e.disabled||function(e){return p(e)&&"hidden"===e.type}(e)||function(e){return null===e.offsetParent||"hidden"===getComputedStyle(e).visibility}(e))}i.isTabbable=function(e){if(!e)throw new Error("No node provided");return!1!==o.call(e,r)&&a(e)},i.isFocusable=function(e){if(!e)throw new Error("No node provided");return!1!==o.call(e,u)&&s(e)};var u=n.concat("iframe").join(",");function c(e){var t=parseInt(e.getAttribute("tabindex"),10);return isNaN(t)?function(e){return"true"===e.contentEditable}(e)?0:e.tabIndex:t}function l(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex}function p(e){return"INPUT"===e.tagName}e.exports=i},63:function(e,t){e.exports=function(){for(var e={},t=0;t<arguments.length;t++){var r=arguments[t];for(var o in r)n.call(r,o)&&(e[o]=r[o])}return e};var n=Object.prototype.hasOwnProperty},64:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=n(23);t.default=function(e){var t=e.className,n=void 0===t?"":t,i=e.children,c=e.tag,l=void 0===c?"div":c,p=o(e,["className","children","tag"]);return a.default.createElement(l,r({className:s.default(n,u.cssClasses.CONTENT)},p),i)}},65:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=n(23);t.default=function(e){var t=e.className,n=void 0===t?"":t,i=e.children,c=e.tag,l=void 0===c?"footer":c,p=o(e,["className","children","tag"]);return a.default.createElement(l,r({className:s.default(n,u.cssClasses.ACTIONS)},p),i)}},66:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=n(23);t.default=function(e){var t=e.className,n=void 0===t?"":t,i=e.children,c=e.tag,l=void 0===c?"h2":c,p=o(e,["className","children","tag"]);return a.default.createElement(l,r({className:s.default(n,u.cssClasses.TITLE)},p),i)}},67:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=n(23),c=i(n(68));t.default=function(e){var t,n=e.action,i=e.className,l=void 0===i?"":i,p=e.children,f=e.isDefault,d=void 0!==f&&f,h=o(e,["action","className","children","isDefault"]);return a.default.createElement(c.default,r({className:s.default(l,u.cssClasses.BUTTON,(t={},t[u.cssClasses.DEFAULT_BUTTON]=d,t)),"data-mdc-dialog-action":n},h),p)}},68:function(e,t){e.exports=i}}))},12853:function(e,t,n){var r,o;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=86)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},151:function(e,t,n){"use strict";n.r(t),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},o=function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}(),a={LINE_RIPPLE_ACTIVE:"mdc-line-ripple--active",LINE_RIPPLE_DEACTIVATING:"mdc-line-ripple--deactivating"};n.d(t,"MDCLineRippleFoundation",function(){return s});var s=function(e){function t(n){var r=e.call(this,o({},t.defaultAdapter,n))||this;return r.transitionEndHandler_=function(e){return r.handleTransitionEnd(e)},r}return function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},setStyle:function(){},registerEventHandler:function(){},deregisterEventHandler:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){this.adapter_.registerEventHandler("transitionend",this.transitionEndHandler_)},t.prototype.destroy=function(){this.adapter_.deregisterEventHandler("transitionend",this.transitionEndHandler_)},t.prototype.activate=function(){this.adapter_.removeClass(a.LINE_RIPPLE_DEACTIVATING),this.adapter_.addClass(a.LINE_RIPPLE_ACTIVE)},t.prototype.setRippleCenter=function(e){this.adapter_.setStyle("transform-origin",e+"px center")},t.prototype.deactivate=function(){this.adapter_.addClass(a.LINE_RIPPLE_DEACTIVATING)},t.prototype.handleTransitionEnd=function(e){var t=this.adapter_.hasClass(a.LINE_RIPPLE_DEACTIVATING);"opacity"===e.propertyName&&t&&(this.adapter_.removeClass(a.LINE_RIPPLE_ACTIVE),this.adapter_.removeClass(a.LINE_RIPPLE_DEACTIVATING))},t}(i);t.default=s},86:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(151),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={classList:new Set,style:{}},t.setStyle=function(e,n){var r=e.replace(/-(\w)/g,function(e,t){return t.toUpperCase()}),o=Object.assign({},t.state.style);o[r]=n,t.setState({style:o})},t.getMergedStyles=function(){var e=t.props.style,n=t.state.style;return Object.assign({},n,e)},t.onTransitionEnd=function(e){return t.foundation_.handleTransitionEnd(e.nativeEvent)},t}return o(t,e),t.prototype.componentDidMount=function(){this.foundation_=new l.MDCLineRippleFoundation(this.adapter),this.foundation_.init(),this.props.active&&this.foundation_.activate()},t.prototype.componentDidUpdate=function(e){this.props.active!==e.active&&(this.props.active?this.foundation_.activate():this.foundation_.deactivate());var t=this.props.rippleCenter;t&&t!==e.rippleCenter&&!isNaN(t)&&this.foundation_.setRippleCenter(t)},t.prototype.componentWillUnmount=function(){this.foundation_.destroy()},Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{addClass:function(t){return e.setState({classList:e.state.classList.add(t)})},removeClass:function(t){var n=e.state.classList;n.delete(t),e.setState({classList:n})},hasClass:function(t){return e.state.classList.has(t)},setStyle:this.setStyle,registerEventHandler:function(){return null},deregisterEventHandler:function(){return null}}},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.props.className,t=this.state.classList;return c.default("mdc-line-ripple",Array.from(t),e)},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=(e.style,e.className,e.active,e.rippleCenter,a(e,["style","className","active","rippleCenter"]));return u.default.createElement("div",i({className:this.classes,style:this.getMergedStyles(),onTransitionEnd:this.onTransitionEnd},t))},t.defaultProps={className:"",style:{},active:!1,rippleCenter:0},t}(u.default.Component);t.default=p}}))},13606:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r,o,i,a,s=n(97850),u=n(40694),c=n(94300),l=n(63696),p=/<(\/)?(\w+)\s*(\/)?>/g;function f(e,t,n,r,o){return{element:e,tokenStart:t,tokenLength:n,prevOffset:r,leadingTextStart:o,children:[]}}var d=function(e){var t="object"===(0,u.A)(e),n=t&&Object.values(e);return t&&n.length&&n.every(function(e){return(0,l.isValidElement)(e)})};function h(e){var t=function(){var e=p.exec(r);if(null===e)return["no-more-tokens"];var t=e.index,n=(0,s.A)(e,4),o=n[0],i=n[1],a=n[2],u=n[3],c=o.length;if(u)return["self-closed",a,t,c];if(i)return["closer",a,t,c];return["opener",a,t,c]}(),n=(0,s.A)(t,4),u=n[0],d=n[1],h=n[2],y=n[3],v=a.length,b=h>o?o:null;if(!e[d])return m(),!1;switch(u){case"no-more-tokens":if(0!==v){var _=a.pop(),w=_.leadingTextStart,k=_.tokenStart;i.push(r.substr(w,k))}return m(),!1;case"self-closed":return 0===v?(null!==b&&i.push(r.substr(b,h-b)),i.push(e[d]),o=h+y,!0):(g(f(e[d],h,y)),o=h+y,!0);case"opener":return a.push(f(e[d],h,y,h+y,b)),o=h+y,!0;case"closer":if(1===v)return function(e){var t=a.pop(),n=t.element,o=t.leadingTextStart,s=t.prevOffset,u=t.tokenStart,p=t.children,f=e?r.substr(s,e-s):r.substr(s);f&&p.push(f);null!==o&&i.push(r.substr(o,u-o));i.push(l.cloneElement.apply(void 0,[n,null].concat((0,c.A)(p))))}(h),o=h+y,!0;var E=a.pop(),O=r.substr(E.prevOffset,h-E.prevOffset);E.children.push(O),E.prevOffset=h+y;var j=f(E.element,E.tokenStart,E.tokenLength,h+y);return j.children=E.children,g(j),o=h+y,!0;default:return m(),!1}}function m(){var e=r.length-o;0!==e&&i.push(r.substr(o,e))}function g(e){var t=e.element,n=e.tokenStart,o=e.tokenLength,i=e.prevOffset,s=e.children,u=a[a.length-1],p=r.substr(u.prevOffset,n-u.prevOffset);p&&u.children.push(p),u.children.push(l.cloneElement.apply(void 0,[t,null].concat((0,c.A)(s)))),u.prevOffset=i||n+o}const __WEBPACK_DEFAULT_EXPORT__=function(e,t){if(r=e,o=0,i=[],a=[],p.lastIndex=0,!d(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are WPElements");do{}while(h(t));return l.createElement.apply(void 0,[l.Fragment,null].concat((0,c.A)(i)))}},14156:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===n}(e)}(e)};var n="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function r(e,t){return!1!==t.clone&&t.isMergeableObject(e)?u((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function o(e,t,n){return e.concat(t).map(function(e){return r(e,n)})}function i(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}(e))}function a(e,t){try{return t in e}catch(e){return!1}}function s(e,t,n){var o={};return n.isMergeableObject(e)&&i(e).forEach(function(t){o[t]=r(e[t],n)}),i(t).forEach(function(i){(function(e,t){return a(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,i)||(a(e,i)&&n.isMergeableObject(t[i])?o[i]=function(e,t){if(!t.customMerge)return u;var n=t.customMerge(e);return"function"==typeof n?n:u}(i,n)(e[i],t[i],n):o[i]=r(t[i],n))}),o}function u(e,n,i){(i=i||{}).arrayMerge=i.arrayMerge||o,i.isMergeableObject=i.isMergeableObject||t,i.cloneUnlessOtherwiseSpecified=r;var a=Array.isArray(n);return a===Array.isArray(e)?a?i.arrayMerge(e,n,i):s(e,n,i):r(n,i)}u.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce(function(e,n){return u(e,n,t)},{})};var c=u;e.exports=c},14403:(e,t,n)=>{"use strict";var r=n(21664),o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,s=o?Symbol.for("react.fragment"):60107,u=o?Symbol.for("react.strict_mode"):60108,c=o?Symbol.for("react.profiler"):60114,l=o?Symbol.for("react.provider"):60109,p=o?Symbol.for("react.context"):60110,f=o?Symbol.for("react.forward_ref"):60112,d=o?Symbol.for("react.suspense"):60113,h=o?Symbol.for("react.memo"):60115,m=o?Symbol.for("react.lazy"):60116,g="function"==typeof Symbol&&Symbol.iterator;function y(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var v={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},b={};function _(e,t,n){this.props=e,this.context=t,this.refs=b,this.updater=n||v}function w(){}function k(e,t,n){this.props=e,this.context=t,this.refs=b,this.updater=n||v}_.prototype.isReactComponent={},_.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(y(85));this.updater.enqueueSetState(this,e,t,"setState")},_.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},w.prototype=_.prototype;var E=k.prototype=new w;E.constructor=k,r(E,_.prototype),E.isPureReactComponent=!0;var O={current:null},j=Object.prototype.hasOwnProperty,C={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,n){var r,o={},a=null,s=null;if(null!=t)for(r in void 0!==t.ref&&(s=t.ref),void 0!==t.key&&(a=""+t.key),t)j.call(t,r)&&!C.hasOwnProperty(r)&&(o[r]=t[r]);var u=arguments.length-2;if(1===u)o.children=n;else if(1<u){for(var c=Array(u),l=0;l<u;l++)c[l]=arguments[l+2];o.children=c}if(e&&e.defaultProps)for(r in u=e.defaultProps)void 0===o[r]&&(o[r]=u[r]);return{$$typeof:i,type:e,key:a,ref:s,props:o,_owner:O.current}}function T(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var x=/\/+/g,A=[];function I(e,t,n,r){if(A.length){var o=A.pop();return o.result=e,o.keyPrefix=t,o.func=n,o.context=r,o.count=0,o}return{result:e,keyPrefix:t,func:n,context:r,count:0}}function P(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>A.length&&A.push(e)}function R(e,t,n,r){var o=typeof e;"undefined"!==o&&"boolean"!==o||(e=null);var s=!1;if(null===e)s=!0;else switch(o){case"string":case"number":s=!0;break;case"object":switch(e.$$typeof){case i:case a:s=!0}}if(s)return n(r,e,""===t?"."+D(e,0):t),1;if(s=0,t=""===t?".":t+":",Array.isArray(e))for(var u=0;u<e.length;u++){var c=t+D(o=e[u],u);s+=R(o,c,n,r)}else if(null===e||"object"!=typeof e?c=null:c="function"==typeof(c=g&&e[g]||e["@@iterator"])?c:null,"function"==typeof c)for(e=c.call(e),u=0;!(o=e.next()).done;)s+=R(o=o.value,c=t+D(o,u++),n,r);else if("object"===o)throw n=""+e,Error(y(31,"[object Object]"===n?"object with keys {"+Object.keys(e).join(", ")+"}":n,""));return s}function L(e,t,n){return null==e?0:R(e,"",t,n)}function D(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}(e.key):t.toString(36)}function N(e,t){e.func.call(e.context,t,e.count++)}function M(e,t,n){var r=e.result,o=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?z(e,r,n,function(e){return e}):null!=e&&(T(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,o+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(x,"$&/")+"/")+n)),r.push(e))}function z(e,t,n,r,o){var i="";null!=n&&(i=(""+n).replace(x,"$&/")+"/"),L(e,M,t=I(t,i,r,o)),P(t)}var F={current:null};function B(){var e=F.current;if(null===e)throw Error(y(321));return e}var H={ReactCurrentDispatcher:F,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:O,IsSomeRendererActing:{current:!1},assign:r};t.Children={map:function(e,t,n){if(null==e)return e;var r=[];return z(e,r,null,t,n),r},forEach:function(e,t,n){if(null==e)return e;L(e,N,t=I(null,null,t,n)),P(t)},count:function(e){return L(e,function(){return null},null)},toArray:function(e){var t=[];return z(e,t,null,function(e){return e}),t},only:function(e){if(!T(e))throw Error(y(143));return e}},t.Component=_,t.Fragment=s,t.Profiler=c,t.PureComponent=k,t.StrictMode=u,t.Suspense=d,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=H,t.cloneElement=function(e,t,n){if(null==e)throw Error(y(267,e));var o=r({},e.props),a=e.key,s=e.ref,u=e._owner;if(null!=t){if(void 0!==t.ref&&(s=t.ref,u=O.current),void 0!==t.key&&(a=""+t.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(l in t)j.call(t,l)&&!C.hasOwnProperty(l)&&(o[l]=void 0===t[l]&&void 0!==c?c[l]:t[l])}var l=arguments.length-2;if(1===l)o.children=n;else if(1<l){c=Array(l);for(var p=0;p<l;p++)c[p]=arguments[p+2];o.children=c}return{$$typeof:i,type:e.type,key:a,ref:s,props:o,_owner:u}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:p,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:l,_context:e},e.Consumer=e},t.createElement=S,t.createFactory=function(e){var t=S.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=T,t.lazy=function(e){return{$$typeof:m,_ctor:e,_status:-1,_result:null}},t.memo=function(e,t){return{$$typeof:h,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return B().useCallback(e,t)},t.useContext=function(e,t){return B().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return B().useEffect(e,t)},t.useImperativeHandle=function(e,t,n){return B().useImperativeHandle(e,t,n)},t.useLayoutEffect=function(e,t){return B().useLayoutEffect(e,t)},t.useMemo=function(e,t){return B().useMemo(e,t)},t.useReducer=function(e,t,n){return B().useReducer(e,t,n)},t.useRef=function(e){return B().useRef(e)},t.useState=function(e){return B().useState(e)},t.version="16.14.0"},14939:(e,t,n)=>{"use strict";function r(e,t){if(e&&t){if(e.constructor===Object&&t.constructor===Object)return function(e,t){if(e===t)return!0;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=0;o<n.length;){var i=n[o],a=e[i];if(void 0===a&&!t.hasOwnProperty(i)||a!==t[i])return!1;o++}return!0}(e,t);if(Array.isArray(e)&&Array.isArray(t))return function(e,t){if(e===t)return!0;if(e.length!==t.length)return!1;for(var n=0,r=e.length;n<r;n++)if(e[n]!==t[n])return!1;return!0}(e,t)}return e===t}n.d(t,{Ay:()=>r})},15674:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const r="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__"},15844:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(47209);const __WEBPACK_DEFAULT_EXPORT__=function(e){(0,r.A)(function(){e()})}},16438:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(17451);function o(e,t){if(e){if("string"==typeof e)return(0,r.A)(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?(0,r.A)(e,t):void 0}}},16467:function(e){var t,n;t=this,n=function(){function e(e){var t=getComputedStyle(e,null).getPropertyValue("overflow");return t.indexOf("scroll")>-1||t.indexOf("auto")>-1}return function(t){if(t instanceof HTMLElement||t instanceof SVGElement){for(var n=t.parentNode;n.parentNode;){if(e(n))return n;n=n.parentNode}return document.scrollingElement||document.documentElement}}},"function"==typeof define&&define.amd?define([],n):e.exports?e.exports=n():t.Scrollparent=n()},17064:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){(0,r.useEffect)(function(){return e&&e(),function(){t&&t()}},[])}},17243:function(e,t,n){e=n.nmd(e),function(){var r,o="Expected a function",i="__lodash_hash_undefined__",a="__lodash_placeholder__",s=16,u=32,c=64,l=128,p=256,f=1/0,d=9007199254740991,h=NaN,m=4294967295,g=[["ary",l],["bind",1],["bindKey",2],["curry",8],["curryRight",s],["flip",512],["partial",u],["partialRight",c],["rearg",p]],y="[object Arguments]",v="[object Array]",b="[object Boolean]",_="[object Date]",w="[object Error]",k="[object Function]",E="[object GeneratorFunction]",O="[object Map]",j="[object Number]",C="[object Object]",S="[object Promise]",T="[object RegExp]",x="[object Set]",A="[object String]",I="[object Symbol]",P="[object WeakMap]",R="[object ArrayBuffer]",L="[object DataView]",D="[object Float32Array]",N="[object Float64Array]",M="[object Int8Array]",z="[object Int16Array]",F="[object Int32Array]",B="[object Uint8Array]",H="[object Uint8ClampedArray]",U="[object Uint16Array]",W="[object Uint32Array]",V=/\b__p \+= '';/g,G=/\b(__p \+=) '' \+/g,K=/(__e\(.*?\)|\b__t\)) \+\n'';/g,q=/&(?:amp|lt|gt|quot|#39);/g,$=/[&<>"']/g,X=RegExp(q.source),Y=RegExp($.source),Q=/<%-([\s\S]+?)%>/g,J=/<%([\s\S]+?)%>/g,Z=/<%=([\s\S]+?)%>/g,ee=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,te=/^\w*$/,ne=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,re=/[\\^$.*+?()[\]{}|]/g,oe=RegExp(re.source),ie=/^\s+/,ae=/\s/,se=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ue=/\{\n\/\* \[wrapped with (.+)\] \*/,ce=/,? & /,le=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,pe=/[()=,{}\[\]\/\s]/,fe=/\\(\\)?/g,de=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,he=/\w*$/,me=/^[-+]0x[0-9a-f]+$/i,ge=/^0b[01]+$/i,ye=/^\[object .+?Constructor\]$/,ve=/^0o[0-7]+$/i,be=/^(?:0|[1-9]\d*)$/,_e=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,we=/($^)/,ke=/['\n\r\u2028\u2029\\]/g,Oe="\\ud800-\\udfff",je="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Se="\\u2700-\\u27bf",Te="a-z\\xdf-\\xf6\\xf8-\\xff",xe="A-Z\\xc0-\\xd6\\xd8-\\xde",Ae="\\ufe0e\\ufe0f",Re="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Ne="['’]",Me="["+Oe+"]",ze="["+Re+"]",Fe="["+je+"]",Be="\\d+",Ue="["+Se+"]",We="["+Te+"]",Ve="[^"+Oe+Re+Be+Se+Te+xe+"]",qe="\\ud83c[\\udffb-\\udfff]",$e="[^"+Oe+"]",Xe="(?:\\ud83c[\\udde6-\\uddff]){2}",Ye="[\\ud800-\\udbff][\\udc00-\\udfff]",et="["+xe+"]",tt="\\u200d",nt="(?:"+We+"|"+Ve+")",rt="(?:"+et+"|"+Ve+")",ot="(?:['’](?:d|ll|m|re|s|t|ve))?",it="(?:['’](?:D|LL|M|RE|S|T|VE))?",at="(?:"+Fe+"|"+qe+")"+"?",st="["+Ae+"]?",ut=st+at+("(?:"+tt+"(?:"+[$e,Xe,Ye].join("|")+")"+st+at+")*"),ct="(?:"+[Ue,Xe,Ye].join("|")+")"+ut,lt="(?:"+[$e+Fe+"?",Fe,Xe,Ye,Me].join("|")+")",pt=RegExp(Ne,"g"),ft=RegExp(Fe,"g"),dt=RegExp(qe+"(?="+qe+")|"+lt+ut,"g"),ht=RegExp([et+"?"+We+"+"+ot+"(?="+[ze,et,"$"].join("|")+")",rt+"+"+it+"(?="+[ze,et+nt,"$"].join("|")+")",et+"?"+nt+"+"+ot,et+"+"+it,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Be,ct].join("|"),"g"),mt=RegExp("["+tt+Oe+je+Ae+"]"),gt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,yt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],vt=-1,bt={};bt[D]=bt[N]=bt[M]=bt[z]=bt[F]=bt[B]=bt[H]=bt[U]=bt[W]=!0,bt[y]=bt[v]=bt[R]=bt[b]=bt[L]=bt[_]=bt[w]=bt[k]=bt[O]=bt[j]=bt[C]=bt[T]=bt[x]=bt[A]=bt[P]=!1;var _t={};_t[y]=_t[v]=_t[R]=_t[L]=_t[b]=_t[_]=_t[D]=_t[N]=_t[M]=_t[z]=_t[F]=_t[O]=_t[j]=_t[C]=_t[T]=_t[x]=_t[A]=_t[I]=_t[B]=_t[H]=_t[U]=_t[W]=!0,_t[w]=_t[k]=_t[P]=!1;var wt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},kt=parseFloat,Et=parseInt,Ot="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,jt="object"==typeof self&&self&&self.Object===Object&&self,Ct=Ot||jt||Function("return this")(),St=t&&!t.nodeType&&t,Tt=St&&e&&!e.nodeType&&e,xt=Tt&&Tt.exports===St,At=xt&&Ot.process,It=function(){try{var e=Tt&&Tt.require&&Tt.require("util").types;return e||At&&At.binding&&At.binding("util")}catch(e){}}(),Pt=It&&It.isArrayBuffer,Rt=It&&It.isDate,Lt=It&&It.isMap,Dt=It&&It.isRegExp,Nt=It&&It.isSet,Mt=It&&It.isTypedArray;function zt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function Ft(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o<i;){var a=e[o];t(r,a,n(a),e)}return r}function Bt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}function Ht(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function Ut(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function Wt(e,t){for(var n=-1,r=null==e?0:e.length,o=0,i=[];++n<r;){var a=e[n];t(a,n,e)&&(i[o++]=a)}return i}function Vt(e,t){return!!(null==e?0:e.length)&&en(e,t,0)>-1}function Gt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r<o;)if(n(t,e[r]))return!0;return!1}function Kt(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}function qt(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}function $t(e,t,n,r){var o=-1,i=null==e?0:e.length;for(r&&i&&(n=e[++o]);++o<i;)n=t(n,e[o],o,e);return n}function Xt(e,t,n,r){var o=null==e?0:e.length;for(r&&o&&(n=e[--o]);o--;)n=t(n,e[o],o,e);return n}function Yt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}var Qt=on("length");function Jt(e,t,n){var r;return n(e,function(e,n,o){if(t(e,n,o))return r=n,!1}),r}function Zt(e,t,n,r){for(var o=e.length,i=n+(r?1:-1);r?i--:++i<o;)if(t(e[i],i,e))return i;return-1}function en(e,t,n){return t==t?function(e,t,n){var r=n-1,o=e.length;for(;++r<o;)if(e[r]===t)return r;return-1}(e,t,n):Zt(e,nn,n)}function tn(e,t,n,r){for(var o=n-1,i=e.length;++o<i;)if(r(e[o],t))return o;return-1}function nn(e){return e!=e}function rn(e,t){var n=null==e?0:e.length;return n?un(e,t)/n:h}function on(e){return function(t){return null==t?r:t[e]}}function an(e){return function(t){return null==e?r:e[t]}}function sn(e,t,n,r,o){return o(e,function(e,o,i){n=r?(r=!1,e):t(n,e,o,i)}),n}function un(e,t){for(var n,o=-1,i=e.length;++o<i;){var a=t(e[o]);a!==r&&(n=n===r?a:n+a)}return n}function cn(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function ln(e){return e?e.slice(0,Sn(e)+1).replace(ie,""):e}function pn(e){return function(t){return e(t)}}function fn(e,t){return Kt(t,function(t){return e[t]})}function dn(e,t){return e.has(t)}function hn(e,t){for(var n=-1,r=e.length;++n<r&&en(t,e[n],0)>-1;);return n}function mn(e,t){for(var n=e.length;n--&&en(t,e[n],0)>-1;);return n}var gn=an({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),yn=an({"&":"&","<":"<",">":">",'"':""","'":"'"});function vn(e){return"\\"+wt[e]}function bn(e){return mt.test(e)}function _n(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}function wn(e,t){return function(n){return e(t(n))}}function kn(e,t){for(var n=-1,r=e.length,o=0,i=[];++n<r;){var s=e[n];s!==t&&s!==a||(e[n]=a,i[o++]=n)}return i}function En(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}function On(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=[e,e]}),n}function jn(e){return bn(e)?function(e){var t=dt.lastIndex=0;for(;dt.test(e);)++t;return t}(e):Qt(e)}function Cn(e){return bn(e)?function(e){return e.match(dt)||[]}(e):function(e){return e.split("")}(e)}function Sn(e){for(var t=e.length;t--&&ae.test(e.charAt(t)););return t}var Tn=an({"&":"&","<":"<",">":">",""":'"',"'":"'"});var xn=function e(t){var n,ae=(t=null==t?Ct:xn.defaults(Ct.Object(),t,xn.pick(Ct,yt))).Array,Oe=t.Date,je=t.Error,Se=t.Function,Te=t.Math,xe=t.Object,Ae=t.RegExp,Re=t.String,Ne=t.TypeError,Me=ae.prototype,ze=Se.prototype,Fe=xe.prototype,Be=t["__core-js_shared__"],Ue=ze.toString,We=Fe.hasOwnProperty,Ve=0,qe=(n=/[^.]+$/.exec(Be&&Be.keys&&Be.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",$e=Fe.toString,Xe=Ue.call(xe),Ye=Ct._,et=Ae("^"+Ue.call(We).replace(re,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),tt=xt?t.Buffer:r,nt=t.Symbol,rt=t.Uint8Array,ot=tt?tt.allocUnsafe:r,it=wn(xe.getPrototypeOf,xe),at=xe.create,st=Fe.propertyIsEnumerable,ut=Me.splice,ct=nt?nt.isConcatSpreadable:r,lt=nt?nt.iterator:r,dt=nt?nt.toStringTag:r,mt=function(){try{var e=vi(xe,"defineProperty");return e({},"",{}),e}catch(e){}}(),wt=t.clearTimeout!==Ct.clearTimeout&&t.clearTimeout,Ot=Oe&&Oe.now!==Ct.Date.now&&Oe.now,jt=t.setTimeout!==Ct.setTimeout&&t.setTimeout,St=Te.ceil,Tt=Te.floor,At=xe.getOwnPropertySymbols,It=tt?tt.isBuffer:r,Qt=t.isFinite,an=Me.join,An=wn(xe.keys,xe),In=Te.max,Pn=Te.min,Rn=Oe.now,Ln=t.parseInt,Dn=Te.random,Nn=Me.reverse,Mn=vi(t,"DataView"),zn=vi(t,"Map"),Fn=vi(t,"Promise"),Bn=vi(t,"Set"),Hn=vi(t,"WeakMap"),Un=vi(xe,"create"),Wn=Hn&&new Hn,Vn={},Gn=la(Mn),Kn=la(zn),qn=la(Fn),$n=la(Bn),Xn=la(Hn),Yn=nt?nt.prototype:r,Qn=Yn?Yn.valueOf:r,Jn=Yn?Yn.toString:r;function Zn(e){if(Bs(e)&&!xs(e)&&!(e instanceof LazyWrapper)){if(e instanceof LodashWrapper)return e;if(We.call(e,"__wrapped__"))return pa(e)}return new LodashWrapper(e)}var er=function(){function e(){}return function(t){if(!Fs(t))return{};if(at)return at(t);e.prototype=t;var n=new e;return e.prototype=r,n}}();function tr(){}function LodashWrapper(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}function LazyWrapper(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=m,this.__views__=[]}function Hash(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function ListCache(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function MapCache(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function SetCache(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new MapCache;++t<n;)this.add(e[t])}function Stack(e){var t=this.__data__=new ListCache(e);this.size=t.size}function nr(e,t){var n=xs(e),r=!n&&Ts(e),o=!n&&!r&&Rs(e),i=!n&&!r&&!o&&$s(e),a=n||r||o||i,s=a?cn(e.length,Re):[],u=s.length;for(var c in e)!t&&!We.call(e,c)||a&&("length"==c||o&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||xi(c,u))||s.push(c);return s}function rr(e){var t=e.length;return t?e[eo(0,t-1)]:r}function or(e,t){return sa(No(e),dr(t,0,e.length))}function ir(e){return sa(No(e))}function ar(e,t,n){(n!==r&&!js(e[t],n)||n===r&&!(t in e))&&pr(e,t,n)}function sr(e,t,n){var o=e[t];We.call(e,t)&&js(o,n)&&(n!==r||t in e)||pr(e,t,n)}function ur(e,t){for(var n=e.length;n--;)if(js(e[n][0],t))return n;return-1}function cr(e,t,n,r){return vr(e,function(e,o,i){t(r,e,n(e),i)}),r}function lr(e,t){return e&&Mo(t,gu(t),e)}function pr(e,t,n){"__proto__"==t&&mt?mt(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function fr(e,t){for(var n=-1,o=t.length,i=ae(o),a=null==e;++n<o;)i[n]=a?r:pu(e,t[n]);return i}function dr(e,t,n){return e==e&&(n!==r&&(e=e<=n?e:n),t!==r&&(e=e>=t?e:t)),e}function hr(e,t,n,o,i,a){var s,u=1&t,c=2&t,l=4&t;if(n&&(s=i?n(e,o,i,a):n(e)),s!==r)return s;if(!Fs(e))return e;var p=xs(e);if(p){if(s=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&We.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!u)return No(e,s)}else{var f=wi(e),d=f==k||f==E;if(Rs(e))return Ao(e,u);if(f==C||f==y||d&&!i){if(s=c||d?{}:ji(e),!u)return c?function(e,t){return Mo(e,_i(e),t)}(e,function(e,t){return e&&Mo(t,yu(t),e)}(s,e)):function(e,t){return Mo(e,bi(e),t)}(e,lr(s,e))}else{if(!_t[f])return i?e:{};s=function(e,t,n){var r=e.constructor;switch(t){case R:return Io(e);case b:case _:return new r(+e);case L:return function(e,t){var n=t?Io(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case D:case N:case M:case z:case F:case B:case H:case U:case W:return Po(e,n);case O:return new r;case j:case A:return new r(e);case T:return function(e){var t=new e.constructor(e.source,he.exec(e));return t.lastIndex=e.lastIndex,t}(e);case x:return new r;case I:return o=e,Qn?xe(Qn.call(o)):{}}var o}(e,f,u)}}a||(a=new Stack);var h=a.get(e);if(h)return h;a.set(e,s),Gs(e)?e.forEach(function(r){s.add(hr(r,t,n,r,e,a))}):Hs(e)&&e.forEach(function(r,o){s.set(o,hr(r,t,n,o,e,a))});var m=p?r:(l?c?pi:li:c?yu:gu)(e);return Bt(m||e,function(r,o){m&&(r=e[o=r]),sr(s,o,hr(r,t,n,o,e,a))}),s}function mr(e,t,n){var o=n.length;if(null==e)return!o;for(e=xe(e);o--;){var i=n[o],a=t[i],s=e[i];if(s===r&&!(i in e)||!a(s))return!1}return!0}function gr(e,t,n){if("function"!=typeof e)throw new Ne(o);return ra(function(){e.apply(r,n)},t)}function yr(e,t,n,r){var o=-1,i=Vt,a=!0,s=e.length,u=[],c=t.length;if(!s)return u;n&&(t=Kt(t,pn(n))),r?(i=Gt,a=!1):t.length>=200&&(i=dn,a=!1,t=new SetCache(t));e:for(;++o<s;){var l=e[o],p=null==n?l:n(l);if(l=r||0!==l?l:0,a&&p==p){for(var f=c;f--;)if(t[f]===p)continue e;u.push(l)}else i(t,p,r)||u.push(l)}return u}Zn.templateSettings={escape:Q,evaluate:J,interpolate:Z,variable:"",imports:{_:Zn}},Zn.prototype=tr.prototype,Zn.prototype.constructor=Zn,LodashWrapper.prototype=er(tr.prototype),LodashWrapper.prototype.constructor=LodashWrapper,LazyWrapper.prototype=er(tr.prototype),LazyWrapper.prototype.constructor=LazyWrapper,Hash.prototype.clear=function(){this.__data__=Un?Un(null):{},this.size=0},Hash.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Hash.prototype.get=function(e){var t=this.__data__;if(Un){var n=t[e];return n===i?r:n}return We.call(t,e)?t[e]:r},Hash.prototype.has=function(e){var t=this.__data__;return Un?t[e]!==r:We.call(t,e)},Hash.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Un&&t===r?i:t,this},ListCache.prototype.clear=function(){this.__data__=[],this.size=0},ListCache.prototype.delete=function(e){var t=this.__data__,n=ur(t,e);return!(n<0)&&(n==t.length-1?t.pop():ut.call(t,n,1),--this.size,!0)},ListCache.prototype.get=function(e){var t=this.__data__,n=ur(t,e);return n<0?r:t[n][1]},ListCache.prototype.has=function(e){return ur(this.__data__,e)>-1},ListCache.prototype.set=function(e,t){var n=this.__data__,r=ur(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},MapCache.prototype.clear=function(){this.size=0,this.__data__={hash:new Hash,map:new(zn||ListCache),string:new Hash}},MapCache.prototype.delete=function(e){var t=gi(this,e).delete(e);return this.size-=t?1:0,t},MapCache.prototype.get=function(e){return gi(this,e).get(e)},MapCache.prototype.has=function(e){return gi(this,e).has(e)},MapCache.prototype.set=function(e,t){var n=gi(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},SetCache.prototype.add=SetCache.prototype.push=function(e){return this.__data__.set(e,i),this},SetCache.prototype.has=function(e){return this.__data__.has(e)},Stack.prototype.clear=function(){this.__data__=new ListCache,this.size=0},Stack.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Stack.prototype.get=function(e){return this.__data__.get(e)},Stack.prototype.has=function(e){return this.__data__.has(e)},Stack.prototype.set=function(e,t){var n=this.__data__;if(n instanceof ListCache){var r=n.__data__;if(!zn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new MapCache(r)}return n.set(e,t),this.size=n.size,this};var vr=Bo(Cr),br=Bo(Sr,!0);function _r(e,t){var n=!0;return vr(e,function(e,r,o){return n=!!t(e,r,o)}),n}function wr(e,t,n){for(var o=-1,i=e.length;++o<i;){var a=e[o],s=t(a);if(null!=s&&(u===r?s==s&&!qs(s):n(s,u)))var u=s,c=a}return c}function kr(e,t){var n=[];return vr(e,function(e,r,o){t(e,r,o)&&n.push(e)}),n}function Er(e,t,n,r,o){var i=-1,a=e.length;for(n||(n=Ti),o||(o=[]);++i<a;){var s=e[i];t>0&&n(s)?t>1?Er(s,t-1,n,r,o):qt(o,s):r||(o[o.length]=s)}return o}var Or=Ho(),jr=Ho(!0);function Cr(e,t){return e&&Or(e,t,gu)}function Sr(e,t){return e&&jr(e,t,gu)}function Tr(e,t){return Wt(t,function(t){return Ns(e[t])})}function xr(e,t){for(var n=0,o=(t=Co(t,e)).length;null!=e&&n<o;)e=e[ca(t[n++])];return n&&n==o?e:r}function Ar(e,t,n){var r=t(e);return xs(e)?r:qt(r,n(e))}function Ir(e){return null==e?e===r?"[object Undefined]":"[object Null]":dt&&dt in xe(e)?function(e){var t=We.call(e,dt),n=e[dt];try{e[dt]=r;var o=!0}catch(e){}var i=$e.call(e);o&&(t?e[dt]=n:delete e[dt]);return i}(e):function(e){return $e.call(e)}(e)}function Pr(e,t){return e>t}function Rr(e,t){return null!=e&&We.call(e,t)}function Lr(e,t){return null!=e&&t in xe(e)}function Dr(e,t,n){for(var o=n?Gt:Vt,i=e[0].length,a=e.length,s=a,u=ae(a),c=1/0,l=[];s--;){var p=e[s];s&&t&&(p=Kt(p,pn(t))),c=Pn(p.length,c),u[s]=!n&&(t||i>=120&&p.length>=120)?new SetCache(s&&p):r}p=e[0];var f=-1,d=u[0];e:for(;++f<i&&l.length<c;){var h=p[f],m=t?t(h):h;if(h=n||0!==h?h:0,!(d?dn(d,m):o(l,m,n))){for(s=a;--s;){var g=u[s];if(!(g?dn(g,m):o(e[s],m,n)))continue e}d&&d.push(m),l.push(h)}}return l}function Nr(e,t,n){var o=null==(e=ea(e,t=Co(t,e)))?e:e[ca(ka(t))];return null==o?r:zt(o,e,n)}function Mr(e){return Bs(e)&&Ir(e)==y}function zr(e,t,n,o,i){return e===t||(null==e||null==t||!Bs(e)&&!Bs(t)?e!=e&&t!=t:function(e,t,n,o,i,a){var s=xs(e),u=xs(t),c=s?v:wi(e),l=u?v:wi(t),p=(c=c==y?C:c)==C,f=(l=l==y?C:l)==C,d=c==l;if(d&&Rs(e)){if(!Rs(t))return!1;s=!0,p=!1}if(d&&!p)return a||(a=new Stack),s||$s(e)?ui(e,t,n,o,i,a):function(e,t,n,r,o,i,a){switch(n){case L:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case R:return!(e.byteLength!=t.byteLength||!i(new rt(e),new rt(t)));case b:case _:case j:return js(+e,+t);case w:return e.name==t.name&&e.message==t.message;case T:case A:return e==t+"";case O:var s=_n;case x:var u=1&r;if(s||(s=En),e.size!=t.size&&!u)return!1;var c=a.get(e);if(c)return c==t;r|=2,a.set(e,t);var l=ui(s(e),s(t),r,o,i,a);return a.delete(e),l;case I:if(Qn)return Qn.call(e)==Qn.call(t)}return!1}(e,t,c,n,o,i,a);if(!(1&n)){var h=p&&We.call(e,"__wrapped__"),m=f&&We.call(t,"__wrapped__");if(h||m){var g=h?e.value():e,k=m?t.value():t;return a||(a=new Stack),i(g,k,n,o,a)}}if(!d)return!1;return a||(a=new Stack),function(e,t,n,o,i,a){var s=1&n,u=li(e),c=u.length,l=li(t),p=l.length;if(c!=p&&!s)return!1;var f=c;for(;f--;){var d=u[f];if(!(s?d in t:We.call(t,d)))return!1}var h=a.get(e),m=a.get(t);if(h&&m)return h==t&&m==e;var g=!0;a.set(e,t),a.set(t,e);var y=s;for(;++f<c;){var v=e[d=u[f]],b=t[d];if(o)var _=s?o(b,v,d,t,e,a):o(v,b,d,e,t,a);if(!(_===r?v===b||i(v,b,n,o,a):_)){g=!1;break}y||(y="constructor"==d)}if(g&&!y){var w=e.constructor,k=t.constructor;w==k||!("constructor"in e)||!("constructor"in t)||"function"==typeof w&&w instanceof w&&"function"==typeof k&&k instanceof k||(g=!1)}return a.delete(e),a.delete(t),g}(e,t,n,o,i,a)}(e,t,n,o,zr,i))}function Fr(e,t,n,o){var i=n.length,a=i,s=!o;if(null==e)return!a;for(e=xe(e);i--;){var u=n[i];if(s&&u[2]?u[1]!==e[u[0]]:!(u[0]in e))return!1}for(;++i<a;){var c=(u=n[i])[0],l=e[c],p=u[1];if(s&&u[2]){if(l===r&&!(c in e))return!1}else{var f=new Stack;if(o)var d=o(l,p,c,e,t,f);if(!(d===r?zr(p,l,3,o,f):d))return!1}}return!0}function Br(e){return!(!Fs(e)||(t=e,qe&&qe in t))&&(Ns(e)?et:ye).test(la(e));var t}function Hr(e){return"function"==typeof e?e:null==e?Uu:"object"==typeof e?xs(e)?qr(e[0],e[1]):Kr(e):Qu(e)}function Ur(e){if(!qi(e))return An(e);var t=[];for(var n in xe(e))We.call(e,n)&&"constructor"!=n&&t.push(n);return t}function Wr(e){if(!Fs(e))return function(e){var t=[];if(null!=e)for(var n in xe(e))t.push(n);return t}(e);var t=qi(e),n=[];for(var r in e)("constructor"!=r||!t&&We.call(e,r))&&n.push(r);return n}function Vr(e,t){return e<t}function Gr(e,t){var n=-1,r=Is(e)?ae(e.length):[];return vr(e,function(e,o,i){r[++n]=t(e,o,i)}),r}function Kr(e){var t=yi(e);return 1==t.length&&t[0][2]?Yi(t[0][0],t[0][1]):function(n){return n===e||Fr(n,e,t)}}function qr(e,t){return zi(e)&&$i(t)?Yi(ca(e),t):function(n){var o=pu(n,e);return o===r&&o===t?fu(n,e):zr(t,o,3)}}function $r(e,t,n,o,i){e!==t&&Or(t,function(a,s){if(i||(i=new Stack),Fs(a))!function(e,t,n,o,i,a,s){var u=ta(e,n),c=ta(t,n),l=s.get(c);if(l)return void ar(e,n,l);var p=a?a(u,c,n+"",e,t,s):r,f=p===r;if(f){var d=xs(c),h=!d&&Rs(c),m=!d&&!h&&$s(c);p=c,d||h||m?xs(u)?p=u:Ps(u)?p=No(u):h?(f=!1,p=Ao(c,!0)):m?(f=!1,p=Po(c,!0)):p=[]:Ws(c)||Ts(c)?(p=u,Ts(u)?p=nu(u):Fs(u)&&!Ns(u)||(p=ji(c))):f=!1}f&&(s.set(c,p),i(p,c,o,a,s),s.delete(c));ar(e,n,p)}(e,t,s,n,$r,o,i);else{var u=o?o(ta(e,s),a,s+"",e,t,i):r;u===r&&(u=a),ar(e,s,u)}},yu)}function Xr(e,t){var n=e.length;if(n)return xi(t+=t<0?n:0,n)?e[t]:r}function Yr(e,t,n){t=t.length?Kt(t,function(e){return xs(e)?function(t){return xr(t,1===e.length?e[0]:e)}:e}):[Uu];var r=-1;t=Kt(t,pn(mi()));var o=Gr(e,function(e,n,o){var i=Kt(t,function(t){return t(e)});return{criteria:i,index:++r,value:e}});return function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(o,function(e,t){return function(e,t,n){var r=-1,o=e.criteria,i=t.criteria,a=o.length,s=n.length;for(;++r<a;){var u=Ro(o[r],i[r]);if(u)return r>=s?u:u*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)})}function Qr(e,t,n){for(var r=-1,o=t.length,i={};++r<o;){var a=t[r],s=xr(e,a);n(s,a)&&io(i,Co(a,e),s)}return i}function Jr(e,t,n,r){var o=r?tn:en,i=-1,a=t.length,s=e;for(e===t&&(t=No(t)),n&&(s=Kt(e,pn(n)));++i<a;)for(var u=0,c=t[i],l=n?n(c):c;(u=o(s,l,u,r))>-1;)s!==e&&ut.call(s,u,1),ut.call(e,u,1);return e}function Zr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;xi(o)?ut.call(e,o,1):vo(e,o)}}return e}function eo(e,t){return e+Tt(Dn()*(t-e+1))}function to(e,t){var n="";if(!e||t<1||t>d)return n;do{t%2&&(n+=e),(t=Tt(t/2))&&(e+=e)}while(t);return n}function no(e,t){return oa(Zi(e,t,Uu),e+"")}function ro(e){return rr(ju(e))}function oo(e,t){var n=ju(e);return sa(n,dr(t,0,n.length))}function io(e,t,n,o){if(!Fs(e))return e;for(var i=-1,a=(t=Co(t,e)).length,s=a-1,u=e;null!=u&&++i<a;){var c=ca(t[i]),l=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return e;if(i!=s){var p=u[c];(l=o?o(p,c,u):r)===r&&(l=Fs(p)?p:xi(t[i+1])?[]:{})}sr(u,c,l),u=u[c]}return e}var ao=Wn?function(e,t){return Wn.set(e,t),e}:Uu,so=mt?function(e,t){return mt(e,"toString",{configurable:!0,enumerable:!1,value:Fu(t),writable:!0})}:Uu;function uo(e){return sa(ju(e))}function co(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=ae(o);++r<o;)i[r]=e[r+t];return i}function lo(e,t){var n;return vr(e,function(e,r,o){return!(n=t(e,r,o))}),!!n}function po(e,t,n){var r=0,o=null==e?r:e.length;if("number"==typeof t&&t==t&&o<=2147483647){for(;r<o;){var i=r+o>>>1,a=e[i];null!==a&&!qs(a)&&(n?a<=t:a<t)?r=i+1:o=i}return o}return fo(e,t,Uu,n)}function fo(e,t,n,o){var i=0,a=null==e?0:e.length;if(0===a)return 0;for(var s=(t=n(t))!=t,u=null===t,c=qs(t),l=t===r;i<a;){var p=Tt((i+a)/2),f=n(e[p]),d=f!==r,h=null===f,m=f==f,g=qs(f);if(s)var y=o||m;else y=l?m&&(o||d):u?m&&d&&(o||!h):c?m&&d&&!h&&(o||!g):!h&&!g&&(o?f<=t:f<t);y?i=p+1:a=p}return Pn(a,4294967294)}function ho(e,t){for(var n=-1,r=e.length,o=0,i=[];++n<r;){var a=e[n],s=t?t(a):a;if(!n||!js(s,u)){var u=s;i[o++]=0===a?0:a}}return i}function mo(e){return"number"==typeof e?e:qs(e)?h:+e}function go(e){if("string"==typeof e)return e;if(xs(e))return Kt(e,go)+"";if(qs(e))return Jn?Jn.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function yo(e,t,n){var r=-1,o=Vt,i=e.length,a=!0,s=[],u=s;if(n)a=!1,o=Gt;else if(i>=200){var c=t?null:ni(e);if(c)return En(c);a=!1,o=dn,u=new SetCache}else u=t?[]:s;e:for(;++r<i;){var l=e[r],p=t?t(l):l;if(l=n||0!==l?l:0,a&&p==p){for(var f=u.length;f--;)if(u[f]===p)continue e;t&&u.push(p),s.push(l)}else o(u,p,n)||(u!==s&&u.push(p),s.push(l))}return s}function vo(e,t){return null==(e=ea(e,t=Co(t,e)))||delete e[ca(ka(t))]}function bo(e,t,n,r){return io(e,t,n(xr(e,t)),r)}function _o(e,t,n,r){for(var o=e.length,i=r?o:-1;(r?i--:++i<o)&&t(e[i],i,e););return n?co(e,r?0:i,r?i+1:o):co(e,r?i+1:0,r?o:i)}function wo(e,t){var n=e;return n instanceof LazyWrapper&&(n=n.value()),$t(t,function(e,t){return t.func.apply(t.thisArg,qt([e],t.args))},n)}function ko(e,t,n){var r=e.length;if(r<2)return r?yo(e[0]):[];for(var o=-1,i=ae(r);++o<r;)for(var a=e[o],s=-1;++s<r;)s!=o&&(i[o]=yr(i[o]||a,e[s],t,n));return yo(Er(i,1),t,n)}function Eo(e,t,n){for(var o=-1,i=e.length,a=t.length,s={};++o<i;){var u=o<a?t[o]:r;n(s,e[o],u)}return s}function Oo(e){return Ps(e)?e:[]}function jo(e){return"function"==typeof e?e:Uu}function Co(e,t){return xs(e)?e:zi(e,t)?[e]:ua(ru(e))}var So=no;function To(e,t,n){var o=e.length;return n=n===r?o:n,!t&&n>=o?e:co(e,t,n)}var xo=wt||function(e){return Ct.clearTimeout(e)};function Ao(e,t){if(t)return e.slice();var n=e.length,r=ot?ot(n):new e.constructor(n);return e.copy(r),r}function Io(e){var t=new e.constructor(e.byteLength);return new rt(t).set(new rt(e)),t}function Po(e,t){var n=t?Io(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Ro(e,t){if(e!==t){var n=e!==r,o=null===e,i=e==e,a=qs(e),s=t!==r,u=null===t,c=t==t,l=qs(t);if(!u&&!l&&!a&&e>t||a&&s&&c&&!u&&!l||o&&s&&c||!n&&c||!i)return 1;if(!o&&!a&&!l&&e<t||l&&n&&i&&!o&&!a||u&&n&&i||!s&&i||!c)return-1}return 0}function Lo(e,t,n,r){for(var o=-1,i=e.length,a=n.length,s=-1,u=t.length,c=In(i-a,0),l=ae(u+c),p=!r;++s<u;)l[s]=t[s];for(;++o<a;)(p||o<i)&&(l[n[o]]=e[o]);for(;c--;)l[s++]=e[o++];return l}function Do(e,t,n,r){for(var o=-1,i=e.length,a=-1,s=n.length,u=-1,c=t.length,l=In(i-s,0),p=ae(l+c),f=!r;++o<l;)p[o]=e[o];for(var d=o;++u<c;)p[d+u]=t[u];for(;++a<s;)(f||o<i)&&(p[d+n[a]]=e[o++]);return p}function No(e,t){var n=-1,r=e.length;for(t||(t=ae(r));++n<r;)t[n]=e[n];return t}function Mo(e,t,n,o){var i=!n;n||(n={});for(var a=-1,s=t.length;++a<s;){var u=t[a],c=o?o(n[u],e[u],u,n,e):r;c===r&&(c=e[u]),i?pr(n,u,c):sr(n,u,c)}return n}function zo(e,t){return function(n,r){var o=xs(n)?Ft:cr,i=t?t():{};return o(n,e,mi(r,2),i)}}function Fo(e){return no(function(t,n){var o=-1,i=n.length,a=i>1?n[i-1]:r,s=i>2?n[2]:r;for(a=e.length>3&&"function"==typeof a?(i--,a):r,s&&Li(n[0],n[1],s)&&(a=i<3?r:a,i=1),t=xe(t);++o<i;){var u=n[o];u&&e(t,u,o,a)}return t})}function Bo(e,t){return function(n,r){if(null==n)return n;if(!Is(n))return e(n,r);for(var o=n.length,i=t?o:-1,a=xe(n);(t?i--:++i<o)&&!1!==r(a[i],i,a););return n}}function Ho(e){return function(t,n,r){for(var o=-1,i=xe(t),a=r(t),s=a.length;s--;){var u=a[e?s:++o];if(!1===n(i[u],u,i))break}return t}}function Uo(e){return function(t){var n=bn(t=ru(t))?Cn(t):r,o=n?n[0]:t.charAt(0),i=n?To(n,1).join(""):t.slice(1);return o[e]()+i}}function Wo(e){return function(t){return $t(Nu(Tu(t).replace(pt,"")),e,"")}}function Vo(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=er(e.prototype),r=e.apply(n,t);return Fs(r)?r:n}}function Go(e){return function(t,n,o){var i=xe(t);if(!Is(t)){var a=mi(n,3);t=gu(t),n=function(e){return a(i[e],e,i)}}var s=e(t,n,o);return s>-1?i[a?t[s]:s]:r}}function Ko(e){return ci(function(t){var n=t.length,i=n,a=LodashWrapper.prototype.thru;for(e&&t.reverse();i--;){var s=t[i];if("function"!=typeof s)throw new Ne(o);if(a&&!u&&"wrapper"==di(s))var u=new LodashWrapper([],!0)}for(i=u?i:n;++i<n;){var c=di(s=t[i]),l="wrapper"==c?fi(s):r;u=l&&Bi(l[0])&&424==l[1]&&!l[4].length&&1==l[9]?u[di(l[0])].apply(u,l[3]):1==s.length&&Bi(s)?u[c]():u.thru(s)}return function(){var e=arguments,r=e[0];if(u&&1==e.length&&xs(r))return u.plant(r).value();for(var o=0,i=n?t[o].apply(this,e):r;++o<n;)i=t[o].call(this,i);return i}})}function qo(e,t,n,o,i,a,s,u,c,p){var f=t&l,d=1&t,h=2&t,m=24&t,g=512&t,y=h?r:Vo(e);return function l(){for(var v=arguments.length,b=ae(v),_=v;_--;)b[_]=arguments[_];if(m)var w=hi(l),k=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}(b,w);if(o&&(b=Lo(b,o,i,m)),a&&(b=Do(b,a,s,m)),v-=k,m&&v<p){var E=kn(b,w);return ei(e,t,qo,l.placeholder,n,b,E,u,c,p-v)}var O=d?n:this,j=h?O[e]:e;return v=b.length,u?b=function(e,t){var n=e.length,o=Pn(t.length,n),i=No(e);for(;o--;){var a=t[o];e[o]=xi(a,n)?i[a]:r}return e}(b,u):g&&v>1&&b.reverse(),f&&c<v&&(b.length=c),this&&this!==Ct&&this instanceof l&&(j=y||Vo(j)),j.apply(O,b)}}function $o(e,t){return function(n,r){return function(e,t,n,r){return Cr(e,function(e,o,i){t(r,n(e),o,i)}),r}(n,e,t(r),{})}}function Xo(e,t){return function(n,o){var i;if(n===r&&o===r)return t;if(n!==r&&(i=n),o!==r){if(i===r)return o;"string"==typeof n||"string"==typeof o?(n=go(n),o=go(o)):(n=mo(n),o=mo(o)),i=e(n,o)}return i}}function Yo(e){return ci(function(t){return t=Kt(t,pn(mi())),no(function(n){var r=this;return e(t,function(e){return zt(e,r,n)})})})}function Qo(e,t){var n=(t=t===r?" ":go(t)).length;if(n<2)return n?to(t,e):t;var o=to(t,St(e/jn(t)));return bn(t)?To(Cn(o),0,e).join(""):o.slice(0,e)}function Jo(e){return function(t,n,o){return o&&"number"!=typeof o&&Li(t,n,o)&&(n=o=r),t=Js(t),n===r?(n=t,t=0):n=Js(n),function(e,t,n,r){for(var o=-1,i=In(St((t-e)/(n||1)),0),a=ae(i);i--;)a[r?i:++o]=e,e+=n;return a}(t,n,o=o===r?t<n?1:-1:Js(o),e)}}function Zo(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=tu(t),n=tu(n)),e(t,n)}}function ei(e,t,n,o,i,a,s,l,p,f){var d=8&t;t|=d?u:c,4&(t&=~(d?c:u))||(t&=-4);var h=[e,t,i,d?a:r,d?s:r,d?r:a,d?r:s,l,p,f],m=n.apply(r,h);return Bi(e)&&na(m,h),m.placeholder=o,ia(m,e,t)}function ti(e){var t=Te[e];return function(e,n){if(e=tu(e),(n=null==n?0:Pn(Zs(n),292))&&Qt(e)){var r=(ru(e)+"e").split("e");return+((r=(ru(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}var ni=Bn&&1/En(new Bn([,-0]))[1]==f?function(e){return new Bn(e)}:qu;function ri(e){return function(t){var n=wi(t);return n==O?_n(t):n==x?On(t):function(e,t){return Kt(t,function(t){return[t,e[t]]})}(t,e(t))}}function oi(e,t,n,i,f,d,h,m){var g=2&t;if(!g&&"function"!=typeof e)throw new Ne(o);var y=i?i.length:0;if(y||(t&=-97,i=f=r),h=h===r?h:In(Zs(h),0),m=m===r?m:Zs(m),y-=f?f.length:0,t&c){var v=i,b=f;i=f=r}var _=g?r:fi(e),w=[e,t,n,i,f,v,b,d,h,m];if(_&&function(e,t){var n=e[1],r=t[1],o=n|r,i=o<131,s=r==l&&8==n||r==l&&n==p&&e[7].length<=t[8]||384==r&&t[7].length<=t[8]&&8==n;if(!i&&!s)return e;1&r&&(e[2]=t[2],o|=1&n?0:4);var u=t[3];if(u){var c=e[3];e[3]=c?Lo(c,u,t[4]):u,e[4]=c?kn(e[3],a):t[4]}(u=t[5])&&(c=e[5],e[5]=c?Do(c,u,t[6]):u,e[6]=c?kn(e[5],a):t[6]);(u=t[7])&&(e[7]=u);r&l&&(e[8]=null==e[8]?t[8]:Pn(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=o}(w,_),e=w[0],t=w[1],n=w[2],i=w[3],f=w[4],!(m=w[9]=w[9]===r?g?0:e.length:In(w[9]-y,0))&&24&t&&(t&=-25),t&&1!=t)k=8==t||t==s?function(e,t,n){var o=Vo(e);return function i(){for(var a=arguments.length,s=ae(a),u=a,c=hi(i);u--;)s[u]=arguments[u];var l=a<3&&s[0]!==c&&s[a-1]!==c?[]:kn(s,c);return(a-=l.length)<n?ei(e,t,qo,i.placeholder,r,s,l,r,r,n-a):zt(this&&this!==Ct&&this instanceof i?o:e,this,s)}}(e,t,m):t!=u&&33!=t||f.length?qo.apply(r,w):function(e,t,n,r){var o=1&t,i=Vo(e);return function t(){for(var a=-1,s=arguments.length,u=-1,c=r.length,l=ae(c+s),p=this&&this!==Ct&&this instanceof t?i:e;++u<c;)l[u]=r[u];for(;s--;)l[u++]=arguments[++a];return zt(p,o?n:this,l)}}(e,t,n,i);else var k=function(e,t,n){var r=1&t,o=Vo(e);return function t(){return(this&&this!==Ct&&this instanceof t?o:e).apply(r?n:this,arguments)}}(e,t,n);return ia((_?ao:na)(k,w),e,t)}function ii(e,t,n,o){return e===r||js(e,Fe[n])&&!We.call(o,n)?t:e}function ai(e,t,n,o,i,a){return Fs(e)&&Fs(t)&&(a.set(t,e),$r(e,t,r,ai,a),a.delete(t)),e}function si(e){return Ws(e)?r:e}function ui(e,t,n,o,i,a){var s=1&n,u=e.length,c=t.length;if(u!=c&&!(s&&c>u))return!1;var l=a.get(e),p=a.get(t);if(l&&p)return l==t&&p==e;var f=-1,d=!0,h=2&n?new SetCache:r;for(a.set(e,t),a.set(t,e);++f<u;){var m=e[f],g=t[f];if(o)var y=s?o(g,m,f,t,e,a):o(m,g,f,e,t,a);if(y!==r){if(y)continue;d=!1;break}if(h){if(!Yt(t,function(e,t){if(!dn(h,t)&&(m===e||i(m,e,n,o,a)))return h.push(t)})){d=!1;break}}else if(m!==g&&!i(m,g,n,o,a)){d=!1;break}}return a.delete(e),a.delete(t),d}function ci(e){return oa(Zi(e,r,ya),e+"")}function li(e){return Ar(e,gu,bi)}function pi(e){return Ar(e,yu,_i)}var fi=Wn?function(e){return Wn.get(e)}:qu;function di(e){for(var t=e.name+"",n=Vn[t],r=We.call(Vn,t)?n.length:0;r--;){var o=n[r],i=o.func;if(null==i||i==e)return o.name}return t}function hi(e){return(We.call(Zn,"placeholder")?Zn:e).placeholder}function mi(){var e=Zn.iteratee||Wu;return e=e===Wu?Hr:e,arguments.length?e(arguments[0],arguments[1]):e}function gi(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function yi(e){for(var t=gu(e),n=t.length;n--;){var r=t[n],o=e[r];t[n]=[r,o,$i(o)]}return t}function vi(e,t){var n=function(e,t){return null==e?r:e[t]}(e,t);return Br(n)?n:r}var bi=At?function(e){return null==e?[]:(e=xe(e),Wt(At(e),function(t){return st.call(e,t)}))}:ec,_i=At?function(e){for(var t=[];e;)qt(t,bi(e)),e=it(e);return t}:ec,wi=Ir;function ki(e,t,n){for(var r=-1,o=(t=Co(t,e)).length,i=!1;++r<o;){var a=ca(t[r]);if(!(i=null!=e&&n(e,a)))break;e=e[a]}return i||++r!=o?i:!!(o=null==e?0:e.length)&&zs(o)&&xi(a,o)&&(xs(e)||Ts(e))}function ji(e){return"function"!=typeof e.constructor||qi(e)?{}:er(it(e))}function Ti(e){return xs(e)||Ts(e)||!!(ct&&e&&e[ct])}function xi(e,t){var n=typeof e;return!!(t=null==t?d:t)&&("number"==n||"symbol"!=n&&be.test(e))&&e>-1&&e%1==0&&e<t}function Li(e,t,n){if(!Fs(n))return!1;var r=typeof t;return!!("number"==r?Is(n)&&xi(t,n.length):"string"==r&&t in n)&&js(n[t],e)}function zi(e,t){if(xs(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!qs(e))||(te.test(e)||!ee.test(e)||null!=t&&e in xe(t))}function Bi(e){var t=di(e),n=Zn[t];if("function"!=typeof n||!(t in LazyWrapper.prototype))return!1;if(e===n)return!0;var r=fi(n);return!!r&&e===r[0]}(Mn&&wi(new Mn(new ArrayBuffer(1)))!=L||zn&&wi(new zn)!=O||Fn&&wi(Fn.resolve())!=S||Bn&&wi(new Bn)!=x||Hn&&wi(new Hn)!=P)&&(wi=function(e){var t=Ir(e),n=t==C?e.constructor:r,o=n?la(n):"";if(o)switch(o){case Gn:return L;case Kn:return O;case qn:return S;case $n:return x;case Xn:return P}return t});var Wi=Be?Ns:tc;function qi(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Fe)}function $i(e){return e==e&&!Fs(e)}function Yi(e,t){return function(n){return null!=n&&(n[e]===t&&(t!==r||e in xe(n)))}}function Zi(e,t,n){return t=In(t===r?e.length-1:t,0),function(){for(var r=arguments,o=-1,i=In(r.length-t,0),a=ae(i);++o<i;)a[o]=r[t+o];o=-1;for(var s=ae(t+1);++o<t;)s[o]=r[o];return s[t]=n(a),zt(e,this,s)}}function ea(e,t){return t.length<2?e:xr(e,co(t,0,-1))}function ta(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var na=aa(ao),ra=jt||function(e,t){return Ct.setTimeout(e,t)},oa=aa(so);function ia(e,t,n){var r=t+"";return oa(e,function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(se,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return Bt(g,function(n){var r="_."+n[0];t&n[1]&&!Vt(e,r)&&e.push(r)}),e.sort()}(function(e){var t=e.match(ue);return t?t[1].split(ce):[]}(r),n)))}function aa(e){var t=0,n=0;return function(){var o=Rn(),i=16-(o-n);if(n=o,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(r,arguments)}}function sa(e,t){var n=-1,o=e.length,i=o-1;for(t=t===r?o:t;++n<t;){var a=eo(n,i),s=e[a];e[a]=e[n],e[n]=s}return e.length=t,e}var ua=function(e){var t=bs(e,function(e){return 500===n.size&&n.clear(),e}),n=t.cache;return t}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(ne,function(e,n,r,o){t.push(r?o.replace(fe,"$1"):n||e)}),t});function ca(e){if("string"==typeof e||qs(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function la(e){if(null!=e){try{return Ue.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function pa(e){if(e instanceof LazyWrapper)return e.clone();var t=new LodashWrapper(e.__wrapped__,e.__chain__);return t.__actions__=No(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var fa=no(function(e,t){return Ps(e)?yr(e,Er(t,1,Ps,!0)):[]}),da=no(function(e,t){var n=ka(t);return Ps(n)&&(n=r),Ps(e)?yr(e,Er(t,1,Ps,!0),mi(n,2)):[]}),ha=no(function(e,t){var n=ka(t);return Ps(n)&&(n=r),Ps(e)?yr(e,Er(t,1,Ps,!0),r,n):[]});function ma(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:Zs(n);return o<0&&(o=In(r+o,0)),Zt(e,mi(t,3),o)}function ga(e,t,n){var o=null==e?0:e.length;if(!o)return-1;var i=o-1;return n!==r&&(i=Zs(n),i=n<0?In(o+i,0):Pn(i,o-1)),Zt(e,mi(t,3),i,!0)}function ya(e){return(null==e?0:e.length)?Er(e,1):[]}function va(e){return e&&e.length?e[0]:r}var ba=no(function(e){var t=Kt(e,Oo);return t.length&&t[0]===e[0]?Dr(t):[]}),_a=no(function(e){var t=ka(e),n=Kt(e,Oo);return t===ka(n)?t=r:n.pop(),n.length&&n[0]===e[0]?Dr(n,mi(t,2)):[]}),wa=no(function(e){var t=ka(e),n=Kt(e,Oo);return(t="function"==typeof t?t:r)&&n.pop(),n.length&&n[0]===e[0]?Dr(n,r,t):[]});function ka(e){var t=null==e?0:e.length;return t?e[t-1]:r}var Oa=no(ja);function ja(e,t){return e&&e.length&&t&&t.length?Jr(e,t):e}var xa=ci(function(e,t){var n=null==e?0:e.length,r=fr(e,t);return Zr(e,Kt(t,function(e){return xi(e,n)?+e:e}).sort(Ro)),r});function Aa(e){return null==e?e:Nn.call(e)}var Ia=no(function(e){return yo(Er(e,1,Ps,!0))}),Pa=no(function(e){var t=ka(e);return Ps(t)&&(t=r),yo(Er(e,1,Ps,!0),mi(t,2))}),Na=no(function(e){var t=ka(e);return t="function"==typeof t?t:r,yo(Er(e,1,Ps,!0),r,t)});function za(e){if(!e||!e.length)return[];var t=0;return e=Wt(e,function(e){if(Ps(e))return t=In(e.length,t),!0}),cn(t,function(t){return Kt(e,on(t))})}function Ba(e,t){if(!e||!e.length)return[];var n=za(e);return null==t?n:Kt(n,function(e){return zt(t,r,e)})}var Ua=no(function(e,t){return Ps(e)?yr(e,t):[]}),Wa=no(function(e){return ko(Wt(e,Ps))}),Ka=no(function(e){var t=ka(e);return Ps(t)&&(t=r),ko(Wt(e,Ps),mi(t,2))}),qa=no(function(e){var t=ka(e);return t="function"==typeof t?t:r,ko(Wt(e,Ps),r,t)}),$a=no(za);var Ya=no(function(e){var t=e.length,n=t>1?e[t-1]:r;return n="function"==typeof n?(e.pop(),n):r,Ba(e,n)});function Qa(e){var t=Zn(e);return t.__chain__=!0,t}function Ja(e,t){return t(e)}var Za=ci(function(e){var t=e.length,n=t?e[0]:0,o=this.__wrapped__,i=function(t){return fr(t,e)};return!(t>1||this.__actions__.length)&&o instanceof LazyWrapper&&xi(n)?((o=o.slice(n,+n+(t?1:0))).__actions__.push({func:Ja,args:[i],thisArg:r}),new LodashWrapper(o,this.__chain__).thru(function(e){return t&&!e.length&&e.push(r),e})):this.thru(i)});var es=zo(function(e,t,n){We.call(e,n)?++e[n]:pr(e,n,1)});var ts=Go(ma),ns=Go(ga);function rs(e,t){return(xs(e)?Bt:vr)(e,mi(t,3))}function os(e,t){return(xs(e)?Ht:br)(e,mi(t,3))}var is=zo(function(e,t,n){We.call(e,n)?e[n].push(t):pr(e,n,[t])});var as=no(function(e,t,n){var r=-1,o="function"==typeof t,i=Is(e)?ae(e.length):[];return vr(e,function(e){i[++r]=o?zt(t,e,n):Nr(e,t,n)}),i}),ss=zo(function(e,t,n){pr(e,n,t)});function us(e,t){return(xs(e)?Kt:Gr)(e,mi(t,3))}var cs=zo(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]});var ls=no(function(e,t){if(null==e)return[];var n=t.length;return n>1&&Li(e,t[0],t[1])?t=[]:n>2&&Li(t[0],t[1],t[2])&&(t=[t[0]]),Yr(e,Er(t,1),[])}),ps=Ot||function(){return Ct.Date.now()};function fs(e,t,n){return t=n?r:t,t=e&&null==t?e.length:t,oi(e,l,r,r,r,r,t)}function ds(e,t){var n;if("function"!=typeof t)throw new Ne(o);return e=Zs(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=r),n}}var hs=no(function(e,t,n){var r=1;if(n.length){var o=kn(n,hi(hs));r|=u}return oi(e,r,t,n,o)}),ms=no(function(e,t,n){var r=3;if(n.length){var o=kn(n,hi(ms));r|=u}return oi(t,r,e,n,o)});function gs(e,t,n){var i,a,s,u,c,l,p=0,f=!1,d=!1,h=!0;if("function"!=typeof e)throw new Ne(o);function m(t){var n=i,o=a;return i=a=r,p=t,u=e.apply(o,n)}function g(e){var n=e-l;return l===r||n>=t||n<0||d&&e-p>=s}function y(){var e=ps();if(g(e))return v(e);c=ra(y,function(e){var n=t-(e-l);return d?Pn(n,s-(e-p)):n}(e))}function v(e){return c=r,h&&i?m(e):(i=a=r,u)}function b(){var e=ps(),n=g(e);if(i=arguments,a=this,l=e,n){if(c===r)return function(e){return p=e,c=ra(y,t),f?m(e):u}(l);if(d)return xo(c),c=ra(y,t),m(l)}return c===r&&(c=ra(y,t)),u}return t=tu(t)||0,Fs(n)&&(f=!!n.leading,s=(d="maxWait"in n)?In(tu(n.maxWait)||0,t):s,h="trailing"in n?!!n.trailing:h),b.cancel=function(){c!==r&&xo(c),p=0,i=l=a=c=r},b.flush=function(){return c===r?u:v(ps())},b}var ys=no(function(e,t){return gr(e,1,t)}),vs=no(function(e,t,n){return gr(e,tu(t)||0,n)});function bs(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Ne(o);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(bs.Cache||MapCache),n}function _s(e){if("function"!=typeof e)throw new Ne(o);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}bs.Cache=MapCache;var ws=So(function(e,t){var n=(t=1==t.length&&xs(t[0])?Kt(t[0],pn(mi())):Kt(Er(t,1),pn(mi()))).length;return no(function(r){for(var o=-1,i=Pn(r.length,n);++o<i;)r[o]=t[o].call(this,r[o]);return zt(e,this,r)})}),ks=no(function(e,t){var n=kn(t,hi(ks));return oi(e,u,r,t,n)}),Es=no(function(e,t){var n=kn(t,hi(Es));return oi(e,c,r,t,n)}),Os=ci(function(e,t){return oi(e,p,r,r,r,t)});function js(e,t){return e===t||e!=e&&t!=t}var Cs=Zo(Pr),Ss=Zo(function(e,t){return e>=t}),Ts=Mr(function(){return arguments}())?Mr:function(e){return Bs(e)&&We.call(e,"callee")&&!st.call(e,"callee")},xs=ae.isArray,As=Pt?pn(Pt):function(e){return Bs(e)&&Ir(e)==R};function Is(e){return null!=e&&zs(e.length)&&!Ns(e)}function Ps(e){return Bs(e)&&Is(e)}var Rs=It||tc,Ls=Rt?pn(Rt):function(e){return Bs(e)&&Ir(e)==_};function Ds(e){if(!Bs(e))return!1;var t=Ir(e);return t==w||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!Ws(e)}function Ns(e){if(!Fs(e))return!1;var t=Ir(e);return t==k||t==E||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ms(e){return"number"==typeof e&&e==Zs(e)}function zs(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=d}function Fs(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Bs(e){return null!=e&&"object"==typeof e}var Hs=Lt?pn(Lt):function(e){return Bs(e)&&wi(e)==O};function Us(e){return"number"==typeof e||Bs(e)&&Ir(e)==j}function Ws(e){if(!Bs(e)||Ir(e)!=C)return!1;var t=it(e);if(null===t)return!0;var n=We.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Ue.call(n)==Xe}var Vs=Dt?pn(Dt):function(e){return Bs(e)&&Ir(e)==T};var Gs=Nt?pn(Nt):function(e){return Bs(e)&&wi(e)==x};function Ks(e){return"string"==typeof e||!xs(e)&&Bs(e)&&Ir(e)==A}function qs(e){return"symbol"==typeof e||Bs(e)&&Ir(e)==I}var $s=Mt?pn(Mt):function(e){return Bs(e)&&zs(e.length)&&!!bt[Ir(e)]};var Xs=Zo(Vr),Ys=Zo(function(e,t){return e<=t});function Qs(e){if(!e)return[];if(Is(e))return Ks(e)?Cn(e):No(e);if(lt&&e[lt])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[lt]());var t=wi(e);return(t==O?_n:t==x?En:ju)(e)}function Js(e){return e?(e=tu(e))===f||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function Zs(e){var t=Js(e),n=t%1;return t==t?n?t-n:t:0}function eu(e){return e?dr(Zs(e),0,m):0}function tu(e){if("number"==typeof e)return e;if(qs(e))return h;if(Fs(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Fs(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=ln(e);var n=ge.test(e);return n||ve.test(e)?Et(e.slice(2),n?2:8):me.test(e)?h:+e}function nu(e){return Mo(e,yu(e))}function ru(e){return null==e?"":go(e)}var ou=Fo(function(e,t){if(qi(t)||Is(t))Mo(t,gu(t),e);else for(var n in t)We.call(t,n)&&sr(e,n,t[n])}),iu=Fo(function(e,t){Mo(t,yu(t),e)}),au=Fo(function(e,t,n,r){Mo(t,yu(t),e,r)}),su=Fo(function(e,t,n,r){Mo(t,gu(t),e,r)}),uu=ci(fr);var cu=no(function(e,t){e=xe(e);var n=-1,o=t.length,i=o>2?t[2]:r;for(i&&Li(t[0],t[1],i)&&(o=1);++n<o;)for(var a=t[n],s=yu(a),u=-1,c=s.length;++u<c;){var l=s[u],p=e[l];(p===r||js(p,Fe[l])&&!We.call(e,l))&&(e[l]=a[l])}return e}),lu=no(function(e){return e.push(r,ai),zt(bu,r,e)});function pu(e,t,n){var o=null==e?r:xr(e,t);return o===r?n:o}function fu(e,t){return null!=e&&ki(e,t,Lr)}var du=$o(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=$e.call(t)),e[t]=n},Fu(Uu)),hu=$o(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=$e.call(t)),We.call(e,t)?e[t].push(n):e[t]=[n]},mi),mu=no(Nr);function gu(e){return Is(e)?nr(e):Ur(e)}function yu(e){return Is(e)?nr(e,!0):Wr(e)}var vu=Fo(function(e,t,n){$r(e,t,n)}),bu=Fo(function(e,t,n,r){$r(e,t,n,r)}),_u=ci(function(e,t){var n={};if(null==e)return n;var r=!1;t=Kt(t,function(t){return t=Co(t,e),r||(r=t.length>1),t}),Mo(e,pi(e),n),r&&(n=hr(n,7,si));for(var o=t.length;o--;)vo(n,t[o]);return n});var wu=ci(function(e,t){return null==e?{}:function(e,t){return Qr(e,t,function(t,n){return fu(e,n)})}(e,t)});function ku(e,t){if(null==e)return{};var n=Kt(pi(e),function(e){return[e]});return t=mi(t),Qr(e,n,function(e,n){return t(e,n[0])})}var Eu=ri(gu),Ou=ri(yu);function ju(e){return null==e?[]:fn(e,gu(e))}var Cu=Wo(function(e,t,n){return t=t.toLowerCase(),e+(n?Su(t):t)});function Su(e){return Du(ru(e).toLowerCase())}function Tu(e){return(e=ru(e))&&e.replace(_e,gn).replace(ft,"")}var xu=Wo(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),Au=Wo(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),Iu=Uo("toLowerCase");var Pu=Wo(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()});var Ru=Wo(function(e,t,n){return e+(n?" ":"")+Du(t)});var Lu=Wo(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),Du=Uo("toUpperCase");function Nu(e,t,n){return e=ru(e),(t=n?r:t)===r?function(e){return gt.test(e)}(e)?function(e){return e.match(ht)||[]}(e):function(e){return e.match(le)||[]}(e):e.match(t)||[]}var Mu=no(function(e,t){try{return zt(e,r,t)}catch(e){return Ds(e)?e:new je(e)}}),zu=ci(function(e,t){return Bt(t,function(t){t=ca(t),pr(e,t,hs(e[t],e))}),e});function Fu(e){return function(){return e}}var Bu=Ko(),Hu=Ko(!0);function Uu(e){return e}function Wu(e){return Hr("function"==typeof e?e:hr(e,1))}var Vu=no(function(e,t){return function(n){return Nr(n,e,t)}}),Gu=no(function(e,t){return function(n){return Nr(e,n,t)}});function Ku(e,t,n){var r=gu(t),o=Tr(t,r);null!=n||Fs(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=Tr(t,gu(t)));var i=!(Fs(n)&&"chain"in n&&!n.chain),a=Ns(e);return Bt(o,function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__);return(n.__actions__=No(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,qt([this.value()],arguments))})}),e}function qu(){}var $u=Yo(Kt),Xu=Yo(Ut),Yu=Yo(Yt);function Qu(e){return zi(e)?on(ca(e)):function(e){return function(t){return xr(t,e)}}(e)}var Ju=Jo(),Zu=Jo(!0);function ec(){return[]}function tc(){return!1}var nc=Xo(function(e,t){return e+t},0),rc=ti("ceil"),oc=Xo(function(e,t){return e/t},1),ic=ti("floor");var ac,sc=Xo(function(e,t){return e*t},1),uc=ti("round"),cc=Xo(function(e,t){return e-t},0);return Zn.after=function(e,t){if("function"!=typeof t)throw new Ne(o);return e=Zs(e),function(){if(--e<1)return t.apply(this,arguments)}},Zn.ary=fs,Zn.assign=ou,Zn.assignIn=iu,Zn.assignInWith=au,Zn.assignWith=su,Zn.at=uu,Zn.before=ds,Zn.bind=hs,Zn.bindAll=zu,Zn.bindKey=ms,Zn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return xs(e)?e:[e]},Zn.chain=Qa,Zn.chunk=function(e,t,n){t=(n?Li(e,t,n):t===r)?1:In(Zs(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,s=ae(St(o/t));i<o;)s[a++]=co(e,i,i+=t);return s},Zn.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,o=[];++t<n;){var i=e[t];i&&(o[r++]=i)}return o},Zn.concat=function(){var e=arguments.length;if(!e)return[];for(var t=ae(e-1),n=arguments[0],r=e;r--;)t[r-1]=arguments[r];return qt(xs(n)?No(n):[n],Er(t,1))},Zn.cond=function(e){var t=null==e?0:e.length,n=mi();return e=t?Kt(e,function(e){if("function"!=typeof e[1])throw new Ne(o);return[n(e[0]),e[1]]}):[],no(function(n){for(var r=-1;++r<t;){var o=e[r];if(zt(o[0],this,n))return zt(o[1],this,n)}})},Zn.conforms=function(e){return function(e){var t=gu(e);return function(n){return mr(n,e,t)}}(hr(e,1))},Zn.constant=Fu,Zn.countBy=es,Zn.create=function(e,t){var n=er(e);return null==t?n:lr(n,t)},Zn.curry=function e(t,n,o){var i=oi(t,8,r,r,r,r,r,n=o?r:n);return i.placeholder=e.placeholder,i},Zn.curryRight=function e(t,n,o){var i=oi(t,s,r,r,r,r,r,n=o?r:n);return i.placeholder=e.placeholder,i},Zn.debounce=gs,Zn.defaults=cu,Zn.defaultsDeep=lu,Zn.defer=ys,Zn.delay=vs,Zn.difference=fa,Zn.differenceBy=da,Zn.differenceWith=ha,Zn.drop=function(e,t,n){var o=null==e?0:e.length;return o?co(e,(t=n||t===r?1:Zs(t))<0?0:t,o):[]},Zn.dropRight=function(e,t,n){var o=null==e?0:e.length;return o?co(e,0,(t=o-(t=n||t===r?1:Zs(t)))<0?0:t):[]},Zn.dropRightWhile=function(e,t){return e&&e.length?_o(e,mi(t,3),!0,!0):[]},Zn.dropWhile=function(e,t){return e&&e.length?_o(e,mi(t,3),!0):[]},Zn.fill=function(e,t,n,o){var i=null==e?0:e.length;return i?(n&&"number"!=typeof n&&Li(e,t,n)&&(n=0,o=i),function(e,t,n,o){var i=e.length;for((n=Zs(n))<0&&(n=-n>i?0:i+n),(o=o===r||o>i?i:Zs(o))<0&&(o+=i),o=n>o?0:eu(o);n<o;)e[n++]=t;return e}(e,t,n,o)):[]},Zn.filter=function(e,t){return(xs(e)?Wt:kr)(e,mi(t,3))},Zn.flatMap=function(e,t){return Er(us(e,t),1)},Zn.flatMapDeep=function(e,t){return Er(us(e,t),f)},Zn.flatMapDepth=function(e,t,n){return n=n===r?1:Zs(n),Er(us(e,t),n)},Zn.flatten=ya,Zn.flattenDeep=function(e){return(null==e?0:e.length)?Er(e,f):[]},Zn.flattenDepth=function(e,t){return(null==e?0:e.length)?Er(e,t=t===r?1:Zs(t)):[]},Zn.flip=function(e){return oi(e,512)},Zn.flow=Bu,Zn.flowRight=Hu,Zn.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var o=e[t];r[o[0]]=o[1]}return r},Zn.functions=function(e){return null==e?[]:Tr(e,gu(e))},Zn.functionsIn=function(e){return null==e?[]:Tr(e,yu(e))},Zn.groupBy=is,Zn.initial=function(e){return(null==e?0:e.length)?co(e,0,-1):[]},Zn.intersection=ba,Zn.intersectionBy=_a,Zn.intersectionWith=wa,Zn.invert=du,Zn.invertBy=hu,Zn.invokeMap=as,Zn.iteratee=Wu,Zn.keyBy=ss,Zn.keys=gu,Zn.keysIn=yu,Zn.map=us,Zn.mapKeys=function(e,t){var n={};return t=mi(t,3),Cr(e,function(e,r,o){pr(n,t(e,r,o),e)}),n},Zn.mapValues=function(e,t){var n={};return t=mi(t,3),Cr(e,function(e,r,o){pr(n,r,t(e,r,o))}),n},Zn.matches=function(e){return Kr(hr(e,1))},Zn.matchesProperty=function(e,t){return qr(e,hr(t,1))},Zn.memoize=bs,Zn.merge=vu,Zn.mergeWith=bu,Zn.method=Vu,Zn.methodOf=Gu,Zn.mixin=Ku,Zn.negate=_s,Zn.nthArg=function(e){return e=Zs(e),no(function(t){return Xr(t,e)})},Zn.omit=_u,Zn.omitBy=function(e,t){return ku(e,_s(mi(t)))},Zn.once=function(e){return ds(2,e)},Zn.orderBy=function(e,t,n,o){return null==e?[]:(xs(t)||(t=null==t?[]:[t]),xs(n=o?r:n)||(n=null==n?[]:[n]),Yr(e,t,n))},Zn.over=$u,Zn.overArgs=ws,Zn.overEvery=Xu,Zn.overSome=Yu,Zn.partial=ks,Zn.partialRight=Es,Zn.partition=cs,Zn.pick=wu,Zn.pickBy=ku,Zn.property=Qu,Zn.propertyOf=function(e){return function(t){return null==e?r:xr(e,t)}},Zn.pull=Oa,Zn.pullAll=ja,Zn.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?Jr(e,t,mi(n,2)):e},Zn.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?Jr(e,t,r,n):e},Zn.pullAt=xa,Zn.range=Ju,Zn.rangeRight=Zu,Zn.rearg=Os,Zn.reject=function(e,t){return(xs(e)?Wt:kr)(e,_s(mi(t,3)))},Zn.remove=function(e,t){var n=[];if(!e||!e.length)return n;var r=-1,o=[],i=e.length;for(t=mi(t,3);++r<i;){var a=e[r];t(a,r,e)&&(n.push(a),o.push(r))}return Zr(e,o),n},Zn.rest=function(e,t){if("function"!=typeof e)throw new Ne(o);return no(e,t=t===r?t:Zs(t))},Zn.reverse=Aa,Zn.sampleSize=function(e,t,n){return t=(n?Li(e,t,n):t===r)?1:Zs(t),(xs(e)?or:oo)(e,t)},Zn.set=function(e,t,n){return null==e?e:io(e,t,n)},Zn.setWith=function(e,t,n,o){return o="function"==typeof o?o:r,null==e?e:io(e,t,n,o)},Zn.shuffle=function(e){return(xs(e)?ir:uo)(e)},Zn.slice=function(e,t,n){var o=null==e?0:e.length;return o?(n&&"number"!=typeof n&&Li(e,t,n)?(t=0,n=o):(t=null==t?0:Zs(t),n=n===r?o:Zs(n)),co(e,t,n)):[]},Zn.sortBy=ls,Zn.sortedUniq=function(e){return e&&e.length?ho(e):[]},Zn.sortedUniqBy=function(e,t){return e&&e.length?ho(e,mi(t,2)):[]},Zn.split=function(e,t,n){return n&&"number"!=typeof n&&Li(e,t,n)&&(t=n=r),(n=n===r?m:n>>>0)?(e=ru(e))&&("string"==typeof t||null!=t&&!Vs(t))&&!(t=go(t))&&bn(e)?To(Cn(e),0,n):e.split(t,n):[]},Zn.spread=function(e,t){if("function"!=typeof e)throw new Ne(o);return t=null==t?0:In(Zs(t),0),no(function(n){var r=n[t],o=To(n,0,t);return r&&qt(o,r),zt(e,this,o)})},Zn.tail=function(e){var t=null==e?0:e.length;return t?co(e,1,t):[]},Zn.take=function(e,t,n){return e&&e.length?co(e,0,(t=n||t===r?1:Zs(t))<0?0:t):[]},Zn.takeRight=function(e,t,n){var o=null==e?0:e.length;return o?co(e,(t=o-(t=n||t===r?1:Zs(t)))<0?0:t,o):[]},Zn.takeRightWhile=function(e,t){return e&&e.length?_o(e,mi(t,3),!1,!0):[]},Zn.takeWhile=function(e,t){return e&&e.length?_o(e,mi(t,3)):[]},Zn.tap=function(e,t){return t(e),e},Zn.throttle=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new Ne(o);return Fs(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),gs(e,t,{leading:r,maxWait:t,trailing:i})},Zn.thru=Ja,Zn.toArray=Qs,Zn.toPairs=Eu,Zn.toPairsIn=Ou,Zn.toPath=function(e){return xs(e)?Kt(e,ca):qs(e)?[e]:No(ua(ru(e)))},Zn.toPlainObject=nu,Zn.transform=function(e,t,n){var r=xs(e),o=r||Rs(e)||$s(e);if(t=mi(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:Fs(e)&&Ns(i)?er(it(e)):{}}return(o?Bt:Cr)(e,function(e,r,o){return t(n,e,r,o)}),n},Zn.unary=function(e){return fs(e,1)},Zn.union=Ia,Zn.unionBy=Pa,Zn.unionWith=Na,Zn.uniq=function(e){return e&&e.length?yo(e):[]},Zn.uniqBy=function(e,t){return e&&e.length?yo(e,mi(t,2)):[]},Zn.uniqWith=function(e,t){return t="function"==typeof t?t:r,e&&e.length?yo(e,r,t):[]},Zn.unset=function(e,t){return null==e||vo(e,t)},Zn.unzip=za,Zn.unzipWith=Ba,Zn.update=function(e,t,n){return null==e?e:bo(e,t,jo(n))},Zn.updateWith=function(e,t,n,o){return o="function"==typeof o?o:r,null==e?e:bo(e,t,jo(n),o)},Zn.values=ju,Zn.valuesIn=function(e){return null==e?[]:fn(e,yu(e))},Zn.without=Ua,Zn.words=Nu,Zn.wrap=function(e,t){return ks(jo(t),e)},Zn.xor=Wa,Zn.xorBy=Ka,Zn.xorWith=qa,Zn.zip=$a,Zn.zipObject=function(e,t){return Eo(e||[],t||[],sr)},Zn.zipObjectDeep=function(e,t){return Eo(e||[],t||[],io)},Zn.zipWith=Ya,Zn.entries=Eu,Zn.entriesIn=Ou,Zn.extend=iu,Zn.extendWith=au,Ku(Zn,Zn),Zn.add=nc,Zn.attempt=Mu,Zn.camelCase=Cu,Zn.capitalize=Su,Zn.ceil=rc,Zn.clamp=function(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=(n=tu(n))==n?n:0),t!==r&&(t=(t=tu(t))==t?t:0),dr(tu(e),t,n)},Zn.clone=function(e){return hr(e,4)},Zn.cloneDeep=function(e){return hr(e,5)},Zn.cloneDeepWith=function(e,t){return hr(e,5,t="function"==typeof t?t:r)},Zn.cloneWith=function(e,t){return hr(e,4,t="function"==typeof t?t:r)},Zn.conformsTo=function(e,t){return null==t||mr(e,t,gu(t))},Zn.deburr=Tu,Zn.defaultTo=function(e,t){return null==e||e!=e?t:e},Zn.divide=oc,Zn.endsWith=function(e,t,n){e=ru(e),t=go(t);var o=e.length,i=n=n===r?o:dr(Zs(n),0,o);return(n-=t.length)>=0&&e.slice(n,i)==t},Zn.eq=js,Zn.escape=function(e){return(e=ru(e))&&Y.test(e)?e.replace($,yn):e},Zn.escapeRegExp=function(e){return(e=ru(e))&&oe.test(e)?e.replace(re,"\\$&"):e},Zn.every=function(e,t,n){var o=xs(e)?Ut:_r;return n&&Li(e,t,n)&&(t=r),o(e,mi(t,3))},Zn.find=ts,Zn.findIndex=ma,Zn.findKey=function(e,t){return Jt(e,mi(t,3),Cr)},Zn.findLast=ns,Zn.findLastIndex=ga,Zn.findLastKey=function(e,t){return Jt(e,mi(t,3),Sr)},Zn.floor=ic,Zn.forEach=rs,Zn.forEachRight=os,Zn.forIn=function(e,t){return null==e?e:Or(e,mi(t,3),yu)},Zn.forInRight=function(e,t){return null==e?e:jr(e,mi(t,3),yu)},Zn.forOwn=function(e,t){return e&&Cr(e,mi(t,3))},Zn.forOwnRight=function(e,t){return e&&Sr(e,mi(t,3))},Zn.get=pu,Zn.gt=Cs,Zn.gte=Ss,Zn.has=function(e,t){return null!=e&&ki(e,t,Rr)},Zn.hasIn=fu,Zn.head=va,Zn.identity=Uu,Zn.includes=function(e,t,n,r){e=Is(e)?e:ju(e),n=n&&!r?Zs(n):0;var o=e.length;return n<0&&(n=In(o+n,0)),Ks(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&en(e,t,n)>-1},Zn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:Zs(n);return o<0&&(o=In(r+o,0)),en(e,t,o)},Zn.inRange=function(e,t,n){return t=Js(t),n===r?(n=t,t=0):n=Js(n),function(e,t,n){return e>=Pn(t,n)&&e<In(t,n)}(e=tu(e),t,n)},Zn.invoke=mu,Zn.isArguments=Ts,Zn.isArray=xs,Zn.isArrayBuffer=As,Zn.isArrayLike=Is,Zn.isArrayLikeObject=Ps,Zn.isBoolean=function(e){return!0===e||!1===e||Bs(e)&&Ir(e)==b},Zn.isBuffer=Rs,Zn.isDate=Ls,Zn.isElement=function(e){return Bs(e)&&1===e.nodeType&&!Ws(e)},Zn.isEmpty=function(e){if(null==e)return!0;if(Is(e)&&(xs(e)||"string"==typeof e||"function"==typeof e.splice||Rs(e)||$s(e)||Ts(e)))return!e.length;var t=wi(e);if(t==O||t==x)return!e.size;if(qi(e))return!Ur(e).length;for(var n in e)if(We.call(e,n))return!1;return!0},Zn.isEqual=function(e,t){return zr(e,t)},Zn.isEqualWith=function(e,t,n){var o=(n="function"==typeof n?n:r)?n(e,t):r;return o===r?zr(e,t,r,n):!!o},Zn.isError=Ds,Zn.isFinite=function(e){return"number"==typeof e&&Qt(e)},Zn.isFunction=Ns,Zn.isInteger=Ms,Zn.isLength=zs,Zn.isMap=Hs,Zn.isMatch=function(e,t){return e===t||Fr(e,t,yi(t))},Zn.isMatchWith=function(e,t,n){return n="function"==typeof n?n:r,Fr(e,t,yi(t),n)},Zn.isNaN=function(e){return Us(e)&&e!=+e},Zn.isNative=function(e){if(Wi(e))throw new je("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Br(e)},Zn.isNil=function(e){return null==e},Zn.isNull=function(e){return null===e},Zn.isNumber=Us,Zn.isObject=Fs,Zn.isObjectLike=Bs,Zn.isPlainObject=Ws,Zn.isRegExp=Vs,Zn.isSafeInteger=function(e){return Ms(e)&&e>=-9007199254740991&&e<=d},Zn.isSet=Gs,Zn.isString=Ks,Zn.isSymbol=qs,Zn.isTypedArray=$s,Zn.isUndefined=function(e){return e===r},Zn.isWeakMap=function(e){return Bs(e)&&wi(e)==P},Zn.isWeakSet=function(e){return Bs(e)&&"[object WeakSet]"==Ir(e)},Zn.join=function(e,t){return null==e?"":an.call(e,t)},Zn.kebabCase=xu,Zn.last=ka,Zn.lastIndexOf=function(e,t,n){var o=null==e?0:e.length;if(!o)return-1;var i=o;return n!==r&&(i=(i=Zs(n))<0?In(o+i,0):Pn(i,o-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,i):Zt(e,nn,i,!0)},Zn.lowerCase=Au,Zn.lowerFirst=Iu,Zn.lt=Xs,Zn.lte=Ys,Zn.max=function(e){return e&&e.length?wr(e,Uu,Pr):r},Zn.maxBy=function(e,t){return e&&e.length?wr(e,mi(t,2),Pr):r},Zn.mean=function(e){return rn(e,Uu)},Zn.meanBy=function(e,t){return rn(e,mi(t,2))},Zn.min=function(e){return e&&e.length?wr(e,Uu,Vr):r},Zn.minBy=function(e,t){return e&&e.length?wr(e,mi(t,2),Vr):r},Zn.stubArray=ec,Zn.stubFalse=tc,Zn.stubObject=function(){return{}},Zn.stubString=function(){return""},Zn.stubTrue=function(){return!0},Zn.multiply=sc,Zn.nth=function(e,t){return e&&e.length?Xr(e,Zs(t)):r},Zn.noConflict=function(){return Ct._===this&&(Ct._=Ye),this},Zn.noop=qu,Zn.now=ps,Zn.pad=function(e,t,n){e=ru(e);var r=(t=Zs(t))?jn(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Qo(Tt(o),n)+e+Qo(St(o),n)},Zn.padEnd=function(e,t,n){e=ru(e);var r=(t=Zs(t))?jn(e):0;return t&&r<t?e+Qo(t-r,n):e},Zn.padStart=function(e,t,n){e=ru(e);var r=(t=Zs(t))?jn(e):0;return t&&r<t?Qo(t-r,n)+e:e},Zn.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),Ln(ru(e).replace(ie,""),t||0)},Zn.random=function(e,t,n){if(n&&"boolean"!=typeof n&&Li(e,t,n)&&(t=n=r),n===r&&("boolean"==typeof t?(n=t,t=r):"boolean"==typeof e&&(n=e,e=r)),e===r&&t===r?(e=0,t=1):(e=Js(e),t===r?(t=e,e=0):t=Js(t)),e>t){var o=e;e=t,t=o}if(n||e%1||t%1){var i=Dn();return Pn(e+i*(t-e+kt("1e-"+((i+"").length-1))),t)}return eo(e,t)},Zn.reduce=function(e,t,n){var r=xs(e)?$t:sn,o=arguments.length<3;return r(e,mi(t,4),n,o,vr)},Zn.reduceRight=function(e,t,n){var r=xs(e)?Xt:sn,o=arguments.length<3;return r(e,mi(t,4),n,o,br)},Zn.repeat=function(e,t,n){return t=(n?Li(e,t,n):t===r)?1:Zs(t),to(ru(e),t)},Zn.replace=function(){var e=arguments,t=ru(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Zn.result=function(e,t,n){var o=-1,i=(t=Co(t,e)).length;for(i||(i=1,e=r);++o<i;){var a=null==e?r:e[ca(t[o])];a===r&&(o=i,a=n),e=Ns(a)?a.call(e):a}return e},Zn.round=uc,Zn.runInContext=e,Zn.sample=function(e){return(xs(e)?rr:ro)(e)},Zn.size=function(e){if(null==e)return 0;if(Is(e))return Ks(e)?jn(e):e.length;var t=wi(e);return t==O||t==x?e.size:Ur(e).length},Zn.snakeCase=Pu,Zn.some=function(e,t,n){var o=xs(e)?Yt:lo;return n&&Li(e,t,n)&&(t=r),o(e,mi(t,3))},Zn.sortedIndex=function(e,t){return po(e,t)},Zn.sortedIndexBy=function(e,t,n){return fo(e,t,mi(n,2))},Zn.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=po(e,t);if(r<n&&js(e[r],t))return r}return-1},Zn.sortedLastIndex=function(e,t){return po(e,t,!0)},Zn.sortedLastIndexBy=function(e,t,n){return fo(e,t,mi(n,2),!0)},Zn.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var n=po(e,t,!0)-1;if(js(e[n],t))return n}return-1},Zn.startCase=Ru,Zn.startsWith=function(e,t,n){return e=ru(e),n=null==n?0:dr(Zs(n),0,e.length),t=go(t),e.slice(n,n+t.length)==t},Zn.subtract=cc,Zn.sum=function(e){return e&&e.length?un(e,Uu):0},Zn.sumBy=function(e,t){return e&&e.length?un(e,mi(t,2)):0},Zn.template=function(e,t,n){var o=Zn.templateSettings;n&&Li(e,t,n)&&(t=r),e=ru(e),t=au({},t,o,ii);var i,a,s=au({},t.imports,o.imports,ii),u=gu(s),c=fn(s,u),l=0,p=t.interpolate||we,f="__p += '",d=Ae((t.escape||we).source+"|"+p.source+"|"+(p===Z?de:we).source+"|"+(t.evaluate||we).source+"|$","g"),h="//# sourceURL="+(We.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++vt+"]")+"\n";e.replace(d,function(t,n,r,o,s,u){return r||(r=o),f+=e.slice(l,u).replace(ke,vn),n&&(i=!0,f+="' +\n__e("+n+") +\n'"),s&&(a=!0,f+="';\n"+s+";\n__p += '"),r&&(f+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),l=u+t.length,t}),f+="';\n";var m=We.call(t,"variable")&&t.variable;if(m){if(pe.test(m))throw new je("Invalid `variable` option passed into `_.template`")}else f="with (obj) {\n"+f+"\n}\n";f=(a?f.replace(V,""):f).replace(G,"$1").replace(K,"$1;"),f="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(i?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var g=Mu(function(){return Se(u,h+"return "+f).apply(r,c)});if(g.source=f,Ds(g))throw g;return g},Zn.times=function(e,t){if((e=Zs(e))<1||e>d)return[];var n=m,r=Pn(e,m);t=mi(t),e-=m;for(var o=cn(r,t);++n<e;)t(n);return o},Zn.toFinite=Js,Zn.toInteger=Zs,Zn.toLength=eu,Zn.toLower=function(e){return ru(e).toLowerCase()},Zn.toNumber=tu,Zn.toSafeInteger=function(e){return e?dr(Zs(e),-9007199254740991,d):0===e?e:0},Zn.toString=ru,Zn.toUpper=function(e){return ru(e).toUpperCase()},Zn.trim=function(e,t,n){if((e=ru(e))&&(n||t===r))return ln(e);if(!e||!(t=go(t)))return e;var o=Cn(e),i=Cn(t);return To(o,hn(o,i),mn(o,i)+1).join("")},Zn.trimEnd=function(e,t,n){if((e=ru(e))&&(n||t===r))return e.slice(0,Sn(e)+1);if(!e||!(t=go(t)))return e;var o=Cn(e);return To(o,0,mn(o,Cn(t))+1).join("")},Zn.trimStart=function(e,t,n){if((e=ru(e))&&(n||t===r))return e.replace(ie,"");if(!e||!(t=go(t)))return e;var o=Cn(e);return To(o,hn(o,Cn(t))).join("")},Zn.truncate=function(e,t){var n=30,o="...";if(Fs(t)){var i="separator"in t?t.separator:i;n="length"in t?Zs(t.length):n,o="omission"in t?go(t.omission):o}var a=(e=ru(e)).length;if(bn(e)){var s=Cn(e);a=s.length}if(n>=a)return e;var u=n-jn(o);if(u<1)return o;var c=s?To(s,0,u).join(""):e.slice(0,u);if(i===r)return c+o;if(s&&(u+=c.length-u),Vs(i)){if(e.slice(u).search(i)){var l,p=c;for(i.global||(i=Ae(i.source,ru(he.exec(i))+"g")),i.lastIndex=0;l=i.exec(p);)var f=l.index;c=c.slice(0,f===r?u:f)}}else if(e.indexOf(go(i),u)!=u){var d=c.lastIndexOf(i);d>-1&&(c=c.slice(0,d))}return c+o},Zn.unescape=function(e){return(e=ru(e))&&X.test(e)?e.replace(q,Tn):e},Zn.uniqueId=function(e){var t=++Ve;return ru(e)+t},Zn.upperCase=Lu,Zn.upperFirst=Du,Zn.each=rs,Zn.eachRight=os,Zn.first=va,Ku(Zn,(ac={},Cr(Zn,function(e,t){We.call(Zn.prototype,t)||(ac[t]=e)}),ac),{chain:!1}),Zn.VERSION="4.17.21",Bt(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){Zn[e].placeholder=Zn}),Bt(["drop","take"],function(e,t){LazyWrapper.prototype[e]=function(n){n=n===r?1:In(Zs(n),0);var o=this.__filtered__&&!t?new LazyWrapper(this):this.clone();return o.__filtered__?o.__takeCount__=Pn(n,o.__takeCount__):o.__views__.push({size:Pn(n,m),type:e+(o.__dir__<0?"Right":"")}),o},LazyWrapper.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}}),Bt(["filter","map","takeWhile"],function(e,t){var n=t+1,r=1==n||3==n;LazyWrapper.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:mi(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}}),Bt(["head","last"],function(e,t){var n="take"+(t?"Right":"");LazyWrapper.prototype[e]=function(){return this[n](1).value()[0]}}),Bt(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");LazyWrapper.prototype[e]=function(){return this.__filtered__?new LazyWrapper(this):this[n](1)}}),LazyWrapper.prototype.compact=function(){return this.filter(Uu)},LazyWrapper.prototype.find=function(e){return this.filter(e).head()},LazyWrapper.prototype.findLast=function(e){return this.reverse().find(e)},LazyWrapper.prototype.invokeMap=no(function(e,t){return"function"==typeof e?new LazyWrapper(this):this.map(function(n){return Nr(n,e,t)})}),LazyWrapper.prototype.reject=function(e){return this.filter(_s(mi(e)))},LazyWrapper.prototype.slice=function(e,t){e=Zs(e);var n=this;return n.__filtered__&&(e>0||t<0)?new LazyWrapper(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==r&&(n=(t=Zs(t))<0?n.dropRight(-t):n.take(t-e)),n)},LazyWrapper.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},LazyWrapper.prototype.toArray=function(){return this.take(m)},Cr(LazyWrapper.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),o=/^(?:head|last)$/.test(t),i=Zn[o?"take"+("last"==t?"Right":""):t],a=o||/^find/.test(t);i&&(Zn.prototype[t]=function(){var t=this.__wrapped__,s=o?[1]:arguments,u=t instanceof LazyWrapper,c=s[0],l=u||xs(t),p=function(e){var t=i.apply(Zn,qt([e],s));return o&&f?t[0]:t};l&&n&&"function"==typeof c&&1!=c.length&&(u=l=!1);var f=this.__chain__,d=!!this.__actions__.length,h=a&&!f,m=u&&!d;if(!a&&l){t=m?t:new LazyWrapper(this);var g=e.apply(t,s);return g.__actions__.push({func:Ja,args:[p],thisArg:r}),new LodashWrapper(g,f)}return h&&m?e.apply(this,s):(g=this.thru(p),h?o?g.value()[0]:g.value():g)})}),Bt(["pop","push","shift","sort","splice","unshift"],function(e){var t=Me[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Zn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(xs(o)?o:[],e)}return this[n](function(n){return t.apply(xs(n)?n:[],e)})}}),Cr(LazyWrapper.prototype,function(e,t){var n=Zn[t];if(n){var r=n.name+"";We.call(Vn,r)||(Vn[r]=[]),Vn[r].push({name:t,func:n})}}),Vn[qo(r,2).name]=[{name:"wrapper",func:r}],LazyWrapper.prototype.clone=function(){var e=new LazyWrapper(this.__wrapped__);return e.__actions__=No(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=No(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=No(this.__views__),e},LazyWrapper.prototype.reverse=function(){if(this.__filtered__){var e=new LazyWrapper(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},LazyWrapper.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=xs(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r<o;){var i=n[r],a=i.size;switch(i.type){case"drop":e+=a;break;case"dropRight":t-=a;break;case"take":t=Pn(t,e+a);break;case"takeRight":e=In(e,t-a)}}return{start:e,end:t}}(0,o,this.__views__),a=i.start,s=i.end,u=s-a,c=r?s:a-1,l=this.__iteratees__,p=l.length,f=0,d=Pn(u,this.__takeCount__);if(!n||!r&&o==u&&d==u)return wo(e,this.__actions__);var h=[];e:for(;u--&&f<d;){for(var m=-1,g=e[c+=t];++m<p;){var y=l[m],v=y.iteratee,b=y.type,_=v(g);if(2==b)g=_;else if(!_){if(1==b)continue e;break e}}h[f++]=g}return h},Zn.prototype.at=Za,Zn.prototype.chain=function(){return Qa(this)},Zn.prototype.commit=function(){return new LodashWrapper(this.value(),this.__chain__)},Zn.prototype.next=function(){this.__values__===r&&(this.__values__=Qs(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?r:this.__values__[this.__index__++]}},Zn.prototype.plant=function(e){for(var t,n=this;n instanceof tr;){var o=pa(n);o.__index__=0,o.__values__=r,t?i.__wrapped__=o:t=o;var i=o;n=n.__wrapped__}return i.__wrapped__=e,t},Zn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof LazyWrapper){var t=e;return this.__actions__.length&&(t=new LazyWrapper(this)),(t=t.reverse()).__actions__.push({func:Ja,args:[Aa],thisArg:r}),new LodashWrapper(t,this.__chain__)}return this.thru(Aa)},Zn.prototype.toJSON=Zn.prototype.valueOf=Zn.prototype.value=function(){return wo(this.__wrapped__,this.__actions__)},Zn.prototype.first=Zn.prototype.head,lt&&(Zn.prototype[lt]=function(){return this}),Zn}();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Ct._=xn,define(function(){return xn})):Tt?((Tt.exports=xn)._=xn,St._=xn):Ct._=xn}.call(this)},17451:(e,t,n)=>{"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}n.d(t,{A:()=>r})},17788:(e,t)=>{"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,i=n?Symbol.for("react.fragment"):60107,a=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,u=n?Symbol.for("react.provider"):60109,c=n?Symbol.for("react.context"):60110,l=n?Symbol.for("react.async_mode"):60111,p=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,d=n?Symbol.for("react.suspense"):60113,h=n?Symbol.for("react.suspense_list"):60120,m=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,y=n?Symbol.for("react.block"):60121,v=n?Symbol.for("react.fundamental"):60117,b=n?Symbol.for("react.responder"):60118,_=n?Symbol.for("react.scope"):60119;function w(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case l:case p:case i:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case u:return e;default:return t}}case o:return t}}}function k(e){return w(e)===p}},17811:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(63696),o=n(96196);const i=(0,r.createElement)(o.t4,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,r.createElement)(o.wA,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"}))},18117:(e,t,n)=>{"use strict";n.d(t,{MA:()=>o,l6:()=>i});var r=n(63696);function o(e,t){var n=(0,r.useState)(function(){return{inputs:t,result:e()}})[0],o=(0,r.useRef)(!0),i=(0,r.useRef)(n),a=o.current||Boolean(t&&i.current.inputs&&function(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}(t,i.current.inputs))?i.current:{inputs:t,result:e()};return(0,r.useEffect)(function(){o.current=!1,i.current=a},[a]),a.result}function i(e,t){return o(function(){return e},t)}},19266:(e,t,n)=>{"use strict";n.d(t,{Kp:()=>c,Fm:()=>a,_f:()=>s,yZ:()=>l,t6:()=>u,wn:()=>i});var r=n(82871);function o(e=null){if(!e){if("undefined"==typeof window)return!1;e=window}const{platform:t}=e.navigator;return-1!==t.indexOf("Mac")||["iPad","iPhone"].includes(t)}const i=9,a=13,s=27,u=32,c=35,l=36,p="alt",f="ctrl",d="meta",h="shift";function m(e){return e.length<2?e.toUpperCase():e.charAt(0).toUpperCase()+e.slice(1)}function g(e,t){return Object.fromEntries(Object.entries(e).map(([e,n])=>[e,t(n)]))}const y={primary:e=>e()?[d]:[f],primaryShift:e=>e()?[h,d]:[f,h],primaryAlt:e=>e()?[p,d]:[f,p],secondary:e=>e()?[h,p,d]:[f,h,p],access:e=>e()?[f,p]:[h,p],ctrl:()=>[f],alt:()=>[p],ctrlShift:()=>[f,h],shift:()=>[h],shiftAlt:()=>[h,p],undefined:()=>[]},v=(g(y,e=>(t,n=o)=>[...e(n),t.toLowerCase()].join("+")),g(y,e=>(t,n=o)=>{const r=n(),i={[p]:r?"⌥":"Alt",[f]:r?"⌃":"Ctrl",[d]:"⌘",[h]:r?"⇧":"Shift"};return[...e(n).reduce((e,t)=>{var n;const o=null!==(n=i[t])&&void 0!==n?n:t;return r?[...e,o]:[...e,o,"+"]},[]),m(t)]}));g(v,e=>(t,n=o)=>e(t,n).join("")),g(y,e=>(t,n=o)=>{const i=n(),a={[h]:"Shift",[d]:i?"Command":"Control",[f]:"Control",[p]:i?"Option":"Alt", /* translators: comma as in the character ',' */ ",":(0,r.__)("Comma"), /* translators: period as in the character '.' */ ".":(0,r.__)("Period"), /* translators: backtick as in the character '`' */ "`":(0,r.__)("Backtick"), /* translators: tilde as in the character '~' */ "~":(0,r.__)("Tilde")};return[...e(n),t].map(e=>{var t;return m(null!==(t=a[e])&&void 0!==t?t:e)}).join(i?" ":" + ")});g(y,e=>(t,n,r=o)=>{const i=e(r),a=function(e){return[p,f,d,h].filter(t=>e[`${t}Key`])}(t),s={Comma:",",Backslash:"\\",IntlRo:"\\",IntlYen:"\\"},u=i.filter(e=>!a.includes(e)),c=a.filter(e=>!i.includes(e));if(u.length>0||c.length>0)return!1;let l=t.key.toLowerCase();return n?(t.altKey&&1===n.length&&(l=String.fromCharCode(t.keyCode).toLowerCase()),t.shiftKey&&1===n.length&&s[t.code]&&(l=s[t.code]),"del"===n&&(n="delete"),l===n.toLowerCase()):i.includes(l)})},19371:(e,t,n)=>{"use strict";var r=n(96784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(85707)),i=r(n(40453)),a=n(82871),s=r(n(98494)),u=r(n(79709)),c=r(n(31638)),l=r(n(62812)),p=r(n(11534)),f=r(n(77527)),d=r(n(42525)),h=r(n(70947)),m=n(32250);function g(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function y(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?g(Object(n),!0).forEach(function(t){(0,o.default)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):g(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var v={Accept:"application/json, */*;q=0.1"},b={credentials:"include"},_=[d.default,p.default,f.default,l.default];var w=function(e){if(e.status>=200&&e.status<300)return e;throw e},k=function(e){var t=e.url,n=e.path,r=e.data,o=e.parse,s=void 0===o||o,u=(0,i.default)(e,["url","path","data","parse"]),c=e.body,l=e.headers;return l=y(y({},v),l),r&&(c=JSON.stringify(r),l["Content-Type"]="application/json"),window.fetch(t||n||window.location.href,y(y(y({},b),u),{},{body:c,headers:l})).then(function(e){return Promise.resolve(e).then(w).catch(function(e){return(0,m.parseAndThrowError)(e,s)}).then(function(e){return(0,m.parseResponseAndNormalizeError)(e,s)})},function(){throw{code:"fetch_error",message:(0,a.__)("You are probably offline.")}})};function E(e){return _.reduceRight(function(e,t){return function(n){return t(n,e)}},k)(e).catch(function(t){return"rest_cookie_invalid_nonce"!==t.code?Promise.reject(t):window.fetch(E.nonceEndpoint).then(w).then(function(e){return e.text()}).then(function(t){return E.nonceMiddleware.nonce=t,E(e)})})}E.use=function(e){_.unshift(e)},E.setFetchHandler=function(e){k=e},E.createNonceMiddleware=s.default,E.createPreloadingMiddleware=c.default,E.createRootURLMiddleware=u.default,E.fetchAllMiddleware=l.default,E.mediaUploadMiddleware=h.default;var O=E;t.default=O},19676:e=>{"use strict";e.exports=e=>encodeURIComponent(e).replace(/[!'()*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`)},20061:(e,t,n)=>{"use strict";var r,o;function i(e,t){void 0===t&&(t=!1);var n=e.CSS,o=r;if("boolean"==typeof r&&!t)return r;if(!(n&&"function"==typeof n.supports))return!1;var i=n.supports("--css-vars","yes"),a=n.supports("(--css-vars: yes)")&&n.supports("color","#00000000");return o=!(!i&&!a)&&!function(e){var t=e.document,n=t.createElement("div");n.className="mdc-ripple-surface--test-edge-var-bug",t.body.appendChild(n);var r=e.getComputedStyle(n),o=null!==r&&"solid"===r.borderTopStyle;return n.parentNode&&n.parentNode.removeChild(n),o}(e),t||(r=o),o}function a(e,t){if(void 0===e&&(e=window),void 0===t&&(t=!1),void 0===o||t){var n=!1;try{e.document.addEventListener("test",function(){},{get passive(){return n=!0}})}catch(e){}o=n}return!!o&&{passive:!0}}function s(e,t,n){if(!e)return{x:0,y:0};var r,o,i=t.x,a=t.y,s=i+n.left,u=a+n.top;if("touchstart"===e.type){var c=e;r=c.changedTouches[0].pageX-s,o=c.changedTouches[0].pageY-u}else{var l=e;r=l.pageX-s,o=l.pageY-u}return{x:r,y:o}}n.d(t,{EL:()=>a,dg:()=>i,yu:()=>s})},20567:e=>{"use strict";var t=function(){};e.exports=t},21620:(e,t,n)=>{"use strict";function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var o,i;n.d(t,{qg:()=>c});const a=r(function(){if(i)return o;i=1;const e=2147483647,t=36,n=/^xn--/,r=/[^\0-\x7F]/,a=/[\x2E\u3002\uFF0E\uFF61]/g,s={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},u=Math.floor,c=String.fromCharCode;function l(e){throw new RangeError(s[e])}function p(e,t){const n=e.split("@");let r="";n.length>1&&(r=n[0]+"@",e=n[1]);const o=function(e,t){const n=[];let r=e.length;for(;r--;)n[r]=t(e[r]);return n}((e=e.replace(a,".")).split("."),t).join(".");return r+o}function f(e){const t=[];let n=0;const r=e.length;for(;n<r;){const o=e.charCodeAt(n++);if(o>=55296&&o<=56319&&n<r){const r=e.charCodeAt(n++);56320==(64512&r)?t.push(((1023&o)<<10)+(1023&r)+65536):(t.push(o),n--)}else t.push(o)}return t}const d=function(e){return e>=48&&e<58?e-48+26:e>=65&&e<91?e-65:e>=97&&e<123?e-97:t},h=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},m=function(e,n,r){let o=0;for(e=r?u(e/700):e>>1,e+=u(e/n);e>455;o+=t)e=u(e/35);return u(o+36*e/(e+38))},g=function(n){const r=[],o=n.length;let i=0,a=128,s=72,c=n.lastIndexOf("-");c<0&&(c=0);for(let e=0;e<c;++e)n.charCodeAt(e)>=128&&l("not-basic"),r.push(n.charCodeAt(e));for(let p=c>0?c+1:0;p<o;){const c=i;for(let r=1,a=t;;a+=t){p>=o&&l("invalid-input");const c=d(n.charCodeAt(p++));c>=t&&l("invalid-input"),c>u((e-i)/r)&&l("overflow"),i+=c*r;const f=a<=s?1:a>=s+26?26:a-s;if(c<f)break;const h=t-f;r>u(e/h)&&l("overflow"),r*=h}const f=r.length+1;s=m(i-c,f,0==c),u(i/f)>e-a&&l("overflow"),a+=u(i/f),i%=f,r.splice(i++,0,a)}return String.fromCodePoint(...r)},y=function(n){const r=[],o=(n=f(n)).length;let i=128,a=0,s=72;for(const e of n)e<128&&r.push(c(e));const p=r.length;let d=p;for(p&&r.push("-");d<o;){let o=e;for(const e of n)e>=i&&e<o&&(o=e);const f=d+1;o-i>u((e-a)/f)&&l("overflow"),a+=(o-i)*f,i=o;for(const o of n)if(o<i&&++a>e&&l("overflow"),o===i){let e=a;for(let n=t;;n+=t){const o=n<=s?1:n>=s+26?26:n-s;if(e<o)break;const i=e-o,a=t-o;r.push(c(h(o+i%a,0))),e=u(i/a)}r.push(c(h(e,0))),s=m(a,f,d===p),a=0,++d}++a,++i}return r.join("")};return o={version:"2.3.1",ucs2:{decode:f,encode:e=>String.fromCodePoint(...e)},decode:g,encode:y,toASCII:function(e){return p(e,function(e){return r.test(e)?"xn--"+y(e):e})},toUnicode:function(e){return p(e,function(e){return n.test(e)?g(e.slice(4).toLowerCase()):e})}}}()),s=["ac","com.ac","edu.ac","gov.ac","mil.ac","net.ac","org.ac","ad","ae","ac.ae","co.ae","gov.ae","mil.ae","net.ae","org.ae","sch.ae","aero","airline.aero","airport.aero","accident-investigation.aero","accident-prevention.aero","aerobatic.aero","aeroclub.aero","aerodrome.aero","agents.aero","air-surveillance.aero","air-traffic-control.aero","aircraft.aero","airtraffic.aero","ambulance.aero","association.aero","author.aero","ballooning.aero","broker.aero","caa.aero","cargo.aero","catering.aero","certification.aero","championship.aero","charter.aero","civilaviation.aero","club.aero","conference.aero","consultant.aero","consulting.aero","control.aero","council.aero","crew.aero","design.aero","dgca.aero","educator.aero","emergency.aero","engine.aero","engineer.aero","entertainment.aero","equipment.aero","exchange.aero","express.aero","federation.aero","flight.aero","freight.aero","fuel.aero","gliding.aero","government.aero","groundhandling.aero","group.aero","hanggliding.aero","homebuilt.aero","insurance.aero","journal.aero","journalist.aero","leasing.aero","logistics.aero","magazine.aero","maintenance.aero","marketplace.aero","media.aero","microlight.aero","modelling.aero","navigation.aero","parachuting.aero","paragliding.aero","passenger-association.aero","pilot.aero","press.aero","production.aero","recreation.aero","repbody.aero","res.aero","research.aero","rotorcraft.aero","safety.aero","scientist.aero","services.aero","show.aero","skydiving.aero","software.aero","student.aero","taxi.aero","trader.aero","trading.aero","trainer.aero","union.aero","workinggroup.aero","works.aero","af","com.af","edu.af","gov.af","net.af","org.af","ag","co.ag","com.ag","net.ag","nom.ag","org.ag","ai","com.ai","net.ai","off.ai","org.ai","al","com.al","edu.al","gov.al","mil.al","net.al","org.al","am","co.am","com.am","commune.am","net.am","org.am","ao","co.ao","ed.ao","edu.ao","gov.ao","gv.ao","it.ao","og.ao","org.ao","pb.ao","aq","ar","bet.ar","com.ar","coop.ar","edu.ar","gob.ar","gov.ar","int.ar","mil.ar","musica.ar","mutual.ar","net.ar","org.ar","senasa.ar","tur.ar","arpa","e164.arpa","home.arpa","in-addr.arpa","ip6.arpa","iris.arpa","uri.arpa","urn.arpa","as","gov.as","asia","at","ac.at","sth.ac.at","co.at","gv.at","or.at","au","asn.au","com.au","edu.au","gov.au","id.au","net.au","org.au","conf.au","oz.au","act.au","nsw.au","nt.au","qld.au","sa.au","tas.au","vic.au","wa.au","act.edu.au","catholic.edu.au","nsw.edu.au","nt.edu.au","qld.edu.au","sa.edu.au","tas.edu.au","vic.edu.au","wa.edu.au","qld.gov.au","sa.gov.au","tas.gov.au","vic.gov.au","wa.gov.au","schools.nsw.edu.au","aw","com.aw","ax","az","biz.az","com.az","edu.az","gov.az","info.az","int.az","mil.az","name.az","net.az","org.az","pp.az","pro.az","ba","com.ba","edu.ba","gov.ba","mil.ba","net.ba","org.ba","bb","biz.bb","co.bb","com.bb","edu.bb","gov.bb","info.bb","net.bb","org.bb","store.bb","tv.bb","*.bd","be","ac.be","bf","gov.bf","bg","0.bg","1.bg","2.bg","3.bg","4.bg","5.bg","6.bg","7.bg","8.bg","9.bg","a.bg","b.bg","c.bg","d.bg","e.bg","f.bg","g.bg","h.bg","i.bg","j.bg","k.bg","l.bg","m.bg","n.bg","o.bg","p.bg","q.bg","r.bg","s.bg","t.bg","u.bg","v.bg","w.bg","x.bg","y.bg","z.bg","bh","com.bh","edu.bh","gov.bh","net.bh","org.bh","bi","co.bi","com.bi","edu.bi","or.bi","org.bi","biz","bj","africa.bj","agro.bj","architectes.bj","assur.bj","avocats.bj","co.bj","com.bj","eco.bj","econo.bj","edu.bj","info.bj","loisirs.bj","money.bj","net.bj","org.bj","ote.bj","restaurant.bj","resto.bj","tourism.bj","univ.bj","bm","com.bm","edu.bm","gov.bm","net.bm","org.bm","bn","com.bn","edu.bn","gov.bn","net.bn","org.bn","bo","com.bo","edu.bo","gob.bo","int.bo","mil.bo","net.bo","org.bo","tv.bo","web.bo","academia.bo","agro.bo","arte.bo","blog.bo","bolivia.bo","ciencia.bo","cooperativa.bo","democracia.bo","deporte.bo","ecologia.bo","economia.bo","empresa.bo","indigena.bo","industria.bo","info.bo","medicina.bo","movimiento.bo","musica.bo","natural.bo","nombre.bo","noticias.bo","patria.bo","plurinacional.bo","politica.bo","profesional.bo","pueblo.bo","revista.bo","salud.bo","tecnologia.bo","tksat.bo","transporte.bo","wiki.bo","br","9guacu.br","abc.br","adm.br","adv.br","agr.br","aju.br","am.br","anani.br","aparecida.br","app.br","arq.br","art.br","ato.br","b.br","barueri.br","belem.br","bet.br","bhz.br","bib.br","bio.br","blog.br","bmd.br","boavista.br","bsb.br","campinagrande.br","campinas.br","caxias.br","cim.br","cng.br","cnt.br","com.br","contagem.br","coop.br","coz.br","cri.br","cuiaba.br","curitiba.br","def.br","des.br","det.br","dev.br","ecn.br","eco.br","edu.br","emp.br","enf.br","eng.br","esp.br","etc.br","eti.br","far.br","feira.br","flog.br","floripa.br","fm.br","fnd.br","fortal.br","fot.br","foz.br","fst.br","g12.br","geo.br","ggf.br","goiania.br","gov.br","ac.gov.br","al.gov.br","am.gov.br","ap.gov.br","ba.gov.br","ce.gov.br","df.gov.br","es.gov.br","go.gov.br","ma.gov.br","mg.gov.br","ms.gov.br","mt.gov.br","pa.gov.br","pb.gov.br","pe.gov.br","pi.gov.br","pr.gov.br","rj.gov.br","rn.gov.br","ro.gov.br","rr.gov.br","rs.gov.br","sc.gov.br","se.gov.br","sp.gov.br","to.gov.br","gru.br","imb.br","ind.br","inf.br","jab.br","jampa.br","jdf.br","joinville.br","jor.br","jus.br","leg.br","leilao.br","lel.br","log.br","londrina.br","macapa.br","maceio.br","manaus.br","maringa.br","mat.br","med.br","mil.br","morena.br","mp.br","mus.br","natal.br","net.br","niteroi.br","*.nom.br","not.br","ntr.br","odo.br","ong.br","org.br","osasco.br","palmas.br","poa.br","ppg.br","pro.br","psc.br","psi.br","pvh.br","qsl.br","radio.br","rec.br","recife.br","rep.br","ribeirao.br","rio.br","riobranco.br","riopreto.br","salvador.br","sampa.br","santamaria.br","santoandre.br","saobernardo.br","saogonca.br","seg.br","sjc.br","slg.br","slz.br","sorocaba.br","srv.br","taxi.br","tc.br","tec.br","teo.br","the.br","tmp.br","trd.br","tur.br","tv.br","udi.br","vet.br","vix.br","vlog.br","wiki.br","zlg.br","bs","com.bs","edu.bs","gov.bs","net.bs","org.bs","bt","com.bt","edu.bt","gov.bt","net.bt","org.bt","bv","bw","co.bw","org.bw","by","gov.by","mil.by","com.by","of.by","bz","co.bz","com.bz","edu.bz","gov.bz","net.bz","org.bz","ca","ab.ca","bc.ca","mb.ca","nb.ca","nf.ca","nl.ca","ns.ca","nt.ca","nu.ca","on.ca","pe.ca","qc.ca","sk.ca","yk.ca","gc.ca","cat","cc","cd","gov.cd","cf","cg","ch","ci","ac.ci","aéroport.ci","asso.ci","co.ci","com.ci","ed.ci","edu.ci","go.ci","gouv.ci","int.ci","net.ci","or.ci","org.ci","*.ck","!www.ck","cl","co.cl","gob.cl","gov.cl","mil.cl","cm","co.cm","com.cm","gov.cm","net.cm","cn","ac.cn","com.cn","edu.cn","gov.cn","mil.cn","net.cn","org.cn","公司.cn","網絡.cn","网络.cn","ah.cn","bj.cn","cq.cn","fj.cn","gd.cn","gs.cn","gx.cn","gz.cn","ha.cn","hb.cn","he.cn","hi.cn","hk.cn","hl.cn","hn.cn","jl.cn","js.cn","jx.cn","ln.cn","mo.cn","nm.cn","nx.cn","qh.cn","sc.cn","sd.cn","sh.cn","sn.cn","sx.cn","tj.cn","tw.cn","xj.cn","xz.cn","yn.cn","zj.cn","co","com.co","edu.co","gov.co","mil.co","net.co","nom.co","org.co","com","coop","cr","ac.cr","co.cr","ed.cr","fi.cr","go.cr","or.cr","sa.cr","cu","com.cu","edu.cu","gob.cu","inf.cu","nat.cu","net.cu","org.cu","cv","com.cv","edu.cv","id.cv","int.cv","net.cv","nome.cv","org.cv","publ.cv","cw","com.cw","edu.cw","net.cw","org.cw","cx","gov.cx","cy","ac.cy","biz.cy","com.cy","ekloges.cy","gov.cy","ltd.cy","mil.cy","net.cy","org.cy","press.cy","pro.cy","tm.cy","cz","de","dj","dk","dm","co.dm","com.dm","edu.dm","gov.dm","net.dm","org.dm","do","art.do","com.do","edu.do","gob.do","gov.do","mil.do","net.do","org.do","sld.do","web.do","dz","art.dz","asso.dz","com.dz","edu.dz","gov.dz","net.dz","org.dz","pol.dz","soc.dz","tm.dz","ec","com.ec","edu.ec","fin.ec","gob.ec","gov.ec","info.ec","k12.ec","med.ec","mil.ec","net.ec","org.ec","pro.ec","edu","ee","aip.ee","com.ee","edu.ee","fie.ee","gov.ee","lib.ee","med.ee","org.ee","pri.ee","riik.ee","eg","ac.eg","com.eg","edu.eg","eun.eg","gov.eg","info.eg","me.eg","mil.eg","name.eg","net.eg","org.eg","sci.eg","sport.eg","tv.eg","*.er","es","com.es","edu.es","gob.es","nom.es","org.es","et","biz.et","com.et","edu.et","gov.et","info.et","name.et","net.et","org.et","eu","fi","aland.fi","fj","ac.fj","biz.fj","com.fj","gov.fj","info.fj","mil.fj","name.fj","net.fj","org.fj","pro.fj","*.fk","fm","com.fm","edu.fm","net.fm","org.fm","fo","fr","asso.fr","com.fr","gouv.fr","nom.fr","prd.fr","tm.fr","avoues.fr","cci.fr","greta.fr","huissier-justice.fr","ga","gb","gd","edu.gd","gov.gd","ge","com.ge","edu.ge","gov.ge","net.ge","org.ge","pvt.ge","school.ge","gf","gg","co.gg","net.gg","org.gg","gh","com.gh","edu.gh","gov.gh","mil.gh","org.gh","gi","com.gi","edu.gi","gov.gi","ltd.gi","mod.gi","org.gi","gl","co.gl","com.gl","edu.gl","net.gl","org.gl","gm","gn","ac.gn","com.gn","edu.gn","gov.gn","net.gn","org.gn","gov","gp","asso.gp","com.gp","edu.gp","mobi.gp","net.gp","org.gp","gq","gr","com.gr","edu.gr","gov.gr","net.gr","org.gr","gs","gt","com.gt","edu.gt","gob.gt","ind.gt","mil.gt","net.gt","org.gt","gu","com.gu","edu.gu","gov.gu","guam.gu","info.gu","net.gu","org.gu","web.gu","gw","gy","co.gy","com.gy","edu.gy","gov.gy","net.gy","org.gy","hk","com.hk","edu.hk","gov.hk","idv.hk","net.hk","org.hk","个人.hk","個人.hk","公司.hk","政府.hk","敎育.hk","教育.hk","箇人.hk","組織.hk","組织.hk","網絡.hk","網络.hk","组織.hk","组织.hk","网絡.hk","网络.hk","hm","hn","com.hn","edu.hn","gob.hn","mil.hn","net.hn","org.hn","hr","com.hr","from.hr","iz.hr","name.hr","ht","adult.ht","art.ht","asso.ht","com.ht","coop.ht","edu.ht","firm.ht","gouv.ht","info.ht","med.ht","net.ht","org.ht","perso.ht","pol.ht","pro.ht","rel.ht","shop.ht","hu","2000.hu","agrar.hu","bolt.hu","casino.hu","city.hu","co.hu","erotica.hu","erotika.hu","film.hu","forum.hu","games.hu","hotel.hu","info.hu","ingatlan.hu","jogasz.hu","konyvelo.hu","lakas.hu","media.hu","news.hu","org.hu","priv.hu","reklam.hu","sex.hu","shop.hu","sport.hu","suli.hu","szex.hu","tm.hu","tozsde.hu","utazas.hu","video.hu","id","ac.id","biz.id","co.id","desa.id","go.id","mil.id","my.id","net.id","or.id","ponpes.id","sch.id","web.id","ie","gov.ie","il","ac.il","co.il","gov.il","idf.il","k12.il","muni.il","net.il","org.il","ישראל","אקדמיה.ישראל","ישוב.ישראל","צהל.ישראל","ממשל.ישראל","im","ac.im","co.im","ltd.co.im","plc.co.im","com.im","net.im","org.im","tt.im","tv.im","in","5g.in","6g.in","ac.in","ai.in","am.in","bihar.in","biz.in","business.in","ca.in","cn.in","co.in","com.in","coop.in","cs.in","delhi.in","dr.in","edu.in","er.in","firm.in","gen.in","gov.in","gujarat.in","ind.in","info.in","int.in","internet.in","io.in","me.in","mil.in","net.in","nic.in","org.in","pg.in","post.in","pro.in","res.in","travel.in","tv.in","uk.in","up.in","us.in","info","int","eu.int","io","co.io","com.io","edu.io","gov.io","mil.io","net.io","nom.io","org.io","iq","com.iq","edu.iq","gov.iq","mil.iq","net.iq","org.iq","ir","ac.ir","co.ir","gov.ir","id.ir","net.ir","org.ir","sch.ir","ایران.ir","ايران.ir","is","it","edu.it","gov.it","abr.it","abruzzo.it","aosta-valley.it","aostavalley.it","bas.it","basilicata.it","cal.it","calabria.it","cam.it","campania.it","emilia-romagna.it","emiliaromagna.it","emr.it","friuli-v-giulia.it","friuli-ve-giulia.it","friuli-vegiulia.it","friuli-venezia-giulia.it","friuli-veneziagiulia.it","friuli-vgiulia.it","friuliv-giulia.it","friulive-giulia.it","friulivegiulia.it","friulivenezia-giulia.it","friuliveneziagiulia.it","friulivgiulia.it","fvg.it","laz.it","lazio.it","lig.it","liguria.it","lom.it","lombardia.it","lombardy.it","lucania.it","mar.it","marche.it","mol.it","molise.it","piedmont.it","piemonte.it","pmn.it","pug.it","puglia.it","sar.it","sardegna.it","sardinia.it","sic.it","sicilia.it","sicily.it","taa.it","tos.it","toscana.it","trentin-sud-tirol.it","trentin-süd-tirol.it","trentin-sudtirol.it","trentin-südtirol.it","trentin-sued-tirol.it","trentin-suedtirol.it","trentino.it","trentino-a-adige.it","trentino-aadige.it","trentino-alto-adige.it","trentino-altoadige.it","trentino-s-tirol.it","trentino-stirol.it","trentino-sud-tirol.it","trentino-süd-tirol.it","trentino-sudtirol.it","trentino-südtirol.it","trentino-sued-tirol.it","trentino-suedtirol.it","trentinoa-adige.it","trentinoaadige.it","trentinoalto-adige.it","trentinoaltoadige.it","trentinos-tirol.it","trentinostirol.it","trentinosud-tirol.it","trentinosüd-tirol.it","trentinosudtirol.it","trentinosüdtirol.it","trentinosued-tirol.it","trentinosuedtirol.it","trentinsud-tirol.it","trentinsüd-tirol.it","trentinsudtirol.it","trentinsüdtirol.it","trentinsued-tirol.it","trentinsuedtirol.it","tuscany.it","umb.it","umbria.it","val-d-aosta.it","val-daosta.it","vald-aosta.it","valdaosta.it","valle-aosta.it","valle-d-aosta.it","valle-daosta.it","valleaosta.it","valled-aosta.it","valledaosta.it","vallee-aoste.it","vallée-aoste.it","vallee-d-aoste.it","vallée-d-aoste.it","valleeaoste.it","valléeaoste.it","valleedaoste.it","valléedaoste.it","vao.it","vda.it","ven.it","veneto.it","ag.it","agrigento.it","al.it","alessandria.it","alto-adige.it","altoadige.it","an.it","ancona.it","andria-barletta-trani.it","andria-trani-barletta.it","andriabarlettatrani.it","andriatranibarletta.it","ao.it","aosta.it","aoste.it","ap.it","aq.it","aquila.it","ar.it","arezzo.it","ascoli-piceno.it","ascolipiceno.it","asti.it","at.it","av.it","avellino.it","ba.it","balsan.it","balsan-sudtirol.it","balsan-südtirol.it","balsan-suedtirol.it","bari.it","barletta-trani-andria.it","barlettatraniandria.it","belluno.it","benevento.it","bergamo.it","bg.it","bi.it","biella.it","bl.it","bn.it","bo.it","bologna.it","bolzano.it","bolzano-altoadige.it","bozen.it","bozen-sudtirol.it","bozen-südtirol.it","bozen-suedtirol.it","br.it","brescia.it","brindisi.it","bs.it","bt.it","bulsan.it","bulsan-sudtirol.it","bulsan-südtirol.it","bulsan-suedtirol.it","bz.it","ca.it","cagliari.it","caltanissetta.it","campidano-medio.it","campidanomedio.it","campobasso.it","carbonia-iglesias.it","carboniaiglesias.it","carrara-massa.it","carraramassa.it","caserta.it","catania.it","catanzaro.it","cb.it","ce.it","cesena-forli.it","cesena-forlì.it","cesenaforli.it","cesenaforlì.it","ch.it","chieti.it","ci.it","cl.it","cn.it","co.it","como.it","cosenza.it","cr.it","cremona.it","crotone.it","cs.it","ct.it","cuneo.it","cz.it","dell-ogliastra.it","dellogliastra.it","en.it","enna.it","fc.it","fe.it","fermo.it","ferrara.it","fg.it","fi.it","firenze.it","florence.it","fm.it","foggia.it","forli-cesena.it","forlì-cesena.it","forlicesena.it","forlìcesena.it","fr.it","frosinone.it","ge.it","genoa.it","genova.it","go.it","gorizia.it","gr.it","grosseto.it","iglesias-carbonia.it","iglesiascarbonia.it","im.it","imperia.it","is.it","isernia.it","kr.it","la-spezia.it","laquila.it","laspezia.it","latina.it","lc.it","le.it","lecce.it","lecco.it","li.it","livorno.it","lo.it","lodi.it","lt.it","lu.it","lucca.it","macerata.it","mantova.it","massa-carrara.it","massacarrara.it","matera.it","mb.it","mc.it","me.it","medio-campidano.it","mediocampidano.it","messina.it","mi.it","milan.it","milano.it","mn.it","mo.it","modena.it","monza.it","monza-brianza.it","monza-e-della-brianza.it","monzabrianza.it","monzaebrianza.it","monzaedellabrianza.it","ms.it","mt.it","na.it","naples.it","napoli.it","no.it","novara.it","nu.it","nuoro.it","og.it","ogliastra.it","olbia-tempio.it","olbiatempio.it","or.it","oristano.it","ot.it","pa.it","padova.it","padua.it","palermo.it","parma.it","pavia.it","pc.it","pd.it","pe.it","perugia.it","pesaro-urbino.it","pesarourbino.it","pescara.it","pg.it","pi.it","piacenza.it","pisa.it","pistoia.it","pn.it","po.it","pordenone.it","potenza.it","pr.it","prato.it","pt.it","pu.it","pv.it","pz.it","ra.it","ragusa.it","ravenna.it","rc.it","re.it","reggio-calabria.it","reggio-emilia.it","reggiocalabria.it","reggioemilia.it","rg.it","ri.it","rieti.it","rimini.it","rm.it","rn.it","ro.it","roma.it","rome.it","rovigo.it","sa.it","salerno.it","sassari.it","savona.it","si.it","siena.it","siracusa.it","so.it","sondrio.it","sp.it","sr.it","ss.it","südtirol.it","suedtirol.it","sv.it","ta.it","taranto.it","te.it","tempio-olbia.it","tempioolbia.it","teramo.it","terni.it","tn.it","to.it","torino.it","tp.it","tr.it","trani-andria-barletta.it","trani-barletta-andria.it","traniandriabarletta.it","tranibarlettaandria.it","trapani.it","trento.it","treviso.it","trieste.it","ts.it","turin.it","tv.it","ud.it","udine.it","urbino-pesaro.it","urbinopesaro.it","va.it","varese.it","vb.it","vc.it","ve.it","venezia.it","venice.it","verbania.it","vercelli.it","verona.it","vi.it","vibo-valentia.it","vibovalentia.it","vicenza.it","viterbo.it","vr.it","vs.it","vt.it","vv.it","je","co.je","net.je","org.je","*.jm","jo","agri.jo","ai.jo","com.jo","edu.jo","eng.jo","fm.jo","gov.jo","mil.jo","net.jo","org.jo","per.jo","phd.jo","sch.jo","tv.jo","jobs","jp","ac.jp","ad.jp","co.jp","ed.jp","go.jp","gr.jp","lg.jp","ne.jp","or.jp","aichi.jp","akita.jp","aomori.jp","chiba.jp","ehime.jp","fukui.jp","fukuoka.jp","fukushima.jp","gifu.jp","gunma.jp","hiroshima.jp","hokkaido.jp","hyogo.jp","ibaraki.jp","ishikawa.jp","iwate.jp","kagawa.jp","kagoshima.jp","kanagawa.jp","kochi.jp","kumamoto.jp","kyoto.jp","mie.jp","miyagi.jp","miyazaki.jp","nagano.jp","nagasaki.jp","nara.jp","niigata.jp","oita.jp","okayama.jp","okinawa.jp","osaka.jp","saga.jp","saitama.jp","shiga.jp","shimane.jp","shizuoka.jp","tochigi.jp","tokushima.jp","tokyo.jp","tottori.jp","toyama.jp","wakayama.jp","yamagata.jp","yamaguchi.jp","yamanashi.jp","三重.jp","京都.jp","佐賀.jp","兵庫.jp","北海道.jp","千葉.jp","和歌山.jp","埼玉.jp","大分.jp","大阪.jp","奈良.jp","宮城.jp","宮崎.jp","富山.jp","山口.jp","山形.jp","山梨.jp","岐阜.jp","岡山.jp","岩手.jp","島根.jp","広島.jp","徳島.jp","愛媛.jp","愛知.jp","新潟.jp","東京.jp","栃木.jp","沖縄.jp","滋賀.jp","熊本.jp","石川.jp","神奈川.jp","福井.jp","福岡.jp","福島.jp","秋田.jp","群馬.jp","茨城.jp","長崎.jp","長野.jp","青森.jp","静岡.jp","香川.jp","高知.jp","鳥取.jp","鹿児島.jp","*.kawasaki.jp","!city.kawasaki.jp","*.kitakyushu.jp","!city.kitakyushu.jp","*.kobe.jp","!city.kobe.jp","*.nagoya.jp","!city.nagoya.jp","*.sapporo.jp","!city.sapporo.jp","*.sendai.jp","!city.sendai.jp","*.yokohama.jp","!city.yokohama.jp","aisai.aichi.jp","ama.aichi.jp","anjo.aichi.jp","asuke.aichi.jp","chiryu.aichi.jp","chita.aichi.jp","fuso.aichi.jp","gamagori.aichi.jp","handa.aichi.jp","hazu.aichi.jp","hekinan.aichi.jp","higashiura.aichi.jp","ichinomiya.aichi.jp","inazawa.aichi.jp","inuyama.aichi.jp","isshiki.aichi.jp","iwakura.aichi.jp","kanie.aichi.jp","kariya.aichi.jp","kasugai.aichi.jp","kira.aichi.jp","kiyosu.aichi.jp","komaki.aichi.jp","konan.aichi.jp","kota.aichi.jp","mihama.aichi.jp","miyoshi.aichi.jp","nishio.aichi.jp","nisshin.aichi.jp","obu.aichi.jp","oguchi.aichi.jp","oharu.aichi.jp","okazaki.aichi.jp","owariasahi.aichi.jp","seto.aichi.jp","shikatsu.aichi.jp","shinshiro.aichi.jp","shitara.aichi.jp","tahara.aichi.jp","takahama.aichi.jp","tobishima.aichi.jp","toei.aichi.jp","togo.aichi.jp","tokai.aichi.jp","tokoname.aichi.jp","toyoake.aichi.jp","toyohashi.aichi.jp","toyokawa.aichi.jp","toyone.aichi.jp","toyota.aichi.jp","tsushima.aichi.jp","yatomi.aichi.jp","akita.akita.jp","daisen.akita.jp","fujisato.akita.jp","gojome.akita.jp","hachirogata.akita.jp","happou.akita.jp","higashinaruse.akita.jp","honjo.akita.jp","honjyo.akita.jp","ikawa.akita.jp","kamikoani.akita.jp","kamioka.akita.jp","katagami.akita.jp","kazuno.akita.jp","kitaakita.akita.jp","kosaka.akita.jp","kyowa.akita.jp","misato.akita.jp","mitane.akita.jp","moriyoshi.akita.jp","nikaho.akita.jp","noshiro.akita.jp","odate.akita.jp","oga.akita.jp","ogata.akita.jp","semboku.akita.jp","yokote.akita.jp","yurihonjo.akita.jp","aomori.aomori.jp","gonohe.aomori.jp","hachinohe.aomori.jp","hashikami.aomori.jp","hiranai.aomori.jp","hirosaki.aomori.jp","itayanagi.aomori.jp","kuroishi.aomori.jp","misawa.aomori.jp","mutsu.aomori.jp","nakadomari.aomori.jp","noheji.aomori.jp","oirase.aomori.jp","owani.aomori.jp","rokunohe.aomori.jp","sannohe.aomori.jp","shichinohe.aomori.jp","shingo.aomori.jp","takko.aomori.jp","towada.aomori.jp","tsugaru.aomori.jp","tsuruta.aomori.jp","abiko.chiba.jp","asahi.chiba.jp","chonan.chiba.jp","chosei.chiba.jp","choshi.chiba.jp","chuo.chiba.jp","funabashi.chiba.jp","futtsu.chiba.jp","hanamigawa.chiba.jp","ichihara.chiba.jp","ichikawa.chiba.jp","ichinomiya.chiba.jp","inzai.chiba.jp","isumi.chiba.jp","kamagaya.chiba.jp","kamogawa.chiba.jp","kashiwa.chiba.jp","katori.chiba.jp","katsuura.chiba.jp","kimitsu.chiba.jp","kisarazu.chiba.jp","kozaki.chiba.jp","kujukuri.chiba.jp","kyonan.chiba.jp","matsudo.chiba.jp","midori.chiba.jp","mihama.chiba.jp","minamiboso.chiba.jp","mobara.chiba.jp","mutsuzawa.chiba.jp","nagara.chiba.jp","nagareyama.chiba.jp","narashino.chiba.jp","narita.chiba.jp","noda.chiba.jp","oamishirasato.chiba.jp","omigawa.chiba.jp","onjuku.chiba.jp","otaki.chiba.jp","sakae.chiba.jp","sakura.chiba.jp","shimofusa.chiba.jp","shirako.chiba.jp","shiroi.chiba.jp","shisui.chiba.jp","sodegaura.chiba.jp","sosa.chiba.jp","tako.chiba.jp","tateyama.chiba.jp","togane.chiba.jp","tohnosho.chiba.jp","tomisato.chiba.jp","urayasu.chiba.jp","yachimata.chiba.jp","yachiyo.chiba.jp","yokaichiba.chiba.jp","yokoshibahikari.chiba.jp","yotsukaido.chiba.jp","ainan.ehime.jp","honai.ehime.jp","ikata.ehime.jp","imabari.ehime.jp","iyo.ehime.jp","kamijima.ehime.jp","kihoku.ehime.jp","kumakogen.ehime.jp","masaki.ehime.jp","matsuno.ehime.jp","matsuyama.ehime.jp","namikata.ehime.jp","niihama.ehime.jp","ozu.ehime.jp","saijo.ehime.jp","seiyo.ehime.jp","shikokuchuo.ehime.jp","tobe.ehime.jp","toon.ehime.jp","uchiko.ehime.jp","uwajima.ehime.jp","yawatahama.ehime.jp","echizen.fukui.jp","eiheiji.fukui.jp","fukui.fukui.jp","ikeda.fukui.jp","katsuyama.fukui.jp","mihama.fukui.jp","minamiechizen.fukui.jp","obama.fukui.jp","ohi.fukui.jp","ono.fukui.jp","sabae.fukui.jp","sakai.fukui.jp","takahama.fukui.jp","tsuruga.fukui.jp","wakasa.fukui.jp","ashiya.fukuoka.jp","buzen.fukuoka.jp","chikugo.fukuoka.jp","chikuho.fukuoka.jp","chikujo.fukuoka.jp","chikushino.fukuoka.jp","chikuzen.fukuoka.jp","chuo.fukuoka.jp","dazaifu.fukuoka.jp","fukuchi.fukuoka.jp","hakata.fukuoka.jp","higashi.fukuoka.jp","hirokawa.fukuoka.jp","hisayama.fukuoka.jp","iizuka.fukuoka.jp","inatsuki.fukuoka.jp","kaho.fukuoka.jp","kasuga.fukuoka.jp","kasuya.fukuoka.jp","kawara.fukuoka.jp","keisen.fukuoka.jp","koga.fukuoka.jp","kurate.fukuoka.jp","kurogi.fukuoka.jp","kurume.fukuoka.jp","minami.fukuoka.jp","miyako.fukuoka.jp","miyama.fukuoka.jp","miyawaka.fukuoka.jp","mizumaki.fukuoka.jp","munakata.fukuoka.jp","nakagawa.fukuoka.jp","nakama.fukuoka.jp","nishi.fukuoka.jp","nogata.fukuoka.jp","ogori.fukuoka.jp","okagaki.fukuoka.jp","okawa.fukuoka.jp","oki.fukuoka.jp","omuta.fukuoka.jp","onga.fukuoka.jp","onojo.fukuoka.jp","oto.fukuoka.jp","saigawa.fukuoka.jp","sasaguri.fukuoka.jp","shingu.fukuoka.jp","shinyoshitomi.fukuoka.jp","shonai.fukuoka.jp","soeda.fukuoka.jp","sue.fukuoka.jp","tachiarai.fukuoka.jp","tagawa.fukuoka.jp","takata.fukuoka.jp","toho.fukuoka.jp","toyotsu.fukuoka.jp","tsuiki.fukuoka.jp","ukiha.fukuoka.jp","umi.fukuoka.jp","usui.fukuoka.jp","yamada.fukuoka.jp","yame.fukuoka.jp","yanagawa.fukuoka.jp","yukuhashi.fukuoka.jp","aizubange.fukushima.jp","aizumisato.fukushima.jp","aizuwakamatsu.fukushima.jp","asakawa.fukushima.jp","bandai.fukushima.jp","date.fukushima.jp","fukushima.fukushima.jp","furudono.fukushima.jp","futaba.fukushima.jp","hanawa.fukushima.jp","higashi.fukushima.jp","hirata.fukushima.jp","hirono.fukushima.jp","iitate.fukushima.jp","inawashiro.fukushima.jp","ishikawa.fukushima.jp","iwaki.fukushima.jp","izumizaki.fukushima.jp","kagamiishi.fukushima.jp","kaneyama.fukushima.jp","kawamata.fukushima.jp","kitakata.fukushima.jp","kitashiobara.fukushima.jp","koori.fukushima.jp","koriyama.fukushima.jp","kunimi.fukushima.jp","miharu.fukushima.jp","mishima.fukushima.jp","namie.fukushima.jp","nango.fukushima.jp","nishiaizu.fukushima.jp","nishigo.fukushima.jp","okuma.fukushima.jp","omotego.fukushima.jp","ono.fukushima.jp","otama.fukushima.jp","samegawa.fukushima.jp","shimogo.fukushima.jp","shirakawa.fukushima.jp","showa.fukushima.jp","soma.fukushima.jp","sukagawa.fukushima.jp","taishin.fukushima.jp","tamakawa.fukushima.jp","tanagura.fukushima.jp","tenei.fukushima.jp","yabuki.fukushima.jp","yamato.fukushima.jp","yamatsuri.fukushima.jp","yanaizu.fukushima.jp","yugawa.fukushima.jp","anpachi.gifu.jp","ena.gifu.jp","gifu.gifu.jp","ginan.gifu.jp","godo.gifu.jp","gujo.gifu.jp","hashima.gifu.jp","hichiso.gifu.jp","hida.gifu.jp","higashishirakawa.gifu.jp","ibigawa.gifu.jp","ikeda.gifu.jp","kakamigahara.gifu.jp","kani.gifu.jp","kasahara.gifu.jp","kasamatsu.gifu.jp","kawaue.gifu.jp","kitagata.gifu.jp","mino.gifu.jp","minokamo.gifu.jp","mitake.gifu.jp","mizunami.gifu.jp","motosu.gifu.jp","nakatsugawa.gifu.jp","ogaki.gifu.jp","sakahogi.gifu.jp","seki.gifu.jp","sekigahara.gifu.jp","shirakawa.gifu.jp","tajimi.gifu.jp","takayama.gifu.jp","tarui.gifu.jp","toki.gifu.jp","tomika.gifu.jp","wanouchi.gifu.jp","yamagata.gifu.jp","yaotsu.gifu.jp","yoro.gifu.jp","annaka.gunma.jp","chiyoda.gunma.jp","fujioka.gunma.jp","higashiagatsuma.gunma.jp","isesaki.gunma.jp","itakura.gunma.jp","kanna.gunma.jp","kanra.gunma.jp","katashina.gunma.jp","kawaba.gunma.jp","kiryu.gunma.jp","kusatsu.gunma.jp","maebashi.gunma.jp","meiwa.gunma.jp","midori.gunma.jp","minakami.gunma.jp","naganohara.gunma.jp","nakanojo.gunma.jp","nanmoku.gunma.jp","numata.gunma.jp","oizumi.gunma.jp","ora.gunma.jp","ota.gunma.jp","shibukawa.gunma.jp","shimonita.gunma.jp","shinto.gunma.jp","showa.gunma.jp","takasaki.gunma.jp","takayama.gunma.jp","tamamura.gunma.jp","tatebayashi.gunma.jp","tomioka.gunma.jp","tsukiyono.gunma.jp","tsumagoi.gunma.jp","ueno.gunma.jp","yoshioka.gunma.jp","asaminami.hiroshima.jp","daiwa.hiroshima.jp","etajima.hiroshima.jp","fuchu.hiroshima.jp","fukuyama.hiroshima.jp","hatsukaichi.hiroshima.jp","higashihiroshima.hiroshima.jp","hongo.hiroshima.jp","jinsekikogen.hiroshima.jp","kaita.hiroshima.jp","kui.hiroshima.jp","kumano.hiroshima.jp","kure.hiroshima.jp","mihara.hiroshima.jp","miyoshi.hiroshima.jp","naka.hiroshima.jp","onomichi.hiroshima.jp","osakikamijima.hiroshima.jp","otake.hiroshima.jp","saka.hiroshima.jp","sera.hiroshima.jp","seranishi.hiroshima.jp","shinichi.hiroshima.jp","shobara.hiroshima.jp","takehara.hiroshima.jp","abashiri.hokkaido.jp","abira.hokkaido.jp","aibetsu.hokkaido.jp","akabira.hokkaido.jp","akkeshi.hokkaido.jp","asahikawa.hokkaido.jp","ashibetsu.hokkaido.jp","ashoro.hokkaido.jp","assabu.hokkaido.jp","atsuma.hokkaido.jp","bibai.hokkaido.jp","biei.hokkaido.jp","bifuka.hokkaido.jp","bihoro.hokkaido.jp","biratori.hokkaido.jp","chippubetsu.hokkaido.jp","chitose.hokkaido.jp","date.hokkaido.jp","ebetsu.hokkaido.jp","embetsu.hokkaido.jp","eniwa.hokkaido.jp","erimo.hokkaido.jp","esan.hokkaido.jp","esashi.hokkaido.jp","fukagawa.hokkaido.jp","fukushima.hokkaido.jp","furano.hokkaido.jp","furubira.hokkaido.jp","haboro.hokkaido.jp","hakodate.hokkaido.jp","hamatonbetsu.hokkaido.jp","hidaka.hokkaido.jp","higashikagura.hokkaido.jp","higashikawa.hokkaido.jp","hiroo.hokkaido.jp","hokuryu.hokkaido.jp","hokuto.hokkaido.jp","honbetsu.hokkaido.jp","horokanai.hokkaido.jp","horonobe.hokkaido.jp","ikeda.hokkaido.jp","imakane.hokkaido.jp","ishikari.hokkaido.jp","iwamizawa.hokkaido.jp","iwanai.hokkaido.jp","kamifurano.hokkaido.jp","kamikawa.hokkaido.jp","kamishihoro.hokkaido.jp","kamisunagawa.hokkaido.jp","kamoenai.hokkaido.jp","kayabe.hokkaido.jp","kembuchi.hokkaido.jp","kikonai.hokkaido.jp","kimobetsu.hokkaido.jp","kitahiroshima.hokkaido.jp","kitami.hokkaido.jp","kiyosato.hokkaido.jp","koshimizu.hokkaido.jp","kunneppu.hokkaido.jp","kuriyama.hokkaido.jp","kuromatsunai.hokkaido.jp","kushiro.hokkaido.jp","kutchan.hokkaido.jp","kyowa.hokkaido.jp","mashike.hokkaido.jp","matsumae.hokkaido.jp","mikasa.hokkaido.jp","minamifurano.hokkaido.jp","mombetsu.hokkaido.jp","moseushi.hokkaido.jp","mukawa.hokkaido.jp","muroran.hokkaido.jp","naie.hokkaido.jp","nakagawa.hokkaido.jp","nakasatsunai.hokkaido.jp","nakatombetsu.hokkaido.jp","nanae.hokkaido.jp","nanporo.hokkaido.jp","nayoro.hokkaido.jp","nemuro.hokkaido.jp","niikappu.hokkaido.jp","niki.hokkaido.jp","nishiokoppe.hokkaido.jp","noboribetsu.hokkaido.jp","numata.hokkaido.jp","obihiro.hokkaido.jp","obira.hokkaido.jp","oketo.hokkaido.jp","okoppe.hokkaido.jp","otaru.hokkaido.jp","otobe.hokkaido.jp","otofuke.hokkaido.jp","otoineppu.hokkaido.jp","oumu.hokkaido.jp","ozora.hokkaido.jp","pippu.hokkaido.jp","rankoshi.hokkaido.jp","rebun.hokkaido.jp","rikubetsu.hokkaido.jp","rishiri.hokkaido.jp","rishirifuji.hokkaido.jp","saroma.hokkaido.jp","sarufutsu.hokkaido.jp","shakotan.hokkaido.jp","shari.hokkaido.jp","shibecha.hokkaido.jp","shibetsu.hokkaido.jp","shikabe.hokkaido.jp","shikaoi.hokkaido.jp","shimamaki.hokkaido.jp","shimizu.hokkaido.jp","shimokawa.hokkaido.jp","shinshinotsu.hokkaido.jp","shintoku.hokkaido.jp","shiranuka.hokkaido.jp","shiraoi.hokkaido.jp","shiriuchi.hokkaido.jp","sobetsu.hokkaido.jp","sunagawa.hokkaido.jp","taiki.hokkaido.jp","takasu.hokkaido.jp","takikawa.hokkaido.jp","takinoue.hokkaido.jp","teshikaga.hokkaido.jp","tobetsu.hokkaido.jp","tohma.hokkaido.jp","tomakomai.hokkaido.jp","tomari.hokkaido.jp","toya.hokkaido.jp","toyako.hokkaido.jp","toyotomi.hokkaido.jp","toyoura.hokkaido.jp","tsubetsu.hokkaido.jp","tsukigata.hokkaido.jp","urakawa.hokkaido.jp","urausu.hokkaido.jp","uryu.hokkaido.jp","utashinai.hokkaido.jp","wakkanai.hokkaido.jp","wassamu.hokkaido.jp","yakumo.hokkaido.jp","yoichi.hokkaido.jp","aioi.hyogo.jp","akashi.hyogo.jp","ako.hyogo.jp","amagasaki.hyogo.jp","aogaki.hyogo.jp","asago.hyogo.jp","ashiya.hyogo.jp","awaji.hyogo.jp","fukusaki.hyogo.jp","goshiki.hyogo.jp","harima.hyogo.jp","himeji.hyogo.jp","ichikawa.hyogo.jp","inagawa.hyogo.jp","itami.hyogo.jp","kakogawa.hyogo.jp","kamigori.hyogo.jp","kamikawa.hyogo.jp","kasai.hyogo.jp","kasuga.hyogo.jp","kawanishi.hyogo.jp","miki.hyogo.jp","minamiawaji.hyogo.jp","nishinomiya.hyogo.jp","nishiwaki.hyogo.jp","ono.hyogo.jp","sanda.hyogo.jp","sannan.hyogo.jp","sasayama.hyogo.jp","sayo.hyogo.jp","shingu.hyogo.jp","shinonsen.hyogo.jp","shiso.hyogo.jp","sumoto.hyogo.jp","taishi.hyogo.jp","taka.hyogo.jp","takarazuka.hyogo.jp","takasago.hyogo.jp","takino.hyogo.jp","tamba.hyogo.jp","tatsuno.hyogo.jp","toyooka.hyogo.jp","yabu.hyogo.jp","yashiro.hyogo.jp","yoka.hyogo.jp","yokawa.hyogo.jp","ami.ibaraki.jp","asahi.ibaraki.jp","bando.ibaraki.jp","chikusei.ibaraki.jp","daigo.ibaraki.jp","fujishiro.ibaraki.jp","hitachi.ibaraki.jp","hitachinaka.ibaraki.jp","hitachiomiya.ibaraki.jp","hitachiota.ibaraki.jp","ibaraki.ibaraki.jp","ina.ibaraki.jp","inashiki.ibaraki.jp","itako.ibaraki.jp","iwama.ibaraki.jp","joso.ibaraki.jp","kamisu.ibaraki.jp","kasama.ibaraki.jp","kashima.ibaraki.jp","kasumigaura.ibaraki.jp","koga.ibaraki.jp","miho.ibaraki.jp","mito.ibaraki.jp","moriya.ibaraki.jp","naka.ibaraki.jp","namegata.ibaraki.jp","oarai.ibaraki.jp","ogawa.ibaraki.jp","omitama.ibaraki.jp","ryugasaki.ibaraki.jp","sakai.ibaraki.jp","sakuragawa.ibaraki.jp","shimodate.ibaraki.jp","shimotsuma.ibaraki.jp","shirosato.ibaraki.jp","sowa.ibaraki.jp","suifu.ibaraki.jp","takahagi.ibaraki.jp","tamatsukuri.ibaraki.jp","tokai.ibaraki.jp","tomobe.ibaraki.jp","tone.ibaraki.jp","toride.ibaraki.jp","tsuchiura.ibaraki.jp","tsukuba.ibaraki.jp","uchihara.ibaraki.jp","ushiku.ibaraki.jp","yachiyo.ibaraki.jp","yamagata.ibaraki.jp","yawara.ibaraki.jp","yuki.ibaraki.jp","anamizu.ishikawa.jp","hakui.ishikawa.jp","hakusan.ishikawa.jp","kaga.ishikawa.jp","kahoku.ishikawa.jp","kanazawa.ishikawa.jp","kawakita.ishikawa.jp","komatsu.ishikawa.jp","nakanoto.ishikawa.jp","nanao.ishikawa.jp","nomi.ishikawa.jp","nonoichi.ishikawa.jp","noto.ishikawa.jp","shika.ishikawa.jp","suzu.ishikawa.jp","tsubata.ishikawa.jp","tsurugi.ishikawa.jp","uchinada.ishikawa.jp","wajima.ishikawa.jp","fudai.iwate.jp","fujisawa.iwate.jp","hanamaki.iwate.jp","hiraizumi.iwate.jp","hirono.iwate.jp","ichinohe.iwate.jp","ichinoseki.iwate.jp","iwaizumi.iwate.jp","iwate.iwate.jp","joboji.iwate.jp","kamaishi.iwate.jp","kanegasaki.iwate.jp","karumai.iwate.jp","kawai.iwate.jp","kitakami.iwate.jp","kuji.iwate.jp","kunohe.iwate.jp","kuzumaki.iwate.jp","miyako.iwate.jp","mizusawa.iwate.jp","morioka.iwate.jp","ninohe.iwate.jp","noda.iwate.jp","ofunato.iwate.jp","oshu.iwate.jp","otsuchi.iwate.jp","rikuzentakata.iwate.jp","shiwa.iwate.jp","shizukuishi.iwate.jp","sumita.iwate.jp","tanohata.iwate.jp","tono.iwate.jp","yahaba.iwate.jp","yamada.iwate.jp","ayagawa.kagawa.jp","higashikagawa.kagawa.jp","kanonji.kagawa.jp","kotohira.kagawa.jp","manno.kagawa.jp","marugame.kagawa.jp","mitoyo.kagawa.jp","naoshima.kagawa.jp","sanuki.kagawa.jp","tadotsu.kagawa.jp","takamatsu.kagawa.jp","tonosho.kagawa.jp","uchinomi.kagawa.jp","utazu.kagawa.jp","zentsuji.kagawa.jp","akune.kagoshima.jp","amami.kagoshima.jp","hioki.kagoshima.jp","isa.kagoshima.jp","isen.kagoshima.jp","izumi.kagoshima.jp","kagoshima.kagoshima.jp","kanoya.kagoshima.jp","kawanabe.kagoshima.jp","kinko.kagoshima.jp","kouyama.kagoshima.jp","makurazaki.kagoshima.jp","matsumoto.kagoshima.jp","minamitane.kagoshima.jp","nakatane.kagoshima.jp","nishinoomote.kagoshima.jp","satsumasendai.kagoshima.jp","soo.kagoshima.jp","tarumizu.kagoshima.jp","yusui.kagoshima.jp","aikawa.kanagawa.jp","atsugi.kanagawa.jp","ayase.kanagawa.jp","chigasaki.kanagawa.jp","ebina.kanagawa.jp","fujisawa.kanagawa.jp","hadano.kanagawa.jp","hakone.kanagawa.jp","hiratsuka.kanagawa.jp","isehara.kanagawa.jp","kaisei.kanagawa.jp","kamakura.kanagawa.jp","kiyokawa.kanagawa.jp","matsuda.kanagawa.jp","minamiashigara.kanagawa.jp","miura.kanagawa.jp","nakai.kanagawa.jp","ninomiya.kanagawa.jp","odawara.kanagawa.jp","oi.kanagawa.jp","oiso.kanagawa.jp","sagamihara.kanagawa.jp","samukawa.kanagawa.jp","tsukui.kanagawa.jp","yamakita.kanagawa.jp","yamato.kanagawa.jp","yokosuka.kanagawa.jp","yugawara.kanagawa.jp","zama.kanagawa.jp","zushi.kanagawa.jp","aki.kochi.jp","geisei.kochi.jp","hidaka.kochi.jp","higashitsuno.kochi.jp","ino.kochi.jp","kagami.kochi.jp","kami.kochi.jp","kitagawa.kochi.jp","kochi.kochi.jp","mihara.kochi.jp","motoyama.kochi.jp","muroto.kochi.jp","nahari.kochi.jp","nakamura.kochi.jp","nankoku.kochi.jp","nishitosa.kochi.jp","niyodogawa.kochi.jp","ochi.kochi.jp","okawa.kochi.jp","otoyo.kochi.jp","otsuki.kochi.jp","sakawa.kochi.jp","sukumo.kochi.jp","susaki.kochi.jp","tosa.kochi.jp","tosashimizu.kochi.jp","toyo.kochi.jp","tsuno.kochi.jp","umaji.kochi.jp","yasuda.kochi.jp","yusuhara.kochi.jp","amakusa.kumamoto.jp","arao.kumamoto.jp","aso.kumamoto.jp","choyo.kumamoto.jp","gyokuto.kumamoto.jp","kamiamakusa.kumamoto.jp","kikuchi.kumamoto.jp","kumamoto.kumamoto.jp","mashiki.kumamoto.jp","mifune.kumamoto.jp","minamata.kumamoto.jp","minamioguni.kumamoto.jp","nagasu.kumamoto.jp","nishihara.kumamoto.jp","oguni.kumamoto.jp","ozu.kumamoto.jp","sumoto.kumamoto.jp","takamori.kumamoto.jp","uki.kumamoto.jp","uto.kumamoto.jp","yamaga.kumamoto.jp","yamato.kumamoto.jp","yatsushiro.kumamoto.jp","ayabe.kyoto.jp","fukuchiyama.kyoto.jp","higashiyama.kyoto.jp","ide.kyoto.jp","ine.kyoto.jp","joyo.kyoto.jp","kameoka.kyoto.jp","kamo.kyoto.jp","kita.kyoto.jp","kizu.kyoto.jp","kumiyama.kyoto.jp","kyotamba.kyoto.jp","kyotanabe.kyoto.jp","kyotango.kyoto.jp","maizuru.kyoto.jp","minami.kyoto.jp","minamiyamashiro.kyoto.jp","miyazu.kyoto.jp","muko.kyoto.jp","nagaokakyo.kyoto.jp","nakagyo.kyoto.jp","nantan.kyoto.jp","oyamazaki.kyoto.jp","sakyo.kyoto.jp","seika.kyoto.jp","tanabe.kyoto.jp","uji.kyoto.jp","ujitawara.kyoto.jp","wazuka.kyoto.jp","yamashina.kyoto.jp","yawata.kyoto.jp","asahi.mie.jp","inabe.mie.jp","ise.mie.jp","kameyama.mie.jp","kawagoe.mie.jp","kiho.mie.jp","kisosaki.mie.jp","kiwa.mie.jp","komono.mie.jp","kumano.mie.jp","kuwana.mie.jp","matsusaka.mie.jp","meiwa.mie.jp","mihama.mie.jp","minamiise.mie.jp","misugi.mie.jp","miyama.mie.jp","nabari.mie.jp","shima.mie.jp","suzuka.mie.jp","tado.mie.jp","taiki.mie.jp","taki.mie.jp","tamaki.mie.jp","toba.mie.jp","tsu.mie.jp","udono.mie.jp","ureshino.mie.jp","watarai.mie.jp","yokkaichi.mie.jp","furukawa.miyagi.jp","higashimatsushima.miyagi.jp","ishinomaki.miyagi.jp","iwanuma.miyagi.jp","kakuda.miyagi.jp","kami.miyagi.jp","kawasaki.miyagi.jp","marumori.miyagi.jp","matsushima.miyagi.jp","minamisanriku.miyagi.jp","misato.miyagi.jp","murata.miyagi.jp","natori.miyagi.jp","ogawara.miyagi.jp","ohira.miyagi.jp","onagawa.miyagi.jp","osaki.miyagi.jp","rifu.miyagi.jp","semine.miyagi.jp","shibata.miyagi.jp","shichikashuku.miyagi.jp","shikama.miyagi.jp","shiogama.miyagi.jp","shiroishi.miyagi.jp","tagajo.miyagi.jp","taiwa.miyagi.jp","tome.miyagi.jp","tomiya.miyagi.jp","wakuya.miyagi.jp","watari.miyagi.jp","yamamoto.miyagi.jp","zao.miyagi.jp","aya.miyazaki.jp","ebino.miyazaki.jp","gokase.miyazaki.jp","hyuga.miyazaki.jp","kadogawa.miyazaki.jp","kawaminami.miyazaki.jp","kijo.miyazaki.jp","kitagawa.miyazaki.jp","kitakata.miyazaki.jp","kitaura.miyazaki.jp","kobayashi.miyazaki.jp","kunitomi.miyazaki.jp","kushima.miyazaki.jp","mimata.miyazaki.jp","miyakonojo.miyazaki.jp","miyazaki.miyazaki.jp","morotsuka.miyazaki.jp","nichinan.miyazaki.jp","nishimera.miyazaki.jp","nobeoka.miyazaki.jp","saito.miyazaki.jp","shiiba.miyazaki.jp","shintomi.miyazaki.jp","takaharu.miyazaki.jp","takanabe.miyazaki.jp","takazaki.miyazaki.jp","tsuno.miyazaki.jp","achi.nagano.jp","agematsu.nagano.jp","anan.nagano.jp","aoki.nagano.jp","asahi.nagano.jp","azumino.nagano.jp","chikuhoku.nagano.jp","chikuma.nagano.jp","chino.nagano.jp","fujimi.nagano.jp","hakuba.nagano.jp","hara.nagano.jp","hiraya.nagano.jp","iida.nagano.jp","iijima.nagano.jp","iiyama.nagano.jp","iizuna.nagano.jp","ikeda.nagano.jp","ikusaka.nagano.jp","ina.nagano.jp","karuizawa.nagano.jp","kawakami.nagano.jp","kiso.nagano.jp","kisofukushima.nagano.jp","kitaaiki.nagano.jp","komagane.nagano.jp","komoro.nagano.jp","matsukawa.nagano.jp","matsumoto.nagano.jp","miasa.nagano.jp","minamiaiki.nagano.jp","minamimaki.nagano.jp","minamiminowa.nagano.jp","minowa.nagano.jp","miyada.nagano.jp","miyota.nagano.jp","mochizuki.nagano.jp","nagano.nagano.jp","nagawa.nagano.jp","nagiso.nagano.jp","nakagawa.nagano.jp","nakano.nagano.jp","nozawaonsen.nagano.jp","obuse.nagano.jp","ogawa.nagano.jp","okaya.nagano.jp","omachi.nagano.jp","omi.nagano.jp","ookuwa.nagano.jp","ooshika.nagano.jp","otaki.nagano.jp","otari.nagano.jp","sakae.nagano.jp","sakaki.nagano.jp","saku.nagano.jp","sakuho.nagano.jp","shimosuwa.nagano.jp","shinanomachi.nagano.jp","shiojiri.nagano.jp","suwa.nagano.jp","suzaka.nagano.jp","takagi.nagano.jp","takamori.nagano.jp","takayama.nagano.jp","tateshina.nagano.jp","tatsuno.nagano.jp","togakushi.nagano.jp","togura.nagano.jp","tomi.nagano.jp","ueda.nagano.jp","wada.nagano.jp","yamagata.nagano.jp","yamanouchi.nagano.jp","yasaka.nagano.jp","yasuoka.nagano.jp","chijiwa.nagasaki.jp","futsu.nagasaki.jp","goto.nagasaki.jp","hasami.nagasaki.jp","hirado.nagasaki.jp","iki.nagasaki.jp","isahaya.nagasaki.jp","kawatana.nagasaki.jp","kuchinotsu.nagasaki.jp","matsuura.nagasaki.jp","nagasaki.nagasaki.jp","obama.nagasaki.jp","omura.nagasaki.jp","oseto.nagasaki.jp","saikai.nagasaki.jp","sasebo.nagasaki.jp","seihi.nagasaki.jp","shimabara.nagasaki.jp","shinkamigoto.nagasaki.jp","togitsu.nagasaki.jp","tsushima.nagasaki.jp","unzen.nagasaki.jp","ando.nara.jp","gose.nara.jp","heguri.nara.jp","higashiyoshino.nara.jp","ikaruga.nara.jp","ikoma.nara.jp","kamikitayama.nara.jp","kanmaki.nara.jp","kashiba.nara.jp","kashihara.nara.jp","katsuragi.nara.jp","kawai.nara.jp","kawakami.nara.jp","kawanishi.nara.jp","koryo.nara.jp","kurotaki.nara.jp","mitsue.nara.jp","miyake.nara.jp","nara.nara.jp","nosegawa.nara.jp","oji.nara.jp","ouda.nara.jp","oyodo.nara.jp","sakurai.nara.jp","sango.nara.jp","shimoichi.nara.jp","shimokitayama.nara.jp","shinjo.nara.jp","soni.nara.jp","takatori.nara.jp","tawaramoto.nara.jp","tenkawa.nara.jp","tenri.nara.jp","uda.nara.jp","yamatokoriyama.nara.jp","yamatotakada.nara.jp","yamazoe.nara.jp","yoshino.nara.jp","aga.niigata.jp","agano.niigata.jp","gosen.niigata.jp","itoigawa.niigata.jp","izumozaki.niigata.jp","joetsu.niigata.jp","kamo.niigata.jp","kariwa.niigata.jp","kashiwazaki.niigata.jp","minamiuonuma.niigata.jp","mitsuke.niigata.jp","muika.niigata.jp","murakami.niigata.jp","myoko.niigata.jp","nagaoka.niigata.jp","niigata.niigata.jp","ojiya.niigata.jp","omi.niigata.jp","sado.niigata.jp","sanjo.niigata.jp","seiro.niigata.jp","seirou.niigata.jp","sekikawa.niigata.jp","shibata.niigata.jp","tagami.niigata.jp","tainai.niigata.jp","tochio.niigata.jp","tokamachi.niigata.jp","tsubame.niigata.jp","tsunan.niigata.jp","uonuma.niigata.jp","yahiko.niigata.jp","yoita.niigata.jp","yuzawa.niigata.jp","beppu.oita.jp","bungoono.oita.jp","bungotakada.oita.jp","hasama.oita.jp","hiji.oita.jp","himeshima.oita.jp","hita.oita.jp","kamitsue.oita.jp","kokonoe.oita.jp","kuju.oita.jp","kunisaki.oita.jp","kusu.oita.jp","oita.oita.jp","saiki.oita.jp","taketa.oita.jp","tsukumi.oita.jp","usa.oita.jp","usuki.oita.jp","yufu.oita.jp","akaiwa.okayama.jp","asakuchi.okayama.jp","bizen.okayama.jp","hayashima.okayama.jp","ibara.okayama.jp","kagamino.okayama.jp","kasaoka.okayama.jp","kibichuo.okayama.jp","kumenan.okayama.jp","kurashiki.okayama.jp","maniwa.okayama.jp","misaki.okayama.jp","nagi.okayama.jp","niimi.okayama.jp","nishiawakura.okayama.jp","okayama.okayama.jp","satosho.okayama.jp","setouchi.okayama.jp","shinjo.okayama.jp","shoo.okayama.jp","soja.okayama.jp","takahashi.okayama.jp","tamano.okayama.jp","tsuyama.okayama.jp","wake.okayama.jp","yakage.okayama.jp","aguni.okinawa.jp","ginowan.okinawa.jp","ginoza.okinawa.jp","gushikami.okinawa.jp","haebaru.okinawa.jp","higashi.okinawa.jp","hirara.okinawa.jp","iheya.okinawa.jp","ishigaki.okinawa.jp","ishikawa.okinawa.jp","itoman.okinawa.jp","izena.okinawa.jp","kadena.okinawa.jp","kin.okinawa.jp","kitadaito.okinawa.jp","kitanakagusuku.okinawa.jp","kumejima.okinawa.jp","kunigami.okinawa.jp","minamidaito.okinawa.jp","motobu.okinawa.jp","nago.okinawa.jp","naha.okinawa.jp","nakagusuku.okinawa.jp","nakijin.okinawa.jp","nanjo.okinawa.jp","nishihara.okinawa.jp","ogimi.okinawa.jp","okinawa.okinawa.jp","onna.okinawa.jp","shimoji.okinawa.jp","taketomi.okinawa.jp","tarama.okinawa.jp","tokashiki.okinawa.jp","tomigusuku.okinawa.jp","tonaki.okinawa.jp","urasoe.okinawa.jp","uruma.okinawa.jp","yaese.okinawa.jp","yomitan.okinawa.jp","yonabaru.okinawa.jp","yonaguni.okinawa.jp","zamami.okinawa.jp","abeno.osaka.jp","chihayaakasaka.osaka.jp","chuo.osaka.jp","daito.osaka.jp","fujiidera.osaka.jp","habikino.osaka.jp","hannan.osaka.jp","higashiosaka.osaka.jp","higashisumiyoshi.osaka.jp","higashiyodogawa.osaka.jp","hirakata.osaka.jp","ibaraki.osaka.jp","ikeda.osaka.jp","izumi.osaka.jp","izumiotsu.osaka.jp","izumisano.osaka.jp","kadoma.osaka.jp","kaizuka.osaka.jp","kanan.osaka.jp","kashiwara.osaka.jp","katano.osaka.jp","kawachinagano.osaka.jp","kishiwada.osaka.jp","kita.osaka.jp","kumatori.osaka.jp","matsubara.osaka.jp","minato.osaka.jp","minoh.osaka.jp","misaki.osaka.jp","moriguchi.osaka.jp","neyagawa.osaka.jp","nishi.osaka.jp","nose.osaka.jp","osakasayama.osaka.jp","sakai.osaka.jp","sayama.osaka.jp","sennan.osaka.jp","settsu.osaka.jp","shijonawate.osaka.jp","shimamoto.osaka.jp","suita.osaka.jp","tadaoka.osaka.jp","taishi.osaka.jp","tajiri.osaka.jp","takaishi.osaka.jp","takatsuki.osaka.jp","tondabayashi.osaka.jp","toyonaka.osaka.jp","toyono.osaka.jp","yao.osaka.jp","ariake.saga.jp","arita.saga.jp","fukudomi.saga.jp","genkai.saga.jp","hamatama.saga.jp","hizen.saga.jp","imari.saga.jp","kamimine.saga.jp","kanzaki.saga.jp","karatsu.saga.jp","kashima.saga.jp","kitagata.saga.jp","kitahata.saga.jp","kiyama.saga.jp","kouhoku.saga.jp","kyuragi.saga.jp","nishiarita.saga.jp","ogi.saga.jp","omachi.saga.jp","ouchi.saga.jp","saga.saga.jp","shiroishi.saga.jp","taku.saga.jp","tara.saga.jp","tosu.saga.jp","yoshinogari.saga.jp","arakawa.saitama.jp","asaka.saitama.jp","chichibu.saitama.jp","fujimi.saitama.jp","fujimino.saitama.jp","fukaya.saitama.jp","hanno.saitama.jp","hanyu.saitama.jp","hasuda.saitama.jp","hatogaya.saitama.jp","hatoyama.saitama.jp","hidaka.saitama.jp","higashichichibu.saitama.jp","higashimatsuyama.saitama.jp","honjo.saitama.jp","ina.saitama.jp","iruma.saitama.jp","iwatsuki.saitama.jp","kamiizumi.saitama.jp","kamikawa.saitama.jp","kamisato.saitama.jp","kasukabe.saitama.jp","kawagoe.saitama.jp","kawaguchi.saitama.jp","kawajima.saitama.jp","kazo.saitama.jp","kitamoto.saitama.jp","koshigaya.saitama.jp","kounosu.saitama.jp","kuki.saitama.jp","kumagaya.saitama.jp","matsubushi.saitama.jp","minano.saitama.jp","misato.saitama.jp","miyashiro.saitama.jp","miyoshi.saitama.jp","moroyama.saitama.jp","nagatoro.saitama.jp","namegawa.saitama.jp","niiza.saitama.jp","ogano.saitama.jp","ogawa.saitama.jp","ogose.saitama.jp","okegawa.saitama.jp","omiya.saitama.jp","otaki.saitama.jp","ranzan.saitama.jp","ryokami.saitama.jp","saitama.saitama.jp","sakado.saitama.jp","satte.saitama.jp","sayama.saitama.jp","shiki.saitama.jp","shiraoka.saitama.jp","soka.saitama.jp","sugito.saitama.jp","toda.saitama.jp","tokigawa.saitama.jp","tokorozawa.saitama.jp","tsurugashima.saitama.jp","urawa.saitama.jp","warabi.saitama.jp","yashio.saitama.jp","yokoze.saitama.jp","yono.saitama.jp","yorii.saitama.jp","yoshida.saitama.jp","yoshikawa.saitama.jp","yoshimi.saitama.jp","aisho.shiga.jp","gamo.shiga.jp","higashiomi.shiga.jp","hikone.shiga.jp","koka.shiga.jp","konan.shiga.jp","kosei.shiga.jp","koto.shiga.jp","kusatsu.shiga.jp","maibara.shiga.jp","moriyama.shiga.jp","nagahama.shiga.jp","nishiazai.shiga.jp","notogawa.shiga.jp","omihachiman.shiga.jp","otsu.shiga.jp","ritto.shiga.jp","ryuoh.shiga.jp","takashima.shiga.jp","takatsuki.shiga.jp","torahime.shiga.jp","toyosato.shiga.jp","yasu.shiga.jp","akagi.shimane.jp","ama.shimane.jp","gotsu.shimane.jp","hamada.shimane.jp","higashiizumo.shimane.jp","hikawa.shimane.jp","hikimi.shimane.jp","izumo.shimane.jp","kakinoki.shimane.jp","masuda.shimane.jp","matsue.shimane.jp","misato.shimane.jp","nishinoshima.shimane.jp","ohda.shimane.jp","okinoshima.shimane.jp","okuizumo.shimane.jp","shimane.shimane.jp","tamayu.shimane.jp","tsuwano.shimane.jp","unnan.shimane.jp","yakumo.shimane.jp","yasugi.shimane.jp","yatsuka.shimane.jp","arai.shizuoka.jp","atami.shizuoka.jp","fuji.shizuoka.jp","fujieda.shizuoka.jp","fujikawa.shizuoka.jp","fujinomiya.shizuoka.jp","fukuroi.shizuoka.jp","gotemba.shizuoka.jp","haibara.shizuoka.jp","hamamatsu.shizuoka.jp","higashiizu.shizuoka.jp","ito.shizuoka.jp","iwata.shizuoka.jp","izu.shizuoka.jp","izunokuni.shizuoka.jp","kakegawa.shizuoka.jp","kannami.shizuoka.jp","kawanehon.shizuoka.jp","kawazu.shizuoka.jp","kikugawa.shizuoka.jp","kosai.shizuoka.jp","makinohara.shizuoka.jp","matsuzaki.shizuoka.jp","minamiizu.shizuoka.jp","mishima.shizuoka.jp","morimachi.shizuoka.jp","nishiizu.shizuoka.jp","numazu.shizuoka.jp","omaezaki.shizuoka.jp","shimada.shizuoka.jp","shimizu.shizuoka.jp","shimoda.shizuoka.jp","shizuoka.shizuoka.jp","susono.shizuoka.jp","yaizu.shizuoka.jp","yoshida.shizuoka.jp","ashikaga.tochigi.jp","bato.tochigi.jp","haga.tochigi.jp","ichikai.tochigi.jp","iwafune.tochigi.jp","kaminokawa.tochigi.jp","kanuma.tochigi.jp","karasuyama.tochigi.jp","kuroiso.tochigi.jp","mashiko.tochigi.jp","mibu.tochigi.jp","moka.tochigi.jp","motegi.tochigi.jp","nasu.tochigi.jp","nasushiobara.tochigi.jp","nikko.tochigi.jp","nishikata.tochigi.jp","nogi.tochigi.jp","ohira.tochigi.jp","ohtawara.tochigi.jp","oyama.tochigi.jp","sakura.tochigi.jp","sano.tochigi.jp","shimotsuke.tochigi.jp","shioya.tochigi.jp","takanezawa.tochigi.jp","tochigi.tochigi.jp","tsuga.tochigi.jp","ujiie.tochigi.jp","utsunomiya.tochigi.jp","yaita.tochigi.jp","aizumi.tokushima.jp","anan.tokushima.jp","ichiba.tokushima.jp","itano.tokushima.jp","kainan.tokushima.jp","komatsushima.tokushima.jp","matsushige.tokushima.jp","mima.tokushima.jp","minami.tokushima.jp","miyoshi.tokushima.jp","mugi.tokushima.jp","nakagawa.tokushima.jp","naruto.tokushima.jp","sanagochi.tokushima.jp","shishikui.tokushima.jp","tokushima.tokushima.jp","wajiki.tokushima.jp","adachi.tokyo.jp","akiruno.tokyo.jp","akishima.tokyo.jp","aogashima.tokyo.jp","arakawa.tokyo.jp","bunkyo.tokyo.jp","chiyoda.tokyo.jp","chofu.tokyo.jp","chuo.tokyo.jp","edogawa.tokyo.jp","fuchu.tokyo.jp","fussa.tokyo.jp","hachijo.tokyo.jp","hachioji.tokyo.jp","hamura.tokyo.jp","higashikurume.tokyo.jp","higashimurayama.tokyo.jp","higashiyamato.tokyo.jp","hino.tokyo.jp","hinode.tokyo.jp","hinohara.tokyo.jp","inagi.tokyo.jp","itabashi.tokyo.jp","katsushika.tokyo.jp","kita.tokyo.jp","kiyose.tokyo.jp","kodaira.tokyo.jp","koganei.tokyo.jp","kokubunji.tokyo.jp","komae.tokyo.jp","koto.tokyo.jp","kouzushima.tokyo.jp","kunitachi.tokyo.jp","machida.tokyo.jp","meguro.tokyo.jp","minato.tokyo.jp","mitaka.tokyo.jp","mizuho.tokyo.jp","musashimurayama.tokyo.jp","musashino.tokyo.jp","nakano.tokyo.jp","nerima.tokyo.jp","ogasawara.tokyo.jp","okutama.tokyo.jp","ome.tokyo.jp","oshima.tokyo.jp","ota.tokyo.jp","setagaya.tokyo.jp","shibuya.tokyo.jp","shinagawa.tokyo.jp","shinjuku.tokyo.jp","suginami.tokyo.jp","sumida.tokyo.jp","tachikawa.tokyo.jp","taito.tokyo.jp","tama.tokyo.jp","toshima.tokyo.jp","chizu.tottori.jp","hino.tottori.jp","kawahara.tottori.jp","koge.tottori.jp","kotoura.tottori.jp","misasa.tottori.jp","nanbu.tottori.jp","nichinan.tottori.jp","sakaiminato.tottori.jp","tottori.tottori.jp","wakasa.tottori.jp","yazu.tottori.jp","yonago.tottori.jp","asahi.toyama.jp","fuchu.toyama.jp","fukumitsu.toyama.jp","funahashi.toyama.jp","himi.toyama.jp","imizu.toyama.jp","inami.toyama.jp","johana.toyama.jp","kamiichi.toyama.jp","kurobe.toyama.jp","nakaniikawa.toyama.jp","namerikawa.toyama.jp","nanto.toyama.jp","nyuzen.toyama.jp","oyabe.toyama.jp","taira.toyama.jp","takaoka.toyama.jp","tateyama.toyama.jp","toga.toyama.jp","tonami.toyama.jp","toyama.toyama.jp","unazuki.toyama.jp","uozu.toyama.jp","yamada.toyama.jp","arida.wakayama.jp","aridagawa.wakayama.jp","gobo.wakayama.jp","hashimoto.wakayama.jp","hidaka.wakayama.jp","hirogawa.wakayama.jp","inami.wakayama.jp","iwade.wakayama.jp","kainan.wakayama.jp","kamitonda.wakayama.jp","katsuragi.wakayama.jp","kimino.wakayama.jp","kinokawa.wakayama.jp","kitayama.wakayama.jp","koya.wakayama.jp","koza.wakayama.jp","kozagawa.wakayama.jp","kudoyama.wakayama.jp","kushimoto.wakayama.jp","mihama.wakayama.jp","misato.wakayama.jp","nachikatsuura.wakayama.jp","shingu.wakayama.jp","shirahama.wakayama.jp","taiji.wakayama.jp","tanabe.wakayama.jp","wakayama.wakayama.jp","yuasa.wakayama.jp","yura.wakayama.jp","asahi.yamagata.jp","funagata.yamagata.jp","higashine.yamagata.jp","iide.yamagata.jp","kahoku.yamagata.jp","kaminoyama.yamagata.jp","kaneyama.yamagata.jp","kawanishi.yamagata.jp","mamurogawa.yamagata.jp","mikawa.yamagata.jp","murayama.yamagata.jp","nagai.yamagata.jp","nakayama.yamagata.jp","nanyo.yamagata.jp","nishikawa.yamagata.jp","obanazawa.yamagata.jp","oe.yamagata.jp","oguni.yamagata.jp","ohkura.yamagata.jp","oishida.yamagata.jp","sagae.yamagata.jp","sakata.yamagata.jp","sakegawa.yamagata.jp","shinjo.yamagata.jp","shirataka.yamagata.jp","shonai.yamagata.jp","takahata.yamagata.jp","tendo.yamagata.jp","tozawa.yamagata.jp","tsuruoka.yamagata.jp","yamagata.yamagata.jp","yamanobe.yamagata.jp","yonezawa.yamagata.jp","yuza.yamagata.jp","abu.yamaguchi.jp","hagi.yamaguchi.jp","hikari.yamaguchi.jp","hofu.yamaguchi.jp","iwakuni.yamaguchi.jp","kudamatsu.yamaguchi.jp","mitou.yamaguchi.jp","nagato.yamaguchi.jp","oshima.yamaguchi.jp","shimonoseki.yamaguchi.jp","shunan.yamaguchi.jp","tabuse.yamaguchi.jp","tokuyama.yamaguchi.jp","toyota.yamaguchi.jp","ube.yamaguchi.jp","yuu.yamaguchi.jp","chuo.yamanashi.jp","doshi.yamanashi.jp","fuefuki.yamanashi.jp","fujikawa.yamanashi.jp","fujikawaguchiko.yamanashi.jp","fujiyoshida.yamanashi.jp","hayakawa.yamanashi.jp","hokuto.yamanashi.jp","ichikawamisato.yamanashi.jp","kai.yamanashi.jp","kofu.yamanashi.jp","koshu.yamanashi.jp","kosuge.yamanashi.jp","minami-alps.yamanashi.jp","minobu.yamanashi.jp","nakamichi.yamanashi.jp","nanbu.yamanashi.jp","narusawa.yamanashi.jp","nirasaki.yamanashi.jp","nishikatsura.yamanashi.jp","oshino.yamanashi.jp","otsuki.yamanashi.jp","showa.yamanashi.jp","tabayama.yamanashi.jp","tsuru.yamanashi.jp","uenohara.yamanashi.jp","yamanakako.yamanashi.jp","yamanashi.yamanashi.jp","ke","ac.ke","co.ke","go.ke","info.ke","me.ke","mobi.ke","ne.ke","or.ke","sc.ke","kg","com.kg","edu.kg","gov.kg","mil.kg","net.kg","org.kg","*.kh","ki","biz.ki","com.ki","edu.ki","gov.ki","info.ki","net.ki","org.ki","km","ass.km","com.km","edu.km","gov.km","mil.km","nom.km","org.km","prd.km","tm.km","asso.km","coop.km","gouv.km","medecin.km","notaires.km","pharmaciens.km","presse.km","veterinaire.km","kn","edu.kn","gov.kn","net.kn","org.kn","kp","com.kp","edu.kp","gov.kp","org.kp","rep.kp","tra.kp","kr","ac.kr","co.kr","es.kr","go.kr","hs.kr","kg.kr","mil.kr","ms.kr","ne.kr","or.kr","pe.kr","re.kr","sc.kr","busan.kr","chungbuk.kr","chungnam.kr","daegu.kr","daejeon.kr","gangwon.kr","gwangju.kr","gyeongbuk.kr","gyeonggi.kr","gyeongnam.kr","incheon.kr","jeju.kr","jeonbuk.kr","jeonnam.kr","seoul.kr","ulsan.kr","kw","com.kw","edu.kw","emb.kw","gov.kw","ind.kw","net.kw","org.kw","ky","com.ky","edu.ky","net.ky","org.ky","kz","com.kz","edu.kz","gov.kz","mil.kz","net.kz","org.kz","la","com.la","edu.la","gov.la","info.la","int.la","net.la","org.la","per.la","lb","com.lb","edu.lb","gov.lb","net.lb","org.lb","lc","co.lc","com.lc","edu.lc","gov.lc","net.lc","org.lc","li","lk","ac.lk","assn.lk","com.lk","edu.lk","gov.lk","grp.lk","hotel.lk","int.lk","ltd.lk","net.lk","ngo.lk","org.lk","sch.lk","soc.lk","web.lk","lr","com.lr","edu.lr","gov.lr","net.lr","org.lr","ls","ac.ls","biz.ls","co.ls","edu.ls","gov.ls","info.ls","net.ls","org.ls","sc.ls","lt","gov.lt","lu","lv","asn.lv","com.lv","conf.lv","edu.lv","gov.lv","id.lv","mil.lv","net.lv","org.lv","ly","com.ly","edu.ly","gov.ly","id.ly","med.ly","net.ly","org.ly","plc.ly","sch.ly","ma","ac.ma","co.ma","gov.ma","net.ma","org.ma","press.ma","mc","asso.mc","tm.mc","md","me","ac.me","co.me","edu.me","gov.me","its.me","net.me","org.me","priv.me","mg","co.mg","com.mg","edu.mg","gov.mg","mil.mg","nom.mg","org.mg","prd.mg","mh","mil","mk","com.mk","edu.mk","gov.mk","inf.mk","name.mk","net.mk","org.mk","ml","com.ml","edu.ml","gouv.ml","gov.ml","net.ml","org.ml","presse.ml","*.mm","mn","edu.mn","gov.mn","org.mn","mo","com.mo","edu.mo","gov.mo","net.mo","org.mo","mobi","mp","mq","mr","gov.mr","ms","com.ms","edu.ms","gov.ms","net.ms","org.ms","mt","com.mt","edu.mt","net.mt","org.mt","mu","ac.mu","co.mu","com.mu","gov.mu","net.mu","or.mu","org.mu","museum","mv","aero.mv","biz.mv","com.mv","coop.mv","edu.mv","gov.mv","info.mv","int.mv","mil.mv","museum.mv","name.mv","net.mv","org.mv","pro.mv","mw","ac.mw","biz.mw","co.mw","com.mw","coop.mw","edu.mw","gov.mw","int.mw","net.mw","org.mw","mx","com.mx","edu.mx","gob.mx","net.mx","org.mx","my","biz.my","com.my","edu.my","gov.my","mil.my","name.my","net.my","org.my","mz","ac.mz","adv.mz","co.mz","edu.mz","gov.mz","mil.mz","net.mz","org.mz","na","alt.na","co.na","com.na","gov.na","net.na","org.na","name","nc","asso.nc","nom.nc","ne","net","nf","arts.nf","com.nf","firm.nf","info.nf","net.nf","other.nf","per.nf","rec.nf","store.nf","web.nf","ng","com.ng","edu.ng","gov.ng","i.ng","mil.ng","mobi.ng","name.ng","net.ng","org.ng","sch.ng","ni","ac.ni","biz.ni","co.ni","com.ni","edu.ni","gob.ni","in.ni","info.ni","int.ni","mil.ni","net.ni","nom.ni","org.ni","web.ni","nl","no","fhs.no","folkebibl.no","fylkesbibl.no","idrett.no","museum.no","priv.no","vgs.no","dep.no","herad.no","kommune.no","mil.no","stat.no","aa.no","ah.no","bu.no","fm.no","hl.no","hm.no","jan-mayen.no","mr.no","nl.no","nt.no","of.no","ol.no","oslo.no","rl.no","sf.no","st.no","svalbard.no","tm.no","tr.no","va.no","vf.no","gs.aa.no","gs.ah.no","gs.bu.no","gs.fm.no","gs.hl.no","gs.hm.no","gs.jan-mayen.no","gs.mr.no","gs.nl.no","gs.nt.no","gs.of.no","gs.ol.no","gs.oslo.no","gs.rl.no","gs.sf.no","gs.st.no","gs.svalbard.no","gs.tm.no","gs.tr.no","gs.va.no","gs.vf.no","akrehamn.no","åkrehamn.no","algard.no","ålgård.no","arna.no","bronnoysund.no","brønnøysund.no","brumunddal.no","bryne.no","drobak.no","drøbak.no","egersund.no","fetsund.no","floro.no","florø.no","fredrikstad.no","hokksund.no","honefoss.no","hønefoss.no","jessheim.no","jorpeland.no","jørpeland.no","kirkenes.no","kopervik.no","krokstadelva.no","langevag.no","langevåg.no","leirvik.no","mjondalen.no","mjøndalen.no","mo-i-rana.no","mosjoen.no","mosjøen.no","nesoddtangen.no","orkanger.no","osoyro.no","osøyro.no","raholt.no","råholt.no","sandnessjoen.no","sandnessjøen.no","skedsmokorset.no","slattum.no","spjelkavik.no","stathelle.no","stavern.no","stjordalshalsen.no","stjørdalshalsen.no","tananger.no","tranby.no","vossevangen.no","aarborte.no","aejrie.no","afjord.no","åfjord.no","agdenes.no","nes.akershus.no","aknoluokta.no","ákŋoluokta.no","al.no","ål.no","alaheadju.no","álaheadju.no","alesund.no","ålesund.no","alstahaug.no","alta.no","áltá.no","alvdal.no","amli.no","åmli.no","amot.no","åmot.no","andasuolo.no","andebu.no","andoy.no","andøy.no","ardal.no","årdal.no","aremark.no","arendal.no","ås.no","aseral.no","åseral.no","asker.no","askim.no","askoy.no","askøy.no","askvoll.no","asnes.no","åsnes.no","audnedaln.no","aukra.no","aure.no","aurland.no","aurskog-holand.no","aurskog-høland.no","austevoll.no","austrheim.no","averoy.no","averøy.no","badaddja.no","bådåddjå.no","bærum.no","bahcavuotna.no","báhcavuotna.no","bahccavuotna.no","báhccavuotna.no","baidar.no","báidár.no","bajddar.no","bájddar.no","balat.no","bálát.no","balestrand.no","ballangen.no","balsfjord.no","bamble.no","bardu.no","barum.no","batsfjord.no","båtsfjord.no","bearalvahki.no","bearalváhki.no","beardu.no","beiarn.no","berg.no","bergen.no","berlevag.no","berlevåg.no","bievat.no","bievát.no","bindal.no","birkenes.no","bjarkoy.no","bjarkøy.no","bjerkreim.no","bjugn.no","bodo.no","bodø.no","bokn.no","bomlo.no","bømlo.no","bremanger.no","bronnoy.no","brønnøy.no","budejju.no","nes.buskerud.no","bygland.no","bykle.no","cahcesuolo.no","čáhcesuolo.no","davvenjarga.no","davvenjárga.no","davvesiida.no","deatnu.no","dielddanuorri.no","divtasvuodna.no","divttasvuotna.no","donna.no","dønna.no","dovre.no","drammen.no","drangedal.no","dyroy.no","dyrøy.no","eid.no","eidfjord.no","eidsberg.no","eidskog.no","eidsvoll.no","eigersund.no","elverum.no","enebakk.no","engerdal.no","etne.no","etnedal.no","evenassi.no","evenášši.no","evenes.no","evje-og-hornnes.no","farsund.no","fauske.no","fedje.no","fet.no","finnoy.no","finnøy.no","fitjar.no","fjaler.no","fjell.no","fla.no","flå.no","flakstad.no","flatanger.no","flekkefjord.no","flesberg.no","flora.no","folldal.no","forde.no","førde.no","forsand.no","fosnes.no","fræna.no","frana.no","frei.no","frogn.no","froland.no","frosta.no","froya.no","frøya.no","fuoisku.no","fuossko.no","fusa.no","fyresdal.no","gaivuotna.no","gáivuotna.no","galsa.no","gálsá.no","gamvik.no","gangaviika.no","gáŋgaviika.no","gaular.no","gausdal.no","giehtavuoatna.no","gildeskal.no","gildeskål.no","giske.no","gjemnes.no","gjerdrum.no","gjerstad.no","gjesdal.no","gjovik.no","gjøvik.no","gloppen.no","gol.no","gran.no","grane.no","granvin.no","gratangen.no","grimstad.no","grong.no","grue.no","gulen.no","guovdageaidnu.no","ha.no","hå.no","habmer.no","hábmer.no","hadsel.no","hægebostad.no","hagebostad.no","halden.no","halsa.no","hamar.no","hamaroy.no","hammarfeasta.no","hámmárfeasta.no","hammerfest.no","hapmir.no","hápmir.no","haram.no","hareid.no","harstad.no","hasvik.no","hattfjelldal.no","haugesund.no","os.hedmark.no","valer.hedmark.no","våler.hedmark.no","hemne.no","hemnes.no","hemsedal.no","hitra.no","hjartdal.no","hjelmeland.no","hobol.no","hobøl.no","hof.no","hol.no","hole.no","holmestrand.no","holtalen.no","holtålen.no","os.hordaland.no","hornindal.no","horten.no","hoyanger.no","høyanger.no","hoylandet.no","høylandet.no","hurdal.no","hurum.no","hvaler.no","hyllestad.no","ibestad.no","inderoy.no","inderøy.no","iveland.no","ivgu.no","jevnaker.no","jolster.no","jølster.no","jondal.no","kafjord.no","kåfjord.no","karasjohka.no","kárášjohka.no","karasjok.no","karlsoy.no","karmoy.no","karmøy.no","kautokeino.no","klabu.no","klæbu.no","klepp.no","kongsberg.no","kongsvinger.no","kraanghke.no","kråanghke.no","kragero.no","kragerø.no","kristiansand.no","kristiansund.no","krodsherad.no","krødsherad.no","kvæfjord.no","kvænangen.no","kvafjord.no","kvalsund.no","kvam.no","kvanangen.no","kvinesdal.no","kvinnherad.no","kviteseid.no","kvitsoy.no","kvitsøy.no","laakesvuemie.no","lærdal.no","lahppi.no","láhppi.no","lardal.no","larvik.no","lavagis.no","lavangen.no","leangaviika.no","leaŋgaviika.no","lebesby.no","leikanger.no","leirfjord.no","leka.no","leksvik.no","lenvik.no","lerdal.no","lesja.no","levanger.no","lier.no","lierne.no","lillehammer.no","lillesand.no","lindas.no","lindås.no","lindesnes.no","loabat.no","loabát.no","lodingen.no","lødingen.no","lom.no","loppa.no","lorenskog.no","lørenskog.no","loten.no","løten.no","lund.no","lunner.no","luroy.no","lurøy.no","luster.no","lyngdal.no","lyngen.no","malatvuopmi.no","málatvuopmi.no","malselv.no","målselv.no","malvik.no","mandal.no","marker.no","marnardal.no","masfjorden.no","masoy.no","måsøy.no","matta-varjjat.no","mátta-várjjat.no","meland.no","meldal.no","melhus.no","meloy.no","meløy.no","meraker.no","meråker.no","midsund.no","midtre-gauldal.no","moareke.no","moåreke.no","modalen.no","modum.no","molde.no","heroy.more-og-romsdal.no","sande.more-og-romsdal.no","herøy.møre-og-romsdal.no","sande.møre-og-romsdal.no","moskenes.no","moss.no","mosvik.no","muosat.no","muosát.no","naamesjevuemie.no","nååmesjevuemie.no","nærøy.no","namdalseid.no","namsos.no","namsskogan.no","nannestad.no","naroy.no","narviika.no","narvik.no","naustdal.no","navuotna.no","návuotna.no","nedre-eiker.no","nesna.no","nesodden.no","nesseby.no","nesset.no","nissedal.no","nittedal.no","nord-aurdal.no","nord-fron.no","nord-odal.no","norddal.no","nordkapp.no","bo.nordland.no","bø.nordland.no","heroy.nordland.no","herøy.nordland.no","nordre-land.no","nordreisa.no","nore-og-uvdal.no","notodden.no","notteroy.no","nøtterøy.no","odda.no","oksnes.no","øksnes.no","omasvuotna.no","oppdal.no","oppegard.no","oppegård.no","orkdal.no","orland.no","ørland.no","orskog.no","ørskog.no","orsta.no","ørsta.no","osen.no","osteroy.no","osterøy.no","valer.ostfold.no","våler.østfold.no","ostre-toten.no","østre-toten.no","overhalla.no","ovre-eiker.no","øvre-eiker.no","oyer.no","øyer.no","oygarden.no","øygarden.no","oystre-slidre.no","øystre-slidre.no","porsanger.no","porsangu.no","porsáŋgu.no","porsgrunn.no","rade.no","råde.no","radoy.no","radøy.no","rælingen.no","rahkkeravju.no","ráhkkerávju.no","raisa.no","ráisa.no","rakkestad.no","ralingen.no","rana.no","randaberg.no","rauma.no","rendalen.no","rennebu.no","rennesoy.no","rennesøy.no","rindal.no","ringebu.no","ringerike.no","ringsaker.no","risor.no","risør.no","rissa.no","roan.no","rodoy.no","rødøy.no","rollag.no","romsa.no","romskog.no","rømskog.no","roros.no","røros.no","rost.no","røst.no","royken.no","røyken.no","royrvik.no","røyrvik.no","ruovat.no","rygge.no","salangen.no","salat.no","sálat.no","sálát.no","saltdal.no","samnanger.no","sandefjord.no","sandnes.no","sandoy.no","sandøy.no","sarpsborg.no","sauda.no","sauherad.no","sel.no","selbu.no","selje.no","seljord.no","siellak.no","sigdal.no","siljan.no","sirdal.no","skanit.no","skánit.no","skanland.no","skånland.no","skaun.no","skedsmo.no","ski.no","skien.no","skierva.no","skiervá.no","skiptvet.no","skjak.no","skjåk.no","skjervoy.no","skjervøy.no","skodje.no","smola.no","smøla.no","snaase.no","snåase.no","snasa.no","snåsa.no","snillfjord.no","snoasa.no","sogndal.no","sogne.no","søgne.no","sokndal.no","sola.no","solund.no","somna.no","sømna.no","sondre-land.no","søndre-land.no","songdalen.no","sor-aurdal.no","sør-aurdal.no","sor-fron.no","sør-fron.no","sor-odal.no","sør-odal.no","sor-varanger.no","sør-varanger.no","sorfold.no","sørfold.no","sorreisa.no","sørreisa.no","sortland.no","sorum.no","sørum.no","spydeberg.no","stange.no","stavanger.no","steigen.no","steinkjer.no","stjordal.no","stjørdal.no","stokke.no","stor-elvdal.no","stord.no","stordal.no","storfjord.no","strand.no","stranda.no","stryn.no","sula.no","suldal.no","sund.no","sunndal.no","surnadal.no","sveio.no","svelvik.no","sykkylven.no","tana.no","bo.telemark.no","bø.telemark.no","time.no","tingvoll.no","tinn.no","tjeldsund.no","tjome.no","tjøme.no","tokke.no","tolga.no","tonsberg.no","tønsberg.no","torsken.no","træna.no","trana.no","tranoy.no","tranøy.no","troandin.no","trogstad.no","trøgstad.no","tromsa.no","tromso.no","tromsø.no","trondheim.no","trysil.no","tvedestrand.no","tydal.no","tynset.no","tysfjord.no","tysnes.no","tysvær.no","tysvar.no","ullensaker.no","ullensvang.no","ulvik.no","unjarga.no","unjárga.no","utsira.no","vaapste.no","vadso.no","vadsø.no","værøy.no","vaga.no","vågå.no","vagan.no","vågan.no","vagsoy.no","vågsøy.no","vaksdal.no","valle.no","vang.no","vanylven.no","vardo.no","vardø.no","varggat.no","várggát.no","varoy.no","vefsn.no","vega.no","vegarshei.no","vegårshei.no","vennesla.no","verdal.no","verran.no","vestby.no","sande.vestfold.no","vestnes.no","vestre-slidre.no","vestre-toten.no","vestvagoy.no","vestvågøy.no","vevelstad.no","vik.no","vikna.no","vindafjord.no","voagat.no","volda.no","voss.no","*.np","nr","biz.nr","com.nr","edu.nr","gov.nr","info.nr","net.nr","org.nr","nu","nz","ac.nz","co.nz","cri.nz","geek.nz","gen.nz","govt.nz","health.nz","iwi.nz","kiwi.nz","maori.nz","māori.nz","mil.nz","net.nz","org.nz","parliament.nz","school.nz","om","co.om","com.om","edu.om","gov.om","med.om","museum.om","net.om","org.om","pro.om","onion","org","pa","abo.pa","ac.pa","com.pa","edu.pa","gob.pa","ing.pa","med.pa","net.pa","nom.pa","org.pa","sld.pa","pe","com.pe","edu.pe","gob.pe","mil.pe","net.pe","nom.pe","org.pe","pf","com.pf","edu.pf","org.pf","*.pg","ph","com.ph","edu.ph","gov.ph","i.ph","mil.ph","net.ph","ngo.ph","org.ph","pk","ac.pk","biz.pk","com.pk","edu.pk","fam.pk","gkp.pk","gob.pk","gog.pk","gok.pk","gon.pk","gop.pk","gos.pk","gov.pk","net.pk","org.pk","web.pk","pl","com.pl","net.pl","org.pl","agro.pl","aid.pl","atm.pl","auto.pl","biz.pl","edu.pl","gmina.pl","gsm.pl","info.pl","mail.pl","media.pl","miasta.pl","mil.pl","nieruchomosci.pl","nom.pl","pc.pl","powiat.pl","priv.pl","realestate.pl","rel.pl","sex.pl","shop.pl","sklep.pl","sos.pl","szkola.pl","targi.pl","tm.pl","tourism.pl","travel.pl","turystyka.pl","gov.pl","ap.gov.pl","griw.gov.pl","ic.gov.pl","is.gov.pl","kmpsp.gov.pl","konsulat.gov.pl","kppsp.gov.pl","kwp.gov.pl","kwpsp.gov.pl","mup.gov.pl","mw.gov.pl","oia.gov.pl","oirm.gov.pl","oke.gov.pl","oow.gov.pl","oschr.gov.pl","oum.gov.pl","pa.gov.pl","pinb.gov.pl","piw.gov.pl","po.gov.pl","pr.gov.pl","psp.gov.pl","psse.gov.pl","pup.gov.pl","rzgw.gov.pl","sa.gov.pl","sdn.gov.pl","sko.gov.pl","so.gov.pl","sr.gov.pl","starostwo.gov.pl","ug.gov.pl","ugim.gov.pl","um.gov.pl","umig.gov.pl","upow.gov.pl","uppo.gov.pl","us.gov.pl","uw.gov.pl","uzs.gov.pl","wif.gov.pl","wiih.gov.pl","winb.gov.pl","wios.gov.pl","witd.gov.pl","wiw.gov.pl","wkz.gov.pl","wsa.gov.pl","wskr.gov.pl","wsse.gov.pl","wuoz.gov.pl","wzmiuw.gov.pl","zp.gov.pl","zpisdn.gov.pl","augustow.pl","babia-gora.pl","bedzin.pl","beskidy.pl","bialowieza.pl","bialystok.pl","bielawa.pl","bieszczady.pl","boleslawiec.pl","bydgoszcz.pl","bytom.pl","cieszyn.pl","czeladz.pl","czest.pl","dlugoleka.pl","elblag.pl","elk.pl","glogow.pl","gniezno.pl","gorlice.pl","grajewo.pl","ilawa.pl","jaworzno.pl","jelenia-gora.pl","jgora.pl","kalisz.pl","karpacz.pl","kartuzy.pl","kaszuby.pl","katowice.pl","kazimierz-dolny.pl","kepno.pl","ketrzyn.pl","klodzko.pl","kobierzyce.pl","kolobrzeg.pl","konin.pl","konskowola.pl","kutno.pl","lapy.pl","lebork.pl","legnica.pl","lezajsk.pl","limanowa.pl","lomza.pl","lowicz.pl","lubin.pl","lukow.pl","malbork.pl","malopolska.pl","mazowsze.pl","mazury.pl","mielec.pl","mielno.pl","mragowo.pl","naklo.pl","nowaruda.pl","nysa.pl","olawa.pl","olecko.pl","olkusz.pl","olsztyn.pl","opoczno.pl","opole.pl","ostroda.pl","ostroleka.pl","ostrowiec.pl","ostrowwlkp.pl","pila.pl","pisz.pl","podhale.pl","podlasie.pl","polkowice.pl","pomorskie.pl","pomorze.pl","prochowice.pl","pruszkow.pl","przeworsk.pl","pulawy.pl","radom.pl","rawa-maz.pl","rybnik.pl","rzeszow.pl","sanok.pl","sejny.pl","skoczow.pl","slask.pl","slupsk.pl","sosnowiec.pl","stalowa-wola.pl","starachowice.pl","stargard.pl","suwalki.pl","swidnica.pl","swiebodzin.pl","swinoujscie.pl","szczecin.pl","szczytno.pl","tarnobrzeg.pl","tgory.pl","turek.pl","tychy.pl","ustka.pl","walbrzych.pl","warmia.pl","warszawa.pl","waw.pl","wegrow.pl","wielun.pl","wlocl.pl","wloclawek.pl","wodzislaw.pl","wolomin.pl","wroclaw.pl","zachpomor.pl","zagan.pl","zarow.pl","zgora.pl","zgorzelec.pl","pm","pn","co.pn","edu.pn","gov.pn","net.pn","org.pn","post","pr","biz.pr","com.pr","edu.pr","gov.pr","info.pr","isla.pr","name.pr","net.pr","org.pr","pro.pr","ac.pr","est.pr","prof.pr","pro","aaa.pro","aca.pro","acct.pro","avocat.pro","bar.pro","cpa.pro","eng.pro","jur.pro","law.pro","med.pro","recht.pro","ps","com.ps","edu.ps","gov.ps","net.ps","org.ps","plo.ps","sec.ps","pt","com.pt","edu.pt","gov.pt","int.pt","net.pt","nome.pt","org.pt","publ.pt","pw","belau.pw","co.pw","ed.pw","go.pw","or.pw","py","com.py","coop.py","edu.py","gov.py","mil.py","net.py","org.py","qa","com.qa","edu.qa","gov.qa","mil.qa","name.qa","net.qa","org.qa","sch.qa","re","asso.re","com.re","ro","arts.ro","com.ro","firm.ro","info.ro","nom.ro","nt.ro","org.ro","rec.ro","store.ro","tm.ro","www.ro","rs","ac.rs","co.rs","edu.rs","gov.rs","in.rs","org.rs","ru","rw","ac.rw","co.rw","coop.rw","gov.rw","mil.rw","net.rw","org.rw","sa","com.sa","edu.sa","gov.sa","med.sa","net.sa","org.sa","pub.sa","sch.sa","sb","com.sb","edu.sb","gov.sb","net.sb","org.sb","sc","com.sc","edu.sc","gov.sc","net.sc","org.sc","sd","com.sd","edu.sd","gov.sd","info.sd","med.sd","net.sd","org.sd","tv.sd","se","a.se","ac.se","b.se","bd.se","brand.se","c.se","d.se","e.se","f.se","fh.se","fhsk.se","fhv.se","g.se","h.se","i.se","k.se","komforb.se","kommunalforbund.se","komvux.se","l.se","lanbib.se","m.se","n.se","naturbruksgymn.se","o.se","org.se","p.se","parti.se","pp.se","press.se","r.se","s.se","t.se","tm.se","u.se","w.se","x.se","y.se","z.se","sg","com.sg","edu.sg","gov.sg","net.sg","org.sg","sh","com.sh","gov.sh","mil.sh","net.sh","org.sh","si","sj","sk","sl","com.sl","edu.sl","gov.sl","net.sl","org.sl","sm","sn","art.sn","com.sn","edu.sn","gouv.sn","org.sn","perso.sn","univ.sn","so","com.so","edu.so","gov.so","me.so","net.so","org.so","sr","ss","biz.ss","co.ss","com.ss","edu.ss","gov.ss","me.ss","net.ss","org.ss","sch.ss","st","co.st","com.st","consulado.st","edu.st","embaixada.st","mil.st","net.st","org.st","principe.st","saotome.st","store.st","su","sv","com.sv","edu.sv","gob.sv","org.sv","red.sv","sx","gov.sx","sy","com.sy","edu.sy","gov.sy","mil.sy","net.sy","org.sy","sz","ac.sz","co.sz","org.sz","tc","td","tel","tf","tg","th","ac.th","co.th","go.th","in.th","mi.th","net.th","or.th","tj","ac.tj","biz.tj","co.tj","com.tj","edu.tj","go.tj","gov.tj","int.tj","mil.tj","name.tj","net.tj","nic.tj","org.tj","test.tj","web.tj","tk","tl","gov.tl","tm","co.tm","com.tm","edu.tm","gov.tm","mil.tm","net.tm","nom.tm","org.tm","tn","com.tn","ens.tn","fin.tn","gov.tn","ind.tn","info.tn","intl.tn","mincom.tn","nat.tn","net.tn","org.tn","perso.tn","tourism.tn","to","com.to","edu.to","gov.to","mil.to","net.to","org.to","tr","av.tr","bbs.tr","bel.tr","biz.tr","com.tr","dr.tr","edu.tr","gen.tr","gov.tr","info.tr","k12.tr","kep.tr","mil.tr","name.tr","net.tr","org.tr","pol.tr","tel.tr","tsk.tr","tv.tr","web.tr","nc.tr","gov.nc.tr","tt","biz.tt","co.tt","com.tt","edu.tt","gov.tt","info.tt","mil.tt","name.tt","net.tt","org.tt","pro.tt","tv","tw","club.tw","com.tw","ebiz.tw","edu.tw","game.tw","gov.tw","idv.tw","mil.tw","net.tw","org.tw","tz","ac.tz","co.tz","go.tz","hotel.tz","info.tz","me.tz","mil.tz","mobi.tz","ne.tz","or.tz","sc.tz","tv.tz","ua","com.ua","edu.ua","gov.ua","in.ua","net.ua","org.ua","cherkassy.ua","cherkasy.ua","chernigov.ua","chernihiv.ua","chernivtsi.ua","chernovtsy.ua","ck.ua","cn.ua","cr.ua","crimea.ua","cv.ua","dn.ua","dnepropetrovsk.ua","dnipropetrovsk.ua","donetsk.ua","dp.ua","if.ua","ivano-frankivsk.ua","kh.ua","kharkiv.ua","kharkov.ua","kherson.ua","khmelnitskiy.ua","khmelnytskyi.ua","kiev.ua","kirovograd.ua","km.ua","kr.ua","kropyvnytskyi.ua","krym.ua","ks.ua","kv.ua","kyiv.ua","lg.ua","lt.ua","lugansk.ua","luhansk.ua","lutsk.ua","lv.ua","lviv.ua","mk.ua","mykolaiv.ua","nikolaev.ua","od.ua","odesa.ua","odessa.ua","pl.ua","poltava.ua","rivne.ua","rovno.ua","rv.ua","sb.ua","sebastopol.ua","sevastopol.ua","sm.ua","sumy.ua","te.ua","ternopil.ua","uz.ua","uzhgorod.ua","uzhhorod.ua","vinnica.ua","vinnytsia.ua","vn.ua","volyn.ua","yalta.ua","zakarpattia.ua","zaporizhzhe.ua","zaporizhzhia.ua","zhitomir.ua","zhytomyr.ua","zp.ua","zt.ua","ug","ac.ug","co.ug","com.ug","go.ug","ne.ug","or.ug","org.ug","sc.ug","uk","ac.uk","co.uk","gov.uk","ltd.uk","me.uk","net.uk","nhs.uk","org.uk","plc.uk","police.uk","*.sch.uk","us","dni.us","fed.us","isa.us","kids.us","nsn.us","ak.us","al.us","ar.us","as.us","az.us","ca.us","co.us","ct.us","dc.us","de.us","fl.us","ga.us","gu.us","hi.us","ia.us","id.us","il.us","in.us","ks.us","ky.us","la.us","ma.us","md.us","me.us","mi.us","mn.us","mo.us","ms.us","mt.us","nc.us","nd.us","ne.us","nh.us","nj.us","nm.us","nv.us","ny.us","oh.us","ok.us","or.us","pa.us","pr.us","ri.us","sc.us","sd.us","tn.us","tx.us","ut.us","va.us","vi.us","vt.us","wa.us","wi.us","wv.us","wy.us","k12.ak.us","k12.al.us","k12.ar.us","k12.as.us","k12.az.us","k12.ca.us","k12.co.us","k12.ct.us","k12.dc.us","k12.fl.us","k12.ga.us","k12.gu.us","k12.ia.us","k12.id.us","k12.il.us","k12.in.us","k12.ks.us","k12.ky.us","k12.la.us","k12.ma.us","k12.md.us","k12.me.us","k12.mi.us","k12.mn.us","k12.mo.us","k12.ms.us","k12.mt.us","k12.nc.us","k12.ne.us","k12.nh.us","k12.nj.us","k12.nm.us","k12.nv.us","k12.ny.us","k12.oh.us","k12.ok.us","k12.or.us","k12.pa.us","k12.pr.us","k12.sc.us","k12.tn.us","k12.tx.us","k12.ut.us","k12.va.us","k12.vi.us","k12.vt.us","k12.wa.us","k12.wi.us","cc.ak.us","lib.ak.us","cc.al.us","lib.al.us","cc.ar.us","lib.ar.us","cc.as.us","lib.as.us","cc.az.us","lib.az.us","cc.ca.us","lib.ca.us","cc.co.us","lib.co.us","cc.ct.us","lib.ct.us","cc.dc.us","lib.dc.us","cc.de.us","cc.fl.us","cc.ga.us","cc.gu.us","cc.hi.us","cc.ia.us","cc.id.us","cc.il.us","cc.in.us","cc.ks.us","cc.ky.us","cc.la.us","cc.ma.us","cc.md.us","cc.me.us","cc.mi.us","cc.mn.us","cc.mo.us","cc.ms.us","cc.mt.us","cc.nc.us","cc.nd.us","cc.ne.us","cc.nh.us","cc.nj.us","cc.nm.us","cc.nv.us","cc.ny.us","cc.oh.us","cc.ok.us","cc.or.us","cc.pa.us","cc.pr.us","cc.ri.us","cc.sc.us","cc.sd.us","cc.tn.us","cc.tx.us","cc.ut.us","cc.va.us","cc.vi.us","cc.vt.us","cc.wa.us","cc.wi.us","cc.wv.us","cc.wy.us","k12.wy.us","lib.fl.us","lib.ga.us","lib.gu.us","lib.hi.us","lib.ia.us","lib.id.us","lib.il.us","lib.in.us","lib.ks.us","lib.ky.us","lib.la.us","lib.ma.us","lib.md.us","lib.me.us","lib.mi.us","lib.mn.us","lib.mo.us","lib.ms.us","lib.mt.us","lib.nc.us","lib.nd.us","lib.ne.us","lib.nh.us","lib.nj.us","lib.nm.us","lib.nv.us","lib.ny.us","lib.oh.us","lib.ok.us","lib.or.us","lib.pa.us","lib.pr.us","lib.ri.us","lib.sc.us","lib.sd.us","lib.tn.us","lib.tx.us","lib.ut.us","lib.va.us","lib.vi.us","lib.vt.us","lib.wa.us","lib.wi.us","lib.wy.us","chtr.k12.ma.us","paroch.k12.ma.us","pvt.k12.ma.us","ann-arbor.mi.us","cog.mi.us","dst.mi.us","eaton.mi.us","gen.mi.us","mus.mi.us","tec.mi.us","washtenaw.mi.us","uy","com.uy","edu.uy","gub.uy","mil.uy","net.uy","org.uy","uz","co.uz","com.uz","net.uz","org.uz","va","vc","com.vc","edu.vc","gov.vc","mil.vc","net.vc","org.vc","ve","arts.ve","bib.ve","co.ve","com.ve","e12.ve","edu.ve","firm.ve","gob.ve","gov.ve","info.ve","int.ve","mil.ve","net.ve","nom.ve","org.ve","rar.ve","rec.ve","store.ve","tec.ve","web.ve","vg","vi","co.vi","com.vi","k12.vi","net.vi","org.vi","vn","ac.vn","ai.vn","biz.vn","com.vn","edu.vn","gov.vn","health.vn","id.vn","info.vn","int.vn","io.vn","name.vn","net.vn","org.vn","pro.vn","angiang.vn","bacgiang.vn","backan.vn","baclieu.vn","bacninh.vn","baria-vungtau.vn","bentre.vn","binhdinh.vn","binhduong.vn","binhphuoc.vn","binhthuan.vn","camau.vn","cantho.vn","caobang.vn","daklak.vn","daknong.vn","danang.vn","dienbien.vn","dongnai.vn","dongthap.vn","gialai.vn","hagiang.vn","haiduong.vn","haiphong.vn","hanam.vn","hanoi.vn","hatinh.vn","haugiang.vn","hoabinh.vn","hungyen.vn","khanhhoa.vn","kiengiang.vn","kontum.vn","laichau.vn","lamdong.vn","langson.vn","laocai.vn","longan.vn","namdinh.vn","nghean.vn","ninhbinh.vn","ninhthuan.vn","phutho.vn","phuyen.vn","quangbinh.vn","quangnam.vn","quangngai.vn","quangninh.vn","quangtri.vn","soctrang.vn","sonla.vn","tayninh.vn","thaibinh.vn","thainguyen.vn","thanhhoa.vn","thanhphohochiminh.vn","thuathienhue.vn","tiengiang.vn","travinh.vn","tuyenquang.vn","vinhlong.vn","vinhphuc.vn","yenbai.vn","vu","com.vu","edu.vu","net.vu","org.vu","wf","ws","com.ws","edu.ws","gov.ws","net.ws","org.ws","yt","امارات","հայ","বাংলা","бг","البحرين","бел","中国","中國","الجزائر","مصر","ею","ευ","موريتانيا","გე","ελ","香港","個人.香港","公司.香港","政府.香港","教育.香港","組織.香港","網絡.香港","ಭಾರತ","ଭାରତ","ভাৰত","भारतम्","भारोत","ڀارت","ഭാരതം","भारत","بارت","بھارت","భారత్","ભારત","ਭਾਰਤ","ভারত","இந்தியா","ایران","ايران","عراق","الاردن","한국","қаз","ລາວ","ලංකා","இலங்கை","المغرب","мкд","мон","澳門","澳门","مليسيا","عمان","پاکستان","پاكستان","فلسطين","срб","ак.срб","обр.срб","од.срб","орг.срб","пр.срб","упр.срб","рф","قطر","السعودية","السعودیة","السعودیۃ","السعوديه","سودان","新加坡","சிங்கப்பூர்","سورية","سوريا","ไทย","ทหาร.ไทย","ธุรกิจ.ไทย","เน็ต.ไทย","รัฐบาล.ไทย","ศึกษา.ไทย","องค์กร.ไทย","تونس","台灣","台湾","臺灣","укр","اليمن","xxx","ye","com.ye","edu.ye","gov.ye","mil.ye","net.ye","org.ye","ac.za","agric.za","alt.za","co.za","edu.za","gov.za","grondar.za","law.za","mil.za","net.za","ngo.za","nic.za","nis.za","nom.za","org.za","school.za","tm.za","web.za","zm","ac.zm","biz.zm","co.zm","com.zm","edu.zm","gov.zm","info.zm","mil.zm","net.zm","org.zm","sch.zm","zw","ac.zw","co.zw","gov.zw","mil.zw","org.zw","aaa","aarp","abb","abbott","abbvie","abc","able","abogado","abudhabi","academy","accenture","accountant","accountants","aco","actor","ads","adult","aeg","aetna","afl","africa","agakhan","agency","aig","airbus","airforce","airtel","akdn","alibaba","alipay","allfinanz","allstate","ally","alsace","alstom","amazon","americanexpress","americanfamily","amex","amfam","amica","amsterdam","analytics","android","anquan","anz","aol","apartments","app","apple","aquarelle","arab","aramco","archi","army","art","arte","asda","associates","athleta","attorney","auction","audi","audible","audio","auspost","author","auto","autos","aws","axa","azure","baby","baidu","banamex","band","bank","bar","barcelona","barclaycard","barclays","barefoot","bargains","baseball","basketball","bauhaus","bayern","bbc","bbt","bbva","bcg","bcn","beats","beauty","beer","bentley","berlin","best","bestbuy","bet","bharti","bible","bid","bike","bing","bingo","bio","black","blackfriday","blockbuster","blog","bloomberg","blue","bms","bmw","bnpparibas","boats","boehringer","bofa","bom","bond","boo","book","booking","bosch","bostik","boston","bot","boutique","box","bradesco","bridgestone","broadway","broker","brother","brussels","build","builders","business","buy","buzz","bzh","cab","cafe","cal","call","calvinklein","cam","camera","camp","canon","capetown","capital","capitalone","car","caravan","cards","care","career","careers","cars","casa","case","cash","casino","catering","catholic","cba","cbn","cbre","center","ceo","cern","cfa","cfd","chanel","channel","charity","chase","chat","cheap","chintai","christmas","chrome","church","cipriani","circle","cisco","citadel","citi","citic","city","claims","cleaning","click","clinic","clinique","clothing","cloud","club","clubmed","coach","codes","coffee","college","cologne","commbank","community","company","compare","computer","comsec","condos","construction","consulting","contact","contractors","cooking","cool","corsica","country","coupon","coupons","courses","cpa","credit","creditcard","creditunion","cricket","crown","crs","cruise","cruises","cuisinella","cymru","cyou","dad","dance","data","date","dating","datsun","day","dclk","dds","deal","dealer","deals","degree","delivery","dell","deloitte","delta","democrat","dental","dentist","desi","design","dev","dhl","diamonds","diet","digital","direct","directory","discount","discover","dish","diy","dnp","docs","doctor","dog","domains","dot","download","drive","dtv","dubai","dunlop","dupont","durban","dvag","dvr","earth","eat","eco","edeka","education","email","emerck","energy","engineer","engineering","enterprises","epson","equipment","ericsson","erni","esq","estate","eurovision","eus","events","exchange","expert","exposed","express","extraspace","fage","fail","fairwinds","faith","family","fan","fans","farm","farmers","fashion","fast","fedex","feedback","ferrari","ferrero","fidelity","fido","film","final","finance","financial","fire","firestone","firmdale","fish","fishing","fit","fitness","flickr","flights","flir","florist","flowers","fly","foo","food","football","ford","forex","forsale","forum","foundation","fox","free","fresenius","frl","frogans","frontier","ftr","fujitsu","fun","fund","furniture","futbol","fyi","gal","gallery","gallo","gallup","game","games","gap","garden","gay","gbiz","gdn","gea","gent","genting","george","ggee","gift","gifts","gives","giving","glass","gle","global","globo","gmail","gmbh","gmo","gmx","godaddy","gold","goldpoint","golf","goo","goodyear","goog","google","gop","got","grainger","graphics","gratis","green","gripe","grocery","group","gucci","guge","guide","guitars","guru","hair","hamburg","hangout","haus","hbo","hdfc","hdfcbank","health","healthcare","help","helsinki","here","hermes","hiphop","hisamitsu","hitachi","hiv","hkt","hockey","holdings","holiday","homedepot","homegoods","homes","homesense","honda","horse","hospital","host","hosting","hot","hotels","hotmail","house","how","hsbc","hughes","hyatt","hyundai","ibm","icbc","ice","icu","ieee","ifm","ikano","imamat","imdb","immo","immobilien","inc","industries","infiniti","ing","ink","institute","insurance","insure","international","intuit","investments","ipiranga","irish","ismaili","ist","istanbul","itau","itv","jaguar","java","jcb","jeep","jetzt","jewelry","jio","jll","jmp","jnj","joburg","jot","joy","jpmorgan","jprs","juegos","juniper","kaufen","kddi","kerryhotels","kerrylogistics","kerryproperties","kfh","kia","kids","kim","kindle","kitchen","kiwi","koeln","komatsu","kosher","kpmg","kpn","krd","kred","kuokgroup","kyoto","lacaixa","lamborghini","lamer","lancaster","land","landrover","lanxess","lasalle","lat","latino","latrobe","law","lawyer","lds","lease","leclerc","lefrak","legal","lego","lexus","lgbt","lidl","life","lifeinsurance","lifestyle","lighting","like","lilly","limited","limo","lincoln","link","lipsy","live","living","llc","llp","loan","loans","locker","locus","lol","london","lotte","lotto","love","lpl","lplfinancial","ltd","ltda","lundbeck","luxe","luxury","madrid","maif","maison","makeup","man","management","mango","map","market","marketing","markets","marriott","marshalls","mattel","mba","mckinsey","med","media","meet","melbourne","meme","memorial","men","menu","merck","merckmsd","miami","microsoft","mini","mint","mit","mitsubishi","mlb","mls","mma","mobile","moda","moe","moi","mom","monash","money","monster","mormon","mortgage","moscow","moto","motorcycles","mov","movie","msd","mtn","mtr","music","nab","nagoya","navy","nba","nec","netbank","netflix","network","neustar","new","news","next","nextdirect","nexus","nfl","ngo","nhk","nico","nike","nikon","ninja","nissan","nissay","nokia","norton","now","nowruz","nowtv","nra","nrw","ntt","nyc","obi","observer","office","okinawa","olayan","olayangroup","ollo","omega","one","ong","onl","online","ooo","open","oracle","orange","organic","origins","osaka","otsuka","ott","ovh","page","panasonic","paris","pars","partners","parts","party","pay","pccw","pet","pfizer","pharmacy","phd","philips","phone","photo","photography","photos","physio","pics","pictet","pictures","pid","pin","ping","pink","pioneer","pizza","place","play","playstation","plumbing","plus","pnc","pohl","poker","politie","porn","pramerica","praxi","press","prime","prod","productions","prof","progressive","promo","properties","property","protection","pru","prudential","pub","pwc","qpon","quebec","quest","racing","radio","read","realestate","realtor","realty","recipes","red","redstone","redumbrella","rehab","reise","reisen","reit","reliance","ren","rent","rentals","repair","report","republican","rest","restaurant","review","reviews","rexroth","rich","richardli","ricoh","ril","rio","rip","rocks","rodeo","rogers","room","rsvp","rugby","ruhr","run","rwe","ryukyu","saarland","safe","safety","sakura","sale","salon","samsclub","samsung","sandvik","sandvikcoromant","sanofi","sap","sarl","sas","save","saxo","sbi","sbs","scb","schaeffler","schmidt","scholarships","school","schule","schwarz","science","scot","search","seat","secure","security","seek","select","sener","services","seven","sew","sex","sexy","sfr","shangrila","sharp","shell","shia","shiksha","shoes","shop","shopping","shouji","show","silk","sina","singles","site","ski","skin","sky","skype","sling","smart","smile","sncf","soccer","social","softbank","software","sohu","solar","solutions","song","sony","soy","spa","space","sport","spot","srl","stada","staples","star","statebank","statefarm","stc","stcgroup","stockholm","storage","store","stream","studio","study","style","sucks","supplies","supply","support","surf","surgery","suzuki","swatch","swiss","sydney","systems","tab","taipei","talk","taobao","target","tatamotors","tatar","tattoo","tax","taxi","tci","tdk","team","tech","technology","temasek","tennis","teva","thd","theater","theatre","tiaa","tickets","tienda","tips","tires","tirol","tjmaxx","tjx","tkmaxx","tmall","today","tokyo","tools","top","toray","toshiba","total","tours","town","toyota","toys","trade","trading","training","travel","travelers","travelersinsurance","trust","trv","tube","tui","tunes","tushu","tvs","ubank","ubs","unicom","university","uno","uol","ups","vacations","vana","vanguard","vegas","ventures","verisign","versicherung","vet","viajes","video","vig","viking","villas","vin","vip","virgin","visa","vision","viva","vivo","vlaanderen","vodka","volvo","vote","voting","voto","voyage","wales","walmart","walter","wang","wanggou","watch","watches","weather","weatherchannel","webcam","weber","website","wed","wedding","weibo","weir","whoswho","wien","wiki","williamhill","win","windows","wine","winners","wme","wolterskluwer","woodside","work","works","world","wow","wtc","wtf","xbox","xerox","xihuan","xin","कॉम","セール","佛山","慈善","集团","在线","点看","คอม","八卦","موقع","公益","公司","香格里拉","网站","移动","我爱你","москва","католик","онлайн","сайт","联通","קום","时尚","微博","淡马锡","ファッション","орг","नेट","ストア","アマゾン","삼성","商标","商店","商城","дети","ポイント","新闻","家電","كوم","中文网","中信","娱乐","谷歌","電訊盈科","购物","クラウド","通販","网店","संगठन","餐厅","网络","ком","亚马逊","食品","飞利浦","手机","ارامكو","العليان","بازار","ابوظبي","كاثوليك","همراه","닷컴","政府","شبكة","بيتك","عرب","机构","组织机构","健康","招聘","рус","大拿","みんな","グーグル","世界","書籍","网址","닷넷","コム","天主教","游戏","vermögensberater","vermögensberatung","企业","信息","嘉里大酒店","嘉里","广东","政务","xyz","yachts","yahoo","yamaxun","yandex","yodobashi","yoga","yokohama","you","youtube","yun","zappos","zara","zero","zip","zone","zuerich","co.krd","edu.krd","art.pl","gliwice.pl","krakow.pl","poznan.pl","wroc.pl","zakopane.pl","lib.de.us","12chars.dev","12chars.it","12chars.pro","cc.ua","inf.ua","ltd.ua","611.to","a2hosted.com","cpserver.com","aaa.vodka","*.on-acorn.io","activetrail.biz","adaptable.app","adobeaemcloud.com","*.dev.adobeaemcloud.com","aem.live","hlx.live","adobeaemcloud.net","aem.page","hlx.page","hlx3.page","adobeio-static.net","adobeioruntime.net","africa.com","beep.pl","airkitapps.com","airkitapps-au.com","airkitapps.eu","aivencloud.com","akadns.net","akamai.net","akamai-staging.net","akamaiedge.net","akamaiedge-staging.net","akamaihd.net","akamaihd-staging.net","akamaiorigin.net","akamaiorigin-staging.net","akamaized.net","akamaized-staging.net","edgekey.net","edgekey-staging.net","edgesuite.net","edgesuite-staging.net","barsy.ca","*.compute.estate","*.alces.network","kasserver.com","altervista.org","alwaysdata.net","myamaze.net","execute-api.cn-north-1.amazonaws.com.cn","execute-api.cn-northwest-1.amazonaws.com.cn","execute-api.af-south-1.amazonaws.com","execute-api.ap-east-1.amazonaws.com","execute-api.ap-northeast-1.amazonaws.com","execute-api.ap-northeast-2.amazonaws.com","execute-api.ap-northeast-3.amazonaws.com","execute-api.ap-south-1.amazonaws.com","execute-api.ap-south-2.amazonaws.com","execute-api.ap-southeast-1.amazonaws.com","execute-api.ap-southeast-2.amazonaws.com","execute-api.ap-southeast-3.amazonaws.com","execute-api.ap-southeast-4.amazonaws.com","execute-api.ap-southeast-5.amazonaws.com","execute-api.ca-central-1.amazonaws.com","execute-api.ca-west-1.amazonaws.com","execute-api.eu-central-1.amazonaws.com","execute-api.eu-central-2.amazonaws.com","execute-api.eu-north-1.amazonaws.com","execute-api.eu-south-1.amazonaws.com","execute-api.eu-south-2.amazonaws.com","execute-api.eu-west-1.amazonaws.com","execute-api.eu-west-2.amazonaws.com","execute-api.eu-west-3.amazonaws.com","execute-api.il-central-1.amazonaws.com","execute-api.me-central-1.amazonaws.com","execute-api.me-south-1.amazonaws.com","execute-api.sa-east-1.amazonaws.com","execute-api.us-east-1.amazonaws.com","execute-api.us-east-2.amazonaws.com","execute-api.us-gov-east-1.amazonaws.com","execute-api.us-gov-west-1.amazonaws.com","execute-api.us-west-1.amazonaws.com","execute-api.us-west-2.amazonaws.com","cloudfront.net","auth.af-south-1.amazoncognito.com","auth.ap-east-1.amazoncognito.com","auth.ap-northeast-1.amazoncognito.com","auth.ap-northeast-2.amazoncognito.com","auth.ap-northeast-3.amazoncognito.com","auth.ap-south-1.amazoncognito.com","auth.ap-south-2.amazoncognito.com","auth.ap-southeast-1.amazoncognito.com","auth.ap-southeast-2.amazoncognito.com","auth.ap-southeast-3.amazoncognito.com","auth.ap-southeast-4.amazoncognito.com","auth.ca-central-1.amazoncognito.com","auth.ca-west-1.amazoncognito.com","auth.eu-central-1.amazoncognito.com","auth.eu-central-2.amazoncognito.com","auth.eu-north-1.amazoncognito.com","auth.eu-south-1.amazoncognito.com","auth.eu-south-2.amazoncognito.com","auth.eu-west-1.amazoncognito.com","auth.eu-west-2.amazoncognito.com","auth.eu-west-3.amazoncognito.com","auth.il-central-1.amazoncognito.com","auth.me-central-1.amazoncognito.com","auth.me-south-1.amazoncognito.com","auth.sa-east-1.amazoncognito.com","auth.us-east-1.amazoncognito.com","auth-fips.us-east-1.amazoncognito.com","auth.us-east-2.amazoncognito.com","auth-fips.us-east-2.amazoncognito.com","auth-fips.us-gov-west-1.amazoncognito.com","auth.us-west-1.amazoncognito.com","auth-fips.us-west-1.amazoncognito.com","auth.us-west-2.amazoncognito.com","auth-fips.us-west-2.amazoncognito.com","*.compute.amazonaws.com.cn","*.compute.amazonaws.com","*.compute-1.amazonaws.com","us-east-1.amazonaws.com","emrappui-prod.cn-north-1.amazonaws.com.cn","emrnotebooks-prod.cn-north-1.amazonaws.com.cn","emrstudio-prod.cn-north-1.amazonaws.com.cn","emrappui-prod.cn-northwest-1.amazonaws.com.cn","emrnotebooks-prod.cn-northwest-1.amazonaws.com.cn","emrstudio-prod.cn-northwest-1.amazonaws.com.cn","emrappui-prod.af-south-1.amazonaws.com","emrnotebooks-prod.af-south-1.amazonaws.com","emrstudio-prod.af-south-1.amazonaws.com","emrappui-prod.ap-east-1.amazonaws.com","emrnotebooks-prod.ap-east-1.amazonaws.com","emrstudio-prod.ap-east-1.amazonaws.com","emrappui-prod.ap-northeast-1.amazonaws.com","emrnotebooks-prod.ap-northeast-1.amazonaws.com","emrstudio-prod.ap-northeast-1.amazonaws.com","emrappui-prod.ap-northeast-2.amazonaws.com","emrnotebooks-prod.ap-northeast-2.amazonaws.com","emrstudio-prod.ap-northeast-2.amazonaws.com","emrappui-prod.ap-northeast-3.amazonaws.com","emrnotebooks-prod.ap-northeast-3.amazonaws.com","emrstudio-prod.ap-northeast-3.amazonaws.com","emrappui-prod.ap-south-1.amazonaws.com","emrnotebooks-prod.ap-south-1.amazonaws.com","emrstudio-prod.ap-south-1.amazonaws.com","emrappui-prod.ap-south-2.amazonaws.com","emrnotebooks-prod.ap-south-2.amazonaws.com","emrstudio-prod.ap-south-2.amazonaws.com","emrappui-prod.ap-southeast-1.amazonaws.com","emrnotebooks-prod.ap-southeast-1.amazonaws.com","emrstudio-prod.ap-southeast-1.amazonaws.com","emrappui-prod.ap-southeast-2.amazonaws.com","emrnotebooks-prod.ap-southeast-2.amazonaws.com","emrstudio-prod.ap-southeast-2.amazonaws.com","emrappui-prod.ap-southeast-3.amazonaws.com","emrnotebooks-prod.ap-southeast-3.amazonaws.com","emrstudio-prod.ap-southeast-3.amazonaws.com","emrappui-prod.ap-southeast-4.amazonaws.com","emrnotebooks-prod.ap-southeast-4.amazonaws.com","emrstudio-prod.ap-southeast-4.amazonaws.com","emrappui-prod.ca-central-1.amazonaws.com","emrnotebooks-prod.ca-central-1.amazonaws.com","emrstudio-prod.ca-central-1.amazonaws.com","emrappui-prod.ca-west-1.amazonaws.com","emrnotebooks-prod.ca-west-1.amazonaws.com","emrstudio-prod.ca-west-1.amazonaws.com","emrappui-prod.eu-central-1.amazonaws.com","emrnotebooks-prod.eu-central-1.amazonaws.com","emrstudio-prod.eu-central-1.amazonaws.com","emrappui-prod.eu-central-2.amazonaws.com","emrnotebooks-prod.eu-central-2.amazonaws.com","emrstudio-prod.eu-central-2.amazonaws.com","emrappui-prod.eu-north-1.amazonaws.com","emrnotebooks-prod.eu-north-1.amazonaws.com","emrstudio-prod.eu-north-1.amazonaws.com","emrappui-prod.eu-south-1.amazonaws.com","emrnotebooks-prod.eu-south-1.amazonaws.com","emrstudio-prod.eu-south-1.amazonaws.com","emrappui-prod.eu-south-2.amazonaws.com","emrnotebooks-prod.eu-south-2.amazonaws.com","emrstudio-prod.eu-south-2.amazonaws.com","emrappui-prod.eu-west-1.amazonaws.com","emrnotebooks-prod.eu-west-1.amazonaws.com","emrstudio-prod.eu-west-1.amazonaws.com","emrappui-prod.eu-west-2.amazonaws.com","emrnotebooks-prod.eu-west-2.amazonaws.com","emrstudio-prod.eu-west-2.amazonaws.com","emrappui-prod.eu-west-3.amazonaws.com","emrnotebooks-prod.eu-west-3.amazonaws.com","emrstudio-prod.eu-west-3.amazonaws.com","emrappui-prod.il-central-1.amazonaws.com","emrnotebooks-prod.il-central-1.amazonaws.com","emrstudio-prod.il-central-1.amazonaws.com","emrappui-prod.me-central-1.amazonaws.com","emrnotebooks-prod.me-central-1.amazonaws.com","emrstudio-prod.me-central-1.amazonaws.com","emrappui-prod.me-south-1.amazonaws.com","emrnotebooks-prod.me-south-1.amazonaws.com","emrstudio-prod.me-south-1.amazonaws.com","emrappui-prod.sa-east-1.amazonaws.com","emrnotebooks-prod.sa-east-1.amazonaws.com","emrstudio-prod.sa-east-1.amazonaws.com","emrappui-prod.us-east-1.amazonaws.com","emrnotebooks-prod.us-east-1.amazonaws.com","emrstudio-prod.us-east-1.amazonaws.com","emrappui-prod.us-east-2.amazonaws.com","emrnotebooks-prod.us-east-2.amazonaws.com","emrstudio-prod.us-east-2.amazonaws.com","emrappui-prod.us-gov-east-1.amazonaws.com","emrnotebooks-prod.us-gov-east-1.amazonaws.com","emrstudio-prod.us-gov-east-1.amazonaws.com","emrappui-prod.us-gov-west-1.amazonaws.com","emrnotebooks-prod.us-gov-west-1.amazonaws.com","emrstudio-prod.us-gov-west-1.amazonaws.com","emrappui-prod.us-west-1.amazonaws.com","emrnotebooks-prod.us-west-1.amazonaws.com","emrstudio-prod.us-west-1.amazonaws.com","emrappui-prod.us-west-2.amazonaws.com","emrnotebooks-prod.us-west-2.amazonaws.com","emrstudio-prod.us-west-2.amazonaws.com","*.cn-north-1.airflow.amazonaws.com.cn","*.cn-northwest-1.airflow.amazonaws.com.cn","*.af-south-1.airflow.amazonaws.com","*.ap-east-1.airflow.amazonaws.com","*.ap-northeast-1.airflow.amazonaws.com","*.ap-northeast-2.airflow.amazonaws.com","*.ap-northeast-3.airflow.amazonaws.com","*.ap-south-1.airflow.amazonaws.com","*.ap-south-2.airflow.amazonaws.com","*.ap-southeast-1.airflow.amazonaws.com","*.ap-southeast-2.airflow.amazonaws.com","*.ap-southeast-3.airflow.amazonaws.com","*.ap-southeast-4.airflow.amazonaws.com","*.ca-central-1.airflow.amazonaws.com","*.ca-west-1.airflow.amazonaws.com","*.eu-central-1.airflow.amazonaws.com","*.eu-central-2.airflow.amazonaws.com","*.eu-north-1.airflow.amazonaws.com","*.eu-south-1.airflow.amazonaws.com","*.eu-south-2.airflow.amazonaws.com","*.eu-west-1.airflow.amazonaws.com","*.eu-west-2.airflow.amazonaws.com","*.eu-west-3.airflow.amazonaws.com","*.il-central-1.airflow.amazonaws.com","*.me-central-1.airflow.amazonaws.com","*.me-south-1.airflow.amazonaws.com","*.sa-east-1.airflow.amazonaws.com","*.us-east-1.airflow.amazonaws.com","*.us-east-2.airflow.amazonaws.com","*.us-west-1.airflow.amazonaws.com","*.us-west-2.airflow.amazonaws.com","s3.dualstack.cn-north-1.amazonaws.com.cn","s3-accesspoint.dualstack.cn-north-1.amazonaws.com.cn","s3-website.dualstack.cn-north-1.amazonaws.com.cn","s3.cn-north-1.amazonaws.com.cn","s3-accesspoint.cn-north-1.amazonaws.com.cn","s3-deprecated.cn-north-1.amazonaws.com.cn","s3-object-lambda.cn-north-1.amazonaws.com.cn","s3-website.cn-north-1.amazonaws.com.cn","s3.dualstack.cn-northwest-1.amazonaws.com.cn","s3-accesspoint.dualstack.cn-northwest-1.amazonaws.com.cn","s3.cn-northwest-1.amazonaws.com.cn","s3-accesspoint.cn-northwest-1.amazonaws.com.cn","s3-object-lambda.cn-northwest-1.amazonaws.com.cn","s3-website.cn-northwest-1.amazonaws.com.cn","s3.dualstack.af-south-1.amazonaws.com","s3-accesspoint.dualstack.af-south-1.amazonaws.com","s3-website.dualstack.af-south-1.amazonaws.com","s3.af-south-1.amazonaws.com","s3-accesspoint.af-south-1.amazonaws.com","s3-object-lambda.af-south-1.amazonaws.com","s3-website.af-south-1.amazonaws.com","s3.dualstack.ap-east-1.amazonaws.com","s3-accesspoint.dualstack.ap-east-1.amazonaws.com","s3.ap-east-1.amazonaws.com","s3-accesspoint.ap-east-1.amazonaws.com","s3-object-lambda.ap-east-1.amazonaws.com","s3-website.ap-east-1.amazonaws.com","s3.dualstack.ap-northeast-1.amazonaws.com","s3-accesspoint.dualstack.ap-northeast-1.amazonaws.com","s3-website.dualstack.ap-northeast-1.amazonaws.com","s3.ap-northeast-1.amazonaws.com","s3-accesspoint.ap-northeast-1.amazonaws.com","s3-object-lambda.ap-northeast-1.amazonaws.com","s3-website.ap-northeast-1.amazonaws.com","s3.dualstack.ap-northeast-2.amazonaws.com","s3-accesspoint.dualstack.ap-northeast-2.amazonaws.com","s3-website.dualstack.ap-northeast-2.amazonaws.com","s3.ap-northeast-2.amazonaws.com","s3-accesspoint.ap-northeast-2.amazonaws.com","s3-object-lambda.ap-northeast-2.amazonaws.com","s3-website.ap-northeast-2.amazonaws.com","s3.dualstack.ap-northeast-3.amazonaws.com","s3-accesspoint.dualstack.ap-northeast-3.amazonaws.com","s3-website.dualstack.ap-northeast-3.amazonaws.com","s3.ap-northeast-3.amazonaws.com","s3-accesspoint.ap-northeast-3.amazonaws.com","s3-object-lambda.ap-northeast-3.amazonaws.com","s3-website.ap-northeast-3.amazonaws.com","s3.dualstack.ap-south-1.amazonaws.com","s3-accesspoint.dualstack.ap-south-1.amazonaws.com","s3-website.dualstack.ap-south-1.amazonaws.com","s3.ap-south-1.amazonaws.com","s3-accesspoint.ap-south-1.amazonaws.com","s3-object-lambda.ap-south-1.amazonaws.com","s3-website.ap-south-1.amazonaws.com","s3.dualstack.ap-south-2.amazonaws.com","s3-accesspoint.dualstack.ap-south-2.amazonaws.com","s3-website.dualstack.ap-south-2.amazonaws.com","s3.ap-south-2.amazonaws.com","s3-accesspoint.ap-south-2.amazonaws.com","s3-object-lambda.ap-south-2.amazonaws.com","s3-website.ap-south-2.amazonaws.com","s3.dualstack.ap-southeast-1.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-1.amazonaws.com","s3-website.dualstack.ap-southeast-1.amazonaws.com","s3.ap-southeast-1.amazonaws.com","s3-accesspoint.ap-southeast-1.amazonaws.com","s3-object-lambda.ap-southeast-1.amazonaws.com","s3-website.ap-southeast-1.amazonaws.com","s3.dualstack.ap-southeast-2.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-2.amazonaws.com","s3-website.dualstack.ap-southeast-2.amazonaws.com","s3.ap-southeast-2.amazonaws.com","s3-accesspoint.ap-southeast-2.amazonaws.com","s3-object-lambda.ap-southeast-2.amazonaws.com","s3-website.ap-southeast-2.amazonaws.com","s3.dualstack.ap-southeast-3.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-3.amazonaws.com","s3-website.dualstack.ap-southeast-3.amazonaws.com","s3.ap-southeast-3.amazonaws.com","s3-accesspoint.ap-southeast-3.amazonaws.com","s3-object-lambda.ap-southeast-3.amazonaws.com","s3-website.ap-southeast-3.amazonaws.com","s3.dualstack.ap-southeast-4.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-4.amazonaws.com","s3-website.dualstack.ap-southeast-4.amazonaws.com","s3.ap-southeast-4.amazonaws.com","s3-accesspoint.ap-southeast-4.amazonaws.com","s3-object-lambda.ap-southeast-4.amazonaws.com","s3-website.ap-southeast-4.amazonaws.com","s3.dualstack.ap-southeast-5.amazonaws.com","s3-accesspoint.dualstack.ap-southeast-5.amazonaws.com","s3-website.dualstack.ap-southeast-5.amazonaws.com","s3.ap-southeast-5.amazonaws.com","s3-accesspoint.ap-southeast-5.amazonaws.com","s3-deprecated.ap-southeast-5.amazonaws.com","s3-object-lambda.ap-southeast-5.amazonaws.com","s3-website.ap-southeast-5.amazonaws.com","s3.dualstack.ca-central-1.amazonaws.com","s3-accesspoint.dualstack.ca-central-1.amazonaws.com","s3-accesspoint-fips.dualstack.ca-central-1.amazonaws.com","s3-fips.dualstack.ca-central-1.amazonaws.com","s3-website.dualstack.ca-central-1.amazonaws.com","s3.ca-central-1.amazonaws.com","s3-accesspoint.ca-central-1.amazonaws.com","s3-accesspoint-fips.ca-central-1.amazonaws.com","s3-fips.ca-central-1.amazonaws.com","s3-object-lambda.ca-central-1.amazonaws.com","s3-website.ca-central-1.amazonaws.com","s3.dualstack.ca-west-1.amazonaws.com","s3-accesspoint.dualstack.ca-west-1.amazonaws.com","s3-accesspoint-fips.dualstack.ca-west-1.amazonaws.com","s3-fips.dualstack.ca-west-1.amazonaws.com","s3-website.dualstack.ca-west-1.amazonaws.com","s3.ca-west-1.amazonaws.com","s3-accesspoint.ca-west-1.amazonaws.com","s3-accesspoint-fips.ca-west-1.amazonaws.com","s3-fips.ca-west-1.amazonaws.com","s3-object-lambda.ca-west-1.amazonaws.com","s3-website.ca-west-1.amazonaws.com","s3.dualstack.eu-central-1.amazonaws.com","s3-accesspoint.dualstack.eu-central-1.amazonaws.com","s3-website.dualstack.eu-central-1.amazonaws.com","s3.eu-central-1.amazonaws.com","s3-accesspoint.eu-central-1.amazonaws.com","s3-object-lambda.eu-central-1.amazonaws.com","s3-website.eu-central-1.amazonaws.com","s3.dualstack.eu-central-2.amazonaws.com","s3-accesspoint.dualstack.eu-central-2.amazonaws.com","s3-website.dualstack.eu-central-2.amazonaws.com","s3.eu-central-2.amazonaws.com","s3-accesspoint.eu-central-2.amazonaws.com","s3-object-lambda.eu-central-2.amazonaws.com","s3-website.eu-central-2.amazonaws.com","s3.dualstack.eu-north-1.amazonaws.com","s3-accesspoint.dualstack.eu-north-1.amazonaws.com","s3.eu-north-1.amazonaws.com","s3-accesspoint.eu-north-1.amazonaws.com","s3-object-lambda.eu-north-1.amazonaws.com","s3-website.eu-north-1.amazonaws.com","s3.dualstack.eu-south-1.amazonaws.com","s3-accesspoint.dualstack.eu-south-1.amazonaws.com","s3-website.dualstack.eu-south-1.amazonaws.com","s3.eu-south-1.amazonaws.com","s3-accesspoint.eu-south-1.amazonaws.com","s3-object-lambda.eu-south-1.amazonaws.com","s3-website.eu-south-1.amazonaws.com","s3.dualstack.eu-south-2.amazonaws.com","s3-accesspoint.dualstack.eu-south-2.amazonaws.com","s3-website.dualstack.eu-south-2.amazonaws.com","s3.eu-south-2.amazonaws.com","s3-accesspoint.eu-south-2.amazonaws.com","s3-object-lambda.eu-south-2.amazonaws.com","s3-website.eu-south-2.amazonaws.com","s3.dualstack.eu-west-1.amazonaws.com","s3-accesspoint.dualstack.eu-west-1.amazonaws.com","s3-website.dualstack.eu-west-1.amazonaws.com","s3.eu-west-1.amazonaws.com","s3-accesspoint.eu-west-1.amazonaws.com","s3-deprecated.eu-west-1.amazonaws.com","s3-object-lambda.eu-west-1.amazonaws.com","s3-website.eu-west-1.amazonaws.com","s3.dualstack.eu-west-2.amazonaws.com","s3-accesspoint.dualstack.eu-west-2.amazonaws.com","s3.eu-west-2.amazonaws.com","s3-accesspoint.eu-west-2.amazonaws.com","s3-object-lambda.eu-west-2.amazonaws.com","s3-website.eu-west-2.amazonaws.com","s3.dualstack.eu-west-3.amazonaws.com","s3-accesspoint.dualstack.eu-west-3.amazonaws.com","s3-website.dualstack.eu-west-3.amazonaws.com","s3.eu-west-3.amazonaws.com","s3-accesspoint.eu-west-3.amazonaws.com","s3-object-lambda.eu-west-3.amazonaws.com","s3-website.eu-west-3.amazonaws.com","s3.dualstack.il-central-1.amazonaws.com","s3-accesspoint.dualstack.il-central-1.amazonaws.com","s3-website.dualstack.il-central-1.amazonaws.com","s3.il-central-1.amazonaws.com","s3-accesspoint.il-central-1.amazonaws.com","s3-object-lambda.il-central-1.amazonaws.com","s3-website.il-central-1.amazonaws.com","s3.dualstack.me-central-1.amazonaws.com","s3-accesspoint.dualstack.me-central-1.amazonaws.com","s3-website.dualstack.me-central-1.amazonaws.com","s3.me-central-1.amazonaws.com","s3-accesspoint.me-central-1.amazonaws.com","s3-object-lambda.me-central-1.amazonaws.com","s3-website.me-central-1.amazonaws.com","s3.dualstack.me-south-1.amazonaws.com","s3-accesspoint.dualstack.me-south-1.amazonaws.com","s3.me-south-1.amazonaws.com","s3-accesspoint.me-south-1.amazonaws.com","s3-object-lambda.me-south-1.amazonaws.com","s3-website.me-south-1.amazonaws.com","s3.amazonaws.com","s3-1.amazonaws.com","s3-ap-east-1.amazonaws.com","s3-ap-northeast-1.amazonaws.com","s3-ap-northeast-2.amazonaws.com","s3-ap-northeast-3.amazonaws.com","s3-ap-south-1.amazonaws.com","s3-ap-southeast-1.amazonaws.com","s3-ap-southeast-2.amazonaws.com","s3-ca-central-1.amazonaws.com","s3-eu-central-1.amazonaws.com","s3-eu-north-1.amazonaws.com","s3-eu-west-1.amazonaws.com","s3-eu-west-2.amazonaws.com","s3-eu-west-3.amazonaws.com","s3-external-1.amazonaws.com","s3-fips-us-gov-east-1.amazonaws.com","s3-fips-us-gov-west-1.amazonaws.com","mrap.accesspoint.s3-global.amazonaws.com","s3-me-south-1.amazonaws.com","s3-sa-east-1.amazonaws.com","s3-us-east-2.amazonaws.com","s3-us-gov-east-1.amazonaws.com","s3-us-gov-west-1.amazonaws.com","s3-us-west-1.amazonaws.com","s3-us-west-2.amazonaws.com","s3-website-ap-northeast-1.amazonaws.com","s3-website-ap-southeast-1.amazonaws.com","s3-website-ap-southeast-2.amazonaws.com","s3-website-eu-west-1.amazonaws.com","s3-website-sa-east-1.amazonaws.com","s3-website-us-east-1.amazonaws.com","s3-website-us-gov-west-1.amazonaws.com","s3-website-us-west-1.amazonaws.com","s3-website-us-west-2.amazonaws.com","s3.dualstack.sa-east-1.amazonaws.com","s3-accesspoint.dualstack.sa-east-1.amazonaws.com","s3-website.dualstack.sa-east-1.amazonaws.com","s3.sa-east-1.amazonaws.com","s3-accesspoint.sa-east-1.amazonaws.com","s3-object-lambda.sa-east-1.amazonaws.com","s3-website.sa-east-1.amazonaws.com","s3.dualstack.us-east-1.amazonaws.com","s3-accesspoint.dualstack.us-east-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-east-1.amazonaws.com","s3-fips.dualstack.us-east-1.amazonaws.com","s3-website.dualstack.us-east-1.amazonaws.com","s3.us-east-1.amazonaws.com","s3-accesspoint.us-east-1.amazonaws.com","s3-accesspoint-fips.us-east-1.amazonaws.com","s3-deprecated.us-east-1.amazonaws.com","s3-fips.us-east-1.amazonaws.com","s3-object-lambda.us-east-1.amazonaws.com","s3-website.us-east-1.amazonaws.com","s3.dualstack.us-east-2.amazonaws.com","s3-accesspoint.dualstack.us-east-2.amazonaws.com","s3-accesspoint-fips.dualstack.us-east-2.amazonaws.com","s3-fips.dualstack.us-east-2.amazonaws.com","s3-website.dualstack.us-east-2.amazonaws.com","s3.us-east-2.amazonaws.com","s3-accesspoint.us-east-2.amazonaws.com","s3-accesspoint-fips.us-east-2.amazonaws.com","s3-deprecated.us-east-2.amazonaws.com","s3-fips.us-east-2.amazonaws.com","s3-object-lambda.us-east-2.amazonaws.com","s3-website.us-east-2.amazonaws.com","s3.dualstack.us-gov-east-1.amazonaws.com","s3-accesspoint.dualstack.us-gov-east-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-gov-east-1.amazonaws.com","s3-fips.dualstack.us-gov-east-1.amazonaws.com","s3.us-gov-east-1.amazonaws.com","s3-accesspoint.us-gov-east-1.amazonaws.com","s3-accesspoint-fips.us-gov-east-1.amazonaws.com","s3-fips.us-gov-east-1.amazonaws.com","s3-object-lambda.us-gov-east-1.amazonaws.com","s3-website.us-gov-east-1.amazonaws.com","s3.dualstack.us-gov-west-1.amazonaws.com","s3-accesspoint.dualstack.us-gov-west-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-gov-west-1.amazonaws.com","s3-fips.dualstack.us-gov-west-1.amazonaws.com","s3.us-gov-west-1.amazonaws.com","s3-accesspoint.us-gov-west-1.amazonaws.com","s3-accesspoint-fips.us-gov-west-1.amazonaws.com","s3-fips.us-gov-west-1.amazonaws.com","s3-object-lambda.us-gov-west-1.amazonaws.com","s3-website.us-gov-west-1.amazonaws.com","s3.dualstack.us-west-1.amazonaws.com","s3-accesspoint.dualstack.us-west-1.amazonaws.com","s3-accesspoint-fips.dualstack.us-west-1.amazonaws.com","s3-fips.dualstack.us-west-1.amazonaws.com","s3-website.dualstack.us-west-1.amazonaws.com","s3.us-west-1.amazonaws.com","s3-accesspoint.us-west-1.amazonaws.com","s3-accesspoint-fips.us-west-1.amazonaws.com","s3-fips.us-west-1.amazonaws.com","s3-object-lambda.us-west-1.amazonaws.com","s3-website.us-west-1.amazonaws.com","s3.dualstack.us-west-2.amazonaws.com","s3-accesspoint.dualstack.us-west-2.amazonaws.com","s3-accesspoint-fips.dualstack.us-west-2.amazonaws.com","s3-fips.dualstack.us-west-2.amazonaws.com","s3-website.dualstack.us-west-2.amazonaws.com","s3.us-west-2.amazonaws.com","s3-accesspoint.us-west-2.amazonaws.com","s3-accesspoint-fips.us-west-2.amazonaws.com","s3-deprecated.us-west-2.amazonaws.com","s3-fips.us-west-2.amazonaws.com","s3-object-lambda.us-west-2.amazonaws.com","s3-website.us-west-2.amazonaws.com","labeling.ap-northeast-1.sagemaker.aws","labeling.ap-northeast-2.sagemaker.aws","labeling.ap-south-1.sagemaker.aws","labeling.ap-southeast-1.sagemaker.aws","labeling.ap-southeast-2.sagemaker.aws","labeling.ca-central-1.sagemaker.aws","labeling.eu-central-1.sagemaker.aws","labeling.eu-west-1.sagemaker.aws","labeling.eu-west-2.sagemaker.aws","labeling.us-east-1.sagemaker.aws","labeling.us-east-2.sagemaker.aws","labeling.us-west-2.sagemaker.aws","notebook.af-south-1.sagemaker.aws","notebook.ap-east-1.sagemaker.aws","notebook.ap-northeast-1.sagemaker.aws","notebook.ap-northeast-2.sagemaker.aws","notebook.ap-northeast-3.sagemaker.aws","notebook.ap-south-1.sagemaker.aws","notebook.ap-south-2.sagemaker.aws","notebook.ap-southeast-1.sagemaker.aws","notebook.ap-southeast-2.sagemaker.aws","notebook.ap-southeast-3.sagemaker.aws","notebook.ap-southeast-4.sagemaker.aws","notebook.ca-central-1.sagemaker.aws","notebook-fips.ca-central-1.sagemaker.aws","notebook.ca-west-1.sagemaker.aws","notebook-fips.ca-west-1.sagemaker.aws","notebook.eu-central-1.sagemaker.aws","notebook.eu-central-2.sagemaker.aws","notebook.eu-north-1.sagemaker.aws","notebook.eu-south-1.sagemaker.aws","notebook.eu-south-2.sagemaker.aws","notebook.eu-west-1.sagemaker.aws","notebook.eu-west-2.sagemaker.aws","notebook.eu-west-3.sagemaker.aws","notebook.il-central-1.sagemaker.aws","notebook.me-central-1.sagemaker.aws","notebook.me-south-1.sagemaker.aws","notebook.sa-east-1.sagemaker.aws","notebook.us-east-1.sagemaker.aws","notebook-fips.us-east-1.sagemaker.aws","notebook.us-east-2.sagemaker.aws","notebook-fips.us-east-2.sagemaker.aws","notebook.us-gov-east-1.sagemaker.aws","notebook-fips.us-gov-east-1.sagemaker.aws","notebook.us-gov-west-1.sagemaker.aws","notebook-fips.us-gov-west-1.sagemaker.aws","notebook.us-west-1.sagemaker.aws","notebook-fips.us-west-1.sagemaker.aws","notebook.us-west-2.sagemaker.aws","notebook-fips.us-west-2.sagemaker.aws","notebook.cn-north-1.sagemaker.com.cn","notebook.cn-northwest-1.sagemaker.com.cn","studio.af-south-1.sagemaker.aws","studio.ap-east-1.sagemaker.aws","studio.ap-northeast-1.sagemaker.aws","studio.ap-northeast-2.sagemaker.aws","studio.ap-northeast-3.sagemaker.aws","studio.ap-south-1.sagemaker.aws","studio.ap-southeast-1.sagemaker.aws","studio.ap-southeast-2.sagemaker.aws","studio.ap-southeast-3.sagemaker.aws","studio.ca-central-1.sagemaker.aws","studio.eu-central-1.sagemaker.aws","studio.eu-north-1.sagemaker.aws","studio.eu-south-1.sagemaker.aws","studio.eu-south-2.sagemaker.aws","studio.eu-west-1.sagemaker.aws","studio.eu-west-2.sagemaker.aws","studio.eu-west-3.sagemaker.aws","studio.il-central-1.sagemaker.aws","studio.me-central-1.sagemaker.aws","studio.me-south-1.sagemaker.aws","studio.sa-east-1.sagemaker.aws","studio.us-east-1.sagemaker.aws","studio.us-east-2.sagemaker.aws","studio.us-gov-east-1.sagemaker.aws","studio-fips.us-gov-east-1.sagemaker.aws","studio.us-gov-west-1.sagemaker.aws","studio-fips.us-gov-west-1.sagemaker.aws","studio.us-west-1.sagemaker.aws","studio.us-west-2.sagemaker.aws","studio.cn-north-1.sagemaker.com.cn","studio.cn-northwest-1.sagemaker.com.cn","*.experiments.sagemaker.aws","analytics-gateway.ap-northeast-1.amazonaws.com","analytics-gateway.ap-northeast-2.amazonaws.com","analytics-gateway.ap-south-1.amazonaws.com","analytics-gateway.ap-southeast-1.amazonaws.com","analytics-gateway.ap-southeast-2.amazonaws.com","analytics-gateway.eu-central-1.amazonaws.com","analytics-gateway.eu-west-1.amazonaws.com","analytics-gateway.us-east-1.amazonaws.com","analytics-gateway.us-east-2.amazonaws.com","analytics-gateway.us-west-2.amazonaws.com","amplifyapp.com","*.awsapprunner.com","webview-assets.aws-cloud9.af-south-1.amazonaws.com","vfs.cloud9.af-south-1.amazonaws.com","webview-assets.cloud9.af-south-1.amazonaws.com","webview-assets.aws-cloud9.ap-east-1.amazonaws.com","vfs.cloud9.ap-east-1.amazonaws.com","webview-assets.cloud9.ap-east-1.amazonaws.com","webview-assets.aws-cloud9.ap-northeast-1.amazonaws.com","vfs.cloud9.ap-northeast-1.amazonaws.com","webview-assets.cloud9.ap-northeast-1.amazonaws.com","webview-assets.aws-cloud9.ap-northeast-2.amazonaws.com","vfs.cloud9.ap-northeast-2.amazonaws.com","webview-assets.cloud9.ap-northeast-2.amazonaws.com","webview-assets.aws-cloud9.ap-northeast-3.amazonaws.com","vfs.cloud9.ap-northeast-3.amazonaws.com","webview-assets.cloud9.ap-northeast-3.amazonaws.com","webview-assets.aws-cloud9.ap-south-1.amazonaws.com","vfs.cloud9.ap-south-1.amazonaws.com","webview-assets.cloud9.ap-south-1.amazonaws.com","webview-assets.aws-cloud9.ap-southeast-1.amazonaws.com","vfs.cloud9.ap-southeast-1.amazonaws.com","webview-assets.cloud9.ap-southeast-1.amazonaws.com","webview-assets.aws-cloud9.ap-southeast-2.amazonaws.com","vfs.cloud9.ap-southeast-2.amazonaws.com","webview-assets.cloud9.ap-southeast-2.amazonaws.com","webview-assets.aws-cloud9.ca-central-1.amazonaws.com","vfs.cloud9.ca-central-1.amazonaws.com","webview-assets.cloud9.ca-central-1.amazonaws.com","webview-assets.aws-cloud9.eu-central-1.amazonaws.com","vfs.cloud9.eu-central-1.amazonaws.com","webview-assets.cloud9.eu-central-1.amazonaws.com","webview-assets.aws-cloud9.eu-north-1.amazonaws.com","vfs.cloud9.eu-north-1.amazonaws.com","webview-assets.cloud9.eu-north-1.amazonaws.com","webview-assets.aws-cloud9.eu-south-1.amazonaws.com","vfs.cloud9.eu-south-1.amazonaws.com","webview-assets.cloud9.eu-south-1.amazonaws.com","webview-assets.aws-cloud9.eu-west-1.amazonaws.com","vfs.cloud9.eu-west-1.amazonaws.com","webview-assets.cloud9.eu-west-1.amazonaws.com","webview-assets.aws-cloud9.eu-west-2.amazonaws.com","vfs.cloud9.eu-west-2.amazonaws.com","webview-assets.cloud9.eu-west-2.amazonaws.com","webview-assets.aws-cloud9.eu-west-3.amazonaws.com","vfs.cloud9.eu-west-3.amazonaws.com","webview-assets.cloud9.eu-west-3.amazonaws.com","webview-assets.aws-cloud9.il-central-1.amazonaws.com","vfs.cloud9.il-central-1.amazonaws.com","webview-assets.aws-cloud9.me-south-1.amazonaws.com","vfs.cloud9.me-south-1.amazonaws.com","webview-assets.cloud9.me-south-1.amazonaws.com","webview-assets.aws-cloud9.sa-east-1.amazonaws.com","vfs.cloud9.sa-east-1.amazonaws.com","webview-assets.cloud9.sa-east-1.amazonaws.com","webview-assets.aws-cloud9.us-east-1.amazonaws.com","vfs.cloud9.us-east-1.amazonaws.com","webview-assets.cloud9.us-east-1.amazonaws.com","webview-assets.aws-cloud9.us-east-2.amazonaws.com","vfs.cloud9.us-east-2.amazonaws.com","webview-assets.cloud9.us-east-2.amazonaws.com","webview-assets.aws-cloud9.us-west-1.amazonaws.com","vfs.cloud9.us-west-1.amazonaws.com","webview-assets.cloud9.us-west-1.amazonaws.com","webview-assets.aws-cloud9.us-west-2.amazonaws.com","vfs.cloud9.us-west-2.amazonaws.com","webview-assets.cloud9.us-west-2.amazonaws.com","awsapps.com","cn-north-1.eb.amazonaws.com.cn","cn-northwest-1.eb.amazonaws.com.cn","elasticbeanstalk.com","af-south-1.elasticbeanstalk.com","ap-east-1.elasticbeanstalk.com","ap-northeast-1.elasticbeanstalk.com","ap-northeast-2.elasticbeanstalk.com","ap-northeast-3.elasticbeanstalk.com","ap-south-1.elasticbeanstalk.com","ap-southeast-1.elasticbeanstalk.com","ap-southeast-2.elasticbeanstalk.com","ap-southeast-3.elasticbeanstalk.com","ca-central-1.elasticbeanstalk.com","eu-central-1.elasticbeanstalk.com","eu-north-1.elasticbeanstalk.com","eu-south-1.elasticbeanstalk.com","eu-west-1.elasticbeanstalk.com","eu-west-2.elasticbeanstalk.com","eu-west-3.elasticbeanstalk.com","il-central-1.elasticbeanstalk.com","me-south-1.elasticbeanstalk.com","sa-east-1.elasticbeanstalk.com","us-east-1.elasticbeanstalk.com","us-east-2.elasticbeanstalk.com","us-gov-east-1.elasticbeanstalk.com","us-gov-west-1.elasticbeanstalk.com","us-west-1.elasticbeanstalk.com","us-west-2.elasticbeanstalk.com","*.elb.amazonaws.com.cn","*.elb.amazonaws.com","awsglobalaccelerator.com","*.private.repost.aws","eero.online","eero-stage.online","apigee.io","panel.dev","siiites.com","appspacehosted.com","appspaceusercontent.com","appudo.net","on-aptible.com","f5.si","arvanedge.ir","user.aseinet.ne.jp","gv.vc","d.gv.vc","user.party.eus","pimienta.org","poivron.org","potager.org","sweetpepper.org","myasustor.com","cdn.prod.atlassian-dev.net","translated.page","myfritz.link","myfritz.net","onavstack.net","*.awdev.ca","*.advisor.ws","ecommerce-shop.pl","b-data.io","balena-devices.com","base.ec","official.ec","buyshop.jp","fashionstore.jp","handcrafted.jp","kawaiishop.jp","supersale.jp","theshop.jp","shopselect.net","base.shop","beagleboard.io","*.beget.app","pages.gay","bnr.la","bitbucket.io","blackbaudcdn.net","of.je","bluebite.io","boomla.net","boutir.com","boxfuse.io","square7.ch","bplaced.com","bplaced.de","square7.de","bplaced.net","square7.net","*.s.brave.io","shop.brendly.hr","shop.brendly.rs","browsersafetymark.io","radio.am","radio.fm","uk0.bigv.io","dh.bytemark.co.uk","vm.bytemark.co.uk","cafjs.com","canva-apps.cn","*.my.canvasite.cn","canva-apps.com","*.my.canva.site","drr.ac","uwu.ai","carrd.co","crd.co","ju.mp","api.gov.uk","cdn77-storage.com","rsc.contentproxy9.cz","r.cdn77.net","cdn77-ssl.net","c.cdn77.org","rsc.cdn77.org","ssl.origin.cdn77-secure.org","za.bz","br.com","cn.com","de.com","eu.com","jpn.com","mex.com","ru.com","sa.com","uk.com","us.com","za.com","com.de","gb.net","hu.net","jp.net","se.net","uk.net","ae.org","com.se","cx.ua","discourse.group","discourse.team","clerk.app","clerkstage.app","*.lcl.dev","*.lclstage.dev","*.stg.dev","*.stgstage.dev","cleverapps.cc","*.services.clever-cloud.com","cleverapps.io","cleverapps.tech","clickrising.net","cloudns.asia","cloudns.be","cloud-ip.biz","cloudns.biz","cloudns.cc","cloudns.ch","cloudns.cl","cloudns.club","dnsabr.com","ip-ddns.com","cloudns.cx","cloudns.eu","cloudns.in","cloudns.info","ddns-ip.net","dns-cloud.net","dns-dynamic.net","cloudns.nz","cloudns.org","ip-dynamic.org","cloudns.ph","cloudns.pro","cloudns.pw","cloudns.us","c66.me","cloud66.ws","cloud66.zone","jdevcloud.com","wpdevcloud.com","cloudaccess.host","freesite.host","cloudaccess.net","*.cloudera.site","cf-ipfs.com","cloudflare-ipfs.com","trycloudflare.com","pages.dev","r2.dev","workers.dev","cloudflare.net","cdn.cloudflare.net","cdn.cloudflareanycast.net","cdn.cloudflarecn.net","cdn.cloudflareglobal.net","cust.cloudscale.ch","objects.lpg.cloudscale.ch","objects.rma.cloudscale.ch","wnext.app","cnpy.gdn","*.otap.co","co.ca","co.com","codeberg.page","csb.app","preview.csb.app","co.nl","co.no","webhosting.be","hosting-cluster.nl","ctfcloud.net","convex.site","ac.ru","edu.ru","gov.ru","int.ru","mil.ru","test.ru","dyn.cosidns.de","dnsupdater.de","dynamisches-dns.de","internet-dns.de","l-o-g-i-n.de","dynamic-dns.info","feste-ip.net","knx-server.net","static-access.net","craft.me","realm.cz","on.crisp.email","*.cryptonomic.net","curv.dev","cfolks.pl","cyon.link","cyon.site","platform0.app","fnwk.site","folionetwork.site","biz.dk","co.dk","firm.dk","reg.dk","store.dk","dyndns.dappnode.io","builtwithdark.com","darklang.io","demo.datadetect.com","instance.datadetect.com","edgestack.me","dattolocal.com","dattorelay.com","dattoweb.com","mydatto.com","dattolocal.net","mydatto.net","ddnss.de","dyn.ddnss.de","dyndns.ddnss.de","dyn-ip24.de","dyndns1.de","home-webserver.de","dyn.home-webserver.de","myhome-server.de","ddnss.org","debian.net","definima.io","definima.net","deno.dev","deno-staging.dev","dedyn.io","deta.app","deta.dev","dfirma.pl","dkonto.pl","you2.pl","ondigitalocean.app","*.digitaloceanspaces.com","us.kg","rss.my.id","diher.solutions","discordsays.com","discordsez.com","jozi.biz","dnshome.de","online.th","shop.th","drayddns.com","shoparena.pl","dreamhosters.com","durumis.com","mydrobo.com","drud.io","drud.us","duckdns.org","dy.fi","tunk.org","dyndns.biz","for-better.biz","for-more.biz","for-some.biz","for-the.biz","selfip.biz","webhop.biz","ftpaccess.cc","game-server.cc","myphotos.cc","scrapping.cc","blogdns.com","cechire.com","dnsalias.com","dnsdojo.com","doesntexist.com","dontexist.com","doomdns.com","dyn-o-saur.com","dynalias.com","dyndns-at-home.com","dyndns-at-work.com","dyndns-blog.com","dyndns-free.com","dyndns-home.com","dyndns-ip.com","dyndns-mail.com","dyndns-office.com","dyndns-pics.com","dyndns-remote.com","dyndns-server.com","dyndns-web.com","dyndns-wiki.com","dyndns-work.com","est-a-la-maison.com","est-a-la-masion.com","est-le-patron.com","est-mon-blogueur.com","from-ak.com","from-al.com","from-ar.com","from-ca.com","from-ct.com","from-dc.com","from-de.com","from-fl.com","from-ga.com","from-hi.com","from-ia.com","from-id.com","from-il.com","from-in.com","from-ks.com","from-ky.com","from-ma.com","from-md.com","from-mi.com","from-mn.com","from-mo.com","from-ms.com","from-mt.com","from-nc.com","from-nd.com","from-ne.com","from-nh.com","from-nj.com","from-nm.com","from-nv.com","from-oh.com","from-ok.com","from-or.com","from-pa.com","from-pr.com","from-ri.com","from-sc.com","from-sd.com","from-tn.com","from-tx.com","from-ut.com","from-va.com","from-vt.com","from-wa.com","from-wi.com","from-wv.com","from-wy.com","getmyip.com","gotdns.com","hobby-site.com","homelinux.com","homeunix.com","iamallama.com","is-a-anarchist.com","is-a-blogger.com","is-a-bookkeeper.com","is-a-bulls-fan.com","is-a-caterer.com","is-a-chef.com","is-a-conservative.com","is-a-cpa.com","is-a-cubicle-slave.com","is-a-democrat.com","is-a-designer.com","is-a-doctor.com","is-a-financialadvisor.com","is-a-geek.com","is-a-green.com","is-a-guru.com","is-a-hard-worker.com","is-a-hunter.com","is-a-landscaper.com","is-a-lawyer.com","is-a-liberal.com","is-a-libertarian.com","is-a-llama.com","is-a-musician.com","is-a-nascarfan.com","is-a-nurse.com","is-a-painter.com","is-a-personaltrainer.com","is-a-photographer.com","is-a-player.com","is-a-republican.com","is-a-rockstar.com","is-a-socialist.com","is-a-student.com","is-a-teacher.com","is-a-techie.com","is-a-therapist.com","is-an-accountant.com","is-an-actor.com","is-an-actress.com","is-an-anarchist.com","is-an-artist.com","is-an-engineer.com","is-an-entertainer.com","is-certified.com","is-gone.com","is-into-anime.com","is-into-cars.com","is-into-cartoons.com","is-into-games.com","is-leet.com","is-not-certified.com","is-slick.com","is-uberleet.com","is-with-theband.com","isa-geek.com","isa-hockeynut.com","issmarterthanyou.com","likes-pie.com","likescandy.com","neat-url.com","saves-the-whales.com","selfip.com","sells-for-less.com","sells-for-u.com","servebbs.com","simple-url.com","space-to-rent.com","teaches-yoga.com","writesthisblog.com","ath.cx","fuettertdasnetz.de","isteingeek.de","istmein.de","lebtimnetz.de","leitungsen.de","traeumtgerade.de","barrel-of-knowledge.info","barrell-of-knowledge.info","dyndns.info","for-our.info","groks-the.info","groks-this.info","here-for-more.info","knowsitall.info","selfip.info","webhop.info","forgot.her.name","forgot.his.name","at-band-camp.net","blogdns.net","broke-it.net","buyshouses.net","dnsalias.net","dnsdojo.net","does-it.net","dontexist.net","dynalias.net","dynathome.net","endofinternet.net","from-az.net","from-co.net","from-la.net","from-ny.net","gets-it.net","ham-radio-op.net","homeftp.net","homeip.net","homelinux.net","homeunix.net","in-the-band.net","is-a-chef.net","is-a-geek.net","isa-geek.net","kicks-ass.net","office-on-the.net","podzone.net","scrapper-site.net","selfip.net","sells-it.net","servebbs.net","serveftp.net","thruhere.net","webhop.net","merseine.nu","mine.nu","shacknet.nu","blogdns.org","blogsite.org","boldlygoingnowhere.org","dnsalias.org","dnsdojo.org","doesntexist.org","dontexist.org","doomdns.org","dvrdns.org","dynalias.org","dyndns.org","go.dyndns.org","home.dyndns.org","endofinternet.org","endoftheinternet.org","from-me.org","game-host.org","gotdns.org","hobby-site.org","homedns.org","homeftp.org","homelinux.org","homeunix.org","is-a-bruinsfan.org","is-a-candidate.org","is-a-celticsfan.org","is-a-chef.org","is-a-geek.org","is-a-knight.org","is-a-linux-user.org","is-a-patsfan.org","is-a-soxfan.org","is-found.org","is-lost.org","is-saved.org","is-very-bad.org","is-very-evil.org","is-very-good.org","is-very-nice.org","is-very-sweet.org","isa-geek.org","kicks-ass.org","misconfused.org","podzone.org","readmyblog.org","selfip.org","sellsyourhome.org","servebbs.org","serveftp.org","servegame.org","stuff-4-sale.org","webhop.org","better-than.tv","dyndns.tv","on-the-web.tv","worse-than.tv","is-by.us","land-4-sale.us","stuff-4-sale.us","dyndns.ws","mypets.ws","ddnsfree.com","ddnsgeek.com","giize.com","gleeze.com","kozow.com","loseyourip.com","ooguy.com","theworkpc.com","casacam.net","dynu.net","accesscam.org","camdvr.org","freeddns.org","mywire.org","webredirect.org","myddns.rocks","dynv6.net","e4.cz","easypanel.app","easypanel.host","*.ewp.live","twmail.cc","twmail.net","twmail.org","mymailer.com.tw","url.tw","at.emf.camp","rt.ht","elementor.cloud","elementor.cool","en-root.fr","mytuleap.com","tuleap-partners.com","encr.app","encoreapi.com","eu.encoway.cloud","eu.org","al.eu.org","asso.eu.org","at.eu.org","au.eu.org","be.eu.org","bg.eu.org","ca.eu.org","cd.eu.org","ch.eu.org","cn.eu.org","cy.eu.org","cz.eu.org","de.eu.org","dk.eu.org","edu.eu.org","ee.eu.org","es.eu.org","fi.eu.org","fr.eu.org","gr.eu.org","hr.eu.org","hu.eu.org","ie.eu.org","il.eu.org","in.eu.org","int.eu.org","is.eu.org","it.eu.org","jp.eu.org","kr.eu.org","lt.eu.org","lu.eu.org","lv.eu.org","me.eu.org","mk.eu.org","mt.eu.org","my.eu.org","net.eu.org","ng.eu.org","nl.eu.org","no.eu.org","nz.eu.org","pl.eu.org","pt.eu.org","ro.eu.org","ru.eu.org","se.eu.org","si.eu.org","sk.eu.org","tr.eu.org","uk.eu.org","us.eu.org","eurodir.ru","eu-1.evennode.com","eu-2.evennode.com","eu-3.evennode.com","eu-4.evennode.com","us-1.evennode.com","us-2.evennode.com","us-3.evennode.com","us-4.evennode.com","relay.evervault.app","relay.evervault.dev","expo.app","staging.expo.app","onfabrica.com","ru.net","adygeya.ru","bashkiria.ru","bir.ru","cbg.ru","com.ru","dagestan.ru","grozny.ru","kalmykia.ru","kustanai.ru","marine.ru","mordovia.ru","msk.ru","mytis.ru","nalchik.ru","nov.ru","pyatigorsk.ru","spb.ru","vladikavkaz.ru","vladimir.ru","abkhazia.su","adygeya.su","aktyubinsk.su","arkhangelsk.su","armenia.su","ashgabad.su","azerbaijan.su","balashov.su","bashkiria.su","bryansk.su","bukhara.su","chimkent.su","dagestan.su","east-kazakhstan.su","exnet.su","georgia.su","grozny.su","ivanovo.su","jambyl.su","kalmykia.su","kaluga.su","karacol.su","karaganda.su","karelia.su","khakassia.su","krasnodar.su","kurgan.su","kustanai.su","lenug.su","mangyshlak.su","mordovia.su","msk.su","murmansk.su","nalchik.su","navoi.su","north-kazakhstan.su","nov.su","obninsk.su","penza.su","pokrovsk.su","sochi.su","spb.su","tashkent.su","termez.su","togliatti.su","troitsk.su","tselinograd.su","tula.su","tuva.su","vladikavkaz.su","vladimir.su","vologda.su","channelsdvr.net","u.channelsdvr.net","edgecompute.app","fastly-edge.com","fastly-terrarium.com","freetls.fastly.net","map.fastly.net","a.prod.fastly.net","global.prod.fastly.net","a.ssl.fastly.net","b.ssl.fastly.net","global.ssl.fastly.net","fastlylb.net","map.fastlylb.net","*.user.fm","fastvps-server.com","fastvps.host","myfast.host","fastvps.site","myfast.space","conn.uk","copro.uk","hosp.uk","fedorainfracloud.org","fedorapeople.org","cloud.fedoraproject.org","app.os.fedoraproject.org","app.os.stg.fedoraproject.org","mydobiss.com","fh-muenster.io","filegear.me","firebaseapp.com","fldrv.com","flutterflow.app","fly.dev","shw.io","edgeapp.net","forgeblocks.com","id.forgerock.io","framer.ai","framer.app","framercanvas.com","framer.media","framer.photos","framer.website","framer.wiki","0e.vc","freebox-os.com","freeboxos.com","fbx-os.fr","fbxos.fr","freebox-os.fr","freeboxos.fr","freedesktop.org","freemyip.com","*.frusky.de","wien.funkfeuer.at","daemon.asia","dix.asia","mydns.bz","0am.jp","0g0.jp","0j0.jp","0t0.jp","mydns.jp","pgw.jp","wjg.jp","keyword-on.net","live-on.net","server-on.net","mydns.tw","mydns.vc","*.futurecms.at","*.ex.futurecms.at","*.in.futurecms.at","futurehosting.at","futuremailing.at","*.ex.ortsinfo.at","*.kunden.ortsinfo.at","*.statics.cloud","aliases121.com","campaign.gov.uk","service.gov.uk","independent-commission.uk","independent-inquest.uk","independent-inquiry.uk","independent-panel.uk","independent-review.uk","public-inquiry.uk","royal-commission.uk","gehirn.ne.jp","usercontent.jp","gentapps.com","gentlentapis.com","lab.ms","cdn-edges.net","localcert.net","localhostcert.net","gsj.bz","githubusercontent.com","githubpreview.dev","github.io","gitlab.io","gitapp.si","gitpage.si","glitch.me","nog.community","co.ro","shop.ro","lolipop.io","angry.jp","babyblue.jp","babymilk.jp","backdrop.jp","bambina.jp","bitter.jp","blush.jp","boo.jp","boy.jp","boyfriend.jp","but.jp","candypop.jp","capoo.jp","catfood.jp","cheap.jp","chicappa.jp","chillout.jp","chips.jp","chowder.jp","chu.jp","ciao.jp","cocotte.jp","coolblog.jp","cranky.jp","cutegirl.jp","daa.jp","deca.jp","deci.jp","digick.jp","egoism.jp","fakefur.jp","fem.jp","flier.jp","floppy.jp","fool.jp","frenchkiss.jp","girlfriend.jp","girly.jp","gloomy.jp","gonna.jp","greater.jp","hacca.jp","heavy.jp","her.jp","hiho.jp","hippy.jp","holy.jp","hungry.jp","icurus.jp","itigo.jp","jellybean.jp","kikirara.jp","kill.jp","kilo.jp","kuron.jp","littlestar.jp","lolipopmc.jp","lolitapunk.jp","lomo.jp","lovepop.jp","lovesick.jp","main.jp","mods.jp","mond.jp","mongolian.jp","moo.jp","namaste.jp","nikita.jp","nobushi.jp","noor.jp","oops.jp","parallel.jp","parasite.jp","pecori.jp","peewee.jp","penne.jp","pepper.jp","perma.jp","pigboat.jp","pinoko.jp","punyu.jp","pupu.jp","pussycat.jp","pya.jp","raindrop.jp","readymade.jp","sadist.jp","schoolbus.jp","secret.jp","staba.jp","stripper.jp","sub.jp","sunnyday.jp","thick.jp","tonkotsu.jp","under.jp","upper.jp","velvet.jp","verse.jp","versus.jp","vivian.jp","watson.jp","weblike.jp","whitesnow.jp","zombie.jp","heteml.net","graphic.design","goip.de","blogspot.ae","blogspot.al","blogspot.am","*.hosted.app","*.run.app","web.app","blogspot.com.ar","blogspot.co.at","blogspot.com.au","blogspot.ba","blogspot.be","blogspot.bg","blogspot.bj","blogspot.com.br","blogspot.com.by","blogspot.ca","blogspot.cf","blogspot.ch","blogspot.cl","blogspot.com.co","*.0emm.com","appspot.com","*.r.appspot.com","blogspot.com","codespot.com","googleapis.com","googlecode.com","pagespeedmobilizer.com","withgoogle.com","withyoutube.com","blogspot.cv","blogspot.com.cy","blogspot.cz","blogspot.de","*.gateway.dev","blogspot.dk","blogspot.com.ee","blogspot.com.eg","blogspot.com.es","blogspot.fi","blogspot.fr","cloud.goog","translate.goog","*.usercontent.goog","blogspot.gr","blogspot.hk","blogspot.hr","blogspot.hu","blogspot.co.id","blogspot.ie","blogspot.co.il","blogspot.in","blogspot.is","blogspot.it","blogspot.jp","blogspot.co.ke","blogspot.kr","blogspot.li","blogspot.lt","blogspot.lu","blogspot.md","blogspot.mk","blogspot.com.mt","blogspot.mx","blogspot.my","cloudfunctions.net","blogspot.com.ng","blogspot.nl","blogspot.no","blogspot.co.nz","blogspot.pe","blogspot.pt","blogspot.qa","blogspot.re","blogspot.ro","blogspot.rs","blogspot.ru","blogspot.se","blogspot.sg","blogspot.si","blogspot.sk","blogspot.sn","blogspot.td","blogspot.com.tr","blogspot.tw","blogspot.ug","blogspot.co.uk","blogspot.com.uy","blogspot.vn","blogspot.co.za","goupile.fr","pymnt.uk","cloudapps.digital","london.cloudapps.digital","gov.nl","grafana-dev.net","grayjayleagues.com","günstigbestellen.de","günstigliefern.de","fin.ci","free.hr","caa.li","ua.rs","conf.se","häkkinen.fi","hrsn.dev","hashbang.sh","hasura.app","hasura-app.io","hatenablog.com","hatenadiary.com","hateblo.jp","hatenablog.jp","hatenadiary.jp","hatenadiary.org","pages.it.hs-heilbronn.de","pages-research.it.hs-heilbronn.de","heiyu.space","helioho.st","heliohost.us","hepforge.org","herokuapp.com","herokussl.com","heyflow.page","heyflow.site","ravendb.cloud","ravendb.community","development.run","ravendb.run","homesklep.pl","*.kin.one","*.id.pub","*.kin.pub","secaas.hk","hoplix.shop","orx.biz","biz.gl","biz.ng","co.biz.ng","dl.biz.ng","go.biz.ng","lg.biz.ng","on.biz.ng","col.ng","firm.ng","gen.ng","ltd.ng","ngo.ng","plc.ng","ie.ua","hostyhosting.io","hf.space","static.hf.space","hypernode.io","iobb.net","co.cz","*.moonscale.io","moonscale.net","gr.com","iki.fi","ibxos.it","iliadboxos.it","smushcdn.com","wphostedmail.com","wpmucdn.com","tempurl.host","wpmudev.host","dyn-berlin.de","in-berlin.de","in-brb.de","in-butter.de","in-dsl.de","in-vpn.de","in-dsl.net","in-vpn.net","in-dsl.org","in-vpn.org","biz.at","info.at","info.cx","ac.leg.br","al.leg.br","am.leg.br","ap.leg.br","ba.leg.br","ce.leg.br","df.leg.br","es.leg.br","go.leg.br","ma.leg.br","mg.leg.br","ms.leg.br","mt.leg.br","pa.leg.br","pb.leg.br","pe.leg.br","pi.leg.br","pr.leg.br","rj.leg.br","rn.leg.br","ro.leg.br","rr.leg.br","rs.leg.br","sc.leg.br","se.leg.br","sp.leg.br","to.leg.br","pixolino.com","na4u.ru","apps-1and1.com","live-website.com","apps-1and1.net","websitebuilder.online","app-ionos.space","iopsys.se","*.dweb.link","ipifony.net","ir.md","is-a-good.dev","is-a.dev","iservschule.de","mein-iserv.de","schulplattform.de","schulserver.de","test-iserv.de","iserv.dev","mel.cloudlets.com.au","cloud.interhostsolutions.be","alp1.ae.flow.ch","appengine.flow.ch","es-1.axarnet.cloud","diadem.cloud","vip.jelastic.cloud","jele.cloud","it1.eur.aruba.jenv-aruba.cloud","it1.jenv-aruba.cloud","keliweb.cloud","cs.keliweb.cloud","oxa.cloud","tn.oxa.cloud","uk.oxa.cloud","primetel.cloud","uk.primetel.cloud","ca.reclaim.cloud","uk.reclaim.cloud","us.reclaim.cloud","ch.trendhosting.cloud","de.trendhosting.cloud","jele.club","dopaas.com","paas.hosted-by-previder.com","rag-cloud.hosteur.com","rag-cloud-ch.hosteur.com","jcloud.ik-server.com","jcloud-ver-jpc.ik-server.com","demo.jelastic.com","paas.massivegrid.com","jed.wafaicloud.com","ryd.wafaicloud.com","j.scaleforce.com.cy","jelastic.dogado.eu","fi.cloudplatform.fi","demo.datacenter.fi","paas.datacenter.fi","jele.host","mircloud.host","paas.beebyte.io","sekd1.beebyteapp.io","jele.io","jc.neen.it","jcloud.kz","cloudjiffy.net","fra1-de.cloudjiffy.net","west1-us.cloudjiffy.net","jls-sto1.elastx.net","jls-sto2.elastx.net","jls-sto3.elastx.net","fr-1.paas.massivegrid.net","lon-1.paas.massivegrid.net","lon-2.paas.massivegrid.net","ny-1.paas.massivegrid.net","ny-2.paas.massivegrid.net","sg-1.paas.massivegrid.net","jelastic.saveincloud.net","nordeste-idc.saveincloud.net","j.scaleforce.net","sdscloud.pl","unicloud.pl","mircloud.ru","enscaled.sg","jele.site","jelastic.team","orangecloud.tn","j.layershift.co.uk","phx.enscaled.us","mircloud.us","myjino.ru","*.hosting.myjino.ru","*.landing.myjino.ru","*.spectrum.myjino.ru","*.vps.myjino.ru","jotelulu.cloud","webadorsite.com","jouwweb.site","*.cns.joyent.com","*.triton.zone","js.org","kaas.gg","khplay.nl","kapsi.fi","ezproxy.kuleuven.be","kuleuven.cloud","keymachine.de","kinghost.net","uni5.net","knightpoint.systems","koobin.events","webthings.io","krellian.net","oya.to","git-repos.de","lcube-server.de","svn-repos.de","leadpages.co","lpages.co","lpusercontent.com","lelux.site","libp2p.direct","runcontainers.dev","co.business","co.education","co.events","co.financial","co.network","co.place","co.technology","linkyard-cloud.ch","linkyard.cloud","members.linode.com","*.nodebalancer.linode.com","*.linodeobjects.com","ip.linodeusercontent.com","we.bs","filegear-sg.me","ggff.net","*.user.localcert.dev","lodz.pl","pabianice.pl","plock.pl","sieradz.pl","skierniewice.pl","zgierz.pl","loginline.app","loginline.dev","loginline.io","loginline.services","loginline.site","lohmus.me","servers.run","krasnik.pl","leczna.pl","lubartow.pl","lublin.pl","poniatowa.pl","swidnik.pl","glug.org.uk","lug.org.uk","lugs.org.uk","barsy.bg","barsy.club","barsycenter.com","barsyonline.com","barsy.de","barsy.dev","barsy.eu","barsy.gr","barsy.in","barsy.info","barsy.io","barsy.me","barsy.menu","barsyonline.menu","barsy.mobi","barsy.net","barsy.online","barsy.org","barsy.pro","barsy.pub","barsy.ro","barsy.rs","barsy.shop","barsyonline.shop","barsy.site","barsy.store","barsy.support","barsy.uk","barsy.co.uk","barsyonline.co.uk","*.magentosite.cloud","hb.cldmail.ru","matlab.cloud","modelscape.com","mwcloudnonprod.com","polyspace.com","mayfirst.info","mayfirst.org","mazeplay.com","mcdir.me","mcdir.ru","vps.mcdir.ru","mcpre.ru","mediatech.by","mediatech.dev","hra.health","medusajs.app","miniserver.com","memset.net","messerli.app","atmeta.com","apps.fbsbx.com","*.cloud.metacentrum.cz","custom.metacentrum.cz","flt.cloud.muni.cz","usr.cloud.muni.cz","meteorapp.com","eu.meteorapp.com","co.pl","*.azurecontainer.io","azure-api.net","azure-mobile.net","azureedge.net","azurefd.net","azurestaticapps.net","1.azurestaticapps.net","2.azurestaticapps.net","3.azurestaticapps.net","4.azurestaticapps.net","5.azurestaticapps.net","6.azurestaticapps.net","7.azurestaticapps.net","centralus.azurestaticapps.net","eastasia.azurestaticapps.net","eastus2.azurestaticapps.net","westeurope.azurestaticapps.net","westus2.azurestaticapps.net","azurewebsites.net","cloudapp.net","trafficmanager.net","blob.core.windows.net","servicebus.windows.net","routingthecloud.com","sn.mynetname.net","routingthecloud.net","routingthecloud.org","csx.cc","mydbserver.com","webspaceconfig.de","mittwald.info","mittwaldserver.info","typo3server.info","project.space","modx.dev","bmoattachments.org","net.ru","org.ru","pp.ru","hostedpi.com","caracal.mythic-beasts.com","customer.mythic-beasts.com","fentiger.mythic-beasts.com","lynx.mythic-beasts.com","ocelot.mythic-beasts.com","oncilla.mythic-beasts.com","onza.mythic-beasts.com","sphinx.mythic-beasts.com","vs.mythic-beasts.com","x.mythic-beasts.com","yali.mythic-beasts.com","cust.retrosnub.co.uk","ui.nabu.casa","cloud.nospamproxy.com","netfy.app","netlify.app","4u.com","nfshost.com","ipfs.nftstorage.link","ngo.us","ngrok.app","ngrok-free.app","ngrok.dev","ngrok-free.dev","ngrok.io","ap.ngrok.io","au.ngrok.io","eu.ngrok.io","in.ngrok.io","jp.ngrok.io","sa.ngrok.io","us.ngrok.io","ngrok.pizza","ngrok.pro","torun.pl","nh-serv.co.uk","nimsite.uk","mmafan.biz","myftp.biz","no-ip.biz","no-ip.ca","fantasyleague.cc","gotdns.ch","3utilities.com","blogsyte.com","ciscofreak.com","damnserver.com","ddnsking.com","ditchyourip.com","dnsiskinky.com","dynns.com","geekgalaxy.com","health-carereform.com","homesecuritymac.com","homesecuritypc.com","myactivedirectory.com","mysecuritycamera.com","myvnc.com","net-freaks.com","onthewifi.com","point2this.com","quicksytes.com","securitytactics.com","servebeer.com","servecounterstrike.com","serveexchange.com","serveftp.com","servegame.com","servehalflife.com","servehttp.com","servehumour.com","serveirc.com","servemp3.com","servep2p.com","servepics.com","servequake.com","servesarcasm.com","stufftoread.com","unusualperson.com","workisboring.com","dvrcam.info","ilovecollege.info","no-ip.info","brasilia.me","ddns.me","dnsfor.me","hopto.me","loginto.me","noip.me","webhop.me","bounceme.net","ddns.net","eating-organic.net","mydissent.net","myeffect.net","mymediapc.net","mypsx.net","mysecuritycamera.net","nhlfan.net","no-ip.net","pgafan.net","privatizehealthinsurance.net","redirectme.net","serveblog.net","serveminecraft.net","sytes.net","cable-modem.org","collegefan.org","couchpotatofries.org","hopto.org","mlbfan.org","myftp.org","mysecuritycamera.org","nflfan.org","no-ip.org","read-books.org","ufcfan.org","zapto.org","no-ip.co.uk","golffan.us","noip.us","pointto.us","stage.nodeart.io","*.developer.app","noop.app","*.northflank.app","*.build.run","*.code.run","*.database.run","*.migration.run","noticeable.news","notion.site","dnsking.ch","mypi.co","n4t.co","001www.com","myiphost.com","forumz.info","soundcast.me","tcp4.me","dnsup.net","hicam.net","now-dns.net","ownip.net","vpndns.net","dynserv.org","now-dns.org","x443.pw","now-dns.top","ntdll.top","freeddns.us","nsupdate.info","nerdpol.ovh","nyc.mn","prvcy.page","obl.ong","observablehq.cloud","static.observableusercontent.com","omg.lol","cloudycluster.net","omniwe.site","123webseite.at","123website.be","simplesite.com.br","123website.ch","simplesite.com","123webseite.de","123hjemmeside.dk","123miweb.es","123kotisivu.fi","123siteweb.fr","simplesite.gr","123homepage.it","123website.lu","123website.nl","123hjemmeside.no","service.one","simplesite.pl","123paginaweb.pt","123minsida.se","is-a-fullstack.dev","is-cool.dev","is-not-a.dev","localplayer.dev","is-local.org","opensocial.site","opencraft.hosting","16-b.it","32-b.it","64-b.it","orsites.com","operaunite.com","*.customer-oci.com","*.oci.customer-oci.com","*.ocp.customer-oci.com","*.ocs.customer-oci.com","*.oraclecloudapps.com","*.oraclegovcloudapps.com","*.oraclegovcloudapps.uk","tech.orange","can.re","authgear-staging.com","authgearapps.com","skygearapp.com","outsystemscloud.com","*.hosting.ovh.net","*.webpaas.ovh.net","ownprovider.com","own.pm","*.owo.codes","ox.rs","oy.lc","pgfog.com","pagexl.com","gotpantheon.com","pantheonsite.io","*.paywhirl.com","*.xmit.co","xmit.dev","madethis.site","srv.us","gh.srv.us","gl.srv.us","lk3.ru","mypep.link","perspecta.cloud","on-web.fr","*.upsun.app","upsunapp.com","ent.platform.sh","eu.platform.sh","us.platform.sh","*.platformsh.site","*.tst.site","platter-app.com","platter-app.dev","platterp.us","pley.games","onporter.run","co.bn","postman-echo.com","pstmn.io","mock.pstmn.io","httpbin.org","prequalifyme.today","xen.prgmr.com","priv.at","protonet.io","chirurgiens-dentistes-en-france.fr","byen.site","pubtls.org","pythonanywhere.com","eu.pythonanywhere.com","qa2.com","qcx.io","*.sys.qcx.io","myqnapcloud.cn","alpha-myqnapcloud.com","dev-myqnapcloud.com","mycloudnas.com","mynascloud.com","myqnapcloud.com","qoto.io","qualifioapp.com","ladesk.com","qbuser.com","*.quipelements.com","vapor.cloud","vaporcloud.io","rackmaze.com","rackmaze.net","cloudsite.builders","myradweb.net","servername.us","web.in","in.net","myrdbx.io","site.rb-hosting.io","*.on-rancher.cloud","*.on-k3s.io","*.on-rio.io","ravpage.co.il","readthedocs-hosted.com","readthedocs.io","rhcloud.com","instances.spawn.cc","onrender.com","app.render.com","replit.app","id.replit.app","firewalledreplit.co","id.firewalledreplit.co","repl.co","id.repl.co","replit.dev","archer.replit.dev","bones.replit.dev","canary.replit.dev","global.replit.dev","hacker.replit.dev","id.replit.dev","janeway.replit.dev","kim.replit.dev","kira.replit.dev","kirk.replit.dev","odo.replit.dev","paris.replit.dev","picard.replit.dev","pike.replit.dev","prerelease.replit.dev","reed.replit.dev","riker.replit.dev","sisko.replit.dev","spock.replit.dev","staging.replit.dev","sulu.replit.dev","tarpit.replit.dev","teams.replit.dev","tucker.replit.dev","wesley.replit.dev","worf.replit.dev","repl.run","resindevice.io","devices.resinstaging.io","hzc.io","adimo.co.uk","itcouldbewor.se","aus.basketball","nz.basketball","git-pages.rit.edu","rocky.page","rub.de","ruhr-uni-bochum.de","io.noc.ruhr-uni-bochum.de","биз.рус","ком.рус","крым.рус","мир.рус","мск.рус","орг.рус","самара.рус","сочи.рус","спб.рус","я.рус","ras.ru","nyat.app","180r.com","dojin.com","sakuratan.com","sakuraweb.com","x0.com","2-d.jp","bona.jp","crap.jp","daynight.jp","eek.jp","flop.jp","halfmoon.jp","jeez.jp","matrix.jp","mimoza.jp","ivory.ne.jp","mail-box.ne.jp","mints.ne.jp","mokuren.ne.jp","opal.ne.jp","sakura.ne.jp","sumomo.ne.jp","topaz.ne.jp","netgamers.jp","nyanta.jp","o0o0.jp","rdy.jp","rgr.jp","rulez.jp","s3.isk01.sakurastorage.jp","s3.isk02.sakurastorage.jp","saloon.jp","sblo.jp","skr.jp","tank.jp","uh-oh.jp","undo.jp","rs.webaccel.jp","user.webaccel.jp","websozai.jp","xii.jp","squares.net","jpn.org","kirara.st","x0.to","from.tv","sakura.tv","*.builder.code.com","*.dev-builder.code.com","*.stg-builder.code.com","*.001.test.code-builder-stg.platform.salesforce.com","*.d.crm.dev","*.w.crm.dev","*.wa.crm.dev","*.wb.crm.dev","*.wc.crm.dev","*.wd.crm.dev","*.we.crm.dev","*.wf.crm.dev","sandcats.io","logoip.com","logoip.de","fr-par-1.baremetal.scw.cloud","fr-par-2.baremetal.scw.cloud","nl-ams-1.baremetal.scw.cloud","cockpit.fr-par.scw.cloud","fnc.fr-par.scw.cloud","functions.fnc.fr-par.scw.cloud","k8s.fr-par.scw.cloud","nodes.k8s.fr-par.scw.cloud","s3.fr-par.scw.cloud","s3-website.fr-par.scw.cloud","whm.fr-par.scw.cloud","priv.instances.scw.cloud","pub.instances.scw.cloud","k8s.scw.cloud","cockpit.nl-ams.scw.cloud","k8s.nl-ams.scw.cloud","nodes.k8s.nl-ams.scw.cloud","s3.nl-ams.scw.cloud","s3-website.nl-ams.scw.cloud","whm.nl-ams.scw.cloud","cockpit.pl-waw.scw.cloud","k8s.pl-waw.scw.cloud","nodes.k8s.pl-waw.scw.cloud","s3.pl-waw.scw.cloud","s3-website.pl-waw.scw.cloud","scalebook.scw.cloud","smartlabeling.scw.cloud","dedibox.fr","schokokeks.net","gov.scot","service.gov.scot","scrysec.com","client.scrypted.io","firewall-gateway.com","firewall-gateway.de","my-gateway.de","my-router.de","spdns.de","spdns.eu","firewall-gateway.net","my-firewall.org","myfirewall.org","spdns.org","seidat.net","sellfy.store","minisite.ms","senseering.net","servebolt.cloud","biz.ua","co.ua","pp.ua","as.sh.cn","sheezy.games","shiftedit.io","myshopblocks.com","myshopify.com","shopitsite.com","shopware.shop","shopware.store","mo-siemens.io","1kapp.com","appchizi.com","applinzi.com","sinaapp.com","vipsinaapp.com","siteleaf.net","small-web.org","aeroport.fr","avocat.fr","chambagri.fr","chirurgiens-dentistes.fr","experts-comptables.fr","medecin.fr","notaires.fr","pharmacien.fr","port.fr","veterinaire.fr","vp4.me","*.snowflake.app","*.privatelink.snowflake.app","streamlit.app","streamlitapp.com","try-snowplow.com","mafelo.net","playstation-cloud.com","srht.site","apps.lair.io","*.stolos.io","spacekit.io","ind.mom","customer.speedpartner.de","myspreadshop.at","myspreadshop.com.au","myspreadshop.be","myspreadshop.ca","myspreadshop.ch","myspreadshop.com","myspreadshop.de","myspreadshop.dk","myspreadshop.es","myspreadshop.fi","myspreadshop.fr","myspreadshop.ie","myspreadshop.it","myspreadshop.net","myspreadshop.nl","myspreadshop.no","myspreadshop.pl","myspreadshop.se","myspreadshop.co.uk","w-corp-staticblitz.com","w-credentialless-staticblitz.com","w-staticblitz.com","stackhero-network.com","runs.onstackit.cloud","stackit.gg","stackit.rocks","stackit.run","stackit.zone","musician.io","novecore.site","api.stdlib.com","feedback.ac","forms.ac","assessments.cx","calculators.cx","funnels.cx","paynow.cx","quizzes.cx","researched.cx","tests.cx","surveys.so","storebase.store","storipress.app","storj.farm","strapiapp.com","media.strapiapp.com","vps-host.net","atl.jelastic.vps-host.net","njs.jelastic.vps-host.net","ric.jelastic.vps-host.net","streak-link.com","streaklinks.com","streakusercontent.com","soc.srcf.net","user.srcf.net","utwente.io","temp-dns.com","supabase.co","supabase.in","supabase.net","syncloud.it","dscloud.biz","direct.quickconnect.cn","dsmynas.com","familyds.com","diskstation.me","dscloud.me","i234.me","myds.me","synology.me","dscloud.mobi","dsmynas.net","familyds.net","dsmynas.org","familyds.org","direct.quickconnect.to","vpnplus.to","mytabit.com","mytabit.co.il","tabitorder.co.il","taifun-dns.de","ts.net","*.c.ts.net","gda.pl","gdansk.pl","gdynia.pl","med.pl","sopot.pl","taveusercontent.com","p.tawk.email","p.tawkto.email","site.tb-hosting.com","edugit.io","s3.teckids.org","telebit.app","telebit.io","*.telebit.xyz","*.firenet.ch","*.svc.firenet.ch","reservd.com","thingdustdata.com","cust.dev.thingdust.io","reservd.dev.thingdust.io","cust.disrec.thingdust.io","reservd.disrec.thingdust.io","cust.prod.thingdust.io","cust.testing.thingdust.io","reservd.testing.thingdust.io","tickets.io","arvo.network","azimuth.network","tlon.network","torproject.net","pages.torproject.net","townnews-staging.com","12hp.at","2ix.at","4lima.at","lima-city.at","12hp.ch","2ix.ch","4lima.ch","lima-city.ch","trafficplex.cloud","de.cool","12hp.de","2ix.de","4lima.de","lima-city.de","1337.pictures","clan.rip","lima-city.rocks","webspace.rocks","lima.zone","*.transurl.be","*.transurl.eu","site.transip.me","*.transurl.nl","tuxfamily.org","dd-dns.de","dray-dns.de","draydns.de","dyn-vpn.de","dynvpn.de","mein-vigor.de","my-vigor.de","my-wan.de","syno-ds.de","synology-diskstation.de","synology-ds.de","diskstation.eu","diskstation.org","typedream.app","pro.typeform.com","*.uberspace.de","uber.space","hk.com","inc.hk","ltd.hk","hk.org","it.com","unison-services.cloud","virtual-user.de","virtualuser.de","name.pm","sch.tf","biz.wf","sch.wf","org.yt","rs.ba","bielsko.pl","upli.io","urown.cloud","dnsupdate.info","us.org","v.ua","express.val.run","web.val.run","vercel.app","v0.build","vercel.dev","vusercontent.net","now.sh","2038.io","router.management","v-info.info","voorloper.cloud","*.vultrobjects.com","wafflecell.com","webflow.io","webflowtest.io","*.webhare.dev","bookonline.app","hotelwithflight.com","reserve-online.com","reserve-online.net","cprapid.com","pleskns.com","wp2.host","pdns.page","plesk.page","wpsquared.site","*.wadl.top","remotewd.com","box.ca","pages.wiardweb.com","toolforge.org","wmcloud.org","wmflabs.org","wdh.app","panel.gg","daemon.panel.gg","wixsite.com","wixstudio.com","editorx.io","wixstudio.io","wix.run","messwithdns.com","woltlab-demo.com","myforum.community","community-pro.de","diskussionsbereich.de","community-pro.net","meinforum.net","affinitylottery.org.uk","raffleentry.org.uk","weeklylottery.org.uk","wpenginepowered.com","js.wpenginepowered.com","half.host","xnbay.com","u2.xnbay.com","u2-local.xnbay.com","cistron.nl","demon.nl","xs4all.space","yandexcloud.net","storage.yandexcloud.net","website.yandexcloud.net","official.academy","yolasite.com","yombo.me","ynh.fr","nohost.me","noho.st","za.net","za.org","zap.cloud","zeabur.app","bss.design","basicserver.io","virtualserver.io","enterprisecloud.nu"].reduce((e,t)=>{const n=t.replace(/^(\*\.|\!)/,""),r=a.toASCII(n),o=t.charAt(0);if(e.has(r))throw new Error(`Multiple rules found for ${t} (${r})`);return e.set(r,{rule:t,suffix:n,punySuffix:r,wildcard:"*"===o,exception:"!"===o}),e},new Map),u={DOMAIN_TOO_SHORT:"Domain name too short.",DOMAIN_TOO_LONG:"Domain name too long. It should be no more than 255 chars.",LABEL_STARTS_WITH_DASH:"Domain name label can not start with a dash.",LABEL_ENDS_WITH_DASH:"Domain name label can not end with a dash.",LABEL_TOO_LONG:"Domain name label should be at most 63 chars long.",LABEL_TOO_SHORT:"Domain name label should be at least 1 character long.",LABEL_INVALID_CHARS:"Domain name label can only contain alphanumeric characters or dashes."},c=e=>{if("string"!=typeof e)throw new TypeError("Domain name must be a string.");let t=e.slice(0).toLowerCase();"."===t.charAt(t.length-1)&&(t=t.slice(0,t.length-1));const n=(e=>{const t=a.toASCII(e);if(t.length<1)return"DOMAIN_TOO_SHORT";if(t.length>255)return"DOMAIN_TOO_LONG";const n=t.split(".");let r;for(let e=0;e<n.length;++e){if(r=n[e],!r.length)return"LABEL_TOO_SHORT";if(r.length>63)return"LABEL_TOO_LONG";if("-"===r.charAt(0))return"LABEL_STARTS_WITH_DASH";if("-"===r.charAt(r.length-1))return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\-_]+$/.test(r))return"LABEL_INVALID_CHARS"}})(t);if(n)return{input:e,error:{message:u[n],code:n}};const r={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},o=t.split(".");if("local"===o[o.length-1])return r;const i=()=>(/xn--/.test(t)&&(r.domain&&(r.domain=a.toASCII(r.domain)),r.subdomain&&(r.subdomain=a.toASCII(r.subdomain))),r),c=(e=>{const t=a.toASCII(e).split(".");for(let e=0;e<t.length;e++){const n=t.slice(e).join("."),r=s.get(n);if(r)return r}return null})(t);if(!c)return o.length<2?r:(r.tld=o.pop(),r.sld=o.pop(),r.domain=[r.sld,r.tld].join("."),o.length&&(r.subdomain=o.pop()),i());r.listed=!0;const l=c.suffix.split("."),p=o.slice(0,o.length-l.length);return c.exception&&p.push(l.shift()),r.tld=l.join("."),!p.length||(c.wildcard&&(l.unshift(p.pop()),r.tld=l.join(".")),!p.length)||(r.sld=p.pop(),r.domain=[r.sld,r.tld].join("."),p.length&&(r.subdomain=p.join("."))),i()}},21664:e=>{"use strict";var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var i,a,s=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),u=1;u<arguments.length;u++){for(var c in i=Object(arguments[u]))n.call(i,c)&&(s[c]=i[c]);if(t){a=t(i);for(var l=0;l<a.length;l++)r.call(i,a[l])&&(s[a[l]]=i[a[l]])}}return s}},21795:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(63696),o=n(11120),i=["mousedown","touchstart"];const __WEBPACK_DEFAULT_EXPORT__=function(e,t,n){void 0===n&&(n=i);var a=(0,r.useRef)(t);(0,r.useEffect)(function(){a.current=t},[t]),(0,r.useEffect)(function(){for(var t=function(t){var n=e.current;n&&!n.contains(t.target)&&a.current(t)},r=0,i=n;r<i.length;r++){var s=i[r];(0,o.on)(document,s,t)}return function(){for(var e=0,r=n;e<r.length;e++){var i=r[e];(0,o.AU)(document,i,t)}}},[n,e])}},21813:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(63696);const o="undefined"!=typeof window?r.useLayoutEffect:r.useEffect},23205:(e,t,n)=>{"use strict";function r(e){try{return new URL(e),!0}catch(e){return!1}}n.r(t),n.d(t,{addQueryArgs:()=>j,buildQueryString:()=>g,cleanForSlug:()=>D,filterURLForDisplay:()=>R,getAuthority:()=>u,getFragment:()=>b,getPath:()=>l,getPathAndQueryString:()=>v,getProtocol:()=>a,getQueryArg:()=>C,getQueryArgs:()=>O,getQueryString:()=>f,hasQueryArg:()=>S,isEmail:()=>i,isURL:()=>r,isValidAuthority:()=>c,isValidFragment:()=>_,isValidPath:()=>p,isValidProtocol:()=>s,isValidQueryString:()=>y,prependHTTP:()=>A,removeQueryArgs:()=>T,safeDecodeURI:()=>I,safeDecodeURIComponent:()=>P});var o=/^(mailto:)?[a-z0-9._%+-]+@[a-z0-9][a-z0-9.-]*\.[a-z]{2,63}$/i;function i(e){return o.test(e)}function a(e){var t=/^([^\s:]+:)/.exec(e);if(t)return t[1]}function s(e){return!!e&&/^[a-z\-.\+]+[0-9]*:$/i.test(e)}function u(e){var t=/^[^\/\s:]+:(?:\/\/)?\/?([^\/\s#?]+)[\/#?]{0,1}\S*$/.exec(e);if(t)return t[1]}function c(e){return!!e&&/^[^\s#?]+$/.test(e)}function l(e){var t=/^[^\/\s:]+:(?:\/\/)?[^\/\s#?]+[\/]([^\s#?]+)[#?]{0,1}\S*$/.exec(e);if(t)return t[1]}function p(e){return!!e&&/^[^\s#?]+$/.test(e)}function f(e){var t;try{t=new URL(e,"http://example.com").search.substring(1)}catch(e){}if(t)return t}var d=n(97850);function h(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return m(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return m(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return a=e.done,e},e:function(e){s=!0,i=e},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw i}}}}function m(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function g(e){for(var t,n="",r=Object.entries(e);t=r.shift();){var o=t,i=(0,d.A)(o,2),a=i[0],s=i[1];if(Array.isArray(s)||s&&s.constructor===Object){var u,c=h(Object.entries(s).reverse());try{for(c.s();!(u=c.n()).done;){var l=(0,d.A)(u.value,2),p=l[0],f=l[1];r.unshift(["".concat(a,"[").concat(p,"]"),f])}}catch(e){c.e(e)}finally{c.f()}}else void 0!==s&&(null===s&&(s=""),n+="&"+[a,s].map(encodeURIComponent).join("="))}return n.substr(1)}function y(e){return!!e&&/^[^\s#?\/]+$/.test(e)}function v(e){var t=l(e),n=f(e),r="/";return t&&(r+=t),n&&(r+="?".concat(n)),r}function b(e){var t=/^\S+?(#[^\s\?]*)/.exec(e);if(t)return t[1]}function _(e){return!!e&&/^#[^\s#?\/]*$/.test(e)}var w=n(41705);function k(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function E(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?k(Object(n),!0).forEach(function(t){(0,w.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):k(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function O(e){return(f(e)||"").replace(/\+/g,"%20").split("&").reduce(function(e,t){var n=t.split("=").filter(Boolean).map(decodeURIComponent),r=(0,d.A)(n,2),o=r[0],i=r[1],a=void 0===i?"":i;o&&function(e,t,n){for(var r=t.length,o=r-1,i=0;i<r;i++){var a=t[i];!a&&Array.isArray(e)&&(a=e.length.toString());var s=!isNaN(Number(t[i+1]));e[a]=i===o?n:e[a]||(s?[]:{}),Array.isArray(e[a])&&!s&&(e[a]=E({},e[a])),e=e[a]}}(e,o.replace(/\]/g,"").split("["),a);return e},{})}function j(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;if(!t||!Object.keys(t).length)return e;var n=e,r=e.indexOf("?");return-1!==r&&(t=Object.assign(O(e),t),n=n.substr(0,r)),n+"?"+g(t)}function C(e,t){return O(e)[t]}function S(e,t){return void 0!==C(e,t)}function T(e){var t=e.indexOf("?");if(-1===t)return e;for(var n=O(e),r=e.substr(0,t),o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;a++)i[a-1]=arguments[a];i.forEach(function(e){return delete n[e]});var s=g(n);return s?r+"?"+s:r}var x=/^(?:[a-z]+:|#|\?|\.|\/)/i;function A(e){return e?(e=e.trim(),x.test(e)||i(e)?e:"http://"+e):e}function I(e){try{return decodeURI(e)}catch(t){return e}}function P(e){try{return decodeURIComponent(e)}catch(t){return e}}function R(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=e.replace(/^(?:https?:)\/\/(?:www\.)?/,"");n.match(/^[^\/]+\/$/)&&(n=n.replace("/",""));if(!t||n.length<=t||!n.match(/([\w|:])*\.(?:jpg|jpeg|gif|png|svg)/))return n;var r=(n=n.split("?")[0]).split("/"),o=r[r.length-1];if(o.length<=t)return"…"+n.slice(-t);var i=o.lastIndexOf("."),a=[o.slice(0,i),o.slice(i+1)],s=a[1],u=a[0].slice(-3)+"."+s;return o.slice(0,t-u.length-1)+"…"+u}var L=n(17243);function D(e){return e?(0,L.trim)((0,L.deburr)(e).replace(/[\s\./]+/g,"-").replace(/[^\w-]+/g,"").toLowerCase(),"-"):""}},24457:function(e,t,n){var r,o;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=79)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},160:function(e,t,n){"use strict";n.r(t),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},o=function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}(),a=n(37);n.d(t,"MDCFloatingLabelFoundation",function(){return s});var s=function(e){function t(n){var r=e.call(this,o({},t.defaultAdapter,n))||this;return r.shakeAnimationEndHandler_=function(){return r.handleShakeAnimationEnd_()},r}return function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return a.cssClasses},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},getWidth:function(){return 0},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){this.adapter_.registerInteractionHandler("animationend",this.shakeAnimationEndHandler_)},t.prototype.destroy=function(){this.adapter_.deregisterInteractionHandler("animationend",this.shakeAnimationEndHandler_)},t.prototype.getWidth=function(){return this.adapter_.getWidth()},t.prototype.shake=function(e){var n=t.cssClasses.LABEL_SHAKE;e?this.adapter_.addClass(n):this.adapter_.removeClass(n)},t.prototype.float=function(e){var n=t.cssClasses,r=n.LABEL_FLOAT_ABOVE,o=n.LABEL_SHAKE;e?this.adapter_.addClass(r):(this.adapter_.removeClass(r),this.adapter_.removeClass(o))},t.prototype.handleShakeAnimationEnd_=function(){var e=t.cssClasses.LABEL_SHAKE;this.adapter_.removeClass(e)},t}(i);t.default=s},37:function(e,t,n){"use strict";n.r(t),n.d(t,"cssClasses",function(){return r});var r={LABEL_FLOAT_ABOVE:"mdc-floating-label--float-above",LABEL_SHAKE:"mdc-floating-label--shake",ROOT:"mdc-floating-label"}},79:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(160),p=n(37),f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.labelElement=u.default.createRef(),t.state={classList:new Set},t.initializeFoundation=function(){t.foundation=new l.MDCFloatingLabelFoundation(t.adapter),t.foundation.init()},t.shake=function(){t.foundation.shake(!0)},t.removeClassFromClassList=function(e){var n=t.state.classList;n.delete(e),t.setState({classList:n})},t.handleWidthChange=function(){t.props.handleWidthChange&&t.labelElement.current&&t.props.handleWidthChange(t.labelElement.current.offsetWidth)},t.onShakeEnd=function(){t.removeClassFromClassList(p.cssClasses.LABEL_SHAKE)},t}return o(t,e),t.prototype.componentDidMount=function(){this.initializeFoundation(),this.handleWidthChange(),this.props.float&&this.foundation.float(!0)},t.prototype.componentWillUnmount=function(){this.foundation.destroy()},t.prototype.componentDidUpdate=function(e){this.props.children!==e.children&&this.handleWidthChange(),this.props.float!==e.float&&this.foundation.float(this.props.float)},Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.state.classList,t=this.props.className;return c.default(p.cssClasses.ROOT,Array.from(e),t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{addClass:function(t){return e.setState({classList:e.state.classList.add(t)})},removeClass:this.removeClassFromClassList,registerInteractionHandler:function(){},deregisterInteractionHandler:function(){},getWidth:function(){return 0}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=(e.className,e.children),n=(e.handleWidthChange,e.float,a(e,["className","children","handleWidthChange","float"]));return u.default.createElement("label",i({className:this.classes,ref:this.labelElement,onAnimationEnd:this.onShakeEnd},n),t)},t.defaultProps={className:"",float:!1},t}(u.default.Component);t.default=f}}))},26569:(e,t,n)=>{"use strict";n.d(t,{P:()=>f});var r=n(41827),o=n(42181),i=n(5656),a=n(91046),s=n(45057),u=n(1589),c={CHECKED:"mdc-switch--checked",DISABLED:"mdc-switch--disabled"},l={NATIVE_CONTROL_SELECTOR:".mdc-switch__native-control",RIPPLE_SURFACE_SELECTOR:".mdc-switch__thumb-underlay"},p=function(e){function MDCSwitchFoundation(t){return e.call(this,r.Cl({},MDCSwitchFoundation.defaultAdapter,t))||this}return r.C6(MDCSwitchFoundation,e),Object.defineProperty(MDCSwitchFoundation,"strings",{get:function(){return l},enumerable:!0,configurable:!0}),Object.defineProperty(MDCSwitchFoundation,"cssClasses",{get:function(){return c},enumerable:!0,configurable:!0}),Object.defineProperty(MDCSwitchFoundation,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},setNativeControlChecked:function(){},setNativeControlDisabled:function(){}}},enumerable:!0,configurable:!0}),MDCSwitchFoundation.prototype.setChecked=function(e){this.adapter_.setNativeControlChecked(e),this.updateCheckedStyling_(e)},MDCSwitchFoundation.prototype.setDisabled=function(e){this.adapter_.setNativeControlDisabled(e),e?this.adapter_.addClass(c.DISABLED):this.adapter_.removeClass(c.DISABLED)},MDCSwitchFoundation.prototype.handleChange=function(e){var t=e.target;this.updateCheckedStyling_(t.checked)},MDCSwitchFoundation.prototype.updateCheckedStyling_=function(e){e?this.adapter_.addClass(c.CHECKED):this.adapter_.removeClass(c.CHECKED)},MDCSwitchFoundation}(u.I);var f=function(e){function MDCSwitch(){var t=null!==e&&e.apply(this,arguments)||this;return t.ripple_=t.createRipple_(),t}return r.C6(MDCSwitch,e),MDCSwitch.attachTo=function(e){return new MDCSwitch(e)},MDCSwitch.prototype.destroy=function(){e.prototype.destroy.call(this),this.ripple_.destroy(),this.nativeControl_.removeEventListener("change",this.changeHandler_)},MDCSwitch.prototype.initialSyncWithDOM=function(){var e=this;this.changeHandler_=function(){for(var t,n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];return(t=e.foundation_).handleChange.apply(t,r.gz(n))},this.nativeControl_.addEventListener("change",this.changeHandler_),this.checked=this.checked},MDCSwitch.prototype.getDefaultFoundation=function(){var e=this;return new p({addClass:function(t){return e.root_.classList.add(t)},removeClass:function(t){return e.root_.classList.remove(t)},setNativeControlChecked:function(t){return e.nativeControl_.checked=t},setNativeControlDisabled:function(t){return e.nativeControl_.disabled=t}})},Object.defineProperty(MDCSwitch.prototype,"ripple",{get:function(){return this.ripple_},enumerable:!0,configurable:!0}),Object.defineProperty(MDCSwitch.prototype,"checked",{get:function(){return this.nativeControl_.checked},set:function(e){this.foundation_.setChecked(e)},enumerable:!0,configurable:!0}),Object.defineProperty(MDCSwitch.prototype,"disabled",{get:function(){return this.nativeControl_.disabled},set:function(e){this.foundation_.setDisabled(e)},enumerable:!0,configurable:!0}),MDCSwitch.prototype.createRipple_=function(){var e=this,t=p.strings.RIPPLE_SURFACE_SELECTOR,n=this.root_.querySelector(t),o=r.Cl({},a.N.createAdapter(this),{addClass:function(e){return n.classList.add(e)},computeBoundingRect:function(){return n.getBoundingClientRect()},deregisterInteractionHandler:function(t,n){e.nativeControl_.removeEventListener(t,n)},isSurfaceActive:function(){return(0,i.c)(e.nativeControl_,":active")},isUnbounded:function(){return!0},registerInteractionHandler:function(t,n){e.nativeControl_.addEventListener(t,n)},removeClass:function(e){return n.classList.remove(e)},updateCssVariable:function(e,t){n.style.setProperty(e,t)}});return new a.N(this.root_,new s.E(o))},Object.defineProperty(MDCSwitch.prototype,"nativeControl_",{get:function(){var e=p.strings.NATIVE_CONTROL_SELECTOR;return this.root_.querySelector(e)},enumerable:!0,configurable:!0}),MDCSwitch}(o.O)},26805:function(e,t,n){var r,o,i,a;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(89512),a=n(96465),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=120)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},120:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=s(n(121)),p=n(157),f=s(n(122));t.TabRipple=f.default;var d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.tabRef=u.default.createRef(),t.tabContentRef=u.default.createRef(),t.tabIndicatorRef=u.default.createRef(),t.tabRippleRef=u.default.createRef(),t.state={classList:new Set,"aria-selected":"false",activateIndicator:!1,previousIndicatorClientRect:t.props.previousIndicatorClientRect,tabIndex:-1},t.computeIndicatorClientRect=function(){return t.tabIndicatorRef.current?t.tabIndicatorRef.current.computeContentClientRect():{}},t.computeDimensions=function(){return t.foundation.computeDimensions()},t.focus=function(){t.tabRef.current&&t.tabRef.current.focus()},t.onFocus=function(e){t.tabRippleRef.current&&t.tabRippleRef.current.handleFocus(e)},t.onBlur=function(e){t.tabRippleRef.current&&t.tabRippleRef.current.handleBlur(e)},t}return o(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.active,n=e.focusOnActivate;this.foundation=new p.MDCTabFoundation(this.adapter),this.foundation.init(),this.foundation.setFocusOnActivate(n),t&&this.foundation.activate()},t.prototype.componentWillUnmount=function(){this.foundation.destroy()},t.prototype.componentDidUpdate=function(e){var t=this.props,n=t.active,r=t.focusOnActivate,o=t.previousIndicatorClientRect;r!==e.focusOnActivate&&this.foundation.setFocusOnActivate(r),n!==e.active&&(n?this.activate(o):this.deactivate())},Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.state.classList,t=this.props,n=t.className,r=t.minWidth,o=t.stacked;return c.default("mdc-tab",Array.from(e),n,{"mdc-tab--min-width":r,"mdc-tab--stacked":o})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{addClass:function(t){var n=new Set(e.state.classList);n.add(t),e.setState({classList:n})},removeClass:function(t){var n=new Set(e.state.classList);n.delete(t),e.setState({classList:n})},hasClass:function(t){return e.classes.split(" ").includes(t)},setAttr:function(t,n){return e.setState(function(e){var r;return i({},e,((r={})[t]=n,r))})},getOffsetLeft:function(){return Number(e.tabRef.current&&e.tabRef.current.offsetLeft)},getOffsetWidth:function(){return Number(e.tabRef.current&&e.tabRef.current.offsetWidth)},getContentOffsetLeft:function(){return e.tabContentRef.current?e.tabContentRef.current.offsetLeft:0},getContentOffsetWidth:function(){return e.tabContentRef.current?e.tabContentRef.current.offsetWidth:0},focus:function(){return e.tabRef.current&&e.tabRef.current.focus()},notifyInteracted:this.props.onInteraction,activateIndicator:function(t){return e.setState({activateIndicator:!0,previousIndicatorClientRect:t})},deactivateIndicator:function(){return e.setState({activateIndicator:!1})}}},enumerable:!0,configurable:!0}),t.prototype.activate=function(e){this.foundation.activate(e)},t.prototype.deactivate=function(){this.foundation.deactivate()},t.prototype.render=function(){var e=this.props,t=(e.active,e.focusOnActivate,e.previousIndicatorClientRect,e.className,e.isFadingIndicator,e.indicatorContent,e.minWidth,e.onInteraction,e.stacked,e.tag),n=e.children,r=e.isMinWidthIndicator,o=a(e,["active","focusOnActivate","previousIndicatorClientRect","className","isFadingIndicator","indicatorContent","minWidth","onInteraction","stacked","tag","children","isMinWidthIndicator"]),s=this.state,c=s.tabIndex,l=s["aria-selected"];return u.default.createElement(t,i({className:this.classes,role:"tab","aria-selected":l,tabIndex:c,onFocus:this.onFocus,onBlur:this.onBlur,ref:this.tabRef},o),u.default.createElement("span",{className:"mdc-tab__content",ref:this.tabContentRef},n,r?this.renderIndicator():null),r?null:this.renderIndicator(),u.default.createElement(f.default,{ref:this.tabRippleRef}))},t.prototype.renderIndicator=function(){var e=this.props,t=e.isFadingIndicator,n=e.indicatorContent,r=this.state,o=r.activateIndicator,i=r.previousIndicatorClientRect;return u.default.createElement(l.default,{icon:!!n,fade:t,active:o,previousIndicatorClientRect:i,ref:this.tabIndicatorRef},n)},t.defaultProps={active:!1,focusOnActivate:!0,className:"",isFadingIndicator:!1,indicatorContent:null,minWidth:!1,isMinWidthIndicator:!1,stacked:!1,tag:"button",onInteraction:function(){return null}},t}(u.default.Component);t.Tab=d,t.default=d},121:function(e,t){e.exports=a},122:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(5),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),Object.defineProperty(t.prototype,"classes",{get:function(){return c.default("mdc-tab__ripple",this.props.className)},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=(e.className,e.unbounded,e.initRipple),n=a(e,["className","unbounded","initRipple"]);return u.default.createElement("div",i({className:this.classes},n,{ref:t}))},t}(u.default.Component),f=l.withRipple(p);t.default=f},157:function(e,t,n){"use strict";n.r(t),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},o=function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}(),a={ACTIVE:"mdc-tab--active"},s={ARIA_SELECTED:"aria-selected",CONTENT_SELECTOR:".mdc-tab__content",INTERACTED_EVENT:"MDCTab:interacted",RIPPLE_SELECTOR:".mdc-tab__ripple",TABINDEX:"tabIndex",TAB_INDICATOR_SELECTOR:".mdc-tab-indicator"};n.d(t,"MDCTabFoundation",function(){return u});var u=function(e){function t(n){var r=e.call(this,o({},t.defaultAdapter,n))||this;return r.focusOnActivate_=!0,r}return function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},setAttr:function(){},activateIndicator:function(){},deactivateIndicator:function(){},notifyInteracted:function(){},getOffsetLeft:function(){return 0},getOffsetWidth:function(){return 0},getContentOffsetLeft:function(){return 0},getContentOffsetWidth:function(){return 0},focus:function(){}}},enumerable:!0,configurable:!0}),t.prototype.handleClick=function(){this.adapter_.notifyInteracted()},t.prototype.isActive=function(){return this.adapter_.hasClass(a.ACTIVE)},t.prototype.setFocusOnActivate=function(e){this.focusOnActivate_=e},t.prototype.activate=function(e){this.adapter_.addClass(a.ACTIVE),this.adapter_.setAttr(s.ARIA_SELECTED,"true"),this.adapter_.setAttr(s.TABINDEX,"0"),this.adapter_.activateIndicator(e),this.focusOnActivate_&&this.adapter_.focus()},t.prototype.deactivate=function(){this.isActive()&&(this.adapter_.removeClass(a.ACTIVE),this.adapter_.setAttr(s.ARIA_SELECTED,"false"),this.adapter_.setAttr(s.TABINDEX,"-1"),this.adapter_.deactivateIndicator())},t.prototype.computeDimensions=function(){var e=this.adapter_.getOffsetWidth(),t=this.adapter_.getOffsetLeft(),n=this.adapter_.getContentOffsetWidth(),r=this.adapter_.getContentOffsetLeft();return{contentLeft:t+r,contentRight:t+r+n,rootLeft:t,rootRight:t+e}},t}(i);t.default=u},5:function(e,t){e.exports=i}}))},27634:e=>{function t(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}e.exports=function(e){return null!=e&&(t(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&t(e.slice(0,0))}(e)||!!e._isBuffer)}},28056:function(e,t,n){var r,o,i;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(89512),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=47)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},18:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CSS_CLASSES={ROOT:"mdc-card",OUTLINED:"mdc-card--outlined",PRIMARY_ACTION:"mdc-card__primary-action",MEDIA:"mdc-card__media",MEDIA_SQUARE:"mdc-card__media--square",MEDIA_16_9:"mdc-card__media--16-9",MEDIA_CONTENT:"mdc-card__media-content",ACTIONS:"mdc-card__actions",ACTIONS_FULL_BLEED:"mdc-card__actions--full-bleed",ACTION_BUTTONS:"mdc-card__action-buttons",ACTION_ICONS:"mdc-card__action-icons",ACTION:"mdc-card__action",ACTION_BUTTON:"mdc-card__action--button",ACTION_ICON:"mdc-card__action--icon"}},47:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=i(n(48));t.CardActionButtons=u.default;var c=i(n(49));t.CardActionIcons=c.default;var l=i(n(50));t.CardActions=l.default;var p=i(n(51));t.CardPrimaryContent=p.default;var f=i(n(52));t.CardMedia=f.default;var d=n(18);t.default=function(e){var t,n=e.children,i=e.className,u=void 0===i?"":i,c=e.outlined,l=void 0!==c&&c,p=o(e,["children","className","outlined"]),f=s.default(d.CSS_CLASSES.ROOT,u,((t={})[d.CSS_CLASSES.OUTLINED]=l,t));return a.default.createElement("div",r({className:f},p),n)}},48:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=n(18);t.default=function(e){var t=e.className,n=void 0===t?"":t,i=e.children,c=o(e,["className","children"]),l=s.default(u.CSS_CLASSES.ACTION_BUTTONS,n);return i?a.default.createElement("div",r({className:l},c),function(e){return a.default.Children.map(e,function(e){var t=s.default(e.props.className,u.CSS_CLASSES.ACTION,u.CSS_CLASSES.ACTION_BUTTON),n=Object.assign({},e.props,{className:t});return a.default.cloneElement(e,n)})}(i)):null}},49:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=n(18);t.default=function(e){var t=e.className,n=void 0===t?"":t,i=e.children,c=o(e,["className","children"]),l=s.default(u.CSS_CLASSES.ACTION_ICONS,n);return i?a.default.createElement("div",r({className:l},c),function(e){return a.default.Children.map(e,function(e){var t=s.default(e.props.className,u.CSS_CLASSES.ACTION,u.CSS_CLASSES.ACTION_ICON),n=Object.assign({},e.props,{className:t});return a.default.cloneElement(e,n)})}(i)):null}},5:function(e,t){e.exports=i},50:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=n(18);t.default=function(e){var t,n=e.className,i=void 0===n?"":n,c=e.children,l=e.fullBleed,p=void 0!==l&&l,f=o(e,["className","children","fullBleed"]),d=s.default(u.CSS_CLASSES.ACTIONS,i,((t={})[u.CSS_CLASSES.ACTIONS_FULL_BLEED]=p,t));return a.default.createElement("div",r({className:d},f),c)}},51:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=n(5),c=n(18);t.PrimaryContentBase=function(e){var t=e.className,n=void 0===t?"":t,i=e.initRipple,u=e.children,l=(e.unbounded,o(e,["className","initRipple","children","unbounded"])),p=s.default(c.CSS_CLASSES.PRIMARY_ACTION,n);return a.default.createElement("div",r({className:p,ref:i},l),u)},t.default=u.withRipple(t.PrimaryContentBase)},52:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1)),u=n(18),c=function(e){var t=e.imageUrl,n=e.style;return Object.assign({},{backgroundImage:"url("+t+")"},n)};t.default=function(e){var t,n=e.className,i=void 0===n?"":n,l=e.contentClassName,p=void 0===l?"":l,f=e.children,d=e.square,h=void 0!==d&&d,m=e.wide,g=void 0!==m&&m,y=e.imageUrl,v=void 0===y?"":y,b=e.style,_=void 0===b?{}:b,w=o(e,["className","contentClassName","children","square","wide","imageUrl","style"]),k=s.default(u.CSS_CLASSES.MEDIA,i,((t={})[u.CSS_CLASSES.MEDIA_SQUARE]=h,t[u.CSS_CLASSES.MEDIA_16_9]=g,t));return a.default.createElement("div",r({className:k,style:c({imageUrl:v,style:_})},w),function(e){var t=e.children,n=e.contentClassName;if(t){var r=s.default(u.CSS_CLASSES.MEDIA_CONTENT,n);return a.default.createElement("div",{className:r},t)}}({children:f,contentClassName:p}))}}}))},28438:(e,t,n)=>{"use strict";function r(e){try{return decodeURIComponent(e)}catch(t){return e}}function o(e){return(function(e){let t;try{t=new URL(e,"http://example.com").search.substring(1)}catch(e){}if(t)return t}(e)||"").replace(/\+/g,"%20").split("&").reduce((e,t)=>{const[n,o=""]=t.split("=").filter(Boolean).map(r);if(n){!function(e,t,n){const r=t.length,o=r-1;for(let i=0;i<r;i++){let r=t[i];!r&&Array.isArray(e)&&(r=e.length.toString()),r=["__proto__","constructor","prototype"].includes(r)?r.toUpperCase():r;const a=!isNaN(Number(t[i+1]));e[r]=i===o?n:e[r]||(a?[]:{}),Array.isArray(e[r])&&!a&&(e[r]={...e[r]}),e=e[r]}}(e,n.replace(/\]/g,"").split("["),o)}return e},Object.create(null))}n.d(t,{u:()=>o})},29725:(e,t,n)=>{"use strict";n.d(t,{I:()=>ae});var r={};n.r(r),n.d(r,{getCachedResolvers:()=>V,getIsResolving:()=>B,hasFinishedResolution:()=>U,hasStartedResolution:()=>H,isResolving:()=>W});var o={};n.r(o),n.d(o,{finishResolution:()=>K,invalidateResolution:()=>q,invalidateResolutionForStore:()=>$,invalidateResolutionForStoreSelector:()=>X,startResolution:()=>G});var i=n(97850),a=n(41705),s=n(17243);function u(e,t,n,r,o,i,a){try{var s=e[i](a),u=s.value}catch(e){return void n(e)}s.done?t(u):Promise.resolve(u).then(r,o)}function c(e){return function(){var t=this,n=arguments;return new Promise(function(r,o){var i=e.apply(t,n);function _next(e){u(i,r,o,_next,a,"next",e)}function a(e){u(i,r,o,_next,a,"throw",e)}_next(void 0)})}}var l=n(61790),p=n.n(l);function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach(function(t){(0,a.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function h(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var m="function"==typeof Symbol&&Symbol.observable||"@@observable",g=function(){return Math.random().toString(36).substring(7).split("").join(".")},y={INIT:"@@redux/INIT"+g(),REPLACE:"@@redux/REPLACE"+g(),PROBE_UNKNOWN_ACTION:function PROBE_UNKNOWN_ACTION(){return"@@redux/PROBE_UNKNOWN_ACTION"+g()}};function v(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function b(e,t,n){var r;if("function"==typeof t&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(h(0));if("function"==typeof t&&void 0===n&&(n=t,t=void 0),void 0!==n){if("function"!=typeof n)throw new Error(h(1));return n(b)(e,t)}if("function"!=typeof e)throw new Error(h(2));var o=e,i=t,a=[],s=a,u=!1;function c(){s===a&&(s=a.slice())}function l(){if(u)throw new Error(h(3));return i}function p(e){if("function"!=typeof e)throw new Error(h(4));if(u)throw new Error(h(5));var t=!0;return c(),s.push(e),function(){if(t){if(u)throw new Error(h(6));t=!1,c();var n=s.indexOf(e);s.splice(n,1),a=null}}}function f(e){if(!v(e))throw new Error(h(7));if(void 0===e.type)throw new Error(h(8));if(u)throw new Error(h(9));try{u=!0,i=o(i,e)}finally{u=!1}for(var t=a=s,n=0;n<t.length;n++){(0,t[n])()}return e}return f({type:y.INIT}),(r={dispatch:f,subscribe:p,getState:l,replaceReducer:function(e){if("function"!=typeof e)throw new Error(h(10));o=e,f({type:y.REPLACE})}})[m]=function(){var e,t=p;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(h(11));function n(){e.next&&e.next(l())}return n(),{unsubscribe:t(n)}}})[m]=function(){return this},e},r}function _(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?function(e){return e}:1===t.length?t[0]:t.reduce(function(e,t){return function(){return e(t.apply(void 0,arguments))}})}function w(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){return function(){var n=e.apply(void 0,arguments),r=function(){throw new Error(h(15))},o={getState:n.getState,dispatch:function(){return r.apply(void 0,arguments)}},i=t.map(function(e){return e(o)});return r=_.apply(void 0,i)(n.dispatch),d(d({},n),{},{dispatch:r})}}}var k=n(66915),E=n.n(k),O=n(45019),j=n.n(O);var C=n(89733);function S(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then}function T(e){return(0,s.isPlainObject)(e)&&(0,s.isString)(e.type)}function x(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=(0,s.map)(e,function(e,t){return function(n,r,o,i,a){if(u=t,!T(s=n)||s.type!==u)return!1;var s,u,c=e(n);return S(c)?c.then(i,a):i(c),!0}});n.push(function(e,n){return!!T(e)&&(t(e),n(),!0)});var r=(0,C.create)(n);return function(e){return new Promise(function(n,o){return r(e,function(e){T(e)&&t(e),n(e)},o)})}}function A(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return function(t){var n=x(e,t.dispatch);return function(e){return function(t){return(r=t)&&"function"==typeof r[Symbol.iterator]&&"function"==typeof r.next?n(t):e(t);var r}}}}var I=n(56805);const P=function(){return function(e){return function(t){return S(t)?t.then(function(t){if(t)return e(t)}):e(t)}}};var R=n(94300);const L=function(e,t){return function(){return function(n){return function(r){var o=e.select("core/data").getCachedResolvers(t);return Object.entries(o).forEach(function(n){var o=(0,i.A)(n,2),a=o[0],u=o[1],c=(0,s.get)(e.stores,[t,"resolvers",a]);c&&c.shouldInvalidate&&u.forEach(function(n,o){!1===n&&c.shouldInvalidate.apply(c,[r].concat((0,R.A)(o)))&&e.dispatch("core/data").invalidateResolution(t,a,o)})}),n(r)}}}};function D(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function N(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?D(Object(n),!0).forEach(function(t){(0,a.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):D(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var M,z=(M="selectorName",function(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0,r=n[M];if(void 0===r)return t;var o=e(t[r],n);return o===t[r]?t:N(N({},t),{},(0,a.A)({},r,o))}})(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new(j()),t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_RESOLUTION":case"FINISH_RESOLUTION":var n="START_RESOLUTION"===t.type,r=new(j())(e);return r.set(t.args,n),r;case"INVALIDATE_RESOLUTION":var o=new(j())(e);return o.delete(t.args),o}return e});const F=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"INVALIDATE_RESOLUTION_FOR_STORE":return{};case"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR":return(0,s.has)(e,[t.selectorName])?(0,s.omit)(e,[t.selectorName]):e;case"START_RESOLUTION":case"FINISH_RESOLUTION":case"INVALIDATE_RESOLUTION":return z(e,t)}return e};function B(e,t,n){var r=(0,s.get)(e,[t]);if(r)return r.get(n)}function H(e,t){return void 0!==B(e,t,arguments.length>2&&void 0!==arguments[2]?arguments[2]:[])}function U(e,t){return!1===B(e,t,arguments.length>2&&void 0!==arguments[2]?arguments[2]:[])}function W(e,t){return!0===B(e,t,arguments.length>2&&void 0!==arguments[2]?arguments[2]:[])}function V(e){return e}function G(e,t){return{type:"START_RESOLUTION",selectorName:e,args:t}}function K(e,t){return{type:"FINISH_RESOLUTION",selectorName:e,args:t}}function q(e,t){return{type:"INVALIDATE_RESOLUTION",selectorName:e,args:t}}function $(){return{type:"INVALIDATE_RESOLUTION_FOR_STORE"}}function X(e){return{type:"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR",selectorName:e}}function Y(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Q(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Y(Object(n),!0).forEach(function(t){(0,a.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Y(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function J(e,t){return{name:e,instantiate:function(n){var i,a,u=t.reducer,l=function(e,t,n,r){var o=Q(Q({},t.controls),I.K),i=(0,s.mapValues)(o,function(e){return e.isRegistryControl?e(n):e}),a=[L(n,e),P,A(i)];t.__experimentalUseThunks&&a.push((u=r,function(){return function(e){return function(t){return"function"==typeof t?t(u):e(t)}}}));var u;var c=[w.apply(void 0,a)];"undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__&&c.push(window.__REDUX_DEVTOOLS_EXTENSION__({name:e,instanceId:e}));var l=t.reducer,p=t.initialState,f=E()({metadata:F,root:l});return b(f,{root:p},(0,s.flowRight)(c))}(e,t,n,{registry:n,get dispatch(){return Object.assign(function(e){return l.dispatch(e)},v())},get select(){return Object.assign(function(e){return e(l.__unstableOriginalGetState())},y())},get resolveSelect(){return _()}}),f=(i={},{isRunning:function(e,t){return i[e]&&i[e].get(t)},clear:function(e,t){i[e]&&i[e].delete(t)},markAsRunning:function(e,t){i[e]||(i[e]=new(j())),i[e].set(t,!0)}}),d=function(e,t){var n=function(e){return function(){return Promise.resolve(t.dispatch(e.apply(void 0,arguments)))}};return(0,s.mapValues)(e,n)}(Q(Q({},o),t.actions),l),h=function(e,t){var n=function(e){var n=function(){var n=arguments.length,r=new Array(n+1);r[0]=t.__unstableOriginalGetState();for(var o=0;o<n;o++)r[o+1]=arguments[o];return e.apply(void 0,r)};return n.hasResolver=!1,n};return(0,s.mapValues)(e,n)}(Q(Q({},(0,s.mapValues)(r,function(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return e.apply(void 0,[t.metadata].concat(r))}})),(0,s.mapValues)(t.selectors,function(e){return e.isRegistrySelector&&(e.registry=n),function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return e.apply(void 0,[t.root].concat(r))}})),l);if(t.resolvers){var m=function(e,t,n,r){var o=(0,s.mapValues)(e,function(e){return e.fulfill?e:Q(Q({},e),{},{fulfill:e})}),i=function(t,i){var a=e[i];if(!a)return t.hasResolver=!1,t;var s=function(){for(var e=arguments.length,s=new Array(e),u=0;u<e;u++)s[u]=arguments[u];function l(){return f.apply(this,arguments)}function f(){return(f=c(p().mark(function e(){var t,u;return p().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t=n.getState(),!(r.isRunning(i,s)||"function"==typeof a.isFulfilled&&a.isFulfilled.apply(a,[t].concat(s)))){e.next=3;break}return e.abrupt("return");case 3:if(u=n.__unstableOriginalGetState(),!H(u.metadata,i,s)){e.next=6;break}return e.abrupt("return");case 6:r.markAsRunning(i,s),setTimeout(c(p().mark(function e(){return p().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r.clear(i,s),n.dispatch(G(i,s)),e.next=4,Z.apply(void 0,[n,o,i].concat(s));case 4:n.dispatch(K(i,s));case 5:case"end":return e.stop()}},e)})));case 8:case"end":return e.stop()}},e)}))).apply(this,arguments)}return l.apply(void 0,s),t.apply(void 0,s)};return s.hasResolver=!0,s};return{resolvers:o,selectors:(0,s.mapValues)(t,i)}}(t.resolvers,h,l,f);a=m.resolvers,h=m.selectors}var g=function(e,t){return(0,s.mapValues)((0,s.omit)(e,["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"]),function(n,r){return function(){for(var o=arguments.length,i=new Array(o),a=0;a<o;a++)i[a]=arguments[a];return new Promise(function(o){var a=function(){return e.hasFinishedResolution(r,i)},s=function(){return n.apply(null,i)},u=s();if(a())return o(u);var c=t.subscribe(function(){a()&&(c(),o(s()))})})}})}(h,l),y=function(){return h},v=function(){return d},_=function(){return g};l.__unstableOriginalGetState=l.getState,l.getState=function(){return l.__unstableOriginalGetState().root};var k=l&&function(e){var t=l.__unstableOriginalGetState();return l.subscribe(function(){var n=l.__unstableOriginalGetState(),r=n!==t;t=n,r&&e()})};return{reducer:u,store:l,actions:d,selectors:h,resolvers:a,getSelectors:y,getResolveSelectors:_,getActions:v,subscribe:k}}}}function Z(e,t,n){return ee.apply(this,arguments)}function ee(){return ee=c(p().mark(function e(t,n,r){var o,i,a,u,c,l=arguments;return p().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(o=(0,s.get)(n,[r])){e.next=3;break}return e.abrupt("return");case 3:for(i=l.length,a=new Array(i>3?i-3:0),u=3;u<i;u++)a[u-3]=l[u];if(!(c=o.fulfill.apply(o,a))){e.next=8;break}return e.next=8,t.dispatch(c);case 8:case"end":return e.stop()}},e)})),ee.apply(this,arguments)}function te(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function ne(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?te(Object(n),!0).forEach(function(t){(0,a.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):te(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}const re=function(e){return{getSelectors:function(){return["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"].reduce(function(t,n){return ne(ne({},t),{},(0,a.A)({},n,function(t){return function(n){for(var r,o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;a++)i[a-1]=arguments[a];return(r=e.select(n))[t].apply(r,i)}}(n)))},{})},getActions:function(){return["startResolution","finishResolution","invalidateResolution","invalidateResolutionForStore","invalidateResolutionForStoreSelector"].reduce(function(t,n){return ne(ne({},t),{},(0,a.A)({},n,function(t){return function(n){for(var r,o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;a++)i[a-1]=arguments[a];return(r=e.dispatch(n))[t].apply(r,i)}}(n)))},{})},subscribe:function(){return function(){}}}};function oe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function ie(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?oe(Object(n),!0).forEach(function(t){(0,a.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):oe(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function ae(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n={},r=[],o=new Set;function a(){r.forEach(function(e){return e()})}var u=function(e){return r.push(e),function(){r=(0,s.without)(r,e)}};function c(e,t){if("function"!=typeof t.getSelectors)throw new TypeError("config.getSelectors must be a function");if("function"!=typeof t.getActions)throw new TypeError("config.getActions must be a function");if("function"!=typeof t.subscribe)throw new TypeError("config.subscribe must be a function");n[e]=t,t.subscribe(a)}var l,p={registerGenericStore:c,stores:n,namespaces:n,subscribe:u,select:function(e){var r=(0,s.isObject)(e)?e.name:e;o.add(r);var i=n[r];return i?i.getSelectors():t&&t.select(r)},resolveSelect:function(e){var r=(0,s.isObject)(e)?e.name:e;o.add(r);var i=n[r];return i?i.getResolveSelectors():t&&t.resolveSelect(r)},dispatch:function(e){var r=(0,s.isObject)(e)?e.name:e,o=n[r];return o?o.getActions():t&&t.dispatch(r)},use:function(e,t){return p=ie(ie({},p),e(p,t))},register:function(e){c(e.name,e.instantiate(p))},__experimentalMarkListeningStores:function __experimentalMarkListeningStores(e,t){o.clear();var n=e.call(this);return t.current=Array.from(o),n},__experimentalSubscribeStore:function __experimentalSubscribeStore(e,r){return e in n?n[e].subscribe(r):t?t.__experimentalSubscribeStore(e,r):u(r)}};return p.registerStore=function(e,t){if(!t.reducer)throw new TypeError("Must specify store reducer");var n=J(e,t).instantiate(p);return c(e,n),n.store},c("core/data",re(p)),Object.entries(e).forEach(function(e){var t=(0,i.A)(e,2),n=t[0],r=t[1];return p.registerStore(n,r)}),t&&t.subscribe(a),l=p,(0,s.mapValues)(l,function(e,t){return"function"!=typeof e?e:function(){return p[t].apply(null,arguments)}})}},29978:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>s,p0:()=>i});var r=n(81515),o={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},i={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function a(e){return"".concat(Math.round(e),"ms")}const s={easing:o,duration:i,create:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["all"],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.duration,s=void 0===n?i.standard:n,u=t.easing,c=void 0===u?o.easeInOut:u,l=t.delay,p=void 0===l?0:l;(0,r.A)(t,["duration","easing","delay"]);return(Array.isArray(e)?e:[e]).map(function(e){return"".concat(e," ").concat("string"==typeof s?s:a(s)," ").concat(c," ").concat("string"==typeof p?p:a(p))}).join(",")},getAutoHeightDuration:function(e){if(!e)return 0;var t=e/36;return Math.round(10*(4+15*Math.pow(t,.25)+t/5))}}},30043:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var r=n(68102),o=n(63696),i=n(34587),a=n(94300),s=n(17243),u=n(21813),c=n(44319);const l=function(e,t){var n=(0,c.A)(),r=(0,o.useRef)(e);return(0,u.A)(function(){r.current=e}),(0,o.useMemo)(function(){var e=r.current(n.dispatch,n);return(0,s.mapValues)(e,function(e,t){return"function"!=typeof e&&console.warn("Property ".concat(t," returned from dispatchMap in useDispatchWithMap must be a function.")),function(){var e;return(e=r.current(n.dispatch,n))[t].apply(e,arguments)}})},[n].concat((0,a.A)(t)))};const p=function(e){return(0,i.A)(function(t){return function(n){var i=l(function(t,r){return e(t,n,r)},[]);return(0,o.createElement)(t,(0,r.A)({},n,i))}},"withDispatch")}},30454:(e,t,n)=>{"use strict";n.d(t,{S:()=>p});var r=n(41827),o=n(42181),i=n(91046),a=n(45057),s=n(1589),u={NATIVE_CONTROL_SELECTOR:".mdc-radio__native-control"},c={DISABLED:"mdc-radio--disabled",ROOT:"mdc-radio"},l=function(e){function MDCRadioFoundation(t){return e.call(this,r.Cl({},MDCRadioFoundation.defaultAdapter,t))||this}return r.C6(MDCRadioFoundation,e),Object.defineProperty(MDCRadioFoundation,"cssClasses",{get:function(){return c},enumerable:!0,configurable:!0}),Object.defineProperty(MDCRadioFoundation,"strings",{get:function(){return u},enumerable:!0,configurable:!0}),Object.defineProperty(MDCRadioFoundation,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},setNativeControlDisabled:function(){}}},enumerable:!0,configurable:!0}),MDCRadioFoundation.prototype.setDisabled=function(e){var t=MDCRadioFoundation.cssClasses.DISABLED;this.adapter_.setNativeControlDisabled(e),e?this.adapter_.addClass(t):this.adapter_.removeClass(t)},MDCRadioFoundation}(s.I);var p=function(e){function MDCRadio(){var t=null!==e&&e.apply(this,arguments)||this;return t.ripple_=t.createRipple_(),t}return r.C6(MDCRadio,e),MDCRadio.attachTo=function(e){return new MDCRadio(e)},Object.defineProperty(MDCRadio.prototype,"checked",{get:function(){return this.nativeControl_.checked},set:function(e){this.nativeControl_.checked=e},enumerable:!0,configurable:!0}),Object.defineProperty(MDCRadio.prototype,"disabled",{get:function(){return this.nativeControl_.disabled},set:function(e){this.foundation_.setDisabled(e)},enumerable:!0,configurable:!0}),Object.defineProperty(MDCRadio.prototype,"value",{get:function(){return this.nativeControl_.value},set:function(e){this.nativeControl_.value=e},enumerable:!0,configurable:!0}),Object.defineProperty(MDCRadio.prototype,"ripple",{get:function(){return this.ripple_},enumerable:!0,configurable:!0}),MDCRadio.prototype.destroy=function(){this.ripple_.destroy(),e.prototype.destroy.call(this)},MDCRadio.prototype.getDefaultFoundation=function(){var e=this;return new l({addClass:function(t){return e.root_.classList.add(t)},removeClass:function(t){return e.root_.classList.remove(t)},setNativeControlDisabled:function(t){return e.nativeControl_.disabled=t}})},MDCRadio.prototype.createRipple_=function(){var e=this,t=r.Cl({},i.N.createAdapter(this),{registerInteractionHandler:function(t,n){return e.nativeControl_.addEventListener(t,n)},deregisterInteractionHandler:function(t,n){return e.nativeControl_.removeEventListener(t,n)},isSurfaceActive:function(){return!1},isUnbounded:function(){return!0}});return new i.N(this.root_,new a.E(t))},Object.defineProperty(MDCRadio.prototype,"nativeControl_",{get:function(){var e=l.strings.NATIVE_CONTROL_SELECTOR,t=this.root_.querySelector(e);if(!t)throw new Error("Radio component requires a "+e+" element");return t},enumerable:!0,configurable:!0}),MDCRadio}(o.O)},30521:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(17243),o=n(18117),i=n(63696);function a(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var a=(0,o.MA)(function(){return r.throttle.apply(void 0,t)},t);return(0,i.useEffect)(function(){return function(){return a.cancel()}},[a]),a}},31170:(e,t,n)=>{"use strict";n.d(t,{A:()=>y});var r=n(68102),o=n(63696),i=n(34587);function a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var s=n(48183),u=n(91576);function c(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&(0,u.A)(e,t)}var l=n(40694),p=n(72367);function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},f(e)}var d=n(14939);function h(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=f(e);if(t){var o=f(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"==(0,l.A)(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return(0,p.A)(e)}(this,n)}}const m=(0,i.A)(function(e){return e.prototype instanceof o.Component?function(e){c(n,e);var t=h(n);function n(){return a(this,n),t.apply(this,arguments)}return(0,s.A)(n,[{key:"shouldComponentUpdate",value:function(e,t){return!(0,d.Ay)(e,this.props)||!(0,d.Ay)(t,this.state)}}]),n}(e):function(t){c(r,t);var n=h(r);function r(){return a(this,r),n.apply(this,arguments)}return(0,s.A)(r,[{key:"shouldComponentUpdate",value:function(e){return!(0,d.Ay)(e,this.props)}},{key:"render",value:function(){return(0,o.createElement)(e,this.props)}}]),r}(o.Component)},"pure");var g=n(35470);const y=function(e){return(0,i.A)(function(t){return m(function(n){var i=(0,g.A)(function(t,r){return e(t,n,r)});return(0,o.createElement)(t,(0,r.A)({},n,i))})},"withSelect")}},31234:function(e){e.exports=function(){"use strict";function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}function t(e,n){return t=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},t(e,n)}function n(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function r(e,o,i){return r=n()?Reflect.construct:function(e,n,r){var o=[null];o.push.apply(o,n);var i=new(Function.bind.apply(e,o));return r&&t(i,r.prototype),i},r.apply(null,arguments)}function o(e){return i(e)||a(e)||s(e)||_nonIterableSpread()}function i(e){if(Array.isArray(e))return u(e)}function a(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function s(e,t){if(e){if("string"==typeof e)return u(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(e,t):void 0}}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var c=Object.hasOwnProperty,l=Object.setPrototypeOf,p=Object.isFrozen,f=Object.getPrototypeOf,d=Object.getOwnPropertyDescriptor,h=Object.freeze,m=Object.seal,g=Object.create,y="undefined"!=typeof Reflect&&Reflect,v=y.apply,b=y.construct;v||(v=function(e,t,n){return e.apply(t,n)}),h||(h=function(e){return e}),m||(m=function(e){return e}),b||(b=function(e,t){return r(e,o(t))});var _=I(Array.prototype.forEach),w=I(Array.prototype.pop),k=I(Array.prototype.push),E=I(String.prototype.toLowerCase),O=I(String.prototype.toString),j=I(String.prototype.match),C=I(String.prototype.replace),S=I(String.prototype.indexOf),T=I(String.prototype.trim),x=I(RegExp.prototype.test),A=P(TypeError);function I(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return v(e,t,r)}}function P(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return b(e,n)}}function R(e,t,n){var r;n=null!==(r=n)&&void 0!==r?r:E,l&&l(e,null);for(var o=t.length;o--;){var i=t[o];if("string"==typeof i){var a=n(i);a!==i&&(p(t)||(t[o]=a),i=a)}e[i]=!0}return e}function L(e){var t,n=g(null);for(t in e)!0===v(c,e,[t])&&(n[t]=e[t]);return n}function D(e,t){for(;null!==e;){var n=d(e,t);if(n){if(n.get)return I(n.get);if("function"==typeof n.value)return I(n.value)}e=f(e)}function r(e){return console.warn("fallback value for",e),null}return r}var N=h(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),M=h(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),z=h(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),F=h(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),B=h(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),H=h(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),U=h(["#text"]),W=h(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),V=h(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),G=h(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),K=h(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),q=m(/\{\{[\w\W]*|[\w\W]*\}\}/gm),$=m(/<%[\w\W]*|[\w\W]*%>/gm),X=m(/\${[\w\W]*}/gm),Y=m(/^data-[\-\w.\u00B7-\uFFFF]+$/),Q=m(/^aria-[\-\w]+$/),J=m(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Z=m(/^(?:\w+script|data):/i),ee=m(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),te=m(/^html$/i),ne=m(/^[a-z][.\w]*(-[.\w]+)+$/i),re=function(){return"undefined"==typeof window?null:window},oe=function(t,n){if("object"!==e(t)||"function"!=typeof t.createPolicy)return null;var r=null,o="data-tt-policy-suffix";n.currentScript&&n.currentScript.hasAttribute(o)&&(r=n.currentScript.getAttribute(o));var i="dompurify"+(r?"#"+r:"");try{return t.createPolicy(i,{createHTML:function(e){return e},createScriptURL:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};function ie(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:re(),n=function DOMPurify(e){return ie(e)};if(n.version="2.5.8",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var r=t.document,i=t.document,a=t.DocumentFragment,s=t.HTMLTemplateElement,u=t.Node,c=t.Element,l=t.NodeFilter,p=t.NamedNodeMap,f=void 0===p?t.NamedNodeMap||t.MozNamedAttrMap:p,d=t.HTMLFormElement,m=t.DOMParser,g=t.trustedTypes,y=c.prototype,v=D(y,"cloneNode"),b=D(y,"nextSibling"),I=D(y,"childNodes"),P=D(y,"parentNode");if("function"==typeof s){var ae=i.createElement("template");ae.content&&ae.content.ownerDocument&&(i=ae.content.ownerDocument)}var se=oe(g,r),ue=se?se.createHTML(""):"",ce=i,le=ce.implementation,pe=ce.createNodeIterator,fe=ce.createDocumentFragment,de=ce.getElementsByTagName,he=r.importNode,me={};try{me=L(i).documentMode?i.documentMode:{}}catch(e){}var ge={};n.isSupported="function"==typeof P&&le&&void 0!==le.createHTMLDocument&&9!==me;var ye,ve,be=q,_e=$,we=X,ke=Y,Oe=Q,je=Z,Se=ee,Te=ne,xe=J,Ae=null,Re=R({},[].concat(o(N),o(M),o(z),o(B),o(U))),Ne=null,Me=R({},[].concat(o(W),o(V),o(G),o(K))),ze=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Fe=null,Be=null,Ue=!0,We=!0,Ve=!1,qe=!0,$e=!1,Xe=!0,Ye=!1,et=!1,tt=!1,nt=!1,rt=!1,ot=!1,it=!0,at=!1,st="user-content-",ut=!0,ct=!1,lt={},pt=null,ft=R({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),dt=null,ht=R({},["audio","video","img","source","image","track"]),mt=null,gt=R({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),yt="http://www.w3.org/1998/Math/MathML",vt="http://www.w3.org/2000/svg",bt="http://www.w3.org/1999/xhtml",_t=bt,wt=!1,kt=null,Et=R({},[yt,vt,bt],O),Ot=["application/xhtml+xml","text/html"],jt="text/html",Ct=null,St=i.createElement("form"),Tt=function(e){return e instanceof RegExp||e instanceof Function},xt=function(t){Ct&&Ct===t||(t&&"object"===e(t)||(t={}),t=L(t),ye=ye=-1===Ot.indexOf(t.PARSER_MEDIA_TYPE)?jt:t.PARSER_MEDIA_TYPE,ve="application/xhtml+xml"===ye?O:E,Ae="ALLOWED_TAGS"in t?R({},t.ALLOWED_TAGS,ve):Re,Ne="ALLOWED_ATTR"in t?R({},t.ALLOWED_ATTR,ve):Me,kt="ALLOWED_NAMESPACES"in t?R({},t.ALLOWED_NAMESPACES,O):Et,mt="ADD_URI_SAFE_ATTR"in t?R(L(gt),t.ADD_URI_SAFE_ATTR,ve):gt,dt="ADD_DATA_URI_TAGS"in t?R(L(ht),t.ADD_DATA_URI_TAGS,ve):ht,pt="FORBID_CONTENTS"in t?R({},t.FORBID_CONTENTS,ve):ft,Fe="FORBID_TAGS"in t?R({},t.FORBID_TAGS,ve):{},Be="FORBID_ATTR"in t?R({},t.FORBID_ATTR,ve):{},lt="USE_PROFILES"in t&&t.USE_PROFILES,Ue=!1!==t.ALLOW_ARIA_ATTR,We=!1!==t.ALLOW_DATA_ATTR,Ve=t.ALLOW_UNKNOWN_PROTOCOLS||!1,qe=!1!==t.ALLOW_SELF_CLOSE_IN_ATTR,$e=t.SAFE_FOR_TEMPLATES||!1,Xe=!1!==t.SAFE_FOR_XML,Ye=t.WHOLE_DOCUMENT||!1,nt=t.RETURN_DOM||!1,rt=t.RETURN_DOM_FRAGMENT||!1,ot=t.RETURN_TRUSTED_TYPE||!1,tt=t.FORCE_BODY||!1,it=!1!==t.SANITIZE_DOM,at=t.SANITIZE_NAMED_PROPS||!1,ut=!1!==t.KEEP_CONTENT,ct=t.IN_PLACE||!1,xe=t.ALLOWED_URI_REGEXP||xe,_t=t.NAMESPACE||bt,ze=t.CUSTOM_ELEMENT_HANDLING||{},t.CUSTOM_ELEMENT_HANDLING&&Tt(t.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(ze.tagNameCheck=t.CUSTOM_ELEMENT_HANDLING.tagNameCheck),t.CUSTOM_ELEMENT_HANDLING&&Tt(t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(ze.attributeNameCheck=t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),t.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(ze.allowCustomizedBuiltInElements=t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),$e&&(We=!1),rt&&(nt=!0),lt&&(Ae=R({},o(U)),Ne=[],!0===lt.html&&(R(Ae,N),R(Ne,W)),!0===lt.svg&&(R(Ae,M),R(Ne,V),R(Ne,K)),!0===lt.svgFilters&&(R(Ae,z),R(Ne,V),R(Ne,K)),!0===lt.mathMl&&(R(Ae,B),R(Ne,G),R(Ne,K))),t.ADD_TAGS&&(Ae===Re&&(Ae=L(Ae)),R(Ae,t.ADD_TAGS,ve)),t.ADD_ATTR&&(Ne===Me&&(Ne=L(Ne)),R(Ne,t.ADD_ATTR,ve)),t.ADD_URI_SAFE_ATTR&&R(mt,t.ADD_URI_SAFE_ATTR,ve),t.FORBID_CONTENTS&&(pt===ft&&(pt=L(pt)),R(pt,t.FORBID_CONTENTS,ve)),ut&&(Ae["#text"]=!0),Ye&&R(Ae,["html","head","body"]),Ae.table&&(R(Ae,["tbody"]),delete Fe.tbody),h&&h(t),Ct=t)},At=R({},["mi","mo","mn","ms","mtext"]),It=R({},["annotation-xml"]),Pt=R({},["title","style","font","a","script"]),Rt=R({},M);R(Rt,z),R(Rt,F);var Lt=R({},B);R(Lt,H);var Dt=function(e){var t=P(e);t&&t.tagName||(t={namespaceURI:_t,tagName:"template"});var n=E(e.tagName),r=E(t.tagName);return!!kt[e.namespaceURI]&&(e.namespaceURI===vt?t.namespaceURI===bt?"svg"===n:t.namespaceURI===yt?"svg"===n&&("annotation-xml"===r||At[r]):Boolean(Rt[n]):e.namespaceURI===yt?t.namespaceURI===bt?"math"===n:t.namespaceURI===vt?"math"===n&&It[r]:Boolean(Lt[n]):e.namespaceURI===bt?!(t.namespaceURI===vt&&!It[r])&&!(t.namespaceURI===yt&&!At[r])&&!Lt[n]&&(Pt[n]||!Rt[n]):!("application/xhtml+xml"!==ye||!kt[e.namespaceURI]))},Nt=function(e){k(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=ue}catch(t){e.remove()}}},Mt=function(e,t){try{k(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){k(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!Ne[e])if(nt||rt)try{Nt(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},zt=function(e){var t,n;if(tt)e="<remove></remove>"+e;else{var r=j(e,/^[\r\n\t ]+/);n=r&&r[0]}"application/xhtml+xml"===ye&&_t===bt&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");var o=se?se.createHTML(e):e;if(_t===bt)try{t=(new m).parseFromString(o,ye)}catch(e){}if(!t||!t.documentElement){t=le.createDocument(_t,"template",null);try{t.documentElement.innerHTML=wt?ue:o}catch(e){}}var a=t.body||t.documentElement;return e&&n&&a.insertBefore(i.createTextNode(n),a.childNodes[0]||null),_t===bt?de.call(t,Ye?"html":"body")[0]:Ye?t.documentElement:a},Ft=function(e){return pe.call(e.ownerDocument||e,e,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null,!1)},Bt=function(e){return e instanceof d&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof f)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},Ht=function(t){return"object"===e(u)?t instanceof u:t&&"object"===e(t)&&"number"==typeof t.nodeType&&"string"==typeof t.nodeName},Ut=function(e,t,r){ge[e]&&_(ge[e],function(e){e.call(n,t,r,Ct)})},Wt=function(e){var t;if(Ut("beforeSanitizeElements",e,null),Bt(e))return Nt(e),!0;if(x(/[\u0080-\uFFFF]/,e.nodeName))return Nt(e),!0;var r=ve(e.nodeName);if(Ut("uponSanitizeElement",e,{tagName:r,allowedTags:Ae}),e.hasChildNodes()&&!Ht(e.firstElementChild)&&(!Ht(e.content)||!Ht(e.content.firstElementChild))&&x(/<[/\w]/g,e.innerHTML)&&x(/<[/\w]/g,e.textContent))return Nt(e),!0;if("select"===r&&x(/<template/i,e.innerHTML))return Nt(e),!0;if(7===e.nodeType)return Nt(e),!0;if(Xe&&8===e.nodeType&&x(/<[/\w]/g,e.data))return Nt(e),!0;if(!Ae[r]||Fe[r]){if(!Fe[r]&&Gt(r)){if(ze.tagNameCheck instanceof RegExp&&x(ze.tagNameCheck,r))return!1;if(ze.tagNameCheck instanceof Function&&ze.tagNameCheck(r))return!1}if(ut&&!pt[r]){var o=P(e)||e.parentNode,i=I(e)||e.childNodes;if(i&&o)for(var a=i.length-1;a>=0;--a){var s=v(i[a],!0);s.__removalCount=(e.__removalCount||0)+1,o.insertBefore(s,b(e))}}return Nt(e),!0}return e instanceof c&&!Dt(e)?(Nt(e),!0):"noscript"!==r&&"noembed"!==r&&"noframes"!==r||!x(/<\/no(script|embed|frames)/i,e.innerHTML)?($e&&3===e.nodeType&&(t=e.textContent,t=C(t,be," "),t=C(t,_e," "),t=C(t,we," "),e.textContent!==t&&(k(n.removed,{element:e.cloneNode()}),e.textContent=t)),Ut("afterSanitizeElements",e,null),!1):(Nt(e),!0)},Vt=function(e,t,n){if(it&&("id"===t||"name"===t)&&(n in i||n in St))return!1;if(We&&!Be[t]&&x(ke,t));else if(Ue&&x(Oe,t));else if(!Ne[t]||Be[t]){if(!(Gt(e)&&(ze.tagNameCheck instanceof RegExp&&x(ze.tagNameCheck,e)||ze.tagNameCheck instanceof Function&&ze.tagNameCheck(e))&&(ze.attributeNameCheck instanceof RegExp&&x(ze.attributeNameCheck,t)||ze.attributeNameCheck instanceof Function&&ze.attributeNameCheck(t))||"is"===t&&ze.allowCustomizedBuiltInElements&&(ze.tagNameCheck instanceof RegExp&&x(ze.tagNameCheck,n)||ze.tagNameCheck instanceof Function&&ze.tagNameCheck(n))))return!1}else if(mt[t]);else if(x(xe,C(n,Se,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==S(n,"data:")||!dt[e])if(Ve&&!x(je,C(n,Se,"")));else if(n)return!1;return!0},Gt=function(e){return"annotation-xml"!==e&&j(e,Te)},Kt=function(t){var r,o,i,a;Ut("beforeSanitizeAttributes",t,null);var s=t.attributes;if(s&&!Bt(t)){var u={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Ne};for(a=s.length;a--;){var c=r=s[a],l=c.name,p=c.namespaceURI;if(o="value"===l?r.value:T(r.value),i=ve(l),u.attrName=i,u.attrValue=o,u.keepAttr=!0,u.forceKeepAttr=void 0,Ut("uponSanitizeAttribute",t,u),o=u.attrValue,!u.forceKeepAttr&&(Mt(l,t),u.keepAttr))if(qe||!x(/\/>/i,o)){$e&&(o=C(o,be," "),o=C(o,_e," "),o=C(o,we," "));var f=ve(t.nodeName);if(Vt(f,i,o))if(!at||"id"!==i&&"name"!==i||(Mt(l,t),o=st+o),Xe&&x(/((--!?|])>)|<\/(style|title)/i,o))Mt(l,t);else{if(se&&"object"===e(g)&&"function"==typeof g.getAttributeType)if(p);else switch(g.getAttributeType(f,i)){case"TrustedHTML":o=se.createHTML(o);break;case"TrustedScriptURL":o=se.createScriptURL(o)}try{p?t.setAttributeNS(p,l,o):t.setAttribute(l,o),Bt(t)?Nt(t):w(n.removed)}catch(e){}}}else Mt(l,t)}Ut("afterSanitizeAttributes",t,null)}},qt=function e(t){var n,r=Ft(t);for(Ut("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Ut("uponSanitizeShadowNode",n,null),Wt(n),Kt(n),n.content instanceof a&&e(n.content);Ut("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(o){var i,s,c,l,p,f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if((wt=!o)&&(o="\x3c!--\x3e"),"string"!=typeof o&&!Ht(o)){if("function"!=typeof o.toString)throw A("toString is not a function");if("string"!=typeof(o=o.toString()))throw A("dirty is not a string, aborting")}if(!n.isSupported){if("object"===e(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof o)return t.toStaticHTML(o);if(Ht(o))return t.toStaticHTML(o.outerHTML)}return o}if(et||xt(f),n.removed=[],"string"==typeof o&&(ct=!1),ct){if(o.nodeName){var d=ve(o.nodeName);if(!Ae[d]||Fe[d])throw A("root node is forbidden and cannot be sanitized in-place")}}else if(o instanceof u)1===(s=(i=zt("\x3c!----\x3e")).ownerDocument.importNode(o,!0)).nodeType&&"BODY"===s.nodeName||"HTML"===s.nodeName?i=s:i.appendChild(s);else{if(!nt&&!$e&&!Ye&&-1===o.indexOf("<"))return se&&ot?se.createHTML(o):o;if(!(i=zt(o)))return nt?null:ot?ue:""}i&&tt&&Nt(i.firstChild);for(var h=Ft(ct?o:i);c=h.nextNode();)3===c.nodeType&&c===l||(Wt(c),Kt(c),c.content instanceof a&&qt(c.content),l=c);if(l=null,ct)return o;if(nt){if(rt)for(p=fe.call(i.ownerDocument);i.firstChild;)p.appendChild(i.firstChild);else p=i;return(Ne.shadowroot||Ne.shadowrootmod)&&(p=he.call(r,p,!0)),p}var m=Ye?i.outerHTML:i.innerHTML;return Ye&&Ae["!doctype"]&&i.ownerDocument&&i.ownerDocument.doctype&&i.ownerDocument.doctype.name&&x(te,i.ownerDocument.doctype.name)&&(m="<!DOCTYPE "+i.ownerDocument.doctype.name+">\n"+m),$e&&(m=C(m,be," "),m=C(m,_e," "),m=C(m,we," ")),se&&ot?se.createHTML(m):m},n.setConfig=function(e){xt(e),et=!0},n.clearConfig=function(){Ct=null,et=!1},n.isValidAttribute=function(e,t,n){Ct||xt({});var r=ve(e),o=ve(t);return Vt(r,o,n)},n.addHook=function(e,t){"function"==typeof t&&(ge[e]=ge[e]||[],k(ge[e],t))},n.removeHook=function(e){if(ge[e])return w(ge[e])},n.removeHooks=function(e){ge[e]&&(ge[e]=[])},n.removeAllHooks=function(){ge={}},n}return ie()}()},31589:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(63696),o=n(11120).oc?window:null,i=function(e){return!!e.addEventListener},a=function(e){return!!e.on};const __WEBPACK_DEFAULT_EXPORT__=function(e,t,n,s){void 0===n&&(n=o),(0,r.useEffect)(function(){if(t&&n)return i(n)?n.addEventListener(e,t,s):a(n)&&n.on(e,t,s),function(){i(n)?n.removeEventListener(e,t,s):a(n)&&n.off(e,t,s)}},[e,t,n,JSON.stringify(s)])}},31638:(e,t)=>{"use strict";function n(e){var t=e.split("?"),n=t[1],r=t[0];return n?r+"?"+n.split("&").map(function(e){return e.split("=")}).sort(function(e,t){return e[0].localeCompare(t[0])}).map(function(e){return e.join("=")}).join("&"):r}Object.defineProperty(t,"__esModule",{value:!0}),t.getStablePath=n,t.default=void 0;var r=function(e){var t=Object.keys(e).reduce(function(t,r){return t[n(r)]=e[r],t},{});return function(e,r){var o=e.parse,i=void 0===o||o;if("string"==typeof e.path){var a=e.method||"GET",s=n(e.path);if("GET"===a&&t[s]){var u=t[s];return delete t[s],Promise.resolve(i?u.body:new window.Response(JSON.stringify(u.body),{status:200,statusText:"OK",headers:u.headers}))}if("OPTIONS"===a&&t[a]&&t[a][s])return Promise.resolve(t[a][s])}return r(e)}};t.default=r},31680:(e,t,n)=>{"use strict";n(17788)},32091:e=>{"use strict";e.exports=function(e,t,n,r,o,i,a,s){if(!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,o,i,a,s],l=0;(u=new Error(t.replace(/%s/g,function(){return c[l++]}))).name="Invariant Violation"}throw u.framesToPop=1,u}}},32250:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseAndThrowError=i,t.parseResponseAndNormalizeError=void 0;var r=n(82871),o=function(e){var t={code:"invalid_json",message:(0,r.__)("The response is not a valid JSON response.")};if(!e||!e.json)throw t;return e.json().catch(function(){throw t})};function i(e){if(!(!(arguments.length>1&&void 0!==arguments[1])||arguments[1]))throw e;return o(e).then(function(e){var t={code:"unknown_error",message:(0,r.__)("An unknown error occurred.")};throw e||t})}t.parseResponseAndNormalizeError=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Promise.resolve(function(e){return arguments.length>1&&void 0!==arguments[1]&&!arguments[1]?e:204===e.status?null:e.json?e.json():Promise.reject(e)}(e,t)).catch(function(e){return i(e,t)})}},33929:(e,t,n)=>{var r=n(67114),o=n(89736);e.exports=function AsyncIterator(e,t){function n(o,i,a,s){try{var u=e[o](i),c=u.value;return c instanceof r?t.resolve(c.v).then(function(e){n("next",e,a,s)},function(e){n("throw",e,a,s)}):t.resolve(c).then(function(e){u.value=e,a(u)},function(e){return n("throw",e,a,s)})}catch(e){s(e)}}var i;this.next||(o(AsyncIterator.prototype),o(AsyncIterator.prototype,"function"==typeof Symbol&&Symbol.asyncIterator||"@asyncIterator",function(){return this})),o(this,"_invoke",function(e,r,o){function a(){return new t(function(t,r){n(e,o,t,r)})}return i=i?i.then(a,a):a()},!0)},e.exports.__esModule=!0,e.exports.default=e.exports},34261:function(e,t,n){var r,o,i;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(78325),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=102)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},102:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(103)),l=s(n(1)),p=n(16),f=n(159);t.Corner=f.Corner;var d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.menuSurfaceElement=u.default.createRef(),t.previousFocus=null,t.firstFocusableElement=null,t.lastFocusableElement=null,t.state={transformOrigin:"",maxHeight:void 0,styleLeft:void 0,styleRight:void 0,styleTop:void 0,styleBottom:void 0,classList:new Set,mounted:!1},t.open_=function(){if(t.props.open){if(!t.menuSurfaceElement.current)return;var e=t.menuSurfaceElement.current.querySelectorAll(p.MDCMenuSurfaceFoundation.strings.FOCUSABLE_ELEMENTS);t.firstFocusableElement=e.length>0?e[0]:null,t.lastFocusableElement=e.length>0?e[e.length-1]:null,t.foundation.open()}else t.foundation.close()},t.handleKeydown=function(e){t.props.onKeyDown(e),t.foundation.handleKeydown(e.nativeEvent)},t.handleOpen=function(){t.registerWindowClickListener&&t.registerWindowClickListener()},t.handleClose=function(){t.deregisterWindowClickListener&&t.deregisterWindowClickListener()},t}return o(t,e),t.prototype.componentDidMount=function(){var e=this,t=this.props,n=t.anchorCorner,r=t.anchorMargin,o=t.coordinates,i=t.fixed,a=t.quickOpen;this.handleWindowClick=function(t){return e.foundation.handleBodyClick(t)},this.registerWindowClickListener=function(){return window.addEventListener("click",e.handleWindowClick)},this.deregisterWindowClickListener=function(){return window.removeEventListener("click",e.handleWindowClick)},this.foundation=new p.MDCMenuSurfaceFoundation(this.adapter),this.foundation.init(),this.foundation.setIsHoisted(!0),this.foundation.setFixedPosition(i),o&&this.setCoordinates(),n&&this.foundation.setAnchorCorner(n),r&&this.foundation.setAnchorMargin(r),a&&this.foundation.setQuickOpen(a),this.setState({mounted:!0})},t.prototype.componentDidUpdate=function(e,t){(this.props.open!==e.open||this.props.open&&this.state.mounted!==t.mounted)&&this.open_(),this.props.coordinates!==e.coordinates&&this.setCoordinates(),this.props.anchorCorner!==e.anchorCorner&&this.foundation.setAnchorCorner(this.props.anchorCorner),this.props.anchorMargin!==e.anchorMargin&&this.foundation.setAnchorMargin(this.props.anchorMargin),this.props.quickOpen!==e.quickOpen&&this.foundation.setQuickOpen(this.props.quickOpen),this.state.mounted!==t.mounted&&this.props.onMount&&this.props.onMount(this.state.mounted)},t.prototype.componentWillUnmount=function(){this.deregisterWindowClickListener&&this.deregisterWindowClickListener(),this.foundation&&this.foundation.destroy()},t.prototype.setCoordinates=function(){if(this.props.coordinates){var e=this.props.coordinates,t=e.x,n=e.y;this.foundation.setAbsolutePosition(t,n)}},Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.props,t=e.fixed,n=e.className,r=this.state.classList;return l.default("mdc-menu-surface",Array.from(r),n,{"mdc-menu-surface--fixed":t})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"styles",{get:function(){var e=this.state,t=e.styleLeft,n=e.styleRight,r=e.styleTop,o=e.styleBottom,i=e.transformOrigin,a=e.maxHeight;return Object.assign({},this.props.styles,{transformOrigin:i,maxHeight:a,left:t,right:n,top:r,bottom:o})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return i({addClass:function(t){var n=new Set(e.state.classList);n.add(t),e.setState({classList:n})},removeClass:function(t){var n=new Set(e.state.classList);n.delete(t),e.setState({classList:n})},hasClass:function(t){return e.classes.split(" ").includes(t)},hasAnchor:function(){return!!e.props.anchorElement},notifyOpen:function(){e.handleOpen(),e.props.onOpen()},notifyClose:function(){e.handleClose(),e.props.onClose()},isElementInContainer:function(t){return!!e.menuSurfaceElement.current&&e.menuSurfaceElement.current.contains(t)},isRtl:function(){return!!e.menuSurfaceElement&&!!e.menuSurfaceElement.current&&"rtl"===window.getComputedStyle(e.menuSurfaceElement.current).getPropertyValue("direction")},setTransformOrigin:function(t){return e.setState({transformOrigin:t})}},{isFocused:function(){return e.menuSurfaceElement&&document.activeElement===e.menuSurfaceElement.current},saveFocus:function(){e.previousFocus=document.activeElement},restoreFocus:function(){var t=e.menuSurfaceElement;t&&t.current&&t.current.contains(document.activeElement)&&e.previousFocus&&e.previousFocus.focus&&e.previousFocus.focus()},isFirstElementFocused:function(){return e.firstFocusableElement===document.activeElement},isLastElementFocused:function(){return e.lastFocusableElement===document.activeElement},focusFirstElement:function(){return!!e.firstFocusableElement&&e.firstFocusableElement.focus&&e.firstFocusableElement.focus()},focusLastElement:function(){return e.lastFocusableElement&&e.lastFocusableElement.focus&&e.lastFocusableElement.focus()}},{getInnerDimensions:function(){var t=e.menuSurfaceElement.current;return t?{width:t.offsetWidth,height:t.offsetHeight}:{width:0,height:0}},getAnchorDimensions:function(){return e.props.anchorElement?e.props.anchorElement.getBoundingClientRect():null},getWindowDimensions:function(){return{width:window.innerWidth,height:window.innerHeight}},getBodyDimensions:function(){return{width:document.body.clientWidth,height:document.body.clientHeight}},getWindowScroll:function(){return{x:window.pageXOffset,y:window.pageYOffset}},setPosition:function(t){e.setState(function(e){return Object.assign(e,{styleLeft:"left"in t?t.left:null,styleRight:"right"in t?t.right:null,styleTop:"top"in t?t.top:null,styleBottom:"bottom"in t?t.bottom:null})})},setMaxHeight:function(t){return e.setState({maxHeight:t})}})},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=(e.anchorCorner,e.anchorElement,e.anchorMargin,e.className,e.coordinates,e.fixed,e.onClose,e.onOpen,e.onKeyDown,e.styles,e.quickOpen,e.onMount,e.children),n=a(e,["anchorCorner","anchorElement","anchorMargin","className","coordinates","fixed","onClose","onOpen","onKeyDown","styles","quickOpen","onMount","children"]);return this.state.mounted?c.default.createPortal(u.default.createElement("div",i({className:this.classes,onKeyDown:this.handleKeydown,ref:this.menuSurfaceElement,style:this.styles},n),t),document.body):null},t.defaultProps={className:"",styles:{},anchorCorner:0,anchorMargin:{},onClose:function(){},onOpen:function(){},onKeyDown:function(){},quickOpen:!1,open:!1,fixed:!1},t}(u.default.Component);t.default=d},103:function(e,t){e.exports=i},15:function(e,t,n){"use strict";n.d(t,"b",function(){return o}),n.d(t,"a",function(){return i}),n.d(t,"d",function(){return a}),n.d(t,"c",function(){return u}),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function o(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function a(e){var t="function"==typeof Symbol&&e[Symbol.iterator],n=0;return t?t.call(e):{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}function s(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function u(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(s(arguments[t]));return e}},159:function(e,t,n){"use strict";n.r(t);var r,o={};function i(e,t){if(void 0===t&&(t=!1),void 0===r||t){var n=e.document.createElement("div");r="transform"in n.style?"transform":"webkitTransform"}return r}n.r(o),n.d(o,"getTransformPropertyName",function(){return i});var a=n(3),s=n(15),u=n(28),c=function(){function e(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];this.root_=e,this.initialize.apply(this,s.c(n)),this.foundation_=void 0===t?this.getDefaultFoundation():t,this.foundation_.init(),this.initialSyncWithDOM()}return e.attachTo=function(t){return new e(t,new u.a({}))},e.prototype.initialize=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]},e.prototype.getDefaultFoundation=function(){throw new Error("Subclasses must override getDefaultFoundation to return a properly configured foundation class")},e.prototype.initialSyncWithDOM=function(){},e.prototype.destroy=function(){this.foundation_.destroy()},e.prototype.listen=function(e,t){this.root_.addEventListener(e,t)},e.prototype.unlisten=function(e,t){this.root_.removeEventListener(e,t)},e.prototype.emit=function(e,t,n){var r;void 0===n&&(n=!1),"function"==typeof CustomEvent?r=new CustomEvent(e,{bubbles:n,detail:t}):(r=document.createEvent("CustomEvent")).initCustomEvent(e,n,!1,t),this.root_.dispatchEvent(r)},e}(),l=n(16),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s.b(t,e),t.attachTo=function(e){return new t(e)},t.prototype.initialSyncWithDOM=function(){var e=this,t=this.root_.parentElement;this.anchorElement=t&&t.classList.contains(a.c.ANCHOR)?t:null,this.root_.classList.contains(a.c.FIXED)&&this.setFixedPosition(!0),this.handleKeydown_=function(t){return e.foundation_.handleKeydown(t)},this.handleBodyClick_=function(t){return e.foundation_.handleBodyClick(t)},this.registerBodyClickListener_=function(){return document.body.addEventListener("click",e.handleBodyClick_)},this.deregisterBodyClickListener_=function(){return document.body.removeEventListener("click",e.handleBodyClick_)},this.listen("keydown",this.handleKeydown_),this.listen(a.e.OPENED_EVENT,this.registerBodyClickListener_),this.listen(a.e.CLOSED_EVENT,this.deregisterBodyClickListener_)},t.prototype.destroy=function(){this.unlisten("keydown",this.handleKeydown_),this.unlisten(a.e.OPENED_EVENT,this.registerBodyClickListener_),this.unlisten(a.e.CLOSED_EVENT,this.deregisterBodyClickListener_),e.prototype.destroy.call(this)},Object.defineProperty(t.prototype,"open",{get:function(){return this.foundation_.isOpen()},set:function(e){if(e){var t=this.root_.querySelectorAll(a.e.FOCUSABLE_ELEMENTS);this.firstFocusableElement_=t[0],this.lastFocusableElement_=t[t.length-1],this.foundation_.open()}else this.foundation_.close()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"quickOpen",{set:function(e){this.foundation_.setQuickOpen(e)},enumerable:!0,configurable:!0}),t.prototype.hoistMenuToBody=function(){document.body.appendChild(this.root_),this.setIsHoisted(!0)},t.prototype.setIsHoisted=function(e){this.foundation_.setIsHoisted(e)},t.prototype.setMenuSurfaceAnchorElement=function(e){this.anchorElement=e},t.prototype.setFixedPosition=function(e){e?this.root_.classList.add(a.c.FIXED):this.root_.classList.remove(a.c.FIXED),this.foundation_.setFixedPosition(e)},t.prototype.setAbsolutePosition=function(e,t){this.foundation_.setAbsolutePosition(e,t),this.setIsHoisted(!0)},t.prototype.setAnchorCorner=function(e){this.foundation_.setAnchorCorner(e)},t.prototype.setAnchorMargin=function(e){this.foundation_.setAnchorMargin(e)},t.prototype.getDefaultFoundation=function(){var e=this,t={addClass:function(t){return e.root_.classList.add(t)},removeClass:function(t){return e.root_.classList.remove(t)},hasClass:function(t){return e.root_.classList.contains(t)},hasAnchor:function(){return!!e.anchorElement},notifyClose:function(){return e.emit(l.MDCMenuSurfaceFoundation.strings.CLOSED_EVENT,{})},notifyOpen:function(){return e.emit(l.MDCMenuSurfaceFoundation.strings.OPENED_EVENT,{})},isElementInContainer:function(t){return e.root_.contains(t)},isRtl:function(){return"rtl"===getComputedStyle(e.root_).getPropertyValue("direction")},setTransformOrigin:function(t){var n=i(window)+"-origin";e.root_.style.setProperty(n,t)},isFocused:function(){return document.activeElement===e.root_},saveFocus:function(){e.previousFocus_=document.activeElement},restoreFocus:function(){e.root_.contains(document.activeElement)&&e.previousFocus_&&e.previousFocus_.focus&&e.previousFocus_.focus()},isFirstElementFocused:function(){return!!e.firstFocusableElement_&&e.firstFocusableElement_===document.activeElement},isLastElementFocused:function(){return!!e.lastFocusableElement_&&e.lastFocusableElement_===document.activeElement},focusFirstElement:function(){return e.firstFocusableElement_&&e.firstFocusableElement_.focus&&e.firstFocusableElement_.focus()},focusLastElement:function(){return e.lastFocusableElement_&&e.lastFocusableElement_.focus&&e.lastFocusableElement_.focus()},getInnerDimensions:function(){return{width:e.root_.offsetWidth,height:e.root_.offsetHeight}},getAnchorDimensions:function(){return e.anchorElement?e.anchorElement.getBoundingClientRect():null},getWindowDimensions:function(){return{width:window.innerWidth,height:window.innerHeight}},getBodyDimensions:function(){return{width:document.body.clientWidth,height:document.body.clientHeight}},getWindowScroll:function(){return{x:window.pageXOffset,y:window.pageYOffset}},setPosition:function(t){e.root_.style.left="left"in t?t.left+"px":"",e.root_.style.right="right"in t?t.right+"px":"",e.root_.style.top="top"in t?t.top+"px":"",e.root_.style.bottom="bottom"in t?t.bottom+"px":""},setMaxHeight:function(t){e.root_.style.maxHeight=t}};return new l.MDCMenuSurfaceFoundation(t)},t}(c);n.d(t,"Corner",function(){return a.a}),n.d(t,"CornerBit",function(){return a.b}),n.d(t,"util",function(){return o}),n.d(t,"MDCMenuSurface",function(){return p}),n.d(t,"MDCMenuSurfaceFoundation",function(){return l.MDCMenuSurfaceFoundation})},16:function(e,t,n){"use strict";n.r(t),n.d(t,"MDCMenuSurfaceFoundation",function(){return a});var r=n(15),o=n(28),i=n(3),a=function(e){function t(n){var o=e.call(this,r.a({},t.defaultAdapter,n))||this;return o.isOpen_=!1,o.isQuickOpen_=!1,o.isHoistedElement_=!1,o.isFixedPosition_=!1,o.openAnimationEndTimerId_=0,o.closeAnimationEndTimerId_=0,o.animationRequestId_=0,o.anchorCorner_=i.a.TOP_START,o.anchorMargin_={top:0,right:0,bottom:0,left:0},o.position_={x:0,y:0},o}return r.b(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return i.c},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return i.e},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return i.d},enumerable:!0,configurable:!0}),Object.defineProperty(t,"Corner",{get:function(){return i.a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},hasAnchor:function(){return!1},isElementInContainer:function(){return!1},isFocused:function(){return!1},isFirstElementFocused:function(){return!1},isLastElementFocused:function(){return!1},isRtl:function(){return!1},getInnerDimensions:function(){return{height:0,width:0}},getAnchorDimensions:function(){return null},getWindowDimensions:function(){return{height:0,width:0}},getBodyDimensions:function(){return{height:0,width:0}},getWindowScroll:function(){return{x:0,y:0}},setPosition:function(){},setMaxHeight:function(){},setTransformOrigin:function(){},saveFocus:function(){},restoreFocus:function(){},focusFirstElement:function(){},focusLastElement:function(){},notifyClose:function(){},notifyOpen:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){var e=t.cssClasses,n=e.ROOT,r=e.OPEN;if(!this.adapter_.hasClass(n))throw new Error(n+" class required in root element.");this.adapter_.hasClass(r)&&(this.isOpen_=!0)},t.prototype.destroy=function(){clearTimeout(this.openAnimationEndTimerId_),clearTimeout(this.closeAnimationEndTimerId_),cancelAnimationFrame(this.animationRequestId_)},t.prototype.setAnchorCorner=function(e){this.anchorCorner_=e},t.prototype.setAnchorMargin=function(e){this.anchorMargin_.top=e.top||0,this.anchorMargin_.right=e.right||0,this.anchorMargin_.bottom=e.bottom||0,this.anchorMargin_.left=e.left||0},t.prototype.setIsHoisted=function(e){this.isHoistedElement_=e},t.prototype.setFixedPosition=function(e){this.isFixedPosition_=e},t.prototype.setAbsolutePosition=function(e,t){this.position_.x=this.isFinite_(e)?e:0,this.position_.y=this.isFinite_(t)?t:0},t.prototype.setQuickOpen=function(e){this.isQuickOpen_=e},t.prototype.isOpen=function(){return this.isOpen_},t.prototype.open=function(){var e=this;this.adapter_.saveFocus(),this.isQuickOpen_||this.adapter_.addClass(t.cssClasses.ANIMATING_OPEN),this.animationRequestId_=requestAnimationFrame(function(){e.adapter_.addClass(t.cssClasses.OPEN),e.dimensions_=e.adapter_.getInnerDimensions(),e.autoPosition_(),e.isQuickOpen_?e.adapter_.notifyOpen():e.openAnimationEndTimerId_=setTimeout(function(){e.openAnimationEndTimerId_=0,e.adapter_.removeClass(t.cssClasses.ANIMATING_OPEN),e.adapter_.notifyOpen()},i.d.TRANSITION_OPEN_DURATION)}),this.isOpen_=!0},t.prototype.close=function(){var e=this;this.isQuickOpen_||this.adapter_.addClass(t.cssClasses.ANIMATING_CLOSED),requestAnimationFrame(function(){e.adapter_.removeClass(t.cssClasses.OPEN),e.isQuickOpen_?e.adapter_.notifyClose():e.closeAnimationEndTimerId_=setTimeout(function(){e.closeAnimationEndTimerId_=0,e.adapter_.removeClass(t.cssClasses.ANIMATING_CLOSED),e.adapter_.notifyClose()},i.d.TRANSITION_CLOSE_DURATION)}),this.isOpen_=!1,this.maybeRestoreFocus_()},t.prototype.handleBodyClick=function(e){var t=e.target;this.adapter_.isElementInContainer(t)||this.close()},t.prototype.handleKeydown=function(e){var t=e.keyCode,n=e.key,r=e.shiftKey,o="Tab"===n||9===t;"Escape"===n||27===t?this.close():o&&(this.adapter_.isLastElementFocused()&&!r?(this.adapter_.focusFirstElement(),e.preventDefault()):this.adapter_.isFirstElementFocused()&&r&&(this.adapter_.focusLastElement(),e.preventDefault()))},t.prototype.autoPosition_=function(){var e;this.measurements_=this.getAutoLayoutMeasurements_();var t=this.getOriginCorner_(),n=this.getMenuSurfaceMaxHeight_(t),r=this.hasBit_(t,i.b.BOTTOM)?"bottom":"top",o=this.hasBit_(t,i.b.RIGHT)?"right":"left",a=this.getHorizontalOriginOffset_(t),s=this.getVerticalOriginOffset_(t),u=this.measurements_,c=u.anchorSize,l=u.surfaceSize,p=((e={})[o]=a,e[r]=s,e);c.width/l.width>i.d.ANCHOR_TO_MENU_SURFACE_WIDTH_RATIO&&(o="center"),(this.isHoistedElement_||this.isFixedPosition_)&&this.adjustPositionForHoistedElement_(p),this.adapter_.setTransformOrigin(o+" "+r),this.adapter_.setPosition(p),this.adapter_.setMaxHeight(n?n+"px":"")},t.prototype.getAutoLayoutMeasurements_=function(){var e=this.adapter_.getAnchorDimensions(),t=this.adapter_.getBodyDimensions(),n=this.adapter_.getWindowDimensions(),r=this.adapter_.getWindowScroll();return e||(e={top:this.position_.y,right:this.position_.x,bottom:this.position_.y,left:this.position_.x,width:0,height:0}),{anchorSize:e,bodySize:t,surfaceSize:this.dimensions_,viewportDistance:{top:e.top,right:n.width-e.right,bottom:n.height-e.bottom,left:e.left},viewportSize:n,windowScroll:r}},t.prototype.getOriginCorner_=function(){var e=i.a.TOP_LEFT,t=this.measurements_,n=t.viewportDistance,r=t.anchorSize,o=t.surfaceSize,a=this.hasBit_(this.anchorCorner_,i.b.BOTTOM),s=a?n.top+r.height+this.anchorMargin_.bottom:n.top+this.anchorMargin_.top,u=a?n.bottom-this.anchorMargin_.bottom:n.bottom+r.height-this.anchorMargin_.top,c=o.height-s,l=o.height-u;l>0&&c<l&&(e=this.setBit_(e,i.b.BOTTOM));var p=this.adapter_.isRtl(),f=this.hasBit_(this.anchorCorner_,i.b.FLIP_RTL),d=this.hasBit_(this.anchorCorner_,i.b.RIGHT),h=d&&!p||!d&&f&&p,m=h?n.left+r.width+this.anchorMargin_.right:n.left+this.anchorMargin_.left,g=h?n.right-this.anchorMargin_.right:n.right+r.width-this.anchorMargin_.left,y=o.width-m,v=o.width-g;return(y<0&&h&&p||d&&!h&&y<0||v>0&&y<v)&&(e=this.setBit_(e,i.b.RIGHT)),e},t.prototype.getMenuSurfaceMaxHeight_=function(e){var n=this.measurements_.viewportDistance,r=0,o=this.hasBit_(e,i.b.BOTTOM),a=this.hasBit_(this.anchorCorner_,i.b.BOTTOM),s=t.numbers.MARGIN_TO_EDGE;return o?(r=n.top+this.anchorMargin_.top-s,a||(r+=this.measurements_.anchorSize.height)):(r=n.bottom-this.anchorMargin_.bottom+this.measurements_.anchorSize.height-s,a&&(r-=this.measurements_.anchorSize.height)),r},t.prototype.getHorizontalOriginOffset_=function(e){var t=this.measurements_.anchorSize,n=this.hasBit_(e,i.b.RIGHT),r=this.hasBit_(this.anchorCorner_,i.b.RIGHT);if(n){var o=r?t.width-this.anchorMargin_.left:this.anchorMargin_.right;return this.isHoistedElement_||this.isFixedPosition_?o-(this.measurements_.viewportSize.width-this.measurements_.bodySize.width):o}return r?t.width-this.anchorMargin_.right:this.anchorMargin_.left},t.prototype.getVerticalOriginOffset_=function(e){var t=this.measurements_.anchorSize,n=this.hasBit_(e,i.b.BOTTOM),r=this.hasBit_(this.anchorCorner_,i.b.BOTTOM);return n?r?t.height-this.anchorMargin_.top:-this.anchorMargin_.bottom:r?t.height+this.anchorMargin_.bottom:this.anchorMargin_.top},t.prototype.adjustPositionForHoistedElement_=function(e){var t,n,o=this.measurements_,i=o.windowScroll,a=o.viewportDistance,s=Object.keys(e);try{for(var u=r.d(s),c=u.next();!c.done;c=u.next()){var l=c.value,p=e[l]||0;p+=a[l],this.isFixedPosition_||("top"===l?p+=i.y:"bottom"===l?p-=i.y:"left"===l?p+=i.x:p-=i.x),e[l]=p}}catch(e){t={error:e}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}},t.prototype.maybeRestoreFocus_=function(){var e=this.adapter_.isFocused(),t=document.activeElement&&this.adapter_.isElementInContainer(document.activeElement);(e||t)&&this.adapter_.restoreFocus()},t.prototype.hasBit_=function(e,t){return Boolean(e&t)},t.prototype.setBit_=function(e,t){return e|t},t.prototype.isFinite_=function(e){return"number"==typeof e&&isFinite(e)},t}(o.a);t.default=a},28:function(e,t,n){"use strict";n.d(t,"a",function(){return r});var r=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}()},3:function(e,t,n){"use strict";n.d(t,"c",function(){return i}),n.d(t,"e",function(){return a}),n.d(t,"d",function(){return s}),n.d(t,"b",function(){return r}),n.d(t,"a",function(){return o});var r,o,i={ANCHOR:"mdc-menu-surface--anchor",ANIMATING_CLOSED:"mdc-menu-surface--animating-closed",ANIMATING_OPEN:"mdc-menu-surface--animating-open",FIXED:"mdc-menu-surface--fixed",OPEN:"mdc-menu-surface--open",ROOT:"mdc-menu-surface"},a={CLOSED_EVENT:"MDCMenuSurface:closed",OPENED_EVENT:"MDCMenuSurface:opened",FOCUSABLE_ELEMENTS:["button:not(:disabled)",'[href]:not([aria-disabled="true"])',"input:not(:disabled)","select:not(:disabled)","textarea:not(:disabled)",'[tabindex]:not([tabindex="-1"]):not([aria-disabled="true"])'].join(", ")},s={TRANSITION_OPEN_DURATION:120,TRANSITION_CLOSE_DURATION:75,MARGIN_TO_EDGE:32,ANCHOR_TO_MENU_SURFACE_WIDTH_RATIO:.67};!function(e){e[e.BOTTOM=1]="BOTTOM",e[e.CENTER=2]="CENTER",e[e.RIGHT=4]="RIGHT",e[e.FLIP_RTL=8]="FLIP_RTL"}(r||(r={})),function(e){e[e.TOP_LEFT=0]="TOP_LEFT",e[e.TOP_RIGHT=4]="TOP_RIGHT",e[e.BOTTOM_LEFT=1]="BOTTOM_LEFT",e[e.BOTTOM_RIGHT=5]="BOTTOM_RIGHT",e[e.TOP_START=8]="TOP_START",e[e.TOP_END=12]="TOP_END",e[e.BOTTOM_START=9]="BOTTOM_START",e[e.BOTTOM_END=13]="BOTTOM_END"}(o||(o={}))}}))},34587:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(17243);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){return function(n){var o=e(n),i=n.displayName,a=void 0===i?n.name||"Component":i;return o.displayName="".concat((0,r.upperFirst)((0,r.camelCase)(t)),"(").concat(a,")"),o}}},35131:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":typeof e},i=n(88095),a=(r=i)&&r.__esModule?r:{default:r};var s={obj:function(e){return"object"===(void 0===e?"undefined":o(e))&&!!e},all:function(e){return s.obj(e)&&e.type===a.default.all},error:function(e){return s.obj(e)&&e.type===a.default.error},array:Array.isArray,func:function(e){return"function"==typeof e},promise:function(e){return e&&s.func(e.then)},iterator:function(e){return e&&s.func(e.next)&&s.func(e.throw)},fork:function(e){return s.obj(e)&&e.type===a.default.fork},join:function(e){return s.obj(e)&&e.type===a.default.join},race:function(e){return s.obj(e)&&e.type===a.default.race},call:function(e){return s.obj(e)&&e.type===a.default.call},cps:function(e){return s.obj(e)&&e.type===a.default.cps},subscribe:function(e){return s.obj(e)&&e.type===a.default.subscribe},channel:function(e){return s.obj(e)&&s.func(e.subscribe)}};t.default=s},35470:(e,t,n)=>{"use strict";n.d(t,{A:()=>g});var r=n(97850),o=n(18117);const i="undefined"==typeof window?function(e){setTimeout(function(){return e(Date.now())},0)}:window.requestIdleCallback||window.requestAnimationFrame;var a=n(63696),s=n(14939),u=n(21813),c=n(44319),l=(0,a.createContext)(!1);l.Consumer,l.Provider;var p,f,d,h,m=(p=[],f=new WeakMap,d=!1,h=function e(t){var n="number"==typeof t?function(){return!1}:function(){return t.timeRemaining()>0};do{if(0===p.length)return void(d=!1);var r=p.shift();f.get(r)(),f.delete(r)}while(n());i(e)},{add:function(e,t){f.has(e)||p.push(e),f.set(e,t),d||(d=!0,i(h))},flush:function(e){if(!f.has(e))return!1;var t=p.indexOf(e);p.splice(t,1);var n=f.get(e);return f.delete(e),n(),!0},reset:function(){p=[],f=new WeakMap,d=!1}});function g(e,t){var n="function"!=typeof e;n&&(t=[]);var i,p=(0,a.useCallback)(e,t),f=(0,c.A)(),d=(0,a.useContext)(l),h=(0,o.MA)(function(){return{queue:!0}},[f]),g=(0,a.useReducer)(function(e){return e+1},0),y=(0,r.A)(g,2)[1],v=(0,a.useRef)(),b=(0,a.useRef)(d),_=(0,a.useRef)(),w=(0,a.useRef)(),k=(0,a.useRef)(),E=(0,a.useMemo)(function(){return{}},t||[]);if(!n)try{i=v.current!==p||w.current?p(f.select,f):_.current}catch(e){var O="An error occurred while running 'mapSelect': ".concat(e.message);if(w.current)throw O+="\nThe error may be correlated with this previous error:\n",O+="".concat(w.current.stack,"\n\n"),O+="Original stack trace:",new Error(O);console.error(O)}return(0,u.A)(function(){n||(v.current=p,_.current=i,w.current=void 0,k.current=!0,b.current!==d&&(b.current=d,m.flush(h)))}),(0,u.A)(function(){if(!n){var e=function(){if(k.current){try{var e=v.current(f.select,f);if((0,s.Ay)(_.current,e))return;_.current=e}catch(e){w.current=e}y()}};b.current?m.add(h,e):e();var t=f.subscribe(()=>{b.current?m.add(h,e):e()});return function(){k.current=!1,t(),m.flush(h)}}},[f,E,n]),n?f.select(e):i}},36222:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>g});var r=n(49257),o=n(51449),i=n(63696),a=n(78325);const s=!1,u=i.createContext(null);var c="unmounted",l="exited",p="entering",f="entered",d="exiting",h=function(e){function Transition(t,n){var r;r=e.call(this,t,n)||this;var o,i=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?i?(o=l,r.appearStatus=p):o=f:o=t.unmountOnExit||t.mountOnEnter?c:l,r.state={status:o},r.nextCallback=null,r}(0,o.A)(Transition,e),Transition.getDerivedStateFromProps=function(e,t){return e.in&&t.status===c?{status:l}:null};var t=Transition.prototype;return t.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},t.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==p&&n!==f&&(t=p):n!==p&&n!==f||(t=d)}this.updateStatus(!1,t)},t.componentWillUnmount=function(){this.cancelNextCallback()},t.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},t.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===p){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:a.findDOMNode(this);n&&function(e){e.scrollTop}(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===l&&this.setState({status:c})},t.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,o=this.props.nodeRef?[r]:[a.findDOMNode(this),r],i=o[0],u=o[1],c=this.getTimeouts(),l=r?c.appear:c.enter;!e&&!n||s?this.safeSetState({status:f},function(){t.props.onEntered(i)}):(this.props.onEnter(i,u),this.safeSetState({status:p},function(){t.props.onEntering(i,u),t.onTransitionEnd(l,function(){t.safeSetState({status:f},function(){t.props.onEntered(i,u)})})}))},t.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:a.findDOMNode(this);t&&!s?(this.props.onExit(r),this.safeSetState({status:d},function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,function(){e.safeSetState({status:l},function(){e.props.onExited(r)})})})):this.safeSetState({status:l},function(){e.props.onExited(r)})},t.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},t.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},t.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},t.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:a.findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],i=o[0],s=o[1];this.props.addEndListener(i,s)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},t.render=function(){var e=this.state.status;if(e===c)return null;var t=this.props,n=t.children,o=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,r.A)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return i.createElement(u.Provider,{value:null},"function"==typeof n?n(e,o):i.cloneElement(i.Children.only(n),o))},Transition}(i.Component);function m(){}h.contextType=u,h.propTypes={},h.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:m,onEntering:m,onEntered:m,onExit:m,onExiting:m,onExited:m},h.UNMOUNTED=c,h.EXITED=l,h.ENTERING=p,h.ENTERED=f,h.EXITING=d;const g=h},36703:(e,t,n)=>{"use strict";n.d(t,{kl:()=>Qt,qY:()=>Jt,VD:()=>Zt,XQ:()=>en,Ay:()=>Kn});var r=n(63696);function o(e){return t=>typeof t===e}var i=o("function"),a=e=>"RegExp"===Object.prototype.toString.call(e).slice(8,-1),s=e=>!u(e)&&!(e=>null===e)(e)&&(i(e)||"object"==typeof e),u=o("undefined");function c(e,t){if(e===t)return!0;if(e&&s(e)&&t&&s(t)){if(e.constructor!==t.constructor)return!1;if(Array.isArray(e)&&Array.isArray(t))return function(e,t){const{length:n}=e;if(n!==t.length)return!1;for(let r=n;0!==r--;)if(!c(e[r],t[r]))return!1;return!0}(e,t);if(e instanceof Map&&t instanceof Map)return function(e,t){if(e.size!==t.size)return!1;for(const n of e.entries())if(!t.has(n[0]))return!1;for(const n of e.entries())if(!c(n[1],t.get(n[0])))return!1;return!0}(e,t);if(e instanceof Set&&t instanceof Set)return function(e,t){if(e.size!==t.size)return!1;for(const n of e.entries())if(!t.has(n[0]))return!1;return!0}(e,t);if(ArrayBuffer.isView(e)&&ArrayBuffer.isView(t))return function(e,t){if(e.byteLength!==t.byteLength)return!1;const n=new DataView(e.buffer),r=new DataView(t.buffer);let o=e.byteLength;for(;o--;)if(n.getUint8(o)!==r.getUint8(o))return!1;return!0}(e,t);if(a(e)&&a(t))return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(let e=n.length;0!==e--;)if(!Object.prototype.hasOwnProperty.call(t,n[e]))return!1;for(let r=n.length;0!==r--;){const o=n[r];if(("_owner"!==o||!e.$$typeof)&&!c(e[o],t[o]))return!1}return!0}return!(!Number.isNaN(e)||!Number.isNaN(t))||e===t}var l=["Array","ArrayBuffer","AsyncFunction","AsyncGenerator","AsyncGeneratorFunction","Date","Error","Function","Generator","GeneratorFunction","HTMLElement","Map","Object","Promise","RegExp","Set","WeakMap","WeakSet"],p=["bigint","boolean","null","number","string","symbol","undefined"];function f(e){const t=Object.prototype.toString.call(e).slice(8,-1);return/HTML\w+Element/.test(t)?"HTMLElement":(n=t,l.includes(n)?t:void 0);var n}function d(e){return t=>f(t)===e}function h(e){return t=>typeof t===e}var m=["innerHTML","ownerDocument","style","attributes","nodeValue"];function g(e){if(null===e)return"null";switch(typeof e){case"bigint":return"bigint";case"boolean":return"boolean";case"number":return"number";case"string":return"string";case"symbol":return"symbol";case"undefined":return"undefined"}if(g.array(e))return"Array";if(g.plainFunction(e))return"Function";const t=f(e);return t||"Object"}g.array=Array.isArray,g.arrayOf=(e,t)=>!(!g.array(e)&&!g.function(t))&&e.every(e=>t(e)),g.asyncGeneratorFunction=e=>"AsyncGeneratorFunction"===f(e),g.asyncFunction=d("AsyncFunction"),g.bigint=h("bigint"),g.boolean=e=>!0===e||!1===e,g.date=d("Date"),g.defined=e=>!g.undefined(e),g.domElement=e=>g.object(e)&&!g.plainObject(e)&&1===e.nodeType&&g.string(e.nodeName)&&m.every(t=>t in e),g.empty=e=>g.string(e)&&0===e.length||g.array(e)&&0===e.length||g.object(e)&&!g.map(e)&&!g.set(e)&&0===Object.keys(e).length||g.set(e)&&0===e.size||g.map(e)&&0===e.size,g.error=d("Error"),g.function=h("function"),g.generator=e=>g.iterable(e)&&g.function(e.next)&&g.function(e.throw),g.generatorFunction=d("GeneratorFunction"),g.instanceOf=(e,t)=>!(!e||!t)&&Object.getPrototypeOf(e)===t.prototype,g.iterable=e=>!g.nullOrUndefined(e)&&g.function(e[Symbol.iterator]),g.map=d("Map"),g.nan=e=>Number.isNaN(e),g.null=e=>null===e,g.nullOrUndefined=e=>g.null(e)||g.undefined(e),g.number=e=>h("number")(e)&&!g.nan(e),g.numericString=e=>g.string(e)&&e.length>0&&!Number.isNaN(Number(e)),g.object=e=>!g.nullOrUndefined(e)&&(g.function(e)||"object"==typeof e),g.oneOf=(e,t)=>!!g.array(e)&&e.indexOf(t)>-1,g.plainFunction=d("Function"),g.plainObject=e=>{if("Object"!==f(e))return!1;const t=Object.getPrototypeOf(e);return null===t||t===Object.getPrototypeOf({})},g.primitive=e=>{return g.null(e)||(t=typeof e,p.includes(t));var t},g.promise=d("Promise"),g.propertyOf=(e,t,n)=>{if(!g.object(e)||!t)return!1;const r=e[t];return g.function(n)?n(r):g.defined(r)},g.regexp=d("RegExp"),g.set=d("Set"),g.string=h("string"),g.symbol=h("symbol"),g.undefined=h("undefined"),g.weakMap=d("WeakMap"),g.weakSet=d("WeakSet");var y=g;function v(e,t,n){const{actual:r,key:o,previous:i,type:a}=n,s=C(e,o),u=C(t,o);let c=[s,u].every(y.number)&&("increased"===a?s<u:s>u);return y.undefined(r)||(c=c&&u===r),y.undefined(i)||(c=c&&s===i),c}function b(e,t,n){const{key:r,type:o,value:i}=n,a=C(e,r),s=C(t,r),u="added"===o?a:s,l="added"===o?s:a;return y.nullOrUndefined(i)?[a,s].every(y.array)?!l.every(O(u)):[a,s].every(y.plainObject)?function(e,t){return t.some(t=>!e.includes(t))}(Object.keys(u),Object.keys(l)):![a,s].every(e=>y.primitive(e)&&y.defined(e))&&("added"===o?!y.defined(a)&&y.defined(s):y.defined(a)&&!y.defined(s)):y.defined(u)?!(!y.array(u)&&!y.plainObject(u))&&function(e,t,n){return!!j(e,t)&&([e,t].every(y.array)?!e.some(k(n))&&t.some(k(n)):[e,t].every(y.plainObject)?!Object.entries(e).some(w(n))&&Object.entries(t).some(w(n)):t===n)}(u,l,i):c(l,i)}function _(e,t,{key:n}={}){let r=C(e,n),o=C(t,n);if(!j(r,o))throw new TypeError("Inputs have different types");if(!function(...e){return e.every(e=>y.string(e)||y.array(e)||y.plainObject(e))}(r,o))throw new TypeError("Inputs don't have length");return[r,o].every(y.plainObject)&&(r=Object.keys(r),o=Object.keys(o)),[r,o]}function w(e){return([t,n])=>y.array(e)?c(e,n)||e.some(e=>c(e,n)||y.array(n)&&O(n)(e)):y.plainObject(e)&&e[t]?!!e[t]&&c(e[t],n):c(e,n)}function k(e){return t=>y.array(e)?e.some(e=>c(e,t)||y.array(t)&&O(t)(e)):c(e,t)}function E(e,t){return y.array(e)?e.some(e=>c(e,t)):c(e,t)}function O(e){return t=>e.some(e=>c(e,t))}function j(...e){return e.every(y.array)||e.every(y.number)||e.every(y.plainObject)||e.every(y.string)}function C(e,t){if(y.plainObject(e)||y.array(e)){if(y.string(t)){return t.split(".").reduce((e,t)=>e&&e[t],e)}return y.number(t)?e[t]:e}return e}function S(e,t){if([e,t].some(y.nullOrUndefined))throw new Error("Missing required parameters");if(![e,t].every(e=>y.plainObject(e)||y.array(e)))throw new Error("Expected plain objects or array");return{added:(n,r)=>{try{return b(e,t,{key:n,type:"added",value:r})}catch{return!1}},changed:(n,r,o)=>{try{const i=C(e,n),a=C(t,n),s=y.defined(r),u=y.defined(o);if(s||u){const e=u?E(o,i):!E(r,i),t=E(r,a);return e&&t}return[i,a].every(y.array)||[i,a].every(y.plainObject)?!c(i,a):i!==a}catch{return!1}},changedFrom:(n,r,o)=>{if(!y.defined(n))return!1;try{const i=C(e,n),a=C(t,n),s=y.defined(o);return E(r,i)&&(s?E(o,a):!s)}catch{return!1}},decreased:(n,r,o)=>{if(!y.defined(n))return!1;try{return v(e,t,{key:n,actual:r,previous:o,type:"decreased"})}catch{return!1}},emptied:n=>{try{const[r,o]=_(e,t,{key:n});return!!r.length&&!o.length}catch{return!1}},filled:n=>{try{const[r,o]=_(e,t,{key:n});return!r.length&&!!o.length}catch{return!1}},increased:(n,r,o)=>{if(!y.defined(n))return!1;try{return v(e,t,{key:n,actual:r,previous:o,type:"increased"})}catch{return!1}},removed:(n,r)=>{try{return b(e,t,{key:n,type:"removed",value:r})}catch{return!1}}}}var T=n(51328),x=n(16467),A=n(78325),I=n(49198),P=n(14156),R=n.n(P),L=n(62688),D=n.n(L),N="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,M=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(N&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var z=N&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then(function(){t=!1,e()}))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout(function(){t=!1,e()},M))}};function F(e){return e&&"[object Function]"==={}.toString.call(e)}function B(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function H(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function U(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=B(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/(auto|scroll|overlay)/.test(n+o+r)?e:U(H(e))}function W(e){return e&&e.referenceNode?e.referenceNode:e}var V=N&&!(!window.MSInputMethodContext||!document.documentMode),G=N&&/MSIE 10/.test(navigator.userAgent);function K(e){return 11===e?V:10===e?G:V||G}function q(e){if(!e)return document.documentElement;for(var t=K(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===B(n,"position")?q(n):n:e?e.ownerDocument.documentElement:document.documentElement}function $(e){return null!==e.parentNode?$(e.parentNode):e}function X(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?e:t,o=n?t:e,i=document.createRange();i.setStart(r,0),i.setEnd(o,0);var a,s,u=i.commonAncestorContainer;if(e!==u&&t!==u||r.contains(o))return"BODY"===(s=(a=u).nodeName)||"HTML"!==s&&q(a.firstElementChild)!==a?q(u):u;var c=$(e);return c.host?X(c.host,t):X(e,$(t).host)}function Y(e){var t="top"===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top")?"scrollTop":"scrollLeft",n=e.nodeName;if("BODY"===n||"HTML"===n){var r=e.ownerDocument.documentElement;return(e.ownerDocument.scrollingElement||r)[t]}return e[t]}function Q(e,t){var n="x"===t?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+r+"Width"])}function J(e,t,n,r){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],K(10)?parseInt(n["offset"+e])+parseInt(r["margin"+("Height"===e?"Top":"Left")])+parseInt(r["margin"+("Height"===e?"Bottom":"Right")]):0)}function Z(e){var t=e.body,n=e.documentElement,r=K(10)&&getComputedStyle(n);return{height:J("Height",t,n,r),width:J("Width",t,n,r)}}var ee=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),te=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},ne=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};function re(e){return ne({},e,{right:e.left+e.width,bottom:e.top+e.height})}function oe(e){var t={};try{if(K(10)){t=e.getBoundingClientRect();var n=Y(e,"top"),r=Y(e,"left");t.top+=n,t.left+=r,t.bottom+=n,t.right+=r}else t=e.getBoundingClientRect()}catch(e){}var o={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},i="HTML"===e.nodeName?Z(e.ownerDocument):{},a=i.width||e.clientWidth||o.width,s=i.height||e.clientHeight||o.height,u=e.offsetWidth-a,c=e.offsetHeight-s;if(u||c){var l=B(e);u-=Q(l,"x"),c-=Q(l,"y"),o.width-=u,o.height-=c}return re(o)}function ie(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=K(10),o="HTML"===t.nodeName,i=oe(e),a=oe(t),s=U(e),u=B(t),c=parseFloat(u.borderTopWidth),l=parseFloat(u.borderLeftWidth);n&&o&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var p=re({top:i.top-a.top-c,left:i.left-a.left-l,width:i.width,height:i.height});if(p.marginTop=0,p.marginLeft=0,!r&&o){var f=parseFloat(u.marginTop),d=parseFloat(u.marginLeft);p.top-=c-f,p.bottom-=c-f,p.left-=l-d,p.right-=l-d,p.marginTop=f,p.marginLeft=d}return(r&&!n?t.contains(s):t===s&&"BODY"!==s.nodeName)&&(p=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=Y(t,"top"),o=Y(t,"left"),i=n?-1:1;return e.top+=r*i,e.bottom+=r*i,e.left+=o*i,e.right+=o*i,e}(p,t)),p}function ae(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===B(e,"position"))return!0;var n=H(e);return!!n&&ae(n)}function se(e){if(!e||!e.parentElement||K())return document.documentElement;for(var t=e.parentElement;t&&"none"===B(t,"transform");)t=t.parentElement;return t||document.documentElement}function ue(e,t,n,r){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},a=o?se(e):X(e,W(t));if("viewport"===r)i=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,r=ie(e,n),o=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),a=t?0:Y(n),s=t?0:Y(n,"left");return re({top:a-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:o,height:i})}(a,o);else{var s=void 0;"scrollParent"===r?"BODY"===(s=U(H(t))).nodeName&&(s=e.ownerDocument.documentElement):s="window"===r?e.ownerDocument.documentElement:r;var u=ie(s,a,o);if("HTML"!==s.nodeName||ae(a))i=u;else{var c=Z(e.ownerDocument),l=c.height,p=c.width;i.top+=u.top-u.marginTop,i.bottom=l+u.top,i.left+=u.left-u.marginLeft,i.right=p+u.left}}var f="number"==typeof(n=n||0);return i.left+=f?n:n.left||0,i.top+=f?n:n.top||0,i.right-=f?n:n.right||0,i.bottom-=f?n:n.bottom||0,i}function ce(e,t,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var a=ue(n,r,i,o),s={top:{width:a.width,height:t.top-a.top},right:{width:a.right-t.right,height:a.height},bottom:{width:a.width,height:a.bottom-t.bottom},left:{width:t.left-a.left,height:a.height}},u=Object.keys(s).map(function(e){return ne({key:e},s[e],{area:(t=s[e],t.width*t.height)});var t}).sort(function(e,t){return t.area-e.area}),c=u.filter(function(e){var t=e.width,r=e.height;return t>=n.clientWidth&&r>=n.clientHeight}),l=c.length>0?c[0].key:u[0].key,p=e.split("-")[1];return l+(p?"-"+p:"")}function le(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return ie(n,r?se(t):X(t,W(n)),r)}function pe(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),r=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+r,height:e.offsetHeight+n}}function fe(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,function(e){return t[e]})}function de(e,t,n){n=n.split("-")[0];var r=pe(e),o={width:r.width,height:r.height},i=-1!==["right","left"].indexOf(n),a=i?"top":"left",s=i?"left":"top",u=i?"height":"width",c=i?"width":"height";return o[a]=t[a]+t[u]/2-r[u]/2,o[s]=n===s?t[s]-r[c]:t[fe(s)],o}function he(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function me(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex(function(e){return e[t]===n});var r=he(e,function(e){return e[t]===n});return e.indexOf(r)}(e,"name",n))).forEach(function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&F(n)&&(t.offsets.popper=re(t.offsets.popper),t.offsets.reference=re(t.offsets.reference),t=n(t,e))}),t}function ge(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=le(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=ce(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=de(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=me(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function ye(e,t){return e.some(function(e){var n=e.name;return e.enabled&&n===t})}function ve(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<t.length;r++){var o=t[r],i=o?""+o+n:e;if(void 0!==document.body.style[i])return i}return null}function be(){return this.state.isDestroyed=!0,ye(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[ve("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function _e(e){var t=e.ownerDocument;return t?t.defaultView:window}function we(e,t,n,r){var o="BODY"===e.nodeName,i=o?e.ownerDocument.defaultView:e;i.addEventListener(t,n,{passive:!0}),o||we(U(i.parentNode),t,n,r),r.push(i)}function ke(e,t,n,r){n.updateBound=r,_e(e).addEventListener("resize",n.updateBound,{passive:!0});var o=U(e);return we(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function Oe(){this.state.eventsEnabled||(this.state=ke(this.reference,this.options,this.state,this.scheduleUpdate))}function je(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,_e(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach(function(e){e.removeEventListener("scroll",t.updateBound)}),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function Se(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function Te(e,t){Object.keys(t).forEach(function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&Se(t[n])&&(r="px"),e.style[n]=t[n]+r})}var xe=N&&/Firefox/i.test(navigator.userAgent);function Ae(e,t,n){var r=he(e,function(e){return e.name===t}),o=!!r&&e.some(function(e){return e.name===n&&e.enabled&&e.order<r.order});if(!o){var i="`"+t+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return o}var Re=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],Ne=Re.slice(3);function Me(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=Ne.indexOf(e),r=Ne.slice(n+1).concat(Ne.slice(0,n));return t?r.reverse():r}var ze="flip",Fe="clockwise",Be="counterclockwise";function Ue(e,t,n,r){var o=[0,0],i=-1!==["right","left"].indexOf(r),a=e.split(/(\+|\-)/).map(function(e){return e.trim()}),s=a.indexOf(he(a,function(e){return-1!==e.search(/,|\s/)}));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var u=/\s*,\s*|\s+/,c=-1!==s?[a.slice(0,s).concat([a[s].split(u)[0]]),[a[s].split(u)[1]].concat(a.slice(s+1))]:[a];return c=c.map(function(e,r){var o=(1===r?!i:i)?"height":"width",a=!1;return e.reduce(function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,a=!0,e):a?(e[e.length-1]+=t,a=!1,e):e.concat(t)},[]).map(function(e){return function(e,t,n,r){var o=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+o[1],a=o[2];if(!i)return e;if(0===a.indexOf("%")){return re("%p"===a?n:r)[t]/100*i}if("vh"===a||"vw"===a)return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*i;return i}(e,o,t,n)})}),c.forEach(function(e,t){e.forEach(function(n,r){Se(n)&&(o[t]+=n*("-"===e[r-1]?-1:1))})}),o}var We={shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var o=e.offsets,i=o.reference,a=o.popper,s=-1!==["bottom","top"].indexOf(n),u=s?"left":"top",c=s?"width":"height",l={start:te({},u,i[u]),end:te({},u,i[u]+i[c]-a[c])};e.offsets.popper=ne({},a,l[r])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,r=e.placement,o=e.offsets,i=o.popper,a=o.reference,s=r.split("-")[0],u=void 0;return u=Se(+n)?[+n,0]:Ue(n,i,a,s),"left"===s?(i.top+=u[0],i.left-=u[1]):"right"===s?(i.top+=u[0],i.left+=u[1]):"top"===s?(i.left+=u[0],i.top-=u[1]):"bottom"===s&&(i.left+=u[0],i.top+=u[1]),e.popper=i,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||q(e.instance.popper);e.instance.reference===n&&(n=q(n));var r=ve("transform"),o=e.instance.popper.style,i=o.top,a=o.left,s=o[r];o.top="",o.left="",o[r]="";var u=ue(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);o.top=i,o.left=a,o[r]=s,t.boundaries=u;var c=t.priority,l=e.offsets.popper,p={primary:function(e){var n=l[e];return l[e]<u[e]&&!t.escapeWithReference&&(n=Math.max(l[e],u[e])),te({},e,n)},secondary:function(e){var n="right"===e?"left":"top",r=l[n];return l[e]>u[e]&&!t.escapeWithReference&&(r=Math.min(l[n],u[e]-("right"===e?l.width:l.height))),te({},n,r)}};return c.forEach(function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";l=ne({},l,p[t](e))}),e.offsets.popper=l,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,r=t.reference,o=e.placement.split("-")[0],i=Math.floor,a=-1!==["top","bottom"].indexOf(o),s=a?"right":"bottom",u=a?"left":"top",c=a?"width":"height";return n[s]<i(r[u])&&(e.offsets.popper[u]=i(r[u])-n[c]),n[u]>i(r[s])&&(e.offsets.popper[u]=i(r[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!Ae(e.instance.modifiers,"arrow","keepTogether"))return e;var r=t.element;if("string"==typeof r){if(!(r=e.instance.popper.querySelector(r)))return e}else if(!e.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var o=e.placement.split("-")[0],i=e.offsets,a=i.popper,s=i.reference,u=-1!==["left","right"].indexOf(o),c=u?"height":"width",l=u?"Top":"Left",p=l.toLowerCase(),f=u?"left":"top",d=u?"bottom":"right",h=pe(r)[c];s[d]-h<a[p]&&(e.offsets.popper[p]-=a[p]-(s[d]-h)),s[p]+h>a[d]&&(e.offsets.popper[p]+=s[p]+h-a[d]),e.offsets.popper=re(e.offsets.popper);var m=s[p]+s[c]/2-h/2,g=B(e.instance.popper),y=parseFloat(g["margin"+l]),v=parseFloat(g["border"+l+"Width"]),b=m-e.offsets.popper[p]-y-v;return b=Math.max(Math.min(a[c]-h,b),0),e.arrowElement=r,e.offsets.arrow=(te(n={},p,Math.round(b)),te(n,f,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(ye(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=ue(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),r=e.placement.split("-")[0],o=fe(r),i=e.placement.split("-")[1]||"",a=[];switch(t.behavior){case ze:a=[r,o];break;case Fe:a=Me(r);break;case Be:a=Me(r,!0);break;default:a=t.behavior}return a.forEach(function(s,u){if(r!==s||a.length===u+1)return e;r=e.placement.split("-")[0],o=fe(r);var c=e.offsets.popper,l=e.offsets.reference,p=Math.floor,f="left"===r&&p(c.right)>p(l.left)||"right"===r&&p(c.left)<p(l.right)||"top"===r&&p(c.bottom)>p(l.top)||"bottom"===r&&p(c.top)<p(l.bottom),d=p(c.left)<p(n.left),h=p(c.right)>p(n.right),m=p(c.top)<p(n.top),g=p(c.bottom)>p(n.bottom),y="left"===r&&d||"right"===r&&h||"top"===r&&m||"bottom"===r&&g,v=-1!==["top","bottom"].indexOf(r),b=!!t.flipVariations&&(v&&"start"===i&&d||v&&"end"===i&&h||!v&&"start"===i&&m||!v&&"end"===i&&g),_=!!t.flipVariationsByContent&&(v&&"start"===i&&h||v&&"end"===i&&d||!v&&"start"===i&&g||!v&&"end"===i&&m),w=b||_;(f||y||w)&&(e.flipped=!0,(f||y)&&(r=a[u+1]),w&&(i=function(e){return"end"===e?"start":"start"===e?"end":e}(i)),e.placement=r+(i?"-"+i:""),e.offsets.popper=ne({},e.offsets.popper,de(e.instance.popper,e.offsets.reference,e.placement)),e=me(e.instance.modifiers,e,"flip"))}),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],r=e.offsets,o=r.popper,i=r.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=i[n]-(s?o[a?"width":"height"]:0),e.placement=fe(t),e.offsets.popper=re(o),e}},hide:{order:800,enabled:!0,fn:function(e){if(!Ae(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=he(e.instance.modifiers,function(e){return"preventOverflow"===e.name}).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,r=t.y,o=e.offsets.popper,i=he(e.instance.modifiers,function(e){return"applyStyle"===e.name}).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a=void 0!==i?i:t.gpuAcceleration,s=q(e.instance.popper),u=oe(s),c={position:o.position},l=function(e,t){var n=e.offsets,r=n.popper,o=n.reference,i=Math.round,a=Math.floor,s=function(e){return e},u=i(o.width),c=i(r.width),l=-1!==["left","right"].indexOf(e.placement),p=-1!==e.placement.indexOf("-"),f=t?l||p||u%2==c%2?i:a:s,d=t?i:s;return{left:f(u%2==1&&c%2==1&&!p&&t?r.left-1:r.left),top:d(r.top),bottom:d(r.bottom),right:f(r.right)}}(e,window.devicePixelRatio<2||!xe),p="bottom"===n?"top":"bottom",f="right"===r?"left":"right",d=ve("transform"),h=void 0,m=void 0;if(m="bottom"===p?"HTML"===s.nodeName?-s.clientHeight+l.bottom:-u.height+l.bottom:l.top,h="right"===f?"HTML"===s.nodeName?-s.clientWidth+l.right:-u.width+l.right:l.left,a&&d)c[d]="translate3d("+h+"px, "+m+"px, 0)",c[p]=0,c[f]=0,c.willChange="transform";else{var g="bottom"===p?-1:1,y="right"===f?-1:1;c[p]=m*g,c[f]=h*y,c.willChange=p+", "+f}var v={"x-placement":e.placement};return e.attributes=ne({},v,e.attributes),e.styles=ne({},c,e.styles),e.arrowStyles=ne({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return Te(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach(function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)}),e.arrowElement&&Object.keys(e.arrowStyles).length&&Te(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,r,o){var i=le(o,t,e,n.positionFixed),a=ce(n.placement,i,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",a),Te(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}},Ve={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:We},qe=function(){function Popper(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,Popper),this.scheduleUpdate=function(){return requestAnimationFrame(n.update)},this.update=z(this.update.bind(this)),this.options=ne({},Popper.Defaults,r),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=t&&t.jquery?t[0]:t,this.options.modifiers={},Object.keys(ne({},Popper.Defaults.modifiers,r.modifiers)).forEach(function(e){n.options.modifiers[e]=ne({},Popper.Defaults.modifiers[e]||{},r.modifiers?r.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(e){return ne({name:e},n.options.modifiers[e])}).sort(function(e,t){return e.order-t.order}),this.modifiers.forEach(function(e){e.enabled&&F(e.onLoad)&&e.onLoad(n.reference,n.popper,n.options,e,n.state)}),this.update();var o=this.options.eventsEnabled;o&&this.enableEventListeners(),this.state.eventsEnabled=o}return ee(Popper,[{key:"update",value:function(){return ge.call(this)}},{key:"destroy",value:function(){return be.call(this)}},{key:"enableEventListeners",value:function(){return Oe.call(this)}},{key:"disableEventListeners",value:function(){return je.call(this)}}]),Popper}();qe.Utils=("undefined"!=typeof window?window:n.g).PopperUtils,qe.placements=Re,qe.Defaults=Ve;const $e=qe;var Xe=["innerHTML","ownerDocument","style","attributes","nodeValue"],Ye=["Array","ArrayBuffer","AsyncFunction","AsyncGenerator","AsyncGeneratorFunction","Date","Error","Function","Generator","GeneratorFunction","HTMLElement","Map","Object","Promise","RegExp","Set","WeakMap","WeakSet"],et=["bigint","boolean","null","number","string","symbol","undefined"];function tt(e){var t,n=Object.prototype.toString.call(e).slice(8,-1);return/HTML\w+Element/.test(n)?"HTMLElement":(t=n,Ye.includes(t)?n:void 0)}function nt(e){return function(t){return tt(t)===e}}function rt(e){return function(t){return typeof t===e}}function ot(e){if(null===e)return"null";switch(typeof e){case"bigint":return"bigint";case"boolean":return"boolean";case"number":return"number";case"string":return"string";case"symbol":return"symbol";case"undefined":return"undefined"}if(ot.array(e))return"Array";if(ot.plainFunction(e))return"Function";var t=tt(e);return t||"Object"}ot.array=Array.isArray,ot.arrayOf=function(e,t){return!(!ot.array(e)&&!ot.function(t))&&e.every(function(e){return t(e)})},ot.asyncGeneratorFunction=function(e){return"AsyncGeneratorFunction"===tt(e)},ot.asyncFunction=nt("AsyncFunction"),ot.bigint=rt("bigint"),ot.boolean=function(e){return!0===e||!1===e},ot.date=nt("Date"),ot.defined=function(e){return!ot.undefined(e)},ot.domElement=function(e){return ot.object(e)&&!ot.plainObject(e)&&1===e.nodeType&&ot.string(e.nodeName)&&Xe.every(function(t){return t in e})},ot.empty=function(e){return ot.string(e)&&0===e.length||ot.array(e)&&0===e.length||ot.object(e)&&!ot.map(e)&&!ot.set(e)&&0===Object.keys(e).length||ot.set(e)&&0===e.size||ot.map(e)&&0===e.size},ot.error=nt("Error"),ot.function=rt("function"),ot.generator=function(e){return ot.iterable(e)&&ot.function(e.next)&&ot.function(e.throw)},ot.generatorFunction=nt("GeneratorFunction"),ot.instanceOf=function(e,t){return!(!e||!t)&&Object.getPrototypeOf(e)===t.prototype},ot.iterable=function(e){return!ot.nullOrUndefined(e)&&ot.function(e[Symbol.iterator])},ot.map=nt("Map"),ot.nan=function(e){return Number.isNaN(e)},ot.null=function(e){return null===e},ot.nullOrUndefined=function(e){return ot.null(e)||ot.undefined(e)},ot.number=function(e){return rt("number")(e)&&!ot.nan(e)},ot.numericString=function(e){return ot.string(e)&&e.length>0&&!Number.isNaN(Number(e))},ot.object=function(e){return!ot.nullOrUndefined(e)&&(ot.function(e)||"object"==typeof e)},ot.oneOf=function(e,t){return!!ot.array(e)&&e.indexOf(t)>-1},ot.plainFunction=nt("Function"),ot.plainObject=function(e){if("Object"!==tt(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.getPrototypeOf({})},ot.primitive=function(e){return ot.null(e)||(t=typeof e,et.includes(t));var t},ot.promise=nt("Promise"),ot.propertyOf=function(e,t,n){if(!ot.object(e)||!t)return!1;var r=e[t];return ot.function(n)?n(r):ot.defined(r)},ot.regexp=nt("RegExp"),ot.set=nt("Set"),ot.string=rt("string"),ot.symbol=rt("symbol"),ot.undefined=rt("undefined"),ot.weakMap=nt("WeakMap"),ot.weakSet=nt("WeakSet");const it=ot;function at(e){return function(t){return typeof t===e}}var st=at("function"),ut=function(e){return"RegExp"===Object.prototype.toString.call(e).slice(8,-1)},ct=function(e){return!lt(e)&&!function(e){return null===e}(e)&&(st(e)||"object"==typeof e)},lt=at("undefined"),__values=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};function pt(e,t){if(e===t)return!0;if(e&&ct(e)&&t&&ct(t)){if(e.constructor!==t.constructor)return!1;if(Array.isArray(e)&&Array.isArray(t))return function(e,t){var n=e.length;if(n!==t.length)return!1;for(var r=n;0!==r--;)if(!pt(e[r],t[r]))return!1;return!0}(e,t);if(e instanceof Map&&t instanceof Map)return function(e,t){var n,r,o,i;if(e.size!==t.size)return!1;try{for(var a=__values(e.entries()),s=a.next();!s.done;s=a.next()){var u=s.value;if(!t.has(u[0]))return!1}}catch(e){n={error:e}}finally{try{s&&!s.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}try{for(var c=__values(e.entries()),l=c.next();!l.done;l=c.next())if(!pt((u=l.value)[1],t.get(u[0])))return!1}catch(e){o={error:e}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(o)throw o.error}}return!0}(e,t);if(e instanceof Set&&t instanceof Set)return function(e,t){var n,r;if(e.size!==t.size)return!1;try{for(var o=__values(e.entries()),i=o.next();!i.done;i=o.next()){var a=i.value;if(!t.has(a[0]))return!1}}catch(e){n={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return!0}(e,t);if(ArrayBuffer.isView(e)&&ArrayBuffer.isView(t))return function(e,t){if(e.byteLength!==t.byteLength)return!1;for(var n=new DataView(e.buffer),r=new DataView(t.buffer),o=e.byteLength;o--;)if(n.getUint8(o)!==r.getUint8(o))return!1;return!0}(e,t);if(ut(e)&&ut(t))return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=n.length;0!==o--;)if(!Object.prototype.hasOwnProperty.call(t,n[o]))return!1;for(o=n.length;0!==o--;){var i=n[o];if(("_owner"!==i||!e.$$typeof)&&!pt(e[i],t[i]))return!1}return!0}return!(!Number.isNaN(e)||!Number.isNaN(t))||e===t}function ft(e,t,n){var r=n.actual,o=n.key,i=n.previous,a=n.type,s=helpers_nested(e,o),u=helpers_nested(t,o),c=[s,u].every(it.number)&&("increased"===a?s<u:s>u);return it.undefined(r)||(c=c&&u===r),it.undefined(i)||(c=c&&s===i),c}function dt(e,t,n){var r=n.key,o=n.type,i=n.value,a=helpers_nested(e,r),s=helpers_nested(t,r),u="added"===o?a:s,c="added"===o?s:a;return it.nullOrUndefined(i)?[a,s].every(it.array)?!c.every(vt(u)):[a,s].every(it.plainObject)?function(e,t){return t.some(function(t){return!e.includes(t)})}(Object.keys(u),Object.keys(c)):![a,s].every(function(e){return it.primitive(e)&&it.defined(e)})&&("added"===o?!it.defined(a)&&it.defined(s):it.defined(a)&&!it.defined(s)):it.defined(u)?!(!it.array(u)&&!it.plainObject(u))&&function(e,t,n){return!!bt(e,t)&&([e,t].every(it.array)?!e.some(gt(n))&&t.some(gt(n)):[e,t].every(it.plainObject)?!Object.entries(e).some(mt(n))&&Object.entries(t).some(mt(n)):t===n)}(u,c,i):pt(c,i)}function ht(e,t,n){var r=(void 0===n?{}:n).key,o=helpers_nested(e,r),i=helpers_nested(t,r);if(!bt(o,i))throw new TypeError("Inputs have different types");if(!function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.every(function(e){return it.string(e)||it.array(e)||it.plainObject(e)})}(o,i))throw new TypeError("Inputs don't have length");return[o,i].every(it.plainObject)&&(o=Object.keys(o),i=Object.keys(i)),[o,i]}function mt(e){return function(t){var n=t[0],r=t[1];return it.array(e)?pt(e,r)||e.some(function(e){return pt(e,r)||it.array(r)&&vt(r)(e)}):it.plainObject(e)&&e[n]?!!e[n]&&pt(e[n],r):pt(e,r)}}function gt(e){return function(t){return it.array(e)?e.some(function(e){return pt(e,t)||it.array(t)&&vt(t)(e)}):pt(e,t)}}function yt(e,t){return it.array(e)?e.some(function(e){return pt(e,t)}):pt(e,t)}function vt(e){return function(t){return e.some(function(e){return pt(e,t)})}}function bt(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.every(it.array)||e.every(it.number)||e.every(it.plainObject)||e.every(it.string)}function helpers_nested(e,t){return it.plainObject(e)||it.array(e)?it.string(t)?t.split(".").reduce(function(e,t){return e&&e[t]},e):it.number(t)?e[t]:e:e}function _t(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function wt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?_t(Object(n),!0).forEach(function(t){jt(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):_t(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function kt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Et(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,Pt(r.key),r)}}function Ot(e,t,n){return t&&Et(e.prototype,t),n&&Et(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function jt(e,t,n){return(t=Pt(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ct(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Tt(e,t)}function St(e){return St=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},St(e)}function Tt(e,t){return Tt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},Tt(e,t)}function xt(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function At(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function It(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=St(e);if(t){var o=St(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return At(e)}(this,n)}}function Pt(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}var Rt={flip:{padding:20},preventOverflow:{padding:10}};function Lt(e,t,n){return function(e,t){if("function"!=typeof e)throw new TypeError("The typeValidator argument must be a function with the signature function(props, propName, componentName).");if(Boolean(t)&&"string"!=typeof t)throw new TypeError("The error message is optional, but must be a string if provided.")}(e,n),function(r,o,i){for(var a=arguments.length,s=new Array(a>3?a-3:0),u=3;u<a;u++)s[u-3]=arguments[u];return function(e,t,n,r){return"boolean"==typeof e?e:"function"==typeof e?e(t,n,r):!0===Boolean(e)&&Boolean(e)}(t,r,o,i)?function(e,t){return Object.hasOwnProperty.call(e,t)}(r,o)?e.apply(void 0,[r,o,i].concat(s)):function(e,t,n,r){return r?new Error(r):new Error("Required ".concat(e[t]," `").concat(t,"` was not specified in `").concat(n,"`."))}(r,o,i,n):e.apply(void 0,[r,o,i].concat(s))}}var Dt={INIT:"init",IDLE:"idle",OPENING:"opening",OPEN:"open",CLOSING:"closing",ERROR:"error"},Nt=void 0!==A.createPortal;function Mt(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}function zt(){return"ontouchstart"in window&&/Mobi/.test(navigator.userAgent)}function Ft(e){var t=e.title,n=e.data,r=e.warn,o=void 0!==r&&r,i=e.debug,a=void 0!==i&&i,s=o?console.warn||console.error:console.log;a&&t&&n&&(console.groupCollapsed("%creact-floater: ".concat(t),"color: #9b00ff; font-weight: bold; font-size: 12px;"),Array.isArray(n)?n.forEach(function(e){it.plainObject(e)&&e.key?s.apply(console,[e.key,e.value]):s.apply(console,[e])}):s.apply(console,[n]),console.groupEnd())}function Bt(){}var Ht=function(e){Ct(ReactFloaterPortal,e);var t=It(ReactFloaterPortal);function ReactFloaterPortal(){return kt(this,ReactFloaterPortal),t.apply(this,arguments)}return Ot(ReactFloaterPortal,[{key:"componentDidMount",value:function(){Mt()&&(this.node||this.appendNode(),Nt||this.renderPortal())}},{key:"componentDidUpdate",value:function(){Mt()&&(Nt||this.renderPortal())}},{key:"componentWillUnmount",value:function(){Mt()&&this.node&&(Nt||A.unmountComponentAtNode(this.node),this.node&&this.node.parentNode===document.body&&(document.body.removeChild(this.node),this.node=void 0))}},{key:"appendNode",value:function(){var e=this.props,t=e.id,n=e.zIndex;this.node||(this.node=document.createElement("div"),t&&(this.node.id=t),n&&(this.node.style.zIndex=n),document.body.appendChild(this.node))}},{key:"renderPortal",value:function(){if(!Mt())return null;var e=this.props,t=e.children,n=e.setRef;return this.node||this.appendNode(),Nt?A.createPortal(t,this.node):(n(A.unstable_renderSubtreeIntoContainer(this,t.length>1?r.createElement("div",null,t):t[0],this.node)),null)}},{key:"renderReact16",value:function(){var e=this.props,t=e.hasChildren,n=e.placement,r=e.target;return t||r||"center"===n?this.renderPortal():null}},{key:"render",value:function(){return Nt?this.renderReact16():null}}]),ReactFloaterPortal}(r.Component);jt(Ht,"propTypes",{children:D().oneOfType([D().element,D().array]),hasChildren:D().bool,id:D().oneOfType([D().string,D().number]),placement:D().string,setRef:D().func.isRequired,target:D().oneOfType([D().object,D().string]),zIndex:D().number});var Ut=function(e){Ct(FloaterArrow,e);var t=It(FloaterArrow);function FloaterArrow(){return kt(this,FloaterArrow),t.apply(this,arguments)}return Ot(FloaterArrow,[{key:"parentStyle",get:function(){var e=this.props,t=e.placement,n=e.styles.arrow.length,r={pointerEvents:"none",position:"absolute",width:"100%"};return t.startsWith("top")?(r.bottom=0,r.left=0,r.right=0,r.height=n):t.startsWith("bottom")?(r.left=0,r.right=0,r.top=0,r.height=n):t.startsWith("left")?(r.right=0,r.top=0,r.bottom=0):t.startsWith("right")&&(r.left=0,r.top=0),r}},{key:"render",value:function(){var e,t=this.props,n=t.placement,o=t.setArrowRef,i=t.styles.arrow,a=i.color,s=i.display,u=i.length,c=i.margin,l=i.position,p=i.spread,f={display:s,position:l},d=p,h=u;return n.startsWith("top")?(e="0,0 ".concat(d/2,",").concat(h," ").concat(d,",0"),f.bottom=0,f.marginLeft=c,f.marginRight=c):n.startsWith("bottom")?(e="".concat(d,",").concat(h," ").concat(d/2,",0 0,").concat(h),f.top=0,f.marginLeft=c,f.marginRight=c):n.startsWith("left")?(h=p,e="0,0 ".concat(d=u,",").concat(h/2," 0,").concat(h),f.right=0,f.marginTop=c,f.marginBottom=c):n.startsWith("right")&&(h=p,e="".concat(d=u,",").concat(h," ").concat(d,",0 0,").concat(h/2),f.left=0,f.marginTop=c,f.marginBottom=c),r.createElement("div",{className:"__floater__arrow",style:this.parentStyle},r.createElement("span",{ref:o,style:f},r.createElement("svg",{width:d,height:h,version:"1.1",xmlns:"http://www.w3.org/2000/svg"},r.createElement("polygon",{points:e,fill:a}))))}}]),FloaterArrow}(r.Component);jt(Ut,"propTypes",{placement:D().string.isRequired,setArrowRef:D().func.isRequired,styles:D().object.isRequired});var Wt=["color","height","width"];function FloaterCloseBtn(e){var t=e.handleClick,n=e.styles,o=n.color,i=n.height,a=n.width,s=xt(n,Wt);return r.createElement("button",{"aria-label":"close",onClick:t,style:s,type:"button"},r.createElement("svg",{width:"".concat(a,"px"),height:"".concat(i,"px"),viewBox:"0 0 18 18",version:"1.1",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"xMidYMid"},r.createElement("g",null,r.createElement("path",{d:"M8.13911129,9.00268191 L0.171521827,17.0258467 C-0.0498027049,17.248715 -0.0498027049,17.6098394 0.171521827,17.8327545 C0.28204354,17.9443526 0.427188206,17.9998706 0.572051765,17.9998706 C0.71714958,17.9998706 0.862013139,17.9443526 0.972581703,17.8327545 L9.0000937,9.74924618 L17.0276057,17.8327545 C17.1384085,17.9443526 17.2832721,17.9998706 17.4281356,17.9998706 C17.5729992,17.9998706 17.718097,17.9443526 17.8286656,17.8327545 C18.0499901,17.6098862 18.0499901,17.2487618 17.8286656,17.0258467 L9.86135722,9.00268191 L17.8340066,0.973848225 C18.0553311,0.750979934 18.0553311,0.389855532 17.8340066,0.16694039 C17.6126821,-0.0556467968 17.254037,-0.0556467968 17.0329467,0.16694039 L9.00042166,8.25611765 L0.967006424,0.167268345 C0.745681892,-0.0553188426 0.387317931,-0.0553188426 0.165993399,0.167268345 C-0.0553311331,0.390136635 -0.0553311331,0.751261038 0.165993399,0.974176179 L8.13920499,9.00268191 L8.13911129,9.00268191 Z",fill:o}))))}function FloaterContainer(e){var t=e.content,n=e.footer,o=e.handleClick,i=e.open,a=e.positionWrapper,s=e.showCloseButton,u=e.title,c=e.styles,l={content:r.isValidElement(t)?t:r.createElement("div",{className:"__floater__content",style:c.content},t)};return u&&(l.title=r.isValidElement(u)?u:r.createElement("div",{className:"__floater__title",style:c.title},u)),n&&(l.footer=r.isValidElement(n)?n:r.createElement("div",{className:"__floater__footer",style:c.footer},n)),!s&&!a||it.boolean(i)||(l.close=r.createElement(FloaterCloseBtn,{styles:c.close,handleClick:o})),r.createElement("div",{className:"__floater__container",style:c.container},l.close,l.title,l.content,l.footer)}FloaterCloseBtn.propTypes={handleClick:D().func.isRequired,styles:D().object.isRequired},FloaterContainer.propTypes={content:D().node.isRequired,footer:D().node,handleClick:D().func.isRequired,open:D().bool,positionWrapper:D().bool.isRequired,showCloseButton:D().bool.isRequired,styles:D().object.isRequired,title:D().node};var Vt=function(e){Ct(Floater,e);var t=It(Floater);function Floater(){return kt(this,Floater),t.apply(this,arguments)}return Ot(Floater,[{key:"style",get:function(){var e=this.props,t=e.disableAnimation,n=e.component,r=e.placement,o=e.hideArrow,i=e.status,a=e.styles,s=a.arrow.length,u=a.floater,c=a.floaterCentered,l=a.floaterClosing,p=a.floaterOpening,f=a.floaterWithAnimation,d=a.floaterWithComponent,h={};return o||(r.startsWith("top")?h.padding="0 0 ".concat(s,"px"):r.startsWith("bottom")?h.padding="".concat(s,"px 0 0"):r.startsWith("left")?h.padding="0 ".concat(s,"px 0 0"):r.startsWith("right")&&(h.padding="0 0 0 ".concat(s,"px"))),-1!==[Dt.OPENING,Dt.OPEN].indexOf(i)&&(h=wt(wt({},h),p)),i===Dt.CLOSING&&(h=wt(wt({},h),l)),i!==Dt.OPEN||t||(h=wt(wt({},h),f)),"center"===r&&(h=wt(wt({},h),c)),n&&(h=wt(wt({},h),d)),wt(wt({},u),h)}},{key:"render",value:function(){var e=this.props,t=e.component,n=e.handleClick,o=e.hideArrow,i=e.setFloaterRef,a=e.status,s={},u=["__floater"];return s.content=t?r.isValidElement(t)?r.cloneElement(t,{closeFn:n}):t({closeFn:n}):r.createElement(FloaterContainer,this.props),a===Dt.OPEN&&u.push("__floater__open"),o||(s.arrow=r.createElement(Ut,this.props)),r.createElement("div",{ref:i,className:u.join(" "),style:this.style},r.createElement("div",{className:"__floater__body"},s.content,s.arrow))}}]),Floater}(r.Component);jt(Vt,"propTypes",{component:D().oneOfType([D().func,D().element]),content:D().node,disableAnimation:D().bool.isRequired,footer:D().node,handleClick:D().func.isRequired,hideArrow:D().bool.isRequired,open:D().bool,placement:D().string.isRequired,positionWrapper:D().bool.isRequired,setArrowRef:D().func.isRequired,setFloaterRef:D().func.isRequired,showCloseButton:D().bool,status:D().string.isRequired,styles:D().object.isRequired,title:D().node});var Gt=function(e){Ct(ReactFloaterWrapper,e);var t=It(ReactFloaterWrapper);function ReactFloaterWrapper(){return kt(this,ReactFloaterWrapper),t.apply(this,arguments)}return Ot(ReactFloaterWrapper,[{key:"render",value:function(){var e,t=this.props,n=t.children,o=t.handleClick,i=t.handleMouseEnter,a=t.handleMouseLeave,s=t.setChildRef,u=t.setWrapperRef,c=t.style,l=t.styles;if(n)if(1===r.Children.count(n))if(r.isValidElement(n)){var p=it.function(n.type)?"innerRef":"ref";e=r.cloneElement(r.Children.only(n),jt({},p,s))}else e=r.createElement("span",null,n);else e=n;return e?r.createElement("span",{ref:u,style:wt(wt({},l),c),onClick:o,onMouseEnter:i,onMouseLeave:a},e):null}}]),ReactFloaterWrapper}(r.Component);jt(Gt,"propTypes",{children:D().node,handleClick:D().func.isRequired,handleMouseEnter:D().func.isRequired,handleMouseLeave:D().func.isRequired,setChildRef:D().func.isRequired,setWrapperRef:D().func.isRequired,style:D().object,styles:D().object.isRequired});var Kt={zIndex:100};var qt=["arrow","flip","offset"],$t=["position","top","right","bottom","left"],Xt=function(e){Ct(ReactFloater,e);var t=It(ReactFloater);function ReactFloater(e){var n;return kt(this,ReactFloater),jt(At(n=t.call(this,e)),"setArrowRef",function(e){n.arrowRef=e}),jt(At(n),"setChildRef",function(e){n.childRef=e}),jt(At(n),"setFloaterRef",function(e){n.floaterRef=e}),jt(At(n),"setWrapperRef",function(e){n.wrapperRef=e}),jt(At(n),"handleTransitionEnd",function(){var e=n.state.status,t=n.props.callback;n.wrapperPopper&&n.wrapperPopper.instance.update(),n.setState({status:e===Dt.OPENING?Dt.OPEN:Dt.IDLE},function(){var e=n.state.status;t(e===Dt.OPEN?"open":"close",n.props)})}),jt(At(n),"handleClick",function(){var e=n.props,t=e.event,r=e.open;if(!it.boolean(r)){var o=n.state,i=o.positionWrapper,a=o.status;("click"===n.event||"hover"===n.event&&i)&&(Ft({title:"click",data:[{event:t,status:a===Dt.OPEN?"closing":"opening"}],debug:n.debug}),n.toggle())}}),jt(At(n),"handleMouseEnter",function(){var e=n.props,t=e.event,r=e.open;if(!it.boolean(r)&&!zt()){var o=n.state.status;"hover"===n.event&&o===Dt.IDLE&&(Ft({title:"mouseEnter",data:[{key:"originalEvent",value:t}],debug:n.debug}),clearTimeout(n.eventDelayTimeout),n.toggle())}}),jt(At(n),"handleMouseLeave",function(){var e=n.props,t=e.event,r=e.eventDelay,o=e.open;if(!it.boolean(o)&&!zt()){var i=n.state,a=i.status,s=i.positionWrapper;"hover"===n.event&&(Ft({title:"mouseLeave",data:[{key:"originalEvent",value:t}],debug:n.debug}),r?-1===[Dt.OPENING,Dt.OPEN].indexOf(a)||s||n.eventDelayTimeout||(n.eventDelayTimeout=setTimeout(function(){delete n.eventDelayTimeout,n.toggle()},1e3*r)):n.toggle(Dt.IDLE))}}),n.state={currentPlacement:e.placement,needsUpdate:!1,positionWrapper:e.wrapperOptions.position&&!!e.target,status:Dt.INIT,statusWrapper:Dt.INIT},n._isMounted=!1,n.hasMounted=!1,Mt()&&window.addEventListener("load",function(){n.popper&&n.popper.instance.update(),n.wrapperPopper&&n.wrapperPopper.instance.update()}),n}return Ot(ReactFloater,[{key:"componentDidMount",value:function(){if(Mt()){var e=this.state.positionWrapper,t=this.props,n=t.children,r=t.open,o=t.target;this._isMounted=!0,Ft({title:"init",data:{hasChildren:!!n,hasTarget:!!o,isControlled:it.boolean(r),positionWrapper:e,target:this.target,floater:this.floaterRef},debug:this.debug}),this.hasMounted||(this.initPopper(),this.hasMounted=!0),!n&&o&&it.boolean(r)}}},{key:"componentDidUpdate",value:function(e,t){if(Mt()){var n,r=this.props,o=r.autoOpen,i=r.open,a=r.target,s=r.wrapperOptions,u=function(e,t){if([e,t].some(it.nullOrUndefined))throw new Error("Missing required parameters");if(![e,t].every(function(e){return it.plainObject(e)||it.array(e)}))throw new Error("Expected plain objects or array");var n=function(n,r,o){try{var i=helpers_nested(e,n),a=helpers_nested(t,n),s=it.defined(r),u=it.defined(o);if(s||u){var c=u?yt(o,i):!yt(r,i),l=yt(r,a);return c&&l}return[i,a].every(it.array)||[i,a].every(it.plainObject)?!pt(i,a):i!==a}catch(e){return!1}};return{added:function(n,r){try{return dt(e,t,{key:n,type:"added",value:r})}catch(e){return!1}},changed:n,changedFrom:function(n,r,o){if(!it.defined(n))return!1;try{var i=helpers_nested(e,n),a=helpers_nested(t,n),s=it.defined(o);return yt(r,i)&&(s?yt(o,a):!s)}catch(e){return!1}},changedTo:function(e,t){return!!it.defined(e)&&n(e,t)},decreased:function(n,r,o){if(!it.defined(n))return!1;try{return ft(e,t,{key:n,actual:r,previous:o,type:"decreased"})}catch(e){return!1}},emptied:function(n){try{var r=ht(e,t,{key:n}),o=r[0],i=r[1];return!!o.length&&!i.length}catch(e){return!1}},filled:function(n){try{var r=ht(e,t,{key:n}),o=r[0],i=r[1];return!o.length&&!!i.length}catch(e){return!1}},increased:function(n,r,o){if(!it.defined(n))return!1;try{return ft(e,t,{key:n,actual:r,previous:o,type:"increased"})}catch(e){return!1}},removed:function(n,r){try{return dt(e,t,{key:n,type:"removed",value:r})}catch(e){return!1}}}}(t,this.state),c=u.changedFrom,l=u.changed;if(e.open!==i)it.boolean(i)&&(n=i?Dt.OPENING:Dt.CLOSING),this.toggle(n);e.wrapperOptions.position===s.position&&e.target===a||this.changeWrapperPosition(this.props),(l("status",Dt.IDLE)&&i||c("status",Dt.INIT,Dt.IDLE)&&o)&&this.toggle(Dt.OPEN),this.popper&&l("status",Dt.OPENING)&&this.popper.instance.update(),this.floaterRef&&(l("status",Dt.OPENING)||l("status",Dt.CLOSING))&&function(e,t,n){var r;r=function(o){n(o),function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];e.removeEventListener(t,n,r)}(e,t,r)},function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];e.addEventListener(t,n,r)}(e,t,r,arguments.length>3&&void 0!==arguments[3]&&arguments[3])}(this.floaterRef,"transitionend",this.handleTransitionEnd),l("needsUpdate",!0)&&this.rebuildPopper()}}},{key:"componentWillUnmount",value:function(){Mt()&&(this._isMounted=!1,this.popper&&this.popper.instance.destroy(),this.wrapperPopper&&this.wrapperPopper.instance.destroy())}},{key:"initPopper",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.target,n=this.state.positionWrapper,r=this.props,o=r.disableFlip,i=r.getPopper,a=r.hideArrow,s=r.offset,u=r.placement,c=r.wrapperOptions,l="top"===u||"bottom"===u?"flip":["right","bottom-end","top-end","left","top-start","bottom-start"];if("center"===u)this.setState({status:Dt.IDLE});else if(t&&this.floaterRef){var p=this.options,f=p.arrow,d=p.flip,h=p.offset,m=xt(p,qt);new $e(t,this.floaterRef,{placement:u,modifiers:wt({arrow:wt({enabled:!a,element:this.arrowRef},f),flip:wt({enabled:!o,behavior:l},d),offset:wt({offset:"0, ".concat(s,"px")},h)},m),onCreate:function(t){var n;e.popper=t,null!==(n=e.floaterRef)&&void 0!==n&&n.isConnected?(i(t,"floater"),e._isMounted&&e.setState({currentPlacement:t.placement,status:Dt.IDLE}),u!==t.placement&&setTimeout(function(){t.instance.update()},1)):e.setState({needsUpdate:!0})},onUpdate:function(t){e.popper=t;var n=e.state.currentPlacement;e._isMounted&&t.placement!==n&&e.setState({currentPlacement:t.placement})}})}if(n){var g=it.undefined(c.offset)?0:c.offset;new $e(this.target,this.wrapperRef,{placement:c.placement||u,modifiers:{arrow:{enabled:!1},offset:{offset:"0, ".concat(g,"px")},flip:{enabled:!1}},onCreate:function(t){e.wrapperPopper=t,e._isMounted&&e.setState({statusWrapper:Dt.IDLE}),i(t,"wrapper"),u!==t.placement&&setTimeout(function(){t.instance.update()},1)}})}}},{key:"rebuildPopper",value:function(){var e=this;this.floaterRefInterval=setInterval(function(){var t;null!==(t=e.floaterRef)&&void 0!==t&&t.isConnected&&(clearInterval(e.floaterRefInterval),e.setState({needsUpdate:!1}),e.initPopper())},50)}},{key:"changeWrapperPosition",value:function(e){var t=e.target,n=e.wrapperOptions;this.setState({positionWrapper:n.position&&!!t})}},{key:"toggle",value:function(e){var t=this.state.status===Dt.OPEN?Dt.CLOSING:Dt.OPENING;it.undefined(e)||(t=e),this.setState({status:t})}},{key:"debug",get:function(){return this.props.debug||Mt()&&"ReactFloaterDebug"in window&&!!window.ReactFloaterDebug}},{key:"event",get:function(){var e=this.props,t=e.disableHoverToClick,n=e.event;return"hover"===n&&zt()&&!t?"click":n}},{key:"options",get:function(){var e=this.props.options;return R()(Rt,e||{})}},{key:"styles",get:function(){var e,t=this,n=this.state,r=n.status,o=n.positionWrapper,i=n.statusWrapper,a=this.props.styles,s=R()(function(e){var t=R()(Kt,e.options||{});return{wrapper:{cursor:"help",display:"inline-flex",flexDirection:"column",zIndex:t.zIndex},wrapperPosition:{left:-1e3,position:"absolute",top:-1e3,visibility:"hidden"},floater:{display:"inline-block",filter:"drop-shadow(0 0 3px rgba(0, 0, 0, 0.3))",maxWidth:300,opacity:0,position:"relative",transition:"opacity 0.3s",visibility:"hidden",zIndex:t.zIndex},floaterOpening:{opacity:1,visibility:"visible"},floaterWithAnimation:{opacity:1,transition:"opacity 0.3s, transform 0.2s",visibility:"visible"},floaterWithComponent:{maxWidth:"100%"},floaterClosing:{opacity:0,visibility:"visible"},floaterCentered:{left:"50%",position:"fixed",top:"50%",transform:"translate(-50%, -50%)"},container:{backgroundColor:"#fff",color:"#666",minHeight:60,minWidth:200,padding:20,position:"relative",zIndex:10},title:{borderBottom:"1px solid #555",color:"#555",fontSize:18,marginBottom:5,paddingBottom:6,paddingRight:18},content:{fontSize:15},close:{backgroundColor:"transparent",border:0,borderRadius:0,color:"#555",fontSize:0,height:15,outline:"none",padding:10,position:"absolute",right:0,top:0,width:15,WebkitAppearance:"none"},footer:{borderTop:"1px solid #ccc",fontSize:13,marginTop:10,paddingTop:5},arrow:{color:"#fff",display:"inline-flex",length:16,margin:8,position:"absolute",spread:32},options:t}}(a),a);o&&(e=-1===[Dt.IDLE].indexOf(r)||-1===[Dt.IDLE].indexOf(i)?s.wrapperPosition:this.wrapperPopper.styles,s.wrapper=wt(wt({},s.wrapper),e));if(this.target){var u=window.getComputedStyle(this.target);this.wrapperStyles?s.wrapper=wt(wt({},s.wrapper),this.wrapperStyles):-1===["relative","static"].indexOf(u.position)&&(this.wrapperStyles={},o||($t.forEach(function(e){t.wrapperStyles[e]=u[e]}),s.wrapper=wt(wt({},s.wrapper),this.wrapperStyles),this.target.style.position="relative",this.target.style.top="auto",this.target.style.right="auto",this.target.style.bottom="auto",this.target.style.left="auto"))}return s}},{key:"target",get:function(){if(!Mt())return null;var e=this.props.target;return e?it.domElement(e)?e:document.querySelector(e):this.childRef||this.wrapperRef}},{key:"render",value:function(){var e=this.state,t=e.currentPlacement,n=e.positionWrapper,o=e.status,i=this.props,a=i.children,s=i.component,u=i.content,c=i.disableAnimation,l=i.footer,p=i.hideArrow,f=i.id,d=i.open,h=i.showCloseButton,m=i.style,g=i.target,y=i.title,v=r.createElement(Gt,{handleClick:this.handleClick,handleMouseEnter:this.handleMouseEnter,handleMouseLeave:this.handleMouseLeave,setChildRef:this.setChildRef,setWrapperRef:this.setWrapperRef,style:m,styles:this.styles.wrapper},a),b={};return n?b.wrapperInPortal=v:b.wrapperAsChildren=v,r.createElement("span",null,r.createElement(Ht,{hasChildren:!!a,id:f,placement:t,setRef:this.setFloaterRef,target:g,zIndex:this.styles.options.zIndex},r.createElement(Vt,{component:s,content:u,disableAnimation:c,footer:l,handleClick:this.handleClick,hideArrow:p||"center"===t,open:d,placement:t,positionWrapper:n,setArrowRef:this.setArrowRef,setFloaterRef:this.setFloaterRef,showCloseButton:h,status:o,styles:this.styles,title:y}),b.wrapperInPortal),b.wrapperAsChildren)}}]),ReactFloater}(r.Component);jt(Xt,"propTypes",{autoOpen:D().bool,callback:D().func,children:D().node,component:Lt(D().oneOfType([D().func,D().element]),function(e){return!e.content}),content:Lt(D().node,function(e){return!e.component}),debug:D().bool,disableAnimation:D().bool,disableFlip:D().bool,disableHoverToClick:D().bool,event:D().oneOf(["hover","click"]),eventDelay:D().number,footer:D().node,getPopper:D().func,hideArrow:D().bool,id:D().oneOfType([D().string,D().number]),offset:D().number,open:D().bool,options:D().object,placement:D().oneOf(["top","top-start","top-end","bottom","bottom-start","bottom-end","left","left-start","left-end","right","right-start","right-end","auto","center"]),showCloseButton:D().bool,style:D().object,styles:D().object,target:D().oneOfType([D().object,D().string]),title:D().node,wrapperOptions:D().shape({offset:D().number,placement:D().oneOf(["top","top-start","top-end","bottom","bottom-start","bottom-end","left","left-start","left-end","right","right-start","right-end","auto"]),position:D().bool})}),jt(Xt,"defaultProps",{autoOpen:!1,callback:Bt,debug:!1,disableAnimation:!1,disableFlip:!1,disableHoverToClick:!1,event:"click",eventDelay:.4,getPopper:Bt,hideArrow:!1,offset:15,placement:"bottom",showCloseButton:!1,styles:{},target:null,wrapperOptions:{position:!1}});var Yt=Object.defineProperty,__publicField=(e,t,n)=>((e,t,n)=>t in e?Yt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n)(e,"symbol"!=typeof t?t+"":t,n),Qt={INIT:"init",START:"start",STOP:"stop",RESET:"reset",PREV:"prev",NEXT:"next",GO:"go",CLOSE:"close",SKIP:"skip",UPDATE:"update"},Jt={TOUR_START:"tour:start",STEP_BEFORE:"step:before",BEACON:"beacon",TOOLTIP:"tooltip",STEP_AFTER:"step:after",TOUR_END:"tour:end",TOUR_STATUS:"tour:status",TARGET_NOT_FOUND:"error:target_not_found",ERROR:"error"},Zt={INIT:"init",READY:"ready",BEACON:"beacon",TOOLTIP:"tooltip",COMPLETE:"complete",ERROR:"error"},en={IDLE:"idle",READY:"ready",WAITING:"waiting",RUNNING:"running",PAUSED:"paused",SKIPPED:"skipped",FINISHED:"finished",ERROR:"error"};function tn(){var e;return!("undefined"==typeof window||!(null==(e=window.document)?void 0:e.createElement))}function nn(e){return e?e.getBoundingClientRect():null}function rn(e=!1){const{body:t,documentElement:n}=document;if(!t||!n)return 0;if(e){const e=[t.scrollHeight,t.offsetHeight,n.clientHeight,n.scrollHeight,n.offsetHeight].sort((e,t)=>e-t),r=Math.floor(e.length/2);return e.length%2==0?(e[r-1]+e[r])/2:e[r]}return Math.max(t.scrollHeight,t.offsetHeight,n.clientHeight,n.scrollHeight,n.offsetHeight)}function on(e){if("string"==typeof e)try{return document.querySelector(e)}catch(e){return null}return e}function an(e,t,n){if(!e)return ln();const r=x(e);if(r){if(r.isSameNode(ln()))return n?document:ln();if(!(r.scrollHeight>r.offsetHeight)&&!t)return r.style.overflow="initial",ln()}return r}function sn(e,t){if(!e)return!1;const n=an(e,t);return!!n&&!n.isSameNode(ln())}function un(e,t="fixed"){if(!(e&&e instanceof HTMLElement))return!1;const{nodeName:n}=e,r=function(e){return e&&1===e.nodeType?getComputedStyle(e):null}(e);return"BODY"!==n&&"HTML"!==n&&(!(!r||r.position!==t)||!!e.parentNode&&un(e.parentNode,t))}function cn(e,t,n){var r;if(!e)return 0;const{offsetTop:o=0,scrollTop:i=0}=null!=(r=x(e))?r:{};let a=e.getBoundingClientRect().top+i;o&&(sn(e,n)||function(e){return e.offsetParent!==document.body}(e))&&(a-=o);const s=Math.floor(a-t);return s<0?0:s}function ln(){var e;return null!=(e=document.scrollingElement)?e:document.documentElement}var pn=void 0!==A.createPortal;function fn(e=navigator.userAgent){let t=e;return"undefined"==typeof window?t="node":document.documentMode?t="ie":/Edge/.test(e)?t="edge":Boolean(window.opera)||e.includes(" OPR/")?t="opera":void 0!==window.InstallTrigger?t="firefox":window.chrome?t="chrome":/(Version\/([\d._]+).*Safari|CriOS|FxiOS| Mobile\/)/.test(e)&&(t="safari"),t}function dn(e){return Object.prototype.toString.call(e).slice(8,-1).toLowerCase()}function hn(e,t={}){const{defaultValue:n,step:o,steps:i}=t;let a=I(e);if(a)(a.includes("{step}")||a.includes("{steps}"))&&o&&i&&(a=a.replace("{step}",o.toString()).replace("{steps}",i.toString()));else if((0,r.isValidElement)(e)&&!Object.values(e.props).length&&"function"===dn(e.type)){a=hn(e.type({}),t)}else a=I(n);return a}function mn(e){const t=e.replace(/^#?([\da-f])([\da-f])([\da-f])$/i,(e,t,n,r)=>t+t+n+n+r+r),n=/^#?([\da-f]{2})([\da-f]{2})([\da-f]{2})$/i.exec(t);return n?[parseInt(n[1],16),parseInt(n[2],16),parseInt(n[3],16)]:[]}function gn(e){return e.disableBeacon||"center"===e.placement}function yn(){return!["chrome","safari","firefox","opera"].includes(fn())}function vn({data:e,debug:t=!1,title:n,warn:r=!1}){const o=r?console.warn||console.error:console.log;t&&(n&&e?(console.groupCollapsed(`%creact-joyride: ${n}`,"color: #ff0044; font-weight: bold; font-size: 12px;"),Array.isArray(e)?e.forEach(e=>{y.plainObject(e)&&e.key?o.apply(console,[e.key,e.value]):o.apply(console,[e])}):o.apply(console,[e]),console.groupEnd()):console.error("Missing title or data props"))}function bn(e,...t){if(!y.plainObject(e))throw new TypeError("Expected an object");const n={};for(const r in e)({}).hasOwnProperty.call(e,r)&&(t.includes(r)||(n[r]=e[r]));return n}function _n(e,t,n){const o=e=>e.replace("{step}",String(t)).replace("{steps}",String(n));if("string"===dn(e))return o(e);if(!(0,r.isValidElement)(e))return e;const{children:i}=e.props;if("string"===dn(i)&&i.includes("{step}"))return(0,r.cloneElement)(e,{children:o(i)});if(Array.isArray(i))return(0,r.cloneElement)(e,{children:i.map(e=>"string"==typeof e?o(e):_n(e,t,n))});if("function"===dn(e.type)&&!Object.values(e.props).length){return _n(e.type({}),t,n)}return e}var wn={options:{preventOverflow:{boundariesElement:"scrollParent"}},wrapperOptions:{offset:-18,position:!0}},kn={back:"Back",close:"Close",last:"Last",next:"Next",nextLabelWithProgress:"Next (Step {step} of {steps})",open:"Open the dialog",skip:"Skip"},En={event:"click",placement:"bottom",offset:10,disableBeacon:!1,disableCloseOnEsc:!1,disableOverlay:!1,disableOverlayClose:!1,disableScrollParentFix:!1,disableScrolling:!1,hideBackButton:!1,hideCloseButton:!1,hideFooter:!1,isFixed:!1,locale:kn,showProgress:!1,showSkipButton:!1,spotlightClicks:!1,spotlightPadding:10},On={continuous:!1,debug:!1,disableCloseOnEsc:!1,disableOverlay:!1,disableOverlayClose:!1,disableScrolling:!1,disableScrollParentFix:!1,getHelpers:void 0,hideBackButton:!1,run:!0,scrollOffset:20,scrollDuration:300,scrollToFirstStep:!1,showSkipButton:!1,showProgress:!1,spotlightClicks:!1,spotlightPadding:10,steps:[]},jn={arrowColor:"#fff",backgroundColor:"#fff",beaconSize:36,overlayColor:"rgba(0, 0, 0, 0.5)",primaryColor:"#f04",spotlightShadow:"0 0 15px rgba(0, 0, 0, 0.5)",textColor:"#333",width:380,zIndex:100},Cn={backgroundColor:"transparent",border:0,borderRadius:0,color:"#555",cursor:"pointer",fontSize:16,lineHeight:1,padding:8,WebkitAppearance:"none"},Sn={borderRadius:4,position:"absolute"};function Tn(e){return function(e,...t){if(!y.plainObject(e))throw new TypeError("Expected an object");if(!t.length)return e;const n={};for(const r in e)({}).hasOwnProperty.call(e,r)&&t.includes(r)&&(n[r]=e[r]);return n}(e,"beaconComponent","disableCloseOnEsc","disableOverlay","disableOverlayClose","disableScrolling","disableScrollParentFix","floaterProps","hideBackButton","hideCloseButton","locale","showProgress","showSkipButton","spotlightClicks","spotlightPadding","styles","tooltipComponent")}function xn(e,t){var n,r,o,i,a,s;const u=null!=t?t:{},c=P.all([En,Tn(e),u],{isMergeableObject:y.plainObject}),l=function(e,t){var n,r,o,i,a;const{floaterProps:s,styles:u}=e,c=P(null!=(n=t.floaterProps)?n:{},null!=s?s:{}),l=P(null!=u?u:{},null!=(r=t.styles)?r:{}),p=P(jn,l.options||{}),f="center"===t.placement||t.disableBeacon;let{width:d}=p;window.innerWidth>480&&(d=380),"width"in p&&(d="number"==typeof p.width&&window.innerWidth<p.width?window.innerWidth-30:p.width);const h={bottom:0,left:0,overflow:"hidden",position:"absolute",right:0,top:0,zIndex:p.zIndex},m={beacon:{...Cn,display:f?"none":"inline-block",height:p.beaconSize,position:"relative",width:p.beaconSize,zIndex:p.zIndex},beaconInner:{animation:"joyride-beacon-inner 1.2s infinite ease-in-out",backgroundColor:p.primaryColor,borderRadius:"50%",display:"block",height:"50%",left:"50%",opacity:.7,position:"absolute",top:"50%",transform:"translate(-50%, -50%)",width:"50%"},beaconOuter:{animation:"joyride-beacon-outer 1.2s infinite ease-in-out",backgroundColor:`rgba(${mn(p.primaryColor).join(",")}, 0.2)`,border:`2px solid ${p.primaryColor}`,borderRadius:"50%",boxSizing:"border-box",display:"block",height:"100%",left:0,opacity:.9,position:"absolute",top:0,transformOrigin:"center",width:"100%"},tooltip:{backgroundColor:p.backgroundColor,borderRadius:5,boxSizing:"border-box",color:p.textColor,fontSize:16,maxWidth:"100%",padding:15,position:"relative",width:d},tooltipContainer:{lineHeight:1.4,textAlign:"center"},tooltipTitle:{fontSize:18,margin:0},tooltipContent:{padding:"20px 10px"},tooltipFooter:{alignItems:"center",display:"flex",justifyContent:"flex-end",marginTop:15},tooltipFooterSpacer:{flex:1},buttonNext:{...Cn,backgroundColor:p.primaryColor,borderRadius:4,color:"#fff"},buttonBack:{...Cn,color:p.primaryColor,marginLeft:"auto",marginRight:5},buttonClose:{...Cn,color:p.textColor,height:14,padding:15,position:"absolute",right:0,top:0,width:14},buttonSkip:{...Cn,color:p.textColor,fontSize:14},overlay:{...h,backgroundColor:p.overlayColor,mixBlendMode:"hard-light"},overlayLegacy:{...h},overlayLegacyCenter:{...h,backgroundColor:p.overlayColor},spotlight:{...Sn,backgroundColor:"gray"},spotlightLegacy:{...Sn,boxShadow:`0 0 0 9999px ${p.overlayColor}, ${p.spotlightShadow}`},floaterStyles:{arrow:{color:null!=(a=null==(i=null==(o=null==c?void 0:c.styles)?void 0:o.arrow)?void 0:i.color)?a:p.arrowColor},options:{zIndex:p.zIndex+100}},options:p};return P(m,l)}(e,c),p=sn(on(c.target),c.disableScrollParentFix),f=P.all([wn,null!=(n=e.floaterProps)?n:{},null!=(r=c.floaterProps)?r:{}]);return f.offset=c.offset,f.styles=P(null!=(o=f.styles)?o:{},l.floaterStyles),f.offset+=null!=(a=null!=(i=e.spotlightPadding)?i:c.spotlightPadding)?a:0,c.placementBeacon&&f.wrapperOptions&&(f.wrapperOptions.placement=c.placementBeacon),p&&f.options.preventOverflow&&(f.options.preventOverflow.boundariesElement="window"),{...c,locale:P.all([kn,null!=(s=e.locale)?s:{},c.locale||{}]),floaterProps:f,styles:bn(l,"floaterStyles")}}function An(e,t=!1){return y.plainObject(e)?!!e.target||(vn({title:"validateStep",data:"target is missing from the step",warn:!0,debug:t}),!1):(vn({title:"validateStep",data:"step must be an object",warn:!0,debug:t}),!1)}function In(e,t=!1){return y.array(e)?e.every(e=>An(e,t)):(vn({title:"validateSteps",data:"steps must be an array",warn:!0,debug:t}),!1)}var Pn,Rn={action:"init",controlled:!1,index:0,lifecycle:Zt.INIT,origin:null,size:0,status:en.IDLE},Ln=(Pn=bn(Rn,"controlled","size"),Object.keys(Pn)),Dn=class{constructor(e){__publicField(this,"beaconPopper"),__publicField(this,"tooltipPopper"),__publicField(this,"data",new Map),__publicField(this,"listener"),__publicField(this,"store",new Map),__publicField(this,"addListener",e=>{this.listener=e}),__publicField(this,"setSteps",e=>{const{size:t,status:n}=this.getState(),r={size:e.length,status:n};this.data.set("steps",e),n===en.WAITING&&!t&&e.length&&(r.status=en.RUNNING),this.setState(r)}),__publicField(this,"getPopper",e=>"beacon"===e?this.beaconPopper:this.tooltipPopper),__publicField(this,"setPopper",(e,t)=>{"beacon"===e?this.beaconPopper=t:this.tooltipPopper=t}),__publicField(this,"cleanupPoppers",()=>{this.beaconPopper=null,this.tooltipPopper=null}),__publicField(this,"close",(e=null)=>{const{index:t,status:n}=this.getState();n===en.RUNNING&&this.setState({...this.getNextState({action:Qt.CLOSE,index:t+1,origin:e})})}),__publicField(this,"go",e=>{const{controlled:t,status:n}=this.getState();if(t||n!==en.RUNNING)return;const r=this.getSteps()[e];this.setState({...this.getNextState({action:Qt.GO,index:e}),status:r?n:en.FINISHED})}),__publicField(this,"info",()=>this.getState()),__publicField(this,"next",()=>{const{index:e,status:t}=this.getState();t===en.RUNNING&&this.setState(this.getNextState({action:Qt.NEXT,index:e+1}))}),__publicField(this,"open",()=>{const{status:e}=this.getState();e===en.RUNNING&&this.setState({...this.getNextState({action:Qt.UPDATE,lifecycle:Zt.TOOLTIP})})}),__publicField(this,"prev",()=>{const{index:e,status:t}=this.getState();t===en.RUNNING&&this.setState({...this.getNextState({action:Qt.PREV,index:e-1})})}),__publicField(this,"reset",(e=!1)=>{const{controlled:t}=this.getState();t||this.setState({...this.getNextState({action:Qt.RESET,index:0}),status:e?en.RUNNING:en.READY})}),__publicField(this,"skip",()=>{const{status:e}=this.getState();e===en.RUNNING&&this.setState({action:Qt.SKIP,lifecycle:Zt.INIT,status:en.SKIPPED})}),__publicField(this,"start",e=>{const{index:t,size:n}=this.getState();this.setState({...this.getNextState({action:Qt.START,index:y.number(e)?e:t},!0),status:n?en.RUNNING:en.WAITING})}),__publicField(this,"stop",(e=!1)=>{const{index:t,status:n}=this.getState();[en.FINISHED,en.SKIPPED].includes(n)||this.setState({...this.getNextState({action:Qt.STOP,index:t+(e?1:0)}),status:en.PAUSED})}),__publicField(this,"update",e=>{var t,n,r,o;if(r=e,o=Ln,!(y.plainObject(r)&&y.array(o)&&Object.keys(r).every(e=>o.includes(e))))throw new Error(`State is not valid. Valid keys: ${Ln.join(", ")}`);this.setState({...this.getNextState({...this.getState(),...e,action:null!=(t=e.action)?t:Qt.UPDATE,origin:null!=(n=e.origin)?n:null},!0)})});const{continuous:t=!1,stepIndex:n,steps:r=[]}=null!=e?e:{};this.setState({action:Qt.INIT,controlled:y.number(n),continuous:t,index:y.number(n)?n:0,lifecycle:Zt.INIT,origin:null,status:r.length?en.READY:en.IDLE},!0),this.beaconPopper=null,this.tooltipPopper=null,this.listener=null,this.setSteps(r)}getState(){return this.store.size?{action:this.store.get("action")||"",controlled:this.store.get("controlled")||!1,index:parseInt(this.store.get("index"),10),lifecycle:this.store.get("lifecycle")||"",origin:this.store.get("origin")||null,size:this.store.get("size")||0,status:this.store.get("status")||""}:{...Rn}}getNextState(e,t=!1){var n,r,o,i,a;const{action:s,controlled:u,index:c,size:l,status:p}=this.getState(),f=y.number(e.index)?e.index:c,d=u&&!t?c:Math.min(Math.max(f,0),l);return{action:null!=(n=e.action)?n:s,controlled:u,index:d,lifecycle:null!=(r=e.lifecycle)?r:Zt.INIT,origin:null!=(o=e.origin)?o:null,size:null!=(i=e.size)?i:l,status:d===l?en.FINISHED:null!=(a=e.status)?a:p}}getSteps(){const e=this.data.get("steps");return Array.isArray(e)?e:[]}hasUpdatedState(e){return JSON.stringify(e)!==JSON.stringify(this.getState())}setState(e,t=!1){const n=this.getState(),{action:r,index:o,lifecycle:i,origin:a=null,size:s,status:u}={...n,...e};this.store.set("action",r),this.store.set("index",o),this.store.set("lifecycle",i),this.store.set("origin",a),this.store.set("size",s),this.store.set("status",u),t&&(this.store.set("controlled",e.controlled),this.store.set("continuous",e.continuous)),this.listener&&this.hasUpdatedState(n)&&this.listener(this.getState())}getHelpers(){return{close:this.close,go:this.go,info:this.info,next:this.next,open:this.open,prev:this.prev,reset:this.reset,skip:this.skip}}};var Nn=function JoyrideSpotlight({styles:e}){return r.createElement("div",{key:"JoyrideSpotlight",className:"react-joyride__spotlight","data-test-id":"spotlight",style:e})},Mn=class extends r.Component{constructor(){super(...arguments),__publicField(this,"isActive",!1),__publicField(this,"resizeTimeout"),__publicField(this,"scrollTimeout"),__publicField(this,"scrollParent"),__publicField(this,"state",{isScrolling:!1,mouseOverSpotlight:!1,showSpotlight:!0}),__publicField(this,"hideSpotlight",()=>{const{continuous:e,disableOverlay:t,lifecycle:n}=this.props,r=[Zt.INIT,Zt.BEACON,Zt.COMPLETE,Zt.ERROR];return t||(e?r.includes(n):n!==Zt.TOOLTIP)}),__publicField(this,"handleMouseMove",e=>{const{mouseOverSpotlight:t}=this.state,{height:n,left:r,position:o,top:i,width:a}=this.spotlightStyles,s="fixed"===o?e.clientY:e.pageY,u="fixed"===o?e.clientX:e.pageX,c=u>=r&&u<=r+a&&(s>=i&&s<=i+n);c!==t&&this.updateState({mouseOverSpotlight:c})}),__publicField(this,"handleScroll",()=>{const{target:e}=this.props,t=on(e);if(this.scrollParent!==document){const{isScrolling:e}=this.state;e||this.updateState({isScrolling:!0,showSpotlight:!1}),clearTimeout(this.scrollTimeout),this.scrollTimeout=window.setTimeout(()=>{this.updateState({isScrolling:!1,showSpotlight:!0})},50)}else un(t,"sticky")&&this.updateState({})}),__publicField(this,"handleResize",()=>{clearTimeout(this.resizeTimeout),this.resizeTimeout=window.setTimeout(()=>{this.isActive&&this.forceUpdate()},100)})}componentDidMount(){const{debug:e,disableScrolling:t,disableScrollParentFix:n=!1,target:r}=this.props,o=on(r);this.scrollParent=an(null!=o?o:document.body,n,!0),this.isActive=!0,window.addEventListener("resize",this.handleResize)}componentDidUpdate(e){var t;const{disableScrollParentFix:n,lifecycle:r,spotlightClicks:o,target:i}=this.props,{changed:a}=S(e,this.props);if(a("target")||a("disableScrollParentFix")){const e=on(i);this.scrollParent=an(null!=e?e:document.body,n,!0)}a("lifecycle",Zt.TOOLTIP)&&(null==(t=this.scrollParent)||t.addEventListener("scroll",this.handleScroll,{passive:!0}),setTimeout(()=>{const{isScrolling:e}=this.state;e||this.updateState({showSpotlight:!0})},100)),(a("spotlightClicks")||a("disableOverlay")||a("lifecycle"))&&(o&&r===Zt.TOOLTIP?window.addEventListener("mousemove",this.handleMouseMove,!1):r!==Zt.TOOLTIP&&window.removeEventListener("mousemove",this.handleMouseMove))}componentWillUnmount(){var e;this.isActive=!1,window.removeEventListener("mousemove",this.handleMouseMove),window.removeEventListener("resize",this.handleResize),clearTimeout(this.resizeTimeout),clearTimeout(this.scrollTimeout),null==(e=this.scrollParent)||e.removeEventListener("scroll",this.handleScroll)}get overlayStyles(){const{mouseOverSpotlight:e}=this.state,{disableOverlayClose:t,placement:n,styles:r}=this.props;let o=r.overlay;return yn()&&(o="center"===n?r.overlayLegacyCenter:r.overlayLegacy),{cursor:t?"default":"pointer",height:rn(),pointerEvents:e?"none":"auto",...o}}get spotlightStyles(){var e,t,n;const{showSpotlight:r}=this.state,{disableScrollParentFix:o=!1,spotlightClicks:i,spotlightPadding:a=0,styles:s,target:u}=this.props,c=on(u),l=nn(c),p=un(c),f=function(e,t,n){var r,o,i;const a=nn(e),s=an(e,n),u=sn(e,n),c=un(e);let l=0,p=null!=(r=null==a?void 0:a.top)?r:0;u&&c?p=(null!=(o=null==e?void 0:e.offsetTop)?o:0)-(null!=(i=null==s?void 0:s.scrollTop)?i:0):s instanceof HTMLElement&&(l=s.scrollTop,u||un(e)||(p+=l),s.isSameNode(ln())||(p+=ln().scrollTop));return Math.floor(p-t)}(c,a,o);return{...yn()?s.spotlightLegacy:s.spotlight,height:Math.round((null!=(e=null==l?void 0:l.height)?e:0)+2*a),left:Math.round((null!=(t=null==l?void 0:l.left)?t:0)-a),opacity:r?1:0,pointerEvents:i?"none":"auto",position:p?"fixed":"absolute",top:f,transition:"opacity 0.2s",width:Math.round((null!=(n=null==l?void 0:l.width)?n:0)+2*a)}}updateState(e){this.isActive&&this.setState(t=>({...t,...e}))}render(){const{showSpotlight:e}=this.state,{onClickOverlay:t,placement:n}=this.props,{hideSpotlight:o,overlayStyles:i,spotlightStyles:a}=this;if(o())return null;let s="center"!==n&&e&&r.createElement(Nn,{styles:a});if("safari"===fn()){const{mixBlendMode:e,zIndex:t,...n}=i;s=r.createElement("div",{style:{...n}},s),delete i.backgroundColor}return r.createElement("div",{className:"react-joyride__overlay","data-test-id":"overlay",onClick:t,role:"presentation",style:i},s)}},zn=class extends r.Component{constructor(){super(...arguments),__publicField(this,"node",null)}componentDidMount(){const{id:e}=this.props;tn()&&(this.node=document.createElement("div"),this.node.id=e,document.body.appendChild(this.node),pn||this.renderReact15())}componentDidUpdate(){tn()&&(pn||this.renderReact15())}componentWillUnmount(){tn()&&this.node&&(pn||A.unmountComponentAtNode(this.node),this.node.parentNode===document.body&&(document.body.removeChild(this.node),this.node=null))}renderReact15(){if(!tn())return;const{children:e}=this.props;this.node&&A.unstable_renderSubtreeIntoContainer(this,e,this.node)}renderReact16(){if(!tn()||!pn)return null;const{children:e}=this.props;return this.node?A.createPortal(e,this.node):null}render(){return pn?this.renderReact16():null}},Fn=class{constructor(e,t){if(__publicField(this,"element"),__publicField(this,"options"),__publicField(this,"canBeTabbed",e=>{const{tabIndex:t}=e;return!(null===t||t<0)&&this.canHaveFocus(e)}),__publicField(this,"canHaveFocus",e=>{const t=e.nodeName.toLowerCase();return(/input|select|textarea|button|object/.test(t)&&!e.getAttribute("disabled")||"a"===t&&!!e.getAttribute("href"))&&this.isVisible(e)}),__publicField(this,"findValidTabElements",()=>[].slice.call(this.element.querySelectorAll("*"),0).filter(this.canBeTabbed)),__publicField(this,"handleKeyDown",e=>{const{code:t="Tab"}=this.options;e.code===t&&this.interceptTab(e)}),__publicField(this,"interceptTab",e=>{e.preventDefault();const t=this.findValidTabElements(),{shiftKey:n}=e;if(!t.length)return;let r=document.activeElement?t.indexOf(document.activeElement):0;-1===r||!n&&r+1===t.length?r=0:n&&0===r?r=t.length-1:r+=n?-1:1,t[r].focus()}),__publicField(this,"isHidden",e=>{const t=e.offsetWidth<=0&&e.offsetHeight<=0,n=window.getComputedStyle(e);return!(!t||e.innerHTML)||(t&&"visible"!==n.getPropertyValue("overflow")||"none"===n.getPropertyValue("display"))}),__publicField(this,"isVisible",e=>{let t=e;for(;t;)if(t instanceof HTMLElement){if(t===document.body)break;if(this.isHidden(t))return!1;t=t.parentNode}return!0}),__publicField(this,"removeScope",()=>{window.removeEventListener("keydown",this.handleKeyDown)}),__publicField(this,"checkFocus",e=>{document.activeElement!==e&&(e.focus(),window.requestAnimationFrame(()=>this.checkFocus(e)))}),__publicField(this,"setFocus",()=>{const{selector:e}=this.options;if(!e)return;const t=this.element.querySelector(e);t&&window.requestAnimationFrame(()=>this.checkFocus(t))}),!(e instanceof HTMLElement))throw new TypeError("Invalid parameter: element must be an HTMLElement");this.element=e,this.options=t,window.addEventListener("keydown",this.handleKeyDown,!1),this.setFocus()}},Bn=class extends r.Component{constructor(e){if(super(e),__publicField(this,"beacon",null),__publicField(this,"setBeaconRef",e=>{this.beacon=e}),e.beaconComponent)return;const t=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.id="joyride-beacon-animation",e.nonce&&n.setAttribute("nonce",e.nonce);n.appendChild(document.createTextNode("\n @keyframes joyride-beacon-inner {\n 20% {\n opacity: 0.9;\n }\n \n 90% {\n opacity: 0.7;\n }\n }\n \n @keyframes joyride-beacon-outer {\n 0% {\n transform: scale(1);\n }\n \n 45% {\n opacity: 0.7;\n transform: scale(0.75);\n }\n \n 100% {\n opacity: 0.9;\n transform: scale(1);\n }\n }\n ")),t.appendChild(n)}componentDidMount(){const{shouldFocus:e}=this.props;setTimeout(()=>{y.domElement(this.beacon)&&e&&this.beacon.focus()},0)}componentWillUnmount(){const e=document.getElementById("joyride-beacon-animation");(null==e?void 0:e.parentNode)&&e.parentNode.removeChild(e)}render(){const{beaconComponent:e,continuous:t,index:n,isLastStep:o,locale:i,onClickOrHover:a,size:s,step:u,styles:c}=this.props,l=hn(i.open),p={"aria-label":l,onClick:a,onMouseEnter:a,ref:this.setBeaconRef,title:l};let f;if(e){const i=e;f=r.createElement(i,{continuous:t,index:n,isLastStep:o,size:s,step:u,...p})}else f=r.createElement("button",{key:"JoyrideBeacon",className:"react-joyride__beacon","data-test-id":"button-beacon",style:c.beacon,type:"button",...p},r.createElement("span",{style:c.beaconInner}),r.createElement("span",{style:c.beaconOuter}));return f}};var Hn=function JoyrideTooltipCloseButton({styles:e,...t}){const{color:n,height:o,width:i,...a}=e;return r.createElement("button",{style:a,type:"button",...t},r.createElement("svg",{height:"number"==typeof o?`${o}px`:o,preserveAspectRatio:"xMidYMid",version:"1.1",viewBox:"0 0 18 18",width:"number"==typeof i?`${i}px`:i,xmlns:"http://www.w3.org/2000/svg"},r.createElement("g",null,r.createElement("path",{d:"M8.13911129,9.00268191 L0.171521827,17.0258467 C-0.0498027049,17.248715 -0.0498027049,17.6098394 0.171521827,17.8327545 C0.28204354,17.9443526 0.427188206,17.9998706 0.572051765,17.9998706 C0.71714958,17.9998706 0.862013139,17.9443526 0.972581703,17.8327545 L9.0000937,9.74924618 L17.0276057,17.8327545 C17.1384085,17.9443526 17.2832721,17.9998706 17.4281356,17.9998706 C17.5729992,17.9998706 17.718097,17.9443526 17.8286656,17.8327545 C18.0499901,17.6098862 18.0499901,17.2487618 17.8286656,17.0258467 L9.86135722,9.00268191 L17.8340066,0.973848225 C18.0553311,0.750979934 18.0553311,0.389855532 17.8340066,0.16694039 C17.6126821,-0.0556467968 17.254037,-0.0556467968 17.0329467,0.16694039 L9.00042166,8.25611765 L0.967006424,0.167268345 C0.745681892,-0.0553188426 0.387317931,-0.0553188426 0.165993399,0.167268345 C-0.0553311331,0.390136635 -0.0553311331,0.751261038 0.165993399,0.974176179 L8.13920499,9.00268191 L8.13911129,9.00268191 Z",fill:n}))))};var Un=function JoyrideTooltipContainer(e){const{backProps:t,closeProps:n,index:o,isLastStep:i,primaryProps:a,skipProps:s,step:u,tooltipProps:c}=e,{content:l,hideBackButton:p,hideCloseButton:f,hideFooter:d,showSkipButton:h,styles:m,title:g}=u,y={};return y.primary=r.createElement("button",{"data-test-id":"button-primary",style:m.buttonNext,type:"button",...a}),h&&!i&&(y.skip=r.createElement("button",{"aria-live":"off","data-test-id":"button-skip",style:m.buttonSkip,type:"button",...s})),!p&&o>0&&(y.back=r.createElement("button",{"data-test-id":"button-back",style:m.buttonBack,type:"button",...t})),y.close=!f&&r.createElement(Hn,{"data-test-id":"button-close",styles:m.buttonClose,...n}),r.createElement("div",{key:"JoyrideTooltip","aria-label":hn(null!=g?g:l),className:"react-joyride__tooltip",style:m.tooltip,...c},r.createElement("div",{style:m.tooltipContainer},g&&r.createElement("h1",{"aria-label":hn(g),style:m.tooltipTitle},g),r.createElement("div",{style:m.tooltipContent},l)),!d&&r.createElement("div",{style:m.tooltipFooter},r.createElement("div",{style:m.tooltipFooterSpacer},y.skip),y.back,y.primary),y.close)},Wn=class extends r.Component{constructor(){super(...arguments),__publicField(this,"handleClickBack",e=>{e.preventDefault();const{helpers:t}=this.props;t.prev()}),__publicField(this,"handleClickClose",e=>{e.preventDefault();const{helpers:t}=this.props;t.close("button_close")}),__publicField(this,"handleClickPrimary",e=>{e.preventDefault();const{continuous:t,helpers:n}=this.props;t?n.next():n.close("button_primary")}),__publicField(this,"handleClickSkip",e=>{e.preventDefault();const{helpers:t}=this.props;t.skip()}),__publicField(this,"getElementsProps",()=>{const{continuous:e,index:t,isLastStep:n,setTooltipRef:r,size:o,step:i}=this.props,{back:a,close:s,last:u,next:c,nextLabelWithProgress:l,skip:p}=i.locale,f=hn(a),d=hn(s),h=hn(u),m=hn(c),g=hn(p);let y=s,v=d;if(e){if(y=c,v=m,i.showProgress&&!n){const e=hn(l,{step:t+1,steps:o});y=_n(l,t+1,o),v=e}n&&(y=u,v=h)}return{backProps:{"aria-label":f,children:a,"data-action":"back",onClick:this.handleClickBack,role:"button",title:f},closeProps:{"aria-label":d,children:s,"data-action":"close",onClick:this.handleClickClose,role:"button",title:d},primaryProps:{"aria-label":v,children:y,"data-action":"primary",onClick:this.handleClickPrimary,role:"button",title:v},skipProps:{"aria-label":g,children:p,"data-action":"skip",onClick:this.handleClickSkip,role:"button",title:g},tooltipProps:{"aria-modal":!0,ref:r,role:"alertdialog"}}})}render(){const{continuous:e,index:t,isLastStep:n,setTooltipRef:o,size:i,step:a}=this.props,{beaconComponent:s,tooltipComponent:u,...c}=a;let l;if(u){const a={...this.getElementsProps(),continuous:e,index:t,isLastStep:n,size:i,step:c,setTooltipRef:o},s=u;l=r.createElement(s,{...a})}else l=r.createElement(Un,{...this.getElementsProps(),continuous:e,index:t,isLastStep:n,size:i,step:a});return l}},Vn=class extends r.Component{constructor(){super(...arguments),__publicField(this,"scope",null),__publicField(this,"tooltip",null),__publicField(this,"handleClickHoverBeacon",e=>{const{step:t,store:n}=this.props;"mouseenter"===e.type&&"hover"!==t.event||n.update({lifecycle:Zt.TOOLTIP})}),__publicField(this,"setTooltipRef",e=>{this.tooltip=e}),__publicField(this,"setPopper",(e,t)=>{var n;const{action:r,lifecycle:o,step:i,store:a}=this.props;"wrapper"===t?a.setPopper("beacon",e):a.setPopper("tooltip",e),a.getPopper("beacon")&&(a.getPopper("tooltip")||"center"===i.placement)&&o===Zt.INIT&&a.update({action:r,lifecycle:Zt.READY}),(null==(n=i.floaterProps)?void 0:n.getPopper)&&i.floaterProps.getPopper(e,t)}),__publicField(this,"renderTooltip",e=>{const{continuous:t,helpers:n,index:o,size:i,step:a}=this.props;return r.createElement(Wn,{continuous:t,helpers:n,index:o,isLastStep:o+1===i,setTooltipRef:this.setTooltipRef,size:i,step:a,...e})})}componentDidMount(){const{debug:e,index:t}=this.props;vn({title:`step:${t}`,data:[{key:"props",value:this.props}],debug:e})}componentDidUpdate(e){var t;const{action:n,callback:r,continuous:o,controlled:i,debug:a,helpers:s,index:u,lifecycle:c,shouldScroll:l,status:p,step:f,store:d}=this.props,{changed:h,changedFrom:m}=S(e,this.props),g=s.info(),y=o&&n!==Qt.CLOSE&&(u>0||n===Qt.PREV),v=h("action")||h("index")||h("lifecycle")||h("status"),b=m("lifecycle",[Zt.TOOLTIP,Zt.INIT],Zt.INIT),_=h("action",[Qt.NEXT,Qt.PREV,Qt.SKIP,Qt.CLOSE]),w=i&&u===e.index;if(_&&(b||w)&&r({...g,index:e.index,lifecycle:Zt.COMPLETE,step:e.step,type:Jt.STEP_AFTER}),"center"===f.placement&&p===en.RUNNING&&h("index")&&n!==Qt.START&&c===Zt.INIT&&d.update({lifecycle:Zt.READY}),v){const e=on(f.target),t=!!e,o=t&&function(e){var t;if(!e)return!1;let n=e;for(;n&&n!==document.body;){if(n instanceof HTMLElement){const{display:e,visibility:t}=getComputedStyle(n);if("none"===e||"hidden"===t)return!1}n=null!=(t=n.parentElement)?t:null}return!0}(e);o?(m("status",en.READY,en.RUNNING)||m("lifecycle",Zt.INIT,Zt.READY))&&r({...g,step:f,type:Jt.STEP_BEFORE}):(console.warn(t?"Target not visible":"Target not mounted",f),r({...g,type:Jt.TARGET_NOT_FOUND,step:f}),i||d.update({index:u+(n===Qt.PREV?-1:1)}))}m("lifecycle",Zt.INIT,Zt.READY)&&d.update({lifecycle:gn(f)||y?Zt.TOOLTIP:Zt.BEACON}),h("index")&&vn({title:`step:${c}`,data:[{key:"props",value:this.props}],debug:a}),h("lifecycle",Zt.BEACON)&&r({...g,step:f,type:Jt.BEACON}),h("lifecycle",Zt.TOOLTIP)&&(r({...g,step:f,type:Jt.TOOLTIP}),l&&this.tooltip&&(this.scope=new Fn(this.tooltip,{selector:"[data-action=primary]"}),this.scope.setFocus())),m("lifecycle",[Zt.TOOLTIP,Zt.INIT],Zt.INIT)&&(null==(t=this.scope)||t.removeScope(),d.cleanupPoppers())}componentWillUnmount(){var e;null==(e=this.scope)||e.removeScope()}get open(){const{lifecycle:e,step:t}=this.props;return gn(t)||e===Zt.TOOLTIP}render(){const{continuous:e,debug:t,index:n,nonce:o,shouldScroll:i,size:a,step:s}=this.props,u=on(s.target);return An(s)&&y.domElement(u)?r.createElement("div",{key:`JoyrideStep-${n}`,className:"react-joyride__step"},r.createElement(Xt,{...s.floaterProps,component:this.renderTooltip,debug:t,getPopper:this.setPopper,id:`react-joyride-step-${n}`,open:this.open,placement:s.placement,target:s.target},r.createElement(Bn,{beaconComponent:s.beaconComponent,continuous:e,index:n,isLastStep:n+1===a,locale:s.locale,nonce:o,onClickOrHover:this.handleClickHoverBeacon,shouldFocus:i,size:a,step:s,styles:s.styles}))):null}},Gn=class extends r.Component{constructor(e){super(e),__publicField(this,"helpers"),__publicField(this,"store"),__publicField(this,"callback",e=>{const{callback:t}=this.props;y.function(t)&&t(e)}),__publicField(this,"handleKeyboard",e=>{const{index:t,lifecycle:n}=this.state,{steps:r}=this.props,o=r[t];n===Zt.TOOLTIP&&"Escape"===e.code&&o&&!o.disableCloseOnEsc&&this.store.close("keyboard")}),__publicField(this,"handleClickOverlay",()=>{const{index:e}=this.state,{steps:t}=this.props;xn(this.props,t[e]).disableOverlayClose||this.helpers.close("overlay")}),__publicField(this,"syncState",e=>{this.setState(e)});const{debug:t,getHelpers:n,run:r=!0,stepIndex:o}=e;var i;this.store=(i={...e,controlled:r&&y.number(o)},new Dn(i)),this.helpers=this.store.getHelpers();const{addListener:a}=this.store;vn({title:"init",data:[{key:"props",value:this.props},{key:"state",value:this.state}],debug:t}),a(this.syncState),n&&n(this.helpers),this.state=this.store.getState()}componentDidMount(){if(!tn())return;const{debug:e,disableCloseOnEsc:t,run:n,steps:r}=this.props,{start:o}=this.store;In(r,e)&&n&&o(),t||document.body.addEventListener("keydown",this.handleKeyboard,{passive:!0})}componentDidUpdate(e,t){if(!tn())return;const{action:n,controlled:r,index:o,status:i}=this.state,{debug:a,run:s,stepIndex:u,steps:l}=this.props,{stepIndex:p,steps:f}=e,{reset:d,setSteps:h,start:m,stop:g,update:v}=this.store,{changed:b}=S(e,this.props),{changed:_,changedFrom:w}=S(t,this.state),k=xn(this.props,l[o]),E=!c(f,l),O=y.number(u)&&b("stepIndex"),j=on(k.target);if(E&&(In(l,a)?h(l):console.warn("Steps are not valid",l)),b("run")&&(s?m(u):g()),O){let e=y.number(p)&&p<u?Qt.NEXT:Qt.PREV;n===Qt.STOP&&(e=Qt.START),[en.FINISHED,en.SKIPPED].includes(i)||v({action:n===Qt.CLOSE?Qt.CLOSE:e,index:u,lifecycle:Zt.INIT})}r||i!==en.RUNNING||0!==o||j||(this.store.update({index:o+1}),this.callback({...this.state,type:Jt.TARGET_NOT_FOUND,step:k}));const C={...this.state,index:o,step:k};if(_("action",[Qt.NEXT,Qt.PREV,Qt.SKIP,Qt.CLOSE])&&_("status",en.PAUSED)){const e=xn(this.props,l[t.index]);this.callback({...C,index:t.index,lifecycle:Zt.COMPLETE,step:e,type:Jt.STEP_AFTER})}if(_("status",[en.FINISHED,en.SKIPPED])){const e=xn(this.props,l[t.index]);r||this.callback({...C,index:t.index,lifecycle:Zt.COMPLETE,step:e,type:Jt.STEP_AFTER}),this.callback({...C,type:Jt.TOUR_END,step:e,index:t.index}),d()}else w("status",[en.IDLE,en.READY],en.RUNNING)?this.callback({...C,type:Jt.TOUR_START}):(_("status")||_("action",Qt.RESET))&&this.callback({...C,type:Jt.TOUR_STATUS});this.scrollToStep(t)}componentWillUnmount(){const{disableCloseOnEsc:e}=this.props;e||document.body.removeEventListener("keydown",this.handleKeyboard)}scrollToStep(e){const{index:t,lifecycle:n,status:r}=this.state,{debug:o,disableScrollParentFix:i=!1,scrollDuration:a,scrollOffset:s=20,scrollToFirstStep:u=!1,steps:c}=this.props,l=xn(this.props,c[t]),p=on(l.target),f=function(e){const{isFirstStep:t,lifecycle:n,previousLifecycle:r,scrollToFirstStep:o,step:i,target:a}=e;return!i.disableScrolling&&(!t||o||n===Zt.TOOLTIP)&&"center"!==i.placement&&(!i.isFixed||!un(a))&&r!==n&&[Zt.BEACON,Zt.TOOLTIP].includes(n)}({isFirstStep:0===t,lifecycle:n,previousLifecycle:e.lifecycle,scrollToFirstStep:u,step:l,target:p});if(r===en.RUNNING&&f){const e=sn(p,i),u=an(p,i);let c=Math.floor(cn(p,s,i))||0;vn({title:"scrollToStep",data:[{key:"index",value:t},{key:"lifecycle",value:n},{key:"status",value:r}],debug:o});const f=this.store.getPopper("beacon"),d=this.store.getPopper("tooltip");if(n===Zt.BEACON&&f){const{offsets:t,placement:n}=f;["bottom"].includes(n)||e||(c=Math.floor(t.popper.top-s))}else if(n===Zt.TOOLTIP&&d){const{flipped:t,offsets:n,placement:r}=d;!["top","right","left"].includes(r)||t||e?c-=l.spotlightPadding:c=Math.floor(n.popper.top-s)}c=c>=0?c:0,r===en.RUNNING&&function(e,t){const{duration:n,element:r}=t;return new Promise((t,o)=>{const{scrollTop:i}=r,a=e>i?e-i:i-e;T.top(r,e,{duration:a<100?50:n},e=>e&&"Element already at target scroll position"!==e.message?o(e):t())})}(c,{element:u,duration:a}).then(()=>{setTimeout(()=>{var e;null==(e=this.store.getPopper("tooltip"))||e.instance.update()},10)})}}render(){if(!tn())return null;const{index:e,lifecycle:t,status:n}=this.state,{continuous:o=!1,debug:i=!1,nonce:a,scrollToFirstStep:s=!1,steps:u}=this.props,c={};if(n===en.RUNNING&&u[e]){const n=xn(this.props,u[e]);c.step=r.createElement(Vn,{...this.state,callback:this.callback,continuous:o,debug:i,helpers:this.helpers,nonce:a,shouldScroll:!n.disableScrolling&&(0!==e||s),step:n,store:this.store}),c.overlay=r.createElement(zn,{id:"react-joyride-portal"},r.createElement(Mn,{...n,continuous:o,debug:i,lifecycle:t,onClickOverlay:this.handleClickOverlay}))}return r.createElement("div",{className:"react-joyride"},c.step,c.overlay)}};__publicField(Gn,"defaultProps",On);var Kn=Gn},38021:e=>{e.exports=function(e){if(navigator.clipboard)return navigator.clipboard.writeText(e).catch(function(e){throw void 0!==e?e:new DOMException("The request is not allowed","NotAllowedError")});var t=document.createElement("span");t.textContent=e,t.style.whiteSpace="pre",t.style.webkitUserSelect="auto",t.style.userSelect="all",document.body.appendChild(t);var n=window.getSelection(),r=window.document.createRange();n.removeAllRanges(),r.selectNode(t),n.addRange(r);var o=!1;try{o=window.document.execCommand("copy")}catch(e){console.log("error",e)}return n.removeAllRanges(),window.document.body.removeChild(t),o?Promise.resolve():Promise.reject(new DOMException("The request is not allowed","NotAllowedError"))}},38748:function(e,t,n){var r,o,i,a,s;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(24457),a=n(12853),s=n(57876),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=132)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},10:function(e,t,n){"use strict";n.d(t,"b",function(){return o}),n.d(t,"a",function(){return i}),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function o(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)}},132:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(164),p=s(n(133));t.Input=p.default;var f=s(n(134));t.Icon=f.default;var d=s(n(135));t.HelperText=d.default;var h=s(n(136));t.CharacterCounter=h.default;var m=s(n(33)),g=s(n(34)),y=s(n(35)),v=l.MDCTextFieldFoundation.cssClasses,b=function(e){function t(t){var n,r=e.call(this,t)||this;return r.textFieldElement=u.default.createRef(),r.floatingLabelElement=u.default.createRef(),r.inputComponent_=null,t.children&&u.default.Children.only(t.children)&&(n=t.children.props.id),r.state={classList:new Set,inputId:n,isFocused:!1,dir:"ltr",disabled:!1,labelIsFloated:!1,initialLabelWidth:0,notchedLabelWidth:0,activeLineRipple:!1,lineRippleCenter:0,outlineIsNotched:!1,isValid:!0,foundation:void 0},r}return o(t,e),t.prototype.componentDidMount=function(){var e=new l.MDCTextFieldFoundation(this.adapter);this.setState({foundation:e}),e.init()},t.prototype.componentWillUnmount=function(){this.state.foundation&&this.state.foundation.destroy()},Object.defineProperty(t.prototype,"classes",{get:function(){var e,t=this.state,n=t.classList,r=t.disabled,o=t.isFocused,i=t.isValid,a=this.props,s=a.className,u=a.dense,l=a.fullWidth,p=a.textarea,f=a.trailingIcon,d=a.leadingIcon,h=a.noLabel;return c.default(v.ROOT,Array.from(n),s,((e={})[v.DENSE]=u,e[v.DISABLED]=r,e[v.FOCUSED]=o,e[v.INVALID]=!i,e[v.OUTLINED]=this.notchedOutlineAdapter.hasOutline()&&!l,e[v.TEXTAREA]=p,e[v.WITH_LEADING_ICON]=d,e["mdc-text-field--fullwidth"]=l,e["mdc-text-field--with-trailing-icon"]=f,e["mdc-text-field--no-label"]=!this.labelAdapter.hasLabel()||h,e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"otherProps",{get:function(){var e=this.props;return e.children,e.className,e.dense,e.floatingLabelClassName,e.fullWidth,e.helperText,e.characterCounter,e.label,e.leadingIcon,e.lineRippleClassName,e.notchedOutlineClassName,e.onLeadingIconSelect,e.onTrailingIconSelect,e.outlined,e.textarea,e.trailingIcon,e.noLabel,a(e,["children","className","dense","floatingLabelClassName","fullWidth","helperText","characterCounter","label","leadingIcon","lineRippleClassName","notchedOutlineClassName","onLeadingIconSelect","onTrailingIconSelect","outlined","textarea","trailingIcon","noLabel"])},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this,t={addClass:function(t){return e.setState({classList:e.state.classList.add(t)})},removeClass:function(t){var n=e.state.classList;n.delete(t),e.setState({classList:n})},hasClass:function(t){return e.classes.split(" ").includes(t)},registerTextFieldInteractionHandler:function(){},deregisterTextFieldInteractionHandler:function(){},registerValidationAttributeChangeHandler:function(){},deregisterValidationAttributeChangeHandler:function(){}};return Object.assign({},t,this.inputAdapter,this.labelAdapter,this.lineRippleAdapter,this.notchedOutlineAdapter)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"inputAdapter",{get:function(){var e=this;return{isFocused:function(){return e.state.isFocused},getNativeInput:function(){var t=e.inputComponent_;if(t)return{disabled:t.isDisabled(),value:t.getValue(),maxLength:t.getMaxLength(),type:t.getInputType(),validity:{badInput:!!t.isBadInput(),valid:!!t.isValid()}};throw Error("MDCReactTextField: The input did not render properly")},registerInputInteractionHandler:function(){},deregisterInputInteractionHandler:function(){}}},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"labelAdapter",{get:function(){var e=this;return{shakeLabel:function(t){var n=e.floatingLabelElement;t&&n&&n.current&&n.current.shake()},floatLabel:function(t){return e.setState({labelIsFloated:t})},hasLabel:function(){return!!e.props.label&&!e.props.fullWidth},getLabelWidth:function(){return e.state.initialLabelWidth}}},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"lineRippleAdapter",{get:function(){var e=this;return{activateLineRipple:function(){return e.setState({activeLineRipple:!0})},deactivateLineRipple:function(){return e.setState({activeLineRipple:!1})},setLineRippleTransformOrigin:function(t){return e.setState({lineRippleCenter:t})}}},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"notchedOutlineAdapter",{get:function(){var e=this;return{notchOutline:function(t){return e.setState({outlineIsNotched:!0,notchedLabelWidth:t})},closeOutline:function(){return e.setState({outlineIsNotched:!1})},hasOutline:function(){return!!e.props.outlined||!!e.props.textarea}}},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"inputProps",{get:function(){var e=this,t=u.default.Children.only(this.props.children).props;return Object.assign({},t,{foundation:this.state.foundation,handleFocusChange:function(t){e.setState({isFocused:t}),e.state.foundation&&(t?e.state.foundation.activateFocus():e.state.foundation.deactivateFocus())},setDisabled:function(t){return e.setState({disabled:t})},setInputId:function(t){return e.setState({inputId:t})},syncInput:function(t){return e.inputComponent_=t},inputType:this.props.textarea?"textarea":"input",placeholder:this.props.noLabel?this.props.label:null})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"characterCounterProps",{get:function(){var e=this.inputProps,t=e.value,n=e.maxLength;return{count:t?t.length:0,maxLength:n?parseInt(n):0}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=e.fullWidth,n=e.helperText,r=e.characterCounter,o=e.onLeadingIconSelect,a=e.onTrailingIconSelect,s=e.leadingIcon,c=e.trailingIcon,l=e.textarea,p=e.noLabel,f=this.state.foundation;return u.default.createElement(u.default.Fragment,null,u.default.createElement("div",i({},this.otherProps,{className:this.classes,onClick:function(){return f.handleTextFieldInteraction()},onKeyDown:function(){return f.handleTextFieldInteraction()},ref:this.textFieldElement,key:"text-field-container"}),s?this.renderIcon(s,o):null,l&&r&&this.renderCharacterCounter(r),this.renderInput(),this.notchedOutlineAdapter.hasOutline()?this.renderNotchedOutline():u.default.createElement(u.default.Fragment,null,this.labelAdapter.hasLabel()&&!p?this.renderLabel():null,l||t?null:this.renderLineRipple()),c?this.renderIcon(c,a):null),n||r?this.renderHelperLine(n,r):null)},t.prototype.renderInput=function(){var e=u.default.Children.only(this.props.children);return u.default.cloneElement(e,this.inputProps)},t.prototype.renderLabel=function(){var e=this,t=this.props,n=t.label,r=t.floatingLabelClassName,o=this.state.inputId;return u.default.createElement(m.default,{className:r,float:this.state.labelIsFloated,handleWidthChange:function(t){return e.setState({initialLabelWidth:t})},ref:this.floatingLabelElement,htmlFor:o},n)},t.prototype.renderLineRipple=function(){var e=this.props.lineRippleClassName,t=this.state,n=t.activeLineRipple,r=t.lineRippleCenter;return u.default.createElement(g.default,{rippleCenter:r,className:e,active:n})},t.prototype.renderNotchedOutline=function(){var e=this.props.notchedOutlineClassName,t=this.state,n=t.notchedLabelWidth,r=t.outlineIsNotched;return u.default.createElement(y.default,{className:e,notchWidth:n,notch:r},this.labelAdapter.hasLabel()?this.renderLabel():null)},t.prototype.renderHelperLine=function(e,t){return u.default.createElement("div",{className:v.HELPER_LINE},e&&this.renderHelperText(e),t&&!this.props.textarea&&this.renderCharacterCounter(t))},t.prototype.renderHelperText=function(e){var t=this.state.isValid,n=Object.assign({isValid:t,key:"text-field-helper-text"},e.props);return u.default.cloneElement(e,n)},t.prototype.renderIcon=function(e,t){var n=this.state.disabled;return u.default.createElement(f.default,{disabled:n,onSelect:t},e)},t.prototype.renderCharacterCounter=function(e){return u.default.cloneElement(e,Object.assign(this.characterCounterProps,e.props))},t.defaultProps={className:"",dense:!1,floatingLabelClassName:"",fullWidth:!1,lineRippleClassName:"",notchedOutlineClassName:"",outlined:!1,textarea:!1,noLabel:!1},t}(u.default.Component);t.default=b},133:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=["pattern","min","max","required","step","minlength","maxlength"],p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.inputElement_=u.default.createRef(),t.state={wasUserTriggeredChange:!1,isMounted:!1},t.initializeComponentWithFoundation=function(){var e=t.props,n=e.handleFocusChange,r=e.foundation,o=e.autoFocus,i=e.isValid;o&&n&&n(!0),r&&void 0!==i&&(r.setUseNativeValidation(!1),r.setValid(i))},t.handleFocus=function(e){var n=t.props,r=n.handleFocusChange,o=n.onFocus,i=void 0===o?function(){}:o;r&&r(!0),i(e)},t.handleBlur=function(e){var n=t.props,r=n.handleFocusChange,o=n.onBlur,i=void 0===o?function(){}:o;r&&r(!1),i(e)},t.handleMouseDown=function(e){var n=t.props,r=n.foundation,o=n.onMouseDown,i=void 0===o?function(){}:o;r&&r.setTransformOrigin(e.nativeEvent),i(e)},t.handleTouchStart=function(e){var n=t.props,r=n.foundation,o=n.onTouchStart,i=void 0===o?function(){}:o;r&&r.setTransformOrigin(e.nativeEvent),i(e)},t.handleChange=function(e){var n=t.props,r=n.foundation,o=n.onChange,i=void 0===o?function(){}:o;r&&r.autoCompleteFocus(),t.setState({wasUserTriggeredChange:!0}),i(e)},t.handleValidationAttributeUpdate=function(e){var n=e.foundation;l.some(function(r){var o;return o="minlength"===r?"minLength":"maxlength"===r?"maxLength":r,t.props[o]!==e[o]&&(n.handleValidationAttributeChange([r]),!0)})},t.isBadInput=function(){var e=t.inputElement;return e&&e.validity.badInput},t.isValid=function(){return t.inputElement&&void 0===t.props.isValid?t.inputElement.validity.valid:t.props.isValid},t.isDisabled=function(){return!!t.props.disabled},t.getMaxLength=function(){return"number"==typeof t.props.maxLength?t.props.maxLength:-1},t.getInputType=function(){return String(t.props.inputType)},t.getValue=function(){return t.valueToString(t.props.value)},t}return o(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.id,n=e.syncInput,r=e.disabled,o=e.value,i=e.setInputId,a=e.setDisabled,s=e.foundation;n&&n(this),i&&t&&i(t),a&&r&&a(!0),o&&s&&s.setValue(this.valueToString(o)),this.setState({isMounted:!0})},t.prototype.componentDidUpdate=function(e,t){var n=this.props,r=n.id,o=n.foundation,i=n.value,a=n.disabled,s=n.isValid,u=n.setInputId,c=n.setDisabled;if((!t.isMounted&&this.state.isMounted&&this.props.foundation||this.state.isMounted&&!e.foundation&&this.props.foundation)&&this.initializeComponentWithFoundation(),this.handleValidationAttributeUpdate(e),a!==e.disabled&&(c&&c(a),o&&o.setDisabled(!!a)),r!==e.id&&u&&u(r),i!==e.value){var l=this.valueToString(i);!this.state.wasUserTriggeredChange&&o&&o.setValue(l),this.setState({wasUserTriggeredChange:!1})}s!==e.isValid&&o&&(void 0===s?o.setUseNativeValidation(!0):(o.setUseNativeValidation(!1),o.setValid(!!s)))},t.prototype.valueToString=function(e){return"object"==typeof e?e.join(""):"number"==typeof e?e.toString():e||""},Object.defineProperty(t.prototype,"classes",{get:function(){return c.default("mdc-text-field__input",this.props.className)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"inputElement",{get:function(){return this.inputElement_.current},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=e.inputType,n=e.disabled,r=(e.className,e.foundation,e.syncInput,e.isValid,e.value),o=(e.handleFocusChange,e.setDisabled,e.setInputId,e.onFocus,e.onBlur,e.onMouseDown,e.onTouchStart,e.onChange,a(e,["inputType","disabled","className","foundation","syncInput","isValid","value","handleFocusChange","setDisabled","setInputId","onFocus","onBlur","onMouseDown","onTouchStart","onChange"])),s=Object.assign({},{onFocus:this.handleFocus,onBlur:this.handleBlur,onMouseDown:this.handleMouseDown,onTouchStart:this.handleTouchStart,onChange:this.handleChange,disabled:n,value:r,ref:this.inputElement_,className:this.classes},o);return"input"===t?u.default.createElement("input",i({},s)):u.default.createElement("textarea",i({},s))},t.defaultProps={className:"",inputType:"input",disabled:!1,id:"",setDisabled:function(){},setInputId:function(){},handleFocusChange:function(){},value:""},t}(u.default.Component);t.default=p},134:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=a(n(0)),u=a(n(1)),c=n(170),l=function(e){function t(t){var n=e.call(this,t)||this;n.handleClick=function(e){return n.foundation.handleInteraction(e.nativeEvent)},n.handleKeyDown=function(e){return n.foundation.handleInteraction(e.nativeEvent)},n.addIconAttrsToChildren=function(){var e=n.state,t=e.tabindex,r=e.role,o=s.default.Children.only(n.props.children),i=u.default("mdc-text-field__icon",o.props.className),a=Object.assign({},o.props,{className:i,onClick:n.handleClick,onKeyDown:n.handleKeyDown,tabIndex:t,role:r});return s.default.cloneElement(o,a)};var r=t.children.props.role;return n.state={tabindex:n.tabindex,role:r},n}return o(t,e),t.prototype.componentDidMount=function(){this.foundation=new c.MDCTextFieldIconFoundation(this.adapter),this.foundation.init(),this.props.disabled&&this.foundation.setDisabled(!0)},t.prototype.componentDidUpdate=function(e){this.props.disabled!==e.disabled&&this.foundation.setDisabled(!!this.props.disabled),this.props.onSelect!==e.onSelect&&this.setState({tabindex:this.tabindex})},t.prototype.componentWillUnmount=function(){this.foundation.destroy()},Object.defineProperty(t.prototype,"tabindex",{get:function(){return"number"==typeof this.props.children.props.tabIndex?this.props.children.props.tabIndex:this.props.onSelect?0:-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{getAttr:function(t){var n=e.state[t];return n||"number"==typeof n&&!isNaN(n)?n.toString():""},setAttr:function(t,n){return e.setState(function(e){var r;return i({},e,((r={})[t]="tabindex"===t?Number(n):n,r))})},removeAttr:function(t){return e.setState(function(e){var n;return i({},e,((n={})[t]=null,n))})},notifyIconAction:function(){return e.props.onSelect&&e.props.onSelect()},setContent:function(){},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){return this.addIconAttrsToChildren()},t.defaultProps={disabled:!1},t}(s.default.Component);t.default=l},135:function(e,t,n){"use strict";var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return(a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(169),p=l.MDCTextFieldHelperTextFoundation.cssClasses,f=function(e){function t(t){var n,r=e.call(this,t)||this;return r.state=((n={})["aria-hidden"]=t["aria-hidden"],n.role=t.role,n.classList=new Set,n),r}return i(t,e),t.prototype.componentDidMount=function(){this.foundation=new l.MDCTextFieldHelperTextFoundation(this.adapter),this.foundation.init(),this.props.showToScreenReader&&this.foundation.showToScreenReader(),this.props.isValid||this.foundation.setValidity(!1),this.props.isValidationMessage&&this.foundation.setValidation(!0)},t.prototype.componentDidUpdate=function(e){this.props.showToScreenReader!==e.showToScreenReader&&this.props.showToScreenReader&&this.foundation.showToScreenReader(),this.props.isValid!==e.isValid&&this.foundation.setValidity(!!this.props.isValid),this.props.isValidationMessage!==e.isValidationMessage&&this.props.isValidationMessage&&this.foundation.setValidation(this.props.isValidationMessage)},t.prototype.componentWillUnmount=function(){this.foundation.destroy()},Object.defineProperty(t.prototype,"classes",{get:function(){var e,t=this.props,n=t.className,r=t.persistent,o=t.validation;return c.default(p.ROOT,n,((e={})[p.HELPER_TEXT_PERSISTENT]=r,e[p.HELPER_TEXT_VALIDATION_MSG]=o,e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{addClass:function(t){return e.setState({classList:e.state.classList.add(t)})},removeClass:function(t){var n=e.state.classList;n.delete(t),e.setState({classList:n})},hasClass:function(t){return e.classes.split(" ").includes(t)},setAttr:function(t,n){return e.setState(function(e){var r;return a({},e,((r={})[t]=n,r))})},removeAttr:function(t){return e.setState(function(e){var n;return a({},e,((n={})[t]=null,n))})},setContent:function(){}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){return u.default.createElement("p",{className:this.classes,role:this.state.role,"aria-hidden":this.state["aria-hidden"]},this.props.children)},t.defaultProps=((o={})["aria-hidden"]=!1,o.className="",o.isValid=!0,o.isValidationMessage=!1,o.persistent=!1,o.showToScreenReader=!1,o.validation=!1,o),t}(u.default.Component);t.default=f},136:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(163),p=l.MDCTextFieldCharacterCounterFoundation.cssClasses,f="${count}",d="${maxLength}",h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.foundation=new l.MDCTextFieldCharacterCounterFoundation(t.adapter),t}return o(t,e),t.prototype.componentWillUnmount=function(){this.foundation.destroy()},Object.defineProperty(t.prototype,"adapter",{get:function(){return{setContent:function(){}}},enumerable:!0,configurable:!0}),t.prototype.renderTemplate=function(e){var t=this.props,n=t.count,r=void 0===n?0:n,o=t.maxLength,i=void 0===o?0:o;return e.replace(f,r.toString()).replace(d,i.toString())},Object.defineProperty(t.prototype,"classes",{get:function(){return c.default(p.ROOT,this.props.className)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"otherProps",{get:function(){var e=this.props;return e.className,e.count,e.maxLength,e.template,a(e,["className","count","maxLength","template"])},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props.template;return u.default.createElement("div",i({className:this.classes},this.otherProps),this.renderTemplate(e||f+" / "+d))},t}(u.default.Component);t.default=h},14:function(e,t,n){"use strict";n.d(t,"a",function(){return r});var r=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}()},163:function(e,t,n){"use strict";n.r(t);var r=n(10),o=n(14),i={ROOT:"mdc-text-field-character-counter"},a={ROOT_SELECTOR:"."+i.ROOT};n.d(t,"MDCTextFieldCharacterCounterFoundation",function(){return s});var s=function(e){function t(n){return e.call(this,r.a({},t.defaultAdapter,n))||this}return r.b(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{setContent:function(){}}},enumerable:!0,configurable:!0}),t.prototype.setCounterValue=function(e,t){e=Math.min(e,t),this.adapter_.setContent(e+" / "+t)},t}(o.a);t.default=s},164:function(e,t,n){"use strict";n.r(t);var r=n(10),o=n(14),i={ARIA_CONTROLS:"aria-controls",ICON_SELECTOR:".mdc-text-field__icon",INPUT_SELECTOR:".mdc-text-field__input",LABEL_SELECTOR:".mdc-floating-label",LINE_RIPPLE_SELECTOR:".mdc-line-ripple",OUTLINE_SELECTOR:".mdc-notched-outline"},a={DENSE:"mdc-text-field--dense",DISABLED:"mdc-text-field--disabled",FOCUSED:"mdc-text-field--focused",FULLWIDTH:"mdc-text-field--fullwidth",HELPER_LINE:"mdc-text-field-helper-line",INVALID:"mdc-text-field--invalid",NO_LABEL:"mdc-text-field--no-label",OUTLINED:"mdc-text-field--outlined",ROOT:"mdc-text-field",TEXTAREA:"mdc-text-field--textarea",WITH_LEADING_ICON:"mdc-text-field--with-leading-icon",WITH_TRAILING_ICON:"mdc-text-field--with-trailing-icon"},s={DENSE_LABEL_SCALE:.923,LABEL_SCALE:.75},u=["pattern","min","max","required","step","minlength","maxlength"],c=["color","date","datetime-local","month","range","time","week"];n.d(t,"MDCTextFieldFoundation",function(){return f});var l=["mousedown","touchstart"],p=["click","keydown"],f=function(e){function t(n,o){void 0===o&&(o={});var i=e.call(this,r.a({},t.defaultAdapter,n))||this;return i.isFocused_=!1,i.receivedUserInput_=!1,i.isValid_=!0,i.useNativeValidation_=!0,i.helperText_=o.helperText,i.characterCounter_=o.characterCounter,i.leadingIcon_=o.leadingIcon,i.trailingIcon_=o.trailingIcon,i.inputFocusHandler_=function(){return i.activateFocus()},i.inputBlurHandler_=function(){return i.deactivateFocus()},i.inputInputHandler_=function(){return i.handleInput()},i.setPointerXOffset_=function(e){return i.setTransformOrigin(e)},i.textFieldInteractionHandler_=function(){return i.handleTextFieldInteraction()},i.validationAttributeChangeHandler_=function(e){return i.handleValidationAttributeChange(e)},i}return r.b(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"shouldAlwaysFloat_",{get:function(){var e=this.getNativeInput_().type;return c.indexOf(e)>=0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"shouldFloat",{get:function(){return this.shouldAlwaysFloat_||this.isFocused_||Boolean(this.getValue())||this.isBadInput_()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"shouldShake",{get:function(){return!this.isFocused_&&!this.isValid()&&Boolean(this.getValue())},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!0},registerTextFieldInteractionHandler:function(){},deregisterTextFieldInteractionHandler:function(){},registerInputInteractionHandler:function(){},deregisterInputInteractionHandler:function(){},registerValidationAttributeChangeHandler:function(){return new MutationObserver(function(){})},deregisterValidationAttributeChangeHandler:function(){},getNativeInput:function(){return null},isFocused:function(){return!1},activateLineRipple:function(){},deactivateLineRipple:function(){},setLineRippleTransformOrigin:function(){},shakeLabel:function(){},floatLabel:function(){},hasLabel:function(){return!1},getLabelWidth:function(){return 0},hasOutline:function(){return!1},notchOutline:function(){},closeOutline:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){var e=this;this.adapter_.isFocused()?this.inputFocusHandler_():this.adapter_.hasLabel()&&this.shouldFloat&&(this.notchOutline(!0),this.adapter_.floatLabel(!0)),this.adapter_.registerInputInteractionHandler("focus",this.inputFocusHandler_),this.adapter_.registerInputInteractionHandler("blur",this.inputBlurHandler_),this.adapter_.registerInputInteractionHandler("input",this.inputInputHandler_),l.forEach(function(t){e.adapter_.registerInputInteractionHandler(t,e.setPointerXOffset_)}),p.forEach(function(t){e.adapter_.registerTextFieldInteractionHandler(t,e.textFieldInteractionHandler_)}),this.validationObserver_=this.adapter_.registerValidationAttributeChangeHandler(this.validationAttributeChangeHandler_),this.setCharacterCounter_(this.getValue().length)},t.prototype.destroy=function(){var e=this;this.adapter_.deregisterInputInteractionHandler("focus",this.inputFocusHandler_),this.adapter_.deregisterInputInteractionHandler("blur",this.inputBlurHandler_),this.adapter_.deregisterInputInteractionHandler("input",this.inputInputHandler_),l.forEach(function(t){e.adapter_.deregisterInputInteractionHandler(t,e.setPointerXOffset_)}),p.forEach(function(t){e.adapter_.deregisterTextFieldInteractionHandler(t,e.textFieldInteractionHandler_)}),this.adapter_.deregisterValidationAttributeChangeHandler(this.validationObserver_)},t.prototype.handleTextFieldInteraction=function(){var e=this.adapter_.getNativeInput();e&&e.disabled||(this.receivedUserInput_=!0)},t.prototype.handleValidationAttributeChange=function(e){var t=this;e.some(function(e){return u.indexOf(e)>-1&&(t.styleValidity_(!0),!0)}),e.indexOf("maxlength")>-1&&this.setCharacterCounter_(this.getValue().length)},t.prototype.notchOutline=function(e){if(this.adapter_.hasOutline())if(e){var t=this.adapter_.hasClass(a.DENSE)?s.DENSE_LABEL_SCALE:s.LABEL_SCALE,n=this.adapter_.getLabelWidth()*t;this.adapter_.notchOutline(n)}else this.adapter_.closeOutline()},t.prototype.activateFocus=function(){this.isFocused_=!0,this.styleFocused_(this.isFocused_),this.adapter_.activateLineRipple(),this.adapter_.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter_.floatLabel(this.shouldFloat),this.adapter_.shakeLabel(this.shouldShake)),this.helperText_&&this.helperText_.showToScreenReader()},t.prototype.setTransformOrigin=function(e){var t=e.touches,n=t?t[0]:e,r=n.target.getBoundingClientRect(),o=n.clientX-r.left;this.adapter_.setLineRippleTransformOrigin(o)},t.prototype.handleInput=function(){this.autoCompleteFocus(),this.setCharacterCounter_(this.getValue().length)},t.prototype.autoCompleteFocus=function(){this.receivedUserInput_||this.activateFocus()},t.prototype.deactivateFocus=function(){this.isFocused_=!1,this.adapter_.deactivateLineRipple();var e=this.isValid();this.styleValidity_(e),this.styleFocused_(this.isFocused_),this.adapter_.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter_.floatLabel(this.shouldFloat),this.adapter_.shakeLabel(this.shouldShake)),this.shouldFloat||(this.receivedUserInput_=!1)},t.prototype.getValue=function(){return this.getNativeInput_().value},t.prototype.setValue=function(e){this.getValue()!==e&&(this.getNativeInput_().value=e),this.setCharacterCounter_(e.length);var t=this.isValid();this.styleValidity_(t),this.adapter_.hasLabel()&&(this.notchOutline(this.shouldFloat),this.adapter_.floatLabel(this.shouldFloat),this.adapter_.shakeLabel(this.shouldShake))},t.prototype.isValid=function(){return this.useNativeValidation_?this.isNativeInputValid_():this.isValid_},t.prototype.setValid=function(e){this.isValid_=e,this.styleValidity_(e);var t=!e&&!this.isFocused_;this.adapter_.hasLabel()&&this.adapter_.shakeLabel(t)},t.prototype.setUseNativeValidation=function(e){this.useNativeValidation_=e},t.prototype.isDisabled=function(){return this.getNativeInput_().disabled},t.prototype.setDisabled=function(e){this.getNativeInput_().disabled=e,this.styleDisabled_(e)},t.prototype.setHelperTextContent=function(e){this.helperText_&&this.helperText_.setContent(e)},t.prototype.setLeadingIconAriaLabel=function(e){this.leadingIcon_&&this.leadingIcon_.setAriaLabel(e)},t.prototype.setLeadingIconContent=function(e){this.leadingIcon_&&this.leadingIcon_.setContent(e)},t.prototype.setTrailingIconAriaLabel=function(e){this.trailingIcon_&&this.trailingIcon_.setAriaLabel(e)},t.prototype.setTrailingIconContent=function(e){this.trailingIcon_&&this.trailingIcon_.setContent(e)},t.prototype.setCharacterCounter_=function(e){if(this.characterCounter_){var t=this.getNativeInput_().maxLength;if(-1===t)throw new Error("MDCTextFieldFoundation: Expected maxlength html property on text input or textarea.");this.characterCounter_.setCounterValue(e,t)}},t.prototype.isBadInput_=function(){return this.getNativeInput_().validity.badInput||!1},t.prototype.isNativeInputValid_=function(){return this.getNativeInput_().validity.valid},t.prototype.styleValidity_=function(e){var n=t.cssClasses.INVALID;e?this.adapter_.removeClass(n):this.adapter_.addClass(n),this.helperText_&&this.helperText_.setValidity(e)},t.prototype.styleFocused_=function(e){var n=t.cssClasses.FOCUSED;e?this.adapter_.addClass(n):this.adapter_.removeClass(n)},t.prototype.styleDisabled_=function(e){var n=t.cssClasses,r=n.DISABLED,o=n.INVALID;e?(this.adapter_.addClass(r),this.adapter_.removeClass(o)):this.adapter_.removeClass(r),this.leadingIcon_&&this.leadingIcon_.setDisabled(e),this.trailingIcon_&&this.trailingIcon_.setDisabled(e)},t.prototype.getNativeInput_=function(){return(this.adapter_?this.adapter_.getNativeInput():null)||{disabled:!1,maxLength:-1,type:"input",validity:{badInput:!1,valid:!0},value:""}},t}(o.a);t.default=f},169:function(e,t,n){"use strict";n.r(t);var r=n(10),o=n(14),i={HELPER_TEXT_PERSISTENT:"mdc-text-field-helper-text--persistent",HELPER_TEXT_VALIDATION_MSG:"mdc-text-field-helper-text--validation-msg",ROOT:"mdc-text-field-helper-text"},a={ARIA_HIDDEN:"aria-hidden",ROLE:"role",ROOT_SELECTOR:"."+i.ROOT};n.d(t,"MDCTextFieldHelperTextFoundation",function(){return s});var s=function(e){function t(n){return e.call(this,r.a({},t.defaultAdapter,n))||this}return r.b(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},setAttr:function(){},removeAttr:function(){},setContent:function(){}}},enumerable:!0,configurable:!0}),t.prototype.setContent=function(e){this.adapter_.setContent(e)},t.prototype.setPersistent=function(e){e?this.adapter_.addClass(i.HELPER_TEXT_PERSISTENT):this.adapter_.removeClass(i.HELPER_TEXT_PERSISTENT)},t.prototype.setValidation=function(e){e?this.adapter_.addClass(i.HELPER_TEXT_VALIDATION_MSG):this.adapter_.removeClass(i.HELPER_TEXT_VALIDATION_MSG)},t.prototype.showToScreenReader=function(){this.adapter_.removeAttr(a.ARIA_HIDDEN)},t.prototype.setValidity=function(e){var t=this.adapter_.hasClass(i.HELPER_TEXT_PERSISTENT),n=this.adapter_.hasClass(i.HELPER_TEXT_VALIDATION_MSG)&&!e;n?this.adapter_.setAttr(a.ROLE,"alert"):this.adapter_.removeAttr(a.ROLE),t||n||this.hide_()},t.prototype.hide_=function(){this.adapter_.setAttr(a.ARIA_HIDDEN,"true")},t}(o.a);t.default=s},170:function(e,t,n){"use strict";n.r(t);var r=n(10),o=n(14),i={ICON_EVENT:"MDCTextField:icon",ICON_ROLE:"button"},a={ROOT:"mdc-text-field__icon"};n.d(t,"MDCTextFieldIconFoundation",function(){return u});var s=["click","keydown"],u=function(e){function t(n){var o=e.call(this,r.a({},t.defaultAdapter,n))||this;return o.savedTabIndex_=null,o.interactionHandler_=function(e){return o.handleInteraction(e)},o}return r.b(t,e),Object.defineProperty(t,"strings",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{getAttr:function(){return null},setAttr:function(){},removeAttr:function(){},setContent:function(){},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){},notifyIconAction:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){var e=this;this.savedTabIndex_=this.adapter_.getAttr("tabindex"),s.forEach(function(t){e.adapter_.registerInteractionHandler(t,e.interactionHandler_)})},t.prototype.destroy=function(){var e=this;s.forEach(function(t){e.adapter_.deregisterInteractionHandler(t,e.interactionHandler_)})},t.prototype.setDisabled=function(e){this.savedTabIndex_&&(e?(this.adapter_.setAttr("tabindex","-1"),this.adapter_.removeAttr("role")):(this.adapter_.setAttr("tabindex",this.savedTabIndex_),this.adapter_.setAttr("role",i.ICON_ROLE)))},t.prototype.setAriaLabel=function(e){this.adapter_.setAttr("aria-label",e)},t.prototype.setContent=function(e){this.adapter_.setContent(e)},t.prototype.handleInteraction=function(e){var t="Enter"===e.key||13===e.keyCode;("click"===e.type||t)&&this.adapter_.notifyIconAction()},t}(o.a);t.default=u},33:function(e,t){e.exports=i},34:function(e,t){e.exports=a},35:function(e,t){e.exports=s}}))},39016:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(17243);const o=r.flowRight},39525:function(e,t,n){var r,o,i;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(89512),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=55)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},167:function(e,t,n){"use strict";n.r(t);var r=n(21),o=n(26),i={CHECKMARK_SELECTOR:".mdc-chip__checkmark",ENTRY_ANIMATION_NAME:"mdc-chip-entry",INTERACTION_EVENT:"MDCChip:interaction",LEADING_ICON_SELECTOR:".mdc-chip__icon--leading",REMOVAL_EVENT:"MDCChip:removal",SELECTION_EVENT:"MDCChip:selection",TRAILING_ICON_INTERACTION_EVENT:"MDCChip:trailingIconInteraction",TRAILING_ICON_SELECTOR:".mdc-chip__icon--trailing"},a={CHECKMARK:"mdc-chip__checkmark",CHIP_EXIT:"mdc-chip--exit",HIDDEN_LEADING_ICON:"mdc-chip__icon--leading-hidden",LEADING_ICON:"mdc-chip__icon--leading",SELECTED:"mdc-chip--selected",TRAILING_ICON:"mdc-chip__icon--trailing"};n.d(t,"MDCChipFoundation",function(){return u});var s={bottom:0,height:0,left:0,right:0,top:0,width:0},u=function(e){function t(n){var o=e.call(this,r.a({},t.defaultAdapter,n))||this;return o.shouldRemoveOnTrailingIconClick_=!0,o}return r.b(t,e),Object.defineProperty(t,"strings",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},addClassToLeadingIcon:function(){},eventTargetHasClass:function(){return!1},getCheckmarkBoundingClientRect:function(){return s},getComputedStyleValue:function(){return""},getRootBoundingClientRect:function(){return s},hasClass:function(){return!1},hasLeadingIcon:function(){return!1},notifyInteraction:function(){},notifyRemoval:function(){},notifySelection:function(){},notifyTrailingIconInteraction:function(){},removeClass:function(){},removeClassFromLeadingIcon:function(){},setStyleProperty:function(){}}},enumerable:!0,configurable:!0}),t.prototype.isSelected=function(){return this.adapter_.hasClass(a.SELECTED)},t.prototype.setSelected=function(e){e?this.adapter_.addClass(a.SELECTED):this.adapter_.removeClass(a.SELECTED),this.adapter_.notifySelection(e)},t.prototype.getShouldRemoveOnTrailingIconClick=function(){return this.shouldRemoveOnTrailingIconClick_},t.prototype.setShouldRemoveOnTrailingIconClick=function(e){this.shouldRemoveOnTrailingIconClick_=e},t.prototype.getDimensions=function(){var e=this,t=function(){return e.adapter_.getRootBoundingClientRect()};if(!this.adapter_.hasLeadingIcon()){var n=e.adapter_.getCheckmarkBoundingClientRect();if(n){var r=t();return{bottom:r.bottom,height:r.height,left:r.left,right:r.right,top:r.top,width:r.width+n.height}}}return t()},t.prototype.beginExit=function(){this.adapter_.addClass(a.CHIP_EXIT)},t.prototype.handleInteraction=function(e){var t="Enter"===e.key||13===e.keyCode;("click"===e.type||t)&&this.adapter_.notifyInteraction()},t.prototype.handleTransitionEnd=function(e){var t=this;if(this.adapter_.eventTargetHasClass(e.target,a.CHIP_EXIT)){if("width"===e.propertyName)this.adapter_.notifyRemoval();else if("opacity"===e.propertyName){var n=this.adapter_.getComputedStyleValue("width");requestAnimationFrame(function(){t.adapter_.setStyleProperty("width",n),t.adapter_.setStyleProperty("padding","0"),t.adapter_.setStyleProperty("margin","0"),requestAnimationFrame(function(){t.adapter_.setStyleProperty("width","0")})})}}else"opacity"===e.propertyName&&(this.adapter_.eventTargetHasClass(e.target,a.LEADING_ICON)&&this.adapter_.hasClass(a.SELECTED)?this.adapter_.addClassToLeadingIcon(a.HIDDEN_LEADING_ICON):this.adapter_.eventTargetHasClass(e.target,a.CHECKMARK)&&!this.adapter_.hasClass(a.SELECTED)&&this.adapter_.removeClassFromLeadingIcon(a.HIDDEN_LEADING_ICON))},t.prototype.handleTrailingIconInteraction=function(e){var t="Enter"===e.key||13===e.keyCode;e.stopPropagation(),("click"===e.type||t)&&(this.adapter_.notifyTrailingIconInteraction(),this.shouldRemoveOnTrailingIconClick_&&this.beginExit())},t}(o.a);t.default=u},173:function(e,t,n){"use strict";n.r(t);var r=n(21),o=n(26),i={CHIP_SELECTOR:".mdc-chip"},a={CHOICE:"mdc-chip-set--choice",FILTER:"mdc-chip-set--filter"};n.d(t,"MDCChipSetFoundation",function(){return s});var s=function(e){function t(n){var o=e.call(this,r.a({},t.defaultAdapter,n))||this;return o.selectedChipIds_=[],o}return r.b(t,e),Object.defineProperty(t,"strings",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{hasClass:function(){return!1},removeChip:function(){},setSelected:function(){}}},enumerable:!0,configurable:!0}),t.prototype.getSelectedChipIds=function(){return this.selectedChipIds_.slice()},t.prototype.select=function(e){if(!(this.selectedChipIds_.indexOf(e)>=0)){if(this.adapter_.hasClass(a.CHOICE)&&this.selectedChipIds_.length>0){var t=this.selectedChipIds_[0];this.selectedChipIds_.length=0,this.adapter_.setSelected(t,!1)}this.selectedChipIds_.push(e),this.adapter_.setSelected(e,!0)}},t.prototype.handleChipInteraction=function(e){(this.adapter_.hasClass(a.CHOICE)||this.adapter_.hasClass(a.FILTER))&&this.toggleSelect_(e)},t.prototype.handleChipSelection=function(e,t){var n=this.selectedChipIds_.indexOf(e)>=0;t&&!n?this.select(e):!t&&n&&this.deselect_(e)},t.prototype.handleChipRemoval=function(e){this.deselect_(e),this.adapter_.removeChip(e)},t.prototype.deselect_=function(e){var t=this.selectedChipIds_.indexOf(e);t>=0&&(this.selectedChipIds_.splice(t,1),this.adapter_.setSelected(e,!1))},t.prototype.toggleSelect_=function(e){this.selectedChipIds_.indexOf(e)>=0?this.deselect_(e):this.select(e)},t}(o.a);t.default=s},21:function(e,t,n){"use strict";n.d(t,"b",function(){return o}),n.d(t,"a",function(){return i}),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function o(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)}},26:function(e,t,n){"use strict";n.d(t,"a",function(){return r});var r=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}()},40:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.width=0,t.init=function(e){e&&(t.width=e.getBoundingClientRect().height)},t}return o(t,e),t.prototype.render=function(){return a.default.createElement("div",{className:"mdc-chip__checkmark",ref:this.init},a.default.createElement("svg",{className:"mdc-chip__checkmark-svg",viewBox:"-2 -3 30 30",focusable:"false"},a.default.createElement("path",{className:"mdc-chip__checkmark-path",fill:"none",stroke:"black",d:"M1.73,12.91 8.1,19.28 22.79,4.59"})))},t}(a.default.Component);t.default=s},5:function(e,t){e.exports=i},55:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(n(56));t.Chip=o.default;var i=r(n(40));t.ChipCheckmark=i.default;var a=r(n(57));t.ChipSet=a.default},56:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(5),p=n(167),f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.chipElement=null,t.state={classList:new Set,leadingIconClassList:new Set},t.init=function(e){t.chipElement=e,t.props.initRipple&&t.props.initRipple(e)},t.onClick=function(e){t.props.onClick(e),t.foundation.handleInteraction(e.nativeEvent)},t.onKeyDown=function(e){t.props.onKeyDown(e),t.foundation.handleInteraction(e.nativeEvent)},t.handleTrailingIconClick=function(e){return t.foundation.handleTrailingIconInteraction(e.nativeEvent)},t.handleTransitionEnd=function(e){t.props.onTransitionEnd(e),t.foundation.handleTransitionEnd(e.nativeEvent)},t.renderLeadingIcon=function(e){var n=t.state.leadingIconClassList,r=e.props,o=r.className,s=a(r,["className"]),l=i({className:c.default(o,Array.from(n),"mdc-chip__icon","mdc-chip__icon--leading")},s);return u.default.cloneElement(e,l)},t.renderTrailingIcon=function(e){var n=e.props,r=n.className,o=a(n,["className"]),s=i({className:c.default(r,"mdc-chip__icon","mdc-chip__icon--trailing"),onClick:t.handleTrailingIconClick,onKeyDown:t.handleTrailingIconClick,tabIndex:0,role:"button"},o);return u.default.cloneElement(e,s)},t}return o(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.selected,n=e.shouldRemoveOnTrailingIconClick;this.foundation=new p.MDCChipFoundation(this.adapter),this.foundation.init(),this.foundation.setSelected(t),n!==this.foundation.getShouldRemoveOnTrailingIconClick()&&this.foundation.setShouldRemoveOnTrailingIconClick(n)},t.prototype.componentDidUpdate=function(e){var t=this.props,n=t.selected,r=t.shouldRemoveOnTrailingIconClick;n!==e.selected&&this.foundation.setSelected(n),r!==e.shouldRemoveOnTrailingIconClick&&this.foundation.setShouldRemoveOnTrailingIconClick(r)},t.prototype.componentWillUnmount=function(){this.foundation.destroy()},Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.state.classList,t=this.props.className;return c.default("mdc-chip",Array.from(e),t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{addClass:function(t){var n=new Set(e.state.classList);n.add(t),e.setState({classList:n})},removeClass:function(t){var n=new Set(e.state.classList);n.delete(t),e.setState({classList:n})},hasClass:function(t){return e.classes.split(" ").includes(t)},hasLeadingIcon:function(){return Boolean(e.props.leadingIcon)},eventTargetHasClass:function(e,t){return e.classList.contains(t)},getComputedStyleValue:function(t){return e.chipElement?window.getComputedStyle(e.chipElement).getPropertyValue(t):""},getRootBoundingClientRect:function(){return e.chipElement?e.chipElement.getBoundingClientRect():{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0}},getCheckmarkBoundingClientRect:function(){var t=e.props.chipCheckmark;return t&&t.props&&t.props.getBoundingClientRect?t.props.getBoundingClientRect():{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0}},setStyleProperty:function(t,n){e.chipElement&&e.chipElement.style.setProperty(t,n)},notifyRemoval:function(){return e.props.handleRemove(e.props.id)},notifyInteraction:function(){return e.props.handleInteraction(e.props.id)},notifySelection:function(t){return e.props.handleSelect(e.props.id,t)},notifyTrailingIconInteraction:function(){return e.props.handleTrailingIconInteraction(e.props.id)},addClassToLeadingIcon:function(t){var n=new Set(e.state.leadingIconClassList);n.add(t),e.setState({leadingIconClassList:n})},removeClassFromLeadingIcon:function(t){var n=new Set(e.state.leadingIconClassList);n.delete(t),e.setState({leadingIconClassList:n})}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=(e.id,e.className,e.selected,e.handleSelect,e.handleInteraction,e.handleRemove,e.handleTrailingIconInteraction,e.onClick,e.onKeyDown,e.onTransitionEnd,e.computeBoundingRect,e.initRipple,e.unbounded,e.shouldRemoveOnTrailingIconClick,e.chipCheckmark),n=e.leadingIcon,r=e.trailingIcon,o=e.label,s=a(e,["id","className","selected","handleSelect","handleInteraction","handleRemove","handleTrailingIconInteraction","onClick","onKeyDown","onTransitionEnd","computeBoundingRect","initRipple","unbounded","shouldRemoveOnTrailingIconClick","chipCheckmark","leadingIcon","trailingIcon","label"]);return u.default.createElement("div",i({tabIndex:0,className:this.classes,onClick:this.onClick,onKeyDown:this.onKeyDown,onTransitionEnd:this.handleTransitionEnd,ref:this.init},s),n&&this.renderLeadingIcon(n),t,u.default.createElement("div",{className:"mdc-chip__text"},o),r&&this.renderTrailingIcon(r))},t.defaultProps={id:"",label:"",className:"",selected:!1,onClick:function(){},onKeyDown:function(){},onTransitionEnd:function(){},initRipple:function(){},handleSelect:function(){},handleRemove:function(){},handleInteraction:function(){},handleTrailingIconInteraction:function(){},shouldRemoveOnTrailingIconClick:!0},t}(u.default.Component);t.Chip=f,t.default=l.withRipple(f)},57:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=a(n(0)),u=n(58),c=a(n(1)),l=n(173),p=a(n(40)),f=function(e){function t(t){var n=e.call(this,t)||this;return n.checkmarkWidth=0,n.handleInteraction=function(e){n.state.foundation.handleChipInteraction(e)},n.handleSelect=function(e,t){n.state.foundation.handleChipSelection(e,t)},n.handleRemove=function(e){n.state.foundation.handleChipRemoval(e)},n.removeChip=function(e){var t=n.props,r=t.updateChips,o=t.children;if(o){for(var i=s.default.Children.toArray(o).filter(u.isElement).slice(),a=0;a<i.length;a++)if(i[a].props.id===e){i.splice(a,1);break}r(i.length?i.map(function(e){return e.props}):[])}},n.setCheckmarkWidth=function(e){!n.checkmarkWidth&&e&&(n.checkmarkWidth=e.width)},n.computeBoundingRect=function(e){var t=e.getBoundingClientRect();return{height:t.height,width:t.width+n.checkmarkWidth}},n.renderChip=function(e){if(e&&u.isElement(e)){var t=n.props,r=t.choice,o=t.filter,a=t.input;if((r||o||a)&&!e.props.id)throw new Error("Chip variant missing required property: id.");var c=n.state.selectedChipIds.indexOf(e.props.id)>-1,l=e.props,f=l.handleInteraction,d=l.handleSelect,h=l.handleRemove,m=i(l,["handleInteraction","handleSelect","handleRemove"]),g=Object.assign.apply(Object,[{}].concat(m,[{selected:c,handleSelect:function(e,t){d(e,t),n.handleSelect(e,t)},handleInteraction:function(e){f(e),n.handleInteraction(e)},handleRemove:function(e){h(e),n.handleRemove(e)},chipCheckmark:o?s.default.createElement(p.default,{ref:n.setCheckmarkWidth}):null,computeBoundingRect:o?n.computeBoundingRect:null}]));return s.default.cloneElement(e,g)}},n.state={selectedChipIds:t.selectedChipIds,foundation:null,hasInitialized:!1},n}return o(t,e),t.prototype.componentDidMount=function(){var e=new l.MDCChipSetFoundation(this.adapter);this.setState({foundation:e}),e.init()},t.prototype.componentDidUpdate=function(e,t){var n=this.props.selectedChipIds;this.state.foundation!==t.foundation&&this.initChipSelection(),n!==e.selectedChipIds&&this.setState({selectedChipIds:n})},t.prototype.componentWillUnmount=function(){this.state.foundation&&this.state.foundation.destroy()},Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.props,t=e.className,n=e.filter,r=e.choice,o=e.input;return c.default("mdc-chip-set",t,{"mdc-chip-set--filter":n,"mdc-chip-set--choice":r,"mdc-chip-set--input":o})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{hasClass:function(t){return e.classes.split(" ").includes(t)},setSelected:function(){var t=e.state.foundation.getSelectedChipIds().slice();e.setState({selectedChipIds:t},function(){e.props.handleSelect(t)})},removeChip:this.removeChip}},enumerable:!0,configurable:!0}),t.prototype.initChipSelection=function(){var e=this;s.default.Children.forEach(this.props.children,function(t){if(t&&u.isElement(t)){var n=t.props.id;e.state.selectedChipIds.indexOf(n)>-1&&e.state.foundation.select(n)}}),this.setState({hasInitialized:!0})},t.prototype.render=function(){return this.state.hasInitialized?s.default.createElement("div",{className:this.classes},s.default.Children.map(this.props.children,this.renderChip)):null},t.defaultProps={className:"",selectedChipIds:[],handleSelect:function(){},updateChips:function(){},choice:!1,filter:!1,input:!1},t}(s.default.Component);t.default=f},58:function(e,t,n){"use strict";e.exports=n(59)},59:function(e,t,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};Object.defineProperty(t,"__esModule",{value:!0});var o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,s=o?Symbol.for("react.fragment"):60107,u=o?Symbol.for("react.strict_mode"):60108,c=o?Symbol.for("react.profiler"):60114,l=o?Symbol.for("react.provider"):60109,p=o?Symbol.for("react.context"):60110,f=o?Symbol.for("react.async_mode"):60111,d=o?Symbol.for("react.concurrent_mode"):60111,h=o?Symbol.for("react.forward_ref"):60112,m=o?Symbol.for("react.suspense"):60113,g=o?Symbol.for("react.memo"):60115,y=o?Symbol.for("react.lazy"):60116;function v(e){if("object"===(void 0===e?"undefined":r(e))&&null!==e){var t=e.$$typeof;switch(t){case i:switch(e=e.type){case f:case d:case s:case c:case u:case m:return e;default:switch(e=e&&e.$$typeof){case p:case h:case l:return e;default:return t}}case y:case g:case a:return t}}}function b(e){return v(e)===d}t.typeOf=v,t.AsyncMode=f,t.ConcurrentMode=d,t.ContextConsumer=p,t.ContextProvider=l,t.Element=i,t.ForwardRef=h,t.Fragment=s,t.Lazy=y,t.Memo=g,t.Portal=a,t.Profiler=c,t.StrictMode=u,t.Suspense=m,t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===s||e===d||e===c||e===u||e===m||"object"===(void 0===e?"undefined":r(e))&&null!==e&&(e.$$typeof===y||e.$$typeof===g||e.$$typeof===l||e.$$typeof===p||e.$$typeof===h)},t.isAsyncMode=function(e){return b(e)||v(e)===f},t.isConcurrentMode=b,t.isContextConsumer=function(e){return v(e)===p},t.isContextProvider=function(e){return v(e)===l},t.isElement=function(e){return"object"===(void 0===e?"undefined":r(e))&&null!==e&&e.$$typeof===i},t.isForwardRef=function(e){return v(e)===h},t.isFragment=function(e){return v(e)===s},t.isLazy=function(e){return v(e)===y},t.isMemo=function(e){return v(e)===g},t.isPortal=function(e){return v(e)===a},t.isProfiler=function(e){return v(e)===c},t.isStrictMode=function(e){return v(e)===u},t.isSuspense=function(e){return v(e)===m}}}))},39941:(e,t,n)=>{"use strict";n.d(t,{I9:()=>l,N_:()=>g});var r=n(49519),o=n(51449),i=n(63696),a=n(93861),s=n(68102),u=n(49257),c=n(56143);i.Component;var l=function(e){function HashRouter(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).history=(0,a.TM)(t.props),t}return(0,o.A)(HashRouter,e),HashRouter.prototype.render=function(){return i.createElement(r.Ix,{history:this.history,children:this.props.children})},HashRouter}(i.Component);var p=function(e,t){return"function"==typeof e?e(t):e},f=function(e,t){return"string"==typeof e?(0,a.yJ)(e,null,null,t):e},d=function(e){return e},h=i.forwardRef;void 0===h&&(h=d);var m=h(function(e,t){var n=e.innerRef,r=e.navigate,o=e.onClick,a=(0,u.A)(e,["innerRef","navigate","onClick"]),c=a.target,l=(0,s.A)({},a,{onClick:function(e){try{o&&o(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||c&&"_self"!==c||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),r())}});return l.ref=d!==h&&t||n,i.createElement("a",l)});var g=h(function(e,t){var n=e.component,o=void 0===n?m:n,l=e.replace,g=e.to,y=e.innerRef,v=(0,u.A)(e,["component","replace","to","innerRef"]);return i.createElement(r.XZ.Consumer,null,function(e){e||(0,c.A)(!1);var n=e.history,r=f(p(g,e.location),e.location),u=r?n.createHref(r):"",m=(0,s.A)({},v,{href:u,navigate:function(){var t=p(g,e.location),r=(0,a.AO)(e.location)===(0,a.AO)(f(t));(l||r?n.replace:n.push)(t)}});return d!==h?m.ref=t||y:m.innerRef=y,i.createElement(o,m)})}),y=function(e){return e},v=i.forwardRef;void 0===v&&(v=y);v(function(e,t){var n=e["aria-current"],o=void 0===n?"page":n,a=e.activeClassName,l=void 0===a?"active":a,d=e.activeStyle,h=e.className,m=e.exact,b=e.isActive,_=e.location,w=e.sensitive,k=e.strict,E=e.style,O=e.to,j=e.innerRef,C=(0,u.A)(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return i.createElement(r.XZ.Consumer,null,function(e){e||(0,c.A)(!1);var n=_||e.location,a=f(p(O,n),n),u=a.pathname,S=u&&u.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),T=S?(0,r.B6)(n.pathname,{path:S,exact:m,sensitive:w,strict:k}):null,x=!!(b?b(T,n):T),A="function"==typeof h?h(x):h,I="function"==typeof E?E(x):E;x&&(A=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.filter(function(e){return e}).join(" ")}(A,l),I=(0,s.A)({},I,d));var P=(0,s.A)({"aria-current":x&&o||null,className:A,style:I,to:a},C);return y!==v?P.ref=t||j:P.innerRef=j,i.createElement(g,P)})})},40362:(e,t,n)=>{"use strict";var r=n(56441);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,i,a){if(a!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return n.PropTypes=n,n}},40453:(e,t,n)=>{var r=n(10739);e.exports=function(e,t){if(null==e)return{};var n,o,i=r(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)n=a[o],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i},e.exports.__esModule=!0,e.exports.default=e.exports},40694:(e,t,n)=>{"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}n.d(t,{A:()=>r})},40960:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){var n=(0,r.useRef)(function(){});(0,r.useEffect)(function(){n.current=e}),(0,r.useEffect)(function(){if(null!==t){var e=setInterval(function(){return n.current()},t||0);return function(){return clearInterval(e)}}},[t])}},41705:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(92162);function o(e,t,n){return(t=(0,r.A)(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},41735:(e,t,n)=>{"use strict";n.r(t),n.d(t,{createFocusTrap:()=>v});var r=n(11192);function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function i(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach(function(t){i(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function u(e){return function(e){if(Array.isArray(e))return o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e)||function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var c=function(e,t){if(e.length>0){var n=e[e.length-1];n!==t&&n._setPausedState(!0)}var r=e.indexOf(t);-1===r||e.splice(r,1),e.push(t)},l=function(e,t){var n=e.indexOf(t);-1!==n&&e.splice(n,1),e.length>0&&!e[e.length-1]._isManuallyPaused()&&e[e.length-1]._setPausedState(!1)},p=function(e){return"Tab"===(null==e?void 0:e.key)||9===(null==e?void 0:e.keyCode)},f=function(e){return p(e)&&!e.shiftKey},d=function(e){return p(e)&&e.shiftKey},h=function(e){return setTimeout(e,0)},m=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return"function"==typeof e?e.apply(void 0,n):e},g=function(e){return e.target.shadowRoot&&"function"==typeof e.composedPath?e.composedPath()[0]:e.target},y=[],v=function(e,t){var n,o=(null==t?void 0:t.document)||document,i=(null==t?void 0:t.trapStack)||y,a=s({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:f,isKeyBackward:d},t),v={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},b=function(e,t,n){return e&&void 0!==e[t]?e[t]:a[n||t]},_=function(e,t){var n="function"==typeof(null==t?void 0:t.composedPath)?t.composedPath():void 0;return v.containerGroups.findIndex(function(t){var r=t.container,o=t.tabbableNodes;return r.contains(e)||(null==n?void 0:n.includes(r))||o.find(function(t){return t===e})})},w=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.hasFallback,r=void 0!==n&&n,i=t.params,s=void 0===i?[]:i,c=a[e];if("function"==typeof c&&(c=c.apply(void 0,u(s))),!0===c&&(c=void 0),!c){if(void 0===c||!1===c)return c;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var l=c;if("string"==typeof c){try{l=o.querySelector(c)}catch(t){throw new Error("`".concat(e,'` appears to be an invalid selector; error="').concat(t.message,'"'))}if(!l&&!r)throw new Error("`".concat(e,"` as selector refers to no known node"))}return l},k=function(){var e=w("initialFocus",{hasFallback:!0});if(!1===e)return!1;if(void 0===e||e&&!(0,r.isFocusable)(e,a.tabbableOptions))if(_(o.activeElement)>=0)e=o.activeElement;else{var t=v.tabbableGroups[0];e=t&&t.firstTabbableNode||w("fallbackFocus")}else null===e&&(e=w("fallbackFocus"));if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},E=function(){if(v.containerGroups=v.containers.map(function(e){var t=(0,r.tabbable)(e,a.tabbableOptions),n=(0,r.focusable)(e,a.tabbableOptions),o=t.length>0?t[0]:void 0,i=t.length>0?t[t.length-1]:void 0,s=n.find(function(e){return(0,r.isTabbable)(e)}),u=n.slice().reverse().find(function(e){return(0,r.isTabbable)(e)}),c=!!t.find(function(e){return(0,r.getTabIndex)(e)>0});return{container:e,tabbableNodes:t,focusableNodes:n,posTabIndexesFound:c,firstTabbableNode:o,lastTabbableNode:i,firstDomTabbableNode:s,lastDomTabbableNode:u,nextTabbableNode:function(e){var o=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=t.indexOf(e);return i<0?o?n.slice(n.indexOf(e)+1).find(function(e){return(0,r.isTabbable)(e)}):n.slice(0,n.indexOf(e)).reverse().find(function(e){return(0,r.isTabbable)(e)}):t[i+(o?1:-1)]}}}),v.tabbableGroups=v.containerGroups.filter(function(e){return e.tabbableNodes.length>0}),v.tabbableGroups.length<=0&&!w("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(v.containerGroups.find(function(e){return e.posTabIndexesFound})&&v.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},O=function(e){var t=e.activeElement;if(t)return t.shadowRoot&&null!==t.shadowRoot.activeElement?O(t.shadowRoot):t},j=function(e){!1!==e&&e!==O(document)&&(e&&e.focus?(e.focus({preventScroll:!!a.preventScroll}),v.mostRecentlyFocusedNode=e,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(e)&&e.select()):j(k()))},C=function(e){var t=w("setReturnFocus",{params:[e]});return t||!1!==t&&e},S=function(e){var t=e.target,n=e.event,o=e.isBackward,i=void 0!==o&&o;t=t||g(n),E();var s=null;if(v.tabbableGroups.length>0){var u=_(t,n),c=u>=0?v.containerGroups[u]:void 0;if(u<0)s=i?v.tabbableGroups[v.tabbableGroups.length-1].lastTabbableNode:v.tabbableGroups[0].firstTabbableNode;else if(i){var l=v.tabbableGroups.findIndex(function(e){var n=e.firstTabbableNode;return t===n});if(l<0&&(c.container===t||(0,r.isFocusable)(t,a.tabbableOptions)&&!(0,r.isTabbable)(t,a.tabbableOptions)&&!c.nextTabbableNode(t,!1))&&(l=u),l>=0){var f=0===l?v.tabbableGroups.length-1:l-1,d=v.tabbableGroups[f];s=(0,r.getTabIndex)(t)>=0?d.lastTabbableNode:d.lastDomTabbableNode}else p(n)||(s=c.nextTabbableNode(t,!1))}else{var h=v.tabbableGroups.findIndex(function(e){var n=e.lastTabbableNode;return t===n});if(h<0&&(c.container===t||(0,r.isFocusable)(t,a.tabbableOptions)&&!(0,r.isTabbable)(t,a.tabbableOptions)&&!c.nextTabbableNode(t))&&(h=u),h>=0){var m=h===v.tabbableGroups.length-1?0:h+1,y=v.tabbableGroups[m];s=(0,r.getTabIndex)(t)>=0?y.firstTabbableNode:y.firstDomTabbableNode}else p(n)||(s=c.nextTabbableNode(t))}}else s=w("fallbackFocus");return s},T=function(e){var t=g(e);_(t,e)>=0||(m(a.clickOutsideDeactivates,e)?n.deactivate({returnFocus:a.returnFocusOnDeactivate}):m(a.allowOutsideClick,e)||e.preventDefault())},x=function(e){var t=g(e),n=_(t,e)>=0;if(n||t instanceof Document)n&&(v.mostRecentlyFocusedNode=t);else{var o;e.stopImmediatePropagation();var i=!0;if(v.mostRecentlyFocusedNode)if((0,r.getTabIndex)(v.mostRecentlyFocusedNode)>0){var s=_(v.mostRecentlyFocusedNode),u=v.containerGroups[s].tabbableNodes;if(u.length>0){var c=u.findIndex(function(e){return e===v.mostRecentlyFocusedNode});c>=0&&(a.isKeyForward(v.recentNavEvent)?c+1<u.length&&(o=u[c+1],i=!1):c-1>=0&&(o=u[c-1],i=!1))}}else v.containerGroups.some(function(e){return e.tabbableNodes.some(function(e){return(0,r.getTabIndex)(e)>0})})||(i=!1);else i=!1;i&&(o=S({target:v.mostRecentlyFocusedNode,isBackward:a.isKeyBackward(v.recentNavEvent)})),j(o||(v.mostRecentlyFocusedNode||k()))}v.recentNavEvent=void 0},A=function(e){(a.isKeyForward(e)||a.isKeyBackward(e))&&function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];v.recentNavEvent=e;var n=S({event:e,isBackward:t});n&&(p(e)&&e.preventDefault(),j(n))}(e,a.isKeyBackward(e))},I=function(e){var t;"Escape"!==(null==(t=e)?void 0:t.key)&&"Esc"!==(null==t?void 0:t.key)&&27!==(null==t?void 0:t.keyCode)||!1===m(a.escapeDeactivates,e)||(e.preventDefault(),n.deactivate())},P=function(e){var t=g(e);_(t,e)>=0||m(a.clickOutsideDeactivates,e)||m(a.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},R=function(){if(v.active)return c(i,n),v.delayInitialFocusTimer=a.delayInitialFocus?h(function(){j(k())}):j(k()),o.addEventListener("focusin",x,!0),o.addEventListener("mousedown",T,{capture:!0,passive:!1}),o.addEventListener("touchstart",T,{capture:!0,passive:!1}),o.addEventListener("click",P,{capture:!0,passive:!1}),o.addEventListener("keydown",A,{capture:!0,passive:!1}),o.addEventListener("keydown",I),n},L=function(){if(v.active)return o.removeEventListener("focusin",x,!0),o.removeEventListener("mousedown",T,!0),o.removeEventListener("touchstart",T,!0),o.removeEventListener("click",P,!0),o.removeEventListener("keydown",A,!0),o.removeEventListener("keydown",I),n},D="undefined"!=typeof window&&"MutationObserver"in window?new MutationObserver(function(e){e.some(function(e){return Array.from(e.removedNodes).some(function(e){return e===v.mostRecentlyFocusedNode})})&&j(k())}):void 0,N=function(){D&&(D.disconnect(),v.active&&!v.paused&&v.containers.map(function(e){D.observe(e,{subtree:!0,childList:!0})}))};return n={get active(){return v.active},get paused(){return v.paused},activate:function(e){if(v.active)return this;var t=b(e,"onActivate"),n=b(e,"onPostActivate"),r=b(e,"checkCanFocusTrap");r||E(),v.active=!0,v.paused=!1,v.nodeFocusedBeforeActivation=O(o),null==t||t();var i=function(){r&&E(),R(),N(),null==n||n()};return r?(r(v.containers.concat()).then(i,i),this):(i(),this)},deactivate:function(e){if(!v.active)return this;var t=s({onDeactivate:a.onDeactivate,onPostDeactivate:a.onPostDeactivate,checkCanReturnFocus:a.checkCanReturnFocus},e);clearTimeout(v.delayInitialFocusTimer),v.delayInitialFocusTimer=void 0,L(),v.active=!1,v.paused=!1,N(),l(i,n);var r=b(t,"onDeactivate"),o=b(t,"onPostDeactivate"),u=b(t,"checkCanReturnFocus"),c=b(t,"returnFocus","returnFocusOnDeactivate");null==r||r();var p=function(){h(function(){c&&j(C(v.nodeFocusedBeforeActivation)),null==o||o()})};return c&&u?(u(C(v.nodeFocusedBeforeActivation)).then(p,p),this):(p(),this)},pause:function(e){return v.active?(v.manuallyPaused=!0,this._setPausedState(!0,e)):this},unpause:function(e){return v.active?(v.manuallyPaused=!1,i[i.length-1]!==this?this:this._setPausedState(!1,e)):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return v.containers=t.map(function(e){return"string"==typeof e?o.querySelector(e):e}),v.active&&E(),N(),this}},Object.defineProperties(n,{_isManuallyPaused:{value:function(){return v.manuallyPaused}},_setPausedState:{value:function(e,t){if(v.paused===e)return this;if(v.paused=e,e){var n=b(t,"onPause"),r=b(t,"onPostPause");null==n||n(),L(),N(),null==r||r()}else{var o=b(t,"onUnpause"),i=b(t,"onPostUnpause");null==o||o(),E(),R(),N(),null==i||i()}return this}}}),n.updateContainerElements(e),n}},41814:(e,t,n)=>{"use strict";n.d(t,{A:()=>d});var r=n(55204),o=n.n(r),i=n(63696),a=n(62757),s=n.n(a);function u(e){var t=i.useRef(),n=i.useRef(0);return s()(e,t.current)||(t.current=e,n.current+=1),[n.current]}const c=function(e,t){return i.useEffect(e,u(t))};var l,p={observer:{},subscribe:function(){},unsubscribe:function(){}};function f(e,t){var n=void 0===t?{}:t,r=n.observerOptions,o=n.subscribeOptions,a=(0,i.useState)({}),s=a[0],u=a[1],f=(0,i.useState)(),d=f[0],h=f[1],m=(0,i.useCallback)(function(e){null!==e&&h(e)},[]);return c(function(){if(d&&e){l||(l=new Map);var t=l.get(e);t||(t=new Map,l.set(e,t));var n=r?JSON.stringify(r):"default",i=t.get(n);i||(i=function(e,t){if(!e)return p;var n=new WeakMap,r=new e(function(e){e.forEach(function(e){var t=(n.get(e.target)||{}).callback;t&&t(e)})},t),o=function(e){n.get(e)&&(n.delete(e),r.unobserve?r.unobserve(e):r.disconnect())};return{observer:r,subscribe:function(e,t){var i=e.element||e,a=e.options,s=n.get(i);if(s){if(a===s.options)return;o(i)}n.set(i,{callback:t,options:a}),r.observe(i,a)},unsubscribe:o}}(e,r),t.set(n,i));var a=i,s=a.subscribe,c=a.unsubscribe;return s({element:d,options:o},function(e){return u(e)}),function(){return c(d)}}},[d,e,r,o]),[m,s]}function d(e){return f(o().MutationObserver,{subscribeOptions:e})}},41827:(e,t,n)=>{"use strict";n.d(t,{C6:()=>__extends,Cl:()=>__assign,Ju:()=>__values,gz:()=>__spread});var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},r(e,t)};function __extends(e,t){function __(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){return __assign=Object.assign||function __assign(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},__assign.apply(this,arguments)};function __values(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function __read(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}},42181:(e,t,n)=>{"use strict";n.d(t,{O:()=>i});var r=n(41827),o=n(1589),i=function(){function MDCComponent(e,t){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];this.root_=e,this.initialize.apply(this,r.gz(n)),this.foundation_=void 0===t?this.getDefaultFoundation():t,this.foundation_.init(),this.initialSyncWithDOM()}return MDCComponent.attachTo=function(e){return new MDCComponent(e,new o.I({}))},MDCComponent.prototype.initialize=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]},MDCComponent.prototype.getDefaultFoundation=function(){throw new Error("Subclasses must override getDefaultFoundation to return a properly configured foundation class")},MDCComponent.prototype.initialSyncWithDOM=function(){},MDCComponent.prototype.destroy=function(){this.foundation_.destroy()},MDCComponent.prototype.listen=function(e,t){this.root_.addEventListener(e,t)},MDCComponent.prototype.unlisten=function(e,t){this.root_.removeEventListener(e,t)},MDCComponent.prototype.emit=function(e,t,n){var r;void 0===n&&(n=!1),"function"==typeof CustomEvent?r=new CustomEvent(e,{bubbles:n,detail:t}):(r=document.createEvent("CustomEvent")).initCustomEvent(e,n,!1,t),this.root_.dispatchEvent(r)},MDCComponent}()},42525:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(23205),o=function(e,t){return"string"!=typeof e.url||(0,r.hasQueryArg)(e.url,"_locale")||(e.url=(0,r.addQueryArgs)(e.url,{_locale:"user"})),"string"!=typeof e.path||(0,r.hasQueryArg)(e.path,"_locale")||(e.path=(0,r.addQueryArgs)(e.path,{_locale:"user"})),t(e)};t.default=o},43580:e=>{"use strict";e.exports=(e,t)=>{if("string"!=typeof e||"string"!=typeof t)throw new TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];const n=e.indexOf(t);return-1===n?[e]:[e.slice(0,n),e.slice(n+t.length)]}},44010:(e,t,n)=>{"use strict";n.d(t,{D:()=>$,A:()=>X});var r=n(81515),o=n(56631),i=n(68102),a=["xs","sm","md","lg","xl"];var s=n(41705);function u(e,t,n){var r;return(0,i.A)({gutters:function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return console.warn(["Material-UI: theme.mixins.gutters() is deprecated.","You can use the source of the mixin directly:","\n paddingLeft: theme.spacing(2),\n paddingRight: theme.spacing(2),\n [theme.breakpoints.up('sm')]: {\n paddingLeft: theme.spacing(3),\n paddingRight: theme.spacing(3),\n },\n "].join("\n")),(0,i.A)({paddingLeft:t(2),paddingRight:t(2)},n,(0,s.A)({},e.up("sm"),(0,i.A)({paddingLeft:t(3),paddingRight:t(3)},n[e.up("sm")])))},toolbar:(r={minHeight:56},(0,s.A)(r,"".concat(e.up("xs")," and (orientation: landscape)"),{minHeight:48}),(0,s.A)(r,e.up("sm"),{minHeight:64}),r)},n)}var c=n(48384);const l={black:"#000",white:"#fff"};const p={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#d5d5d5",A200:"#aaaaaa",A400:"#303030",A700:"#616161"};const f={50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe"};const d={50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162"};const h={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"};const m={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"};const g={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"};const y={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"};var v=n(65041),b={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.54)",disabled:"rgba(0, 0, 0, 0.38)",hint:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:l.white,default:p[50]},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},_={text:{primary:l.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",hint:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:p[800],default:"#303030"},action:{active:l.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function w(e,t,n,r){var o=r.light||r,i=r.dark||1.5*r;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:"light"===t?e.light=(0,v.a)(e.main,o):"dark"===t&&(e.dark=(0,v.e$)(e.main,i)))}function k(e){return Math.round(1e5*e)/1e5}function E(e){return k(e)}var O={textTransform:"uppercase"},j='"Roboto", "Helvetica", "Arial", sans-serif';function C(e,t){var n="function"==typeof t?t(e):t,a=n.fontFamily,s=void 0===a?j:a,u=n.fontSize,c=void 0===u?14:u,l=n.fontWeightLight,p=void 0===l?300:l,f=n.fontWeightRegular,d=void 0===f?400:f,h=n.fontWeightMedium,m=void 0===h?500:h,g=n.fontWeightBold,y=void 0===g?700:g,v=n.htmlFontSize,b=void 0===v?16:v,_=n.allVariants,w=n.pxToRem,C=(0,r.A)(n,["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"]);var S=c/14,T=w||function(e){return"".concat(e/b*S,"rem")},x=function(e,t,n,r,o){return(0,i.A)({fontFamily:s,fontWeight:e,fontSize:T(t),lineHeight:n},s===j?{letterSpacing:"".concat(k(r/t),"em")}:{},o,_)},A={h1:x(p,96,1.167,-1.5),h2:x(p,60,1.2,-.5),h3:x(d,48,1.167,0),h4:x(d,34,1.235,.25),h5:x(d,24,1.334,0),h6:x(m,20,1.6,.15),subtitle1:x(d,16,1.75,.15),subtitle2:x(m,14,1.57,.1),body1:x(d,16,1.5,.15),body2:x(d,14,1.43,.15),button:x(m,14,1.75,.4,O),caption:x(d,12,1.66,.4),overline:x(d,12,2.66,1,O)};return(0,o.A)((0,i.A)({htmlFontSize:b,pxToRem:T,round:E,fontFamily:s,fontSize:c,fontWeightLight:p,fontWeightRegular:d,fontWeightMedium:m,fontWeightBold:y},A),C,{clone:!1})}function S(){return["".concat(arguments.length<=0?void 0:arguments[0],"px ").concat(arguments.length<=1?void 0:arguments[1],"px ").concat(arguments.length<=2?void 0:arguments[2],"px ").concat(arguments.length<=3?void 0:arguments[3],"px rgba(0,0,0,").concat(.2,")"),"".concat(arguments.length<=4?void 0:arguments[4],"px ").concat(arguments.length<=5?void 0:arguments[5],"px ").concat(arguments.length<=6?void 0:arguments[6],"px ").concat(arguments.length<=7?void 0:arguments[7],"px rgba(0,0,0,").concat(.14,")"),"".concat(arguments.length<=8?void 0:arguments[8],"px ").concat(arguments.length<=9?void 0:arguments[9],"px ").concat(arguments.length<=10?void 0:arguments[10],"px ").concat(arguments.length<=11?void 0:arguments[11],"px rgba(0,0,0,").concat(.12,")")].join(",")}const T=["none",S(0,2,1,-1,0,1,1,0,0,1,3,0),S(0,3,1,-2,0,2,2,0,0,1,5,0),S(0,3,3,-2,0,3,4,0,0,1,8,0),S(0,2,4,-1,0,4,5,0,0,1,10,0),S(0,3,5,-1,0,5,8,0,0,1,14,0),S(0,3,5,-1,0,6,10,0,0,1,18,0),S(0,4,5,-2,0,7,10,1,0,2,16,1),S(0,5,5,-3,0,8,10,1,0,3,14,2),S(0,5,6,-3,0,9,12,1,0,3,16,2),S(0,6,6,-3,0,10,14,1,0,4,18,3),S(0,6,7,-4,0,11,15,1,0,4,20,3),S(0,7,8,-4,0,12,17,2,0,5,22,4),S(0,7,8,-4,0,13,19,2,0,5,24,4),S(0,7,9,-4,0,14,21,2,0,5,26,4),S(0,8,9,-5,0,15,22,2,0,6,28,5),S(0,8,10,-5,0,16,24,2,0,6,30,5),S(0,8,11,-5,0,17,26,2,0,6,32,5),S(0,9,11,-5,0,18,28,2,0,7,34,6),S(0,9,12,-6,0,19,29,2,0,7,36,6),S(0,10,13,-6,0,20,31,3,0,8,38,7),S(0,10,13,-6,0,21,33,3,0,8,40,7),S(0,10,14,-6,0,22,35,3,0,8,42,7),S(0,11,14,-7,0,23,36,3,0,9,44,8),S(0,11,15,-7,0,24,38,3,0,9,46,8)];const x={borderRadius:4};var A=n(97850),I=n(40694),P={xs:0,sm:600,md:960,lg:1280,xl:1920},R={keys:["xs","sm","md","lg","xl"],up:function(e){return"@media (min-width:".concat(P[e],"px)")}};const L=function(e,t){return t?(0,o.A)(e,t,{clone:!1}):e};var D,N,M={m:"margin",p:"padding"},z={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},F={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},B=(D=function(e){if(e.length>2){if(!F[e])return[e];e=F[e]}var t=e.split(""),n=(0,A.A)(t,2),r=n[0],o=n[1],i=M[r],a=z[o]||"";return Array.isArray(a)?a.map(function(e){return i+e}):[i+a]},N={},function(e){return void 0===N[e]&&(N[e]=D(e)),N[e]}),H=["m","mt","mr","mb","ml","mx","my","p","pt","pr","pb","pl","px","py","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY"];function U(e){var t=e.spacing||8;return"number"==typeof t?function(e){return t*e}:Array.isArray(t)?function(e){return t[e]}:"function"==typeof t?t:function(){}}function W(e,t){return function(n){return e.reduce(function(e,r){return e[r]=function(e,t){if("string"==typeof t||null==t)return t;var n=e(Math.abs(t));return t>=0?n:"number"==typeof n?-n:"-".concat(n)}(t,n),e},{})}}function V(e){var t=U(e.theme);return Object.keys(e).map(function(n){if(-1===H.indexOf(n))return null;var r=W(B(n),t),o=e[n];return function(e,t,n){if(Array.isArray(t)){var r=e.theme.breakpoints||R;return t.reduce(function(e,o,i){return e[r.up(r.keys[i])]=n(t[i]),e},{})}if("object"===(0,I.A)(t)){var o=e.theme.breakpoints||R;return Object.keys(t).reduce(function(e,r){return e[o.up(r)]=n(t[r]),e},{})}return n(t)}(e,o,r)}).reduce(L,{})}V.propTypes={},V.filterProps=H;var G=n(29978);const K={mobileStepper:1e3,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function q(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.breakpoints,n=void 0===t?{}:t,s=e.mixins,k=void 0===s?{}:s,E=e.palette,O=void 0===E?{}:E,j=e.spacing,S=e.typography,A=void 0===S?{}:S,I=(0,r.A)(e,["breakpoints","mixins","palette","spacing","typography"]),P=function(e){var t=e.primary,n=void 0===t?{light:f[300],main:f[500],dark:f[700]}:t,a=e.secondary,s=void 0===a?{light:d.A200,main:d.A400,dark:d.A700}:a,u=e.error,k=void 0===u?{light:h[300],main:h[500],dark:h[700]}:u,E=e.warning,O=void 0===E?{light:m[300],main:m[500],dark:m[700]}:E,j=e.info,C=void 0===j?{light:g[300],main:g[500],dark:g[700]}:j,S=e.success,T=void 0===S?{light:y[300],main:y[500],dark:y[700]}:S,x=e.type,A=void 0===x?"light":x,I=e.contrastThreshold,P=void 0===I?3:I,R=e.tonalOffset,L=void 0===R?.2:R,D=(0,r.A)(e,["primary","secondary","error","warning","info","success","type","contrastThreshold","tonalOffset"]);function N(e){return(0,v.eM)(e,_.text.primary)>=P?_.text.primary:b.text.primary}var M=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:300,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:700;if(!(e=(0,i.A)({},e)).main&&e[t]&&(e.main=e[t]),!e.main)throw new Error((0,c.A)(4,t));if("string"!=typeof e.main)throw new Error((0,c.A)(5,JSON.stringify(e.main)));return w(e,"light",n,L),w(e,"dark",r,L),e.contrastText||(e.contrastText=N(e.main)),e},z={dark:_,light:b};return(0,o.A)((0,i.A)({common:l,type:A,primary:M(n),secondary:M(s,"A400","A200","A700"),error:M(k),warning:M(O),info:M(C),success:M(T),grey:p,contrastThreshold:P,getContrastText:N,augmentColor:M,tonalOffset:L},z[A]),D)}(O),R=function(e){var t=e.values,n=void 0===t?{xs:0,sm:600,md:960,lg:1280,xl:1920}:t,o=e.unit,s=void 0===o?"px":o,u=e.step,c=void 0===u?5:u,l=(0,r.A)(e,["values","unit","step"]);function p(e){var t="number"==typeof n[e]?n[e]:e;return"@media (min-width:".concat(t).concat(s,")")}function f(e,t){var r=a.indexOf(t);return r===a.length-1?p(e):"@media (min-width:".concat("number"==typeof n[e]?n[e]:e).concat(s,") and ")+"(max-width:".concat((-1!==r&&"number"==typeof n[a[r+1]]?n[a[r+1]]:t)-c/100).concat(s,")")}return(0,i.A)({keys:a,values:n,up:p,down:function(e){var t=a.indexOf(e)+1,r=n[a[t]];return t===a.length?p("xs"):"@media (max-width:".concat(("number"==typeof r&&t>0?r:e)-c/100).concat(s,")")},between:f,only:function(e){return f(e,e)},width:function(e){return n[e]}},l)}(n),L=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:8;if(e.mui)return e;var t=U({spacing:e}),n=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return 0===n.length?t(1):1===n.length?t(n[0]):n.map(function(e){if("string"==typeof e)return e;var n=t(e);return"number"==typeof n?"".concat(n,"px"):n}).join(" ")};return Object.defineProperty(n,"unit",{get:function(){return e}}),n.mui=!0,n}(j),D=(0,o.A)({breakpoints:R,direction:"ltr",mixins:u(R,L,k),overrides:{},palette:P,props:{},shadows:T,typography:C(P,A),spacing:L,shape:x,transitions:G.Ay,zIndex:K},I),N=arguments.length,M=new Array(N>1?N-1:0),z=1;z<N;z++)M[z-1]=arguments[z];return D=M.reduce(function(e,t){return(0,o.A)(e,t)},D)}function $(){return q.apply(void 0,arguments)}const X=q},44319:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(63696),o=n(66293);function i(){return(0,r.useContext)(o.ob)}},44451:(e,t,n)=>{"use strict";n.d(t,{F:()=>o});var r=n(28438);function o(e="",t){if(!t||!Object.keys(t).length)return e;let n=e;const o=e.indexOf("?");return-1!==o&&(t=Object.assign((0,r.u)(e),t),n=n.substr(0,o)),n+"?"+function(e){let t="";const n=Object.entries(e);let r;for(;r=n.shift();){let[e,o]=r;if(Array.isArray(o)||o&&o.constructor===Object){const t=Object.entries(o).reverse();for(const[r,o]of t)n.unshift([`${e}[${r}]`,o])}else void 0!==o&&(null===o&&(o=""),t+="&"+[e,o].map(encodeURIComponent).join("="))}return t.substr(1)}(t)}},44502:e=>{var t=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'],n=t.join(","),r="undefined"==typeof Element?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector;function o(e,t){t=t||{};var o,a,s,l=[],p=[],f=e.querySelectorAll(n);for(t.includeContainer&&r.call(e,n)&&(f=Array.prototype.slice.apply(f)).unshift(e),o=0;o<f.length;o++)i(a=f[o])&&(0===(s=u(a))?l.push(a):p.push({documentOrder:o,tabIndex:s,node:a}));return p.sort(c).map(function(e){return e.node}).concat(l)}function i(e){return!(!a(e)||function(e){return function(e){return l(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t=e.ownerDocument.querySelectorAll('input[type="radio"][name="'+e.name+'"]'),n=function(e){for(var t=0;t<e.length;t++)if(e[t].checked)return e[t]}(t);return!n||n===e}(e)}(e)||u(e)<0)}function a(e){return!(e.disabled||function(e){return l(e)&&"hidden"===e.type}(e)||function(e){return null===e.offsetParent||"hidden"===getComputedStyle(e).visibility}(e))}o.isTabbable=function(e){if(!e)throw new Error("No node provided");return!1!==r.call(e,n)&&i(e)},o.isFocusable=function(e){if(!e)throw new Error("No node provided");return!1!==r.call(e,s)&&a(e)};var s=t.concat("iframe").join(",");function u(e){var t=parseInt(e.getAttribute("tabindex"),10);return isNaN(t)?function(e){return"true"===e.contentEditable}(e)?0:e.tabIndex:t}function c(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex}function l(e){return"INPUT"===e.tagName}e.exports=o},45019:e=>{"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t){var n=e._map,r=e._arrayTreeMap,o=e._objectTreeMap;if(n.has(t))return n.get(t);for(var i=Object.keys(t).sort(),a=Array.isArray(t)?r:o,s=0;s<i.length;s++){var u=i[s];if(void 0===(a=a.get(u)))return;var c=t[u];if(void 0===(a=a.get(c)))return}var l=a.get("_ekm_value");return l?(n.delete(l[0]),l[0]=t,a.set("_ekm_value",l),n.set(t,l),l):void 0}var o=function(){function EquivalentKeyMap(e){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,EquivalentKeyMap),this.clear(),e instanceof EquivalentKeyMap){var t=[];e.forEach(function(e,n){t.push([n,e])}),e=t}if(null!=e)for(var n=0;n<e.length;n++)this.set(e[n][0],e[n][1])}var e,o,i;return e=EquivalentKeyMap,o=[{key:"set",value:function(e,n){if(null===e||"object"!==t(e))return this._map.set(e,n),this;for(var r=Object.keys(e).sort(),o=[e,n],i=Array.isArray(e)?this._arrayTreeMap:this._objectTreeMap,a=0;a<r.length;a++){var s=r[a];i.has(s)||i.set(s,new EquivalentKeyMap),i=i.get(s);var u=e[s];i.has(u)||i.set(u,new EquivalentKeyMap),i=i.get(u)}var c=i.get("_ekm_value");return c&&this._map.delete(c[0]),i.set("_ekm_value",o),this._map.set(e,o),this}},{key:"get",value:function(e){if(null===e||"object"!==t(e))return this._map.get(e);var n=r(this,e);return n?n[1]:void 0}},{key:"has",value:function(e){return null===e||"object"!==t(e)?this._map.has(e):void 0!==r(this,e)}},{key:"delete",value:function(e){return!!this.has(e)&&(this.set(e,void 0),!0)}},{key:"forEach",value:function(e){var n=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this;this._map.forEach(function(o,i){null!==i&&"object"===t(i)&&(o=o[1]),e.call(r,o,i,n)})}},{key:"clear",value:function(){this._map=new Map,this._arrayTreeMap=new Map,this._objectTreeMap=new Map}},{key:"size",get:function(){return this._map.size}}],o&&n(e.prototype,o),i&&n(e,i),EquivalentKeyMap}();e.exports=o},45057:(e,t,n)=>{"use strict";n.d(t,{E:()=>f});var r=n(41827),o=n(1589),i={BG_FOCUSED:"mdc-ripple-upgraded--background-focused",FG_ACTIVATION:"mdc-ripple-upgraded--foreground-activation",FG_DEACTIVATION:"mdc-ripple-upgraded--foreground-deactivation",ROOT:"mdc-ripple-upgraded",UNBOUNDED:"mdc-ripple-upgraded--unbounded"},a={VAR_FG_SCALE:"--mdc-ripple-fg-scale",VAR_FG_SIZE:"--mdc-ripple-fg-size",VAR_FG_TRANSLATE_END:"--mdc-ripple-fg-translate-end",VAR_FG_TRANSLATE_START:"--mdc-ripple-fg-translate-start",VAR_LEFT:"--mdc-ripple-left",VAR_TOP:"--mdc-ripple-top"},s={DEACTIVATION_TIMEOUT_MS:225,FG_DEACTIVATION_MS:150,INITIAL_ORIGIN_SCALE:.6,PADDING:10,TAP_DELAY_MS:300},u=n(20061),c=["touchstart","pointerdown","mousedown","keydown"],l=["touchend","pointerup","mouseup","contextmenu"],p=[],f=function(e){function MDCRippleFoundation(t){var n=e.call(this,r.Cl({},MDCRippleFoundation.defaultAdapter,t))||this;return n.activationAnimationHasEnded_=!1,n.activationTimer_=0,n.fgDeactivationRemovalTimer_=0,n.fgScale_="0",n.frame_={width:0,height:0},n.initialSize_=0,n.layoutFrame_=0,n.maxRadius_=0,n.unboundedCoords_={left:0,top:0},n.activationState_=n.defaultActivationState_(),n.activationTimerCallback_=function(){n.activationAnimationHasEnded_=!0,n.runDeactivationUXLogicIfReady_()},n.activateHandler_=function(e){return n.activate_(e)},n.deactivateHandler_=function(){return n.deactivate_()},n.focusHandler_=function(){return n.handleFocus()},n.blurHandler_=function(){return n.handleBlur()},n.resizeHandler_=function(){return n.layout()},n}return r.C6(MDCRippleFoundation,e),Object.defineProperty(MDCRippleFoundation,"cssClasses",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(MDCRippleFoundation,"strings",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(MDCRippleFoundation,"numbers",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(MDCRippleFoundation,"defaultAdapter",{get:function(){return{addClass:function(){},browserSupportsCssVars:function(){return!0},computeBoundingRect:function(){return{top:0,right:0,bottom:0,left:0,width:0,height:0}},containsEventTarget:function(){return!0},deregisterDocumentInteractionHandler:function(){},deregisterInteractionHandler:function(){},deregisterResizeHandler:function(){},getWindowPageOffset:function(){return{x:0,y:0}},isSurfaceActive:function(){return!0},isSurfaceDisabled:function(){return!0},isUnbounded:function(){return!0},registerDocumentInteractionHandler:function(){},registerInteractionHandler:function(){},registerResizeHandler:function(){},removeClass:function(){},updateCssVariable:function(){}}},enumerable:!0,configurable:!0}),MDCRippleFoundation.prototype.init=function(){var e=this,t=this.supportsPressRipple_();if(this.registerRootHandlers_(t),t){var n=MDCRippleFoundation.cssClasses,r=n.ROOT,o=n.UNBOUNDED;requestAnimationFrame(function(){e.adapter_.addClass(r),e.adapter_.isUnbounded()&&(e.adapter_.addClass(o),e.layoutInternal_())})}},MDCRippleFoundation.prototype.destroy=function(){var e=this;if(this.supportsPressRipple_()){this.activationTimer_&&(clearTimeout(this.activationTimer_),this.activationTimer_=0,this.adapter_.removeClass(MDCRippleFoundation.cssClasses.FG_ACTIVATION)),this.fgDeactivationRemovalTimer_&&(clearTimeout(this.fgDeactivationRemovalTimer_),this.fgDeactivationRemovalTimer_=0,this.adapter_.removeClass(MDCRippleFoundation.cssClasses.FG_DEACTIVATION));var t=MDCRippleFoundation.cssClasses,n=t.ROOT,r=t.UNBOUNDED;requestAnimationFrame(function(){e.adapter_.removeClass(n),e.adapter_.removeClass(r),e.removeCssVars_()})}this.deregisterRootHandlers_(),this.deregisterDeactivationHandlers_()},MDCRippleFoundation.prototype.activate=function(e){this.activate_(e)},MDCRippleFoundation.prototype.deactivate=function(){this.deactivate_()},MDCRippleFoundation.prototype.layout=function(){var e=this;this.layoutFrame_&&cancelAnimationFrame(this.layoutFrame_),this.layoutFrame_=requestAnimationFrame(function(){e.layoutInternal_(),e.layoutFrame_=0})},MDCRippleFoundation.prototype.setUnbounded=function(e){var t=MDCRippleFoundation.cssClasses.UNBOUNDED;e?this.adapter_.addClass(t):this.adapter_.removeClass(t)},MDCRippleFoundation.prototype.handleFocus=function(){var e=this;requestAnimationFrame(function(){return e.adapter_.addClass(MDCRippleFoundation.cssClasses.BG_FOCUSED)})},MDCRippleFoundation.prototype.handleBlur=function(){var e=this;requestAnimationFrame(function(){return e.adapter_.removeClass(MDCRippleFoundation.cssClasses.BG_FOCUSED)})},MDCRippleFoundation.prototype.supportsPressRipple_=function(){return this.adapter_.browserSupportsCssVars()},MDCRippleFoundation.prototype.defaultActivationState_=function(){return{activationEvent:void 0,hasDeactivationUXRun:!1,isActivated:!1,isProgrammatic:!1,wasActivatedByPointer:!1,wasElementMadeActive:!1}},MDCRippleFoundation.prototype.registerRootHandlers_=function(e){var t=this;e&&(c.forEach(function(e){t.adapter_.registerInteractionHandler(e,t.activateHandler_)}),this.adapter_.isUnbounded()&&this.adapter_.registerResizeHandler(this.resizeHandler_)),this.adapter_.registerInteractionHandler("focus",this.focusHandler_),this.adapter_.registerInteractionHandler("blur",this.blurHandler_)},MDCRippleFoundation.prototype.registerDeactivationHandlers_=function(e){var t=this;"keydown"===e.type?this.adapter_.registerInteractionHandler("keyup",this.deactivateHandler_):l.forEach(function(e){t.adapter_.registerDocumentInteractionHandler(e,t.deactivateHandler_)})},MDCRippleFoundation.prototype.deregisterRootHandlers_=function(){var e=this;c.forEach(function(t){e.adapter_.deregisterInteractionHandler(t,e.activateHandler_)}),this.adapter_.deregisterInteractionHandler("focus",this.focusHandler_),this.adapter_.deregisterInteractionHandler("blur",this.blurHandler_),this.adapter_.isUnbounded()&&this.adapter_.deregisterResizeHandler(this.resizeHandler_)},MDCRippleFoundation.prototype.deregisterDeactivationHandlers_=function(){var e=this;this.adapter_.deregisterInteractionHandler("keyup",this.deactivateHandler_),l.forEach(function(t){e.adapter_.deregisterDocumentInteractionHandler(t,e.deactivateHandler_)})},MDCRippleFoundation.prototype.removeCssVars_=function(){var e=this,t=MDCRippleFoundation.strings;Object.keys(t).forEach(function(n){0===n.indexOf("VAR_")&&e.adapter_.updateCssVariable(t[n],null)})},MDCRippleFoundation.prototype.activate_=function(e){var t=this;if(!this.adapter_.isSurfaceDisabled()){var n=this.activationState_;if(!n.isActivated){var r=this.previousActivationEvent_;if(!(r&&void 0!==e&&r.type!==e.type))n.isActivated=!0,n.isProgrammatic=void 0===e,n.activationEvent=e,n.wasActivatedByPointer=!n.isProgrammatic&&(void 0!==e&&("mousedown"===e.type||"touchstart"===e.type||"pointerdown"===e.type)),void 0!==e&&p.length>0&&p.some(function(e){return t.adapter_.containsEventTarget(e)})?this.resetActivationState_():(void 0!==e&&(p.push(e.target),this.registerDeactivationHandlers_(e)),n.wasElementMadeActive=this.checkElementMadeActive_(e),n.wasElementMadeActive&&this.animateActivation_(),requestAnimationFrame(function(){p=[],n.wasElementMadeActive||void 0===e||" "!==e.key&&32!==e.keyCode||(n.wasElementMadeActive=t.checkElementMadeActive_(e),n.wasElementMadeActive&&t.animateActivation_()),n.wasElementMadeActive||(t.activationState_=t.defaultActivationState_())}))}}},MDCRippleFoundation.prototype.checkElementMadeActive_=function(e){return void 0===e||"keydown"!==e.type||this.adapter_.isSurfaceActive()},MDCRippleFoundation.prototype.animateActivation_=function(){var e=this,t=MDCRippleFoundation.strings,n=t.VAR_FG_TRANSLATE_START,r=t.VAR_FG_TRANSLATE_END,o=MDCRippleFoundation.cssClasses,i=o.FG_DEACTIVATION,a=o.FG_ACTIVATION,s=MDCRippleFoundation.numbers.DEACTIVATION_TIMEOUT_MS;this.layoutInternal_();var u="",c="";if(!this.adapter_.isUnbounded()){var l=this.getFgTranslationCoordinates_(),p=l.startPoint,f=l.endPoint;u=p.x+"px, "+p.y+"px",c=f.x+"px, "+f.y+"px"}this.adapter_.updateCssVariable(n,u),this.adapter_.updateCssVariable(r,c),clearTimeout(this.activationTimer_),clearTimeout(this.fgDeactivationRemovalTimer_),this.rmBoundedActivationClasses_(),this.adapter_.removeClass(i),this.adapter_.computeBoundingRect(),this.adapter_.addClass(a),this.activationTimer_=setTimeout(function(){return e.activationTimerCallback_()},s)},MDCRippleFoundation.prototype.getFgTranslationCoordinates_=function(){var e,t=this.activationState_,n=t.activationEvent;return{startPoint:e={x:(e=t.wasActivatedByPointer?(0,u.yu)(n,this.adapter_.getWindowPageOffset(),this.adapter_.computeBoundingRect()):{x:this.frame_.width/2,y:this.frame_.height/2}).x-this.initialSize_/2,y:e.y-this.initialSize_/2},endPoint:{x:this.frame_.width/2-this.initialSize_/2,y:this.frame_.height/2-this.initialSize_/2}}},MDCRippleFoundation.prototype.runDeactivationUXLogicIfReady_=function(){var e=this,t=MDCRippleFoundation.cssClasses.FG_DEACTIVATION,n=this.activationState_,r=n.hasDeactivationUXRun,o=n.isActivated;(r||!o)&&this.activationAnimationHasEnded_&&(this.rmBoundedActivationClasses_(),this.adapter_.addClass(t),this.fgDeactivationRemovalTimer_=setTimeout(function(){e.adapter_.removeClass(t)},s.FG_DEACTIVATION_MS))},MDCRippleFoundation.prototype.rmBoundedActivationClasses_=function(){var e=MDCRippleFoundation.cssClasses.FG_ACTIVATION;this.adapter_.removeClass(e),this.activationAnimationHasEnded_=!1,this.adapter_.computeBoundingRect()},MDCRippleFoundation.prototype.resetActivationState_=function(){var e=this;this.previousActivationEvent_=this.activationState_.activationEvent,this.activationState_=this.defaultActivationState_(),setTimeout(function(){return e.previousActivationEvent_=void 0},MDCRippleFoundation.numbers.TAP_DELAY_MS)},MDCRippleFoundation.prototype.deactivate_=function(){var e=this,t=this.activationState_;if(t.isActivated){var n=r.Cl({},t);t.isProgrammatic?(requestAnimationFrame(function(){return e.animateDeactivation_(n)}),this.resetActivationState_()):(this.deregisterDeactivationHandlers_(),requestAnimationFrame(function(){e.activationState_.hasDeactivationUXRun=!0,e.animateDeactivation_(n),e.resetActivationState_()}))}},MDCRippleFoundation.prototype.animateDeactivation_=function(e){var t=e.wasActivatedByPointer,n=e.wasElementMadeActive;(t||n)&&this.runDeactivationUXLogicIfReady_()},MDCRippleFoundation.prototype.layoutInternal_=function(){var e=this;this.frame_=this.adapter_.computeBoundingRect();var t=Math.max(this.frame_.height,this.frame_.width);this.maxRadius_=this.adapter_.isUnbounded()?t:Math.sqrt(Math.pow(e.frame_.width,2)+Math.pow(e.frame_.height,2))+MDCRippleFoundation.numbers.PADDING,this.initialSize_=Math.floor(t*MDCRippleFoundation.numbers.INITIAL_ORIGIN_SCALE),this.fgScale_=""+this.maxRadius_/this.initialSize_,this.updateLayoutCssVars_()},MDCRippleFoundation.prototype.updateLayoutCssVars_=function(){var e=MDCRippleFoundation.strings,t=e.VAR_FG_SIZE,n=e.VAR_LEFT,r=e.VAR_TOP,o=e.VAR_FG_SCALE;this.adapter_.updateCssVariable(t,this.initialSize_+"px"),this.adapter_.updateCssVariable(o,this.fgScale_),this.adapter_.isUnbounded()&&(this.unboundedCoords_={left:Math.round(this.frame_.width/2-this.initialSize_/2),top:Math.round(this.frame_.height/2-this.initialSize_/2)},this.adapter_.updateCssVariable(n,this.unboundedCoords_.left+"px"),this.adapter_.updateCssVariable(r,this.unboundedCoords_.top+"px"))},MDCRippleFoundation}(o.I)},45498:(e,t,n)=>{var r=n(10564).default,o=n(11327);e.exports=function(e){var t=o(e,"string");return"symbol"==r(t)?t:t+""},e.exports.__esModule=!0,e.exports.default=e.exports},46313:(e,t,n)=>{var r=n(9535),o=n(33929);e.exports=function(e,t,n,i,a){return new o(r().w(e,t,n,i),a||Promise)},e.exports.__esModule=!0,e.exports.default=e.exports},47209:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e){(0,r.useEffect)(e,[])}},47485:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(63696);const __WEBPACK_DEFAULT_EXPORT__=function(...e){return r.useCallback(t=>{for(let n=0;n<e.length;n++){const r=e[n];"function"==typeof r?r(t):r&&"object"==typeof r&&(r.current=t)}},e)}},48183:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(92162);function o(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,(0,r.A)(o.key),o)}}function i(e,t,n){return t&&o(e.prototype,t),n&&o(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}},48384:(e,t,n)=>{"use strict";function r(e){for(var t="https://mui.com/production-error/?code="+e,n=1;n<arguments.length;n+=1)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified Material-UI error #"+e+"; visit "+t+" for the full message."}n.d(t,{A:()=>r})},49198:e=>{"use strict";var t=function(e,t){return e+n(t)},n=function(e){return null===e||"boolean"==typeof e||void 0===e?"":"number"==typeof e?e.toString():"string"==typeof e?e:Array.isArray(e)?e.reduce(t,""):function(e){return Object.prototype.hasOwnProperty.call(e,"props")}(e)&&Object.prototype.hasOwnProperty.call(e.props,"children")?n(e.props.children):""};n.default=n,e.exports=n},49257:(e,t,n)=>{"use strict";function r(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}n.d(t,{A:()=>r})},49519:(e,t,n)=>{"use strict";n.d(t,{B6:()=>A,Ix:()=>w,W6:()=>B,XZ:()=>_,dO:()=>M,g:()=>U,qh:()=>I,rd:()=>Redirect,y:()=>z,zy:()=>H});var r=n(51449),o=n(63696),i=n(62688),a=n.n(i),s=n(93861),u=n(56143),c=n(68102),l=n(98853),p=n.n(l),f=(n(31680),n(49257)),d=n(58486),h=n.n(d),m=1073741823,g="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:{};var y=o.createContext||function(e,t){var n,i,s="__create-react-context-"+function(){var e="__global_unique_id__";return g[e]=(g[e]||0)+1}()+"__",u=function(e){function Provider(){for(var t,n,r,o=arguments.length,i=new Array(o),a=0;a<o;a++)i[a]=arguments[a];return(t=e.call.apply(e,[this].concat(i))||this).emitter=(n=t.props.value,r=[],{on:function(e){r.push(e)},off:function(e){r=r.filter(function(t){return t!==e})},get:function(){return n},set:function(e,t){n=e,r.forEach(function(e){return e(n,t)})}}),t}(0,r.A)(Provider,e);var n=Provider.prototype;return n.getChildContext=function(){var e;return(e={})[s]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n,r=this.props.value,o=e.value;((i=r)===(a=o)?0!==i||1/i==1/a:i!=i&&a!=a)?n=0:(n="function"==typeof t?t(r,o):m,0!==(n|=0)&&this.emitter.set(e.value,n))}var i,a},n.render=function(){return this.props.children},Provider}(o.Component);u.childContextTypes=((n={})[s]=a().object.isRequired,n);var c=function(t){function Consumer(){for(var e,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=t.call.apply(t,[this].concat(r))||this).observedBits=void 0,e.state={value:e.getValue()},e.onUpdate=function(t,n){0!==((0|e.observedBits)&n)&&e.setState({value:e.getValue()})},e}(0,r.A)(Consumer,t);var n=Consumer.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?m:t},n.componentDidMount=function(){this.context[s]&&this.context[s].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?m:e},n.componentWillUnmount=function(){this.context[s]&&this.context[s].off(this.onUpdate)},n.getValue=function(){return this.context[s]?this.context[s].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},Consumer}(o.Component);return c.contextTypes=((i={})[s]=a().object,i),{Provider:u,Consumer:c}},v=function(e){var t=y();return t.displayName=e,t},b=v("Router-History"),_=v("Router"),w=function(e){function Router(t){var n;return(n=e.call(this,t)||this).state={location:t.history.location},n._isMounted=!1,n._pendingLocation=null,t.staticContext||(n.unlisten=t.history.listen(function(e){n._pendingLocation=e})),n}(0,r.A)(Router,e),Router.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var t=Router.prototype;return t.componentDidMount=function(){var e=this;this._isMounted=!0,this.unlisten&&this.unlisten(),this.props.staticContext||(this.unlisten=this.props.history.listen(function(t){e._isMounted&&e.setState({location:t})})),this._pendingLocation&&this.setState({location:this._pendingLocation})},t.componentWillUnmount=function(){this.unlisten&&(this.unlisten(),this._isMounted=!1,this._pendingLocation=null)},t.render=function(){return o.createElement(_.Provider,{value:{history:this.props.history,location:this.state.location,match:Router.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},o.createElement(b.Provider,{children:this.props.children||null,value:this.props.history}))},Router}(o.Component);o.Component;var k=function(e){function Lifecycle(){return e.apply(this,arguments)||this}(0,r.A)(Lifecycle,e);var t=Lifecycle.prototype;return t.componentDidMount=function(){this.props.onMount&&this.props.onMount.call(this,this)},t.componentDidUpdate=function(e){this.props.onUpdate&&this.props.onUpdate.call(this,this,e)},t.componentWillUnmount=function(){this.props.onUnmount&&this.props.onUnmount.call(this,this)},t.render=function(){return null},Lifecycle}(o.Component);var E={},O=1e4,j=0;function C(e,t){return void 0===e&&(e="/"),void 0===t&&(t={}),"/"===e?e:function(e){if(E[e])return E[e];var t=p().compile(e);return j<O&&(E[e]=t,j++),t}(e)(t,{pretty:!0})}function Redirect(e){var t=e.computedMatch,n=e.to,r=e.push,i=void 0!==r&&r;return o.createElement(_.Consumer,null,function(e){e||(0,u.A)(!1);var r=e.history,a=e.staticContext,l=i?r.push:r.replace,p=(0,s.yJ)(t?"string"==typeof n?C(n,t.params):(0,c.A)({},n,{pathname:C(n.pathname,t.params)}):n);return a?(l(p),null):o.createElement(k,{onMount:function(){l(p)},onUpdate:function(e,t){var n=(0,s.yJ)(t.to);(0,s.Fu)(n,(0,c.A)({},p,{key:n.key}))||l(p)},to:n})})}var S={},T=1e4,x=0;function A(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var n=t,r=n.path,o=n.exact,i=void 0!==o&&o,a=n.strict,s=void 0!==a&&a,u=n.sensitive,c=void 0!==u&&u;return[].concat(r).reduce(function(t,n){if(!n&&""!==n)return null;if(t)return t;var r=function(e,t){var n=""+t.end+t.strict+t.sensitive,r=S[n]||(S[n]={});if(r[e])return r[e];var o=[],i={regexp:p()(e,o,t),keys:o};return x<T&&(r[e]=i,x++),i}(n,{end:i,strict:s,sensitive:c}),o=r.regexp,a=r.keys,u=o.exec(e);if(!u)return null;var l=u[0],f=u.slice(1),d=e===l;return i&&!d?null:{path:n,url:"/"===n&&""===l?"/":l,isExact:d,params:a.reduce(function(e,t,n){return e[t.name]=f[n],e},{})}},null)}var I=function(e){function Route(){return e.apply(this,arguments)||this}return(0,r.A)(Route,e),Route.prototype.render=function(){var e=this;return o.createElement(_.Consumer,null,function(t){t||(0,u.A)(!1);var n=e.props.location||t.location,r=e.props.computedMatch?e.props.computedMatch:e.props.path?A(n.pathname,e.props):t.match,i=(0,c.A)({},t,{location:n,match:r}),a=e.props,s=a.children,l=a.component,p=a.render;return Array.isArray(s)&&function(e){return 0===o.Children.count(e)}(s)&&(s=null),o.createElement(_.Provider,{value:i},i.match?s?"function"==typeof s?s(i):s:l?o.createElement(l,i):p?p(i):null:"function"==typeof s?s(i):null)})},Route}(o.Component);function P(e){return"/"===e.charAt(0)?e:"/"+e}function R(e,t){if(!e)return t;var n=P(e);return 0!==t.pathname.indexOf(n)?t:(0,c.A)({},t,{pathname:t.pathname.substr(n.length)})}function L(e){return"string"==typeof e?e:(0,s.AO)(e)}function D(e){return function(){(0,u.A)(!1)}}function N(){}o.Component;var M=function(e){function Switch(){return e.apply(this,arguments)||this}return(0,r.A)(Switch,e),Switch.prototype.render=function(){var e=this;return o.createElement(_.Consumer,null,function(t){t||(0,u.A)(!1);var n,r,i=e.props.location||t.location;return o.Children.forEach(e.props.children,function(e){if(null==r&&o.isValidElement(e)){n=e;var a=e.props.path||e.props.from;r=a?A(i.pathname,(0,c.A)({},e.props,{path:a})):t.match}}),r?o.cloneElement(n,{location:i,computedMatch:r}):null})},Switch}(o.Component);function z(e){var t="withRouter("+(e.displayName||e.name)+")",n=function(t){var n=t.wrappedComponentRef,r=(0,f.A)(t,["wrappedComponentRef"]);return o.createElement(_.Consumer,null,function(t){return t||(0,u.A)(!1),o.createElement(e,(0,c.A)({},r,t,{ref:n}))})};return n.displayName=t,n.WrappedComponent=e,h()(n,e)}var F=o.useContext;function B(){return F(b)}function H(){return F(_).location}function U(){var e=F(_).match;return e?e.params:{}}},50532:e=>{e.exports=function(e,t){var n,r,o=0;function i(){var i,a,s=n,u=arguments.length;e:for(;s;){if(s.args.length===arguments.length){for(a=0;a<u;a++)if(s.args[a]!==arguments[a]){s=s.next;continue e}return s!==n&&(s===r&&(r=s.prev),s.prev.next=s.next,s.next&&(s.next.prev=s.prev),s.next=n,s.prev=null,n.prev=s,n=s),s.val}s=s.next}for(i=new Array(u),a=0;a<u;a++)i[a]=arguments[a];return s={args:i,val:e.apply(null,i)},n?(n.prev=s,s.next=n):r=s,o===t.maxSize?(r=r.prev).next=null:o++,n=s,s.val}return t=t||{},i.clear=function(){n=null,r=null,o=0},i}},51135:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(63696),o=n(96196);const i=(0,r.createElement)(o.t4,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,r.createElement)(o.wA,{d:"M12 3.2c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8 0-4.8-4-8.8-8.8-8.8zm0 16c-4 0-7.2-3.3-7.2-7.2C4.8 8 8 4.8 12 4.8s7.2 3.3 7.2 7.2c0 4-3.2 7.2-7.2 7.2zM11 17h2v-6h-2v6zm0-8h2V7h-2v2z"}))},51328:e=>{var t=new Error("Element already at target scroll position"),n=new Error("Scroll cancelled"),r=Math.min,o=Date.now;function i(e){return function(i,u,c,l){"function"==typeof(c=c||{})&&(l=c,c={}),"function"!=typeof l&&(l=s);var p=o(),f=i[e],d=c.ease||a,h=isNaN(c.duration)?350:+c.duration,m=!1;return f===u?l(t,i[e]):requestAnimationFrame(function t(a){if(m)return l(n,i[e]);var s=o(),c=r(1,(s-p)/h),g=d(c);i[e]=g*(u-f)+f,c<1?requestAnimationFrame(t):requestAnimationFrame(function(){l(null,i[e])})}),function(){m=!0}}}function a(e){return.5*(1-Math.cos(Math.PI*e))}function s(){}e.exports={left:i("scrollLeft"),top:i("scrollTop")}},51449:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(91576);function o(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,(0,r.A)(e,t)}},52684:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(63696),o=new WeakMap;function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return(0,r.useMemo)(function(){if(n)return n;var r=function(e){var t=o.get(e)||0;return o.set(e,t+1),t}(e);return t?"".concat(t,"-").concat(r):r},[e])}},52891:function(e){e.exports=function(){"use strict";function e(){return void 0!==navigator.brave&&void 0!==navigator.brave.isBrave}function t(){return"string"==typeof navigator.userAgent&&navigator.userAgent.match(/Opera|OPR\//)}function n(){return new Promise(function(e,t){var n=new XMLHttpRequest;n.onreadystatechange=function(){4==n.readyState&&e(n)},n.open("GET","https://raw.githubusercontent.com/wmcmurray/just-detect-adblock/master/baits/pagead2.googlesyndication.com",!0),n.send()})}function r(e){return 200===e.status&&!e.responseText.match(/^thistextshouldbethere(\n|)$/)}function o(e){return 0===e.status&&!e.responseText.match(/^thistextshouldbethere(\n|)$/)}function i(){if(null!==window.document.body.getAttribute("abp"))return!0;var e=function(){var e=document.createElement("div");return e.setAttribute("class","pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad text_ads text-ads text-ad-links ad-text adSense adBlock adContent adBanner"),e.setAttribute("style","width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;"),e}();window.document.body.appendChild(e);var t=function(e){if(null===e.offsetParent||0==e.offsetHeight||0==e.offsetLeft||0==e.offsetTop||0==e.offsetWidth||0==e.clientHeight||0==e.clientWidth)return!0;if(void 0!==window.getComputedStyle){var t=window.getComputedStyle(e,null);if(t&&("none"==t.getPropertyValue("display")||"hidden"==t.getPropertyValue("visibility")))return!0}return!1}(e);return window.document.body.removeChild(e),t}var a;return{detectAnyAdblocker:function(){return new Promise(function(a,s){if(i())return a(!0);e()||t()?n().then(function(n){return e()?a(r(n)):t()?a(o(n)):void a(!1)}):a(!1)})},detectDomAdblocker:(a=i,function(){var e=arguments;return new Promise(function(t,n){t(a.apply(this,e))})}),detectBraveShields:function(){return new Promise(function(t,o){e()?n().then(function(e){t(r(e))}):t(!1)})},detectOperaAdblocker:function(){return new Promise(function(e,r){t()?n().then(function(t){e(o(t))}):e(!1)})},isDetected:function(e,t){return function(){return console.warn("just-detect-adblock : "+(t||"This method is deprecated.")),e.apply(this,arguments)}}(i,"The `isDetected()` method is now deprecated, please use `detectAnyAdblocker()` instead, which returns a Promise and can detect more stuff (like Brave Shields).")}}()},53051:(e,t,n)=>{var r=n(67114),o=n(9535),i=n(62507),a=n(46313),s=n(33929),u=n(95315),c=n(66961);function l(){"use strict";var t=o(),n=t.m(l),p=(Object.getPrototypeOf?Object.getPrototypeOf(n):n.__proto__).constructor;function f(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===p||"GeneratorFunction"===(t.displayName||t.name))}var d={throw:1,return:2,break:3,continue:3};function h(e){var t,n;return function(r){t||(t={stop:function(){return n(r.a,2)},catch:function(){return r.v},abrupt:function(e,t){return n(r.a,d[e],t)},delegateYield:function(e,o,i){return t.resultName=o,n(r.d,c(e),i)},finish:function(e){return n(r.f,e)}},n=function(e,n,o){r.p=t.prev,r.n=t.next;try{return e(n,o)}finally{t.next=r.n}}),t.resultName&&(t[t.resultName]=r.v,t.resultName=void 0),t.sent=r.v,t.next=r.n;try{return e.call(this,t)}finally{r.p=t.prev,r.n=t.next}}}return(e.exports=l=function(){return{wrap:function(e,n,r,o){return t.w(h(e),n,r,o&&o.reverse())},isGeneratorFunction:f,mark:t.m,awrap:function(e,t){return new r(e,t)},AsyncIterator:s,async:function(e,t,n,r,o){return(f(t)?a:i)(h(e),t,n,r,o)},keys:u,values:c}},e.exports.__esModule=!0,e.exports.default=e.exports)()}e.exports=l,e.exports.__esModule=!0,e.exports.default=e.exports},55204:(e,t,n)=>{var r;r="undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{},e.exports=r},55620:(e,t,n)=>{"use strict";n.d(t,{_:()=>u});var r=n(63696);const o=e=>{const t=r.useRef(e);return r.useEffect(()=>{t.current=e}),t},i="undefined"!=typeof performance?performance:Date,a=()=>i.now();function s(e,t=30,n=!1){const i=o(e),s=1e3/t,u=r.useRef(0),c=r.useRef(),l=()=>c.current&&clearTimeout(c.current),p=[t,n,i];function f(){u.current=0,l()}return r.useEffect(()=>f,p),r.useCallback(function(){const e=arguments,t=a(),r=()=>{u.current=t,l(),i.current.apply(null,e)},o=u.current;if(n&&0===o)return r();if(t-o>s){if(o>0)return r();u.current=t}l(),c.current=setTimeout(()=>{r(),u.current=0},s)},p)}function u(e,t,n){const o=r.useState(e);return[o[0],s(o[1],t,n)]}},56009:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(63696),o=n(96196);const i=(0,r.createElement)(o.t4,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,r.createElement)(o.wA,{d:"M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z"}))},56143:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=!0,o="Invariant failed";function i(e,t){if(!e){if(r)throw new Error(o);var n="function"==typeof t?t():t,i=n?"".concat(o,": ").concat(n):o;throw new Error(i)}}},56441:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},56631:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(68102),o=n(40694);function i(e){return e&&"object"===(0,o.A)(e)&&e.constructor===Object}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{clone:!0},o=n.clone?(0,r.A)({},e):e;return i(e)&&i(t)&&Object.keys(t).forEach(function(r){"__proto__"!==r&&(i(t[r])&&r in e?o[r]=a(e[r],t[r],n):o[r]=t[r])}),o}},56655:(e,t,n)=>{"use strict";n.d(t,{C:()=>C});var r=n(41827),o=n(42181),i=n(5656),a={LIST_ITEM_ACTIVATED_CLASS:"mdc-list-item--activated",LIST_ITEM_CLASS:"mdc-list-item",LIST_ITEM_DISABLED_CLASS:"mdc-list-item--disabled",LIST_ITEM_SELECTED_CLASS:"mdc-list-item--selected",ROOT:"mdc-list"},s={ACTION_EVENT:"MDCList:action",ARIA_CHECKED:"aria-checked",ARIA_CHECKED_CHECKBOX_SELECTOR:'[role="checkbox"][aria-checked="true"]',ARIA_CHECKED_RADIO_SELECTOR:'[role="radio"][aria-checked="true"]',ARIA_CURRENT:"aria-current",ARIA_ORIENTATION:"aria-orientation",ARIA_ORIENTATION_HORIZONTAL:"horizontal",ARIA_ROLE_CHECKBOX_SELECTOR:'[role="checkbox"]',ARIA_SELECTED:"aria-selected",CHECKBOX_RADIO_SELECTOR:'input[type="checkbox"]:not(:disabled), input[type="radio"]:not(:disabled)',CHECKBOX_SELECTOR:'input[type="checkbox"]:not(:disabled)',CHILD_ELEMENTS_TO_TOGGLE_TABINDEX:"\n ."+a.LIST_ITEM_CLASS+" button:not(:disabled),\n ."+a.LIST_ITEM_CLASS+" a\n ",FOCUSABLE_CHILD_ELEMENTS:"\n ."+a.LIST_ITEM_CLASS+" button:not(:disabled),\n ."+a.LIST_ITEM_CLASS+" a,\n ."+a.LIST_ITEM_CLASS+' input[type="radio"]:not(:disabled),\n .'+a.LIST_ITEM_CLASS+' input[type="checkbox"]:not(:disabled)\n ',RADIO_SELECTOR:'input[type="radio"]:not(:disabled)'},u={UNSET_INDEX:-1},c=n(1589),l=["input","button","textarea","select"];var p=function(e){function MDCListFoundation(t){var n=e.call(this,r.Cl({},MDCListFoundation.defaultAdapter,t))||this;return n.wrapFocus_=!1,n.isVertical_=!0,n.isSingleSelectionList_=!1,n.selectedIndex_=u.UNSET_INDEX,n.focusedItemIndex_=u.UNSET_INDEX,n.useActivatedClass_=!1,n.ariaCurrentAttrValue_=null,n.isCheckboxList_=!1,n.isRadioList_=!1,n}return r.C6(MDCListFoundation,e),Object.defineProperty(MDCListFoundation,"strings",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(MDCListFoundation,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(MDCListFoundation,"numbers",{get:function(){return u},enumerable:!0,configurable:!0}),Object.defineProperty(MDCListFoundation,"defaultAdapter",{get:function(){return{addClassForElementIndex:function(){},focusItemAtIndex:function(){},getAttributeForElementIndex:function(){return null},getFocusedElementIndex:function(){return 0},getListItemCount:function(){return 0},hasCheckboxAtIndex:function(){return!1},hasRadioAtIndex:function(){return!1},isCheckboxCheckedAtIndex:function(){return!1},isFocusInsideList:function(){return!1},isRootFocused:function(){return!1},notifyAction:function(){},removeClassForElementIndex:function(){},setAttributeForElementIndex:function(){},setCheckedCheckboxOrRadioAtIndex:function(){},setTabIndexForListItemChildren:function(){}}},enumerable:!0,configurable:!0}),MDCListFoundation.prototype.layout=function(){0!==this.adapter_.getListItemCount()&&(this.adapter_.hasCheckboxAtIndex(0)?this.isCheckboxList_=!0:this.adapter_.hasRadioAtIndex(0)&&(this.isRadioList_=!0))},MDCListFoundation.prototype.setWrapFocus=function(e){this.wrapFocus_=e},MDCListFoundation.prototype.setVerticalOrientation=function(e){this.isVertical_=e},MDCListFoundation.prototype.setSingleSelection=function(e){this.isSingleSelectionList_=e},MDCListFoundation.prototype.setUseActivatedClass=function(e){this.useActivatedClass_=e},MDCListFoundation.prototype.getSelectedIndex=function(){return this.selectedIndex_},MDCListFoundation.prototype.setSelectedIndex=function(e){this.isIndexValid_(e)&&(this.isCheckboxList_?this.setCheckboxAtIndex_(e):this.isRadioList_?this.setRadioAtIndex_(e):this.setSingleSelectionAtIndex_(e))},MDCListFoundation.prototype.handleFocusIn=function(e,t){t>=0&&this.adapter_.setTabIndexForListItemChildren(t,"0")},MDCListFoundation.prototype.handleFocusOut=function(e,t){var n=this;t>=0&&this.adapter_.setTabIndexForListItemChildren(t,"-1"),setTimeout(function(){n.adapter_.isFocusInsideList()||n.setTabindexToFirstSelectedItem_()},0)},MDCListFoundation.prototype.handleKeydown=function(e,t,n){var r="ArrowLeft"===e.key||37===e.keyCode,o="ArrowUp"===e.key||38===e.keyCode,i="ArrowRight"===e.key||39===e.keyCode,a="ArrowDown"===e.key||40===e.keyCode,s="Home"===e.key||36===e.keyCode,u="End"===e.key||35===e.keyCode,c="Enter"===e.key||13===e.keyCode,l="Space"===e.key||32===e.keyCode;if(this.adapter_.isRootFocused())o||u?(e.preventDefault(),this.focusLastElement()):(a||s)&&(e.preventDefault(),this.focusFirstElement());else{var p=this.adapter_.getFocusedElementIndex();if(!(-1===p&&(p=n)<0)){var f;if(this.isVertical_&&a||!this.isVertical_&&i)this.preventDefaultEvent_(e),f=this.focusNextElement(p);else if(this.isVertical_&&o||!this.isVertical_&&r)this.preventDefaultEvent_(e),f=this.focusPrevElement(p);else if(s)this.preventDefaultEvent_(e),f=this.focusFirstElement();else if(u)this.preventDefaultEvent_(e),f=this.focusLastElement();else if((c||l)&&t){var d=e.target;if(d&&"A"===d.tagName&&c)return;this.preventDefaultEvent_(e),this.isSelectableList_()&&this.setSelectedIndexOnAction_(p),this.adapter_.notifyAction(p)}this.focusedItemIndex_=p,void 0!==f&&(this.setTabindexAtIndex_(f),this.focusedItemIndex_=f)}}},MDCListFoundation.prototype.handleClick=function(e,t){e!==u.UNSET_INDEX&&(this.isSelectableList_()&&this.setSelectedIndexOnAction_(e,t),this.adapter_.notifyAction(e),this.setTabindexAtIndex_(e),this.focusedItemIndex_=e)},MDCListFoundation.prototype.focusNextElement=function(e){var t=e+1;if(t>=this.adapter_.getListItemCount()){if(!this.wrapFocus_)return e;t=0}return this.adapter_.focusItemAtIndex(t),t},MDCListFoundation.prototype.focusPrevElement=function(e){var t=e-1;if(t<0){if(!this.wrapFocus_)return e;t=this.adapter_.getListItemCount()-1}return this.adapter_.focusItemAtIndex(t),t},MDCListFoundation.prototype.focusFirstElement=function(){return this.adapter_.focusItemAtIndex(0),0},MDCListFoundation.prototype.focusLastElement=function(){var e=this.adapter_.getListItemCount()-1;return this.adapter_.focusItemAtIndex(e),e},MDCListFoundation.prototype.preventDefaultEvent_=function(e){var t=(""+e.target.tagName).toLowerCase();-1===l.indexOf(t)&&e.preventDefault()},MDCListFoundation.prototype.setSingleSelectionAtIndex_=function(e){if(this.selectedIndex_!==e){var t=a.LIST_ITEM_SELECTED_CLASS;this.useActivatedClass_&&(t=a.LIST_ITEM_ACTIVATED_CLASS),this.selectedIndex_!==u.UNSET_INDEX&&this.adapter_.removeClassForElementIndex(this.selectedIndex_,t),this.adapter_.addClassForElementIndex(e,t),this.setAriaForSingleSelectionAtIndex_(e),this.selectedIndex_=e}},MDCListFoundation.prototype.setAriaForSingleSelectionAtIndex_=function(e){this.selectedIndex_===u.UNSET_INDEX&&(this.ariaCurrentAttrValue_=this.adapter_.getAttributeForElementIndex(e,s.ARIA_CURRENT));var t=null!==this.ariaCurrentAttrValue_,n=t?s.ARIA_CURRENT:s.ARIA_SELECTED;this.selectedIndex_!==u.UNSET_INDEX&&this.adapter_.setAttributeForElementIndex(this.selectedIndex_,n,"false");var r=t?this.ariaCurrentAttrValue_:"true";this.adapter_.setAttributeForElementIndex(e,n,r)},MDCListFoundation.prototype.setRadioAtIndex_=function(e){this.adapter_.setCheckedCheckboxOrRadioAtIndex(e,!0),this.selectedIndex_!==u.UNSET_INDEX&&this.adapter_.setAttributeForElementIndex(this.selectedIndex_,s.ARIA_CHECKED,"false"),this.adapter_.setAttributeForElementIndex(e,s.ARIA_CHECKED,"true"),this.selectedIndex_=e},MDCListFoundation.prototype.setCheckboxAtIndex_=function(e){for(var t=0;t<this.adapter_.getListItemCount();t++){var n=!1;e.indexOf(t)>=0&&(n=!0),this.adapter_.setCheckedCheckboxOrRadioAtIndex(t,n),this.adapter_.setAttributeForElementIndex(t,s.ARIA_CHECKED,n?"true":"false")}this.selectedIndex_=e},MDCListFoundation.prototype.setTabindexAtIndex_=function(e){this.focusedItemIndex_===u.UNSET_INDEX&&0!==e?this.adapter_.setAttributeForElementIndex(0,"tabindex","-1"):this.focusedItemIndex_>=0&&this.focusedItemIndex_!==e&&this.adapter_.setAttributeForElementIndex(this.focusedItemIndex_,"tabindex","-1"),this.adapter_.setAttributeForElementIndex(e,"tabindex","0")},MDCListFoundation.prototype.isSelectableList_=function(){return this.isSingleSelectionList_||this.isCheckboxList_||this.isRadioList_},MDCListFoundation.prototype.setTabindexToFirstSelectedItem_=function(){var e=0;this.isSelectableList_()&&("number"==typeof this.selectedIndex_&&this.selectedIndex_!==u.UNSET_INDEX?e=this.selectedIndex_:this.selectedIndex_ instanceof Array&&this.selectedIndex_.length>0&&(e=this.selectedIndex_.reduce(function(e,t){return Math.min(e,t)}))),this.setTabindexAtIndex_(e)},MDCListFoundation.prototype.isIndexValid_=function(e){var t=this;if(e instanceof Array){if(!this.isCheckboxList_)throw new Error("MDCListFoundation: Array of index is only supported for checkbox based list");return 0===e.length||e.some(function(e){return t.isIndexInRange_(e)})}if("number"==typeof e){if(this.isCheckboxList_)throw new Error("MDCListFoundation: Expected array of index for checkbox based list but got number: "+e);return this.isIndexInRange_(e)}return!1},MDCListFoundation.prototype.isIndexInRange_=function(e){var t=this.adapter_.getListItemCount();return e>=0&&e<t},MDCListFoundation.prototype.setSelectedIndexOnAction_=function(e,t){void 0===t&&(t=!0),this.isCheckboxList_?this.toggleCheckboxAtIndex_(e,t):this.setSelectedIndex(e)},MDCListFoundation.prototype.toggleCheckboxAtIndex_=function(e,t){var n=this.adapter_.isCheckboxCheckedAtIndex(e);t&&(n=!n,this.adapter_.setCheckedCheckboxOrRadioAtIndex(e,n)),this.adapter_.setAttributeForElementIndex(e,s.ARIA_CHECKED,n?"true":"false");var r=this.selectedIndex_===u.UNSET_INDEX?[]:this.selectedIndex_.slice();n?r.push(e):r=r.filter(function(t){return t!==e}),this.selectedIndex_=r},MDCListFoundation}(c.I);var f,d,h=function(e){function MDCList(){return null!==e&&e.apply(this,arguments)||this}return r.C6(MDCList,e),Object.defineProperty(MDCList.prototype,"vertical",{set:function(e){this.foundation_.setVerticalOrientation(e)},enumerable:!0,configurable:!0}),Object.defineProperty(MDCList.prototype,"listElements",{get:function(){return[].slice.call(this.root_.querySelectorAll("."+a.LIST_ITEM_CLASS))},enumerable:!0,configurable:!0}),Object.defineProperty(MDCList.prototype,"wrapFocus",{set:function(e){this.foundation_.setWrapFocus(e)},enumerable:!0,configurable:!0}),Object.defineProperty(MDCList.prototype,"singleSelection",{set:function(e){this.foundation_.setSingleSelection(e)},enumerable:!0,configurable:!0}),Object.defineProperty(MDCList.prototype,"selectedIndex",{get:function(){return this.foundation_.getSelectedIndex()},set:function(e){this.foundation_.setSelectedIndex(e)},enumerable:!0,configurable:!0}),MDCList.attachTo=function(e){return new MDCList(e)},MDCList.prototype.initialSyncWithDOM=function(){this.handleClick_=this.handleClickEvent_.bind(this),this.handleKeydown_=this.handleKeydownEvent_.bind(this),this.focusInEventListener_=this.handleFocusInEvent_.bind(this),this.focusOutEventListener_=this.handleFocusOutEvent_.bind(this),this.listen("keydown",this.handleKeydown_),this.listen("click",this.handleClick_),this.listen("focusin",this.focusInEventListener_),this.listen("focusout",this.focusOutEventListener_),this.layout(),this.initializeListType()},MDCList.prototype.destroy=function(){this.unlisten("keydown",this.handleKeydown_),this.unlisten("click",this.handleClick_),this.unlisten("focusin",this.focusInEventListener_),this.unlisten("focusout",this.focusOutEventListener_)},MDCList.prototype.layout=function(){var e=this.root_.getAttribute(s.ARIA_ORIENTATION);this.vertical=e!==s.ARIA_ORIENTATION_HORIZONTAL,[].slice.call(this.root_.querySelectorAll(".mdc-list-item:not([tabindex])")).forEach(function(e){e.setAttribute("tabindex","-1")}),[].slice.call(this.root_.querySelectorAll(s.FOCUSABLE_CHILD_ELEMENTS)).forEach(function(e){return e.setAttribute("tabindex","-1")}),this.foundation_.layout()},MDCList.prototype.initializeListType=function(){var e=this,t=this.root_.querySelectorAll(s.ARIA_ROLE_CHECKBOX_SELECTOR),n=this.root_.querySelector("\n ."+a.LIST_ITEM_ACTIVATED_CLASS+",\n ."+a.LIST_ITEM_SELECTED_CLASS+"\n "),r=this.root_.querySelector(s.ARIA_CHECKED_RADIO_SELECTOR);if(t.length){var o=this.root_.querySelectorAll(s.ARIA_CHECKED_CHECKBOX_SELECTOR);this.selectedIndex=[].map.call(o,function(t){return e.listElements.indexOf(t)})}else n?(n.classList.contains(a.LIST_ITEM_ACTIVATED_CLASS)&&this.foundation_.setUseActivatedClass(!0),this.singleSelection=!0,this.selectedIndex=this.listElements.indexOf(n)):r&&(this.selectedIndex=this.listElements.indexOf(r))},MDCList.prototype.getDefaultFoundation=function(){var e=this;return new p({addClassForElementIndex:function(t,n){var r=e.listElements[t];r&&r.classList.add(n)},focusItemAtIndex:function(t){var n=e.listElements[t];n&&n.focus()},getAttributeForElementIndex:function(t,n){return e.listElements[t].getAttribute(n)},getFocusedElementIndex:function(){return e.listElements.indexOf(document.activeElement)},getListItemCount:function(){return e.listElements.length},hasCheckboxAtIndex:function(t){return!!e.listElements[t].querySelector(s.CHECKBOX_SELECTOR)},hasRadioAtIndex:function(t){return!!e.listElements[t].querySelector(s.RADIO_SELECTOR)},isCheckboxCheckedAtIndex:function(t){return e.listElements[t].querySelector(s.CHECKBOX_SELECTOR).checked},isFocusInsideList:function(){return e.root_.contains(document.activeElement)},isRootFocused:function(){return document.activeElement===e.root_},notifyAction:function(t){e.emit(s.ACTION_EVENT,{index:t},!0)},removeClassForElementIndex:function(t,n){var r=e.listElements[t];r&&r.classList.remove(n)},setAttributeForElementIndex:function(t,n,r){var o=e.listElements[t];o&&o.setAttribute(n,r)},setCheckedCheckboxOrRadioAtIndex:function(t,n){var r=e.listElements[t].querySelector(s.CHECKBOX_RADIO_SELECTOR);r.checked=n;var o=document.createEvent("Event");o.initEvent("change",!0,!0),r.dispatchEvent(o)},setTabIndexForListItemChildren:function(t,n){var r=e.listElements[t];[].slice.call(r.querySelectorAll(s.CHILD_ELEMENTS_TO_TOGGLE_TABINDEX)).forEach(function(e){return e.setAttribute("tabindex",n)})}})},MDCList.prototype.getListItemIndex_=function(e){var t=e.target,n=(0,i.k)(t,"."+a.LIST_ITEM_CLASS+", ."+a.ROOT);return n&&(0,i.c)(n,"."+a.LIST_ITEM_CLASS)?this.listElements.indexOf(n):-1},MDCList.prototype.handleFocusInEvent_=function(e){var t=this.getListItemIndex_(e);this.foundation_.handleFocusIn(e,t)},MDCList.prototype.handleFocusOutEvent_=function(e){var t=this.getListItemIndex_(e);this.foundation_.handleFocusOut(e,t)},MDCList.prototype.handleKeydownEvent_=function(e){var t=this.getListItemIndex_(e),n=e.target;this.foundation_.handleKeydown(e,n.classList.contains(a.LIST_ITEM_CLASS),t)},MDCList.prototype.handleClickEvent_=function(e){var t=this.getListItemIndex_(e),n=e.target,r=!(0,i.c)(n,s.CHECKBOX_RADIO_SELECTOR);this.foundation_.handleClick(t,r)},MDCList}(o.O),m={ANCHOR:"mdc-menu-surface--anchor",ANIMATING_CLOSED:"mdc-menu-surface--animating-closed",ANIMATING_OPEN:"mdc-menu-surface--animating-open",FIXED:"mdc-menu-surface--fixed",OPEN:"mdc-menu-surface--open",ROOT:"mdc-menu-surface"},g={CLOSED_EVENT:"MDCMenuSurface:closed",OPENED_EVENT:"MDCMenuSurface:opened",FOCUSABLE_ELEMENTS:["button:not(:disabled)",'[href]:not([aria-disabled="true"])',"input:not(:disabled)","select:not(:disabled)","textarea:not(:disabled)",'[tabindex]:not([tabindex="-1"]):not([aria-disabled="true"])'].join(", ")},y={TRANSITION_OPEN_DURATION:120,TRANSITION_CLOSE_DURATION:75,MARGIN_TO_EDGE:32,ANCHOR_TO_MENU_SURFACE_WIDTH_RATIO:.67};!function(e){e[e.BOTTOM=1]="BOTTOM",e[e.CENTER=2]="CENTER",e[e.RIGHT=4]="RIGHT",e[e.FLIP_RTL=8]="FLIP_RTL"}(f||(f={})),function(e){e[e.TOP_LEFT=0]="TOP_LEFT",e[e.TOP_RIGHT=4]="TOP_RIGHT",e[e.BOTTOM_LEFT=1]="BOTTOM_LEFT",e[e.BOTTOM_RIGHT=5]="BOTTOM_RIGHT",e[e.TOP_START=8]="TOP_START",e[e.TOP_END=12]="TOP_END",e[e.BOTTOM_START=9]="BOTTOM_START",e[e.BOTTOM_END=13]="BOTTOM_END"}(d||(d={}));var v=function(e){function MDCMenuSurfaceFoundation(t){var n=e.call(this,r.Cl({},MDCMenuSurfaceFoundation.defaultAdapter,t))||this;return n.isOpen_=!1,n.isQuickOpen_=!1,n.isHoistedElement_=!1,n.isFixedPosition_=!1,n.openAnimationEndTimerId_=0,n.closeAnimationEndTimerId_=0,n.animationRequestId_=0,n.anchorCorner_=d.TOP_START,n.anchorMargin_={top:0,right:0,bottom:0,left:0},n.position_={x:0,y:0},n}return r.C6(MDCMenuSurfaceFoundation,e),Object.defineProperty(MDCMenuSurfaceFoundation,"cssClasses",{get:function(){return m},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenuSurfaceFoundation,"strings",{get:function(){return g},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenuSurfaceFoundation,"numbers",{get:function(){return y},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenuSurfaceFoundation,"Corner",{get:function(){return d},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenuSurfaceFoundation,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},hasAnchor:function(){return!1},isElementInContainer:function(){return!1},isFocused:function(){return!1},isFirstElementFocused:function(){return!1},isLastElementFocused:function(){return!1},isRtl:function(){return!1},getInnerDimensions:function(){return{height:0,width:0}},getAnchorDimensions:function(){return null},getWindowDimensions:function(){return{height:0,width:0}},getBodyDimensions:function(){return{height:0,width:0}},getWindowScroll:function(){return{x:0,y:0}},setPosition:function(){},setMaxHeight:function(){},setTransformOrigin:function(){},saveFocus:function(){},restoreFocus:function(){},focusFirstElement:function(){},focusLastElement:function(){},notifyClose:function(){},notifyOpen:function(){}}},enumerable:!0,configurable:!0}),MDCMenuSurfaceFoundation.prototype.init=function(){var e=MDCMenuSurfaceFoundation.cssClasses,t=e.ROOT,n=e.OPEN;if(!this.adapter_.hasClass(t))throw new Error(t+" class required in root element.");this.adapter_.hasClass(n)&&(this.isOpen_=!0)},MDCMenuSurfaceFoundation.prototype.destroy=function(){clearTimeout(this.openAnimationEndTimerId_),clearTimeout(this.closeAnimationEndTimerId_),cancelAnimationFrame(this.animationRequestId_)},MDCMenuSurfaceFoundation.prototype.setAnchorCorner=function(e){this.anchorCorner_=e},MDCMenuSurfaceFoundation.prototype.setAnchorMargin=function(e){this.anchorMargin_.top=e.top||0,this.anchorMargin_.right=e.right||0,this.anchorMargin_.bottom=e.bottom||0,this.anchorMargin_.left=e.left||0},MDCMenuSurfaceFoundation.prototype.setIsHoisted=function(e){this.isHoistedElement_=e},MDCMenuSurfaceFoundation.prototype.setFixedPosition=function(e){this.isFixedPosition_=e},MDCMenuSurfaceFoundation.prototype.setAbsolutePosition=function(e,t){this.position_.x=this.isFinite_(e)?e:0,this.position_.y=this.isFinite_(t)?t:0},MDCMenuSurfaceFoundation.prototype.setQuickOpen=function(e){this.isQuickOpen_=e},MDCMenuSurfaceFoundation.prototype.isOpen=function(){return this.isOpen_},MDCMenuSurfaceFoundation.prototype.open=function(){var e=this;this.adapter_.saveFocus(),this.isQuickOpen_||this.adapter_.addClass(MDCMenuSurfaceFoundation.cssClasses.ANIMATING_OPEN),this.animationRequestId_=requestAnimationFrame(function(){e.adapter_.addClass(MDCMenuSurfaceFoundation.cssClasses.OPEN),e.dimensions_=e.adapter_.getInnerDimensions(),e.autoPosition_(),e.isQuickOpen_?e.adapter_.notifyOpen():e.openAnimationEndTimerId_=setTimeout(function(){e.openAnimationEndTimerId_=0,e.adapter_.removeClass(MDCMenuSurfaceFoundation.cssClasses.ANIMATING_OPEN),e.adapter_.notifyOpen()},y.TRANSITION_OPEN_DURATION)}),this.isOpen_=!0},MDCMenuSurfaceFoundation.prototype.close=function(){var e=this;this.isQuickOpen_||this.adapter_.addClass(MDCMenuSurfaceFoundation.cssClasses.ANIMATING_CLOSED),requestAnimationFrame(function(){e.adapter_.removeClass(MDCMenuSurfaceFoundation.cssClasses.OPEN),e.isQuickOpen_?e.adapter_.notifyClose():e.closeAnimationEndTimerId_=setTimeout(function(){e.closeAnimationEndTimerId_=0,e.adapter_.removeClass(MDCMenuSurfaceFoundation.cssClasses.ANIMATING_CLOSED),e.adapter_.notifyClose()},y.TRANSITION_CLOSE_DURATION)}),this.isOpen_=!1,this.maybeRestoreFocus_()},MDCMenuSurfaceFoundation.prototype.handleBodyClick=function(e){var t=e.target;this.adapter_.isElementInContainer(t)||this.close()},MDCMenuSurfaceFoundation.prototype.handleKeydown=function(e){var t=e.keyCode,n=e.key,r=e.shiftKey,o="Tab"===n||9===t;"Escape"===n||27===t?this.close():o&&(this.adapter_.isLastElementFocused()&&!r?(this.adapter_.focusFirstElement(),e.preventDefault()):this.adapter_.isFirstElementFocused()&&r&&(this.adapter_.focusLastElement(),e.preventDefault()))},MDCMenuSurfaceFoundation.prototype.autoPosition_=function(){var e;this.measurements_=this.getAutoLayoutMeasurements_();var t=this.getOriginCorner_(),n=this.getMenuSurfaceMaxHeight_(t),r=this.hasBit_(t,f.BOTTOM)?"bottom":"top",o=this.hasBit_(t,f.RIGHT)?"right":"left",i=this.getHorizontalOriginOffset_(t),a=this.getVerticalOriginOffset_(t),s=this.measurements_,u=s.anchorSize,c=s.surfaceSize,l=((e={})[o]=i,e[r]=a,e);u.width/c.width>y.ANCHOR_TO_MENU_SURFACE_WIDTH_RATIO&&(o="center"),(this.isHoistedElement_||this.isFixedPosition_)&&this.adjustPositionForHoistedElement_(l),this.adapter_.setTransformOrigin(o+" "+r),this.adapter_.setPosition(l),this.adapter_.setMaxHeight(n?n+"px":"")},MDCMenuSurfaceFoundation.prototype.getAutoLayoutMeasurements_=function(){var e=this.adapter_.getAnchorDimensions(),t=this.adapter_.getBodyDimensions(),n=this.adapter_.getWindowDimensions(),r=this.adapter_.getWindowScroll();return e||(e={top:this.position_.y,right:this.position_.x,bottom:this.position_.y,left:this.position_.x,width:0,height:0}),{anchorSize:e,bodySize:t,surfaceSize:this.dimensions_,viewportDistance:{top:e.top,right:n.width-e.right,bottom:n.height-e.bottom,left:e.left},viewportSize:n,windowScroll:r}},MDCMenuSurfaceFoundation.prototype.getOriginCorner_=function(){var e=d.TOP_LEFT,t=this.measurements_,n=t.viewportDistance,r=t.anchorSize,o=t.surfaceSize,i=this.hasBit_(this.anchorCorner_,f.BOTTOM),a=i?n.top+r.height+this.anchorMargin_.bottom:n.top+this.anchorMargin_.top,s=i?n.bottom-this.anchorMargin_.bottom:n.bottom+r.height-this.anchorMargin_.top,u=o.height-a,c=o.height-s;c>0&&u<c&&(e=this.setBit_(e,f.BOTTOM));var l=this.adapter_.isRtl(),p=this.hasBit_(this.anchorCorner_,f.FLIP_RTL),h=this.hasBit_(this.anchorCorner_,f.RIGHT),m=h&&!l||!h&&p&&l,g=m?n.left+r.width+this.anchorMargin_.right:n.left+this.anchorMargin_.left,y=m?n.right-this.anchorMargin_.right:n.right+r.width-this.anchorMargin_.left,v=o.width-g,b=o.width-y;return(v<0&&m&&l||h&&!m&&v<0||b>0&&v<b)&&(e=this.setBit_(e,f.RIGHT)),e},MDCMenuSurfaceFoundation.prototype.getMenuSurfaceMaxHeight_=function(e){var t=this.measurements_.viewportDistance,n=0,r=this.hasBit_(e,f.BOTTOM),o=this.hasBit_(this.anchorCorner_,f.BOTTOM),i=MDCMenuSurfaceFoundation.numbers.MARGIN_TO_EDGE;return r?(n=t.top+this.anchorMargin_.top-i,o||(n+=this.measurements_.anchorSize.height)):(n=t.bottom-this.anchorMargin_.bottom+this.measurements_.anchorSize.height-i,o&&(n-=this.measurements_.anchorSize.height)),n},MDCMenuSurfaceFoundation.prototype.getHorizontalOriginOffset_=function(e){var t=this.measurements_.anchorSize,n=this.hasBit_(e,f.RIGHT),r=this.hasBit_(this.anchorCorner_,f.RIGHT);if(n){var o=r?t.width-this.anchorMargin_.left:this.anchorMargin_.right;return this.isHoistedElement_||this.isFixedPosition_?o-(this.measurements_.viewportSize.width-this.measurements_.bodySize.width):o}return r?t.width-this.anchorMargin_.right:this.anchorMargin_.left},MDCMenuSurfaceFoundation.prototype.getVerticalOriginOffset_=function(e){var t=this.measurements_.anchorSize,n=this.hasBit_(e,f.BOTTOM),r=this.hasBit_(this.anchorCorner_,f.BOTTOM);return n?r?t.height-this.anchorMargin_.top:-this.anchorMargin_.bottom:r?t.height+this.anchorMargin_.bottom:this.anchorMargin_.top},MDCMenuSurfaceFoundation.prototype.adjustPositionForHoistedElement_=function(e){var t,n,o=this.measurements_,i=o.windowScroll,a=o.viewportDistance,s=Object.keys(e);try{for(var u=r.Ju(s),c=u.next();!c.done;c=u.next()){var l=c.value,p=e[l]||0;p+=a[l],this.isFixedPosition_||("top"===l?p+=i.y:"bottom"===l?p-=i.y:"left"===l?p+=i.x:p-=i.x),e[l]=p}}catch(e){t={error:e}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}},MDCMenuSurfaceFoundation.prototype.maybeRestoreFocus_=function(){var e=this.adapter_.isFocused(),t=document.activeElement&&this.adapter_.isElementInContainer(document.activeElement);(e||t)&&this.adapter_.restoreFocus()},MDCMenuSurfaceFoundation.prototype.hasBit_=function(e,t){return Boolean(e&t)},MDCMenuSurfaceFoundation.prototype.setBit_=function(e,t){return e|t},MDCMenuSurfaceFoundation.prototype.isFinite_=function(e){return"number"==typeof e&&isFinite(e)},MDCMenuSurfaceFoundation}(c.I);var b;var _,w=function(e){function MDCMenuSurface(){return null!==e&&e.apply(this,arguments)||this}return r.C6(MDCMenuSurface,e),MDCMenuSurface.attachTo=function(e){return new MDCMenuSurface(e)},MDCMenuSurface.prototype.initialSyncWithDOM=function(){var e=this,t=this.root_.parentElement;this.anchorElement=t&&t.classList.contains(m.ANCHOR)?t:null,this.root_.classList.contains(m.FIXED)&&this.setFixedPosition(!0),this.handleKeydown_=function(t){return e.foundation_.handleKeydown(t)},this.handleBodyClick_=function(t){return e.foundation_.handleBodyClick(t)},this.registerBodyClickListener_=function(){return document.body.addEventListener("click",e.handleBodyClick_)},this.deregisterBodyClickListener_=function(){return document.body.removeEventListener("click",e.handleBodyClick_)},this.listen("keydown",this.handleKeydown_),this.listen(g.OPENED_EVENT,this.registerBodyClickListener_),this.listen(g.CLOSED_EVENT,this.deregisterBodyClickListener_)},MDCMenuSurface.prototype.destroy=function(){this.unlisten("keydown",this.handleKeydown_),this.unlisten(g.OPENED_EVENT,this.registerBodyClickListener_),this.unlisten(g.CLOSED_EVENT,this.deregisterBodyClickListener_),e.prototype.destroy.call(this)},Object.defineProperty(MDCMenuSurface.prototype,"open",{get:function(){return this.foundation_.isOpen()},set:function(e){if(e){var t=this.root_.querySelectorAll(g.FOCUSABLE_ELEMENTS);this.firstFocusableElement_=t[0],this.lastFocusableElement_=t[t.length-1],this.foundation_.open()}else this.foundation_.close()},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenuSurface.prototype,"quickOpen",{set:function(e){this.foundation_.setQuickOpen(e)},enumerable:!0,configurable:!0}),MDCMenuSurface.prototype.hoistMenuToBody=function(){document.body.appendChild(this.root_),this.setIsHoisted(!0)},MDCMenuSurface.prototype.setIsHoisted=function(e){this.foundation_.setIsHoisted(e)},MDCMenuSurface.prototype.setMenuSurfaceAnchorElement=function(e){this.anchorElement=e},MDCMenuSurface.prototype.setFixedPosition=function(e){e?this.root_.classList.add(m.FIXED):this.root_.classList.remove(m.FIXED),this.foundation_.setFixedPosition(e)},MDCMenuSurface.prototype.setAbsolutePosition=function(e,t){this.foundation_.setAbsolutePosition(e,t),this.setIsHoisted(!0)},MDCMenuSurface.prototype.setAnchorCorner=function(e){this.foundation_.setAnchorCorner(e)},MDCMenuSurface.prototype.setAnchorMargin=function(e){this.foundation_.setAnchorMargin(e)},MDCMenuSurface.prototype.getDefaultFoundation=function(){var e=this;return new v({addClass:function(t){return e.root_.classList.add(t)},removeClass:function(t){return e.root_.classList.remove(t)},hasClass:function(t){return e.root_.classList.contains(t)},hasAnchor:function(){return!!e.anchorElement},notifyClose:function(){return e.emit(v.strings.CLOSED_EVENT,{})},notifyOpen:function(){return e.emit(v.strings.OPENED_EVENT,{})},isElementInContainer:function(t){return e.root_.contains(t)},isRtl:function(){return"rtl"===getComputedStyle(e.root_).getPropertyValue("direction")},setTransformOrigin:function(t){var n=function(e,t){if(void 0===t&&(t=!1),void 0===b||t){var n=e.document.createElement("div");b="transform"in n.style?"transform":"webkitTransform"}return b}(window)+"-origin";e.root_.style.setProperty(n,t)},isFocused:function(){return document.activeElement===e.root_},saveFocus:function(){e.previousFocus_=document.activeElement},restoreFocus:function(){e.root_.contains(document.activeElement)&&e.previousFocus_&&e.previousFocus_.focus&&e.previousFocus_.focus()},isFirstElementFocused:function(){return!!e.firstFocusableElement_&&e.firstFocusableElement_===document.activeElement},isLastElementFocused:function(){return!!e.lastFocusableElement_&&e.lastFocusableElement_===document.activeElement},focusFirstElement:function(){return e.firstFocusableElement_&&e.firstFocusableElement_.focus&&e.firstFocusableElement_.focus()},focusLastElement:function(){return e.lastFocusableElement_&&e.lastFocusableElement_.focus&&e.lastFocusableElement_.focus()},getInnerDimensions:function(){return{width:e.root_.offsetWidth,height:e.root_.offsetHeight}},getAnchorDimensions:function(){return e.anchorElement?e.anchorElement.getBoundingClientRect():null},getWindowDimensions:function(){return{width:window.innerWidth,height:window.innerHeight}},getBodyDimensions:function(){return{width:document.body.clientWidth,height:document.body.clientHeight}},getWindowScroll:function(){return{x:window.pageXOffset,y:window.pageYOffset}},setPosition:function(t){e.root_.style.left="left"in t?t.left+"px":"",e.root_.style.right="right"in t?t.right+"px":"",e.root_.style.top="top"in t?t.top+"px":"",e.root_.style.bottom="bottom"in t?t.bottom+"px":""},setMaxHeight:function(t){e.root_.style.maxHeight=t}})},MDCMenuSurface}(o.O),k={MENU_SELECTED_LIST_ITEM:"mdc-menu-item--selected",MENU_SELECTION_GROUP:"mdc-menu__selection-group",ROOT:"mdc-menu"},E={ARIA_SELECTED_ATTR:"aria-selected",CHECKBOX_SELECTOR:'input[type="checkbox"]',LIST_SELECTOR:".mdc-list",SELECTED_EVENT:"MDCMenu:selected"},O={FOCUS_ROOT_INDEX:-1};!function(e){e[e.NONE=0]="NONE",e[e.LIST_ROOT=1]="LIST_ROOT",e[e.FIRST_ITEM=2]="FIRST_ITEM",e[e.LAST_ITEM=3]="LAST_ITEM"}(_||(_={}));var j=function(e){function MDCMenuFoundation(t){var n=e.call(this,r.Cl({},MDCMenuFoundation.defaultAdapter,t))||this;return n.closeAnimationEndTimerId_=0,n.defaultFocusState_=_.LIST_ROOT,n}return r.C6(MDCMenuFoundation,e),Object.defineProperty(MDCMenuFoundation,"cssClasses",{get:function(){return k},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenuFoundation,"strings",{get:function(){return E},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenuFoundation,"numbers",{get:function(){return O},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenuFoundation,"defaultAdapter",{get:function(){return{addClassToElementAtIndex:function(){},removeClassFromElementAtIndex:function(){},addAttributeToElementAtIndex:function(){},removeAttributeFromElementAtIndex:function(){},elementContainsClass:function(){return!1},closeSurface:function(){},getElementIndex:function(){return-1},getParentElement:function(){return null},getSelectedElementIndex:function(){return-1},notifySelected:function(){},getMenuItemCount:function(){return 0},focusItemAtIndex:function(){},focusListRoot:function(){}}},enumerable:!0,configurable:!0}),MDCMenuFoundation.prototype.destroy=function(){this.closeAnimationEndTimerId_&&clearTimeout(this.closeAnimationEndTimerId_),this.adapter_.closeSurface()},MDCMenuFoundation.prototype.handleKeydown=function(e){var t=e.key,n=e.keyCode;("Tab"===t||9===n)&&this.adapter_.closeSurface()},MDCMenuFoundation.prototype.handleItemAction=function(e){var t=this,n=this.adapter_.getElementIndex(e);n<0||(this.adapter_.notifySelected({index:n}),this.adapter_.closeSurface(),this.closeAnimationEndTimerId_=setTimeout(function(){var r=t.getSelectionGroup_(e);r&&t.handleSelectionGroup_(r,n)},v.numbers.TRANSITION_CLOSE_DURATION))},MDCMenuFoundation.prototype.handleMenuSurfaceOpened=function(){switch(this.defaultFocusState_){case _.FIRST_ITEM:this.adapter_.focusItemAtIndex(0);break;case _.LAST_ITEM:this.adapter_.focusItemAtIndex(this.adapter_.getMenuItemCount()-1);break;case _.NONE:break;default:this.adapter_.focusListRoot()}},MDCMenuFoundation.prototype.setDefaultFocusState=function(e){this.defaultFocusState_=e},MDCMenuFoundation.prototype.handleSelectionGroup_=function(e,t){var n=this.adapter_.getSelectedElementIndex(e);n>=0&&(this.adapter_.removeAttributeFromElementAtIndex(n,E.ARIA_SELECTED_ATTR),this.adapter_.removeClassFromElementAtIndex(n,k.MENU_SELECTED_LIST_ITEM)),this.adapter_.addClassToElementAtIndex(t,k.MENU_SELECTED_LIST_ITEM),this.adapter_.addAttributeToElementAtIndex(t,E.ARIA_SELECTED_ATTR,"true")},MDCMenuFoundation.prototype.getSelectionGroup_=function(e){var t=this.adapter_.getParentElement(e);if(!t)return null;for(var n=this.adapter_.elementContainsClass(t,k.MENU_SELECTION_GROUP);!n&&t&&!this.adapter_.elementContainsClass(t,p.cssClasses.ROOT);)n=!!(t=this.adapter_.getParentElement(t))&&this.adapter_.elementContainsClass(t,k.MENU_SELECTION_GROUP);return n?t:null},MDCMenuFoundation}(c.I);var C=function(e){function MDCMenu(){return null!==e&&e.apply(this,arguments)||this}return r.C6(MDCMenu,e),MDCMenu.attachTo=function(e){return new MDCMenu(e)},MDCMenu.prototype.initialize=function(e,t){void 0===e&&(e=function(e){return new w(e)}),void 0===t&&(t=function(e){return new h(e)}),this.menuSurfaceFactory_=e,this.listFactory_=t},MDCMenu.prototype.initialSyncWithDOM=function(){var e=this;this.menuSurface_=this.menuSurfaceFactory_(this.root_);var t=this.root_.querySelector(E.LIST_SELECTOR);t?(this.list_=this.listFactory_(t),this.list_.wrapFocus=!0):this.list_=null,this.handleKeydown_=function(t){return e.foundation_.handleKeydown(t)},this.handleItemAction_=function(t){return e.foundation_.handleItemAction(e.items[t.detail.index])},this.handleMenuSurfaceOpened_=function(){return e.foundation_.handleMenuSurfaceOpened()},this.menuSurface_.listen(v.strings.OPENED_EVENT,this.handleMenuSurfaceOpened_),this.listen("keydown",this.handleKeydown_),this.listen(p.strings.ACTION_EVENT,this.handleItemAction_)},MDCMenu.prototype.destroy=function(){this.list_&&this.list_.destroy(),this.menuSurface_.destroy(),this.menuSurface_.unlisten(v.strings.OPENED_EVENT,this.handleMenuSurfaceOpened_),this.unlisten("keydown",this.handleKeydown_),this.unlisten(p.strings.ACTION_EVENT,this.handleItemAction_),e.prototype.destroy.call(this)},Object.defineProperty(MDCMenu.prototype,"open",{get:function(){return this.menuSurface_.open},set:function(e){this.menuSurface_.open=e},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenu.prototype,"wrapFocus",{get:function(){return!!this.list_&&this.list_.wrapFocus},set:function(e){this.list_&&(this.list_.wrapFocus=e)},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenu.prototype,"items",{get:function(){return this.list_?this.list_.listElements:[]},enumerable:!0,configurable:!0}),Object.defineProperty(MDCMenu.prototype,"quickOpen",{set:function(e){this.menuSurface_.quickOpen=e},enumerable:!0,configurable:!0}),MDCMenu.prototype.setDefaultFocusState=function(e){this.foundation_.setDefaultFocusState(e)},MDCMenu.prototype.setAnchorCorner=function(e){this.menuSurface_.setAnchorCorner(e)},MDCMenu.prototype.setAnchorMargin=function(e){this.menuSurface_.setAnchorMargin(e)},MDCMenu.prototype.getOptionByIndex=function(e){return e<this.items.length?this.items[e]:null},MDCMenu.prototype.setFixedPosition=function(e){this.menuSurface_.setFixedPosition(e)},MDCMenu.prototype.hoistMenuToBody=function(){this.menuSurface_.hoistMenuToBody()},MDCMenu.prototype.setIsHoisted=function(e){this.menuSurface_.setIsHoisted(e)},MDCMenu.prototype.setAbsolutePosition=function(e,t){this.menuSurface_.setAbsolutePosition(e,t)},MDCMenu.prototype.setAnchorElement=function(e){this.menuSurface_.anchorElement=e},MDCMenu.prototype.getDefaultFoundation=function(){var e=this;return new j({addClassToElementAtIndex:function(t,n){e.items[t].classList.add(n)},removeClassFromElementAtIndex:function(t,n){e.items[t].classList.remove(n)},addAttributeToElementAtIndex:function(t,n,r){e.items[t].setAttribute(n,r)},removeAttributeFromElementAtIndex:function(t,n){e.items[t].removeAttribute(n)},elementContainsClass:function(e,t){return e.classList.contains(t)},closeSurface:function(){return e.open=!1},getElementIndex:function(t){return e.items.indexOf(t)},getParentElement:function(e){return e.parentElement},getSelectedElementIndex:function(t){var n=t.querySelector("."+k.MENU_SELECTED_LIST_ITEM);return n?e.items.indexOf(n):-1},notifySelected:function(t){return e.emit(E.SELECTED_EVENT,{index:t.index,item:e.items[t.index]})},getMenuItemCount:function(){return e.items.length},focusItemAtIndex:function(t){return e.items[t].focus()},focusListRoot:function(){return e.root_.querySelector(E.LIST_SELECTOR).focus()}})},MDCMenu}(o.O)},56805:(e,t,n)=>{"use strict";n.d(t,{K:()=>p,n:()=>l});var r,o=n(41705),i=n(94300),a=n(78913),s="@@data/SELECT",u="@@data/RESOLVE_SELECT",c="@@data/DISPATCH";var l={select:function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return{type:s,storeKey:e,selectorName:t,args:r}},resolveSelect:function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return{type:u,storeKey:e,selectorName:t,args:r}},dispatch:function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return{type:c,storeKey:e,actionName:t,args:r}}},p=(r={},(0,o.A)(r,s,(0,a.b)(function(e){return function(t){var n,r=t.storeKey,o=t.selectorName,a=t.args;return(n=e.select(r))[o].apply(n,(0,i.A)(a))}})),(0,o.A)(r,u,(0,a.b)(function(e){return function(t){var n,r=t.storeKey,o=t.selectorName,a=t.args,s=e.select(r)[o].hasResolver?"resolveSelect":"select";return(n=e[s](r))[o].apply(n,(0,i.A)(a))}})),(0,o.A)(r,c,(0,a.b)(function(e){return function(t){var n,r=t.storeKey,o=t.actionName,a=t.args;return(n=e.dispatch(r))[o].apply(n,(0,i.A)(a))}})),r)},57707:function(e,t,n){var r,o,i,a;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(67354),a=n(34261),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=98)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},100:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var c=s(n(0)),l=u(n(32)),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.listInstance=c.createRef(),t.handleSelect=function(e,n){t.props.handleSelect(e,n),t.props.handleItemAction(t.listElements[e])},t.attachRef=function(e){var n=t.props.innerRef;t.listInstance.current=e,n&&("function"!=typeof n?n.current=e:n(e))},t}return o(t,e),Object.defineProperty(t.prototype,"listElements",{get:function(){return this.listInstance.current?this.listInstance.current.listElements:[]},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=e["aria-hidden"],n=(e.handleSelect,e.handleItemAction,e.role),r=(e.innerRef,e.children),o=(e.ref,a(e,["aria-hidden","handleSelect","handleItemAction","role","innerRef","children","ref"]));return c.createElement(l.default,i({"aria-hidden":void 0!==t?t:"true",role:n||"menu",handleSelect:this.handleSelect,ref:this.attachRef},o),r)},t.defaultProps={className:"",handleSelect:function(){},handleItemAction:function(){}},t}(c.Component);t.default=p},101:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=n(32),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.render=function(){var e=this.props,t=e.role,n=void 0===t?"menuitem":t,r=e.children,o=(e.computeBoundingRect,a(e,["role","children","computeBoundingRect"]));return u.createElement(c.ListItem,i({role:n},o),r)},t}(u.Component);t.default=l},148:function(e,t,n){"use strict";n.r(t),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function o(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function a(e){var t="function"==typeof Symbol&&e[Symbol.iterator],n=0;return t?t.call(e):{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}var s,u,c=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}(),l={LIST_ITEM_ACTIVATED_CLASS:"mdc-list-item--activated",LIST_ITEM_CLASS:"mdc-list-item",LIST_ITEM_SELECTED_CLASS:"mdc-list-item--selected",ROOT:"mdc-list"},p={ACTION_EVENT:"MDCList:action",ARIA_CHECKED:"aria-checked",ARIA_CHECKED_CHECKBOX_SELECTOR:'[role="checkbox"][aria-checked="true"]',ARIA_CHECKED_RADIO_SELECTOR:'[role="radio"][aria-checked="true"]',ARIA_CURRENT:"aria-current",ARIA_ORIENTATION:"aria-orientation",ARIA_ORIENTATION_HORIZONTAL:"horizontal",ARIA_ROLE_CHECKBOX_SELECTOR:'[role="checkbox"]',ARIA_SELECTED:"aria-selected",CHECKBOX_RADIO_SELECTOR:'input[type="checkbox"]:not(:disabled), input[type="radio"]:not(:disabled)',CHECKBOX_SELECTOR:'input[type="checkbox"]:not(:disabled)',CHILD_ELEMENTS_TO_TOGGLE_TABINDEX:"\n ."+l.LIST_ITEM_CLASS+" button:not(:disabled),\n ."+l.LIST_ITEM_CLASS+" a\n ",ENABLED_ITEMS_SELECTOR:".mdc-list-item:not(.mdc-list-item--disabled)",FOCUSABLE_CHILD_ELEMENTS:"\n ."+l.LIST_ITEM_CLASS+" button:not(:disabled),\n ."+l.LIST_ITEM_CLASS+" a,\n ."+l.LIST_ITEM_CLASS+' input[type="radio"]:not(:disabled),\n .'+l.LIST_ITEM_CLASS+' input[type="checkbox"]:not(:disabled)\n ',RADIO_SELECTOR:'input[type="radio"]:not(:disabled)'},f={UNSET_INDEX:-1},d=["input","button","textarea","select"],h=function(e){function t(n){var r=e.call(this,i({},t.defaultAdapter,n))||this;return r.wrapFocus_=!1,r.isVertical_=!0,r.isSingleSelectionList_=!1,r.selectedIndex_=f.UNSET_INDEX,r.focusedItemIndex_=f.UNSET_INDEX,r.useActivatedClass_=!1,r.ariaCurrentAttrValue_=null,r.isCheckboxList_=!1,r.isRadioList_=!1,r}return o(t,e),Object.defineProperty(t,"strings",{get:function(){return p},enumerable:!0,configurable:!0}),Object.defineProperty(t,"cssClasses",{get:function(){return l},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return f},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClassForElementIndex:function(){},focusItemAtIndex:function(){},getAttributeForElementIndex:function(){return null},getFocusedElementIndex:function(){return 0},getListItemCount:function(){return 0},hasCheckboxAtIndex:function(){return!1},hasRadioAtIndex:function(){return!1},isCheckboxCheckedAtIndex:function(){return!1},isFocusInsideList:function(){return!1},notifyAction:function(){},removeClassForElementIndex:function(){},setAttributeForElementIndex:function(){},setCheckedCheckboxOrRadioAtIndex:function(){},setTabIndexForListItemChildren:function(){}}},enumerable:!0,configurable:!0}),t.prototype.layout=function(){0!==this.adapter_.getListItemCount()&&(this.adapter_.hasCheckboxAtIndex(0)?this.isCheckboxList_=!0:this.adapter_.hasRadioAtIndex(0)&&(this.isRadioList_=!0))},t.prototype.setWrapFocus=function(e){this.wrapFocus_=e},t.prototype.setVerticalOrientation=function(e){this.isVertical_=e},t.prototype.setSingleSelection=function(e){this.isSingleSelectionList_=e},t.prototype.setUseActivatedClass=function(e){this.useActivatedClass_=e},t.prototype.getSelectedIndex=function(){return this.selectedIndex_},t.prototype.setSelectedIndex=function(e){this.isIndexValid_(e)&&(this.isCheckboxList_?this.setCheckboxAtIndex_(e):this.isRadioList_?this.setRadioAtIndex_(e):this.setSingleSelectionAtIndex_(e))},t.prototype.handleFocusIn=function(e,t){t>=0&&this.adapter_.setTabIndexForListItemChildren(t,"0")},t.prototype.handleFocusOut=function(e,t){var n=this;t>=0&&this.adapter_.setTabIndexForListItemChildren(t,"-1"),setTimeout(function(){n.adapter_.isFocusInsideList()||n.setTabindexToFirstSelectedItem_()},0)},t.prototype.handleKeydown=function(e,t,n){var r="ArrowLeft"===e.key||37===e.keyCode,o="ArrowUp"===e.key||38===e.keyCode,i="ArrowRight"===e.key||39===e.keyCode,a="ArrowDown"===e.key||40===e.keyCode,s="Home"===e.key||36===e.keyCode,u="End"===e.key||35===e.keyCode,c="Enter"===e.key||13===e.keyCode,l="Space"===e.key||32===e.keyCode,p=this.adapter_.getFocusedElementIndex(),d=f.UNSET_INDEX;if(!(p===f.UNSET_INDEX&&(p=n)<0)){if(this.isVertical_&&a||!this.isVertical_&&i)this.preventDefaultEvent_(e),d=this.focusNextElement(p);else if(this.isVertical_&&o||!this.isVertical_&&r)this.preventDefaultEvent_(e),d=this.focusPrevElement(p);else if(s)this.preventDefaultEvent_(e),d=this.focusFirstElement();else if(u)this.preventDefaultEvent_(e),d=this.focusLastElement();else if((c||l)&&t){var h=e.target;if(h&&"A"===h.tagName&&c)return;this.preventDefaultEvent_(e),this.isSelectableList_()&&this.setSelectedIndexOnAction_(p),this.adapter_.notifyAction(p)}this.focusedItemIndex_=p,d>=0&&(this.setTabindexAtIndex_(d),this.focusedItemIndex_=d)}},t.prototype.handleClick=function(e,t){e!==f.UNSET_INDEX&&(this.isSelectableList_()&&this.setSelectedIndexOnAction_(e,t),this.adapter_.notifyAction(e),this.setTabindexAtIndex_(e),this.focusedItemIndex_=e)},t.prototype.focusNextElement=function(e){var t=e+1;if(t>=this.adapter_.getListItemCount()){if(!this.wrapFocus_)return e;t=0}return this.adapter_.focusItemAtIndex(t),t},t.prototype.focusPrevElement=function(e){var t=e-1;if(t<0){if(!this.wrapFocus_)return e;t=this.adapter_.getListItemCount()-1}return this.adapter_.focusItemAtIndex(t),t},t.prototype.focusFirstElement=function(){return this.adapter_.focusItemAtIndex(0),0},t.prototype.focusLastElement=function(){var e=this.adapter_.getListItemCount()-1;return this.adapter_.focusItemAtIndex(e),e},t.prototype.preventDefaultEvent_=function(e){var t=(""+e.target.tagName).toLowerCase();-1===d.indexOf(t)&&e.preventDefault()},t.prototype.setSingleSelectionAtIndex_=function(e){if(this.selectedIndex_!==e){var t=l.LIST_ITEM_SELECTED_CLASS;this.useActivatedClass_&&(t=l.LIST_ITEM_ACTIVATED_CLASS),this.selectedIndex_!==f.UNSET_INDEX&&this.adapter_.removeClassForElementIndex(this.selectedIndex_,t),this.adapter_.addClassForElementIndex(e,t),this.setAriaForSingleSelectionAtIndex_(e),this.selectedIndex_=e}},t.prototype.setAriaForSingleSelectionAtIndex_=function(e){this.selectedIndex_===f.UNSET_INDEX&&(this.ariaCurrentAttrValue_=this.adapter_.getAttributeForElementIndex(e,p.ARIA_CURRENT));var t=null!==this.ariaCurrentAttrValue_,n=t?p.ARIA_CURRENT:p.ARIA_SELECTED;this.selectedIndex_!==f.UNSET_INDEX&&this.adapter_.setAttributeForElementIndex(this.selectedIndex_,n,"false");var r=t?this.ariaCurrentAttrValue_:"true";this.adapter_.setAttributeForElementIndex(e,n,r)},t.prototype.setRadioAtIndex_=function(e){this.adapter_.setCheckedCheckboxOrRadioAtIndex(e,!0),this.selectedIndex_!==f.UNSET_INDEX&&this.adapter_.setAttributeForElementIndex(this.selectedIndex_,p.ARIA_CHECKED,"false"),this.adapter_.setAttributeForElementIndex(e,p.ARIA_CHECKED,"true"),this.selectedIndex_=e},t.prototype.setCheckboxAtIndex_=function(e){for(var t=0;t<this.adapter_.getListItemCount();t++){var n=!1;e.indexOf(t)>=0&&(n=!0),this.adapter_.setCheckedCheckboxOrRadioAtIndex(t,n),this.adapter_.setAttributeForElementIndex(t,p.ARIA_CHECKED,n?"true":"false")}this.selectedIndex_=e},t.prototype.setTabindexAtIndex_=function(e){this.focusedItemIndex_===f.UNSET_INDEX&&0!==e?this.adapter_.setAttributeForElementIndex(0,"tabindex","-1"):this.focusedItemIndex_>=0&&this.focusedItemIndex_!==e&&this.adapter_.setAttributeForElementIndex(this.focusedItemIndex_,"tabindex","-1"),this.adapter_.setAttributeForElementIndex(e,"tabindex","0")},t.prototype.isSelectableList_=function(){return this.isSingleSelectionList_||this.isCheckboxList_||this.isRadioList_},t.prototype.setTabindexToFirstSelectedItem_=function(){var e=0;this.isSelectableList_()&&("number"==typeof this.selectedIndex_&&this.selectedIndex_!==f.UNSET_INDEX?e=this.selectedIndex_:this.selectedIndex_ instanceof Array&&this.selectedIndex_.length>0&&(e=this.selectedIndex_.reduce(function(e,t){return Math.min(e,t)}))),this.setTabindexAtIndex_(e)},t.prototype.isIndexValid_=function(e){var t=this;if(e instanceof Array){if(!this.isCheckboxList_)throw new Error("MDCListFoundation: Array of index is only supported for checkbox based list");return 0===e.length||e.some(function(e){return t.isIndexInRange_(e)})}if("number"==typeof e){if(this.isCheckboxList_)throw new Error("MDCListFoundation: Expected array of index for checkbox based list but got number: "+e);return this.isIndexInRange_(e)}return!1},t.prototype.isIndexInRange_=function(e){var t=this.adapter_.getListItemCount();return e>=0&&e<t},t.prototype.setSelectedIndexOnAction_=function(e,t){void 0===t&&(t=!0),this.isCheckboxList_?this.toggleCheckboxAtIndex_(e,t):this.setSelectedIndex(e)},t.prototype.toggleCheckboxAtIndex_=function(e,t){var n=this.adapter_.isCheckboxCheckedAtIndex(e);t&&(n=!n,this.adapter_.setCheckedCheckboxOrRadioAtIndex(e,n)),this.adapter_.setAttributeForElementIndex(e,p.ARIA_CHECKED,n?"true":"false");var r=this.selectedIndex_===f.UNSET_INDEX?[]:this.selectedIndex_.slice();n?r.push(e):r=r.filter(function(t){return t!==e}),this.selectedIndex_=r},t}(c),m={ANCHOR:"mdc-menu-surface--anchor",ANIMATING_CLOSED:"mdc-menu-surface--animating-closed",ANIMATING_OPEN:"mdc-menu-surface--animating-open",FIXED:"mdc-menu-surface--fixed",OPEN:"mdc-menu-surface--open",ROOT:"mdc-menu-surface"},g={CLOSED_EVENT:"MDCMenuSurface:closed",OPENED_EVENT:"MDCMenuSurface:opened",FOCUSABLE_ELEMENTS:["button:not(:disabled)",'[href]:not([aria-disabled="true"])',"input:not(:disabled)","select:not(:disabled)","textarea:not(:disabled)",'[tabindex]:not([tabindex="-1"]):not([aria-disabled="true"])'].join(", ")},y={TRANSITION_OPEN_DURATION:120,TRANSITION_CLOSE_DURATION:75,MARGIN_TO_EDGE:32,ANCHOR_TO_MENU_SURFACE_WIDTH_RATIO:.67};!function(e){e[e.BOTTOM=1]="BOTTOM",e[e.CENTER=2]="CENTER",e[e.RIGHT=4]="RIGHT",e[e.FLIP_RTL=8]="FLIP_RTL"}(s||(s={})),function(e){e[e.TOP_LEFT=0]="TOP_LEFT",e[e.TOP_RIGHT=4]="TOP_RIGHT",e[e.BOTTOM_LEFT=1]="BOTTOM_LEFT",e[e.BOTTOM_RIGHT=5]="BOTTOM_RIGHT",e[e.TOP_START=8]="TOP_START",e[e.TOP_END=12]="TOP_END",e[e.BOTTOM_START=9]="BOTTOM_START",e[e.BOTTOM_END=13]="BOTTOM_END"}(u||(u={}));var v=function(e){function t(n){var r=e.call(this,i({},t.defaultAdapter,n))||this;return r.isOpen_=!1,r.isQuickOpen_=!1,r.isHoistedElement_=!1,r.isFixedPosition_=!1,r.openAnimationEndTimerId_=0,r.closeAnimationEndTimerId_=0,r.animationRequestId_=0,r.anchorCorner_=u.TOP_START,r.anchorMargin_={top:0,right:0,bottom:0,left:0},r.position_={x:0,y:0},r}return o(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return m},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return g},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return y},enumerable:!0,configurable:!0}),Object.defineProperty(t,"Corner",{get:function(){return u},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},hasAnchor:function(){return!1},isElementInContainer:function(){return!1},isFocused:function(){return!1},isFirstElementFocused:function(){return!1},isLastElementFocused:function(){return!1},isRtl:function(){return!1},getInnerDimensions:function(){return{height:0,width:0}},getAnchorDimensions:function(){return null},getWindowDimensions:function(){return{height:0,width:0}},getBodyDimensions:function(){return{height:0,width:0}},getWindowScroll:function(){return{x:0,y:0}},setPosition:function(){},setMaxHeight:function(){},setTransformOrigin:function(){},saveFocus:function(){},restoreFocus:function(){},focusFirstElement:function(){},focusLastElement:function(){},notifyClose:function(){},notifyOpen:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){var e=t.cssClasses,n=e.ROOT,r=e.OPEN;if(!this.adapter_.hasClass(n))throw new Error(n+" class required in root element.");this.adapter_.hasClass(r)&&(this.isOpen_=!0)},t.prototype.destroy=function(){clearTimeout(this.openAnimationEndTimerId_),clearTimeout(this.closeAnimationEndTimerId_),cancelAnimationFrame(this.animationRequestId_)},t.prototype.setAnchorCorner=function(e){this.anchorCorner_=e},t.prototype.setAnchorMargin=function(e){this.anchorMargin_.top=e.top||0,this.anchorMargin_.right=e.right||0,this.anchorMargin_.bottom=e.bottom||0,this.anchorMargin_.left=e.left||0},t.prototype.setIsHoisted=function(e){this.isHoistedElement_=e},t.prototype.setFixedPosition=function(e){this.isFixedPosition_=e},t.prototype.setAbsolutePosition=function(e,t){this.position_.x=this.isFinite_(e)?e:0,this.position_.y=this.isFinite_(t)?t:0},t.prototype.setQuickOpen=function(e){this.isQuickOpen_=e},t.prototype.isOpen=function(){return this.isOpen_},t.prototype.open=function(){var e=this;this.adapter_.saveFocus(),this.isQuickOpen_||this.adapter_.addClass(t.cssClasses.ANIMATING_OPEN),this.animationRequestId_=requestAnimationFrame(function(){e.adapter_.addClass(t.cssClasses.OPEN),e.dimensions_=e.adapter_.getInnerDimensions(),e.autoPosition_(),e.isQuickOpen_?e.adapter_.notifyOpen():e.openAnimationEndTimerId_=setTimeout(function(){e.openAnimationEndTimerId_=0,e.adapter_.removeClass(t.cssClasses.ANIMATING_OPEN),e.adapter_.notifyOpen()},y.TRANSITION_OPEN_DURATION)}),this.isOpen_=!0},t.prototype.close=function(){var e=this;this.isQuickOpen_||this.adapter_.addClass(t.cssClasses.ANIMATING_CLOSED),requestAnimationFrame(function(){e.adapter_.removeClass(t.cssClasses.OPEN),e.isQuickOpen_?e.adapter_.notifyClose():e.closeAnimationEndTimerId_=setTimeout(function(){e.closeAnimationEndTimerId_=0,e.adapter_.removeClass(t.cssClasses.ANIMATING_CLOSED),e.adapter_.notifyClose()},y.TRANSITION_CLOSE_DURATION)}),this.isOpen_=!1,this.maybeRestoreFocus_()},t.prototype.handleBodyClick=function(e){var t=e.target;this.adapter_.isElementInContainer(t)||this.close()},t.prototype.handleKeydown=function(e){var t=e.keyCode,n=e.key,r=e.shiftKey,o="Tab"===n||9===t;"Escape"===n||27===t?this.close():o&&(this.adapter_.isLastElementFocused()&&!r?(this.adapter_.focusFirstElement(),e.preventDefault()):this.adapter_.isFirstElementFocused()&&r&&(this.adapter_.focusLastElement(),e.preventDefault()))},t.prototype.autoPosition_=function(){var e;this.measurements_=this.getAutoLayoutMeasurements_();var t=this.getOriginCorner_(),n=this.getMenuSurfaceMaxHeight_(t),r=this.hasBit_(t,s.BOTTOM)?"bottom":"top",o=this.hasBit_(t,s.RIGHT)?"right":"left",i=this.getHorizontalOriginOffset_(t),a=this.getVerticalOriginOffset_(t),u=this.measurements_,c=u.anchorSize,l=u.surfaceSize,p=((e={})[o]=i,e[r]=a,e);c.width/l.width>y.ANCHOR_TO_MENU_SURFACE_WIDTH_RATIO&&(o="center"),(this.isHoistedElement_||this.isFixedPosition_)&&this.adjustPositionForHoistedElement_(p),this.adapter_.setTransformOrigin(o+" "+r),this.adapter_.setPosition(p),this.adapter_.setMaxHeight(n?n+"px":"")},t.prototype.getAutoLayoutMeasurements_=function(){var e=this.adapter_.getAnchorDimensions(),t=this.adapter_.getBodyDimensions(),n=this.adapter_.getWindowDimensions(),r=this.adapter_.getWindowScroll();return e||(e={top:this.position_.y,right:this.position_.x,bottom:this.position_.y,left:this.position_.x,width:0,height:0}),{anchorSize:e,bodySize:t,surfaceSize:this.dimensions_,viewportDistance:{top:e.top,right:n.width-e.right,bottom:n.height-e.bottom,left:e.left},viewportSize:n,windowScroll:r}},t.prototype.getOriginCorner_=function(){var e=u.TOP_LEFT,t=this.measurements_,n=t.viewportDistance,r=t.anchorSize,o=t.surfaceSize,i=this.hasBit_(this.anchorCorner_,s.BOTTOM),a=i?n.top+r.height+this.anchorMargin_.bottom:n.top+this.anchorMargin_.top,c=i?n.bottom-this.anchorMargin_.bottom:n.bottom+r.height-this.anchorMargin_.top,l=o.height-a,p=o.height-c;p>0&&l<p&&(e=this.setBit_(e,s.BOTTOM));var f=this.adapter_.isRtl(),d=this.hasBit_(this.anchorCorner_,s.FLIP_RTL),h=this.hasBit_(this.anchorCorner_,s.RIGHT),m=h&&!f||!h&&d&&f,g=m?n.left+r.width+this.anchorMargin_.right:n.left+this.anchorMargin_.left,y=m?n.right-this.anchorMargin_.right:n.right+r.width-this.anchorMargin_.left,v=o.width-g,b=o.width-y;return(v<0&&m&&f||h&&!m&&v<0||b>0&&v<b)&&(e=this.setBit_(e,s.RIGHT)),e},t.prototype.getMenuSurfaceMaxHeight_=function(e){var n=this.measurements_.viewportDistance,r=0,o=this.hasBit_(e,s.BOTTOM),i=this.hasBit_(this.anchorCorner_,s.BOTTOM),a=t.numbers.MARGIN_TO_EDGE;return o?(r=n.top+this.anchorMargin_.top-a,i||(r+=this.measurements_.anchorSize.height)):(r=n.bottom-this.anchorMargin_.bottom+this.measurements_.anchorSize.height-a,i&&(r-=this.measurements_.anchorSize.height)),r},t.prototype.getHorizontalOriginOffset_=function(e){var t=this.measurements_.anchorSize,n=this.hasBit_(e,s.RIGHT),r=this.hasBit_(this.anchorCorner_,s.RIGHT);if(n){var o=r?t.width-this.anchorMargin_.left:this.anchorMargin_.right;return this.isHoistedElement_||this.isFixedPosition_?o-(this.measurements_.viewportSize.width-this.measurements_.bodySize.width):o}return r?t.width-this.anchorMargin_.right:this.anchorMargin_.left},t.prototype.getVerticalOriginOffset_=function(e){var t=this.measurements_.anchorSize,n=this.hasBit_(e,s.BOTTOM),r=this.hasBit_(this.anchorCorner_,s.BOTTOM);return n?r?t.height-this.anchorMargin_.top:-this.anchorMargin_.bottom:r?t.height+this.anchorMargin_.bottom:this.anchorMargin_.top},t.prototype.adjustPositionForHoistedElement_=function(e){var t,n,r=this.measurements_,o=r.windowScroll,i=r.viewportDistance,s=Object.keys(e);try{for(var u=a(s),c=u.next();!c.done;c=u.next()){var l=c.value,p=e[l]||0;p+=i[l],this.isFixedPosition_||("top"===l?p+=o.y:"bottom"===l?p-=o.y:"left"===l?p+=o.x:p-=o.x),e[l]=p}}catch(e){t={error:e}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}},t.prototype.maybeRestoreFocus_=function(){var e=this.adapter_.isFocused(),t=document.activeElement&&this.adapter_.isElementInContainer(document.activeElement);(e||t)&&this.adapter_.restoreFocus()},t.prototype.hasBit_=function(e,t){return Boolean(e&t)},t.prototype.setBit_=function(e,t){return e|t},t.prototype.isFinite_=function(e){return"number"==typeof e&&isFinite(e)},t}(c),b={MENU_SELECTED_LIST_ITEM:"mdc-menu-item--selected",MENU_SELECTION_GROUP:"mdc-menu__selection-group",ROOT:"mdc-menu"},_={ARIA_SELECTED_ATTR:"aria-selected",CHECKBOX_SELECTOR:'input[type="checkbox"]',LIST_SELECTOR:".mdc-list",SELECTED_EVENT:"MDCMenu:selected"};n.d(t,"MDCMenuFoundation",function(){return w});var w=function(e){function t(n){var r=e.call(this,i({},t.defaultAdapter,n))||this;return r.closeAnimationEndTimerId_=0,r}return o(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return b},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return _},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClassToElementAtIndex:function(){},removeClassFromElementAtIndex:function(){},addAttributeToElementAtIndex:function(){},removeAttributeFromElementAtIndex:function(){},elementContainsClass:function(){return!1},closeSurface:function(){},getElementIndex:function(){return-1},getParentElement:function(){return null},getSelectedElementIndex:function(){return-1},notifySelected:function(){}}},enumerable:!0,configurable:!0}),t.prototype.destroy=function(){this.closeAnimationEndTimerId_&&clearTimeout(this.closeAnimationEndTimerId_),this.adapter_.closeSurface()},t.prototype.handleKeydown=function(e){var t=e.key,n=e.keyCode;("Tab"===t||9===n)&&this.adapter_.closeSurface()},t.prototype.handleItemAction=function(e){var t=this,n=this.adapter_.getElementIndex(e);n<0||(this.adapter_.notifySelected({index:n}),this.adapter_.closeSurface(),this.closeAnimationEndTimerId_=setTimeout(function(){var r=t.getSelectionGroup_(e);r&&t.handleSelectionGroup_(r,n)},v.numbers.TRANSITION_CLOSE_DURATION))},t.prototype.handleSelectionGroup_=function(e,t){var n=this.adapter_.getSelectedElementIndex(e);n>=0&&(this.adapter_.removeAttributeFromElementAtIndex(n,_.ARIA_SELECTED_ATTR),this.adapter_.removeClassFromElementAtIndex(n,b.MENU_SELECTED_LIST_ITEM)),this.adapter_.addClassToElementAtIndex(t,b.MENU_SELECTED_LIST_ITEM),this.adapter_.addAttributeToElementAtIndex(t,_.ARIA_SELECTED_ATTR,"true")},t.prototype.getSelectionGroup_=function(e){var t=this.adapter_.getParentElement(e);if(!t)return null;for(var n=this.adapter_.elementContainsClass(t,b.MENU_SELECTION_GROUP);!n&&t&&!this.adapter_.elementContainsClass(t,h.cssClasses.ROOT);)n=!!(t=this.adapter_.getParentElement(t))&&this.adapter_.elementContainsClass(t,b.MENU_SELECTION_GROUP);return n?t:null},t}(c);t.default=w},32:function(e,t){e.exports=i},98:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var c=s(n(0)),l=u(n(1)),p=n(148),f=u(n(99)),d=u(n(100));t.MenuList=d.default;var h=u(n(101));t.MenuListItem=h.default;var m=p.MDCMenuFoundation.cssClasses,g=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.menuListElement=c.createRef(),t.state={foundation:void 0,open:t.props.open||!1},t.handleKeyDown=function(e){var n=t.props.onKeyDown;n&&n(e),t.state.foundation&&t.state.foundation.handleKeydown(e.nativeEvent)},t.handleOpen=function(){var e=t.props.onOpen;e&&e()},t}return o(t,e),t.prototype.componentDidMount=function(){var e=new p.MDCMenuFoundation(this.adapter);e.init(),this.setState({foundation:e})},t.prototype.componentDidUpdate=function(e){this.props.open!==e.open&&this.setState({open:this.props.open})},t.prototype.componentWillUnmount=function(){this.state.foundation&&this.state.foundation.destroy()},Object.defineProperty(t.prototype,"listElements",{get:function(){return this.menuListElement.current&&this.menuListElement.current.listElements&&this.menuListElement.current.listElements.length>=0?this.menuListElement.current.listElements:[]},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{addClassToElementAtIndex:function(t,n){e.listElements[t].classList.add(n)},removeClassFromElementAtIndex:function(t,n){e.listElements[t].classList.remove(n)},addAttributeToElementAtIndex:function(t,n,r){e.listElements[t].setAttribute(n,r)},removeAttributeFromElementAtIndex:function(t,n){e.listElements[t].removeAttribute(n)},elementContainsClass:function(e,t){return e.classList.contains(t)},closeSurface:function(){return e.setState({open:!1})},getElementIndex:function(t){return e.listElements.indexOf(t)},getParentElement:function(e){return e.parentElement},getSelectedElementIndex:function(t){var n=t.querySelector("."+m.MENU_SELECTED_LIST_ITEM);return n?e.listElements.indexOf(n):-1},notifySelected:function(t){return e.props.onSelected(t.index,e.listElements[t.index])}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=e.className,n=(e.open,e.onKeyDown,e.onOpen,e.children,e.onSelected,a(e,["className","open","onKeyDown","onOpen","children","onSelected"]));return c.createElement(f.default,i({tabIndex:-1,open:this.state.open,className:l.default("mdc-menu",t),onKeyDown:this.handleKeyDown,onOpen:this.handleOpen},n),this.renderChild())},t.prototype.renderChild=function(){var e=this.props.children,t=this.state.foundation;if(e){var n=function(){};t&&(n=t.handleItemAction.bind(t));var r=i({},e.props,{handleItemAction:n,ref:this.menuListElement,wrapFocus:!0});return c.cloneElement(e,r)}},t.defaultProps={className:"",open:!1,onKeyDown:function(){},onSelected:function(){}},t}(c.Component);t.default=g;var y=n(32);t.MenuListDivider=y.ListDivider,t.MenuListGroup=y.ListGroup,t.MenuListGroupSubheader=y.ListGroupSubheader,t.MenuListItemGraphic=y.ListItemGraphic,t.MenuListItemMeta=y.ListItemMeta,t.MenuListItemText=y.ListItemText},99:function(e,t){e.exports=a}}))},57719:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(48384);function o(e){if("string"!=typeof e)throw new Error((0,r.A)(7));return e.charAt(0).toUpperCase()+e.slice(1)}},57876:function(e,t,n){var r,o;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=104)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},104:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(168),p=n(165),f=l.MDCNotchedOutlineFoundation.cssClasses,d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.notchedEl=u.default.createRef(),t.state={classList:new Set,foundationNotchWidth:void 0},t.addClass=function(e){t.setState(function(t){var n=new Set(t.classList);return n.add(e),{classList:n}})},t.notch=function(){var e=t.props,n=e.notchWidth,r=e.notch;t.foundation&&(r?t.foundation.notch(n):t.foundation.closeNotch())},t}return o(t,e),t.prototype.componentDidMount=function(){var e=this;this.foundation=new l.MDCNotchedOutlineFoundation(this.adapter),this.foundation.init(),this.notch(),this.label&&(this.label.style.transitionDuration="0s",this.addClass(f.OUTLINE_UPGRADED),requestAnimationFrame(function(){e.label&&(e.label.style.transitionDuration="")}))},t.prototype.componentWillUnmount=function(){this.foundation&&this.foundation.destroy()},t.prototype.componentDidUpdate=function(e){this.props.notchWidth===e.notchWidth&&this.props.notch===e.notch||this.notch()},Object.defineProperty(t.prototype,"classes",{get:function(){var e,t=this.state.classList,n=this.props.className;return c.default("mdc-notched-outline",Array.from(t),n,((e={})[f.NO_LABEL]=!this.label,e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"label",{get:function(){return this.notchedEl.current?this.notchedEl.current.querySelector("."+p.MDCFloatingLabelFoundation.cssClasses.ROOT):null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{addClass:this.addClass,removeClass:function(t){e.setState(function(e){var n=new Set(e.classList);return n.delete(t),{classList:n}})},setNotchWidthProperty:function(t){return e.setState({foundationNotchWidth:t})},removeNotchWidthProperty:function(){return e.setState({foundationNotchWidth:void 0})}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=e.children,n=(e.className,e.notchWidth,e.notch,a(e,["children","className","notchWidth","notch"])),r=this.state.foundationNotchWidth,o={width:r?r+"px":void 0};return u.default.createElement("div",i({className:this.classes,ref:this.notchedEl},n),u.default.createElement("div",{className:"mdc-notched-outline__leading"}),t?u.default.createElement("div",{className:"mdc-notched-outline__notch",style:o},u.default.Children.only(t)):null,u.default.createElement("div",{className:"mdc-notched-outline__trailing"}))},t.defaultProps={className:"",notchWidth:0,notch:!1},t}(u.default.Component);t.default=d},165:function(e,t,n){"use strict";n.r(t);var r=n(22),o=n(29),i={LABEL_FLOAT_ABOVE:"mdc-floating-label--float-above",LABEL_SHAKE:"mdc-floating-label--shake",ROOT:"mdc-floating-label"};n.d(t,"MDCFloatingLabelFoundation",function(){return a});var a=function(e){function t(n){var o=e.call(this,r.a({},t.defaultAdapter,n))||this;return o.shakeAnimationEndHandler_=function(){return o.handleShakeAnimationEnd_()},o}return r.b(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},getWidth:function(){return 0},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){this.adapter_.registerInteractionHandler("animationend",this.shakeAnimationEndHandler_)},t.prototype.destroy=function(){this.adapter_.deregisterInteractionHandler("animationend",this.shakeAnimationEndHandler_)},t.prototype.getWidth=function(){return this.adapter_.getWidth()},t.prototype.shake=function(e){var n=t.cssClasses.LABEL_SHAKE;e?this.adapter_.addClass(n):this.adapter_.removeClass(n)},t.prototype.float=function(e){var n=t.cssClasses,r=n.LABEL_FLOAT_ABOVE,o=n.LABEL_SHAKE;e?this.adapter_.addClass(r):(this.adapter_.removeClass(r),this.adapter_.removeClass(o))},t.prototype.handleShakeAnimationEnd_=function(){var e=t.cssClasses.LABEL_SHAKE;this.adapter_.removeClass(e)},t}(o.a);t.default=a},168:function(e,t,n){"use strict";n.r(t);var r=n(22),o=n(29),i={NOTCH_ELEMENT_SELECTOR:".mdc-notched-outline__notch"},a={NOTCH_ELEMENT_PADDING:8},s={NO_LABEL:"mdc-notched-outline--no-label",OUTLINE_NOTCHED:"mdc-notched-outline--notched",OUTLINE_UPGRADED:"mdc-notched-outline--upgraded"};n.d(t,"MDCNotchedOutlineFoundation",function(){return u});var u=function(e){function t(n){return e.call(this,r.a({},t.defaultAdapter,n))||this}return r.b(t,e),Object.defineProperty(t,"strings",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"cssClasses",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},setNotchWidthProperty:function(){},removeNotchWidthProperty:function(){}}},enumerable:!0,configurable:!0}),t.prototype.notch=function(e){var n=t.cssClasses.OUTLINE_NOTCHED;e>0&&(e+=a.NOTCH_ELEMENT_PADDING),this.adapter_.setNotchWidthProperty(e),this.adapter_.addClass(n)},t.prototype.closeNotch=function(){var e=t.cssClasses.OUTLINE_NOTCHED;this.adapter_.removeClass(e),this.adapter_.removeNotchWidthProperty()},t}(o.a);t.default=u},22:function(e,t,n){"use strict";n.d(t,"b",function(){return o}),n.d(t,"a",function(){return i}),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function o(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)}},29:function(e,t,n){"use strict";n.d(t,"a",function(){return r});var r=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}()}}))},58155:e=>{function t(e,t,n,r,o,i,a){try{var s=e[i](a),u=s.value}catch(e){return void n(e)}s.done?t(u):Promise.resolve(u).then(r,o)}e.exports=function(e){return function(){var n=this,r=arguments;return new Promise(function(o,i){var a=e.apply(n,r);function _next(e){t(a,o,i,_next,s,"next",e)}function s(e){t(a,o,i,_next,s,"throw",e)}_next(void 0)})}},e.exports.__esModule=!0,e.exports.default=e.exports},58277:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(63696),o=n(59284);function i(e,t){return r.useMemo(function(){return null==e&&null==t?null:function(n){(0,o.A)(e,n),(0,o.A)(t,n)}},[e,t])}},58486:(e,t,n)=>{"use strict";var r=n(89360),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function u(e){return r.isMemo(e)?a:s[e.$$typeof]||o}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=a;var c=Object.defineProperty,l=Object.getOwnPropertyNames,p=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var o=d(n);o&&o!==h&&e(t,o,r)}var a=l(n);p&&(a=a.concat(p(n)));for(var s=u(t),m=u(n),g=0;g<a.length;++g){var y=a[g];if(!(i[y]||r&&r[y]||m&&m[y]||s&&s[y])){var v=f(n,y);try{c(t,y,v)}catch(e){}}}}return t}},58674:function(e){var t;t=function(){var e=/^v?(?:\d+)(\.(?:[x*]|\d+)(\.(?:[x*]|\d+)(\.(?:[x*]|\d+))?(?:-[\da-z\-]+(?:\.[\da-z\-]+)*)?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i;function t(e){var t,n,r=e.replace(/^v/,"").replace(/\+.*$/,""),o=(n="-",-1===(t=r).indexOf(n)?t.length:t.indexOf(n)),i=r.substring(0,o).split(".");return i.push(r.substring(o+1)),i}function n(e){return isNaN(Number(e))?e:Number(e)}function r(t){if("string"!=typeof t)throw new TypeError("Invalid argument expected string");if(!e.test(t))throw new Error("Invalid argument not valid semver ('"+t+"' received)")}function o(e,o){[e,o].forEach(r);for(var i=t(e),a=t(o),s=0;s<Math.max(i.length-1,a.length-1);s++){var u=parseInt(i[s]||0,10),c=parseInt(a[s]||0,10);if(u>c)return 1;if(c>u)return-1}var l=i[i.length-1],p=a[a.length-1];if(l&&p){var f=l.split(".").map(n),d=p.split(".").map(n);for(s=0;s<Math.max(f.length,d.length);s++){if(void 0===f[s]||"string"==typeof d[s]&&"number"==typeof f[s])return-1;if(void 0===d[s]||"string"==typeof f[s]&&"number"==typeof d[s])return 1;if(f[s]>d[s])return 1;if(d[s]>f[s])return-1}}else if(l||p)return l?-1:1;return 0}var i=[">",">=","=","<","<="],a={">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1]};return o.validate=function(t){return"string"==typeof t&&e.test(t)},o.compare=function(e,t,n){!function(e){if("string"!=typeof e)throw new TypeError("Invalid operator type, expected string but got "+typeof e);if(-1===i.indexOf(e))throw new TypeError("Invalid operator, expected one of "+i.join("|"))}(n);var r=o(e,t);return a[n].indexOf(r)>-1},o},"function"==typeof define&&define.amd?define([],t):e.exports=t()},59255:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.iterator=t.array=t.object=t.error=t.any=void 0;var r,o=n(35131),i=(r=o)&&r.__esModule?r:{default:r};var a=t.any=function(e,t,n,r){return r(e),!0},s=t.error=function(e,t,n,r,o){return!!i.default.error(e)&&(o(e.error),!0)},u=t.object=function(e,t,n,r,o){if(!i.default.all(e)||!i.default.obj(e.value))return!1;var a={},s=Object.keys(e.value),u=0,c=!1;return s.map(function(t){n(e.value[t],function(e){return function(e,t){c||(a[e]=t,++u===s.length&&r(a))}(t,e)},function(e){return function(e,t){c||(c=!0,o(t))}(0,e)})}),!0},c=t.array=function(e,t,n,r,o){if(!i.default.all(e)||!i.default.array(e.value))return!1;var a=[],s=0,u=!1;return e.value.map(function(t,i){n(t,function(t){return function(t,n){u||(a[t]=n,++s===e.value.length&&r(a))}(i,t)},function(e){return function(e,t){u||(u=!0,o(t))}(0,e)})}),!0},l=t.iterator=function(e,t,n,r,o){return!!i.default.iterator(e)&&(n(e,t,o),!0)};t.default=[s,l,c,u,a]},59262:function(e,t,n){var r,o;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=129)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},129:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(149),p=n(130),f=n(131),d=function(e){return e.replace(/-(\w)/g,function(e,t){return t.toUpperCase()})},h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.areaElement=u.default.createRef(),t.contentElement=u.default.createRef(),t.state={classList:new Set,areaClassList:new Set,scrollAreaStyleProperty:{},scrollContentStyleProperty:{}},t.setStyleToElement=function(e,n,r){var o,i=d(e),a=Object.assign({},t.state[r],((o={})[i]=n,o));t.setState(function(e){var t;return Object.assign(e,((t={})[r]=a,t))})},t.getBoundingClientRectOf=function(e){return e?e.getBoundingClientRect():{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0}},t.getScrollPosition=function(){return t.foundation.getScrollPosition()},t.getScrollContentWidth=function(){return t.contentElement.current?t.contentElement.current.offsetWidth:0},t.incrementScroll=function(e){t.foundation.incrementScroll(e)},t.scrollTo=function(e){t.foundation.scrollTo(e)},t.handleWheel_=function(e){t.props.onWheel&&t.props.onWheel(e),t.foundation.handleInteraction()},t.handleTouchStart_=function(e){t.props.onTouchStart&&t.props.onTouchStart(e),t.foundation.handleInteraction()},t.handlePointerDown_=function(e){t.props.onPointerDown&&t.props.onPointerDown(e),t.foundation.handleInteraction()},t.handleMouseDown_=function(e){t.props.onMouseDown&&t.props.onMouseDown(e),t.foundation.handleInteraction()},t.handleKeyDown_=function(e){t.props.onKeyDown&&t.props.onKeyDown(e),t.foundation.handleInteraction()},t.handleTransitionEnd_=function(e){t.props.onTransitionEnd&&t.props.onTransitionEnd(e),t.foundation.handleTransitionEnd(e.nativeEvent)},t}return o(t,e),t.prototype.componentDidMount=function(){this.foundation=new l.MDCTabScrollerFoundation(this.adapter),this.foundation.init()},t.prototype.componentWillUnmount=function(){this.foundation.destroy()},Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.props,t=e.alignStart,n=e.alignEnd,r=e.alignCenter,o=e.className,i=this.state.classList;return c.default("mdc-tab-scroller",Array.from(i),o,{"mdc-tab-scroller--align-start":t,"mdc-tab-scroller--align-end":n,"mdc-tab-scroller--align-center":r})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{eventTargetMatchesSelector:function(e,t){return!!t&&f.matches(e,t)},addClass:function(t){var n=new Set(e.state.classList);n.add(t),e.setState({classList:n})},removeClass:function(t){var n=new Set(e.state.classList);n.delete(t),e.setState({classList:n})},addScrollAreaClass:function(t){var n=new Set(e.state.areaClassList);n.add(t),e.setState({areaClassList:n})},setScrollAreaStyleProperty:function(t,n){return e.setStyleToElement(t,n,"scrollAreaStyleProperty")},setScrollContentStyleProperty:function(t,n){return e.setStyleToElement(t,n,"scrollContentStyleProperty")},getScrollContentStyleValue:function(t){return e.contentElement.current?window.getComputedStyle(e.contentElement.current).getPropertyValue(t):""},setScrollAreaScrollLeft:function(t){e.areaElement.current&&(e.areaElement.current.scrollLeft=t)},getScrollAreaScrollLeft:function(){return e.areaElement.current?e.areaElement.current.scrollLeft:0},getScrollContentOffsetWidth:this.getScrollContentWidth,getScrollAreaOffsetWidth:function(){return e.areaElement.current?e.areaElement.current.offsetWidth:0},computeScrollAreaClientRect:function(){return e.getBoundingClientRectOf(e.contentElement.current)},computeScrollContentClientRect:function(){return e.getBoundingClientRectOf(e.contentElement.current)},computeHorizontalScrollbarHeight:function(){return p.computeHorizontalScrollbarHeight(document)}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.state,t=e.areaClassList,n=e.scrollAreaStyleProperty,r=e.scrollContentStyleProperty,o=this.props,s=o.children,l=(o.alignStart,o.alignEnd,o.alignCenter,o.className,o.onWheel,o.onTouchStart,o.onPointerDown,o.onMouseDown,o.onKeyDown,o.onTransitionEnd,a(o,["children","alignStart","alignEnd","alignCenter","className","onWheel","onTouchStart","onPointerDown","onMouseDown","onKeyDown","onTransitionEnd"])),p=c.default("mdc-tab-scroller__scroll-area",Array.from(t));return u.default.createElement("div",i({className:this.classes,onWheel:this.handleWheel_,onTouchStart:this.handleTouchStart_,onPointerDown:this.handlePointerDown_,onMouseDown:this.handleMouseDown_,onKeyDown:this.handleKeyDown_,onTransitionEnd:this.handleTransitionEnd_},l),u.default.createElement("div",{className:p,style:n,ref:this.areaElement},u.default.createElement("div",{className:"mdc-tab-scroller__scroll-content",style:r,ref:this.contentElement},s)))},t.defaultProps={alignStart:!1,alignEnd:!1,alignCenter:!1,className:"",children:null,onWheel:function(){},onTouchStart:function(){},onPointerDown:function(){},onMouseDown:function(){},onKeyDown:function(){},onTransitionEnd:function(){}},t}(u.default.Component);t.default=h},130:function(e,t,n){"use strict";n.r(t),n.d(t,"computeHorizontalScrollbarHeight",function(){return i});var r,o=n(25);function i(e,t){if(void 0===t&&(t=!0),t&&void 0!==r)return r;var n=e.createElement("div");n.classList.add(o.a.SCROLL_TEST),e.body.appendChild(n);var i=n.offsetHeight-n.clientHeight;return e.body.removeChild(n),t&&(r=i),i}},131:function(e,t,n){"use strict";function r(e,t){if(e.closest)return e.closest(t);for(var n=e;n;){if(o(n,t))return n;n=n.parentElement}return null}function o(e,t){return(e.matches||e.webkitMatchesSelector||e.msMatchesSelector).call(e,t)}n.r(t),n.d(t,"closest",function(){return r}),n.d(t,"matches",function(){return o})},149:function(e,t,n){"use strict";n.r(t),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function o(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function a(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}var s=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}(),u=n(25),c=function(e){this.adapter_=e},l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.getScrollPositionRTL=function(){var e=this.adapter_.getScrollAreaScrollLeft(),t=this.calculateScrollEdges_().right;return Math.round(t-e)},t.prototype.scrollToRTL=function(e){var t=this.calculateScrollEdges_(),n=this.adapter_.getScrollAreaScrollLeft(),r=this.clampScrollValue_(t.right-e);return{finalScrollPosition:r,scrollDelta:r-n}},t.prototype.incrementScrollRTL=function(e){var t=this.adapter_.getScrollAreaScrollLeft(),n=this.clampScrollValue_(t-e);return{finalScrollPosition:n,scrollDelta:n-t}},t.prototype.getAnimatingScrollPosition=function(e){return e},t.prototype.calculateScrollEdges_=function(){return{left:0,right:this.adapter_.getScrollContentOffsetWidth()-this.adapter_.getScrollAreaOffsetWidth()}},t.prototype.clampScrollValue_=function(e){var t=this.calculateScrollEdges_();return Math.min(Math.max(t.left,e),t.right)},t}(c),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.getScrollPositionRTL=function(e){var t=this.adapter_.getScrollAreaScrollLeft();return Math.round(e-t)},t.prototype.scrollToRTL=function(e){var t=this.adapter_.getScrollAreaScrollLeft(),n=this.clampScrollValue_(-e);return{finalScrollPosition:n,scrollDelta:n-t}},t.prototype.incrementScrollRTL=function(e){var t=this.adapter_.getScrollAreaScrollLeft(),n=this.clampScrollValue_(t-e);return{finalScrollPosition:n,scrollDelta:n-t}},t.prototype.getAnimatingScrollPosition=function(e,t){return e-t},t.prototype.calculateScrollEdges_=function(){var e=this.adapter_.getScrollContentOffsetWidth();return{left:this.adapter_.getScrollAreaOffsetWidth()-e,right:0}},t.prototype.clampScrollValue_=function(e){var t=this.calculateScrollEdges_();return Math.max(Math.min(t.right,e),t.left)},t}(c),f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.getScrollPositionRTL=function(e){var t=this.adapter_.getScrollAreaScrollLeft();return Math.round(t-e)},t.prototype.scrollToRTL=function(e){var t=this.adapter_.getScrollAreaScrollLeft(),n=this.clampScrollValue_(e);return{finalScrollPosition:n,scrollDelta:t-n}},t.prototype.incrementScrollRTL=function(e){var t=this.adapter_.getScrollAreaScrollLeft(),n=this.clampScrollValue_(t+e);return{finalScrollPosition:n,scrollDelta:t-n}},t.prototype.getAnimatingScrollPosition=function(e,t){return e+t},t.prototype.calculateScrollEdges_=function(){return{left:this.adapter_.getScrollContentOffsetWidth()-this.adapter_.getScrollAreaOffsetWidth(),right:0}},t.prototype.clampScrollValue_=function(e){var t=this.calculateScrollEdges_();return Math.min(Math.max(t.right,e),t.left)},t}(c);n.d(t,"MDCTabScrollerFoundation",function(){return d});var d=function(e){function t(n){var r=e.call(this,i({},t.defaultAdapter,n))||this;return r.isAnimating_=!1,r}return o(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return u.a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return u.b},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{eventTargetMatchesSelector:function(){return!1},addClass:function(){},removeClass:function(){},addScrollAreaClass:function(){},setScrollAreaStyleProperty:function(){},setScrollContentStyleProperty:function(){},getScrollContentStyleValue:function(){return""},setScrollAreaScrollLeft:function(){},getScrollAreaScrollLeft:function(){return 0},getScrollContentOffsetWidth:function(){return 0},getScrollAreaOffsetWidth:function(){return 0},computeScrollAreaClientRect:function(){return{top:0,right:0,bottom:0,left:0,width:0,height:0}},computeScrollContentClientRect:function(){return{top:0,right:0,bottom:0,left:0,width:0,height:0}},computeHorizontalScrollbarHeight:function(){return 0}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){var e=this.adapter_.computeHorizontalScrollbarHeight();this.adapter_.setScrollAreaStyleProperty("margin-bottom",-e+"px"),this.adapter_.addScrollAreaClass(t.cssClasses.SCROLL_AREA_SCROLL)},t.prototype.getScrollPosition=function(){if(this.isRTL_())return this.computeCurrentScrollPositionRTL_();var e=this.calculateCurrentTranslateX_();return this.adapter_.getScrollAreaScrollLeft()-e},t.prototype.handleInteraction=function(){this.isAnimating_&&this.stopScrollAnimation_()},t.prototype.handleTransitionEnd=function(e){var n=e.target;this.isAnimating_&&this.adapter_.eventTargetMatchesSelector(n,t.strings.CONTENT_SELECTOR)&&(this.isAnimating_=!1,this.adapter_.removeClass(t.cssClasses.ANIMATING))},t.prototype.incrementScroll=function(e){if(0!==e)return this.isRTL_()?this.incrementScrollRTL_(e):void this.incrementScroll_(e)},t.prototype.scrollTo=function(e){if(this.isRTL_())return this.scrollToRTL_(e);this.scrollTo_(e)},t.prototype.getRTLScroller=function(){return this.rtlScrollerInstance_||(this.rtlScrollerInstance_=this.rtlScrollerFactory_()),this.rtlScrollerInstance_},t.prototype.calculateCurrentTranslateX_=function(){var e=this.adapter_.getScrollContentStyleValue("transform");if("none"===e)return 0;var t=/\((.+?)\)/.exec(e);if(!t)return 0;var n=a(t[1].split(","),6),r=(n[0],n[1],n[2],n[3],n[4]);return n[5],parseFloat(r)},t.prototype.clampScrollValue_=function(e){var t=this.calculateScrollEdges_();return Math.min(Math.max(t.left,e),t.right)},t.prototype.computeCurrentScrollPositionRTL_=function(){var e=this.calculateCurrentTranslateX_();return this.getRTLScroller().getScrollPositionRTL(e)},t.prototype.calculateScrollEdges_=function(){return{left:0,right:this.adapter_.getScrollContentOffsetWidth()-this.adapter_.getScrollAreaOffsetWidth()}},t.prototype.scrollTo_=function(e){var t=this.getScrollPosition(),n=this.clampScrollValue_(e),r=n-t;this.animate_({finalScrollPosition:n,scrollDelta:r})},t.prototype.scrollToRTL_=function(e){var t=this.getRTLScroller().scrollToRTL(e);this.animate_(t)},t.prototype.incrementScroll_=function(e){var t=this.getScrollPosition(),n=e+t,r=this.clampScrollValue_(n),o=r-t;this.animate_({finalScrollPosition:r,scrollDelta:o})},t.prototype.incrementScrollRTL_=function(e){var t=this.getRTLScroller().incrementScrollRTL(e);this.animate_(t)},t.prototype.animate_=function(e){var n=this;0!==e.scrollDelta&&(this.stopScrollAnimation_(),this.adapter_.setScrollAreaScrollLeft(e.finalScrollPosition),this.adapter_.setScrollContentStyleProperty("transform","translateX("+e.scrollDelta+"px)"),this.adapter_.computeScrollAreaClientRect(),requestAnimationFrame(function(){n.adapter_.addClass(t.cssClasses.ANIMATING),n.adapter_.setScrollContentStyleProperty("transform","none")}),this.isAnimating_=!0)},t.prototype.stopScrollAnimation_=function(){this.isAnimating_=!1;var e=this.getAnimatingScrollPosition_();this.adapter_.removeClass(t.cssClasses.ANIMATING),this.adapter_.setScrollContentStyleProperty("transform","translateX(0px)"),this.adapter_.setScrollAreaScrollLeft(e)},t.prototype.getAnimatingScrollPosition_=function(){var e=this.calculateCurrentTranslateX_(),t=this.adapter_.getScrollAreaScrollLeft();return this.isRTL_()?this.getRTLScroller().getAnimatingScrollPosition(t,e):t-e},t.prototype.rtlScrollerFactory_=function(){var e=this.adapter_.getScrollAreaScrollLeft();this.adapter_.setScrollAreaScrollLeft(e-1);var t=this.adapter_.getScrollAreaScrollLeft();if(t<0)return this.adapter_.setScrollAreaScrollLeft(e),new p(this.adapter_);var n=this.adapter_.computeScrollAreaClientRect(),r=this.adapter_.computeScrollContentClientRect(),o=Math.round(r.right-n.right);return this.adapter_.setScrollAreaScrollLeft(e),o===t?new f(this.adapter_):new l(this.adapter_)},t.prototype.isRTL_=function(){return"rtl"===this.adapter_.getScrollContentStyleValue("direction")},t}(s);t.default=d},25:function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"b",function(){return o});var r={ANIMATING:"mdc-tab-scroller--animating",SCROLL_AREA_SCROLL:"mdc-tab-scroller__scroll-area--scroll",SCROLL_TEST:"mdc-tab-scroller__test"},o={AREA_SELECTOR:".mdc-tab-scroller__scroll-area",CONTENT_SELECTOR:".mdc-tab-scroller__scroll-content"}}}))},59284:(e,t,n)=>{"use strict";function r(e,t){"function"==typeof e?e(t):e&&(e.current=t)}n.d(t,{A:()=>r})},60378:e=>{"use strict";var t="%[a-f0-9]{2}",n=new RegExp("("+t+")|([^%]+?)","gi"),r=new RegExp("("+t+")+","gi");function o(e,t){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;t=t||1;var n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],o(n),o(r))}function i(e){try{return decodeURIComponent(e)}catch(i){for(var t=e.match(n)||[],r=1;r<t.length;r++)t=(e=o(t,r).join("")).match(n)||[];return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(t){return function(e){for(var t={"%FE%FF":"��","%FF%FE":"��"},n=r.exec(e);n;){try{t[n[0]]=decodeURIComponent(n[0])}catch(e){var o=i(n[0]);o!==n[0]&&(t[n[0]]=o)}n=r.exec(e)}t["%C2"]="�";for(var a=Object.keys(t),s=0;s<a.length;s++){var u=a[s];e=e.replace(new RegExp(u,"g"),t[u])}return e}(e)}}},61790:(e,t,n)=>{var r=n(53051)();e.exports=r;try{regeneratorRuntime=r}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}},61971:(e,t,n)=>{"use strict";const r=n(19676),o=n(60378),i=n(43580),a=n(94987),s=Symbol("encodeFragmentIdentifier");function u(e){if("string"!=typeof e||1!==e.length)throw new TypeError("arrayFormatSeparator must be single character string")}function c(e,t){return t.encode?t.strict?r(e):encodeURIComponent(e):e}function l(e,t){return t.decode?o(e):e}function p(e){return Array.isArray(e)?e.sort():"object"==typeof e?p(Object.keys(e)).sort((e,t)=>Number(e)-Number(t)).map(t=>e[t]):e}function f(e){const t=e.indexOf("#");return-1!==t&&(e=e.slice(0,t)),e}function d(e){const t=(e=f(e)).indexOf("?");return-1===t?"":e.slice(t+1)}function h(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!t.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}function m(e,t){u((t=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},t)).arrayFormatSeparator);const n=function(e){let t;switch(e.arrayFormat){case"index":return(e,n,r)=>{t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===r[e]&&(r[e]={}),r[e][t[1]]=n):r[e]=n};case"bracket":return(e,n,r)=>{t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==r[e]?r[e]=[].concat(r[e],n):r[e]=[n]:r[e]=n};case"colon-list-separator":return(e,n,r)=>{t=/(:list)$/.exec(e),e=e.replace(/:list$/,""),t?void 0!==r[e]?r[e]=[].concat(r[e],n):r[e]=[n]:r[e]=n};case"comma":case"separator":return(t,n,r)=>{const o="string"==typeof n&&n.includes(e.arrayFormatSeparator),i="string"==typeof n&&!o&&l(n,e).includes(e.arrayFormatSeparator);n=i?l(n,e):n;const a=o||i?n.split(e.arrayFormatSeparator).map(t=>l(t,e)):null===n?n:l(n,e);r[t]=a};case"bracket-separator":return(t,n,r)=>{const o=/(\[\])$/.test(t);if(t=t.replace(/\[\]$/,""),!o)return void(r[t]=n?l(n,e):n);const i=null===n?[]:n.split(e.arrayFormatSeparator).map(t=>l(t,e));void 0!==r[t]?r[t]=[].concat(r[t],i):r[t]=i};default:return(e,t,n)=>{void 0!==n[e]?n[e]=[].concat(n[e],t):n[e]=t}}}(t),r=Object.create(null);if("string"!=typeof e)return r;if(!(e=e.trim().replace(/^[?#&]/,"")))return r;for(const o of e.split("&")){if(""===o)continue;let[e,a]=i(t.decode?o.replace(/\+/g," "):o,"=");a=void 0===a?null:["comma","separator","bracket-separator"].includes(t.arrayFormat)?a:l(a,t),n(l(e,t),a,r)}for(const e of Object.keys(r)){const n=r[e];if("object"==typeof n&&null!==n)for(const e of Object.keys(n))n[e]=h(n[e],t);else r[e]=h(n,t)}return!1===t.sort?r:(!0===t.sort?Object.keys(r).sort():Object.keys(r).sort(t.sort)).reduce((e,t)=>{const n=r[t];return Boolean(n)&&"object"==typeof n&&!Array.isArray(n)?e[t]=p(n):e[t]=n,e},Object.create(null))}t.extract=d,t.parse=m,t.stringify=(e,t)=>{if(!e)return"";u((t=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},t)).arrayFormatSeparator);const n=n=>t.skipNull&&null==e[n]||t.skipEmptyString&&""===e[n],r=function(e){switch(e.arrayFormat){case"index":return t=>(n,r)=>{const o=n.length;return void 0===r||e.skipNull&&null===r||e.skipEmptyString&&""===r?n:null===r?[...n,[c(t,e),"[",o,"]"].join("")]:[...n,[c(t,e),"[",c(o,e),"]=",c(r,e)].join("")]};case"bracket":return t=>(n,r)=>void 0===r||e.skipNull&&null===r||e.skipEmptyString&&""===r?n:null===r?[...n,[c(t,e),"[]"].join("")]:[...n,[c(t,e),"[]=",c(r,e)].join("")];case"colon-list-separator":return t=>(n,r)=>void 0===r||e.skipNull&&null===r||e.skipEmptyString&&""===r?n:null===r?[...n,[c(t,e),":list="].join("")]:[...n,[c(t,e),":list=",c(r,e)].join("")];case"comma":case"separator":case"bracket-separator":{const t="bracket-separator"===e.arrayFormat?"[]=":"=";return n=>(r,o)=>void 0===o||e.skipNull&&null===o||e.skipEmptyString&&""===o?r:(o=null===o?"":o,0===r.length?[[c(n,e),t,c(o,e)].join("")]:[[r,c(o,e)].join(e.arrayFormatSeparator)])}default:return t=>(n,r)=>void 0===r||e.skipNull&&null===r||e.skipEmptyString&&""===r?n:null===r?[...n,c(t,e)]:[...n,[c(t,e),"=",c(r,e)].join("")]}}(t),o={};for(const t of Object.keys(e))n(t)||(o[t]=e[t]);const i=Object.keys(o);return!1!==t.sort&&i.sort(t.sort),i.map(n=>{const o=e[n];return void 0===o?"":null===o?c(n,t):Array.isArray(o)?0===o.length&&"bracket-separator"===t.arrayFormat?c(n,t)+"[]":o.reduce(r(n),[]).join("&"):c(n,t)+"="+c(o,t)}).filter(e=>e.length>0).join("&")},t.parseUrl=(e,t)=>{t=Object.assign({decode:!0},t);const[n,r]=i(e,"#");return Object.assign({url:n.split("?")[0]||"",query:m(d(e),t)},t&&t.parseFragmentIdentifier&&r?{fragmentIdentifier:l(r,t)}:{})},t.stringifyUrl=(e,n)=>{n=Object.assign({encode:!0,strict:!0,[s]:!0},n);const r=f(e.url).split("?")[0]||"",o=t.extract(e.url),i=t.parse(o,{sort:!1}),a=Object.assign(i,e.query);let u=t.stringify(a,n);u&&(u=`?${u}`);let l=function(e){let t="";const n=e.indexOf("#");return-1!==n&&(t=e.slice(n)),t}(e.url);return e.fragmentIdentifier&&(l=`#${n[s]?c(e.fragmentIdentifier,n):e.fragmentIdentifier}`),`${r}${u}${l}`},t.pick=(e,n,r)=>{r=Object.assign({parseFragmentIdentifier:!0,[s]:!1},r);const{url:o,query:i,fragmentIdentifier:u}=t.parseUrl(e,r);return t.stringifyUrl({url:o,query:a(i,n),fragmentIdentifier:u},r)},t.exclude=(e,n,r)=>{const o=Array.isArray(n)?e=>!n.includes(e):(e,t)=>!n(e,t);return t.pick(e,o,r)}},61987:e=>{var t={utf8:{stringToBytes:function(e){return t.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(t.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t},bytesToString:function(e){for(var t=[],n=0;n<e.length;n++)t.push(String.fromCharCode(e[n]));return t.join("")}}};e.exports=t},62386:e=>{e.exports=function(e){var t={};function __nested_webpack_require_187__(n){if(t[n])return t[n].exports;var r=t[n]={exports:{},id:n,loaded:!1};return e[n].call(r.exports,r,r.exports,__nested_webpack_require_187__),r.loaded=!0,r.exports}return __nested_webpack_require_187__.m=e,__nested_webpack_require_187__.c=t,__nested_webpack_require_187__.p="",__nested_webpack_require_187__(0)}([function(e,t,n){e.exports=n(1)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2);Object.defineProperty(t,"combineChunks",{enumerable:!0,get:function(){return r.combineChunks}}),Object.defineProperty(t,"fillInChunks",{enumerable:!0,get:function(){return r.fillInChunks}}),Object.defineProperty(t,"findAll",{enumerable:!0,get:function(){return r.findAll}}),Object.defineProperty(t,"findChunks",{enumerable:!0,get:function(){return r.findChunks}})},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.findAll=function(e){var t=e.autoEscape,i=e.caseSensitive,a=void 0!==i&&i,s=e.findChunks,u=void 0===s?r:s,c=e.sanitize,l=e.searchWords,p=e.textToHighlight;return o({chunksToHighlight:n({chunks:u({autoEscape:t,caseSensitive:a,sanitize:c,searchWords:l,textToHighlight:p})}),totalLength:p?p.length:0})};var n=t.combineChunks=function(e){var t=e.chunks;return t=t.sort(function(e,t){return e.start-t.start}).reduce(function(e,t){if(0===e.length)return[t];var n=e.pop();if(t.start<=n.end){var r=Math.max(n.end,t.end);e.push({highlight:!1,start:n.start,end:r})}else e.push(n,t);return e},[])},r=function(e){var t=e.autoEscape,n=e.caseSensitive,r=e.sanitize,o=void 0===r?i:r,a=e.searchWords,s=e.textToHighlight;return s=o(s),a.filter(function(e){return e}).reduce(function(e,r){r=o(r),t&&(r=r.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"));for(var i=new RegExp(r,n?"g":"gi"),a=void 0;a=i.exec(s);){var u=a.index,c=i.lastIndex;c>u&&e.push({highlight:!1,start:u,end:c}),a.index===i.lastIndex&&i.lastIndex++}return e},[])};t.findChunks=r;var o=t.fillInChunks=function(e){var t=e.chunksToHighlight,n=e.totalLength,r=[],o=function(e,t,n){t-e>0&&r.push({start:e,end:t,highlight:n})};if(0===t.length)o(0,n,!1);else{var i=0;t.forEach(function(e){o(i,e.start,!1),o(e.start,e.end,!0),i=e.end}),o(i,n,!1)}return r};function i(e){return e}}])},62507:(e,t,n)=>{var r=n(46313);e.exports=function(e,t,n,o,i){var a=r(e,t,n,o,i);return a.next().then(function(e){return e.done?e.value:a.next()})},e.exports.__esModule=!0,e.exports.default=e.exports},62540:(e,t,n)=>{"use strict";e.exports=n(2192)},62688:(e,t,n)=>{e.exports=n(40362)()},62757:e=>{"use strict";e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var r,o,i;if(Array.isArray(t)){if((r=t.length)!=n.length)return!1;for(o=r;0!==o--;)if(!e(t[o],n[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((r=(i=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(o=r;0!==o--;)if(!Object.prototype.hasOwnProperty.call(n,i[o]))return!1;for(o=r;0!==o--;){var a=i[o];if(!e(t[a],n[a]))return!1}return!0}return t!=t&&n!=n}},62773:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(63696),a=(r=i)&&r.__esModule?r:{default:r},s=n(62688);var u=function(e){function Script(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,Script);var t=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(Script.__proto__||Object.getPrototypeOf(Script)).call(this,e));return t.scriptLoaderId="id"+t.constructor.idCount++,t}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(Script,e),o(Script,[{key:"componentDidMount",value:function(){var e=this.props,t=e.onError,n=e.onLoad,r=e.url;this.constructor.loadedScripts[r]?n():this.constructor.erroredScripts[r]?t():this.constructor.scriptObservers[r]?this.constructor.scriptObservers[r][this.scriptLoaderId]=this.props:(this.constructor.scriptObservers[r]=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}({},this.scriptLoaderId,this.props),this.createScript())}},{key:"componentWillUnmount",value:function(){var e=this.props.url,t=this.constructor.scriptObservers[e];t&&delete t[this.scriptLoaderId]}},{key:"createScript",value:function(){var e=this,t=this.props,n=t.onCreate,r=t.url,o=t.attributes,i=document.createElement("script");n(),o&&Object.keys(o).forEach(function(e){return i.setAttribute(e,o[e])}),i.src=r,i.hasAttribute("async")||(i.async=1);var a=function(t){var n=e.constructor.scriptObservers[r];Object.keys(n).forEach(function(o){t(n[o])&&delete e.constructor.scriptObservers[r][e.scriptLoaderId]})};i.onload=function(){e.constructor.loadedScripts[r]=!0,a(function(e){return e.onLoad(),!0})},i.onerror=function(){e.constructor.erroredScripts[r]=!0,a(function(e){return e.onError(),!0})},document.body.appendChild(i)}},{key:"render",value:function(){return null}}]),Script}(a.default.Component);u.propTypes={attributes:s.PropTypes.object,onCreate:s.PropTypes.func,onError:s.PropTypes.func.isRequired,onLoad:s.PropTypes.func.isRequired,url:s.PropTypes.string.isRequired},u.defaultProps={attributes:{},onCreate:function(){},onError:function(){},onLoad:function(){}},u.scriptObservers={},u.loadedScripts={},u.erroredScripts={},u.idCount=0,t.default=u,e.exports=t.default},62812:(e,t,n)=>{"use strict";var r=n(96784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(61790)),i=r(n(58155)),a=r(n(85707)),s=r(n(40453)),u=n(23205),c=r(n(19371));function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach(function(t){(0,a.default)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var f=function(e,t){var n=e.path,r=e.url;return p(p({},(0,s.default)(e,["path","url"])),{},{url:r&&(0,u.addQueryArgs)(r,t),path:n&&(0,u.addQueryArgs)(n,t)})},d=function(e){return e.json?e.json():Promise.reject(e)},h=function(e){return function(e){if(!e)return{};var t=e.match(/<([^>]+)>; rel="next"/);return t?{next:t[1]}:{}}(e.headers.get("link")).next},m=function(e){var t=!!e.path&&-1!==e.path.indexOf("per_page=-1"),n=!!e.url&&-1!==e.url.indexOf("per_page=-1");return t||n},g=function(){var e=(0,i.default)(o.default.mark(function e(t,n){var r,i,a,s,u,l;return o.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!1!==t.parse){e.next=2;break}return e.abrupt("return",n(t));case 2:if(m(t)){e.next=4;break}return e.abrupt("return",n(t));case 4:return e.next=6,(0,c.default)(p(p({},f(t,{per_page:100})),{},{parse:!1}));case 6:return r=e.sent,e.next=9,d(r);case 9:if(i=e.sent,Array.isArray(i)){e.next=12;break}return e.abrupt("return",i);case 12:if(a=h(r)){e.next=15;break}return e.abrupt("return",i);case 15:s=[].concat(i);case 16:if(!a){e.next=27;break}return e.next=19,(0,c.default)(p(p({},t),{},{path:void 0,url:a,parse:!1}));case 19:return u=e.sent,e.next=22,d(u);case 22:l=e.sent,s=s.concat(l),a=h(u),e.next=16;break;case 27:return e.abrupt("return",s);case 28:case"end":return e.stop()}},e)}));return function(t,n){return e.apply(this,arguments)}}();t.default=g},63560:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t){var n=(0,r.useState)(null),o=n[0],i=n[1];return(0,r.useEffect)(function(){if(e.current&&"function"==typeof IntersectionObserver){var n=new IntersectionObserver(function(e){i(e[0])},t);return n.observe(e.current),function(){i(null),n.disconnect()}}return function(){}},[e.current,t.threshold,t.root,t.rootMargin]),o}},63696:(e,t,n)=>{"use strict";e.exports=n(14403)},63737:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(44319);const __WEBPACK_DEFAULT_EXPORT__=function(e){var t=(0,r.A)().dispatch;return void 0===e?t:t(e)}},65041:(e,t,n)=>{"use strict";n.d(t,{X4:()=>c,a:()=>p,e$:()=>l,eM:()=>s});var r=n(48384);function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return Math.min(Math.max(t,e),n)}function i(e){if(e.type)return e;if("#"===e.charAt(0))return i(function(e){e=e.substr(1);var t=new RegExp(".{1,".concat(e.length>=6?2:1,"}"),"g"),n=e.match(t);return n&&1===n[0].length&&(n=n.map(function(e){return e+e})),n?"rgb".concat(4===n.length?"a":"","(").concat(n.map(function(e,t){return t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3}).join(", "),")"):""}(e));var t=e.indexOf("("),n=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla"].indexOf(n))throw new Error((0,r.A)(3,e));var o=e.substring(t+1,e.length-1).split(",");return{type:n,values:o=o.map(function(e){return parseFloat(e)})}}function a(e){var t=e.type,n=e.values;return-1!==t.indexOf("rgb")?n=n.map(function(e,t){return t<3?parseInt(e,10):e}):-1!==t.indexOf("hsl")&&(n[1]="".concat(n[1],"%"),n[2]="".concat(n[2],"%")),"".concat(t,"(").concat(n.join(", "),")")}function s(e,t){var n=u(e),r=u(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function u(e){var t="hsl"===(e=i(e)).type?i(function(e){var t=(e=i(e)).values,n=t[0],r=t[1]/100,o=t[2]/100,s=r*Math.min(o,1-o),u=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(e+n/30)%12;return o-s*Math.max(Math.min(t-3,9-t,1),-1)},c="rgb",l=[Math.round(255*u(0)),Math.round(255*u(8)),Math.round(255*u(4))];return"hsla"===e.type&&(c+="a",l.push(t[3])),a({type:c,values:l})}(e)).values:e.values;return t=t.map(function(e){return(e/=255)<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4)}),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function c(e,t){return e=i(e),t=o(t),"rgb"!==e.type&&"hsl"!==e.type||(e.type+="a"),e.values[3]=t,a(e)}function l(e,t){if(e=i(e),t=o(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb"))for(var n=0;n<3;n+=1)e.values[n]*=1-t;return a(e)}function p(e,t){if(e=i(e),t=o(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(var n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;return a(e)}},65123:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(63696),o=n(96196);const i=(0,r.createElement)(o.t4,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,r.createElement)(o.wA,{d:"M20.2 8v11c0 .7-.6 1.2-1.2 1.2H6v1.5h13c1.5 0 2.7-1.2 2.7-2.8V8zM18 16.4V4.6c0-.9-.7-1.6-1.6-1.6H4.6C3.7 3 3 3.7 3 4.6v11.8c0 .9.7 1.6 1.6 1.6h11.8c.9 0 1.6-.7 1.6-1.6zm-13.5 0V4.6c0-.1.1-.1.1-.1h11.8c.1 0 .1.1.1.1v11.8c0 .1-.1.1-.1.1H4.6l-.1-.1z"}))},65165:function(e,t,n){var r,o,i,a;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(59262),a=n(26805),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=123)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},123:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=s(n(124)),p=s(n(125));t.Tab=p.default;var f=n(154),d=function(e){function t(t){var n=e.call(this,t)||this;return n.tabBarRef=u.default.createRef(),n.tabScrollerRef=u.default.createRef(),n.tabList=[],n.pushToTabList=function(e){n.tabList.push(e)},n.onKeyDown=function(e){e.persist(),n.setState({previousActiveIndex:n.props.activeIndex},function(){return n.foundation.handleKeyDown(e.nativeEvent)}),n.props.onKeyDown&&n.props.onKeyDown(e)},n.onClickTab=function(e,t,r){n.setState({previousActiveIndex:n.props.activeIndex},function(){return n.adapter.setActiveTab(t)}),r&&r(e)},n.renderTab=function(e,t){var r=e.props,o=r.children,s=r.onClick,c=a(r,["children","onClick"]),l=i({onClick:function(e){return n.onClickTab(e,t,s)},ref:n.pushToTabList},c);return u.default.cloneElement(e,l,o)},n.state={previousActiveIndex:t.activeIndex},n}return o(t,e),t.prototype.componentDidMount=function(){this.foundation=new f.MDCTabBarFoundation(this.adapter),this.foundation.init();var e=this.props,t=e.activeIndex,n=e.indexInView;this.tabList[t]&&this.tabList[t].activate({bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0}),this.foundation.scrollIntoView(n)},t.prototype.componentDidUpdate=function(e){var t=this;this.props.activeIndex!==e.activeIndex&&this.setState({previousActiveIndex:e.activeIndex},function(){return t.foundation.activateTab(t.props.activeIndex)}),this.props.indexInView!==e.indexInView&&this.foundation.scrollIntoView(this.props.indexInView)},t.prototype.componentWillUnmount=function(){this.foundation.destroy()},Object.defineProperty(t.prototype,"classes",{get:function(){return c.default("mdc-tab-bar",this.props.className)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{scrollTo:function(t){e.tabScrollerRef.current&&e.tabScrollerRef.current.scrollTo(t)},incrementScroll:function(t){e.tabScrollerRef.current&&e.tabScrollerRef.current.incrementScroll(t)},getScrollPosition:function(){return e.tabScrollerRef.current?e.tabScrollerRef.current.getScrollPosition():0},getScrollContentWidth:function(){return e.tabScrollerRef.current?e.tabScrollerRef.current.getScrollContentWidth():0},getOffsetWidth:function(){return null===e.tabBarRef.current?0:e.tabBarRef.current.offsetWidth},isRTL:function(){return!!e.props.isRtl},setActiveTab:function(t){e.props.handleActiveIndexUpdate&&e.props.handleActiveIndexUpdate(t)},activateTabAtIndex:function(t,n){return e.tabList[t].activate(n)},deactivateTabAtIndex:function(t){return e.tabList[t].deactivate()},focusTabAtIndex:function(t){return e.tabList[t].focus()},getTabIndicatorClientRectAtIndex:function(t){return e.tabList[t].computeIndicatorClientRect()},getTabDimensionsAtIndex:function(t){return e.tabList[t].computeDimensions()},getPreviousActiveTabIndex:function(){return e.state.previousActiveIndex},getFocusedTabIndex:function(){for(var t=document.activeElement,n=0;n<e.tabList.length;n++)if(e.tabList[n].tabRef.current===t)return n;return-1},getIndexOfTabById:function(t){return e.tabList.map(function(e){return e.props.id}).indexOf(t)},getTabListLength:function(){return e.tabList.length},notifyTabActivated:function(t){return e.props.onActivated&&e.props.onActivated(t)}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=(e.className,e.indexInView,e.activeIndex,e.handleActiveIndexUpdate,e.onKeyDown,e.isRtl),n=e.children,r=a(e,["className","indexInView","activeIndex","handleActiveIndexUpdate","onKeyDown","isRtl","children"]);return u.default.createElement("div",i({dir:t?"rtl":"ltr",className:this.classes,role:"tablist",onKeyDown:this.onKeyDown,ref:this.tabBarRef},r),u.default.createElement(l.default,{ref:this.tabScrollerRef},u.default.Children.map(n,this.renderTab)))},t.defaultProps={indexInView:0,activeIndex:0,handleActiveIndexUpdate:function(){},className:"",children:[],isRtl:!1},t}(u.default.Component);t.default=d},124:function(e,t){e.exports=i},125:function(e,t){e.exports=a},154:function(e,t,n){"use strict";n.r(t),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},o=function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}(),a={ARROW_LEFT_KEY:"ArrowLeft",ARROW_RIGHT_KEY:"ArrowRight",END_KEY:"End",ENTER_KEY:"Enter",HOME_KEY:"Home",SPACE_KEY:"Space",TAB_ACTIVATED_EVENT:"MDCTabBar:activated",TAB_SCROLLER_SELECTOR:".mdc-tab-scroller",TAB_SELECTOR:".mdc-tab"},s={ARROW_LEFT_KEYCODE:37,ARROW_RIGHT_KEYCODE:39,END_KEYCODE:35,ENTER_KEYCODE:13,EXTRA_SCROLL_AMOUNT:20,HOME_KEYCODE:36,SPACE_KEYCODE:32};n.d(t,"MDCTabBarFoundation",function(){return l});var u=new Set;u.add(a.ARROW_LEFT_KEY),u.add(a.ARROW_RIGHT_KEY),u.add(a.END_KEY),u.add(a.HOME_KEY),u.add(a.ENTER_KEY),u.add(a.SPACE_KEY);var c=new Map;c.set(s.ARROW_LEFT_KEYCODE,a.ARROW_LEFT_KEY),c.set(s.ARROW_RIGHT_KEYCODE,a.ARROW_RIGHT_KEY),c.set(s.END_KEYCODE,a.END_KEY),c.set(s.HOME_KEYCODE,a.HOME_KEY),c.set(s.ENTER_KEYCODE,a.ENTER_KEY),c.set(s.SPACE_KEYCODE,a.SPACE_KEY);var l=function(e){function t(n){var r=e.call(this,o({},t.defaultAdapter,n))||this;return r.useAutomaticActivation_=!1,r}return function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),Object.defineProperty(t,"strings",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{scrollTo:function(){},incrementScroll:function(){},getScrollPosition:function(){return 0},getScrollContentWidth:function(){return 0},getOffsetWidth:function(){return 0},isRTL:function(){return!1},setActiveTab:function(){},activateTabAtIndex:function(){},deactivateTabAtIndex:function(){},focusTabAtIndex:function(){},getTabIndicatorClientRectAtIndex:function(){return{top:0,right:0,bottom:0,left:0,width:0,height:0}},getTabDimensionsAtIndex:function(){return{rootLeft:0,rootRight:0,contentLeft:0,contentRight:0}},getPreviousActiveTabIndex:function(){return-1},getFocusedTabIndex:function(){return-1},getIndexOfTabById:function(){return-1},getTabListLength:function(){return 0},notifyTabActivated:function(){}}},enumerable:!0,configurable:!0}),t.prototype.setUseAutomaticActivation=function(e){this.useAutomaticActivation_=e},t.prototype.activateTab=function(e){var t=this.adapter_.getPreviousActiveTabIndex();this.indexIsInRange_(e)&&e!==t&&(this.adapter_.deactivateTabAtIndex(t),this.adapter_.activateTabAtIndex(e,this.adapter_.getTabIndicatorClientRectAtIndex(t)),this.scrollIntoView(e),this.adapter_.notifyTabActivated(e))},t.prototype.handleKeyDown=function(e){var t=this.getKeyFromEvent_(e);if(void 0!==t)if(this.isActivationKey_(t)||e.preventDefault(),this.useAutomaticActivation_){if(this.isActivationKey_(t))return;var n=this.determineTargetFromKey_(this.adapter_.getPreviousActiveTabIndex(),t);this.adapter_.setActiveTab(n),this.scrollIntoView(n)}else{var r=this.adapter_.getFocusedTabIndex();this.isActivationKey_(t)?this.adapter_.setActiveTab(r):(n=this.determineTargetFromKey_(r,t),this.adapter_.focusTabAtIndex(n),this.scrollIntoView(n))}},t.prototype.handleTabInteraction=function(e){this.adapter_.setActiveTab(this.adapter_.getIndexOfTabById(e.detail.tabId))},t.prototype.scrollIntoView=function(e){if(this.indexIsInRange_(e))return 0===e?this.adapter_.scrollTo(0):e===this.adapter_.getTabListLength()-1?this.adapter_.scrollTo(this.adapter_.getScrollContentWidth()):this.isRTL_()?this.scrollIntoViewRTL_(e):void this.scrollIntoView_(e)},t.prototype.determineTargetFromKey_=function(e,t){var n=this.isRTL_(),r=this.adapter_.getTabListLength()-1,o=e;return t===a.END_KEY?o=r:t===a.ARROW_LEFT_KEY&&!n||t===a.ARROW_RIGHT_KEY&&n?o-=1:t===a.ARROW_RIGHT_KEY&&!n||t===a.ARROW_LEFT_KEY&&n?o+=1:o=0,o<0?o=r:o>r&&(o=0),o},t.prototype.calculateScrollIncrement_=function(e,t,n,r){var o=this.adapter_.getTabDimensionsAtIndex(t),i=o.contentLeft-n-r,a=o.contentRight-n-s.EXTRA_SCROLL_AMOUNT,u=i+s.EXTRA_SCROLL_AMOUNT;return t<e?Math.min(a,0):Math.max(u,0)},t.prototype.calculateScrollIncrementRTL_=function(e,t,n,r,o){var i=this.adapter_.getTabDimensionsAtIndex(t),a=o-i.contentLeft-n,u=o-i.contentRight-n-r+s.EXTRA_SCROLL_AMOUNT,c=a-s.EXTRA_SCROLL_AMOUNT;return t>e?Math.max(u,0):Math.min(c,0)},t.prototype.findAdjacentTabIndexClosestToEdge_=function(e,t,n,r){var o=t.rootLeft-n,i=t.rootRight-n-r,a=o+i;return o<0||a<0?e-1:i>0||a>0?e+1:-1},t.prototype.findAdjacentTabIndexClosestToEdgeRTL_=function(e,t,n,r,o){var i=o-t.rootLeft-r-n,a=o-t.rootRight-n,s=i+a;return i>0||s>0?e+1:a<0||s<0?e-1:-1},t.prototype.getKeyFromEvent_=function(e){return u.has(e.key)?e.key:c.get(e.keyCode)},t.prototype.isActivationKey_=function(e){return e===a.SPACE_KEY||e===a.ENTER_KEY},t.prototype.indexIsInRange_=function(e){return e>=0&&e<this.adapter_.getTabListLength()},t.prototype.isRTL_=function(){return this.adapter_.isRTL()},t.prototype.scrollIntoView_=function(e){var t=this.adapter_.getScrollPosition(),n=this.adapter_.getOffsetWidth(),r=this.adapter_.getTabDimensionsAtIndex(e),o=this.findAdjacentTabIndexClosestToEdge_(e,r,t,n);if(this.indexIsInRange_(o)){var i=this.calculateScrollIncrement_(e,o,t,n);this.adapter_.incrementScroll(i)}},t.prototype.scrollIntoViewRTL_=function(e){var t=this.adapter_.getScrollPosition(),n=this.adapter_.getOffsetWidth(),r=this.adapter_.getTabDimensionsAtIndex(e),o=this.adapter_.getScrollContentWidth(),i=this.findAdjacentTabIndexClosestToEdgeRTL_(e,r,t,n,o);if(this.indexIsInRange_(i)){var a=this.calculateScrollIncrementRTL_(e,i,t,n,o);this.adapter_.incrementScroll(a)}},t}(i);t.default=l}}))},66293:(e,t,n)=>{"use strict";n.d(t,{ob:()=>i,Ay:()=>a});var r=n(63696);const o=(0,n(29725).I)();var i=(0,r.createContext)(o);i.Consumer;const a=i.Provider},66915:e=>{e.exports=function(e){var t,n=Object.keys(e);return t=function(){var e,t,r;for(e="return {",t=0;t<n.length;t++)e+=(r=JSON.stringify(n[t]))+":r["+r+"](s["+r+"],a),";return e+="}",new Function("r,s,a",e)}(),function(r,o){var i,a,s;if(void 0===r)return t(e,{},o);for(i=t(e,r,o),a=n.length;a--;)if(r[s=n[a]]!==i[s])return i;return r}}},66961:(e,t,n)=>{var r=n(10564).default;e.exports=function(e){if(null!=e){var t=e["function"==typeof Symbol&&Symbol.iterator||"@@iterator"],n=0;if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length))return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}throw new TypeError(r(e)+" is not iterable")},e.exports.__esModule=!0,e.exports.default=e.exports},67114:e=>{e.exports=function(e,t){this.v=e,this.k=t},e.exports.__esModule=!0,e.exports.default=e.exports},67354:function(e,t,n){var r,o,i;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(89512),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=41)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},41:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(42),p=s(n(88)),f=s(n(89));t.ListItem=f.default;var d=s(n(91));t.ListItemGraphic=d.default;var h=s(n(92));t.ListItemText=h.default;var m=s(n(93));t.ListItemMeta=m.default;var g=s(n(94));t.ListDivider=g.default;var y=s(n(95));t.ListGroup=y.default;var v=s(n(96));function b(e){return"number"==typeof e&&!isNaN(e)||Array.isArray(e)}t.ListGroupSubheader=v.default,t.defaultListItemContext={handleClick:function(){},handleKeyDown:function(){},handleBlur:function(){},handleFocus:function(){},onDestroy:function(){},getListItemInitialTabIndex:function(){return-1},getClassNamesFromList:function(){return{}}},t.ListItemContext=u.default.createContext(t.defaultListItemContext);var _=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.hasInitializedListItemTabIndex=!1,t.listElement=u.default.createRef(),t.state={listItemClassNames:{}},t.initializeListType=function(){var e=t.props.singleSelection,n=l.MDCListFoundation.cssClasses,r=l.MDCListFoundation.strings;if(t.listElement.current){var o=t.listElement.current.querySelectorAll(r.ARIA_ROLE_CHECKBOX_SELECTOR),i=t.listElement.current.querySelector(r.ARIA_CHECKED_RADIO_SELECTOR);if(o.length){var a=t.listElement.current.querySelectorAll(r.ARIA_CHECKED_CHECKBOX_SELECTOR),s=[].map.call(a,function(e){return t.listElements.indexOf(e)});t.foundation.setSelectedIndex(s)}else e?t.listElement.current.querySelector(n.LIST_ITEM_ACTIVATED_CLASS)&&t.foundation.setUseActivatedClass(!0):i&&t.foundation.setSelectedIndex(t.listElements.indexOf(i))}},t.getListItemInitialTabIndex=function(e){var n=t.props.selectedIndex,r=-1;return t.hasInitializedListItemTabIndex||(Array.isArray(n)&&n.length>0&&e===n[0]||n===e||-1===n)&&(r=0,t.hasInitializedListItemTabIndex=!0),r},t.getListItemClassNames=function(){return t.state.listItemClassNames},t.handleKeyDown=function(e,n){e.persist(),t.foundation.handleKeydown(e.nativeEvent,!0,n)},t.handleClick=function(e,n){t.foundation.handleClick(n,!1)},t.handleFocus=function(e,n){t.foundation.handleFocusIn(e.nativeEvent,n)},t.handleBlur=function(e,n){t.foundation.handleFocusOut(e.nativeEvent,n)},t.onDestroy=function(e){var n=t.state.listItemClassNames;delete n[e],t.setState({listItemClassNames:n})},t.getListProps=function(e,n){return{checkboxList:Boolean(e),radioList:Boolean(n),handleKeyDown:t.handleKeyDown,handleClick:t.handleClick,handleFocus:t.handleFocus,handleBlur:t.handleBlur,onDestroy:t.onDestroy,getClassNamesFromList:t.getListItemClassNames,getListItemInitialTabIndex:t.getListItemInitialTabIndex}},t.getListPropsMemoized=p.default(t.getListProps),t}return o(n,e),n.prototype.componentDidMount=function(){var e=this.props,t=e.singleSelection,n=e.wrapFocus,r=e.selectedIndex;this.foundation=new l.MDCListFoundation(this.adapter),this.foundation.init(),this.foundation.setSingleSelection(t),this.foundation.layout(),b(r)&&this.foundation.setSelectedIndex(r),this.foundation.setWrapFocus(n),this.foundation.setVerticalOrientation("horizontal"!==this.props.orientation),this.initializeListType()},n.prototype.componentDidUpdate=function(e){var t=this.props,n=t.singleSelection,r=t.wrapFocus,o=t.selectedIndex,i=o!==e.selectedIndex;n!==e.singleSelection&&this.foundation.setSingleSelection(n),i&&b(o)&&this.foundation.setSelectedIndex(o),r!==e.wrapFocus&&this.foundation.setWrapFocus(r),this.props.orientation!==e.orientation&&this.foundation.setVerticalOrientation("horizontal"!==this.props.orientation)},n.prototype.componentWillUnmount=function(){this.foundation.destroy()},Object.defineProperty(n.prototype,"listElements",{get:function(){return this.listElement.current?[].slice.call(this.listElement.current.querySelectorAll(l.MDCListFoundation.strings.ENABLED_ITEMS_SELECTOR)):[]},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"classes",{get:function(){var e=this.props,t=e.className,n=e.nonInteractive,r=e.dense,o=e.avatarList,i=e.twoLine;return c.default("mdc-list",t,{"mdc-list--non-interactive":n,"mdc-list--dense":r,"mdc-list--avatar-list":o,"mdc-list--two-line":i})},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"adapter",{get:function(){var e=this;return{getListItemCount:function(){return e.listElements.length},getFocusedElementIndex:function(){return e.listElements.indexOf(document.activeElement)},getAttributeForElementIndex:function(t,n){return e.listElements[t].getAttribute(n)},setAttributeForElementIndex:function(t,n,r){var o=e.listElements[t];o&&o.setAttribute(n,r)},addClassForElementIndex:function(t,n){var r=e.state.listItemClassNames;r[t]&&-1===r[t].indexOf(n)?r[t].push(n):r[t]=[n],e.setState({listItemClassNames:r})},removeClassForElementIndex:function(t,n){var r=e.state.listItemClassNames;if(r[t]){var o=r[t].indexOf(n);-1!==o&&(r[t].splice(o,1),e.setState({listItemClassNames:r}))}},setTabIndexForListItemChildren:function(t,n){var r=e.listElements[t],o=l.MDCListFoundation.strings.CHILD_ELEMENTS_TO_TOGGLE_TABINDEX;[].slice.call(r.querySelectorAll(o)).forEach(function(e){return e.setAttribute("tabindex",n)})},focusItemAtIndex:function(t){var n=e.listElements[t];n&&n.focus()},setCheckedCheckboxOrRadioAtIndex:function(){},hasCheckboxAtIndex:function(t){return!!e.listElements[t].querySelector(l.MDCListFoundation.strings.CHECKBOX_SELECTOR)},hasRadioAtIndex:function(t){return!!e.listElements[t].querySelector(l.MDCListFoundation.strings.RADIO_SELECTOR)},isCheckboxCheckedAtIndex:function(t){var n=e.listElements[t],r=l.MDCListFoundation.strings.CHECKBOX_SELECTOR;return n.querySelector(r).checked},isFocusInsideList:function(){return!!e.listElement.current&&e.listElement.current.contains(document.activeElement)},notifyAction:function(t){e.props.handleSelect(t,e.foundation.getSelectedIndex())}}},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"role",{get:function(){var e=this.props,t=e.checkboxList,n=e.radioList;return e.role||(t?"group":n?"radiogroup":null)},enumerable:!0,configurable:!0}),n.prototype.render=function(){var e=this.props,n=(e.className,e.checkboxList),r=e.radioList,o=(e.nonInteractive,e.dense,e.avatarList,e.twoLine,e.singleSelection,e.role),s=(e.selectedIndex,e.handleSelect,e.wrapFocus,e.children),c=e.tag,l=e.orientation,p=a(e,["className","checkboxList","radioList","nonInteractive","dense","avatarList","twoLine","singleSelection","role","selectedIndex","handleSelect","wrapFocus","children","tag","orientation"]);return u.default.createElement(c,i({className:this.classes,ref:this.listElement,role:this.role,"aria-orientation":"horizontal"===l&&!o&&this.role?"horizontal":void 0},p),u.default.createElement(t.ListItemContext.Provider,{value:this.getListPropsMemoized(n,r)},s))},n.defaultProps={className:"",checkboxList:!1,radioList:!1,nonInteractive:!1,dense:!1,avatarList:!1,twoLine:!1,singleSelection:!1,selectedIndex:-1,handleSelect:function(){},wrapFocus:!0,tag:"ul"},n}(u.default.Component);t.default=_},42:function(e,t,n){"use strict";n.r(t),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},o=function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}(),a={LIST_ITEM_ACTIVATED_CLASS:"mdc-list-item--activated",LIST_ITEM_CLASS:"mdc-list-item",LIST_ITEM_SELECTED_CLASS:"mdc-list-item--selected",ROOT:"mdc-list"},s={ACTION_EVENT:"MDCList:action",ARIA_CHECKED:"aria-checked",ARIA_CHECKED_CHECKBOX_SELECTOR:'[role="checkbox"][aria-checked="true"]',ARIA_CHECKED_RADIO_SELECTOR:'[role="radio"][aria-checked="true"]',ARIA_CURRENT:"aria-current",ARIA_ORIENTATION:"aria-orientation",ARIA_ORIENTATION_HORIZONTAL:"horizontal",ARIA_ROLE_CHECKBOX_SELECTOR:'[role="checkbox"]',ARIA_SELECTED:"aria-selected",CHECKBOX_RADIO_SELECTOR:'input[type="checkbox"]:not(:disabled), input[type="radio"]:not(:disabled)',CHECKBOX_SELECTOR:'input[type="checkbox"]:not(:disabled)',CHILD_ELEMENTS_TO_TOGGLE_TABINDEX:"\n ."+a.LIST_ITEM_CLASS+" button:not(:disabled),\n ."+a.LIST_ITEM_CLASS+" a\n ",ENABLED_ITEMS_SELECTOR:".mdc-list-item:not(.mdc-list-item--disabled)",FOCUSABLE_CHILD_ELEMENTS:"\n ."+a.LIST_ITEM_CLASS+" button:not(:disabled),\n ."+a.LIST_ITEM_CLASS+" a,\n ."+a.LIST_ITEM_CLASS+' input[type="radio"]:not(:disabled),\n .'+a.LIST_ITEM_CLASS+' input[type="checkbox"]:not(:disabled)\n ',RADIO_SELECTOR:'input[type="radio"]:not(:disabled)'},u={UNSET_INDEX:-1};n.d(t,"MDCListFoundation",function(){return l});var c=["input","button","textarea","select"],l=function(e){function t(n){var r=e.call(this,o({},t.defaultAdapter,n))||this;return r.wrapFocus_=!1,r.isVertical_=!0,r.isSingleSelectionList_=!1,r.selectedIndex_=u.UNSET_INDEX,r.focusedItemIndex_=u.UNSET_INDEX,r.useActivatedClass_=!1,r.ariaCurrentAttrValue_=null,r.isCheckboxList_=!1,r.isRadioList_=!1,r}return function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),Object.defineProperty(t,"strings",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(t,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return u},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClassForElementIndex:function(){},focusItemAtIndex:function(){},getAttributeForElementIndex:function(){return null},getFocusedElementIndex:function(){return 0},getListItemCount:function(){return 0},hasCheckboxAtIndex:function(){return!1},hasRadioAtIndex:function(){return!1},isCheckboxCheckedAtIndex:function(){return!1},isFocusInsideList:function(){return!1},notifyAction:function(){},removeClassForElementIndex:function(){},setAttributeForElementIndex:function(){},setCheckedCheckboxOrRadioAtIndex:function(){},setTabIndexForListItemChildren:function(){}}},enumerable:!0,configurable:!0}),t.prototype.layout=function(){0!==this.adapter_.getListItemCount()&&(this.adapter_.hasCheckboxAtIndex(0)?this.isCheckboxList_=!0:this.adapter_.hasRadioAtIndex(0)&&(this.isRadioList_=!0))},t.prototype.setWrapFocus=function(e){this.wrapFocus_=e},t.prototype.setVerticalOrientation=function(e){this.isVertical_=e},t.prototype.setSingleSelection=function(e){this.isSingleSelectionList_=e},t.prototype.setUseActivatedClass=function(e){this.useActivatedClass_=e},t.prototype.getSelectedIndex=function(){return this.selectedIndex_},t.prototype.setSelectedIndex=function(e){this.isIndexValid_(e)&&(this.isCheckboxList_?this.setCheckboxAtIndex_(e):this.isRadioList_?this.setRadioAtIndex_(e):this.setSingleSelectionAtIndex_(e))},t.prototype.handleFocusIn=function(e,t){t>=0&&this.adapter_.setTabIndexForListItemChildren(t,"0")},t.prototype.handleFocusOut=function(e,t){var n=this;t>=0&&this.adapter_.setTabIndexForListItemChildren(t,"-1"),setTimeout(function(){n.adapter_.isFocusInsideList()||n.setTabindexToFirstSelectedItem_()},0)},t.prototype.handleKeydown=function(e,t,n){var r="ArrowLeft"===e.key||37===e.keyCode,o="ArrowUp"===e.key||38===e.keyCode,i="ArrowRight"===e.key||39===e.keyCode,a="ArrowDown"===e.key||40===e.keyCode,s="Home"===e.key||36===e.keyCode,c="End"===e.key||35===e.keyCode,l="Enter"===e.key||13===e.keyCode,p="Space"===e.key||32===e.keyCode,f=this.adapter_.getFocusedElementIndex(),d=u.UNSET_INDEX;if(!(f===u.UNSET_INDEX&&(f=n)<0)){if(this.isVertical_&&a||!this.isVertical_&&i)this.preventDefaultEvent_(e),d=this.focusNextElement(f);else if(this.isVertical_&&o||!this.isVertical_&&r)this.preventDefaultEvent_(e),d=this.focusPrevElement(f);else if(s)this.preventDefaultEvent_(e),d=this.focusFirstElement();else if(c)this.preventDefaultEvent_(e),d=this.focusLastElement();else if((l||p)&&t){var h=e.target;if(h&&"A"===h.tagName&&l)return;this.preventDefaultEvent_(e),this.isSelectableList_()&&this.setSelectedIndexOnAction_(f),this.adapter_.notifyAction(f)}this.focusedItemIndex_=f,d>=0&&(this.setTabindexAtIndex_(d),this.focusedItemIndex_=d)}},t.prototype.handleClick=function(e,t){e!==u.UNSET_INDEX&&(this.isSelectableList_()&&this.setSelectedIndexOnAction_(e,t),this.adapter_.notifyAction(e),this.setTabindexAtIndex_(e),this.focusedItemIndex_=e)},t.prototype.focusNextElement=function(e){var t=e+1;if(t>=this.adapter_.getListItemCount()){if(!this.wrapFocus_)return e;t=0}return this.adapter_.focusItemAtIndex(t),t},t.prototype.focusPrevElement=function(e){var t=e-1;if(t<0){if(!this.wrapFocus_)return e;t=this.adapter_.getListItemCount()-1}return this.adapter_.focusItemAtIndex(t),t},t.prototype.focusFirstElement=function(){return this.adapter_.focusItemAtIndex(0),0},t.prototype.focusLastElement=function(){var e=this.adapter_.getListItemCount()-1;return this.adapter_.focusItemAtIndex(e),e},t.prototype.preventDefaultEvent_=function(e){var t=(""+e.target.tagName).toLowerCase();-1===c.indexOf(t)&&e.preventDefault()},t.prototype.setSingleSelectionAtIndex_=function(e){if(this.selectedIndex_!==e){var t=a.LIST_ITEM_SELECTED_CLASS;this.useActivatedClass_&&(t=a.LIST_ITEM_ACTIVATED_CLASS),this.selectedIndex_!==u.UNSET_INDEX&&this.adapter_.removeClassForElementIndex(this.selectedIndex_,t),this.adapter_.addClassForElementIndex(e,t),this.setAriaForSingleSelectionAtIndex_(e),this.selectedIndex_=e}},t.prototype.setAriaForSingleSelectionAtIndex_=function(e){this.selectedIndex_===u.UNSET_INDEX&&(this.ariaCurrentAttrValue_=this.adapter_.getAttributeForElementIndex(e,s.ARIA_CURRENT));var t=null!==this.ariaCurrentAttrValue_,n=t?s.ARIA_CURRENT:s.ARIA_SELECTED;this.selectedIndex_!==u.UNSET_INDEX&&this.adapter_.setAttributeForElementIndex(this.selectedIndex_,n,"false");var r=t?this.ariaCurrentAttrValue_:"true";this.adapter_.setAttributeForElementIndex(e,n,r)},t.prototype.setRadioAtIndex_=function(e){this.adapter_.setCheckedCheckboxOrRadioAtIndex(e,!0),this.selectedIndex_!==u.UNSET_INDEX&&this.adapter_.setAttributeForElementIndex(this.selectedIndex_,s.ARIA_CHECKED,"false"),this.adapter_.setAttributeForElementIndex(e,s.ARIA_CHECKED,"true"),this.selectedIndex_=e},t.prototype.setCheckboxAtIndex_=function(e){for(var t=0;t<this.adapter_.getListItemCount();t++){var n=!1;e.indexOf(t)>=0&&(n=!0),this.adapter_.setCheckedCheckboxOrRadioAtIndex(t,n),this.adapter_.setAttributeForElementIndex(t,s.ARIA_CHECKED,n?"true":"false")}this.selectedIndex_=e},t.prototype.setTabindexAtIndex_=function(e){this.focusedItemIndex_===u.UNSET_INDEX&&0!==e?this.adapter_.setAttributeForElementIndex(0,"tabindex","-1"):this.focusedItemIndex_>=0&&this.focusedItemIndex_!==e&&this.adapter_.setAttributeForElementIndex(this.focusedItemIndex_,"tabindex","-1"),this.adapter_.setAttributeForElementIndex(e,"tabindex","0")},t.prototype.isSelectableList_=function(){return this.isSingleSelectionList_||this.isCheckboxList_||this.isRadioList_},t.prototype.setTabindexToFirstSelectedItem_=function(){var e=0;this.isSelectableList_()&&("number"==typeof this.selectedIndex_&&this.selectedIndex_!==u.UNSET_INDEX?e=this.selectedIndex_:this.selectedIndex_ instanceof Array&&this.selectedIndex_.length>0&&(e=this.selectedIndex_.reduce(function(e,t){return Math.min(e,t)}))),this.setTabindexAtIndex_(e)},t.prototype.isIndexValid_=function(e){var t=this;if(e instanceof Array){if(!this.isCheckboxList_)throw new Error("MDCListFoundation: Array of index is only supported for checkbox based list");return 0===e.length||e.some(function(e){return t.isIndexInRange_(e)})}if("number"==typeof e){if(this.isCheckboxList_)throw new Error("MDCListFoundation: Expected array of index for checkbox based list but got number: "+e);return this.isIndexInRange_(e)}return!1},t.prototype.isIndexInRange_=function(e){var t=this.adapter_.getListItemCount();return e>=0&&e<t},t.prototype.setSelectedIndexOnAction_=function(e,t){void 0===t&&(t=!0),this.isCheckboxList_?this.toggleCheckboxAtIndex_(e,t):this.setSelectedIndex(e)},t.prototype.toggleCheckboxAtIndex_=function(e,t){var n=this.adapter_.isCheckboxCheckedAtIndex(e);t&&(n=!n,this.adapter_.setCheckedCheckboxOrRadioAtIndex(e,n)),this.adapter_.setAttributeForElementIndex(e,s.ARIA_CHECKED,n?"true":"false");var r=this.selectedIndex_===u.UNSET_INDEX?[]:this.selectedIndex_.slice();n?r.push(e):r=r.filter(function(t){return t!==e}),this.selectedIndex_=r},t}(i);t.default=l},5:function(e,t){e.exports=i},88:function(e,t,n){"use strict";function r(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}e.exports=function(e,t){var n;void 0===t&&(t=r);var o,i=[],a=!1;return function(){for(var r=arguments.length,s=new Array(r),u=0;u<r;u++)s[u]=arguments[u];return a&&n===this&&t(s,i)||(o=e.apply(this,s),a=!0,n=this,i=s),o}}},89:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(90),p=n(5),f=n(42),d=n(41),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.listItemElement=u.default.createRef(),t.state={tabIndex:t.props.tabIndex},t.initializeTabIndex=function(){if(t.listItemElement.current){var e=t.getIndex(t.listItemElement.current),n=t.props.getListItemInitialTabIndex(e);t.setState({tabIndex:n})}},t.getIndex=function(e){return t.listElements.indexOf(e)},t.handleClick=function(e){(0,t.props.onClick)(e),t.props.handleClick(e,t.getIndex(e.currentTarget))},t.handleKeyDown=function(e){(0,t.props.onKeyDown)(e),t.props.handleKeyDown(e,t.getIndex(e.currentTarget))},t.handleFocus=function(e){(0,t.props.onFocus)(e),t.props.handleFocus(e,t.getIndex(e.currentTarget))},t.handleBlur=function(e){(0,t.props.onBlur)(e),t.props.handleBlur(e,t.getIndex(e.currentTarget))},t}return o(t,e),Object.defineProperty(t.prototype,"listElements",{get:function(){if(this.listItemElement.current){var e=l.closest(this.listItemElement.current,"."+f.MDCListFoundation.cssClasses.ROOT);return e?[].slice.call(e.querySelectorAll(f.MDCListFoundation.strings.ENABLED_ITEMS_SELECTOR)):[]}return[]},enumerable:!0,configurable:!0}),t.prototype.componentDidMount=function(){this.initializeTabIndex(),this.props.initRipple&&this.props.initRipple(this.listItemElement.current)},t.prototype.componentDidUpdate=function(e){e.tabIndex!==this.props.tabIndex&&this.setState({tabIndex:this.props.tabIndex})},t.prototype.componentWillUnmount=function(){if(this.listItemElement.current){var e=this.getIndex(this.listItemElement.current);this.props.onDestroy(e)}},Object.defineProperty(t.prototype,"classes",{get:function(){var e,t=this.props,n=t.className,r=t.activated,o=t.disabled,i=t.selected,a=t.getClassNamesFromList,s=[""];if(this.listItemElement.current){var u=this.getIndex(this.listItemElement.current);s=a()[u]}return c.default("mdc-list-item",n,s,((e={})[f.MDCListFoundation.cssClasses.LIST_ITEM_ACTIVATED_CLASS]=r,e[f.MDCListFoundation.cssClasses.LIST_ITEM_SELECTED_CLASS]=i,e["mdc-list-item--disabled"]=o,e))},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"role",{get:function(){var e=this.props,t=e.checkboxList,n=e.radioList;return e.role||(t?"checkbox":n?"radio":null)},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=(e.className,e.children),n=(e.role,e.initRipple,e.checkboxList,e.radioList,e.selected,e.activated,e.onDestroy,e.onClick,e.onKeyDown,e.onFocus,e.onBlur,e.handleClick,e.handleKeyDown,e.handleFocus,e.handleBlur,e.getListItemInitialTabIndex,e.getClassNamesFromList,e.tabIndex,e.tag),r=a(e,["className","children","role","initRipple","checkboxList","radioList","selected","activated","onDestroy","onClick","onKeyDown","onFocus","onBlur","handleClick","handleKeyDown","handleFocus","handleBlur","getListItemInitialTabIndex","getClassNamesFromList","tabIndex","tag"]);return u.default.createElement(n,i({},r,this.context,{role:this.role,className:this.classes,ref:this.listItemElement,onClick:this.handleClick,onKeyDown:this.handleKeyDown,onFocus:this.handleFocus,onBlur:this.handleBlur,tabIndex:this.state.tabIndex}),t)},t.defaultProps={checkboxList:!1,radioList:!1,className:"",tabIndex:-1,onKeyDown:function(){},onClick:function(){},onFocus:function(){},onBlur:function(){},onDestroy:function(){},tag:"li",handleClick:function(){},handleKeyDown:function(){},handleBlur:function(){},handleFocus:function(){},getListItemInitialTabIndex:function(){return-1},getClassNamesFromList:function(){return{}}},t}(u.default.Component);t.ListItemBase=h,t.default=p.withRipple(function(e){return u.default.createElement(d.ListItemContext.Consumer,null,function(t){return u.default.createElement(h,i({},t,e))})})},90:function(e,t,n){"use strict";function r(e,t){if(e.closest)return e.closest(t);for(var n=e;n;){if(o(n,t))return n;n=n.parentElement}return null}function o(e,t){return(e.matches||e.webkitMatchesSelector||e.msMatchesSelector).call(e,t)}n.r(t),n.d(t,"closest",function(){return r}),n.d(t,"matches",function(){return o})},91:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1));t.default=function(e){var t=e.tabIndex,n=void 0===t?-1:t,i=e.graphic,u=e.className,c=void 0===u?"":u,l=o(e,["tabIndex","graphic","className"]),p=r({className:s.default("mdc-list-item__graphic",c),tabIndex:void 0!==n?n:-1},l);return a.default.cloneElement(i,p)}},92:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1));t.default=function(e){var t=e.primaryText,n=void 0===t?"":t,i=e.secondaryText,u=void 0===i?"":i,c=e.tabIndex,l=void 0===c?-1:c,p=e.className,f=void 0===p?"":p,d=o(e,["primaryText","secondaryText","tabIndex","className"]),h=function(e,t){if(void 0===e)return null;if("string"==typeof e||"number"==typeof e)return a.default.createElement("span",{className:t,tabIndex:void 0!==l?l:-1},e);if(null===(n=e)||void 0===n.props)return null;var n,i=e.props,u=i.className,c=o(i,["className"]);t=s.default(t,u);var p=r({},c,{className:t});return a.default.cloneElement(e,p)};return u?a.default.createElement("span",r({className:s.default("mdc-list-item__text",f),tabIndex:void 0!==l?l:-1},d),h(n,"mdc-list-item__primary-text"),h(u,"mdc-list-item__secondary-text")):h(n,s.default("mdc-list-item__text",f))}},93:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1));t.default=function(e){var t,n=e.tabIndex,i=e.meta,u=e.className,c=void 0===u?"":u,l=o(e,["tabIndex","meta","className"]);t="string"==typeof i?a.default.createElement("span",null,i):i;var p=r({className:s.default("mdc-list-item__meta",c,t.props.className),tabIndex:void 0!==n?n:-1},l);return a.default.cloneElement(t,p)}},94:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1));t.default=function(e){var t=e.tag,n=void 0===t?"li":t,i=e.className,u=void 0===i?"":i,c=e.role,l=void 0===c?"separator":c,p=o(e,["tag","className","role"]);return a.default.createElement(n,r({className:s.default("mdc-list-divider",u),role:l},p))}},95:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1));t.default=function(e){var t=e.tag,n=void 0===t?"div":t,i=e.className,u=void 0===i?"":i,c=e.children,l=o(e,["tag","className","children"]);return a.default.createElement(n,r({className:s.default("mdc-list-group",u)},l),c)}},96:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=i(n(0)),s=i(n(1));t.default=function(e){var t=e.tag,n=void 0===t?"h3":t,i=e.className,u=void 0===i?"":i,c=e.children,l=o(e,["tag","className","children"]);return a.default.createElement(n,r({className:s.default("mdc-list-group__subheader",u)},l),c)}}}))},68017:(e,t,n)=>{"use strict";function r(e){var t,n,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=r(e[t]))&&(o&&(o+=" "),o+=n);else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__=function(){for(var e,t,n=0,o="";n<arguments.length;)(e=arguments[n++])&&(t=r(e))&&(o&&(o+=" "),o+=t);return o}},68102:(e,t,n)=>{"use strict";function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},r.apply(null,arguments)}n.d(t,{A:()=>r})},69743:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>L});var r=n(41705),o=n(81515),i=n(40694),a=n(17243);var s=/[\u007F-\u009F "'>/="\uFDD0-\uFDEF]/;function u(e){return e.replace(/&(?!([a-z0-9]+|#[0-9]+|#x[a-f0-9]+);)/gi,"&")}function c(e){return e.replace(/</g,"<")}function l(e){return function __unstableEscapeGreaterThan(e){return e.replace(/>/g,">")}(function(e){return e.replace(/"/g,""")}(u(e)))}function p(e){return!s.test(e)}var f=n(63696);function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function RawHTML(e){var t=e.children,n=(0,o.A)(e,["children"]);return(0,f.createElement)("div",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach(function(t){(0,r.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({dangerouslySetInnerHTML:{__html:t}},n))}function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach(function(t){(0,r.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var g=(0,f.createContext)(void 0),y=g.Provider,v=g.Consumer,b=(0,f.forwardRef)(function(){return null}),_=new Set(["string","boolean","number"]),w=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),k=new Set(["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"]),E=new Set(["autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"]),O=new Set(["animation","animationIterationCount","baselineShift","borderImageOutset","borderImageSlice","borderImageWidth","columnCount","cx","cy","fillOpacity","flexGrow","flexShrink","floodOpacity","fontWeight","gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart","lineHeight","opacity","order","orphans","r","rx","ry","shapeImageThreshold","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","tabSize","widows","x","y","zIndex","zoom"]);function j(e,t){return t.some(function(t){return 0===e.indexOf(t)})}function C(e){return"key"===e||"children"===e}function S(e,t){return"style"===e?function(e){if(!(0,a.isPlainObject)(e))return e;var t;for(var n in e){var r=e[n];if(null!=r)t?t+=";":t="",t+=x(n)+":"+A(n,r)}return t}(t):t}function T(e){switch(e){case"htmlFor":return"for";case"className":return"class"}return e.toLowerCase()}function x(e){return(0,a.startsWith)(e,"--")?e:j(e,["ms","O","Moz","Webkit"])?"-"+(0,a.kebabCase)(e):(0,a.kebabCase)(e)}function A(e,t){return"number"!=typeof t||0===t||O.has(e)?t:t+"px"}function I(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(null==e||!1===e)return"";if(Array.isArray(e))return R(e,t,n);switch((0,i.A)(e)){case"string":return c(u(e));case"number":return e.toString()}var r=e.type,s=e.props;switch(r){case f.StrictMode:case f.Fragment:return R(s.children,t,n);case RawHTML:var l=s.children,p=(0,o.A)(s,["children"]);return P((0,a.isEmpty)(p)?null:"div",m(m({},p),{},{dangerouslySetInnerHTML:{__html:l}}),t,n)}switch((0,i.A)(r)){case"string":return P(r,s,t,n);case"function":return r.prototype&&"function"==typeof r.prototype.render?function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=new e(t,r);"function"==typeof o.getChildContext&&Object.assign(r,o.getChildContext());var i=I(o.render(),n,r);return i}(r,s,t,n):I(r(s,n),t,n)}switch(r&&r.$$typeof){case y.$$typeof:return R(s.children,s.value,n);case v.$$typeof:return I(s.children(t||r._currentValue),t,n);case b.$$typeof:return I(r.render(s),t,n)}return""}function P(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o="";if("textarea"===e&&t.hasOwnProperty("value")?(o=R(t.value,n,r),t=(0,a.omit)(t,"value")):t.dangerouslySetInnerHTML&&"string"==typeof t.dangerouslySetInnerHTML.__html?o=t.dangerouslySetInnerHTML.__html:void 0!==t.children&&(o=R(t.children,n,r)),!e)return o;var s=function(e){var t="";for(var n in e){var r=T(n);if(p(r)){var o=S(n,e[n]);if(_.has((0,i.A)(o))&&!C(n)){var a=k.has(r);if(!a||!1!==o){var s=a||j(n,["data-","aria-"])||E.has(r);("boolean"!=typeof o||s)&&(t+=" "+r,a||("string"==typeof o&&(o=l(o)),t+='="'+o+'"'))}}}}return t}(t);return w.has(e)?"<"+e+s+"/>":"<"+e+s+">"+o+"</"+e+">"}function R(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r="";e=(0,a.castArray)(e);for(var o=0;o<e.length;o++){r+=I(e[o],t,n)}return r}const L=I},69919:e=>{var t,n;t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n={rotl:function(e,t){return e<<t|e>>>32-t},rotr:function(e,t){return e<<32-t|e>>>t},endian:function(e){if(e.constructor==Number)return 16711935&n.rotl(e,8)|4278255360&n.rotl(e,24);for(var t=0;t<e.length;t++)e[t]=n.endian(e[t]);return e},randomBytes:function(e){for(var t=[];e>0;e--)t.push(Math.floor(256*Math.random()));return t},bytesToWords:function(e){for(var t=[],n=0,r=0;n<e.length;n++,r+=8)t[r>>>5]|=e[n]<<24-r%32;return t},wordsToBytes:function(e){for(var t=[],n=0;n<32*e.length;n+=8)t.push(e[n>>>5]>>>24-n%32&255);return t},bytesToHex:function(e){for(var t=[],n=0;n<e.length;n++)t.push((e[n]>>>4).toString(16)),t.push((15&e[n]).toString(16));return t.join("")},hexToBytes:function(e){for(var t=[],n=0;n<e.length;n+=2)t.push(parseInt(e.substr(n,2),16));return t},bytesToBase64:function(e){for(var n=[],r=0;r<e.length;r+=3)for(var o=e[r]<<16|e[r+1]<<8|e[r+2],i=0;i<4;i++)8*r+6*i<=8*e.length?n.push(t.charAt(o>>>6*(3-i)&63)):n.push("=");return n.join("")},base64ToBytes:function(e){e=e.replace(/[^A-Z0-9+\/]/gi,"");for(var n=[],r=0,o=0;r<e.length;o=++r%4)0!=o&&n.push((t.indexOf(e.charAt(r-1))&Math.pow(2,-2*o+8)-1)<<2*o|t.indexOf(e.charAt(r))>>>6-2*o);return n}},e.exports=n},70851:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const r=n(63696).createContext(null)},70947:(e,t,n)=>{"use strict";var r=n(96784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(85707)),i=n(82871),a=n(32250);function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(Object(n),!0).forEach(function(t){(0,o.default)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var c=function(e,t){if(!(e.path&&-1!==e.path.indexOf("/wp/v2/media")||e.url&&-1!==e.url.indexOf("/wp/v2/media")))return t(e);var n=0,r=function e(r){return n++,t({path:"/wp/v2/media/".concat(r,"/post-process"),method:"POST",data:{action:"create-image-subsizes"},parse:!1}).catch(function(){return n<5?e(r):(t({path:"/wp/v2/media/".concat(r,"?force=true"),method:"DELETE"}),Promise.reject())})};return t(u(u({},e),{},{parse:!1})).catch(function(t){var n=t.headers.get("x-wp-upload-attachment-id");return t.status>=500&&t.status<600&&n?r(n).catch(function(){return!1!==e.parse?Promise.reject({code:"post_process",message:(0,i.__)("Media upload failed. If this is a photo or a large image, please scale it down and try again.")}):Promise.reject(t)}):(0,a.parseAndThrowError)(t,e.parse)}).then(function(t){return(0,a.parseResponseAndNormalizeError)(t,e.parse)})};t.default=c},72367:(e,t,n)=>{"use strict";function r(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}n.d(t,{A:()=>r})},75762:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var r=n(68102),o=n(81515),i=n(63696),a=n(68017),s=n(4730),u=n(57719),c=44,l=i.forwardRef(function CircularProgress(e,t){var n=e.classes,s=e.className,l=e.color,p=void 0===l?"primary":l,f=e.disableShrink,d=void 0!==f&&f,h=e.size,m=void 0===h?40:h,g=e.style,y=e.thickness,v=void 0===y?3.6:y,b=e.value,_=void 0===b?0:b,w=e.variant,k=void 0===w?"indeterminate":w,E=(0,o.A)(e,["classes","className","color","disableShrink","size","style","thickness","value","variant"]),O={},j={},C={};if("determinate"===k||"static"===k){var S=2*Math.PI*((c-v)/2);O.strokeDasharray=S.toFixed(3),C["aria-valuenow"]=Math.round(_),O.strokeDashoffset="".concat(((100-_)/100*S).toFixed(3),"px"),j.transform="rotate(-90deg)"}return i.createElement("div",(0,r.A)({className:(0,a.A)(n.root,s,"inherit"!==p&&n["color".concat((0,u.A)(p))],{determinate:n.determinate,indeterminate:n.indeterminate,static:n.static}[k]),style:(0,r.A)({width:m,height:m},j,g),ref:t,role:"progressbar"},C,E),i.createElement("svg",{className:n.svg,viewBox:"".concat(22," ").concat(22," ").concat(c," ").concat(c)},i.createElement("circle",{className:(0,a.A)(n.circle,d&&n.circleDisableShrink,{determinate:n.circleDeterminate,indeterminate:n.circleIndeterminate,static:n.circleStatic}[k]),style:O,cx:c,cy:c,r:(c-v)/2,fill:"none",strokeWidth:v})))});const p=(0,s.A)(function(e){return{root:{display:"inline-block"},static:{transition:e.transitions.create("transform")},indeterminate:{animation:"$circular-rotate 1.4s linear infinite"},determinate:{transition:e.transitions.create("transform")},colorPrimary:{color:e.palette.primary.main},colorSecondary:{color:e.palette.secondary.main},svg:{display:"block"},circle:{stroke:"currentColor"},circleStatic:{transition:e.transitions.create("stroke-dashoffset")},circleIndeterminate:{animation:"$circular-dash 1.4s ease-in-out infinite",strokeDasharray:"80px, 200px",strokeDashoffset:"0px"},circleDeterminate:{transition:e.transitions.create("stroke-dashoffset")},"@keyframes circular-rotate":{"0%":{transformOrigin:"50% 50%"},"100%":{transform:"rotate(360deg)"}},"@keyframes circular-dash":{"0%":{strokeDasharray:"1px, 200px",strokeDashoffset:"0px"},"50%":{strokeDasharray:"100px, 200px",strokeDashoffset:"-15px"},"100%":{strokeDasharray:"100px, 200px",strokeDashoffset:"-125px"}},circleDisableShrink:{animation:"none"}}},{name:"MuiCircularProgress",flip:!1})(l)},76067:(e,t,n)=>{"use strict";var r=n(63696),o=n(21664),i=n(91434);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!r)throw Error(a(227));function s(e,t,n,r,o,i,a,s,u){var c=Array.prototype.slice.call(arguments,3);try{t.apply(n,c)}catch(e){this.onError(e)}}var u=!1,c=null,l=!1,p=null,f={onError:function(e){u=!0,c=e}};function d(e,t,n,r,o,i,a,l,p){u=!1,c=null,s.apply(f,arguments)}var h=null,m=null,g=null;function y(e,t,n){var r=e.type||"unknown-event";e.currentTarget=g(n),function(e,t,n,r,o,i,s,f,h){if(d.apply(this,arguments),u){if(!u)throw Error(a(198));var m=c;u=!1,c=null,l||(l=!0,p=m)}}(r,t,void 0,e),e.currentTarget=null}var v=null,b={};function _(){if(v)for(var e in b){var t=b[e],n=v.indexOf(e);if(!(-1<n))throw Error(a(96,e));if(!k[n]){if(!t.extractEvents)throw Error(a(97,e));for(var r in k[n]=t,n=t.eventTypes){var o=void 0,i=n[r],s=t,u=r;if(E.hasOwnProperty(u))throw Error(a(99,u));E[u]=i;var c=i.phasedRegistrationNames;if(c){for(o in c)c.hasOwnProperty(o)&&w(c[o],s,u);o=!0}else i.registrationName?(w(i.registrationName,s,u),o=!0):o=!1;if(!o)throw Error(a(98,r,e))}}}}function w(e,t,n){if(O[e])throw Error(a(100,e));O[e]=t,j[e]=t.eventTypes[n].dependencies}var k=[],E={},O={},j={};function C(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)){var r=e[t];if(!b.hasOwnProperty(t)||b[t]!==r){if(b[t])throw Error(a(102,t));b[t]=r,n=!0}}n&&_()}var S=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),T=null,x=null,A=null;function Ca(e){if(e=m(e)){if("function"!=typeof T)throw Error(a(280));var t=e.stateNode;t&&(t=h(t),T(e.stateNode,e.type,t))}}function Da(e){x?A?A.push(e):A=[e]:x=e}function Ea(){if(x){var e=x,t=A;if(A=x=null,Ca(e),t)for(e=0;e<t.length;e++)Ca(t[e])}}function Fa(e,t){return e(t)}function Ga(e,t,n,r,o){return e(t,n,r,o)}function Ha(){}var I=Fa,P=!1,R=!1;function La(){null===x&&null===A||(Ha(),Ea())}function Ma(e,t,n){if(R)return e(t,n);R=!0;try{return I(e,t,n)}finally{R=!1,La()}}var L=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,D=Object.prototype.hasOwnProperty,N={},M={};function z(e,t,n,r,o,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i}var F={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){F[e]=new z(e,0,!1,e,null,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];F[t]=new z(t,1,!1,e[1],null,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){F[e]=new z(e,2,!1,e.toLowerCase(),null,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){F[e]=new z(e,2,!1,e,null,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){F[e]=new z(e,3,!1,e.toLowerCase(),null,!1)}),["checked","multiple","muted","selected"].forEach(function(e){F[e]=new z(e,3,!0,e,null,!1)}),["capture","download"].forEach(function(e){F[e]=new z(e,4,!1,e,null,!1)}),["cols","rows","size","span"].forEach(function(e){F[e]=new z(e,6,!1,e,null,!1)}),["rowSpan","start"].forEach(function(e){F[e]=new z(e,5,!1,e.toLowerCase(),null,!1)});var B=/[\-:]([a-z])/g;function Va(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(B,Va);F[t]=new z(t,1,!1,e,null,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(B,Va);F[t]=new z(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(B,Va);F[t]=new z(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)}),["tabIndex","crossOrigin"].forEach(function(e){F[e]=new z(e,1,!1,e.toLowerCase(),null,!1)}),F.xlinkHref=new z("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach(function(e){F[e]=new z(e,1,!1,e.toLowerCase(),null,!0)});var H=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function Xa(e,t,n,r){var o=F.hasOwnProperty(t)?F[t]:null;(null!==o?0===o.type:!r&&(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])))||(function Ta(e,t,n,r){if(null==t||function Sa(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,o,r)&&(n=null),r||null===o?function Ra(e){return!!D.call(M,e)||!D.call(N,e)&&(L.test(e)?M[e]=!0:(N[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=null===n?3!==o.type&&"":n:(t=o.attributeName,r=o.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(o=o.type)||4===o&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}H.hasOwnProperty("ReactCurrentDispatcher")||(H.ReactCurrentDispatcher={current:null}),H.hasOwnProperty("ReactCurrentBatchConfig")||(H.ReactCurrentBatchConfig={suspense:null});var U=/^(.*)[\\\/]/,W="function"==typeof Symbol&&Symbol.for,V=W?Symbol.for("react.element"):60103,G=W?Symbol.for("react.portal"):60106,K=W?Symbol.for("react.fragment"):60107,q=W?Symbol.for("react.strict_mode"):60108,$=W?Symbol.for("react.profiler"):60114,X=W?Symbol.for("react.provider"):60109,Y=W?Symbol.for("react.context"):60110,Q=W?Symbol.for("react.concurrent_mode"):60111,J=W?Symbol.for("react.forward_ref"):60112,Z=W?Symbol.for("react.suspense"):60113,ee=W?Symbol.for("react.suspense_list"):60120,te=W?Symbol.for("react.memo"):60115,ne=W?Symbol.for("react.lazy"):60116,re=W?Symbol.for("react.block"):60121,oe="function"==typeof Symbol&&Symbol.iterator;function ie(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=oe&&e[oe]||e["@@iterator"])?e:null}function ae(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case K:return"Fragment";case G:return"Portal";case $:return"Profiler";case q:return"StrictMode";case Z:return"Suspense";case ee:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case Y:return"Context.Consumer";case X:return"Context.Provider";case J:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case te:return ae(e.type);case re:return ae(e.render);case ne:if(e=1===e._status?e._result:null)return ae(e)}return null}function se(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:case 10:case 9:var n="";break e;default:var r=e._debugOwner,o=e._debugSource,i=ae(e.type);n=null,r&&(n=ae(r.type)),r=i,i="",o?i=" (at "+o.fileName.replace(U,"")+":"+o.lineNumber+")":n&&(i=" (created by "+n+")"),n="\n in "+(r||"Unknown")+i}t+=n,e=e.return}while(e);return t}function ue(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function ce(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function le(e){e._valueTracker||(e._valueTracker=function(e){var t=ce(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var o=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(e){r=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function pe(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=ce(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function fe(e,t){var n=t.checked;return o({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function Ab(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=ue(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function Bb(e,t){null!=(t=t.checked)&&Xa(e,"checked",t,!1)}function Cb(e,t){Bb(e,t);var n=ue(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?Db(e,t.type,n):t.hasOwnProperty("defaultValue")&&Db(e,t.type,ue(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function Eb(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function Db(e,t,n){"number"===t&&e.ownerDocument.activeElement===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}function Gb(e,t){return e=o({children:void 0},t),(t=function Fb(e){var t="";return r.Children.forEach(e,function(e){null!=e&&(t+=e)}),t}(t.children))&&(e.children=t),e}function Hb(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+ue(n),t=null,o=0;o<e.length;o++){if(e[o].value===n)return e[o].selected=!0,void(r&&(e[o].defaultSelected=!0));null!==t||e[o].disabled||(t=e[o])}null!==t&&(t.selected=!0)}}function Ib(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(a(91));return o({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function Jb(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(a(92));if(Array.isArray(n)){if(!(1>=n.length))throw Error(a(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:ue(n)}}function Kb(e,t){var n=ue(t.value),r=ue(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function Lb(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}var de="http://www.w3.org/1999/xhtml",he="http://www.w3.org/2000/svg";function Nb(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Ob(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?Nb(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var me,ge,ye=(ge=function(e,t){if(e.namespaceURI!==he||"innerHTML"in e)e.innerHTML=t;else{for((me=me||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=me.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,r){MSApp.execUnsafeLocalFunction(function(){return ge(e,t)})}:ge);function Rb(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}function Sb(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var ve={animationend:Sb("Animation","AnimationEnd"),animationiteration:Sb("Animation","AnimationIteration"),animationstart:Sb("Animation","AnimationStart"),transitionend:Sb("Transition","TransitionEnd")},be={},_e={};function Wb(e){if(be[e])return be[e];if(!ve[e])return e;var t,n=ve[e];for(t in n)if(n.hasOwnProperty(t)&&t in _e)return be[e]=n[t];return e}S&&(_e=document.createElement("div").style,"AnimationEvent"in window||(delete ve.animationend.animation,delete ve.animationiteration.animation,delete ve.animationstart.animation),"TransitionEvent"in window||delete ve.transitionend.transition);var we=Wb("animationend"),ke=Wb("animationiteration"),Oe=Wb("animationstart"),je=Wb("transitionend"),Se="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Te=new("function"==typeof WeakMap?WeakMap:Map);function xe(e){var t=Te.get(e);return void 0===t&&(t=new Map,Te.set(e,t)),t}function Ae(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{!!(1026&(t=e).effectTag)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function Re(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function Ne(e){if(Ae(e)!==e)throw Error(a(188))}function Me(e){if(e=function(e){var t=e.alternate;if(!t){if(null===(t=Ae(e)))throw Error(a(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(null===o)break;var i=o.alternate;if(null===i){if(null!==(r=o.return)){n=r;continue}break}if(o.child===i.child){for(i=o.child;i;){if(i===n)return Ne(o),e;if(i===r)return Ne(o),t;i=i.sibling}throw Error(a(188))}if(n.return!==r.return)n=o,r=i;else{for(var s=!1,u=o.child;u;){if(u===n){s=!0,n=o,r=i;break}if(u===r){s=!0,r=o,n=i;break}u=u.sibling}if(!s){for(u=i.child;u;){if(u===n){s=!0,n=i,r=o;break}if(u===r){s=!0,r=i,n=o;break}u=u.sibling}if(!s)throw Error(a(189))}}if(n.alternate!==r)throw Error(a(190))}if(3!==n.tag)throw Error(a(188));return n.stateNode.current===n?e:t}(e),!e)return null;for(var t=e;;){if(5===t.tag||6===t.tag)return t;if(t.child)t.child.return=t,t=t.child;else{if(t===e)break;for(;!t.sibling;){if(!t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}}return null}function ze(e,t){if(null==t)throw Error(a(30));return null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}function Fe(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}var Be=null;function Ue(e){if(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t))for(var r=0;r<t.length&&!e.isPropagationStopped();r++)y(e,t[r],n[r]);else t&&y(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function We(e){if(null!==e&&(Be=ze(Be,e)),e=Be,Be=null,e){if(Fe(e,Ue),Be)throw Error(a(95));if(l)throw e=p,l=!1,p=null,e}}function Ve(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}function qe(e){if(!S)return!1;var t=(e="on"+e)in document;return t||((t=document.createElement("div")).setAttribute(e,"return;"),t="function"==typeof t[e]),t}var $e=[];function Xe(e){e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,e.ancestors.length=0,10>$e.length&&$e.push(e)}function Ye(e,t,n,r){if($e.length){var o=$e.pop();return o.topLevelType=e,o.eventSystemFlags=r,o.nativeEvent=t,o.targetInst=n,o}return{topLevelType:e,eventSystemFlags:r,nativeEvent:t,targetInst:n,ancestors:[]}}function et(e){var t=e.targetInst,n=t;do{if(!n){e.ancestors.push(n);break}var r=n;if(3===r.tag)r=r.stateNode.containerInfo;else{for(;r.return;)r=r.return;r=3!==r.tag?null:r.stateNode.containerInfo}if(!r)break;5!==(t=n.tag)&&6!==t||e.ancestors.push(n),n=on(r)}while(n);for(n=0;n<e.ancestors.length;n++){t=e.ancestors[n];var o=Ve(e.nativeEvent);r=e.topLevelType;var i=e.nativeEvent,a=e.eventSystemFlags;0===n&&(a|=64);for(var s=null,u=0;u<k.length;u++){var c=k[u];c&&(c=c.extractEvents(r,t,i,o,a))&&(s=ze(s,c))}We(s)}}function tt(e,t,n){if(!n.has(e)){switch(e){case"scroll":Ct(t,"scroll",!0);break;case"focus":case"blur":Ct(t,"focus",!0),Ct(t,"blur",!0),n.set("blur",null),n.set("focus",null);break;case"cancel":case"close":qe(e)&&Ct(t,e,!0);break;case"invalid":case"submit":case"reset":break;default:-1===Se.indexOf(e)&&jt(e,t)}n.set(e,null)}}var nt,rt,ot,it=!1,at=[],st=null,ut=null,ct=null,lt=new Map,pt=new Map,ft=[],dt="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit".split(" "),ht="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" ");function Kc(e,t,n,r,o){return{blockedOn:e,topLevelType:t,eventSystemFlags:32|n,nativeEvent:o,container:r}}function Lc(e,t){switch(e){case"focus":case"blur":st=null;break;case"dragenter":case"dragleave":ut=null;break;case"mouseover":case"mouseout":ct=null;break;case"pointerover":case"pointerout":lt.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":pt.delete(t.pointerId)}}function Mc(e,t,n,r,o,i){return null===e||e.nativeEvent!==i?(e=Kc(t,n,r,o,i),null!==t&&(null!==(t=Nc(t))&&rt(t)),e):(e.eventSystemFlags|=r,e)}function Pc(e){var t=on(e.target);if(null!==t){var n=Ae(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=Re(n)))return e.blockedOn=t,void i.unstable_runWithPriority(e.priority,function(){ot(n)})}else if(3===t&&n.stateNode.hydrate)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function Qc(e){if(null!==e.blockedOn)return!1;var t=Rc(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);if(null!==t){var n=Nc(t);return null!==n&&rt(n),e.blockedOn=t,!1}return!0}function Sc(e,t,n){Qc(e)&&n.delete(t)}function Tc(){for(it=!1;0<at.length;){var e=at[0];if(null!==e.blockedOn){null!==(e=Nc(e.blockedOn))&&nt(e);break}var t=Rc(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);null!==t?e.blockedOn=t:at.shift()}null!==st&&Qc(st)&&(st=null),null!==ut&&Qc(ut)&&(ut=null),null!==ct&&Qc(ct)&&(ct=null),lt.forEach(Sc),pt.forEach(Sc)}function Uc(e,t){e.blockedOn===t&&(e.blockedOn=null,it||(it=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,Tc)))}function Vc(e){function t(t){return Uc(t,e)}if(0<at.length){Uc(at[0],e);for(var n=1;n<at.length;n++){var r=at[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==st&&Uc(st,e),null!==ut&&Uc(ut,e),null!==ct&&Uc(ct,e),lt.forEach(t),pt.forEach(t),n=0;n<ft.length;n++)(r=ft[n]).blockedOn===e&&(r.blockedOn=null);for(;0<ft.length&&null===(n=ft[0]).blockedOn;)Pc(n),null===n.blockedOn&&ft.shift()}var mt={},gt=new Map,yt=new Map,vt=["abort","abort",we,"animationEnd",ke,"animationIteration",Oe,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",je,"transitionEnd","waiting","waiting"];function bt(e,t){for(var n=0;n<e.length;n+=2){var r=e[n],o=e[n+1],i="on"+(o[0].toUpperCase()+o.slice(1));i={phasedRegistrationNames:{bubbled:i,captured:i+"Capture"},dependencies:[r],eventPriority:t},yt.set(r,t),gt.set(r,i),mt[o]=i}}bt("blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),bt("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),bt(vt,2);for(var _t="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),wt=0;wt<_t.length;wt++)yt.set(_t[wt],0);var kt=i.unstable_UserBlockingPriority,Et=i.unstable_runWithPriority,Ot=!0;function jt(e,t){Ct(t,e,!1)}function Ct(e,t,n){var r=yt.get(t);switch(void 0===r?2:r){case 0:r=St.bind(null,t,1,e);break;case 1:r=Tt.bind(null,t,1,e);break;default:r=xt.bind(null,t,1,e)}n?e.addEventListener(t,r,!0):e.addEventListener(t,r,!1)}function St(e,t,n,r){P||Ha();var o=xt,i=P;P=!0;try{Ga(o,e,t,n,r)}finally{(P=i)||La()}}function Tt(e,t,n,r){Et(kt,xt.bind(null,e,t,n,r))}function xt(e,t,n,r){if(Ot)if(0<at.length&&-1<dt.indexOf(e))e=Kc(null,e,t,n,r),at.push(e);else{var o=Rc(e,t,n,r);if(null===o)Lc(e,r);else if(-1<dt.indexOf(e))e=Kc(o,e,t,n,r),at.push(e);else if(!function Oc(e,t,n,r,o){switch(t){case"focus":return st=Mc(st,e,t,n,r,o),!0;case"dragenter":return ut=Mc(ut,e,t,n,r,o),!0;case"mouseover":return ct=Mc(ct,e,t,n,r,o),!0;case"pointerover":var i=o.pointerId;return lt.set(i,Mc(lt.get(i)||null,e,t,n,r,o)),!0;case"gotpointercapture":return i=o.pointerId,pt.set(i,Mc(pt.get(i)||null,e,t,n,r,o)),!0}return!1}(o,e,t,n,r)){Lc(e,r),e=Ye(e,r,null,t);try{Ma(et,e)}finally{Xe(e)}}}}function Rc(e,t,n,r){if(null!==(n=on(n=Ve(r)))){var o=Ae(n);if(null===o)n=null;else{var i=o.tag;if(13===i){if(null!==(n=Re(o)))return n;n=null}else if(3===i){if(o.stateNode.hydrate)return 3===o.tag?o.stateNode.containerInfo:null;n=null}else o!==n&&(n=null)}}e=Ye(e,r,n,t);try{Ma(et,e)}finally{Xe(e)}return null}var At={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},It=["Webkit","ms","Moz","O"];function Pt(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||At.hasOwnProperty(e)&&At[e]?(""+t).trim():t+"px"}function Rt(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=Pt(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}Object.keys(At).forEach(function(e){It.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),At[t]=At[e]})});var Lt=o({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Dt(e,t){if(t){if(Lt[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(a(137,e,""));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(a(60));if("object"!=typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(a(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(a(62,""))}}function Nt(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Mt=de;function zt(e,t){var n=xe(e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument);t=j[t];for(var r=0;r<t.length;r++)tt(t[r],e,n)}function Ft(){}function Bt(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function Ht(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Ut(e,t){var n,r=Ht(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=Ht(r)}}function Wt(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?Wt(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function Vt(){for(var e=window,t=Bt();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(!n)break;t=Bt((e=t.contentWindow).document)}return t}function Gt(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var Kt="$",qt="/$",$t="$?",Xt="$!",Yt=null,Qt=null;function Fd(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function Gd(e,t){return"textarea"===e||"option"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var Jt="function"==typeof setTimeout?setTimeout:void 0,Zt="function"==typeof clearTimeout?clearTimeout:void 0;function Jd(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break}return e}function Kd(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if(n===Kt||n===Xt||n===$t){if(0===t)return e;t--}else n===qt&&t++}e=e.previousSibling}return null}var en=Math.random().toString(36).slice(2),tn="__reactInternalInstance$"+en,nn="__reactEventHandlers$"+en,rn="__reactContainere$"+en;function on(e){var t=e[tn];if(t)return t;for(var n=e.parentNode;n;){if(t=n[rn]||n[tn]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=Kd(e);null!==e;){if(n=e[tn])return n;e=Kd(e)}return t}n=(e=n).parentNode}return null}function Nc(e){return!(e=e[tn]||e[rn])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function Pd(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(a(33))}function Qd(e){return e[nn]||null}function Rd(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function Sd(e,t){var n=e.stateNode;if(!n)return null;var r=h(n);if(!r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw Error(a(231,t,typeof n));return n}function Td(e,t,n){(t=Sd(e,n.dispatchConfig.phasedRegistrationNames[t]))&&(n._dispatchListeners=ze(n._dispatchListeners,t),n._dispatchInstances=ze(n._dispatchInstances,e))}function Ud(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,n=[];t;)n.push(t),t=Rd(t);for(t=n.length;0<t--;)Td(n[t],"captured",e);for(t=0;t<n.length;t++)Td(n[t],"bubbled",e)}}function Vd(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=Sd(e,n.dispatchConfig.registrationName))&&(n._dispatchListeners=ze(n._dispatchListeners,t),n._dispatchInstances=ze(n._dispatchInstances,e))}function Wd(e){e&&e.dispatchConfig.registrationName&&Vd(e._targetInst,null,e)}function Xd(e){Fe(e,Ud)}var an=null,sn=null,un=null;function cn(){if(un)return un;var e,t,n=sn,r=n.length,o="value"in an?an.value:an.textContent,i=o.length;for(e=0;e<r&&n[e]===o[e];e++);var a=r-e;for(t=1;t<=a&&n[r-t]===o[i-t];t++);return un=o.slice(e,1<t?1-t:void 0)}function ln(){return!0}function pn(){return!1}function fn(e,t,n,r){for(var o in this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=n,e=this.constructor.Interface)e.hasOwnProperty(o)&&((t=e[o])?this[o]=t(n):"target"===o?this.target=r:this[o]=n[o]);return this.isDefaultPrevented=(null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue)?ln:pn,this.isPropagationStopped=pn,this}function dn(e,t,n,r){if(this.eventPool.length){var o=this.eventPool.pop();return this.call(o,e,t,n,r),o}return new this(e,t,n,r)}function hn(e){if(!(e instanceof this))throw Error(a(279));e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function mn(e){e.eventPool=[],e.getPooled=dn,e.release=hn}o(fn.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=ln)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=ln)},persist:function(){this.isPersistent=ln},isPersistent:pn,destructor:function(){var e,t=this.constructor.Interface;for(e in t)this[e]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=pn,this._dispatchInstances=this._dispatchListeners=null}}),fn.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null},fn.extend=function(e){function t(){}function n(){return r.apply(this,arguments)}var r=this;t.prototype=r.prototype;var i=new t;return o(i,n.prototype),n.prototype=i,n.prototype.constructor=n,n.Interface=o({},r.Interface,e),n.extend=r.extend,mn(n),n},mn(fn);var gn=fn.extend({data:null}),yn=fn.extend({data:null}),vn=[9,13,27,32],bn=S&&"CompositionEvent"in window,_n=null;S&&"documentMode"in document&&(_n=document.documentMode);var wn=S&&"TextEvent"in window&&!_n,kn=S&&(!bn||_n&&8<_n&&11>=_n),En=String.fromCharCode(32),On={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},jn=!1;function Cn(e,t){switch(e){case"keyup":return-1!==vn.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function Sn(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var Tn=!1;var xn={eventTypes:On,extractEvents:function(e,t,n,r){var o;if(bn)e:{switch(e){case"compositionstart":var i=On.compositionStart;break e;case"compositionend":i=On.compositionEnd;break e;case"compositionupdate":i=On.compositionUpdate;break e}i=void 0}else Tn?Cn(e,n)&&(i=On.compositionEnd):"keydown"===e&&229===n.keyCode&&(i=On.compositionStart);return i?(kn&&"ko"!==n.locale&&(Tn||i!==On.compositionStart?i===On.compositionEnd&&Tn&&(o=cn()):(sn="value"in(an=r)?an.value:an.textContent,Tn=!0)),i=gn.getPooled(i,t,n,r),o?i.data=o:null!==(o=Sn(n))&&(i.data=o),Xd(i),o=i):o=null,(e=wn?function(e,t){switch(e){case"compositionend":return Sn(t);case"keypress":return 32!==t.which?null:(jn=!0,En);case"textInput":return(e=t.data)===En&&jn?null:e;default:return null}}(e,n):function(e,t){if(Tn)return"compositionend"===e||!bn&&Cn(e,t)?(e=cn(),un=sn=an=null,Tn=!1,e):null;switch(e){case"paste":default:return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return kn&&"ko"!==t.locale?null:t.data}}(e,n))?((t=yn.getPooled(On.beforeInput,t,n,r)).data=e,Xd(t)):t=null,null===o?t:null===t?o:[o,t]}},An={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function In(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!An[e.type]:"textarea"===t}var Pn={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function Rn(e,t,n){return(e=fn.getPooled(Pn.change,e,t,n)).type="change",Da(n),Xd(e),e}var Ln=null,Dn=null;function Ce(e){We(e)}function De(e){if(pe(Pd(e)))return e}function Ee(e,t){if("change"===e)return t}var Nn=!1;function Ge(){Ln&&(Ln.detachEvent("onpropertychange",He),Dn=Ln=null)}function He(e){if("value"===e.propertyName&&De(Dn))if(e=Rn(Dn,e,Ve(e)),P)We(e);else{P=!0;try{Fa(Ce,e)}finally{P=!1,La()}}}function Ie(e,t,n){"focus"===e?(Ge(),Dn=n,(Ln=t).attachEvent("onpropertychange",He)):"blur"===e&&Ge()}function Je(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return De(Dn)}function Ke(e,t){if("click"===e)return De(t)}function Le(e,t){if("input"===e||"change"===e)return De(t)}S&&(Nn=qe("input")&&(!document.documentMode||9<document.documentMode));var Mn={eventTypes:Pn,_isInputEventSupported:Nn,extractEvents:function(e,t,n,r){var o=t?Pd(t):window,i=o.nodeName&&o.nodeName.toLowerCase();if("select"===i||"input"===i&&"file"===o.type)var a=Ee;else if(In(o))if(Nn)a=Le;else{a=Je;var s=Ie}else(i=o.nodeName)&&"input"===i.toLowerCase()&&("checkbox"===o.type||"radio"===o.type)&&(a=Ke);if(a&&(a=a(e,t)))return Rn(a,n,r);s&&s(e,o,t),"blur"===e&&(e=o._wrapperState)&&e.controlled&&"number"===o.type&&Db(o,"number",o.value)}},zn=fn.extend({view:null,detail:null}),Fn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Pe(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=Fn[e])&&!!t[e]}function Qe(){return Pe}var Bn=0,Hn=0,Un=!1,Wn=!1,Vn=zn.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Qe,button:null,buttons:null,relatedTarget:function(e){return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement)},movementX:function(e){if("movementX"in e)return e.movementX;var t=Bn;return Bn=e.screenX,Un?"mousemove"===e.type?e.screenX-t:0:(Un=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=Hn;return Hn=e.screenY,Wn?"mousemove"===e.type?e.screenY-t:0:(Wn=!0,0)}}),Gn=Vn.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Kn={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},qn={eventTypes:Kn,extractEvents:function(e,t,n,r,o){var i="mouseover"===e||"pointerover"===e,a="mouseout"===e||"pointerout"===e;if(i&&!(32&o)&&(n.relatedTarget||n.fromElement)||!a&&!i)return null;(i=r.window===r?r:(i=r.ownerDocument)?i.defaultView||i.parentWindow:window,a)?(a=t,null!==(t=(t=n.relatedTarget||n.toElement)?on(t):null)&&(t!==Ae(t)||5!==t.tag&&6!==t.tag)&&(t=null)):a=null;if(a===t)return null;if("mouseout"===e||"mouseover"===e)var s=Vn,u=Kn.mouseLeave,c=Kn.mouseEnter,l="mouse";else"pointerout"!==e&&"pointerover"!==e||(s=Gn,u=Kn.pointerLeave,c=Kn.pointerEnter,l="pointer");if(e=null==a?i:Pd(a),i=null==t?i:Pd(t),(u=s.getPooled(u,a,n,r)).type=l+"leave",u.target=e,u.relatedTarget=i,(n=s.getPooled(c,t,n,r)).type=l+"enter",n.target=i,n.relatedTarget=e,l=t,(r=a)&&l)e:{for(c=l,a=0,e=s=r;e;e=Rd(e))a++;for(e=0,t=c;t;t=Rd(t))e++;for(;0<a-e;)s=Rd(s),a--;for(;0<e-a;)c=Rd(c),e--;for(;a--;){if(s===c||s===c.alternate)break e;s=Rd(s),c=Rd(c)}s=null}else s=null;for(c=s,s=[];r&&r!==c&&(null===(a=r.alternate)||a!==c);)s.push(r),r=Rd(r);for(r=[];l&&l!==c&&(null===(a=l.alternate)||a!==c);)r.push(l),l=Rd(l);for(l=0;l<s.length;l++)Vd(s[l],"bubbled",u);for(l=r.length;0<l--;)Vd(r[l],"captured",n);return 64&o?[u,n]:[u]}};var $n="function"==typeof Object.is?Object.is:function Ze(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},Xn=Object.prototype.hasOwnProperty;function Yn(e,t){if($n(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++)if(!Xn.call(t,n[r])||!$n(e[n[r]],t[n[r]]))return!1;return!0}var Qn=S&&"documentMode"in document&&11>=document.documentMode,Jn={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Zn=null,er=null,tr=null,nr=!1;function rr(e,t){var n=t.window===t?t.document:9===t.nodeType?t:t.ownerDocument;return nr||null==Zn||Zn!==Bt(n)?null:("selectionStart"in(n=Zn)&&Gt(n)?n={start:n.selectionStart,end:n.selectionEnd}:n={anchorNode:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset},tr&&Yn(tr,n)?null:(tr=n,(e=fn.getPooled(Jn.select,er,e,t)).type="select",e.target=Zn,Xd(e),e))}var or={eventTypes:Jn,extractEvents:function(e,t,n,r,o,i){if(!(i=!(o=i||(r.window===r?r.document:9===r.nodeType?r:r.ownerDocument)))){e:{o=xe(o),i=j.onSelect;for(var a=0;a<i.length;a++)if(!o.has(i[a])){o=!1;break e}o=!0}i=!o}if(i)return null;switch(o=t?Pd(t):window,e){case"focus":(In(o)||"true"===o.contentEditable)&&(Zn=o,er=t,tr=null);break;case"blur":tr=er=Zn=null;break;case"mousedown":nr=!0;break;case"contextmenu":case"mouseup":case"dragend":return nr=!1,rr(n,r);case"selectionchange":if(Qn)break;case"keydown":case"keyup":return rr(n,r)}return null}},ir=fn.extend({animationName:null,elapsedTime:null,pseudoElement:null}),ar=fn.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),sr=zn.extend({relatedTarget:null});function ur(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}var cr={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},lr={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},pr=zn.extend({key:function(e){if(e.key){var t=cr[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=ur(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?lr[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Qe,charCode:function(e){return"keypress"===e.type?ur(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?ur(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),fr=Vn.extend({dataTransfer:null}),dr=zn.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Qe}),hr=fn.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),mr=Vn.extend({deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null}),gr={eventTypes:mt,extractEvents:function(e,t,n,r){var o=gt.get(e);if(!o)return null;switch(e){case"keypress":if(0===ur(n))return null;case"keydown":case"keyup":e=pr;break;case"blur":case"focus":e=sr;break;case"click":if(2===n.button)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":e=Vn;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":e=fr;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":e=dr;break;case we:case ke:case Oe:e=ir;break;case je:e=hr;break;case"scroll":e=zn;break;case"wheel":e=mr;break;case"copy":case"cut":case"paste":e=ar;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":e=Gn;break;default:e=fn}return Xd(t=e.getPooled(o,t,n,r)),t}};if(v)throw Error(a(101));v=Array.prototype.slice.call("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),_(),h=Qd,m=Nc,g=Pd,C({SimpleEventPlugin:gr,EnterLeaveEventPlugin:qn,ChangeEventPlugin:Mn,SelectEventPlugin:or,BeforeInputEventPlugin:xn});var yr=[],vr=-1;function br(e){0>vr||(e.current=yr[vr],yr[vr]=null,vr--)}function _r(e,t){vr++,yr[vr]=e.current,e.current=t}var wr={},kr={current:wr},Er={current:!1},Or=wr;function Cf(e,t){var n=e.type.contextTypes;if(!n)return wr;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,i={};for(o in n)i[o]=t[o];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function jr(e){return null!=(e=e.childContextTypes)}function Df(){br(Er),br(kr)}function Ef(e,t,n){if(kr.current!==wr)throw Error(a(168));_r(kr,t),_r(Er,n)}function Ff(e,t,n){var r=e.stateNode;if(e=t.childContextTypes,"function"!=typeof r.getChildContext)return n;for(var i in r=r.getChildContext())if(!(i in e))throw Error(a(108,ae(t)||"Unknown",i));return o({},n,{},r)}function Gf(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||wr,Or=kr.current,_r(kr,e),_r(Er,Er.current),!0}function Hf(e,t,n){var r=e.stateNode;if(!r)throw Error(a(169));n?(e=Ff(e,t,Or),r.__reactInternalMemoizedMergedChildContext=e,br(Er),br(kr),_r(kr,e)):br(Er),_r(Er,n)}var Cr=i.unstable_runWithPriority,Sr=i.unstable_scheduleCallback,Tr=i.unstable_cancelCallback,xr=i.unstable_requestPaint,Ar=i.unstable_now,Ir=i.unstable_getCurrentPriorityLevel,Pr=i.unstable_ImmediatePriority,Rr=i.unstable_UserBlockingPriority,Lr=i.unstable_NormalPriority,Dr=i.unstable_LowPriority,Nr=i.unstable_IdlePriority,Mr={},zr=i.unstable_shouldYield,Fr=void 0!==xr?xr:function(){},Br=null,Hr=null,Ur=!1,Wr=Ar(),Vr=1e4>Wr?Ar:function(){return Ar()-Wr};function Gr(){switch(Ir()){case Pr:return 99;case Rr:return 98;case Lr:return 97;case Dr:return 96;case Nr:return 95;default:throw Error(a(332))}}function Kr(e){switch(e){case 99:return Pr;case 98:return Rr;case 97:return Lr;case 96:return Dr;case 95:return Nr;default:throw Error(a(332))}}function qr(e,t){return e=Kr(e),Cr(e,t)}function $r(e,t,n){return e=Kr(e),Sr(e,t,n)}function Xr(e){return null===Br?(Br=[e],Hr=Sr(Pr,Qr)):Br.push(e),Mr}function Yr(){if(null!==Hr){var e=Hr;Hr=null,Tr(e)}Qr()}function Qr(){if(!Ur&&null!==Br){Ur=!0;var e=0;try{var t=Br;qr(99,function(){for(;e<t.length;e++){var n=t[e];do{n=n(!0)}while(null!==n)}}),Br=null}catch(t){throw null!==Br&&(Br=Br.slice(e+1)),Sr(Pr,Yr),t}finally{Ur=!1}}}function Jr(e,t,n){return 1073741821-(1+((1073741821-e+t/10)/(n/=10)|0))*n}function Zr(e,t){if(e&&e.defaultProps)for(var n in t=o({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}var eo={current:null},to=null,no=null,ro=null;function oo(){ro=no=to=null}function io(e){var t=eo.current;br(eo),e.type._context._currentValue=t}function ao(e,t){for(;null!==e;){var n=e.alternate;if(e.childExpirationTime<t)e.childExpirationTime=t,null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t);else{if(!(null!==n&&n.childExpirationTime<t))break;n.childExpirationTime=t}e=e.return}}function so(e,t){to=e,ro=no=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(e.expirationTime>=t&&(ai=!0),e.firstContext=null)}function uo(e,t){if(ro!==e&&!1!==t&&0!==t)if("number"==typeof t&&1073741823!==t||(ro=e,t=1073741823),t={context:e,observedBits:t,next:null},null===no){if(null===to)throw Error(a(308));no=t,to.dependencies={expirationTime:0,firstContext:t,responders:null}}else no=no.next=t;return e._currentValue}var co=!1;function lo(e){e.updateQueue={baseState:e.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}function po(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,baseQueue:e.baseQueue,shared:e.shared,effects:e.effects})}function fo(e,t){return(e={expirationTime:e,suspenseConfig:t,tag:0,payload:null,callback:null,next:null}).next=e}function ho(e,t){if(null!==(e=e.updateQueue)){var n=(e=e.shared).pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}}function mo(e,t){var n=e.alternate;null!==n&&po(n,e),null===(n=(e=e.updateQueue).baseQueue)?(e.baseQueue=t.next=t,t.next=t):(t.next=n.next,n.next=t)}function go(e,t,n,r){var i=e.updateQueue;co=!1;var a=i.baseQueue,s=i.shared.pending;if(null!==s){if(null!==a){var u=a.next;a.next=s.next,s.next=u}a=s,i.shared.pending=null,null!==(u=e.alternate)&&(null!==(u=u.updateQueue)&&(u.baseQueue=s))}if(null!==a){u=a.next;var c=i.baseState,l=0,p=null,f=null,d=null;if(null!==u)for(var h=u;;){if((s=h.expirationTime)<r){var m={expirationTime:h.expirationTime,suspenseConfig:h.suspenseConfig,tag:h.tag,payload:h.payload,callback:h.callback,next:null};null===d?(f=d=m,p=c):d=d.next=m,s>l&&(l=s)}else{null!==d&&(d=d.next={expirationTime:1073741823,suspenseConfig:h.suspenseConfig,tag:h.tag,payload:h.payload,callback:h.callback,next:null}),Ag(s,h.suspenseConfig);e:{var g=e,y=h;switch(s=t,m=n,y.tag){case 1:if("function"==typeof(g=y.payload)){c=g.call(m,c,s);break e}c=g;break e;case 3:g.effectTag=-4097&g.effectTag|64;case 0:if(null==(s="function"==typeof(g=y.payload)?g.call(m,c,s):g))break e;c=o({},c,s);break e;case 2:co=!0}}null!==h.callback&&(e.effectTag|=32,null===(s=i.effects)?i.effects=[h]:s.push(h))}if(null===(h=h.next)||h===u){if(null===(s=i.shared.pending))break;h=a.next=s.next,s.next=u,i.baseQueue=a=s,i.shared.pending=null}}null===d?p=c:d.next=f,i.baseState=p,i.baseQueue=d,Bg(l),e.expirationTime=l,e.memoizedState=c}}function Cg(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(null!==o){if(r.callback=null,r=o,o=n,"function"!=typeof r)throw Error(a(191,r));r.call(o)}}}var yo=H.ReactCurrentBatchConfig,vo=(new r.Component).refs;function Fg(e,t,n,r){n=null==(n=n(r,t=e.memoizedState))?t:o({},t,n),e.memoizedState=n,0===e.expirationTime&&(e.updateQueue.baseState=n)}var bo={isMounted:function(e){return!!(e=e._reactInternalFiber)&&Ae(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternalFiber;var r=Gg(),o=yo.suspense;(o=fo(r=Hg(r,e,o),o)).payload=t,null!=n&&(o.callback=n),ho(e,o),Ig(e,r)},enqueueReplaceState:function(e,t,n){e=e._reactInternalFiber;var r=Gg(),o=yo.suspense;(o=fo(r=Hg(r,e,o),o)).tag=1,o.payload=t,null!=n&&(o.callback=n),ho(e,o),Ig(e,r)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var n=Gg(),r=yo.suspense;(r=fo(n=Hg(n,e,r),r)).tag=2,null!=t&&(r.callback=t),ho(e,r),Ig(e,n)}};function Kg(e,t,n,r,o,i,a){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,i,a):!t.prototype||!t.prototype.isPureReactComponent||(!Yn(n,r)||!Yn(o,i))}function Lg(e,t,n){var r=!1,o=wr,i=t.contextType;return"object"==typeof i&&null!==i?i=uo(i):(o=jr(t)?Or:kr.current,i=(r=null!=(r=t.contextTypes))?Cf(e,o):wr),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=bo,e.stateNode=t,t._reactInternalFiber=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function Mg(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&bo.enqueueReplaceState(t,t.state,null)}function Ng(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs=vo,lo(e);var i=t.contextType;"object"==typeof i&&null!==i?o.context=uo(i):(i=jr(t)?Or:kr.current,o.context=Cf(e,i)),go(e,n,o,r),o.state=e.memoizedState,"function"==typeof(i=t.getDerivedStateFromProps)&&(Fg(e,t,i,n),o.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof o.getSnapshotBeforeUpdate||"function"!=typeof o.UNSAFE_componentWillMount&&"function"!=typeof o.componentWillMount||(t=o.state,"function"==typeof o.componentWillMount&&o.componentWillMount(),"function"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount(),t!==o.state&&bo.enqueueReplaceState(o,o.state,null),go(e,n,o,r),o.state=e.memoizedState),"function"==typeof o.componentDidMount&&(e.effectTag|=4)}var _o=Array.isArray;function Pg(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(a(309));var r=n.stateNode}if(!r)throw Error(a(147,e));var o=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===o?t.ref:(t=function(e){var t=r.refs;t===vo&&(t=r.refs={}),null===e?delete t[o]:t[o]=e},t._stringRef=o,t)}if("string"!=typeof e)throw Error(a(284));if(!n._owner)throw Error(a(290,e))}return e}function Qg(e,t){if("textarea"!==e.type)throw Error(a(31,"[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,""))}function Rg(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.effectTag=8}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function o(e,t){return(e=Sg(e,t)).index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.effectTag=2,n):r:(t.effectTag=2,n):n}function s(t){return e&&null===t.alternate&&(t.effectTag=2),t}function u(e,t,n,r){return null===t||6!==t.tag?((t=Tg(n,e.mode,r)).return=e,t):((t=o(t,n)).return=e,t)}function c(e,t,n,r){return null!==t&&t.elementType===n.type?((r=o(t,n.props)).ref=Pg(e,t,n),r.return=e,r):((r=Ug(n.type,n.key,n.props,null,e.mode,r)).ref=Pg(e,t,n),r.return=e,r)}function l(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=Vg(n,e.mode,r)).return=e,t):((t=o(t,n.children||[])).return=e,t)}function p(e,t,n,r,i){return null===t||7!==t.tag?((t=Wg(n,e.mode,r,i)).return=e,t):((t=o(t,n)).return=e,t)}function f(e,t,n){if("string"==typeof t||"number"==typeof t)return(t=Tg(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case V:return(n=Ug(t.type,t.key,t.props,null,e.mode,n)).ref=Pg(e,null,t),n.return=e,n;case G:return(t=Vg(t,e.mode,n)).return=e,t}if(_o(t)||ie(t))return(t=Wg(t,e.mode,n,null)).return=e,t;Qg(e,t)}return null}function d(e,t,n,r){var o=null!==t?t.key:null;if("string"==typeof n||"number"==typeof n)return null!==o?null:u(e,t,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case V:return n.key===o?n.type===K?p(e,t,n.props.children,r,o):c(e,t,n,r):null;case G:return n.key===o?l(e,t,n,r):null}if(_o(n)||ie(n))return null!==o?null:p(e,t,n,r,null);Qg(e,n)}return null}function h(e,t,n,r,o){if("string"==typeof r||"number"==typeof r)return u(t,e=e.get(n)||null,""+r,o);if("object"==typeof r&&null!==r){switch(r.$$typeof){case V:return e=e.get(null===r.key?n:r.key)||null,r.type===K?p(t,e,r.props.children,o,r.key):c(t,e,r,o);case G:return l(t,e=e.get(null===r.key?n:r.key)||null,r,o)}if(_o(r)||ie(r))return p(t,e=e.get(n)||null,r,o,null);Qg(t,r)}return null}function m(o,a,s,u){for(var c=null,l=null,p=a,m=a=0,g=null;null!==p&&m<s.length;m++){p.index>m?(g=p,p=null):g=p.sibling;var y=d(o,p,s[m],u);if(null===y){null===p&&(p=g);break}e&&p&&null===y.alternate&&t(o,p),a=i(y,a,m),null===l?c=y:l.sibling=y,l=y,p=g}if(m===s.length)return n(o,p),c;if(null===p){for(;m<s.length;m++)null!==(p=f(o,s[m],u))&&(a=i(p,a,m),null===l?c=p:l.sibling=p,l=p);return c}for(p=r(o,p);m<s.length;m++)null!==(g=h(p,o,m,s[m],u))&&(e&&null!==g.alternate&&p.delete(null===g.key?m:g.key),a=i(g,a,m),null===l?c=g:l.sibling=g,l=g);return e&&p.forEach(function(e){return t(o,e)}),c}function g(o,s,u,c){var l=ie(u);if("function"!=typeof l)throw Error(a(150));if(null==(u=l.call(u)))throw Error(a(151));for(var p=l=null,m=s,g=s=0,y=null,v=u.next();null!==m&&!v.done;g++,v=u.next()){m.index>g?(y=m,m=null):y=m.sibling;var b=d(o,m,v.value,c);if(null===b){null===m&&(m=y);break}e&&m&&null===b.alternate&&t(o,m),s=i(b,s,g),null===p?l=b:p.sibling=b,p=b,m=y}if(v.done)return n(o,m),l;if(null===m){for(;!v.done;g++,v=u.next())null!==(v=f(o,v.value,c))&&(s=i(v,s,g),null===p?l=v:p.sibling=v,p=v);return l}for(m=r(o,m);!v.done;g++,v=u.next())null!==(v=h(m,o,g,v.value,c))&&(e&&null!==v.alternate&&m.delete(null===v.key?g:v.key),s=i(v,s,g),null===p?l=v:p.sibling=v,p=v);return e&&m.forEach(function(e){return t(o,e)}),l}return function(e,r,i,u){var c="object"==typeof i&&null!==i&&i.type===K&&null===i.key;c&&(i=i.props.children);var l="object"==typeof i&&null!==i;if(l)switch(i.$$typeof){case V:e:{for(l=i.key,c=r;null!==c;){if(c.key===l){if(7===c.tag){if(i.type===K){n(e,c.sibling),(r=o(c,i.props.children)).return=e,e=r;break e}}else if(c.elementType===i.type){n(e,c.sibling),(r=o(c,i.props)).ref=Pg(e,c,i),r.return=e,e=r;break e}n(e,c);break}t(e,c),c=c.sibling}i.type===K?((r=Wg(i.props.children,e.mode,u,i.key)).return=e,e=r):((u=Ug(i.type,i.key,i.props,null,e.mode,u)).ref=Pg(e,r,i),u.return=e,e=u)}return s(e);case G:e:{for(c=i.key;null!==r;){if(r.key===c){if(4===r.tag&&r.stateNode.containerInfo===i.containerInfo&&r.stateNode.implementation===i.implementation){n(e,r.sibling),(r=o(r,i.children||[])).return=e,e=r;break e}n(e,r);break}t(e,r),r=r.sibling}(r=Vg(i,e.mode,u)).return=e,e=r}return s(e)}if("string"==typeof i||"number"==typeof i)return i=""+i,null!==r&&6===r.tag?(n(e,r.sibling),(r=o(r,i)).return=e,e=r):(n(e,r),(r=Tg(i,e.mode,u)).return=e,e=r),s(e);if(_o(i))return m(e,r,i,u);if(ie(i))return g(e,r,i,u);if(l&&Qg(e,i),void 0===i&&!c)switch(e.tag){case 1:case 0:throw e=e.type,Error(a(152,e.displayName||e.name||"Component"))}return n(e,r)}}var wo=Rg(!0),ko=Rg(!1),Eo={},Oo={current:Eo},jo={current:Eo},Co={current:Eo};function So(e){if(e===Eo)throw Error(a(174));return e}function To(e,t){switch(_r(Co,t),_r(jo,e),_r(Oo,Eo),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:Ob(null,"");break;default:t=Ob(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}br(Oo),_r(Oo,t)}function xo(){br(Oo),br(jo),br(Co)}function Ao(e){So(Co.current);var t=So(Oo.current),n=Ob(t,e.type);t!==n&&(_r(jo,e),_r(Oo,n))}function Io(e){jo.current===e&&(br(Oo),br(jo))}var Po={current:0};function Ro(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||n.data===$t||n.data===Xt))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(64&t.effectTag)return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function Lo(e,t){return{responder:e,props:t}}var Do=H.ReactCurrentDispatcher,No=H.ReactCurrentBatchConfig,Mo=0,zo=null,Fo=null,Bo=null,Ho=!1;function Uo(){throw Error(a(321))}function Wo(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!$n(e[n],t[n]))return!1;return!0}function Vo(e,t,n,r,o,i){if(Mo=i,zo=t,t.memoizedState=null,t.updateQueue=null,t.expirationTime=0,Do.current=null===e||null===e.memoizedState?Zo:ei,e=n(r,o),t.expirationTime===Mo){i=0;do{if(t.expirationTime=0,!(25>i))throw Error(a(301));i+=1,Bo=Fo=null,t.updateQueue=null,Do.current=ti,e=n(r,o)}while(t.expirationTime===Mo)}if(Do.current=Jo,t=null!==Fo&&null!==Fo.next,Mo=0,Bo=Fo=zo=null,Ho=!1,t)throw Error(a(300));return e}function Go(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===Bo?zo.memoizedState=Bo=e:Bo=Bo.next=e,Bo}function Ko(){if(null===Fo){var e=zo.alternate;e=null!==e?e.memoizedState:null}else e=Fo.next;var t=null===Bo?zo.memoizedState:Bo.next;if(null!==t)Bo=t,Fo=e;else{if(null===e)throw Error(a(310));e={memoizedState:(Fo=e).memoizedState,baseState:Fo.baseState,baseQueue:Fo.baseQueue,queue:Fo.queue,next:null},null===Bo?zo.memoizedState=Bo=e:Bo=Bo.next=e}return Bo}function qo(e,t){return"function"==typeof t?t(e):t}function $o(e){var t=Ko(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var r=Fo,o=r.baseQueue,i=n.pending;if(null!==i){if(null!==o){var s=o.next;o.next=i.next,i.next=s}r.baseQueue=o=i,n.pending=null}if(null!==o){o=o.next,r=r.baseState;var u=s=i=null,c=o;do{var l=c.expirationTime;if(l<Mo){var p={expirationTime:c.expirationTime,suspenseConfig:c.suspenseConfig,action:c.action,eagerReducer:c.eagerReducer,eagerState:c.eagerState,next:null};null===u?(s=u=p,i=r):u=u.next=p,l>zo.expirationTime&&(zo.expirationTime=l,Bg(l))}else null!==u&&(u=u.next={expirationTime:1073741823,suspenseConfig:c.suspenseConfig,action:c.action,eagerReducer:c.eagerReducer,eagerState:c.eagerState,next:null}),Ag(l,c.suspenseConfig),r=c.eagerReducer===e?c.eagerState:e(r,c.action);c=c.next}while(null!==c&&c!==o);null===u?i=r:u.next=s,$n(r,t.memoizedState)||(ai=!0),t.memoizedState=r,t.baseState=i,t.baseQueue=u,n.lastRenderedState=r}return[t.memoizedState,n.dispatch]}function Xo(e){var t=Ko(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,i=t.memoizedState;if(null!==o){n.pending=null;var s=o=o.next;do{i=e(i,s.action),s=s.next}while(s!==o);$n(i,t.memoizedState)||(ai=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),n.lastRenderedState=i}return[i,r]}function Yo(e){var t=Go();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={pending:null,dispatch:null,lastRenderedReducer:qo,lastRenderedState:e}).dispatch=Qo.bind(null,zo,e),[t.memoizedState,e]}function Ah(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=zo.updateQueue)?(t={lastEffect:null},zo.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function Bh(){return Ko().memoizedState}function Ch(e,t,n,r){var o=Go();zo.effectTag|=e,o.memoizedState=Ah(1|t,n,void 0,void 0===r?null:r)}function Dh(e,t,n,r){var o=Ko();r=void 0===r?null:r;var i=void 0;if(null!==Fo){var a=Fo.memoizedState;if(i=a.destroy,null!==r&&Wo(r,a.deps))return void Ah(t,n,i,r)}zo.effectTag|=e,o.memoizedState=Ah(1|t,n,i,r)}function Eh(e,t){return Ch(516,4,e,t)}function Fh(e,t){return Dh(516,4,e,t)}function Gh(e,t){return Dh(4,2,e,t)}function Hh(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function Ih(e,t,n){return n=null!=n?n.concat([e]):null,Dh(4,2,Hh.bind(null,t,e),n)}function Jh(){}function Kh(e,t){return Go().memoizedState=[e,void 0===t?null:t],e}function Lh(e,t){var n=Ko();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&Wo(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function Mh(e,t){var n=Ko();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&Wo(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function Nh(e,t,n){var r=Gr();qr(98>r?98:r,function(){e(!0)}),qr(97<r?97:r,function(){var r=No.suspense;No.suspense=void 0===t?null:t;try{e(!1),n()}finally{No.suspense=r}})}function Qo(e,t,n){var r=Gg(),o=yo.suspense;o={expirationTime:r=Hg(r,e,o),suspenseConfig:o,action:n,eagerReducer:null,eagerState:null,next:null};var i=t.pending;if(null===i?o.next=o:(o.next=i.next,i.next=o),t.pending=o,i=e.alternate,e===zo||null!==i&&i===zo)Ho=!0,o.expirationTime=Mo,zo.expirationTime=Mo;else{if(0===e.expirationTime&&(null===i||0===i.expirationTime)&&null!==(i=t.lastRenderedReducer))try{var a=t.lastRenderedState,s=i(a,n);if(o.eagerReducer=i,o.eagerState=s,$n(s,a))return}catch(e){}Ig(e,r)}}var Jo={readContext:uo,useCallback:Uo,useContext:Uo,useEffect:Uo,useImperativeHandle:Uo,useLayoutEffect:Uo,useMemo:Uo,useReducer:Uo,useRef:Uo,useState:Uo,useDebugValue:Uo,useResponder:Uo,useDeferredValue:Uo,useTransition:Uo},Zo={readContext:uo,useCallback:Kh,useContext:uo,useEffect:Eh,useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,Ch(4,2,Hh.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Ch(4,2,e,t)},useMemo:function(e,t){var n=Go();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=Go();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e=(e=r.queue={pending:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:t}).dispatch=Qo.bind(null,zo,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},Go().memoizedState=e},useState:Yo,useDebugValue:Jh,useResponder:Lo,useDeferredValue:function(e,t){var n=Yo(e),r=n[0],o=n[1];return Eh(function(){var n=No.suspense;No.suspense=void 0===t?null:t;try{o(e)}finally{No.suspense=n}},[e,t]),r},useTransition:function(e){var t=Yo(!1),n=t[0];return t=t[1],[Kh(Nh.bind(null,t,e),[t,e]),n]}},ei={readContext:uo,useCallback:Lh,useContext:uo,useEffect:Fh,useImperativeHandle:Ih,useLayoutEffect:Gh,useMemo:Mh,useReducer:$o,useRef:Bh,useState:function(){return $o(qo)},useDebugValue:Jh,useResponder:Lo,useDeferredValue:function(e,t){var n=$o(qo),r=n[0],o=n[1];return Fh(function(){var n=No.suspense;No.suspense=void 0===t?null:t;try{o(e)}finally{No.suspense=n}},[e,t]),r},useTransition:function(e){var t=$o(qo),n=t[0];return t=t[1],[Lh(Nh.bind(null,t,e),[t,e]),n]}},ti={readContext:uo,useCallback:Lh,useContext:uo,useEffect:Fh,useImperativeHandle:Ih,useLayoutEffect:Gh,useMemo:Mh,useReducer:Xo,useRef:Bh,useState:function(){return Xo(qo)},useDebugValue:Jh,useResponder:Lo,useDeferredValue:function(e,t){var n=Xo(qo),r=n[0],o=n[1];return Fh(function(){var n=No.suspense;No.suspense=void 0===t?null:t;try{o(e)}finally{No.suspense=n}},[e,t]),r},useTransition:function(e){var t=Xo(qo),n=t[0];return t=t[1],[Lh(Nh.bind(null,t,e),[t,e]),n]}},ni=null,ri=null,oi=!1;function Rh(e,t){var n=Sh(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function Th(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);default:return!1}}function Uh(e){if(oi){var t=ri;if(t){var n=t;if(!Th(e,t)){if(!(t=Jd(n.nextSibling))||!Th(e,t))return e.effectTag=-1025&e.effectTag|2,oi=!1,void(ni=e);Rh(ni,n)}ni=e,ri=Jd(t.firstChild)}else e.effectTag=-1025&e.effectTag|2,oi=!1,ni=e}}function Vh(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;ni=e}function Wh(e){if(e!==ni)return!1;if(!oi)return Vh(e),oi=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!Gd(t,e.memoizedProps))for(t=ri;t;)Rh(e,t),t=Jd(t.nextSibling);if(Vh(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(a(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if(n===qt){if(0===t){ri=Jd(e.nextSibling);break e}t--}else n!==Kt&&n!==Xt&&n!==$t||t++}e=e.nextSibling}ri=null}}else ri=ni?Jd(e.stateNode.nextSibling):null;return!0}function Xh(){ri=ni=null,oi=!1}var ii=H.ReactCurrentOwner,ai=!1;function si(e,t,n,r){t.child=null===e?ko(t,null,n,r):wo(t,e.child,n,r)}function Zh(e,t,n,r,o){n=n.render;var i=t.ref;return so(t,o),r=Vo(e,t,n,r,i,o),null===e||ai?(t.effectTag|=1,si(e,t,r,o),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=o&&(e.expirationTime=0),Ti(e,t,o))}function ui(e,t,n,r,o,i){if(null===e){var a=n.type;return"function"!=typeof a||es(a)||void 0!==a.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Ug(n.type,null,r,null,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=a,ci(e,t,a,r,o,i))}return a=e.child,o<i&&(o=a.memoizedProps,(n=null!==(n=n.compare)?n:Yn)(o,r)&&e.ref===t.ref)?Ti(e,t,i):(t.effectTag|=1,(e=Sg(a,r)).ref=t.ref,e.return=t,t.child=e)}function ci(e,t,n,r,o,i){return null!==e&&Yn(e.memoizedProps,r)&&e.ref===t.ref&&(ai=!1,o<i)?(t.expirationTime=e.expirationTime,Ti(e,t,i)):pi(e,t,n,r,i)}function li(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function pi(e,t,n,r,o){var i=jr(n)?Or:kr.current;return i=Cf(t,i),so(t,o),n=Vo(e,t,n,r,i,o),null===e||ai?(t.effectTag|=1,si(e,t,n,o),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=o&&(e.expirationTime=0),Ti(e,t,o))}function fi(e,t,n,r,o){if(jr(n)){var i=!0;Gf(t)}else i=!1;if(so(t,o),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),Lg(t,n,r),Ng(t,n,r,o),r=!0;else if(null===e){var a=t.stateNode,s=t.memoizedProps;a.props=s;var u=a.context,c=n.contextType;"object"==typeof c&&null!==c?c=uo(c):c=Cf(t,c=jr(n)?Or:kr.current);var l=n.getDerivedStateFromProps,p="function"==typeof l||"function"==typeof a.getSnapshotBeforeUpdate;p||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(s!==r||u!==c)&&Mg(t,a,r,c),co=!1;var f=t.memoizedState;a.state=f,go(t,r,a,o),u=t.memoizedState,s!==r||f!==u||Er.current||co?("function"==typeof l&&(Fg(t,n,l,r),u=t.memoizedState),(s=co||Kg(t,n,s,r,f,u,c))?(p||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||("function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),"function"==typeof a.componentDidMount&&(t.effectTag|=4)):("function"==typeof a.componentDidMount&&(t.effectTag|=4),t.memoizedProps=r,t.memoizedState=u),a.props=r,a.state=u,a.context=c,r=s):("function"==typeof a.componentDidMount&&(t.effectTag|=4),r=!1)}else a=t.stateNode,po(e,t),s=t.memoizedProps,a.props=t.type===t.elementType?s:Zr(t.type,s),u=a.context,"object"==typeof(c=n.contextType)&&null!==c?c=uo(c):c=Cf(t,c=jr(n)?Or:kr.current),(p="function"==typeof(l=n.getDerivedStateFromProps)||"function"==typeof a.getSnapshotBeforeUpdate)||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(s!==r||u!==c)&&Mg(t,a,r,c),co=!1,u=t.memoizedState,a.state=u,go(t,r,a,o),f=t.memoizedState,s!==r||u!==f||Er.current||co?("function"==typeof l&&(Fg(t,n,l,r),f=t.memoizedState),(l=co||Kg(t,n,s,r,u,f,c))?(p||"function"!=typeof a.UNSAFE_componentWillUpdate&&"function"!=typeof a.componentWillUpdate||("function"==typeof a.componentWillUpdate&&a.componentWillUpdate(r,f,c),"function"==typeof a.UNSAFE_componentWillUpdate&&a.UNSAFE_componentWillUpdate(r,f,c)),"function"==typeof a.componentDidUpdate&&(t.effectTag|=4),"function"==typeof a.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!=typeof a.componentDidUpdate||s===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=4),"function"!=typeof a.getSnapshotBeforeUpdate||s===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=256),t.memoizedProps=r,t.memoizedState=f),a.props=r,a.state=f,a.context=c,r=l):("function"!=typeof a.componentDidUpdate||s===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=4),"function"!=typeof a.getSnapshotBeforeUpdate||s===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=256),r=!1);return di(e,t,n,r,i,o)}function di(e,t,n,r,o,i){li(e,t);var a=!!(64&t.effectTag);if(!r&&!a)return o&&Hf(t,n,!1),Ti(e,t,i);r=t.stateNode,ii.current=t;var s=a&&"function"!=typeof n.getDerivedStateFromError?null:r.render();return t.effectTag|=1,null!==e&&a?(t.child=wo(t,e.child,null,i),t.child=wo(t,null,s,i)):si(e,t,s,i),t.memoizedState=r.state,o&&Hf(t,n,!0),t.child}function hi(e){var t=e.stateNode;t.pendingContext?Ef(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Ef(0,t.context,!1),To(e,t.containerInfo)}var mi,gi,yi,vi,bi={dehydrated:null,retryTime:0};function _i(e,t,n){var r,o=t.mode,i=t.pendingProps,a=Po.current,s=!1;if((r=!!(64&t.effectTag))||(r=!!(2&a)&&(null===e||null!==e.memoizedState)),r?(s=!0,t.effectTag&=-65):null!==e&&null===e.memoizedState||void 0===i.fallback||!0===i.unstable_avoidThisFallback||(a|=1),_r(Po,1&a),null===e){if(void 0!==i.fallback&&Uh(t),s){if(s=i.fallback,(i=Wg(null,o,0,null)).return=t,!(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=Wg(s,o,n,null)).return=t,i.sibling=n,t.memoizedState=bi,t.child=i,n}return o=i.children,t.memoizedState=null,t.child=ko(t,null,o,n)}if(null!==e.memoizedState){if(o=(e=e.child).sibling,s){if(i=i.fallback,(n=Sg(e,e.pendingProps)).return=t,!(2&t.mode)&&(s=null!==t.memoizedState?t.child.child:t.child)!==e.child)for(n.child=s;null!==s;)s.return=n,s=s.sibling;return(o=Sg(o,i)).return=t,n.sibling=o,n.childExpirationTime=0,t.memoizedState=bi,t.child=n,o}return n=wo(t,e.child,i.children,n),t.memoizedState=null,t.child=n}if(e=e.child,s){if(s=i.fallback,(i=Wg(null,o,0,null)).return=t,i.child=e,null!==e&&(e.return=i),!(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=Wg(s,o,n,null)).return=t,i.sibling=n,n.effectTag|=2,i.childExpirationTime=0,t.memoizedState=bi,t.child=i,n}return t.memoizedState=null,t.child=wo(t,e,i.children,n)}function wi(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t),ao(e.return,t)}function ki(e,t,n,r,o,i){var a=e.memoizedState;null===a?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailExpiration:0,tailMode:o,lastEffect:i}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=r,a.tail=n,a.tailExpiration=0,a.tailMode=o,a.lastEffect=i)}function ji(e,t,n){var r=t.pendingProps,o=r.revealOrder,i=r.tail;if(si(e,t,r.children,n),2&(r=Po.current))r=1&r|2,t.effectTag|=64;else{if(null!==e&&64&e.effectTag)e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&wi(e,n);else if(19===e.tag)wi(e,n);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(_r(Po,r),2&t.mode)switch(o){case"forwards":for(n=t.child,o=null;null!==n;)null!==(e=n.alternate)&&null===Ro(e)&&(o=n),n=n.sibling;null===(n=o)?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),ki(t,!1,o,n,i,t.lastEffect);break;case"backwards":for(n=null,o=t.child,t.child=null;null!==o;){if(null!==(e=o.alternate)&&null===Ro(e)){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}ki(t,!0,n,null,i,t.lastEffect);break;case"together":ki(t,!1,null,null,void 0,t.lastEffect);break;default:t.memoizedState=null}else t.memoizedState=null;return t.child}function Ti(e,t,n){null!==e&&(t.dependencies=e.dependencies);var r=t.expirationTime;if(0!==r&&Bg(r),t.childExpirationTime<n)return null;if(null!==e&&t.child!==e.child)throw Error(a(153));if(null!==t.child){for(n=Sg(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Sg(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function xi(e,t){switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function Li(e,t,n){var r=t.pendingProps;switch(t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:case 17:return jr(t.type)&&Df(),null;case 3:return xo(),br(Er),br(kr),(n=t.stateNode).pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),null!==e&&null!==e.child||!Wh(t)||(t.effectTag|=4),gi(t),null;case 5:Io(t),n=So(Co.current);var i=t.type;if(null!==e&&null!=t.stateNode)yi(e,t,i,r,n),e.ref!==t.ref&&(t.effectTag|=128);else{if(!r){if(null===t.stateNode)throw Error(a(166));return null}if(e=So(Oo.current),Wh(t)){r=t.stateNode,i=t.type;var s=t.memoizedProps;switch(r[tn]=t,r[nn]=s,i){case"iframe":case"object":case"embed":jt("load",r);break;case"video":case"audio":for(e=0;e<Se.length;e++)jt(Se[e],r);break;case"source":jt("error",r);break;case"img":case"image":case"link":jt("error",r),jt("load",r);break;case"form":jt("reset",r),jt("submit",r);break;case"details":jt("toggle",r);break;case"input":Ab(r,s),jt("invalid",r),zt(n,"onChange");break;case"select":r._wrapperState={wasMultiple:!!s.multiple},jt("invalid",r),zt(n,"onChange");break;case"textarea":Jb(r,s),jt("invalid",r),zt(n,"onChange")}for(var u in Dt(i,s),e=null,s)if(s.hasOwnProperty(u)){var c=s[u];"children"===u?"string"==typeof c?r.textContent!==c&&(e=["children",c]):"number"==typeof c&&r.textContent!==""+c&&(e=["children",""+c]):O.hasOwnProperty(u)&&null!=c&&zt(n,u)}switch(i){case"input":le(r),Eb(r,s,!0);break;case"textarea":le(r),Lb(r);break;case"select":case"option":break;default:"function"==typeof s.onClick&&(r.onclick=Ft)}n=e,t.updateQueue=n,null!==n&&(t.effectTag|=4)}else{switch(u=9===n.nodeType?n:n.ownerDocument,e===Mt&&(e=Nb(i)),e===Mt?"script"===i?((e=u.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"==typeof r.is?e=u.createElement(i,{is:r.is}):(e=u.createElement(i),"select"===i&&(u=e,r.multiple?u.multiple=!0:r.size&&(u.size=r.size))):e=u.createElementNS(e,i),e[tn]=t,e[nn]=r,mi(e,t,!1,!1),t.stateNode=e,u=Nt(i,r),i){case"iframe":case"object":case"embed":jt("load",e),c=r;break;case"video":case"audio":for(c=0;c<Se.length;c++)jt(Se[c],e);c=r;break;case"source":jt("error",e),c=r;break;case"img":case"image":case"link":jt("error",e),jt("load",e),c=r;break;case"form":jt("reset",e),jt("submit",e),c=r;break;case"details":jt("toggle",e),c=r;break;case"input":Ab(e,r),c=fe(e,r),jt("invalid",e),zt(n,"onChange");break;case"option":c=Gb(e,r);break;case"select":e._wrapperState={wasMultiple:!!r.multiple},c=o({},r,{value:void 0}),jt("invalid",e),zt(n,"onChange");break;case"textarea":Jb(e,r),c=Ib(e,r),jt("invalid",e),zt(n,"onChange");break;default:c=r}Dt(i,c);var l=c;for(s in l)if(l.hasOwnProperty(s)){var p=l[s];"style"===s?Rt(e,p):"dangerouslySetInnerHTML"===s?null!=(p=p?p.__html:void 0)&&ye(e,p):"children"===s?"string"==typeof p?("textarea"!==i||""!==p)&&Rb(e,p):"number"==typeof p&&Rb(e,""+p):"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&"autoFocus"!==s&&(O.hasOwnProperty(s)?null!=p&&zt(n,s):null!=p&&Xa(e,s,p,u))}switch(i){case"input":le(e),Eb(e,r,!1);break;case"textarea":le(e),Lb(e);break;case"option":null!=r.value&&e.setAttribute("value",""+ue(r.value));break;case"select":e.multiple=!!r.multiple,null!=(n=r.value)?Hb(e,!!r.multiple,n,!1):null!=r.defaultValue&&Hb(e,!!r.multiple,r.defaultValue,!0);break;default:"function"==typeof c.onClick&&(e.onclick=Ft)}Fd(i,r)&&(t.effectTag|=4)}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)vi(e,t,e.memoizedProps,r);else{if("string"!=typeof r&&null===t.stateNode)throw Error(a(166));n=So(Co.current),So(Oo.current),Wh(t)?(n=t.stateNode,r=t.memoizedProps,n[tn]=t,n.nodeValue!==r&&(t.effectTag|=4)):((n=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[tn]=t,t.stateNode=n)}return null;case 13:return br(Po),r=t.memoizedState,64&t.effectTag?(t.expirationTime=n,t):(n=null!==r,r=!1,null===e?void 0!==t.memoizedProps.fallback&&Wh(t):(r=null!==(i=e.memoizedState),n||null===i||null!==(i=e.child.sibling)&&(null!==(s=t.firstEffect)?(t.firstEffect=i,i.nextEffect=s):(t.firstEffect=t.lastEffect=i,i.nextEffect=null),i.effectTag=8)),n&&!r&&2&t.mode&&(null===e&&!0!==t.memoizedProps.unstable_avoidThisFallback||1&Po.current?ma===ia&&(ma=ua):(ma!==ia&&ma!==ua||(ma=ca),0!==_a&&null!==fa&&(ns(fa,ha),rs(fa,_a)))),(n||r)&&(t.effectTag|=4),null);case 4:return xo(),gi(t),null;case 10:return io(t),null;case 19:if(br(Po),null===(r=t.memoizedState))return null;if(i=!!(64&t.effectTag),null===(s=r.rendering)){if(i)xi(r,!1);else if(ma!==ia||null!==e&&64&e.effectTag)for(s=t.child;null!==s;){if(null!==(e=Ro(s))){for(t.effectTag|=64,xi(r,!1),null!==(i=e.updateQueue)&&(t.updateQueue=i,t.effectTag|=4),null===r.lastEffect&&(t.firstEffect=null),t.lastEffect=r.lastEffect,r=t.child;null!==r;)s=n,(i=r).effectTag&=2,i.nextEffect=null,i.firstEffect=null,i.lastEffect=null,null===(e=i.alternate)?(i.childExpirationTime=0,i.expirationTime=s,i.child=null,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null):(i.childExpirationTime=e.childExpirationTime,i.expirationTime=e.expirationTime,i.child=e.child,i.memoizedProps=e.memoizedProps,i.memoizedState=e.memoizedState,i.updateQueue=e.updateQueue,s=e.dependencies,i.dependencies=null===s?null:{expirationTime:s.expirationTime,firstContext:s.firstContext,responders:s.responders}),r=r.sibling;return _r(Po,1&Po.current|2),t.child}s=s.sibling}}else{if(!i)if(null!==(e=Ro(s))){if(t.effectTag|=64,i=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.effectTag|=4),xi(r,!0),null===r.tail&&"hidden"===r.tailMode&&!s.alternate)return null!==(t=t.lastEffect=r.lastEffect)&&(t.nextEffect=null),null}else 2*Vr()-r.renderingStartTime>r.tailExpiration&&1<n&&(t.effectTag|=64,i=!0,xi(r,!1),t.expirationTime=t.childExpirationTime=n-1);r.isBackwards?(s.sibling=t.child,t.child=s):(null!==(n=r.last)?n.sibling=s:t.child=s,r.last=s)}return null!==r.tail?(0===r.tailExpiration&&(r.tailExpiration=Vr()+500),n=r.tail,r.rendering=n,r.tail=n.sibling,r.lastEffect=t.lastEffect,r.renderingStartTime=Vr(),n.sibling=null,t=Po.current,_r(Po,i?1&t|2:1&t),n):null}throw Error(a(156,t.tag))}function zi(e){switch(e.tag){case 1:jr(e.type)&&Df();var t=e.effectTag;return 4096&t?(e.effectTag=-4097&t|64,e):null;case 3:if(xo(),br(Er),br(kr),64&(t=e.effectTag))throw Error(a(285));return e.effectTag=-4097&t|64,e;case 5:return Io(e),null;case 13:return br(Po),4096&(t=e.effectTag)?(e.effectTag=-4097&t|64,e):null;case 19:return br(Po),null;case 4:return xo(),null;case 10:return io(e),null;default:return null}}function Ai(e,t){return{value:e,source:t,stack:se(t)}}mi=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},gi=function(){},yi=function(e,t,n,r,i){var a=e.memoizedProps;if(a!==r){var s,u,c=t.stateNode;switch(So(Oo.current),e=null,n){case"input":a=fe(c,a),r=fe(c,r),e=[];break;case"option":a=Gb(c,a),r=Gb(c,r),e=[];break;case"select":a=o({},a,{value:void 0}),r=o({},r,{value:void 0}),e=[];break;case"textarea":a=Ib(c,a),r=Ib(c,r),e=[];break;default:"function"!=typeof a.onClick&&"function"==typeof r.onClick&&(c.onclick=Ft)}for(s in Dt(n,r),n=null,a)if(!r.hasOwnProperty(s)&&a.hasOwnProperty(s)&&null!=a[s])if("style"===s)for(u in c=a[s])c.hasOwnProperty(u)&&(n||(n={}),n[u]="");else"dangerouslySetInnerHTML"!==s&&"children"!==s&&"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&"autoFocus"!==s&&(O.hasOwnProperty(s)?e||(e=[]):(e=e||[]).push(s,null));for(s in r){var l=r[s];if(c=null!=a?a[s]:void 0,r.hasOwnProperty(s)&&l!==c&&(null!=l||null!=c))if("style"===s)if(c){for(u in c)!c.hasOwnProperty(u)||l&&l.hasOwnProperty(u)||(n||(n={}),n[u]="");for(u in l)l.hasOwnProperty(u)&&c[u]!==l[u]&&(n||(n={}),n[u]=l[u])}else n||(e||(e=[]),e.push(s,n)),n=l;else"dangerouslySetInnerHTML"===s?(l=l?l.__html:void 0,c=c?c.__html:void 0,null!=l&&c!==l&&(e=e||[]).push(s,l)):"children"===s?c===l||"string"!=typeof l&&"number"!=typeof l||(e=e||[]).push(s,""+l):"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&(O.hasOwnProperty(s)?(null!=l&&zt(i,s),e||c===l||(e=[])):(e=e||[]).push(s,l))}n&&(e=e||[]).push("style",n),i=e,(t.updateQueue=i)&&(t.effectTag|=4)}},vi=function(e,t,n,r){n!==r&&(t.effectTag|=4)};var Bi="function"==typeof WeakSet?WeakSet:Set;function Ci(e,t){var n=t.source,r=t.stack;null===r&&null!==n&&(r=se(n)),null!==n&&ae(n.type),t=t.value,null!==e&&1===e.tag&&ae(e.type);try{console.error(t)}catch(e){setTimeout(function(){throw e})}}function Fi(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){Ei(e,t)}else t.current=null}function Gi(e,t){switch(t.tag){case 0:case 11:case 15:case 22:case 3:case 5:case 6:case 4:case 17:return;case 1:if(256&t.effectTag&&null!==e){var n=e.memoizedProps,r=e.memoizedState;t=(e=t.stateNode).getSnapshotBeforeUpdate(t.elementType===t.type?n:Zr(t.type,n),r),e.__reactInternalSnapshotBeforeUpdate=t}return}throw Error(a(163))}function Hi(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.destroy;n.destroy=void 0,void 0!==r&&r()}n=n.next}while(n!==t)}}function Ii(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function Ji(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:return void Ii(3,n);case 1:if(e=n.stateNode,4&n.effectTag)if(null===t)e.componentDidMount();else{var r=n.elementType===n.type?t.memoizedProps:Zr(n.type,t.memoizedProps);e.componentDidUpdate(r,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate)}return void(null!==(t=n.updateQueue)&&Cg(n,t,e));case 3:if(null!==(t=n.updateQueue)){if(e=null,null!==n.child)switch(n.child.tag){case 5:case 1:e=n.child.stateNode}Cg(n,t,e)}return;case 5:return e=n.stateNode,void(null===t&&4&n.effectTag&&Fd(n.type,n.memoizedProps)&&e.focus());case 6:case 4:case 12:case 19:case 17:case 20:case 21:return;case 13:return void(null===n.memoizedState&&(n=n.alternate,null!==n&&(n=n.memoizedState,null!==n&&(n=n.dehydrated,null!==n&&Vc(n)))))}throw Error(a(163))}function Ki(e,t,n){switch("function"==typeof Za&&Za(t),t.tag){case 0:case 11:case 14:case 15:case 22:if(null!==(e=t.updateQueue)&&null!==(e=e.lastEffect)){var r=e.next;qr(97<n?97:n,function(){var e=r;do{var n=e.destroy;if(void 0!==n){var o=t;try{n()}catch(e){Ei(o,e)}}e=e.next}while(e!==r)})}break;case 1:Fi(t),"function"==typeof(n=t.stateNode).componentWillUnmount&&function Di(e,t){try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(t){Ei(e,t)}}(t,n);break;case 5:Fi(t);break;case 4:Mi(e,t,n)}}function Ni(e){var t=e.alternate;e.return=null,e.child=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.alternate=null,e.firstEffect=null,e.lastEffect=null,e.pendingProps=null,e.memoizedProps=null,e.stateNode=null,null!==t&&Ni(t)}function Oi(e){return 5===e.tag||3===e.tag||4===e.tag}function Pi(e){e:{for(var t=e.return;null!==t;){if(Oi(t)){var n=t;break e}t=t.return}throw Error(a(160))}switch(t=n.stateNode,n.tag){case 5:var r=!1;break;case 3:case 4:t=t.containerInfo,r=!0;break;default:throw Error(a(161))}16&n.effectTag&&(Rb(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||Oi(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag&&18!==n.tag;){if(2&n.effectTag)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.effectTag)){n=n.stateNode;break e}}r?Qi(e,n,t):Ri(e,n,t)}function Qi(e,t,n){var r=e.tag,o=5===r||6===r;if(o)e=o?e.stateNode:e.stateNode.instance,t?8===n.nodeType?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(8===n.nodeType?(t=n.parentNode).insertBefore(e,n):(t=n).appendChild(e),null!=(n=n._reactRootContainer)||null!==t.onclick||(t.onclick=Ft));else if(4!==r&&null!==(e=e.child))for(Qi(e,t,n),e=e.sibling;null!==e;)Qi(e,t,n),e=e.sibling}function Ri(e,t,n){var r=e.tag,o=5===r||6===r;if(o)e=o?e.stateNode:e.stateNode.instance,t?n.insertBefore(e,t):n.appendChild(e);else if(4!==r&&null!==(e=e.child))for(Ri(e,t,n),e=e.sibling;null!==e;)Ri(e,t,n),e=e.sibling}function Mi(e,t,n){for(var r,o,i=t,s=!1;;){if(!s){s=i.return;e:for(;;){if(null===s)throw Error(a(160));switch(r=s.stateNode,s.tag){case 5:o=!1;break e;case 3:case 4:r=r.containerInfo,o=!0;break e}s=s.return}s=!0}if(5===i.tag||6===i.tag){e:for(var u=e,c=i,l=n,p=c;;)if(Ki(u,p,l),null!==p.child&&4!==p.tag)p.child.return=p,p=p.child;else{if(p===c)break e;for(;null===p.sibling;){if(null===p.return||p.return===c)break e;p=p.return}p.sibling.return=p.return,p=p.sibling}o?(u=r,c=i.stateNode,8===u.nodeType?u.parentNode.removeChild(c):u.removeChild(c)):r.removeChild(i.stateNode)}else if(4===i.tag){if(null!==i.child){r=i.stateNode.containerInfo,o=!0,i.child.return=i,i=i.child;continue}}else if(Ki(e,i,n),null!==i.child){i.child.return=i,i=i.child;continue}if(i===t)break;for(;null===i.sibling;){if(null===i.return||i.return===t)return;4===(i=i.return).tag&&(s=!1)}i.sibling.return=i.return,i=i.sibling}}function Si(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:return void Hi(3,t);case 1:case 12:case 17:return;case 5:var n=t.stateNode;if(null!=n){var r=t.memoizedProps,o=null!==e?e.memoizedProps:r;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,null!==i){for(n[nn]=r,"input"===e&&"radio"===r.type&&null!=r.name&&Bb(n,r),Nt(e,o),t=Nt(e,r),o=0;o<i.length;o+=2){var s=i[o],u=i[o+1];"style"===s?Rt(n,u):"dangerouslySetInnerHTML"===s?ye(n,u):"children"===s?Rb(n,u):Xa(n,s,u,t)}switch(e){case"input":Cb(n,r);break;case"textarea":Kb(n,r);break;case"select":t=n._wrapperState.wasMultiple,n._wrapperState.wasMultiple=!!r.multiple,null!=(e=r.value)?Hb(n,!!r.multiple,e,!1):t!==!!r.multiple&&(null!=r.defaultValue?Hb(n,!!r.multiple,r.defaultValue,!0):Hb(n,!!r.multiple,r.multiple?[]:"",!1))}}}return;case 6:if(null===t.stateNode)throw Error(a(162));return void(t.stateNode.nodeValue=t.memoizedProps);case 3:return void((t=t.stateNode).hydrate&&(t.hydrate=!1,Vc(t.containerInfo)));case 13:if(n=t,null===t.memoizedState?r=!1:(r=!0,n=t.child,ka=Vr()),null!==n)e:for(e=n;;){if(5===e.tag)i=e.stateNode,r?"function"==typeof(i=i.style).setProperty?i.setProperty("display","none","important"):i.display="none":(i=e.stateNode,o=null!=(o=e.memoizedProps.style)&&o.hasOwnProperty("display")?o.display:null,i.style.display=Pt("display",o));else if(6===e.tag)e.stateNode.nodeValue=r?"":e.memoizedProps;else{if(13===e.tag&&null!==e.memoizedState&&null===e.memoizedState.dehydrated){(i=e.child.sibling).return=e,e=i;continue}if(null!==e.child){e.child.return=e,e=e.child;continue}}if(e===n)break;for(;null===e.sibling;){if(null===e.return||e.return===n)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}return void Ui(t);case 19:return void Ui(t)}throw Error(a(163))}function Ui(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Bi),t.forEach(function(t){var r=Vi.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))})}}var Wi="function"==typeof WeakMap?WeakMap:Map;function Xi(e,t,n){(n=fo(n,null)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){xa||(xa=!0,Aa=r),Ci(e,t)},n}function qi(e,t,n){(n=fo(n,null)).tag=3;var r=e.type.getDerivedStateFromError;if("function"==typeof r){var o=t.value;n.payload=function(){return Ci(e,t),r(o)}}var i=e.stateNode;return null!==i&&"function"==typeof i.componentDidCatch&&(n.callback=function(){"function"!=typeof r&&(null===Ia?Ia=new Set([this]):Ia.add(this),Ci(e,t));var n=t.stack;this.componentDidCatch(t.value,{componentStack:null!==n?n:""})}),n}var $i,Yi=Math.ceil,Zi=H.ReactCurrentDispatcher,ea=H.ReactCurrentOwner,ta=0,na=8,ra=16,oa=32,ia=0,aa=1,sa=2,ua=3,ca=4,la=5,pa=ta,fa=null,da=null,ha=0,ma=ia,ga=null,ya=1073741823,va=1073741823,ba=null,_a=0,wa=!1,ka=0,Oa=500,ja=null,xa=!1,Aa=null,Ia=null,Pa=!1,Na=null,za=90,Ba=null,Ua=0,Wa=null,Ka=0;function Gg(){return(pa&(ra|oa))!==ta?1073741821-(Vr()/10|0):0!==Ka?Ka:Ka=1073741821-(Vr()/10|0)}function Hg(e,t,n){if(!(2&(t=t.mode)))return 1073741823;var r=Gr();if(!(4&t))return 99===r?1073741823:1073741822;if((pa&ra)!==ta)return ha;if(null!==n)e=Jr(e,0|n.timeoutMs||5e3,250);else switch(r){case 99:e=1073741823;break;case 98:e=Jr(e,150,100);break;case 97:case 96:e=Jr(e,5e3,250);break;case 95:e=2;break;default:throw Error(a(326))}return null!==fa&&e===ha&&--e,e}function Ig(e,t){if(50<Ua)throw Ua=0,Wa=null,Error(a(185));if(null!==(e=qa(e,t))){var n=Gr();1073741823===t?(pa&na)!==ta&&(pa&(ra|oa))===ta?Qa(e):(Ya(e),pa===ta&&Yr()):Ya(e),(4&pa)===ta||98!==n&&99!==n||(null===Ba?Ba=new Map([[e,t]]):(void 0===(n=Ba.get(e))||n>t)&&Ba.set(e,t))}}function qa(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t);var r=e.return,o=null;if(null===r&&3===e.tag)o=e.stateNode;else for(;null!==r;){if(n=r.alternate,r.childExpirationTime<t&&(r.childExpirationTime=t),null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t),null===r.return&&3===r.tag){o=r.stateNode;break}r=r.return}return null!==o&&(fa===o&&(Bg(t),ma===ca&&ns(o,ha)),rs(o,t)),o}function $a(e){var t=e.lastExpiredTime;if(0!==t)return t;if(!Aj(e,t=e.firstPendingTime))return t;var n=e.lastPingedTime;return 2>=(e=n>(e=e.nextKnownPendingLevel)?n:e)&&t!==e?0:e}function Ya(e){if(0!==e.lastExpiredTime)e.callbackExpirationTime=1073741823,e.callbackPriority=99,e.callbackNode=Xr(Qa.bind(null,e));else{var t=$a(e),n=e.callbackNode;if(0===t)null!==n&&(e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90);else{var r=Gg();if(1073741823===t?r=99:1===t||2===t?r=95:r=0>=(r=10*(1073741821-t)-10*(1073741821-r))?99:250>=r?98:5250>=r?97:95,null!==n){var o=e.callbackPriority;if(e.callbackExpirationTime===t&&o>=r)return;n!==Mr&&Tr(n)}e.callbackExpirationTime=t,e.callbackPriority=r,t=1073741823===t?Xr(Qa.bind(null,e)):$r(r,Bj.bind(null,e),{timeout:10*(1073741821-t)-Vr()}),e.callbackNode=t}}}function Bj(e,t){if(Ka=0,t)return Cj(e,t=Gg()),Ya(e),null;var n=$a(e);if(0!==n){if(t=e.callbackNode,(pa&(ra|oa))!==ta)throw Error(a(327));if(Dj(),e===fa&&n===ha||Ej(e,n),null!==da){var r=pa;pa|=ra;for(var o=Fj();;)try{Gj();break}catch(t){Hj(e,t)}if(oo(),pa=r,Zi.current=o,ma===aa)throw t=ga,Ej(e,n),ns(e,n),Ya(e),t;if(null===da)switch(o=e.finishedWork=e.current.alternate,e.finishedExpirationTime=n,r=ma,fa=null,r){case ia:case aa:throw Error(a(345));case sa:Cj(e,2<n?2:n);break;case ua:if(ns(e,n),n===(r=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=Ij(o)),1073741823===ya&&10<(o=ka+Oa-Vr())){if(wa){var i=e.lastPingedTime;if(0===i||i>=n){e.lastPingedTime=n,Ej(e,n);break}}if(0!==(i=$a(e))&&i!==n)break;if(0!==r&&r!==n){e.lastPingedTime=r;break}e.timeoutHandle=Jt(Jj.bind(null,e),o);break}Jj(e);break;case ca:if(ns(e,n),n===(r=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=Ij(o)),wa&&(0===(o=e.lastPingedTime)||o>=n)){e.lastPingedTime=n,Ej(e,n);break}if(0!==(o=$a(e))&&o!==n)break;if(0!==r&&r!==n){e.lastPingedTime=r;break}if(1073741823!==va?r=10*(1073741821-va)-Vr():1073741823===ya?r=0:(r=10*(1073741821-ya)-5e3,0>(r=(o=Vr())-r)&&(r=0),(n=10*(1073741821-n)-o)<(r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*Yi(r/1960))-r)&&(r=n)),10<r){e.timeoutHandle=Jt(Jj.bind(null,e),r);break}Jj(e);break;case la:if(1073741823!==ya&&null!==ba){i=ya;var s=ba;if(0>=(r=0|s.busyMinDurationMs)?r=0:(o=0|s.busyDelayMs,r=(i=Vr()-(10*(1073741821-i)-(0|s.timeoutMs||5e3)))<=o?0:o+r-i),10<r){ns(e,n),e.timeoutHandle=Jt(Jj.bind(null,e),r);break}}Jj(e);break;default:throw Error(a(329))}if(Ya(e),e.callbackNode===t)return Bj.bind(null,e)}}return null}function Qa(e){var t=e.lastExpiredTime;if(t=0!==t?t:1073741823,(pa&(ra|oa))!==ta)throw Error(a(327));if(Dj(),e===fa&&t===ha||Ej(e,t),null!==da){var n=pa;pa|=ra;for(var r=Fj();;)try{Kj();break}catch(t){Hj(e,t)}if(oo(),pa=n,Zi.current=r,ma===aa)throw n=ga,Ej(e,t),ns(e,t),Ya(e),n;if(null!==da)throw Error(a(261));e.finishedWork=e.current.alternate,e.finishedExpirationTime=t,fa=null,Jj(e),Ya(e)}return null}function Mj(e,t){var n=pa;pa|=1;try{return e(t)}finally{(pa=n)===ta&&Yr()}}function Nj(e,t){var n=pa;pa&=-2,pa|=na;try{return e(t)}finally{(pa=n)===ta&&Yr()}}function Ej(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,Zt(n)),null!==da)for(n=da.return;null!==n;){var r=n;switch(r.tag){case 1:null!=(r=r.type.childContextTypes)&&Df();break;case 3:xo(),br(Er),br(kr);break;case 5:Io(r);break;case 4:xo();break;case 13:case 19:br(Po);break;case 10:io(r)}n=n.return}fa=e,da=Sg(e.current,null),ha=t,ma=ia,ga=null,va=ya=1073741823,ba=null,_a=0,wa=!1}function Hj(e,t){for(;;){try{if(oo(),Do.current=Jo,Ho)for(var n=zo.memoizedState;null!==n;){var r=n.queue;null!==r&&(r.pending=null),n=n.next}if(Mo=0,Bo=Fo=zo=null,Ho=!1,null===da||null===da.return)return ma=aa,ga=t,da=null;e:{var o=e,i=da.return,a=da,s=t;if(t=ha,a.effectTag|=2048,a.firstEffect=a.lastEffect=null,null!==s&&"object"==typeof s&&"function"==typeof s.then){var u=s;if(!(2&a.mode)){var c=a.alternate;c?(a.updateQueue=c.updateQueue,a.memoizedState=c.memoizedState,a.expirationTime=c.expirationTime):(a.updateQueue=null,a.memoizedState=null)}var l=!!(1&Po.current),p=i;do{var f;if(f=13===p.tag){var d=p.memoizedState;if(null!==d)f=null!==d.dehydrated;else{var h=p.memoizedProps;f=void 0!==h.fallback&&(!0!==h.unstable_avoidThisFallback||!l)}}if(f){var m=p.updateQueue;if(null===m){var g=new Set;g.add(u),p.updateQueue=g}else m.add(u);if(!(2&p.mode)){if(p.effectTag|=64,a.effectTag&=-2981,1===a.tag)if(null===a.alternate)a.tag=17;else{var y=fo(1073741823,null);y.tag=2,ho(a,y)}a.expirationTime=1073741823;break e}s=void 0,a=t;var v=o.pingCache;if(null===v?(v=o.pingCache=new Wi,s=new Set,v.set(u,s)):void 0===(s=v.get(u))&&(s=new Set,v.set(u,s)),!s.has(a)){s.add(a);var b=Oj.bind(null,o,u,a);u.then(b,b)}p.effectTag|=4096,p.expirationTime=t;break e}p=p.return}while(null!==p);s=Error((ae(a.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display."+se(a))}ma!==la&&(ma=sa),s=Ai(s,a),p=i;do{switch(p.tag){case 3:u=s,p.effectTag|=4096,p.expirationTime=t,mo(p,Xi(p,u,t));break e;case 1:u=s;var _=p.type,w=p.stateNode;if(!(64&p.effectTag||"function"!=typeof _.getDerivedStateFromError&&(null===w||"function"!=typeof w.componentDidCatch||null!==Ia&&Ia.has(w)))){p.effectTag|=4096,p.expirationTime=t,mo(p,qi(p,u,t));break e}}p=p.return}while(null!==p)}da=Pj(da)}catch(e){t=e;continue}break}}function Fj(){var e=Zi.current;return Zi.current=Jo,null===e?Jo:e}function Ag(e,t){e<ya&&2<e&&(ya=e),null!==t&&e<va&&2<e&&(va=e,ba=t)}function Bg(e){e>_a&&(_a=e)}function Kj(){for(;null!==da;)da=Qj(da)}function Gj(){for(;null!==da&&!zr();)da=Qj(da)}function Qj(e){var t=$i(e.alternate,e,ha);return e.memoizedProps=e.pendingProps,null===t&&(t=Pj(e)),ea.current=null,t}function Pj(e){da=e;do{var t=da.alternate;if(e=da.return,2048&da.effectTag){if(null!==(t=zi(da)))return t.effectTag&=2047,t;null!==e&&(e.firstEffect=e.lastEffect=null,e.effectTag|=2048)}else{if(t=Li(t,da,ha),1===ha||1!==da.childExpirationTime){for(var n=0,r=da.child;null!==r;){var o=r.expirationTime,i=r.childExpirationTime;o>n&&(n=o),i>n&&(n=i),r=r.sibling}da.childExpirationTime=n}if(null!==t)return t;null!==e&&!(2048&e.effectTag)&&(null===e.firstEffect&&(e.firstEffect=da.firstEffect),null!==da.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=da.firstEffect),e.lastEffect=da.lastEffect),1<da.effectTag&&(null!==e.lastEffect?e.lastEffect.nextEffect=da:e.firstEffect=da,e.lastEffect=da))}if(null!==(t=da.sibling))return t;da=e}while(null!==da);return ma===ia&&(ma=la),null}function Ij(e){var t=e.expirationTime;return t>(e=e.childExpirationTime)?t:e}function Jj(e){var t=Gr();return qr(99,Sj.bind(null,e,t)),null}function Sj(e,t){do{Dj()}while(null!==Na);if((pa&(ra|oa))!==ta)throw Error(a(327));var n=e.finishedWork,r=e.finishedExpirationTime;if(null===n)return null;if(e.finishedWork=null,e.finishedExpirationTime=0,n===e.current)throw Error(a(177));e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90,e.nextKnownPendingLevel=0;var o=Ij(n);if(e.firstPendingTime=o,r<=e.lastSuspendedTime?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:r<=e.firstSuspendedTime&&(e.firstSuspendedTime=r-1),r<=e.lastPingedTime&&(e.lastPingedTime=0),r<=e.lastExpiredTime&&(e.lastExpiredTime=0),e===fa&&(da=fa=null,ha=0),1<n.effectTag?null!==n.lastEffect?(n.lastEffect.nextEffect=n,o=n.firstEffect):o=n:o=n.firstEffect,null!==o){var i=pa;pa|=oa,ea.current=null,Yt=Ot;var s=Vt();if(Gt(s)){if("selectionStart"in s)var u={start:s.selectionStart,end:s.selectionEnd};else e:{var c=(u=(u=s.ownerDocument)&&u.defaultView||window).getSelection&&u.getSelection();if(c&&0!==c.rangeCount){u=c.anchorNode;var l=c.anchorOffset,p=c.focusNode;c=c.focusOffset;try{u.nodeType,p.nodeType}catch(e){u=null;break e}var f=0,d=-1,h=-1,m=0,g=0,y=s,v=null;t:for(;;){for(var b;y!==u||0!==l&&3!==y.nodeType||(d=f+l),y!==p||0!==c&&3!==y.nodeType||(h=f+c),3===y.nodeType&&(f+=y.nodeValue.length),null!==(b=y.firstChild);)v=y,y=b;for(;;){if(y===s)break t;if(v===u&&++m===l&&(d=f),v===p&&++g===c&&(h=f),null!==(b=y.nextSibling))break;v=(y=v).parentNode}y=b}u=-1===d||-1===h?null:{start:d,end:h}}else u=null}u=u||{start:0,end:0}}else u=null;Qt={activeElementDetached:null,focusedElem:s,selectionRange:u},Ot=!1,ja=o;do{try{Tj()}catch(e){if(null===ja)throw Error(a(330));Ei(ja,e),ja=ja.nextEffect}}while(null!==ja);ja=o;do{try{for(s=e,u=t;null!==ja;){var _=ja.effectTag;if(16&_&&Rb(ja.stateNode,""),128&_){var w=ja.alternate;if(null!==w){var k=w.ref;null!==k&&("function"==typeof k?k(null):k.current=null)}}switch(1038&_){case 2:Pi(ja),ja.effectTag&=-3;break;case 6:Pi(ja),ja.effectTag&=-3,Si(ja.alternate,ja);break;case 1024:ja.effectTag&=-1025;break;case 1028:ja.effectTag&=-1025,Si(ja.alternate,ja);break;case 4:Si(ja.alternate,ja);break;case 8:Mi(s,l=ja,u),Ni(l)}ja=ja.nextEffect}}catch(e){if(null===ja)throw Error(a(330));Ei(ja,e),ja=ja.nextEffect}}while(null!==ja);if(k=Qt,w=Vt(),_=k.focusedElem,u=k.selectionRange,w!==_&&_&&_.ownerDocument&&Wt(_.ownerDocument.documentElement,_)){null!==u&&Gt(_)&&(w=u.start,void 0===(k=u.end)&&(k=w),"selectionStart"in _?(_.selectionStart=w,_.selectionEnd=Math.min(k,_.value.length)):(k=(w=_.ownerDocument||document)&&w.defaultView||window).getSelection&&(k=k.getSelection(),l=_.textContent.length,s=Math.min(u.start,l),u=void 0===u.end?s:Math.min(u.end,l),!k.extend&&s>u&&(l=u,u=s,s=l),l=Ut(_,s),p=Ut(_,u),l&&p&&(1!==k.rangeCount||k.anchorNode!==l.node||k.anchorOffset!==l.offset||k.focusNode!==p.node||k.focusOffset!==p.offset)&&((w=w.createRange()).setStart(l.node,l.offset),k.removeAllRanges(),s>u?(k.addRange(w),k.extend(p.node,p.offset)):(w.setEnd(p.node,p.offset),k.addRange(w))))),w=[];for(k=_;k=k.parentNode;)1===k.nodeType&&w.push({element:k,left:k.scrollLeft,top:k.scrollTop});for("function"==typeof _.focus&&_.focus(),_=0;_<w.length;_++)(k=w[_]).element.scrollLeft=k.left,k.element.scrollTop=k.top}Ot=!!Yt,Qt=Yt=null,e.current=n,ja=o;do{try{for(_=e;null!==ja;){var E=ja.effectTag;if(36&E&&Ji(_,ja.alternate,ja),128&E){w=void 0;var O=ja.ref;if(null!==O){var j=ja.stateNode;ja.tag,w=j,"function"==typeof O?O(w):O.current=w}}ja=ja.nextEffect}}catch(e){if(null===ja)throw Error(a(330));Ei(ja,e),ja=ja.nextEffect}}while(null!==ja);ja=null,Fr(),pa=i}else e.current=n;if(Pa)Pa=!1,Na=e,za=t;else for(ja=o;null!==ja;)t=ja.nextEffect,ja.nextEffect=null,ja=t;if(0===(t=e.firstPendingTime)&&(Ia=null),1073741823===t?e===Wa?Ua++:(Ua=0,Wa=e):Ua=0,"function"==typeof Ja&&Ja(n.stateNode,r),Ya(e),xa)throw xa=!1,e=Aa,Aa=null,e;return(pa&na)!==ta||Yr(),null}function Tj(){for(;null!==ja;){var e=ja.effectTag;256&e&&Gi(ja.alternate,ja),!(512&e)||Pa||(Pa=!0,$r(97,function(){return Dj(),null})),ja=ja.nextEffect}}function Dj(){if(90!==za){var e=97<za?97:za;return za=90,qr(e,Vj)}}function Vj(){if(null===Na)return!1;var e=Na;if(Na=null,(pa&(ra|oa))!==ta)throw Error(a(331));var t=pa;for(pa|=oa,e=e.current.firstEffect;null!==e;){try{var n=e;if(512&n.effectTag)switch(n.tag){case 0:case 11:case 15:case 22:Hi(5,n),Ii(5,n)}}catch(t){if(null===e)throw Error(a(330));Ei(e,t)}n=e.nextEffect,e.nextEffect=null,e=n}return pa=t,Yr(),!0}function Wj(e,t,n){ho(e,t=Xi(e,t=Ai(n,t),1073741823)),null!==(e=qa(e,1073741823))&&Ya(e)}function Ei(e,t){if(3===e.tag)Wj(e,e,t);else for(var n=e.return;null!==n;){if(3===n.tag){Wj(n,e,t);break}if(1===n.tag){var r=n.stateNode;if("function"==typeof n.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===Ia||!Ia.has(r))){ho(n,e=qi(n,e=Ai(t,e),1073741823)),null!==(n=qa(n,1073741823))&&Ya(n);break}}n=n.return}}function Oj(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),fa===e&&ha===n?ma===ca||ma===ua&&1073741823===ya&&Vr()-ka<Oa?Ej(e,ha):wa=!0:Aj(e,n)&&(0!==(t=e.lastPingedTime)&&t<n||(e.lastPingedTime=n,Ya(e)))}function Vi(e,t){var n=e.stateNode;null!==n&&n.delete(t),0===(t=0)&&(t=Hg(t=Gg(),e,null)),null!==(e=qa(e,t))&&Ya(e)}$i=function(e,t,n){var r=t.expirationTime;if(null!==e){var o=t.pendingProps;if(e.memoizedProps!==o||Er.current)ai=!0;else{if(r<n){switch(ai=!1,t.tag){case 3:hi(t),Xh();break;case 5:if(Ao(t),4&t.mode&&1!==n&&o.hidden)return t.expirationTime=t.childExpirationTime=1,null;break;case 1:jr(t.type)&&Gf(t);break;case 4:To(t,t.stateNode.containerInfo);break;case 10:r=t.memoizedProps.value,o=t.type._context,_r(eo,o._currentValue),o._currentValue=r;break;case 13:if(null!==t.memoizedState)return 0!==(r=t.child.childExpirationTime)&&r>=n?_i(e,t,n):(_r(Po,1&Po.current),null!==(t=Ti(e,t,n))?t.sibling:null);_r(Po,1&Po.current);break;case 19:if(r=t.childExpirationTime>=n,64&e.effectTag){if(r)return ji(e,t,n);t.effectTag|=64}if(null!==(o=t.memoizedState)&&(o.rendering=null,o.tail=null),_r(Po,Po.current),!r)return null}return Ti(e,t,n)}ai=!1}}else ai=!1;switch(t.expirationTime=0,t.tag){case 2:if(r=t.type,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,o=Cf(t,kr.current),so(t,n),o=Vo(null,t,r,e,o,n),t.effectTag|=1,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof){if(t.tag=1,t.memoizedState=null,t.updateQueue=null,jr(r)){var i=!0;Gf(t)}else i=!1;t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,lo(t);var s=r.getDerivedStateFromProps;"function"==typeof s&&Fg(t,r,s,e),o.updater=bo,t.stateNode=o,o._reactInternalFiber=t,Ng(t,r,e,n),t=di(null,t,r,!0,i,n)}else t.tag=0,si(null,t,o,n),t=t.child;return t;case 16:e:{if(o=t.elementType,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,function(e){if(-1===e._status){e._status=0;var t=e._ctor;t=t(),e._result=t,t.then(function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)},function(t){0===e._status&&(e._status=2,e._result=t)})}}(o),1!==o._status)throw o._result;switch(o=o._result,t.type=o,i=t.tag=function Xj(e){if("function"==typeof e)return es(e)?1:0;if(null!=e){if((e=e.$$typeof)===J)return 11;if(e===te)return 14}return 2}(o),e=Zr(o,e),i){case 0:t=pi(null,t,o,e,n);break e;case 1:t=fi(null,t,o,e,n);break e;case 11:t=Zh(null,t,o,e,n);break e;case 14:t=ui(null,t,o,Zr(o.type,e),r,n);break e}throw Error(a(306,o,""))}return t;case 0:return r=t.type,o=t.pendingProps,pi(e,t,r,o=t.elementType===r?o:Zr(r,o),n);case 1:return r=t.type,o=t.pendingProps,fi(e,t,r,o=t.elementType===r?o:Zr(r,o),n);case 3:if(hi(t),r=t.updateQueue,null===e||null===r)throw Error(a(282));if(r=t.pendingProps,o=null!==(o=t.memoizedState)?o.element:null,po(e,t),go(t,r,null,n),(r=t.memoizedState.element)===o)Xh(),t=Ti(e,t,n);else{if((o=t.stateNode.hydrate)&&(ri=Jd(t.stateNode.containerInfo.firstChild),ni=t,o=oi=!0),o)for(n=ko(t,null,r,n),t.child=n;n;)n.effectTag=-3&n.effectTag|1024,n=n.sibling;else si(e,t,r,n),Xh();t=t.child}return t;case 5:return Ao(t),null===e&&Uh(t),r=t.type,o=t.pendingProps,i=null!==e?e.memoizedProps:null,s=o.children,Gd(r,o)?s=null:null!==i&&Gd(r,i)&&(t.effectTag|=16),li(e,t),4&t.mode&&1!==n&&o.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(si(e,t,s,n),t=t.child),t;case 6:return null===e&&Uh(t),null;case 13:return _i(e,t,n);case 4:return To(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=wo(t,null,r,n):si(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,Zh(e,t,r,o=t.elementType===r?o:Zr(r,o),n);case 7:return si(e,t,t.pendingProps,n),t.child;case 8:case 12:return si(e,t,t.pendingProps.children,n),t.child;case 10:e:{r=t.type._context,o=t.pendingProps,s=t.memoizedProps,i=o.value;var u=t.type._context;if(_r(eo,u._currentValue),u._currentValue=i,null!==s)if(u=s.value,0===(i=$n(u,i)?0:0|("function"==typeof r._calculateChangedBits?r._calculateChangedBits(u,i):1073741823))){if(s.children===o.children&&!Er.current){t=Ti(e,t,n);break e}}else for(null!==(u=t.child)&&(u.return=t);null!==u;){var c=u.dependencies;if(null!==c){s=u.child;for(var l=c.firstContext;null!==l;){if(l.context===r&&0!==(l.observedBits&i)){1===u.tag&&((l=fo(n,null)).tag=2,ho(u,l)),u.expirationTime<n&&(u.expirationTime=n),null!==(l=u.alternate)&&l.expirationTime<n&&(l.expirationTime=n),ao(u.return,n),c.expirationTime<n&&(c.expirationTime=n);break}l=l.next}}else s=10===u.tag&&u.type===t.type?null:u.child;if(null!==s)s.return=u;else for(s=u;null!==s;){if(s===t){s=null;break}if(null!==(u=s.sibling)){u.return=s.return,s=u;break}s=s.return}u=s}si(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=(i=t.pendingProps).children,so(t,n),r=r(o=uo(o,i.unstable_observedBits)),t.effectTag|=1,si(e,t,r,n),t.child;case 14:return i=Zr(o=t.type,t.pendingProps),ui(e,t,o,i=Zr(o.type,i),r,n);case 15:return ci(e,t,t.type,t.pendingProps,r,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Zr(r,o),null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,jr(r)?(e=!0,Gf(t)):e=!1,so(t,n),Lg(t,r,o),Ng(t,r,o,n),di(null,t,r,!0,e,n);case 19:return ji(e,t,n)}throw Error(a(156,t.tag))};var Ja=null,Za=null;function Zj(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function Sh(e,t,n,r){return new Zj(e,t,n,r)}function es(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Sg(e,t){var n=e.alternate;return null===n?((n=Sh(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.effectTag=0,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null),n.childExpirationTime=e.childExpirationTime,n.expirationTime=e.expirationTime,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{expirationTime:t.expirationTime,firstContext:t.firstContext,responders:t.responders},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Ug(e,t,n,r,o,i){var s=2;if(r=e,"function"==typeof e)es(e)&&(s=1);else if("string"==typeof e)s=5;else e:switch(e){case K:return Wg(n.children,o,i,t);case Q:s=8,o|=7;break;case q:s=8,o|=1;break;case $:return(e=Sh(12,n,t,8|o)).elementType=$,e.type=$,e.expirationTime=i,e;case Z:return(e=Sh(13,n,t,o)).type=Z,e.elementType=Z,e.expirationTime=i,e;case ee:return(e=Sh(19,n,t,o)).elementType=ee,e.expirationTime=i,e;default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case X:s=10;break e;case Y:s=9;break e;case J:s=11;break e;case te:s=14;break e;case ne:s=16,r=null;break e;case re:s=22;break e}throw Error(a(130,null==e?e:typeof e,""))}return(t=Sh(s,n,t,o)).elementType=e,t.type=r,t.expirationTime=i,t}function Wg(e,t,n,r){return(e=Sh(7,e,r,t)).expirationTime=n,e}function Tg(e,t,n){return(e=Sh(6,e,null,t)).expirationTime=n,e}function Vg(e,t,n){return(t=Sh(4,null!==e.children?e.children:[],e.key,t)).expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function ts(e,t,n){this.tag=t,this.current=null,this.containerInfo=e,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=n,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function Aj(e,t){var n=e.firstSuspendedTime;return e=e.lastSuspendedTime,0!==n&&n>=t&&e<=t}function ns(e,t){var n=e.firstSuspendedTime,r=e.lastSuspendedTime;n<t&&(e.firstSuspendedTime=t),(r>t||0===n)&&(e.lastSuspendedTime=t),t<=e.lastPingedTime&&(e.lastPingedTime=0),t<=e.lastExpiredTime&&(e.lastExpiredTime=0)}function rs(e,t){t>e.firstPendingTime&&(e.firstPendingTime=t);var n=e.firstSuspendedTime;0!==n&&(t>=n?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:t>=e.lastSuspendedTime&&(e.lastSuspendedTime=t+1),t>e.nextKnownPendingLevel&&(e.nextKnownPendingLevel=t))}function Cj(e,t){var n=e.lastExpiredTime;(0===n||n>t)&&(e.lastExpiredTime=t)}function os(e,t,n,r){var o=t.current,i=Gg(),s=yo.suspense;i=Hg(i,o,s);e:if(n){t:{if(Ae(n=n._reactInternalFiber)!==n||1!==n.tag)throw Error(a(170));var u=n;do{switch(u.tag){case 3:u=u.stateNode.context;break t;case 1:if(jr(u.type)){u=u.stateNode.__reactInternalMemoizedMergedChildContext;break t}}u=u.return}while(null!==u);throw Error(a(171))}if(1===n.tag){var c=n.type;if(jr(c)){n=Ff(n,c,u);break e}}n=u}else n=wr;return null===t.context?t.context=n:t.pendingContext=n,(t=fo(i,s)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),ho(o,t),Ig(o,i),i}function is(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function as(e,t){null!==(e=e.memoizedState)&&null!==e.dehydrated&&e.retryTime<t&&(e.retryTime=t)}function ss(e,t){as(e,t),(e=e.alternate)&&as(e,t)}function us(e,t,n){var r=new ts(e,t,n=null!=n&&!0===n.hydrate),o=Sh(3,null,null,2===t?7:1===t?3:0);r.current=o,o.stateNode=r,lo(o),e[rn]=r.current,n&&0!==t&&function Jc(e,t){var n=xe(t);dt.forEach(function(e){tt(e,t,n)}),ht.forEach(function(e){tt(e,t,n)})}(0,9===e.nodeType?e:e.ownerDocument),this._internalRoot=r}function cs(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function ls(e,t,n,r,o){var i=n._reactRootContainer;if(i){var a=i._internalRoot;if("function"==typeof o){var s=o;o=function(){var e=is(a);s.call(e)}}os(t,a,e,o)}else{if(i=n._reactRootContainer=function(e,t){if(t||(t=!(!(t=e?9===e.nodeType?e.documentElement:e.firstChild:null)||1!==t.nodeType||!t.hasAttribute("data-reactroot"))),!t)for(var n;n=e.lastChild;)e.removeChild(n);return new us(e,0,t?{hydrate:!0}:void 0)}(n,r),a=i._internalRoot,"function"==typeof o){var u=o;o=function(){var e=is(a);u.call(e)}}Nj(function(){os(t,a,e,o)})}return is(a)}function ps(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!cs(t))throw Error(a(200));return function(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:G,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}(e,t,null,n)}us.prototype.render=function(e){os(e,this._internalRoot,null,null)},us.prototype.unmount=function(){var e=this._internalRoot,t=e.containerInfo;os(null,e,null,function(){t[rn]=null})},nt=function(e){if(13===e.tag){var t=Jr(Gg(),150,100);Ig(e,t),ss(e,t)}},rt=function(e){13===e.tag&&(Ig(e,3),ss(e,3))},ot=function(e){if(13===e.tag){var t=Gg();Ig(e,t=Hg(t,e,null)),ss(e,t)}},T=function(e,t,n){switch(t){case"input":if(Cb(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=Qd(r);if(!o)throw Error(a(90));pe(r),Cb(r,o)}}}break;case"textarea":Kb(e,n);break;case"select":null!=(t=n.value)&&Hb(e,!!n.multiple,t,!1)}},Fa=Mj,Ga=function(e,t,n,r,o){var i=pa;pa|=4;try{return qr(98,e.bind(null,t,n,r,o))}finally{(pa=i)===ta&&Yr()}},Ha=function(){(pa&(1|ra|oa))===ta&&(function Lj(){if(null!==Ba){var e=Ba;Ba=null,e.forEach(function(e,t){Cj(t,e),Ya(t)}),Yr()}}(),Dj())},I=function(e,t){var n=pa;pa|=2;try{return e(t)}finally{(pa=n)===ta&&Yr()}};var fs={Events:[Nc,Pd,Qd,C,E,Xd,function(e){Fe(e,Wd)},Da,Ea,xt,We,Dj,{current:!1}]};!function(e){var t=e.findFiberByHostInstance;(function Yj(e){if("undefined"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var n=t.inject(e);Ja=function(e){try{t.onCommitFiberRoot(n,e,void 0,!(64&~e.current.effectTag))}catch(e){}},Za=function(e){try{t.onCommitFiberUnmount(n,e)}catch(e){}}}catch(e){}return!0})(o({},e,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:H.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=Me(e))?null:e.stateNode},findFiberByHostInstance:function(e){return t?t(e):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))}({findFiberByHostInstance:on,bundleType:0,version:"16.14.0",rendererPackageName:"react-dom"}),t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=fs,t.createPortal=ps,t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternalFiber;if(void 0===t){if("function"==typeof e.render)throw Error(a(188));throw Error(a(268,Object.keys(e)))}return e=null===(e=Me(t))?null:e.stateNode},t.flushSync=function(e,t){if((pa&(ra|oa))!==ta)throw Error(a(187));var n=pa;pa|=1;try{return qr(99,e.bind(null,t))}finally{pa=n,Yr()}},t.hydrate=function(e,t,n){if(!cs(t))throw Error(a(200));return ls(null,e,t,!0,n)},t.render=function(e,t,n){if(!cs(t))throw Error(a(200));return ls(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!cs(e))throw Error(a(40));return!!e._reactRootContainer&&(Nj(function(){ls(null,null,e,!1,function(){e._reactRootContainer=null,e[rn]=null})}),!0)},t.unstable_batchedUpdates=Mj,t.unstable_createPortal=function(e,t){return ps(e,t,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)},t.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!cs(n))throw Error(a(200));if(null==e||void 0===e._reactInternalFiber)throw Error(a(38));return ls(e,t,n,!1,r)},t.version="16.14.0"},77105:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});var r=n(68102),o=n(63696),i=n(70851),a=n(91339),s=n(15674);const u=function ThemeProvider(e){var t=e.children,n=e.theme,u=(0,a.A)(),c=o.useMemo(function(){var e=null===u?n:function(e,t){return"function"==typeof t?t(e):(0,r.A)({},e,t)}(u,n);return null!=e&&(e[s.A]=null!==u),e},[n,u]);return o.createElement(i.A.Provider,{value:c},t)}},77527:(e,t,n)=>{"use strict";var r=n(96784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(85707));function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function a(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?i(Object(n),!0).forEach(function(t){(0,o.default)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var s=new Set(["PATCH","PUT","DELETE"]),u=function(e,t){var n=e.method,r=void 0===n?"GET":n;return s.has(r.toUpperCase())&&(e=a(a({},e),{},{headers:a(a({},e.headers),{},{"X-HTTP-Method-Override":r,"Content-Type":"application/json"}),method:"POST"})),t(e)};t.default=u},77699:(e,t)=>{"use strict";var n,r,o,i,a;if("undefined"==typeof window||"function"!=typeof MessageChannel){var s=null,u=null,c=function(){if(null!==s)try{var e=t.unstable_now();s(!0,e),s=null}catch(e){throw setTimeout(c,0),e}},l=Date.now();t.unstable_now=function(){return Date.now()-l},n=function(e){null!==s?setTimeout(n,0,e):(s=e,setTimeout(c,0))},r=function(e,t){u=setTimeout(e,t)},o=function(){clearTimeout(u)},i=function(){return!1},a=t.unstable_forceFrameRate=function(){}}else{var p=window.performance,f=window.Date,d=window.setTimeout,h=window.clearTimeout;if("undefined"!=typeof console){var m=window.cancelAnimationFrame;"function"!=typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!=typeof m&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"==typeof p&&"function"==typeof p.now)t.unstable_now=function(){return p.now()};else{var g=f.now();t.unstable_now=function(){return f.now()-g}}var y=!1,v=null,b=-1,_=5,w=0;i=function(){return t.unstable_now()>=w},a=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):_=0<e?Math.floor(1e3/e):5};var k=new MessageChannel,E=k.port2;k.port1.onmessage=function(){if(null!==v){var e=t.unstable_now();w=e+_;try{v(!0,e)?E.postMessage(null):(y=!1,v=null)}catch(e){throw E.postMessage(null),e}}else y=!1},n=function(e){v=e,y||(y=!0,E.postMessage(null))},r=function(e,n){b=d(function(){e(t.unstable_now())},n)},o=function(){h(b),b=-1}}function O(e,t){var n=e.length;e.push(t);e:for(;;){var r=n-1>>>1,o=e[r];if(!(void 0!==o&&0<S(o,t)))break e;e[r]=t,e[n]=o,n=r}}function j(e){return void 0===(e=e[0])?null:e}function C(e){var t=e[0];if(void 0!==t){var n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,o=e.length;r<o;){var i=2*(r+1)-1,a=e[i],s=i+1,u=e[s];if(void 0!==a&&0>S(a,n))void 0!==u&&0>S(u,a)?(e[r]=u,e[s]=n,r=s):(e[r]=a,e[i]=n,r=i);else{if(!(void 0!==u&&0>S(u,n)))break e;e[r]=u,e[s]=n,r=s}}}return t}return null}function S(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var T=[],x=[],A=1,I=null,P=3,R=!1,L=!1,D=!1;function N(e){for(var t=j(x);null!==t;){if(null===t.callback)C(x);else{if(!(t.startTime<=e))break;C(x),t.sortIndex=t.expirationTime,O(T,t)}t=j(x)}}function M(e){if(D=!1,N(e),!L)if(null!==j(T))L=!0,n(z);else{var t=j(x);null!==t&&r(M,t.startTime-e)}}function z(e,n){L=!1,D&&(D=!1,o()),R=!0;var a=P;try{for(N(n),I=j(T);null!==I&&(!(I.expirationTime>n)||e&&!i());){var s=I.callback;if(null!==s){I.callback=null,P=I.priorityLevel;var u=s(I.expirationTime<=n);n=t.unstable_now(),"function"==typeof u?I.callback=u:I===j(T)&&C(T),N(n)}else C(T);I=j(T)}if(null!==I)var c=!0;else{var l=j(x);null!==l&&r(M,l.startTime-n),c=!1}return c}finally{I=null,P=a,R=!1}}function F(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var B=a;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){L||R||(L=!0,n(z))},t.unstable_getCurrentPriorityLevel=function(){return P},t.unstable_getFirstCallbackNode=function(){return j(T)},t.unstable_next=function(e){switch(P){case 1:case 2:case 3:var t=3;break;default:t=P}var n=P;P=t;try{return e()}finally{P=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=B,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=P;P=e;try{return t()}finally{P=n}},t.unstable_scheduleCallback=function(e,i,a){var s=t.unstable_now();if("object"==typeof a&&null!==a){var u=a.delay;u="number"==typeof u&&0<u?s+u:s,a="number"==typeof a.timeout?a.timeout:F(e)}else a=F(e),u=s;return e={id:A++,callback:i,priorityLevel:e,startTime:u,expirationTime:a=u+a,sortIndex:-1},u>s?(e.sortIndex=u,O(x,e),null===j(T)&&e===j(x)&&(D?o():D=!0,r(M,u-s))):(e.sortIndex=a,O(T,e),L||R||(L=!0,n(z))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();N(e);var n=j(T);return n!==I&&null!==I&&null!==n&&null!==n.callback&&n.startTime<=e&&n.expirationTime<I.expirationTime||i()},t.unstable_wrapCallback=function(e){var t=P;return function(){var n=P;P=t;try{return e.apply(this,arguments)}finally{P=n}}}},78174:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(63696),o=n(31589),i=function(){};const __WEBPACK_DEFAULT_EXPORT__=function(e,t,n,a){void 0===t&&(t=i),void 0===n&&(n={}),void 0===a&&(a=[e]);var s=n.event,u=void 0===s?"keydown":s,c=n.target,l=n.options,p=(0,r.useMemo)(function(){var n,r="function"==typeof(n=e)?n:"string"==typeof n?function(e){return e.key===n}:n?function(){return!0}:function(){return!1};return function(e){if(r(e))return t(e)}},a);(0,o.A)(u,p,c,l)}},78325:(e,t,n)=>{"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),e.exports=n(76067)},78913:(e,t,n)=>{"use strict";function r(e){var t=function t(){return e(t.registry.select).apply(void 0,arguments)};return t.isRegistrySelector=!0,t}function o(e){return e.isRegistryControl=!0,e}n.d(t,{N:()=>r,b:()=>o})},79257:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(63696);const o=function(e,t){var n,o=(n=(0,r.useRef)(!0)).current?(n.current=!1,!0):n.current;(0,r.useEffect)(function(){if(!o)return e()},t)}},79466:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){var e=[];return{subscribe:function(t){return e.push(t),function(){e=e.filter(function(e){return e!==t})}},dispatch:function(t){e.slice().forEach(function(e){return e(t)})}}}},79709:(e,t,n)=>{"use strict";var r=n(96784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(85707)),i=r(n(11534));function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach(function(t){(0,o.default)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var u=function(e){return function(t,n){return(0,i.default)(t,function(t){var r,o=t.url,i=t.path;return"string"==typeof i&&(r=e,-1!==e.indexOf("?")&&(i=i.replace("?","&")),i=i.replace(/^\//,""),"string"==typeof r&&-1!==r.indexOf("?")&&(i=i.replace("?","&")),o=r+i),n(s(s({},t),{},{url:o}))})}};t.default=u},81042:(e,t,n)=>{"use strict";n.d(t,{A:()=>s});var r=n(63696),o=n(11120),i=n(2141);const a=function(e){var t=(0,r.useRef)(0),n=(0,r.useState)(e),o=n[0],a=n[1],s=(0,r.useCallback)(function(e){cancelAnimationFrame(t.current),t.current=requestAnimationFrame(function(){a(e)})},[]);return(0,i.A)(function(){cancelAnimationFrame(t.current)}),[o,s]};const s=function(){var e=a({x:o.oc?window.pageXOffset:0,y:o.oc?window.pageYOffset:0}),t=e[0],n=e[1];return(0,r.useEffect)(function(){var e=function(){n({x:window.pageXOffset,y:window.pageYOffset})};return window.addEventListener("scroll",e,{capture:!1,passive:!0}),function(){window.removeEventListener("scroll",e)}},[]),t}},81276:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(63696);function o(e){var t=(0,r.useRef)(void 0);return(0,r.useEffect)(function(){t.current=e},[e]),t.current}},81515:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(49257);function o(e,t){if(null==e)return{};var n,o,i=(0,r.A)(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)n=a[o],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}},82218:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(63696),o=n(96196);const i=(0,r.createElement)(o.t4,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,r.createElement)(o.wA,{d:"M9.737 18.011L3.98 12.255l5.734-6.28 1.107 1.012-4.103 4.494h13.3v1.5H6.828l3.97 3.97-1.06 1.06z"}))},82286:(e,t,n)=>{"use strict";n.d(t,{d:()=>o});var r=n(28438);function o(e,t){return(0,r.u)(e)[t]}},82351:(e,t,n)=>{"use strict";n.d(t,{G3:()=>ge,oK:()=>ye,ex:()=>be,jO:()=>_e,Nf:()=>ve});var r=n(63696),o=(n(20567),a()?r.useLayoutEffect:r.useEffect),i=p;"undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math&&self;function a(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}function s(e,t){var n=(0,r.createContext)(t);return n.displayName=e,n}function u(e){return r.forwardRef(e)}function c(e){return e&&e.ownerDocument?e.ownerDocument:a()?document:null}function l(e){return!(!e||"[object Function]"!={}.toString.call(e))}function p(){}function f(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return(0,r.useMemo)(function(){return t.every(function(e){return null==e})?null:function(e){t.forEach(function(t){!function(e,t){if(null!=e)if(l(e))e(t);else try{e.current=t}catch(n){throw new Error('Cannot assign value "'+t+'" to ref "'+e+'"')}}(t,e)})}},[].concat(t))}function d(e,t){return function(n){if(e&&e(n),!n.defaultPrevented)return t(n)}}function h(){return h=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},h.apply(this,arguments)}function m(e,t){void 0===t&&(t={});return s(e,h({descendants:[],registerDescendant:p,unregisterDescendant:p},t))}function g(e,t,n){var i,a,s=(0,r.useState)()[1],u=(0,r.useContext)(t),c=u.registerDescendant,l=u.unregisterDescendant,p=u.descendants,f=null!=n?n:p.findIndex(function(t){return t.element===e.element}),d=(i=p,a=(0,r.useRef)(null),(0,r.useEffect)(function(){a.current=i},[i]),a.current),m=p.some(function(e,t){var n;return e.element!==(null==d||null===(n=d[t])||void 0===n?void 0:n.element)});return o(function(){return e.element||s({}),c(h({},e,{index:f})),function(){return l(e.element)}},[c,l,f,m].concat(Object.values(e))),f}function DescendantProvider(e){var t=e.context,n=e.children,o=e.items,i=e.set,a=(0,r.useCallback)(function(e){var t=e.element,n=e.index,r=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,["element","index"]);t&&i(function(e){var o;if(null!=n)o=[].concat(e,[h({},r,{element:t,index:n})]);else if(0===e.length)o=[].concat(e,[h({},r,{element:t,index:0})]);else if(e.find(function(e){return e.element===t}))o=e;else{var i=e.findIndex(function(e){return!(!e.element||!t)&&Boolean(e.element.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_PRECEDING)}),a=h({},r,{element:t,index:i});o=-1===i?[].concat(e,[a]):[].concat(e.slice(0,i),[a],e.slice(i))}return o.map(function(e,t){return h({},e,{index:t})})})},[]),s=(0,r.useCallback)(function(e){e&&i(function(t){return t.filter(function(t){return e!==t.element})})},[]);return r.createElement(t.Provider,{value:(0,r.useMemo)(function(){return{descendants:o,registerDescendant:a,unregisterDescendant:s}},[o,a,s])},n)}var y=n(62386),v=!1,b=0,_=function(){return++b},w=n(78325);const k=function Portal(e){var t=e.children,n=e.type,i=void 0===n?"reach-portal":n,a=(0,r.useRef)(null),s=(0,r.useRef)(null),u=(0,r.useState)()[1];return o(function(){if(a.current){var e=a.current.ownerDocument;return s.current=null==e?void 0:e.createElement(i),e.body.appendChild(s.current),u({}),function(){s.current&&s.current.ownerDocument&&s.current.ownerDocument.body.removeChild(s.current)}}},[i]),s.current?(0,w.createPortal)(t,s.current):r.createElement("span",{ref:a})};var E,O=["bottom","height","left","right","top","width"],j=new Map,C=function e(){var t=[];j.forEach(function(e,n){var r,o,i=n.getBoundingClientRect();r=i,o=e.rect,void 0===r&&(r={}),void 0===o&&(o={}),O.some(function(e){return r[e]!==o[e]})&&(e.rect=i,t.push(e))}),t.forEach(function(e){e.callbacks.forEach(function(t){return t(e.rect)})}),E=window.requestAnimationFrame(e)};const S=function(e,t){return{observe:function(){var n=0===j.size;j.has(e)?j.get(e).callbacks.push(t):j.set(e,{rect:void 0,hasRectChanged:!1,callbacks:[t]}),n&&C()},unobserve:function(){var n=j.get(e);if(n){var r=n.callbacks.indexOf(t);r>=0&&n.callbacks.splice(r,1),n.callbacks.length||j.delete(e),j.size||cancelAnimationFrame(E)}}}};function T(e,t,n){void 0===t&&(t=!0);var i=(0,r.useState)(e.current),a=i[0],s=i[1],u=(0,r.useRef)(!1),c=(0,r.useRef)(!1),l=(0,r.useState)(null),p=l[0],f=l[1],d=(0,r.useRef)();return o(function(){d.current=n,e.current!==a&&s(e.current)}),o(function(){a&&!u.current&&(u.current=!0,f(a.getBoundingClientRect()))},[a]),o(function(){var n,r=a;return c.current||(c.current=!0,r=e.current),r?(n=S(r,function(e){d.current&&d.current(e),f(e)}),t&&n.observe(),o):o;function o(){n&&n.unobserve()}},[t,a]),p}var x=n(44502),A=n.n(x);function I(){return I=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},I.apply(this,arguments)}var P=(0,r.forwardRef)(function Popover(e,t){return r.createElement(k,null,r.createElement(R,Object.assign({ref:t},e)))});var R=(0,r.forwardRef)(function PopoverImpl(e,t){var n=e.targetRef,o=e.position,i=void 0===o?N:o,a=e.unstable_observableRefs,s=void 0===a?[]:a,u=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,["targetRef","position","unstable_observableRefs"]),l=(0,r.useRef)(null),p=T(l),d=T(n),h=f(l,t);return function(e,t){var n=c(e.current);function o(e){"Tab"===e.key&&t.current&&0===A()(t.current).length||("Tab"===e.key&&e.shiftKey?p(e)?f(e):d(e)?h(e):g(e)&&v():"Tab"===e.key&&(a()?s(e):u()?l(e):m(e)&&v()))}function i(){var r=n&&A()(n),o=r&&e.current?r.indexOf(e.current):-1,i=r&&r[o+1];return(!t.current||!t.current.contains(i||null))&&i}function a(){return!(!e.current||!n)&&e.current===n.activeElement}function s(e){var n=t.current&&A()(t.current);n&&n[0]&&(e.preventDefault(),n[0].focus())}function u(){if(!(!t.current||!n)&&t.current.contains(n.activeElement||null)){var e=t.current&&A()(t.current);return Boolean(e&&n&&e[e.length-1]===n.activeElement)}return!1}function l(e){var t=i();t&&(e.preventDefault(),t.focus())}function p(e){if(e.shiftKey){var t=i();return e.target===t}}function f(e){var n=t.current&&A()(t.current),r=n&&n[n.length-1];r&&(e.preventDefault(),r.focus())}function d(e){var n=t.current&&A()(t.current);return!!n&&(0!==n.length&&e.target===n[0])}function h(t){var n;t.preventDefault(),null===(n=e.current)||void 0===n||n.focus()}function m(e){var r=n&&t.current?A()(n).filter(function(e){return!t.current.contains(e)}):null;return!!r&&e.target===r[r.length-1]}function g(e){return!!n&&e.target===A()(n)[0]}(0,r.useEffect)(function(){if(n)return n.addEventListener("keydown",o),function(){n.removeEventListener("keydown",o)}},[]);var y=[];function v(){var e=t.current&&A()(t.current);e&&(e.forEach(function(e){y.push([e,e.tabIndex]),e.tabIndex=-1}),n&&n.addEventListener("focusin",b))}function b(){n&&n.removeEventListener("focusin",b),y.forEach(function(e){var t=e[0],n=e[1];t.tabIndex=n})}}(n,l),r.createElement("div",Object.assign({"data-reach-popover":"",ref:h},u,{style:I({position:"absolute"},L.apply(void 0,[i,d,p].concat(s)),u.style)}))});function L(e,t,n){for(var r=arguments.length,o=new Array(r>3?r-3:0),i=3;i<r;i++)o[i-3]=arguments[i];return n?e.apply(void 0,[t,n].concat(o.map(function(e){return e.current}))):{visibility:"hidden"}}function D(e,t){return{top:z(e,t).directionUp?e.top-t.height+window.pageYOffset+"px":e.top+e.height+window.pageYOffset+"px"}}var N=function(e,t){return e&&t?I({left:z(e,t).directionRight?e.right-t.width+window.pageXOffset+"px":e.left+window.pageXOffset+"px"},D(e,t)):{}},M=function(e,t){return e&&t?I({width:e.width,left:e.left},D(e,t)):{}};function z(e,t,n,r){void 0===n&&(n=0),void 0===r&&(r=0);var o={top:e.top-t.height<0,right:window.innerWidth<e.left+t.width-n,bottom:window.innerHeight<e.bottom+t.height-r,left:e.left+e.width-t.width<0};return{directionRight:o.right&&!o.left,directionLeft:o.left&&!o.right,directionUp:o.bottom&&!o.top,directionDown:o.top&&!o.bottom}}const F=P;function B(){return B=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},B.apply(this,arguments)}function H(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}var U,W,V,G,K,q="IDLE",$="SUGGESTING",X="NAVIGATING",Y="INTERACTING",Q="CLEAR",J="CHANGE",Z="INITIAL_CHANGE",ee="NAVIGATE",te="SELECT_WITH_KEYBOARD",ne="SELECT_WITH_CLICK",re="ESCAPE",oe="BLUR",ie="INTERACT",ae="FOCUS",se="OPEN_WITH_BUTTON",ue="CLOSE_WITH_BUTTON",ce={initial:q,states:(K={},K[q]={on:(U={},U[oe]=q,U[Q]=q,U[J]=$,U[Z]=q,U[ae]=$,U[ee]=X,U[se]=$,U)},K[$]={on:(W={},W[J]=$,W[ae]=$,W[ee]=X,W[Q]=q,W[re]=q,W[oe]=q,W[ne]=q,W[ie]=Y,W[ue]=q,W)},K[X]={on:(V={},V[J]=$,V[ae]=$,V[Q]=q,V[oe]=q,V[re]=q,V[ee]=X,V[ne]=q,V[te]=q,V[ue]=q,V[ie]=Y,V)},K[Y]={on:(G={},G[Q]=q,G[J]=$,G[ae]=$,G[oe]=q,G[re]=q,G[ee]=X,G[ue]=q,G[ne]=q,G)},K)},le=function(e,t){var n=B({},e,{lastEventType:t.type});switch(t.type){case J:case Z:return B({},n,{navigationValue:null,value:t.value});case ee:case se:return B({},n,{navigationValue:fe(n,t)});case Q:return B({},n,{value:"",navigationValue:null});case oe:case re:return B({},n,{navigationValue:null});case ne:return B({},n,{value:t.value,navigationValue:null});case te:return B({},n,{value:e.navigationValue,navigationValue:null});case ue:return B({},n,{navigationValue:null});case ie:return n;case ae:return B({},n,{navigationValue:fe(n,t)});default:return n}};function pe(e){return[$,X,Y].includes(e)}function fe(e,t){return t.value?t.value:t.persistSelection?e.value:null}var de=m("ComboboxDescendantContext"),he=s("ComboboxContext",{}),me=s("OptionContext",{}),ge=u(function Combobox(e,t){var n=e.onSelect,a=e.openOnFocus,s=void 0!==a&&a,u=e.children,c=e.as,f=void 0===c?"div":c,d=e["aria-label"],h=e["aria-labelledby"],m=H(e,["onSelect","openOnFocus","children","as","aria-label","aria-labelledby"]),g=(0,r.useState)([]),y=g[0],b=g[1],w=(0,r.useRef)(),k=(0,r.useRef)(),E=(0,r.useRef)(),O=(0,r.useRef)(),j=(0,r.useRef)(),C=function(e,t,n){var o=(0,r.useState)(e.initial),i=o[0],a=o[1],s=(0,r.useReducer)(t,n),u=s[0],c=s[1],l=function(t,n){void 0===n&&(n={});var r=e.states[i],o=r&&r.on[t];if(o)return c(B({type:t,state:i,nextState:i},n)),void a(o)};return[i,u,l]}(ce,le,{value:"",navigationValue:null}),S=C[0],T=C[1],x=C[2];!function(e,t){o(function(){e!==ee&&e!==re&&e!==ne&&e!==se||t.current.focus()},[t,e])}(T.lastEventType,w);var A=function(e){var t=e||(v?_():null),n=(0,r.useState)(t),i=n[0],a=n[1];return o(function(){null===i&&a(_())},[]),(0,r.useEffect)(function(){!1===v&&(v=!0)},[]),null!=i?String(i):void 0}(m.id),I=A?function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.filter(function(e){return null!=e}).join("--")}("listbox",A):"listbox",P={ariaLabel:d,ariaLabelledby:h,autocompletePropRef:O,buttonRef:E,comboboxId:A,data:T,inputRef:w,isExpanded:pe(S),listboxId:I,onSelect:n||p,openOnFocus:s,persistSelectionRef:j,popoverRef:k,state:S,transition:x};return(0,r.useEffect)(function(){return i("combobox")},[]),r.createElement(DescendantProvider,{context:de,items:y,set:b},r.createElement(he.Provider,{value:P},r.createElement(f,Object.assign({},m,{"data-reach-combobox":"",ref:t}),l(u)?u({id:A,isExpanded:pe(S)}):u)))});var ye=u(function ComboboxInput(e,t){var n,i,a,s=e.as,u=void 0===s?"input":s,c=e.selectOnClick,l=void 0!==c&&c,p=e.autocomplete,h=void 0===p||p,m=e.onClick,g=e.onChange,y=e.onKeyDown,v=e.onBlur,b=e.onFocus,_=e.value,w=H(e,["as","selectOnClick","autocomplete","onClick","onChange","onKeyDown","onBlur","onFocus","value"]),k=(0,r.useRef)(_).current,E=(0,r.useRef)(!1);n=function(){E.current=!0},i=[_],a=(0,r.useRef)(!1),(0,r.useEffect)(function(){a.current?n():a.current=!0},i);var O=(0,r.useContext)(he),j=O.data,C=j.navigationValue,S=j.value,T=j.lastEventType,x=O.inputRef,A=O.state,I=O.transition,P=O.listboxId,R=O.autocompletePropRef,L=O.openOnFocus,D=O.isExpanded,N=O.ariaLabel,M=O.ariaLabelledby,z=f(x,t),F=(0,r.useRef)(!1),B=we(),U=ke(),W=null!=_;o(function(){R.current=h},[h,R]);var V=(0,r.useCallback)(function(e){""===e.trim()?I(Q):e!==k||E.current?I(J,{value:e}):I(Z,{value:e})},[k,I]);(0,r.useEffect)(function(){!W||_===S||""===_.trim()&&""===(S||"").trim()||V(_)},[_,V,W,S]);var G=!h||A!==X&&A!==Y?_||S:C||_||S;return r.createElement(u,Object.assign({"aria-activedescendant":C?String(Oe(C)):void 0,"aria-autocomplete":"both","aria-controls":P,"aria-expanded":D,"aria-haspopup":"listbox","aria-label":N,"aria-labelledby":N?void 0:M,role:"combobox"},w,{"data-reach-combobox-input":"",ref:z,onBlur:d(v,U),onChange:d(g,function(e){var t=e.target.value;W||V(t)}),onClick:d(m,function(){F.current&&(F.current=!1,x.current.select())}),onFocus:d(b,function(){l&&(F.current=!0),L&&T!==ne&&I(ae)}),onKeyDown:d(y,B),value:G||""}))});var ve=(0,r.forwardRef)(function ComboboxPopover(e,t){var n=e.children,o=e.portal,i=void 0===o||o,a=e.onKeyDown,s=e.onBlur,u=e.position,c=void 0===u?M:u,l=H(e,["children","portal","onKeyDown","onBlur","position"]),p=(0,r.useContext)(he),h=p.popoverRef,m=p.inputRef,g=p.isExpanded,y=f(h,t),v=we(),b=ke(),_={"data-reach-combobox-popover":"",onKeyDown:d(a,v),onBlur:d(s,b),hidden:!g,tabIndex:-1,children:n};return i?r.createElement(F,Object.assign({},l,{ref:y,position:c,targetRef:m},_)):r.createElement("div",Object.assign({ref:y},l,_))});var be=u(function ComboboxList(e,t){var n=e.persistSelection,o=void 0!==n&&n,i=e.as,a=void 0===i?"ul":i,s=H(e,["persistSelection","as"]),u=(0,r.useContext)(he),c=u.persistSelectionRef,l=u.listboxId;return o&&(c.current=!0),r.createElement(a,Object.assign({role:"listbox"},s,{ref:t,"data-reach-combobox-list":"",id:l}))});var _e=u(function ComboboxOption(e,t){var n=e.as,o=void 0===n?"li":n,i=e.children,a=e.value,s=e.onClick,u=H(e,["as","children","value","onClick"]),c=(0,r.useContext)(he),l=c.onSelect,p=c.data.navigationValue,h=c.transition,m=(0,r.useRef)(null),y=f(t,m),v=g({element:m.current,value:a},de),b=p===a;return r.createElement(me.Provider,{value:{value:a,index:v}},r.createElement(o,Object.assign({"aria-selected":b,role:"option"},u,{"data-reach-combobox-option":"",ref:y,id:String(Oe(a)),"data-highlighted":b?"":void 0,tabIndex:-1,onClick:d(s,function(){l&&l(a),h(ne,{value:a})}),children:i||r.createElement(ComboboxOptionText,null)})))});function ComboboxOptionText(){var e=(0,r.useContext)(me).value,t=(0,r.useContext)(he).data.value,n=(0,r.useMemo)(function(){return(0,y.findAll)({searchWords:(n=t||"",String(n).replace(/([.*+?=^!:${}()|[\]/\\])/g,"\\$1")).split(/\s+/),textToHighlight:e});var n},[t,e]);return r.createElement(r.Fragment,null,n.length?n.map(function(t,n){var o=e.slice(t.start,t.end);return r.createElement("span",{key:n,"data-user-value":!!t.highlight||void 0,"data-suggested-value":!t.highlight||void 0},o)}):e)}function we(){var e,t=(0,r.useContext)(he),n=t.data.navigationValue,o=t.onSelect,i=t.state,a=t.transition,s=t.autocompletePropRef,u=t.persistSelectionRef,c=(e=de,(0,r.useContext)(e).descendants);return function(e){var t=c.findIndex(function(e){return e.value===n});function r(){return c[0]}function l(){return c[c.length-1]}switch(e.key){case"ArrowDown":if(e.preventDefault(),!c||!c.length)return;if(i===q)a(ee,{persistSelection:u.current});else{var p=t===c.length-1?s.current?null:r():c[(t+1)%c.length];a(ee,{value:p?p.value:null})}break;case"ArrowUp":if(e.preventDefault(),!c||0===c.length)return;if(i===q)a(ee);else{var f=0===t?s.current?null:l():-1===t?l():c[(t-1+c.length)%c.length];a(ee,{value:f?f.value:null})}break;case"Home":case"PageUp":if(e.preventDefault(),!c||0===c.length)return;i===q?a(ee):a(ee,{value:r().value});break;case"End":case"PageDown":if(e.preventDefault(),!c||0===c.length)return;i===q?a(ee):a(ee,{value:l().value});break;case"Escape":i!==q&&a(re);break;case"Enter":i===X&&null!==n&&(e.preventDefault(),o&&o(n),a(te))}}}function ke(){var e=(0,r.useContext)(he),t=e.state,n=e.transition,o=e.popoverRef,i=e.inputRef,a=e.buttonRef;return function(){var e=c(i.current)||document;requestAnimationFrame(function(){e.activeElement!==i.current&&e.activeElement!==a.current&&o.current&&(o.current.contains(e.activeElement)?t!==Y&&n(ie):n(oe))})}}var Oe=function(e){var t=0;if(0===e.length)return t;for(var n=0;n<e.length;n++){t=(t<<5)-t+e.charCodeAt(n),t&=t}return t}},83422:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.cps=t.call=void 0;var r,o=n(35131),i=(r=o)&&r.__esModule?r:{default:r};var a=t.call=function(e,t,n,r,o){if(!i.default.call(e))return!1;try{t(e.func.apply(e.context,e.args))}catch(e){o(e)}return!0},s=t.cps=function(e,t,n,r,o){var a;return!!i.default.cps(e)&&((a=e.func).call.apply(a,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(e.args),[function(e,n){e?o(e):t(n)}])),!0)};t.default=[a,s]},84024:(e,t,n)=>{"use strict";function r(e){try{return new URL(e),!0}catch{return!1}}n.d(t,{m:()=>r})},84505:(e,t,n)=>{"use strict";n.d(t,{c:()=>o,q:()=>r});var r=function(e){return e.scrollTop};function o(e,t){var n=e.timeout,r=e.style,o=void 0===r?{}:r;return{duration:o.transitionDuration||"number"==typeof n?n:n[t.mode]||0,delay:o.transitionDelay}}},84902:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});const r=(0,n(44010).A)()},85707:(e,t,n)=>{var r=n(45498);e.exports=function(e,t,n){return(t=r(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports.default=e.exports},86751:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>b});const r=2147483647,o=36,i=/^xn--/,a=/[^\0-\x7F]/,s=/[\x2E\u3002\uFF0E\uFF61]/g,u={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},c=Math.floor,l=String.fromCharCode;function p(e){throw new RangeError(u[e])}function f(e,t){const n=e.split("@");let r="";n.length>1&&(r=n[0]+"@",e=n[1]);const o=function(e,t){const n=[];let r=e.length;for(;r--;)n[r]=t(e[r]);return n}((e=e.replace(s,".")).split("."),t).join(".");return r+o}function d(e){const t=[];let n=0;const r=e.length;for(;n<r;){const o=e.charCodeAt(n++);if(o>=55296&&o<=56319&&n<r){const r=e.charCodeAt(n++);56320==(64512&r)?t.push(((1023&o)<<10)+(1023&r)+65536):(t.push(o),n--)}else t.push(o)}return t}const h=function(e){return e>=48&&e<58?e-48+26:e>=65&&e<91?e-65:e>=97&&e<123?e-97:o},m=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},g=function(e,t,n){let r=0;for(e=n?c(e/700):e>>1,e+=c(e/t);e>455;r+=o)e=c(e/35);return c(r+36*e/(e+38))},y=function(e){const t=[],n=e.length;let i=0,a=128,s=72,u=e.lastIndexOf("-");u<0&&(u=0);for(let n=0;n<u;++n)e.charCodeAt(n)>=128&&p("not-basic"),t.push(e.charCodeAt(n));for(let l=u>0?u+1:0;l<n;){const u=i;for(let t=1,a=o;;a+=o){l>=n&&p("invalid-input");const u=h(e.charCodeAt(l++));u>=o&&p("invalid-input"),u>c((r-i)/t)&&p("overflow"),i+=u*t;const f=a<=s?1:a>=s+26?26:a-s;if(u<f)break;const d=o-f;t>c(r/d)&&p("overflow"),t*=d}const f=t.length+1;s=g(i-u,f,0==u),c(i/f)>r-a&&p("overflow"),a+=c(i/f),i%=f,t.splice(i++,0,a)}return String.fromCodePoint(...t)},v=function(e){const t=[],n=(e=d(e)).length;let i=128,a=0,s=72;for(const n of e)n<128&&t.push(l(n));const u=t.length;let f=u;for(u&&t.push("-");f<n;){let n=r;for(const t of e)t>=i&&t<n&&(n=t);const d=f+1;n-i>c((r-a)/d)&&p("overflow"),a+=(n-i)*d,i=n;for(const n of e)if(n<i&&++a>r&&p("overflow"),n===i){let e=a;for(let n=o;;n+=o){const r=n<=s?1:n>=s+26?26:n-s;if(e<r)break;const i=e-r,a=o-r;t.push(l(m(r+i%a,0))),e=c(i/a)}t.push(l(m(e,0))),s=g(a,d,f===u),a=0,++f}++a,++i}return t.join("")},b={version:"2.3.1",ucs2:{decode:d,encode:e=>String.fromCodePoint(...e)},decode:y,encode:v,toASCII:function(e){return f(e,function(e){return a.test(e)?"xn--"+v(e):e})},toUnicode:function(e){return f(e,function(e){return i.test(e)?y(e.slice(4).toLowerCase()):e})}}},88095:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={all:Symbol("all"),error:Symbol("error"),fork:Symbol("fork"),join:Symbol("join"),race:Symbol("race"),call:Symbol("call"),cps:Symbol("cps"),subscribe:Symbol("subscribe")};t.default=n},89054:(e,t,n)=>{"use strict";n.d(t,{t:()=>_});var r=n(63696),o=n(62773),i=n.n(o),a=function(e,t){return a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},a(e,t)};function __extends(e,t){function __(){this.constructor=e}a(e,t),e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){return __assign=Object.assign||function __assign(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},__assign.apply(this,arguments)};function __awaiter(e,t,n,r){return new(n||(n=Promise))(function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function s(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(a,s)}u((r=r.apply(e,t||[])).next())})}function __generator(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}var s={graph_id:null,legend_toggle:!1,graphID:null,options:{colors:null},data:null,rows:null,columns:null,diffdata:null,chartEvents:null,legendToggle:!1,chartActions:null,getChartWrapper:function(e,t){},getChartEditor:null,className:"",style:{},formatters:null,spreadSheetUrl:null,spreadSheetQueryParameters:{headers:1,gid:1},rootProps:{},chartWrapperParams:{},controls:null,render:null,toolbarItems:null,toolbarID:null},u=function(e){function GoogleChartLoader(){var t=null!==e&&e.apply(this,arguments)||this;return t.handleGoogleChartsLoaderScriptLoaded=function(e){var n=t.props,r=n.chartVersion,o=n.chartPackages,i=n.chartLanguage,a=n.mapsApiKey,s=n.onLoad;e.charts.load(r||"current",{packages:o||["corechart","controls"],language:i||"en",mapsApiKey:a}),e.charts.setOnLoadCallback(function(){s(e)})},t}return __extends(GoogleChartLoader,e),GoogleChartLoader.prototype.shouldComponentUpdate=function(e){return e.chartPackages===this.props.chartPackages},GoogleChartLoader.prototype.render=function(){var e=this,t=this.props.onError;return(0,r.createElement)(i(),{url:"https://www.gstatic.com/charts/loader.js",onError:t,onLoad:function(){var t=window;t.google&&e.handleGoogleChartsLoaderScriptLoaded(t.google)}})},GoogleChartLoader}(r.Component),c=0,l=["#3366CC","#DC3912","#FF9900","#109618","#990099","#3B3EAC","#0099C6","#DD4477","#66AA00","#B82E2E","#316395","#994499","#22AA99","#AAAA11","#6633CC","#E67300","#8B0707","#329262","#5574A6","#3B3EAC"],p=function(e,t,n){return void 0===n&&(n={}),__awaiter(undefined,void 0,void 0,function(){return __generator(this,function(r){return[2,new Promise(function(r,o){var i=n.headers?"headers="+n.headers:"headers=0",a=n.query?"&tq="+encodeURIComponent(n.query):"",s=n.gid?"&gid="+n.gid:"",u=n.sheet?"&sheet="+n.sheet:"",c=n.access_token?"&access_token="+n.access_token:"",l=t+"/gviz/tq?"+(""+i+s+u+a+c);new e.visualization.Query(l).send(function(e){e.isError()?o("Error in query: "+e.getMessage()+" "+e.getDetailedMessage()):r(e.getDataTable())})})]})})},f=(0,r.createContext)(s),d=f.Provider,h=f.Consumer,ContextProvider=function(e){var t=e.children,n=e.value;return(0,r.createElement)(d,{value:n},t)},ContextConsumer=function(e){var t=e.render;return(0,r.createElement)(h,null,function(e){return t(e)})},m=function(e){function GoogleChartDataTableInner(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={hiddenColumns:[]},t.listenToLegendToggle=function(){var e=t.props,n=e.google,r=e.googleChartWrapper;n.visualization.events.addListener(r,"select",function(){var e=r.getChart().getSelection(),n=r.getDataTable();if(0!==e.length&&null===e[0].row&&null!==n){var o=e[0].column,i=t.getColumnID(n,o);t.state.hiddenColumns.includes(i)?t.setState(function(e){return __assign({},e,{hiddenColumns:e.hiddenColumns.filter(function(e){return e!==i}).slice()})}):t.setState(function(e){return __assign({},e,{hiddenColumns:e.hiddenColumns.concat([i])})})}})},t.applyFormatters=function(e,n){for(var r=t.props.google,o=0,i=n;o<i.length;o++){var a=i[o];switch(a.type){case"ArrowFormat":(s=new r.visualization.ArrowFormat(a.options)).format(e,a.column);break;case"BarFormat":(s=new r.visualization.BarFormat(a.options)).format(e,a.column);break;case"ColorFormat":for(var s=new r.visualization.ColorFormat(a.options),u=0,c=a.ranges;u<c.length;u++){var l=c[u];s.addRange.apply(s,l)}s.format(e,a.column);break;case"DateFormat":(s=new r.visualization.DateFormat(a.options)).format(e,a.column);break;case"NumberFormat":(s=new r.visualization.NumberFormat(a.options)).format(e,a.column);break;case"PatternFormat":(s=new r.visualization.PatternFormat(a.options)).format(e,a.column)}}},t.getColumnID=function(e,t){return e.getColumnId(t)||e.getColumnLabel(t)},t.draw=function(e){var n=e.data,r=e.diffdata,o=e.rows,i=e.columns,a=e.options,s=e.legend_toggle,u=e.legendToggle,c=e.chartType,l=e.formatters,f=e.spreadSheetUrl,d=e.spreadSheetQueryParameters;return __awaiter(t,void 0,void 0,function(){var e,t,h,m,g,y,v,b,_,w,k,E,O,j;return __generator(this,function(C){switch(C.label){case 0:return e=this.props,t=e.google,h=e.googleChartWrapper,g=null,null!==r&&(y=t.visualization.arrayToDataTable(r.old),v=t.visualization.arrayToDataTable(r.new),g=t.visualization[c].prototype.computeDiff(y,v)),null===n?[3,1]:(m=Array.isArray(n)?t.visualization.arrayToDataTable(n):new t.visualization.DataTable(n),[3,5]);case 1:return null===o||null===i?[3,2]:(m=t.visualization.arrayToDataTable([i].concat(o)),[3,5]);case 2:return null===f?[3,4]:[4,p(t,f,d)];case 3:return m=C.sent(),[3,5];case 4:m=t.visualization.arrayToDataTable([]),C.label=5;case 5:for(b=m.getNumberOfColumns(),_=0;_<b;_+=1)w=this.getColumnID(m,_),this.state.hiddenColumns.includes(w)&&(k=m.getColumnLabel(_),E=m.getColumnId(_),O=m.getColumnType(_),m.removeColumn(_),m.addColumn({label:k,id:E,type:O}));return j=h.getChart(),"Timeline"===h.getChartType()&&j&&j.clearChart(),h.setChartType(c),h.setOptions(a),h.setDataTable(m),h.draw(),null!==this.props.googleChartDashboard&&this.props.googleChartDashboard.draw(m),null!==g&&(h.setDataTable(g),h.draw()),null!==l&&(this.applyFormatters(m,l),h.setDataTable(m),h.draw()),!0!==u&&!0!==s||this.grayOutHiddenColumns({options:a}),[2]}})})},t.grayOutHiddenColumns=function(e){var n=e.options,r=t.props.googleChartWrapper,o=r.getDataTable();if(null!==o){var i=o.getNumberOfColumns();if(!1!==t.state.hiddenColumns.length>0){var a=Array.from({length:i-1}).map(function(e,r){var i=t.getColumnID(o,r+1);return t.state.hiddenColumns.includes(i)?"#CCCCCC":void 0!==n.colors&&null!==n.colors?n.colors[r]:l[r]});r.setOptions(__assign({},n,{colors:a})),r.draw()}}},t.onResize=function(){t.props.googleChartWrapper.draw()},t}return __extends(GoogleChartDataTableInner,e),GoogleChartDataTableInner.prototype.componentDidMount=function(){this.draw(this.props),window.addEventListener("resize",this.onResize),(this.props.legend_toggle||this.props.legendToggle)&&this.listenToLegendToggle()},GoogleChartDataTableInner.prototype.componentWillUnmount=function(){var e=this.props,t=e.google,n=e.googleChartWrapper;window.removeEventListener("resize",this.onResize),t.visualization.events.removeAllListeners(n),"Timeline"===n.getChartType()&&n.getChart()&&n.getChart().clearChart()},GoogleChartDataTableInner.prototype.componentDidUpdate=function(){this.draw(this.props)},GoogleChartDataTableInner.prototype.render=function(){return null},GoogleChartDataTableInner}(r.Component),g=function(e){function GoogleChartDataTable(){return null!==e&&e.apply(this,arguments)||this}return __extends(GoogleChartDataTable,e),GoogleChartDataTable.prototype.componentDidMount=function(){},GoogleChartDataTable.prototype.componentWillUnmount=function(){},GoogleChartDataTable.prototype.shouldComponentUpdate=function(){return!1},GoogleChartDataTable.prototype.render=function(){var e=this.props,t=e.google,n=e.googleChartWrapper,o=e.googleChartDashboard;return(0,r.createElement)(ContextConsumer,{render:function(e){return(0,r.createElement)(m,__assign({},e,{google:t,googleChartWrapper:n,googleChartDashboard:o}))}})},GoogleChartDataTable}(r.Component),y=function(e){function GoogleChartEvents(){return null!==e&&e.apply(this,arguments)||this}return __extends(GoogleChartEvents,e),GoogleChartEvents.prototype.shouldComponentUpdate=function(){return!1},GoogleChartEvents.prototype.listenToEvents=function(e){var t=this,n=e.chartEvents,r=e.google,o=e.googleChartWrapper;if(null!==n){r.visualization.events.removeAllListeners(o);for(var i=function(e){var n=e.eventName,i=e.callback;r.visualization.events.addListener(o,n,function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];i({chartWrapper:o,props:t.props,google:r,eventArgs:e})})},a=0,s=n;a<s.length;a++){i(s[a])}}},GoogleChartEvents.prototype.render=function(){var e=this,t=this.props,n=t.google,o=t.googleChartWrapper;return(0,r.createElement)(ContextConsumer,{render:function(t){return e.listenToEvents({chartEvents:t.chartEvents||null,google:n,googleChartWrapper:o}),null}})},GoogleChartEvents}(r.Component),v=0,b=function(e){function GoogleChart(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={googleChartWrapper:null,googleChartDashboard:null,googleChartControls:null,googleChartEditor:null,isReady:!1},t.graphID=null,t.dashboard_ref=(0,r.createRef)(),t.toolbar_ref=(0,r.createRef)(),t.getGraphID=function(){var e,n=t.props,r=n.graphID,o=n.graph_id;return e=null===r&&null===o?null===t.graphID?"reactgooglegraph-"+(c+=1):t.graphID:null!==r&&null===o?r:null!==o&&null===r?o:r,t.graphID=e,t.graphID},t.getControlID=function(e,t){return v+=1,void 0===e?"googlechart-control-"+t+"-"+v:e},t.addControls=function(e,n){var r=t.props,o=r.google,i=r.controls,a=null===i?null:i.map(function(e,n){var r=e.controlID,i=e.controlType,a=e.options,s=e.controlWrapperParams,u=t.getControlID(r,n);return{controlProp:e,control:new o.visualization.ControlWrapper(__assign({containerId:u,controlType:i,options:a},s))}});if(null===a)return null;n.bind(a.map(function(e){return e.control}),e);for(var s=function(n){for(var r=n.control,i=n.controlProp.controlEvents,a=function(n){var i=n.callback,a=n.eventName;o.visualization.events.removeListener(r,a,i),o.visualization.events.addListener(r,a,function(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];i({chartWrapper:e,controlWrapper:r,props:t.props,google:o,eventArgs:n})})},s=0,u=void 0===i?[]:i;s<u.length;s++){a(u[s])}},u=0,c=a;u<c.length;u++){s(c[u])}return a},t.renderChart=function(){var e=t.props,n=e.width,o=e.height,i=e.options,a=e.style,s=e.className,u=e.rootProps,c=e.google,l=__assign({height:o||i&&i.height,width:n||i&&i.width},a);return(0,r.createElement)("div",__assign({id:t.getGraphID(),style:l,className:s},u),t.state.isReady&&null!==t.state.googleChartWrapper?(0,r.createElement)(r.Fragment,null,(0,r.createElement)(g,{googleChartWrapper:t.state.googleChartWrapper,google:c,googleChartDashboard:t.state.googleChartDashboard}),(0,r.createElement)(y,{googleChartWrapper:t.state.googleChartWrapper,google:c})):null)},t.renderControl=function(e){return void 0===e&&(e=function(e){e.control,e.controlProp;return!0}),t.state.isReady&&null!==t.state.googleChartControls?(0,r.createElement)(r.Fragment,null,t.state.googleChartControls.filter(function(t){var n=t.controlProp,r=t.control;return e({control:r,controlProp:n})}).map(function(e){var t=e.control;e.controlProp;return(0,r.createElement)("div",{key:t.getContainerId(),id:t.getContainerId()})})):null},t.renderToolBar=function(){return null===t.props.toolbarItems?null:(0,r.createElement)("div",{ref:t.toolbar_ref})},t}return __extends(GoogleChart,e),GoogleChart.prototype.componentDidMount=function(){var e=this.props,t=e.options,n=e.google,r=e.chartType,o=e.chartWrapperParams,i=e.toolbarItems,a=e.getChartEditor,s=e.getChartWrapper,u=__assign({chartType:r,options:t,containerId:this.getGraphID()},o),c=new n.visualization.ChartWrapper(u);c.setOptions(t),s(c,n);var l=new n.visualization.Dashboard(this.dashboard_ref),p=this.addControls(c,l);null!==i&&n.visualization.drawToolbar(this.toolbar_ref.current,i);var f=null;null!==a&&a({chartEditor:f=new n.visualization.ChartEditor,chartWrapper:c,google:n}),this.setState({googleChartEditor:f,googleChartControls:p,googleChartDashboard:l,googleChartWrapper:c,isReady:!0})},GoogleChart.prototype.componentDidUpdate=function(){if(null!==this.state.googleChartWrapper&&null!==this.state.googleChartDashboard&&null!==this.state.googleChartControls)for(var e=this.props.controls,t=0;t<e.length;t+=1){var n=e[t],r=n.controlType,o=n.options,i=n.controlWrapperParams;i&&"state"in i&&this.state.googleChartControls[t].control.setState(i.state),this.state.googleChartControls[t].control.setOptions(o),this.state.googleChartControls[t].control.setControlType(r)}},GoogleChart.prototype.shouldComponentUpdate=function(e,t){return this.state.isReady!==t.isReady||e.controls!==this.props.controls},GoogleChart.prototype.render=function(){var e=this.props,t=e.width,n=e.height,o=e.options,i=e.style,a=__assign({height:n||o&&o.height,width:t||o&&o.width},i);return null!==this.props.render?(0,r.createElement)("div",{ref:this.dashboard_ref,style:a},(0,r.createElement)("div",{ref:this.toolbar_ref,id:"toolbar"}),this.props.render({renderChart:this.renderChart,renderControl:this.renderControl,renderToolbar:this.renderToolBar})):(0,r.createElement)("div",{ref:this.dashboard_ref,style:a},this.renderControl(function(e){return"bottom"!==e.controlProp.controlPosition}),this.renderChart(),this.renderControl(function(e){return"bottom"===e.controlProp.controlPosition}),this.renderToolBar())},GoogleChart}(r.Component),_=function(e){function Chart(){var t=null!==e&&e.apply(this,arguments)||this;return t._isMounted=!1,t.state={loadingStatus:"loading",google:null},t.onLoad=function(e){if(t.isFullyLoaded(e))t.onSuccess(e);else var n=setInterval(function(){var e=window.google;t._isMounted?e&&t.isFullyLoaded(e)&&(clearInterval(n),t.onSuccess(e)):clearInterval(n)},1e3)},t.onSuccess=function(e){t.setState({loadingStatus:"ready",google:e})},t.onError=function(){t.setState({loadingStatus:"errored"})},t}return __extends(Chart,e),Chart.prototype.render=function(){var e=this.props,t=e.chartLanguage,n=e.chartPackages,o=e.chartVersion,i=e.mapsApiKey,a=e.loader,s=e.errorElement;return(0,r.createElement)(ContextProvider,{value:this.props},"ready"===this.state.loadingStatus&&null!==this.state.google?(0,r.createElement)(b,__assign({},this.props,{google:this.state.google})):"errored"===this.state.loadingStatus&&s?s:a,(0,r.createElement)(u,__assign({},{chartLanguage:t,chartPackages:n,chartVersion:o,mapsApiKey:i},{onLoad:this.onLoad,onError:this.onError})))},Chart.prototype.componentDidMount=function(){this._isMounted=!0},Chart.prototype.componentWillUnmount=function(){this._isMounted=!1},Chart.prototype.isFullyLoaded=function(e){var t=this.props,n=t.controls,r=t.toolbarItems,o=t.getChartEditor;return e&&e.visualization&&e.visualization.ChartWrapper&&e.visualization.Dashboard&&(!n||e.visualization.ChartWrapper)&&(!o||e.visualization.ChartEditor)&&(!r||e.visualization.drawToolbar)},Chart.defaultProps=s,Chart}(r.Component)},89360:(e,t,n)=>{"use strict";e.exports=n(92332)},89430:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createChannel=t.subscribe=t.cps=t.apply=t.call=t.invoke=t.delay=t.race=t.join=t.fork=t.error=t.all=void 0;var r,o=n(88095),i=(r=o)&&r.__esModule?r:{default:r};t.all=function(e){return{type:i.default.all,value:e}},t.error=function(e){return{type:i.default.error,error:e}},t.fork=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return{type:i.default.fork,iterator:e,args:n}},t.join=function(e){return{type:i.default.join,task:e}},t.race=function(e){return{type:i.default.race,competitors:e}},t.delay=function(e){return new Promise(function(t){setTimeout(function(){return t(!0)},e)})},t.invoke=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return{type:i.default.call,func:e,context:null,args:n}},t.call=function(e,t){for(var n=arguments.length,r=Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return{type:i.default.call,func:e,context:t,args:r}},t.apply=function(e,t,n){return{type:i.default.call,func:e,context:t,args:n}},t.cps=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return{type:i.default.cps,func:e,args:n}},t.subscribe=function(e){return{type:i.default.subscribe,channel:e}},t.createChannel=function(e){var t=[];return e(function(e){return t.forEach(function(t){return t(e)})}),{subscribe:function(e){return t.push(e),function(){return t.splice(t.indexOf(e),1)}}}}},89512:function(e,t,n){var r,o;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=107)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},107:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(155),p=n(38),f=n(108);t.withRipple=function(e){var t;return(t=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.isComponentMounted=!0,n.isTouched=!1,n.displayName="WithRipple("+function(e){return e.displayName||e.name||"Component"}(e)+")",n.state={classList:new Set,style:{}},n.initializeFoundation=function(e,t){var r=n.createAdapter(e,t);n.foundation=new l.MDCRippleFoundation(r),n.foundation.init()},n.createAdapter=function(e,t){return{browserSupportsCssVars:function(){return p.supportsCssVariables(window)},isUnbounded:function(){return n.props.unbounded},isSurfaceActive:function(){return t?f.matches(t,":active"):f.matches(e,":active")},isSurfaceDisabled:function(){return n.props.disabled},addClass:function(e){n.isComponentMounted&&n.setState({classList:n.state.classList.add(e)})},removeClass:function(e){if(n.isComponentMounted){var t=n.state.classList;t.delete(e),n.setState({classList:t})}},registerDocumentInteractionHandler:function(e,t){return document.documentElement.addEventListener(e,t,p.applyPassive())},deregisterDocumentInteractionHandler:function(e,t){return document.documentElement.removeEventListener(e,t,p.applyPassive())},registerResizeHandler:function(e){return window.addEventListener("resize",e)},deregisterResizeHandler:function(e){return window.removeEventListener("resize",e)},updateCssVariable:n.updateCssVariable,computeBoundingRect:function(){return n.isComponentMounted?n.props.computeBoundingRect?n.props.computeBoundingRect(e):e.getBoundingClientRect():{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0}},containsEventTarget:function(e){return!(!t||null===e)&&t.contains(e)},registerInteractionHandler:function(){return null},deregisterInteractionHandler:function(){return null},getWindowPageOffset:function(){return{x:window.pageXOffset,y:window.pageYOffset}}}},n.handleFocus=function(e){n.props.onFocus&&n.props.onFocus(e),n.foundation.handleFocus()},n.handleBlur=function(e){n.props.onBlur&&n.props.onBlur(e),n.foundation.handleBlur()},n.handleMouseDown=function(e){n.props.onMouseDown&&n.props.onMouseDown(e),n.isTouched?n.isTouched=!1:n.activateRipple(e)},n.handleMouseUp=function(e){n.props.onMouseUp&&n.props.onMouseUp(e),n.deactivateRipple()},n.handleTouchStart=function(e){n.isTouched=!0,n.props.onTouchStart&&n.props.onTouchStart(e),n.activateRipple(e)},n.handleTouchEnd=function(e){n.props.onTouchEnd&&n.props.onTouchEnd(e),n.deactivateRipple()},n.handleKeyDown=function(e){n.props.onKeyDown&&n.props.onKeyDown(e),n.activateRipple(e)},n.handleKeyUp=function(e){n.props.onKeyUp&&n.props.onKeyUp(e),n.deactivateRipple()},n.activateRipple=function(e){e.persist(),n.foundation.activate(e.nativeEvent)},n.deactivateRipple=function(){n.foundation.deactivate()},n.updateCssVariable=function(e,t){n.isComponentMounted&&n.setState(function(r){var o=Object.assign({},n.state.style,r.style);return null===t?delete o[e]:o[e]=t,Object.assign(r,{style:o})})},n}return o(n,t),n.prototype.componentDidMount=function(){if(!this.foundation)throw new Error("You must call initRipple from the element's ref prop to initialize the adapter for withRipple")},n.prototype.componentDidUpdate=function(e){this.props.disabled!==e.disabled&&this.props.disabled&&this.foundation.handleBlur()},n.prototype.componentWillUnmount=function(){this.foundation&&(this.isComponentMounted=!1,this.foundation.destroy())},Object.defineProperty(n.prototype,"classes",{get:function(){var e=this.props.className,t=this.state.classList;return c.default(Array.from(t),e)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"style",{get:function(){var e=this.props.style,t=this.state.style;return Object.assign({},t,e)},enumerable:!0,configurable:!0}),n.prototype.render=function(){var t=this.props,n=(t.unbounded,t.style,t.className,t.onMouseDown,t.onMouseUp,t.onTouchStart,t.onTouchEnd,t.onKeyDown,t.onKeyUp,t.onFocus,t.onBlur,a(t,["unbounded","style","className","onMouseDown","onMouseUp","onTouchStart","onTouchEnd","onKeyDown","onKeyUp","onFocus","onBlur"])),r=i({},n,{onMouseDown:this.handleMouseDown,onMouseUp:this.handleMouseUp,onTouchStart:this.handleTouchStart,onTouchEnd:this.handleTouchEnd,onKeyDown:this.handleKeyDown,onKeyUp:this.handleKeyUp,onFocus:this.handleFocus,onBlur:this.handleBlur,initRipple:this.initializeFoundation,className:this.classes,style:this.style});return u.default.createElement(e,i({},r))},n}(u.default.Component)).defaultProps=i({unbounded:!1,disabled:!1,style:{},className:"",onMouseDown:function(){},onMouseUp:function(){},onTouchStart:function(){},onTouchEnd:function(){},onKeyDown:function(){},onKeyUp:function(){},onFocus:function(){},onBlur:function(){}},e.defaultProps),t}},108:function(e,t,n){"use strict";function r(e,t){if(e.closest)return e.closest(t);for(var n=e;n;){if(o(n,t))return n;n=n.parentElement}return null}function o(e,t){return(e.matches||e.webkitMatchesSelector||e.msMatchesSelector).call(e,t)}n.r(t),n.d(t,"closest",function(){return r}),n.d(t,"matches",function(){return o})},155:function(e,t,n){"use strict";n.r(t),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},o=function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}(),a={BG_FOCUSED:"mdc-ripple-upgraded--background-focused",FG_ACTIVATION:"mdc-ripple-upgraded--foreground-activation",FG_DEACTIVATION:"mdc-ripple-upgraded--foreground-deactivation",ROOT:"mdc-ripple-upgraded",UNBOUNDED:"mdc-ripple-upgraded--unbounded"},s={VAR_FG_SCALE:"--mdc-ripple-fg-scale",VAR_FG_SIZE:"--mdc-ripple-fg-size",VAR_FG_TRANSLATE_END:"--mdc-ripple-fg-translate-end",VAR_FG_TRANSLATE_START:"--mdc-ripple-fg-translate-start",VAR_LEFT:"--mdc-ripple-left",VAR_TOP:"--mdc-ripple-top"},u={DEACTIVATION_TIMEOUT_MS:225,FG_DEACTIVATION_MS:150,INITIAL_ORIGIN_SCALE:.6,PADDING:10,TAP_DELAY_MS:300},c=n(38);n.d(t,"MDCRippleFoundation",function(){return d});var l=["touchstart","pointerdown","mousedown","keydown"],p=["touchend","pointerup","mouseup","contextmenu"],f=[],d=function(e){function t(n){var r=e.call(this,o({},t.defaultAdapter,n))||this;return r.activationAnimationHasEnded_=!1,r.activationTimer_=0,r.fgDeactivationRemovalTimer_=0,r.fgScale_="0",r.frame_={width:0,height:0},r.initialSize_=0,r.layoutFrame_=0,r.maxRadius_=0,r.unboundedCoords_={left:0,top:0},r.activationState_=r.defaultActivationState_(),r.activationTimerCallback_=function(){r.activationAnimationHasEnded_=!0,r.runDeactivationUXLogicIfReady_()},r.activateHandler_=function(e){return r.activate_(e)},r.deactivateHandler_=function(){return r.deactivate_()},r.focusHandler_=function(){return r.handleFocus()},r.blurHandler_=function(){return r.handleBlur()},r.resizeHandler_=function(){return r.layout()},r}return function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return u},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},browserSupportsCssVars:function(){return!0},computeBoundingRect:function(){return{top:0,right:0,bottom:0,left:0,width:0,height:0}},containsEventTarget:function(){return!0},deregisterDocumentInteractionHandler:function(){},deregisterInteractionHandler:function(){},deregisterResizeHandler:function(){},getWindowPageOffset:function(){return{x:0,y:0}},isSurfaceActive:function(){return!0},isSurfaceDisabled:function(){return!0},isUnbounded:function(){return!0},registerDocumentInteractionHandler:function(){},registerInteractionHandler:function(){},registerResizeHandler:function(){},removeClass:function(){},updateCssVariable:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){var e=this,n=this.supportsPressRipple_();if(this.registerRootHandlers_(n),n){var r=t.cssClasses,o=r.ROOT,i=r.UNBOUNDED;requestAnimationFrame(function(){e.adapter_.addClass(o),e.adapter_.isUnbounded()&&(e.adapter_.addClass(i),e.layoutInternal_())})}},t.prototype.destroy=function(){var e=this;if(this.supportsPressRipple_()){this.activationTimer_&&(clearTimeout(this.activationTimer_),this.activationTimer_=0,this.adapter_.removeClass(t.cssClasses.FG_ACTIVATION)),this.fgDeactivationRemovalTimer_&&(clearTimeout(this.fgDeactivationRemovalTimer_),this.fgDeactivationRemovalTimer_=0,this.adapter_.removeClass(t.cssClasses.FG_DEACTIVATION));var n=t.cssClasses,r=n.ROOT,o=n.UNBOUNDED;requestAnimationFrame(function(){e.adapter_.removeClass(r),e.adapter_.removeClass(o),e.removeCssVars_()})}this.deregisterRootHandlers_(),this.deregisterDeactivationHandlers_()},t.prototype.activate=function(e){this.activate_(e)},t.prototype.deactivate=function(){this.deactivate_()},t.prototype.layout=function(){var e=this;this.layoutFrame_&&cancelAnimationFrame(this.layoutFrame_),this.layoutFrame_=requestAnimationFrame(function(){e.layoutInternal_(),e.layoutFrame_=0})},t.prototype.setUnbounded=function(e){var n=t.cssClasses.UNBOUNDED;e?this.adapter_.addClass(n):this.adapter_.removeClass(n)},t.prototype.handleFocus=function(){var e=this;requestAnimationFrame(function(){return e.adapter_.addClass(t.cssClasses.BG_FOCUSED)})},t.prototype.handleBlur=function(){var e=this;requestAnimationFrame(function(){return e.adapter_.removeClass(t.cssClasses.BG_FOCUSED)})},t.prototype.supportsPressRipple_=function(){return this.adapter_.browserSupportsCssVars()},t.prototype.defaultActivationState_=function(){return{activationEvent:void 0,hasDeactivationUXRun:!1,isActivated:!1,isProgrammatic:!1,wasActivatedByPointer:!1,wasElementMadeActive:!1}},t.prototype.registerRootHandlers_=function(e){var t=this;e&&(l.forEach(function(e){t.adapter_.registerInteractionHandler(e,t.activateHandler_)}),this.adapter_.isUnbounded()&&this.adapter_.registerResizeHandler(this.resizeHandler_)),this.adapter_.registerInteractionHandler("focus",this.focusHandler_),this.adapter_.registerInteractionHandler("blur",this.blurHandler_)},t.prototype.registerDeactivationHandlers_=function(e){var t=this;"keydown"===e.type?this.adapter_.registerInteractionHandler("keyup",this.deactivateHandler_):p.forEach(function(e){t.adapter_.registerDocumentInteractionHandler(e,t.deactivateHandler_)})},t.prototype.deregisterRootHandlers_=function(){var e=this;l.forEach(function(t){e.adapter_.deregisterInteractionHandler(t,e.activateHandler_)}),this.adapter_.deregisterInteractionHandler("focus",this.focusHandler_),this.adapter_.deregisterInteractionHandler("blur",this.blurHandler_),this.adapter_.isUnbounded()&&this.adapter_.deregisterResizeHandler(this.resizeHandler_)},t.prototype.deregisterDeactivationHandlers_=function(){var e=this;this.adapter_.deregisterInteractionHandler("keyup",this.deactivateHandler_),p.forEach(function(t){e.adapter_.deregisterDocumentInteractionHandler(t,e.deactivateHandler_)})},t.prototype.removeCssVars_=function(){var e=this,n=t.strings;Object.keys(n).forEach(function(t){0===t.indexOf("VAR_")&&e.adapter_.updateCssVariable(n[t],null)})},t.prototype.activate_=function(e){var t=this;if(!this.adapter_.isSurfaceDisabled()){var n=this.activationState_;if(!n.isActivated){var r=this.previousActivationEvent_;r&&void 0!==e&&r.type!==e.type||(n.isActivated=!0,n.isProgrammatic=void 0===e,n.activationEvent=e,n.wasActivatedByPointer=!n.isProgrammatic&&void 0!==e&&("mousedown"===e.type||"touchstart"===e.type||"pointerdown"===e.type),void 0!==e&&f.length>0&&f.some(function(e){return t.adapter_.containsEventTarget(e)})?this.resetActivationState_():(void 0!==e&&(f.push(e.target),this.registerDeactivationHandlers_(e)),n.wasElementMadeActive=this.checkElementMadeActive_(e),n.wasElementMadeActive&&this.animateActivation_(),requestAnimationFrame(function(){f=[],n.wasElementMadeActive||void 0===e||" "!==e.key&&32!==e.keyCode||(n.wasElementMadeActive=t.checkElementMadeActive_(e),n.wasElementMadeActive&&t.animateActivation_()),n.wasElementMadeActive||(t.activationState_=t.defaultActivationState_())})))}}},t.prototype.checkElementMadeActive_=function(e){return void 0===e||"keydown"!==e.type||this.adapter_.isSurfaceActive()},t.prototype.animateActivation_=function(){var e=this,n=t.strings,r=n.VAR_FG_TRANSLATE_START,o=n.VAR_FG_TRANSLATE_END,i=t.cssClasses,a=i.FG_DEACTIVATION,s=i.FG_ACTIVATION,u=t.numbers.DEACTIVATION_TIMEOUT_MS;this.layoutInternal_();var c="",l="";if(!this.adapter_.isUnbounded()){var p=this.getFgTranslationCoordinates_(),f=p.startPoint,d=p.endPoint;c=f.x+"px, "+f.y+"px",l=d.x+"px, "+d.y+"px"}this.adapter_.updateCssVariable(r,c),this.adapter_.updateCssVariable(o,l),clearTimeout(this.activationTimer_),clearTimeout(this.fgDeactivationRemovalTimer_),this.rmBoundedActivationClasses_(),this.adapter_.removeClass(a),this.adapter_.computeBoundingRect(),this.adapter_.addClass(s),this.activationTimer_=setTimeout(function(){return e.activationTimerCallback_()},u)},t.prototype.getFgTranslationCoordinates_=function(){var e,t=this.activationState_,n=t.activationEvent;return{startPoint:e={x:(e=t.wasActivatedByPointer?Object(c.getNormalizedEventCoords)(n,this.adapter_.getWindowPageOffset(),this.adapter_.computeBoundingRect()):{x:this.frame_.width/2,y:this.frame_.height/2}).x-this.initialSize_/2,y:e.y-this.initialSize_/2},endPoint:{x:this.frame_.width/2-this.initialSize_/2,y:this.frame_.height/2-this.initialSize_/2}}},t.prototype.runDeactivationUXLogicIfReady_=function(){var e=this,n=t.cssClasses.FG_DEACTIVATION,r=this.activationState_,o=r.hasDeactivationUXRun,i=r.isActivated;(o||!i)&&this.activationAnimationHasEnded_&&(this.rmBoundedActivationClasses_(),this.adapter_.addClass(n),this.fgDeactivationRemovalTimer_=setTimeout(function(){e.adapter_.removeClass(n)},u.FG_DEACTIVATION_MS))},t.prototype.rmBoundedActivationClasses_=function(){var e=t.cssClasses.FG_ACTIVATION;this.adapter_.removeClass(e),this.activationAnimationHasEnded_=!1,this.adapter_.computeBoundingRect()},t.prototype.resetActivationState_=function(){var e=this;this.previousActivationEvent_=this.activationState_.activationEvent,this.activationState_=this.defaultActivationState_(),setTimeout(function(){return e.previousActivationEvent_=void 0},t.numbers.TAP_DELAY_MS)},t.prototype.deactivate_=function(){var e=this,t=this.activationState_;if(t.isActivated){var n=o({},t);t.isProgrammatic?(requestAnimationFrame(function(){return e.animateDeactivation_(n)}),this.resetActivationState_()):(this.deregisterDeactivationHandlers_(),requestAnimationFrame(function(){e.activationState_.hasDeactivationUXRun=!0,e.animateDeactivation_(n),e.resetActivationState_()}))}},t.prototype.animateDeactivation_=function(e){var t=e.wasActivatedByPointer,n=e.wasElementMadeActive;(t||n)&&this.runDeactivationUXLogicIfReady_()},t.prototype.layoutInternal_=function(){var e=this;this.frame_=this.adapter_.computeBoundingRect();var n=Math.max(this.frame_.height,this.frame_.width);this.maxRadius_=this.adapter_.isUnbounded()?n:Math.sqrt(Math.pow(e.frame_.width,2)+Math.pow(e.frame_.height,2))+t.numbers.PADDING,this.initialSize_=Math.floor(n*t.numbers.INITIAL_ORIGIN_SCALE),this.fgScale_=""+this.maxRadius_/this.initialSize_,this.updateLayoutCssVars_()},t.prototype.updateLayoutCssVars_=function(){var e=t.strings,n=e.VAR_FG_SIZE,r=e.VAR_LEFT,o=e.VAR_TOP,i=e.VAR_FG_SCALE;this.adapter_.updateCssVariable(n,this.initialSize_+"px"),this.adapter_.updateCssVariable(i,this.fgScale_),this.adapter_.isUnbounded()&&(this.unboundedCoords_={left:Math.round(this.frame_.width/2-this.initialSize_/2),top:Math.round(this.frame_.height/2-this.initialSize_/2)},this.adapter_.updateCssVariable(r,this.unboundedCoords_.left+"px"),this.adapter_.updateCssVariable(o,this.unboundedCoords_.top+"px"))},t}(i);t.default=d},38:function(e,t,n){"use strict";var r,o;function i(e,t){void 0===t&&(t=!1);var n=e.CSS,o=r;if("boolean"==typeof r&&!t)return r;if(!n||"function"!=typeof n.supports)return!1;var i=n.supports("--css-vars","yes"),a=n.supports("(--css-vars: yes)")&&n.supports("color","#00000000");return o=!(!i&&!a||function(e){var t=e.document,n=t.createElement("div");n.className="mdc-ripple-surface--test-edge-var-bug",t.body.appendChild(n);var r=e.getComputedStyle(n),o=null!==r&&"solid"===r.borderTopStyle;return n.remove(),o}(e)),t||(r=o),o}function a(e,t){if(void 0===e&&(e=window),void 0===t&&(t=!1),void 0===o||t){var n=!1;try{e.document.addEventListener("test",function(){},{get passive(){return n=!0}})}catch(e){}o=n}return!!o&&{passive:!0}}function s(e,t,n){if(!e)return{x:0,y:0};var r,o,i=t.x,a=t.y,s=i+n.left,u=a+n.top;if("touchstart"===e.type){var c=e;r=c.changedTouches[0].pageX-s,o=c.changedTouches[0].pageY-u}else{var l=e;r=l.pageX-s,o=l.pageY-u}return{x:r,y:o}}n.r(t),n.d(t,"supportsCssVariables",function(){return i}),n.d(t,"applyPassive",function(){return a}),n.d(t,"getNormalizedEventCoords",function(){return s})}}))},89733:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.wrapControls=t.asyncControls=t.create=void 0;var r=n(89430);Object.keys(r).forEach(function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})});var o=s(n(3109)),i=s(n(97996)),a=s(n(83422));function s(e){return e&&e.__esModule?e:{default:e}}t.create=o.default,t.asyncControls=i.default,t.wrapControls=a.default},89736:e=>{function t(n,r,o,i){var a=Object.defineProperty;try{a({},"",{})}catch(n){a=0}e.exports=t=function(e,n,r,o){if(n)a?a(e,n,{value:r,enumerable:!o,configurable:!o,writable:!o}):e[n]=r;else{var i=function(n,r){t(e,n,function(e){return this._invoke(n,r,e)})};i("next",0),i("throw",1),i("return",2)}},e.exports.__esModule=!0,e.exports.default=e.exports,t(n,r,o,i)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},90295:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>ut});var r=n(68102),o=n(97850),i=n(81515),a=n(41705),s=n(63696),u=n(78325),c=n(68017),l=n(56631),p=n(65041),f=n(4730),d=n(57719),h=n(36222),m=n(10692),g=n(84505),y=n(58277);function v(e){return"scale(".concat(e,", ").concat(Math.pow(e,2),")")}var b={entering:{opacity:1,transform:v(1)},entered:{opacity:1,transform:"none"}},_=s.forwardRef(function Grow(e,t){var n=e.children,a=e.disableStrictModeCompat,u=void 0!==a&&a,c=e.in,l=e.onEnter,p=e.onEntered,f=e.onEntering,d=e.onExit,_=e.onExited,w=e.onExiting,k=e.style,E=e.timeout,O=void 0===E?"auto":E,j=e.TransitionComponent,C=void 0===j?h.Ay:j,S=(0,i.A)(e,["children","disableStrictModeCompat","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"]),T=s.useRef(),x=s.useRef(),A=(0,m.A)(),I=A.unstable_strictMode&&!u,P=s.useRef(null),R=(0,y.A)(n.ref,t),L=(0,y.A)(I?P:void 0,R),D=function(e){return function(t,n){if(e){var r=I?[P.current,t]:[t,n],i=(0,o.A)(r,2),a=i[0],s=i[1];void 0===s?e(a):e(a,s)}}},N=D(f),M=D(function(e,t){(0,g.q)(e);var n,r=(0,g.c)({style:k,timeout:O},{mode:"enter"}),o=r.duration,i=r.delay;"auto"===O?(n=A.transitions.getAutoHeightDuration(e.clientHeight),x.current=n):n=o,e.style.transition=[A.transitions.create("opacity",{duration:n,delay:i}),A.transitions.create("transform",{duration:.666*n,delay:i})].join(","),l&&l(e,t)}),z=D(p),F=D(w),B=D(function(e){var t,n=(0,g.c)({style:k,timeout:O},{mode:"exit"}),r=n.duration,o=n.delay;"auto"===O?(t=A.transitions.getAutoHeightDuration(e.clientHeight),x.current=t):t=r,e.style.transition=[A.transitions.create("opacity",{duration:t,delay:o}),A.transitions.create("transform",{duration:.666*t,delay:o||.333*t})].join(","),e.style.opacity="0",e.style.transform=v(.75),d&&d(e)}),H=D(_);return s.useEffect(function(){return function(){clearTimeout(T.current)}},[]),s.createElement(C,(0,r.A)({appear:!0,in:c,nodeRef:I?P:void 0,onEnter:M,onEntered:z,onEntering:N,onExit:B,onExited:H,onExiting:F,addEndListener:function(e,t){var n=I?e:t;"auto"===O&&(T.current=setTimeout(n,x.current||0))},timeout:"auto"===O?null:O},S),function(e,t){return s.cloneElement(n,(0,r.A)({style:(0,r.A)({opacity:0,transform:v(.75),visibility:"exited"!==e||c?void 0:"hidden"},b[e],k,n.props.style),ref:L},t))})});_.muiSupportAuto=!0;const w=_;var k="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,E=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(k&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var O=k&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then(function(){t=!1,e()}))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout(function(){t=!1,e()},E))}};function j(e){return e&&"[object Function]"==={}.toString.call(e)}function C(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function S(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function T(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=C(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/(auto|scroll|overlay)/.test(n+o+r)?e:T(S(e))}function x(e){return e&&e.referenceNode?e.referenceNode:e}var A=k&&!(!window.MSInputMethodContext||!document.documentMode),I=k&&/MSIE 10/.test(navigator.userAgent);function P(e){return 11===e?A:10===e?I:A||I}function R(e){if(!e)return document.documentElement;for(var t=P(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===C(n,"position")?R(n):n:e?e.ownerDocument.documentElement:document.documentElement}function L(e){return null!==e.parentNode?L(e.parentNode):e}function D(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?e:t,o=n?t:e,i=document.createRange();i.setStart(r,0),i.setEnd(o,0);var a,s,u=i.commonAncestorContainer;if(e!==u&&t!==u||r.contains(o))return"BODY"===(s=(a=u).nodeName)||"HTML"!==s&&R(a.firstElementChild)!==a?R(u):u;var c=L(e);return c.host?D(c.host,t):D(e,L(t).host)}function N(e){var t="top"===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top")?"scrollTop":"scrollLeft",n=e.nodeName;if("BODY"===n||"HTML"===n){var r=e.ownerDocument.documentElement;return(e.ownerDocument.scrollingElement||r)[t]}return e[t]}function M(e,t){var n="x"===t?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+r+"Width"])}function z(e,t,n,r){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],P(10)?parseInt(n["offset"+e])+parseInt(r["margin"+("Height"===e?"Top":"Left")])+parseInt(r["margin"+("Height"===e?"Bottom":"Right")]):0)}function F(e){var t=e.body,n=e.documentElement,r=P(10)&&getComputedStyle(n);return{height:z("Height",t,n,r),width:z("Width",t,n,r)}}var B=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),H=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},U=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};function W(e){return U({},e,{right:e.left+e.width,bottom:e.top+e.height})}function V(e){var t={};try{if(P(10)){t=e.getBoundingClientRect();var n=N(e,"top"),r=N(e,"left");t.top+=n,t.left+=r,t.bottom+=n,t.right+=r}else t=e.getBoundingClientRect()}catch(e){}var o={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},i="HTML"===e.nodeName?F(e.ownerDocument):{},a=i.width||e.clientWidth||o.width,s=i.height||e.clientHeight||o.height,u=e.offsetWidth-a,c=e.offsetHeight-s;if(u||c){var l=C(e);u-=M(l,"x"),c-=M(l,"y"),o.width-=u,o.height-=c}return W(o)}function G(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=P(10),o="HTML"===t.nodeName,i=V(e),a=V(t),s=T(e),u=C(t),c=parseFloat(u.borderTopWidth),l=parseFloat(u.borderLeftWidth);n&&o&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var p=W({top:i.top-a.top-c,left:i.left-a.left-l,width:i.width,height:i.height});if(p.marginTop=0,p.marginLeft=0,!r&&o){var f=parseFloat(u.marginTop),d=parseFloat(u.marginLeft);p.top-=c-f,p.bottom-=c-f,p.left-=l-d,p.right-=l-d,p.marginTop=f,p.marginLeft=d}return(r&&!n?t.contains(s):t===s&&"BODY"!==s.nodeName)&&(p=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=N(t,"top"),o=N(t,"left"),i=n?-1:1;return e.top+=r*i,e.bottom+=r*i,e.left+=o*i,e.right+=o*i,e}(p,t)),p}function K(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===C(e,"position"))return!0;var n=S(e);return!!n&&K(n)}function q(e){if(!e||!e.parentElement||P())return document.documentElement;for(var t=e.parentElement;t&&"none"===C(t,"transform");)t=t.parentElement;return t||document.documentElement}function $(e,t,n,r){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},a=o?q(e):D(e,x(t));if("viewport"===r)i=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,r=G(e,n),o=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),a=t?0:N(n),s=t?0:N(n,"left");return W({top:a-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:o,height:i})}(a,o);else{var s=void 0;"scrollParent"===r?"BODY"===(s=T(S(t))).nodeName&&(s=e.ownerDocument.documentElement):s="window"===r?e.ownerDocument.documentElement:r;var u=G(s,a,o);if("HTML"!==s.nodeName||K(a))i=u;else{var c=F(e.ownerDocument),l=c.height,p=c.width;i.top+=u.top-u.marginTop,i.bottom=l+u.top,i.left+=u.left-u.marginLeft,i.right=p+u.left}}var f="number"==typeof(n=n||0);return i.left+=f?n:n.left||0,i.top+=f?n:n.top||0,i.right-=f?n:n.right||0,i.bottom-=f?n:n.bottom||0,i}function X(e,t,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var a=$(n,r,i,o),s={top:{width:a.width,height:t.top-a.top},right:{width:a.right-t.right,height:a.height},bottom:{width:a.width,height:a.bottom-t.bottom},left:{width:t.left-a.left,height:a.height}},u=Object.keys(s).map(function(e){return U({key:e},s[e],{area:(t=s[e],t.width*t.height)});var t}).sort(function(e,t){return t.area-e.area}),c=u.filter(function(e){var t=e.width,r=e.height;return t>=n.clientWidth&&r>=n.clientHeight}),l=c.length>0?c[0].key:u[0].key,p=e.split("-")[1];return l+(p?"-"+p:"")}function Y(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return G(n,r?q(t):D(t,x(n)),r)}function Q(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),r=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+r,height:e.offsetHeight+n}}function J(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,function(e){return t[e]})}function Z(e,t,n){n=n.split("-")[0];var r=Q(e),o={width:r.width,height:r.height},i=-1!==["right","left"].indexOf(n),a=i?"top":"left",s=i?"left":"top",u=i?"height":"width",c=i?"width":"height";return o[a]=t[a]+t[u]/2-r[u]/2,o[s]=n===s?t[s]-r[c]:t[J(s)],o}function ee(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function te(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex(function(e){return e[t]===n});var r=ee(e,function(e){return e[t]===n});return e.indexOf(r)}(e,"name",n))).forEach(function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&j(n)&&(t.offsets.popper=W(t.offsets.popper),t.offsets.reference=W(t.offsets.reference),t=n(t,e))}),t}function ne(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=Y(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=X(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=Z(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=te(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function re(e,t){return e.some(function(e){var n=e.name;return e.enabled&&n===t})}function oe(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<t.length;r++){var o=t[r],i=o?""+o+n:e;if(void 0!==document.body.style[i])return i}return null}function ie(){return this.state.isDestroyed=!0,re(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[oe("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function ae(e){var t=e.ownerDocument;return t?t.defaultView:window}function se(e,t,n,r){var o="BODY"===e.nodeName,i=o?e.ownerDocument.defaultView:e;i.addEventListener(t,n,{passive:!0}),o||se(T(i.parentNode),t,n,r),r.push(i)}function ue(e,t,n,r){n.updateBound=r,ae(e).addEventListener("resize",n.updateBound,{passive:!0});var o=T(e);return se(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function ce(){this.state.eventsEnabled||(this.state=ue(this.reference,this.options,this.state,this.scheduleUpdate))}function le(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,ae(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach(function(e){e.removeEventListener("scroll",t.updateBound)}),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function pe(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function fe(e,t){Object.keys(t).forEach(function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&pe(t[n])&&(r="px"),e.style[n]=t[n]+r})}var de=k&&/Firefox/i.test(navigator.userAgent);function he(e,t,n){var r=ee(e,function(e){return e.name===t}),o=!!r&&e.some(function(e){return e.name===n&&e.enabled&&e.order<r.order});if(!o){var i="`"+t+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return o}var me=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],ge=me.slice(3);function ye(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=ge.indexOf(e),r=ge.slice(n+1).concat(ge.slice(0,n));return t?r.reverse():r}var ve="flip",be="clockwise",_e="counterclockwise";function we(e,t,n,r){var o=[0,0],i=-1!==["right","left"].indexOf(r),a=e.split(/(\+|\-)/).map(function(e){return e.trim()}),s=a.indexOf(ee(a,function(e){return-1!==e.search(/,|\s/)}));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var u=/\s*,\s*|\s+/,c=-1!==s?[a.slice(0,s).concat([a[s].split(u)[0]]),[a[s].split(u)[1]].concat(a.slice(s+1))]:[a];return c=c.map(function(e,r){var o=(1===r?!i:i)?"height":"width",a=!1;return e.reduce(function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,a=!0,e):a?(e[e.length-1]+=t,a=!1,e):e.concat(t)},[]).map(function(e){return function(e,t,n,r){var o=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+o[1],a=o[2];if(!i)return e;if(0===a.indexOf("%")){return W("%p"===a?n:r)[t]/100*i}if("vh"===a||"vw"===a)return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*i;return i}(e,o,t,n)})}),c.forEach(function(e,t){e.forEach(function(n,r){pe(n)&&(o[t]+=n*("-"===e[r-1]?-1:1))})}),o}var ke={shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var o=e.offsets,i=o.reference,a=o.popper,s=-1!==["bottom","top"].indexOf(n),u=s?"left":"top",c=s?"width":"height",l={start:H({},u,i[u]),end:H({},u,i[u]+i[c]-a[c])};e.offsets.popper=U({},a,l[r])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,r=e.placement,o=e.offsets,i=o.popper,a=o.reference,s=r.split("-")[0],u=void 0;return u=pe(+n)?[+n,0]:we(n,i,a,s),"left"===s?(i.top+=u[0],i.left-=u[1]):"right"===s?(i.top+=u[0],i.left+=u[1]):"top"===s?(i.left+=u[0],i.top-=u[1]):"bottom"===s&&(i.left+=u[0],i.top+=u[1]),e.popper=i,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||R(e.instance.popper);e.instance.reference===n&&(n=R(n));var r=oe("transform"),o=e.instance.popper.style,i=o.top,a=o.left,s=o[r];o.top="",o.left="",o[r]="";var u=$(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);o.top=i,o.left=a,o[r]=s,t.boundaries=u;var c=t.priority,l=e.offsets.popper,p={primary:function(e){var n=l[e];return l[e]<u[e]&&!t.escapeWithReference&&(n=Math.max(l[e],u[e])),H({},e,n)},secondary:function(e){var n="right"===e?"left":"top",r=l[n];return l[e]>u[e]&&!t.escapeWithReference&&(r=Math.min(l[n],u[e]-("right"===e?l.width:l.height))),H({},n,r)}};return c.forEach(function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";l=U({},l,p[t](e))}),e.offsets.popper=l,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,r=t.reference,o=e.placement.split("-")[0],i=Math.floor,a=-1!==["top","bottom"].indexOf(o),s=a?"right":"bottom",u=a?"left":"top",c=a?"width":"height";return n[s]<i(r[u])&&(e.offsets.popper[u]=i(r[u])-n[c]),n[u]>i(r[s])&&(e.offsets.popper[u]=i(r[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!he(e.instance.modifiers,"arrow","keepTogether"))return e;var r=t.element;if("string"==typeof r){if(!(r=e.instance.popper.querySelector(r)))return e}else if(!e.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var o=e.placement.split("-")[0],i=e.offsets,a=i.popper,s=i.reference,u=-1!==["left","right"].indexOf(o),c=u?"height":"width",l=u?"Top":"Left",p=l.toLowerCase(),f=u?"left":"top",d=u?"bottom":"right",h=Q(r)[c];s[d]-h<a[p]&&(e.offsets.popper[p]-=a[p]-(s[d]-h)),s[p]+h>a[d]&&(e.offsets.popper[p]+=s[p]+h-a[d]),e.offsets.popper=W(e.offsets.popper);var m=s[p]+s[c]/2-h/2,g=C(e.instance.popper),y=parseFloat(g["margin"+l]),v=parseFloat(g["border"+l+"Width"]),b=m-e.offsets.popper[p]-y-v;return b=Math.max(Math.min(a[c]-h,b),0),e.arrowElement=r,e.offsets.arrow=(H(n={},p,Math.round(b)),H(n,f,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(re(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=$(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),r=e.placement.split("-")[0],o=J(r),i=e.placement.split("-")[1]||"",a=[];switch(t.behavior){case ve:a=[r,o];break;case be:a=ye(r);break;case _e:a=ye(r,!0);break;default:a=t.behavior}return a.forEach(function(s,u){if(r!==s||a.length===u+1)return e;r=e.placement.split("-")[0],o=J(r);var c=e.offsets.popper,l=e.offsets.reference,p=Math.floor,f="left"===r&&p(c.right)>p(l.left)||"right"===r&&p(c.left)<p(l.right)||"top"===r&&p(c.bottom)>p(l.top)||"bottom"===r&&p(c.top)<p(l.bottom),d=p(c.left)<p(n.left),h=p(c.right)>p(n.right),m=p(c.top)<p(n.top),g=p(c.bottom)>p(n.bottom),y="left"===r&&d||"right"===r&&h||"top"===r&&m||"bottom"===r&&g,v=-1!==["top","bottom"].indexOf(r),b=!!t.flipVariations&&(v&&"start"===i&&d||v&&"end"===i&&h||!v&&"start"===i&&m||!v&&"end"===i&&g),_=!!t.flipVariationsByContent&&(v&&"start"===i&&h||v&&"end"===i&&d||!v&&"start"===i&&g||!v&&"end"===i&&m),w=b||_;(f||y||w)&&(e.flipped=!0,(f||y)&&(r=a[u+1]),w&&(i=function(e){return"end"===e?"start":"start"===e?"end":e}(i)),e.placement=r+(i?"-"+i:""),e.offsets.popper=U({},e.offsets.popper,Z(e.instance.popper,e.offsets.reference,e.placement)),e=te(e.instance.modifiers,e,"flip"))}),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],r=e.offsets,o=r.popper,i=r.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=i[n]-(s?o[a?"width":"height"]:0),e.placement=J(t),e.offsets.popper=W(o),e}},hide:{order:800,enabled:!0,fn:function(e){if(!he(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=ee(e.instance.modifiers,function(e){return"preventOverflow"===e.name}).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,r=t.y,o=e.offsets.popper,i=ee(e.instance.modifiers,function(e){return"applyStyle"===e.name}).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a=void 0!==i?i:t.gpuAcceleration,s=R(e.instance.popper),u=V(s),c={position:o.position},l=function(e,t){var n=e.offsets,r=n.popper,o=n.reference,i=Math.round,a=Math.floor,s=function(e){return e},u=i(o.width),c=i(r.width),l=-1!==["left","right"].indexOf(e.placement),p=-1!==e.placement.indexOf("-"),f=t?l||p||u%2==c%2?i:a:s,d=t?i:s;return{left:f(u%2==1&&c%2==1&&!p&&t?r.left-1:r.left),top:d(r.top),bottom:d(r.bottom),right:f(r.right)}}(e,window.devicePixelRatio<2||!de),p="bottom"===n?"top":"bottom",f="right"===r?"left":"right",d=oe("transform"),h=void 0,m=void 0;if(m="bottom"===p?"HTML"===s.nodeName?-s.clientHeight+l.bottom:-u.height+l.bottom:l.top,h="right"===f?"HTML"===s.nodeName?-s.clientWidth+l.right:-u.width+l.right:l.left,a&&d)c[d]="translate3d("+h+"px, "+m+"px, 0)",c[p]=0,c[f]=0,c.willChange="transform";else{var g="bottom"===p?-1:1,y="right"===f?-1:1;c[p]=m*g,c[f]=h*y,c.willChange=p+", "+f}var v={"x-placement":e.placement};return e.attributes=U({},v,e.attributes),e.styles=U({},c,e.styles),e.arrowStyles=U({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return fe(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach(function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)}),e.arrowElement&&Object.keys(e.arrowStyles).length&&fe(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,r,o){var i=Y(o,t,e,n.positionFixed),a=X(n.placement,i,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",a),fe(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}},Oe={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:ke},je=function(){function Popper(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,Popper),this.scheduleUpdate=function(){return requestAnimationFrame(n.update)},this.update=O(this.update.bind(this)),this.options=U({},Popper.Defaults,r),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=t&&t.jquery?t[0]:t,this.options.modifiers={},Object.keys(U({},Popper.Defaults.modifiers,r.modifiers)).forEach(function(e){n.options.modifiers[e]=U({},Popper.Defaults.modifiers[e]||{},r.modifiers?r.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(e){return U({name:e},n.options.modifiers[e])}).sort(function(e,t){return e.order-t.order}),this.modifiers.forEach(function(e){e.enabled&&j(e.onLoad)&&e.onLoad(n.reference,n.popper,n.options,e,n.state)}),this.update();var o=this.options.eventsEnabled;o&&this.enableEventListeners(),this.state.eventsEnabled=o}return B(Popper,[{key:"update",value:function(){return ne.call(this)}},{key:"destroy",value:function(){return ie.call(this)}},{key:"enableEventListeners",value:function(){return ce.call(this)}},{key:"disableEventListeners",value:function(){return le.call(this)}}]),Popper}();je.Utils=("undefined"!=typeof window?window:n.g).PopperUtils,je.placements=me,je.Defaults=Oe;const Se=je;var Te=n(91339),xe=n(59284);var Ae="undefined"!=typeof window?s.useLayoutEffect:s.useEffect;const Re=s.forwardRef(function Portal(e,t){var n=e.children,r=e.container,o=e.disablePortal,i=void 0!==o&&o,a=e.onRendered,c=s.useState(null),l=c[0],p=c[1],f=(0,y.A)(s.isValidElement(n)?n.ref:null,t);return Ae(function(){i||p(function(e){return e="function"==typeof e?e():e,u.findDOMNode(e)}(r)||document.body)},[r,i]),Ae(function(){if(l&&!i)return(0,xe.A)(t,l),function(){(0,xe.A)(t,null)}},[t,l,i]),Ae(function(){a&&(l||i)&&a()},[a,l,i]),i?s.isValidElement(n)?s.cloneElement(n,{ref:f}):n:l?u.createPortal(n,l):l});function Ne(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.reduce(function(e,t){return null==t?e:function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];e.apply(this,r),t.apply(this,r)}},function(){})}function Me(e){return"function"==typeof e?e():e}var ze="undefined"!=typeof window?s.useLayoutEffect:s.useEffect,Fe={},Be=s.forwardRef(function Popper(e,t){var n=e.anchorEl,o=e.children,a=e.container,u=e.disablePortal,c=void 0!==u&&u,l=e.keepMounted,p=void 0!==l&&l,f=e.modifiers,d=e.open,h=e.placement,m=void 0===h?"bottom":h,g=e.popperOptions,v=void 0===g?Fe:g,b=e.popperRef,_=e.style,w=e.transition,k=void 0!==w&&w,E=(0,i.A)(e,["anchorEl","children","container","disablePortal","keepMounted","modifiers","open","placement","popperOptions","popperRef","style","transition"]),O=s.useRef(null),j=(0,y.A)(O,t),C=s.useRef(null),S=(0,y.A)(C,b),T=s.useRef(S);ze(function(){T.current=S},[S]),s.useImperativeHandle(b,function(){return C.current},[]);var x=s.useState(!0),A=x[0],I=x[1],P=function(e,t){if("ltr"===(t&&t.direction||"ltr"))return e;switch(e){case"bottom-end":return"bottom-start";case"bottom-start":return"bottom-end";case"top-end":return"top-start";case"top-start":return"top-end";default:return e}}(m,(0,Te.A)()),R=s.useState(P),L=R[0],D=R[1];s.useEffect(function(){C.current&&C.current.update()});var N=s.useCallback(function(){if(O.current&&n&&d){C.current&&(C.current.destroy(),T.current(null));var e=function(e){D(e.placement)},t=(Me(n),new Se(Me(n),O.current,(0,r.A)({placement:P},v,{modifiers:(0,r.A)({},c?{}:{preventOverflow:{boundariesElement:"window"}},f,v.modifiers),onCreate:Ne(e,v.onCreate),onUpdate:Ne(e,v.onUpdate)})));T.current(t)}},[n,c,f,d,P,v]),M=s.useCallback(function(e){(0,xe.A)(j,e),N()},[j,N]),z=function(){C.current&&(C.current.destroy(),T.current(null))};if(s.useEffect(function(){return function(){z()}},[]),s.useEffect(function(){d||k||z()},[d,k]),!p&&!d&&(!k||A))return null;var F={placement:L};return k&&(F.TransitionProps={in:d,onEnter:function(){I(!1)},onExited:function(){I(!0),z()}}),s.createElement(Re,{disablePortal:c,container:a},s.createElement("div",(0,r.A)({ref:M,role:"tooltip"},E,{style:(0,r.A)({position:"fixed",top:0,left:0,display:d||!p||k?null:"none"},_)}),"function"==typeof o?o(F):o))});const Ue=Be;var We=!0,Ve=!1,qe=null,$e={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function Xe(e){e.metaKey||e.altKey||e.ctrlKey||(We=!0)}function Ye(){We=!1}function et(){"hidden"===this.visibilityState&&Ve&&(We=!0)}function tt(e){var t,n,r,o=e.target;try{return o.matches(":focus-visible")}catch(e){}return We||(n=(t=o).type,!("INPUT"!==(r=t.tagName)||!$e[n]||t.readOnly)||"TEXTAREA"===r&&!t.readOnly||!!t.isContentEditable)}function nt(){Ve=!0,window.clearTimeout(qe),qe=window.setTimeout(function(){Ve=!1},100)}function rt(){return{isFocusVisible:tt,onBlurVisible:nt,ref:s.useCallback(function(e){var t,n=u.findDOMNode(e);null!=n&&((t=n.ownerDocument).addEventListener("keydown",Xe,!0),t.addEventListener("mousedown",Ye,!0),t.addEventListener("pointerdown",Ye,!0),t.addEventListener("touchstart",Ye,!0),t.addEventListener("visibilitychange",et,!0))},[])}}function ot(e){return Math.round(1e5*e)/1e5}var it=!1,at=null;var st=s.forwardRef(function Tooltip(e,t){var n=e.arrow,a=void 0!==n&&n,p=e.children,f=e.classes,h=e.disableFocusListener,g=void 0!==h&&h,v=e.disableHoverListener,b=void 0!==v&&v,_=e.disableTouchListener,k=void 0!==_&&_,E=e.enterDelay,O=void 0===E?100:E,j=e.enterNextDelay,C=void 0===j?0:j,S=e.enterTouchDelay,T=void 0===S?700:S,x=e.id,A=e.interactive,I=void 0!==A&&A,P=e.leaveDelay,R=void 0===P?0:P,L=e.leaveTouchDelay,D=void 0===L?1500:L,N=e.onClose,M=e.onOpen,z=e.open,F=e.placement,B=void 0===F?"bottom":F,H=e.PopperComponent,U=void 0===H?Ue:H,W=e.PopperProps,V=e.title,G=e.TransitionComponent,K=void 0===G?w:G,q=e.TransitionProps,$=(0,i.A)(e,["arrow","children","classes","disableFocusListener","disableHoverListener","disableTouchListener","enterDelay","enterNextDelay","enterTouchDelay","id","interactive","leaveDelay","leaveTouchDelay","onClose","onOpen","open","placement","PopperComponent","PopperProps","title","TransitionComponent","TransitionProps"]),X=(0,m.A)(),Y=s.useState(),Q=Y[0],J=Y[1],Z=s.useState(null),ee=Z[0],te=Z[1],ne=s.useRef(!1),re=s.useRef(),oe=s.useRef(),ie=s.useRef(),ae=s.useRef(),se=function(e){var t=e.controlled,n=e.default,r=(e.name,e.state,s.useRef(void 0!==t).current),o=s.useState(n),i=o[0],a=o[1];return[r?t:i,s.useCallback(function(e){r||a(e)},[])]}({controlled:z,default:!1,name:"Tooltip",state:"open"}),ue=(0,o.A)(se,2),ce=ue[0],le=ue[1],pe=ce,fe=function(e){var t=s.useState(e),n=t[0],r=t[1],o=e||n;return s.useEffect(function(){null==n&&r("mui-".concat(Math.round(1e5*Math.random())))},[n]),o}(x);s.useEffect(function(){return function(){clearTimeout(re.current),clearTimeout(oe.current),clearTimeout(ie.current),clearTimeout(ae.current)}},[]);var de=function(e){clearTimeout(at),it=!0,le(!0),M&&M(e)},he=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){var n=p.props;"mouseover"===t.type&&n.onMouseOver&&e&&n.onMouseOver(t),ne.current&&"touchstart"!==t.type||(Q&&Q.removeAttribute("title"),clearTimeout(oe.current),clearTimeout(ie.current),O||it&&C?(t.persist(),oe.current=setTimeout(function(){de(t)},it?C:O)):de(t))}},me=rt(),ge=me.isFocusVisible,ye=me.onBlurVisible,ve=me.ref,be=s.useState(!1),_e=be[0],we=be[1],ke=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){Q||J(t.currentTarget),ge(t)&&(we(!0),he()(t));var n=p.props;n.onFocus&&e&&n.onFocus(t)}},Oe=function(e){clearTimeout(at),at=setTimeout(function(){it=!1},800+R),le(!1),N&&N(e),clearTimeout(re.current),re.current=setTimeout(function(){ne.current=!1},X.transitions.duration.shortest)},je=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){var n=p.props;"blur"===t.type&&(n.onBlur&&e&&n.onBlur(t),_e&&(we(!1),ye())),"mouseleave"===t.type&&n.onMouseLeave&&t.currentTarget===Q&&n.onMouseLeave(t),clearTimeout(oe.current),clearTimeout(ie.current),t.persist(),ie.current=setTimeout(function(){Oe(t)},R)}},Se=function(e){ne.current=!0;var t=p.props;t.onTouchStart&&t.onTouchStart(e)},Te=(0,y.A)(J,t),Ae=(0,y.A)(ve,Te),Re=s.useCallback(function(e){(0,xe.A)(Ae,u.findDOMNode(e))},[Ae]),Ne=(0,y.A)(p.ref,Re);""===V&&(pe=!1);var Me=!pe&&!b,ze=(0,r.A)({"aria-describedby":pe?fe:null,title:Me&&"string"==typeof V?V:null},$,p.props,{className:(0,c.A)($.className,p.props.className),onTouchStart:Se,ref:Ne}),Fe={};k||(ze.onTouchStart=function(e){Se(e),clearTimeout(ie.current),clearTimeout(re.current),clearTimeout(ae.current),e.persist(),ae.current=setTimeout(function(){he()(e)},T)},ze.onTouchEnd=function(e){p.props.onTouchEnd&&p.props.onTouchEnd(e),clearTimeout(ae.current),clearTimeout(ie.current),e.persist(),ie.current=setTimeout(function(){Oe(e)},D)}),b||(ze.onMouseOver=he(),ze.onMouseLeave=je(),I&&(Fe.onMouseOver=he(!1),Fe.onMouseLeave=je(!1))),g||(ze.onFocus=ke(),ze.onBlur=je(),I&&(Fe.onFocus=ke(!1),Fe.onBlur=je(!1)));var Be=s.useMemo(function(){return(0,l.A)({popperOptions:{modifiers:{arrow:{enabled:Boolean(ee),element:ee}}}},W)},[ee,W]);return s.createElement(s.Fragment,null,s.cloneElement(p,ze),s.createElement(U,(0,r.A)({className:(0,c.A)(f.popper,I&&f.popperInteractive,a&&f.popperArrow),placement:B,anchorEl:Q,open:!!Q&&pe,id:ze["aria-describedby"],transition:!0},Fe,Be),function(e){var t=e.placement,n=e.TransitionProps;return s.createElement(K,(0,r.A)({timeout:X.transitions.duration.shorter},n,q),s.createElement("div",{className:(0,c.A)(f.tooltip,f["tooltipPlacement".concat((0,d.A)(t.split("-")[0]))],ne.current&&f.touch,a&&f.tooltipArrow)},V,a?s.createElement("span",{className:f.arrow,ref:te}):null))}))});const ut=(0,f.A)(function(e){return{popper:{zIndex:e.zIndex.tooltip,pointerEvents:"none"},popperInteractive:{pointerEvents:"auto"},popperArrow:{'&[x-placement*="bottom"] $arrow':{top:0,left:0,marginTop:"-0.71em",marginLeft:4,marginRight:4,"&::before":{transformOrigin:"0 100%"}},'&[x-placement*="top"] $arrow':{bottom:0,left:0,marginBottom:"-0.71em",marginLeft:4,marginRight:4,"&::before":{transformOrigin:"100% 0"}},'&[x-placement*="right"] $arrow':{left:0,marginLeft:"-0.71em",height:"1em",width:"0.71em",marginTop:4,marginBottom:4,"&::before":{transformOrigin:"100% 100%"}},'&[x-placement*="left"] $arrow':{right:0,marginRight:"-0.71em",height:"1em",width:"0.71em",marginTop:4,marginBottom:4,"&::before":{transformOrigin:"0 0"}}},tooltip:{backgroundColor:(0,p.X4)(e.palette.grey[700],.9),borderRadius:e.shape.borderRadius,color:e.palette.common.white,fontFamily:e.typography.fontFamily,padding:"4px 8px",fontSize:e.typography.pxToRem(10),lineHeight:"".concat(ot(1.4),"em"),maxWidth:300,wordWrap:"break-word",fontWeight:e.typography.fontWeightMedium},tooltipArrow:{position:"relative",margin:"0"},arrow:{overflow:"hidden",position:"absolute",width:"1em",height:"0.71em",boxSizing:"border-box",color:(0,p.X4)(e.palette.grey[700],.9),"&::before":{content:'""',margin:"auto",display:"block",width:"100%",height:"100%",backgroundColor:"currentColor",transform:"rotate(45deg)"}},touch:{padding:"8px 16px",fontSize:e.typography.pxToRem(14),lineHeight:"".concat(ot(16/14),"em"),fontWeight:e.typography.fontWeightRegular},tooltipPlacementLeft:(0,a.A)({transformOrigin:"right center",margin:"0 24px "},e.breakpoints.up("sm"),{margin:"0 14px"}),tooltipPlacementRight:(0,a.A)({transformOrigin:"left center",margin:"0 24px"},e.breakpoints.up("sm"),{margin:"0 14px"}),tooltipPlacementTop:(0,a.A)({transformOrigin:"center bottom",margin:"24px 0"},e.breakpoints.up("sm"),{margin:"14px 0"}),tooltipPlacementBottom:(0,a.A)({transformOrigin:"center top",margin:"24px 0"},e.breakpoints.up("sm"),{margin:"14px 0"})}},{name:"MuiTooltip",flip:!1})(st)},91046:(e,t,n)=>{"use strict";n.d(t,{N:()=>u});var r=n(41827),o=n(42181),i=n(5656),a=n(45057),s=n(20061),u=function(e){function MDCRipple(){var t=null!==e&&e.apply(this,arguments)||this;return t.disabled=!1,t}return r.C6(MDCRipple,e),MDCRipple.attachTo=function(e,t){void 0===t&&(t={isUnbounded:void 0});var n=new MDCRipple(e);return void 0!==t.isUnbounded&&(n.unbounded=t.isUnbounded),n},MDCRipple.createAdapter=function(e){return{addClass:function(t){return e.root_.classList.add(t)},browserSupportsCssVars:function(){return s.dg(window)},computeBoundingRect:function(){return e.root_.getBoundingClientRect()},containsEventTarget:function(t){return e.root_.contains(t)},deregisterDocumentInteractionHandler:function(e,t){return document.documentElement.removeEventListener(e,t,s.EL())},deregisterInteractionHandler:function(t,n){return e.root_.removeEventListener(t,n,s.EL())},deregisterResizeHandler:function(e){return window.removeEventListener("resize",e)},getWindowPageOffset:function(){return{x:window.pageXOffset,y:window.pageYOffset}},isSurfaceActive:function(){return(0,i.c)(e.root_,":active")},isSurfaceDisabled:function(){return Boolean(e.disabled)},isUnbounded:function(){return Boolean(e.unbounded)},registerDocumentInteractionHandler:function(e,t){return document.documentElement.addEventListener(e,t,s.EL())},registerInteractionHandler:function(t,n){return e.root_.addEventListener(t,n,s.EL())},registerResizeHandler:function(e){return window.addEventListener("resize",e)},removeClass:function(t){return e.root_.classList.remove(t)},updateCssVariable:function(t,n){return e.root_.style.setProperty(t,n)}}},Object.defineProperty(MDCRipple.prototype,"unbounded",{get:function(){return Boolean(this.unbounded_)},set:function(e){this.unbounded_=Boolean(e),this.setUnbounded_()},enumerable:!0,configurable:!0}),MDCRipple.prototype.activate=function(){this.foundation_.activate()},MDCRipple.prototype.deactivate=function(){this.foundation_.deactivate()},MDCRipple.prototype.layout=function(){this.foundation_.layout()},MDCRipple.prototype.getDefaultFoundation=function(){return new a.E(MDCRipple.createAdapter(this))},MDCRipple.prototype.initialSyncWithDOM=function(){var e=this.root_;this.unbounded="mdcRippleIsUnbounded"in e.dataset},MDCRipple.prototype.setUnbounded_=function(){this.foundation_.setUnbounded(Boolean(this.unbounded_))},MDCRipple}(o.O)},91310:function(e,t,n){var r,o,i,a,s,u;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),i=n(24457),a=n(12853),s=n(57876),u=n(57707),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=109)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},109:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(43),p=s(n(33)),f=s(n(34)),d=s(n(35)),h=n(110),m=s(n(113));t.Option=m.default;var g=l.MDCSelectFoundation.cssClasses,y=function(e){function t(t){var n=e.call(this,t)||this;return n.nativeControl=u.default.createRef(),n.classesBeingRemoved=new Set,n.classesBeingAdded=new Set,n.createFoundation=function(e){var t=new l.MDCSelectFoundation(n.adapter,n.foundationMap);t.init(),n.setState({foundation:t},e)},n.destroyFoundation=function(){n.state.foundation&&n.state.foundation.destroy()},n.addClass=function(e){n.classesBeingAdded.add(e),n.setState(function(t){var n=new Set(t.classList);return n.add(e),{classList:n}},function(){n.classesBeingAdded.delete(e)})},n.removeClass=function(e){n.classesBeingRemoved.add(e),n.setState(function(t){var n=new Set(t.classList);return n.delete(e),{classList:n}},function(){n.classesBeingRemoved.delete(e)})},n.closeMenu=function(){return n.setState({open:!1})},n.setValidClasses=function(e){e?n.removeClass(g.INVALID):n.addClass(g.INVALID)},n.setHelperTextFoundation=function(e){n.setState({helperTextFoundation:e})},n.setIconFoundation=function(e){n.setState({iconFoundation:e})},n.state={classList:new Set,disabled:t.disabled,value:t.value,labelIsFloated:!1,labelWidth:0,activeLineRipple:!1,lineRippleCenter:void 0,outlineIsNotched:!1,open:!1,selectElement:u.default.createRef(),isInvalid:!1,helperTextFoundation:void 0,iconFoundation:void 0,foundation:void 0},n}return o(t,e),t.prototype.componentDidMount=function(){var e=this;this.createFoundation(function(){e.state.foundation.handleChange(!1)})},t.prototype.componentDidUpdate=function(e,t){this.props.value!==e.value&&this.setState({value:this.props.value}),this.state.foundation&&this.state.value!==t.value&&this.state.foundation.handleChange(!0),this.state.foundation&&this.props.disabled!==e.disabled&&this.state.foundation.setDisabled(this.props.disabled),this.state.helperTextFoundation===t.helperTextFoundation&&this.state.iconFoundation===t.iconFoundation||(this.destroyFoundation(),this.createFoundation())},t.prototype.componentWillUnmount=function(){this.destroyFoundation()},Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.state,t=e.classList,n=e.disabled,r=this.props,o=r.className,i=r.leadingIcon,a=r.required,s=r.outlined;return c.default("mdc-select",Array.from(t),o,{"mdc-select--outlined":s,"mdc-select--disabled":n,"mdc-select--required":a,"mdc-select--with-leading-icon":i})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this,t=this.props.enhanced,n={addClass:this.addClass,removeClass:this.removeClass,hasClass:function(t){var n=e.classes.split(" ").includes(t),r=e.classesBeingAdded.has(t),o=e.classesBeingRemoved.has(t);return(n||r)&&!o},setRippleCenter:function(t){return e.setState({lineRippleCenter:t})},getValue:function(){return e.state.value},setValue:function(t){return e.setState({value:t})},setDisabled:function(t){return e.setState({disabled:t})},setSelectedIndex:function(){},closeMenu:this.closeMenu,openMenu:function(){return e.setState({open:!0})}},r={isMenuOpen:function(){return!1},checkValidity:function(){return!!e.nativeControl.current&&e.nativeControl.current.checkValidity()},setValid:this.setValidClasses};return i({},t?{isMenuOpen:function(){return e.state.open},checkValidity:function(){return!(!e.props.disabled&&e.props.required)||Boolean(e.state.value)},setValid:function(t){e.setState({isInvalid:!t}),e.setValidClasses(t)}}:r,n,{floatLabel:function(t){return e.setState({labelIsFloated:t})},getLabelWidth:function(){return e.state.labelWidth}},{activateBottomLine:function(){return e.setState({activeLineRipple:!0})},deactivateBottomLine:function(){return e.setState({activeLineRipple:!1})},notifyChange:function(t){return e.props.afterChange(t)}},{notchOutline:function(){return e.setState({outlineIsNotched:!0})},closeOutline:function(){return e.setState({outlineIsNotched:!1})},hasOutline:function(){return!!e.props.outlined}})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"foundationMap",{get:function(){var e=this.state;return{helperText:e.helperTextFoundation,leadingIcon:e.iconFoundation}},enumerable:!0,configurable:!0}),t.prototype.render=function(){return u.default.createElement(u.default.Fragment,null,u.default.createElement("div",{className:this.classes,ref:this.state.selectElement},this.renderIcon(),u.default.createElement("i",{className:"mdc-select__dropdown-icon"}),this.renderSelect(),this.props.outlined?null:this.renderLabel(),this.props.outlined?this.renderNotchedOutline():this.renderLineRipple()),this.renderHelperText())},t.prototype.renderSelect=function(){var e=this.props,t=e.selectClassName,n=(e.className,e.floatingLabelClassName,e.lineRippleClassName,e.notchedOutlineClassName,e.outlined,e.ref,e.value,e.afterChange,e.onEnhancedChange),r=(e.helperText,e.leadingIcon,e.enhanced),o=a(e,["selectClassName","className","floatingLabelClassName","lineRippleClassName","notchedOutlineClassName","outlined","ref","value","afterChange","onEnhancedChange","helperText","leadingIcon","enhanced"]),s=this.state,c=s.open,l=s.selectElement,p=s.isInvalid,f=s.value,d={onEnhancedChange:n,closeMenu:this.closeMenu,anchorElement:l.current,enhanced:r,isInvalid:p};return u.default.createElement(h.BaseSelect,i({open:c,value:f,innerRef:this.nativeControl,foundation:this.state.foundation,className:t},r?d:{},o),this.renderOptions())},t.prototype.renderOptions=function(){var e=this.props,t=e.children,n=e.options;return void 0!==n&&n.length?n.map(function(e,t){if("string"==typeof e)return u.default.createElement(m.default,{key:t,value:e},e);var n=e.label,r=a(e,["label"]);return u.default.createElement(m.default,i({key:t},r),n)}):t},t.prototype.renderLabel=function(){var e=this,t=this.props,n=t.id,r=t.label,o=t.floatingLabelClassName;if(r)return u.default.createElement(p.default,{className:o,float:this.state.labelIsFloated,handleWidthChange:function(t){return e.setState({labelWidth:t})},htmlFor:n},r)},t.prototype.renderLineRipple=function(){var e=this.props.lineRippleClassName,t=this.state,n=t.activeLineRipple,r=t.lineRippleCenter;return u.default.createElement(f.default,{rippleCenter:r,className:e,active:n})},t.prototype.renderNotchedOutline=function(){var e=this.props.notchedOutlineClassName,t=this.state,n=t.outlineIsNotched,r=t.labelWidth;return u.default.createElement(d.default,{className:e,notch:n,notchWidth:r},this.renderLabel())},t.prototype.renderHelperText=function(){var e=this.props.helperText;if(e){var t=i({},e.props,{setHelperTextFoundation:this.setHelperTextFoundation});return u.default.cloneElement(e,t)}},t.prototype.renderIcon=function(){var e=this.props.leadingIcon;if(e){var t=i({},e.props,{setIconFoundation:this.setIconFoundation});return u.default.cloneElement(e,t)}},t.defaultProps={enhanced:!1,className:"",disabled:!1,floatingLabelClassName:"",lineRippleClassName:"",selectClassName:"",notchedOutlineClassName:"",outlined:!1,options:[],onChange:function(){},onEnhancedChange:function(){},value:"",afterChange:function(){}},t}(u.default.Component);t.default=y;var v=n(114);t.SelectHelperText=v.SelectHelperText;var b=n(115);t.SelectIcon=b.SelectIcon;var _=n(36);t.OptionDivider=_.MenuListDivider,t.OptionGroup=_.MenuListGroup,t.OptionGroupSubheader=_.MenuListGroupSubheader,t.OptionGraphic=_.MenuListItemGraphic,t.OptionMeta=_.MenuListItemMeta,t.OptionText=_.MenuListItemText},110:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(111)),l=s(n(112)),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handleFocus=function(e){var n=t.props,r=n.foundation,o=n.onFocus;r&&r.handleFocus(),o&&o(e)},t.handleBlur=function(e){var n=t.props,r=n.foundation,o=n.onBlur;r&&r.handleBlur(),o&&o(e)},t.handleTouchStart=function(e){var n=t.props,r=n.foundation,o=n.onTouchStart;r&&r.handleClick(t.getNormalizedXCoordinate(e)),o&&o(e)},t.handleMouseDown=function(e){var n=t.props,r=n.foundation,o=n.onMouseDown;r&&r.handleClick(t.getNormalizedXCoordinate(e)),o&&o(e)},t.handleClick=function(e){var n=t.props,r=n.foundation,o=n.onClick;r&&r.handleClick(t.getNormalizedXCoordinate(e)),o&&o(e)},t.handleKeyDown=function(e){var n=t.props,r=n.foundation,o=n.onKeyDown;r&&r.handleKeydown(e.nativeEvent),o&&o(e)},t.isTouchEvent=function(e){return Boolean(e.touches)},t.getNormalizedXCoordinate=function(e){var n=e.currentTarget.getBoundingClientRect();return(t.isTouchEvent(e.nativeEvent)?e.nativeEvent.touches[0].clientX:e.nativeEvent.clientX)-n.left},t}return o(t,e),t.prototype.render=function(){var e=this.props,t=(e.onFocus,e.onBlur,e.onClick,e.onMouseDown,e.onTouchStart,e.ref,e.enhanced),n=e.children,r=e.onKeyDown,o=e.selectClassName,s=a(e,["onFocus","onBlur","onClick","onMouseDown","onTouchStart","ref","enhanced","children","onKeyDown","selectClassName"]),p=i({onFocus:this.handleFocus,onBlur:this.handleBlur,onMouseDown:this.handleMouseDown,onClick:this.handleClick,onTouchStart:this.handleTouchStart,className:o},s);return t?u.default.createElement(l.default,i({onKeyDown:this.handleKeyDown},p),n):u.default.createElement(c.default,i({onKeyDown:r},p),n)},t.defaultProps={enhanced:!1,selectClassName:""},t}(u.default.Component);t.BaseSelect=p},111:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.NativeSelect=u.default.createRef(),t.attachRef=function(e){var n=t.props.innerRef;t.NativeSelect.current=e,n&&("function"!=typeof n?n.current=e:n(e))},t}return o(t,e),Object.defineProperty(t.prototype,"classes",{get:function(){return c.default("mdc-select__native-control",this.props.className)},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=(e.className,e.children),n=(e.foundation,e.innerRef,a(e,["className","children","foundation","innerRef"]));return u.default.createElement("select",i({className:this.classes,ref:this.attachRef},n),t)},t.defaultProps={className:"",children:null,disabled:!1,value:""},t}(u.default.Component);t.default=l},112:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});var u=a(n(0)),c=n(174),l=s(n(36)),p=a(n(43)),f=c.MDCMenuSurfaceFoundation.Corner,d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.nativeControl=u.default.createRef(),t.selectedTextEl=u.default.createRef(),t.menuEl=u.default.createRef(),t.state={"aria-expanded":void 0,selectedItem:null,selectedValue:""},t.setSelected=function(){var e=null!==t.menuEl.current&&t.menuEl.current.listElements;if(e&&e.length){var n=e[t.getIndexByValue(e)],r=n&&n.getAttribute(p.default.strings.ENHANCED_VALUE_ATTR)||"";t.setState({selectedItem:n,selectedValue:r})}},t.getIndexByValue=function(e){var n=t.props.value,r=-1;return r<0&&n&&e.some(function(e,t){return e.getAttribute(p.default.strings.ENHANCED_VALUE_ATTR)===n&&(r=t,!0)}),r},t.handleMenuClose=function(){var e=t.props,n=e.closeMenu,r=e.foundation;n(),t.setState({"aria-expanded":void 0}),r&&document.activeElement!==t.selectedTextEl.current&&r.handleBlur()},t.handleMenuOpen=function(){if(t.setState({"aria-expanded":!0}),t.listElements&&t.listElements.length>0){var e=t.getIndexByValue(t.listElements);e=e>-1?e:0,t.listElements[e].focus()}},t}return o(t,e),t.prototype.componentDidUpdate=function(e){this.props.value!==e.value&&this.setSelected()},Object.defineProperty(t.prototype,"listElements",{get:function(){return null!==this.menuEl.current&&this.menuEl.current.listElements},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=e.children,n=e.required,r=e.open,o=e.disabled,a=e.anchorElement,s=e.onMouseDown,c=e.onTouchStart,p=e.onKeyDown,d=e.onFocus,h=e.onClick,m=e.onBlur,g=e.onEnhancedChange,y=e.isInvalid,v=this.state,b=v["aria-expanded"],_=v.selectedValue,w=v.selectedItem,k={};return n&&(k["aria-required"]=n.toString()),b&&"false"!==b&&(k["aria-expanded"]="true"),y&&(k["aria-invalid"]="true"),k["aria-disabled"]=o?"true":"false",u.default.createElement(u.default.Fragment,null,u.default.createElement("input",{type:"hidden",name:"enhanced-select",disabled:o,value:_}),u.default.createElement("div",i({className:"mdc-select__selected-text"},k,{ref:this.selectedTextEl,tabIndex:o?-1:0,onMouseDown:s,onTouchStart:c,onKeyDown:p,onFocus:d,onClick:h,onBlur:m}),w?w.textContent.trim():""),u.default.createElement(l.default,{className:"mdc-select__menu",onClose:this.handleMenuClose,onOpen:this.handleMenuOpen,open:r,onSelected:g,anchorElement:a||void 0,anchorCorner:f.BOTTOM_START,ref:this.menuEl,onMount:this.setSelected},u.default.createElement(l.MenuList,null,u.default.Children.map(t,function(e){var t=e;return u.default.cloneElement(t,i({},t.props,{enhanced:!0}))}))))},t.defaultProps={disabled:!1,closeMenu:function(){},onEnhancedChange:function(){},value:"",anchorElement:null,isInvalid:!1},t}(u.default.Component);t.default=d},113:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=n(36),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.render=function(){var e=this.props,t=e.value,n=e.enhanced,r=e.children,o=a(e,["value","enhanced","children"]);return n?u.default.createElement(c.MenuListItem,i({"data-value":t},o),r):u.default.createElement("option",i({value:t},o),r)},t.defaultProps={enhanced:!1},t}(u.default.Component);t.default=l},114:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(166),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={"aria-hidden":void 0,role:void 0,classList:new Set},t}return o(t,e),t.prototype.componentDidMount=function(){var e=this.props.setHelperTextFoundation;this.foundation=new l.MDCSelectHelperTextFoundation(this.adapter),this.foundation.init(),e&&e(this.foundation)},t.prototype.componentWillUnmount=function(){var e=this.props.setHelperTextFoundation;this.foundation&&(this.foundation.destroy(),e&&e(void 0))},Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.props,t=e.className,n=e.persistent,r=this.state.classList;return c.default("mdc-select-helper-text",Array.from(r),t,{"mdc-select-helper-text--persistent":n})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{addClass:function(t){var n=new Set(e.state.classList);n.add(t),e.setState({classList:n})},removeClass:function(t){var n=new Set(e.state.classList);n.delete(t),e.setState({classList:n})},hasClass:function(t){return e.classes.split(" ").includes(t)},setAttr:function(t,n){e.setState(function(e){var r;return i({},e,((r={})[t]=n,r))})},removeAttr:function(t){e.setState(function(e){var n;return i({},e,((n={})[t]=null,n))})},setContent:function(){}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=e.children,n=(e.persistent,e.className,e.setHelperTextFoundation,a(e,["children","persistent","className","setHelperTextFoundation"])),r=this.state,o=r["aria-hidden"],s=r.role;return u.default.createElement("p",i({className:this.classes,"aria-hidden":o,role:s},n),t)},t}(u.default.Component);t.SelectHelperText=p},115:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(171),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={tabindex:void 0,role:void 0},t}return o(t,e),t.prototype.componentDidMount=function(){var e=this.props.setIconFoundation;this.foundation=new l.MDCSelectIconFoundation(this.adapter),this.foundation.init(),e&&e(this.foundation)},t.prototype.componentWillUnmount=function(){var e=this.props.setIconFoundation;this.foundation&&(this.foundation.destroy(),e&&e(void 0))},Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{getAttr:function(t){if(void 0!==e.state[t])return e.state[t].toString();var n="tabindex"===t?"tabIndex":t;return void 0!==e.props[n]?e.props[n].toString():null},setAttr:function(t,n){e.setState(function(e){var r;return i({},e,((r={})[t]=n,r))})},removeAttr:function(t){e.setState(function(e){var n;return i({},e,((n={})[t]=null,n))})},setContent:function(){},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){},notifyIconAction:function(){}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=e.tag,n=(e.setIconFoundation,e.children),r=e.className,o=a(e,["tag","setIconFoundation","children","className"]),s=this.state,l=s.tabindex,p=s.role;return u.default.createElement(t,i({className:c.default("mdc-select__icon",r),role:p,tabIndex:l},o),n)},t.defaultProps={tag:"i"},t}(u.default.Component);t.SelectIcon=p},13:function(e,t,n){"use strict";n.d(t,"a",function(){return r});var r=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}()},166:function(e,t,n){"use strict";n.r(t);var r=n(9),o=n(13),i={ARIA_HIDDEN:"aria-hidden",ROLE:"role"},a={HELPER_TEXT_PERSISTENT:"mdc-select-helper-text--persistent",HELPER_TEXT_VALIDATION_MSG:"mdc-select-helper-text--validation-msg"};n.d(t,"MDCSelectHelperTextFoundation",function(){return s});var s=function(e){function t(n){return e.call(this,r.a({},t.defaultAdapter,n))||this}return r.b(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},setAttr:function(){},removeAttr:function(){},setContent:function(){}}},enumerable:!0,configurable:!0}),t.prototype.setContent=function(e){this.adapter_.setContent(e)},t.prototype.setPersistent=function(e){e?this.adapter_.addClass(a.HELPER_TEXT_PERSISTENT):this.adapter_.removeClass(a.HELPER_TEXT_PERSISTENT)},t.prototype.setValidation=function(e){e?this.adapter_.addClass(a.HELPER_TEXT_VALIDATION_MSG):this.adapter_.removeClass(a.HELPER_TEXT_VALIDATION_MSG)},t.prototype.showToScreenReader=function(){this.adapter_.removeAttr(i.ARIA_HIDDEN)},t.prototype.setValidity=function(e){var t=this.adapter_.hasClass(a.HELPER_TEXT_PERSISTENT),n=this.adapter_.hasClass(a.HELPER_TEXT_VALIDATION_MSG)&&!e;n?this.adapter_.setAttr(i.ROLE,"alert"):this.adapter_.removeAttr(i.ROLE),t||n||this.hide_()},t.prototype.hide_=function(){this.adapter_.setAttr(i.ARIA_HIDDEN,"true")},t}(o.a);t.default=s},171:function(e,t,n){"use strict";n.r(t);var r=n(9),o=n(13),i={ICON_EVENT:"MDCSelect:icon",ICON_ROLE:"button"};n.d(t,"MDCSelectIconFoundation",function(){return s});var a=["click","keydown"],s=function(e){function t(n){var o=e.call(this,r.a({},t.defaultAdapter,n))||this;return o.savedTabIndex_=null,o.interactionHandler_=function(e){return o.handleInteraction(e)},o}return r.b(t,e),Object.defineProperty(t,"strings",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{getAttr:function(){return null},setAttr:function(){},removeAttr:function(){},setContent:function(){},registerInteractionHandler:function(){},deregisterInteractionHandler:function(){},notifyIconAction:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){var e=this;this.savedTabIndex_=this.adapter_.getAttr("tabindex"),a.forEach(function(t){e.adapter_.registerInteractionHandler(t,e.interactionHandler_)})},t.prototype.destroy=function(){var e=this;a.forEach(function(t){e.adapter_.deregisterInteractionHandler(t,e.interactionHandler_)})},t.prototype.setDisabled=function(e){this.savedTabIndex_&&(e?(this.adapter_.setAttr("tabindex","-1"),this.adapter_.removeAttr("role")):(this.adapter_.setAttr("tabindex",this.savedTabIndex_),this.adapter_.setAttr("role",i.ICON_ROLE)))},t.prototype.setAriaLabel=function(e){this.adapter_.setAttr("aria-label",e)},t.prototype.setContent=function(e){this.adapter_.setContent(e)},t.prototype.handleInteraction=function(e){var t="Enter"===e.key||13===e.keyCode;("click"===e.type||t)&&this.adapter_.notifyIconAction()},t}(o.a);t.default=s},174:function(e,t,n){"use strict";n.r(t);var r,o,i=n(9),a=n(13),s={ANCHOR:"mdc-menu-surface--anchor",ANIMATING_CLOSED:"mdc-menu-surface--animating-closed",ANIMATING_OPEN:"mdc-menu-surface--animating-open",FIXED:"mdc-menu-surface--fixed",OPEN:"mdc-menu-surface--open",ROOT:"mdc-menu-surface"},u={CLOSED_EVENT:"MDCMenuSurface:closed",OPENED_EVENT:"MDCMenuSurface:opened",FOCUSABLE_ELEMENTS:["button:not(:disabled)",'[href]:not([aria-disabled="true"])',"input:not(:disabled)","select:not(:disabled)","textarea:not(:disabled)",'[tabindex]:not([tabindex="-1"]):not([aria-disabled="true"])'].join(", ")},c={TRANSITION_OPEN_DURATION:120,TRANSITION_CLOSE_DURATION:75,MARGIN_TO_EDGE:32,ANCHOR_TO_MENU_SURFACE_WIDTH_RATIO:.67};!function(e){e[e.BOTTOM=1]="BOTTOM",e[e.CENTER=2]="CENTER",e[e.RIGHT=4]="RIGHT",e[e.FLIP_RTL=8]="FLIP_RTL"}(r||(r={})),function(e){e[e.TOP_LEFT=0]="TOP_LEFT",e[e.TOP_RIGHT=4]="TOP_RIGHT",e[e.BOTTOM_LEFT=1]="BOTTOM_LEFT",e[e.BOTTOM_RIGHT=5]="BOTTOM_RIGHT",e[e.TOP_START=8]="TOP_START",e[e.TOP_END=12]="TOP_END",e[e.BOTTOM_START=9]="BOTTOM_START",e[e.BOTTOM_END=13]="BOTTOM_END"}(o||(o={})),n.d(t,"MDCMenuSurfaceFoundation",function(){return l});var l=function(e){function t(n){var r=e.call(this,i.a({},t.defaultAdapter,n))||this;return r.isOpen_=!1,r.isQuickOpen_=!1,r.isHoistedElement_=!1,r.isFixedPosition_=!1,r.openAnimationEndTimerId_=0,r.closeAnimationEndTimerId_=0,r.animationRequestId_=0,r.anchorCorner_=o.TOP_START,r.anchorMargin_={top:0,right:0,bottom:0,left:0},r.position_={x:0,y:0},r}return i.b(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return u},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return c},enumerable:!0,configurable:!0}),Object.defineProperty(t,"Corner",{get:function(){return o},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},hasAnchor:function(){return!1},isElementInContainer:function(){return!1},isFocused:function(){return!1},isFirstElementFocused:function(){return!1},isLastElementFocused:function(){return!1},isRtl:function(){return!1},getInnerDimensions:function(){return{height:0,width:0}},getAnchorDimensions:function(){return null},getWindowDimensions:function(){return{height:0,width:0}},getBodyDimensions:function(){return{height:0,width:0}},getWindowScroll:function(){return{x:0,y:0}},setPosition:function(){},setMaxHeight:function(){},setTransformOrigin:function(){},saveFocus:function(){},restoreFocus:function(){},focusFirstElement:function(){},focusLastElement:function(){},notifyClose:function(){},notifyOpen:function(){}}},enumerable:!0,configurable:!0}),t.prototype.init=function(){var e=t.cssClasses,n=e.ROOT,r=e.OPEN;if(!this.adapter_.hasClass(n))throw new Error(n+" class required in root element.");this.adapter_.hasClass(r)&&(this.isOpen_=!0)},t.prototype.destroy=function(){clearTimeout(this.openAnimationEndTimerId_),clearTimeout(this.closeAnimationEndTimerId_),cancelAnimationFrame(this.animationRequestId_)},t.prototype.setAnchorCorner=function(e){this.anchorCorner_=e},t.prototype.setAnchorMargin=function(e){this.anchorMargin_.top=e.top||0,this.anchorMargin_.right=e.right||0,this.anchorMargin_.bottom=e.bottom||0,this.anchorMargin_.left=e.left||0},t.prototype.setIsHoisted=function(e){this.isHoistedElement_=e},t.prototype.setFixedPosition=function(e){this.isFixedPosition_=e},t.prototype.setAbsolutePosition=function(e,t){this.position_.x=this.isFinite_(e)?e:0,this.position_.y=this.isFinite_(t)?t:0},t.prototype.setQuickOpen=function(e){this.isQuickOpen_=e},t.prototype.isOpen=function(){return this.isOpen_},t.prototype.open=function(){var e=this;this.adapter_.saveFocus(),this.isQuickOpen_||this.adapter_.addClass(t.cssClasses.ANIMATING_OPEN),this.animationRequestId_=requestAnimationFrame(function(){e.adapter_.addClass(t.cssClasses.OPEN),e.dimensions_=e.adapter_.getInnerDimensions(),e.autoPosition_(),e.isQuickOpen_?e.adapter_.notifyOpen():e.openAnimationEndTimerId_=setTimeout(function(){e.openAnimationEndTimerId_=0,e.adapter_.removeClass(t.cssClasses.ANIMATING_OPEN),e.adapter_.notifyOpen()},c.TRANSITION_OPEN_DURATION)}),this.isOpen_=!0},t.prototype.close=function(){var e=this;this.isQuickOpen_||this.adapter_.addClass(t.cssClasses.ANIMATING_CLOSED),requestAnimationFrame(function(){e.adapter_.removeClass(t.cssClasses.OPEN),e.isQuickOpen_?e.adapter_.notifyClose():e.closeAnimationEndTimerId_=setTimeout(function(){e.closeAnimationEndTimerId_=0,e.adapter_.removeClass(t.cssClasses.ANIMATING_CLOSED),e.adapter_.notifyClose()},c.TRANSITION_CLOSE_DURATION)}),this.isOpen_=!1,this.maybeRestoreFocus_()},t.prototype.handleBodyClick=function(e){var t=e.target;this.adapter_.isElementInContainer(t)||this.close()},t.prototype.handleKeydown=function(e){var t=e.keyCode,n=e.key,r=e.shiftKey,o="Tab"===n||9===t;"Escape"===n||27===t?this.close():o&&(this.adapter_.isLastElementFocused()&&!r?(this.adapter_.focusFirstElement(),e.preventDefault()):this.adapter_.isFirstElementFocused()&&r&&(this.adapter_.focusLastElement(),e.preventDefault()))},t.prototype.autoPosition_=function(){var e;this.measurements_=this.getAutoLayoutMeasurements_();var t=this.getOriginCorner_(),n=this.getMenuSurfaceMaxHeight_(t),o=this.hasBit_(t,r.BOTTOM)?"bottom":"top",i=this.hasBit_(t,r.RIGHT)?"right":"left",a=this.getHorizontalOriginOffset_(t),s=this.getVerticalOriginOffset_(t),u=this.measurements_,l=u.anchorSize,p=u.surfaceSize,f=((e={})[i]=a,e[o]=s,e);l.width/p.width>c.ANCHOR_TO_MENU_SURFACE_WIDTH_RATIO&&(i="center"),(this.isHoistedElement_||this.isFixedPosition_)&&this.adjustPositionForHoistedElement_(f),this.adapter_.setTransformOrigin(i+" "+o),this.adapter_.setPosition(f),this.adapter_.setMaxHeight(n?n+"px":"")},t.prototype.getAutoLayoutMeasurements_=function(){var e=this.adapter_.getAnchorDimensions(),t=this.adapter_.getBodyDimensions(),n=this.adapter_.getWindowDimensions(),r=this.adapter_.getWindowScroll();return e||(e={top:this.position_.y,right:this.position_.x,bottom:this.position_.y,left:this.position_.x,width:0,height:0}),{anchorSize:e,bodySize:t,surfaceSize:this.dimensions_,viewportDistance:{top:e.top,right:n.width-e.right,bottom:n.height-e.bottom,left:e.left},viewportSize:n,windowScroll:r}},t.prototype.getOriginCorner_=function(){var e=o.TOP_LEFT,t=this.measurements_,n=t.viewportDistance,i=t.anchorSize,a=t.surfaceSize,s=this.hasBit_(this.anchorCorner_,r.BOTTOM),u=s?n.top+i.height+this.anchorMargin_.bottom:n.top+this.anchorMargin_.top,c=s?n.bottom-this.anchorMargin_.bottom:n.bottom+i.height-this.anchorMargin_.top,l=a.height-u,p=a.height-c;p>0&&l<p&&(e=this.setBit_(e,r.BOTTOM));var f=this.adapter_.isRtl(),d=this.hasBit_(this.anchorCorner_,r.FLIP_RTL),h=this.hasBit_(this.anchorCorner_,r.RIGHT),m=h&&!f||!h&&d&&f,g=m?n.left+i.width+this.anchorMargin_.right:n.left+this.anchorMargin_.left,y=m?n.right-this.anchorMargin_.right:n.right+i.width-this.anchorMargin_.left,v=a.width-g,b=a.width-y;return(v<0&&m&&f||h&&!m&&v<0||b>0&&v<b)&&(e=this.setBit_(e,r.RIGHT)),e},t.prototype.getMenuSurfaceMaxHeight_=function(e){var n=this.measurements_.viewportDistance,o=0,i=this.hasBit_(e,r.BOTTOM),a=this.hasBit_(this.anchorCorner_,r.BOTTOM),s=t.numbers.MARGIN_TO_EDGE;return i?(o=n.top+this.anchorMargin_.top-s,a||(o+=this.measurements_.anchorSize.height)):(o=n.bottom-this.anchorMargin_.bottom+this.measurements_.anchorSize.height-s,a&&(o-=this.measurements_.anchorSize.height)),o},t.prototype.getHorizontalOriginOffset_=function(e){var t=this.measurements_.anchorSize,n=this.hasBit_(e,r.RIGHT),o=this.hasBit_(this.anchorCorner_,r.RIGHT);if(n){var i=o?t.width-this.anchorMargin_.left:this.anchorMargin_.right;return this.isHoistedElement_||this.isFixedPosition_?i-(this.measurements_.viewportSize.width-this.measurements_.bodySize.width):i}return o?t.width-this.anchorMargin_.right:this.anchorMargin_.left},t.prototype.getVerticalOriginOffset_=function(e){var t=this.measurements_.anchorSize,n=this.hasBit_(e,r.BOTTOM),o=this.hasBit_(this.anchorCorner_,r.BOTTOM);return n?o?t.height-this.anchorMargin_.top:-this.anchorMargin_.bottom:o?t.height+this.anchorMargin_.bottom:this.anchorMargin_.top},t.prototype.adjustPositionForHoistedElement_=function(e){var t,n,r=this.measurements_,o=r.windowScroll,a=r.viewportDistance,s=Object.keys(e);try{for(var u=i.c(s),c=u.next();!c.done;c=u.next()){var l=c.value,p=e[l]||0;p+=a[l],this.isFixedPosition_||("top"===l?p+=o.y:"bottom"===l?p-=o.y:"left"===l?p+=o.x:p-=o.x),e[l]=p}}catch(e){t={error:e}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}},t.prototype.maybeRestoreFocus_=function(){var e=this.adapter_.isFocused(),t=document.activeElement&&this.adapter_.isElementInContainer(document.activeElement);(e||t)&&this.adapter_.restoreFocus()},t.prototype.hasBit_=function(e,t){return Boolean(e&t)},t.prototype.setBit_=function(e,t){return e|t},t.prototype.isFinite_=function(e){return"number"==typeof e&&isFinite(e)},t}(a.a);t.default=l},33:function(e,t){e.exports=i},34:function(e,t){e.exports=a},35:function(e,t){e.exports=s},36:function(e,t){e.exports=u},43:function(e,t,n){"use strict";n.r(t);var r=n(9),o=n(13),i={DISABLED:"mdc-select--disabled",FOCUSED:"mdc-select--focused",INVALID:"mdc-select--invalid",OUTLINED:"mdc-select--outlined",REQUIRED:"mdc-select--required",ROOT:"mdc-select",SELECTED_ITEM_CLASS:"mdc-list-item--selected",WITH_LEADING_ICON:"mdc-select--with-leading-icon"},a={ARIA_CONTROLS:"aria-controls",ARIA_SELECTED_ATTR:"aria-selected",CHANGE_EVENT:"MDCSelect:change",ENHANCED_VALUE_ATTR:"data-value",HIDDEN_INPUT_SELECTOR:'input[type="hidden"]',LABEL_SELECTOR:".mdc-floating-label",LEADING_ICON_SELECTOR:".mdc-select__icon",LINE_RIPPLE_SELECTOR:".mdc-line-ripple",MENU_SELECTOR:".mdc-select__menu",NATIVE_CONTROL_SELECTOR:".mdc-select__native-control",OUTLINE_SELECTOR:".mdc-notched-outline",SELECTED_ITEM_SELECTOR:"."+i.SELECTED_ITEM_CLASS,SELECTED_TEXT_SELECTOR:".mdc-select__selected-text"},s={LABEL_SCALE:.75};n.d(t,"MDCSelectFoundation",function(){return u});var u=function(e){function t(n,o){void 0===o&&(o={});var i=e.call(this,r.a({},t.defaultAdapter,n))||this;return i.leadingIcon_=o.leadingIcon,i.helperText_=o.helperText,i}return r.b(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"numbers",{get:function(){return s},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},hasClass:function(){return!1},activateBottomLine:function(){},deactivateBottomLine:function(){},setValue:function(){},getValue:function(){return""},floatLabel:function(){},getLabelWidth:function(){return 0},hasOutline:function(){return!1},notchOutline:function(){},closeOutline:function(){},openMenu:function(){},closeMenu:function(){},isMenuOpen:function(){return!1},setSelectedIndex:function(){},setDisabled:function(){},setRippleCenter:function(){},notifyChange:function(){},checkValidity:function(){return!1},setValid:function(){}}},enumerable:!0,configurable:!0}),t.prototype.setSelectedIndex=function(e){this.adapter_.setSelectedIndex(e),this.adapter_.closeMenu(),this.handleChange(!0)},t.prototype.setValue=function(e){this.adapter_.setValue(e),this.handleChange(!0)},t.prototype.getValue=function(){return this.adapter_.getValue()},t.prototype.setDisabled=function(e){e?this.adapter_.addClass(i.DISABLED):this.adapter_.removeClass(i.DISABLED),this.adapter_.setDisabled(e),this.adapter_.closeMenu(),this.leadingIcon_&&this.leadingIcon_.setDisabled(e)},t.prototype.setHelperTextContent=function(e){this.helperText_&&this.helperText_.setContent(e)},t.prototype.layout=function(){var e=this.getValue().length>0;this.notchOutline(e)},t.prototype.handleChange=function(e){void 0===e&&(e=!0);var t=this.getValue(),n=t.length>0,r=this.adapter_.hasClass(i.REQUIRED);this.notchOutline(n),this.adapter_.hasClass(i.FOCUSED)||this.adapter_.floatLabel(n),e&&(this.adapter_.notifyChange(t),r&&(this.setValid(this.isValid()),this.helperText_&&this.helperText_.setValidity(this.isValid())))},t.prototype.handleFocus=function(){this.adapter_.addClass(i.FOCUSED),this.adapter_.floatLabel(!0),this.notchOutline(!0),this.adapter_.activateBottomLine(),this.helperText_&&this.helperText_.showToScreenReader()},t.prototype.handleBlur=function(){this.adapter_.isMenuOpen()||(this.adapter_.removeClass(i.FOCUSED),this.handleChange(!1),this.adapter_.deactivateBottomLine(),this.adapter_.hasClass(i.REQUIRED)&&(this.setValid(this.isValid()),this.helperText_&&this.helperText_.setValidity(this.isValid())))},t.prototype.handleClick=function(e){this.adapter_.isMenuOpen()||(this.adapter_.setRippleCenter(e),this.adapter_.openMenu())},t.prototype.handleKeydown=function(e){if(!this.adapter_.isMenuOpen()){var t="Enter"===e.key||13===e.keyCode,n="Space"===e.key||32===e.keyCode,r="ArrowUp"===e.key||38===e.keyCode,o="ArrowDown"===e.key||40===e.keyCode;this.adapter_.hasClass(i.FOCUSED)&&(t||n||r||o)&&(this.adapter_.openMenu(),e.preventDefault())}},t.prototype.notchOutline=function(e){if(this.adapter_.hasOutline()){var t=this.adapter_.hasClass(i.FOCUSED);if(e){var n=s.LABEL_SCALE,r=this.adapter_.getLabelWidth()*n;this.adapter_.notchOutline(r)}else t||this.adapter_.closeOutline()}},t.prototype.setLeadingIconAriaLabel=function(e){this.leadingIcon_&&this.leadingIcon_.setAriaLabel(e)},t.prototype.setLeadingIconContent=function(e){this.leadingIcon_&&this.leadingIcon_.setContent(e)},t.prototype.setValid=function(e){this.adapter_.setValid(e)},t.prototype.isValid=function(){return this.adapter_.checkValidity()},t}(o.a);t.default=u},9:function(e,t,n){"use strict";n.d(t,"b",function(){return o}),n.d(t,"a",function(){return i}),n.d(t,"c",function(){return a}),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function o(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function a(e){var t="function"==typeof Symbol&&e[Symbol.iterator],n=0;return t?t.call(e):{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}}}))},91339:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(63696),o=n(70851);function i(){return r.useContext(o.A)}},91434:(e,t,n)=>{"use strict";e.exports=n(77699)},91576:(e,t,n)=>{"use strict";function r(e,t){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},r(e,t)}n.d(t,{A:()=>r})},92162:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(40694);function o(e){var t=function(e,t){if("object"!=(0,r.A)(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=(0,r.A)(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==(0,r.A)(t)?t:t+""}},92194:e=>{"use strict";e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var r,o,i;if(Array.isArray(t)){if((r=t.length)!=n.length)return!1;for(o=r;0!==o--;)if(!e(t[o],n[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((r=(i=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(o=r;0!==o--;)if(!Object.prototype.hasOwnProperty.call(n,i[o]))return!1;for(o=r;0!==o--;){var a=i[o];if(("_owner"!==a||!t.$$typeof)&&!e(t[a],n[a]))return!1}return!0}return t!=t&&n!=n}},92332:(e,t)=>{"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,i=n?Symbol.for("react.fragment"):60107,a=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,u=n?Symbol.for("react.provider"):60109,c=n?Symbol.for("react.context"):60110,l=n?Symbol.for("react.async_mode"):60111,p=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,d=n?Symbol.for("react.suspense"):60113,h=n?Symbol.for("react.suspense_list"):60120,m=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,y=n?Symbol.for("react.block"):60121,v=n?Symbol.for("react.fundamental"):60117,b=n?Symbol.for("react.responder"):60118,_=n?Symbol.for("react.scope"):60119;function w(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case l:case p:case i:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case u:return e;default:return t}}case o:return t}}}function k(e){return w(e)===p}t.AsyncMode=l,t.ConcurrentMode=p,t.ContextConsumer=c,t.ContextProvider=u,t.Element=r,t.ForwardRef=f,t.Fragment=i,t.Lazy=g,t.Memo=m,t.Portal=o,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return k(e)||w(e)===l},t.isConcurrentMode=k,t.isContextConsumer=function(e){return w(e)===c},t.isContextProvider=function(e){return w(e)===u},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return w(e)===f},t.isFragment=function(e){return w(e)===i},t.isLazy=function(e){return w(e)===g},t.isMemo=function(e){return w(e)===m},t.isPortal=function(e){return w(e)===o},t.isProfiler=function(e){return w(e)===s},t.isStrictMode=function(e){return w(e)===a},t.isSuspense=function(e){return w(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===p||e===s||e===a||e===d||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===u||e.$$typeof===c||e.$$typeof===f||e.$$typeof===v||e.$$typeof===b||e.$$typeof===_||e.$$typeof===y)},t.typeOf=w},92803:e=>{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},93861:(e,t,n)=>{"use strict";n.d(t,{zR:()=>E,TM:()=>x,yJ:()=>m,sC:()=>I,AO:()=>h,Fu:()=>g});var r=n(68102);function o(e){return"/"===e.charAt(0)}function i(e,t){for(var n=t,r=n+1,o=e.length;r<o;n+=1,r+=1)e[n]=e[r];e.pop()}const a=function(e,t){void 0===t&&(t="");var n,r=e&&e.split("/")||[],a=t&&t.split("/")||[],s=e&&o(e),u=t&&o(t),c=s||u;if(e&&o(e)?a=r:r.length&&(a.pop(),a=a.concat(r)),!a.length)return"/";if(a.length){var l=a[a.length-1];n="."===l||".."===l||""===l}else n=!1;for(var p=0,f=a.length;f>=0;f--){var d=a[f];"."===d?i(a,f):".."===d?(i(a,f),p++):p&&(i(a,f),p--)}if(!c)for(;p--;p)a.unshift("..");!c||""===a[0]||a[0]&&o(a[0])||a.unshift("");var h=a.join("/");return n&&"/"!==h.substr(-1)&&(h+="/"),h};function s(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}const u=function e(t,n){if(t===n)return!0;if(null==t||null==n)return!1;if(Array.isArray(t))return Array.isArray(n)&&t.length===n.length&&t.every(function(t,r){return e(t,n[r])});if("object"==typeof t||"object"==typeof n){var r=s(t),o=s(n);return r!==t||o!==n?e(r,o):Object.keys(Object.assign({},t,n)).every(function(r){return e(t[r],n[r])})}return!1};var c=n(56143);function l(e){return"/"===e.charAt(0)?e:"/"+e}function p(e){return"/"===e.charAt(0)?e.substr(1):e}function f(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function d(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function h(e){var t=e.pathname,n=e.search,r=e.hash,o=t||"/";return n&&"?"!==n&&(o+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(o+="#"===r.charAt(0)?r:"#"+r),o}function m(e,t,n,o){var i;"string"==typeof e?(i=function(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var i=t.indexOf("?");return-1!==i&&(n=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}(e),i.state=t):(void 0===(i=(0,r.A)({},e)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==t&&void 0===i.state&&(i.state=t));try{i.pathname=decodeURI(i.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return n&&(i.key=n),o?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=a(i.pathname,o.pathname)):i.pathname=o.pathname:i.pathname||(i.pathname="/"),i}function g(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&u(e.state,t.state)}function y(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,o){if(null!=e){var i="function"==typeof e?e(t,n):e;"string"==typeof i?"function"==typeof r?r(i,o):o(!0):o(!1!==i)}else o(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter(function(e){return e!==r})}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];t.forEach(function(e){return e.apply(void 0,n)})}}}var v=!("undefined"==typeof window||!window.document||!window.document.createElement);function b(e,t){t(window.confirm(e))}var _="popstate",w="hashchange";function k(){try{return window.history.state||{}}catch(e){return{}}}function E(e){void 0===e&&(e={}),v||(0,c.A)(!1);var t,n=window.history,o=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,i=!(-1===window.navigator.userAgent.indexOf("Trident")),a=e,s=a.forceRefresh,u=void 0!==s&&s,p=a.getUserConfirmation,g=void 0===p?b:p,E=a.keyLength,O=void 0===E?6:E,j=e.basename?d(l(e.basename)):"";function C(e){var t=e||{},n=t.key,r=t.state,o=window.location,i=o.pathname+o.search+o.hash;return j&&(i=f(i,j)),m(i,r,n)}function S(){return Math.random().toString(36).substr(2,O)}var T=y();function x(e){(0,r.A)(H,e),H.length=n.length,T.notifyListeners(H.location,H.action)}function A(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||R(C(e.state))}function I(){R(C(k()))}var P=!1;function R(e){if(P)P=!1,x();else{T.confirmTransitionTo(e,"POP",g,function(t){t?x({action:"POP",location:e}):function(e){var t=H.location,n=D.indexOf(t.key);-1===n&&(n=0);var r=D.indexOf(e.key);-1===r&&(r=0);var o=n-r;o&&(P=!0,M(o))}(e)})}}var L=C(k()),D=[L.key];function N(e){return j+h(e)}function M(e){n.go(e)}var z=0;function F(e){1===(z+=e)&&1===e?(window.addEventListener(_,A),i&&window.addEventListener(w,I)):0===z&&(window.removeEventListener(_,A),i&&window.removeEventListener(w,I))}var B=!1;var H={length:n.length,action:"POP",location:L,createHref:N,push:function(e,t){var r="PUSH",i=m(e,t,S(),H.location);T.confirmTransitionTo(i,r,g,function(e){if(e){var t=N(i),a=i.key,s=i.state;if(o)if(n.pushState({key:a,state:s},null,t),u)window.location.href=t;else{var c=D.indexOf(H.location.key),l=D.slice(0,c+1);l.push(i.key),D=l,x({action:r,location:i})}else window.location.href=t}})},replace:function(e,t){var r="REPLACE",i=m(e,t,S(),H.location);T.confirmTransitionTo(i,r,g,function(e){if(e){var t=N(i),a=i.key,s=i.state;if(o)if(n.replaceState({key:a,state:s},null,t),u)window.location.replace(t);else{var c=D.indexOf(H.location.key);-1!==c&&(D[c]=i.key),x({action:r,location:i})}else window.location.replace(t)}})},go:M,goBack:function(){M(-1)},goForward:function(){M(1)},block:function(e){void 0===e&&(e=!1);var t=T.setPrompt(e);return B||(F(1),B=!0),function(){return B&&(B=!1,F(-1)),t()}},listen:function(e){var t=T.appendListener(e);return F(1),function(){F(-1),t()}}};return H}var O="hashchange",j={hashbang:{encodePath:function(e){return"!"===e.charAt(0)?e:"!/"+p(e)},decodePath:function(e){return"!"===e.charAt(0)?e.substr(1):e}},noslash:{encodePath:p,decodePath:l},slash:{encodePath:l,decodePath:l}};function C(e){var t=e.indexOf("#");return-1===t?e:e.slice(0,t)}function S(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.substring(t+1)}function T(e){window.location.replace(C(window.location.href)+"#"+e)}function x(e){void 0===e&&(e={}),v||(0,c.A)(!1);var t=window.history,n=(window.navigator.userAgent.indexOf("Firefox"),e),o=n.getUserConfirmation,i=void 0===o?b:o,a=n.hashType,s=void 0===a?"slash":a,u=e.basename?d(l(e.basename)):"",p=j[s],g=p.encodePath,_=p.decodePath;function w(){var e=_(S());return u&&(e=f(e,u)),m(e)}var k=y();function E(e){(0,r.A)(B,e),B.length=t.length,k.notifyListeners(B.location,B.action)}var x=!1,A=null;function I(){var e,t,n=S(),r=g(n);if(n!==r)T(r);else{var o=w(),a=B.location;if(!x&&(t=o,(e=a).pathname===t.pathname&&e.search===t.search&&e.hash===t.hash))return;if(A===h(o))return;A=null,function(e){if(x)x=!1,E();else{var t="POP";k.confirmTransitionTo(e,t,i,function(n){n?E({action:t,location:e}):function(e){var t=B.location,n=D.lastIndexOf(h(t));-1===n&&(n=0);var r=D.lastIndexOf(h(e));-1===r&&(r=0);var o=n-r;o&&(x=!0,N(o))}(e)})}}(o)}}var P=S(),R=g(P);P!==R&&T(R);var L=w(),D=[h(L)];function N(e){t.go(e)}var M=0;function z(e){1===(M+=e)&&1===e?window.addEventListener(O,I):0===M&&window.removeEventListener(O,I)}var F=!1;var B={length:t.length,action:"POP",location:L,createHref:function(e){var t=document.querySelector("base"),n="";return t&&t.getAttribute("href")&&(n=C(window.location.href)),n+"#"+g(u+h(e))},push:function(e,t){var n="PUSH",r=m(e,void 0,void 0,B.location);k.confirmTransitionTo(r,n,i,function(e){if(e){var t=h(r),o=g(u+t);if(S()!==o){A=t,function(e){window.location.hash=e}(o);var i=D.lastIndexOf(h(B.location)),a=D.slice(0,i+1);a.push(t),D=a,E({action:n,location:r})}else E()}})},replace:function(e,t){var n="REPLACE",r=m(e,void 0,void 0,B.location);k.confirmTransitionTo(r,n,i,function(e){if(e){var t=h(r),o=g(u+t);S()!==o&&(A=t,T(o));var i=D.indexOf(h(B.location));-1!==i&&(D[i]=t),E({action:n,location:r})}})},go:N,goBack:function(){N(-1)},goForward:function(){N(1)},block:function(e){void 0===e&&(e=!1);var t=k.setPrompt(e);return F||(z(1),F=!0),function(){return F&&(F=!1,z(-1)),t()}},listen:function(e){var t=k.appendListener(e);return z(1),function(){z(-1),t()}}};return B}function A(e,t,n){return Math.min(Math.max(e,t),n)}function I(e){void 0===e&&(e={});var t=e,n=t.getUserConfirmation,o=t.initialEntries,i=void 0===o?["/"]:o,a=t.initialIndex,s=void 0===a?0:a,u=t.keyLength,c=void 0===u?6:u,l=y();function p(e){(0,r.A)(_,e),_.length=_.entries.length,l.notifyListeners(_.location,_.action)}function f(){return Math.random().toString(36).substr(2,c)}var d=A(s,0,i.length-1),g=i.map(function(e){return m(e,void 0,"string"==typeof e?f():e.key||f())}),v=h;function b(e){var t=A(_.index+e,0,_.entries.length-1),r=_.entries[t];l.confirmTransitionTo(r,"POP",n,function(e){e?p({action:"POP",location:r,index:t}):p()})}var _={length:g.length,action:"POP",location:g[d],index:d,entries:g,createHref:v,push:function(e,t){var r="PUSH",o=m(e,t,f(),_.location);l.confirmTransitionTo(o,r,n,function(e){if(e){var t=_.index+1,n=_.entries.slice(0);n.length>t?n.splice(t,n.length-t,o):n.push(o),p({action:r,location:o,index:t,entries:n})}})},replace:function(e,t){var r="REPLACE",o=m(e,t,f(),_.location);l.confirmTransitionTo(o,r,n,function(e){e&&(_.entries[_.index]=o,p({action:r,location:o}))})},go:b,goBack:function(){b(-1)},goForward:function(){b(1)},canGo:function(e){var t=_.index+e;return t>=0&&t<_.entries.length},block:function(e){return void 0===e&&(e=!1),l.setPrompt(e)},listen:function(e){return l.appendListener(e)}};return _}},94300:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(17451);var o=n(16438);function i(e){return function(e){if(Array.isArray(e))return(0,r.A)(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||(0,o.A)(e)||function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},94987:e=>{"use strict";e.exports=function(e,t){for(var n={},r=Object.keys(e),o=Array.isArray(t),i=0;i<r.length;i++){var a=r[i],s=e[a];(o?-1!==t.indexOf(a):t(a,s,e))&&(n[a]=s)}return n}},95315:e=>{e.exports=function(e){var t=Object(e),n=[];for(var r in t)n.unshift(r);return function e(){for(;n.length;)if((r=n.pop())in t)return e.value=r,e.done=!1,e;return e.done=!0,e}},e.exports.__esModule=!0,e.exports.default=e.exports},96196:(e,t,n)=>{"use strict";n.d(t,{t4:()=>p,wA:()=>l});var r=n(41705),o=n(81515),i=n(4452),a=n.n(i),s=n(63696);function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach(function(t){(0,r.A)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var l=function Path(e){return(0,s.createElement)("path",e)},p=function SVG(e){var t=e.className,n=e.isPressed,r=c(c({},(0,o.A)(e,["className","isPressed"])),{},{className:a()(t,{"is-pressed":n})||void 0,role:"img","aria-hidden":!0,focusable:!1});return(0,s.createElement)("svg",r)}},96465:function(e,t,n){var r,o;"undefined"!=typeof self&&self,e.exports=(r=n(63696),o=n(4452),function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=126)}({0:function(e,t){e.exports=r},1:function(e,t){e.exports=o},11:function(e,t,n){"use strict";var r=n(17),o=function(){function e(e){void 0===e&&(e={}),this.adapter_=e}return Object.defineProperty(e,"cssClasses",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"strings",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"numbers",{get:function(){return{}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"defaultAdapter",{get:function(){return{}},enumerable:!0,configurable:!0}),e.prototype.init=function(){},e.prototype.destroy=function(){},e}(),i={ACTIVE:"mdc-tab-indicator--active",FADE:"mdc-tab-indicator--fade",NO_TRANSITION:"mdc-tab-indicator--no-transition"},a={CONTENT_SELECTOR:".mdc-tab-indicator__content"};n.d(t,"a",function(){return s});var s=function(e){function t(n){return e.call(this,r.a({},t.defaultAdapter,n))||this}return r.b(t,e),Object.defineProperty(t,"cssClasses",{get:function(){return i},enumerable:!0,configurable:!0}),Object.defineProperty(t,"strings",{get:function(){return a},enumerable:!0,configurable:!0}),Object.defineProperty(t,"defaultAdapter",{get:function(){return{addClass:function(){},removeClass:function(){},computeContentClientRect:function(){return{top:0,right:0,bottom:0,left:0,width:0,height:0}},setContentStyleProperty:function(){}}},enumerable:!0,configurable:!0}),t.prototype.computeContentClientRect=function(){return this.adapter_.computeContentClientRect()},t}(o)},126:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},a=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var u=s(n(0)),c=s(n(1)),l=n(127),p=n(128),f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.tabIndicatorElement=u.default.createRef(),t.getNativeContentElement=function(){if(t.tabIndicatorElement.current)return t.tabIndicatorElement.current.getElementsByClassName("mdc-tab-indicator__content")[0]},t.computeContentClientRect=function(){var e=t.getNativeContentElement();return e&&e.getBoundingClientRect?e.getBoundingClientRect():{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0}},t.addContentClassesToChildren=function(){var e=u.default.Children.only(t.props.children),n=c.default(e.props.className,t.contentClasses),r=Object.assign({},e.props,{className:n});return u.default.cloneElement(e,r)},t}return o(t,e),t.prototype.componentDidMount=function(){this.props.fade?this.foundation=new p.MDCFadingTabIndicatorFoundation(this.adapter):this.foundation=new l.MDCSlidingTabIndicatorFoundation(this.adapter),this.foundation.init(),this.props.active&&this.foundation.activate()},t.prototype.componentWillUnmount=function(){this.foundation.destroy()},t.prototype.componentDidUpdate=function(e){this.props.active!==e.active&&(this.props.active?this.foundation.activate(this.props.previousIndicatorClientRect):this.foundation.deactivate())},Object.defineProperty(t.prototype,"classes",{get:function(){var e=this.props,t=e.className,n=e.fade;return c.default("mdc-tab-indicator",t,{"mdc-tab-indicator--fade":n})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"contentClasses",{get:function(){var e=this.props.icon;return c.default("mdc-tab-indicator__content",{"mdc-tab-indicator__content--icon":e,"mdc-tab-indicator__content--underline":!e})},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"adapter",{get:function(){var e=this;return{addClass:function(t){e.tabIndicatorElement.current&&(e.tabIndicatorElement.current.classList.add(t),e.forceUpdate())},removeClass:function(t){e.tabIndicatorElement.current&&(e.tabIndicatorElement.current.classList.remove(t),e.forceUpdate())},computeContentClientRect:this.computeContentClientRect,setContentStyleProperty:function(t,n){var r=e.getNativeContentElement(),o=t;r&&"length"!==o&&"parentRule"!==o&&(r.style[o]=n)}}},enumerable:!0,configurable:!0}),t.prototype.render=function(){var e=this.props,t=(e.active,e.children,e.className,e.fade,e.icon,e.previousIndicatorClientRect,a(e,["active","children","className","fade","icon","previousIndicatorClientRect"]));return u.default.createElement("span",i({className:this.classes,ref:this.tabIndicatorElement},t),this.renderContent())},t.prototype.renderContent=function(){return this.props.children?this.addContentClassesToChildren():u.default.createElement("span",{className:this.contentClasses})},t.defaultProps={active:!1,className:"",fade:!1,icon:!1},t}(u.default.Component);t.default=f},127:function(e,t,n){"use strict";n.r(t),n.d(t,"MDCSlidingTabIndicatorFoundation",function(){return i});var r=n(17),o=n(11),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r.b(t,e),t.prototype.activate=function(e){if(e){var t=this.computeContentClientRect(),n=e.width/t.width,r=e.left-t.left;this.adapter_.addClass(o.a.cssClasses.NO_TRANSITION),this.adapter_.setContentStyleProperty("transform","translateX("+r+"px) scaleX("+n+")"),this.computeContentClientRect(),this.adapter_.removeClass(o.a.cssClasses.NO_TRANSITION),this.adapter_.addClass(o.a.cssClasses.ACTIVE),this.adapter_.setContentStyleProperty("transform","")}else this.adapter_.addClass(o.a.cssClasses.ACTIVE)},t.prototype.deactivate=function(){this.adapter_.removeClass(o.a.cssClasses.ACTIVE)},t}(o.a);t.default=i},128:function(e,t,n){"use strict";n.r(t),n.d(t,"MDCFadingTabIndicatorFoundation",function(){return i});var r=n(17),o=n(11),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r.b(t,e),t.prototype.activate=function(){this.adapter_.addClass(o.a.cssClasses.ACTIVE)},t.prototype.deactivate=function(){this.adapter_.removeClass(o.a.cssClasses.ACTIVE)},t}(o.a);t.default=i},17:function(e,t,n){"use strict";n.d(t,"b",function(){return o}),n.d(t,"a",function(){return i}),"function"==typeof Symbol&&Symbol.iterator;var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function o(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)}}}))},96784:e=>{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},97241:(e,t,n)=>{"use strict";function r(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+e+(n.length?" "+n.map(function(e){return"'"+e+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function o(e){return!!e&&!!e[K]}function i(e){var t;return!!e&&(function(e){if(!e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);if(null===t)return!0;var n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object||"function"==typeof n&&Function.toString.call(n)===q}(e)||Array.isArray(e)||!!e[G]||!!(null===(t=e.constructor)||void 0===t?void 0:t[G])||d(e)||h(e))}function a(e){return o(e)||r(23,e),e[K].t}function s(e,t,n){void 0===n&&(n=!1),0===u(e)?(n?Object.keys:$)(e).forEach(function(r){n&&"symbol"==typeof r||t(r,e[r],e)}):e.forEach(function(n,r){return t(r,n,e)})}function u(e){var t=e[K];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:d(e)?2:h(e)?3:0}function c(e,t){return 2===u(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function l(e,t){return 2===u(e)?e.get(t):e[t]}function p(e,t,n){var r=u(e);2===r?e.set(t,n):3===r?e.add(n):e[t]=n}function f(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function d(e){return H&&e instanceof Map}function h(e){return U&&e instanceof Set}function m(e){return e.o||e.t}function g(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=X(e);delete t[K];for(var n=$(t),r=0;r<n.length;r++){var o=n[r],i=t[o];!1===i.writable&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[o]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[o]})}return Object.create(Object.getPrototypeOf(e),t)}function y(e,t){return void 0===t&&(t=!1),b(e)||o(e)||!i(e)||(u(e)>1&&(e.set=e.add=e.clear=e.delete=v),Object.freeze(e),t&&s(e,function(e,t){return y(t,!0)},!0)),e}function v(){r(2)}function b(e){return null==e||"object"!=typeof e||Object.isFrozen(e)}function _(e){var t=Y[e];return t||r(18,e),t}function w(){return F}function k(e,t){t&&(_("Patches"),e.u=[],e.s=[],e.v=t)}function E(e){O(e),e.p.forEach(C),e.p=null}function O(e){e===F&&(F=e.l)}function j(e){return F={p:[],l:F,h:e,m:!0,_:0}}function C(e){var t=e[K];0===t.i||1===t.i?t.j():t.g=!0}function S(e,t){t._=t.p.length;var n=t.p[0],o=void 0!==e&&e!==n;return t.h.O||_("ES5").S(t,e,o),o?(n[K].P&&(E(t),r(4)),i(e)&&(e=T(t,e),t.l||A(t,e)),t.u&&_("Patches").M(n[K].t,e,t.u,t.s)):e=T(t,n,[]),E(t),t.u&&t.v(t.u,t.s),e!==V?e:void 0}function T(e,t,n){if(b(t))return t;var r=t[K];if(!r)return s(t,function(o,i){return x(e,r,t,o,i,n)},!0),t;if(r.A!==e)return t;if(!r.P)return A(e,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var o=4===r.i||5===r.i?r.o=g(r.k):r.o,i=o,a=!1;3===r.i&&(i=new Set(o),o.clear(),a=!0),s(i,function(t,i){return x(e,r,o,t,i,n,a)}),A(e,o,!1),n&&e.u&&_("Patches").N(r,n,e.u,e.s)}return r.o}function x(e,t,n,r,a,s,u){if(o(a)){var l=T(e,a,s&&t&&3!==t.i&&!c(t.R,r)?s.concat(r):void 0);if(p(n,r,l),!o(l))return;e.m=!1}else u&&n.add(a);if(i(a)&&!b(a)){if(!e.h.D&&e._<1)return;T(e,a),t&&t.A.l||A(e,a)}}function A(e,t,n){void 0===n&&(n=!1),!e.l&&e.h.D&&e.m&&y(t,n)}function I(e,t){var n=e[K];return(n?m(n):e)[t]}function P(e,t){if(t in e)for(var n=Object.getPrototypeOf(e);n;){var r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=Object.getPrototypeOf(n)}}function R(e){e.P||(e.P=!0,e.l&&R(e.l))}function L(e){e.o||(e.o=g(e.t))}function D(e,t,n){var r=d(t)?_("MapSet").F(t,n):h(t)?_("MapSet").T(t,n):e.O?function(e,t){var n=Array.isArray(e),r={i:n?1:0,A:t?t.A:w(),P:!1,I:!1,R:{},l:t,t:e,k:null,o:null,j:null,C:!1},o=r,i=Q;n&&(o=[r],i=J);var a=Proxy.revocable(o,i),s=a.revoke,u=a.proxy;return r.k=u,r.j=s,u}(t,n):_("ES5").J(t,n);return(n?n.A:w()).p.push(r),r}function N(e){return o(e)||r(22,e),function e(t){if(!i(t))return t;var n,r=t[K],o=u(t);if(r){if(!r.P&&(r.i<4||!_("ES5").K(r)))return r.t;r.I=!0,n=M(t,o),r.I=!1}else n=M(t,o);return s(n,function(t,o){r&&l(r.t,t)===o||p(n,t,e(o))}),3===o?new Set(n):n}(e)}function M(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return g(e)}n.d(t,{Ay:()=>ne,c2:()=>a});var z,F,B="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),H="undefined"!=typeof Map,U="undefined"!=typeof Set,W="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,V=B?Symbol.for("immer-nothing"):((z={})["immer-nothing"]=!0,z),G=B?Symbol.for("immer-draftable"):"__$immer_draftable",K=B?Symbol.for("immer-state"):"__$immer_state",q=("undefined"!=typeof Symbol&&Symbol.iterator,""+Object.prototype.constructor),$="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,X=Object.getOwnPropertyDescriptors||function(e){var t={};return $(e).forEach(function(n){t[n]=Object.getOwnPropertyDescriptor(e,n)}),t},Y={},Q={get:function(e,t){if(t===K)return e;var n=m(e);if(!c(n,t))return function(e,t,n){var r,o=P(t,n);return o?"value"in o?o.value:null===(r=o.get)||void 0===r?void 0:r.call(e.k):void 0}(e,n,t);var r=n[t];return e.I||!i(r)?r:r===I(e.t,t)?(L(e),e.o[t]=D(e.A.h,r,e)):r},has:function(e,t){return t in m(e)},ownKeys:function(e){return Reflect.ownKeys(m(e))},set:function(e,t,n){var r=P(m(e),t);if(null==r?void 0:r.set)return r.set.call(e.k,n),!0;if(!e.P){var o=I(m(e),t),i=null==o?void 0:o[K];if(i&&i.t===n)return e.o[t]=n,e.R[t]=!1,!0;if(f(n,o)&&(void 0!==n||c(e.t,t)))return!0;L(e),R(e)}return e.o[t]===n&&(void 0!==n||t in e.o)||Number.isNaN(n)&&Number.isNaN(e.o[t])||(e.o[t]=n,e.R[t]=!0),!0},deleteProperty:function(e,t){return void 0!==I(e.t,t)||t in e.t?(e.R[t]=!1,L(e),R(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var n=m(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r?{writable:!0,configurable:1!==e.i||"length"!==t,enumerable:r.enumerable,value:n[t]}:r},defineProperty:function(){r(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){r(12)}},J={};s(Q,function(e,t){J[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),J.deleteProperty=function(e,t){return J.set.call(this,e,t,void 0)},J.set=function(e,t,n){return Q.set.call(this,e[0],t,n,e[0])};var Z=function(){function e(e){var t=this;this.O=W,this.D=!0,this.produce=function(e,n,o){if("function"==typeof e&&"function"!=typeof n){var a=n;n=e;var s=t;return function(e){var t=this;void 0===e&&(e=a);for(var r=arguments.length,o=Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];return s.produce(e,function(e){var r;return(r=n).call.apply(r,[t,e].concat(o))})}}var u;if("function"!=typeof n&&r(6),void 0!==o&&"function"!=typeof o&&r(7),i(e)){var c=j(t),l=D(t,e,void 0),p=!0;try{u=n(l),p=!1}finally{p?E(c):O(c)}return"undefined"!=typeof Promise&&u instanceof Promise?u.then(function(e){return k(c,o),S(e,c)},function(e){throw E(c),e}):(k(c,o),S(u,c))}if(!e||"object"!=typeof e){if(void 0===(u=n(e))&&(u=e),u===V&&(u=void 0),t.D&&y(u,!0),o){var f=[],d=[];_("Patches").M(e,u,f,d),o(f,d)}return u}r(21,e)},this.produceWithPatches=function(e,n){if("function"==typeof e)return function(n){for(var r=arguments.length,o=Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];return t.produceWithPatches(n,function(t){return e.apply(void 0,[t].concat(o))})};var r,o,i=t.produce(e,n,function(e,t){r=e,o=t});return"undefined"!=typeof Promise&&i instanceof Promise?i.then(function(e){return[e,r,o]}):[i,r,o]},"boolean"==typeof(null==e?void 0:e.useProxies)&&this.setUseProxies(e.useProxies),"boolean"==typeof(null==e?void 0:e.autoFreeze)&&this.setAutoFreeze(e.autoFreeze)}var t=e.prototype;return t.createDraft=function(e){i(e)||r(8),o(e)&&(e=N(e));var t=j(this),n=D(this,e,void 0);return n[K].C=!0,O(t),n},t.finishDraft=function(e,t){var n=(e&&e[K]).A;return k(n,t),S(void 0,n)},t.setAutoFreeze=function(e){this.D=e},t.setUseProxies=function(e){e&&!W&&r(20),this.O=e},t.applyPatches=function(e,t){var n;for(n=t.length-1;n>=0;n--){var r=t[n];if(0===r.path.length&&"replace"===r.op){e=r.value;break}}n>-1&&(t=t.slice(n+1));var i=_("Patches").$;return o(e)?i(e,t):this.produce(e,function(e){return i(e,t)})},e}(),ee=new Z,te=ee.produce;ee.produceWithPatches.bind(ee),ee.setAutoFreeze.bind(ee),ee.setUseProxies.bind(ee),ee.applyPatches.bind(ee),ee.createDraft.bind(ee),ee.finishDraft.bind(ee);const ne=te},97850:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(16438);function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,s=[],u=!0,c=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(e){c=!0,o=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw o}}return s}}(e,t)||(0,r.A)(e,t)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},97996:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.race=t.join=t.fork=t.promise=void 0;var r=a(n(35131)),o=n(89430),i=a(n(79466));function a(e){return e&&e.__esModule?e:{default:e}}var s=t.promise=function(e,t,n,o,i){return!!r.default.promise(e)&&(e.then(t,i),!0)},u=new Map,c=t.fork=function(e,t,n){if(!r.default.fork(e))return!1;var a=Symbol("fork"),s=(0,i.default)();u.set(a,s),n(e.iterator.apply(null,e.args),function(e){return s.dispatch(e)},function(e){return s.dispatch((0,o.error)(e))});var c=s.subscribe(function(){c(),u.delete(a)});return t(a),!0},l=t.join=function(e,t,n,o,i){if(!r.default.join(e))return!1;var a,s=u.get(e.task);return s?a=s.subscribe(function(e){a(),t(e)}):i("join error : task not found"),!0},p=t.race=function(e,t,n,o,i){if(!r.default.race(e))return!1;var a,s=!1,u=function(e,n,r){s||(s=!0,e[n]=r,t(e))},c=function(e){s||i(e)};return r.default.array(e.competitors)?(a=e.competitors.map(function(){return!1}),e.competitors.forEach(function(e,t){n(e,function(e){return u(a,t,e)},c)})):function(){var t=Object.keys(e.competitors).reduce(function(e,t){return e[t]=!1,e},{});Object.keys(e.competitors).forEach(function(r){n(e.competitors[r],function(e){return u(t,r,e)},c)})}(),!0};t.default=[s,c,l,p,function(e,t){if(!r.default.subscribe(e))return!1;if(!r.default.channel(e.channel))throw new Error('the first argument of "subscribe" must be a valid channel');var n=e.channel.subscribe(function(e){n&&n(),t(e)});return!0}]},98494:(e,t,n)=>{"use strict";var r=n(96784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(85707));function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function a(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?i(Object(n),!0).forEach(function(t){(0,o.default)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var s=function(e){var t=function e(t,n){var r=t.headers,o=void 0===r?{}:r;for(var i in o)if("x-wp-nonce"===i.toLowerCase()&&o[i]===e.nonce)return n(t);return n(a(a({},t),{},{headers:a(a({},o),{},{"X-WP-Nonce":e.nonce})}))};return t.nonce=e,t};t.default=s},98853:(e,t,n)=>{var r=n(92803);e.exports=m,e.exports.parse=i,e.exports.compile=function(e,t){return c(i(e,t),t)},e.exports.tokensToFunction=c,e.exports.tokensToRegExp=h;var o=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var n,r=[],i=0,s=0,u="",c=t&&t.delimiter||"/";null!=(n=o.exec(e));){var l=n[0],f=n[1],d=n.index;if(u+=e.slice(s,d),s=d+l.length,f)u+=f[1];else{var h=e[s],m=n[2],g=n[3],y=n[4],v=n[5],b=n[6],_=n[7];u&&(r.push(u),u="");var w=null!=m&&null!=h&&h!==m,k="+"===b||"*"===b,E="?"===b||"*"===b,O=m||c,j=y||v,C=m||("string"==typeof r[r.length-1]?r[r.length-1]:"");r.push({name:g||i++,prefix:m||"",delimiter:O,optional:E,repeat:k,partial:w,asterisk:!!_,pattern:j?p(j):_?".*":a(O,C)})}}return s<e.length&&(u+=e.substr(s)),u&&r.push(u),r}function a(e,t){return!t||t.indexOf(e)>-1?"[^"+l(e)+"]+?":l(t)+"|(?:(?!"+l(t)+")[^"+l(e)+"])+?"}function s(e){return encodeURI(e).replace(/[\/?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function u(e){return encodeURI(e).replace(/[?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function c(e,t){for(var n=new Array(e.length),o=0;o<e.length;o++)"object"==typeof e[o]&&(n[o]=new RegExp("^(?:"+e[o].pattern+")$",d(t)));return function(t,o){for(var i="",a=t||{},c=(o||{}).pretty?s:encodeURIComponent,l=0;l<e.length;l++){var p=e[l];if("string"!=typeof p){var f,d=a[p.name];if(null==d){if(p.optional){p.partial&&(i+=p.prefix);continue}throw new TypeError('Expected "'+p.name+'" to be defined')}if(r(d)){if(!p.repeat)throw new TypeError('Expected "'+p.name+'" to not repeat, but received `'+JSON.stringify(d)+"`");if(0===d.length){if(p.optional)continue;throw new TypeError('Expected "'+p.name+'" to not be empty')}for(var h=0;h<d.length;h++){if(f=c(d[h]),!n[l].test(f))throw new TypeError('Expected all "'+p.name+'" to match "'+p.pattern+'", but received `'+JSON.stringify(f)+"`");i+=(0===h?p.prefix:p.delimiter)+f}}else{if(f=p.asterisk?u(d):c(d),!n[l].test(f))throw new TypeError('Expected "'+p.name+'" to match "'+p.pattern+'", but received "'+f+'"');i+=p.prefix+f}}else i+=p}return i}}function l(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function p(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function f(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function h(e,t,n){r(t)||(n=t||n,t=[]);for(var o=(n=n||{}).strict,i=!1!==n.end,a="",s=0;s<e.length;s++){var u=e[s];if("string"==typeof u)a+=l(u);else{var c=l(u.prefix),p="(?:"+u.pattern+")";t.push(u),u.repeat&&(p+="(?:"+c+p+")*"),a+=p=u.optional?u.partial?c+"("+p+")?":"(?:"+c+"("+p+"))?":c+"("+p+")"}}var h=l(n.delimiter||"/"),m=a.slice(-h.length)===h;return o||(a=(m?a.slice(0,-h.length):a)+"(?:"+h+"(?=$))?"),a+=i?"$":o&&m?"":"(?="+h+"|$)",f(new RegExp("^"+a,d(n)),t)}function m(e,t,n){return r(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return f(e,t)}(e,t):r(e)?function(e,t,n){for(var r=[],o=0;o<e.length;o++)r.push(m(e[o],t,n).source);return f(new RegExp("(?:"+r.join("|")+")",d(n)),t)}(e,t,n):function(e,t,n){return h(i(e,n),t,n)}(e,t,n)}},99123:(e,t,n)=>{"use strict";n.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var r=n(63696);const __WEBPACK_DEFAULT_EXPORT__=function(e,t,n,o){const i=r.useRef(n),a=r.useRef(o);r.useEffect(()=>{i.current=n,a.current=o}),r.useEffect(()=>{const n=e&&"current"in e?e.current:e;if(!n)return;let r=0;function o(...e){r||i.current.apply(this,e)}n.addEventListener(t,o);const s=a.current;return()=>{r=1,n.removeEventListener(t,o),s&&s()}},[e,t])}},99408:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});var r=n(63696);function o(){var e=(0,r.useRef)(!1),t=(0,r.useCallback)(function(){return e.current},[]);return(0,r.useEffect)(function(){return e.current=!0,function(){e.current=!1}}),t}}}]); assets/js/googlesitekit-widgets-fa50a53f55279b0e87e6.js 0000755 00001260371 15111634507 0016202 0 ustar 00 "use strict";(globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[290,849],{133:(e,t,i)=>{i.d(t,{B:()=>n});i(72455);function n(e){return 400===e?.code&&e?.message?.includes("is not a valid dimension")}},674:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o,s=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 22 22"},e),n||(n=s.createElement("path",{fillRule:"evenodd",d:"m12.149 7.96-5.166 5.166a.34.34 0 0 0-.094.176l-.35 1.755a.344.344 0 0 0 .404.404l1.755-.35a.34.34 0 0 0 .175-.095l5.166-5.165zm2.301-1.814a1.03 1.03 0 0 0-1.458 0L6.497 12.64a1.03 1.03 0 0 0-.282.527l-.35 1.755a1.03 1.03 0 0 0 1.213 1.213l1.754-.35c.2-.04.383-.139.527-.283l6.495-6.494a1.03 1.03 0 0 0 0-1.459z",clipRule:"evenodd"})),o||(o=s.createElement("path",{d:"m12.149 7.96.117-.116a.165.165 0 0 0-.234 0zm-5.166 5.166-.116-.116zm-.094.176.162.033zm-.35 1.755.161.032zm.404.404.032.162zm1.755-.35.032.161zm.175-.095.117.117zm5.166-5.165.116.116a.165.165 0 0 0 0-.233zm-1.047-3.705.116.116zm1.458 0-.116.116zM6.497 12.64l.117.117zm-.282.527-.162-.032zm-.35 1.755.161.032zm1.213 1.213-.033-.162zm1.754-.35.033.161zm.527-.283.117.117zm6.495-6.494-.117-.117zm0-1.459.117-.116zm-3.822.295L6.867 13.01l.233.233 5.166-5.165zM6.867 13.01a.5.5 0 0 0-.14.26l.324.065a.2.2 0 0 1 .05-.092zm-.14.26-.35 1.754.323.065.351-1.755zm-.35 1.754a.51.51 0 0 0 .598.599l-.064-.324a.18.18 0 0 1-.21-.21zm.598.599 1.755-.35-.065-.325-1.754.351zm1.755-.35a.5.5 0 0 0 .26-.14l-.233-.233a.2.2 0 0 1-.092.048zm.26-.14 5.165-5.166-.233-.233L8.757 14.9zm3.042-7.055 1.89 1.89.233-.234-1.89-1.89zm1.076-1.816a.866.866 0 0 1 1.226 0l.233-.233a1.196 1.196 0 0 0-1.692 0zm-6.494 6.495 6.494-6.495-.233-.233-6.494 6.495zm-.237.443a.87.87 0 0 1 .237-.443l-.233-.233c-.167.167-.281.38-.328.61zm-.35 1.754.35-1.754-.324-.065-.35 1.755zm1.018 1.02a.866.866 0 0 1-1.019-1.02l-.323-.065a1.196 1.196 0 0 0 1.407 1.408zm1.755-.351-1.755.35.065.324 1.755-.35zm.443-.237a.87.87 0 0 1-.443.237l.065.323c.231-.046.444-.16.611-.327zm6.494-6.495-6.494 6.495.233.233 6.495-6.494zm0-1.225a.866.866 0 0 1 0 1.225l.234.234a1.196 1.196 0 0 0 0-1.692zm-1.403-1.404 1.403 1.404.234-.233-1.404-1.404z"})))},718:(e,t,i)=>{i.d(t,{gy:()=>SelectionPanelFooter,W4:()=>SelectionPanelHeader,y3:()=>SelectionPanelItem,DW:()=>SelectionPanelItems,Ay:()=>D});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(4544),l=i.n(a),c=i(21795),d=i(78174),g=i(63696),u=i(19266),p=i(14007),m=i(62540);function SideSheet({className:e,children:t,isOpen:i,isLoading:n,onOpen:s=()=>{},closeSheet:r=()=>{},focusTrapOptions:a={}}){const h=(0,g.useRef)();return(0,g.useEffect)(()=>{i?(s(),document.body.classList.add("googlesitekit-side-sheet-scroll-lock")):document.body.classList.remove("googlesitekit-side-sheet-scroll-lock")},[i,s]),(0,c.A)(h,r),(0,d.A)(e=>i&&u._f===e.keyCode,r),(0,m.jsxs)(p.A,{children:[(0,m.jsx)(l(),{active:!!i&&!n,focusTrapOptions:{fallbackFocus:"body",...a},children:(0,m.jsx)("section",{ref:h,className:o()("googlesitekit-side-sheet",e,{"googlesitekit-side-sheet--open":i}),role:"dialog","aria-modal":"true","aria-hidden":!i,tabIndex:"0",children:t})}),i&&(0,m.jsx)("span",{className:"googlesitekit-side-sheet-overlay"})]})}function SelectionPanel({children:e,isOpen:t,isLoading:i,onOpen:n,closePanel:s,className:r}){const a=r?.split(/\s+/).map(e=>`.${e}`).join(""),l=a?`${a} .googlesitekit-selection-panel-item .googlesitekit-selection-box input`:".googlesitekit-selection-panel-item .googlesitekit-selection-box input";return(0,m.jsx)(SideSheet,{className:o()("googlesitekit-selection-panel",r),isOpen:t,isLoading:i,onOpen:n,closeSheet:s,focusTrapOptions:{initialFocus:l},children:e})}SideSheet.propTypes={className:r().string,children:r().node,isOpen:r().bool,isLoading:r().bool,onOpen:r().func,closeSheet:r().func,focusTrapOptions:r().object},SelectionPanel.propTypes={children:r().node,isOpen:r().bool,isLoading:r().bool,onOpen:r().func,closePanel:r().func,className:r().string};var h=i(20898),I=i(72545),M=i(15167);function SelectionPanelHeader({children:e,title:t,onCloseClick:i}){return(0,m.jsxs)("header",{className:"googlesitekit-selection-panel-header",children:[(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-header__row",children:[(0,m.jsx)(M.A,{as:"h3",size:"small",type:"headline",children:t}),(0,m.jsx)(h.A,{className:"googlesitekit-selection-panel-header__close",onClick:i,linkButton:!0,children:(0,m.jsx)(I.A,{width:"15",height:"15"})})]}),e]})}SelectionPanelHeader.propTypes={children:r().node,title:r().string,onCloseClick:r().func};var y=i(82871),f=i(49383);function SelectionBox({badge:e,checked:t,children:i,disabled:n,id:s,onChange:r,title:a,value:l}){return(0,m.jsx)("div",{className:o()("googlesitekit-selection-box",{"googlesitekit-selection-box--disabled":n}),children:(0,m.jsx)(f.Checkbox,{checked:t,description:i,disabled:n,id:s,name:s,onChange:r,value:l,badge:e,children:a})})}SelectionBox.propTypes={badge:r().node,checked:r().bool,children:r().node,disabled:r().bool,id:r().string,onChange:r().func,title:r().string,value:r().string};var A=i(2362);function SelectionPanelItem({children:e,id:t,slug:i,title:n,description:o,isItemSelected:s,isItemDisabled:r,onCheckboxChange:a,subtitle:l,suffix:c,badge:d,isNewlyDetected:g}){return(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-item",children:[(0,m.jsxs)(SelectionBox,{badge:d,checked:s,disabled:r,id:t,onChange:a,title:n,value:i,children:[l&&(0,m.jsx)("span",{className:"googlesitekit-selection-panel-item__subtitle",children:l}),o,e]}),g&&(0,m.jsx)(A.A,{label:(0,y.__)("New","google-site-kit")}),c&&(0,m.jsx)("span",{className:"googlesitekit-selection-panel-item__suffix",children:c})]})}function SelectionPanelItems({currentSelectionTitle:e=(0,y.__)("Current selection","google-site-kit"),availableItemsTitle:t=(0,y.__)("Additional items","google-site-kit"),savedItemSlugs:i=[],availableSavedItems:n={},availableUnsavedItems:o={},ItemComponent:s,notice:r}){function a(e){return Object.keys(e).map(t=>(0,m.jsx)(s,{slug:t,savedItemSlugs:i,...e[t]},t))}const l=Object.keys(o).length;return(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-items",children:[0!==i.length&&(0,m.jsxs)(g.Fragment,{children:[(0,m.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:e}),(0,m.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(n)}),l>0&&(0,m.jsx)("p",{className:"googlesitekit-selection-panel-items__subheading",children:t})]}),l>0&&(0,m.jsx)("div",{className:"googlesitekit-selection-panel-items__subsection",children:a(o)}),r]})}SelectionPanelItem.propTypes={children:r().node,id:r().string,slug:r().string,title:r().string,description:r().string,isItemSelected:r().bool,isItemDisabled:r().bool,onCheckboxChange:r().func,subtitle:r().string,suffix:r().node,badge:r().node,isNewlyDetected:r().bool},SelectionPanelItems.propTypes={currentSelectionTitle:r().string,availableItemsTitle:r().string,savedItemSlugs:r().array,availableSavedItems:r().object,availableUnsavedItems:r().object,ItemComponent:r().elementType,notice:r().node};var j=i(17243),N=i(13606),k=i(50539),_=i(12850),v=i(72455),T=i(23224),E=i(80035);function SelectionPanelFooter({savedItemSlugs:e=[],selectedItemSlugs:t=[],saveSettings:i=()=>{},itemLimitError:n,minSelectedItemCount:o=0,maxSelectedItemCount:s=0,isBusy:r,onSaveSuccess:a=()=>{},onCancel:l=()=>{},isOpen:c,closePanel:d=()=>{}}){const[u,p]=(0,g.useState)(null),[h,I]=(0,g.useState)(!1),M=(0,k.useSelect)(e=>e(v.K9).isFetchingSyncAvailableAudiences()),A=(0,g.useMemo)(()=>!(0,j.isEqual)((0,_.N9)(t),(0,_.N9)(e)),[e,t]),D=e?.length>0&&A?(0,y.__)("Apply changes","google-site-kit"):(0,y.__)("Save selection","google-site-kit"),x=(0,g.useCallback)(async()=>{const{error:e}=await i(t);e||(a(),d(),p(D),I(!0))},[i,t,a,d,D]),b=(0,g.useCallback)(()=>{d(),l()},[d,l]),[S,C]=(0,g.useState)(null);(0,g.useEffect)(()=>{null!==S&&S!==c&&c&&(p(null),I(!1)),C(c)},[c,S]);const w=t?.length||0,R=M?(0,m.jsx)(T.A,{width:"89px",height:"20px"}):(0,m.jsx)("p",{className:"googlesitekit-selection-panel-footer__item-count",children:(0,N.A)((0,y.sprintf)(/* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ /* translators: 1: Number of selected items. 2: Maximum number of items that can be selected. */ (0,y.__)("%1$d selected <MaxCount>(up to %2$d)</MaxCount>","google-site-kit"),w,s),{MaxCount:(0,m.jsx)("span",{className:"googlesitekit-selection-panel-footer__item-count--max-count"})})});return(0,m.jsx)("footer",{className:"googlesitekit-selection-panel-footer",children:(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-footer__content",children:[A&&n?(0,m.jsx)(E.A,{type:E.A.TYPES.ERROR,description:n}):R,(0,m.jsxs)("div",{className:"googlesitekit-selection-panel-footer__actions",children:[(0,m.jsx)(f.Button,{onClick:b,disabled:r,tertiary:!0,children:(0,y.__)("Cancel","google-site-kit")}),(0,m.jsx)(f.SpinnerButton,{onClick:x,isSaving:r,disabled:w<o||w>s||r||!c&&h,children:u||D})]})]})})}SelectionPanelFooter.propTypes={savedItemSlugs:r().array,selectedItemSlugs:r().array,saveSettings:r().func,itemLimitError:r().string,minSelectedItemCount:r().number,maxSelectedItemCount:r().number,isBusy:r().bool,onSaveSuccess:r().func,onCancel:r().func,isOpen:r().bool,closePanel:r().func};const D=SelectionPanel},1102:(e,t,i)=>{i.d(t,{w:()=>a});var n=i(35470),o=i(63696),s=i(2422);function r(){}function a(e,t){const i=(0,s.W)({sticky:!0}),a=(0,o.useRef)(),l=(0,o.useCallback)(e,t),c=(0,n.A)(i?l:r);return i&&(a.current=c),a.current}},2362:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({label:e,className:t,hasLeftSpacing:i=!1,...n},s)=>(0,l.jsx)("span",{ref:s,...n,className:o()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":i}),children:e}));c.displayName="Badge",c.propTypes={label:r().string.isRequired,hasLeftSpacing:r().bool};const d=c},2390:(e,t,i)=>{i.d(t,{A:()=>SpinnerButton,k:()=>d});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(25874),l=i(9341),c=i(62540);const d={BEFORE:"before",AFTER:"after"};function SpinnerButton(e){const{className:t,onClick:i=()=>{},isSaving:n=!1,spinnerPosition:o=d.AFTER,...s}=e;return(0,c.jsx)(a.A,{className:r()(t,"googlesitekit-button-icon--spinner",{"googlesitekit-button-icon--spinner__running":n,"googlesitekit-button-icon--spinner__before":o===d.BEFORE,"googlesitekit-button-icon--spinner__after":o===d.AFTER}),icon:n&&o===d.BEFORE?(0,c.jsx)(l.A,{size:14}):void 0,trailingIcon:n&&o===d.AFTER?(0,c.jsx)(l.A,{size:14}):void 0,onClick:i,...s})}SpinnerButton.propTypes={className:o().string,onClick:o().func,isSaving:o().bool,spinnerPosition:o().oneOf(Object.values(d))}},2422:(e,t,i)=>{i.d(t,{W:()=>l});var n=i(79257),o=i(35470),s=i(63696),r=i(6732),a=i(7081);function l({sticky:e=!1}={}){const t=(0,s.useContext)(r.A),[i,l]=(0,s.useState)(!1),c=(0,o.A)(e=>e(a.n).getInViewResetCount()),d=(0,o.A)(e=>e(a.n).getValue("forceInView"));return(0,s.useEffect)(()=>{t.value&&!i&&l(!0)},[i,t,l]),(0,s.useEffect)(()=>{d&&l(!0)},[d]),(0,n.A)(()=>{l(!1)},[c]),!(!e||!i)||!!t.value}},2478:(e,t,i)=>{i.d(t,{A:()=>ChangeBadge});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(12850),l=i(62540);function ChangeBadge(e){const{previousValue:t,currentValue:i,isAbsolute:n}=e,o=n?i-t:(0,a.Zf)(t,i),s=o<0,c=0===o;return null===o?null:(0,l.jsx)("div",{className:r()("googlesitekit-change-badge",{"googlesitekit-change-badge--negative":s,"googlesitekit-change-badge--zero":c}),children:(0,a.Eo)(o,{style:"percent",signDisplay:"exceptZero",maximumFractionDigits:1})})}ChangeBadge.propTypes={isAbsolute:o().bool,previousValue:o().number.isRequired,currentValue:o().number.isRequired}},2522:(e,t,i)=>{i.d(t,{D:()=>s});var n=i(32091),o=i.n(n);function s(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:e.slice(i),compareRange:e.slice(2*i,i)}}},3714:(e,t,i)=>{i.d(t,{Kk:()=>s,SZ:()=>n,Yw:()=>r,oJ:()=>a,tT:()=>o});const n="body",o=[n,"display","headline","label","title"],s="small",r="medium",a=[s,r,"large"]},3782:(e,t,i)=>{i.d(t,{A:()=>CTAButton});var n=i(62688),o=i.n(n),s=i(49383),r=i(62540);function CTAButton({label:e,ariaLabel:t,disabled:i,inProgress:n,onClick:o,href:a}){return e&&(o||a)?(0,r.jsx)(s.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:i||n,isSaving:n,onClick:o,href:a,children:e}):null}CTAButton.propTypes={label:o().string,ariaLabel:o().string,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,dismissOnClick:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},4445:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(62688),o=i.n(n),s=i(63696),r=i(81276),a=i(49383),l=i(8420),c=i(62540);let d=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...i}){const n=(0,s.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):d;e&&document.body.contains(e)&&e.focus(),t||(d=null)})},[t]),o=(0,r.A)(e);return(0,s.useEffect)(()=>(!0===o&&!1===e&&n(),()=>{n()}),[o,e,n]),(0,c.jsx)(l.A,{dialogActive:e,...i})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(d=t)}void 0!==i.g&&i.g.document&&!i.g._googlesitekitModalFocusTrackerInitialized&&(i.g.document.addEventListener("mousedown",e),i.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),i.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:o().bool,refocusQuerySelector:o().string,...a.Dialog.propTypes};const g=RefocusableModalDialog},4884:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(49383),l=i(20898),c=i(15167),d=i(62540);function CTA({title:e,headerText:t,headerContent:i,description:n,ctaLink:o,ctaLabel:s,ctaLinkExternal:g,ctaType:u,error:p,onClick:m,"aria-label":h,children:I}){return(0,d.jsxs)("div",{className:r()("googlesitekit-cta",{"googlesitekit-cta--error":p}),children:[(t||i)&&(0,d.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,d.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),i]}),(0,d.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,d.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),n&&"string"==typeof n&&(0,d.jsx)("p",{className:"googlesitekit-cta__description",children:n}),n&&"string"!=typeof n&&(0,d.jsx)("div",{className:"googlesitekit-cta__description",children:n}),s&&"button"===u&&(0,d.jsx)(a.Button,{"aria-label":h,href:o,onClick:m,children:s}),s&&"link"===u&&(0,d.jsx)(l.A,{href:o,onClick:m,"aria-label":h,external:g,hideExternalIndicator:g,arrow:!0,children:s}),I]})]})}CTA.propTypes={title:o().string.isRequired,headerText:o().string,description:o().oneOfType([o().string,o().node]),ctaLink:o().string,ctaLinkExternal:o().bool,ctaLabel:o().string,ctaType:o().string,"aria-label":o().string,error:o().bool,onClick:o().func,children:o().node,headerContent:o().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const g=CTA},6732:(e,t,i)=>{i.d(t,{A:()=>n});const n=(0,i(63696).createContext)(!1)},7070:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(63696),o=i(77766),s=i(12850);function r(e,t,{viewAction:i="view_notification",confirmAction:r="confirm_notification",dismissAction:a="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,o.A)(),d=null!=t?t:`${c}_${e}`;return{view:(0,n.useCallback)((...e)=>(0,s.sx)(d,i,...e),[d,i]),confirm:(0,n.useCallback)((...e)=>(0,s.sx)(d,r,...e),[d,r]),dismiss:(0,n.useCallback)((...e)=>(0,s.sx)(d,a,...e),[d,a]),clickLearnMore:(0,n.useCallback)((...e)=>(0,s.sx)(d,l,...e),[d,l])}}},7081:(e,t,i)=>{i.d(t,{F:()=>o,n:()=>n});const n="core/ui",o="activeContextID"},7184:(e,t,i)=>{i.d(t,{A:()=>I});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(63696),l=i(32947),c=i(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:r().string,children:r().node},Title.propTypes={className:r().string,children:r().node};var d=i(12850),g=i(30823);function Description({className:e,description:t,learnMoreLink:i,additionalDescription:n,children:s}){return(0,c.jsxs)("div",{className:o()("googlesitekit-banner__description",e),children:[(0,a.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",i?.href&&(0,c.jsx)(g.A,{...i}),n&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:n}),s]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:r().string,description:r().oneOfType([r().string,r().node]),learnMoreLink:r().shape(g.A.propTypes),additionalDescription:r().oneOfType([r().string,r().node]),children:r().node},HelpText.propTypes={className:r().string,children:r().node};var u=i(3782),p=i(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:r().string,children:r().node};var m=i(80035);const h=(0,a.forwardRef)(({className:e,titleIcon:t,title:i,description:n,additionalDescription:s,errorText:r,helpText:a,learnMoreLink:d,dismissButton:g,ctaButton:h,svg:I,footer:M},y)=>{const f=(0,l.dv)(),A=f===l.mp||f===l.Lg;let j=null;A&&I?.mobile?j=I.mobile:!A&&I?.desktop&&(j=I.desktop);const N=I?.verticalPosition?I.verticalPosition:"center";return(0,c.jsxs)("div",{ref:y,className:o()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:i}),(0,c.jsx)(Description,{description:n,learnMoreLink:d,additionalDescription:s}),a&&(0,c.jsx)(HelpText,{children:a}),r&&(0,c.jsx)(m.A,{type:"error",description:r}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[h&&(0,c.jsx)(u.A,{...h}),g?.onClick&&(0,c.jsx)(p.A,{...g})]})]}),j&&(0,c.jsx)("div",{className:o()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${N}`]:N}),style:{backgroundImage:`url(${j})`}}),M&&(0,c.jsx)(Footer,{children:M})]})});h.propTypes={titleIcon:r().node,title:r().string,description:r().oneOfType([r().string,r().node]),additionalDescription:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(g.A.propTypes),dismissButton:r().shape(p.A.propTypes),ctaButton:r().shape(u.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node};const I=h},8143:(e,t,i)=>{i.d(t,{VZ:()=>s,dc:()=>r,pH:()=>o,r0:()=>a});var n=i(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function s(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function r(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function a(e,t){if(!(0,n.m)(e))return e;if(e.length<=t)return e;const i=new URL(e),o=e.replace(i.origin,"");if(o.length<t)return o;const s=o.length-Math.floor(t)+1;return"…"+o.substr(s)}},8420:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(52684),l=i(13606),c=i(82871),d=i(49383),g=i(85149),u=i(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:i=null,onOpen:n=null,onClose:o=null,title:s=null,provides:p,handleConfirm:m,subtitle:h,confirmButton:I=null,dependentModules:M,danger:y=!1,inProgress:f=!1,small:A=!1,medium:j=!1,buttonLink:N=null}){const k=`googlesitekit-dialog-description-${(0,a.A)(ModalDialog)}`,_=!(!p||!p.length);return(0,u.jsxs)(d.Dialog,{open:t,onOpen:n,onClose:o,"aria-describedby":_?k:void 0,tabIndex:"-1",className:r()(e,{"googlesitekit-dialog-sm":A,"googlesitekit-dialog-md":j}),children:[(0,u.jsxs)(d.DialogTitle,{children:[y&&(0,u.jsx)(g.A,{width:28,height:28}),s]}),h?(0,u.jsx)("p",{className:"mdc-dialog__lead",children:h}):[],(0,u.jsxs)(d.DialogContent,{children:[_&&(0,u.jsx)("section",{id:k,className:"mdc-dialog__provides",children:(0,u.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:p.map(e=>(0,u.jsx)("li",{className:"mdc-list-item",children:(0,u.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),M&&(0,u.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),M),{strong:(0,u.jsx)("strong",{})})})]}),(0,u.jsxs)(d.DialogFooter,{children:[(0,u.jsx)(d.Button,{className:"mdc-dialog__cancel-button",onClick:i,disabled:f,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),N?(0,u.jsx)(d.Button,{href:N,onClick:m,target:"_blank",danger:y,children:I}):(0,u.jsx)(d.SpinnerButton,{onClick:m,danger:y,disabled:f,isSaving:f,children:I||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:o().string,dialogActive:o().bool,handleDialog:o().func,handleConfirm:o().func.isRequired,onOpen:o().func,onClose:o().func,title:o().string,confirmButton:o().string,danger:o().bool,small:o().bool,medium:o().bool,buttonLink:o().string};const p=ModalDialog},9341:(e,t,i)=>{i.d(t,{A:()=>CircularProgress});var n=i(75762),o=i(62540);function CircularProgress(e){return(0,o.jsx)(n.A,{...e})}},9652:(e,t,i)=>{i.d(t,{A:()=>RecoverableModules});var n=i(62688),o=i.n(n),s=i(82871),r=i(50539),a=i(37226),l=i(4884),c=i(62540);function RecoverableModules({moduleSlugs:e}){const t=(0,r.useSelect)(t=>{const i=t(a.i).getModules();if(void 0!==i)return e.map(e=>i[e].name)});if(void 0===t)return null;const i=1===t.length?(0,s.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,s.__)("%s data was previously shared by an admin who no longer has access. Please contact another admin to restore it.","google-site-kit"),t[0]):(0,s.sprintf)(/* translators: %s: List of module names */ /* translators: %s: List of module names */ (0,s.__)("The data for the following modules was previously shared by an admin who no longer has access: %s. Please contact another admin to restore it.","google-site-kit"),t.join((0,s._x)(", ","Recoverable modules","google-site-kit")));return(0,c.jsx)(l.A,{title:(0,s.__)("Data Unavailable","google-site-kit"),description:i})}RecoverableModules.propTypes={moduleSlugs:o().arrayOf(o().string).isRequired}},10953:(e,t,i)=>{i.d(t,{A:()=>InfoTooltip});var n,o=i(4452),s=i.n(o),r=i(62688),a=i.n(r),l=i(49383),c=i(63696);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},d.apply(null,arguments)}const g=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),n||(n=c.createElement("path",{fill:"currentColor",d:"M7.334 11.333h1.333v-4H7.334zM8.001 6a.658.658 0 0 0 .667-.667.6.6 0 0 0-.2-.467.6.6 0 0 0-.467-.2.66.66 0 0 0-.667.667q0 .284.183.483A.7.7 0 0 0 8.001 6m0 8.666a6.6 6.6 0 0 1-2.6-.516 6.9 6.9 0 0 1-2.117-1.434A6.9 6.9 0 0 1 1.851 10.6 6.6 6.6 0 0 1 1.334 8q0-1.385.517-2.6a6.9 6.9 0 0 1 1.433-2.117q.9-.9 2.117-1.417A6.4 6.4 0 0 1 8 1.333q1.383 0 2.6.533a6.6 6.6 0 0 1 2.116 1.417q.9.9 1.417 2.117.533 1.215.533 2.6 0 1.383-.533 2.6a6.6 6.6 0 0 1-1.417 2.116 6.9 6.9 0 0 1-2.116 1.434 6.6 6.6 0 0 1-2.6.516m0-1.333q2.233 0 3.783-1.55T13.334 8t-1.55-3.784-3.783-1.55-3.784 1.55T2.667 8t1.55 3.783 3.784 1.55"})));var u=i(62540);function InfoTooltip({onOpen:e,title:t,tooltipClassName:i}){return t?(0,u.jsx)(l.Tooltip,{className:"googlesitekit-info-tooltip",tooltipClassName:s()("googlesitekit-info-tooltip__content",i),title:t,placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,onOpen:e,interactive:!0,children:(0,u.jsx)("span",{children:(0,u.jsx)(g,{width:"16",height:"16"})})}):null}InfoTooltip.propTypes={onOpen:a().func,title:a().oneOfType([a().string,a().element]),tooltipClassName:a().string}},11345:(e,t,i)=>{i.d(t,{A:()=>ReportError});var n=i(62688),o=i.n(n),s=i(17243),r=i(63696),a=i(82871),l=i(50539),c=i(37226),d=i(67150),g=i(65311),u=i(15210),p=i(4884),m=i(35902),h=i(35323),I=i(77967),M=i(62540);function ReportError({moduleSlug:e,error:t}){const i=(0,h.A)(),n=(0,l.useSelect)(t=>t(c.i).getModule(e)),o=Array.isArray(t)?t:[t];let y;function f(e){return(0,d.SG)(e)?i?(y=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Access lost to %s","google-site-kit"),n?.name),(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("The administrator sharing this module with you has lost access to the %s service, so you won’t be able to see stats from it on the Site Kit dashboard. You can contact them or another administrator to restore access.","google-site-kit"),n?.name)):(y=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Insufficient permissions in %s","google-site-kit"),n?.name),(0,g.c)(e.message,n)):(0,d.e4)(e)}const A=(0,s.uniqWith)(o.map(e=>({...e,message:f(e),reconnectURL:e.data?.reconnectURL})),(e,t)=>e.message===t.message&&e.reconnectURL===t.reconnectURL),j=o.some(e=>(0,d.SG)(e));j||1!==A.length?!j&&A.length>1&&(y=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Data errors in %s","google-site-kit"),n?.name)):y=(0,a.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,a.__)("Data error in %s","google-site-kit"),n?.name);const N=(0,M.jsx)(r.Fragment,{children:A.map(e=>{const t=e?.data?.reconnectURL;return t?(0,M.jsx)(I.A,{error:e,message:e.message},e.message):(0,M.jsx)("p",{children:u.O.sanitize(e.message,{ALLOWED_TAGS:[]})},e.message)})});return(0,M.jsx)(p.A,{title:y,description:N,error:!0,children:(0,M.jsx)(m.A,{moduleSlug:e,error:t})})}ReportError.propTypes={moduleSlug:o().string.isRequired,error:o().oneOfType([o().arrayOf(o().object),o().object]).isRequired}},12108:(e,t,i)=>{i.d(t,{YJ:()=>s,Eq:()=>r});var n=i(32947),o=i(17243);function s(e,t){const n=document.querySelector(e);if(!n)return 0;const o=n.getBoundingClientRect().top,s=r(t);return o+i.g.scrollY-s}function r(e){let t=function(e){let t=0;const s=document.querySelector(".googlesitekit-header");t=s&&"sticky"===i.g.getComputedStyle(s).position?function(e){const t=document.querySelector(".googlesitekit-header");if(t){if(e===n.mp)return t.offsetHeight;const i=t.getBoundingClientRect().bottom;return i<0?0:i}return 0}(e):function(e){const t=document.querySelector("#wpadminbar");if(t&&e!==n.mp)return t.offsetHeight;return 0}(e);return t=function(e){return(0,o.isFinite)(e)?e:0}(t),t<0?0:t}(e);const s=document.querySelectorAll(".googlesitekit-navigation, .googlesitekit-entity-header");return t+=Array.from(s).reduce((e,t)=>e+t.offsetHeight,0),t}},12850:(e,t,i)=>{i.d(t,{tt:()=>v,Jg:()=>_,Gp:()=>N,GH:()=>j,r0:()=>k,Du:()=>T,Zf:()=>V,Cn:()=>B,G7:()=>I,vH:()=>h,N_:()=>w,zh:()=>H,mK:()=>d.mK,Ql:()=>E,vY:()=>O,sq:()=>x,VZ:()=>G.VZ,JK:()=>d.JK,IS:()=>S,pH:()=>G.pH,kf:()=>W,O5:()=>C,Qr:()=>D,x6:()=>P,K5:()=>d.K5,S_:()=>m,dc:()=>G.dc,Eo:()=>d.Eo,jq:()=>d.jq,DK:()=>U.D,N9:()=>Z,p9:()=>s.p,XH:()=>b,Zm:()=>l,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>s.C,BG:()=>F});var n=i(17243),o=i(89318),s=i(82046),r=i(10523),a=i.n(r);function l(e){return a()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(i=>{let n=e[i];n&&"object"==typeof n&&!Array.isArray(n)&&(n=c(n)),t[i]=n}),t}var d=i(79829);function g(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function u(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function p(e){return e.replace(/\n/gi,"<br>")}function m(e){const t=[g,u,p];let i=e;for(const e of t)i=e(i);return i}function h(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function I(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var M=i(32091),y=i.n(M),f=i(82871);const A="Date param must construct to a valid date instance or be a valid date instance itself.",j="Invalid dateString parameter, it must be a string.",N='Invalid date range, it must be a string with the format "last-x-days".',k=60,_=60*k,v=24*_,T=7*v;function E(){function e(e){return(0,f.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,f._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function D(e=""){if(!(0,n.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,n.isDate)(t)&&!isNaN(t)}function x(e){y()((0,n.isDate)(e)&&!isNaN(e),A);const t=`${e.getMonth()+1}`,i=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,i.length<2?`0${i}`:i].join("-")}function b(e){y()(D(e),j);const[t,i,n]=e.split("-");return new Date(t,i-1,n)}function S(e,t){return x(w(e,t*v))}function C(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function w(e,t){y()(D(e)||(0,n.isDate)(e)&&!isNaN(e),j);const i=D(e)?Date.parse(e):e.getTime();return new Date(i-1e3*t)}var R=i(69743),z=i(94552),L=i(62540);function O(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:i=!1}=t;return(0,R.Ay)((0,L.jsx)(z.A,{direction:e>0?"up":"down",invertColor:i}))}function B(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var G=i(8143);function P(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function W(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function Z(e){return Array.isArray(e)?[...e].sort():e}var U=i(2522);function V(e,t){function i(e){return"0"===e||0===e}if(i(e)&&i(t))return 0;if(i(e)||Number.isNaN(e))return null;const n=(t-e)/e;return Number.isNaN(n)||!Number.isFinite(n)?null:n}function F(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function H(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,n.unescape)(t)}},14007:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(47209),o=i(62688),s=i.n(o),r=i(63696),a=i(78325);function Portal({children:e,slug:t}){const[i]=(0,r.useState)(document.createElement("div"));return(0,n.A)(()=>{t&&i.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(i),()=>e.removeChild(i)}),(0,a.createPortal)(e,i)}Portal.propTypes={slug:s().string,children:s().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15135:(e,t,i)=>{i.d(t,{Gr:()=>r,We:()=>l,Y2:()=>a});var n=i(86134),o=i(73549),s=i(9652);const r={[n.N$.QUARTER]:3,[n.N$.HALF]:6,[n.N$.FULL]:12},a="googlesitekit-hidden",l=[o.A,s.A]},15167:(e,t,i)=>{i.d(t,{A:()=>Typography});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(3714),l=i(62540);function Typography({className:e,type:t,size:i,as:n="span",children:o,...s}){return(0,l.jsx)(n,{className:r()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&a.tT.includes(t),[`googlesitekit-typography--${i}`]:i&&a.oJ.includes(i)}),...s,children:o})}Typography.propTypes={className:o().string,type:o().oneOf(a.tT),size:o().oneOf(a.oJ),as:o().oneOfType([o().string,o().elementType])}},15210:(e,t,i)=>{i.d(t,{O:()=>o});var n=i(31234);const o=i.n(n)()(i.g)},15577:(e,t,i)=>{i.d(t,{SO:()=>c});var n=i(55620),o=i(99123);const s={},r=void 0===i.g?null:i.g;function a(){return[i.g.innerWidth,i.g.innerHeight]}function l(e=s){const{fps:t,leading:i,initialWidth:l=0,initialHeight:c=0}=e,[d,g]=(0,n._)("undefined"==typeof document?[l,c]:a,t,i);function u(){return g(a)}return(0,o.A)(r,"resize",u),(0,o.A)(r,"orientationchange",u),d}function c(e){return l(e)[0]}},15863:(e,t,i)=>{i.d(t,{i:()=>r});var n=i(63696),o=i(50539),s=i(7081);function r(e){const{setValue:t}=(0,o.useDispatch)(s.n);return(0,n.useCallback)(()=>{t("admin-screen-tooltip",{isTooltipVisible:!0,...e})},[t,e])}},16196:(e,t,i)=>{i.d(t,{A:()=>a});var n=i(50539),o=i(37226),s=i(71769),r=i(62540);function a({moduleName:e,FallbackComponent:t,IncompleteComponent:i}){return a=>{function WhenActiveComponent(s){const l=(0,n.useSelect)(t=>t(o.i).getModule(e),[e]);if(!l)return null;const c=t||s.WidgetNull||null;if(!1===l.active)return c&&(0,r.jsx)(c,{...s});if(!1===l.connected){const e=i||c;return e&&(0,r.jsx)(e,{...s})}return(0,r.jsx)(a,{...s})}return WhenActiveComponent.displayName=`When${(0,s.Uf)(e)}Active`,(a.displayName||a.name)&&(WhenActiveComponent.displayName+=`(${a.displayName||a.name})`),WhenActiveComponent}}},16834:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function VisuallyHidden({className:e,children:t,...i}){return t?(0,a.jsx)("span",{...i,className:r()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:o().string,children:o().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},19793:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20898:(e,t,i)=>{i.d(t,{A:()=>D});var n,o=i(4452),s=i.n(o),r=i(62688),a=i.n(r),l=i(39941),c=i(63696),d=i(82871);function g(){return g=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},g.apply(null,arguments)}const u=e=>c.createElement("svg",g({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),n||(n=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var p;function m(){return m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},m.apply(null,arguments)}const h=e=>c.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),p||(p=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var I;function M(){return M=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},M.apply(null,arguments)}const y=e=>c.createElement("svg",M({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),I||(I=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var f=i(83366),A=i(84385),j=i(62540);const N="BUTTON",k="BUTTON_DISABLED",_="EXTERNAL_LINK",v="LINK",T="ROUTER_LINK",E=(0,c.forwardRef)((e,t)=>{const{"aria-label":i,secondary:n=!1,arrow:o=!1,back:r=!1,caps:a=!1,children:c,className:g="",danger:p=!1,disabled:m=!1,external:I=!1,hideExternalIndicator:M=!1,href:E="",inverse:D=!1,noFlex:x=!1,onClick:b,small:S=!1,standalone:C=!1,linkButton:w=!1,to:R,leadingIcon:z,trailingIcon:L,...O}=e;const B=E||R||!b?R?T:I?_:v:m?k:N;const G=B===N||B===k?"button":B===T?l.N_:"a",P=function(){let e;return B===_&&(e=(0,d._x)("(opens in a new tab)","screen reader text","google-site-kit")),B===k&&(e=(0,d._x)("(disabled)","screen reader text","google-site-kit")),e?i?`${i} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:i}();let W=z,Z=L;return r&&(W=(0,j.jsx)(y,{width:14,height:14})),I&&!M&&(Z=(0,j.jsx)(f.A,{width:14,height:14})),o&&!D&&(Z=(0,j.jsx)(u,{width:14,height:14})),o&&D&&(Z=(0,j.jsx)(h,{width:14,height:14})),(0,j.jsxs)(G,{"aria-label":P,className:s()("googlesitekit-cta-link",g,{"googlesitekit-cta-link--secondary":n,"googlesitekit-cta-link--inverse":D,"googlesitekit-cta-link--small":S,"googlesitekit-cta-link--caps":a,"googlesitekit-cta-link--danger":p,"googlesitekit-cta-link--disabled":m,"googlesitekit-cta-link--standalone":C,"googlesitekit-cta-link--link-button":w,"googlesitekit-cta-link--no-flex":!!x}),disabled:m,href:B!==v&&B!==_||m?void 0:E,onClick:b,rel:B===_?"noopener noreferrer":void 0,ref:t,target:B===_?"_blank":void 0,to:R,...O,children:[!!W&&(0,j.jsx)(A.A,{marginRight:5,children:W}),(0,j.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!Z&&(0,j.jsx)(A.A,{marginLeft:5,children:Z})]})});E.propTypes={arrow:a().bool,back:a().bool,caps:a().bool,children:a().node,className:a().string,danger:a().bool,disabled:a().bool,external:a().bool,hideExternalIndicator:a().bool,href:a().string,inverse:a().bool,leadingIcon:a().node,linkButton:a().bool,noFlex:a().bool,onClick:a().func,small:a().bool,standalone:a().bool,to:a().string,trailingIcon:a().node};const D=E},21125:(e,t,i)=>{i.d(t,{g4:()=>h,o1:()=>m});var n=i(78913),o=i(32091),s=i.n(o),r=i(10523),a=i.n(r),l=i(12850),c=i(50539);const d="RECEIVE_ERROR",g="CLEAR_ERROR",u="CLEAR_ERRORS";function p(e,t){if(t&&Array.isArray(t)){const i=t.map(e=>"object"==typeof e?(0,l.Zm)(e):e);return`${e}::${a()(JSON.stringify(i))}`}return e}const m={receiveError:(e,t,i=[])=>(s()(e,"error is required."),s()(t,"baseName is required."),s()(i&&Array.isArray(i),"args must be an array."),{type:d,payload:{error:e,baseName:t,args:i}}),clearError:(e,t=[])=>(s()(e,"baseName is required."),s()(t&&Array.isArray(t),"args must be an array."),{type:g,payload:{baseName:e,args:t}}),clearErrors:e=>({type:u,payload:{baseName:e}})};function h(e){s()(e,"storeName must be defined.");const t=(0,c.createReducer)((e,{type:t,payload:i})=>{switch(t){case d:{const{baseName:t,args:n,error:o}=i,s=p(t,n);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},e.errors[s]=o,e.errorArgs[s]=n;break}case g:{const{baseName:t,args:n}=i,o=p(t,n);e.errors=e.errors||{},e.errorArgs=e.errorArgs||{},delete e.errors[o],delete e.errorArgs[o];break}case u:{const{baseName:t}=i;if(t){e.errors=e.errors||{},e.errorArgs=e.errorArgs||{};for(const i in e.errors)(i===t||i.startsWith(`${t}::`))&&(delete e.errors[i],delete e.errorArgs[i])}else e.errors={},e.errorArgs={};break}}}),i={getErrorForSelector:(e,t,n=[])=>(s()(t,"selectorName is required."),i.getError(e,t,n)),getErrorForAction:(e,t,n=[])=>(s()(t,"actionName is required."),i.getError(e,t,n)),getError(e,t,i){const{errors:n}=e;return s()(t,"baseName is required."),n[p(t,i)]},getErrors(e){const t=new Set(Object.values(e.errors));return Array.from(t)},getMetaDataForError(e,t){const i=Object.keys(e.errors).find(i=>e.errors[i]===t);if(i){return{baseName:i.substring(0,i.indexOf("::")),args:e.errorArgs[i]}}return null},getSelectorDataForError:(0,n.N)(t=>function(i,n){const o=t(e).getMetaDataForError(n);if(o){const{baseName:i,args:n}=o;if(!!t(e)[i])return{storeName:e,name:i,args:n}}return null}),hasErrors:e=>i.getErrors(e).length>0};return{initialState:{errors:{},errorArgs:{}},actions:m,controls:{},reducer:t,resolvers:{},selectors:i}}},21134:(e,t,i)=>{i.d(t,{Gq:()=>g,IL:()=>h,LD:()=>p,SO:()=>u,a2:()=>o,xD:()=>m});var n=i(12850);const o="googlesitekit_",s=`${o}1.165.0_${i.g._googlesitekitBaseData.storagePrefix}_`,r=["sessionStorage","localStorage"];let a,l=[...r];async function c(e){const t=i.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function d(){if(void 0!==a)return a;for(const e of l)a||await c(e)&&(a=i.g[e]);return void 0===a&&(a=null),a}async function g(e){const t=await d();if(t){const i=t.getItem(`${s}${e}`);if(i){const e=JSON.parse(i),{timestamp:t,ttl:n,value:o,isError:s}=e;if(t&&(!n||Math.round(Date.now()/1e3)-t<n))return{cacheHit:!0,value:o,isError:s}}}return{cacheHit:!1,value:void 0}}async function u(e,t,{ttl:o=n.Jg,timestamp:r=Math.round(Date.now()/1e3),isError:a=!1}={}){const l=await d();if(l)try{return l.setItem(`${s}${e}`,JSON.stringify({timestamp:r,ttl:o,value:t,isError:a})),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(e){const t=await d();if(t)try{const i=e.startsWith(o)?e:`${s}${e}`;return t.removeItem(i),!0}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function m(){const e=await d();if(e)try{const t=[];for(let i=0;i<e.length;i++){const n=e.key(i);0===n.indexOf(o)&&t.push(n)}return t}catch(e){return i.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function h(){if(await d()){const e=await m();for(const t of e)await p(t);return!0}return!1}},23141:(e,t,i)=>{i.d(t,{A:()=>WidgetRecoverableModules});var n=i(62688),o=i.n(n),s=i(63696),r=i(47345),a=i(9652),l=i(62540);function WidgetRecoverableModules({widgetSlug:e,moduleSlugs:t,...i}){const n=(0,s.useMemo)(()=>({moduleSlug:[...t].sort().join(","),moduleSlugs:t}),[t]);return(0,r.A)(e,a.A,n),(0,l.jsx)(a.A,{moduleSlugs:t,...i})}WidgetRecoverableModules.propTypes={widgetSlug:o().string.isRequired,...a.A.propTypes}},23224:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(32947),l=i(62540);function PreviewBlock({className:e,width:t,height:i,shape:n,padding:o,smallWidth:s,smallHeight:c,tabletWidth:d,tabletHeight:g,desktopWidth:u,desktopHeight:p}){const m=(0,a.dv)(),h={width:{[a.mp]:s,[a.Lg]:d,[a.Fo]:u,[a.Qb]:u},height:{[a.mp]:c,[a.Lg]:g,[a.Fo]:p,[a.Qb]:u}};return(0,l.jsx)("div",{className:r()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":o}),style:{width:h.width[m]||t,height:h.height[m]||i},children:(0,l.jsx)("div",{className:r()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===n})})})}PreviewBlock.propTypes={className:o().string,width:o().string,height:o().string,shape:o().string,padding:o().bool,smallWidth:o().string,smallHeight:o().string,tabletWidth:o().string,tabletHeight:o().string,desktopWidth:o().string,desktopHeight:o().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,i)=>{i.d(t,{Ax:()=>s,CZ:()=>d,Ej:()=>k,Gw:()=>_,Is:()=>r,KK:()=>u,Nn:()=>T,OT:()=>j,SH:()=>A,Y$:()=>p,ZS:()=>a,bg:()=>I,en:()=>N,ep:()=>h,f7:()=>o,hi:()=>m,jU:()=>n,k$:()=>y,kz:()=>v,ly:()=>l,mo:()=>M,s3:()=>f,uR:()=>c,zx:()=>g});const n="mainDashboard",o="entityDashboard",s="mainDashboardViewOnly",r="entityDashboardViewOnly",a="userInput",l="activation",c="splash",d="adminBar",g="adminBarViewOnly",u="settings",p="adBlockingRecovery",m="wpDashboard",h="wpDashboardViewOnly",I="moduleSetup",M="metricSelection",y="wpBlockEditor",f="keyMetricsSetup",A="key-metrics",j="traffic",N="content",k="speed",_="monetization",v=[n,o,s,r,a,c,u,I,M],T=[s,r,g,h]},25623:(e,t,i)=>{i.d(t,{G:()=>g});var n=i(82871),o=i(58116),s=i(93896),r=i(72455);function a({select:e,slug:t}){return e(r.K9).hasConversionReportingEvents(this.requiredConversionEventName)||e(o.oR).isKeyMetricActive(t)}var l=i(50111);function c({select:e,isViewOnlyDashboard:t}){return!t||!(!t||!e(r.K9).getAdSenseLinked())}function d({select:e,isViewOnlyDashboard:t}){return!t||e(r.K9).hasCustomDimensions(this.requiredCustomDimensions)}const g={[o.p3]:{title:(0,n.__)("Top earning pages","google-site-kit"),description:(0,n.__)("Pages that generated the most AdSense revenue","google-site-kit"),infoTooltip:(0,n.__)("Pages that generated the most AdSense revenue","google-site-kit"),displayInSelectionPanel:c,displayInList:c,metadata:{group:l.hs.SLUG}},[o.BT]:{title:(0,n.__)("Top recent trending pages","google-site-kit"),description:(0,n.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),infoTooltip:(0,n.__)("Pages with the most pageviews published in the last 3 days","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_date"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[o.tB]:{title:(0,n.__)("Most popular authors by pageviews","google-site-kit"),description:(0,n.__)("Authors whose posts got the most visits","google-site-kit"),infoTooltip:(0,n.__)("Authors whose posts got the most visits","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_author"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[o.t1]:{title:(0,n.__)("Top categories by pageviews","google-site-kit"),description:(0,n.__)("Categories that your site visitors viewed the most","google-site-kit"),infoTooltip:(0,n.__)("Categories that your site visitors viewed the most","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_categories"],displayInSelectionPanel:d,displayInWidgetArea:d,displayInList:d,metadata:{group:l.hs.SLUG}},[o.ep]:{title:(0,n.__)("Most popular content by pageviews","google-site-kit"),description:(0,n.__)("Pages that brought in the most visitors","google-site-kit"),infoTooltip:(0,n.__)("Pages your visitors read the most","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.pG]:{title:(0,n.__)("Most popular products by pageviews","google-site-kit"),description:(0,n.__)("Products that brought in the most visitors","google-site-kit"),requiredCustomDimensions:["googlesitekit_post_type"],displayInSelectionPanel:({select:e})=>e(o.oR).isKeyMetricActive(o.pG)||e(s.O4).getProductPostType(),displayInWidgetArea:d,metadata:{group:l.GF.SLUG}},[o.nH]:{title:(0,n.__)("Pages per visit","google-site-kit"),description:(0,n.__)("Number of pages visitors viewed per session on average","google-site-kit"),infoTooltip:(0,n.__)("Number of pages visitors viewed per session on average","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.J5]:{title:(0,n.__)("Visit length","google-site-kit"),description:(0,n.__)("Average duration of engaged visits","google-site-kit"),infoTooltip:(0,n.__)("Average duration of engaged visits","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.Yw]:{title:(0,n.__)("Visits per visitor","google-site-kit"),description:(0,n.__)("Average number of sessions per site visitor","google-site-kit"),infoTooltip:(0,n.__)("Average number of sessions per site visitor","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.UY]:{title:(0,n.__)("Most engaging pages","google-site-kit"),description:(0,n.__)("Pages with the highest engagement rate","google-site-kit"),infoTooltip:(0,n.__)("Pages with the highest engagement rate","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.gC]:{title:(0,n.__)("Least engaging pages","google-site-kit"),description:(0,n.__)("Pages with the highest percentage of visitors that left without engagement with your site","google-site-kit"),infoTooltip:(0,n.__)("Percentage of visitors that left without engagement with your site","google-site-kit"),metadata:{group:l.hs.SLUG}},[o.tK]:{title:(0,n.__)("Top pages by returning visitors","google-site-kit"),description:(0,n.__)("Pages that attracted the most returning visitors","google-site-kit"),infoTooltip:(0,n.__)("Pages that attracted the most returning visitors","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.fu]:{title:(0,n.__)("New visitors","google-site-kit"),description:(0,n.__)("How many new visitors you got and how the overall audience changed","google-site-kit"),infoTooltip:(0,n.__)("Portion of visitors who visited your site for the first time in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.dX]:{title:(0,n.__)("Returning visitors","google-site-kit"),description:(0,n.__)("Portion of people who visited your site more than once","google-site-kit"),infoTooltip:(0,n.__)("Portion of your site’s visitors that returned at least once in this timeframe","google-site-kit"),metadata:{group:l.IX.SLUG}},[o.SS]:{title:(0,n.__)("Top traffic source","google-site-kit"),description:(0,n.__)("Channel which brought in the most visitors to your site","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in the most visitors to your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.Vl]:{title:(0,n.__)("Top traffic source driving add to cart","google-site-kit"),description:(0,n.__)("Channel which brought in the most add to cart events to your site","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in the most add to cart events to your site","google-site-kit"),requiredConversionEventName:[r.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.u_]:{title:(0,n.__)("Top traffic source driving leads","google-site-kit"),description:(0,n.__)("Channel which brought in the most leads to your site","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in the most leads to your site","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}},[o.HA]:{title:(0,n.__)("Top traffic source driving purchases","google-site-kit"),description:(0,n.__)("Channel which brought in the most purchases to your site","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in the most purchases to your site","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.GT]:{title:(0,n.__)("Most engaged traffic source","google-site-kit"),description:(0,n.__)("Visitors coming via this channel spent the most time on your site","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in the most visitors who had a meaningful engagement with your site","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.qy]:{title:(0,n.__)("Top converting traffic source","google-site-kit"),description:(0,n.__)("Channel which brought in the most visits that resulted in key events","google-site-kit"),infoTooltip:(0,n.__)("Channel (e.g. social, paid, search) that brought in visitors who generated the most key events","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.GM]:{title:(0,n.__)("Top cities driving traffic","google-site-kit"),description:(0,n.__)("Which cities you get the most visitors from","google-site-kit"),infoTooltip:(0,n.__)("The cities where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.CQ]:{title:(0,n.__)("Top cities driving leads","google-site-kit"),description:(0,n.__)("Cities driving the most contact form submissions","google-site-kit"),infoTooltip:(0,n.__)("Cities driving the most contact form submissions","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}},[o.Xq]:{title:(0,n.__)("Top cities driving add to cart","google-site-kit"),description:(0,n.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),infoTooltip:(0,n.__)("Cities where visitors most frequently add products to their carts","google-site-kit"),requiredConversionEventName:[r.nc.ADD_TO_CART],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.JF]:{title:(0,n.__)("Top cities driving purchases","google-site-kit"),description:(0,n.__)("Cities driving the most purchases","google-site-kit"),infoTooltip:(0,n.__)("Cities driving the most purchases","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.YQ]:{title:(0,n.__)("Top device driving purchases","google-site-kit"),description:(0,n.__)("Top device driving the most purchases","google-site-kit"),infoTooltip:(0,n.__)("Top device driving the most purchases","google-site-kit"),requiredConversionEventName:[r.nc.PURCHASE],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.GF.SLUG}},[o.dV]:{title:(0,n.__)("Top countries driving traffic","google-site-kit"),description:(0,n.__)("Which countries you get the most visitors from","google-site-kit"),infoTooltip:(0,n.__)("The countries where most of your visitors came from","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.t7]:{title:(0,n.__)("Top performing keywords","google-site-kit"),description:(0,n.__)("What people searched for before they came to your site","google-site-kit"),infoTooltip:(0,n.__)("The top search queries for your site by highest clickthrough rate","google-site-kit"),metadata:{group:l.wb.SLUG}},[o.HP]:{title:(0,n.__)("Top pages driving leads","google-site-kit"),description:(0,n.__)("Pages on which forms are most frequently submitted","google-site-kit"),requiredConversionEventName:[r.nc.SUBMIT_LEAD_FORM,r.nc.CONTACT,r.nc.GENERATE_LEAD],displayInSelectionPanel:a,displayInList:a,metadata:{group:l.XU.SLUG}}}},25874:(e,t,i)=>{i.d(t,{A:()=>I});var n=i(62688),o=i.n(n),s=i(47485),r=i(63696),a=i(82871),l=i(55527),c=i(4452),d=i.n(c),g=i(62540);const u=(0,r.forwardRef)(({children:e,href:t,text:i,className:n,danger:o,disabled:s,target:r,"aria-label":a,inverse:l,tertiary:c,callout:u,calloutStyle:p,...m},h)=>{const I=t&&!s?"a":"button";return(0,g.jsx)(I,{className:d()("mdc-button",n,{"mdc-button--raised":!i&&!c&&!u,"mdc-button--danger":o,"mdc-button--inverse":l,"mdc-button--tertiary":c,"mdc-button--callout":u,"mdc-button--callout-primary":u||"primary"===p,"mdc-button--callout-warning":"warning"===p,"mdc-button--callout-error":"error"===p}),href:s?void 0:t,ref:h,disabled:!!s,"aria-label":a,target:r||"_self",role:"a"===I?"button":void 0,...m,children:e})});u.propTypes={children:o().node,href:o().string,text:o().bool,className:o().string,danger:o().bool,disabled:o().bool,target:o().string,"aria-label":o().string,inverse:o().bool,tertiary:o().bool,callout:o().bool,calloutStyle:o().oneOf(["primary","warning","error"])};const p=u;var m=i(59020);function MaybeTooltip({children:e,disabled:t=!1,tooltip:i=!1,tooltipTitle:n=null,hasIconOnly:o=!1,tooltipEnterDelayInMS:s=100}){return!t&&(i&&n||o&&n)?(0,g.jsx)(m.A,{title:n,enterDelay:s,children:e}):e}MaybeTooltip.propTypes={children:o().node.isRequired,disabled:o().bool,tooltip:o().bool,tooltipTitle:o().oneOfType([o().string,o().element]),hasIconOnly:o().bool,tooltipEnterDelayInMS:o().number};const h=(0,r.forwardRef)(({children:e,href:t=null,text:i=!1,className:n="",danger:o=!1,disabled:c=!1,target:d,icon:u=null,trailingIcon:m=null,"aria-label":h,title:I=null,customizedTooltip:M=null,tooltip:y=!1,inverse:f=!1,hideTooltipTitle:A=!1,tooltipEnterDelayInMS:j=100,tertiary:N=!1,callout:k=!1,calloutStyle:_=null,...v},T)=>{const E=(0,r.useCallback)(e=>{null!==e&&l.Nv.attachTo(e)},[]),D=(0,s.A)(T,E);const x=A?null:I||M||h;return(0,g.jsx)(MaybeTooltip,{disabled:c,tooltip:y,tooltipTitle:x,hasIconOnly:!!u&&void 0===e,tooltipEnterDelayInMS:j,children:(0,g.jsxs)(p,{href:t,disabled:c,className:n,danger:o,text:i,tertiary:N,inverse:f,callout:k,calloutStyle:_,ref:D,"aria-label":function(){let t=h;if("_blank"!==d)return t;const i=(0,a._x)("(opens in a new tab)","screen reader text","google-site-kit");return"string"==typeof e&&(t=t||e),t?`${t} ${i}`:i}(),target:d||"_self",...v,children:[u,e&&(0,g.jsx)("span",{className:"mdc-button__label",children:e}),m]})})});h.propTypes={onClick:o().func,children:o().node,href:o().string,text:o().bool,className:o().string,danger:o().bool,disabled:o().bool,icon:o().element,trailingIcon:o().element,title:o().string,customizedTooltip:o().element,tooltip:o().bool,inverse:o().bool,hideTooltipTitle:o().bool,callout:o().bool,calloutStyle:o().oneOf(["primary","warning","error"])};const I=h},27333:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(35470),o=i(78340);function s(e,t){return(0,n.A)(i=>{const{getValue:n}=i(o.s);return n(e,t)},[e,t])}},28663:(e,t,i)=>{i.d(t,{W:()=>_,A:()=>AudienceSegmentationIntroductoryOverlayNotification});var n,o,s=i(62688),r=i.n(s),a=i(82871),l=i(50539),c=i(63696);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},d.apply(null,arguments)}const g=e=>c.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 296 163"},e),n||(n=c.createElement("g",{clipPath:"url(#audience-segmentation-introductory-graphic-desktop_svg__a)"},c.createElement("path",{fill:"#B8E6CA",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-desktop_svg__b)"},c.createElement("rect",{width:153,height:174,x:-10,y:25,fill:"#fff",rx:11})),c.createElement("rect",{width:53.016,height:9.516,x:9.031,y:110.641,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:19.031,height:9.516,x:9.031,y:95.688,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:19.031,height:9.516,x:9.031,y:148.703,fill:"#EBEEF0",rx:4.758}),c.createElement("path",{fill:"#B8E6CA",d:"M94.672 108.602a8.836 8.836 0 0 1 8.836-8.836h13.594a8.836 8.836 0 0 1 0 17.672h-13.594a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("rect",{width:36,height:9,x:9,y:46,fill:"#EBEEF0",rx:4.5}),c.createElement("path",{fill:"#FFDED3",d:"M94.672 161.617a8.836 8.836 0 0 1 8.836-8.836h13.594a8.836 8.836 0 1 1 0 17.672h-13.594a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-desktop_svg__c)"},c.createElement("rect",{width:153,height:174,x:152,y:25,fill:"#fff",rx:11})),c.createElement("rect",{width:52.805,height:9.516,x:170.955,y:110.641,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:18.956,height:9.516,x:170.955,y:95.688,fill:"#EBEEF0",rx:4.758}),c.createElement("rect",{width:18.956,height:9.516,x:170.955,y:148.703,fill:"#EBEEF0",rx:4.758}),c.createElement("path",{fill:"#B8E6CA",d:"M256.256 108.602a8.836 8.836 0 0 1 8.836-8.836h13.47a8.836 8.836 0 0 1 8.835 8.836 8.836 8.836 0 0 1-8.835 8.836h-13.47a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("rect",{width:36,height:9,x:171,y:46,fill:"#EBEEF0",rx:4.5}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:2,d:"M295 73.5H152"}),c.createElement("path",{fill:"#FFDED3",d:"M256.256 161.617a8.836 8.836 0 0 1 8.836-8.836h13.47a8.836 8.836 0 0 1 8.835 8.836 8.836 8.836 0 0 1-8.835 8.836h-13.47a8.836 8.836 0 0 1-8.836-8.836"}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:2,d:"M143 73.5H0"}))),o||(o=c.createElement("defs",null,c.createElement("filter",{id:"audience-segmentation-introductory-graphic-desktop_svg__b",width:185,height:206,x:-26,y:13,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1395_20972"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1395_20972",result:"shape"})),c.createElement("filter",{id:"audience-segmentation-introductory-graphic-desktop_svg__c",width:185,height:206,x:136,y:13,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1395_20972"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1395_20972",result:"shape"})),c.createElement("clipPath",{id:"audience-segmentation-introductory-graphic-desktop_svg__a"},c.createElement("path",{fill:"#fff",d:"M0 16C0 7.163 7.163 0 16 0h264c8.837 0 16 7.163 16 16v147H0z"})))));var u,p,m,h;function I(){return I=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},I.apply(null,arguments)}const M=e=>c.createElement("svg",I({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 343 123"},e),c.createElement("g",{clipPath:"url(#audience-segmentation-introductory-graphic-mobile_svg__a)"},u||(u=c.createElement("path",{fill:"#B8E6CA",d:"M41.064 27.146a64 64 0 0 1 6.51-5.868C69.418 4.126 87.464 4.153 112.45 7.283c16.891 2.116 26.759 10.167 49.788 8.9s28.929-7.127 57.117-5.25c22.315 1.487 32.324 5.897 52.163 16.213 18.36 9.549 35.031 26.324 43.408 48.509 14.361 38.026-11.243 106.466-45.58 109.693-24.881 2.339-45.414-25.243-70.527-18.855-15.47 3.936-24.646 20.444-36.581 31.339-13.925 12.711-43.922 11.912-60.227 5.129-15.538-6.464-30.653-19.276-35.728-38.145-3.863-14.369-4.916-31.498-15.733-44.622-13.09-15.883-21.087-22.968-25.581-44.54-3.903-18.734 4.494-36.505 16.095-48.508"})),c.createElement("mask",{id:"audience-segmentation-introductory-graphic-mobile_svg__b",width:295,height:203,x:24,y:5,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},p||(p=c.createElement("path",{fill:"#B8E6CA",d:"M41.064 27.146a64 64 0 0 1 6.51-5.868C69.418 4.126 87.464 4.153 112.45 7.283c16.891 2.116 26.759 10.167 49.788 8.9s28.929-7.127 57.117-5.25c22.315 1.487 32.324 5.897 52.163 16.213 18.36 9.549 35.031 26.324 43.408 48.509 14.361 38.026-11.243 106.466-45.58 109.693-24.881 2.339-45.414-25.243-70.527-18.855-15.47 3.936-24.646 20.444-36.581 31.339-13.925 12.711-43.922 11.912-60.227 5.129-15.538-6.464-30.653-19.276-35.728-38.145-3.863-14.369-4.916-31.498-15.733-44.622-13.09-15.883-21.087-22.968-25.581-44.54-3.903-18.734 4.494-36.505 16.095-48.508"}))),m||(m=c.createElement("g",{mask:"url(#audience-segmentation-introductory-graphic-mobile_svg__b)"},c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-mobile_svg__c)"},c.createElement("rect",{width:100.401,height:136.493,x:71.449,y:21.433,fill:"#fff",rx:7.218})),c.createElement("rect",{width:34.79,height:6.244,x:83.941,y:77.631,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.489,height:6.244,x:83.941,y:67.819,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.489,height:6.244,x:83.941,y:99.983,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{fill:"#B8E6CA",d:"M140.133 76.293a5.8 5.8 0 0 1 5.798-5.798h8.921a5.798 5.798 0 0 1 0 11.596h-8.921a5.8 5.8 0 0 1-5.798-5.798"}),c.createElement("rect",{width:23.624,height:5.906,x:83.926,y:35.213,fill:"#EBEEF0",rx:2.953}),c.createElement("path",{fill:"#FFDED3",d:"M140.133 108.458a5.8 5.8 0 0 1 5.798-5.798h8.921a5.798 5.798 0 0 1 0 11.597h-8.921a5.8 5.8 0 0 1-5.798-5.799"}),c.createElement("rect",{width:36.574,height:6.244,x:83.043,y:109.796,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.312,d:"M171.848 53.259H72.103"}),c.createElement("g",{filter:"url(#audience-segmentation-introductory-graphic-mobile_svg__d)"},c.createElement("rect",{width:100.401,height:136.493,x:184.973,y:21.433,fill:"#fff",rx:7.218})),c.createElement("rect",{width:34.652,height:6.244,x:197.414,y:77.631,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.439,height:6.244,x:197.414,y:67.819,fill:"#EBEEF0",rx:3.122}),c.createElement("rect",{width:12.439,height:6.244,x:197.41,y:99.983,fill:"#EBEEF0",rx:3.122}),c.createElement("path",{fill:"#B8E6CA",d:"M253.391 76.293a5.8 5.8 0 0 1 5.798-5.798h8.839a5.798 5.798 0 0 1 0 11.596h-8.839a5.8 5.8 0 0 1-5.798-5.798"}),c.createElement("rect",{width:23.624,height:5.906,x:197.449,y:35.213,fill:"#EBEEF0",rx:2.953}),c.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.312,d:"M278.82 53.259h-93.838"}),c.createElement("path",{fill:"#FFDED3",d:"M253.391 108.458a5.8 5.8 0 0 1 5.798-5.798h8.839a5.798 5.798 0 0 1 0 11.597h-8.839a5.8 5.8 0 0 1-5.798-5.799"}),c.createElement("rect",{width:36.429,height:6.244,x:196.523,y:109.796,fill:"#EBEEF0",rx:3.122})))),h||(h=c.createElement("defs",null,c.createElement("filter",{id:"audience-segmentation-introductory-graphic-mobile_svg__c",width:132.402,height:168.493,x:55.449,y:9.433,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16651"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16651",result:"shape"})),c.createElement("filter",{id:"audience-segmentation-introductory-graphic-mobile_svg__d",width:132.402,height:168.493,x:168.973,y:9.433,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},c.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),c.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),c.createElement("feOffset",{dy:4}),c.createElement("feGaussianBlur",{stdDeviation:8}),c.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),c.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),c.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16651"}),c.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16651",result:"shape"})),c.createElement("clipPath",{id:"audience-segmentation-introductory-graphic-mobile_svg__a"},c.createElement("path",{fill:"#fff",d:"M0 0h343v128H0z"})))));var y=i(76422),f=i(12108),A=i(32947),j=i(71423),N=i(77766),k=i(62540);const _="audienceSegmentationIntroductoryOverlayNotification";function AudienceSegmentationIntroductoryOverlayNotification({id:e,Notification:t}){const n=(0,N.A)(),o=(0,A.dv)(),{dismissNotification:s}=(0,l.useDispatch)(j.D);const r={category:`${n}_audiences-secondary-user-intro`};return(0,k.jsx)(t,{gaTrackingEventArgs:r,children:(0,k.jsx)(y.A,{notificationID:e,title:(0,a.__)("New! Visitor groups","google-site-kit"),description:(0,a.__)("You can now learn more about your site visitor groups by comparing different metrics.","google-site-kit"),GraphicDesktop:g,GraphicMobile:M,ctaButton:{label:(0,a.__)("Show me","google-site-kit"),onClick:function(t){t.preventDefault(),setTimeout(()=>{i.g.scrollTo({top:(0,f.YJ)(".googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation",o),behavior:"smooth"})},0),s(e)}},dismissButton:{label:(0,a.__)("Got it","google-site-kit")},gaTrackingEventArgs:r})})}AudienceSegmentationIntroductoryOverlayNotification.propTypes={id:r().string.isRequired,Notification:r().elementType.isRequired}},29584:(e,t,i)=>{i.d(t,{A:()=>DismissButton});var n=i(62688),o=i.n(n),s=i(82871),r=i(49383),a=i(62540);function DismissButton({className:e,label:t=(0,s.__)("Maybe later","google-site-kit"),onClick:i,disabled:n,tertiary:o=!0}){return i?(0,a.jsx)(r.Button,{className:e,onClick:i,disabled:n,tertiary:o,children:t}):null}DismissButton.propTypes={className:o().string,label:o().string,onClick:o().func,disabled:o().bool,tertiary:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},29877:(e,t,i)=>{function n(e,t=3){return e.filter(({dimensionValues:e})=>"(not set)"!==e[0].value&&""!==e[0].value).slice(0,t)}i.d(t,{S:()=>n})},30823:(e,t,i)=>{i.d(t,{A:()=>LearnMoreLink});var n=i(62688),o=i.n(n),s=i(82871),r=i(20898),a=i(62540);function LearnMoreLink({href:e,className:t,label:i=(0,s.__)("Learn more","google-site-kit"),external:n=!0,onClick:o=()=>{}}){return e?(0,a.jsx)(r.A,{href:e,className:t,onClick:o,external:n,children:i}):null}LearnMoreLink.propTypes={href:o().string.isRequired,className:o().string,label:o().string,external:o().bool,onClick:o().func}},32947:(e,t,i)=>{i.d(t,{Fo:()=>s,Lg:()=>r,Qb:()=>o,dv:()=>l,mp:()=>a});var n=i(15577);const o="xlarge",s="desktop",r="tablet",a="small";function l(){const e=(0,n.SO)();return e>1280?o:e>960?s:e>600?r:a}},33566:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(99408),o=i(82871),s=i(63696),r=i(44451),a=i(50539),l=i(78340),c=i(58116),d=i(67150),g=i(72455),u=i(27333);function p({redirectURL:e,onSuccess:t,onError:p,onOAuthNavigation:m}={}){const h=(0,n.A)(),[I,M]=(0,s.useState)([]),[y,f]=(0,s.useState)([]),[A,j]=(0,s.useState)(!1),N=(0,a.useSelect)(e=>e(c.oR).hasScope(g.S9)),k=(0,u.A)(g.PW,"autoSubmit"),{setValues:_}=(0,a.useDispatch)(l.s),{setPermissionScopeError:v}=(0,a.useDispatch)(c.oR),{enableAudienceGroup:T,fetchSyncAvailableCustomDimensions:E,determineNeedForAnalytics4EditScope:D,syncAvailableAudiences:x}=(0,a.useDispatch)(g.K9);e||(e=(0,r.F)(i.g.location.href,{notification:"audience_segmentation"}));const b=(0,s.useCallback)(async()=>{const{error:e}=await x();if(e)return{error:e};const{error:t}=await E();if(t)return{error:t};if(!N){const{error:e,needsScope:t}=await D();if(e)return{error:e};if(t)return{needsScope:!0}}_(g.PW,{autoSubmit:!1});const{error:i,failedSiteKitAudienceSlugs:n}=await T(y)||{};return{error:i,failedSiteKitAudienceSlugs:n}},[T,y,E,N,D,_,x]),S=(0,s.useCallback)(async()=>{j(!0);const{error:n,needsScope:s,failedSiteKitAudienceSlugs:r}=await b();if(s)return _(g.PW,{autoSubmit:!0}),await(m?.()),void v({code:d.db,message:(0,o.__)("Additional permissions are required to create new audiences in Analytics.","google-site-kit"),data:{status:403,scopes:[g.S9],skipModal:!0,skipDefaultErrorNotifications:!0,redirectURL:e,errorRedirectURL:i.g.location.href}});if(n||r?p?.():t?.(),h()){function a(e){return e.length?[]:e}n?(M([n]),f(a)):Array.isArray(r)?(f(r),M(a)):(M(a),f(a)),j(!1)}},[b,h,_,m,v,e,p,t]);return(0,s.useEffect)(()=>{N&&k&&S()},[N,k,S]),{apiErrors:I,failedAudiences:y,isSaving:A,onEnableGroups:S}}},34375:(e,t,i)=>{i.d(t,{A:()=>SetupCTA});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(63696),l=i(50539),c=i(71423),d=i(7070),g=i(7184),u=i(30823),p=i(3782),m=i(29584),h=i(55527),I=i(49383),M=i(62540);function SetupCTA({notificationID:e,title:t,description:i,errorText:n,helpText:s,learnMoreLink:r,dismissButton:u,ctaButton:p,svg:m,footer:y,gaTrackingEventArgs:f,waitingProgress:A,...j}){const N=(0,d.A)(e,f?.category),{dismissNotification:k}=(0,l.useDispatch)(c.D);return(0,M.jsxs)(a.Fragment,{children:[!!A&&(0,M.jsx)(I.ProgressBar,{className:"googlesitekit-banner__progress-bar",...A}),(0,M.jsx)("div",{className:o()("googlesitekit-widget-context",{"googlesitekit-widget-context--with-progress-bar":!!A}),children:(0,M.jsx)(h.xA,{children:(0,M.jsx)(h.fI,{children:(0,M.jsx)(h.fh,{size:12,children:(0,M.jsx)(g.A,{className:"googlesitekit-banner--setup-cta",title:t,description:i,errorText:n,helpText:s,learnMoreLink:r&&{...r,onClick:async function(e){N.clickLearnMore(f?.label,f?.value),await(r?.onClick?.(e))}},dismissButton:u&&{...u,onClick:async function(t){await(u?.onClick?.(t)),N.dismiss(f?.label,f?.value),k(e,{...u?.dismissOptions})}},ctaButton:p&&{...p,onClick:async function(t){N.confirm(f?.label,f?.value),await(p?.onClick?.(t)),p?.dismissOnClick&&k(e,{...p?.dismissOptions})}},svg:m,footer:y,...j})})})})})]})}SetupCTA.propTypes={notificationID:r().string,title:r().string,description:r().oneOfType([r().string,r().node]),errorText:r().string,helpText:r().string,learnMoreLink:r().shape(u.A.propTypes),dismissButton:r().shape(m.A.propTypes),ctaButton:r().shape(p.A.propTypes),svg:r().shape({desktop:r().elementType,mobile:r().elementType,verticalPosition:r().oneOf(["top","center","bottom"])}),footer:r().node,gaTrackingEventArgs:r().shape({category:r().string,label:r().string,value:r().number}),waitingProgress:r().shape(I.ProgressBar.propTypes)}},35001:(e,t,i)=>{i.d(t,{c1:()=>f,V8:()=>N,WP:()=>j});var n=i(50532),o=i.n(n),s=i(39828),r=i(62688),a=i.n(r),l=i(63696),c=i(47345),d=i(73549),g=i(62540);function WidgetReportZero({widgetSlug:e,moduleSlug:t,...i}){const n=(0,l.useMemo)(()=>({moduleSlug:t}),[t]);return(0,c.A)(e,d.A,n),(0,g.jsx)(d.A,{moduleSlug:t,...i})}WidgetReportZero.propTypes={widgetSlug:a().string.isRequired,...d.A.propTypes};var u=i(11345);function WidgetReportError({widgetSlug:e,...t}){return(0,g.jsx)(u.A,{...t})}WidgetReportError.propTypes={widgetSlug:a().string.isRequired,...u.A.propTypes};var p=i(84093),m=i(23141),h=i(17064),I=i(52684),M=i(50539),y=i(7081);function WPDashboardReportError({moduleSlug:e,error:t}){const i=(0,I.A)(WPDashboardReportError,"WPDashboardReportError"),{setValue:n}=(0,M.useDispatch)(y.n),o=t.message,s=(0,M.useSelect)(t=>t(y.n).getValue(`WPDashboardReportError-${e}-${o}`));return(0,h.A)(()=>{n(`WPDashboardReportError-${e}-${o}`,i)},()=>{n(`WPDashboardReportError-${e}-${o}`,void 0)}),s!==i?null:(0,g.jsx)(u.A,{moduleSlug:e,error:t})}WPDashboardReportError.propTypes={moduleSlug:a().string.isRequired,error:a().object.isRequired};const f=o()(e=>({widgetSlug:e,Widget:A(e)(s.A),WidgetRecoverableModules:A(e)(m.A),WidgetReportZero:A(e)(WidgetReportZero),WidgetReportError:A(e)(WidgetReportError),WidgetNull:A(e)(p.A)}));function A(e){return t=>{const i=(0,l.forwardRef)((i,n)=>(0,g.jsx)(t,{...i,ref:n,widgetSlug:e}));return i.displayName="WithWidgetSlug",(t.displayName||t.name)&&(i.displayName+=`(${t.displayName||t.name})`),i}}function j(e){const t=f(e);return e=>{function DecoratedComponent(i){return(0,g.jsx)(e,{...i,...t})}return DecoratedComponent.displayName="WithWidgetComponentProps",(e.displayName||e.name)&&(DecoratedComponent.displayName+=`(${e.displayName||e.name})`),DecoratedComponent}}function N(e){return t=>{function DecoratedComponent(i){return(0,g.jsx)(t,{...i,WPDashboardReportError:A(e)(WPDashboardReportError)})}return DecoratedComponent.displayName="WithWPDashboardWidgetComponentProps",(t.displayName||t.name)&&(DecoratedComponent.displayName+=`(${t.displayName||t.name})`),DecoratedComponent}}},35323:(e,t,i)=>{i.d(t,{A:()=>s});var n=i(24558),o=i(77766);function s(){const e=(0,o.A)();return n.Nn.includes(e)}},35886:(e,t,i)=>{i.d(t,{A:()=>MetricTileWrapper});var n=i(4452),o=i.n(n),s=i(17243),r=i(62688),a=i.n(r),l=i(63696),c=i(82871),d=i(25623),g=i(13606),u=i(20898),p=i(62540);function GetHelpLink({linkURL:e}){return(0,g.A)(/* translators: %s: get help text. */ /* translators: %s: get help text. */ (0,c.__)("Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,p.jsx)(u.A,{href:e,external:!0,hideExternalIndicator:!0,children:(0,c.__)("Get help","google-site-kit")})})}GetHelpLink.propTypes={linkURL:a().string.isRequired};var m=i(23224);function MetricTileLoader(){return(0,p.jsxs)("div",{className:"googlesitekit-km-widget-tile__loading",children:[(0,p.jsx)(m.A,{className:"googlesitekit-km-widget-tile__loading-header",width:"100%",height:"14px"}),(0,p.jsx)(m.A,{className:"googlesitekit-km-widget-tile__loading-body",width:"100%",height:"53px"})]})}var h=i(36148),I=i(92473),M=i(35902),y=i(67150),f=i(12850),A=i(77766);function MetricTileWrapper(e){const{className:t,children:i,error:n,loading:r,moduleSlug:a,Widget:g,widgetSlug:u,title:m=d.G[u]?.title,infoTooltip:j=d.G[u]?.infoTooltip||d.G[u]?.description}=e,N=(0,A.A)(),k=!!n&&(0,s.castArray)(n).some(y.SG),_=(0,l.useCallback)(()=>{(0,f.sx)(`${N}_kmw`,"data_loading_error_retry")},[N]);return(0,l.useEffect)(()=>{n&&(0,f.sx)(`${N}_kmw`,"data_loading_error")},[N,n]),n?(0,p.jsx)(h.A,{title:k?(0,c.__)("Insufficient permissions","google-site-kit"):(0,c.__)("Data loading failed","google-site-kit"),headerText:m,infoTooltip:j,children:(0,p.jsx)(M.A,{moduleSlug:a,error:n,onRetry:_,GetHelpLink:k?GetHelpLink:void 0,getHelpClassName:"googlesitekit-error-retry-text"})}):(0,p.jsx)(g,{noPadding:!0,children:(0,p.jsxs)("div",{className:o()("googlesitekit-km-widget-tile",t),children:[(0,p.jsx)(I.A,{title:m,infoTooltip:j,loading:r}),(0,p.jsxs)("div",{className:"googlesitekit-km-widget-tile__body",children:[r&&(0,p.jsx)(MetricTileLoader,{}),!r&&i]})]})})}MetricTileWrapper.propTypes={Widget:a().elementType.isRequired,loading:a().bool,title:a().string,infoTooltip:a().oneOfType([a().string,a().element]),moduleSlug:a().string.isRequired}},35902:(e,t,i)=>{i.d(t,{A:()=>ReportErrorActions});var n=i(62688),o=i.n(n),s=i(63696),r=i(13606),a=i(82871),l=i(50539),c=i(49383),d=i(93896),g=i(37226),u=i(67150),p=i(35323),m=i(20898),h=i(62540);function ReportErrorActions(e){const{moduleSlug:t,error:i,GetHelpLink:n,hideGetHelpLink:o,buttonVariant:I,onRetry:M,onRequestAccess:y,getHelpClassName:f,RequestAccessButton:A,RetryButton:j}=e,N=(0,p.A)(),k=(0,l.useSelect)(e=>e(g.i).getModuleStoreName(t)),_=(0,l.useSelect)(e=>"function"==typeof e(k)?.getServiceEntityAccessURL?e(k).getServiceEntityAccessURL():null),v=Array.isArray(i)?i:[i],T=(0,l.useSelect)(e=>v.map(t=>{const i=e(k)?.getSelectorDataForError(t);return{...t,selectorData:i}})),E=T?.filter(e=>(0,u.vl)(e,e.selectorData)&&"getReport"===e.selectorData.name),D=!!E.length,x=(0,l.useSelect)(e=>{const i={...D?E[0]:v[0]};return(0,u.SG)(i)&&(i.code=`${t}_insufficient_permissions`),e(d.O4).getErrorTroubleshootingLinkURL(i)}),b=(0,l.useDispatch)(),S=v.some(e=>(0,u.SG)(e)),C=(0,s.useCallback)(()=>{E.forEach(e=>{const{selectorData:t}=e;b(t.storeName).invalidateResolution(t.name,t.args)}),M?.()},[b,E,M]),w=_&&S&&!N;return(0,h.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[w&&("function"==typeof A?(0,h.jsx)(A,{requestAccessURL:_}):(0,h.jsx)(c.Button,{onClick:y,href:_,target:"_blank",danger:"danger"===I,tertiary:"tertiary"===I,children:(0,a.__)("Request access","google-site-kit")})),D&&(0,h.jsxs)(s.Fragment,{children:["function"==typeof j?(0,h.jsx)(j,{handleRetry:C}):(0,h.jsx)(c.Button,{onClick:C,danger:"danger"===I,tertiary:"tertiary"===I,children:(0,a.__)("Retry","google-site-kit")}),!o&&(0,h.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,r.A)((0,a.__)("Retry didn’t work? <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(m.A,{href:x,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})})]}),!D&&!o&&(0,h.jsx)("div",{className:f,children:"function"==typeof n?(0,h.jsx)(n,{linkURL:x}):(0,h.jsx)(m.A,{href:x,external:!0,hideExternalIndicator:!0,children:(0,a.__)("Get help","google-site-kit")})})]})}ReportErrorActions.propTypes={moduleSlug:o().string.isRequired,error:o().oneOfType([o().arrayOf(o().object),o().object]).isRequired,GetHelpLink:o().elementType,hideGetHelpLink:o().bool,buttonVariant:o().string,onRetry:o().func,onRequestAccess:o().func,getHelpClassName:o().string,RequestAccessButton:o().elementType,RetryButton:o().elementType}},36148:(e,t,i)=>{i.d(t,{A:()=>MetricTileError});var n=i(4884),o=i(10953),s=i(62540);function MetricTileError(e){const{children:t,headerText:i,infoTooltip:r,title:a}=e;return(0,s.jsx)("div",{className:"googlesitekit-km-widget-tile--error",children:(0,s.jsx)(n.A,{title:a,headerText:i,headerContent:r&&(0,s.jsx)(o.A,{title:r}),description:"",error:!0,children:t})})}},37226:(e,t,i)=>{i.d(t,{U:()=>o,i:()=>n});const n="core/modules",o="insufficient_module_dependencies"},39771:(e,t,i)=>{i.d(t,{Ay:()=>TourTooltips,R0:()=>h,ei:()=>M});var n=i(15844),o=i(36703),s=i(62688),r=i.n(s),a=i(82871),l=i(50539),c=i(7081),d=i(58116),g=i(89318),u=i(60592),p=i(77766),m=i(62540);const h={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},I={back:(0,a.__)("Back","google-site-kit"),close:(0,a.__)("Close","google-site-kit"),last:(0,a.__)("Got it","google-site-kit"),next:(0,a.__)("Next","google-site-kit")},M={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},y={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:s,callback:r}){const a=`${t}-step`,f=`${t}-run`,{setValue:A}=(0,l.useDispatch)(c.n),{dismissTour:j}=(0,l.useDispatch)(d.oR),N=(0,l.useRegistry)(),k=(0,p.A)(),_=(0,l.useSelect)(e=>e(c.n).getValue(a)||0),v=(0,l.useSelect)(e=>e(c.n).getValue(f)&&!1===e(d.oR).isTourDismissed(t));(0,n.A)(function(){i.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),A(f,!0)});const T=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,m.jsx)(o.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:i,size:n,status:r,type:a}){const l=e+1,c="function"==typeof s?s(k):s;a===o.qY.TOOLTIP&&i===o.VD.TOOLTIP?(0,g.sx)(c,y.VIEW,l):t===o.kl.CLOSE&&i===o.VD.COMPLETE?(0,g.sx)(c,y.DISMISS,l):t===o.kl.NEXT&&r===o.XQ.FINISHED&&a===o.qY.TOUR_END&&n===l&&(0,g.sx)(c,y.COMPLETE,l),i===o.VD.COMPLETE&&r!==o.XQ.FINISHED&&(t===o.kl.PREV&&(0,g.sx)(c,y.PREV,l),t===o.kl.NEXT&&(0,g.sx)(c,y.NEXT,l))}(e);const{action:n,index:l,status:c,step:d,type:u}=e,p=n===o.kl.CLOSE,m=!p&&[o.qY.STEP_AFTER,o.qY.TARGET_NOT_FOUND].includes(u),h=[o.XQ.FINISHED,o.XQ.SKIPPED].includes(c),I=p&&u===o.qY.STEP_AFTER,M=h||I;if(o.qY.STEP_BEFORE===u){let e=d.target;"string"==typeof d.target&&(e=i.g.document.querySelector(d.target)),e?.scrollIntoView?.({block:"center"})}m?function(e,t){A(a,e+(t===o.kl.PREV?-1:1))}(l,n):M&&(i.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),j(t)),r&&r(e,N)},floaterProps:M,locale:I,run:v,stepIndex:_,steps:T,styles:h,tooltipComponent:u.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:r().arrayOf(r().object).isRequired,tourID:r().string.isRequired,gaEventCategory:r().oneOfType([r().string,r().func]).isRequired,callback:r().func}},39828:(e,t,i)=>{i.d(t,{A:()=>d});var n=i(4452),o=i.n(n),s=i(62688),r=i.n(s),a=i(63696),l=i(62540);const c=(0,a.forwardRef)(({children:e,className:t,widgetSlug:i,noPadding:n,Header:s,Footer:r},a)=>(0,l.jsxs)("div",{className:o()("googlesitekit-widget",`googlesitekit-widget--${i}`,{"googlesitekit-widget--no-padding":n},{"googlesitekit-widget--with-header":s},t),ref:a,children:[s&&(0,l.jsx)("div",{className:"googlesitekit-widget__header",children:(0,l.jsx)(s,{})}),(0,l.jsx)("div",{className:"googlesitekit-widget__body",children:e}),r&&(0,l.jsx)("div",{className:"googlesitekit-widget__footer",children:(0,l.jsx)(r,{})})]}));c.defaultProps={children:void 0,noPadding:!1},c.propTypes={children:r().node,widgetSlug:r().string.isRequired,noPadding:r().bool,Header:r().elementType,Footer:r().elementType};const d=c},40847:(e,t,i)=>{i.d(t,{A:()=>MetricTileText});var n=i(62688),o=i.n(n),s=i(2478),r=i(12850),a=i(35886),l=i(62540);function MetricTileText({metricValue:e,metricValueFormat:t,subText:i,previousValue:n,currentValue:o,...c}){const d=(0,r.mK)(t);return(0,l.jsxs)(a.A,{className:"googlesitekit-km-widget-tile--text",...c,children:[(0,l.jsxs)("div",{className:"googlesitekit-km-widget-tile__metric-container",children:[(0,l.jsx)("div",{className:"googlesitekit-km-widget-tile__metric",children:e}),(0,l.jsx)("p",{className:"googlesitekit-km-widget-tile__subtext",children:i})]}),(0,l.jsx)("div",{className:"googlesitekit-km-widget-tile__metric-change-container",children:(0,l.jsx)(s.A,{previousValue:n,currentValue:o,isAbsolute:"percent"===d?.style})})]})}MetricTileText.propTypes={metricValue:o().oneOfType([o().string,o().number]),subtext:o().string,previousValue:o().number,currentValue:o().number}},42343:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},43427:(e,t,i)=>{i.r(t),i.d(t,{AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:()=>d,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:()=>u,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:()=>g,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:()=>c,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:()=>r,AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:()=>n,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:()=>l,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:()=>a,AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION:()=>s,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:()=>o,default:()=>p});const n="mainDashboardKeyMetricsPrimary",o="mainDashboardTrafficPrimary",s="mainDashboardTrafficAudienceSegmentation",r="mainDashboardContentPrimary",a="mainDashboardSpeedPrimary",l="mainDashboardMonetizationPrimary",c="entityDashboardTrafficPrimary",d="entityDashboardContentPrimary",g="entityDashboardSpeedPrimary",u="entityDashboardMonetizationPrimary",p={AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:n,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:o,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:r,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:a,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:l,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:c,AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:d,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:g,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:u}},44949:(e,t,i)=>{i.r(t),i.d(t,{CONTEXT_ENTITY_DASHBOARD_CONTENT:()=>c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:()=>g,CONTEXT_ENTITY_DASHBOARD_SPEED:()=>d,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:()=>l,CONTEXT_MAIN_DASHBOARD_CONTENT:()=>s,CONTEXT_MAIN_DASHBOARD_KEY_METRICS:()=>n,CONTEXT_MAIN_DASHBOARD_MONETIZATION:()=>a,CONTEXT_MAIN_DASHBOARD_SPEED:()=>r,CONTEXT_MAIN_DASHBOARD_TRAFFIC:()=>o,default:()=>u});const n="mainDashboardKeyMetrics",o="mainDashboardTraffic",s="mainDashboardContent",r="mainDashboardSpeed",a="mainDashboardMonetization",l="entityDashboardTraffic",c="entityDashboardContent",d="entityDashboardSpeed",g="entityDashboardMonetization",u={CONTEXT_MAIN_DASHBOARD_KEY_METRICS:n,CONTEXT_MAIN_DASHBOARD_TRAFFIC:o,CONTEXT_MAIN_DASHBOARD_CONTENT:s,CONTEXT_MAIN_DASHBOARD_SPEED:r,CONTEXT_MAIN_DASHBOARD_MONETIZATION:a,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:l,CONTEXT_ENTITY_DASHBOARD_CONTENT:c,CONTEXT_ENTITY_DASHBOARD_SPEED:d,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:g}},45472:(e,t,i)=>{i.d(t,{M:()=>n});const n="core/location"},45512:(e,t,i)=>{i.d(t,{f:()=>o,n:()=>n});const n="modules/search-console",o=1},47121:(e,t,i)=>{i.d(t,{$C:()=>E,RF:()=>T,WI:()=>_,_5:()=>j,jU:()=>A,o3:()=>f,x0:()=>k});var n=i(32091),o=i.n(n),s=i(50532),r=i.n(s),a=i(17243),l=i(78913);const c="GET_REGISTRY",d="AWAIT";function g(...e){const t=e.reduce((e,t)=>({...e,...t}),{}),i=N(e.reduce((e,t)=>[...e,...Object.keys(t)],[]));return o()(0===i.length,`collect() cannot accept collections with duplicate keys. Your call to collect() contains the following duplicated functions: ${i.join(", ")}. Check your data stores for duplicates.`),t}const u=g,p=g;function m(...e){const t=[...e];let i;return"function"!=typeof t[0]&&(i=t.shift()),(e=i,n={})=>t.reduce((e,t)=>t(e,n),e)}const h=g,I=g,M=g;function y(e){return e}function f(...e){const t=M(...e.map(e=>e.initialState||{}));return{initialState:t,controls:p(...e.map(e=>e.controls||{})),actions:u(...e.map(e=>e.actions||{})),reducer:m(t,...e.map(e=>e.reducer||y)),resolvers:h(...e.map(e=>e.resolvers||{})),selectors:I(...e.map(e=>e.selectors||{}))}}const A={getRegistry:()=>({payload:{},type:c}),*await(e){return{payload:{value:e},type:d}}},j={[c]:(0,l.b)(e=>()=>e),[d]:({payload:e})=>e.value};function N(e){const t=[],i={};for(let n=0;n<e.length;n++){const o=e[n];i[o]=i[o]>=1?i[o]+1:1,i[o]>1&&t.push(o)}return t}const k={actions:A,controls:j,reducer:y};function _(e){return t=>v(e(t))}const v=r()(e=>(0,a.mapValues)(e,(e,t)=>(...i)=>{const n=e(...i);return o()(void 0!==n,`${t}(...) is not resolved`),n}));function T(e,{negate:t=!1}={}){return{safeSelector:(0,l.N)(i=>(n,...o)=>{const s=!t,r=!!t;try{return e(i,n,...o),s}catch{return r}}),dangerousSelector:(0,l.N)(t=>(i,...n)=>{e(t,i,...n)})}}function E(e,t){return o()("function"==typeof e,"a validator function is required."),o()("function"==typeof t,"an action creator function is required."),o()("Generator"!==e[Symbol.toStringTag]&&"GeneratorFunction"!==e[Symbol.toStringTag],"an action’s validator function must not be a generator."),(...i)=>(e(...i),t(...i))}},47345:(e,t,i)=>{i.d(t,{A:()=>r});var n=i(63696),o=i(50539),s=i(86134);function r(e,t,i){const{setWidgetState:r,unsetWidgetState:a}=(0,o.useDispatch)(s.aO);(0,n.useEffect)(()=>(r(e,t,i),()=>{a(e,t,i)}),[e,t,i,r,a])}},49383:e=>{e.exports=googlesitekit.components},49655:(e,t,i)=>{i.d(t,{Q:()=>n});const n={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50111:(e,t,i)=>{i.d(t,{EA:()=>s,GF:()=>M,Hl:()=>g,IX:()=>m,Is:()=>r,KD:()=>p,LO:()=>d,NO:()=>c,Nl:()=>l,QJ:()=>u,Uf:()=>o,XU:()=>I,Y0:()=>a,hs:()=>y,wb:()=>h});var n=i(82871);const o="key-metrics-setup-cta-widget",s="googlesitekit-key-metrics-selection-panel-opened",r="key-metrics-selection-form",a="key-metrics-selected",l="key-metrics-effective-selection",c="key-metrics-unstaged-selection",d=2,g=8,u={SLUG:"current-selection",LABEL:(0,n.__)("Current selection","google-site-kit")},p={SLUG:"suggested",LABEL:(0,n.__)("Suggested","google-site-kit")},m={SLUG:"visitors",LABEL:(0,n.__)("Visitors","google-site-kit")},h={SLUG:"driving-traffic",LABEL:(0,n.__)("Driving traffic","google-site-kit")},I={SLUG:"generating-leads",LABEL:(0,n.__)("Generating leads","google-site-kit")},M={SLUG:"selling-products",LABEL:(0,n.__)("Selling products","google-site-kit")},y={SLUG:"content-performance",LABEL:(0,n.__)("Content performance","google-site-kit")}},50234:(e,t,i)=>{i.d(t,{A:()=>g});var n=i(50539),o=i(37226),s=i(58116),r=i(50111),a=i(72455),l=i(99897),c=i(45512),d=i(97398);function g(){return(0,n.useSelect)(e=>{const t=e(s.oR).isItemDismissed(r.Uf),i=e(s.oR).isDismissingItem(r.Uf),n=u(e,d.Y,c.n),o=u(e,l.L1,a.K9);return!1===t&&!1===i&&n&&o},[])}function u(e,t,i){if(e(o.i).isModuleConnected(t)){const{isGatheringData:t,isDataAvailableOnLoad:n}=e(i);return t(),n()}return!1}},50539:e=>{e.exports=googlesitekit.data},50787:(e,t,i)=>{i.d(t,{d:()=>r});var n=i(18117),o=i(17243),s=i(63696);function r(...e){const t=(0,n.MA)(()=>(0,o.debounce)(...e),e);return(0,s.useEffect)(()=>()=>t.cancel(),[t]),t}},53137:(e,t,i)=>{i.d(t,{FQ:()=>s,He:()=>a,bI:()=>r,rq:()=>o,ui:()=>n});const n="warning-notification-gtg",o="gtg-setup-cta",s={ERROR_HIGH:30,ERROR_LOW:60,WARNING:100,INFO:150,SETUP_CTA_HIGH:150,SETUP_CTA_LOW:200},r={HEADER:"notification-area-header",DASHBOARD_TOP:"notification-area-dashboard-top",OVERLAYS:"notification-area-overlays"},a={DEFAULT:"default",SETUP_CTAS:"setup-ctas"}},54349:(e,t,i)=>{i.d(t,{A:()=>NoticeNotification});var n=i(80035),o=i(7070),s=i(50539),r=i(71423),a=i(55527),l=i(62688),c=i.n(l),d=i(62540);function NoticeNotification({notificationID:e,children:t,dismissButton:i,ctaButton:l,gaTrackingEventArgs:c,...g}){const u=(0,o.A)(e),{dismissNotification:p}=(0,s.useDispatch)(r.D);return(0,d.jsx)(a.xA,{children:(0,d.jsx)(a.fI,{children:(0,d.jsx)(a.fh,{size:12,alignMiddle:!0,children:(0,d.jsx)(n.A,{dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),u.dismiss(c?.label,c?.value),p(e,{...i?.dismissOptions||{}})}},ctaButton:{...l,onClick:async function(t){u.confirm(c?.label,c?.value),await(l?.onClick?.(t)),l?.dismissOnClick&&p(e,{...l?.dismissOptions})}},...g,children:t})})})})}NoticeNotification.propTypes={notificationID:c().string.isRequired,children:c().node,dismissButton:c().oneOfType([c().bool,c().object]),ctaButton:c().object,gaTrackingEventArgs:c().object}},54593:(e,t,i)=>{i.d(t,{A:()=>ChipTabGroup});var n=i(63696),o=i(81276),s=i(50539),r=i(50111),a=i(78340),l=i(72455),c=i(99897),d=i(7081),g=i(58116),u=i(37226),p=i(32947),m=i(27333);var h=i(31589),I=i(50787);var M=i(62688),y=i.n(M),f=i(49383),A=i(4452),j=i.n(A),N=i(80452),k=i(42343),_=i(81520),v=i(62540);const T={[r.QJ.SLUG]:N.A,[r.KD.SLUG]:k.A};function Chip({slug:e,label:t,isActive:i,onClick:n,hasNewBadge:o=!1,selectedCount:s=0}){const r=T[e]||_.A;return(0,v.jsxs)(f.Button,{className:j()("googlesitekit-chip-tab-group__chip-item",{"googlesitekit-chip-tab-group__chip-item--active":i}),icon:(0,v.jsx)(r,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__chip-item-svg__${e}`}),trailingIcon:s>0?(0,v.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",s,")"]}):null,onClick:()=>n(e),children:[t,o&&(0,v.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]})}Chip.propTypes={slug:y().string.isRequired,label:y().string.isRequired,isActive:y().bool,hasNewBadge:y().bool,selectedCount:y().number,onClick:y().func.isRequired};const E={[r.QJ.SLUG]:N.A,[r.KD.SLUG]:k.A};function TabItems({containerRef:e,isMobileBreakpoint:t,chipItemRows:i,allGroups:n,isActive:o,onChipChange:s,selectedCounts:r,newlyDetectedMetrics:a,activeGroupIndex:l}){return(0,v.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-items",ref:e,children:[!t&&i.map(e=>(0,v.jsx)("div",{className:"googlesitekit-chip-tab-group__tab-items-row",children:e.map(e=>(0,v.jsx)(Chip,{slug:e.SLUG,label:e.LABEL,hasNewBadge:!!a?.[e.SLUG],isActive:e.SLUG===o,onClick:s,selectedCount:r[e.SLUG]},e.SLUG))},`row-${e[0].SLUG}`)),t&&(0,v.jsx)(f.TabBar,{activeIndex:l,handleActiveIndexUpdate:e=>s(null,e),children:n.map((e,t)=>{const i=E[e.SLUG]||_.A;return(0,v.jsxs)(f.Tab,{"aria-label":e.LABEL,children:[(0,v.jsx)(i,{width:12,height:12,className:`googlesitekit-chip-tab-group__chip-item-svg googlesitekit-chip-tab-group__tab-item-mobile-svg googlesitekit-chip-tab-group__chip-item-svg__${e.SLUG}`}),e.LABEL,r[e.SLUG]>0&&(0,v.jsxs)("span",{className:"googlesitekit-chip-tab-group__chip-item-count",children:["(",r[e.SLUG],")"]}),!!a?.[e.SLUG]&&(0,v.jsx)("span",{className:"googlesitekit-chip-tab-group__chip-item-new-dot"})]},t)})})]})}TabItems.propTypes={containerRef:y().object,isMobileBreakpoint:y().bool,chipItemRows:y().array.isRequired,allGroups:y().array.isRequired,isActive:y().string.isRequired,onChipChange:y().func.isRequired,selectedCounts:y().object.isRequired,newlyDetectedMetrics:y().object.isRequired,activeGroupIndex:y().number.isRequired};var D,x,b,S,C,w,R,z,L,O,B,G,P,W,Z,U,V,F,H,Y,Q,X,J=i(82871),q=i(86134),K=i(718);function MetricItem({slug:e,title:t,description:i,isNewlyDetected:o,savedItemSlugs:l=[]}){const c=(0,s.useSelect)(t=>{const{getModule:i}=t(u.i),n=t(q.aO).getWidget(e);return n?.modules.reduce((e,t)=>{const n=i(t);return n?.connected||!n?.name?e:[...e,n.name]},[])}),d=(0,m.A)(r.Is,r.Y0),{getValue:g}=(0,s.useSelect)(e=>e(a.s)),{setValues:p}=(0,s.useDispatch)(a.s),h=(0,n.useCallback)(t=>{const i=g(r.Is,r.Y0),n=t.target.checked?i.concat([e]):i.filter(t=>t!==e);p(r.Is,{[r.Y0]:n,[r.NO]:n})},[g,p,e]),I=d?.includes(e),M=!l.includes(e)&&c.length>0,y=`key-metric-selection-checkbox-${e}`;return(0,v.jsx)(K.y3,{id:y,slug:e,title:t,description:i,isNewlyDetected:o,isItemSelected:I,isItemDisabled:M,onCheckboxChange:h,children:c.length>0&&(0,v.jsx)("div",{className:"googlesitekit-selection-panel-item-error",children:(0,J.sprintf)(/* translators: %s: module names. */ /* translators: %s: module names. */ (0,J._n)("%s is disconnected, no data to show","%s are disconnected, no data to show",c.length,"google-site-kit"),c.join((0,J.__)(" and ","google-site-kit")))})})}function $(){return $=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},$.apply(null,arguments)}MetricItem.propTypes={slug:y().string.isRequired,title:y().string.isRequired,description:y().string.isRequired,isNewlyDetected:y().bool,savedItemSlugs:y().array};const key_metrics_no_selected_items=e=>n.createElement("svg",$({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 383 238"},e),D||(D=n.createElement("path",{fill:"#B8E6CA",d:"M59.238 58.571c-2.136 20.178 4.272 29.099 20.48 53.216 16.209 24.118-29.092 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.443-3.208 57.819 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86-18.53 5.918-32.662 22.571-34.335 38.621"})),x||(x=n.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__a)"},n.createElement("rect",{width:130.621,height:89.651,x:242.455,y:45.266,fill:"#fff",rx:10.957,transform:"rotate(15 242.455 45.266)"}))),b||(b=n.createElement("rect",{width:24.903,height:7.969,x:253.726,y:64.785,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 253.726 64.785)"})),S||(S=n.createElement("rect",{width:49.806,height:19.923,x:249.342,y:81.144,fill:"#FFDED3",rx:9.961,transform:"rotate(15 249.342 81.144)"})),C||(C=n.createElement("rect",{width:99.428,height:8.773,x:240.436,y:114.357,fill:"#EBEEF0",rx:3.985,transform:"rotate(15 240.436 114.357)"})),w||(w=n.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m256.195 90.198 4.644 8.044m0 0 1.412-4.986m-1.412 4.986-5.023-1.27"})),R||(R=n.createElement("rect",{width:19.923,height:5.977,x:268.706,y:93.551,fill:"#fff",rx:1.992,transform:"rotate(15 268.706 93.55)"})),z||(z=n.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__b)"},n.createElement("rect",{width:130.621,height:89.68,x:13.887,y:79.094,fill:"#fff",rx:10.957,transform:"rotate(-15 13.887 79.094)"}))),L||(L=n.createElement("rect",{width:62.386,height:7.798,x:32.989,y:90.122,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 32.99 90.122)"})),O||(O=n.createElement("rect",{width:49.806,height:19.923,x:37.691,y:106.902,fill:"#FFDED3",rx:9.961,transform:"rotate(-15 37.691 106.902)"})),B||(B=n.createElement("rect",{width:99.428,height:7.798,x:46.612,y:140.967,fill:"#EBEEF0",rx:3.899,transform:"rotate(-15 46.612 140.967)"})),G||(G=n.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m48.152 111.318 8.044 4.645m0 0-1.27-5.024m1.27 5.024-4.986 1.411"})),P||(P=n.createElement("rect",{width:19.923,height:5.977,x:60.663,y:107.966,fill:"#fff",rx:1.992,transform:"rotate(-15 60.663 107.966)"})),W||(W=n.createElement("g",{filter:"url(#key-metrics-no-selected-items_svg__c)"},n.createElement("rect",{width:130.621,height:89.68,x:126.251,y:37.4,fill:"#fff",rx:10.957}))),Z||(Z=n.createElement("rect",{width:98.333,height:7.867,x:143.013,y:53.134,fill:"#EBEEF0",rx:3.933})),U||(U=n.createElement("rect",{width:49.806,height:19.923,x:142.369,y:70.423,fill:"#B8E6CA",rx:9.961})),V||(V=n.createElement("rect",{width:33.04,height:7.867,x:143.013,y:105.84,fill:"#EBEEF0",rx:3.933})),F||(F=n.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.494,d:"m151.336 84.036 6.568-6.567m0 0-5.182-.073m5.182.073.073 5.18"})),H||(H=n.createElement("rect",{width:19.923,height:5.977,x:164.287,y:77.395,fill:"#fff",rx:1.992})),n.createElement("mask",{id:"key-metrics-no-selected-items_svg__d",width:273,height:230,x:58,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Y||(Y=n.createElement("path",{fill:"#B8E6CA",d:"M59.237 58.571C57.1 78.75 63.509 87.67 79.717 111.787c16.209 24.118-29.091 62.914 5.475 101.268 33.827 37.532 69.419.009 111.314-4.555 29.444-3.208 57.82 12.98 90.86 5.9s46.385-42.599 43.153-68.059c-5.59-44.041-26.24-49.107-34.893-66.461s2.902-52.997-30.287-73.16-76.71 14.42-112.503 12.37c-20.651-1.182-40.932-4.995-59.264.86C75.042 25.868 60.91 42.52 59.237 58.57"}))),Q||(Q=n.createElement("g",{mask:"url(#key-metrics-no-selected-items_svg__d)"},n.createElement("path",{stroke:"#CBD0D3",strokeMiterlimit:10,strokeWidth:3.147,d:"m227.674 108.973 11.312-8.418M218.925 98.852l2.868-12.68M205.623 102.87l-5.375-13.037"}),n.createElement("path",{stroke:"#3C7251",strokeLinejoin:"round",strokeWidth:9.44,d:"M63.953 190.487c16.127 12.193 38.716 10.349 55.335 5.162 16.618-5.187 31.107-14.61 45.314-23.791 6.717-4.337 13.617-8.738 21.496-11.119s17.057-2.39 22.958 1.658c3.392 2.328 5.205 5.923 5.36 9.702"}),n.createElement("path",{stroke:"#CBD0D3",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:9.44,d:"m215.831 109.67-19.169 71.73"}),n.createElement("path",{stroke:"#161B18",strokeMiterlimit:10,strokeWidth:9.44,d:"m213.975 116.472-19.169 71.731"}))),X||(X=n.createElement("defs",null,n.createElement("filter",{id:"key-metrics-no-selected-items_svg__a",width:176.33,height:147.36,x:205.773,y:35.772,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},n.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),n.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),n.createElement("feOffset",{dy:3.985}),n.createElement("feGaussianBlur",{stdDeviation:7.969}),n.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),n.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),n.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),n.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),n.createElement("filter",{id:"key-metrics-no-selected-items_svg__b",width:176.337,height:147.388,x:.409,y:35.793,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},n.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),n.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),n.createElement("feOffset",{dy:3.985}),n.createElement("feGaussianBlur",{stdDeviation:7.969}),n.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),n.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),n.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),n.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})),n.createElement("filter",{id:"key-metrics-no-selected-items_svg__c",width:162.497,height:121.556,x:110.313,y:25.447,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},n.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),n.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),n.createElement("feOffset",{dy:3.985}),n.createElement("feGaussianBlur",{stdDeviation:7.969}),n.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),n.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),n.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2200_11981"}),n.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2200_11981",result:"shape"})))));var ee=i(59323);function TabContent({activeMetricItems:e,newlyDetectedMetrics:t,savedItemSlugs:i}){return(0,v.jsxs)("div",{className:"googlesitekit-chip-tab-group__tab-item",children:[Object.keys(e).map(n=>{const o=e[n].group,s=t?.[o]?.includes(n);return(0,v.jsx)(MetricItem,{slug:n,savedItemSlugs:i,isNewlyDetected:s,...e[n]},n)}),!Object.keys(e).length&&(0,v.jsxs)("div",{className:"googlesitekit-chip-tab-group__graphic",children:[(0,v.jsx)(key_metrics_no_selected_items,{height:250}),(0,v.jsx)(ee.A,{children:(0,J.__)("No metrics were selected yet","google-site-kit")})]})]})}TabContent.propTypes={activeMetricItems:y().object.isRequired,newlyDetectedMetrics:y().object.isRequired,savedItemSlugs:y().array};const te=Object.freeze([]);function ChipTabGroup({allMetricItems:e,savedItemSlugs:t}){const i=(0,n.useRef)(),[M,y]=(0,n.useState)(r.QJ.SLUG),[f,A]=(0,n.useState)(0),j=(0,p.dv)()===p.mp,N=(0,m.A)(r.Is,r.Y0),k=(0,m.A)(r.Is,r.Nl)||te,_=(0,m.A)(r.Is,r.NO)||te,T=(0,s.useSelect)(e=>e(g.oR).isUserInputCompleted()),E=(0,s.useSelect)(e=>{const t=e(g.oR).getUserPickedMetrics();if(t?.length){const i=e(l.K9).getKeyMetricsConversionEventWidgets();return Object.keys(i).filter(e=>t.some(t=>i[e].includes(t)))}const i=e(g.oR).getUserInputSettings();return i?.includeConversionEvents?.values}),D=(0,s.useSelect)(e=>e(u.i).isModuleConnected(c.L1)),x=(0,s.useSelect)(e=>D?e(l.K9).getDetectedEvents():[]),b=(0,s.useSelect)(e=>e(g.oR).getAnswerBasedMetrics(null,[...E||[],...x||[]])),{keyMetricsGroups:S,dynamicGroups:C}=function({detectedEvents:e=[],currentlyActiveEvents:t=[],isUserInputCompleted:i,answerBasedMetrics:o=[]}){const s=[l.nc.SUBMIT_LEAD_FORM,l.nc.CONTACT,l.nc.GENERATE_LEAD].filter(i=>e?.includes(i)||t?.includes(i)),a=[l.nc.ADD_TO_CART,l.nc.PURCHASE].filter(i=>e?.includes(i)||t?.includes(i)),c=(0,n.useMemo)(()=>[r.IX,r.wb,...s?.length?[r.XU]:[],...a?.length?[r.GF]:[],r.hs],[s,a]),d=(0,n.useMemo)(()=>i&&o?.length?[r.QJ,r.KD]:[r.QJ],[i,o]);return{hasGeneratingLeadsGroup:s,hasSellingProductsGroup:a,keyMetricsGroups:c,dynamicGroups:d}}({detectedEvents:x,currentlyActiveEvents:E,isUserInputCompleted:T,answerBasedMetrics:b}),w=(0,n.useMemo)(()=>[...C,...S],[C,S]),R=(0,s.useSelect)(e=>{if(!e(u.i).isModuleConnected(c.L1))return[];const t=e(l.K9).getDetectedEvents(),i=e(l.K9).getNewBadgeEvents();if(t?.length&&i?.length){const e=t.filter(e=>l.fV.includes(e)),n=i.filter(e=>l.fV.includes(e)),o=i.filter(e=>!l.fV.includes(e));if(e?.length>1&&n.length>0)return o}return i}),z=(0,s.useSelect)(e=>D?e(l.K9).getKeyMetricsConversionEventWidgets():[]),{selectedCounts:L,activeMetricItems:O,newlyDetectedMetrics:B}=function({allMetricItems:e={},isActive:t,effectiveSelection:i=[],answerBasedMetrics:o=[],selectedMetrics:s=[],newBadgeEvents:a=[],conversionReportingEventWidgets:l={}}){return(0,n.useMemo)(()=>{const n={[r.QJ.SLUG]:0},c={},d={};for(const u in e){const p=e[u].group;if((p===t||t===r.QJ.SLUG&&i.includes(u))&&(c[u]=e[u]),t===r.KD.SLUG&&o.includes(u)&&o.includes(u)&&(c[u]=e[u]),!n[p]){const t=Object.keys(e).filter(t=>!(e[t].group!==p||!s?.includes(t))).length;n[p]=t}var g;if(a?.length)a.some(e=>l[e].includes(u))&&(d[p]=[...null!==(g=d[p])&&void 0!==g?g:[],u])}return{selectedCounts:n,activeMetricItems:c,newlyDetectedMetrics:d}},[e,t,i,o,s,a,l])}({allMetricItems:e,isActive:M,effectiveSelection:k,answerBasedMetrics:b,selectedMetrics:N,newBadgeEvents:R,conversionReportingEventWidgets:z}),{setValues:G}=(0,s.useDispatch)(a.s),P=(0,n.useCallback)(()=>{G(r.Is,{[r.Y0]:N,[r.Nl]:[...k,..._],[r.NO]:[]})},[N,k,_,G]),W=(0,n.useCallback)((e,t)=>{if(e)y(e);else{const e=w[t];A(t),y(e.SLUG)}_.length&&P()},[w,_,y,P]),Z=(0,s.useSelect)(e=>e(d.n).getValue(r.EA)),U=(0,o.A)(Z),V=Object.keys(B);(0,n.useEffect)(()=>{if(!U&&Z)if(y(r.QJ.SLUG),A(0),V.length&&j){const e=w.find(e=>e.SLUG===V[0]);A(w.indexOf(e)),y(e.SLUG)}else A(0),y(r.QJ.SLUG);U&&!Z&&P()},[Z,U,_,w,j,V,P]),function({containerRef:e,isMobileBreakpoint:t,isSelectionPanelOpen:i,isSelectionPanelOpenPrevious:o}){const s=(0,n.useCallback)(()=>{const i=e.current?.querySelector(".mdc-tab-scroller__scroll-content");if(!t)return;const n=e.current?.querySelectorAll(".googlesitekit-chip-tab-group__tab-items .mdc-tab");if(!n?.length||!i)return;const o=e.current?.getBoundingClientRect(),r=[];n.forEach((e,t)=>{const i=e.getBoundingClientRect();i.left>=o.left&&i.right<=o.right&&r.push(t)});const a=n[r.length];if(!a)return;const l=a.getBoundingClientRect();(l.left>=o.right||l.left-o.right<0&&-(l.left-o.right)<=20)&&("2px"===i.style.columnGap?i.style.columnGap="20px":i.style.columnGap="2px",s())},[e,t]),r=(0,I.d)(s,50);(0,h.A)("resize",r),(0,n.useEffect)(()=>{!o&&i&&s()},[i,o,s])}({containerRef:i,isMobileBreakpoint:j,isSelectionPanelOpen:Z,isSelectionPanelOpenPrevious:U});const F=[[...C,...S.slice(0,2)],[...S.slice(2)]];return(0,v.jsxs)("div",{className:"googlesitekit-chip-tab-group",children:[(0,v.jsx)(TabItems,{containerRef:i,isMobileBreakpoint:j,chipItemRows:F,allGroups:w,isActive:M,onChipChange:W,selectedCounts:L,newlyDetectedMetrics:B,activeGroupIndex:f}),(0,v.jsx)(TabContent,{activeMetricItems:O,newlyDetectedMetrics:B,savedItemSlugs:t})]})}},55527:(e,t,i)=>{i.d(t,{$z:()=>o.$,CR:()=>a.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>n.N,P3:()=>r.P,Si:()=>s.S,fI:()=>d.fI,fh:()=>d.fh,lG:()=>c.a,xA:()=>d.xA});var n=i(91046),o=i(3412),s=i(30454),r=i(26569),a=i(56655),l=i(12786),c=i.n(l),d=i(75487)},58116:(e,t,i)=>{i.d(t,{$8:()=>r,$Q:()=>p,BT:()=>w,CQ:()=>T,DF:()=>H,GM:()=>v,GT:()=>y,HA:()=>O,HD:()=>u,HP:()=>C,J5:()=>G,JF:()=>D,JK:()=>I,Ml:()=>h,SS:()=>R,UF:()=>d,UY:()=>U,Vl:()=>z,W6:()=>F,Xq:()=>E,YQ:()=>x,Yw:()=>Z,dV:()=>S,dX:()=>_,ej:()=>c,em:()=>s,ep:()=>N,fu:()=>A,gC:()=>f,hz:()=>m,jx:()=>g,lV:()=>l,nH:()=>B,oR:()=>n,od:()=>a,p3:()=>M,pG:()=>k,qv:()=>o,qy:()=>b,t1:()=>V,t7:()=>W,tB:()=>j,tK:()=>P,u_:()=>L});const n="core/user",o="connected_url_mismatch",s="__global",r="temporary_persist_permission_error",a="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",d="googlesitekit_setup",g="googlesitekit_view_dashboard",u="googlesitekit_manage_options",p="googlesitekit_read_shared_module_data",m="googlesitekit_manage_module_sharing_options",h="googlesitekit_delegate_module_sharing_management",I="googlesitekit_update_plugins",M="kmAnalyticsAdSenseTopEarningContent",y="kmAnalyticsEngagedTrafficSource",f="kmAnalyticsLeastEngagingPages",A="kmAnalyticsNewVisitors",j="kmAnalyticsPopularAuthors",N="kmAnalyticsPopularContent",k="kmAnalyticsPopularProducts",_="kmAnalyticsReturningVisitors",v="kmAnalyticsTopCities",T="kmAnalyticsTopCitiesDrivingLeads",E="kmAnalyticsTopCitiesDrivingAddToCart",D="kmAnalyticsTopCitiesDrivingPurchases",x="kmAnalyticsTopDeviceDrivingPurchases",b="kmAnalyticsTopConvertingTrafficSource",S="kmAnalyticsTopCountries",C="kmAnalyticsTopPagesDrivingLeads",w="kmAnalyticsTopRecentTrendingPages",R="kmAnalyticsTopTrafficSource",z="kmAnalyticsTopTrafficSourceDrivingAddToCart",L="kmAnalyticsTopTrafficSourceDrivingLeads",O="kmAnalyticsTopTrafficSourceDrivingPurchases",B="kmAnalyticsPagesPerVisit",G="kmAnalyticsVisitLength",P="kmAnalyticsTopReturningVisitorPages",W="kmSearchConsolePopularKeywords",Z="kmAnalyticsVisitsPerVisitor",U="kmAnalyticsMostEngagingPages",V="kmAnalyticsTopCategories",F=[M,y,f,A,j,N,k,_,V,v,T,E,D,x,b,S,w,R,z,B,G,P,Z,U,V],H=[...F,W]},59020:(e,t,i)=>{i.d(t,{A:()=>Tooltip});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(90295),l=i(63696),c=i(62540);function Tooltip({children:e,popperClassName:t,tooltipClassName:i,onOpen:n,onClose:o,...s}){const d=(0,l.useRef)(!1),g=n?()=>{d.current||(d.current=!0,n?.())}:void 0,u=n?()=>{d.current=!1,o?.()}:o;return(0,c.jsx)(a.Ay,{classes:{popper:r()("googlesitekit-tooltip-popper",t),tooltip:r()("googlesitekit-tooltip",i)},onOpen:g,onClose:u,...s,arrow:!0,children:e})}Tooltip.propTypes={children:o().node,popperClassName:o().string,tooltipClassName:o().string,onOpen:o().func,onClose:o().func}},59323:(e,t,i)=>{i.d(t,{A:()=>c});var n=i(62688),o=i.n(n),s=i(32947),r=i(15167),a=i(3714),l=i(62540);function c({type:e=a.SZ,size:t,children:i,...n}){const o=(0,s.dv)();return(0,l.jsx)(r.A,{as:"p",type:e,size:t||(o===s.mp?a.Kk:a.Yw),...n,children:i})}c.propTypes={type:o().oneOf(a.tT),size:o().oneOf(a.oJ)}},60592:(e,t,i)=>{i.d(t,{A:()=>TourTooltip});var n=i(28056),o=i.n(n),s=i(4452),r=i.n(s),a=i(62688),l=i.n(a),c=i(82871),d=i(49383);var g=i(72545),u=i(15167),p=i(62540);function TourTooltip({backProps:e,closeProps:t,index:i,primaryProps:s,size:a,step:l,tooltipProps:m}){const h=a>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(a):[];function I(e){return r()("googlesitekit-tooltip-indicator",{active:e===i})}return(0,p.jsx)("div",{className:r()("googlesitekit-tour-tooltip",l.className),...m,children:(0,p.jsxs)(o(),{className:"googlesitekit-tooltip-card",children:[(0,p.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,p.jsx)(u.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,p.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,p.jsxs)(n.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,p.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:h.map(e=>(0,p.jsx)("li",{className:I(e)},`indicator-${e}`))}),(0,p.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==i&&(0,p.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,s.title&&(0,p.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...s,children:s.title})]})]}),(0,p.jsx)(d.Button,{className:"googlesitekit-tooltip-close",icon:(0,p.jsx)(g.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61046:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(63560),o=i(62688),s=i.n(o),r=i(63696),a=i(62540);function l(e){function WithIntersectionObserverComponent({onInView:t,...i}){const o=(0,r.useRef)(),s=(0,n.A)(o,{root:null,threshold:.45}),[l,c]=(0,r.useState)(!1),d=!!s?.isIntersecting&&!!s?.intersectionRatio;return(0,r.useEffect)(()=>{s&&d&&!l&&(t(),c(!0))},[l,d,s,t]),(0,a.jsx)(e,{ref:o,...i})}return WithIntersectionObserverComponent.displayName="WithIntersectionObserverComponent",(e.displayName||e.name)&&(WithIntersectionObserverComponent.displayName+=`(${e.displayName||e.name})`),WithIntersectionObserverComponent.propTypes={onInView:s().func.isRequired,...e.propTypes},WithIntersectionObserverComponent}},61991:(e,t,i)=>{i.d(t,{Ay:()=>r,Kq:()=>s});const n=(0,i(63696).createContext)(""),{Consumer:o,Provider:s}=n,r=n},65214:(e,t,i)=>{i.d(t,{G:()=>o,t:()=>n});const n=new Set(i.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=n){return t instanceof Set&&t.has(e)}},65311:(e,t,i)=>{i.d(t,{c:()=>r});var n=i(82871),o=i(97398),s=i(99897);function r(e="",t={}){const{slug:i="",name:r="",owner:a={}}=t||{};if(!i||!r)return e;let l="",c="";return s.L1===i?e.match(/account/i)?l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,n.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):o.Y===i&&(l=(0,n.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,n.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,n.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),r)),a&&a.login&&(c=(0,n.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,n.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),a.login)),c||(c=(0,n.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},66889:(e,t,i)=>{function n(e,t){const i=e.getBoundingClientRect(),n=t.getBoundingClientRect();return!(i.bottom<n.top||n.bottom<i.top||i.right<n.left||n.right<i.left)}i.d(t,{N:()=>n})},67150:(e,t,i)=>{i.d(t,{G:()=>c,HY:()=>g,SG:()=>d,db:()=>o,e4:()=>p,vl:()=>u});i(17243);var n=i(82871);const o="missing_required_scopes",s="insufficientPermissions",r="forbidden",a="internal_server_error",l="invalid_json";function c(e){return e?.code===o}function d(e){return[s,r].includes(e?.data?.reason)}function g(e){return!!e?.data?.reconnectURL}function u(e,t){return!(!t?.storeName||d(e)||c(e)||g(e))}function p(e){return e?.code===a?(0,n.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,n.__)("The server provided an invalid response","google-site-kit"):e?.message}},67768:(e,t,i)=>{i.d(t,{A:()=>SelectionPanelError});var n=i(62688),o=i.n(n),s=i(63696),r=i(66889),a=i(77967),l=i(62540);function SelectionPanelError({error:e,noPrefix:t=!0,skipRetryMessage:n=!0}){const o=(0,s.useRef)();return(0,s.useEffect)(()=>{if(e){const e=i.g.document.activeElement;e&&e.closest(".googlesitekit-selection-panel-item")&&(0,r.N)(o.current,e)&&e.scrollIntoView()}},[e]),e?(0,l.jsx)("div",{ref:o,children:(0,l.jsx)(a.A,{className:"googlesitekit-notice--square googlesitekit-selection-panel-error",error:e,noPrefix:t,skipRetryMessage:n})}):null}SelectionPanelError.propTypes={error:o().shape({message:o().string}),noPrefix:o().bool,skipRetryMessage:o().bool}},68485:(e,t,i)=>{i.d(t,{r:()=>AdminScreenTooltip,i:()=>n.i});var n=i(15863),o=i(63696),s=i(50539),r=i(62688),a=i(36703),l=i(40960),c=i(60592),d=i(14007),g=i(39771),u=i(32947),p=i(62540);function JoyrideTooltip(e){const{title:t,content:n,dismissLabel:s,disableOverlay:r=!0,target:m,cta:h=!1,className:I,styles:M={},slug:y="",placement:f="auto",onDismiss:A=()=>{},onView:j=()=>{},onTourStart:N=()=>{},onTourEnd:k=()=>{}}=e;function _(){return!!i.g.document.querySelector(m)}const[v,T]=(0,o.useState)(_),E=(0,u.dv)(),D=E===u.mp||E===u.Lg,[x,b]=(0,o.useState)(!0),S=(0,o.useRef)(D);if((0,l.A)(()=>{_()&&T(!0)},v?null:250),(0,o.useEffect)(()=>{let e=()=>{};if("function"==typeof i.g.ResizeObserver){const t=i.g.document.querySelector(m);if(t){const n=new ResizeObserver(()=>{i.g.dispatchEvent(new Event("resize"))});n.observe(t),e=()=>n.disconnect()}}return e},[m,v]),(0,o.useEffect)(()=>{let e;return S.current!==D&&(b(!1),e=setTimeout(()=>{b(!0)},50),S.current=D),()=>{e&&clearTimeout(e)}},[D]),!v)return null;const C=[{title:t,target:m,content:n,disableBeacon:!0,isFixed:!0,placement:f,cta:h,className:I}],w={close:s,last:s};return(0,p.jsx)(d.A,{slug:y,children:(0,p.jsx)(a.Ay,{callback:function({type:e}){switch(e){case a.qY.TOUR_START:N(),i.g.document.body.classList.add("googlesitekit-showing-tooltip");break;case a.qY.TOUR_END:k(),i.g.document.body.classList.remove("googlesitekit-showing-tooltip");break;case a.qY.STEP_AFTER:A();break;case a.qY.TOOLTIP:j()}},disableOverlay:r,spotlightPadding:0,floaterProps:g.ei,locale:w,steps:C,styles:{...g.R0,...M,options:{...g.R0.options,...M?.options},spotlight:{...g.R0.spotlight,...M?.spotlight}},tooltipComponent:c.A,run:x,disableScrolling:!0})})}JoyrideTooltip.propTypes={title:r.PropTypes.node,content:r.PropTypes.string,disableOverlay:r.PropTypes.bool,dismissLabel:r.PropTypes.string,target:r.PropTypes.string.isRequired,onDismiss:r.PropTypes.func,onShow:r.PropTypes.func,className:r.PropTypes.string,styles:r.PropTypes.object,slug:r.PropTypes.string,placement:r.PropTypes.string,onView:r.PropTypes.func};var m=i(7081),h=i(12850),I=i(77766);function AdminScreenTooltip(){const e=(0,I.A)(),{setValue:t}=(0,s.useDispatch)(m.n),i=(0,u.dv)(),{isTooltipVisible:n=!1,target:r,placement:a,className:l,tooltipSlug:c,title:d,content:g,dismissLabel:M}=(0,s.useSelect)(e=>e(m.n).getValue("admin-screen-tooltip")||{isTooltipVisible:!1});const y=(0,o.useCallback)(()=>{c&&(0,h.sx)(`${e}_${c}`,"tooltip_dismiss"),t("admin-screen-tooltip",void 0)},[t,c,e]);if(!n)return null;const f=i===u.mp||i===u.Lg,A=null!=r?r:'#adminmenu [href*="page=googlesitekit-settings"]',j=null!=a?a:"right";return(0,p.jsx)(JoyrideTooltip,{target:f?"body":A,placement:f?"center":j,className:f?"googlesitekit-tour-tooltip__modal_step":l||(r?void 0:"googlesitekit-tour-tooltip__fixed-settings-tooltip"),disableOverlay:!f,slug:"admin-screen-tooltip",title:d,content:g,dismissLabel:M,onView:function(){(0,h.sx)(`${e}_${c}`,"tooltip_view")},onDismiss:y})}},68869:(e,t,i)=>{i.d(t,{Ay:()=>r});var n=i(6732);const{Consumer:o,Provider:s}=n.A,r=s},71423:(e,t,i)=>{i.d(t,{$:()=>s,D:()=>o});var n=i(24558);const o="core/notifications",s=[n.uR,n.jU,n.f7,n.Ax,n.Is]},71769:(e,t,i)=>{function n(e){return e.charAt(0).toUpperCase()+e.slice(1)}function o(e){return e.replace(/([a-z0-9]{1})([A-Z]{1})/g,"$1_$2").toUpperCase()}function s(e){return e.split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join("")}i.d(t,{Uf:()=>s,m2:()=>n,sP:()=>o})},72455:(e,t,i)=>{i.d(t,{CV:()=>E,Cu:()=>N,K9:()=>n,Kr:()=>h,Lf:()=>p,Oh:()=>r,PW:()=>T,Rx:()=>C,S9:()=>I,TQ:()=>g,Vt:()=>b,Wl:()=>A,ZC:()=>o,ZY:()=>a,_p:()=>S,ag:()=>m,aj:()=>u,bz:()=>D,dq:()=>x,f2:()=>c,fB:()=>v,fV:()=>_,iB:()=>d,kc:()=>l,mo:()=>y,nc:()=>k,rm:()=>j,to:()=>s,wo:()=>M,yn:()=>f});const n="modules/analytics-4",o="account_create",s="property_create",r="webdatastream_create",a="analyticsSetup",l=10,c=1,d="https://www.googleapis.com/auth/tagmanager.readonly",g="enhanced-measurement-form",u="enhanced-measurement-enabled",p="enhanced-measurement-should-dismiss-activation-banner",m="analyticsAccountCreate",h="analyticsCustomDimensionsCreate",I="https://www.googleapis.com/auth/analytics.edit",M="dashboardAllTrafficWidgetDimensionName",y="dashboardAllTrafficWidgetDimensionColor",f="dashboardAllTrafficWidgetDimensionValue",A="dashboardAllTrafficWidgetActiveRowIndex",j="dashboardAllTrafficWidgetLoaded",N={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},k={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},_=[k.CONTACT,k.GENERATE_LEAD,k.SUBMIT_LEAD_FORM],v={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},T="audiencePermissionsSetup",E="audienceTileCustomDimensionCreate",D="audience-selection-panel-expirable-new-badge-",x="audience",b="customDimension",S="property",C=[x,b,S]},72545:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),n||(n=o.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73549:(e,t,i)=>{i.d(t,{A:()=>ReportZero});var n=i(62688),o=i.n(n),s=i(82871),r=i(50539),a=i(37226),l=i(4884),c=i(62540);function ReportZero({moduleSlug:e}){const t=(0,r.useSelect)(t=>t(a.i).getModule(e));return(0,c.jsx)(l.A,{title:(0,s.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,s.__)("%s Gathering Data","google-site-kit"),t?.name),description:(0,s.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,s.__)("%s data is not yet available, please check back later","google-site-kit"),t?.name)})}ReportZero.propTypes={moduleSlug:o().string.isRequired}},73881:(e,t,i)=>{i.d(t,{A:()=>n});const n="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTA4IiBoZWlnaHQ9IjI2NyIgdmlld0JveD0iMCAwIDUwOCAyNjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzEwNTc2KSI+CjxwYXRoIGQ9Ik01MzMuOTg5IDIxNi4yNDNDNTA4LjI4MSAyNjkuOTc4IDQzOS41ODcgMjcwLjU1NiA0MDEuNDQyIDI2Mi4zNzFDMzUxLjY3OCAyNTEuNjkzIDMxOC42NDcgMjEyLjYzNCAyNzUuMiAyMTAuMTZDMjMxLjc1NCAyMDcuNjg1IDIwNy41MzIgMjMwLjI4OCAxNjAuNzE0IDIzNS45MzdDMTEzLjg5NSAyNDEuNTg1IDU2LjQ3NDcgMjM2LjQ1IDI2LjY5MjIgMTc4LjQyNUMtMy4wOTAyOCAxMjAuNDAxIDE3LjQ0OTMgNTguOTc2MyA3MC4zMzkgMjguMTkyM0MxMjMuMjI5IC0yLjU5MTc4IDE1NS4zMTcgMjguMzQ4MyAyMDcuNTMyIDI4LjE5MjNDMjU5Ljc0NyAyOC4wMzYzIDI4MC44NTQgLTE4LjU5MDkgMzI5LjQzMSAtMjIuMzcwMUMzNTMuNTQ0IC0yNC4yNDYgMzc3Ljg0MiAtMTkuMjg2IDQwMS45NjEgLTIuNTkxNzdDNDI1LjgxNiAxMy45MTk2IDQyOS4zMTIgNDQuMTM4OSA0ODguNjk5IDcyLjI1NTZDNTQ4LjA4NiAxMDAuMzcyIDU1OS42OTcgMTYyLjUwOCA1MzMuOTg5IDIxNi4yNDNaIiBmaWxsPSIjQjhFNkNBIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTQ2MV8xMDU3NikiPgo8cmVjdCB4PSIyNjciIHk9IjU4Ljg3NiIgd2lkdGg9IjEzNi4xMjIiIGhlaWdodD0iNzQuMjQ4NCIgcng9IjkuMDc0OCIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIyODAuMiIgeT0iNzIuMDc1MSIgd2lkdGg9IjIwLjYyNDYiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjgwLjIiIHk9Ijg2LjEwMDMiIHdpZHRoPSI0MS4yNDkxIiBoZWlnaHQ9IjE2LjQ5OTYiIHJ4PSI4LjI0OTgyIiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjI4MC4yIiB5PSIxMTQuOTc0IiB3aWR0aD0iMTA5LjcyMyIgaGVpZ2h0PSI2LjU5OTg2IiByeD0iMy4yOTk5MyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjg3LjYyMiA5MS44NzUyTDI5My4wNjIgOTcuMzE0N00yOTMuMDYyIDk3LjMxNDdMMjkzLjEyMiA5My4wMjM2TTI5My4wNjIgOTcuMzE0N0wyODguNzcxIDk3LjM3NTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yMzc0NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxyZWN0IHg9IjI5OC4zNSIgeT0iOTEuODc1MiIgd2lkdGg9IjE2LjQ5OTYiIGhlaWdodD0iNC45NDk4OSIgcng9IjEuNjQ5OTYiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTQ2MV8xMDU3NikiPgo8cmVjdCB4PSIxMTciIHk9IjE0NSIgd2lkdGg9IjEzNi4xMjIiIGhlaWdodD0iNzQuMjQ4NCIgcng9IjkuMDc0OCIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIxMzAiIHk9IjE1OCIgd2lkdGg9IjU0IiBoZWlnaHQ9IjciIHJ4PSIzLjI5OTkzIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjEzMC4yIiB5PSIxNzIuMjI0IiB3aWR0aD0iNDEuMjQ5MSIgaGVpZ2h0PSIxNi40OTk2IiByeD0iOC4yNDk4MiIgZmlsbD0iI0ZGREVEMyIvPgo8cmVjdCB4PSIxMzAuMiIgeT0iMjAxLjA5OCIgd2lkdGg9IjEwOS43MjMiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEzNy42MjIgMTc3Ljk5OUwxNDMuMDYyIDE4My40MzlNMTQzLjA2MiAxODMuNDM5TDE0My4xMjIgMTc5LjE0OE0xNDMuMDYyIDE4My40MzlMMTM4Ljc3MSAxODMuNDk5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjM3NDciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxNDguMzUiIHk9IjE3Ny45OTkiIHdpZHRoPSIxNi40OTk2IiBoZWlnaHQ9IjQuOTQ5ODkiIHJ4PSIxLjY0OTk2IiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMl9kXzE0NjFfMTA1NzYpIj4KPHJlY3QgeD0iMTE3IiB5PSI1OC44NzYiIHdpZHRoPSIxMzYuMTIyIiBoZWlnaHQ9Ijc0LjI0ODQiIHJ4PSI5LjA3NDgiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iNzIuMDc1MSIgd2lkdGg9Ijg2LjYyMzEiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iODYuMTAwMyIgd2lkdGg9IjQxLjI0OTEiIGhlaWdodD0iMTYuNDk5NiIgcng9IjguMjQ5ODIiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMTMwLjE5OSIgeT0iMTE0Ljk3NCIgd2lkdGg9IjEwOS43MjMiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEzNy42MjUgOTcuMzc1MUwxNDMuMDY0IDkxLjkzNTdNMTQzLjA2NCA5MS45MzU3TDEzOC43NzMgOTEuODc1Mk0xNDMuMDY0IDkxLjkzNTdMMTQzLjEyNSA5Ni4yMjY4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjM3NDciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxNDguMzUiIHk9IjkxLjg3NTIiIHdpZHRoPSIxNi40OTk2IiBoZWlnaHQ9IjQuOTQ5ODkiIHJ4PSIxLjY0OTk2IiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyM19kXzE0NjFfMTA1NzYpIj4KPHJlY3QgeD0iMjY3IiB5PSIxNDUiIHdpZHRoPSIxMzYuMTIyIiBoZWlnaHQ9Ijc0LjI0ODQiIHJ4PSI5LjA3NDgiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjgwLjE5OSIgeT0iMTU4LjE5OSIgd2lkdGg9IjUyLjc5ODkiIGhlaWdodD0iNi41OTk4NiIgcng9IjMuMjk5OTMiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTI4MC4xOTkgMTgwLjQ3NEMyODAuMTk5IDE3NS45MTggMjgzLjg5MyAxNzIuMjI0IDI4OC40NDkgMTcyLjIyNEgzMTMuMTk5QzMxNy43NTUgMTcyLjIyNCAzMjEuNDQ4IDE3NS45MTggMzIxLjQ0OCAxODAuNDc0QzMyMS40NDggMTg1LjAzIDMxNy43NTUgMTg4LjcyNCAzMTMuMTk5IDE4OC43MjRIMjg4LjQ0OUMyODMuODkzIDE4OC43MjQgMjgwLjE5OSAxODUuMDMgMjgwLjE5OSAxODAuNDc0WiIgZmlsbD0iI0I4RTZDQSIvPgo8cmVjdCB4PSIyODAuMTk5IiB5PSIyMDEuMDk4IiB3aWR0aD0iMTA5LjcyMyIgaGVpZ2h0PSI2LjU5OTg2IiByeD0iMy4yOTk5MyIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjg3LjYyNCAxODMuNDk5TDI5My4wNjMgMTc4LjA2TTI5My4wNjMgMTc4LjA2TDI4OC43NzIgMTc3Ljk5OU0yOTMuMDYzIDE3OC4wNkwyOTMuMTI0IDE4Mi4zNTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yMzc0NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxyZWN0IHg9IjI5OC4zNSIgeT0iMTc3Ljk5OSIgd2lkdGg9IjE2LjQ5OTYiIGhlaWdodD0iNC45NDk4OSIgcng9IjEuNjQ5OTYiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNDYxXzEwNTc2IiB4PSIyNTMuOCIgeT0iNDguOTc2MiIgd2lkdGg9IjE2Mi41MjIiIGhlaWdodD0iMTAwLjY0OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIzLjI5OTkzIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuNTk5ODYiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMDU3NiIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIxX2RfMTQ2MV8xMDU3NiIgeD0iMTAzLjgiIHk9IjEzNS4xIiB3aWR0aD0iMTYyLjUyMiIgaGVpZ2h0PSIxMDAuNjQ4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjMuMjk5OTMiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi41OTk4NiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTA1NzYiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjJfZF8xNDYxXzEwNTc2IiB4PSIxMDMuOCIgeT0iNDguOTc2MiIgd2lkdGg9IjE2Mi41MjIiIGhlaWdodD0iMTAwLjY0OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIzLjI5OTkzIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuNTk5ODYiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMDU3NiIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIzX2RfMTQ2MV8xMDU3NiIgeD0iMjUzLjgiIHk9IjEzNS4xIiB3aWR0aD0iMTYyLjUyMiIgaGVpZ2h0PSIxMDAuNjQ4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjMuMjk5OTMiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi41OTk4NiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzEwNTc2Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTA1NzYiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTQ2MV8xMDU3NiI+CjxyZWN0IHdpZHRoPSI1MDgiIGhlaWdodD0iMjY3IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="},73887:(e,t,i)=>{i.d(t,{A:()=>ConnectGA4CTAWidget});var n=i(63560),o=i(82871),s=i(63696),r=i(50539),a=i(37226),l=i(58116),c=i(86134),d=i(43427),g=i(72455),u=i(45472),p=i(93896),m=i(12850),h=i(99897),I=i(92698),M=i(94468),y=i(50787),f=i(20898),A=i(7184),j=i(73881),N=i(85284),k=i(62540);function ConnectGA4CTAWidget({Widget:e,WidgetNull:t}){const i=(0,s.useRef)(),_=(0,r.useSelect)(e=>{const t=e(l.oR).getKeyMetrics(),i=e(c.aO).getWidgets(d.AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY);return t&&i?i.filter(({slug:e,modules:i})=>t.includes(e)&&i.includes(h.L1)):[]}),v=(0,r.useSelect)(e=>e(a.i).isModuleActive(h.L1)),T=(0,r.useSelect)(e=>{const t=e(g.K9).getAdminReauthURL();return!!t&&e(u.M).isNavigatingTo(t)}),E=(0,r.useSelect)(e=>e(a.i).isFetchingSetModuleActivation(h.L1,!0)),D=(0,r.useSelect)(e=>e(p.O4).getModuleSettingsEditURL(h.L1)),x=(0,r.useSelect)(e=>e(u.M).isNavigatingTo(D)),{dismissItem:b}=(0,r.useDispatch)(l.oR),S=(0,I.A)(h.L1),C=(0,M.A)(h.L1),w=(0,s.useCallback)(()=>v?C():(S(),null),[S,C,v]),R=(0,n.A)(i,{threshold:.25}),[z,L]=(0,s.useState)(!1),O=!!R?.intersectionRatio,{triggerSurvey:B}=(0,r.useDispatch)(l.oR);(0,s.useEffect)(()=>{O&&!z&&(B("view_kmw_setup_cta",{ttl:m.Du}),L(!0))},[O,z,B]);const[G,P]=(0,s.useState)(!1),W=(0,y.d)(P,3e3);(0,s.useEffect)(()=>{E||T||x?P(!0):W(!1)},[E,T,W,x]);return!1!==(0,r.useSelect)(e=>e(l.oR).isItemDismissed(h.DF))||_.length<4?(0,k.jsx)(t,{}):(0,k.jsx)(e,{noPadding:!0,children:(0,k.jsx)(A.A,{ref:i,className:"googlesitekit-banner--setup-cta googlesitekit-km-connect-ga4-cta",title:(0,o.__)("Analytics is disconnected","google-site-kit"),description:(0,o.__)("Metrics cannot be displayed without Analytics","google-site-kit"),ctaButton:{label:(0,o.__)("Connect Analytics","google-site-kit"),onClick:w,disabled:G,inProgress:G},svg:{desktop:j.A,mobile:N.A,verticalPosition:"top"},footer:(0,k.jsx)(f.A,{onClick:()=>b(h.DF),children:(0,o.__)("Maybe later","google-site-kit")})})})}},74595:(e,t,i)=>{i.d(t,{wA:()=>a.A,ws:()=>u.w,WM:()=>r.A});var n=i(29725),o=i(56805),s=i(78913),r=i(35470),a=i(63737),l=i(44319),c=i(31170),d=i(30043),g=i(66293),u=i(1102),p=i(47121),m=i(97241);const h=(0,n.I)({},i.g.wp?.data);h.combineStores=p.o3,h.commonActions=p.jU,h.commonControls=p._5,h.commonStore=p.x0,h.createReducer=function(e){return(0,m.Ay)(e)},h.useInViewSelect=u.w,h.controls=o.n,h.createRegistryControl=s.b,h.createRegistrySelector=s.N,h.useSelect=r.A,h.useDispatch=a.A,h.useRegistry=l.A,h.withSelect=c.A,h.withDispatch=d.A,h.RegistryProvider=g.Ay;const I=h;void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.data=I},75487:(e,t,i)=>{i.d(t,{fh:()=>Cell,xA:()=>u,fI:()=>d});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function Cell(e){const{className:t,alignTop:i,alignMiddle:n,alignBottom:o,alignRight:s,alignLeft:l,smAlignRight:c,mdAlignRight:d,lgAlignRight:g,smSize:u,smStart:p,smOrder:m,mdSize:h,mdStart:I,mdOrder:M,lgSize:y,lgStart:f,lgOrder:A,size:j,children:N,...k}=e;return(0,a.jsx)("div",{...k,className:r()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":i,"mdc-layout-grid__cell--align-middle":n,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":s,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":d,"mdc-layout-grid__cell--align-right-desktop":g,[`mdc-layout-grid__cell--span-${j}`]:12>=j&&j>0,[`mdc-layout-grid__cell--span-${y}-desktop`]:12>=y&&y>0,[`mdc-layout-grid__cell--start-${f}-desktop`]:12>=f&&f>0,[`mdc-layout-grid__cell--order-${A}-desktop`]:12>=A&&A>0,[`mdc-layout-grid__cell--span-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--start-${I}-tablet`]:8>=I&&I>0,[`mdc-layout-grid__cell--order-${M}-tablet`]:8>=M&&M>0,[`mdc-layout-grid__cell--span-${u}-phone`]:4>=u&&u>0,[`mdc-layout-grid__cell--start-${p}-phone`]:4>=p&&p>0,[`mdc-layout-grid__cell--order-${m}-phone`]:4>=m&&m>0}),children:N})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=i(63696);const c=(0,l.forwardRef)(({className:e,children:t,...i},n)=>(0,a.jsx)("div",{ref:n,className:r()("mdc-layout-grid__inner",e),...i,children:t}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const d=c,g=(0,l.forwardRef)(({alignLeft:e,fill:t,className:i,children:n,collapsed:o,...s},l)=>(0,a.jsx)("div",{className:r()("mdc-layout-grid",i,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":t}),...s,ref:l,children:n}));g.displayName="Grid",g.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},g.defaultProps={className:""};const u=g},75578:(e,t,i)=>{i.d(t,{i$:()=>ChangeMetricsLink,kB:()=>InsufficientPermissionsError,uQ:()=>S,ym:()=>MetricTileNumeric,$:()=>MetricTileTable,mF:()=>MetricTileTablePlainText,sq:()=>O.A,sB:()=>w.A});var n=i(63696),o=i(82871),s=i(50539),r=i(7081),a=i(58116),l=i(50111),c=i(20898),d=i(674),g=i(93896),u=i(12850),p=i(98748),m=i(62540);function SetupCompletedSurveyTrigger(){const e=(0,s.useSelect)(e=>e(g.O4).isKeyMetricsSetupCompleted()),t=(0,s.useSelect)(e=>e(g.O4).getKeyMetricsSetupCompletedBy()),i=(0,s.useSelect)(e=>e(a.oR).getID());return e?(0,m.jsxs)(n.Fragment,{children:[(0,m.jsx)(p.A,{triggerID:"view_kmw",ttl:u.Du}),t===i&&(0,m.jsx)(p.A,{triggerID:"view_kmw_setup_completed",ttl:u.Du})]}):null}var h=i(77766),I=i(24558);const M={slug:"sharedKeyMetrics",contexts:[I.jU,I.Ax,I.f7,I.Is],gaEventCategory:e=>`${e}_shared_key-metrics`,steps:[{target:".googlesitekit-km-change-metrics-cta",title:(0,o.__)("Personalize your key metrics","google-site-kit"),content:(0,o.__)("Another admin has set up these tailored metrics for your site. Click here to personalize them.","google-site-kit"),placement:"bottom-start"}]};function ChangeMetricsLink(){const e=(0,s.useSelect)(e=>e(a.oR).getKeyMetrics()),t=(0,h.A)(),{setValue:i}=(0,s.useDispatch)(r.n),p=(0,n.useCallback)(()=>{i(l.EA,!0),(0,u.sx)(`${t}_kmw`,"change_metrics")},[i,t]),I=Array.isArray(e)&&e?.length>0;return function({renderChangeMetricLink:e}){const t=(0,s.useSelect)(e=>e(g.O4).getKeyMetricsSetupCompletedBy()),i=(0,s.useSelect)(e=>e(a.oR).getID()),{triggerOnDemandTour:o}=(0,s.useDispatch)(a.oR),r=Number.isInteger(t)&&Number.isInteger(i)&&t>0&&i!==t;(0,n.useEffect)(()=>{e&&r&&o(M)},[e,r,o])}({renderChangeMetricLink:I}),I?(0,m.jsxs)(n.Fragment,{children:[(0,m.jsx)(c.A,{className:"googlesitekit-widget-area__cta-link googlesitekit-km-change-metrics-cta",onClick:p,leadingIcon:(0,m.jsx)(d.A,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,o.__)("Change metrics","google-site-kit")}),(0,m.jsx)(SetupCompletedSurveyTrigger,{})]}):null}var y=i(62688),f=i.n(y),A=i(13606),j=i(36148);function InsufficientPermissionsError(e){const{moduleSlug:t,onRetry:i,infoTooltip:r,headerText:a}=e,l=(0,h.A)(),d=(0,s.useSelect)(e=>e(g.O4).getErrorTroubleshootingLinkURL({code:`${t}_insufficient_permissions`}));(0,n.useEffect)(()=>{(0,u.BI)(`${l}_kmw`,"insufficient_permissions_error")},[l]);const p=(0,n.useCallback)(()=>{(0,u.sx)(`${l}_kmw`,"insufficient_permissions_error_retry"),i?.()},[i,l]);return(0,m.jsx)(j.A,{title:(0,o.__)("Insufficient permissions","google-site-kit"),headerText:a,infoTooltip:r,children:(0,m.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[(0,m.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,A.A)((0,o.__)("Permissions updated? <a>Retry</a>","google-site-kit"),{a:(0,m.jsx)(c.A,{onClick:p})})}),(0,m.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,A.A)((0,o.__)("You’ll need to contact your administrator. <a>Learn more</a>","google-site-kit"),{a:(0,m.jsx)(c.A,{href:d,external:!0,hideExternalIndicator:!0})})})]})})}InsufficientPermissionsError.propTypes={moduleSlug:f().string.isRequired,onRetry:f().func.isRequired,headerText:f().string,infoTooltip:f().string};var N=i(63560),k=i(45472),_=i(99897),v=i(16196),T=i(68485),E=i(50234),D=i(7184),x=i(73881),b=i(85284);function KeyMetricsSetupCTAWidget({Widget:e,WidgetNull:t}){const i=(0,n.useRef)(),r=(0,h.A)(),d=`${r}_kmw-cta-notification`,p=(0,E.A)(),I=(0,s.useSelect)(e=>e(g.O4).getAdminURL("googlesitekit-user-input")),M=(0,s.useSelect)(e=>e(g.O4).getAdminURL("googlesitekit-metric-selection")),y=(0,s.useSelect)(e=>I&&e(k.M).isNavigatingTo(I)),f=(0,N.A)(i,{threshold:.25}),[A,j]=(0,n.useState)(!1),_=!!f?.intersectionRatio,{triggerSurvey:v}=(0,s.useDispatch)(a.oR);(0,n.useEffect)(()=>{_&&!A&&((0,u.sx)(`${r}_kmw-cta-notification`,"view_notification"),v("view_kmw_setup_cta",{ttl:u.Du}),j(!0))},[_,A,r,v]);const S={tooltipSlug:l.Uf,title:(0,o.__)("You can always set up goals in Settings later","google-site-kit"),content:(0,o.__)("The Key Metrics section will be added back to your dashboard once you set your goals in Settings","google-site-kit"),dismissLabel:(0,o.__)("Got it","google-site-kit")},C=(0,T.i)(S),{dismissItem:w}=(0,s.useDispatch)(a.oR),R=(0,n.useCallback)(async()=>{await(0,u.sx)(d,"dismiss_notification"),C(),await w(l.Uf)},[d,C,w]),{navigateTo:z}=(0,s.useDispatch)(k.M),L=(0,n.useCallback)(async()=>{await(0,u.sx)(d,"confirm_pick_own_metrics"),z(M)},[d,z,M]),O=(0,n.useCallback)(async()=>{await(0,u.sx)(d,"confirm_get_tailored_metrics"),z(I)},[d,z,I]);return p?(0,m.jsx)(e,{noPadding:!0,children:(0,m.jsx)(D.A,{ref:i,className:"googlesitekit-banner--setup-cta",title:(0,o.__)("Get personalized suggestions for user interaction metrics based on your goals","google-site-kit"),description:(0,o.__)("Answer 3 questions and we’ll suggest relevant metrics for your dashboard. These metrics will help you track how users interact with your site.","google-site-kit"),dismissButton:{label:(0,o.__)("Maybe later","google-site-kit"),onClick:R},ctaButton:{label:(0,o.__)("Get tailored metrics","google-site-kit"),onClick:O,disabled:y,inProgress:y},svg:{desktop:x.A,mobile:b.A,verticalPosition:"top"},footer:(0,m.jsxs)("div",{className:"googlesitekit-widget-key-metrics-footer",children:[(0,m.jsx)("span",{children:(0,o.__)("Interested in specific metrics?","google-site-kit")}),(0,m.jsx)(c.A,{onClick:L,children:(0,o.__)("Select your own metrics","google-site-kit")})]})})}):(0,m.jsx)(t,{})}KeyMetricsSetupCTAWidget.propTypes={Widget:f().elementType.isRequired,WidgetNull:f().elementType};const S=(0,v.A)({moduleName:_.L1})(KeyMetricsSetupCTAWidget);var C=i(2478),w=i(35886);function MetricTileNumeric({metricValue:e,metricValueFormat:t,subText:i,previousValue:n,currentValue:o,...s}){const r=(0,u.mK)(t);return(0,m.jsxs)(w.A,{className:"googlesitekit-km-widget-tile--numeric",...s,children:[(0,m.jsxs)("div",{className:"googlesitekit-km-widget-tile__metric-container",children:[(0,m.jsx)("div",{className:"googlesitekit-km-widget-tile__metric",children:(0,u.Eo)(e,r)}),(0,m.jsx)("p",{className:"googlesitekit-km-widget-tile__subtext",children:i})]}),(0,m.jsx)("div",{className:"googlesitekit-km-widget-tile__metric-change-container",children:(0,m.jsx)(C.A,{previousValue:n,currentValue:o,isAbsolute:"percent"===r?.style})})]})}MetricTileNumeric.propTypes={metricValue:f().oneOfType([f().string,f().number]),metricValueFormat:f().oneOfType([f().string,f().object]),subtext:f().string,previousValue:f().number,currentValue:f().number};var R=i(17243),z=i(4452),L=i.n(z);function MetricTileTable({rows:e=[],columns:t=[],limit:i,ZeroState:n,...o}){let s=null;return e?.length>0?s=e.slice(0,i||e.length).map((e,i)=>(0,m.jsx)("div",{className:"googlesitekit-table__body-row",children:t.map(({Component:t,field:i,className:n},o)=>{const s=void 0!==i?(0,R.get)(e,i):void 0;return(0,m.jsxs)("div",{className:L()("googlesitekit-table__body-item",n),children:[t&&(0,m.jsx)(t,{row:e,fieldValue:s}),!t&&s]},o)})},i)):n&&(s=(0,m.jsx)("div",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,m.jsx)("div",{className:"googlesitekit-table__body-zero-data",children:(0,m.jsx)(n,{})})})),(0,m.jsx)(w.A,{className:"googlesitekit-km-widget-tile--table",...o,children:(0,m.jsx)("div",{className:"googlesitekit-km-widget-tile__table",children:s})})}function MetricTileTablePlainText({content:e}){return(0,m.jsx)("p",{className:"googlesitekit-km-widget-tile__table-plain-text",children:e})}MetricTileTable.propTypes={rows:f().array,columns:f().array,limit:f().number,ZeroState:f().elementType},MetricTileTablePlainText.propTypes={content:f().string.isRequired};var O=i(40847);i(54593)},76283:(e,t,i)=>{i.d(t,{Fs:()=>AudienceAreaFooter,Oc:()=>n.A,AG:()=>Y.A,Rl:()=>AudienceSelectionPanel,c9:()=>Ki,x_:()=>ChangeGroupsLink,H8:()=>ConnectAnalyticsCTAWidget,xE:()=>Rn,vw:()=>PrimaryUserSetupWidget,VR:()=>SecondaryUserSetupWidget});var n=i(80869),o=i(17243),s=i(62688),r=i.n(s),a=i(63696),l=i(16196),c=i(50539),d=i(67150),g=i(7081),u=i(82871);const p="audience-segmentation-info-notice-ui",m="audience-segmentation-info-notice",h=[{slug:"new-visitors",content:(0,u.__)("The higher the portion of new visitors you have, the more your audience is growing. Looking at what content brings them to your site may give you insights on how to reach even more people.","google-site-kit")},{slug:"compare-metrics",content:(0,u.__)("Select up to three visitor groups to display on the dashboard and easily compare metrics between them.","google-site-kit")},{slug:"custom-audiences",content:(0,u.__)("Configure your own custom audiences in Analytics to gain deeper insights into visitor behavior, for example consider creating an “Existing customers” or “Subscribers” segment, depending on what goals you have for your site.","google-site-kit")},{slug:"purchasers",content:(0,u.__)("Select the Purchasers visitor group to gain insights into which visitors bring the most revenue to your site.","google-site-kit")},{slug:"returning-visitors",content:(0,u.__)("The more returning visitors your site has, the stronger and more loyal an audience you’re building. Check which content brings people back to your site - it might help you create a strategy to build a community.","google-site-kit")},{slug:"compare-new-returning",content:(0,u.__)("Compare the ratio of “new” to “returning” visitors – this can give you insights on whether you have more people stopping by as a one-off, or more loyal visitors.","google-site-kit")},{slug:"compare-cities",content:(0,u.__)("Check the cities which bring you more new vs more returning visitors – there might be new audiences you could engage with in locations you hadn’t thought about.","google-site-kit")}];var I,M,y,f,A,j,N,k,_,v,T,E,D=i(55527),x=i(32947);function b(){return b=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},b.apply(null,arguments)}const S=e=>a.createElement("svg",b({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 233 117"},e),I||(I=a.createElement("path",{fill:"#F3F5F7",d:"M2.956 80.014a32.4 32.4 0 0 0 6.283 9.673c10.459 11.015 25.911 11.949 40.083 9.193A98.3 98.3 0 0 0 88.91 81.449c6.738-4.994 13.394-11.19 22.316-11.467 3.35-.103 6.814.82 9.345 2.998 5.259 4.497 5.165 12.186 9.269 17.516 5.458 7.088 13.308 9.283 21.87 10.101 24.191 2.309 53.006-5.265 69.646-23.694 14.857-16.452 16.64-42.63-1.343-57.629-8.216-6.852-19.483-9.992-30.117-8.392-8.127 1.223-16.378 4.942-24.791 5.977-9.908 1.22-16.033-2.943-24.05-7.79C127.086.641 108.62-2.597 92.807 2.292 77.671 6.972 66.777 19.747 52.048 25.36c-12.727 4.852-27.761 4.114-38.82 12.017C.143 46.727-3.146 65.603 2.956 80.014"})),a.createElement("path",{fill:"#161B18",d:"M118.945 116.194c32.642 0 59.104-1.654 59.104-3.694s-26.462-3.694-59.104-3.694c-32.643 0-59.105 1.654-59.105 3.694s26.462 3.694 59.105 3.694",opacity:.1,style:{mixBlendMode:"multiply"}}),M||(M=a.createElement("path",{fill:"#CBD0D3",d:"M118.945 116.194c32.642 0 59.104-1.654 59.104-3.694s-26.462-3.694-59.104-3.694c-32.643 0-59.105 1.654-59.105 3.694s26.462 3.694 59.105 3.694"})),y||(y=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.396,d:"M99.725 51.387c1.758 6.518 7.872 11.126 14.356 13.01 6.484 1.882 13.377 1.514 20.12 1.177 3.188-.158 6.449-.298 9.503.627s5.912 3.137 6.724 6.222c.466 1.773.121 3.686-.787 5.274"})),f||(f=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.4,d:"M87.114 62.487c-1.015 16.075-6.61 30.497-2.87 48.618h-4.26M91.929 111.105h-4.261l7.53-48.618"})),A||(A=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.396,d:"M73.527 57.419c-3.635 1.642-10.613 5.299-10.613 12.724"})),j||(j=a.createElement("path",{fill:"#CBD0D3",d:"m103.118 84.07-2.957.269-18.04 1.632-10.545.952-1-23.491-1.74-40.88 32.912-1.199.664 30.445.09 4.099.612 28.078z"})),N||(N=a.createElement("path",{fill:"#999F9B",d:"m100.163 84.339 1.697-.155 1.261-.114-1.371-62.719-1.891.087 1.017 59.457-29.439 2.786.103 2.34.04.9 10.545-.952 18.04-1.632z"})),k||(k=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.396,d:"M62.912 70.143c0 4.321 4.917 7.437 8.424 5.913"})),_||(_=a.createElement("path",{stroke:"#7B807D",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:3.607,d:"m159.169 21.79-22.985 89.068"})),v||(v=a.createElement("path",{fill:"#E77D5B",d:"m157.57 14.897-34.151 34.35a3.61 3.61 0 0 0 .016 5.1 3.6 3.6 0 0 0 1.62.929l46.822 12.4a3.606 3.606 0 0 0 4.404-4.435l-12.674-46.745a3.6 3.6 0 0 0-2.557-2.542 3.6 3.6 0 0 0-3.48.942"})),T||(T=a.createElement("path",{fill:"#962C0A",d:"m153.345 35.252 2.003-7.566 3.905 1.034-2.003 7.566-2.874 9.163-3.103-.822zm-2.709 18.123a2.77 2.77 0 0 1-1.715-1.274 2.77 2.77 0 0 1-.259-2.121q.296-1.116 1.265-1.68a2.77 2.77 0 0 1 2.121-.259q1.116.296 1.68 1.266t.268 2.085a2.77 2.77 0 0 1-1.275 1.715q-.97.564-2.085.268"})),E||(E=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.396,d:"M149.639 77.697a6.85 6.85 0 0 1-3.747 3.098c-3.335 1.14-7.399-.673-8.778-3.916"})));var C=i(15167),w=i(59323),R=i(49383),z=i(35902),L=i(13606),O=i(20898),B=i(62540);function GetHelpLink({linkURL:e}){return(0,L.A)((0,u.__)("Contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,B.jsx)(O.A,{href:e,external:!0,hideExternalIndicator:!0,children:(0,u.__)("Get help","google-site-kit")})})}function ErrorWidgetDetails({failedAudiences:e,showRetryButton:t,onRetry:i,onRequestAccess:n,errors:o,hasInsufficientPermissionsError:s}){return e?.length?(0,B.jsxs)("div",{children:[(0,B.jsx)(w.A,{children:(0,u.__)("Failed to create the following audiences:","google-site-kit")}),(0,B.jsx)("ul",{className:"googlesitekit-widget-audience-segmentation-error__failed-audiences",children:e.map(e=>(0,B.jsx)("li",{children:e},e))}),(0,B.jsx)(R.Button,{onClick:i,danger:!0,children:(0,u.__)("Retry","google-site-kit")})]}):t&&i?(0,B.jsx)(R.Button,{onClick:i,danger:!0,children:(0,u.__)("Retry","google-site-kit")}):(0,B.jsx)(z.A,{moduleSlug:"analytics-4",error:o,GetHelpLink:s?GetHelpLink:void 0,hideGetHelpLink:!s,buttonVariant:"danger",getHelpClassName:"googlesitekit-error-retry-text",onRetry:i,onRequestAccess:n})}GetHelpLink.propTypes={linkURL:r().string.isRequired},ErrorWidgetDetails.propTypes={errors:r().arrayOf(r().object).isRequired,onRetry:r().func.isRequired,onRequestAccess:r().func.isRequired,showRetryButton:r().bool,failedAudiences:r().arrayOf(r().string),hasInsufficientPermissionsError:r().bool};const G=(0,a.forwardRef)(({Widget:e,errors:t,onRetry:i,onRequestAccess:n,showRetryButton:o,failedAudiences:s},r)=>{const a=(0,x.dv)(),l=a===x.mp,c=a===x.Lg,g=t.some(d.SG);return(0,B.jsx)(e,{ref:r,className:"googlesitekit-audience-segmentation-error-widget",noPadding:!0,children:(0,B.jsx)(D.xA,{className:"googlesitekit-audience-segmentation-error__widget-primary-cell",collapsed:!0,children:(0,B.jsxs)(D.fI,{children:[(0,B.jsxs)(D.fh,{smSize:6,mdSize:8,lgSize:7,children:[(0,B.jsx)(C.A,{as:"h3",type:"title",size:"large",children:g?(0,u.__)("Insufficient permissions","google-site-kit"):(0,u.__)("Your visitor groups data loading failed","google-site-kit")}),(0,B.jsx)("div",{className:"googlesitekit-widget-audience-segmentation-error__actions",children:(0,B.jsx)(ErrorWidgetDetails,{failedAudiences:s,showRetryButton:o,onRetry:i,onRequestAccess:n,errors:t,hasInsufficientPermissionsError:g})})]}),!l&&!c&&(0,B.jsx)(D.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",smSize:6,mdSize:3,lgSize:5,children:(0,B.jsx)(S,{width:"233px"})}),c&&(0,B.jsx)(D.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",mdSize:8,children:(0,B.jsx)(S,{width:"233px"})}),l&&(0,B.jsx)(D.fh,{className:"googlesitekit-widget-audience-segmentation-error__svg-wrapper",smSize:8,children:(0,B.jsx)(S,{width:"233px"})})]})})})});G.propTypes={Widget:r().elementType.isRequired,errors:r().arrayOf(r().object).isRequired,onRetry:r().func.isRequired,onRequestAccess:r().func.isRequired,showRetryButton:r().bool,failedAudiences:r().arrayOf(r().string)};const P=G;var W=i(61046),Z=i(12850),U=i(77766),V=i(99897);const F=(0,W.A)(P);function AudienceSegmentationErrorWidget({Widget:e,errors:t,onRetry:i,showRetryButton:n,failedAudiences:s}){const r=(0,U.A)(),{setValue:l}=(0,c.useDispatch)(g.n),u=t?(0,o.castArray)(t):[],m=u.some(d.SG);return(0,a.useEffect)(()=>{l(p,!0)},[l]),(0,B.jsx)(F,{Widget:e,errors:u,onRetry:function(){(0,Z.sx)(`${r}_audiences-all-tiles`,"data_loading_error_retry").finally(()=>{l(p,!1),i?.()})},failedAudiences:s,onRequestAccess:()=>{(0,Z.sx)(`${r}_audiences-all-tiles`,"insufficient_permissions_error_request_access")},showRetryButton:n,onInView:()=>{const e=m?"insufficient_permissions_error":"data_loading_error";(0,Z.sx)(`${r}_audiences-all-tiles`,e)}})}AudienceSegmentationErrorWidget.propTypes={Widget:r().elementType.isRequired,errors:r().oneOfType([r().object,r().arrayOf(r().object)]).isRequired,onRetry:r().func,showRetryButton:r().bool,failedAudiences:r().arrayOf(r().string)};const H=(0,l.A)({moduleName:V.L1})(AudienceSegmentationErrorWidget);var Y=i(28663),Q=(i(78464),i(72455)),X=i(58116),J=i(133),q=i(29877);function K(e,t){return(0,c.useSelect)(i=>t.reduce((t,n)=>{const o=i(Q.K9).getPartialDataSiteKitAudience(n);if(void 0===o)return{};const s={};o?s.newVsReturning="new-visitors"===o.audienceSlug?"new":"returning":s.audienceResourceName=n;const r=i(Q.K9).hasFinishedResolution("getReport",[{...e,dimensionFilters:{...e.dimensionFilters,...s}}]);return t[n]=r,t},{}))}function $(e,t){return(0,c.useSelect)(i=>t.reduce((t,n)=>{const o=i(Q.K9).getPartialDataSiteKitAudience(n);if(void 0===o)return t;const s={};o?s.newVsReturning="new-visitors"===o.audienceSlug?"new":"returning":s.audienceResourceName=n;const r=i(Q.K9).getErrorForSelector("getReport",[{...e,dimensionFilters:{...e.dimensionFilters,...s}}]);return r&&(t[n]=r),t},{}))}function ee({isSiteKitAudiencePartialData:e,siteKitAudiences:t,otherAudiences:i}){const n=(0,c.useSelect)(e=>e(X.oR).getConfiguredAudiences()),o={audienceResourceName:n},s=(0,c.useSelect)(e=>e(X.oR).getDateRangeDates({offsetDays:Q.f2,compare:!0})),{startDate:r,endDate:a}=s,l=void 0===e?void 0:i.length>0||!1===e,d=t.length>0&&e,g={...s,dimensions:[{name:"audienceResourceName"}],dimensionFilters:o,metrics:[{name:"totalUsers"},{name:"sessionsPerUser"},{name:"screenPageViewsPerSession"},{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_reportOptions"},u=(0,c.useInViewSelect)(e=>{if(void 0!==l)return l?e(Q.K9).getReport(g):null},[l,g]),p=(0,c.useSelect)(e=>{if(void 0!==l)return!l||e(Q.K9).hasFinishedResolution("getReport",[g])}),m=(0,c.useSelect)(e=>{if(void 0!==l)return l?e(Q.K9).getErrorForSelector("getReport",[g]):null}),h={...s,dimensions:[{name:"newVsReturning"}],dimensionFilters:{newVsReturning:["new","returning"]},metrics:[{name:"totalUsers"},{name:"sessionsPerUser"},{name:"screenPageViewsPerSession"},{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_newVsReturningReportOptions"},I=(0,c.useInViewSelect)(e=>{if(void 0!==d)return d?e(Q.K9).getReport(h):null},[d,h]),M=(0,c.useSelect)(e=>{if(void 0!==d)return!d||e(Q.K9).hasFinishedResolution("getReport",[h])}),y=(0,c.useSelect)(e=>{if(void 0!==d)return d?e(Q.K9).getErrorForSelector("getReport",[h]):null}),f={startDate:r,endDate:a,metrics:[{name:"screenPageViews"}],reportID:"audience-segmentation_use-audience-tiles-reports_hook_totalPageviewsReportOptions"},A=(0,c.useInViewSelect)(e=>e(Q.K9).getReport(f)),j=(0,c.useSelect)(e=>e(Q.K9).hasFinishedResolution("getReport",[f])),N=(0,c.useSelect)(e=>e(Q.K9).getErrorForSelector("getReport",[f])),k=Number(A?.totals?.[0]?.metricValues?.[0]?.value)||0,_={startDate:r,endDate:a,dimensions:["city"],metrics:[{name:"totalUsers"}],orderby:[{metric:{metricName:"totalUsers"},desc:!0}],limit:4,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topCitiesReportOptions"},v=(0,c.useInViewSelect)(e=>e(Q.K9).getReportForAllAudiences(_,n)),T=K(_,n),E=$(_,n),D={startDate:r,endDate:a,dimensions:["pagePath"],metrics:[{name:"screenPageViews"}],dimensionFilters:{"customEvent:googlesitekit_post_type":{filterType:"stringFilter",matchType:"EXACT",value:"post"}},orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:3,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topContentReportOptions"},x=(0,c.useInViewSelect)(e=>e(Q.K9).getReportForAllAudiences(D,n)),b=K(D,n),S=$(D,n),C={startDate:r,endDate:a,dimensions:["pagePath","pageTitle"],metrics:[{name:"screenPageViews"}],dimensionFilters:{"customEvent:googlesitekit_post_type":{filterType:"stringFilter",matchType:"EXACT",value:"post"}},orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:15,reportID:"audience-segmentation_use-audience-tiles-reports_hook_topContentPageTitlesReportOptions"};return{report:u,reportLoaded:p,reportError:m,siteKitAudiencesReport:I,siteKitAudiencesReportLoaded:M,siteKitAudiencesReportError:y,totalPageviews:k,totalPageviewsReportLoaded:j,totalPageviewsReportError:N,topCitiesReport:v,topCitiesReportsLoaded:T,topCitiesReportErrors:E,topContentReport:x,topContentReportsLoaded:b,topContentReportErrors:S,topContentPageTitlesReport:(0,c.useInViewSelect)(e=>e(Q.K9).getReportForAllAudiences(C,n)),topContentPageTitlesReportsLoaded:K(C,n),topContentPageTitlesReportErrors:$(C,n)}}var te,ie,ne,oe,se,re,ae,le,ce,de,ge,ue,pe=i(35323),me=i(23224);function AudienceTileLoading(){return(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-loading",children:[(0,B.jsx)(me.A,{width:"100%",height:"20px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"}),(0,B.jsx)(me.A,{width:"100%",height:"52px"})]})}function he(){return he=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},he.apply(null,arguments)}const Ie=e=>a.createElement("svg",he({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 190 142"},e),te||(te=a.createElement("path",{fill:"#F3F5F7",d:"M11.755 110.799a44 44 0 0 0 4.457 4.095c14.958 11.965 27.316 11.946 44.424 9.762 15.862-2.025 17.862-10.923 35.362-10.923s25.665 6.38 46 5 38.081-23.761 44.757-41.774c9.833-26.528-4.519-57.596-24.82-66.096-18.699-8.5-31.437.01-51.437-3.63C84.998 2.59 79.998-4.051 60.636 4c-20.53 8.701-20.455 23.533-32.699 38.667C18.974 53.747 4.956 56.312.734 76.959c-2.673 13.07 3.077 25.467 11.021 33.84"})),a.createElement("path",{fill:"#161B18",d:"M96.07 141.772c39.765 0 72-2.014 72-4.5 0-2.485-32.235-4.5-72-4.5s-72 2.015-72 4.5c0 2.486 32.236 4.5 72 4.5",opacity:.1,style:{mixBlendMode:"multiply"}}),ie||(ie=a.createElement("path",{fill:"#CBD0D3",d:"M96.07 141.772c39.765 0 72-2.014 72-4.5 0-2.485-32.235-4.5-72-4.5s-72 2.015-72 4.5c0 2.486 32.236 4.5 72 4.5"})),ne||(ne=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"M72.657 62.826c2.14 7.94 9.59 13.553 17.488 15.847 7.898 2.295 16.295 1.846 24.51 1.435 3.883-.192 7.855-.363 11.576.764s7.202 3.821 8.191 7.58c.568 2.16.147 4.49-.959 6.424"})),oe||(oe=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.705,d:"M57.306 76.348c-1.237 19.582-8.053 37.15-3.497 59.224h-5.188M63.171 135.572h-5.19l9.173-59.224"})),se||(se=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.7,d:"M40.754 70.174c-4.429 2-12.93 6.455-12.929 15.5"})),re||(re=a.createElement("path",{fill:"#CBD0D3",d:"m76.804 102.64-3.602.327-21.976 1.988-12.845 1.16-1.22-28.616-2.118-49.8 40.092-1.46.81 37.088.109 4.993.745 34.204z"})),ae||(ae=a.createElement("path",{fill:"#999F9B",d:"m73.203 102.967 2.067-.188 1.537-.139-1.671-76.403-2.303.105 1.24 72.43-35.862 3.393.125 2.852.048 1.095 12.845-1.159 21.977-1.989z"})),le||(le=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.7,d:"M27.827 85.674c0 5.264 5.99 9.06 10.262 7.203"})),ce||(ce=a.createElement("path",{stroke:"#7B807D",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:4.393,d:"m145.07 26.773-28 108.499"})),de||(de=a.createElement("path",{fill:"#E77D5B",d:"M143.121 18.374 101.519 60.22a4.39 4.39 0 0 0-1.124 4.247 4.4 4.4 0 0 0 3.116 3.096l57.038 15.105a4.394 4.394 0 0 0 5.365-5.402l-15.439-56.943a4.393 4.393 0 0 0-7.354-1.949"})),ge||(ge=a.createElement("path",{fill:"#962C0A",d:"m138.137 42.556 2.44-9.216 4.756 1.26-2.44 9.215-3.501 11.163-3.78-1.001zm-3.301 22.078a3.37 3.37 0 0 1-2.088-1.553 3.37 3.37 0 0 1-.316-2.584q.36-1.359 1.541-2.046a3.38 3.38 0 0 1 2.584-.316q1.359.36 2.046 1.542t.327 2.54a3.38 3.38 0 0 1-1.553 2.09q-1.182.686-2.541.327"})),ue||(ue=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"M133.461 94.876a8.35 8.35 0 0 1-4.565 3.774c-4.063 1.39-9.013-.82-10.694-4.77"}))),Me=(0,a.forwardRef)(({errors:e,onRetry:t,onRequestAccess:i},n)=>{const o=e.some(e=>(0,d.SG)(e));return(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error",ref:n,children:(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-error__container",children:[(0,B.jsx)(Ie,{className:"googlesitekit-audience-segmentation-tile-error__image"}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-error__body",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error__message",children:(0,B.jsx)(C.A,{as:"h3",type:"headline",size:"small",className:"googlesitekit-audience-segmentation-tile-error__title",children:o?(0,u.__)("Insufficient permissions","google-site-kit"):(0,u.__)("Data loading failed","google-site-kit")})}),(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-error__actions",children:(0,B.jsx)(z.A,{moduleSlug:"analytics-4",error:e,GetHelpLink:o?GetHelpLink:void 0,hideGetHelpLink:!o,buttonVariant:"danger",onRetry:t,onRequestAccess:i})})]})]})})});Me.propTypes={errors:r().array.isRequired,onRetry:r().func.isRequired,onRequestAccess:r().func.isRequired};const ye=Me,fe=(0,W.A)(ye);function AudienceTileError({audienceSlug:e,errors:t}){const i=(0,U.A)(),n=t.some(e=>(0,d.SG)(e));return(0,B.jsx)(fe,{errors:t,onInView:()=>{const t=n?"insufficient_permissions_error":"data_loading_error";(0,Z.sx)(`${i}_audiences-tile`,t,e)},onRetry:()=>{(0,Z.sx)(`${i}_audiences-tile`,"data_loading_error_retry",e)},onRequestAccess:()=>{(0,Z.sx)(`${i}_audiences-tile`,"insufficient_permissions_error_request_access",e)}})}AudienceTileError.propTypes={audienceSlug:r().string.isRequired,errors:r().array.isRequired};var Ae,je=i(4452),Ne=i.n(je);function ke(){return ke=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ke.apply(null,arguments)}const _e=e=>a.createElement("svg",ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Ae||(Ae=a.createElement("path",{fill:"currentColor",d:"M.833 16.667v-2.334q0-.708.354-1.291a2.5 2.5 0 0 1 .98-.917q1.29-.646 2.624-.958a11 11 0 0 1 2.709-.333q1.375 0 2.708.333 1.333.313 2.625.958.604.313.958.917.375.584.375 1.292v2.333zm15 0v-2.5q0-.917-.52-1.75-.5-.855-1.438-1.458 1.062.125 2 .437a10 10 0 0 1 1.75.73q.75.416 1.145.937.396.5.396 1.104v2.5zM7.5 10a3.2 3.2 0 0 1-2.354-.979 3.2 3.2 0 0 1-.98-2.354q0-1.376.98-2.354a3.2 3.2 0 0 1 2.354-.98 3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .979 2.354 3.2 3.2 0 0 1-.98 2.354 3.2 3.2 0 0 1-2.353.98m8.333-3.333a3.2 3.2 0 0 1-.98 2.354 3.2 3.2 0 0 1-2.353.98q-.23 0-.584-.042a7 7 0 0 1-.583-.125q.563-.667.854-1.48a4.7 4.7 0 0 0 .313-1.687q0-.875-.313-1.688a4.8 4.8 0 0 0-.854-1.479q.292-.104.583-.125a4 4 0 0 1 .584-.042 3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .979 2.354M2.5 15h10v-.666a.74.74 0 0 0-.125-.417.74.74 0 0 0-.292-.292 10.5 10.5 0 0 0-2.27-.833 9.34 9.34 0 0 0-4.626 0q-1.146.27-2.27.833a.9.9 0 0 0-.313.292.84.84 0 0 0-.104.417zm5-6.666q.687 0 1.166-.48.5-.5.5-1.187t-.5-1.167Q8.186 5 7.5 5q-.688 0-1.188.5-.48.48-.479 1.167 0 .687.48 1.187.499.48 1.187.48"})));var ve;function Te(){return Te=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Te.apply(null,arguments)}const Ee=e=>a.createElement("svg",Te({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),ve||(ve=a.createElement("path",{fill:"currentColor",d:"M10 17.5a7.4 7.4 0 0 1-2.937-.583 8 8 0 0 1-2.375-1.605 8 8 0 0 1-1.605-2.374A7.4 7.4 0 0 1 2.5 10q0-1.563.583-2.917a7.7 7.7 0 0 1 1.604-2.375 7.6 7.6 0 0 1 2.375-1.604A7.2 7.2 0 0 1 10 2.5q1.708 0 3.23.73a7.25 7.25 0 0 1 2.603 2.062V3.333H17.5v5h-5V6.667h2.292a6.2 6.2 0 0 0-2.104-1.834A5.6 5.6 0 0 0 10 4.167q-2.437 0-4.146 1.708Q4.167 7.563 4.167 10t1.687 4.146q1.71 1.687 4.146 1.687 2.188 0 3.813-1.416 1.646-1.418 1.937-3.584h1.708q-.312 2.854-2.458 4.771-2.125 1.896-5 1.896m2.333-4-3.166-3.167v-4.5h1.666v3.834l2.667 2.666z"})));var De;function xe(){return xe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},xe.apply(null,arguments)}const be=e=>a.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),De||(De=a.createElement("path",{fill:"currentColor",d:"M13.125 16.667H3.334q-.689 0-1.188-.48-.48-.5-.479-1.187V5q0-.687.48-1.166.498-.5 1.187-.5h13.333q.687 0 1.167.5.5.479.5 1.166v10q0 .688-.5 1.188-.48.48-1.167.479H15.5l-3.916-3.917q-.437.292-.959.438-.5.146-1.041.146-1.562 0-2.667-1.084-1.083-1.104-1.083-2.666 0-1.563 1.083-2.646a3.63 3.63 0 0 1 2.667-1.104q1.562 0 2.646 1.104 1.104 1.083 1.104 2.646 0 .563-.146 1.062a3.4 3.4 0 0 1-.438.938L16.167 15h.5V5H3.334v10h8.125zm-3.541-5q.874 0 1.479-.604.604-.604.604-1.48 0-.875-.604-1.479a2.01 2.01 0 0 0-1.48-.604q-.874 0-1.479.604a2.01 2.01 0 0 0-.604 1.48q0 .875.604 1.479.604.603 1.48.604M3.334 15V5z"})));var Se;function Ce(){return Ce=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Ce.apply(null,arguments)}const we=e=>a.createElement("svg",Ce({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Se||(Se=a.createElement("path",{fill:"currentColor",d:"M4.167 17.5q-.688 0-1.188-.48-.48-.498-.479-1.187V4.167q0-.689.48-1.167.499-.5 1.187-.5h11.666q.688 0 1.167.5.5.48.5 1.167v11.666q0 .688-.5 1.188-.48.48-1.167.479zm0-1.667h11.666v-10H4.167zM10 14.167q-1.709 0-3.062-.917A5.4 5.4 0 0 1 5 10.833a5.27 5.27 0 0 1 1.938-2.395Q8.29 7.499 10 7.5q1.709 0 3.042.938A5.23 5.23 0 0 1 15 10.833a5.35 5.35 0 0 1-1.958 2.417q-1.334.917-3.042.917m0-1.25q1.167 0 2.125-.542a4 4 0 0 0 1.5-1.542 3.85 3.85 0 0 0-1.5-1.52A4.1 4.1 0 0 0 10 8.75a4.1 4.1 0 0 0-2.125.563 3.85 3.85 0 0 0-1.5 1.52 4 4 0 0 0 1.5 1.542 4.24 4.24 0 0 0 2.125.542m0-.834a1.26 1.26 0 0 1-.896-.354 1.26 1.26 0 0 1-.354-.896q0-.52.354-.875.375-.375.896-.375.52 0 .875.375.375.354.375.875t-.375.896a1.2 1.2 0 0 1-.875.354"})));var Re;function ze(){return ze=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ze.apply(null,arguments)}const Le=e=>a.createElement("svg",ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Re||(Re=a.createElement("path",{fill:"currentColor",d:"M10 18.333a.78.78 0 0 1-.5-.166 1 1 0 0 1-.312-.438 11.6 11.6 0 0 0-1-2.187q-.585-1.022-1.646-2.396-1.062-1.376-1.73-2.625-.645-1.25-.645-3.021 0-2.437 1.687-4.125Q7.564 1.666 10 1.667q2.438 0 4.125 1.708 1.71 1.688 1.709 4.125 0 1.896-.73 3.166-.708 1.25-1.645 2.48-1.125 1.5-1.709 2.5a11.8 11.8 0 0 0-.937 2.083.94.94 0 0 1-.334.458.8.8 0 0 1-.479.146m0-2.979q.354-.708.792-1.396.459-.688 1.333-1.833a20 20 0 0 0 1.459-2.146q.583-1 .583-2.48 0-1.728-1.23-2.937Q11.73 3.332 10 3.333t-2.958 1.23Q5.833 5.77 5.834 7.5q0 1.479.562 2.479.584.98 1.48 2.146.874 1.146 1.312 1.833.458.688.812 1.396m0-5.77q.876 0 1.48-.605.603-.604.604-1.48 0-.874-.604-1.478A2.01 2.01 0 0 0 10 5.417q-.875-.001-1.479.604A2.01 2.01 0 0 0 7.917 7.5q0 .875.604 1.479t1.48.604"})));var Oe;function Be(){return Be=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},Be.apply(null,arguments)}const Ge=e=>a.createElement("svg",Be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Oe||(Oe=a.createElement("path",{fill:"currentColor",d:"M3.334 16.667q-.689 0-1.188-.48-.48-.5-.479-1.187V5q0-.687.48-1.166.498-.5 1.187-.5h13.333q.687 0 1.167.5.5.479.5 1.166v10q0 .688-.5 1.188-.48.48-1.167.479zm0-1.667h8.75v-2.916h-8.75zm10.416 0h2.917V7.5H13.75zM3.334 10.417h8.75V7.5h-8.75z"})));function AudienceTileMetric({TileIcon:e,title:t,metricValue:i,Badge:n,metricValueFormat:o}){return(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,B.jsx)(e,{})}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__value",children:(0,Z.Eo)(i,o)}),(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:t})]}),(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__badge-container",children:(0,B.jsx)(n,{})})]})}function AudienceTileNoData(){return(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__no-data",children:(0,u.__)("No data to show yet","google-site-kit")})}function AudienceTileCitiesMetric({TileIcon:e,title:t,topCities:i}){const n=i?.dimensionValues?.filter(Boolean)||[],o=!!n.length;return(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric googlesitekit-audience-segmentation-tile-metric--cities",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,B.jsx)(e,{})}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:t}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__content",children:[!o&&(0,B.jsx)(AudienceTileNoData,{}),o&&n.map((e,t)=>(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric-name",children:e?.value}),(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__cities-metric-value",children:(0,Z.Eo)(i?.metricValues[t]?.value/i?.total,{style:"percent",maximumFractionDigits:1})})]},e?.value))]})]})]})}AudienceTileMetric.propTypes={TileIcon:r().elementType.isRequired,title:r().string.isRequired,metricValue:r().number.isRequired,Badge:r().elementType.isRequired,metricValueFormat:r().object},AudienceTileCitiesMetric.propTypes={TileIcon:r().elementType.isRequired,title:r().string.isRequired,topCities:r().object};var Pe=i(44451),We=i(78340),Ze=i(93896),Ue=i(10953);function BadgeWithTooltip({className:e="",label:t,onTooltipOpen:i,tooltipTitle:n}){return(0,B.jsxs)("span",{className:Ne()("googlesitekit-badge-with-tooltip","googlesitekit-badge",e),children:[t,n&&(0,B.jsx)(Ue.A,{onOpen:i,title:n})]})}function PartialDataNotice({content:e}){return(0,B.jsx)("span",{className:"googlesitekit-audience-segmentation-partial-data-notice",children:e})}BadgeWithTooltip.propTypes={onTooltipOpen:r().func,tooltipTitle:r().node,className:r().string,label:r().node.isRequired},PartialDataNotice.propTypes={content:r().node};const Ve=(0,a.forwardRef)(({onClick:e,isSaving:t},i)=>(0,B.jsxs)("div",{ref:i,className:"googlesitekit-audience-segmentation-tile-metric__no-data",children:[(0,u.__)("No data to show","google-site-kit"),(0,B.jsx)(w.A,{children:(0,u.__)("Update Analytics to track metric","google-site-kit")}),(0,B.jsx)(R.SpinnerButton,{onClick:e,isSaving:t,disabled:t,danger:!0,children:(0,u.__)("Update","google-site-kit")})]}));Ve.propTypes={onClick:r().func.isRequired,isSaving:r().bool};const Fe=Ve,He=(0,W.A)(Fe);function AudienceTilePagesMetricContent({topContentTitles:e,topContent:t,isTopContentPartialData:i,hasCustomDimension:n,onCreateCustomDimension:o,isSaving:s}){const r=(0,U.A)(),a=(0,pe.A)(),l=(0,x.dv)(),d=[x.mp,x.Lg].includes(l),g=t?.dimensionValues?.filter(Boolean)||[],p=!!g.length,m=(0,c.useSelect)(e=>e(X.oR).getDateRangeDates({offsetDays:Q.f2}));function ContentLinkComponent({content:t}){const i=e[t?.value],n=t?.value,o=(0,c.useSelect)(e=>a?null:e(Q.K9).getServiceReportURL("all-pages-and-screens",{filters:{unifiedPagePathScreen:n},dates:m}));return a?(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__top-content-metric-name",children:i}):(0,B.jsx)(O.A,{href:o,title:i,external:!0,hideExternalIndicator:!0,children:i})}return(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__content",children:[!n&&(0,B.jsx)(He,{onClick:function(){(0,Z.sx)(`${r}_audiences-top-content-cta`,"create_custom_dimension").finally(o)},isSaving:s,onInView:()=>{(0,Z.sx)(`${r}_audiences-top-content-cta`,"view_cta")}}),n&&!p&&(0,B.jsx)(AudienceTileNoData,{}),n&&p&&g.map((e,i)=>(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__page-metric-container",children:[(0,B.jsx)(ContentLinkComponent,{content:e}),(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__page-metric-value",children:(0,Z.Eo)(t?.metricValues[i]?.value)})]},e?.value)),d&&i&&(0,B.jsx)(PartialDataNotice,{content:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this metric","google-site-kit")})]})}AudienceTilePagesMetricContent.propTypes={topContentTitles:r().object,topContent:r().object,isTopContentPartialData:r().bool,hasCustomDimension:r().bool,onCreateCustomDimension:r().func,isSaving:r().bool};var Ye=i(43427),Qe=i(27333);function AudienceTilePagesMetric({audienceTileNumber:e,audienceSlug:t,TileIcon:o,title:s,topContent:r,topContentTitles:l,isTopContentPartialData:g}){const p=(0,x.dv)(),m=(0,U.A)(),h=Q.Cu.googlesitekit_post_type.parameterName,I=(0,c.useSelect)(e=>!e(Q.K9).hasCustomDimensions(h)),M=(0,c.useSelect)(e=>e(X.oR).hasScope(Q.S9)),y=(0,Pe.F)(i.g.location.href,{notification:"audience_segmentation",widgetArea:Ye.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION}),f=(0,Pe.F)(i.g.location.href,{widgetArea:Ye.AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION}),A=(0,Qe.A)(Q.CV,"isAutoCreatingCustomDimensionsForAudience"),j=(0,c.useSelect)(e=>e(Q.K9).isCreatingCustomDimension(h)),N=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableCustomDimensions()),k=(0,c.useSelect)(e=>e(Q.K9).getCreateCustomDimensionError(h)),_=(0,c.useSelect)(e=>e(Q.K9).getPropertyID()),{clearError:v}=(0,c.useDispatch)(Q.K9),{setValues:T}=(0,c.useDispatch)(We.s),{setPermissionScopeError:E,clearPermissionScopeError:D}=(0,c.useDispatch)(X.oR),b=(0,Qe.A)(Q.CV,"isRetrying"),S=(0,Qe.A)(Q.CV,"autoSubmit"),C=(0,c.useSelect)(e=>e(Ze.O4).getSetupErrorCode()),{setSetupErrorCode:w}=(0,c.useDispatch)(Ze.O4),R=S&&"access_denied"===C,z=(0,a.useCallback)(({isRetrying:e}={})=>{T(Q.CV,{autoSubmit:!0,isRetrying:e}),M||E({code:d.db,message:(0,u.__)("Additional permissions are required to create new audiences in Analytics.","google-site-kit"),data:{status:403,scopes:[Q.S9],skipModal:!0,skipDefaultErrorNotifications:!0,redirectURL:y,errorRedirectURL:f}})},[M,y,f,E,T]),L=(0,a.useCallback)(()=>{T(Q.CV,{autoSubmit:!1,isRetrying:!1}),w(null),D(),v("createCustomDimension",[_,Q.Cu.googlesitekit_post_type])},[v,D,_,w,T]),O=[x.mp,x.Lg].includes(p),G=A||j||N;return(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric googlesitekit-audience-segmentation-tile-metric--top-content",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile-metric__icon",children:(0,B.jsx)(o,{})}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__container",children:[(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-metric__title",children:[s,!O&&g&&(0,B.jsx)(BadgeWithTooltip,{className:"googlesitekit-audience-segmentation-partial-data-badge",label:(0,u.__)("Partial data","google-site-kit"),onTooltipOpen:()=>{(0,Z.sx)(`${m}_audiences-tile`,"view_top_content_partial_data_tooltip",t)},tooltipTitle:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this metric","google-site-kit")})]}),(0,B.jsx)(AudienceTilePagesMetricContent,{topContentTitles:l,topContent:r,isTopContentPartialData:g,hasCustomDimension:!I,onCreateCustomDimension:z,isSaving:G}),0===e&&(k&&!G||b&&!A||R)&&(0,B.jsx)(n.A,{apiErrors:[k],title:(0,u.__)("Failed to enable metric","google-site-kit"),description:(0,u.__)("Oops! Something went wrong. Retry enabling the metric.","google-site-kit"),onRetry:()=>z({isRetrying:!0}),onCancel:L,inProgress:G,hasOAuthError:R,trackEventCategory:`${m}_audiences-top-content-cta`})]})]})}AudienceTilePagesMetric.propTypes={audienceTileNumber:r().number,audienceSlug:r().string.isRequired,TileIcon:r().elementType.isRequired,title:r().string.isRequired,topContent:r().object,topContentTitles:r().object,isTopContentPartialData:r().bool};var Xe,Je,qe,Ke,$e,et,tt,it,nt,ot,st=i(2478);function rt(){return rt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},rt.apply(null,arguments)}const at=e=>a.createElement("svg",rt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 109 94"},e),Xe||(Xe=a.createElement("path",{fill:"#EBEEF0",d:"M54.323 93.529c21.908 0 39.667-17.76 39.667-39.667 0-21.908-17.76-39.667-39.667-39.667s-39.667 17.76-39.667 39.667 17.76 39.667 39.667 39.667"})),Je||(Je=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2.578,d:"m37.717 38.469 52.162 18.445a12.955 12.955 0 0 0 16.533-7.896v0a12.95 12.95 0 0 0-3.553-13.955 13 13 0 0 0-4.349-2.582L87.024 28.42l-.014.042c.3-1.877.323-3.787.07-5.67"})),qe||(qe=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2.578,d:"M70.947 38.469 18.785 56.914A12.955 12.955 0 0 1 2.25 49.018v0a12.955 12.955 0 0 1 7.902-16.537L21.64 28.42l.016.042a19.4 19.4 0 0 1-.07-5.668"})),Ke||(Ke=a.createElement("path",{fill:"#70B2F5",d:"m27.61.51.497 83.126a39.625 39.625 0 0 0 53.598-1.071l1.19-82.11z"})),$e||($e=a.createElement("path",{fill:"#77AD8C",d:"m27.61.51.497 83.126a39.625 39.625 0 0 0 53.598-1.071l1.19-82.11z"})),a.createElement("path",{fill:"#77AD8C",d:"m82.648 17.112.24-16.66h-5.853l-1.033 86.633a40 40 0 0 0 5.702-4.526z",opacity:.2,style:{mixBlendMode:"multiply"}}),et||(et=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.785,d:"M44.723 46.377c4.916 3.946 11.868 4.892 19.218.273"})),tt||(tt=a.createElement("path",{fill:"#7B807D",d:"M80.38 24.992c0-9.563-11.446-17.056-26.059-17.056s-26.06 7.49-26.06 17.056z"})),it||(it=a.createElement("path",{fill:"#fff",stroke:"#464B48",strokeLinejoin:"round",strokeWidth:4.363,d:"M39.588 39.737c8.143 0 14.744-6.602 14.744-14.745s-6.601-14.744-14.744-14.744-14.744 6.601-14.744 14.744 6.601 14.744 14.744 14.744Z"})),nt||(nt=a.createElement("path",{fill:"#fff",stroke:"#464B48",strokeLinejoin:"round",strokeWidth:4.363,d:"M69.076 39.737c8.143 0 14.745-6.602 14.745-14.745s-6.602-14.744-14.745-14.744-14.744 6.601-14.744 14.744 6.601 14.744 14.744 14.744Z"})),ot||(ot=a.createElement("path",{stroke:"#B8BDB9",strokeLinejoin:"round",strokeWidth:3.173,d:"M30.86 24.992a8.74 8.74 0 0 1 8.726-8.726M60.348 24.992a8.74 8.74 0 0 1 8.726-8.726"})));function AudienceTileCollectingData(){return(0,B.jsxs)(a.Fragment,{children:[(0,B.jsx)(at,{className:"googlesitekit-audience-segmentation-tile__zero-data-image"}),(0,B.jsx)("p",{className:"googlesitekit-audience-segmentation-tile__zero-data-description",children:(0,u.__)("Site Kit is collecting data for this group.","google-site-kit")})]})}var lt;function ct(){return ct=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ct.apply(null,arguments)}const dt=e=>a.createElement("svg",ct({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 19 19"},e),lt||(lt=a.createElement("path",{fill:"currentColor",d:"m12.907 10.523-1.088-1.088q.17-.88-.506-1.65-.675-.768-1.743-.6L8.482 6.098q.319-.15.638-.225.337-.075.712-.075 1.407 0 2.381.994.994.975.994 2.381 0 .375-.075.712-.075.319-.225.638m2.4 2.362-1.088-1.05a8 8 0 0 0 1.257-1.18 6.7 6.7 0 0 0 .956-1.482 7.3 7.3 0 0 0-2.7-3q-1.743-1.125-3.9-1.125-.544 0-1.069.075t-1.031.225L6.57 4.185a8 8 0 0 1 1.575-.468 8.2 8.2 0 0 1 1.687-.169q2.831 0 5.044 1.575a8.87 8.87 0 0 1 3.206 4.05 8.8 8.8 0 0 1-1.144 2.063 8.2 8.2 0 0 1-1.631 1.65m.375 4.613-3.15-3.113a10 10 0 0 1-1.331.32 10 10 0 0 1-1.369.093q-2.831 0-5.044-1.556a9 9 0 0 1-3.206-4.07 8.7 8.7 0 0 1 .994-1.837q.6-.862 1.369-1.537l-2.063-2.1 1.05-1.05 13.8 13.8zM4.995 6.848A8 8 0 0 0 4 7.917q-.45.58-.769 1.256a7.46 7.46 0 0 0 2.681 3.019q1.763 1.106 3.919 1.106.375 0 .731-.038.357-.056.731-.112l-.675-.713a6 6 0 0 1-.393.094 4 4 0 0 1-.394.019q-1.405 0-2.4-.975-.975-.994-.975-2.4 0-.207.019-.394.037-.187.094-.394z"})));function AudienceTileCollectingDataHideable({onHideTile:e}){return(0,B.jsxs)(a.Fragment,{children:[(0,B.jsx)("p",{className:"googlesitekit-audience-segmentation-tile__zero-data-description",children:(0,u.__)("You can hide this group until data is available.","google-site-kit")}),(0,B.jsx)(O.A,{className:"googlesitekit-audience-segmentation-tile-hide-cta",onClick:e,leadingIcon:(0,B.jsx)(dt,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,u.__)("Temporarily hide","google-site-kit")})]})}AudienceTileCollectingDataHideable.propTypes={onHideTile:r().func.isRequired};const gt=(0,a.forwardRef)(({Widget:e,audienceSlug:t,title:i,infoTooltip:n,isMobileBreakpoint:o,isTileHideable:s,onHideTile:r},a)=>{const l=(0,U.A)();return(0,B.jsx)(e,{ref:a,noPadding:!0,children:(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile",children:(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__zero-data-container",children:[!o&&(0,B.jsx)("div",{className:"googlesitekit-audience-segmentation-tile__header",children:(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header-title",children:[i,n&&(0,B.jsx)(Ue.A,{title:n,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>(0,Z.sx)(`${l}_audiences-tile`,"view_tile_tooltip",t)})]})}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__zero-data-content",children:[(0,B.jsx)(AudienceTileCollectingData,{}),s&&(0,B.jsx)(AudienceTileCollectingDataHideable,{onHideTile:r})]})]})})})});gt.propTypes={Widget:r().elementType.isRequired,audienceSlug:r().string.isRequired,title:r().string.isRequired,infoTooltip:r().oneOfType([r().string,r().element]),isMobileBreakpoint:r().bool,isTileHideable:r().bool,onHideTile:r().func};const ut=gt,pt=(0,W.A)(ut);function AudienceTileZeroData({Widget:e,audienceSlug:t,title:i,infoTooltip:n,isMobileBreakpoint:o,isTileHideable:s,onHideTile:r}){const a=(0,U.A)();return(0,B.jsx)(pt,{Widget:e,audienceSlug:t,title:i,infoTooltip:n,isMobileBreakpoint:o,isTileHideable:s,onHideTile:function(){(0,Z.sx)(`${a}_audiences-tile`,"temporarily_hide",t).finally(r)},onInView:()=>{(0,Z.sx)(`${a}_audiences-tile`,"view_tile_collecting_data",t)}})}function AudienceTile({audienceTileNumber:e=0,audienceSlug:t,title:i,infoTooltip:n,visitors:o,visitsPerVisitor:s,pagesPerVisit:r,pageviews:a,percentageOfTotalPageViews:l,topCities:d,topContent:g,topContentTitles:p,hasInvalidCustomDimensionError:m,Widget:h,audienceResourceName:I,isZeroData:M,isPartialData:y,isTileHideable:f,onHideTile:A}){const j=(0,x.dv)(),N=(0,U.A)(),k=(0,pe.A)(),_=(0,c.useInViewSelect)(e=>{const t=e(Q.K9).getPropertyID();return t&&e(Q.K9).isPropertyPartialData(t)}),v=(0,c.useSelect)(e=>e(Q.K9).isSiteKitAudience(I)),T=(0,c.useInViewSelect)(e=>!v&&void 0!==_&&(!_&&I&&e(Q.K9).isAudiencePartialData(I)),[_,v,I]),E=(0,c.useInViewSelect)(e=>void 0!==_&&(!_&&!T&&e(Q.K9).isCustomDimensionPartialData("googlesitekit_post_type")),[T]),D=(0,c.useInViewSelect)(e=>e(Q.K9).hasCustomDimensions("googlesitekit_post_type"),[]),b=[x.mp,x.Lg].includes(j);return y&&M?(0,B.jsx)(AudienceTileZeroData,{Widget:h,audienceSlug:t,title:i,infoTooltip:n,isMobileBreakpoint:b,isTileHideable:f,onHideTile:A}):(0,B.jsx)(h,{noPadding:!0,children:(0,B.jsxs)("div",{className:Ne()("googlesitekit-audience-segmentation-tile",{"googlesitekit-audience-segmentation-tile--partial-data":T}),children:[!b&&(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header",children:[(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__header-title",children:[i,n&&(0,B.jsx)(Ue.A,{title:n,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>(0,Z.sx)(`${N}_audiences-tile`,"view_tile_tooltip",t)})]}),T&&(0,B.jsx)(BadgeWithTooltip,{className:"googlesitekit-audience-segmentation-partial-data-badge",label:(0,u.__)("Partial data","google-site-kit"),tooltipTitle:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this group","google-site-kit"),onTooltipOpen:()=>{(0,Z.sx)(`${N}_audiences-tile`,"view_tile_partial_data_tooltip",t)}})]}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile__metrics",children:[b&&T&&(0,B.jsx)(PartialDataNotice,{content:(0,u.__)("Still collecting full data for this timeframe, partial data is displayed for this group","google-site-kit")}),(0,B.jsx)(AudienceTileMetric,{TileIcon:_e,title:(0,u.__)("Visitors","google-site-kit"),metricValue:o.currentValue,Badge:()=>(0,B.jsx)(st.A,{previousValue:o.previousValue,currentValue:o.currentValue})}),(0,B.jsx)(AudienceTileMetric,{TileIcon:Ee,title:(0,u.__)("Visits per visitor","google-site-kit"),metricValue:s.currentValue,Badge:()=>(0,B.jsx)(st.A,{previousValue:s.previousValue,currentValue:s.currentValue})}),(0,B.jsx)(AudienceTileMetric,{TileIcon:be,title:(0,u.__)("Pages per visit","google-site-kit"),metricValue:r.currentValue,Badge:()=>(0,B.jsx)(st.A,{previousValue:r.previousValue,currentValue:r.currentValue}),metricValueFormat:{style:"decimal",maximumFractionDigits:2}}),(0,B.jsx)(AudienceTileMetric,{TileIcon:we,title:(0,u.sprintf)(/* translators: %s: is a percentage value such as 33.3%. */ /* translators: %s: is a percentage value such as 33.3%. */ (0,u.__)("%s of total pageviews","google-site-kit"),(0,Z.Eo)(l,{style:"percent",maximumFractionDigits:1})),metricValue:a.currentValue,Badge:()=>(0,B.jsx)(st.A,{previousValue:a.previousValue,currentValue:a.currentValue})}),(0,B.jsx)(AudienceTileCitiesMetric,{TileIcon:Le,title:(0,u.__)("Cities with the most visitors","google-site-kit"),topCities:d}),(!k||D&&!m)&&(0,B.jsx)(AudienceTilePagesMetric,{audienceTileNumber:e,audienceSlug:t,TileIcon:Ge,title:(0,u.__)("Top content by pageviews","google-site-kit"),topContentTitles:p,topContent:g,isTopContentPartialData:E})]})]})})}function AudienceTooltipMessage({audienceSlug:e,audienceName:t}){const i=(0,c.useSelect)(e=>e(Ze.O4).getDocumentationLinkURL("visitor-group-insights"));return(0,a.useMemo)(()=>{switch(e){case"new-visitors":return(0,L.A)((0,u.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,u.__)('%s are people who visited your site for the first time. Note that under some circumstances it\'s possible for a visitor to be counted in both the "new" and "returning" groups. <link>Learn more</link>',"google-site-kit"),"<strong>New visitors</strong>"),{strong:(0,B.jsx)("strong",{}),link:(0,B.jsx)(O.A,{href:i,external:!0,hideExternalIndicator:!0})});case"returning-visitors":return(0,L.A)((0,u.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,u.__)('%s are people who have visited your site at least once before. Note that under some circumstances it\'s possible for a visitor to be counted in both the "new" and "returning" groups. <link>Learn more</link>',"google-site-kit"),"<strong>Returning visitors</strong>"),{strong:(0,B.jsx)("strong",{}),link:(0,B.jsx)(O.A,{href:i,external:!0,hideExternalIndicator:!0})});default:return(0,L.A)((0,u.sprintf)(/* translators: %s: is the audience name */ /* translators: %s: is the audience name */ (0,u.__)("%s is an audience that already exists in your Analytics property. Note that it's possible for a visitor to be counted in more than one group. <link>Learn more</link>","google-site-kit"),`<strong>${t}</strong>`),{strong:(0,B.jsx)("strong",{}),link:(0,B.jsx)(O.A,{href:i,external:!0,hideExternalIndicator:!0})})}},[e,t,i])}var mt,ht,It,Mt,yt,ft,At,jt,Nt,kt,_t,vt,Tt,Et,Dt,xt,bt,St,Ct,wt,Rt,zt,Lt,Ot,Bt,Gt,Pt,Wt,Zt,Ut,Vt,Ft,Ht,Yt,Qt,Xt,Jt,qt,Kt,$t,ei,ti,ii,ni,oi,si,ri,ai,li,ci,di,gi,ui,pi,mi,hi,Ii,Mi,yi,fi,Ai,ji,Ni,ki,_i,vi,Ti,Ei,Di,xi;function bi(){return bi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},bi.apply(null,arguments)}AudienceTileZeroData.propTypes={Widget:r().elementType.isRequired,audienceSlug:r().string.isRequired,title:r().string.isRequired,infoTooltip:r().oneOfType([r().string,r().element]),isMobileBreakpoint:r().bool,isTileHideable:r().bool,onHideTile:r().func},AudienceTile.propTypes={audienceTileNumber:r().number,audienceSlug:r().string.isRequired,title:r().string.isRequired,infoTooltip:r().oneOfType([r().string,r().element]),visitors:r().object,visitsPerVisitor:r().object,pagesPerVisit:r().object,pageviews:r().object,percentageOfTotalPageViews:r().number,topCities:r().object,topContent:r().object,topContentTitles:r().object,hasInvalidCustomDimensionError:r().bool,Widget:r().elementType.isRequired,audienceResourceName:r().string.isRequired,isZeroData:r().bool,isPartialData:r().bool,isTileHideable:r().bool,onHideTile:r().func},AudienceTooltipMessage.propTypes={audienceSlug:r().string.isRequired};const Si=e=>a.createElement("svg",bi({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 211 109"},e),mt||(mt=a.createElement("path",{fill:"#B8E6CA",d:"M2.675 72.31a29.3 29.3 0 0 0 5.678 8.74c9.451 9.955 23.416 10.799 36.223 8.308a88.8 88.8 0 0 0 35.776-15.752c6.09-4.513 12.104-10.113 20.167-10.363 3.027-.093 6.158.741 8.445 2.71 4.753 4.063 4.668 11.012 8.377 15.829 4.932 6.405 12.026 8.389 19.764 9.128 21.862 2.086 47.902-4.758 62.939-21.412 13.426-14.868 15.038-38.526-1.214-52.08-7.425-6.192-17.606-9.03-27.216-7.584-7.345 1.105-14.801 4.467-22.404 5.401-8.954 1.103-14.49-2.659-21.734-7.04C114.852.58 98.164-2.345 83.874 2.072 70.195 6.301 60.35 17.846 47.04 22.918c-11.502 4.385-25.089 3.717-35.082 10.86C.133 42.228-2.84 59.286 2.675 72.31"})),a.createElement("path",{fill:"#161B18",d:"M108.273 109c54.612 0 98.883-1.735 98.883-3.874s-44.271-3.875-98.883-3.875-98.882 1.735-98.882 3.875S53.66 109 108.273 109",opacity:.1,style:{mixBlendMode:"multiply"}}),ht||(ht=a.createElement("path",{fill:"#CBD0D3",d:"M108.273 109c54.612 0 98.883-1.735 98.883-3.874s-44.271-3.875-98.883-3.875-98.882 1.735-98.882 3.875S53.66 109 108.273 109"})),It||(It=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M134.765 53.225c-1.065 16.927-6.936 32.112-3.012 51.193h-4.468M139.814 104.418h-4.47l7.9-51.193"})),Mt||(Mt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M120.504 36.651c-3.814 1.73-11.135 5.58-11.135 13.398M147.266 35.787c3.493 1.787 11.06 7.678 11.977 13.225"})),yt||(yt=a.createElement("path",{fill:"#77AD8C",d:"m151.555 75.952-3.102.282-18.926 1.719-11.063 1.002-1.049-24.735-1.825-43.046 34.528-1.262.697 32.058.094 4.316.642 29.565z"})),ft||(ft=a.createElement("path",{fill:"#5C9271",d:"m148.453 76.234 1.78-.162 1.323-.12-1.439-66.042-1.983.091 1.281 63.2-24.976 2.127.862-19.15-7.844-1.074.86 20.438.107 2.465.041.946 11.063-1.002 18.927-1.719z"})),At||(At=a.createElement("path",{fill:"#CBD0D3",d:"M135.891 70.752c.032.916-.392-20.197-.629-27.044-6.628-3.008-13.797-3.559-20.67-1.228l.628 27.043c6.874-2.33 14.043-1.779 20.671 1.23"})),jt||(jt=a.createElement("path",{fill:"#EBEEF0",d:"M135.926 70.752c.01.916-.547-20.194-.629-27.044 6.481-3.306 13.617-4.182 20.592-2.166l.629 27.043c-6.975-2.015-14.111-1.139-20.592 2.167"})),Nt||(Nt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M133.233 60.796c-.083-3.907-.202-9.298-.333-14.96l.196-.005a8404 8404 0 0 1 .43 19.559l.023 1.18.004.262v.05l-.001.008a.18.18 0 0 1-.093.083.18.18 0 0 1-.1-.08l-.002-.007v-.007l-.001-.02h.001v-.025l-.004-.26-.023-1.18zm.126 6.063a.2.2 0 0 1 .093-.08.2.2 0 0 1 .097.073zm.194.01v-.001zM130.917 60.007c-.084-3.912-.203-9.29-.334-14.911l.197-.004a10935 10935 0 0 1 .432 19.528l.024 1.198.004.271.001.05v.008l-.004.02c-.054.062-.17.035-.189-.002l-.003-.015-.001-.005v-.053000000000000005l-.005-.27-.024-1.198c-.022-1.071-.055-2.66-.098-4.617m.129 6.12.193-.006-.001-.006c-.02-.037-.135-.063-.19-.002zM128.613 59.401c-.086-3.923-.206-9.285-.335-14.834l.197-.005a9890 9890 0 0 1 .459 20.704l.005.284.001.055v.008l-.001.006a.18.18 0 0 1-.094.087.2.2 0 0 1-.1-.082l-.001-.007-.001-.017h.001l-.001-.047-.005-.283-.025-1.221zm.131 6.199.195-.007a.2.2 0 0 0-.1-.081.2.2 0 0 0-.095.086zM126.303 58.977c-.087-3.938-.207-9.284-.334-14.744l.196-.005c.127 5.46.248 10.807.335 14.744l.102 4.688.032 1.545.001.061v.012l-.001.009c-.005.02-.109.084-.191.017l-.004-.02v-.008l-.001-.007h.001v-.001l-.001-.06-.006-.296-.026-1.248zm.136 6.292.195-.007-.004-.018c-.081-.066-.186-.003-.19.017zM124.002 58.73c-.088-3.958-.209-9.292-.334-14.653l.196-.004a14129 14129 0 0 1 .439 19.391l.028 1.28.006.312.002.068v.015l-.002.014c-.08.078-.19.014-.194-.004l-.001-.007v-.009000000000000001l.196-.006v-.005c-.005-.018-.114-.082-.194-.004l-.002.014v.001-.007l-.001-.066-.006-.312-.028-1.28zM121.709 58.698c-.09-3.97-.211-9.281-.333-14.54l.196-.005a15731 15731 0 0 1 .44 19.316l.029 1.306.006.327.002.074v.021a.2.2 0 0 1-.021.056.17.17 0 0 1-.175-.05v-.006l-.001-.004.197-.007-.001-.003a.16.16 0 0 0-.174-.05.2.2 0 0 0-.021.056v.003l-.001-.013-.001-.073-.007-.326-.028-1.307zM119.414 58.855c-.091-3.986-.212-9.28-.332-14.44l.196-.005c.12 5.16.242 10.454.333 14.44l.109 4.818.03 1.336.008.34.001.082.001.017v.006c0 .004-.098.096-.196.009l-.001-.007v-.002l.197-.006-.001-.006c-.098-.087-.196.005-.196.01v.001-.018000000000000002l-.002-.081-.007-.34-.03-1.336zM116.797 44.873l.196-.004.489 21.033h-.01l-.186.005z",clipRule:"evenodd"})),kt||(kt=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M133.317 67.22c-5.153-1.86-10.563-2.237-15.85-.939a.388.388 0 1 1-.188-.754c5.447-1.338 11.016-.948 16.306.963a.388.388 0 1 1-.268.73M133.267 64.222c-5.159-1.867-10.574-2.245-15.866-.946a.388.388 0 1 1-.189-.754c5.454-1.34 11.027-.947 16.323.97a.387.387 0 0 1 .234.498.39.39 0 0 1-.502.232M133.204 61.217c-5.162-1.867-10.576-2.245-15.866-.946a.393.393 0 0 1-.475-.284.39.39 0 0 1 .287-.47c5.45-1.339 11.023-.946 16.323.97a.39.39 0 0 1 .234.498.393.393 0 0 1-.503.232M133.134 58.212c-5.163-1.866-10.576-2.245-15.866-.946a.388.388 0 1 1-.189-.755c5.451-1.338 11.024-.945 16.323.97a.386.386 0 0 1 .234.499.39.39 0 0 1-.502.232M133.071 55.213c-5.163-1.872-10.584-2.252-15.881-.95a.388.388 0 1 1-.189-.754c5.459-1.342 11.038-.947 16.339.974a.39.39 0 0 1 .234.498.393.393 0 0 1-.503.232M133.001 52.208c-5.164-1.87-10.584-2.251-15.882-.95a.389.389 0 1 1-.188-.755c5.458-1.34 11.038-.945 16.339.975a.388.388 0 1 1-.269.73",clipRule:"evenodd"})),_t||(_t=a.createElement("path",{fill:"#B8BDB9",d:"M116.886 44.87c5.378-1.32 10.878-.934 16.11.963l.054 2.999c-5.227-1.891-10.721-2.276-16.094-.957z"})),vt||(vt=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m117.284 45.176.051 2.21c5.118-1.161 10.331-.806 15.312.893l-.039-2.17c-4.989-1.759-10.21-2.127-15.324-.934m-.494-.682c5.459-1.341 11.038-.947 16.339.975l.253.091.069 3.832-.536-.194c-5.159-1.867-10.574-2.245-15.866-.945l-.475.116-.089-3.8z",clipRule:"evenodd"})),Tt||(Tt=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M137.87 60.692a7073 7073 0 0 1-.362-14.961l.196-.005a8741 8741 0 0 0 .48 19.558l.04 1.44v.025h.001l.001.02-.001.003v.012a.2.2 0 0 1-.097.084.18.18 0 0 1-.097-.08l-.002-.008v-.003l-.002-.046-.008-.262-.032-1.18c-.028-1.06-.068-2.644-.117-4.597m.352 6.057a.2.2 0 0 0-.096-.076.2.2 0 0 0-.093.078zm-.193.018v.001zM140.148 59.798c-.098-3.912-.228-9.29-.359-14.91l.196-.005a10307 10307 0 0 0 .507 20.724l.008.27.001.036h.001v.023l-.002.015c-.018.038-.132.07-.189.01l-.005-.02v-.008l-.002-.05-.008-.27-.032-1.199c-.027-1.07-.068-2.66-.116-4.616m.352 6.115-.003-.014c-.057-.06-.172-.027-.189.01l-.001.006zM142.426 59.088c-.097-3.923-.227-9.285-.356-14.835l.197-.004c.129 5.55.258 10.911.355 14.834l.116 4.647.032 1.22.008.284.002.047v.024a.2.2 0 0 1-.096.086.2.2 0 0 1-.099-.082l-.001-.006v-.008l-.002-.055-.008-.284-.032-1.22zm.353 6.193v-.002a.2.2 0 0 0-.099-.082.18.18 0 0 0-.095.086zM144.711 58.559c-.096-3.937-.225-9.283-.352-14.744l.197-.004c.127 5.46.255 10.806.351 14.743l.115 4.688.032 1.247.008.297.002.059v.001h.001v.011000000000000001l-.001.004-.003.02c-.078.07-.186.012-.191-.008l-.002-.01v-.011l-.002-.06-.008-.298-.032-1.248zm.353 6.287-.001-.008c-.006-.02-.113-.078-.191-.008l-.004.018zm-.196.007",clipRule:"evenodd"})),Et||(Et=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M137.979 66.391c5.195-2.149 10.74-2.792 16.244-1.703a.389.389 0 1 1-.153.762c-5.342-1.057-10.728-.435-15.789 1.659a.394.394 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.889 63.393c5.201-2.155 10.751-2.8 16.261-1.71a.39.39 0 0 1 .308.457.39.39 0 0 1-.461.305c-5.348-1.058-10.739-.434-15.806 1.665a.39.39 0 0 1-.512-.209.387.387 0 0 1 .21-.508M137.823 60.389c5.2-2.155 10.749-2.8 16.256-1.71a.388.388 0 1 1-.153.762c-5.345-1.057-10.735-.434-15.801 1.665a.394.394 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.749 57.383c5.2-2.154 10.748-2.8 16.256-1.71a.388.388 0 1 1-.154.762c-5.344-1.057-10.735-.433-15.8 1.665a.393.393 0 0 1-.513-.209.39.39 0 0 1 .211-.508M137.663 54.385c5.206-2.16 10.761-2.807 16.276-1.716a.389.389 0 1 1-.153.763c-5.352-1.06-10.75-.434-15.821 1.67a.394.394 0 0 1-.513-.208.39.39 0 0 1 .211-.509M137.596 51.38c5.206-2.16 10.762-2.808 16.277-1.716a.39.39 0 0 1 .308.457.393.393 0 0 1-.462.305c-5.352-1.06-10.749-.432-15.82 1.67a.393.393 0 0 1-.513-.208.387.387 0 0 1 .21-.508M137.542 48.368c5.201-2.154 10.751-2.8 16.26-1.71a.389.389 0 1 1-.153.763c-5.346-1.058-10.739-.434-15.805 1.665a.393.393 0 0 1-.513-.21.39.39 0 0 1 .211-.508M137.456 45.37c5.206-2.16 10.761-2.808 16.276-1.716a.39.39 0 0 1 .308.457.39.39 0 0 1-.461.306c-5.353-1.06-10.75-.434-15.821 1.67a.394.394 0 0 1-.513-.209.39.39 0 0 1 .211-.508",clipRule:"evenodd"})),Dt||(Dt=a.createElement("path",{fill:"#CBD0D3",d:"M137.608 45.729c5.139-2.133 10.618-2.768 16.049-1.693l.21 9.014c-5.434-1.075-10.91-.439-16.049 1.693z"})),xt||(xt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m138.005 45.986.19 8.184c4.901-1.928 10.097-2.52 15.267-1.592l-.191-8.22c-5.162-.96-10.364-.356-15.266 1.628m-.55-.616c5.206-2.16 10.765-2.807 16.277-1.716a.39.39 0 0 1 .315.372l.21 9.015a.39.39 0 0 1-.14.307.4.4 0 0 1-.329.083c-5.352-1.06-10.749-.434-15.82 1.67a.4.4 0 0 1-.365-.032.39.39 0 0 1-.178-.317l-.21-9.015a.39.39 0 0 1 .24-.367",clipRule:"evenodd"})),bt||(bt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M159.24 49.011c.761 4.603-4.117 7.506-7.486 6.434M109.37 50.05c.001 4.55 5.159 7.83 8.838 6.226"})),St||(St=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"m31.757 63.326-5.175 13.74a23 23 0 0 0-.534 1.593c-1.686 5.718-.919 11.872 1.862 17.155l4.678 8.598h-4.473"})),Ct||(Ct=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.472,d:"m39.988 67.196.768 37.221"})),wt||(wt=a.createElement("path",{stroke:"#1967D2",strokeLinejoin:"round",strokeWidth:2.748,d:"M31.757 63.326a27.5 27.5 0 0 0-2.058 5.225"})),Rt||(Rt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M47.8 52.642c4.738 2.161 9.71 4.53 10.766 11.237M13.781 61.718c-2.557 3.62-6.986 9.225-5.039 14.72"})),zt||(zt=a.createElement("path",{fill:"#70B2F5",d:"M1.535 51.315 54.34 35.316s5.107 29.415-22.04 34.95c-.009 0-18.561 4.185-30.764-18.952"})),Lt||(Lt=a.createElement("path",{fill:"#77AD8C",d:"M1.535 51.315 54.34 35.316s5.107 29.415-22.04 34.95c-.009 0-18.561 4.185-30.764-18.952"})),Ot||(Ot=a.createElement("path",{fill:"#5C9271",d:"M33.856 67.557S16.354 71.503 4.163 50.52l-2.628.795C13.738 74.452 32.29 70.266 32.29 70.266c10.329-2.105 15.985-7.67 19.032-13.753-3.297 4.975-8.696 9.256-17.466 11.044"})),Bt||(Bt=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M45.22 104.418h-4.47"})),Gt||(Gt=a.createElement("path",{fill:"#CBD0D3",d:"M38.095 85.802c.172.861-3.494-19.049-4.776-25.49-6.736-1.845-13.604-1.284-19.746 1.959l4.776 25.49c6.143-3.243 13.01-3.804 19.746-1.96"})),Pt||(Pt=a.createElement("path",{fill:"#EBEEF0",d:"M38.129 85.796c.152.865-3.64-19.022-4.776-25.491 5.62-4.106 12.236-6.013 19.146-5.159l4.776 25.49c-6.91-.853-13.525 1.053-19.146 5.16"})),Wt||(Wt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M34.042 76.784c-.683-3.684-1.629-8.766-2.629-14.104l.185-.033A7852 7852 0 0 1 35.233 82.2l.052.29v.011a.17.17 0 0 1-.075.093.18.18 0 0 1-.106-.06l-.003-.007v-.003l-.001-.003v-.001l-.004-.019-.003-.023-.045-.246-.204-1.113c-.184-1-.46-2.493-.802-4.335m1.057 5.717a.18.18 0 0 1 .075-.09c.05.007.09.041.103.055zM31.73 76.387A9015 9015 0 0 0 29.11 62.33l.184-.034a9008 9008 0 0 1 3.637 19.54l.055.307v.024c-.042.066-.155.058-.18.026l-.004-.013-.001-.006-.004-.016h.001l-.006-.034-.046-.255-.208-1.13zm1.068 5.77.181-.035-.002-.005c-.024-.032-.137-.04-.178.026zM29.454 76.162c-.688-3.698-1.63-8.753-2.61-13.984l.184-.033a10403 10403 0 0 1 3.636 19.517l.058.32v.008l.001.006a.18.18 0 0 1-.076.096.18.18 0 0 1-.107-.063l-.002-.006-.003-.016-.007-.045-.049-.267-.212-1.15zm1.082 5.845.183-.035a.18.18 0 0 0-.107-.063.18.18 0 0 0-.076.096zM27.204 76.11c-.69-3.712-1.631-8.752-2.596-13.898l.185-.034a13168 13168 0 0 1 3.687 19.775l.01.057.002.007v.013c0 .02-.09.095-.177.045l-.008-.023v-.003l-.002-.007-.01-.057-.051-.28-.218-1.176zm1.101 5.932.184-.035-.006-.017c-.088-.05-.177.025-.178.045zm.185-.03v-.001M24.99 76.224c-.695-3.732-1.634-8.76-2.58-13.813l.184-.033a16041 16041 0 0 1 3.637 19.486l.055.294q.008.046.011.064l.003.028c-.063.086-.176.042-.183.025l-.002-.006v-.003l-.002-.005.184-.036v-.005c-.008-.016-.12-.06-.184.026v.013999999999999999-.006l-.066-.357-.224-1.206zM22.813 76.54c-.698-3.743-1.634-8.749-2.563-13.706l.185-.034a20173 20173 0 0 1 3.701 19.818l.003.014v.005a.2.2 0 0 1-.01.057c-.09.047-.172-.018-.174-.022v-.006l-.002-.002.185-.037-.001-.003c-.001-.004-.083-.069-.173-.021a.2.2 0 0 0-.01.059l-.003-.012-.012-.07-.057-.307-.23-1.232zM20.668 77.034l-2.547-13.61.184-.034a29372 29372 0 0 1 3.69 19.733l.015.076.003.017v.005c.001.004-.077.105-.183.038l-.001-.006v-.002l.184-.035-.002-.006c-.106-.067-.184.035-.183.038v.002-.002l-.003-.016-.014-.076-.06-.32-.235-1.26zM16.023 64.202l.185-.034 3.715 19.826-.01.001-.165.03-.01.002z",clipRule:"evenodd"})),Zt||(Zt=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M35.112 82.85c-5.163-.983-10.34-.522-15.14 1.505a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.947-2.089 10.276-2.56 15.576-1.551a.373.373 0 0 1 .298.436.375.375 0 0 1-.44.295M34.601 80.02c-5.17-.987-10.35-.527-15.157 1.502a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.953-2.09 10.287-2.561 15.593-1.548a.373.373 0 0 1 .299.436.375.375 0 0 1-.44.296M34.078 77.187c-5.173-.986-10.353-.526-15.157 1.501a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.488c4.95-2.09 10.283-2.56 15.593-1.547a.373.373 0 1 1-.141.731M33.547 74.355c-5.173-.986-10.354-.527-15.157 1.5a.377.377 0 0 1-.493-.196.37.37 0 0 1 .198-.489c4.95-2.089 10.282-2.559 15.593-1.547a.373.373 0 0 1 .298.436.375.375 0 0 1-.44.296M33.023 71.527c-5.175-.991-10.362-.532-15.172 1.5a.377.377 0 0 1-.493-.197.37.37 0 0 1 .198-.489c4.957-2.093 10.296-2.563 15.609-1.545a.373.373 0 1 1-.142.73M32.492 68.695c-5.175-.99-10.362-.532-15.172 1.5a.377.377 0 0 1-.494-.198.37.37 0 0 1 .198-.488c4.957-2.093 10.297-2.562 15.61-1.546a.373.373 0 1 1-.142.732",clipRule:"evenodd"})),Ut||(Ut=a.createElement("path",{fill:"#B8BDB9",d:"M16.109 64.187c4.884-2.062 10.147-2.527 15.39-1.523l.515 2.83c-5.238-1-10.495-.535-15.374 1.525z"})),Vt||(Vt=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m16.538 64.414.39 2.084c4.663-1.872 9.65-2.323 14.625-1.468l-.373-2.047c-4.991-.91-9.988-.47-14.642 1.431m-.572-.57c4.957-2.093 10.297-2.563 15.609-1.545l.253.048.658 3.614-.538-.102c-5.169-.987-10.35-.527-15.157 1.502l-.43.182-.672-3.582z",clipRule:"evenodd"})),Ft||(Ft=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M38.41 75.985c-.698-3.682-1.656-8.762-2.656-14.1l.185-.033a7932 7932 0 0 0 3.477 18.43l.26 1.357.005.023h.001l.004.022v.011a.17.17 0 0 1-.077.094.18.18 0 0 1-.105-.06l-.003-.01-.009-.044-.048-.246-.212-1.112zm1.269 5.677a.2.2 0 0 0-.102-.057.2.2 0 0 0-.077.088zm-.18.046v.002zM40.426 74.796c-.697-3.687-1.652-8.755-2.645-14.053l.185-.034a9326 9326 0 0 0 3.684 19.53l.049.255.006.034h.001l.003.016v.019c-.01.04-.113.087-.176.04l-.008-.023-.001-.004-.01-.046-.049-.256c-.046-.242-.12-.624-.215-1.128zm1.278 5.732-.005-.013c-.063-.047-.166 0-.177.039v.005zM42.474 73.78c-.698-3.697-1.65-8.75-2.63-13.98l.184-.034a10586 10586 0 0 0 3.678 19.51l.05.266.01.044.003.016v.006a.18.18 0 0 1-.077.097.18.18 0 0 1-.106-.063l-.002-.006-.001-.008-.01-.051-.052-.267-.219-1.15c-.194-1.023-.48-2.532-.828-4.38m1.291 5.806v-.001a.18.18 0 0 0-.106-.063.18.18 0 0 0-.077.096zM44.553 72.934c-.7-3.71-1.647-8.748-2.612-13.895l.185-.034a13097 13097 0 0 0 3.722 19.768l.011.055v.001l.002.007v.027c-.062.078-.172.039-.181.021l-.005-.02-.011-.056a265 265 0 0 1-.277-1.456zm1.306 5.895-.002-.007c-.008-.017-.119-.057-.182.021v.018zm-.184.037",clipRule:"evenodd"})),Ht||(Ht=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M39.398 81.36c4.582-2.818 9.729-4.263 15.104-4.064.208.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.217-.193-10.217 1.208-14.681 3.953a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M38.848 78.538c4.587-2.825 9.738-4.273 15.12-4.074.207.007.369.18.361.386a.374.374 0 0 1-.389.358c-5.222-.193-10.227 1.211-14.695 3.962a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513M38.316 75.705c4.587-2.824 9.737-4.272 15.115-4.073.208.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.22-.193-10.223 1.211-14.69 3.962a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513M37.789 72.873c4.587-2.824 9.737-4.272 15.115-4.073.207.007.37.18.362.386a.374.374 0 0 1-.389.358c-5.22-.193-10.223 1.211-14.691 3.962a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M37.243 70.05c4.591-2.83 9.747-4.282 15.134-4.082.207.007.37.18.362.386a.374.374 0 0 1-.39.358c-5.227-.194-10.236 1.213-14.709 3.97a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M36.712 67.216c4.591-2.829 9.747-4.281 15.134-4.08.207.007.369.18.361.385a.374.374 0 0 1-.389.358c-5.227-.194-10.236 1.214-14.71 3.97a.38.38 0 0 1-.516-.12.37.37 0 0 1 .12-.513M36.195 64.376c4.588-2.824 9.74-4.273 15.12-4.074.207.008.37.181.362.386a.374.374 0 0 1-.39.359c-5.22-.194-10.226 1.21-14.695 3.961a.38.38 0 0 1-.517-.12.37.37 0 0 1 .12-.513M35.65 61.552c4.59-2.83 9.747-4.281 15.133-4.081.207.008.37.18.362.386a.374.374 0 0 1-.39.358c-5.227-.194-10.236 1.213-14.708 3.97a.38.38 0 0 1-.518-.12.37.37 0 0 1 .12-.513",clipRule:"evenodd"})),Yt||(Yt=a.createElement("path",{fill:"#CBD0D3",d:"M35.851 61.868c4.532-2.793 9.618-4.222 14.922-4.025l1.592 8.497c-5.307-.198-10.39 1.232-14.922 4.025z"})),Qt||(Qt=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m36.268 62.051 1.446 7.715c4.338-2.565 9.162-3.91 14.197-3.812l-1.452-7.749c-5.032-.127-9.86 1.23-14.191 3.846m-.615-.5c4.591-2.83 9.75-4.28 15.134-4.08a.375.375 0 0 1 .355.304l1.593 8.497a.37.37 0 0 1-.085.31.38.38 0 0 1-.298.13c-5.228-.195-10.237 1.212-14.71 3.97a.378.378 0 0 1-.568-.25l-1.592-8.496a.37.37 0 0 1 .171-.384",clipRule:"evenodd"})),Xt||(Xt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M58.565 63.879c.876 5.566-4.736 9.076-8.612 7.78M8.738 76.438c1.616 4.56 7.623 6.458 13.652 0"})),Jt||(Jt=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.472,d:"M160.68 68.356c.934 6.676 1.531 14.409 0 20.996M171.536 72.568l-3.781 31.849h-4.47"})),qt||(qt=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M187.455 104.418h-4.471c.637-10.18 1.817-24.67 1.817-24.67"})),Kt||(Kt=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M199.766 66.904c2.35 3.645 6.395 13.017 4.381 17.69M161.004 59.99c-3.656 2.734-9.85 8.336-9.904 15.127"})),$t||($t=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M161.004 59.99c-3.656 2.734-9.85 8.336-9.904 15.127-.045 5.634 4.35 10.804 12.101 6.915"})),ei||(ei=a.createElement("path",{fill:"#77AD8C",d:"M188.416 36.69c5.324 1.935 9.926 5.533 12.45 10.684 5.586 11.402.195 27.178-11.38 32.714-10.499 5.032-24.499 1.152-30.83-8.532s-4.157-23.882 4.792-31.286c6.7-5.538 16.706-6.574 24.968-3.58"})),ti||(ti=a.createElement("path",{fill:"#5C9271",d:"M200.868 47.374a19.8 19.8 0 0 0-4.03-5.505c.638.885 1.2 1.822 1.68 2.8 5.587 11.402.196 27.177-11.38 32.714-9.081 4.35-20.778 2.028-27.868-4.939 6.584 9.03 20.044 12.517 30.218 7.648 11.568-5.54 16.966-21.316 11.38-32.718"})),ii||(ii=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.105,d:"M182.034 67.78c-2.79 3.71-7.987 4.925-11.944.505"})),ni||(ni=a.createElement("path",{fill:"#CBD0D3",d:"M175.979 96.185c-.089.946 2.303-20.818 2.977-27.89-6.413-3.959-13.71-5.464-21.09-3.967l-2.976 27.888c7.38-1.496 14.677.009 21.089 3.969"})),oi||(oi=a.createElement("path",{fill:"#EBEEF0",d:"M176.015 96.189c-.112.943 2.142-20.835 2.976-27.89 7.107-2.55 14.561-2.518 21.463.468l-2.976 27.888c-6.902-2.985-14.356-3.017-21.463-.466"})),si||(si=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M174.58 85.6c.437-4.028 1.037-9.587 1.66-15.427l.203.022a8025 8025 0 0 1-2.178 20.167l-.165 1.486-.006.048-.001.004-.002.008a.2.2 0 0 1-.107.073.2.2 0 0 1-.093-.094v-.012l.001-.003v-.001l.002-.02h.001l.003-.026.03-.268.135-1.217zm-.683 6.25a.2.2 0 0 1 .106-.07.2.2 0 0 1 .09.089zm.198.037v-.002zM172.305 84.486c.438-4.034 1.035-9.579 1.654-15.376l.203.022a10438 10438 0 0 1-2.172 20.136l-.136 1.235-.031.28-.006.05-.001.005-.001.004-.007.02c-.063.057-.179.014-.194-.027l-.001-.015.001-.006.001-.018h.001l.004-.036.032-.28.135-1.234c.121-1.104.3-2.743.518-4.76m-.688 6.31.2.019-.001-.006c-.015-.04-.13-.083-.194-.028zM170.011 83.561c.437-4.044 1.033-9.574 1.643-15.297l.203.022a10698 10698 0 0 1-2.163 20.089l-.138 1.259-.033.292-.007.057-.001.008-.001.007a.2.2 0 0 1-.109.076.2.2 0 0 1-.092-.097v-.007l.001-.018h.001l.006-.049.032-.291.138-1.258zm-.696 6.391.201.019a.2.2 0 0 0-.091-.097.2.2 0 0 0-.109.077zM167.698 82.823c.438-4.06 1.03-9.573 1.631-15.204l.202.021a14092 14092 0 0 1-2.153 20.038l-.141 1.287-.033.306-.008.063-.001.007v.004l-.002.01c-.008.02-.124.072-.199-.008-.001-.008-.002-.019-.001-.021v-.008l.001-.007v-.001l.007-.061.034-.306.14-1.287c.124-1.136.304-2.803.523-4.833m-.704 6.488.202.018-.002-.018c-.074-.08-.19-.028-.198-.008zM165.365 82.269c.44-4.083 1.03-9.583 1.62-15.111l.202.021a15535 15535 0 0 1-2.146 19.997l-.143 1.319-.035.322-.008.07-.002.015-.004.015c-.092.07-.196-.01-.198-.03v-.01l.001-.006.202.019v-.005c-.002-.02-.106-.1-.198-.03l-.004.014v.002l.001-.008.007-.068.036-.322.143-1.319zM163.009 81.934c.44-4.093 1.027-9.57 1.606-14.994l.202.021a31559 31559 0 0 1-2.135 19.918l-.146 1.348-.037.336-.008.077-.002.016-.001.006a.2.2 0 0 1-.029.055.17.17 0 0 1-.173-.075v-.007l.001-.003.202.019.001-.004c0-.005-.066-.097-.173-.075a.2.2 0 0 0-.03.055v.003l.001-.012.009-.076.037-.337.145-1.347zM160.626 81.796c.441-4.111 1.025-9.57 1.593-14.891l.203.02c-.568 5.322-1.153 10.781-1.593 14.892l-.533 4.968-.148 1.378-.038.35-.009.084-.002.018-.001.006c0 .004-.113.086-.202-.016v-.009000000000000001l.203.02v-.007c-.089-.102-.202-.02-.202-.016l-.001.002.001-.002.001-.017.009-.084.038-.35.148-1.378zM159.809 67.077l.202.02-2.315 21.692h-.01l-.182-.02h-.01z",clipRule:"evenodd"})),ri||(ri=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M173.801 92.217c-5.049-2.588-10.56-3.683-16.171-3.04a.406.406 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.78-.662 11.454.468 16.637 3.125a.4.4 0 0 1 .174.543.41.41 0 0 1-.548.173M174.149 89.126c-5.054-2.595-10.57-3.692-16.187-3.048a.406.406 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.787-.663 11.465.47 16.654 3.134a.4.4 0 0 1 .173.543.41.41 0 0 1-.548.172M174.49 86.028c-5.059-2.594-10.575-3.691-16.188-3.048a.405.405 0 0 1-.45-.354.405.405 0 0 1 .358-.447c5.783-.662 11.461.47 16.653 3.134a.4.4 0 0 1 .174.543.407.407 0 0 1-.547.172M174.822 82.93c-5.059-2.595-10.575-3.692-16.188-3.049a.405.405 0 0 1-.45-.354.405.405 0 0 1 .358-.446c5.783-.663 11.461.47 16.653 3.133a.4.4 0 0 1 .174.543.407.407 0 0 1-.547.173M175.157 79.838c-5.059-2.6-10.581-3.7-16.202-3.055a.404.404 0 1 1-.093-.8c5.792-.665 11.476.47 16.669 3.14a.4.4 0 0 1 .174.543.41.41 0 0 1-.548.172M175.485 76.739c-5.059-2.6-10.581-3.7-16.202-3.056a.404.404 0 1 1-.093-.8c5.792-.665 11.476.472 16.67 3.14a.4.4 0 0 1 .173.543.41.41 0 0 1-.548.173",clipRule:"evenodd"})),ai||(ai=a.createElement("path",{fill:"#B8BDB9",d:"M159.902 67.086c5.707-.655 11.31.463 16.436 3.098l-.346 3.09c-5.121-2.628-10.719-3.743-16.42-3.09z"})),li||(li=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m160.27 67.451-.243 2.28c5.417-.524 10.73.523 15.624 2.922l.251-2.237c-4.894-2.461-10.214-3.522-15.632-2.965m-.416-.765c5.792-.665 11.476.47 16.67 3.14l.247.127-.442 3.949-.526-.27c-5.054-2.594-10.571-3.691-16.187-3.047l-.504.057.419-3.919z",clipRule:"evenodd"})),ci||(ci=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M179.36 86.1c.423-4.031 1.009-9.591 1.632-15.431l.203.021c-.623 5.84-1.21 11.4-1.632 15.43-.211 2.015-.382 3.648-.495 4.742l-.125 1.218-.027.269-.002.025h.001l-.003.02-.001.004v.004l-.002.008a.2.2 0 0 1-.11.074.2.2 0 0 1-.09-.094v-.012l.004-.049.027-.27.125-1.217zm-.449 6.274a.2.2 0 0 0-.088-.09.2.2 0 0 0-.107.067zm-.201-.007v.001zM181.821 85.478c.424-4.035 1.01-9.582 1.628-15.378l.203.02a9453 9453 0 0 0-2.255 21.376l-.029.28-.003.036h.001l-.003.018-.001.006-.004.015c-.023.037-.145.055-.195-.013-.002-.008-.002-.02-.002-.022v-.008l.005-.052.028-.28.128-1.236zm-.457 6.334-.002-.015c-.051-.068-.172-.05-.196-.013l-.001.005zM184.261 85.047c.426-4.046 1.011-9.577 1.622-15.3l.202.021c-.61 5.723-1.195 11.254-1.621 15.3-.213 2.022-.387 3.674-.503 4.793l-.131 1.26-.03.291-.005.05h.001l-.002.017-.002.006a.2.2 0 0 1-.11.077.2.2 0 0 1-.091-.097l.001-.007v-.008l.005-.057.03-.293.131-1.26zm-.466 6.414v-.002a.2.2 0 0 0-.09-.097.2.2 0 0 0-.11.076zM186.679 84.801c.429-4.06 1.013-9.574 1.614-15.205l.202.02a14313 14313 0 0 0-2.288 21.634l-.007.061v.001h.001l-.001.008v.002l-.001.002v.003l-.006.021c-.09.062-.193-.012-.196-.033V91.3l.001-.007.006-.063.031-.306.135-1.288zm-.479 6.511v-.008c-.003-.02-.106-.095-.195-.033l-.006.018zm-.202-.018",clipRule:"evenodd"})),di||(di=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M178.707 91.973c5.63-1.53 11.417-1.465 16.931.375.212.07.327.3.255.51a.41.41 0 0 1-.515.254c-5.351-1.786-10.973-1.852-16.457-.361a.407.407 0 0 1-.499-.282.403.403 0 0 1 .285-.496M179.019 88.88c5.636-1.536 11.429-1.473 16.948.368a.403.403 0 1 1-.259.764c-5.357-1.787-10.984-1.851-16.475-.356a.403.403 0 1 1-.214-.777M179.351 85.78c5.635-1.534 11.427-1.471 16.943.369a.403.403 0 1 1-.259.764c-5.354-1.786-10.98-1.85-16.47-.356a.403.403 0 1 1-.214-.777M179.683 82.682c5.635-1.535 11.427-1.472 16.943.368a.403.403 0 1 1-.259.764c-5.354-1.786-10.98-1.85-16.469-.355a.403.403 0 1 1-.215-.777M179.994 79.588c5.643-1.54 11.442-1.479 16.966.365.213.071.327.3.255.51a.407.407 0 0 1-.515.254c-5.361-1.79-10.994-1.853-16.49-.352a.403.403 0 1 1-.216-.777M180.323 76.489c5.642-1.54 11.441-1.479 16.965.365.213.072.327.3.255.51a.407.407 0 0 1-.515.254c-5.361-1.79-10.994-1.852-16.49-.352a.403.403 0 1 1-.215-.777M180.671 73.385c5.637-1.534 11.43-1.471 16.949.37.212.071.327.3.255.51a.407.407 0 0 1-.515.254c-5.356-1.787-10.984-1.852-16.474-.357a.402.402 0 1 1-.215-.777M180.987 70.291c5.642-1.54 11.441-1.478 16.965.366.213.071.327.3.255.51a.406.406 0 0 1-.514.254c-5.362-1.79-10.995-1.853-16.491-.353a.403.403 0 1 1-.215-.777",clipRule:"evenodd"})),gi||(gi=a.createElement("path",{fill:"#CBD0D3",d:"M181.096 70.68c5.569-1.52 11.288-1.457 16.728.358l-.992 9.297c-5.443-1.817-11.159-1.88-16.728-.36z"})),ui||(ui=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m181.469 70.997-.901 8.44c5.297-1.342 10.719-1.271 15.911.36l.905-8.477c-5.179-1.662-10.609-1.722-15.915-.323m-.482-.706c5.642-1.54 11.444-1.477 16.965.366.18.06.294.236.274.424l-.992 9.296a.404.404 0 0 1-.534.34c-5.361-1.79-10.994-1.853-16.49-.352a.41.41 0 0 1-.371-.082.4.4 0 0 1-.141-.349l.992-9.296a.4.4 0 0 1 .297-.347",clipRule:"evenodd"})),pi||(pi=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M204.146 84.595c-1.671 3.879-7.751 2.74-10.354-.297M151.096 75.116c-.045 5.635 4.349 10.805 12.1 6.915"})),mi||(mi=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.472,d:"M91.429 81.618c-.729 8.2-.457 15.965 1.975 22.796h4.47M80.227 81.238c-.76 8.178-.245 15.966 2.153 23.178h-4.478"})),hi||(hi=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M118.418 79.006c7.32 3.89 10.2 8.445 9.473 12.335M60.719 71.227c-7.51 3.313-11.627 6.373-11.627 13.398"})),Ii||(Ii=a.createElement("path",{fill:"#77AD8C",d:"m57.84 49.763-3.38 33.985 68.342 6.303 1.443-32.81z"})),Mi||(Mi=a.createElement("path",{fill:"#5C9271",d:"m57.476 82.268 2.638-32.25-2.273-.255-3.38 33.985 68.341 6.303.127-2.876z"})),yi||(yi=a.createElement("path",{stroke:"#161B18",strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:1.105,d:"M80.625 72.749c3.832 4.721 11.357 6.736 17.468 1.896"})),fi||(fi=a.createElement("path",{fill:"#CBD0D3",d:"M86.74 98.236c-.1.945 2.55-20.79 3.308-27.852-6.365-4.035-13.644-5.624-21.041-4.213L65.7 94.023c7.397-1.41 14.676.179 21.04 4.213"})),Ai||(Ai=a.createElement("path",{fill:"#EBEEF0",d:"M86.776 98.24c-.123.942 2.39-20.808 3.308-27.852 7.137-2.468 14.59-2.35 21.455.717l-3.307 27.851c-6.865-3.065-14.319-3.184-21.456-.716"})),ji||(ji=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M85.467 87.637c.485-4.024 1.151-9.575 1.844-15.407l.202.023a8547 8547 0 0 1-2.418 20.141l-.192 1.544a.2.2 0 0 1-.108.072.2.2 0 0 1-.091-.095v-.017l.002-.02h.001l.004-.025.033-.268.15-1.215zm-.757 6.242a.2.2 0 0 1 .106-.069c.05.022.08.071.089.09zm.197.038v-.001zM83.205 86.496c.485-4.028 1.149-9.566 1.836-15.355l.202.023a9661 9661 0 0 1-2.561 21.343l-.042.335-.001.004-.007.02c-.065.056-.18.012-.194-.03v-.02q0-.007.002-.019l.005-.036.035-.278.15-1.233zm-.763 6.302.199.02v-.005c-.015-.041-.13-.085-.194-.03zM80.927 85.544c.485-4.04 1.146-9.561 1.825-15.277l.202.023A11321 11321 0 0 1 80.4 91.61l-.043.35-.003.014a.2.2 0 0 1-.11.076.2.2 0 0 1-.09-.1l.001-.023.007-.05.036-.29.153-1.257zm-.772 6.383.201.02a.2.2 0 0 0-.09-.097.2.2 0 0 0-.11.075zM78.619 84.779c.486-4.055 1.144-9.56 1.811-15.184l.203.024a14138 14138 0 0 1-2.593 21.664l-.001.007-.003.014c-.008.02-.124.07-.198-.01l-.002-.025v-.003l.001-.008.001-.001.008-.06.037-.306.156-1.285zm-.781 6.48.202.02-.002-.019c-.074-.08-.19-.03-.198-.01zM76.295 84.198c.488-4.077 1.144-9.57 1.8-15.091l.201.023a17205 17205 0 0 1-2.59 21.68l-.002.015-.004.014c-.093.07-.196-.012-.198-.032v-.016l.203.022v-.005c-.001-.02-.104-.101-.198-.033l-.004.015v.001l.001-.007.009-.069q.011-.1.039-.32l.158-1.318c.14-1.157.341-2.84.585-4.88M73.94 83.836c.489-4.088 1.14-9.558 1.784-14.975l.202.024a21887 21887 0 0 1-2.584 21.65l-.002.017v.005a.2.2 0 0 1-.03.055.17.17 0 0 1-.172-.077v-.01l.203.021v-.003a.17.17 0 0 0-.172-.077.2.2 0 0 0-.03.054v.004l.001-.013.01-.076.04-.336.162-1.346zM71.563 83.67l1.77-14.872.201.024a33930 33930 0 0 1-2.568 21.56l-.01.083-.002.018v.006c-.001.004-.115.084-.203-.019v-.009000000000000001l.203.022v-.006c-.088-.103-.201-.023-.202-.019v.002-.001l.002-.018.01-.083.042-.35.165-1.376zM70.918 68.942l.202.023-2.572 21.664-.01-.001-.182-.022h-.01z",clipRule:"evenodd"})),Ni||(Ni=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"M84.613 94.243c-5.017-2.647-10.516-3.805-16.133-3.227a.405.405 0 0 1-.446-.36.404.404 0 0 1 .362-.442c5.789-.596 11.448.6 16.6 3.318a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M84.997 91.157c-5.023-2.653-10.527-3.815-16.15-3.236a.405.405 0 0 1-.446-.36.404.404 0 0 1 .363-.442c5.794-.596 11.459.603 16.615 3.327a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M85.372 88.063c-5.028-2.653-10.53-3.814-16.15-3.236a.405.405 0 0 1-.446-.36.404.404 0 0 1 .363-.442c5.791-.595 11.455.604 16.615 3.327a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166M85.739 84.969c-5.027-2.653-10.53-3.815-16.15-3.237a.405.405 0 0 1-.446-.359.404.404 0 0 1 .363-.442c5.791-.596 11.455.603 16.615 3.326a.4.4 0 0 1 .168.545.41.41 0 0 1-.55.167M86.113 81.88c-5.027-2.658-10.536-3.822-16.165-3.243a.405.405 0 0 1-.445-.359.404.404 0 0 1 .362-.442c5.8-.598 11.47.604 16.631 3.333a.4.4 0 0 1 .167.546.41.41 0 0 1-.55.165M86.477 78.786c-5.028-2.658-10.537-3.823-16.165-3.243a.405.405 0 0 1-.446-.36.404.404 0 0 1 .362-.442c5.8-.597 11.47.606 16.632 3.334a.4.4 0 0 1 .167.545.41.41 0 0 1-.55.166",clipRule:"evenodd"})),ki||(ki=a.createElement("path",{fill:"#B8BDB9",d:"M71.012 68.953c5.714-.588 11.304.594 16.398 3.288l-.383 3.087c-5.09-2.688-10.674-3.868-16.383-3.28z"})),_i||(_i=a.createElement("path",{fill:"#B8BDB9",fillRule:"evenodd",d:"m71.377 69.322-.27 2.277c5.424-.461 10.724.647 15.589 3.103l.277-2.234c-4.864-2.518-10.171-3.64-15.596-3.146m-.406-.77c5.8-.597 11.47.604 16.63 3.334l.247.13-.49 3.943-.522-.276c-5.023-2.652-10.526-3.814-16.15-3.235l-.504.052.465-3.915z",clipRule:"evenodd"})),vi||(vi=a.createElement("path",{fill:"#EBEEF0",fillRule:"evenodd",d:"M90.243 88.191c.47-4.025 1.123-9.578 1.816-15.41l.202.023a8576 8576 0 0 0-2.367 20.146l-.172 1.51h.001l-.003.02v.006l-.001.002-.002.008a.2.2 0 0 1-.111.073.2.2 0 0 1-.089-.096v-.012l.005-.047.03-.27.14-1.216zm-.523 6.269a.2.2 0 0 0-.088-.091.2.2 0 0 0-.107.066zM92.712 87.598c.472-4.03 1.124-9.57 1.811-15.359l.203.024a9910 9910 0 0 0-2.51 21.348l-.031.279-.004.036q0 .012-.002.018v.006l-.005.015c-.024.036-.146.053-.195-.016l-.002-.021v-.009000000000000001l.006-.051.031-.28.143-1.234zm-.532 6.328q0-.007-.002-.015c-.05-.069-.171-.052-.195-.016l-.002.006zM95.154 87.195c.474-4.041 1.124-9.564 1.803-15.28l.202.023a11129 11129 0 0 0-2.509 21.325l-.038.34-.002.018-.002.007a.2.2 0 0 1-.111.075.2.2 0 0 1-.09-.098v-.007l.001-.008.007-.057.033-.293a5635.92 5635.92 0 0 1 .706-6.046m-.543 6.409v-.002c0-.007-.03-.07-.09-.099a.2.2 0 0 0-.11.075zM97.577 86.978c.477-4.056 1.126-9.562 1.794-15.186l.202.023a13877 13877 0 0 0-2.546 21.606l-.007.06v.013l-.001.004-.007.02c-.09.062-.192-.014-.195-.035v-.014l.001-.008.007-.062.035-.307.15-1.285zm-.557 6.505v-.008c-.003-.021-.104-.097-.195-.036l-.006.018zm-.202-.02",clipRule:"evenodd"})),Ti||(Ti=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"M89.522 94.057c5.648-1.465 11.434-1.333 16.925.57a.4.4 0 0 1 .249.514.407.407 0 0 1-.517.247c-5.33-1.848-10.95-1.978-16.452-.552a.403.403 0 1 1-.205-.78M89.865 90.967c5.655-1.47 11.446-1.34 16.943.565a.4.4 0 0 1 .249.514.407.407 0 0 1-.517.247c-5.336-1.85-10.961-1.979-16.47-.547a.403.403 0 1 1-.206-.78M90.236 87.872c5.654-1.47 11.444-1.34 16.938.565a.4.4 0 0 1 .249.513.407.407 0 0 1-.517.248c-5.333-1.849-10.957-1.978-16.464-.547a.403.403 0 1 1-.205-.78M90.603 84.776c5.654-1.469 11.444-1.339 16.939.566a.402.402 0 1 1-.269.76c-5.332-1.848-10.957-1.977-16.464-.546a.403.403 0 1 1-.206-.78M90.954 81.687c5.66-1.474 11.458-1.346 16.96.563a.4.4 0 0 1 .249.513.41.41 0 0 1-.518.247c-5.339-1.852-10.971-1.98-16.485-.544a.403.403 0 1 1-.206-.78M91.317 78.592c5.66-1.473 11.458-1.346 16.961.563a.402.402 0 1 1-.269.76c-5.34-1.852-10.972-1.979-16.486-.544a.403.403 0 1 1-.206-.78M91.705 75.492c5.654-1.469 11.447-1.339 16.943.567a.4.4 0 0 1 .249.513.407.407 0 0 1-.518.247c-5.334-1.849-10.96-1.978-16.469-.548a.403.403 0 1 1-.205-.78M92.056 72.402c5.66-1.474 11.458-1.345 16.96.563a.4.4 0 0 1 .249.513.407.407 0 0 1-.518.248c-5.34-1.852-10.972-1.98-16.485-.544a.403.403 0 1 1-.206-.78",clipRule:"evenodd"})),Ei||(Ei=a.createElement("path",{fill:"#CBD0D3",d:"M92.158 72.792c5.587-1.455 11.305-1.326 16.723.553l-1.103 9.284c-5.421-1.88-11.136-2.008-16.723-.553z"})),Di||(Di=a.createElement("path",{fill:"#CBD0D3",fillRule:"evenodd",d:"m92.53 73.113-1.002 8.43c5.313-1.28 10.734-1.147 15.906.545l1.005-8.467c-5.159-1.721-10.587-1.844-15.91-.508m-.475-.71c5.66-1.475 11.461-1.345 16.961.562.179.062.291.24.269.427l-1.103 9.285a.4.4 0 0 1-.188.294.41.41 0 0 1-.35.039c-5.339-1.852-10.971-1.98-16.485-.544a.41.41 0 0 1-.37-.086.4.4 0 0 1-.136-.35l1.102-9.285c.02-.164.139-.3.3-.343",clipRule:"evenodd"})),xi||(xi=a.createElement("path",{stroke:"#000",strokeLinecap:"round",strokeWidth:1.468,d:"M127.892 91.34c-1.329 7.115-12.918 8.843-24.256 0M49.088 84.625c0 6.05 9.182 11.081 24.545 3.457"}))),Ci="audience-segmentation-add-group-notice",wi="googlesitekit-audience-selection-panel-opened",Ri="audience-selection-form",zi="audience-selected",Li="audience-selection-changed",Oi="audience-selection-dismissed-items-error",Bi="audience-segmentation-creation-notice",Gi="audience-segmentation-creation-success-notice",Pi=1,Wi=3,Zi="audience-creation-edit-scope-notice",Ui="audience-creation-form";function PlaceholderTile({Widget:e}){const t=(0,c.useSelect)(e=>{const t=e(X.oR).getConfiguredAudiences();return e(Q.K9).getConfigurableAudiences().some(e=>"DEFAULT_AUDIENCE"!==e.audienceType&&!t.includes(e.name))}),i=(0,c.useSelect)(e=>e(Ze.O4).getGoogleSupportURL({path:"/analytics/answer/12799087"})),{setValue:n}=(0,c.useDispatch)(g.n),o=(0,B.jsx)(O.A,{href:i,secondary:!0,external:!0});return(0,B.jsx)(e,{className:"googlesitekit-audience-segmentation-tile-placeholder",children:(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-tile-placeholder__container",children:[(0,B.jsx)(Si,{className:"googlesitekit-audience-segmentation-tile-placeholder__image"}),(0,B.jsxs)("div",{className:Ne()("googlesitekit-audience-segmentation-tile-placeholder__body",{"googlesitekit-audience-segmentation-tile-placeholder__body--without-selectable-audiences":!t}),children:[(0,B.jsx)(C.A,{as:"h3",type:"title",size:"small",className:"googlesitekit-audience-segmentation-tile-placeholder__title",children:t?(0,u.__)("Compare your group to other groups","google-site-kit"):(0,u.__)("Create more visitor groups","google-site-kit")}),(0,B.jsx)("p",{className:"googlesitekit-audience-segmentation-tile-placeholder__description",children:t?(0,L.A)((0,u.__)("<SelectGroupLink>Select</SelectGroupLink> another group to compare with your current group or learn more about how to group site visitors in <AnalyticsLink>Analytics</AnalyticsLink>","google-site-kit"),{AnalyticsLink:o,SelectGroupLink:(0,B.jsx)(O.A,{onClick:()=>n(wi,!0),secondary:!0})}):(0,L.A)((0,u.__)("Learn more about how to group site visitors in <AnalyticsLink>Analytics</AnalyticsLink>","google-site-kit"),{AnalyticsLink:o})})]})]})})}function MaybePlaceholderTile({Widget:e,loading:t,allTilesError:i,visibleAudienceCount:n}){return!1!==i&&!t||1!==n?null:t?(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})}):(0,B.jsx)(PlaceholderTile,{Widget:e})}function Body({activeTileIndex:e,allTilesError:t,individualTileErrors:i,loading:n,topCitiesReportsLoaded:o,topContentReportsLoaded:s,topContentPageTitlesReportsLoaded:r,visibleAudiences:l,Widget:d}){const g=(0,x.dv)(),u=(0,pe.A)(),p=g===x.mp||g===x.Lg,m=(0,c.useInViewSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences(),[]),h=(0,c.useInViewSelect)(e=>e(X.oR).getConfiguredAudiences(),[]),[I,M]=(0,c.useSelect)(e=>e(Q.K9).getConfiguredSiteKitAndOtherAudiences())||[[],[]],y=(0,c.useSelect)(e=>e(Q.K9).hasAudiencePartialData(I)),f=(0,c.useInViewSelect)(e=>h?.reduce((t,i)=>(t[i]=e(Q.K9).isAudiencePartialData(i),t),{}),[h]),{report:A,reportError:j,siteKitAudiencesReport:N,totalPageviews:k,totalPageviewsReportError:_,topCitiesReport:v,topContentReport:T,topContentReportErrors:E,topContentPageTitlesReport:D,topContentPageTitlesReportErrors:b}=ee({isSiteKitAudiencePartialData:y,siteKitAudiences:I,otherAudiences:M});function S(e,t){const i=m?.filter(({name:t})=>t===e)?.[0]?.displayName||"",n=m?.filter(({name:t})=>t===e)?.[0]?.audienceSlug||"",{current:o,previous:s}=function(e){const t=I.some(t=>t.name===e),i=I.find(t=>t.name===e)?.audienceSlug;function n(n){let o;if(t&&y){const e="new-visitors"===i?"new":"returning";o=N?.rows?.find(({dimensionValues:t})=>t?.[0]?.value===e&&t?.[1]?.value===n)}else o=A?.rows?.find(({dimensionValues:t})=>t?.[0]?.value===e&&t?.[1]?.value===n);return[Number(o?.metricValues?.[0]?.value||0),Number(o?.metricValues?.[1]?.value||0),Number(o?.metricValues?.[2]?.value||0),Number(o?.metricValues?.[3]?.value||0)]}return{current:n("date_range_0"),previous:n("date_range_1")}}(e),r=o[0],a=s[0],l=o[1],c=s[1],d=o[2],g=s[2],u=o[3],p=s[3],h=v?.[t],M=T?.[t],j=D?.[t]?.rows?.reduce((e,t)=>(e[t.dimensionValues[0].value]=t.dimensionValues[1].value,e),{})||{},k=I.some(t=>t.name===e);let _=A,E=e;k&&y&&(_=N,E="new-visitors"===n?"new":"returning");const x=function(e,t){const i=e?.rows?.find(e=>e.dimensionValues?.[0]?.value===t);return 0===(i?.metricValues?.[0]?.value||0)}(_,E);return{audienceName:i,audienceSlug:n,visitors:r,prevVisitors:a,visitsPerVisitors:l,prevVisitsPerVisitors:c,pagesPerVisit:d,prevPagesPerVisit:g,pageviews:u,prevPageviews:p,topCities:h,topContent:M,topContentTitles:j,isZeroData:x,isPartialData:!k&&f[e]}}const C=Object.values(E).some(J.B)||Object.values(b).some(J.B),{dismissItem:w}=(0,c.useDispatch)(X.oR),{fetchSyncAvailableCustomDimensions:R}=(0,c.useDispatch)(Q.K9),z=(0,a.useCallback)(e=>{w(`audience-tile-${e}`)},[w]);(0,a.useEffect)(()=>{!u&&C&&R()},[R,C,u]);let L=0;return(0,B.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[t&&!n&&(0,B.jsx)(H,{Widget:d,errors:[...Object.values(i).flat(2),j,_]}),(!1===t||n)&&l.map((t,a)=>{if(p&&a!==e)return null;const{audienceName:c,audienceSlug:g,visitors:u,prevVisitors:m,visitsPerVisitors:h,prevVisitsPerVisitors:I,pagesPerVisit:M,prevPagesPerVisit:y,pageviews:f,prevPageviews:A,topCities:j,topContent:N,topContentTitles:_,isZeroData:v,isPartialData:T}=S(t,a),E=j?.rows?(0,q.S)(j.rows):[];return!n&&o?.[t]&&s?.[t]&&r?.[t]&&void 0!==v&&void 0!==T?i[t].length>0?(0,B.jsx)(AudienceTileError,{audienceSlug:g,errors:i[t]},t):(0,B.jsx)(AudienceTile,{audienceTileNumber:L++,audienceSlug:g,title:c,infoTooltip:(0,B.jsx)(AudienceTooltipMessage,{audienceName:c,audienceSlug:g}),visitors:{currentValue:u,previousValue:m},visitsPerVisitor:{currentValue:h,previousValue:I},pagesPerVisit:{currentValue:M,previousValue:y},pageviews:{currentValue:f,previousValue:A},percentageOfTotalPageViews:0!==k?f/k:0,topCities:{dimensionValues:[E?.[0]?.dimensionValues?.[0],E?.[1]?.dimensionValues?.[0],E?.[2]?.dimensionValues?.[0]],metricValues:[E?.[0]?.metricValues?.[0],E?.[1]?.metricValues?.[0],E?.[2]?.metricValues?.[0]],total:u},topContent:{dimensionValues:[N?.rows?.[0]?.dimensionValues?.[0],N?.rows?.[1]?.dimensionValues?.[0],N?.rows?.[2]?.dimensionValues?.[0]],metricValues:[N?.rows?.[0]?.metricValues?.[0],N?.rows?.[1]?.metricValues?.[0],N?.rows?.[2]?.metricValues?.[0]]},topContentTitles:_,hasInvalidCustomDimensionError:C,Widget:d,audienceResourceName:t,isZeroData:v,isPartialData:T,isTileHideable:l.length>1,onHideTile:()=>z(t)},t):(0,B.jsx)(d,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})},t)}),!p&&(0,B.jsx)(MaybePlaceholderTile,{Widget:d,loading:n,allTilesError:t,visibleAudienceCount:l.length})]})}function Header({activeTileIndex:e,setActiveTile:t,visibleAudiences:i}){const n=(0,U.A)(),o=(0,c.useInViewSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences(),[]);return(0,B.jsx)(R.TabBar,{className:"googlesitekit-widget-audience-tiles__tabs googlesitekit-tab-bar--start-aligned-high-contrast",activeIndex:e,handleActiveIndexUpdate:e=>t(i[e]),children:i.map((e,t)=>{const i=o?.filter(({name:t})=>t===e)?.[0]?.displayName||"",s=o?.filter(({name:t})=>t===e)?.[0]?.audienceSlug||"",r=(0,B.jsx)(AudienceTooltipMessage,{audienceName:i,audienceSlug:s});return(0,B.jsxs)(R.Tab,{"aria-label":i,children:[i,(0,B.jsx)(Ue.A,{title:r,tooltipClassName:"googlesitekit-info-tooltip__content--audience",onOpen:()=>{(0,Z.sx)(`${n}_audiences-tile`,"view_tile_tooltip",s)}})]},t)})},i.length)}function AudienceTiles_hasZeroDataForAudience(e,t){const i=e?.rows?.find(e=>e.dimensionValues?.[0]?.value===t);return 0===(i?.metricValues?.[0]?.value||0)}function AudienceTiles({Widget:e,widgetLoading:t}){const i=(0,x.dv)(),n=i===x.mp||i===x.Lg,o=(0,c.useInViewSelect)(e=>e(X.oR).getConfiguredAudiences(),[]),s=(0,c.useInViewSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences(),[]),[r,l]=(0,c.useSelect)(e=>e(Q.K9).getConfiguredSiteKitAndOtherAudiences())||[[],[]],d=(0,c.useSelect)(e=>e(Q.K9).hasAudiencePartialData(r)),{report:g,reportLoaded:u,reportError:p,siteKitAudiencesReport:m,siteKitAudiencesReportLoaded:h,siteKitAudiencesReportError:I,totalPageviewsReportLoaded:M,totalPageviewsReportError:y,topCitiesReportsLoaded:f,topCitiesReportErrors:A,topContentReportsLoaded:j,topContentReportErrors:N,topContentPageTitlesReportsLoaded:k,topContentPageTitlesReportErrors:_}=ee({isSiteKitAudiencePartialData:d,siteKitAudiences:r,otherAudiences:l}),v=o?.reduce((e,t)=>(e[t]=[],[A,N,_].forEach(i=>{const n=i[t];n&&!(0,J.B)(n)&&e[t].push(n)}),e),{}),T=(0,c.useSelect)(e=>e(X.oR).getDismissedItems()),{isDismissingItem:E}=(0,c.useSelect)(e=>e(X.oR)),{dismissItem:D}=(0,c.useDispatch)(X.oR),b=(0,a.useRef)({}),[S,C]=(0,a.useMemo)(()=>{const e=[],t=[],i=o?.slice().filter(e=>s.some(t=>t.name===e));for(;i?.length>0;){const n=i.shift(),o=T?.includes(`audience-tile-${n}`),s=r.some(e=>e.name===n);let a=g,l=n;if(s&&d){a=m;const e=r.find(e=>e.name===n)?.audienceSlug;l="new-visitors"===e?"new":"returning"}const c=AudienceTiles_hasZeroDataForAudience(a,l),u=i.length+t.length>0;o&&c&&u||(o&&!c&&e.push(n),t.push(n))}return[e,t]},[s,o,T,d,g,r,m]);const w=function(){const e=[];return g&&e.push(p),m&&e.push(I),!(!e.every(Boolean)&&!y)||o?.every(e=>v[e].length>0)}();(0,a.useEffect)(()=>{S.forEach(e=>{const t=`audience-tile-${e}`;b.current[t]||(D(t,{expiresInSeconds:1}),b.current[t]=!0)})},[S,D,E]);const R=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableCustomDimensions()),[z,L]=(0,a.useState)(C[0]),O=(0,a.useCallback)(e=>{const t=C.indexOf(e);return-1===t?0:t},[C]);(0,a.useEffect)(()=>{C.includes(z)||L(C[0])},[z,C]);const G=O(z),P=t||!u||!h||!M||!f||!j||!k||R;return(0,B.jsxs)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:[!1===w&&!P&&n&&C.length>0&&(0,B.jsx)(Header,{activeTileIndex:G,setActiveTile:L,visibleAudiences:C}),(0,B.jsx)(Body,{activeTileIndex:G,allTilesError:w,individualTileErrors:v,loading:P,topCitiesReportsLoaded:f,topContentReportsLoaded:j,topContentPageTitlesReportsLoaded:k,visibleAudiences:C,Widget:e})]})}MaybePlaceholderTile.propTypes={Widget:r().elementType.isRequired,loading:r().bool.isRequired,allTilesError:r().bool,visibleAudienceCount:r().number.isRequired},Body.propTypes={activeTileIndex:r().number.isRequired,allTilesError:r().bool.isRequired,individualTileErrors:r().object,loading:r().bool.isRequired,topCitiesReportsLoaded:r().object.isRequired,topContentReportsLoaded:r().object.isRequired,topContentPageTitlesReportsLoaded:r().object.isRequired,visibleAudiences:r().array.isRequired,Widget:r().elementType.isRequired},AudienceTiles.propTypes={Widget:r().elementType.isRequired,widgetLoading:r().bool.isRequired};var Vi=i(37226);const Fi=(0,a.forwardRef)(({className:e,children:t,Icon:i,SVGGraphic:n},o)=>(0,B.jsxs)("div",{ref:o,className:Ne()("googlesitekit-lean-cta-banner",e),children:[(0,B.jsxs)("div",{className:"googlesitekit-lean-cta-banner__body",children:[i&&(0,B.jsx)("div",{className:"googlesitekit-lean-cta-banner__body-icon",children:(0,B.jsx)(i,{width:"32",height:"32"})}),(0,B.jsx)("div",{className:"googlesitekit-lean-cta-banner__body-content",children:t})]}),n&&(0,B.jsx)("div",{className:"googlesitekit-lean-cta-banner__graphic",children:(0,B.jsx)(n,{})})]}));Fi.propTypes={className:r().string,children:r().node.isRequired,Icon:r().elementType,SVGGraphic:r().elementType};const Hi=Fi;var Yi=i(45472);const Qi=(0,a.forwardRef)((e,t)=>{const i=(0,U.A)(),n=(0,pe.A)(),o=(0,c.useSelect)(e=>e(X.oR).didSetAudiences()),s=(0,c.useSelect)(e=>e(Vi.i).getModuleIcon(V.L1)),r=(0,c.useSelect)(e=>e(Ze.O4).getSiteKitAdminSettingsURL({scrollTo:"visitor-groups"})),{setValue:a}=(0,c.useDispatch)(g.n),{navigateTo:l}=(0,c.useDispatch)(Yi.M),d=o?"no-longer-available":"none-selected";function p(){(0,Z.sx)(`${i}_audiences-no-audiences`,"select_groups",d).finally(()=>{a(wi,!0)})}return(0,B.jsxs)(Hi,{ref:t,className:"googlesitekit-no-audience-banner",Icon:s,SVGGraphic:Si,children:[(0,B.jsxs)(w.A,{children:[o&&(0,L.A)((0,u.__)("It looks like your visitor groups aren’t available anymore. <a>Select other groups</a>.","google-site-kit"),{a:(0,B.jsx)(O.A,{onClick:p,secondary:!0})}),!o&&(0,L.A)((0,u.__)("You don’t have any visitor groups selected. <a>Select groups</a>.","google-site-kit"),{a:(0,B.jsx)(O.A,{onClick:p,secondary:!0})})]}),!n&&(0,B.jsx)(w.A,{children:(0,L.A)((0,u.__)("You can deactivate this widget in <a>Settings</a>.","google-site-kit"),{a:(0,B.jsx)(O.A,{onClick:()=>{(0,Z.sx)(`${i}_audiences-no-audiences`,"change_settings",d).finally(()=>{l(r)})},secondary:!0})})})]})}),Xi=(0,W.A)(Qi);function NoAudienceBannerWidget({Widget:e,WidgetNull:t}){const i=(0,U.A)(),n=(0,c.useSelect)(e=>{const t=e(Q.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)}),o=(0,c.useSelect)(e=>e(X.oR).getConfiguredAudiences()),s=(0,c.useSelect)(e=>e(X.oR).didSetAudiences()),r=o?.every(e=>Array.isArray(n)&&!n.includes(e));return o&&(0===o?.length||r)?(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(Xi,{onInView:()=>{(0,Z.sx)(`${i}_audiences-no-audiences`,"view_banner",s?"no-longer-available":"none-selected")}})}):(0,B.jsx)(t,{})}NoAudienceBannerWidget.propTypes={Widget:r().elementType.isRequired,WidgetNull:r().elementType.isRequired};const Ji=(0,l.A)({moduleName:V.L1})(NoAudienceBannerWidget);var qi=i(84093);function AudienceTilesWidget({Widget:e}){const t=(0,c.useSelect)(e=>{const t=e(Q.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)}),i=(0,c.useSelect)(e=>e(X.oR).getConfiguredAudiences()),n=(0,c.useSelect)(e=>e(Q.K9).hasSyncedAudiences()),o=(0,c.useSelect)(e=>e(Q.K9).isSyncingAudiences()),{clearErrors:s,maybeSyncAvailableAudiences:r,syncAvailableAudiences:l}=(0,c.useDispatch)(Q.K9),g=(0,c.useSelect)(e=>e(Q.K9).isSettingUpAudiences()),u=(0,c.useSelect)(e=>e(Q.K9).getErrorForAction("syncAvailableAudiences"));if((0,a.useEffect)(()=>{n||o||g||r()},[n,o,g,r]),u){const t=(0,d.SG)(u);return(0,B.jsx)(H,{errors:u,Widget:e,onRetry:t?void 0:async()=>{await s("syncAvailableAudiences"),await l()},showRetryButton:!t})}const p=i?.some(e=>t?.includes(e));return p?(0,B.jsx)(AudienceTiles,{Widget:e,widgetLoading:!n||!t||!i}):n?(0,B.jsx)(Ji,{Widget:e,WidgetNull:qi.A}):(0,B.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,B.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})}),(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})})]})})}AudienceTilesWidget.propTypes={Widget:r().elementType.isRequired,WidgetNull:r().elementType.isRequired};const Ki=(0,l.A)({moduleName:V.L1})(AudienceTilesWidget);var $i,en=i(68869),tn=i(3183),nn=i(98652),on=i(718);function AudienceItem({slug:e,title:t,description:i,subtitle:n,userCount:o,audienceType:s}){const r=`${Q.bz}${e}`,l=(0,Qe.A)(Ri,zi),d=(0,c.useSelect)(e=>e(X.oR).hasExpirableItem(r)),g=(0,c.useSelect)(e=>e(X.oR).isExpirableItemActive(r)),[p,m]=(0,c.useSelect)(e=>e(Q.K9).getAudienceUserCountReportErrors())||[],h=[];m&&h.push(m),p&&h.push(p);const{setValues:I}=(0,c.useDispatch)(We.s),M=(0,c.useSelect)(t=>t(X.oR).isItemDismissed(`audience-tile-${e}`)),y=(0,a.useCallback)(t=>{I(Ri,{[zi]:t.target.checked?l.concat([e]):l.filter(t=>t!==e),[Li]:!0})},[l,I,e]),f="DEFAULT_AUDIENCE"!==s&&(!1===d||g),A=l?.includes(e),j=`audience-selection-checkbox-${e}`;function ItemBadge(){return M?(0,B.jsx)(BadgeWithTooltip,{label:(0,u.__)("Temporarily hidden","google-site-kit"),tooltipTitle:(0,u.__)("Site Kit is collecting data for this group. Once data is available the group will be added to your dashboard.","google-site-kit")}):f?(0,B.jsx)(nn.A,{}):null}return(0,B.jsx)(on.y3,{id:j,slug:e,title:t,subtitle:n,description:i,isItemSelected:A,onCheckboxChange:y,suffix:h.length?"-":(0,Z.Eo)(o),badge:(M||f)&&(0,B.jsx)(ItemBadge,{})})}function AudienceItemPreviewBlock(){return(0,B.jsxs)("div",{className:"googlesitekit-selection-panel__loading",children:[(0,B.jsxs)("div",{className:"googlesitekit-selection-panel__loading-left",children:[(0,B.jsx)(me.A,{width:"90px",height:"20px",className:"googlesitekit-selection-panel__loading-item"}),(0,B.jsx)(me.A,{width:"293px",height:"15px",className:"googlesitekit-selection-panel__loading-item"})]}),(0,B.jsx)("div",{className:"googlesitekit-selection-panel__loading-right",children:(0,B.jsx)(me.A,{width:"43px",height:"20px",className:"googlesitekit-selection-panel__loading-item"})})]})}function sn(){return sn=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},sn.apply(null,arguments)}AudienceItem.propTypes={slug:r().string.isRequired,title:r().string.isRequired,description:r().string.isRequired,subtitle:r().string,userCount:r().number.isRequired,audienceType:r().string.isRequired};const rn=e=>a.createElement("svg",sn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 23 22"},e),$i||($i=a.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.5 22q-2.283 0-4.29-.852a11.3 11.3 0 0 1-3.492-2.366 11.3 11.3 0 0 1-2.365-3.492A10.9 10.9 0 0 1 .5 11q0-2.283.853-4.29a11.3 11.3 0 0 1 2.364-3.492A10.9 10.9 0 0 1 7.21.88 10.6 10.6 0 0 1 11.5 0q2.283 0 4.29.88a10.9 10.9 0 0 1 3.492 2.337q1.486 1.486 2.338 3.493.88 2.007.88 4.29t-.88 4.29a10.9 10.9 0 0 1-2.338 3.492q-1.485 1.485-3.492 2.366A10.9 10.9 0 0 1 11.5 22m0-14.3q.468 0 .77-.303.33-.33.33-.797a1 1 0 0 0-.33-.77 1 1 0 0 0-.77-.33q-.467 0-.797.33a1.04 1.04 0 0 0-.303.77q0 .468.303.798.33.302.797.302m-1.1 8.8V9.9h2.2v6.6z",clipRule:"evenodd"})));var an;function ln(){return ln=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},ln.apply(null,arguments)}const cn=e=>a.createElement("svg",ln({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),an||(an=a.createElement("path",{fill:"currentColor",d:"M10 18.333q-.687 0-1.188-.479a1.66 1.66 0 0 1-.479-1.188h3.334q0 .689-.5 1.188-.48.48-1.167.48Zm-3.333-2.5v-1.667h6.666v1.667zm.208-2.5a6.5 6.5 0 0 1-2.292-2.292Q3.75 9.604 3.75 7.916q0-2.604 1.813-4.416Q7.393 1.667 10 1.667q2.604 0 4.417 1.833 1.833 1.812 1.833 4.417a6 6 0 0 1-.854 3.124 6.3 6.3 0 0 1-2.271 2.292zm.5-1.667h5.25a4.5 4.5 0 0 0 1.438-1.645q.52-.98.52-2.105 0-1.915-1.333-3.25Q11.917 3.334 10 3.333c-1.917-.001-2.361.445-3.25 1.333q-1.333 1.335-1.333 3.25 0 1.125.5 2.105a4.7 4.7 0 0 0 1.458 1.645"}))),dn=(0,a.forwardRef)(({className:e,content:t,dismissLabel:i,Icon:n=cn,onDismiss:o},s)=>(0,B.jsxs)("div",{ref:s,className:Ne()("googlesitekit-audience-segmentation-info-notice",e),children:[(0,B.jsx)(n,{width:"20",height:"20"}),(0,B.jsxs)("div",{className:"googlesitekit-audience-segmentation-info-notice__body",children:[(0,B.jsx)(w.A,{children:t}),i&&(0,B.jsx)(R.Button,{onClick:o,className:"googlesitekit-audience-segmentation-info-notice__dismiss",tertiary:!0,children:i})]})]}));dn.propTypes={className:r().string,content:r().string.isRequired,dismissLabel:r().string,Icon:r().elementType,onDismiss:r().func};const gn=dn;function AddGroupNotice(){const[e,t]=(0,a.useState)(!1),i=(0,c.useInViewSelect)(e=>e(X.oR).isItemDismissed(Ci)),n=(0,c.useSelect)(e=>e(g.n).getValue(wi)),o=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableAudiences()),s=(0,Qe.A)(Ri,zi),{dismissItem:r}=(0,c.useDispatch)(X.oR),l=(0,a.useCallback)(async()=>{await r(Ci)},[r]);return(0,a.useEffect)(()=>{Array.isArray(s)&&(s.length>1&&t(!0),n||1!==s?.length||t(!1))},[s,n,t]),i||e||o||!s?.length?null:(0,B.jsx)(gn,{className:"googlesitekit-audience-selection-panel__add-group-notice",content:(0,u.__)("By adding another group to your dashboard, you will be able to compare them and understand which content brings back users from each group","google-site-kit"),dismissLabel:(0,u.__)("Got it","google-site-kit"),Icon:rn,onDismiss:l})}AddGroupNotice.propTypes={savedItemSlugs:r().array};var un=i(72545),pn=i(2390),mn=i(80035);function AudienceCreationErrorNotice({apiErrors:e,hasOAuthError:t}){const i=(0,U.A)(),n=Array.isArray(e)?e:[e],o=(0,c.useSelect)(e=>e(Ze.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),s=(0,c.useSelect)(e=>e(Q.K9).getServiceEntityAccessURL()),r=(0,c.useSelect)(e=>e(Ze.O4).getErrorTroubleshootingLinkURL({code:"access_denied"})),l=(0,c.useSelect)(e=>e(g.n).getValue(wi)),p=n.length>0,m=n.some(e=>(0,d.SG)(e));if((0,a.useEffect)(()=>{if(!l||!p&&!t)return;let e="setup_error";t?e="auth_error":m&&(e="insufficient_permissions_error"),(0,Z.sx)(`${i}_audiences-sidebar-create-audiences`,e)},[p,m,t,l,i]),!n.length&&!t)return null;let h,I;return t?I=(0,L.A)((0,u.__)("Setup was interrupted because you didn’t grant the necessary permissions. Click on Create again to retry. If that doesn’t work, <HelpLink />","google-site-kit"),{HelpLink:(0,B.jsx)(O.A,{href:r,external:!0,hideExternalIndicator:!0,children:(0,u.__)("get help","google-site-kit")})}):m?(h=(0,u.__)("Insufficient permissions","google-site-kit"),I=(0,L.A)((0,u.__)("Contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,B.jsx)(O.A,{href:o,external:!0,hideExternalIndicator:!0,children:(0,u.__)("Get help","google-site-kit")})})):(h=(0,u.__)("Analytics update failed","google-site-kit"),I=(0,u.__)("Click on Create to try again.","google-site-kit")),(0,B.jsx)(mn.A,{className:"googlesitekit-audience-creation-error-notice",type:mn.A.TYPES.ERROR,title:h,description:I,ctaButton:m?{label:(0,u.__)("Request access","google-site-kit"),href:s,onClick:()=>{(0,Z.sx)(`${i}_audiences-sidebar-create-audiences`,"insufficient_permissions_error_request_access")}}:void 0,hideIcon:!0})}function AudienceCreationNotice(){const e=(0,U.A)(),[t,n]=(0,a.useState)(!1),o=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t}=e(Q.K9),i=t();if(void 0!==i)return i.length?i.filter(({audienceType:e})=>"SITE_KIT_AUDIENCE"===e):[]}),{dismissItem:s}=(0,c.useDispatch)(X.oR),{setValue:r}=(0,c.useDispatch)(g.n),l=(0,c.useInViewSelect)(e=>e(X.oR).isItemDismissed(Bi)),p=(0,c.useInViewSelect)(e=>e(X.oR).isItemDismissed(Zi)),m=(0,c.useInViewSelect)(e=>e(X.oR).hasScope(Q.S9)),h=(0,c.useSelect)(e=>e(g.n).getValue(wi));const I=(0,Pe.F)(i.g.location.href,{notification:"audience_segmentation"}),{setValues:M}=(0,c.useDispatch)(We.s),{setPermissionScopeError:y}=(0,c.useDispatch)(X.oR),{createAudience:f,syncAvailableAudiences:A}=(0,c.useDispatch)(Q.K9),j=(0,Qe.A)(Ui,"autoSubmit"),N=(0,Qe.A)(Ui,"audienceToCreate"),[k,_]=(0,a.useState)([]),v=(0,a.useCallback)(async e=>{if(n(e),!m)return M(Ui,{autoSubmit:!0,audienceToCreate:e}),void y({code:d.db,message:(0,u.__)("Additional permissions are required to create a new audience in Analytics.","google-site-kit"),data:{status:403,scopes:[Q.S9],skipModal:!0,redirectURL:I}});M(Ui,{autoSubmit:!1,audienceToCreate:void 0});const{error:t}=await f(Q.fB[e]);_(t?[t]:[]),await A(),n(!1),t||r(Gi,!0)},[m,f,A,M,y,I,r]);const T=(0,c.useSelect)(e=>e(Ze.O4).getSetupErrorCode()),E=j&&"access_denied"===T;(0,a.useEffect)(()=>{!async function(){m&&j&&(r(wi,!0),await v(N))}()},[N,v,m,j,r]);const D=!l&&o?.length<2;if((0,a.useEffect)(()=>{h&&D&&(0,Z.sx)(`${e}_audiences-sidebar-create-audiences`,"view_notice")},[h,D,e]),(0,a.useEffect)(()=>{!h||m||p||(0,Z.sx)(`${e}_audiences-sidebar-create-audiences`,"view_oauth_notice")},[m,p,h,e]),!D)return null;const x=Object.keys(Q.fB).filter(e=>!o.some(t=>t.audienceSlug===e));return(0,B.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice",children:[(0,B.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-header",children:[(0,B.jsx)("p",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-title",children:(0,u.__)("Create groups suggested by Site Kit","google-site-kit")}),(0,B.jsx)(O.A,{className:"googlesitekit-audience-selection-panel__audience-creation-notice-close",onClick:function(){s(Bi)},linkButton:!0,children:(0,B.jsx)(un.A,{width:"15",height:"15"})})]}),(0,B.jsx)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-body",children:x&&x.map(i=>(0,B.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience",children:[(0,B.jsxs)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-details",children:[(0,B.jsx)(C.A,{as:"h3",type:"title",size:"small",children:Q.fB[i].displayName}),(0,B.jsx)("p",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-description",children:Q.fB[i].description})]}),(0,B.jsx)("div",{className:"googlesitekit-audience-selection-panel__audience-creation-notice-audience-button",children:(0,B.jsx)(pn.A,{spinnerPosition:pn.k.BEFORE,onClick:()=>{(0,Z.sx)(`${e}_audiences-sidebar-create-audiences`,"create_audience",i).finally(()=>{v(i)})},isSaving:t===i,children:(0,u.__)("Create","google-site-kit")})})]},i))}),!m&&!p&&(0,B.jsx)(mn.A,{type:mn.A.TYPES.WARNING,description:(0,u.__)("Creating these groups require more data tracking. You will be directed to update your Analytics property.","google-site-kit"),dismissButton:{onClick:function(){(0,Z.sx)(`${e}_audiences-sidebar-create-audiences`,"dismiss_oauth_notice").finally(()=>{s(Zi)})}},hideIcon:!0}),(k.length>0||E)&&(0,B.jsx)(AudienceCreationErrorNotice,{apiErrors:k,hasOAuthError:E})]})}function AudienceItems({savedItemSlugs:e=[]}){const[t,i]=(0,a.useState)(!0),{setExpirableItemTimers:n}=(0,c.useDispatch)(X.oR),{syncAvailableAudiences:o}=(0,c.useDispatch)(Q.K9),s=(0,pe.A)(),r=(0,c.useSelect)(e=>e(g.n).getValue(wi)),l=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableAudiences());(0,a.useEffect)(()=>{t&&r&&(i(!1),async function(){await o()}())},[t,r,o]);const d=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t,getReport:i,getAudiencesUserCountReportOptions:n,getConfigurableSiteKitAndOtherAudiences:o,hasAudiencePartialData:s}=e(Q.K9),r=t();if(void 0===r)return;if(!r.length)return[];const[a,l]=o(),c=s(a),d=e(X.oR).getDateRangeDates({offsetDays:Q.f2}),g=c&&i({...d,metrics:[{name:"totalUsers"}],dimensions:[{name:"newVsReturning"}],reportID:"audience-segmentation_audience-items_component_newVsReturningReport"}),u=!1===c||!0===c&&l?.length>0?i(n(c?l:r)):{},{rows:p=[]}=g||{},{rows:m=[]}=u||{};function h(e,t){return e.find(e=>e?.dimensionValues?.[0]?.value===t)}return r.map(e=>{let t;return t="SITE_KIT_AUDIENCE"===e.audienceType&&c?h(p,"new-visitors"===e.audienceSlug?"new":"returning"):h(m,e.name),{...e,userCount:Number(t?.metricValues?.[0]?.value)||0}})});function p(e,{audienceType:t,description:i,displayName:n,name:o,userCount:s}){let r="";switch(t){case"DEFAULT_AUDIENCE":r=(0,u.__)("Created by default by Google Analytics","google-site-kit"),i="";break;case"SITE_KIT_AUDIENCE":r=(0,u.__)("Created by Site Kit","google-site-kit");break;case"USER_AUDIENCE":r=(0,u.__)("Already exists in your Analytics property","google-site-kit")}return{...e,[o]:{title:n,subtitle:i,description:r,userCount:s,audienceType:t}}}const m=d?.filter(({name:t})=>e.includes(t)).reduce(p,{}),h=d?.filter(({name:t})=>!e.includes(t)).reduce(p,{}),I=(0,c.useSelect)(e=>{if(void 0===d)return;const{hasFinishedResolution:t,hasExpirableItem:i}=e(X.oR);return t("getExpirableItems")?d.filter(({audienceType:e,name:t})=>"DEFAULT_AUDIENCE"!==e&&!i(`${Q.bz}${t}`)).map(({name:e})=>`${Q.bz}${e}`):void 0});return(0,tn.A)(()=>{r&&void 0!==I&&I.length&&n(I.map(e=>({slug:e,expiresInSeconds:4*Z.Du})))},[r,n,I]),(0,B.jsx)(on.DW,{availableItemsTitle:(0,u.__)("Additional groups","google-site-kit"),availableSavedItems:m,availableUnsavedItems:h,ItemComponent:l?AudienceItemPreviewBlock:AudienceItem,savedItemSlugs:e,notice:(0,B.jsxs)(a.Fragment,{children:[(0,B.jsx)(AddGroupNotice,{}),!s&&(0,B.jsx)(AudienceCreationNotice,{})]})})}function RequestAccessButton({requestAccessURL:e}){const t=(0,U.A)();return(0,B.jsx)(R.Button,{className:"googlesitekit-audience-selection-panel__error-notice-action",href:e,target:"_blank",onClick:()=>{(0,Z.sx)(`${t}_audiences-sidebar`,"insufficient_permissions_error_request_access")},tertiary:!0,children:(0,u.__)("Request access","google-site-kit")})}function RetryButton({handleRetry:e}){const t=(0,U.A)();return(0,B.jsx)(R.Button,{className:"googlesitekit-audience-selection-panel__error-notice-action",onClick:()=>{e(),(0,Z.sx)(`${t}_audiences-sidebar`,"data_loading_error_retry")},tertiary:!0,children:(0,u.__)("Retry","google-site-kit")})}function SyncErrorNotice(){const e=(0,U.A)(),t=(0,c.useSelect)(e=>e(Q.K9).getErrorForAction("syncAvailableAudiences")),[i,n]=(0,c.useInViewSelect)(e=>e(Q.K9).getAudienceUserCountReportErrors())||[],o=(0,c.useSelect)(e=>e(Ze.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),s=(0,c.useSelect)(e=>e(g.n).getValue(wi)),{clearError:r,syncAvailableAudiences:l}=(0,c.useDispatch)(Q.K9),p=(0,a.useCallback)(async()=>{await r("syncAvailableAudiences"),l()},[r,l]),m=[];t&&m.push(t),n&&m.push(n),i&&m.push(i);const h=m.length>0,I=m.some(e=>(0,d.SG)(e));if((0,a.useEffect)(()=>{s&&h&&(0,Z.sx)(`${e}_audiences-sidebar`,I?"insufficient_permissions_error":"data_loading_error")},[h,I,s,e]),!m.length)return null;const M=[n,i].some(e=>!!e);return(0,B.jsx)(mn.A,{className:"googlesitekit-audience-selection-panel__error-notice googlesitekit-notice--error googlesitekit-notice--small googlesitekit-notice--square",type:mn.A.TYPES.ERROR,description:I?(0,L.A)((0,u.__)("Insufficient permissions, contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,B.jsx)(O.A,{href:o,external:!0,hideExternalIndicator:!0,children:(0,u.__)("Get help","google-site-kit")})}):(0,u.__)("Data loading failed","google-site-kit"),hideIcon:!0,children:I||M?(0,B.jsx)(z.A,{moduleSlug:"analytics-4",error:m,buttonVariant:"danger",RequestAccessButton,RetryButton,hideGetHelpLink:!0}):(0,B.jsx)(RetryButton,{handleRetry:p})})}function Footer({isOpen:e,closePanel:t,savedItemSlugs:i}){const n=(0,U.A)(),o=(0,Qe.A)(Ri,zi),{setValues:s}=(0,c.useDispatch)(We.s),r=(0,c.useSelect)(e=>e(X.oR).isSavingUserAudienceSettings()),l=(0,c.useInViewSelect)(e=>{const t=e(X.oR).getDismissedItems();return t?.filter(e=>e.startsWith("audience-tile-"))}),d=(0,c.useSelect)(e=>e(Q.K9).getOrSyncAvailableAudiences()),{saveUserAudienceSettings:g,removeDismissedItems:u}=(0,c.useDispatch)(X.oR),{getConfiguredAudiences:p}=(0,c.useSelect)(X.oR),m=(0,a.useCallback)(async e=>{s(Ri,{[Oi]:null});let{error:t}=await g({configuredAudiences:e});if(!t){const i=l?.filter(t=>{const i=t.replace("audience-tile-","");return!e.includes(i)})||[];e.every(e=>l?.includes(`audience-tile-${e}`))&&i.push(`audience-tile-${e[0]}`),i?.length>0&&(({error:t}=await u(...i)),t&&s(Ri,{[Oi]:t}))}return{error:t}},[l,u,g,s]),h=(0,a.useCallback)(()=>{const e={USER_AUDIENCE:"user",SITE_KIT_AUDIENCE:"site-kit",DEFAULT_AUDIENCE:"default"},t=p(),i=Object.keys(e).map(i=>{const n=t.filter(e=>{const t=d?.find(({name:t})=>e===t);return t?.audienceType===i});return`${e[i]}:${n.length}`}).join(",");(0,Z.sx)(`${n}_audiences-sidebar`,"audiences_sidebar_save",i)},[d,p,n]),I=(0,a.useCallback)(()=>{(0,Z.sx)(`${n}_audiences-sidebar`,"audiences_sidebar_cancel")},[n]);return(0,B.jsx)(on.gy,{savedItemSlugs:i,selectedItemSlugs:o,saveSettings:m,minSelectedItemCount:Pi,maxSelectedItemCount:Wi,isBusy:r,isOpen:e,closePanel:t,onSaveSuccess:h,onCancel:I})}function Header_Header({closePanel:e}){const t=(0,pe.A)(),i=(0,c.useSelect)(e=>e(Ze.O4).getSiteKitAdminSettingsURL({scrollTo:"visitor-groups"})),n=(0,c.useSelect)(e=>e(X.oR).isSavingUserAudienceSettings()),{navigateTo:o}=(0,c.useDispatch)(Yi.M),s=(0,a.useCallback)(()=>o(i),[i,o]);return(0,B.jsx)(on.W4,{title:(0,u.__)("Select visitor groups","google-site-kit"),onCloseClick:e,children:!t&&(0,B.jsx)(w.A,{children:(0,L.A)((0,u.__)("You can deactivate this widget in <link><strong>Settings</strong></link>","google-site-kit"),{link:(0,B.jsx)(O.A,{onClick:s,disabled:n,secondary:!0}),strong:(0,B.jsx)("strong",{})})})})}function LearnMoreLink(){const e=(0,c.useSelect)(e=>e(Ze.O4).getGoogleSupportURL({path:"/analytics/answer/12799087"}));return(0,B.jsx)("div",{className:"googlesitekit-audience-selection-panel__learn-more",children:(0,L.A)((0,u.__)("Learn more about grouping site visitors and audiences in <link><strong>Analytics</strong></link>","google-site-kit"),{link:(0,B.jsx)(O.A,{href:e,secondary:!0,external:!0}),strong:(0,B.jsx)("strong",{})})})}AudienceCreationErrorNotice.propTypes={apiErrors:r().oneOfType([r().arrayOf(r().object),r().object,r().array]),hasOAuthError:r().bool},AudienceItems.propTypes={savedItemSlugs:r().array},RequestAccessButton.propTypes={requestAccessURL:r().string.isRequired},RetryButton.propTypes={handleRetry:r().func.isRequired},Footer.propTypes={isOpen:r().bool,closePanel:r().func.isRequired,savedItemSlugs:r().array},Header_Header.propTypes={closePanel:r().func.isRequired};var hn=i(19793);function AudienceCreationSuccessNotice(){const e=(0,U.A)(),{setValue:t}=(0,c.useDispatch)(g.n),i=(0,c.useSelect)(e=>e(g.n).getValue(Gi)),n=(0,c.useSelect)(e=>e(g.n).getValue(wi));return(0,a.useEffect)(()=>{n&&i&&(0,Z.sx)(`${e}_audiences-sidebar-create-audiences-success`,"view_notification")},[n,i,e]),i?(0,B.jsxs)("div",{className:"googlesitekit-audience-selection-panel__success-notice",children:[(0,B.jsx)("div",{className:"googlesitekit-audience-selection-panel__success-notice-icon",children:(0,B.jsx)(hn.A,{width:24,height:24})}),(0,B.jsx)("p",{className:"googlesitekit-audience-selection-panel__success-notice-message",children:(0,u.__)("Visitor group created successfully!","google-site-kit")}),(0,B.jsx)("div",{className:"googlesitekit-audience-selection-panel__success-notice-actions",children:(0,B.jsx)(R.Button,{onClick:()=>{(0,Z.sx)(`${e}_audiences-sidebar-create-audiences-success`,"dismiss_notification").finally(()=>{t(Gi,!1)})},tertiary:!0,children:(0,u.__)("Got it","google-site-kit")})})]}):null}var In=i(74595),Mn=i(67768);function SaveErrorNotice({savedItemSlugs:e}){const t=(0,Qe.A)(Ri,zi),i=(0,Qe.A)(Ri,Oi),n=(0,In.ws)(e=>e(X.oR).getUserAudienceSettings()),s=(0,In.WM)(e=>e(X.oR).getErrorForAction("saveUserAudienceSettings",[{...n,configuredAudiences:t}])),r=t?.length||0;let l;r<Pi?l=(0,u.sprintf)(/* translators: 1: Minimum number of groups that can be selected. 2: Number of selected groups. */ /* translators: 1: Minimum number of groups that can be selected. 2: Number of selected groups. */ (0,u._n)("Select at least %1$d group (%2$d selected)","Select at least %1$d groups (%2$d selected)",Pi,"google-site-kit"),Pi,r):r>Wi&&(l=(0,u.sprintf)(/* translators: 1: Maximum number of groups that can be selected. 2: Number of selected groups. */ /* translators: 1: Maximum number of groups that can be selected. 2: Number of selected groups. */ (0,u.__)("Select up to %1$d groups (%2$d selected)","google-site-kit"),Wi,r));const c=(0,a.useMemo)(()=>!(0,o.isEqual)((0,Z.N9)(t),(0,Z.N9)(e)),[t,e]);if(!l&&!s&&!i)return null;let d=s||i;return c&&l&&(d={message:l}),(0,B.jsx)(Mn.A,{error:d})}function Panel(){const e=(0,U.A)(),t=(0,c.useSelect)(e=>e(g.n).getValue(wi)),i=(0,c.useSelect)(e=>e(Q.K9).isFetchingSyncAvailableAudiences()),n=(0,c.useInViewSelect)(e=>{const{getConfigurableAudiences:t}=e(Q.K9),{getConfiguredAudiences:i}=e(X.oR),n=i()||[],o=t()||[];return o.length&&n.length?o.filter(({name:e})=>n.includes(e)).map(({name:e})=>e):[]}),o=(0,Qe.A)(Ui,"autoSubmit"),{setValues:s}=(0,c.useDispatch)(We.s),{setValue:r}=(0,c.useDispatch)(g.n),l=(0,a.useCallback)(()=>{s(Ri,{[zi]:n,[Li]:!1}),(0,Z.sx)(`${e}_audiences-sidebar`,"audiences_sidebar_view")},[n,s,e]),d=(0,a.useCallback)(()=>{t&&(r(wi,!1),r(Gi,!1))},[r,t]);return(0,B.jsxs)(on.Ay,{className:"googlesitekit-audience-selection-panel",closePanel:d,isOpen:t||o,isLoading:i,onOpen:l,children:[(0,B.jsx)(Header_Header,{closePanel:d}),(0,B.jsx)(AudienceItems,{savedItemSlugs:n}),(0,B.jsx)(LearnMoreLink,{}),(0,B.jsx)(SaveErrorNotice,{savedItemSlugs:n}),(0,B.jsx)(SyncErrorNotice,{}),(0,B.jsx)(AudienceCreationSuccessNotice,{}),(0,B.jsx)(Footer,{closePanel:d,isOpen:t,savedItemSlugs:n})]})}function AudienceSelectionPanel(){const e=(0,c.useSelect)(e=>e(g.n).getValue(wi));return(0,B.jsx)(en.Ay,{value:{key:"AudienceSelectionPanel",value:!!e},children:(0,B.jsx)(Panel,{})})}var yn=i(91560);function AudienceAreaFooter(){const e=(0,pe.A)(),t=(0,c.useSelect)(e=>e(X.oR).getDateRangeDates({offsetDays:Q.f2})),i=(0,c.useSelect)(i=>e?null:i(Q.K9).getServiceReportURL("audiences",{dates:t}));return(0,c.useSelect)(e=>e(Vi.i).isModuleConnected(V.L1))?(0,B.jsx)(yn.A,{className:"googlesitekit-audience-widget__source",name:(0,u._x)("Analytics","Service name","google-site-kit"),href:i,external:!0}):null}var fn,An,jn,Nn,kn=i(674);function ChangeGroupsLink(){const e=(0,U.A)(),t=(0,c.useInViewSelect)(e=>e(Q.K9).getConfigurableAudiences(),[]),{setValue:i}=(0,c.useDispatch)(g.n),n=(0,a.useCallback)(()=>{i(wi,!0),(0,Z.sx)(`${e}_audiences-sidebar`,"change_groups")},[i,e]);return Array.isArray(t)&&t?.length>0?(0,B.jsx)(O.A,{className:"googlesitekit-widget-area__cta-link",onClick:n,leadingIcon:(0,B.jsx)(kn.A,{width:22,height:22}),secondary:!0,linkButton:!0,children:(0,u.__)("Change groups","google-site-kit")}):null}function _n(){return _n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},_n.apply(null,arguments)}const vn=e=>a.createElement("svg",_n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"-3 1 333.666 149.252"},e),fn||(fn=a.createElement("defs",null,a.createElement("filter",{id:"audience-connect-analytics-cta-graphic_svg__c",width:144.59,height:185.064,x:109.551,y:18.171,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:4}),a.createElement("feGaussianBlur",{stdDeviation:8}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1731_24094"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1731_24094",result:"shape"})),a.createElement("filter",{id:"audience-connect-analytics-cta-graphic_svg__d",width:144.59,height:185.064,x:236.859,y:18.171,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:4}),a.createElement("feGaussianBlur",{stdDeviation:8}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1731_24094"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1731_24094",result:"shape"})),a.createElement("clipPath",{id:"audience-connect-analytics-cta-graphic_svg__a"},a.createElement("path",{fill:"#fff",d:"M0 0h480v150H0z"})))),a.createElement("g",{clipPath:"url(#audience-connect-analytics-cta-graphic_svg__a)",transform:"translate(-73)"},An||(An=a.createElement("path",{fill:"#B8E6CA",d:"M91.722 36.579a72 72 0 0 1 7.307-6.582c24.521-19.234 44.779-19.203 72.826-15.693 18.961 2.373 30.038 11.4 55.889 9.98s32.474-7.992 64.117-5.887c25.048 1.667 36.285 6.612 58.554 18.182 20.61 10.707 39.324 29.519 48.728 54.397 16.12 42.644-12.622 119.393-51.166 123.012-27.93 2.623-50.979-28.308-79.169-21.145-17.366 4.414-27.666 22.927-41.064 35.144-15.631 14.255-49.304 13.359-67.607 5.751-17.442-7.248-34.409-21.615-40.106-42.775-4.337-16.114-5.519-35.322-17.661-50.04-14.694-17.811-23.672-25.756-28.716-49.947-4.382-21.009 5.045-40.938 18.068-54.397"})),a.createElement("mask",{id:"audience-connect-analytics-cta-graphic_svg__b",width:332,height:228,x:72,y:12,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},jn||(jn=a.createElement("path",{fill:"#B8E6CA",d:"M91.722 36.579a72 72 0 0 1 7.307-6.582c24.521-19.234 44.779-19.203 72.826-15.693 18.961 2.373 30.038 11.4 55.889 9.98s32.474-7.992 64.117-5.887c25.048 1.667 36.285 6.612 58.554 18.182 20.61 10.707 39.324 29.519 48.728 54.397 16.12 42.644-12.622 119.393-51.166 123.012-27.93 2.623-50.979-28.308-79.169-21.145-17.366 4.414-27.666 22.927-41.064 35.144-15.631 14.255-49.304 13.359-67.607 5.751-17.442-7.248-34.409-21.615-40.106-42.775-4.337-16.114-5.519-35.322-17.661-50.04-14.694-17.811-23.672-25.756-28.716-49.947-4.382-21.009 5.045-40.938 18.068-54.397"}))),Nn||(Nn=a.createElement("g",{mask:"url(#audience-connect-analytics-cta-graphic_svg__b)"},a.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic_svg__c)"},a.createElement("rect",{width:112.591,height:153.065,x:125.551,y:30.171,fill:"#fff",rx:8.095})),a.createElement("rect",{width:39.014,height:7.002,x:139.555,y:93.193,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:14.005,height:7.002,x:139.555,y:82.189,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:14.005,height:7.002,x:139.555,y:118.259,fill:"#EBEEF0",rx:3.501}),a.createElement("path",{fill:"#B8E6CA",d:"M202.578 91.693a6.5 6.5 0 0 1 6.502-6.503h10.004a6.502 6.502 0 0 1 0 13.005H209.08a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:26.492,height:6.623,x:139.535,y:45.625,fill:"#EBEEF0",rx:3.311}),a.createElement("path",{fill:"#FFDED3",d:"M202.578 127.763a6.5 6.5 0 0 1 6.502-6.502h10.004a6.502 6.502 0 1 1 0 13.004H209.08a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:41.014,height:7.002,x:138.555,y:129.263,fill:"#EBEEF0",rx:3.501}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M238.141 65.862H126.286"}),a.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic_svg__d)"},a.createElement("rect",{width:112.591,height:153.065,x:252.859,y:30.171,fill:"#fff",rx:8.095})),a.createElement("rect",{width:38.859,height:7.002,x:266.809,y:93.193,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:13.949,height:7.002,x:266.809,y:82.189,fill:"#EBEEF0",rx:3.501}),a.createElement("rect",{width:13.949,height:7.002,x:266.805,y:118.259,fill:"#EBEEF0",rx:3.501}),a.createElement("path",{fill:"#B8E6CA",d:"M329.582 91.693a6.5 6.5 0 0 1 6.502-6.503h9.912a6.502 6.502 0 1 1 0 13.005h-9.912a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:26.492,height:6.623,x:266.844,y:45.625,fill:"#EBEEF0",rx:3.311}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M358.094 65.862H252.862"}),a.createElement("path",{fill:"#FFDED3",d:"M329.582 127.763a6.5 6.5 0 0 1 6.502-6.502h9.912a6.502 6.502 0 1 1 0 13.004h-9.912a6.5 6.5 0 0 1-6.502-6.502"}),a.createElement("rect",{width:40.852,height:7.002,x:265.812,y:129.263,fill:"#EBEEF0",rx:3.501})))));var Tn,En,Dn,xn;function bn(){return bn=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},bn.apply(null,arguments)}const Sn=e=>a.createElement("svg",bn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 553 146"},e),a.createElement("g",{clipPath:"url(#audience-connect-analytics-cta-graphic-tablet_svg__a)"},Tn||(Tn=a.createElement("path",{fill:"#B8E6CA",d:"M67.728 34.59a72 72 0 0 1 7.31-6.584c24.527-19.24 44.792-19.21 72.848-15.698 18.966 2.374 30.047 11.404 55.905 9.984C229.65 20.872 234.5 10.117 271 14.308S322.5-1.5 360.5 1.5s52 32 72 42 37 8.5 50 35 4 83.5-36 106-99.355 25.386-122.439 27.553c-27.938 2.624-50.995-28.317-79.194-21.151-17.371 4.415-27.674 22.934-41.076 35.155-15.636 14.258-49.319 13.362-67.627 5.752-17.448-7.25-34.42-21.622-40.118-42.788-4.338-16.119-5.521-35.333-17.667-50.056-14.698-17.816-23.679-25.763-28.725-49.961-4.382-21.016 5.047-40.95 18.074-54.414"})),a.createElement("mask",{id:"audience-connect-analytics-cta-graphic-tablet_svg__b",width:441,height:237,x:48,y:1,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},En||(En=a.createElement("path",{fill:"#B8E6CA",d:"M67.728 34.59a72 72 0 0 1 7.31-6.584c24.527-19.24 44.792-19.21 72.848-15.698 18.966 2.374 30.047 11.404 55.905 9.984C229.65 20.872 234.5 10.117 271 14.308S322.5-1.5 360.5 1.5s52 32 72 42 37 8.5 50 35 4 83.5-36 106-99.355 25.386-122.439 27.553c-27.938 2.624-50.995-28.317-79.194-21.151-17.371 4.415-27.674 22.934-41.076 35.155-15.636 14.258-49.319 13.362-67.627 5.752-17.448-7.25-34.42-21.622-40.118-42.788-4.338-16.119-5.521-35.333-17.667-50.056-14.698-17.816-23.679-25.763-28.725-49.961-4.382-21.016 5.047-40.95 18.074-54.414"}))),Dn||(Dn=a.createElement("g",{filter:"url(#audience-connect-analytics-cta-graphic-tablet_svg__c)",mask:"url(#audience-connect-analytics-cta-graphic-tablet_svg__b)"},a.createElement("rect",{width:112.625,height:153.111,x:93,y:29.181,fill:"#fff",rx:8.097}),a.createElement("rect",{width:39.025,height:7.005,x:107.008,y:92.222,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:14.009,height:7.005,x:107.008,y:81.214,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:14.009,height:7.005,x:107.008,y:117.295,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{fill:"#B8E6CA",d:"M170.051 90.72a6.504 6.504 0 0 1 6.504-6.504h10.007a6.504 6.504 0 0 1 0 13.009h-10.007a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:26.5,height:6.625,x:106.984,y:44.639,fill:"#EBEEF0",rx:3.313}),a.createElement("path",{fill:"#FFDED3",d:"M170.051 126.802a6.504 6.504 0 0 1 6.504-6.505h10.007a6.504 6.504 0 0 1 0 13.009h-10.007a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:41.027,height:7.005,x:106.008,y:128.303,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M205.625 64.882H93.736"}),a.createElement("rect",{width:112.625,height:153.111,x:220.348,y:29.181,fill:"#fff",rx:8.097}),a.createElement("rect",{width:38.871,height:7.005,x:234.301,y:92.222,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:234.301,y:81.214,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:234.301,y:117.295,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{fill:"#B8E6CA",d:"M297.094 90.72a6.504 6.504 0 0 1 6.504-6.504h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:26.5,height:6.625,x:234.332,y:44.639,fill:"#EBEEF0",rx:3.313}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M325.613 64.882H220.349"}),a.createElement("path",{fill:"#FFDED3",d:"M297.094 126.802a6.504 6.504 0 0 1 6.504-6.505h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.504-6.504"}),a.createElement("rect",{width:40.864,height:7.005,x:233.305,y:128.303,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:112.625,height:153.111,x:347.695,y:29.181,fill:"#fff",rx:8.097}),a.createElement("rect",{width:38.871,height:7.005,x:361.648,y:92.222,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:361.648,y:81.214,fill:"#EBEEF0",rx:3.502}),a.createElement("rect",{width:13.954,height:7.005,x:361.648,y:117.295,fill:"#EBEEF0",rx:3.502}),a.createElement("path",{fill:"#FFDED3",d:"M424.441 90.72a6.504 6.504 0 0 1 6.505-6.504h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.505-6.504"}),a.createElement("rect",{width:26.5,height:6.625,x:361.68,y:44.639,fill:"#EBEEF0",rx:3.313}),a.createElement("path",{stroke:"#EBEEF0",strokeWidth:1.472,d:"M452.961 64.882H347.697"}),a.createElement("path",{fill:"#B8E6CA",d:"M424.441 126.802a6.505 6.505 0 0 1 6.505-6.505h9.915a6.504 6.504 0 0 1 0 13.009h-9.915a6.504 6.504 0 0 1-6.505-6.504"}),a.createElement("rect",{width:40.864,height:7.005,x:360.652,y:128.303,fill:"#EBEEF0",rx:3.502})))),xn||(xn=a.createElement("defs",null,a.createElement("clipPath",{id:"audience-connect-analytics-cta-graphic-tablet_svg__a"},a.createElement("path",{fill:"#fff",d:"M0 0h553v158H0z"})),a.createElement("filter",{id:"audience-connect-analytics-cta-graphic-tablet_svg__c",width:399.32,height:185.111,x:77,y:17.181,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},a.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),a.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),a.createElement("feOffset",{dy:4}),a.createElement("feGaussianBlur",{stdDeviation:8}),a.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),a.createElement("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"}),a.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_2898_16714"}),a.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_2898_16714",result:"shape"})))));var Cn=i(92698);function ConnectAnalyticsCTAWidget({Widget:e}){const t=(0,x.dv)()===x.Lg,i=(0,Cn.A)(V.L1),n=(0,c.useSelect)(e=>e(Vi.i).getModuleIcon(V.L1)),o=t?(0,B.jsx)(w.A,{children:(0,L.A)((0,u.__)("Google Analytics is disconnected, your audience metrics can’t be displayed. <a>Connect Google Analytics</a>","google-site-kit"),{a:(0,B.jsx)(O.A,{onClick:i,secondary:!0})})}):(0,B.jsxs)(a.Fragment,{children:[(0,B.jsx)(w.A,{children:(0,u.__)("Google Analytics is disconnected, your audience metrics can’t be displayed","google-site-kit")}),(0,B.jsx)(O.A,{onClick:i,secondary:!0,children:(0,u.__)("Connect Google Analytics","google-site-kit")})]});return(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(Hi,{Icon:n,SVGGraphic:t?Sn:vn,children:o})})}ConnectAnalyticsCTAWidget.propTypes={Widget:r().elementType.isRequired};const wn=(0,W.A)(gn);function InfoNoticeWidget({Widget:e,WidgetNull:t}){const i=(0,U.A)(),n=(0,c.useInViewSelect)(e=>{const t=e(Q.K9).getOrSyncAvailableAudiences();return t?.map(e=>e.name)},[]),o=(0,c.useInViewSelect)(e=>e(X.oR).getConfiguredAudiences(),[]),s=o?.some(e=>n?.includes(e)),r=h.length,l=(0,c.useInViewSelect)(e=>e(X.oR).isPromptDismissed(m),[]),d=(0,c.useSelect)(e=>e(g.n).getValue(p)),I=(0,c.useInViewSelect)(e=>e(X.oR).getPromptDismissCount(m),[]),{dismissPrompt:M}=(0,c.useDispatch)(X.oR),y=(0,a.useCallback)(()=>{void 0!==I&&(0,Z.sx)(`${i}_audiences-info-notice`,"dismiss_notice",h[I].slug).finally(()=>{const e=2*Z.Du;M(m,{expiresInSeconds:I+1<r?e:0})})},[I,M,r,i]);if(!0!==s||l||void 0===I||I>=r||!0===d)return(0,B.jsx)(t,{});const{slug:f,content:A}=h[I];return(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(wn,{content:A,dismissLabel:(0,u.__)("Got it","google-site-kit"),onDismiss:y,onInView:()=>{(0,Z.sx)(`${i}_audiences-info-notice`,"view_notice",f)}})})}InfoNoticeWidget.propTypes={Widget:r().elementType.isRequired,WidgetNull:r().elementType.isRequired};const Rn=(0,l.A)({moduleName:V.L1})(InfoNoticeWidget);var zn=i(15844);function SecondaryUserSetupWidget({Widget:e}){const[t,i]=(0,a.useState)(null),n=(0,c.useSelect)(e=>e(Q.K9).isSettingUpAudiences()),{enableSecondaryUserAudienceGroup:o}=(0,c.useDispatch)(Q.K9);return(0,zn.A)(()=>{n||(async()=>{const{error:e}=await o();e&&i(e)})()}),t?(0,B.jsx)(H,{Widget:e,errors:t,onRetry:async function(){i(null);const{error:e}=await o();e&&i(e)},showRetryButton:!(0,d.SG)(t)}):(0,B.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,B.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})}),(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})})]})})}SecondaryUserSetupWidget.propTypes={Widget:r().elementType.isRequired};var Ln=i(33566);function PrimaryUserSetupWidget({Widget:e}){const{apiErrors:t,isSaving:i,failedAudiences:n,onEnableGroups:o}=(0,Ln.A)(),s=(0,c.useSelect)(e=>e(Q.K9).isSettingUpAudiences());return(0,zn.A)(()=>{s||o()}),!t.length&&!n.length||i?(0,B.jsx)(e,{className:"googlesitekit-widget-audience-tiles",noPadding:!0,children:(0,B.jsxs)("div",{className:"googlesitekit-widget-audience-tiles__body",children:[(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})}),(0,B.jsx)(e,{noPadding:!0,children:(0,B.jsx)(AudienceTileLoading,{})})]})}):(0,B.jsx)(H,{Widget:e,errors:t,onRetry:o,failedAudiences:n,showRetryButton:!(0,d.SG)(t[0])})}PrimaryUserSetupWidget.propTypes={Widget:r().elementType.isRequired}},76422:(e,t,i)=>{i.d(t,{A:()=>OverlayNotification});var n=i(62688),o=i.n(n),s=i(50539),r=i(71423),a=i(7070),l=i(5230),c=i(4452),d=i.n(c),g=i(32947),u=i(63696),p=i(15167),m=i(62540);function Title({children:e}){return(0,m.jsx)(p.A,{as:"h3",size:"medium",type:"title",className:"googlesitekit-overlay-card__title",children:e})}function Description({children:e}){return(0,m.jsx)("p",{className:"googlesitekit-overlay-card__description",children:e})}Title.propTypes={children:o().node.isRequired},Description.propTypes={children:o().node.isRequired};var h=i(82871),I=i(49383);function DismissButton({label:e=(0,h.__)("Maybe later","google-site-kit"),onClick:t,disabled:i}){return(0,m.jsx)(I.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}const M={label:o().string,onClick:o().func,disabled:o().bool};function CTAButton(e){const{label:t,...i}=e;return(0,m.jsx)(I.Button,{...i,children:t})}DismissButton.propTypes=M,CTAButton.propTypes={...M,href:o().string,target:o().string,trailingIcon:o().object};var y=i(98652);function Body({title:e,description:t,ctaButton:i,dismissButton:n,GraphicDesktop:o,GraphicMobile:s,newBadge:r}){const a=(0,g.dv)();return(0,m.jsxs)(u.Fragment,{children:[a!==g.mp&&o&&(0,m.jsx)("div",{className:"googlesitekit-overlay-card__graphic",children:(0,m.jsx)(o,{})}),(0,m.jsxs)("div",{className:"googlesitekit-overlay-card__body",children:[r&&(0,m.jsx)("div",{className:"googlesitekit-overlay-card__badge",children:(0,m.jsx)(y.A,{hasNoSpacing:!0})}),e&&(0,m.jsx)(Title,{children:e}),t&&(0,m.jsx)(Description,{children:t})]}),(i||n)&&(0,m.jsxs)("div",{className:"googlesitekit-overlay-card__actions",children:[n&&(0,m.jsx)(DismissButton,{...n}),i&&(0,m.jsx)(CTAButton,{...i})]}),a===g.mp&&s&&(0,m.jsx)(s,{})]})}function OverlayCard(e){const{visible:t,className:i,...n}=e,o=(0,g.dv)();if(!t)return null;const s=(0,m.jsx)("div",{className:d()("googlesitekit-overlay-card",i),children:(0,m.jsx)(Body,{...n})});return o===g.mp?s:(0,m.jsx)(l.A,{direction:"up",in:t,children:s})}function OverlayNotification({notificationID:e,ctaButton:t,dismissButton:i,gaTrackingEventArgs:n,...o}){const l=(0,a.A)(e,n?.category,{confirmAction:n?.confirmAction,dismissAction:n?.dismissAction}),{dismissNotification:c}=(0,s.useDispatch)(r.D);const{dismissOnClick:d,dismissOptions:g,...u}=t||{};const p=t?{...u,onClick:async function(i){l.confirm(n?.label,n?.value),await(t?.onClick?.(i)),d&&c(e,{...g})}}:void 0;return(0,m.jsx)(OverlayCard,{ctaButton:p,dismissButton:{...i,onClick:async function(t){await(i?.onClick?.(t)),l.dismiss(n?.label,n?.value),c(e,{...i.dismissOptions})}},...o,visible:!0})}Body.propTypes={title:o().node,description:o().node,ctaButton:o().shape({...M,href:o().string,target:o().string,trailingIcon:o().element}),dismissButton:o().shape({...M}),GraphicDesktop:o().elementType,GraphicMobile:o().elementType,newBadge:o().bool},OverlayCard.propTypes={className:o().string,title:o().string,description:o().oneOfType([o().string,o().object]),ctaButton:o().shape({...M,href:o().string,target:o().string,trailingIcon:o().object}),dismissButton:o().shape(M),GraphicDesktop:o().elementType,GraphicMobile:o().elementType,newBadge:o().bool,visible:o().bool},OverlayCard.defaultProps={visible:!1},OverlayNotification.propTypes={notificationID:o().string,ctaButton:o().object,dismissButton:o().oneOfType([o().object,o().bool])}},77035:(e,t,i)=>{var n=i(50539),o=i.n(n),s=i(86134),r=i(32091),a=i.n(r);const l="ASSIGN_WIDGET_AREA",c="REGISTER_WIDGET_AREA",d=Object.keys(s.qB).map(e=>`WIDGET_AREA_STYLES.${e}`).join(", "),g={assignWidgetArea:(e,t)=>({payload:{slug:e,contextSlugs:"string"==typeof t?[t]:t},type:l}),registerWidgetArea:(e,{priority:t=10,style:i=s.qB.BOXES,title:n,subtitle:o,Icon:r,hasNewBadge:l=!1,CTA:g,Footer:u,filterActiveWidgets:p}={})=>(a()(e,"slug is required."),a()(Object.values(s.qB).includes(i),`settings.style must be one of: ${d}.`),{payload:{slug:e,settings:{priority:t,style:i,title:n,subtitle:o,Icon:r,hasNewBadge:l,CTA:g,Footer:u,filterActiveWidgets:p}},type:c})},u=(0,n.createReducer)((e,{type:t,payload:n})=>{switch(t){case l:{const{slug:t,contextSlugs:i}=n;return i.forEach(i=>{void 0===e.contextAssignments[i]&&(e.contextAssignments[i]=[]),e.contextAssignments[i].includes(t)||e.contextAssignments[i].push(t)}),e}case c:{const{slug:t,settings:o}=n;return void 0!==e.areas[t]?(i.g.console.warn(`Could not register widget area with slug "${t}". Widget area "${t}" is already registered.`),e):(e.areas[t]={...o,slug:t},e)}default:return e}}),p={isWidgetAreaActive:(0,n.createRegistrySelector)(e=>(t,i,n={})=>{a()(i,"widgetAreaSlug is required to check a widget area is active.");const{modules:o}=n,r=e(s.aO).getWidgetArea(i);let l=e(s.aO).getWidgets(i,{modules:o});return r.filterActiveWidgets&&(l=r.filterActiveWidgets(e,l)),l.some(t=>e(s.aO).isWidgetActive(t.slug))}),isWidgetAreaRegistered(e,t){const{areas:i}=e;return void 0!==i[t]},getWidgetAreas(e,t){a()(t,"contextSlug is required.");const{areas:i,contextAssignments:n}=e;return o=Object.values(i).filter(e=>n[t]&&n[t].includes(e.slug)),s="priority",o.sort((e,t)=>e[s]>t[s]?1:e[s]<t[s]?-1:0);var o,s},getWidgetArea(e,t){a()(t,"slug is required.");const{areas:i}=e;return i[t]||null}},m={initialState:{areas:{},contextAssignments:{}},actions:g,controls:{},reducer:u,resolvers:{},selectors:p};var h=i(17243),I=i(97241),M=i(93934);const y="ASSIGN_WIDGET",f="REGISTER_WIDGET",A="SET_WIDGET_STATE",j="UNSET_WIDGET_STATE",N=Object.keys(s.N$).map(e=>`WIDGET_WIDTHS.${e}`).join(", "),k={assignWidget:(e,t)=>({payload:{slug:e,areaSlugs:"string"==typeof t?[t]:t},type:y}),registerWidget(e,{Component:t,priority:i=10,width:n=s.N$.QUARTER,wrapWidget:o=!0,modules:r,isActive:l,isPreloaded:c,hideOnBreakpoints:d}={}){const g=Object.values(s.N$);return a()(t,"component is required to register a widget."),a()(Array.isArray(n)&&n.some(g.includes,g)||!Array.isArray(n)&&g.includes(n),`Widget width should be one of: ${N}, but "${n}" was provided.`),{payload:{slug:e,settings:{Component:t,priority:i,width:n,wrapWidget:o,modules:(0,M.T5)(r),isActive:l,isPreloaded:c,hideOnBreakpoints:d}},type:f}},setWidgetState:(e,t,i={})=>({payload:{slug:e,Component:t,metadata:i},type:A}),unsetWidgetState:(e,t,i={})=>({payload:{slug:e,Component:t,metadata:i},type:j})},_=(0,n.createReducer)((e,{type:t,payload:n})=>{switch(t){case y:{const{slug:t,areaSlugs:i}=n;return i.forEach(i=>{void 0===e.areaAssignments[i]&&(e.areaAssignments[i]=[]),e.areaAssignments[i].includes(t)||e.areaAssignments[i].push(t)}),e}case f:{const{slug:t,settings:o}=n;return void 0!==e.widgets[t]?(i.g.console.warn(`Could not register widget with slug "${t}". Widget "${t}" is already registered.`),e):(e.widgets[t]={...o,slug:t},e)}case A:{const{slug:t,Component:i,metadata:o}=n;return e.widgetStates[t]={Component:i,metadata:o},e}case j:{const{slug:t,Component:i,metadata:o}=n;return e.widgetStates?.[t]?.Component===i&&(0,I.c2)(e.widgetStates?.[t]?.metadata)===o&&delete e.widgetStates[t],e}default:return e}}),v={isWidgetActive:(0,n.createRegistrySelector)(e=>(t,i)=>(a()(i,"slug is required to check a widget is active."),!(0,M.JS)(e(s.aO).getWidgetState(i)))),isWidgetRegistered(e,t){const{widgets:i}=e;return void 0!==i[t]},isWidgetPreloaded:(0,n.createRegistrySelector)(e=>(t,i)=>{const{widgets:n}=t;return!!n[i]?.isPreloaded?.(e)}),getWidgets:(0,n.createRegistrySelector)(e=>(t,i,{modules:n}={})=>{a()(i,"widgetAreaSlug is required.");const{areaAssignments:o}=t;let s=Object.values(t.widgets).filter(e=>o[i]?.includes(e.slug)).filter(t=>"function"!=typeof t.isActive||(!!t.isActive(e)||"function"==typeof t.isPreloaded&&t.isPreloaded(e)));if(n){const e=(0,M.T5)(n);s=s.filter(t=>!t.modules?.length||(0,h.intersection)(t.modules,e).length===t.modules.length)}return s.sort((e,t)=>e.priority-t.priority)}),getWidget:(e,t)=>(a()(t,"slug is required to get a widget."),e.widgets[t]||null),getWidgetState:(e,t)=>e.widgetStates[t]||null,getWidgetStates:e=>e.widgetStates},T={initialState:{areaAssignments:{},widgets:{},widgetStates:{}},actions:k,controls:{},reducer:_,resolvers:{},selectors:v},E={selectors:{isWidgetContextActive:(0,n.createRegistrySelector)(e=>(t,i,n={})=>{a()(i,"contextSlug is required to check a widget context is active.");const{modules:o}=n;return e(s.aO).getWidgetAreas(i).some(t=>e(s.aO).isWidgetAreaActive(t.slug,{modules:o}))})}};var D=i(21125);const x=(0,n.combineStores)(n.commonStore,m,T,E,(0,D.g4)(s.aO));var b,S=i(63696),C=i(82871),w=i(44949),R=i(43427),z=i(58116),L=i(37226),O=i(93896),B=i(75578),G=i(62688),P=i.n(G),W=i(63560),Z=i(19266),U=i(7081),V=i(50111);function F(){return F=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},F.apply(null,arguments)}const H=e=>S.createElement("svg",F({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),b||(b=S.createElement("path",{stroke:"currentColor",strokeLinecap:"square",strokeWidth:2,d:"M7.999 1.334v13.333M1.332 8h13.333"})));var Y=i(12850),Q=i(77766),X=i(62540);function AddMetricCTATile({Widget:e}){const t=(0,S.useRef)(),{setValue:i}=(0,n.useDispatch)(U.n),o=`${(0,Q.A)()}_kmw`,s=(0,S.useCallback)(e=>{("keydown"!==e.type||[Z.Fm,Z.t6].includes(e.keyCode))&&(e.preventDefault(),i(V.EA,!0),(0,Y.sx)(o,"add_metric_click"))},[i,o]),r=(0,W.A)(t,{threshold:.25}),[a,l]=(0,S.useState)(!1),c=!!r?.intersectionRatio;return(0,S.useEffect)(()=>{c&&!a&&((0,Y.sx)(o,"add_metric_view"),l(!0))},[c,o,a]),(0,X.jsx)(e,{className:"googlesitekit-widget--addMetricCTATile",noPadding:!0,children:(0,X.jsxs)("div",{ref:t,className:"googlesitekit-km-add-metric-cta-tile",onClick:s,onKeyDown:s,tabIndex:0,role:"button",children:[(0,X.jsx)("div",{className:"googlesitekit-km-add-metric-cta-tile__icon",children:(0,X.jsx)(H,{width:16,height:16})}),(0,X.jsx)("p",{className:"googlesitekit-km-add-metric-cta-tile__text",children:(0,C.__)("Add a metric","google-site-kit")})]})})}AddMetricCTATile.propTypes={Widget:P().elementType.isRequired};var J=i(2362);function KeyMetricsNewBadge(){const e=(0,n.useSelect)(e=>e(O.O4).getKeyMetricsSetupNew()),t=(0,n.useSelect)(e=>e(O.O4).isKeyMetricsSetupCompleted()),[i]=(0,S.useState)(t),[o,s]=(0,S.useState)(e);return(0,S.useEffect)(()=>{!i&&t&&s(!0)},[i,t]),t||!o?null:(0,X.jsx)(J.A,{className:"googlesitekit-new-badge",label:(0,C.__)("New","google-site-kit")})}function MetricsWidgetSubtitle(){return(0,n.useSelect)(e=>e(O.O4).isKeyMetricsSetupCompleted())?(0,X.jsx)(S.Fragment,{children:(0,C.__)("Track progress towards your goals with tailored metrics and important user interaction metrics","google-site-kit")}):null}var q=i(73887),K=i(76283),$=i(32947),ee=i(99897);const{...te}=w,{...ie}=R;o().registerStore(s.aO,x);const ne=function(e){const{dispatch:t,select:i}=e,n={WIDGET_AREA_STYLES:s.qB,WIDGET_WIDTHS:s.N$,registerWidgetArea(e,i,o){t(s.aO).registerWidgetArea(e,i),o&&n.assignWidgetArea(e,o)},registerWidget(e,i,o){t(s.aO).registerWidget(e,i),o&&n.assignWidget(e,o)},assignWidgetArea(e,i){t(s.aO).assignWidgetArea(e,i)},assignWidget(e,i){t(s.aO).assignWidget(e,i)},isWidgetAreaRegistered:e=>i(s.aO).isWidgetAreaRegistered(e),isWidgetRegistered:e=>i(s.aO).isWidgetRegistered(e)};return n}(o());!function(e){const{CONTEXT_MAIN_DASHBOARD_KEY_METRICS:t,CONTEXT_MAIN_DASHBOARD_TRAFFIC:i,CONTEXT_MAIN_DASHBOARD_CONTENT:n,CONTEXT_MAIN_DASHBOARD_SPEED:o,CONTEXT_MAIN_DASHBOARD_MONETIZATION:r,CONTEXT_ENTITY_DASHBOARD_TRAFFIC:a,CONTEXT_ENTITY_DASHBOARD_CONTENT:l,CONTEXT_ENTITY_DASHBOARD_SPEED:c,CONTEXT_ENTITY_DASHBOARD_MONETIZATION:d}=te,{AREA_MAIN_DASHBOARD_KEY_METRICS_PRIMARY:g,AREA_MAIN_DASHBOARD_TRAFFIC_PRIMARY:u,AREA_MAIN_DASHBOARD_TRAFFIC_AUDIENCE_SEGMENTATION:p,AREA_MAIN_DASHBOARD_CONTENT_PRIMARY:m,AREA_MAIN_DASHBOARD_SPEED_PRIMARY:h,AREA_MAIN_DASHBOARD_MONETIZATION_PRIMARY:I,AREA_ENTITY_DASHBOARD_TRAFFIC_PRIMARY:M,AREA_ENTITY_DASHBOARD_CONTENT_PRIMARY:y,AREA_ENTITY_DASHBOARD_SPEED_PRIMARY:f,AREA_ENTITY_DASHBOARD_MONETIZATION_PRIMARY:A}=ie;e.registerWidgetArea(g,{title:(0,X.jsxs)(S.Fragment,{children:[(0,C.__)("Key metrics","google-site-kit"),(0,X.jsx)(KeyMetricsNewBadge,{})]}),subtitle:MetricsWidgetSubtitle,style:s.qB.BOXES,priority:1,CTA:B.i$,filterActiveWidgets:(e,t)=>1===t.length&&z.DF.includes(t[0].slug)?[]:t},t),e.registerWidgetArea(u,{title:(0,C.__)("Find out how your audience is growing","google-site-kit"),subtitle:(0,C.__)("Track your site’s traffic over time","google-site-kit"),style:s.qB.BOXES,priority:1},i),e.registerWidgetArea(p,{subtitle:(0,C.__)("Understand how different visitor groups interact with your site","google-site-kit"),hasNewBadge:!0,style:s.qB.BOXES,priority:2,CTA:K.x_,Footer:K.Fs,filterActiveWidgets(e,t){const i=e(z.oR).isAudienceSegmentationWidgetHidden();return void 0===i||i?[]:t}},i),e.registerWidgetArea(m,{title:(0,C.__)("See how your content is doing","google-site-kit"),subtitle:(0,C.__)("Keep track of your most popular pages and how people found them from Search","google-site-kit"),style:s.qB.BOXES,priority:1},n),e.registerWidgetArea(h,{title:(0,C.__)("Find out how visitors experience your site","google-site-kit"),subtitle:(0,C.__)("Keep track of how fast your pages are and get specific recommendations on what to improve","google-site-kit"),style:s.qB.BOXES,priority:1},o),e.registerWidgetArea(I,{title:(0,C.__)("Find out how much you’re earning from your content","google-site-kit"),subtitle:(0,C.__)("Track your AdSense revenue over time","google-site-kit"),style:s.qB.BOXES,priority:1},r),e.registerWidgetArea(M,{title:(0,C.__)("Find out how your audience is growing","google-site-kit"),subtitle:(0,C.__)("Track traffic to this page over time","google-site-kit"),style:s.qB.BOXES,priority:1},a),e.registerWidgetArea(y,{title:(0,C.__)("See how your content is doing","google-site-kit"),subtitle:(0,C.__)("Understand how people found this page from Search","google-site-kit"),style:s.qB.BOXES,priority:1},l),e.registerWidgetArea(f,{title:(0,C.__)("Find out how visitors experience this page","google-site-kit"),subtitle:(0,C.__)("Keep track of how fast your page is and get specific recommendations on what to improve","google-site-kit"),style:s.qB.BOXES,priority:1},c),e.registerWidgetArea(A,{title:(0,C.__)("Find out how much you’re earning from your content","google-site-kit"),subtitle:(0,C.__)("Track your AdSense revenue over time","google-site-kit"),style:s.qB.BOXES,priority:1},d),e.registerWidget("keyMetricsSetupCTA",{Component:B.uQ,width:[e.WIDGET_WIDTHS.FULL],priority:1,wrapWidget:!1,isActive:e=>e(z.oR).isAuthenticated()&&!1===e(O.O4).isKeyMetricsSetupCompleted()},[g]),e.registerWidget("keyMetricsConnectGA4All",{Component:q.A,width:[e.WIDGET_WIDTHS.FULL],priority:1,wrapWidget:!1,isActive:e=>{const t=e(z.oR).getKeyMetrics();if(e(L.i).isModuleConnected(ee.L1)||!Array.isArray(t))return!1;return t.filter(e=>z.W6.includes(e)).length>3}},[g]),e.registerWidget("keyMetricsAddMetricFirst",{Component:AddMetricCTATile,width:[e.WIDGET_WIDTHS.QUARTER],priority:3,wrapWidget:!1,isActive:e=>{const t=e(z.oR).getKeyMetrics();return!(!Array.isArray(t)||t.length<2)&&t.length<4}},[g]),e.registerWidget("keyMetricsAddMetricSecond",{Component:AddMetricCTATile,width:[e.WIDGET_WIDTHS.QUARTER],priority:3,wrapWidget:!1,isActive:e=>{const t=e(z.oR).getKeyMetrics();return!(!Array.isArray(t)||t.length<2)&&t.length<3}},[g]),e.registerWidget("keyMetricsAddMetricThird",{Component:AddMetricCTATile,width:[e.WIDGET_WIDTHS.QUARTER],priority:3,wrapWidget:!1,isActive:e=>{const t=e(z.oR).getKeyMetrics();return!(!Array.isArray(t)||t.length<5)&&t.length<8}},[g]),e.registerWidget("keyMetricsAddMetricFourth",{Component:AddMetricCTATile,width:[e.WIDGET_WIDTHS.QUARTER],priority:3,wrapWidget:!1,hideOnBreakpoints:[$.mp],isActive:e=>{const t=e(z.oR).getKeyMetrics();return!(!Array.isArray(t)||t.length<5)&&t.length<7}},[g]),e.registerWidget("keyMetricsAddMetricFifth",{Component:AddMetricCTATile,width:[e.WIDGET_WIDTHS.QUARTER],priority:3,wrapWidget:!1,hideOnBreakpoints:[$.mp],isActive:e=>{const t=e(z.oR).getKeyMetrics();return!(!Array.isArray(t)||t.length<5)&&t.length<6}},[g])}(ne),void 0===i.g.googlesitekit&&(i.g.googlesitekit={}),i.g.googlesitekit.widgets=ne;const{WIDGET_WIDTHS:oe,WIDGET_AREA_STYLES:se,registerWidgetArea:re,registerWidget:ae,assignWidgetArea:le,assignWidget:ce,isWidgetAreaRegistered:de,isWidgetRegistered:ge}=ne},77766:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n=i(63696),o=i(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,n.useContext)(o.Ay)}},77967:(e,t,i)=>{i.d(t,{A:()=>ErrorNotice});var n=i(62688),o=i.n(n),s=i(63696),r=i(82871),a=i(84024),l=i(50539),c=i(67150),d=i(80035),g=i(12850),u=i(62540);function ErrorNotice({className:e,error:t,hasButton:i=!1,storeName:n,message:o=t.message,noPrefix:p=!1,skipRetryMessage:m,hideIcon:h=!1}){const I=(0,l.useDispatch)(),M=(0,l.useSelect)(e=>n?e(n).getSelectorDataForError(t):null),y=(0,s.useCallback)(()=>{I(M.storeName).invalidateResolution(M.name,M.args)},[I,M]);if(!o||(0,c.G)(t))return null;const f=i&&(0,c.vl)(t,M);let A=o;i||m||(A=(0,r.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,r.__)("%s (Please try again.)","google-site-kit"),A)),p||(A=(0,r.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,r.__)("Error: %s","google-site-kit"),A));const j=t?.data?.reconnectURL;j&&(0,a.m)(j)&&(A=(0,r.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,r.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),A,j));return(0,u.jsx)(d.A,{className:e,type:d.A.TYPES.ERROR,description:(0,u.jsx)("span",{dangerouslySetInnerHTML:(0,g.p9)(A,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:f?{label:(0,r.__)("Retry","google-site-kit"),onClick:y}:void 0,hideIcon:h})}ErrorNotice.propTypes={className:o().string,error:o().shape({message:o().string}),hasButton:o().bool,storeName:o().string,message:o().string,noPrefix:o().bool,skipRetryMessage:o().bool,hideIcon:o().bool}},78340:(e,t,i)=>{i.d(t,{s:()=>n});const n="core/forms"},78464:(e,t,i)=>{i.d(t,{Z:()=>S,A:()=>C});var n=i(62688),o=i.n(n),s=i(82871),r=i(39016),a=i(63696),l=i(50539),c=i(78340),d=i(58116),g=i(93896),u=i(71423),p=i(53137),m=i(72455),h=i(77766),I=i(68485),M=i(12850),y=i(33566),f=i(80869),A=i(34375);var j=i(99897),N=i(16196),k=i(93934),_=i(54349),v=i(49655),T=i(12108),E=i(32947),D=i(62540);const x="setup-success-notification-audiences";function AudienceSegmentationSetupSuccessSubtleNotification({id:e,Notification:t}){const n=(0,E.dv)(),{dismissNotification:o}=(0,l.useDispatch)(u.D),r=(0,l.useSelect)(e=>e(d.oR).isAudienceSegmentationWidgetHidden());return(0,a.useEffect)(()=>{r&&o(x)},[o,r]),void 0===r?null:(0,D.jsx)(t,{children:(0,D.jsx)(_.A,{notificationID:e,type:v.Q.SUCCESS,title:(0,s.__)("Success! Visitor groups added to your dashboard","google-site-kit"),description:(0,s.__)("Get to know how different types of visitors interact with your site, e.g. which pages they visit and for how long","google-site-kit"),ctaButton:{label:(0,s.__)("Show me","google-site-kit"),onClick:function(e){e.preventDefault(),o(x),setTimeout(()=>{i.g.scrollTo({top:(0,T.YJ)(".googlesitekit-widget-area--mainDashboardTrafficAudienceSegmentation",n),behavior:"smooth"})},50)}},dismissButton:!0})})}AudienceSegmentationSetupSuccessSubtleNotification.propTypes={id:o().string.isRequired,Notification:o().elementType.isRequired};var b=i(27333);const S="audience_segmentation_setup_cta-notification";function AudienceSegmentationSetupCTABanner({id:e,Notification:t}){const i=(0,h.A)(),n=`${i}_audiences-setup-cta-dashboard`,{dismissNotification:o,registerNotification:r,pinNotification:j}=(0,l.useDispatch)(u.D),{setValues:N}=(0,l.useDispatch)(c.s),k={tooltipSlug:e,title:(0,s.__)("You can always enable groups in Settings later","google-site-kit"),content:(0,s.__)("The visitors group section will be added to your dashboard once you set it up.","google-site-kit"),dismissLabel:(0,s.__)("Got it","google-site-kit")},_=(0,I.i)(k),v=(0,l.useSelect)(t=>t(u.D).isNotificationDismissalFinal(e)),T=(0,b.A)(m.PW,"autoSubmit"),[E,S]=(0,a.useState)(!1),C=(0,a.useCallback)(()=>{r(x,{Component:AudienceSegmentationSetupSuccessSubtleNotification,areaSlug:p.bI.DASHBOARD_TOP}),o(e)},[r,o,e]),w=(0,a.useCallback)(()=>{S(!0)},[S]),R=(0,a.useCallback)(()=>j(e,p.He.SETUP_CTAS),[e,j]),{apiErrors:z,failedAudiences:L,isSaving:O,onEnableGroups:B}=(0,y.A)({onSuccess:C,onError:w,onOAuthNavigation:R}),{clearPermissionScopeError:G}=(0,l.useDispatch)(d.oR),{setSetupErrorCode:P}=(0,l.useDispatch)(g.O4),W=(0,a.useCallback)(()=>{N(m.PW,{autoSubmit:!1}),G(),P(null),S(!1)},[G,P,N]),Z=(0,l.useSelect)(e=>e(g.O4).getSetupErrorCode()),U=(0,l.useSelect)(e=>e(g.O4).getDocumentationLinkURL("visitor-groups")),V=T&&"access_denied"===Z,F={gaTrackingEventArgs:{category:n}};return(0,D.jsxs)(a.Fragment,{children:[(0,D.jsx)(t,{...F,children:(0,D.jsx)(A.A,{notificationID:e,title:(0,s.__)("Learn how different types of visitors interact with your site","google-site-kit"),description:(0,s.__)('Understand what brings new visitors to your site and keeps them coming back. Site Kit can now group your site visitors into relevant segments like "new" and "returning". To set up these new groups, Site Kit needs to update your Google Analytics property.',"google-site-kit"),learnMoreLink:{href:U},ctaButton:{label:O?(0,s.__)("Enabling groups","google-site-kit"):(0,s.__)("Enable groups","google-site-kit"),onClick:B,disabled:O,inProgress:O},dismissButton:{label:v?(0,s.__)("Don’t show again","google-site-kit"):(0,s.__)("Maybe later","google-site-kit"),onClick:_,disabled:O,dismissOptions:{expiresInSeconds:v?0:2*M.Du}},svg:{desktop:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDk2IiBoZWlnaHQ9IjI1MyIgdmlld0JveD0iMCAwIDQ5NiAyNTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNDYxXzExMzIzKSI+CjxwYXRoIGQ9Ik0zOS4wMzAzIDYwLjcwNjRDNDIuMTc1IDU3LjQ2NCA0NS40OTIxIDU0LjQ3NjMgNDguOTYwMSA1MS43NjNDODIuMjgxMiAyNS42MjUgMTA5LjgxMSAyNS42NjcgMTQ3LjkyNCAzMC40Mzc1QzE3My42OSAzMy42NjE1IDE4OC43NDMgNDUuOTI5NCAyMjMuODcxIDQ0QzI1OSA0Mi4wNzA2IDI2OCAzMy4xMzkxIDMxMSAzNS45OTk5QzM0NS4wMzggMzguMjY0NiAzNjAuMzA4IDQ0Ljk4NDYgMzkwLjU3IDYwLjcwNjRDNDE4LjU3NyA3NS4yNTY4IDQ0NC4wMDcgMTAwLjgyIDQ1Ni43ODYgMTM0LjYyOEM0NzguNjkyIDE5Mi41NzYgNDM5LjYzNCAyOTYuODcxIDM4Ny4yNTYgMzAxLjc4OEMzNDkuMzAzIDMwNS4zNTMgMzE3Ljk4MSAyNjMuMzIgMjc5LjY3MyAyNzMuMDU1QzI1Ni4wNzQgMjc5LjA1MyAyNDIuMDc4IDMwNC4yMSAyMjMuODcxIDMyMC44MTJDMjAyLjYzIDM0MC4xODMgMTU2Ljg3MiAzMzguOTY1IDEzMiAzMjguNjI4QzEwOC4yOTggMzE4Ljc3NyA4NS4yNDEgMjk5LjI1NCA3Ny41IDI3MC41QzcxLjYwNjggMjQ4LjYwMyA3MCAyMjIuNSA1My41IDIwMi41QzMzLjUzMjQgMTc4LjI5NiAyMS4zMzI4IDE2Ny41IDE0LjQ3NzYgMTM0LjYyOEM4LjUyMzg3IDEwNi4wNzggMjEuMzMzNSA3OC45OTY3IDM5LjAzMDMgNjAuNzA2NFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzE0NjFfMTEzMjMpIj4KPG1hc2sgaWQ9Im1hc2swXzE0NjFfMTEzMjMiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjEzIiB5PSIyNyIgd2lkdGg9IjQ1MCIgaGVpZ2h0PSIzMDkiPgo8cGF0aCBkPSJNMzkuMDMwMyA2MC43MDY0QzQyLjE3NSA1Ny40NjQgNDUuNDkyMSA1NC40NzYzIDQ4Ljk2MDEgNTEuNzYzQzgyLjI4MTIgMjUuNjI1IDEwOS44MTEgMjUuNjY3IDE0Ny45MjQgMzAuNDM3NUMxNzMuNjkgMzMuNjYxNSAxODguNzQzIDQ1LjkyOTQgMjIzLjg3MSA0NEMyNTkgNDIuMDcwNiAyNjggMzMuMTM5MSAzMTEgMzUuOTk5OUMzNDUuMDM4IDM4LjI2NDYgMzYwLjMwOCA0NC45ODQ2IDM5MC41NyA2MC43MDY0QzQxOC41NzcgNzUuMjU2OCA0NDQuMDA3IDEwMC44MiA0NTYuNzg2IDEzNC42MjhDNDc4LjY5MiAxOTIuNTc2IDQzOS42MzQgMjk2Ljg3MSAzODcuMjU2IDMwMS43ODhDMzQ5LjMwMyAzMDUuMzUzIDMxNy45ODEgMjYzLjMyIDI3OS42NzMgMjczLjA1NUMyNTYuMDc0IDI3OS4wNTMgMjQyLjA3OCAzMDQuMjEgMjIzLjg3MSAzMjAuODEyQzIwMi42MyAzNDAuMTgzIDE1Ni44NzIgMzM4Ljk2NSAxMzIgMzI4LjYyOEMxMDguMjk4IDMxOC43NzcgODUuMjQxIDI5OS4yNTQgNzcuNSAyNzAuNUM3MS42MDY4IDI0OC42MDMgNzAgMjIyLjUgNTMuNSAyMDIuNUMzMy41MzI0IDE3OC4yOTYgMjEuMzMyOCAxNjcuNSAxNC40Nzc2IDEzNC42MjhDOC41MjM4NyAxMDYuMDc4IDIxLjMzMzUgNzguOTk2NyAzOS4wMzAzIDYwLjcwNjRaIiBmaWxsPSIjQjhFNkNBIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xNDYxXzExMzIzKSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTQ2MV8xMTMyMykiPgo8cmVjdCB4PSI4NSIgeT0iNTIiIHdpZHRoPSIxNTMiIGhlaWdodD0iMjA4IiByeD0iMTEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTM3LjY0MSIgd2lkdGg9IjUzLjAxNTYiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTIyLjY4OCIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMTcxLjcwMyIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTA0LjAzMSIgeT0iMjE4LjcwMyIgd2lkdGg9IjE5LjAzMTIiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTE4OS42NzIgMTM1LjYwMkMxODkuNjcyIDEzMC43MjIgMTkzLjYyOCAxMjYuNzY2IDE5OC41MDggMTI2Ljc2NkgyMTIuMTAyQzIxNi45ODIgMTI2Ljc2NiAyMjAuOTM4IDEzMC43MjIgMjIwLjkzOCAxMzUuNjAyQzIyMC45MzggMTQwLjQ4MiAyMTYuOTgyIDE0NC40MzggMjEyLjEwMiAxNDQuNDM4SDE5OC41MDhDMTkzLjYyOCAxNDQuNDM4IDE4OS42NzIgMTQwLjQ4MiAxODkuNjcyIDEzNS42MDJaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjEwNCIgeT0iNzMiIHdpZHRoPSIzNiIgaGVpZ2h0PSI5IiByeD0iNC41IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0xODkuNjcyIDE4NC42MTdDMTg5LjY3MiAxNzkuNzM3IDE5My42MjggMTc1Ljc4MSAxOTguNTA4IDE3NS43ODFIMjEyLjEwMkMyMTYuOTgyIDE3NS43ODEgMjIwLjkzOCAxNzkuNzM3IDIyMC45MzggMTg0LjYxN0MyMjAuOTM4IDE4OS40OTcgMjE2Ljk4MiAxOTMuNDUzIDIxMi4xMDIgMTkzLjQ1M0gxOTguNTA4QzE5My42MjggMTkzLjQ1MyAxODkuNjcyIDE4OS40OTcgMTg5LjY3MiAxODQuNjE3WiIgZmlsbD0iI0ZGREVEMyIvPgo8cGF0aCBkPSJNMTg5LjY3MiAyMzEuNjE3QzE4OS42NzIgMjI2LjczNyAxOTMuNjI4IDIyMi43ODEgMTk4LjUwOCAyMjIuNzgxSDIxMi4xMDJDMjE2Ljk4MiAyMjIuNzgxIDIyMC45MzggMjI2LjczNyAyMjAuOTM4IDIzMS42MTdDMjIwLjkzOCAyMzYuNDk3IDIxNi45ODIgMjQwLjQ1MyAyMTIuMTAyIDI0MC40NTNIMTk4LjUwOEMxOTMuNjI4IDI0MC40NTMgMTg5LjY3MiAyMzYuNDk3IDE4OS42NzIgMjMxLjYxN1oiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMTAyLjY3MiIgeT0iMTg2LjY1NiIgd2lkdGg9IjU1LjczNDQiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTAyLjY3MiIgeT0iMjQzLjY1NiIgd2lkdGg9IjU1LjczNDQiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTIzOCAxMDAuNUw4NiAxMDAuNSIgc3Ryb2tlPSIjRUJFRUYwIiBzdHJva2Utd2lkdGg9IjIiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZF8xNDYxXzExMzIzKSI+CjxyZWN0IHg9IjI1OCIgeT0iNTIiIHdpZHRoPSIxNTMiIGhlaWdodD0iMjA4IiByeD0iMTEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjc2Ljk1NiIgeT0iMTM3LjY0MSIgd2lkdGg9IjUyLjgwNTMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NiIgeT0iMTIyLjY4OCIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NSIgeT0iMTcxLjcwMyIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc2Ljk1NSIgeT0iMjE4LjcwMyIgd2lkdGg9IjE4Ljk1NTciIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTM2Mi4yNTcgMTM1LjYwMkMzNjIuMjU3IDEzMC43MjIgMzY2LjIxMyAxMjYuNzY2IDM3MS4wOTMgMTI2Ljc2NkgzODQuNTYyQzM4OS40NDIgMTI2Ljc2NiAzOTMuMzk4IDEzMC43MjIgMzkzLjM5OCAxMzUuNjAyQzM5My4zOTggMTQwLjQ4MiAzODkuNDQyIDE0NC40MzggMzg0LjU2MiAxNDQuNDM4SDM3MS4wOTNDMzY2LjIxMyAxNDQuNDM4IDM2Mi4yNTcgMTQwLjQ4MiAzNjIuMjU3IDEzNS42MDJaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjI3NyIgeT0iNzMiIHdpZHRoPSIzNiIgaGVpZ2h0PSI5IiByeD0iNC41IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik00MDEuMDAxIDEwMC41TDI1OC4wMDEgMTAwLjUiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0zNjIuMjU2IDE4NC42MTdDMzYyLjI1NiAxNzkuNzM3IDM2Ni4yMTIgMTc1Ljc4MSAzNzEuMDkyIDE3NS43ODFIMzg0LjU2MkMzODkuNDQxIDE3NS43ODEgMzkzLjM5NyAxNzkuNzM3IDM5My4zOTcgMTg0LjYxN0MzOTMuMzk3IDE4OS40OTcgMzg5LjQ0MSAxOTMuNDUzIDM4NC41NjIgMTkzLjQ1M0gzNzEuMDkyQzM2Ni4yMTIgMTkzLjQ1MyAzNjIuMjU2IDE4OS40OTcgMzYyLjI1NiAxODQuNjE3WiIgZmlsbD0iI0ZGREVEMyIvPgo8cGF0aCBkPSJNMzYyLjI1NiAyMzEuNjE3QzM2Mi4yNTYgMjI2LjczNyAzNjYuMjEyIDIyMi43ODEgMzcxLjA5MiAyMjIuNzgxSDM4NC41NjJDMzg5LjQ0MSAyMjIuNzgxIDM5My4zOTcgMjI2LjczNyAzOTMuMzk3IDIzMS42MTdDMzkzLjM5NyAyMzYuNDk3IDM4OS40NDEgMjQwLjQ1MyAzODQuNTYyIDI0MC40NTNIMzcxLjA5MkMzNjYuMjEyIDI0MC40NTMgMzYyLjI1NiAyMzYuNDk3IDM2Mi4yNTYgMjMxLjYxN1oiIGZpbGw9IiNGRkRFRDMiLz4KPHJlY3QgeD0iMjc1LjYwMiIgeT0iMTg2LjY1NiIgd2lkdGg9IjU1LjUxMzMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjc1LjYwMiIgeT0iMjQzLjY1NiIgd2lkdGg9IjU1LjUxMzMiIGhlaWdodD0iOS41MTU2MiIgcng9IjQuNzU3ODEiIGZpbGw9IiNFQkVFRjAiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNDYxXzExMzIzIiB4PSI2OSIgeT0iNDAiIHdpZHRoPSIxODUiIGhlaWdodD0iMjQwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjQiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iOCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExMzIzIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE0NjFfMTEzMjMiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNDYxXzExMzIzIiB4PSIyNDIiIHk9IjQwIiB3aWR0aD0iMTg1IiBoZWlnaHQ9IjI0MCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSI0Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjgiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQ2MV8xMTMyMyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNDYxXzExMzIzIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE0NjFfMTEzMjMiPgo8cmVjdCB3aWR0aD0iNDk2IiBoZWlnaHQ9IjI1MyIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPGNsaXBQYXRoIGlkPSJjbGlwMV8xNDYxXzExMzIzIj4KPHJlY3Qgd2lkdGg9IjQ1MCIgaGVpZ2h0PSIyMjUiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMyAyOCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K",mobile:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMzIiBoZWlnaHQ9IjE0NyIgdmlld0JveD0iMCAwIDQzMyAxNDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQ2OTUpIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzE1MDVfNDY5NSkiPgo8cGF0aCBkPSJNNTIuMjUzOSAzNS43MDY1QzU1LjA2MzIgMzIuNDY0MSA1OC4wMjY1IDI5LjQ3NjQgNjEuMTI0NSAyNi43NjMxQzkwLjg5MTQgMC42MjUwOTIgMTE1LjQ4NCAwLjY2NzA1MyAxNDkuNTMyIDUuNDM3NTNDMTcyLjU1IDguNjYxNTMgMTg1Ljk5NyAyMC45Mjk0IDIxNy4zNzkgMTlDMjc0LjIwMSAxNS41MDY1IDMxNi41MTYgMS40Nzc4NyAzNjkgMzJDMzk0LjAyIDQ2LjU1MDQgNDE0LjAzMyA3NS44MjA0IDQyNS40NDkgMTA5LjYyOEM0NDUuMDE4IDE2Ny41NzYgNDEwLjEyNyAyNzEuODcxIDM2My4zMzYgMjc2Ljc4OEMzMjkuNDMxIDI4MC4zNTMgMzAxLjQ0OSAyMzguMzIgMjY3LjIyOCAyNDguMDU1QzI0Ni4xNDcgMjU0LjA1MyAyMzMuNjQzIDI3OS4yMSAyMTcuMzc5IDI5NS44MTJDMTk4LjQwMyAzMTUuMTgzIDE1Ny41MjYgMzEzLjk2NSAxMzUuMzA3IDMwMy42MjhDMTE0LjEzMyAyOTMuNzc3IDkzLjUzNTQgMjc0LjI1NCA4Ni42MjAyIDI0NS41QzgxLjM1NTYgMjIzLjYwMyA3OS45MjAyIDE5Ny41IDY1LjE4MDIgMTc3LjVDNDcuMzQyNCAxNTMuMjk2IDM2LjQ0NDIgMTQyLjUgMzAuMzIwMiAxMDkuNjI4QzI1LjAwMTUgODEuMDc4NCAzNi40NDQ4IDUzLjk5NjggNTIuMjUzOSAzNS43MDY1WiIgZmlsbD0iI0I4RTZDQSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDJfMTUwNV80Njk1KSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMTUwNV80Njk1KSI+CjxyZWN0IHg9Ijk2LjQzOTkiIHk9IjIyLjgxMzUiIHdpZHRoPSIxMTMuNTYiIGhlaWdodD0iMTU0LjM4MiIgcng9IjguMTY0NDQiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iODYuMzc3OSIgd2lkdGg9IjM5LjM0OTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iNzUuMjc5MyIgd2lkdGg9IjE0LjEyNTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMTEwLjU2NSIgeT0iMTExLjY2IiB3aWR0aD0iMTQuMTI1NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIxMTAuNTY1IiB5PSIxNDYuNTQ0IiB3aWR0aD0iMTQuMTI1NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMTc0LjEzIDg0Ljg2NDRDMTc0LjEzIDgxLjI0MjQgMTc3LjA2NiA3OC4zMDYyIDE4MC42ODggNzguMzA2MkgxOTAuNzc4QzE5NC40IDc4LjMwNjIgMTk3LjMzNiA4MS4yNDI0IDE5Ny4zMzYgODQuODY0NEMxOTcuMzM2IDg4LjQ4NjQgMTk0LjQgOTEuNDIyNiAxOTAuNzc4IDkxLjQyMjZIMTgwLjY4OEMxNzcuMDY2IDkxLjQyMjYgMTc0LjEzIDg4LjQ4NjQgMTc0LjEzIDg0Ljg2NDRaIiBmaWxsPSIjQjhFNkNBIi8+CjxyZWN0IHg9IjExMC41NDIiIHk9IjM4LjQwMDEiIHdpZHRoPSIyNi43MiIgaGVpZ2h0PSI2LjY4IiByeD0iMy4zNCIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMTc0LjEzIDEyMS4yNDVDMTc0LjEzIDExNy42MjMgMTc3LjA2NiAxMTQuNjg3IDE4MC42ODggMTE0LjY4N0gxOTAuNzc4QzE5NC40IDExNC42ODcgMTk3LjMzNiAxMTcuNjIzIDE5Ny4zMzYgMTIxLjI0NUMxOTcuMzM2IDEyNC44NjcgMTk0LjQgMTI3LjgwMyAxOTAuNzc4IDEyNy44MDNIMTgwLjY4OEMxNzcuMDY2IDEyNy44MDMgMTc0LjEzIDEyNC44NjcgMTc0LjEzIDEyMS4yNDVaIiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjEwOS41NTciIHk9IjEyMi43NTgiIHdpZHRoPSI0MS4zNjczIiBoZWlnaHQ9IjcuMDYyNzEiIHJ4PSIzLjUzMTM1IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yMTAgNTguODExM0w5Ny4xODIyIDU4LjgxMTMiIHN0cm9rZT0iI0VCRUVGMCIgc3Ryb2tlLXdpZHRoPSIxLjQ4NDQ0Ii8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV80Njk1KSI+CjxyZWN0IHg9IjIyNC44NDQiIHk9IjIyLjgxMzUiIHdpZHRoPSIxMTMuNTYiIGhlaWdodD0iMTU0LjM4MiIgcng9IjguMTY0NDQiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iMjM4LjkxNCIgeT0iODYuMzc3OSIgd2lkdGg9IjM5LjE5MzMiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjM4LjkxNCIgeT0iNzUuMjc5MyIgd2lkdGg9IjE0LjA2OTQiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iMjM4LjkxMyIgeT0iMTExLjY2IiB3aWR0aD0iMTQuMDY5NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cmVjdCB4PSIyMzguOTEzIiB5PSIxNDYuNTQ0IiB3aWR0aD0iMTQuMDY5NCIgaGVpZ2h0PSI3LjA2MjcxIiByeD0iMy41MzEzNSIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMzAyLjIyNiA4NC44NjQ0QzMwMi4yMjYgODEuMjQyNCAzMDUuMTYyIDc4LjMwNjIgMzA4Ljc4NCA3OC4zMDYySDMxOC43ODJDMzIyLjQwNCA3OC4zMDYyIDMyNS4zNCA4MS4yNDI0IDMyNS4zNCA4NC44NjQ0QzMyNS4zNCA4OC40ODY0IDMyMi40MDQgOTEuNDIyNiAzMTguNzgyIDkxLjQyMjZIMzA4Ljc4NEMzMDUuMTYyIDkxLjQyMjYgMzAyLjIyNiA4OC40ODY0IDMwMi4yMjYgODQuODY0NFoiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iMjM4Ljk0NyIgeT0iMzguNDAwMSIgd2lkdGg9IjI2LjcyIiBoZWlnaHQ9IjYuNjgiIHJ4PSIzLjM0IiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0zMzAuOTgzIDU4LjgxMTNMMjI0Ljg0NSA1OC44MTEzIiBzdHJva2U9IiNFQkVFRjAiIHN0cm9rZS13aWR0aD0iMS40ODQ0NCIvPgo8cGF0aCBkPSJNMzAyLjIyNiAxMjEuMjQ1QzMwMi4yMjYgMTE3LjYyMyAzMDUuMTYyIDExNC42ODcgMzA4Ljc4NCAxMTQuNjg3SDMxOC43ODFDMzIyLjQwMyAxMTQuNjg3IDMyNS4zNCAxMTcuNjIzIDMyNS4zNCAxMjEuMjQ1QzMyNS4zNCAxMjQuODY3IDMyMi40MDMgMTI3LjgwMyAzMTguNzgxIDEyNy44MDNIMzA4Ljc4NEMzMDUuMTYyIDEyNy44MDMgMzAyLjIyNiAxMjQuODY3IDMwMi4yMjYgMTIxLjI0NVoiIGZpbGw9IiNGRkRFRDMiLz4KPHJlY3QgeD0iMjM3LjkwOSIgeT0iMTIyLjc1OCIgd2lkdGg9IjQxLjIwMzIiIGhlaWdodD0iNy4wNjI3MSIgcng9IjMuNTMxMzUiIGZpbGw9IiNFQkVFRjAiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNTA1XzQ2OTUiIHg9Ijg0LjU2NDQiIHk9IjEzLjkwNjgiIHdpZHRoPSIxMzcuMzExIiBoZWlnaHQ9IjE3OC4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi45Njg4OSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1LjkzNzc4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDY5NSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ2OTUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNTA1XzQ2OTUiIHg9IjIxMi45NjkiIHk9IjEzLjkwNjgiIHdpZHRoPSIxMzcuMzExIiBoZWlnaHQ9IjE3OC4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi45Njg4OSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1LjkzNzc4Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDY5NSIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNTA1XzQ2OTUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjQzMyIgaGVpZ2h0PSIxNDciIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDFfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjU1MyIgaGVpZ2h0PSIyNTMiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjApIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDJfMTUwNV80Njk1Ij4KPHJlY3Qgd2lkdGg9IjMzNCIgaGVpZ2h0PSIxNjciIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",verticalPosition:"bottom"},gaTrackingEventArgs:{category:n}})}),(E||V)&&(0,D.jsx)(f.A,{hasOAuthError:V,apiErrors:z.length?z:L,onRetry:B,inProgress:O,onCancel:V?W:()=>S(!1),trackEventCategory:`${i}_audiences-setup`})]})}AudienceSegmentationSetupCTABanner.propTypes={id:o().string,Notification:o().elementType};const C=(0,r.A)((0,N.A)({moduleName:j.L1}),(0,k.WP)("audienceSegmentationSetupCTA"))(AudienceSegmentationSetupCTABanner)},79829:(e,t,i)=>{i.d(t,{Eo:()=>g,JK:()=>h,K5:()=>m,jq:()=>p,mK:()=>d});var n=i(17243),o=i(50532),s=i.n(o),r=i(82871);function a(e,t={}){const{formatUnit:i,formatDecimal:n}=function(e,t={}){const{hours:i,minutes:n,seconds:o}=l(e);return{hours:i,minutes:n,seconds:o,formatUnit(){const{unitDisplay:s="short",...a}=t,l={unitDisplay:s,...a,style:"unit"};return 0===e?p(o,{...l,unit:"second"}):(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?p(o,{...l,unit:"second"}):"",n?p(n,{...l,unit:"minute"}):"",i?p(i,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,r.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,r.__)("%ds","google-site-kit"),o);if(0===e)return t;const s=(0,r.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,r.__)("%dm","google-site-kit"),n),a=(0,r.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,r.__)("%dh","google-site-kit"),i);return(0,r.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,r._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",n?s:"",i?a:"").trim()}}}(e,t);try{return i()}catch{return n()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function d(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,n.isPlainObject)(e)&&(t={...e}),t}function g(e,t={}){e=(0,n.isFinite)(e)?e:Number(e),(0,n.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const i=d(t),{style:o="metric"}=i;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,r.__)("%sM","google-site-kit"),p(c(e),e%10==0?{}:t)):1e4<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e))):1e3<=e?(0,r.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,r.__)("%sK","google-site-kit"),p(c(e),e%10==0?{}:t)):p(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?a(e,i):"durationISO"===o?function(e){let{hours:t,minutes:i,seconds:n}=l(e);return n=("0"+n).slice(-2),i=("0"+i).slice(-2),t=("0"+t).slice(-2),"00"===t?`${i}:${n}`:`${t}:${i}:${n}`}(e):p(e,i)}const u=s()(console.warn);function p(e,t={}){const{locale:i=h(),...n}=t;try{return new Intl.NumberFormat(i,n).format(e)}catch(t){u(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(i)}, ${JSON.stringify(n)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},s=["signDisplay","compactDisplay"],r={};for(const[e,t]of Object.entries(n))o[e]&&t===o[e]||s.includes(e)||(r[e]=t);try{return new Intl.NumberFormat(i,r).format(e)}catch{return new Intl.NumberFormat(i).format(e)}}function m(e,t={}){const{locale:i=h(),style:n="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(i,{style:n,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const s=(0,r.__)(", ","google-site-kit");return e.join(s)}function h(e=i.g){const t=(0,n.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,i)=>{i.d(t,{A:()=>f});var n,o=i(62688),s=i.n(o),r=i(4452),a=i.n(r),l=i(63696),c=i(19793);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},d.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),n||(n=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var g=i(42343),u=i(49655),p=i(62540);const m={[u.Q.NEW]:g.A,[u.Q.SUCCESS]:c.A,[u.Q.INFO]:warning_notice,[u.Q.WARNING]:warning_notice,[u.Q.ERROR]:warning_notice};function Icon({type:e}){const t=m[e]||warning_notice;return(0,p.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,p.jsx)("p",{className:a()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:s().oneOf(Object.values(u.Q))},Title.propTypes={className:s().string,children:s().node},Description.propTypes={className:s().string,children:s().node};var h=i(49383),I=i(83366);function CTAButton({label:e,disabled:t,inProgress:i,onClick:n,href:o,external:s,hideExternalIndicator:r}){let a;return s&&!r&&(a=(0,p.jsx)(I.A,{width:14,height:14})),(0,p.jsx)(h.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:i,onClick:n,href:o,target:s?"_blank":"_self",trailingIcon:a,children:e})}CTAButton.propTypes={label:s().string.isRequired,disabled:s().bool,inProgress:s().bool,onClick:s().func,href:s().string,external:s().bool,hideExternalIndicator:s().bool};var M=i(82871);function DismissButton({label:e=(0,M.__)("Got it","google-site-kit"),onClick:t,disabled:i}){return(0,p.jsx)(h.Button,{onClick:t,disabled:i,tertiary:!0,children:e})}DismissButton.propTypes={label:s().string,onClick:s().func.isRequired,disabled:s().bool};const y=(0,l.forwardRef)(({className:e,title:t,description:i,dismissButton:n,ctaButton:o,type:s=u.Q.INFO,children:r,hideIcon:l},c)=>(0,p.jsxs)("div",{ref:c,className:a()("googlesitekit-notice",`googlesitekit-notice--${s}`,e),children:[!l&&(0,p.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,p.jsx)(Icon,{type:s})}),(0,p.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,p.jsx)(Title,{children:t}),i&&(0,p.jsx)(Description,{children:i})]}),(n?.label||n?.onClick||o?.label&&(o?.onClick||o?.href)||r)&&(0,p.jsxs)("div",{className:"googlesitekit-notice__action",children:[r,(n?.label||n?.onClick)&&(0,p.jsx)(DismissButton,{label:n.label,onClick:n.onClick,disabled:n.disabled}),o?.label&&(o?.onClick||o?.href)&&(0,p.jsx)(CTAButton,{label:o.label,onClick:o.onClick,inProgress:o.inProgress,disabled:o.disabled,href:o.href,external:o.external,hideExternalIndicator:o.hideExternalIndicator})]})]}));y.TYPES=u.Q,y.propTypes={className:s().string,title:s().oneOfType([s().string,s().object]),description:s().node,type:s().oneOf(Object.values(u.Q)),dismissButton:s().shape(DismissButton.propTypes),ctaButton:s().shape({...CTAButton.propTypes,label:s().string}),children:s().node,hideIcon:s().bool};const f=y},80452:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 9"},e),n||(n=o.createElement("path",{stroke:"currentColor",strokeLinecap:"square",strokeWidth:1.6,d:"m2 5.309 1.474 2.14c.69 1.001 1.946 1.001 2.636 0L10 1.8"})))},80869:(e,t,i)=>{i.d(t,{A:()=>AudienceErrorModal});var n=i(62688),o=i.n(n),s=i(13606),r=i(82871),a=i(50539),l=i(20898),c=i(4445),d=i(14007),g=i(93896),u=i(72455),p=i(67150),m=i(12850),h=i(62540);function AudienceErrorModal({apiErrors:e,hasOAuthError:t,inProgress:i,title:n,description:o,trackEventCategory:I,onCancel:M=()=>{},onRetry:y=()=>{}}){const f=Array.isArray(e)?e:[e],A=(0,a.useSelect)(e=>e(g.O4).getErrorTroubleshootingLinkURL({code:"analytics-4_insufficient_permissions"})),j=(0,a.useSelect)(e=>e(u.K9).getServiceEntityAccessURL()),N=(0,a.useSelect)(e=>e(g.O4).getErrorTroubleshootingLinkURL({code:"access_denied"}));if(!f.length&&!t)return null;const k=f.some(e=>(0,p.SG)(e));let _,v,T,E;return t?(_=(0,r.__)("Analytics update failed","google-site-kit"),v=(0,s.A)((0,r.__)("Setup was interrupted because you did not grant the necessary permissions. <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(l.A,{href:N,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})}),T=(0,r.__)("Retry","google-site-kit")):k?(_=(0,r.__)("Insufficient permissions","google-site-kit"),v=(0,s.A)((0,r.__)("You’ll need to contact your administrator. Trouble getting access? <HelpLink />","google-site-kit"),{HelpLink:(0,h.jsx)(l.A,{href:A,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})}),T=(0,r.__)("Request access","google-site-kit"),E=j):(_=n||(0,r.__)("Failed to set up visitor groups","google-site-kit"),v=o||(0,r.__)("Oops! Something went wrong. Retry enabling groups.","google-site-kit"),T=(0,r.__)("Retry","google-site-kit")),(0,h.jsx)(d.A,{children:(0,h.jsx)(c.A,{buttonLink:E,title:_,subtitle:v,handleConfirm:function(){let e;e=t?"auth_error_retry":k?"insufficient_permissions_error_request_access":"setup_error_retry",(0,m.sx)(I,e).finally(()=>{k||y()})},confirmButton:T,handleCancel:function(){let e;e=t?"auth_error_cancel":k?"insufficient_permissions_error_cancel":"setup_error_cancel",(0,m.sx)(I,e).finally(M)},onOpen:()=>{let e;e=t?"auth_error":k?"insufficient_permissions_error":"setup_error",(0,m.sx)(I,e)},onClose:M,inProgress:i,refocusQuerySelector:"#audience_segmentation_setup_cta-notification .googlesitekit-banner__cta",danger:!0,dialogActive:!0})})}AudienceErrorModal.propTypes={apiErrors:o().oneOfType([o().arrayOf(o().object),o().object,o().array]),hasOAuthError:o().bool,inProgress:o().bool,title:o().string,description:o().string,trackEventCategory:o().string,onCancel:o().func,onRetry:o().func}},81520:(e,t,i)=>{function Null(){return null}i.d(t,{A:()=>Null})},82046:(e,t,i)=>{i.d(t,{C:()=>s,p:()=>o});var n=i(15210);function o(e,t={}){return{__html:n.O.sanitize(e,t)}}function s(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{e.exports=googlesitekit.i18n},83366:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o=i(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),n||(n=o.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84093:(e,t,i)=>{i.d(t,{A:()=>WidgetNull});var n=i(62688),o=i.n(n),s=i(47345),r=i(81520),a=i(62540);const l={};function WidgetNull({widgetSlug:e}){return(0,s.A)(e,r.A,l),(0,a.jsx)(r.A,{})}WidgetNull.propTypes={widgetSlug:o().string.isRequired,...r.A.propTypes}},84385:(e,t,i)=>{i.d(t,{A:()=>IconWrapper});var n=i(62688),o=i.n(n),s=i(62540);function IconWrapper({children:e,marginLeft:t,marginRight:i}){return(0,s.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:i},children:e})}IconWrapper.propTypes={children:o().node.isRequired,marginLeft:o().number,marginRight:o().number}},85149:(e,t,i)=>{i.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var n,o,s=i(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)({}).hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},r.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>s.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),n||(n=s.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),o||(o=s.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},85284:(e,t,i)=>{i.d(t,{A:()=>n});const n="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDM1IiBoZWlnaHQ9IjE0NiIgdmlld0JveD0iMCAwIDQzNSAxNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTA1XzQzNjEpIj4KPHBhdGggZD0iTTQyNC40OTcgMTk4LjMwOEM0MDMuNjQgMjQxLjkwNSAzNDcuOTA3IDI0Mi4zNzQgMzE2Ljk1OSAyMzUuNzMzQzI3Ni41ODQgMjI3LjA3IDI0OS43ODUgMTk1LjM4IDIxNC41MzUgMTkzLjM3M0MxNzkuMjg2IDE5MS4zNjUgMTU5LjYzNCAyMDkuNzA0IDEyMS42NDkgMjE0LjI4NkM4My42NjQxIDIxOC44NjkgMzcuMDc3NiAyMTQuNzAzIDEyLjkxNDMgMTY3LjYyNkMtMTEuMjQ5IDEyMC41NDkgNS40MTUzMiA3MC43MTQgNDguMzI2IDQ1LjczODFDOTEuMjM2OCAyMC43NjIyIDExNy4yNzEgNDUuODY0NiAxNTkuNjM0IDQ1LjczODFDMjAxLjk5OCA0NS42MTE1IDIxOS4xMjIgNy43ODE3MiAyNTguNTM0IDQuNzE1NTNDMjc4LjA5NyAzLjE5MzU3IDI5Ny44MTEgNy4yMTc3OSAzMTcuMzc5IDIwLjc2MjJDMzM2LjczNCAzNC4xNTgzIDMzOS41NyA1OC42NzYgMzg3Ljc1MiA4MS40ODc4QzQzNS45MzUgMTA0LjMgNDQ1LjM1NCAxNTQuNzEyIDQyNC40OTcgMTk4LjMwOFoiIGZpbGw9IiNCOEU2Q0EiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNTA1XzQzNjEpIj4KPHJlY3QgeD0iMjE2LjcwMyIgeT0iMjguODc2IiB3aWR0aD0iMTE2Ljc5NiIgaGVpZ2h0PSI2My43MDciIHJ4PSI3Ljc4NjQxIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxyZWN0IHg9IjIyOC4wMjkiIHk9IjQwLjIwMTIiIHdpZHRoPSIxNy42OTY0IiBoZWlnaHQ9IjUuNjYyODUiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9IjIyOC4wMjkiIHk9IjUyLjIzNTEiIHdpZHRoPSIzNS4zOTI4IiBoZWlnaHQ9IjE0LjE1NzEiIHJ4PSI3LjA3ODU2IiBmaWxsPSIjRkZERUQzIi8+CjxyZWN0IHg9IjIyOC4wMjkiIHk9Ijc3LjAwOTUiIHdpZHRoPSI5NC4xNDQ4IiBoZWlnaHQ9IjUuNjYyODUiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxwYXRoIGQ9Ik0yMzQuMzk3IDU3LjE5MDJMMjM5LjA2NCA2MS44NTc0TTIzOS4wNjQgNjEuODU3NEwyMzkuMTE2IDU4LjE3NTVNMjM5LjA2NCA2MS44NTc0TDIzNS4zODIgNjEuOTA5MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjA2MTc4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHJlY3QgeD0iMjQzLjYwMiIgeT0iNTcuMTkwMiIgd2lkdGg9IjE0LjE1NzEiIGhlaWdodD0iNC4yNDcxMyIgcng9IjEuNDE1NzEiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTUwNV80MzYxKSI+CjxyZWN0IHg9Ijg4IiB5PSIxMDIuNzcyIiB3aWR0aD0iMTE2Ljc5NiIgaGVpZ2h0PSI2My43MDciIHJ4PSI3Ljc4NjQxIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxyZWN0IHg9Ijk5LjE1NDMiIHk9IjExMy45MjciIHdpZHRoPSI0Ni4zMzM0IiBoZWlnaHQ9IjYuMDA2MTgiIHJ4PSIyLjgzMTQyIiBmaWxsPSIjRUJFRUYwIi8+CjxyZWN0IHg9Ijk5LjMyNjIiIHk9IjEyNi4xMzIiIHdpZHRoPSIzNS4zOTI4IiBoZWlnaHQ9IjE0LjE1NzEiIHJ4PSI3LjA3ODU2IiBmaWxsPSIjRkZERUQzIi8+CjxwYXRoIGQ9Ik0xMDUuNjk0IDEzMS4wODdMMTEwLjM2MSAxMzUuNzU0TTExMC4zNjEgMTM1Ljc1NEwxMTAuNDEzIDEzMi4wNzJNMTEwLjM2MSAxMzUuNzU0TDEwNi42NzkgMTM1LjgwNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjA2MTc4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHJlY3QgeD0iMTE0Ljg5OCIgeT0iMTMxLjA4NyIgd2lkdGg9IjE0LjE1NzEiIGhlaWdodD0iNC4yNDcxMyIgcng9IjEuNDE1NzEiIGZpbGw9IndoaXRlIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIyX2RfMTUwNV80MzYxKSI+CjxyZWN0IHg9Ijg4IiB5PSIyOC44NzYiIHdpZHRoPSIxMTYuNzk2IiBoZWlnaHQ9IjYzLjcwNyIgcng9IjcuNzg2NDEiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNDAuMjAxMiIgd2lkdGg9Ijc0LjMyNDgiIGhlaWdodD0iNS42NjI4NSIgcng9IjIuODMxNDIiIGZpbGw9IiNFQkVFRjAiLz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNTIuMjM1MSIgd2lkdGg9IjM1LjM5MjgiIGhlaWdodD0iMTQuMTU3MSIgcng9IjcuMDc4NTYiIGZpbGw9IiNCOEU2Q0EiLz4KPHJlY3QgeD0iOTkuMzI1MiIgeT0iNzcuMDA5NSIgd2lkdGg9Ijk0LjE0NDgiIGhlaWdodD0iNS42NjI4NSIgcng9IjIuODMxNDIiIGZpbGw9IiNFQkVFRjAiLz4KPHBhdGggZD0iTTEwNS42OTYgNjEuOTA5MkwxMTAuMzYzIDU3LjI0Mk0xMTAuMzYzIDU3LjI0MkwxMDYuNjgyIDU3LjE5MDJNMTEwLjM2MyA1Ny4yNDJMMTEwLjQxNSA2MC45MjM5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMDYxNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIxMTQuODk4IiB5PSI1Ny4xOTAyIiB3aWR0aD0iMTQuMTU3MSIgaGVpZ2h0PSI0LjI0NzEzIiByeD0iMS40MTU3MSIgZmlsbD0id2hpdGUiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjNfZF8xNTA1XzQzNjEpIj4KPHJlY3QgeD0iMjE2LjcwMyIgeT0iMTAyLjc3MiIgd2lkdGg9IjExNi43OTYiIGhlaWdodD0iNjMuNzA3IiByeD0iNy43ODY0MSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cmVjdCB4PSIyMjguMDI4IiB5PSIxMTQuMDk4IiB3aWR0aD0iNDUuMzAyOCIgaGVpZ2h0PSI1LjY2Mjg1IiByeD0iMi44MzE0MiIgZmlsbD0iI0VCRUVGMCIvPgo8cGF0aCBkPSJNMjI4LjAyOCAxMzMuMjFDMjI4LjAyOCAxMjkuMzAxIDIzMS4xOTcgMTI2LjEzMiAyMzUuMTA3IDEyNi4xMzJIMjU2LjM0M0MyNjAuMjUyIDEyNi4xMzIgMjYzLjQyMSAxMjkuMzAxIDI2My40MjEgMTMzLjIxQzI2My40MjEgMTM3LjEyIDI2MC4yNTIgMTQwLjI4OSAyNTYuMzQzIDE0MC4yODlIMjM1LjEwN0MyMzEuMTk3IDE0MC4yODkgMjI4LjAyOCAxMzcuMTIgMjI4LjAyOCAxMzMuMjFaIiBmaWxsPSIjQjhFNkNBIi8+CjxwYXRoIGQ9Ik0yMzQuMzk5IDEzNS44MDZMMjM5LjA2NyAxMzEuMTM5TTIzOS4wNjcgMTMxLjEzOUwyMzUuMzg1IDEzMS4wODdNMjM5LjA2NyAxMzEuMTM5TDIzOS4xMTggMTM0LjgyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMDYxNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIyNDMuNjAyIiB5PSIxMzEuMDg3IiB3aWR0aD0iMTQuMTU3MSIgaGVpZ2h0PSI0LjI0NzEzIiByeD0iMS40MTU3MSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE1MDVfNDM2MSIgeD0iMjA1LjM3NyIgeT0iMjAuMzgxNyIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9kXzE1MDVfNDM2MSIgeD0iNzYuNjc0MyIgeT0iOTQuMjc4MiIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9kXzE1MDVfNDM2MSIgeD0iNzYuNjc0MyIgeT0iMjAuMzgxNyIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyM19kXzE1MDVfNDM2MSIgeD0iMjA1LjM3NyIgeT0iOTQuMjc4MiIgd2lkdGg9IjEzOS40NDciIGhlaWdodD0iODYuMzU4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIyLjgzMTQyIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUuNjYyODUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE1IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTUwNV80MzYxIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1MDVfNDM2MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNTA1XzQzNjEiPgo8cmVjdCB3aWR0aD0iNDM1IiBoZWlnaHQ9IjE0NiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K"},86134:(e,t,i)=>{i.d(t,{N$:()=>o,aO:()=>s,qB:()=>n});const n={BOXES:"boxes",COMPOSITE:"composite"},o={QUARTER:"quarter",HALF:"half",FULL:"full"},s="core/widgets"},89318:(e,t,i)=>{i.d(t,{M9:()=>v,sx:()=>k,BI:()=>_});var n=i(17243);const o="_googlesitekitDataLayer",s="data-googlesitekit-gtag";function r(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var a=i(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:d,trackingEnabled:g,trackingID:u,referenceSiteURL:p,userIDHash:m,isAuthenticated:h,userRoles:I}=i.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:M}=i.g,y={activeModules:c,trackingEnabled:g,trackingID:u,referenceSiteURL:p,userIDHash:m,isSiteKitScreen:d,userRoles:I,isAuthenticated:h,pluginVersion:M},{enableTracking:f,disableTracking:A,isTrackingEnabled:j,initializeSnippet:N,trackEvent:k,trackEventOnce:_}=function(e,t=i.g,c=i.g){const d={...l,...e};d.referenceSiteURL&&(d.referenceSiteURL=d.referenceSiteURL.toString().replace(/\/+$/,""));const g=function(e,t){const n=r(t);let l;const{activeModules:c,referenceSiteURL:d,userIDHash:g,userRoles:u=[],isAuthenticated:p,pluginVersion:m}=e;return function(){const{document:t}=i.g;if(void 0===l&&(l=!!t.querySelector(`script[${s}]`)),l)return!1;l=!0;const r=u?.length?u.join(","):"";n("js",new Date),n("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:d,plugin_version:m||"",enabled_features:Array.from(a.t).join(","),active_modules:c.join(","),authenticated:p?"1":"0",user_properties:{user_roles:r,user_identifier:g}});const h=t.createElement("script");return h.setAttribute(s,""),h.async=!0,h.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(h),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(d,t),u=function(e,t,i,n){const o=r(t);return async function(t,s,r,a){const{trackingEnabled:l}=e;if(!l)return null;i();const c={send_to:"site_kit",event_category:t,event_label:r,value:a};return new Promise(e=>{const i=setTimeout(function(){n.console.warn(`Tracking event "${s}" (category "${t}") took too long to fire.`),e()},1e3);function r(){clearTimeout(i),e()}o("event",s,{...c,event_callback:r}),n._gaUserPrefs?.ioo?.()&&r()})}}(d,t,g,c),p={};return{enableTracking:function(){d.trackingEnabled=!0},disableTracking:function(){d.trackingEnabled=!1},initializeSnippet:g,isTrackingEnabled:function(){return!!d.trackingEnabled},trackEvent:u,trackEventOnce:function(...e){const t=JSON.stringify(e);p[t]||(p[t]=(0,n.once)(u)),p[t](...e)}}}(y);function v(e){e?f():A()}d&&g&&N()},91560:(e,t,i)=>{i.d(t,{A:()=>u});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(13606),l=i(82871),c=i(20898),d=i(35323),g=i(62540);function SourceLink({name:e,href:t,className:i,external:n}){return(0,d.A)()?null:(0,g.jsx)("div",{className:r()("googlesitekit-source-link",i),children:(0,a.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,g.jsx)(c.A,{href:t,external:n},"link")})})}SourceLink.propTypes={name:o().string,href:o().string,className:o().string,external:o().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const u=SourceLink},92473:(e,t,i)=>{i.d(t,{A:()=>MetricTileHeader});var n=i(62688),o=i.n(n),s=i(10953),r=i(16834),a=i(15167),l=i(62540);function MetricTileHeader({title:e,infoTooltip:t,loading:i}){return(0,l.jsxs)("div",{className:"googlesitekit-km-widget-tile__title-container",children:[(0,l.jsx)(a.A,{as:"h3",size:"small",type:"label",className:"googlesitekit-km-widget-tile__title",children:e}),i?(0,l.jsx)(r.A,{children:(0,l.jsx)(s.A,{title:t})}):(0,l.jsx)(s.A,{title:t})]})}MetricTileHeader.propTypes={title:o().string,infoTooltip:o().oneOfType([o().string,o().element]),loading:o().bool}},92698:(e,t,i)=>{i.d(t,{A:()=>u});var n=i(63696),o=i(50539),s=i(93896),r=i(58116),a=i(37226),l=i(45472),c=i(21134),d=i(89318),g=i(77766);function u(e){const t=(0,g.A)(),i=(0,o.useSelect)(t=>t(a.i).getModule(e)),u=(0,o.useSelect)(e=>e(r.oR).hasCapability(r.HD)),{activateModule:p}=(0,o.useDispatch)(a.i),{navigateTo:m}=(0,o.useDispatch)(l.M),{setInternalServerError:h}=(0,o.useDispatch)(s.O4),I=(0,n.useCallback)(async()=>{const{error:i,response:n}=await p(e);i?h({id:`${e}-setup-error`,description:i.message}):(await(0,d.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),m(n.moduleReauthURL))},[p,e,m,h,t]);return i?.name&&u?I:null}},93896:(e,t,i)=>{i.d(t,{O4:()=>n,OQ:()=>s,qc:()=>o});const n="core/site",o="primary",s="secondary"},93934:(e,t,i)=>{i.d(t,{Y2:()=>n.Y2,DO:()=>d,c1:()=>g.c1,X9:()=>l,JS:()=>s,T5:()=>u,WP:()=>g.WP});var n=i(15135),o=i(81520);function s(e){return!!e&&e.Component===o.A}function r(e,t){if(9!==t)return[e,t];let i=(e=[...e]).length-1;for(;0!==t&&i>=0;)3===e[i]?(t-=3,e[i]=4):6===e[i]&&(t-=6,e[i]=8),i--;return[e,t]}function a(e,t){return(Array.isArray(t.width)?t.width:[t.width]).map(t=>({counter:e+n.Gr[t],width:t}))}function l(e,t){let i=[];const o=[];if(!e?.length)return{columnWidths:i,rowIndexes:o};let l=0,c=0;function d({counter:e},{counter:t}){return e-t}function g({counter:e},{counter:t}){return t-e}function u({counter:e}){return e<=12}return e.forEach((p,m)=>{if(s(t[p.slug]))return i.push(0),void o.push(c);let h=a(l,p);const I=function(e,t,i){for(;++e<t.length;)if(!s(i[t[e].slug]))return t[e];return null}(m,e,t);if(null===I||0===a(h.sort(d)[0].counter,I).filter(u).length){h.some(u)&&(h=h.sort(g),h=h.filter(u))}const M=h[0].width;o.push(c),l+=n.Gr[M],l>12?(l-=n.Gr[M],o[m]++,9===l&&([i,l]=r(i,l)),l=n.Gr[M],c++):12===l&&(l=0,c++),i.push(n.Gr[M])}),9===l&&([i,l]=r(i,l)),{columnWidths:i,rowIndexes:o}}var c=i(17243);function d(e,t,{columnWidths:i,rowIndexes:o}){const s=[],r=[...i];if(!e?.length)return{gridColumnWidths:r,overrideComponents:s};let a=null,l=-1,d=[];if(function(e,t){const i={};for(let o=0;o<e.length;o++){const s=e[o],r=t?.[s.slug],a=r?.Component,l=r?.metadata?.moduleSlug,c=n.We.includes(a);if(!a||!l||!c)return!1;if(i[l]){if(i[l]!==a)return!1}else i[l]=a}return!(Object.keys(i).length>1)}(e,t)){const i=Array.from({length:e.length-1}).fill(0);return{overrideComponents:[t[e[0].slug]],gridColumnWidths:[12,...i]}}return e.forEach((n,g)=>{if(s.push(null),a=t[n.slug],l=o[g],a)if(u=a,p=t[e[g+1]?.slug],m=l,h=o[g+1],m===h&&(0,c.isEqual)(u,p))d.push(i[g]),r[g]=0;else if(d.length>0){d.push(i[g]);const e=d.reduce((e,t)=>e+t,0);s[g]=a,r[g]=e,d=[]}var u,p,m,h}),{gridColumnWidths:r,overrideComponents:s}}var g=i(35001);function u(e){return(Array.isArray(e)?e:[e]).filter(e=>"string"==typeof e&&e.length>0)}},94468:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(63696),o=i(50539),s=i(58116),r=i(37226),a=i(45472);function l(e){const t=(0,o.useSelect)(e=>e(s.oR).hasCapability(s.HD)),i=(0,o.useSelect)(t=>t(r.i).getModuleStoreName(e)),l=(0,o.useSelect)(e=>e(i)?.getAdminReauthURL()),{navigateTo:c}=(0,o.useDispatch)(a.M),d=(0,n.useCallback)(()=>c(l),[l,c]);return l&&t?d:null}},94552:(e,t,i)=>{i.d(t,{A:()=>l});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(62540);function ChangeArrow({direction:e,invertColor:t,width:i,height:n}){return(0,a.jsx)("svg",{className:r()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:i,height:n,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,a.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},97398:(e,t,i)=>{i.d(t,{Y:()=>n});const n="search-console"},98652:(e,t,i)=>{i.d(t,{A:()=>p});var n=i(62688),o=i.n(n),s=i(4452),r=i.n(s),a=i(63696),l=i(82871),c=i(49383),d=i(2362),g=i(20898),u=i(62540);function NewBadge({tooltipTitle:e,learnMoreLink:t,forceOpen:i,hasLeftSpacing:n,hasNoSpacing:o,onLearnMoreClick:s=()=>{}}){const p=(0,u.jsx)(d.A,{className:r()("googlesitekit-new-badge",{"googlesitekit-new-badge--has-no-spacing":o}),label:(0,l.__)("New","google-site-kit"),hasLeftSpacing:n});return e?(0,u.jsx)(c.Tooltip,{tooltipClassName:"googlesitekit-new-badge__tooltip",title:(0,u.jsxs)(a.Fragment,{children:[e,(0,u.jsx)("br",{}),(0,u.jsx)(g.A,{href:t,onClick:s,external:!0,hideExternalIndicator:!0,children:(0,l.__)("Learn more","google-site-kit")})]}),placement:"top",enterTouchDelay:0,leaveTouchDelay:5e3,open:i,interactive:!0,children:p}):p}NewBadge.propTypes={tooltipTitle:o().string,learnMoreLink:o().string,forceOpen:o().bool,onLearnMoreClick:o().func,hasLeftSpacing:o().bool,hasNoSpacing:o().bool};const p=NewBadge},98748:(e,t,i)=>{i.d(t,{A:()=>SurveyViewTrigger});var n=i(63696),o=i(62688),s=i.n(o),r=i(50539),a=i(58116);function SurveyViewTrigger({triggerID:e,ttl:t=0}){const{triggerSurvey:i}=(0,r.useDispatch)(a.oR);return(0,n.useEffect)(()=>{i(e,{ttl:t})},[e,t,i]),null}SurveyViewTrigger.propTypes={triggerID:s().string.isRequired,ttl:s().number}},99897:(e,t,i)=>{i.d(t,{A_:()=>d,DF:()=>u,L1:()=>p,M0:()=>r,Mc:()=>a,Ok:()=>c,U9:()=>l,iW:()=>s,ue:()=>o,wq:()=>n,xR:()=>g});const n=1,o=2,s=3,r="enhanced-measurement-activation-banner-tooltip-state",a="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",d="_r..dataFilters",g="_r..nav",u="key-metrics-connect-ga4-cta-widget",p="analytics-4"}},e=>{e.O(0,[660],()=>{return t=77035,e(e.s=t);var t});e.O()}]); assets/js/googlesitekit-wp-dashboard-4d2dbf3c1b69b854232d.js 0000755 00000624137 15111634507 0017156 0 ustar 00 (globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[]).push([[168],{245:(e,t,a)=>{"use strict";a.d(t,{cN:()=>l,yD:()=>d});var i=a(32091),o=a.n(i),n=a(84024),s=a(28994),r=a(72455);function l({siteName:e,siteURL:t,timezone:a},i=Intl.DateTimeFormat().resolvedOptions().timeZone){o()((0,n.m)(t),"A valid siteURL is required.");const{hostname:l,pathname:c}=new URL(t);return{accountName:e||l,propertyName:`${l}${c}`.replace(/\/$/,""),dataStreamName:l,countryCode:s.hd[a]||s.hd[i],timezone:s.hd[a]?a:i,[r.aj]:!0}}function c(e){const t=e.account?.match(/accounts\/([^/]+)/),a=t?.[1];return{...e,_id:a}}function d(e){return Array.isArray(e)?e.map(e=>({...c(e),propertySummaries:(e.propertySummaries||[]).map(e=>function(e){const t=e.property?.match(/properties\/([^/]+)/),a=t?.[1],i=e.parent?.match(/accounts\/([^/]+)/),o=i?.[1];return{...e,_id:a,_accountID:o}}(e))})):e}},2362:(e,t,a)=>{"use strict";a.d(t,{A:()=>d});var i=a(4452),o=a.n(i),n=a(62688),s=a.n(n),r=a(63696),l=a(62540);const c=(0,r.forwardRef)(({label:e,className:t,hasLeftSpacing:a=!1,...i},n)=>(0,l.jsx)("span",{ref:n,...i,className:o()("googlesitekit-badge",t,{"googlesitekit-badge--has-left-spacing":a}),children:e}));c.displayName="Badge",c.propTypes={label:s().string.isRequired,hasLeftSpacing:s().bool};const d=c},2522:(e,t,a)=>{"use strict";a.d(t,{D:()=>n});var i=a(32091),o=a.n(i);function n(e,{dateRangeLength:t}){o()(Array.isArray(e),"report must be an array to partition."),o()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const a=-1*t;return{currentRange:e.slice(a),compareRange:e.slice(2*a,a)}}},3170:(e,t,a)=>{"use strict";a.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,o=a(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22 19"},e),i||(i=o.createElement("path",{fill:"currentColor",d:"M0 19h22L11 0zm12-3h-2v-2h2zm0-4h-2V8h2z"})))},3714:(e,t,a)=>{"use strict";a.d(t,{Kk:()=>n,SZ:()=>i,Yw:()=>s,oJ:()=>r,tT:()=>o});const i="body",o=[i,"display","headline","label","title"],n="small",s="medium",r=[n,s,"large"]},3782:(e,t,a)=>{"use strict";a.d(t,{A:()=>CTAButton});var i=a(62688),o=a.n(i),n=a(49383),s=a(62540);function CTAButton({label:e,ariaLabel:t,disabled:a,inProgress:i,onClick:o,href:r}){return e&&(o||r)?(0,s.jsx)(n.SpinnerButton,{className:"googlesitekit-banner__cta","aria-label":t,disabled:a||i,isSaving:i,onClick:o,href:r,children:e}):null}CTAButton.propTypes={label:o().string,ariaLabel:o().string,disabled:o().bool,inProgress:o().bool,onClick:o().func,href:o().string,dismissOnClick:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},4445:(e,t,a)=>{"use strict";a.d(t,{A:()=>u});var i=a(62688),o=a.n(i),n=a(63696),s=a(81276),r=a(49383),l=a(8420),c=a(62540);let d=null;function RefocusableModalDialog({dialogActive:e=!1,refocusQuerySelector:t=null,...a}){const i=(0,n.useCallback)(()=>{setTimeout(()=>{const e=t?document.querySelector(t):d;e&&document.body.contains(e)&&e.focus(),t||(d=null)})},[t]),o=(0,s.A)(e);return(0,n.useEffect)(()=>(!0===o&&!1===e&&i(),()=>{i()}),[o,e,i]),(0,c.jsx)(l.A,{dialogActive:e,...a})}!function(){function e(e){const t=e.target.closest("button, a, input");t&&!t.classList.contains("mdc-dialog__cancel-button")&&(d=t)}void 0!==a.g&&a.g.document&&!a.g._googlesitekitModalFocusTrackerInitialized&&(a.g.document.addEventListener("mousedown",e),a.g.document.addEventListener("keydown",t=>{"Enter"!==t.key&&" "!==t.key||e(t)}),a.g._googlesitekitModalFocusTrackerInitialized=!0)}(),RefocusableModalDialog.propTypes={dialogActive:o().bool,refocusQuerySelector:o().string,...r.Dialog.propTypes};const u=RefocusableModalDialog},4518:(e,t,a)=>{"use strict";a.d(t,{$J:()=>l,Hp:()=>c,Od:()=>d,_8:()=>r,gZ:()=>s});var i=a(17243),o=a(32947),n=a(12850);function s(e,t){if(!t?.length)return e;let a=[];return e?.length&&(a=e[0].reduce((e,t,a)=>t?.role?[...e,a]:e,[])),e.map(e=>e.filter((e,i)=>0===i||t.includes(i-1)||a.includes(i-1)))}function r(e,t,a,i){const o={height:e||t,width:a||i};return o.width&&!o.height&&(o.height="100%"),o.height&&!o.width&&(o.width="100%"),o}function l(e,t,a){const i=[...e||[]];return t&&i.push({eventName:"ready",callback:t}),a&&i.push({eventName:"select",callback:a}),i}function c(e,{gatheringData:t,chartType:a,startDate:s,endDate:r,breakpoint:l}){const c=(0,i.cloneDeep)(e);if(t&&"LineChart"===a&&(e?.vAxis?.viewWindow?.min||(0,i.set)(c,"vAxis.viewWindow.min",0),e?.vAxis?.viewWindow?.max||(0,i.set)(c,"vAxis.viewWindow.max",100),e?.hAxis?.viewWindow?.min||((0,i.set)(c,"hAxis.viewWindow.min",(0,n.XH)(s)),delete c.hAxis.ticks),e?.hAxis?.viewWindow?.max||((0,i.set)(c,"hAxis.viewWindow.max",(0,n.XH)(r)),delete c.hAxis.ticks)),"LineChart"===a){if(e?.hAxis?.maxTextLines||(0,i.set)(c,"hAxis.maxTextLines",1),!e?.hAxis?.minTextSpacing){const e=l===o.mp?50:100;(0,i.set)(c,"hAxis.minTextSpacing",e)}void 0===e?.tooltip?.isHtml&&((0,i.set)(c,"tooltip.isHtml",!0),(0,i.set)(c,"tooltip.trigger","both"))}return(0,i.merge)(c,{hAxis:{textStyle:{fontSize:10,color:"#5f6561"}},vAxis:{textStyle:{color:"#5f6561",fontSize:10}},legend:{textStyle:{color:"#131418",fontSize:12}}}),c}function d(e,t=(0,n.JK)()){const a=Intl.NumberFormat(t,{style:"currency",currency:e}).formatToParts(1e6);return a.reduce((e,t)=>{const{value:o}=t;switch(t.type){case"group":return e+",";case"decimal":return e+".";case"currency":return e+o;case"literal":return e+(/^\s*$/.test(o)?o:"");case"integer":const n=o.replace(/\d/g,"#");return e+((0,i.findLast)(a,({type:e})=>"integer"===e)===t?n.replace(/#$/,"0"):n);case"fraction":return e+o.replace(/\d/g,"0");default:return e}},"")}},4869:(e,t,a)=>{"use strict";a.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__=function(e){if("string"==typeof e&&e.match(/[0-9]{8}/)){const t=e.slice(0,4),a=Number(e.slice(4,6))-1,i=e.slice(6,8);return new Date(t,a.toString(),i)}return!1}},4884:(e,t,a)=>{"use strict";a.d(t,{A:()=>u});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(49383),l=a(20898),c=a(15167),d=a(62540);function CTA({title:e,headerText:t,headerContent:a,description:i,ctaLink:o,ctaLabel:n,ctaLinkExternal:u,ctaType:m,error:g,onClick:p,"aria-label":y,children:h}){return(0,d.jsxs)("div",{className:s()("googlesitekit-cta",{"googlesitekit-cta--error":g}),children:[(t||a)&&(0,d.jsxs)("div",{className:"googlesitekit-cta__header",children:[t&&(0,d.jsx)(c.A,{as:"h2",size:"small",type:"label",className:"googlesitekit-cta__header_text",children:t}),a]}),(0,d.jsxs)("div",{className:"googlesitekit-cta__body",children:[e&&(0,d.jsx)(c.A,{as:"h3",size:"small",type:"title",className:"googlesitekit-cta__title",children:e}),i&&"string"==typeof i&&(0,d.jsx)("p",{className:"googlesitekit-cta__description",children:i}),i&&"string"!=typeof i&&(0,d.jsx)("div",{className:"googlesitekit-cta__description",children:i}),n&&"button"===m&&(0,d.jsx)(r.Button,{"aria-label":y,href:o,onClick:p,children:n}),n&&"link"===m&&(0,d.jsx)(l.A,{href:o,onClick:p,"aria-label":y,external:u,hideExternalIndicator:u,arrow:!0,children:n}),h]})]})}CTA.propTypes={title:o().string.isRequired,headerText:o().string,description:o().oneOfType([o().string,o().node]),ctaLink:o().string,ctaLinkExternal:o().bool,ctaLabel:o().string,ctaType:o().string,"aria-label":o().string,error:o().bool,onClick:o().func,children:o().node,headerContent:o().node},CTA.defaultProps={title:"",headerText:"",headerContent:"",description:"",ctaLink:"",ctaLabel:"",ctaType:"link",error:!1,onClick:()=>{}};const u=CTA},6205:(e,t,a)=>{"use strict";a.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,o,n,s,r,l,c,d,u,m,g,p,y,h,f=a(63696);function T(){return T=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},T.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>f.createElement("svg",T({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 116 59"},e),i||(i=f.createElement("path",{fill:"#DEDEDE",d:"M86.66 6.101a22.4 22.4 0 0 1 6.226-1.09l.215 7.871a14.5 14.5 0 0 0-4.046.709z"})),o||(o=f.createElement("path",{fill:"#C6C6C6",d:"M75.423 14.275a22.54 22.54 0 0 1 10.57-7.945l2.628 7.41a14.66 14.66 0 0 0-6.871 5.164z"})),n||(n=f.createElement("path",{fill:"#F1F1F1",d:"M75.317 40.725a22.5 22.5 0 0 1-4.226-12.872 22.64 22.64 0 0 1 3.925-13l6.47 4.426a14.7 14.7 0 0 0-2.552 8.45c.035 3.01.995 5.932 2.747 8.367z"})),s||(s=f.createElement("path",{fill:"#959595",d:"M106.601 45.702a22.4 22.4 0 0 1-16.346 4.074 22.28 22.28 0 0 1-14.517-8.485l6.217-4.827a14.48 14.48 0 0 0 9.436 5.515 14.56 14.56 0 0 0 10.625-2.648z"})),r||(r=f.createElement("path",{fill:"#C7C7C7",d:"M93.59 5c4.673 0 9.223 1.466 13.013 4.194a22.37 22.37 0 0 1 8.129 11.018 22.624 22.624 0 0 1-7.567 25.067l-4.783-6.223a14.7 14.7 0 0 0 4.919-16.293 14.54 14.54 0 0 0-5.284-7.162 14.48 14.48 0 0 0-8.458-2.726z"})),l||(l=f.createElement("circle",{cx:83.5,cy:56.899,r:1.5,fill:"#959595"})),c||(c=f.createElement("circle",{cx:90.5,cy:56.899,r:1.5,fill:"#C7C7C7"})),d||(d=f.createElement("circle",{cx:97.5,cy:56.899,r:1.5,fill:"#DEDEDE"})),u||(u=f.createElement("circle",{cx:104.5,cy:56.899,r:1.5,fill:"#F1F1F1"})),m||(m=f.createElement("path",{stroke:"#ECE9F1",strokeLinecap:"round",strokeWidth:.937,d:"M.468 58.531h55.064"})),g||(g=f.createElement("path",{stroke:"#ECE9F1",strokeLinecap:"round",strokeWidth:.468,d:"M.234 44.765h55.532M.234 30.765h55.532M.234 16.766h55.532"})),p||(p=f.createElement("path",{fill:"url(#cta-graph-traffic_svg__a)",d:"M25.531 47.668c-4.138-1.288-5.95-4.746-9.87-5.24-4.053-.51-7.2 12.53-15.661 13.777V59h56V35.07c-2.25-.486-4.367-17.89-9.25-16.601-4.882 1.288-8.475 20.892-12.365 14.578-3.89-6.313-4.716 15.91-8.854 14.622",opacity:.08})),y||(y=f.createElement("path",{fill:"#B8B8B8",d:"M2.766 1.116.883 6.3h-.77L2.281.612h.496zM4.344 6.3 2.457 1.116 2.445.612h.496L5.117 6.3zm-.098-2.106v.618H1.051v-.618zM6.555.3v6h-.727v-6zM8.5.3v6h-.727v-6zm5.73 5.023v-3.25h.727V6.3h-.691zm.137-.89.301-.008q0 .421-.09.781a1.7 1.7 0 0 1-.281.617q-.194.262-.512.41a1.85 1.85 0 0 1-.77.145q-.308 0-.566-.09a1.1 1.1 0 0 1-.437-.277 1.3 1.3 0 0 1-.285-.489 2.4 2.4 0 0 1-.098-.722V2.073h.723v2.735q0 .285.062.472.066.184.176.293.113.105.25.149.14.043.289.043.46 0 .73-.176.27-.18.387-.48.12-.306.121-.676m4.153.746q0-.155-.07-.29-.067-.136-.278-.245-.207-.114-.625-.196a5 5 0 0 1-.637-.176 2 2 0 0 1-.48-.246q-.195-.144-.301-.34a.95.95 0 0 1-.106-.457q0-.25.11-.472.112-.223.316-.395.207-.171.496-.27.29-.097.645-.097.507 0 .867.18t.55.48q.192.297.192.66h-.722a.6.6 0 0 0-.106-.34.8.8 0 0 0-.3-.277 1 1 0 0 0-.481-.11q-.3 0-.488.095a.63.63 0 0 0-.27.23.58.58 0 0 0-.043.508q.043.09.148.168.106.074.297.14t.489.133q.519.117.855.282.336.163.5.402.165.238.164.578 0 .277-.117.508a1.1 1.1 0 0 1-.332.398 1.7 1.7 0 0 1-.516.258q-.297.09-.668.09-.558 0-.945-.2a1.46 1.46 0 0 1-.586-.515q-.2-.316-.2-.668h.727q.016.297.172.473a.9.9 0 0 0 .383.246q.226.07.45.07.296 0 .495-.078a.7.7 0 0 0 .31-.215.5.5 0 0 0 .105-.312m3.425 1.199a2.1 2.1 0 0 1-.8-.149 1.8 1.8 0 0 1-.614-.425q-.254-.274-.39-.649a2.4 2.4 0 0 1-.137-.82v-.164q0-.516.152-.918.153-.405.414-.688.262-.28.594-.425t.688-.145q.453 0 .78.156.333.157.544.438.21.278.312.656.102.375.102.82v.325h-3.156V3.8h2.433v-.055q-.016-.281-.117-.547a1 1 0 0 0-.312-.437q-.216-.172-.586-.172a.98.98 0 0 0-.809.41q-.149.202-.23.496-.082.292-.082.676v.164q0 .301.081.566.087.262.247.461.163.2.394.313.235.113.531.113.384 0 .649-.156.265-.157.465-.418l.437.348q-.137.207-.348.394t-.519.305a2 2 0 0 1-.723.117m3.211-3.64V6.3h-.722V2.073h.703zm1.32-.688-.003.672a1.827 1.827 0 0 0-.352-.031q-.25 0-.441.078a.9.9 0 0 0-.325.218 1 1 0 0 0-.21.336q-.075.192-.098.422l-.203.117q0-.382.074-.718.078-.336.238-.594.16-.262.407-.406a1.14 1.14 0 0 1 .914-.094m3.13 3.129a.6.6 0 0 0-.07-.29q-.068-.136-.278-.245-.207-.114-.625-.196a5 5 0 0 1-.637-.176 2 2 0 0 1-.48-.246q-.195-.144-.301-.34a.95.95 0 0 1-.106-.457q0-.25.11-.472.112-.223.316-.395.207-.171.496-.27.29-.097.645-.097.507 0 .867.18t.55.48q.192.297.192.66h-.723a.6.6 0 0 0-.105-.34.8.8 0 0 0-.3-.277 1 1 0 0 0-.481-.11q-.3 0-.488.095a.63.63 0 0 0-.27.23.58.58 0 0 0-.043.508q.043.09.148.168.106.074.297.14t.489.133q.519.117.855.282.335.163.5.402.164.238.164.578 0 .277-.117.508a1.1 1.1 0 0 1-.332.398 1.7 1.7 0 0 1-.516.258q-.297.09-.668.09-.558 0-.945-.2a1.46 1.46 0 0 1-.586-.515q-.2-.316-.2-.668h.727q.016.297.172.473a.9.9 0 0 0 .383.246q.226.07.45.07.296 0 .495-.078a.7.7 0 0 0 .309-.215.5.5 0 0 0 .105-.312"})),h||(h=f.createElement("defs",null,f.createElement("linearGradient",{id:"cta-graph-traffic_svg__a",x1:19.094,x2:19.094,y1:18.399,y2:66.554,gradientUnits:"userSpaceOnUse"},f.createElement("stop",{stopColor:"#4F4F4F"}),f.createElement("stop",{offset:1,stopColor:"#4F4F4F",stopOpacity:0})))))},6732:(e,t,a)=>{"use strict";a.d(t,{A:()=>i});const i=(0,a(63696).createContext)(!1)},7070:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var i=a(63696),o=a(77766),n=a(12850);function s(e,t,{viewAction:a="view_notification",confirmAction:s="confirm_notification",dismissAction:r="dismiss_notification",clickLearnMoreAction:l="click_learn_more_link"}={}){const c=(0,o.A)(),d=null!=t?t:`${c}_${e}`;return{view:(0,i.useCallback)((...e)=>(0,n.sx)(d,a,...e),[d,a]),confirm:(0,i.useCallback)((...e)=>(0,n.sx)(d,s,...e),[d,s]),dismiss:(0,i.useCallback)((...e)=>(0,n.sx)(d,r,...e),[d,r]),clickLearnMore:(0,i.useCallback)((...e)=>(0,n.sx)(d,l,...e),[d,l])}}},7081:(e,t,a)=>{"use strict";a.d(t,{F:()=>o,n:()=>i});const i="core/ui",o="activeContextID"},7184:(e,t,a)=>{"use strict";a.d(t,{A:()=>h});var i=a(4452),o=a.n(i),n=a(62688),s=a.n(n),r=a(63696),l=a(32947),c=a(62540);function TitleIcon({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__title-icon",e),children:t})}function Title({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__title",e),children:t})}TitleIcon.propTypes={className:s().string,children:s().node},Title.propTypes={className:s().string,children:s().node};var d=a(12850),u=a(30823);function Description({className:e,description:t,learnMoreLink:a,additionalDescription:i,children:n}){return(0,c.jsxs)("div",{className:o()("googlesitekit-banner__description",e),children:[(0,r.isValidElement)(t)?t:"string"==typeof t?(0,c.jsx)("span",{dangerouslySetInnerHTML:(0,d.p9)(t,{ALLOWED_TAGS:["strong","em","br","a"],ALLOWED_ATTR:["href"]})}):t," ",a?.href&&(0,c.jsx)(u.A,{...a}),i&&(0,c.jsx)("div",{className:"googlesitekit-banner__additional-description",children:i}),n]})}function HelpText({className:e,children:t}){return(0,c.jsx)("p",{className:o()("googlesitekit-banner__help-text",e),children:t})}Description.propTypes={className:s().string,description:s().oneOfType([s().string,s().node]),learnMoreLink:s().shape(u.A.propTypes),additionalDescription:s().oneOfType([s().string,s().node]),children:s().node},HelpText.propTypes={className:s().string,children:s().node};var m=a(3782),g=a(29584);function Footer({className:e,children:t}){return(0,c.jsx)("div",{className:o()("googlesitekit-banner__footer",e),children:t})}Footer.propTypes={className:s().string,children:s().node};var p=a(80035);const y=(0,r.forwardRef)(({className:e,titleIcon:t,title:a,description:i,additionalDescription:n,errorText:s,helpText:r,learnMoreLink:d,dismissButton:u,ctaButton:y,svg:h,footer:f},T)=>{const N=(0,l.dv)(),I=N===l.mp||N===l.Lg;let A=null;I&&h?.mobile?A=h.mobile:!I&&h?.desktop&&(A=h.desktop);const b=h?.verticalPosition?h.verticalPosition:"center";return(0,c.jsxs)("div",{ref:T,className:o()("googlesitekit-banner",e),children:[(0,c.jsxs)("div",{className:"googlesitekit-banner__content",children:[t&&(0,c.jsx)(TitleIcon,{children:t}),(0,c.jsx)(Title,{children:a}),(0,c.jsx)(Description,{description:i,learnMoreLink:d,additionalDescription:n}),r&&(0,c.jsx)(HelpText,{children:r}),s&&(0,c.jsx)(p.A,{type:"error",description:s}),(0,c.jsxs)("div",{className:"googlesitekit-notice__action",children:[y&&(0,c.jsx)(m.A,{...y}),u?.onClick&&(0,c.jsx)(g.A,{...u})]})]}),A&&(0,c.jsx)("div",{className:o()("googlesitekit-banner__svg-wrapper",{[`googlesitekit-banner__svg-wrapper--${b}`]:b}),style:{backgroundImage:`url(${A})`}}),f&&(0,c.jsx)(Footer,{children:f})]})});y.propTypes={titleIcon:s().node,title:s().string,description:s().oneOfType([s().string,s().node]),additionalDescription:s().oneOfType([s().string,s().node]),errorText:s().string,helpText:s().string,learnMoreLink:s().shape(u.A.propTypes),dismissButton:s().shape(g.A.propTypes),ctaButton:s().shape(m.A.propTypes),svg:s().shape({desktop:s().elementType,mobile:s().elementType,verticalPosition:s().oneOf(["top","center","bottom"])}),footer:s().node};const h=y},8143:(e,t,a)=>{"use strict";a.d(t,{VZ:()=>n,dc:()=>s,pH:()=>o,r0:()=>r});var i=a(84024);function o(e){try{return new URL(e).pathname}catch{}return null}function n(e,t){try{return new URL(t,e).href}catch{}return("string"==typeof e?e:"")+("string"==typeof t?t:"")}function s(e){return"string"!=typeof e?e:e.replace(/^https?:\/\/(www\.)?/i,"").replace(/\/$/,"")}function r(e,t){if(!(0,i.m)(e))return e;if(e.length<=t)return e;const a=new URL(e),o=e.replace(a.origin,"");if(o.length<t)return o;const n=o.length-Math.floor(t)+1;return"…"+o.substr(n)}},8420:(e,t,a)=>{"use strict";a.d(t,{A:()=>g});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(52684),l=a(13606),c=a(82871),d=a(49383),u=a(85149),m=a(62540);function ModalDialog({className:e="",dialogActive:t=!1,handleCancel:a=null,onOpen:i=null,onClose:o=null,title:n=null,provides:g,handleConfirm:p,subtitle:y,confirmButton:h=null,dependentModules:f,danger:T=!1,inProgress:N=!1,small:I=!1,medium:A=!1,buttonLink:b=null}){const k=`googlesitekit-dialog-description-${(0,r.A)(ModalDialog)}`,M=!(!g||!g.length);return(0,m.jsxs)(d.Dialog,{open:t,onOpen:i,onClose:o,"aria-describedby":M?k:void 0,tabIndex:"-1",className:s()(e,{"googlesitekit-dialog-sm":I,"googlesitekit-dialog-md":A}),children:[(0,m.jsxs)(d.DialogTitle,{children:[T&&(0,m.jsx)(u.A,{width:28,height:28}),n]}),y?(0,m.jsx)("p",{className:"mdc-dialog__lead",children:y}):[],(0,m.jsxs)(d.DialogContent,{children:[M&&(0,m.jsx)("section",{id:k,className:"mdc-dialog__provides",children:(0,m.jsx)("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive",children:g.map(e=>(0,m.jsx)("li",{className:"mdc-list-item",children:(0,m.jsx)("span",{className:"mdc-list-item__text",children:e})},e))})}),f&&(0,m.jsx)("p",{className:"mdc-dialog__dependencies",children:(0,l.A)((0,c.sprintf)(/* translators: %s is replaced with the dependent modules. */ /* translators: %s is replaced with the dependent modules. */ (0,c.__)("<strong>Note:</strong> %s","google-site-kit"),f),{strong:(0,m.jsx)("strong",{})})})]}),(0,m.jsxs)(d.DialogFooter,{children:[(0,m.jsx)(d.Button,{className:"mdc-dialog__cancel-button",onClick:a,disabled:N,tertiary:!0,children:(0,c.__)("Cancel","google-site-kit")}),b?(0,m.jsx)(d.Button,{href:b,onClick:p,target:"_blank",danger:T,children:h}):(0,m.jsx)(d.SpinnerButton,{onClick:p,danger:T,disabled:N,isSaving:N,children:h||(0,c.__)("Disconnect","google-site-kit")})]})]})}ModalDialog.displayName="Dialog",ModalDialog.propTypes={className:o().string,dialogActive:o().bool,handleDialog:o().func,handleConfirm:o().func.isRequired,onOpen:o().func,onClose:o().func,title:o().string,confirmButton:o().string,danger:o().bool,small:o().bool,medium:o().bool,buttonLink:o().string};const g=ModalDialog},9652:(e,t,a)=>{"use strict";a.d(t,{A:()=>RecoverableModules});var i=a(62688),o=a.n(i),n=a(82871),s=a(50539),r=a(37226),l=a(4884),c=a(62540);function RecoverableModules({moduleSlugs:e}){const t=(0,s.useSelect)(t=>{const a=t(r.i).getModules();if(void 0!==a)return e.map(e=>a[e].name)});if(void 0===t)return null;const a=1===t.length?(0,n.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,n.__)("%s data was previously shared by an admin who no longer has access. Please contact another admin to restore it.","google-site-kit"),t[0]):(0,n.sprintf)(/* translators: %s: List of module names */ /* translators: %s: List of module names */ (0,n.__)("The data for the following modules was previously shared by an admin who no longer has access: %s. Please contact another admin to restore it.","google-site-kit"),t.join((0,n._x)(", ","Recoverable modules","google-site-kit")));return(0,c.jsx)(l.A,{title:(0,n.__)("Data Unavailable","google-site-kit"),description:a})}RecoverableModules.propTypes={moduleSlugs:o().arrayOf(o().string).isRequired}},11106:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});var i=a(63696),o=a(65214);const n=(0,i.createContext)(o.t)},11345:(e,t,a)=>{"use strict";a.d(t,{A:()=>ReportError});var i=a(62688),o=a.n(i),n=a(17243),s=a(63696),r=a(82871),l=a(50539),c=a(37226),d=a(67150),u=a(65311),m=a(15210),g=a(4884),p=a(35902),y=a(35323),h=a(77967),f=a(62540);function ReportError({moduleSlug:e,error:t}){const a=(0,y.A)(),i=(0,l.useSelect)(t=>t(c.i).getModule(e)),o=Array.isArray(t)?t:[t];let T;function N(e){return(0,d.SG)(e)?a?(T=(0,r.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,r.__)("Access lost to %s","google-site-kit"),i?.name),(0,r.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,r.__)("The administrator sharing this module with you has lost access to the %s service, so you won’t be able to see stats from it on the Site Kit dashboard. You can contact them or another administrator to restore access.","google-site-kit"),i?.name)):(T=(0,r.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,r.__)("Insufficient permissions in %s","google-site-kit"),i?.name),(0,u.c)(e.message,i)):(0,d.e4)(e)}const I=(0,n.uniqWith)(o.map(e=>({...e,message:N(e),reconnectURL:e.data?.reconnectURL})),(e,t)=>e.message===t.message&&e.reconnectURL===t.reconnectURL),A=o.some(e=>(0,d.SG)(e));A||1!==I.length?!A&&I.length>1&&(T=(0,r.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,r.__)("Data errors in %s","google-site-kit"),i?.name)):T=(0,r.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,r.__)("Data error in %s","google-site-kit"),i?.name);const b=(0,f.jsx)(s.Fragment,{children:I.map(e=>{const t=e?.data?.reconnectURL;return t?(0,f.jsx)(h.A,{error:e,message:e.message},e.message):(0,f.jsx)("p",{children:m.O.sanitize(e.message,{ALLOWED_TAGS:[]})},e.message)})});return(0,f.jsx)(g.A,{title:T,description:b,error:!0,children:(0,f.jsx)(p.A,{moduleSlug:e,error:t})})}ReportError.propTypes={moduleSlug:o().string.isRequired,error:o().oneOfType([o().arrayOf(o().object),o().object]).isRequired}},12701:(e,t,a)=>{"use strict";a.d(t,{A:()=>Root});var i=a(62688),o=a.n(i),n=a(44010),s=a(77105),r=a(63696),l=a(50539),c=a.n(l),d=a(82871),u=a(54312),m=a(61991),g=a(90007),p=a(12850),y=a(62540);class ErrorHandler extends r.Component{constructor(e){super(e),this.state={error:null,info:null,copied:!1}}componentDidCatch(e,t){a.g.console.error("Caught an error:",e,t),this.setState({error:e,info:t}),(0,p.sx)("react_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}render(){const{children:e}=this.props,{error:t,info:a}=this.state;return t?(0,y.jsx)(g.A,{notificationID:"googlesitekit-error",className:"googlesitekit-error-handler",type:"error",title:(0,d.__)("Site Kit encountered an error","google-site-kit"),description:(0,y.jsxs)(r.Fragment,{children:[(0,y.jsx)(u.A,{message:t.message,componentStack:a.componentStack}),(0,y.jsxs)("pre",{className:"googlesitekit-overflow-auto",children:[t.message,a.componentStack]})]})}):e}}ErrorHandler.contextType=m.Ay,ErrorHandler.propTypes={children:o().node.isRequired};const h=ErrorHandler;var f=a(11106);const{Consumer:T,Provider:N}=f.A,I=N;var A=a(65214),b=a(4445),k=a(78340),M=a(45472),v=a(58116),S=a(64067),C=a(14007);const _=function AuthenticatedPermissionsModal(){const e=(0,l.useRegistry)(),t=(0,l.useSelect)(e=>e(v.oR).getPermissionScopeError()),i=(0,l.useSelect)(e=>e(v.oR).getUnsatisfiedScopes()),o=(0,l.useSelect)(e=>e(v.oR).getConnectURL({additionalScopes:t?.data?.scopes,redirectURL:t?.data?.redirectURL||a.g.location.href,errorRedirectURL:t?.data?.errorRedirectURL})),{clearPermissionScopeError:n}=(0,l.useDispatch)(v.oR),{navigateTo:s}=(0,l.useDispatch)(M.M),{setValues:c}=(0,l.useDispatch)(k.s),u=(0,r.useCallback)(()=>{n()},[n]),m=(0,r.useCallback)(async()=>{c(v.$8,{permissionsError:t}),await(0,S.mR)(e),s(o)},[e,o,s,t,c]);return(0,r.useEffect)(()=>{!async function(){t?.data?.skipModal&&t?.data?.scopes?.length&&await m()}()},[m,t]),t?t?.data?.scopes?.length?t?.data?.skipModal||i&&t?.data?.scopes.every(e=>i.includes(e))?null:(0,y.jsx)(C.A,{children:(0,y.jsx)(b.A,{title:(0,d.__)("Additional Permissions Required","google-site-kit"),subtitle:t.message,confirmButton:(0,d.__)("Proceed","google-site-kit"),handleConfirm:m,handleCancel:u,onClose:u,dialogActive:!0,medium:!0})}):(a.g.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",t),null):null};const x=function PermissionsModal(){return(0,l.useSelect)(e=>e(v.oR).isAuthenticated())?(0,y.jsx)(_,{}):null};const Z=function RestoreSnapshots({children:e}){const t=(0,l.useRegistry)(),[a,i]=(0,r.useState)(!1);return(0,r.useEffect)(()=>{a||(async()=>{await(0,S.P9)(t),i(!0)})()},[t,a]),a?e:null};var j=a(15844),D=a(77766),w=a(39771);function FeatureTours(){const e=(0,D.A)(),{triggerTourForView:t}=(0,l.useDispatch)(v.oR);(0,j.A)(()=>{t(e)});const i=(0,l.useSelect)(e=>e(v.oR).getCurrentTour());return(0,r.useEffect)(()=>{if(!i)return()=>{};const e=document.getElementById("js-googlesitekit-main-dashboard");if(!e)return()=>{};const t=new ResizeObserver(()=>{a.g.dispatchEvent(new Event("resize"))});return t.observe(e),()=>{t.disconnect()}},[i]),i?(0,y.jsx)(w.Ay,{tourID:i.slug,steps:i.steps,gaEventCategory:i.gaEventCategory,callback:i.callback}):null}var E=a(68869),G=a(22821);function Root({children:e,registry:t,viewContext:a=null}){const i=n.D,[o]=(0,r.useState)({key:"Root",value:!0});return(0,y.jsx)(r.StrictMode,{children:(0,y.jsx)(E.Ay,{value:o,children:(0,y.jsx)(l.RegistryProvider,{value:t,children:(0,y.jsx)(I,{value:A.t,children:(0,y.jsx)(m.Kq,{value:a,children:(0,y.jsx)(s.A,{theme:i(),children:(0,y.jsxs)(h,{children:[(0,y.jsxs)(Z,{children:[e,a&&(0,y.jsx)(FeatureTours,{})]}),(0,G.A)(a)&&(0,y.jsx)(x,{})]})})})})})})})}Root.propTypes={children:o().node,registry:o().object,viewContext:o().string.isRequired},Root.defaultProps={registry:c()}},12850:(e,t,a)=>{"use strict";a.d(t,{tt:()=>v,Jg:()=>M,Gp:()=>b,GH:()=>A,r0:()=>k,Du:()=>S,Zf:()=>V,Cn:()=>P,G7:()=>h,vH:()=>y,N_:()=>w,zh:()=>F,mK:()=>d.mK,Ql:()=>C,vY:()=>R,sq:()=>x,VZ:()=>z.VZ,JK:()=>d.JK,IS:()=>j,pH:()=>z.pH,kf:()=>B,O5:()=>D,Qr:()=>_,x6:()=>O,K5:()=>d.K5,S_:()=>p,dc:()=>z.dc,Eo:()=>d.Eo,jq:()=>d.jq,DK:()=>W.D,N9:()=>U,p9:()=>n.p,XH:()=>Z,Zm:()=>l,sx:()=>o.sx,BI:()=>o.BI,CZ:()=>n.C,BG:()=>H});var i=a(17243),o=a(89318),n=a(82046),s=a(10523),r=a.n(s);function l(e){return r()(JSON.stringify(c(e)))}function c(e){const t={};return Object.keys(e).sort().forEach(a=>{let i=e[a];i&&"object"==typeof i&&!Array.isArray(i)&&(i=c(i)),t[a]=i}),t}var d=a(79829);function u(e){return e.replace(new RegExp("\\[([^\\]]+)\\]\\((https?://[^/]+\\.\\w+/?.*?)\\)","gi"),'<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>')}function m(e){return`<p>${e.replace(/\n{2,}/g,"</p><p>")}</p>`}function g(e){return e.replace(/\n/gi,"<br>")}function p(e){const t=[u,m,g];let a=e;for(const e of t)a=e(a);return a}function y(e){return e=parseFloat(e),isNaN(e)||0===e?[0,0,0,0]:[Math.floor(e/60/60),Math.floor(e/60%60),Math.floor(e%60),Math.floor(1e3*e)-1e3*Math.floor(e)]}function h(e){const t=e&&!Number.isInteger(e)?new Date(e).getTime():e;return isNaN(t)||!t?0:t}var f=a(32091),T=a.n(f),N=a(82871);const I="Date param must construct to a valid date instance or be a valid date instance itself.",A="Invalid dateString parameter, it must be a string.",b='Invalid date range, it must be a string with the format "last-x-days".',k=60,M=60*k,v=24*M,S=7*v;function C(){function e(e){return(0,N.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,N._n)("Last %s day","Last %s days",e,"google-site-kit"),e)}return{"last-7-days":{slug:"last-7-days",label:e(7),days:7},"last-14-days":{slug:"last-14-days",label:e(14),days:14},"last-28-days":{slug:"last-28-days",label:e(28),days:28},"last-90-days":{slug:"last-90-days",label:e(90),days:90}}}function _(e=""){if(!(0,i.isString)(e))return!1;if(3!==e.split("-").length)return!1;const t=new Date(e);return(0,i.isDate)(t)&&!isNaN(t)}function x(e){T()((0,i.isDate)(e)&&!isNaN(e),I);const t=`${e.getMonth()+1}`,a=`${e.getDate()}`;return[e.getFullYear(),t.length<2?`0${t}`:t,a.length<2?`0${a}`:a].join("-")}function Z(e){T()(_(e),A);const[t,a,i]=e.split("-");return new Date(t,a-1,i)}function j(e,t){return x(w(e,t*v))}function D(e){const t=e.split("-");return 3===t.length&&"last"===t[0]&&!Number.isNaN(t[1])&&!Number.isNaN(parseFloat(t[1]))&&"days"===t[2]}function w(e,t){T()(_(e)||(0,i.isDate)(e)&&!isNaN(e),A);const a=_(e)?Date.parse(e):e.getTime();return new Date(a-1e3*t)}var E=a(69743),G=a(94552),L=a(62540);function R(e,t={}){if(Number.isNaN(Number(e)))return"";const{invertColor:a=!1}=t;return(0,E.Ay)((0,L.jsx)(G.A,{direction:e>0?"up":"down",invertColor:a}))}function P(e,t){return e>0&&t>0?e/t-1:e>0?1:t>0?-1:0}var z=a(8143);function O(e){const t=parseFloat(e)||0;return!!Number.isInteger(t)&&t>0}function B(e){if("number"==typeof e)return!0;const t=(e||"").toString();return!!t&&!isNaN(t)}function U(e){return Array.isArray(e)?[...e].sort():e}var W=a(2522);function V(e,t){function a(e){return"0"===e||0===e}if(a(e)&&a(t))return 0;if(a(e)||Number.isNaN(e))return null;const i=(t-e)/e;return Number.isNaN(i)||!Number.isFinite(i)?null:i}function H(e){try{return JSON.parse(e)&&!!e}catch(e){return!1}}function F(e){if(!e)return"";const t=e.replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/(\\)/g,"");return(0,i.unescape)(t)}},14007:(e,t,a)=>{"use strict";a.d(t,{A:()=>l});var i=a(47209),o=a(62688),n=a.n(o),s=a(63696),r=a(78325);function Portal({children:e,slug:t}){const[a]=(0,s.useState)(document.createElement("div"));return(0,i.A)(()=>{t&&a.classList.add(`googlesitekit-portal-${t}`);const e=document.querySelector(".googlesitekit-plugin")||document.body;return e.appendChild(a),()=>e.removeChild(a)}),(0,r.createPortal)(e,a)}Portal.propTypes={slug:n().string,children:n().node},Portal.defaultProps={slug:"",children:null};const l=Portal},15167:(e,t,a)=>{"use strict";a.d(t,{A:()=>Typography});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(3714),l=a(62540);function Typography({className:e,type:t,size:a,as:i="span",children:o,...n}){return(0,l.jsx)(i,{className:s()("googlesitekit-typography",e,{[`googlesitekit-typography--${t}`]:t&&r.tT.includes(t),[`googlesitekit-typography--${a}`]:a&&r.oJ.includes(a)}),...n,children:o})}Typography.propTypes={className:o().string,type:o().oneOf(r.tT),size:o().oneOf(r.oJ),as:o().oneOfType([o().string,o().elementType])}},15210:(e,t,a)=>{"use strict";a.d(t,{O:()=>o});var i=a(31234);const o=a.n(i)()(a.g)},15577:(e,t,a)=>{"use strict";a.d(t,{SO:()=>c});var i=a(55620),o=a(99123);const n={},s=void 0===a.g?null:a.g;function r(){return[a.g.innerWidth,a.g.innerHeight]}function l(e=n){const{fps:t,leading:a,initialWidth:l=0,initialHeight:c=0}=e,[d,u]=(0,i._)("undefined"==typeof document?[l,c]:r,t,a);function m(){return u(r)}return(0,o.A)(s,"resize",m),(0,o.A)(s,"orientationchange",m),d}function c(e){return l(e)[0]}},16834:(e,t,a)=>{"use strict";a.d(t,{A:()=>l});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(62540);function VisuallyHidden({className:e,children:t,...a}){return t?(0,r.jsx)("span",{...a,className:s()("screen-reader-text",e),children:t}):null}VisuallyHidden.propTypes={className:o().string,children:o().node},VisuallyHidden.defaultProps={className:""};const l=VisuallyHidden},17569:(e,t,a)=>{"use strict";a.d(t,{A:()=>EnhancedMeasurementSwitch});var i=a(4452),o=a.n(i),n=a(62688),s=a.n(n),r=a(15844),l=a(63696),c=a(13606),d=a(82871),u=a(50539),m=a(49383),g=a(78340),p=a(72455),y=a(44174),h=a(12850),f=a(77766),T=a(63972),N=a(27333),I=a(62540);function EnhancedMeasurementSwitch({className:e,onClick:t,disabled:a=!1,loading:i=!1,formName:n=p.TQ,isEnhancedMeasurementAlreadyEnabled:s=!1,showTick:A=!1}){const b=(0,N.A)(n,p.aj),k=(0,f.A)(),{setValues:M}=(0,u.useDispatch)(g.s),v=(0,l.useCallback)(()=>{M(n,{[p.aj]:!b}),(0,h.sx)(`${k}_analytics`,b?"deactivate_enhanced_measurement":"activate_enhanced_measurement"),t?.()},[n,b,t,M,k]);return(0,r.A)(()=>{M(p.TQ,{[p.Lf]:!0})}),(0,I.jsxs)("div",{className:o()("googlesitekit-analytics-enable-enhanced-measurement",e,{"googlesitekit-analytics-enable-enhanced-measurement--loading":i}),children:[i&&(0,I.jsx)(m.ProgressBar,{className:"googlesitekit-analytics-enable-enhanced-measurement__progress--settings-edit",small:!0}),!i&&s&&(0,I.jsxs)("div",{className:"googlesitekit-analytics-enable-enhanced-measurement__already-enabled-label",children:[A&&(0,I.jsx)("div",{className:"googlesitekit-analytics-enable-enhanced-measurement__already-enabled-tick",children:(0,I.jsx)(T.A,{})}),(0,d.__)("Enhanced measurement is enabled for this web data stream","google-site-kit")]}),!i&&!s&&(0,I.jsx)(m.Switch,{label:(0,d.__)("Enable enhanced measurement","google-site-kit"),checked:b,disabled:a,onClick:v,hideLabel:!1}),(0,I.jsx)("p",{className:"googlesitekit-module-settings-group__helper-text",children:(0,c.A)((0,d.__)("This allows you to measure interactions with your content (e.g. file downloads, form completions, video views). <a>Learn more</a>","google-site-kit"),{a:(0,I.jsx)(y.A,{path:"/analytics/answer/9216061",external:!0})})})]})}EnhancedMeasurementSwitch.propTypes={onClick:s().func,disabled:s().bool,loading:s().bool,isEnhancedMeasurementAlreadyEnabled:s().bool,showTick:s().bool}},19195:(e,t,a)=>{"use strict";a.d(t,{A:()=>UseSnippetSwitch});var i=a(62688),o=a.n(i),n=a(63696),s=a(82871),r=a(50539),l=a(49383),c=a(72455),d=a(12850),u=a(77766),m=a(62540);function UseSnippetSwitch({description:e}){const t=(0,u.A)(),a=(0,r.useSelect)(e=>e(c.K9).getUseSnippet()),{setUseSnippet:i}=(0,r.useDispatch)(c.K9),o=(0,n.useCallback)(()=>{const e=!a;i(e),(0,d.sx)(`${t}_analytics`,e?"enable_tag":"disable_tag","ga4")},[a,i,t]);return void 0===a?null:(0,m.jsxs)("div",{className:"googlesitekit-analytics-usesnippet",children:[(0,m.jsx)(l.Switch,{label:(0,s.__)("Place Google Analytics code","google-site-kit"),checked:a,onClick:o,hideLabel:!1}),e]})}UseSnippetSwitch.propTypes={description:o().node}},19793:(e,t,a)=>{"use strict";a.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,o=a(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),i||(i=o.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m4.806 8.592.592-.806-1.612-1.184-.592.806-3.89 5.296c-.166.226-.36.296-.512.296s-.346-.07-.512-.296l-1.474-2.007-.592-.806-1.612 1.184.592.806 1.474 2.007C9.191 15.6 9.971 16 10.792 16s1.6-.4 2.124-1.112z",clipRule:"evenodd"})))},20898:(e,t,a)=>{"use strict";a.d(t,{A:()=>_});var i,o=a(4452),n=a.n(o),s=a(62688),r=a.n(s),l=a(39941),c=a(63696),d=a(82871);function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},u.apply(null,arguments)}const m=e=>c.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),i||(i=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"currentColor"}),c.createElement("path",{fill:"#FFF",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var g;function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},p.apply(null,arguments)}const y=e=>c.createElement("svg",p({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 13"},e),g||(g=c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("circle",{cx:6.5,cy:6.5,r:6.5,fill:"#FFF"}),c.createElement("path",{fill:"currentColor",d:"M3.461 6.96h5.15L6.36 9.21a.464.464 0 0 0 .325.79.46.46 0 0 0 .325-.135l3.037-3.038a.46.46 0 0 0 0-.65L7.015 3.135a.46.46 0 0 0-.65.65L8.61 6.039H3.461a.46.46 0 0 0-.461.46c0 .254.207.462.461.462z"}),".")));var h;function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},f.apply(null,arguments)}const T=e=>c.createElement("svg",f({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),h||(h=c.createElement("path",{d:"m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6z"})));var N=a(83366),I=a(84385),A=a(62540);const b="BUTTON",k="BUTTON_DISABLED",M="EXTERNAL_LINK",v="LINK",S="ROUTER_LINK",C=(0,c.forwardRef)((e,t)=>{const{"aria-label":a,secondary:i=!1,arrow:o=!1,back:s=!1,caps:r=!1,children:c,className:u="",danger:g=!1,disabled:p=!1,external:h=!1,hideExternalIndicator:f=!1,href:C="",inverse:_=!1,noFlex:x=!1,onClick:Z,small:j=!1,standalone:D=!1,linkButton:w=!1,to:E,leadingIcon:G,trailingIcon:L,...R}=e;const P=C||E||!Z?E?S:h?M:v:p?k:b;const z=P===b||P===k?"button":P===S?l.N_:"a",O=function(){let e;return P===M&&(e=(0,d._x)("(opens in a new tab)","screen reader text","google-site-kit")),P===k&&(e=(0,d._x)("(disabled)","screen reader text","google-site-kit")),e?a?`${a} ${e}`:"string"==typeof c?`${c} ${e}`:void 0:a}();let B=G,U=L;return s&&(B=(0,A.jsx)(T,{width:14,height:14})),h&&!f&&(U=(0,A.jsx)(N.A,{width:14,height:14})),o&&!_&&(U=(0,A.jsx)(m,{width:14,height:14})),o&&_&&(U=(0,A.jsx)(y,{width:14,height:14})),(0,A.jsxs)(z,{"aria-label":O,className:n()("googlesitekit-cta-link",u,{"googlesitekit-cta-link--secondary":i,"googlesitekit-cta-link--inverse":_,"googlesitekit-cta-link--small":j,"googlesitekit-cta-link--caps":r,"googlesitekit-cta-link--danger":g,"googlesitekit-cta-link--disabled":p,"googlesitekit-cta-link--standalone":D,"googlesitekit-cta-link--link-button":w,"googlesitekit-cta-link--no-flex":!!x}),disabled:p,href:P!==v&&P!==M||p?void 0:C,onClick:Z,rel:P===M?"noopener noreferrer":void 0,ref:t,target:P===M?"_blank":void 0,to:E,...R,children:[!!B&&(0,A.jsx)(I.A,{marginRight:5,children:B}),(0,A.jsx)("span",{className:"googlesitekit-cta-link__contents",children:c}),!!U&&(0,A.jsx)(I.A,{marginLeft:5,children:U})]})});C.propTypes={arrow:r().bool,back:r().bool,caps:r().bool,children:r().node,className:r().string,danger:r().bool,disabled:r().bool,external:r().bool,hideExternalIndicator:r().bool,href:r().string,inverse:r().bool,leadingIcon:r().node,linkButton:r().bool,noFlex:r().bool,onClick:r().func,small:r().bool,standalone:r().bool,to:r().string,trailingIcon:r().node};const _=C},21134:(e,t,a)=>{"use strict";a.d(t,{Gq:()=>u,IL:()=>y,LD:()=>g,SO:()=>m,a2:()=>o,xD:()=>p});var i=a(12850);const o="googlesitekit_",n=`${o}1.165.0_${a.g._googlesitekitBaseData.storagePrefix}_`,s=["sessionStorage","localStorage"];let r,l=[...s];async function c(e){const t=a.g[e];if(!t)return!1;try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),!0}catch(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)&&0!==t.length}}async function d(){if(void 0!==r)return r;for(const e of l)r||await c(e)&&(r=a.g[e]);return void 0===r&&(r=null),r}async function u(e){const t=await d();if(t){const a=t.getItem(`${n}${e}`);if(a){const e=JSON.parse(a),{timestamp:t,ttl:i,value:o,isError:n}=e;if(t&&(!i||Math.round(Date.now()/1e3)-t<i))return{cacheHit:!0,value:o,isError:n}}}return{cacheHit:!1,value:void 0}}async function m(e,t,{ttl:o=i.Jg,timestamp:s=Math.round(Date.now()/1e3),isError:r=!1}={}){const l=await d();if(l)try{return l.setItem(`${n}${e}`,JSON.stringify({timestamp:s,ttl:o,value:t,isError:r})),!0}catch(e){return a.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function g(e){const t=await d();if(t)try{const a=e.startsWith(o)?e:`${n}${e}`;return t.removeItem(a),!0}catch(e){return a.g.console.warn("Encountered an unexpected storage error:",e),!1}return!1}async function p(){const e=await d();if(e)try{const t=[];for(let a=0;a<e.length;a++){const i=e.key(a);0===i.indexOf(o)&&t.push(i)}return t}catch(e){return a.g.console.warn("Encountered an unexpected storage error:",e),[]}return[]}async function y(){if(await d()){const e=await p();for(const t of e)await g(t);return!0}return!1}},22821:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var i=a(24558);function o(e){return i.kz.includes(e)}},23141:(e,t,a)=>{"use strict";a.d(t,{A:()=>WidgetRecoverableModules});var i=a(62688),o=a.n(i),n=a(63696),s=a(47345),r=a(9652),l=a(62540);function WidgetRecoverableModules({widgetSlug:e,moduleSlugs:t,...a}){const i=(0,n.useMemo)(()=>({moduleSlug:[...t].sort().join(","),moduleSlugs:t}),[t]);return(0,s.A)(e,r.A,i),(0,l.jsx)(r.A,{moduleSlugs:t,...a})}WidgetRecoverableModules.propTypes={widgetSlug:o().string.isRequired,...r.A.propTypes}},23224:(e,t,a)=>{"use strict";a.d(t,{A:()=>c});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(32947),l=a(62540);function PreviewBlock({className:e,width:t,height:a,shape:i,padding:o,smallWidth:n,smallHeight:c,tabletWidth:d,tabletHeight:u,desktopWidth:m,desktopHeight:g}){const p=(0,r.dv)(),y={width:{[r.mp]:n,[r.Lg]:d,[r.Fo]:m,[r.Qb]:m},height:{[r.mp]:c,[r.Lg]:u,[r.Fo]:g,[r.Qb]:m}};return(0,l.jsx)("div",{className:s()("googlesitekit-preview-block",e,{"googlesitekit-preview-block--padding":o}),style:{width:y.width[p]||t,height:y.height[p]||a},children:(0,l.jsx)("div",{className:s()("googlesitekit-preview-block__wrapper",{"googlesitekit-preview-block__wrapper--circle":"circular"===i})})})}PreviewBlock.propTypes={className:o().string,width:o().string,height:o().string,shape:o().string,padding:o().bool,smallWidth:o().string,smallHeight:o().string,tabletWidth:o().string,tabletHeight:o().string,desktopWidth:o().string,desktopHeight:o().string},PreviewBlock.defaultProps={className:void 0,width:"100px",height:"100px",shape:"square",padding:!1,smallWidth:void 0,smallHeight:void 0,tabletWidth:void 0,tabletHeight:void 0,desktopWidth:void 0,desktopHeight:void 0};const c=PreviewBlock},24558:(e,t,a)=>{"use strict";a.d(t,{Ax:()=>n,CZ:()=>d,Ej:()=>k,Gw:()=>M,Is:()=>s,KK:()=>m,Nn:()=>S,OT:()=>A,SH:()=>I,Y$:()=>g,ZS:()=>r,bg:()=>h,en:()=>b,ep:()=>y,f7:()=>o,hi:()=>p,jU:()=>i,k$:()=>T,kz:()=>v,ly:()=>l,mo:()=>f,s3:()=>N,uR:()=>c,zx:()=>u});const i="mainDashboard",o="entityDashboard",n="mainDashboardViewOnly",s="entityDashboardViewOnly",r="userInput",l="activation",c="splash",d="adminBar",u="adminBarViewOnly",m="settings",g="adBlockingRecovery",p="wpDashboard",y="wpDashboardViewOnly",h="moduleSetup",f="metricSelection",T="wpBlockEditor",N="keyMetricsSetup",I="key-metrics",A="traffic",b="content",k="speed",M="monetization",v=[i,o,n,s,r,c,m,h,f],S=[n,s,u,y]},25523:(e,t,a)=>{"use strict";var i=a(131),o=a(78325),n=a(12701),s=a(24558),r=a(63560),l=a(63696),c=a(82871),d=a(50539),u=a(20898),m=a(4452),g=a.n(m),p=a(37226),y=a(58116),h=a(97398),f=a(99897),T=a(35001),N=a(62688),I=a.n(N),A=a(45512),b=a(97029),k=a(23224),M=a(96820),v=a(12850),S=a(30829),C=a(2522),_=a(62540);function WPDashboardImpressions({WPDashboardReportError:e}){const t=(0,d.useInViewSelect)(e=>e(A.n).isGatheringData()),{compareStartDate:a,endDate:i}=(0,d.useSelect)(e=>e(y.oR).getDateRangeDates({compare:!0,offsetDays:A.f})),o=(0,d.useSelect)(e=>e(y.oR).getDateRangeNumberOfDays()),n={startDate:a,endDate:i,dimensions:"date",reportID:"dashboard_wp-dashboard-impressions_component_reportArgs"},s=(0,d.useInViewSelect)(e=>e(A.n).getReport(n),[n]),r=(0,d.useSelect)(e=>e(A.n).getErrorForSelector("getReport",[n]));if((0,d.useSelect)(e=>!e(A.n).hasFinishedResolution("getReport",[n]))||void 0===t)return(0,_.jsx)(k.A,{width:"48%",height:"92px"});if(r)return(0,_.jsx)(e,{moduleSlug:"search-console",error:r});const{compareRange:l,currentRange:u}=(0,C.D)(s,{dateRangeLength:o}),m=(0,S.A)(u,"impressions"),g=(0,S.A)(l,"impressions"),p=(0,v.Zf)(g,m),h={gatheringData:t,gatheringDataNoticeStyle:M.v.SMALL};return(0,_.jsx)(b.A,{className:"googlesitekit-wp-dashboard-stats__data-table overview-total-impressions",title:(0,c.__)("Total Impressions","google-site-kit"),datapoint:m,change:p,changeDataUnit:"%",...h})}WPDashboardImpressions.propTypes={WPDashboardReportError:I().elementType.isRequired};const x=WPDashboardImpressions;function WPDashboardClicks({WPDashboardReportError:e}){const t=(0,d.useInViewSelect)(e=>e(A.n).isGatheringData()),{compareStartDate:a,endDate:i}=(0,d.useSelect)(e=>e(y.oR).getDateRangeDates({compare:!0,offsetDays:A.f})),o=(0,d.useSelect)(e=>e(y.oR).getDateRangeNumberOfDays()),n={startDate:a,endDate:i,dimensions:"date",reportID:"dashboard_wp-dashboard-clicks_component_reportArgs"},s=(0,d.useInViewSelect)(e=>e(A.n).getReport(n),[n]),r=(0,d.useSelect)(e=>e(A.n).getErrorForSelector("getReport",[n]));if((0,d.useSelect)(e=>!e(A.n).hasFinishedResolution("getReport",[n]))||void 0===t)return(0,_.jsx)(k.A,{width:"48%",height:"92px"});if(r)return(0,_.jsx)(e,{moduleSlug:"search-console",error:r});const{compareRange:l,currentRange:u}=(0,C.D)(s,{dateRangeLength:o}),m=(0,S.A)(u,"clicks"),g=(0,S.A)(l,"clicks"),p=(0,v.Zf)(g,m),h={gatheringData:t,gatheringDataNoticeStyle:M.v.SMALL};return(0,_.jsx)(b.A,{className:"googlesitekit-wp-dashboard-stats__data-table overview-total-clicks",title:(0,c.__)("Total Clicks","google-site-kit"),datapoint:m,change:p,changeDataUnit:"%",...h})}WPDashboardClicks.propTypes={WPDashboardReportError:I().elementType.isRequired};const Z=WPDashboardClicks;var j=a(72455);function WPDashboardUniqueVisitorsGA4({WPDashboardReportError:e}){const t=(0,d.useInViewSelect)(e=>e(j.K9).isGatheringData()),a={...(0,d.useSelect)(e=>e(y.oR).getDateRangeDates({compare:!0,offsetDays:j.f2})),metrics:[{name:"totalUsers"}],reportID:"dashboard_wp-dashboard-unique-visitors-ga4_component_reportArgs"},i=(0,d.useInViewSelect)(e=>e(j.K9).getReport(a),[a]),o=(0,d.useSelect)(e=>e(j.K9).getErrorForSelector("getReport",[a]));if((0,d.useSelect)(e=>!e(j.K9).hasFinishedResolution("getReport",[a]))||void 0===t)return(0,_.jsx)(k.A,{width:"48%",height:"92px"});if(o)return(0,_.jsx)(e,{moduleSlug:"analytics-4",error:o});const n=i?.totals?.[0]?.metricValues?.[0]?.value,s=i?.totals?.[1]?.metricValues?.[0]?.value,r={gatheringData:t,gatheringDataNoticeStyle:M.v.SMALL};return(0,_.jsx)(b.A,{className:"googlesitekit-wp-dashboard-stats__data-table overview-total-users",title:(0,c.__)("Total Unique Visitors","google-site-kit"),datapoint:n,change:(0,v.Zf)(s,n),changeDataUnit:"%",...r})}WPDashboardUniqueVisitorsGA4.propTypes={WPDashboardReportError:I().elementType.isRequired};const D=WPDashboardUniqueVisitorsGA4;function WPDashboardSessionDurationGA4({WPDashboardReportError:e}){const t=(0,d.useInViewSelect)(e=>e(j.K9).isGatheringData()),a={...(0,d.useSelect)(e=>e(y.oR).getDateRangeDates({compare:!0,offsetDays:j.f2})),dimensions:[{name:"date"}],limit:10,metrics:[{name:"averageSessionDuration"}],reportID:"dashboard_wp-dashboard-session-duration-ga4_component_reportArgs"},i=(0,d.useInViewSelect)(e=>e(j.K9).getReport(a),[a]),o=(0,d.useSelect)(e=>e(j.K9).getErrorForSelector("getReport",[a]));if((0,d.useSelect)(e=>!e(j.K9).hasFinishedResolution("getReport",[a]))||void 0===t)return(0,_.jsx)(k.A,{width:"48%",height:"92px"});if(o)return(0,_.jsx)(e,{moduleSlug:"analytics-4",error:o});const{totals:n}=i,s=n?.[0]?.metricValues?.[0]?.value,r=n?.[1]?.metricValues?.[0]?.value,l=s,u=(0,v.Zf)(r,s),m={gatheringData:t,gatheringDataNoticeStyle:M.v.SMALL};return(0,_.jsx)(b.A,{className:"googlesitekit-wp-dashboard-stats__data-table overview-average-session-duration",title:(0,c.__)("Avg. Time on Page","google-site-kit"),datapoint:l,datapointUnit:"s",change:u,changeDataUnit:"%",...m})}WPDashboardSessionDurationGA4.propTypes={WPDashboardReportError:I().elementType.isRequired};const w=WPDashboardSessionDurationGA4;var E=a(17243),G=a(77657),L=a(63701),R=a(63264),P=a(49539),z=a(91953),O=a(15167);function WPDashboardPopularPagesGA4({WPDashboardReportError:e}){const t=(0,d.useSelect)(e=>e(y.oR).getDateRangeDates({offsetDays:j.f2})),a=(0,d.useInViewSelect)(e=>e(j.K9).isGatheringData()),i={...t,dimensions:["pagePath"],metrics:[{name:"screenPageViews"}],orderby:[{metric:{metricName:"screenPageViews"},desc:!0}],limit:5,reportID:"dashboard_wp-dashboard-popular-pages-ga4_component_reportArgs"},o=(0,d.useInViewSelect)(e=>e(j.K9).getReport(i),[i]),n=(0,d.useInViewSelect)(e=>e(j.K9).getPageTitles(o,i),[o,i]),s=(0,d.useSelect)(e=>e(j.K9).getErrorForSelector("getReport",[i]));if((0,d.useSelect)(e=>!(void 0!==s||void 0!==n)||!e(j.K9).hasFinishedResolution("getReport",[i]))||void 0===a)return(0,_.jsx)(L.A,{rows:6});if(s)return(0,_.jsx)(e,{moduleSlug:"analytics-4",error:s});const r=o?.rows?.length?(0,E.cloneDeep)(o.rows):[];r.forEach(e=>{const t=e.dimensionValues[0].value;e.dimensionValues.unshift({value:n[t]})});const l=[{title:(0,c.__)("Title","google-site-kit"),description:(0,c.__)("Page Title","google-site-kit"),primary:!0,Component({row:e}){const[{value:t},{value:a}]=e.dimensionValues;return(0,_.jsx)(z.A,{title:t,path:a})}},{title:(0,c.__)("Pageviews","google-site-kit"),description:(0,c.__)("Pageviews","google-site-kit"),field:"metricValues.0.value",Component:({fieldValue:e})=>(0,_.jsx)("span",{children:(0,v.Eo)(e,{style:"decimal"})})}];return(0,_.jsxs)("div",{className:g()("googlesitekit-search-console-widget",{"googlesitekit-search-console-widget--empty-data":a||!r?.length}),children:[(0,_.jsx)(O.A,{as:"h3",type:"headline",size:"small",children:(0,c.__)("Top content over the last 28 days","google-site-kit")}),(0,_.jsx)(R.A,{children:(0,_.jsx)(P.A,{rows:r,columns:l,limit:5,gatheringData:a,zeroState:G.QQ})})]})}WPDashboardPopularPagesGA4.propTypes={WPDashboardReportError:I().elementType.isRequired};var B=a(7081),U=a(54415);const W={animation:{startup:!0},chart:{title:(0,c.__)("Unique visitors","google-site-kit")},curveType:"function",height:270,width:"100%",chartArea:{height:"80%",left:20,right:20},legend:{position:"top",textStyle:{color:"#616161",fontSize:12}},hAxis:{format:"MMM d",gridlines:{color:"#fff"},textStyle:{color:"#616161",fontSize:12}},vAxis:{textPosition:"none",viewWindow:{min:0},gridlines:{color:"#eee"}},series:{0:{color:"#6380b8",targetAxisIndex:0},1:{color:"#6380b8",targetAxisIndex:0,lineDashStyle:[3,3],lineWidth:1}},focusTarget:"category",crosshair:{color:"gray",opacity:.1,orientation:"vertical",trigger:"both"},tooltip:{isHtml:!0,trigger:"both"}};var V=a(74944);function WPDashboardUniqueVisitorsChartGA4(e){const{WPDashboardReportError:t}=e,a=(0,d.useInViewSelect)(e=>e(j.K9).isGatheringData()),i=(0,d.useSelect)(e=>e(B.n).getValue("googleChartsCollisionError")),o=(0,d.useSelect)(e=>e(y.oR).getReferenceDate()),{startDate:n,endDate:s,compareStartDate:r,compareEndDate:l}=(0,d.useSelect)(e=>e(y.oR).getDateRangeDates({compare:!0,offsetDays:j.f2})),u=(0,d.useSelect)(e=>e(y.oR).getDateRangeNumberOfDays()),m={startDate:n,endDate:s,compareStartDate:r,compareEndDate:l,metrics:[{name:"totalUsers"}],dimensions:["date"],orderby:[{dimension:{dimensionName:"date"}}],reportID:"dashboard_wp-dashboard-unique-visitors-ga4_component_reportArgs"},g=(0,d.useInViewSelect)(e=>e(j.K9).getReport(m),[m]),p=(0,d.useSelect)(e=>!e(j.K9).hasFinishedResolution("getReport",[m])),h=(0,d.useSelect)(e=>e(j.K9).getErrorForSelector("getReport",[m]));if(i)return null;if(h)return(0,_.jsx)(t,{moduleSlug:"analytics-4",error:h});const f=(0,V.s)(g,0,u,o,[(0,c.__)("Unique Visitors","google-site-kit")],[e=>parseFloat(e).toLocaleString()]),[,...T]=f.slice(1).map(([e])=>e),N={...W,hAxis:{...W.hAxis,ticks:T}};return!f.slice(1).some(e=>e[2]>0||e[3]>0)&&(N.hAxis.ticks=[(0,v.XH)(o)]),(0,_.jsxs)("div",{className:"googlesitekit-unique-visitors-chart-widget",children:[(0,_.jsx)(O.A,{as:"h3",type:"headline",size:"small",children:(0,c.sprintf)(/* translators: %s: number of days */ /* translators: %s: number of days */ (0,c._n)("Unique visitors over the last %s day","Unique visitors over the last %s days",u,"google-site-kit"),u)}),(0,_.jsx)(U.A,{chartType:"LineChart",data:f,loadingHeight:"270px",loadingWidth:"100%",loaded:!(p||void 0===a),options:N,gatheringData:a})]})}WPDashboardUniqueVisitorsChartGA4.propTypes={WPDashboardReportError:I().elementType.isRequired};var H,F,Y,q,K,$,Q,J,X,ee,te=a(6205);function ae(){return ae=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},ae.apply(null,arguments)}const ie=e=>l.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 117 70"},e),H||(H=l.createElement("path",{fill:"#C7C7C7",d:"m96.91 4.813 1.34-4.5h1.305L97.575 6h-.86zm-1.234-4.5 1.336 4.5L97.215 6h-.867L94.378.313zm5.527 1.46V6h-1.129V1.773zM100.004.672q0-.246.172-.406a.65.65 0 0 1 .461-.16q.285 0 .457.16a.53.53 0 0 1 .176.406q0 .247-.176.406a.64.64 0 0 1-.457.16.65.65 0 0 1-.461-.16.53.53 0 0 1-.172-.406m4.074 5.406q-.492 0-.883-.156a1.95 1.95 0 0 1-.664-.442 2 2 0 0 1-.414-.652 2.2 2.2 0 0 1-.144-.797v-.156q0-.48.136-.879.138-.399.391-.691.258-.293.625-.45.368-.16.828-.16.45 0 .797.149t.582.422q.239.272.359.656.121.378.121.844v.468h-3.359v-.75h2.254v-.086a1 1 0 0 0-.086-.418.67.67 0 0 0-.25-.296.77.77 0 0 0-.43-.11.7.7 0 0 0-.382.098.76.76 0 0 0-.262.273 1.5 1.5 0 0 0-.149.414 2.7 2.7 0 0 0-.046.516v.156q0 .255.07.469.074.215.207.371a.94.94 0 0 0 .328.242q.195.087.441.086.305 0 .567-.117a1.2 1.2 0 0 0 .457-.363l.547.593a1.7 1.7 0 0 1-.364.368 2 2 0 0 1-.546.289q-.32.11-.731.11m3.582-1.172.879-3.133h.715l-.231 1.23L108.145 6h-.598zm-.445-3.133.629 3.13.058 1.097h-.703l-1.07-4.227zm2.844 3.079.613-3.079h1.09L110.691 6h-.699zm-.707-3.079.875 3.11.121 1.117h-.602l-.879-2.992-.222-1.235zm5.261 3.059a.36.36 0 0 0-.07-.219.6.6 0 0 0-.262-.18 2.6 2.6 0 0 0-.543-.156 4 4 0 0 1-.597-.175 2 2 0 0 1-.477-.262 1.1 1.1 0 0 1-.312-.36 1 1 0 0 1-.114-.48q0-.266.114-.5.117-.234.332-.414.218-.184.531-.285.316-.106.711-.106.55 0 .945.176.399.176.609.484.216.305.215.696h-1.125a.6.6 0 0 0-.07-.293.47.47 0 0 0-.211-.207.75.75 0 0 0-.367-.078.7.7 0 0 0-.324.066.5.5 0 0 0-.211.172.41.41 0 0 0-.032.41q.044.075.137.137.094.061.242.117.153.05.375.094.457.093.817.246.359.148.57.406.211.255.211.668 0 .282-.125.516a1.24 1.24 0 0 1-.359.41 1.8 1.8 0 0 1-.563.27 2.6 2.6 0 0 1-.73.093q-.59 0-1-.21a1.6 1.6 0 0 1-.618-.536 1.25 1.25 0 0 1-.207-.672h1.067a.62.62 0 0 0 .117.371.65.65 0 0 0 .285.203q.176.063.379.063a1 1 0 0 0 .363-.059.5.5 0 0 0 .219-.164.4.4 0 0 0 .078-.242"})),F||(F=l.createElement("rect",{width:13.3,height:4.2,x:103,y:18.6,fill:"#C7C7C7",rx:2.1})),Y||(Y=l.createElement("rect",{width:9.1,height:4.2,x:107,y:33,fill:"#C7C7C7",rx:2.1})),q||(q=l.createElement("rect",{width:9.1,height:4.2,x:107,y:47,fill:"#C7C7C7",rx:2.1})),K||(K=l.createElement("rect",{width:5.6,height:4.2,x:110,y:61,fill:"#C7C7C7",rx:2.1})),$||($=l.createElement("path",{fill:"#C7C7C7",d:"M2.848 17.981v5.72h-.723v-4.817l-1.457.531v-.652l2.066-.782zm1.351 19.125v.594H.477v-.52l1.863-2.074q.344-.382.531-.648.192-.27.266-.48a1.3 1.3 0 0 0 .078-.438q0-.281-.117-.508a.9.9 0 0 0-.336-.367 1 1 0 0 0-.54-.137q-.378 0-.632.149a.9.9 0 0 0-.375.406 1.4 1.4 0 0 0-.125.602H.367q0-.48.211-.88.211-.398.625-.632.414-.238 1.02-.238.538 0 .922.191.382.187.585.531.207.34.208.797a1.6 1.6 0 0 1-.086.508q-.083.254-.23.508-.145.254-.34.5a8 8 0 0 1-.41.484l-1.524 1.652zM1.527 48.501h.516q.378 0 .625-.125a.86.86 0 0 0 .371-.348q.125-.222.125-.5 0-.328-.11-.55a.73.73 0 0 0-.327-.336 1.2 1.2 0 0 0-.555-.114q-.304 0-.54.121a.9.9 0 0 0-.362.336 1 1 0 0 0-.13.516H.419q0-.434.219-.79.219-.354.613-.566.399-.21.922-.21.516 0 .902.183.387.18.602.54.215.354.215.886 0 .215-.102.46a1.4 1.4 0 0 1-.309.454q-.207.21-.539.348a2.2 2.2 0 0 1-.796.133h-.618zm0 .594v-.434h.618q.543 0 .898.129.355.128.559.344.207.214.289.472.086.255.086.508 0 .4-.137.707-.133.309-.38.524a1.6 1.6 0 0 1-.57.324q-.327.11-.714.11-.371 0-.7-.106a1.8 1.8 0 0 1-.574-.305 1.4 1.4 0 0 1-.39-.496 1.6 1.6 0 0 1-.14-.676h.722q0 .297.129.52a.9.9 0 0 0 .375.347q.246.122.578.122t.57-.114a.82.82 0 0 0 .371-.351q.133-.235.133-.59t-.148-.582a.87.87 0 0 0-.422-.34 1.6 1.6 0 0 0-.637-.113zm2.79 14.691v.594H.206v-.426l2.547-3.941h.59l-.633 1.14-1.684 2.633zm-.794-3.773V65.7h-.722v-5.687z"})),Q||(Q=l.createElement("rect",{width:48.3,height:4.2,x:9.8,y:18.6,fill:"#C7C7C7",rx:2.1})),J||(J=l.createElement("rect",{width:72.8,height:4.2,x:9.8,y:33,fill:"#C7C7C7",rx:2.1})),X||(X=l.createElement("rect",{width:42,height:4.2,x:9.8,y:47,fill:"#C7C7C7",rx:2.1})),ee||(ee=l.createElement("rect",{width:55.3,height:4.2,x:9.8,y:61,fill:"#C7C7C7",rx:2.1})));var oe=a(46894),ne=a(59357);function WPDashboardActivateAnalyticsCTA(){return(0,_.jsxs)(oe.A,{children:[(0,_.jsx)(ne.A,{title:(0,c.__)("Traffic","google-site-kit"),GraphSVG:te.A,showIcons:!1}),(0,_.jsx)(ne.A,{title:(0,c.__)("Most popular content","google-site-kit"),GraphSVG:ie,showIcons:!1})]})}var se=a(91865);const re=(0,T.V8)("wpDashboardImpressions")(x),le=(0,T.V8)("wpDashboardClicks")(Z),ce=(0,T.V8)("wpDashboardUniqueVisitors")(D),de=(0,T.V8)("wpDashboardSessionDuration")(w),ue=(0,T.V8)("wpDashboardPopularPages")(WPDashboardPopularPagesGA4),me=(0,T.V8)("wpDashboardUniqueVisitorsChart")(WPDashboardUniqueVisitorsChartGA4);function WPDashboardWidgets(){const e=(0,d.useSelect)(e=>e(p.i).getModule(f.L1)),t=(0,d.useSelect)(e=>e(y.oR).hasAccessToShareableModule(f.L1)),a=(0,d.useSelect)(e=>e(y.oR).hasAccessToShareableModule(h.Y));if(void 0===e)return null;const{active:i,connected:o}=e,n=i&&o;return(0,_.jsxs)(se.A,{className:g()("googlesitekit-wp-dashboard-stats googlesitekit-wp-dashboard-stats--twoup",{"googlesitekit-wp-dashboard-stats--fourup":n}),children:[n&&t&&(0,_.jsxs)(l.Fragment,{children:[(0,_.jsx)(ce,{}),(0,_.jsx)(de,{})]}),a&&(0,_.jsxs)(l.Fragment,{children:[(0,_.jsx)(re,{}),(0,_.jsx)(le,{})]}),!n&&(0,_.jsx)("div",{className:"googlesitekit-wp-dashboard-stats__cta",children:(0,_.jsx)(WPDashboardActivateAnalyticsCTA,{})}),n&&t&&(0,_.jsxs)(l.Fragment,{children:[(0,_.jsx)(me,{}),(0,_.jsx)(ue,{})]})]})}var ge=a(68869),pe=a(93896);const ye=function WPDashboardApp(){const e=(0,l.useRef)(),t=(0,r.A)(e,{threshold:0}),a=(0,d.useSelect)(e=>e(pe.O4).getAdminURL("googlesitekit-dashboard")),[i,o]=(0,l.useState)({key:"WPDashboardApp",value:!!t?.intersectionRatio});return(0,l.useEffect)(()=>{o({key:"WPDashboardApp",value:!!t?.intersectionRatio})},[t]),void 0===a?(0,_.jsx)("div",{ref:e}):a?(0,_.jsx)(ge.Ay,{value:i,children:(0,_.jsxs)("div",{className:"googlesitekit-wp-dashboard",ref:e,children:[(0,_.jsx)("div",{className:"googlesitekit-wp-dashboard__cta",children:(0,_.jsx)(u.A,{className:"googlesitekit-wp-dashboard__cta-link",href:a,children:(0,c.__)("Visit your Site Kit dashboard","google-site-kit")})}),(0,_.jsx)(WPDashboardWidgets,{})]})}):null};(0,i.A)(()=>{const e=document.getElementById("js-googlesitekit-wp-dashboard");if(e){const{viewOnly:t}=e.dataset,a=t?s.ep:s.hi;(0,o.render)((0,_.jsx)(n.A,{viewContext:a,children:(0,_.jsx)(ye,{})}),e)}})},27333:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});var i=a(35470),o=a(78340);function n(e,t){return(0,i.A)(a=>{const{getValue:i}=a(o.s);return i(e,t)},[e,t])}},28994:(e,t,a)=>{"use strict";a.d(t,{mn:()=>o,fX:()=>s,hd:()=>r,VI:()=>n});var i=a(17243);const o=[{countryCode:"AF",displayName:"Afghanistan",defaultTimeZoneId:"Asia/Kabul",timeZone:[{timeZoneId:"Asia/Kabul",displayName:"(GMT+04:30) Afghanistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AL",displayName:"Albania",defaultTimeZoneId:"Europe/Tirane",timeZone:[{timeZoneId:"Europe/Tirane",displayName:"(GMT+02:00) Albania Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"DZ",displayName:"Algeria",defaultTimeZoneId:"Africa/Algiers",timeZone:[{timeZoneId:"Africa/Algiers",displayName:"(GMT+01:00) Algeria Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AS",displayName:"American Samoa",defaultTimeZoneId:"Pacific/Pago_Pago",timeZone:[{timeZoneId:"Pacific/Pago_Pago",displayName:"(GMT-11:00) American Samoa Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AD",displayName:"Andorra",defaultTimeZoneId:"Europe/Andorra",timeZone:[{timeZoneId:"Europe/Andorra",displayName:"(GMT+02:00) Andorra Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AQ",displayName:"Antarctica",defaultTimeZoneId:"Antarctica/Palmer",timeZone:[{timeZoneId:"Antarctica/Palmer",displayName:"(GMT-03:00) Palmer Time"},{timeZoneId:"Antarctica/Rothera",displayName:"(GMT-03:00) Rothera Time"},{timeZoneId:"Antarctica/Syowa",displayName:"(GMT+03:00) Syowa Time"},{timeZoneId:"Antarctica/Mawson",displayName:"(GMT+05:00) Mawson Time"},{timeZoneId:"Antarctica/Vostok",displayName:"(GMT+06:00) Vostok Time"},{timeZoneId:"Antarctica/Davis",displayName:"(GMT+07:00) Davis Time"},{timeZoneId:"Antarctica/Casey",displayName:"(GMT+08:00) Casey Time"},{timeZoneId:"Antarctica/DumontDUrville",displayName:"(GMT+10:00) Dumont d’Urville Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AR",displayName:"Argentina",defaultTimeZoneId:"America/Buenos_Aires",timeZone:[{timeZoneId:"America/Buenos_Aires",displayName:"(GMT-03:00) Buenos Aires Time"},{timeZoneId:"America/Cordoba",displayName:"(GMT-03:00) Cordoba Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"AM",displayName:"Armenia",defaultTimeZoneId:"Asia/Yerevan",timeZone:[{timeZoneId:"Asia/Yerevan",displayName:"(GMT+04:00) Armenia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AU",displayName:"Australia",defaultTimeZoneId:"Australia/Perth",timeZone:[{timeZoneId:"Australia/Perth",displayName:"(GMT+08:00) Perth Time"},{timeZoneId:"Australia/Adelaide",displayName:"(GMT+09:30) Adelaide Time"},{timeZoneId:"Australia/Darwin",displayName:"(GMT+09:30) Darwin Time"},{timeZoneId:"Australia/Brisbane",displayName:"(GMT+10:00) Brisbane Time"},{timeZoneId:"Australia/Hobart",displayName:"(GMT+10:00) Hobart Time"},{timeZoneId:"Australia/Melbourne",displayName:"(GMT+10:00) Melbourne Time"},{timeZoneId:"Australia/Sydney",displayName:"(GMT+10:00) Sydney Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"AT",displayName:"Austria",defaultTimeZoneId:"Europe/Vienna",timeZone:[{timeZoneId:"Europe/Vienna",displayName:"(GMT+02:00) Austria Time"}],tosLocale:{language:"de",country:"DE"}},{countryCode:"AZ",displayName:"Azerbaijan",defaultTimeZoneId:"Asia/Baku",timeZone:[{timeZoneId:"Asia/Baku",displayName:"(GMT+04:00) Azerbaijan Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BS",displayName:"Bahamas",defaultTimeZoneId:"America/Nassau",timeZone:[{timeZoneId:"America/Nassau",displayName:"(GMT-04:00) Bahamas Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BD",displayName:"Bangladesh",defaultTimeZoneId:"Asia/Dhaka",timeZone:[{timeZoneId:"Asia/Dhaka",displayName:"(GMT+06:00) Bangladesh Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BB",displayName:"Barbados",defaultTimeZoneId:"America/Barbados",timeZone:[{timeZoneId:"America/Barbados",displayName:"(GMT-04:00) Barbados Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BY",displayName:"Belarus",defaultTimeZoneId:"Europe/Minsk",timeZone:[{timeZoneId:"Europe/Minsk",displayName:"(GMT+03:00) Belarus Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BE",displayName:"Belgium",defaultTimeZoneId:"Europe/Brussels",timeZone:[{timeZoneId:"Europe/Brussels",displayName:"(GMT+02:00) Belgium Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"BZ",displayName:"Belize",defaultTimeZoneId:"America/Belize",timeZone:[{timeZoneId:"America/Belize",displayName:"(GMT-06:00) Belize Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"BM",displayName:"Bermuda",defaultTimeZoneId:"Atlantic/Bermuda",timeZone:[{timeZoneId:"Atlantic/Bermuda",displayName:"(GMT-03:00) Bermuda Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BT",displayName:"Bhutan",defaultTimeZoneId:"Asia/Thimphu",timeZone:[{timeZoneId:"Asia/Thimphu",displayName:"(GMT+06:00) Bhutan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BO",displayName:"Bolivia",defaultTimeZoneId:"America/La_Paz",timeZone:[{timeZoneId:"America/La_Paz",displayName:"(GMT-04:00) Bolivia Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"BA",displayName:"Bosnia & Herzegovina",defaultTimeZoneId:"Europe/Sarajevo",timeZone:[{timeZoneId:"Europe/Sarajevo",displayName:"(GMT+02:00) Bosnia & Herzegovina Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BR",displayName:"Brazil",defaultTimeZoneId:"America/Rio_Branco",timeZone:[{timeZoneId:"America/Rio_Branco",displayName:"(GMT-05:00) Rio Branco Time"},{timeZoneId:"America/Boa_Vista",displayName:"(GMT-04:00) Boa Vista Time"},{timeZoneId:"America/Campo_Grande",displayName:"(GMT-04:00) Campo Grande Time"},{timeZoneId:"America/Cuiaba",displayName:"(GMT-04:00) Cuiaba Time"},{timeZoneId:"America/Manaus",displayName:"(GMT-04:00) Manaus Time"},{timeZoneId:"America/Porto_Velho",displayName:"(GMT-04:00) Porto Velho Time"},{timeZoneId:"America/Araguaina",displayName:"(GMT-03:00) Araguaina Time"},{timeZoneId:"America/Bahia",displayName:"(GMT-03:00) Bahia Time"},{timeZoneId:"America/Belem",displayName:"(GMT-03:00) Belem Time"},{timeZoneId:"America/Fortaleza",displayName:"(GMT-03:00) Fortaleza Time"},{timeZoneId:"America/Maceio",displayName:"(GMT-03:00) Maceio Time"},{timeZoneId:"America/Recife",displayName:"(GMT-03:00) Recife Time"},{timeZoneId:"America/Sao_Paulo",displayName:"(GMT-03:00) Sao Paulo Time"},{timeZoneId:"America/Noronha",displayName:"(GMT-02:00) Noronha Time"}],tosLocale:{language:"pt",country:"BR"}},{countryCode:"IO",displayName:"British Indian Ocean Territory",defaultTimeZoneId:"Indian/Chagos",timeZone:[{timeZoneId:"Indian/Chagos",displayName:"(GMT+06:00) British Indian Ocean Territory Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"BN",displayName:"Brunei",defaultTimeZoneId:"Asia/Brunei",timeZone:[{timeZoneId:"Asia/Brunei",displayName:"(GMT+08:00) Brunei Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"BG",displayName:"Bulgaria",defaultTimeZoneId:"Europe/Sofia",timeZone:[{timeZoneId:"Europe/Sofia",displayName:"(GMT+03:00) Bulgaria Time"}],tosLocale:{language:"bg",country:"BG"}},{countryCode:"CA",displayName:"Canada",defaultTimeZoneId:"America/Dawson",timeZone:[{timeZoneId:"America/Dawson",displayName:"(GMT-07:00) Dawson Time"},{timeZoneId:"America/Vancouver",displayName:"(GMT-07:00) Vancouver Time"},{timeZoneId:"America/Whitehorse",displayName:"(GMT-07:00) Whitehorse Time"},{timeZoneId:"America/Edmonton",displayName:"(GMT-06:00) Edmonton Time"},{timeZoneId:"America/Yellowknife",displayName:"(GMT-06:00) Yellowknife Time"},{timeZoneId:"America/Dawson_Creek",displayName:"(GMT-07:00) Dawson Creek Time"},{timeZoneId:"America/Winnipeg",displayName:"(GMT-05:00) Winnipeg Time"},{timeZoneId:"America/Regina",displayName:"(GMT-06:00) Regina Time"},{timeZoneId:"America/Iqaluit",displayName:"(GMT-04:00) Iqaluit Time"},{timeZoneId:"America/Toronto",displayName:"(GMT-04:00) Toronto Time"},{timeZoneId:"America/Halifax",displayName:"(GMT-03:00) Halifax Time"},{timeZoneId:"America/St_Johns",displayName:"(GMT-02:30) St. John’s Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CV",displayName:"Cape Verde",defaultTimeZoneId:"Atlantic/Cape_Verde",timeZone:[{timeZoneId:"Atlantic/Cape_Verde",displayName:"(GMT-01:00) Cape Verde Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"TD",displayName:"Chad",defaultTimeZoneId:"Africa/Ndjamena",timeZone:[{timeZoneId:"Africa/Ndjamena",displayName:"(GMT+01:00) Chad Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"CL",displayName:"Chile",defaultTimeZoneId:"Pacific/Easter",timeZone:[{timeZoneId:"Pacific/Easter",displayName:"(GMT-06:00) Easter Time"},{timeZoneId:"America/Santiago",displayName:"(GMT-04:00) Chile Time"},{timeZoneId:"America/Punta_Arenas",displayName:"(GMT-03:00) Punta Arenas Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CN",displayName:"China",defaultTimeZoneId:"Asia/Shanghai",timeZone:[{timeZoneId:"Asia/Shanghai",displayName:"(GMT+08:00) China Time"}],tosLocale:{language:"zh",country:"CN"}},{countryCode:"CX",displayName:"Christmas Island",defaultTimeZoneId:"Indian/Christmas",timeZone:[{timeZoneId:"Indian/Christmas",displayName:"(GMT+07:00) Christmas Island Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CC",displayName:"Cocos (Keeling) Islands",defaultTimeZoneId:"Indian/Cocos",timeZone:[{timeZoneId:"Indian/Cocos",displayName:"(GMT+06:30) Cocos (Keeling) Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CO",displayName:"Colombia",defaultTimeZoneId:"America/Bogota",timeZone:[{timeZoneId:"America/Bogota",displayName:"(GMT-05:00) Colombia Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CK",displayName:"Cook Islands",defaultTimeZoneId:"Pacific/Rarotonga",timeZone:[{timeZoneId:"Pacific/Rarotonga",displayName:"(GMT-10:00) Cook Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CR",displayName:"Costa Rica",defaultTimeZoneId:"America/Costa_Rica",timeZone:[{timeZoneId:"America/Costa_Rica",displayName:"(GMT-06:00) Costa Rica Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CI",displayName:"Côte d’Ivoire",defaultTimeZoneId:"Africa/Abidjan",timeZone:[{timeZoneId:"Africa/Abidjan",displayName:"(GMT+00:00) Côte d’Ivoire Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"HR",displayName:"Croatia",defaultTimeZoneId:"Europe/Zagreb",timeZone:[{timeZoneId:"Europe/Zagreb",displayName:"(GMT+02:00) Croatia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"CU",displayName:"Cuba",defaultTimeZoneId:"America/Havana",timeZone:[{timeZoneId:"America/Havana",displayName:"(GMT-04:00) Cuba Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"CW",displayName:"Curaçao",defaultTimeZoneId:"America/Curacao",timeZone:[{timeZoneId:"America/Curacao",displayName:"(GMT-04:00) Curaçao Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"CY",displayName:"Cyprus",defaultTimeZoneId:"Asia/Nicosia",timeZone:[{timeZoneId:"Asia/Nicosia",displayName:"(GMT+03:00) Nicosia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"CZ",displayName:"Czechia",defaultTimeZoneId:"Europe/Prague",timeZone:[{timeZoneId:"Europe/Prague",displayName:"(GMT+02:00) Czechia Time"}],tosLocale:{language:"cs",country:"CZ"}},{countryCode:"DK",displayName:"Denmark",defaultTimeZoneId:"Europe/Copenhagen",timeZone:[{timeZoneId:"Europe/Copenhagen",displayName:"(GMT+02:00) Denmark Time"}],tosLocale:{language:"da",country:"DK"}},{countryCode:"DO",displayName:"Dominican Republic",defaultTimeZoneId:"America/Santo_Domingo",timeZone:[{timeZoneId:"America/Santo_Domingo",displayName:"(GMT-04:00) Dominican Republic Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"EC",displayName:"Ecuador",defaultTimeZoneId:"Pacific/Galapagos",timeZone:[{timeZoneId:"Pacific/Galapagos",displayName:"(GMT-06:00) Galapagos Time"},{timeZoneId:"America/Guayaquil",displayName:"(GMT-05:00) Ecuador Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"EG",displayName:"Egypt",defaultTimeZoneId:"Africa/Cairo",timeZone:[{timeZoneId:"Africa/Cairo",displayName:"(GMT+02:00) Egypt Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SV",displayName:"El Salvador",defaultTimeZoneId:"America/El_Salvador",timeZone:[{timeZoneId:"America/El_Salvador",displayName:"(GMT-06:00) El Salvador Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"EE",displayName:"Estonia",defaultTimeZoneId:"Europe/Tallinn",timeZone:[{timeZoneId:"Europe/Tallinn",displayName:"(GMT+03:00) Estonia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"FK",displayName:"Falkland Islands (Islas Malvinas)",defaultTimeZoneId:"Atlantic/Stanley",timeZone:[{timeZoneId:"Atlantic/Stanley",displayName:"(GMT-03:00) Falkland Islands (Islas Malvinas) Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"FO",displayName:"Faroe Islands",defaultTimeZoneId:"Atlantic/Faeroe",timeZone:[{timeZoneId:"Atlantic/Faeroe",displayName:"(GMT+01:00) Faroe Islands Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"FJ",displayName:"Fiji",defaultTimeZoneId:"Pacific/Fiji",timeZone:[{timeZoneId:"Pacific/Fiji",displayName:"(GMT+12:00) Fiji Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"FI",displayName:"Finland",defaultTimeZoneId:"Europe/Helsinki",timeZone:[{timeZoneId:"Europe/Helsinki",displayName:"(GMT+03:00) Finland Time"}],tosLocale:{language:"fi",country:"FI"}},{countryCode:"FR",displayName:"France",defaultTimeZoneId:"Europe/Paris",timeZone:[{timeZoneId:"Europe/Paris",displayName:"(GMT+02:00) France Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"GF",displayName:"French Guiana",defaultTimeZoneId:"America/Cayenne",timeZone:[{timeZoneId:"America/Cayenne",displayName:"(GMT-03:00) French Guiana Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"PF",displayName:"French Polynesia",defaultTimeZoneId:"Pacific/Tahiti",timeZone:[{timeZoneId:"Pacific/Tahiti",displayName:"(GMT-10:00) Tahiti Time"},{timeZoneId:"Pacific/Marquesas",displayName:"(GMT-09:30) Marquesas Time"},{timeZoneId:"Pacific/Gambier",displayName:"(GMT-09:00) Gambier Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"TF",displayName:"French Southern Territories",defaultTimeZoneId:"Indian/Kerguelen",timeZone:[{timeZoneId:"Indian/Kerguelen",displayName:"(GMT+05:00) French Southern Territories Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"GE",displayName:"Georgia",defaultTimeZoneId:"Asia/Tbilisi",timeZone:[{timeZoneId:"Asia/Tbilisi",displayName:"(GMT+04:00) Georgia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"DE",displayName:"Germany",defaultTimeZoneId:"Europe/Berlin",timeZone:[{timeZoneId:"Europe/Berlin",displayName:"(GMT+02:00) Germany Time"}],tosLocale:{language:"de",country:"DE"}},{countryCode:"GH",displayName:"Ghana",defaultTimeZoneId:"Africa/Accra",timeZone:[{timeZoneId:"Africa/Accra",displayName:"(GMT+00:00) Ghana Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GI",displayName:"Gibraltar",defaultTimeZoneId:"Europe/Gibraltar",timeZone:[{timeZoneId:"Europe/Gibraltar",displayName:"(GMT+02:00) Gibraltar Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GR",displayName:"Greece",defaultTimeZoneId:"Europe/Athens",timeZone:[{timeZoneId:"Europe/Athens",displayName:"(GMT+03:00) Greece Time"}],tosLocale:{language:"el",country:"GR"}},{countryCode:"GL",displayName:"Greenland",defaultTimeZoneId:"America/Thule",timeZone:[{timeZoneId:"America/Thule",displayName:"(GMT-03:00) Thule Time"},{timeZoneId:"America/Godthab",displayName:"(GMT-02:00) Nuuk Time"},{timeZoneId:"America/Scoresbysund",displayName:"(GMT+00:00) Ittoqqortoormiit Time"},{timeZoneId:"America/Danmarkshavn",displayName:"(GMT+00:00) Danmarkshavn Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GU",displayName:"Guam",defaultTimeZoneId:"Pacific/Guam",timeZone:[{timeZoneId:"Pacific/Guam",displayName:"(GMT+10:00) Guam Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"GT",displayName:"Guatemala",defaultTimeZoneId:"America/Guatemala",timeZone:[{timeZoneId:"America/Guatemala",displayName:"(GMT-06:00) Guatemala Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"GW",displayName:"Guinea-Bissau",defaultTimeZoneId:"Africa/Bissau",timeZone:[{timeZoneId:"Africa/Bissau",displayName:"(GMT+00:00) Guinea-Bissau Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"GY",displayName:"Guyana",defaultTimeZoneId:"America/Guyana",timeZone:[{timeZoneId:"America/Guyana",displayName:"(GMT-04:00) Guyana Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"HT",displayName:"Haiti",defaultTimeZoneId:"America/Port-au-Prince",timeZone:[{timeZoneId:"America/Port-au-Prince",displayName:"(GMT-04:00) Haiti Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"HN",displayName:"Honduras",defaultTimeZoneId:"America/Tegucigalpa",timeZone:[{timeZoneId:"America/Tegucigalpa",displayName:"(GMT-06:00) Honduras Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"HK",displayName:"Hong Kong",defaultTimeZoneId:"Asia/Hong_Kong",timeZone:[{timeZoneId:"Asia/Hong_Kong",displayName:"(GMT+08:00) Hong Kong Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"HU",displayName:"Hungary",defaultTimeZoneId:"Europe/Budapest",timeZone:[{timeZoneId:"Europe/Budapest",displayName:"(GMT+02:00) Hungary Time"}],tosLocale:{language:"hu",country:"HU"}},{countryCode:"IS",displayName:"Iceland",defaultTimeZoneId:"Atlantic/Reykjavik",timeZone:[{timeZoneId:"Atlantic/Reykjavik",displayName:"(GMT+00:00) Iceland Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IN",displayName:"India",defaultTimeZoneId:"Asia/Calcutta",timeZone:[{timeZoneId:"Asia/Calcutta",displayName:"(GMT+05:30) India Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"ID",displayName:"Indonesia",defaultTimeZoneId:"Asia/Jakarta",timeZone:[{timeZoneId:"Asia/Jakarta",displayName:"(GMT+07:00) Jakarta Time"},{timeZoneId:"Asia/Makassar",displayName:"(GMT+08:00) Makassar Time"},{timeZoneId:"Asia/Jayapura",displayName:"(GMT+09:00) Jayapura Time"}],tosLocale:{language:"in",country:"ID"}},{countryCode:"IR",displayName:"Iran",defaultTimeZoneId:"Asia/Tehran",timeZone:[{timeZoneId:"Asia/Tehran",displayName:"(GMT+04:30) Iran Time"}]},{countryCode:"IQ",displayName:"Iraq",defaultTimeZoneId:"Asia/Baghdad",timeZone:[{timeZoneId:"Asia/Baghdad",displayName:"(GMT+03:00) Iraq Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IE",displayName:"Ireland",defaultTimeZoneId:"Europe/Dublin",timeZone:[{timeZoneId:"Europe/Dublin",displayName:"(GMT+01:00) Ireland Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IL",displayName:"Israel",defaultTimeZoneId:"Asia/Jerusalem",timeZone:[{timeZoneId:"Asia/Jerusalem",displayName:"(GMT+03:00) Israel Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"IT",displayName:"Italy",defaultTimeZoneId:"Europe/Rome",timeZone:[{timeZoneId:"Europe/Rome",displayName:"(GMT+02:00) Italy Time"}],tosLocale:{language:"it",country:"IT"}},{countryCode:"JM",displayName:"Jamaica",defaultTimeZoneId:"America/Jamaica",timeZone:[{timeZoneId:"America/Jamaica",displayName:"(GMT-05:00) Jamaica Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"JP",displayName:"Japan",defaultTimeZoneId:"Asia/Tokyo",timeZone:[{timeZoneId:"Asia/Tokyo",displayName:"(GMT+09:00) Japan Time"}],tosLocale:{language:"ja",country:"JP"}},{countryCode:"JO",displayName:"Jordan",defaultTimeZoneId:"Asia/Amman",timeZone:[{timeZoneId:"Asia/Amman",displayName:"(GMT+03:00) Jordan Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"KZ",displayName:"Kazakhstan",defaultTimeZoneId:"Asia/Aqtau",timeZone:[{timeZoneId:"Asia/Aqtau",displayName:"(GMT+05:00) Aqtau Time"},{timeZoneId:"Asia/Aqtobe",displayName:"(GMT+05:00) Aqtobe Time"},{timeZoneId:"Asia/Almaty",displayName:"(GMT+06:00) Almaty Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KE",displayName:"Kenya",defaultTimeZoneId:"Africa/Nairobi",timeZone:[{timeZoneId:"Africa/Nairobi",displayName:"(GMT+03:00) Kenya Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"KI",displayName:"Kiribati",defaultTimeZoneId:"Pacific/Tarawa",timeZone:[{timeZoneId:"Pacific/Tarawa",displayName:"(GMT+12:00) Tarawa Time"},{timeZoneId:"Pacific/Enderbury",displayName:"(GMT+13:00) Enderbury Time"},{timeZoneId:"Pacific/Kiritimati",displayName:"(GMT+14:00) Kiritimati Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KG",displayName:"Kyrgyzstan",defaultTimeZoneId:"Asia/Bishkek",timeZone:[{timeZoneId:"Asia/Bishkek",displayName:"(GMT+06:00) Kyrgyzstan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"LV",displayName:"Latvia",defaultTimeZoneId:"Europe/Riga",timeZone:[{timeZoneId:"Europe/Riga",displayName:"(GMT+03:00) Latvia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LB",displayName:"Lebanon",defaultTimeZoneId:"Asia/Beirut",timeZone:[{timeZoneId:"Asia/Beirut",displayName:"(GMT+03:00) Lebanon Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LR",displayName:"Liberia",defaultTimeZoneId:"Africa/Monrovia",timeZone:[{timeZoneId:"Africa/Monrovia",displayName:"(GMT+00:00) Liberia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LY",displayName:"Libya",defaultTimeZoneId:"Africa/Tripoli",timeZone:[{timeZoneId:"Africa/Tripoli",displayName:"(GMT+02:00) Libya Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"LT",displayName:"Lithuania",defaultTimeZoneId:"Europe/Vilnius",timeZone:[{timeZoneId:"Europe/Vilnius",displayName:"(GMT+03:00) Lithuania Time"}],tosLocale:{language:"lt",country:"LT"}},{countryCode:"LU",displayName:"Luxembourg",defaultTimeZoneId:"Europe/Luxembourg",timeZone:[{timeZoneId:"Europe/Luxembourg",displayName:"(GMT+02:00) Luxembourg Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MO",displayName:"Macao",defaultTimeZoneId:"Asia/Macau",timeZone:[{timeZoneId:"Asia/Macau",displayName:"(GMT+08:00) Macao Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MY",displayName:"Malaysia",defaultTimeZoneId:"Asia/Kuala_Lumpur",timeZone:[{timeZoneId:"Asia/Kuala_Lumpur",displayName:"(GMT+08:00) Malaysia Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MV",displayName:"Maldives",defaultTimeZoneId:"Indian/Maldives",timeZone:[{timeZoneId:"Indian/Maldives",displayName:"(GMT+05:00) Maldives Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MT",displayName:"Malta",defaultTimeZoneId:"Europe/Malta",timeZone:[{timeZoneId:"Europe/Malta",displayName:"(GMT+02:00) Malta Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MH",displayName:"Marshall Islands",defaultTimeZoneId:"Pacific/Kwajalein",timeZone:[{timeZoneId:"Pacific/Kwajalein",displayName:"(GMT+12:00) Kwajalein Time"},{timeZoneId:"Pacific/Majuro",displayName:"(GMT+12:00) Marshall Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MQ",displayName:"Martinique",defaultTimeZoneId:"America/Martinique",timeZone:[{timeZoneId:"America/Martinique",displayName:"(GMT-04:00) Martinique Time"}],tosLocale:{language:"fr",country:"FR"}},{countryCode:"MU",displayName:"Mauritius",defaultTimeZoneId:"Indian/Mauritius",timeZone:[{timeZoneId:"Indian/Mauritius",displayName:"(GMT+04:00) Mauritius Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MX",displayName:"Mexico",defaultTimeZoneId:"America/Tijuana",timeZone:[{timeZoneId:"America/Tijuana",displayName:"(GMT-07:00) Tijuana Time"},{timeZoneId:"America/Mazatlan",displayName:"(GMT-06:00) Mazatlan Time"},{timeZoneId:"America/Hermosillo",displayName:"(GMT-07:00) Hermosillo Time"},{timeZoneId:"America/Mexico_City",displayName:"(GMT-05:00) Mexico City Time"},{timeZoneId:"America/Cancun",displayName:"(GMT-05:00) Cancun Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"FM",displayName:"Micronesia",defaultTimeZoneId:"Pacific/Truk",timeZone:[{timeZoneId:"Pacific/Truk",displayName:"(GMT+10:00) Chuuk Time"},{timeZoneId:"Pacific/Kosrae",displayName:"(GMT+11:00) Kosrae Time"},{timeZoneId:"Pacific/Ponape",displayName:"(GMT+11:00) Pohnpei Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MD",displayName:"Moldova",defaultTimeZoneId:"Europe/Chisinau",timeZone:[{timeZoneId:"Europe/Chisinau",displayName:"(GMT+03:00) Moldova Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MC",displayName:"Monaco",defaultTimeZoneId:"Europe/Monaco",timeZone:[{timeZoneId:"Europe/Monaco",displayName:"(GMT+02:00) Monaco Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MN",displayName:"Mongolia",defaultTimeZoneId:"Asia/Hovd",timeZone:[{timeZoneId:"Asia/Hovd",displayName:"(GMT+07:00) Hovd Time"},{timeZoneId:"Asia/Choibalsan",displayName:"(GMT+08:00) Choibalsan Time"},{timeZoneId:"Asia/Ulaanbaatar",displayName:"(GMT+08:00) Ulaanbaatar Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"MA",displayName:"Morocco",defaultTimeZoneId:"Africa/Casablanca",timeZone:[{timeZoneId:"Africa/Casablanca",displayName:"(GMT+01:00) Morocco Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MZ",displayName:"Mozambique",defaultTimeZoneId:"Africa/Maputo",timeZone:[{timeZoneId:"Africa/Maputo",displayName:"(GMT+02:00) Mozambique Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"MM",displayName:"Myanmar (Burma)",defaultTimeZoneId:"Asia/Rangoon",timeZone:[{timeZoneId:"Asia/Rangoon",displayName:"(GMT+06:30) Myanmar (Burma) Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NA",displayName:"Namibia",defaultTimeZoneId:"Africa/Windhoek",timeZone:[{timeZoneId:"Africa/Windhoek",displayName:"(GMT+02:00) Namibia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NR",displayName:"Nauru",defaultTimeZoneId:"Pacific/Nauru",timeZone:[{timeZoneId:"Pacific/Nauru",displayName:"(GMT+12:00) Nauru Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NP",displayName:"Nepal",defaultTimeZoneId:"Asia/Katmandu",timeZone:[{timeZoneId:"Asia/Katmandu",displayName:"(GMT+05:45) Nepal Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NL",displayName:"Netherlands",defaultTimeZoneId:"Europe/Amsterdam",timeZone:[{timeZoneId:"Europe/Amsterdam",displayName:"(GMT+02:00) Netherlands Time"}],tosLocale:{language:"nl",country:"NL"}},{countryCode:"NC",displayName:"New Caledonia",defaultTimeZoneId:"Pacific/Noumea",timeZone:[{timeZoneId:"Pacific/Noumea",displayName:"(GMT+11:00) New Caledonia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NZ",displayName:"New Zealand",defaultTimeZoneId:"Pacific/Auckland",timeZone:[{timeZoneId:"Pacific/Auckland",displayName:"(GMT+12:00) New Zealand Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NI",displayName:"Nicaragua",defaultTimeZoneId:"America/Managua",timeZone:[{timeZoneId:"America/Managua",displayName:"(GMT-06:00) Nicaragua Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"NG",displayName:"Nigeria",defaultTimeZoneId:"Africa/Lagos",timeZone:[{timeZoneId:"Africa/Lagos",displayName:"(GMT+01:00) Nigeria Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NU",displayName:"Niue",defaultTimeZoneId:"Pacific/Niue",timeZone:[{timeZoneId:"Pacific/Niue",displayName:"(GMT-11:00) Niue Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"NF",displayName:"Norfolk Island",defaultTimeZoneId:"Pacific/Norfolk",timeZone:[{timeZoneId:"Pacific/Norfolk",displayName:"(GMT+11:00) Norfolk Island Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KP",displayName:"North Korea",defaultTimeZoneId:"Asia/Pyongyang",timeZone:[{timeZoneId:"Asia/Pyongyang",displayName:"(GMT+09:00) North Korea Time"}]},{countryCode:"MK",displayName:"North Macedonia",defaultTimeZoneId:"Europe/Skopje",timeZone:[{timeZoneId:"Europe/Skopje",displayName:"(GMT+02:00) North Macedonia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"NO",displayName:"Norway",defaultTimeZoneId:"Europe/Oslo",timeZone:[{timeZoneId:"Europe/Oslo",displayName:"(GMT+02:00) Norway Time"}],tosLocale:{language:"no",country:"NO"}},{countryCode:"PK",displayName:"Pakistan",defaultTimeZoneId:"Asia/Karachi",timeZone:[{timeZoneId:"Asia/Karachi",displayName:"(GMT+05:00) Pakistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PW",displayName:"Palau",defaultTimeZoneId:"Pacific/Palau",timeZone:[{timeZoneId:"Pacific/Palau",displayName:"(GMT+09:00) Palau Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PS",displayName:"Palestine",defaultTimeZoneId:"Asia/Gaza",timeZone:[{timeZoneId:"Asia/Gaza",displayName:"(GMT+03:00) Gaza Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"PA",displayName:"Panama",defaultTimeZoneId:"America/Panama",timeZone:[{timeZoneId:"America/Panama",displayName:"(GMT-05:00) Panama Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"PG",displayName:"Papua New Guinea",defaultTimeZoneId:"Pacific/Port_Moresby",timeZone:[{timeZoneId:"Pacific/Port_Moresby",displayName:"(GMT+10:00) Port Moresby Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PY",displayName:"Paraguay",defaultTimeZoneId:"America/Asuncion",timeZone:[{timeZoneId:"America/Asuncion",displayName:"(GMT-04:00) Paraguay Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"PE",displayName:"Peru",defaultTimeZoneId:"America/Lima",timeZone:[{timeZoneId:"America/Lima",displayName:"(GMT-05:00) Peru Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"PH",displayName:"Philippines",defaultTimeZoneId:"Asia/Manila",timeZone:[{timeZoneId:"Asia/Manila",displayName:"(GMT+08:00) Philippines Time"}],tosLocale:{language:"tl",country:"PH"}},{countryCode:"PN",displayName:"Pitcairn Islands",defaultTimeZoneId:"Pacific/Pitcairn",timeZone:[{timeZoneId:"Pacific/Pitcairn",displayName:"(GMT-08:00) Pitcairn Islands Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"PL",displayName:"Poland",defaultTimeZoneId:"Europe/Warsaw",timeZone:[{timeZoneId:"Europe/Warsaw",displayName:"(GMT+02:00) Poland Time"}],tosLocale:{language:"pl",country:"PL"}},{countryCode:"PT",displayName:"Portugal",defaultTimeZoneId:"Atlantic/Azores",timeZone:[{timeZoneId:"Atlantic/Azores",displayName:"(GMT+00:00) Azores Time"},{timeZoneId:"Europe/Lisbon",displayName:"(GMT+01:00) Portugal Time"}],tosLocale:{language:"pt",country:"PT"}},{countryCode:"PR",displayName:"Puerto Rico",defaultTimeZoneId:"America/Puerto_Rico",timeZone:[{timeZoneId:"America/Puerto_Rico",displayName:"(GMT-04:00) Puerto Rico Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"QA",displayName:"Qatar",defaultTimeZoneId:"Asia/Qatar",timeZone:[{timeZoneId:"Asia/Qatar",displayName:"(GMT+03:00) Qatar Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RE",displayName:"Réunion",defaultTimeZoneId:"Indian/Reunion",timeZone:[{timeZoneId:"Indian/Reunion",displayName:"(GMT+04:00) Réunion Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RO",displayName:"Romania",defaultTimeZoneId:"Europe/Bucharest",timeZone:[{timeZoneId:"Europe/Bucharest",displayName:"(GMT+03:00) Romania Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RU",displayName:"Russia",defaultTimeZoneId:"Europe/Kaliningrad",timeZone:[{timeZoneId:"Europe/Kaliningrad",displayName:"(GMT+02:00) Kaliningrad Time"},{timeZoneId:"Europe/Moscow",displayName:"(GMT+03:00) Moscow Time"},{timeZoneId:"Europe/Samara",displayName:"(GMT+04:00) Samara Time"},{timeZoneId:"Asia/Yekaterinburg",displayName:"(GMT+05:00) Yekaterinburg Time"},{timeZoneId:"Asia/Omsk",displayName:"(GMT+06:00) Omsk Time"},{timeZoneId:"Asia/Krasnoyarsk",displayName:"(GMT+07:00) Krasnoyarsk Time"},{timeZoneId:"Asia/Irkutsk",displayName:"(GMT+08:00) Irkutsk Time"},{timeZoneId:"Asia/Yakutsk",displayName:"(GMT+09:00) Yakutsk Time"},{timeZoneId:"Asia/Vladivostok",displayName:"(GMT+10:00) Vladivostok Time"},{timeZoneId:"Asia/Magadan",displayName:"(GMT+11:00) Magadan Time"},{timeZoneId:"Asia/Kamchatka",displayName:"(GMT+12:00) Kamchatka Time"}],tosLocale:{language:"ru",country:"RU"}},{countryCode:"WS",displayName:"Samoa",defaultTimeZoneId:"Pacific/Apia",timeZone:[{timeZoneId:"Pacific/Apia",displayName:"(GMT+13:00) Samoa Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"SM",displayName:"San Marino",defaultTimeZoneId:"Europe/San_Marino",timeZone:[{timeZoneId:"Europe/San_Marino",displayName:"(GMT+02:00) San Marino Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"ST",displayName:"São Tomé & Príncipe",defaultTimeZoneId:"Africa/Sao_Tome",timeZone:[{timeZoneId:"Africa/Sao_Tome",displayName:"(GMT+00:00) São Tomé & Príncipe Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SA",displayName:"Saudi Arabia",defaultTimeZoneId:"Asia/Riyadh",timeZone:[{timeZoneId:"Asia/Riyadh",displayName:"(GMT+03:00) Saudi Arabia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"RS",displayName:"Serbia",defaultTimeZoneId:"Europe/Belgrade",timeZone:[{timeZoneId:"Europe/Belgrade",displayName:"(GMT+02:00) Serbia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SC",displayName:"Seychelles",defaultTimeZoneId:"Indian/Mahe",timeZone:[{timeZoneId:"Indian/Mahe",displayName:"(GMT+04:00) Seychelles Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SG",displayName:"Singapore",defaultTimeZoneId:"Asia/Singapore",timeZone:[{timeZoneId:"Asia/Singapore",displayName:"(GMT+08:00) Singapore Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"SK",displayName:"Slovakia",defaultTimeZoneId:"Europe/Bratislava",timeZone:[{timeZoneId:"Europe/Bratislava",displayName:"(GMT+02:00) Slovakia Time"}],tosLocale:{language:"sk",country:"SK"}},{countryCode:"SI",displayName:"Slovenia",defaultTimeZoneId:"Europe/Ljubljana",timeZone:[{timeZoneId:"Europe/Ljubljana",displayName:"(GMT+02:00) Slovenia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SB",displayName:"Solomon Islands",defaultTimeZoneId:"Pacific/Guadalcanal",timeZone:[{timeZoneId:"Pacific/Guadalcanal",displayName:"(GMT+11:00) Solomon Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"ZA",displayName:"South Africa",defaultTimeZoneId:"Africa/Johannesburg",timeZone:[{timeZoneId:"Africa/Johannesburg",displayName:"(GMT+02:00) South Africa Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GS",displayName:"South Georgia & South Sandwich Islands",defaultTimeZoneId:"Atlantic/South_Georgia",timeZone:[{timeZoneId:"Atlantic/South_Georgia",displayName:"(GMT-02:00) South Georgia & South Sandwich Islands Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"KR",displayName:"South Korea",defaultTimeZoneId:"Asia/Seoul",timeZone:[{timeZoneId:"Asia/Seoul",displayName:"(GMT+09:00) South Korea Time"}],tosLocale:{language:"ko",country:"KR"}},{countryCode:"ES",displayName:"Spain",defaultTimeZoneId:"Atlantic/Canary",timeZone:[{timeZoneId:"Atlantic/Canary",displayName:"(GMT+01:00) Canary Time"},{timeZoneId:"Africa/Ceuta",displayName:"(GMT+02:00) Ceuta Time"},{timeZoneId:"Europe/Madrid",displayName:"(GMT+02:00) Spain Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"LK",displayName:"Sri Lanka",defaultTimeZoneId:"Asia/Colombo",timeZone:[{timeZoneId:"Asia/Colombo",displayName:"(GMT+05:30) Sri Lanka Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"PM",displayName:"St. Pierre & Miquelon",defaultTimeZoneId:"America/Miquelon",timeZone:[{timeZoneId:"America/Miquelon",displayName:"(GMT-02:00) St. Pierre & Miquelon Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SD",displayName:"Sudan",defaultTimeZoneId:"Africa/Khartoum",timeZone:[{timeZoneId:"Africa/Khartoum",displayName:"(GMT+02:00) Sudan Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SR",displayName:"Suriname",defaultTimeZoneId:"America/Paramaribo",timeZone:[{timeZoneId:"America/Paramaribo",displayName:"(GMT-03:00) Suriname Time"}],tosLocale:{language:"nl",country:"NL"}},{countryCode:"SJ",displayName:"Svalbard & Jan Mayen",defaultTimeZoneId:"Arctic/Longyearbyen",timeZone:[{timeZoneId:"Arctic/Longyearbyen",displayName:"(GMT+02:00) Svalbard & Jan Mayen Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"SE",displayName:"Sweden",defaultTimeZoneId:"Europe/Stockholm",timeZone:[{timeZoneId:"Europe/Stockholm",displayName:"(GMT+02:00) Sweden Time"}],tosLocale:{language:"sv",country:"SE"}},{countryCode:"CH",displayName:"Switzerland",defaultTimeZoneId:"Europe/Zurich",timeZone:[{timeZoneId:"Europe/Zurich",displayName:"(GMT+02:00) Switzerland Time"}],tosLocale:{language:"de",country:"DE"}},{countryCode:"SY",displayName:"Syria",defaultTimeZoneId:"Asia/Damascus",timeZone:[{timeZoneId:"Asia/Damascus",displayName:"(GMT+03:00) Syria Time"}]},{countryCode:"TW",displayName:"Taiwan",defaultTimeZoneId:"Asia/Taipei",timeZone:[{timeZoneId:"Asia/Taipei",displayName:"(GMT+08:00) Taiwan Time"}],tosLocale:{language:"zh",country:"TW"}},{countryCode:"TJ",displayName:"Tajikistan",defaultTimeZoneId:"Asia/Dushanbe",timeZone:[{timeZoneId:"Asia/Dushanbe",displayName:"(GMT+05:00) Tajikistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TH",displayName:"Thailand",defaultTimeZoneId:"Asia/Bangkok",timeZone:[{timeZoneId:"Asia/Bangkok",displayName:"(GMT+07:00) Thailand Time"}],tosLocale:{language:"th",country:"TH"}},{countryCode:"TL",displayName:"Timor-Leste",defaultTimeZoneId:"Asia/Dili",timeZone:[{timeZoneId:"Asia/Dili",displayName:"(GMT+09:00) Timor-Leste Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TK",displayName:"Tokelau",defaultTimeZoneId:"Pacific/Fakaofo",timeZone:[{timeZoneId:"Pacific/Fakaofo",displayName:"(GMT+13:00) Tokelau Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TO",displayName:"Tonga",defaultTimeZoneId:"Pacific/Tongatapu",timeZone:[{timeZoneId:"Pacific/Tongatapu",displayName:"(GMT+13:00) Tonga Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TT",displayName:"Trinidad & Tobago",defaultTimeZoneId:"America/Port_of_Spain",timeZone:[{timeZoneId:"America/Port_of_Spain",displayName:"(GMT-04:00) Trinidad & Tobago Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TN",displayName:"Tunisia",defaultTimeZoneId:"Africa/Tunis",timeZone:[{timeZoneId:"Africa/Tunis",displayName:"(GMT+01:00) Tunisia Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"TR",displayName:"Turkey",defaultTimeZoneId:"Europe/Istanbul",timeZone:[{timeZoneId:"Europe/Istanbul",displayName:"(GMT+03:00) Turkey Time"}],tosLocale:{language:"tr",country:"TR"}},{countryCode:"TM",displayName:"Turkmenistan",defaultTimeZoneId:"Asia/Ashgabat",timeZone:[{timeZoneId:"Asia/Ashgabat",displayName:"(GMT+05:00) Turkmenistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"TC",displayName:"Turks & Caicos Islands",defaultTimeZoneId:"America/Grand_Turk",timeZone:[{timeZoneId:"America/Grand_Turk",displayName:"(GMT-04:00) Turks & Caicos Islands Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"TV",displayName:"Tuvalu",defaultTimeZoneId:"Pacific/Funafuti",timeZone:[{timeZoneId:"Pacific/Funafuti",displayName:"(GMT+12:00) Tuvalu Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"UM",displayName:"U.S. Outlying Islands",defaultTimeZoneId:"Pacific/Wake",timeZone:[{timeZoneId:"Pacific/Wake",displayName:"(GMT+12:00) Wake Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"UA",displayName:"Ukraine",defaultTimeZoneId:"Europe/Kiev",timeZone:[{timeZoneId:"Europe/Kiev",displayName:"(GMT+03:00) Ukraine Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"AE",displayName:"United Arab Emirates",defaultTimeZoneId:"Asia/Dubai",timeZone:[{timeZoneId:"Asia/Dubai",displayName:"(GMT+04:00) United Arab Emirates Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"GB",displayName:"United Kingdom",defaultTimeZoneId:"Etc/GMT",timeZone:[{timeZoneId:"Etc/GMT",displayName:"(GMT+00:00) GMT"},{timeZoneId:"Europe/London",displayName:"(GMT+01:00) United Kingdom Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"US",displayName:"United States",defaultTimeZoneId:"America/Los_Angeles",timeZone:[{timeZoneId:"Pacific/Honolulu",displayName:"(GMT-10:00) Honolulu Time"},{timeZoneId:"America/Anchorage",displayName:"(GMT-08:00) Anchorage Time"},{timeZoneId:"America/Los_Angeles",displayName:"(GMT-07:00) Los Angeles Time"},{timeZoneId:"America/Boise",displayName:"(GMT-06:00) Boise Time"},{timeZoneId:"America/Denver",displayName:"(GMT-06:00) Denver Time"},{timeZoneId:"America/Phoenix",displayName:"(GMT-07:00) Phoenix Time"},{timeZoneId:"America/Chicago",displayName:"(GMT-05:00) Chicago Time"},{timeZoneId:"America/Detroit",displayName:"(GMT-04:00) Detroit Time"},{timeZoneId:"America/New_York",displayName:"(GMT-04:00) New York Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"UY",displayName:"Uruguay",defaultTimeZoneId:"America/Montevideo",timeZone:[{timeZoneId:"America/Montevideo",displayName:"(GMT-03:00) Uruguay Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"UZ",displayName:"Uzbekistan",defaultTimeZoneId:"Asia/Tashkent",timeZone:[{timeZoneId:"Asia/Tashkent",displayName:"(GMT+05:00) Uzbekistan Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"VU",displayName:"Vanuatu",defaultTimeZoneId:"Pacific/Efate",timeZone:[{timeZoneId:"Pacific/Efate",displayName:"(GMT+11:00) Vanuatu Time"}],tosLocale:{language:"en",country:"US"}},{countryCode:"VA",displayName:"Vatican City",defaultTimeZoneId:"Europe/Vatican",timeZone:[{timeZoneId:"Europe/Vatican",displayName:"(GMT+02:00) Vatican City Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"VE",displayName:"Venezuela",defaultTimeZoneId:"America/Caracas",timeZone:[{timeZoneId:"America/Caracas",displayName:"(GMT-04:00) Venezuela Time"}],tosLocale:{language:"es",country:"ES"}},{countryCode:"VN",displayName:"Vietnam",defaultTimeZoneId:"Asia/Saigon",timeZone:[{timeZoneId:"Asia/Saigon",displayName:"(GMT+07:00) Vietnam Time"}],tosLocale:{language:"vi",country:"VN"}},{countryCode:"WF",displayName:"Wallis & Futuna",defaultTimeZoneId:"Pacific/Wallis",timeZone:[{timeZoneId:"Pacific/Wallis",displayName:"(GMT+12:00) Wallis & Futuna Time"}],tosLocale:{language:"en",country:"GB"}},{countryCode:"EH",displayName:"Western Sahara",defaultTimeZoneId:"Africa/El_Aaiun",timeZone:[{timeZoneId:"Africa/El_Aaiun",displayName:"(GMT+01:00) Western Sahara Time"}],tosLocale:{language:"en",country:"GB"}}],n=o.reduce((e,t)=>(e[t.countryCode]=t.timeZone,e),{}),s=(0,i.keyBy)(o,"countryCode"),r=o.reduce((e,t)=>(t.timeZone.forEach(({timeZoneId:a})=>e[a]=t.countryCode),e),{})},29584:(e,t,a)=>{"use strict";a.d(t,{A:()=>DismissButton});var i=a(62688),o=a.n(i),n=a(82871),s=a(49383),r=a(62540);function DismissButton({className:e,label:t=(0,n.__)("Maybe later","google-site-kit"),onClick:a,disabled:i,tertiary:o=!0}){return a?(0,r.jsx)(s.Button,{className:e,onClick:a,disabled:i,tertiary:o,children:t}):null}DismissButton.propTypes={className:o().string,label:o().string,onClick:o().func,disabled:o().bool,tertiary:o().bool,dismissOptions:o().shape({expiresInSeconds:o().number,skipHidingFromQueue:o().bool})}},30679:(e,t,a)=>{"use strict";a.d(t,{A:()=>StoreErrorNotices});var i=a(62688),o=a.n(i),n=a(50539),s=a(77967),r=a(37226),l=a(67150),c=a(65311),d=a(62540);function StoreErrorNotices({hasButton:e=!1,moduleSlug:t,storeName:a}){const i=(0,n.useSelect)(e=>e(a).getErrors()),o=(0,n.useSelect)(e=>e(r.i).getModule(t)),u=[];return i.filter(e=>!(!e?.message||u.includes(e.message))&&(u.push(e.message),!0)).map((t,i)=>{let{message:n}=t;return(0,l.SG)(t)&&(n=(0,c.c)(n,o)),(0,d.jsx)(s.A,{error:t,hasButton:e,storeName:a,message:n},i)})}StoreErrorNotices.propTypes={hasButton:o().bool,storeName:o().string.isRequired,moduleSlug:o().string}},30823:(e,t,a)=>{"use strict";a.d(t,{A:()=>LearnMoreLink});var i=a(62688),o=a.n(i),n=a(82871),s=a(20898),r=a(62540);function LearnMoreLink({href:e,className:t,label:a=(0,n.__)("Learn more","google-site-kit"),external:i=!0,onClick:o=()=>{}}){return e?(0,r.jsx)(s.A,{href:e,className:t,onClick:o,external:i,children:a}):null}LearnMoreLink.propTypes={href:o().string.isRequired,className:o().string,label:o().string,external:o().bool,onClick:o().func}},30829:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var i=a(17243);function o(e,t){return(0,i.sumBy)(e,t)||0}},32947:(e,t,a)=>{"use strict";a.d(t,{Fo:()=>n,Lg:()=>s,Qb:()=>o,dv:()=>l,mp:()=>r});var i=a(15577);const o="xlarge",n="desktop",s="tablet",r="small";function l(){const e=(0,i.SO)();return e>1280?o:e>960?n:e>600?s:r}},35001:(e,t,a)=>{"use strict";a.d(t,{c1:()=>N,V8:()=>b,WP:()=>A});var i=a(50532),o=a.n(i),n=a(39828),s=a(62688),r=a.n(s),l=a(63696),c=a(47345),d=a(73549),u=a(62540);function WidgetReportZero({widgetSlug:e,moduleSlug:t,...a}){const i=(0,l.useMemo)(()=>({moduleSlug:t}),[t]);return(0,c.A)(e,d.A,i),(0,u.jsx)(d.A,{moduleSlug:t,...a})}WidgetReportZero.propTypes={widgetSlug:r().string.isRequired,...d.A.propTypes};var m=a(11345);function WidgetReportError({widgetSlug:e,...t}){return(0,u.jsx)(m.A,{...t})}WidgetReportError.propTypes={widgetSlug:r().string.isRequired,...m.A.propTypes};var g=a(84093),p=a(23141),y=a(17064),h=a(52684),f=a(50539),T=a(7081);function WPDashboardReportError({moduleSlug:e,error:t}){const a=(0,h.A)(WPDashboardReportError,"WPDashboardReportError"),{setValue:i}=(0,f.useDispatch)(T.n),o=t.message,n=(0,f.useSelect)(t=>t(T.n).getValue(`WPDashboardReportError-${e}-${o}`));return(0,y.A)(()=>{i(`WPDashboardReportError-${e}-${o}`,a)},()=>{i(`WPDashboardReportError-${e}-${o}`,void 0)}),n!==a?null:(0,u.jsx)(m.A,{moduleSlug:e,error:t})}WPDashboardReportError.propTypes={moduleSlug:r().string.isRequired,error:r().object.isRequired};const N=o()(e=>({widgetSlug:e,Widget:I(e)(n.A),WidgetRecoverableModules:I(e)(p.A),WidgetReportZero:I(e)(WidgetReportZero),WidgetReportError:I(e)(WidgetReportError),WidgetNull:I(e)(g.A)}));function I(e){return t=>{const a=(0,l.forwardRef)((a,i)=>(0,u.jsx)(t,{...a,ref:i,widgetSlug:e}));return a.displayName="WithWidgetSlug",(t.displayName||t.name)&&(a.displayName+=`(${t.displayName||t.name})`),a}}function A(e){const t=N(e);return e=>{function DecoratedComponent(a){return(0,u.jsx)(e,{...a,...t})}return DecoratedComponent.displayName="WithWidgetComponentProps",(e.displayName||e.name)&&(DecoratedComponent.displayName+=`(${e.displayName||e.name})`),DecoratedComponent}}function b(e){return t=>{function DecoratedComponent(a){return(0,u.jsx)(t,{...a,WPDashboardReportError:I(e)(WPDashboardReportError)})}return DecoratedComponent.displayName="WithWPDashboardWidgetComponentProps",(t.displayName||t.name)&&(DecoratedComponent.displayName+=`(${t.displayName||t.name})`),DecoratedComponent}}},35323:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});var i=a(24558),o=a(77766);function n(){const e=(0,o.A)();return i.Nn.includes(e)}},35902:(e,t,a)=>{"use strict";a.d(t,{A:()=>ReportErrorActions});var i=a(62688),o=a.n(i),n=a(63696),s=a(13606),r=a(82871),l=a(50539),c=a(49383),d=a(93896),u=a(37226),m=a(67150),g=a(35323),p=a(20898),y=a(62540);function ReportErrorActions(e){const{moduleSlug:t,error:a,GetHelpLink:i,hideGetHelpLink:o,buttonVariant:h,onRetry:f,onRequestAccess:T,getHelpClassName:N,RequestAccessButton:I,RetryButton:A}=e,b=(0,g.A)(),k=(0,l.useSelect)(e=>e(u.i).getModuleStoreName(t)),M=(0,l.useSelect)(e=>"function"==typeof e(k)?.getServiceEntityAccessURL?e(k).getServiceEntityAccessURL():null),v=Array.isArray(a)?a:[a],S=(0,l.useSelect)(e=>v.map(t=>{const a=e(k)?.getSelectorDataForError(t);return{...t,selectorData:a}})),C=S?.filter(e=>(0,m.vl)(e,e.selectorData)&&"getReport"===e.selectorData.name),_=!!C.length,x=(0,l.useSelect)(e=>{const a={..._?C[0]:v[0]};return(0,m.SG)(a)&&(a.code=`${t}_insufficient_permissions`),e(d.O4).getErrorTroubleshootingLinkURL(a)}),Z=(0,l.useDispatch)(),j=v.some(e=>(0,m.SG)(e)),D=(0,n.useCallback)(()=>{C.forEach(e=>{const{selectorData:t}=e;Z(t.storeName).invalidateResolution(t.name,t.args)}),f?.()},[Z,C,f]),w=M&&j&&!b;return(0,y.jsxs)("div",{className:"googlesitekit-report-error-actions",children:[w&&("function"==typeof I?(0,y.jsx)(I,{requestAccessURL:M}):(0,y.jsx)(c.Button,{onClick:T,href:M,target:"_blank",danger:"danger"===h,tertiary:"tertiary"===h,children:(0,r.__)("Request access","google-site-kit")})),_&&(0,y.jsxs)(n.Fragment,{children:["function"==typeof A?(0,y.jsx)(A,{handleRetry:D}):(0,y.jsx)(c.Button,{onClick:D,danger:"danger"===h,tertiary:"tertiary"===h,children:(0,r.__)("Retry","google-site-kit")}),!o&&(0,y.jsx)("span",{className:"googlesitekit-error-retry-text",children:(0,s.A)((0,r.__)("Retry didn’t work? <HelpLink />","google-site-kit"),{HelpLink:(0,y.jsx)(p.A,{href:x,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})})})]}),!_&&!o&&(0,y.jsx)("div",{className:N,children:"function"==typeof i?(0,y.jsx)(i,{linkURL:x}):(0,y.jsx)(p.A,{href:x,external:!0,hideExternalIndicator:!0,children:(0,r.__)("Get help","google-site-kit")})})]})}ReportErrorActions.propTypes={moduleSlug:o().string.isRequired,error:o().oneOfType([o().arrayOf(o().object),o().object]).isRequired,GetHelpLink:o().elementType,hideGetHelpLink:o().bool,buttonVariant:o().string,onRetry:o().func,onRequestAccess:o().func,getHelpClassName:o().string,RequestAccessButton:o().elementType,RetryButton:o().elementType}},37226:(e,t,a)=>{"use strict";a.d(t,{U:()=>o,i:()=>i});const i="core/modules",o="insufficient_module_dependencies"},39771:(e,t,a)=>{"use strict";a.d(t,{Ay:()=>TourTooltips,R0:()=>y,ei:()=>f});var i=a(15844),o=a(36703),n=a(62688),s=a.n(n),r=a(82871),l=a(50539),c=a(7081),d=a(58116),u=a(89318),m=a(60592),g=a(77766),p=a(62540);const y={options:{arrowColor:"#3c7251",backgroundColor:"#3c7251",overlayColor:"rgba(0, 0, 0, 0.6)",textColor:"#fff",zIndex:2e4},spotlight:{border:"2px solid #3c7251",backgroundColor:"#fff"}},h={back:(0,r.__)("Back","google-site-kit"),close:(0,r.__)("Close","google-site-kit"),last:(0,r.__)("Got it","google-site-kit"),next:(0,r.__)("Next","google-site-kit")},f={disableAnimation:!0,styles:{arrow:{length:8,margin:56,spread:16},floater:{filter:"drop-shadow(rgba(60, 64, 67, 0.3) 0px 1px 2px) drop-shadow(rgba(60, 64, 67, 0.15) 0px 2px 6px)"}}},T={VIEW:"feature_tooltip_view",NEXT:"feature_tooltip_advance",PREV:"feature_tooltip_return",DISMISS:"feature_tooltip_dismiss",COMPLETE:"feature_tooltip_complete"};function TourTooltips({steps:e,tourID:t,gaEventCategory:n,callback:s}){const r=`${t}-step`,N=`${t}-run`,{setValue:I}=(0,l.useDispatch)(c.n),{dismissTour:A}=(0,l.useDispatch)(d.oR),b=(0,l.useRegistry)(),k=(0,g.A)(),M=(0,l.useSelect)(e=>e(c.n).getValue(r)||0),v=(0,l.useSelect)(e=>e(c.n).getValue(N)&&!1===e(d.oR).isTourDismissed(t));(0,i.A)(function(){a.g.document.body.classList.add("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),I(N,!0)});const S=e.map(e=>({disableBeacon:!0,isFixed:!0,placement:"auto",...e}));return(0,p.jsx)(o.Ay,{callback:function(e){!function({index:e,action:t,lifecycle:a,size:i,status:s,type:r}){const l=e+1,c="function"==typeof n?n(k):n;r===o.qY.TOOLTIP&&a===o.VD.TOOLTIP?(0,u.sx)(c,T.VIEW,l):t===o.kl.CLOSE&&a===o.VD.COMPLETE?(0,u.sx)(c,T.DISMISS,l):t===o.kl.NEXT&&s===o.XQ.FINISHED&&r===o.qY.TOUR_END&&i===l&&(0,u.sx)(c,T.COMPLETE,l),a===o.VD.COMPLETE&&s!==o.XQ.FINISHED&&(t===o.kl.PREV&&(0,u.sx)(c,T.PREV,l),t===o.kl.NEXT&&(0,u.sx)(c,T.NEXT,l))}(e);const{action:i,index:l,status:c,step:d,type:m}=e,g=i===o.kl.CLOSE,p=!g&&[o.qY.STEP_AFTER,o.qY.TARGET_NOT_FOUND].includes(m),y=[o.XQ.FINISHED,o.XQ.SKIPPED].includes(c),h=g&&m===o.qY.STEP_AFTER,f=y||h;if(o.qY.STEP_BEFORE===m){let e=d.target;"string"==typeof d.target&&(e=a.g.document.querySelector(d.target)),e?.scrollIntoView?.({block:"center"})}p?function(e,t){I(r,e+(t===o.kl.PREV?-1:1))}(l,i):f&&(a.g.document.body.classList.remove("googlesitekit-showing-feature-tour",`googlesitekit-showing-feature-tour--${t}`),A(t)),s&&s(e,b)},floaterProps:f,locale:h,run:v,stepIndex:M,steps:S,styles:y,tooltipComponent:m.A,continuous:!0,disableOverlayClose:!0,disableScrolling:!0,showProgress:!0})}TourTooltips.propTypes={steps:s().arrayOf(s().object).isRequired,tourID:s().string.isRequired,gaEventCategory:s().oneOfType([s().string,s().func]).isRequired,callback:s().func}},39828:(e,t,a)=>{"use strict";a.d(t,{A:()=>d});var i=a(4452),o=a.n(i),n=a(62688),s=a.n(n),r=a(63696),l=a(62540);const c=(0,r.forwardRef)(({children:e,className:t,widgetSlug:a,noPadding:i,Header:n,Footer:s},r)=>(0,l.jsxs)("div",{className:o()("googlesitekit-widget",`googlesitekit-widget--${a}`,{"googlesitekit-widget--no-padding":i},{"googlesitekit-widget--with-header":n},t),ref:r,children:[n&&(0,l.jsx)("div",{className:"googlesitekit-widget__header",children:(0,l.jsx)(n,{})}),(0,l.jsx)("div",{className:"googlesitekit-widget__body",children:e}),s&&(0,l.jsx)("div",{className:"googlesitekit-widget__footer",children:(0,l.jsx)(s,{})})]}));c.defaultProps={children:void 0,noPadding:!1},c.propTypes={children:s().node,widgetSlug:s().string.isRequired,noPadding:s().bool,Header:s().elementType,Footer:s().elementType};const d=c},40127:(e,t,a)=>{"use strict";function i(e,t,a=()=>!0){return"string"==typeof e?a(e):!("object"!=typeof e||!t(e))||!!Array.isArray(e)&&e.every(e=>"string"==typeof e?a(e):"object"==typeof e&&t(e))}function o({startDate:e,endDate:t}){const a=e&&e.match(/^\d{4}-\d{2}-\d{2}$/),i=t&&t.match(/^\d{4}-\d{2}-\d{2}$/);return a&&i}function n(e){function t(e){const t=e.hasOwnProperty("fieldName")&&!!e.fieldName,a=e.hasOwnProperty("sortOrder")&&/(ASCENDING|DESCENDING)/i.test(e.sortOrder.toString());return t&&a}return Array.isArray(e)?e.every(e=>"object"==typeof e&&t(e)):"object"==typeof e&&t(e)}function s(e){return"string"==typeof e||!!Array.isArray(e)&&e.every(e=>"string"==typeof e)}a.d(t,{G4:()=>n,O5:()=>o,cX:()=>i,cq:()=>s})},42343:(e,t,a)=>{"use strict";a.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,o=a(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),i||(i=o.createElement("path",{fill:"currentColor",d:"m5.825 22 2.325-7.6L2 10h7.6L12 2l2.4 8H22l-6.15 4.4 2.325 7.6L12 17.3z"})))},44174:(e,t,a)=>{"use strict";a.d(t,{A:()=>SupportLink});var i=a(62688),o=a.n(i),n=a(50539),s=a(93896),r=a(20898),l=a(62540);function SupportLink(e){const{path:t,query:a,hash:i,...o}=e,c=(0,n.useSelect)(e=>e(s.O4).getGoogleSupportURL({path:t,query:a,hash:i}));return(0,l.jsx)(r.A,{...o,href:c})}SupportLink.propTypes={path:o().string.isRequired,query:o().object,hash:o().string}},45472:(e,t,a)=>{"use strict";a.d(t,{M:()=>i});const i="core/location"},45512:(e,t,a)=>{"use strict";a.d(t,{f:()=>o,n:()=>i});const i="modules/search-console",o=1},46894:(e,t,a)=>{"use strict";a.d(t,{A:()=>ActivateAnalyticsCTA});var i=a(62688),o=a.n(i),n=a(63696),s=a(82871),r=a(49383),l=a(50539),c=a(37226),d=a(72455),u=a(99897),m=a(45472),g=a(92698),p=a(94468),y=a(50787),h=a(62540);function ActivateAnalyticsCTA({children:e}){const t=(0,g.A)(u.L1),a=(0,p.A)(u.L1),i=(0,l.useSelect)(e=>e(c.i).isModuleActive(u.L1)),o=(0,l.useSelect)(e=>{const{isModuleAvailable:t}=e(c.i);return t(u.L1)&&!!e(d.K9)}),[f,T]=(0,n.useState)(!1),N=(0,l.useSelect)(e=>{if(!o)return!1;const t=e(d.K9).getAdminReauthURL();return!!t&&e(m.M).isNavigatingTo(t)}),I=(0,l.useSelect)(e=>!!o&&e(c.i).isFetchingSetModuleActivation(u.L1,!0)),A=(0,y.d)(T,3e3);(0,n.useEffect)(()=>{I||N?T(!0):A(!1)},[I,N,A]);const b=i?a:t;return o&&b?(0,h.jsxs)("div",{className:"googlesitekit-analytics-cta",children:[(0,h.jsx)("div",{className:"googlesitekit-analytics-cta__preview-graphs",children:e}),(0,h.jsxs)("div",{className:"googlesitekit-analytics-cta__details",children:[(0,h.jsx)("p",{className:"googlesitekit-analytics-cta--description",children:(0,s.__)("See how many people visit your site from Search and track how you’re achieving your goals","google-site-kit")}),(0,h.jsx)(r.SpinnerButton,{onClick:b,isSaving:f,disabled:f,children:i?(0,s.__)("Complete setup","google-site-kit"):(0,s.__)("Set up Google Analytics","google-site-kit")})]})]}):null}ActivateAnalyticsCTA.propTypes={children:o().node.isRequired}},47345:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var i=a(63696),o=a(50539),n=a(86134);function s(e,t,a){const{setWidgetState:s,unsetWidgetState:r}=(0,o.useDispatch)(n.aO);(0,i.useEffect)(()=>(s(e,t,a),()=>{r(e,t,a)}),[e,t,a,s,r])}},47627:(e,t,a)=>{Object.prototype.hasOwnProperty.call(a.g,"google")||(a.g.google={})},48102:(e,t,a)=>{"use strict";a.d(t,{A:()=>SetupEnhancedConversionTrackingNotice});var i=a(4452),o=a.n(i),n=a(50539),s=a(93896),r=a(62540);function SetupEnhancedConversionTrackingNotice({className:e,message:t}){const a=(0,n.useSelect)(e=>e(s.O4).isConversionTrackingEnabled());return a||void 0===a?null:(0,r.jsx)("p",{className:o()(e,"googlesitekit-color--surfaces-on-background-variant"),children:t})}},49383:e=>{"use strict";e.exports=googlesitekit.components},49539:(e,t,a)=>{"use strict";a.d(t,{A:()=>ReportTable});var i=a(4452),o=a.n(i),n=a(32091),s=a.n(n),r=a(62688),l=a.n(r),c=a(17243),d=a(63696),u=a(49383),m=a(96820),g=a(62540);function ReportTable(e){const{rows:t,columns:a,className:i,limit:n,zeroState:r,gatheringData:l=!1,tabbedLayout:p=!1}=e;s()(Array.isArray(t),"rows must be an array."),s()(Array.isArray(a),"columns must be an array."),a.forEach(({Component:e,field:t=null})=>{s()(e||null!==t,"each column must define a Component and/or a field.")}),s()(Number.isInteger(n)||void 0===n,"limit must be an integer, if provided.");const y=a.some(({badge:e})=>!!e),[h,f]=(0,d.useState)(0),T=p&&a.slice(1),N=p?[a[0],T[h]]:a;return(0,g.jsxs)("div",{className:i,children:[p&&(0,g.jsx)(u.TabBar,{className:"googlesitekit-tab-bar--start-aligned-high-contrast",activeIndex:h,handleActiveIndexUpdate:f,children:T.map(({title:e,badge:t})=>(0,g.jsxs)(u.Tab,{"aria-label":e,children:[e,t]},e))}),(0,g.jsx)("div",{className:o()("googlesitekit-table","googlesitekit-table--with-list",{"googlesitekit-table--gathering-data":l}),children:(0,g.jsxs)("table",{className:o()("googlesitekit-table__wrapper",`googlesitekit-table__wrapper--${N.length}-col`,{"googlesitekit-table__wrapper--tabbed-layout":p}),children:[!p&&(0,g.jsxs)("thead",{className:"googlesitekit-table__head",children:[y&&(0,g.jsx)("tr",{className:"googlesitekit-table__head-badges",children:a.map(({badge:e,primary:t,className:a,columnHeaderClassName:i},n)=>(0,g.jsx)("th",{className:o()("googlesitekit-table__head-item","googlesitekit-table__head-item--badge",{"googlesitekit-table__head-item--primary":t},a,i),children:e},`googlesitekit-table__head-row-badge-${n}`))}),(0,g.jsx)("tr",{className:"googlesitekit-table__head-row",children:a.map(({title:e,description:t,primary:a,className:i,columnHeaderClassName:n},s)=>(0,g.jsx)("th",{className:o()("googlesitekit-table__head-item",{"googlesitekit-table__head-item--primary":a},i,n),"data-tooltip":t,children:e},`googlesitekit-table__head-row-${s}`))})]}),(0,g.jsxs)("tbody",{className:"googlesitekit-table__body",children:[l&&(0,g.jsx)("tr",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,g.jsx)("td",{className:"googlesitekit-table__body-item",colSpan:N.length,children:(0,g.jsx)(m.A,{})})}),!l&&!t?.length&&r&&(0,g.jsx)("tr",{className:"googlesitekit-table__body-row googlesitekit-table__body-row--no-data",children:(0,g.jsx)("td",{className:"googlesitekit-table__body-item",colSpan:N.length,children:(0,g.jsx)(r,{})})}),!l&&t.slice(0,n).map((e,t)=>(0,g.jsx)("tr",{className:"googlesitekit-table__body-row",children:N.map(({Component:t,field:a,className:i},n)=>{const s=void 0!==a?(0,c.get)(e,a):void 0;return(0,g.jsx)("td",{className:o()("googlesitekit-table__body-item",i),children:(0,g.jsxs)("div",{className:"googlesitekit-table__body-item-content",children:[t&&(0,g.jsx)(t,{row:e,fieldValue:s}),!t&&s]})},`googlesitekit-table__body-item-${n}`)})},`googlesitekit-table__body-row-${t}`))]})]})})]})}ReportTable.propTypes={rows:l().arrayOf(l().oneOfType([l().array,l().object])).isRequired,columns:l().arrayOf(l().shape({title:l().string,description:l().string,primary:l().bool,className:l().string,field:l().string,Component:l().elementType,badge:l().node})).isRequired,className:l().string,limit:l().number,zeroState:l().func,gatheringData:l().bool,tabbedLayout:l().bool}},49655:(e,t,a)=>{"use strict";a.d(t,{Q:()=>i});const i={NEW:"new",SUCCESS:"success",WARNING:"warning",INFO:"info",INFO_ALT:"info-alt",ERROR:"error"}},50539:e=>{"use strict";e.exports=googlesitekit.data},50787:(e,t,a)=>{"use strict";a.d(t,{d:()=>s});var i=a(18117),o=a(17243),n=a(63696);function s(...e){const t=(0,i.MA)(()=>(0,o.debounce)(...e),e);return(0,n.useEffect)(()=>()=>t.cancel(),[t]),t}},54312:(e,t,a)=>{"use strict";a.d(t,{A:()=>GenericErrorHandlerActions});var i=a(62688),o=a.n(i),n=a(82871),s=a(20898),r=a(38021),l=a.n(r),c=a(63696),d=a(12417),u=a(1027),m=a(65123),g=a(49383),p=a(62540);function ReportErrorButton({message:e,componentStack:t}){const[a,i]=(0,c.useState)(!1);return(0,p.jsx)(g.Button,{"aria-label":a?(0,n.__)("Error message copied to clipboard. Click to copy the error message again.","google-site-kit"):void 0,onClick:function(){l()(`\`\`\`\n${e}\n${t}\n\`\`\``),i(!0)},trailingIcon:(0,p.jsx)(d.A,{className:"mdc-button__icon",icon:a?u.A:m.A}),children:a?(0,n.__)("Copied to clipboard","google-site-kit"):(0,n.__)("Copy error contents","google-site-kit")})}ReportErrorButton.propTypes={message:o().string,componentStack:o().string};const y=ReportErrorButton;function GenericErrorHandlerActions({message:e,componentStack:t}){return(0,p.jsxs)("div",{className:"googlesitekit-generic-error-handler-actions",children:[(0,p.jsx)(y,{message:e,componentStack:t}),(0,p.jsx)(s.A,{href:"https://wordpress.org/support/plugin/google-site-kit/",external:!0,children:(0,n.__)("Report this problem","google-site-kit")})]})}GenericErrorHandlerActions.propTypes={message:o().string,componentStack:o().string}},54415:(e,t,a)=>{"use strict";a.d(t,{A:()=>GoogleChart});a(47627);var i=a(4452),o=a.n(i),n=a(32091),s=a.n(n),r=a(62688),l=a.n(r),c=a(89054),d=a(15844),u=a(52684),m=a(63696),g=a(23224),p=a(58116),y=a(96820),h=a(50539),f=a(38021),T=a.n(f),N=a(82871),I=a(4884),A=a(54312),b=a(61991),k=a(12850),M=a(59323),v=a(62540);class GoogleChartErrorHandler extends m.Component{constructor(e){super(e),this.state={error:null,info:null},this.onErrorClick=this.onErrorClick.bind(this)}componentDidCatch(e,t){a.g.console.error("Google Charts error:",e,t),this.setState({error:e,info:t}),(0,k.sx)("google_chart_error",`handle_${this.context||"unknown"}_error`,`${e?.message}\n${t?.componentStack}`.slice(0,500))}onErrorClick(){const{error:e,info:t}=this.state;T()(`\`${e?.message}\n${t?.componentStack}\``)}render(){const{children:e}=this.props,{error:t,info:a}=this.state;return t?(0,v.jsx)("div",{className:"googlesitekit-googlechart-error-handler",children:(0,v.jsx)(I.A,{description:(0,v.jsxs)(m.Fragment,{children:[(0,v.jsx)(M.A,{children:(0,N.__)("An error prevented this Google chart from being displayed properly. Report the exact contents of the error on the support forum to find out what caused it.","google-site-kit")}),(0,v.jsx)(A.A,{message:t.message,componentStack:a.componentStack})]}),onErrorClick:this.onErrorClick,onClick:this.onErrorClick,title:(0,N.__)("Error in Google Chart","google-site-kit"),error:!0})}):e}}GoogleChartErrorHandler.contextType=b.Ay,GoogleChartErrorHandler.propTypes={children:l().node.isRequired};const S=GoogleChartErrorHandler;var C=a(12417),_=a(51135),x=a(49383),Z=a(77766),j=a(50787);function DateMarker({id:e,text:t}){const a=`${(0,Z.A)()}_ga4-data-collection-line`;(0,m.useEffect)(()=>{(0,k.sx)(a,"chart_line_view")},[a]);const i=(0,m.useCallback)(()=>{(0,k.sx)(a,"chart_tooltip_view")},[a]),o=(0,j.d)(i,5e3,{leading:!0,trailing:!1});return(0,v.jsxs)(m.Fragment,{children:[(0,v.jsx)("div",{id:`googlesitekit-chart__date-marker-line--${e}`,className:"googlesitekit-chart__date-marker-line"}),t&&(0,v.jsx)("div",{id:`googlesitekit-chart__date-marker-tooltip--${e}`,className:"googlesitekit-chart__date-marker-tooltip",children:(0,v.jsx)(x.Tooltip,{title:t,onOpen:o,children:(0,v.jsx)("span",{children:(0,v.jsx)(C.A,{fill:"currentColor",icon:_.A,size:18})})})})]})}var D=a(7081),w=a(22821),E=a(4518),G=a(32947);function GoogleChart(e){const{chartEvents:t,chartType:i,children:n,className:r,data:l,dateMarkers:f,getChartWrapper:T,height:N,loaded:I,loadingHeight:A,loadingWidth:b,onMouseOver:M,onMouseOut:C,onReady:_,onSelect:x,selectedStats:j,width:L,options:R,gatheringData:P,...z}=e,O=(0,u.A)(GoogleChart),B=(0,G.dv)(),{startDate:U,endDate:W}=(0,h.useSelect)(e=>e(p.oR).getDateRangeDates({offsetDays:0})),V=(0,Z.A)(),H=(0,h.useSelect)(e=>e(D.n).getValue("googleChartsCollisionError")),[F,Y]=(0,m.useState)(!1),{setValue:q}=(0,h.useDispatch)(D.n),K=(0,E.gZ)(l,j),$="PieChart"===i?"circular":"square",Q=(0,E._8)(A,N,b,L),J=(0,v.jsx)("div",{className:"googlesitekit-chart-loading",children:(0,v.jsx)(g.A,{className:"googlesitekit-chart-loading__wrapper",shape:$,...Q})}),X=(0,m.useRef)(),ee=(0,m.useRef)();(0,d.A)(()=>{void 0===H&&((0,w.A)(V)&&a.g?.google?.charts&&(a.g.google.charts=void 0),!(0,w.A)(V)&&a.g?.google?.charts?q("googleChartsCollisionError",!0):q("googleChartsCollisionError",!1))}),(0,m.useEffect)(()=>()=>{if(ee.current&&X.current){const{events:e}=ee.current.visualization;e.removeAllListeners(X.current.getChart()),e.removeAllListeners(X.current)}},[]),(0,m.useLayoutEffect)(()=>{M&&ee.current?.visualization.events.addListener(X.current.getChart(),"onmouseover",e=>{M(e,{chartWrapper:X.current,google:ee.current})}),C&&ee.current?.visualization.events.addListener(X.current.getChart(),"onmouseout",e=>{C(e,{chartWrapper:X.current,google:ee.current})})},[M,C]);const te=f.filter(e=>{return!!((t=new Date(e.date))&&U&&W)&&!(t.getTime()<(0,k.XH)(U).getTime()||t.getTime()>(0,k.XH)(W).getTime());var t});if(H)return null;if(!I)return(0,v.jsx)("div",{className:o()("googlesitekit-chart","googlesitekit-chart-loading__forced",r),children:J});const ae=(0,E.$J)([...t||[],{eventName:"ready",callback:function(){if(!X.current)return;if(!te.length)return;const e=X.current.getChart(),t=e?.getChartLayoutInterface(),a=t?.getChartAreaBoundingBox(),i=X.current.getDataTable();if(!t||!a||!i)return;te.forEach((e,i)=>{const o=new Date(e.date),n=document.getElementById(`googlesitekit-chart__date-marker-line--${O}-${i}`);s()(n,`#googlesitekit-chart__date-marker-line--${O}-${i} is missing from the DOM, but required to render date markers.`);const r=Math.floor(t.getXLocation((0,k.XH)((0,k.sq)(o))));if(Object.assign(n.style,{left:r-1+"px",top:`${Math.floor(a.top)}px`,height:`${Math.floor(a.height)}px`,opacity:1}),e.text){const e=document.getElementById(`googlesitekit-chart__date-marker-tooltip--${O}-${i}`);s()(e,`#googlesitekit-chart__date-marker-tooltip--${O}-${i} is missing from the DOM, but required to render date marker tooltips.`),Object.assign(e.style,{left:r-9+"px",top:Math.floor(a.top)-18+"px",opacity:1})}});const o=document.querySelector(`#googlesitekit-chart-${O} svg:first-of-type > g:first-of-type > g > g > text`)?.parentElement.parentElement.parentElement;!!o&&document.querySelectorAll(`#googlesitekit-chart-${O} svg:first-of-type > g`).length>=3&&(o.style.transform="translateY(-10px)")}}],_,x),ie=(0,E.Hp)(R,{gatheringData:P,chartType:i,startDate:U,endDate:W,breakpoint:B});return(0,v.jsx)(S,{children:(0,v.jsxs)("div",{className:o()("googlesitekit-chart",`googlesitekit-chart--${i}`,r),id:`googlesitekit-chart-${O}`,tabIndex:-1,children:[(0,v.jsx)(c.t,{className:"googlesitekit-chart__inner",chartEvents:ae,chartLanguage:(0,k.JK)(),chartType:i,chartVersion:"49",data:K,loader:J,height:N,getChartWrapper:(e,t)=>{F||Y(!0),e!==X.current&&(ee.current?.visualization.events.removeAllListeners(X.current?.getChart()),ee.current?.visualization.events.removeAllListeners(X.current)),X.current=e,ee.current=t,T&&T(e,t)},width:L,options:ie,...z}),P&&F&&(0,v.jsx)(y.A,{style:y.v.OVERLAY}),!!te.length&&te.map((e,t)=>(0,v.jsx)(DateMarker,{id:`${O}-${t}`,text:e.text},`googlesitekit-chart__date-marker--${O}-${t}`)),n]})})}GoogleChart.propTypes={className:l().string,children:l().node,chartEvents:l().arrayOf(l().shape({eventName:l().string,callback:l().func})),chartType:l().oneOf(["LineChart","PieChart"]).isRequired,data:l().array,dateMarkers:l().arrayOf(l().shape({date:l().string.isRequired,text:l().string})),getChartWrapper:l().func,height:l().string,loaded:l().bool,loadingHeight:l().string,loadingWidth:l().string,onMouseOut:l().func,onMouseOver:l().func,onReady:l().func,onSelect:l().func,selectedStats:l().arrayOf(l().number),width:l().string,options:l().object,gatheringData:l().bool},GoogleChart.defaultProps={...c.t.defaultProps,dateMarkers:[],gatheringData:!1,loaded:!0}},54419:e=>{"use strict";e.exports=googlesitekit.api},55012:(e,t,a)=>{"use strict";a.d(t,{Ay:()=>TrackingExclusionSwitches,BN:()=>g});var i=a(63696),o=a(82871),n=a(50539),s=a(49383),r=a(72455),l=a(15167),c=a(59323),d=a(62540);const u="loggedinUsers",m="contentCreators",g={[u]:(0,o.__)("All logged-in users","google-site-kit"),[m]:(0,o.__)("Users that can write posts","google-site-kit")};function TrackingExclusionSwitches(){const e=(0,n.useSelect)(e=>e(r.K9).getTrackingDisabled()),{setTrackingDisabled:t}=(0,n.useDispatch)(r.K9);let a;a=e&&e.includes(u)?(0,o.__)("All logged-in users will be excluded from Analytics tracking","google-site-kit"):e&&e.includes(m)?(0,o.__)("Users that can write posts will be excluded from Analytics tracking","google-site-kit"):(0,o.__)("All logged-in users will be included in Analytics tracking","google-site-kit");const p=(0,i.useCallback)((a,i)=>{const o=i?e.concat(a):e.filter(e=>e!==a);t(o)},[e,t]),y=(0,i.useCallback)(e=>{const{checked:t}=e.target;p(m,t)},[p]),h=(0,i.useCallback)(e=>{const{checked:t}=e.target;p(u,t)},[p]);return Array.isArray(e)?(0,d.jsxs)("div",{className:"googlesitekit-settings-module__fields-group",children:[(0,d.jsx)(l.A,{as:"h4",size:"small",type:"title",className:"googlesitekit-settings-module__fields-group-title",children:(0,o.__)("Exclude Analytics","google-site-kit")}),(0,d.jsxs)("div",{className:"googlesitekit-settings-module__meta-item",children:[(0,d.jsxs)("div",{className:"googlesitekit-settings-module__inline-items",children:[(0,d.jsx)("div",{className:"googlesitekit-settings-module__inline-item",children:(0,d.jsx)(s.Switch,{label:g[u],checked:e.includes(u),onClick:h,hideLabel:!1})}),!e.includes(u)&&(0,d.jsx)("div",{className:"googlesitekit-settings-module__inline-item",children:(0,d.jsx)(s.Switch,{label:g[m],checked:e.includes(m),onClick:y,hideLabel:!1})})]}),(0,d.jsx)(c.A,{children:a})]})]}):null}},55527:(e,t,a)=>{"use strict";a.d(t,{$z:()=>o.$,CR:()=>r.C,Cf:()=>l.DialogContent,Es:()=>l.DialogFooter,Nv:()=>i.N,P3:()=>s.P,Si:()=>n.S,fI:()=>d.fI,fh:()=>d.fh,lG:()=>c.a,xA:()=>d.xA});var i=a(91046),o=a(3412),n=a(30454),s=a(26569),r=a(56655),l=a(12786),c=a.n(l),d=a(75487)},58116:(e,t,a)=>{"use strict";a.d(t,{$8:()=>s,$Q:()=>g,BT:()=>w,CQ:()=>S,DF:()=>F,GM:()=>v,GT:()=>T,HA:()=>R,HD:()=>m,HP:()=>D,J5:()=>z,JF:()=>_,JK:()=>h,Ml:()=>y,SS:()=>E,UF:()=>d,UY:()=>W,Vl:()=>G,W6:()=>H,Xq:()=>C,YQ:()=>x,Yw:()=>U,dV:()=>j,dX:()=>M,ej:()=>c,em:()=>n,ep:()=>b,fu:()=>I,gC:()=>N,hz:()=>p,jx:()=>u,lV:()=>l,nH:()=>P,oR:()=>i,od:()=>r,p3:()=>f,pG:()=>k,qv:()=>o,qy:()=>Z,t1:()=>V,t7:()=>B,tB:()=>A,tK:()=>O,u_:()=>L});const i="core/user",o="connected_url_mismatch",n="__global",s="temporary_persist_permission_error",r="adblocker_active",l=["weekly","monthly","quarterly"],c="googlesitekit_authenticate",d="googlesitekit_setup",u="googlesitekit_view_dashboard",m="googlesitekit_manage_options",g="googlesitekit_read_shared_module_data",p="googlesitekit_manage_module_sharing_options",y="googlesitekit_delegate_module_sharing_management",h="googlesitekit_update_plugins",f="kmAnalyticsAdSenseTopEarningContent",T="kmAnalyticsEngagedTrafficSource",N="kmAnalyticsLeastEngagingPages",I="kmAnalyticsNewVisitors",A="kmAnalyticsPopularAuthors",b="kmAnalyticsPopularContent",k="kmAnalyticsPopularProducts",M="kmAnalyticsReturningVisitors",v="kmAnalyticsTopCities",S="kmAnalyticsTopCitiesDrivingLeads",C="kmAnalyticsTopCitiesDrivingAddToCart",_="kmAnalyticsTopCitiesDrivingPurchases",x="kmAnalyticsTopDeviceDrivingPurchases",Z="kmAnalyticsTopConvertingTrafficSource",j="kmAnalyticsTopCountries",D="kmAnalyticsTopPagesDrivingLeads",w="kmAnalyticsTopRecentTrendingPages",E="kmAnalyticsTopTrafficSource",G="kmAnalyticsTopTrafficSourceDrivingAddToCart",L="kmAnalyticsTopTrafficSourceDrivingLeads",R="kmAnalyticsTopTrafficSourceDrivingPurchases",P="kmAnalyticsPagesPerVisit",z="kmAnalyticsVisitLength",O="kmAnalyticsTopReturningVisitorPages",B="kmSearchConsolePopularKeywords",U="kmAnalyticsVisitsPerVisitor",W="kmAnalyticsMostEngagingPages",V="kmAnalyticsTopCategories",H=[f,T,N,I,A,b,k,M,V,v,S,C,_,x,Z,j,w,E,G,P,z,O,U,W,V],F=[...H,B]},59323:(e,t,a)=>{"use strict";a.d(t,{A:()=>c});var i=a(62688),o=a.n(i),n=a(32947),s=a(15167),r=a(3714),l=a(62540);function c({type:e=r.SZ,size:t,children:a,...i}){const o=(0,n.dv)();return(0,l.jsx)(s.A,{as:"p",type:e,size:t||(o===n.mp?r.Kk:r.Yw),...i,children:a})}c.propTypes={type:o().oneOf(r.tT),size:o().oneOf(r.oJ)}},59357:(e,t,a)=>{"use strict";a.d(t,{A:()=>PreviewGraph});var i,o=a(62688),n=a.n(o),s=a(63696);function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},r.apply(null,arguments)}const l=e=>s.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 6 6"},e),i||(i=s.createElement("path",{fill:"currentColor",d:"m0 3.01.443.387 1.755-1.534v3.344h.628V1.863L4.578 3.4l.446-.39L2.512.811z"})));var c=a(15167),d=a(62540);function PreviewGraph({title:e,GraphSVG:t,showIcons:a}){return(0,d.jsxs)("div",{className:"googlesitekit-analytics-cta__preview-graph",children:[(0,d.jsx)(c.A,{as:"h3",size:"small",type:"body",className:"googlesitekit-analytics-cta__preview-graph--title",children:e}),(0,d.jsx)("div",{children:(0,d.jsx)(t,{})}),a&&(0,d.jsxs)("div",{className:"googlesitekit-analytics-cta__preview-graph--icons",children:[(0,d.jsx)(l,{className:"googlesitekit-analytics-cta__preview-graph--up-arrow"}),(0,d.jsx)("span",{className:"googlesitekit-analytics-cta__preview-graph--bar"})]})]})}PreviewGraph.propTypes={title:n().string.isRequired,GraphSVG:n().elementType.isRequired,showIcons:n().bool},PreviewGraph.defaultProps={showIcons:!0}},59834:(e,t,a)=>{"use strict";a.d(t,{A:()=>AccessibleWarningIcon});var i=a(62688),o=a.n(i),n=a(63696),s=a(82871),r=a(16834),l=a(3170),c=a(62540);function AccessibleWarningIcon({height:e=12,screenReaderText:t=(0,s.__)("Error","google-site-kit"),width:a=14}){return(0,c.jsxs)(n.Fragment,{children:[(0,c.jsx)(r.A,{children:t}),(0,c.jsx)(l.A,{width:a,height:e})]})}AccessibleWarningIcon.propTypes={height:o().number,screenReaderText:o().string,width:o().number}},60592:(e,t,a)=>{"use strict";a.d(t,{A:()=>TourTooltip});var i=a(28056),o=a.n(i),n=a(4452),s=a.n(n),r=a(62688),l=a.n(r),c=a(82871),d=a(49383);var u=a(72545),m=a(15167),g=a(62540);function TourTooltip({backProps:e,closeProps:t,index:a,primaryProps:n,size:r,step:l,tooltipProps:p}){const y=r>1?function(e){return new Array(null!=e?e:0).fill().map((e,t)=>t)}(r):[];function h(e){return s()("googlesitekit-tooltip-indicator",{active:e===a})}return(0,g.jsx)("div",{className:s()("googlesitekit-tour-tooltip",l.className),...p,children:(0,g.jsxs)(o(),{className:"googlesitekit-tooltip-card",children:[(0,g.jsxs)("div",{className:"googlesitekit-tooltip-body",children:[(0,g.jsx)(m.A,{as:"h2",className:"googlesitekit-tooltip-title",size:"medium",type:"title",children:l.title}),(0,g.jsx)("div",{className:"googlesitekit-tooltip-content",children:l.content})]}),(0,g.jsxs)(i.CardActions,{className:"googlesitekit-tooltip-actions",children:[(0,g.jsx)("ul",{className:"googlesitekit-tooltip-indicators",children:y.map(e=>(0,g.jsx)("li",{className:h(e)},`indicator-${e}`))}),(0,g.jsxs)("div",{className:"googlesitekit-tooltip-buttons",children:[0!==a&&(0,g.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...e,children:e.title}),l.cta,n.title&&(0,g.jsx)(d.Button,{className:"googlesitekit-tooltip-button",text:!0,...n,children:n.title})]})]}),(0,g.jsx)(d.Button,{className:"googlesitekit-tooltip-close",icon:(0,g.jsx)(u.A,{width:"14",height:"14"}),onClick:t.onClick,"aria-label":(0,c.__)("Close","google-site-kit"),text:!0,hideTooltipTitle:!0})]})})}TourTooltip.propTypes={backProps:l().object.isRequired,closeProps:l().object.isRequired,index:l().number.isRequired,isLastStep:l().bool.isRequired,primaryProps:l().object.isRequired,size:l().number.isRequired,step:l().shape({content:l().node,title:l().node,cta:l().oneOfType([l().element,l().bool]),className:l().string}).isRequired,tooltipProps:l().object.isRequired}},61991:(e,t,a)=>{"use strict";a.d(t,{Ay:()=>s,Kq:()=>n});const i=(0,a(63696).createContext)(""),{Consumer:o,Provider:n}=i,s=i},63264:(e,t,a)=>{"use strict";a.d(t,{A:()=>u});var i=a(62688),o=a.n(i),n=a(17243),s=a(4452),r=a.n(s),l=a(31589),c=a(63696),d=a(62540);function TableOverflowContainer({children:e}){const[t,a]=(0,c.useState)(!1),i=(0,c.useRef)(),o=(0,n.debounce)(s,100);function s(){if(!i.current)return;const{scrollLeft:e,scrollWidth:t,offsetWidth:o}=i.current,n=t-o;a(e<n-16&&0<n-16)}return(0,l.A)("resize",o),(0,c.useEffect)(()=>{s()},[]),(0,d.jsx)("div",{onScroll:(0,n.debounce)(s,100),className:r()("googlesitekit-table-overflow",{"googlesitekit-table-overflow--gradient":t}),children:(0,d.jsx)("div",{ref:i,className:"googlesitekit-table-overflow__container",children:e})})}TableOverflowContainer.propTypes={children:o().element};const u=TableOverflowContainer},63701:(e,t,a)=>{"use strict";a.d(t,{A:()=>c});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(23224),l=a(62540);function PreviewTable({rows:e,rowHeight:t,padding:a}){const i=[];for(let a=0;e>a;a++)i.push((0,l.jsx)("div",{className:"googlesitekit-preview-table__row",children:(0,l.jsx)(r.A,{width:"100%",height:t+"px"})},"table-row-"+a));return(0,l.jsx)("div",{className:s()("googlesitekit-preview-table",{"googlesitekit-preview-table--padding":a}),children:i})}PreviewTable.propTypes={rows:o().number,rowHeight:o().number,padding:o().bool},PreviewTable.defaultProps={rows:11,rowHeight:35,padding:!1};const c=PreviewTable},63972:(e,t,a)=>{"use strict";a.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,o=a(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 11 9"},e),i||(i=o.createElement("path",{stroke:"currentColor",strokeWidth:1.5,d:"M1 3.838 4.106 7 10 1"})))},64067:(e,t,a)=>{"use strict";a.d(t,{P9:()=>f,k:()=>p,mR:()=>h});var i=a(32091),o=a.n(i),n=a(17243),s=a(50539),r=a.n(s),l=a(21134),c=a(12850);const d="CREATE_SNAPSHOT",u="DELETE_SNAPSHOT",m="RESTORE_SNAPSHOT",g="SET_STATE_FROM_SNAPSHOT";function p(e,{keysToSnapshot:t}={}){o()(e,"storeName is required to create a snapshot store.");const a={},i={*deleteSnapshot(){return yield{payload:{},type:u}},*restoreSnapshot(e={}){const{clearAfterRestore:t=!0}=e,{cacheHit:a,value:i}=yield{payload:{},type:m};return a&&(yield{payload:{snapshot:i},type:g},t&&(yield{payload:{},type:u})),a},*createSnapshot(){return yield{payload:{},type:d}}},r={[u]:()=>(0,l.LD)(`datastore::cache::${e}`),[d]:(0,s.createRegistryControl)(a=>()=>{const i=a.stores[e].store.getState(),o=t?.length>0?(0,n.pick)(i,t):i;return(0,l.SO)(`datastore::cache::${e}`,o)}),[m]:()=>(0,l.Gq)(`datastore::cache::${e}`,c.Jg)};return{initialState:a,actions:i,controls:r,reducer:function(e=a,{type:i,payload:o}){if(i===g){const{snapshot:a}=o,{error:i,...n}=a;return t?.length>0?{...e,...n}:n}return e}}}function y(e=r()){return Object.values(e.stores).filter(e=>Object.keys(e.getActions()).includes("restoreSnapshot"))}function h(e=r()){return Promise.all(y(e).map(e=>e.getActions().createSnapshot()))}function f(e=r()){return Promise.all(y(e).map(e=>e.getActions().restoreSnapshot()))}},65214:(e,t,a)=>{"use strict";a.d(t,{G:()=>o,t:()=>i});const i=new Set(a.g?._googlesitekitBaseData?.enabledFeatures||[]);function o(e,t=i){return t instanceof Set&&t.has(e)}},65311:(e,t,a)=>{"use strict";a.d(t,{c:()=>s});var i=a(82871),o=a(97398),n=a(99897);function s(e="",t={}){const{slug:a="",name:s="",owner:r={}}=t||{};if(!a||!s)return e;let l="",c="";return n.L1===a?e.match(/account/i)?l=(0,i.__)("Your Google account does not have sufficient permissions for this Analytics account, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/property/i)?l=(0,i.__)("Your Google account does not have sufficient permissions for this Analytics property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"):e.match(/view/i)&&(l=(0,i.__)("Your Google account does not have sufficient permissions for this Analytics view, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")):o.Y===a&&(l=(0,i.__)("Your Google account does not have sufficient permissions for this Search Console property, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit")),l||(l=(0,i.sprintf)(/* translators: %s: module name */ /* translators: %s: module name */ (0,i.__)("Your Google account does not have sufficient permissions to access %s data, so you won’t be able to see stats from it on the Site Kit dashboard.","google-site-kit"),s)),r&&r.login&&(c=(0,i.sprintf)(/* translators: %s: owner name */ /* translators: %s: owner name */ (0,i.__)('This service was originally connected by the administrator "%s" — you can contact them for more information.',"google-site-kit"),r.login)),c||(c=(0,i.__)("This service was originally connected by an administrator — you can contact them for more information.","google-site-kit")),`${l} ${c}`}},67150:(e,t,a)=>{"use strict";a.d(t,{G:()=>c,HY:()=>u,SG:()=>d,db:()=>o,e4:()=>g,vl:()=>m});a(17243);var i=a(82871);const o="missing_required_scopes",n="insufficientPermissions",s="forbidden",r="internal_server_error",l="invalid_json";function c(e){return e?.code===o}function d(e){return[n,s].includes(e?.data?.reason)}function u(e){return!!e?.data?.reconnectURL}function m(e,t){return!(!t?.storeName||d(e)||c(e)||u(e))}function g(e){return e?.code===r?(0,i.__)("There was a critical error on this website while fetching data","google-site-kit"):e?.code===l?(0,i.__)("The server provided an invalid response","google-site-kit"):e?.message}},68326:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var i=a(50532),o=a.n(i),n=a(17243);const s=o()(({metrics:e,dimensions:t,...a}={})=>({metrics:r(e),dimensions:l(t),...a}));function r(e){return(0,n.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,n.isPlainObject)(e))}function l(e){return(0,n.castArray)(e).map(e=>"string"==typeof e?{name:e}:e).filter(e=>(0,n.isPlainObject)(e))}},68869:(e,t,a)=>{"use strict";a.d(t,{Ay:()=>s});var i=a(6732);const{Consumer:o,Provider:n}=i.A,s=n},71423:(e,t,a)=>{"use strict";a.d(t,{$:()=>n,D:()=>o});var i=a(24558);const o="core/notifications",n=[i.uR,i.jU,i.f7,i.Ax,i.Is]},71564:(e,t,a)=>{"use strict";a.d(t,{G4:()=>c,Ig:()=>n,Q3:()=>l,a2:()=>s,wA:()=>r});var i=a(17243),o=a(40127);function n(e){function t(e){return"string"==typeof e&&/^[a-zA-Z0-9_]+$/.test(e)}if("string"==typeof e){return e.split(",").every(t)}return(0,o.cX)(e,e=>{const a=e.hasOwnProperty("name")&&t(e.name);if(!e.hasOwnProperty("expression"))return a;const i="string"==typeof e.expression;return a&&i},t)}function s(e){return(0,o.cX)(e,e=>e.hasOwnProperty("name")&&"string"==typeof e.name)}function r(e){const t=["string"];return Object.keys(e).every(a=>{if(t.includes(typeof e[a]))return!0;if(Array.isArray(e[a]))return e[a].every(e=>t.includes(typeof e));if((0,i.isPlainObject)(e[a])){const t=Object.keys(e[a]);return!!t.includes("filterType")&&!("emptyFilter"!==e[a].filterType&&!t.includes("value"))}return!1})}function l(e){const t=["string"],a=["numericFilter","betweenFilter"];return Object.values(e).every(e=>{if(t.includes(typeof e))return!0;if(Array.isArray(e))return e.every(e=>t.includes(typeof e));if(!(0,i.isPlainObject)(e))return!1;const{filterType:o,value:n,fromValue:s,toValue:r}=e;if(o&&!a.includes(o))return!1;const l=Object.keys(e);return o&&"numericFilter"!==o?"betweenFilter"===o&&(l.includes("fromValue")&&l.includes("toValue")&&[s,r].every(e=>!(0,i.isPlainObject)(e)||"int64Value"in e)):l.includes("operation")&&l.includes("value")&&(!(0,i.isPlainObject)(n)||"int64Value"in n)})}function c(e){return!!Array.isArray(e)&&e.every(e=>!!(0,i.isPlainObject)(e)&&((!e.hasOwnProperty("desc")||"boolean"==typeof e.desc)&&(e.metric?!e.dimension&&"string"==typeof e.metric?.metricName:!!e.dimension&&"string"==typeof e.dimension?.dimensionName)))}},72455:(e,t,a)=>{"use strict";a.d(t,{CV:()=>C,Cu:()=>b,K9:()=>i,Kr:()=>y,Lf:()=>g,Oh:()=>s,PW:()=>S,Rx:()=>D,S9:()=>h,TQ:()=>u,Vt:()=>Z,Wl:()=>I,ZC:()=>o,ZY:()=>r,_p:()=>j,ag:()=>p,aj:()=>m,bz:()=>_,dq:()=>x,f2:()=>c,fB:()=>v,fV:()=>M,iB:()=>d,kc:()=>l,mo:()=>T,nc:()=>k,rm:()=>A,to:()=>n,wo:()=>f,yn:()=>N});const i="modules/analytics-4",o="account_create",n="property_create",s="webdatastream_create",r="analyticsSetup",l=10,c=1,d="https://www.googleapis.com/auth/tagmanager.readonly",u="enhanced-measurement-form",m="enhanced-measurement-enabled",g="enhanced-measurement-should-dismiss-activation-banner",p="analyticsAccountCreate",y="analyticsCustomDimensionsCreate",h="https://www.googleapis.com/auth/analytics.edit",f="dashboardAllTrafficWidgetDimensionName",T="dashboardAllTrafficWidgetDimensionColor",N="dashboardAllTrafficWidgetDimensionValue",I="dashboardAllTrafficWidgetActiveRowIndex",A="dashboardAllTrafficWidgetLoaded",b={googlesitekit_post_date:{parameterName:"googlesitekit_post_date",displayName:"WordPress Post Date",description:"Created by Site Kit: Date when a post was published",scope:"EVENT"},googlesitekit_post_author:{parameterName:"googlesitekit_post_author",displayName:"WordPress Post Author",description:"Created by Site Kit: WordPress name of the post author",scope:"EVENT"},googlesitekit_post_categories:{parameterName:"googlesitekit_post_categories",displayName:"WordPress Post Categories",description:"Created by Site Kit: Names of categories assigned to a post",scope:"EVENT"},googlesitekit_post_type:{parameterName:"googlesitekit_post_type",displayName:"WordPress Post Type",description:"Created by Site Kit: Content type of a post",scope:"EVENT"}},k={ADD_TO_CART:"add_to_cart",PURCHASE:"purchase",SUBMIT_LEAD_FORM:"submit_lead_form",GENERATE_LEAD:"generate_lead",CONTACT:"contact"},M=[k.CONTACT,k.GENERATE_LEAD,k.SUBMIT_LEAD_FORM],v={"new-visitors":{description:"People who visited the site for the first time",displayName:"New visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"new"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:new_visitors"}}}}]}}]}}}}]},"returning-visitors":{description:"People who have visited your site at least once before",displayName:"Returning visitors",membershipDurationDays:-1,filterClauses:[{clauseType:"INCLUDE",simpleFilter:{scope:"AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS",filterExpression:{andGroup:{filterExpressions:[{orGroup:{filterExpressions:[{dimensionOrMetricFilter:{fieldName:"newVsReturning",stringFilter:{matchType:"EXACT",value:"returning"}}}]}},{orGroup:{filterExpressions:[{notExpression:{dimensionOrMetricFilter:{fieldName:"groupId",stringFilter:{matchType:"EXACT",value:"created_by_googlesitekit:returning_visitors"}}}}]}}]}}}}]}},S="audiencePermissionsSetup",C="audienceTileCustomDimensionCreate",_="audience-selection-panel-expirable-new-badge-",x="audience",Z="customDimension",j="property",D=[x,Z,j]},72545:(e,t,a)=>{"use strict";a.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,o=a(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14"},e),i||(i=o.createElement("path",{fill:"currentColor",d:"M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"})))},73549:(e,t,a)=>{"use strict";a.d(t,{A:()=>ReportZero});var i=a(62688),o=a.n(i),n=a(82871),s=a(50539),r=a(37226),l=a(4884),c=a(62540);function ReportZero({moduleSlug:e}){const t=(0,s.useSelect)(t=>t(r.i).getModule(e));return(0,c.jsx)(l.A,{title:(0,n.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,n.__)("%s Gathering Data","google-site-kit"),t?.name),description:(0,n.sprintf)(/* translators: %s: Module name */ /* translators: %s: Module name */ (0,n.__)("%s data is not yet available, please check back later","google-site-kit"),t?.name)})}ReportZero.propTypes={moduleSlug:o().string.isRequired}},74944:(e,t,a)=>{"use strict";a.d(t,{s:()=>g});var i=a(4452),o=a.n(i),n=a(17243),s=a(82871),r=a(79829),l=a(12850),c=a(32091),d=a.n(c);var u=a(4869);function m(e,t){const a=[];return e.forEach(e=>{if(!e.metricValues)return;const{value:i}=e.metricValues[t],o=e.dimensionValues[0].value,n=(0,u.A)(o);a.push([n,i])}),a}function g(e,t,a,i,c=[(0,s.__)("Users","google-site-kit"),(0,s.__)("Sessions","google-site-kit"),(0,s.__)("Engagement Rate","google-site-kit"),(0,s.__)("Session Duration","google-site-kit")],u=[e=>parseFloat(e).toLocaleString(),e=>parseFloat(e).toLocaleString(),e=>(0,l.Eo)(e/100,{style:"percent",signDisplay:"never",maximumFractionDigits:2}),e=>(0,l.Eo)(e,"s")],g=[n.identity,n.identity,e=>100*e,n.identity]){const p=[...e?.rows||[]],y=p.length;if(2*a>y){const e=(0,l.XH)(i);for(let t=0;a>t;t++){const a=(e.getMonth()+1).toString(),i=e.getDate().toString(),o=e.getFullYear().toString()+(2>a.length?"0":"")+a+(2>i.length?"0":"")+i;if(t>y){const e=[{dimensionValues:[{value:o},{value:"date_range_0"}],metricValues:[{value:0},{value:0}]},{dimensionValues:[{value:o},{value:"date_range_1"}],metricValues:[{value:0},{value:0}]}];p.unshift(...e)}e.setDate(e.getDate()-1)}p.push({dimensionValues:[{value:"0"},{value:"date_range_0"}]},{dimensionValues:[{value:"0"},{value:"date_range_1"}]})}const h=c[t]===(0,s.__)("Session Duration","google-site-kit"),f=h?"timeofday":"number",T=[[{type:"date",label:(0,s.__)("Day","google-site-kit")},{type:"string",role:"tooltip",p:{html:!0}},{type:f,label:c[t]},{type:f,label:(0,s.__)("Previous period","google-site-kit")}]],{compareRange:N,currentRange:I}=function(e,{dateRangeLength:t}){function a(t){return e.filter(({dimensionValues:[,e]})=>e.value===t)}d()(Array.isArray(e),"report must be an array to partition."),d()(Number.isInteger(t)&&t>0,"dateRangeLength must be a positive integer.");const i=-1*t;return{currentRange:a("date_range_0").slice(i),compareRange:a("date_range_1").slice(2*i,i)}}(p,{dateRangeLength:a}),A=m(I,t),b=m(N,t),k=(0,r.JK)(),M={weekday:"short",month:"short",day:"numeric"};return A.forEach((e,a)=>{if(!e[0]||!e[1]||!b[a])return;const i=g[t],n=i(e[1]),r=i(b[a][1]),d=parseFloat(r),m=(0,l.Cn)(n,d),p=(0,l.vY)(m),y=(0,s.sprintf)(/* translators: 1: date for user stats, 2: previous date for user stats comparison */ /* translators: 1: date for user stats, 2: previous date for user stats comparison */ (0,s._x)("%1$s vs %2$s","Date range for chart tooltip","google-site-kit"),e[0].toLocaleDateString(k,M),b[a][0].toLocaleDateString(k,M)),f=(0,s.sprintf)(/* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage */ /* translators: 1: selected stat label, 2: numeric value of selected stat, 3: up or down arrow , 4: different change in percentage */ (0,s._x)("%1$s: <strong>%2$s</strong> <em>%3$s %4$s</em>","Stat information for chart tooltip","google-site-kit"),c[t],u[t](n),p,(0,l.Eo)(Math.abs(m),"%"));T.push([e[0],`<div class="${o()("googlesitekit-visualization-tooltip",{"googlesitekit-visualization-tooltip--up":m>0,"googlesitekit-visualization-tooltip--down":m<0})}">\n\t\t\t\t<p>${y}</p>\n\t\t\t\t<p>${f}</p>\n\t\t\t</div>`,h?(0,l.vH)(n):n,h?(0,l.vH)(r):r])}),T}},75487:(e,t,a)=>{"use strict";a.d(t,{fh:()=>Cell,xA:()=>m,fI:()=>d});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(62540);function Cell(e){const{className:t,alignTop:a,alignMiddle:i,alignBottom:o,alignRight:n,alignLeft:l,smAlignRight:c,mdAlignRight:d,lgAlignRight:u,smSize:m,smStart:g,smOrder:p,mdSize:y,mdStart:h,mdOrder:f,lgSize:T,lgStart:N,lgOrder:I,size:A,children:b,...k}=e;return(0,r.jsx)("div",{...k,className:s()(t,"mdc-layout-grid__cell",{"mdc-layout-grid__cell--align-top":a,"mdc-layout-grid__cell--align-middle":i,"mdc-layout-grid__cell--align-bottom":o,"mdc-layout-grid__cell--align-right":n,"mdc-layout-grid__cell--align-left":l,"mdc-layout-grid__cell--align-right-phone":c,"mdc-layout-grid__cell--align-right-tablet":d,"mdc-layout-grid__cell--align-right-desktop":u,[`mdc-layout-grid__cell--span-${A}`]:12>=A&&A>0,[`mdc-layout-grid__cell--span-${T}-desktop`]:12>=T&&T>0,[`mdc-layout-grid__cell--start-${N}-desktop`]:12>=N&&N>0,[`mdc-layout-grid__cell--order-${I}-desktop`]:12>=I&&I>0,[`mdc-layout-grid__cell--span-${y}-tablet`]:8>=y&&y>0,[`mdc-layout-grid__cell--start-${h}-tablet`]:8>=h&&h>0,[`mdc-layout-grid__cell--order-${f}-tablet`]:8>=f&&f>0,[`mdc-layout-grid__cell--span-${m}-phone`]:4>=m&&m>0,[`mdc-layout-grid__cell--start-${g}-phone`]:4>=g&&g>0,[`mdc-layout-grid__cell--order-${p}-phone`]:4>=p&&p>0}),children:b})}Cell.propTypes={smSize:o().number,smStart:o().number,smOrder:o().number,mdSize:o().number,mdStart:o().number,mdOrder:o().number,lgSize:o().number,lgStart:o().number,lgOrder:o().number,size:o().number,alignTop:o().bool,alignMiddle:o().bool,alignBottom:o().bool,alignRight:o().bool,alignLeft:o().bool,smAlignRight:o().bool,mdAlignRight:o().bool,lgAlignRight:o().bool,className:o().string,children:o().node},Cell.defaultProps={className:"",size:0,smSize:0,smStart:0,smOrder:0,mdSize:0,mdStart:0,mdOrder:0,lgSize:0,lgStart:0,lgOrder:0};var l=a(63696);const c=(0,l.forwardRef)(({className:e,children:t,...a},i)=>(0,r.jsx)("div",{ref:i,className:s()("mdc-layout-grid__inner",e),...a,children:t}));c.displayName="Row",c.propTypes={className:o().string,children:o().node},c.defaultProps={className:""};const d=c,u=(0,l.forwardRef)(({alignLeft:e,fill:t,className:a,children:i,collapsed:o,...n},l)=>(0,r.jsx)("div",{className:s()("mdc-layout-grid",a,{"mdc-layout-grid--align-left":e,"mdc-layout-grid--collapsed":o,"mdc-layout-grid--fill":t}),...n,ref:l,children:i}));u.displayName="Grid",u.propTypes={alignLeft:o().bool,fill:o().bool,className:o().string,collapsed:o().bool,children:o().node},u.defaultProps={className:""};const m=u},77657:(e,t,a)=>{"use strict";a.d(t,{EF:()=>AccountCreate,Jt:()=>AccountCreateLegacy,QB:()=>AccountSelect,Co:()=>PropertySelect,Qv:()=>R.Ay,MI:()=>WebDataStreamNameInput,nH:()=>WebDataStreamSelect,QQ:()=>ZeroDataMessage});var i=a(82871),o=a(63696),n=a(82286),s=a(54419),r=a(50539),l=a(49383),c=a(72455),d=a(99897),u=a(93896),m=a(58116),g=a(78340),p=a(45472),y=a(67150),h=a(12850),f=a(245),T=a(55527),N=a(30679),I=a(28994),A=a(27333),b=a(62540);function TimezoneSelect(){const e=(0,A.A)(c.ag,"countryCode"),t=(0,A.A)(c.ag,"timezone"),{setValues:a}=(0,r.useDispatch)(g.s),n=(0,o.useCallback)((e,t)=>{a(c.ag,{timezone:t.dataset.value})},[a]);return(0,b.jsx)(l.Select,{className:"googlesitekit-analytics__select-timezone",label:(0,i.__)("Timezone","google-site-kit"),value:t,onEnhancedChange:n,disabled:!e,enhanced:!0,outlined:!0,children:(I.VI[e]||[]).map(({timeZoneId:e,displayName:t},a)=>(0,b.jsx)(l.Option,{value:e,children:t},a))})}var k=a(4452),M=a.n(k);function CreateAccountField({hasError:e,value:t,setValue:a,name:i,label:o}){return void 0===t?null:(0,b.jsx)(l.TextField,{className:M()("mdc-text-field",{"mdc-text-field--error":e}),label:o,name:i,onChange:e=>{a(e.target.value,i)},value:t,id:`googlesitekit_analytics_account_create_${i}`,outlined:!0})}function AccountField(){const e=(0,A.A)(c.ag,"accountName"),{setValues:t}=(0,r.useDispatch)(g.s),a=(0,o.useCallback)(e=>{t(c.ag,{accountName:e})},[t]);return(0,b.jsx)(CreateAccountField,{label:(0,i.__)("Account","google-site-kit"),hasError:!e,value:e,setValue:a,name:"account"})}function PropertyField(){const e=(0,A.A)(c.ag,"propertyName"),{setValues:t}=(0,r.useDispatch)(g.s),a=(0,o.useCallback)(e=>{t(c.ag,{propertyName:e})},[t]);return(0,b.jsx)(CreateAccountField,{label:(0,i.__)("Property","google-site-kit"),value:e,hasError:!e,setValue:a,name:"property"})}function CountrySelect(){const e=(0,A.A)(c.ag,"countryCode"),{setValues:t}=(0,r.useDispatch)(g.s),a=(0,o.useCallback)((a,i)=>{const o=i.dataset.value;o!==e&&I.fX[o]&&t(c.ag,{countryCode:o,timezone:I.fX[o].defaultTimeZoneId})},[t,e]);return(0,b.jsx)(l.Select,{className:"googlesitekit-analytics__select-country",label:(0,i.__)("Country","google-site-kit"),value:e,onEnhancedChange:a,enhanced:!0,outlined:!0,children:I.mn.map(({countryCode:e,displayName:t},a)=>(0,b.jsx)(l.Option,{value:e,children:t},a))})}function WebDataStreamField(){const e=(0,A.A)(c.ag,"dataStreamName"),{setValues:t}=(0,r.useDispatch)(g.s),a=(0,o.useCallback)(e=>{t(c.ag,{dataStreamName:e})},[t]);return(0,b.jsx)(CreateAccountField,{label:(0,i.__)("Web Data Stream","google-site-kit"),value:e,hasError:!e,setValue:a,name:"dataStream"})}var v=a(17569),S=a(77766),C=a(48102),_=a(15167),x=a(59323);function AccountCreate(){const[e,t]=(0,o.useState)(!1),a=(0,r.useSelect)(e=>e(c.K9).getAccountSummaries()),I=(0,r.useSelect)(e=>e(c.K9).hasFinishedResolution("getAccountSummaries")),k=(0,r.useSelect)(e=>e(c.K9).getAccountTicketTermsOfServiceURL()),M=(0,r.useSelect)(e=>e(c.K9).canSubmitAccountCreate()),Z=(0,r.useSelect)(e=>e(c.K9).isDoingCreateAccount()),j=(0,r.useSelect)(e=>e(m.oR).hasScope(c.S9)),D=(0,r.useSelect)(e=>e(m.oR).hasScope(c.iB)),w=(0,r.useSelect)(e=>e(g.s).hasForm(c.ag)),E=(0,A.A)(c.ag,"autoSubmit"),G=(0,r.useSelect)(e=>e(u.O4).getReferenceSiteURL()),L=(0,r.useSelect)(e=>e(u.O4).getSiteName()),R=(0,r.useSelect)(e=>e(u.O4).getTimezone()),P=(0,S.A)(),{setValues:z}=(0,r.useDispatch)(g.s),{navigateTo:O}=(0,r.useDispatch)(p.M),{createAccount:B}=(0,r.useDispatch)(c.K9),{setPermissionScopeError:U}=(0,r.useDispatch)(m.oR),{setConversionTrackingEnabled:W,saveConversionTrackingSettings:V}=(0,r.useDispatch)(u.O4),H=j;(0,o.useEffect)(()=>{k&&(async()=>{await(0,s.invalidateCache)("modules",d.L1),O(k)})()},[k,O]),(0,o.useEffect)(()=>{w||z(c.ag,(0,f.cN)({siteName:L,siteURL:G,timezone:R}))},[w,L,G,R,z]);const F=(0,n.d)(location.href,"showProgress"),Y=(0,o.useCallback)(async()=>{const e=[];if(j||e.push(c.S9),D||e.push(c.iB),e.length>0)return z(c.ag,{autoSubmit:!0}),void U({code:y.db,message:(0,i.__)("Additional permissions are required to create a new Analytics account.","google-site-kit"),data:{status:403,scopes:e,skipModal:!0}});z(c.ag,{autoSubmit:!1}),await(0,h.sx)(`${P}_analytics`,"create_account","proxy");const{error:a}=await B({showProgress:"true"===F});a||(W(!0),await V(),t(!0))},[j,D,z,P,B,F,U,W,V]);(0,o.useEffect)(()=>{H&&E&&Y()},[H,E,Y]);const{rollbackSettings:q}=(0,r.useDispatch)(c.K9),K=(0,o.useCallback)(()=>q(),[q]);return Z||e||!I||void 0===H?(0,b.jsx)(l.ProgressBar,{}):(0,b.jsxs)("div",{children:[(0,b.jsx)(N.A,{moduleSlug:"analytics-4",storeName:c.K9}),(0,b.jsx)(_.A,{as:"h3",type:"title",size:"large",children:(0,i.__)("Create your Analytics account","google-site-kit")}),(0,b.jsx)(x.A,{children:(0,i.__)("We’ve pre-filled the required information for your new account. Confirm or edit any details:","google-site-kit")}),(0,b.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,b.jsx)(T.fh,{size:6,children:(0,b.jsx)(AccountField,{})}),(0,b.jsx)(T.fh,{size:6,children:(0,b.jsx)(PropertyField,{})}),(0,b.jsx)(T.fh,{size:6,children:(0,b.jsx)(WebDataStreamField,{})})]}),(0,b.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,b.jsx)(CountrySelect,{}),(0,b.jsx)(TimezoneSelect,{})]}),(0,b.jsxs)("div",{className:"googlesitekit-setup-module__inputs",children:[(0,b.jsx)(v.A,{formName:c.ag,className:"googlesitekit-margin-bottom-0"}),(0,b.jsx)(C.A,{className:"googlesitekit-margin-top-0",message:(0,i.__)("To track how visitors interact with your site, Site Kit will enable plugin conversion tracking. You can always disable it in settings.","google-site-kit")})]}),(0,b.jsxs)(x.A,{children:[H&&(0,b.jsx)("span",{children:(0,i.__)("You will be redirected to Google Analytics to accept the terms of service.","google-site-kit")}),!H&&(0,b.jsx)("span",{children:(0,i.__)("You will need to give Site Kit permission to create an Analytics account on your behalf and also accept the Google Analytics terms of service.","google-site-kit")})]}),(0,b.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[(0,b.jsx)(l.Button,{disabled:!M,onClick:Y,children:(0,i.__)("Create Account","google-site-kit")}),a&&!!a.length&&(0,b.jsx)(l.Button,{className:"googlesitekit-setup-module__sub-action",onClick:K,tertiary:!0,children:(0,i.__)("Back","google-site-kit")})]})]})}var Z=a(62688),j=a.n(Z);function AccountSelect({hasModuleAccess:e,onChange:t}){const a=(0,S.A)(),n=(0,r.useSelect)(e=>e(c.K9).getAccountID()),s=(0,r.useSelect)(e=>e(c.K9).getAccountSummaries()),d=(0,r.useSelect)(e=>e(c.K9).hasFinishedResolution("getAccountSummaries")),{selectAccount:u}=(0,r.useDispatch)(c.K9),m=(0,o.useCallback)((e,i)=>{const o=i.dataset.value;if(n!==o){u(o);const e=o===c.ZC?"change_account_new":"change_account";(0,h.sx)(`${a}_analytics`,e),t&&t()}},[n,u,a,t]);return d?!1===e?(0,b.jsx)(l.Select,{className:"googlesitekit-analytics__select-account",label:(0,i.__)("Account","google-site-kit"),value:n,enhanced:!0,outlined:!0,disabled:!0,children:(0,b.jsx)(l.Option,{value:n,children:n})}):(0,b.jsx)(l.Select,{className:"googlesitekit-analytics__select-account",label:(0,i.__)("Account","google-site-kit"),value:n,onEnhancedChange:m,enhanced:!0,outlined:!0,children:(s||[]).concat({_id:c.ZC,displayName:(0,i.__)("Set up a new account","google-site-kit")}).map(({_id:e,displayName:t},a)=>(0,b.jsx)(l.Option,{value:e,children:t},a))}):(0,b.jsx)(l.ProgressBar,{small:!0})}AccountSelect.propTypes={hasModuleAccess:j().bool};var D=a(13606),w=a(20898),E=a(80035),G=a(49655);function CreatePropertyInfoNotice(){const e=(0,r.useSelect)(e=>e(u.O4).getDocumentationLinkURL("ga4"));return(0,b.jsx)(E.A,{type:G.Q.INFO,description:(0,D.A)((0,i.__)("Got a Google Analytics property and want to find out how to use it with Site Kit? <a>Learn more</a>","google-site-kit"),{a:(0,b.jsx)(w.A,{href:e,external:!0})})})}function AccountCreateLegacy(){const e=(0,r.useSelect)(e=>e(c.K9).getAccountSummaries()),t=(0,r.useSelect)(e=>e(c.K9).hasFinishedResolution("getAccountSummaries")),n=(0,r.useSelect)(e=>e(c.K9).getAccountID()),s=c.ZC===n,d=(0,r.useSelect)(e=>e(c.K9).getServiceURL({path:"/provision/SignUp"})),u=(0,S.A)(),m=(0,o.useCallback)(async e=>{e.preventDefault(),await(0,h.sx)(`${u}_analytics`,"create_account","custom-oauth"),a.g.open(d,"_blank")},[d,u]),{resetAccountSummaries:g,resetAccountSettings:p}=(0,r.useDispatch)(c.K9),y=(0,o.useCallback)(()=>{g(),p()},[p,g]);return t?(0,b.jsxs)("div",{children:[(0,b.jsx)(CreatePropertyInfoNotice,{}),(0,b.jsx)(N.A,{moduleSlug:"analytics-4",storeName:c.K9}),!s&&e&&0===e.length&&(0,b.jsx)(x.A,{children:(0,i.__)('Looks like you don’t have an Analytics account yet. Once you create it, click on "Re-fetch my account" and Site Kit will locate it.',"google-site-kit")}),s&&(0,b.jsxs)(o.Fragment,{children:[(0,b.jsx)(x.A,{children:(0,i.__)("To create a new account, click the button below which will open the Google Analytics account creation screen in a new window.","google-site-kit")}),(0,b.jsx)(x.A,{children:(0,i.__)("Once completed, click the link below to re-fetch your accounts to continue.","google-site-kit")})]}),(0,b.jsxs)("div",{className:"googlesitekit-setup-module__action",children:[(0,b.jsx)(l.Button,{onClick:m,children:(0,i.__)("Create an account","google-site-kit")}),(0,b.jsx)("div",{className:"googlesitekit-setup-module__sub-action",children:(0,b.jsx)(l.Button,{onClick:y,tertiary:!0,children:(0,i.__)("Re-fetch My Account","google-site-kit")})})]})]}):(0,b.jsx)(l.ProgressBar,{})}var L=a(89967);function WebDataStreamSelect(e){const{hasModuleAccess:t,isDisabled:a,className:n,onChange:s}=e,d=(0,r.useSelect)(e=>e(c.K9).getAccountID()),{propertyID:u,webDataStreamID:m,measurementID:g}=(0,r.useSelect)(e=>e(c.K9).getSettings()||{}),p=(0,r.useSelect)(e=>(0,L.Hl)(u)&&t?e(c.K9).getWebDataStreams(u):[]),y=(0,r.useSelect)(e=>!a&&e(c.K9).isLoadingWebDataStreams({hasModuleAccess:t})),f=(0,S.A)(),{setWebDataStreamID:T,updateSettingsForMeasurementID:N}=(0,r.useDispatch)(c.K9),I=(0,o.useCallback)((e,{dataset:t})=>{const a=t.value;m!==a&&(T(a),N(p.find(({_id:e})=>e===a)?.webStreamData?.measurementId||""),(0,h.sx)(`${f}_analytics`,a===c.Oh?"change_webdatastream_new":"change_webdatastream","ga4"),s&&s())},[p,m,T,N,f,s]);if(!(0,L.HX)(d))return null;if(y)return(0,b.jsx)(l.ProgressBar,{mobileVerticalSpacing:76,desktopVerticalSpacing:84,small:!0});const A=void 0===m||""===m||(0,L.dQ)(m);return!1===t?(0,b.jsx)(l.Select,{className:M()("googlesitekit-analytics-4__select-webdatastream",n),label:(0,i.__)("Web Data Stream","google-site-kit"),value:g,enhanced:!0,outlined:!0,disabled:!0,children:(0,b.jsx)(l.Option,{value:g,children:g})}):(0,b.jsx)(l.Select,{className:M()("googlesitekit-analytics-4__select-webdatastream",n,{"mdc-select--invalid":!A}),label:(0,i.__)("Web Data Stream","google-site-kit"),value:m,onEnhancedChange:I,disabled:a||!(0,L.mh)(u),enhanced:!0,outlined:!0,children:(p||[]).concat({_id:c.Oh,displayName:(0,i.__)("Set up a new web data stream","google-site-kit")}).map(({_id:e,displayName:t,webStreamData:a={}},o)=>(0,b.jsx)(l.Option,{value:e,children:e!==c.Oh&&a?.measurementId?(0,i.sprintf)(/* translators: 1: Data stream name. 2: Measurement ID. */ /* translators: 1: Data stream name. 2: Measurement ID. */ (0,i._x)("%1$s (%2$s)","Analytics data stream name and measurement ID","google-site-kit"),t,a.measurementId):t},o))})}function PropertySelect(e){const{isDisabled:t,hasModuleAccess:a,className:n,onChange:s=()=>{}}=e,d=(0,r.useSelect)(e=>e(c.K9).getAccountID()),u=(0,r.useSelect)(e=>a&&!t?e(c.K9).getPropertySummaries(d)||[]:null),m=(0,r.useSelect)(e=>e(c.K9).getPropertyID()),g=(0,r.useSelect)(e=>!t&&(e(c.K9).isLoadingPropertySummaries()||e(c.K9).isLoadingWebDataStreams({hasModuleAccess:a}))),p=(0,S.A)(),{selectProperty:y}=(0,r.useDispatch)(c.K9),f=(0,o.useCallback)((e,{dataset:t})=>{const a=t.value;m!==a&&(y(a),(0,h.sx)(`${p}_analytics`,a===c.to?"change_property_new":"change_property","ga4"),s())},[s,m,y,p]);if(!(0,L.HX)(d))return null;if(g)return(0,b.jsx)(l.ProgressBar,{mobileVerticalSpacing:76,desktopVerticalSpacing:84,small:!0});const T=void 0===m||""===m||(0,L.mh)(m);return!1===a?(0,b.jsx)(l.Select,{className:M()("googlesitekit-analytics-4__select-property",n),label:(0,i.__)("Property","google-site-kit"),value:m,enhanced:!0,outlined:!0,disabled:!0,children:(0,b.jsx)(l.Option,{value:m,children:m})}):(0,b.jsx)(l.Select,{className:M()("googlesitekit-analytics-4__select-property",n,{"mdc-select--invalid":!T,"googlesitekit-analytics-4__select-property--loaded":!t&&!g}),label:(0,i.__)("Property","google-site-kit"),value:m,onEnhancedChange:f,disabled:t,enhanced:!0,outlined:!0,children:(u||[]).concat({_id:c.to,displayName:(0,i.__)("Set up a new property","google-site-kit")}).map(({_id:e,displayName:t})=>(0,b.jsx)(l.Option,{value:e,children:e===c.to?t:(0,i.sprintf)(/* translators: 1: Property name. 2: Property ID. */ /* translators: 1: Property name. 2: Property ID. */ (0,i._x)("%1$s (%2$s)","Analytics property name and ID","google-site-kit"),t,e)},e))})}WebDataStreamSelect.propTypes={hasModuleAccess:j().bool,isDisabled:j().bool,className:j().string},PropertySelect.propTypes={isDisabled:j().bool,hasModuleAccess:j().bool,className:j().string,onChange:j().func};var R=a(55012),P=(a(19195),a(15844)),z=a(84024),O=a(59834);function WebDataStreamNameInput(){const e=(0,r.useSelect)(e=>e(c.K9).getPropertyID()),t=(0,r.useSelect)(e=>e(c.K9).getWebDataStreamID()),a=(0,A.A)(c.ZY,"webDataStreamName"),n=(0,r.useSelect)(t=>!!(0,L.Hl)(e)&&t(c.K9).doesWebDataStreamExist(e,a)),s=(0,r.useSelect)(e=>e(u.O4).getReferenceSiteURL()),{setValues:d}=(0,r.useDispatch)(g.s),m=(0,o.useCallback)(({currentTarget:e})=>{d(c.ZY,{webDataStreamName:e.value})},[d]);if((0,P.A)(()=>{if(!a&&(0,z.m)(s)){const{hostname:e}=new URL(s);d(c.ZY,{webDataStreamName:e})}}),t!==c.Oh)return null;const p=n||!a||!(0,L.uv)(a);let y=!1;return n?y=(0,i.__)("A web data stream with this name already exists.","google-site-kit"):a?(0,L.uv)(a)||(y=(0,i.__)("This is not a valid web data stream name.","google-site-kit")):y=(0,i.__)("A web data stream name is required.","google-site-kit"),(0,b.jsx)("div",{className:"googlesitekit-analytics-webdatastreamname",children:(0,b.jsx)(l.TextField,{className:M()({"mdc-text-field--error":p}),label:(0,i.__)("Web Data Stream Name","google-site-kit"),helperText:y,trailingIcon:p&&(0,b.jsx)("span",{className:"googlesitekit-text-field-icon--error",children:(0,b.jsx)(O.A,{})}),value:a,onChange:m,outlined:!0})})}function ZeroDataMessage({skipPrefix:e}){const t=(0,r.useSelect)(e=>e(u.O4).getCurrentEntityURL());return e?t?(0,b.jsx)("span",{children:(0,i.__)("Your page hasn’t received any visitors yet","google-site-kit")}):(0,b.jsx)("span",{children:(0,i.__)("Your site hasn’t received any visitors yet","google-site-kit")}):t?(0,b.jsx)("span",{children:(0,i.__)("No data to display: your page hasn’t received any visitors yet","google-site-kit")}):(0,b.jsx)("span",{children:(0,i.__)("No data to display: your site hasn’t received any visitors yet","google-site-kit")})}ZeroDataMessage.propTypes={skipPrefix:j().bool}},77766:(e,t,a)=>{"use strict";a.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i=a(63696),o=a(61991);const __WEBPACK_DEFAULT_EXPORT__=function(){return(0,i.useContext)(o.Ay)}},77967:(e,t,a)=>{"use strict";a.d(t,{A:()=>ErrorNotice});var i=a(62688),o=a.n(i),n=a(63696),s=a(82871),r=a(84024),l=a(50539),c=a(67150),d=a(80035),u=a(12850),m=a(62540);function ErrorNotice({className:e,error:t,hasButton:a=!1,storeName:i,message:o=t.message,noPrefix:g=!1,skipRetryMessage:p,hideIcon:y=!1}){const h=(0,l.useDispatch)(),f=(0,l.useSelect)(e=>i?e(i).getSelectorDataForError(t):null),T=(0,n.useCallback)(()=>{h(f.storeName).invalidateResolution(f.name,f.args)},[h,f]);if(!o||(0,c.G)(t))return null;const N=a&&(0,c.vl)(t,f);let I=o;a||p||(I=(0,s.sprintf)(/* translators: %s: Error message from Google API. */ /* translators: %s: Error message from Google API. */ (0,s.__)("%s (Please try again.)","google-site-kit"),I)),g||(I=(0,s.sprintf)(/* translators: $%s: Error message */ /* translators: $%s: Error message */ (0,s.__)("Error: %s","google-site-kit"),I));const A=t?.data?.reconnectURL;A&&(0,r.m)(A)&&(I=(0,s.sprintf)(/* translators: 1: Original error message 2: Reconnect URL */ /* translators: 1: Original error message 2: Reconnect URL */ (0,s.__)('%1$s To fix this, <a href="%2$s">redo the plugin setup</a>.',"google-site-kit"),I,A));return(0,m.jsx)(d.A,{className:e,type:d.A.TYPES.ERROR,description:(0,m.jsx)("span",{dangerouslySetInnerHTML:(0,u.p9)(I,{ALLOWED_TAGS:["a"],ALLOWED_ATTR:["href"]})}),ctaButton:N?{label:(0,s.__)("Retry","google-site-kit"),onClick:T}:void 0,hideIcon:y})}ErrorNotice.propTypes={className:o().string,error:o().shape({message:o().string}),hasButton:o().bool,storeName:o().string,message:o().string,noPrefix:o().bool,skipRetryMessage:o().bool,hideIcon:o().bool}},78340:(e,t,a)=>{"use strict";a.d(t,{s:()=>i});const i="core/forms"},79829:(e,t,a)=>{"use strict";a.d(t,{Eo:()=>u,JK:()=>y,K5:()=>p,jq:()=>g,mK:()=>d});var i=a(17243),o=a(50532),n=a.n(o),s=a(82871);function r(e,t={}){const{formatUnit:a,formatDecimal:i}=function(e,t={}){const{hours:a,minutes:i,seconds:o}=l(e);return{hours:a,minutes:i,seconds:o,formatUnit(){const{unitDisplay:n="short",...r}=t,l={unitDisplay:n,...r,style:"unit"};return 0===e?g(o,{...l,unit:"second"}):(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?g(o,{...l,unit:"second"}):"",i?g(i,{...l,unit:"minute"}):"",a?g(a,{...l,unit:"hour"}):"").trim()},formatDecimal(){const t=(0,s.sprintf)( // translators: %s: number of seconds with "s" as the abbreviated unit. // translators: %s: number of seconds with "s" as the abbreviated unit. (0,s.__)("%ds","google-site-kit"),o);if(0===e)return t;const n=(0,s.sprintf)( // translators: %s: number of minutes with "m" as the abbreviated unit. // translators: %s: number of minutes with "m" as the abbreviated unit. (0,s.__)("%dm","google-site-kit"),i),r=(0,s.sprintf)( // translators: %s: number of hours with "h" as the abbreviated unit. // translators: %s: number of hours with "h" as the abbreviated unit. (0,s.__)("%dh","google-site-kit"),a);return(0,s.sprintf)(/* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ /* translators: 1: formatted seconds, 2: formatted minutes, 3: formatted hours */ (0,s._x)("%3$s %2$s %1$s","duration of time: hh mm ss","google-site-kit"),o?t:"",i?n:"",a?r:"").trim()}}}(e,t);try{return a()}catch{return i()}}function l(e){e=parseInt(e,10),Number.isNaN(e)&&(e=0);return{hours:Math.floor(e/60/60),minutes:Math.floor(e/60%60),seconds:Math.floor(e%60)}}function c(e){return 1e6<=e?Math.round(e/1e5)/10:1e4<=e?Math.round(e/1e3):1e3<=e?Math.round(e/100)/10:e}function d(e){let t={};return"%"===e?t={style:"percent",maximumFractionDigits:2}:"s"===e?t={style:"duration",unitDisplay:"narrow"}:e&&"string"==typeof e?t={style:"currency",currency:e}:(0,i.isPlainObject)(e)&&(t={...e}),t}function u(e,t={}){e=(0,i.isFinite)(e)?e:Number(e),(0,i.isFinite)(e)||(console.warn("Invalid number",e,typeof e),e=0);const a=d(t),{style:o="metric"}=a;return"metric"===o?function(e){const t={minimumFractionDigits:1,maximumFractionDigits:1};return 1e6<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in millions. // translators: %s: an abbreviated number in millions. (0,s.__)("%sM","google-site-kit"),g(c(e),e%10==0?{}:t)):1e4<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),g(c(e))):1e3<=e?(0,s.sprintf)( // translators: %s: an abbreviated number in thousands. // translators: %s: an abbreviated number in thousands. (0,s.__)("%sK","google-site-kit"),g(c(e),e%10==0?{}:t)):g(e,{signDisplay:"never",maximumFractionDigits:1})}(e):"duration"===o?r(e,a):"durationISO"===o?function(e){let{hours:t,minutes:a,seconds:i}=l(e);return i=("0"+i).slice(-2),a=("0"+a).slice(-2),t=("0"+t).slice(-2),"00"===t?`${a}:${i}`:`${t}:${a}:${i}`}(e):g(e,a)}const m=n()(console.warn);function g(e,t={}){const{locale:a=y(),...i}=t;try{return new Intl.NumberFormat(a,i).format(e)}catch(t){m(`Site Kit numberFormat error: Intl.NumberFormat( ${JSON.stringify(a)}, ${JSON.stringify(i)} ).format( ${typeof e} )`,t.message)}const o={currencyDisplay:"narrow",currencySign:"accounting",style:"unit"},n=["signDisplay","compactDisplay"],s={};for(const[e,t]of Object.entries(i))o[e]&&t===o[e]||n.includes(e)||(s[e]=t);try{return new Intl.NumberFormat(a,s).format(e)}catch{return new Intl.NumberFormat(a).format(e)}}function p(e,t={}){const{locale:a=y(),style:i="long",type:o="conjunction"}=t;if(Intl.ListFormat){return new Intl.ListFormat(a,{style:i,type:o}).format(e)} /* translators: used between list items, there is a space after the comma. */const n=(0,s.__)(", ","google-site-kit");return e.join(n)}function y(e=a.g){const t=(0,i.get)(e,["_googlesitekitLegacyData","locale"]);if(t){const e=t.match(/^(\w{2})?(_)?(\w{2})/);if(e&&e[0])return e[0].replace(/_/g,"-")}return e.navigator.language}},80035:(e,t,a)=>{"use strict";a.d(t,{A:()=>N});var i,o=a(62688),n=a.n(o),s=a(4452),r=a.n(s),l=a(63696),c=a(19793);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},d.apply(null,arguments)}const warning_notice=e=>l.createElement("svg",d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),i||(i=l.createElement("path",{fill:"currentColor",d:"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1m0 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1-2h2V6h-2z"})));var u=a(42343),m=a(49655),g=a(62540);const p={[m.Q.NEW]:u.A,[m.Q.SUCCESS]:c.A,[m.Q.INFO]:warning_notice,[m.Q.WARNING]:warning_notice,[m.Q.ERROR]:warning_notice};function Icon({type:e}){const t=p[e]||warning_notice;return(0,g.jsx)(t,{width:24,height:24})}function Title({className:e,children:t}){return(0,g.jsx)("p",{className:r()("googlesitekit-notice__title",e),children:t})}function Description({className:e,children:t}){return(0,g.jsx)("p",{className:r()("googlesitekit-notice__description",e),children:t})}Icon.propTypes={type:n().oneOf(Object.values(m.Q))},Title.propTypes={className:n().string,children:n().node},Description.propTypes={className:n().string,children:n().node};var y=a(49383),h=a(83366);function CTAButton({label:e,disabled:t,inProgress:a,onClick:i,href:o,external:n,hideExternalIndicator:s}){let r;return n&&!s&&(r=(0,g.jsx)(h.A,{width:14,height:14})),(0,g.jsx)(y.SpinnerButton,{className:"googlesitekit-notice__cta",disabled:t,isSaving:a,onClick:i,href:o,target:n?"_blank":"_self",trailingIcon:r,children:e})}CTAButton.propTypes={label:n().string.isRequired,disabled:n().bool,inProgress:n().bool,onClick:n().func,href:n().string,external:n().bool,hideExternalIndicator:n().bool};var f=a(82871);function DismissButton({label:e=(0,f.__)("Got it","google-site-kit"),onClick:t,disabled:a}){return(0,g.jsx)(y.Button,{onClick:t,disabled:a,tertiary:!0,children:e})}DismissButton.propTypes={label:n().string,onClick:n().func.isRequired,disabled:n().bool};const T=(0,l.forwardRef)(({className:e,title:t,description:a,dismissButton:i,ctaButton:o,type:n=m.Q.INFO,children:s,hideIcon:l},c)=>(0,g.jsxs)("div",{ref:c,className:r()("googlesitekit-notice",`googlesitekit-notice--${n}`,e),children:[!l&&(0,g.jsx)("div",{className:"googlesitekit-notice__icon",children:(0,g.jsx)(Icon,{type:n})}),(0,g.jsxs)("div",{className:"googlesitekit-notice__content",children:[t&&(0,g.jsx)(Title,{children:t}),a&&(0,g.jsx)(Description,{children:a})]}),(i?.label||i?.onClick||o?.label&&(o?.onClick||o?.href)||s)&&(0,g.jsxs)("div",{className:"googlesitekit-notice__action",children:[s,(i?.label||i?.onClick)&&(0,g.jsx)(DismissButton,{label:i.label,onClick:i.onClick,disabled:i.disabled}),o?.label&&(o?.onClick||o?.href)&&(0,g.jsx)(CTAButton,{label:o.label,onClick:o.onClick,inProgress:o.inProgress,disabled:o.disabled,href:o.href,external:o.external,hideExternalIndicator:o.hideExternalIndicator})]})]}));T.TYPES=m.Q,T.propTypes={className:n().string,title:n().oneOfType([n().string,n().object]),description:n().node,type:n().oneOf(Object.values(m.Q)),dismissButton:n().shape(DismissButton.propTypes),ctaButton:n().shape({...CTAButton.propTypes,label:n().string}),children:n().node,hideIcon:n().bool};const N=T},81520:(e,t,a)=>{"use strict";function Null(){return null}a.d(t,{A:()=>Null})},82046:(e,t,a)=>{"use strict";a.d(t,{C:()=>n,p:()=>o});var i=a(15210);function o(e,t={}){return{__html:i.O.sanitize(e,t)}}function n(e){const t="object"==typeof e?e.toString():e;return t?.replace?.(/\/+$/,"")}},82871:e=>{"use strict";e.exports=googlesitekit.i18n},83366:(e,t,a)=>{"use strict";a.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,o=a(63696);function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},n.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>o.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),i||(i=o.createElement("path",{d:"M5 21a2 2 0 0 1-1.425-.575A2 2 0 0 1 3 19V5q0-.825.575-1.4Q4.175 3 5 3h7v2H5v14h14v-7h2v7q0 .825-.6 1.425Q19.825 21 19 21zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4z"})))},84093:(e,t,a)=>{"use strict";a.d(t,{A:()=>WidgetNull});var i=a(62688),o=a.n(i),n=a(47345),s=a(81520),r=a(62540);const l={};function WidgetNull({widgetSlug:e}){return(0,n.A)(e,s.A,l),(0,r.jsx)(s.A,{})}WidgetNull.propTypes={widgetSlug:o().string.isRequired,...s.A.propTypes}},84385:(e,t,a)=>{"use strict";a.d(t,{A:()=>IconWrapper});var i=a(62688),o=a.n(i),n=a(62540);function IconWrapper({children:e,marginLeft:t,marginRight:a}){return(0,n.jsx)("span",{className:"googlesitekit-icon-wrapper",style:{marginLeft:t,marginRight:a},children:e})}IconWrapper.propTypes={children:o().node.isRequired,marginLeft:o().number,marginRight:o().number}},85149:(e,t,a)=>{"use strict";a.d(t,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var i,o,n=a(63696);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)({}).hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},s.apply(null,arguments)}const __WEBPACK_DEFAULT_EXPORT__=e=>n.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","aria-labelledby":"warning-title warning-desc",viewBox:"0 0 24 24"},e),i||(i=n.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),o||(o=n.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"})))},86134:(e,t,a)=>{"use strict";a.d(t,{N$:()=>o,aO:()=>n,qB:()=>i});const i={BOXES:"boxes",COMPOSITE:"composite"},o={QUARTER:"quarter",HALF:"half",FULL:"full"},n="core/widgets"},89318:(e,t,a)=>{"use strict";a.d(t,{M9:()=>v,sx:()=>k,BI:()=>M});var i=a(17243);const o="_googlesitekitDataLayer",n="data-googlesitekit-gtag";function s(e){return function(){e[o]=e[o]||[],e[o].push(arguments)}}var r=a(65214);const l={activeModules:[],isAuthenticated:!1,referenceSiteURL:"",trackingEnabled:!1,trackingID:"",userIDHash:"",userRoles:[]};const{activeModules:c=[],isSiteKitScreen:d,trackingEnabled:u,trackingID:m,referenceSiteURL:g,userIDHash:p,isAuthenticated:y,userRoles:h}=a.g._googlesitekitTrackingData||{},{GOOGLESITEKIT_VERSION:f}=a.g,T={activeModules:c,trackingEnabled:u,trackingID:m,referenceSiteURL:g,userIDHash:p,isSiteKitScreen:d,userRoles:h,isAuthenticated:y,pluginVersion:f},{enableTracking:N,disableTracking:I,isTrackingEnabled:A,initializeSnippet:b,trackEvent:k,trackEventOnce:M}=function(e,t=a.g,c=a.g){const d={...l,...e};d.referenceSiteURL&&(d.referenceSiteURL=d.referenceSiteURL.toString().replace(/\/+$/,""));const u=function(e,t){const i=s(t);let l;const{activeModules:c,referenceSiteURL:d,userIDHash:u,userRoles:m=[],isAuthenticated:g,pluginVersion:p}=e;return function(){const{document:t}=a.g;if(void 0===l&&(l=!!t.querySelector(`script[${n}]`)),l)return!1;l=!0;const s=m?.length?m.join(","):"";i("js",new Date),i("config",e.trackingID,{groups:"site_kit",send_page_view:e.isSiteKitScreen,domain:d,plugin_version:p||"",enabled_features:Array.from(r.t).join(","),active_modules:c.join(","),authenticated:g?"1":"0",user_properties:{user_roles:s,user_identifier:u}});const y=t.createElement("script");return y.setAttribute(n,""),y.async=!0,y.src=`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`,t.head.appendChild(y),{scriptTagSrc:`https://www.googletagmanager.com/gtag/js?id=${e.trackingID}&l=${o}`}}}(d,t),m=function(e,t,a,i){const o=s(t);return async function(t,n,s,r){const{trackingEnabled:l}=e;if(!l)return null;a();const c={send_to:"site_kit",event_category:t,event_label:s,value:r};return new Promise(e=>{const a=setTimeout(function(){i.console.warn(`Tracking event "${n}" (category "${t}") took too long to fire.`),e()},1e3);function s(){clearTimeout(a),e()}o("event",n,{...c,event_callback:s}),i._gaUserPrefs?.ioo?.()&&s()})}}(d,t,u,c),g={};return{enableTracking:function(){d.trackingEnabled=!0},disableTracking:function(){d.trackingEnabled=!1},initializeSnippet:u,isTrackingEnabled:function(){return!!d.trackingEnabled},trackEvent:m,trackEventOnce:function(...e){const t=JSON.stringify(e);g[t]||(g[t]=(0,i.once)(m)),g[t](...e)}}}(T);function v(e){e?N():I()}d&&u&&b()},89967:(e,t,a)=>{"use strict";a.d(t,{EW:()=>f,HX:()=>r.x6,Hl:()=>m,OS:()=>p,RE:()=>N,Xo:()=>T,Ze:()=>I,dQ:()=>y,mh:()=>g,uv:()=>h,yZ:()=>u});var i=a(32091),o=a.n(i),n=a(17243),s=a(72455),r=a(12850),l=a(40127),c=a(68326),d=a(71564);function u(e){return e===s.ZC||(0,r.x6)(e)}function m(e){return"string"==typeof e&&/^\d+$/.test(e)}function g(e){return e===s.to||m(e)}function p(e){return"string"==typeof e&&/^\d+$/.test(e)}function y(e){return e===s.Oh||p(e)}function h(e){return"string"==typeof e&&e.trim().length>0}function f(e){return"string"==typeof e&&/^G-[a-zA-Z0-9]+$/.test(e)}function T(e){return"string"==typeof e&&/^(G|GT|AW)-[a-zA-Z0-9]+$/.test(e)}function N(e){o()((0,n.isPlainObject)(e),"options for Analytics 4 report must be an object."),o()((0,l.O5)(e),"Either date range or start/end dates must be provided for Analytics 4 report.");const{metrics:t,dimensions:a,dimensionFilters:i,metricFilters:s,orderby:r}=(0,c.A)(e);o()(t.length,"Requests must specify at least one metric for an Analytics 4 report."),o()((0,d.Ig)(t),'metrics for an Analytics 4 report must be either a string, an array of strings, an object, an array of objects, or a mix of strings and objects. Objects must have a "name" property. Metric names must match the expression ^[a-zA-Z0-9_]+$.'),a&&o()((0,d.a2)(a),'dimensions for an Analytics 4 report must be either a string, an array of strings, an object, an array of objects, or a mix of strings and objects. Objects must have a "name" property.'),i&&o()((0,d.wA)(i),"dimensionFilters for an Analytics 4 report must be a map of dimension names as keys and dimension values as values."),s&&o()((0,d.Q3)(s),"metricFilters for an Analytics 4 report must be a map of metric names as keys and filter value(s) as numeric fields, depending on the filterType."),r&&o()((0,d.G4)(r),'orderby for an Analytics 4 report must be an array of OrderBy objects where each object should have either a "metric" or "dimension" property, and an optional "desc" property.')}function I(e){const t=["displayName","description","membershipDurationDays","eventTrigger","exclusionDurationMode","filterClauses"];o()((0,n.isPlainObject)(e),"Audience must be an object."),Object.keys(e).forEach(e=>{o()(t.includes(e),`Audience object must contain only valid keys. Invalid key: "${e}"`)}),["displayName","description","membershipDurationDays","filterClauses"].forEach(t=>{o()(e[t],`Audience object must contain required keys. Missing key: "${t}"`)}),o()((0,n.isArray)(e.filterClauses),"filterClauses must be an array with AudienceFilterClause objects.")}},90007:(e,t,a)=>{"use strict";a.d(t,{Q:()=>T,A:()=>BannerNotification});var i=a(4452),o=a.n(i),n=a(62688),s=a.n(n),r=a(50539),l=a(71423),c=a(7070),d=a(7184),u=a(30823),m=a(3782),g=a(29584),p=a(55527);const y="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjIzNCIgdmlld0JveD0iMCAwIDM2MCAyMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03My4xMzAyIDE3MC42NjhDODkuMzcxOSAxODkuOTkgMTE1LjQ3NiAxOTUuMTEgMTMxLjg2NSAxODkuOTkxQzE1My4yNDYgMTgzLjMxMiAxNjYuNjcyIDE2Mi45NjcgMTg1LjUwMiAxNjAuNTQ0QzIwNC4zMzMgMTU4LjEyMSAyMTUuNDA2IDE2OC43MDYgMjM1Ljg5NyAxNzAuMjMzQzI1Ni4zODkgMTcxLjc2IDI4MS4yMzIgMTY3LjYzIDI5Mi43OTEgMTM3LjkzNUMzMDQuMzQ5IDEwOC4yMzkgMjkzLjk0OCA3OC4yMzIxIDI3MC4yMTQgNjQuMzYxNUMyNDYuNDgxIDUwLjQ5MDggMjMzLjI3MSA2Ni43Njk0IDIxMC41NjQgNjguMTIzN0MxODcuODU4IDY5LjQ3NzkgMTc4LjAyMyA0NS44NTI4IDE2MS4wMjMgNDQuMzUyOEMxNDQuMDIzIDQyLjg1MjggMTM0LjUyMyA0NS44NTMgMTI0LjUyMyA1OC44NTI5QzExNC41MjMgNzEuODUyOCAxMjAuMzcxIDg1Ljc2NDEgODkuNTIzNSA5OS44NTNDNTguNjc1OCAxMTMuOTQyIDU2Ljg4ODUgMTUxLjM0NSA3My4xMzAyIDE3MC42NjhaIiBmaWxsPSIjRkZFNEIxIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjcwNV8xNzY4NikiPgo8cmVjdCB4PSIxMTYuNTIzIiB5PSI1Ny45MTk5IiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOC41MzMiIHJ4PSI2Ljk4MjUyIiBmaWxsPSIjRUJFRUYwIi8+CjxtYXNrIGlkPSJtYXNrMF8yNzA1XzE3Njg2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMTYiIHk9IjU3IiB3aWR0aD0iMTI5IiBoZWlnaHQ9IjEzMiI+CjxyZWN0IHg9IjExNi41MjMiIHk9IjU3LjkxOTkiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTMwLjEzMyIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2ODYpIj4KPHJlY3QgeD0iMTI1LjA1NyIgeT0iMTE3LjY1MyIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjkzMzMiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHg9IjEyNS4wNTciIHk9IjEwMy4yNTMiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC45MzMzIiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjUuMDU3IiB5PSIxNTYuMDUzIiB3aWR0aD0iMTEwLjQiIGhlaWdodD0iMzAuOTMzMyIgcng9IjMuNzUxMjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljk0NjUiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMDMuNDU3IDk1LjYyNDkpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTYzLjk5IDk1LjYyNTcpIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC45NDY1IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI0LjUyMyA5NS42MjU3KSIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTYuNTIzIDY0LjkzNTVDMTE2LjUyMyA2MS4wNzkyIDExOS42NSA1Ny45NTMgMTIzLjUwNiA1Ny45NTNIMjM3LjM4M0MyNDEuMjM5IDU3Ljk1MyAyNDQuMzY1IDYxLjA3OTIgMjQ0LjM2NSA2NC45MzU1VjY4LjUzM0gxMTYuNTIzVjY0LjkzNTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxMjEuODEzIiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMjcuMTA0IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzIuNDM3IiB5PSI2MS40Nzk2IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUyNjY3IiByeD0iMS43NjMzMyIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE4MC41MjMiIGN5PSIxMjAuODUzIiByPSIxNy4zNzkzIiBmaWxsPSIjNEUzMzAwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNzU4NjIiLz4KPGNpcmNsZSBjeD0iMS42NTUxNyIgY3k9IjEuNjU1MTciIHI9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTE2Ljk5MSkiIGZpbGw9IiNGRkU0QjEiLz4KPHJlY3Qgd2lkdGg9IjMuMzEwMzQiIGhlaWdodD0iOS4zNzkzMSIgcng9IjEuNjU1MTciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3OC44NjggMTI4LjU3NykiIGZpbGw9IiNGRkU0QjEiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yNzA1XzE3Njg2IiB4PSIxMDcuOTkiIHk9IjUxLjUxOTkiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0Ni4xMzMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2ODYiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzY4NiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K",h="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDQwMCAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04NC44NTc1IDk3LjYxNjZDMTA1Ljg1NyAxMzQuMDIgMTUzLjIwMSAxMDYuMTIzIDE4MS4zNTcgMTE0LjU3MkMyMDkuNTEzIDEyMy4wMiAyMTMuNDY4IDE2MS41NDUgMjM1Ljg1NyAxNjkuOTI1QzI1OC4yNDUgMTc4LjMwNiAzMDMuMDY4IDE3MS41MTUgMzE2LjAwMiAxMzguMTM1QzMyOC45MzYgMTA0Ljc1NCAzMTIuMTY3IDgzLjY1MjkgMjg3LjY1MiA3Mi4xNjk0QzI2My4xMzYgNjAuNjg1OSAyNjguOTc2IDM2Ljc4MzYgMjM0LjE2NiAyNy44MDA5QzE5OS4zNTcgMTguODE4MiAxNzguNjY1IDQxLjI2NTEgMTQwLjE2NSAzMC43OTI3QzEwMS42NjUgMjAuMzIwNCA2My44NTc4IDYxLjIxMzEgODQuODU3NSA5Ny42MTY2WiIgZmlsbD0iI0ZGREVEMyIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTI3LjY2NiIgeT0iMzcuODQxMSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjguMTk0IiByeD0iNi45ODI1MiIgZmlsbD0iI0VCRUVGMCIvPgo8bWFzayBpZD0ibWFzazBfMjcwNV8xNzYzMyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTI3IiB5PSIzNyIgd2lkdGg9IjEyOSIgaGVpZ2h0PSIxMzEiPgo8cmVjdCB4PSIxMjcuNjY2IiB5PSIzNy44NDExIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOS43OSIgcng9IjYuOTgyNTIiIGZpbGw9IiNERUUzRTYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3MDVfMTc2MzMpIj4KPHJlY3QgeD0iMTM2LjIiIHk9Ijk3LjQxNjkiIHdpZHRoPSIxMTAuNCIgaGVpZ2h0PSIzMC44NTE4IiByeD0iMy43NTEyOCIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB4PSIxMzYuMiIgeT0iODMuMDU0NiIgd2lkdGg9IjExMC40IiBoZWlnaHQ9IjMwLjg1MTgiIHJ4PSIzLjc1MTI4IiBmaWxsPSIjRjNGNUY3Ii8+CjxwYXRoIGQ9Ik0xMzYuMiAxMzkuNDY3QzEzNi4yIDEzNy4zOTUgMTM3Ljg3OSAxMzUuNzE2IDEzOS45NTEgMTM1LjcxNkgyNDIuODQ5QzI0NC45MiAxMzUuNzE2IDI0Ni42IDEzNy4zOTUgMjQ2LjYgMTM5LjQ2N1YxNjUuOTM1SDEzNi4yVjEzOS40NjdaIiBmaWxsPSIjRjNGNUY3Ii8+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIxOC44OTY2IiByeD0iMi4zMTU2OSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMjE0LjU5OSA3NS40NDY3KSIgZmlsbD0iI0YzRjVGNyIvPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMTguODk2NiIgcng9IjIuMzE1NjkiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDE3NS4xMzMgNzUuNDQ3NikiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjE4Ljg5NjYiIHJ4PSIyLjMxNTY5IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzUuNjY2IDc1LjQ0NzYpIiBmaWxsPSIjRjNGNUY3Ii8+CjwvZz4KPHBhdGggZD0iTTEyNy42NjYgNDQuODU2N0MxMjcuNjY2IDQxLjAwMDQgMTMwLjc5MyAzNy44NzQyIDEzNC42NDkgMzcuODc0MkgyNDguNTI2QzI1Mi4zODIgMzcuODc0MiAyNTUuNTA4IDQxLjAwMDQgMjU1LjUwOCA0NC44NTY3VjQ4LjQyNjNIMTI3LjY2NlY0NC44NTY3WiIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTMyLjk1NiIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTM4LjI0NyIgeT0iNDEuMzkxNSIgd2lkdGg9IjMuNTI2NjciIGhlaWdodD0iMy41MTczNyIgcng9IjEuNzU4NjgiIGZpbGw9IiNGM0Y1RjciLz4KPHJlY3QgeD0iMTQzLjU4IiB5PSI0MS4zOTE1IiB3aWR0aD0iMy41MjY2NyIgaGVpZ2h0PSIzLjUxNzM3IiByeD0iMS43NTg2OCIgZmlsbD0iI0YzRjVGNyIvPgo8L2c+CjxjaXJjbGUgY3g9IjE5MS42NjYiIGN5PSIxMDAuOTE1IiByPSIxNi44IiBmaWxsPSIjQUM0MjIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuNjY2NjciLz4KPHBhdGggZD0iTTE5Mi45MTQgOTMuOTgxOEgxOTAuNDE4QzE5MC4wOTIgOTMuOTgxOCAxODkuODQzIDk0LjI3MTQgMTg5Ljg5MSA5NC41OTM2TDE5MS4xMzkgMTAyLjk3M0MxOTEuMjI5IDEwMy41OCAxOTIuMTA0IDEwMy41OCAxOTIuMTk0IDEwMi45NzNMMTkzLjQ0MiA5NC41OTM2QzE5My40OSA5NC4yNzE0IDE5My4yNCA5My45ODE4IDE5Mi45MTQgOTMuOTgxOFoiIGZpbGw9IiNGRkRFRDMiLz4KPGNpcmNsZSBjeD0iMTkxLjY2NiIgY3k9IjEwNi43ODIiIHI9IjEuNiIgZmlsbD0iI0ZGREVEMyIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kXzI3MDVfMTc2MzMiIHg9IjExOS4xMzMiIHk9IjMxLjQ0MTEiIHdpZHRoPSIxNDUuMDY3IiBoZWlnaHQ9IjE0NS4yNjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iMi4xMzMzMyIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0LjI2NjY3Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI3MDVfMTc2MzMiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjcwNV8xNzYzMyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K";var f=a(62540);const T={INFO:"info",ERROR:"error",WARNING:"warning"};function BannerNotification({notificationID:e,type:t=T.INFO,learnMoreLink:a,dismissButton:i,ctaButton:n,gaTrackingEventArgs:s,...u}){const m=(0,c.A)(e,s?.category),{dismissNotification:g}=(0,r.useDispatch)(l.D);let N=u?.svg;return N||t===T.INFO||(N={desktop:void 0,mobile:void 0,verticalPosition:"center"},t===T.WARNING&&(N.desktop=y),t===T.ERROR&&(N.desktop=h)),(0,f.jsx)("div",{className:o()("googlesitekit-banner-notification",`googlesitekit-banner-notification--${t}`),children:(0,f.jsx)(p.xA,{className:"googlesitekit-page-content",children:(0,f.jsx)(p.fI,{children:(0,f.jsx)(p.fh,{size:12,children:(0,f.jsx)(d.A,{learnMoreLink:a&&{...a,onClick:async function(e){m.clickLearnMore(s?.label,s?.value),await(a?.onClick?.(e))}},dismissButton:i&&{...i,onClick:async function(t){await(i?.onClick?.(t)),m.dismiss(s?.label,s?.value),g(e,{...i?.dismissOptions})}},ctaButton:n&&{...n,onClick:async function(t){m.confirm(s?.label,s?.value),await(n?.onClick?.(t)),n?.dismissOnClick&&g(e,{...n?.dismissOptions})}},svg:N,...u})})})})})}BannerNotification.propTypes={notificationID:s().string.isRequired,type:s().oneOf(Object.values(T)),titleIcon:s().node,title:s().string,description:s().oneOfType([s().string,s().node]),learnMoreLink:s().shape(u.A.propTypes),dismissButton:s().shape(g.A.propTypes),ctaButton:s().shape(m.A.propTypes),gaTrackingEventArgs:s().shape({category:s().string,label:s().string,value:s().number})}},91560:(e,t,a)=>{"use strict";a.d(t,{A:()=>m});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(13606),l=a(82871),c=a(20898),d=a(35323),u=a(62540);function SourceLink({name:e,href:t,className:a,external:i}){return(0,d.A)()?null:(0,u.jsx)("div",{className:s()("googlesitekit-source-link",a),children:(0,r.A)((0,l.sprintf)(/* translators: %s: source link */ /* translators: %s: source link */ (0,l.__)("Source: %s","google-site-kit"),`<a>${e}</a>`),{a:(0,u.jsx)(c.A,{href:t,external:i},"link")})})}SourceLink.propTypes={name:o().string,href:o().string,className:o().string,external:o().bool},SourceLink.defaultProps={name:"",href:"",className:"",external:!1};const m=SourceLink},91865:(e,t,a)=>{"use strict";a.d(t,{A:()=>DataBlockGroup});var i=a(31589),o=a(15844),n=a(63696),s=a(50787),r=a(62540);function DataBlockGroup({className:e,children:t}){const l=(0,n.useRef)();function c(e,t){e.forEach(e=>{const a=e?.querySelector(".googlesitekit-data-block__datapoint");a&&(a.style.fontSize=t)})}const d=(0,s.d)(function(){const e=l?.current?.querySelectorAll(".googlesitekit-data-block");if(!e?.length)return;let t=1;if(c(e,""),e.forEach(e=>{const a=e.querySelector(".googlesitekit-data-block__datapoint");if(!a)return;const i=a?.parentElement?.offsetWidth;if(a.scrollWidth>i){const e=i/a.scrollWidth,o=Math.floor(10*e)/10;o<t&&(t=o)}}),t<1&&t>0){const i=parseInt(a.g?.getComputedStyle(e[0].querySelector(".googlesitekit-data-block__datapoint"))?.fontSize,10),o=Math.floor(i*t);c(e,`${Math.max(o,14)}px`)}},50);return(0,i.A)("resize",d),(0,o.A)(()=>{d()}),(0,r.jsx)("div",{ref:l,className:e,children:t})}},91953:(e,t,a)=>{"use strict";a.d(t,{A:()=>DetailsPermaLinks});var i=a(4452),o=a.n(i),n=a(62688),s=a.n(n),r=a(63696),l=a(50539),c=a(93896),d=a(20898),u=a(12850),m=a(62540);function DetailsPermaLinks({title:e,path:t,serviceURL:a}){const i=(0,l.useSelect)(e=>e(c.O4).getReferenceSiteURL()),n=(0,u.VZ)(i,t),s=(0,l.useSelect)(e=>e(c.O4).getAdminURL("googlesitekit-dashboard",{permaLink:n}));return(0,m.jsxs)(r.Fragment,{children:[(0,m.jsx)(d.A,{className:"googlesitekit-font-weight-medium",href:a||s,external:!!a,hideExternalIndicator:!0,children:e}),(0,m.jsx)(d.A,{className:o()("googlesitekit-display-block","googlesitekit-overflow-wrap-break-word"),href:n,target:"_blank",small:!0,children:t})]})}DetailsPermaLinks.propTypes={title:s().string,path:s().string,serviceURL:s().string}},92698:(e,t,a)=>{"use strict";a.d(t,{A:()=>m});var i=a(63696),o=a(50539),n=a(93896),s=a(58116),r=a(37226),l=a(45472),c=a(21134),d=a(89318),u=a(77766);function m(e){const t=(0,u.A)(),a=(0,o.useSelect)(t=>t(r.i).getModule(e)),m=(0,o.useSelect)(e=>e(s.oR).hasCapability(s.HD)),{activateModule:g}=(0,o.useDispatch)(r.i),{navigateTo:p}=(0,o.useDispatch)(l.M),{setInternalServerError:y}=(0,o.useDispatch)(n.O4),h=(0,i.useCallback)(async()=>{const{error:a,response:i}=await g(e);a?y({id:`${e}-setup-error`,description:a.message}):(await(0,d.sx)(`${t}_widget-activation-cta`,"activate_module",e),await(0,c.SO)("module_setup",e,{ttl:300}),p(i.moduleReauthURL))},[g,e,p,y,t]);return a?.name&&m?h:null}},93896:(e,t,a)=>{"use strict";a.d(t,{O4:()=>i,OQ:()=>n,qc:()=>o});const i="core/site",o="primary",n="secondary"},94468:(e,t,a)=>{"use strict";a.d(t,{A:()=>l});var i=a(63696),o=a(50539),n=a(58116),s=a(37226),r=a(45472);function l(e){const t=(0,o.useSelect)(e=>e(n.oR).hasCapability(n.HD)),a=(0,o.useSelect)(t=>t(s.i).getModuleStoreName(e)),l=(0,o.useSelect)(e=>e(a)?.getAdminReauthURL()),{navigateTo:c}=(0,o.useDispatch)(r.M),d=(0,i.useCallback)(()=>c(l),[l,c]);return l&&t?d:null}},94552:(e,t,a)=>{"use strict";a.d(t,{A:()=>l});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(62540);function ChangeArrow({direction:e,invertColor:t,width:a,height:i}){return(0,r.jsx)("svg",{className:s()("googlesitekit-change-arrow",`googlesitekit-change-arrow--${e}`,{"googlesitekit-change-arrow--inverted-color":t}),width:a,height:i,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"})})}ChangeArrow.propTypes={direction:o().string,invertColor:o().bool,width:o().number,height:o().number},ChangeArrow.defaultProps={direction:"up",invertColor:!1,width:9,height:9};const l=ChangeArrow},96820:(e,t,a)=>{"use strict";a.d(t,{A:()=>d,v:()=>c});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(82871),l=a(62540);const c={DEFAULT:"default",OVERLAY:"overlay",SMALL:"small",SMALL_OVERLAY:"small-overlay",LARGE:"large"};function GatheringDataNotice({style:e}){return(0,l.jsx)("div",{className:s()("googlesitekit-gathering-data-notice",{[`googlesitekit-gathering-data-notice--has-style-${e}`]:!!e}),children:(0,l.jsx)("span",{children:(0,r.__)("Gathering data…","google-site-kit")})})}GatheringDataNotice.propTypes={style:o().oneOf(Object.values(c))};const d=GatheringDataNotice},97029:(e,t,a)=>{"use strict";a.d(t,{A:()=>T});var i=a(62688),o=a.n(i),n=a(4452),s=a.n(n),r=a(63696),l=a(96820),c=a(12850),d=a(62540);function Sparkline({sparkline:e,invertChangeColor:t}){let a=e;return a&&t&&(a=(0,r.cloneElement)(e,{invertChangeColor:t})),(0,d.jsx)("div",{className:"googlesitekit-data-block__sparkline",children:a})}Sparkline.propTypes={sparkline:o().element,invertChangeColor:o().bool};const u=Sparkline;var m=a(2362),g=a(82871),p=a(94552);function Change({change:e,changeDataUnit:t,period:a,invertChangeColor:i}){let o=e;return t&&(o="%"===t?(0,c.Eo)(e,{style:"percent",signDisplay:"never",maximumFractionDigits:1}):(0,c.Eo)(e,t)),a&&(o=(0,g.sprintf)(a,o)),(0,d.jsxs)("div",{className:s()("googlesitekit-data-block__change",{"googlesitekit-data-block__change--no-change":!e}),children:[!!e&&(0,d.jsx)("span",{className:"googlesitekit-data-block__arrow",children:(0,d.jsx)(p.A,{direction:0<parseFloat(e)?"up":"down",invertColor:i})}),(0,d.jsx)("span",{className:"googlesitekit-data-block__value",children:o})]})}Change.propTypes={change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),period:o().string,invertChangeColor:o().bool};const y=Change;var h=a(91560),f=a(15167);function Content({title:e="",datapoint:t=null,datapointUnit:a="",change:i=null,changeDataUnit:o="",period:n="",source:s,sparkline:l,invertChangeColor:g=!1,gatheringData:p=!1,badge:T}){const N=void 0===t?t:(0,c.Eo)(t,a);return(0,d.jsxs)(r.Fragment,{children:[(0,d.jsxs)("div",{className:"googlesitekit-data-block__title-datapoint-wrapper",children:[(0,d.jsxs)(f.A,{as:"h3",size:"small",type:"title",className:" googlesitekit-subheading-1 googlesitekit-data-block__title ",children:[!0===T?(0,d.jsx)(m.A,{"aria-hidden":"true",className:"googlesitekit-badge--hidden",label:"X"}):T,(0,d.jsx)("span",{className:"googlesitekit-data-block__title-inner",children:e})]}),!p&&(0,d.jsx)("div",{className:"googlesitekit-data-block__datapoint",children:(0,d.jsx)("span",{className:"googlesitekit-data-block__datapoint--resize",children:N})})]}),!p&&l&&(0,d.jsx)(u,{sparkline:l,invertChangeColor:g}),!p&&(0,d.jsxs)("div",{className:"googlesitekit-data-block__change-source-wrapper",children:[(0,d.jsx)(y,{change:i,changeDataUnit:o,period:n,invertChangeColor:g}),s&&(0,d.jsx)(h.A,{className:"googlesitekit-data-block__source",name:s.name,href:s.link,external:s?.external})]})]})}function DataBlock({stat:e=null,className:t="",title:a="",datapoint:i=null,datapointUnit:o="",change:n=null,changeDataUnit:c="",context:u="default",period:m="",selected:g=!1,source:p,sparkline:y,handleStatSelection:h=null,invertChangeColor:f=!1,gatheringData:T=!1,gatheringDataNoticeStyle:N=l.v.DEFAULT,badge:I}){const A=(0,r.useCallback)(()=>{!T&&h&&h(e)},[T,h,e]),b=(0,r.useCallback)(e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),A())},[A]),k="button"===u,M=k?"button":"";return(0,d.jsxs)("div",{className:s()("googlesitekit-data-block",t,`googlesitekit-data-block--${u}`,{"googlesitekit-data-block--selected":g,"googlesitekit-data-block--is-gathering-data":T}),tabIndex:k&&!T?"0":"-1",role:h&&M,onClick:A,onKeyDown:b,"aria-disabled":T||void 0,"aria-label":h&&a,"aria-pressed":h&&g,children:[(0,d.jsx)(Content,{title:a,datapoint:i,datapointUnit:o,change:n,changeDataUnit:c,period:m,source:p,sparkline:y,invertChangeColor:f,gatheringData:T,badge:I}),T&&(0,d.jsx)(l.A,{style:N})]})}Content.propTypes={title:o().string,datapoint:o().oneOfType([o().string,o().number]),datapointUnit:o().string,change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),period:o().string,source:o().object,sparkline:o().element,invertChangeColor:o().bool,gatheringData:o().bool,badge:o().oneOfType([o().bool,o().node])},DataBlock.propTypes={stat:o().number,className:o().string,title:o().string,datapoint:o().oneOfType([o().string,o().number]),datapointUnit:o().string,change:o().oneOfType([o().string,o().number]),changeDataUnit:o().oneOfType([o().string,o().bool]),context:o().string,period:o().string,selected:o().bool,source:o().object,sparkline:o().element,handleStatSelection:o().func,invertChangeColor:o().bool,gatheringData:o().bool,gatheringDataNoticeStyle:o().oneOf(Object.values(l.v)),badge:o().oneOfType([o().bool,o().node])};const T=DataBlock},97398:(e,t,a)=>{"use strict";a.d(t,{Y:()=>i});const i="search-console"},99897:(e,t,a)=>{"use strict";a.d(t,{A_:()=>d,DF:()=>m,L1:()=>g,M0:()=>s,Mc:()=>r,Ok:()=>c,U9:()=>l,iW:()=>n,ue:()=>o,wq:()=>i,xR:()=>u});const i=1,o=2,n=3,s="enhanced-measurement-activation-banner-tooltip-state",r="enhanced-measurement-activation-banner-dismissed-item",l="_r.explorerCard..selmet",c="_r.explorerCard..seldim",d="_r..dataFilters",u="_r..nav",m="key-metrics-connect-ga4-cta-widget",g="analytics-4"}},e=>{e.O(0,[660],()=>{return t=25523,e(e.s=t);var t});e.O()}]); assets/js/runtime-4300400569c01237fc9a.js 0000755 00000010341 15111634507 0013067 0 ustar 00 (()=>{"use strict";var e,r,_,t,a={},i={};function __webpack_require__(e){var r=i[e];if(void 0!==r)return r.exports;var _=i[e]={id:e,loaded:!1,exports:{}};return a[e].call(_.exports,_,_.exports,__webpack_require__),_.loaded=!0,_.exports}__webpack_require__.m=a,e=[],__webpack_require__.O=(r,_,t,a)=>{if(!_){var i=1/0;for(n=0;n<e.length;n++){for(var[_,t,a]=e[n],o=!0,c=0;c<_.length;c++)(!1&a||i>=a)&&Object.keys(__webpack_require__.O).every(e=>__webpack_require__.O[e](_[c]))?_.splice(c--,1):(o=!1,a<i&&(i=a));if(o){e.splice(n--,1);var u=t();void 0!==u&&(r=u)}}return r}a=a||0;for(var n=e.length;n>0&&e[n-1][2]>a;n--)e[n]=e[n-1];e[n]=[_,t,a]},__webpack_require__.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(r,{a:r}),r},_=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,__webpack_require__.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var a=Object.create(null);__webpack_require__.r(a);var i={};r=r||[null,_({}),_([]),_(_)];for(var o=2&t&&e;"object"==typeof o&&!~r.indexOf(o);o=_(o))Object.getOwnPropertyNames(o).forEach(r=>i[r]=()=>e[r]);return i.default=()=>e,__webpack_require__.d(a,i),a},__webpack_require__.d=(e,r)=>{for(var _ in r)__webpack_require__.o(r,_)&&!__webpack_require__.o(e,_)&&Object.defineProperty(e,_,{enumerable:!0,get:r[_]})},__webpack_require__.f={},__webpack_require__.e=e=>Promise.all(Object.keys(__webpack_require__.f).reduce((r,_)=>(__webpack_require__.f[_](e,r),r),[])),__webpack_require__.u=e=>e+"-"+{146:"0b0fbc579abcbffcc013",201:"bfc0d3aab9dc3f2f6822",314:"5de05bb0772a9b99adb1",315:"8efb84c505eda33243df",379:"ab0828b6563a66528385",590:"d8b228a1522eb952e6a2",640:"cb6aaf742e94e522352c",909:"27b62c0405cff1d1b57f"}[e]+".js",__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),__webpack_require__.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t={},__webpack_require__.l=(e,r,_,a)=>{if(t[e])t[e].push(r);else{var i,o;if(void 0!==_)for(var c=document.getElementsByTagName("script"),u=0;u<c.length;u++){var n=c[u];if(n.getAttribute("src")==e){i=n;break}}i||(o=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,__webpack_require__.nc&&i.setAttribute("nonce",__webpack_require__.nc),i.src=e),t[e]=[r];var b=(r,_)=>{i.onerror=i.onload=null,clearTimeout(p);var a=t[e];if(delete t[e],i.parentNode&&i.parentNode.removeChild(i),a&&a.forEach(e=>e(_)),r)return r(_)},p=setTimeout(b.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=b.bind(null,i.onerror),i.onload=b.bind(null,i.onload),o&&document.head.appendChild(i)}},__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),__webpack_require__.p="",(()=>{var e={121:0};__webpack_require__.f.j=(r,_)=>{var t=__webpack_require__.o(e,r)?e[r]:void 0;if(0!==t)if(t)_.push(t[2]);else if(121!=r){var a=new Promise((_,a)=>t=e[r]=[_,a]);_.push(t[2]=a);var i=__webpack_require__.p+__webpack_require__.u(r),o=new Error;__webpack_require__.l(i,_=>{if(__webpack_require__.o(e,r)&&(0!==(t=e[r])&&(e[r]=void 0),t)){var a=_&&("load"===_.type?"missing":_.type),i=_&&_.target&&_.target.src;o.message="Loading chunk "+r+" failed.\n("+a+": "+i+")",o.name="ChunkLoadError",o.type=a,o.request=i,t[1](o)}},"chunk-"+r,r)}else e[r]=0},__webpack_require__.O.j=r=>0===e[r];var r=(r,_)=>{var t,a,[i,o,c]=_,u=0;if(i.some(r=>0!==e[r])){for(t in o)__webpack_require__.o(o,t)&&(__webpack_require__.m[t]=o[t]);if(c)var n=c(__webpack_require__)}for(r&&r(_);u<i.length;u++)a=i[u],__webpack_require__.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return __webpack_require__.O(n)},_=globalThis.__googlesitekit_webpackJsonp=globalThis.__googlesitekit_webpackJsonp||[];_.forEach(r.bind(null,0)),_.push=r.bind(null,_.push.bind(_))})()})(); config.php 0000755 00000000536 15111634507 0006534 0 ustar 00 <?php /** * @package Google\Site_Kit * @copyright 2025 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ return array( 'features' => array( 'adsPax','googleTagGateway','gtagUserData','privacySandboxModule','proactiveUserEngagement','setupFlowRefresh' ), ); manifest.php 0000755 00000020435 15111634507 0007075 0 ustar 00 <?php /** * @package Google\Site_Kit * @copyright 2025 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ return array( 'googlesitekit-consent-mode' => array( "googlesitekit-consent-mode-bc2e26cfa69fcd4a8261.js", null ), 'googlesitekit-events-provider-contact-form-7' => array( "googlesitekit-events-provider-contact-form-7-40476021fb6e59177033.js", null ), 'googlesitekit-events-provider-easy-digital-downloads' => array( "googlesitekit-events-provider-easy-digital-downloads-85026152b9292f580065.js", null ), 'googlesitekit-events-provider-mailchimp' => array( "googlesitekit-events-provider-mailchimp-766d83b09856fae7cf87.js", null ), 'googlesitekit-events-provider-ninja-forms' => array( "googlesitekit-events-provider-ninja-forms-1bcc43dc33ac5df43991.js", null ), 'googlesitekit-events-provider-optin-monster' => array( "googlesitekit-events-provider-optin-monster-e6fa11a9d13d20a7ece5.js", null ), 'googlesitekit-events-provider-popup-maker' => array( "googlesitekit-events-provider-popup-maker-561440dc30d29e4d73d1.js", null ), 'googlesitekit-events-provider-woocommerce' => array( "googlesitekit-events-provider-woocommerce-56777fd664fb7392edc2.js", null ), 'googlesitekit-events-provider-wpforms' => array( "googlesitekit-events-provider-wpforms-ed443a3a3d45126a22ce.js", null ), 'googlesitekit-i18n' => array( "googlesitekit-i18n-f0c172b703253d0876a2.js", null ), 'analytics-advanced-tracking' => array( "analytics-advanced-tracking-78f90889e2d99b97b685.js", null ), 'reader-revenue-manager/block-editor-plugin/index' => array( "reader-revenue-manager/block-editor-plugin/index.js", null ), 'reader-revenue-manager/block-editor-plugin/editor-styles' => array( "reader-revenue-manager/block-editor-plugin/editor-styles.js", null ), 'reader-revenue-manager/contribute-with-google/index' => array( "reader-revenue-manager/contribute-with-google/index.js", null ), 'reader-revenue-manager/contribute-with-google/non-site-kit-user' => array( "reader-revenue-manager/contribute-with-google/non-site-kit-user.js", null ), 'reader-revenue-manager/subscribe-with-google/index' => array( "reader-revenue-manager/subscribe-with-google/index.js", null ), 'reader-revenue-manager/subscribe-with-google/non-site-kit-user' => array( "reader-revenue-manager/subscribe-with-google/non-site-kit-user.js", null ), 'reader-revenue-manager/common/editor-styles' => array( "reader-revenue-manager/common/editor-styles.js", null ), 'sign-in-with-google/index' => array( "sign-in-with-google/index.js", null ), 'sign-in-with-google/editor-styles' => array( "sign-in-with-google/editor-styles.js", null ), 'googlesitekit-admin-css' => array( "googlesitekit-admin-css-2d878b524029ec067eec.min.css", null ), 'googlesitekit-adminbar-css' => array( "googlesitekit-adminbar-css-d193e67e2cbecf306061.min.css", null ), 'googlesitekit-wp-dashboard-css' => array( "googlesitekit-wp-dashboard-css-bd43e70c4bc5ecdc3695.min.css", null ), 'googlesitekit-authorize-application-css' => array( "googlesitekit-authorize-application-css-5b98b536e7f34c6411c1.min.css", null ), 'googlesitekit-api' => array( "googlesitekit-api-4acd9eba95567bccec3c.js", null ), 'googlesitekit-data' => array( "googlesitekit-data-2868d5c75a96f60bd472.js", null ), 'googlesitekit-datastore-site' => array( "googlesitekit-datastore-site-3c39e3fbabbd2f01e016.js", null ), 'googlesitekit-datastore-user' => array( "googlesitekit-datastore-user-554efe90316700e16739.js", null ), 'googlesitekit-datastore-forms' => array( "googlesitekit-datastore-forms-d643ba5ba26668542bde.js", null ), 'googlesitekit-datastore-location' => array( "googlesitekit-datastore-location-a7fd5d1461e0562c934a.js", null ), 'googlesitekit-datastore-ui' => array( "googlesitekit-datastore-ui-ab5c239e3cf8b9ab02b0.js", null ), 'googlesitekit-modules' => array( "googlesitekit-modules-bee95690a7bf78bc07b4.js", null ), 'googlesitekit-notifications' => array( "googlesitekit-notifications-2736e03463ce2aa1bf04.js", null ), 'googlesitekit-widgets' => array( "googlesitekit-widgets-fa50a53f55279b0e87e6.js", null ), 'googlesitekit-modules-ads' => array( "googlesitekit-modules-ads-6547fa863cf79755997f.js", null ), 'googlesitekit-modules-adsense' => array( "googlesitekit-modules-adsense-8ffefc093acfb03d3939.js", null ), 'googlesitekit-modules-analytics-4' => array( "googlesitekit-modules-analytics-4-b55732b33a3e8ecabb92.js", null ), 'googlesitekit-modules-pagespeed-insights' => array( "googlesitekit-modules-pagespeed-insights-ce16569db5c5c3700246.js", null ), 'googlesitekit-modules-reader-revenue-manager' => array( "googlesitekit-modules-reader-revenue-manager-0eaef957f6a1121c2632.js", null ), 'googlesitekit-modules-search-console' => array( "googlesitekit-modules-search-console-a503191f619f430f2e1f.js", null ), 'googlesitekit-modules-sign-in-with-google' => array( "googlesitekit-modules-sign-in-with-google-7a7375c0e3afa603c730.js", null ), 'googlesitekit-modules-tagmanager' => array( "googlesitekit-modules-tagmanager-5cccb7a1aa3b8068a19d.js", null ), 'googlesitekit-user-input' => array( "googlesitekit-user-input-d8854daef0c71e933cbd.js", null ), 'googlesitekit-ad-blocking-recovery' => array( "googlesitekit-ad-blocking-recovery-04056d66d815c45fe98f.js", null ), 'googlesitekit-block-tracking' => array( "googlesitekit-block-tracking-1032e2e997b7685502b9.js", null ), 'googlesitekit-polyfills' => array( "googlesitekit-polyfills-8b59b9627a8949df6deb.js", null ), 'googlesitekit-components' => array( "googlesitekit-components-75585de31a179a264558.js", null ), 'googlesitekit-metric-selection' => array( "googlesitekit-metric-selection-fa2203e0c4f9ef557b3b.js", null ), 'googlesitekit-key-metrics-setup' => array( "googlesitekit-key-metrics-setup-b01b0e10038a0489334a.js", null ), 'googlesitekit-activation' => array( "googlesitekit-activation-cf67b1551538a8d25daf.js", null ), 'googlesitekit-adminbar' => array( "googlesitekit-adminbar-a78c323609736404fc2f.js", null ), 'googlesitekit-settings' => array( "googlesitekit-settings-d1c3d5b87d5d2f793f91.js", null ), 'googlesitekit-main-dashboard' => array( "googlesitekit-main-dashboard-28000cf844561eb9fe35.js", null ), 'googlesitekit-entity-dashboard' => array( "googlesitekit-entity-dashboard-676fd34c9ca371e65aae.js", null ), 'googlesitekit-splash' => array( "googlesitekit-splash-a647b5365ab8001fb00a.js", null ), 'googlesitekit-wp-dashboard' => array( "googlesitekit-wp-dashboard-4d2dbf3c1b69b854232d.js", null ), 'googlesitekit-runtime' => array( "runtime-4300400569c01237fc9a.js", null ), 'googlesitekit-vendor' => array( "googlesitekit-vendor-599848015879dcc843df.js", null ), );
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.66 |
proxy
|
phpinfo
|
Настройка